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: #8d8d8d;
    background-color: #fff;;
    font-weight: 400;
}
::selection {
    color: #fff;
    background-color: #535353;
}
::-moz-selection {
    color: #fff;
    background-color: #535353;
}

/* #Primary
================================================== */
@font-face {
    font-family:avantgardebkbt;
    src: url(/font/AvantGardeBkBT.TTF);
}
@font-face {
    font-family:avantgardebkbt-demi;
    src: url(/font/AvantGardeBkBT-Demi.TTF);
}


/* #comman
================================================== */
.title{
    text-align: center;
}
.title img{
    padding-bottom: 5px;
}
.title h4{
    font-size: 50px;
    font-weight: 700;
    color: #000;
    padding-bottom: 20px;
}
.cus-flex{
    align-items: center;
    justify-content: center;
}
button{
    background-color: #848688;
    color: #fff;
    font-size: 17px;
    padding: 13px 25px;
    border-top-right-radius: 18px;
    border: none;
}
button:hover{
    background-color: #e42724;
}
button a{
    color: #fff;
}
button span{
    padding: 0 12px 0 0;
}

/* #header
================================================== */
.affix {
    padding: 10px 0;
    background-color: #D2F0F8;;
}
header .navbar .navbar-brand img{
    height: 70px;
}
.navbar{
    box-shadow: none;
    padding: 0;
}
.navbar .navbar-brand{
    margin-right: 0;
}
.navbar .navbar-brand h6{
    font-size: 14px;
    color: #000;
    font-weight: 600;
    text-align: center;
    padding-top: 5px;
}
.navbar .navbar-brand h4{
    font-size: 22px;
    color: #000;
}
.navbar-light .navbar-nav .nav-link{
    font-size: 15px;
    color: #000;
    padding: 15px 20px 10px;
    line-height: 1.25;
}
.navbar-light .navbar-nav .nav-link:hover{
    color: #e42724 !important;
    font-weight: 700;
}
.navbar-light .navbar-nav .nav-link.active{
    color: #e42724;
    font-weight: 700;
}
.navbar-light .navbar-nav .nav-link.stay{
    background-color: #848688;
    color: #fff;
    font-size: 17px;
    padding: 10px 20px;
    border-top-right-radius: 18px;
    margin-left: 20px;
}
.navbar-light .navbar-nav .nav-link.stay:hover{
    background-color: #e42724;
    color: #fff !important;
}
.navbar-light .navbar-nav .nav-link.stay span{
    padding: 0 12px 0 0;
}
header {
    padding: 10px 0;
}
header .dropdown-menu {
    min-width: 8.5rem;
    padding: 7px!important;margin: 0;
    font-size: 12px;
    letter-spacing: 1px;
    color: #fff;
    background-color: #222222;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
    border: none;
    border-radius: 3px;
    transition: all 200ms linear;
}
header .dropdown-item {
    line-height: 1.5;
    padding: 5px 15px 5px 8px;
    color: #fff;
    border-radius: 2px;
    transition: all 200ms linear;
    text-transform: uppercase;
}
header .dropdown-item:hover, header .dropdown-item:focus {
    color: #fff;
    background-color:#848688;
}
header .dropdown-submenu {
    position: relative;
}
header .dropdown-submenu .dropdown-menu {
    top: 0;
    left: 108%;
    margin-left: .1rem;
    margin-right: .1rem;
}
header .dropdown-submenu a::after {
    transform: rotate(-90deg);
    position: absolute;
    right: 6px;
    top: 12px;
}
header li .dropdown-toggle:after {
    transition: all 0.5s;
}
header li.show > .dropdown-toggle:after {
    transform: rotate(180deg);
}
header li li.show > .dropdown-toggle:after {
    transform: rotate(90deg);
}
header  .dropdown-menu{
    top: auto;
    left: 28px;
}

/* #home
================================================== */

.home .slider-sec{
    margin-bottom: 80px;
}
.home .slider-sec .owl-theme .owl-dots .owl-dot span{
    background: #848688;
    padding: 0;
}
.home .slider-sec .owl-theme .owl-nav.disabled+.owl-dots{
    margin-top: -30px;
    z-index: 1111111;
    position: relative;
}
.home .slider-sec .owl-theme .owl-dots .owl-dot span{
    background: #848688;
    padding: 0;
}
.home .slider-sec .owl-theme .owl-dots .owl-dot.active span{
    background: #e42724;
}
.home .slider .txt{
    padding: 300px 0;
}
.home .slider .txt h4{
    font-size: 40px;
    color: #fff;
    font-weight: 700;
    text-align: center;
}
.home .slider .txt h4 span{
    font-size: 60px;
}
.company-value{
    margin-bottom: 80px;
}
.company-value .box{
    text-align: center;
    background-color: #f1f6f9;
    padding: 30px;
    border-radius: 20px;
    height: 360px;
}
.company-value .box img{
    padding-bottom: 15px;
}
.company-value .box h6{
    font-size: 22px;
    font-weight: 700;
    color: #000;
    padding-bottom: 12px;
}
.company-value .box p{
    font-size: 18px;
    line-height: 1.67;
    color: #8d8d8d;
}
.about-company{
    margin-bottom: 120px;
    position: relative;
}
.about-company .title p{
    font-size: 18px;
    line-height: 1.67;
    color: #8d8d8d;
    max-width: 1100px;
    margin: 0 auto;
    padding-bottom: 30px;
}
.about-company .pic{
    position: relative;
}
.red-box{
    position: absolute;
    bottom: -50px;
    left: 12%;
    border-radius: 25px;
    background-image: linear-gradient(to right, rgba(255,0,0,0.1), rgba(255,0,0,1));
    font-size: 33px;
    color: #fff;
    padding: 20px 40px;
    width: 365px;
    text-align: end;
    background-color: #fff;
}
.red-box span{
    font-size: 40px;
}
.home .our-project{
    margin-bottom: 80px;
}
.home .our-project .title{
    padding-bottom: 20px;
}
.home .our-project .pro-detail img{
    padding-bottom: 5px;
}
.home .our-project .pro-detail h6{
    font-size: 18px;
    line-height: 1.67;
    color: #e42724;
    font-weight: 700;
    padding-bottom: 10px;
}
.home .our-project .pro-detail p{
    font-size: 18px;
    line-height: 1.67;
    color: #8d8d8d;
    padding-bottom: 30px;
}
/*.home .our-project .pro-detail .bro-btn{
    background-color: #e42724;
    color: #fff;
    font-size: 17px;
    padding: 10px 20px;
    border-top-right-radius: 18px;
}
.home .our-project .pro-detail .bro-btn span{
    padding: 0 12px 0 0;
}*/
.testimonial-sec{
    background-color: #f1f6f9;
    padding: 80px 0;
}
.testimonial-sec .title{
    text-align: left;
    padding-bottom: 20px;
}
.testimonial-sec .box{
    position: relative;
}
.testimonial-sec .box .txt{
    position: absolute;
    top: 7px;
    padding: 30.8px 40.6px 30.7px 40.2px;
    border-radius: 50px;
}
.testimonial-sec .box .txt img{
    padding-bottom: 5px;
    width: auto;
}
.testimonial-sec .box .txt p{
    font-size: 20px;
    line-height: 1.9;
    color: #8d8d8d;
    font-family: prompt;
    font-style: italic;
    text-align: center;
    padding-bottom: 20px;
}
.testimonial-sec .box .txt h5{
    font-size: 19px;
    line-height: 1.68;
    color: #201f2e;
    font-family: prompt;
    text-align: center;
}
.testimonial-sec  .owl-theme .owl-nav.disabled+.owl-dots{
    position: absolute;
    bottom: 10px;
    top: -500px;
    right: 11%;
    display: flex;
    align-items: center;
}
.testimonial-sec  .owl-dots .owl-dot span{
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #020202;
    padding: 0;
}
.testimonial-sec  .owl-theme .owl-dots .owl-dot.active span{
    width: 15px;
    height: 15px;
    border: 4px solid #e42724;
    background-color: #fff;
}

/* #about
================================================== */
.about .about-slider{
    background: url(/images/about-back.png)no-repeat;
    background-size: cover;
    margin-bottom: 80px;
}
.about .about-slider h4{
    font-size: 44px;
    line-height: 1.5;
    color: #fff;
    font-weight: 700;
    text-align: center;
    padding: 120px 0;
}
.about .about-company .title p{
    font-size: 18px;
    line-height: 1.67;
    color: #8d8d8d;
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 30px;
}

/* #project-detail
================================================== */
.project-detail .hero-sec{
    background: url(/images/castello/hero.png) top center no-repeat;
    background-size: cover;
    padding: 150px 0;
    margin-bottom: 80px;
}
.project-detail .hero-sec .heading h4{
    font-size: 44px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    color: #fff;
}
.project-detail .about-project{
    margin-bottom: 80px;
}
/*.project-detail .about-project .txt-box img{
    padding-bottom: 5px;
}*/
.project-detail .about-project .txt-box h4{
    font-size: 30px;
    line-height: 1.3;
    color: #e42724;
    font-weight: 700;
    padding-bottom: 10px;
}
.project-detail .about-project .txt-box p{
    font-size: 18px;
    line-height: 1.67;
    color: #8d8d8d;
    padding-bottom: 30px;
}
/*.project-detail .about-project .txt-box .bro-btn{
    background-color: #e42724;
    color: #fff;
    font-size: 17px;
    padding: 10px 20px;
    border-top-right-radius: 18px;
}
.project-detail .about-project .txt-box .bro-btn span{
    padding: 0 12px 0 0;
}*/
.project-detail .amenities-sec{
    background-color: #f1f6f9;
    padding: 80px 0;
    margin-bottom: 80px;
}
.project-detail .amenities-sec .box h4{
    font-size: 50px;
    font-weight: 700;
    color: #000;
    padding-bottom: 30px;
}
.project-detail .amenities-sec .amenities-box{
    background: url(/images/right.png) 25px 20px no-repeat;
    background-color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    color: #221c13;
    padding: 20px 10px 20px 60px;
    margin-bottom: 20px;
}
.project-detail .amenities-sec .amenities-box:hover{
    background: url(/images/right-hover.png) 25px 20px no-repeat;
    padding: 20px 10px 20px 60px;
    background-color: #848688;
    color: #fffdfa;
}
.project-detail .plan-sec{
    margin-bottom: 80px;
}
.project-detail .plan-sec button{
    position: relative;
    max-width: 220px;
    width: 100%;
    text-align: left;
}
.project-detail .plan-sec button img{
    position: absolute;
    right: 20px;
    top: 16px;
}
.project-detail .map-sec{
    margin-bottom: 80px;
}

/* #contact
================================================== */
.contact .contact-slider{
    background: url(/images/contact-back.png)no-repeat;
    background-size: cover;
    margin-bottom: 80px;
}
.contact .contact-slider h4{
    font-size: 44px;
    line-height: 1.5;
    color: #fff;
    font-weight: 700;
    text-align: center;
    padding: 120px 0;
}
.contact .contact-data{
    margin-bottom: 80px;
}
/*.contact .contact-data .form-box img{
    padding-bottom: 5px;
}*/
.contact .contact-data .form-box h4{
    font-size: 50px;
    font-weight: 700;
    color: #000;
    padding-bottom: 20px;
}
.contact .contact-data .form-box .form-group label{
    font-size: 16px;
    line-height: 1.5;
    color: #000;
    padding-bottom: 5px;
}
.contact .contact-data .form-box .form-group input{
    border-radius: 5px;
    border: solid 0.5px #8d8d8d;
}
.contact .contact-data .form-box .form-group textarea{
    border-radius: 5px;
    border: solid 0.5px #8d8d8d;
}
/*.contact .submit-btn {
    background-color: #e42724;
    color: #fff;
    font-size: 17px;
    padding: 10px 20px;
    border-top-right-radius: 18px;
    border: none;
}
.contact .submit-btn span{
    padding: 0 12px 0 0;
}*/
.contact .contact-data .contact-detail ul{
    padding-bottom: 30px;
}
.contact .contact-data .contact-detail ul li{
    padding-left: 50px;
    padding-bottom: 10px;
}
.contact .contact-data .contact-detail ul li p{
    font-size: 18px;
    line-height: 1.61;
    color: #6e6e6e;
}
.contact .contact-data .contact-detail ul li h6{
    font-size: 22px;
    line-height: 1.22;
    font-weight: 700;
    color: #2d2d2d;
}
.contact .contact-data .contact-detail ul li.call{
    background: url(/images/add.png) 3px 3px no-repeat;
}
.contact .contact-data .contact-detail ul li.mail{
    background: url(/images/mail.png) 3px 3px no-repeat;
}
.contact .contact-data .contact-detail ul li.location{
    background: url(/images/call.png) 3px 3px no-repeat;
}

/* #footer
================================================== */
footer .footer-sec{
    background-color: #000;
    padding: 60px 0;
}
footer .footer-sec .line{
    padding-bottom: 50px;
    border-bottom: 1px solid #fff;
    opacity: 0.1;
    margin-right: -10px;
    margin-left: -10px;
}
footer .footer-sec .txt h4{
    font-size: 42px;
    color: #fff;
}
footer .footer-sec .txt h4 span{
    color: #e42724;
}
/*footer .footer-sec .bro-btn{
    background-color: #e42724;
    color: #fff;
    font-size: 17px;
    padding: 10px 20px;
    border-top-right-radius: 18px;
}
footer .footer-sec .bro-btn span{
    padding: 0 12px 0 0;
}*/
footer .footer-sec .row.space{
    padding-top: 50px;
}
footer .footer-sec .logo-box{
    text-align: center;
}
footer .footer-sec .logo-box img{
    padding-bottom: 15px;
}
footer .footer-sec .logo-box ul{
    display: flex;
    justify-content: center;
}
footer .footer-sec .logo-box ul li a.fb{
    background: url(/images/fb.png)no-repeat;
    height: 22px;
    width: 32px;
    display: block;
}
footer .footer-sec .logo-box ul li a.fb:hover{
    background: url(/images/fb-hover.png)no-repeat;
    height: 22px;
    width: 32px;
}
footer .footer-sec .logo-box ul li a.ig{
    background: url(/images/ig.png)no-repeat;
    height: 22px;
    width: 24px;
    display: block;
}
footer .footer-sec .logo-box ul li a.ig:hover{
    background: url(/images/ig-hover.png)no-repeat;
    height: 22px;
    width: 24px;
}
footer .footer-sec .detail-box{
    max-width: 400px;
    margin: 0 auto;
}
footer .footer-sec .detail-box h5{
    font-size: 35px;
    color: #e8e8e8;
    line-height: 1.2;
}
footer .footer-sec .add-box h6{
    font-size: 20px;
    color: #e8e8e8;
    line-height: 1.2;
    padding-bottom: 15px;
}
footer .footer-sec .add-box p{
    font-size: 18px;
    color: #e8e8e8;
    line-height: 1.2;
}
footer .txt p{
    text-align: center;
    font-size: 20px;
    line-height: 1.6;
    color: #050505;
    padding: 5px 0;
}
footer .txt p a{
    color: #050505; 
}

@media (max-width: 768px){
    .navbar-light .navbar-nav .nav-link.stay {
        width: 180px;
        margin-bottom: 10px;
    }
    .testimonial-sec  .owl-theme .owl-nav.disabled+.owl-dots{
        position: absolute;
        bottom: 10px;
        top: 250px;
        right: 50%;
        display: flex;
        align-items: center;
        margin-right: -72px;
    }
    .red-box {
        position: absolute;
        bottom: -50px;
        left: 12%;
        border-radius: 25px;
        background-image: linear-gradient(to right, rgba(255,0,0,0.1), rgba(255,0,0,1));
        font-size: 20px;
        color: #fff;
        padding: 10px 20px;
        width: 223px;
        text-align: end;
        background-color: #fff;
    }
    .red-box span {
        font-size: 28px;
    }
    .testimonial-sec .box .txt {
        position: absolute;
        top: 7px;
        padding: 25px;
        border-radius: 50px;
    }
    .testimonial-sec .box .txt p {
        font-size: 16px;
        line-height: 1.5;
    }
    footer .footer-sec .logo-box{
        text-align: left;
    }
    footer .footer-sec .logo-box ul{
        display: flex;
        justify-content: flex-start;
        padding-left: 60px;
    }
}
@media (min-width: 768px) and (max-width: 991px){
    .testimonial-sec .box .txt {
        position: absolute;
        top: 7px;
        padding: 25px;
        border-radius: 50px;
    }
    .testimonial-sec .box .txt p {
        font-size: 16px;
        line-height: 1.5;
    }
}

@media (min-width: 768px){
    .company-value .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 30%;
        max-width: 30%;
    }
}
@media (min-width: 768px){
    .contact .contact-data .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 45.666667%;
        max-width: 45.666667%;
    }
}