@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');
 /*  font-family: "Urbanist", sans-serif; */

/*************** DEFAULT CSS ***************/
:root {
	--body-font:"Urbanist", sans-serif;
	--body-color: #000;
	--primary-color: #E33054;
	--secondary-color: #85A640;
	--tertiary-color: #FFC7D4;
	--quaternary-color:#3C4D17;	
	--black: #000;
	--white: #fff;
	--grey: #E3E3E3;	
	--grey-light: #F8F8F8;
	--grey-dark: #6D6D6D;		 	 
	--font-light:300;
	--font-normal:400;
	--font-medium:500;	
	--font-bold:700;
	--font-heavy:800;
	--heading-font:"Urbanist", sans-serif;
	  --dot-color: #000;
     --dot-bg: white;
    --dot-size: 1px;
    --dot-space: 32px;
}

 
body {

	font-family: var(--body-font);
	font-size: 16px;
	font-style: normal;
	line-height: 24px;
	font-optical-sizing: auto;
	/*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); 
	background-attachment:fixed;
	overflow-x: hidden;
	background-image: url(../images/backgrounds/bg.webp);
	background-repeat: no-repeat;
	background-position: center center;
 
}


/* 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;
	transition: all 0.4s ease;
}

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;
	padding: 0;
	line-height:normal;
	 
	/*letter-spacing: -.05em;*/
}

.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;
	transition: all 0.4s ease;

}

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-tertiary-color {
	color: var(--tertiary-color-color) !important;
} 
.text-quaternary {
	color: var(--quaternary-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 top, var(--primary-color), var(--secondary-color));
	color:var(--white)!important;	 
}
.bg-primary {
	background: var(--primary-color);	
	color:var(--white)!important;	  
}
.bg-secondary {
	background: var(--secondary-color);
	color:var(--white)!important;	 
}
.bg-tertiary {
	background: var(--tertiary-color) !important;	
}
.bg-quaternary {
  	background: var(--quaternary-color);
	color:var(--white)!important;	 
}
.bg-grey {
	background: var(--grey); 
}
.bg-grey-light {
	background: var(--grey-light);
 
 }
.bg-black {
	background: var(--black);
}
.bg-white{
	background: var(--white) !important;	 
	}
/*************** 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/kem-logo.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:50%;
	margin: -100px 0 0 -100px;
}

/*************** videowrap***************/
.videowrap {
	width: 100%;
	height:100vh;
	position: relative;
	background-color:var(--black);
	overflow: hidden;
	display: flex;
	display: -ms-flexbox;
    -ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	background-color:#000;
	z-index:-1;
	background-image: url(../images/preloder.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

.videowrap:before {
	content: '';
	position: absolute;
	bottom: 0;
	left:0;
	width: 100%;
	height: 3px;
	background-color: #fff;
	z-index: 2

}
 
 
/*********************************/

.container {
	width: 1280px;
	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: 12px;
	}	
 
/*************HOVER EFFECT*******/

.hover-effect{
	width:100%;
	position:relative;
	overflow:hidden;
	/*border-radius: 12px;*/
}
 .hover-effect .icon {}
 .hover-effect .icon 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;
    transition: all 0.4s ease;
}
 

 

.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%);
    transition: all 0.4s 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;
 	transition: all 0.4s ease;
}

.hover-effect:hover:after {
	opacity: 0.1;
	width: 100%;
  	height: 100%;
	left: 0;
    bottom: 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%; 
}


/*********************************************/ 
 .top-container{
 	background-color:var(--white);
	border-bottom:1px solid var(--grey);
	padding:0;
 }
 .top-inner{
 	width: 100%;
    display: flex;
	line-height:normal;
    flex-wrap: wrap; 
	justify-content: space-between;
	align-content: center;
	color:var(--body-color);
 }


 
.top-left, .top-right{
	display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 0 20px;
}

.inline{
	display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 0 5px;
}
  
.social {
 	padding:0;
	display:flex;
	 
}

.social a , .inline i {
	width:30px;
	height:30px;
	display: flex;
	flex-wrap: wrap; 
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	text-align:center;
	color:var(--white);
	font-size:14px;
	margin:5px; 
	text-align:center;
	background-color:var(--secondary-color);

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

}
.social a i{
	margin:0;
}


/************** header settings **************************/ 
 
 header{
	 width:100%; 
	 position:absolute;
	 left:0;
	 top:0;
	 padding:10px 100px 10px 20px;

	 z-index:5;
	 border-bottom:1px solid rgba(255, 255 ,255, 0.2);
	/* background-color:var(--white);*/
	/* background-image: linear-gradient(to top, rgba(255,255,255,0), rgba(255,255,255,1));*/
	 background-color:rgba(0, 0, 0, 0.1);
	 transition: all 0.4s ease;
	 
}
 header.smaller {
	padding:5px 100px 5px 20px;
	position: fixed;
 	 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;
}
 
.logo { 
	width:120px;
	position:relative;
	transition: all 0.4s ease;
}
.logo img {
	width:100%;
	display:block;
	transition: all 0.4s ease;
}
header.smaller .logo {
	width:100px;
}
header.smaller .logo img{
	filter: brightness(0) invert(1);
	}
.nav-group{
	display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 0 40px;
	}
.contact-bt{
	display: flex;
	gap:0 10px;
	
}
.bt-info{
	
}
.bt-info a{ 
	padding:5px 10px;
	line-height:normal;
	border:1px solid var(--white);
	font-size:12px;
	color:var(--white);
	text-transform:uppercase;
	border-radius: 50px;
	transition: all 0.4s ease;
}
.bt-info a:hover{
	background-color:var(--primary-color);
	border:1px solid var(--primary-color);
	}	
 .bt-info a i{
 	margin-right:5px;
 }
 
/***********links ***********/

.bordered{
	border:1px solid var(--white);
	background-color:transparent !important;
	}
.link, .link-secondary {}

.link a, .link-secondary  a  {
	color:var(--black);
	font-size: 14px; 
	line-height:normal;
	padding: 12px  30px;
	font-style: normal;
	display: inline-block;
	position: relative;
	overflow:hidden;
	margin:0;
	border-radius: 5px;
	/*background-color:var(--primary-color);*/
	border:1px solid var(--grey-dark);
	font-family:var(--font-medium);
	transition: all 0.4s ease;
}
.link i{
	vertical-align:middle;
	margin:-5px 0 0 10px;
}
.link-secondary a {
	background-color:var(--black);
	color:var(--white);
	border:1px solid var(--black);
}

.link a:before{
	width:100%;
	height:0;
	/*border-radius: 50px;*/
	position:absolute;	
	background-color:var(--grey);
	bottom:0;
	left:0;
	content:'';
	z-index:1;
	transition: all 0.4s ease;
	 	
}
.link a:hover{
	border:1px solid var(--grey);
} 
 
.link a:hover:before{
	 height:100%;
}
 .link a span{
 	position:relative;
	z-index:2;
	display:inline-block;
 }
.link-secondary a:hover{
	color:var(--black);
	border:1px solid var(--grey) !important;
	background-color:var(--grey) !important;
}
.caps{
	text-transform:uppercase;
}
 
.heading-font{
 	font-family:var(--heading-font);
 }
 
.heading{
	font-size:50px;
	line-height:60px;
	color:var(--black);
	font-weight:var(--font-bold);
 
 
}
.heading span{ 
	color:var(--primary-color);
	
}
.subheading {
	font-size: 30px;
	line-height:normal;
	color:var(--black);
	font-weight:var(--font-medium);
}
 
.subtitle{
	font-size: 24px;
	line-height:34px;
	font-weight:var(--font-medium);
}
.title{
	font-size: 18px;
	line-height:30px; 
	font-weight:var(--font-medium);
	 
}
.bold, strong{
		font-wigght:var(--font-bold);
}
 
/****************************/
  
.pos-rel{
	position:relative;
	z-index:2;
}
 

/****************SCROLLING TEXT***************/
 
 .scrolling-text-wrap {
  width:100%;
  overflow-x:hidden !important;
  overflow-Y:hidden !important;
  overflow:hidden !important;
 }
 
.scroll {
  white-space: nowrap;
  margin: 0;
}

.scroll div {
  display: flex;
    
}

.scroll h2 {
  font-size: 134px;
  line-height:134px;
  color: var(--quaternary-color);
  font-weight:var(--font-bold);
  margin:0;
}
.scroll h2 span{
	width:6px;
	height:6px;
	background-color:var(--primary-color);
	outline-offset: 4px;
	outline:1px solid var(--primary-color);
	border-radius: 50%;
	display:inline-block;
	position:relative;
	margin:0 25px;
	vertical-align:middle
 
	}
.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%);
  }
}

 
 /**********************news settings **********************/
 
.news-style{ 
     width: 100%;	  
     overflow: hidden;	 
	 position:relative;
	 /*border-radius: 16px;*/	 
	 background-color:var(--white);
	 transition: all 0.4s ease;
}
.news-widget{
  	padding:20px 0;
  	color:var(--body-color);
  }
 .news-widget h2{
  	font-size:22px;
  	line-height:normal;
  } 
.date{
	width: 100%;
    display: flex;
    flex-wrap: wrap; 
	font-size:14px;
	line-height:14px;
	margin:0 0 15px 0;	
	vertical-align:middle;
	justify-content: space-between;
	align-items: center;
}
.date i{
	font-size:14px;
	color:var(--primary-color);
	vertical-align:middle;
	margin:5px;
}
.news-style p:last-child{
  	margin:25px 0 0 0;
  }

/********************services scroller**********************/
   



.iconic{
	width:100%;
	display:block;
	position:relative;
	padding:0 0 40px  100px;
	margin-bottom:25px;
	min-height:100px;
	border-bottom:1px solid var(--grey);
}

.iconic:before{
	width:120px;
 	height:2px;
 	content:'';
 	position:absolute;
 	left:0;
 	bottom:-1px;
 	background-color:var(--primary-color);
	}
	
.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;
	color:var(--primary-color);
}
.webicon{	
	display: flex;
	justify-content: center;
	align-items: center;
	position:absolute;
	left:0;
	top:0;	
	width:70px;
	height:70px;
	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);	 
	transition: all 0.4s ease;
}
.webicon img{
	display:block;
	width:100%;
}
.webicon:hover{
	background-color:var(--primary-color);
}
.iconic p:last-child{
	margin:0;
}
 
 
/**********icon normal*****************/

.theme-style{
	 border:1px solid var(--grey);
	 text-align:center;
	 padding:25px;
	 justify-content: center;
	  flex-direction:column;
}
.theme-style i{		 
	justify-content: center;
	align-items: center;
	width:70px;
	height:70px;
	line-height:70px;
	text-align:center;
	color:var(--white);
	font-size:30px;
	vertical-align:middle;
	margin:0;
 
	/*border-radius:50%;*/
	background-color:var(--secondary-color);	 
	transition: all 0.4s ease;
}
/*************/
 
  .border-bottom{
	 border-bottom:1px solid var(--grey);
	 position:relative;
	 margin-bottom:25px;
	 padding-bottom:30px;
	 }

 .border-bottom:before{
	width:120px;
 	height:2px;
 	content:'';
 	position:absolute;
 	left:0;
 	bottom:-1px;
 	background-color:var(--primary-color);
	}	
 
 /**********why style**********/
 
 .boxy-single{
	background-color:var(--grey-light);
	/*border-radius: 12px;*/
	overflow:hidden;
	padding:40px 25px;
	text-align:center;
}
 
 .boxy-single h2{
 	font-size:20px;
	font-weight:var(--font-bold);
	line-height:20px;
	margin:0 0 10px 0;
 }
 
 .boxy-single p:last-child{
	 margin:0;
 }
 .kem-para{
 	width:100%;
	padding:0 0 25px 0;
	position:relative;
	margin-bottom:25px;
	border-bottom:1px solid var(--grey);
 }
 .kem-para:before{
	width:120px;
 	height:2px;
 	content:'';
 	position:absolute;
 	left:0;
 	bottom:-1px;
 	background-color:var(--primary-color);
	}	
/*********************HOME PAGE SETTINGS*********************/

.rounded-corner-box{
	/*background-color:var(--grey-light);*/
	border-radius: 12px;
	overflow:hidden;
}

.intro-img{
	width:100%;	 
	position:relative;
	/*border-radius: 12px;*/
	overflow:hidden;
}
.intro-img img{
	/*border-radius: 12px;*/
	width:100%;
}
.bottom-align-wrap{	 
	display: flex;
    flex-wrap: wrap;  
	align-items: center;
	position:absolute;
	bottom:20px;
	right:20px;
	/*border-radius: 12px;*/
	overflow:hidden;
}
.exp-label{
	display: flex;
	align-items: center;
	flex-direction:column;	
	background-color:var(--secondary-color);
	padding:25px;
	color:#fff;
	text-align:center;
	font-size:14px;
	line-height:16px;
	letter-spacing:2px;
	text-transform:uppercase;
	transition: all 0.4s ease;
}
.exp-label span{
	font-size:50px;
	padding-bottom:20px;
	font-weight:var(--font-bold);
}
.exp-label:hover, .figcap:hover{
	background-color:#E42E54;
}
.figcap{
	display: flex;
	flex-wrap: wrap; 
	padding:40px 20px;
	color:#fff;
	font-weight:var(--font-bold); 
	font-size:20px;
	line-height:20px;
	text-align:center;
	background-color:var(--black);
	transition: all 0.4s ease;
}
/***********************/

.des-details{
     width: 100%;
	 padding:40px;
	 transition: all 0.4s ease;	 
	 background-color:var(--white);
	
	 }
.des-details h2{
	font-size:24px;
	line-height:28px;
	margin:0 0 15px 0;
	color:var(--secondary-color);
	font-weight:var(--font-bold);
}
.des-details p{
	margin:0 0 10px 0;
}
.des-details p:last-child{
	margin:15px 0 0 0;
	padding:15px 0 0 0;
	border-top:1px solid var(--grey);
}
/********************/
.display-style{ 
     width: 100%;     
	 position:relative;
	 padding:40px;
	 transition: all 0.4s ease;	 
	 background-color:var(--white);
	 box-shadow: 0 10px 31px 0 rgba(7, 152, 255, 0.09);
  	 outline: 1px solid  var(--grey);
     outline-offset: -10px;
	 /*border-radius: 12px;*/
	 
}
 
.display-style:before{
	width:0;
	height:4px;
	position:absolute;
	left:50%;
	bottom:0;
	content:'';
	z-index:1;
	transition: all 0.4s ease;
	background-color:var(--primary-color);
	 
 
}
 .display-style:hover:before{
	left:0;
	 
} 
.shadow{	   
	 box-shadow: 0 10px 31px 0 rgba(7, 152, 255, 0.09);
 }
.theme-icon{
	position:relative;
	width:70px;
	height:70px;
	display: flex;
	justify-content: center;
	align-items: center;
	/*border-radius: 50%;*/
	background-color:var(--primary-color);
	color:var(--white);
	font-size:28px;	 border-radius: 50%;
}
.icon-position{
	position:relative;
	margin-top:-70px;
	margin-bottom:20px;
	text-align:center;
	display: flex;
	justify-content: center;
 
}
.video-style{
	box-shadow: 0 10px 31px 0 rgba(7, 152, 255, 0.09);
	outline: 1px solid rgba(0, 0, 0, 0.1);
    outline-offset:5px;
}
/*******funfacts***********/


.funfacts {
	width:100%;
	position:relative;
	z-index:2;
	border:1px solid var(--black);
	margin:25px 0;
	/*border-radius: 12px;*/
	}
 
 .funfacts ul{
	width:100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	list-style:none;
	margin:0;
	padding:0;
} 

.funfacts ul li{
	width:20%;
	display: flex;
	flex-wrap: wrap;
	list-style:none;
	padding:30px 25px;
	flex-direction:column;
	margin:0;
	position:relative;
	border-right:1px solid var(--black);
	text-align:center;
	justify-content: center;
	color:var(--black);
	transition: all 0.4s ease;
	
} 
.funfacts ul li:hover{
	color:var(--white);
}
 .funfacts ul li:before{
 	width:100%;
 	height:0;
	position:absolute;
	left:0;
	top:auto;
	bottom:0;
	content:'';
	background-color:var(--primary-color);
	transition: all 0.4s ease;
	z-index:-1;
 }
 
 .funfacts ul li:hover:before{
 	height:100%;
	top:0;
	bottom:auto;
 }
.funfacts ul li:last-child{
	border-right:0;
}

.funfacts ul li h2{
	margin:0 0 20px 0;
	padding:0;
	line-height:50px;
	font-size:50px;
	font-weight:var(--font-bold);
 
	/*-webkit-text-fill-color: white; /* Will override color (regardless of order) */
  /*-webkit-text-stroke: 1px black;*/
}
 .funfacts p{
	margin:0;
	font-size:16px;
	 
}

.play-button{
	position:absolute;
	left:50%;
	top:50%;
	z-index:2;
	width:50px;
	height:50px;
	background-color:var(--primary-color);
	color:var(--white);
	margin:-30px 0 0 -30px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size:20px;
}

/****************TESTIMONIALS************************/

.testimoial-style{
	width: 100%;
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
	padding:50px;
	background-color:var(--white);
	/*border-radius:12px;*/
}

.foto{
	width:15%;
}
.foto img{
	width:100%;
	display:block;
	border-radius: 50%;
	
}
.quote{
	width:80%;
}
.quote p:last-child{
	margin:0;
	padding:10px 0 0 0;
	border-top:1px solid var(--grey);
	color:var(--primary-color);
}

/********************END HOME PAGE SETTINGS ********************/
 
 
.m0-p0{
	margin:0 !important;
	padding:0 !important;
}
/*********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;
}

/*****************split backgrounds********************/ 

.split-bg{
	width:50%;
	height:100%;
	position:absolute;
	top:0;
	z-index:-1;
	/*background-repeat: no-repeat;
	background-position: center center;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;*/
}
.pos-left{
 	left:0;
} 
.pos-right{
	right:0;
} 
.dots-pattern{
	width: 30%;
	height:100%;
	position:absolute;
	right:0;
	top:0;
	content:'';
	z-index:-1;
 	background-image: url(../images/texture.png);	
	 
	} 
 /*********YOUTUBE *************/


.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.857143%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

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

.footer a {
	color:var(--white);
}
 .footer a:hover  {
	color:rgba(255, 255, 255, 0.5);
}  
.footer-logo{
	 
}
.footer-logo img{
	width:100px;
	filter: brightness(5000%);
}
.footer h2{
	font-size:18px;
	font-weight:var(--font-bold);
	line-height:normal;
	margin:0 0 20px 0;
	color:var(--secondary-color);
}
.footer ul, .footer ul li{
	margin:0;
	padding:0;
	line-height:normal;
	list-style:none;
}
 .footer ul li a{
 	padding:5px 0;
	display:block;
	line-height:normal;
 }
  .footer ul li a:hover{
 	padding:5px 5px;
}
.lower-footer{
	padding:20px 0;
	margin-top:80px;
	border-top:1px solid rgba(255, 255, 255, 0.2);
}
.copy{}
 /**********************/
 .address-box{
	/*border-bottom:4px solid var(--secondary-color);*/
	text-align:center;
	box-shadow: 0 10px 31px 0 rgba(7, 152, 255, 0.09);
	padding:30px;
	/*border-radius: 12px;*/
}
 
 
 .address-box h2{
 	font-size:20px;
	line-height:24px;
	font-weight:var(--font-bold);
	color:var(--primary-color);
	margin:0;
	line-height:normal;
 }
 .address-box i{
	width:50px;
	height:50px;
	line-height:50px;
	background-color:var(--white);
	border-radius: 50%;
	color:var(--primary-color);
	border:1px solid var(--primary-color);
	font-size:20px;
	margin:0;
	text-align:center;
}

 .add  span{
	 font-size:14px;
 }
 .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(--white);
	}
.add a:hover{
	color:var(--tertiary-color);
	}
/***********************************/


.add-info{
	width:100%;
	position:relative;
	padding:15px 0 15px 50px;
	min-height:30px;
	vertical-align:top;
	line-height:24px;
	font-size:15px;
	border-bottom:1px solid rgba(0, 0, 0, 0.1);
}
 
 .add-info h2{
 	font-size:18px;
	line-height:20px;
	font-weight:normal;
	font-family:var(--heading-font);
	margin:0 0 5px 0;
	line-height:normal;
 }
.add-info i{
	width:35px;
	height:35px;
	line-height:35px;
	background-color:var(--secondary-color);
	border-radius: 50%; 
	color:var(--white);
	font-size:14px;
	margin:0;
	position:absolute;
	left:0;
	top:15px;
	text-align:center;
 
	
}
/******************************/

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;
}

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

.bx-bg{
	width:40%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	background-color: transparent;
    background-image: 
    linear-gradient(0deg, transparent 9%, 
            rgba(255, 255, 255, .2) 10%, rgba(255, 255, 255, .2) 12%, transparent 13%, transparent 29%, 
            rgba(255, 255, 255, .1) 30%, rgba(255, 255, 255, .1) 31%, transparent 32%, transparent 49%, 
            rgba(255, 255, 255, .1) 50%, rgba(255, 255, 255, .1) 51%, transparent 52%, transparent 69%, 
            rgba(255, 255, 255, .1) 70%, rgba(255, 255, 255, .1) 71%, transparent 72%, transparent 89%,
            rgba(255, 255, 255, .1) 90%, rgba(255, 255, 255, .1) 91%, transparent 92%, transparent),
    linear-gradient(90deg, transparent 9%, 
            rgba(255, 255, 255, .2) 10%, rgba(255, 255, 255, .2) 12%, transparent 13%, transparent 29%, 
            rgba(255, 255, 255, .1) 30%, rgba(255, 255, 255, .1) 31%, transparent 32%, transparent 49%, 
            rgba(255, 255, 255, .1) 50%, rgba(255, 255, 255, .1) 51%, transparent 52%, transparent 69%, 
            rgba(255, 255, 255, .1) 70%, rgba(255, 255, 255, .1) 71%, transparent 72%, transparent 89%,
            rgba(255, 255, 255, .1) 90%, rgba(255, 255, 255, .1) 91%, transparent 92%, transparent);
  background-size:50px 50px;
}

/*************** INNER BANNER ***************/
.banner {
	width: 100%;
	height:400px;
	padding-bottom:25px;
	overflow:hidden;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-direction:column;
	position: relative;
 	background-image: url(../images/backgrounds/banner-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;
}
 
.banner h2 {
	color:var(--white);	
	font-weight:var(--font-bold);
	font-size:40px;
	line-height:40px;
	margin:0;
	padding:0;
	position:relative;
	z-index:2;
}
 
 
 /*****************************/

.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: 10px 20px;
	background-color:var(--secondary-color);
	color:var(--white);
	/*border-radius: 50px;*/
}

.breadcrumb li {
    margin: 0;
	font-size:12px;
	line-height:normal;
	text-transform:uppercase;
	color:var(--white);
	 
 } 
    
.breadcrumb li:not(:last-child)::after {
    display: inline-block;
    margin: 0 15px;
    /*content: " → "; */
	 content: " / "; 
	 
}
 .breadcrumb a{
   color:var(--white);
}
 .breadcrumb a:hover{
   color:rgba(255, 255, 255, 0.5);	
 
}
 
 
 
 
 
/*************** 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;
	}
/**********forms**************/
 
 
.side-form{
	padding:20px;
	background-color:var(--grey-light);
}
 .field-gap{
	gap:10px;
	}
	
/****************/	
label{
	font-size:14px;
	color:var(--grey-dark);
	margin:10px 0;
	display:block;
	font-weight:var(--font-bold);
}
.formstyle{}
 
form {
	margin: 0;
	padding: 0;
}

*:focus {
	outline: none;
}

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

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

.sendbutton:hover {	
	background-color:var(--secondary-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);
}
 
/*************** backToTop *************/
 .progress-wrap {
     position: fixed;
     right: 10px;
     bottom: 10px;
     height: 45px;
     width: 45px;
     cursor: pointer;
     display: block;
     border-radius: 50px;
    /* box-shadow: inset 0 0 0 2px rgb(0 0 0 / 100%);
    */
     z-index: 99;
     opacity: 0;
     visibility: hidden;
     transform: translateY(15px);
     -webkit-transition: all 200ms linear;
     transition: all 200ms linear;
}
 .progress-wrap.active-progress {
     opacity: 1;
     visibility: visible;
     transform: translateY(0);
}
 .progress-wrap::after {
     position: absolute;
     content: "\f062";
     font-family: 'Font Awesome 5 Free';
     font-weight: 900;
     text-align: center;
     line-height: 45px;
     font-size: 20px;
     color:var(--primary-color);
     left: 0;
     top: 0;
     height: 45px;
     width: 45px;
     cursor: pointer;
     display: block;
     z-index: 1;
     -webkit-transition: all 200ms linear;
     transition: all 200ms linear;
}
 .progress-wrap svg path {
     fill: none;
}
 .progress-wrap svg.progress-circle path {
     stroke: var(--black);
     stroke-width: 4;
     box-sizing:border-box;
     -webkit-transition: all 200ms linear;
     transition: all 200ms linear;
}


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

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

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


/************** header settings **************************/ 
 
 header,  header.smaller{
	 position:relative;
	 left:auto;
	 top:auto;
	  padding:10px 100px 10px 20px;	  
	 background-color:var(--black);
}
 
.logo, header.smaller .logo { 
	width:90px;
}
.top-container{
	display:none;
}
 
 .section-spacing{
	 padding:50px 0;
 }
 
.link a {
	font-size: 12px; 
	padding: 5px 15px;
	
}

}

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

 

/************************************* 767px *************************************/
@media only screen and (max-width: 768px) {
 
 header,  header.smaller{
	 justify-content: flex-start;
	 flex-direction:column;
	 padding:15px 90px 15px 20px;	  
	 background-color:var(--black);
}
.logo  { 
 
}
.logo img, header.smaller .logo img { 
	width:80px;
}
 .nav-group{
	gap: 0 5px;
	transition: all 0.4s ease;
}
header.smaller  .nav-group{
	/*display:none;*/
} 
 .bt-info a span{
 	display:none !important;
 } 
 .bt-info a i{
 	margin-right:0;
 }  
.heading{
	font-size:30px;
	line-height:34px;
}
 
.subheading {
	font-size: 24px;
	line-height:28px;
}
 
.subtitle{
	font-size: 20px;
	line-height:22px;
 
}
.intro-img{
	overflow:hidden; 
}
.bottom-align-wrap{
	position:relative;
	right:auto;
	bottom:auto;
	width:100%;
	background-color:var(--black);
 
}

.exp-label{	
	padding:15px;
 	font-size:12px;
	line-height:12px;
	letter-spacing:1px;
	width:40%;
	text-align:center;
}

.exp-label span{
	font-size:20px;
	line-height:20px;
	padding-bottom:0;
	font-weight:var(--font-bold);
	 
}
 
.figcap{
	width:60%;
	text-align:center;
	justify-content: center;
	padding:20px 20px;
	font-size:14px;
	line-height:16px;
}

.testimoial-style{
	padding:20px; 
}
 .footer{
 	padding:50px 0 0 0;
 }
.lower-footer{
	padding:15px 0;
	margin-top:30px;
 
}
.copy{
	padding:15px 0;
}
.side-form{
	padding:30px;
	 
}
}

/************************************* 640px *************************************/
@media only screen and (max-width: 640px) {
 
body {
	font-size: 14px;
	line-height:20px;
	}
 
.banner { 
	height:350px;	 
 
}
.banner h2 {
	font-size:20px;
}

.breadcrumb ul {
 
    margin:15px 0 0 0;
    padding: 5px 15px;
 
}

.breadcrumb li {
	font-size:10px;
}
 
 
.scroll h2 {
  font-size:50px;
  line-height: 50px;
   
}
 
.RightToLeft {
  animation: RightToLeft 5s infinite linear;  
}
 
.iconic{
	padding:0 0 25px  70px;	 
}
.iconic:last-child{
	border-bottom:0;
}
.iconic h2{
	font-size: 20px;
	line-height:28px;
}
.webicon{		 
	width:50px;
	height:50px;
	padding:10px;
	 
} 
.display-style{  
	 padding:25px;
	 margin-bottom:25px;
 
}

.funfacts {	 
	border:0;
}
.funfacts ul li{
	width:50%;
	padding:10px 20px;
	border:1px solid var(--grey) !important;	 
	position:relative;
	margin:-1px 0 0 -1px;
}
 
.funfacts ul li:last-child{
	width:100% !important;
}

.funfacts ul li h2{
	line-height:34px;
	font-size:34px;
	margin:0 0 10px 0;
	color:var(--primary-color);
}
 .funfacts p{
	font-size:14px;
	 
}
}

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

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

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