@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@200..800&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

*{
    margin: 0;
    padding: 0;
}
html,body{
    overflow-x: hidden;
    position: relative;
}

/*---navbar-section-start---*/
.m-auto {
    margin: auto!important;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: rgb(255 255 255 / 90%);
    font-size: 11px;
    font-weight: 700;
    font-family: 'Open Sans';
    line-height: 33px;
    margin-right: 35px;
}
.bg-light {
    background-color: #f8f9fa00!important;
    position: absolute;
    width: 100%;
    z-index: 2;
}
.nav-logo{}
.nav-logo img{
    width: 115.89px;
    height: 120px;
    background-color: #ffffffcc;
    border-radius: 6px;
    position: absolute;
    top: 2px;
    left: 150px;
}
/*---navbar-section-end---*/


/*---hero-section-start---*/
.hero-section{
    background: url(../images/high-rise.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 170px 0px 70px 0px;
    position: relative;
    background-attachment: fixed;
}
.hero-left-item{}
.hero-left-item h3{
    font-size: 32px;
    color: #ECEFF3;
    font-weight: 300;
    line-height: 1.2em;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: dosis;
}

.hero-right-item{}
.menu-item{}
.menu-item ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.menu-item ul li{
    display: inline-block;
}
.menu-item li a{
    font-size: 10px;
    color: #ECEFF3;
    font-weight: 500;
    line-height: 1.2em;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-family: open sans;
    display: block;
    text-decoration: none;
}
.menu-item li a:hover{
    color: #6CBA44;
}

/*---hero-section-end---*/


/*press-blog-section-start*/
.press-blog-section{
    background-color: #18191B;
    padding: 50px 0px 160px 0px;
}
@media(max-width: 1199.98px) {
    .press-blog-section{
        padding-bottom: 115px;
    }
}
@media(max-width: 991.98px) {
    .press-blog-section{
        padding-bottom: 70px;
    }
}
@media(max-width: 767.98px) {
    .press-blog-section{
        padding-bottom: 60px;
    }
}
.pres-blog-item{}
.blog-item-img{}
.blog-item-img a img{}
.blog-item-date{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0px 30px 0px;
}
.blog-item-date h3{
    font-size: 13px;
    color: #ddd;
    font-weight: 600;
    font-family: open sans;
    line-height: 1.4em;
}
.blog-item-date h4{
    font-size: 13px;
    color: #ddd;
    font-weight: 700;
    font-family: open sans;
    line-height: 1.4em;
}
.blog-item-content{}
.blog-item-content h3{
    font-size: 16px;
    font-weight: 400;
    font-family: dosis;
    line-height: 1.4em;
    color: #ECEFF3;
    letter-spacing: 3px;
}
.blog-item-content p{
    font-size: 14px;
    color: #ddd;
    font-weight: 400;
    font-family: open sans;
    line-height: 1.4em;
    padding: 25px 0px 20px 0px;
}
.blog-item-button{
    padding-bottom: 70px;
    text-align: center;
}
.btn{
    font-size: 12px;
    color: #FFFFFF;
    font-weight: 500;
    font-family: open sans;
    background-color: #6AB165;
    padding: 11px 16px 11px 39px;
    border-radius: 5px;
} 

.btn:hover{
    font-size: 12px;
    color: #000;
    font-weight: 500;
    font-family: open sans;
    background-color: #ddd;
    padding: 11px 16px 11px 39px;
    border-radius: 5px;
} 





























