/* ==============================
   1. default 
   ============================== */
p {
    line-height: 165%;
    font-size: 17px;
    color: #444444;
    font-weight: 500
}

li,ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 17px;
    color: #444444;
    font-weight: 500;
}

h1, h2, h3, h4 {
    font-family: 'Poppins', sans-serif;
    line-height: 1.5;
    font-weight: 600;
}

:after,:before,a,.card {
    -webkit-transition: all 250ms linear;
    -moz-transition: all 250ms linear;
    -o-transition: all 250ms linear;
    -ms-transition: all 250ms linear;
    transition: all 250ms linear
}

.bg-1 {
    background: #EFEFEF
}

.bg-2 {
    background: #2d3194 
}

strong {
    font-weight: 600;
    font-size: 98%;
}

a {
    text-decoration: none;
    color: #444444;
}

.themebtn {
    background: #f38321;
    --bs-btn-hover-bg: #f38321;
    --bs-btn-active-bg: #f38321;
    --bs-btn-active-color: #fff;
    --bs-btn-hover-color: #fff;
    font-size: 16px;
    font-weight: 600;
    color: #FFFFFF;
    padding: 18px 56px;
    overflow: hidden;
    z-index: 1;
    border: none;
    border-radius: 0;
    position: relative;
}

.themebtn::after {
    content: "";
    background: #2d3194;
    position: absolute;
    width: 200%;
    height: 500%;
    z-index: -1;
    border-radius: 100%;
    -webkit-transform: translate(30%, 10%) translateZ(0);
    transform: translate(30%, 10%) translateZ(0);
    -webkit-transition: 0.36s cubic-bezier(0.4, 0, 1, 1);
    transition: 0.36s cubic-bezier(0.4, 0, 1, 1);
}

.themebtn:hover:after {
    -webkit-transform: translate(-45%, -34%) translateZ(0);
    transform: translate(-45%, -34%) translateZ(0);
}

.themebtn.whitebtn {
    background: #ffffff;
    --bs-btn-hover-bg: #ffffff;
    --bs-btn-active-bg: #ffffff;
    --bs-btn-active-color: #000000;
    --bs-btn-hover-color: #000000;
    color: #212844;
}

.themebtn.whitebtn:before, .themebtn.whitebtn:after {
    background: #D7D7D7;
}

.title :is(h1, h2, h3) {
    color: #444444;
    font-size: clamp(1.25rem, 1.0625rem + 0.9375vw, 2.1875rem);
}

.title h6 {
    font-size: 14px;
    color: #000000;
    font-weight: 600;
    display: inline-flex;
    margin-bottom: 6px;
    letter-spacing: 1px;
    text-transform: uppercase;
    align-items: center;
}
.title h6:before {
    content: "";
    width: 32px;
    height: 4px;
    background: #f38321;
    margin-right: 8px;
}

.subtitle :is(h1, h2, h3, h4) {
    color: #000000;
    font-size: clamp(1.125rem, 1.05rem + 0.375vw, 1.5rem);
}

.bg-2 .title h6 {
    background: rgb(255 255 255 / 50%);
    border-left-color: #A82682;
}


/* ==============================
   2. Pre Loader & Go top
   ============================== */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    color: #2d3194 ;
    background-repeat: no-repeat;
    background-color: #FFF;
    background-position: center;
}

#back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 16px;
    right: 8px;
    z-index: 1111;
    display: none;
    color: #ffffff!important;
    background: #2d3194;
    padding: 5px 12px 7px 12px;
    border-radius: 4px;
    border: solid 1px #ffffff;
}

/* ==============================
   3. home css 
   ============================== */
.themenavbar {
    z-index: 9;
    padding: 0;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.rightnav .nav-link {
    font-size: 16px;
    font-weight: 600;
    --bs-nav-link-color: #444444;
    --bs-nav-link-hover-color: #f38321;
}

.rightnav .nav-link>i {
    font-size: 22px;
    position: relative;
    margin-right: 2px;
    top: 5px;
    color: #f38321;
}

.rightnav .themebtn {
    display: block;
    margin-left: 18px;
    margin-right: 12px;
    padding: 32px 52px 31px 52px;
    --bs-nav-link-hover-color: #fff;
}
.rightnav .themebtn>i{color: #ffffff;top: 0;margin: 0;}

.welright {
    position: relative;
    max-width: 658px;
}
.welright::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 26px;
    height: 68%;
    z-index: -1;
    background: #A82682;
}
.welright h4{font-size: 24px; }

.services {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.services::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 64%;
    background: url(../images/product-bg.webp) no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.services .card {
    height: 100%;
    border: none;
    border-radius: 0;
    text-align: center;
    overflow: hidden;
    box-shadow: 0px 12px 12px rgba(0, 0, 0, 0.14);
}

.services .cardpic {
    height: auto;
    align-items: center;
    justify-content: center;
}

.services .cardpic>img {
    max-height: 100%;
    width: auto;
}

.services .card-title {
    font-size: 20px;
    color: #000000;
    font-weight: 600;
    padding-top: 14px;
    margin: 0px 16px 24px 16px;
    border-top: solid 2px #EFEFEF;
}

.services .swiper-grid-column>.swiper-wrapper {
    flex-direction: row;
    grid-row-gap: 30px;
}

.services .swiper-slide {
    height: auto !important;
    margin-top: 0px !important;
}

.services .card:hover {
    transform: translateY(-9px);
    box-shadow: 0px 21px 14px rgba(0, 0, 0, 0.1);
}

.serviceSwiper {
    padding-left: 9px;
    padding-right: 9px;
}

.your-enquiry {
    position: relative;
    z-index: 1;
    background: url(../images/subscribe.jpg) no-repeat top left;
    background-size: cover;
    padding: 2vw 0px;
}

.your-enquiry::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: rgb(243 131 33);
}

.your-enquiry h4 {
    color: #FFFFFF;
    font-size: clamp(1.125rem, 0.975rem + 0.75vw, 1.875rem);
    font-weight: 500;
    margin-bottom: 0;
}

.your-enquiry h4>span {
    font-weight: 300;
    display: block;
}


#wpp-fix {
    position: fixed;
    bottom: 20%;
    right: 24px;
    z-index: 12;
}

#wpp-fix .wpp-link {
    background: #25D366;
    display: flex;
    z-index: 2;
    position: relative;
    padding: 15px;
    border: none;
    cursor: pointer;
    border-radius: 50%;
    box-shadow: 0px 3px 10px rgba(37, 211, 102, 0.56);
    -webkit-transform: scale(1);
    transform: scale(1);
}

#wpp-fix .wpp-link:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    background: #1da851;
}

#wpp-fix .wpp-link::before {
    background: rgba(37, 211, 102, 0.6);
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 50%;
    z-index: -1;
    top: 0px;
    right: 0;
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
}

#wpp-fix .wpp-link>i {
    width: 30px;
    font-size: 30px;
    color: #ffffff;
    text-align: center;
    backface-visibility: hidden;
    -webkit-animation: 1s wiggle ease infinite;
    animation: 1s wiggle ease infinite;
}

#google_translate_element select {
    height: 55px;
    background-color: #f38321;
    border: 1px solid #f38321;
    width: 200px;
    color: #fff;
    padding-left: 10px;
  }
  
  .goog-logo-link , .VIpgJd-ZVi9od-l4eHX-hSRGPd {
      display:none !important;
  } 
      
  .goog-te-gadget{
      color: transparent !important;
  }
  
  body > .skiptranslate {
      display: none;
  }
  
  .goog-te-banner-frame.skiptranslate {
      display: none !important;
      } 
  body {
      top: 0px !important; 
      }
  
.footer{background-color: #092238; }
.footerbtm{border-top: solid 1px #173c5c; }

.footertop h4 {
    color: #ffffff;
    margin-bottom: 16px;
    font-size: clamp(1.125rem, 1.05rem + 0.375vw, 1.5rem);
}

.footertop p, .footertop ul>li, .footertop ul>li>a {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    position: relative;
    color: #c1cdd8;
}

.footertop .logo {
    width: 145px;
    height: 145px;
    border-radius: 50%;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000000;
    position: relative;
    z-index: 1;
    margin-top: 27px;
    border: 2px solid #FFFFFF;
    box-shadow: 0px 4px 11px rgba(0, 0, 0, 0.3);
}

.footertop .logo::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 93px;
    bottom: 94%;
    border-left: dashed 4px #000000;
}

.footertop .logo::after {
    content: "";
    position: absolute;
    width: 9px;
    height: 9px;
    top: 8px;
    border: solid 2px #ffffff;
    border-radius: 50%;
}

.footertop .contlist>li {
    margin-bottom: 16px;
    padding-left: 30px;
    position: relative;
    max-width: 260px;
}

.footertop .contlist>li>i {
    position: absolute;
    left: 0;
    top: 4px;
}

.footertop .contlist>li>i.fa-phone{font-size: 18px;top: 8px;}

.footertop .navlist>li {
    margin-bottom: 5px;
    white-space: nowrap;
}

.footertop .navlist>li>a:before {
    content: "\f105";
    position: absolute;
    color: inherit;
    left: 0;
    top: -1px;
    opacity: 0;
    visibility: hidden;
    font-family: 'FontAwesome';
    font-size: 16px;
    font-weight: 500;
    transform: translateX(5px);
}

.footertop .navlist>li>a:hover {
    padding-left: 9px;
    color: #fff;
}

.footertop .navlist>li>a:hover:before {
    opacity: 1;
    visibility: visible;
    transform: translateX(0px);
}

.footertop .social>a {
    margin-left: 18px;
}

.footertop .social>a>img {
    -webkit-transition: all 250ms linear;
    transition: all 250ms linear;
}

.footertop .social>a:hover>img {
    -webkit-filter: invert(67%) sepia(60%) saturate(7162%) hue-rotate(169deg) brightness(99%) contrast(101%);
    filter: invert(67%) sepia(60%) saturate(7162%) hue-rotate(169deg) brightness(99%) contrast(101%);
}

.footerbtm p {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: normal;
    margin-bottom: 9px;
}

/* ==============================
   4. sub page css 
   ============================== */
.sub-banner {
    position: relative;
    background: #555555;
    padding: 56px 0px 35px 0px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.sub-banner h4 {
    font-size: clamp(1.25rem, 0.8375rem + 2.0625vw, 3.3125rem);
    color: #FFF;
    line-height: 135%;
    text-shadow: 0px 0px 7px rgb(0 0 0 / 40%);
}

.sub-banner .breadcrumb li, .sub-banner .breadcrumb li a {
    color: #ffffff;
    font-weight: 500;
    font-size: 16px;
    --bs-breadcrumb-divider-color: #d7d7d7;
}

.sub-banner .breadcrumb {
    background: transparent;
    padding: 0 4px;
}

.subpage p:last-child, .subpage li:last-child {
    margin-bottom: 0px !important;
}

.subpage.chooseus .card-title {
    color: #444444;
}

.subpage.chooseus h3 {
    color: #000000;
    font-size: clamp(1.65rem, 1.05rem + 0.375vw, 1.5rem);
}

.subpage.chooseus .cardpic>img {
    -webkit-filter: invert(53%) sepia(95%) saturate(3461%) hue-rotate(168deg) brightness(96%) contrast(104%);
    filter: invert(53%) sepia(95%) saturate(3461%) hue-rotate(168deg) brightness(96%) contrast(104%);
}

.subpage.chooseus .swiper-slide+.swiper-slide {
    border-left-color: rgb(181 181 181 / 38%);
}

.subpage.chooseus .card:hover {
    background: rgb(181 181 181 / 25%);
}

.leadbox {
    background: #ffffff;
    padding: 32px 32px;
    position: relative;
    border-radius: 16px;
}

.leadbox .leadpic {
    margin-top: -76px;
    margin-bottom: -76px;
    box-shadow: 0px 0px 24px -5px rgb(0 0 0 / 15%);
}

.leadbox+.leadbox {
    margin-top: 96px !important;
}

.contact .ratio {
    max-height: 496px;
    min-height: 320px;
    overflow: hidden;
}

.contactinfo h4 {
    color: #323232;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 4px;
    letter-spacing: 0.25px;
}

.contactinfo .contlist>li {
    margin-bottom: 24px;
    padding-left: 40px;
    position: relative;
    font-size: 16px;
    max-width: 300px;
}

.contactinfo .contlist>li>i {
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 36px;
    color: #2d3194;
}

.contactinfo .contlist>li>i.fa-envelope {font-size: 24px;}

.contactbox .themeform {
    background: #fff;
    padding: 48px;
    border-radius: 16px;
    box-shadow: 0px 0px 32px 0px rgb(0 0 0 / 10%);
}

.themeform .form-control {
    color: #444;
    font-size: 15px;
    font-weight: 500;
    border-radius: 4px;
    box-shadow: none;
    padding-left: 16px;
    border: 1px solid #CBCACA;
}

.themeform textarea.form-control {
    resize: none;
    height: 107px;
}

.themeform .form-floating>label {
    font-size: 15px;
    color: #607D8B;
    font-weight: 500;
    padding-left: 16px;
}

.inner-addon{position: relative;}
.inner-addon .captcha{position: absolute; top: 10px; right: 9px;}
.ourbox{position: relative; box-shadow: 0px 0px 32px 0px rgb(0 0 0 / 10%);}