/*-- the milieu group
--*/
body a {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
html, body{
    font-size: 100%;
    font-family: 'Roboto Condensed', sans-serif;
}
body{
    background:#FFFFFF;
}
/*-- banner-top --*/
.banner-p{
    padding-top: 8%;
}
.banner-top{

    background: url(../images/homeslide/homebanner1.jpg) no-repeat 0px 0px;
    background-size: cover;
}
.banner-top1{
    background: url(../images/homeslide/homebanner2.jpg) no-repeat 0px 0px;
    background-size: cover;
}
.banner-top2{
    background: url(../images/homeslide/homebanner3.jpg) no-repeat 0px 0px;
    background-size: cover;
}
.banner-top3{
    background: url(../images/3.jpg) no-repeat 0px 0px;
    background-size: cover;
}
.agileinfo-dot{
    background: url(../images/dott.png)repeat 0px 0px;
    background-size: 2px;
    -webkit-background-size: 2px;
    -moz-background-size: 2px;
    -o-background-size: 2px;
    -ms-background-size: 2px;
}
.jarallax {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
/*-- //banner-top --*/
/*-- banner --*/
.banner{
    position: absolute;
    top: 0;
    z-index: 99;
    left: 0;
    width: 100%;
    background: white;

    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid #dedede;
}
/*-- header --*/
.header {
    margin: 1em 0 1em 0;
}
.navbar-default {
    background: none;
    border: none;
}
.navbar {
    margin-bottom: 0;
}
.navbar-collapse {
    padding: 0;
    box-shadow: none;
}
.navbar-default .navbar-brand {
    color: #fff;
}
.w3layouts-logo h1{
    margin:0;
}
.w3layouts-logo h1 a {
    font-size: 1em;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    border: solid 1px #fff;
    padding: .2em .5em;
}
.w3layouts-logo h1 a span{
    font-size: .6em;
    font-weight: 400;
    font-family: 'Crimson Text', serif;
    text-transform: initial;
}
.navbar-nav {
    float: right;
    margin: 0;
    padding-top: 30px;

}
.navbar-default .navbar-nav > li > a {
    color: #003764;
    border: solid 1px rgba(255, 255, 255, 0);
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    -moz-border-radius: 30px;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #003764;
    border: solid 1px #ffffff;
    background: #ffffff;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    color: #ffffff;
}
.navbar-nav > li > a {
    font-size: 1em;
    // padding: .5em 1.5em;
    margin-right: 5px;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #003764;
    border: solid 1px #ffffff;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    -moz-border-radius: 30px;
    background: #f6e4ac;
}
/*-- //header --*/
.w3layouts-banner-slider {
    margin: 8em 0;
}
.agileits-banner-info {
    text-align: center;
    padding: 14em 0 12em;
}
.agileits-banner-info h3{
    color: #ffffff;
    font-size: 5em;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}
.agileits-banner-info h6{
    color: #FFFFFF;
    font-size: 1.1em;
    margin: 2em auto 0;
    font-family: 'Crimson Text', serif;
    font-style: italic;
}
.agileits-banner-info p{
    color: #FFFFFF;
    font-size: .9em;
    line-height: 1.8em;
    margin: 2em auto 0;
    width: 60%;
}
.w3-button{
    margin: 4em 0 1em 0;
}
.w3-button a{
    color: #FFFFFF;
    font-size: 1em;
    text-decoration: none;
    padding: 1.4em 1em;
    background: none;
    text-align: center;
    border: solid 2px #FFFFFF;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
}
.w3-button a:hover{
    color: #4CAF50;
    background:#FFFFFF;
    border: solid 2px #FFFFFF;
}
/*--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;
}
.callbacks_nav {
    position: absolute;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    bottom: 255px;
    left: 0;
    z-index: 9;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    width: 50px;
    height: 50px;
    background: transparent url(../images/arrows.png) no-repeat left top;
}
.callbacks_nav.next {
    left: auto;
    background-position: left top;
    right: 3%;
}
.callbacks_nav.prev {
    right: auto;
    background-position: right top;
    left: 3%;
}
#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;
    top: 84%;
    left: 48%;
    padding: 0;
    margin: 0;
    display: block;
    z-index: 999;
}
.slider-top span{
    font-weight:600;
}
.callbacks_tabs li{
    display: inline-block;
    margin: 0;
}
/*----*/
.callbacks_tabs a{
    visibility: hidden;
}
.callbacks_tabs a:after {
    content: "\f111";
    font-size: 0;
    font-family: FontAwesome;
    visibility: visible;
    display: block;
    height: 10px;
    width: 10px;
    display: inline-block;
    background: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
}
.callbacks_here a:after{
    background: #003764;
    border: 2px solid #ffffff;
}
/*-- //slider --*/
.agileits-w3layouts-info img{
    width:100%;
}
.modal-header h4 {
    color: #212121;
    font-size: 2em;
    margin: 0;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
}
.modal-header h4 span {
    font-size: .6em;
    font-weight: 400;
    font-family: 'Crimson Text', serif;
    text-transform: initial;
}
.modal-body p{
    margin: 1em 0 0 0;
    font-size: .875em;
    color: #999999;
    line-height: 1.8em;
}
/*-- about --*/
.markets,.testimonial-dot,.blog,.contact{
    padding:4em 0;
}
.about{
    padding:4em 0;
    background: #f7f7f7;

}
.services{
    padding:4em 0;
    //  background: #f7f7f7;

}
/*-- flex-slider --*/
#carousel li {
    margin-right: 0 !important;
    width: 107px !important;
}
#carousel img {display: block; opacity: .5; cursor: pointer;}
#carousel img:hover {opacity: 1;}
#carousel .flex-active-slide img {opacity: 1; cursor: default;}
.w3-about-left h2,.wthree-heading h3{
    color: #003764;
    font-size: 1.2em;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 4px;
}
.w3-about-left h5,.wthree-heading h5{
    color: #212121;
    font-size: 1.1em;
    margin: 1em 0;
    font-family: 'Crimson Text', serif;
    font-style: italic;
}
.w3-about-left p{
    color:#999999;
    font-size:.9em;
    margin:0;
    line-height:1.8em;
}
.w3-about-left p span{
    display:block;
    margin:1em 0 0 0;
}
.w3l-button {
    margin: 2em 0 1em 0;
}
.w3l-button a {
    color: #212121;
    font-size: .9em;
    text-decoration: none;
    padding: .5em 2em;
    background: none;
    letter-spacing: 6px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    border: solid 1px #000000;
}
.w3l-button a:hover {
    background:#4CAF50;
    border: solid 1px #4CAF50;
    color:#FFFFFF;
}
.w3l-button a:focus{
    outline:none;
}
/*-- about --*/
/*-- markets --*/
.markets{
    background:#fff;
}
.wthree-heading{
    text-align:center;
}
.markets-grids,.agile-services-grids,.posts-grids,.agile-contact-form {
    margin: 4em 0 0 0;
}
.agileits-icon-grid {
    padding: 1em 0 1em 0;
    background: #FFFFFF;
    box-shadow: 0 0px 1px rgb(107, 107, 107),0 1px 2px rgba(0,0,0,.24);
}
.icon-left{
    float: left;
    width: 70px;
    height: 70px;
    text-align: center;
    padding: 1.2em 0 0 0;
    margin-right: 1.5em;
        margin-left: 1.5em;

    background: #003764;
}
.icon-left i.fa.fa-bar-chart,.icon-left i.fa.fa-line-chart,.icon-left i.fa.fa-area-chart,.icon-left i.fa.fa-signal,.icon-left i.fa.fa-money,.icon-left i.fa.fa-briefcase{
    color: #FFFFFF;
    font-size: 2em;

}
.icon-right{
    float: left;
    width: 60%;
    padding-top: 10px;
            margin-left: 1.2em;

}
.icon-right h5{
    color: #003764;
    font-size: 1em;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 4px;
}
.icon-right p{
    color: #999999;
    font-size: .9em;
    margin: 0.5em 0 0 0;
    line-height: 1.8em;
}
.w3ls-markets-grid:nth-child(4),.w3ls-markets-grid:nth-child(5),.w3ls-markets-grid:nth-child(6){
    margin:3em 0 0 0;
}
/*-- //markets --*/
/*-- services --*/
.agile-services-grid img{
    width:100%;
}
.agile-services-grid:hover img{
    width:100%;
      opacity: 0.5;
      background: #f6e4ac;
       -webkit-filter: blur(1px); /* Safari 6.0 - 9.0 */
    filter: blur(1px);
     background: url(../images/mause.png) no-repeat 0px 70%;
}
.over:hover{}
.agile-services-grid h6{
    color: #000000;
    font-size: 1em;
    margin: 1em 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 4px;
}
.agile-services-grid p{
    color: #999999;
    font-size: .9em;
    margin:0;
    line-height: 1.8em;
}
.agile-services-grid ul{
    padding:0;
    margin:1em 0 0 0;
}
.agile-services-grid ul li{
    display: block;
    font-size: .9em;
    color: #999999;
    margin-top: 1em;
}
.agile-services-grid ul li span.glyphicon {
    padding-right: 6px;
}
/*-- //services --*/
.testimonial{
    background:url(../images/1.jpg) no-repeat 0px 0px;
    background-size:cover;
}
.testimonial-dot{
    background: url(../images/dott.png)repeat 0px 0px;
    background-size: 2px;
    -webkit-background-size: 2px;
    -moz-background-size: 2px;
    -o-background-size: 2px;
    -ms-background-size: 2px;
}
.testimonial-heading h3{
    color:#FFFFFF;
}
.testimonial-heading h5{
    color:#FFFFFF;
}
.testimonial-img-grid{
    width: 28%;
    margin: 0 auto;
}
.testimonial-img{
    float: left;
    width: 26.33%;
}
.testimonial-img:nth-child(2){
    margin:0 2em;
}
.testimonial-img img{
    width:100%;
    border-radius:50%;
    -webkit-border-radius:50%;
    -ms-border-radius:50%;
    -moz-border-radius:50%;
    -o-border-radius:50%;
}
.t-img1 img,.t-img2 img{
    opacity: 0.6;
}
.testimonial-img-info{
    margin:2em 0 0 0;
}
.testimonial-img-info{
    text-align:center;
}
.testimonial-img-info p{
    color: #FFFFFF;
    font-size: .9em;
    margin:0 auto;
    width:60%;
    line-height: 1.8em;
}
.testimonial-img-info h5{
    color: #FFFFFF;
    font-size: 1em;
    margin: 1em 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 4px;
}
.testimonial-img-info h6{
    color: #FFFFFF;
    font-size: .9em;
    margin: 1em 0;
    font-family: 'Crimson Text', serif;
    font-style: italic;
}
/*-- blog --*/
.w3-agile-post-img a {
    background: url(../images/5.jpg) no-repeat 0px 0px;
    background-size: cover;
    min-height: 230px;
    display: block;
    text-decoration: none;
}
.w3-agile-post-img1 a {
    background: url(../images/6.jpg) no-repeat 0px 0px;
    background-size: cover;
}
.w3-agile-post-img2 a {
    background: url(../images/10.jpg) no-repeat 0px 0px;
    background-size: cover;
}
.w3-agile-post-img1 a:focus{
    outline:none;
}
.w3-agile-post-img a ul {
    padding: 11em 0 0 0;
    text-align: center;
    vertical-align: bottom;
}
.w3-agile-post-img a ul li {
    display: inline-block;
    color: #FFFFFF;
    font-size: 1em;
    text-decoration: none;
    padding: .5em 1em;
    border-radius: 20px;
}
.w3-agile-post-img a ul li:nth-child(1){
    background: #03A9F4;
}
.w3-agile-post-img a ul li:nth-child(2) {
    margin: 0 1em;
    background: #F44336;
}
.w3-agile-post-img a ul li:nth-child(3){
    background: #8BC34A;
}
.w3-agile-post-info h4 {
    margin: .5em 0;
}
.w3-agile-post-info h4 a {
    color: #000000;
    font-size: .9em;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 4px;
    text-decoration: none;
}
.w3-agile-post-info h4 a:hover{
    color:#4CAF50;
}
.w3-agile-post-info h4 a:focus{
    outline:none;
}
.w3-agile-post-info p {
    color: #999999;
    font-size: .9em;
    margin: 0;
    line-height: 1.8em;
}
.w3-agile-post-info ul{
    padding:0;
    margin:0;
}
.w3-agile-post-info ul li{
    display: inline-block;
    color: #000000;
    font-size: 1em;
    font-family: 'Crimson Text', serif;
    font-style: italic;
}
.w3-agile-post-info ul li:nth-child(2){
    margin: 0 0 0 7em;
}
.w3-agile-post-info ul li a{
    color:#999999;
    text-decoration:none;
}
.w3-agile-post-info ul li a:hover{
    color:#4CAF50;
}
/*-- //blog --*/
/*-- contact --*/
.contact{
    background: #f7f7f7;
        -webkit-box-shadow: 3px 0 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 3px 0 30px 0 rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid #dedede;

}
.w3layouts-contact-form-top h3,.contact-form-top h3,.w3agile-map h3 {
    color: #003764;
    font-size: 1em;
    margin: 1em 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 4px;
}
.w3layouts-contact-form-top p{
    font-size: .9em;
    color: #999;
    margin: 1em 0 0;
    line-height: 1.8em;
}
.agileits-contact-address{
    margin: 3em 0 0 0;
}
.w3layouts-contact-form-top p{
    margin:2em 0;
}
.agileits-contact-address ul {
    padding: 0;
    margin: 0;
}
.agileits-contact-address ul li {
    display: block;
    margin: 1em 0;
}
.agileits-contact-address ul li i.fa.fa-phone,.agileits-contact-address ul li i.fa.fa-map-marker {
    height: 40px;
    width: 40px;
    background: #003764;
    line-height: 40px;
    text-align: center;
    color: #FFF;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.agileits-contact-address ul li span {
    color: #999999;
    font-size: .875em;
    margin-left: 1em;
}
.agileits-contact-address ul li span a {
    color: #999999;
    text-decoration: none;
}
.agileits-contact-address ul li span a:hover{
    color: #000;
}
.agileinfo-contact-form-grid{
    margin: 2em 0 0 0;
}
.agileinfo-contact-form-grid input[type="text"],.agileinfo-contact-form-grid input[type="email"] {
    display: inline-block;
    background: none;
    border: 1.5px solid #BBBBBB;
    width: 100%;
    outline: none;
    padding: 10px 15px 10px 15px;
    font-size: .9em;
    color: #BBBBBB;
    margin-bottom: 1.5em;
}
.agileinfo-contact-form-grid textarea {
    background: none;
    border: 1.5px solid #BBBBBB;
    width: 100%;
    display: block;
    height: 150px;
    outline: none;
    font-size: 0.9em;
    color: #BBBBBB;
    resize: none;
    padding: 10px 15px 10px 15px;
    margin-bottom: 1em;
}
button.btn1{
    color: #003764;
    font-size: .9em;
    text-decoration: none;
    padding: .5em 2em;
    background: none;
    letter-spacing: 6px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    border: solid 1px #000000;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
button.btn1:hover{
    border: solid 1px #003764;
    color: #FFF;
    background:#003764;
}
.w3agile-map {
    margin: 4em 0 0 0;
}
.w3agile-map iframe{
    border: none;
    min-height: 300px;
    width: 100%;
    margin:2em 0 0 0;
}
/*-- //contact --*/
/*-- copyright --*/
footer{
    background: #003764;
    padding:1em 0;
}
.copyright p{
    text-align:center;
    color:#FFFFFF;
    margin:0;
    font-size:.9em;
}
.copyright p a{
    color:#FFFFFF;
    text-decoration:none;
}
.copyright p a:hover{
    color:#000;
}
/*-- //copyright --*/
/*-- to-top --*/
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 20px;
    right: 2%;
    overflow: hidden;
    z-index: 999;
    width: 40px;
    height: 40px;
    border: none;
    text-indent: 100%;
    background: url(../images/arrow.png) no-repeat 0px 0px;
}
#toTopHover {
    width: 40px;
    height: 40px;
    display: block;
    overflow: hidden;
    float: right;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}
.imgwerehouse{
        padding-top: 10%;
    }
    .padtop{
         padding-top: 10%;
    }
/*-- //to-top --*/
/*-- responsive --*/
@media(max-width:1080px){
      .padtop{
         padding-top: 20%;
    }
    .icon-left {
        width: 59px;
        height: 59px;
        padding: 1em 0 0 0;
    }
    .testimonial-img-grid {
        width: 35%;
    }
    .imgwerehouse{
        padding-top: 10%;
    }
}
@media(max-width:991px){

    .banner-p{
    padding-top: 20%;
}
    .callbacks_nav {

    bottom: 155px;
    }
    .navbar-nav > li > a {
        padding: .5em 1em;
            font-size: 0.9em;

    }
    .agileits-banner-info {
        padding: 9em 0 9em;
    }
    .agileits-banner-info h3 {
        font-size: 4em;
    }
    .callbacks_tabs {
        left: 47%;
    }
    .w3-about-left:nth-child(2) {
        margin: 2em 0 0 0;
    }
    .w3ls-markets-grid:nth-child(2){
        margin:1em 0;
    }
    .w3ls-markets-grid:nth-child(4), .w3ls-markets-grid:nth-child(5), .w3ls-markets-grid:nth-child(6) {
        margin: 1em 0 0 0;
    }
    .agile-services-grid:nth-child(2){
        margin:2em 0;
    }
    .testimonial-img-grid {
        width: 45%;
    }
    .w3-agile-post-img a ul {
        padding: 8em 0 0 0;
    }
    .w3-agile-post-img a ul li {
        font-size: .9em;
        padding: .5em .6em;
    }
    .w3-agile-post-img a ul li:nth-child(2) {
        margin: 0 0em;
    }
    .w3-agile-post-img a {
        min-height: 175px;
    }
    .w3-agile-post-info ul li:nth-child(2) {
        margin: 0 0 0 3em;
    }
    .contact-form-right {
        margin: 2em 0 0;
    }
    .w3l-button a {
        width: 20%;
        display: block;
    }
    .w3l-button {
        margin: 2em 0 0 0;
    }
    .imgwerehouse{
        padding-top: 10%;
    }
     .imgwerehouse{
        padding-top: 20%;
    }
}

@media(max-width:800px){
     .padtop{
         padding-top: 20%;
    }
        .banner-p{
    padding-top: 20%;
}
    .callbacks_tabs {
        left: 46%;
    }
    .imgwerehouse{
        padding-top: 20%;
    }
}
@media(max-width:736px){
    .banner-p{
    padding-top: 20%;
}
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #003764;
    }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      //  background: #003764;
    }
    .navbar-nav {
        float: none;
        margin: 0;
        text-align: center;
     //   background: rgba(0, 0, 0, 0.85);
    }
    .w3-agile-post-img a {
        min-height: 310px;
    }
    .w3-agile-post-grids:nth-child(2){
        margin:2em 0;
    }
    .w3-agile-post-img a ul {
        padding: 16em 0 0 0;
    }
}
@media(max-width:667px){
    .padtop{
         padding-top: 60%;
    }
       .imgwerehouse{
        padding-top: 20%;
    }
        .banner-p{
    padding-top: 40%;
}
    .callbacks_tabs {
        left: 45%;
    }
    .callbacks_nav {
        bottom: 110px;
    }
    .testimonial-img-grid {
        width: 51%;
    }
}
@media(max-width:640px){
    .agileits-banner-info p {
        width: 70%;
    }
    .testimonial-img-grid {
        width: 55%;
    }
}
@media(max-width:600px){
    .agileits-banner-info h3 {
        font-size: 3em;
    }
    .testimonial-img-grid {
        width: 60%;
    }
    .testimonial-img-info p {
        width: 75%;
    }
}
@media(max-width:568px){
    .agileits-banner-info p {
        width: 75%;
    }
    .callbacks_tabs {
        left: 44%;
    }
}
@media(max-width:480px){
       .imgwerehouse{
        padding-top: 45%;
    }
    .agileits-banner-info h3 {
        font-size: 2em;
    }
    .w3l-button a {
        width: 28%;
    }
    .agileits-banner-info {
        padding: 7em 0 6em;
    }
    .w3-button {
        margin: 3em 0 1em 0;
    }
    .callbacks_tabs {
        left: 43%;
    }
    .about, .markets, .services, .testimonial-dot, .blog, .contact {
        padding: 2em 0;
    }
    .markets-grids, .agile-services-grids, .posts-grids, .agile-contact-form {
        margin: 2em 0 0 0;
    }
    .testimonial-img {
        width: 23.33%;
    }
    .testimonial-img-info p {
        width: 85%;
    }
    .w3agile-map {
        margin: 2em 0 0 0;
    }
    .w3agile-map iframe {
        margin: 0em 0 0 0;
    }
    .agileits-contact-address {
        margin: 2em 0 0 0;
    }
}
@media(max-width:414px){
    .w3l-button a {
        width: 34%;
    }
    .w3-agile-post-img a ul {
        padding: 10em 0 0 0;
    }
    .w3-agile-post-img a {
        min-height: 220px;
    }
    .w3-agile-post-info ul li:nth-child(2) {
        margin: 0 0 0 7em;
    }
    .agileits-banner-info p {
        margin: 1em auto 0;
    }
    .agileits-banner-info h6 {
        margin: 1em auto 0;
    }
}
@media(max-width:384px){
       .imgwerehouse{
        padding-top: 50%;
    }
    .w3l-button a {
        width: 38%;
    }
    .callbacks_tabs {
        left: 42%;
    }
    .callbacks_nav {
        width: 40px;
        height: 40px;
        background: transparent url(../images/arrows.png) no-repeat left top;
        background-size: 202%;
    }
    .testimonial-img:nth-child(2) {
        margin: 0 1em;
    }
    .w3-button a {
        padding: 1em .6em;
    }
}
@media(max-width:375px){
    .w3layouts-logo h1 a {
        font-size: .9em;
    }
    .agileits-banner-info {
        padding: 7em 0 3em;
    }
    .callbacks_tabs {
        top: 90%;
    }
    .callbacks_nav {
        bottom: 84px;
    }
}
@media(max-width:320px){
    .agileits-banner-info h3 {
        font-size: 1.5em;
    }
    .agileits-banner-info p {
        font-size: .8em;
    }
    .callbacks_nav {
        bottom: 165px;
    }
    .callbacks_tabs {
        left: 40%;
    }
    .w3-about-left h2, .wthree-heading h3 {
        font-size: 1em;
    }
    .w3l-button a {
        width: 46%;
    }
    .icon-left {
        float: none;
        margin: 0 auto 1em;
    }
    .icon-right {
        float: none;
        width: 100%;
        text-align: center;
    }
    .testimonial-img-grid {
        width: 80%;
    }
    .testimonial-img {
        width: 26.33%;
    }
    .testimonial-img-info {
        margin: 1em 0 0 0;
    }
    .w3-agile-post-info h4 a {
        letter-spacing: 3px;
    }
    .w3-agile-post-info ul li:nth-child(2) {
        margin: 0 0 0 4em;
    }
    .w3-agile-post-img a {
        min-height: 160px;
    }
    .w3-agile-post-img a ul {
        padding: 7em 0 0 0;
    }
    .w3layouts-contact-form-top p {
        margin: 1em 0;
    }
    .agileinfo-contact-form-grid input[type="text"], .agileinfo-contact-form-grid input[type="email"] {
        margin-bottom: 0.5em;
    }
    .agileinfo-contact-form-grid textarea {
        height: 125px;
    }
    .w3agile-map iframe {
        min-height: 200px;
    }
    .testimonial-img-info p {
        width: 100%;
    }
    .modal-header h4 {
        font-size: 1.5em;
    }
}

/*-- //responsive --*/


/*-- Logo Size--*/
.logo-size {
    height: 96px;
    width: auto;
}

/*----Video Hero-----*/
section.hero-video {
  position: relative;
  height: 89vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

section.hero-video .container {
  position: relative;
  z-index: 2;
  height: 100%;
}

.text-container {
  background-image:
    linear-gradient(#141414, #0f0f0f, #000);
  border-left: 2px solid #212121;
  border-right: 2px solid #212121;
}

.btn {
  max-width: 250px;
  border-radius: 0;
  font-weight: 500;
}

section.hero-video video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

section.hero-video img.poster {
  height: 100vh;
  min-height: 100vh;
  object-fit: cover;
  object-position: bottom right;
  position: absolute;
  top: 0;
  left: 0;
}

@media (pointer: coarse) and (hover: none) {
  section {
    background: url('../video/video-hero-logistics-poster.jpg') no-repeat scroll;
    background-position: center;
  }
}

.d-block {
    display: block;
}

@media(max-width:768px) {
    .hero-title {
        font-family: 'Montserrat', sans-serif;
        padding-top: 8rem;
        margin-top: 6rem;
    }

    .hero-title h2 {
        font-size: 2.5rem;
        font-weight: 600;
    }

    .hero-title span {
        font-size: 2.5rem;
        font-weight: 600;
    }

    .hero-title h4 {
        font-size: 1rem;
        font-weight: 500;
    }

    .subtitle {
      font-size: 1rem !important;
      font-weight: 500 !important;
    }
}

@media (min-width:769px) {
    .hero-title {
        font-family: 'Montserrat', sans-serif;
        padding-top: 8rem;
        margin-top: 10rem;
    }

    .hero-title h2 {
        font-size: 5rem;
        font-weight: 600;
    }

    .hero-title span {
        font-size: 5rem;
        font-weight: 600;
    }

    .hero-title h4 {
        font-size: 2rem;
        font-weight: 500;
    }

    .subtitle {
      font-size: 2rem !important;
      font-weight: 500 !important;
    }
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none;
    }
}

@media (max-width: 575.98px) {
  section.hero-video video {
    display: none;
  }
}

.hero-title a span {
  color: white;
}

.hero-title h2 {
  text-shadow:#0f0f0f 0px 4px 10px;
}

.hero-title span {
  text-shadow:#0f0f0f 0px 4px 10px;
}

.hero-title h4 {
  text-shadow:#0f0f0f 0px 2px 5px;
}

.subtitle {
  text-shadow: #0f0f0f 0px 2px 5px;
}

.text-white {
    color: white;
}

.image-section-additional-services {
  height: 600px;
  background-image: url('../images/homeslide/additionalservicespg.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.image-section-domestic-services {
  height: 800px;
  background-image: url('../images/homeslide/domestic-services.jpg');
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
}

.image-section-fulfillment-services {
  height: 600px;
  background-image: url('../images/homeslide/fulfillment.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.coyote-badge {
  width: 12rem;
  height: auto;
}


/*--Bootstrap 4.5--*/

.d-flex {
  display: flex !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

.flex-column {
  flex-direction: column !important; }

.justify-content-center {
  justify-content: center !important; }

.py-md-5 {
padding-top: 3rem !important; }

.flex-row {
  flex-direction: row !important; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.wthree-heading img {
  width: 15rem;
  height: auto;
  }

  .warehouse-img {
    width: 100% !important;
    height: auto;
  }



/**/

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.min-vw-100 {
  min-width: 100vw !important; }

.min-vh-100 {
  min-height: 100vh !important; }

.vw-100 {
  width: 100vw !important; }

.vh-100 {
  height: 100vh !important; }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-n1 {
  margin: -0.25rem !important; }

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important; }

.m-n2 {
  margin: -0.5rem !important; }

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important; }

.m-n3 {
  margin: -1rem !important; }

.mt-n3,
.my-n3 {
  margin-top: -1rem !important; }

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important; }

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important; }

.m-n4 {
  margin: -1.5rem !important; }

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important; }

.m-n5 {
  margin: -3rem !important; }

.mt-n5,
.my-n5 {
  margin-top: -3rem !important; }

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important; }

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

/*--type.js--*/
.typewrite > .wrap {
    border-right: none !important;
}

