﻿a:focus, a:hover {
    text-decoration: none !important;
}

a:focus, button:focus {
    outline: 0 !important;
}

.no-side-pad, .no-side-pad-l {
    padding-left: 0;
}

.no-side-pad, .no-side-pad-r {
    padding-right: 0;
}

.second-block .welcome-section .button, .third-block .item .title {
    font-size: 15px;
    bottom: 0;
    letter-spacing: 3px;
    text-transform: uppercase;
}

div.wpcf7-response-output {
    margin: 1em .5em;
    float: left;
    border: none !important;
}

span.wpcf7-not-valid-tip {
    height: 1.1px;
    background: red;
    overflow: hidden;
    margin-bottom: -1.1px;
}

div.wpcf7-validation-errors {
    color: #f47836;
}

.contact-form div.wpcf7-mail-sent-ok {
    color: #FFF;
}

div.wpcf7-mail-sent-ok {
    color: #398f14;
}

embed, iframe, player, player1 {
    position: relative;
    z-index: 0;
}

a {
    text-decoration: none;
}

.wrapper {
    position: relative;
}

.no-side-margin {
    margin-left: 0;
    margin-right: 0;
}

.header-block {
    position: absolute;
    z-index: 999999;
    width: 100%;
    overflow: hidden;
    height: 50vw;
}

    .header-block .logo {
        padding: 1em 2em;
    }

.second-block .welcome-section .button {
    text-align: center;
    font-family: 'Futura PT Book';
    font-weight: 300;
    margin: 0 auto;
    top: 0;
    right: 0;
    left: 0;
    padding: .8em 2.5em;
    background: #d42d37;
    border: 1px solid #d42d37;
    color: #FFF;
    overflow: hidden;
    transition: all .5s;
}

    .button:active, .second-block .welcome-section .button:hover {
        text-decoration: none;
        color: #d42d37;
        border-color: #d42d37;
        background: #FFF;
    }

    .second-block .welcome-section .button span {
        display: inline-block;
        position: relative;
        padding-right: 0;
        transition: padding-right .5s;
    }

        .second-block .welcome-section .button span:after {
            content: ' ';
            position: absolute;
            top: 0;
            right: -18px;
            opacity: 0;
            width: 10px;
            height: 10px;
            margin-top: -5px;
            background: rgba(0,0,0,0);
            border: 3px solid #FFF;
            border-top: none;
            border-right: none;
            transition: opacity .5s,top .5s,right .5s;
            transform: rotate(-135deg);
        }

    .second-block .welcome-section .button:active span, .second-block .welcome-section .button:hover span {
        padding-right: 25px;
    }

        .second-block .welcome-section .button:active span:after, .second-block .welcome-section .button:hover span:after {
            transition: opacity .5s,top .5s,right .5s;
            opacity: 1;
            border-color: #d42d37;
            right: 0;
            top: 50%;
        }

.third-block {
    background: url(img/service-bg.jpg) no-repeat;
    height: 100%;
    padding: 5em 3em;
    background-size: cover;
}

    .third-block .item {
        padding-bottom: 1.5em;
    }

        .third-block .item img {
            width: 100%;
        }

        .third-block .item .bg {
            background: url(img/service-logo.png) center no-repeat;
            margin: 0 auto;
            text-align: center;
            position: absolute;
            z-index: 99999;
            height: 100%;
            width: 100%;
            left: 0;
        }

        .third-block .item a {
            display: block;
            position: relative;
            float: left;
            z-index: 99999999;
        }

        .third-block .item:hover:after {
            background: rgba(12,23,36,.8);
        }

        .third-block .item .title {
            color: #fff;
            font-family: nexa_boldregular;
            line-height: 1em;
            padding: 1.2em 2em;
            background: #c21e23;
            position: absolute;
            right: .9em;
            z-index: 999999;
            max-width: 80%;
            -moz-transition: all .3s linear;
            -webkit-transition: all .3s linear;
            transition: all .3s linear;
        }

        .third-block .item:hover .title {
            padding: 1.2em 3em;
        }

    .third-block .read-more {
        position: absolute;
        overflow: hidden;
        height: 20vw;
        width: 20vw;
    }

        .third-block .read-more:before {
            height: 100%;
            width: 100%;
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            transform: rotate(45deg);
            content: '';
            display: block;
            position: absolute;
            left: -75%;
            top: -50%;
            background: rgba(194,30,35,.8);
        }

        .third-block .read-more img {
            text-align: center;
            margin: 0 auto;
            left: 7%;
            position: absolute;
            top: 7%;
            width: auto;
        }

.fourth-block {
    position: relative;
    z-index: 999;
}

    .fourth-block .contact-client {
        display: flex;
        overflow: hidden;
        
    }

        .fourth-block .contact-client .contact {
            background: url('../images/testimonial.png') no-repeat;
            background-size: cover;
        }

            .fourth-block .contact-client .contact:before {
                content: "";
                position: absolute;
                height: 100%;
                width: 100%;
                /*z-index: 999;*/
                left: 0;
                /*background: rgba(1,63,138,.75);*/
                background:rgba(249,65, 60 ,.75); /*rgb(249 65 59 / 86%);*/
                
            }

        .fourth-block .contact-client .starts {
            position: relative;
            z-index: 99999;
        }

            .fourth-block .contact-client .starts h5 {
                font-size: 80px;
                font-family: inherit;
                color: #fff;
                letter-spacing: 11px;
                text-align: center;
                position: absolute;
                z-index: 9999;
                left: 50%;
                margin-top: 135%;
                -o-transform: translate(-50%,-50%) rotate(-90deg);
                -moz-transform: translate(-50%,-50%) rotate(-90deg);
                -webkit-transform: translate(-50%,-50%) rotate(-90deg);
                transform: translate(-50%,-50%) rotate(-90deg);
            }

        .fourth-block .contact-client .contact-form {
            position: relative;
            z-index: 9999;
            /*padding: 3em 4em 3em 0;*/
        }

            .fourth-block .contact-client .contact-form h6 {
                font-size: 25px;
                font-family: inherit;
                color: #fff;
            }

        .fourth-block .contact-client .form-styler {
            font-family: 'Futura PT Light';
            font-size: 1em;
            background: 0 0 !important;
            height: auto !important;
            color: #fff;
            padding: 8px 0 !important;
            border-radius: 0 !important;
            border: none;
            border-bottom: 1px solid #D2D2D2;
            box-shadow: none !important;
            -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
            -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
            transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
        }

            .fourth-block .contact-client .form-styler.warning {
                border-bottom: 1px solid #e81313;
            }

        .fourth-block .contact-client label.warning {
            animation: shake .82s cubic-bezier(.36,.07,.19,.97) both;
            transform: translate3d(0,0,0);
            backface-visibility: hidden;
            perspective: 1000px;
        }

@keyframes shake {
    10%,90% {
        transform: translate3d(-1px,0,0);
    }

    20%,80% {
        transform: translate3d(2px,0,0);
    }

    30%,50%,70% {
        transform: translate3d(-4px,0,0);
    }

    40%,60% {
        transform: translate3d(4px,0,0);
    }
}

.fourth-block .contact-client .form-styler::-moz-placeholder {
    color: #fff !important;
    opacity: 1;
}

.fourth-block .contact-client .form-styler:-ms-input-placeholder {
    color: #fff !important;
}

.fourth-block .contact-client .form-styler::-webkit-input-placeholder {
    color: #fff !important;
}

.fourth-block .contact-client .form-styler:focus {
    border-bottom: 1px solid #ff7e86;
}

.fourth-block .contact-client .send-button {
    float: left;
    text-decoration: none;
    color: #162cc0;
    font-family: robotoregular;
    font-size: 13px;
    letter-spacing: 4px;
    padding: 16px 30px;
    border: none;
    background: #fff;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    margin-top: 4%;
}

    .fourth-block .contact-client .send-button:before {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        content: "";
        width: 0;
        background: #1d30b1;
        z-index: -1;
        -moz-transition: all .7s;
        -o-transition: all .7s;
        -ms-transition: all .7s;
        -webkit-transition: all .7s;
        transition: all .7s;
    }

    .fourth-block .contact-client .send-button:hover {
        text-decoration: none;
        color: #fff;
    }

    .fourth-block .contact-client .send-button:focus {
        text-decoration: none;
        color: #000;
    }

    .fourth-block .contact-client .send-button:hover:before {
        width: 100%;
    }

.fourth-block .clients h4 {
    font-size: 30px;
    font-family: ralewaybold;
    color: #3d3d3d;
    text-transform: uppercase;
    letter-spacing: 4px;
    text-align: center;
}

    .fourth-block .clients h4 span {
        color: #05428c;
    }

.clients {
    background: #fff;
    padding: 2em 1em;
    display: inline-block;
    border-top: 1px solid #fa413c;
    border-bottom: 1px solid #fa413c;
}

    .clients ul {
        padding: 0;
        float: left;
        width: 100%;
    }

        /*.clients ul li {
            list-style: none;
            margin-bottom: 2%;
            padding: 15px;
        }*/

.inner-nav:after, .inner-nav:before {
    display: none;
}

.page-heading-block {
    background: #0a151d;
    position: relative;
}

    .page-heading-block:before {
        content: "";
        width: 100%;
        height: 100%;
        background: rgba(7,19,30,.6);
        position: absolute;
        z-index: 99;
    }

    .page-heading-block img {
        width: 100%;
        height: auto;
    }

    .page-heading-block .title {
        z-index: 9999;
        position: absolute;
        bottom: 10%;
        left: 50%;
        font-family: nexa_boldregular;
        font-size: 52px;
        color: #fff;
        line-height: 52px;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 4px;
        width: 100%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
    }

        .page-heading-block .title span {
            color: #c21e23;
        }

.inner-header {
    height: auto !important;
}

.innerpage-content-block {
    background: #fff;
    padding: 4em 5em;
}

    .innerpage-content-block .main-head {
        color: #343436;
        font-size: 45px;
        font-family: nexa_lightregular;
        text-align: center;
        letter-spacing: 4px;
        margin-bottom: 3%;
        text-transform: uppercase;
    }

        .innerpage-content-block .main-head .border {
            border-bottom: solid 2px #d0d0d0;
            width: 15%;
            margin: 0 auto;
            text-align: center;
        }

        .innerpage-content-block .main-head span {
            color: #c72127;
            font-family: nexa_boldregular;
        }

    .innerpage-content-block .about-content {
        text-align: justify;
        font-family: robotolight;
        font-size: 15px;
        line-height: 23px;
        color: #787878;
        margin-bottom: 1%;
    }

    .innerpage-content-block .about-missions {
        margin-top: 4%;
    }

    .innerpage-content-block .vision-mision {
        text-align: center;
        margin: 0 auto;
        box-shadow: 0 0 10px #C4C4C4;
        padding: 2em;
        background: #f0f0f0;
    }

        .innerpage-content-block .vision-mision img {
            text-align: center;
            margin: 0 auto;
            webkit-transition-duration: 1.2s;
            -moz-transition-duration: 1.2s;
            -o-transition-duration: 1.2s;
            -ms-transition-duration: 1.2s;
            transition-duration: 1.2s;
        }

        .innerpage-content-block .vision-mision:hover img {
            -webkit-transform: rotateY(-360deg);
            -moz-transform: rotateY(-360deg);
            -o-transform: rotateY(-360deg);
            -ms-transform: rotateY(-360deg);
            transform: rotateY(-360deg);
        }

        .innerpage-content-block .vision-mision h5 {
            text-align: center;
            text-transform: uppercase;
            font-size: 20px;
            color: #343436;
            font-family: nexa_boldregular;
            letter-spacing: 3px;
            margin-top: 15px;
        }

        .innerpage-content-block .vision-mision p {
            text-align: left;
            font-family: robotolight;
            font-size: 15px;
            line-height: 23px;
            color: #787878;
        }

.map-holder {
    margin-top: 4%;
}

    .map-holder h2 {
        color: #3e3e3e;
        font-size: 30px;
        text-align: left;
        margin-bottom: 2%;
        margin-top: 0;
        font-family: nexa_boldregular;
    }

        .map-holder h2 span {
            color: #c72127;
        }

    .map-holder #map {
        height: 420px;
        width: 100%;
    }

.contactus-page .form-styler {
    color: #848483;
    padding: 8px 0 !important;
    border-radius: 0 !important;
    border: none;
    border-bottom: 1px solid #cdcdcd;
    background: 0 0;
    border-top: none !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

    .contactus-page .form-styler:focus {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        -o-box-shadow: none;
        box-shadow: none;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
        outline: 0;
        border-bottom: 1px solid #c21e23;
    }

    .contactus-page .form-styler::-moz-placeholder {
        color: #d42f39 !important;
        opacity: 1;
    }

    .contactus-page .form-styler:-ms-input-placeholder {
        color: #d42f39 !important;
    }

    .contactus-page .form-styler::-webkit-input-placeholder {
        color: #d42f39 !important;
    }

.contactus-page .send-button {
    font-family: robotoregular;
    letter-spacing: 3px;
    color: #fff;
    padding: 15px 30px;
    text-transform: uppercase;
    background: #c72127;
    border: none;
    margin-top: 10px;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.contactus-page h2, .get-in-touch h2 {
    font-size: 30px;
    margin-top: 0;
    font-family: nexa_boldregular;
    text-align: left;
    margin-bottom: 2%;
}

.contactus-page .send-button:hover {
    background: #a30208;
}

.contactus-page h2 {
    color: #3e3e3e;
}

    .contactus-page h2 span {
        color: #c72127;
    }

.get-in-touch h2 {
    color: #3e3e3e;
}

    .get-in-touch h2 span {
        color: #c72127;
    }

.get-in-touch h3 {
    color: #3e3e3e;
    font-size: 20px;
    text-align: left;
    margin-bottom: 2%;
}

    .get-in-touch h3 span {
        color: #f22b1d;
    }

.get-in-touch p {
    text-align: justify;
    font-family: robotolight;
    font-size: 15px;
    line-height: 19px;
    color: #787878;
}

    .get-in-touch p a {
        color: #787878;
    }

        .get-in-touch p a:hover {
            color: #f22b1d;
        }

.contact-social {
    margin-top: 5%;
}

.social-icons .fa {
    font-size: 1.5em;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #FFF;
    color: rgba(255,255,255,.8);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.about-head, .list-item h4 {
    font-size: 22px;
}

.social-icons.icon-circle .fa {
    border-radius: 50%;
}

.social-icons.icon-rounded .fa {
    border-radius: 5px;
}

.social-icons.icon-flat .fa {
    border-radius: 0;
}

.social-icons .fa-facebook, .social-icons .fa-facebook-circle {
    background-color: #3C599F;
}

.social-icons .fa-google-plus, .social-icons .fa-google-plus-circle {
    background-color: #CF3D2E;
}

.social-icons .fa-instagram {
    background-color: #A1755C;
}

.social-icons .fa-linkedin, .social-icons .fa-linkedin-circle {
    background-color: #0085AE;
}

.social-icons .fa-pinterest, .social-icons .fa-pinterest-circle {
    background-color: #CC2127;
}

.social-icons .fa-skype {
    background-color: #01AEF2;
}

.social-icons .fa-twitter, .social-icons .fa-twitter-circle {
    background-color: #32CCFE;
}

.social-icons .fa-youtube, .social-icons .fa-youtube-circle, .social-icons .fa-youtube-play {
    background-color: #C52F30;
}

.clients-page ul {
    padding: 0;
}

    .clients-page ul li {
        float: left;
        list-style: none;
        width: 23%;
        box-shadow: 1px 1px 16px #C4C4C4;
        margin: 10px;
    }

        .clients-page img, .clients-page ul li img {
            margin: 0 auto;
            text-align: center;
        }

.clients-page img {
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.clients-page .clients-logo {
    text-align: center;
    margin: 0 auto 5%;
    box-shadow: 1px 1px 16px #C4C4C4;
    padding: 2em;
}

    .clients-page .clients-logo:hover img {
        -moz-transform: scale(.9);
        -webkit-transform: scale(.9);
        transform: scale(.9);
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
        filter: gray;
    }

.list-item {
    float: left;
    padding-right: 10px;
    position: relative;
    display: block;
    text-decoration: none;
    color: #0c2044;
    margin-bottom: 30px;
}

    .list-item .list-item-image {
        width: 100%;
        height: 0;
        background-color: #c21e23;
        padding-bottom: 57%;
        position: relative;
    }

        .list-item .list-item-image:after, .list-item .list-item-image:before {
            content: '';
            position: absolute;
        }

    .list-item .list-item-content, .list-item h4 {
        position: relative;
        text-transform: uppercase;
        overflow: hidden;
    }

    .list-item .list-item-image-nb div {
        opacity: .5;
    }

    .list-item .list-item-image-nb {
        opacity: 0;
        background-image: linear-gradient(to top right,#09495c,#514175);
        -webkit-transition: opacity .3s linear;
        transition: opacity .3s linear;
    }

    .list-item .list-item-content {
        padding: 12px 0 0;
        font-family: nexa_boldregular;
    }

    .list-item .meta-article {
        margin-bottom: 13px;
    }

    .list-item h4 {
        padding-top: 4px;
        margin-bottom: 30px;
        color: #0c2044;
        letter-spacing: 3px;
    }

.about-head, .service-contents h3 {
    font-family: nexa_boldregular;
    color: #343436;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.list-item .list-item-content:after {
    content: '';
    position: absolute;
    background: #c21e23;
    width: 45px;
    height: 7px;
    bottom: 0;
    left: 0;
    display: block;
    -webkit-transition: width cubic-bezier(.785,.135,.15,.86) .4s;
    transition: width cubic-bezier(.785,.135,.15,.86) .4s;
    will-change: width;
}

.list-item:hover .list-item-image-nb {
    opacity: 1;
}

.list-item:hover .list-item-content:after {
    width: 250px;
}

.service-contents h3 {
    font-size: 25px;
}

.service-contents .service-para, .service-contents ul li {
    text-align: justify;
    font-family: robotolight;
    font-size: 15px;
}

.service-contents h3 span {
    color: #c21e23;
}

.service-contents .service-para {
    line-height: 23px;
    color: #646464;
    margin-bottom: 4%;
}

.service-contents ul {
    padding-left: 15px;
    margin-top: 3%;
}

    .service-contents ul li {
        line-height: 33px;
        color: #787878;
        list-style-image: url(img/star.png);
    }

.spec-item {
    margin-bottom: 1%;
}

    .spec-item .icon-box {
        width: 100%;
        text-align: center;
        margin-bottom: 0;
    }

        .spec-item .icon-box img {
            text-align: center;
            margin: 19px auto 0;
            -moz-transition: all .3s;
            -webkit-transition: all .3s;
            transition: all .3s;
        }

        .spec-item .icon-box:hover img {
            -webkit-animation: swing 1s ease;
            animation: swing 1s ease;
            -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
        }

@-webkit-keyframes swing {
    15% {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }

    30% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }

    50% {
        -webkit-transform: translateX(3px);
        transform: translateX(3px);
    }

    65% {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
    }

    80% {
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes swing {
    15% {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }

    30% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }

    50% {
        -webkit-transform: translateX(3px);
        transform: translateX(3px);
    }

    65% {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
    }

    80% {
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.spec-item .spec-title {
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    color: #0e0d0d;
    text-align: left;
    font-family: robotoregular;
    margin-top: 9%;
}

.back-btn a, .crsl-item img, .hi-icon, .hi-icon-effect-1 img, .hi-icon-wrap, .nbs-flexisel-ul, .slidernav, .spinner {
    text-align: center;
}

.hi-icon-wrap {
    margin: 0 auto;
    float: left;
}

.hi-icon {
    display: inline-block;
    font-size: 0;
    cursor: pointer;
    margin: 15px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    color: #fff;
}

    .hi-icon:after {
        pointer-events: none;
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        content: '';
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
    }

    .hi-icon:before {
        font-family: ecoicon;
        speak: none;
        font-size: 48px;
        line-height: 90px;
        font-style: normal;
        font-weight: 400;
        font-variant: normal;
        text-transform: none;
        display: block;
        -webkit-font-smoothing: antialiased;
    }

.hi-icon-effect-1 .hi-icon {
    background: #e8e8e8;
    -webkit-transition: background .2s,color .2s;
    -moz-transition: background .2s,color .2s;
    transition: background .2s,color .2s;
}

.hi-icon-effect-1 img {
    margin: 0 auto;
    width: 40%;
}

.hi-icon-effect-1 .hi-icon:after {
    top: -5px;
    left: -5px;
    padding: 5px;
    box-shadow: 0 0 0 4px #c21e23;
    -webkit-transition: -webkit-transform .2s,opacity .2s;
    -webkit-transform: scale(.8);
    -moz-transition: -moz-transform .2s,opacity .2s;
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    transition: transform .2s,opacity .2s;
    transform: scale(.8);
    opacity: 0;
}

.hi-icon-effect-1a .hi-icon:hover {
    background: #e8e8e8;
    color: #41ab6b;
}

    .hi-icon-effect-1a .hi-icon:hover:after {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

.nbs-flexisel-nav-left.disabled, .nbs-flexisel-nav-right.disabled {
    opacity: .4;
}

.back-btn {
    float: right;
    margin-top: 2%;
}

    .back-btn a {
        background: #c21e23;
        padding: 10px 25px;
        color: #fff;
        font-family: robotolight;
        font-size: 16px;
        letter-spacing: 3px;
        text-transform: uppercase;
    }

.nbs-flexisel-item, .nbs-flexisel-ul {
    margin: 0;
    padding: 0;
    position: relative;
}

.back-btn a:hover {
    background: #a90106;
}

.nbs-flexisel-container {
    position: relative;
    max-width: 100%;
}

.nbs-flexisel-ul {
    width: 99999px;
    list-style-type: none;
    left: 0 !important;
}

.nbs-flexisel-inner {
    position: relative;
    overflow: hidden;
    float: left;
    width: 100%;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    height: 25vw;
}

.nbs-flexisel-item {
    float: left;
    cursor: pointer;
    line-height: 0;
}

    .nbs-flexisel-item img {
        max-width: 100%;
        cursor: pointer;
        position: relative;
        margin-top: 10px;
        margin-bottom: 10px;
    }

.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
    padding: 5px 10px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    position: absolute;
    cursor: pointer;
    z-index: 4;
    top: 40%;
    background: #c72127;
    color: #fff;
}

    .nbs-flexisel-nav-left:before {
        content: "\f100";
        font-family: FontAwesome;
    }

.nbs-flexisel-nav-right {
    right: 0;
}

    .nbs-flexisel-nav-right:before {
        content: "\f101";
        font-family: FontAwesome;
    }

.crsl-item::after, .crsl-item::before, .vision-mision ul li:before {
    content: "";
}

@media (min-width:1920px) {
    .fourth-block .contact-client .starts h5 {
        margin-top: 95%;
    }
   
}

@media (max-width:1200px) {
    .clients ul li img {
        max-width: 125px;
    }

    .nbs-flexisel-inner {
        height: 30vw;
    }
    
}

@media (max-width:992px) {
    .back-btn a {
        font-size: 14px;
    }

    header nav::before {
        height: 75vw;
    }

    .baner-block .caption-1 {
        font-size: 35px;
    }

    .baner-block .caption-2 {
        font-size: 70px;
    }

    .baner-block .caption-3 {
        font-size: 18px;
    }

    .first-block .section-center .right-side ul li h4 {
        font-size: 16px;
    }

    .second-block .welcome-section h3 {
        font-size: 30px;
    }

    .second-block {
        padding: 3em 4em 5em;
    }

        .second-block .welcome-section .contents p {
            font-size: 16px;
            line-height: 21px;
        }

        .second-block .welcome-section .button {
            font-size: 12px;
        }

    .third-block .item .title {
        font-size: 14px;
        padding: 1em;
        letter-spacing: 1px;
        right: 1.1em;
    }

    .third-block .read-more img {
        width: 15%;
    }

    .fourth-block .contact-client .starts h5 {
        font-size: 60px;
        margin-top: 170%;
    }

    .fourth-block .contact-client .contact-form h6 {
        font-size: 20px;
    }

    .fourth-block .contact-client .contact-form {
        padding: 1.5em 2em 2.5em 0;
    }

    .fourth-block .contact-client .send-button {
        font-size: 12px;
    }

    .fourth-block .clients h4 {
        font-size: 25px;
    }

    .clients ul li img {
        max-width: 100px;
        margin: 0 auto 10px;
    }

    .clients ul li:last-child::before, .clients ul li:nth-child(3n)::before {
        width: 0;
    }

    .clients ul li:last-child::before, .clients ul li:nth-child(2n)::before {
        width: 1px;
    }

    #cssmenu > ul > li > a {
        font-size: 12px;
        padding: 15px 8px;
    }

    header nav::after {
        left: 55%;
        top: 60%;
    }

    .innerpage-content-block {
        padding: 3em;
    }

        .innerpage-content-block .main-head {
            font-size: 37px;
        }

        .innerpage-content-block .about-content {
            font-size: 14px;
            line-height: 22px;
        }

    .contactus-page h2, .get-in-touch h2 {
        font-size: 23px;
    }

    .get-in-touch h3 {
        font-size: 16px;
    }

    .map-holder #map {
        height: 325px;
    }

    .page-heading-block .title {
        font-size: 40px;
    }

    .about-head, .list-item h4 {
        font-size: 20px;
    }

    .responsive-slider .slides ul li .slide-body .caption.header {
        width: 50%;
    }

    .spec-item .spec-title {
        font-size: 14px;
    }

    .innerpage-content-block .vision-mision h5 {
        font-size: 18px;
    }

    .innerpage-content-block .vision-mision {
        padding: 2em 1em;
    }

        .innerpage-content-block .vision-mision p {
            font-size: 14px;
            line-height: 21px;
        }

    .first-block .section-center .left-side h3 {
        font-size: 28px !important;
    }
}

@media (max-width:800px) {
    .first-block .section-center .right-side ul li img {
        text-align: center;
        margin: 0 auto;
        width: 20%;
    }

    .responsive-slider .slides ul li .slide-body .caption.header {
        bottom: 15%;
    }

    .baner-block .caption-1 {
        font-size: 22px;
    }

    .baner-block .caption-2 {
        font-size: 42px;
    }

    .first-block .section-center .left-side h3 {
        font-size: 28px !important;
    }
}

@media (max-width:768px) {
    header .social-navigation {
        margin-top: 4%;
    }
    .affi-part-pad{
        margin-top:20px;
        margin-top:20px;
    }
   .flickity-viewport{
       height:730px !important;

   }
}
@media (min-width:768px) {
    
      .affi-part-pad{
        margin-top:150px;
    }
   
   .flickity-viewport{
       height:500px !important;

   }
}

@media (max-width:767px) {
    .innerpage-content-block .about-img, .third-block .item .bg {
        display: none;
    }

    .back-btn a {
        font-size: 12px;
    }

    .nbs-flexisel-inner {
        height: 26vw;
    }

    .innerpage-content-block .vision-mision p {
        font-size: 13px;
        line-height: 20px;
    }

    .innerpage-content-block .vision-mision h5 {
        font-size: 16px;
    }

    .service-contents h3 {
        font-size: 15px;
    }

    #cssmenu > ul > li > a {
        font-size: 10px;
        padding: 15px 13px;
    }

    .spec-item {
        width: 50%;
    }

    .page-heading-block .title {
        font-size: 25px;
        letter-spacing: 2px;
        line-height: 23px;
    }

    .list-item h4 {
        font-size: 15px;
        margin-bottom: 18px;
    }

    .map-holder #map {
        height: 200px;
    }

    .get-in-touch h3 {
        font-size: 14px;
    }

    .get-in-touch p {
        font-size: 13px;
        line-height: 20px;
    }

    /*.clients ul li {
        padding: 15px;
        width: 33.33%;
    }*/

        .clients ul li:last-child::before, .clients ul li:nth-child(3n)::before {
            width: 0;
        }

    .fourth-block .contact-client .contact-form {
        padding: 1.5em 2em 2.5em;
    }

        .fourth-block .contact-client .contact-form h6 {
            font-size: 17px;
            text-align: center;
        }

    .fourth-block .contact-client {
        display: block;
    }

    .third-block {
        padding: 2em 1em;
    }

    .first-block .section-center .left-side h3 {
        font-size: 18px;
    }

    .first-block .section-center .right-side ul li h4 {
        font-size: 14px;
    }

    .first-block .section-center .right-side ul li img {
        width: 20%;
    }

    .header-block .logo img, .logos-clients {
        width: 50%;
    }

    header .social-navigation, header nav::before {
        display: none;
    }

    .menu-holder nav {
        float: none;
    }

    .header-block .logo {
        padding: .5em 1.5em;
    }

    .baner-block .caption-1 {
        font-size: 25px;
    }

    .baner-block .caption-2 {
        font-size: 45px;
    }

    .baner-block .caption-3 {
        font-size: 15px;
    }

    .first-block .section-center {
        display: block;
    }

        .first-block .section-center .left-side {
            display: none;
        }

        .first-block .section-center .right-side {
            min-height: 160px;
        }

    .second-block {
        padding: 2em 2em 3em;
    }

        .second-block .welcome-section h3 {
            font-size: 25px;
        }

    .fourth-block .clients h4 {
        font-size: 20px;
    }

    .menu-holder {
        padding: 0;
    }

    .innerpage-content-block {
        padding: 2em .8em;
    }

        .innerpage-content-block .main-head {
            font-size: 28px;
        }

        .innerpage-content-block .about-content {
            font-size: 13px;
            line-height: 21px;
        }

    .contactus-page h2 {
        font-size: 18px;
    }

    .get-in-touch h2 {
        font-size: 22px;
    }

    .contactus-page {
        margin-bottom: 5%;
    }

    .map-holder {
        margin-top: 1%;
    }

    .about-head {
        font-size: 14px;
    }

    .responsive-slider .slides ul li .slide-body .caption.header {
        bottom: 20%;
        width: 66%;
    }

    .third-block .item .title {
        font-size: 12px;
    }

    .contactus-page .send-button {
        padding: 10px 30px;
    }

    .responsive-slider .pages .page.active {
        border: 5px solid #fff;
        width: 7px;
        height: 7px;
    }

    .responsive-slider .pages .page {
        border: 5px solid #d42d37;
    }
}

.news-box .panel-footer ul li::after, .news-box .panel-footer ul li::before, .no-js #loader {
    display: none;
}

@media (max-width:630px) {
    .clients ul li:last-child::before, .clients ul li:nth-child(1n)::before {
        width: 1px;
    }

    .nbs-flexisel-inner {
        height: 30vw;
    }
}

@media (max-width:620px) {
    .clients ul li:last-child::before, .clients ul li:nth-child(2n)::before {
        width: 1px;
    }

    .header-block .logo {
        width: 100%;
    }

        .header-block .logo img {
            width: 50%;
            text-align: center;
            margin: 0 auto;
        }

    .item, .item a, .menu-holder nav {
        width: 100%;
    }

    .header-block {
        position: relative;
        height: auto;
    }

    .menu-holder {
        width: 100%;
        padding: 0;
    }

    #cssmenu > ul {
        margin-top: 0;
        right: 0;
    }

    .item {
        margin-bottom: 4%;
    }

    .third-block .read-more {
        height: 50vw;
        width: 50vw;
    }

        .third-block .read-more img {
            width: 12%;
        }
}

@media (max-width:500px) {
    /*.clients ul li {
        width: 50%;
    }*/

        .clients ul li:last-child::before, .clients ul li:nth-child(3n)::before {
            width: 1px;
        }

        .clients ul li:last-child::before, .clients ul li:nth-child(2n)::before {
            width: 0;
        }

    .fourth-block .contact-client .contact-form h6 {
        font-size: 19px;
    }

    .footer-block .footer-social ul li img {
        width: 70%;
    }
}

@media (max-width:480px) {
    .spec-item {
        width: 100%;
        min-height: auto !important;
        margin-bottom: 0;
    }
}

@media (max-width:400px) {
    .first-block .section-center .right-side ul li {
        width: 100%;
        border-bottom: solid 1px #e03136;
        padding: 18px 10px 5px;
    }

        .first-block .section-center .right-side ul li:last-child {
            border-bottom: none;
        }

        .first-block .section-center .right-side ul li img {
            width: 7%;
        }

    .first-block .section-center .right-side {
        min-height: 275px;
    }

    .second-block .welcome-section h3 {
        font-size: 20px;
    }
}

.news-box .panel, .news-box .panel-footer {
    border: none;
    background: 0 0;
}

@media (max-width:380px) {
    .nbs-flexisel-inner {
        height: 20vw;
    }

    .clients ul li img {
        max-width: none;
    }

    .baner-block .caption-2 {
        font-size: 40px;
    }

    .responsive-slider .slides ul li .slide-body .caption.header {
        bottom: 15%;
        left: 4%;
    }

    .baner-block .caption-1 {
        font-size: 20px;
    }

    /*.clients ul li {
        width: 50%;
    }*/

        .clients ul li:last-child::before, .clients ul li:nth-child(1n)::before {
            width: 0;
        }

    .clients-page ul li, .logos-clients {
        width: 100%;
    }
}

.news-box .panel-body {
    padding: 0;
}

.news-box .panel-footer {
    float: right;
    padding: 0 1.2em;
}

    .news-box .panel-footer ul li {
        padding: 5px;
    }

.fourth-block .clients {
    background: 0 0;
}

.demo1 {
    height: 23vw !important;
}

.news-box .pagination > li > a {
    color: #c21e23;
}

    .news-box .pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
        color: #b70b10;
    }

@media (min-width:1920px) {
    .demo1 {
        height: 18vw !important;
    }

    .news-box .panel-footer {
        padding: 0 3em;
    }
}

@media (max-width:1200px) {
    .demo1 {
        height: 26vw !important;
    }
}

@media (max-width:992px) {
    .demo1 {
        height: 26vw !important;
    }

    .clients ul li:last-child::before, .clients ul li:nth-child(3n)::before {
        width: 1px;
    }
}

@media (max-width:850px) {
    .demo1 {
        height: 32vw !important;
    }
}

@media (max-width:767px) {
    .demo1 {
        height: 25vw !important;
    }
}

@media (max-width:620px) {
    .demo1 {
        height: 50vw !important;
    }
}

.get-in-touch h3 {
    margin-top: 10px;
    text-transform: uppercase;
}

.addres-section {
    margin-bottom: 3%;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.loader-logo, .se-pre-con {
    left: 0;
    height: 100%;
    width: 100%;
}

.se-pre-con {
    position: fixed;
    top: 0;
    z-index: 9999999999;
    background: #27353b;
    background: -moz-radial-gradient(center,ellipse cover,#27353b 21%,#384a52 100%);
    background: -webkit-radial-gradient(center,ellipse cover,#27353b 21%,#384a52 100%);
    background: radial-gradient(ellipse at center,#27353b 21%,#384a52 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0f2735', endColorstr='#091319', GradientType=1);
}

.spinner {
    position: absolute;
    z-index: 999;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}

.loader-logo {
    position: absolute;
    top: 0;
}

    .loader-logo .logo-briltec {
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        top: 50%;
        position: absolute;
        width: 100%;
        color: #FFF;
        padding: 0 30px;
        text-align: center;
    }

        .loader-logo .logo-briltec img {
            -webkit-animation: blink 3s infinite ease-in-out;
            animation: blink 3s infinite ease-in-out;
        }

@keyframes blink {
    0%,100% {
        opacity: .3;
    }

    50% {
        opacity: 1;
    }
}

@-webkit-keyframes blink {
    0%,100% {
        opacity: .3;
    }

    50% {
        opacity: 1;
    }
}

#w {
    display: block;
    margin: 0 auto;
    padding: 2px 3px;
}

.crsl-items {
    display: block;
    padding: 5px;
    height: 25vw;
}

.crsl-item {
    background: #fff;
    padding: 8px;
    height: 8vw !important;
}

.crsl-wrap {
    width: 900px !important;
}

.crsl-item img {
    display: block;
    margin: 0 auto;
    padding: 0;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}

    .crsl-item img:hover {
        -moz-transform: scale(.9);
        -webkit-transform: scale(.9);
        transform: scale(.9);
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
        filter: gray;
    }

.crsl-item .thumbnail:hover img {
    opacity: .8;
}

.crsl-item::before {
    transform: translateY(-35%);
    position: absolute;
    height: 46%;
    width: 1px;
    background: #d2d2d2;
    margin-top: 1.5em;
    mamargin-left: 1.5%;
}

.crsl-item::after {
    position: relative;
    width: 60%;
    height: 1px;
    background: #cacaca;
    display: block;
    margin: 0 20%;
}

.crsl-item .postdate {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 6px;
    color: #fff;
    text-shadow: 1px 1px 0 rgba(0,0,0,.4);
    font-size: 1.2em;
    font-weight: 700;
    background: #4e90da;
}

.crsl-item p {
    font-size: 1.2em;
    line-height: 1.55em;
    margin-bottom: 5px;
}

    .crsl-item p.readmore a {
        display: block;
        float: right;
        color: #4e90da;
        padding: 3px 5px;
        text-decoration: none;
        font-weight: 700;
        -webkit-border-radius: 3px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

        .crsl-item p.readmore a:hover {
            background: #4b6caa;
            color: #fff;
        }

.slidernav {
    display: block;
    margin-bottom: 5px;
}

    .slidernav a {
        display: inline-block;
        padding: 5px 8px;
        margin-right: 8px;
        font-size: 1.4em;
        background: #fff;
        color: #666;
        text-decoration: none;
    }

@media (max-width:1920px) {
    .crsl-wrap {
        width: 1500px !important;
    }
}

@media (max-width:1200px) {
    .crsl-wrap {
        width: 900px !important;
    }

    .first-block .section-center .left-side h3 {
        font-size: 35px;
    }

    .baner-block .caption-2 {
        font-size: 52px;
    }

    .baner-block .caption-1 {
        font-size: 27px;
    }

    .crsl-item {
        height: 10vw !important;
    }

    .crsl-items {
        height: 30.5vw;
    }
}

@media (max-width:992px) {
    .baner-block .caption-1 {
        font-size: 20px;
    }

    .baner-block .caption-2 {
        font-size: 40px;
    }

    .baner-block .caption-3 {
        font-size: 16px;
    }

    .flexslider .slides {
        height: 28vw;
    }

        .flexslider .slides li .items img {
            max-width: 70px;
        }

    .flex-direction-nav a:before {
        font-size: 20px;
    }

    .flexslider .slides > li {
        width: 9.5% !important;
    }
}

@media (max-width:940px) {
    .crsl-item {
        height: 11vw !important;
    }

    .crsl-items {
        height: 32vw;
    }

    .crsl-item img {
        padding: .5em 1.2em;
    }
}

@media (max-width:860px) {
    .flexslider .slides {
        height: 32vw;
    }
}

@media (max-width:767px) {
    .responsive-slider .slides ul li .slide-body .caption.header {
        left: 0;
    }

    .crsl-wrap {
        width: 1000px !important;
    }

    .crsl-item {
        height: 11vw !important;
    }

    .form-new {
        padding: 0;
    }

    .flexslider .slides {
        height: 37vw;
    }

    .addres-section, .loader-logo .logo-briltec img {
        width: 50%;
    }

    .baner-block .caption-2 {
        font-size: 25px;
    }

    .baner-block .caption-1 {
        font-size: 17px;
    }

    .baner-block .caption-3 {
        font-size: 13px;
    }
}

@media (max-width:720px) {
    .responsive-slider .slides ul li .slide-body .caption.header {
        width: 100%;
    }

        .responsive-slider .slides ul li .slide-body .caption.header p {
            text-align: center;
        }

    .crsl-item {
        height: 13vw !important;
    }

    .crsl-items {
        height: 40vw;
    }
}

@media (max-width:620px) {
    .flexslider .slides {
        height: 45vw;
    }

    .crsl-item {
        height: 18vw !important;
    }

    .crsl-items {
        height: 55vw;
    }
}

@media (max-width:530px) {
    .crsl-item {
        height: 20vw !important;
    }

    .crsl-items {
        height: 62vw;
    }
}

@media (max-width:500px) {
    .flexslider .slides {
        height: 38vw;
    }

        .flexslider .slides img {
            max-width: 50%;
        }

        .flexslider .slides > li {
            width: 9.5% !important;
        }

    .crsl-item {
        height: 18vw !important;
    }

    .crsl-items {
        height: 55vw;
    }
}

@media (max-width:460px) {
    .crsl-item {
        height: 20vw !important;
    }

    .crsl-items {
        height: 80vw;
    }
}

@media (max-width:410px) {
    .crsl-item {
        width: 17% !important;
        float: left !important;
    }
}

@media (max-width:400px) {
    .crsl-item {
        height: 21vw !important;
    }

    .crsl-items {
        height: 86vw;
    }

    .baner-block .caption-2 {
        font-size: 26px;
        margin-bottom: 5px;
    }

    .baner-block .caption-1 {
        font-size: 15px;
        margin-bottom: 5px;
    }

    .baner-block .caption-3 {
        font-size: 13px;
    }

    .flexslider .slides li .items {
        padding: 1em 0;
    }

        .flexslider .slides li .items img {
            margin: 0 auto 13px;
        }

    .flexslider .slides > li {
        width: 9.4% !important;
    }

    .flex-direction-nav a {
        margin: 0;
    }
}

@media (max-width:380px) {
    .flexslider .slides {
        height: 42vw;
    }

    .clients ul li img {
        width: 70%;
    }

    .clients ul li:last-child::before, .clients ul li:nth-child(n)::before {
        width: 1px;
    }

    .addres-section {
        width: 100%;
    }

    .loader-logo .logo-briltec img {
        width: 75%;
    }

    .crsl-item img {
        padding: .5em;
    }
}

@media (max-width:379px) {
    .crsl-item {
        width: 16.5% !important;
        float: left !important;
    }
}

@media (max-width:360px) {
    .flexslider .slides > li {
        width: 9.3% !important;
    }

    .flexslider .slides li .items {
        padding: 1em 0 .5em;
    }

    .flexslider .slides {
        height: 38vw;
    }

    .crsl-item {
        width: 14% !important;
    }
}

@media (max-width:320px) {
    .responsive-slider .slides ul li .slide-body .caption.header {
        width: 100%;
    }

    .flexslider .slides li .items {
        padding: .5em 0 .3em;
    }

        .flexslider .slides li .items img {
            margin: 0 auto 10px;
        }

    .clients ul {
        float: none;
        margin-top: -10%;
    }

        .clients ul li {
            margin-bottom: 0;
        }

    .crsl-item {
        width: 14% !important;
    }
}

@media (max-width:319px) {
    .flexslider .slides > li {
        width: 9.5% !important;
        margin-left: -8px;
    }

    .flex-direction-nav a {
        top: 64%;
    }

    .fourth-block .clients h4 {
        margin-bottom: 0;
    }

    .crsl-item {
        width: 13% !important;
    }

    .baner-block .caption-2 {
        font-size: 16px;
    }

    .baner-block .caption-1 {
        font-size: 12px;
    }
}

.vision-mision {
    min-height: 275px;
}

    .vision-mision ul {
        padding-left: 15px;
    }

        .vision-mision ul li {
            text-align: left;
            font-family: robotolight;
            font-size: 15px;
            line-height: 23px;
            color: #787878;
            list-style: none;
        }

            .vision-mision ul li:before {
                position: absolute;
                width: 15px;
                height: 8px;
                background: url(img/li-dot.png);
                margin-top: 8px;
                margin-left: -13px;
            }

@media (max-width:1200px) {
    .vision-mision {
        min-height: 325px;
    }
}

@media (max-width:868px) {
    .vision-mision {
        min-height: 350px;
    }
}

@media (max-width:853px) {
    .vision-mision {
        min-height: 360px;
    }
}

@media (max-width:767px) {
    .vision-mision ul li {
        font-size: 13px;
        text-align: center;
    }

    .innerpage-content-block .vision-mision p {
        text-align: center;
    }

    .vision-mision {
        min-height: 0;
    }
}
 
