@charset "utf-8";
/* CSS Document */




@font-face {
    font-family: 'Source Sans Pro';
    src: url('../fonts/sourcesanspro-black-webfont.woff2') format('woff2'),
        url('../fonts/sourcesanspro-black-webfont.woff') format('woff');
    font-weight: 900;
    font-style: normal;

}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('../fonts/sourcesanspro-blackit-webfont.woff2') format('woff2'),
        url('../fonts/sourcesanspro-blackit-webfont.woff') format('woff');
    font-weight: 900;
    font-style: italic;

}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('../fonts/sourcesanspro-bold-webfont.woff2') format('woff2'),
        url('../fonts/sourcesanspro-bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;

}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('../fonts/sourcesanspro-boldit-webfont.woff2') format('woff2'),
        url('../fonts/sourcesanspro-boldit-webfont.woff') format('woff');
    font-weight: 700;
    font-style: italic;

}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('../fonts/sourcesanspro-extralight-webfont.woff2') format('woff2'),
        url('../fonts/sourcesanspro-extralight-webfont.woff') format('woff');
    font-weight: 200;
    font-style: normal;

}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('../fonts/sourcesanspro-extralightit-webfont.woff2') format('woff2'),
        url('../fonts/sourcesanspro-extralightit-webfont.woff') format('woff');
    font-weight: 200;
    font-style: italic;

}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('../fonts/sourcesanspro-it-webfont.woff2') format('woff2'),
        url('../fonts/sourcesanspro-it-webfont.woff') format('woff');
    font-weight: 400;
    font-style: italic;

}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('../fonts/sourcesanspro-light-webfont.woff2') format('woff2'),
        url('../fonts/sourcesanspro-light-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;

}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('../fonts/sourcesanspro-lightit-webfont.woff2') format('woff2'),
        url('../fonts/sourcesanspro-lightit-webfont.woff') format('woff');
    font-weight: 300;
    font-style: italic;

}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('../fonts/sourcesanspro-regular-webfont.woff2') format('woff2'),
        url('../fonts/sourcesanspro-regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;

}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('../fonts/sourcesanspro-semibold-webfont.woff2') format('woff2'),
        url('../fonts/sourcesanspro-semibold-webfont.woff') format('woff');
    font-weight: 600;
    font-style: normal;

}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('../fonts/sourcesanspro-semiboldit-webfont.woff2') format('woff2'),
        url('../fonts/sourcesanspro-semiboldit-webfont.woff') format('woff');
    font-weight: 600;
    font-style: italic;

}


/*@font-face {
    font-family: "Helvetica Neue";
    src: url('../fonts/405212403-helveticaneue-condensed-webfont.eot');
    src: url('../fonts/405212403-helveticaneue-condensed-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/405212403-helveticaneue-condensed-webfont.svg#Helvetica Neue') format('svg'),
        url('../fonts/405212403-helveticaneue-condensed-webfont.woff') format('woff'),
        url('../fonts/405212403-helveticaneue-condensed-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

}*/

/* common */
* {
    margin: 0;
    padding: 0;
}

body {
    background-color: #fff;
    height: 100%;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    width: 100%;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

#wrapper {
    width: 100%;
    margin: 0 auto;
    height: auto;

}

#header,
#banner,
#welcome-txt,
#services-block,
#our-services,
#clients,
#clients-news {
    /* float: left;
    width: 100%; */

}

#footer {
    background: #f0f6ff;
}

.br-box-img img {
    background: #e1e1e1 none repeat scroll 0 0;
    display: inline-block;
    max-width: 360px;
    min-height: 240px;
    width: 100%;
}

/* header */
#header {
    position: relative;

}

.header-wrapper {}

.logo {
    /* float:left;
    width:15%;
    padding-left: 0 !important; */
}

.logo a {
    display: inline-block;

}





.menu {
    text-align: right;
    padding-left: 0 !important;
}

.menu .menu-li-wrap a {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    margin: 0 15px;
    text-decoration: none !important;
    outline: none;
    display: inline-block;
}



.menu .menu-li-wrap a::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #012d74;
    transition: width .3s;
}

.menu .menu-li-wrap a:hover::after,
.menu .menu-li-wrap a.active::after {
    width: 100%;
}

.menu .menu-li-wrap a:last-child {
    margin-right: 0;
}

.menu .menu-li-wrap a:hover,
.menu .menu-li-wrap a.active {
    color: #012d74;
}

.menu img {
    height: 30px;
    margin-left: 20px;
    vertical-align: middle;
    width: 30px;
}

.menu-icon .menu-li-wrap a {
    outline: none !important;
}

/* header end */


/* welcome text */
#welcome-txt {
    background: #fff;
    padding: 60px 0px 30px;
}

#banner {
    padding-top: 79px;
    position: relative;
}

.banner-wrappper {
    background: #000;
}

.banner-wrappper .owl-item img {
    background: #e1e1e1 none repeat scroll 0 0;
    display: inline-block;
    min-height: 445px;
    width: 100%;
    object-fit: cover;
    /* opacity:0.4; */
}

.welcome-wrapper {}

.welcome-wrapper .title {
    font-size: 52px;
    line-height: 48px;
    font-weight: 700;
    color: #012d74;
    margin: 0;
    margin-bottom: 30px;
}

.welcome-wrapper .title span.first {
    font-size: 32px;
    line-height: 28px;
    font-weight: 300;
    font-style: italic;
    color: #000;
    display: block;
}

.welcome-wrapper p {
    font-size: 16px;
    font-weight: 300;
    color: #000;
    line-height: 2;
}

.welcome-wrapper a {
    /* background: url("../images/arrow-img-2.png") no-repeat scroll right center ;
    color:#0000EE;
    text-decoration:none;
    font-size:16px;
    border:solid 1px #012d74;
    display:inline-block; */


}

.welcome-wrapper strong {
    /* background:#012d74;
    padding:10px;
    float:left;
    display:block;
    color:#FFF;
    margin:0px 35px 0px 0px; */


}

.welcome-wrapper strong:hover {
    /* background:#4ba1fc; */
}

/* welcome text  end*/
/* services-block */

.services-gallery {
    background: #fff;
    padding: 30px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.07);
    border: 1px solid rgba(0, 0, 0, 0.07);
}

#services-block {
    float: left;
    width: 100%;
    text-align: center;
    margin: 20px 0px 20px 0px;

}

.services {
    float: left;
    width: 100%;
    margin: 10px 0px;

}

.services .air h4 {
    font-size: 20px;
    margin: 20px;
    color: #136ece;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    height: 26px;

}

.services .air h5 {
    margin: 20px;
    color: #808080;
}

/* services-block end*/

/* our-services */
.services-head {
    float: left;
    width: 100%;
}

.services-txt {
    background: #208bfc none repeat scroll 0 0;
    min-height: 499px !important;
    padding: 50px 30px !important;
}

.services-txt h4 {
    font-size: 30px;
    font-weight: bold;
    color: #FFF;
    margin-bottom: 10px;


}

.services-txt h5 {
    font-size: 48px;
    font-weight: bold;
    color: #044c99;
    border-bottom: 5px solid #FFF;
    float: left;
    margin-bottom: 30px;
    width: 20%;
    padding: 0px 0px 10px 0px;


}

.services-txt p {
    font-size: 16px;
    color: #FFF;
    clear: both;
    margin-bottom: 10px;

}

.services-txt a {
    background: url(../images/arrow-img-3..png) no-repeat scroll right center;
    border: 1px solid #044c99;
    color: #0000ee;
    display: inline-block;
    font-size: 16px;
    text-decoration: none;
    margin-top: 20px;
}

.services-txt strong {
    background: none repeat scroll 0 0 #044c99;
    color: #fff;
    display: block;
    float: left;
    margin: 0 35px 0 0;
    padding: 10px;
}

.services-txt strong:hover {
    background: #FFF;
    color: #208BFC
}

.services-img {
    /* padding: 1px !important; */
}

.services-img img {
    background: #e1e1e1 none repeat scroll 0 0;
    display: inline-block;
    float: left;
    min-height: 245px;
    width: 100%;
}

.clients-head {
    width: 100%;
    float: left;
    display: block;
    padding: 10px 0px;

}

.clients-txt {
    background: #208bfc none repeat scroll 0 0;
    min-height: 220px !important;
    padding: 85px 0;
}

.clients-txt h4 {
    color: #fff;
    float: left;
    font-size: 36px;
    font-weight: bold;
    left: 0;
    position: absolute;
    right: 0;
    top: 100px;
    transform: rotate(-90deg);
}

.active-ful-control img {
    padding: 10px 0px 0px 0px;
    list-style: none;
    display: inline-block;
    margin: 0px 0px 0px 58px;
}

.active-ful-control img {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    /* Firefox 10+, Firefox on Android */
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    /* IE 6-9 */
    opacity: 0.7;
}

.active-ful-control img {
    background: #e1e1e1 none repeat scroll 0 0;
    display: inline-block;
    padding: 0;
    margin-bottom: 5px;
}

.active-ful-control img:hover {
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    filter: none;
    opacity: 1;
}

#clients-news {
    background: #012d74;
    padding: 20px 0px 60px 0px;
    margin-top: 40px;
}

.clients-testmonials {
    float: left;
    width: 45%;
    padding: 0px 100px 0px 0px;
    text-align: center;
    background: url(../images/divistion-2.png) no-repeat right;
}

.latest-news h1 {
    margin: 25px 0px 0px 0px;
    font-size: 36px;
    color: #FFF;

}

.stock-Testmonials {
    color: #fff;
    float: left;
    font-size: 20px;
    margin: 0px 0px 0 0;
    width: 100%;
}

.stock-Testmonials img {
    margin: 20px 0px;
}


#clients-news h1 {
    margin: 0px;
    font-size: 36px;
    color: #FFF;

}

.clients-testmonials .testmonials-slider p {
    margin: 20px;
    font-size: 18px !important;
    color: #FFF;

}

.clients-testmonials h5 {
    margin: 0px 0px 20px 0px;
    font-size: 18px;
    color: #FFF;

}

.date-txt {
    float: left;
    margin-top: 0px;
    width: 100%;
}

.date {
    float: none;
}

.txt {
    float: left;

}

.latest-news .date-txt .txt {
    display: inline-block;
    margin-left: 5px;
    /*overflow:hidden;*/


}

.latest-news .txt h5 {
    font-size: 21px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;

}

.latest-news .txt p {
    font-size: 15px;
    margin-top: 0px;
    color: #FFF;

}

.clients-testmonials,
.latests-news {
    padding: 0 50px !important;
}

.latest-news .date h2 {
    font-size: 33px;
    font-weight: bold;
    color: #FFF;
    border-top: solid 3px #FFF;
    margin: 0;
}

.today,
.month,
.year {
    display: inline-block;
    margin: 0 5px;
}

.latest-news .month {
    font-size: 26px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;

}

.latest-news .year {
    font-size: 22px;
    color: #FFF;

}

.latest-news {
    max-width: 700px;
    margin: 0 auto;
}

.latest-news a {
    float: none;
    background: url("../images/arrow-img-2.png") no-repeat scroll right center #fff;
    border: 1px solid #fff;
    color: #0000ee;
    display: inline-block;
    font-size: 16px;
    margin: 15px 0 0 0px;
    text-decoration: none;
}

.latest-news strong {
    background: none repeat scroll 0 0 #012d74;
    color: #fff;
    display: block;
    float: left;
    margin: 0 35px 0 0;
    padding: 10px;
}

.latest-news strong:hover {
    background: #49a0fb;

}

.latest-news .date {
    float: none;
    margin: 0px 0px 0px 0px;
}

.latest-news .txt {
    float: left;
    margin: 0px 0px 0px 0px;
}


.footer-top {

    padding: 30px 0;
}

.footer-bottom {
    padding: 20px 0;
    border-top: 1px solid #e8eef7;

}

.footer-address {
    /* float:left;
    background:url(../images/divistion-1.png) no-repeat right;
    padding-right:25px;
    height: 144px; */
}

.address {}

.certificates-full-wth {
    margin: 0 auto;
    max-width: 200px;
}

.address.mob-num {}

.address.mob-num span {
    /* display: block;
    font-size: 16px;
    margin: 10px 0; */
}

/* .footer-certificates
{
    float:left;
    padding-right:54px

}
.footer-get-in-touch 
{
    float:left;
    width:39%;
    margin:1%;
    padding-left:2px;
} */
.footer-address {
    /* float:left; */
}

.footer-address h3 {
    /* color:#012d74; 
    font-size:24px;
    margin:10px 0px;	 */
}

.footer-address span {
    /* color:#434343;  
    font-size:14px;
    margin:20px 0px 0px 0px;	 */

}

.certificates h3 {
    font-size: 24px;
    color: #012d74;
    margin: 10px 0px 0px 0px;
}

.certificates span {
    float: left;
    margin: 10px;
    border: solid 1px #cccccc;
    padding: 10px;
}

.certificates span {
    float: left;
    margin: 10px;
    border: solid 1px #cccccc;
    padding: 17px 10px 10px 10px;
}

.certificates strong {
    float: left;
    margin: 10px;
    border: solid 1px #cccccc;
    padding: 10px;
}

.social-icon {
    margin-top: 30px;
}


.social-icon .title {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    font-style: italic;
    margin: 0;
    vertical-align: middle;
    line-height: 14px;
    margin-right: 15px;
}

.social-icon .title span {
    display: block;
}

.social-icon a {

    display: inline-block;
    width: 30px;
    margin-right: 5px;

}

.form-txt {
    float: left;
    padding-left: 70px;

}

.form-txt h3 {
    font-size: 24px;
    color: #012d74;
    margin: 10px 0px 15px 0px;
}

.form-3 {
    margin: 10px 0px 0px 0px;
    border: solid 1px #cccccc;
}

.form-txt a {
    background: url("../images/arrow-img-2.png") no-repeat scroll right center #fff;
    border: 1px solid #012d74;
    color: #0000ee;
    display: inline-block;
    float: left;
    font-size: 16px;
    margin: 10px 0 0 0px;
    text-decoration: none;

}

.form-txt strong {
    background: none repeat scroll 0 0 #012d74;
    color: #fff;
    display: block;
    float: left;
    margin: 0 35px 0 0;
    padding: 8px;

}

.form-txt strong:hover {
    background: #429eff;
}

.footer-down {
    text-align: center;
}

.footer-bottom .nav {
    margin: 0;
    padding: 15px 0 25px;
}

.nav.footerNav {
    /* float:left;
    width:100%;
    margin:10px 0px;
    text-align:center; */
}

.nav.footerNav ul {
    margin: 0;
}

.nav.footerNav ul li {
    display: inline-block;
    position: relative;
    padding-right: 15px;
    margin-bottom: 15px;
}

.nav.footerNav ul li::before {
    content: "/";
    padding-right: 15px;
}

.nav.footerNav ul li:first-child::before {
    display: none;
}

.nav.footerNav ul li a {
    text-decoration: none;
    color: #000;
    font-size: 16px;
    line-height: 18px;

}

.copy-right {
    float: left;
    width: 100%;
    text-align: center;
}

.copy-right p {
    font-size: 13px;
    margin-bottom: 0;

}


.main-banner {
    width: 100%;
    position: absolute;
    z-index: 999;
    /* min-height: 100%; */
    transform: translateY(-50%);
}

.main-banner h3 {
    font-size: clamp(22px, 3.2vw, 52px);
    color: #FFF;
    font-weight: 300;
    font-style: italic;
    max-width: 480px;
    margin-bottom: 0;

}

.main-banner span {
    font-size: clamp(24px, 3vw, 58px);
    font-weight: 700;
    font-style: normal;
    display: block;
}

.main-banner h4 {
    font-size: 48px;
    color: #FFF;
    padding: 0px 0px;
    font-weight: bold;
    margin: 0px 0px 20px 0px;

}

.main-banner p {
    font-size: clamp(16px, 3vw, 20px);
    color: #FFF;
    margin-top: 30px;
    margin-bottom: 0;
    font-weight: 300;
    max-width: 580px;


}

.main-banner .btnArrow {
    margin-top: 30px;
}

.btnArrow {
    padding: 12px 40px !important;
    font-size: 16px !important;

}

.btnArrow strong {
    font-weight: 700 !important;
}

.btnArrow .icon {
    width: 20px;
    height: 20px;
    background: url("../images/icons/icon_arrow_white.svg") center no-repeat;
    background-size: cover;
    display: inline-block;
    vertical-align: text-bottom;
    position: relative;
    left: 10px;
}


.btnLink {
    color: #000;
    text-decoration: none;
}

.btnLink:hover {
    text-decoration: none;
    color: #012d74;
}

.btnArrowBlack {
    font-size: 16px !important;
    color: #000;
    padding-right: 14px;

}

.btnArrowBlack strong {
    font-weight: 700 !important;
}

.btnArrowBlack .icon {
    width: 20px;
    height: 20px;
    background: url("../images/icons/icon_arrow_black.svg") center no-repeat;
    background-size: cover;
    display: inline-block;
    vertical-align: text-bottom;
    position: relative;
    left: 10px;
}



.main-banner a {
    /* background: url("../images/arrow-img-2.png") no-repeat scroll right center ;
    border: 1px solid #012d74;
    color: #0000ee;
    display: inline-block;
    float: left;
    font-size: 16px;
    margin: 30px 0px 0px 0px;
    text-decoration: none;	 */
}

/* .main-banner strong
{
    background: none repeat scroll 0 0 #012d74;
    color: #fff;
    display: block;
    float: left;
    margin: 0 35px 0 0;
    padding: 10px;

}
.main-banner strong:hover
{
    background:#4ba1fc;
} */
.banner-txt {
    /* margin: 100px 0px 0px 0; */
    display: inline-block;
    background: rgba(0, 0, 0, 0.4);
    padding: 20px 40px;
    border-radius: 30px;
}

.bxslider {
    position: absolute;
}

.services-customs {
    background: rgba(32, 139, 252, 0.85) none repeat scroll 0 0;
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    transition: all 650ms ease 0s;
    width: 100%;
    z-index: 999;
}

.services-customs a {
    font-size: 20px;
    /* line-height: 250px; */
    padding: 0 20px;
    width: 100%;
    position: absolute;
    left: 0;
    color: #FFF;
    top: 40%;
}

.services-customs a:hover {
    color: #fff;
    text-decoration: none;
}

.customs-clearance .services-img:hover .services-customs {
    display: block;
}

.back-bule {
    float: left;
    width: 100%;
    background: #012d74;
}

.latests-news {
    float: left;
    width: 35%;
    margin: 0%;
    margin-left: 6%;

}

.banner-wrappper {
    position: relative;
}

.main-banner {
    left: 0;
    top: 50%;
}

.text-bx-1 {
    padding: 10px;
    margin: 10px 10px 0px 0px;
    float: left;
    border: solid 1px #cccccc;
    width: 41%;

}

.txt-bx {
    margin: 10px 0px 10px 15px;

}

.textarea-bx {

    float: left;
    border: solid 1px #cccccc;
    margin: 10px 0px 0px 0px;

}

.bor-footer {
    float: left;
    width: 100%;
    border: solid 1px #cccccc;
}

.footer-get-in-touch .submit-btn {
    padding: 10px 25px;
    background: #012d74;
    margin: 10px 0px 0px 0px;
    border: none;
    font-size: 14px;
    color: #FFF;

}

.footer-get-in-touch .submit-btn:hover {
    background: #49a0fb
}

/* about-pages*/


.about-pages {
    float: left;
    width: 100%;
    margin: 10px 0px 0px 0px;
    padding: 0px;

}

.about-pages a {
    font-size: 14px;
    text-transform: capitalize;
    color: #012d74;
    text-decoration: none;

}

.about {
    float: left;
    width: 100%;
    margin: 25px 0px 0px 0px;
    padding: 0px;

}

.about h1 {
    font-size: 36px;
    text-transform: uppercase;
    color: #012d74;
    text-decoration: none;
}

.about-txt {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.about-page-1 {
    float: left;
    width: 100%;
    margin: 20px 0px 0px 0px;
    padding: 0px;

}

.about-page-1 p {
    font-size: 14px;
    text-transform: capitalize;
    color: #808080;
    text-decoration: none;
    line-height: 24px;
    text-align: justify;

}

.quality-policy {
    float: left;
    width: 100%;
    margin: 0px;
    margin: 0px;
}

.quality-hadg {
    float: left;
    width: 100%;
    margin: 25px 0px 0px 0px;
}

.quality-hadg h1 {
    font-size: 24px;
    text-transform: uppercase;
    color: #012d74;
    text-decoration: none;
    line-height: 24px;
    font-weight: bold;

}

.quality-pargh {
    float: left;
    width: 100%;
    text-align: justify;
    margin: 20px 0px 0px 0px;
}

.quality-pargh p {
    font-size: 14px;
    text-transform: capitalize;
    color: #808080;
    text-decoration: none;
    line-height: 24px;

}

.values {
    float: left;
    width: 100%;
    margin: 0px;
    margin: 0px;
    text-align: justify;

}

.values-hadg {
    float: left;
    width: 100%;
    margin: 25px 0px 0px 0px;
    margin: 0px;
}

.values-hadg h1 {
    font-size: 24px;
    text-transform: uppercase;
    color: #012d74;
    text-decoration: none;
    line-height: 24px;
    font-weight: bold;

}

.values-pargh {
    float: left;
    width: 100%;
    margin: 25px 0px 0px 0px;
}

.values-pargh p {
    font-size: 14px;
    text-transform: capitalize;
    color: #808080;
    text-decoration: none;
    line-height: 24px;

}


/* New Css */

.latests-news {
    width: 40%;
}

/*#clients-news .bx-pager 
{
    bottom:-75px  !important;
}*/
.bx-controls-direction,
.bx-controls-auto {
    display: none !important;
}

.clients-wrap,
.news-wrap {
    float: left;
    width: 100%;
    margin: 20px 0px 0 0;
    min-height: 220px;
}

.clients-wrap {
    border: 1px solid #fff;
}

.clients-testmonials,
.latests-news {
    min-height: 300px;
    margin: 20px 0px;
    padding: 0px 5%;
    width: 40%;
}

.nav ul li a:hover {
    color: #012d74;
}

.textarea-bx {
    padding: 10px;
    width: 94%;
    font-size: 14px;
    color: #666;
}

.footer-get-in-touch .submit-btn {
    margin-top: 0;
}

.txt-bx-wrap {
    float: left;
    width: 100%;

}

.txt-bx-wrap .txt-bx {
    border: 1px solid #cccccc;
    float: left;
    margin: 0;
    padding: 10px;
    width: 42%;
    font-size: 14px;
    color: #666;
}

.submit-btn {
    cursor: pointer;
}

.fl-rt {
    float: right !important;
}

.fl-lf {
    float: left !important;
}

.clr {
    clear: both;
}

.h40 {
    height: 40px;
}

.certificate {
    width: 7%;
    text-align: right;
}

.certificate img {
    padding: 20px 0px 0px 0px;
}


.services .air h5 {
    font-size: 15px;
    font-weight: normal;
    line-height: 22px;
}

.main-banner span {
    color: #fff;
}

.main-banner h4 {
    font-size: 38px;
    font-weight: normal;
}


/* Inner Pages */

.inner-banner {
    /* float:left;
    width:100%; */
}

.inner-banner-img {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

}

.inner-banner-img .inner {
    position: relative;
}

.inner-banner-img::before {
    content: '';
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.inner-banner-img:before {
    background-color: rgba(1, 45, 166, .5);
}


.inner-banner-txt {
    /* position:absolute;
    background: url(../images/inner-banner-txt.png) repeat left top;
    width:40%;
    height:100%;
    min-height:100%;
    left:0;
    top:0; */
}

.inner-banner-txt h3 {
    color: #fff;
    font-size: 48px;
    padding: 5% 0 3%;
    margin: 0;

}

.txt-container,
.header-txt,
.text-content,
.border-box {}

.breadcrumb>li {
    list-style: outside none none;
    margin-bottom: 0px;
    padding: 8px 0px;
    margin-top: 0;
    color: #012d74;
}

.breadcrumb>li a {
    color: #012d74;
    text-decoration: none;
}

.breadcrumb .active {
    color: #000;
}

.breadcrumb>li a:hover {
    color: #333;
}

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

.breadcrumb>li+li::before {
    color: #012d74;
    content: "/ ";
    padding: 0 3px !important;
}

.header-txt h3 {
    font-weight: normal;
    margin: 0 0 15px;
    text-transform: uppercase;
    color: #012d74;
    font-size: 36px;
}

.text-content {
    margin: 0px 0px;
    color: #888;
    font-size: 15px;
    line-height: 32px;
}

.border-box {
    margin-top: 15px;
    border-top: 1px solid #dedede;
    padding: 0;
    padding-top: 15px;
}

.border-box h4 {
    color: #012d74;
    font-size: 24px;
    font-weight: normal;
    margin: 15px 0;
    padding: 0 0 0 15px;
}

.border-box .br-box-img.fl-lf {
    text-align: left !important;
}

.services-list-wrap {
    float: left;
    width: 100%;
    text-align: center;
}

.serv-box {
    display: inline-block;
    width: 24.5%;
    padding: 2.5%;
    margin: 1.5%;
    background: #fff;
    border: 1px solid #dedede;
    border-bottom: 8px solid #012d74;
    text-align: center;
    transition: 2s;
    -webkit-transition: 2s;
    /* Safari 3.1 to 6.0 */
}

.serv-box:hover {
    border: 1px solid #012d74;
    border-bottom: 8px solid #012d74;
}

.serv-box i {
    margin-bottom: 20px;
    display: inline-block;

}

.serv-box h4 {
    color: #012d74;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    height: 18px;
}

.serv-box p {
    color: #666;

    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 22px;
    /* fallback */
    max-height: 44px;
    /* fallback */
    -webkit-line-clamp: 2;
    /* number of lines to show */
    -webkit-box-orient: vertical;
}

.serv-box a {
    color: #333;
    display: inline-block;
    margin-top: 20px;
    text-decoration: none !important;
    transition: all 1s ease 0s;
}

.serv-box a:hover {
    color: #012d74;
}

.blue-subhead {
    color: #012d74;
    font-weight: normal;
    margin: 0;
    margin-bottom: 15px;
    font-size: 22px;
}

.list-style {
    padding-left: 20px;
}

.list-style li {
    line-height: 24px;
}

.list-style li a {
    color: #012d74;
    text-decoration: none;
}

.list-style li a:hover {
    color: #012d74;
    text-decoration: underline;
}

.img-content {
    float: left;
    width: 100%;
    margin: 15px 0px;
}

.galleryslist-wrap {
    text-align: center;
}

.galleryslist-wrap ul {
    margin: 0 auto;
    padding: 0;
    list-style: none;

}

.galleryslist-wrap ul li {
    /* padding: 1px; */
    margin-bottom: 20px;
}

.gallerys-li img {
    background: #e1e1e1 none repeat scroll 0 0;
    display: inline-block;
    max-width: 380px;
    min-height: 315px;
    opacity: 0.7;
    width: 100%;
}

.gallerys-li img:hover {
    opacity: 1;
}

.client-list-wrap ul {
    list-style: none;
}

.client-list-wrap ul li {
    padding: 5px;
}

.client-box {
    border: 1px solid #e1e1e1;
    text-align: center;
}

.client-box img {
    opacity: 0.7;
    cursor: pointer;
}

.client-box img:hover {
    opacity: 1;
}

.client-box img {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    /* Firefox 10+, Firefox on Android */
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    /* IE 6-9 */
}

.client-box img:hover {
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    filter: none;
}

.contact-map-wrap,
.enquiry-wrap {}

.enquiry-wrap {

    /* background:#efefef;
    margin-top:30px;
    padding:60px 0px; */
}

.enquiry-wrap h4 {
    /* font-size:30px; */
}

.enform-wrap {
    /* max-width:800px;
    margin:0 auto;
    text-align:center; */
}

.form-group {
    margin-bottom: 20px;
}

.form-control {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    color: #555;
    display: block;
    font-size: 14px;
    height: 24px;
    line-height: 1.42857;
    padding: 6px 2%;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 96%;
}

.enquiry-wrap .form-control {

    color: #444;
    font-size: 16px;
    /* margin: 20px 0; */
    resize: none;
    height: 40px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

textarea.form-control {
    height: 100px !important;
}

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

.enquiry-wrap .submit-btn {
    padding: 12px 40px !important;
    font-size: 16px !important;
    background: #012d74;

    border: none;
    color: #FFF;
    cursor: pointer;
}

.enquiry-wrap .submit-btn:hover {
    background: #06388a
}

.reset-btn {
    padding: 12px 40px !important;
    font-size: 16px !important;
    background: #434343;
    border: none;
    color: #FFF;
    cursor: pointer;
}

.reset-btn:hover {
    background: #777;
}

.contact-map-wrap {
    /* margin:20px 0px 30px 0px; */
}

.map-section {
    /* float:left;
    width:673px;
    margin-top:25px; */
}

.map-details {
    /* float:right;
    width:30%; */
}

.ct-content ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.contact-box {
    border: 1px solid #dedede;
    overflow: hidden;
    margin-bottom: 25px;
}

.ct-head {
    float: left;
    width: 100%;
    border-bottom: 1px solid #dedede;
    padding: 10px;
    color: #012d74;
    font-size: 18px;
}

.ct-head img {
    padding-right: 20px;
}

.ct-content {
    padding: 20px 20px;
    display: inline-block;
    line-height: 24px;
    color: #666;
    font-size: 14px;
}

.ct-content a {
    color: #000;
}

.ct-content a:hover {
    color: #012d74;
    text-decoration: none;
}

.ct-content ul li {
    line-height: 24px;
    color: #666;
    font-size: 15px;
    padding-left: 40px;
}

/* News */

.news-wrap,
.news-wrap ul,
.news-wrap ul li,
.news-wrap ul li .news-li {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.news-wrap ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.news-wrap ul li {
    margin-bottom: 20px;
}

.news-li {
    border: 1px solid #dedede;
    min-height: 200px;
}

.news-date {
    width: 20%;
    float: left;
    text-align: center;
}

.news-li .news-date {
    background: #f7f7f7 none repeat scroll 0 0;
    min-height: 250px;
}

.news-date h1,
.news-date h4 {
    margin: 0;
    padding: 0;
}

.news-date {
    color: #5f5f5f;
    text-transform: uppercase;
}

.news-date .n-date {
    font-size: 60px;
    font-weight: normal;
    margin-bottom: 5px;
    padding: 10px 0;
    display: inline-block;
    margin-top: 25px;
    border-top: 5px solid #5f5f5f;
}

.news-date .n-month {
    font-size: 36px;
    font-weight: normal;
    margin-bottom: 5px;
    padding: 5px 0;
}

.news-date .n-year {
    font-size: 32px;
    font-weight: normal;
}

.news-txts {
    width: 75%;
    float: right;
    padding-right: 20px;
}

.news-txts h4 {
    font-weight: normal;
    color: #5f5f5f;
    font-size: 24px;
    margin-top: 25px;
    margin-bottom: 10px;
}

.news-p {
    float: left;
    width: 100%;
    margin: 15px 0;
}

.n-more {
    font-size: 16px;
    color: #012d74;
    text-decoration: none;
    float: right;
    margin-top: 20px;
}

.news-details {
    float: left;
    width: 100%;
    border: 1px solid #dedede;
}

.n-post {
    float: right;
    width: 100%;
    margin: 15px 0px;
    text-align: right;
    color: #222;
}

.n-post span {
    color: #012d74;
    text-transform: uppercase;
}


/* Testimonials */
.testimonial-wrap,
.testimonial-wrap ul,
.testimonial-wrap ul li,
.testimonial-wrap ul li .testimonial-li {
    float: left;
    width: 100%;
}

.testimonial-wrap {
    margin-top: 25px;
}

.testimonial-wrap ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.testimonial-wrap ul li {
    margin-bottom: 20px;
}

.testimonial-li {
    border: 1px solid #dedede;
    min-height: 200px;
    position: relative;
    padding: 10px 0;
}

.testimonial-icon {
    width: 20%;
    float: left;
    text-align: center;
    position: absolute;
    min-height: 100%;
    height: 100%;
    left: 0;
    top: 0;
    line-height: 200px;
}

.testimonial-li .testimonial-icon {
    background: #f7f7f7;
}

.testimonial-txts {
    width: 75%;
    float: right;
    padding-right: 20px;

}

.testimonial-p {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.testimonial-client {
    float: left;
    width: 100%;
    text-align: left;
    margin-top: 15px;
}

.testimonial-client h3,
.testimonial-client h4 {
    font-weight: normal;
}

.testimonial-client h3 {
    color: #012d74;
}

.testimonial-client h4 {
    font-size: 13px;
    color: #012d74;
    padding-left: 10px;
}

.testimonial-list-link {
    float: left;
    width: 100%;
    margin-top: 25px;
    text-align: right;
}

.testimonial-list-link a {
    font-size: 16px;
    color: #012d74;
    text-decoration: none;
    padding: 5px 10px;
    border: 1px solid #012d74;
}

.testimonial-list-link a:hover {
    color: #000;
    border: 1px solid #000;
}

.testimonial-cmts {
    float: left;
    width: 100%;

}

.testimonial-cmts .enquiry-wrap {
    border: 1px solid #dedede;
}

.stateDetails {
    /* padding-top:25px; */
}

.table-new {
    border: 1px solid #dedede;
    margin-bottom: 20px;
}

.table-new tr td {
    border-top: 1px solid #dedede;
    border-left: 1px solid #dedede;
    padding: 5px;
}

.table-new tr:first-child td {
    border-top: 0;
}

.table-new tr td:first-child {
    border-left: 0;
}

.pop-link {
    float: left;
    width: 100%;
    margin: 10px 0px;
}

.pop-link a {
    font-size: 16px;
    color: #012d74;
    text-decoration: none;
    padding: 5px 10px;
    border: 1px solid #012d74;
}

.pop-link a:hover {
    color: #000;
    border: 1px solid #000;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert img {
    vertical-align: -5px;
    margin-right: 5px;
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

textarea {
    resize: none;

}

.txt-form-row {
    margin: 0 -5px
}

.txt-bx-wrap-new .txt-form {
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding: 0 5px;
}

.txt-bx-wrap-new .txt-bx {
    border: 1px solid #cccccc;
    float: left;
    margin: 0;
    padding: 10px;
    width: 100%;
    font-size: 14px;
    color: #666;
    box-sizing: border-box;
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

.alert .close {
    line-height: .7;
}




.contactInfoWrap .contactInfo {
    margin-top: 24px;
    position: relative;
    padding-left: 40px;
    font-size: 15px;
    min-height: 26px;
}

.contactInfo:first-child {
    margin-top: 0;
    ;
}

.contactInfoWrap .contactInfo .icon {
    width: 24px;
    height: 24px;
    display: inline-block;
    margin-right: 5px;
    position: absolute;
    left: 0;
    top: 0;
}

.contactInfoWrap .contactInfo .icon img {
    max-width: 100%;
    max-height: 100%;
}



.contactInfoWrap span a {
    color: #434343;
    text-decoration: none;
    font-size: 16px;
}

.contactInfoWrap span a:hover {
    color: #012d74;
}

.contactInfoWrap span p {
    line-height: 22px;
}

/*menu-style*/

.head-nav {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    float: left;
    padding: 10px 0;
    position: fixed;
    transition: all 650ms ease 0s;
    width: 100%;
    z-index: 1039;
}

.darkgrey-wrap {
    padding: 10px 0;
}

.darkgrey-wrap {
    background: #fff none repeat scroll 0 0;
}


/*sidebar*/


.sidenav {
    height: 100%;
    width: 250px;
    position: fixed;
    z-index: 99999;
    top: 0;
    right: -250px;
    background-color: rgba(1, 45, 116, 0.97);
    overflow-x: hidden;
    transition: .5s;
    padding-top: 60px;
}

.sidenav a {
    color: #fff;
    display: block;
    font-size: 20px;
    padding: 8px 8px 8px 25px;
    text-decoration: none !important;
    transition: all 0.3s ease 0s;
}

.offcanvas a:focus,
.sidenav a:hover {
    color: #a7c9ff;
    margin-left: 5px;
}

.closebtn:hover {
    left: 0 !important;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    left: -19%;
    font-size: 42px;
    margin-left: 50px;
    outline: 0;
}

.map-section {
    margin-top: 50px;
}

.map-section iframe {
    background: #fbfbfb none repeat scroll 0 0;
    border: 0;
    min-height: 405px;
    width: 100%;
}

.footer-certificates h3 {
    color: #012d74;
    margin: 10px 0;
}

/* .error-page {
    padding-top: 100px;
    padding-bottom: 100px;
} */
.member {
    background: url(../images/battan-1.png) repeat;
    padding: 45px 0;
}

.member h1 {
    font-weight: bold;
    font-size: 30px;
    margin-top: 0;
    color: #012d74;
    text-transform: uppercase;
    margin-bottom: 35px;
}

.mem-wrap {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.mem-wrap img {
    border: 1px solid #012d74;
    border-radius: 4px;
}

.companyInfo {
    margin-top: 20px;
}

.locationInfo {
    font-size: 15px;
    padding-left: 50px;
    position: relative;
    line-height: 1.8;
    min-height: 50px;
}

.locationInfo p {
    font-size: 15px;
    margin-bottom: 0;
}

.locationInfo .icon {
    position: absolute;
    left: 0;
    top: 6px;
    width: 40px;
}

.locationInfo .icon img {
    max-width: 100%;
}

.locationInfo .content {}


#our-services {
    /* background: #11459d; */
    position: relative;
    padding: 30px 0 50px;
}

.servicesBg {
    position: relative;
}

.servicesBtn {
    padding-top: 50px;
}

.servicesBg::before {
    content: "";
    background: #11459d;
    position: absolute;
    left: 0;
    top: 20%;
    height: calc(100% - 40%);
    width: 100%;
}

.services-gallery {
    position: relative;
    z-index: 1;
}

.services-gallery .title {
    font-size: 36px;
    line-height: 32px;
    font-weight: 700;
    color: #012d74;
    margin: 0;
    margin-bottom: 30px;
    text-align: center;
}

.services-gallery .title span.first {
    font-weight: 300;
    font-style: italic;
    color: #000;

}

.btnEq {
    text-transform: uppercase;
    padding: 6px 28px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
}

.boxShadow {
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
}

.radius100 {
    border-radius: 100px !important;
    -webkit-border-radius: 100px !important;
    -moz-border-radius: 100px !important;
    -ms-border-radius: 100px !important;
    -o-border-radius: 100px !important;
}


.servicesBox .serImg img {
    width: 100%;
}


.servicesBox .serBody {
    padding: 30px 15px;
}

.servicesBox .heading {
    margin: 0;
    font-size: 28px;
    margin-bottom: 20px;
}


.owl-theme .owl-nav [class*='owl-'] {
    width: 50px;
    height: 50px;
    background: #11459d !important;
    border: 10px solid #cfdaeb !important;
}

.owl-theme .owl-nav [class*='owl-'] .icon {
    width: 14px;
    height: 14px;
    display: inline-block;
    line-height: 8px;
    margin-bottom: 4px;
}

.owl-nav {
    bottom: -26px;
    position: absolute;
    background: #fff;
    border-radius: 100px;
    ;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    left: calc(100% /2 - 50px);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
}

button {
    outline: 0;
}

.customNavigation {
    bottom: -26px;
    position: absolute;
    background: #fff;
    z-index: 999;
    left: calc(100% /2 - 50px);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}

.customNavigation .btn {
    width: 50px;
    height: 50px;
    background: #11459d !important;
    border: 10px solid #cfdaeb !important;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    margin: 3px;
    display: inline-block;
    cursor: pointer;
    padding: 0;
}

.customNavigation .btn:hover {
    background: #000 !important;
}

.customNavigation .btn .icon {
    width: 14px;
    height: 14px;
    display: inline-block;
    line-height: 8px;
    margin-bottom: 8px;
    margin-top: 8px;
}


#content-wrap {
    padding: 40px 0;
}


.breadcrumb-wrap {}

.breadcrumb-wrap .breadcrumb {
    margin: 0;
    padding: 15px 20px;
    display: inline-block;
    position: relative;
    border-radius: 0;
    border-top-left-radius: 20px;
}

.breadcrumb-wrap .breadcrumb:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 0 0 40px;
    border-color: transparent;
    position: absolute;
    top: 0;
    right: -40px;
}

.breadcrumb-wrap .breadcrumb:before {
    border-left-color: #000;
}

.breadcrumb-wrap .breadcrumb li {
    display: inline-block;
    margin-right: 6px;
    padding: 0;
}

.breadcrumb-wrap .breadcrumb li a {
    font-weight: 700;
    font-size: 16px;
}

.breadcrumb-wrap .breadcrumb li:last-child {
    margin: 0;
}


.contactDetails .locationInfo {
    max-width: 320px;

}

.contactDetails .contactInfoWrap {}

.contactDetails .contactInfoWrap .contactInfo {
    display: inline-block;
    margin-right: 30px
}

.contactDetails .contactInfoWrap .contactInfo:first-child {
    margin-top: 24px;
}



.modal-title {
    font-size: 18px;
    font-weight: 700;
}

.modal-dialog {
    position: absolute;
    top: 50% !important;
    transform: translate(0, -50%) !important;
    -ms-transform: translate(0, -50%) !important;
    -webkit-transform: translate(0, -50%) !important;
    margin: auto 5%;
    width: 90%;
    height: 80%;
}

.modal-content {
    min-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.modal-header {
    height: 40px;
    background: #fff;
    padding: 10px 15px !important;
}

.modal-body {
    position: absolute !important;
    top: 45px;
    /** height of header **/
    bottom: 0;
    /** height of footer **/
    left: 0;
    right: 0;
    overflow-y: auto;
}

.modal-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.enquiry-wrap {
    padding: 10px;
}

.modal-backdrop {
    z-index: 1039;

}

.contactSuccess {
    position: fixed;
    right: 0;
    top: 79px;
    z-index: 9999
}


.enquiryDes {
    font-size: 15px;
    font-weight: 600;
    font-style: italic;
    margin-bottom: 20px;
}



/*loader*/

.loader-wrapper {
    position: fixed;
    z-index: 1090;
    height: 100vh;
    width: 100vw;
    /* background-color:rgba(240,240,240,1); */
    background-color: rgba(255, 255, 255, 1);
}

.truck-wrapper {
    height: 200px;
    width: 200px;
    /* border: 4px solid #012d74; */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%) scale(0.8);
    background: white;
    animation: bg 0.5s linear infinite;
    /* border-bottom:3px solid #404143; */
    border-radius: 100%;
    overflow: hidden;
    /* box-shadow:inset 0px 0px 10px 4px rgba(0,0,0,0.3),inset 0px 0px 5px 0px #012d74; */
}

.truck-wrapper:after {
    content: 'Loading';
    font-size: 20px;
    position: absolute;
    bottom: 0px;
    text-align: center;
    width: 100%;
    border-top: 1px solid #012d74;
    background: rgb(1, 45, 116);
    background: -moz-linear-gradient(left, rgba(1, 45, 116, 1) 0%, rgba(6, 56, 138, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(1, 45, 116, 1) 0%, rgba(6, 56, 138, 1) 100%);
    background: linear-gradient(to right, rgba(1, 45, 116, 1) 0%, rgba(6, 56, 138, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1efcc8', endColorstr='#012d74', GradientType=1);
    color: white;
    padding-top: 8px;
    padding-bottom: 18px;
    animation: bg 3s linear infinite;
}

.truck {
    height: 110px;
    width: 150px;
    position: absolute;

    bottom: 48px;
    left: calc(50% + 10px);
    transform: translateX(-50%);

}


.truck>.truck-container {
    background: rgb(175, 189, 195);
    background: -moz-linear-gradient(-45deg, rgba(175, 189, 195, 1) 0%, rgba(175, 189, 195, 1) 50%, rgba(143, 163, 173, 1) 51%, rgba(143, 163, 173, 1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(175, 189, 195, 1) 0%, rgba(175, 189, 195, 1) 50%, rgba(143, 163, 173, 1) 51%, rgba(143, 163, 173, 1) 100%);
    background: linear-gradient(135deg, rgba(175, 189, 195, 1) 0%, rgba(175, 189, 195, 1) 50%, rgba(143, 163, 173, 1) 51%, rgba(143, 163, 173, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#afbdc3', endColorstr='#8fa3ad', GradientType=1);
    height: 50px;
    width: 80px;
    position: absolute;
    top: 10px;
    left: 10px;
    animation: container 0.4s linear infinite;
}

.truck>.glases {
    background: rgb(6, 56, 138);
    background: -moz-linear-gradient(-45deg, rgba(6, 56, 138, 1) 0%, rgba(6, 56, 138, 1) 50%, rgba(1, 45, 116, 1) 52%, rgba(1, 45, 116, 1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(6, 56, 138, 1) 0%, rgba(6, 56, 138, 1) 50%, rgba(1, 45, 116, 1) 52%, rgba(1, 45, 116, 1) 100%);
    background: linear-gradient(135deg, rgba(6, 56, 138, 1) 0%, rgba(6, 56, 138, 1) 50%, rgba(1, 45, 116, 1) 52%, rgba(1, 45, 116, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#28b5f5', endColorstr='#0299e3', GradientType=1);
    position: absolute;
    height: 25px;
    width: 25px;
    border: 4px solid #FBD734;
    border-bottom: none;
    top: 35px;
    left: 95px;
    border-top-right-radius: 6px;
    animation: updown-half 0.4s linear infinite;
}

.truck>.glases:after {
    content: '';
    display: block;
    background-color: #FBD734;
    height: 13px;
    width: 10px;
    position: absolute;
    right: -10px;
    bottom: 0px;
    border-radius: 10px / 15px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;

}

.truck>.glases:before {
    content: '';
    display: block;
    background-color: #F9BF2C;
    height: 12px;
    width: 16px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    border-top-right-radius: 4px;
}

.truck>.bonet {
    background-color: #F9BF2C;
    position: absolute;
    width: 124px;
    height: 15px;
    top: 64px;
    left: 10px;
    z-index: -1;
    animation: updown 0.4s linear infinite;
}

.truck>.bonet:after {
    content: '';
    display: block;
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 1) 0%, rgba(241, 241, 241, 1) 50%, rgba(225, 225, 225, 1) 51%, rgba(246, 246, 246, 1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 1) 0%, rgba(241, 241, 241, 1) 50%, rgba(225, 225, 225, 1) 51%, rgba(246, 246, 246, 1) 100%);
    background: linear-gradient(135deg, rgba(255, 255, 255, 1) 0%, rgba(241, 241, 241, 1) 50%, rgba(225, 225, 225, 1) 51%, rgba(246, 246, 246, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6', GradientType=1);
    height: 10px;
    width: 6px;
    position: absolute;
    right: 0px;
    bottom: 2px;
    border-top-left-radius: 4px;

}

.truck>.base {
    position: absolute;
    background-color: #445A64;
    width: 106px;
    height: 15px;
    border-top-right-radius: 10px;
    top: 70px;
    left: 14px;
    animation: updown 0.4s linear infinite;
}

.truck>.base:before {
    content: '';
    display: block;
    background-color: #E54A18;
    height: 12px;
    width: 5px;
    position: absolute;
    left: -4px;
    bottom: 0px;
    border-bottom-left-radius: 4px;
}

.truck>.base:after {
    content: '';
    display: block;
    background-color: RGB(84, 110, 122);
    height: 10px;
    width: 20px;
    position: absolute;
    right: -16px;
    bottom: 0px;
    border-bottom-right-radius: 4px;
    z-index: -1;
}

.truck>.base-aux {
    width: 82px;
    height: 8px;
    background-color: #F9BF2C;
    position: absolute;
    top: 65px;
    left: 14px;
    border-bottom-right-radius: 4px;
    animation: updown 0.4s linear infinite;
}

.truck>.wheel-back {
    left: 20px
}

.truck>.wheel-front {
    left: 95px;
}

.truck>.wheel-back,
.truck>.wheel-front {

    border-radius: 100%;
    position: absolute;
    background: rgb(84, 110, 122);
    background: -moz-linear-gradient(-45deg, rgba(84, 110, 122, 1) 0%, rgba(84, 110, 122, 1) 49%, rgba(68, 90, 100, 1) 52%, rgba(68, 90, 100, 1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(84, 110, 122, 1) 0%, rgba(84, 110, 122, 1) 49%, rgba(68, 90, 100, 1) 52%, rgba(68, 90, 100, 1) 100%);
    background: linear-gradient(135deg, rgba(84, 110, 122, 1) 0%, rgba(84, 110, 122, 1) 49%, rgba(68, 90, 100, 1) 52%, rgba(68, 90, 100, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#546e7a', endColorstr='#445a64', GradientType=1);
    top: 80px;
    height: 22px;
    width: 22px;
    animation: spin 0.6s linear infinite;
}

.truck>.wheel-back:before,
.truck>.wheel-front:before {
    content: '';
    border-radius: 100%;
    left: 5px;
    top: 5px;
    position: absolute;
    background: rgb(175, 189, 195);
    background: -moz-linear-gradient(-45deg, rgba(175, 189, 195, 1) 0%, rgba(175, 189, 195, 1) 50%, rgba(143, 163, 173, 1) 51%, rgba(143, 163, 173, 1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(175, 189, 195, 1) 0%, rgba(175, 189, 195, 1) 50%, rgba(143, 163, 173, 1) 51%, rgba(143, 163, 173, 1) 100%);
    background: linear-gradient(135deg, rgba(175, 189, 195, 1) 0%, rgba(175, 189, 195, 1) 50%, rgba(143, 163, 173, 1) 51%, rgba(143, 163, 173, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#afbdc3', endColorstr='#8fa3ad', GradientType=1);
    height: 12px;
    width: 12px;
}

@keyframes spin {
    50% {
        top: 81px;
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes container {

    30% {
        transform: rotate(1deg);
    }

    50% {
        top: 11px;
    }

    70% {
        top: 10px;
        transform: rotate(-1deg);
    }
}

.truck>.smoke {
    position: absolute;
    background-color: #AFBDC3;
    border-radius: 100%;
    width: 8px;
    height: 8px;
    top: 90px;
    left: 6px;
    animation: fade 0.4s linear infinite;
    opacity: 0;
}

.truck>.smoke:after {
    content: '';
    position: absolute;
    background-color: RGB(143, 163, 173);
    border-radius: 100%;
    width: 6px;
    height: 6px;
    top: -4px;
    left: 4px;
}

.truck>.smoke:before {
    content: '';
    position: absolute;
    background-color: RGB(143, 163, 173);
    border-radius: 100%;
    width: 4px;
    height: 4px;
    top: -2px;
    left: 0px;
}

@keyframes fade {

    30% {
        opacity: 0.3;
        left: 7px;
    }

    50% {
        opacity: 0.5;
        left: 6px;
    }

    70% {
        opacity: 0.1;
        left: 4px;
    }

    90% {
        opacity: 0.4;
        left: 2px;
    }
}

@keyframes bg {
    from {
        background-position-x: 0px;
    }

    to {
        background-position-x: -400px;
    }
}

@keyframes updown {
    50% {
        transform: translateY(-20%);
    }

    70% {
        transform: translateY(-10%);
    }
}

@keyframes updown-half {
    50% {
        transform: translateY(-10%);
    }

    70% {
        transform: translateY(-5%);
    }
}


.text-content img {
    margin-bottom: 15px;
}