/*@Media Query Mixin*/

/*@Media Query Mixin End*/

/*@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700&family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;1,700&display=swap");*/

/*@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,300,0,0");*/

/*@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");*/

/*body {*/

/*  margin: 0;*/

/*  padding: 0;*/

/*  font-family: "Poppins", sans-serif;*/

/*  font-weight: 300;*/

/*  font-size: 16px;*/

/*  font-weight: 300;*/

/*  color: #656565;*/

/*}*/

/* Load fonts with font-display swap */

@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700&family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;1,700&display=swap&font-display=swap");
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,300,0,0&display=swap");
/* Optimized CSS */

@font-face {
    font-family: 'FontAwesome';
    src: url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.woff2') format('woff2');
    font-display: swap;
    font-weight: normal;
    font-style: normal;
}

/* Defer non-critical CSS */

body {
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #656565;
    line-height: 1.6;
    /* Added for better readability */
}

/* Font Awesome fallback to prevent layout shifts */

.fa {
    display: inline-block;
    min-width: 1em;
    text-align: center;
}

/* CLS prevention for dynamic content */

img,
video,
iframe {
    max-width: 100%;
    height: auto;
    display: block;
}

.container {
    max-width: 77%;
}

@media screen and (max-width: 1700px) {
    .container {
        max-width: 87%;
    }
}

@media screen and (max-width: 1500px) {
    .container {
        max-width: 92%;
    }
}

@media screen and (max-width: 1300px) {
    .container {
        max-width: 96%;
    }
}

.container2 {
    max-width: 87.5%;
}

@media screen and (max-width: 1700px) {
    .container2 {
        max-width: 91.5%;
    }
}

@media screen and (max-width: 1500px) {
    .container2 {
        max-width: 93%;
    }
}

@media screen and (max-width: 1300px) {
    .container2 {
        max-width: 96%;
    }
}

@media screen and (max-width: 999px) {
    .container2 {
        margin: 0 auto;
    }
}

.ptop {
    padding-top: 120px;
}

@media screen and (max-width: 1680px) {
    .ptop {
        padding-top: 118px;
    }
}

@media screen and (max-width: 1600px) {
    .ptop {
        padding-top: 114px;
    }
}

@media screen and (max-width: 1440px) {
    .ptop {
        padding-top: 121px;
    }
}

@media screen and (max-width: 1024px) {
    .ptop {
        padding-top: 115px;
    }
}

@media screen and (max-width: 991px) {
    .ptop {
        padding-top: 121px;
    }
}

@media screen and (max-width: 600px) {
    .ptop {
        padding-top: 115px;
    }
}

@media screen and (max-width: 420px) {
    .ptop {
        padding-top: 111px;
    }
}

@media screen and (max-width: 400px) {
    .ptop {
        padding-top: 107px;
    }
}

@media screen and (max-width: 375px) {
    .ptop {
        padding-top: 104px;
    }
}

.Montserrat {
    font-family: "Montserrat", sans-serif;
}

.reguler {
    font-weight: 400;
}

.medium {
    font-weight: 500;
}

.size36 {
    font-size: 36px;
    line-height: 44px;
}

@media screen and (max-width: 1700px) {
    .size36 {
        font-size: 30px;
        line-height: 34px;
    }
}

@media screen and (max-width: 1500px) {
    .size36 {
        font-size: 27px;
    }
}

@media screen and (max-width: 1500px) {
    .size36 {
        font-size: 25px;
        line-height: 30px;
    }
}

@media screen and (max-width: 600px) {
    .size36 {
        font-size: 21px;
        line-height: 28px;
    }
}

.size20 {
    font-size: 20px;
}

@media screen and (max-width: 1600px) {
    .size20 {
        font-size: 18px;
    }
}

@media screen and (max-width: 1500px) {
    .size20 {
        font-size: 17px;
    }
}

.size24 {
    font-size: 24px;
}

@media screen and (max-width: 1600px) {
    .size24 {
        font-size: 21px;
    }
}

@media screen and (max-width: 1500px) {
    .size24 {
        font-size: 20px;
    }
}

@media screen and (max-width: 600px) {
    .size24 {
        font-size: 17px;
    }
}

p,
li {
    font-size: 16px;
    line-height: 29px;
}

@media screen and (max-width: 1700px) {
    p,
    li {
        font-size: 15px;
        line-height: 24px;
    }
}

@media screen and (max-width: 1500px) {
    p,
    li {
        font-size: 14px;
        line-height: 25px;
    }
}

@media screen and (max-width: 1300px) {
    p,
    li {
        line-height: 23px;
    }
}

@media screen and (max-width: 600px) {
    p,
    li {
        font-size: 13px;
        line-height: 23px;
    }
}

.clr1 {
    color: #9b6f3e !important;
}

.clr2 {
    color: #eac28f !important;
}

.clr3 {
    color: #191919 !important;
}

.clr4 {
    color: #005d77 !important;
}

.clr5 {
    color: #a28262;
}

.lettspa {
    letter-spacing: 2px;
}

.atisstim {
    position: absolute;
    right: 0;
    color: #fff;
    font-size: 12px;
    right: 5px;
    bottom: 5px;
    margin: 0;
}

@media screen and (max-width: 600px) {
    .atisstim {
        font-size: 9px;
    }
}

.atisstim.left {
    left: 5px;
    right: unset;
}

.overlycricle {
    width: 80px;
    height: 80px;
    background: #fcc419;
    position: absolute;
    border-radius: 50%;
    left: 2%;
    bottom: 5%;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 999px) {
    .overlycricle {
        width: 55px;
        height: 55px;
    }
}

.btn {
    display: flex;
    align-items: center;
    z-index: 1;
    transition: all 0.6s ease;
    position: relative;
    padding: 0.5rem 1rem;
    border: 0;
    border-radius: 0;
    font-size: 15px;
    font-weight: 300;
}

.btn::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    z-index: -1;
    bottom: 0;
    transition: all 0.6s ease;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.btn.btnclr1 {
    color: #fcc419;
}

.btn.btnclr1::before {
    background: #fcc419;
}

.btn.btnclr1:hover {
    color: #fff;
}

.btn.btnclr1a {
    color: #fcc419;
    border: 1px solid #fcc419;
    padding: 0.5rem 2rem;
}

.btn.btnclr1a::before {
    background: #fcc419;
}

.btn.btnclr1a:hover {
    color: #fff;
}

.btn.btnclr2 {
    color: #fff;
}

.btn.btnclr2::before {
    background: #fff;
}

.btn.btnclr2:hover {
    color: #000;
}

.btn.btnclr2.fill {
    color: #fcc419;
}

.btn.btnclr2.fill::before {
    height: 100%;
}

.btn.btnwhitefill {
    background: #fff;
    color: #000;
}

.btn:hover {
    transition: all 0.6s ease;
    box-shadow: 0 6px 10px rgba(134, 134, 134, 0.4588235294);
}

.btn:hover::before {
    height: 100%;
    transition: all 0.6s ease;
}

.btn:focus {
    outline: 0;
    box-shadow: unset;
}

button:focus {
    outline: 0;
    box-shadow: unset;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */

input[type=number] {
    -moz-appearance: textfield;
}

.owl-carousel .owl-nav button {
    width: 60px;
    height: 60px;
    border: 2px solid #000 !important;
    color: #fcc419;
    border-radius: 50%;
    opacity: 1;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.6s ease;
    position: absolute;
}

@media screen and (max-width: 1500px) {
    .owl-carousel .owl-nav button {
        width: 38px;
        height: 38px;
    }
}

.owl-carousel .owl-nav button span {
    display: none !important;
}

.owl-carousel .owl-nav button.disabled {
    opacity: 0.4;
}

.owl-carousel .owl-nav button.owl-prev {
    left: -5%;
    background: url("../img/arrow-left.png") no-repeat;
    background-size: 100%;
}

@media screen and (max-width: 1500px) {
    .owl-carousel .owl-nav button.owl-prev {
        left: -2%;
        background: url("../img/arrow-left.png") no-repeat #fff;
        background-position: center;
        background-size: 100%;
    }
}

.owl-carousel .owl-nav button.owl-next {
    right: -5%;
    background: url("../img/arrow-right.png") no-repeat;
    background-size: 100%;
}

@media screen and (max-width: 1500px) {
    .owl-carousel .owl-nav button.owl-next {
        background: url("../img/arrow-right.png") no-repeat #fff;
        background-position: center;
        background-size: 100%;
        right: -2%;
    }
}

#scroll {
    display: flex;
    position: fixed;
    bottom: 13px;
    right: 8px;
    background: #fcc419;
    width: 40px;
    height: 36px;
    z-index: 9999;
    text-align: center;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-family: "Optima";
    transition: all 0.6s ease;
}

@media screen and (max-width: 600px) {
    #scroll {
        width: 40px;
        height: 32px;
        bottom: 56px;
    }
}

#scroll:hover {
    transition: all 0.6s ease;
    text-decoration: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3803921569);
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

@media screen and (max-width: 999px) {
    .carousel-indicators {
        bottom: 16%;
        top: 91%;
    }
}

@media screen and (max-width: 600px) {
    .carousel-indicators {
        bottom: 14%;
        top: 91%;
    }
}

.carousel-indicators li {
    transition: all 0.6s ease;
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.carousel-indicators li:hover,
.carousel-indicators li.active {
    transition: all 0.6s ease;
}

.carousel-control-next,
.carousel-control-prev {
    outline: 0;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
}

.carousel-control-next span.material-symbols-outlined,
.carousel-control-prev span.material-symbols-outlined {
    color: #000;
    font-size: 4rem;
    color: #fff;
}

@media screen and (max-width: 600px) {
    .carousel-control-next span.material-symbols-outlined,
    .carousel-control-prev span.material-symbols-outlined {
        font-size: 2.2rem;
    }
}

.carousel-control-next {
    right: 1%;
}

.carousel-control-prev {
    left: 1%;
}

.borlingredi {
    position: absolute;
    width: 70%;
    right: 0;
    top: 7.5%;
    height: 100%;
    z-index: 1;
    background: url(../img/rightbr.png) no-repeat;
    background-position: right;
    background-size: 100%;
}

.borlingredi.left {
    right: unset;
    left: 0;
}

@media screen and (max-width: 999px) {
    .borlingredi {
        width: 100%;
        height: 100%;
        top: 0;
        display: none;
    }
}

.zindup {
    z-index: 11;
}

header .navbar {
    position: absolute;
    background-color: #fff;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

@media screen and (max-width: 999px) {
    header .navbar {
        padding: 0.5rem 0;
    }
}

header .navbar.scrolled {
    position: fixed;
    transition: all 0.6s ease;
    box-shadow: 0 2px 23px rgba(0, 92, 118, 0.1411764706);
}

header .navbar.scrolled .navbar-brand {
    width: 20%;
    transition: all 0.6s ease;
}

@media screen and (max-width: 1500px) {
    header .navbar.scrolled .navbar-brand {
        width: 20%;
    }
}

@media screen and (max-width: 1300px) {
    header .navbar.scrolled .navbar-brand {
        width: 22%;
    }
}

@media screen and (max-width: 999px) {
    header .navbar.scrolled .navbar-brand {
        width: 25%;
    }
}

@media screen and (max-width: 999px) {
    header .navbar.scrolled .navbar-brand {
        width: 35%;
    }
}

@media screen and (max-width: 600px) {
    header .navbar.scrolled .navbar-brand {
        width: 40%;
    }
}

header .navbar .container {
    align-items: end;
    position: relative;
    padding: 0;
}

@media screen and (max-width: 999px) {
    header .navbar .container {
        max-width: 100%;
        align-items: center;
    }
}

header .navbar .navbar-brand {
    position: relative;
    width: 16.5%;
    transition: all 0.6s ease;
}

@media screen and (max-width: 1500px) {
    header .navbar .navbar-brand {
        width: 24%;
    }
}

@media screen and (max-width: 999px) {
    header .navbar .navbar-brand {
        width: 35%;
        margin-left: 15px;
    }
}

@media screen and (max-width: 999px) {
    header .navbar .navbar-brand {
        width: 37%;
    }
}

@media screen and (max-width: 600px) {
    header .navbar .navbar-brand {
        width: 52%;
    }
}

@media screen and (max-width: 999px) {
    header .navbar .navbar-toggler {
        margin-right: 15px;
    }
}

header .navbar .navbar-nav li.nav-item {
    margin-right: 1.8rem;
}

@media screen and (max-width: 1024px) {
    header .navbar .navbar-nav li.nav-item {
        margin-right: 1rem;
    }
}

@media screen and (max-width: 600px) {
    header .navbar .navbar-nav li.nav-item {
        margin: 0;
    }
}

header .navbar .navbar-nav li.nav-item:last-child {
    margin-right: 0;
}

header .navbar .navbar-nav li.nav-item .dropdown-menu {
    transition: all 0.6s ease;
}

header .navbar .navbar-nav li.nav-item .dropdown-menu a.dropdown-item {
    transition: all 0.6s ease;
}

@media screen and (max-width: 600px) {
    header .navbar .navbar-nav li.nav-item .dropdown-menu a.dropdown-item {
        text-align: right;
    }
}

header .navbar .navbar-nav li.nav-item .dropdown-menu a.dropdown-item:hover {
    background: transparent;
    color: #fcc419;
}

header .navbar .navbar-nav li.nav-item.dropdown a.nav-link {
    display: flex;
    align-items: center;
    transition: all 0.6s ease;
}

@media screen and (max-width: 600px) {
    header .navbar .navbar-nav li.nav-item.dropdown a.nav-link {
        justify-content: end;
        padding: 0.7rem 0.9rem;
    }
}

header .navbar .navbar-nav li.nav-item:hover .dropdown-menu {
    display: block;
    transition: all 0.6s ease;
}

header .navbar .navbar-nav li.nav-item a.nav-link {
    color: #656565;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0.5rem 0.5rem;
    transition: all 0.6s ease;
    position: relative;
    font-size: 17px;
    margin-top: 19px;
}

@media screen and (max-width: 1700px) {
    header .navbar .navbar-nav li.nav-item a.nav-link {
        font-size: 16px;
    }
}

@media screen and (max-width: 600px) {
    header .navbar .navbar-nav li.nav-item a.nav-link {
        font-size: 14px;
        padding: 0.7rem 2.2rem;
        border-bottom: 1px solid #626262;
        text-align: left;
    }
}

header .navbar .navbar-nav li.nav-item a.nav-link::before {
    content: "";
    position: absolute;
    width: 0%;
    height: 1px;
    background: #000;
    left: 0;
    bottom: 0;
    transition: all 0.6s ease;
}

header .navbar .navbar-nav li.nav-item a.nav-link:hover,
header .navbar .navbar-nav li.nav-item a.nav-link.active {
    color: #191919;
    transition: all 0.6s ease;
}

header .navbar .navbar-nav li.nav-item a.nav-link:hover::before,
header .navbar .navbar-nav li.nav-item a.nav-link.active::before {
    transition: all 0.6s ease;
    width: 100%;
}

header .navbar .navbar-nav li.nav-item:last-child a.nav-link {
    padding-right: 0;
        
}

@media screen and (max-width: 999px) {
    header .navbar .navbar-nav li.nav-item:last-child a.nav-link {
        border: 0;
    }
}

@media screen and (max-width: 600px) {
    header .navbar .navbar-nav li.nav-item:last-child a.nav-link {
        padding: 0.7rem 2.2rem;
    }
}

header .navbar .call {
    position: absolute;
    right: 15px;
    top: 0;
    margin: 0;
    font-weight: 500;
}

header .navbar .call a {
    color: #191919;
    display: flex;
    align-items: center;
    text-decoration: none;
}

header .navbar .call a span {
    color: #fcc419;
}

@media screen and (max-width: 999px) {
    header .navbar .call {
        display: none;
    }
}

.hmsec01 .carousel-item {
    overflow: hidden;
    position: relative;
}

.hmsec01 .carousel-item .obverlayu {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.hmsec01 .carousel-item .obverlayu video {
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 999px) {
    .hmsec02 {
        padding: 2.5rem 0;
    }
}

.hmsec02 .sec01 {
    padding: 0 13% 0 26%;
}

@media screen and (max-width: 1700px) {
    .hmsec02 .sec01 {
        padding: 0 8% 0 13%;
    }
}

@media screen and (max-width: 1300px) {
    .hmsec02 .sec01 {
        padding: 0 6%;
    }
}

@media screen and (max-width: 1700px) {
    .hmsec02 .sec01 .img {
        width: 23%;
    }
}

@media screen and (max-width: 1400px) {
    .hmsec02 .sec01 .img {
        width: 20%;
    }
}

@media screen and (max-width: 999px) {
    .hmsec02 .sec01 .img {
        width: 20%;
        padding: 0;
    }
}

@media screen and (max-width: 600px) {
    .hmsec02 .sec01 .img {
        width: 26%;
        padding: 0;
    }
}

.hmsec02 .sec01 a:hover {
    text-decoration: none;
}

@media screen and (max-width: 999px) {
    .hmsec02 .ordchage {
        order: -1;
    }
    .hmsec02 .ordchage .img {
        padding: 0 15px;
    }
}

@media screen and (max-width: 999px) {
    .hmsec02 .atisstim {
        right: 20px;
        bottom: 0;
    }
}

.hmsec03 .rizihub {
    background: #363756;
}

.hmsec03 .abode {
    background: #fcc419;
}

.hmsec03 .wisteria {
    background: #000;
}

.hmsec03 p {
    color: #fff;
}

@media screen and (max-width: 999px) {
    .hmsec03 .img {
        padding: 1rem 15px;
    }
}

@media screen and (max-width: 999px) {
    .hmsec03 .atisstim.left {
        left: 20px;
        bottom: 15px;
    }
}

.hmsec03 .secmid {
    padding: 0 26% 0 13%;
}

@media screen and (max-width: 999px) {
    .hmsec03 .secmid {
        padding: 0 15px;
    }
}

@media screen and (max-width: 600px) {
    .hmsec03 .secmid {
        padding: 0;
    }
}

@media screen and (max-width: 1700px) {
    .hmsec03 .secmid .img {
        width: 64%;
    }
}

@media screen and (max-width: 1400px) {
    .hmsec03 .secmid .img {
        width: 56%;
    }
}

@media screen and (max-width: 999px) {
    .hmsec03 .secmid .img {
        width: 56%;
        padding: 0;
    }
}

@media screen and (max-width: 999px) {
    .hmsec03 .secmid .setrow {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        height: 296px;
    }
}

@media screen and (max-width: 600px) {
    .hmsec03 .secmid .setrow {
        height: 400px;
        align-items: start;
        display: block;
    }
}

@media screen and (max-width: 999px) {
    .hmsec03 .secmid .setrow .setcol01 {
        max-width: 50%;
        flex: 0 0 50%;
        padding: 0 15px;
    }
}

@media screen and (max-width: 600px) {
    .hmsec03 .secmid .setrow .setcol01 {
        max-width: 100%;
        flex: 0 0 100%;
    }
}

.hmsec03 a {
    text-decoration: none;
}

.hmsec04 {
    padding: 5rem 0;
    position: relative;
}

@media screen and (max-width: 600px) {
    .hmsec04 {
        padding: 2.5rem 0;
    }
}

.hmsec04 .midbrd {
    position: relative;
}

.hmsec04 .midbrd::before,
.hmsec04 .midbrd::after {
    content: "";
    background-color: rgba(203, 154, 116, 0.3098039216);
    top: 20%;
    height: 60%;
    width: 1px;
    position: absolute;
}

.hmsec04 .midbrd::before {
    left: -7%;
}

@media screen and (max-width: 600px) {
    .hmsec04 .midbrd::before {
        content: unset;
    }
}

.hmsec04 .midbrd::after {
    right: 7%;
}

@media screen and (max-width: 900px) {
    .hmsec04 .midbrd::after {
        content: unset;
    }
}

@media screen and (max-width: 1500px) {
    .hmsec04 .img {
        width: 70px;
    }
}

@media screen and (max-width: 1300px) {
    .hmsec04 .img {
        width: 60px;
    }
}

.hmsec05 {
    padding: 5rem 0;
    position: relative;
    background: #f4f4f4;
}

.hmsec05 .item {
    cursor: pointer;
}

.hmsec05 .item .img {
    position: relative;
}

.hmsec05 .item .img .overlay {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4588235294);
    color: #fff;
    top: 0;
}

.hmsec05 .item .img .overlay .material-symbols-outlined {
    font-size: 4em;
}

.abtsec01 {
    position: relative;
    padding-bottom: 5rem;
}

.abtsec01 .img {
    overflow: hidden;
}

@media screen and (max-width: 999px) {
    .abtsec01 .img img {
        width: 200% !important;
        max-width: 200% !important;
    }
}

.abtsec01 .sectxt {
    background: url("../img/abou/02.jpg") no-repeat;
    background-size: 100%;
    padding: 11rem 0 10rem;
    position: relative;
    margin-top: -11rem;
}

@media screen and (max-width: 1300px) {
    .abtsec01 .sectxt {
        padding: 8rem 0 10rem;
    }
}

@media screen and (max-width: 999px) {
    .abtsec01 .sectxt {
        background-size: cover;
        padding: 5rem 1rem;
        background-position: -7rem 0;
        margin-top: -5rem;
    }
}

@media screen and (max-width: 600px) {
    .abtsec01 .sectxt {
        background-position: -11rem 0;
    }
}

.abtsec01 .overlaysec {
    position: absolute;
    width: 40%;
    right: 0;
}

.abtsec02 {
    background: #e4e4e4;
    padding: 4rem 0;
}

.abtsec02 .container2 {
    position: relative;
}

.abtsec02 .overlaysec {
    width: 27%;
    position: absolute;
    right: 5%;
    top: 12%;
    height: 100%;
}

@media screen and (max-width: 1700px) {
    .abtsec02 .overlaysec {
        top: 9%;
    }
}

@media screen and (max-width: 1500px) {
    .abtsec02 .overlaysec {
        top: 2%;
    }
}

@media screen and (max-width: 1300px) {
    .abtsec02 .overlaysec {
        top: 3.5%;
    }
}

@media screen and (max-width: 999px) {
    .abtsec02 .overlaysec {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        height: auto;
        position: unset;
        margin-top: 1.5rem;
    }
}

.abtsec02 .overlaysec .sec01 {
    background: rgba(255, 255, 255, 0.8509803922);
    padding: 1rem 2rem;
    width: 100%;
}

@media screen and (max-width: 999px) {
    .abtsec02 .overlaysec .sec01 .bg {
        background: #fff;
        height: 100%;
        padding: 1rem 15px;
    }
}

@media screen and (max-width: 1500px) {
    .abtsec02 .overlaysec .sec01 img {
        width: 38px;
    }
}

@media screen and (max-width: 999px) {
    .abtsec02 .overlaysec .sec01 {
        flex: 0 0 50%;
        max-width: 50%;
        padding: 0 10px;
        background: transparent;
    }
}

@media screen and (max-width: 600px) {
    .abtsec02 .overlaysec .sec01 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media screen and (max-width: 1400px) {
    .abtsec02 .overlaysec p {
        font-size: 13px;
        line-height: 21px;
    }
}

.abtsec03 {
    padding: 5rem 0;
}

@media screen and (max-width: 600px) {
    .abtsec03 {
        padding: 2.5rem 0;
    }
}

.abtsec03 .contet {
    width: -moz-fit-content;
    width: fit-content;
    background: #fff;
    box-shadow: 0 2px 30px rgba(0, 0, 0, 0);
    transition: all 0.6s ease;
    cursor: pointer;
}

.abtsec03 .contet:hover {
    box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1411764706);
    transition: all 0.6s ease;
}

.abtsec03 .contet p.text-justify {
    word-spacing: -0.05em;
    word-break: break-word;
}

@media screen and (max-width: 600px) {
    .abtsec03 .owl-carousel {
        margin: 0 auto;
    }
}

.abtsec03 .owl-carousel .owl-stage-outer .owl-stage .owl-item {
    height: 100%;
    padding: 1rem 10px;
}

.abtsec03 .owl-carousel .owl-stage-outer .owl-stage .owl-item .item {
    height: 100%;
}

.abtsec03 .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .contet {
    height: 100%;
}

.abtsec03 .owl-carousel .owl-nav {
    display: flex;
    justify-content: center;
    margin-top: 2.9rem;
}

@media screen and (max-width: 999px) {
    .abtsec03 .owl-carousel .owl-nav {
        margin-top: 0.9rem;
    }
}

.abtsec03 .owl-carousel .owl-nav button {
    width: 60px;
    height: 60px;
    position: unset;
    border: 0 !important;
    border-radius: unset;
}

@media screen and (max-width: 999px) {
    .abtsec03 .owl-carousel .owl-nav button {
        width: 38px;
        height: 38px;
        margin: 0 1rem;
    }
}

.abtsec03 .owl-carousel .owl-nav button span {
    display: none !important;
}

.abtsec03 .owl-carousel .owl-nav button.disabled {
    opacity: 0.4;
}

.abtsec03 .owl-carousel .owl-nav button.owl-prev {
    left: -2%;
    background: url("../img/01leftarrow.png") no-repeat !important;
}

.abtsec03 .owl-carousel .owl-nav button.owl-next {
    right: -2%;
    background: url("../img/01rightarrow.png") no-repeat !important;
}

.abtsec04 {
    background: #a38052;
    padding: 4rem 0;
    margin-bottom: 4rem;
}

.abtsec04 .img {
    position: relative;
    overflow: hidden;
}

@media screen and (max-width: 600px) {
    .abtsec04 .img img {
        width: 180%;
        max-width: 180%;
        transform: translateX(-22%);
    }
}

.abtsec04 .img .overla {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4666666667);
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    right: 0;
}

.abtsec04 .img .overla .play {
    width: 109px;
    border-radius: 50%;
    position: relative;
}

@media screen and (max-width: 600px) {
    .abtsec04 .img .overla .play {
        width: 80px;
    }
    .abtsec04 .img .overla .play img {
        width: 100%;
        max-width: 100% !important;
        transform: translateX(0) !important;
    }
}

.abtsec04 .img .overla .play::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 4px solid #fff;
    border-radius: 50%;
    z-index: 1;
    top: 0;
    right: 0;
    transition: all 0.6s ease;
    opacity: 0;
}

.abtsec04 .img .overla .play::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 4px solid #fff;
    border-radius: 50%;
    transition: all 0.6s ease;
    z-index: 1;
    top: 0;
    right: 0;
    opacity: 0;
}

.abtsec04 .img .overla:hover .play::before {
    animation: pulse2 1.5s ease-out infinite;
    transition: all 0.6s ease;
    opacity: 1;
}

.abtsec04 .img .overla:hover .play::after {
    transition: all 0.6s ease;
    animation: pulse2 2s ease-out infinite;
    opacity: 1;
}

.tetxsec {
    padding: 5rem 0;
}

@media screen and (max-width: 999px) {
    .tetxsec {
        padding: 2.5rem 0 0;
    }
}

.tetxsec p {
    font-weight: 300;
}

.tetxsec .txtsecggirdf {
    display: grid;
    grid-auto-rows: minmax(500px, auto);
    grid-template-columns: repeat(auto-fill, minmax(381px, 3fr));
    grid-gap: 25px;
    width: 100%;
    margin-top: 2rem;
}

@media screen and (max-width: 1300px) {
    .tetxsec .txtsecggirdf {
        grid-template-columns: repeat(auto-fill, minmax(350px, 3fr));
    }
}

@media screen and (max-width: 999px) {
    .tetxsec .txtsecggirdf {
        display: block;
        width: 100%;
    }
}

.tetxsec .txtsecggirdf .txtsecggirdfprdc {
    background: #f5f5f5;
    padding: 2rem 32px;
}

@media screen and (max-width: 999px) {
    .tetxsec .txtsecggirdf .txtsecggirdfprdc {
        margin-bottom: 2.5rem;
    }
    .tetxsec .txtsecggirdf .txtsecggirdfprdc:last-child {
        margin-bottom: 0rem;
    }
}

#thank-you {
    text-align: center;
    height: 100vh;
    padding: 11% 0;
    background: #fff;
}

@media screen and (max-width: 999px) {
    #thank-you {
        padding: 27% 0 0;
    }
}

@media screen and (max-width: 500px) {
    #thank-you {
        padding: 30% 0 0;
    }
}

#thank-you .thank .img {
    width: 30%;
    margin: 0 auto;
}

@media screen and (max-width: 999px) {
    #thank-you .thank .img {
        width: 50%;
    }
}

@media screen and (max-width: 500px) {
    #thank-you .thank .img {
        width: 80%;
    }
}

#thank-you h3 {
    font-size: 3.5em;
    text-transform: uppercase;
    font-weight: 600;
    color: #fcc419;
}

@media screen and (max-width: 999px) {
    #thank-you h3 {
        font-size: 2.5em;
    }
}

@media screen and (max-width: 500px) {
    #thank-you h3 {
        font-size: 2em;
    }
}

#thank-you p {
    font-size: 1.2em;
    color: #fcc419;
}

@media screen and (max-width: 500px) {
    #thank-you p {
        font-size: 0.9em;
    }
}

.ongoingprojec01 {
    position: relative;
}

.ongoingprojec01 .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    align-items: center;
    display: flex;
}

@media screen and (max-width: 600px) {
    .ongoingprojec01 .imgnohvr {
        overflow: hidden;
    }
    .ongoingprojec01 .imgnohvr img {
        width: 250%;
        max-width: 250%;
    }
}

.ongoingprojec02 {
    position: relative;
    padding: 5rem 0;
}

.ongoingprojec02 .imgnohvr {
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
    overflow: hidden;
}

@media screen and (max-width: 1500px) {
    .ongoingprojec02 .imgnohvr {
        width: 100%;
    }
}

.ongoingprojec02 .imgnohvr .overlspac {
    position: absolute;
    left: 0;
    top: 0;
}

@media screen and (max-width: 999px) {
    .ongoingprojec02 .imgnohvr .overlspac {
        width: 40%;
    }
}

@media screen and (max-width: 600px) {
    .ongoingprojec02 .imgnohvr .overlspac {
        width: 40%;
    }
}

@media screen and (max-width: 600px) {
    .ongoingprojec02 .size20 {
        font-size: 14px;
    }
}

.ongoingprojec02 .img {
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
    overflow: hidden;
}

.ongoingprojec02 .img img {
    transition: all 0.6s ease;
}

.ongoingprojec02 .img .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5803921569);
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(1);
    transition: all 0.6s ease;
    opacity: 0;
}

.ongoingprojec02 .img .overlay span {
    color: #fff;
    background: #fcc419;
    padding: 0.8rem 1rem;
}

@media screen and (max-width: 600px) {
    .ongoingprojec02 .img .overlay span {
        font-size: 10px;
    }
}

.ongoingprojec02 .img:hover img {
    transform: scale(1.1);
    transition: all 0.6s ease;
}

.ongoingprojec02 .img:hover .overlay {
    transition: all 0.6s ease;
    opacity: 1;
}

.ongoingprojec02 a {
    text-decoration: none;
}

.ongoingprojec02 .txt {
    margin-top: 1rem;
}

.ongoingprojec02 .txt h6 {
    position: relative;
    padding-bottom: 1rem;
}

.ongoingprojec02 .txt h6::before {
    content: "";
    position: absolute;
    width: 32%;
    left: 0;
    height: 2px;
    background: #005d77;
    bottom: 0;
}

.ongoingprojec02 .txt p.size20 {
    line-height: 20px;
}

@media screen and (max-width: 600px) {
    .ongoingprojec02 .txt p.size20 {
        font-size: 15px;
        line-height: 16px;
    }
}

@media screen and (max-width: 600px) {
    .ongoingprojec02 .crdsec {
        box-shadow: 0 7px 10px rgba(0, 0, 0, 0.4196078431);
    }
}

@media screen and (max-width: 600px) {
    .ongoingprojec02 .crdsec .txt {
        padding: 0.5rem 1rem;
    }
}

.ongoingprojec02 .crdsec .imgnohvrtxt {
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
    overflow: hidden;
    cursor: pointer;
}

.ongoingprojec02 .crdsec .imgnohvrtxt img {
    transition: all 0.6s ease;
}

.ongoingprojec02 .crdsec .imgnohvrtxt:hover img {
    transform: scale(1.1);
    transition: all 0.6s ease;
}

.ongoingprojec02 .crdsec .imgnohvrtxt:hover .ovelaytext {
    opacity: 1;
    transition: all 0.6s ease;
    bottom: 0;
}

.ongoingprojec02 .crdsec .imgnohvrtxt .comeunit {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.ongoingprojec02 .crdsec .imgnohvrtxt .ovelaytext {
    position: absolute;
    background: rgba(5, 48, 85, 0.8784313725);
    width: 100%;
    height: 100%;
    bottom: -100%;
    left: 0;
    right: 0;
    padding: 5%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.6s ease;
    opacity: 0;
}

.ongoingprojec02 .crdsec .imgnohvrtxt .ovelaytext .diverdline {
    background: #8b9eae;
    margin: 1.5rem 0;
    height: 2px;
}

.ongoingprojec02 .crdsec .imgnohvrtxt .ovelaytext ul {
    padding: 0;
    margin: 0 0 0 7%;
}

.ongoingprojec02 .crdsec .imgnohvrtxt .ovelaytext ul li {
    color: #fff;
}

.ongoingprojec02 .crdsec .imgnohvrtxt .ovelaytext p {
    color: #fff;
    margin: 0;
}

.ongoingprojec02 .crdsec .imgnohvrtxt .ovelaytext p,
.ongoingprojec02 .crdsec .imgnohvrtxt .ovelaytext li {
    line-height: 27px;
}

@media screen and (max-width: 600px) {
    .ongoingprojec02 .crdsec .imgnohvrtxt .ovelaytext p,
    .ongoingprojec02 .crdsec .imgnohvrtxt .ovelaytext li {
        font-size: 15px;
    }
}

.projectsec01 {
    position: relative;
}

.projectsec02 {
    position: relative;
    padding: 5rem 0;
}

@media screen and (max-width: 600px) {
    .projectsec02 {
        padding: 2.5rem 0;
    }
}

.projectsec02 ul {
    margin: 1rem 0 0;
}

.projectsec02 ul li {
    color: #fcc419;
    margin-bottom: 7px;
    font-weight: 500;
}

@media screen and (max-width: 999px) {
    .projectsec02 ul li {
        margin-bottom: 3px;
    }
}

.projectsec02 ul li::marker {
    color: #fcc419;
}

.projectsec02.wist ul li {
    color: #656565;
    font-weight: 400;
}

.projectsec02.wist ul li::marker {
    color: #656565;
}

.projectsec03 {
    background: #005d77;
    padding: 10rem 0;
    color: #fff;
}

@media screen and (max-width: 600px) {
    .projectsec03 {
        padding: 2.5rem 0;
    }
}

.projectsec03 .brline {
    position: relative;
    padding-bottom: 1rem;
}

.projectsec03 .brline::before {
    content: "";
    position: absolute;
    width: 60%;
    left: 0;
    bottom: 0;
    height: 2px;
    background: #e1c258;
    background: linear-gradient(45deg, #e1c258 42%, #ede178 100%);
}

.projectsec03 .nav {
    flex-wrap: wrap;
}

@media screen and (max-width: 600px) {
    .projectsec03 .nav {
        flex-wrap: wrap;
        align-items: end;
    }
}

.projectsec03 .nav .nav-item {
    margin: 0;
}

@media screen and (max-width: 600px) {
    .projectsec03 .nav .nav-item {
        max-width: 50%;
        flex: 0 0 50%;
        padding: 0 7px;
    }
}

.projectsec03 .nav .nav-item .nav-link {
    color: #dadada;
    text-decoration: none;
    background: transparent;
    border: 0;
    padding: 0.7rem 4rem 0.7rem 6px;
    position: relative;
    border-radius: 0;
    line-height: 22px;
    text-transform: uppercase;
    transition: all 0.6s ease;
    opacity: 0.7;
}

@media screen and (max-width: 1300px) {
    .projectsec03 .nav .nav-item .nav-link {
        padding: 0.7rem 2.9rem 0.7rem 6px;
    }
}

@media screen and (max-width: 600px) {
    .projectsec03 .nav .nav-item .nav-link {
        padding: 0.7rem 0;
        line-height: 17px;
        height: 54px;
        font-size: 12px;
        width: 100%;
    }
}

.projectsec03 .nav .nav-item .nav-link::before {
    content: "";
    width: 1px;
    height: 50%;
    background: #fff;
    position: absolute;
    right: 10%;
    top: 25%;
}

@media screen and (max-width: 600px) {
    .projectsec03 .nav .nav-item .nav-link::before {
        right: -5px;
    }
}

.projectsec03 .nav .nav-item .nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    width: 0%;
    height: 5px;
    background: #e1c258;
    background: linear-gradient(45deg, #e1c258 42%, #ede178 100%);
    bottom: 0;
    transition: all 0.6s ease;
}

.projectsec03 .nav .nav-item .nav-link:hover,
.projectsec03 .nav .nav-item .nav-link.active {
    color: #fff;
    transition: all 0.6s ease;
    opacity: 1;
}

.projectsec03 .nav .nav-item .nav-link:hover::after,
.projectsec03 .nav .nav-item .nav-link.active::after {
    width: 70%;
    transition: all 0.6s ease;
}

.projectsec03 .nav .nav-item:last-child .nav-link::before {
    content: unset;
}

@media screen and (max-width: 600px) {
    .projectsec03 .nav .nav-item:nth-child(2) .nav-link br {
        display: none;
    }
}

@media screen and (max-width: 600px) {
    .projectsec03 .nav .nav-item:nth-child(2) .nav-link::before {
        content: unset;
    }
}

.projectsec03 .owl-one .owl-nav,
.projectsec03 .owlamrnit .owl-nav {
    margin-top: 2.9rem;
}

.projectsec03 .owl-one .owl-nav button,
.projectsec03 .owlamrnit .owl-nav button {
    width: 60px;
    height: 16px;
    border-radius: 0;
    transition: all 0.6s ease;
    position: unset;
    border: 0 !important;
}

.projectsec03 .owl-one .owl-nav button.disabled,
.projectsec03 .owlamrnit .owl-nav button.disabled {
    transition: all 0.6s ease;
    opacity: 0.5;
}

.projectsec03 .owl-one .owl-nav button.owl-prev,
.projectsec03 .owlamrnit .owl-nav button.owl-prev {
    background: url("../img/leftarrow.png") no-repeat;
    background-size: 100%;
}

.projectsec03 .owl-one .owl-nav button.owl-next,
.projectsec03 .owlamrnit .owl-nav button.owl-next {
    background: url("../img/rightarrow.png") no-repeat;
    background-size: 100%;
    margin-left: 2rem;
}

.projectsec03 .owl-one .owl-nav button span,
.projectsec03 .owlamrnit .owl-nav button span {
    display: none;
}

.projectsec03 ul li {
    margin-bottom: 5px;
}

.owllocation .owl-nav {
    margin-top: 2.9rem;
}

.owllocation .owl-nav button {
    width: 60px;
    height: 16px;
    border-radius: 0;
    transition: all 0.6s ease;
    position: unset;
    border: 0 !important;
}

.owllocation .owl-nav button.disabled {
    transition: all 0.6s ease;
    opacity: 0.5;
}

.owllocation .owl-nav button.owl-prev {
    background: url("../img/leftarrow.png") no-repeat;
    background-size: 100%;
}

.owllocation .owl-nav button.owl-next {
    background: url("../img/rightarrow.png") no-repeat;
    background-size: 100%;
    margin-left: 2rem;
}

.owllocation .owl-nav button span {
    display: none;
}

.projectsec04 {
    padding: 5rem 0;
}

.projectsec04 .borlingredi {
    width: 80%;
}

@media screen and (max-width: 600px) {
    .projectsec04 {
        padding: 2.5rem 0;
    }
}

.projectsec04.wiste ul {
    list-style-type: disc;
    padding: 0 0 0 1rem;
}

.projectsec04.wiste ul li {
    display: list-item;
    margin-bottom: 7px;
}

.projectsec04 ul {
    list-style-type: none;
    margin: 2.9rem 0 0;
    padding: 0;
}

@media screen and (max-width: 600px) {
    .projectsec04 ul {
        margin: 1.2rem 0 0;
    }
}

.projectsec04 ul li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 16px;
}

.projectsec04 ul li .img {
    max-width: 7%;
    flex: 0 0 7%;
}

@media screen and (max-width: 600px) {
    .projectsec04 ul li .img {
        max-width: 12%;
        flex: 0 0 12%;
    }
}

.projectsec04 ul li span {
    max-width: 93%;
    flex: 0 0 93%;
    line-height: 21px;
}

@media screen and (max-width: 600px) {
    .projectsec04 ul li span {
        max-width: 88%;
        flex: 0 0 88%;
    }
}

.projectsec05 {
    padding: 5rem 0;
}

.projectsec05 .borlingredi {
    width: 80%;
    background: url("../img/leftbr.png") no-repeat;
    background-position: left;
    background-size: 100%;
}

@media screen and (max-width: 600px) {
    .projectsec05 {
        padding: 2.5rem 0;
    }
}

@media screen and (max-width: 600px) {
    .projectsec05 h3 {
        padding: 0;
    }
}

.projectsec05 ul {
    list-style-type: none;
    margin: 2.9rem 0 0;
    padding: 0;
}

@media screen and (max-width: 600px) {
    .projectsec05 ul {
        margin: 1.2rem 0 0;
    }
}

.projectsec05 ul li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 16px;
}

.projectsec05 ul li .img {
    max-width: 7%;
    flex: 0 0 7%;
}

@media screen and (max-width: 600px) {
    .projectsec05 ul li .img {
        max-width: 12%;
        flex: 0 0 12%;
    }
}

.projectsec05 ul li span {
    max-width: 93%;
    flex: 0 0 93%;
    line-height: 21px;
}

@media screen and (max-width: 600px) {
    .projectsec05 ul li span {
        max-width: 88%;
        flex: 0 0 88%;
    }
}

@media screen and (max-width: 999px) {
    .projectsec05 .ord {
        order: 1;
    }
}

.projectsec06 {
    /* padding: 5rem 0; */
    position: relative;
    z-index: 1;
    color: #fff;
}

@media screen and (max-width: 600px) {
    .projectsec06 {
        padding: 2.5rem 0;
    }
}

.projectsec06::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 80%;
    /* background: #a38052; */
    z-index: -1;
    bottom: 0;
}

@media screen and (max-width: 999px) {
    .projectsec06::before {
        height: 100%;
    }
}

.projectsec06 .btn {
    background: #fcc419;
    background: linear-gradient(305deg, #fcc419 42%, #005e79 100%);
    color: #fff;
}

.projectsec06 ul {
    margin: 0;
    padding: 0 0 0 18px;
}

.projectsec06 ul li {
    line-height: 24px;
    margin-bottom: 5px;
    color:#000;
}

.projectsec06 .brliner {
    position: relative;
}

.projectsec06 .brliner::before {
    content: "";
    position: absolute;
    width: 1px;
    right: 5%;
    background: rgba(255, 255, 255, 0.5137254902);
    top: 0;
    height: 35%;
}

@media screen and (max-width: 600px) {
    .projectsec06 .brliner::before {
        content: unset;
    }
}

.projectsec06 .brliner:last-child::before {
    content: unset;
}

@media screen and (max-width: 999px) {
    .projectsec06 .brliner:nth-child(3)::before {
        content: unset;
    }
}

.projectsec06 .img {
    position: relative;
    cursor: pointer;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 600px) {
    .projectsec06 .img {
        overflow: hidden;
    }
    .projectsec06 .img img.w-100 {
        max-width: 180% !important;
        width: 180% !important;
        transform: translateX(-38%);
    }
}

.projectsec06 .img::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7607843137);
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0 auto;
    opacity: 0;
}

.projectsec06 .img:hover::before {
    transition: all 0.6s ease;
    opacity: 1;
}

.projectsec06 .owllocation .item .imgico {
    margin-bottom: 10px;
}

.projectsec06 .owllocation .item .imgico img {
    width: auto;
}

.projectsec06 .owllocation .item h6 {
    margin-bottom: 5px;
}

.projectsec06 .owllocation .item ul {
    padding-top: 0.2rem;
}

.projectsec07 {
    padding: 5rem 0;
    /* margin-top: 5rem; */
    position: relative;
}

@media screen and (max-width: 600px) {
    .projectsec07 {
        padding: 2.5rem 0;
    }
}

.projectsec07::before {
    content: "";
    background: #dedede;
    top: 0;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 65%;
    z-index: -1;
}

@media screen and (max-width: 999px) {
    .projectsec07::before {
        height: 100%;
    }
}

.projectsec07 a {
    text-decoration: none;
}

.projectsec07 .img {
    position: relative;
    text-align: center;
    cursor: pointer;
}

.projectsec07 .img .overla {
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1rem;
}

.projectsec07 .img .overla .btn {
    background: #fcc419;
    color: #fff;
    border: 1px solid #fff;
    width: 229px;
    text-align: center;
    display: block;
}

.projectsec07 .img .overla .btn:before {
    background: #fff;
}

.projectsec07 .img .overla .btn:hover {
    color: #000;
    border: 1px solid #fcc419;
}

.fadein {
    animation-name: fadin;
    animation-fill-mode: both;
    animation-timing-function: ease-in-out;
    animation-duration: 0.8s;
}

.eventsec02 {
    position: relative;
    padding: 5rem 0;
    overflow-x: hidden;
}

@media screen and (max-width: 600px) {
    .eventsec02 .nav .nav-item {
        max-width: 50%;
        flex: 0 0 50%;
        padding: 0 10px;
    }
}

@media screen and (max-width: 600px) {
    .eventsec02 .nav .nav-item:nth-child(2) .nav-link::before,
    .eventsec02 .nav .nav-item:last-child .nav-link::before {
        content: unset;
    }
}

.eventsec02 .nav .nav-item .nav-link {
    color: #969696;
    text-decoration: none;
    background: transparent;
    border: 0;
    padding: 0.7rem 4rem 0.7rem 6px;
    position: relative;
    border-radius: 0;
    line-height: 22px;
}

@media screen and (max-width: 600px) {
    .eventsec02 .nav .nav-item .nav-link {
        padding: 0.7rem 0;
        line-height: 17px;
        height: 55px;
        font-size: 16px;
        width: 100%;
        display: flex;
        align-items: center;
    }
}

.eventsec02 .nav .nav-item .nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    width: 0%;
    height: 2px;
    background: #005d77;
    bottom: 0;
    transition: all 0.6s ease;
}

@media screen and (max-width: 600px) {
    .eventsec02 .nav .nav-item .nav-link::before {
        content: "";
        width: 1px;
        height: 50%;
        background: #303030;
        position: absolute;
        right: 10%;
        top: 25%;
    }
}

.eventsec02 .nav .nav-item .nav-link:hover::after,
.eventsec02 .nav .nav-item .nav-link.active::after {
    width: 70%;
    transition: all 0.6s ease;
}

.eventsec02 .nav .nav-item:last-child .nav-link::before {
    content: unset;
}

.eventsec02 .nav .nav-item:nth-child(2) .nav-link br {
    display: none;
}

.eventsec02 .tab-content .tab-pane .img {
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    transition: all 0.6s ease;
    cursor: pointer;
}

@media screen and (max-width: 1500px) {
    .eventsec02 .tab-content .tab-pane .img {
        width: 100%;
    }
}

.eventsec02 .tab-content .tab-pane .img::before {
    content: "+";
    background: rgba(5, 126, 161, 0.6901960784);
    position: absolute;
    color: #fff;
    font-size: 2.9rem;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.6s ease;
    opacity: 0;
    font-weight: 400;
}

.eventsec02 .tab-content .tab-pane .img:hover::before {
    opacity: 1;
    transition: all 0.6s ease;
}

.eventsec02 .tab-content .tab-pane a {
    text-decoration: none;
}

.contectsec02 {
    position: relative;
    padding: 5rem 0;
}

@media screen and (max-width: 600px) {
    .contectsec02 {
        padding: 2.5rem 0;
    }
}

.contectsec02 .img {
    max-width: 8%;
    flex: 0 0 8%;
}

@media screen and (max-width: 1400px) {
    .contectsec02 .img {
        max-width: 10%;
        flex: 0 0 10%;
    }
}

.contectsec02 .conbox:nth-child(2) {
    position: relative;
}

.contectsec02 .conbox:nth-child(2)::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 50%;
    right: 4%;
    top: 25%;
    z-index: 1;
    background: #bcbcbc;
}

@media screen and (max-width: 999px) {
    .contectsec02 .conbox:nth-child(2)::before {
        content: unset;
    }
}

.contectsec02 .conbox:nth-child(2)::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 50%;
    left: -4%;
    top: 25%;
    z-index: 1;
    background: #bcbcbc;
}

@media screen and (max-width: 999px) {
    .contectsec02 .conbox:nth-child(2)::after {
        content: unset;
    }
}

.contectsec02 .conbox:nth-child(3) {
    position: relative;
}

.contectsec02 .conbox:nth-child(3)::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 50%;
    right: 4%;
    top: 25%;
    z-index: 1;
    background: #bcbcbc;
}

@media screen and (max-width: 999px) {
    .contectsec02 .conbox:nth-child(3)::before {
        content: unset;
    }
}

.contectsec02 .conbox:nth-child(3)::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 50%;
    left: -4%;
    top: 25%;
    z-index: 1;
    background: #bcbcbc;
}

@media screen and (max-width: 999px) {
    .contectsec02 .conbox:nth-child(3)::after {
        content: unset;
    }
}

@media screen and (max-width: 600px) {
    .contectsec02 .conbox {
        box-shadow: 0 7px 18px rgba(0, 0, 0, 0.0784313725);
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
        margin-bottom: 2.9rem;
    }
    .contectsec02 .conbox:last-child {
        margin-bottom: 0;
    }
}

.contectsec02 .txt {
    max-width: 92%;
    flex: 0 0 92%;
}

@media screen and (max-width: 1400px) {
    .contectsec02 .txt {
        max-width: 90%;
        flex: 0 0 90%;
        padding-left: 5px;
    }
}

.contectsec02 .txt p {
    color: #676767;
}

.contectsec02 .txt p a {
    color: #676767;
    transition: all 0.6s ease;
    text-decoration: none;
}

.contectsec02 .txt p a:hover {
    color: #9b6f3e;
    transition: all 0.6s ease;
}

.faqsec {
    padding: 5rem 0;
}

.faqsec .card .card-header {
    padding: 0;
}

.faqsec .card .card-header .faqbtn {
    width: 100%;
    display: block;
    padding: 20px 1.8rem;
    text-align: left;
    border: 1px solid #fff;
    background: #fcc419;
    color: #fff;
    font-weight: 300;
    font-size: 18px;
    position: relative;
}

@media screen and (max-width: 1500px) {
    .faqsec .card .card-header .faqbtn {
        padding: 14px 1.8rem;
        font-size: 16px;
    }
}

@media screen and (max-width: 999px) {
    .faqsec .card .card-header .faqbtn {
        font-size: 15px;
        padding: 14px 1rem 14px 0.8rem;
    }
}

.faqsec .card .card-header .faqbtn::before {
    float: right !important;
    font-family: FontAwesome;
    content: "\f068";
    padding-right: 5px;
    transition: all 0.6s ease;
}

@media screen and (max-width: 600px) {
    .faqsec .card .card-header .faqbtn::before {
        padding-right: 2px;
    }
}

.faqsec .card .card-header .faqbtn.collapsed::before {
    content: "\f067";
    transition: all 0.6s ease;
}

.faqsec .card .card-body {
    background: #fefefe;
}

.faqsec .card .card-body p {
    line-height: 27px;
}

@media screen and (max-width: 999px) {
    .faqsec .card .card-body p {
        line-height: 23px;
    }
}

footer .sec01 {
    background: #ffedd3;
    padding: 5rem 0;
}

@media screen and (max-width: 600px) {
    footer .sec01 {
        padding: 2.5rem 0;
    }
}

footer .sec01 input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #000;
    color: #000;
    width: 90%;
}

@media screen and (max-width: 600px) {
    footer .sec01 input {
        font-weight: 12px;
        border: 1px solid #000;
    }
}

footer .sec01 input::-moz-placeholder {
    color: #fff;
}

footer .sec01 input::placeholder {
    color: #fff;
}

footer .sec01 .btn {
        background: #fcc419;
    color: #000;
    border: 1px solid #000;
    padding: 0.6rem 1.9rem;
    font-weight: 400;
}

@media screen and (max-width: 600px) {
    footer .sec01 h3 {
        padding-right: 21%;
    }
}

footer .sec02 {
    background: #f4f4f4;
    padding: 4rem 0;
}

footer .sec02 a {
    color: #000;
    transition: all 0.6s ease;
}

footer .sec02 a:hover {
    color: #a98453;
    transition: all 0.6s ease;
}

footer .sec02 a.fa {
    padding: 8px;
    font-size: 15px !important;
    width: 32px;
    height: 32px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    border-radius: 50%;
    background: #626262;
    color: white;
    transition: all 0.6s ease;
}

footer .sec02 a.fa:hover {
    background: #b59648;
    color: #fff;
    text-decoration: none;
    transition: all 0.6s ease;
}

footer .sec02 p small {
    line-height: 20px;
    display: block;
}

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

footer .sec02 ul li {
    margin-bottom: 6px;
}

footer .sec02 a {
    text-decoration: none;
}

footer .sec03 {
    background: #303030;
    padding: 1rem 0;
}

@media screen and (max-width: 600px) {
    footer .sec03 {
        margin-bottom: 50px;
    }
}

footer .sec03 p {
    font-size: 14px;
    color: #fff;
}

input,
select,
textarea {
    resize: none;
}

input:focus,
select:focus,
textarea:focus {
    outline: 0;
    box-shadow: unset;
}

.enquiry-wrapper {
        position: fixed;
    right: 40px;
    top: 20%;
    z-index: 99;
    width: 200px;
    left: 89%;
}

@media screen and (max-width: 1556px) {
    .enquiry-wrapper {
        top: 20%;
    }
}

@media screen and (max-width: 768px) {
    .enquiry-wrapper {
        display: block;
    }
}

@media screen and (max-width: 500px) {
    .enquiry-wrapper {
        display: flex;
        width: 100%;
        top: unset;
        bottom: 0;
        left:0;
    }
}

.enquiry-wrapper .enquiry-box {
    display: flex;
    align-items: center;
    background-color: #fff;
    cursor: pointer;
    transform: translateX(124px);
    transition: all ease-in 0.5s;
    border: 1px solid #fff;
}

@media screen and (max-width: 1500px) {
    .enquiry-wrapper .enquiry-box {
        transform: translateX(110px);
    }
}

@media screen and (max-width: 500px) {
    .enquiry-wrapper .enquiry-box {
        transform: translateX(0);
        width: 100%;
        text-align: center;
        border: 0px solid #fff;
    }
}

.enquiry-wrapper .enquiry-box:hover {
    transform: translateX(0);
}

.enquiry-wrapper .enquiry-box:not(:first-child) {
    border-top: 1px solid #fff;
}

.enquiry-wrapper .enquiry-box .call-icon,
.enquiry-wrapper .enquiry-box .mail-icon {
    background-color: #fcc419;
       width: 72px;
    padding: 10px;
    font-size: 17px;
}

@media screen and (max-width: 500px) {
    .enquiry-wrapper .enquiry-box .call-icon,
    .enquiry-wrapper .enquiry-box .mail-icon {
        width: 99%;
        padding: 1px;
    }
}

.enquiry-wrapper .enquiry-box .call-icon .mobvsisec,
.enquiry-wrapper .enquiry-box .mail-icon .mobvsisec {
    display: none;
}

@media screen and (max-width: 500px) {
    .enquiry-wrapper .enquiry-box .call-icon .mobvsisec,
    .enquiry-wrapper .enquiry-box .mail-icon .mobvsisec {
        display: block;
        color: #000;
        font-size: 15px;
        text-align: center;
        font-weight:400px;
        padding:18px;
    }
}

.enquiry-wrapper .enquiry-box .call-content {
    padding: 0px 7px;
}

@media screen and (max-width: 500px) {
    .enquiry-wrapper .enquiry-box .call-content {
        display: none;
    }
}

.enquiry-wrapper .enquiry-box .mail-content {
    padding-left: 18%;
}

@media screen and (max-width: 500px) {
    .enquiry-wrapper .enquiry-box .mail-content {
        display: none;
    }
}

.enquiry-wrapper .enquiry-box img {
    width: 38px;
    padding: 6px;
}

.enquiry-wrapper .enquiry-box a {
    color: #626262;
    text-decoration: none;
    font-size: 16px;
}

@media screen and (max-width: 1366px) {
    .enquiry-wrapper .enquiry-box a {
        font-size: 14px;
    }
}

@keyframes animationimg {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(1.1);
    }
}

@keyframes circle-full {
    from {
        -webkit-clip-path: circle(0% at 0% 0%);
        clip-path: circle(0% at 0% 0%);
    }
    to {
        -webkit-clip-path: circle(100% at 50%);
        clip-path: circle(100% at 50%);
        opacity: 1;
    }
}

@keyframes left_righ {
    from {
        left: -100%;
    }
    to {
        left: 0;
        opacity: 1;
    }
}

@keyframes animationfade {
    from {
        opacity: 0.5;
    }
    to {
        opacity: 1;
    }
}

@keyframes pulse2 {
    0% {
        transform: scale(0.1, 0.1);
        opacity: 0;
    }
    50% {
        opacity: 0.8;
    }
    100% {
        transform: scale(1.4, 1.5);
        opacity: 0;
    }
}

/*# sourceMappingURL=style.css.map */

.iaccept input {
    width: auto !important;
}

.iaccept span {
    color: #d7d7d7;
    font-size: 14px;
}

/*********************************************/

/* Horizontal line */

.collapsible-link::before {
    content: '';
    width: 14px;
    height: 2px;
    background: #333;
    position: absolute;
    top: calc(50% - 1px);
    right: 1rem;
    display: block;
    transition: all 0.3s;
}

/* Vertical line */

.collapsible-link::after {
    content: '';
    width: 2px;
    height: 14px;
    background: #333;
    position: absolute;
    top: calc(50% - 7px);
    right: calc(1rem + 6px);
    display: block;
    transition: all 0.3s;
}

.collapsible-link[aria-expanded='true']::after {
    transform: rotate(90deg) translateX(-1px);
}

.collapsible-link[aria-expanded='true']::before {
    transform: rotate(180deg);
}


.spec-container{
max-width:1100px;
margin:auto;
display:grid;
grid-template-columns:1fr 1fr;
gap:20px;
margin-bottom: 50px;
}

/* Accordion Item */

.accordion-item{
background:white;
border-radius:6px;
overflow:hidden;
box-shadow:0 2px 5px rgba(0,0,0,0.1);
}

/* Hide checkbox */

.accordion-item input{
display:none;
}

/* Title */

.accordion-title{
display:block;
padding:15px 18px;
font-weight:bold;
cursor:pointer;
position:relative;
background:#dedede;
border-bottom:1px solid #dedede;
color:#000;
}

/* Arrow */

/* .accordion-title::after{
content:"+";
position:absolute;
right:20px;
font-size:20px;
transition:0.3s;
} */

/* Content */

.accordion-content{
max-height:0;
overflow:hidden;
transition:max-height .4s ease;
padding:0 18px;
background:#fafafa;
}

/* Open accordion */

.accordion-item input:checked ~ .accordion-content{
max-height:200px;
padding:15px 18px;
}

.accordion-item input:checked + .accordion-title::after{
content:"−";
}

/* Mobile Responsive */

@media(max-width:768px){

.spec-container{
grid-template-columns:1fr;

}
.specific_h2{
    margin-top:30px
}

}


.amenities {
  padding: 60px 20px;
  background: #f8f8f8;
}

.container {
  max-width: 1200px;
  margin: auto;
}

.section-title {
  text-align: center;
  font-size: 32px;
  margin-bottom: 40px;
}

.amenities-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

.amenity-card {
  background: #fff;
  padding: 25px;
  text-align: center;
  border-radius: 10px;
  transition: 0.3s;
  box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}

.amenity-card img {
  width: 60px;
  /* margin-bottom: 15px; */
  margin: auto;
}

.amenity-card h4 {
  font-size: 18px;
  margin-top: 10px;
}

.amenity-card:hover {
  transform: translateY(-5px);
}

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

/* Mobile */
@media (max-width: 576px) {
  .amenities-grid {
    grid-template-columns: 1fr;
  }
}
.image img {
  width: 250px;
}

.button a {
  
    padding: 12px 20px;
    background-color: #fcc419;
    color: #000;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 500;

}

#map {
  height: 550px;
}

input::placeholder {
  color: #999;
  opacity: 1;
}
footer .sec01 input::placeholder{
    color: #999;
  opacity: 1;
}
