@media only screen and (min-width: 720px) {
    #header .navbar-brand img {
        max-height: 70px;
    }

    .container-about{
        margin-top: 120px;
        margin-bottom: 80px;
    }

    .header-content {
        padding: 200px 0px 0px 0px!important;
        height: 950px!important;
    }

    .inner-services .single-features-light{
        min-height: 406px;
    }

    .header-content2 {
        padding: 200px 0px 50px 0px;
        position: relative;
        background-size: cover;
        width: 100%;
        height: 100%;
        background-position: center center;
        background-repeat: no-repeat no-repeat;
        z-index: 1;
    }
}

@media only screen and (max-width: 720px) {
    .fullscreen-bg__video{
        width:152%;
        display: inline-block;
    }

    .slider1, .slider2, .slider3{
        background-size: cover!important;
        background-position: center!important;
    }

    .page500{
        background-position: right!important;
    }
}

.themeioan_services .blog-content{
    filter: drop-shadow(4px 4px 4px #0c3343);
}

.single-features-light:hover {
    background: none!important;
    box-shadow: 10px 10px 10px 5px #0c334352;
}

.single-features-light{
    text-align: center;
    box-shadow: 10px 10px 10px 5px #f26e5133;
}

.custom-page-top {
    padding: 5px 0px;
}

.container-black {
    background: none!important;
}

#testimonials .single-features-light{
    background-color: #f26d50!important;
}

.section-title p {
    margin-top: 15px!important;
}

.call-to-action{
    background-color: #0c3343;
    color: white;
}

.call-btn .btn-custom:hover{
    background: #ffffff;
    color: #0c3343;
}

.section-about-home{
    background: #0c3343!important;
    margin-top: -100%;
}

.call-btn .btn-custom{
    position: absolute;
}

.bg-about {
    background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .2)), url(../img/about/title-background.jpg);
}

.bg-project2{
    background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .2)), url(../img/projects/projects.jpg);
}

.bg-services{
    background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .2)), url(../img/services/title-background.jpg)!important;
}

.bg-contact{
    background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .2)), url(../img/services/title-background.jpg)!important;
}

.bg-blog-detail{
    background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .2)), url(../img/careers/title-background.jpg)!important;
}

#why-us .bg-section{
    background: url(../img/about/section-bg.jpg);
}

.slider1 {
    background: url(../img/home/slider/project1-new.jpg) no-repeat;
}

.slider2 {
    background: url(../img/home/slider/project2-new.jpg) no-repeat;
}

.slider3 {
    background: url(../img/home/slider/project3.jpg) no-repeat;
}

.why-us-left-bg2 {
    background-image: url(../img/home/about.mp4);
}

.services-detail-why {
    /*position: fixed;*/
    /*top: 0;*/
    /*right: 0;*/
    /*bottom: 0;*/
    /*left: 0;*/
    /*overflow: hidden;*/
    /*z-index: -100;*/
}

.services-detail-why__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bg-cta {
    background: #0c3343!important;
}

#features{
    background:none;
}

#testimonials{
    background: #0c3343!important;
}

#footer{
    background: #0c3343;
    color: white;
    background-image: url(../img/footer.png);
    background-position: bottom;
    background-repeat: no-repeat;
}

#footer .copyright.text-right a, .copyright p {
    color: #fff;
}

.copyright p {
    margin: 0;
    font-size: 15px;
    padding: 10px 0px 20px 0px;
}

.footer-social a {
    color: #fff;
}

#why-us .why-us-left-bg{
    background-image: url(../img/about/albanian-map.png);
    background-size: contain!important;
    margin: 0px!important;
    background-position: right;
}

#features .fa{
    color: #f26d50!important;
}

.wrap-bg-dark{
    background-color: #ececec!important;
}

.topheader .language{
    display: inline-block!important;
    text-align: right;
}

.page404{
    background-image:url(../img/errors/404.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 100%;
    min-width: 1024px;
    height: 100vh;
    width: 100vw;
}

.page500{
    background-image:url(../img/errors/500.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 100%;
    min-width: 1024px;
    height: 100vh;
    width: 100vw;
    background-position: bottom;
}

.page500 .container, .page404 .container{
    padding-top: 10%;
}

.btn-custom:hover{
    background: #f26d50;
    color: #0c3343;
}


