@font-face {
  font-family: Meutas-Black;
  src: url("../font/Meutas-Black.otf");
}
@font-face {
  font-family: Meutas-Medium;
  src: url("../font/Meutas-Medium.otf");
}
@font-face {
  font-family: Meutas-ExtraBold;
  src: url("../font/Meutas-ExtraBold.otf");
}
@font-face {
  font-family: Meutas-ExtraLight;
  src: url("../font/Meutas-ExtraLight.otf");
}
@font-face {
  font-family: Meutas-Light;
  src: url("../font/Meutas-Light.otf");
}
@font-face {
  font-family: Meutas-SemiBold;
  src: url("../font/Meutas-SemiBold.otf");
}
@font-face {
  font-family: Meutas-Regular;
  src: url("../font/Meutas-Regular.otf");
}
@font-face {
  font-family: Meutas-Bold;
  src: url("../font/Meutas-Bold.otf");
}
@font-face {
  font-family: Meutas-SemiBold;
  src: url("../font/Meutas-SemiBold.otf");
}
@font-face {
  font-family: Meutas-MediumOblique;
  src: url("../font/Meutas-MediumOblique.otf");
}
/*header css*/
.custom-nav {
    padding: 0px !important;
}
.call-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 55px;
    background-color: #fec04e;
}
.call-box-rgt p {
    padding-left: 16px;
    margin-bottom: 0px;
    font-family: 'Meutas-Regular';
    font-size: 12px;
    line-height: inherit;
    color: #634b01;
    letter-spacing: 1px;
}
.call-box.top {
    display: none;
}
.call-box-lft img {
    padding-right: 0px;
    max-width: 100%;
    cursor: pointer;
}
.call-box-rgt h2 {
    padding-left: 16px;
    padding-right: 0px;
    margin-bottom: 0px;
    font-family: 'Meutas-Regular';
    font-size: 26px;
    line-height: 40px;
    color: #000000;
    letter-spacing: 1px;
    cursor: pointer;
}
.call-box-rgt h2 a {
    font-family: 'Meutas-Regular';
    font-size: 26px;
    line-height: inherit;
    color: #000000;
    letter-spacing: 1px;
    cursor: pointer;
    text-decoration: none;
}
.woo-commerce-main-sec {
    --bs-gutter-x: 0px !important;
    display: flex;
    background-color: #000000;
}
.custom-menu {
    padding: 15px;
}
.banner-inner-sec span.fill-color {
    color: #faca36;
}
.custom-nav a.navbar-brand {
    padding: 11px 100px;
    padding-right: 0px !important;
}
.banner-inner-sec p {
    color: #e7e7e8;
    font-size: 14px;
    font-weight: 500;
    line-height: 40px;
    font-family: Meutas-Light;
}
.banner-inner-sec h1 {
    color: #ffffff;
    font-family: 'Meutas-Bold';
    font-size: 62px;
    font-weight: 900;
    line-height: 70px;
    margin-bottom: 25px;
}
.banner-inner-sec h5 {
    color: #e7e7e8;
    font-family: Meutas-Medium;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 1px;
}
ul.listing li {
    color: #e7e7e8;
    font-family: 'Meutas-Light';
    font-size: 15px;
    font-weight: 300;
    line-height: 37px;
    letter-spacing: 1px;
}
ul.listing li::marker {
    color: #404040;
    font-size: 24px;
}
ul.listing-img {
    padding: 0px;
}
ul.listing-img li {
    list-style-type: none;
    padding-bottom: 20px;
}
.listing-sec {
    padding-top: 20px;
}
/*header css*/
/*bubble css*/
.woo-commerce-sec-lft {
    width: 50%;
}
.woo-commerce-sec-rgt {
    width: 50%;
}
.banner-img img {
    width: 100%;
}
.banner-inner-sec {
    padding: 90px 52px 66px 150px;
    position: sticky;
    z-index: 1;
    opacity: 1;
}
.bubble {
    bottom: 20px;
    opacity: 0.2;
    left: -150px;
    z-index: 0;
    position: absolute;
    height: 650px;
    width: 650px;
    background: linear-gradient(250deg, #c59812 0%, #423200 100%);
  /*  background: linear-gradient(250deg, #c59812 0%, #725706 100%);*/
    border-radius: 100%;
    animation: ease-in-out ciculate 15s infinite;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.01, #faca37), color-stop(1.0, #2e250a));
}
  @keyframes ciculate{
    0% {
      transform:rotate(0deg);
      height: 650px;
    }
    25%{
      height:655px;
    }
    50%{
      height:605px;
    }
    75%{
      height:615px;
    }
      100% {
        transform:rotate(360deg);
        height:600px;
    }
  }
  /*bubble css*/

ul.navbar-nav li.nav-item {
    padding: 0px 35px;
}
ul.navbar-nav.ms-auto.mb-2.mb-lg-0.custom-menu {
    padding-right: 30px;
}
.custom-nav a.nav-link {
    font-family: 'Meutas-Light';
    font-size: 16px;
    line-height: 36px;
    color: #000000 !important;
}
.custom-nav a.nav-link.active {
    font-family: 'Meutas-Medium';
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
    color: #000000e6 !important;
}
span.red-text {
    color: #ff002e;
}
nav.navbar.sticky-top.navbar-expand-lg.custom-nav.sticky.animated.slideDown {
    background-color: white;
}
/*footer css*/
.opportunity-sec {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100% !important;
    padding: 20px 40px !important;
    background-color: #f5f5f5;
}
.footer-list li a{
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 15px;
    color: #999999;
    line-height: 30px;
    text-decoration: underline;
    text-decoration-color: #dfdfdf;
}
section.footer-sec {
    padding: 80px 0px;
}
h5.service-list {
    font-size: 14px;
    font-family: Meutas-Regular;
    color: #999999;
    text-transform: uppercase;
    padding-bottom: 15px;
    letter-spacing: 1px;
    margin-bottom: 0px;
}
.container-fluid.footer-section {
    width: 80%;
}
.opp-sec-left h2 {
    font-family: 'Meutas-Bold';
    font-weight: 700;
    color: #000000;
    font-size: 24px;
}
.opp-sec-rgt button {
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: 500;
    padding: 10px 20px;
    border: 1px solid #000;
}
ul.career-list li {
    list-style-type: none;
    padding: 0px;
}
.copy-right-sec {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100% !important;
    padding: 30px 0px;
}
.f1,.f2,.f3 p {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 13px;
    color: #999999;
}
ul.social-media-icon {
    list-style-type: none;
    padding: 0px;
}
ul.social-media-icon li {
    display: inline-block;
    padding: 12px;
}
.container-fluid.footer-bottom {
    width: 80%;
}
section.footer-sec h6 a {
    color: #333333;
    font-size: 14px;
    line-height: 22px;
    font-family: 'Meutas-Regular';
    font-weight: 500;
    text-decoration: none;
}
/*section.footer-sec ul.footer-list p {
    color: #666666;
    font-size: 14px;
    line-height: 22px;
    font-family: 'Roboto';
    font-weight: 400;
    text-decoration: none;
}*/
section.footer-sec ul.footer-list span a{
    color: #333333;
    font-size: 12px;
    line-height: 20px;
   font-family: 'Meutas-Regular';
    font-weight: 700;
    text-decoration: none;
}
ul.career-list i {
    font-size: 12px;
    background-color: #ffffff;
    padding: 12px;
    border-radius: 30px;
    margin-right: 15px;
    color:#666666;
}
ul.career-list {
    padding: 0px;
    margin: 0px;
}
ul.career-list p {
    margin-bottom: 10px;
}
ul.footer-list {
    padding: 0px;
}
.opp-sec-rgt img {
    padding-left: 10px;
}
footer.footer-main {
    display: flex;
    justify-content: space-between;
}
.footer-menu-5.mobile-menu {
    width: 16%;
}
.footer-menu-1,
.footer-menu-2,
.footer-menu-3,
.footer-menu-4,
.footer-menu-5{
	width: 22%;
}
.fa-angle-down:before {
    content: "\f107";
    font-size: 25px !important;
    font-weight: 700;
    color: #000;
}
.fa-angle-up:before {
    font-size: 25px !important;
    font-weight: 700;
    color: #000;
}
h5.service-list i {
    display: none;
}
.custom-nav a.navbar-brand img {
    max-width: 100%;
}
/*footer css*/
.bubble-box {
    position: relative;
}
.banner-main-sec {
    position: relative;
}
.col-md-6.woo-commerce-sec-rgt {
    padding: 0px;
}
/*navbar icon animate-icon2 css*/
 /* test case */

    .animated-icon2 {
      width: 25px;
      height: 20px;
      position: relative;
      margin: 0px;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: .5s ease-in-out;
      -moz-transition: .5s ease-in-out;
      -o-transition: .5s ease-in-out;
      transition: .5s ease-in-out;
      cursor: pointer;
    }

    .animated-icon2 span {
      display: block;
      position: absolute;
      height: 3px;
      width: 100%;
      border-radius: 9px;
      opacity: 1;
      left: 0;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: .25s ease-in-out;
      -moz-transition: .25s ease-in-out;
      -o-transition: .25s ease-in-out;
      transition: .25s ease-in-out;
    }

    .animated-icon2 span {
      background: #020e4e;
    }

   


    /* Icon 3*/

    .animated-icon2 span:nth-child(1) {
      top: 0px;
    }

   .animated-icon2 span:nth-child(2), .animated-icon2 span:nth-child(3) {
    top: 8px;
}

    .animated-icon2 span:nth-child(4) {
    top: 16px;
}

    .animated-icon2.open span:nth-child(1) {
      top: 11px;
      width: 0%;
      left: 50%;
    }

    .animated-icon2.open span:nth-child(2) {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
    }

    .animated-icon2.open span:nth-child(3) {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
    }

    .animated-icon2.open span:nth-child(4) {
      top: 11px;
      width: 0%;
      left: 50%;
    }
select.mobile-dropdown-list {
    display: none;
}
.around {
    display: inline-block;
}
section.certification-bottom {
    /* padding: 100px 0px; */
    padding-top: 100px;
    padding-bottom: 0px;
}
.container-fluid.cer {
    width: 80%;
}
div#col-xda .img-cer img {
    filter: grayscale(1);
    max-width: 100%;
}
.service-top-sec {
    padding-top: 20px;
}
/*div#col-xda .img-cer img:hover {
    filter: none;
}*/
.container-fluid.service-sec-con {
    width: 80%;
}
.service-top-sec h1 {
    color: #000000;
    font-family: 'Meutas-Bold';
    font-size: 46px;
    font-weight: 900;
    line-height: 55px;
    margin-bottom: 30px;
    letter-spacing: 1px;
}
.service-top-sec p {
    color: #000000;
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.box-heading-sec {
    display: flex;
    align-items: center;
}
/*.service-inner-box {
    margin-right: 25px;
    padding: 40px 35px;
    box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px !important;
    border-radius: 12px;
}*/
.service-inner-box {
    margin-right: 35px;
    padding: 40px 35px;
    border: 1px solid #33333312;
    border-radius: 12px;
    min-height: 300px;
    background-color: #fff !important;
}
.box-heading-sec-lft img {
    padding-right: 27px;
}
.box-heading-sec-rgt h4 {
    color: #100e0b;
    font-family: 'Meutas-Bold';
    font-size: 28px;
    line-height: 26px;
}
.box-heading-sec-rgt h3 {
    color: #100e0b;
    font-size: 28px;
    line-height: 26px;
    font-family: Meutas-ExtraLight;
}
.bottom-txt p {
    color: #000000;
    font-family: 'Roboto';
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
    padding: 20px 0px;
}
.row.service-box-sec {
    margin-bottom: 60px;
}
.service-inner-box:hover {
    background-color: #faca36;
}
.row.service-main-sec {
    margin-bottom: 50px;
}

/*.box::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 7px;
  width: 0px;
  content: '';
   background-color: #fbdca3;
}
.box:hover::after{
  bottom: 0;
  left: 50%;
   background-color: #9f8048;
  transform: translateX(-50%);
   animation: sec 1500ms infinite;
   position: absolute;
}


@keyframes sec {
  from {
    width: 0;
  }
  
  to {
    width: 100%;
  }
}


.box:hover {

  position:relative;
  overflow: hidden;
}*/
/*box fold css*/
[class^="hvr-"] {
    /*margin: .4em;*/
   /* padding: 1em;*/
    cursor: pointer;
  /*  background: #e1e1e1;*/
    text-decoration: none;
    color: #666;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-font-smoothing: antialiased;
}

/*type css*/

/*.text{
    border-right: 2px solid red;
}*/
span.typed-cursor {
    display: none;
}
.hvr-curl-top-right:before {
   background: linear-gradient(225deg,#f8fbff 49%,#141414 50%,#000 56%,#000 86%) !important;
    box-shadow: none !important;
    border-radius: 12px;
    /* background: linear-gradient(225deg,#fff 45%,#fff 50%,#fff 56%,#fff 80%) !important; */
}
/*.hvr-curl-top-right:hover:before {
    width: 65px !important;
    height: 65px !important;
}*/
.hvr-curl-top-right:hover:before {
    width: 63px !important;
    height: 63px !important;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 0px !important;
}
ul.listing li {
    list-style-type: none;
  }
ul.listing {
    padding: 0px;
}
ul.listing li::before {
    display: inline-block;
    content: '';
    border-radius: 0.375rem;
    height: 9px;
    width: 9px;
    margin-right: 15px;
    background-color: #a9a6a6;
}
/*whatsapp css*/
.float{
  position:fixed;
  width:60px;
  height:60px;
  bottom:40px;
  right:40px;
  background-color:#25d366;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:30px;
  box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
  margin-top:16px;
}
.whatsapp-icon a {
    color: #fff !important;
}
.hvr-pulse {
    vertical-align: inherit!important;
  }
/*lets discuss section css*/
.lets-main-sec h2 {
    color: #000000;
    font-family: 'Meutas-Bold';
    font-size: 38px;
    line-height: 48px;
    margin-bottom: 20px;
}
.lets-main-sec p {
    color: #000000;
    font-family: 'Meutas-Regular';
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 45px;
   letter-spacing: 1px;
    opacity: .7;
}
.call-us-box {
    display: inline-flex;
    align-items: center;
    border: 2px solid #dfdfdf;
    border-radius: 45px;
    padding: 10px 40px 10px 20px;
    z-index: 1;
    position: sticky;
}

.container-fluid.lets-discuss-con {
    width: 65%;
}
.lets-main-sec {
    padding: 60px 100px !important;
    text-align: center;
}
.call-box-rgt h3 {
    margin: 0px;
}
section.service-section {
    margin-bottom: 150px;
}
section.woo-parallex-section {
    background-image: url(../images/background_img.webp);
    background-color: #cccccc;
    height: 930px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.call-button-box-rgt p {
    margin: 0px;
    font-size: 12px;
    line-height: 27px;
    font-family: 'Meutas-Regular';
    color: #777777;
}
.call-button-box-rgt {
    text-align: left;
}
.woo-inner-section img {
    padding-bottom: 35px;
    padding-top: 70px;
}
.call-button-box-rgt h3 {
    font-size: 26px;
    line-height: 27px;
    margin: 0px;
    font-family: 'Meutas-Regular';
    color: #000000;
    cursor: pointer;
}
.call-button-box-lft img {
    padding-right: 17px;
}
.lets-main-sec {
    margin-bottom: -200px;
    background-color: white;
}
ul.couter-list {
    border-bottom: 1px solid #faca3624;
    margin-bottom: 0px;
    display: flex;
    justify-content: space-between;
    padding: 55px 0px;
    margin-top: 85px;
    text-align: center;
}
ul.couter-list li {
    list-style: none;
}
ul.couter-list li h2 {
    font-size: 48px;
    font-family: 'Meutas-Black';
    display: inline;
    color: #faca36;
    line-height: 48px;
}
span.plus {
    font-family: 'Meutas-ExtraLight';
    font-size: 50px;
    color: #faca36;
}
ul.couter-list p.span-text {
    color: #fafafa;
    font-size: 14px;
    font-family: 'Meutas-Light';
    line-height: 27px;
}
.counter {
    padding-top: 140px;
}
.woo-inner-section p {
    color: #fafafa;
    font-size: 18px;
    font-family: 'Meutas-Light';
    line-height: 28px;
    letter-spacing: 1px;
    margin-bottom: 30px;
}
.container-fluid.woo-parallex-sec-con {
    width: 65%;
}
.service-top-sec p {
    font-family: 'Meutas-light';
    font-size: 18px;
    color: #000000;
    line-height: 26px;
    font-weight: 400;
    letter-spacing: 1px;
    opacity: .9 ! important;
}
.bottom-txt p {
    font-family: 'Meutas-light';
    font-size: 16px;
    color: #404040;
    line-height: 26px;
    margin-bottom: 0px;
    opacity: .9;
    letter-spacing: 1px;
}
span.bold-txt {
    font-family: 'Meutas-Regular';
}
/*woocommerce feature section css start*/
section.feature-section {
    padding-top: 120px;
    padding-bottom: 40px;
}
.container-fluid.feature-sec-con {
    width: 80%;
}
.feature-heading h2 {
    color: #100e0b;
    font-family: 'Meutas-Bold';
    font-size: 42px;
    line-height: 42px;
    margin-bottom: 50px;
}
.feature-box h3 {
    color: #404040;
    font-family: 'Meutas-Bold';
    font-size: 21px;
    line-height: 28px;
    margin-bottom: 16px;
    letter-spacing: 0.5px;
}
.feature-box p {
    font-family: 'Meutas-Light';
    font-size: 16px;
    color: #404040;
    line-height: 26px;
    letter-spacing:1px;
    opacity: 0.9;
}
.feature-box {
    padding: 50px 0px 50px 0px;
    border-bottom: 1px solid #dfdfdf;
    margin-right: 105px;
}
.row.last-border .feature-box {
    border: none;
}
section.woocommerce-support-section {
    padding: 100px 0px 240px 0px;
    background-color: #fec04e;
}
.container-fluid.support-sec-con {
    width: 80%;
}
.support-heading h2 {
    color: #100e0b;
    font-family: 'Meutas-Bold';
    font-size: 42px;
    line-height: 48px;
    margin-bottom: 72px;
}
ul.support-list li {
    font-family: 'Meutas-Regular';
    font-size: 15px;
    line-height: 36px;
    color: #100e0b;
}
ul.support-list {
    list-style-type: none;
    padding: 0px;
}
ul.support-list li:before {
    display: inline-block;
    content: '';
    border-radius: 0.375rem;
    height: 6px;
    width: 6px;
    margin-right: 15px;
    background-color: #9f7933;
}
.support-box {
    border-right: 1px solid #9f793345;
    margin-right: 70px;
}
.support-box.last-border {
    border: none;
}
/*woocommerce feature section css end*/
/*woocommerce Assistance section css start*/
section.assistance-section {
    padding-top: 100px;
}
.container-fluid.assistance-sec-con {
    width: 80%;
}
.assistance-main-sec {
    background-color: white;
    padding: 85px 100px !important;
    text-align: center;
}
.assistance-main-sec h2 {
    color: #000000;
    font-family: 'Meutas-Bold';
    font-size: 32px;
    line-height: 48px;
    margin-bottom: 18px;
}
.assist-button {
    display: inline-flex;
    align-items: center;
    border: 2px solid #dfdfdf;
    border-radius: 45px;
    padding: 10px 40px 10px 20px;
    /* margin: 50px 515px 0px; */
    margin: 0 auto;
}
/*woocommerce Assistance section css end*/
/*footer section css*/
ul.footer-nav li {
    display: inline-block;
    padding: 0px 21px;
    font-family: 'Meutas-Regular';
    color: #333333;
    font-size: 15px;
    line-height: 36px;
}
.footer-sec {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0px;
    border-top: 1px solid #dfdfdfb0;
}
.assistance-main-sec {
    margin-top: -200px !important;
}

/*footer section css*/
.img-cer {
    padding: 0px 50px;
}
nav.navbar.sticky-top.navbar-expand-lg.custom-nav.sticky.animated.slideDown {
    box-shadow: 0 0 19.36px 2.64px rgb(20 21 27 / 7%);
}
/*body {
    background-image: url(../images/bk.png);
}*/
.assistance-main-sec p {
    color: #000000;
    font-family: Meutas-Light;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 1px;
    opacity: .7;
    margin-bottom: 50px;
}
.float-icon {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
}
span.num-color {
    color: #ffae00;
    font-family: 'Meutas-Light';
}
.custom-assist-button-rgt p {
    margin: 0px;
    font-size: 12px;
    line-height: 27px;
    font-family: 'Meutas-Regular';
    color: #777777;
}
.custom-assist-button-rgt h3 {
    font-size: 26px;
    line-height: 27px;
    margin: 0px;
    font-family: 'Meutas-Regular';
    color: #000000;
    cursor: pointer;
}
.custom-assist-button-lft img {
    padding-right: 17px;
}
.custom-assist-button-rgt {
    text-align: left;
}
.row.certi-main .owl-carousel {
    display: block;
}
.service-inner-box {
    position: sticky;
    z-index: 1;
    opacity: 1;
    background-color: #fff;
}
/*section.service-section {
    position: relative;
}*/
section.service-section {
    position: relative;
    padding-top: 100px;
}
.bubble-box2 {
    position: relative;
}
.bubble2 {
    top: -225px;
    right: -45px;
    opacity: 0.4;
    z-index: 0;
    position: absolute;
    height: 600px;
    width: 600px;
    background: linear-gradient(250deg, #f0d993 0%, #ebd694 100%);
    border-radius: 100%;
    animation: ease-in-out ciculatemain 15s infinite;
    background-image: -webkit-gradient(linear, right top, right bottom, color-stop(0.01, #fae39e), color-stop(1.0, #e2d9be00));
}
  @keyframes ciculatemain{
    0% {
      transform:rotate(0deg);
      height:600px;
    }
    25%{
      height:655px;
    }
    50%{
      height:605px;
    }
    75%{
      height:615px;
    }
      100% {
        transform:rotate(360deg);
        height:600px;
    }
  }

/*bubble 3 css*/
.bubble-box3 {
    position: relative;
}
.hiding-parent {
    overflow: hidden;
}
.support-heading {
    position: sticky;
    z-index: 1;
    opacity: 1;
}
.support-box {
    position: sticky;
    z-index: 1;
    opacity: 1;
}
/*.bubble3 {
    top: -60px;
    left: -120px;
    opacity: 0.4;
    z-index: 0;
    position: absolute;
    height: 800px;
    width: 800px;
    background: linear-gradient(250deg, #f0d993 0%, #ebd694 100%);
    border-radius: 100%;
    animation: ease-in-out ciculate2 15s infinite;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.01, #fae39e), color-stop(1.0, #e2d9be00));
}*/
.bubble3 {
    right: 235px;
    opacity: 0.4;
    z-index: 0;
    position: absolute;
    height: 800px;
    width: 800px;
    background: linear-gradient(250deg, #f0d993 0%, #ebd694 100%);
    border-radius: 100%;
    animation: ease-in-out ciculate2 15s infinite;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.01, #fae39e), color-stop(1.0, #e2d9be00));
}
  @keyframes ciculate2{
    0% {
      transform:rotate(0deg);
      height:800px;
    }
    25%{
      height:855px;
    }
    50%{
      height:805px;
    }
    75%{
      height:815px;
    }
      100% {
        transform:rotate(360deg);
        height:800px;
    }
  }
/*bubble 3 css*/
/*bubble4 css*/
.support-box.last-border {
    position: sticky;
    z-index: 1;
    opacity: 1;
}
.bubble-box4 {
    position: relative;
}
.bubble4 {
    right: 0px;
    bottom: 0px;
    opacity: 0.4;
    z-index: 0;
    position: absolute;
    height: 600px;
    width: 600px;
    background: linear-gradient(250deg, #f0d993 0%, #ebd694 100%);
    border-radius: 100%;
    animation: ease-in-out ciculated 15s infinite;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.01, #fae39e), color-stop(1.0, #e2d9be00));
}
@keyframes ciculated{
    0% {
      transform:rotate(0deg);
      height:600px;
    }
    25%{
      height:655px;
    }
    50%{
      height:605px;
    }
    75%{
      height:615px;
    }
      100% {
        transform:rotate(360deg);
        height:600px;
    }
  }
/*bubble4 css*/
.custom-owl-carousel {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
div#col-xda .img-cer img {
    filter: grayscale(1);
    max-width: 100%;
}
/*div#col-xda .img-cer img:hover {
    filter: none;
}*/
.service-inner-box:hover {
    cursor: pointer;
    box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px !important;
    background-color: #faca36 !important;
    border: 1px solid #fff;
    border-radius: 15px;
}
.shadow-black {
    width: 517px;
    height: 757px;
    bottom: -5px;
    mix-blend-mode: overlay;
    z-index: 1;
    opacity: 0.3;
    position: absolute;
    background: linear-gradient(250deg, #2d2b23 0%, #000000 100%);
}
ul.footer-nav li a {
    font-family: 'Meutas-Regular';
    color: #333333;
    font-size: 15px;
    line-height: 36px;
    text-decoration: none;
}
.call-button-box-rgt h3 a{
  font-size: 26px;
    line-height: 27px;
    margin: 0px;
    font-family: 'Meutas-Regular';
    color: #000000;
    cursor: pointer;
    text-decoration: none;
}
.custom-assist-button-rgt h3 a{
  font-size: 26px;
    line-height: 27px;
    margin: 0px;
    font-family: 'Meutas-Regular';
    color: #000000;
     cursor: pointer;
    text-decoration: none;
    letter-spacing: 1px;
}
section.feature-section{
    position: relative;
}
.background-circle img {
    position: absolute;
    top: 0px;
    max-width: 100%;
}
.feature-main-sec {
    position: sticky;
    z-index: 1;
    opacity: 1;
}
section.woocommerce-support-section {
    position: relative;
}
img.circle-one-lft {
    position: absolute;
    top: 0px;
    max-width: 100%;
}

img.circle-rgt {
    position: absolute;
    bottom: 0px;
    right: 0px;
     max-width: 100%;
}
.assistance-main-sec {
    position: sticky;
    z-index: 1;
    opacity: 1;
}
.support-box.custom-space {
    margin-right: 0px;
}
.support-box.last-border {
    margin-left: 80px;
    margin-right: 0px;
}
html {
  scroll-behavior: smooth;
}
.custom-nav a.nav-link:hover {
    color: #000000e6 !important;
}
ul.footer-nav li a.active {
    font-family: 'Meutas-Medium';
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
    color: #000000e6 !important;
}
@media (max-width: 1500px) {
    .custom-nav a.navbar-brand {
        padding: 0 0px 0 10px;
    }
}
.custom-nav a.navbar-brand img {
    width: 60px;
    height: 60px;}