body{
    background: #fff;
    font-family: "Montserrat";
}
.top-header
{
    background: #fff;
    min-height: 45px;
    width: 100%;
}
.top-header-links{
    display: inline;
}
.top-header-links li {
    display: inline-block;
    padding: 10px;
    text-align: center;
}
.top-header-links li a {
    text-decoration: none;
    color: #686767;
}
.top-header-links li a svg{
    color:#e6292b;
}
.menu-header .navbar .navbar-brand{
    margin-left: auto;
    height: 100%;
    padding: 10px 0px;
    border-bottom: 3px solid #e6292b;
}
.menu-header .navbar .navbar-brand .logo{
    text-align: end;
}
.menu-header .navbar .collapse {
    background: #393939;
    position: relative;
}
.menu-header .navbar .collapse::before {
    position: absolute;
    width: 3%;
    left: -2%;
    background: #393939;
    content: "";
    height: 100%;
    clip-path: polygon( 100% 0%, 100% 100%, 55% 100%, 0% 0%);
}
.cta-header{
    min-width: 200px;
    color: #fff;
    text-decoration: unset;
}
.cta-header svg
{
    color: #e6292b;
}
.menu-header .navbar .collapse::after{
    position: absolute;
    width: 8%;
    right: -8%;
    background: #393939;
    content: "";
    height: 100%;
}
.menu-header .navbar .navbar-brand .logo img{
    width: 110px;
    margin-right: 45px;
}
.menu-header .navbar{
    background: #fbfbfb;
    padding: 0;
}

.menu-header .navbar .nav-item
{
    padding: 30px 25px;
}
.menu-header .navbar .nav-item a {
    color: white;
    text-transform: capitalize;
    font-size: large;
}

.menu-header .navbar .nav-item a:hover,
.menu-header .navbar .nav-item a.active
{
    background:red;
    color:white !important;
}



.bg-primary , .btn-primary{
    background: #0398c6 !important;
}

.color-primary
{
    color: #e6292b !important;
}

.color-secondary
{
    color: #FF621DFF !important;
}

.btn-secondary ,
.bg-secondary
{
    background: #FF621DFF !important;
}


.slider-home{
    height: 100%;
    width: 100%;
}

.slider-home-element p{
    font-weight: 600;
    color: #000;
}

.slider-home-element
{
    position: relative;
    height: 100%;
    background-position: left, right;
    /*background-size: 35% auto, 65% auto;*/
    background-repeat: no-repeat, no-repeat;
}
.slider-home-element .shape {
    z-index: 1;
    position: absolute;
    top: 53%;
    left: 43.4%;
    padding: 40px 43px;
    background: white;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
.slider-home-element .icon-right{
    background: red;
    padding: 20px 25px;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    position: absolute;
    z-index: 9;
    top: 54%;
    left: 44%;
}
.slider-home-element   .icon-right svg{
    color: white;
    font-size: larger;
}

.slider-home-element::before{
    position: absolute;
    width: 65%;
    top: 0;
    right: 35%;
    background: #fff;
    content: "";
    z-index: 0;
    height: 100%;
    clip-path: polygon(0% 0%, 85% 0%, 70% 59%, 85% 100%, 0% 100%);
}
.slider-home-element::after{
    position: absolute;
    width: 18%;
    top: 0;
    left: 45%;
    background: #e6292b;
    content: "";
    z-index: 0;
    height: 100%;
    clip-path: polygon(100% 0%, 0% 59%, 99% 100%, 44% 100%, 0% 59%, 59% 0%);
}

.slider-home-inner
{
    padding: 240px 60px;
}


.slider-home-content {
    padding: 35px 20px;
    margin-right: 50%;
    position: relative;
}


.slider-home-inner .slider-home-content a {
    position: absolute;
    bottom: -6%;
    left: 5%;
    background: #e6292b;
    padding: 13px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

.slider-home-inner .slider-home-content a:hover{
    transition-duration:700ms;
    border-radius:10px;
    background:#fff;
    color:#e6292b;
}

.slider-home .slider-home-inner .slider-home-content h3 {
    font-size: 55px;
    font-weight: bolder;
    padding: 10px 0;
    text-transform: uppercase;
    font-style: italic;
}


.services-section {
    margin-top: -100px;
    position: relative;
}

.services-section .service-details{
    background-image: url(img/banner.jpg);
    min-height: 200px;
    position: relative;
    transition: transform 0.3s ease-in-out;
}
.services-section .service-details:hover
{
    background-image: radial-gradient(#d9d9d9, transparent);
    transform: scale(1.1);
    transition-delay: 0.2s;
}

.services-section .service-details .service-inner{
    text-align: center;
    padding-top: 65px;
    height: 100%;
    width: 100%;
    transition: transform 0.3s ease-in-out;
    position: absolute;
    background-image: radial-gradient(white, #ffffff3b);
}

.services-section .service-details .service-inner:hover {
    background-image: radial-gradient(#e2e2e2, transparent);
    transform: scale(1.1);
    transition-delay: 0.2s;
}

.services-section .service-details .service-inner .btn{
    background: #e6292b;
    border-radius: 0;
    padding: 5px 35px;
    color: aliceblue;
    font-size: 19px;
    font-weight: 600;
    margin-top: 25px;
}

.services-section .service-details .service-inner .btn:hover
{   
    transition-duration:700ms;   
    border-radius:10px;   
    background:#fff; color:#e6292b; 
}
    
    

.about-us-section{
    padding-top: 120px;
    padding-bottom: 90px;
}

.about-us-section a.subtitle-section , .section .subtitle-section{
    padding: 10px;
    background: #cfcfcf;
    text-decoration: unset;
    font-size: 20px;
    color: black;
    float: inline-end;
}
.about-us-section .title , .section .title{
    font-size: 33px;
    margin-top: 25px;
    font-weight: 500;

}
.about-us-section .content{
    color: rgba(0,0,0,0.87);
    text-align: justify;
    margin-bottom: 90px;
    margin-top: 20px;
}
.about-us-section img{
    width: 540px;
    max-width: 100%;
    margin-top: 30px;
}

.about-us-section .shape {
    clip-path: polygon(21% 0, 78% 0, 100% 100%, 43% 100%);
    position: absolute;
    height: 93%;
    width: 45%;
    right: 5%;
    top: 7%;
    background: #e6292b;
}

.counter-section{
    background-color: #413f3f;
    background-image: url(img/dots-noir.png);
    padding: 40px 0px;
}
.counter-section-inner
{
     background-color: #e6292b;
    /*margin-top: -50px;*/
    position: relative;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}
.counter-section .counter-section-inner .counter{
    text-align: center;
    padding: 35px 0px;
    position: relative;

    border-right: 1px solid #d74f4f;
}
.counter-section .counter-section-inner svg{
    display: block;
    font-size: 55px;
    color: white;
    margin-left: 13px;
}

.counter-section .counter-section-inner .counter .number {
    color: white;
    font-size: 43px;
    font-weight: bolder;
}

.counter-section .counter-section-inner .counter .title{
    color: white;
    font-size: 13px;
    font-weight: bold;
}

.section .title-teaser{
    float: inline-start;
    position: relative;
    margin: 15px 0px;
}
.section .title-teaser span{
    font-weight: bold;
    display: block;
}

.section .title-teaser::before {
    position: absolute;
    top: -10%;
    left: -5%;
    width: 15px;
    height: 15px;
    z-index: 1;
    content: "";
    clip-path: polygon(0% 0%, 0% 100%, 25% 100%, 25% 25%, 100% 24%, 100% 0%);
    background: #e6292b;
}
.section .title-teaser::after {
    position: absolute;
    bottom: -10%;
    right: -5%;
    width: 15px;
    height: 15px;
    z-index: 1;
    content: "";
    clip-path: polygon(76% 79%, 0 79%, 0 100%, 100% 100%, 100% 0, 76% 0);
    background: #e6292b;
}


.projects-section{
    padding-top: 120px;
    padding-bottom: 90px;
}
.projects-section .subtitle-section{
    float: none;
}
   .projects-section .project-inner .project-content:hover a.btn
        {
            background:#e6292b;
            color:#fff;
        }
.projects-section .title-teaser{
    float: inline-end;
    position: relative;
    margin: 15px 0px;
}
.projects-section .title-teaser span{
    font-weight: bold;
    display: block;
}

.projects-section .title-teaser::before {
    position: absolute;
    top: -10%;
    left: -5%;
    width: 15px;
    height: 15px;
    z-index: 1;
    content: "";
    clip-path: polygon(0% 0%, 0% 100%, 25% 100%, 25% 25%, 100% 24%, 100% 0%);
    background: #e6292b;
}
.projects-section .title-teaser::after {
    position: absolute;
    bottom: -10%;
    right: -5%;
    width: 15px;
    height: 15px;
    z-index: 1;
    content: "";
    clip-path: polygon(76% 79%, 0 79%, 0 100%, 100% 100%, 100% 0, 76% 0);
    background: #e6292b;
}

.projects-section .filters{
    display: flex;
    margin-top: 40px;
    justify-content: center;
}

.projects-section .filters::before {
    width: 100%;
    height: 1px;
    z-index: -1;
    margin-top: 27px;
    content: "";
    background: #858181;
    position: absolute;
}

.projects-section .filters .filter-item {
    padding: 5px 10px;
    background: #2e2a2a;
    margin: 10px;
    color: white;
    font-size: 20px;
    font-weight: 800;
}
.projects-section .project-inner
{
    position: relative;
    margin-top: 90px;
}
.projects-section .project-inner img{
    width: 100%;
}

.projects-section .project-inner .project-content{
    z-index: 1;
    position: absolute;
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
}
.projects-section .project-inner .project-content h4{
    color: #fff;
}
.projects-section .project-inner .project-content span{
    color: #fff;
    display: block;
}
.projects-section .project-inner .project-content a.btn{
    color: #000000;
    background-color: #fff;
    border-radius: 0;
    margin: 15px 0px;
}

.profession-section{
    position: relative;
}
.profession-details
{
    background-image: url(img/banner.jpg);
    min-height: 290px;
    position: relative;
}

.profession-details .profession-inner
{
    position: absolute;
    bottom: 0;
    height: 50%;
    background: white;
    width: 100%;
    clip-path: polygon( 100% 0%, 101% 101%, 0% 101%, 0% 45%);
    text-transform: uppercase;
}

.profession-details .profession-inner a
{
    text-align: center;
    position: absolute;
    left: 2%;
    top: 69%;
    color: #000;
    font-size: 17px;
    font-weight: 600;
}

.profession-details .profession-inner:hover {
    height: 60%;
    transition-duration: 1s;
}
.profession-details .profession-inner img {
    max-height: 100px;
    padding: 15px 0px;
    float: inline-end;
    position: absolute;
    bottom: 0;
    right: 0;
}

.profession-section::before {
    background: #413f3f;
    background-image: url(img/dots-noir.png);
    content: '';
    position: absolute;
    height: 60%;
    width: 100%;
    top: 45%;
}

.apartments-section{
    margin-top: 120px;
    position:relative;
    margin-bottom: 120px;
}

.apartments-section:before {
    content: "";
    background: #dc3545;
    background-image: url(img/dots.png);
    height: 155px;
    position: absolute;
    bottom: -5%;
    width: 100%;
    z-index: -1;
}

.news-element-blog-wrapper
{
    width: 70%;
    bottom: 10%;
    left: 10%;
    position: absolute;
}

.news-element-blog
{
    background: #fff;
    padding: 10px 0px;
    clip-path: polygon(0 0, 90% 0%, 100% 100%, 0% 100%);
}


.news-element-blog .news-element-image-container img
{
    width: 100%;
}
.news-element-blog .news-element-content {
    min-height: 90px;
    padding: 10px 0px;
    position: relative;
    width: 80%;
}

.news-element-blog .news-element-content span
{

    font-weight: 700;
    margin: 5px 5px 10px 0px;
    font-size: 13px;
    padding: 0px 1px;
    float: right;
}
.news-element-blog .news-element-content h3 {
    color: red;
    padding: 1px 10px;
    font-weight: 600;
    font-size: 15px;
    margin:0px 0px 10px 0px;
}
.news-element-blog .news-element-content p{
    text-align: justify;
    font-size: 15px;
    font-weight: 400;
    color:#9b9b9b;
    padding: 0px 10px;
}
.blog-slide .slick-slide
{
        box-shadow: 6px 1px 10px 10px #f9f9f9;
}
.blog-slide  .plus-btn
{
    right: 0%;
    padding: 5px 10px;
    position: absolute;
    background: #ff3b3b;
    bottom: 40%;
    color: #fff;
    overflow: visible;
}


.news-element {
    margin-bottom: 20px !important;
    margin-top: 30px !important;
}
.news-element .news-element-image-container img
{
    width: 100%;
}
.news-element .news-element-content {
    min-height: 140px;
    background: #ededed;
    padding:25px 20px;
    position: relative;
}

.news-element .news-element-content span
{
    color: var(--primary-blue-color);
    font-weight: 800;
    font-size: 15px;
}
.news-element .news-element-content h3 {
    color: var(--primary-green-color);
    border-left: 2px solid var(--primary-green-color);
    padding-left: 15px;
    font-weight: 600;
    margin-top: 10px;
    font-size: 18px;
}
.news-element .news-element-content p{
    text-align: justify;
    font-size: 15px;
    font-weight: 600;
}

.news-element .news-element-content .plus-btn
{
    padding: 6px 9px;
    position: absolute;
    background: var(--primary-green-color);
    bottom: -10%;
    left: 43%;
    color: #fff;
    border-radius: 50%;
}


footer
{
    background-image: url(img/footer.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 50px 0;
    margin-top:50px;
    color: #fff;
    background-position: bottom;
}
footer:before {
    width: 100%;
    min-height: 65px;
    content: "";
    display: block;
}
footer .container .social-network
{
    padding: 20px 5px;
}
footer .container .social-network ul {
    display: flex;
    list-style: none;
}
footer .container .social-network ul li {
    margin: 10px;
}
footer .container .social-network ul li a {
    padding: 10px;
    background: #423f3f;
    border-radius: 20px;
    color: #fff;
    font-size: 18px;
}

footer .container h5{
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
}


footer .container .rapid-links ul {
    list-style: none;
}

footer .container .rapid-links ul li {
    padding:10px 5px;
    display:block;
}
footer .container .rapid-links ul li p{
    color:#fff;
}
footer .container .rapid-links a
{
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}


@media screen and (max-width: 1400px) {
    .menu-header .navbar .nav-item {
        padding: 22px 22px;
    }
    .slider-home .slider-home-inner .slider-home-content h3
    {
        font-size: 40px;
    }
    .counter-section .counter-section-inner svg{
        font-size: 40px;
    }
}

@media screen and (max-width: 1092px) {
    .cta-header {
        min-width:150px;
    }
    .slider-home-element::after , .slider-home-element::before , .slider-home-element .icon-right  , .slider-home-element .shape{
        display: none;
    }
    .slider-home .slider-home-inner .slider-home-content h3 , .slider-home .slider-home-inner .slider-home-content p
    {
        background: rgb(255 255 255 / 57%);
    }
    
    .slider-home-element
    {
        background-size:0% auto, 100% auto;
    }
}
@media screen and (max-width: 992px) {
    
    .menu-header .navbar
    {
        
    position: fixed;
    margin-top: -46px;

    }
    .menu-header .navbar .nav-item {
        padding-left:25px;
    }

    .menu-header .navbar .navbar-brand{
        width: 100%;
        margin-right: 0;
    }
    .menu-header .navbar .navbar-brand .logo {
        text-align: center;
        border-bottom:0;
    }
    .menu-header .navbar .navbar-brand .logo img
    {
        margin-right: 0;
    }
    .menu-header .navbar .navbar-toggler
    {
        margin: 10px;
    }
    .menu-header .navbar .collapse::before ,.menu-header .navbar .collapse::after , .cta-header{
        display: none;
    }
    .top-header {
        background: #393939;
    }
    .top-header-links li a {
        color: #fff;
    }

    .slider-home-content{
        margin-right: 0;
    }
    .counter-section .counter-section-inner svg{
        display: inline;
        margin-left: 0;
    }
    .counter-section .counter-section-inner .counter .title , .counter-section .counter-section-inner .counter .number{
        position: unset;
    }

}


.single-property .description-section .single-feature ul li svg {
    margin-right: 10px;
}

.btn-theme
{
    background: #e6292b;border-radius: 0;padding: 5px 35px;color: aliceblue;font-size: 19px;font-weight: 600;margin-top: 25px;
}

.btn-theme:hover
{
    transition-duration: 700ms;
    border-radius: 10px;
    background: #fff;
    color: #e6292b;
}

 .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;

    background: #d7d7d7;
    border-radius: 5px;
}

@media screen and (max-width: 600px) {
   .slider-home .slider-home-inner .slider-home-content h3
   {
       font-size:13px;
   }
   .slider-home-inner{
       padding: 240px 0px;
   }
   .projects-section .filters
   {
     display: block;
   }
   .feature-section .feature-2
   {
           margin: 0 0px;
   }
   footer
   {
           background: #cd0000;
   }
}
