html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
    font-family: 'Roboto', sans-serif;
	font-weight:400;
	font-size:14px;
}
p{
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #525252;
	text-align:justify;
}
.home-welocme .img-box {
    position: relative;
    top: 0px;
    left: 50px;
    width: 381px;
    height: 551px;
    z-index: 1;
    margin-top: -40px;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	background-color:none;
}
	
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clear {
	clear: both;
}
h1 {
	font-size: 40px;
}
h2 {
	font-size: 35px;
}
h3 {
	font-size: 30px;
}
h4 {
	font-size: 25px;
}
h5 {
	font-size: 20px;
}
h6 {
	font-size: 18px;
}
h7 {
	font-size: 12px;
}
p {
	font-size: 14px;
	font-weight: normal;
	line-height: 22px;
    font-family: 'Roboto', sans-serif;
	font-weight:400;
}
a {
    font-family: 'Roboto', sans-serif;

}
a:hover {
	text-decoration: none !important;
}
a:focus {
	outline: none;
	text-decoration: none !important;
}
.header{
	background:#FFF;
	border-bottom:1px solid #e1e1e1;
}


.navbar-custom.top-nav-collapse .middle-section{
	padding:0px 0px;
}

.navbar-custom.top-nav-collapse .middle-section .logo  {
         padding:4px 30px 0px 0px;

}
.navbar-custom.top-nav-collapse .nav-section {
    margin-top:0px;
}
.navbar-custom.top-nav-collapse .top-bar  {
	margin-top:-57px;
}
.top-bar{
	border-top:5px solid #aeaeae;
	border-bottom:1px solid #e1e1e1;
	background:url(../images/innerimage/deisgn.png);
	color:#333333;
	padding:15px 0px;
	transition: .5s;
}
.top-bar .top-cont-left{
	font-weight:400;
	
}
.top-bar .top-cont-left a{
	font-weight:400;
	
	color: #333333;
}
.top-bar .top-cont-left a:hover{
	text-decoration:underline;
	color: #e92800;
}
.top-bar .top-cont-right{
	text-align:right;
	font-weight:500;
	
}
.top-bar .top-cont-right span{
	
	font-weight:bold;
}
.top-bar .top-cont-right a{
	color:#333333;
	
}
.top-bar .top-cont-right span{
	color:#333333;
	
}
.top-bar .top-cont-right a:hover{
	color:#e92800;
}
.top-bar .top-cont-right b{
	font-weight:400;
	
}
.header .middle-section{
	padding-top:10px;
	
}
.header .middle-section .logo {
	margin: 0px;
	-moz-transition: all 0.9s;
  -webkit-transition: all 0.9s;
  transition: all 0.9s; 
  padding:0px 0px 0px 0px;
}
.fixed-top{
	box-shadow: 0 3px 10px rgba(0,0,0,0.2);
}
.nav-section {
	float:right;
	border-top:1px solid #f0f0f0;
	margin-top:20px;
	-moz-transition: all 0.9s;
    -webkit-transition: all 0.9s;
    transition: all 0.9s; 
}
.nav-section .navbar-toggler {
	width: 100%;
	border-radius: 0px;
	padding: 15px 15px;
}

.nav_titel {
	color: #FFFFFF;
	float: left;
	font-weight: 400;
	text-transform: uppercase;
}
.main-icon-bar {
	float: right;
}
.main-icon-bar i{
	color:#FFF;
}

.nav-section .navbar{
	margin:0px;
	padding:0px;
}
.nav-section .navbar-nav li a {
	font-size:15px;
	text-decoration: none;
	display: block;
	color: #212529;
	text-transform: uppercase;
	padding:17px 20px;
	position: relative;
	font-weight:500;
	letter-spacing:0.7px;
	margin-right:30px;
}
.nav-section .navbar-nav li span {
	font-size:18px;
	color: #ff8042;
	padding-left:5px;
}
.nav-section .navbar-nav li a:hover {
	color: #666666;
	transition: .5s;
}

.nav-section .navbar-nav li a:after {
	border-top: 4px solid #e92800;
	top: 0px;
	left: 0px;
	right:0px;
	margin-left:auto;
	margin-right:auto;
	position: absolute;
	width:0%;
	content: "-";
	text-indent: -9999px;
	transition: .5s;
	opacity:0;
}
.nav-section .navbar-nav li a:hover::after {
	width: 100%;
	opacity:1;
}
.nav-section .navbar-nav .active {
	color: #fff;
	background:#e92800;
}
.nav-section .navbar-nav .active::after {
	border-top: 4px solid #e92800;
	top: 0px;
	left: 0;
	position: absolute;
	width: 100%;
	content: "-";
	text-indent: -9999px;
	opacity:1;
}
.nav-section .navbar-nav .dropdown-toggle::after{
	border-left:none;
	border-right:none;
}
.nav-section .dropdown-menu {
	box-shadow: none;
	border: none;
	border-radius: 0px;
	padding-top: 0px;
	background: none;
	margin: 0;
	min-width: 177px;
}
.nav-section .dropdown-menu li {
	border-bottom: 1px solid #adb5bd;
}
.nav-section .dropdown-menu li:last-child {
	border-bottom: none;
}
.logoimage{
	width:100%;
}

.nav-section .dropdown-menu li a {
	line-height: 22px !important;
	color: #212529;
	display: block;
	font-size:14px;
	padding: 10px 15px 10px 15px;
	text-transform: inherit;
	text-transform:uppercase;
	font-weight:400;
	background: #fff;
}
.nav-section .dropdown-menu li a:hover::after {
	display: none;
}
.nav-section .dropdown-menu li a:hover {
	color: #FFFFFF;
	background: #e92800;

}
#mybutton{
	z-index:2;
	position:absolute;
	margin-left:42%;
	margin-top:17%;
	
}
#mybutton .btn{
	color: #ffffff;
    background-color: #e92800;
    border: none;
	border-radius:0px;
    padding: 13px 50px;
	margin-top:20px;
    width: 230px;
	font-size:17px;
    font-weight: bold;
    letter-spacing: 3px;
	box-shadow: 0 3px 10px rgba(0,0,0,0.2);
    text-transform: uppercase;
}

.orseparator{
	font-size:19px;
	color:#000;
	font-weight:600;
	margin-left:13px;
	margin-right:13px;
}
select.city-page 
{
    padding: 13px 50px;
    width: 260px;
	box-shadow: 0 3px 10px rgba(0,0,0,0.2);
	border:none;    
    background-color: #fff;}
	
.banner{
	margin-top:133px;
}
.banner .slider1{
	background:url(../images/banner/banner1.png) no-repeat;
	min-height:670px;
	background-position:center;
	background-size:cover;
}
.banner  .slider2{
	background:url(../images/banner/banner2.png) no-repeat;
	min-height:670px;
	background-position:center;
	background-size:cover;
	
}
.banner  .slider3{
	background:url(../images/banner/banner3.png) no-repeat;
	min-height:670px;
	background-position:center;
	background-size:cover;
}
.banner .carousel-fade .carousel-item {
  display: block;
  position: relative;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
.banner .carousel-fade .carousel-item.active {
  opacity: 1;
  display: block;
}

.banner .prev,
.banner .next {
  position: absolute;
  top:inherit;
	background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  display: inline-block;
  margin-top: -25px;
  height: 40px;
  line-height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 0px;
  z-index: 5;
  bottom:-38px;
}

.banner .prev:hover,
.banner .next:hover {
  background-color: #000;
}

.banner .prev {
 left:30px;
 top:50%;
}

.banner .next {
  right:30px;
   top:50%;
}

.banner  .carousel-indicators  {
  width: 20px;
  height: 20px;
  background-color: #fff;
  margin: 0 15px 0 0;
  position: relative;
    display:none;

}
.banner  .active .animation.animated-item-1 {
  -webkit-animation: fadeInUp 300ms linear 300ms both;
  -moz-animation: fadeInUp 300ms linear 300ms both;
  -o-animation: fadeInUp 300ms linear 300ms both;
  -ms-animation: fadeInUp 300ms linear 300ms both;
  animation: fadeInUp 300ms linear 300ms both;
}

.banner  .active .animation.animated-item-2 {
  -webkit-animation: fadeInUp 300ms linear 600ms both;
  -moz-animation: fadeInUp 300ms linear 600ms both;
  -o-animation: fadeInUp 300ms linear 600ms both;
  -ms-animation: fadeInUp 300ms linear 600ms both;
  animation: fadeInUp 300ms linear 600ms both;
}

.banner  .active .animation.animated-item-3 {
  -webkit-animation: fadeInUp 300ms linear 900ms both;
  -moz-animation: fadeInUp 300ms linear 900ms both;
  -o-animation: fadeInUp 300ms linear 900ms both;
  -ms-animation: fadeInUp 300ms linear 900ms both;
  animation: fadeInUp 300ms linear 900ms both;
}

.banner  .active .animation.animated-item-4 {
  -webkit-animation: fadeInUp 300ms linear 1200ms both;
  -moz-animation: fadeInUp 300ms linear 1200ms both;
  -o-animation: fadeInUp 300ms linear 1200ms both;
  -ms-animation: fadeInUp 300ms linear 1200ms both;
  animation: fadeInUp 300ms linear 1200ms both;
}

.banner .slide-margin h1{
	margin:0px 0px 10px 0px;
	color:#e92800;
	
	font-size:60px;
	font-weight:300;

}

.carousel-content{
	text-align:center;
}
.banner  .slideside .text{
	text-align:center;
	color:#000;
	font-size:22px;
	background-color:rgba(255, 255, 255, 0.5);
	font-weight:600;
	width:40%;
	padding:10px;
	letter-spacing:1.3px;
	margin-left:auto;
	margin-right:auto;
	line-height:28px;
	margin-top:20px;
	
}

.banner  .slideside h2{
	margin:30px 0px 0px 0px;
	color:#71706e;
	font-size:28px;
	text-transform:uppercase;
	
	font-weight:400;
}
.banner-sub-cont{
	background:url(../images/innerimage/deisgn.png);
	padding:40px 0px;
	border-bottom:1px solid #e0e0e0;
}
.banner-sub-cont h1{
	color:#666666;
	font-size:38px;
	font-weight:300;
	margin:12px 0px 10px 0px;
	
	
}
.banner-sub-cont h2{
	color:#999999;
	font-size:17px;
	font-weight:400;
	margin:0px 0px 0px 0px;
	position:relative;
	padding-bottom:20px;
	
}
.banner-sub-cont h2::after{
	border-bottom:4px solid #e92800;
	width:55px;
	bottom:0px;
	left:0px;
	position:absolute;
	content:"";
}
.banner-sub-cont .img{
	float:right;
	border:dashed 1px #a9a9a9;
	padding:10px;
	transition:.7s;
}
.banner-sub-cont .img:hover{
	border:dashed 1px #cc0000;
}

.textbold{
	font-weight:600;
	font-size:45px;
	color:#e92800;

}
.whychoseus{
	padding:30px 0px 80px 0px;
}
.whychoseus .col-lg-3{
	padding-left:1px;
	padding-right:1px;
}
.whychoseus .ourservices{

	margin-bottom: 31px;
    padding: 26px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.2);
    transition: .7s;
    margin-right: 17px;
    position: relative;
    min-height: 225px;
}
.whychoseus .ourservices:hover{
	background:url(../images/innerimage/whychoseus-box-log.html) 0px 0px no-repeat #aeaeae;
}
.whychoseus .ourservices a{
	color:#333;
	display:block;
}
.whychoseus .ourservices h1{
	position:relative;
	padding-bottom:10px;
	color:#000000;
	font-size:20px;
	
	transition:.7s;
	margin:10px 0px 15px 0px;
}
.whychoseus .ourservices:hover h1{
	color:#FFF;
}
.whychoseus .ourservices h1::after{
	border-bottom: 2px solid #e92800;
    width: 105px;
    bottom: 0px;
    left: 0px;
    position: absolute;
    content: "";
    transition: .7s;
}

.whychoseus .ourservices:hover h1::after{
	border-bottom:5px solid #FFFFFF;
}

.whychoseus .ourservices p{	
	transition:.7s;
	font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #525252;
	text-align:justify;
	
}
.whychoseus .ourservices:hover p{
	color:#FFFFFF;
}

.whychoseus .ourservices .img-box{
	width:110px;
	height:65px;
	text-indent:-9999px;
	margin-bottom:30px;
	background:url(../images/innerimage/secure.html) no-repeat;
	transition:.7s;
}
.whychoseus .ourservices .icon1 {
	background-position: 0px 0px;
}
.whychoseus .ourservices:hover .icon1 {
	background-position: -110px 0px;
}
.whychoseus .ourservices .icon2 {
	background-position: 0px -66px;
}
.whychoseus .ourservices:hover .icon2 {
	background-position: -110px -66px;
}
.whychoseus .ourservices .icon3 {
	background-position: 0px -132px;
}
.whychoseus .ourservices:hover .icon3 {
	background-position: -110px -132px;
}

.whychoseus .ourservices .icon4 {
	background-position: 0px -198px;
}
.whychoseus .ourservices:hover .icon4 {
	background-position: -110px -198px;
}
.whychoseus .ourservices .icon5 {
	background-position: 0px -263px;
}
.whychoseus .ourservices:hover .icon5 {
	background-position: -110px -263px;
}
.whychoseus .ourservices .icon6 {
	background-position: 0px -330px;
}
.whychoseus .ourservices:hover .icon6 {
	background-position: -110px -330px;
}
.whychoseus .ourservices .icon7 {
	background-position: 0px -396px;
}
.whychoseus .ourservices:hover .icon7 {
	background-position: -110px -396px;
}
.whychoseus .ourservices .icon8 {
	background-position: 0px -463px;
}
.whychoseus .ourservices:hover .icon8 {
	background-position: -110px -463px;
}
.home-welocme{
	border-bottom:1px solid #d6d6d6;
	position:relative;
	background:url(../images/innerimage/deisgn.png);
}
.home-welocme::before {
	border-top:1px solid #d6d6d6;
	position:absolute;
	top:-2px;
	left:0px;
	content:"";
	width:100%;
}
.home-welocme::after {
	position:absolute;
	top:0px;
	left:0px;
	content:"";
	width:100%;
	background:url(../images/home-wlecom-bg.jpg) no-repeat ;
	height:233px;
	background-size:cover;
	background-position:center;
}
.home-welocme .Ourb-log{
	background:url(../images/innerimage/deisgn.png) #ffffff;
	padding:30px 32px 0px 32px;
	position:relative;
	z-index:1;
	margin-bottom:30px;
	min-height:500px;
/*	overflow:hidden;
*/}
.panel-title{
	margin-top:10px;
}
.home-welocme .Ourb-log::before{
	position:absolute;
	top:0px;
	left:-40px;
	content:"";
	width:40px;
	background:url(../images/innerimage/box-shadow.html) no-repeat;
	height:500px;
}
.home-welocme .Ourb-log::after{
	position:absolute;
	top:0px;
	right:-40px;
	content:"";
	width:40px;
	background:url(../images/innerimage/box-shadow2.html) no-repeat;
	height:500px;
}
.home-welocme .Ourb-log h1{
	position:relative;
	color:#000000;
	font-size:30px;
	
	transition:.7s;
	margin:25px 0px 5px 0px;
	font-weight:100;
}

.home-welocme .Ourb-log h2{
	position:relative;
	padding-bottom:10px;
	color:#000000;
	font-size:40px;
	
	transition:.7s;
	margin:0px 0px 25px 0px;
	font-weight:100;
}

.home-welocme .Ourb-log h2::after{
	border-bottom:5px solid #e92800;
	width:28px;
	bottom:0px;
	left:0px;
	position:absolute;
	content:"";
	transition:.7s;
}

.home-welocme .Ourb-log p{
	color:#666666;
	margin-top:6px;
}

.home-welocme .Ourb-log a{
	color: #000000;
	font-size:21px;
		width:90%;
		margin-bottom:10px;
}
.panel-body{
	margin-top:10px;
}
.panel-body b{
	font-size:18px;
}
.openbox-group{
	padding-left:18px;
}
.panel-default{
	margin-left:20px
}
.home-welocme .Ourb-log a:before {
    font-family: 'FontAwesome';
    content: "+";
    float: right;
    transition: all 0.5s;
    color: rgba(0, 0, 0, 0.5);
    left: 30px;

    position: absolute;
}
.home-welocme .Ourb-log .active a:before {
    content: "-";
}

.home-welocme .img-box{
	position:relative;
	top:0px;
	left:50px;
	width:381px;
	height:551px;
	z-index:1;
	margin-top:-40px;
}
.home-welocme-sub{
	padding:40px 0px 10px 0px;
}

.home-head1{
	background:url(../images/innerimage/header1.png) center bottom no-repeat;
	padding-bottom:35px;
	text-align:center;
	margin:30px 0px 25px 0px;
}
.box-content-wrapper h5{
	margin-top:10px;
	padding-bottom:5px;
}
.openbox {
	margin-bottom:10px;
}
.home-head1 h1{
	color:#FFF;
	margin:0px 0px 0px 0px;
	
	font-weight:100;
	font-size:40px;
}
.home-head2{
	background:url(../images/innerimage/header2.png) center bottom no-repeat;
	padding-bottom:35px;
	text-align:center;
	margin:30px 0px 25px 0px;
}
.home-head2 h1{
	color:#666666;
	margin:0px 0px 0px 0px;
	
	font-weight:100;
	font-size:40px;
}
.home-solutions{
	
	background:#ea2802;
	margin-top:100px;
}
.movingtips{
	
	background:url(../images/solutions-bg.jpg) no-repeat;
	padding:25px 0px;
	background-position:center;
	background-size:100% 100%;
	width:100%;
	min-height:35px;
	position:relative;
	margin-top:-50px;
}
.movingtips1{
	background:url(../images/solutions1-bg.jpg) no-repeat;
	padding:25px 0px;
	background-position:center;
	background-size:100% 100%;
	width:100%;
	min-height:30px;
	position:relative;
	margin-top:30px;
}
.home-solutions::before{
	position:absolute;
	bottom:-75px;
	background:url(../images/innerimage/PackersMoversBlog-bg.html)  no-repeat;
	content:"";
	width:127px;
	height:97px;
	left:0px;
	right:0px;
	margin-left:auto;
	margin-right:auto;

}
.home-solutions .openbox-group{
	padding-bottom:30px;
}
.home-solutions .openbox-heading  a{
	color:#fff;
	font-size:20px;
	text-transform:uppercase;
	

	display:block;
	padding-bottom:10px;
	position:relative;
	padding-right:40px;
}
.home-solutions .openbox-heading  a:before {
  font-family: 'FontAwesome';
    content: "\f107";    
   float: right;
   transition: all 0.5s;
   color:#FFF;
   right: 6px;
   position: absolute;
}
.home-solutions .openbox-heading.active a:before {
	content: "-";   

} 
.home-solutions .openbox-heading  a:after{
	position:absolute;
	right:30px;
	border-right:1px solid #f8f9fa;
	height:20px;
	content:"";
	top:0px;
}
.home-solutions .openbox-body{
	color:#FFF;
	margin-bottom:15px;
	border-bottom:1px dashed #FFF;
	padding-bottom:10px;
	
}
.openbox-body p{
	color:#fff;
}
.openbox-body b{
	font-size:18px;

}

.home-solutions .openbox-body a{
	color:#FFF;
	
	font-weight:400;
}
.home-why-choose{
	padding-bottom:20px;
	background:url(../images/dashline.png) bottom left repeat-x;
}
.home-why-choose ul{
	margin-bottom:0px;
}

.home-why-choose li{
	background:url(../images/innerimage/areas.png) 0px 0px no-repeat;
	color:#353535;
	font-size:18px;
	
	font-weight:400;
	padding:0px 0px 20px 39px;
}
.home-why-choose li a strong {
		font-weight:bold;
			font-size:17px;
}
.home-why-choose li a{
	color:#333333;
	font-size:17px;
	font-weight:400;

}

.home-why-choose h3{
	padding-bottom:20px;
} 
.PackersMoversBlog{
	position:relative;
	padding-top:30px;
}
.PackersMoversBlog .home-head2{
	margin-top:0px;
}
.PackersMoversBlog .blog-img{
	margin:7px;
	position:relative;

}
.PackersMoversBlog .blog-img a img{
		border:3px solid #e4e4e4;
}
.blog{
	background-color:#f8f9fa;
		border:1px solid #e4e4e4;
	padding:10px;
}

.blog .text h3{
	font-size:18px;
	color:#212529;
	line-height: 1.5;
}
.blog .text p{
	padding-bottom:5px;
	color:#212529;
	font-weight: 400;
    font-size: 14px;
    line-height: 5px;
    color: #525252;
    text-align: justify;
}


.home-clients{
	background:url(../images/innerimage/areashadow.png) center 0px no-repeat;
	padding:20px 0px 15px 0px;
}
.client-top-head{
	border-bottom:1px solid #f0f0f0;
	text-align:center;
	padding-bottom:10px;
	margin-bottom:30px;
	color:#999999;
}
 .client-top-head b{
	color:#000000;
	font-size:18px;
}
 .client-top-head span{
	color:#e92800;
	text-transform:uppercase;
	font-size:18px;
}
.home-clients .client-box{
	margin-bottom:15px;
}
.home-clients .client-box img{
	transition:.7s;
}
.home-clients .client-box:hover img{
	opacity:.5;
}
.home-clients .client-box{
	text-transform:uppercase;
	font-size:16px;
	text-align:center;
	display:block;
	border-bottom:dashed #cccccc 1px;
	margin:7px 0px 0px 0px;
	padding-top:7px;
	color:#cccccc;
	font-weight:300;
}
/*====in-banner======*/

/*main-in-head*/
.main-in-head{
	background:url(../images/innerimage/deisgn.png);
	padding:30px 0px;
	border-bottom:1px solid #e5e5e5;
}
.main-in-head h1{
	float:left;
	color:#000000;
	font-size:35px;
	font-weight:100;
	position:relative;
	padding-left:20px;
}
.main-in-head h1::before{
	position:absolute;
	top:7px;
	left:0px;
	content:"";
	height:28px;
	border-left:8px solid #e92800;
}
.main-in-head .in-breadcrumb{
	float:right;
	padding-top:10px;
}
.main-in-head .in-breadcrumb a{
	color:#333333;
	font-size:13px;
}
.main-in-head .in-breadcrumb span{
	color:#999999;
	font-size:13px;
}
/*in-about-section*/

#aboutbutton .btn{
	border-radius: 0px;
	color:#fff;
	margin-top:10px;
	font-size:17px;
}
#aboutbutton .btn:hover{
	background-color: #e92800;
}
.banner-feature-item {
    background-color: #fff;
    border-radius: 15%;
	width: 165px;
    height: 165px;
	margin:10px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.38);
}
.in-about-section{
	padding:30px 0px 0px 0px;
}
.in-about-section .in-left-about .img{
	margin-bottom:30px;
}
.in-about-section .in-left-about p{
	color:#666666;
	margin-bottom:25px;
}
.in-about-section .in-left-about .sub-head{
	border-bottom:6px solid #fea218;
	background:url(../images/innerimage/deisgn.png);
	text-align:center;
	padding:10px 0px;
	margin-bottom:30px;
}
.in-about-section .in-left-about .sub-head h1{
	font-weight:300;
	color:#0c99ae;
	text-transform:uppercase;
	margin:0px 0px 0px 0px;
}
.in-about-section .in-left-about .sub-head h2{
	font-weight:300;
	color:#666666;
	margin:0px 0px 0px 0px;
	font-size:18px;
}
.in-about-section .in-left-about .best-services{
	background:url(../images/innerimage/about-icon.html) center 5px no-repeat;
	padding:75px 0px 0px 0px;
	margin-bottom:30px;
	text-align:center;
	transition:.7s;
}
.in-about-section .in-left-about .best-services:hover{
	background:url(../images/innerimage/about-icon2.html) center -5px no-repeat;

}
.in-about-section .in-left-about .best-services a{
	font-weight:900;
	color:#e92800;
	text-transform:uppercase;
	margin:0px 0px 0px 0px;
	font-size:18px;
	line-height:20px;
}

.in-about-section .in-left-about .best-services span{
	font-weight:900;
	color:#666666;
	text-transform:uppercase;
	font-size:18px;
	display:block;
}
.in-about-section .in-left-about .sub-line{
	border-bottom:1px dashed #cccccc;
	width:100%;
	margin-bottom:30px;
}
.in-right-section .service-box{
	background:#f7f7f7;
	padding:15px 15px;
	margin-bottom:30px;
}




/*===========footer==========*/
.footer{
	background:linear-gradient(180deg,#ffffff 0%,#efefef 50%,#efefef 51%,#efefef  100%);
    position: relative;
    border-top: 2px solid #ccc;
    box-shadow: rgba(0,0,0,0.2) 0px -2px 16px;
    margin-top: 80px;
    padding: 80px 0px 10px 0px;
}
.footer::before{
	position:absolute;
	top:-80px;
	background:url(../images/footerlogo.png) no-repeat;
	width:360px;
	height:145px;
	margin-left:auto;
	margin-right:auto;
	content:"";
	left:0px;
	right:0px;

}
.footer h1{
	font-size:20px;
	color:#212529;
	text-transform:uppercase;
	font-weight:400;
	border-bottom:1px dashed #6c757d;
	padding-bottom:15px;
	margin:0px 0px 30px 0px;
}
.f-nav1 li, .f-nav1 li a{
	color:#212529;
	  font-size: 13px;
	font-weight:400;
	line-height:1.6;
	padding-bottom: 12px;
}
.footer-menu ul li a {
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border: 1px solid #212529;
    border-radius: 50%;
	margin-right:17px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #212529;
}
.footer-links>li a{
	color: #212529;
	  font-size: 13px;
	font-weight:400;
}
.footer-links>li a:hover{
	color:#e92800;
}	
.footer-links>li {
    width: 24.5%;
	padding-bottom: 10px;
    display: inline-block;
	 padding-left: 15px;
  
    font-weight: 400;

}
.footer .fa-angle-right{
	font-weight:bold;
	font-size:15px;
}
.f-nav li{
	padding-bottom:12px;
}
.f-nav li a{
	background:url(../images/innerimage/f-arow.html) 0px 3px no-repeat;
	color:#212529;
	padding-left:15px;
	font-size:13px;
	font-weight:400;
	display:block;
}
.f-nav li a:hover{
	color:#e92800;
}
.f-service a{
	color:#FFF;
	font-size:13px;
	font-weight:300;
	float:left;
	padding-bottom:10px;
}
.f-service a:hover{
	color:#e92800;
}
.f-address h2{
	color:#FFF;
	font-size:14px;
	font-weight:400;
	margin:0px 0px 25px 0px;
}
.f-address p{
	color:#ffffff;
	font-size:13px;
	background:url(../images/innerimage/f-location.html) 0px 5px no-repeat;
	padding-left:18px;
	font-weight:300;
	margin-bottom:25px;
}
.f-follow a{
	width:36px;
	height:36px;
	float:left;
	color:#FFF;
	margin-right:5px;
	background:url(../images/innerimage/f-follow.html) no-repeat;
	text-indent:-9999px;
	position:relative;
	-moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.f-follow a:hover{
	 -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.f-follow .icon1{
	background-position:-42px 0px;
}
.f-follow .icon2{
	background-position:-85px 0px;
}
.f-follow .icon3{
	background-position:-128px 0px;
	margin-right:0px;
}
.copyright p{
	color: #212529;
	font-size:15px;
	letter-spacing:1.0px;
	text-align:center;
}
.copyright p a{
	color: #e92800;
	font-size:15px;
	letter-spacing:1.0px;
	text-align:center;
}

.copyright{
	background:#e2e2e2;
	padding:15px 0px;
	text-align:center;
	color:#8a91a2;
	font-size:12px;
}

.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.btn {
  border: 2px solid gray;
  color: #FFF;
  background-color: #e92800;
  padding: 8px 20px;
  border-radius: 8px;
  font-size: 20px;
  font-weight: 600 !important;
}

.upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.validCountry, .validEmail, .validMsg, .validName, .validPhone, .valid_right_captcha, .valid_right_company, .valid_right_desc, .valid_right_email, .valid_right_name, .validreqCaptcha, .validreqComp, .validreqDesc, .validreqEmail, .validreqName {
    font-size: 12px;
    color: red;
    font-weight: 600;
}
.about{
	margin-top:70px;
}
.one.column {
    width: 98%;
}
.heading-with-subtitle .fancy_heading .title {
    font-size: 36px;
    line-height: 36px;
    color: #6e308e;
    text-transform: uppercase;
    margin-bottom: 3px;
	
}
.heading-with-subtitle .fancy_heading .inside {
    color: #1e72b9;
    text-transform: uppercase;
    font-size: 19px;
    text-align: left;
    display: inline-block;
}
.heading-with-subtitle .fancy_heading:after {
    width: 125px;
    height: 4px;
    background: #6e308e;
    content: '';
    left: 0;
    right: 0;
    margin: 7px auto 15px auto;
    z-index: 999;
    display: block;
    float: left;
}
.homeaboutp{
	margin-top:30px;
}
.section-title{
	color: #666666;
    margin: 0px 0px 0px 0px;
    
    font-weight: 100;
    font-size: 40px;
}
.home-why-choose li a:hover{
	color: #e92800;
}
.text-blue-bg {
    width: 117%;
    background: #dee2e6;
    position: relative;
    color: #fff;
    padding: 14px 23px;
    border-radius: 10px;
    font-size: 16px;
    padding-right: 70px;
    margin-bottom: 15px;
    margin-top: 9px;

}
.feature-content h3{
	color:#212529;
}
.box-skew-right img{
    margin-top: 67px;
    margin-left: 29px;
    width: 99%;
}
.feature-single img{
	width:30%;
	margin-left:auto;
	margin-right:auto;
}
.ts-feature-wrapper{
	text-align: center;
	margin-top:30px;
}
#ts-feature{
	 background: url(../images/footer.html) no-repeat;
	 background-color:#fafafa;
	 padding-top:40px;
	 padding-bottom:40px;
	 margin-top:30px;
	 background-size:100% 100%;
}
.titleBorder {
    background: url(../images/border.png) no-repeat;
    position: absolute;
   
    display: block;
    float: left;
    width: 90%;
	padding-top:6px;
	margin-bottom:5px;
	margin-left:-13px;
    height: 5px;
	z-index:2;
}
.feature-content h3{
	font-size: 1.5rem;
}
.title{
	color:#80499c;
}

.demo{ 
background: #fff; 
margin-top:45px;

}

.innerbanner-footer{
	margin-left:auto;
	margin-right:auto;
}

.primary-steps{
	margin-top: -80px;
    z-index: 2;
    position: relative;
}
.banner-feature-item:hover {
    background: url(../images/innerimage/Serviceiocn2.png) 0px 0px no-repeat #e92800;
}

.servicewrapper a {
    color: #333;
    display: block;
	padding-top:37px;
}

.servicewrapper h1 {
    position: relative;
    padding-bottom: 10px;
    color: #666666;
    font-size: 17px;
	font-weight:500;
    transition: .7s;
	padding-top:5px;
}
.servicewrapper .img-box {
    width: 110px;
    height: 50px;
	margin-left:auto;
	margin-right:auto;
    text-indent: -9999px;
    background: url(../images/innerimage/services-icon.png) no-repeat;
    transition: .7s;
}
.servicewrapper .icon1 {
    background-position: 0px 0px;
}
.servicewrapper:hover .icon1 {
	background-position: -110px 0px;
}
.servicewrapper .icon2 {
    background-position: 0px -66px;
}
.servicewrapper:hover .icon2 {
    background-position: -110px -66px;
}

.servicewrapper .icon3 {
    background-position: 0px -128px;
}
.servicewrapper:hover .icon3 {
    background-position: -110px -128px;
}
.servicewrapper .icon4 {
    background-position: 0px -198px;
}
.servicewrapper :hover .icon4 {
    background-position: -110px -198px;
}
.servicewrapper h1{
	text-align:center;
}
.servicewrapper p {
    color: #666666;
    font-size: 13px;
    transition: .7s;
	text-align:center;
    line-height: 18px;
    
}

.servicewrapper:hover h1 {
    color: #FFF;
}


/*===========testimonial start==========*/
.card {
  margin: 0 auto;
}
.card .carousel-item {
  height: 250px;

}
.card .carousel-caption {
  padding: 0;
  right: 0;
  left: 0;
  color: #3d3d3d;
}
.card .carousel-caption h3 {
  color: #3d3d3d;
  margin-top:50px;
  margin-bottom:10px;
}
 
.card .carousel-caption p {
  line-height: 30px;
}
.card .carousel-caption img {
    height: 130px;
    width: 130px;
	margin-left:50px;
    border-radius: 50%;
    max-width: 100%;
    border: 6px solid #e5e6fa;
  box-shadow: 0px 8px 6px 0px rgba(147, 147, 147, 0.35);
}

.card .carousel-caption .col-sm-3 {
  display: flex;
  align-items: center;
}
.card .carousel-caption .col-sm-9 {
  text-align: left;
}
.navi a {
    text-decoration:none;
}
a > .ico {
    background-color: grey;
	height:25px;
	width:25px;
    
}
a:hover > .ico {
    background-color: #666;
}
/*===========testimonial End==========*/


/*===========about inner pages start==========*/
.breadcrumb{
	background-color:#e9ecef;
	border-radius:0px;

}
.breadcrumb li,.breadcrumb li a{
	font-size:20px;
	margin-right:4px;

}
#sliders{
	margin-top:130px;
}

.breadcrumb li a{
	margin-left:20px;
	color:#e92800;
}
.text-box1{
	background-color:#e9ecef;
		margin-top:0px;
	
}
.border fa{
	color:#e92800;
}
.services-box1 h1{
	font-size:22px;
	margin-bottom:8px;
	text-transform:uppercase;
	color:#333;
}
.services-box1 i{
	color:#e92800;
}
.services-box1{
	border:5px solid #dee2e6;
	padding:30px;
	margin-bottom:20px;
}
.services-boxp{
	text-align:center;
}
.services-box1 .font-weight-bold{
	font-size:18px;
}
.process-box1{
	border-bottom:5px solid #e92800;
	box-shadow: 0 3px 6px rgba(0,0,0,0.2);
	padding:40px;
	height:280px;
	margin-bottom:30px;
}
.process{
	text-align:center;
	margin-bottom:20px;
}
.process-box1 h1{
	font-size:27px;

	margin-bottom:10px;
}
.contact-info-item h5{
	color:#333;
}
#areawisepackers{
    /* border: 1px solid #eeeeee; */
    padding: 5px 5px 23px;
}
.text h3{
	 font-size:20px;
}
.text .fa-check-square-o{
	 color:#e92800;
}
.toppackermovers{
	margin-bottom:10px;
}
.toppackermovers .blogimg{
	height:350px; 
	width:100%;
}
.toppackermovers p{
	text-align:justify;
}
.toppackermovers iframe {
    width: 100%;
    height: 250px;
}
.area-box p{
	margin-bottom: 17px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e9ecef;
	    text-align: left;
}
.area-box h4{
	margin-bottom:15px;
	line-height:1.3;
}
.area-box
{
	padding: 25px 25px;
    border: 1px solid #eeeeee;
    margin-bottom: 40px;
}
.box{
	padding: 25px 25px;
    border: 1px solid #eeeeee;
    margin-bottom: 40px;
}
.leftimg{
	z-index:2;
	position:absolute;
	margin-left:0px;
	margin-top:-40px;
	width:100%;
}
.sitemap ul li{
	 line-height:1.8;
}
.contact-details{
	border:1px solid silver;
	padding: 25px;
}
#regForm {
    background-color: #ffffff;
    margin: 30px auto;
    font-family: Raleway;
    padding: 25px;
    width: 600px;
   
	/* box-shadow: 0 3px 10px rgba(0,0,0,0.2); */
	
}

h1 {
  text-align: center;
color:#e92800;
font-size:25px;
font-weight:600;
}
.form-control {
    display: block;
    width: 100%;
    height: 38px;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-control:focus {
    display: block;
    width: 100%;
    height: 38px;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
input {
  padding: 10px;
  width: 100%;
  font-size: 1rem;
  font-family: Raleway;
  border: 1px solid #aaaaaa;
  margin-top:10px;
}
select {
    word-wrap: normal;
    width: 100%;
    height: 38px;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

/* Mark input boxes that gets an error on validation: */
input.invalid {
  background-color: #ffdddd;
}

/* Hide all steps by default: */
.tab {
  display: none;
  padding-top: 15px;
}
.tab label{
	display:table;
	margin:10px;
	
	font-size:15px;
}
.tab b{
	font-weight:bold;
	font-size:18px;
	margin-bottom:15px;
}

button {
    background-color: #e02204;
    color: #ffffff;
    border: none;
    padding: 10px 20px;
    font-size: 14px;
    /* font-family: Raleway; */
    cursor: pointer;
	border-radius:3px;
	margin-top:20px;
	width:100px;
}

button:hover {
  opacity: 0.8;
}

#prevBtn {
  background-color: #bbbbbb;
}

.Area-we-served .enquiry-form{
	/* border:1px solid silver; */
	background-color:#f9f9f9;
}
.option-input.radio {
  border-radius: 50%;
}
.option-input.radio::after {
  border-radius: 50%;
}
.option-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  top: 10.33333px;
  right: 0;
  bottom: 0;
  left: 0;
  height: 25px;
  width: 25px;
  transition: all 0.15s ease-out 0s;
  background: #fff;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin-right: 0.5rem;
  outline: none;
  position: relative;
  z-index: 1000;
  border:2px solid #cbd1d8;

}
.option-input:checked {
  background: #e92800;
}
.option-input:checked::before {
  height: 25px;
  width: 25px;
  position: absolute;
  content: '✔';
  display: inline-block;
  font-size:17px;
  text-align: center;
  line-height: 25px;
}
.option-input:hover {
  background: #9faab7;
}
.hirenow{
	
}
#hireForm {
  background-color: #ffffff;
    margin: 15px auto;
    font-family: Raleway;
    padding: 1px;
    width: 457px;
	
	 
}
.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding:0px; 
}
/*===========Responsive start==========*/
.map{
	 width:100%;
	 border:1px solid #eaeaea;
	 padding:2px;
}



/*===========pricing==========*/
 
.Area .container .table thead{
	 background-color:#e63b18;
}
.Area .container .table thead tr th{
	 font-weight:bold;
	 font-size:18px;
	 color:#fff;
}
.Area .container .table tbody tr td{
	 font-size:16px;
}
/*===========pricing==========*/