/* Responsive styles
================================================== */


/* Large Devices, Wide Screens */


/* Medium Devices, Desktops */

@media (min-width: 992px) and (max-width:1199px) {
    /* Clients */
    .clients-logo {
        margin-bottom: 20px;
    }
    /* Footer */
    .footer-social ul li {
        margin: 0 3px 0 0;
    }
    .footer-menu {
        float: none;
    }
    #back-to-top.affix {
        bottom: 35px;
    }
    #back-to-top {
        right: 15px;
    }
}


/* Small Devices, Tablets */

@media (min-width: 768px) and (max-width: 991px) {
    /* top info */
    ul.top-info li {
        padding-right: 12px;
    }
    /* Header */
    .header-right {
        float: none;
        margin-top: 40px;
        display: inline-block;
    }
    /* Header 2 */
    .header-two {
        position: relative;
    }
    .header-two .navbar-toggle {
        display: block;
        position: absolute;
        top: 0;
        right: 25px;
        margin-top: 28px;
        z-index: 1;
    }
    .header-two .site-navigation.navigation {
        float: none !important;
    }
    .header-two ul.navbar-nav li a {
        border-top: 1px solid #dedede !important;
    }
    .header-two ul.navbar-nav li a i,
    .dropdown-submenu>a:after {
        color: #fff;
    }
    .header-two ul.navbar-nav .dropdown-menu li a {
        color: #333;
    }
    /* Action */
    .call-to-action-title {
        text-align: center;
    }
    .call-to-action-btn {
        margin-top: 10px;
    }
    /* Service */
    .service-center-img {
        padding: 35px 125px 45px;
        margin-bottom: 0;
    }
    .ts-service-box {
        margin-bottom: 30px;
    }
    .mrb-80 {
        margin-bottom: 0;
    }
    .latest-post {
        margin-bottom: 30px;
    }
    /* Footer */
    .action-box {
        margin-bottom: 30px;
    }
    .footer-widget {
        margin-bottom: 30px;
    }
    #back-to-top {
        right: 20px;
    }
}


/* Small Devices Potrait */

@media (max-width: 767px) {
    #header .logo {
        display: none;
    }
    #header {
        margin-bottom: 20px
    }
    .info-box-subtitle,
    .info-box-title {
        justify-content: center;
        margin-bottom: -5px
    }
    .info-box-subtitle,
    .info-box-title {
        text-align: center;
    }
    .col-xs-12 {
        padding: 5px;
    }
    .whatwedo {
        width: 100%
    }
    .fancy {
        max-width: 10em;
        min-width: 6em;
        width: 40%;
    }
    .logo {
        width: 65%;
    }
    /* Top bar */
    ul.top-info {
        text-align: center;
    }
    .top-social {
        text-align: center;
        margin-top: 5px;
    }
    /* Header */
    .logo {
        text-align: center;
        /* padding-left: 15px; */
    }
    .logo-area {
        padding: 40px 0;
    }
    .logo-area .logo {
        padding-bottom: 40px;
    }
    .header-two .logo {
        padding: 15px 0 25px 15px;
    }
    ul.top-info-box {
        float: none;
    }
    ul.top-info-box li {
        float: none;
        margin-left: 40px !important;
        border-right: 0;
    }
    ul.top-info-box li .info-box {
        margin-bottom: 15px;
    }
    ul.top-info-box li .info-box.last {
        margin-bottom: 0;
    }
    ul.top-info-box>li.nav-search {
        display: none;
    }
    /* Action */
    .call-to-action-title {
        text-align: center;
    }
    .call-to-action-btn {
        margin-top: 20px;
    }
    /* Services */
    .ts-service-box .ts-service-box-content h3 {
        font-size: 16px;
    }
    .service-center-img {
        margin-bottom: 30px;
    }
    .mrb-80 {
        margin-bottom: 0;
    }
    /* Latest post */
    .latest-post {
        margin-bottom: 30px;
    }
    /* Footer */
    .action-box {
        margin-bottom: 30px;
    }
    .footer-widget {
        display: inline-block;
        margin-top: 40px;
    }
    #back-to-top.affix {
        bottom: 70px;
    }
    #back-to-top {
        right: 10px;
    }
    .copyright-info {
        font-size: 13px;
        text-align: center;
    }
    .footer-menu {
        float: none;
        text-align: center;
    }
    .footer-menu ul li {
        padding-left: 5px;
    }
    .footer-menu ul.nav li a {
        font-size: 12px;
    }
    .container {
        padding-left: 0px;
        padding-right: 0px;
    }
}


/* Extra Small Devices, Phones */

@media (max-width: 479px) {
    .header-one .navbar-collapse {
        width:auto
    }
    #back-to-top.affix {
        bottom: 20px;
    }
    /* Pages */
    .ts-team-content {
        top: 81%;
    }
}

@media (max-width: 320px) and (max-width: 478px) {}

@media (min-width: 576px) and (max-width: 768px) {
    .col-sm-6 {
        width: 50% !important;
        padding: 15px;
    }
    .footer-social-box {
        width: max-content;
        margin: auto;
    }
    .col-sm-12 {
        width: 100%;
    }
}

@media(min-width: 768px) {
    /* .banner-title {
        font-size: 58px;
    } */
    .gallery-img {
        height: 22rem
    }
    .image-top {
        max-height: 240px;
    }
    .col-min-6 {
        width: 50% !important
    }
    .navbar-inverse {
        /* width: max-content; */
        margin: auto;
    }
}

@media(max-width: 768px) {
    .active-img {
        /* width: 36%; */
        /* position: initial; */
        margin-top: -10px
    }
    .col-max-12 {
        width: 100% !important
    }
}

@media(max-width: 472px) {
    .image-top {
        width: 100%;
    }
}