html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;

}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
    outline: none;
    color: #7a7a7a;
}

a:hover {
    color: inherit;
    text-decoration: none;
}

body {
    font-family: "DM Sans", sans-serif;
    font-size: 18px;
    color: #818181;
    background-color: #F5F5F5;
    font-weight: 400;
}

::selection {
    color: #fff;
    background-color: #535353;
}

::-moz-selection {
    color: #fff;
    background-color: #535353;
}

.cus-flex {
    align-items: center;
    justify-content: center;
}

button {
    background-color: transparent;
    border: none;
    display: block;
}

/* #header
================================================== */
header {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    padding: 10px 0;
    z-index: 99;
}

.navbar {
    box-shadow: none;
    padding: 5px 0;
}

.navbar .navbar-brand {
    margin-right: 0;
}

.navbar-light .navbar-nav {
    align-items: center;
}

.navbar-light .navbar-nav .nav-link {
    font-size: 18px;
    font-weight: 700;
    color: #fff !important;
    padding: 10px 20px;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #d2ab66 !important;
}

.navbar-light .navbar-nav .nav-link.active {
    color: #d2ab66 !important;
}

.navbar-light .navbar-nav .nav-link.sign-btn {
    border-radius: 50px;
    border: 1px solid #D2AB66;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    padding: 12px 25px;
}

.navbar.navbar-light .navbar-toggler {
    color: #000;
    background-color: #d2ab66;
}

.navbar-light .navbar-nav .nav-link.sign-btn:hover {
    background-color: #D2AB66;
    color: #fff !important;
}



/* #comman
================================================== */
.title {
    text-align: center;
    padding: 40px 0 60px;
}

.title h1 {
    font-size: 120px;
    line-height: 1.3;
    font-weight: 700;
    color: #121212;
}

.title-txt h4 {
    font-size: 60px;
    font-weight: 600;
    line-height: 1;
    color: #121212;
}



/* #home
================================================== */
.home .hero-sec {
    background: url(/images/hero-back.png)no-repeat;
    background-size: cover;
    background-position: top center;
}

.home .hero-sec .row {
    margin-right: 0;
}

.home .hero-sec .img-box img {
    z-index: 1;
    position: relative;
}

.home .hero-sec .title-txt {
    padding-top: 200px;
}

.home .hero-sec .title-txt h6 {
    background: linear-gradient(to left, #f27405, #d3bd00);
    color: transparent;
    background-clip: text;
    font-size: 18.6px;
    font-weight: 700;
    letter-spacing: 3.73px;
    padding-bottom: 8px;
}

.home .hero-sec .title-txt h4 {
    font-size: 74.7px;
    font-weight: 500;
    line-height: 1.1;
    color: #fff;
    padding-bottom: 15px;
}

.home .hero-sec .title-txt p {
    font-size: 20px;
    line-height: 1.3;
    color: #fff;
    padding-bottom: 50px;
}

.home .hero-sec .title-txt button.call-btn {
    background: url(/images/btn-back.png)no-repeat;
    padding: 14px 30px;
    background-size: cover;
    border-radius: 14px;
    z-index: 1;
    position: relative;
}

.home .hero-sec .title-txt button.call-btn a {
    display: flex;
    align-items: center;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 2.4px;
    color: #fff;
}

.home .bottom-img .row {
    margin-right: 0;
}

.home .bottom-img img {
    margin-top: -140px;
}

.home .about-data {
    padding-bottom: 100px;
    margin-top: -170px;
}

.home .about-data .sub-box {
    border-radius: 20px;
    -webkit-backdrop-filter: blur(56px);
    backdrop-filter: blur(56px);
    /*    border-style: solid;
        border-width: 1px;
        border-image-source: linear-gradient(162deg, var(#fff) -10%, rgba(255, 255, 255, 0) 72%);*/
    border-image-slice: 1;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.7)), linear-gradient(162deg, var(--white) -10%, rgba(255, 255, 255, 0) 72%);
    background-origin: border-box;
    background-clip: content-box, border-box;
}

.home .about-data .sub-box .in-box {
    padding: 30px;
}

.home .about-data .sub-box .under-line {
    border-bottom: 2px solid #c5c5c5;
    padding-bottom: 25px;
    margin-bottom: 35px;
}

.home .about-data .sub-box .title-tx h3 {
    font-size: 26px;
    font-weight: 500;
    color: #0f0f0f;
}

.home .about-data .sub-box .txt-box p {
    opacity: 0.6;
    font-size: 18px;
    line-height: 1.3;
    color: #122038;
}

@media (min-width: 768px) {
    .home .about-data .sub-box .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 20.00%;
        max-width: 20.00%;
    }
}

 .back-shdow1{
    background: url(/images/a-top-back.png)no-repeat;
    background-size: contain;
    background-position: left,top;
}
 .back-shdow2 {
    background: url(/images/about-back.png)no-repeat;
    background-size: contain;
    background-position: right, bottom;
}

.about-sec {
    margin-bottom: 80px;
}

.about-sec .heading h5 {
    font-size: 18.6px;
    font-weight: 700;
    letter-spacing: 3.73px;
    color: #858585;
}

.about-sec .title-txtbox h2 {
    font-size: 60px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #122038;
}

.about-sec .title-txtbox p {
    font-size: 20px;
    line-height: 1.3;
    color: #757575;
}

.about-sec .about-box h6 {
    font-size: 28px;
    font-weight: 500;
    color: #122038;
}

.about-sec .about-box p {
    opacity: 0.8;
    font-size: 20px;
    line-height: 1.3;
    color: #757575;
}

.about-sec .about-box.up {
    margin-top: -45px;
}

.home-contact-sec {
    margin-bottom: 81px;
}

.home-contact-sec .back-data {
    position: relative;
    overflow: hidden;
}

.home-contact-sec .auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}

.home-contact-sec .community-box {
    background-color: #d2ab66;
    padding: 40px 35px;
}

.home-contact-sec .community-box .underline {
    position: absolute;
    left: 0;
    background: #f1e6d1;
    width: 2px;
    height: 80%;
}

.home-contact-sec .community-box h4 {
    font-size: 36px;
    font-weight: 500;
    color: #fff;
    padding-bottom: 20px;
}

.home-contact-sec .community-box a {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 2.4px;
    color: #fff;
    display: flex;
    align-items: center;
}

.home-contact-sec .community-box p {
    font-size: 20px;
    line-height: 1.3;
    color: #fff;
    padding-bottom: 40px;
}

.home-contact-sec .image-column {
    position: relative;
}

.home-contact-sec .image-column .inner-column {
    position: relative;
    margin-right: -160px;
}

.home-contact-sec .image-column .inner-column .image img {
    max-width: inherit;
    width: auto;
    position: relative;
    z-index: 2;
}

.dark-back {
    background-color: #d2ab66;
    height: 409px;
    margin-top: -490px;
    width: 50%;
    margin-bottom: 80px;
}

.we-do-sec {
    margin-bottom: 100px;
}

.we-do-sec .title-box p {
    font-size: 18.6px;
    font-weight: 700;
    letter-spacing: 3.73px;
    color: #858585;
    padding-bottom: 10px;
}

.we-do-sec .title-box h2 {
    font-size: 60px;
    font-weight: 500;
    color: #122038;
    line-height: 1.1;
}

.we-do-sec .description p {
    font-size: 20px;
    line-height: 1.3;
    text-align: justify;
    color: #757575;
    margin-bottom: 25px;
}

.we-do-sec .description button.more-btn {
    border-radius: 20px;
    background-image: linear-gradient(to left, #F27405, #D3BD00);
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    padding: 10px 20px;
}
.we-do-sec .description button.more-btn a{
    color: #fff;
}
.txt-slider-sec {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    border-bottom: 2px solid;
    border-top: 2px solid;
    border-image-slice: 1;
    border-width: 2px;
    border-image-source: linear-gradient(to left, #F27405, #D3BD00);
    margin-bottom: 80px;
}

.txt-slider-sec .txt-animation {
    width: 100%;
    margin: 0 auto;
    white-space: nowrap;
    display: flex;
    align-items: center;
    padding-top: 1.2em;
    padding-bottom: 1.2em;
    animation: marquee 15s linear infinite;
    position: relative;
}

.txt-slider-sec .txt-animation h4 {
    font-size: 61.5px;
    font-weight: 500;
    color: #122038;
    display: flex;
    align-items: center;
}

.txt-slider-sec .txt-animation h4 img {
    margin: 0 40px;
}

@keyframes marquee {
    0% {
        left: 0;
    }

    100% {
        left: -100%;
    }
}

.home .service-sec {
    margin-bottom: 60px;
}

.home .service-sec .heading h5 {
    font-size: 18.6px;
    font-weight: 700;
    letter-spacing: 3.73px;
    color: #858585;
}

.home .service-sec .title-txtbox h2 {
    font-size: 60px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #122038;
}

.home .service-sec .title-txtbox p {
    font-size: 20px;
    line-height: 1.3;
    color: #757575;
}

.home .service-sec .service-data .service-box {
    margin-bottom: 25px;
}

.home .service-sec .service-data .service-box img {
    padding-bottom: 5px;
}

.home .service-sec .service-data .service-box h4 {
    font-size: 30px;
    font-weight: 500;
    color: #122038;
    line-height: 1.3;
}

.home .service-sec .service-data .service-box p {
    font-size: 20px;
    line-height: 1.3;
    color: #757575;
    max-width: 420px;
}


.about .hero-sec {
    background: url(/images/hero-back.png)no-repeat;
    background-size: cover;
    background-position: top center;
    height: 850px;
}

.about .about-sec {
    margin-top: -650px;
}

.about .about-sec .heading h5 {
    font-size: 18.6px;
    font-weight: 700;
    letter-spacing: 3.73px;
    color: #fff;
}

.about .about-sec .title-txtbox h2 {
    font-size: 60px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #D9BB83;
}

.about .about-sec .title-txtbox p {
    font-size: 20px;
    line-height: 1.3;
    color: #fff;
}

.about .about-sec .about-box h6 {
    font-size: 28px;
    font-weight: 500;
    color: #122038;
}

.about .about-sec .about-box h6.dark {
    color: #D9BB83;
}

.about .about-sec .about-box p {
    opacity: 0.8;
    font-size: 20px;
    line-height: 1.3;
    color: #fff;
}

.about .home-contact-sec .img-box.back {
    background: url(/images/con-back.png)no-repeat;
    background-size: cover;
    padding: 230px 60px 80px 60px;
}

.about .home-contact-sec .owl-carousel .owl-item img {
    width: auto;
    margin: 0 auto;
}

.about .home-contact-sec .image-column .inner-column {
    margin-right: -50px;
}

.about .home-contact-sec .image-column .review {
    background: url(/images/review-back.png)no-repeat;
    text-align: center;
    padding: 60px 20px 20px;
    background-size: cover;
    border-radius: 16px;
}

.about .home-contact-sec .image-column .review .review-box .per-img {
    border-radius: 48px;
    box-shadow: 0 7.1px 16.2px 0 rgba(57, 57, 188, 0.24);
    margin-bottom: 10px;
}

.about .home-contact-sec .image-column .review .review-box {
    background-color: #fff;
    text-align: center;
    padding: 15px;
}

.about .home-contact-sec .image-column .review .review-box .up {
    margin-top: -48px;
}

.about .home-contact-sec .image-column .review .review-box p {
    font-size: 12.6px;
    color: #050505;
    padding-bottom: 10px;
}

.about .home-contact-sec .image-column .review .review-box h6 {
    font-size: 9px;
    color: #050505;
    font-weight: 600;
}

.about .home-contact-sec .image-column .review .review-box h5 {
    font-size: 7px;
    color: #050505;
}



/* #service
========================================== */

.service .hero-sec {
    background: url(/images/hero-back.png)no-repeat;
    background-size: cover;
    background-position: top center;
    height: 850px;
}

.service .about-service {
    margin-top: -650px;
    padding-bottom: 100px;
}

.service .about-service .heading a {
    font-size: 18.5;
    font-weight: 700;
    color: #fff;
}

.service .about-service .title-txt h4 {
    font-size: 60px;
    font-weight: 500;
    color: #D9BB83;
    margin-bottom: 15px;
}

.service .about-service .title-txt p {
    font-size: 20px;
    color: #fff;
    line-height: 1.2;
}

.service .about-service .img-box img {
    border-radius: 20px;
}

.service .about-service .txt {
    padding: 20px 30px;
}

.service .about-service .txt h6 {
    font-size: 40px;
    font-weight: 500;
    color: #122038;
}






.service .benefits-sec {
    padding-bottom: 80px;
}

.service .benefits-sec .heading h5 {
    font-size: 36px;
    font-weight: 600;
    font-family: "Mulish", sans-serif;
    color: #252F3F;
    margin-bottom: 40px;
}

.service .benefits-sec .box h4 {
    font-size: 30px;
    font-weight: 500;
    color: #122038;
    margin-bottom: 10px;
}

.service .benefits-sec .box p {
    font-size: 20px;
    color: #757575;
    line-height: 1.4;
}

.service .about-data {
    padding-bottom: 100px;
}

.service .about-data .sub-box {
    border-radius: 20px;
    -webkit-backdrop-filter: blur(56px);
    backdrop-filter: blur(56px);
    /*    border-style: solid;
        border-width: 1px;
        border-image-source: linear-gradient(162deg, var(#fff) -10%, rgba(255, 255, 255, 0) 72%);*/
    border-image-slice: 1;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.7)), linear-gradient(162deg, var(--white) -10%, rgba(255, 255, 255, 0) 72%);
    background-origin: border-box;
    background-clip: content-box, border-box;
}

.service .about-data .sub-box .in-box {
    padding: 30px;
}

.service .about-data .sub-box .under-line {
    border-bottom: 2px solid #c5c5c5;
    padding-bottom: 25px;
    margin-bottom: 35px;
}

.service .about-data .sub-box .title-tx h3 {
    font-size: 26px;
    font-weight: 500;
    color: #0f0f0f;
}

.service .about-data .sub-box .txt-box p {
    opacity: 0.6;
    font-size: 18px;
    line-height: 1.3;
    color: #122038;
}

@media (min-width: 768px) {
    .service .about-data .sub-box .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 20.00%;
        max-width: 20.00%;
    }
}



/* #contact
========================================== */
.contact .hero-sec {
    background: url(/images/hero-back.png)no-repeat;
    background-size: cover;
    background-position: top center;
}

.contact .hero-sec .about-contact {
    padding: 190px 0 90px 0;
}

.contact .hero-sec .about-contact .contact-detail a {
    font-size: 19px;
    color: #fff;
    font-weight: 700;
}

.contact .hero-sec .about-contact .detail-box {
    padding: 390px 0 0 0;
}

.contact .hero-sec .about-contact .contact-detail h6 {
    font-size: 16px;
    color: #fff;
    line-height: 1.3;
    margin-bottom: 30px;
    display: flex;
    align-items: start;
}

.contact .hero-sec .about-contact .contact-form h4 {
    font-size: 60px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #D9BB83;
}

.contact .hero-sec .about-contact .contact-form p {
    font-size: 20px;
    color: #fff;
    padding-bottom: 60px;
}

.contact .hero-sec .about-contact label {
    font-size: 12px;
    font-weight: 500;
    color: #fff;
}

.contact .hero-sec .about-contact .form-control {
    border-bottom: 1px solid #8D8D8D !important;
    background-color: transparent;
    border: none;
    padding: 0.375rem 0px;
    height: 32px;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
}

.contact .hero-sec .about-contact .form-check label {
    font-size: 12px;
    color: #8D8D8D;
}

.form-check-input {
    margin-top: 0.1rem;
}

.contact .hero-sec .about-contact h5 {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 15px;
}

.contact .hero-sec .about-contact .form-group {
    margin-bottom: 40px;
}

.contact .hero-sec .about-contact button.more-btn {
    background-color: #D9BB83;
    font-size: 16px;
    font-weight: 500;
    color: #122038;
    padding: 12px 30px;
    border-radius: 5px;
    display: inline-block;
}

.contact footer{
    background: url(/images/nc-back.png) no-repeat;
    background-size: cover;
    background-position: bottom;
}
.contact footer .footer-data .box .input-box input{
    background-color: transparent;
}


/* #footer
========================================== */
footer .footer-data {
    border-bottom: 1px solid #b1b6bd;
    padding: 50px 0 70px;
    margin-bottom: 25px;
}

footer .footer-data .logo img {
    height: 120px;
}

footer .footer-data .box ul li a {
    font-size: 24px;
    font-weight: 500;
    color: #122038;
    line-height: 1.7;
}

footer .footer-data .box h4 {
    font-size: 24px;
    font-weight: 500;
    color: #122038;
    line-height: 1.2;
    padding-bottom: 20px;
}

footer .footer-data .box .input-box {
    position: relative;
}

footer .footer-data .box .input-box .input-icon {
    position: absolute;
    right: 0;
}

footer .footer-data .box .input-box input {
    border-bottam: 2px solid;
    border-image-slice: 1;
    border-width: 1px;
    padding: 12px 0 12px;
    background-color: #f5f5f5;
    border-top-style: hidden;
    border-right-style: hidden;
    border-left-style: hidden;
    width: 100%;
}

footer .footer-data .box .input-box input:focus {
    outline: none;
}

footer .footer-data .box .input-box .input-border {
    border-image-source: linear-gradient(to left, #F27405, #D3BD00);
}

footer .footer-tag {
    padding-bottom: 50px;
}

footer .footer-tag .txt h2 {
    font-size: 40px;
    font-weight: 500;
    color: #122038;
    line-height: 1.2;
}

footer .footer-tag .social h4 {
    font-size: 24px;
    font-weight: 500;
    color: #122038;
    padding-bottom: 13px;
}

footer .footer-tag .social ul {
    display: flex;
}

footer .footer-tag .social ul li a {
    display: block;
    margin: 0 12px 0 0;
}

footer .footer-tag .social ul li a.tr {
    background: url(/images/footer/tr.png)no-repeat;
    height: 42px;
    width: 42px;
}

footer .footer-tag .social ul li a.tr:hover {
    background: url(/images/footer/tr-hover.png)no-repeat;
    height: 42px;
    width: 42px;
}

footer .footer-tag .social ul li a.fb {
    background: url(/images/footer/fb.png)no-repeat;
    height: 42px;
    width: 42px;
}

footer .footer-tag .social ul li a.fb:hover {
    background: url(/images/footer/fb-hover.png)no-repeat;
    height: 42px;
    width: 42px;
}

footer .footer-tag .social ul li a.ig {
    background: url(/images/footer/ig.png)no-repeat;
    height: 42px;
    width: 42px;
}

footer .footer-tag .social ul li a.ig:hover {
    background: url(/images/footer/ig-hover.png)no-repeat;
    height: 42px;
    width: 42px;
}

footer .footer-bottom {
    background: linear-gradient(to right, #122038, #2a6957);
    font-size: 16px;
    line-height: 3.44;
    color: #fff;
}


/* #responsive
========================================== */

@media (max-width: 768px) {}

@media (min-width: 768px) {}



@media (max-width: 768px) {
    header .navbar-collapse {
        background-color: #000;
        padding: 25px 0;
    }

    .navbar-light .navbar-nav {
        align-items: start;
    }

    .home .hero-sec .title-txt h4 {
        font-size: 60px;
    }

    .home .hero-sec .title-txt button.call-btn a {
        font-size: 18px;
    }

    .home .about-data {
        margin-top: 0;
    }

    .home .dark-back {
        display: none;
    }

     .home-contact-sec .image-column .inner-column {
        margin-right: -20px;
    }

     .home-contact-sec {
        background-color: #d2ab66;
    }

     .home-contact-sec .image-column.col-md-8 {
        padding-left: 0;
    }
    .about .home-contact-sec .img-box.back{
        padding: 230px 60px 80px 40px;
    }
    .contact .hero-sec .about-contact .detail-box{
        padding: 70px 0 0 0;
    }
    .service .about-service .txt h6{
        font-size: 32px;
    }
    .about .about-sec {
        margin-top: -880px;
    }
    .about .hero-sec {
        height: 1070px;
    }
}

@media (min-width: 1400px) and (max-width: 2000px) {
    .home .bottom-img img {
        margin-top: -195px;
    }
}

.home .bottom-back {
    background: url(/images/f-back.png)no-repeat;
    background-size: contain;
}