@charset "utf-8";

/* ----------
   Common 
   ---------- */
* {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: 'Open Sans', sans-serif;	
}
body {
	overflow-x: hidden;
	color: #000;
	font-weight: 500;
	font-size: 14px;
	overflow-y: scroll;
	font-family: 'Open Sans', sans-serif;
	position:relative;	
}
textarea {
	resize: vertical;
}
a:focus {
	outline: none;
	outline-offset: 0px;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
}
a {
	color: #000;
	-webkit-transition: all 0.15s 0s ease-in-out;
	-moz-transition: all 0.15s 0s ease-in-out;
	-o-transition: all 0.15s 0s ease-in-out;
	-ms-transition: all 0.15s 0s ease-in-out;
	transition: all 0.15s ease-in-out;
}
a:hover, a:focus, a:active {
	color: #AB182C;
    text-decoration: none;
	-webkit-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	outline: none !important;
	-webkit-transition: all 0.15s 0s ease-in-out;
	-moz-transition: all 0.15s 0s ease-in-out;
	-o-transition: all 0.15s 0s ease-in-out;
	-ms-transition: all 0.15s 0s ease-in-out;
	transition: all 0.15s ease-in-out;
}

/* ================
   Buttons/ Inputs
   ================ */
.btn-primary {
    background-color:#3281a2;
    border: 2px solid #3281a2;
    border-radius: 0px;
    box-shadow: none;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    padding: 10px 40px;
    transition: all 0.2s ease-in-out 0s;
}
.btn-primary:hover, .btn-primary:focus, 
.btn-primary.active.focus, .btn-primary.active:focus, 
.btn-primary.active:hover, .btn-primary:active.focus, 
.btn-primary:active:focus, .btn-primary:active:hover {
	background-color:#024c6b;
	border: 2px solid #024c6b;
    color: #fff;
    transition: all 0.2s ease-in-out 0s;
}
.btn-secondary {
    background-color:#971728;
    border: 2px solid #971728;
    border-radius: 0px;
    box-shadow: none;
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    padding: 8px 32px;
    transition: all 0.2s ease-in-out 0s;
	
}
.btn-secondary:hover, .btn-secondary:focus, 
.btn-secondary.active.focus, .btn-secondary.active:focus, 
.btn-secondary.active:hover, .btn-secondary:active.focus, 
.btn-secondary:active:focus, .btn-secondary:active:hover {
	background-color:#7e1220;
	border: 2px solid #7e1220;
    color: #fff;
    transition: all 0.2s ease-in-out 0s;
	
}
.container{
	width:1560px;
}
.container_blog{
	width:1170px;
	margin:0 auto;
}
/* ================
        Margins
   ================ */
.mL30{
	margin-left:30px;	
}
.pdR0{
	padding-right:0;
}
.pdL0{
	padding-left:0;
}

/* ================
        Fonts
   ================ */
h1{
	font-size:40px;	
	font-weight:bold;
	margin-bottom:25px;
}
h2{
    font-size: 44px;
    font-weight: 600;
    color: #333;
}
h3{
	font-size:36px;
}
h4{
    font-size: 30px;
}
h5{
	font-size: 22px;
}
h6 {
    font-size: 18px;
    font-weight: 600;
}
p{
	font-size: 16px;
}

/* ================
        Top-bar
   ================ */
.navbar {
    margin: 0;
    border-radius: 0;
    border: none;
    text-transform: uppercase;
    border-bottom: none;
}
.navbar-brand {
    float: left;
    height: 44px;
    padding: 0px 15px;
    font-size: 18px;
    line-height: 20px;
    background: #fff;
	display:block;
}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-left: -15px;
    margin-right: -15px;
}
.navbar .navbar-header {
    background: white;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}
.top_bar {
    background-color: #FFF;
    float: right;
    height: 50px;
    margin-bottom: 0;
}
ul.top_bar li {
    display: inline-block;
}
ul.navbar-nav{
	position:relative;
}
.navbar-nav:before {
    content: '';
    position: absolute;
    bottom: 0;
    height: 66px;
    width: 9999px;
    right: -3333px;
    background-color: #373c3b;
    display: block;
}
.navbar .container > div {
    /*display: table-cell;*/
    vertical-align: middle;
    height: 66px;
}
.navbar .container .navbar-content {
    width: 100%;
}
ul.navbar-nav {
    height: 66px;
    background-color: #373c3b;
    color: white;
    list-style: none;
    width: 100%;
    /*display: table;*/
    font-size: 16px;
    font-weight: 700;
    padding-left: 10px;
    position: static;
}
ul.navbar-nav a {
    color: #fff;
    padding: 23px 42px;
}
ul.navbar-nav li:last-child{
	float:right;
	background:#ab182c;
}
.navbar-nav {
    float: none;
    text-align: center;
}
.navbar-nav>li {
    float: none;
    display: inline-block;
}
.navbar .navbar-brand>img {
    margin-top: -40px;
}
 .navsticky {
    background-color: #fff;
    width: 100%;
    box-shadow: 0 1px 10px 4px hsla(0, 0%, 0%, 0.2);
    position: fixed;
    top: 0px;
    z-index: 5;
    border-radius: 0;
    transition: all 0.5s ease-in-out 0s;
    left: 0;
    right: 0;
    text-align: center;
    padding: 0px 0 0px;
}
.navsticky.navbar .navbar-brand>img {
    margin-top: 3px;
}

/**Slider

/********************************/
/*       Fade Bs-carousel       */
/********************************/
.fade-carousel {
    position: relative;
    height: 600px;
}
.fade-carousel .carousel-inner .item {
	height: 600px;
}
.fade-carousel .carousel-indicators > li {
    margin: 0 2px;
    background-color: #f39c12;
    border-color: #f39c12;
    opacity: .7;
}
.fade-carousel .carousel-indicators > li.active {
  width: 10px;
  height: 10px;
  opacity: 1;
}

/********************************/
/*          Hero Headers        */
/********************************/
.hero {
    position: absolute;
    top: 41%;
    left: 0%;
	right:0;
	width:100%;
    z-index: 3;
    color: #fff;
	text-align:center;
}
.overlay{
	position:absolute;
	top:0;
	left:0;
	right:0;
	 background-color: rgba(55, 60, 59,0.5);
	width:100%;
	height:100%;
}

/********************************/
/*       Slides backgrounds     */
/********************************/
.fade-carousel .slides .slide-1, 
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3 {
  height: 600px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.carousel-indicators li {
    width: 40px;
    height: 5px;
	border: 1px solid transparent;
    border-radius: 2px;
}
.fade-carousel .carousel-indicators > li {
    margin: 0 2px;
    background-color: #e7e9ec;
    border-color: #e7e9ec;
    opacity: 1;
}
.fade-carousel .carousel-indicators > li.active {
	background-color:#a21426;
	border-color:#ab182b;
	width: 40px;
    height: 5px;
}
.hero .btn-primary:hover,.hero .btn-primary:focus {
    color: #000;
	background:transparent;
	border: 2px solid #107d6d;
}
/* ================
        Services
   ================ */
.services_block{
	background:#a21426;
}
.service_box {
    text-align: center;
    border-right: 1px solid rgba(55, 60, 59,0.3);
}
.service_box:last-child{
	border-right:none;
}
.service_icon img {
    width: 60px;
    height: 60px;
    vertical-align: middle;
}
.service_icon {
    margin-bottom: 20px;
}
.service_box h5 {
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
	font-size:20px;
}
.service_box a {
    padding: 30px 0;
    display: inline-block;
}
/* ================
      Why Move
   ================ */
.move_text {
    /* margin: 111px 0; */
}
.move_text h2{
	margin-bottom:20px;   
}
.move_text p {
    color: #333333;
    font-weight: 400;
    /* width: 50%; */
    margin-bottom: 80px;
}
.move_button .btn-secondary {
    padding: 18px 32px;
    font-size: 23px;
    min-width: 360px;
    text-transform: uppercase;
    font-weight: 600;
}
.move_button {
    display: inline-block;
    text-align: center;
}
.move_button a img {
    padding-left: 35px;
}
hr {
    margin-top: 25px;
    margin-bottom: 25px;
    border-top: 1px solid #eee;
}
a.bottom_tag {
    font-size: 18px;
    color: #333;
    font-weight: 500;
}
.where_move {
    padding: 50px 0;
}
/* ================
       Benefits
   ================ */
.home_benefits .col_left, .home_benefits .col_right {
    padding: 50px 9px;
    position: relative;
    color: white;
}
.home_benefits .col_left:before {
    content: '';
    position: absolute;
    top: 0;
    right: 9px;
    width: 3333px;
    height: 100%;
    background: #0077a8;
}
.home_benefits .col_left .benefits_inner, .home_benefits .col_right .benefits_inner {
    position: relative;
    z-index: 1;
    text-align: left;
    max-width: 500px;
    width: 100%;
}
.home_benefits .col_left .home_benefits_header, .home_benefits .col_right .home_benefits_header {
    display: table;
    width: 100%;
	padding-bottom: 40px;
}
.home_benefits .col_left .home_benefits_header img, .home_benefits .col_left .home_benefits_header h2,.home_benefits .col_right .home_benefits_header img, .home_benefits .col_right .home_benefits_header h2 {
    display: table-cell;
    vertical-align: middle;
}
.home_benefits .col_left h2 , .home_benefits .col_right h2 {
    color:#fff;
	width: 100%;
    padding-left: 25px;
}
.home_benefits .col_left, .home_benefits .col_right {
    height: 468px;
}
.home_benefits .col_left .btn, .home_benefits .col_left .btn {
    margin-top: 30px;
}
.home_benefits .btn.btn-default.white_button{
	font-size: 22px;
    border-radius: 0;
    box-shadow: none;
    font-weight: 600;
    padding: 15px 30px;
    text-transform: uppercase;
}
.home_benefits .col_right .benefits_inner {
    padding-left: 20px;
    float: right;
}
.home_benefits .col_right:before {
    content: '';
    position: absolute;
    top: 0;
    left: 9px;
    width: 3333px;
    height: 100%;
    background: #51b6da;
}
.home_benefits .col_right h2 {
    font-size:50px;
}
.btn.btn-default.blue_button{
	color: #fff;
    background-color: #0076a8;
    border-color: #0076a8;
	border-radius:0;
	padding: 15px 30px;
	font-size: 22px;
	box-shadow: none;
    font-weight: 600;
	text-transform: uppercase;
	margin-top:30px;
}
.home_benefits p {
    font-size: 16px;
    font-weight: 600;
}
.home_benefits .col_left, .home_benefits .col_right {
    min-height: 552px;
    padding-top: 90px;
    padding-bottom: 90px;
}
/* ================
        Footer
   ================ */
.blogs_section {
    background: #f3f3f3;
    padding: 75px 0;
}
.blog_content{
	background:#fff;
	margin-top:75px;
}
.blog_image {
    padding: 10px;
}
.blog_image img{
    width:100%;
}
.blog_text{
	padding:35px 45px 25px;
}
.blog_text h3{
	font-weight: bold;
    margin-bottom: 10px;
}
.blog_text h3 a{
    color: #AB182C;    
}
.blog_text h5 {
    font-weight: 500;
    color: #333;
	margin-bottom:13px;
	font-size:21px;
}
.blog_text h5 em{
    font-weight: bold;
}
a.read_more {
    display: block;
    color: #AB182C;
    font-weight: 600;
}
a.read_more:hover {
    text-decoration:underline;
}
.view_all_button {
    text-align: center;
    margin: 75px 0 0;
}
.view_all_button a.black_btn {
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 600;
    background: #2c3131;
    border-color: #2c3131;
    padding: 13px 60px;
}
.view_all_button a.black_btn:hover, .view_all_button a.black_btn:focus{
	border:2px solid #2c3131;
	background:transparent;
	color:#2c3131;
}
/* ================
        Footer
   ================ */
   
.info_footer{
	background:#2c3131;
	padding:70px 0;
}
.footer_blocks h5 a {
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 600;
	margin-bottom:5px;
}
.footer_blocks h5 a{
	color:#fff;
}
.footer_blocks ul.list-unstyled li a {
    font-size: 17px;
    color: #fff;
}
.campuses_address{
    margin-top: 25px;
}
.footer_socials .fa {
    font-size: 35px;
    color: #fff;
}
.footer_blocks {
    margin-bottom: 25px;
}
.info_footer{
    color: #fff;
}
.donate_contact a{
    font-size: 22px;
    font-weight: 600;
    color: #fff;
}
.footer_socials h6{
    text-transform: uppercase;
    margin-bottom: 10px;
}
.donate_contact {
    margin-bottom: 25px;
    margin-top: 40px;
}
.footer_blocks h5 {
    margin-bottom: 10px;
}
.target_type{
    margin-top: 25px;
}
.campuses_address p{
    margin-bottom: 0;
}
.campuses_address h6{
    margin-bottom: 10px;
}
.info_footer a:hover{
    color: #D1243C !important;
}
.privacy_policy {
    background-color: #971728;
    height: 100px;
    color: #fff;
    padding: 20px 0;
}
.privacy_policy a{
    color: #fff;
}
.privacy_policy p{
    margin-bottom: 0;
}
.get_quote_footer {
    background-color: #000;
    color: #fff;
    bottom: 0;
    box-sizing: border-box;
    left: 0;
    padding: 0 20px;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 10;
}
.get_quote_footer p {
    margin-bottom: 0;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
}
.quote_btn{
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    margin-left: 20px;
	background-color: #ffffff;
    border: 2px solid #fff;
	color: #ab182b;
}
.policy_list li{
    position: relative;
    margin: 0 5px;
}
.policy_list li:after{
    position: absolute;
    content: "|";
    top: 0;
    right: -10px;
    color: #fff;
}
.policy_list li:last-child:after{
    display: none;
}
.privacy_policy p{
    font-size: 14px;
}

/* Blog page */
.banner_inner{
    height: 150px;
    background-image: url("../images/slider-1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
    text-align: center;
}
.banner_inner h2{
    color: #fff;
    text-transform: uppercase;
    position: relative;
    z-index: 9;
}
.overlay{
    position: absolute;
    background-color: rgba(0,0,0,0.4);
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}
.blog_img img{
    width: 100%;
	height:100%;
}
.content_wrap{
    padding: 80px 0;
}
.blog_links{
    margin-top: 15px;
	margin-bottom:15px;
}
.blog_links li {
    padding-right: 15px;
	position:relative;
}
.blog_links a {
    color: #525252;
}
.blog_links a .fa, .blog_links li {
    margin-right: 5px;
}
.blog_links li::after {
    position: absolute;
    content: "";
    height: 15px;
    width: 1px;
    background-color: #aea7a7;
    right: 0;
    top: 4px;
}
.blog_links li:last-child::after{
	display:none;
}
.blog_blocks {
    margin-bottom: 50px;
}
.blog_blocks p {
    font-size: 15px;
    font-weight: 500;
    color: #424141;
    font-family: 'Open Sans', sans-serif;
    line-height: 24px;
}
.blog_blocks a.read_more {
    font-size: 15px;
}
.blog_blocks a.read_more:hover {
    text-decoration: none;
}
.blog_txt{
	border-bottom: 1px solid #AB182C;
    padding-bottom: 20px;
}
/**Site Content**/
.aside_block {
    background-color: #d8d8d8;
    margin-bottom: 40px;
}
.aside_block_heading {
    background-color: #373c3b;
    color: #fff;
    padding: 20px;
}
.aside_block ul {
    padding: 20px;
    margin: 0;
}
.aside_block ul.list_style li {
    margin-bottom: 6px;
	    color: #424141;
    font-size: 14px;
    line-height: 25px;
}
.list_style li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
}
.list_style li::before {
    content: "\f138";
    font-family: fontawesome;
    left: 0;
    position: absolute;
    color: #ab182c;
    font-size: 16px;
}
.content_block {
    margin-bottom: 20px;
}
.content_block h5 {
    font-size: 22px;
    font-weight: 600;
    color: #000000;
	margin-bottom:20px;
}
.content_block p {
    font-size: 16px;
    color: #424141;
    font-weight: 400;
}
.service_list a.txt_black {
    font-size: 16px;
    color: #000;
    font-weight: 500;
}
.service_list li {
    color: #424141;
    font-size: 16px;
    line-height: 24px;
}
.get_started .btn{
	padding: 18px 32px;
    font-size: 23px;
    min-width: 250px;
    text-transform: uppercase;
    font-weight: 600;
}
/**Contact**/
.top_contact_section{
	margin-bottom:70px;
}
.contact_content h2{
	color:#ab182c;
	margin-bottom:24px;
}
.contact_content p.sub_heading{
	font-size: 20px;
    color: #424141;
    font-weight: 400;
}
.contact_sub_content {
    margin-top: 20px;
	margin-bottom:40px;
}
.contact_content h5 {
    color: #000;
    font-weight: 600;
    margin-bottom: 22px;
}
.half_hr {
    width: 70%;
    margin: 0 auto;
    border-bottom: 1px solid #cbcbcb;
}
.contact_form{
	margin:70px 0;
}
.contact_form h2{
	color:#ab182c;
	margin-bottom:24px;
}
.forms_contact{
	margin-top:50px;
}
.forms_contact .form-control, .forms_contact select {
    height: 56px;
    background-color: #f1f1f1;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 100%;
	padding: 6px 12px;
}
span.red_star {
    color: #ab182b;
}
.forms_contact label {
    margin-top: 10px;
    font-size: 19px;
    font-weight: 600;
}
.forms_contact .form-group textarea {
    height: 100px;
    margin-top: 20px;
}
.captcha_code p{
	margin-bottom:0;
}
.contact_submit a{
	padding: 18px 40px;
    margin: 20px 0;
	text-transform:uppercase;
}
.home_benefits{
	overflow:hidden;
}
.blog_detial .blog_txt{
	border-bottom:none;
}
.mobile_header{
	display:none !important;
}
.navbar-content .nav>li>a:focus, .navbar-content .nav>li>a:hover {
    text-decoration: none;
    background-color: #ab182c;
}
.border_footer.footer_listing {
    width: 390px;
    border-left: 1px solid white;
    padding-left: 90px;
}
.left_move, .logo_move{
    -webkit-transform: translate(-250px, 0);
    -ms-transform: translate(-250px, 0);
    -o-transform: translate(-250px, 0);
    transform: translate(-250px, 0);
}
.blog_image {
    width: 500px;
    height: 380px;
    float: right;
}
.wrapper, .navbar-header {
    -webkit-transition: -webkit-transform .3s ease-in-out,margin .6s ease-in-out;
    -moz-transition: -moz-transform .3s ease-in-out,margin .6s ease-in-out;
    -o-transition: -o-transform .3s ease-in-out,margin .6s ease-in-out;
    transition: transform .3s ease-in-out,margin .6s ease-in-out;
}
.carousel-indicators {
    z-index: 1;
}
.top_bar .btn-primary {	
    padding: 10px 40px 11px;
}
.blogs_section.home_blog .blog_image{
	width: 100%;
    height: auto;
    float: left;
}
/**Responsive**/
@media (max-width:1885px){
	.navbar-nav:before {
		right: 0;
	}
}
@media (max-width:1560px){
	.container {
		width: 1170px;
	}
	ul.navbar-nav a {
		padding: 23px 22px;
	}
	.forms_contact label {
		font-size: 14px;
	}
	.contact_image_box img{
		width:100%;
	}
	a.btn.btn-secondary.visible-lg {
		width: min-content;
	}
	.move_image img{
		width:100%;
	}
	.benefits_inner {
		padding-right: 20px;
	}
	h3 {
		font-size: 30px;
	}
	.border_footer.footer_listing {
		width: 250px;
		border-left: 1px solid white;
		padding-left: 20px;
	}
	.privacy_policy {
		background-color: #971728;
		height: 130px;
		color: #fff;
		padding: 27px 0;
	}
	.service_box {
		min-height: 100%;
	}


}
@media (max-width: 1240px){
	.hero {
		top: 30%;
	}	
	.privacy_policy {
		background-color: #971728;
		height: 130px;
		color: #fff;
		padding: 20px 0;
	}
}
@media (max-width: 1170px){
	.container {
		width: 970px;
	}
	.contact_image_box .get_started{
		margin-top:20px;
	}
	.contact_content h2, .contact_content p,.contact_content h5{
		text-align:center;
	}
	.container_blog {
		width: 970px;
		margin: 0 auto;
	}
	.move_text {
		margin: 11px 0;
	}
	.move_text p {
		width: 100%;
	}
	.home_benefits .col_left h2, .home_benefits .col_right h2{
		font-size:40px;
	}
	.blog_text {
		padding: 34px 15px 25px;
	}
	.navbar-brand {
		height: 66px;
	}
	.navbar .navbar-brand>img {
		margin-top: -20px;
	}
	ul.navbar-nav {
		margin-top: 0px;
	}
	ul.navbar-nav a {
		padding: 23px 10px;
		font-size: 14px;
	}
	.navbar .navbar-header {
		padding: 0 0px;
	}
	.hero {
		top: 40%;
	}
	.border_footer.footer_listing {
		width: 200px;
		border-left: none;
		padding-left: 0;
	}	
}
@media (max-width: 1060px){
	.navbar-content {
		display: none !important;
	}
	.mobile_header{
		display:block !important;
	}
	.mobile_header_wrap {
		width: 250px;
		box-shadow: 0 0 0 100em rgba(0, 0, 0, 0);
		transition: all 0.3s ease-in-out;
		top: 0;
		z-index: 99;
		position: fixed;
		right: 0;
		text-align: center;
		right: -250px;
		height: 100vh;
	}
	.mobile_header_wrap.active{
		right: 0;
	}
	.mobile_header_btn{
		position: absolute;
		left: -66px;
	}
	.search_form_btn {
		text-align: center;
		overflow: hidden;
		float: none;
	}
	.search_form_btn .btn, .search_form_btn .btn:focus{
		float: none;
		min-width: auto;
		padding: 7px 30px;
		box-shadow: none;
	}
	.mobile_header_btn .btn, .mobile_header_btn .btn:focus {
		background: #ab182b;
		border: 1px solid #ab182b;
		min-width: auto;
		border-radius: 0;
		margin-right: 0;
		height: 66px !important;
		width: 66px !important;
		padding: 5px;
		text-align: center;
	}
	.navbar .navbar-brand>img {
		margin-top: -1px;
	}
	.mobile_header_btn .close_form_icon{
		display: none;
	}
	.mobile_header_btn.active .search_form_icon{
		display: none;
	}
	.mobile_header_btn.active .close_form_icon{
		display: inline-block;
	}
	.mobile_menu .mobile_side_bar .btn-primary {
		font-weight: 400;
		padding: 14px 10px 14px 20px;
	}
	.mobile_menu {
		background-color: #373c3b;
		padding: 0px 0;
		height: 100vh;
	}
	.mobile_header .mobile_side_bar .btn.btn-primary {
		outline: none;
		border-bottom: 1px solid #373c3b;
	}
	.mobile_menu li a {
		color: #fff;
		padding: 14px 10px 14px 20px;
		display: block;
		text-align: left;
		font-size: 16px;
		font-weight: 400;
	}
	.mobile_menu li:last-child {
		background: #ab182c;
	}
	.search_form_icon span{
		display: block;
		position: absolute;
		height: 4px;
		width: 60%;
		background: #fff;
		opacity: 1;
		left: 20%;
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	.search_form_icon span.bar-1 {
		top: 22px;
	}
	.search_form_icon span.bar-2 {
		top: 32px;
	}
	.search_form_icon span.bar-3 {
		top: 43px;
	}
	.mobile_header .btn.btn-primary{
		outline:none;
	}
	.border_footer.footer_listing {
		width: auto;
		border-left: none;
		padding-left: 15px;
	}	
	.top_bar{
		display:none;
	}
	.blog_detial .blog_image {
		width: 100%;
		height: auto;
		float: left;
		padding: 10px 0;
	}
	.fade-carousel .slides .slide-1, .fade-carousel .slides .slide-2, .fade-carousel .slides .slide-3 {
		background-position: -70px center;
	}


}
@media (max-width: 999px){
	.container, .container_blog {
		width: 750px;
	}
	h2{
		font-size:36px;
	}
	h4 {
		font-size: 28px;
	}
	.forms_contact .form-group .col-md-8,.forms_contact .form-group .col-md-5{
		padding-left:0;
	}
	.site_right_content{
		margin-top:20px;
	}
	.service_box:last-child {
		border-right: 1px solid rgba(55, 60, 59,0.3);
	}
	.service_box:nth-child(odd){
		border-left: 1px solid rgba(55, 60, 59,0.3);
	}
	.service_box {
		border-bottom: 1px solid rgba(55, 60, 59,0.3);
	}
	.move_text h2 {
		text-align:center;
		margin-bottom:30px;
	}
	.move_text p {
		text-align:center;
		margin-bottom:40px;
	}
	.move_button {
		display: block;
		text-align: center;
	}
	.home_benefits .container{
		width:100%;
	}
	.privacy_policy {
		padding: 20px 0 40px;
	}
	.forms_contact .form-control, .forms_contact select {
		height: 46px;
	}
	.service_box {
		min-height: auto;
	}
}


.faq-mainbox .panel { border: 0px; border-radius: 0px; margin-bottom: 10px; }
.faq-mainbox .panel-heading {background: #f7f7f7; border: 0px; border-radius: 0px; padding: 15px 10px; font-size: 16px; position: relative;}
.faq-mainbox .panel-heading a {position: relative; display: inline-block; width: 100%;}
.faq-mainbox .panel-heading a.collapsed::before {transform: rotate(0deg);}
.faq-mainbox .panel-heading a::before {
  content: "\f078";
  font-family: fontawesome;
  right: 10px;
  position: absolute;
  color: #ab182c;
  font-size: 16px;
	transform: rotate(180deg);
}

@media (max-width: 767px){
	.container, .container_blog {
		width: auto;
	}
	.container_blog {
		padding-left:15px;
		padding-right:15px;
	}
	.forms_contact label {
		font-size: 18px;
	}
	.privacy_policy p{
		margin-bottom:10px;
	}
	.blog_txt{
		margin-top:20px;
	}
	.home_benefits .col_left:before {
		right: 0;
	}
	.home_benefits .col_right:before {
		left: 0;
	}
	.benefits_inner {
		margin: auto;
		text-align: center !important;
	}
	.home_benefits .col_left .home_benefits_header, .home_benefits .col_right .home_benefits_header {
		display: inherit;
	}
	.home_benefits .col_left .home_benefits_header img, .home_benefits .col_left .home_benefits_header h2, .home_benefits .col_right .home_benefits_header img, .home_benefits .col_right .home_benefits_header h2 {
		text-align:center;
		margin: 20px auto 0;
		display:inherit;
	}
	.home_benefits .col_left h2, .home_benefits .col_right h2 {
		padding-left: 0px;
	}
	.home_benefits p {
		text-align: center;
	}
	.home_benefits .col_right .benefits_inner {
		float: none;
	}
	.col_right {
		margin-top: 20px;
	}
	.navbar .container > div {
		height: auto;
	}
	.benefits_inner {
		padding-right: 0px;
	}
	.home_benefits .col_right .benefits_inner {
		padding-left: 0px;
	}
	h2 {
		font-size: 30px;
	}
	.content_wrap {
		padding: 40px 0;
	}
	.service_icon img {
		width: 60px;
		height:60px;
	}
	.fade-carousel .slides .slide-1, .fade-carousel .slides .slide-2, .fade-carousel .slides .slide-3 {
		height: 300px;
	}
	.fade-carousel {
		position: relative;
		height: 300px;
	}
	.fade-carousel .carousel-inner .item {
		height: 300px;
	}
	.hero {
		top: 14%;
	}
	h1 {
		font-size: 33px;
	}
	.btn-secondary {
		font-size: 16px;
		padding: 8px 12px;
	}
	.move_button .btn-secondary {
		padding: 14px 22px;
		font-size: 20px;
		min-width: 280px;
	}
	.move_button a img {
		padding-left: 15px;
		width: 40px;
	}
	.home_benefits .col_left, .home_benefits .col_right {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.hero {
		top: 31%;
	}
	.privacy_policy {
		height: 168px;
	}
	.blog_txt h4 {
		font-size: 24px;
		line-height: 30px;
	}
	.blog_content {
		margin-top: 35px;
	}
	.view_all_button, .move_image {
		margin: 35px 0 0;
	}
	.blogs_section, .info_footer, .where_move {
		padding: 40px 0;
	}
	.top_contact_section, .blog_blocks{
		margin-bottom:40px;
	}
	.contact_form{
		margin:40px 0 0;
	}
	.home_benefits .col_left, .home_benefits .col_right {
		height: auto;
		min-height: auto;
	}
	.aside_block {
		margin-bottom: 0px;
	}
	.blog_blocks:last-child{
		margin-bottom:0;
	}
	.blog_detial .blog_txt{
		margin-top: 0px;
		padding-bottom:0;
	}
	.footer_blocks h5 a {
		font-size: 20px;
	}
	.footer_listing {
		margin-bottom: 20px;
	}
	.blog_detial .blog_txt p span img {width:100%; height:auto; float: left !important; margin: 15px 0px !important;} 
}
@media (max-width: 593px){
	.service_box h5 {
		font-size:20px;
	}
	.home_benefits .col_left, .home_benefits .col_right {
		padding: 50px 12px;
	}
	.service_icon img {
		width: 45px;
		height: 45px;
	}
	.service_box a {
		padding: 15px 0;
	}
	.service_box h5 {
		font-size: 15px;
	}
	.service_box h5 {
		height: 20px;
	}


		
}
@media (max-width: 520px){
	.home_benefits .col_left, .home_benefits .col_right {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.quote_btn {
		margin-left:8px;
	}
	.info_footer {
		padding: 30px 0;
	}
	.service_box a {
		padding: 25px 0;
	}
	.service_icon {
		margin-bottom: 20px;
	}
	
	/*.mobile_header_btn {
		left: -81px;
	}	*/
	.navbar .navbar-header {
		padding: 0 20px;
	}
	.hero .btn-secondary {
		width: 60%;
		margin-bottom: 10px;
	}
	.hero .btn-secondary.mL30 {
		margin-left: 0px;
	}
	h1 {
		margin-bottom: 15px;
	}
	.home_benefits .col_left h2, .home_benefits .col_right h2 {
		font-size: 30px;
	}
	.home_benefits .col_left .home_benefits_header, .home_benefits .col_right .home_benefits_header {
		padding-bottom: 20px;
	}
}
@media (max-width: 485px){
	.privacy_policy {
		height: 178px;
	}
	.navbar-brand{
		padding:0;
	}
	.quote_btn {
		margin-left: 0px;
	}
}
@media (max-width: 475px){
	.hero .mL30 {
		margin-left: 0px;
	}
	.hero .btn-secondary{
		margin-bottom:15px;
	}
	.hero {
		top: 29%;
	}
	.move_button .btn-secondary {
		min-width: inherit;
		padding: 18px 26px;
	}
	a.navbar-brand {
		width: 80%;
	}
	.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
		margin-left: -15px;
		margin-right: -15px;
	}
	h1 {
		font-size: 29px;
	}
	.privacy_policy {
		height: 200px;
	}
	.get_quote_footer {
		padding: 0 ;
	}
	/*.quote_btn {
		display: inline-block;
		width: 100%;
	}*/
	
	.privacy_policy {
		height: 230px;
	}
	.home_benefits_header img {
		width: 60px;
		height: 60px;
	}
}
@media (max-width: 430px){
	.get_quote_footer p {
		padding: 10px 0 10px;
	}
	.quote_btn {
		margin-top: 10px;
	}
	.service_box h5 {
		height: 32px;
	}
}
@media (max-width: 405px){
	a.navbar-brand {
		width: 70%;
	}
	a.navbar-brand img {
		width: 100%;
		padding: 8px 0;
	}
	h1 {
		font-size: 26px;
	}
	.home_benefits .col_left h2, .home_benefits .col_right h2 {
		font-size: 26px;
	}
	.home_benefits .col_left .home_benefits_header, .home_benefits .col_right .home_benefits_header {
		padding-bottom: 20px;
	}
	.home_benefits .col_left, .home_benefits .col_right {
		min-height: auto;
		height:auto;
	}
	.get_quote_footer p {
		font-size: 12px;
	}
	.move_button .btn-secondary {
		padding: 10px 10px;
	}
	.home_benefits .btn.btn-default.white_button, .btn.btn-default.blue_button {
		font-size: 18px;
		padding: 11px 20px;
	}
	.home_benefits .col_left .btn, .btn.btn-default.blue_button {
		margin-top: 20px;
	}
	.home_benefits p {
		font-size: 14px;
	}
	.get_started .btn {
		padding: 12px 13px;
		font-size: 18px;
	}
	.top_contact_section {
		margin-bottom: 40px;
	}
	.contact_form {
		margin: 40px 0;
	}
	


}
@media (max-width: 360px){
	a.navbar-brand img {
		width: 100%;
		padding: 10px 0;
	}
	.move_text h2, .move_text p {
		margin-bottom: 20px;
	}
	h1 {
		font-size: 24px;
	}
}
@media (max-width: 330px){	
	.service_box h5 {
		font-size: 15px;
	}
	a.navbar-brand img {
		width: 100%;
		padding: 14px 0;
	}
}

.top-phone {display: none;}

.navsticky .navbar-header {position: relative;}
.navsticky .navbar-header::before { content: ""; position: absolute; width: 100%; height: 100%; top: 45px; left: 0px; background: #FFF; z-index: 0; }
.navsticky .navbar-header img {position: relative; z-index: 99;}
.navbar-inverse .navbar-nav > li > a {color: #FFF;}
.main-service-box {text-align: center; }
.main-service-box h4 {background: #a21426; display: inline-block; padding: 10px 25px; border-radius: 0px; margin: 0px; color: #FFF; font-size: 24px; width:70%; text-transform: uppercase; }
.main-service-box .info-box {margin-top: -25px; box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;  background: #f8f9fa; padding: 1.5rem !important; padding-top: 4.5rem !important; border-radius: 10px; margin-bottom: 2.5rem !important;}
.main-service-box p {margin-bottom: 0px;  }
.star.pull-right {display: none; }
.space-1 {padding: 80px 0px 40px;  background-image: url("../images/service-box-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;}
.space-1 h2  {margin-bottom: 30px;}

.reviews-section {padding: 40px 0; background: #ececec; }
.gallery-section {padding: 40px 0 80px; background: #ececec; }
.photo-gallery-owl {margin-top: 30px;}
.reviews-owl {margin-top: 30px;}

.testimonial-box-new {background: #FFF !important;}
.testimonial-box-new h5 {margin-bottom: 0px !important; font-size: 24px !important;}
.testimonial-box-new h5::before {display: none !important;}
.testimonial-box-new .star i {font-size: 24px !important; }
.testimonial-box-new .star img {margin: 5px 5px 0px 0px !important;
/*display: inline-block !important;*/
width: 50px !important;
height: 50px !important; display: none;}

.review-box  {padding-top: 20px; background: #f7f7f7; }
.review-box .star i {font-size: 20px; color: #ffd203; padding: 0px !important; margin: 0px 5px 35px 0px; position: relative; background: none; }
.review-box h5 {margin-bottom: 20px; font-family: Times, "Times New Roman";}
.testimonial-box {background-color: #fff; padding:30px;   box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important; margin: 10px;  text-align: center; }

.testimonial-box  i {font-size: 60px; color: #6b051d; position: absolute; top: 10px; background: #FFF; padding: 20px 10px; }
.testimonial-box  p {font-size: 16px;}

.testimonial-box h5 {font-size: 18px; margin-bottom: 0px; font-family: Times, "Times New Roman"; }
.testimonial-box h5::before {content: "";
display: inline-block;
height: 2px;
width: 40px;
background-color:  #6b051d;
vertical-align: middle;
margin-right: 20px;}

.home_benefits-new { background:rgba(171,24,44,1); color: #FFF; text-align: center; padding: 60px 0; position: relative; }
.home_benefits-new::before {
	background-image: url("../images/highway-bg-2022.png");
	background-size: cover;
	background-position: center center;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	opacity: 1;
}


.photo-gallery-owl .item a {padding: 5px; background: #FFF; display: inline-block; }


.home_benefits-new h2  { color: #FFF; font-weight: 700; margin-bottom: 20px;  }
.home_benefits-new p  { font-size: 18px; margin-bottom: 20px;  }
.home_benefits-new .btn  { background: #FFF; border: 0px;  border-radius: 0px; margin-bottom: 20px; font-size: 20px; font-weight: 600; padding: 10px 15px;  }

.blog_text h4 {display: inline-block; min-height: 160px;}

.side-contact-form {background: #ab182c; color: #FFF; padding: 15px; margin-bottom: 30px; }
.side-contact-form h4 {font-size: 20px; font-weight: 700; margin-bottom: 15px;  }
.side-contact-form .form-control {border: 0px; border-radius: 0px; }
.side-contact-form .btn-default {width: 100%; background: #373c3b; color:#FFF; font-size: 18px; font-weight: 700; border: 0px; border-radius: 0px;  }

.quote-btn-cls{
	position: relative;
}
.social-icon {font-size: 16px; color: #FFF;}
.social-icon i {display: inline-block;
background: #1877f2;
width: 35px;
height: 35px;
color: #FFF;
text-align: center;
border-radius: 50%;
line-height: 35px;}

@media(max-width:767px) {
	ul.navbar-nav {height: auto; width: auto; }
	.navbar-nav > li {  float: none;
  display: block;
}
	ul.navbar-nav li:last-child {float: none; }
	ul.navbar-nav {padding: 15px;}
	.navbar-inverse .navbar-toggle {background: #333;}
	
	.navbar-brand {width: 32% !important; margin: 0 auto !important; float: none; padding:6px 5px; background: #ab182c;}
	.navbar-brand img {width: 100%; height: auto; margin-top:0px !important; filter: brightness(0) invert(1);  }
	.navsticky .navbar-brand img {width: 100%; height: auto; margin-top:0px !important; }
	.navbar-toggle {margin: 0px;
border-radius: 0px;
padding: 27px 24px;}
	.top-phone  {display: block; float: left; background: #333; padding: 25px 10px; color: #FFF; font-weight: 700; }
	.top-phone:hover  {background: #333;  color: #FFF;  }
	.navbar .navbar-header {padding: 0px !important; background: #ab182c !important;}
	
	
	.get_quote_footer span {display:none; }
	.navsticky .navbar-header::before {display: none; }
	.space-1 { padding: 40px 0px 40px; }
}



