@charset "utf-8";
  

/* font-family: "Libre Baskerville", serif;
 font-family: "Plus Jakarta Sans", sans-serif;*/

/*************** DEFAULT CSS ***************/
:root {
	--body-font:  "Saira", sans-serif;
	--body-color: #000;
	--primary-color: #0658E7;
	--secondary-color: #3094F3;
	--tertiary-color: #FE7C1A;
	--quaternary-color:#E9F0FD;	
	--black: #000;
	--white: #fff;
	--grey: #DCDDDE;	
	--grey-light: #C3C3C3;
	--grey-dark: #6D6D6D;		 	 
	--font-light:300;
	--font-normal:400;
	--font-medium:500;	
	--font-bold:700;
	--font-heavy:800;
 
}

body {

	font-family: var(--body-font);
	font-size: 16px;
	font-style: normal;
	line-height: 24px;
	/*letter-spacing: -.1em;*/
	font-weight: var(--font-normal);
	color: var(--body-color);
	text-decoration: none;
	margin: 0px;
	-webkit-font-smoothing: antialiased;
	padding: 0;
	background: var(--white); 
	overflow-x: hidden;
}


/* 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(--primary-color);
	/* Safari */
	color:var(--white);
}

::-moz-selection {
	background: var(--primary-color);
	/* Firefox */
	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: var(--primary-color);
}

p {
	margin: 0px 0 30px 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(0, 0, 0 ,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-primary {
	color: var(--primary-color) !important;
}
.text-secondary {
	color: var(--primary-color) !important;
} 
.text-center {
	text-align: center;
}
.text-right{
	text-align:right;
}

.text-justify {
	text-align: justify;
}
 
/*-----------background styles------------*/
.corner-round{
	overflow:hidden;
	border-radius:12px;
}
.bg-gradient{
	background-image: linear-gradient(to left, var(--primary-color), var(--secondary-color));
	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);
 
 }

/*************** PRELOADER ***************/

#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color:var(--white);
	z-index: 999999;
}

#status {
	width: 200px;
	height: 200px;
	position: absolute;
	/*background-color:var(--white);*/
	left: 50%;
	top: 50%;
	background-image: url(../images/Al-Wakrah-Logo.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:50%;
	margin: -100px 0 0 -100px;
}

 
/*********************************/

.container {
	width: 1350px;
	margin: 0 auto;
}
.fullheight {
	width: 100%;
	height:100vh;
	overflow:auto;
} 
.fullwidth {
	width: 100%;
	display: block;
} 

.img-rounded{
	border-radius: 50%;
	overflow:hidden;
	}
.corner-radius{
	border-radius: 50%;
	}	
 
/*************HOVER EFFECT*******/

.hover-effect{
	width:100%;
	position:relative;
	overflow:hidden;
	/*border-radius: 12px; */
}

 .hover-effect i{
    width:50px;
    height:50px;
    background-color:var(--primary-color);
	border-radius: 50%;
    color:#fff;
    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(--secondary-color);
	}

.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: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  opacity: 0.5;
  -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%;
	left: auto;
    right: 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%; 
}

.split{
	width:25%;
	height:100%;
	position:absolute;
	z-index:-1;
	top:0;
	right:0;
	background-image: url(../images/icons/line-grey.svg);
	background-repeat: repeat-y;
	background-position: left top;
}

/*********************************************/ 
 

 header{
	 width:100%; 
	 position:absolute;
	 left:0;
	 top:0;
	 padding:0;
	 z-index:5;
	 transition: all 0.4s ease;
}

 header:after,  header:before{
 	width:44%;
	height:1px;
	position:absolute;
	left:0;
	bottom:0;
	content:'';
	background-color:var(--white);
 }

header:before{
	left:auto;
	right:0;
}
 header.smaller:after,  header.smaller:before{
	 display:none;
 }


 header.smaller {
	padding:0;
	position: fixed;
	background-image:none;
	background-color:var(--black);
	/*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;
	padding:20px 0;
}
 
 header.smaller  .header{
 	padding:20px 0;
 }
.logo { 
	width:118px;
	position:absolute;
	left:50%;
	top:20px;
	margin-left:-59px;
	transition: all 0.4s ease;
}
 
.logo img {
	width:100%;
	display:block;
	
}
header.smaller .logo {
	width:50px;
	margin-left:-25px;
	top:15px;
	 
}
  
  
 
 
/***********social ***********/
 
.link {}

.link a {
	
	color:var(--black);
	font-size: 12px;
	text-transform:uppercase;
	padding: 8px 52px  8px 30px;
	font-style: normal;
	display: inline-block;
	position: relative;
	margin:0;
	font-weight:var(--font-bold);
	border:1px solid var(--black);
	
	 
}

.link a:before{
	width:30px;
	height:30px;
	position:absolute;	
	/*border-radius: 50px;*/
	top:5px;
	right:8px;
	content:'';
	z-index:2;
	transform: rotate(0deg); 
	background-image: url(../images/icons/arrow.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:18px;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;	
} 
 
.link a:hover:before{
	transform: rotate(45deg);
	 
}
 
.link a:hover { 		 
		background-color:var(--primary-color);
		color:var(--white);
		border:1px solid var(--primary-color);
} 


.caps{
	text-transform:uppercase;
}
 
 
.heading{
	font-size:60px;
	line-height:60px;
	font-style:italic;
}
.heading span{ 
	color:var(--primary-color);
	
}
.subheading {
	font-size: 30px;
	line-height:normal;
}
 
.subtitle{
	font-size: 22px;
 
}
.bold, strong{
	font-weight:var(--font-bold);
}
.heavy{
	font-weight:var(--font-heavy);
}
.section-title{
	text-transform:uppercase;
	font-size:18px;
	line-height:normal;
	letter-spacing:2px;
	color:var(--black);
	position:relative;
	margin-bottom:20px;
	 
}
 
/****************************/
  
.pos-rel{
	position:relative;
}
   
 
  

/****************SCROLLING TEXT***************/
 
 .scrolling-text-wrap {
  width:100%;
  overflow-x:hidden !important;
  overflow-Y:hidden !important;
  overflow:hidden !important;
  background-image: linear-gradient(to left, var(--primary-color), var(--secondary-color), var(--primary-color));
  color:var(--white);
  padding:20px 0;
  text-transform:uppercase; 
 }
 
.scroll {
  white-space: nowrap;
  margin: 0;
}

.scroll div {
  display: flex;
    
}

.scroll h2 {
  font-size: 32px;
  line-height:32px; 
  font-weight:var(--font-bold);
  margin:0;
}
.scroll h2 span{
	display:inline-block;
	position:relative;
	margin:0 25px;
	vertical-align:middle;
	font-weight:var(--font-light);
 
	}
.RightToLeft {
  animation: RightToLeft 20s infinite linear;
}

/***********/
 
/*********/
@keyframes  RightToLeft {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-50%);
  }
}

.LeftToRight {
  animation: LeftToRight 20s infinite linear;
}

@keyframes  LeftToRight {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0%);
  }
}

/**************************************/
.hero-section{
	width:100%;
	height:100vh;
	display: flex;
    flex-wrap: wrap;
	justify-content: center;
	align-items: center;		 
	background-image:url(../images/homeslider/1.webp);
	background-repeat: no-repeat;
	background-position: center  center;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	text-align:center;
	 
	
	 
}
.hero-section h2 {
  font-size: 60px;
  line-height:60px;
  font-weight:var(--font-heavy);
  color: #fff;
  text-transform:uppercase;
  font-style:italic;
  /* margin-left:80px; */
}
.hero-section h2 span{
	font-weight:var(--font-medium);
}

/*******intro***********/

.intro{
	position:relative;
}
.intro img{
	width:100%;
	display:block;
}

.intro-bg{
	width:50%;
	height:100%;
	position:absolute;
	right:0;
	top:0;
	z-index:-1;
	background-image:url(../images/backgrounds/intro-bg.jpg);
	background-repeat: no-repeat;
	background-position: center  center;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	 
}
.boat{
	animation: MoveUpDown 4s linear infinite;
}
	
@keyframes MoveUpDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}
@keyframes MoveUpDown2 {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-20px);
  }
} 

/*******products graphic***********/
.mobile{
	display:none !important;
}

.graphic-info{
	background-color:var(--tertiary-color);
	color:var(--white);
	position:relative;
}

.graphic-info:after{	 
	position:absolute;
	top:0;
	right:0;
	content:'';
	width:50%;
	height:100%;
	background-image:url(../images/backgrounds/products-info-bg.jpg);
	background-repeat: no-repeat;
	background-position: center  center;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	 
}

.graphic-info ul{
	 margin:0 0 25px 0;
	 padding:0;
	 list-style:none;
}

.graphic-info ul li{
	margin:0;
	padding:5px 25px;
	list-style:none;
	font-size:18px;
	font-weight:var(--font-bold);
	line-height:18px;
	text-transform:uppercase;
	 font-weight:var(--font-bold);
	background-image: url(../images/icons/bullet-white.svg);
	background-position: left center;
	background-repeat: no-repeat;
}

.graphic-info .link a{
	border:1px solid var(--white);
	color:var(--white);
}
.graphic-info .link a:hover{
	border:1px solid var(--primary-color);
 
}
.graphic-info .link a:before{
	background-image: url(../images/icons/arrow-white.svg);
}
 
 .graphic-info-content{
 	padding:150px 100px;
 }
 
 


/*******funfacts***********/


.funfacts {
	width:100%;
	position:relative;	 
}
 
 .funfacts ul{
	width:100%;
	display: flex;
	flex-wrap: wrap;
	list-style:none;
	margin:0;
	padding:0;
} 

.funfacts ul li{
	width:33.33333333333333%;
	display: flex;
	flex-wrap: wrap;
	list-style:none;
	padding:0 20px;
	flex-direction:column;
	text-transform:uppercase;
	margin:0;
	position:relative;
	border-left:1px solid var(--grey-light);
	text-align:center;
	justify-content: center;
} 
.funfacts ul li:before{
	width:3px;
	left:-3px;
	top:0;
	height:40px;
	content:'';
	background-color:var(--tertiary-color);
	position:absolute;
} 
.funfacts ul li:last-child{
	border-right:0;
}

.funfacts ul li h2{
	margin:0;
	padding:0;
	line-height:120px;
	font-size:120px;
	font-weight:var(--font-heavy);
	color:var(--primary-color);
	font-style:italic;
}
 .funfacts p{
	margin:0;
	font-size:12px;
	line-height:12px;
	text-transform:uppercase;
	color:var(--tertiary-color);
	font-weight:var(--font-bold);
	 
}
 
   
 .rotating-circle{
	width:145px;
	height:145px;
	display:inline-block;
	position:relative;
	z-index:2;
	border-radius:50%;
 
}
.rotating-circle:after {
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	content:'';
	background-image:url(../images/rotation-text.svg);
	background-repeat: no-repeat;
	background-position: center  center;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-webkit-animation: rotation 20s infinite linear;

}
.rotating-circle:before{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	content:'';
	z-index:6;
	background-image:url(../images/1958.svg);
	background-repeat: no-repeat;
	background-position: center  center;
	border-radius:50%;
	/*-webkit-animation: rotation2 20s infinite linear;*/
	background-size:90%;
}
@-webkit-keyframes rotation {
		from {
				-webkit-transform: rotate(0deg);
		}
		to {
				-webkit-transform: rotate(359deg);
		}
}

@-webkit-keyframes rotation2 {
		from {
				-webkit-transform: rotate(0deg);
		}
		to {
				-webkit-transform: rotate(-359deg);
		}
}

 
  
 /**********************news**********************/

 .news-row{
    background-color:var(--primary-color);
	background-image: url(../images/icons/line.svg);
	background-repeat: repeat-y;
	background-position: 58% top;
	padding:80px 0;
	position:relative;
   }
 .news-row:before,  .news-row:after{
 	width:50%;
	height:80px;
	position:absolute;
	left:0;
	bottom:0;
	content:'';
	z-index:1;
	background-color:var(--white);
 }
 .news-row:after{
 	left:auto;
	bottom:auto;
	right:0;
	top:0;
	width:50%;
 }
 .news-container{
    background-color:var( --quaternary-color);
	padding:80px 60px;
	position:relative;
	z-index:2;
}
 
.news-head{
  width:30%;
}

.news-widget{
  padding:0 30px;
  color:var(--black);
  border-left:1px solid var(--black);
  width:30%;
}

  
 .news-widget h2{
  font-size:18px;
  line-height:normal;
  text-transform:uppercase;
  font-weight:var(--font-bold);
 
  } 
.date{
	font-size:14px;
	line-height:14px;
	text-transform:uppercase;
	font-weight:var(--font-bold);
	margin:0 0 15px 0;	
	vertical-align:middle;
	color:var(--tertiary-color);
}
.date i{
	font-size:16px;
	color:var(--tertiary-color);
	vertical-align:middle;
	margin:-5px 10px 0 0;
	 
}
  .news-style p:last-child{
  	margin:25px 0 0 0;
  }
  /********************services scroller**********************/
 .outer-wrap{
 	width:100%;
	overflow:hidden !important;
	 
	}
.display-style{ 
     /*width: 100%;
	 aspect-ratio: 1.3 / 1;*/
	 position:relative;
	 z-index:2;
	 transition: all 0.4s ease;
}
.display-style:before{
	width:0;
	height:2px;
	position:absolute;
	left:0;
	bottom:0;
	content:'';
	background-color:var(--tertiary-color);
	transition: all 0.4s ease;
}
.display-style:hover:before{
	width:100%;
}
.display-style h2{
	margin:0;
	padding:20px 30px;
	font-size:18px;
	font-weight:var(--font-bold);
	color:var(--black);
	text-transform:uppercase;
	background-image:url(../images/icons/bullet.svg);
	background-repeat: no-repeat;
	background-position: left center;
}
.item-margin{
	margin-top:120px
}  
.shadow{	   
	  box-shadow: 0px 4px 10px 4px rgba(123, 123, 123, 0.1);  
 }
 
 
.iconic{
	width:100%;
	display:block;
	position:relative;
	padding:0 20px 0 120px;
	min-height:100px;
}
.iconic:last-child{
	border-bottom:0;
}
.iconic h2{
	font-size: 24px;
	font-family:var(--heading-font-medium);
	margin:0 0 15px 0;
	line-height:30px;
}
.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:30px;
	vertical-align:middle;
	margin:0;
	padding:15px;
	border-radius:50%;
	/*background-image: linear-gradient(to top, var(--primary-color), var(--secondary-color));*/
	background-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%;
}
.webicon:hover{
	background-color:var(--primary-color);
}
.iconic p:last-child{
	margin:0;
}

 
 /**********************Reviews**********************/
 
 
.m0-p0{
	margin:0 !important;
	padding:0 !important;
	color:#fff;
	}
/*********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;
}
 
  


/*************** footer CSS ***************/
 
.footer {
	padding:80px 0 0 0;
	margin:0;
	font-size:16px;	 
	color:var(--black);
}

.footer a {
	color:var(--black);
}
 .footer a:hover  {
	color:var(--primary-color);
}  

.footer-left{
	width:50%;
}
.footer-left h3, .footer-left h2{
	font-size:26px;	
	font-style:italic;
	 font-weight:var(--font-medium);
	 line-height:30px;
	 
	 margin:0 0 20px 0;
}
.footer-left h2{
	font-size:34px;
	font-weight:var(--font-bold);
	line-height:34px;
	 
}
.footer-right{
	width:25%;
	display: flex;
	flex-wrap: wrap;
	 
}
.footer-col{
	width:50%;
}
.footer-right ul, .footer-right ul li{
	margin:0;
	padding:0;
	list-style:none;
}
 
.footer-right ul li a{
	padding:3px 0;
	line-height:normal;
	color:var(--black);
	display:block;
}
.footer-right ul li a:hover{
	padding:3px 8px;
	color:var(--primary-color);
}
 .footer-logo{
 	
 }
 .footer-info{
	 width:70%;
 	 
 } 
 .footer-logo img{
 	width:118px;
	display:block;
 }  
.lower-footer{
	border-top:1px solid var(--black);
	padding:30px 0 ;
	margin-top:50px;
 
	}
	
.copy{}
.copy p{
	margin:0;
} 
.social {
 	 
	display:flex;
	vertical-align:middle;
 
}
.social a  {
	width:50px;
	height:50px;
	line-height:50px;
	border-radius: 50%;
	text-align:center;
	color:var(--black);
	font-size:22px;
	margin:5px; 
	display:inline-block;
	text-align:center;


}
.social a:hover  {
	color:var(--white);
	background-color:var(--primary-color);

}
 
 
 /*******categories grid***********/
 
.brands-listing{
 
	} 
.brands-listing ul{ 
	flex: 0 0 100%;
	display:flex;
    flex-wrap: wrap; 
	list-style:none;
	margin:0;
	padding:0;
	gap:25px;
	justify-content: center;
	}
	
.brands-listing ul li{ 
	  display:flex;
      width:200px;
	  list-style:none;
	  margin:0;
	  padding:0;
	  border-radius: 12px;
	  overflow:hidden;
	  box-shadow: 0px 4px 10px 4px rgba(123, 123, 123, 0.1);
	  -webkit-transition: all 300ms ease-in-out;
      -moz-transition: all 300ms ease-in-out;
      transition: all 300ms ease-in-out;  
	}
	
.brands-listing ul li img{   
	width:100%;	 
	display:block; 	 
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
  }
 
.brands-listing ul li:hover img{
	filter: grayscale(100%);
  }
  
 /**********************/
 .address-box{
	padding:30px;
	box-shadow: 0px 10px 20px 0px rgba(123, 123, 123, 0.1); 
}

.add{
	width:100%;
	position:relative;
	padding:0 0 0 60px;
	min-height:30px;
	margin-bottom:20px;
	vertical-align:top;
}

 .add h2{
 	font-size:16px;
	line-height:20px;
	font-weight:var(--font-bold);
	color:var(--primary-color);
	margin:0;
	line-height:normal;
 }
.add i{
	width:35px;
	height:35px;
	line-height:35px;
	background-color:var(--white);
	box-shadow: 0px 10px 20px 0px rgba(123, 123, 123, 0.1); 	 
	color:var(--tertiary-color);
	font-size:14px;
	margin:0;
	position:absolute;
	left:0;
	top:0;
	text-align:center;
	 border-radius: 50%;
 
	
}
 .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;
}
.add a{
	color:var(--black);
	}
.add a:hover{
	color:var(--primary-color);
	}
	
/************/

.listing{
	margin:0;
	padding:0;
	list-style:none;
}
.listing li{
	margin:0;	
	list-style:none;
	line-height:16px;
	 
}
.listing li span{
	padding:10px 0;
	display:inline-block;
	border-bottom:1px solid var(--tertiary-color);
}
/******************************/

ul.list {
	margin: 0;
	padding: 0;
	margin-bottom: 30px;
}

ul.list li {
	list-style: none;
	padding: 2px 7px 10px 30px;
	line-height: normal;
	position: relative;
}

ul.list li:before {
	/*content: "\f111";*/
	content: "\f138";
	position: absolute;
	top: 4px;
	left: 0;
	font-family: "FontAwesome";
	color: var(--primary-color);
	font-size: 16px;
}

/*****************************/

/*************mission vison****************/
.mission-vision {
    padding: 30px 25px;
    border-radius: 15px;
    background-color: var(--white);
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

/*****************************/
  /************************/
.table-wrap{
	width:100%;
	position:relative;
	display:flex;
	overflow-x:scroll;
} 
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;
	}
 

/******************************team-style*****************/

 
 

/*************** INNER BANNER ***************/
.banner { 
	width: 100%;
	height:50vh;
	padding-bottom:25px;
	overflow:hidden;	 
	display: flex;
	flex-direction:column;
	position: relative;
	/*align-items: center;*/
	justify-content: flex-end;
	background-repeat: no-repeat;
	background-position: center center;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-image: url(../images/backgrounds/banner.jpg); 
}
.banner:after{
	width: 100%;
	height:50%;
	position:absolute;
	left:0;
	top:0;
	content:'';
	z-index:1;
	background-image: linear-gradient(to top, rgba(0,0,0,0), rgba(0,0,0,1));
	opacity:0.5;
}
.banner h2 {
	color:var(--white);	
	font-weight:var(--font-bold);
	font-style:italic;
	font-size:40px;
	line-height:40px;
	margin:0;
	padding:0;
	position:relative;
	z-index:2;
}
/*************************banners ***************/
.services{
	background-image: url(../images/backgrounds/services.jpg);
}
 /*****************************/

.breadcrumb {   
    display: flex;
	color:var(--grey-dark);
	margin:0;
	position:relative;
	z-index:2;
}
 
.breadcrumb ul {     
	display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 20px 0 0 0;
    padding: 5px 20px;
	background-color:var(--white);
}
.breadcrumb li {
    margin: 0;
	font-size:12px;
	text-transform:uppercase;
	color:var(--grey-dark);
	font-weight:var(--font-bold);
 
	 
}    
.breadcrumb li:not(:last-child)::after {
    display: inline-block;
    margin: 0 15px;
    /*content: " → "; */
	 content: " / "; 
	 
}
 .breadcrumb a{
   color:var(--grey-dark);	
}
 .breadcrumb a:hover{
   color:var(--secondary-color);	
 
}
 

 
 
 
/*************** JARALLAX ***************/
.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;
}
  

/*********/

 	

 .bg1 {
	background-image: url(../images/backgrounds/bg1.jpg);
	background-attachment:fixed;
	}
 
/*********file chosen style**************/

  

/*********call back rquest**************/
.call-back-holder{
	width:100%;
	display:flex;
	padding-bottom:10px;
	gap:0 10px;
	border-bottom:1px solid rgba(255, 255, 255, 0.2);
}

/**********forms**************/
 
 

.formstyle{}
 
form {
	margin: 0;
	padding: 0;
}

*:focus {
	outline: none;
}

.fieldset {
	width: 100%;
	padding:20px 20px;
	border:1px solid var(--grey);
	background-color:var(--white);
	color:var(--black);
	display: block;
	margin: 0;
	font-size: 16px;
 
}

.sendbutton {
	color: var(--white);
	font-size: 30px;
	font-weight:var(--font-bold);
	background-color:var(--tertiary-color);
	border:0;
	padding: 20px 30px;
	font-style: normal;
	display: inline-block;
	position: relative;
	margin:0;
	 
}

.sendbutton:hover {	
	background-color:var(--primary-color);
 
}

 
 

::-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);
}
 
 /*********/
 
 
 
 


 
/************************************* 1400px *************************************/

@media only screen and (max-width: 1350px) {
.container {
	width: 100%;
	padding:0 25px;
	}
 

  header,  header.smaller{
	 width:100%; 
	 position:relative;
	 left:auto;
	 top:auto;
	 background-color:var(--primary-color);
	 
}
 

.header,  header.smaller  .header{     
	padding:10px 0;
}
  header:after,  header:before{
	 display:none;
 }
.logo { 
	width:50px;
	position:relative;
	left:auto;
	top:auto;
	margin-left:0;
}
 
header.smaller .logo {
	width:100px;
	margin-left:0;
	top:auto;	 
}

.graphic-info-content{
 	padding:50px;
 }
 
 .news-head{
  width:100%;
  margin-bottom:50px;
}

.news-widget{   
  width:50%;
} 
}
/************************************* 1024px *************************************/
@media only screen and (max-width: 1024px) {

 
 .section-spacing{
	 padding:40px 0;
 }
 
.funfacts ul li{
	padding:0 15px; 
} 
 
.funfacts ul li h2{
	line-height:50px;
	font-size:50px;
}
 


}

/************************************* 980px *************************************/
@media only screen and (max-width: 980px) {
 
 
 
 
}

/************************************* 900px *************************************/
@media only screen and (max-width: 900px) {

 
}

/************************************* 767px *************************************/
@media only screen and (max-width: 768px) {
 
 .hero-section{
 	height: 300px;
 }
.hero-section h2 {
  font-size: 24px;
  line-height: 28px;
 
 
}
}

/************************************* 640px *************************************/
@media only screen and (max-width: 640px) {
 
body {
	font-size: 16px;
	line-height:24px;
	}
 
.banner { 
	height:200px;	 

}
.banner h2 {
	font-size:20px;
	 
}
  
.scroll h2 {
  font-size:24px;
  line-height: 24px;
   
}
 
.RightToLeft {
  animation: RightToLeft 5s infinite linear;  
}
 
.iconic{
	padding:0 0 0 70px;	 
}
.iconic:last-child{
	border-bottom:0;
}
.iconic h2{
	font-size: 20px;
	line-height:28px;
}
.webicon{		 
	width:50px;
	height:50px;
	padding:10px;
} 
.heading{
	font-size:25px;
	line-height:30px;
}
.funfacts {
	margin-top:20px;
}
 .funfacts ul li{
	padding:20px 20px;
	 
} 
 
.funfacts ul li h2{
	line-height:20px;
	font-size:20px;
}
 

.intro{
	 
	background-image:url(../images/backgrounds/intro-bg.jpg);
	background-repeat: no-repeat;
	background-position: center  center;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	 
}
.intro-bg{
	display:none;
}
.item-margin{
	margin-top:0;
} 
.graphic-info-content{
 	padding:30px;
 }
 .graphic-info:after{
	 display:none; 
}
.mobile{
	display:block !important;
}
.news-container{
	padding:50px 30px;
}
 .news-head{
  width:100%;
  margin-bottom:25px;
}

.news-widget{
  padding:20px 0; 
  border-left:0;
  border-bottom:1px solid var(--black);
  width:100%;
}
 .news-row:before,  .news-row:after{
 	display:none;
 }
 
.footer{
  padding:40px 0 0 0;
  } 
  
 .footer-left, .footer-right{
	width:100%;
}
 .footer-left{
 border-bottom:1px solid var(--black);
 margin-bottom:25px;
 
 }
.footer-left h3{
	font-size:20px;	
	line-height:24px;
	margin:0  0 15px 0;
}
.footer-left h2{
	font-size:20px;
	line-height:20px;
	 
}
 
 
 
 .footer-info{
	 width:70%;
 	 
 } 
 .footer-logo img{
 	width:80px;
 
 }  
.lower-footer{
	padding:0 0 20px 0 ;
	margin-top:30px;
 
	}
	
 
 
}

/************************************* 480px *************************************/
@media only screen and (max-width: 480px) {
	 
 
}

/************************************* 360px *************************************/
@media only screen and (max-width: 360px) {}

/************************************* 320px *************************************/
@media only screen and (max-width: 320px) {}