@charset "utf-8"; 

/* font-family: 'Inter', sans-serif; */
  @import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap');
 
  @import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800;900&display=swap');
  /* font-family: 'Playfair Display', serif; */




/* CSS Document */
body{padding:0px;margin:0px;background-color:var(--bg-white);font-size:16px;color:#303030;line-height:20px; font-family: 'Inter', sans-serif; font-weight:400;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,main,nav,section,audio,video,source{display:block;margin:0;padding:0;}
a,img{border:medium none;}
a{color:#303030;text-decoration:none;}
div{margin:0;padding:0;}
p{font-size:16px;line-height:24px;padding:0px;margin:0px;color: #350B20;}
h1,h2,h3,h4,h5,h6{font-weight:normal;padding:0px;margin:0px;line-height:30px;}
a{color:#303030;outline:none;}
ul,li{list-style:none;}
a:focus,:focus{outline:none;}
ul,ol{list-style-type:none;padding:0px;margin:0px;}
.clearfix:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0;}
.clearfix{display:inline-block;}
html[xmlns] .clearfix{display:block;}
* html .clearfix{height:1%;}
*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
.clear{clear:both;line-height:1px;padding:0px;height:0px;font-size:1px;}
.left{float:left;}
.right{float:right;}
.anim{transition:all 1s ease;-moz-transition:all 1s ease;-webkit-transition:all 1s ease;-o-transition:all 1s ease;}
.anim2{transition:all .5s ease;-moz-transition:all .5s ease;-webkit-transition:all .5s ease;-o-transition:all .5s ease;}
.row{width: 1290px;margin:auto;padding:0px;}
.text-center{text-align: center;}

header{float:left;width:100%;position:relative;z-index: 99999;background: #122968;} 
.menu-sec {}

.menu-nav {
    display: flex;
    justify-content: space-between;
    width: 100%;
    /* flex-wrap: wrap; */
    column-gap: 0;
    float: left;
    width: 100%;
    padding: 16px 0;
}

.logo {
    float: left;
}

.main-menu {
    display: flex;
}

.m-lf {
    flex: 0 1 80%;
    padding-right: 30px;
}

.m-lf ul.m-tpp {
    display: flex;
    justify-content: end;
    column-gap: 25px;
    margin-bottom: 11px;
}

.m-lf ul.m-tpp li {
    font-family: Inter;
    font-size: 10px;
    font-weight: 400;
    line-height: 12px;
    letter-spacing: 0.1em;
    text-align: center;
    color: #FFFFFF;
}

.m-lf ul.m-tpp li.call {
    font-size: 10px;
    font-weight: 400;
    line-height: 12px;
    letter-spacing: 0.1em;
    text-align: center;
    color: #FFFFFF;
    background: url(../images/call.svg) no-repeat left center;
    padding-left: 19px;
}

.m-lf ul.m-tpp li.mail {
    color: #FFFFFF;
    background: url(../images/mail.svg) no-repeat left center;
    padding-left: 20px;
}

.m-rg {
    flex: 0 1 20%;
}

.m-rg a {
    font-family: Inter;
    font-size: 14px;
    font-weight: 600;
    line-height: 12px;
    letter-spacing: 0.1em;
    text-align: center;
    color: #122968;
    background: #F8D61C;
    padding: 14px 20px;
    text-transform: uppercase;
    float: left;
    transition: all .5s ease;
    -moz-transition:all .5s ease;
    -webkit-transition:all .5s ease;
    -o-transition:all .5s ease;
}
section.inner-banner {
    float: left;
    width: 100%;
    position: relative;
}

img.in-bann {
    float: left;
    width: 100%;
}

section.inner-banner p {
    font-family: Inter;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;
    color: #FFFFFF;
    margin-bottom: 32px;
}

section.inner-banner h1 {
    font-family: Playfair Display;
    font-size: 52px;
    font-weight: 600;
    line-height: 68px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
    max-width: 480px;
}

section.cont-form {
    float: left;
    width: 100%;
    padding: 80px 0;
    position: relative;
}

section.cont-form h2 {
    text-align: center;
}

section.cont-form p {
    font-family: Inter;
    font-size: 22px;
    font-weight: 400;
    line-height: 31px;
    letter-spacing: 0em;
    text-align: center;
    color: #2A3138;
    max-width: 850px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 32px;
}

section.cont-form img {
    float: left;
    width: 100%;
}

.c-form {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding-top: 120px;
}

.c-lft {
    flex: 0 1 50%;
    padding-right: 90px;
}

section.cont-form .c-lft h2 {
    text-align: left;
    padding-right: 180px;
}

.c-lft ul {
    display: flex;
    flex-wrap: wrap;
}

.c-lft ul li {
    flex: 0 1 100%;
}

.c-lft ul li h3 {
    font-family: Inter;
    font-size: 20px;
    font-weight: 400;
    line-height: 31px;
    letter-spacing: 0em;
    text-align: left;
    color: #C79A36;
}

.c-lft ul li p {
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;
}

.c-rgt {
    flex: 0 1 50%;
}

.c-rgt ul {
    display: flex;
    flex-wrap: wrap;
    column-gap: 2%;
    row-gap: 25px;
}

.c-rgt ul li {
    flex: 0 1 49%;
}

.c-rgt ul li label {
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
    float: left;
    width: 100%;
    margin-bottom: 5px;
}

.c-rgt ul li input[type="text"] {
    border: 1px solid #0000001A;
    width: 100%;
    float: left;
    background: linear-gradient(0deg, #F9F9F9, #F9F9F9),
linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
    padding: 13px 10px;
}

.c-rgt ul li textarea {
    border: 1px solid #0000001A;
    background: linear-gradient(0deg, #F9F9F9, #F9F9F9),
linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
    float: left;
    width: 100%;
}

.c-rgt ul li input[type="submit"] {
    font-family: Inter;
    font-size: 14px;
    font-weight: 600;
    line-height: 12px;
    letter-spacing: 0.1em;
    text-align: center;
    color: #122968;
    background: #F8D61C;
    padding: 14px 20px;
    text-transform: uppercase;
    float: left;
    border: none;
    transition: all .5s ease;
    -moz-transition:all .5s ease;
    -webkit-transition:all .5s ease;
    -o-transition:all .5s ease;
    cursor: pointer;
}
section.our-location {
    float: left;
    width: 100%;
    padding-bottom: 120px;
}

section.our-location h2 {
    text-align: center;
}

section.our-location p {
    font-family: Inter;
    font-size: 22px;
    font-weight: 400;
    line-height: 31px;
    letter-spacing: 0em;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 32px;
}

section.our-location ul {
    display: flex;
    justify-content: center;
    vertical-align: middle;
}

section.our-location ul li {
    flex: 0 1 33.33%;
    text-align: center;
    padding: 0 35px;
}

section.our-location ul li h3 {
    font-family: Inter;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: center;
    margin-bottom: 15px;
}

section.our-location ul li p {
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: center;
    margin-bottom: 10px;
    min-height: 64px;
}

section.our-location ul li a {
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 0.1em;
    text-align: center;
    text-transform: uppercase;
    color: #C79A36;
    border: 1px solid #C79A36;
    padding: 22px 0;
    float: left;
    transition: all .5s ease;
    -moz-transition:all .5s ease;
    -webkit-transition:all .5s ease;
    -o-transition:all .5s ease;
    width: 100%;
}

footer {
    float: left;
    width: 100%;
    background: #122968;
    padding: 80px 0;
}

.fpad-1 {
    float: left;
    width: 100%;
    text-align: center;
}

.fpad-2 {
    float: left;
    width: 100%;
    padding-top: 10px;
}

.fpad-2 ul {
    display: flex;
    column-gap: 35px;
    justify-content: center;
}

.fpad-2 ul li {}

.fpad-2 ul li a {
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
    transition: all .5s ease;
    -moz-transition:all .5s ease;
    -webkit-transition:all .5s ease;
    -o-transition:all .5s ease;
    text-transform: capitalize;
}

.fpad-3 {
    float: left;
    width: 100%;
    padding-top: 40px;
}

.fpad-3 ul {
    display: flex;
    column-gap: 20px;
    justify-content: center;
}

.fpad-3 ul li {}

.fpad-3 ul li a {}

.copy {
    float: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 32px 0;
    margin-top: 0;
    background: #0D2159;
}

.copy p {
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
}

.copy p a {
    color: #C79A36;
}
 
.m-lf ul.m-tpp li.mail a{color: #FFFFFF;}
.logo a{
    position: absolute;
    top: 13px;
}
.b-cnt{
    position: absolute;
    transform: translate(0,-50%);
    top: 50%;
}
h2{
    font-family: Playfair Display;
    font-size: 46px;
    font-weight: 600;
    line-height: 60px;
    letter-spacing: 0em;
    text-align: left;
    color:  #C79A36;
    margin-bottom: 32px;
    }

    .c-lft ul li:nth-child(2){
    flex: 0 1 50%;
}
    .c-lft ul li:nth-child(3){
    flex: 0 1 50%;
}
.c-rgt ul li:nth-child(5){
    flex: 0 1 100%;
}
.c-rgt ul li:nth-child(6){
    flex: 0 1 100%;
}

section.our-location p span{
    font-weight: 600;
    color:  #C79A36;
}
.fpad-1 img{width: 175px;}
.rs-menu a span{color: #F8D61C;}
.m-rg a:hover{
    background: #fff;
    color: #122968;
}
.c-rgt ul li input[type="submit"]:hover{ background: #122968;   color:  #F8D61C;}
section.our-location ul li a:hover{background: #C79A36; color: #fff;}
.fpad-3 ul li a:hover{opacity: 0.7;transition: all .5s ease;-moz-transition:all .5s ease;-webkit-transition:all .5s ease;-o-transition:all .5s ease;}
.fpad-2 ul li a:hover{color: #F8D61C;}

section.acqua {
    float: left;
    width: 100%;
    padding: 80px 0 120px 0;
}

section.acqua h2 {
    text-align: center;
}

section.acqua p {
    font-family: Inter;
    font-size: 22px;
    font-weight: 400;
    line-height: 31px;
    letter-spacing: 0em;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 32px;
}

section.acqua ul {
    display: flex;
    flex-wrap: wrap;
    column-gap: 2%;
    row-gap: 30px;
}

section.acqua ul li {
    flex: 0 1 32%;
    border: 1px solid #C79A36;
    padding: 30px;
    border-radius: 16px;
}

section.acqua ul li h3 {
    font-family: Inter;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: left;
    color: #122968;
    margin: 15px 0;
}

section.acqua ul li p {
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
}

section.vision {
    float: left;
    width: 100%;
    padding: 120px 0;
    background: #FFFAEF;
}

section.vision h2 {}

section.acqua ul li p span {
    font-weight: 600;
}

section.vision p {
    font-family: Inter;
    font-size: 22px;
    font-weight: 400;
    line-height: 35px;
    letter-spacing: 0em;
    text-align: left;
    color: #555555;
    max-width: 660px;
}

section.seets {
    float: left;
    width: 100%;
    padding: 120px 0 0;
}

section.seets ul {}

section.seets ul li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 120px;
}

.sw-lft {
    flex: 0 1 50%;
}

.sw-lft img {
    float: left;
    width: 100%;
}

.sw-rgt {
    flex: 0 1 50%;
    padding-left: 80px;
}

.sw-rgt h2 {}

.sw-rgt p {
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 22px;
    color: #555555;
}

.sw-rgt p span {
    font-weight: 700;
}

img.fb-im {
    float: left;
    width: 100%;
}
section.vision p span{
    font-weight: 700;
}
section.seets ul li:nth-child(2n) .sw-lft{
    order: 1;
}
section.seets ul li:nth-child(2n) .sw-rgt{
    order: 0;
    padding-left: 0;
    padding-right: 80px;
}
.fpad-1 h2{
    text-align: center;
}
.ssd{display: flex;justify-content: space-between;}
section.acqua ul li:hover img{ transform: rotateY(180deg);}
section.acqua ul li img{transition:all .5s ease;-moz-transition:all .5s ease;-webkit-transition:all .5s ease;-o-transition:all .5s ease;}
.is-sticky .logo img{/* width: 100px; */transform: scale(0.6);top: -30px;position: relative;}
.logo img{transition:all .5s ease;-moz-transition:all .5s ease;-webkit-transition:all .5s ease;-o-transition:all .5s ease;}

/* mobile menu css */
.mobile-menu {position:fixed;top: 51px;width:100%;z-index: 9999;background: #122968;height: 100vh;overflow:auto;padding:20px 15px;opacity: 0;visibility: hidden;transition: all 0.2s ease;} 
.m-menu img { width: 20px;}
.mobile-menu .mob-main {float:left;width:100%;padding-top: 40px;}
.mobile-menu .logo { float:left; padding:20px; width:100%;}
.mobile-menu .logo img { float:left; background: none; background: #ffffff;}
.mobile-menu.slow { opacity: 1; visibility: visible; }
.mobile-menu .nav { width: 100%;  background: #fff; float: left;  padding: 0 0 75px 0; height:100%;}
.m-menu {float: right;z-index: 999999;position: absolute;right: 10px;display:none;width: 30px;height: 15px;top: 15px;margin: 0px 0 0 0;-webkit-transform: rotate(0deg);-moz-transform: rotate(0deg);-o-transform: rotate(0deg);transform: rotate(0deg);-webkit-transition: .5s ease-in-out;-moz-transition: .5s ease-in-out;-o-transition: .5s ease-in-out;transition: .5s ease-in-out;cursor: pointer;}
.m-menu a { display: block;float: left;    min-height: 27px;    min-width: 30px;}
.m-menu span { display: block; position: absolute; height: 2px; width: 100%; background: #fff; border-radius: 0px; opacity: 1; left: 0; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg);  -webkit-transition: .25s ease-in-out; -moz-transition: .25s ease-in-out; -o-transition: .25s ease-in-out; transition: .25s ease-in-out; }  
.m-menu:hover span { background:#fff; }
.wht-logo-hdr .m-menu span { background: #ffffff;}
.wht-logo-hdr .m-menu:hover span { background: #ffffff;}

/* Icon 4 */
.m-menu span:nth-child(1) { width: 24px; top: 0px; -webkit-transform-origin: left center; -moz-transform-origin: left center; -o-transform-origin: left center; transform-origin: left center; }
.m-menu span:nth-child(2) { width: 24px; left: auto;  top: 7px; -webkit-transform-origin: left center; -moz-transform-origin: left center; -o-transform-origin: left center; transform-origin: left center; }
.m-menu span:nth-child(3) { width: 24px; top: 15px; -webkit-transform-origin: left center; -moz-transform-origin: left center; -o-transform-origin: left center; transform-origin: left center; }
.m-menu.open span:nth-child(1) {-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-o-transform: rotate(45deg);transform: rotate(45deg);top: 0px;left: 4px;background: #fff;}
.m-menu.open span:nth-child(2) { width: 0%; opacity: 0;}
.m-menu.open span:nth-child(3) {-webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);-o-transform: rotate(-45deg);transform: rotate(-45deg);top: 17px;left: 4px;background: #fff;}
ul.nav-menu li {
    text-align: center;
    /* margin-bottom: 20px; */
}
.mobile-menu .mob-main .m-rg{text-align: center;padding-top: 30px;}
.mobile-menu .mob-main .m-rg a{float: none;}


section.cont-form img.sw {
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

section.cont-form img.f-im {
    width: auto;
    margin: 0 auto;
    float: none;
}

section.gateway {
    float: left;
    width: 100%;
    text-align: center;
    background: #FFFAEF;
    padding: 120px 0 40px;
    position: relative;
}

section.gateway h2 {
    text-align: center;
}

section.gateway p {
    font-family: Inter;
    font-size: 22px;
    font-weight: 400;
    line-height: 31px;
    letter-spacing: 0em;
    text-align: center;
    margin-bottom: 32px;
}

ul.tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 15px;
}

ul.tabs li.tab-link.current {
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0em;
    text-align: center;
    text-transform: uppercase;
    color: #C79A36;
    padding: 15px 25px;
    border: 1px solid #C79A36;
    border-radius: 50px;
    cursor: pointer;
    position: relative;
}

ul.tabs li.tab-link {
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0em;
    text-align: center;
    text-transform: uppercase;
    padding: 15px 25px;
    cursor: pointer;
}

div#tab-container {
    float: left;
    width: 100%;
    padding-top: 70px;
}

.tab-content {
    display: none;
}

.tab-content ul {
    display: flex;
    flex-wrap: wrap;
    column-gap: 3.5%;
    justify-content: center;
}

.tab-content ul li {
    flex: 0 1 31%;
    text-align: left;
}

.tab-content ul li img {
    float: left;
    width: 100%;
}

.tab-content ul li h3 {
    font-family: Playfair Display;
    font-size: 26px;
    font-weight: 500;
    line-height: 34px;
    letter-spacing: 0.01em;
    text-align: left;
    margin: 16px 0;
    float: left;
    width: 100%;
}

.tab-content ul li p {
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    float: left;
    width: 100%;
}

a.sh {
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    line-height: 12px;
    letter-spacing: 0.1em;
    text-align: center;
    background: #C79A36;
    padding: 20px;
    transition: all .5s ease;
    -moz-transition:all .5s ease;
    -webkit-transition:all .5s ease;
    -o-transition:all .5s ease;
    border-radius: 50px;
    color: #fff;
    text-transform: uppercase;
    margin-top: 50px;
    display: inline-block;
}

section.sweet-del {
    float: left;
    width: 100%;
    padding: 120px 0;
    background: url(../images/sh-2.webp) no-repeat left center;
    position: relative;
}

.spad {
    width: 750px;
    float: right;
}

.spad h2 {}

.spad p {
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
}

.spad ul {
    display: flex;
    flex-wrap: wrap;
    column-gap: 3%;
    row-gap: 25px;
    margin-top: 40px;
}

.spad ul li {
    flex: 0 1 48%;
    border: 1px solid #C79A36;
    padding: 30px;
    border-radius: 16px;
}

.spad ul li h3 {
    font-family: Inter;
    font-size: 26px;
    font-weight: 600;
    line-height: 35px;
    letter-spacing: 0em;
    text-align: left;
    color: #122968;
    margin-bottom: 16px;
}

.spad ul li p {}

img.fam {
    float: left;
    width: 100%;
}

section.experience {
    float: left;
    width: 100%;
    padding: 60px 0;
    position: relative;
    text-align: center;
}

section.experience h2 {
    text-align: center;
}

section.experience p {}

section.experience a.sh {}

section.iicaro {
    float: left;
    width: 100%;
    text-align: center;
    padding-bottom: 120px;
}

section.iicaro h2 {
    text-align: center;
}

section.iicaro p {}

#our-service-lst {
    float: left;
    width: 100%;
    margin-top: 60px;
}

#our-service-lst ul li {
    flex: 0 1 100%;
}
.tab-content.current{
    display: block;
}
#our-service-lst ul li img{width: 100%;}
a.sh:hover{background: #122968;
}

section.experience::before{position: absolute;content: "";background: url(../images/sh-3.webp) no-repeat;width: 168px;height: 273px;left: 0;top: 40px;}
section.experience::after{position: absolute;content: "";background: url(../images/sh-4.webp) no-repeat;width: 168px;height: 303px;right: 0;top: 150px;}
section.sweet-del::before{position: absolute;content: "";background: url(../images/sh-1.webp) no-repeat;width: 160px;height: 252px;right: 0;top: -140px;}
ul.tabs li.tab-link.current::before{position: absolute;content: ".";left: 10px;font-size: 32px;top: 6px;}
ul.tabs li.tab-link.current::after{    right: 10px;position: absolute;content: ".";
    font-size: 32px;
    top: 6px;}
    section.cont-form.text-center{padding-bottom: 0;}
    .tre-full {
    float: left;
    width: 100%;
    padding: 0 130px;
    margin-bottom: 120px;
    position: relative;
}

.tre-full img {
    float: left;
    width: 100%;
}

.tre-full-cnt {
    float: left;
    width: 100%;
    background: #fff;
    padding: 80px 0;
}

.tre-full-cnt h2 {}

.tre-full-cnt ul {
    display: flex;
    flex-wrap: wrap;
    column-gap: 2%;
    row-gap: 25px;
}

.tre-full-cnt ul li {
    flex: 0 1 32%;
    font-family: Inter;
    font-size: 22px;
    font-weight: 400;
    line-height: 31px;
    letter-spacing: 0em;
    text-align: center;
}

.tre-lft {
    flex: 0 1 50%;
    background: #fff;
    padding: 80px;
}

section.gateway .tre-lft h2 {
    text-align: left;
}

.tre-lft ul {
    display: flex;
    flex-wrap: wrap;
    row-gap: 25px;
}

.tre-lft ul li {
    font-family: Inter;
    font-size: 22px;
    font-weight: 400;
    line-height: 31px;
    letter-spacing: 0em;
    text-align: left;
    flex: 0 1 100%;
}

.tre-rgt {
    /* float: left; */
    /* width: 50%; */
    flex: 0 1 50%;
}

.tre-rgt img {
    float: left;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tre-full.er{
    display: flex;
    vertical-align: middle;
    text-align: left;
    flex-wrap: wrap;
}

section.gateway.explo-treat::before{position: absolute;content: "";background: url(../images/ts-1.webp) no-repeat;width: 147px;height: 275px;left: 0;top: 9%;}
section.gateway.explo-treat::after{position: absolute;content: "";background: url(../images/ts-2.webp) no-repeat;width: 147px;height: 275px;right: 0;top: 25%;}
span.sh{position: absolute;left: 0;top: 45%;background: url(../images/ts-3.webp) no-repeat;width: 167px;height: 317px;} 




.flex-caption p{
    font-family: Inter;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.flex-caption h1{
    font-family: Playfair Display;
    font-size: 52px;
    font-weight: 600;
    line-height: 62.4px;
    text-align: left;
    color: #fff;
}

.flex-control-nav li a.flex-active::after{position: absolute;content: "";width: 22px;height: 22px;border: 2px solid #fff;border-radius: 100px;left: -8px;top: -8px;}
.flex-direction-nav li .flex-next:hover{background: #0D2159 url(../images/left-arrow-w.svg) no-repeat center center;}
.flex-direction-nav li .flex-prev:hover{background: #0D2159 url(../images/left-arrow-w.svg) no-repeat center center;}

.fpad-3 ul li a img{width: 30px;}