/*-----------------------------------------------------------------------------------

    Template Name: Aball - Corporate Business Bootstrap4 HTML5 Template
    Template URI: http://quomodosoft.com/html/aball/
    Description: Aball - Corporate Business Bootstrap4 HTML5 Template
    Author: quomodosoft
    Author URI: http://quomodosoft.com
    Version: 1.0

-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

  01. COMMON
	02. HEADER
  03. HERO
	04. ABOUT US
	05. SERVICE
	06. PORTFOLIO
	07. TESTIMONIAL
	08. OVERVIEW
	09. TEAM
	10. PRICING
	11. ARTICLE
	12. FOOTER
	13. FUN FACTS
	14. REVIEW
	15. UPDATE NEWS
	16. CONTACT US
	17. PROJECT
	18. KEY FEATURE
	19. VIDEO
	20. SCREENSHORT
	21. OUR CASE
	22. SINGLE POST

-----------------------------------------------------------------------------------*/
/*===========================
    1. COMMON css 
===========================*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

html {
  scroll-behavior: smooth;
  scroll-padding-top: 60px;
}

html,
body {
  height: 100%;
}

*,
:before,
:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "Nunito", serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 28px;
  color: #33415C;
  background: #FAFAFA;
}

body.home-2-bg {
  background: #F5F5F5;
}

body.bg-white {
  background: #fff;
}

img {
  max-width: 100%;
}

a {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  text-decoration: none;
}

a:hover {
  color: #FFAB4A;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Nunito", serif;
  font-weight: normal;
  color: #000;
  margin: 0px 0 15px;
  line-height: normal;
  font-weight: 700;
}

p {
  margin: 0 0 15px;
}

.section__bg {
  position: absolute;
  left: 0;
  top: 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.slick-slide {
  outline: 0;
}

.page-link:focus {
  box-shadow: none;
}

@media only screen and (min-width: 1600px) {
  .custom-container {
    max-width: 1355px !important;
  }
}

@media only screen and (min-width: 1600px) {
  .custom-container-2 {
    max-width: 1330px !important;
  }
}

/*===== All Button Style =====*/
.main-btn {
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 2px solid #5d1b9c;
  padding: 0 36px;
  font-size: 16px;
  line-height: 54px;
  border-radius: 3px;
  color: #000;
  cursor: pointer;
  z-index: 5;
  font-weight: 700;
  background-color: #5d1b9c;
  font-family: "Nunito", serif;
}

.main-btn:hover {
  background-color: transparent;
  color: #5d1b9c;
}

.main-btn.main-btn-2 {
  background: #fff;
  border-color: #fff;
}

.main-btn.main-btn-2:hover {
  background-color: transparent;
  color: #fff;
}

.main-btn.main-btn-3 {
  background-position: center;
  background: -webkit-linear-gradient(left, #fad029 0%, #ff564f 50%, #fad029 100%);
  background: -o-linear-gradient(left, #fad029 0%, #ff564f 50%, #fad029 100%);
  background: linear-gradient(to right, #fad029 0%, #ff564f 50%, #fad029 100%);
  background-size: auto;
  background-size: 200% auto;
  border: 0;
  color: #fff;
  padding: 0 34px;
}

.main-btn.main-btn-3:hover {
  background-position: right center;
}

.section-title {
  padding-bottom: 10px;
}

.section-title .title {
  font-family: "Montserrat", serif;
  font-size: 32px;
  padding-top: 10px;
  margin: 0px 0 10px;
}

@media screen and (max-width: 1280px),
screen and (max-height: 567px) {
  .section-title .title {
    font-size: 20px;
    padding-top: 0px;
    margin: 0px;
  }
}

@media (max-width: 767px) {
  .section-title .title {
    font-size: 24px;
    margin-top: 10px
  }
}

.section-title p {
  padding: 0 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section-title p {
    padding: 0 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title p {
    padding: 0 0;
  }
}

@media (max-width: 767px) {
  .section-title p {
    padding: 0 0;
  }
}

.section-title.section-title-2 {
  color: #fff;
}

.section-title.section-title-2 .title {
  color: #fff;
}

.section-title-3 span {
  background: linear-gradient(rgba(255, 86, 79, 0.15) 0%, rgba(250, 208, 41, 0.15) 100%);
  display: inline-block;
  line-height: 40px;
  height: 40px;
  padding: 0 22px;
  border-radius: 30px;
  color: #FF564F;
  font-family: "Nunito", serif;
  margin-bottom: 33px;
}

.section-title-3 .title {
  font-size: 54px;
  line-height: 62px;
  color: #000;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  .section-title-3 .title {
    font-size: 36px;
    line-height: 40px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-title-3 .title {
    font-size: 54px;
    line-height: 62px;
  }
}

.section-title-3.section-title-4 .title {
  color: #fff;
}

.section-title-6 {
  padding-bottom: 22px;
}

.section-title-6 .title {
  font-size: 54px;
  line-height: 62px;
  position: relative;
  display: inline-block;
}

@media (max-width: 767px) {
  .section-title-6 .title {
    font-size: 36px;
  }
}

.section-title-6 .title::before {
  position: absolute;
  content: '';
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 30px;
  background: #FF564F;
}

.section-title-6 .title::after {
  position: absolute;
  content: '';
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 30px;
  background: #FF564F;
}

.section-title-6 span {
  font-weight: 300;
  color: #000;
  display: inline-block;
  padding: 0 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section-title-6 span {
    padding: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title-6 span {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .section-title-6 span {
    padding: 0;
  }
}

.section-title-6.section-white .title {
  color: #fff;
}

.section-title-6.section-white span {
  color: #fff;
}

.section-title-9 .title {
  font-size: 56px;
  line-height: 1.3;
  font-weight: 700;
}

@media (max-width: 767px) {
  .section-title-9 .title {
    font-size: 36px;
  }
}

.section-title-9 .text {
  color: #33415C;
  padding: 0 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section-title-9 .text {
    padding: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title-9 .text {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .section-title-9 .text {
    padding: 0;
  }
}

.section-title-9.section-white .title {
  color: #fff;
}

.section-title-9.section-white .text {
  color: #fff;
  padding: 0 80px 0 0px;
}

.section-title-9.section-title-12 .title {
  font-size: 54px;
}

/*Loader Css*/
/* body:has(.preloader:not([style="display: none;"])) {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
} */
.preloader {
  background-color: #fff;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  overflow: hidden;
  z-index: 9999;
}

.lds-ellipsis {
  margin: 0 auto;
  position: relative;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 64px;
  text-align: center;
  z-index: 9999;
}

.lds-ellipsis span {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #5d1b9c;
  -webkit-animation: ball-pulse-sync .6s 0s infinite ease-in-out;
  animation: ball-pulse-sync .6s 0s infinite ease-in-out;
}

.lds-ellipsis span:nth-child(1) {
  -webkit-animation: ball-pulse-sync .6s -.14s infinite ease-in-out;
  animation: ball-pulse-sync .6s -.14s infinite ease-in-out;
}

.lds-ellipsis span:nth-child(2) {
  -webkit-animation: ball-pulse-sync .6s -70ms infinite ease-in-out;
  animation: ball-pulse-sync .6s -70ms infinite ease-in-out;
}

@-webkit-keyframes "ball-pulse-sync" {
  33% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  66% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes "ball-pulse-sync" {
  33% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  66% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/*    header-css*/

.header-not-sticky header {
  padding: 30px 0;
  background-color: #5d1b9c;
}

.header-not-sticky .header-nav:not(.sticky) {
  position: unset;
}

.header-nav {
  position: absolute;
  top: 30px;
  right: 0;
  left: 0;
  z-index: 99;
  background-color: transparent;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-nav {
    padding: 15px 0;
    top: 0;
  }
}

@media (max-width: 767px) {
  .header-nav {
    padding: 15px 0;
    top: 0;
  }
}

.header-nav.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #000;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.04);
  z-index: 999;
  animation: sticky 1.2s;
}

.header-nav.sticky .navbar .navbar-nav .nav-item a {
  line-height: 80px !important;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-nav.sticky .navbar .navbar-nav .nav-item a {
    line-height: 40px !important;
  }
}

@media (max-width: 767px) {
  .header-nav.sticky .navbar .navbar-nav .nav-item a {
    line-height: 40px !important;
  }
}

.header-nav.sticky .navbar .navbar-nav .nav-item .sub-menu li a {
  line-height: 2.5 !important;
}

.header-nav .navigation .navbar {
  position: relative;
  padding: 0;
  flex-wrap: inherit;
}

.header-nav .navigation .navbar .navbar-brand {
  width: 220px;
}

.header-nav .navigation .navbar .country-flag img {
  border: 5px solid #fff;
  border-radius: 6px;
  box-shadow: 0px 8px 16px 0px rgba(60, 110, 203, 0.2);
}

.header-nav .navigation .navbar .navbar-toggler {
  border: 0;
}

.header-nav .navigation .navbar .navbar-toggler .toggler-icon {
  width: 30px;
  height: 2px;
  background-color: #fff;
  margin: 5px 0;
  display: block;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.header-nav .navigation .navbar .navbar-toggler.active .toggler-icon:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 7px;
}

.header-nav .navigation .navbar .navbar-toggler.active .toggler-icon:nth-of-type(2) {
  opacity: 0;
}

.header-nav .navigation .navbar .navbar-toggler.active .toggler-icon:nth-of-type(3) {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  top: -7px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-nav .navigation .navbar .navbar-collapse {
    position: absolute;
    top: 128%;
    left: 0;
    width: 100%;
    background-color: #FFAB4A;
    z-index: 8;
    padding: 10px 16px;
    box-shadow: 0 26px 48px 0 rgba(0, 0, 0, 0.15);
  }
}

@media (max-width: 767px) {
  .header-nav .navigation .navbar .navbar-brand {
    width: 150px;
  }

  .header-nav .navigation .navbar .navbar-collapse {
    position: absolute;
    top: 128%;
    left: 0;
    width: 100%;
    background-color: #FFAB4A;
    z-index: 8;
    padding: 10px 16px;
    box-shadow: 0 26px 48px 0 rgba(0, 0, 0, 0.15);
  }
}

.header-nav .navigation .navbar .navbar-nav {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-nav .navigation .navbar .navbar-nav {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .header-nav .navigation .navbar .navbar-nav {
    margin-right: 0;
  }
}

.header-nav .navigation .navbar .navbar-nav .nav-item {
  position: relative;
}

.header-nav .navigation .navbar .navbar-nav .nav-item a {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  font-family: "Nunito", serif;
  text-transform: capitalize;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  margin-right: 36px;
  line-height: 45px;
  padding: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-nav .navigation .navbar .navbar-nav .nav-item a>i {
    display: none;
  }
}

@media (max-width: 767px) {
  .header-nav .navigation .navbar .navbar-nav .nav-item a>i {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-nav .navigation .navbar .navbar-nav .nav-item a {
    padding: 0;
    display: block;
    border: 0;
    margin: 0;
    line-height: 40px;
  }
}

@media (max-width: 767px) {
  .header-nav .navigation .navbar .navbar-nav .nav-item a {
    padding: 0;
    display: block;
    border: 0;
    margin: 0;
    line-height: 40px;
  }
}

.header-nav .navigation .navbar .navbar-nav .nav-item a span {
  padding-left: 5px;
  font-size: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-nav .navigation .navbar .navbar-nav .nav-item a span {
    display: none;
  }
}

@media (max-width: 767px) {
  .header-nav .navigation .navbar .navbar-nav .nav-item a span {
    display: none;
  }
}

.header-nav .navigation .navbar .navbar-nav .nav-item:first-child a {
  margin-left: 0;
}

.header-nav .navigation .navbar .navbar-nav .nav-item:last-child a {
  margin-right: 0;
}

.header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu {
  position: absolute;
  left: 0;
  top: 110%;
  width: 205px;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: all linear 0.3s;
  z-index: 99;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
  list-style-type: none;
  margin: 0;
  padding: 25px 0;
  border-radius: 5px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu {
    position: relative !important;
    width: 100% !important;
    left: 0 !important;
    top: auto !important;
    opacity: 1 !important;
    visibility: visible !important;
    display: none;
    right: auto;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition: all none ease-out 0s;
    -moz-transition: all none ease-out 0s;
    -ms-transition: all none ease-out 0s;
    -o-transition: all none ease-out 0s;
    transition: all none ease-out 0s;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-align: left;
    border-top: 0;
    transition: 0s;
  }
}

@media (max-width: 767px) {
  .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu {
    position: relative !important;
    width: 100% !important;
    left: 0 !important;
    top: auto !important;
    opacity: 1 !important;
    visibility: visible !important;
    display: none;
    right: auto;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition: all none ease-out 0s;
    -moz-transition: all none ease-out 0s;
    -ms-transition: all none ease-out 0s;
    -o-transition: all none ease-out 0s;
    transition: all none ease-out 0s;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-align: left;
    border-top: 0;
    transition: 0s;
  }
}

.header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu>li {
  position: relative;
}

.header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu>li .sub-menu {
  margin-left: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu>li .sub-menu {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu>li .sub-menu {
    margin-left: 0;
  }
}

.header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu>li .sub-nav-toggler {
  color: #404040;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu>li a {
  display: block;
  padding: 0px 20px;
  position: relative;
  color: #33415C;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  border-radius: 4px;
  margin: 0 0;
  line-height: 2.2;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu>li a {
    padding: 0 20px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu>li a {
    padding: 0 20px;
  }
}

.header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu>li a i {
  float: right;
  font-size: 16px;
  margin-top: 5px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu>li a i {
    display: none;
  }
}

@media (max-width: 767px) {
  .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu>li a i {
    display: none;
  }
}

.header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu>li a .sub-nav-toggler i {
  display: inline-block;
}

.header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu>li .sub-menu {
  right: auto;
  left: 100%;
  top: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu>li .sub-menu {
    padding-left: 30px;
    -webkit-transition: all 0s ease-out 0s;
    -moz-transition: all 0s ease-out 0s;
    -ms-transition: all 0s ease-out 0s;
    -o-transition: all 0s ease-out 0s;
    transition: all 0s ease-out 0s;
  }
}

@media (max-width: 767px) {
  .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu>li .sub-menu {
    padding-left: 30px;
    -webkit-transition: all 0s ease-out 0s;
    -moz-transition: all 0s ease-out 0s;
    -ms-transition: all 0s ease-out 0s;
    -o-transition: all 0s ease-out 0s;
    transition: all 0s ease-out 0s;
  }
}

.header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu>li:hover .sub-menu {
  top: -60%;
  opacity: 1;
  visibility: visible;
}

.header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu>li:hover .sub-nav-toggler {
  color: #FFAB4A;
}

.header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu>li:hover>a {
  color: #FFAB4A;
}

.header-nav .navigation .navbar .navbar-nav .nav-item:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.header-nav .navigation .navbar .navbar-nav .nav-item .sub-nav-toggler {
  display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-nav .navigation .navbar .navbar-nav .nav-item .sub-nav-toggler {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px 14px;
    font-size: 16px;
    background: none;
    border: 0;
    color: #fff;
  }
}

@media (max-width: 767px) {
  .header-nav .navigation .navbar .navbar-nav .nav-item .sub-nav-toggler {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px 14px;
    font-size: 16px;
    background: none;
    border: 0;
    color: #fff;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-nav .navigation .navbar .navbar-btn {
    position: absolute;
    right: 70px;
    top: 50%;
    transform: translateY(-50%);
  }
}

@media (max-width: 767px) {
  .header-nav .navigation .navbar .navbar-btn {
    position: absolute;
    right: 70px;
    top: 50%;
    transform: translateY(-50%);
  }
}

.header-nav .navigation .navbar .navbar-btn a {
  margin-left: 50px;
}

@-webkit-keyframes sticky {
  0% {
    top: -200px;
  }

  100% {
    top: 0;
  }
}

@keyframes sticky {
  0% {
    top: -200px;
  }

  100% {
    top: 0;
  }
}

.header-area.header-6-area .header-nav {
  padding: 0 45px;
  top: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .header-area.header-6-area .header-nav {
    padding: 0 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area.header-6-area .header-nav {
    padding: 0 15px;
  }
}

@media (max-width: 767px) {
  .header-area.header-6-area .header-nav {
    padding: 0 0px;
  }
}

.header-area.header-6-area .header-nav.sticky {
  background-color: #5d1b9c;
  top: 0;
  padding: 10px 15px;
}

.header-area.header-6-area .header-nav .navigation .navbar .navbar-nav .nav-item a {
  color: #ffffff;
}

/* .header-area.header-6-area .header-nav .navigation .navbar .navbar-nav .nav-item a:hover {
  transition: all 0.3s ease-in-out;
  color: #e94fca;
} */

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .header-area.header-6-area .header-nav .navigation .navbar .navbar-nav .nav-item a {
    margin-right: 25px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area.header-6-area .header-nav .navigation .navbar .navbar-nav .nav-item a {
    color: #000000;
  }
}

@media (max-width: 767px) {
  .header-area.header-6-area .header-nav .navigation .navbar .navbar-nav .nav-item a {
    color: #000000;
  }
}

.header-area.header-6-area .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu>li a {
  color: #000;
}

.header-area.header-6-area .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu>li:hover>a {
  color: #FF564F;
}

.header-area.header-6-area .header-nav .navigation .navbar .navbar-btn a {
  background: #FF564F;
  border-color: #FF564F;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
}

.header-area.header-6-area .header-nav .navigation .navbar .navbar-btn a:hover {
  background: #564FFF;
  border-color: #564FFF;
}

.header-area.header-6-area .header-nav .navigation .navbar .navbar-toggler .toggler-icon {
  background: #ffffff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area.header-6-area .header-nav .navigation .navbar .navbar-collapse {
    background: #ffffff;
  }
}

@media (max-width: 767px) {
  .header-area.header-6-area .header-nav .navigation .navbar .navbar-collapse {
    background: #ffffff;
  }
}


.hero-6-area {
  position: relative;
  background-color: #5d1b9c;
  overflow: hidden;
}

.hero-6-area::before {
  position: absolute;
  content: '';
  right: 0;
  bottom: 0;
  height: 450px;
  width: 380px;
  background: #653395;
}

.hero-6-content {
  padding-top: 200px;
  padding-bottom: 120px;
}

.hero-6-content span {
  background: #e94fca;
  display: inline-block;
  color: #ffffff;
  line-height: 1.3;
  padding: 5px 20px;
  text-transform: uppercase;
  border-radius: 40px;
}

.hero-6-content .title {
  font-family: "Montserrat", serif;
  font-size: 62px;
  line-height: 1.3;
  color: #ffffff;
  margin-top: 34px;
}

.hero-6-thumb .hero-dot {
  position: absolute;
  right: -80px;
  bottom: -80px;
  max-width: 195px;
  width: 100%;
}

.hero-6-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-top: 50px;
}

.hero-6-content ul li a {
  background: #e94fca;
  color: #fff;
  text-transform: uppercase;
  border-color: #e94fca;
  border-radius: 0;
  border-radius: 5px;
  line-height: 56px;
}

.hero-6-content .text {
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  color: #ffffff;
  padding-top: 5px;
  padding-right: 60px;
}



@media screen and (max-width: 1280px),
screen and (max-height: 567px) {
  .hero-6-content {
    padding-top: 150px;
    padding-bottom: 80px;
  }

  .hero-6-thumb .left-img {
    max-height: 400px;
  }

  .hero-6-content .title {
    font-size: 54px;
    margin-top: 28px;
    line-height: 1.2;
  }

  .hero-6-content span {
    font-size: 15px;
  }

  .hero-6-content .text {
    font-size: 18px;
    line-height: 28px;
  }

  .hero-6-content ul {
    padding-top: 30px;
  }

  .hero-6-content ul li a {
    line-height: 40px;
  }

  .main-btn {
    padding: 0px 30px;
    font-size: 14px;
  }

}


@media (max-width:991px) {
  .hero-6-content .title {
    font-size: 50px !important;
  }
}

@media screen and (max-width: 1280px),
screen and (max-height: 567px) {
  .hero-6-thumb .hero-dot {
    right: -55px;
    bottom: -30px;
    max-width: 120px;
  }
}


@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .hero-6-content .title {
    font-size: 44px;
  }
}

@media (max-width: 991px) {
  .hero-6-content {
    padding-bottom: 0px;
  }
}

@media (max-width: 767px) {
  .hero-6-content {
    padding-top: 160px;
    padding-bottom: 80px;
  }

  .hero-6-content .title {
    font-size: 35px !important;
    line-height: 45px !important;
  }
}

@media (max-width: 480px) {
  .hero-6-content .title {
    font-size: 32px !important;
    margin: 22px 0px 10px;
  }

  .hero-6-area .hero-6-thumb {
    display: flex;
    justify-content: center;
  }
}


@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero-6-content .title {
    line-height: 1.3;
  }
}

@media (max-width: 767px) {
  .hero-6-content .text {
    padding-right: 0;
    font-size: 15px;
    line-height: 26px;
  }
}

.hero-6-content ul li {
  display: inline-block;
}

@media (max-width: 767px) {
  .hero-6-content ul {
    padding-top: 30px;
  }

  .hero-6-content ul li {
    display: block;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero-6-content ul li {
    display: inline-block;
  }
}

@media (max-width: 767px) {
  .hero-6-content ul li a {
    width: 100%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero-6-content ul li a {
    width: auto;
  }
}

.hero-6-content ul li a:hover {
  background: #ffffff;
  border-color: #ffffff;
  color: #e94fca;
}

.hero-6-content ul li a.main-btn-2 {
  background: #ffffff;
  border-color: #ffffff;
  color: #e94fca;
  margin-left: 28px;
}

@media (max-width: 767px) {
  .hero-6-content ul li a.main-btn-2 {
    margin-left: 0;
    margin-top: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero-6-content ul li a.main-btn-2 {
    margin-left: 28px;
    margin-top: 0px;
  }
}

.hero-6-content ul li a.main-btn-2:hover {
  background: #e94fca;
  color: #ffffff;
  border-color: #e94fca;
}

.hero-6-thumb {
  margin-right: 50px;
  padding-top: 130px;
  margin-bottom: 140px;
  position: relative;
}

.hero-6-thumb img {
  border-radius: 10px;
}

@media screen and (max-width: 1280px),
screen and (max-height: 567px) {
  .hero-6-thumb {
    margin-bottom: 100px;
  }
}

@media (max-width: 991px) {
  .hero-6-thumb {
    padding-top: 80px;
  }
}

@media (max-width: 767px) {
  .hero-6-thumb {
    margin-right: 0;
    padding-top: 0;
    margin-bottom: 80px;
  }
}

@media (max-width: 767px) {
  .hero-6-thumb .hero-dot {
    display: none;
  }
}

.hero-6-thumb .box {
  position: absolute;
  left: -100px;
  bottom: 60px;
  border-radius: 0px;
  background: #564FFF;
  height: 160px;
  width: 160px;
  text-align: center;
  padding-top: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .hero-6-thumb .box {
    bottom: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-6-thumb .box {
    left: 0;
  }
}

@media (max-width: 767px) {
  .hero-6-thumb .box {
    left: 0;
    bottom: 0;
  }
}

.hero-6-thumb .box .title {
  font-size: 44px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 5px;
}

.hero-6-thumb .box>span {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

/*===========================
    5.SERVICE css 
===========================*/
.service-area {
  background: #F3F3F3;
  padding-top: 50px;
}

@media screen and (max-width: 1280px),
screen and (max-height: 567px) {
  .service-area {
    padding: 10px 0px;
  }
}

.service-area-item {
  display: flex;
  padding-left: 10px;
  padding-right: 10px;
}

.service-item {
  background: #fff;
  border-radius: 5px;
  padding: 50px 30px 30px;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.service-item .title {
  font-size: 20px;
  font-family: "Montserrat", serif;
  margin-top: 25px;
  margin-bottom: 15px;
  font-weight: 700;
}

@media screen and (max-width: 1280px),
screen and (max-height: 567px) {
  .service-item .title {
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .service-item .title {
    font-size: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-item .title {
    font-size: 17px;
  }

  .section-title .title {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .service-area {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .service-item .title {
    font-size: 18px;
  }
}

.service-item p {
  font-family: "Nunito", serif;
  margin: 0;
  font-size: 15px;
  line-height: 22px;
}

.service-item:hover {
  background: #5d1b9c;
  box-shadow: 0px 15px 60px 0 rgba(35, 92, 81, 0.25);
}

.service-item:hover .title {
  color: #fff;
}

.service-item:hover p {
  color: #fff;
}

.service-item:hover svg rect.white,
.service-item:hover svg path.white {
  fill: #fff;
}

.service-7-area {
  background: #fff;
}

.service-7-item {
  border-radius: 6px;
  box-shadow: 0px 20px 90px rgba(0, 0, 0, 0.08);
  text-align: center;
  padding: 30px;
  width: 100%;
}

.service-7-item a {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  position: relative;
  letter-spacing: 1px;
  margin-top: 6px;
}

.service-7-item a::before {
  position: absolute;
  content: '';
  left: 0;
  bottom: -2px;
  height: 2px;
  width: 100%;
  background: #c6609c;
}

.service-7-item:hover a {
  color: #fff;
}

.service-item .icon {
  position: relative;
  width: 80px;
  height: 80px;
  margin: 0 auto;
}

.service-item .icon .img-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s linear;
}

.service-item .icon .img-box img {
  object-fit: contain;
  max-height: 100%;
}

.service-item .icon .img-box.hover-box {
  opacity: 0;
  visibility: hidden;
}

.service-item:hover .icon .img-box {
  opacity: 0;
  visibility: hidden;
}

.service-item:hover .icon .img-box.hover-box {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 1280px),
screen and (max-height: 567px) {
  .service-7-item {
    padding: 15px;
    margin-top: 10px;
  }

  .service-item .icon {
    height: 40px;
    width: 40px;
  }

  .service-item p {
    font-size: 14px;
  }

  .service-area-item {
    padding-left: 7px;
    padding-right: 7px;
  }

  @media (max-width: 768px) {
    .service-7-item {
      padding: 30px;
    }
  }
}

/*===========================
    12.FOOTER css 
===========================*/
.footer-area {
  background-color: #5d1b9c;
  padding-top: 100px;
}

.footer-item {
  padding-top: 58px;
}

.footer-item .footer-about {
  color: #fff;
  padding-right: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .footer-item .footer-about {
    padding-right: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-item .footer-about {
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .footer-item .footer-about {
    padding-right: 0;
  }
}

.footer-item .footer-about .title {
  color: #fff;
  font-size: 22px;
  font-family: "Nunito", serif;
  margin-bottom: 37px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .footer-item .footer-list.ml-95 {
    margin-left: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-item .footer-list.ml-95 {
    margin-left: 0px;
  }
}

@media (max-width: 767px) {
  .footer-item .footer-list.ml-95 {
    margin-left: 0px;
  }
}

.footer-item .footer-list .title {
  color: #fff;
  font-size: 22px;
  font-family: "Nunito", serif;
  margin-bottom: 37px;
}

.footer-item .footer-list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.footer-item .footer-list ul li a {
  color: #fff;
  line-height: 36px;
  font-family: "Nunito", serif;
}

.footer-item .footer-list ul li a:hover {
  color: #FFAB4A;
}

.footer-item .footer-info .title {
  color: #fff;
  font-size: 22px;
  font-family: "Nunito", serif;
  margin-bottom: 37px;
}

.footer-item .footer-info ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.footer-item .footer-info ul li {
  padding-left: 31px;
  color: #fff;
  position: relative;
  padding-bottom: 30px;
}

.footer-item .footer-info ul li i {
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 20px;
  color: #c6609b;
}

.footer-copyright {
  color: #fff;
  font-family: "Nunito", serif;
  margin-top: 30px;
  margin-bottom: 30px;
}

.footer-2-area {
  padding-top: 0;
}

.footer-2-area .footer-2-top {
  padding: 42px 0;
  background: #383838;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-2-area .footer-2-top .footer-logo {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .footer-2-area .footer-2-top .footer-logo {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .footer-2-area .footer-info.ml-60 {
    margin-left: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-2-area .footer-info.ml-60 {
    margin-left: 0px;
  }
}

@media (max-width: 767px) {
  .footer-2-area .footer-info.ml-60 {
    margin-left: 0px;
  }
}

.footer-2-area .footer-info ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.footer-2-area .footer-info ul li {
  color: #fff;
  padding-left: 30px;
  position: relative;
}

.footer-2-area .footer-info ul li img {
  position: absolute;
  left: 0;
  top: 5px;
}

.footer-2-area .footer-info ul li a {
  color: #fff;
}

.footer-2-area .footer-copyright {
  margin-bottom: 50px;
  margin-top: 15px;
  flex-wrap: wrap;
}

.footer-2-area .footer-copyright a {
  color: #fff;
  text-decoration: underline;
}

@media (max-width: 767px) {
  .footer-2-area .footer-copyright {
    margin-top: 40px;
  }
}

.footer-2-area .footer-copyright ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
}

.footer-2-area .footer-copyright ul li {
  margin-right: 10px;
}

.footer-2-area .footer-copyright ul li a {
  background: #ffffff;
  display: inline-block;
  border-radius: 100%;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 42px;
  color: #5d1b9c;
  position: relative;
  overflow: hidden;
  z-index: 5;
}

.footer-2-area .footer-copyright ul li a::before {
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  height: 100%;
  width: 100%;
  background: #e94fca;
  z-index: -1;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  border-radius: 100%;
}

.footer-2-area .footer-copyright ul li a:hover {
  color: #ffffff;
  background: #e94fca;
}

.footer-2-area .footer-copyright ul li a:hover::before {
  transform: translate(-50%, -50%) scale(1);
}

.footer-2-area .footer-copyright p {
  margin-bottom: 0;
  margin-left: 80px;
}

@media (max-width: 767px) {
  .footer-2-area .footer-copyright p {
    margin-left: 0;
    padding-top: 20px;
  }
}

.footer-2-area .footer-copyright.footer-copyright-11 ul li a::before {
  background: #564FFF;
}

.footer-2-area.footer-7-area .footer-item .footer-list ul li a:hover {
  color: #ffffff;
}

.footer-2-area.footer-7-area .footer-newsletter-item {
  background: linear-gradient(0deg, #5d1b9c 0%, #c6609b 100%);
}

.footer-2-area .social-media {
  margin-top: 0;
}

.footer-2-area .social-media .title {
  color: #fff;
  font-size: 22px;
  font-family: "Nunito", serif;
  margin-bottom: 37px;
}

.footer-2-area .social-media .text {
  color: #fff;
  font-size: 16px;
  font-family: "Nunito", serif;
  margin-bottom: 15px;
  margin-left: 0;
  padding: 0;
}

@media (max-width: 767px) {
  .footer-2-area .social-media {
    margin-top: 40px;
    margin-bottom: 0;
  }

  .footer-item .footer-info .title,
  .footer-item .footer-list .title,
  .footer-2-area .social-media .title {
    margin-bottom: 20px;
  }
}

@media (max-width: 575px) {
  .footer-2-area .footer-list {
    margin-top: 20px;
  }
}

/*==== BACK TO TOP ====*/
.back-to-top {
  font-size: 24px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #FFAB4A;
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  cursor: pointer;
  box-shadow: 0 6px 14px 0 rgba(0, 0, 0, 0.09);
}

.back-to-top i {
  color: #fff;
}

.back-to-top:hover {
  background-color: #FFAB4A;
}

.back-to-top.back-to-top-2 {
  background: #2AA38C;
}

.back-to-top.back-to-top-4 {
  background: linear-gradient(#2895dd 0%, #6249ef 100%);
}

.back-to-top.back-to-top-7 {
  background: #2AA38C;
}

.back-to-top.back-to-top-6 {
  background: #FF564F;
}

.back-to-top.back-to-top-9 {
  background: linear-gradient(90deg, #dc3daa 0%, #7712c8 100%);
}

.back-to-top.back-to-top-10 {
  background: #2AA38C;
}

.back-to-top.back-to-top-11 {
  background: #564FFF;
}

.back-to-top.back-to-top-16 {
  background: #3863F6;
}

/*===========================
    18.KEY FEATURE css 
===========================*/
.key-feature-area {
  padding-bottom: 100px;
  background: #fff;
}

.key-feature-content {
  padding-left: 100px;
  padding-right: 100px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .key-feature-content {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .key-feature-content {
    padding-left: 50px;
    padding-right: 50px;
    margin-top: 40px;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .key-feature-content {
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
    margin-top: 40px;
  }
}

.key-feature-content .title {
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
}

.key-feature-content .text {
  font-weight: 300;
  color: #000;
  padding-top: 6px;
}

.key-feature-content a {
  margin-top: 48px;
  display: inline-block;
  font-size: 14px;
  font-family: "Nunito", serif;
  text-transform: uppercase;
  color: #707070;
}

.key-feature-content a span {
  height: 30px;
  width: 30px;
  background: #2AA38C;
  border-radius: 50%;
  text-align: center;
  line-height: 24px;
  display: inline-block;
  margin-left: 12px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .key-feature-thumb {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .key-feature-thumb {
    text-align: center;
  }
}

.key-features-9-area {
  padding-top: 90px;
  background: #fff;
}

/*===========================
    19.VIDEO css 
===========================*/
.video-area {
  position: relative;
  z-index: 10;
  padding: 200px 0 165px;
}

.video-area .section__bg {
  background-image: url(../images/video-bg.jpg);
  background-attachment: fixed;
}

.video-area .section__bg::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(90deg, rgba(102, 58, 146, 0.8), rgba(198, 96, 155, 0.8) 100%);
}

.video-content a {
  display: inline-block;
  height: 150px;
  width: 150px;
  text-align: center;
  line-height: 150px;
  border-radius: 50%;
  background: #fff;
  font-size: 40px;
  color: #5d1b9c;
}

.video-content span {
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  color: #fff;
  display: block;
  margin-top: 61px;
  padding: 0 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .video-content span {
    padding: 0;
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .video-content span {
    padding: 0;
    font-size: 18px;
    line-height: 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .video-content span {
    font-size: 30px;
    line-height: 40px;
  }
}


/*===========================
    15.UPDATE NEWS css 
===========================*/
.update-news-area {
  background: #fff;
}

.update-news-area.update-news-12-area {
  padding: 96px 0;
}

.update-news-item {
  padding-bottom: 100px;
}

@media screen and (max-width: 1280px),
screen and (max-height: 567px) {
  .update-news-area.update-news-12-area {
    padding: 30px 0;
  }

  .update-news-item {
    margin-top: 20px;
    padding-bottom: 50px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .update-news-item .update-news-content {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .update-news-item {
    padding-bottom: 50px;
  }

  .update-news-area.update-news-12-area {
    padding: 50px 0;
  }

  .update-news-item .update-news-content {
    margin-top: 30px;
  }
}

@media (max-width: 640px) {
  .update-news-item {
    padding-bottom: 0px;
  }

  .update-news-item.update-news-item-12 .update-news-content .title {
    margin-bottom: 18px !important;
  }

  .update-news-item .update-news-content .title {
    font-size: 22px !important;
    margin-top: 20px !important;
  }

  .update-news-item .update-news-content .text {
    font-size: 15px;
    line-height: 26px;
  }
}




.update-news-item .update-news-content>span {
  background: rgba(86, 79, 255, 0.1);
  line-height: 43px;
  width: 130px;
  padding: 0;
  display: inline-block;
  font-size: 14px;
  text-align: center;
  color: #564fff;
  font-family: "Nunito", serif;
}

.update-news-item .update-news-content .title {
  font-size: 36px;
  font-weight: 500;
  font-family: "Montserrat", serif;
  line-height: 1.3;
  margin-top: 30px;
  color: #5d1b9c;
  margin-bottom: 28px;
}

@media screen and (max-width: 1280px),
screen and (max-height: 567px) {
  .update-news-item .update-news-content .title {
    font-size: 32px;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .update-news-item .update-news-content .title {
    font-size: 25px;
  }
}

.update-news-item .update-news-content .text {
  font-family: "Nunito", serif;
}

.update-news-item .update-news-content a {
  margin-top: 48px;
  display: inline-block;
  font-size: 14px;
  font-family: "Nunito", serif;
  text-transform: uppercase;
  color: #707070;
}

.update-news-item .update-news-content a span {
  height: 30px;
  width: 30px;
  background: #FF564F;
  border-radius: 50%;
  text-align: center;
  line-height: 24px;
  display: inline-block;
  margin-left: 12px;
}

@media screen and (max-width: 1280px),
screen and (max-height: 567px) {
  .update-news-item.update-news-item-12 .update-news-thumb img {
    max-width: 470px !important;
  }
}

@media (max-width: 991px) {
  .update-news-item.update-news-item-12 .update-news-thumb img {
    max-width: unset !important;
    width: 100%;
  }
}

.update-news-item.update-news-item-12 .update-news-content>span {
  background: #5d1b9c;
  color: #ffffff;
}

.update-news-item.update-news-item-12 .update-news-content .title {
  font-family: "Montserrat", serif;
  font-weight: 700;
}

.update-news-item.update-news-item-12 .update-news-content a span {
  background: #2AA38C;
}

.update-news-item.update-news-item-12 .update-news-thumb img {
  border-radius: 10px;
}

@media (max-width: 767px) {
  .update-news-item.update-news-item-12 .update-news-content .title {
    margin-bottom: 20px;
  }

  .update-news-thumb.text-right {
    text-align: left !important;
  }

}

/* faq Section css start */

.faq-section {
  padding: 86px 0;
}

.faq-section .faq-main {
  margin-top: 30px;
}

.faq-section .faq-main .faq-item {
  padding: 30px;
  border-radius: 10px;
  background-color: #ffffff;
  margin-bottom: 30px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.faq-section .faq-main .faq-item .faq-title {
  font-size: 24px;
  font-family: "Montserrat", serif;
  color: #000000;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: space-between;
  cursor: pointer;
}

.faq-section .faq-main .faq-item .faq-title .arrow-icon {
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #5d1b9c;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s linear;
}

.faq-section .faq-main .faq-item .faq-title .arrow-icon svg {
  width: 30px;
  height: 30px;
}

.faq-section .faq-main .faq-item .faq-content {

  border-top: 1px solid #dfdfdf;
  opacity: 0;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  transition: all 0.3s linear;
}

.faq-section .faq-main .faq-item.active .faq-content {
  padding-top: 20px;
  margin-top: 20px;
  opacity: 1;
  overflow: visible;
  visibility: visible;
  height: auto;
}

.faq-section .faq-main .faq-item .faq-content .text {
  font-size: 16px;
  line-height: 1.5;
  color: #33415C;
  margin-bottom: 0;
}

.faq-section .faq-main .faq-item.active .arrow-icon {
  transform: rotate(180deg);
}

@media(max-width: 991px) {
  .faq-section .faq-main {
    margin-top: 20px;
  }

  .faq-section .faq-main .faq-item {
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 20px;
  }

  .faq-section .faq-main .faq-item .faq-title {
    font-size: 18px;
    gap: 15px;
  }

  .faq-section .faq-main .faq-item .faq-title .arrow-icon {
    width: 30px;
    min-width: 30px;
    height: 30px;
    padding: 5px;
  }

  .faq-section .faq-main .faq-item.active .faq-content {
    padding-top: 15px;
    margin-top: 15px;
  }
}

@media(max-width: 991px) {
  .faq-section {
    padding: 50px 0;
  }
}

/* faq Section css end */

/* key feature section css start */

.key-feature-section {
  padding: 86px 0;
}

.key-feature-section .key-feature-item-main {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
}

.key-feature-section .key-feature-item {
  background-color: #ffffff;
  padding: 30px;
  height: 100%;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.key-feature-section .key-feature-item .feature-title {
  font-size: 26px;
  line-height: 1.3;
  font-family: "Montserrat", serif;
  color: #33415C;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 10px;
  text-align: center;
}

.key-feature-section .key-feature-item .feature-text {
  font-size: 16px;
  line-height: 1.5;
  color: #33415C;
  margin: 0;
  text-align: center;
}

@media screen and (max-width: 1280px),
screen and (max-height: 567px) {
  .key-feature-section {
    padding: 20px 0;
  }

  .key-feature-section .key-feature-item {
    padding: 20px;
    min-height: 160px;
  }

  .key-feature-section .key-feature-item .feature-title {
    font-size: 20px;
  }

  .key-feature-section .key-feature-item-main {
    margin-top: 20px;
  }
}

@media (max-width:991px) {
  .key-feature-section .key-feature-item {
    min-height: 200px;
  }
}

@media(min-width: 992px) {

  .key-feature-section .key-feature-item:nth-child(2),
  .key-feature-section .key-feature-item:nth-child(4),
  .key-feature-section .key-feature-item:nth-child(6) {
    background: #5d1b9c;
  }

  .key-feature-section .key-feature-item:nth-child(2) .feature-title,
  .key-feature-section .key-feature-item:nth-child(4) .feature-title,
  .key-feature-section .key-feature-item:nth-child(6) .feature-title,
  .key-feature-section .key-feature-item:nth-child(2) .feature-text,
  .key-feature-section .key-feature-item:nth-child(4) .feature-text,
  .key-feature-section .key-feature-item:nth-child(6) .feature-text {
    color: #ffffff;
  }
}

@media(max-width: 991px) {

  .key-feature-section .key-feature-item:nth-child(2),
  .key-feature-section .key-feature-item:nth-child(3),
  .key-feature-section .key-feature-item:nth-child(6) {
    background: #5d1b9c;
  }

  .key-feature-section .key-feature-item:nth-child(2) .feature-title,
  .key-feature-section .key-feature-item:nth-child(3) .feature-title,
  .key-feature-section .key-feature-item:nth-child(6) .feature-title,
  .key-feature-section .key-feature-item:nth-child(2) .feature-text,
  .key-feature-section .key-feature-item:nth-child(3) .feature-text,
  .key-feature-section .key-feature-item:nth-child(6) .feature-text {
    color: #ffffff;
  }

  .key-feature-section .key-feature-item-main {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media(max-width: 767px) {
  .key-feature-section {
    padding: 50px 0;
  }

  .key-feature-section .key-feature-item:nth-child(3) {
    background-color: #fff;
    background: unset;
  }

  .key-feature-section .key-feature-item:nth-child(2),
  .key-feature-section .key-feature-item:nth-child(4),
  .key-feature-section .key-feature-item:nth-child(6) {
    background: #5d1b9c;
  }

  .key-feature-section .key-feature-item:nth-child(2) .feature-title,
  .key-feature-section .key-feature-item:nth-child(4) .feature-title,
  .key-feature-section .key-feature-item:nth-child(6) .feature-title,
  .key-feature-section .key-feature-item:nth-child(2) .feature-text,
  .key-feature-section .key-feature-item:nth-child(4) .feature-text,
  .key-feature-section .key-feature-item:nth-child(6) .feature-text {
    color: #ffffff;
  }

  .key-feature-section .key-feature-item:nth-child(3) .feature-title,
  .key-feature-section .key-feature-item:nth-child(3) .feature-text {
    color: #33415C;
  }

  .key-feature-section .key-feature-item-main {
    grid-template-columns: repeat(1, 1fr);
  }

  .key-feature-section .key-feature-item {
    min-height: 200px;
  }
}

/* key feature section css end */

.bottom-btn {
  margin-top: 30px;
  text-align: center;
}

.bottom-btn .btn {
  background: #5d1b9c;
  color: #fff;
  text-transform: uppercase;
  border-color: #5d1b9c;
  border-radius: 0;
  border-radius: 5px;
  line-height: 40px;
  outline: 0;
  box-shadow: unset;
}

.bottom-btn .btn:hover {
  background: #ffffff;
  color: #5d1b9c;
  border-color: #5d1b9c;
}

@media screen and (max-width: 1280px),
screen and (max-height: 567px) {
  .bottom-btn {
    margin-top: 20px;
  }

  .bottom-btn .btn {
    line-height: 30px;
    font-size: 12px;
    padding: 0 25px;
  }
}

/* privacy-policy page css start */

.privacy-policy-page .privacy-policy-content-main {
  padding: 90px 0;
}

.privacy-policy-page .privacy-policy-content .heading {
  font-size: 32px;
  line-height: 1.5;
  color: #33415C;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 30px;
}

.privacy-policy-page .privacy-policy-content .text {
  font-size: 18px;
  line-height: 1.5;
  color: #33415C;
  margin-top: 0;
  margin-bottom: 15px;
}

.privacy-policy-page .privacy-policy-content .title {
  font-size: 24px;
  line-height: 1.5;
  color: #33415C;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 20px;
}

.privacy-policy-page .privacy-policy-content a {
  color: #c25e9c;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.privacy-policy-page .privacy-policy-content ul {
  list-style: disc;
  list-style-position: outside;
  padding-left: 30px;
  margin-bottom: 30px;
}

.privacy-policy-page .privacy-policy-content strong {
  font-weight: 600;
}

@media(max-width: 767px) {
  .privacy-policy-page header {
    padding: 16px 0;
  }

  .privacy-policy-page .privacy-policy-content-main {
    padding: 50px 0;
  }

  .privacy-policy-page .privacy-policy-content .heading {
    font-size: 28px;
    margin-bottom: 20px;
  }

  .privacy-policy-page .privacy-policy-content .text {
    font-size: 16px;
  }

  .privacy-policy-page .privacy-policy-content .title {
    font-size: 20px;
    margin-bottom: 10px;
  }
}

/* privacy-policy page css end */


/* pricing-css start */
.pricing-content-main {
  padding: 48px 0;
  background-color: #f8f9fa;
}

.pricing-content-main .pricing-header {
  margin-bottom: 50px;
}

.pricing-content-main .pricing-header h1 {
  font-size: 42px;
  color: #33415C;
  font-weight: 700;
  margin-bottom: 15px;
}

.pricing-content-main .pricing-header .subheading {
  font-size: 18px;
  color: #7f8c8d;
  max-width: 600px;
  margin: 0 auto;
}

/* Plan Toggle Styles */
.pricing-content-main .plan-toggle-container {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}

.pricing-content-main .plan-toggle {
  display: inline-flex;
  position: relative;
  background: #e0e0e0;
  border-radius: 30px;
  padding: 5px;
}

.pricing-content-main .plan-toggle span {
  padding: 10px 25px;
  cursor: pointer;
  position: relative;
  z-index: 2;
  color: #7f8c8d;
  transition: color 0.3s;
  font-weight: 500;
  min-width: 115px;
  text-align: center;
}

.pricing-content-main .plan-toggle span.active {
  color: #fff;
}

.pricing-content-main .toggle-switch {
  position: absolute;
  top: 5px;
  left: 5px;
  height: calc(100% - 10px);
  width: calc(50% - 10px);
  background: #5d1b9c;
  border-radius: 30px;
  transition: transform 0.3s;
  z-index: 1;
}

.pricing-content-main .plan-toggle #yearly-toggle.active~.toggle-switch {
  width: calc(50% - 5px);
}

/* Pricing Plans Container */
.pricing-content-main .pricing-plans {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-bottom: 60px;
}

/* Pricing Card Styles */
.pricing-content-main .pricing-card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  padding: 30px;
  transition: transform 0.3s, box-shadow 0.3s;
}

.pricing-content-main .pricing-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.pricing-content-main .pricing-card.featured {
  border: 2px solid #5d1b9c;
  position: relative;
}

.pricing-content-main .pricing-card.featured::before {
  content: "Most Popular";
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: #5d1b9c;
  color: white;
  padding: 3px 15px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
}

/* Plan Header */
.pricing-content-main .plan-header {
  text-align: center;
  margin-bottom: 25px;
  padding-bottom: 20px;
  /* min-height: 148px; */
  border-bottom: 1px solid #eee;
  height: 211px;
  display: flex;
  flex-direction: column;
}

.pricing-content-main .plan-header a {
  display: block;
  margin-top: auto;
}

.pricing-content-main .pricing-plans.yearly-plans .plan-header {
  /* min-height: 188px; */
  height: 260px;
}

.pricing-content-main .plan-header h3 {
  font-size: 22px;
  color: #33415C;
  margin-bottom: 15px;
}

.pricing-content-main .price {
  font-size: 36px;
  font-weight: 700;
  color: #5d1b9c;
  margin-bottom: 10px;
}

.pricing-content-main .price span {
  font-size: 16px;
  font-weight: 400;
  color: #7f8c8d;
}

.pricing-content-main .price-comparison {
  margin: 10px 0;
}

.pricing-content-main .original-price {
  /* text-decoration: line-through; */
  color: #7f8c8d;
  font-size: 14px;
  margin-right: 8px;
}

.pricing-content-main .discount-badge {
  background: #27ae60;
  color: white;
  padding: 3px 8px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 600;
}

.pricing-content-main .trial-badge {
  background: #f0f0f0;
  color: #5d1b9c;
  padding: 5px 10px;
  border-radius: 20px;
  font-size: 12px;
  display: inline-block;
  font-weight: 500;
  margin: 0 auto;
}

/* Features List */
.pricing-content-main .features {
  list-style: none;
  padding: 0 0 0 10px;
  text-align: left;
  width: max-content;
  margin: 0 0 30px;
  max-width: 100%;
}

.pricing-content-main .features li {
  padding: 8px 0 8px 15px;
  color: #33415C;
  position: relative;
  text-align: left;
}

.pricing-content-main .features li:before {
  content: "";
  background-image: url(../images/custom/bg-check.png);
  height: 20px;
  width: 20px;
  color: #5d1b9c;
  position: absolute;
  left: -15px;
  top: 11px;
  font-weight: bold;
  background-position: center;
  background-repeat: no-repeat;
}

/* Buttons */
.pricing-content-main .choose-plan-btn {
  width: 100%;
  padding: 10px;
  background: #5d1b9c;
  color: white;
  border: none;
  border-radius: 30px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s;
  margin-top: 15px;
  max-width: 260px;
}

.pricing-content-main .choose-plan-btn:hover {
  background: #5a2e7d;
}

/* Custom Plan Section */
.pricing-content-main .custom-plan {
  background: linear-gradient(90deg, #5d1b9c 0%, #c6609c 100%);
  border-radius: 10px;
  padding: 40px;
  text-align: center;
  color: white;
  margin-bottom: 50px;
}

.pricing-content-main .custom-plan h3 {
  font-size: 28px;
  margin-bottom: 15px;
}

.pricing-content-main .custom-plan p {
  font-size: 16px;
  margin-bottom: 25px;
  opacity: 0.9;
}

.pricing-content-main .request-demo-btn {
  padding: 12px 30px;
  background: white;
  color: #5d1b9c;
  border: none;
  border-radius: 5px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
}

.pricing-content-main .request-demo-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.pricing-content-main .plan-header-bottom {
  margin-top: auto;
}

/* Responsive Styles */
@media (max-width: 1200px) {
  .pricing-content-main .features {
    padding: 0;
  }
}

@media (max-width: 992px) {
  .pricing-content-main .pricing-plans {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .pricing-content-main .pricing-content-main {
    padding: 60px 0;
  }

  .pricing-content-main .pricing-header h1 {
    font-size: 32px;
  }

  .pricing-content-main .pricing-plans {
    grid-template-columns: 1fr;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 480px) {
  .pricing-content-main .plan-toggle span {
    padding: 10px 15px;
    font-size: 14px;
  }

  .pricing-content-main .custom-plan {
    padding: 30px 20px;
  }

  .pricing-content-main .custom-plan h3 {
    font-size: 24px;
  }
}

/* Testimonial-slider */

.testimonial-slider {
  max-width: 900px;
  margin: auto;
  text-align: center;
  padding: 20px 0px 48px;
  font-family: sans-serif;
  position: relative;
}

.testimonial-slider .swiper-slide {
  display: flex;
}

.testimonial-slider .title {
  font-size: 42px;
  color: #33415C;
  font-weight: 700;
  margin-bottom: 30px;
}

.testimonial-slider .testimonial-card {
  background: white;
  padding: 25px;
  border-radius: 12px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  text-align: center;
  height: auto;
  width: 100%;
}

.testimonial-slider .user-info {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 15px;
}

.testimonial-slider .user-img {
  width: 50px;
  height: 50px;
  border-radius: 12px;
  object-fit: cover;
}

.testimonial-slider .user-details strong {
  font-size: 22px;
  font-weight: bold;
  color: #000;
}

.testimonial-slider .user-details span {
  display: block;
  font-size: 16px;
  color: #000;
}

.testimonial-slider .user-feedback {
  font-size: 18px;
  color: #000;
  line-height: 1.5;
}

.testimonial-slider .swiper-pagination-bullet {
  background: #ccc;
  opacity: 1;
}

.testimonial-slider .swiper-pagination-bullet-active {
  background: #5d1b9c;
}

.testimonial-slider .swiper-pagination {
  position: unset;
  padding-top: 25px;
}

.testimonial-slider .swiper-button-next:after,
.testimonial-slider .swiper-button-prev:after {
  display: none;
}

.testimonial-slider .swiper-button-next,
.testimonial-slider .swiper-button-prev {
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  z-index: 10;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.testimonial-slider .swiper-button-next {
  right: -40px;
}

.testimonial-slider .swiper-button-prev {
  left: -40px;
}

.testimonial-slider .swiper-button-next img,
.testimonial-slider .swiper-button-prev img {
  width: 24px;
  height: 24px;
}

.testimonial-slider span.swiper-pagination-bullet {
  height: 10px;
  width: 10px;
}

/* testimonial-responsive */
@media (max-width:768px) {
  .testimonial-slider .title {
    font-size: 32px;
    margin-bottom: 20px;
  }

  .testimonial-slider .user-details strong {
    font-size: 18px;
  }

  .testimonial-slider .user-details span {
    font-size: 14px;
  }

  .testimonial-slider .user-feedback {
    font-size: 16px;
  }
}

@media (max-width:640px) {

  .testimonial-slider .swiper-button-next,
  .testimonial-slider .swiper-button-prev {
    display: none;
  }

  .testimonial-slider .testimonial-card {
    padding: 20px 10px;
  }

  .testimonial-slider span.swiper-pagination-bullet {
    height: 8px;
    width: 8px;
  }

  .testimonial-slider .swiper-pagination {
    padding-top: 15px;
  }

  .testimonial-slider .user-feedback {
    font-size: 15px;
  }
}

/* pricing-css end */

/* Whatsapp css start */
.whatsapp-custom-widget {
  position: fixed;
  bottom: 20px;
  left: 70px;
  z-index: 999999;
}

.whatsapp-custom-widget .whatsapp-custom-label {
  display: none;
  font-size: 12px;
  color: #000;
  background-color: #f5f7f9;
  padding: 8px 12px;
  border-radius: 5px;
  margin-bottom: 5px;
  margin-right: 60px;
  line-height: 1.5;
}

#wa-btn-wrapper #wa_btn-content {
  padding: 10px 10px;
}

#wa-btn-wrapper #wa_btn-content p {
  margin-left: 0 !important;
}

#wa-widget-wrapper #wa_widget-content {
  width: 400px;
}

#wa-widget-wrapper .wa_widget-brand-container {
  position: relative;
  padding: 10px 16px;
}

#wa-widget-wrapper .wa_widget-brand-container .wa_widget-brand-image {
  height: 50px;
  width: 50px;
  display: flex;
}

#wa-widget-wrapper .wa_widget-brand-container .wa_widget-brand-info p {
  margin: 5px 0 0 !important;
  line-height: 1.2;
}

#wa-widget-wrapper .wa_widget-brand-container .wa_widget-close-btn {
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  width: 30px;
  height: 30px;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#wa-widget-wrapper .wa_widget-message-container {
  background-color: #e5e3e4;
  padding: 20px 16px;
  min-height: 180px;
}

#wa-widget-wrapper .wa_widget-message {
  padding: 10px 16px;
  border-radius: 10px;
}

#wa-widget-wrapper .wa_widget-message p {
  margin-bottom: 0 !important;
  line-height: 1.2;
}

#wa-widget-wrapper .wa_widget-button-container {
  padding: 16px;
}

#wa-widget-wrapper .wa_widget-button-container .wa_widget-button {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  padding: 10px 16px;
}

#wa-widget-wrapper .wa_widget-button-container .wa_widget-button svg {
  width: 20px;
  height: 20px;
}

#wa-widget-wrapper .wa_widget-button-container .wa_widget-button p {
  margin: 0 !important;
}

/* Whatsapp css End */

/* calendly css */
body.calendly-modal-open {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/* calendly css */