/* General Styles */


/* 1️⃣ General Reset */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscsale;
    overflow-x: hidden;
}

img {
    max-width: 100%;
}


/* 2️⃣ Body Styles */

body {
    font-family: "Nunito Sans", sans-serif;
    font-size: 18px;
    color: #333;
    background-color: #f8f9fa;
    /* Light gray background */
    line-height: 1.2;
      overflow-x:hidden;
}
main{
    overflow:hidden;
}

/* 3️⃣ Page Wrapper */

#page-wrapper {}

.wrapper {
    width: 100%;
    max-width: 1199px;
    padding: 0 30px;
    margin: 0 auto;
}
.innerwrapper-332{
        width: 100%;
    max-width: 332px;
}
.innerwrapper-748{
        width: 100%;
    max-width: 748px;
    margin: 0 auto;
}
.innerwrapper-940{
        width: 100%;
    max-width: 940px;
    margin: 0 auto;
}

/* 4️⃣ Responsive Adjustments */

@media (max-width: 768px) {
    #page-wrapper {
        box-shadow: none;
        /* Remove shadow for mobile */
        border-radius: 0;
    }
}

p {
    line-height: 1.2;
}
strong{
    font-weight:800;
}

.main-banner-title{
    font-family: "Special Gothic Condensed One", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size:70px;
}

.text-center {
    text-align: center;
}
.text-uppercase {
    text-transform: uppercase;
}
.text-right {
    text-align: right;
}

.text-white {
    color: white;
}

.text-teal {
    color: #017077;
}

.text-teal-light {
    color: #6CBAC8;
}
.bg-white {
    background-color: #fff;
}
.bg-grey {
    background-color:#F7F7F7;
    border-radius:70px;
}

.dflex {
    display: flex;
    gap: 28px;
}

.font-big {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.5;
}

blockquote {
    color: #017077;
    font-size: 25px;
    font-style: italic;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 25px;
}

h3 {
    font-size: 30px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
}

h4 {
    font-size: 25px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
}
.font-sgco-70{
    /* sub page title */
    font-size:70px;
      font-family: "Special Gothic Condensed One", sans-serif;
  font-weight: 400;
}

.font-sgco-64{
    /* sub page title */
    font-size:64px;
      font-family: "Special Gothic Condensed One", sans-serif;
  font-weight: 400;
}

.font-sgco-48{
    /* sub page section title */
    font-size:48px;
      font-family: "Special Gothic Condensed One", sans-serif;
  font-weight: 400;
  text-transform:uppercase;
}
.font-sgco-40{
    /* sub page section title */
    font-size:40px;
      font-family: "Special Gothic Condensed One", sans-serif;
  font-weight: 400;
}
.font-sgco-36{
    /* sub page section title */
    font-size:36px;
      font-family: "Special Gothic Condensed One", sans-serif;
  font-weight: 400;
}
.font-sgco-32{
    /* sub page section title */
    font-size:32px;
      font-family: "Special Gothic Condensed One", sans-serif;
  font-weight: 400;
}
.font-sgco-27{
    /* sub page section title */
    font-size:27px;
      font-family: "Special Gothic Condensed One", sans-serif;
  font-weight: 400;
}
.font-sgco-24{
    /* sub page section title */
    font-size:24px;
      font-family: "Special Gothic Condensed One", sans-serif;
  font-weight: 400;
}
.font-meaculpa-66{
    font-size:66px;
  font-family: "Mea Culpa", cursive;
  font-weight: 400;
}
.font-meaculpa-55{
    /* message title */
    font-size:55px;
  font-family: "Mea Culpa", cursive;
  font-weight: 400;
}
.font-meaculpa-35{
    /* message title */
    font-size:35px;
  font-family: "Mea Culpa", cursive;
  font-weight: 400;
}
.font-kalam-30{
    /* sub page quote */
     font-size:30px;
      font-family: "Kalam", cursive;
  font-weight: 400;
  font-style: normal;
}

.font-kalam-28{
    /* sub page quote */
     font-size:28px;
      font-family: "Kalam", cursive;
  font-weight: 400;
  font-style: normal;
}
.font-kalam-25-300{
    /* sub page quote */
     font-size:25px;
      font-family: "Kalam", cursive;
  font-weight: 300;
  font-style: normal;
}
.font-kalam-24{
    /* sub page quote */
     font-size:24px;
      font-family: "Kalam", cursive;
  font-weight: 400;
  font-style: normal;
}
.font-nunito-24{
     font-size:24px;
      font-family: "Nunito Sans", sans-serif;
}
.font-nunito-20{
     font-size:20px;
      font-family: "Nunito Sans", sans-serif;
}

@keyframes shine {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
@media (max-width: 1300px) {
}

@media (max-width: 991px) {
    body{font-size:16px;}
.font-meaculpa-66{
    font-size:50px;
}
.font-sgco-64{
font-size:42px;
}
.font-sgco-48{
    font-size:36px;
}
.font-sgco-36{
    font-size:28px;
}
.font-sgco-32{
    font-size:26px;
}
.font-kalam-30{
font-size:22px;
}

.font-meaculpa-55 {
    font-size: 35px;
}
}
@media (max-width: 767px) {
    .font-meaculpa-66{
    font-size:36px;
}
.font-sgco-48{
    font-size:30px;
}
.font-sgco-40 {
    font-size: 30px;
}
}

@media (max-width: 500px) {
      body{font-size:14px;}
 .font-meaculpa-55 {
    font-size: 32px;
}

.font-sgco-32 {
    font-size: 22px;
}
.font-nunito-20 {
    font-size: 16px;
}

}
.pall-100 {
    padding: 100px;
}
.pall-85 {
    padding: 85px;
}
.pbottom-0 {
    padding-bottom: 0 !important;
}
.pbottom-10 {
    padding-bottom: 10px;
}
.pbottom-85 {
    padding-bottom: 85px;
}
.pbottom-100 {
    padding-bottom: 100px;
}
.mbottom-100{
    margin-bottom:100px;
}
.mbottom-50{
    margin-bottom:50px;
}
.mbottom-25 {
    margin-bottom: 25px;
}

.mbottom-10 {
    margin-bottom: 10px;
}

.mbottom-5 {
    margin-bottom: 5px;
}

.mbottom-0 {
    margin-bottom: 0px;
}
.mtop-10{
    margin-top:10px;
}
.mtop-20{
    margin-top:20px;
}
.mtop-30{
    margin-top:30px;
}
.mtop-50{
    margin-top:50px;
}
.mtop-70{
    margin-top:70px;
}
.mtop-115{
    margin-top:115px;
}
.mtop-100{
    margin-top:100px;
}
.mauto{
    margin-left:auto;
    margin-right:auto;
}
@media (max-width: 991px) {
    
.mtop-115{
    margin-top:60px;
}
.mtop-100{
    margin-top:55px;
}
.mbottom-100{
    margin-bottom:55px;
}
.pall-100,
.pall-85 {
    padding: 50px;
}
.mtop-70{
    margin-top:50px;
}
.pbottom-85 {
    padding-bottom: 50px;
}
.pbottom-100 {
    padding-bottom: 50px;
}
}

@media (max-width: 767px) {
    .mtop-50{
    margin-top:25px;
}
.mtop-70{
    margin-top:30px;
}
.mtop-10{
    margin-top:5px;
}
.pall-100,
.pall-85 {
    padding: 50px 30px;
}
}
header {
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 99;
}

a {
    text-decoration: none;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.readmore {
    background: #056571;
    color: white;
    padding: 15px 25px;
    display:inline-block;
    border:1px solid #056571;
}
.readmore:hover{
    border:1px solid #056571;
    background-color:transparent;
    color:#056571;
}

@media (max-width: 767px) {
.readmore {
 padding: 10px 12px;
}

}

/* hide initially */
.wow-group .item {
    opacity: 0;
    transform: translateY(20px);
}

/* animation */
@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* visible state */
.wow-group .item.item-visible {
    animation: fadeUp 0.8s ease forwards;
}

/* hide initially */
.wow-group.fadeInScale .item {
    opacity: 0;
    transform: scale(0.8);
}

/* animation */
@keyframes fadeScale {
    from {
        opacity: 0;
       transform: scale(0.8);
    }
    to {
        opacity: 1;
       transform: scale(1);
    }
}

/* visible state */
.wow-group.fadeInScale .item.item-visible {
    animation: fadeScale 0.8s ease forwards;
}


/* Logo */

#logo-wrapper {
box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    background: #fff;
    border-radius: 0 0 20px 20px;
    width: 90px;
    height: 126px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 20px;
    position: absolute;
    margin-left: 29px;
}

@media (max-width: 991px) {
    #logo-wrapper {
        width: 120px;
        height: 145px;
        padding: 20px;
    }
}
@media (max-width: 767px) {
    #logo-wrapper {
       width: 92px;
        height: 118px;
        padding: 12px;
    }
}

/* Navigation Button */

.nav-toggle {
    position: fixed;
    top: 0px;
    right: 0px;
    font-size: 24px;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 99;
}

.nav-icon {
    background-color: #017077;
    border-radius: 0 0 0 20px;
  width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: column;
    gap: 7px;
}

.nav-icon .bar {
    width: 22px;
    height: 3px;
    background-color: #fff;
    display: block;
}


/* Navigation Menu */

.nav-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height:580px;
    max-height: 100vh;
    background-color: #6cbac8;
    color: white;
    transform: translateX(100%);
    transition: transform 0.4s ease-in-out;
    max-width: 810px;
    border-radius: 0 0 0 50px;
    z-index: 99999;
}

.nav-menu.active {
    transform: translateX(0);
}



/* Menu Items */
.nav-wrapper{
    margin: 89px 100px 89px 89px;
    height: calc(100% - 100px);
    scrollbar-color: #6cbac8 #f1f1f1;
    scrollbar-width: thin;
    overflow-y: auto;
    scrollbar-gutter: stable;
}

.nav-menu ul {
    list-style: none;
    padding: 0;
  
    
}

.nav-menu ul ul>li {
    margin: 10px 0;
}

.navul {
    height: 100%;
    
}

.navul>ul>li>a {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    
}

.navul>ul>li {
    margin: 20px 0 28px;
   break-inside: avoid-column;
}
.navul>ul>li:first-child {
    margin-top: 0;

}

.nav-menu a {
    text-decoration: none;
    color: white;
    font-size: 18px;
    font-weight: bold;
    position: relative;
      border-bottom: 2px solid transparent;
    padding-bottom:1px;
    display:inline-block;
}

.nav-menu a.active:not(.dull),
.nav-menu a:not(.dull):hover{
    border-bottom: 2px solid #fff;
}

/* .nav-menu a.active:not(.dull):after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #fff;
    margin: 5px 0;
    position: absolute;
    left: 0;
    bottom: -7px;
} */

/* .nav-menu a:not(.dull):hover::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #fff;
    margin: 5px 0;
    position: absolute;
    left: 0;
    bottom: -7px;
} */

.navul>ul>li ul li a {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: normal;
}

.navul::-webkit-scrollbar {
    width: 8px;
    /* Width of scrollbar */
}

.navul::-webkit-scrollbar-thumb {
    background: #888;
    /* Color of the scrollbar */
    border-radius: 4px;
}

.navul::-webkit-scrollbar-track {
    background: #f1f1f1;
    /* Background of the scrollbar track */
}


/* Submenu */

.submenu {
    padding-left: 20px;
}

@media (min-width: 481px) {
    .navul>ul {
        column-count: 2;
        gap: 27px;
    }
    
}

@media (max-width: 480px) {
    .nav-menu {
        padding-bottom: 90px;
    }
}


/* Layout */

.sec {
    padding-top: 88px;
    padding-bottom: 88px;
}

.sec-half {
    padding-top: 44px;
    padding-bottom: 44px;
}

.img-roundcorner {
    border-radius: 20px;
}

/* Close Button */

.close-nav {
    position: fixed;
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: column;
    gap: 10px;
    background: none;
    border: none;
    cursor: pointer;
    width: 70px;
    height: 70px;
    background-color: #017077;
    border-radius: 0 0 0 20px;
}

.close-nav .x-icon {
    width: 22px;
    height: 22px;
}

.close-nav .x-icon .line {
    width: 22px;
    height: 3px;
    background-color: #fff;
    display: block;
}

.close-nav .x-icon .line:first-child {
    transform: rotate(45deg);
    translate: 0 9px;
}

.close-nav .x-icon .line:last-child {
    transform: rotate(135deg);
    translate: 0 6px;
}

@media (max-width: 991px) {
    .nav-icon,
    .close-nav {
        width: 80px;
        height: 85px;
    }
}


/* Columns Settings */
.col-flex{
    display: flex;
    align-items: stretch;
    gap: 10px;
}

.col-1-2 {
    display: grid;
    align-items: stretch;
    grid-template-columns: 24.5% auto;
    gap: 75px;
}
.col-50-50 {
    display: grid;
    align-items: stretch;
    grid-template-columns: 1fr 1fr;
    gap:20px;
    width:100%;
}
.col-1-1 {
    display: grid;
    align-items: stretch;
    grid-template-columns: calc(50% - 50px) calc(50% - 50px);
    gap: 100px;
    width:100%;
}

.col-1-4 {
    display: grid;
    align-items: stretch;
    grid-template-columns: 1fr 5fr;
    gap: 75px;
}

.col-1-2-2 {
    display: grid;
    align-items: stretch;
    grid-template-columns: 1fr 2fr 3fr;
    gap: 75px;
}

.col-1-1-1 {
    display: grid;
    align-items: stretch;
    grid-template-columns: calc(100% / 3 - 32px) calc(100% / 3 - 32px) calc(100% / 3 - 32px);
    gap: 25px 48px;
}
.col-1-1-1-1 {
    display: grid;
    align-items: stretch;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
}

.col-2-3 {
    display: grid;
    align-items: stretch;
    grid-template-columns: calc(40% - 50px) calc(60% - 10px);
    gap: 60px;
}

.col-1-5 {
    display: grid;
    align-items: stretch;
    grid-template-columns: 21% auto;
    gap: 40px;
}

.col-img-quote{
     display: grid;
    align-items: stretch;
    grid-template-columns: auto calc(505px / 940px * 100%);
    gap: 95px;
    width:100%;
}

.wrapper-xxl .col-1-1 {
    gap: 45px;
    grid-template-columns: calc(50% - 22px) calc(50% - 22px);
}

@media (max-width: 1200px) {
    .wrapper-xxl .col-1-1 {
        margin: 0 38px;
    }
}

@media (max-width: 767px) {

.col-1-1.col-align-center .innerwrapper-332{
    margin:0 auto 30px;
}
}


.rtl {
    direction: rtl;
}

.ltr {
    direction: ltr;
}

.col-align-start {
    align-items: start;
}

.col-align-center {
    align-items: center;
}

.col-align-end {
    align-items: end;
}

.flex-shrink-0{
    flex-shrink: 0;
}
.col-justify-center{
    justify-content: center;
}
.gap-20{
    gap:20px;
}
@media (min-width: 1024px) {
    #counter1 {
        font-size: 100px;
    }
}

@media (max-width: 991px) {
    .col-1-2,
    .slider .col-1-1,
    .col-2-3,
    .col-1-5,
    .col-1-4{
                display: flex;
        flex-direction: column;
                gap: 30px;
                align-items: center;
    }
    .col-img-quote{
        gap:20px;
    }
   
    .sec {
        padding-top: 66px;
        padding-bottom: 66px;
    }
    .sec-half {
        padding-top: 22px;
        padding-bottom: 22px;
    }
    .wrapper-xxl .col-1-1 .smallwidth {
        max-width: 100% !important;
    }
    .col-1-1-1-1{
        gap:20px !important;
    }
}
@media (max-width: 767px) {
    .col-img-quote,
    .col-1-1{
                display: flex;
        flex-direction: column;
                gap: 30px;
                align-items: center;
    }
      .col-img-quote {
        text-align:center;
         gap: 30px;
     }
     .col-flex{
       justify-content: center;
     }
}

.line-separator{
            border:1px solid #37393F;
            height:2px;
            width:100%;
            opacity: 0.3;
        }


.slick-prev,
.slick-next {
    width: 57px !important;
    height: 57px !important;
    z-index: 9;
    top:calc( 50% - 44px ) !important;
}

.slick-prev {
    left: 45px !important;
}

.slick-next {
    right: 23px !important;
}

.slick-prev:before,
.slick-next:before {
    content: "" !important;
    display: block;
    width: 43px;
    height: 44px;
    background-repeat:no-repeat;
}

.slick-prev:before {
    background-image: url('img/slick-prev.svg');
}

.slick-next:before {
    background-image: url('img/slick-next.svg');
}


.slick-slide > div{
    padding:20px 125px;
}

@media (max-width: 767px) {

.slick-prev {
    left: 10px !important;
}

.slick-next {
    right: 0px !important;
}

}

#site-footer{
    background-color:#EEEEEE;
    padding:50px 0;
}
@media (max-width: 991px) {
#site-footer,
#site-footer .text-right{
text-align:center;
}
}


.message-frame{
    position:relative;
}
.message-frame .content-wrapper{
    border: 1px solid #000000;
    
    display: flex;
    align-items: center;
    gap: 50px;
    justify-content: space-around;
    position:relative;
       

}

.message-frame .topleft,
.message-frame .topright,
.message-frame .bottomleft,
.message-frame .bottomright{
    content:url('img/corner-pattern.svg');
position: absolute;
z-index:9;
}
.message-frame .topleft{
top: -14px;
left: -13px;
}
.message-frame .topright{
    transform:rotate(90deg);
    top: -18px;
right: -8px;
}
.message-frame .bottomleft{
transform: rotate(270deg);
bottom: -18px;
left: -9px;
}
.message-frame .bottomright{
    transform:rotate(180deg);
    bottom: -14px;
right: -13px;
}
.message-line::after{
    content: '';
    display: block;
    width:100%;
    max-width: 261px;
    height: 7px;
    background-image:url('img/message-line.svg');
    margin-top: 25px;
    
    margin-left: auto;
    margin-right: auto;
    z-index: 9;
    position: relative;
}

