@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&display=swap');



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

    General

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



*{

    margin:0;

    padding:0;

    box-sizing: border-box;

}   



:root {

  --animate-duration: 800ms;

  --animate-delay: 0.9s;

}



::-moz-selection {

  background: #e1d6be;

  color: #040404;

}



::selection {

    background: #e1d6be;

    color: #040404;

}



html {

    font-size: 62.5% !important;

    scroll-behavior: smooth;

}



body {

  font-size: 1.5rem !important;

  position:relative;

  overflow-x: hidden;

  font-weight: normal;

  font-family: 'Montserrat', sans-serif !important;

}







h1, h2, h3, h4, h5, h6 {

  color:#222;

  font-family: "Playfair", serif;

}



a {

  text-decoration: none !important;



}







.text-justify {

    text-align: justify;

}





body .container {

    max-width: 1180px !important;

}





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

    Navbar

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



/* .navbar {

    box-shadow: 0 2px 4px rgb(0 0 0 / 20%), 0 1px 10px rgb(0 0 0 / 12%), 0 4px 5px rgb(0 0 0 / 14%);

    z-index: 101;

} */



.brand-wrap img {

    width: 100%;

    max-width: 22rem;

}



.navbar .navbar-nav .nav-link {

    position: relative;

    display: block;

    line-height: 4rem;

    color: #e1d6be !important;

    z-index: 1;

    letter-spacing: .1px;

    font-weight: 500;

    font-size: 11px !important;

    padding: 2rem 1.5rem !important;

    text-transform: uppercase;

}



.navbar .navbar-nav .nav-link:hover, .navbar .navbar-nav .nav-link:focus, .navbar .nav-item.active .nav-link {

    background: none !important;

    color: #fff !important;

}

.megamenu a, .dropdown-menu a {

    color: #001500 !important;

    font-weight: 400;

    line-height: 3.5rem;

    font-size: 1.4rem;

    transition: all 0.3s linear;

    display: inline-flex;

    align-items: baseline;

    padding-left: 25px;

}



.dropdown ul {

    padding: 0;

}



.navbar .dropdown-menu a:hover, .navbar .megamenu a:hover {

    color: #043204 !important;

}



.dropdown-divider {

    margin: 0 !important;

}





.megamenu {

    width: 100%;

    max-width: 1182px;

    margin: auto !important;

}







.has-megamenu .megamenu, .navbar .megamenu, .dropdown .dropdown-menu {

    margin-top: 0;

    box-shadow: 0 2px 4px rgb(34 34 34 / 15%);

    -webkit-transition: all 0.3s;

    -moz-transition: all 0.3s;

    -ms-transition: all 0.3s;

    -o-transition: all 0.3s;

    transition: all 0.3s;

    -webkit-transform: scaleY(0);

    -ms-transform: scaleY(0);

    transform: scaleY(0);

    max-height: 0;

    /*display: block;*/

    overflow: hidden;

    opacity: 0;

    transform-origin: top;

}



.navbar .dropdown-menu {

    min-width: 26rem !important;

    max-height: 130vh;

    opacity: 1;

     -webkit-transition: all 0.3s;

    -moz-transition: all 0.3s;

    -ms-transition: all 0.3s;

    -o-transition: all 0.3s;

    transition: all 0.3s;

    -webkit-transform: scaleY(1);

    -ms-transform: scaleY(1);

    transform: scaleY(1);

    overflow: visible;

}





.mynav.sticky {

    position: fixed;

    width: 100%;

    top: -70px;

    left: 0;

    right: 0;

    z-index: 999;

    transform: translateY(70px);

    transition: transform 500ms ease, background 500ms ease;

    -webkit-transition: transform 500ms ease, background 500ms ease;

    box-shadow: 0px 3px 16px 0px rgb(0 0 0 / 10%);

    background: var(--bs-success);

}



.offcanvas-top {

    height: 10rem !important;

}



.navbar .nav-link .fa-chevron-down {

    transition: all 0.4s;

}



.navbar .nav-link:hover .fa-chevron-down {

    transition: all 0.4s;

    transform: rotate(180deg);

}



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

    Hero section

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

.carousel-itemss {

    min-height: 1570px !important;

}





.sl-ide {

    max-width: 550px;

    margin: auto;

    text-align: center;

}

.sl-con {

    position: relative;

}

.sl-con h3 {

    position: absolute;

    top: 0px;

    left: 0px;

    right: 0px;

    bottom: 0px;

    align-items: center;

    display: flex;

    justify-content: center;

    font-size: 40px;

}

.sl-con {

    position: relative;

    margin: 30px 0px;

}



.slinew-sec .row {

    width: 800px;

    margin: auto;

    align-items: center;

}

section.sli-nm .row {

    width: 700px;

    margin: auto;

    align-items: center;

}



.fas-con {

    padding: 0px 25px;

}

.btn.btn-info {

    padding: 10px 20px;

    font-size: 14px;

    background: #c0a260;

    border: none;

    color: #001500;

    border-radius: 50px;

    font-weight: 600;

}

.btn.btn-info .fa-whatsapp {

    font-size: 16px;

    padding-right: 8px;

}







.title {

    font-size: 28px;

    color: #fff;

    padding-block: 12px;

}



.short_desc {

    font-size: 12px;

    color: #e1d6be;

    line-height: 20px;

    text-align: justify;

}



.xl_title {

    font-size: 70px;

    color: var(--bs-white);

    line-height: 60px;

}



.lg_title {

    font-size: 48px;

    color: #fff;

    padding-block: 12px;

}



.arrow_top img {

    height: 160px;

    margin-block: 20px;

    margin-right: 90px;

}



.cont-img img {

    height: 560px;

    object-fit: cover;

}



.my-6 {

    margin-block: 8rem !important;

}



.my-7 {

    margin-block: 7rem !important;

}



.gobtm {

    margin-top: -51px;

    width: 90%;

}



.cont-img2 > .gm1 {

    margin-bottom: 70px;

}





.fas-img img {

    width: 100%;

    height: 550px !important;

    object-fit: cover;

}







.f-con {

    text-align: center;

}



section.con-sec {

    background: #001500;

    padding: 70px 0px;

}



body:-webkit-full-page-media {

    background: #001500 !important;

}



.con-hdi h3 {

    color: #fff;

    font-size: 46px;

    margin: 0px;

}

.con-hdi {

    text-align: center;

}

section.con-dis {

    background: #000000;

    padding: 50px 0px;

}

.from .form-control {

    padding: 13px 14px;

    background: #313131 !important;

    font-size: 16px;

    border-bottom: 3px solid #ffffff !important;

    border: none;

    border-radius: 0px;

    margin-bottom: 20px;

    color: #fff !important;

}



input::placeholder {

    color: #fff !important;

    

}

textarea::placeholder {

    color: #fff !important;

}

.iccu-bnt button.btn.btn-primary {

    

    padding: 10px 37px;

    background: none;

    border: 2px solid #fff !important;

    font-size: 15px;

    font-weight: 600;

}

.iccu-bnt {

    text-align: center;

    margin-top: 20px;

}



.from h3 {

    color: #fff;

    font-size: 25px;

    font-weight: 500;

    text-align: center;

    margin-bottom: 25px;

}



.map-se {

    padding-left: 58px;

}

.mon-d {

    text-align: center;

    margin-top: 60px;

}

.mon-d span {

    color: #fff;

    font-size: 48px;

}

.mon-d h3 {

    color: #fff;

    margin-top: 15px;

}

.mon-d {

    text-align: center;

    margin-top: 60px;

    background: #a082628f;

    height: 170px;

    padding: 15px;

    border-radius: 40px 0px 30px 0px;

}

.work-part {

    height: auto;

    object-fit: cover;

    width: 100%;

    position: relative;

    margin-bottom: 25px;

}



.work-sec {

    padding: 50px 0px;

    background: #000000;

}



.tit-de h3 {

    margin-bottom: 8px;

    color: #fff;

    font-size: 23px;

    font-weight: 700;

}



.tit-de p {

    color: #fff;

    margin: 0px;

    font-weight: 500;

}

.tit-de {

    position: absolute;

    bottom: 55px;

    left: 60px;

}

.ovr {

    position: absolute;

    left: 0px;

    right: 0px;

    bottom: 0px;

    top: 0px;

    display: flex;

    justify-content: center;

    align-items: center;

    background: #00000087;

    width: 160px;

    height: 160px;

    border-radius: 50%;

    margin: auto;

    opacity: 0;

    transition: all 0.5s linear;

}

.ovr h3 {

    color: #fff;

    font-size: 17px;

    text-align: center;

    font-weight: 400;

    margin: 0px;

}

.work-part:hover .ovr {

    opacity: 1;

    transition: all 0.5s linear;

}

section.about-sec {

    padding: 50px 0px;

    background: #000;

}

.about-img img.img-fluid {

    border-radius: 10px;

}

.about-con h3 {

    font-size: 55px;

    font-weight: 600;

    margin: 0px;

    color: #fff;

}

.about-con {

    padding-left: 45px;

}

.about-con p {

    margin-top: 18px;

    font-size: 16px;

    line-height: 25px;

    color: #fff;

}

section.ser-sec {

    padding: 70px 0px;

    background: #000;

}

.ser-img img.img-fluid {

    border: 5px solid #bdae8d;

    border-radius: 100px 10px;

}

section.ser-sec .row {

    align-items: center;

}



.ser-con h3 {

    font-size: 35px;

    font-weight: 600;

    margin-bottom: 16px;

    color: #fff;

}



.ser-con p {

    color: #fff;

    margin: 0px;

    line-height: 25px;

}



















































/* .carousel-control-next, .carousel-control-prev {

    width: 50px !important;

} */



.carousel-control-next span, .carousel-control-prev span {

    width: 50px;

    height: 50px;

    display: flex;

    justify-content: center;

    align-items: center;

    opacity: 1;

}





header.main_header .navbar {

    background: #001500 !important;

    padding: 40px 0 26px;

}



section.banner-sec {

    margin-top: -10px;

}



.bnr-content h3 {

    font-size: 70px;

    font-weight: 500;

    margin: 0px;

    letter-spacing: -4px;

}

.bnr-content {

    padding-top: 30px;

}

.bnr-content img.img-fluid {

    height: 221px;

}

.bnr-content p {

    margin: 0px;

    font-size: 16px;

    color: #fff;

}

.bnr-content span {

    color: #fff;

}

section.banner-sec img.img-fluid {

    width: 100%;

}

. {

    background: url(../images/herobg.jpg);

    background-size: cover;

    background-repeat: no-repeat;

    padding-bottom: 30px;

    max-width: 1600px;

    margin: auto;

    height: 75vh;

    background-position: center;

}



.gmtws {

    height: 296px !important;

    width: 100%;

    object-fit: cover;

}



.footer {

    background: #000;

    padding: 30px 0px;

}

.footer-con h3 {

    color: #fff;

    margin: 0px;

    font-size: 22px;

}

.footer-con span {

    color: #fff;

    font-size: 13px;

}

.breadcrumb li.breadcrumb-item a {

    color: #e1d6be !important;

    font-size: 16px;

}

.breadcrumb-item.active {

    color: #e1d6be !important;

}

.breadcrumb-item .breadcrumb-item::before {

    float: left;

    padding-right: 0.5rem;

    color: #62678d;

    content: var(--bs-breadcrumb-divider, "/");

    font-size: 21px;

}

.f-con span {

    color: #e1d6be;

}



.breadcrumb {

    justify-content: center !important;

}







.f-con {

    text-align: center;

}



.banner-sec video {
    height: 640px !important;
} 























/*******************  Responsive *******************/





@media all and (min-width: 992px) {

  .navbar .nav-item .dropdown-menu{ display: none; }

  .navbar .nav-item:hover .nav-link{   }

  .navbar .nav-item:hover .dropdown-menu{ display: block; }

  .navbar .nav-item .dropdown-menu{ margin-top:0; }

} 





@media (max-width: 1199px) {

.brand-wrap {

    width: 25% !important;

}





.navbar-nav .nav-item:before {

    display: none;

}



}





@media (max-width: 991px) {

html {

        font-size: 60%; 

}





.brand-wrap {

    width: 70% !important;

}









.navbar {

    padding: 2rem 1rem;

    width: 100%;

    position: relative;

}







}





 @media (max-width: 767px) {

    html {

        font-size: 50%; 

    }



    .navbar .navbar-nav .nav-link {

        line-height: 1rem !important;

    }


    .banner-sec video {
        height: 35vh !important;
    } 


    .xl_title {

        font-size: 40px;

        line-height: 40px;

    } 
    
    .about-con {
        padding-left: 0px !important;
    }



 }







 





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