@charset "utf-8";
@font-face {
    font-family: 'NeueHaasDisplayRoman';
    src: url('../fonts/NeueHaasDisplayRoman.eot');
    src: url('../fonts/NeueHaasDisplayRoman.eot') format('embedded-opentype'),
         url('../fonts/NeueHaasDisplayRoman.woff2') format('woff2'),
         url('../fonts/NeueHaasDisplayRoman.woff') format('woff'),
         url('../fonts/NeueHaasDisplayRoman.ttf') format('truetype'),
         url('../fonts/NeueHaasDisplayRoman.svg#NeueHaasDisplayRoman') format('svg');
}

@font-face {
    font-family: 'NeueHaasDisplayMediu';
    src: url('../fonts/NeueHaasDisplayMediu.eot');
    src: url('../fonts/NeueHaasDisplayMediu.eot') format('embedded-opentype'),
         url('../fonts/NeueHaasDisplayMediu.woff2') format('woff2'),
         url('../fonts/NeueHaasDisplayMediu.woff') format('woff'),
         url('../fonts/NeueHaasDisplayMediu.ttf') format('truetype'),
         url('fonts/NeueHaasDisplayMediu.svg#NeueHaasDisplayMediu') format('svg');
}

@font-face {
    font-family: 'NeueHaasDisplayBold';
    src: url('../fonts/NeueHaasDisplayBold.eot');
    src: url('../fonts/NeueHaasDisplayBold.eot') format('embedded-opentype'),
         url('../fonts/NeueHaasDisplayBold.woff2') format('woff2'),
         url('../fonts/NeueHaasDisplayBold.woff') format('woff'),
         url('../fonts/NeueHaasDisplayBold.ttf') format('truetype'),
         url('../fonts/NeueHaasDisplayBold.svg#NeueHaasDisplayBold') format('svg');
}
 

/* font-family: "IBM Plex Sans", sans-serif;*/

/*************** DEFAULT CSS ***************/
:root {
	--body-font:"NeueHaasDisplayRoman", sans-serif;
	--body-color: #FFF;
	--primary-color: #FF8400;
	--secondary-color: #FFF4C9;
	--tertiary-color: #041897;
	--quaternary-color: #DE0000;	
	--black: #000;
	--white: #fff;
	--grey: #DCDDDE;	
	--grey-light: #F8F8F8;
	--grey-dark: #6D6D6D;
	--font-weight-light:400;
	--font-weight-normal:400;
	--heading-medium:"NeueHaasDisplayMediu";			 	 
	--heading-font:"NeueHaasDisplayBold";
}

body {

	font-family: var(--body-font);
	font-size: 16px;
	font-style: normal;
	line-height: 26px;
	/*letter-spacing: -.1em;*/
	font-weight: var(--font-weight-normal);
	color: var(--body-color);
	text-decoration: none;
	margin: 0px;
	-webkit-font-smoothing: antialiased;
	padding: 0;
	background-image: linear-gradient(to right, #7D0C35 , #331063);
}


/* Scrollbar Styling */
::-webkit-scrollbar {
    width: 5px;
}
 
::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 10px;
    border-radius: 10px;
 
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background:  var(--primary-color);
}

html {
	/*scroll-behavior: smooth;*/
	overflow-x:hidden;
}

* {
	-webkit-box-sizing: border-box;
	-mox-box-sizing: border-box;
	box-sizing: border-box;
}

::selection {
	background: var(--black);
	color:var(--white);
}

::-moz-selection {
	background: var(--black);
	color:var(--white);
}

a {
	color: var(--body-color);
	text-decoration: none;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

a:hover {
	color: rgba(255, 255, 255, 0.5);
}

p {
	margin: 0px 0 25px 0;
	clear: left;
	padding: 0;
	font-weight: normal;
	font-size: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 10px 0;
	padding: 0;
	font-weight: normal;
}

.hr {
	margin: 30px 0;
	height: 1px;
	border: 0;
	border-top: 1px solid rgba(255, 255, 255 ,0.2);
	display: block;
	width: 100%;
	height:1px;
	position: relative;
}
 
img {
	border: 0;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

a img {
	border: 0;
}

/*-----------text styles------------*/


.text-white {
	color: var(--white) !important;
}
.text-black {
	color: var(--black) !important;
}

.text-blue {
	color: var(--primary-color) !important;
}
  
.text-orange {
	color: var(--secondary-color) !important;
}
 
.text-center {
	text-align: center;
}
.text-right{
	text-align:right;
}

.text-justify {
	text-align: justify;
}

 

/*-----------background styles------------*/

.bg-gradient{
	background-image: linear-gradient(to right, #DF0602 , #F26522);
	color:var(--white)!important;	 
}
.bg-primary {
	background: var(--primary-color);
	color:#fff;
}
.bg-secondary {
	background: var(--secondary-color);
 
}

.bg-tertiary {
	background: var(--tertiary-color) !important;	
	 
}
.bg-quaternary {
  background: var(--quaternary-color);
  color:#fff;
}
.bg-grey {
	background: var(--grey);
 
}
.bg-grey-light {
	background: var(--grey-light);
 
}
.bg-white {
	background: var(--white)
}




/*************** PRELOADER ***************/

#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: linear-gradient(to right, #7D0C35 , #331063);
	z-index: 999999;
	
}

#status {
	width: 100px;
	height:  100px;
	position: absolute;
	/*background-color:var(--primary-color); */
	left: 50%;
	top: 50%;
	background-image: url(../images/al-ula-logo.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:100px;
	margin: -50px 0 0 -50px;
}
 

 

 
/*********************************/

.container {
	width: 1360px;
	margin: 0 auto;
}
.fullheight {
	width: 100%;
	height:100vh;
	overflow:auto;
 
} 
.fullwidth {
	width: 100%;
	display: block;
} 

.img-rounded{
	border-radius: 50%;
	overflow:hidden;
	}
.circle{
	border-radius: 50%;
	}	
 .corner-round{
	overflow:hidden;
	border-radius:12px;
}
/*************HOVER EFFECT*******/

.hover-effect{
	width:100%;
	position:relative;
	overflow:hidden;
	border-radius: 12px;
}

 .hover-effect i{
    width:50px;
    height:50px;
    background-color:var(--white);
	border-radius: 50%;
    color:var(--primary-color);
    position:absolute;
    left:50%;
    top:-100px;
    z-index:1;
    line-height:50px;
    text-align:center;
    margin:0 0 0 -25px;
    -webkit-transition:all 300ms ease-in-out;
    -moz-transition:all 300ms ease-in-out;
    transition:all 300ms ease-in-out;
}
 .hover-effect:hover i{
    top:50%;
    margin:-25px 0 0 -25px;
}

 .hover-effect i:hover{
	background-color:var(--black);
	}
	
	

.hover-effect img {
 	display:block;
  	width:100%;
	-webkit-filter: none;
    filter: none;
 	-webkit-transition: all .5s;
    transition: all .5s;
}
.hover-effect:hover img {
     -webkit-transform: scale(1.09, 1.09);
    transform: scale(1.09, 1.09);
    -webkit-filter: brightness(70%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
	/*-webkit-filter: brightness(70%);*/
	filter: grayscale(60%);
	-webkit-filter: grayscale(60%);
}


/*.hover-effect:after {
  background:#FFF;
  width:0;
  height: 0;
  position: absolute;
  left: 50%;
  bottom: 50%;
  content: '';
  opacity: 0.7;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.hover-effect:hover:after {
	opacity: 0.1;
	width: 100%;
  	height: 100%;
	left: 0;
    bottom: 0;

}
*/

main {
	width: 100%;
	overflow-x:hidden;
	margin:0;
	padding:0;
}
section {
	width: 100%;
	display:block;
	position: relative;
	 
}

.section-spacing{
	 padding:100px 0;
 }
.sticky{
 	position: -webkit-sticky !important;
	position: sticky !important;
	top: 100px;
	width:100%;
 
}

/*********************************************/ 
 

 header{
	 width:100%; 
	 position:absolute;
	 left:0;
	 top:0;
	 padding:10px 0;
	 z-index:5;
	 background-color:rgba(255, 255, 255 ,0.1);
	 border-bottom:1px solid   rgba(255, 255, 255 ,0.2);
	 transition: all 0.4s ease;
	 /*
	 backdrop-filter: sepia(90%); 
	 backdrop-filter: invert(80%);*/
	 backdrop-filter: blur(10px);
}
 header.smaller {
	padding:8px 0;
	position: fixed;
	box-shadow: 0px 10px 20px 0px rgba(123, 123, 123, 0.1); 
}

.header{
    width:100%;
	display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}


 
.logo { 
	padding:0;
	 
}

.logo img {
	width:110px;
	display:block;
}
header.smaller .logo img{
	width:80px;
}
 
 
 .top-contact{
 	position:relative;
	padding:0 0 0 50px;
	line-height:20px;
	font-size:16px;
	font-family:var(--heading-medium);
	
 }
 .call-icon{
 	position:absolute;
	top:0;
	left:0;
	font-size:14px;
	width:40px;
	height:40px;
	line-height:40px;
	background-color:var(--primary-color);
	text-align:center;
	border-radius: 50px; 
	
 }
/***********social ***********/
 
.link {}

.link a {
	color: var(--white)!important;
	font-size: 16px;
	font-weight:normal;
	letter-spacing:normal;
	padding:14px 30px;	 
	font-style: normal;
	display: inline-block;
	position: relative;
	margin:0;
	border-radius: 50px; 
	background-image: linear-gradient(to right, #FF8400 , #FFCC00);
	font-family:var(--heading-medium);
	position:relative;
	transition: all 0.4s ease;
}

 
 
 
 
.link a:hover { 		 
		background-image: linear-gradient(to left, #FF8400 , #FFCC00);
		color:var(--black) !important;
} 


.caps{
	text-transform:uppercase;
}
 
 
.heading{
	font-size:40px;
	line-height:60px;
	font-weight:normal;
	font-family:var(--heading-medium);
}
.subheading, .subtitle {
	font-size: 34px;
	font-weight:normal;
	 
}
 
.subtitle{
	font-size: 24px;
	line-height:34px;
}
.bold, strong{
	font-family:var(--heading-medium);
	 
}

.section-title{
	width: 100%;
    display: flex;
    flex-wrap: wrap; 
	font-size:40px;
	line-height:normal;
	font-weight:normal;
	font-family:var(--heading-medium);
	justify-content: center;
 
}
 .section-title span{
	 position:relative;
	 padding:0 40px;
	 display:inline-flex;
}
 .section-title span:before,  .section-title span:after{
	width:55px;
	height:4px;
	border-bottom:1px solid #FFF4C9;
	border-top:1px solid #FFF4C9;
	position:absolute;
	top:50%;
	left:-40px;
	content:'';
	margin-top:-5px;
}

.section-title span:after{
	left:auto;
	right:-40px;
}


/****************************/
  
.pos-rel{
	position:relative;
}
   
 .vertical-line{
 	position:absolute;
	 left:50%;
	 top:0;
 	background-color:var(--white);
 	width:1px;
 	height:100%;
 }
  
.display-style{ 
	 flex-direction:column;
	 position:relative;
	 border-radius: 12px;
	 padding:30px;
	 background-color:rgba(255, 255, 255 ,0.1);
	 border:1px solid   rgba(255, 255, 255 ,0.2);
	 transition: all 0.4s ease;
}

	
 .display-style h2{
 	font-family:var(--heading-medium);
	font-size:20px;
	line-height:normal;
	margin:0 0 15px 0;
	color:var(--secondary-color);
 
 }
 
 
 .display-style:hover{
	  background-color:rgba(255, 255, 255 ,0.2);
	 }
	 

.over-scale{
	transition: all 0.4s ease;
	}
.over-scale:hover{
	transform: scale(1.03);
	}
 
.shadow{	   
	  box-shadow: 0px 4px 10px 4px rgba(123, 123, 123, 0.1);  
 }
 
 
.iconic{
	width:100%;
	display:block;
	position:relative;
	padding:0 0 15px 120px;
	margin:0 0 15px 0;
	 
}
.iconic:last-child{
	border-bottom:0;
}
.iconic h2{
	font-size: 24px;
	font-weight:var(--font-weight-bold);
	margin:0 0 15px 0;
	line-height:24px;
}
.webicon{	
	display: flex;
	justify-content: center;
	align-items: center;
	position:absolute;
	left:0;
	top:0;	
	width:80px;
	height:80px;
	text-align:center;
	color:var(--white);
	font-size:20px;
	vertical-align:middle;
	margin:0;
 
	/*border-radius:50%;*/
	/*background-image: linear-gradient(to top, var(--primary-color), var(--secondary-color));*/
	 
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.webicon img{
	display:block;
	width:100%;
}
 
.iconic p:last-child{
	margin:0;
	line-height:normal;
}

/****************/
  
 
 .margin-zero{
 	margin:0;
 }
  
/**********************Reviews**********************/

  
	
 
/*********whatsa app*/ 
.float{
	position:fixed;
	width:50px;
	height:50px;
	bottom:80px;
	line-height:50px;
	right:20px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50%;
	text-align:center;
    font-size:30px;
	/*box-shadow: 2px 2px 3px #999;*/
    z-index:4;
}
.float i{
	 -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
 
}
.float:hover i{
	 -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
	transform: rotate(0.12turn);
}
.float:hover{
	color:#FFF;
	 
} 
.float h5 {
    width: 100px;
    top: 8px;
	right:50px;
    background-color:var(--white);
	color:var(--grey-dark);
	 box-shadow: 0px 0px 5px gray;
	line-height:12px;
    border-radius: 5px;
	font-size:12px;
	padding:10px;
	position:absolute;
	z-index:-1;
	margin:0;
	-webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
	opacity:0;
}
.float:hover h5{
	 opacity:9;
	 right:60px;
}

.gallery-grid{
	display: grid;  
    grid-template-columns: repeat(4, 1fr);
	grid-gap:20px;
	}
  
/*************** footer CSS ***************/
 
.footer {
	padding:100px 0 0 0;
	margin:0;
	font-size:16px;
	/*background-image: linear-gradient(to bottom right, rgba(4, 24, 151, 0.6), rgba(0, 0, 0, 0.2));*/
	color:var(--white);
}

.footer-col{
	flex: 0 0 22.11%;
	}
.footer-col h2{
	margin-bottom:40px !important;
}	
 
.footer a {
	color:var(--white);
}
 .footer a:hover  {
	color:var(--secondary-color);
}  
.qr-code{
	width:100%;
}
 .copy{}  
.social {}


.social a  {
	width:36px;
	height:36px;
	line-height:36px;
	border-radius: 50%;
	text-align:center;
	color:var(--white);
	font-size:16px;
	margin:5px; 
	display:inline-block;
	text-align:center;
	border:1px solid rgba(255, 255, 255 ,0.5);
 
	 
}

.social a:hover  {
	color: var(--white);
	background-color:var(--primary-color);
    border:1px solid var(--primary-color);
}
 
.lower-footer{
	border-top:1px solid rgba(255, 255, 255 ,0.2);
	padding:25px 0;
	margin-top:50px;
}

 /**********************/
 
.address-box {
 
 
 
}
  
.add{
	width:100%;
	position:relative;
	padding:0 0 0 60px;
	min-height:30px;
	margin-bottom:20px;
	font-size:16px; 
	vertical-align:top;
	line-height:24px;
	 
}
 .add h2{
 	font-size:16px;
	font-weight:var(--font-weight-bold);
	margin:0 0 10px 0;
	line-height:normal;
 }
.add i{
	width:40px;
	height:40px;
	line-height:40px;
	background-color:rgba(0, 0, 0, 0.2);
	border-radius: 50%;
	color:var(--white);
	font-size:14px;
	margin:0;
	position:absolute;
	left:0;
	top:0;
	text-align:center;
 
	
}
 .google-map{
     overflow: hidden;
     width: 100%;
	 height:450px;
	 margin:0;
	 padding:0;
	 outline:none;
	 border:0;
	 display:block;
}

.ext{
	display:inline-block;
	padding-top:10px;
}
/******************************/

ul.list {
	margin: 0;
	padding: 0;
	margin-bottom: 30px;
}

ul.list li {
	list-style: none;
	padding: 2px 7px 10px 50px;
	line-height: normal;
	position: relative;
	margin:0 0 20px 0;
}

ul.list li:before {
	/*content: "\f111";*/
	content: "\f0a9";
	position: absolute;
	top: 4px;
	left: 0;
	font-family: "FontAwesome";
	color: var(--white);
	font-size: 24px;
}
ul.list li h2, .fleet-syle h2, .footer-col h2{
 	font-family:var(--heading-medium);
	font-size:20px;
	line-height:normal;
	margin:0 0 15px 0;
	color:var(--secondary-color);
 
 }
/**********************/

.fleet-syle{
	padding:20px 0;
}
/******************/

.keywords{
 
}
 .keywords ul{
	width:100%;
    display: flex;
    flex-wrap: wrap;
	margin:0;
	padding:0;
	gap:15px;
	justify-content: center;
	list-style:none;
}
 .keywords ul li{
 	padding:12px 25px;
	margin:0;
	border-radius: 50px;
	font-size:22px;
	/*font-family:var(--heading-medium);*/
	background-color:rgba(255, 255, 255 ,0.1);
	border-left:1px solid   rgba(255, 255, 255 ,0.2);
	border-bottom:1px solid   rgba(255, 255, 255 ,0.2);
	 
 }
 
.clients{  
    display: grid;  
    grid-template-columns: repeat(7, 1fr); 
	 grid-gap:20px;
	 
    }
	
.clients div{	
	border-radius:12px;
	border:1px solid var(--white);
	transition: all 0.4s ease;
}
.clients div:hover{
	background-color:var(--black);
	border:1px solid var(--black);
	transform: scale(1.03);
	}
.clients div img{	
	width:100%;
	display:block;
}

/*****************************/


 
table { 
	min-width:100%;
	width:900px;
	border-collapse: collapse;

	
	}

/* Zebra striping */
tr:nth-of-type(odd) { 
	background: #eee; 
	}

th { 
	background:var(--secondary-color);
	color: var(--white);
	
	}

td, th { 
	padding: 8px 15px !important; 
	border: 1px solid #ccc; 
	text-align: left; 
	font-size: 14px;
	}
 
/************************/
.table-wrap{
	width:100%;
	position:relative;
	display:flex;
	 
} 
/******************************team-style*****************/

 .img-fit{
    width:100%;
    height:100vh;
	/*height: calc(100vh - 110px);*/ 
    background-position:center;
    background-size:cover;
    background-repeat:no-repeat;
	object-fit: contain;
}

.img-fit img {
    width: 100%;
	height: 100%;
	display:block;
    object-fit: cover;
    border: 0;
 }
   
 
 
 
 
 
/*************** bg cover ***************/
.cover {
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
} 
.delivery-van-bg {
	background-image: url(../images/backgrounds/glow-bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.delivery-van{}
 .bg2 {
	background-image: url(../images/backgrounds/bg2.jpg);
	background-attachment:fixed;
	}
 
/*********file chosen style**************/

input.file{
    display: none;
	}
.fa-upload{
	margin:0 15px 0 0;
}
.custom-file-upload {
    border: 0;
    display: inline-block;
    padding: 14px 20px;
    color: #fff;
    cursor: pointer;
    background-color: var(--primary-color);
    /*border-radius: 6px;*/
    border:0;
	border-radius: 6px;
}

.custom-file-upload:hover{
	background-color: var(--secondary-color);
	}
 

/*********check box**************/
.my-checkbox {
  transform: scale(2);
  margin-left:10px;
  display:inline-block;
  border:0;
}
  /* Hide default checkbox */
.custom-checkbox input {
  display: none;
}

/* Create a custom checkbox */
.custom-checkbox .checkmark {
  /*transform: scale(2);*/
  width: 30px;
  height: 30px;
  background-color: transparent;
  border:2px solid #fff;
  border-radius: 5px;
  display: inline-block;
  position: relative;
  margin-left:10px;
  vertical-align: middle;
  cursor: pointer;
  
}

/* Show checkmark when checked */
.custom-checkbox input:checked + .checkmark::after {
  content: "";
  position: absolute;
  left: 10px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid #FFCB00;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* Optional: Hover effect */
.custom-checkbox:hover .checkmark {
  background-color: rgba(0, 128, 0, 0.4); /* Slightly more opaque on hover */
} 


/*******custome select ******/

 .select-box {
     appearance: none;
     -webkit-appearance: none;
     background-image: url(../images/icons/dd-arrow.svg);
     background-repeat: no-repeat;
     background-position: right 15px center;
     background-size: 14px;

 
}
 .form-group {
     position: relative;
     margin-bottom: 10px;
}

.form-control {
     width:100%;
	 height: 60px;
     line-height: 60px;
	 border-radius:7px;
     border: none;
     border:1px solid rgba(255, 255, 255 ,0.3);
	 background-color:rgba(255, 255, 255 ,0.2) !important;
     padding: 0 54px 0 20px;
     font-size: 14px;
	 color:var(--white) !important;
}
 
.form-control option{
	 color:var(--black) !important;
}	
	
 .form-group-select:after {
    /* content: "\f107";
	border-left: 1px solid #ccc;
	font-family: FontAwesome;
	font-size: 12px;
	*/
	 width:20px;
	 height:20px;
	 content:'';
     position: absolute;
     top: 50%;    
     right:20px;
     transform: translateY(-50%);
     background: url(../images/icons/down-arrow.svg) no-repeat center center;
	 background-size:20px;
     z-index: 1;
}
 .form-group-select select {
     -webkit-appearance: none;
     -moz-appearance: none;
     -ms-appearance: none;
     -o-appearance: none;
     appearance: none;
     color: #000;
     cursor: pointer;
     background:transparent;
}
.form-gutter{
	gap:20px 3.5%;
	}
/**********forms**************/
 
 .form-wrap{
	width:60%;
 	padding:50px;
	background-color:rgba(255, 255, 255 ,0.1);
	border:1px solid   rgba(255, 255, 255 ,0.2);
	border-radius:12px;
 }
 .label{
 	display:block;
	padding:0 0 15px 0;
	line-height:normal;
 }
.formstyle{}
 
form {
	margin: 0;
	padding: 0;
}

*:focus {
	outline: none;
}

.fieldset {
	width: 100%;
	border-radius:7px;
	padding:20px 20px;
	font-size: 16px;
	border:1px solid rgba(255, 255, 255 ,0.3);
	background-color:rgba(255, 255, 255 ,0.2);
	color:var(--white);
	display: block;
	margin: 0;
	
}

.sendbutton {
	color: var(--white)!important;
	font-size: 16px;
	font-weight:normal;
	letter-spacing:normal;
	padding:15px 30px;	 
	font-style: normal;
	display: inline-block;
	position: relative;
	margin:0;
	border:0;
	outline:none;
	border-radius: 50px; 
	background-image: linear-gradient(to right, #FF8400 , #FFCC00);
	font-family:var(--heading-medium);
	position:relative;
	transition: all 0.4s ease;
	 
}

.sendbutton:hover {	
	background-image: linear-gradient(to left, #FF8400 , #FFCC00);
}

.sendbutton i, .link a i{
	margin-right:10px;
	font-size:22px;
	color:#DE0000;
	vertical-align:middle;
} 
 

::-webkit-input-placeholder {
	color:var(--body-color);
}

:-moz-placeholder {
	/* Firefox 18- */
	color: var(--body-color);
}

::-moz-placeholder {
	/* Firefox 19+ */
	color: var(--body-color);
}

:-ms-input-placeholder {
	color: var(--body-color);
}
 
.social {
    margin-right: 80px;
}
   
/************************************* 1400px *************************************/

@media only screen and (max-width: 1360px) {
.container {
	width: 100%;
	padding:0 25px;
	}
 
header .container {
	padding:0;
}
.logo { 
	padding:0 20px;	
}

.logo img, header.smaller .logo img {
	width:100px;
	display:block;
}
.top-contact{
	 
	display:none;
 
 }
 
 } 
 
}
/************************************* 1024px *************************************/
@media only screen and (max-width: 1024px) {


 
.heading {
  font-size: 28px;
  line-height: 34px;
} 
 
.subheading {
  font-size: 24px;
  line-height: 28px;
} 

 .section-spacing{
	 padding:40px 0;
 }
 

 
	
 }

/************************************* 980px *************************************/
@media only screen and (max-width: 980px) {
 
 
 
 
}

/************************************* 900px *************************************/
@media only screen and (max-width: 900px) {

.delivery-van{
	width:80%;
	display:block;
}
 
}

/************************************* 767px *************************************/
@media only screen and (max-width: 768px) {
 
 
 header, header.smaller{
	 padding:5px 20px;	 
	 background-image: linear-gradient(to right, #7D0C35 , #331063);
}
  header.smaller {
	position: fixed;
 
}


 .logo img, header.smaller .logo img{ 
	width:60px;
 
}
 

  .vertical-line{
 	display:none;
 }
 
 
.heading{
	font-size:30px;
	line-height:40px;
}

.subheading, .subtitle {
	font-size: 24px;
}

 
.subtitle{
	font-size: 18px;
	line-height:24px;
}
 

.section-title{
	font-size:20px;
}
  .section-title span{
	 padding:0 20px;
 
}
 .section-title span:before{
	width:20px;
	left:-20px;
	margin-top:-2px;
 
}

.section-title span:after{
	width:20px;
	right:-20px;
	margin-top:-2px;
}
.clients{  
    grid-template-columns: repeat(3, 1fr); 
	grid-gap:10px;
}
 .form-wrap{
	width:100%;
 	padding:20px;
 }
 
.keywords ul{
	gap:10px;
 
}
 .keywords ul li{
 	padding:10px 25px;
	font-size:18px;
}
.footer {
	padding:50px 0 0 0;
}
.footer-col {
	flex: 0 0 48%;
}
.footer-col h2{
	margin-bottom:20px !important;
	line-height:normal;
}	
.gallery-grid{
 
    grid-template-columns: repeat(2, 1fr);
	grid-gap:5px;
 
	}
  
 ul.list li h2, .fleet-syle h2, .footer-col h2{
	font-size:16px;
}
.fieldset {
	padding:10px 20px;
}
.form-control {
	 height:40px;
     line-height: 40px;
 
}
}

/************************************* 640px *************************************/
@media only screen and (max-width: 640px) {
 

}

/************************************* 480px *************************************/
@media only screen and (max-width: 480px) {
	  
}

/************************************* 360px *************************************/
@media only screen and (max-width: 360px) {}

/************************************* 320px *************************************/
@media only screen and (max-width: 320px) {}