/* ----------------------------------------------------------------
     [ Start Modal ]
-----------------------------------------------------------------*/

.modal.left .modal-dialog,
.modal.right .modal-dialog {
	position: fixed;
	margin: auto;
	height: 100%;
	-webkit-transform: translate3d(0%, 0, 0);
		-ms-transform: translate3d(0%, 0, 0);
		 -o-transform: translate3d(0%, 0, 0);
			transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content,
.modal.right .modal-content {
	height: auto;
	/* overflow-y: auto; */
}

.modal.left .modal-body,
.modal.right .modal-body {
	padding: 15px 15px 80px;
}

/*Left*/
.modal.left.fade .modal-dialog{
	top: 22%;
	left: -320px;
	-webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
	   -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
		 -o-transition: opacity 0.3s linear, left 0.3s ease-out;
			transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.show .modal-dialog{
	top: 13%;
	left: 0;
}

/*Right*/
.modal.right.fade .modal-dialog {
	top: 29%;
	right: -320px;
	-webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
	   -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
		 -o-transition: opacity 0.3s linear, right 0.3s ease-out;
			transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.show .modal-dialog {
	top: 29%;
	right: 0;
}
/* Model Two css */
.mv_model_btn.mv_model_quote {
    position: relative;
}
.mp_model.mp_model_two .modal-header {
    padding: 32px 30px 28px;
}
.mv_model_btn.mv_model_quote a.call_back {
    left: -48px;
    font-size: 16px;
    width: 150px;
    height: 50px;
    line-height: 50px;
    transform: rotate(-90deg);
	text-decoration: none;
}
.mv_model_btn.mv_model_quote a.call_back:after {
    position: fixed;
    content: "";
    width: 20px;
    border-top: solid 10px #ff5e65;
    border-right: solid 10px rgba(0, 0, 255, 0);
    border-left: solid 10px rgba(0, 0, 255, 0);
    border-bottom: solid 10px rgba(0, 0, 255, 0);
    top: 48px;
    left: 60px;
}
.mp_model i.fa.fa-phone {
    color: #ffffff;
    position: absolute;
    top: 30px;
    left: 180px;
    background: #6688CC;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 100px;
    font-size: 14px;
}
.mp_model_two .mp_login .form-group {
    display: flex;
    align-items: center;
}
.mp_model_two .mp_login label {
    width: 80px;
	font-weight: 400;
}
.mp_login label i {
    margin-right: 10px;
    color: #28254c;
}
/* Model css */
.mv_model_btn a.call_back, .mv_model_btn a:focus {
    position: fixed;
    right: 0;
    top: 430px;
    z-index: 11;
    color: #fff;
	font-size: 26px;
    background: #ff5e65;
    width: 60px;
    height: 60px;
    display: inline-block;
    line-height: 60px;
    text-align: center;
    border-radius: 100px;
    cursor: pointer;
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2), 0px 2px 5px rgba(0, 0, 0, 0.02);
	animation: top_btm 2s infinite alternate;
}
@keyframes top_btm {
  0%   {top: 350px;}
  100% {top: 370px;}
}


.mp_model .modal-content {
    background-color: #ffffff;
}
.mp_model .modal-header {
    padding: 52px 30px 28px;
}
.mp_model .modal-header .close {
    position: absolute;
    right: 15px;
    top: 10px;
    color: #a6a6a6;
    opacity: 1;
}
.mp_model h4.modal-title {
    text-align: center;
	font-weight: 600;
	text-transform: capitalize;
}
.mp_login {
    padding: 30px 50px 15px;
}
.mp_login input.form-control {
    height: 50px;
    margin: auto;
    border-radius: 3px;
    padding: 0 20px;
    color: #222222;
    border: 1px solid #eee;
}
.mp_model_two .mp_login input.form-control {
    width: calc(100% - 80px);
}
.mp_login button {
    border: none;
}
.mp_login button:focus {
    outline: none;
}

.mv_btn, .mv_btn:focus {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    padding: 0px 20px;
    text-decoration: none;
    color: #fff;
    background: #ff5e65;
    text-transform: capitalize;
    font-size: 18px;
    letter-spacing: 0.9px;
    border: none;
    z-index: 1;
    border-radius: 5px;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	outline: none;
	text-align: center;
}
.mv_btn:hover {
    background: #6688CC;
	color: #ffffff;
}

@media only screen and (min-width: 786px) and (max-width: 1439px) {
    .modal.right.fade.show .modal-dialog {
        top: 15%;
        right: 0;
    }
}

/* Model css */

/*---------main slider end----------*/

/*---------footer start--------*/
.mv_footer_wrapper {
    float: left;
    width: 100%;
	background-color:#28254c;
}
.mv_footer_logo {
    float: left;
    padding-bottom: 30px;
}
.mv_footer_social_link {
    float: left;
    width: 100%;
}
.mv_footer_social_link ul {
    display: flex;
    position: absolute;
    padding: 0;
    margin: 20px -10px 0px;
}
.mv_footer_social_link ul li {
  list-style: none;
}
.mv_footer_social_link ul li a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    background-color: #6688CC;
    text-align: center;
    margin: 0 5px;
    display: block;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.mv_footer_social_link ul li a .icon {
	position: relative;
    color: #ffffff;
    z-index: 3;
    font-size: 16px;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.mv_footer_social_link ul li a:hover .icon {
  color: #fff;
  transform: rotateY(360deg);
}

.mv_footer_social_link ul li a:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f00;
  z-index: 2;
  -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.mv_footer_social_link ul li a:hover:before {
  top: 0;
}

.mv_footer_social_link ul li:nth-child(1) a:before{
  background: #3b5999;
}

.mv_footer_social_link ul li:nth-child(2) a:before{
  background: #55acee;
}

.mv_footer_social_link ul li:nth-child(3) a:before {
  background: #0077b5;
}

.mv_footer_social_link ul li:nth-child(4) a:before {
  background: #dd4b39;
}

.mv_footer_social_link ul li:nth-child(5) a:before {
  background: #4FCE5D;
}

.mv_footerdiv,.mv_footerdiv1 {
    float: left;
    width: 100%;
    padding: 80px 0 95px;
}
.mv_footerdiv h3 {
    float: left;
    width: 100%;
    margin: 0;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-weight: bold;
    color: #ffffff;
    text-transform: capitalize;
}

.mv_footerdiv h3:after {
    background: #6688CC;
    position: absolute;
    content: "";
    left: 0px;
    bottom: 2px;
    width: 20px;
    height: 1px;
    background-color: #6688CC;
}
.mv_footerdiv h3:before {
    position: absolute;
    content: "";
    left: 0px;
    bottom: 0px;
    width: 30px;
    height: 1px;
    background-color: #6688CC;
}
.mv_footerdiv p,.mv_footerdiv1 p {
    float: left;
    width: 100%;
    color: #fefefe;
    margin: 0;
}
.mv_footerdiv ul {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}
.mv_footerdiv ul li {
    float: left;
    width: 100%;
    list-style: none;
    padding-bottom: 5px;
}
.mv_footerdiv ul li a {
    float: left;
    width: 100%;
    color: #fefefe;
    text-decoration: none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.mv_footerdiv ul li:hover a {
    color: #6688CC;
}
.mv_footerdiv p i, .mv_footerdiv ul li a i {
    margin-right: 10px;
}
.mv_copyright {
    float: left;
    width: 100%;
    padding: 25px 0;
    border-top: 1px solid rgba(254, 254, 254, 0.1);
    text-align: center;
}
.mv_copyright p {
    float: left;
    width: 100%;
    margin: 0;
    color: #fefefe;
}
.mv_copyright p a {
    color: #6688CC;
    text-decoration: none;
}
/*---------footer end--------*/

/* ----------------------------------------------------------------
     [ 05 About ]
-----------------------------------------------------------------*/
.hero .intro {
    position: relative;
    padding: 0 0 15px;
}
.hero .intro:after {
    content: '';
    width: 70px;
    height: 1px;
    background: #2AAFC0;
    position: absolute;
    bottom: 0;
    left: calc(50% - 35px);
}
.hero .intro .sub-title {
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 4px;
    background-color: #2AAFC0;
    display: inline-block;
    padding: 4px 10px;
    margin-bottom: 15px;
}
.hero .intro h4 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.5;
}
/* ----------------------------------------------------------------
    [ End Hero ]
-----------------------------------------------------------------*/


/* Top Features Area CSS */

.fancy-top-features-area {
    position: relative;
}

.fancy-top-features-content {
    position: relative;
    width: 100%;
    bottom: 30%;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    left: 0;
    box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.15);
    border-radius: 2px;
}

.single-top-feature {
    padding: 45px;
    background-color: #fff;
    position: relative;
    z-index: 1;
}

.single-top-feature:after {
    width: 1px;
    height: calc(100% - 60px);
    position: absolute;
    top: 30px;
    right: 0;
    content: '';
    background-color: #e5e5e5;
}

.fancy-top-features-content .col-12:last-child .single-top-feature:after {
    display: none;
}

.single-top-feature p {
    margin-bottom: 0;
}

.single-top-feature h5 i {
    color: #2bc0a4;
}


/*-----------about section start-------*/
.mv_lightgray_wrapper {
    float: left;
    width: 100%;
    padding: 26px 0 30px;
	background-color: #f5f5f5;
}
.mv_page_heading {
    float: left;
    width: 100%;
    text-align: center;
    padding-bottom: 50px;
}
.mv_page_heading span {
    display: inline-block;
    width: auto;
	animation: mover 2s infinite alternate;
}
@keyframes mover {
    0% { transform: translateX(-10px); }
    100% { transform: translateX(40px); }
}
.mv_page_heading h1 {
	float: left;
    width: 100%;
    margin: 0;
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 15px;
    color: #28254c;
    position: relative;
    margin-top: 20px;
	text-transform: capitalize;
}
.mv_page_heading h1:after {
    position: absolute;
    content: "";
    top: -24px;
    left: 0;
    right: 0;
    margin: auto;
    width: 100px;
    height: 3px;
    background: #28254c;
}
.mv_page_heading p {
    float: left;
    width: 100%;
    padding: 0px 30px;
    font-size: 18px;
    margin: 0;
}
.mv_aboutus2 img{
	box-shadow: 30px -30px 0px 0px #6688CC;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.mv_aboutus2 img:hover{
	box-shadow: 0px 12px 29px 0px rgba(0, 0, 0, 0.19);
}
.mv_aboutus2{
	z-index:5;
	position:relative;
    margin-bottom: 50px;
}
.mv_aboutus1 h2{
	font-size:45px;
	color:#28254c;
	font-weight:700;
	margin-bottom: 20px;
}
.mv_aboutus1 h2 span,.mv_aboutus1 h4 span{
	color: #ff5e65;
}
.mv_aboutus1 h4{
	font-size: 24px;
    color: #28254c;
    font-weight: 700;
    margin-top: 30px;
	margin-bottom: 20px;
}
.mv_lightgray_wrapper .mv_page_heading p.m_b_5 {
    margin-bottom: 36px;
}
/*-----------about section end-------*/
/*-----------best service start-------*/
.mv_transparent_wrapper {
    float: left;
    width: 100%;
    position: relative;
}
.mv_transparent_wrapper.our_reasons {
    padding: 30px 0 45px;
}
.mv_best_service {
    position: relative;
    background-color: whitesmoke;
    padding: 0;
    text-align: center;
    border-radius: 10px;
    margin: 25px 10px 35px;
}
.mv_best_service .mv_bestservice_icon svg{
	transform: translate(-4px);
}
.mv_best_service .mv_bestservice_icon {
    position: absolute;
    top: -30px;
    left: -30px;
    width: 65px;
    height: 65px;
    background: #28254c;
    text-align: center;
    border-radius: 50px;
    border: dashed #fff 1px;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.mv_best_service .mv_bestservice_icon span {
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 85px;
    text-align: center;
}
.mv_best_service_content {
    background-color: whitesmoke;
    padding: 30px;
    border-radius: 5px;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.mv_best_service_content h3 {
    font-size: 20px;
    margin: 0;
    font-weight: bold;
    padding-bottom: 15px;
    color: #28254c;
}
.mv_best_service_content p {
    margin: 0;
}
.mv_best_service:hover .mv_bestservice_icon {
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
}
.mv_best_service_content:hover {
    box-shadow: 0px 20px 30px 0px rgba(0, 188, 212, 0.12);
    -webkit-box-shadow: 0px 20px 30px 0px rgba(0, 188, 212, 0.12);
    -moz-box-shadow: 0px 20px 30px 0px rgba(0, 188, 212, 0.12);
    -ms-box-shadow: 0px 20px 30px 0px rgba(0, 188, 212, 0.12);
    -o-box-shadow: 0px 20px 30px 0px rgba(0, 188, 212, 0.12);
}
/*-----------best service end-------*/
/*--------service section start--------*/
.mv_services_div {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    padding: 15px 0;
    border-radius: 5px;
	background-color: #f5f5f5;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.mb_3{
	margin-bottom:30px;
}
.mv_services_div:hover{
    box-shadow: 0px 12px 29px 2px rgba(0, 0, 0, 0.09);
}
.mv_service_img img {
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.mv_service_img{
    border-radius: 100%;
	overflow:hidden;
}
.mv_services_div:hover .mv_service_img img {
    transform: scale(1.3);
}
.mv_service_content h3 {
    font-size: 24px;
    color: #28254c;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 15px;
}
.mv_service_content p {
	margin-bottom: 13px;
}
.mv_service_content a {
    font-weight: 600;
	color: #28254c;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.mv_services_div:hover .mv_service_content a {
	color: #28254c;
}
/*--------service section end--------*/




/*--------Register section start--------*/
.we-padding {
    padding-top: 100px;
}

.single-do {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    padding: 56px 40px 69px;
    border-radius: 6px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
     .single-do {
        padding: 41px 17px 63px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
     .single-do {
        padding: 41px 17px 63px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
     .single-do {
        padding: 41px 17px 63px;
    }
}
@media (max-width: 767px) {
     .single-do {
        padding: 41px 17px 63px;
    }
}
 .single-do .do-icon span {
    font-size: 73px;
    margin-bottom: 20px;
    display: inline-block;
    color: #ff5c97;
}
 .single-do .do-caption h4 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 23px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
     .single-do .do-caption h4 {
        font-size: 21px;
    }
}
 .single-do .do-caption p {
    margin-bottom: 40px;
}
 .single-do .do-btn a {
    color: #c5ccd8;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
 .single-do .do-btn a i {
    background: #c5ccd8;
    width: 24px;
    height: 24px;
    display: inline-block;
    line-height: 24px;
    color: #fff;
    border-radius: 50%;
    margin-right: 7px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.do-caption h4 {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 42px;
    color: #2b4b80;
}
.do-caption ul li {
    color: #57667e;
    margin-bottom: 17px;
}
.do-caption ul li:last-child {
    margin-bottom: 0;
}

.single-do:hover {
    box-shadow: 0px 10px 30px 0px rgba(133, 66, 189, 0.1);
}
.single-do:hover .do-btn a {
    color: #28254c;
}
.single-do:hover .do-btn a i {
    background: #28254c;
}
.single-do.active {
    box-shadow: 0px 10px 30px 0px rgba(133, 66, 189, 0.1);
}
.single-do.active .do-btn a {
    color: #28254c;
}
.single-do.active .do-btn a i {
    background: #28254c;
}

.do-btn a {
    color: #28254c;
}
.do-btn a i {
    background: #28254c;
}
/*--------Register section End--------*/

/*-------responsive css start-----*/

@media (max-width: 991px) {
	.mv_footer_wrapper {
		padding-top: 40px;
	}
	.mv_footerdiv, .mv_footerdiv1 {
		padding: 0px 0 40px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.mv_menu:after, .mv_footer_social_link:after{
		display:none;
	}
	.mv_footer_social_link ul li a{
	    font-size: 14px;
	    padding: 0 7px;
	}
}
@media (max-width: 767px) {
	.mv_footerdiv, .mv_footerdiv1 {
		padding: 0px ;
	}
	.mv_logo{
		padding:15px 0;
		background: #28254c;
	}
	.mv_footer_social_link:after{
		display:none;
	}

	.mv_footer_logo img {
		display: inline-block;
	}
	.mv_footer_social_link{
        margin-bottom: 80px;
        display: flex;
        justify-content: center;
	}
	.mv_footerdiv{
	    padding: 0;
		margin-bottom: 30px;
    }
    .mv_aboutus2{
        margin-top: 40px;
    }
    .mv_aboutus2 img{
        box-shadow: 20px -20px 0px 0px #6688CC;
    }
    .fancy-top-features-content {
        bottom: 40%;
    }
}

@media (max-width:500px) and (min-width:400px){
    .mv_copyright p{
        font-size: 18px;
    }
}

/*--------preloader css start--------*/
#loader-wrapper{
  background-color: #ffffff;
  position:fixed;
  z-index:1090;
  height:100vh;
  width:100vw;
}

#loader-wrapper #truck-wrapper{
  height: 200px;
  width: 200px;
  border: 4px solid #1DD3D6;
  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 #1DD3D6;
}

#loader-wrapper #truck-wrapper:after{
  content:'HomieStore';
  font-size:20px;
  position:absolute;
  bottom:0px;
  text-align:center;
  width:100%;
  border-top:1px solid #1DD3D6;
  background: rgb(30,252,200);
  background: -moz-linear-gradient(left, rgba(30,252,200,1) 0%, #6688CC 100%);
  background: -webkit-linear-gradient(left, rgba(30,252,200,1) 0%,#6688CC 100%);
  background: linear-gradient(to right, rgba(30,252,200,1) 0%,#6688CC 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1efcc8', endColorstr='#1dd3d6',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, #6688CC 0%, #6688CC 50%, rgba(143,163,173,1) 51%, rgba(143,163,173,1) 100%);
background: -webkit-linear-gradient(-45deg, #6688CC 0%,#6688CC 50%,rgba(143,163,173,1) 51%,rgba(143,163,173,1) 100%);
background: linear-gradient(135deg, #6688CC 0%,#6688CC 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(40,181,245);
background: -moz-linear-gradient(-45deg, rgba(40,181,245,1) 0%, rgba(40,181,245,1) 50%, rgba(2,153,227,1) 52%, rgba(2,153,227,1) 100%);
background: -webkit-linear-gradient(-45deg, rgba(40,181,245,1) 0%,rgba(40,181,245,1) 50%,rgba(2,153,227,1) 52%,rgba(2,153,227,1) 100%);
background: linear-gradient(135deg, rgba(40,181,245,1) 0%,rgba(40,181,245,1) 50%,rgba(2,153,227,1) 52%,rgba(2,153,227,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, #6688CC 0%, #6688CC 50%, rgba(143,163,173,1) 51%, rgba(143,163,173,1) 100%);
background: -webkit-linear-gradient(-45deg, #6688CC 0%,#6688CC 50%,rgba(143,163,173,1) 51%,rgba(143,163,173,1) 100%);
background: linear-gradient(135deg, #6688CC 0%,#6688CC 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%);
  }
}
/*--------preloader css end--------*/
