body, html {
	font-family: 'Open Sans', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #414a52;
	width: 100% !important;
	height: 100% !important;
	background-image: linear-gradient(rgb(117, 117, 115),transparent,transparent, transparent);
}
h2 {
	margin: 0 0 20px 0;
	font-weight: 400;
	font-size: 36px;
	color: #414a52;
}
h3, h4 {
	font-size: 18px;
	font-weight: 300;
	letter-spacing: 1px;
}
h5 {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
}
p.intro {
	font-size: 16px;
	margin: 12px 0 0;
	line-height: 24px;
}
a {
	color: #f6f6f6;
}
a:hover, a:focus {
	text-decoration: none;
	color: #343b42;
}
ul, ol {
	list-style: none;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
ul, li {
	padding: 0;
	-webkit-padding: 0;
	-moz-padding: 0;
}
hr {
	height: 2px;
	width: 90px;
	text-align: center;
	position: relative;
	background: rgba(0,0,0,0.2);
	margin: 0 auto;
	margin-bottom: 30px;
	border: 0;
}

/* Navigation */
#menu {
	padding: 20px;
	transition: all 0.8s;
}
#menu.navbar-default {
	background-color: rgba(248, 248, 248, 0);
	/*border-color: rgba(231, 231, 231, 0);*/
	background-image: linear-gradient(rgb(248, 248, 251),rgb(248, 248, 251), rgb(220, 220, 241));
}
#menu a.navbar-brand {
	font-size: 20px;
	color: rgba(255,255,255,0.7);
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#menu a.navbar-brand i.fa {
	font-size: 18px;
	color: #090774;
	vertical-align: top;
}
#menu.navbar-default .navbar-nav > li > a {
	text-transform: uppercase;
	color: blue;
	font-size: 16px;
	letter-spacing: 1px;
}
#menu.navbar-default .navbar-nav > li > a:hover {
	color: gold;
}

.on {
	background-image: linear-gradient(rgb(248, 248, 251),rgb(248, 248, 251), rgb(248, 248, 251));
	padding: 0 !important;
	border-radius: 0;
	border: none;
}
.navbar-header img{
	height: 120px;
	width: 120px;
}
.on .navbar-header img{
	height: 80px;
	width: 100px;
	margin-left: 150px;
	padding: 0;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #1789af !important;
	background-color: transparent;
	text-decoration: underline;
}
.navbar-toggle {
	border-radius: 0;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	color: #000;
}
.navbar-default .navbar-toggle:hover>.icon-bar {
	background-color: rgb(214, 40, 40);
}
.section-title {
	padding-bottom: 50px;
}
.btn-custom {
	text-transform: uppercase;
	color: #54d0dd;
	background-color: #414a52;
	border: 0;
	padding: 14px 20px;
	margin: 0;
	font-size: 16px;
	border-radius: 0;
	margin-top: 20px;
	transition: all 0.3s;
}
.btn-custom:hover, .btn-custom:focus, .btn-custom.focus, .btn-custom:active, .btn-custom.active {
	color: #54d0dd;
}
.btn-default {
	text-transform: uppercase;
	color: #54d0dd;
	background-color: #414a52;
	border: 0;
	padding: 14px 20px;
	margin: 0;
	font-size: 16px;
	border-radius: 0;
	margin-top: 20px;
	transition: all 0.3s;
}
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active {
	color: #54d0dd;
	background-color: #343b42;
}
/* Header Section */
.intro {
	display: table;
	width: 100%;
	height: 600px;
	padding: 0;
	text-align: center;
	background: url(../img/IMG/tuna-fish.jpg) no-repeat center bottom;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}

.section-title.center {
	padding: 10px 0 40px 0;
}
.intro h1 {
	color: #fff;
   -webkit-text-fill-color: transparent; /* Will override color (regardless of order) */
   -webkit-text-stroke-width: 2px;
   /*-webkit-text-stroke-color: rgb(19, 16, 16); */
   	font-size: 44px;
  	font-family: 'Poppins',sans-serif;
	text-align: left;
	
}

.intro p {
	
  font-family: 'Arvo', serif;
  font-weight: 100;
  color: transparent;
  margin-left: -222.5px;
  font-size: 50px;
  position: absolute;
  top: 300px;
  left: 50%;
}
header .intro-text {
	padding-top: 250px;
	padding-bottom: 200px;
}

/* About Section */
#about {
	/*background-image:linear-gradient(to bottom, rgba(0,0,0,0.7) ,rgba(0,0,0,0.7) ), url("../img/IMG/bg//about_back.jpg");*/
	background: #fff;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	padding: 70px 0;
	
}
#about .about-text {
	margin-left: 10px;
}
#about h2{
	color: rgba(118, 185, 230, 0.8);
}
/*#about h2::after{
	content: '';
	background: #efefef;
	display: block;
	height: 3px;
	width: 170px;
	margin: 20px auto 5px;
}-*/
#about img {
	border-radius: 50px;
	margin-top: 10px;
}
#about p {
	color: rgba(48, 70, 84, 0.8);
	margin-bottom: 30px;
	line-height: 30px;
	/*color: #cc0033;*/
	text-align: justify;
	font-size: medium;
	font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

/* Portfolio Section */
#portfolio {
	padding: 120px 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#54d0dd+0,54d0dd+0,54d0dd+0,71777d+0,414a52+100 */
	/*background: rgb(84,208,221); /* Old browsers */
	/*background: -moz-linear-gradient(top, rgba(84,208,221,1) 0%, rgba(84,208,221,1) 0%, rgba(84,208,221,1) 0%, rgba(84,208,221,1) 0%, rgba(84,208,221,1) 100%); /* FF3.6-15 */
	/*background: -webkit-linear-gradient(top, rgba(84,208,221,1) 0%, rgba(84,208,221,1) 0%, rgba(84,208,221,1) 0%, rgba(84,208,221,1) 0%, rgba(84,208,221,1) 100%); /* Chrome10-25,Safari5.1-6 */
	/*background: linear-gradient(to bottom, rgba(84,208,221,1) 0%, rgba(84,208,221,1) 0%, rgba(84,208,221,1) 0%, rgba(84,208,221,1) 0%, rgba(84,208,221,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#54d0dd', endColorstr='#414a52', GradientType=0 ); /* IE6-9 */
	background-image: linear-gradient(rgba(36, 33, 33, 0.8), rgba(148, 137, 137, 0.2)), url(../img/IMG/bg-010002.jpg);
}
#portfolio h2 {
	color: #54d0dd;
}
.categories {
	padding-bottom: 30px;
	text-align: center;
}
ul.cat li {
	display: inline-block;
}
ol.type li {
	display: inline-block;
	margin-left: 20px;
}
ol.type li a {
	background: #414a52;
	color: #54d0dd;
	padding: 12px 24px;
	text-transform: uppercase;
}
ol.type li a.active {
	background: #54d0dd;
	color: #414a52;
}
ol.type li a:hover {
	background: #54d0dd;
	color: #414a52;
}
.isotope-item {
	z-index: 2
}
.isotope-hidden.isotope-item {
	z-index: 1
}
.isotope, .isotope .isotope-item {
	/* change duration value to whatever you like */
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope-item {
	margin-right: -1px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.isotope {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	transition-property: transform, opacity;
}
.portfolio-item {
	margin: 15px 0;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.portfolio-item:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.portfolio-item .hover-bg {
	height: 195px;
	overflow: hidden;
	position: relative;
}
.hover-bg .hover-text {
	position: absolute;
	text-align: center;
	margin: 0 auto;
	color: #ffffff;
	background: rgba(0, 0, 0, 0.66);
	padding: 30% 0 0 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: all 0.5s;
}
.hover-bg .hover-text>h4 {
	text-transform: uppercase;
	opacity: 0;
	color: #fff;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	transition: all 0.3s;
}
.hover-bg:hover .hover-text>h4 {
	opacity: 1;
	/*-webkit-backface-visibility: hidden;*/
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.hover-bg .hover-text>i {
	opacity: 0;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	transition: all 0.3s;
}
.hover-bg:hover .hover-text>i {
	opacity: 1;
	/*-webkit-backface-visibility: hidden;*/
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}
.hover-bg:hover .hover-text {
	opacity: 1;
}
#portfolio i.fa {
	font-size: 20px;
	padding: 5px;
	color: #E87E04;
}
/* Contact Section */
#contact {
	padding: 80px 0 60px 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#54d0dd+0,54d0dd+0,54d0dd+0,7fdce6+0,54d0dd+100 */
	background: rgba(148, 186, 211, 0.8); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(148, 186, 211, 0.8) 0%, rgba(148, 186, 211, 0.8) 0%, rgba(148, 186, 211, 0.8) 0%, rgba(148, 186, 211, 0.8) 0%, rgba(148, 186, 211, 0.8) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(148, 186, 211, 0.8) 0%, rgba(148, 186, 211, 0.8) 0%, rgba(148, 186, 211, 0.8) 0%, rgba(148, 186, 211, 0.8) 0%, rgba(148, 186, 211, 0.8) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(148, 186, 211, 0.8) 0%, rgba(148, 186, 211, 0.8) 0%, rgba(148, 186, 211, 0.8) 0%, rgba(148, 186, 211, 0.8) 0%, rgba(148, 186, 211, 0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#54d0dd', endColorstr='#54d0dd', GradientType=0 ); /* IE6-9 */
}
#contact form {
	padding: 10px 0;
}
#contact .text-danger {
	color: #cc0033;
	text-align: left;
}
label {
	font-size: 12px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	float: left;
}
#contact .form-control {
	display: block;
	width: 100%;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #222;
	background-color: rgba(255,255,255,0.8);
	background-image: none;
	border: 1px solid transparent;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
#contact .form-control:focus {
	border-color: #4b8d98;
	outline: 0;
	-webkit-box-shadow: transparent;
	box-shadow: transparent;
}
.form-control::-webkit-input-placeholder {
color: #2c3e50;
}
.form-control:-moz-placeholder {
color: #2c3e50;
}
.form-control::-moz-placeholder {
color: #2c3e50;
}
.form-control:-ms-input-placeholder {
color: #2c3e50;
}
#contact .social {
	margin-top: 20px;
}
#contact .social ul li {
	display: inline-block;
	margin: 0 20px;
}
#contact .social i.fa {
	font-size: 26px;
	padding: 10px;
	color: #343b42;
	transition: all 0.3s;
}
#contact .social i.fa:hover {
	color: blue;
	transform: translateY(20px)
}
.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none;
	outline-offset: none;
}
.social .social-head h2{
	font-size: 15px;
	color: blue;
}

.sendmsg ul li{
	display: inline-block;
	margin: 0 20px;
}
.sendmsg ul li .fa{
	font-size: 26px;
	padding: 20px;
	color: #343b42;
	transition: all 0.3s;
}
.sendmsg ul li .fa-paper-plane-o:hover{
	color: #fff;
	transform: translateY(-7px);
	cursor: pointer;
}
.sendmsg ul li .fa-eraser:hover{
	color: red;
	transform: translateY(+7px);
	cursor: pointer;
}
#contact h4{
	color: #000;
	font-size: 16px;
	font-family:'Open Sans', sans-serif;
}
/* Footer Section*/
.wavej{
	position: absolute;
	width: 100%;
	height: 129px;
	left: 0;
	margin-top: +250px	;
	background: url(../img/IMG/wave.png);
	animation: alternatew 10s linear infinite;
}
.wavej:before{
	content: '';
	width: 100%;
	height: 129px;
	background: url(../img/IMG/wave.png);
	position: absolute;
	left: 0;
	opacity: 0.4;
	animation: alternatew-reverse 10s linear infinite;
}
.wavej:after{
	content: '';
	width: 100%;
	height: 129px;
	background: url(../img/IMG/wave.png);
	position: absolute;
	left: 0;
	opacity: 0.6;
	animation-delay: -5s;
	animation: alternatew 20s linear infinite;
}
@keyframes alternatew{
	0%{
		background-position: 0;
	}
	100%{
		background-position: 1280px;
	}
}

@keyframes alternatew-reverse{
	0%{
		background-position: 1280px;
	}
	100%{
		background-position: 0;
	}
}
#footer {
	background: #343b42;
	color: rgba(255,255,255,0.4);
	padding: 30px 0 25px 0;
}
#footer p {
	font-size: 13px;
}
#footer a {
	color: rgba(255,255,255,0.7);
}
#footer a:hover {
	color: #54d0dd;
}
.footer-right .footer-icons a .fa-linkedin:hover{
	color: blue;
}
.footer-right .footer-icons a .fa-whatsapp:hover{
	color: green;
}
@media (max-width: 1024px) {
#about img {
	float: left;
	margin-bottom: 20px;
}
}


/*----------------Wave----------------*/

/* -------------------------------------- */



/* -------------------------------------- */


  /*------------banner slider-----------*

  .main-banner{
	overflow: hidden;
	position: relative;
	margin: 0;
	width: 100%;
	height: 825px;
  }
  .imm-slider{
	position: absolute;
	top: 0;
	width: 100%;
	height: 825px;
	
	animation: zoom 5s linear infinite;
  }
  #slideimg{
	width: 100%;
	height: 100%;
  }
  @keyframes zoom{
	0%{
		transform: scale(1.1);
	}
	15%{
		transform: scale(1);
	}
	85%{
		transform: scale(1);
	}
	100%{
		transform: scale(1.1);
	}
  }
  .overlay{
	width: 100%;
	background: linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.3));
	top: 0;
  }
  .h-content{
	width: 100%;
	margin: 130px auto 0;
	text-align: center;
	color: #fff;
	position: relative;
  }
  .h-content h1{
	font-size: 60px;
  }
  .h-content span{
	color: gold;
  }
  .btnm{
	width: 200px;
	padding: 15px 0;
	text-align: center;
	margin: 55px 10px;
	border-radius: 25px;
	font-weight: bold;
	border:  2px solid #fe7250;
	background: #fe7250;
	color: #fff;
	cursor: pointer;
	transition: background 0.5s;
  }
  .btnm:hover{
	background: transparent;
	border: 2px solid #fff;
  }
  .a.btnm:hover{
	background: transparent;
	border: 2px solid #fff;
  }

/-------------------------godown----------------*/
.godown{
	position: absolute;
	bottom: 10px;
	left: 50%;
	width: 40px;
	height: 40px;
	transform: translateY(-80px) translateX(-50%) rotate(45deg);

}
.godown span{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	animation: animateg 1.5s linear infinite;
	opacity: 0;
}
.godown span:nth-child(1){
	transform: translate(-15px,-15px);
	animation-delay: -0.4s;
}
.godown span:nth-child(2){
	transform: translate(0px,0px);
	animation-delay: -0.2s;
}
.godown span:nth-child(3){
	transform: translate(15px,15px);
	animation-delay: -0.0s;
}
@keyframes animateg
{
	0%{
		top: -5px;
		left: -5px;
		opacity: 0;
	}
	25%{
		top: 0px;
		left: 0px;
		opacity: 1;
	}
	50% ,100%{
		top: 5px;
		left: 5px;
		opacity: 0;
	}
	
}


/*-------------------------end godown----------------*/

/*--------------------------new product card-----------------*/
#p-card{
	display: grid;
	align-items: center;
	justify-content: center;
	min-height: 100vh;
	background: #003e46;
	font-family: 'Poppins', sans-serif;
}
.pcard-container{
	display: flex;
	width: 1000px;
	flex-wrap: wrap;
	justify-content: space-between;
}
.p-box{
	position: relative;
	width: 450px;
	height: 300px;
	background: #000;
	box-shadow: 0 30px 30px rgba(0, 0, 0, .5);
	margin: 10px;
}
.p-box.img-box{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.p-box img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: fill;
	transition: 0.5s;
}
.p-box:hover .img-box img{
	opacity: 0;
}
.p-box .p-content{
	position: absolute;
	bottom: 20px;
	left: 10%;
	width: 80%;
	height: 60px;
	background: transparent;
	transition: 00.5s;
	overflow: hidden;

	padding: 15px;
	box-sizing: border-box;
}
.p-box:hover .p-content{
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
	background: #fff;
}
.p-box .p-content h3{
	padding: 0;
	margin: 0;
	font-size: 20px;
}
.p-box .p-content p{
	margin: 10px 0 0;
	padding: 0;
	opacity: 0;
	line-height: 1.2em;
	transition: 00.5s;
	text-align: justify;
}
.p-box:hover .p-content p{
	opacity: 1;
	transition-delay: 0.5s;
}

/*---------------our certificate------------*/
#cert{
	background: #313131;
}
#cert h2{
	text-align: center;
	color: #fff;
	padding-top: 30px;
}
#cert h2::after{
	content: '';
	background: #efefef;
	display: block;
	height: 3px;
	width: 170px;
	margin: 20px auto 5px;
}
#cert h4{
	color: #fff;
	font-family: 'Times New Roman', Times, serif;
	text-align: center;
}
.certificate-s{
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 100vh;
	background: #313131;
}
.certificate-container{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 1200px;
	flex-wrap: wrap;
}
.certificate-container .certificate-card{
	position: relative;
	width: 300px;
	padding: 20px;
	margin: 20px;
	background: #3f3f3f;
}
.certificate-container .certificate-card::before{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	border: 20px solid transparent;
	border-top: 20px solid #17e78e;
	border-right: 20px solid #17e78e;
}
.certificate-container .certificate-card.active::before{
	
	border-top: 20px solid #ff3b7e;
	border-right: 20px solid #ff3b7e;
}
.certificate-container .certificate-card .certificate-icon img{
	max-width: 90px;
}
.certificate-container .certificate-card .c-content{
	position: relative;
	height: 215px;
	overflow: hidden;
}
.certificate-container .certificate-card.active .c-content{
	height: auto;
}
.certificate-container .certificate-card .c-content::before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100px;
	background: linear-gradient(transparent, #3f3f3f);
}
.certificate-container .certificate-card.active .c-content::before{
	display: none;
}
.certificate-container .certificate-card .c-content h3{
	color: #fff;
	font-size: 1.4em;
	font-weight: 600;
	margin-bottom: 20px;
}

.certificate-container .certificate-card .c-content p{
	font-weight: 300;
	color: #fff;
	text-align: justify;
}
.certificate-container .certificate-card .more{
	position: relative;
	padding: 10px 15px;
	background: #17e78c;
	margin-top: 15px;
	display: inline-block;
	cursor: pointer;
	text-transform: uppercase;
	color: #383838;
	font-weight: 500;
	letter-spacing: 2px;
	font-size: 14px;
}
.certificate-container .certificate-card.active .more{
	background: #ff3b7e;
	color: #fff;
}
.certificate-container .certificate-card .more::before{
	content: 'read more';
}
.certificate-container .certificate-card.active .more::before{
	content: 'read less';
}

/*--------------bubbles-----------*
.bubbles{
	position: relative;
	display: flex;
}
.bubbles span{
	position: relative;
	width: 30px;
	height: 30px;
	background: #4fc3dc;
	margin: 0.4px;
	border-radius: 50%;
	box-shadow:  0 0 0 10px #4fc3dc44,0 0 50px #4fc3dc,0 0 100px #4fc3dc;
	animation: animate 15s linear infinite;
	animation-duration: calc(225s / var(--i));
}
.bubbles span:nth-child(even){
	background: #ff2d75;
	box-shadow:  0 0 0 10px #4f2d7544,0 0 50px #ff2d75,0 0 100px #ff2d75;
}
@keyframes animate{
	0%{
		transform: translateY(100vh) scale(0);
	}
	100%{
		transform: translateY(-10vh) scale(1);
	}
}
/*-----------end bubbles---------*/
/*------------end our certificate-----------*/

/*-----------new slider nr----------------*/


/*------------end slider nr-----------------*/
/*--------------------new bg slider---------*/
#slide_bg{
	overflow: hidden;
}
#slide_bg figure{
	position: relative;
	width: 500%;
	margin: 0;
	left: 0;
	animation: 20s slider infinite;
}
#slide_bg figure img{ 
	width: 20%;
	float: left;
}

@keyframes slider{
	0%{
		left: 0;
	}
	20%{
		left: 0;
	}
	25%{
		left: -100%;
	}
	40%{
		left: -100%;
	}
	45%{
		left: -200%;
	}
	60%{
		left: -200%;
	}
	65%{
		left: -300%;
	}
	80%{
		left: -300%;
	}
	85%{
		left: -400%;
	}
	100%{
		left: -400%;
	}
}


.btnm{
	width: 100px;
	padding: 05px 0;
	text-align: center;
	margin: 10px 10px;
	border-radius: 15px;
	font-weight: bold;
	border:  2px solid #fe7250;
	background: #fe7250;
	color: #fff;
	cursor: pointer;
	transition: background 0.5s;
	font-size: 11px;
  }
  .btnm:hover{
	background: transparent;
	border: 2px solid #fff;
  }
  .a.btnm:hover{
	background: transparent;
	border: 2px solid #fff;
  }

/*--------------------end bg slider---------*/


/*--------------certyficate new-------------*/
#c-sl{
	min-height: 50vh;
	display: grid;
	place-items: center;
	/*background-image: linear-gradient(rgba(36, 33, 33, 0.3), rgba(148, 137, 137, 0.1)), url(../img/IMG/t-grade.jpeg);*/
	background: #fff;
	
}
.certy_slide{
	height: 250px;
	margin: auto;
	position: relative;
	width: 90%;
	display: grid;
	place-items: center;
	overflow: hidden;
	background: white;
	border-radius: 20px;
}
.slide-track{
	display: flex;
	width: calc(250px * 18);
	/*animation: scroll 40s linear infinite;*/
}
.slide-track:hover{
	animation-play-state: paused;
}
@keyframes scroll{
	0%{
		transform: translateX(0);
	}
	100%{
		transform: translateX(calc(-250px * 7));
	}
}
.cery-sli{
	height: 100px;
	width: 170px;
	display: flex;
	align-items: center;
	padding: 5px;
	perspective: 100px;
}
.cery-sli img{
	width: 50%;
	transition: transform 1s;
}
.cery-sli img:hover{
	transform: translateZ(20px);
}
/*
.certy_slide::before,
.certy_slide::after{
	background: linear-gradient(to right,rgba(255,255,255,1)0%,rgba(255,255,255,0)100%);
	content: '';
	height: 100%;
	position: absolute;
	width: 15%;
	z-index: 2;
}*/
.certy_slide::before{
	left: 0;
	top: 0;
}
.certy_slide::after{
	right: 0;
	top: 0;
	transform:rotateZ(180deg)
}
#c-sl h2{
	margin-top: 30px;
	color: rgba(118, 185, 230, 0.8);
	font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	text-align: center;
}
#c-sl p{
	color: rgb(45, 54, 151);
	font-size: 18px;
	text-align: center;
}
#c-sl h2::after{
	content: '';
	background: rgba(118, 185, 230, 0.8);
	display: block;
	height: 3px;
	width: 170px;
	margin: 20px auto 5px;
}
/*-------------end certyficate new-----------*/

/*--------------back-video-------------*/
.hero-video{
	overflow: hidden;
}
.back-video{
	z-index: -1;
}

@media (min-aspect-ratio:16/9){
	.back-video{
		width: 100%;
		height: auto;
	}
}
@media (max-aspect-ratio:16/9){
	.back-video{
		width: auto;
		height: 100%;
	}
}
.hero-video .content{
	padding-left: 35px;
	margin-left: 50px;
	text-align: left;
	position: absolute;
	top: 50%;
	left: 30%;
	transform: translate(-50%,-50%);
}
.hero-video .content h1{
	color: #fff;
	text-transform: uppercase;
	display: block;
	font-size: 50px;
	font-weight: 700;
	letter-spacing: 4px;
	margin-bottom: 20px;
	/*background: black;*/
	position: relative;
	font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	animation: text 3s 1;
}
.hero-video .content h2{
	font-size: 40px;
	color: #fff;
	animation: text 3s 1;
}
@keyframes text{
	0%{
		color: black;
		margin-bottom: -40px;
	}
	30%{
		letter-spacing: 15px;
		margin-bottom: -40px;
	}
	85%{
		letter-spacing: 8px;
		margin-bottom: -40px;
	}
}
/*------end back-video--------------*/

/*-------------------------certificate new 1---------*/
.client-in{
	display: grid;
	align-items: center;
	background: #fff;
	width: 100%;
	height: auto;
	justify-content: center;
	margin: 25px;
	padding: 25px;
}
.client-in ul{
	padding: 0;
	margin: 0;
}
.client-in ul li{
	list-style: none;
	display: inline-block;
	width: 100px;
	height: 100px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	margin: 10px;
	box-shadow: 0px 0px 10px -7px #555;
	transition: .5s;
}
.client-in ul li img{
	width: 100%;
	height: 100%;
}
.client-in ul li img:nth-child(1){
	transform: translateY(0);
	transition: .5s;
}
.client-in ul li img:nth-child(2){
	transform: translateY(0);
	transition: .5s;
}

/*---hove part----*/
.client-in ul li:hover img:nth-child(1){
	transform: translateY(-100%);
	transition: .5s;
}
.client-in ul li:hover img:nth-child(2){
	transform: translateY(-100%);
	transition: .5s;
}

/*-----------------end certificate new 1------------------*/