body {
	margin: 0 auto;
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
}

.btn-primary {
	background-color: #F71735;
	color: #FFF;
	border-radius: 0;
	padding: 10px 20px;
	font-weight: 500;
	border: 1px solid #F71735;
	transition: .5s;
}

.theme-text{
	color: #F71735;
}

.main-heading{
	font-weight: 700;
	text-align: center;
	margin-bottom: 30px;
	font-size: 36px;
}

.btn-primary:hover,
.btn-primary:focus {
	background-color: #F72E49;
	border: 1px solid #F72E49;
	box-shadow: 1px 4px 9px rgba(0, 0, 0, 0.22);
}

.topbar {
	background: rgba(25, 25, 25, 0.9);
	color: #FFF;
}

.topbar ul {
	padding: 0;
	margin: 0;
}

.topbar ul li {
	list-style: none;
	padding: 10px 15px;
	display: inline-block;
	font-size: 13px;
}

.topbar ul li i{
	font-size: 20px;
	vertical-align: middle;
}

.city-dropdown{
	padding: 5px 15px;
	background: rgba(247, 23, 53, 0.5);
	border: 1px solid #F71735;
	box-sizing: border-box;
	color: #FFF;
}

.topbar .btn-primary{
	padding: 2px 20px;
}

.fixed-top.navbar{
	padding:0px; 
	transition: 0.5s;
}
.navbar {
	background: rgba(200, 200, 200, 0.5);
	color: #000;
}

.navbar-light .navbar-nav .nav-link {
	padding: 10px 10px;
    font-size: 14px;
}

.navbar-light .navbar-nav .nav-link{
	color: #000;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .show>.nav-link{
	color: #F71735;
}

.navbar-light .navbar-toggler{
	background-color: #FFF;
}


.nav-item .dropdown-menu .dropdown-item{
	padding: 8px 15px;
    clear: both;
    font-weight: 200;
    font-size: 14px;
}

.nav-item:hover .dropdown-menu {
    display: block;
}

.home-section{
	background-image: url(../../assets/img/main-banner.png);
	height: 100vh;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.home-section1{
	background-image: url(../../assets/img/Commercial-Storage-Header.jpg)!important;/*main-banner.png*/
}

.home-section2{
	background-image: url(../../assets/img/Household-Storage-Header.jpg)!important;/*main-banner2.png*/
}

.home-section3{
	background-image: url(../../assets/img/Box-Storage-Header.jpg)!important;/*main-banner3.png*/
}

.home-section4{
	background-image: url(../../assets/img/Vehicle-Storage-Header.jpg)!important;/*main-banner4.png*/
}

.home-section5{
	background-image: url(../../assets/img/Relocation-Service-Header.jpg)!important;/*main-banner5.png*/
}

.home-section6{
	background-image: url(../../assets/img/Logistics-&-Delivery-Services-Header.jpg)!important;/*main-banner6.png*/
}

.banner-wrapper{
	position: relative;
}

.banner-content{
	color: #FFF;
	position: absolute;
	top: 200px;
}

.banner-content h1{
	font-weight: 600;
	font-size: 3.5rem;
	margin-top: 16px;
}

.banner-content h6{
	text-transform: uppercase;
}

.banner-content h5{
	line-height: 32px;
	font-weight: 300;
}

.quote-form-wrapper,
.rate-calculte-form-wrapper{
	background-color: #FFF;
	border-radius: 15px;
	padding: 30px;
	box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.16);
}

.form-control{
	background: #EEEEEE;
	border: 1px solid #CCCCCC;
	box-sizing: border-box;
	border-radius: 0;
	font-size: 14px;
	font-weight: 300;
}

.form-control:focus{
	background: #EEEEEE;
	border: 1px solid #CCCCCC;
	box-sizing: border-box;
	border-radius: 0;
	box-shadow: none;
}

form label{
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 7px;
}

::placeholder {
	font-family: Montserrat;
	font-style: normal;
	font-weight: 300;
	font-size: 12px;
	line-height: 15px;
	color: #808080;
}

.feature-card{
	background: #FFFFFF;
	border-radius: 15px;
	padding: 30px 15px;
	margin-bottom: 15px;
	/* box-shadow: rgba(158,158,158,.15) 0 8px 11px 4px; */
    transition: all 0.4s ease-in-out 0s;
}

.feature-card .feature-title{
	font-weight: 600;
	font-size: 18px;
	line-height: 28px;
	transition: all 0.4s ease-in-out 0s;
}
.feature-card:hover .feature-title{
	color: #F71735;
}

.feature-card .desc{
	font-weight: 300;
	font-size: 14px;
}

.feature-box-wrapper{
	position: relative;
	z-index: 999;
}

.feature-section{
	margin-bottom: 30px;
	/* position: absolute; */
    top: -190px;
}

.services-section{
	margin-top: 200px;
	position: relative;
}

.services-content-image::before{
	content: '01';
	position: absolute;
	left: -30px;
	font-size: 200px;
	color: #eee;
	z-index: 5;
	top: -180px;
	font-weight: 600;
}

.services-content-image-2::before{
	content: '02';
	position: absolute;
	left: -30px;
	font-size: 200px;
	color: #eee;
	z-index: 5;
	top: -180px;
	font-weight: 600;
}

.services-content-image-3::before{
	content: '03';
	position: absolute;
	left: -30px;
	font-size: 200px;
	color: #eee;
	z-index: 5;
	top: -180px;
	font-weight: 600;
}

.services-content-image-4::before{
	content: '04';
	position: absolute;
	left: -30px;
	font-size: 200px;
	color: #eee;
	z-index: 5;
	top: -180px;
	font-weight: 600;
}

.services-content-image-5::before{
	content: '05';
	position: absolute;
	left: -30px;
	font-size: 200px;
	color: #eee;
	z-index: 5;
	top: -180px;
	font-weight: 600;
}

.services-content-image-6::before{
	content: '06';
	position: absolute;
	left: -30px;
	font-size: 200px;
	color: #eee;
	z-index: 5;
	top: -180px;
	font-weight: 600;
}

.services-content-image-right::before{
	content: '02';
	position: absolute;
	right: -40px;
	font-size: 200px;
	color: #eee;
	z-index: 5;
	top: -180px;
	font-weight: 600;
}

.services-content-image2::before{
	content: '03';
	position: absolute;
	left: -30px;
	font-size: 200px;
	color: #eee;
	z-index: 5;
	top: -180px;
	font-weight: 600;
}

.services-content-image2-right::before{
	content: '04';
	position: absolute;
	right: -40px;
	font-size: 200px;
	color: #eee;
	z-index: 5;
	top: -180px;
	font-weight: 600;
}

.services-content-image3::before{
	content: '05';
	position: absolute;
	left: -30px;
	font-size: 200px;
	color: #eee;
	z-index: 5;
	top: -180px;
	font-weight: 600;
}

.services-content-image3-right::before{
	content: '06';
	position: absolute;
	right: -40px;
	font-size: 200px;
	color: #eee;
	z-index: 5;
	top: -180px;
	font-weight: 600;
}

.services-section h1, .services-section h2{
	font-weight: 700;
}

.services-section .services-content{
	padding: 0 15px;
}

.services-section img{
	box-shadow: 10px 13px 42px rgba(0, 0, 0, 0.48);
	border-radius: 15px;
}

.rate-services-wrapper{
	margin-top: 100px;
}

.price-calculation-amount-box{
	border: 1px solid #F71735;
	padding: 5px 15px;
	font-size: 20px;
	font-weight: 500;
}

.rate-calculate-info{
	margin-top: 30px;
}

.our-services-wrapper{
	padding-top: 100px;
	background-color: #F9FAFB;	
}

.services-box-wrapper{
	position: relative;
}

.services-box-wrapper .services-image{
	position: relative;
	overflow: hidden;
	transition: all 0.5s;
	border-radius: 15px;
}

.services-box-wrapper .services-image img{
	border-radius: 15px;
	overflow: hidden;
	transition: all 0.5s;
}

.services-box-wrapper:hover .services-image img{
	-webkit-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2);
}

.services-box-wrapper .service-card{
	background-color: #FFF;
	padding: 15px;
	margin: -120px 30px 30px 30px;
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
	border-radius: 10px;
	position: relative;
}

.services-box-wrapper p{
	line-height: 24px;
	font-weight: 300;
	font-size: 14px;
}

.services-box-wrapper p a{
	color: #F71735;
}

.service-card h5{
	font-weight: 600;
}

.our-trust-wrapper{
	padding-top: 60px;
}

.testimonials-item {
    z-index: 0;
    position: relative;
    background: #fff;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.13);
    box-sizing: border-box;
    transition: box-shadow 0.3s ease,transform 0.3s ease,z-index 0s 0.3s ease,-webkit-transform 0.3s ease;
	padding: 30px;
	border-radius: 5px;
	margin-bottom: 30px;
}

.testimonials-item:hover{
    z-index: 1;
    box-shadow: 0 6px 12px rgba(0,0,0,.17);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    border-radius: 4px;
    -webkit-transition: box-shadow 0.1s ease,z-index 0s 0.1s ease,-webkit-transform 0.1s ease;
    transition: box-shadow 0.1s ease,z-index 0s 0.1s ease,-webkit-transform 0.1s ease;
    transition: box-shadow 0.1s ease,transform 0.1s ease,z-index 0s 0.1s ease;
    transition: box-shadow 0.1s ease,transform 0.1s ease,z-index 0s 0.1s ease,-webkit-transform 0.3s ease;
}

.client-info {
    position: relative;
    padding-left: 110px;
    margin-bottom: 40px;
}

.client-info .img {
    position: absolute;
    left: 0;
	top: 0;
}

.client-info .img img{
	height: 80px;
	width: 80px;
	border-radius: 50%;
}
.client-info .client-title {
    display: inline-block;
    margin-top: 14px;
}

.client-info .client-title h4 {
    font-size: 18px;
    margin-bottom: 3px;
    text-transform: capitalize;
}

.client-info .client-title span {
	display: inline-block;
	color: #757575;
}

.testimonials-item p {
    margin-bottom: 0;
}

.testimonials-item i {
    position: absolute;
    right: 28px;
    bottom: 38px;
    font-size: 98px;
    color: #eee;
    -webkit-transition: .4s;
    z-index: -1;
    transition: .4s;
}

.testimonials-item p a, .testimonials-item p a:hover{
	color: #F71735;
}

.n-blog-section .grid {
    background-color: #fff;
    border-radius: 0;
    margin-bottom: 30px;
    word-wrap: break-word;
    box-shadow: rgba(158, 158, 158, .2) 0 8px 11px 4px;
}

.n-blog-section .entry-media {
    position: relative;
    margin-bottom: 20px;
}

.n-blog-section .entry-body {
    padding: 0 25px 20px;
}

.n-blog-section .entry-body h3 {
    font-size: 18px;
	margin: 5px 0 10px;
	font-weight: 700;
}

.n-blog-section .entry-body h3 a{
	color: #001733;
}

.n-blog-section .entry-body h3 a:hover{
	color: #F71735;
	text-decoration: none;
}
.n-blog-section .entry-body p {
    margin-bottom: 15px;
    line-height: 1.8;
}
.n-blog-section .read-more-date {
    position: relative;
}
.read-more-date {
    font-weight: 700;
	color: #f71735;
	font-size: 14px;
}
.n-blog-section .read-more-date a {
    color: #f71735;
}
.meta-info ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.meta-info ul li:first-child {
	padding-left: 0;
	font-size: 14px;
}
.meta-info ul li {
    display: inline-block;
    padding-left: 0;
    position: relative;
}


/* faq section */

.faq-wrapper{
	margin-top: 100px;
}

.faqs-on-home {
    position: relative;
}
.faqs-on-home .outer-container {
    position: relative;
}

.faqs-on-home .img-box-area {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.faqs-on-home .container-column {
    float: right;
    padding: 50px 30px;
    position: relative;
    width: 50%;
    word-wrap: break-word;
}

.black-bg-2 {
	background: rgba(247, 23, 53, 0.7);
	background-image: url(../../assets/img/faq-bg.png);
    background-position: center right;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: contain;
}

.accordion>.card>.card-header {
    border-radius: 0;
	margin-bottom: 1px;
	border: 1px solid #FFF;
}

.accordion>.card{
	margin-bottom: 15px;
}

.accordion>.card>.card-header .btn-link{
	color: #FFF;
}

.card-header .btn{
	box-shadow: none;
}

.accordion>.card{
	background-color: transparent;
	border: none;
}

.faqs-on-home .collapse{
	background-color: #FFF;
	transition: 0.5s;
}

.footer{
	background-color: #282828;
	color: #f9f9f9;
	padding: 60px 0;
}
.footer h5{
	margin-bottom: 30px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.20);
	padding-bottom: 10px;
}

.footer ul{
	padding: 0;
	margin: 0;
	margin-bottom: 30px;
}

.footer ul li{
	list-style: none;
	margin-bottom: 15px;
	font-weight: 200;
	line-height: 28px;
	font-size: 14px;
}

.footer ul li i{
	font-size: 24px;
	vertical-align: middle;
}

.footer a, footer a:hover{
	color: #FFF;
	text-decoration: none;
}

.animate__fadeInLeft{
	animation-duration: 2s; 
}

 .top-banner-content{
	position: absolute;
	left: 15%;
	top: 80px;
	border-left: 5px solid #FFF;
	padding: 15px;
	color: #FFF;
}

 .top-banner-content h2{
	font-weight: 700;
}

.innerbanner {
	height: 250px;
	background-color: #000;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	overflow: hidden;
  }
  .innerbanner:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: url(../../assets/img/top-banner.png);
	opacity: .5;
  }
 
.create-request-btn{
	position: fixed;
	top: 40%;
	right: -140px;
	background-color: #F71735;
	color: #FFF;
	padding: 10px 15px;
	transition: 0.5s;
	line-height: 32px;
	box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.16);
	font-weight: 500;
}

.create-request-btn:hover{
	right: -1px;
	color: #FFF;
	text-decoration: none;
}

.create-request-btn i{
	font-size: 24px;
	vertical-align: middle;
}

.relocation-section{
	background-image: url(../../assets/img/services/relation-services-banner.png) !important;
	height: auto;
}

.ttm-processbox-wrapper:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    display: block;
    background-image: url(../../assets/img/proccess-box-arrow.png);
    top: -5px;
    background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

.ttm-processbox-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin: 0 auto;
}
.ttm-processbox-wrapper .ttm-processbox {
    position: relative;
    display: block;
    text-align: center;
    width: 270px;
    height: 270px;
    background: #fff;
    padding: 20px;
    border-radius: 50%;
    margin: auto;
    box-shadow: 0 10px 50px 0 rgba(29,79,206,.1);
    -webkit-box-shadow: 0 10px 50px 0 rgba(29,79,206,.1);
    -moz-box-shadow:  0 10px 50px 0 rgba(29,79,206,.1);
    transition: all 500ms ease;
}
.ttm-processbox-wrapper .ttm-processbox .process-num {
    margin-right: 5px;
    font-size: 20px;
    font-weight: 500;
    background-color: #F71735;
    color: #fff;
    width: 46px;
    height: 46px;
    line-height: 46px;
    border-radius: 50%;
    border: none;
    display: block;
    text-align: center;
    position: absolute;
    left: auto;
    right: 30px;
    top: 20px;
    z-index: 10;
}
.ttm-processbox-wrapper .featured-content {
    position: relative;
    border-radius: 50%;
    padding: 65px 15px 60px 15px;
    width: 230px;
    height: 230px;
	border: 6px solid #e8ecef;
	transition: all 0.3s ease-in-out 0s !important;
}
.ttm-processbox-wrapper .ttm-processbox .featured-title h5 {
    font-size: 20px;
    line-height: 27px;
	margin-bottom: 15px;
	font-weight: 500;
}
.ttm-processbox-wrapper .ttm-processbox:hover {
    box-shadow: 0 -10px 39px 0 rgba(8,18,109,.1);
    -webkit-box-shadow: 0 -10px 39px 0 rgba(8,18,109,.1);
    -moz-box-shadow: 0 -10px 39px 0 rgba(8,18,109,.1);
    transform: translateY(-10px);
}

.mt-100{
	margin-top: 100px;
}

.mt-50 {
    margin-top: 50px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.ttm-processbox:hover .featured-content{
	border-color: #F71735;
}

.relocate-feature-section{
	background-image: url(../../assets/img/stats-banner.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	padding: 30px 0;
	position: relative;
}

.relocate-feature-section::after{
	content: '';
	position: absolute;
	background-color: #000;
	opacity: 0.5;
	width: 100%;
    height: 100%;
    top: 0;
    z-index: 0;
}

.relocate-feature-section .feature-card{
	background-color: transparent;
	color: #FFF;
}

.relocate-feature-section .main-heading{
	color: #FFF;
}

.guid-table{
	text-align: center;
	border: 1px solid #EEE;
}

.guid-table th{
	background: #D65F54;
	color: #FFF;
	font-weight: 500;
	padding: 15px 0;
}

.guid-table tr{
	transition: all 0.3s ease-in-out 0s;	
}

.guid-table tr:hover{
	box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.16);
}

.guid-table tr td {
    background: none;
	border-bottom: 1px solid #eee;
	padding: 7px 15px;
}
.guid-table tr td:last-child{
	text-align: left;
}

.faq-section .accordion .card{
	margin-bottom: 5px;
}
.faq-section .accordion>.card>.card-header{
	background-color: #F71735;
	padding: 5px 15px;
}

.faq-section .accordion .card-body{
	border: 1px solid #ccc;
}

.service-img-wrapper img{
	border-radius: 10px;
	box-shadow: 5px 7px 20px rgba(0, 0, 0, 0.20);
}

.contact-content-box .card{
	background-color: #FFF;
    padding: 15px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
	border-radius: 10px;
	margin-bottom: 15px;
}

.contact-us-form-wrapper{
	background-color: #FFF;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.16);
}

.blog-auther{
	background-color: #f9f9f9;
	padding: 10px 15px !important;
}

.entry-media{
	position: relative;
}

.blog-wrappe .grid{
	transition: box-shadow 0.3s ease,transform 0.3s ease,z-index 0s 0.3s ease,-webkit-transform 0.3s ease;
}

.blog-wrapper .grid:hover{
    z-index: 1;
    box-shadow: 0 6px 12px rgba(0,0,0,.17);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    border-radius: 4px;
    -webkit-transition: box-shadow 0.1s ease,z-index 0s 0.1s ease,-webkit-transform 0.1s ease;
    transition: box-shadow 0.1s ease,z-index 0s 0.1s ease,-webkit-transform 0.1s ease;
    transition: box-shadow 0.1s ease,transform 0.1s ease,z-index 0s 0.1s ease;
    transition: box-shadow 0.1s ease,transform 0.1s ease,z-index 0s 0.1s ease,-webkit-transform 0.3s ease;
}

.entry-media .date-box{
	position: absolute;
	bottom: 10px;
	left: 10px;
	background-color: #FFF;
	font-size: 12px;
	padding: 5px;
	border-radius: 5px;
	color: #f71735;
}

.entry-media .date-box strong{
	font-size: 20px;
}

.socialicons {padding: 0 0 7px 0;}
.socialicons a:hover {text-decoration: none;}
.rssicon {color: #f89839; font-size: 24px; margin: 0 18px 0 5px;}
.twittericon {color: #55acee; font-size: 24px; margin: 0 18px 0 0px;}
.fbicon {color: #3b5998; font-size: 24px; margin: 0 18px 0 0px;}
.gplusicon {color: #d34836; font-size: 24px; margin: 0 18px 0 0px;}
.yticon {color: #b31217; font-size: 24px; margin: 0 18px 0 0px;}
.emailicon {color: #9a9a9a; font-size: 24px;}

.post-info {
    position: relative;
    display: block;
    margin: 0 30px;
    text-align: center;
}

.post-info .info-cont {
    margin-bottom: 30px;
}
.post-info .info-cont {
    position: relative;
    background: #fff;
    padding: 33px 30px;
    border-radius: 0;
    margin-top: -50px;
    box-shadow: rgba(158,158,158,.1) 0 8px 11px 4px;
}

.post-info .info-cont li {
    position: relative;
    display: inline-block;
    font-size: 16px;
    margin: 0 20px;
    color: #4e4e4e;
    text-transform: capitalize;
}

.post-info .info-cont li::before {
    position: absolute;
    content: '';
    background: #b7b7b7;
    width: 1px;
    height: 15px;
    top: 7px;
    right: -20px;
}

.post-info .info-cont li:last-child::before {
	display: none
}

.post-info .info-cont li a {
    color: #4e4e4e;
}

.post-info .info-cont li a:hover {
    text-decoration: none;
}

.post-info .info-cont li i {
    margin-right: 6px;
	font-size: 18px;
	vertical-align: middle;
}

.recent-blog-post{
	margin-top: 15px;
}
.recent-blog-post a{
	text-decoration: none;
	color: #000;
}
.recent-blog-post a h6{
	font-weight: 600;
	font-size: 14px;
}

.recent-blog-post{
	border-bottom: 1px solid #eee;
}
