html,
body {
    font-size: 100%;
    font-family: 'Open Sans', sans-serif;
    background: #ffffff;
    margin: 0;
    overflow-x: hidden;
}

p,
ul li,
ol li {
    margin: 0;
    font-size: 15px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-family: 'Lato', sans-serif;
}

ul,
label {
    margin: 0;
    padding: 0;
}

body a:hover {
    text-decoration: none;
}

input[type="submit"],
input[type="reset"],
a {
    -webkit-transition: 0.5s ease-in;
    -moz-transition: 0.5s ease-in;
    -ms-transition: 0.5s ease-in;
    -o-transition: 0.5s ease-in;
    transition: 0.5s ease-in;
}

.navbar-brand>img {
    display: block;
    width: 85%;
}


/*-- banner --*/

.w3ls-banner {
    position: relative;
}

.banner-dott {
    /*    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;
}


/*--header--*/

.navbar-header h1 {
    text-align: center;
}

.navbar-header h1 img {
    margin-right: 0.3em;
}

.navbar-header h1 a {
    color: #FFF;
    text-decoration: none;
    font-size: 33px;
    display: block;
    background: #e01f3d;
    padding: 20px;
    font-weight: 600;
}

.navbar-header h1 a span {
    font-size: .3em;
    display: block;
    letter-spacing: 8px;
}


/*-- top-nav --*/

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    transition: all 0.45s ease-in-out;
}

.glyphicon.glyphicon-phone {
    color: #000;
    font-size: 33px;
    display: inline;
}

.nav-contact-w3ls {
    padding-right: 10px;
    margin-right: 10px;
    float: left;
}

.nav-contact-w3ls i.fa {
    color: #fff;
    font-size: 17px;
    background: #23B684;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    margin-right: .5em;
}

.nav-contact-w3ls p {
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ffffff;
}

.top-nav-text .call {
    font-size: 14px;
    color: #ffffff;
    font-weight: 600;
    /* float: left; */
    margin-top: 4px;
}

.top-nav-text a {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    padding: 7px 30px;
    background: #01bcfa;
    margin-left: 2em;
    text-decoration: none;
}

.top-nav-text {
    margin-top: 14px;
    float: right;
    width: 15%;
    margin-left: 16em;
}


/* Underline From Center */

.hvr-underline-from-center {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
}

.hvr-underline-from-center:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    bottom: 0;
    background: #ff304d;
    height: 2px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-underline-from-center:hover:before,
.hvr-underline-from-center:focus:before,
.hvr-underline-from-center:active:before {
    left: 0;
    right: 0;
}

.navbar-default {
    background: none;
    border: none;
    margin: 0;
    min-height: inherit;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #99abd5;
    background: none;
}

.navbar-nav>li {
    margin: 0 0.5em;
}

.navbar-nav>li:nth-child(6) {
    margin-right: 0!important;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav li a.active {
    color: #ff8c00;
}

.navbar-collapse {
    padding: 0!important;
}

img.Logo {
    display: block;
    width: 85%;
}


/*-- //top-nav --*/


/*-- animate popup --*/


/*-- login form --*/

.login-top.sign-top {
    background: #272525;
}

.agileits-login {
    padding: 3em;
}

.agileits-login input[type="text"],
.agileits-login input[type="password"],
.agileits-login input[type="email"],
.agileits-login textarea {
    outline: none;
    font-size: 1em;
    color: #fff;
    padding: 10px;
    letter-spacing: 1px;
    margin: 0;
    width: 100%;
    border: none;
    border-bottom: 2px solid transparent;
    -webkit-appearance: none;
    margin-bottom: 2em;
    background: rgba(146, 142, 142, 0.33);
}

.agileits-login textarea {
    resize: none;
    height: 80px;
    margin-bottom: 0!important;
}

.agileits-login input[type="text"]:focus,
.agileits-login input[type="password"]:focus,
.agileits-login input[type="email"]:focus,
.agileits-login textarea:focus {
    border-bottom: 2px solid rgb(223, 31, 58);
}


/*-- //animate popup --*/

.navbar {
    margin-bottom: 0;
}

.navbar-nav {
    float: right;
    margin-top: 4px;
}

.navbar-default {
    background: none;
    border-color: #012231;
}

.navbar-default .navbar-brand {
    color: #fff !important;
    font-size: 40px;
    text-decoration: none;
}

a.navbar-brand img {
    display: inline-block;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    padding: 0;
    margin-top: 5px;
    transition: all 0.45s ease-in-out;
}

.navbar-default .navbar-brand:hover {
    color: #fff;
    text-decoration: none;
}

a.navbar-brand span {
    color: #2FD828;
    margin-left: 12px;
}

.navbar {
    position: relative;
    min-height: inherit;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
    font-size: 17px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 15px 0;
    margin: 0 1em;
    position: relative;
    font-weight: 400;
    font-family: 'Oswald', sans-serif;
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    color: #fff;
    background-color: transparent;
    transition: all 0.45s ease-in-out;
}

.dropdown-menu>li>a {
    padding: 10px 20px;
    color: #fff;
    font-size: 17px;
    background: #080b19;
    box-shadow: -1px 4px 27px 1px #000000;
    font-family: 'Oswald', sans-serif;
}

.dropdown-menu {
    padding: 0px 0;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    color: #f9f9fa;
    background-color: #fa6952;
    transition: all 0.45s ease-in-out;
}

.navbar-brand {
    height: 0;
    padding: 0;
}

.navbar {
    border-radius: 0px;
    border: none;
}

.navbar-default .navbar-brand {
    color: #fff;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a.active {
    color: #ffffff;
    transition: all 0.45s ease-in-out;
}

.header {
    background: #080b19;
    padding: 0 2em;
    box-shadow: -1px 4px 27px 1px #000000;
    position: absolute;
    z-index: 999;
    width: 93%;
    top: 60px;
    left: 3%;
}


/*--//header--*/


/*-- //header --*/


/*-- banner-text --*/

svg {
    display: block;
    overflow: visible;
}

.slider-container {
    position: relative;
    height: 773px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: all-scroll;
    overflow: hidden;
}

.slider-control {
    z-index: 2;
    position: absolute;
    top: 0;
    width: 12%;
    height: 100%;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    will-change: opacity;
    opacity: 0;
}

.slider-control.inactive:hover {
    cursor: auto;
}

.slider-control:not(.inactive):hover {
    opacity: 1;
    cursor: pointer;
}

.slider-control.left {
    left: 0;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.18)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to right, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0) 100%);
}

.slider-control.right {
    right: 0;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.18)));
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.18) 100%);
}

.slider-pagi {
    position: absolute;
    z-index: 3;
    left: 50%;
    bottom: 2rem;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 0;
    list-style-type: none;
}

.slider-pagi__elem {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 2rem;
    height: 2rem;
    margin: 0 0.5rem;
    border-radius: 50%;
    border: 2px solid #fff;
    cursor: pointer;
}

.slider-pagi__elem:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1.2rem;
    height: 1.2rem;
    background: #fff;
    border-radius: 50%;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
}

.slider-pagi__elem.active:before,
.slider-pagi__elem:hover:before {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

.slider {
    z-index: 1;
    position: relative;
    height: 100%;
}

.slider.animating {
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    will-change: transform;
}

.slider.animating .slide__bg {
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    will-change: transform;
}

.slide {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.slide.active .slide__overlay,
.slide.active .slide__text {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.slide__bg {
    position: absolute;
    top: 0;
    left: -50%;
    width: 100%;
    height: 100%;
    background-size: cover;
    will-change: transform;
}

.slide:nth-child(1) {
    left: 0;
}

.slide:nth-child(1) .slide__bg {
    left: 0;
    background-image: url("../images/slide1.jpg");
}

.slide:nth-child(1) .slide__overlay-path {
    fill: #080b17;
}

@media (max-width: 991px) {
    .slide:nth-child(1) .slide__text {
        background-color: #080b17c9;
    }
}

.slide:nth-child(2) {
    left: 100%;
}

.slide:nth-child(2) .slide__bg {
    left: -50%;
    background-image: url("../images/slide2.png");
}

.slide:nth-child(2) .slide__overlay-path {
    fill: #080b17;
}

@media (max-width: 991px) {
    .slide:nth-child(2) .slide__text {
        background-color: #080b17c9;
    }
}

.slide:nth-child(3) {
    left: 200%;
}

.slide:nth-child(3) .slide__bg {
    left: -100%;
    background-image: url("../images/slide3.jpg");
}

.slide:nth-child(3) .slide__overlay-path {
    fill: #080b17;
}

@media (max-width: 991px) {
    .slide:nth-child(3) .slide__text {
        background-color: #080b17c9;
    }
}


/*
.slide:nth-child(4) {
    left: 300%;
}

.slide:nth-child(4) .slide__bg {
    left: -150%;
    background-image: url("../images/warehouse.jpg");
}

.slide:nth-child(4) .slide__overlay-path {
    fill: #000000;
}*/

@media (max-width: 991px) {
    .slide:nth-child(4) .slide__text {
        background-color: rgba(203, 198, 195, 0.8);
    }
}

.slide__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.slide__overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    min-height: 790px;
    -webkit-transition: opacity 0.2s 0.5s, -webkit-transform 0.5s 0.5s;
    transition: opacity 0.2s 0.5s, -webkit-transform 0.5s 0.5s;
    transition: transform 0.5s 0.5s, opacity 0.2s 0.5s;
    transition: transform 0.5s 0.5s, opacity 0.2s 0.5s, -webkit-transform 0.5s 0.5s;
    will-change: transform, opacity;
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
    opacity: 0;
}

@media (max-width: 991px) {
    .slide__overlay {
        display: none;
    }
}

.slide__overlay path {
    opacity: 0.8;
}

.slide__text {
    position: absolute;
    width: 25%;
    bottom: 15%;
    left: 12%;
    color: #fff;
    -webkit-transition: opacity 0.5s 0.8s, -webkit-transform 0.5s 0.8s;
    transition: opacity 0.5s 0.8s, -webkit-transform 0.5s 0.8s;
    transition: transform 0.5s 0.8s, opacity 0.5s 0.8s;
    transition: transform 0.5s 0.8s, opacity 0.5s 0.8s, -webkit-transform 0.5s 0.8s;
    will-change: transform, opacity;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
}

@media (max-width: 991px) {
    .slide__text {
        left: 0;
        bottom: 0;
        width: 100%;
        height: 20rem;
        text-align: center;
        -webkit-transform: translateY(50%);
        transform: translateY(50%);
        -webkit-transition: opacity 0.5s 0.5s, -webkit-transform 0.5s 0.5s;
        transition: opacity 0.5s 0.5s, -webkit-transform 0.5s 0.5s;
        transition: transform 0.5s 0.5s, opacity 0.5s 0.5s;
        transition: transform 0.5s 0.5s, opacity 0.5s 0.5s, -webkit-transform 0.5s 0.5s;
        padding: 0 1rem;
    }
}

.slide__text-heading {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 3rem;
    margin-bottom: 2rem;
    color: #fa6952;
}

@media (max-width: 991px) {
    .slide__text-heading {
        line-height: 20rem;
        font-size: 3.5rem;
    }
}

.slide__text-desc {
    font-size: 18px;
    margin-bottom: 1.5rem;
    letter-spacing: 0px;
    font-family: 'Roboto Condensed', sans-serif;
}

@media (max-width: 991px) {
    .slide__text-desc {
        display: none;
    }
}

.slide__text-link {
    z-index: 5;
    display: inline-block;
    position: relative;
    padding: 0.5rem;
    cursor: pointer;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 2.3rem;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

@media (max-width: 991px) {
    .slide__text-link {
        display: none;
    }
}

.slide__text-link:before {
    z-index: -1;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform: rotateX(-85deg);
    transform: rotateX(-85deg);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    will-change: transform;
}

.slide__text-link:hover:before {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
}


/*-- //banner-top --*/


/*--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);
    top: 55%;
    left: 40px;
    opacity: 0.7;
    z-index: 3;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height: 34px;
    width: 34px;
    background: url(../images/left.png) no-repeat 0px 0px;
}

.callbacks_nav.next {
    left: auto;
    background: url(../images/right.png) no-repeat 0px 0px;
    right: -62px;
}

.callbacks_nav.prev {
    left: auto;
    background: url(../images/left.png) no-repeat 0px 0px;
    left: -58px;
}

#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: 93%;
    left: 46.3%;
    padding: 0;
    margin: 0;
    display: block;
    z-index: 99;
}

.slider-top span {
    font-weight: 600;
}

.callbacks_tabs li {
    display: inline-block;
    margin: 0px;
}


/*----*/

.callbacks_tabs a {
    visibility: hidden;
}

.callbacks_tabs a:after {
    content: "\f111";
    font-size: 0;
    font-family: FontAwesome;
    visibility: visible;
    display: block;
    height: 11px;
    width: 11px;
    display: inline-block;
    background: #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: #F44336;
}


/*-- //slider --*/

.thim-click-to-bottom {
    position: absolute;
    bottom: 17%;
    left: 15%;
    width: 40px;
    height: 40px;
    font-size: 40px;
    line-height: 40px;
    -webkit-animation: bounce 2s infinite ease-in-out;
    z-index: 99;
}

.thim-click-to-bottom i {
    color: #fff;
    transform: rotate(-45deg);
}

.rotate {
    border: 2px solid #fff;
    font-size: 20px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    transform: rotate(45deg);
    text-align: center;
}

@-webkit-keyframes bounce {
    0%,
    20%,
    60%,
    100% {
        -ms-transform: translateY(0);
    }
    0%,
    20%,
    60%,
    100% {
        -o-transform: translateY(0);
    }
    0%,
    20%,
    60%,
    100% {
        -moz-transform: translateY(0);
    }
    0%,
    20%,
    60%,
    100% {
        -webkit-transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-20px);
    }
    80% {
        -webkit-transform: translateY(-10px);
    }
}


/*-- hover-effect --*/


/* Transportation */

.agileits_osmanco_banner_info {
    padding: 2em 0 0;
    background: #080c1b;
}

.Transportation-left h3 {
    color: #fa6952bf;
    font-size: 23px;
    line-height: 47px;
    font-family: 'Oswald', sans-serif;
}

.Transportation-left h3 span {
    font-size: 37px;
}

img.Transfer {
    float: right;
}


/* //Transportation */


/*Ceo*/

div#Ceo .back {
      background: linear-gradient(to right, #0a0f21 24%, #8b3f3870 100%);
    height: 400px;
    position: absolute;
    width: 100%;
    padding: 4em 0;
    box-shadow: 4px 15px 22px 0px #060606a6;
}

div#Ceo {
    background: url(../images/plane.jpg);
    background-repeat: no-repeat;
    height: 400px;
    background-size: cover;
    background-position: 20%;
}

img.ceo {
    width: 90%;
    border: 5px solid #69503230;
    border-radius: 9px;
}

div#Ceo h2 {
    color: #fff0ee;
}

div#Ceo h4 {
    font-size: 25px;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-weight: lighter;
    margin-bottom: 20px;
}

div#Ceo p.left {
    color: #617cf5;
    font-family: 'Oswald', sans-serif;
    font-size: 31px;
}

div#Ceo blockquote.right {
    color: #fffffff7;
    font-family: 'Oswald', sans-serif;
    font-size: 22px;
    font-weight: lighter;
    border-left: 5px solid #617cf5;
}

img.ceo2 {
    margin-top: 35px;
    margin: 1px auto;
    width: 30%;
    float: right;
}


/* //banner */


/* about */

.heading h2,
.heading h3 {
    text-align: center;
    font-size: 56px;
    color: #617cf5;
    margin-bottom: 30px;
    font-family: 'Oswald', sans-serif;
}

.testimonial .heading h3 {
    color: #fff;
}

.about,
.AboutIcons,
.Services-1,
.Quality,
.Solutions,
.contact {
    padding: 4em 0 2em;
}

.about h4 {
    text-align: center;
    font-size: 28px;
    color: #8abe01;
}

.about p {
    text-align: center;
    color: #000;
    font-size: 14px;
    letter-spacing: 1px;
    margin: .5em 0;
}

.about-grids h3 {
    font-size: 20px;
    text-transform: uppercase;
    color: #3a3a3a;
    line-height: 33px;
}

.about-grids {
    text-align: center;
    margin-top: 2em;
}

.about-grids p {
    color: #fff;
    font-size: 14px;
    margin: 1em 0;
    letter-spacing: 0px;
    line-height: 27px;
}

.aboutgrid1 {
    padding: 4em 3em;
    background: #2dde98;
    border: 1px solid #fff;
}

.aboutgrid3 {
    padding: 4em 3em;
    background: #03A9F4;
    border: 1px solid #fff;
}

.aboutgrid5 {
    padding: 4em 3em;
    background: #FF9800;
    border: 1px solid #fff;
}

.aboutgrid2,
.aboutgrid4,
.aboutgrid6 {
    padding: 0;
    border: 1px solid #fff;
}


/* about */


/*-- //bootstrap-modal-pop-up --*/


/*-- AboutIcons --*/

.border1 {
    border-bottom: solid 1px #ffffff !important;
}

.serviceimg img {
    margin: 1em 0;
    width: 100%;
}

.AboutIcons-icon-info {
    width: 70px;
    height: 70px;
    background: #FFFFFF;
    text-align: center;
    color: #617cf5;
    border: 2px solid #617cf5;
    font-size: 2em;
    padding: .4em 0 0 0;
    margin-top: .8em;
    transform: rotate(45deg);
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.AboutIcons-icon i.fa {
    transform: rotate(-45deg);
}

.AboutIcons-icon-text {
    margin-left: 1em;
}

.AboutIcons-icon-text p {
    color: #404040;
    font-size: .9em;
    margin: 1em 0 0 0;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: .5px;
    line-height: 30px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.AboutIcons-icon:hover div.AboutIcons-icon-info {
    border: 2px solid #617cf5;
    color: #ffffff;
    background: #617cf5;
}

.AboutIcons-icon {
    margin: 0 0 2em;
}

.AboutIcons-icon:nth-child(3) {
    margin: 0;
}

.AboutIcons-icon:hover div.AboutIcons-icon-text h4 {
    color: #cddc39;
}

.w3-agile-AboutIcons-right h5 {
    color: #000000;
    font-size: 1em;
    line-height: 1.8em;
    font-weight: 600;
    margin: 0 0 1em 0;
}

.w3-agile-AboutIcons-right p {
    color: #999999;
    font-size: .9em;
    line-height: 1.8em;
    margin: 0;
}

.w3-agile-AboutIcons-right p span {
    display: block;
    margin: 1em 0 0 0;
}

img.c1 {
    max-width: 700px;
    min-width: 300px;
}


/*-- //AboutIcons --*/


/*-- Services-1 --*/

div#Services-1 {
    background: url(../images/banner1.jpg);
    background-size: cover;
    background-attachment: fixed;
}

div#va-accordion {
    width: 138% !important;
}


/*-- services --*/

.OurServices {
    overflow: hidden;
    padding: 30px 0%;
}

.OurServices .col-md-2 {
    width: 19.666667%;
}

.agile_OurServices_grid {
    text-align: center;
    position: relative;
}

.agile_OurServices_grid h4 {
    font-size: 1.6em;
    margin: 1em 0 .2em;
    color: #617cf5;
    margin-bottom: 30px;
    font-family: 'Oswald', sans-serif;
}

.agile_OurServices_grid h6 {
    color: #777;
    font-size: 1.1em;
    line-height: 30px;
    letter-spacing: 1px;
}

.agile_OurServices_grid p {
    margin: 1em 0;
    text-align: center;
    line-height: 1.8em;
    color: #999;
    letter-spacing: .5px;
    font-size: .9em;
}

.ih-item {
    position: relative;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.ih-item,
.ih-item * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ih-item img {
    width: 100%;
}

.ih-item.circle,
.ih-item.circle .img {
    position: relative;
}

.ih-item.circle,
.ih-item.circle .img,
.ih-item.circle.effect1 .spinner {
    width: 210px;
    height: 247px;
    margin: 0 auto;
}

.ih-item.circle .img:before {
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    -webkit-box-shadow: inset 0 0 0 16px rgba(255, 255, 255, 0.6), 0 1px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 0 16px rgba(255, 255, 255, 0.6), 0 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 0 16px rgba(255, 255, 255, 0.6), 0 1px 2px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.ih-item.circle .img img {}

.ih-item.circle .info {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.ih-item.circle.effect1 .spinner {
    border: 6px solid #617cf5;
    border-right-color: #DFDFDF;
    border-bottom-color: #DFDFDF;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

.ih-item.circle.effect1 .img {
    position: absolute;
    top: 15px;
    bottom: 15px;
    left: 15px;
    right: 15px;
    width: auto;
    height: auto;
}

.ih-item.circle.effect1 .img:before {
    display: none;
}

.ih-item.circle.effect1.colored .info {
    background: #1a4a72;
    background: rgba(26, 74, 114, 0.6);
}

.ih-item.circle.effect1 .info {
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    background: #333333;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

.ih-item.circle.effect1 .info h4 {
    color: #fff;
    position: relative;
    font-size: 1.2em;
    margin: 0 18px;
    padding: 3.3em 0 .5em;
}

.ih-item.circle.effect1 .info p {
    color: #fff;
    padding: 10px 5px;
    font-style: italic;
    margin: 0 auto 10px;
    font-size: 13px;
    border-top: 1px solid #fff;
    width: 75% !important;
}

.ih-item.circle.effect1:hover .spinner,
.agile_OurServices_grid:hover .ih-item.circle.effect1 .spinner {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.ih-item.circle.effect1:hover .info,
.agile_OurServices_grid:hover .ih-item.circle.effect1 .info {
    opacity: 1;
}

.social-icons.OurServices-icons {
    float: none;
    padding: 0.5em 1em;
    display: block;
    text-align: center;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
    position: absolute;
    bottom: -100px;
    text-align: center;
    left: 23%;
}

.social-icons.OurServices-icons ul {
    margin: 0;
}

.social-icons.OurServices-icons ul li a.dott {
    margin: 0;
}

.agile_OurServices_grid:hover .social-icons.OurServices-icons {
    background: #f35a5a;
    bottom: 33%;
}

.social-icons.OurServices-icons ul li {
    display: inline-block;
    padding: 5px;
    font-size: 18px;
    border: 1px solid #fff;
    width: 31px;
    height: 33px;
    margin: 3px 6px;
}

.social-icons.OurServices-icons ul li a {
    color: #fff !important;
    text-decoration: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.social-icons.OurServices-icons ul li a:hover {
    color: white !important;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

h3.agileits-title {
    font-size: 2.5em;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
    color: #333;
    text-align: center;
    padding-bottom: 48px;
}


/* //services */


/* Solutions*/

img.movers2 {
    float: right;
}

.Solutions {
    background: #080c1b;
    position: relative;
}

.Solutions h4 {
    color: #fa6952;
    margin-bottom: 20px;
    font-family: 'Oswald', sans-serif;
    font-size: 21px;
}

.Solutions p {
    color: #ffffffcf;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
}

img.movers {
    position: absolute;
    top: -108px;
}

img.car1.aos-init.aos-animate {
    position: absolute;
    right: -34%;
    width: 55%;
    bottom: -81%;
}


/* Solutions*/


/*Quality*/

.Quality {
    background: url(../images/back-qu.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.Quality p {
    color: #ffffffcf;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    margin: 33px 0;
}

img.tra {
    margin: 60px auto;
    float: right;
    width: 58%;
}


/*-- gallery --*/

.grid {
    position: relative;
    clear: both;
    margin: 0 auto;
    max-width: 1000px;
    list-style: none;
    text-align: center;
}


/* Common style */

.grid figure {
    position: relative;
    overflow: hidden;
    margin: 0;
    text-align: center;
    cursor: pointer;
}

.gallery-grid {
    padding: 5px;
}

.grid figure img {
    position: relative;
    width: 100%;
    opacity: 0.8;
    height: auto;
}

.grid figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* Anchor will cover the whole item by default */


/* For some effects it will show as a button */

.grid figure figcaption>a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.grid figure h3 {
    font-weight: 300;
    margin: 0 0 .5em 0;
    text-align: left;
    font-size: 1.1em;
    line-height: 1.4em;
}

.grid figure h2 span {
    font-weight: 800;
}

.grid figure h2,
.grid figure p {
    margin: 0;
}

.grid figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
}

.grid figure h3 span {
    font-weight: 800;
}


/*---------------*/


/***** Roxy *****/


/*---------------*/

figure.effect-roxy {
    background: -webkit-linear-gradient(45deg, #ff89e9 0%, #05abe0 100%);
    background: linear-gradient(45deg, #ff89e9 0%, #05abe0 100%);
}

figure.effect-roxy {
    background: -webkit-linear-gradient(45deg, #CDDC39 0%, #4CAF50 100%);
    background: linear-gradient(45deg, #CDDC39 0%, #4CAF50 100%);
}

figure.effect-roxy {
    background: -webkit-linear-gradient(45deg, #000000 0%, #292222 100%);
    background: linear-gradient(45deg, #000000 0%, #292222 100%);
}

figure.effect-roxy img {
    min-width: 113%;
    width: -webkit-calc(100% + 60px);
    width: calc(100% + 60px);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
}

figure.effect-roxy figcaption::before {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    border: 1px solid #fff;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
}

figure.effect-roxy figcaption {
    padding: 2em;
    text-align: left;
}

figure.effect-roxy h2 {
    padding: 30% 0 10px 0;
}

figure.effect-roxy p {
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
    line-height: 1.8em;
}

figure.effect-roxy:hover img {
    opacity: 0.7;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

figure.effect-roxy:hover figcaption::before,
figure.effect-roxy:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    line-height: 1.8em;
}


/*-- gallery --*/

=
/*-- contact --*/

.contact-info-left {
    float: left;
    width: 5%;
}

.ftr-address i {
    color: #0064d2;
    vertical-align: top;
    font-size: 1em;
    margin-top: 24px;
}

.contact-info:nth-child(3),
.contact-info:nth-child(2) {
    margin: 3em 0;
}

.contact-info i {
    color: #fff;
    font-size: 20px;
}

.contact-info-right {
    float: left;
    margin: 0 0 0 1em;
}

.contact-info-right h5 {
    color: #000000;
    font-size: 1em;
    margin: 0 0 .5em 0;
    font-weight: 600;
}

.contact-info-right p {
    letter-spacing: 1px;
    color: #eaeaea;
    line-height: 1.8em;
    margin: 1em 0 0 0;
    font-size: .9em;
}

.contact-info-right ul {
    padding: 0;
    margin: 0;
}

.contact-info-right ul li {
    display: block;
    letter-spacing: 1px;
    color: #eaeaea;
    font-size: .9em;
    margin-bottom: .4em;
}

.contact-info-right ul li a {
    letter-spacing: 1px;
    color: #eaeaea;
    text-decoration: none;
}

.contact-info-right ul li a:hover {
    color: #0064d2;
}

.contact input[type="text"],
.contact input[type="email"] {
    width: 100%;
    color: #555;
    float: left;
    background: none;
    outline: none;
    font-size: .9em;
    padding: .7em 1em;
    margin-bottom: 1.5em;
    border: none;
    border-bottom: solid 1px #fff;
    -webkit-appearance: none;
    display: inline-block;
}

input.phone {
    width: 100% !important;
    float: none;
}

.contact-form input[type="submit"]:hover {
    color: #fff;
    background: #f35a5a;
    border: 1px solid #f35a5a;
}

.contact-left {
    padding: 5em 2em 5em 23em;
    background: #999;
    background: #8abe01;
}

.contact-left h3 {
    color: #fff;
    font-size: 30px;
    text-transform: capitalize;
    line-height: 34px;
}

.contact {
    padding: 4em 0 0;
}


/*-- //contact --*/


/* map */

iframe {
    width: 100%;
    border: none;
    min-height: 350px;
}


/* //map */


/* copyright */


/*-- footer --*/

.agileits-Osmanco-footer {
    background: #080c1b url(../images/map.png);
    padding: 4em 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 84%;
}

.w3-agile-grid h5 {
    text-transform: uppercase;
    margin: 0 0 1em 0;
    font-size: 25px;
    color: #617cf5;
    font-weight: 600;
    letter-spacing: 1px;
    font-family: 'Oswald', sans-serif;
}

.w3-agile-grid p {
    color: #b5b5b5;
    font-size: 18px;
    line-height: 1.8em;
    margin: 0;
    font-family: 'Oswald', sans-serif;
}

.footer-agileinfo-social {
    margin: 2em 0 0 0;
}

.footer-agileinfo-social ul {
    padding: 0;
    margin: 0;
}

.footer-agileinfo-social ul li {
    display: inline-block;
    margin: 0 .5em 0 0;
}

.footer-agileinfo-social ul li a {
    color: #FFFFFF;
    text-align: center;
}

.footer-agileinfo-social ul li a i.fa {
    height: 35px;
    width: 35px;
    border: solid 2px #212121;
    line-height: 35px;
    background: #212121;
    color: #FFFFFF;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.footer-agileinfo-social ul li a i.fa.fa-facebook {
    border: solid 2px #3b5998;
    background: #3b5998;
    color: #FFFFFF;
}

.footer-agileinfo-social ul li a i.fa.fa-twitter {
    border: solid 2px #55acee;
    background: #55acee;
    color: #FFFFFF;
}

.w3ls-post-img {
    float: left;
    width: 25%;
}

.w3ls-post-img a img {
    width: 100%;
}

.w3ls-post-info {
    float: left;
    width: 70%;
}

.w3ls-post-info h6 {
    margin: 0;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: normal;
    font-family: 'Oswald', sans-serif;
    color: #ffffffad;
}

.w3ls-post-info h6 a {
    color: #FFFFFF;
    margin: 0;
    text-decoration: none;
}

.w3ls-post-info h6 a:hover {
    color: #FF5722;
}

.w3ls-post-info h6 a:focus {
    outline: none;
    text-decoration: none;
}

.w3ls-post-info p {
    color: #b5b5b5;
    font-size: .9em;
    margin: 1em 0 0 0;
}

.w3ls-post-grid:nth-child(2),
.w3ls-post-grid:nth-child(3) {
    margin: 1em 0;
}

.w3-address-grid {
    background: #151c3a;
    padding: 0.5em;
}

.w3-address-left {
    float: left;
    width: 10%;
}

.w3-address-left i.fa.fa-phone,
.w3-address-left i.fa.fa-envelope,
.w3-address-left i.fa.fa-map-marker {
    color: #f26550;
    font-size: 1.5em;
}

.w3-address-right {
    float: right;
    width: 87%;
}

.w3-address-right h6 {
    color: #FFFFFF;
    font-size: 17px;
    margin: 0;
    font-weight: 400;
    font-family: 'Oswald', sans-serif;
}

.w3-address-right p {
    color: #b5b5b5;
    margin: 1em 0 0 0;
    font-size: 1em;
}

.w3-address-right p a {
    color: #b5b5b5;
    text-decoration: none;
}

.w3-address-right p a:hover {
    color: #e01f3d;
}

.w3-address-right p span {
    display: block;
    margin: .5em 0;
}

.w3-address-grid:nth-child(2) {
    margin: 1em 0;
}

.copyright {
    padding: 1.5em 0;
    text-align: center;
    background: #04070e;
}

.copyright p {
    color: #b5b5b5;
    font-size: 13px;
    margin: 0;
    letter-spacing: 1px;
}

.copyright p a {
    color: #f26550;
    text-decoration: none;
}

.copyright p a:hover {
    color: #FFFFFF;
}


/*-- //footer --*/


/******aboutpage***/

.osmanco-banner-top {
    background: url(../images/about.jpg);
    height: 315px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 21% 62%;
}

.breadcrumb {
    padding: 8px 10%;
    margin-bottom: 20px;
    list-style: none;
    background-color: #080b19 !important;
    border-radius: 0 !important;
}

.breadcrumb>li {
    display: inline-block;
    color: #fa6952;
}

.About p>.fa,
.About2 p>.fa {
    color: #758df6;
}

.About p,
.About2 p {
    font-size: 17px;
    padding-top: 18px;
    font-family: 'Oswald', sans-serif;
    color: #080b19c4;
    font-family: 'Roboto Condensed', sans-serif;
}

.About {
    padding: 2em 0;
}

img.car2 {
    width: 90%;
    float: right;
}

.About2 {
    padding: 4em 0;
}

img.plane2 {
    width: 61%;
    float: left;
    position: absolute;
    left: 0;
    padding: 10px;
    box-shadow: 4px 7px 25px 2px #617cf585;
    top: 26%;
    margin-top: 10%;
}

img.paleee22 {
    float: left;
    width: 90%;
}

.Mission-part {
    background: url(../images/about2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 4em 0;
    background-position: 99% 81%;
}

.Mission-part2 {
    background: url(../images/parallax1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 4em 0;
    background-position: 99% 81%;
}

.icon {
    float: left;
    font-size: 50px;
    color: #4c71de;
    padding-right: 15px;
    display: inline-block;
    width: 20%;
}

.text-icon {
    float: right;
    font-family: 'Oswald', sans-serif;
    color: #fff;
    width: 80%;
    margin-top: 22px;
    display: inline-block;
}

.text-icon h3 {
    font-size: 25px;
    color: #83a2ff;
    font-family: 'Oswald', sans-serif;
    margin-bottom: 7px;
}

.text-icon h4 {
    font-size: 25px;
    color: #080b19;
    font-family: 'Oswald', sans-serif;
    margin-bottom: 7px;
}

.text-icon p {
    font-size: 17px;
    font-family: 'Roboto Condensed', sans-serif;
}

.About h4,
.About2 h4 {
    font-size: 33px;
    color: #617cf5;
    font-family: 'Oswald', sans-serif;
}

img.flow {
    width: 104%;
    padding: 5%;
    float: right;
}


/******servicespage***/

.menu {
    font-family: 'Oswald', sans-serif;
    font-size: 19px;
}

.osmanco-banner-top2 {
    background: url(../images/services-back.jpg);
    height: 315px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0% 79%;
}

.grid2 {
    list-style: none;
    margin-left: -40px;
    min-height: 600px;
}

.gc {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    margin-right: -.25em;
    min-height: 1px;
    padding-left: 40px;
    vertical-align: top;
}

.gc--1-of-3 {
    width: 27.33333%;
}

.gc--2-of-3 {
    width: 72.66666%;
    /*
    height: -webkit-fill-available;
  height: -moz-fill-available;
*/
}

.naccs {
    /*    position: relative;*/
    /*    max-width: 900px;*/
    margin: 0px auto 0;
}

.naccs .menu div {
    padding: 15px 20px 15px 40px;
    margin-bottom: 10px;
    color: #337ab7;
    background: #080b19;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    position: relative;
    vertical-align: middle;
    font-weight: 700;
    -webkit-transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
    box-shadow: -1px 2px 14px 0px #000000;
}

.naccs .menu div:hover {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.naccs .menu div span.light {
    height: 10px;
    width: 10px;
    position: absolute;
    top: 24px;
    left: 15px;
    background-color: #ffffff;
    border-radius: 100%;
    -webkit-transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.naccs .menu div.active span.light {
    background-color: #fa6952;
    left: 0;
    height: 100%;
    width: 3px;
    top: 0;
    border-radius: 0;
}

.naccs .menu div.active {
    color: #fa6952;
    padding: 15px 20px 15px 20px;
}

ul.nacc {
    position: relative;
    height: 0px;
    list-style: none;
    margin: 0;
    padding: 0;
    -webkit-transition: 0.5s all cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: 0.5s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

ul.nacc li {
    opacity: 0;
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    position: absolute;
    list-style: none;
    -webkit-transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

ul.nacc li.active {
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    z-index: 2;
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}

ul.nacc li p {
    margin: 0;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 17px;
    width: 65%;
}

.Services-page {
    padding: 1em 1em 4em;
       height: 1120px;
    min-height: 600px;
}

.Services-page2 {
    padding: 1em 1em 4em;
    /*    height: 1100px;*/
    min-height: 600px;
}

ul.nacc h4 {
    font-size: 21px;
    color: #fa4b27;
    font-family: 'Oswald', sans-serif;
    margin: 7px 0;
}

dd,
dt {
    margin-left: 7px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    margin-top: 5px;
}

img.paleee {
    width: 34%;
    float: right;
    display: table;
    padding: 4px;
    border: 1px solid;
    border-radius: 10px;
    box-shadow: 3px 4px 20px 7px #080b1961;
}

.container-fluid {
    padding-right: 80px;
    padding-left: 80px;
}


/************warehousing page****/

.osmanco-banner-top4 {
    background: url(../images/warehouse.jpg);
    height: 315px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0% 79%;
}


/************solution page****/

.osmanco-banner-top5 {
    background: url(../images/solution-back.jpg);
    height: 315px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0% 79%;
}

.osmanco-banner-top7 {
    background: url(../images/solution-back.jpg);
    height: 150px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0% 79%;
    background-attachment: fixed;
}

.owl-carousel h5 {
    font-family: 'Oswald', sans-serif;
    font-size: 19px;
    color: #080b19;
}

img.car22 {
    float: left;
}

img.car222 {
    float: left;
    width: 54%;
}


/******contactpage***/

.osmanco-banner-top3 {
    background: url(../images/contactus.jpg);
    height: 315px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 18% 71%;
}

.Contact-page h4>.fa {
    font-size: 30px;
    padding-right: 18px;
    color: #fa6952;
}

.Contact-page h4 {
    color: #fa6952;
    font-size: 20px;
    padding: 10px;
}

.Contact-page p {
    font-size: 18px;
    color: #080b19ad;
    font-family: 'Roboto Condensed', sans-serif;
    display: grid;
    line-height: 36px;
}

.Contact-page {
    padding: 0 0 3em 0;
}


/*-- 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);
}


/*-- //to-top --*/

@media screen and (max-width: 1920px) {
    .thim-click-to-bottom {
        left: 20%;
    }
}

@media screen and (max-width: 1680px) {
    .thim-click-to-bottom {
        left: 16%;
    }
}

@media screen and (max-width: 1600px) {
    .thim-click-to-bottom {
        left: 15%;
    }
}

@media screen and (max-width: 1440px) {
    .osmanco-banner-top,
    .osmanco-banner-top1,
    .osmanco-banner-top2,
    .osmanco-banner-top3,
    .osmanco-banner-top4,
    .osmanco-banner-top5,
    .osmanco-banner-top6,
    .osmanco-banner-top7 {
        min-height: 315px;
    }
    .agileits-banner-info {
        text-align: left;
        padding: 16em 0 19em;
    }
    .thim-click-to-bottom {
        left: 11%;
    }
}

@media screen and (max-width: 1366px) {
    .contact-left {
        padding: 5em 2em 5em 17em;
    }
    .thim-click-to-bottom {
        left: 8%;
    }
}

@media screen and (max-width: 1280px) {
    .contact-left {
        padding: 5em 2em 5em 15em;
    }
    .callbacks_nav.next,
    .callbacks_nav.prev {
        right: 0px;
    }
    .osmanco-banner-top,
    .osmanco-banner-top1,
    .osmanco-banner-top2,
    .osmanco-banner-top3,
    .osmanco-banner-top4,
    .osmanco-banner-top5,
    .osmanco-banner-top6,
    .osmanco-banner-top7 {
        min-height: 315px;
    }
    .agileits-banner-info {
        padding: 15em 0 16em;
    }
    .thim-click-to-bottom {
        left: 6%;
    }
}

@media screen and (max-width: 1080px) {
    .agileits-banner-info h3 {
        font-size: 2.2em;
        letter-spacing: 3px;
    }
    .osmanco-banner-top,
    .osmanco-banner-top1,
    .osmanco-banner-top2,
    .osmanco-banner-top3,
    .osmanco-banner-top4,
    .osmanco-banner-top5,
    .osmanco-banner-top6,
    .osmanco-banner-top7 {
        min-height: 315px;
    }
    .agileits-banner-info {
        padding: 15em 0 16em;
    }
    .aboutgrid1,
    .aboutgrid5,
    .aboutgrid3 {
        padding: 2em 2em;
    }
    .about-grids p {
        margin: .4em 0;
    }
    .AboutIcons-icon-text {
        width: 80%;
    }
    .ih-item.circle,
    .ih-item.circle .img,
    .ih-item.circle.effect1 .spinner {
        width: 230px;
        height: 270px;
    }
    .testimonial {
        background: url(../images/stats.jpg) no-repeat 0px 0px;
        background-size: cover;
    }
    .contact-left {
        padding: 5em 2em 5em 11em;
    }
    .contact-form {
        padding: 4em 8em 4em 5em;
    }
    .Transportation-left h3 {
        font-size: 20px;
    }
    .thim-click-to-bottom {
        left: 7%;
    }
}

@media screen and (max-width: 1024px) {
    .thim-click-to-bottom {
        left: 4%;
    }
}

@media screen and (max-width: 991px) {
    .navbar-brand {
        height: 36px;
    }
    h1 a.navbar-brand {
        font-size: 0.7em;
        padding: 6px 10px 1px 0;
    }
    .agileits-banner-info {
        padding: 13em 0 13em;
    }
    .osmanco-banner-top,
    .osmanco-banner-top1,
    .osmanco-banner-top2,
    .osmanco-banner-top3,
    .osmanco-banner-top4,
    .osmanco-banner-top5,
    .osmanco-banner-top6,
    .osmanco-banner-top7 {
        min-height: 315px;
    }
    .aboutgrid1,
    .aboutgrid5,
    .aboutgrid3,
    .aboutgrid2,
    .aboutgrid4,
    .aboutgrid6 {
        width: 33.33%;
        float: left;
    }
    .aboutgrid1,
    .aboutgrid5,
    .aboutgrid3 {
        padding: 1em;
    }
    .AboutIcons-icon-info {
        float: left;
    }
    .AboutIcons-icon-text {
        width: 80%;
        float: left;
    }
    .service1,
    .serviceimg {
        width: 50%;
        float: left;
    }
    .agile_OurServices_grid {
        width: 50%;
        float: left;
    }
    .social-icons.OurServices-icons {
        left: 27%;
    }
    .gallery-grid {
        width: 33.33%;
        float: left;
    }
    .contact-left,
    .contact-form {
        width: 50%;
        float: left;
    }
    .testimonial-top {
        margin-bottom: 3em;
    }
    .thim-click-to-bottom {
        left: 13%;
    }
}

@media screen and (max-width: 900px) {
    .contact-left {
        padding: 5em 2em 5em 5em;
    }
    .copyright ul li {
        padding: 0 5px;
    }
    .callbacks_nav.prev {
        left: 0;
    }
    .thim-click-to-bottom {
        left: 10%;
    }
}

@media screen and (max-width: 800px) {
    .contact-form {
        padding: 4em 5em 4em 4em;
    }
    .copyrighttop {
        float: none;
        text-align: center;
        margin-bottom: 1em;
    }
    .copyrightbottom {
        float: none;
        text-align: center;
    }
    .thim-click-to-bottom {
        left: 5%;
    }
}

@media screen and (max-width: 768px) {
    .navbar-right {
        margin-right: 5px;
    }
    .navbar-default .navbar-nav>li>a {
        font-size: .875em;
        text-align: center;
    }
    .grid figure p {
        letter-spacing: 0px;
        font-size: 63%;
    }
    .contact-left {
        padding: 4em 2em 4em 4em;
    }
    .contact-form {
        padding: 3em 6em 3em 3em;
    }
    .copyrighttop {
        float: none;
        text-align: center;
        margin-bottom: 1em;
    }
    .copyrightbottom {
        float: none;
        text-align: center;
    }
    .thim-click-to-bottom {
        left: 4%;
    }
}

@media screen and (max-width: 736px) {
    .nav>li>a {
        padding: 10px!important;
    }
    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus {
        background-color: #f35a5a;
    }
    .navbar-default .navbar-toggle {
        border-color: #fff;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }
    .contact-left {
        padding: 4em 2em 4em 2em;
    }
    .AboutIcons-icon {
        margin: 0 4em 2em;
    }
    .AboutIcons-icon:nth-child(3) {
        margin: 0 4em 2em;
    }
    .agileits_osmanco_banner_info {
        padding: 4em 5em;
    }
    .contact-form {
        padding: 3em;
    }
    .navbar-toggle {
        border-radius: 0px;
    }
    i.fa.fa-quote-right {
        font-size: 2em;
    }
    .testimonial-top p {
        width: 85%;
    }
}

@media screen and (max-width: 667px) {
    .aboutgrid1,
    .aboutgrid5,
    .aboutgrid3,
    .aboutgrid2,
    .aboutgrid4,
    .aboutgrid6 {
        width: 100%;
        float: left;
    }
    .about-grids {
        width: 80%;
        margin: 0 auto;
        margin-top: 2em;
    }
    figure.effect-roxy figcaption::before {
        top: 20px;
        right: 20px;
        bottom: 20px;
        left: 20px;
    }
    .grid figure h3 {
        font-size: 1em;
    }
    figure.effect-roxy figcaption {
        padding: 1.5em;
    }
    .contact-left,
    .contact-form {
        width: 100%;
        float: left;
    }
    .osmanco-grids {
        width: 80%;
        margin: 0 auto;
    }
    .agileits_osmanco_banner_info {
        padding: 4em 3em;
    }
    .testimonial-top p {
        width: 90%;
    }
    .testimonial {
        padding: 3em 0 2em;
    }
    .agileits-banner-info {
        padding: 12em 0 11em;
    }
    .osmanco-banner-top,
    .osmanco-banner-top1,
    .osmanco-banner-top2,
    .osmanco-banner-top3,
    .osmanco-banner-top4,
    .osmanco-banner-top5,
    .osmanco-banner-top6,
    .osmanco-banner-top7 {
        min-height: 315px;
    }
}

@media screen and (max-width: 600px) {
    .AboutIcons-icon {
        margin: 0 2em 2em;
    }
    .AboutIcons-icon:nth-child(3) {
        margin: 0 2em 2em;
    }
    .gallery-grid {
        width: 50%;
        float: left;
    }
    .agileits_osmanco_banner_info {
        padding: 3em 2em;
    }
    .Transportation-left h3 {
        font-size: 19px;
    }
}

@media screen and (max-width: 568px) {
    .AboutIcons-icon {
        margin: 0 1em 2em;
    }
    .AboutIcons-icon:nth-child(3) {
        margin: 0 1em 2em;
    }
    .agile_OurServices_grid:hover .social-icons.OurServices-icons {
        bottom: 42%;
    }
    .social-icons.OurServices-icons {
        left: 18%;
    }
    .agile_OurServices_grid h4 {
        font-size: 1.3em;
    }
    .Transportation-left h3 {
        font-size: 18px;
    }
    .navbar-toggle {
        margin-top: 0px;
        margin-right: 5px;
        margin-bottom: 0px;
    }
}

@media screen and (max-width: 480px) {
    .AboutIcons-icon-info {
        width: 65px;
        height: 65px;
        font-size: 1.82em;
    }
    .AboutIcons-icon-text {
        width: 70%;
        float: left;
        padding: 0;
        margin-left: 2em;
    }
    .AboutIcons-icon-text p {
        font-size: .875em;
        letter-spacing: 0;
    }
    .ih-item.circle,
    .ih-item.circle .img,
    .ih-item.circle.effect1 .spinner {
        width: 200px;
        height: 235px;
    }
    .social-icons.OurServices-icons ul li {
        font-size: 15px;
        width: 30px;
        height: 30px;
        margin: 3px 4px;
    }
    .osmanco-grids {
        width: 90%;
        margin: 0 auto;
    }
    .agileits_osmanco_banner_info {
        padding: 2em 1em;
    }
    .Transportation-left h3 {
        line-height: 28px;
        margin-bottom: 1em;
    }
    .agileits-banner-info h3 {
        font-size: 2em;
        letter-spacing: 2px;
    }
    .agileits-banner-info {
        padding: 10em 0 10em;
    }
    .osmanco-banner-top,
    .osmanco-banner-top1,
    .osmanco-banner-top2,
    .osmanco-banner-top3,
    .osmanco-banner-top4,
    .osmanco-banner-top5,
    .osmanco-banner-top6,
    .osmanco-banner-top7 {
        min-height: 315px;
    }
    .agileits_osmanco_more a {
        font-size: 14px;
        letter-spacing: 1px;
        padding: 8px 15px;
    }
    .rotate {
        font-size: 18px;
        width: 40px;
        height: 40px;
        line-height: 38px;
    }
    .thim-click-to-bottom {
        left: 6%;
    }
    .about,
    .AboutIcons,
    .Services-1,
    .gallery,
    .contact {
        padding: 2em 0 0em;
    }
    .heading h2,
    .heading h3 {
        font-size: 35px;
        margin-bottom: 10px;
    }
    .about h4 {
        font-size: 24px;
    }
    .testimonial {
        padding: 3em 0 1em;
    }
}

@media screen and (max-width: 440px) {
    .ih-item.circle,
    .ih-item.circle .img,
    .ih-item.circle.effect1 .spinner {
        width: 178px;
        height: 208px;
    }
    figure.effect-roxy figcaption {
        padding: 1em;
    }
}

@media screen and (max-width: 414px) {
    .AboutIcons-icon-info {
        width: 55px;
        height: 55px;
        font-size: 1.5em;
    }
    .agile_OurServices_grid {
        width: 100%;
        float: none;
    }
    .ih-item.circle,
    .ih-item.circle .img,
    .ih-item.circle.effect1 .spinner {
        width: 250px;
        height: 295px;
    }
    .agile_OurServices_grid:hover .social-icons.OurServices-icons {
        bottom: 37%;
    }
    .social-icons.OurServices-icons {
        left: 29%;
    }
    .gallery-grid {
        width: 100%;
        float: none;
    }
    .gallery-grids {
        width: 85%;
        margin: 0 auto;
    }
    figure.effect-roxy figcaption {
        padding: 2em;
    }
    .contact-left {
        padding: 2em;
    }
    .contact-left h3 {
        font-size: 25px;
    }
    .contact-info:nth-child(3),
    .contact-info:nth-child(2) {
        margin: 2em 0;
    }
    .agileits_osmanco_banner_info input[type="submit"],
    .agileits_osmanco_banner_info input[type="email"] {
        width: 95%;
    }
    .copyright {
        padding: 1em 2em;
    }
    figure.effect-roxy figcaption {
        padding: 1.5em;
    }
}

@media screen and (max-width: 384px) {
    .AboutIcons-icon {
        margin: 0 0em 1em;
    }
    .AboutIcons-icon:nth-child(3) {
        margin: 0 0em 1em;
    }
    .osmanco-grids {
        width: 96%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 375px) {
    .osmanco-banner-top,
    .osmanco-banner-top1,
    .osmanco-banner-top2,
    .osmanco-banner-top3,
    .osmanco-banner-top4,
    .osmanco-banner-top5,
    .osmanco-banner-top6,
    .osmanco-banner-top7 {
        min-height: 315px;
    }
    .agileits-banner-info {
        padding: 9em 0 7em;
    }
    .callbacks_tabs {
        top: 90%;
        left: 42%;
    }
    .agileits-banner-info h3 {
        font-size: 1.7em;
        letter-spacing: 1px;
    }
    .agileits-banner-info p {
        letter-spacing: 2px;
        margin: 1em auto;
    }
    .rotate {
        font-size: 17px;
        width: 33px;
        height: 33px;
        line-height: 31px;
    }
    .thim-click-to-bottom {
        bottom: 5%;
    }
}

@media screen and (max-width: 320px) {
    h1 a.navbar-brand span {
        padding: 1px 7px;
    }
    .osmanco-banner-top,
    .osmanco-banner-top1,
    .osmanco-banner-top2,
    .osmanco-banner-top3,
    .osmanco-banner-top4,
    .osmanco-banner-top5,
    .osmanco-banner-top6,
    .osmanco-banner-top7 {
        min-height: 315px;
    }
    .thim-click-to-bottom {
        bottom: 2%;
    }
    .about-grids {
        width: 100%;
    }
    .AboutIcons-icon-info {
        width: 50px;
        height: 50px;
        font-size: 1.3em;
    }
    .AboutIcons-icon-text {
        width: 65%;
    }
    .social-icons.OurServices-icons {
        left: 23%;
    }
    .gallery-grids {
        width: 100%;
        margin: 0 auto;
    }
    .testimonial-top p {
        width: 100%;
    }
    .contact-form {
        padding: 2em;
    }
    .contact-form input[type="submit"] {
        padding: 0.5em 2em;
    }
    .agileits_osmanco_banner_info {
        padding: 2em 0em;
    }
    a.facebook {
        font-size: 14px;
    }
    .copyrightbottom p {
        font-size: 13.5px;
    }
    .contact-left h3 {
        font-size: 22px;
    }
    .contact-info-right {
        margin: 0 0 0 .8em;
    }
    .contact-info:nth-child(3),
    .contact-info:nth-child(2) {
        margin: 1.5em 0;
    }
    .testimonial {
        padding: 2em 0;
    }
    .heading h2,
    .heading h3 {
        font-size: 30px;
    }
    .aboutgrid1,
    .aboutgrid5,
    .aboutgrid3 {
        padding: 1em 2em;
    }
    .contact-left {
        padding: 2em 0.6em;
    }
}


/* //responsive design */
