@import url('https://fonts.cdnfonts.com/css/myriad-pro');
@import url('https://fonts.cdnfonts.com/css/sangira');

@font-face {
    font-family: EleganteClassica;
    src: url(../font/Elegante\ Classica.ttf);
}

@font-face {
    font-family: pdfintextcondpro;
    src: url(../font/PFDinTextCondPro-Regular.ttf);
}

@font-face {
    font-family: dinnext;
    src: url(../font/dinnextw1g_light.otf);
}

@font-face {
    font-family: kugile;
    src: url(../font/Kugile_Demo.ttf);
}

@font-face {
    font-family: poppins;
    src: url(../font/Poppins-Medium.ttf);
}


/* font-family: 'Myriad Pro', sans-serif; */
/* font-family: 'Sangira', sans-serif; */
/* font-family: EleganteClassica; */

:root {
    --primary: #00397d;
    --secondary: #404040;
    --light: #ffffff;
    --dark: #000000;
}

.header .cc-info {
    display: flex;
    justify-content: flex-end;
}

.header .cc-info .call-us p svg {
    background: #ff6000;
    padding: 5px 5px 5px 0;
    border-radius: 0px;
    margin-right: 2px;
    font-size: 17px;
}

.header .cc-info .call-us span {
    background: #ff6000;
    padding: 3px 9px;
    border-radius: 0px;
}

.header .cc-info .call-us p {
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    font-family: 'Myriad Pro', sans-serif;
    display: flex;
    align-items: center;
    margin-bottom: 3px;
    justify-content: flex-end;
}

.header .cc-info .call-us p a {
    color: #fff;
    text-decoration: none;
}

.navigation nav.navbar .navbar-nav .nav-link {
    color: #000;
    font-weight: 600;
    font-size: 15px;
    padding: 1px 8px;
    border-radius: 12px;
    font-family: 'Myriad Pro', sans-serif;
}

.section-1 {
    padding: 50px 0;
    background-color: #e9e9e9;
}

.section-1 h3 {
    color: var(--primary);
    font-family: EleganteClassica;
}

.section-1 p {
    margin: 0;
    color: #131313;
    font-size: 15px;
    font-weight: 500;
    font-family: pdfintextcondpro;
}

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

.section-2 .inner-section h4 {
    text-transform: capitalize;
    color: var(--primary);
    /* font-family: 'Sangira', sans-serif; */
    font-family: kugile;
    font-weight: 800;
    text-align: center;
}

.section-2 .inner-section .colum {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.section-2 .inner-section .colum .overlay-text {
    position: absolute;
    background-color: #00000077;
    bottom: 0px;
    z-index: 1;
    width: 100%;
    padding: 9px 20px;
}

.section-2 .inner-section .colum .overlay-text h5 {
    font-size: 16px;
    /* margin: 0; */
    text-transform: capitalize;
    font-family: auto;
    color: #fff;
}

.section-2 .inner-section .colum .overlay-text a {
    color: #fff;
    font-family: pdfintextcondpro;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    border-color: linear-gradient(to bottom, #d9c37e 0%, #c18d3d 100%) 1;
    border-width: 2px;
    border-style: solid;
    padding: 2px 8px;
    display: inline-block;
    border-radius: 30px;
}

/* .section-2 .inner-section .colum .overlay-text a {
    color: #fff;
    padding: 3px 8px;
    display: inline-block;
    font-family: pdfintextcondpro;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    border-radius: 50px;
    border: 2px solid transparent;
    background: linear-gradient(45deg,#d9c37e,#c18d3d) border-box; 
    -webkit-mask:
       linear-gradient(#fff 0 0) padding-box, 
       linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor; 
            mask-composite: exclude; 
    position: relative;
  }

  .section-2 .inner-section .colum .overlay-text a::after {
    content: "EXPLORE";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
  } */

  .section-4 {
    margin-top: -250px;
  }

  .section-4 .circle {
    border: 2px solid var(--primary);
    padding: 70px;
    border-radius: 50%;
}

.section-4 .inner-circle {
    position: relative;
    height: 400px;
    width: 400px;
    z-index: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.section-4 .inner-circle::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: url(../images/bg-1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    /* box-shadow: 0px 0px 20px 0px grey; */
    height: 100%;
    border-radius: 50%;
    z-index: -1;
}

.section-4 .inner-circle h3 {
    font-family: kugile;
    text-transform: capitalize;
    font-size: 37px;
    color: var(--primary);
    text-align: center;
    margin-top: 20px;
}

.section-4 .inner-circle h3 span {
    color: var(--dark);
}

.section-4 .inner-circle p {
    font-family: dinnext;
    width: 260px;
    font-size: 12px;
}

.section-4 .inner-section p {
    padding-left: 44px;
    font-size: 13px;
}

.section-5 {
    position: relative;
    padding: 40px 0;
}

.section-5::before {
    z-index: -1;
    content: "";
    position: absolute;
    top: -70px;
    left: 20px;
    width: 50%;
    height: 100%;
    background-image: url(../images/bg-2.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    /* background: linear-gradient(90deg, rgba(235,235,235,1) 21%, rgba(255,255,255,0) 100%); */
}

.section-5 .inner-section h2 {
    font-family: EleganteClassica;
    text-transform: capitalize;
    font-size: 40px;
    color: var(--primary);
}

.section-5 .inner-section h2 span {
    color: #000;
}

.section-5 .inner-section p {
    font-family: dinnext;
    /* font-weight: 600; */
    font-size: 19px;
}
.section-5 .inner-section a {
    color: #fff;
    text-decoration: none;
    text-transform: capitalize;
    background: var(--primary);
    padding: 4px 10px;
    border-radius: 30px;
    font-size: 12px;
    letter-spacing: 1px;
    font-family: pdfintextcondpro;
}

.section-6 .first-colum {
    background-image: url(../images/bg-3.jpg);
    background-size: cover;
    padding: 43px 118px 40px 40px;
}

.section-6 .second-colum h2 {
    font-family: EleganteClassica;
    text-transform: capitalize;
    font-size: 40px;
    color: var(--primary);
}

.section-6 .second-colum h2 span {
    color: #000;
}

.section-6 .second-colum p {
    font-family: dinnext;
    font-size: 13px;
    font-weight: 500;
}

.section-6 .second-colum {
    padding: 50px;
    text-align: center;
    position: relative;
    height: 430px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.section-6 .second-colum::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/pool-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}

/* .section-7 {
    margin-top: -20px;
} */

.section-7 .first-section {
    display: flex;
    height: 350px;
    width: 350px;
    border: 2px solid rgb(198, 198, 198);
    padding: 50px;
    border-radius: 50%;
    flex-direction: column;
    justify-content: center;
}

.section-7 .first-section h2 {
    font-family: EleganteClassica;
    text-transform: capitalize;
    font-size: 30px;
    color: var(--primary);
    text-align: center;
}

.section-7 .first-section h2 span {
    color: #000;
}
.section-7 .first-section p {
    font-size: 12px;
    font-family: dinnext;
    /* font-weight: 600; */
    text-align: center;
}

.section-8 {
    padding: 50px 0px;
    background-image: url(../images/1.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.section-8 .first-section {
    padding-left: 40px;
}

.section-8 .first-section h2 {
    font-family: EleganteClassica;
    text-transform: capitalize;
    font-size: 30px;
    color: var(--primary);
}

.section-8 .first-section h2 span {
    color: #000;
}

.section-8 .first-section p {
    font-size: 12px;
    font-family: dinnext;
    text-align: justify;
}

.section-9 {
    padding: 50px 0px 0px;
    background-image: url(../images/bg-4.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.section-9 .inner-section {
    height: 192px;
    text-align: center;
    padding: 22px 10px;
    border: 2px solid #248ddc;
    border-radius: 156px 156px 0px 0px;
}

.section-9 .inner-section h2 {
    font-family: EleganteClassica;
    text-transform: capitalize;
    font-size: 27px;
    color: var(--primary);
}

.section-9 .inner-section h4 {
    color: var(--primary);
    font-size: 20px;
}

.section-9 .inner-section h2 span {
    color: #000;
}

.section-9 .inner-section p {
    margin: 0;
    font-size: 13px;
}

.section-9 .head-section p {
    font-family: EleganteClassica;
    font-weight: 600;
    font-size: 29px;
    text-align: center;
}
.section-9 .head-section p span {
    color: var(--primary);
}

.section-10 {
    position: relative;
    padding: 30px 0px 90px 0px;
    background-image: url(../images/bg-4.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
    margin-bottom: 30px;
}

.section-10::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 70%;
    background-color: rgba(228, 228, 228, 0.635);
    z-index: -1;
}

.section-11 {
    background-image: url(../images/20.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 100px;
    position: relative;
}

.section-11 .inner-section {
    margin-top: -75px;
    z-index: 9;
}

.section-11 .inner-colum h2 {
    font-family: EleganteClassica;
    text-transform: capitalize;
    font-size: 40px;
    color: var(--primary);
}

.section-11 .inner-colum p {
    text-align: justify;
}

.section-11 .inner-culum p {
    font-family: dinnext;
    font-weight: 600;
    font-size: 19px;
}

.section-11 .inner-colum a {
    color: #fff;
    text-decoration: none;
    text-transform: capitalize;
    background: var(--primary);
    padding: 4px 10px;
    border-radius: 30px;
    font-size: 12px;
    letter-spacing: 1px;
    font-family: pdfintextcondpro;
}

.section-12 {
    background-image: url(../images/20.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0px;
    text-align: center;
}

.section-12 .inner-section p {
    margin-top: 20px;
    font-family: dinnext;
    font-weight: 600;
    font-size: 15px;
}

.section-13 {
    background-image: url(../images/20.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0px 0px 100px 0px;
    text-align: center;
}

.section-13 .client-carousel .client-logo {
    padding: 10px;
}

.section-13  h2 {
    font-family: EleganteClassica;
    text-transform: capitalize;
    font-size: 40px;
    color: var(--primary);
}
.section-13 .client-testimony p {
    margin-top: 20px;
    font-family: dinnext;
    font-weight: 600;
    font-size: 15px;
}

.section-13 .client-testimony h4 {
    color: #0463aa;
    text-transform: capitalize;
    font-family: EleganteClassica;
}

.banner-footer {
    margin-top: -60px;
    position: relative;
}

#chat-icon {
    bottom: 15px;
    left: 15px;
    padding: 10px 20px;
    background: #25D366;
    color: #fff;
    font-size: 25px;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    padding: 0;
    border-radius: 50%;
    box-shadow: 0px 0px 10px #00000026;
}

#call-icon {
    bottom: 80px;
    left: 15px;
    padding: 10px 20px;
    background: #108ed7;
    color: #fff;
    font-size: 25px;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    padding: 0;
    border-radius: 50%;
    box-shadow: 0px 0px 10px #00000026;
}

.footer {
    background-image: url(../images/footer.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0px 50px 0px;
    /* margin-top: 100px; */
    border-top: 3px solid #ffde82;
}

.footer .footer-logo img {
    margin-top: -164px;
}

.footer .contact-info h4 {
    color: #f1c566;
    padding: 0px 25px;
}

.footer .contact-info .inner-colum {
    background-color: #fff;
    border-radius: 15px;
    padding: 25px;
}

.footer .contact-info .inner-colum h6 {
    font-weight: 700;
    margin: 0;
}

.footer .contact-info .inner-colum p {
    color: #545454;
}

.footer .contact-info .blog-form input {
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
}

.footer .contact-info .blog-form input::placeholder {
    color: #fff;
  }

.footer .contact-info .blog-form {
    display: flex;
}

.footer .contact-info .blog-form button {
    border: none;
    background-image: linear-gradient(to right, #c18d3d  0%, #f1c566  51%, #f1c566  100%);
    color: var(--primary);
    font-weight: 600;
    margin-left: -3px;
}

.footer .contact-form h4 {
    color: #f1c566;
    padding: 0px 25px;
}

.footer .contact-form .inner-colum {
    background-color: #fff;
    border-radius: 15px;
    padding: 25px;
}
.footer .contact-form .inner-colum form label {
    font-family: poppins;
    color: #0463aa;
    font-weight: 700;
}

.footer .contact-form .inner-colum form input {
    border: none;
    background: #0463aa;
    border-radius: 10px;
    width: 100%;
    padding: 2px 15px;
}

.footer .contact-form .inner-colum form button {
    border: none;
    background-color: #0463aa;
    text-align: right;
    color: #fff;
    font-family: poppins;
    border-radius: 10px;
    padding: 4px 15px;
}

.navbar-toggler-icon {
    background-image: url(../images/menu.png);
}
.navbar-toggler {
    background-color: var(--primary);
}

/* .navbar-nav {
    margin: 12px 0px 0px 0px !important;
} */


@media (min-width: 992px) {
    .mobile-logo {
        display: none;
    }
}

@media (max-width: 768px) {
    .desktop-logo {
        display: none;
    }
    .header .cc-info {
        justify-content: center;
    }
    .section-4 .circle {
        padding: 35px;
    }
    .section-4 .inner-circle {
        width: 300px;
        height: 300px;
    }
    .section-4 .inner-circle h3 {
        font-size: 20px;
        margin-top: 2px;
    }
    .section-4 .inner-circle p {
        width: 200px;
        font-size: 9px;
    }
    .section-4 .inner-section p {
        padding-left: 27px;
        font-size: 11px;
    }
    .section-5::before {
        top: -39px;
    }
    .section-5 .inner-section h2 {
        font-size: 25px;
    }
    .section-5 .inner-section p {
        font-size: 12px;
    }
    .section-7 .first-section {
        border: none;
        padding: 3px;
        height: auto;
        width: auto;
    }
    .section-7 .first-section h2 {
        font-size: 25px;
    }
    .section-7 .first-section p {
        font-size: 12px;
        margin: 0;
    }
    .section-8 {
        padding-bottom: 20px;
    }
    .section-8 .first-section {
        padding-left: 0;
    }
    .section-8 .first-section h2 {
        font-size: 25px;
    }
    .section-8 .first-section h2 br, .section-7 .first-section h2 br {
        display: none;
    }
    .section-8 .first-section p {
        font-size: 16px;
    }
    .section-9 .inner-section {
        padding: 10px;
    }
    .section-9 .inner-section h2 {
        font-size: 15px;
    }
    .section-11 .inner-colum {
        margin-top: 20px;
    }
    .section-11 .inner-colum h2 {
        font-size: 32px;
    }
    .section-13  h2 {
        font-size: 32px;
    }
    .section-6 .second-colum {
        padding: 27px;
        text-align: center;
        position: relative;
        height: 253px;
        display: block;
    }
    .section-6 .second-colum h2 {
        font-size: 27px;
    }
    .section-6 .second-colum p {
        font-size: 9px;
    }
    .header .cc-info .call-us p {
        justify-content: center;
    }
}

@media (max-width: 600px) {
    .header {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .header .cc-info .call-us p {
        justify-content: center;
    }
    .mobile-logo img {
        width: 150px;
    }
    .section-9 .inner-section h2 {
        font-size: 16px;
    }
    .section-1 {
        padding: 20px 0;
    }
    .section-2 .inner-section h4 {
        font-size: 14px;
    }
    .section-2 .inner-section .colum .overlay-text h5 {
        font-size: 10px;
    }
    .section-5 {
        padding: 0;
    }
    .section-5::before {
        top: -20px;
        left: 0;
        width: 100%;
        height: 50%;
    }
    .section-6 .second-colum::before {
        background-position: center top;
    }
    .section-6 .second-colum {
        padding: 45px 45px 0;
        height: 325px;
    }
    .section-6 .second-colum h2 {
        font-size: 25px;
    }
    .section-6 .second-colum p {
        font-size: 15px;
    }
    .section-6 .first-colum {
        padding: 9px;
    }
    .section-5 .inner-section {
        text-align: center;
        margin-bottom: 18px;
    }
    .section-5 .inner-section h2 {
        font-size: 30px;
        text-align: center;
    }
    .section-5 .inner-section p {
        font-size: 13px;
        text-align: center;
        padding: 0px 19px;
    }
    .section-5 .inner-section a {
        text-align: center;
        display: inline-block;
    }
    .section-4 {
        margin-top: -100px;
    }
    .section-4 .inner-circle {
        width: 235px;
        height: 235px;
    }
    .section-7 .first-section {
        text-align: center;
    }
    .section-7 .first-section p {
        font-size: 15px;
        margin-bottom: 15px;
    }
    .section-8 .first-section {
        padding: 3px;
        text-align: center;
    }
    .section-9 .inner-section {
        padding: 25px 10px 10px;
    }
    .section-9 .head-section p {
        font-size: 25px;
    }
    .section-10 {
        padding-bottom: 30px;
        margin-bottom: 0;
    }
    .section-11 .inner-section {
        margin-top: 24px;
    }
    .section-11 .inner-colum h2 {
        font-size: 25px;
    }
    .section-11 .inner-colum {
        text-align: center;
    }
    .section-13 h2 {
        font-size: 29px;
    }
    .footer .contact-info h4, .footer .contact-form h4 {
        padding: 0;
        margin-top: 10px;
    }
}

@media (max-width: 390px) {
    /* .section-9 .inner-section {
        height: 220px;
    } */
    .section-9 .inner-section p {
        font-size: 11px;
    }
    .section-9 .inner-section {
        padding: 13px 10px 10px;
    }
}

/* @media (max-width: 280px) {
    .section-9 .inner-section p {
        font-size: 10px;
    }
.section-9 .inner-section h2 {
    font-size: 13px;
}
} */




.breadcrumb {
    position: relative;
    width: 100%;
    padding: 100px 0px;
    background: url(../images/slider-6.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.breadcrumb-heading h1 {
    font-size: 28px;
    color: #fff;
    font-family: "Rubik", sans-serif;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 0px;
}
.thankyou {
    padding: 100px 0px;
    background: #f7f7f7;
}




.popup-btn {
    position: fixed;
    right: -46px;
    top: 280px;
    border: none;
    background-image: linear-gradient(to right, #c18d3d 0%, #f1c566 51%, #f1c566 100%);
    color: var(--primary);
    text-decoration: none;
    padding: 7px 20px;
    border-radius: 15px 15px 0px 0px;
    -moz-transform:rotate(270deg);
    -ms-transform:rotate(270deg);
    -o-transform:rotate(270deg);
    -webkit-transform:rotate(270deg);
}

.modal h5 {
    font-family: EleganteClassica;
    text-transform: capitalize;
    font-size: 30px;
    color: var(--primary);
}

.modal-body form button {
    border: none;
    background-color: #0463aa;
    text-align: right;
    color: #fff;
    font-family: poppins;
    border-radius: 10px;
    padding: 4px 15px;
}

.modal-body form input {
    width: 100%;
    border-radius: 10px;
    border: 1px solid rgb(220, 220, 220);
    padding: 4px 15px;
}

.modal-body form label {
    font-family: poppins;
    color: #0463aa;
    font-weight: 700;
}

.mobile-num {
display: none;
}