.hero {
    display: block;
    box-sizing: border-box;
    /*height: 500px;*/
    background-color: #e9e9e9;
    clip-path: ellipse(201% 100% at 146.64% 0%);
}


#footer .footer-widgets-wrap {
    position: relative;
    padding: 80px 0;
}

#copyrights {
    padding: 40px 0;
    background-color: #DDD;
    font-size: 0.875rem;
    line-height: 1.8;
}


body {

    color: #000;
}

.copyrights-menu {
    margin-bottom: 10px;
}
.text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important;
}


#copyrights a:first-child {
    margin-left: 0;
}
.copyright-links a:hover {
    color: #555;
    border-bottom: 1px solid #666;
}
#footer address, .copyrights-menu a, #footer .widget ul li a {
    font-size: 12px !important;
}


.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.cta-content .title {
    font-size: 24px;
}

.banner-section .slide {
    background-position: 100% 76% !important;
}

.about-section .content-column .text {
    padding-bottom:0px !important;
    margin-bottom:0px !important;
}

.main-menu .navigation > li > a {
    line-height: 50px !important;
}

.main-header .header-upper .search-box-btn {
    line-height: 50px !important;
}

.banner-section .content-column .text {
    line-height: 1.2em !important;
}


.banner-section .slide {
    
    padding-top: 10px !important;
}

.banner-section .content-column .text {
    margin-top: 30px;
    margin-bottom: 55px;
}

.header-top {
    background-color: #022f51;
}

.main-menu .navigation > li > a {
    font-size:15px !important;
}

.main-menu .navigation > li {
    margin-right: 25px !important; 
}

.main-header {
    position: relative !important;
}

.blog-detail .inner-box .lower-content p {
    margin-bottom:0px !important;
}

.sidebar .popular-posts .post {
    min-height: 55px;
    padding-left: 0px;
}


.post-meta>li ,.page-title-section .post-meta li a{
    color:#fff !important;
}

.main-menu .navigation > li > ul > li > a:before {
    display: none !important;
}

.main-menu .navigation > li > ul > li > a {
    text-transform: lowercase;
}

.main-menu .navigation > li > ul > li:hover > a {
    padding-left: 0px !important;
}

.main-menu .navigation > li > ul {
    border-radius: 0px !important;
}

.categories-blog ul li.active a, .categories-blog ul li a:hover {
    font-weight: 600;
}

.news-block-two .inner-box .lower-content {
    padding: 91px 15px !important;
}

.about-section .inner-container {
    border-bottom: 0px !important;
}

.blog-detail .inner-box .lower-content p {
    font-size: 20px !important;
}

.news-block-three .inner-box .image {
    background-color: #fff !important;
}

.banner-section .slide {
    height: 500px;
}

.about-section .content-column .text p {
    font-size:20px ;
    font-weight: 300 !important;
    line-height: 1.4em !important;
}

@media (max-width: 991px)  {

    .cta-content .title {
        font-size: 20px;
        line-height: 23px;
    }

    .banner-section .slide {
        background-position: 100% 76% !important;
    }
    

    .banner-section .slide {
        height: auto !important;
        padding-top: 10px !important;
    }

    .cta-section {
        top: -30px;
    }

    .banner-section .content-column h1 {
      
        font-size: 16px;
 
        width: 65%;
    }
    
}