/* @import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Karla:ital,wght@0,200..800;1,200..800&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');

    * {
        padding: 0;
        margin: 0;
        box-sizing: border-box;
    }
    :root {
        /* --primary-font:"Rubik", sans-serif; */
        --primary-font:"Nunito Sans", sans-serif;
        --primary-color:#F56631;
        --secondary-color:#1E6CB3;
        --heading-color:#000;
        --color-white:#FFF;
        --color-dark:#000;
        --muted-color:#4E4D4C;
      }
      ::selection{
        background-color: var(--primary-color) !important;
        color: var(--color-white) !important;
      }
    .site-wrapper{
        overflow: hidden;
      }
      html{
        scroll-behavior: smooth;
      }
      body{
        background-color: #FFF !important;
        font-family: var(--primary-font) !important;
        color: var(--color-dark);
        font-weight: 400;
        font-size: 16px;
        line-height: 26px;
      }
      .primary-text{
        color: #000 !important;
      }
    a {
        text-decoration: none !important;
        font-family: var(--primary-font);
    }
    p {
        font-family: var(--primary-font);
        position: relative;
        margin: 0 0 10px; 
        color: var(--color-dark);
        font-weight: 400;
        font-size: 16px; 
    line-height: 28px;
    }
    p,li {
      color: #000;
         font-family: var(--primary-font);
        text-decoration: none !important;
    }
    h1,
    h2,
    h3,
    h4,
    h5,
    h6{
        font-family: var(--primary-font) !important;
    }
    figure{
      margin: 0 !important;
      padding: 0 !important;
    }
    img{
        max-width: 100%;
        transition: all 0.3s ease-out 0s;
    }
    .fw-b{
       font-weight: 500 !important;
    }
    .text-justify{
      text-align: justify !important;
    }
    .bg-clay{
        background-color: #ECECEC !important;
    }
    nav.navbar {
        padding: 0;
    }
    ul.navbar-nav {
        /* margin: 0 0 0 auto; */
        margin: 0 auto;
    }
    .py-70{
      padding: 70px 0;
    }
    .btn{
         font-family: var(--primary-font);
    }
    .site-btn{
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    padding: 8px 25px;
    transition: all 0.5s; 
    position: relative;
    cursor: pointer;
    border-radius: 50px;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    border: none; 
    }
    .site-btn.style-one{
       background: var(--secondary-color);
       box-shadow: 0 3px 24px rgba(30, 108, 179, 0.25);
    } 
    .site-btn.style-two{
       background: var(--primary-color);
       box-shadow: 0 3px 24px rgba(245, 102, 49, 0.28);
    }  
  .site-btn i {
      margin-left: 8px;
  }
a.nav-link {
    position: relative;
    font-family: var(--primary-font) !important;
    font-size: 17px;
    font-weight: 600;
    color: #000; 
    margin: 0 10px;
    padding: 32px 0; 
    z-index: 1;
    transition: 0.4s;
}
a.nav-link:hover{
    color: var(--primary-color);
}
.main-header.sticky a.nav-link:hover{
    color:var(--primary-color) !important;
    transition: 0.4s ease;
}
.bs-box img.hb-img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  /* object-position: 50% 50%; */
  object-position: top center;
}
.bs-box {
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.bs-box:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #0000006b;
    opacity: .7;
    width: 100%;
    height: 100%;
    z-index: 1;
}
  .bs-con {
    position: absolute;
    top: 60%;
    left: 50%;
    right: 50%;
    width: 100%;
    max-width: 100%;
    transform: translate(-50%, -50%);
    z-index: 2;
    text-align: start;
}
.bs-con h6{
    color: #f69976;
    font-size: 20px;
    font-weight: 600;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 0;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.10);
}
.bs-con h1{
   margin: 20px 0;
    color:var(--color-white);
    font-size: 50px;
    line-height: 65px;
    font-weight: 700;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}
.bs-con p{
    color:var(--color-white);
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 20px;
}
  .bsc-btn {
      display: flex;
      align-items: center;
      column-gap: 30px;
      margin-top: 35px;
  }
  .bsc-btn .site-btn{
    border: 2px solid #ffffffc9 !important;
  }
 .bs-wid-wrap {
  position: relative;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 10px 0px 60px rgba(253, 131, 54, 0.25);
}
.bs-wid-wrap img {
  width: 500px;
  height: 500px;
  border-radius: 50%;
  object-fit: cover;
  border: 10px solid #fff;
  position: relative;
  z-index: 10;
}

.bs-slider .slick-prev, .bs-slider .slick-next {
    width: 70px !important;
    height: 70px !important;
    top: auto !important;
    bottom: -35px !important;
    opacity: 1;
    background-color: #ffffff;
    border: none;
}
 .bs-slider .slick-prev {
     background-color: var(--secondary-color);
      left: auto;
      right: 72px !important;
      z-index: 1;
  }
  .bs-slider .slick-prev i{
    color: var(--color-white) !important;
  }
   .bs-slider .slick-next {
        right: 0 !important;
         z-index: 1;
    }
.bs-slider .slick-prev i, .bs-slider .slick-next i{
   color: var(--secondary-color);
    font-size: 23px;
}
.bs-slider .slick-prev:hover, .bs-slider .slick-next:hover, .bs-slider .slick-prev:focus, .bs-slider .slick-next:focus, .bs-slider .slick-prev:active, .bs-slider .slick-next:active{
    background-color: var(--primary-color) !important;
}
.bs-slider .slick-prev:hover i, .bs-slider .slick-next:hover i, .bs-slider .slick-next:active i, .bs-slider .slick-next.active i{
  color: var(--color-white) !important;
}
.slick-dots li button {
    width: 7px !important;
    height: 7px !important;
    border-radius: 50px;
    padding: 0px !important;
    background-color: #fff !important;
    border: none !important;
    transition: all 0.5s ease-in-out !important;
}
    .slick-dots li button:before {
        display: none !important;
    }
    .slick-dots li {
        width: 17px !important;
        height: 17px !important;
        margin: 0 5px !important;
        transition: all 0.5s ease-in-out !important;
    }
    .slick-dots {
    bottom: -55px !important;
}
    .slick-dots li.slick-active button {
      width: 20px !important;
    background-color: var(--color-white) !important;
   transition: all 0.5s ease-in-out;
   }
   .slick-dots li.slick-active{
    margin-right: 10px !important;
   }
    .slick-next:before, .slick-prev:before {
        display: none;
    }
    .slick-next, .slick-prev {
        width: 40px !important;
        height: 40px !important;
        background-size: 40px !important;
        opacity: 0.6;
    }
    .slick-next:hover, .slick-prev:hover {
        background-size: 20px !important;
        transition: 0.5s !important;
        opacity: 1;
    }
    .bs-slider {
        margin: 0 !important;
    }
.slide-animate {
  opacity: 0;
  transform: translateY(40px);
}
@keyframes fadeInUpCustom {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.delay-1 {
  animation-delay: 0.3s;
}
.delay-2 {
  animation-delay: 0.4s;
}
.delay-3 {
  animation-delay: 0.6s;
}
/* Top Header */
.top-header{
  position: relative;
  overflow: hidden;
  padding: 10px 0;
  background-color: var(--secondary-color);
  z-index: 1;
}
.top-header::before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 7px, rgba(255, 255, 255, .03) 7px, rgba(255, 255, 255, .03) 14px);
  z-index: -1;
}
.tph-contact{
  display: flex;
  align-items: center;
  gap: 25px;
}
.tph-contact li a {
    display: inline-flex;
    align-items: center;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    transition: 0.3s ease;
}
.tph-contact li:hover a{
   color: #c1deff;
}
.tph-contact li a i{
    margin-right: 5px;
    color: #c1deff;
}
.th-socials{
  list-style: none;
  display: inline-flex;
  align-items: center;
  gap: 25px;
}
.th-socials li a{
  color: var(--color-white);
  font-size: 17px;
  transition: all .5s ease-in-out;
}
.th-socials li a:hover{
  opacity: 0.8;
}
.sticky {
    width: 100%;
    position: fixed !important;
    top: 0px;
    z-index: 999;
    top: 0 !important;
    background-color: var(--color-white) !important;
   box-shadow: 0 0 15px rgba(30, 108, 179, 0.22);
}
.sticky img.header-logo {
    max-width: 140px;
}
img.header-logo {
    max-width: 140px;
    height: auto;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show, .nav-link:focus {
    color: var(--primary-color) !important;
}
.header-dropdown .dropdown-menu {
   position: relative;
   padding: 0;
   margin: 0;
   border: none !important;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
}
.header-dropdown .dropdown-menu li{
   border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
}
.header-dropdown .dropdown-menu li a {
   position: relative;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
   padding: 10px 25px;
    color: #000;
    position: relative; 
    background-color: transparent !important;
    border-bottom: 1px solid #e2e2e2;
    transition: 0.4s;
}
.header-dropdown .dropdown-menu li:hover a{
  background-color: transparent !important;
  color: var(--primary-color) !important;
  padding-left: 35px;
  transition: all .3s ease-in-out;
}
#header-dropdown .dropdown-menu li a::before{
    content: "";
    position: absolute;
    width: 0px;
    height: 3px;
    top: 50%;
    transform: translateY(-50%);
    left: 14px;
    background: var(--primary-color);
    border-radius: 5px;
    bottom: 18px;
    opacity: 0;
    transition: all .5s ease-in-out;
}
#header-dropdown .dropdown-menu li a.active::before{
   background: var(--color-white) !important;
}
#header-dropdown .dropdown-menu li:hover a::before{
    opacity: 1 !important;
    width: 15px;
}
.header-dropdown .dropdown-menu li .dropdown-item.active{
    background-color: var(--primary-color) !important;
    color: var(--color-white) !important;
}
.header-dropdown .dropdown-menu li:last-child{
    border: none !important;
}
#header-dropdown .dropdown-toggle::after {
    display: inline-block;
    content: '\2b';
    font-family: 'Font Awesome 6 Pro' !important;
    vertical-align: baseline !important;
    border: none !important;
    font-size: 12px;
    font-weight: 900;
    position: relative;
    top: 0px;
    right: 2px;
    padding-left: 0px;
}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23FFFFFF' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.5' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}
.navbar-toggler {
    border: 2px solid var(--primary-color) !important;
    border-radius: 0 !important;
    background-color: var(--primary-color) !important;
}
.navbar-toggler:focus {
    box-shadow: 0 0 0 0.25rem #fd004129 !important;
}
.main-header {
    position: relative;
    z-index: 99999;
    background: var(--color-white);
}
.section-padding{
    padding: 70px 0;
}
.section-row-wrapper{
   margin-top: 45px;
}
.section-title{
  margin-bottom: 10px;
}
.section-title .sec-sm-title{
    text-transform: uppercase;
    width: fit-content;
    font-weight: 600;
    font-size: 18px;
    color: var(--primary-color);
    padding-left: 60px;
    position: relative;
    margin-bottom: 10px;
}
.section-title .sec-sm-title::before {
    content: "";
    position: absolute;
    width: 50px;
    height: 2px;
    bottom: 5px;
    left: 0;
    background: var(--primary-color);
}
.section-title .sec-lg-title {
        font-weight: 800;
    text-transform: capitalize;
    font-size: 31px;
    line-height: 40px; 
    color: var(--heading-color); 
    margin-bottom: 0;
} 
.heading-divider {
    display: inline-block;
    position: relative;
    height: 4px;
    border-radius: 30px;
    background-color: var(--secondary-color);
    width: 90px;
    overflow: hidden;
}
.heading-divider.white{
    background-color: #65a8e5 !important;
}
.heading-divider:after {
    content: '';
    position: absolute;
    left: 0;
    top: -1.1px;
    height: 7px;
    width: 8px;
    background-color: #ffffff;
    animation: heading-move 5s infinite linear;
}
@keyframes heading-move{
    0% {
    transform: translateX(-1px);
  }
  50% {
      transform: translateX(85px);
  }
  100% {
      transform: translateX(-1px);
  }
}
.section-para {
    color: #000;
    font-size: 16px;
    line-height: 28px;
    margin-top: 12px;
    margin-bottom: 0;
}
/* About Us */
.abtus-wid-wrap{
    position: relative;
    display: block;
    margin-right: 30px;
}
.abtus-wid-wrap .about-sticker {
    background: var(--secondary-color);
    position: absolute;
    right: 2%;
    top: 12px;
    width: 130px;
    height: 130px;
    text-align: center;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1;
}
.about-sticker::before {
    content: "";
    position: absolute;
    left: 8px;
    right: 8px;
    top: 8px;
    bottom: 8px;
    border: 2px dashed #fff;
    border-radius: 50%;
}
.about-sticker h5 {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 0;
}
.about-sticker h5 small {
    font-size: 18px;
}
.about-sticker p {
       color: #fff;
    font-size: 14px;
    margin-bottom: 0;
    line-height: 19px;
    font-weight: bold;
}
.about-img img {
    border-radius: 12px;
}
.about-img-1{
  width: 100%;
} 
.about-list li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 4px;
}
.about-list li:last-child{
   margin-bottom: 0;
}
.about-list li::before {
    content: "\f058";
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 21px;
    color: var(--secondary-color); 
}
.about-solutions {
  position: relative;
  display: flex;
  align-items: center;
  border-top: 1px solid #ECF1F4;
  margin-top: 40px;
  padding-top: 20px;
  padding-bottom: 39px;
}
.about-solutions-icon {
  position: relative;
  display: flex;
  align-items: center;
}
.about-solutions-icon span {
  font-size: 50px;
  color: var(--secondary-color);
  position: relative;
  display: inline-block;
  transition: all 500ms linear;
  transition-delay: 0.1s;
}
.about-solutions:hover .about-solutions-icon span {
  transform: rotateY(360deg);
}
.about-solutions-text-box {
  margin-left: 20px;
}
.about-solutions-tex {
  font-size: 16px;
  font-weight: 600;
  color: var(--secondary-color);
  margin: 0;
  line-height: 30px;
}
/* Service */
.service-item {
     border-radius: 10px;
    margin-bottom: 25px; 
    overflow: hidden; 
    transition: all .5s ease-in-out;
} 
.service-item:hover {
  transform: translateY(-8px);
}
.service-img {
  position: relative;
  display: flex;
  justify-content: center;
}
.service-img img {
  height: 377px;
  width: 377px;
  border-radius: 50%;
  padding: 15px;
  background: #fff;
  object-fit: cover;
}
.service-icon {
    width: 90px;
    height: 90px;
    line-height: 100px;
    border-radius: 50%;
    box-shadow: 0px 0px 43px 0px rgba(245, 102, 49, 0.26);
    margin-left: auto;
    margin-right: auto;
    margin-top: -100px;
    background: var(--secondary-color);
    border: 2px solid var(--secondary-color);
    color: #fff;
    font-size: 35px;
    position: relative;
    text-align: center;
    z-index: 3;
}
.service-icon::before {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100%;
  height: 100%;
  border-top: 4px solid var(--color-white);
  border-radius: 50%;
  background-color: var(--primary-color);
  z-index: -1;
}
.service-content {
  padding: 10px 20px;
  text-align: center;
}
.service-title {
  font-size: 23px;
  line-height: 37px;
  font-weight: 500;
  margin-bottom: 10px;
}
.service-title a {
      color: #000;
    font-size: 18px;
    font-weight: bold;
}
.service-title a:hover {
  color: var(--primary-color);
}
.service-content .site-btn {
  margin-top: 20px;
}
.service-content p {
  color: #000;
  margin-bottom: 0;
}
.service-slider .slick-next, .service-slider .slick-prev{
   background-color: var(--primary-color) !important;
   height: 55px !important;
   width: 55px !important;
   border-radius: 50%;
   opacity: 1;
   z-index: 1;
}
.service-slider .slick-next:hover, .service-slider .slick-prev:hover{
   background-color: var(--color-dark) !important;
}
.service-slider .slick-next i, .service-slider .slick-prev i{
  font-size: 22px;
  color: var(--color-white);
}
.service-slider .slick-prev {
    left: -6% !important;
}
.service-slider .slick-next {
    right: -6% !important;
}
.service-slider .slick-next, .service-slider .slick-prev {
    top: 50%;
    transform: translateY(-50%);
}
.service-slider .service-slick {
  margin: 35px 0 0 0;
  padding: 0 12.5px;
}
/* Why choose us */
.WCU-wid-wrap{
    position: relative;
    z-index: 1;
    padding-right: 66px;
}
.WCU-wid-wrap .WCU-widget{
   border-radius: 15px;
}
.WCU-wid-wrap .choose-exp {
    position: absolute;
    width: 82%;
    top: 50%;
    right: 72px;
    background: var(--secondary-color);
    z-index: -1;
    text-align: center;
    padding: 20px;
    transform: rotate(-90deg) translateX(50%);
    transform-origin: 100% 0;
    transition: 0.3s;
    margin: 0;
    color: #fff;
    font-size: 20px;
    clip-path: polygon(100% 0, 95% 50%, 100% 100%, 0% 100%, 5% 50%, 0% 0%);
}
.choose-icon {
  position: relative;
  margin-right: 17px;
  z-index: 1;
  line-height: 0;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
}
.choose-icon i {
  font-size: 65px;
  line-height: 10px;
  color: var(--secondary-color);
  transition: 0.4s ease-in-out all;
}
.choose-items-wrapper .choose-item .choose-content{
  position: relative;
  padding-left: 20px;
}
.choose-items-wrapper .choose-item .choose-content::before{
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #d5d5d5;
}
.choose-items-wrapper {
  margin-top: 40px;
}
.choose-items-wrapper .choose-item {
  position: relative;
  display: flex;
  margin-bottom: 30px;
  align-items: center;
  background: #f4f4f4;
  /* padding: 45px 35px; */
  padding: 25px;
  border-radius: 100px;
  /* border-left: 8px solid var(--secondary-color);
  border-right: 8px solid var(--primary-color); */
}
.choose-items-wrapper .choose-item:hover .choose-icon i{
  color: var(--primary-color);
}
.choose-items-wrapper .choose-item h5 {
  font-size: 23px;
  font-weight: 800;
  margin-bottom: 8px !important;
  color: var(--secondary-color);
  transition: 0.4s ease all;
}
.choose-items-wrapper .choose-item:hover h5{
  color: var(--primary-color);
}
.choose-items-wrapper .choose-item p{
  margin-bottom: 0;
  font-size: 16px;
  line-height: 28px;
}
.shakeY {
  animation-name: shakeY;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
}
@keyframes shakeY {
  0%, 100% {
    transform: translateY(0);
  }
  10%, 30%, 50%, 70% {
    transform: translateY(-10px);
  }
  20%, 40%, 60% {
    transform: translateY(10px);
  }
  80% {
    transform: translateY(8px);
  }
  90% {
    transform: translateY(-8px);
  }
}
.shakeX {
  animation-name: shakeX;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
}
@keyframes shakeX {
  0%, 100% {
    transform: translateX(0);
  }
  10%, 30%, 50%, 70% {
    transform: translateX(-10px);
  }
  20%, 40%, 60% {
    transform: translateX(10px);
  }
  80% {
    transform: translateX(8px);
  }
  90% {
    transform: translateX(-8px);
  }
}
/* Counter Section */
.counter-section{
    background: #ECECEC;
    position: relative;
    overflow: hidden;
    z-index: 1;
} 
.counter-box {
    text-align: center;
    padding: 40px;
    border-radius: 20px;
    position: relative;
    z-index: 1;
}
.counter-box .icon {
    height: 100px;
    width: 100px;
    font-size: 40px;
    color: var(--secondary-color);
    display:flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color-white);
    border-radius: 50%;
    margin-bottom: 20px;
}
.counter-box .counter {
    display: block;
    line-height: 1;
    color:#000;
    font-size: 50px;
    font-weight: bold;
}
.counter-box .title {
    color: #000;
    font-family: "Nunito Sans", sans-serif;
    margin-top: 15px;
    font-size: 16px;
    font-weight: bold; 
    /* margin-bottom: 0; */
}
/* Projects */
.project-item{
    margin-bottom: 25px;
    position: relative;
}
.project-img{
  position: relative;
}
.project-img::before {
    content: '';
    position: absolute;
    top: 10px;
    bottom: 10px;
    right: 10px;
    left: 10px;
    opacity: 0;
    border-radius: 10px;
    background: rgba(30, 108, 179, 0.8);
    transform: scaleY(0);
    transition: all 0.4s ease-in-out;
}
.project-item:hover .project-img::before {
    opacity: 1;
    transform: scaleY(1);
}
.project-img img {
  height: 350px;
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
}
.project-link {
    position: absolute;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: var(--secondary-color) !important;
    background: var(--color-white);
    text-align: center;
    border-radius: 50px;
    left: 50%;
    top: 50%;
    font-size: 20px;
    margin-top: 50px;
    opacity: 0;
   box-shadow: 0 3px 24px rgba(30, 108, 179, 0.18);
    transform: translate(-50%, -50%);
    transition-delay: 0.3s;
}
.project-item:hover .project-link {
    margin-top: 0px;
    opacity: 1;
}
.project-content {
    left: 20px;
    right: 20px;
    bottom: 20px;
    position: absolute;
    padding: 15px 15px 15px 18px;
    background: #fff;
    border-radius: 10px;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 3px 24px rgba(30, 108, 179, 0.15);
    z-index: 1;
} 
.project-content h4 {
    color: var(--heading-color);
       font-size: 19px;
    font-weight: 700;
    margin-bottom: 4px;
}
.project-content h4 a{
 color: var(--heading-color);
    font-weight: bold;
    font-size: 18px;
}
.project-content-info small {
    color: #ec6622;
}
.proj-arrow {
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 8px;
    text-align: center;
    color: #000 !important;
    font-size: 20px;
}
.project-slider .slick-next, .project-slider .slick-prev{
   background-color: var(--primary-color) !important;
   height: 55px !important;
   width: 55px !important;
   border-radius: 50%;
   opacity: 1;
   z-index: 1;
}
.project-slider .slick-next:hover, .project-slider .slick-prev:hover{
   background-color: var(--color-dark) !important;
}
.project-slider .slick-next i, .project-slider .slick-prev i{
  font-size: 22px;
  color: var(--color-white);
}
.project-slider .slick-prev {
    left: 0px;
    opacity: 0;
    transition: all .5s ease-in-out;
}
.project-slider:hover .slick-prev {
    left: -6% !important;
    opacity: 1;
}
.project-slider .slick-next {
    right: 0px;
    opacity: 0;
    transition: all .5s ease-in-out;
}
.project-slider:hover .slick-next {
    right: -6% !important;
    opacity: 1;
}
.project-slider .slick-next, .project-slider .slick-prev {
    top: 50%;
    transform: translateY(-50%);
}
.project-slider .project-slick {
  padding: 0 12.5px;
}
.fancybox__container{
  z-index: 105000 !important;
}
.fancybox__caption {
    font-size: 18px;
    font-weight: 500;
}
.fancybox__thumbs .carousel__slide .fancybox__thumb::after{
  outline: 3px solid var(--secondary-color) !important;
  border-color: var(--primary-color) !important;
}
/* Process */
.process-item {
      position: relative;
    box-shadow: 0 0 10px #e2e2e2;
    padding: 20px;
}
.process-item .icon {
  height: 100px;
  width: 100px;
  display: inline-block;
  position: relative;
  border-radius: 50%;
  font-size: 40px;
  border: 2px dashed var(--secondary-color);
  padding: 5px;
  margin-bottom: 30px;
  box-shadow: 0 3px 24px rgba(30, 108, 179, 0.25);
}
.process-item .icon img {
    height: 100%;
    width: 100%;
    border-radius: 50%;
    object-fit: cover;
}
.process-item span {
  position: absolute;
  height: 35px;
  width: 35px;
  font-size: 14px;
  background: #1E60AA;
  line-height: 35px;
  border-radius: 50%;
  color: #ffffff;
  left: -3px;
  top: -13px;
  font-weight: 600;
}
.process-item h4 {
      color: var(--heading-color);
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 10px;
}
.process-item p{
  color: #000;
    line-height: 24px;
    font-size: 15px;
} 
.process-item.last-child::before{
  display: none !important;
}
/* Video area */
.video-area {
    position: relative;
    background-image: url('../img/bg/video.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.video-area::before {
    content: "";
    position: absolute;
    background: rgb(0 0 0 / 50%);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.video-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    border-radius: 5px;
    height: 250px;
    z-index: 100;
}
.video-area .play-btn {
    display: inline-block;
    padding: 0;
    height: 75px;
    width: 75px;
    text-align: center;
    line-height: 75px;
    font-size: 23px;
    background: var(--color-white);
    position: absolute;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.play-btn i::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: #fff;
    border-radius: 50px;
    animation: ripple-wave 1s linear infinite;
    transform: scale(1);
    transition: all 0.5 ease-in-out;
}
@keyframes ripple-wave{
    0% {
    opacity: 0.8;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}
100% {
    opacity: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}
}
/* Quote */
.quote-area {
  position: relative;
  margin-top: -80px;
  z-index: 1;
}
.quote-wrapper {
  background: var(--color-white);
  padding: 30px;
  box-shadow: 0 3px 24px rgba(30, 108, 179, 0.10);
}
.quote-thumb{
  height: 100%;
}
.quote-thumb img{
  height: 100%;
  width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.quote-form-wrapper{
  margin-top: 15px;
}
.quote-content .form-select,
.quote-content .form-group {
  margin-bottom: 25px;
}
.quote-content .form-select,
.quote-content .form-group .form-control {
  font-size: 16px;
  padding: 15px 20px;
  background-color: #F8F8FA;
  border: none;
  border-radius: 8px;
  color: #000;
  box-shadow: none;
}
.quote-content .form-select:focus,
.quote-content .form-group .form-control:focus{
  box-shadow: none;
}
.quote-content .form-control::placeholder {
  color: #000;
}
.quote-content .theme-btn i {
  margin-right: 5px;
}
.image-anime{
    position: relative;
    overflow: hidden;
}
.image-anime:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}
.image-anime:hover:after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}
/* FAQs */
.faq-section .accordion-item {
  border: none;
  margin-bottom: 30px;
  border-radius: 10px !important;
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
}
.faq-section .accordion-item span {
  width: 45px;
  height: 45px;
  margin-right: 15px;
}
.faq-section .accordion-item i {
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 50px;
  background: var(--secondary-color);
  text-align: center;
  color: #fff;
}
.faq-section .accordion-button:not(.collapsed) {
  color: var(--secondary-color);
  background-color: #fff;
  box-shadow: inset 0 -1px 0 rgba(30, 108, 179, 0.13);
}
.accordion-button {
  border-radius: 10px !important;
  font-weight: 600;
  font-size: 18px !important;
  line-height: 30px;
  color: var(--secondary-color) !important;
  box-shadow: none !important;
}
.accordion-button:not(.collapsed) {
  border-bottom: 2px solid var(--secondary-color);
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.faq-section .accordion-body{
  line-height: 28px;
}
/* Testimonials */
.testimonials-section{
    background: var(--secondary-color);
    position: relative;
    z-index: 1;
}
.testimonials-section::before {
    content: "";
    position: absolute;
    background-image: url(../img/bg/map.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity: .15;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}
.testimonial-item {
  margin-bottom: 20px;
}
.testimonial-quote {
  background: #fff;
  padding: 30px;
  border-radius: 15px;
  position: relative;
  box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
}
.testimonial-quote .testi-desc {
    color: var(--color-dark);
    font-size: 16px;
    line-height: 28px;
    margin-top: 7px;
    margin-bottom: 0;
    overflow-wrap: break-word;
}
.testimonial-quote::before {
    content: "\f0dd";
    position: absolute;
    font-family: "Font Awesome 5 Pro";
    bottom: -40px;
    left: 40px;
    font-weight: bold;
    font-size: 70px;
    color: #fff;
}
.testimonial-content {
  display: flex;
  justify-content: start;
  align-items: center;
  margin-top: 30px;
  margin-left: 20px;
}
.testimonial-author-img {
  position: relative;
  margin-right: 20px;
  height: 80px;
  width: 80px;
  padding: 5px;
  border-radius: 50px;
  border: 2px dashed #FF9A00;
}
.testimonial-author-img img {
    border-radius: 50%;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.testimonial-author-info h4 {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0;
}
.testimonial-author-info p {
    color: #a3caf5;
    margin: 5px 0;
}
.testimonial-quote-icon i {
  font-size: 50px;
  color: var(--secondary-color);
}
.testimonial-rate {
  color: #FF9A00;
}
.testimonial-slider .testimonial-slick {
  padding: 0 12.5px;
}
/* Partner */
.partner-wrapper img { 
    box-shadow: 0 0 10px #e2e2e2;
}
.partner-item {
  text-align: center;
  margin-bottom: 25px;
}
/* Footer */
.footer-section{
  position: relative;
  overflow: hidden;
  z-index: 2;
  /* background-color: var(--secondary-color); */
  background:#000;
}
.footer-section::before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -5%;
    background-image: url(
  '../img/bg/footer-bg.png');
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 560px;
    opacity: 0.1;
}
.footer-section::after {
    content: '';
    position: absolute;
    height: 100%;
    min-height: 700px;
    width: 100%;
    max-width: 500px;
    background-image: url('../img/shape/wave-pattern.png');
    background-repeat: no-repeat;
    background-size: cover;
    filter: invert(1) brightness(30);
    right: 0;
    top: -10px;
    opacity: 0.1;
    z-index: -1;
}
.footer-top{
  padding-top: 50px;
  padding-bottom: 15px;
}
.footer-logo {
    margin-bottom: 20px;
}
.footer-logo img{
  max-width: 100px;
  height: auto;
  filter: drop-shadow(0px 4px 15px rgba(0, 0, 0, 0.25));
}
.footer-desc{
    color: #fff;
    font-size: 15px;
    line-height: 24px;
    padding-right: 18px;
    margin-bottom: 20px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.158);
}
.footer-social {
  display: flex;
  gap: 15px;
  margin-top: 40px;
}
.footer-social li a i {
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  background:transparent;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 50%;
  transition: all .5s ease-in-out;
}
.footer-social li a i:hover {
  border-color: var(--color-white);
  color: #fff;
  background: transparent;
}
.footer-title{
    color: var(--color-white);
    font-size: 20px;
    font-weight: 700;
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 5px;
    z-index: 1;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}  
.footer-links {
    display: flex;
    flex-direction: column;
    gap: 11px;
}
.footer-links li{
  list-style: none;
  position: relative;
  padding-left: 18px;
  transition: 0.5s ease-in-out all;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.158);
}
.footer-links li::before {
  content: "\f068"; 
  font-family: "Font Awesome 6 Pro"; 
  font-weight: 500;
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 14px;
  color: var(--color-white);
  transition: 0.5s ease-in-out all;
}
.footer-links li:hover::before {
  content: "\f101" !important; 
}
.footer-links li:hover::before{
  color: var(--primary-color);
  transform: scale(1.2);
  transition: 0.5s ease-in-out all;
}
.footer-links li a{
  color: var(--color-white);
  transition: all .5s ease-in-out; font-size: 15px; line-height: 20px;
}
.footer-links li:hover a {
    padding-left: 8px;
    color: var(--primary-color);
}
.contact-list li{
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
    position: relative;
}
.contact-list li .icon{
    height: 35px;
    width: 35px;
    min-height: 35px;
    min-width: 35px;
    /* background: linear-gradient(
305deg, #1E6CB3 0%, #F56631 20%, #1E6CB3 100%); */
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border:1px solid #fff;
}
.contact-list li .icon i {
    font-size: 13px;
    color: #fff;
    filter: drop-shadow(rgba(0, 0, 0, 0.45) 0px 2px 4px);
}
.contact-list li .content h5{
  font-size: 18px;
  font-weight: 600;
  color: var(--primary-color);
  margin-bottom: 5px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.158);
}
.contact-list li .content p, .contact-list li .content a{
  color: var(--color-white);
  font-size: 15px; line-height: 24px;
  font-weight: 400;
  margin-bottom: 0;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.158);
  transition: 0.4s ease-in-out;
}
.contact-list li .content a:hover{
  color: var(--primary-color);
}
.footer-bottom {
    position: relative;
    padding: 12px 20px;
    border-radius:0; 
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    /* border-top: 1px solid rgb(21 18 30 / 35%); */
}
.copyright-text, .credit-text{
    color: var(--color-white);
    font-size: 15px;
}
.copyright-text .brand-text{
  color: var(--primary-color); 
   transition: 0.3s ease all;
}
.copyright-text .brand-text:hover{
  color: var(--secondary-color);
}
.credit-text a{
  text-transform: uppercase;
  color: var(--primary-color);
  font-weight: 600 !important;
  transition: 0.3s ease all;
}
.credit-text a:hover{
  color: #0091BF !important;
}
/* Breadcrumb */
.site-breadcrumb {
  background-image: url('../img/bg/breadcrumb-bg.jpg');
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  z-index: 1;
}
.site-breadcrumb::before {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
 background: rgb(39 39 39 / 85%); 
  content: '';
}
.site-breadcrumb .breadcrumb-title {
  font-size: 40px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 5px; 
}
.site-breadcrumb .breadcrumb-menu {
  position: relative;
  z-index: 1;
}
.site-breadcrumb .breadcrumb-menu li {
  position: relative;
  display: inline-block;
  margin-left: 32px;
  color: #fff;
  font-weight: 400;
  text-transform: capitalize;
}
.site-breadcrumb .breadcrumb-menu li a {
  color: #fff;
  transition: all 0.5s ease-in-out;
}
.site-breadcrumb .breadcrumb-menu li.active {
  color:var(--primary-color);
}
.site-breadcrumb .breadcrumb-menu li::before {
    position: absolute;
    content: '\f101';
    font-family: 'Font Awesome 6 Pro';
    right: -24px;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    font-size: 12px;
    color: #fff;
}
.site-breadcrumb .breadcrumb-menu li:first-child {
  margin-left: 0;
}
.site-breadcrumb .breadcrumb-menu li:last-child:before {
  display: none;
}
.site-breadcrumb .breadcrumb-menu li a:hover {
  color: var(--primary-color);
}
/* Contact Us */
.contact-card {
  background: #fff;
  text-align: center;
  box-shadow: 0 0 40px 5px rgb(30 108 179 / 12%);
  padding: 30px 10px 20px 10px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  height: 100%;
  margin-bottom: 20px;
}
.contact-card::before {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  border: 12px solid var(--secondary-color);
  left: -20px;
  top: -20px;
  opacity: .1;
  transition:all 0.5s ease-in-out;
}
.contact-card:hover::before{
  opacity: 0.3;
}
.contact-card i {
  font-size: 45px;
  text-align: center;
  border-radius: 50px;
  margin-bottom: 25px;
  color: var(--primary-color);
}
.contact-card h5 {
  color: var(--heading-color);
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}
.contact-card p, .contact-card a {
    display: inline-block;
    color: #000;
    margin-bottom: 8px;
    line-height: 28px;
    transition: 0.3s ease all;
}
.contact-card a:hover{
   color: var(--primary-color);
}
.contus-mfm-wrapper{
   margin-top: 80px;
   box-shadow: 0 0 40px 5px rgb(30 108 179 / 10%);
}
.contus-form-wrapper{
   padding: 40px;
}
.contact-form .form-group {
  margin-bottom: 25px;
}
.contact-form .form-group .form-control, .contact-form .form-group .form-select {
  padding: 12px 20px !important;
  border-radius: 10px;
  transition: all .5s ease-in-out;
}
.contact-form .form-group .form-control:focus, .contact-form .form-group .form-select:focus {
  border-color: var(--secondary-color);
  box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25) !important;
}
/* Service Details */
.serinn-wid-wrap{
  position: relative;
   padding-left: 100px;
   padding-bottom: 40px;
}
.ser-image-one{
  position: relative;
  height: 580px;
  width: 100%;
}
.ser-image-one img{
   height: 100%;
   width: 100%;
   object-fit: cover;
}
.ser-image-two{
   position: absolute;
   bottom: 0;
   left: 0;
   width: 50%;
   padding: 16px;background-color: var(--color-white);
   box-shadow: 0 0 20px 0 rgba(0, 0, 0, .09);
}
.ser-image-two img{
  height: 205px;
  width: 100%;
  object-fit: cover;
}
.serinn-list li{
  margin-bottom: 7px;
}
.serinn-list li i{
   margin-right: 8px;
   color: var(--secondary-color);
   font-size: 16px;
}
.client-heading{
  position: relative;
  text-align: center;
  font-size: 17px;
  line-height: 27px;
  text-transform: uppercase;
  background-color: #f5faff;
  color: var(--secondary-color);
  font-weight: 700;
  padding: 0 60px;
  margin-bottom: 26px;
}
.client-heading::before,
.client-heading::after{
  content: "";
  position: absolute;
  top: 50%;
  width: 40px;
  height: 2px;
  transform: translateY(-50%);
}
.client-heading::before{
  left: 0;
  background: linear-gradient(
    to right,
    rgba(30,108,179,0),
    #1E6CB3
  );
}
.client-heading::after{
  right: 0;
  background: linear-gradient(
    to left,
    rgba(30,108,179,0),
    #1E6CB3
  );
}
.client-card{
  border: none;
  background-color: #FFF;
  border-radius: 0;
  padding: 12px;
  text-align: center;
box-shadow:
  0 4px 10px rgba(30,108,179,0.12),
  0 12px 28px rgba(30,108,179,0.20);
  margin-bottom: 25px;
}
.client-card img{
  min-height: 100px;
  max-height: 100px;
  width: auto;
  object-fit: contain;
}
.inns-sm-title{
  font-size: 17px;
  line-height: 30px;
  font-weight: 600;
  color: var(--heading-color);
  margin-bottom: 15px;
}
/* Gallery */
.gallery-card{
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    margin-bottom: 25px;
}
.newgm{ text-align: center; font-size: 16px; font-weight: bold; padding: 0 0 15px 0;}
.gallery-card .gall-img{
    position: relative;
    overflow: hidden;
}
.gallery-card .gall-img::before{
    content: '';
    position: absolute;
    inset: 0;
    background: var(--secondary-color);
    opacity: 0;
    transform: scale(1);
    transition: opacity .4s ease;
    z-index: 1;
    pointer-events: none;
}
.gallery-card .gall-img img{
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 20px;
    /*transition: transform .5s ease;*/
}
.gallery-card .ico-wrap{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F56631;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    transition: .4s ease;
    z-index: 2;
}
.gallery-card:hover .gall-img::before{
    opacity: 0.8;
}
.gallery-card:hover .gall-img img{
    /*transform: scale(1.15);*/
}
.gallery-card:hover .ico-wrap{
    /*transform: translate(-50%, -50%) scale(1);*/
    opacity: 1;
    visibility: visible;
}
.gallery-card .ico-wrap i{
    font-size: 22px;
    color: var(--color-white);
}
/* Projects Inner */
.proj-table-card{
    padding: 30px;
    background: var(--color-white);
    box-shadow:
  rgba(30, 108, 179, 0.28) 0px 0px 0.25em,
  rgba(30, 108, 179, 0.16) 0px 0.15em 0.5em,
  rgba(30, 108, 179, 0.08) 0px 0.3em 1em;
    border-radius: 20px;
}
.proj-table-wrapper .thead,tbody, th,td{
    border: 2px solid #ffb7a3 !important;
}
.thead-row th {
    background-color: var(--primary-color) !important;
    color: var(--color-white) !important;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase !important;
}
.proj-table-wrapper td, .proj-table-wrapper th{
  vertical-align: middle !important;
}
.table-hover>tbody>tr:hover>* {
    --bs-table-bg-state: rgb(243 225 220) !important;
}
/* Team details */
.teamdet-card {
    position: relative;
    text-align: center;
    border-radius: 32px;
    overflow: hidden;
    border: 12px solid #fff;
    background-color: var(--color-white);
    box-shadow: 0 15px 40px rgba(30,108,179,.15);
}
.teamdet-card .box-image{
  border-radius: 24px;
  position: relative;
  overflow: hidden;
}
.teamdet-card .box-image img{
  height: 100%;
   /* height: 460px; */
    width: 100%;
    object-fit: cover;
    object-position: top;
    transform: scale(1.08);
    transition: 0.4s ease-in-out;
}
.teamprof-title{
  color: var(--secondary-color);
  font-size: 37px;
  font-weight: 600;
  margin-bottom: 20px;
}
.CtOwN-label {
    display: inline-flex;
    align-items: center;
   background-color: rgba(245, 102, 49, 0.08);
    border-left: 5px solid var(--primary-color);
    padding: 8px 14px;
    border-radius: 6px;
    font-family: 'Segoe UI', sans-serif;
    box-shadow: 0 1px 3px rgba(245, 102, 49, 0.18);
    gap: 8px;
    color: var(--primary-color);
    max-width: fit-content;
    margin-bottom: 20px;
}
.label-title {
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    color: var(--primary-color);
}
.teamprof-desc{
  margin-top: 15px;
}
.hrt-ruler {
    color: rgba(30, 108, 179, 0.42) !important;
    margin: 3rem 0;
}
.abt-wid-carousel, .abt-img-item{
  border-radius: 12px;
}
.abt-wid-carousel.inner{
  height: 100%;
  border-radius: 12px;
}
.abt-wid-carousel.inner img{
  border-radius: 12px;
  height: 500px;
  max-width: 100%;
  object-fit: cover;
}
.pc-whatsapp {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9;
}
 .pc-whatsapp a {
    display: inline-flex;
    width: 100%;
    background: #00a315c7;
    align-items: center;
    padding: 8px 4px 8px 11px;
    border-radius: 50px;
    color: #fff;
    gap: 6px;
    backdrop-filter: blur(1px);
}
.pc-whatsapp a i {
    font-size: 26px;
}
.pc-whatsapp a span {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Helvetica';
    letter-spacing: 0.7px;
}
.pc-whatsapp a::before, 
    .pc-whatsapp a::after {
      content: "";
      position: absolute;
      top: -5px;
      left: -5px;
      right: -5px;
      bottom: -5px;
      border: 2px solid #25d366;
      border-radius: 50px;
      animation: ripple 2s linear infinite;
      opacity: 0;
    }

    .pc-whatsapp a::after {
      animation-delay: 1s;
    }
   






   .pc-phone {
    position: fixed;
    bottom: 85px;
    right: 20px;
    z-index: 9;
}
 .pc-phone a {
       display: inline-flex;
    width: 100%;
    background: #0a6fbf;
    align-items: center;
    padding: 10px 14px;
    border-radius: 50px;
    color: #000000;
    gap: 6px;
    backdrop-filter: blur(1px);
    width: 45px;
    height: 45px;
}
.pc-phone a i {
    font-size: 18px;
    color: #fff;
}
.pc-phone a span {
    font-size: 14px;
    font-weight: 400;
    /*font-family: 'Helvetica';*/
    letter-spacing: 0.7px;
}
.pc-phone a::before, 
    .pc-phone a::after {
      content: "";
      position: absolute;
      top: -5px;
      left: -5px;
      right: -5px;
      bottom: -5px;
      border: 2px solid #25d366;
      border-radius: 50px;
      animation: ripple 2s linear infinite;
      opacity: 0;
    }

    .pc-phone a::after {
      animation-delay: 1s;
    }
    @keyframes ripple {
      0% {
        transform: scale(1);
        opacity: 1;
      }
      70% {
        transform: scale(1.3);
        opacity: 0;
      }
      100% {
        transform: scale(1.4);
        opacity: 0;
      }
    }