/* ------------------------------------------
[ Custom style ] 

1. Basic and Typography style
2. Helper style
3. Selection style
4. Cursor & Drag style
5. Preloader style
6. Owl-Theme custom style
7. Section style
8. Navbar style
9. Header style
10. Slider-fade style (Homepage Slider)
11. Slider style (Inner Page Slider)
12. Kenburns Slider style
13. Banner Header style
14. About style
15. Team style
16. Team Single style
17. Services 1 style
18. Services 2 style
19. Services 3 style
20. Services box style
21. Pricing style
22. Pricing 2 style
23. Video Background style
24. Gallery style
25. Before-After style
26. Testimonials style
27. Promo Video style
28. FAQs (Accordion) style
29. Blog style
30. Blog Sidebar style
31. Post style
32. Page style
33. Appointment style
34. Scrolling style
35. Contact style
36. 404 Page style
37. Button style
38. Footer style
39. toTop Button style
40. Overlay Effect Bg image style
41. Responsive style


------------------------------------------ */

/* ======= Basic and Typography style ======= */

html,
body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
}


* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    list-style: none;
    word-wrap: break-word;
}


body {
 
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.75em;
    color: #626d7a;
    overflow-x: hidden !important;
}

p {
    /*font-family: 'Poppins', sans-serif;*/
    /*font-family: "Urbanist", sans-serif;*/
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.75em;
    color: #626d7a;
    margin-bottom: 15px;
}

p.text-white {
    color: rgba(255, 255, 255, 0.6) !important;
}

/*.skiptranslate {
    display: none !important;
}
*/

.text-justify {
    text-align: justify;
}





/* Product Box */
.ef-product-box {
    background: #ffffff;
    border-radius: 22px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.25);
    transition: all 0.3s ease;
    height: 100%;
}

.ef-product-box:hover {
    transform: scale(0.9);
    box-shadow: 0 22px 55px rgba(0, 0, 0, 0.30);
}

/* Image */
.ef-product-box img {
    width: 100%;
    height: 220px;
    object-fit: contain;
    margin-bottom: 15px;
}


/*.ef-product-box-size {
    display: flex;

}*/

.ef-product-box span{
    font-size: 15.5px !important;
    padding-top: 3px;
}



/* Title */
.ef-product-box h5 {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    color: #111;
}

.language-bar-main-bx{
    /*background: #004e7d;*/
    padding: 4px;
}



@media (max-width: 991px) { 

    .header-language-bar-bx {
    display: flex;
    justify-content: center !important;
    padding: 10px;
}
.header-contact-icon-bx {
    display: flex;
    justify-content: center;
    align-items: center;
}

}


@media (max-width: 500px) { 

   .header-contact-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 11px;
}
    .header-language-bar-bx {
       
        padding: 1px;
    }
    .language-bar img {
    width: 20px;
    height: 13px;
    
}

}



.header-contact-wrap {
  display: flex;
  align-items: center;
  gap: 25px;
  color: #ffffff;
  font-size: 14px;
}

.header-contact-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #00A2E3;
}

.hc-icon {
  font-size: 14px;
}

.header-contact-icon-bx {
    display: flex;
    /*justify-content: center;*/
    align-items: center;
}


.header-language-bar-bx {
    display: flex;
    justify-content: end;
}

.language-bar{
  display:flex;
  gap:14px;
  justify-content:end;
  align-items:center;
  /*padding:10px;*/
  padding: 3px;
  /*background:#000;*/
  position:relative;
  z-index:9999;
}

.language-bar img{
  width:23px;
  height:16px;
  cursor:pointer;
  border-radius:3px;
  transition:transform .2s, box-shadow .2s;
}

.language-bar img:hover{
  transform:scale(1.15);
  box-shadow:0 4px 10px rgba(255,255,255,.5);
}


.goog-logo-link,
.goog-te-gadget{
  display:none !important;
}

.goog-te-banner-frame{
  display:none !important;
}

.language-bar img {
  margin-right: 6px; 
  cursor: pointer;
  vertical-align: middle;
  transition: transform 0.2s;
}

.language-bar img:hover {
  transform: scale(1.2); 
}

/* Hide Google Translate top toolbar */
.goog-te-banner-frame.skiptranslate {
    display: none !important;
} 


 .language-bar .footer-social-wrap {
    padding-right: 40px;
 }

 .language-bar .footer-follow-text {
    color: #ffffff;
}


.language-bar a {
    font-size: 14px;
    text-align: center;
   color: #ffffff !important;
    
}



h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    line-height: 1.2em;
    margin: 0 0 20px 0;
    color: #0e1323;
    letter-spacing: -0.5px;
}
h1 {
    font-size: 45px;
}
h2 {
    font-size: 36px;
}
h3 {
    font-size: 32px;
}
h4 {
    font-size: 27px;
}
h5 {
    font-size: 24px;
}
h6 {
    font-size: 18px;
}
img {
    width: 100%;
    height: auto;
}
img {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    color: #f4f4f4;
}
span,
a,
a:hover {
    display: inline-block;
    text-decoration: none;
    color: inherit;
}
b {
    font-weight: 500;
    color: #326bff;
}
.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    outline: none;
}
/* text field */
input[type="password"]:focus,
input[type="email"]:focus,
input[type="text"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
textarea:focus {
    outline: none;
}
input[type="password"],
input[type="email"],
input[type="text"],
input[type="file"],
textarea {
    max-width: 100%;
    margin-bottom: 15px;
    padding: 13.25px;
    height: auto;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
    width: 100%;
    line-height: 1.75em;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #626d7a;
    background-image: none;
    border-color: ease-in-out .15s, box-shadow ease-in-out .15s;
    border: 1px solid #cbdcec;
    border-radius: 10px;
}

/*
.form-select  {
    max-width: 100%;
    margin-bottom: 15px;
    padding: 13.25px;
    height: auto;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
    width: 100%;
    line-height: 1.75em;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #626d7a;
    background-image: none;
    border-color: ease-in-out .15s, box-shadow ease-in-out .15s;
    border: 1px solid # !important;
    border-radius: 10px;


}*/

/* Chrome, Edge, Safari */
::-webkit-scrollbar {
  width: 4px;
}

::-webkit-scrollbar-track {
  background: #c6c6c6;
}

::-webkit-scrollbar-thumb {
  background: #00A2E3;
  border-radius: 10px;
}



.form-select {
    display: block;
    width: 100%;
    /*padding: 0.480rem 1.75rem 0.480rem 0.75rem;*/
        padding: 0.50rem 1.75rem 0.10rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
   color: #626d7a;
    vertical-align: middle;
    background-color: #fff;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #cbdcec;
    border-radius: 0.25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-bottom: 15px;
}

.inquiry-bx-right{padding-left: 40px}

.form-select-2 {
    /*margin-top: 10px !important;*/
    margin-bottom: 10px;
}
/*#subProductShuttering{
    pa-top: 200px !important;
}
*/
/* Focus effect */
.form-group select:focus {
    border-color: #0d6efd;
    box-shadow: 0 0 0 0.15rem rgba(13, 110, 253, 0.15);
}

/* Option basic styling (limited support) */
.form-group select option {
    font-size: 15px;
    color: #333;
    padding: 10px;
}

/* Disabled / placeholder option */
.form-group select option[value=""] {
    color: #999;
}



input[type="submit"],
input[type="reset"],
input[type="button"],
button {
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    line-height: 1.75em;
    -webkit-transition: background-color .15s ease-out;
    transition: background-color .15s ease-out;
    background: transparent;
    border: 0px solid transparent;
    outline: none;
}
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:hover {
    border: 0px solid transparent;
    outline: none;
}
input[type="password"]:active,
input[type="email"]:active,
input[type="text"]:active,
input[type="file"]:active,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="text"]:focus,
input[type="file"]:focus,
textarea:active,
textarea:focus {
    border: 1px solid #326bff;
    background: transparent;
    outline: none;
}


.form-group select {

    border: 1px solid #326bff;
    background: transparent;
    outline: none;
}


select {
    padding: 10px;
    border-radius: 6px;
}
/*table,
th,
tr,
td {
    border: 2px solid #f8f5f0;
}*/
th,
tr,
td {
    padding: 10px;
}
input[type="radio"],
input[type="checkbox"] {
    display: inline;
}
input[type="submit"] {
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    background: #326bff;
    color: #fff;
    padding: 8px 24px;
    margin: 0;
    position: relative;
    font-size: 18px;
    letter-spacing: 2px;
}
input[type="number"] {
    padding: 14px 20px;
    height: auto;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
    width: 100%;
    line-height: 1.75em;
    font-size: 18px;
    font-weight: 400;
    color: #626d7a;
    background-image: none;
    border: none;
    border-radius: 30px;
    border: 2px solid #e8e8d4;
}
input[type="number"] {
    max-width: 150px;
    width: 150px;
    margin-bottom: 0;
    padding: 12px 30px;
}
/* placeholder */
::-webkit-input-placeholder {
    color: #626d7a;
    font-size: 18px;
    font-weight: 400;
}
:-moz-placeholder {
    color: #626d7a;
}
::-moz-placeholder {
    color: #626d7a;
    opacity: 1;
}
:-ms-input-placeholder {
    color: #626d7a;
}
/* blockquote */
blockquote {
    padding: 45px;
    display: block;
    position: relative;
    background-color: #326bff;
    overflow: hidden;
    margin: 35px 0;
    color: #fff;
    font-style: italic;
    border-radius: 6px;
}
blockquote p {
    font-family: inherit;
    margin-bottom: 0 !important;
    color: inherit;
    width: 100%;
    position: relative;
    z-index: 3;
}
blockquote:before {
    content: '\e645';
    font-family: 'Themify';
    position: absolute;
    right: 80px;
    bottom: 40px;
    font-size: 110px;
    opacity: 0.1;
    line-height: 1;
    color: #326bff;
    font-style: normal;
}
blockquote p {
    margin-bottom: 0;
    font-size: 18px;
}
blockquote p a {
    color: inherit;
}
blockquote cite {
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    position: relative;
    padding-left: 60px;
    border-color: inherit;
    line-height: 1;
    margin-top: 22px;
    font-style: normal;
    color: #fff;
    font-weight: 400;
}
blockquote cite:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 8px;
    width: 45px;
    height: 1px;
    border-top: 1px solid;
    border-color: inherit;
    color: #fff;
}

/* ======= Helper style ======= */
.pt-30 {
    padding-top: 30px;
}
.pt-60 {
    padding-top: 60px !important;
}
.pt-90 {
    padding-top: 90px;
}
.pt-120 {
    padding-top: 120px;
}
.mt-0 {
    margin-top: 0 !important;
}
.mt-10 {
    margin-top: 10px !important;
}
.mt-15 {
    margin-top: 15px !important;
}
.mt-20 {
    margin-top: 20px !important;
}
.mt-30 {
    margin-top: 30px !important;
}
.mt-60 {
    margin-top: 60px !important;
}
.mt-90 {
    margin-top: 90px !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.mb-10 {
    margin-bottom: 10px !important;
}
.mb-15 {
    margin-bottom: 15px;
     !important;
}
.mb-20 {
    margin-bottom: 20px !important;
}
.mb-25 {
    margin-bottom: 25px !important;
}
.mb-30 {
    margin-bottom: 30px !important;
}
.mb-40 {
    margin-bottom: 40px !important;
}
.mb-45 {
    margin-bottom: 45px !important;
}
.mb-60 {
    margin-bottom: 60px !important;
}
.mb-90 {
    margin-bottom: 90px !important;
}
.pb-0 {
    padding-bottom: 0 !important;
}
.no-padding {
    padding: 0 !important;
}
/* important */
.o-hidden {
    overflow: hidden;
}
.position-re {
    position: relative;
}
.full-width {
    width: 100%;
}
.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
}
.bg-fixed {
    background-attachment: fixed;
}
.bg-imgfixed {
    background-attachment: fixed;
}
.pattern {
    background-repeat: repeat;
    background-size: auto;
}
.bold {
    font-weight: 400;
}
.count {
    font-family: 'Poppins', sans-serif;
}
.valign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.v-middle {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}
.v-bottom {
    position: absolute;
    width: 100%;
    bottom: 5%;
    left: 0;
    -webkit-transform: translate(0%, -5%);
    transform: translate(0%, -5%);
}
.js .animate-box {
    opacity: 0;
}
.bg-position-bottom {
    background-position: bottom!important;
}
.bg-position-center {
    background-position: center!important;
}
.bg-position-top {
    background-position: top!important;
}
:root {
    scroll-behavior: auto;
}
/* background & color */
.bg-navy {
    background: #00A2E3;
}
.bg-lightblue {
    background: #edf1fb;
}
.bg-white {
    background: #fff;
}
.icons {
    color: #fd961e;
    font-size: 15px;
    line-height: 1.1em;
    display: inherit;
    margin-bottom: 0;
}
.mr-5 {
    margin-right: 5px;
}
.mr-15 {
    margin-right: 15px;
}
.ml-5 {
    margin-left: 5px;
}
.ml-10 {
    margin-left: 10px;
}
.ml-15 {
    margin-left: 15px;
}
/* star - white  */
.star {
    position: relative;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.9em;
    margin-right: 0.9em;
    margin-bottom: 2em;
    border-right: 0.3em solid transparent;
    border-bottom: 0.7em solid #fff;
    border-left: 0.3em solid transparent;
    /* Controlls the size of the stars. */
    font-size: 8px;
}
.star:before,
.star:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 0.6em;
    left: -1em;
    border-right: 1em solid transparent;
    border-bottom: 0.7em solid #fff;
    border-left: 1em solid transparent;
    transform: rotate(-35deg);
}
.star:after {
    transform: rotate(35deg);
}
/* star rating  */
.star-rating {
    position: relative;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.9em;
    margin-right: 0.9em;
    margin-bottom: 2em;
    border-right: 0.3em solid transparent;
    border-bottom: 0.7em solid #ffd27d;
    border-left: 0.3em solid transparent;
    /* Controlls the size of the stars. */
    font-size: 8px;
}
.star-rating:before,
.star-rating:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 0.6em;
    left: -1em;
    border-right: 1em solid transparent;
    border-bottom: 0.7em solid #ffd27d;
    border-left: 1em solid transparent;
    transform: rotate(-35deg);
}
.star-rating:after {
    transform: rotate(35deg);
}
/* booking form */
.booking-box {
        border-top: 3px solid #00a4e0;
    position: relative;
    background: #fff;
    padding: 30px 40px;
    margin-bottom: 20px;
    border-radius: 10px;
    -webkit-box-shadow: 0 20px 60px rgba(0, 0, 0, .08);
    box-shadow: 0 20px 60px rgba(0, 0, 0, .08);
}
.booking-box .head-box h3 {
    color: #0e1323;
    font-size: 32px;
}
.booking-box .head-box h3 span {
    color: #326bff;
}



.network-support-sec .map-container .point .label {
    position: absolute;
    top: -38px;
    left: 50%;
    transform: translateX(-50%);
    background: #004e7d;
    color: #ffffff;
    font-size: 14px;
    padding: 0px 6px;
    /* font-size: 0.75rem; */
    white-space: nowrap;
    border-radius: 4px;
}



/* Mobile */
@media (max-width: 576px) {
.network-support-sec .map-container .point .label {
    font-size: 10px;
    top: 1px;
        left: 74px;
   
  }
}
/*network-and-support*/

.network-support-sec .map-container {
  padding: 3.2rem 0.8rem;
  position: relative;
  display: inline-block;
}
.network-support-sec .map-container img {
  width: 100%;
}
.network-support-sec .map-container .point {
  cursor: pointer;
  position: absolute;
  width: 1rem;
  height: 1rem;
  background-color: #f60128;
  border-radius: 50%;
  transition: all 0.3s ease;
  will-change: transform, box-shadow;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 rgba(0, 172, 193, 0.9);
  animation: pulsemap 3s infinite;
}

.network-support-sec .map-container .point:hover {
  animation: none;
  transform: translate(-50%, -50%) scale3D(1.35, 1.35, 1);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}


.network-support-sec .map-container .point-manufacturing {
 
  background-color: #004f7b;
  animation: pulsemapmanufacturing 3s infinite;

  
}

.network-support-sec .map-container .point:hover {
  animation: none;
  transform: translate(-50%, -50%) scale3D(1.35, 1.35, 1);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}








.network-support-sec .map-container .venezuela {
  top: 54%;
  left: 24%;
}
.network-support-sec .map-container .brasil {
  top: 64%;
  left: 28%;
}
 .network-support-sec .map-container .argentina {
  top: 77%;
  left: 27%;
}
.network-support-sec .map-container .colombia {
  top: 55%;
  left: 21%;
}
.network-support-sec .map-container .panama {
  top: 51%;
  left: 18%;
}
.network-support-sec .map-container .mexico {
  top: 38%;
  left: 12%;
}
.network-support-sec .map-container .usa {
  top: 26%;
  left: 17%;
}
.network-support-sec .map-container .arabia {
top: 52%;
    left: 52%;
}
.network-support-sec .map-container .turquia {
top: 56%;
    left: 56%;
}
.network-support-sec .map-container .rusia {
      top: 44%;
    left: 61%;
}
.network-support-sec .map-container .china {
      top: 41%;
    left: 68%;
}
.network-support-sec .map-container .japon {
      top: 26%;
    left: 76%;
}

.network-support-sec .map-container .australia {
  top: 72%;
  left: 86%;
}

@keyframes pulsemap {
  0% {
    box-shadow: 0 0 0 rgb(255 0 45 / 30%);
  }
  70% {
    box-shadow: 0 0 0 25px rgba(0, 172, 193, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 172, 193, 0);
  }
}
 
@keyframes pulsemapmanufacturing {
  0% {
    box-shadow: 0 0 0 rgba(0, 79, 123, 0.3);
  }
  70% {
    box-shadow: 0 0 0 25px rgba(0, 79, 123, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 79, 123, 0);
  }
}



/*network-and-support*/

/* ======= Selection style ======= */
::-webkit-selection {
    color: #fff;
    background: #326bff;
}
::-moz-selection {
    color: #fff;
    background: #326bff;
}
::selection {
    color: #fff;
    background: #326bff;
}
/* list style */


/* ======= Cursor & Drag style  ======= */
.cursor {
    position: fixed;
    top: -40px;
    left: -40px;
    pointer-events: none;
    z-index: 9999;
    mix-blend-mode: difference;
    display: none;
}


.cursor:before {
    content: "";
    width: 75px;
    height: 75px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #fff;
    transition: all ease 0.15s;
    transform: scale(0.15);
}
.cursor.light:before {
    transform: scale(1);
    background: transparent;
}
.cursor.drag {
    mix-blend-mode: unset;
}
.cursor.drag:before {
    transform: scale(1);
    border-color: transparent;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(8px);
  transform: translate(-50%, -50%);
  transition: transform 0.15s ease-out;
}
.cursor.drag:before {
    content: "\e658";
    font-family: "Themify";
    font-size: 24px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.2s ease-out;
    transform: scale(1);
}

.cursor.drag.active:before {
    transform: scale(0.8);
}

@media only screen and (max-width: 991px),
only screen and (max-device-width: 991px) {
    .cursor {
        display: none;
    }
}


/* ======= Preloader style ======= */
.preloader-bg,
#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #fff;
    z-index: 999999;
}
#preloader {
    display: table;
    table-layout: fixed;
}
#preloader-status {
    display: table-cell;
    vertical-align: middle;
}
.preloader-position {
    position: relative;
    margin: 0 auto;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.loader {
    position: relative;
    width: 70px;
    height: 70px;
    left: 50%;
    top: auto;
    margin-left: -35px;
    margin-top: 2px;
    -webkit-animation: rotate 1s infinite linear;
    -moz-animation: rotate 1s infinite linear;
    -ms-animation: rotate 1s infinite linear;
    -o-animation: rotate 1s infinite linear;
    animation: rotate 1s infinite linear;
    border: 2px solid #cbdcec;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.loader span {
    position: absolute;
    width: 70px;
    height: 70px;
    top: -2px;
    left: -2px;
    border: 2px solid transparent;
    border-top: 2px solid #326bff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/* ======= Owl-Theme custom style ======= */
/* owl-dots */
.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 0px;
    line-height: 1.5;
    display: block;
    outline: none;
}
.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 0;
    margin-bottom: 0;
}
.owl-theme .owl-dots .owl-dot span {
    width: 14px;
    height: 14px;
    margin: 0 3px;
    border-radius: 50%;
    background: #cbdcec;
    border: 1px solid #cbdcec;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #326bff;
    border: 1px solid #326bff;
}
.owl-theme .owl-dots .owl-dot:hover span {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}
/* owl-nav */
.owl-theme .owl-nav {
    position: absolute !important;
    top: 42% !important;
    bottom: auto !important;
    width: 100%
}
.owl-theme .owl-nav {
    position: relative;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
/* owl-prev owl-next */
.owl-theme .owl-prev,
.owl-theme .owl-prev {
    left: 10px !important
}
.owl-theme .owl-next {
    right: 10px !important
}
.owl-theme .owl-prev,
.owl-theme .owl-next {
    color: #fff;
    position: absolute !important;
    top: 50%;
    padding: 0;
    height: 50px;
    width: 50px;
    border-radius: 0%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #326bff;
    border: 1px solid #326bff;
    line-height: 0;
    text-align: center;
    font-size: 18px
}
.owl-theme .owl-prev > span,
.owl-theme .owl-next > span {
    position: absolute;
    line-height: 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}
.owl-theme .owl-nav [class*=owl-] {
    width: 50px;
    height: 50px;
    line-height: 45px;
    background: transparent;
    border-radius: 100%;
    color: #326bff;
    font-size: 10px;
    margin-right: 60px;
    margin-left: 60px;
    cursor: pointer;
    border: 1px solid #326bff;
    transition: all 0.2s ease-in-out;
    transform: scale(1.0);
}
.owl-theme .owl-nav [class*=owl-]:hover {
    transform: scale(0.9);
    background: transparent;
    border: 1px solid #326bff;
    color: #326bff;
}
@media screen and (max-width: 768px) {
    .owl-theme .owl-nav {
        display: none;
    }
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    outline: none;
}


.booking-boxbx{
     padding: 70px 0 0 0;
}


/* ======= Section style ======= */
.section-padding {
    padding: 120px 0;
}


.info-box-sec {

     padding: 30px 0 120px 0;

}


.section-padding h6 {
    color: #0e1323;
}
.section-subtitle {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    margin-bottom: 10px;
    color: #0e1323;
    font-size: 16px;
    align-items: center;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
}
.section-subtitle span {
    color: #326bff;
}
.section-subtitle::before {
    content: "";
    position: absolute;
    bottom: 3px;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #fd002d !important;
}
.section-title {
    font-family: 'Poppins', sans-serif;
    font-size: 45px;
    line-height: 1em;
    font-weight: 600;
    color: #0e1323;
    margin-bottom: 15px;
    letter-spacing: -0.5px;
}
.section-title img {
    width: 60px;
}
.section-title span {
    color: #326bff !important;
    display: contents;
}
.section-title.white {
    color: #fff;
}
/* section-info */
.section-info {
    position: relative;
    display: contents;
}
.section-info .icons {
    margin-right: 10px;
    padding: 0 20px;
    border-radius: 30px;
    background-color: #326bff;
    color: #0e1323;
    text-transform: uppercase;
    font-size: 12px;
    display: inline-block !important;
    vertical-align: middle !important;
    letter-spacing: 1px;
}
.section-info .tag {
       margin-right: 5px;
    padding-left: 11px;
    padding: 1px 20px;
    border-radius: 12px;
    background-color: #00a4e0;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 700;
    display: inline-block !important;
    margin-left: 7px;
    vertical-align: middle !important;
}

.section-info .tag:hover {
     
    background-color: red;

}


.section-info .desc {
 margin: 0;
    color: #1f2020;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
    display: inherit;
}
.section-info .text-decoration-line-bottom {
    border-bottom: 2px solid #326bff;
    font-family: 'Poppins', sans-serif;
    line-height: 1.2em;
    font-weight: 600;
    font-size: 18px;
    color: #0e1323;
}
@media screen and (max-width: 991px) {
    .section-title {
        font-size: 45px;
    }
    .section-info {
        display: block;
    }
}


/* ======= Navbar style ======= */
.navbar {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 99;
    padding-right: 0;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    height: 100px;
    border: none;
}
.navbar-toggler-icon {
    background-image: none;
}
.navbar .navbar-toggler-icon,
.navbar .icon-bar {
    color: #0e1323;
}
.navbar .navbar-nav .nav-link {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #0e1323;
    margin: 1px;
    -webkit-transition: all .4s;
    transition: all .4s;
    padding-right: 11px;
    padding-left: 11px;
}
.navbar .navbar-nav .nav-link.nav-color {
    color: #326bff;
}
.navbar .navbar-nav .nav-link:hover {
    color: #00A2E3;
}
.navbar .navbar-nav .active {
    color: #00a5e1 !important
}
.navbar .navbar-nav .active i {
    color: #326bff;
}
.nav-scroll {
    background: #fff;
    padding: 0 0 0 0;
    position: fixed;
    top: -90px;
    left: 0;
    width: 100%;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    -webkit-transform: translateY(90px);
    transform: translateY(90px);
    border: none;
    -webkit-box-shadow: 0px 5px 15px rgb(15 36 84 / 5%);
    box-shadow: 0px 5px 15px rgb(15 36 84 / 5%);
    height: 90px;
}
.nav-scroll .navbar-toggler-icon,
.nav-scroll .icon-bar {
    color: #326bff;
}
.nav-scroll .navbar-nav .nav-link {
    color: #0e1323;
}
.nav-scroll .navbar-nav .active,
.nav-scroll .navbar-nav .active i {
    color: #00a4e0  !important;
}
.nav-scroll .navbar-nav .logo {
    padding: 15px 0;
    color: #326bff;
}
.nav-scroll .dropdown .nav-link i {
    color: #0e1323;
}
.nav-scroll .logo-img {
    width: 150px;
}

.nav-scroll .logo-img {
    margin-bottom: 0px;
}
.nav-scroll .logo-wrapper .logo h2 {
    font-size: 24px;
    font-weight: 500;
    display: block;
    width: 100%;
    position: relative;
    color: #fff;
    margin-bottom: 0;
    text-transform: uppercase;
}
.nav-scroll .logo-wrapper .logo span {
    display: block;
    font-family: 'Poppins', sans-serif;
    font-size: 9px;
    color: #326bff;
    font-weight: 400;
    letter-spacing: 6px;
    display: block;
    margin-top: 0px;
    line-height: 1.75em;
    text-transform: uppercase;
    padding-left: 4px;
}
.nav-scroll .logo-wrapper {}
.logo-wrapper {
    float: left;
}
.logo-wrapper .logo h2 {
    font-size: 27px;
    font-weight: 500;
    display: block;
    width: 100%;
    position: relative;
    color: #326bff;
    margin-bottom: 0;
    text-transform: uppercase;
}

.logo-wrapper .logo h2 a i {
    color: #626d7a;
    font-size: 20px;
    vertical-align: super;
}
.logo-wrapper .logo span {
    display: block;
    font-family: 'Poppins', sans-serif;
    font-size: 11px;
    color: #326bff;
    font-weight: 400;
    letter-spacing: 5px;
    display: block;
    margin-top: 0px;
    line-height: 1.3em;
    text-transform: uppercase;
    padding-left: 4px;
}
.logo-wrapper .logo h2 i {
    color: #326bff;
    font-style: normal;
}
.logo {
    padding: 0;
}
.logo-img {
    width: 137px;
    margin-bottom: 0px;
}

.logo-img-2 {
    padding-left: 10px;
}

.dropdown .nav-link i {
    padding-left: 0px;
    font-size: 8px;
    font-weight: 700;
    color: #0e1323;
    transition: all 0.3s ease-in-out 0s;
}
.dropdown .nav-link:hover i {
    color: #326bff;
}
.navbar .dropdown-menu .dropdown-item {
    padding: 1px 0;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #0e1323;
    position: relative;
    -webkit-transition: all .4s;
    transition: all .4s;
    background-color: transparent;
}
.navbar .dropdown-menu .dropdown-item span {
    display: block;
    cursor: pointer;
}
.navbar .dropdown-menu .dropdown-item i {
    padding: 13px 0 0 5px;
    font-size: 9px;
    font-weight: 700;
    float: right;
}
.navbar .dropdown-menu .dropdown:hover > .dropdown-item,
.navbar .dropdown-menu .dropdown-item.active,
.navbar .dropdown-menu .dropdown-item:hover {
    color: #00A2E3;
}
.navbar .dropdown-toggle::after {
    display: none;
}
.navbar .dropdown-menu li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.navbar .dropdown-menu li:last-child {
    border-bottom: none;
}
/* li hover */
.navbar .dropdown-menu li {
    position: relative;
    display: block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.navbar .dropdown-menu li:hover {
    padding-left: 5px;
}
.navbar .dropdown-menu .dropdown-menu.pull-left {
    top: 0;
    left: auto;
    right: 100%;
}
/* navbar-right button */
.navbar .navbar-right {
    position: relative;
    display: flex;
    align-items: center;
}
.navbar .navbar-right .btn-wrap {
    display: flex;
    align-items: center;
    gap: 30px 58px;
    flex-wrap: wrap;
}
.navbar .navbar-right .btn-wrap .button {
    overflow: hidden;
    z-index: 1;
    position: relative;
    display: inline-block;
    flex: 0 0 auto;
    background: #00A2E3;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    line-height: 1;
    font-weight: 700;
    color: #fff;
    padding: 15px 25px;
    border-radius: 40px;
    transition: 0.2s transform ease-in-out;
    will-change: transform;
    transition: 400ms;
    cursor: pointer;
    border: 1px solid transparent;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
    box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
}
.navbar .navbar-right .btn-wrap .button::after {
    background: #fff;
    content: "";
    height: 21px;
    width: 21px;
    border-radius: 50%;
    position: absolute;
    right: 21px;
    top: 28%;
    z-index: -1;
    transition: 400ms ease;
    scale: 1;
}
.navbar .navbar-right .btn-wrap .button .icon {
    position: relative;
    z-index: 1;
    display: inline-block;
    padding-top: 3px;
    font-size: 12px;
    margin-left: 10px;
    color: #00A2E3;
}
.navbar .navbar-right .btn-wrap .button:hover {
    color: #326bff !important;
    border-color: #00a7de ;
}
.navbar .navbar-right .btn-wrap .button:hover::after {
    scale: 21;
}
.navbar .navbar-right .btn-wrap .button:hover .text {
    color: #00a7de  !important;
}
/* navbar-right phone */
.navbar .navbar-right .phonex {
    position: relative;
    display: flex;
    align-items: center;
    z-index: 5;
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
    transform-style: preserve-3d;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
}
.navbar .navbar-right:hover .phonex {
    color: #fff;
}
.navbar .navbar-right .phonex i {
    font-size: 15px;
    margin-right: 3px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #326bff;
    color: #fff;
    border-radius: 100%;
    text-align: center;
}
.nav-scroll .navbar-right .phonex {
    color: #fff;
}
.nav-scroll .navbar-right:hover .phonex {}
/* Navbar Media Query */
@media screen and (min-width: 992px) {
    .navbar .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
        width: 250px;
        padding: 12px 15px;
        border-radius: 6px;
        border: 0;
        background-color: #fff;
        -webkit-box-shadow: 0 20px 60px rgba(0, 0, 0, .08);
        box-shadow: 0 20px 60px rgba(0, 0, 0, .08) -webkit-transition: all .5s ease;
        -ms-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
    }
    .navbar .dropdown-menu .dropdown-menu {
        left: calc(100% + 5px);
        top: -10px;
        right: auto;
        min-width: 210px;
        transform: translateY(0);
    }
    .navbar .dropdown:hover > .dropdown-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
}
@media screen and (max-width: 991px) {
    .navbar {
        padding-left: 0px;
        padding-right: 0px;
        background: transparent;
        padding-top: 0px;
        padding-bottom: 0px;
        margin-top: 0;
    }
    .nav-scroll {
        background: #fff;
    }
    .logo-wrapper {
        float: left;
        padding: 24px 15px;
    }
    .nav-scroll .logo-wrapper {
        padding: 19px 15px;
        background-color: transparent;
    }
    .nav-scroll .logo-img {
        width: 150px;
    }
    .navbar .logo {
        text-align: left;
        margin-left: 0px;
    }
    .nav-scroll .logo {}
    .logo-img {
        margin-bottom: 0px;
        width: 150px;
    }
    .navbar button {
        margin-right: 0px;
        outline: none !important;
        background: transparent;
        margin-top: 10px;
        border: none;
    }
    .navbar button:hover {
        background: transparent;
    }
    .navbar button:active,
    .navbar button:focus,
    .navbar button:hover {
        background: transparent;
        outline: none;
        color: transparent !important;
    }
    .navbar .container {
        /* max-width: 100%; */
        padding: 0;
    }
    .navbar .nav-link {
        margin: 0px auto !important;
    }
    .navbar .navbar-nav .nav-link {
        color: #0e1323;
    }
    .nav-scroll .navbar-collapse .nav-link {
        color: #0e1323 !important;
    }
    .nav-scroll .navbar-collapse .active {
        color: #326bff !important;
    }
    .navbar .dropdown-menu .dropdown-item {
        padding: 0 15px;
        font-size: 18px;
        line-height: 40px;
    }
    .navbar .dropdown-menu .dropdown-item.dropdown-toggle {
        font-weight: 400;
    }
    .navbar .dropdown-submenu .dropdown-toggle::after {
        right: 15px;
        font-size: 18px;
    }
    .navbar .dropdown-submenu:hover > .dropdown-toggle::after {
        transform: rotate(0deg);
    }
    .navbar .dropdown-submenu .dropdown-toggle.show::after {
        transform: rotate(90deg);
    }
    .navbar .dropdown-menu {
        border: none;
        padding: 0;
        border-radius: 0;
        margin: 0;
        background: #fff;
    }
    .navbar .dropdown-submenu .dropdown-menu {
        margin: 0;
        padding: 0 0 0 20px;
    }
    .navbar .dropdown-menu li a {
        padding: 0 15px;
    }
    .navbar .navbar-nav .nav-link {
        padding-right: 0px;
        padding-left: 0px;
    }
    .navbar .navbar-collapse {
        max-height: 450px;
        overflow: auto;
        background: #fff;
        text-align: left;
        padding: 20px;
        -webkit-box-shadow: 0px 5px 15px rgb(15 36 84 / 5%);
        box-shadow: 0px 5px 15px rgb(15 36 84 / 5%);
    }
    .dropdown .nav-link i {
        color: #0e1323;
    }
    .navbar .navbar-right {
        display: none;
    }
}





  
.navcrumb__container {
   /* max-width: 1200px;
    margin: 0 auto;
    padding: 0 16px;*/
}


.navcrumb--wide {
    border-bottom: 1px solid #e5e7eb;
    background: #ffffff;
}

.navcrumb__row {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 14px 0 0 0 ;
}


.navcrumb__node {
    position: relative;
}

.navcrumb__link {
    font-size: 14px;
    color: #6b7280;
    text-decoration: none;
    /*display: inline-flex;*/
    align-items: center;
    gap: 6px;
    white-space: nowrap;
}


.navcrumb__link span {
    color: #9ca3af;
    font-size: 16px;
    padding: 0 3px;
}


.navcrumb__link:hover {
    color: #f70529;
    /*display: flex;*/

}


.navcrumb__node:has(.navcrumb__dropdown:hover) > .navcrumb__link {
    color: #f70529;
}


.navcrumb__link--active {
    color: #111827;
    font-weight: 500;
    cursor: default;
}

.navcrumb__link--active:hover {
    color: #111827;
}


.navcrumb__dropdown {
    position: absolute;
    /*top: calc(100% + 8px);*/
    left: 0;
    min-width: 230px;
    background: #ffffff;
    /*border: 1px solid #e5e7eb;*/
    border-radius: 6px;
    padding: 10px 5px;
    /*box-shadow: 0 10px 25px rgba(0,0,0,0.12);*/
    display: none;
    z-index: 1000;

    opacity: 0;
    transform: translateY(5px);
    transition: opacity 0.15s ease, transform 0.15s ease;
}

/* SHOW ON HOVER */
.navcrumb__node:hover > .navcrumb__dropdown {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

/* DROPDOWN LINKS */
.navcrumb__dropdown a {
    display: block;
    padding: 0px 6px;
    line-height: 22px;
    font-size: 13px;
    color: #374151;
    text-decoration: none;
    white-space: nowrap;
}

.navcrumb__dropdown a:hover {
    /*background: #f3f4f6;*/
    color: #00A2E3;
     text-decoration: underline;
}


@media (max-width: 768px) {

    .navcrumb__row {
        flex-wrap: wrap;
        gap: 6px;
        padding: 10px 0;
    }

    
    .navcrumb__node:hover > .navcrumb__dropdown {
        display: block;
    }

}








/* ======= Header style ======= */
.header {
    min-height: calc(95vh - 100px);
    overflow: hidden;
}
.header[data-overlay-dark] h6,
.header h6 {
    font-weight: 400;
    margin-bottom: 15px;
    color: #fff;
    font-size: 21px;
    display: flex;
    display: inline-flex;
    align-items: center;
    font-style: italic;
    -webkit-animation-delay: .1s;
    animation-delay: .1s;
}
.header[data-overlay-dark] h6 .icon,
.header h6 .icon {
    background-color: #326bff;
    margin-right: 10px;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    color: #fff;
    font-size: 21px;
    text-align: center;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
    display: flex;
}
.header h5 {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    margin-bottom: 20px;
    color: #fff !important;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}
.header h5::before {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #326bff !important;
}
.header h3 {
    position: relative;
    font-size: 75px;
    font-weight: 700;
    color: #fff;
    line-height: 1em;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}
.header h3 span {
    color: #326bff;
}
.header h2 {
    position: relative;
    font-size: 40px;
    color: #fff;
    letter-spacing: 1px;
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}
.header h2 span {
    color: #326bff;
}
.header h1 {
    position: relative;
    font-size: 45px;
    color: #fff;
    -webkit-animation-delay: .7s;
    animation-delay: .7s;
}
.header h1 span {
    font-style: italic;
    color: #326bff;
}
.header p {
    font-size: 18px;
    margin-bottom: 0;
    color: #fff;
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
}
.header p a {
    color: #326bff;
}
.header .button-1 {
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
}
@media screen and (max-width: 991px) {
    .header {
        background-attachment: scroll !important;
        background-position: 50% 0% !important;
    }
    .header h3 {
        font-size: 45px;
    }
    .header h5 {
        font-size: 16px;
    }
}


/* ======= Slider-fade style (Homepage Slider) ======= */
.slider-fade .owl-item {
    min-height: calc(100vh - 100px);
    position: relative;
}
.slider-fade .item {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: top;
    z-index: 9;
}
/* owl-nav next and prev */
.slider-fade .owl-theme .owl-nav {
    position: absolute;
    bottom: 7%;
    right: 12%;
}
.slider-fade .owl-theme .owl-prev {
    float: left;
}
.slider-fade .owl-theme .owl-next {
    float: right;
}
.slider-fade .owl-theme .owl-nav [class*=owl-] {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: transparent;
    border-radius: 100%;
    color: #fff!important;
    font-size: 14px;
    margin-right: 30px;
    margin-left: 30px;
    cursor: pointer;
    border: 1px solid rgba(255,255,255,0.5);
    transition: all 0.2s ease-in-out;
    transform: scale(1.0);
}
.slider-fade .owl-theme .owl-nav [class*=owl-]:hover {
    transform: scale(0.9);
    background: #fff;
    border: 1px solid #fff;
    color: #326bff!important;
}
@media screen and (max-width: 768px) {
    .slider-fade .owl-nav {
        display: none;
    }
}
/* owl-dots for slider and slider-fade */
.slider .owl-theme .owl-dots,
.slider-fade .owl-theme .owl-dots {
    position: absolute;
    bottom: 6vh;
    width: 100%;
}
.slider-fade .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 0px;
    line-height: .7;
    display: block;
}
.slider-fade .owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 0 3px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.5);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}
.slider-fade .owl-theme .owl-dots .owl-dot.active span,
.slider-fade .owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;
    border: 1px solid #fff;
}
.slider .owl-theme .owl-dots {
    position: absolute;
    width: 100%;
    bottom: 5%;
    left: 12%;
    text-align: left;
}


/* ======= Slider style (Inner Page Slider) ======= */
.slider .owl-item {
    height: 100vh;
    position: relative;
}
.slider .item {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
}
.slider .item .caption {
    z-index: 9;
}
.slider .owl-theme .owl-dots {
    position: absolute;
    width: 100%;
    bottom: 3%;
    right: 12%;
    text-align: right;
}
.slider .owl-theme .owl-dots .owl-dot span {
    width: 13px;
    height: 13px;
    margin: 0 3px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.5);
}
.slider .owl-theme .owl-dots .owl-dot.active span,
.slider .owl-theme .owl-dots .owl-dot:hover span {
    background: #326bff;
    border: 1px solid #326bff;
}
/* bounce */
.header .arrow {
    position: absolute;
    bottom: 40px;
    width: 100%;
    text-align: center;
    z-index: 8;
}
.header .arrow.bounce {
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}
.header .arrow i {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 18px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 100%;
}
.header .arrow i:hover {
    border: 1px solid #326bff;
    color: #326bff;
}
.header .arrow i:hover:after {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
}


/* ======= Kenburns Slider style ======= */
.kenburns-section {
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    min-height: calc(97.5vh - 90px);
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.kenburns-section::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -5;
    background: #000;
}
.kenburns-inner {
    position: relative;
    z-index: 15;
}
.kenburns-inner[data-overlay-dark] h6,
.kenburns-inner h6 {
    font-weight: 400;
    margin-bottom: 15px;
    color: #fff;
    font-size: 21px;
    display: flex;
    display: inline-flex;
    align-items: center;
    font-style: italic;
    -webkit-animation-delay: .1s;
    animation-delay: .1s;
}
.kenburns-inner[data-overlay-dark] h6 .icon,
.kenburns-inner h6 .icon {
    background-color: #326bff;
    margin-right: 10px;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    color: #fff;
    font-size: 21px;
    text-align: center;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
    display: flex;
}
.kenburns-inner h5 {
font-family: 'Poppins', sans-serif;
    font-size: 16px;
    margin-bottom: 30px;
    color: #fff !important;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}
.kenburns-inner h5::before {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #00a4e0 !important
}
.kenburns-inner h3 {
    position: relative;
    font-size: 53px;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
}
.kenburns-inner h3 span {
    color: #326bff;
}
.kenburns-inner h2 {
    position: relative;
    font-size: 40px;
    color: #fff;
    letter-spacing: 1px;
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}
.kenburns-inner h2 span {
    color: #326bff;
}
.kenburns-inner h1 {
    position: relative;
    font-size: 45px;
    color: #fff;
    -webkit-animation-delay: .7s;
    animation-delay: .7s;
}
.kenburns-inner h1 span {
    font-style: italic;
    color: #326bff;
}
.kenburns-inner p {
    font-size: 18px;
    margin-bottom: 0;
    color: #fff;
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
}
.kenburns-inner p a {
    color: #326bff;
}
/*#kenburnsSliderContainer .vegas-overlay {
    outline: none;
}*/

/*only video css */

#kenburnsSliderContainer {
    position: relative;
    width: 100%;
    height: 104vh;
    overflow: hidden;
}

/* Dark overlay for text readability */
.vegas-overlay {
    /*background: rgba(0, 0, 0, 0.45);*/
}


.lab-section-padding{
    padding: 100px 0px 0px 0px;
}



/*only video css */



/*@media screen and (max-width: 767px) {
    .kenburns-inner h3 {
        font-size: 45px;
    }
}*/




@media screen and (max-width: 767px) {
    .kenburns-inner h3 {
        font-size: 23px;
    }


    .kenburns-section {
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    min-height: calc(10.5vh - 90px);
    height: 400px !important;
    width: 100%;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}




#kenburnsSliderContainer {
    position: relative;
    width: 100%;
    height: 104vh;
    overflow: hidden;
}




}




/* Rotate circle button */
.header .circle-button,
.kenburns-section .circle-button,
.banner-header .circle-button {
    position: relative;
    display: inline-block;
}
.header .circle-button.in-bord:after,
.kenburns-section .circle-button.in-bord:after,
.banner-header .circle-button.in-bord:after {
    content: '';
    position: absolute;
    top: 55px;
    left: 55px;
    right: 55px;
    bottom: 55px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
}
.header .circle-button.in-bord:before,
.kenburns-section .circle-button.in-bord:before,
.banner-header .circle-button.in-bord:before {
    content: '';
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
}
.header .circle-button .rotate-circle svg,
.kenburns-section .circle-button .rotate-circle svg,
.banner-header .circle-button .rotate-circle svg {
    width: 210px;
    fill: #fff;
}
.header .circle-button .in-circle,
.kenburns-section .circle-button .in-circle,
.banner-header .circle-button .in-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.header .circle-button.no-animate .rotate-circle,
.kenburns-section .circle-button.no-animate .rotate-circle,
.banner-header .circle-button.no-animate .rotate-circle {
    -webkit-animation: none;
    animation: none;
}
.header .rotate-circle,
.kenburns-section .rotate-circle,
.banner-header .rotate-circle {
    -webkit-animation-name: rotateCircle;
    animation-name: rotateCircle;
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    text-transform: uppercase !important;
    font-size: 40px !important;
    font-weight: 700;
}
@-webkit-keyframes rotateCircle {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes rotateCircle {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.header .hover-this .hover-anim,
.kenburns-section .hover-this .hover-anim,
.banner-header .hover-this .hover-anim {
    pointer-events: none;
    -webkit-transition: -webkit-transform 0.2s linear;
    transition: -webkit-transform 0.2s linear;
    -o-transition: transform 0.2s linear;
    transition: transform 0.2s linear;
    transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}
.header .cursor,
.kenburns-section .cursor,
.banner-header .cursor {
    pointer-events: none;
    position: fixed;
    padding: 0.3rem;
    background-color: #fff;
    border-radius: 50%;
    mix-blend-mode: difference;
    -webkit-transition: opacity 0.4s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.4s ease, -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease, opacity 0.4s ease;
    transition: transform 0.3s ease, opacity 0.4s ease;
    transition: transform 0.3s ease, opacity 0.4s ease, -webkit-transform 0.3s ease;
    z-index: 99999;
}
.header .cursor-active,
.kenburns-section .cursor-active,
.banner-header .cursor-active {
    -webkit-transform: translate(-50%, -50%) scale(8);
    -ms-transform: translate(-50%, -50%) scale(8);
    transform: translate(-50%, -50%) scale(8);
    opacity: .1;
}
.header .circle-button .in-circle,
.kenburns-section .circle-button .in-circle,
.banner-header .circle-button .in-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.header .circle-button .in-circle i,
.kenburns-section .circle-button .in-circle i,
.banner-header .circle-button .in-circle i {
    color: #fff;
    font-size: 45px;
}
.header .circle-button .in-circle img,
.kenburns-section .circle-button .in-circle img,
.banner-header .circle-button .in-circle img {
    width: 60px;
    height: 60px;
}
/* wow animation custom */
@keyframes zoomInPlace {
    0% {
        opacity: 0;
        transform: scale(1.8) translateY(30px);
        letter-spacing: 5px;
        filter: blur(4px);
    }
    50% {
        opacity: 1;
        transform: scale(1.1) translateY(0px);
        letter-spacing: 1px;
        filter: blur(0.5px);
    }
    100% {
        transform: scale(1);
        letter-spacing: 0;
        filter: blur(0);
    }
}
.zoom-in-place {
    animation: zoomInPlace 1.4s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
}

@media screen and (max-width: 991px) {
    .header .circle-button,
    .kenburns-section .circle-button,
    .banner-header .circle-button {
        display: none;
    }
}

/* ======= Banner Header style ======= */
.banner-header {
     min-height: calc(90vh - 140px);
    background-position: center;
}
.banner-header.full-height {
    min-height: calc(20vh - 20px);
}
.banner-header[data-overlay-dark] h6,
.banner-header h6 {
    margin-bottom: 15px;
    color: #fff;
    font-size: 16px;
    display: flex;
    display: inline-flex;
    align-items: center;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.banner-header[data-overlay-dark] h6 .icon,
.banner-header h6 .icon {
    background-color: #326bff;
    margin-right: 10px;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    color: #fff;
    font-size: 21px;
    text-align: center;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
    display: flex;
}
.banner-header[data-overlay-dark] h6 .icon img,
.banner-header h6 .icon img {}
.banner-header h1 {
    position: relative;
    font-size: 60px;
    color: #fff;
}
.banner-header h1 span {
    color: #326bff;
}
.banner-header h2 {
    position: relative;
    font-size: 60px;
    color: #fff;
}
.banner-header h2 span {
    color: #326bff;
}
.banner-header h3 {
    position: relative;
    font-size: 75px;
    color: #fff;
    line-height: 1em;
}
.banner-header h3 span {
    color: #326bff;
}
.banner-header h4 {
    position: relative;
    font-size: 60px;
    color: #fff;
    line-height: 1em;
}
.banner-header h4 span {
    color: #326bff;
}
.banner-header h5 {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    margin-bottom: 20px;
    color: #fff !important;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.banner-header h5::before {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #326bff !important;
}
.banner-header p {
    font-size: 18px;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.8) !important;
}
.banner-header p a {
    color: #326bff;
}
/* author & date */
.banner-header .author .avatar {
    width: 30px;
    height: 30px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 5px;
}
.banner-header .post {
    margin-top: 20px;
}
.banner-header .post div {
    display: inline-block;
}
.banner-header .post .author {
    margin-right: 20px;
    font-size: 18px;
}
.banner-header .post .date-comment {
    position: relative;
    font-size: 18px;
    color: #fff;
    margin-right: 20px
}
.banner-header .post .date-comment i {
    color: #fff;
    font-size: 18px;
    margin-right: 5px;
}
.banner-header .post .date-comment:last-of-type {
    margin-right: 0px;
}
/* for slider and header dark overlay */
.left-overlay-secondary[data-overlay-dark]:before {
    background: rgba(14, 19, 35, 0.8);
    background: linear-gradient(-90deg, transparent, #0e1323 65%)
}
@media screen and (max-width: 767px) {
    .banner-header {}
    .banner-header h5 {
        font-size: 16px;
    }
    .banner-header h1 {
        font-size: 40px;
        letter-spacing: 0;
    }
    .banner-header h1 span {
        font-size: 40px;
    }
    .banner-header h3 {
        font-size: 45px;
    }
    .banner-header h3 span {
        font-size: 45px;
    }
}

/* ======= About style ======= */
.about {
    position: relative;
    padding: 80px 0px;
    background: #00a2e4;
}
.about .phone {
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #326bff;
    text-align: left;
    display: inline-block;
    margin-left: 20px;
    margin-bottom: 15px;
    margin-top: 0;
}
.about .phone a {
    color: #0e1323;
}
.about .phone i {
    height: 58px;
    width: 58px;
    line-height: 58px;
    background: #326bff;
    font-size: 21px;
    font-weight: 300;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    margin-right: 10px;
}
.about .item {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}
.about .item img {
    position: relative;
    border-radius: 6px;
}
.about img {
    border-radius: 6px;
    margin-bottom: 0;
}
.about img.img {
    margin-bottom: 0px;
}
.about-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 20px 0 0 0;
}
.image.about-signature {
    margin-right: 20px;
    width: 60px;
}
.about-name {
    font-size: 18px;
    color: #326bff;
    font-weight: 700;
}
.about-rol {
    color: rgba(255, 255, 255, 0.6);
    font-size: 16px;
    line-height: 16px;
}
/* year box */
.about .year-box {
    position: absolute;
    padding: 15px 15px 25px 15px;
    width: 150px;
    border-radius: 6px;
    bottom: 30px;
    left: 30px;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .08);
    box-shadow: 0 0 30px rgba(0, 0, 0, .08);
    -webkit-transition: all 350ms cubic-bezier(.37, 0, .63, 1);
    transition: all 350ms cubic-bezier(.37, 0, .63, 1);
    background: #fff;
    text-align: center;
    overflow: hidden !important;
    z-index: 1;
}
.about .year-box .number {
    position: relative;
    font-size: 105px;
    line-height: 95px;
    font-weight: 900;
    color: #fff;
    z-index: 1;
    display: block;
}
.about .year-box .txt {
    color: #0e1323;
    font-size: 18px;
    line-height: 1.1em;
    font-weight: 400;
}
.about .year-box .number-bg {
    top: -60px;
    left: -5px;
    height: 150px;
    width: 150px;
    border-radius: 100%;
    background-color: #326bff;
    z-index: 0;
    position: absolute;
}
.about .year-box.vert-move {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}
.about .year-box.vert-move {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}
@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-10px);
    }
}
@keyframes mover {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-5px);
    }
}
.about .bg-color {
    display: block;
    width: 60%;
    height: 670px;
    background: rgba(50, 107, 255, 0.1);
    top: 30px;
    right: 0;
    position: absolute;
    border-radius: 500px 0px 0px 500px;
    z-index: -1;
}
.about .bg-img {
    width: 46%;
    height: 659px;
    border-radius: 0 500px 500px 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.about .section-title {
    font-family: 'Poppins', sans-serif;
    font-size: 45px;
    line-height: 1em;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 15px;
    letter-spacing: -0.5px;
}

.about p {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    text-align: justify;        
    font-weight: 400;
    line-height: 1.75em;
    color: #f5f5f5;
    margin-bottom: 15px;
}

.about .section-subtitle {

    /*font-family: Urbanist, sans-serif;*/
    font-weight: 700;
    margin-bottom: 10px;
    color: rgb(0 0 0);
    font-size: 16px;
    align-items: center;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
}

.about .section-subtitle::before {
    content: "";
    position: absolute;
    bottom: 3px;
    left: 0;
    right: 0;
    height: 2px;
    background-color: transparent !important;
}

.about  .page-list-text p {
    font-size: 18px;
    margin: 0;
    color: #ffffff;
}

/* ======= Team style ======= */
.team {
    position: relative;
    overflow: hidden;
}
.team .team-container {
    width: 140%;
    position: relative;
}
.team .item {
    position: relative;
    padding: 0 0 0 45px;
    margin: 10px 10px 20px 10px;
    overflow: visible;
}
.team .item .wrapper {
    position: relative;
}
.team .item .wrapper .img {
    overflow: hidden;
    border-radius: 20px 20px 0 20px;
}
.team .item .wrapper .img img {
    width: 100%;
    border-radius: inherit;
    transition: transform 0.6s cubic-bezier(.2,.8,.2,1);
    transform: scale(1);
    transform-origin: center center;
}
.team .item:hover .wrapper .img img {
    transform: scale(1.12);
}
/* text */
.team .item .wrapper .text {
    bottom: 10px;
    left: -10px;
    position: absolute;
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.team .item .wrapper .text .name,
.team .item .wrapper .text .position {
    display: inline-block;
}

.team .item .wrapper .text .name {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    color: #0e1323;
    letter-spacing: 0.3px;
}

.team .item .wrapper .text .position {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #626d7a;
    margin: 0;
    padding-left: 20px;
    position: relative;
    letter-spacing: 0.3px;
}

.team .item .wrapper .text .position:before {
    content: "·";
    left: 6px;
    position: absolute;
    top: 1px;
    font-size: 30px;
    color: #326bff;
}

/* icon */
.team .item .wrapper .icon {
    position: absolute;
    bottom: -6px;
    right: -6px;
    width: 90px;
    height: 90px;
    background: #fff;
    border-top-left-radius: 50%;
    padding: 15px;
}
.team .item:hover .wrapper .icon .arrow {
    transform: scale(1.05);
}
.team .item .wrapper .icon::before {
    position: absolute;
    content: "";
    bottom: 6px;
    left: -20px;
    background: transparent;
    width: 20px;
    height: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 6px 6px 0 6px #fff;
}
.team .item .wrapper .icon::after {
    position: absolute;
    content: "";
    top: -20px;
    right: 6px;
    background: transparent;
    width: 20px;
    height: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 6px 6px 0 6px #fff;
}
.team .item .wrapper .icon .arrow {
    position: absolute;
    background: #326bff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
    width: 60px;
    height: 60px;
    line-height: 60px;
}
.team .item .wrapper .icon .arrow span {
    color: #fff;
    font-size: 18px;
}
.team .item:hover .wrapper .icon .arrow {
    color: #fff;
    background: #0e1323;
}
.team .item:hover .wrapper .icon .arrow span {
    color: #fff;
}
@media screen and (max-width: 991px) {
    .team .team-container {
        width: 100%;
    }
}


/* ======= Team Single style ======= */
.team-details {
    position: relative;
    margin-bottom: 45px;
}
.team-details .item {
    background: #fff;
    border-radius: 10px;
    border: 1px solid #cbdcec;
}
.team-details h5 {
    color: #0e1323;
    font-size: 32px;
}
.team-details .item img {
    border-radius: 10px 10px 0 0;
}
.team-details .item .wrap {
    flex-wrap: wrap;
    padding: 30px;
    border-radius: 0 0 10px 10px;
}
.team-details .item .wrap h3 {
    color: #0e1323;
    font-size: 24px;
    text-align: center;
    margin-bottom: 5px;
}
.team-details .item .wrap h5 {
    font-weight: 400;
    color: #326bff;
    font-size: 18px;
    text-align: center;
    margin-bottom: 15px;
}
.team-details .item .wrap .cont {
    width: 100%;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    padding: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #cbdcec;
}
.team-details .item .wrap .cont .coll {
    width: auto;
    max-width: auto;
}
.team-details .item .wrap .cont .coll h6 {
    font-size: 18px;
    line-height: 1.1em;
    white-space: normal;
    margin: 0;
    color: #0e1323;
}
.team-details .item .wrap .cont .coll p {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 400;
    white-space: normal;
    margin: 0;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
    transition: color .3s;
    color: #626d7a;
}
.team-details .item .wrap .social-icon {
    text-align: center;
    margin-bottom: 0px;
}
.team-details .item .wrap .social-icon a {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    border-radius: 100%;
    margin-right: 2px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    background: #326bff;
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
    transform-style: preserve-3d;
}
.team-details .item .wrap .social-icon a:hover {
    background: #326bff;
    color: #fff;
    -webkit-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s;
    transform: translate3d(0px, -3px, 0.01px);
}
.team-details .item .wrap .desc {
    padding: 43px 40px;
}
.team-details .item .wrap .desc .section-title {
    font-size: 27px;
    line-height: 1.3em;
    font-weight: 500;
    color: #326bff;
}
.team-details .item .wrap .desc .section-subtitle {
    color: #326bff;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.team-details .item .wrap .desc p {
    margin-bottom: 0;
}
/* team detail tabs */
.team-details .simpl-bord.nav-tabs {
    padding-bottom: 20px;
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
    border-bottom: 1px solid #cbdcec;
}
.team-details .simpl-bord .nav-item {
    margin-right: 50px;
}
.team-details .simpl-bord .nav-item:last-of-type {
    margin-right: 0;
}
.team-details .simpl-bord .nav-link {
    padding: 0;
    border: 0;
    background: transparent;
    font-weight: 700;
    cursor: pointer;
    color: #0e1323;
    font-size: 21px;
}
.team-details .simpl-bord .nav-link.active {
    color: #326bff;
}


/* ======= Services 1 style ======= */
.services1 {
    position: relative;
    overflow: hidden;
}

.services1 .item {
    border-radius: 0 5px 5px 0;
    overflow: hidden;
    margin-bottom: 30px;
}
.services1 .item .img {
    min-height: 350px;
    position: relative;
    overflow: hidden;
    transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    isolation: isolate;
    border-radius: 5px 0 0 5px;
}
.services1 .item .img .img-cover {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    border-radius: 5px 0 0 5px;
}
.services1 .item .img > img {
    transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
    border-radius: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.services1 .item:hover .img > img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.03, 1.03);
    transform: scale(1.03, 1.03);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.services1 .item .arrow {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    display: inline-table;
}
.services1 .item .arrow .icon a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 5px;
    font-size: 18px;
    color: #326bff;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.services1 .item:hover .arrow .icon a {
    background-color: #326bff;
    color: #fff;
}
.services1 .item .cont {
    padding: 60px 30px;
    background: #e7e7e7;
}



.services1 .item .infrastructure {
    padding: 10px 30px;
    /*background: #e7e7e7;*/
}



.services1 .item .cont .icon {
    font-size: 50px;
    color: #326bff;
    margin-bottom: 15px;
    display: block;
}


.services1 .item .cont h6 {

    font-size: 16px;
    padding: 10px 0;
    letter-spacing: 0.7px;

}

.services1 .item .cont h5 {
    font-size: 27px;
    margin-bottom: 15px;
    color: #0e1323;
}

.services1 .item .cont h5 a {
    color: #0e1323;
}
.services1 .item .cont p {
    margin-bottom: 0;
}
.rest {
    padding: 0 !important;
    margin: 0 !important;
}


/* ======= Services 2 style ======= */
.services2 {
    position: relative;
    overflow: hidden;
    padding: 90px 0px 70px 0px;
}


.video-gallery-sec{
    padding: 0px 0px 70px 0px;
}

.products-section-2 {
    padding: 30px 0px 70px 0px !important;
}


.services-spigot {

    padding: 30px 0px 70px 0px !important;
}
.services2 .services2-container {
    width: 140%;
    position: relative;
}
.services2 .item {
    position: relative;
    margin-bottom: 15px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    overflow: hidden;
    border-radius: 10px;
}
.services2 .item .img {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    border-radius: 10px;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.services2 .item .img:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .2)), to(transparent));
    background-image: linear-gradient(to top, rgba(0, 0, 0, .2) 0, transparent 100%);
    /*background-image: linear-gradient(to top, rgb(0 0 0 / 36%) 0, transparent 100%);*/
    border-radius: 10px;
}



.services2 .certified-item .img img  {

    padding: 10px !important;
  
}

.services2 .certified-item .img:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-image: none;
    background-image: none;
        background-image: none;
    border-radius: 10px;
}

/*.services2 .certified-item .con .arrow a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background-color: red !important;
    border-radius: 5px;
    font-size: 16px;
    color: #ffffff !important;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.services2 .certified-item .con .arrow a:hover {
    background-color: #00a4e0;
    color: #fff;
}*/




.services2 .item:hover  {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
    border-radius: 10px;
}

.services2 .item .con {
    position: absolute;
    bottom: 15px;
    left: 30px;
    right: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 2;
}

.services2 .item .con .title {
    font-family: 'Poppins', sans-serif;
    font-size: 16.5px;
    font-weight: 700;
    color: #000000;
}
.services2 .item .con .arrow {
    position: relative;
    display: block;
    top: 0px;
    transform: translateX(-66%);
    transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
    visibility: hidden;
    opacity: 0;
}
.services2 .item:hover .con .arrow {
    visibility: visible;
    transform: translateY(0%);
    opacity: 1;
}
.services2 .item .con .arrow a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 5px;
    font-size: 16px;
    color: #326bff;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.services2 .item .con .arrow a:hover {
    background-color: #00a4e0;
    color: #fff;
}
@media screen and (max-width: 991px) {
    .services2 .services2-container {
        width: 100%;
    }
}

.services2 p {
    color: #e8edf3;
}



.services2-bx-2 .section-subtitle::before {
    content: "";
    position: absolute;
    bottom: 3px;
    left: 0;
    right: 0;
    height: 2px;
    background-color: transparent !important;
}

.services2-bx-2 .section-subtitle {
    color: black !important;
}



/* ======= Services 3 style ======= */
.services3 {
    position: relative;
}
.services3 .item {
    background: #fff;
    padding: 45px 15px;
    -webkit-transition: .5s;
    transition: .5s;
    position: relative;
    z-index: 1;
    margin-bottom: 25px;
    line-height: 1;
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
    transform-style: preserve-3d;
    border: 1px solid #cbdcec;
}
.services3 .item:hover {
    background: #326bff;
    border: 1px solid #326bff;
    -webkit-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s;
    transform: translate3d(0px, -3px, 0.01px);
}
.services3 .item h5 {
    font-family: 'Poppins', sans-serif;
    font-size: 21px;
    font-weight: 700;
    color: #0e1323;
    margin-bottom: 0;
}
.services3 .item:hover h5 {
    color: #fff;
}
.services3 .item span,
.services3 .item i {
    font-size: 36px;
    color: #326bff;
    margin-bottom: 15px;
    display: inline-block;
    -webkit-transition: .5s;
    transition: .5s;
    font-weight: 100;
    background: #edf1fb;
    padding: 15px;
    border-radius: 100%;
    width: 80px;
    height: 80px;
    line-height: 50px;
}
.services3 .item:hover i,
.services3 .item:hover span {
    color: #0e1323;
}
.services3 .item p {
    margin: 0;
    color: #326bff;
}
.services3 .item .shape {
    position: absolute;
    opacity: 0.05;
    z-index: -1;
    bottom: -30px;
    left: 120px;
}
.services3 .item .shape i,
.services3 .item .shape span {
    font-size: 120px;
    color: #326bff;
}
.services3 .item:hover .shape i,
.services3 .item:hover .shape span {
    color: #0e1323;
}
.services3 .bg-img {
    width: 46%;
    height: 659px;
    border-radius: 0 500px 500px 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
}


/* ======= Services box style ======= */
.services-box {
    position: relative;
    padding: 100px;
}
.services-box .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
}
.services-box .item .icon {
    color: #326bff;
    margin-right: 20px;
}
.services-box .item .icon:before {
    font-size: 60px;
    line-height: 60px;
    font-style: normal;
}
.services-box .item h5 {
    margin-bottom: 5px;
    font-size: 24px;
}
.services-box .item p {
    font-size: 18px;
}


/* ======= Pricing style ======= */
.pricing .item {
    padding: 60px 40px;
    border-radius: 10px;
    background: #0e1323;
}
.pricing .item h5 {
    font-size: 30px;
    color: #fff;
}
.pricing .item p {
    color: #326bff;
}
.pricing ul,
.pricing ol {
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.pricing li {
    list-style: inside disc;
    color: #626d7a;
}
.pricing li::marker {
    color: #326bff;
}
.pricing .item .cont {
    display: flex;
    grid-gap: 20px;
    gap: 20px;
    align-items: anchor-center;
    align-items: center;
}
.pricing .item .cont h3 {
    font-size: 36px;
    margin-bottom: 0;
}
.pricing .item .cont h3 span {
    font-size: 24px;
    display: inline-block;
}
.pricing .item .cont h3 i {
    font-size: 18px;
    display: inline-block;
    font-style: normal;
}


/* ======= Pricing 2 style ======= */
.pricing2 {
    outline: none;
    outline: 0;
    border: none;
    box-shadow: none;
}
.pricing2 .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    outline: none;
}
.pricing2 .list .item {
    line-height: 35px;
}
.pricing2 .list .flex .title {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 18px;
    font-weight: 400;
}
.pricing2 .list .flex .dots {
    flex-grow: 1;
    position: relative;
    margin: 0 20px;
}
.pricing2 .list .flex .dots:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    border-bottom: 1px dashed #cbdcec;
}
.pricing2 .list .flex .price {
    margin-left: auto;
    font-size: 18px;
    color: #0e1323;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
}
.pricing2 .list .img {
    display: block;
    float: left;
    position: relative;
    top: 0px;
    margin-right: 15px;
    border-radius: 50%;
}
.pricing2 .list .img img {
    border-radius: 50%;
    height: 60px;
    width: 60px;
}


/* =======  Video Background style  ======= */
.video-fullscreen-wrap {
    position: relative;
    min-height: calc(100vh - 100px);
    overflow: hidden;
}
.video-fullscreen-video {
    height: calc(100vh - 100px);
}
.video-fullscreen-wrap video {
    width: 100vw;
    min-width: 100%;
    min-height: calc(100vh - 100px);
    -o-object-fit: cover;
    object-fit: cover;
}
.video-fullscreen-wrap .video-fullscreen-inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.video-lauch-wrapper {
    border: none;
    background: none;
    width: 100%;
    padding: 0;
}
.video-fullscreen-wrap .overlay {
    opacity: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    box-sizing: border-box;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 4;
}
.position-relative {
    position: relative !important;
}
.position-relative {
    position: relative !important;
}
.video-fullscreen-wrap .video-fullscreen-inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: right;
}
.video-lauch-wrapper {
    border: none;
    background: none;
    width: 100%;
    padding: 0;
}
.video-fullscreen-wrap .overlay {
    /*  background-image: linear-gradient(to bottom right, #000000, #000000);*/
    opacity: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    box-sizing: border-box;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 4;
}
.position-relative {
    position: relative !important;
}
.video-fullscreen-wrap .v-middle {
    z-index: 9;
}


/* ======= Gallery style ======= */
.gallery-filter {
    width: 100%;
    padding-bottom: 30px;
    padding-left: 0px;
    position: relative;
}
.gallery-filter li {
    font-size: 24px;
    font-weight: 700;
    margin-right: 15px;
    display: inline-block;
    cursor: pointer;
    color: #0e1323;
}
.gallery-filter li:last-child {
    margin-right: 0;
}
.gallery-filter li.active {
    color: #326bff;
    content: "";
    left: 0;
    bottom: 0px;
    border-bottom: 2px solid #cbdcec;
    -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.gallery-filter li:hover {
    color: #326bff;
}
.gallery-item-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    -webkit-transition: all 1.25s cubic-bezier(.01, .71, .26, .94);
    -moz-transition: all 1.25s cubic-bezier(.01, .71, .26, .94);
    transition: all 1.25s cubic-bezier(.01, .71, .26, .94);
    border-radius: 6px;
}
.gallery-box {
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    border-radius: 6px;
    isolation: isolate;
}
.gallery-box .gallery-img {
    position: relative;
    overflow: hidden;
    transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.gallery-box .gallery-img:after {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
    overflow: hidden;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.gallery-box .gallery-img > img {
    transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
    border-radius: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.gallery-box:hover .gallery-img > img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.06, 1.06);
    transform: scale(1.06, 1.06);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.gallery-box .gallery-detail {
    position: absolute;
    opacity: 0;
    transform: translateX(-20px);
    transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    padding: 30px 20px;
    bottom: 0;
}
.gallery-box .gallery-detail h4 {
    font-size: 27px;
    color: #fff;
    margin-bottom: 0;
}
.gallery-box .gallery-detail p {
    color: #fff;
    margin-bottom: 0;
}
.gallery-box:hover .gallery-detail {
    opacity: 1;
    transform: translateX(0px);
}
/* overlay */
.gallery-box .overlay-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(to top, rgba(14,19,35,0.8), rgba(14,19,35,0));
    z-index: 1; 
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.5s ease;
}
.gallery-box:hover .overlay-bottom {
    opacity: 1;
}
.gallery-box .gallery-detail {
    position: absolute;
    bottom: 10px;
    left: 20px;
    z-index: 2;
    color: #fff;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}
.gallery-box:hover .gallery-detail {
    opacity: 1;
    transform: translateY(0);
}
/* magnific popup custom */
.mfp-counter {
    display: none;
}
.mfp-figure button {
    border: 0px solid transparent;
}
button.mfp-close,
button.mfp-arrow {
    border: 0px solid transparent;
    background: transparent;
}
.mfp-bg,
body.mfp-zoom-out-cur {
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
    height: 100% !important;
}


/* ======= Before-After style ======= */
.before-after {
        position: relative;
    } 
.before-after .item {
      position: relative;
      width: 100%;
      height: auto;
      border-radius: 10px;
      overflow: hidden;
    }
.before-after .item img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      user-select: none;
      -webkit-user-drag: none;
    }
.before-after .item .item-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 50%;
      height: 100%;
      overflow: hidden;
      transition: width 0.2s ease-out;
    }
.before-after .item .handle {
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      height: 100%;
      width: 40px;
      cursor: ew-resize;
      z-index: 5;
      display: flex;
      justify-content: center;
      align-items: center;
    }
.before-after .item .handle-line {
      width: 4px;
      height: 100%;
      background: rgba(255,255,255,0.9);
      border-radius: 2px;
      box-shadow: 0 0 8px rgba(0,0,0,0.2);
    }
.before-after .item .handle-circle {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 28px;
      height: 28px;
      border-radius: 50%;
      background: #326bff;
      border: 3px solid #fff;
      box-shadow: 0 4px 12px rgba(0,0,0,0.3);
    }

     .before-after   .before-after-detls-bx-1 {
        display: flex;
        align-items: center;
     }

    .before-after .before-after-detls h1{
        /*padding-top: 100px;*/
            font-size: 56px;
    }
    

/* =======  Testimonials style  ======= */
.testimonials {
    position: relative;
    overflow: hidden;
}
.testimonials .item {
    padding: 45px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    background-color: #fff;
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
    transform-style: preserve-3d;
}
.testimonials .item:hover {
    -webkit-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s;
    transform: translate3d(0px, -3px, 0.01px);
}
.testimonials .item .info p {
    margin-bottom: 40px;
    line-height: 1.75em;
    font-weight: 400;
    font-size: 18px;
}
.testimonials .item .info p span {
    font-size: 24px;
    color: #326bff;
    font-weight: 700;
}
.testimonials .item .review-title {
    display: flex;
    align-items: center;
}
.testimonials .item .review-title .img {
    position: relative;
    width: 80px;
    height: 80px;
    margin-right: 15px;
    flex-shrink: 0;
}
.testimonials .item .review-title .img-inner {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
}
.testimonials .item .review-title .img-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    display: block;
    transition: 1000ms ease-in-out;
}
.testimonials .item .review-title .quote-img {
    width: 43px;
    height: 43px;
    border-radius: 50%;
    background: #326bff;
    position: absolute;
    top: -15px;
    left: -15px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    /* quote önde kalsın */
    transition: 400ms ease-in-out;
}
.testimonials .item .review-title .quote-img img {
    width: 60%;
    height: auto;
}
.testimonials .item .review-title .quote-icon {
    position: absolute;
    top: -15px;
    left: -15px;
    width: 43px;
    height: 43px;
    border-radius: 50%;
    background: #326bff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    transition: 400ms ease-in-out;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
.testimonials .item .review-title .quote-icon i {
    font-size: 20px;
    color: #fff;
}
.testimonials .item:hover .review-title .quote-icon {
    transform: rotateY(180deg);
    background: #326bff;
}
.testimonials .item:hover .review-title .quote-icon i {
    color: #fff;
}
.testimonials .item:hover .img-inner > img {
    scale: 1.05;
    transform: rotateZ(10deg);
}
.testimonials .item .review-title .text-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.testimonials .item .review-title h6 {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}
.testimonials .item .review-title .icons {
    color: #fd961e;
    font-size: 12px;
    line-height: 1.1em;
    letter-spacing: 1px;
}
@media screen and (max-width: 991px) {
    .testimonials .item .info {
        margin: 0px 0 0 0 !important;
    }
}


/* ======= Promo Video style ======= */
/* play button */
.vid-area h5 {
    font-size: 27px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 30px;
}
.play-button {
    position: relative;
    margin: auto;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    z-index: 4;
}
.play-button svg {
    position: absolute;
    width: 100%;
    height: 100%;
}
.circle-fill circle {
    opacity: 1;
    fill: rgba(145, 165, 56, 0.7);
}
.polygon {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 90px;
    font-size: 35px;
    z-index: 2;
}
.play-button svg.circle-fill {
    z-index: 1;
    stroke-dasharray: 322;
    stroke-dashoffset: 322;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.play-button:hover svg.circle-fill {
    stroke-dashoffset: 38.5;
}
.play-button svg.circle-track {
    z-index: 0;
}
.play-button.color {
    color: #0e1323;
}
.play-button.color .circle-fill circle {
    fill: #0e1323;
}
/* video section */
.video-wrapper {
    background-position: center;
}
.video-wrapper .vid {
    position: relative;
    z-index: 8;
}
.video-wrapper .vid .vid-butn:hover .icon {
    color: #326bff;
    border: 2px solid #326bff;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}
.video-wrapper .vid .vid-butn .icon {
    color: #fff;
    width: 90px;
    height: 90px;
    border: 2px solid #fff;
    border-radius: 50%;
    line-height: 95px;
    text-align: center;
    font-size: 40px;
    position: relative;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
/* video gallery */
.video-gallery-button {
    position: relative;
    margin: auto;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    z-index: 4;
    margin-left: 15px;
    float: right;
}
.video-gallery-polygon {
    z-index: 2;
    padding-left: 5px;
    display: inline-block;
    position: absolute;
    bottom: 15px;
    right: 15px;
    background: #326bff;
    border-radius: 50%;
    color: #fff;
    padding: 12px 11px 12px 13px;
    line-height: 0;
    box-shadow: 0px 0px 0px 5px rgb(255 255 255 / 10%);
}
.video-gallery-polygon:hover {
    background: #fff;
    color: #326bff;
}
.vid-area .vid-icon {
    overflow: hidden;
    position: relative;
    border-radius: 6px;
}
.vid-area .vid-icon img:hover {
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05);
}
.vid-area .vid-icon img {
    transform: scale(1);
    transition: transform 500ms ease;
    border-radius: 6px;
}


/* ======= FAQs (Accordion) style  ======= */
.accordion-box {
    position: relative;
    padding: 0px;
}
.accordion-box .block {
    position: relative;
    background: #fff;
    border: 1px solid #cbdcec;
    margin-bottom: 15px;
    border-radius: 10px;
}
.accordion-box .block.active-block {
    border-radius: 10px;
    border: 1px solid #cbdcec;
}
.accordion-box .block:last-child {
    margin-bottom: 0;
}
.accordion-box .block .acc-btn {
    position: relative;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    cursor: pointer;
    padding: 15px;
    color: #0e1323;
    transition: all 500ms ease;
}
.accordion-box .block .acc-btn span {
    background: #edf1fb;
    color: #326bff;
    height: 40px;
    width: 40px;
    font-weight: 600;
    font-size: 16px;
    border-radius: 50% !important;
    align-items: center !important;
    justify-content: center !important;
    display: inline-flex;
    margin-right: 10px !important;
}
.accordion-box .block .acc-btn:hover {
    color: #0e1323;
}
.accordion-box .block .acc-btn:before {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 14px;
    color: #626d7a;
    content: "\f107";
    font-family: "Font Awesome 6 Pro";
    font-weight: 300;
    transition: all 500ms ease;
    background: transparent;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 100%;
}
.accordion-box .block .acc-btn.active {
    background-color: #fff;
    color: #0e1323;
    border-radius: 10px 10px 0 0;
}
.accordion-box .block .acc-btn.active:before {
    color: #0e1323;
    content: "\f106";
    font-family: "Font Awesome 6 Pro";
}
.accordion-box .block .acc-content {
    position: relative;
    display: none;
    background-color: #fff;
    border-radius: 0 0 10px 10px;
}
.accordion-box .block .content {
    position: relative;
    padding: 0px 30px 30px 30px;
}
.accordion-box .block .acc-content.current {
    display: block;
}
.accordion-box .block .content p {
    display: block;
    position: relative;
    color: #626d7a;
    margin-bottom: 0;
}

/* ======= Blog style ======= */
.blog {
    position: relative;
}

.blog-section-padding {
   padding: 80px 0px 60px 0px;
}


.blog .item {
    position: relative;
    border-radius: 5px;
    transition: all 0.4s ease;
    background: #fff;
    -webkit-transition: all 350ms cubic-bezier(.37, 0, .63, 1);
    transition: all 350ms cubic-bezier(.37, 0, .63, 1);
}
.blog .item:hover {
    transform: translateY(-10px);
}
.blog .item .img {
    overflow: hidden;
    border-radius: 5px 5px 0 0;
}
.blog .item .img .cat {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 5px 20px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-left: 10px;
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 600;
    background: rgba(255, 255, 255, 0.8);
    color: #0e1323;
    opacity: 0;
}
.blog .item:hover .img .cat {
    background: rgba(255, 255, 255, 0.8);
    opacity: 1;
}
.blog .item .cont {
       padding: 33px;
    position: relative;
    z-index: 2;
    background: #e7e7e7;
    border-radius: 0 0 5px 5px;
}
.blog .item .cont h4 {
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #0e1323;
    letter-spacing: 0px;
}
.blog .item .cont h4 a {
    text-decoration: none;
    color: #0e1323;
}
.blog .item .cont p {
    color: #626d7a;
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 15px;
}
/* blog box author */
.blog .item * {
    transition: all 0.45s ease-out;
}
.blog .item .cont .author {
    position: absolute;
    display: contents;
}
.blog .item .cont .author > div {
    position: relative;
    height: 25px;
    overflow: hidden;
}
.blog .item .cont .author h5 {
    position: absolute;
    left: 0;
    margin: 0;
    bottom: 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #0e1323;
    letter-spacing: 0px;
}
.blog .item .cont .author h5:nth-of-type(2) {
    opacity: 0;
    transform: translateY(150%);
}
.blog .item:hover .cont .author h5:first-of-type,
.blog .item:focus .cont .author h5:first-of-type {
    transform: translateY(150%);
    opacity: 0;
}
.blog .item:hover .cont .author h5:nth-of-type(2),
.blog .item:focus .cont .author h5:nth-of-type(2) {
    opacity: 1;
    transform: translateY(0);
}
.blog .item .cont .author h5 a.text-decoration-line-bottom {
    border-bottom: 1px solid #cbdcec;
}
.blog .item .cont .author h5:hover a.text-decoration-line-bottom {
    border-bottom: 1px solid #cbdcec;
}
.blog .item .cont .author h5:hover a {
    color: #f70529;
}
/* pagination */
.pagination-wrap {
    padding: 0;
    margin: 0;
}
.pagination-wrap li {
    display: inline-block;
    margin: 0 5px;
}
.pagination-wrap li a {
    background: #fff;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #0e1323;
    font-weight: 600;
    font-size: 16px;
    border: 1px solid #fff;
    border-radius: 100%;
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
    transform-style: preserve-3d;
}
.pagination-wrap li a i {
    font-size: 16px;
}
.pagination-wrap li a:hover {
    opacity: 1;
    text-decoration: none;
    background: #326bff;
    border: 1px solid #326bff;
    color: #fff;
    transform: translate3d(0px, -6px, 0.01px);
}
.pagination-wrap li a.active {
    background-color: #326bff;
    border: 1px solid #326bff;
    color: #fff;
}
@media screen and (max-width: 991px) {
    .blog .item {
        margin-bottom: 30px;
    }
    .blog .item .cont {
        padding: 40px 20px;
    }
    .pagination-wrap {
        padding: 0;
        margin: 0;
        text-align: center;
    }
}


/* ======= Blog Sidebar style ======= */
.blog-sidebar .widget {
    background: #fff;
    padding: 30px;
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 6px;
    border: none;
}
.blog-sidebar .widget ul {
    margin-bottom: 0;
    padding: 0;
}
.blog-sidebar .widget ul li {
    font-size: 18px;
    line-height: 1.75em;
    margin-bottom: 15px;
    color: #626d7a;
    font-weight: 500;
}
.blog-sidebar .widget ul li a {
    color: #626d7a;
}
.blog-sidebar .widget ul li a.active {
    color: #326bff;
}
.blog-sidebar .widget ul li a:hover {
    color: #00a4e0;
}
.blog-sidebar .widget ul li:last-child {
    margin-bottom: 0;
}
.blog-sidebar .widget ul li i {
    font-size: 12px;
    margin-right: 12px;
    color: #326bff;
}
.blog-sidebar .widget .recent li {
    display: block;
    overflow: hidden;
}
.blog-sidebar .widget .recent .thum {
    width: 150px;
    overflow: hidden;
    float: left;
    border-radius: 5px;
    margin-right: 15px;
}
.blog-sidebar .widget .recent a {
    display: block;
    margin-left: 140px;
    padding-top: 30px;
}
.blog-sidebar .widget-title {
    margin-bottom: 15px;
}
.blog-sidebar .widget-title h6 {
    padding-bottom: 15px;
    border-bottom: 1px solid #cbdcec;
    font-size: 24px;
    margin-bottom: 15px;
    color: #0e1323;
}
.blog-sidebar .search form {
    position: relative;
}
.blog-sidebar .search form input {
    width: 100%;
    padding: 15px 20px;
    border: 0;
    background: #edf1fb;
    margin-bottom: 0;
    border: none;
    color: #626d7a;
    border-radius: 30px;
}
.blog-sidebar .search form input::placeholder {
    color: #626d7a;
}
.blog-sidebar .search form button {
    height: 50px;
    width: 50px;
    line-height: 50px;
    border: none;
    background: #326bff;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    outline: none;
    padding: 0px 16px;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    top: 5px;
    right: 5px;
    border-radius: 100%;
    outline: none;
}
.blog-sidebar button[type="submit"] i {
    margin-right: 0px;
    color: #fff;
}
.blog-sidebar .search:hover form button {
    background-color: #326bff;
    color: #fff;
    outline: none;
}
.blog-sidebar .tags li {
    margin: 4px !important;
    padding: 8px 24px;
    background-color: #326bff;
    color: #fff;
    float: left;
    border-radius: 5px;
}
.blog-sidebar ul.tags li a {
    font-size: 16px;
    color: #fff;
}
.blog-sidebar ul.tags li:hover,
.blog-sidebar ul.tags li:hover a {
    background-color: #326bff;
    color: #fff;
}


/* ======= Post style ======= */
.post h5 {
    font-size: 24px;
}
.post-comment-section {
    margin-top: 60px;
}
.post-comment-section h3 {
    font-size: 21px;
    color: #326bff;
    margin-bottom: 15px;
}
.post-comment-section h3 span {
    font-size: 15px;
    color: #326bff;
    margin-left: 15px;
    font-weight: 400;
}
.post-caption h1 {
    margin-bottom: 15px;
    font-size: 40px;
    text-transform: uppercase;
}
.post-comment-wrap {
    display: flex;
    margin-bottom: 60px;
}
.post-user-comment {
    margin-right: 20px;
    flex: 0 0 auto;
}
.post-user-comment img {
    border-radius: 100%;
    width: 100px;
}
.post-user-content {
    margin-right: 26px;
}

/* ======= Page style ======= */
.page {
    position: relative;
}
.page h4 {
    font-size: 30px;
    color: #0e1323;
}
.page h6 {
    font-size: 18px;
    color: #0e1323;
}
.page .img-cover {
    overflow: hidden;
    border-radius: 10px;
}
/* list */
.page-list {
    position: relative;
    display: block;
}
.page-list li {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.page-list li + li {
    margin-top: 5px;
}
.page-list-icon {
    align-items: center;
    background: transparent;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 100%;
    border: 1px solid #cbdcec;
}
.page-list-icon span {
    font-size: 12px;
    color: #ffffff;
}
.page-list-text {
    margin-left: 10px;
}
.page-list-text p {
    font-size: 18px;
    margin: 0;
    color: #0e1323;
}


/* ======= Appointment style ======= */
.appointment h4 {
    font-size: 42px;
    margin-bottom: 30px;
    color: #fff;
}
.appointment h4 span {
    color: #00A2E3 !important;
}
.appointment .help {
    display: flex;
    align-items: center;
}
.appointment .help .icon {
    position: relative;
    top: 0;
    background: #00A2E3;
    color: #fff;
    width: 60px;
    height: 60px;
    line-height: 70px;
    text-align: center;
    border-radius: 100%;
}
.appointment .help .icon i {
    font-size: 30px;
}
.appointment .help .text {
    margin-left: 15px;
}
.appointment .help .text p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    margin-bottom: 0;
}
.appointment .help .text a {
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #fff !important;
}


/* ======= Scrolling style ======= */
.scrolling {
    background: linear-gradient(90deg, #00A2E3 0%, #0e1323 100%);
    padding: 40px 0;
}
.scrolling.scrolling-ticker {
    padding: 30px 0;
}
.scrolling.scrolling-ticker .wrapper {
    --gap: 30px;
    position: relative;
    display: flex;
    overflow: hidden;
    user-select: none;
    gap: var(--gap);
    align-items: center;
}
.scrolling.scrolling-ticker .wrapper .content {
    flex-shrink: 0;
    display: flex;
    gap: var(--gap);
    min-width: 100%;
    animation: scroll 50s linear infinite;
}
.scrolling.scrolling-ticker .wrapper .content span {
    font-family: 'Poppins', sans-serif;
    display: inline-flex;
    align-items: center;
    font-size: 20px;
    line-height: 1.2em;
    font-weight: 700;
    color: #fff;
    vertical-align: middle;
}


.scrolling.scrolling-ticker .wrapper .content span:hover {

    color: #f70529;
    
}



.scrolling.scrolling-ticker .wrapper .content span img {
    width: 100%;
    max-width: 24px;
    margin-right: 30px;
}
@keyframes scroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(calc(-100% - var(--gap)));
    }
}
@media only screen and (max-width: 991px) {
    .scrolling {
        padding: 15px 0;
    }
    .scrolling.scrolling-ticker .wrapper {
        --gap: 20px;
    }
    .scrolling.scrolling-ticker .wrapper .content span {
        font-size: 24px;
    }
    .scrolling.scrolling-ticker .wrapper .content span img {
        max-width: 20px;
        margin-right: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .scrolling.scrolling-ticker .wrapper {
        --gap: 15px;
    }
    .scrolling.scrolling-ticker .wrapper .content span {
        font-size: 24px;
    }
    .scrolling.scrolling-ticker .wrapper .content span img {
        max-width: 15px;
        margin-right: 15px;
    }
}
.feather-shadow {
    mask-image: linear-gradient(to right, transparent 0, #000 20%, #000 80%, transparent 100%);
    -webkit-mask-image: linear-gradient(to right, transparent 0, #000 20%, #000 80%, transparent 100%);
}
.feather-shadow2 {
    mask-image: linear-gradient(to right, transparent 6%, #000 20%, #000 80%, transparent 92%);
    -webkit-mask-image: linear-gradient(to right, transparent 6%, #000 20%, #000 80%, transparent 92%);
}


/* ======= Contact style ======= */
/* maps */
.google-maps {
    width: 100%;
    height: 550px;
    display: block;
    border: none;
}
.map {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.contact-form {
    width: 100%;
    display: block;
    position: relative;
    z-index: 1;
}
.contact-form h3 {
    color: #0e1323;
    font-size: 32px;
    margin-bottom: 30px;
}
.contact-form h3 span {
    color: #326bff;
}
/* info box */
.info-box .item {
    display: flex;
    align-items: flex-start;   /* KEY: align icon with heading */
    gap: 16px;
    margin-bottom: 24px;
}

/* ICON */
.info-box .item .icon {
    flex: 0 0 56px;            /* fixed icon column */
    height: 56px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #edf1fb;
    color: #326bff;
    border-radius: 50%;
    font-size: 24px;
}

/* CONTENT */
.info-box .item .item-content {
    flex: 1;
}



.info-box .item .icon:before {
    font-size: 27px;
    font-weight: 300;
}
.info-box .item h5 {
    color: #0e1323;
    margin-bottom: 0px;
    font-size: 21px;
    margin-top: 5px;
}
.info-box .item h6 {
    color: #326bff;
    margin-bottom: 0px;
    font-size: 22px;
}
.info-box .item p {
    font-size: 16px;
    margin-bottom: 0;
}


.info-box .item .address-title{
    font-size: 16px;
    padding: 16px 0 5px 0;
    color: #626d7a;
}




.info-box .item .address-title-2{
    font-size: 16px;
    padding: 13px 0 5px 0;
    color: #626d7a;
}


/* worktime */
.worktime {
    position: relative;
    background: transparent;
    padding: 40px;
    border-radius: 10px;
    border: 1px solid #cbdcec;
}
.worktime ul {
    margin: 0;
    padding: 0;
}
.worktime ul li .tit,
.worktime ul li .dots,
.worktime ul li span {
    display: table-cell;
    white-space: nowrap;
}
.worktime ul li {
    margin-bottom: 15px;
    font-size: 18px;
}
.worktime ul li:last-of-type {
    margin-bottom: 0;
}
.worktime ul li span {
    white-space: nowrap;
    padding-left: 10px;
    color: #626d7a;
}
.worktime ul li .tit {
    padding-right: 10px;
    color: #626d7a;
}
.worktime ul li .dots {
    height: 0px;
    width: 100%;
    border-bottom: 1px dashed #cbdcec;
    position: relative;
    top: -7px;
}
/* form-group */
.form-group {
    position: relative;
}
.form-group .form-icon {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-top: 2px;
    left: 25px;
    pointer-events: none;
}
.form-group .form-icon i {
    color: #626d7a !important;
}
.form-group input,
.form-group select,
.form-group textarea {
    padding-left: 55px;
}
.form-group.form-textarea .form-icon {
    top: 15px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}


/* ======= 404 Page style ======= */
.notfound {
    min-height: calc(100vh - 100px);
    position: relative;
    background-blend-mode: overlay;
    background: rgba(14, 19, 35, .5);
    background-image: url("../img/slider/9.jpg");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: #fff;
}

@media (max-width: 767px) {
    .404 {
        min-height: calc(100vh - 100px);
    }
}
.notfound .item {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding: 30px 15px;
}
.notfound h6 {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}
.notfound h3 {
    font-size: 45px;
    color: #fff;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 0px;
}
.notfound h2 {
    font-size: 40px;
    color: #fff;
    position: relative;
    margin-bottom: 5px;
}
.notfound h2 span {
    color: #326bff;
}
.notfound h1 {
    font-size: 240px;
    line-height: 160px;
    position: relative;
    margin-bottom: 30px;
    color: transparent;
    -webkit-text-stroke: 2px #fff;
    opacity: .8;
}
.notfound h1 span {
    color: #326bff;
    font-style: italic;
}
.notfound p {
    color: #fff;
    font-size: 18px;
}
/* notfound form */
.notfound form {
    margin-top: 30px;
    position: relative;
}
.notfound form input {
    width: 100%;
    padding: 15px 50px 15px 20px;
    background-color: transparent;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 50px;
    color: #fff;
    margin-bottom: 15px;
    outline: none;
}
.notfound form input:active,
.notfound form input:focus {
    border: 2px solid #326bff;
}
.notfound form input::placeholder {
    color: #fff;
}
.notfound form button {
    background-color: #326bff;
    border-radius: 100%;
    color: #fff;
    border: 0;
    position: absolute;
    top: 6px;
    right: 7px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 400;
    outline: none;
    height: 53px;
    width: 53px;
    line-height: 53px;
    text-align: center;
}
.notfound form button:hover {
    background-color: #fff;
    color: #326bff;
    outline: none;
}


/* ======= Button style ======= */
.btn-wrap {
    display: inline-flex;
    align-items: center;
    gap: 30px 58px;
    flex-wrap: wrap;
}


.btn-wrap-btn-2{
    display: inline-flex;
    align-items: center;
    gap: 23px 25px;
    flex-wrap: wrap;
}


.btn-wrap .button-1 {
    overflow: hidden;
    z-index: 1;
    position: relative;
    display: inline-block;
    flex: 0 0 auto;
    background: #f70529;
    font-size: 18px;
    line-height: 1;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: #fff;
    padding: 20px 39px;
    border-radius: 40px;
    transition: 0.2s transform ease-in-out;
    will-change: transform;
    transition: 400ms;
    cursor: pointer;
    border: 1px solid transparent;
}



.btn-wrap-btn-2 .button-download-brochure {
    overflow: hidden;
    z-index: 1;
    position: relative;
    display: inline-block;
    flex: 0 0 auto;
    background: #004e7d;
    font-size: 17px;
    line-height: 1;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: #fff;
    padding: 20px 39px;
    border-radius: 40px;
    transition: 0.2s transform ease-in-out;
    will-change: transform;
    transition: 400ms;
    cursor: pointer;
    border: 1px solid transparent;
}






.btn-wrap .button-1::after {
    background: #fff;
    content: "";
    height: 24px;
    width: 24px;
    border-radius: 50%;
    position: absolute;
    right: 34px;
    top: 30%;
    z-index: -1;
    transition: 400ms ease;
    scale: 1;
}
.btn-wrap .button-1 .icon {
    position: relative;
    z-index: 1;
    display: inline-block;
    font-size: 14px;
    margin-left: 11px;
    color: #00a4e0;
}
.btn-wrap .button-1:hover {
    color: #326bff !important;
    border-color: #00a4e1;
}
.btn-wrap .button-1:hover::after {
    scale: 21;
}
.btn-wrap .button-1:hover .text {
    color: #00a4e1 !important;
}
/* call button */
.btn-wrap .call-button {
    display: flex;
    align-items: center;
    gap: 18px;
}
.btn-wrap .call-button .icon {
    flex: 0 0 auto;
    position: relative;
    font-size: 24px;
    width: 62px;
    height: 62px;
    border-radius: 50%;
    background: #0e1323;
    text-align: center;
    line-height: 62px;
    color: #fff;
    transition: 0.4s ease-in-out;
    overflow: hidden;
}
.btn-wrap .call-button .icon i {
    display: inline-block;
    transition: 400ms;
    color: #fff;
}
.btn-wrap .call-button .icon:hover i {
    animation: chy-call-2 0.5s ease-in-out;
    color: #fff;
}
@keyframes chy-call-2 {
    25% {
        transform: translateX(60px);
    }
    50% {
        transform: translateX(-60px);
        opacity: 0;
    }
    100% {
        transform: translateX(0px);
    }
}
.btn-wrap .call-button .cont .text {
    font-size: 16px;
    font-weight: 500;
    color: #626d7a;
    display: block;
    line-height: 1.1em;
    margin-bottom: 5px;
}
.btn-wrap .call-button .cont .phone {
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #0e1323;
    line-height: 1;
    transition: 0.4s ease-in-out;
    padding: 0;
    margin: 0;
}
.btn-wrap .call-button .cont .phone:hover {
    color: #0e1323;
}


/* ======= Footer style ======= */
.footer {
     /*background-image: url('../img/footer-bg.png');*/
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
    background-color: #e7e7e7;
}





.footer-logo {
    width: 137px;
    margin-bottom: 15px;
    display: flex;
}

.footer-logo .logo-img{
    border-right: 1px solid #c3c3c336;
}


.footer-logo h2 {
    font-size: 27px;
    display: flex;
    width: 100%;
    position: relative;
    color: #fff;
    margin-bottom: 0;
    padding: 0;
    line-height: 1.1em;
}
.footer-logo h2 span {
    color: #326bff;
}
.footer .widget .widget-title {
    font-size: 24px;
    color: #00A2E3;
    margin-bottom: 30px;
    margin-top: 10px;
}
/* first footer */
.first-footer {
    padding: 90px 0 0 0;
}
/* footer icon */
.footer-icon {
    width: 65px;
    max-height: 65px;
    min-height: 65px;
    min-width: 65px;
    background-color: #00A2E3;
    color: #fff;
    font-size: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100%;
}
.footer-icon i {
    width: 100%;
    text-align: center;
}
/* footer link */
.links.dark {
    border-style: solid;
    border-width: 1px;
    border-color: rgba(255, 255, 255, 0.1);
    background-color: #0e1323;
    box-shadow: none;
    border-radius: 0px;
}
.links.dark.footer-contact-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    padding: 20px 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 10px;
}
.footer-contact-links-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.footer-contact-links-divider {
    width: 1px;
    min-height: 100%;
    margin-right: 20px;
    margin-left: 20px;
    background-color: rgba(255, 255, 255, 0.1);
}
.footer-contact-link-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #0e1323;
    text-decoration: none;
}
.image-wrapper.footer-contact-link-icon {
    margin-right: 22px;
}
.footer-contact-link-wrapper h6 {
    font-family: 'Poppins', sans-serif;
    color: #fff;
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 0px;
    margin-top: 5px;
}
.footer-contact-link-wrapper p {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 0px;
}
/* second footer */
.second-footer {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0px 30px   ;
}
.second-footer .widget-area .widget {
    /*padding: 30px 0;*/
    padding: 47px 0 20px 0;
}
.second-footer .widget-area .widget p {
    color: #000000e0;
    margin-bottom: 16px;
}
/* usefull links */
.footer .usful-links ul {
    margin: 0 0 0 5px;
    padding: 0;
}
.footer .usful-links ul li {
    margin-bottom: 7px;
}
.footer .usful-links ul li:hover {
    color: #326bff;
}
.footer .usful-links ul li i {
    font-size: 7px;
    margin-right: 3px;
}
.footer .usful-links ul li a {
    color: #000000e0;  
    position: relative;
    padding-left: 20px;
    font-size: 17.5;
}
.footer .usful-links ul li a:after {
    width: 6px;
    height: 6px;
    content: "";
    background: #9ea3a5d6;
    border-radius: 50%;
    display: block;
    position: absolute;
    left: 0;
    top: 13px;
}
.footer .usful-links ul li a:hover {
    color: #00A2E3;
}

.offset-pl-bx-1.widget-area {
    padding-left: 90px;
}




.offset-pl-bx-1.widget-area {
    padding-left: 70px;
}


.offset-pl-bx-1-1.widget-area {
    padding-left: 60px;
}

.offset-pl-bx-1-1-2.widget-area {
    padding-right: 60px;
}







 .widget-area-pt-bx {
    padding-top: 57px !important;
}

.col-md-3.offset-pl.widget-area {
    padding-left: 51px;
}


@media screen and (max-width: 767px) {

    .offset-pl-bx-1-1.widget-area {
    padding-left: 15px;
}

.services1 .item .infrastructure {
    padding: 10px 0px;
    background: #e7e7e7;
}

}




/* bottom footer */
.copyright {
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 2px solid #2e2e2e14;
}
.copyright p {
    color: #000000;
    font-size: 15px;
}
.copyright p a {
    /*background: linear-gradient(to bottom, #326bff 0%, #326bff 100%);*/
    background-position: 0 100%;
    background-repeat: repeat-x;
    background-size: 1px 1px;
    color: #f60128;
    text-decoration: none;
    transition: background-size .2s;
    font-weight: 600;
}
.copyright p a:hover {
    color: #00a4e0;
}

.copyright .copyright-right-bx {
    text-align: end;
    padding-right: 50px;
}


/* social icons */
.social-icons li {
    display: inline-block;
    border: none;
    z-index: 1;
    position: relative;
    text-align: center;
    font-size: 16px;
    background: transparent;
    color: #fff;
    font-weight: 400;
    border-radius: 0;
    margin-right: 5px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 100%;
}
.social-icons li a {
    display: block;
    text-align: center;
    color: #fff;
}
.footer .social-icons li > a {
      width: 40px;
    height: 40px;
    line-height: 40px;
}
.social-icons li a:hover {
    background: #00a4e0;
    border-radius: 100%;
    color: #fff;
}
/* newsletter */
.widget-newsletter {
    position: relative;
}
.widget-newsletter input {
    height: 60px;
    width: 100%;
    border: none;
    background: transparent;
    font-size: 16px;
    color: #fff;
    outline: none;
    padding: 0 90px 0 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 30px;
}
.widget-newsletter button {
    height: 50px;
    border: none;
    background: #326bff;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    outline: none;
    display: inline-block;
    position: absolute;
    top: 5px;
    right: 5px;
    border-radius: 100%;
    width: 50px;
}
.widget-newsletter button i {
    font-weight: 100;
}
.widget-newsletter input::placeholder {
    color: #626d7a;
}
.widget-newsletter button:hover {
    background: #fff;
    color: #0e1323;
}
@media screen and (max-width: 767px) {
    .footer-contact-links-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .footer-contact-links-divider {
        width: auto;
        min-height: 2px;
        margin: 20px 0px;
    }
}


/* ======= toTop Button style ======= */
.progress-wrap {
    position: fixed;
    bottom: 20px;
    right: 20px;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}
.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.progress-wrap::after {
    position: absolute;
    font-family: 'themify';
    content: '\e648';
    text-align: center;
    line-height: 50px;
    font-size: 13px;
    font-weight: 700;
    left: 0;
    top: 0;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}
.progress-wrap svg path {
    fill: none;
}
.progress-wrap svg.progress-circle path {
    stroke-width: 3;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}
.progress-wrap {
    -webkit-box-shadow: inset 0 0 0 1px rgba(217, 214, 209, 0.5);
    box-shadow: inset 0 0 0 1px rgba(217, 214, 209, 0.5);
}
.progress-wrap::after {
    color: #326bff;
}
.progress-wrap svg.progress-circle path {
    stroke: #326bff;
}


/* =======  Overlay Effect Bg image style  ======= */
[data-overlay-dark] {
    position: relative;
}
[data-overlay-dark] .container {
    position: relative;
    z-index: 2;
}
[data-overlay-dark]:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
[data-overlay-dark]:before {
    background: #0e1323;
}
[data-overlay-dark] h1,
[data-overlay-dark] h2,
[data-overlay-dark] h3,
[data-overlay-dark] h4,
[data-overlay-dark] h5,
[data-overlay-dark] h6,
[data-overlay-dark] span {
    color: #fff;
}
[data-overlay-dark] p {
    color: #fff;
}
[data-overlay-dark="0"]:before {
    opacity: 0;
}
[data-overlay-dark="1"]:before {
    opacity: 0.1;
}
[data-overlay-dark="2"]:before {
    opacity: 0.2;
}
[data-overlay-dark="3"]:before {
    opacity: 0.3;
}
[data-overlay-dark="4"]:before {
    opacity: 0.4;
}
[data-overlay-dark="5"]:before {
    opacity: 0.5;
}
[data-overlay-dark="6"]:before {
    opacity: 0.6;
}
[data-overlay-dark="7"]:before {
    opacity: 0.7;
}
[data-overlay-dark="8"]:before {
    opacity: 0.8;
}
[data-overlay-dark="9"]:before {
    opacity: 0.9;
}
[data-overlay-dark="10"]:before {
    opacity: 1;
}


/* ======= Responsive style ======= */
@media screen and (max-width: 991px) {
    .services-box .item h5 {
        font-size: 21px;
    }
    .appointment h4 {
    font-size: 40px;
    }
    .booking-box .head-box h3 {
        font-size: 27px;
    }
    .bg-fixed {
        background-attachment: scroll !important;
    }
    .bg-imgfixed {
        background-attachment: scroll !important;
    }
    .booking-box {
        margin-bottom: 90px;
        padding: 35px 20px;
    }
    .notfound h1 {
        font-size: 160px;
        line-height: 110px;
    }
    .notfound h2 {
    font-size: 32px;
    }
    .banner-header h4 {
        font-size: 36px;
    }
    .banner-header .post .author,
    .banner-header .post .date-comment {
    font-size: 16px;
    }
    .post h5 {
    font-size: 21px;
    }
}
@media screen and (max-width: 767px) {
    .banner-header h2 {
        font-size: 36px;
        letter-spacing: 0;
    }
    .section-title {
        font-size: 45px;
    }
    .portfolio .filtering span {
        margin-bottom: 15px;
    }
    .post-comment-section h3 span {
        margin-left: 5px;
    }
    .video-fullscreen-wrap .caption.text-left,
    .video-fullscreen-wrap .caption {
        text-align: center;
    }
    .video-fullscreen-wrap h3 {
        font-size: 45px;
    }
    .info-box .item h5 {
        font-size: 18px;
    }
    .services3 .item h5 {
        font-size: 20px;
    }
}


@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
    font-weight: 400;
    font-style: normal;
}
:root {
    --swiper-theme-color: #007aff;
}
.swiper,
:host {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
}
.swiper {
    overflow: hidden;
    overflow: clip;
    list-style: none;
    padding: 0;
}
.swiper-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.swiper-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}
.swiper-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}
.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    display: block;
}
.swiper-slide-invisible-blank {
    visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto;
}
.swiper-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform;
}
.swiper-backface-hidden .swiper-slide {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.swiper-3d.swiper-css-mode .swiper-wrapper {
    -webkit-perspective: 1200px;
    perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.swiper-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.swiper-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
    -webkit-scroll-snap-type: x mandatory;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
    -webkit-scroll-snap-type: y mandatory;
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
    -webkit-scroll-snap-type: none;
    -ms-scroll-snap-type: none;
    scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper:before {
    content: "";
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
    -webkit-margin-start: var(--swiper-centered-offset-before);
    margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper:before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
    -webkit-margin-before: var(--swiper-centered-offset-before);
    margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper:before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after);
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
    background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-3d .swiper-slide-shadow-right {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-3d .swiper-slide-shadow-top {
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent;
}
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
    -webkit-animation: a 1s infinite linear;
    animation: a 1s infinite linear;
}
.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000;
}
@-webkit-keyframes a {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}
@keyframes a {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}
.swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.swiper-virtual.swiper-css-mode .swiper-wrapper:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after {
    height: 1px;
    width: var(--swiper-virtual-size);
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after {
    width: 1px;
    height: var(--swiper-virtual-size);
}
:root {
    --swiper-navigation-size: 44px;
}
.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 50%);
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
    z-index: 10;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}
.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
    display: none !important;
}
.swiper-button-next svg,
.swiper-button-prev svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
}
.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 10px);
    right: auto;
}
.swiper-button-lock {
    display: none;
}
.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: normal;
    line-height: 1;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: "prev";
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: "next";
}
.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
    display: none !important;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 8px);
    top: var(--swiper-pagination-top, auto);
    left: 0;
    width: 100%;
}
.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
    position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
}
.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}
.swiper-pagination-bullet:only-child {
    display: none !important;
}
.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
    right: var(--swiper-pagination-right, 8px);
    left: var(--swiper-pagination-left, auto);
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: transform 0.2s, top 0.2s;
    transition: transform 0.2s, top 0.2s;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: transform 0.2s, left 0.2s;
    transition: transform 0.2s, left 0.2s;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: transform 0.2s, right 0.2s;
    transition: transform 0.2s, right 0.2s;
}
.swiper-pagination-fraction {
    color: var(--swiper-pagination-fraction-color, inherit);
}
.swiper-pagination-progressbar {
    background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
    position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0;
}
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
    width: var(--swiper-pagination-progressbar-size, 4px);
    height: 100%;
    left: 0;
    top: 0;
}
.swiper-pagination-lock {
    display: none;
}
.swiper-scrollbar {
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    position: relative;
    -ms-touch-action: none;
    touch-action: none;
    background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}
.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
    display: none !important;
}
.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
    position: absolute;
    left: var(--swiper-scrollbar-sides-offset, 1%);
    bottom: var(--swiper-scrollbar-bottom, 4px);
    top: var(--swiper-scrollbar-top, auto);
    z-index: 50;
    height: var(--swiper-scrollbar-size, 4px);
    width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 0.01));
}
.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical > .swiper-scrollbar {
    position: absolute;
    left: var(--swiper-scrollbar-left, auto);
    right: var(--swiper-scrollbar-right, 4px);
    top: var(--swiper-scrollbar-sides-offset, 1%);
    z-index: 50;
    width: var(--swiper-scrollbar-size, 4px);
    height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 0.01));
}
.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    left: 0;
    top: 0;
}
.swiper-scrollbar-cursor-drag {
    cursor: move;
}
.swiper-scrollbar-lock {
    display: none;
}
.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.swiper-slide-zoomed {
    cursor: move;
    -ms-touch-action: none;
    touch-action: none;
}
.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}
.swiper-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}
.swiper-grid-column > .swiper-wrapper,
.swiper-grid > .swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.swiper-fade.swiper-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-cube {
    overflow: visible;
}
.swiper-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
}
.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
    content: "";
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    -webkit-filter: blur(50px);
    filter: blur(50px);
}
.swiper-cube .swiper-slide-next + .swiper-slide {
    pointer-events: auto;
    visibility: visible;
}
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.swiper-flip {
    overflow: visible;
}
.swiper-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    -webkit-transition-property: opacity, height, -webkit-transform;
    transition-property: opacity, height, -webkit-transform;
    transition-property: transform, opacity, height;
    transition-property: transform, opacity, height, -webkit-transform;
}
.swiper-cards {
    overflow: visible;
}
.swiper-cards .swiper-slide {
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
}


.categorySlider .swiper-pagination-bullets {
    max-width: 250px;
    display: block;
    margin: auto;
    overflow: hidden;
}
.category-area {
    padding: 165px 0 120px 0;
    margin-top: -55px;
}
.category-area .th-container {
    --main-container: 1750px;
}
.category-area .swiper .swiper-slide {
    width: 312px;
}
.category-card {
    position: relative;
    text-align: center;
    margin-bottom: 50px;
}
.category-card .box-img {
    border-radius: 24px;
    margin-bottom: 22px;
}
.category-card .box-img img {
    border-radius: 24px;
    -webkit-transition: 1.3s all ease;
    transition: 1.3s all ease;
}
.category-card .box-title {
    margin-bottom: 0;
}
.category-card .line-btn {
    text-transform: capitalize;
    color: var(--body-color);
}
.category-card .line-btn:before {
    display: none;
}
.category-card:hover .box-img img {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}
.categorySlider2 .swiper-pagination-bullets {
    max-width: 250px;
    display: block;
    margin: auto;
    overflow: hidden;
}
.category-slider3 .swiper-pagination-bullets {
    max-width: 250px;
    display: block;
    margin: auto auto 10px auto;
    overflow: hidden;
}
.category-area3 .th-container {
    --main-container: 1689px;
}
.accordion-card {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    border-radius: 4px;
    border: 1px solid var(--title-color);
    overflow: hidden;
    background-color: transparent;
    text-align: left;
    position: relative;
    z-index: 3;
}
.accordion-card:not(:last-child) {
    margin-bottom: 24px;
}
.accordion-card .accordion-button {
    font-size: 24px;
    font-weight: 600;
    font-family: var(--title-font);
    border: 0;
    color: var(--title-color);
    background-color: transparent;
    border-radius: 0;
    padding: 12px 45px 12px 30px;
    min-height: 75px;
    gap: 10px;
    margin-bottom: 0;
    text-align: left;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative;
}
.accordion-card .accordion-button:after {
    content: "\f107";
    height: 100%;
    width: auto;
    line-height: 1;
    background-color: transparent;
    background-image: none;
    font-family: var(--icon-font);
    color: var(--title-color);
    font-weight: 500;
    font-size: 18px;
    display: grid;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    position: absolute;
    top: 0;
    right: 30px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.accordion-card .accordion-button:focus {
    outline: none;
    box-shadow: none;
}
.accordion-card .accordion-button:not(.collapsed) {
    box-shadow: none;
}
.accordion-card .accordion-button:not(.collapsed):after {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    color: var(--body-color);
}
.accordion-card .accordion-collapse {
    border: none;
}
.accordion-card .accordion-body {
    border-radius: 0;
    border: none;
    padding: 0px 30px 30px;
}
.accordion-card .faq-text {
    color: var(--body-color);
    margin-bottom: -0.48em;
    margin-top: -0.48em;
}
@media (max-width: 991px) {
    .accordion-card .accordion-button {
        font-size: 20px;
        min-height: 70px;
    }
}
@media (max-width: 575px) {
    .accordion-card .accordion-button {
        padding: 12px 45px 12px 20px;
    }
    .accordion-card .accordion-body {
        padding: 0px 20px 30px;
    }
}
.faq-img1 {
    margin-left: -180px;
    width: 817px;
    height: 617px;
}
.faq-img1.style2 {
    margin-left: -280px;
}
@media (max-width: 1399px) {
    .faq-img1.style2 {
        margin-left: 0;
        width: 100%;
        height: 100%;
    }
}
@media (max-width: 1399px) {
    .faq-img1 {
        margin-left: 0;
        width: 100%;
        height: 100%;
    }
}
@media (max-width: 1199px) {
    .faq-img1 {
        margin-bottom: 30px;
    }
}
@media (max-width: 575px) {
    .accordion-card .accordion-button {
        font-size: 16px;
    }
}
.faq-bg-image {
    position: absolute;
    top: 0;
    right: -30px;
    width: 737px;
    height: 100%;
    z-index: 1;
}
.faq-bg-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media (max-width: 1299px) {
    .faq-bg-image {
        display: none;
    }
}
.faq-area {
    position: relative;
    overflow: hidden;
}
.faq-area2 {
    max-width: 1720px;
    display: block;
    margin: auto;
    background-color: #f8f8f8;
}
.faq-img2 {
    position: relative;
    z-index: 2;
    margin-left: -80px;
}
@media (max-width: 1500px) {
    .faq-img2 {
        margin-left: 0;
        margin-right: 40px;
    }
}
@media (max-width: 1199px) {
    .faq-img2 {
        margin: 0 0 50px 0;
    }
}
.faq-img2 .img1 {
    -webkit-clip-path: polygon(55% 0px, 100% 38%, 100% 100%, 0px 100%, 0% 38%);
    clip-path: polygon(55% 0px, 100% 38%, 100% 100%, 0px 100%, 0% 38%);
}
.offer-deals-wrapp {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
}
@media (max-width: 1199px) {
    .offer-deals-wrapp {
        margin-bottom: 60px;
    }
}
@media (max-width: 767px) {
    .offer-deals-wrapp {
        display: block;
    }
}
.accordion-item {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    background: transparent;
    overflow: hidden;
    min-width: 336px;
}
@media (max-width: 767px) {
    .accordion-item {
        min-width: 100%;
    }
}
.accordion-item_info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.accordion-item_wrapp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
}
@media (max-width: 575px) {
    .accordion-item_wrapp {
        display: block;
    }
}
.accordion-item_number {
    border: 1px solid var(--gray-color);
    width: 69px;
    height: 32px;
    padding: 2px 24.5px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 600;
    line-height: 27px;
    color: var(--gray-color);
}
.accordion-item_content {
    color: #fff;
    padding: 0 30px 0px 110px;
    max-height: 0;
    overflow: hidden;
    will-change: max-height;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    opacity: 0;
}
@media (max-width: 575px) {
    .accordion-item_content {
        padding: 0 30px 0px 0px;
    }
}
.accordion-item .box-title {
    margin-bottom: 0;
}
.accordion-item i {
    font-size: 20px;
    font-weight: 400;
    color: var(--title-color);
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
@media (max-width: 575px) {
    .accordion-item i {
        font-size: 24px;
    }
}
.accordion-item .accordion-button {
    font-size: 30px;
    font-weight: 600;
    font-family: var(--title-font);
    border: 0;
    color: var(--title-color);
    background: transparent;
    padding: 20px 0 20px 0;
    gap: 10px;
    margin-bottom: 0;
    text-align: left;
    display: block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    border-radius: 0 !important;
}
.accordion-item .accordion-button:after {
    display: none;
}
.accordion-item .accordion-button:focus {
    outline: none;
    box-shadow: none;
}
.accordion-item .accordion-button:not(.collapsed) {
    box-shadow: none;
    border-bottom: none;
    background-color: transparent;
    padding: 20px 0 0px 0;
}
.accordion-item .accordion-button:not(.collapsed) .accordion-item_number {
    border-color: var(--theme-color);
    color: var(--theme-color);
}
.accordion-item .accordion-button:not(.collapsed) i {
    color: var(--theme-color);
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.accordion-item .accordion-button:not(.collapsed):after {
    content: "\f068";
}
.accordion-item .accordion-button.collapsed {
    border-bottom: 1px solid var(--gray-color);
}
.accordion-item .accordion-collapse {
    border: none;
}
.accordion-item .accordion-collapse .accordion-body {
    border-color: var(--theme-color);
}
.accordion-item .accordion-body {
    background-color: transparent;
    border: none;
    padding: 0px;
    border-bottom: 1px solid var(--gray-color);
}
.accordion-item .faq-img {
    height: 100%;
}
.accordion-item .faq-img img {
    height: 100%;
    object-fit: cover;
}
.accordion-item-wrapp {
    padding: 0;
}
.accordion-item-wrapp li {
    list-style: none;
}
.according-img-tab {
    position: absolute;
    right: 40px;
    top: 20px;
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}
@media (max-width: 1399px) {
    .according-img-tab {
        right: 20px;
    }
}
@media (max-width: 1299px) {
    .according-img-tab {
        top: 0;
        max-width: 250px;
    }
}
@media (max-width: 1199px) {
    .according-img-tab {
        max-width: 100%;
    }
}
@media (max-width: 991px) {
    .according-img-tab {
        right: 0;
    }
}
@media (max-width: 767px) {
    .according-img-tab {
        position: relative;
        margin-top: 50px;
    }
}
.according-img-tab img {
    border-radius: 16px;
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
    -webkit-transition: all 1.3s ease;
    transition: all 1.3s ease;
}
.faq-price {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    color: var(--theme-color);
    display: block;
    margin-bottom: 10px;
}
.th-accordion_images {
    position: absolute;
    right: 40px;
    top: 10px;
    margin-top: 35px;
}
.th-accordion_images img {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.th-accordion_images img.active {
    opacity: 1;
    visibility: visible;
}
.th-accordion_images img {
    border-radius: 16px;
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
    opacity: 0;
    -webkit-transition: all 1.3s ease;
    transition: all 1.3s ease;
}
.th-accordion_images img:not(:first-child) {
    position: absolute;
    left: 0;
    top: 0;
}
.th-accordion_images img.active {
    opacity: 1;
}
.offer-deals-counter {
    display: grid;
    grid-template-columns: auto auto auto auto;
    padding: 0;
}
@media (max-width: 1299px) {
    .offer-deals-counter {
        grid-template-columns: auto auto;
        gap: 20px;
    }
}
@media (max-width: 1199px) {
    .offer-deals-counter {
        grid-template-columns: auto auto auto auto;
    }
}
@media (max-width: 480px) {
    .offer-deals-counter {
        grid-template-columns: auto auto;
    }
}
@media (max-width: 375px) {
    .offer-deals-counter {
        grid-template-columns: auto;
    }
}
.offer-deals-counter li {
    position: relative;
    text-align: center;
    border-radius: 50%;
    border: 1px solid var(--theme-color);
    list-style: none;
    padding: 30px 20px;
    width: 114px;
}
.offer-deals-counter li:not(:last-child):before {
    content: ":";
    position: absolute;
    right: -16%;
    top: 35%;
    font-size: 35px;
    color: var(--title-color);
    font-weight: 700;
}
@media (max-width: 1399px) {
    .offer-deals-counter li:not(:last-child):before {
        right: -11%;
    }
}
@media (max-width: 1299px) {
    .offer-deals-counter li:not(:last-child):before {
        display: none;
    }
}
.offer-deals-counter li .count-number {
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 0.02em;
    color: var(--title-color);
}
.offer-deals-counter li .count-name {
    font-weight: 400;
    color: var(--title-color);
}
.th-loader {
    position: relative;
}
.loadcontent {
    display: none;
}
.tour-box {
    position: relative;
    background-color: var(--white-color);
    border: 1px solid #bcced2;
    border-top: transparent;
    border-radius: 16px;
    overflow: hidden;
}
.tour-box.style-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #bcced2;
}
@media (max-width: 1299px) {
    .tour-box.style-flex {
        display: block;
    }
}
.tour-box.style-flex .tour-content {
    padding: 0;
}
@media (max-width: 1299px) {
    .tour-box.style-flex .tour-content {
        padding: 30px;
    }
}
@media (max-width: 375px) {
    .tour-box.style-flex .tour-content {
        padding: 20px;
    }
}
.tour-box.style-flex .tour-action {
    gap: 30px;
}
.tour-box.style-flex .tour-box_img {
    border-radius: 16px 0px 0 0;
    width: 50%;
}
@media (max-width: 1299px) {
    .tour-box.style-flex .tour-box_img {
        width: 100%;
    }
}
@media (max-width: 991px) {
    .tour-box.style-flex .tour-box_img {
        margin-bottom: 0;
    }
}
.tour-box.style-flex .tour-box_img img {
    width: 100%;
    object-fit: cover;
    border-radius: 16px 0px 0 0;
}









.services-box {
    position: relative;
    padding: 80px 0;
    background: #f7fbff;
    overflow: hidden;
}

/* Image Positioned Left Bottom */
.services-box .services-left-img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 275px; /* change size as needed */
    pointer-events: none;
    opacity: 1; /* adjust if needed */
    z-index: 1;
}

/* Cards */
.services-box .item {
    position: relative;
    z-index: 3;
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.32);
    transition: 0.3s;
}

.services-box .item:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.18);
}


.blog {
    position: relative;
    overflow: hidden;
}

/* Image Positioned Bottom Right */
.blog .blog-right-img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 350px;  /* adjust size */
    pointer-events: none;
    z-index: 1;
    opacity: 1; /* change if needed */
}


.kenburns-section-main-bx {
    display: flex;
    justify-content: center;
    text-align: center;
}





/*.services-box .item {
    position: relative;
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.32);
    transition: 0.3s;
}*/

/*.services-box .item:before {
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    width: 30px;
    height: 30px;
    border-top: 5px solid #00aaff;
    border-left: 5px solid #00aaff;
    border-radius: 12px;
}*/

/*.services-box .item:after {
    content: "";
    position: absolute;
    bottom: -10px;
    right: -10px;
    width: 30px;
    height: 30px;
    border-bottom: 5px solid #00aaff;
    border-right: 5px solid #00aaff;
    border-radius: 12px;
}
*/

img.full_img-logo {
    width: 70px;
}

.full_img-text{
    padding-left: 30px;
}




/*
.follow-box-ux1 {
    width: 280px;
    padding: 10px 0;
    font-family: Arial, sans-serif;
}

.follow-title-ux1 {
    font-size: 18px;
    margin-bottom: 10px;
}

.follow-grid-ux1 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px 10px;
}

.follow-item-ux1 {
    display: flex;
    align-items: center;
    background: #ffffff00;
    border-radius: 8px;
    padding: 8px 12px;
    text-decoration: none;
    color: #564f4f;
    font-size: 15px;
    border: 1px solid #e4e4e4;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.08);
    transition: 0.3s;
}

.follow-item-ux1 img {
    width: 22px;
    margin-right: 8px;
}

.follow-item-ux1:hover {
    transform: translateY(-2px);
    box-shadow: 0px 4px 10px rgba(0,0,0,0.12);
}
*/

.follow-box-bs6{
    padding-top: 10px;
}

.follow-item-bs6 {
   display: flex;
    align-items: center;
    background: #ffffff;
    border-radius: 8px;
    padding: 8px 6px;
    text-decoration: none;
    color: #000;
    font-size: 14px;
    border: 1px solid #e4e4e4;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.32);
    transition: box-shadow 0.3s, transform 0.3s;

}

.follow-item-bs6 img {
    width: 28px;
    margin-right: 10px;
    transition: none !important;  /* No animation on image */
    transform: none !important;   /* Image will not move */
}

.follow-item-bs6:hover {
    transform: translateY(-3px);
    display: block;
    box-shadow: 0px 4px 10px rgba(0,0,0,0.22);
    color: black;
    font-weight: 600;
}

.logo-two-wras {

    padding-top: 15px;
    
}





.stats-section {
  /*background: #e6e6e7;*/
  padding: 35px 0 90px 0;
}

.counter-section {
  /*background: #e6e6e7;*/
  padding: 35px 0 130px 0;
}



.stats-card {
display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    background: #fff;
    padding: 20px 20px;
    height: 220px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0px 0px 34px -8px rgba(0, 0, 0, 0.54);
}

.stats-card h3 {
    font-size: 15px;
}

.stats-icon {
  font-size: 45px;
  color: #00A2E3;
  margin-bottom: 20px;
}

.stats-number {
  font-size: 40px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 15px;
}

.stats-label {
  color: #4f4e28;
  text-transform: capitalize;
  margin: 0;
}



.stats-card:hover .stats-icon {
    scale: 10px;
}


/* Hide navbar when scrolling down */
/*.navbar {
    transition: transform 0.35s ease-in-out;
}

.navbar.hide-nav {
    transform: translateY(-100%);
}
*/


/* Smooth hide + smooth show */
/*.navbar {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    transition: transform 0.45s ease-in-out; 
}

.navbar.hide-nav {
    transform: translateY(-100%);
}
*/

/* Smooth hide + show only for sticky header */
.sticky-header {
    position: sticky;
    top: 0;
    z-index: 999;
    transition: transform 0.45s ease-in-out;
    background: #ffffff;
}

.sticky-header.hide-nav {
    transform: translateY(-100%);
}


.services2 .owl-carousel .item {
    width: 250px !important;
}





.breadcumb-menu {
    max-width: 100%;
    padding: 0;
    margin: 23px 0 -0.5em 0;
    list-style-type: none;
    position: relative
}

.breadcumb-menu li {
    display: inline;
    margin-right: 3px;
    /*padding-right: 5px;*/
    list-style: none;
    position: relative;
    text-transform: uppercase
}

.breadcumb-menu i {
    font-size: 15px;
    color: #ffffff;
}


.breadcumb-menu li a:hover {
    color: var(--theme-color)
}

.breadcumb-menu li:last-child {
    padding-right: 0;
    margin-right: 0
}

.breadcumb-menu li:last-child:after {
    display: none
}

.breadcumb-menu li,.breadcumb-menu a,.breadcumb-menu span {
    white-space: normal;
    color: inherit;
    word-break: break-word;
    font-weight: 400;
    font-size: 13px;
    font-family: var(--title-font);
   color: #ffffff !important;
}

.breadcumb-title {
    font-size: 45px;
    font-weight: 500;
    color: #ffffff !important;
    line-height: 1.18;
    text-transform: uppercase;
    color: var(--white-color);
    margin: -0.17em 0 -0.26em 0
}


/*.breadcumb-wrapper {
    background-color: var(--title-color);
    padding: 141px 0;
    overflow: hidden;
    position: relative;
    z-index: 0
}
*/


.breadcumb-wrapper {
    background-color: var(--title-color);
    padding: 90px 0;
    overflow: hidden;
    position: relative;
    z-index: 0
}




.breadcumb-wrapper:before {
    z-index: -1
}

.breadcumb-wrapper .breadcumb-shape {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-position: right
}

.breadcumb-wrapper .breadcumb-shape img {
    width: 100%
}


@media (max-width: 1199px) {
    .breadcumb-title {
        font-size:42px
    }


    .breadcumb-wrapper {
        padding: 120px 0
    }
}

@media (max-width: 991px) {
    .breadcumb-wrapper {
        padding:100px 0
    }

    .breadcumb-menu {
        margin: 16px 0 -0.5em 0
    }

    .breadcumb-menu li,.breadcumb-menu a,.breadcumb-menu span {
        font-size: 16px
    }

    .breadcumb-title {
        font-size: 38px
    }
}

@media (max-width: 767px) {
    .breadcumb-wrapper {
        padding:80px 0
    }

    .breadcumb-title {
        font-size: 34px
    }
}

@media (max-width: 575px) {
    .breadcumb-title {
        font-size:32px
    }
}

.breadcumb-wrapper {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.about2-inner {
        background: #ffffff;
}


.about2-inner .section-title {
    font-family: 'Poppins', sans-serif;
    font-size: 45px;
    line-height: 1em;
    font-weight: 700;
    color: #000000;
    margin-top: 4px;
    margin-bottom: 25px;
    letter-spacing: -0.5px;
}


.about2-inner p {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    text-align: justify;
    font-weight: 400;
    line-height: 1.75em;
    color: #626d7a;
    margin-bottom: 15px;
}



.about2-inner img {
    border-radius: 6px;
    margin-bottom: 0;
       box-shadow: 0 3px 12px rgba(0, 0, 0, 0.85);
}




/* Section container */
.industry-section {
  /*max-width: 1400px;*/
  margin: auto;
  padding: 0 20px 130px 20px;
}



.industry-section {
    position: relative;
    overflow: hidden;
}

/* Image Positioned Bottom Right */
.industry-section .industry-section-right-img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 240px;  /* adjust size */
    pointer-events: none;
    z-index: 1;
    opacity: 1; /* change if needed */
}




/* Heading */
.industry-title {
  
  margin-bottom: 30px;
}

/* Grid row (5 in one line) */
.industry-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 25px;
}

/* Single card */
.industry-box {
  position: relative;
  height: 380px;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0,0,0,0.18);
  transition: transform 0.3s ease;
}

.industry-box:hover {
  transform: translateY(-10px);
}

/* Card image */
.industry-box-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Dark gradient overlay */
.industry-box-overlay {
  position: absolute;
  inset: 0;
        background: linear-gradient(to bottom, rgb(0 0 0 / 1%), rgba(0, 0, 0, 0.4));


}

/* Text label */
.industry-box-title {
  position: absolute;
  bottom: 25px;
  left: 20px;
  right: 20px;
  color: #ffffff;
  font-size: 22px;
  margin: 0;
  z-index: 2;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Responsive */
@media (max-width: 1200px) {
  .industry-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .industry-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .industry-title {
    font-size: 28px;
  }

  .industry-grid {
    grid-template-columns: 1fr;
  }

  .industry-box {
    height: 320px;
  }
}







/* MAIN SECTION */
.mv-section {
    background: #0a26ff;
    padding: 80px 0;
    color: #fff;
    font-family: "Poppins", sans-serif;
}

.mv-container {
    width: 90%;
    max-width: 1200px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

/* Mission & Vision Box */
.mv-box {
    width: 45%;
    text-align: center;
}

.mv-box h2 {
    font-size: 28px;
    margin: 20px 0 10px;
    letter-spacing: 1px;
}

.mv-box p {
    font-size: 15px;
    line-height: 1.7;
    opacity: 0.9;
}

/* Icons */
.mv-icon {
    font-size: 70px;
}

/* Center Divider */
.mv-divider {
    position: absolute;
    left: 50%;
    width: 10px;
    height: 100%;
    background: #000;
    transform: skew(-15deg);
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .mv-container {
        flex-direction: column;
        text-align: center;
    }

    .mv-box {
        width: 100%;
        margin-bottom: 40px;
    }

    .mv-divider {
        display: none;
    }
}









/*// wp css*/

.float-btn {
      position: fixed;
      right: 0;
      width: 165px;
      border-radius: 10px 0 0 10px;
      transition: all 0.5s ease-in-out;
      z-index: 9999;
      background-color: #000000; 
      border-left: 3px solid #00A2E3;
    }

    .float-btn a {
      display: flex;
      align-items: center;
      color: #fff;
      text-decoration: none;
      padding: 10px;
      font-family: Arial, sans-serif;
      font-weight: bold;
    }

    .float-btn a span {
      font-size: 14px;
      line-height: 18px;
      margin-left: 8px;
    }

    .float-btn i {
      font-size: 28px;
      margin-right: 5px;
      transition: all 0.3s ease-in-out;
    }

  
    .whats-float { top: 45%; transform: translate(120px,0); }
    .brochure-float { top: 55%; transform: translate(120px,0); }

    
    .float-btn:hover { transform: translate(0px,0px); }

    

    .float-btn:hover i { 
      transform: scale(1.2); 
      /*color: #ffeb3b; */
      text-shadow: 0 0 8px rgba(255,255,255,0.5);
    }

   
    .whats-float:hover { background-color: #25d366; }   
    .brochure-float:hover { background-color: #007bff; } 

       .float-btn:hover  { 

       
        border-left: none;

      }   
   

.brochure-float i {
    font-size: 26px;
}







/* Google Translate image (flag) size fix */
.footer-translate img {
    width: auto !important;
    width: auto !important;
   
}       




.navbar .header-fluid-bx {
    margin: 0px 53px !important;
}








.rs-footer-widget-content {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 4px;
    padding-left: 13px;
}


.rs-footer-widget-content-btn {
    display: flex;
    /* justify-content: center; */
    align-items: center;
    padding-top: 0px;
    padding-left: 0px;
}
















/* ================================
   PRODUCT LIST SECTION
================================ */

.sec-product-list {
    padding: 60px 0;
    background-color: #ffffff;
}

/* Container spacing refinement */
.sec-product-list .product-list {
    max-width: 1200px;
}

/* Individual product row */
.sec-product-list .product-item {
    padding: 30px 25px;
    border-radius: 20px;
    border-bottom: 1px solid #e3e4e7;
    /* transition: background-color 0.25s ease; */
    /*background: #d7d7d7bf;*/
}

/* Base product row */
.sec-product-list .product-item {
    padding: 30px 25px;
    border-radius: 20px;
    border-bottom: 1px solid #e3e4e7;
    background-color: #f3f4f6;
    margin-bottom: 20px;
}

/* EVEN rows */
.sec-product-list .product-item:nth-child(even) {
    /*background-color: #d7d7d7bf;*/
}

/* ODD rows */
.sec-product-list .product-item:nth-child(odd) {
    background-color: #eef0f3;
}


.sec-product-list .product-item:hover {
    background-color: #f9fafb;
}

/**/

.sec-product-list .product-image-wrapper img {
    transition: transform 0.3s ease;
}

.sec-product-list .product-item:hover .product-image-wrapper img {
    transform: scale(1.04);
}

/* Title */
.sec-product-list .product-title {
    font-size: 22px;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 6px;
}

/* Accent underline */
.sec-product-list .product-title-line {
    width: 70px;
    height: 3px;
    background-color: #00A2E3;
    margin-bottom: 14px;
}

/* Description */
.sec-product-list .product-description {
    font-size: 14.5px;
    color: #4b5563;
    line-height: 1.7;
    max-width: 95%;
}

/* Action column */
.sec-product-list .product-action {
    text-align: right;
}

/* Buttons */
.sec-product-list .product-btn {
    padding: 20px 34px;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 700;
    border: none;
    transition: all 0.3s ease;

    
    line-height: 1;
  
}

/* Primary button */
.sec-product-list .product-btn-primary {
    background-color: #00A2E3;
    color: #ffffff;
}

.sec-product-list .product-btn-primary:hover {
    background-color: #000000;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
}

/* Secondary button */
.sec-product-list .product-btn-secondary {
    background-color: #5aa469;
    color: #ffffff;
}

.sec-product-list .product-btn-secondary:hover {
    background-color: #469255;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
}

/* ================================
   RESPONSIVE
================================ */

@media (max-width: 767px) {

    .sec-product-list .product-item {
        padding: 25px 0;
    }

    .sec-product-list .product-action {
        text-align: left;
        margin-top: 5px;
    }

    .sec-product-list .product-description {
        max-width: 100%;
    }
}



.section-padding-detls {
    padding: 50px 0;
}


.page .products-title-size {
    font-size: 38px;
    color: #0e1323;
    /*padding-bottom: 20px;*/
}



.key-spec-bx-2 {
    background: #ffffff;
    /*border: 1px solid #004e7d40;*/
    /*border-left: 5px solid #0f4c81;*/
    border-radius: 10px;
    /*padding: 18px 22px;*/
    padding: 10px 5px;

    margin: 0px 0px 10px;
    max-width: 100%;
    font-family: "Segoe UI", Arial, sans-serif;
    margin-left: 5px;
}



.key-spec {
    background: #ffffff;
    border: 1px solid #004e7d40;
    border-left: 5px solid #0f4c81;
    border-radius: 10px;
    /*padding: 18px 22px;*/
    padding: 20px 35px;

    margin: 17px 0px;
    max-width: 600px;
    font-family: "Segoe UI", Arial, sans-serif;
    margin-left: 15px;
}


.key-spec-title {
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #0f4c81;
    margin-bottom: 12px;
}

.key-spec-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 18px;
    font-size: 16px;
    color: #111827;
}

.key-spec-row:not(:last-child) {
    margin-bottom: 8px;
}

.key-spec-row .label {
    color: #4b5563;
    font-weight: 600;
}

.key-spec-row .value {
    font-weight: 700;
    color: #111827;
}



.section-padding-detls-1{
    padding-bottom: 40px;
}



.section-padding-detls-fabricated{
    
}




.section-padding-detls-table {
    padding-bottom: 40px;
}



.spec-table-detls .spec-table-wrapper {
    background: #ffffff;
    border-radius: 6px;
    box-shadow: 0 4px 14px rgba(0,0,0,0.08);
    /*overflow: hidden;*/
     overflow-x: auto;     /* enable horizontal scroll */
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch; /* smooth mobile scroll */
}

 .spec-table-detls  .spec-table {
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, Helvetica, sans-serif;


}



 .spec-table-detls  .spec-table thead th {
    background: #00a4e0;
    color: #ffffff;
    font-weight: 500;
    font-size: 17px;
    padding: 12px 10px;
    text-align: center;
    border: none;
}

 .spec-table-detls .spec-table thead th:last-child {
    border-right: none;
}

 .spec-table-detls  .spec-table tbody td {
    padding: 4px 7px;
    text-align: center;
    font-size: 15px;
    color: #111827;
    border-top: 1px solid #c9d0df;
    font-weight: 600;
    border-right: 1px solid #c9d0df !important;
}

.spec-table-detls .spec-table tbody tr:nth-child(even) {
    background-color: #00000024;
}

.spec-table-detls .spec-table tbody td:last-child {
    border-right: none !important;
}

.spec-table-detls .spec-table tbody tr:hover {
    background-color: #f9fafb;
}












/* Card */
.product-box-slider-bx .product-box{
    /*background:#fff;*/
    padding:25px;
    border-radius:20px;
    /*box-shadow:0 20px 40px rgba(0,0,0,.1);*/
}

/* Main image */
.product-box-slider-bx .main-image{
    position:relative;
    /*background:#f8fafc;*/
    border-radius:18px;
    padding:30px;
    text-align:center;
    overflow:hidden;
}

/* Zoom wrapper */
.product-box-slider-bx .image-zoom{
    overflow:hidden;
    border-radius:14px;
}

.product-box-slider-bx .main-image img{
    width:100%;
    max-height:360px;
    object-fit:contain;
    transition:transform .5s ease, opacity .3s ease;
}

/* Hover zoom */
.product-box-slider-bx .image-zoom:hover img{
    transform:scale(1.15);
}

/* Navigation buttons */
.product-box-slider-bx .nav-btn{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    width:40px;
    height:40px;
    border:none;
    border-radius:50%;
    /*background:#000;
    color:#fff;*/
    cursor:pointer;
    opacity:0.75;
    z-index:2;
}

.product-box-slider-bx .nav-btn:hover{
    opacity:1;
}

.product-box-slider-bx .prev{ left:12px; }
.product-box-slider-bx .next{ right:12px; }

/* Thumbnails */
.product-box-slider-bx .thumbnails{
    display:flex;
    gap:14px;
    justify-content:center;
    margin-top:22px;
    flex-wrap:wrap;
}

.product-box-slider-bx .thumbnails img{
    width:68px;
    height:68px;
    object-fit:contain;
    background:#fff;
    border-radius:14px;
    padding:6px;
    cursor:pointer;
    border:2px solid transparent;
    transition:all .3s ease;
}

.product-box-slider-bx .thumbnails img:hover{
    transform:translateY(-4px);
}

.product-box-slider-bx .thumbnails img.active{
    /*border-color:#000;*/
    box-shadow:0 6px 18px rgba(0,0,0,.25);
}


.key-spec-bx {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.download-btn-brochure {
    border-bottom: 2px solid  red;
}

.product-page-slider-tw .owl-carousel .item img {

    width: 70%;

}

.product-page-slider-tw .owl-carousel  .item .img {
  
    display: flex !important;
    justify-content: center !important;
}

.product-page-slider-tw .owl-carousel .item .cont h4 {
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 0px;
    text-align: center;

    color: #0e1323;
    letter-spacing: 0px;
}



.product-page-slider-tw .owl-carousel .item .cont {
    padding: 33px;
    position: relative;
    z-index: 2;

    background: #dbdbdb;
    border-radius: 0 0 5px 5px;
}

.brochure-btn{
       display: block;
    width: 100%;
    padding: 0px 8px;
    background: #004d7f;
    color: #fff;
    margin-top: 9px;
    /*font-size: 13px;*/
    text-align: center;
    font-weight: 500;
    border-radius: 8px;
    text-decoration: none;
    transition: all .3s ease;
}

.brochure-btn:hover{
    background:#f70529;
    color: #ffffff;
    box-shadow:0 6px 16px rgba(11,94,215,.3);
}



.spec-table-detls .spec-table thead th {
    border: 1px solid #ebe0e06e;
    border-left: none;
}

.compression-fittings-bx{
    display: flex;
    justify-content: center;
    /*align-items: center;*/
    flex-direction: column;
}

.section-padding-info-box {
    padding: 40px 0 20px 0;
}



.feature-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.feature-list ul li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px;
    font-size: 15px;
    color: #333;
    line-height: 1.6;
}

.feature-list ul li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 0;
    color: #0d6efd; /* Bootstrap primary color */
    font-size: 16px;
    font-weight: bold;
}



/* Section */
.fitting-wrapper{
    padding:60px 0;
}

/* Card */
.fitting-box{
    background:#fff;
    border:1px solid #e1e1e1;
    padding:20px;
    text-align:center;
    transition:0.3s ease;
    height:100%;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.22);
}

.fitting-box:hover{
    box-shadow:0 12px 28px rgba(0,0,0,0.1);
}

/* Title */
.fitting-heading{
       background: #00a4e0;
    color: #fff;
    font-size: 18px;
    border-radius: 4px;

    font-weight: 500;
    padding: 5px 10px;
    /*margin-bottom: 15px;*/
    display: inline-block;
}

/* Image Zoom */
.fitting-img-area{
    overflow:hidden;
    /*margin-bottom:15px;*/
}

.fitting-img-area img{
    width:100%;
    height:200px;
    object-fit:contain;
    transition:transform 0.4s ease;
}

.fitting-box:hover .fitting-img-area img{
    transform:scale(1.15);
}

/* Info */
.fitting-info{
    font-size:15px;
    color:#333;
}


.section-padding-detls-mdpe {
    padding: 70px 0 0 0;
}

.sdr-row th{
        background: #e5dfdf !important;
        color:#000 !important;
    }


 .sdr-row .sdr-one {
    background: #d3d3d3 !important;
    font-weight: 700 !important;
 }

 .spec-table-detls .spec-table-2 thead th {
    border: 1px solid #ffffff !important;
    border-left: none;
}


.spec-table-detls .spec-table-2 thead th {
    background: #00a4e0;
    font-weight: 600 !important;

    color: #ffffff;
    font-weight: 500;
    font-size: 14px;
    padding: 1px 4px;
    text-align: center;
    border: none;
}

.spec-info-wrap {
    border-top: 2px solid #e5e5e5;
    padding: 22px 0 50px 0;


    /*font-family: 'Poppins', sans-serif;*/
    color: #2c2c2c;
}

/* LEFT */
.spec-title {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    margin-bottom: 12px;
}

/* BULLET LIST */
.spec-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.spec-list li {
    position: relative;
    padding-left: 22px;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 1.8;
}

.spec-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 6px;
    height: 6px;
    background-color: #333;
    border-radius: 50%;
}

/* RIGHT */
.spec-right {
    padding-left: 15px;
}

.spec-row {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 3px 0;
    border-bottom: 1px solid #e3e3e3;
}

.spec-key {
    font-weight: 600;
    font-size: 15.8px;
    min-width: 60px;
    color: #000;
}

.spec-val {
    font-size: 15.8px;
    color: #555;
}

.spec-row:last-child {
    border-bottom: none;
}



.ps-simple-wrap {
    
    color: #333;
}

    /* Tabs */
    .ps-tab-nav .nav-link {
        font-size: 15px;
        font-weight: 600;
        color: #555;
    }

    .ps-tab-nav .nav-link.active {
        color: #000;
        border-bottom: 2px solid #000;
        background: #96989952;
    }

    /* Content Box */
    .ps-tab-box {
        border: 1px solid #e5e5e5;
        border-top: none;
        padding: 18px;
    }

    /* Table */
    .ps-spec-table th {
        width: 25%;
        font-size: 14.5px;
        font-weight: 600;
        background: #fafafa;
    }

.ps-spec-table td {
    font-size: 14.5px;
    color: #555;
}

/* SDR */
.ps-sdr-img {
    border: 1px solid #e5e5e5;
}

/* Text */
.ps-text {
    font-size: 14.5px;
    line-height: 1.7;
}
.ps-feature-list {
    padding: 0;
    margin: 0;
}

.ps-feature-list li {
    list-style: none;
    position: relative;
    padding-left: 18px;
    margin-bottom: 8px;
    font-size: 15px;
    line-height: 1.8;
    color: #333;
}

.ps-feature-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px;
    line-height: 1.2;
    color: #000;
}

.sdr-diagram-row {
    font-family: 'Poppins', sans-serif;
    color: #222;
}

/* Image */
.sdr-diagram-img {
    max-width: 90%;
    /*border: 1px solid #e5e5e5;*/
    padding: 6px;
}

/* Right content */
.sdr-info-box {
    padding-left: 10px;
}

/* Formula */
.sdr-formula {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
}

.sdr-fraction {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
}

.sdr-top,
.sdr-bottom {
    font-size: 18px;
}

.sdr-line {
    width: 30px;
    height: 2px;
    background: #000;
    margin: 3px 0;
}

/* Definitions */
.sdr-def p {
    margin: 0 0 0px;
    font-size: 15px;
    color: #333;
}


/*.certificate-box {
    position: relative; 
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    text-align: center;
    box-shadow: 0 6px 18px rgba(0,0,0,0.1), 0 10px 20px rgba(0,0,0,0.08);
    transition: transform 0.3s, box-shadow 0.3s;
}*/

.certificate-box {
    position: relative;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;

    text-align: center;
    box-shadow: 0 6px 18px rgb(0 0 0 / 47%), 0 10px 20px rgba(0, 0, 0, 0.06);
    transition: transform 0.3s, box-shadow 0.3s;
    border: 2px solid #00a4e0;
    padding: 8px;
}

.certificate-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 25px rgba(0,0,0,0.15), 0 20px 35px rgba(0,0,0,0.1);
}

.certificate-img-area {
    overflow: hidden;
    /*border-radius: 12px;*/
}

.certificate-img-area img {
    width: 100%;
    height: auto;
    transition: transform 0.3s, box-shadow 0.3s;
    display: block;
}

.certificate-box:hover {
    transform: scale(1.05);
    box-shadow: 0 15px 35px rgba(0,0,0,0.3);
}

/* "+" button styles */
.certificate-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    background: #00A2E3;
    border-radius: 50%;
    font-size: 24px;
    text-decoration: none;
    transition: transform 0.3s, opacity 0.3s;
    opacity: 0;
    pointer-events: none; /* prevents clicking when hidden */
}

.certificate-box:hover .certificate-btn {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
    pointer-events: auto; /* enable click on hover */
}


.hdpe-catalog-wrapper {
    background: #f1f4f8;
    padding: 50px 0;
}

.hdpe-catalog-container {
    max-width: 1250px;
    margin: auto;
    padding: 0 20px;
}

/* GRID */
.hdpe-item-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

/* ITEM BOX */
.hdpe-item-box {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 6px 18px rgba(0,0,0,0.14);
    transition: all 0.35s ease;
}

.hdpe-item-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 14px 34px rgba(0,0,0,0.2);
}

/* HEADING */
.hdpe-item-heading {
    /*background: #083d8c;*/
    color: #000000;
    text-align: center;
      text-align: center;
    font-size: 25px;
    font-weight: 600;
    padding: 12px 0 0 0;
}

/* IMAGE */
.hdpe-item-image {
    padding: 0px 22px;
    text-align: center;
}

.hdpe-item-image img {
    height: 250px;
    max-width: 100%;
    object-fit: contain;
}

/* INFO */
.hdpe-item-info {
    padding: 0 16px;
}

.hdpe-info-title {
    background: #00a4e0;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 6px 10px;
        border-radius: 7px;
    margin-bottom: 12px;
}

.hdpe-info-table {
    width: 100%;
    border-collapse: collapse;
}

.hdpe-info-table td {
    padding: 2px 10px;
    font-size: 14px;
    border-bottom: 1px solid #c5c2c296;
}

.hdpe-info-table td:first-child {
    font-weight: 500;
    width: 45%;
    color: #333;
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .hdpe-item-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .hdpe-item-grid {
        grid-template-columns: 1fr;
    }
}

.sdr-def {
    padding-left: 35px;
}



.masonry-gallery {
    column-count: 3;
    column-gap: 20px;
}

.masonry-item {
    position: relative;
    margin-bottom: 20px;
    break-inside: avoid;
    overflow: hidden;
    border-radius: 14px;
}

.masonry-item img {
    width: 100%;
    display: block;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 8px 25px rgba(0,0,0,0.12);
    transition: transform 0.4s ease;
    cursor: pointer;
}

/* Hover overlay */
.hover-tab {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.55);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.4s ease;
}

.view-btn {
    padding: 3px 12px;
    background: #ffffff;
    color: #000;
    font-size: 15px;
    font-weight: 600;
    border-radius: 30px;
    text-decoration: none;
    transform: translateY(20px);
    transition: all 0.4s ease;
}

/* Hover effects */
.masonry-item:hover img {
    transform: scale(1.05);
}

.masonry-item:hover .hover-tab {
    opacity: 1;
}

.masonry-item:hover .view-btn {
    transform: translateY(0);
}

/* Responsive */
@media (max-width: 768px) {
    .masonry-gallery { column-count: 2; }
}
@media (max-width: 480px) {
    .masonry-gallery { column-count: 1; }
}




.video-gallery {
    margin-top: 40px;
}

.video-box {
    position: relative;
    overflow: hidden;
    /*border-radius: 14px;*/
    box-shadow: 0 10px 28px rgba(0,0,0,0.15);
}

.video-box iframe {
    width: 100%;
    height: 320px;
    border: 0;
}

/* Hover Overlay */
.video-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.45);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.4s ease;
    pointer-events: none;
}

.video-overlay span {
    background: #fff;
    color: #000;
    padding: 12px 26px;
    font-weight: 600;
    /*border-radius: 30px;*/
    transform: translateY(20px);
    transition: all 0.4s ease;
}

/* Hover Effects */
.video-box:hover .video-overlay {
    opacity: 1;
}

.video-box:hover .video-overlay span {
    transform: translateY(0);
}

/* Responsive Height */
@media (max-width: 768px) {
    .video-box iframe {
        height: 240px;
    }
}




.network-support-sec .page-list-icon {
    align-items: center;
    background: transparent;
    width: 35px;
    height: 35px;
    line-height: 29px;
    text-align: center;
    border-radius: 100%;
    border: 1px solid #cbdcec;
}

.network-support-sec .page-list-icon i {
    font-size: 12px;
    color: #0c1322;
}


.network-support-sec .page-list li {
    position: relative;
    display: flex;
     align-items: start; 
    margin-bottom: 10px;
}



.product-description p {
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 12px;
    color: #333;
}

.product-table th,
.size-table td {
    background: #f8f9fa;
    font-weight: 600;
}

.product-table td,
.size-table td {
    font-size: 14px;
}

.table-bordered th,
.table-bordered td {
    border: 1px solid #ddd;
}


.spec-table-detls-pp-clap .spec-table thead th{
    text-align: left !important;
}

.spec-table-detls-pp-clap .spec-table  tr td{
    text-align: left !important;
}



    

        .brochure-btn:hover {
            background: linear-gradient(90deg, #4285f4, #1a73e8);
            transform: translateY(-3px);
            box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
        }

        /* Popup Styling */
        .popup-form {
            display: none;
            position: fixed;
            top: 0; left: 0;
            width: 100%; height: 100%;
            background: rgba(0,0,0,0.6);
            z-index: 9999;
            justify-content: center;
            align-items: center;
        }

        .popup-content {
            background: #fff;
            padding: 30px;
            border-radius: 12px;
            width: 500px;
            max-width: 90%;
            text-align: center;
            position: relative;
            animation: fadeIn 0.3s ease;
        }

        .popup-content h3 {
            margin-bottom: 20px;
            font-size: 24px;
            color: #333;
        }

       
       

        

        .close-btn {
            position: absolute;
            top: 10px; right: 15px;
            font-size: 25px;
            cursor: pointer;
            color: #333;
        }

        @keyframes fadeIn {
            from {opacity: 0; transform: scale(0.8);}
            to {opacity: 1; transform: scale(1);}
        }







@media (max-width: 1300px) {

    .navbar .header-fluid-bx {
    margin: 0px 0px !important;
}

}

@media (max-width: 1199px) {

    .navbar .header-fluid-bx {
    margin: 0px 0px !important;
}

.navbar .navbar-nav .nav-link {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #0e1323;
    margin: 1px;
    -webkit-transition: all .4s;
    transition: all .4s;
    padding-right: 7px;
    padding-left: 7px;
}



.footer-icon {
    width: 50px;
    max-height: 50px;
    min-height: 50px;
    min-width: 50px;
    background-color: #00A2E3;
    color: #fff;
    font-size: 21px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100%;
}

.footer-contact-link-content p{
    font-size: 17px;
}


}

@media (max-width: 1099px) {

.inquiry-now-btn-d{
    display: none !important;
}
.sec-product-list .product-btn {
    padding: 14px 20px;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 500;
    border: none;
    transition: all 0.3s ease;
    line-height: 1;
}

}



@media (max-width: 991px) {
    .navbar .header-fluid-bx {
    margin: 0px 0px !important;
}

}


@media (max-width: 991px) {

    .services-box .item {
    
    text-align: center !important;
}
   
    .ser-box-img img{
      width: 85px;
      padding-bottom: 20px;
    }

    .services-box .full_img-logo{
      width: 75px;
      padding-bottom: 20px;
    }

    .footer-contact-link-content p{
        font-size: 12px;
    }

    .links.dark.footer-contact-links {
       
        padding: 10px 10px;
       
    }

        .footer-icon {
        width: 35px;
        max-height: 35px;
        min-height: 35px;
        min-width: 35px;
        background-color: #00A2E3;
        color: #fff;
        font-size: 17px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-radius: 100%;
    }

    .image-wrapper.footer-contact-link-icon {
    margin-right: 13px;
}

.brochure-btn {
   
    margin-bottom: 25px;
   
}

.copyright p {
    color: #000000;
    font-size: 14px;
}

.copyright .copyright-right-bx {
    text-align: end;
     padding-right: 0px; 
}


.about .about-col-2 {
    padding-top: 40px;
}
    

.navbar .dropdown-menu .dropdown-item {
        padding: 0 12px;
        font-size: 13px;
        line-height: 25px;
    }

    .logo-wrapper {
        float: left;
        padding: 15px 15px;
    }

}




@media (max-width: 767px) {

   .copyright .copyright-right-bx {
    text-align: center;
     padding-right: 0px; 
}

.copyright p {
    color: #000000;
    text-align: center;
    font-size: 14px;
}

.second-footer .widget-area .widget {
padding: 22px 0;
}


/*@media(max-width: 440) {

}*/

.widget-area-pt-bx {
     padding-top: 0px !important; 
}

.first-footer {
    padding: 30px 0 0 0;
}

.section-padding {
    padding: 60px 0;
}
 .custom-mt {
        margin-top: 15px !important;
    }

    .appointment h4 {
        font-size: 36px;
    }
        .section-title {
        font-size: 35px;
    }

    .about .section-title {
    font-family: 'Poppins', sans-serif;
    font-size: 35px;
    line-height: 40px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 15px;
    letter-spacing: -0.5px;
}

    .breadcumb-title {
        font-size: 22px;
    }
    .breadcumb-wrapper {
        padding: 59px 0;
    }

    .breadcumb-menu li, .breadcumb-menu a, .breadcumb-menu span {
        font-size: 10px;
    }
        .breadcumb-menu {
        margin: 10px 0 -0.5em 0;
    }


    .spec-table-detls .spec-table thead th {
    background: #00a4e0;
    color: #ffffff;
    font-weight: 500;
    font-size: 12px;
    padding: 2px 2px;
    text-align: center;
    border: none;
}

    .spec-table-detls .spec-table tbody td {
    padding: 2px 4px;
    text-align: center;
    font-size: 10px;
    color: #111827;
    border-top: 1px solid #c9d0df;
    font-weight: 600;
    border-right: 1px solid #c9d0df !important;
}


.sec-product-list .product-title {
    
    text-align: center;
}

.sec-product-list .product-description {
  
    text-align: center;
}
    .sec-product-list .product-action {
        text-align: center;
        /*margin-top: 16px;*/
    }

    .sec-product-list .product-title-line {
  
    background-color: #ffffffff;
    }


.sec-product-list .product-title-line {
    margin-bottom: 2px;
}

        


}


@media (max-width: 500px) {

        .team-details .simpl-bord .nav-item {
     margin-right: 0px; 
}

.spec-table-detls .spec-table thead th {
    background: #00a4e0;
    color: #ffffff;
    font-weight: 500;
    font-size: 10px;
    padding: 2px 3px;
    text-align: center;
    border: none;
}

    .spec-table-detls .spec-table tbody td {
    padding: 2px 4px;
    text-align: center;
    font-size: 10px;
    color: #111827;
    border-top: 1px solid #c9d0df;
    font-weight: 600;
    border-right: 1px solid #c9d0df !important;
}



}

@media (max-width: 767px) {
    .ps-tab-nav {
        flex-direction: column;
        gap: 6px;
    }

    .ps-tab-nav .nav-link {
        width: 100%;
        text-align: center;
        border-bottom: none;
        border-left: 3px solid transparent;
        padding: 10px 14px;
    }

    .ps-tab-nav .nav-link.active {
        border-left: 3px solid #000;
        background: #96989952;
    }
    .sdr-def {
    padding-left: 9px;
}

.offset-pl-bx-1.widget-area {
    padding-left: 5px;
}

.offset-pl.widget-area {
    padding-left: 5px;
}

}





.captcha-box{
        display: flex;
        align-items: end;
       /*margin-top: 10px;*/
    }

    .captcha-box-bx-2 {
   /*margin-top: 35px !important;*/
}

    .captcha-code {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 32px;
    width: 110px;
    background: #00a4e0;
    font-size: 17px;
    /*color:#002431 ;*/
    letter-spacing: 1.3px;
    user-select: none;
    border-radius: 6px;
    font-weight: 600;
    color: #ffffff   !important;
}


.captcha-code del{
  opacity:1;
}

    .refresh-captcha{
       background-color: transparent;
     border-color: transparent;
        transition: transform 0.6s ease;
        font-size: 18px;

    }

    .refresh-captcha:hover {

        background-color: transparent;
        border-color: transparent;
      
        cursor: pointer;
        cursor: pointer;
        transform: rotate(360deg); 
        
    }

    :not(.btn-check)+.btn:active {
     color: transparent; 
   background-color: transparent; 
     border-color: transparent; 
}

.refresh-captcha-btn {
   /* background-color: white !important;
    border-color: #ffffff !important;*/
}

.refresh-captcha-btn i {
    color: #393636;
    font-size: 14px;
    margin-top: 8px;
}


.captcha-code-inq {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 32px;
    width: 110px;
    background: #5b5b5b;
    font-size: 17px;
    color: red;
    letter-spacing: 1.3px;
    user-select: none;
    border-radius: 6px;
    font-weight: 700;
    color: #ffff!important ;
}

.refresh-captcha-btn-inq i {
    color: #0590ba;
    font-size: 14px;
    margin-top: 8px;
}

.captcha-mail-bx {
  display: flex;
  align-items: center;
}

.thank-you {
    display: flex;
    height: 100vh;
    align-items: center;
    flex-flow: column;
    text-align: center;
    justify-content: center;
}

.thank-you .btn {

    margin-top: 20px;
  
}
.thank-you .pbmit-title{
  padding-bottom: 10px;
}


.pbmit-heading-desc {
  margin-bottom: 20px;
}

.process-wrapper .process-steps .process-icon img {
    height: auto;
    width: 44px;
    filter: brightness(0) invert(1);
}

.captcha-box-bx-2 {
    padding-top: 9px;
}


@media (max-width: 768px) {

.captcha-box-index {
    
    padding-bottom: 20px;
}

}


.blog-meta-box {
    font-size: 16px;
    color: #5f6c7b;
    padding-bottom: 12px;

}

.blog-meta-box .meta-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.blog-meta-box i {
    color: #2f6fed; /* blue icon like screenshot */
    font-size: 16px;
}




.footer-contact-info {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 5px;
}

.footer-contact-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15); /* only icon circle */
  display: flex;
  /*align-items: center;*/
  padding-top: 4px;
  justify-content: center;
  flex-shrink: 0;
}

.footer-contact-icon i {
  font-size: 16px;
  color: #000000;
}

.footer-contact-text p {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  color: #000000;
}


.second-footer .widget-area .widget p {
    color: #000000e0;
     margin-bottom: 0px !important; 
}



.footer-social-wrap {
  display: flex;
  align-items: center;
  gap: 14px;
  justify-content: center;
  padding-top: 0px;
}

.footer-follow-text {
  font-size: 14px;
  color: #000; /* change to #fff if dark footer */
  margin-right: 6px;
}

/* common icon style */
.footer-social-icon {
  font-size: 16px;
  color: #000;
  text-decoration: none;
  background: none !important;
  transition: none !important;
}

/* disable hover color change */
.footer-social-icon:hover,
.footer-social-icon:focus,
.footer-social-icon:active,
.footer-social-icon:visited {
  color: #000;
  background: none !important;
}

/* individual icon classes (future use / branding if needed) */
.icon-instagram {}
.icon-facebook {}
.icon-youtube {}
.icon-linkedin {}


/*.follow-item-bs6-logo img{
    width: 86%;
}*/

.widget-text .widget-text-p {
    font-size: 15px;
}

/* ==============================
   AK PRODUCT SECTION (UNIQUE)
============================== */
.ak-prod-section{
    background:#f8f9fb;
    padding:30px 0 50px 0;
}

/* card */
.ak-prod-card{
    background:#ffffff;
    border:1px solid #d9dadd;
    padding:26px 22px;
    height:100%;
    text-align:center;
    transition:all 0.25s ease;
}
.ak-prod-card:hover{
    box-shadow:0 10px 28px rgba(0,0,0,0.06);
    transform:translateY(-3px);
}

/* image */
.ak-prod-img{
    margin-bottom:16px;
}
.ak-prod-img img{
    max-width:100%;
    /*height:130px;*/
    object-fit:contain;
}

/* title */
.ak-prod-title{
    font-size:18px;
    font-weight:600;
    color:#1f2937;
    margin-bottom:6px;
}

/* divider */
.ak-prod-divider{

    width:42px;
    height:2px;
    background:#00A2E3;
    margin:8px auto;

}

/* meta */
.ak-prod-meta{
    font-size:17px;
    color:#6b7280;
}


/* Image Positioned Bottom Right */
/*.mission-vision .about-right-img {
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 1;
    opacity: 1; 
}*/

.mission-vision{
    padding-bottom: 70px;
}

/* Image Positioned Bottom Left */
.mission-vision .about-right-img {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 350px;   /* adjust size */
    pointer-events: none;
    z-index: 1;
    opacity: 1;    /* change if needed */
}

@media (max-width: 768px) {
    .mission-vision .about-right-img {
        display: none;
    }

}


.infrastructure-facilities {
    padding: 40px 0 0px 0 !important;
}


.infrastructure-facilities .infrastructure-facilities-bx {
    /*display: flex;*/
    /*align-items: center;*/
}

.infrastructure-facilities-bx-text {
    padding-top: 30px;
}


/* Make section a positioning container */
.info-box{
    position: relative;
    overflow: hidden; /* hide overflow if needed */
}

/* Bottom decoration image */
.inquiry-sec-img{
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 400px;   /* adjust size */
    width: 100%;
    z-index: 1;
    pointer-events: none;
}

/* Responsive fix */
@media (max-width: 991px){
    .inquiry-sec-img{
        max-width: 260px;
        opacity: 0.4; /* optional */
    }
}

@media (max-width: 576px){
    .inquiry-sec-img{
        display: none; /* hide on small mobile */
    }
}



/* Parent section */
.counter-section{
    position: relative;
    overflow: hidden;
}

/* Bottom decoration image */
.counter-section-img{
    position: absolute;
    bottom: 0;
    right: 0;              /* change to left:0 if needed */
    max-width: 290px;     /* adjust size */
    width: 100%;
    z-index: 1;
    pointer-events: none;
}

/* Tablet */
@media (max-width: 991px){
    .counter-section-img{
        max-width: 280px;
        opacity: 0.5;
    }
}

/* Mobile */
@media (max-width: 576px){
    .counter-section-img{
        display: none;
    }
}



.news-section{
      position: relative;
    overflow: hidden;
    padding-bottom: 70px;
}

.news-right-img {
     position: absolute;
    bottom: 0;
    right: 0;              /* change to left:0 if needed */
    max-width: 420px;     /* adjust size */
    width: 100%;
    z-index: 1;
    pointer-events: none;
}

/* Tablet */
@media (max-width: 991px){
    .news-right-img{
        max-width: 280px;
        opacity: 0.5;
    }
}

/* Mobile */
@media (max-width: 576px){
   .news-right-img{
        display: none;
    }
}


.network-section {
    position: relative;
    overflow: hidden;
}

.network-right-img {
    position: absolute;
    bottom: 0;
    right: 0;              /* change to left:0 if needed */
    max-width: 260px;     /* adjust size */
    width: 100%;
    z-index: 1;
    pointer-events: none; 
}


/* Tablet */
@media (max-width: 991px){
    .network-right-img{
        max-width: 280px;
        opacity: 0.5;
    }
}

/* Mobile */
@media (max-width: 576px){
   .network-right-img{
        display: none;
    }
}




.booking-box{

     position: relative;
    overflow: hidden;

}


.booking-box .booking-box-right-img {
   position: absolute;
    bottom: 0;
    right: 0;              /* change to left:0 if needed */
    max-width: 260px;     /* adjust size */
    width: 100%;
    z-index: 1;
    pointer-events: none; 
}


/* Tablet */
@media (max-width: 991px){
   .booking-box .booking-box-right-img{
        max-width: 280px;
        opacity: 0.5;
    }
}

/* Mobile */

@media (max-width: 576px){
  .booking-box .booking-box-right-img{
        display: none;
    }
}


/* Mobile */

    /*@media (max-width: 991px){
     

    .header-contact-icon-bx {
        
        justify-content: center !important;
      
    }


}*/


.lab-box {
    /*border: 1px solid #dee2e6;*/
    background: #fff;
    padding: 4  px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.lab_logo_img-main-bx{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.lab-box img {
    /*max-height: 55px;*/
    /*filter: grayscale(100%);*/
    /*opacity: 0.7;*/
}

/* SGS Highlight */
.lab-sgs {
    /*border: 3px solid #f47c20;*/
    background: #fff5ec;
}
/*
.lab-sgs img {
    max-height: 75px;
    filter: none;
    opacity: 1;
}*/

.lab_logo_img-bx{

    display: flex;
    justify-content: space-between;
    margin: 10px 6px 10px 25px;

}

@media (max-width: 576px)
{
   .lab-box img  {
    width: 180px;
    height: 100%;
   
}
}




button.wh-ap-btn {
    outline: none;
    width: 60px;
    height: 60px;
    border: 0;
    background-color: #004d7f;
    padding: 0;
    border-radius: 100%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    cursor: pointer;
    transition: opacity 0.3s, background 0.3s, box-shadow 0.3s;
    z-index: 9999999;

}

button.wh-ap-btn::after {
    content: "";
    background-image: url("../img/icon/download_pdf_icon.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 60%;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 1;
    z-index: 9999999;
}

button.wh-ap-btn:hover {
    opacity: 1;
    background-color: #ff002e;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.wh-api {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 9999;
}

.wh-fixed {
    margin-right: 15px;
    margin-bottom: 15px;
}

.wh-fixed > a {
    display: block;
    text-decoration: none;
}

/*button.wh-ap-btn::before {
    content: "Chat with me";
    display: block;
    position: absolute;
    margin-left: -130px;
    margin-top: 16px;
    height: 25px;
    background: #49654e;
    color: #fff;
    font-weight: 400;
    font-size: 15px;
    border-radius: 3px;
    width: 0;
    opacity: 0;
    padding: 0;
    transition: opacity 0.4s, width 0.4s, padding 0.5s;
    padding-top: 7px;
    border-radius: 30px;
    box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
    z-index: 9999;
}
*/
.wh-fixed > a:hover button.wh-ap-btn::before {
    opacity: 1;
    width: auto;
    padding-top: 7px;
    padding-left: 10px;
    padding-right: 10px;
    width: 100px;
}

/* animacion pulse */

.whatsapp-pulse {
    width: 60px;
    height: 60px;
    right: 1px;
    bottom: 75px;
    background: #00A2E3;
    position: fixed;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    border-radius: 50%;
    z-index: 99;
    display: inline-block;
    line-height: 65px;
    z-index: 9999999;
}

.whatsapp-pulse:before {
    position: absolute;
    content: " ";
    z-index: -1;
    bottom: -15px;
    right: -15px;
    background-color: #004d7f;
    width: 90px;
    height: 90px;
    border-radius: 100%;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    opacity: 0.6;
    -webkit-animation: pulse 1s ease-out;
    animation: pulse 1.8s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0);
        opacity: 0;
    }
    25% {
        -webkit-transform: scale(0.3);
        opacity: 1;
    }
    50% {
        -webkit-transform: scale(0.6);
        opacity: 0.6;
    }
    75% {
        -webkit-transform: scale(0.9);
        opacity: 0.3;
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 0;
    }
}

@keyframes pulse {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    25% {
        transform: scale(0.3);
        opacity: 1;
    }
    50% {
        transform: scale(0.6);
        opacity: 0.6;
    }
    75% {
        transform: scale(0.9);
        opacity: 0.3;
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}





  /* ===== VIDEO BANNER ===== */
  .rvb-banner {
    position: relative;
    width: 100%;
    height: 100vh;                /* Full screen on desktop */
    max-height: 850px;            /* Prevent too tall on big screens */
    min-height: 350px;            /* Safe height for mobile */
    overflow: hidden;
  }

  .rvb-banner video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
  }

  /* Optional overlay (for text readability) */
  .rvb-banner::after {
    content: "";
    position: absolute;
    inset: 0;
    /* background: rgba(0, 0, 0, 0.3); */
  }

  /* Banner Content */
  .rvb-content {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    padding: 20px;
  }

  .rvb-content h1 {
    font-size: clamp(24px, 5vw, 52px);
  }

  /* ===== MOBILE FIX ===== */



@media (max-width: 450px) {
  .rvb-banner {
    height: 250px;
  
}

}



@media (max-width: 450px) {
  .rvb-banner {
    height: 250px;
  
}

}




@media (max-width: 750px) {

.popup-content .btn-wrap {
    padding-top: 20px;
}

}

