

/*-- gallery --*/
.w3l_gallery_grid li {
    display: inline-block;
    float: left;
    width: 25%;
    padding: .5%;
}
.mail-grid1.text-center {
    padding-top: 1.5em;
    padding-left: 0.5em;
    padding-right: 0.5em;
    padding-bottom: 2em;
}
p.lead.text-justify {
    margin-left: 11px;
    margin-right: 11px;
    margin-top: 0px;
    margin-bottom: 32px;
    font-size: 27px;
}


.box {
    position: relative;
    overflow: hidden;
}

    .box img {
        position: absolute;
        left: 0;
        -webkit-transition: all 300ms ease-out;
        -moz-transition: all 300ms ease-out;
        -o-transition: all 300ms ease-out;
        -ms-transition: all 300ms ease-out;
        transition: all 300ms ease-out;
    }

    .box .overbox {
        background-color: rgba(33, 33, 33, 0.58);
        position: absolute;
        top: 0;
        left: 0;
        color: #fff;
        z-index: 100;
        -webkit-transition: all 300ms ease-out;
        -moz-transition: all 300ms ease-out;
        -o-transition: all 300ms ease-out;
        -ms-transition: all 300ms ease-out;
        transition: all 300ms ease-out;
        opacity: 0;
        width: 100%;
        padding-top: 5em;
    }

    .box, .box .overbox {
        height: 230px;
    }

        .box:hover .overbox {
            opacity: 1;
        }

        .box .overtext {
            -webkit-transition: all 300ms ease-out;
            -moz-transition: all 300ms ease-out;
            -o-transition: all 300ms ease-out;
            -ms-transition: all 300ms ease-out;
            transition: all 300ms ease-out;
            transform: translateY(40px);
            -webkit-transform: translateY(40px);
        }

        .box .title {
            font-size: 1.3em;
            text-transform: uppercase;
            opacity: 0;
            transition-delay: 0.1s;
            transition-duration: 0.2s;
            text-align: center;
            padding: 10px;
            letter-spacing: 2px;
        }

        .box p.title {
            font-size: 1em;
            text-transform: capitalize;
            opacity: 0;
            padding: 0px;
            transition-delay: 0.1s;
            transition-duration: 0.2s;
            text-align: center;
            letter-spacing: 1px;
        }

        .box:hover .title,
        .box:focus .title {
            opacity: 1;
            transform: translateY(0px);
            -webkit-transform: translateY(0px);
        }

        .box .tagline {
            font-size: 13px;
            line-height: 1.8em;
            opacity: 0;
            transition-delay: 0.2s;
            transition-duration: 0.2s;
        }

        .box:hover .tagline,
        .box:focus .tagline {
            opacity: 1;
            transform: translateX(0px);
            -webkit-transform: translateX(0px);
        }

ul#lightGallery {
    margin-top: 2em;
}

.modal-content img {
    width: 100%;
}

.modal-content h4 {
    color: #0099e5;
    text-align: center;
    font-size: 35px;
    margin-bottom: 15px;
}

.modal-content h5 {
    color: #000;
    padding: 20px 0 6px;
    font-size: 22px;
    margin-left: 0px;
}

.modal-content p {
    color: #676464;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0.2px;
    word-spacing: 1px;
}

.modal-header {
    min-height: 16.42857143px;
    padding: 20px 30px;
}

.agileits_about_left h3 {
    text-align: left;
}

.agileits_about_left p {
    text-align: left;
}
/*-- //gallery --*/






/*--Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
/*-- reset code --*/
body {
    padding: 0;
    margin: 0;
    background: #FFF;
}

/* architecture*/

section.about-us {
    padding: 20px 0;
}

    section.about-us h2.text-center {
        font-size: 38px;
        font-weight: 700;
        text-transform: uppercase;
        position: relative;
        padding-bottom: 30px;
        color: #000;
    }

    section.about-us p.text-center {
        font-size: 16px;
        color: #999;
    }

    section.about-us h2.text-center:before {
        content: '';
        background-color: #dcdcdc;
        height: 2px;
        width: 20%;
        left: 40%;
        bottom: 15px;
        display: block;
        position: absolute;
    }

    section.about-us h2.text-center:after {
        content: '';
        background-color: #ff9900;
        height: 2px;
        width: 10%;
        left: 45%;
        bottom: 15px;
        display: block;
        position: absolute;
    }

    section.about-us h4 {
        font-size: 20px;
        font-weight: 700;
        padding: 10px 0;
        color: #ff9900;
        text-transform: uppercase;
    }

    section.about-us span.glyphicon, section.about-us i.glyphicon {
        font-size: 20px;
    }


/* architecture*/
.slider {
  
    background: url(../images/bann2.jpg) no-repeat;
    height: 280px;
    position: relative;
    display: block;
    background-size: cover;
}
h5#Project {
    font-size: 17px;
}

h5#Building {
    font-size: 15px;
}

.dropdown-content1 {
    display: none;
    position: absolute;
    background-color: black;
    /* min-width: 209px; */
    width: 128px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    left: -44%;
    top: -105px;
    line-height: 16px;
}
.dropdown-content1 a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

    .dropdown-content1 a:hover {
        background-color: black;
    }

.dropdown:hover .dropdown-content1 {
    display: block;
}

img.d-block.w-100 {
    width: 1367px;
    height: 485px;
}

body a {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

input[type="button"], input[type="submit"] {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}

p {
    margin: 0;
    padding: 0;
}

ul {
    margin-left: -18px;
    padding: 0;
}

label {
    margin: 0;
}

button {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

img {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
/*-- /reset code --*/
body {
 
    font-weight: normal;
    color: #999;
}
/*-- banner section --*/
section.banner-w3ls {
    background: url(../images/banner.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 735px;
}

    section.banner-w3ls .carousel, section.banner-w3ls .carousel .item {
        height: 735px;
    }

    section.banner-w3ls .carousel-caption {
        z-index: 10;
        position: absolute;
        text-align: center;
        width: 100%;
        top: 35%;
        left: 0;
        padding: 0;
        margin: 0;
    }

        section.banner-w3ls .carousel-caption h3 {
            font-size: 50px;
            font-weight: 700;
            color: #fff;
            letter-spacing: 3px;
            text-transform: uppercase;
        }

    section.banner-w3ls span.line-w3ls {
        background-color: #ff9900;
        height: 2px;
        width: 10%;
        margin: 30px auto;
        display: block;
    }

    section.banner-w3ls .carousel-caption p {
        font-size: 30px;
        font-weight: 700;
        color: #fff;
        letter-spacing: 3px;
        line-height: 35px;
        padding: 0 100px;
        text-transform: uppercase;
    }
/*-- /banner section --*/
/*-- navigation --*/
section.navigation {
    width: 100%;
    background-color: #146eb4;
}

    section.navigation .logo a.logo-w3ls {
        color: #fff;
        text-decoration: none;
        display: block;
        padding-top: 35px;
        text-transform: uppercase;
    }

        section.navigation .logo a.logo-w3ls h1 {
            font-size: 40px;
            font-weight: normal;
        }
/*-- /navigation --*/
/*-- about section --*/
section.about-us {
    padding: 24px 0 0 0;
}

    section.about-us.css {
        padding-top: 0px;
    }

.lead {
    font-size: 18px;
}

section.about-us h2.text-center {
    font-size: 38px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 30px;
    color: #000;
}

section.about-us p.text-center {
    font-size: 16px;
    padding-bottom: 0px;
    color: #999;
}

section.about-us h2.text-center:before {
    content: '';
    background-color: #dcdcdc;
    height: 2px;
    width: 20%;
    left: 40%;
    bottom: 15px;
    display: block;
    position: absolute;
}

section.about-us h2.text-center:after {
    content: '';
    background-color: #ff9900;
    height: 2px;
    width: 10%;
    left: 45%;
    bottom: 15px;
    display: block;
    position: absolute;
}

section.about-us h4 {
    font-size: 29px;
    font-weight: 700;
    padding: 8px 0 0 0;
    margin-left:25px;
    color: #ff9900;
    text-transform: uppercase;
}

section.about-us span.glyphicon, section.about-us i.glyphicon {
    font-size: 20px;
}

.pa_italic span {
    display: none;
}

.pa_italic i, .collapsed span {
    left: 24em;
    color: #999;
}

.collapsed i {
    display: none;
}

.collapsed span {
    display: inline-block;
}

a.pa_italic {
    text-decoration: none;
}

.panel-body {
    padding: 14px;
    font-size: 14px;
    line-height: 2em;
}

.panel-default {
    border-color: transparent;
}

    .panel-default > .panel-heading {
        background-color: transparent;
        border-bottom: 1px solid #e8e8e8;
    }

.panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
    border: none;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: none;
}

.fader {
    position: relative;
    padding-top: 75%;
    overflow: hidden;
}

    .fader .slide {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        z-index: 1;
        opacity: 0;
    }

    .fader img.slide {
        height: auto;
    }

    .fader .prev,
    .fader .next {
        position: absolute;
        height: 80px;
        line-height: 55px;
        width: 50px;
        font-size: 100px;
        text-align: center;
        color: #fff;
        top: 50%;
        left: 0;
        z-index: 4;
        margin-top: -25px;
        cursor: pointer;
        opacity: .7;
        transition: all 150ms;
    }

        .fader .prev:hover,
        .fader .next:hover {
            opacity: 1;
        }

    .fader .next {
        left: auto;
        right: 0;
    }

    .fader .pager_list {
        position: absolute;
        width: 100%;
        height: 40px;
        line-height: 40px;
        bottom: 0;
        text-align: center;
        z-index: 4;
    }

        .fader .pager_list li, .fader .page li {
            display: inline-block;
            width: 15px;
            height: 15px;
            margin: 0 7px;
            background: #fff;
            opacity: .7;
            text-indent: -999px;
            border-radius: 999px;
            cursor: pointer;
            transition: all 150ms;
        }

            .fader .pager_list li:hover,
            .fader .pager_list li.active {
                opacity: 1;
            }
/*-- about section --*/
/*-- info section --*/
section.info {
    background-color: #136eb4;
    padding: 0;
    margin: 0;
}

.col-lg-5.col-md-5.col-sm-5.info-w3ls1 {
    padding: 0;
}

section.info .info-details {
    padding: 8.5em 11em 0em 8em;
}

    section.info .info-details h3 {
        font-size: 40px;
        font-weight: 700;
        padding-bottom: 30px;
        color: #fff;
        letter-spacing: 3px;
        line-height: 50px;
        text-transform: uppercase;
    }

        section.info .info-details h3 span {
            color: #ff9900;
        }

    section.info .info-details p.info-p {
        color: #fff;
        font-size: 16px;
        line-height: 30px;
        padding-bottom: 30px;
    }

ul.info-features {
    list-style: none;
}

    ul.info-features li {
        font-size: 17px;
        color: #fff;
        padding-bottom: 20px;
    }

        ul.info-features li i {
            font-size: 15px;
            vertical-align: middle;
            margin-right: 20px;
        }

section.info .info-details a.info-agile {
    padding: 8px 30px;
    font-size: 16px;
    background-color: #ff9900;
    border-radius: 25px;
    display: -webkit-inline-box;
    margin-top: 20px;
    color: #fff;
    text-decoration: none;
}

    section.info .info-details a.info-agile:hover {
        background-color: #ffb23e;
    }
/*-- /info section --*/
/*-- objectives section --*/
section.objectives {
    padding: 100px 0;
}

    section.objectives h3 {
        font-size: 24px;
        font-weight: 600;
        color: #000;
        line-height: 35px;
        padding-bottom: 20px;
        text-transform: uppercase;
    }

    section.objectives h4 {
        font-size: 18px;
        color: #ff9900;
        margin-bottom: 30px;
        padding: 10px 0;
        border-top: 1px solid #999;
        border-bottom: 1px solid #999;
    }

    section.objectives a.object-agile1 {
        text-decoration: none;
    }

        section.objectives a.object-agile1 h5 {
            font-size: 18px;
            color: #000;
            font-weight: 700;
            padding-bottom: 18px;
        }

    section.objectives img.img-circle.img-responsive {
        width: 400px;
        margin: 0 0 0 auto;
    }

    section.objectives p {
        font-size: 15px;
        line-height: 30px;
    }

    section.objectives a.object-agile2 {
        padding: 8px 30px;
        font-size: 16px;
        background-color: #ff9900;
        border-radius: 25px;
        display: -webkit-inline-box;
        margin-top: 20px;
        color: #fff;
        text-decoration: none;
    }

    section.objectives a:hover {
        background-color: #ffb23e;
    }
/*-- /objectives section --*/
/*-- Testimonial Section --*/
section.testimonials {
    padding: 100px 0;
    background: url(../images/test.jpg) no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
}

    section.testimonials h3.text-center {
        font-size: 38px;
        font-weight: 700;
        text-transform: uppercase;
        position: relative;
        padding-bottom: 30px;
        color: #fff;
    }

        section.testimonials h3.text-center:before {
            content: '';
            background-color: #dcdcdc;
            height: 2px;
            width: 20%;
            left: 40%;
            bottom: 15px;
            display: block;
            position: absolute;
        }

        section.testimonials h3.text-center:after {
            content: '';
            background-color: #ff9900;
            height: 2px;
            width: 10%;
            left: 45%;
            bottom: 15px;
            display: block;
            position: absolute;
        }

    section.testimonials p.text-center {
        font-size: 16px;
        color: #fff;
        padding: 0px 0 40px;
    }

    section.testimonials blockquote {
        font-size: 16px;
        font-weight: 300;
        color: #fff;
        text-align: center;
        line-height: 30px;
        border-left: none;
        width: 70%;
        margin: 0 auto;
    }

    section.testimonials .carousel-inner > .item > a > img, section.testimonials .carousel-inner > .item > img {
        margin: 20px auto;
        width: 100px;
    }

    section.testimonials .carousel-inner > .item > h4 {
        font-size: 18px;
        padding: 20px 0 80px;
        color: #ff9900;
    }

        section.testimonials .carousel-inner > .item > h4 span {
            color: #fff;
            font-weight: 600;
        }

    section.testimonials .carousel-control.left, section.testimonials .carousel-control.right {
        background: none;
    }

    section.testimonials .carousel-indicators {
        bottom: 0px;
    }

        section.testimonials .carousel-indicators li {
            border-radius: 0;
            background-color: #146fb8;
            width: 8px;
            height: 8px;
            border: none;
        }

        section.testimonials .carousel-indicators .active {
            width: 10px;
            height: 10px;
            background-color: #fe7201;
        }
/*-- /Testimonial Section --*/
/*-- Stats --*/
section.stats {
    padding: 100px 0;
}

    section.stats h3.text-center {
        font-size: 38px;
        font-weight: 700;
        text-transform: uppercase;
        position: relative;
        padding-bottom: 30px;
        color: #000;
    }

        section.stats h3.text-center:before {
            content: '';
            background-color: #dcdcdc;
            height: 2px;
            width: 20%;
            left: 40%;
            bottom: 15px;
            display: block;
            position: absolute;
        }

        section.stats h3.text-center:after {
            content: '';
            background-color: #ff9900;
            height: 2px;
            width: 10%;
            left: 45%;
            bottom: 15px;
            display: block;
            position: absolute;
        }

    section.stats p.text-center {
        font-size: 16px;
        padding: 0px 0 40px;
        color: #999;
    }

.stats-grid {
    text-align: center;
}

.numscroller {
    font-size: 50px;
    margin: 0;
    color: #156CB1;
    font-weight: 700;
}

.stats-grid h4 {
    font-size: 16px;
    color: #212121;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.col-md-3.col-sm-3.stats-grid.stats-grid-1, .col-md-3.col-sm-3.stats-grid.stats-grid-2, .col-md-3.col-sm-3.stats-grid.stats-grid-3 {
    position: relative;
}

span.divider1 {
    position: absolute;
    background: #ff9900;
    top: 30%;
    right: 0%;
    width: 2px;
    height: 75px;
    transform: rotate(25deg);
    -webkit-transform: rotate(25deg);
    -moz-transform: rotate(25deg);
    -o-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
}
/*-- //Stats --*/
/*-- partners section --*/
section.partners {
    padding: 100px 0;
    background: #f5f5f5;
}

    section.partners h3.text-center {
        font-size: 38px;
        font-weight: 700;
        text-transform: uppercase;
        position: relative;
        padding-bottom: 30px;
        color: #000;
    }

        section.partners h3.text-center:before {
            content: '';
            background-color: #dcdcdc;
            height: 2px;
            width: 20%;
            left: 40%;
            bottom: 15px;
            display: block;
            position: absolute;
        }

        section.partners h3.text-center:after {
            content: '';
            background-color: #ff9900;
            height: 2px;
            width: 10%;
            left: 45%;
            bottom: 15px;
            display: block;
            position: absolute;
        }

    section.partners p.text-center {
        font-size: 16px;
        padding: 0px 0 40px;
        color: #999;
    }
/*--flexisel--*/
.flex-slider {
    background: #222227;
    padding: 70px 0 165px 0;
}

.opportunity {
    background: #28282e;
    margin: 0px 20px;
    padding: 80px 0;
    position: relative;
}

#flexiselDemo1, #flexiselDemo2 {
    display: none;
}

.nbs-flexisel-container {
    position: relative;
    max-width: 100%;
}

.nbs-flexisel-ul {
    position: relative;
    width: 9999px;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    text-align: center;
}

.nbs-flexisel-inner {
    overflow: hidden;
    margin: 0px auto;
}

.nbs-flexisel-item {
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
    line-height: 0px;
}

    .nbs-flexisel-item > img {
        cursor: pointer;
        position: relative;
        margin: 0 auto;
    }
/*---- Nav ---*/
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
    width: 50px;
    height: 50px;
    position: absolute;
    cursor: pointer;
    z-index: 100;
}

.nbs-flexisel-nav-left {
    left: -5%;
    top: 38% !important;
    background: url(../images/prev.png) no-repeat;
}

.nbs-flexisel-nav-right {
    right: -5%;
    top: 38% !important;
    background: url(../images/next.png) no-repeat;
}
/*--//flexisel--*/
.sliderfig {
    margin: 3em 0 0;
}
/*-- /partners section --*/
/*-- footer section --*/
section.footer {
    padding: 90px 0;
    background-color: #000;
}

    section.footer h3 {
        font-size: 20px;
        font-weight: 700;
        color: #fff;
        padding-bottom: 40px;
        text-transform: uppercase;
    }

    section.footer p.footer-p1 {
        font-size: 14px;
        color: #fff;
        font-weight: 100;
        line-height: 30px;
        padding-bottom: 20px;
    }

    section.footer input#inputEmail1 {
        outline: none;
        font-size: 16px;
    }

input::-webkit-input-placeholder {
    color: #000 !important;
}

input:-moz-placeholder { /* Firefox 18- */
    color: #000 !important;
}

input::-moz-placeholder { /* Firefox 19+ */
    color: #000 !important;
}

input:-ms-input-placeholder {
    color: #000 !important;
}

textarea::-webkit-input-placeholder {
    color: #000 !important;
}

textarea::-moz-placeholder { /* Firefox 18- */
    color: #000 !important;
}

textarea::-moz-placeholder { /* Firefox 19+ */
    color: #000 !important;
}

textarea::-ms-input-placeholder {
    color: #000 !important;
}

section.footer button.btn-outline {
    padding: 8px 30px;
    font-size: 17px;
    font-weight: 600;
    background-color: #ff9900;
    border-radius: 5px;
    border: none;
    outline: none;
    margin-top: 20px;
    color: #fff;
    text-decoration: none;
}

    section.footer button.btn-outline:hover {
        background-color: #ffb23e;
    }

section.footer ul.social-icons {
    list-style: none;
}

    section.footer ul.social-icons li {
        padding-bottom: 10px;
    }

        section.footer ul.social-icons li a {
            text-decoration: none;
            font-size: 16px;
            color: #fff;
        }

            section.footer ul.social-icons li a i.fa {
                font-size: 16px;
                line-height: 36px;
                width: 40px;
                height: 40px;
                border: 1px solid #fff;
                margin-right: 17px;
                text-align: center;
                background-color: transparent;
                transition: all 0.5s ease-in-out;
                -webkit-transition: all 0.5s ease-in-out;
                -moz-transition: all 0.5s ease-in-out;
                -o-transition: all 0.5s ease-in-out;
                -ms-transition: all 0.5s ease-in-out;
            }

                section.footer ul.social-icons li a i.fa:hover {
                    background-color: #ff9900;
                    border: 1px solid #ff9900;
                    color: #fff;
                }

            section.footer ul.social-icons li a:hover {
                color: #ff9900;
            }

section.footer ul.nav-links {
    list-style: none;
}

    section.footer ul.nav-links li {
        display: inline;
        margin-right: 20px;
    }

        section.footer ul.nav-links li a {
            text-decoration: none;
            color: #fff;
            font-size: 17px;
            font-weight: 100;
            display: inline-block;
        }

            section.footer ul.nav-links li a:hover {
                color: #ff9900;
            }

section.footer hr {
    margin-top: 20px;
    margin-bottom: 40px;
    border: 0;
    border-top: 1px solid #626262;
}

section.footer p.copyright {
    color: #fff;
    font-size: 15px;
    font-weight: 100;
    text-align: center;
}

    section.footer p.copyright a {
        color: #ff9900;
        text-decoration: none;
    }

        section.footer p.copyright a:hover {
            color: #ff9900;
        }
/*-- /footer section --*/
/*-- back to top --*/
.cd-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 40px;
    right: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    /* image replacement properties */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: rgba(0, 0, 0, 0.55) url(../images/cd-top-arrow.svg) no-repeat center 50%;
    background-size: 70%;
    border: 1px solid #fff;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}

    .cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
        -webkit-transition: opacity .3s 0s, visibility 0s 0s;
        -moz-transition: opacity .3s 0s, visibility 0s 0s;
        transition: opacity .3s 0s, visibility 0s 0s;
    }

    .cd-top.cd-is-visible {
        /* the button becomes visible */
        visibility: visible;
        opacity: 1;
    }

    .cd-top.cd-fade-out {
        /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
        opacity: .5;
    }

    .cd-top:hover {
        background-color: #000;
        opacity: 1;
    }

@media only screen and (min-width: 768px) {
    .cd-top {
        right: 20px;
        bottom: 20px;
    }
}

@media only screen and (min-width: 1024px) {
    .cd-top {
        height: 50px;
        width: 50px;
        right: 30px;
        bottom: 30px;
    }
    .bottom-nav-main {
         margin-bottom: 0em; 
    }
}
/*-- /back to top --*/
/*-- inner page styling --*/
h2.page-header.text-center {
    border-bottom: none;
    font-size: 50px;
    font-weight: 600;
    color: #fff;
    padding-top: 100px;
}

section.inner-banner {
    background: url(../images/banner2.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 400px;
}

section.page-crumb {
    background-color: #EFEEEE;
    padding: 5px 0;
}

ol.breadcrumb {
    background-color: transparent;
    margin-bottom: 0;
}

    ol.breadcrumb li {
        font-size: 18px;
    }

        ol.breadcrumb li a {
            text-decoration: none;
            color: #ff9900;
        }

.breadcrumb > .active {
    color: #146eb4;
}
/*-- inner page styling --*/
/*-- service page --*/
section.service-w3ls {
    padding: 100px 0;
}

    section.service-w3ls h3.text-center {
        font-size: 38px;
        font-weight: 700;
        text-transform: uppercase;
        position: relative;
        padding-bottom: 30px;
        color: #000;
    }

        section.service-w3ls h3.text-center:before {
            content: '';
            background-color: #dcdcdc;
            height: 2px;
            width: 20%;
            left: 40%;
            bottom: 15px;
            display: block;
            position: absolute;
        }

        section.service-w3ls h3.text-center:after {
            content: '';
            background-color: #ff9900;
            height: 2px;
            width: 10%;
            left: 45%;
            bottom: 15px;
            display: block;
            position: absolute;
        }

    section.service-w3ls p.text-center {
        font-size: 16px;
        padding: 0px 0 40px;
        color: #999;
    }

    section.service-w3ls .thumbnail {
        padding: 25px;
        border-color: #ff9900;
    }

    section.service-w3ls h4.text-center {
        font-size: 23px;
        font-weight: 600;
        padding: 25px 0;
        color: #ff9900;
    }

    section.service-w3ls p.serv-p1 {
        font-size: 16px;
        color: #999;
        line-height: 35px;
        text-align: center;
    }

    section.service-w3ls a {
        text-decoration: none;
    }

section.service-agile {
    padding: 100px 0 75px;
}

    section.service-agile h3.text-center {
        font-size: 38px;
        font-weight: 700;
        text-transform: uppercase;
        position: relative;
        padding-bottom: 30px;
        color: #000;
    }

        section.service-agile h3.text-center:before {
            content: '';
            background-color: #dcdcdc;
            height: 2px;
            width: 20%;
            left: 40%;
            bottom: 15px;
            display: block;
            position: absolute;
        }

        section.service-agile h3.text-center:after {
            content: '';
            background-color: #ff9900;
            height: 2px;
            width: 10%;
            left: 45%;
            bottom: 15px;
            display: block;
            position: absolute;
        }

    section.service-agile p.text-center {
        font-size: 16px;
        padding: 0px 0 40px;
        color: #999;
    }

    section.service-agile ul#myTab li a {
        height: auto;
        color: #000;
        border: none;
    }

    section.service-agile ul#myTab li {
        background: none;
        outline: none;
        border: 1px solid #f90;
        border-radius: 4px 4px 0 0;
    }

        section.service-agile ul#myTab li a:hover i, section.service-agile ul#myTab li a:active i, section.service-agile ul#myTab li a:focus i {
            color: #fff;
        }

        section.service-agile ul#myTab li.active, section.service-agile ul#myTab li:hover, section.service-agile ul#myTab li:focus {
            border-radius: 0;
            background-color: #ff9900;
        }

    section.service-agile .nav-tabs.nav-justified > .active > a, section.service-agile .nav-tabs.nav-justified > .active > a:focus, section.service-agile .nav-tabs.nav-justified > .active > a:hover {
        border: none;
    }

    section.service-agile ul#myTab li a:hover, section.service-agile ul#myTab li a:active, section.service-agile ul#myTab li a:focus {
        border: none;
        color: #fff;
        background-color: #ff9900;
    }

    section.service-agile ul#myTab li.active a {
        color: #fff;
        background-color: #ff9900;
    }

    section.service-agile h4 {
        color: #000;
        font-size: 25px;
        font-weight: 600;
        padding: 30px 0 20px;
    }

    section.service-agile p.serv-p2 {
        color: #999;
        font-size: 15px;
        line-height: 35px;
        padding-bottom: 20px;
    }

/*-- /service page --*/
/*-- Portfolio Page --*/
section.portfolio-w3ls {
    padding: 100px 0;
}

    section.portfolio-w3ls img.example-image.img-responsive {
        width: 280px;
        display: inline;
        margin-bottom: 3px;
        opacity: 1;
    }

        section.portfolio-w3ls img.example-image.img-responsive:hover {
            opacity: 0.8;
        }

    section.portfolio-w3ls h3.text-center {
        font-size: 38px;
        font-weight: 700;
        text-transform: uppercase;
        position: relative;
        padding-bottom: 30px;
        color: #000;
    }

        section.portfolio-w3ls h3.text-center:before {
            content: '';
            background-color: #dcdcdc;
            height: 2px;
            width: 20%;
            left: 40%;
            bottom: 15px;
            display: block;
            position: absolute;
        }

        section.portfolio-w3ls h3.text-center:after {
            content: '';
            background-color: #ff9900;
            height: 2px;
            width: 10%;
            left: 45%;
            bottom: 15px;
            display: block;
            position: absolute;
        }

    section.portfolio-w3ls p.text-center {
        font-size: 16px;
        padding: 0px 0 40px;
        color: #999;
    }
/*-- /Portfolio Page --*/
section.blog-post {
    padding: 50px 0;
}

    section.blog-post p.blogpost-w3ls {
        font-size: 16px;
        font-weight: 300;
        padding: 10px 0;
    }

    section.blog-post p.lead {
        font-size: 19px;
        font-weight: 400;
        line-height: 30px;
        color: #212121;
    }

    section.blog-post p.blogpost-agile {
        font-size: 17px;
        font-weight: 300;
        line-height: 30px;
        padding-bottom: 10px;
    }

    section.blog-post .well h4 {
        font-size: 22px;
        color: #ff9900;
        font-weight: normal;
        padding: 10px 0;
    }

    section.blog-post button.btn.btn-primary {
        background-color: #ff9900;
        border-color: #ff9900;
        font-size: 17px;
        color: #fff;
        margin-bottom: 10px;
    }

        section.blog-post button.btn.btn-primary:hover {
            background-color: #ff9900;
            border-color: #ff9900;
        }

    section.blog-post .media .media-body h4.media-heading {
        font-size: 22px;
        color: #ff9900;
        font-weight: normal;
    }

    section.blog-post .media .media-body {
        padding-left: 10px;
    }

        section.blog-post .media .media-body p.blogpost-agileits {
            font-size: 17px;
            font-weight: 300;
            line-height: 30px;
            padding-bottom: 20px;
        }

    section.blog-post .well.blog-post-agileits {
        padding: 2em;
        background-color: #fff;
        border-color: #ff9900;
    }

        section.blog-post .well.blog-post-agileits h4.blogpost-w3lsagile {
            font-size: 20px;
            color: #ff9900;
            font-weight: normal;
            padding: 0px 0 20px;
        }

        section.blog-post .well.blog-post-agileits ul.list-unstyled li a {
            font-size: 17px;
            font-weight: 300;
            text-decoration: none;
            padding-bottom: 7px;
            color: #999;
            display: block;
        }

            section.blog-post .well.blog-post-agileits ul.list-unstyled li a:hover {
                color: #F75353;
            }

            section.blog-post .well.blog-post-agileits ul.list-unstyled li a span.fa {
                font-size: 15px;
                margin: 0 10px;
            }

        section.blog-post .well.blog-post-agileits p {
            font-size: 17px;
            line-height: 30px;
            font-weight: 300;
        }

    section.blog-post .well textarea#comments {
        background-color: rgba(255, 153, 0, 0.12);
        color: #000;
    }

input#search {
    height: 34px;
    border-radius: 5px 0px 0px 5px;
}

h3.blogpost-title {
    text-align: center;
    color: #ff9900;
    font-size: 35px;
    font-weight: 600;
}
/*-- contact page --*/
/*-- Map --*/
section.map iframe.googlemaps {
    width: 100%;
    height: 400px;
}
/*-- /Map --*/
/*-- Contact Section --*/
section.our-contacts {
    padding: 100px 0;
}

    section.our-contacts h3.text-center {
        font-size: 38px;
        font-weight: 700;
        text-transform: uppercase;
        position: relative;
        padding-bottom: 30px;
        color: #000;
    }

        section.our-contacts h3.text-center:before {
            content: '';
            background-color: #dcdcdc;
            height: 2px;
            width: 20%;
            left: 40%;
            bottom: 15px;
            display: block;
            position: absolute;
        }

        section.our-contacts h3.text-center:after {
            content: '';
            background-color: #ff9900;
            height: 2px;
            width: 10%;
            left: 45%;
            bottom: 15px;
            display: block;
            position: absolute;
        }

    section.our-contacts p.text-center {
        font-size: 16px;
        padding: 0px 0 40px;
        color: #000;
    }

    section.our-contacts h4 {
        color: #000;
        font-size: 25px;
        font-weight: 600;
        padding-bottom: 20px;
    }

.contact-info i {
    color: #000;
    font-size: 30px;
    margin: 25px 20px 10px 25px;
    display: inline-block;
}

p.p3 {
    padding: 0;
    display: inline-block;
    color: #000;
    vertical-align: middle;
    margin: -50px 0 0;
    font-size: 16px;
    font-weight: 500;
}

p.p4 {
    padding: 0;
    display: block;
    color: #000;
    vertical-align: middle;
    font-weight: 500;
    font-size: 16px;
    margin: -27px 0 0 80px;
}

.email-info p.p3 {
    margin: -29px 0 0 0;
}

p.p3 a {
    text-decoration: none;
    color: #000;
}

    i.glyphicon.glyphicon-envelope:hover, p.p3 a:hover {
        color: #df4914;
    }

section.our-contacts .form-control {
    border: 1px solid #000;
    border-radius: 0px;
    height: 50px;
    padding: 16px 12px;
    font-size: 16px;
    color: #000;
    background-color: transparent;
}

section.our-contacts textarea.form-control {
    height: 150px !important;
}

input::-webkit-input-placeholder {
    color: #000 !important;
}

input:-moz-placeholder { /* Firefox 18- */
    color: #000 !important;
}

input::-moz-placeholder { /* Firefox 19+ */
    color: #000 !important;
}

input:-ms-input-placeholder {
    color: #000 !important;
}

textarea::-webkit-input-placeholder {
    color: #000 !important;
}

textarea::-moz-placeholder { /* Firefox 18- */
    color: #000 !important;
}

textarea::-moz-placeholder { /* Firefox 19+ */
    color: #000 !important;
}

textarea::-ms-input-placeholder {
    color: #000 !important;
}

textarea#comments {
    height: 150px;
}

.btn-outline2 {
    margin-top: 15px;
    border: solid 2px #000;
    font-size: 20px;
    color: #000;
    width: 100%;
    padding: 10px 0;
    background: 0 0;
    transition: all .3s ease-in-out;
}

    .btn-outline2:hover,
    .btn-outline2:focus,
    .btn-outline2.active {
        border: solid 2px #000;
        color: #fff;
        background: #000;
    }

button.btn-outline {
    padding: 11px 343px;
    font-size: 21px;
}

section.our-contacts .footer-links ul {
    padding: 20px 0;
}

    section.our-contacts .footer-links ul li {
        display: inline-block;
    }

        section.our-contacts .footer-links ul li a {
            text-decoration: none;
        }

            section.our-contacts .footer-links ul li a i {
                vertical-align: middle;
                text-align: center;
                color: #000;
                background-color: transparent;
                border: 1px solid #000;
                line-height: 22px;
                transition: 0.5s all;
                -webkit-transition: 0.5s all;
                -moz-transition: 0.5s all;
                -o-transition: 0.5s all;
                -ms-transition: 0.5s all;
            }

                section.our-contacts .footer-links ul li a i.fa.fa-facebook {
                    font-size: 21px;
                    padding: 13px 18px 14px;
                }

                section.our-contacts .footer-links ul li a i.fa.fa-twitter {
                    font-size: 19px;
                    padding: 14px 15px 13px;
                }

                section.our-contacts .footer-links ul li a i.fa.fa-whatsapp {
                    font-size: 21px;
                    padding: 13px 14px 14px;
                }

                section.our-contacts .footer-links ul li a i.fa.fa-youtube {
                    font-size: 20px;
                    padding: 13px 15px 14px;
                }

                section.our-contacts .footer-links ul li a i.fa.fa-google-plus {
                    font-size: 15px;
                    padding: 14px 14px 13px;
                }

                section.our-contacts .footer-links ul li a i:hover {
                    background-color: #000;
                    color: #fff;
                    border-color: #000;
                }
/*-- /Contact Section --*/
/*-- contact page --*/









/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/



/*-- services --*/
.w3l_head1, .w3ls_head_para1 {
    text-align: center;
}

    .w3l_head1:before, .w3l_head1:after {
        width: 10% !important;
    }

    .w3l_head1:before {
        left: 35% !important;
    }

    .w3l_head1:after {
        right: 35% !important;
    }

.w3_agileits_services_grid {
    text-align: center;
    padding: 0;
}

.w3_agileits_services_grid_agile {
    padding: 1em;
}

.w3_agileits_services_grid_1 {
    width: 100px;
    height: 100px;
    border: 2px solid #212121;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    margin: 25px auto 0;
}

    .w3_agileits_services_grid_1 i {
        color: #ff9900;
        font-size: 2.3em;
        line-height: 2.5em;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
    }

.w3_agileits_services_grid_agile h3 {
    text-transform: capitalize;
    font-size: 1.2em;
    letter-spacing: 3px;
    color: #002e5b;
    margin: 2em 0 1em;
    padding-bottom: .5em;
    position: relative;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

    .w3_agileits_services_grid_agile h3:after {
        content: '';
        position: absolute;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -o-transition: all .5s ease;
        -ms-transition: all .5s ease;
        transition: all .5s ease;
        width: 20%;
        height: 1px;
        background: #212121;
        left: 40%;
        bottom: 0;
    }

.w3_agileits_services_grid:hover .w3_agileits_services_grid_agile h3:after {
    background: #fde428;
    width: 60%;
}

.w3_agileits_services_grid_agile p {
    color: #999;
    line-height: 2em;
    font-size: 16px;
}

.w3_agileits_services_grid:hover .w3_agileits_services_grid_agile {
    background: #002e5b;
}

.w3_agileits_services_grid:hover .w3_agileits_services_grid_1 {
    background: #fff;
    border: 2px solid #fff;
}

.w3_agileits_services_grid:hover .w3_agileits_services_grid_agile h3 {
    color: #fff;
}

.w3_agileits_services_grid:hover .w3_agileits_services_grid_agile p {
    color: #cecece;
}

.w3_agileits_services_grid {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}
/*-- //services --


html,
body {
	margin: 0;
	font-size: 100%;
	font-family: 'Open Sans', sans-serif;
	background: #fff;
}

body a {
	text-decoration: none;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

a:hover {
	text-decoration: none;
}

input[type="button"],
input[type="submit"] {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-family: 'Cabin', sans-serif;
	font-weight: 600;
}

p {
	margin: 0;
}

ul {
	margin: 0;
	padding: 0;
}

label {
	margin: 0;
}

/*-- Slider --*/

#slider2,
#slider3 {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    margin: 0 auto;
}

.rslides_tabs li:first-child {
    margin-left: 0;
}

.rslides_tabs .rslides_here a {
    background: rgba(255, 255, 255, .1);
    color: #fff;
    font-weight: bold;
}

.events {
    list-style: none;
}

.callbacks_container {
    position: relative;
    float: left;
    width: 100%;
}

.callbacks {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

    .callbacks li {
        position: absolute;
        width: 100%;
    }

    .callbacks img {
        position: relative;
        z-index: 1;
        height: auto;
        border: 0;
    }

    .callbacks .caption {
        display: block;
        position: absolute;
        z-index: 2;
        font-size: 20px;
        text-shadow: none;
        color: #fff;
        left: 0;
        right: 0;
        padding: 10px 20px;
        margin: 0;
        max-width: none;
        top: 10%;
        text-align: center;
    }

#slider3-pager a {
    display: inline-block;
}

#slider3-pager span {
    float: left;
}

#slider3-pager span {
    width: 100px;
    height: 15px;
    background: #fff;
    display: inline-block;
    border-radius: 30em;
    opacity: 0.6;
}

#slider3-pager .rslides_here a {
    background: #FFF;
    border-radius: 30em;
    opacity: 1;
}

#slider3-pager a {
    padding: 0;
}

#slider3-pager li {
    display: inline-block;
}

.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
}

    .rslides li {
        -webkit-backface-visibility: hidden;
        position: absolute;
        display: none;
        width: 100%;
        left: 0;
        top: 0;
    }

    .rslides li {
        position: relative;
        display: block;
        float: left;
    }

    .rslides img {
        height: auto;
        border: 0;
    }

.callbacks_tabs {
    list-style: none;
    position: absolute;
    bottom: -205px;
    left: 43%;
    padding: 0;
    margin: 0;
    z-index: 99;
    display: block;
    text-align: center;
}

.slider-top span {
    font-weight: 600;
}

.callbacks_tabs li {
    display: inline-block;
    margin: 0 0px;
}

/*----*/

.callbacks_tabs a {
    visibility: hidden;
}

    .callbacks_tabs a:after {
        content: "\f111";
        font-size: 0;
        font-family: FontAwesome;
        visibility: visible;
        display: block;
        height: 5px;
        width: 40px;
        display: inline-block;
        background: #fff;
    }

.callbacks_here a:after {
    background: #1e1d24;
}

.callbacks .caption {
    display: block;
    position: absolute;
    z-index: 2;
    font-size: 20px;
    text-shadow: none;
    color: #fff;
    left: 0;
    right: 0;
    padding: 10px 20px;
    margin: 0;
    max-width: none;
    top: 10%;
    text-align: center;
}

.callbacks_nav {
    position: absolute;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    bottom: 50%;
    left: 0;
    z-index: 3;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    width: 32px;
    height: 33px;
}

    .callbacks_nav.next {
        background: transparent url(../images/right11.png) no-repeat;
        left: 91%;
    }

    .callbacks_nav.prev {
        background: transparent url(../images/left11.png) no-repeat;
        left: 6%;
    }

    .
    :active {
        opacity: 1.0;
    }

.callbacks2_nav:active {
    opacity: 1.0;
}

.slider-info-wthree {
    z-index: 999;
    margin-top: 18.5em;
    text-align: center;
}

    .slider-info-wthree img {
        width: 150px;
        margin: 0 auto;
        margin-bottom: 2.5em;
    }

    .slider-info-wthree h3 {
        font-size: 3.8em;
        color: #ffffff;
        letter-spacing: 4px;
        text-transform: capitalize;
        font-weight: 700;
        text-shadow: 2px 2px 3px #000000;
     
    }

    .slider-info-wthree p {
        font-size: 1.2em;
        font-weight: 400;
        margin: 0 auto;
        color: #ff9900;
        letter-spacing: 4px;
        line-height: 27px;
        margin-top: 1.2em;
        text-shadow: 1px 1px 2px #1b1b1b;
    }

    .slider-info-wthree h4 {
        font-size: 45px;
        color: #b56d10;
        letter-spacing: 3px;
        text-transform: uppercase;
        margin-top: 7px;
    }

.callbacks_container a.bnr-button {
    display: inline-block;
    font-size: 17px;
    letter-spacing: 1px;
    font-weight: 600;
    color: #ff9900;
    padding: 0.7em 3em;
    background: rgba(0, 0, 0, 0.67);
    border: 2px solid #ffffff;
    margin-top: 2em;
    text-decoration: none;
}

    .callbacks_container a.bnr-button:hover {
        color: #fff;
        background: #ff9900;
        border-color: #fff;
        text-decoration: none;
    }

/*-- //Slider --*/

/*-- header --*/

input[type="submit"],
.related-post-right h4 a,
.comments-grid-right h4 a,
.reply a,
ul.contact_info li a,
.footer-w3-copy p a {
    transition: .5s ease-in;
    -webkit-transition: .5s ease-in;
    -moz-transition: .5s ease-in;
    -o-transition: .5s ease-in;
    -ms-transition: .5s ease-in;
}

/*-- social-icons --*/

/*--top header start here--*/

.social-icons a {
    width: 30px;
    height: 30px;
    margin-left: 1em;
    color: #fff;
    border: 1px solid rgba(51, 51, 51, 0);
    display: inline-block;
    text-align: center;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -moz-transition: 0.5s all;
}

.bottom-nav-sicons .social-icons a,
.team-info .social-icons a {
    margin: 0em .3em;
}

.social-icons span {
    font-size: 15px;
    color: #fff;
    line-height: 28px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -moz-transition: 0.5s all;
}

.social-icons a:hover span {
    color: #ff9900;
}

.social-icons a:hover {
    background: transparent;
    border: 1px solid #ff9900;
    color: #ff9900;
}

.top-header-main {
    padding: 1em 0em;
}

.header-address h6 {
    font-size: 0.9em;
    color: #fff;
    display: inline-block;
}

section.header-w3layouts-top h1 a {
    font-size: 1.8em;
    color: #fff;
 
    font-weight: 100;
    text-transform: capitalize;
    letter-spacing: 2px;
    text-shadow: 5px 5px 5px #212121;
}

    section.header-w3layouts-top h1 a span {
        color: #ff9900;
    }

    section.header-w3layouts-top h1 a:hover,
    section.header-w3layouts-top h1 a:focus {
        text-decoration: none;
    }

/*-- //social-icons --*/

.header-w3layouts-top {
    background: rgba(63, 81, 181, 0);
    padding: 2em 2em;
    position: absolute;
    width: 100%;
    z-index: 999;
}





button#trigger-overlay {
    background: transparent;
    border: none;
    outline: none;
    float: right;
    position: -webkit-sticky; /* Safari */
    position: fixed;
    text-align: center;
    right: 10px;
    top: 20px;
}

    button#trigger-overlay i {
        color: #fff;
        font-size: 25px;
        padding: 11px 17px;
        background: #ff9900;
    }

.banner-w3-agileits-slider {
    position: relative;
}

.banner1 {
    background: url(../images/bgbanner.jpeg) no-repeat 0px 0px;
}

}

.banner1,
.banner2,
.banner3 {
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 794px;
    position: relative;
}

.inner-banner-w3-agileits {
    background: url(../images/bann2.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 280px !important;
}

/*-- //header --*/

h6.inner-title {
    float: right;
    font-size: 2.3em;
    letter-spacing: 2px;
    font-weight: inherit;
    color: #fff;
    position: absolute;
    right: 2.5%;
    bottom: 11%;
    text-shadow: 2px 2px 1px #000;
}

    h6.inner-title::after {
        content: "";
        position: absolute;
        width: 75px;
        height: 1px;
        background: #ff9900;
        bottom: -10px;
        right: 1%;
    }

/*--modal--*/

.modal-content img {
    width: 100%;
}

.modal-content h4 {
    color: #000;
    text-align: center;
    margin-bottom: 10px;
    font-size: 3em;
    height: auto;

}

    .modal-content h4 span {
        color: #ff9900;
    }

.modal-content h5 {
    color: #1e1d24;
    font-size: 1.6em;
    letter-spacing: 1px;
    text-transform: capitalize;
    line-height: 32px;
}

    .modal-content h5 span {
        display: inline-block;
        color: black;
    }

.modal-content p {
    color: #636363;
    font-size: 14px;
    line-height: 25px;
    padding-top: 10px;
}

.modal-header {
    padding: 20px;
}

/*--//modal--*/

/*-- //banner-w3-agileits-Slider --*/

/*-- banner-w3-agileits-bottom --*/

.what-wedo-w3ls,
.banner-w3-agileits-btm,
.stats,
.gallery,
.blog,
.team,
.typo,
.icons-pdng,
.contact-innpage {
    padding: 6em 0em;
}

.advantages,
.team {
    padding-top: 6em;
}

p.heading-btm {
    color: #848484;
    font-size: 15px;
    text-align: center;
    margin: 0em 0em 3em;
    letter-spacing: 1px;
    line-height: 28px;
}

h3.tittle-w3layouts {
    color: #000000;
    font-size: 3.5em;
    letter-spacing: 2px;
    text-align: center;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 0.8em;

}

    h3.tittle-w3layouts.two {
        color: #ffffff;
    }

    h3.tittle-w3layouts span {
        color: #1a5e71;
    }

p.paragraph-w3-agile,
p.paragraph-w3-agile a {
    font-size: 15px;
    color: #777777;
    line-height: 30px;
    letter-spacing: 1px;
}

.banner-w3-agileits-btm-left p.paragraph-w3-agile {
    color: #494949;
}

.contact-left p.paragraph-w3-agile,
.blog-inner p.paragraph-w3-agile,
.advntge-main p.paragraph-w3-agile {
    color: #fff;
}

.banner-w3-agileits-btm {
    position: relative;
}

@media(min-width:1081px) {
    .banner-w3-agileits-btm-main {
        display: flex;
        display: -webkit-flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }

    .banner-w3-agileits-btm-right {
        flex-basis: 40%;
        -webkit-flex-basis: 40%;
        padding: 0em 3em 0em 0em;
        text-align: right;
    }

    .banner-w3-agileits-btm-left {
        flex-basis: 60%;
        -webkit-flex-basis: 60%;
    }
}

@media(min-width:601px) {
    .banner-w3-agileits-btm-top,
    .banner-w3-agileits-btm-bottom {
        display: flex;
        display: -webkit-flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
}

.banner-w3-agileits-btm-inner {
    flex: 1;
    padding: 3em 2.5em;
    box-shadow: 2px 2px 25px rgba(0, 0, 0, 0.78);
}

.a1 {
    background: #ff9900;
}

.a2 {
    background: url(../images/bb1.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-position: center;
}

.a3 {
    background: url(../images/bb2.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-position: center;
}

.a4 {
    background: #ff9900;
}

.banner-w3-agileits-btm-right h6 span.fa {
    display: inline-block;
    font-size: 1.2em;
    color: #00aafb;
    margin-left: 13px;
}

h4.sub-hdng {
    font-size: 2em;
    letter-spacing: 0.2px;
    line-height: 37px;
    margin-bottom: .6em;
    color: #1e1d24;


    text-transform: capitalize;
}

.wedo-left h4.top-mrgn {
    margin-top: 0.7em;
}

.banner-w3-agileits-btm-right h4.sub-hdng {
    border-bottom: 2px dotted #afafaf;
    padding-bottom: 0.4em;
}

.banner-w3-agileits-btm-left h6,
.banner-w3-agileits-btm-right h6 {
    font-size: 1.5em;
    color: #333333;
    font-weight: 600;
    margin-bottom: .5em;
    letter-spacing: 1px;

}

.banner-w3-agileits-btm-right h6 {
    margin-top: 1.5em;
}

a.text-btn {
    display: inline-block;
    font-size: 15px;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-weight: 600;
    padding: .5em 1em;
    background: #00aafb;
    border: 2px solid #ffffff;
    margin-top: 1em;
    color: #fff;
    text-decoration: none;
    box-shadow: -4px 4px 11px #717171;
}

    a.text-btn:hover {
        background: rgba(0, 0, 0, 0.85);
        color: #fff;
        border-color: #ffffff;
        text-decoration: none;
    }

.footer-w3-gridsd-main h4 {
    font-size: 1.2em;
    letter-spacing: 1px;
    margin: 1em 0 .5em;
    color: #00aafb;
    text-shadow: 1px 1px 2px #909090;
    font-weight: 600;
}

.footer-w3-gridsd-main {
    text-align: left;
}

/*-- // banner-w3-agileits-bottom --*/

/*-- page details --*/

.services-breadcrumb {
    width: 100%;
    border: none;
    padding: 1px;
    background: #000;
}

    .services-breadcrumb ul li span {
        padding: 11px;
        color: rgba(255, 255, 255, 0.25);
    }

ul.short_ls {
    text-align: center;
}

    ul.short_ls li {
        list-style: none;
        display: inline-block;
        color: #8e8e8e;
    }

        ul.short_ls li,
        ul.short_ls li a {
            font-size: 20px;
            letter-spacing: 1px;
            font-weight: 500;
        }

.inner_breadcrumb {
    width: 100%;
    margin: 9px auto;
}

ul.short_ls li a {
    color: #ff9900;
    text-decoration: none;
}

/*-- //page details --*/

/*-- stats --*/

.stats {
    background: url(../images/stats.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-attachment: fixed;
}

.stat-grids p {
    font-size: 3em;
    font-weight: 300;
    letter-spacing: 3px;
    color: #ffffff;
}

.stat-grids h3 {
    font-size: 1.5em;
    color: #ff9900;
    letter-spacing: 0.7px;
    font-weight: 700;
    text-shadow: 2px 2px 3px #191919;
    text-transform: capitalize;
}

.stats-text {
    text-align: center;
}

/*-- //stats --*/

/*-- What-we-do --*/

.wedo-right {
    background: url(../images/client1.jpg) no-repeat 0px 0px;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    position: relative;
    box-shadow: 2px 2px 25px rgba(0, 0, 0, 0.78);
}

    .wedo-right img.first-img {
        position: absolute;
        bottom: -9%;
        left: -5%;
        width: 340px;
        box-shadow: 2px 2px 25px rgba(0, 0, 0, 0.52);
        padding: 0.8em;
        border: 2px solid #00aafb;
    }

    .wedo-right img.second-img {
        position: absolute;
        bottom: 40%;
        right: -10%;
        width: 280px;
        box-shadow: 2px 2px 25px rgba(0, 0, 0, 0.27);
        padding: 0.8em;
        border: 2px solid #ff9900;
    }

.wedo-left p span {
    font-size: 12px;
    margin-right: 0.5em;
    color: #00aafb;
}

@media(min-width:992px) {
    .wedo-main {
        display: flex;
        display: -webkit-flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }

    .wedo-left,
    .wedo-right {
        flex-basis: 50%;
        -webkit-flex-basis: 50%;
    }

    .what-wedo-w3ls {
        position: relative;
    }
}

/*-- //What-we-do --*/

/*-- about-inner --*/

@media(min-width:992px) {
    .advntge-main {
        display: flex;
        display: -webkit-flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
}

@media(min-width:641px) {
    .advntge-left-sctn,
    .advntge-right-sctn {
        flex-basis: 50%;
        -webkit-flex-basis: 50%;
        display: flex;
        display: -webkit-flex;
    }
}

.advntge-inner-info {
    flex: 1;
    padding: 3em 2em;
    background: #eee;
}

    .advntge-inner-info:nth-child(odd) {
        background: #2f2f2f;
    }

        .advntge-inner-info:nth-child(odd) h6 {
            margin-bottom: 1em;
        }

    .advntge-inner-info:nth-child(even) h6 {
        margin-top: 1em;
    }

    .advntge-inner-info:nth-child(even) {
        background: #202020;
        margin: 1em 0;
    }

    .advntge-inner-info h6 {
        font-size: 1.7em;
        letter-spacing: 1.2px;
        font-weight: 600;
        color: rgba(255, 255, 255, 0.21);
    }

/*-- //about-inner --*/

/* team */

.team-img1 img,
.team-img2 img,
.team-img3 img,
.team-img4 img {
    border-radius: 50%;
    width: 100%;
    box-shadow: 0 7px 27px rgba(0, 0, 0, 0.31);
    -webkit-box-shadow: 0 7px 27px rgba(0, 0, 0, 0.31);
    -moz-box-shadow: 0 7px 27px rgba(0, 0, 0, 0.31);
    -o-box-shadow: 0 7px 27px rgba(0, 0, 0, 0.31);
    -ms-box-shadow: 0 7px 27px rgba(0, 0, 0, 0.31);
}

.team-left,
.team-right {
    padding: 0;
}

.team-info {
    padding: 2em 1.5em;
    background: #1b1b1b;
    box-shadow: 0 7px 27px rgba(0, 0, 0, 0.52);
    -webkit-box-shadow: 0 7px 27px rgba(0, 0, 0, 0.52);
    -moz-box-shadow: 0 7px 27px rgba(0, 0, 0, 0.52);
    -o-box-shadow: 0 7px 27px rgba(0, 0, 0, 0.52);
    -ms-box-shadow: 0 7px 27px rgba(0, 0, 0, 0.52);
}

    .team-info:before {
        content: '';
        position: absolute;
        left: -15px;
        top: 47%;
        border-left: 10px solid rgba(0, 0, 0, 0);
        border-right: 10px solid rgba(0, 0, 0, 0);
        border-bottom: 10px solid #1b1b1b;
        transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
    }

.team-img2 {
    margin-left: 11.85em;
}

.team-left h4,
.team-right h4 {
    font-size: 22px;
    letter-spacing: 1px;
    text-transform: capitalize;
    color: #00aafb;
    font-weight: 400;
}

.team-left p,
.team-right p {
    text-transform: capitalize;
    color: #d6d6d6;
    letter-spacing: 0.7px;
    margin: 7px 0 20px;
    font-size: 15px;
}

.team1,
.team3 {
    margin-bottom: 3em;
    display: block;
}

.contact-right a:hover {
    color: #00aafb;
}

/* team */

/*-- //about --*/

/*-- Blog section --*/

.blog-left-grid,
.blog-right-grid {
    padding: 0;
}

.blog-left-grid {
    margin-top: 4em;
}

.blog-inner,
.blog-left {
    padding: 2em 1.7em;
    background: #696969;
}

.blog-left {
    width: 40%;
    float: left;
    text-align: center;
    margin-bottom: 3em;
    background: url(../images/c1.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 250px;
}

.blog-right {
    margin: 1.5em 0em 0em 3em;
    float: left;
    width: 55%;
}

.green:nth-child(1) {
    text-align: center;
    width: 30%;
}

.green {
    background: #ff9900;
}

.dark {
    background: #464646;
}

.blog-inner-img1 {
    background: url(../images/bann1.jpg) no-repeat 0px 0px;
}

.blog-inner-img2 {
    background: url(../images/bann2.jpg) no-repeat 0px 0px;
}

.blog-inner-img3 {
    background: url(../images/bann3.jpg) no-repeat 0px 0px;
}

.blog-inner-img4 {
    background: url(../images/bann4.jpg) no-repeat 0px 0px;
}

.blog-inner-img1,
.blog-inner-img2,
.blog-inner-img3,
.blog-inner-img4 {
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-position: center;
    min-height: 250px;
    border: 10px solid #2f2f2f;
}

h4.sub-hdng a {
    font-size: 1em;
    letter-spacing: .8px;
    line-height: 40px;
    margin: 19px 0 11px;
    color: #fff;
    display: block;
    text-decoration: none;
}

.blog-inner:hover h4.sub-hdng a {
    color: #000;
    text-decoration: none;
}

.readmore-button a {
    border: none;
    background: rgba(255, 255, 255, 0.15);
    text-transform: capitalize;
    display: inline-block;
    margin-top: 2em;
    letter-spacing: 1.5px;
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    padding: 10px 32px;
    float: right;
    transition: .5s ease-in;
    -webkit-transition: .5s ease-in;
    -moz-transition: .5s ease-in;
    -o-transition: .5s ease-in;
    -ms-transition: .5s ease-in;
}

.blog-inner:hover .readmore-button a {
    color: #000;
    background: rgba(255, 255, 255, 0.49);
}

/*--// Blog section --*/

/*-- services --*/

.services-icon {
    text-align: left;
    margin: .5em;
    width: 31.9%;
    padding: 1em;
    border-left: 3px solid #f1f1f1;
}

    .services-icon:hover {
        border-left: 3px solid #ff9900;
    }

.services-icon-info {
    width: 80px;
    height: 80px;
    text-align: center;
    color: #000000;
    font-size: 2em;
    border: 3px dotted #ff9900;
    line-height: 76px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.services-icon-text h4 {
    color: #565454;
    font-size: 24px;
    margin: 1em 0 0 0;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.services-icon:hover div.services-icon-info {
    background: #00aafb;
    color: #ffffff;
    border-color: #fff;
}

.services-icon:hover div.services-icon-text h4 {
    color: #101010;
}

.services-left-sctn-grid:last-child {
    margin: 2em 0 0 0;
}

/*-- //services --*/

/*-- Gallery Section --*/

.gallery-grid1 img {
    width: 100%;
    cursor: pointer;
}

/*--Gallery hover effect--*/

.gallery-grid1 {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

    .gallery-grid1:nth-child(2),
    .gallery-grid1:nth-child(3) {
        margin-top: 1.7em;
    }

    .gallery-grid1 .p-mask,
    .row .product .vm-product-media-container .p-mask {
        opacity: 0;
        visibility: hidden;
        background: rgba(25, 24, 24, 0.8);
        bottom: 0%;
        position: absolute;
        padding: 1.3em 1.3em;
        width: 100%;
        -webkit-transform: translate3d( 0px, 100%, 0px);
        -moz-transform: translate3d( 0px, 100%, 0px);
        -ms-transform: translate3d( 0px, 100%, 0px);
        -o-transform: translate3d( 0px, 100%, 0px);
        transform: translate3d( 0px, 100%, 0px);
        -webkit-transition: all .5s ease 0s;
        -moz-transition: all .5s ease 0s;
        transition: all .5s ease 0s;
        text-align: left;
        border-bottom: none;
    }

        .gallery-grid1 .p-mask .p-desc {
            color: #a3a3a3;
            position: relative;
            display: block;
            margin-bottom: 10px;
            padding-bottom: 10px;
            font-size: 1em;
        }

    .gallery-grid1:hover .p-mask,
    .row .product:hover .p-mask {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate3d( 0px, 0px, 0px);
        -moz-transform: translate3d( 0px, 0px, 0px);
        -ms-transform: translate3d( 0px, 0px, 0px);
        -o-transform: translate3d( 0px, 0px, 0px);
        transform: translate3d( 0px, 0px, 0px);
    }

.p-mask h4 {
    color: #fff;
    font-size: 1.7em;
    letter-spacing: 1px;
    margin-bottom: 8px;
    text-decoration: none;
    text-transform: capitalize;
    font-weight: bold;
}

    .p-mask h4 span {
        color: #ff9900;
    }

.p-mask p {
    margin: 0;
    color: #fff;
    font-size: 15px;
    letter-spacing: 1px;
}

/*-- //Gallery Section --*/

/*--Contact --*/

.contact-w3l-footer-w3 {
    background: url(../images/bann1.jpg) no-repeat 0px 0px;
    background-size: cover;
    padding: 4em 0;
    margin-top: 13px;
}

.contact-page {
    background: #2f2f2f;
}

    .contact-page h3.tittle-w3layouts {
        color: #fff;
    }

.contact-w3l-footer-w3 h4 {
    text-align: left;
    font-weight: inherit;
    font-size: 24px;
    letter-spacing: 1px;
    margin-bottom: 13px;
    text-transform: capitalize;
    color: #ff9900;
}

    .contact-w3l-footer-w3 h4:nth-child(3) {
        margin-top: 1em;
    }

@media(min-width:992px) {
    .contact-eql {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
}

.contact-left {
    flex-basis: 38%;
    -webkit-flex-basis: 38%;
}

.contact-middle {
    flex-basis: 60%;
    -webkit-flex-basis: 60%;
}

.contact-left,
.contact-middle {
    padding: 2em;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.42);
}

.add-info span {
    font-size: 1.1em;
    color: #ffffff;
    display: inline-block;
    float: left;
    margin-right: 1em;
}

.add-info p,
.add-info p a {
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 15px;
    color: #fff;
    text-decoration: none;
}

    .add-info p a:hover {
        color: #ff9900;
        text-decoration: none;
    }

.contact-left .social-icons a:nth-child(1) {
    margin-left: 0px !important;
}

.contact-w3l-footer-w3 p.heading-btm,
.sevices-w3layouts p.heading-btm {
    color: #e7e3e3;
}

.contact-middle input[type="text"],
.contact-middle input[type="email"],
textarea {
    width: 100%;
    padding: 11px 20px;
    border: none;
    background: rgba(197, 192, 185, 0.37);
    color: #fff;
}

.contact-middle p {
    color: #cecece;
    font-weight: bold;
    margin-bottom: 4px;
    margin-left: 5px;
    font-size: 16px;
}

input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus {
    outline: none;
}

textarea {
    height: 74px;
    resize: none;
    width: 100%;
}

    textarea:focus {
        outline: none;
    }

.submit {
    float: right;
    margin-top: 10px;
    color: #000;
}

    .submit .glyphicon {
        font-size: 16px;
        border: none;
        padding: 0;
    }

.contact-middle input[type="submit"] {
    background: #ff9900;
    border: none;
    border: 2px solid #ff9900;
    padding: .7em 2.5em;
    outline: none;
    font-size: 16px;
    text-transform: capitalize;
    letter-spacing: 2px;
    color: #fff;
    margin-top: 2em;
}

    .contact-middle input[type="submit"]:hover {
        background: transparent;
        color: #fff;
    }

.mid-info p a,
p.paragraph-w3-agile a {
    text-decoration: none;
}

    .mid-info p a:hover,
    p.paragraph-w3-agile a:hover {
        text-decoration: none;
        color: #fff;
    }

/*--//Contact --*/

/*--contact Inner--*/

.mail_grid_w3l input[type="text"],
.mail_grid_w3l input[type="email"],
.mail_grid_w3l textarea {
    outline: none;
    padding: 14px;
    font-size: 14px;
    color: #212121;
    background: none;
    width: 100%;
    border: 1px solid #b5b5b5;
    letter-spacing: 1px;
    font-weight: 500;
  
}

.contact-fields-w3ls {
    margin-bottom: 1em;
}

    .contact-fields-w3ls:nth-child(4) {
        margin-bottom: 0;
    }

.mail_grid_w3l textarea {
    min-height: 175px;
    width: 100%;
    resize: none;
}

.mail_grid_w3l input[type="submit"] {
    outline: none;
    padding: 13px 0;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    background: #00aafb;
    width: 100%;
    border: none;
    text-transform: capitalize;
    letter-spacing: 2px;
  
}

    .mail_grid_w3l input[type="submit"]:hover {
        background: #fed70a;
        color: #fff;
    }

.map-section {
    padding: 1em 1em .7em;
    background: #eee;
}

    .map-section iframe {
        border: none;
        width: 100%;
        height: 320px;
    }

/*--//contact Inner--*/

/*-- newsletter--*/

@media (min-width:1081px) {
    .footer-double {
        display: flex;
        display: -webkit-flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }

    .bottom-nav-sicons {
        flex-basis: 40%;
        -webkit-flex-basis: 40%;
    }

    .newsletter_right {
        flex-basis: 60%;
        -webkit-flex-basis: 60%;
    }
}

.newsletter_right {
    padding: 2.5em 6em;
    background: #ffffff;
    text-align: center;
    box-shadow: -2px 2px 20px #0a0a0a;
}

.input-flds {
    float: left;
}

.newsletter_right input[type="email"] {
    outline: none;
    border: none;
    padding: 10px 20px;
    background: #202020;
    border: none;
    color: #ffffff;
    font-size: 15px;
    width: 100%;
    box-sizing: border-box;
}

.newsletter_right input[type="submit"] {
    color: #fff;
    letter-spacing: 0.5px;
    font-size: 16px;
    text-transform: capitalize;
    padding: .6em 1em;
    border: none;
    outline: none;
    background: #00aafb;
    border: none;
    width: 100%;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

    .newsletter_right input[type="submit"]:hover {
        background: #ff9900;
        color: #fff;
    }

.input-flds:nth-child(1) {
    width: 65%;
}

.input-flds:nth-child(2) {
    width: 35%;
}

/*-- //newsletter--*/

/*-- footer-w3 --*/

@media(min-width:992px) {
    .footer-w3-grids {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
}

@media(min-width:481px) {
    .footer-w3-1,
    .footer-w3-2 {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        flex-basis: 50%;
        -webkit-flex-basis: 50%;
    }
}

.mid-info {
    flex-basis: 50%;
    -webkit-flex-basis: 50%;
    text-align: left;
    padding: 1em;
    position: relative;
}

.bottom-nav-sicons {
    padding: 2.5em 0em 1em 4.5em;
    background: #2f2f2f;
}

.bottom-nav-main {
    margin-bottom: 2em;
}

    .bottom-nav-main ul li {
        display: inline-block;
        margin: 0 12px;
    }

        .bottom-nav-main ul li a {
            color: #fff;
            letter-spacing: 1px;
            font-size: 15px;
            text-decoration: none;
        }

            .bottom-nav-main ul li a:hover {
                color: #ff9900;
                text-decoration: none;
            }

.mail-agileits-w3layouts span.fa {
    color: #00aafb;
    font-size: 35px;
    vertical-align: middle;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 1.5em;
    background: rgba(255, 255, 255, 0.09);
}

.contact-right {
    margin-top: 1em;
}

    .contact-right p {
        display: block;
        margin: 0px 0px 8px;
        color: #ff9900;
        font-size: 19px;
        letter-spacing: 1px;
    }

    .contact-right span,
    .contact-right a {
        font-size: 15px;
        text-decoration: none;
        color: #cecece;
        outline: none;
        display: block;
        font-weight: 400;
        letter-spacing: 0.3px;
    }

.mail-grid1 {
    background: rgba(0, 0, 0, 0.70);
}

/*--copy-right--*/

h2.footer-w3-logo {
    text-align: center;
    float: left;
}

    h2.footer-w3-logo a span {
        display: inline-block;
        color: #ff9900;
        text-transform: uppercase;
    }

    h2.footer-w3-logo a {
        font-size: 1.5em;
      
        color: #fff;
        display: inline-block;
        text-decoration: none;
    }

.copy {
    background: #202020;
    padding: 1em 0;
}

    .copy p {
        color: #fff;
        font-size: 14px;
        letter-spacing: 1px;
        margin: 1em 0 0;
        float: right;
    }

        .copy p a {
            color: #ff9900;
            text-decoration: none;
            transition: 0.5s all;
            -webkit-transition: 0.5s all;
            -moz-transition: 0.5s all;
            -o-transition: 0.5s all;
            -ms-transition: 0.5s all;
        }

            .copy p a:hover {
                color: #fff;
                transition: 0.5s all;
                -webkit-transition: 0.5s all;
                -moz-transition: 0.5s all;
                -o-transition: 0.5s all;
                -ms-transition: 0.5s all;
            }

p.white-clr,
h3.white-clr {
    color: #fff;
}

/*--//copy-right--*/

/*--//footer-w3--*/

/*-- icons --*/

.codes a {
    color: #999;
}

.icon-box {
    padding: 8px 15px;
    background: rgba(149, 149, 149, 0.18);
    margin: 1em 0 1em 0;
    border: 5px solid #ffffff;
    text-align: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 13px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -moz-transition: 0.5s all;
    cursor: pointer;
}

    .icon-box:hover {
        background: #000;
        transition: 0.5s all;
        -webkit-transition: 0.5s all;
        -o-transition: 0.5s all;
        -ms-transition: 0.5s all;
        -moz-transition: 0.5s all;
    }

        .icon-box:hover i.fa {
            color: #fff !important;
        }

        .icon-box:hover a.contentmk-icon {
            color: #fff !important;
        }

.codes .bs-glyphicons li {
    float: left;
    width: 12.5%;
    height: 115px;
    padding: 10px;
    line-height: 1.4;
    text-align: center;
    font-size: 12px;
    list-style-type: none;
}

.codes .bs-glyphicons .glyphicon {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 24px;
}

.codes .glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #777;
}

.codes .bs-glyphicons .glyphicon-class {
    display: block;
    text-align: center;
    word-wrap: break-word;
}

h3.icon-subheading {
    font-size: 28px;
    color: #ff9900 !important;
    margin: 30px 0 15px;
    font-weight: 600;
    letter-spacing: 2px;
}

h3.contentmkits-icons-title {
    text-align: center;
    font-size: 33px;
    color: #222222;
    font-weight: 600;
    letter-spacing: 2px;
}

.icons a {
    color: #999;
}

.icon-box i {
    margin-right: 10px !important;
    font-size: 20px !important;
    color: #282a2b !important;
}

.bs-glyphicons li {
    float: left;
    width: 18%;
    height: 115px;
    padding: 10px;
    line-height: 1.4;
    text-align: center;
    font-size: 12px;
    list-style-type: none;
    background: rgba(149, 149, 149, 0.18);
    margin: 1%;
}

.bs-glyphicons .glyphicon {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 24px;
    color: #282a2b;
}

.bs-glyphicons .glyphicon-class {
    display: block;
    text-align: center;
    word-wrap: break-word;
}

ul.bs-glyphicons-list li:hover {
    background: #000;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -moz-transition: 0.5s all;
}
    /*Cstm style*/
    ul.bs-glyphicons-list li:hover span {
        color: #fff;
    }

.cstm-slide .item img {
    width: 100%;
    height: 600px;
}

.cstm-ftr .ftr-links {
    font-size: initial;
    padding-top: 1.5em;
    padding-left: 0.5em;
    padding-right: 0.5em;
    padding-bottom: 55px;
}

@media (max-width:991px) {
    h3 .contentmkits-icons-title {
        font-size: 28px;
    }

    h3.icon-subheading {
        font-size: 22px;
    }
}

@media (max-width:768px) {
    h3.contentmkits-icons-title {
        font-size: 28px;
    }

    mail-agileits-w3layouts:nth-child(2) {
        margin: 0;
    }

    h3.icon-subheading {
        font-size: 25px;
    }

    .row {
        margin-right: 0;
        margin-left: 0;
    }

    .icon-box {
        margin: 0;
    }
}

@media (max-width: 768px) {
    .icon-box {
        width: 50%;
        float: left;
    }

    section.header-w3layouts-top {
        padding-top: 21px;
    }

        section.header-w3layouts-top img.img-responsive {
            max-width: 160px;
            width: 100%;
        }

    .cstm-slide .item img {
        width: 100%;
        height: 300px;
    }
}

@media (max-width: 640px) {
    .icon-box {
        float: left;
        width: 50%;
    }
}

@media (max-width: 480px) {
    h5#land {
        font-size:14px;
    }
    h5#Chemicals {
        font-size: 15px;
    }
    h5#Building {
        font-size: 9px;
    }
    h5#Project {
        font-size: 12px;
    }
    .cstm-slide .item h1 {
        font-size: 22px;
    }

    .bs-glyphicons li {
        width: 31%;
    }

    section.header-w3layouts-top {
        padding-top: 21px;
    }

        section.header-w3layouts-top img.img-responsive {
            max-width: 125px;
            width: 100%;
            margin-left: -8px;
        }

    .demo-gallery > ul > li {
        margin-right: -16px;
    }
}

@media (max-width: 414px) {
    h3.contentmkits-icons-title {
        font-size: 23px;
    }

    h3.icon-subheading {
        /*font-size: 18px;*/
    }

    .bs-glyphicons li {
        width: 31.33%;
    }
}

@media (max-width: 384px) {
    .icon-box {
        float: none;
        width: 100%;
    }
}

/*-- //icons --*/

/*-- Codes --*/

.well {
    font-weight: 300;
    font-size: 14px;
}

.list-group-item {
    font-weight: 300;
    font-size: 14px;
}

li.list-group-item1 {
    font-size: 14px;
    font-weight: 300;
}

.typo p {
    margin: 0;
    font-size: 14px;
    font-weight: 300;
}

.show-grid [class^=col-] {
    background: #fff;
    text-align: center;
    margin-bottom: 10px;
    line-height: 2em;
    border: 10px solid #f0f0f0;
}

.show-grid [class*="col-"]:hover {
    background: #e0e0e0;
}

.grid_3 {
    margin-bottom: 2em;
}

.xs h3,
h3.m_1 {
    color: #000;
    font-size: 1.7em;
    font-weight: 300;
    margin-bottom: 1em;
}

.grid_3 p {
    color: #999;
    font-size: 0.85em;
    margin-bottom: 1em;
    font-weight: 300;
}

.grid_4 {
    background: none;
}

.label {
    font-weight: 300 !important;
    border-radius: 4px;
}

.grid_5 {
    background: none;
    padding: 2em 0;
}

    .grid_5 h3,
    .grid_5 h2,
    .grid_5 h1,
    .grid_5 h4,
    .grid_5 h5,
    h3.hdg,
    h3.bars {
        margin-bottom: 1em;
        color: #ff9900;
        font-weight: 600;
        font-size: 30px;
        letter-spacing: 2px;
    }

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    border-top: none !important;
}

.tab-content > .active {
    display: block;
    visibility: visible;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 0;
}

.badge-primary {
    background-color: #03a9f4;
}

.badge-success {
    background-color: #22cdf3;
}

.badge-warning {
    background-color: #ffc107;
}

.badge-danger {
    background-color: #e51c23;
}

.grid_3 p {
    line-height: 2em;
    color: #888;
    font-size: 0.9em;
    margin-bottom: 1em;
    font-weight: 300;
}

.bs-docs-example {
    margin: 1em 0;
}

section#tables p {
    margin-top: 1em;
}

.tab-container .tab-content {
    border-radius: 0 2px 2px 2px;
    border: 1px solid #e0e0e0;
    padding: 16px;
    background-color: #ffffff;
}

.table td,
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    padding: 15px !important;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    font-size: 0.9em;
    color: #999;
    border-top: none !important;
}

.tab-content > .active {
    display: block;
    visibility: visible;
}

.label {
    font-weight: 300 !important;
}

.label {
    padding: 4px 6px;
    border: none;
    text-shadow: none;
}

.alert {
    font-size: 0.85em;
}

h1.t-button,
h2.t-button,
h3.t-button,
h4.t-button,
h5.t-button {
    line-height: 2em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

li.list-group-item1 {
    line-height: 2.5em;
}

.input-group {
    margin-bottom: 20px;
}

.in-gp-tl {
    padding: 0;
}

.in-gp-tb {
    padding-right: 0;
}

.list-group {
    margin-bottom: 48px;
}

.typo ol {
    margin-bottom: 44px;
}

h2.typoh2 {
    margin: 0 0 10px;
}

@media (max-width:768px) {
    .grid_5 {
        padding: 0 0 1em;
    }

    .grid_3 {
        margin-bottom: 0em;
    }
}

@media (max-width:640px) {
    h1,
    .h1,
    h2,
    .h2,
    h3,
    .h3 {
        margin-top: 0px;
        margin-bottom: 0px;
    }

        .grid_5 h3,
        .grid_5 h2,
        .grid_5 h1,
        .grid_5 h4,
        .grid_5 h5,
        h3.hdg,
        h3.bars {
            margin-bottom: .5em;
        }

    .progress {
        height: 10px;
        margin-bottom: 10px;
    }

    ol.breadcrumb li,
    .grid_3 p,
    ul.list-group li,
    li.list-group-item1 {
        font-size: 14px;
    }

    .breadcrumb {
        margin-bottom: 25px;
    }

    .well {
        font-size: 14px;
        margin-bottom: 10px;
    }

    h2.typoh2 {
        font-size: 1.5em;
    }

    .label {
        font-size: 60%;
    }

    .in-gp-tl {
        padding: 0 1em;
    }

    .in-gp-tb {
        padding-right: 1em;
    }
}


h3.title-allahsuperl.allahsuperl-2:before {
    right: 25%;
}

/*-- //Codes --*/

/*-- to-top --*/

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 31px;
    right: 2.5%;
    overflow: hidden;
    z-index: 999;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%;
    text-indent: 100%;
    background: rgba(0, 46, 91, 0.76) url(../images/arr.png) no-repeat 8px 5px;
    background-size: 26px;
}

#toTopHover {
    width: 64px;
    height: 64px;
    display: block;
    overflow: hidden;
    float: right;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}

/*-- //to-top --*/

/*--responsive--*/

@media(max-width:2560px) {
    img.d-block.w-100 {
        width: 2560px;
        height: 507px;
    }
}

@media(max-width:2400px) {
    img.d-block.w-100 {
        width: 2400px;
        height: 507px;
    }
}
@media(max-width:2300px) {
    img.d-block.w-100 {
        width: 2300px;
        height: 507px;
    }
}
@media(max-width:2200px) {
    img.d-block.w-100 {
        width: 2200px;
        height: 507px;
    }
}
@media(max-width:2100px) {
    img.d-block.w-100 {
        width: 2100px;
        height: 507px;
    }
}
@media(max-width:2000px) {
    img.d-block.w-100 {
        width: 2000px;
        height: 507px;
    }
}
@media(max-width:1900px) {
    img.d-block.w-100 {
        width: 1900px;
        height: 507px;
    }
}
@media(max-width:1800px) {
    img.d-block.w-100 {
        width: 1800px;
        height: 507px;
    }
}
@media(max-width:1680px) {
    img.d-block.w-100 {
        width: 1680px;
        height: 507px;
    }
}

@media(max-width:1600px) {
    img.d-block.w-100 {
        width: 1600px;
        height: 507px;
    }
}

@media(max-width:1440px) {

    img.d-block.w-100 {
        width: 1442px;
        height: 507px;
    }

    .banner1,
    .banner2,
    .banner3 {
        min-height: 720px;
    }

    .advntge-inner-info {
        padding: 2em 1.5em;
    }

    h4.sub-hdng a {
        font-size: 0.9em;
    }

    .bottom-nav-sicons {
        padding: 6.5em 0em 1em 2.5em;
    }

    .position-tittle-w3layouts1 {
        left: -2%;
    }

    .slider-info-wthree h3 {
        line-height: 55px;
    }

    .slider-info-wthree {
        margin-top: 16.5em;
    }

    .advntge-inner-info:nth-child(odd) h6 {
        margin-bottom: 0.5em;
    }

    .advntge-inner-info:nth-child(even) h6 {
        margin-top: 0.5em;
    }
}

@media(max-width:1280px) {
    .banner1,
    .banner2,
    .banner3 {
        min-height: 690px;
    }

    .callbacks_nav {
        bottom: 46%;
    }

    .wedo-right img.second-img {
        bottom: 38%;
        right: -3%;
        width: 254px;
    }

    .wedo-right img.first-img {
        width: 325px;
    }

    .banner-w3-agileits-btm-right {
        padding: 0em 2.3em 0em 0em;
    }

    .bottom-nav-main ul li {
        margin: 0 8px;
    }
}

@media(max-width:1080px) {
    .slider-info-wthree h3 {
        font-size: 3.3em;
        letter-spacing: 2px;
    }

    .slider-info-wthree p {
        font-size: 1em;
        letter-spacing: 3px;
        margin-top: 1.5em;
    }

    .callbacks_container a.bnr-button {
        font-size: 16px;
        padding: 0.5em 2em;
    }

    .slider-info-wthree {
        margin-top: 15em;
    }

    .banner1,
    .banner2,
    .banner3 {
        min-height: 600px;
    }

    .callbacks_nav {
        bottom: 42%;
    }

    .banner-w3-agileits-btm-right {
        padding: 0em;
        margin-bottom: 3em;
    }

    h3.tittle-w3layouts {
        font-size: 3.3em;
        letter-spacing: 1.5px;
        margin-bottom: 0.7em;
    }

    .what-wedo-w3ls,
    .banner-w3-agileits-btm,
    .stats,
    .gallery,
    .blog,
    .team,
    .typo,
    .icons-pdng,
    .contact-innpage {
        padding: 5em 0em;
    }

    .advantages,
    .team {
        padding-top: 5em;
    }

    .wedo-right img.second-img {
        bottom: 51%;
        right: -4%;
        width: 200px;
    }

    .wedo-right img.first-img {
        width: 301px;
        bottom: -8%;
        left: -5%;
    }

    .bottom-nav-sicons {
        padding: 3em 4em;
    }

    .bottom-nav-main ul li {
        margin: 0 20px 0 0;
    }

    .advntge-inner-info h6 {
        font-size: 1.6em;
        line-height: 32px;
    }

    section.header-w3layouts-top h1 a {
        font-size: 1.6em;
    }

    .inner-banner-w3-agileits {
        min-height: 235px !important;
    }

    .team-img2 {
        margin-left: 5em;
    }

    .team-info {
        padding: 1.5em 1.5em;
        width: 49%;
    }

    .services-icon {
        margin: 0em;
        width: 31.5%;
    }

    .blog-right {
        margin: 0.2em 0em 0em 2em;
        width: 55%;
    }

    .blog-left-grid {
        margin-top: 0em;
    }

    .blog-left-grid,
    .blog-right-grid {
        padding: 0;
        width: 50%;
    }

    h4.sub-hdng a {
        margin: 0px 0 11px;
    }

    h6.inner-title {
        font-size: 2em;
    }
}

@media(max-width:1050px) {
    h4.sub-hdng {
        font-size: 1.8em;
        letter-spacing: 0.5px;
    }

    .stat-grids p {
        font-size: 2.5em;
    }

    .stat-grids h3 {
        font-size: 1.3em;
        letter-spacing: 1.3px;
        margin-top: 0.5em;
    }

    .gallery-grid1:nth-child(2),
    .gallery-grid1:nth-child(3) {
        margin-top: 1.4em;
    }

    .banner-w3-agileits-btm-left h6,
    .banner-w3-agileits-btm-right h6 {
        font-size: 1.4em;
    }
}

@media(max-width:1024px) {
    .contact-w3l-footer-w3 {
        padding: 3.5em 0;
    }
    .bottom-nav-main {
         margin-bottom: 0em; 
    }

    .lead {
        font-size: 15px;
    }

    #toTop {
        bottom: 52px;
        right: 3%;
    }

    .cstm-ftr .ftr-links {
        padding-bottom: 30px;
    }
}

@media(max-width:991px) {
    .slider-info-wthree p {
        letter-spacing: 2px;
        margin-top: 1em;
    }

    .slider-info-wthree h3 {
        line-height: 61px;
        font-size: 3.1em;
    }

    .slider-info-wthree {
        margin-top: 13em;
    }

    .callbacks_nav {
        bottom: 46%;
    }

    .stat-grids:nth-child(1),
    .stat-grids:nth-child(2) {
        margin-bottom: 1.5em;
    }

    .wedo-right {
        min-height: 300px;
        margin: 5em 0 1.5em;
    }

    .inn-img-margn {
        margin-bottom: 0px !important;
    }

    .mail-agileits-w3layouts:nth-child(2) {
        margin: 0 0;
    }

    .cstm-ftr .mail-grid1 {
        display: block;
    }

    .bottom-nav-sicons {
        padding: 3em 5.5em;
    }

    .advntge-inner-info:nth-child(even) {
        margin: 0em 0;
    }

    .wedo-right img.second-img {
        bottom: 31%;
        right: -3%;
        width: 250px;
    }

    .team-left,
    .team-right {
        width: 50%;
        float: left;
    }

    .team-img1,
    .team-img2 {
        width: 50%;
    }

    .team-img2 {
        margin-left: 0;
    }

        .team-img1 img,
        .team-img2 img,
        .team-img3 img,
        .team-img4 img {
            margin-top: 0;
        }

    .team-info {
        width: 94%;
        padding: 2em 3em;
        margin-top: 1.5em;
    }

        .team-info:before {
            left: 78px;
            top: -6%;
            transform: rotate(0deg);
            -webkit-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
        }

    .services-left-sctn-grid:last-child {
        margin: 0em;
    }

    .services-icon {
        margin: 0em 0em 1em;
        width: 100%;
    }

    .services-left-sctn-grid:last-child .services-icon:nth-child(3) {
        margin-bottom: 0em !important;
    }

    .blog-left {
        width: 100%;
        float: none;
        margin-bottom: 2em;
    }

    .blog-right {
        margin: 0em 0em 3em;
        width: 100%;
        float: none;
    }

    .blog-left-grid,
    .blog-right-grid {
        float: left;
    }

    .gallery-grid1:nth-child(2),
    .gallery-grid1:nth-child(3) {
        margin-top: 1em;
    }

    .p-mask p {
        font-size: 14px;
    }

    .p-mask h4 {
        font-size: 1.5em;
        letter-spacing: 1px;
    }

    .contact-fields-w3ls:nth-child(4) {
        margin-bottom: 1em;
    }

    .gallery-grid1 .p-mask,
    .row .product .vm-product-media-container .p-mask {
        padding: 1em 1em;
    }

    .contact_left_grid {
        padding: 0;
    }
}

@media(max-width:800px) {
    h3.tittle-w3layouts {
        font-size: 3em;
        letter-spacing: 1px;
        margin-bottom: 0.6em;
    }

    .what-wedo-w3ls,
    .banner-w3-agileits-btm,
    .stats,
    .gallery,
    .services,
    .blog,
    .team,
    .typo,
    .icons-pdng,
    .contact-innpage {
        padding: 4em 0em;
    }

    .advantages,
    .team {
        padding-top: 4em;
    }

    .bottom-nav-sicons {
        padding: 2.5em 1.5em;
    }

    .newsletter_right {
        padding: 2.5em 1.5em;
    }

    section.header-w3layouts-top h1 a {
        font-size: 1.5em;
    }
}

@media(max-width:768px) {
    .copy img.footer-logo {
        max-width: 130px;
        width: 100%;
    }

    .slider-info-wthree h3 {
        font-size: 2.4em;
        letter-spacing: 2px;
    }

    .slider-info-wthree p {
        letter-spacing: 2px;
        margin: 1em 4em 0;
        line-height: 30px;
    }

    .stat-grids p {
        font-size: 2.3em;
    }

    .wedo-right {
        margin: 5em auto 1.5em;
        width: 88%;
    }
}

@media(max-width:768px) {
    section.about-us {
        padding: 15px 0 0 0;
    }

    .mail-agileits-w3layouts:nth-child(2) {
        margin: 0;
    }

    .services {
        padding: 0px;
    }

    .stat-grids {
        width: 50%;
        float: left;
    }

    .pa_italic i, .collapsed span {
        left: 24 em;
        color: #999;
    }
}

@media(max-width:736px) {
    .slider-info-wthree h3 {
        font-size: 2.2em;
        letter-spacing: 2px;
    }


    .slider-info-wthree {
        margin-top: 12em;
    }

    .banner1,
    .banner2,
    .banner3 {
        min-height: 555px;
    }

    .banner-w3-agileits-btm-inner {
        padding: 2em 1.5em;
    }
}

@media(max-width:667px) {
    h2.footer-w3-logo {
        float: none;
    }

    .copy p {
        font-size: 13px;
        letter-spacing: 1.5px;
        float: none;
        text-align: center;
    }

    .copy {
        padding: 1em 0 1.3em;
    }

    h4.sub-hdng {
        font-size: 1.5em;
    }

    .services-icon-text h4 {
        font-size: 23px;
        letter-spacing: 0.8px;
    }

    .services-icon-info {
        width: 65px;
        height: 65px;
        font-size: 1.6em;
        line-height: 60px;
    }

    .team-info {
        padding: 1.7em 1.5em;
    }

    .slider-info-wthree h3 {
        letter-spacing: 1px;
    }
}

@media(max-width:640px) {
    .slider-info-wthree h3 {
        font-size: 2em;
        letter-spacing: 1.5px;
    }

    .stat-grids p {
        font-size: 2.1em;
    }

    .gallery-grid1:nth-child(2),
    .gallery-grid1:nth-child(3) {
        margin-top: 0.8em;
    }

    .mail-agileits-w3layouts span.fa {
        font-size: 21px;
        width: 60px;
        height: 60px;
        line-height: 2.8em;
    }

    .contact-right span,
    .contact-right a {
        font-size: 14px;
        letter-spacing: 1px;
    }

    .mail_grid_w3l input[type="text"],
    .mail_grid_w3l input[type="email"],
    .mail_grid_w3l textarea {
        padding: 10px 14px;
        font-size: 13px;
    }

    .mail_grid_w3l textarea {
        min-height: 135px;
    }

    .contact-fields-w3ls {
        margin-bottom: 0.8em;
    }

    .mail_grid_w3l input[type="submit"] {
        padding: 10px 0;
        font-size: 17px;
        letter-spacing: 1px;
    }

    p.heading-btm {
        font-size: 13.5px;
        margin: 0em 0em 1.5em;
        line-height: 26px;
    }
}

@media(max-width:600px) {
    .slider-info-wthree h3 {
        font-size: 1.8em;
        line-height: 48px;
    }
    .contact-w3l-footer-w3 {
        padding: 1.5em 0;
    }
    .col-md-4.col-lg-4.col-sm-4.col-xs-12.col-xl-4.mail-agileits-w3layouts {
        margin-top: 11px;
    }
    .mail-grid1.text-center {
        padding-top: 0;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 11px;
    }
    p.lead.text-justify {
        
        font-size: 20px;
        margin-bottom:-6px;
    }
    h1 {
        font-size: 25px;
    }

    .slider-info-wthree p {
        letter-spacing: 1.4px;
        margin: 1em 3em 0;
        line-height: 28px;
        font-size: .95em;
    }

    .callbacks_nav.prev {
        left: 4%;
    }

    .slider-info-wthree {
        margin-top: 10em;
    }

    .banner1,
    .banner2,
    .banner3 {
        min-height: 470px;
    }

    .callbacks_container a.bnr-button {
        font-size: 14.5px;
        margin-top: 1.4em;
    }

    .a3,
    .a2 {
        min-height: 200px;
    }

    .bottom-nav-main ul li a {
        font-size: 13.5px;
    }

    .services-icon-text h4 {
        font-size: 20px;
        font-weight: 300;
        margin: 1em 0 0.3em 0;
    }

    .gallery-grid1 .p-mask,
    .row .product .vm-product-media-container .p-mask {
        padding: 0.5em .8em;
    }

    h6.inner-title {
        font-size: 1.6em;
    }

        h6.inner-title::after {
            width: 55px;
            bottom: -6px;
        }

    section.header-w3layouts-top h1 a {
        font-size: 1.3em;
    }

    h2.footer-w3-logo a {
        font-size: 1.3em;
    }

    .wedo-right img.second-img {
        bottom: 49%;
        width: 189px;
    }

    .wedo-right img.first-img {
        width: 264px;
    }

    .contact-right p {
        margin: 0px 0px 5px;
        font-size: 16px;
    }

    .modal-content h4 {
        font-size: 2.5em;
    }

    .modal-content h5 {
        font-size: 1.4em;
        line-height: 30px;
    }
}

@media(max-width:576px) {
    .cstm-slide .item img {
        width: 100%;
        height: 500px;
    }

    p.lead.text-justify {
        margin-left: 18px;
        margin-right: 11px;
        margin-top: 0;
        margin-bottom: -7px;
        font-size: 22px;
    }

    .pa_italic i, .collapsed span {
        left: 19em;
    }

    .services {
        padding: 0px;
    }

    .cstm-slide .item h1 {
        font-size: 30px;
    }

    section.about-us {
        padding: 19px 0 0 0;
    }

        section.about-us h2.text-center {
            font-size: 26px;
        }

    .services {
        padding: 0px;
    }

    section.about-uss {
        padding: 0px 0 0 0;
    }

    section.about-us.css {
        padding-top: 0px;
    }

    .embed-responsive.embed-responsive-16by9 {
        height: 127px;
    }

    section.about-us p.text-center {
        padding-bottom: 0px;
    }

    .slider-info-wthree h3 {
        font-size: 1.5em;
        letter-spacing: 1.3px;
        line-height: 35px;
    }

    .callbacks_nav.prev {
        left: 3%;
    }

    .banner1,
    .banner2,
    .banner3 {
        min-height: 435px;
    }

    .slider-info-wthree {
        margin-top: 8.5em;
    }

    .callbacks_nav {
        bottom: 53%;
    }

    .team-info:before {
        left: 55px;
    }

    h3.tittle-w3layouts {
        line-height: 48px;
        font-size: 2.5em;
    }

    .header-w3layouts-top {
        padding: 1em 1.5em;
    }

    .slider-info-wthree h3 {
        line-height: 38px;
    }

    .slider-info-wthree h3 {
        line-height: 45px;
        font-size: 2.2em;
        letter-spacing: 2.5px;
    }

    .slider-info-wthree {
        margin-top: 9em;
    }

    .callbacks_nav {
        bottom: 50%;
    }

    h3.tittle-w3layouts {
        font-size: 2.8em;
        margin-bottom: 0.5em;
    }

    h4.sub-hdng {
        font-size: 1.4em;
    }

    .banner-w3-agileits-btm-left h6,
    .banner-w3-agileits-btm-right h6 {
        font-size: 1.1em;
    }

    .stat-grids h3 {
        font-size: 1.2em;
        letter-spacing: 1px;
    }

    .stat-grids p {
        font-size: 2em;
    }

    .team-info:before {
        left: 46px;
    }

    .mail-grid1 {
        display: block;
    }

    .blog-left-grid,
    .blog-right-grid {
        float: none;
        width: 100%;
    }

    .what-wedo-w3ls,
    .banner-w3-agileits-btm,
    .stats,
    .gallery,
    .services,
    .blog,
    .team,
    .typo,
    .icons-pdng,
    .contact-innpage {
        padding: 0em 0em;
    }

    .w3_agileits_services_grid_agile {
        padding: 0px;
    }

    .p-mask p {
        font-size: 12.5px;
    }

    .services-breadcrumb {
        padding: 0.7em 0;
    }

    .team-left p,
    .team-right p {
        font-size: 13.5px;
    }

    .team-left h4,
    .team-right h4 {
        font-size: 18px;
    }
}





@media(max-width:480px) {

    p.lead.text-justify {
        margin-left: 12px;
        margin-right: 13px;
        font-size: 19px;
        margin-bottom:12px;
    }
    img.d-block.w-100 {
        width: 100%;
        height: 396px;
    }
    .mail-grid1.text-center {
        padding-top: 0;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 7px;
    }
    ul {
        margin-left: 13px;
    }

    .lead {
        font-size: 23px;
    }

    .panel-heading {
        padding: 0px 0px;
    }

    .row {
        margin-top: 24px;
        margin-bottom: 24px;
    }

    .panel-body {
        padding: 0px;
        font-size: 14px;
        line-height: 2em;
        padding-top: 15px;
    }



    h1 {
        font-size: 20px;
    }

    .cstm-slide .item img {
        width: 100%;
        height: 400px;
    }

    .cstm-slide .item h1 {
        font-size: 19px;
    }

    section.about-us {
        padding: 19px 0 0 0;
    }

        section.about-us h2.text-center {
            font-size: 26px;
        }

    .services {
        padding: 0px;
    }

    section.about-uss {
        padding: 0px 0 0 0;
    }

    section.about-us.css {
        padding-top: 0px;
    }

    .embed-responsive.embed-responsive-16by9 {
        height: 127px;
    }

    section.about-us p.text-center {
        padding-bottom: 0px;
    }

    .slider-info-wthree h3 {
        font-size: 1.5em;
        letter-spacing: 1.3px;
        line-height: 35px;
    }

    .callbacks_nav.prev {
        left: 3%;
    }

    .banner1,
    .banner2,
    .banner3 {
        min-height: 435px;
    }

    .slider-info-wthree {
        margin-top: 8.5em;
    }

    .callbacks_nav {
        bottom: 53%;
    }

    .team-info:before {
        left: 55px;
    }



    .pa_italic i, .collapsed span {
        left: 382px;
    }

    h3.tittle-w3layouts {
        line-height: 48px;
        font-size: 2.5em;
    }
}

@media (max-width: 425px) {
    .pa_italic i, .collapsed span {
        left: 330px;
    }

    .demo-gallery > ul > li {
        margin-bottom: -9px;
        width: 294px;
        display: inline-block;
        margin-right: 7px;
        list-style: outside none none;
    }
    .cstm-slide .item img {
        width: 100%;
        height: 350px;
    }

    .lead {
        font-size: 23px;
    }

    .panel-heading {
        padding: 0px 0px;
    }

    .row {
        margin-top: 24px;
        margin-bottom: 24px;
    }

    .panel-body {
        padding: 0px;
        font-size: 14px;
        line-height: 2em;
        padding-top: 15px;
    }

  
}


@media (max-width: 375px) {
    .copy {
        width: 100%;
    }
    img.d-block.w-100 {
        height: 350px;
    }



    .panel {
        background-image: url(../images/bgAbout.jpeg);
        background-repeat: no-repeat;
        background-size: cover;
        display: block;
        width: 100%;
    }

    .services-breadcrumb {
        width: 100%;
        border: none;
        padding: 1em 0;
        background: #000;
    }

    .contact-w3l-footer-w3 {
        background: url(../images/bann1.jpg) no-repeat 0px 0px;
        background-size: cover;
        padding: 0 0;
        margin-top: 13px;
        width: 100%;
    }
    ul {
        margin-left: 10px;
        padding: 0;
    }
    .cstm-ftr .ftr-links {
        padding-bottom: 0px;
    }

    .banner-w3-agileits-slider.inner-banner-w3-agileits {
        width: 100%;
    }

    .pa_italic i, .collapsed span {
        left: 275px;
    }

    section.about-us h4 {
        font-size: 22px;
    }

    .panel-heading {
        padding: 0px 0px;
    }

    p.lead.text-justify {
        margin-left: 11px;
        margin-right: 11px;
        margin-bottom:5px;
        font-size:16px;
    }

    section.header-w3layouts-top img.img-responsive {
        height: 48px;
    }

    .row {
        margin-top: 24px;
    }

    .lead {
        font-size: 19px;
    }

    
}



@media (max-width: 375px) {
    ul {
        margin-left: -19px;
        padding: 0;
    }
}




@media (max-width: 320px) {
    .copy {
        width: 100%;
    }

    section.about-us h4 {
       
        margin-left: -3px;
       
    }
    .mail-grid1.text-center {
        padding-top: 0;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 7px;
    }

    img.d-block.w-100 {
        width: 320px;
        height: 350px;
    }

    .row {
        margin-top: 0;
        margin-bottom: 0;
    }
    .mail-agileits-w3layouts span.fa {
        
        margin-top: 29px;
    }

    .bread {
        width: 414px;
    }

    h1 {
        font-size: 14px;
    }

    .services-breadcrumb {
        width: 100%;
        border: none;
        padding: 1em 0;
        background: #000;
    }

    .slider {
        width: 414px;
        background: url(../images/bann2.jpg) no-repeat;
        height: 197px;
        position: relative;
        display: block;
        background-size: cover;
    }


    .banner-w3-agileits-slider.inner-banner-w3-agileits {
        width: 100%;
    }

    .contact-w3l-footer-w3 {
        background: url(../images/bann1.jpg) no-repeat 0px 0px;
        background-size: cover;
        padding: 0 0;
        margin-top: 13px;
        width: 100%;
    }



    .pa_italic i, .collapsed span {
        left: 243px;
    }

    section.about-us h2.text-center {
        font-size: 29px;
    }

    section.about-us h4 {
        font-size: 22px;
    }

    .panel-heading {
        padding: 0px 0px;
    }

    

    section.header-w3layouts-top img.img-responsive {
        height: 48px;
    }

    .row {
        margin-top: 24px;
        margin-bottom: 24px;
    }

    .lead {
        font-size: 19px;
    }
    ul {
        margin-left: 13px;
        padding: 0;
    }
    .col-md-4.col-lg-4.col-sm-4.col-xs-12.col-xl-4.mail-agileits-w3layouts {
        padding-top: 19px;
    }

    .panel {
        background-image: url(../images/bgAbout.jpeg);
        background-repeat: no-repeat;
        background-size: cover;
        display: block;
        width: 100%;
    }
    ul#lightgallery {
        margin-left:-18px;
    }

    p.lead.text-justify {
        margin-left: 12px;
        margin-right: 13px;
        font-size: 16px;
       margin-bottom:3px;
    }
}




/*--responsive--
