@media (min-width: 767px) {
    #my_tog{
        display: none;
    }
}

@media (max-width: 767px) {
    .navbar-brand {
        max-width: 70px;
        max-width: 170px;
        margin-right: 0 !important;
        margin-left: auto !important;
    }


    .overlay-detail i{
        font-size: 36px;
    }

    .main-container{
        position: absolute;
        width: 100%;
        height: 100%;
        top: 50%;
        left: 50% !important;
        transform: translate(-50%,-50%);
    }

    .client-sec .client-container .client-img-overlay .client-text {

        width: 85% !important;
    }


}


/*!* (1920x1080) Full HD Display *!*/
/*@media  screen and (min-width: 1920px) {*/
/*    .side-nav-menu .slider-social {*/
/*        bottom: 125px;*/
/*    }*/

/*    .rites-res {*/
/*        position: absolute;*/
/*        bottom: 10px;*/
/*    }*/

/*    .side-nav-menu .nav-menu {*/
/*        padding-top: 200px !important;*/
/*    }*/
/*}*/

/*!* (1600x900) HD+ Display *!*/
/*@media  screen and (max-width: 1600px) {*/

/*    .rites-res {*/
/*        margin-top: 120px;*/
/*    }*/
/*}*/

/* !*Extra large devices (large desktops, 1200px and up)*!*/
/*@media (min-width: 1200px) {*/

/*    .side-nav-menu .slider-social {*/
/*        bottom: 70px !important;*/
/*    }*/

/*    .rites-res {*/
/*        margin-top: 47px !important;*/
/*    }*/

/*    .side-nav-menu .nav-menu {*/
/*        padding-top: 100px;*/
/*    }*/

/*}*/

/*100*/
@media (min-width: 1200px) and (max-width: 1599px){
    .rites-res {
        margin-top: 50px !important;
        width: 73%;
        margin-left: 30px;
        color: #495057;
        font-size: 12px;
    }
    .side-nav-menu .slider-social {
        right: auto;
        bottom: 59px !important;
    }


}

/*75*/
@media  (min-width: 1300px) {

    .rites-res {
        margin-top: 118px !important;
    }
}

/*90*/
@media (min-width: 1600px){

    .rites-res {
        margin-top: 200px !important;
        width: 73%;
        margin-left: 30px;
        color: #495057;
        font-size: 12px;
    }
    .side-nav-menu .slider-social {
        right: auto;
        bottom: 59px !important;
    }
}

/*80 BELOW*/
@media screen and (min-width: 1900px){
        .side-nav-menu .slider-social {
            bottom: 90px !important;
        }

        .rites-res {
            position: absolute;
            bottom: 10px;
            bottom: 40px;
        }

        .side-nav-menu .nav-menu {
            padding-top: 200px !important;
            padding-top: 100px !important;
        }
}

/* ===================================
    Cube Portfolio
====================================== */

.portfolio-sec img{
    width: 100% !important;
}
.portfolio-sec .image-area:hover>img{
    transform: scale(1.1);
}
.portfolio-sec .image-area{
    overflow: hidden;
}
.hovereffect {
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: pointer;
}

.hovereffect:hover .overlay-hover{
    opacity: 1;
    animation: .5s zoomIn;
}

.overlay-detail{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #FFFFFF;
    width: 100%;
}

.overlay-detail i{
    font-size: 76px;
}

.overlay-hover{
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    background-color: #03a9f5a1;
    background-color: #96C22Ba1;
    transition: .5s ease;
    opacity: 0;
    z-index: 111;
}



.compensate-for-scrollbar {
    margin-right: 0px !important;
}


.project-text{
    background-color: white;
}

.project-sec .project-area .project-detail .project-heading {
    background-color: white;
}

.portfolio-sec a img{
    border-style: solid;
    border-width: 10px;
    border-color: #96C22B;
}

.project-sec .project-links a i,
.client-sec .clients-links a i {
    color: #96C22B !important;
}

h4.client-name span{
    background-color: white;
}
.client-title{
    color: white;
    font-size: 17px;
    font-weight: bold;
}

ul.firm-style{
    color: #737373;
    line-height: 1.5;
    list-style: none;
}

ul.firm-style li:before {
    background: url(../img/list-marker-v.2.1.svg);
    content: "";
    height: 16px;
    left: 0;
    position: absolute;
    top: 4px;
    width: 10px;
}

ul.firm-style li {
    padding-left: 1.3194444444vw;
    position: relative;
}

ul.firm-style li:not(:last-child) {
    margin-bottom: 2.7777777778vh;
}

ul.contact-list a{
    color: #96C22B;
}

.row-logo-clients .logo-client{
    height: 160px;
    width: 160px;
}

.client-sec .client-container .col-logo .client-detail {
    top: 125%;
}

div.side_nav{
    width: 20%;
}

.navbar-brand span {
    font-size: 20px;
}

/* BEGIN -- infographics */
.nav-intro__list_index{
    background-image: url(../img/infographics/bg.png);
}

.nav-intro__list {
    background-repeat: no-repeat;
    background-size: 100% auto
}

.nav-intro__list_index .nav-intro__row:nth-child(1) {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.nav-intro__list_index .nav-intro__row:nth-child(1) .nav-intro__item {
    margin: 0 70px
}

.nav-intro__list_index .nav-intro__row:nth-child(2) {
    margin: 0 -30px;
    margin-bottom: -20px
}

.nav-intro__list_index .nav-intro__row:nth-child(2) .nav-intro__item {
    margin: 0 30px
}

.nav-intro__list_index .nav-intro__row:nth-child(3) {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.nav-intro__list_index .nav-intro__row:nth-child(3) .nav-intro__item {
    margin: 0 50px
}

.nav-intro__list_clients .nav-intro__row:nth-child(1) {
    margin-bottom: -50px
}

.nav-intro__list_clients .nav-intro__row:nth-child(1) .nav-intro__item:nth-child(1) {
    margin-left: 25%
}

.nav-intro__list_clients .nav-intro__row:nth-child(2) {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: -100px
}

.nav-intro__list_clients .nav-intro__row:nth-child(2) .nav-intro__item:nth-child(1) {
    margin-left: 5%
}

.nav-intro__list_clients .nav-intro__row:nth-child(3) {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: -100px
}

.nav-intro__list_clients .nav-intro__row:nth-child(4) {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: -70px
}

.nav-intro__list_clients .nav-intro__row:nth-child(5) {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.nav-intro__list_activities .nav-intro__row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.nav-intro__list_activities .nav-intro__row:nth-child(2) {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: -150px;
    margin-top: -80px
}

.nav-intro__list_suppliers .nav-intro__row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.nav-intro__list_suppliers .nav-intro__row:nth-child(1) .nav-intro__item:nth-child(1) {
    margin-right: 15%
}

.nav-intro__list_suppliers .nav-intro__row:nth-child(2) {
    margin: 20px -40px
}

.nav-intro__list_suppliers .nav-intro__row:nth-child(2) .nav-intro__item {
    margin: 0 40px
}

.nav-intro__list_suppliers .nav-intro__row:nth-child(3) .nav-intro__item {
    margin: 0 40px
}

.nav-intro__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.nav-intro__item {
    text-decoration: none !important;
    color: #000 !important;
    width: 33.33%
}

.nav-intro__item_no-opacity .nav-intro__image {
    opacity: 1 !important
}

.nav-intro__item_no-opacity .nav-intro__name {
    opacity: .8
}

.nav-intro__image {
    position: relative
}

.portfolio-sec a .nav-intro__image img{
    border: none;
}

.nav-intro__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.nav-intro__name {
    -webkit-transition: all .2s;
    transition: all .2s;
    position: relative;
    z-index: 1;
    float: right;
    margin-top: 20px;
    margin-right: 30px;
    padding: 5px 13px;
    font-size: 17px;
    font-family: fregatbold;
    white-space: nowrap;
    opacity: .4;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}

@media all and (max-width: 1100px) {
    .nav-intro__h1 {
        max-width: 430px;
        font-size: 28px
    }

    .nav-intro__h1 br {
        display: none
    }

    .nav-intro__video__text {
        max-width: 200px
    }
}

@media all and (min-width: 1001px) {
    .nav-intro__list._hover .nav-intro__image {
        opacity: .5
    }

    .nav-intro__item:hover .nav-intro__image {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 1 !important
    }

    .nav-intro__item:hover .nav-intro__name {
        opacity: .8
    }

    .nav-intro__image {
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        opacity: .5
    }
}

@media all and (max-width: 1000px) {
    .nav-intro__topbar {
        margin-bottom: 80px
    }

    .nav-intro__crop {
        overflow: hidden;
        margin-right: -20px;
        margin-left: -20px
    }

    .nav-intro__list {
        display: block;
        background: 0 0 !important;
        white-space: nowrap;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 30px;
        padding-left: 20px;
        padding-right: 20px;
        margin-bottom: -45px
    }

    .hidden-scrollbar .nav-intro__list {
        margin-bottom: -30px
    }

    .nav-intro__row {
        display: inline-block;
        vertical-align: bottom;
        margin: 0 !important
    }

    .nav-intro__row:last-child .nav-intro__item:last-child {
        margin-right: 0
    }

    .nav-intro__item {
        display: inline-block;
        vertical-align: bottom;
        margin: 0 50px 0 0 !important;
        padding: 0;
        width: 300px !important
    }

    .nav-intro__item_fix-width {
        width: 250px !important
    }

    .nav-intro__name {
        float: left;
        margin-left: 30px;
        margin-right: 0;
        opacity: 1 !important
    }
}

@media all and (max-width: 750px) {
    .nav-intro__topbar {
        display: block
    }

    .nav-intro__titles {
        padding-right: 0
    }

    .nav-intro__call {
        padding-top: 40px
    }

    .nav-intro__video {
        padding-top: 20px
    }
}

@media all and (max-width: 600px) {
    .nav-intro__topbar {
        margin-bottom: 40px
    }

    .nav-intro__h1 {
        max-width: none;
        padding: 15px 20px;
        font-size: 22px
    }

    .nav-intro__h1 br {
        display: block
    }

    .nav-intro__h2 {
        margin-left: 20px
    }

    .nav-intro__video__circle {
        width: 85px;
        height: 85px
    }

    .nav-intro__video__circle__image {
        width: 95px;
        height: 95px
    }

    .nav-intro__video__circle__image img {
        margin: -28px 0 0 -28px
    }

    .nav-intro__video__circle__mask {
        width: 105px;
        height: 105px
    }

    .nav-intro__video__text {
        padding-left: 20px;
        max-width: 200px;
        font-size: 16px;
        font-family: fregatregular;
        text-transform: none
    }
}


.arrow-right {
    position: absolute;
    right: -3rem;
    right: 3rem;
    top: 40%;
    display: none;
}
.arrow-right span {
    display: block;
    width: 20px;
    height: 20px;
    border-top: 3px solid #96C22B;
    border-right: 3px solid #96C22B;
    margin: -4px;
    animation: arrow-right 1s infinite;
    float: left;
}
.arrow-right span:nth-child(1){
    animation-delay: -0.2s;
}
.arrow-right span:nth-child(2){
    animation-delay: -0.1s;
}
.arrow-right span:nth-child(3){

}
@keyframes arrow-right {
    0%{
        opacity: 0;
        transform: rotate(45deg) translate(-0px,-0px);
    }
    50%{
        opacity: 1;
    }
    100%{
        opacity: 0;
        transform: rotate(45deg) translate(0px,0px);
    }
}

@media (min-width: 320px) and (max-width: 678px) {
    .arrow-right {
        display: block !important;
    }
}

/* END -- infographics */

#services-sec,
#client-sec,
#skill-sec,
#transport-sec,
#contact-us-sec,
#pricing-sec
{
    min-height: 100vh;
}

#pricing-sec.pricing-sec{
    padding-top: 0;
}

#portfolio-sec{
    padding-top: 50px;
}

#client-sec .sub-heading{
    margin-bottom: 50px;
}

#client-sec .placeholder_albums {
    display: grid;
    grid-gap: 5px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-template-rows: repeat(2, 250px);
}

#client-sec .placeholder_albums img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.placeholder_albums div{
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    margin: 10px;
    padding: 20px;
    background-color: #fff;
}

.placeholder_albums div:hover{
    padding: 10px;
}

div.client-magnit{
    background-color: #FF0006;
}

div.client-lenta{
    background-color: #004CA4;
}

div.client-metro{
    background-color: #003F73;
}

/* portfolio minimal */
.gallery {
    width: 100% !important;
    height: 600px;
}
.portfolio-two .filtering .active {
    color: #96C22B;
}
.portfolio-two .filtering span {
    background-color: #fff;
    border-right: 3px solid #ECECEC;
    line-height: 18px;
    color: #18191d;
    cursor: pointer;
    overflow: visible;
    padding: 0 17px;
    position: relative;
    display: inline-block;
    -webkit-transition: color .3s ease-in-out, border-color .3s ease-in-out;
    transition: color .3s ease-in-out, border-color .3s ease-in-out;
}

.portfolio-two .filtering span:hover{
    color: #96C22B;
    text-decoration: underline;
}
.portfolio-two .filtering span:last-child{
    border-right: none;
}