*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
@font-face {
    font-family:Interregular ;
    src: url('../fonts/inter/Inter-Regular.ttf');
}
@font-face {
    font-family:Intermedium ;
    src: url('../fonts/inter/Inter-Medium.ttf');
}
@font-face {
    font-family: Onestlight ;
    src: url('../fonts/onest/Onest-Light.ttf');
}
@font-face {
    font-family: Onestthin ;
    src: url('../fonts/onest/Onest-Thin.ttf');
}
@font-face {
    font-family: Onestregular ;
    src: url('../fonts/onest/Onest-Regular.ttf');
}
@font-face {
    font-family: Onestmedium;
    src: url('../fonts/onest/Onest-Medium.ttf');
}
@font-face {
    font-family: Onestsemibold;
    src: url('../fonts/onest/Onest-SemiBold.ttf');
}
@font-face {
    font-family: Onestbold;
    src: url('../fonts/onest/Onest-Bold.ttf');
 }

@font-face {
    font-family: Robotoregular;
    src: url('../fonts/roboto/Roboto-Regular.ttf');
}
@font-face {
    font-family: Robotomedium;
    src: url('../fonts/roboto/Roboto-Medium.ttf');
}  
@font-face {
    font-family: Robotolight;
    src: url('../fonts/roboto/Roboto-Light.ttf');
}  

body{
    font-family: 'Navigo Regular' !important;
}
.banner-section{
   position: relative; 
    
}
.banner-section::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: linear-gradient(355.2deg, rgba(0, 0, 0, 0) 27.74%, rgba(0, 0, 0, 0.5481) 68.76%, rgba(0, 0, 0, 0.63) 94.51%);

}







    /* About project section */
 .about-section-inner{
    color: #DBDBDB;
 background: linear-gradient(360deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.47) 100%);
 background-color: #0B1547;
 }
 .about-section .title{
    color: #DBDBDB;
    font-size: 24px;
    line-height: 41px;
    font-weight: 500;
 }
 .about-specification .specific-list h3{
    color: #DBDBDB;
    font-size: 27px;
    font-weight: 500;
    line-height: 35px;
    margin: 0px;
 }
 .about-specification .specific-list h3 span{
    color: #DBDBDB;
    font-size: 15px;
    font-weight: 400;
 }
 .about-specification{
    /* border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-image: linear-gradient(to right, #fff, #3F4D9A),linear-gradient(to right, #3F4D9A, #fff);
    border-image-slice: 1; */
 }
 .about-specification{
    position: relative;
 }
 .about-specification::before{
    content: '';
      width: 100%;
      height: 1px;
      background: linear-gradient(90deg, #FFFFFF 35%, #3F4D9A 100%);
      top: 0px;
      left: 0px;
      position: absolute;

 }
 .about-specification::after{
    content: '';
      width: 100%;
      height: 1px;
      background: linear-gradient(90deg, #3F4D9A 0%, #fff 100%);
      bottom: 0px;
      left: 0px;
      position: absolute;

 }
  .about-section .about-text{
    font-size: 16px;
    font-weight: 300;
    line-height: 23px;
    color: #E8E8E8;
  } 
  .about-section{
    position: relative;
    top: -26px;
    z-index: 0;
  }


  /* location hightlight section */

.location-section h1.title {
    color: #000;
    font-size: 27px;
    font-family: 'Navigo Medium';
    letter-spacing: 1.08px;
    letter-spacing: 0.88px;
    font-weight: 600;
}
.highlight-list{
    position: relative;
}
.mbl-v1-d-b{
display: none;
}
.highlight-list::before{
    content: '';
    width: 6px;
    height: 6px;
    background-color: #000;
    left: -9px;
    top: 6px;
    position: absolute;
}
.location-highlights h4 {
    color: #000;
    font-family: 'Navigo Medium';
    font-size: 16.86px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    text-transform: uppercase;
}
.place-name {
    background-color: #fff;
    position: relative;
    overflow: hidden;
}
.place-name hr {
    margin: 0px;
    border-style: dashed;
    position: absolute;
    width: 100%;
    top: 14px;
    z-index: 1;
}
.place-name p {
    background: #fff;
    position: relative;
    z-index: 2;
    /* width: max-content; */
    color: #545454;
    font-family: 'Navigo Medium';
    padding-right: 4px;
    letter-spacing: 0.56px;
    display: inline-block;
    margin-bottom: 8px;
    font-size: 14px;
    min-width: 70%;
    max-width: 70%;
    font-weight: 400;
    position: relative;
    padding-left: 12px;
}
.place-name p:before{
    content: '';
    width: 3px;
    height: 3px;
    background-color: #000;
    border-radius: 50px;
    position: absolute;
    top: 9px;
    left: 0px;
}
.location-highlights{
    border-top: 1px dashed #000;
    border-bottom: 1px dashed #000;
}
.location-highlights .highlight-list{
    margin: 12px 14px 8px 14px  ;
}

.at-title h2 {
    font-size: 22px;
    font-weight: 600;
    padding: 10px 0px;
    margin: 0;
    color: #000;
    font-family: 'Navigo Medium';
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    /* line-height: 50px; */
}
.at-title {
    cursor: pointer;
    /* background-color: #f5f5f5; */
    position: relative;
    transition: background-color 0.3s ease;
    border-bottom: 1px solid #939393c4;
}
.according-tabs{
    display: flex;
}
.according-tabs .tabs-btn{
    color: #fff;
    background: #0B1547;
    padding: 12px;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 1px;
    cursor: pointer;
    
}
.according-tabs .tabs-btn.selected{
   background:#e46c50;
    font-weight: 500;
    letter-spacing: 1.2px;
}
.according-tabs .tabs-btn:not(:last-child){
    border-right: 1.2px solid #fff;
}


/* SpaceMax section */
/* .spacemax-inner{
    background: linear-gradient(0deg, #2396D8 -23.38%, #134F72 100%);

} */
.spacemax-inner .title{
    font-size: 23px;
    font-weight: 500;
    line-height: 36px;
    color: #fff;
}
.spacemax-list h2{
    font-size: 40px;
    font-weight: 400;
    line-height: 40px;
    color: #fff;
    position: relative;
}
.spacemax-list h2::before{
    content: '';
    width: 14px;
    height: 14px;
    top: 8px;
    left: -3px;
    position: absolute;
    border-radius: 50%;


}
.spacemax-list h2:nth-child(1)::before{
    background-color: #FFCB05;
}
.spacemax-list h2:nth-child(2)::before{
    background-color: #9AD49A;
}
.spacemax-list h2:nth-child(3)::before{
    background-color: #ED7F66;
}
.spacemax-box{
    background-color: #fff;
    width: 55%;
    margin:  0 auto;
    
}
.spacemax-box p{
    color:#086DA7;
    font-size: 21px;
    font-weight: 500;
    margin: 0px;
}
.spacemax-box p span{
    font-size: 50px;
    font-weight: 500;
}
.spacemax-inner .sub-title{
    color: #fff;
    font-size: 25px;
    font-weight: 500;
    line-height: 30px;
}
.spacemax-inner .spacemax-text{
    color: #fff;
}

   /* IGBC section */

.u49-leftcontent img {
    min-width: 127px;
    max-width: 127px;
}
.u49-leftcontent .title{
    font-size: 22px;
    font-weight: 300;
    letter-spacing: 4%;
    line-height: 34px;
    margin-top: 50px;
}

.u49-leftcontent .title b{
    font-weight: 700;
    line-height: 27px;
}
.u49-leftcontent .notes{
    font-size: 12px;
    font-weight: 300;
    line-height: 34px;
}
.u49-rightcontent .title {
    color: #333;
    font-family: 'Navigo Medium';
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: 0.8px;
}
.u49-rightcontent .para {
    color: #000;
    text-align: center;
  
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: 28px;
    letter-spacing: 0.56px;
}
.u49-feature-group .list p {
    color: #000;
    text-align: center;
    font-family: 'Navigo Medium';
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 34px;
    letter-spacing: 0.64px;
}
.u49-feature-group .list p {
    color: #000;
    text-align: center;
    font-family: 'Navigo Medium';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 29px;
    letter-spacing: 0.64px;
}
.u49-feature-group .list h1 {
    color: #333;
    text-align: center;
    font-family: 'Navigo Medium';
    font-size: 18.6px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 1.2px;
}
.w-80{width: 80%;margin-right: auto;margin-left: auto;}
.u49-section .know-more{
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    padding: 5px 8px 0px;
    background-color: #fff;
    color: #000;
    position: relative;
    display: inline-block;
    border: 0;
}
.u49-section .know-more::before{
    content: '';
    width: calc(100% + 100%);
    height: 1px;
    background-color: #000;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    position: absolute;
    z-index: -1;
}
.u49-section .know-more:hover{
    color: #fff;
    text-decoration: none;
    background-color: #000;
    border-radius: 4px;

}
@media (max-width:576px){
    .u49-leftcontent img {
        min-width: 85px;
    }
}

   /* Site contact part */

.site-contact-section h2{
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    line-height: 16px;
    margin-bottom: 0px;
    color: #333775;
    margin-bottom:12px;
}
.site-contact-section hr{
    border-color: #000;
    opacity: 1;
    top: 25px;
    /* position: absolute; */
    margin: 0px;
    z-index: -1;
    /* display: none; */

}
.site-contact-section .contact-info{
    font-size: 16.86px;
    font-weight: 400;
    line-height: 22.16px;
    color: #000;
    margin: 0px;
}
.site-contact-section .contact-info a{
    color: #000;
    text-decoration: none;
    margin-bottom: 0px;
}

.site-contact-section .c-btn:hover{
    background: linear-gradient(0deg, #120F0F -101.54%, #333775 90.65%);
 
}

.corner-text {
        font-size: 12px;
    position: relative;
    top: -13px;
    text-transform: lowercase;
}

.site-contact-section .c-btn{
    color: #FFF;
    font-family: 'Navigo Regular';
    font-size: 17px;
    line-height: normal;
    border-radius: 10px; 
    padding: 14px 18px 12px;
    background: linear-gradient(180deg, #120F0F -101.54%, #333775 90.65%);
    transition: background 0.7s ease, box-shadow 0.7s ease;


    text-align: center;
    display: inline-block;
    z-index: 1;
    position: relative;
    
}
.spacemax-list{
    width: max-content;
    margin: 0 auto;
}

.last-line {
    position: relative;
}

.last-line::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #0000004a;
}

.Enquire-con {
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: relative;
    top: 4px;
}


.btn-know-more{
    color: #000;
  font-family: 'Navigo Regular';
font-size:18px; 
line-height: normal;
text-transform: uppercase;background:#E46C50;padding: 11px 15px 7px;
    border-radius: 5px; transition: all 0.5s ease;

}
.btn-know-more:hover{color:#E46C50;background:#000;box-shadow: 0 0 3px 1px #E46C50;}





/* Footer part */
footer{
    background-color: #06091C;
}
.footer-btm a,.footer-btm p{
    color: #fff;
    text-decoration: none;
    font-size: 11px;
    letter-spacing: 0.85px;
    font-family: 'Navigo light';
}


@media (max-width:1400px) {
    .banner-section {
        max-width: 1400px;
        margin: 0 auto;
    }

    .location-section {
        max-width: 1400px;
        margin: 0 auto;
    }

    .sapcemax-section {
        max-width: 1400px;
        margin: 0 auto;
    }

    .u49-section {
        max-width: 1400px;
        margin: 0 auto;
    }

    .site-contact-section {
        max-width: 1400px;
        margin: 0 auto;
    }

    .footer-btm  {
        max-width: 1400px;
        margin: 0 auto;
    }
}

@media (max-width:992px) {
    .Enquire-con {
        top: 14px;
    }
}

@media (max-width:767.9px){
    .spacemax-box{
        min-width: 95%;
    }
    .location-highlights    .highlight-list{
        min-width: 40%;
    }

    .line-space {
        margin: 0 !important;
    }

    .Enquire-con {
        top: 0px;
    }

    .Enquire-con {
        gap: 0px;
    }
}
@media (max-width:576px){
    .spacemax-box p{
        font-size: 18px;
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .spacemax-box p span{
        font-size: 28px;
    }
    .spacemax-list h2 {
        font-size: 28px;
        font-weight: 400;
        line-height: 28px;
    }
    .spacemax-list h2::before {
        content: '';
        width: 10px;
        height: 10px;
        top: 12px;
    }
    .spacemax-inner .sub-title{
     font-size: 22px;
     line-height: 24px;
    }
    .place-name p{
        min-width: 90%;
        max-width: 90%;
    }

    .u49-leftcontent .title {
        margin-top: -4px;
        margin-bottom: 5px;
    }

    .u49-leftcontent {
        margin-top: 20px;
    }

    .notes  {
        margin: 0;
    }

    .location-section {
        padding-bottom: 0 !important;
    }
   
}
@media (max-width:350px){
    .about-section .title {
       
        font-size: 18px;
        line-height: 24px;
      
    }
    
    .about-specification .specific-list h3 span {
      font-size: 13px;
    }
    .about-specification .specific-list h3 {
        font-size: 22px;
    }
    .about-section .about-text {
        font-size: 13px;
    }
    .spacemax-inner .spacemax-text {
        
        font-size: 14px;
    }
    .spacemax-inner .title{
        font-size: 18px;
    }
    .spacemax-inner .sub-title {
        font-size: 18px;
        line-height: 24px;
    }
}
@media (max-width:767px){

.mbl-v1-d-n{
display: none;
}
.mbl-v1-d-b{
display: block;
}

}

/* news css starts */

.mob-ban {display:none;}
.pop-form {top:60% !important;}
.pop-form svg {width: 37px;height: 37px;background: #333775;padding: 7px;border-radius: 50%;}
.pop-form svg path {fill:#fff;}
.hid-btn button {border-radius: 10px;
    opacity: 0.9;
    /* background: linear-gradient(180deg, #004AAD 0%, #001E47 100%); */
    /* backdrop-filter: blur(10.300000190734863px); */
    background: #de5d3e;
    color: #FFF;
    text-align: center;
    font-family: 'Navigo Medium';
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 13px 31px 11px;
    border: none;}
.poplok .form-control {background-color:transparent !important;color:#fff;border: none;border-bottom: 1px solid #fff;border-radius: 0;}

.sse {    writing-mode: vertical-rl;
    text-orientation: mixed;
    position: fixed;
    background: var(--orange);
    z-index: 9999;
    right: 0px;
    
    transform: rotate(180deg) !important;
    opacity: 1;
	display:block;}
	.sse a {
    cursor: pointer;
    width: 100%;
    display: flex;
    justify-content: center;
    color: #fff !important;
    padding: 28px 5px;
    background: #333774;
}
.sticky-section {top: 70% !important;}
.sse {top:30% !important;}
.popgrid {display:grid;grid-template-columns:repeat(2, 1fr);gap:50px;margin-top: 70px;}
.vlink {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.vlink img {width: 100%;height: auto;border-radius:5px;}
.popup-grid img {
    height: auto;
}
.button.is-play {
    position: absolute;
}
.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: "";
    background-color: rgba(0, 0, 0, 0);
}
.button-icon {
    border-radius: 50%;
    width: 70px;
    height: 70px;
    display: flex;
    background: #fff;
    align-items: center;
    justify-content: center;
    background: #333774;
    transition: all 0.3s ease-out;
}
.button-icon svg {
    width: 45px;
}


@media (max-width: 991px) {.popgrid {grid-template-columns:repeat(1, 1fr);gap:50px;}}
@media (max-width: 580px) {.desk-ban {display:none;}.mob-ban {display:block;}.hid-btn.text-center {position: absolute;bottom: 150px;width: 100%;}.hid-btn button {font-size: 17px;padding: 10px 19px 6px;}.sse {top:25% !important;}}
@media (max-width: 480px) {.hid-btn.text-center {bottom: 130px;}.button-icon{width: 50px;height: 50px;}.button-icon svg {width: 35px;}.popgrid {gap:20px;}}


/* slick gallery css starts */
.gallery .slick-slide {
    margin: 10px;
}
.slick-slide {height:auto;}
.gallerbg {margin-top: 30px;}
.gallery .slider-nav .slick-prev {background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 24 24'%3E%3Cpath fill='%23002733' d='M11 18.75a.74.74 0 0 1-.53-.22l-6-6a.75.75 0 0 1 0-1.06l6-6a.75.75 0 0 1 1.06 1.06L6.06 12l5.47 5.47a.75.75 0 0 1 0 1.06a.74.74 0 0 1-.53.22'/%3E%3Cpath fill='%23002733' d='M19 12.75H5a.75.75 0 0 1 0-1.5h14a.75.75 0 0 1 0 1.5'/%3E%3C/svg%3E");width: 45px;height: 45px;background-size: 35px;background-repeat: no-repeat;border: 1px solid rgb(0 39 51 / 28%);z-index: 99;left: -10px;
background-position: center;border-radius:50%;background-color: #f1f1f1;top: -160%;transition:.3s linear;}
.gallery .slick-prev:hover, .slick-prev:focus {background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 24 24'%3E%3Cpath fill='%23002733' d='M11 18.75a.74.74 0 0 1-.53-.22l-6-6a.75.75 0 0 1 0-1.06l6-6a.75.75 0 0 1 1.06 1.06L6.06 12l5.47 5.47a.75.75 0 0 1 0 1.06a.74.74 0 0 1-.53.22'/%3E%3Cpath fill='%23002733' d='M19 12.75H5a.75.75 0 0 1 0-1.5h14a.75.75 0 0 1 0 1.5'/%3E%3C/svg%3E") !important;width: 45px;height: 45px;background-size: 35px !important;background-repeat: no-repeat !important;border: 1px solid rgb(0 39 51 / 28%);z-index: 99;left: -10px;
background-position: center !important;border-radius:50%;background-color: #ffffff !important;}
.gallery .slider-nav .slick-next {background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 24 24'%3E%3Cpath fill='%23002733' d='M13 18.75a.74.74 0 0 1-.53-.22a.75.75 0 0 1 0-1.06L17.94 12l-5.47-5.47a.75.75 0 0 1 1.06-1.06l6 6a.75.75 0 0 1 0 1.06l-6 6a.74.74 0 0 1-.53.22'/%3E%3Cpath fill='%23002733' d='M19 12.75H5a.75.75 0 0 1 0-1.5h14a.75.75 0 0 1 0 1.5'/%3E%3C/svg%3E");width: 45px;height: 45px;background-size: 35px;background-repeat: no-repeat;border: 1px solid rgb(0 39 51 / 28%);z-index: 0;right: -10px;
background-position: center;border-radius:50%;background-color: #f1f1f1;top: -160%;transition:.3s linear;}
.gallery .slick-next:hover, .slick-next:focus {background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 24 24'%3E%3Cpath fill='%23002733' d='M13 18.75a.74.74 0 0 1-.53-.22a.75.75 0 0 1 0-1.06L17.94 12l-5.47-5.47a.75.75 0 0 1 1.06-1.06l6 6a.75.75 0 0 1 0 1.06l-6 6a.74.74 0 0 1-.53.22'/%3E%3Cpath fill='%23002733' d='M19 12.75H5a.75.75 0 0 1 0-1.5h14a.75.75 0 0 1 0 1.5'/%3E%3C/svg%3E") !important;width: 45px;height: 45px;background-size: 35px !important;background-repeat: no-repeat !important;border: 1px solid rgb(0 39 51 / 28%);z-index: 0;right: -10px;background-position: center !important;border-radius:50%;background-color: #ffffff !important;}
.slick-prev:before {
    content: '' !important;
}
.slick-next:before {
    content: '' !important;
}
.slick-slide img {width:100%;}
.w70 {width:75%;margin:auto;}.gallery .slick-slide {margin: 7px;}.gallery-sec h2, .gallery-sec p {text-align: center;}
@media (max-width: 480px) {
    .gallery .slider-nav .slick-next {width: 30px;height: 30px;background-size: 23px;top: -126%;}.gallery .slider-nav .slick-prev {width: 30px;height: 30px;background-size: 23px;
top: -126%;}
}
@media (max-width: 767px) {.w70 {width: 100%;}.gallery .slick-slide {margin: 3px;}.gallerbg {margin-top: 30px;}
.visit-mobile-section img.vbg-img{
     height: 300px;
}
.visit-mobile-section .btn-visit-now{
    text-transform: uppercase;
    padding-left: 14px;
    padding-right: 14px;
    min-width: auto;
}
}
/* slick gallery css ends */


/* whatsapp starts */
#kiwi-big-iframe-wrapper {display:none !important;}


.menq {position: fixed;right: 0;top: 75%;right: -90px;z-index: 999;	display:block;}.menq li {padding-top: 7px;}.menq li {list-style-type: none;height: 55px;padding: 0px 10px 0px 10px;margin: 15px 0px 15px -1px;-webkit-transition: all 0.25s ease-in-out;    -moz-transition: all 0.25s ease-in-out;    -o-transition: all 0.25s ease-in-out;transition: all 0.3s ease-out;cursor: pointer;display: flex;}.menq a {display: flex;align-items: center;gap: 0px 10px;}.menq a span:first-child {background: #25D366;border-radius: 50%;display: flex;align-items: center;height: 40px;justify-content: center;width: 40px;}.menq a svg {width: 30px;height: 30px;}
/* whatsapp ends */
.prd-slider {
    position: relative;
}

.youslider .owl-nav button {
    position: absolute;
    bottom: 60%;
    background-color: #f1f1f1 !important;
    width: 47px;
    height: 47px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    left: -23px;
    border: 1px solid #cfcfcf !important;
    transition: .3s linear;
}

.youslider .owl-nav .owl-next {
    right: -25px;
    left: auto;
    transition: .3s linear;
}

.youslider .owl-nav .owl-next:hover, .youslider .owl-nav .owl-prev:hover {
    background-color: #333774 !important;
    border: 1px solid #333774 !important;
}

.youslider .owl-nav .owl-next:hover svg path, .youslider .owl-nav .owl-prev:hover svg path {
    stroke: #fff;
}
.youslider p {font-size:16px !important;line-height:24px !important;font-weight:600;margin-top:10px;}
.vlink {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.vlink img {width: 100%;height: auto;border-radius:5px;}
.popup-grid img {
    height: auto;
}
.button.is-play {
    position: absolute;
}
.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: "";
    background-color: rgba(0, 0, 0, 0);
}
.button-icon {
    border-radius: 50%;
    width: 70px;
    height: 70px;
    display: flex;
    background: #fff;
    align-items: center;
    justify-content: center;
    background: #333774;
    transition: all 0.3s ease-out;
}
.button-icon svg {
    width: 45px;
}
.youslider {display:block !important;}
.youslider {
    padding-bottom: 80px;
}
.owl-carousel .owl-dot {
    background-color: #ccc !important;
    padding: 5px !important;
    border-radius: 50%;
    width: 7px;
    height: 7px;
    margin: 0px 10px;
    outline: 0px;
	    border: none;
}
.cdots .owl-dot.active {
    background-color: #E46C50 !important;
}
.youslider .owl-dots {text-align: center;}.youconter {overflow:hidden;padding: 0 25px !important;margin: auto;width: 95%;}
.mb4 {margin-bottom:40px !important;}
.spacemax h3,.spacemax p {color:#000 !important;}

.banner-section {height:100%;}
.banner-section::before {display:block;}.fhwt p {font-size:18px;line-height:26px;}
.banner-cnt {position: absolute;bottom: 0;width: 68%;display: grid;grid-template-columns: 68% 32%;gap: 0;justify-content: space-between;}
.blu-cnt {background: rgb(40 46 105 / 80%);padding: 50px;display: flex;gap: 50px;justify-content: space-between;}
.blu-cnt h1 {color: #fff;font-weight: 900;font-family:var(--bs-body-font-family);font-size: 44px;line-height: 45px;}
.blu-cnt p {color:#fff;font-size: 22px;line-height: 28px;margin-bottom:8px;font-family: var(--bs-body-font-family);}
.blu-cnt p span {font-size: 50px;line-height: 80px;font-weight: 500;}
.blu-grid {display: grid;align-items: end;}.blu-um {border-bottom: 1px solid #fff;padding-bottom: 13px;margin-bottom: 13px;}
.uform .form-box {background-color: #31333C;padding: 60px 50px;border-radius: 0 0 100px 0;margin-bottom: 25px;border-top: 5px solid #9DCEA9;}
.uform .form-control {color: #999999;background-color: #31333c;border-radius: 0;border: none;border-bottom: 1px solid #9DCEA9;padding: 15px 0;margin-top: 15px;}
.uform .noreason {display:none;}.uform ::placeholder {color: #999999;}.nme .form-control {margin-top:0 ;}.uform textarea {resize:none;}
.submit-btn .style-btn {background-color: #E46C50;border: none;padding: 10px 35px;border-radius: 0 0 25px 0;text-transform: uppercase;font-size: 14px;line-height: 23px;
letter-spacing: 1px;color: #31333C;}.banner-section .desk-ban img {height: 900px;object-fit: cover;}
.data-nine {font-size: 30px !important;line-height: 38px;display: flex;align-items: center;justify-content: center;font-weight: 600 !important;}
.about-specification .specific-list2 h3 {line-height: 27px;}.specific-list2 {margin-top: 5px;}
.about-section .about-text {text-align:left !important;font-family: 'Navigo Light';}.fhwt p, .bg-sec-1 p {font-size: 16px !important;line-height: 24px !important;}.txt-p-p {font-family: 'Navigo Light';}
.home-mul {text-align:left !important;}.slider-nav img {cursor:pointer;}.ban7-desk {display:none;}
.banner-section .desk-ban img {object-position: 0 -135px;}




@media (max-width: 1850px) {.blu-cnt h1 {font-size: 34px;line-height: 40px;}.blu-cnt p {font-size: 20px;line-height: 26px;}.blu-cnt p span {font-weight: 500;}.banner-cnt {width: 71%;}}
@media (max-width: 1750px) {.banner-cnt {width: 75%;}}
@media (max-width: 1680px) {.banner-section .desk-ban img {object-position: 0 -125px;}}
@media (max-width: 1600px) {.banner-cnt {width: 82%;}}
@media (max-width: 1550px) {.banner-cnt {width: 82%;}.banner-section .desk-ban img {object-position: -50px -70px;}}
@media (max-width: 1500px) {.ban7 {display:none;}.banner-section .desk-ban img {object-position: 0 -125px;}.ban7-desk {display:block;}}
@media (max-width: 1450px) {.banner-cnt {width: 91%;}}
@media (max-width: 1400px) {.banner-cnt {width: 81%;}.blu-cnt {gap: 20px;}}
@media (max-width: 1380px) {.banner-cnt {width: 81%;}.banner-section .desk-ban img {object-position: 0 -125px;}}
@media (max-width: 1340px) {.banner-cnt {width: 85%;}}
@media (max-width: 1290px) {.banner-cnt {width: 90%;}}
@media (max-width: 1250px) {.blu-cnt h1 {font-size: 30px;line-height: 36px;}.blu-cnt p span {font-size: 44px;line-height: 54px;}.blu-cnt p {font-size: 18px;line-height: 24px;}
.banner-cnt {grid-template-columns: 62% 38%;width: 90% !important;}.blu-cnt {flex-direction:column;gap: 15px;}
}
@media (max-width: 1200px) {.banner-cnt {grid-template-columns: 56% 44%;width: 78% !important;}.banner-section .desk-ban img {object-position: -43px -125px;}}
@media (max-width: 1130px) {.banner-section .desk-ban img {object-position: -85px -125px;}}
@media (max-width: 1100px) {.banner-cnt {width: 87% !important;}}
@media (max-width: 1100px) {.banner-cnt {width: 90% !important;}.banner-section .desk-ban img {object-position: -100px -125px;}}
@media (max-width: 991px) {.banner-cnt {flex-direction: column-reverse;display: flex;width: 696px !important;}.uform .form-box {width: 360px;margin: auto;}.banner-section .desk-ban img {height: 1170px;}}
@media (max-width: 767px) {.banner-cnt {width: 516px !important;}.spec-hed {display: grid;grid-template-columns: repeat(2, 1fr);gap:15px;}}
@media (max-width: 580px) {.banner-section .desk-ban {display: block;}.banner-cnt {width: 100% !important;left:0;}.banner-section .desk-ban img {object-position: -100px -205px;    }}
@media (max-width: 480px) {.fhwt .py-5 {padding-top:0 !important;}.youslider {padding-bottom: 50px;}.spacemax .py-5, .bg-back-img .pb-5 {padding-bottom:0 !important;}.bg-back-img .row.py-5 {padding:0 !important;}.bg-back-img .txt-h3.pb-3.pt-4 {padding-top:0 !important;}.blu-cnt p span {font-size: 40px;line-height: 50px;}.uform .form-box {padding: 40px 35px;}
.blu-cnt {padding: 35px;}.banner-section .desk-ban img {height: 1050px;}.youslider .owl-nav button {bottom: 67%;}.youslider .owl-nav button {width: 37px !important;height: 37px !important;left: -15px;}.youslider .owl-nav .owl-next {right: -15px;}.button-icon {width: 50px;height: 50px;}.button-icon svg {width: 35px;}
.bg-sec-1 h3 span {font-size: 30px;line-height: 35px;}.circle-tab-func .nav-tabs .nav-link.tab-style-a {width: 90%;}.w8 {width:80%;}form .input-field:nth-child(1) .form-control {margin-top:0;padding-top:0;}.bg-sec-1 .row.py-5 {padding-top:0 !important;}.features-section .title {font-size: 24px !important; }.banner-cnt {top: 50px;justify-content: flex-end;}
.banner-section .desk-ban img {height: 1000px;}}
@media (max-width: 420px) {.spec-hed {grid-template-columns: repeat(1, 1fr);gap:0;}}
@media (max-width: 380px) {.blu-cnt p span {font-size: 30px;line-height: 38px;}.uform .form-box {width: 94%;padding: 40px 35px;}.uform .form-control {padding: 13px 0;margin-top: 13px;}.banner-section .desk-ban img {height: 1000px;}.blu-cnt {padding: 40px 35px;}.blu-cnt h1 {font-size: 26px;line-height: 33px;}}
@media (max-width: 350px) {.uform .form-box {padding: 40px 10px;}.g-recaptcha >div {width:300px !important;}}
