@font-face {
    font-family: 'montserratbold';
    src: url('../fonts/montserrat-bold-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'rubik';
    src: url('../fonts/rubik-variablefont_wght-webfont.woff2') format('woff2'),
         url('../fonts/rubik-variablefont_wght-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
a:hover{
    text-decoration: none;
    color: #fff;
}
a{
    color:#000;
}
.header-top {
    background: #000;
    color: #fff;
}
.topnav-row p {
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 500;
    padding-left: 12px;
}

.left-area a {
    color: #fff;
	padding-left: 15px;
}
.left-area svg {
    color:#00973b !important;
}
 .page-banner {
    background-image: url(../images/banner-bg.png); 
    background-size: cover;
    height: 417px;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
} 
.header-main.navbar_fixed {
    position: fixed;
    width: 100%;
    top: -70px;
    left: 0;
    right: 0;
    background: #fff;
    transform: translateY(70px);
    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
    z-index: 999;
    transition: 0.4s ease;
}
.logo-area {
    width: 180px;
}
.logo-area img {
    width: 100%;;
}

.contact-btn {
    margin-left: 28px;
}
.main-nav .dropdown-toggle::after{
    position: absolute;
    right: 7px;
    top: 15px;
    display: none;
}

.nav-top-area  a {
    color: #fff;
    background: #021a47;
    padding: 7px 13px;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.nav-top-area  svg {
    font-size: 28px;
    margin-right: 10px;
}
.main-header-content {
    padding: 8px 0px!important;
}

.main-header-content .navbar-collapse {
    flex-grow: 0!important;
}
.main-nav ul li {
    margin-left: 36px;
    
    position: relative;
}

.main-nav span {
    padding-left: 6px;
}
.main-nav ul li a {
    font-size: 16px;
    color: #021a47!important;
    font-weight: 600;
	text-transform: uppercase;
}
.main-nav ul li a:hover {
    color: #f37820 !important;
}

.main-nav .dropdown-menu {
    margin: 0!important;
    padding: 0!important;
    transition: all 0.3s ease 0s;
}
.nav-item.dropdown:hover .dropdown-menu {
    display: block;
	
	
}
.main-nav .dropdown-menu .dropdown-item {
    color: #021a47!important;
    padding: 7px 19px;
    border-bottom: 1px solid #ededed;
}
.main-nav .dropdown-menu .dropdown-item:hover {
    color: #f37820!important;
}
.nav-item .nav-link {
    padding: 3px 0px;
    display: inline-flex;
    padding-left: 0!important;
}
.main-slider .carousel-caption {
    top: 21%;
}
.banner_content {
    width: 351px;
}

.banner_content h1 {
    font-size: 38px;
    font-weight: normal;
}
.banner_content h1 span {
    font-weight: 700;
}
.banner_content p {
    font-size: 18px;
    margin-top: 18px;
}
.enquirt-btn a {
    background: #fff;
    color: #005ea2;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    padding: 8px 18px;
    display: inline-block;
    margin-top: 15px;
}
.enquirt-btn a:hover {
    background: #005ea2;
    color: #ffff;
    transition: 0.5s;
}

.top-area{
    display:none!important;
}
.nav-item .dropdown-item:active {
    background: transparent;
    outline: none;
}
.main-slider .carousel-control-prev-icon, .main-slider .carousel-control-next-icon{
	position:relative;
}
.main-slider .carousel-control-prev-icon:before {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    background: #ee5921;
    z-index: -1;
    bottom: -16px;
    left: -12px;
    border-radius: 50px;
}
.main-slider .carousel-control-next-icon:before {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    background: #ee5921;
    z-index: -1;
    bottom: -16px;
    left: -16px;
    border-radius: 50px;
}


















/* about section */
.about-section {
    background: #aad7cd;
    padding: 64px 0px;
}
.storage-solution-section {
    background: #fff;
    padding: 64px 0px;
}
.whychoose-section {
    background: #f8f7f7;
    padding: 64px 0px;
}
.section-heading {
    font-size: 28px;
    text-transform: uppercase;
    color: #005ea2;
    font-weight: 700;
    position: relative;
}

.section-para p {
    font-size: 18px;
    line-height: 28px;
    margin-top: 20px;
    text-align: left;
}
.yellow-btn {
    background: #f37820;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 11px 31px;
    border-radius: 7px;
    transition:0.5s;
}
.about-btn {
    margin-top: 39px;
}

/* service section */
.services-section, .whychoose-section, .quick-enquiry-section, .abotus-section{
    margin: 60px 0px;
}
.section-top p {
    font-size: 20px;
    font-weight: 500;
}
.service-img img {
    background: #005ea2;
}
.service-box{
    border-radius: 5px;
    padding: 26px 10px;
    background: #f8f7f7;
}
.service-img {
    outline: 2px solid #f37922;
    outline-offset: -10px;
}
/* .service-box-content h1, .logistic-box-content h1, .storage-solution-box-content h1 {
    font-size: 22px;
    font-weight: 600;
} */
/* .service-box-content p, .logistic-box-content p, .storage-solution-box-content p {
    font-size: 17px;
    font-weight: 500;
} */
.service-box-content h1 {
    padding: 22px 0px;
    color:#005ea2;
    margin-bottom: 0;
    font-size: 22px;
    font-weight: 600;

}
.service-box-content p {
    font-size: 17px;
    font-weight: 500;
    height: 50px;
    overflow: hidden;
}
.service-box.box1 {
    background: #ffc000;
}
.service-box.box2 {
    background: #e84b3a;
}
.service-box.box3 {
    background: #fc7f0c;
}
.box4 {
    background: #ccc;
}



/* why choose section */
.whychoose-box {
    background: #fff;
    width: 356px;
    margin: 7px;
    padding: 31px;
    text-align: center;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: 0.8s;
    cursor: pointer;
    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
}
.whychoose-box h1 {
    font-size: 22px;
    text-transform: uppercase;
}
.whychoose-box p {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 0;
    display: none;
    transition:0.5s;
}
.whychoose-box:hover{
    background: #3d6cb5;
}
.whychoose-box:hover h1{
    display: none;
}
.whychoose-box:hover p {
    display: block;
    color:#fff;
    
}
.logistic-img {
    width: 339px;
}
.logistic-img img {
    width: 100%;
}


.logistic-box, .storage-solution-box {
    border-radius: 5px;
    padding: 26px 9px;

}
.logistic-box h1, .storage-solution-box-content h1 {
    padding: 22px 0px;
    color: #021a47;
    margin-bottom: 0;

}

.storage-solution-box {
    background: #fff;
    text-align: center;
}
.storage-solution-box-content h1 {
    text-transform: uppercase;
}

.storage-solution-box-content span {
    color: #fc7f0c;
    font-size: 23px;
    font-weight: 700;
    padding-left: 5px;
}
.storage-solution-box-content p {
    color: #005ea2 ;
}
.enquairy-btn {
    margin-top: 34px;
    margin-bottom: 7px;
}
.blue-btn {
    background: #d22c1b;
    color: #fff;
    padding: 7px 18px;
    border-radius: 5px;
    font-weight: 600;
    transition:0.5s;
}
.blue-btn:hover {
    background:#f37820;
    color: #fff;
}

.yellow-btn:hover {
    background: #005ea2 ;
    color: #fff;
}
.enquiry-form .row {
    margin-bottom: 8px;
}
.enquiry-form input, .enquiry-form #inputState {
    height: 45px;
    border: 2px solid #7c7c7c;
}

.enquiry-form textarea {
    border: 2px solid #7c7c7c;
}
.submit-btn .blue-btn {
    padding: 10px 49px;
}
.heading-style:after {
    position: absolute;
    content: "";
    width: 62px;
    height: 3px;
    background: #005ea2 ;
    left: 50%;
    bottom: 0px;
    transform: translate(-50%);
}

.heading-style {
    line-height: 54px;
}



/* footer css */
.footer-section {
    background: #036431;
}
.footer-col-heading {
    color: #fff;
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom:12px;
    position: relative;
}
.footer-col-heading:after {
    content: "";
    position: absolute;
    width: 46px;
    height: 1px;
    background: #ef5921;
    bottom: 0;
    left: 0;
}
.f-p {
	color: #ddd !important;
}
.quick-links p {
	color: #fff;
}
.quick-links ul li {
    padding-bottom: 8px;
}
.quick-links ul li a {
    color: #fff;
    font-size: 15px;
}
.quick-links h2 {
    font-size: 24px;
    color: #fff;
}
.coptright-area {
    background: #036431;
    padding: 20px 0px;
}

.coptright-area a {
    color: #fff;
}
.facebook {
    background: #4968af;
}
.insta {
    background: #bf3675;
}
.snap {
    background: #fcce17;
}
.twitter {
    background: #29b1e0;
}
.whatsapp {
    background: #2ca638;
}
.linkedin {
    background: #1377b6;
}
.social-icon {
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    margin-right: 6px;

}
#mybtn {
    position: fixed;
    bottom: 20px;
    right: 40px;
    z-index: 99;
    border: none;
    color: #fff;
    background: #00abff;
    padding: 10px;
    border-radius: 10px;
    display: none;
}
#mybtn:hover {
    background: #606060;
}
/* abouus page */
.page-banner-storage {
    background-image: url(../images/storage-page-banner.jpg); 
    background-size: cover;
    height: 217px;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    align-items: center;
    z-index: 2;

} 
.page-banner-Logistics {
    background-image: url(../images/Logistics-service-banner-bg.jpg); 
    background-size: cover;
    height: 217px;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    align-items: center;
    z-index: 2;

} 
.page-banner-storage:before, .page-banner-Logistics:before {
    content: "";
    background: rgba(0, 0, 0, 0.4) -webkit-linear-gradient(right top, rgb(76, 58, 109), rgba(116, 117, 170, 0.4), rgb(76, 58, 109)) repeat scroll 0 0 !important;
    bottom: 0;
    left: 0;
    opacity: 0.7;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
.banner-tag a {
    color: #fff;
    display: flex;
    align-items: center;
}
.sm-banner-content {
    color: #fff;
}

.sm-banner-content h1 {
    font-size: 30px;
}
.banner-tag p {
    margin-bottom: 0;
    padding: 0px 8px;
    font-size: 14px;
    font-weight: 500;
}
.abotus-section .section-top p {
    font-size: 30px;
    margin: auto;
    color: #ef5921;
}
.quoet-blog {
    background: #d9d9d9;
    padding: 42px 0px;
}

.contact-blog {
    background: #f4f4f4;
    padding: 42px 0px;
}
.quoet-blog input, .quoet-blog textarea {
    background-color: #ecedee;
    border: 1px solid #fff;
    width: 100%;
}
.quoet-blog #inputState {
    background-color: #ecedee;
    border: 1px solid #fff;
}

.quoet-section .section-heading {
    margin-bottom: 25px;
    text-transform: capitalize;

}
.contact-blog p {
    margin-bottom: 0;
    padding-left: 13px;
    font-size: 18px;
    font-weight: 400;
}
.contact-box-row svg {
    background: transparent;
    font-size: 37px;
    padding: 4px 7px;
    border-radius: 50px;
    border: 2px solid #d9d9d9;
}
.svg-inline--fa.fa-w-12 {
    width: auto!important;
}



/* contactus page */
.contactus-section {
    margin-top: 60px;
    margin-top: 60px;
    position: relative;
    padding-bottom: 80px;
}
.contactus-section:before {
    content: "";
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    z-index: -1;
    background: linear-gradient(180deg, #fff 55%,#ecedee 0%);
}
.contactus-quoet {
    background: #d22c1b;
    width: 50%;
    padding: 48px;
    color: #fff;
}
.contactus-quoet a {
    color: #fff;
}
.contactus-quoet .section-heading {
    color: #fff;
}
.contactus-detail {
    padding: 42px;
    width: 50%;
    background: #fff;
}
.contactus-detail input, .contactus-detail textarea, .contactus-detail #inputState {
    border: 1px solid #d1d1d1;
    background: transparent;
}
.map-area iframe {
    width: 100%;
}




.review-section {
    background-image: url(../images/testi_bg.png); 
    background-size: cover;
    height: 360px;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 53px 0px;

} 
.review-section h2 {
    text-align: center;
    color: #ee5921;
}

.col-center {
	margin: 0 auto;
	float: none !important;
}

.review-section .carousel-inner{
    border: 3px solid #ee5921;
    margin-top: 33px;
}
svg.fa-quote-right {
    position: absolute;
    right: 25px;
    bottom: 16px;
    color: #000;
    font-size: 20px;
}
svg.fa-quote-left {
    position: absolute;
    left: 10px;
    top: 14px;
    color: #000;
    font-size: 20px;
}
.carousel .item {
	color: #999;
	font-size: 14px;
    text-align: center;
	overflow: hidden;
    min-height: 170px;
    position: relative;
}
.carousel .item .img-box {
	width: 135px;
	height: 135px;
	margin: 0 auto;
	padding: 5px;
	border: 1px solid #ddd;
	border-radius: 50%;
}
.carousel .img-box img {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 50%;
}
.carousel .testimonial {
    padding: 30px 31px 10px;
    color: #000;
}
.carousel .overview {	
	font-style: italic;
}
.carousel .overview b {
	text-transform: uppercase;
	color: #7AA641;
}
.carousel .carousel-control {
	width: 40px;
    height: 40px;
    margin-top: -20px;
    top: 50%;
	background: none;
}
.carousel-control i {
    font-size: 68px;
	line-height: 42px;
    position: absolute;
    display: inline-block;
	color: rgba(0, 0, 0, 0.8);
    text-shadow: 0 3px 3px #e6e6e6, 0 0 0 #000;
}
.carousel-indicators li, .carousel-indicators li {
	background-color: transparent;
	border: 2px solid #fff;
}
.carousel-indicators li.active {
	background: #d22c1b;
}
.carousel-indicators li, .carousel-indicators li.active {
	width: 17px;
	height: 17px;
	border-radius: 50%;
}
/* servicess page */
.service-individual-section {
    margin-top: 55px;
}

.service-img-area {
    float: right;
    padding-left: 16px;
	margin-bottom: 26px;
}
.main-service-img{
    overflow: hidden;
}

.main-service-img img {
    width: 340px;
    margin-bottom: 30px;
}

.service-para-area p {
    margin-bottom: 8px;
    text-align: justify;
}
.service-para-area h1 {
    font-size: 22px;
    color: #021a47;
    font-weight: 700;
    margin-top: 21px;
}

.service-para-area h2 {
    font-size: 20px;
    color: #021a47;
    font-weight: 500;
    margin-top: 15px;
}
.service-para-area svg {
    font-size: 15px;
    margin-right: 10px;
    opacity: 0.9;
}
.service-para-area li {
    padding: 5px 0px;
}

.service-section-row .section-heading, .service-all-section .section-heading{
    color: #ee5921;
    text-transform: capitalize;
    margin-bottom: 15px;
}
.service-all-section {
    background: #ecedee;
    padding: 54px 0px;
    margin-top: 85px;
}

.list-row {
    display: flex;
    align-items: baseline;
}




.main-service-box {
    position: relative;
    width: 100%;
    min-height: 362px;
    display: flex;
    justify-content: center;
}
.main-service-box:hover .main-service-img img {
    transform: scale(1.1);
    transition: all 0.5s ease;
}
.main-service-box:hover .main-service-box-content {
    transform: translateY(-20px);
    transition: all 0.5s ease;
}

.main-service-box-content {
    background: #fff;
    border-bottom: 3px solid #021a47;
    border-radius: 5px;
    position: absolute;
    width: 93%;
    bottom: 0;
    padding: 34px 6px;
}

.srvice-title {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    padding-bottom: 22px;
}

.service-enquairy-btn .yellow-btn {
    padding: 8px 25px;
    border-radius: 20px;
    margin: 0px 5px;
}
.enquiary-model .modal-header {
    background: #ee5921;
    color: #fff;
    padding: 6px 10px;
}
.enquiary-model .modal-dialog {
    max-width: 800px;
}
.enquiary-model .main-service-img img {
    width: 100%;
    margin-bottom: 0;
}
.form-fields {
    margin-left: 17px;
    width: 50%;
    padding: 0px 15px;
}

.form-fields input {
    width: 100%;
}
.enquiary-model .modal-header span {
    color: #fff;
}
.form-fields .service-enquairy-btn {
    margin-bottom: 10px;
}

@media (max-width:767px){
	.right-area{
		display:none;
	}
	.left-area a {
		font-size: 12px;
	}
	.topnav-row p {
		font-size: 12px;
	}
    .nav-item span {
        display: none;
    }
    .navbar-nav span {
        display: none;
    }
    .navbar-nav {
        align-items: flex-start!important;
    }
	.main-nav {
		padding: 10px 0px;
	}
	.main-slider .carousel-control-next-icon:before {
		width: 30px;
		height: 30px;
		bottom: -6px;
		left: -7px;
	}
	.main-slider .carousel-control-prev-icon:before {
		width: 30px;
		height: 30px;
		bottom: -6px;
		left: -4px;
	}
    
    .main-nav .dropdown-toggle::after {
        right: -15px;
        top: 14px;
    }


    .logo-area  {
        width: 160px;
    }
	
	.main-slider .carousel-caption {
		width: 400px;
	}
	
	.logistic-img {
		width: 100%;
	}
	.logistic-box, .storage-solution-box {
		padding: 10px 0px;
	}
    .page-banner {
        height: 265px;
    }
    .banner-content {
        height: 130px;
        width: 320px;
    }
    .page-banner h1 {
        font-size: 27px;
        width: 300px;
    }
    .section-heading {
        font-size: 22px;
    }
    .about-section, .whychoose-section, .storage-solution-section {
        padding: 32px 0px;
    }
    .services-section, .whychoose-section, .storage-solution-section, .quick-enquiry-section, .abotus-section {
        margin: 32px 0px;
    }
    .whychoose-row, .service-row, .logistic-row {
        margin-top: 20px!important;
    }
    .service-box, .logistic-box, .storage-solution-box {
        margin-bottom: 15px;
    }
    
    .footer-section-row {
        padding: 30px 0px!important;
    }
    .quick-links {
        margin-bottom: 15px;
    }
    .coptright-area a {
        font-size: 12px;
    }
    .quoet-blog {
        text-align: center;
    }
    .contactus-quoet {
        width: 100%;
        padding: 10px;
    }
    
    .contact-blog p {
        font-size: 16px;
    }
    
    .contactus-detail {
        padding: 23px;
        width: 90%;
        margin: auto;
        padding-top: 43px;
    }
    
    .contactus-section {
		padding-bottom: 45px;
		margin-top: 26px;
	}
    .contactus-section-row {
		margin-top: 26px!important;
	}
	.service-individual-section {
		margin-top: 18px;
	}
    .submit-btn {
        margin-bottom: 14px;
    }
    .main-service-img img {
        width: 100%;
    }
    
    .service-img-area {
        padding-left: 0;
        margin-bottom: 25px;
    }
    
    .service-section-row {
        margin-top: 25px;
    }
	.logistic-row {
		margin-top: 0px!important;
	}
	.sm-banner-content h1 {
		font-size: 25px;
	}
	.main-service-box {
		margin-bottom: 16px;
	}
	.main-service-box-content {
		padding: 21px 16px;
	}
	.service-enquairy-btn {
		flex-direction: column;
	}
	.service-enquairy-btn .yellow-btn {
		padding: 8px 25px;
		margin: 4px 24px;
		text-align: center;
	}
	.modal-row {
    flex-direction: column;
	}

	.form-fields {
		width: 100%;
		margin-left: 0;
		margin-top: 30px;
	}

	.service-enquairy-btn.text-left.mt-3 {}

	.form-fields .service-enquairy-btn {
		text-align: center!important;
		margin: 20px 0px!important;
	}
	.review-section {
		height: 396px;
	}
}
@media (min-width:768px) and (max-width:1024px){
	.left-area {
		margin-bottom: 8px;
	}
	.main-nav .navbar-nav {
		align-items: flex-start!important;
	}
	.service-box {
		margin-bottom: 23px;
	}
	.main-slider .carousel-caption {
		width: 586px;
	}
	.logistic-img {
		width: 100%;
	}
	.logistic-box{
		border-radius: 5px;
		padding: 6px 0px;
	}
		.main-service-box {
		margin-bottom: 16px;
	}
	.main-service-box-content {
		padding: 12px 15px;
	}
	.service-enquairy-btn {
		flex-direction: column;
	}
	.service-enquairy-btn .yellow-btn {
		padding: 8px 25px;
		margin: 4px 0px;
		text-align: center;
	}
	
}
@media (min-width:1025px) and (max-width:1199px){
	.logistic-img {
		width: 100%;
	}

	.logistic-box, .storage-solution-box {
		padding: 15px 0px;
	}
}
	
	
@media (max-width:991px){
    .nav-top-area {
        display: none!important;
    }
}
/*==================APPLIANCE SERVICE howitwork start================================*/
.howitwork {  
	background:url('../images/bg3.jpg') no-repeat;  
	width:100%;   
	margin:0px auto;  
	width:100%; 
	text-align:center; 
	background-size:cover; 
	background-attachment:fixed;
	padding: 50px 0px;
}
.howitwork h2 { 
	text-align:center; 
	color:#fff;     
	margin-top: 5px; 
	margin-bottom:15px
}
.howitwork p { 
	color:#fff; 
	font-size:20px;
} 
.howitwork span { 
	text-align:center; 
	margin:0 auto; 
	background:#036431;   
	padding: 5px 20px;
    border-radius: 100px;
    color: #fff;
    font-size: 46px;
	font-family: 'montserratbold';     
	display: table;
    line-height: 80px;  
}
/*==================APPLIANCE SERVICE howitwork end================================*/

/*==================why-chose-us start================================*/
.why-chose {
    padding: 50px 0;
	position: relative;
	padding-bottom : 300px;
}
.chose-bg {
	width: 100%;
	height: 300px;
	background: #000;
	clip-path: polygon(0% 0%, 100% 0%, 100% 80%,0% 100%);
}
.chose-cap {
	position: absolute;
	top: 15%;
	left: 9%;
	right: 9%;
	background: #fff;
	box-shadow: 0 5px 35px rgba(0, 0, 0, 0.1);
}
.chose-title {
	text-align: center;
}
.chose-title h4 {
	text-align: center;
	font-size: 26px;
} 
.chose-cap  ul .svg-inline--fa {
	width: 48px;
	height: 51px;
	display: inline-block;
}
.rightContent {
	float: right;
}
.chose-cap  ul a {
    display: inline-block !important;
	font-family: 'rubik';
    font-weight: 600;
    color: #0e2b5c;
    font-size: 1.15rem;
    line-height: 1.35em;
}
.chose-cap ul a:hover {
	color: #000;
}
.chose-cap ul p {
	display: block;
	font-size: 15px;
	color: #627792;
}
.sub-btn .blue-btn {
    width: 100%!important;
    display: inline-block;
    text-align: center;
	margin-top: 30px;
}
.choseImg {
	background: url('../images/content-bottom-bg.jpg') no-repeat;
	background-size: content;    
	left: -14px;
}
/*==================why-chose-us end================================*/
/*==================How We Work start================================*/
#clientreview { 
	background:url(../images/bg5.jpg) no-repeat; 
	overflow:hidden;     
	background-position: 0 450px;  
	padding-top:100px;
}
#clientreview .heading { 
	margin:0 auto;     
	display: table;   
	width: auto;
}
.wework { 
	text-align:center; 
	position:relative;
}
.wework h3 { 
	margin-bottom:15px;
}
.wework span { 
	width:108px; 
	height:108px; 
	border-radius:50%; 
	border: 8px solid #005ea2 !important;    
	display: flex;
    align-items: center;
    justify-content: center;     
	margin: 0 auto;
}
#clientreview .wework:after { 
	background:url(../images/bg6.jpg) no-repeat; 
	content:""; 
	position:absolute;     
	left: 184px;
    width: 100%;
    height: 30px;
    top: 50px;
}
#clientreview .wework2:after { 
	background:none;
}
/*==================How We Work end================================*/
/*==================Service Locations start================================*/
.headline.with-border {
padding-top: 25px;
    border-bottom: 1px solid #e0e0e0;
    width: 100%;
    padding-bottom: 25px;
}
.margin-bottom-25 {
    margin-bottom: 25px;
}
.brands {
    padding: 50px 0 10px;
}
.owl-nav button {
	background-color: #d22c1b !important;
	color: #fff !important;
	width: 36px;
	font-size: 30px !important;
	line-height: 40px !important;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button {
    padding: 20px 12px !important;
}
 .owl-nav button:first-child {
	float: left;
}
.owl-nav button:last-child {
	float: right;
}
.owl-theme .owl-nav {
	position: absolute;
	top: 30%;
	left: -4%;
	right: -4%;
    margin-top: 0;
}
@media (min-width:360px) and (max-width:600px){
.howitwork span{
	font-size:25px;
}
#clientreview .wework:after{
	display: none;
	}
}
.carousel-control-prev{
	display: none;
}
.carousel-control-next{
 display: none;
}
/*==================Service Locations end================================*/