* {
	margin: 0;
	padding: 0;
}

html {
	overflow-x: hidden;
	overflow-wrap: normal;
}

.btn {
	color: #fff;
	background-color: #839623;
	font-family: 'Exo', sans-serif;
	padding: 10px 15px 10px 15px;
	border-radius: 0px;
}

h1 {
	font-size: 56px;
	font-weight: 800;
	font-family: 'Exo', sans-serif;
}

h2 {
	font-size: 44px;
	font-weight: 800;
	font-family: 'Exo', sans-serif;
}

h3 {
	font-size: 32px;
	font-weight: 600;
	font-family: 'Exo', sans-serif;
}

h4 {
	font-size: 24px;
	font-weight: 400;
	font-family: 'Exo', sans-serif;
}

h5 {
	font-size: 18px;
	font-weight: 300;
	font-family: 'Exo', sans-serif;
}

h6 {
	font-size: 16px;
	font-weight: 300;
	font-family: 'Exo', sans-serif;
}

p {
	font-size: 18px;
	font-family: 'Exo', sans-serif;
}

a {
	font-size: 16px;
	font-family: 'Exo', sans-serif;
	color: #264e8c;
	text-decoration: none;
}

.container {
	max-width: 1366px;
	padding-left: 37.5px;
	padding-right: 37.5px;
}

.container-fluid {
	padding: 0px;
}

.row{

  --bs-gutter-x:0;

}


.navbar .nav-item a:active{

	color: #fff;
	background-color: #264e8c;

}

.navbar ul {
  /* display: inline; */
	list-style-type: none;
	margin: 0;
}

.navbar ul li {
	display: inline-flex;
	padding-left: 8px;
	padding-right: 8px;
	font-size: 18px;
}

.navbar img {
	width: 300px;
}

.menu {
	margin-top:20px ;
	color: #000000;
	width: 700px;
	align-items: left;
	padding-right:20px;
}

.menu ul li a {
	color: black;
	padding: 8px;
	font-size: 15px;
}

.menu ul li a:hover {
	color: #fff;
	background-color: #264e8c;
}
a:is(:link, :active, :visited).active{
	color:white;
	background-color: #264e8c;
}
.navbar .fa {
	color: #264e8c;
}

.menu ul li a .dropdown-menu{
    color: black;
	padding:20px !important;
    
}
ul.dropdown-menu.show
{
	position: absolute;
    inset: 0px auto auto 0px;
    margin: 0px;
    /* padding: 10px 80px 10px 80px !important; */
    border-radius: inherit !important;
    transform: translate3d(0px, 42px, 0px);
	background-color: hsl(0, 0%, 95%) !important;
	opacity: 0.7;
}

/* MENU STYLES */
.menu-wrap {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 3;
}

.menu-wrap .toggler {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	cursor: pointer;
	width: 50px;
	height: 50px;
	opacity: 0;
}

.menu-wrap .hamburger {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	width: 60px;
	height: 60px;
	padding: 1rem;
	background: #f2f2f2;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* Hamburger Line */
.menu-wrap .hamburger > div {
	position: relative;
	flex: none;
	width: 100%;
	height: 2px;
	background: #264e8c;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.4s ease;
}

/* Hamburger Lines - Top & Bottom */
.menu-wrap .hamburger > div::before,
.menu-wrap .hamburger > div::after {
	content: '';
	position: absolute;
	z-index: 1;
	top: -10px;
	width: 100%;
	height: 2px;
	background: inherit;
}

/* Moves Line Down */
.menu-wrap .hamburger > div::after {
	top: 10px;
}

/* Toggler Animation */
.menu-wrap .toggler:checked + .hamburger > div {
	transform: rotate(135deg);
}

/* Turns Lines Into X */
.menu-wrap .toggler:checked + .hamburger > div:before,
.menu-wrap .toggler:checked + .hamburger > div:after {
	top: 0;
	transform: rotate(90deg);
}

/* Rotate On Hover When Checked */
.menu-wrap .toggler:checked:hover + .hamburger > div {
	transform: rotate(225deg);
}

/* Show Menu */
.menu-wrap .toggler:checked ~ .menu {
	visibility: visible;
}

.menu-wrap .toggler:checked ~ .menu > div {
	transform: scale(1);
	transition-duration: 1s;
}

.menu-wrap .toggler:checked ~ .menu > div > div {
	opacity: 1;
	transition: opacity 0.4s ease 0.4s;
}

.menu-wrap .menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	visibility: hidden;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.menu-wrap .menu > div {
	background: #264e8c;

	width: 200vw;
	height: 200vw;
	display: flex;
	flex: none;
	align-items: center;
	justify-content: center;
	transform: scale(0);
	transition: all 0.4s ease;
}

.menu-wrap .menu > div > div {
	text-align: center;
	max-width: 90vw;
	max-height: 100vh;
	opacity: 0;
	transition: opacity 0.4s ease;
}

.menu-wrap .menu > div > div > ul > li {
	list-style: none;
	color: #fff;
	font-size: 1.5rem;
	padding: 1rem;
}

.menu-wrap .menu > div > div > ul > li > a {
	color: inherit;
	text-decoration: none;
	transition: color 0.4s ease;
}

.menu-wrap .menu > div > div > ul > li > a::before {

	height: 1px;
	background-color: #839623;
	position: absolute;
    top: 18px;
    left: -10px;
    right: -10px;
    transition: transform 500ms ease;
    transform: scale(0, 1);
    transform-origin: left center;
    z-index: 1;
}






/* end of burgermenu */
/* Slider Options */

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 30%;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
	background: rgba(21, 21, 21, 0.5);
	backdrop-filter: blur(3px);
}

.carousel-caption h5{
	font-size: 45px;
	font-weight: 400;
	font-family: 'Exo', sans-serif;
	line-height: 70px;
	
}



/* Banner Video */
.video video {
	width: 100%;
	height: 500px;
	aspect-ratio: 16/9;
	object-fit: cover;
	object-position: center;
}

.banner {
	background-color: #fff;
}

.banner h5{
	font-size: 40px;
	font-weight: 300;
	color:#fff;
	margin-bottom: 170px;
	line-height: 50px;
	
	
}

.event
{
	background-color: #fff;
	align-items: center;
}
.event img
{
	
	width: 70%;
}




/* Heading */

.hcontent {
	padding: 5% 0 5% 0;
}

.hcontent h1 {
	text-align: center;
}

.hcontent h1 span {
	color: rgb(253, 1, 1);
}

.hcontent h3 {
	text-align: center;
	font-weight: 300;
	line-height: 56px;
}

.hcontent button {
  /* padding: 6px 24px; */
	background-color: rgb(253, 1, 1);
	border-radius: 0px;
	font-size: 40px;
	font-weight: 600;
	color: #fff;
	align-items: center;
}

.hcontent button:hover {
	background-color: rgb(255, 255, 255);
	border: 2px solid rgb(253, 1, 1) !important;
	color: rgb(0, 0, 0);
	transition: ease-in 0.4s;
}

.key {
	background-color: #f2f2f2;
	
}

.key h3 {
	margin-top: 50px;
	text-align: center;
	margin-bottom: 50px;
	font-size: 25px;
	padding:30px;
	
}

/* .key .col-lg-4 {
	flex: 0 0 auto;
	width: 32%;
	margin: 0 .65%;
} */

.square {
	margin-top: 30px;
	background-color: #fff;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 4px 14px 0 rgba(0, 0, 0, 0.19);
}

.square img {
	position: relative;
	top: 7%;
	left: 45%;
	width: 40px;
	height: auto;
}

.square h5 {
	margin-top: 40px;
	text-align: center;
	font-weight: 500;
	color:#839623;
}

.square p {
	font-size: 16px;
	padding: 20px 30px 40px 30px;
	text-align: center;
}

.margintop {
	margin-top: 22px;
}

.expertise {
	background-color: #f2f2f2;
}

.expertise h3 {
	margin-top: 80px;
	text-align: center;
	margin-bottom: 50px;
	font-size: 25px;
}

.green {
	background-color: #839623;
	height: auto;
	padding: 4%;
}

.green h4 {
	color: #fff;
	font-weight: 500;
	font-size: 20px;
	padding: 10px 0 10px 0;
}

.green p {
	color: #fff;
	font-size: 16px;
}

.green img {
	width: 100%;
	height: auto;
	aspect-ratio: 1/1;
	object-fit: cover;
	object-position: center;
	padding: 0px;
}

.expertise .col-lg-6 img {
	width: 100%;
	height: 100%;
	aspect-ratio: 16/9;
	object-fit: cover;
	object-position: center;
	padding: 0px;
}

.btn {
	background-color: #839623 !important;
}

.btn btn-success {
	font-size: 14px !important;

}

.bubbly-button {
	
	display: inline-block;
	font-size: 0.5em;
	
	margin-top: 50px;
	margin-bottom: 60px;
	-webkit-appearance: none;
	appearance: none;
	color: #839623 !important;
	border: none;
	cursor: pointer;
	position: relative;
	transition: ease-in 0.1s, box-shadow ease-in 0.25s;
	background-color: #fff;
	font-weight: 500;
}

.bubbly-button:focus {
	outline: 0;
}

.bubbly-button:before, .bubbly-button:after {
	position: absolute;
	content: "";
	display: block;
	width: 140%;
	height: 100%;
	left: -20%;
	z-index: -1000;
	transition: all ease-in-out 0.5s;
	
}

.green col-lg-6 {
	flex: 0 0;
}

.background {
	background-image: url(../images/background.png);
	background-repeat: no-repeat;
	background-position: left;
	background-size: cover;
}

.background h3 {
	margin-top: 80px;
	font-size: 25px;
}

.background h5 {
	margin-top: 50px;
	font-size: 20px;
	font-weight: 500;
}

.background p {
	font-size: 16px;
}

.conright {
	background-image: url(../images/contact.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.whitebox {
	margin: 4% 0 4% 0;
	left: 8%;
	position: relative;
	background-color: #fff;
	padding: 4%;
}

.whitebox h3 {
	text-align: center;
	margin: 10px 0 0 0;
	font-size: 25px;
}

.whitebox .btn {
	position: relative;
  /* top: 7%; */
	left: 30%;
	margin-top: 12%;
}

.footer {
	background-color: #f2f2f2;
	width: 100%;
	
	
}

.footer img {
	margin: 40px 0 0 0;
}

.block1 {
	background-color: #f2f2f2;
	padding-right: 30px;
}

.block1 h4 {
	font-size: 16px;
	font-weight: 500;
	margin-left: 0;
	margin-top: 16px;
	/* padding:40px 0px 0px 60px; */
}
.block1 h5 {
	font-size: 16px;
	font-weight: 500;
	
	text-align: center;
	padding: 0px 61px 0px 0px;
	
}

.block1 p {
	font-size: 14px;
	margin-left: 0;
	margin-top: 10px;
	margin-left: 50px;
}

.block1 ul {
	list-style-type: none;
	display: inline-flex;
	margin-left: -56px;
}

.block1 ul li {
	padding: 10px;
}

.block1 .fa {
	font-size: 20px;
	padding: 0 0 0 15px;
}

/* map */

.map h3 {
	margin-top: 80px;
	text-align: center;
	margin-bottom: 50px;
	font-size: 25px;
}

.map-container {
	padding: 6%;
	position: relative;
	display: inline-block;
}

.map-container img {
	width: 100%;
}

.map-container .point {
	cursor: pointer;
	position: absolute;
	width: 1.2rem;
	height: 1.2rem;
	background-color: #839623;
	border-radius: 50%;
	transition: all 0.3s ease;
	will-change: transform, box-shadow;
	transform: translate(-50%, -50%);
	box-shadow: 0 0 0 rgba(114, 215, 114, 0.4);
	animation: pulse 3s infinite;
}

.map-container .point:hover {
	animation: none;
	transform: translate(-50%, -50%) scale3D(1.35, 1.35, 1);
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.map-container .venezuela {
	top: 54%;
	left: 24%;
}

.map-container .brasil {
	top: 64%;
	left: 28%;
}

.map-container .argentina {
	top: 77%;
	left: 27%;
}

.map-container .colombia {
	top: 55%;
	left: 21%;
}

.map-container .panama {
	top: 51%;
	left: 18%;
}

.map-container .mexico {
	top: 38%;
	left: 12%;
}

.map-container .usa {
	top: 26%;
	left: 30%;
}

.map-container .france {
	top: 32%;
	left: 46%;
}

.map-container .india {
	top: 45%;
	left: 67%;
}

.map-container .rusia {
	top: 16%;
	left: 67%;
}

.map-container .china {
	top: 40%;
	left: 72%;
}

.map-container .japon {
	top: 34%;
	left: 86%;
}

.map-container .australia {
	top: 72%;
	left: 86%;
}



@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(0, 172, 193, 0.5);
	}

	70% {
		box-shadow: 0 0 0 25px rgba(0, 172, 193, 0);
	}

	100% {
		box-shadow: 0 0 0 0 rgba(0, 172, 193, 0);
	}
}

/* end of map */

/* Contact us */

/*About Page*/


.aboutimg{
	background-color: #fff;
}

.aboutimg img{
	
    object-position: center;
    width: 100%;
   
}

.mission
{
	padding:4%;
	
}
.border1
{
	border-right: 1px solid black;
}
  



.mission img
{
	width:45px;
	height: 45px;
	
}



.mission h5{
	font-size: 20px;
	font-weight: 600;
	color:#000;
	display: inline-block;
	padding: 10px 0 0 10px;

}

.mission p{
	font-size: 16px;
	font-weight: 400;
	padding: 4%;
	margin-left: 40px;
    margin-right: 50px;
	line-height: 27px;
	text-align: justify;
}
.aboutkey
{
	background-color: #f2f2f2;
	
}

.aboutkey img
{
	
    /* height: 70%; */
    object-position: center;
    padding: 6%;
    margin-top: 0px;
}

.aboutkey ul li
{
	padding-left: 20px;
	margin-left: 15px;
	font-family: 'Exo';
}



.aboutkey h4
{
	font-size: 20px;
	font-weight: 700;
	padding: 20px 0 0 30px;
	margin-top: 10px;
}

.aboutkey p
{
	font-size: 16px;
	margin-top: 20px;
	padding: 5px 0 0 30px;
	line-height: 30px;
	text-align: justify;
	
}
.aboutkey1
{
	background-color: #f2f2f2;
	
	
}

.aboutkey1 p
{
	font-size: 16px;
	margin-top: 20px;
	padding: 10px 0 0 30px;
	
}
.aboutkey1 h4
{
	font-size: 20px;
	font-weight: 700;
	padding: 30px 0 0 30px;
}
.vl {
	border-left: 6px solid green;
	height: 20px;
	display: inline;
  }

.productlist .col-lg-3
{
	padding: 2%;
}

.productlist
{
	background-color: #fff;
}

.productlist img
{
	
	border: 1px solid rgb(190, 190, 190);
}

.productlist h5{
	font-weight: 400;
	text-align: center;
	padding-top: 20px;
	font-size: 16px;
}
.Santsh-pro{
	background-color:#264e8c;
}
.profile
{
	
	padding-left: 1.2rem;
	padding-top: 1.2rem;	
		
	font-family: 'Exo', sans-serif;
}

.profile h4{
	color: #fff;
}
.profile h6{
	color: #fff;
	font-size: 12px;
	padding: 2px;
}

.profile p{
	font-size: 15px;
	color:#fff;
	
}

.propic
{
	/* background-color:#264e8c;	 */
	position: relative;
	top: 4rem;
	left: 0.9px;
	
}
.propicc{
	position: relative;
	/* right: px; */
	top: 1.5rem;}








.exp
{
	background-color: #839623;
	padding: 4%;
	
}

.exp h1{
	color: #fff;
	text-align: center;
	font-size: 55px;
	font-weight: 500;
}

.line .col-lg-12
{
	border-right: 1px solid #fff;
}

.exp h2{
	color: #fff;
	text-align: center;
	font-size: 22px;
    font-weight: 400;

}


/* Contact Us */

.left-curve-img{
    position: absolute;
    top: 22%;
	left: 20px;
}
.right-curve-img {
    position: absolute;
    top: 58%;
    right: 10px;
}
.quality-system-right-con .left-curve-img{
    top: 37%;
    left: -50%;
	right: 5px;
}
.quality-system-right-con .right-curve-img{
	position: absolute;
    top: 75%;
}
.form-left-con .left-curve-img,
.faq-system-con .left-curve-img{
	top: 29%;
    right: 99px;
    transform: rotateZ(179deg);
	left: auto !important;
} 
.form-left-con .right-curve-img{
	top: 68%;
    left: 0;
	right: auto;
}
.carousel-control-next i{
	position: relative;
	left: 22px;
}
.generic-banner-content{
	padding: 95px 0;
}
.generic-banner-content h1{
	margin-bottom: 40px;
}



.Schedule-box-item{
	background:var(--primary--color) ;
	padding: 32px 30px;
	box-shadow: -1px 9px 10px 0px rgb(0 0 0 / 10%);
	margin-left: 0px;
	
}


.Schedule-box-item h5{
	font-size: 22px;
	font-weight: 500;
	

}

.Schedule-box-item p{
	font-size: 16px;
	font-weight: 400;
	
}

.whitebox_contact {

	position: relative;
	background-color: #fff;
	width: 80%;
	}

.whitebox_contact  h3{
		font-size: 22px;
}

/* Contact Us */

.studio-loc h3{
	font-size: 22px;
	margin-bottom: 30px;
}
.studio-loc li {
	padding: 0;
	margin-bottom: 30px;
	font-size: 14px;
	font-weight: 500;
	list-style: none;
}
.studio-loc li i {
	float: left;
	position: absolute;
	left: 0px;
	line-height: 30px;
	font-size: 22px;
}
.studio-loc li {
	padding-left: 60px;
    line-height: 24px;
    position: relative;
    font-family: 'Exo';
    font-size: 17px;
    font-weight: 400;
}
.contact-social.with-col .studio-loc li i {
	position: relative;
	width: 100%;
	margin-bottom: 20px;
	font-size: 50px;
}
.contact-social.with-col .studio-loc li {
	float: left;
	text-align: center;
	padding: 0px 50px;
	width: 33.33333%;
}
.contact-social .social-links {
	margin-top: 20px;
}
.contact-social .social-links li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
	margin-right: 0px;
}
.contact-social .social-links a {
	border-radius: 4px;
	border: 1px solid #252839;
	display: inline-block;
	height: 38px;
	width: 38px;
	text-align: center;
	margin-right: 5px;
	line-height: 36px;
}
.contact-social .social-links a:hover {
	background: #f2b632;
	border: 1px solid #f2b632;
	color: #fff;
}
.contat-widget .block-instagram-widget {
	margin: 0 -5px;
}
.contact-social .heading-block {
	text-align: left;
}
.contact-social .heading-block h3:before {
	right: auto;
}
.contact-social .heading-block h3:after {
	right: auto;
}
.left-align.heading-block {
	text-align: left;
}
.left-align.heading-block h3:before {
	right: auto;
}
.left-align.heading-block h3:after {
	right: auto;
}










::marker
{
	color:#264e8c;
	font-size: 20px;
	font-family: 'Exo';
	
}


/* SERVICES */
/*Vertical Tabs*/

  /* Style the tab */
.tab {
	float: left;
	border: 1px solid #ccc;
	background-color: #ffffff;
	width: 100%;
	height: auto;
  }
  
  /* Style the buttons inside the tab */
  .tab button {
	display: block;
	background-color: inherit;
	color: black;
	padding: 22px 16px;
	width: 100%;
	border: none;
	outline: none;
	text-align: left;
	cursor: pointer;
	transition: 0.3s;
	font-size: 17px;
	font-family: 'Exo';
	border: 1px solid #fff;
	
  }

  
  
  /* Change background color of buttons on hover */
  .tab button:hover {
	background-color: #264e8c;
	color:#fff;
	border: 1px solid #fff;
	
	
  }
  
  /* Create an active/current "tab button" class */
  .tab button.active {
	background-color: #264e8c;
	color:#fff;
  }
  
  /* Style the tab content */
  .tabcontent {
	float: left;
	padding: 0px 15px 15px 30px;
	margin: 0px;
	
	width: 100%;
	border-left: none;
	height: auto;
	
  }

  .tabcontent p{
	font-size: 15px;
    line-height: 30px;
    padding-right: 22px;
    text-align: justify;
	
  }

  .tabcontent img
  {
	width:95%;
	height: 279px;
	align-items: center;
	margin-bottom: 25px;
	margin-top: 14px;
  }
  .tabcontent h4{
	
	font-size: 20px;
	font-weight: 500;
	padding-bottom:12px;
	padding-top: 10px;
  }

  .tabcontent ul{
	padding: 0px 0px  0px 50px;
  }

  .tabcontent li{
	padding: 0px 0px 0 9px;
	font-family: 'Exo';
	line-height: 35px;
	font-size: 15px;
  }














/* Media Queries */

@media screen and (max-width: 2560px) and (min-width: 1920px) {

	.menu-wrap {
		display: none;
	}

	.carousel-caption h5 {
		font-size: 100px;
		font-weight: 400;
		font-family: 'Exo', sans-serif;
		line-height: 125px;
	}

	.whitebox .btn {
		position: relative;
		/* top: 7%; */
		left: 40%;
		margin-top: 12%;
	}
	.border1
{
	border-right: 1px solid rgb(0, 0, 0);
}
}

@media screen and (max-width: 1440px) and (min-width: 1366px )
{
	.menu-wrap {
		display: none;
	}

	.carousel-caption h5 {
		font-size: 42px;
		font-weight: 400;
		font-family: 'Exo', sans-serif;
		line-height: 70px;
	}
	.border1
{
	border-right: 1px solid rgb(0, 0, 0);
}

}

@media screen and (max-width: 1919px) and (min-width: 1441px) {

	.menu-wrap {
		display: none;
	}

	
}



@media screen and (max-width: 1024px) and (min-width: 766px )
{
	.menu-wrap {
		display: none;
	}

	.carousel-caption h5 {
		font-size: 35px;
		font-weight: 400;
		font-family: 'Exo', sans-serif;
		line-height: 50px;
	}

	.aboutkey
{
	background-color: #f2f2f2;
	
}

.aboutkey img
{
	
	
    object-position: center;
    padding: 1% 5% 1% 9%;
    margin-top: 59px;
}

.aboutkey ul li
{
	padding-left: 20px;
	margin-left: 15px;
	font-family: 'Exo';
}



.aboutkey h4
{
	font-size: 20px;
	font-weight: 700;
	padding: 20px 0 0 30px;
	margin-top: 46px;
}

.aboutkey p
{
	font-size: 16px;
	margin-top: 20px;
	padding: 5px 0 0 30px;
	line-height: 23px;
	text-align: justify;
	
}
.whitebox .btn {
    position: relative;
    /* top: 7%; */
    left: 25%;
    margin-top: 12%;
}
.profile
{
	background-color:#264e8c;
	padding: 1%;
	line-height: 16px;
	
	
}
.profile p {
    font-size: 16px;
    color: #fff;
    line-height: 20px;
}

.profile h4{
	color: #fff;
}
h4 {
    font-size: 24px;
    font-weight: 400;
    font-family: 'Exo', sans-serif;
    margin-top: 10px;
}
.border1
{
	border-right: 1px solid rgb(3, 3, 3);
}

}





@media screen and (min-width: 361px) and (max-width: 480px ){

	.menu {
		display: none;
	}

	.navbar ul {

		display: none;
	}

	.fafa {
		color: #fff;
	}

	.fafa ul {
		list-style-type: none;
	}

	.fafa ul li {
		display: inline-flex;
		padding: 20px;
	}

	.container {
		max-width: 100%;
	}

  .navbar img {
    width: 220px;
    vertical-align: middle;
}

  .key .col-lg-4 {
    flex: 0 0 auto;
    width: 100%;
    margin: 0 .65%;
    margin-bottom: 6%;
  }

  .whitebox {
    margin: 4% 0 4% 0;
    left: 0%;
    top: 0%;
    position: relative;
    
    padding: 4%;
	width: 50%;
  }

  .whitebox .btn {
    position: relative;
    /* top: 7%; */
    left: 17%;
    margin-top: 12%;
}

  .conright {
    background-image: url(../images/contact.png);
    background-repeat: no-repeat;
    background-position: 52%;
    background-size: cover;
  }

  .background {
    background-image: url(../images/background.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
  }

 

  .background .col-sm-12{

padding: 0 22px;

}
.border1
{
	border-right: 1px solid rgb(255, 255, 255);
}



}

@media screen and (min-width: 481px) and (max-width: 600px ) {

	.menu {
		display: none;
	}

	.fafa {
		color: #fff;
	}

	.fafa ul {
		list-style-type: none;
	}

	.fafa ul li {
		display: inline-flex;
		padding: 20px;
	}

	.container {
		max-width: 100%;
	}

  .navbar img {
    width: 220px;
    vertical-align: middle;
}

  .key .col-lg-4 {
    flex: 0 0 auto;
    width: 100%;
    margin: 0 .65%;
    margin-bottom: 6%;
  }

  .whitebox {
    margin: 4% 0 4% 0;
    left: 0%;
    top: 0%;
    position: relative;
    background-color: rgb(255 255 255 / 0%);
    padding: 4%;
  }

  .conright {
    background-image: url(../images/contact.png);
    background-repeat: no-repeat;
    background-position: 52%;
    background-size: cover;
  }

  .background {
    background-image: url(../images/background.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
  }

  .background .col-sm-12{

padding: 0 22px;

}

.productkey {
	background-color: #f2f2f2;
}


.productkey .col-lg-2{
	  
		flex: 0 0 auto;
		width: 25%;
		margin-left: 10px;
		 
}

.productsquare {
	margin-top: 30px;
	background-color: #fff;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 4px 14px 0 rgba(0, 0, 0, 0.19);
}

.productsquare img {
	position: relative;
	top: 7%;
	left: 45%;
	width: 40px;
	height: auto;
}


.service
{
	
	padding: 5%;
}


.service h6{
	font-size: 18px;
	font-weight: 600;
	padding:2px;
}

.service p{
	font-size: 16px;
	color:#fff;
}

.border1
{
	border-right: 1px solid rgb(0, 0, 0);
}



.list-group
{
	--bs-list-group-active-bg: #264e8c !important;
    --bs-list-group-active-border-color: #264e8c !important;
}

.spacer
{
	
	height: 10%;
}
}
.table 
{
	width: 100%;
	padding-top: 40px;
	padding-right: 80px;
	font-family: 'Exo', sans-serif;
	
}
.table tr
{
	margin-right: 10px;
}

.tablebackground
{
	background-color: #d1d1d1;
	padding-top: 20px;
}



/* Announcement */
.snip1577 {

	position: relative;
	display: inline-block;
	overflow: hidden;
	margin: 10px;
	min-width: 230px;
	max-width: 315px;
	width: 100%;
	color: #fff;
	text-align: left;
	font-size: 16px;
	background: #000;
  }
  
  .snip1577 *,
  .snip1577:before,
  .snip1577:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
  }
  
  .snip1577 img {
	max-width: 100%;
	backface-visibility: hidden;
	vertical-align: top;
  }
  
  .snip1577:before,
  .snip1577:after {
	position: absolute;
	top: 20px;
	right: 20px;
	content: '';
	background-color: #fff;
	z-index: 1;
	opacity: 0;
  }
  
  .snip1577:before {
	width: 0;
	height: 1px;
  }
  
  .snip1577:after {
	height: 0;
	width: 1px;
  }
  
  .snip1577 figcaption {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 15px 20px;
  }
  
  .snip1577 h3,
  .snip1577 h4 {
	margin: 0;
	font-size: 1.1em;
	font-weight: normal;
	opacity: 0;
  }
  
  .snip1577 h4 {
	font-size: .8em;
	text-transform: uppercase;
  }
  
  .snip1577 a {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
  }
  
  .snip1577:hover img,
  .snip1577.hover img {
	zoom: 1;
	filter: alpha(opacity=20);
	-webkit-opacity: 0.2;
	opacity: 0.2;
  }
  
  .snip1577:hover:before,
  .snip1577.hover:before,
  .snip1577:hover:after,
  .snip1577.hover:after {
	opacity: 1;
	-webkit-transition-delay: 0.25s;
	transition-delay: 0.25s;
  }
  
  .snip1577:hover:before,
  .snip1577.hover:before {
	width: 40px;
  }
  
  .snip1577:hover:after,
  .snip1577.hover:after {
	height: 40px;
  }
  
  .snip1577:hover h3,
  .snip1577.hover h3,
  .snip1577:hover h4,
  .snip1577.hover h4 {
	opacity: 1;
  }
  
  .snip1577:hover h3,
  .snip1577.hover h3 {
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
  }
  
  .snip1577:hover h4,
  .snip1577.hover h4 {
	-webkit-transition-delay: 0.35s;
	transition-delay: 0.35s;
  }



 
  













@media screen and (min-width: 768px) and (max-width: 991px ) {


	.menu ul li a {
		color: black;
		padding: 8px;
	}


	.key h3 {
		margin-top: 50px;
		text-align: center;
		margin-bottom: 30px;
		font-size: 22px;
	}

	h5 {
		font-size: 15px;
		font-weight: 300;
		
	}
	.whitebox_contact {
		padding-top: 40px;
		position: relative;
		background-color: #fff;
		width: 80%;
		}
	

	.square p {
		font-size: 13px;
		padding: 20px 30px 20px 30px;
		text-align: center;
	}

	.expertise h3 {
		margin-top: 80px;
		text-align: center;
		margin-bottom: 50px;
		font-size: 22px;
	}

	.green h4 {
		
		font-weight: 500;
		font-size: 18px;
	}

	.green p {
		
		font-size: 12px;
	}

	.background h3 {
		
		font-size: 22px;
	}
	.background h5 {
		margin-top: 50px;
		font-size: 16px;
		font-weight: 600;
	}

	.background p {
		font-size: 14px;
	}
	.bubbly-button {
		
		font-size: 0.8em;
		
	}

	.map h3 {
		
		font-size: 22px;
	}

	.whitebox h3 {
		
		font-size: 22px;
	}
	.button .btn{

		font-size: 18px !important;

	}
	.border1
{
	border-right: 1px solid rgb(0, 0, 0);
}


}

@media screen and (min-width: 319px) and (max-width: 290px )
{
	
	.menu {
		display: none;
	}

	.fafa {
		color: #fff;
	}

	.fafa ul {
		list-style-type: none;
	}

	.fafa ul li {
		display: inline-flex;
		padding: 20px;
	}

	.container {
		max-width: 100%;
	}

  .navbar img {
    width: 220px;
    vertical-align: middle;
}

  .key .col-lg-4 {
	width: 100%;
   
  }
  .carousel-caption h5 {
	font-size: 35px;
	font-weight: 400;
	font-family: 'Exo', sans-serif;
	line-height: 50px;
}
  .whitebox {
    margin: 4% 0 4% 0;
    left: 0%;
    top: 0%;
    position: relative;
    background-color: rgb(255 255 255 / 0%);
    padding: 4%;
  }

  .conright {
    background-image: url(../images/contact.png);
    background-repeat: no-repeat;
    background-position: 52%;
    background-size: cover;
  }

  .background {
    background-image: url(../images/background.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
  }

  .background .col-sm-12{

padding: 0 22px;

}

.productkey {
	background-color: #f2f2f2;
}


.productkey .col-lg-2{
	  
		flex: 0 0 auto;
		width: 25%;
		margin-left: 10px;
		 
}

.productsquare {
	margin-top: 30px;
	background-color: #fff;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 4px 14px 0 rgba(0, 0, 0, 0.19);
}

.productsquare img {
	position: relative;
	top: 7%;
	left: 45%;
	width: 40px;
	height: auto;
}


.service
{
	
	padding: 5%;
}


.service h6{
	font-size: 18px;
	font-weight: 600;
	padding:2px;
}

.service p{
	font-size: 16px;
	color:#fff;
}





.list-group
{
	--bs-list-group-active-bg: #264e8c !important;
    --bs-list-group-active-border-color: #264e8c !important;
}

.spacer
{
	
	height: 10%;
}
.gap
{
	height: 2px;
}
.border1
{
	border-right: 1px solid rgb(255, 255, 255);
}
}






@media screen and (max-width: 425px) and (min-width: 320px) {

	.menu {
		display: none;
	}

	.fafa {
		color: #fff;
	}

	.fafa ul {
		list-style-type: none;
	}

	.fafa ul li {
		display: inline-flex;
		padding: 20px;
	}

	.container {
		max-width: 100%;
	}
	.carousel-caption h5 {
		font-size:16px;
		font-weight: 400;
		font-family: 'Exo', sans-serif;
		line-height: 25px;
	}

  .navbar img {
    width: 220px;
    vertical-align: middle;
}

  .key .col-lg-4 {
    flex: 0 0 auto;
    width: 100%;
    margin: 0 .65%;
    margin-bottom: 6%;
  }

  .whitebox {
    margin: 4% 0 4% 0;
    left: 0%;
    top: 0%;
    position: relative;
    background-color: rgb(255 255 255 / 0%);
    padding: 4%;
	width: 50%;
  }

  .conright {
    background-image: url(../images/contact.png);
    background-repeat: no-repeat;
    background-position: 52%;
    background-size: cover;
  }

  .background {
    background-image: url(../images/background.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
  }

  .background .col-sm-12{

		padding: 0px 22px;

}
.carousel-caption h5 {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Exo', sans-serif;
    line-height: 27px;
}
.border1
{
	border-right: 1px solid rgb(255, 255, 255);
}



}




.responstable {
	margin: 1em 0;
	width: 100%;
	overflow: hidden;
	background: #FFF;
	color: #000;
	border-radius: 10px;
	border: 1px solid #264e8c;
	font-family: 'Exo', sans-serif;
  }
  .responstable tr {
	border: 1px solid #D9E4E6;
  }
  .responstable tr:nth-child(odd) {
	background-color: #f2f8ff;
  }
  .responstable th {
	display: none;
	border: 1px solid #FFF;
	background-color: #264e8c;
	color: #FFF;
	padding: 1em;
  }
  .responstable th:first-child {
	display: table-cell;
	text-align: center;
  }
  .responstable th:nth-child(2) {
	display: table-cell;
  }
  .responstable th:nth-child(2) span {
	display: none;
  }
  .responstable th:nth-child(2):after {
	content: attr(data-th);
  }

  .responstable td {
	display: block;
	word-wrap: break-word;
	max-width: 7em;
  }
  .responstable td:first-child {
	display: table-cell;
	text-align: center;
	border-right: 1px solid #D9E4E6;
  }
  @media (min-width: 480px) {
	.responstable td {
	  border: 1px solid #D9E4E6;
	}
	.carousel-caption h5 {
		font-size: 16px;
		font-weight: 400;
		font-family: 'Exo', sans-serif;
		line-height: 27px;
	}
	.border1
{
	border-right: 1px solid rgb(0, 0, 0);
}
  }
  .responstable th, .responstable td {
	text-align: left;
	margin: .5em 1em;
  }
  @media (min-width: 480px) {
	
	.responstable th, .responstable td {
	  display: table-cell;
	  padding: 1em;
	}
	.carousel-caption h5 {
		font-size: 35px;
		font-weight: 400;
		font-family: 'Exo', sans-serif;
		line-height: 50px;
	}
  }

  @media screen and (max-width: 320px) {

	.menu {
		display: none;
	}

	.fafa {
		color: #fff;
	}

	.fafa ul {
		list-style-type: none;
	}

	.fafa ul li {
		display: inline-flex;
		padding: 20px;
	}

	.container {
		max-width: 100%;
	}

	.key h3 {
		margin-top: 50px;
		text-align: center;
		margin-bottom: 50px;
		font-size: 20px;
		
	}

	h5 {
		font-size: 15px;
		font-weight: 300;
		font-family: 'Exo', sans-serif;
	}
	.square p {
		font-size: 13px;
		padding: 20px 30px 40px 30px;
		text-align: center;
	}
	.green h4 {
		
		font-size: 18px;
		
	}
	.green p {
		color: #fff;
		font-size: 14px;
	}
	.expertise h3 {
		margin-top: 80px;
		text-align: center;
		margin-bottom: 50px;
		font-size: 22px;
	}

	.background p {
		font-size: 14px;
	}
	.background h5 {
		margin-top: 50px;
		font-size: 18px;
		font-weight: 600;
	}
	.background h3 {
		margin-top: 80px;
		font-size: 22px;
	}
	.map h3 {
		margin-top: 80px;
		text-align: center;
		margin-bottom: 50px;
		font-size: 22px;
	}
	.whitebox {
		margin: 4% 0 4% 0;
		left: 0%;
		top: 0%;
		position: relative;
		background-color: #fff;
		padding: 4%;
		width: 56%;
	  }
	  .whitebox h3 {
		text-align: center;
		margin: 10px 0 0 0;
		font-size: 22px;
	}
	.whitebox .btn {
		position: relative;
		/* top: 7%; */
		left: 6%;
		margin-top: 12%;
	}
	.navbar img {
		width: 200px;
		vertical-align: middle;
	}
	.mission p {
		font-size: 13px;
		font-weight: 400;
		padding: 3%;
		margin-left: 40px;
		margin-right: 50px;
		text-align: justify;
	}
	.aboutkey img {
		height: 70%;
		object-position: center;
		padding: 6%;
		margin-top: 0px;
	}
	.aboutkey p {
		font-size: 14px;
		margin-top: 20px;
		padding: 5px 0 0 30px;
		line-height: 27px;
		/* text-align: justify; */
	}
	.mission h5 {
		font-size: 14px;
		font-weight: 600;
		color: #000;
		display: inline-block;
		padding: 10px 0 0 10px;
	}
	.aboutkey h4 {
		font-size: 15px;
		font-weight: 700;
		
		margin-top: 10px;
	}

	.profile h4 {
		font-size: 20px;
		font-weight: 400;
		font-family: 'Exo', sans-serif;
		margin-top: 10px;
	}
	.profile h6 {
		color: #fff;
		font-size: 10px;
		padding: 2px;
	}

	.profile p {
		font-size: 14px;
		color: #fff;
	}
	.carousel-caption h5 {
		font-size: 14px;
		font-weight: 400;
		font-family: 'Exo', sans-serif;
		
	}
	.carousel-caption {
		position: absolute;
		right: 15%;
		bottom: 15%;
		left: 15%;
		padding-top: 1.25rem;
		padding-bottom: 1.25rem;
		color: #fff;
		text-align: center;
		background: rgba(21, 21, 21, 0.5);
		backdrop-filter: blur(3px);
	}
	.border1
{
	border-right: 1px solid rgb(255, 255, 255);
}

	
}
@media (min-width: 480px) {
	.responstable th:nth-child(2) span {
	  display: block;
	}
	.responstable th:nth-child(2):after {
	  display: none;
	}
  }

  @media (min-width: 1025px)and (max-width: 1365px) {
	.menu-wrap {
		display: none;
	}
	
  }
  
  
