.logo img {
    width: 220px;
}
.logo {
    float: left;
    padding: 11px 0;
}
.menu{
    min-height: inherit;
}
.step-info > span {
    font-size: 50px;
}
.menu nav > ul > li {
    float: left;
    padding: 34px 22px;
    position: relative;
}
.simple-header.for-sticky.sticky > .menu .logo {
    padding: 20px 0;
}
.simple-header.for-sticky.sticky  .logo img {
    width: 180px;
    transition: 0.5s ease-in;
}
.logo > a {
    padding-left: 0px;
}
.carousel-control.left {
    background: none;
}
.carousel-control.right {
    background: none;
}
.carousel-control .fa.fa-chevron-left, .carousel-control .fa.fa-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px;
}
.carousel-control .fa.fa-chevron-left{
    margin-left: -60px;
    font-size: 29px;
    color: #ed890f;
}
.carousel-control .fa.fa-chevron-right{
    margin-right: -60px;
    font-size: 29px;
    color: #ed890f;
}
.who-we-are-sec > p {
    float: none;
    width: 90%;
    margin: 0 auto;
}
.p-t-0{
    padding-top: 0px !important;
}
.divider-30{
    height: 50px;
}
.contact-infos > ul > li > p{
    line-height: 26px;
    font-size: 13px;
}

.post-style2 {
    margin-top: 50px;
}
.bottom-line span {
    text-align: center;
    float: none;
}
.flickr_images > a {
    background: none;
}
.flickr_images > a {
    background: none;
    padding: 2px;
}
.steps-sec .row > div:nth-child(2n+2) > .step::before{
    opacity: 0.9;
}
.links_widget li > a {
    padding: 10px 0;
}
.about_widget > p {
    margin-bottom: 10px;
}
.fancy-gallery-infos > h3 {
    float: left;
    font-family: Nunito;
    font-size: 27px;
    font-weight: bold;
    line-height: 35px;
    margin: 0 0 20px;
    width: 100%;
}
.margin-bottom-15{
    margin-bottom: 15px !important;
}
.margin-top-0{
    margin-top: 0px !important;
}
.team-box {
    box-shadow: 1px 1px 10px rgb(193, 193, 193);
}
.team-info > p {
    margin-top: 30px;
}
.team-info{
    bottom: -55px;
}
.fancy-mockup-image > img {
    border-radius: 30px;
    padding: 10px;
    background: #ed880f;
}
.fancy-mockup-image {
    padding: 45px;
}
.team-box ul{
    margin-top: 15px;
}
.team-info h3 {
    margin: 30px 0 0px;
}
.team-info > i {
    color: #6e6e6e;
    font-family: Nunito;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.3px;
    text-transform: none;
}
.gallery-fancy-sec.about-sec .fancy-gallery-infos {
    padding-top: 45px;
}
.block {
    padding: 80px 0;
}
#topcontrol img{
    width: 40px !important;
    height: 40px !important;
}
#topcontrol{
    bottom: 15px !important;
    right: 15px !important;
}
.inner-head.overlap {
    margin-top: -125px;
    padding-top: 300px;
}
.gallery-box img{
    float: none;
}
.bottom-div{
    background: #ed880f;
    padding: 10px 10px;
    color: #fff;
    box-shadow: 5px 11px 8px white;
    text-align: center;
    font-size: 15px;
    white-space: nowrap;
}
.gallery-detail > a {
    height: 50px;
    line-height: 50px;
    width: 50px;
    margin-top: -21px;
    border-radius: 50px;
}
.pagination > li:last-child a {
    margin-top: -28px;
}
.pagination > li:last-child a {
    margin-top: -28px;
}
.pagination > li:first-child a {
    margin-top: -30px;
}
.choose-language > a {  
    margin-left: 5px;
}
.loader-out{
}
.contact-item {
    float: left;
    width: 100%;
    text-align: right;
}
.contact-item > li{
    float: right;
    margin-right: 0;
    margin-left: 37px;
}

#loader{
    width: 100%;
    height: 100%;
    position: fixed;
    background: url('../images/loader.gif ') #fff no-repeat center;
    top: 0;
    z-index: 11;
    left: 0px;
    background-size: 80px;
}
.loader-out{
    animation: 0.3s  loader-out;

}
@keyframes loader-out{
    0%{
        opacity: 1;
    }
    100%{
        opacity: 0;
    }

}

@media (max-width:991px){
    .gallery-fancy-sec.about-sec .fancy-gallery-infos {
        text-align: center;
        padding-bottom: 0;
    }
    .carousel-control .fa.fa-chevron-left, .carousel-control .fa.fa-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
        position: absolute;
        top: 50%;
        z-index: 5;
        display: none;
        margin-top: -10px;
    }
    .service-simple-sec .row{
        display: flex;
        flex-wrap: wrap;
    }
    .who-we-are-sec .service-simple-sec > .row > div.col-md-3 {
        min-width: 50%;
        flex: 1;
    }
    .who-we-are-sec .service-simple-sec .service-simple{
        width: 100%;
    }
}
@media (max-width:1200px){
    .menu nav{
        width: 100%;
    }
    .menu nav > ul > li{
        padding: 0px;
    }
    .menu-item-has-children > ul{
        display: block;
    }
    .menu nav > ul {
        border-top: 1px solid #e6e6e6;
    }
    .menu-toggle {
        background: #ececec none repeat scroll 0 0;
        color: #ed880f;
        cursor: pointer;
        float: right;
        font-size: 24px;
        height: 44px;
        line-height: 44px;
        margin: 23px 0;
        text-align: center;
        width: 52px;
        border-radius: 4px;
    }
    .block {
        padding: 50px 0;
        position: relative;
    }
}

@media (max-width:550px){
    .column{
        margin-bottom: 30px;
    }
    .about_widget > .social-btns{
        margin-bottom: 0px;
    }

    .who-we-are-sec .service-simple-sec > .row > div.col-md-3 {
        min-width: 100%;
    }
    .gallery-sec .gallery-box {
        margin-top: 15px;
    }
    .contact-infos > ul > li{
        width: 100%;
        margin-bottom: 10px;
    }
    .logo img {
        width: 184px;
        position: relative;
        top: 7px;
    }
    .fancy-mockup-image {
        padding: 20px;
    }

}

