body{
margin:0px 0px 0px 0px;
font-family: 'Raleway', sans-serif;
}
.topheader {
    width: 100%;
    float: left;
    margin: 0px 0px 0px 0px;
    background-color: #0b68f5;
    padding: 10px 0px 10px 0px;
    font-size: 19px;
}

.topheader li{
	display:inline;
	margin:20px 20px 20px 20px;

}

.topheader li a{
	color:#fff;
}
.header{
	width:100%;
float:left;
margin:0px 0px 0px 0px;
    background: #f3f3f3;

}
.logo{
width:100%;
float:left;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;	
}

.logo img{
	max-width:100%;
}
.QUOTE{
width:100%;
float:left;
margin:50px 0px 0px 0px;
padding:0px 0px 0px 0px;	
text-align:right;
font-family: 'Raleway', sans-serif;

}
.QUOTE button{
	margin:0px 30px 0px 0px;
	font-size:19px;
}
.btn-warning {
    color: #fff;
        background-color: #0b68f5;
    border-color: #0b68f5;
}
.banner{
	width:100%;
float:left;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;	
}
.banner img{
	width:100%;
	height:600px;
}
.about{
    width: 100%;
    float: left;
    margin: 0px 0px 0px 0px;
    padding: 30px 0px 30px 0px;
    text-align: center;
    background: #6060b7;
    font-size: 20px;
    color: aliceblue;
}
.services{
	width: 100%;
    float: left;
    margin: 0px 0px 0px 0px;
    padding: 30px 0px 30px 0px;
	background: #f3f3f3;
}
.services h2{
	text-align:center;
	 margin:10px 0px 20px 0px;
}
.serviceBox{
    background-color: #fff;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    padding: 30px 20px 30px 30px;
    border-radius: 20px;
    box-shadow: 5px 0 12px rgba(0,0,0,0.2),-7px 15px var(--main-color);
    position: relative;
    z-index: 1;
}
.serviceBox:before{
    content: '';
    background-color: var(--main-color);
    height: 70%;
    width: 15px;
    position: absolute;
    left: 0;
    bottom: 5px;
    clip-path: polygon(0% 0%,100% 15%,100% 85%,0% 100%);
}
.serviceBox .service-icon{
    color: var(--main-color);
    font-size: 40px;
    margin: 0 auto 20px;
}
.serviceBox .title{
    color: var(--main-color);
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0 0 15px;
}
.serviceBox .description {
    color: #333;
    font-size: 19px;
    line-height: 22px;
    margin: 0;
}
.serviceBox.yellow{ --main-color: #ecc204; }
.serviceBox.blue{ --main-color: #06CDEA; }
.serviceBox.darkblue{ --main-color: #045582; }
@media only screen and (max-width: 1199px){
    .serviceBox{ margin: 0 0 30px; }
}

.gallery{
width: 100%;
    float: left;
    margin: 0px 0px 0px 0px;
    padding: 30px 0px 30px 0px;
    background: #bc6c1e;
    color: #fff;
}

.gallery h2{
	text-align:center;
	 margin:10px 0px 20px 0px;
}
.gallery img{
width: 100%;
    height: 350px;
    padding: 10px;
    margin: 10px 0px 10px 0px;
    border-radius: 30px;
}

.contact{
	width: 100%;
    float: left;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.contact h2{
	text-align:center;
	 margin:20px 0px 20px 0px;
}

@media only screen and (max-width: 768px){

.topheader li {
    display: inline-block;
    margin: 14px 20px 12px 0px;
    font-size: 15px;
}
.QUOTE {
    width: 100%;
    float: left;
    margin: 4px 0px 11px 0px;
    padding: 0px 0px 0px 0px;
    text-align: center;
    font-family: 'Raleway', sans-serif;
}
.banner img {
    width: 100%;
    height: auto !important;
}
}

.box45 {
    width: 100%;
    float: left;
    margin: 40px 0px 0px 0px;
   
    
}

.box45 h6{
	 margin:0px 0px 0px 0px;
	 font-weight: 600;
}
.movers h1{
    text-align: center;
    font-weight: 600;
    color: red;
    font-size: 22px;
}
.movers{
    width: 100%;
    float: left;
    margin:30px 0px 0px 0px;
}
