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: #fff;
}

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

body {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    color: #000;
    background-color: #fff;
    font-weight: 400;
}

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

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



/* #comman
================================================== */
.title h4{
    font-size: 48px;
    font-weight: 700;
    color: #000;
}
/* #header
================================================== */
header{
    background-color: #fff;
}
.navbar{
    padding: 0.5rem 0rem;
    box-shadow: none;
}
header .navbar-dark .navbar-brand img{
    height: 90px;
}
header .navbar-dark .navbar-nav .nav-link{
    font-size: 16px;
    color: #000;
    padding: 0.5rem 20px;
}
header .navbar-dark .navbar-nav .nav-link:hover{
    color: #000;
    font-weight: 700;
}
header .navbar-dark .navbar-nav .nav-link.active{
    color: #000;
    font-weight: 700;
}
.navbar-toggler{
    background-color: #000;
    border: 1px solid #fff;
}
.navbar-toggler span{
    margin-left: 0;
}

/* #home
================================================== */
.home .slider-sec{
    margin-bottom: 80px;
}
.home .about-sec{
    margin-bottom: 80px;
}
.home .about-sec .txt-box p{
    font-size: 16px;
    line-height: 1.4;
    color: #000;
}
.home .project-sec{
    background-color: #2c60a8;
    padding: 50px 0 70px;
    margin-bottom: 80px;
}
.home .project-sec .project-box{
    background-color: #1e1e1e;
    padding: 30px;
}
.home .project-sec .project-box .txt-box h4{
    font-size: 30px;
    line-height: 1.4;
    padding-bottom: 20px;
    color: #fff;
}
.home .project-sec .project-box .txt-box p{
    font-size: 16px;
    line-height: 1.4;
    padding-bottom: 10px;
    color: #fff;
}
.home .project-sec .title h4{
    color: #fff;
}
.home .partner-sec{
    margin-bottom: 80px;
}
.home .gallery-sec{
    margin-bottom: 60px;
}
.home .gallery-sec .prev-slide {
    height: 60px;
    width: 60px;
    font-size: 14px !important;
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 100%;
    position: absolute;
    padding: 22px 5px;
    left: 5%;
    top: 50%;
    margin-top: -30px;
}
.home .gallery-sec .prev-slide:hover{
    color: #000;
    background-color: #fff;
}
.home .gallery-sec .next-slide {
    height: 60px;
    width: 60px;
    font-size: 14px !important;
    color: #000;
    background-color: #fff;
    border-radius: 100%;
    position: absolute;
    padding: 22px 5px;
    right: 5%;
    top: 50%;
    margin-top: -30px;
}

/* #footer
================================================== */
footer .footer-contact{
    background-color: #06a598;
    padding: 50px 0 40px;
}
footer .footer-contact .title h4{
    color: #fff;
    font-size: 48px;
}
footer .footer-contact input{
    background-color: #d9d9d9;
    border: none;
    width: 100%;
    padding: 10px 15px;
    color: #000;
}
footer .footer-contact button{
    background-color: #232323;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 15px 25px;
    border: none;
    width: 100%;
}
footer .footer-link{
    background-color: #232323;
    padding: 80px 0 60px;
}
footer .footer-link .box h4{
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    padding-bottom: 15px;
}
footer .footer-link .box p{
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.4;
    padding-bottom: 15px;
}
footer .footer-link .box ul li a{
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 2.2;
}
footer .footer-link .box ul li a:hover{
    color: #fff;
}
footer .footer-link .box.space{
    max-width: 210px;
    margin: 0 auto;
}


footer .footer-bottam{
    background-color: #101010;
    padding: 15px 0;
}
footer .footer-bottam p{
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
}
footer .footer-bottam p a{
    color: rgba(255, 255, 255, 0.6);
}

@media (max-width: 768px) {
    footer .footer-link .box.space{
        max-width: none;
        margin: 0 auto;
    }
    header .navbar-dark .navbar-brand img{
        height: 70px;
    }
    header .navbar-dark .navbar-nav .nav-link.bro-btn {
        width: fit-content;
        margin-left: 18px;
    }
    .home .about-sec .txt-box .facility-box .top-txt {
        position: absolute;
        top: -42px;
        left: 29px;
    }
    .home .about-sec .txt-box .facility-box{
        padding: 60px 20px 30px;
    }
    .owl-theme .owl-nav{
        margin-top: 0;
    }
    .home .gallery-sec .prev-slide {
        height: 40px;
        width: 40px;
        font-size: 12px !important;
        padding: 15px 5px;
    }
    .home .gallery-sec .next-slide {
        height: 40px;
        width: 40px;
        font-size: 12px !important;
        padding: 15px 5px;
    }
    .home .invester-sec .invest-box .box{
        justify-content: left;
    }
    .home .amenities-sec .next-slide{
        top: auto;
        bottom: -9%;
        right: 30%;
    }
    .home .amenities-sec .prev-slide{
        bottom: -9%;
        right: 50%;
        top: auto;
    }
}
@media (min-width: 768px) and (max-width: 998px) {
    header .navbar-dark .navbar-nav .nav-link {
        font-size: 14px;
        font-weight: 500;
        line-height: 1.5;
        color: #FFFFFF;
        padding: 0.5rem 10px;
    }
    .home .amenities-sec .prev-slide{
        right: 16%;
    }
}
@media (min-width: 1300px) and (max-width: 1600px){
    .home .amenities-sec .next-slide{
        right: 12%;
        top: -15%;
    }
    .home .amenities-sec .prev-slide{
        right: 6%;
        top: -15%;
    }
}
@media (min-width: 1600px) and (max-width: 2000px){
    .home .amenities-sec .next-slide{
        right: 11%;
        top: -15%;
    }
    .home .amenities-sec .prev-slide{
        right: 6%;
        top: -15%;
    } 
}