/* DETAILS
==================================================
	Theme Name: Swetha International 	
	Author: Onqanet Technologies
	Author URI: http://onqanet.com
==================================================
*/

@charset "utf-8";
/* CSS Document */
/*******GOOGLE_FONT************/
@font-face {
  font-family: 'Panton-BlackCaps';
  src: url('../fonts/Panton-BlackCaps.eot?#iefix') format('embedded-opentype'),  
       url('../fonts/Panton-BlackCaps.otf')  format('opentype'),
	     url('../fonts/Panton-BlackCaps.woff') format('woff'), url('../fonts/Panton-BlackCaps.ttf')  format('truetype'), url('../fonts/Panton-BlackCaps.svg#Panton-BlackCaps') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Panton-BlackitalicCaps';
  src: url('../fonts/Panton-BlackitalicCaps.eot?#iefix') format('embedded-opentype'),  url('../fonts/Panton-BlackitalicCaps.otf')  format('opentype'),
	     url('../fonts/Panton-BlackitalicCaps.woff') format('woff'), url('../fonts/Panton-BlackitalicCaps.ttf')  format('truetype'), url('../fonts/Panton-BlackitalicCaps.svg#Panton-BlackitalicCaps') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Panton-LightCaps';
  src: url('../fonts/Panton-LightCaps.eot?#iefix') format('embedded-opentype'),  
       url('../fonts/Panton-LightCaps.otf')  format('opentype'),
	   url('../fonts/Panton-LightCaps.woff') format('woff'), 
	   url('../fonts/Panton-LightCaps.ttf')  format('truetype'), url('../fonts/Panton-LightCaps.svg#Panton-LightCaps') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Panton-LightitalicCaps';
  src: url('../fonts/Panton-LightitalicCaps.eot?#iefix') format('embedded-opentype'),  
       url('../fonts/Panton-LightitalicCaps.otf')  format('opentype'),
	   url('../fonts/Panton-LightitalicCaps.woff') format('woff'), 
	   url('../fonts/Panton-LightitalicCaps.ttf')  format('truetype'), url('../fonts/Panton-LightitalicCaps.svg#Panton-LightitalicCaps') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto-Regular';
  src: url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),  
       url('../fonts/Roboto-Regular.woff') format('woff'), 
	   url('../fonts/Roboto-Regular.ttf')  format('truetype'), 
	   url('../fonts/Roboto-Regular.svg#Roboto-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto-Medium';
  src: url('../fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype'),  
       url('../fonts/Roboto-Medium.woff') format('woff'), 
	   url('../fonts/Roboto-Medium.ttf')  format('truetype'), 
	   url('../fonts/Roboto-Medium.svg#Roboto-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto-Light';
  src: url('../fonts/Roboto-Light.eot?#iefix') format('embedded-opentype'),  
       url('../fonts/Roboto-Light.woff') format('woff'), 
	   url('../fonts/Roboto-Light.ttf')  format('truetype'), 
	   url('../fonts/Roboto-Light.svg#Roboto-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto-Bold';
  src: url('../fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'),  
       url('../fonts/Roboto-Bold.woff') format('woff'), 
	   url('../fonts/Roboto-Bold.ttf')  format('truetype'), 
	   url('../fonts/Roboto-Bold.svg#Roboto-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto-BoldItalic';
  src: url('../fonts/Roboto-BoldItalic.eot?#iefix') format('embedded-opentype'),  
       url('../fonts/Roboto-BoldItalic.woff') format('woff'), 
	   url('../fonts/Roboto-BoldItalic.ttf')  format('truetype'), 
	   url('../fonts/Roboto-BoldItalic.svg#Roboto-BoldItalic') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat-Regular';
  src: url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),  
  	   url('../fonts/Montserrat-Regular.otf')  format('opentype'),
	   url('../fonts/Montserrat-Regular.woff') format('woff'), 
	   url('../fonts/Montserrat-Regular.ttf')  format('truetype'), 
	   url('../fonts/Montserrat-Regular.svg#Montserrat-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

html {margin-top:0px !important;}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}


body {
	background-color: #fff;
	color: #000;
	font-family: 'Roboto-Regular' !important;
	font-size: 14px;
	font-weight: 400;
}
html * {
	outline:none;
}
ol, ul, li {
	list-style: none;
	margin:0px;
	padding:0px;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	text-decoration:none;
}
a:hover, a:focus{
	text-decoration:none !important;
	outline:none !important;	
}
outline {
	border:0;
}
.lft {
	float:left;
}
.rgt {
	float:right;
}
.clear {
	clear:both;
	line-height:0;
	font-size:0;
}
a, input, textarea {
	transition:0.5s all ease-in-out;
	-moz-transition:0.5s all ease-in-out;
	-webkit-transition:0.5s all ease-in-out;
	-ms-transition:0.5s all ease-in-out;
	-o-transition:0.5s all ease-in-out;
}
img {
	max-width:100%;
	height:auto;
}
h1,h2,h3,h4,h5,h6,p{
	padding:0;
	margin:0;	
}
/***********HOME-PAGE-CSS-start************/
/****** Loader Start *******/
.loader-screen {
	position: fixed;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgba(255,255,255,1);
	z-index: 9999999;
	display: block;
	left: 0;
	right: 0;
}
#loader {
	-webkit-animation-name: spinner;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-duration: 2s;
	animation-name: spinner;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-duration: 2s;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	text-align: center;
	margin: 0 auto;
	left: 0;
	position: absolute;
	right: 0;
	top: 45%;
}

  /* WebKit and Opera browsers */ @-webkit-keyframes spinner {
 from {
 -webkit-transform: rotateY(0deg);
}
to {
	-webkit-transform: rotateY(-360deg);
}
} /* all other browsers */
@keyframes spinner {
 from {
 -moz-transform: rotateY(0deg);
 -ms-transform: rotateY(0deg);
 transform: rotateY(0deg);
}
to {
	-moz-transform: rotateY(-360deg);
	-ms-transform: rotateY(-360deg);
	transform: rotateY(-360deg);
}
}
/****** Loader End *******/

/************* Scroll top *************/
.blck-tape a {
    color: #fff;
}
.blck-tape a:hover{
	color:#fff;
	text-decoration:none; 	
}
.cd-top {
	display: inline-block;
	height: 40px;
	width: 40px;
	position: fixed;
	bottom: 60px;
	right: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: #79c387 url(../images/cd-top-arrow.svg) no-repeat center 50%;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
	border-radius: 50%;
	z-index: 999;
}
.cd-top:hover{
	background:#000 url(../images/cd-top-arrow.svg) no-repeat center 50%;	
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: 1;
}
.no-touch .cd-top:hover {
  background-color: rgb(249, 161, 27);
  opacity: 1;
}
/***********Scroll top-end*****************/
/***********map-scroll-off***********/
.map-container {
	width: 100%;
	/*margin: 50px 0 3000px;*/
}
.map-container iframe{
	width: 100%;
	height:350px;
	display: block;
	pointer-events: none;
	position: relative; /* IE needs a position other than static */
}
.map-container iframe.clicked{
	pointer-events: auto;
}
.map-container p{
	margin-bottom:0;
}
/*********end**********/
/****validation-css*********/
div.wpcf7-validation-errors {
	border: 2px solid #f00;
	margin: 10px 0;
	background: #f00;
	color: #fff;
	text-align: center;
	font-size: 16px;
	padding: 10px;
}
div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
	background: #398f14;
	color: #fff;
	text-align: center;
	font-size: 16px;
	padding: 10px;
}
/******end***/
/*===== Logo ======*/
.logo a {
	padding: 40px 0;
	display: block;
}

/*********MENU**********/
.menu-toggle{
	display:none;	
}
.menu.slide-left{
	left:0;	
}
.menu {
	text-align: center;
	margin: 0;
}
.menu li {
	vertical-align: top;
	position: relative;
	display: inline-block;
}
.menu > li:first-child {
	margin-left: 0;
}
.menu li a {
	display: block;
	color: #000;
	padding: 46px 20px;
	position: relative;
	font-family: 'Montserrat-Regular';
	font-size: 14px;
	font-weight: 400;
	transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-webkit-btransition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	-ms-transition: all ease-in-out 0.3s;
	text-transform: capitalize;
}
.menu li a::after {
	position: absolute;
	content: "";
	background: #73ca7f;
	width: 60px;
	height: 2px;
	bottom: 20px;
	left: 0;
	right: 0;
	margin: 0 auto;
	display: none;
}
.menu li.active a{
	color: #73ca7f;
}
.menu li.active a:after, .menu li:hover a:after{
	display: block;
}
	
.menu li a:hover, .menu li a:focus {
	color: #73ca7f;
}
/*******SUBMENU & SUBMENU's SUB**********/
/*******LEVEL1*********/
.menu ul {
	box-shadow: 2px 2px 15px 0 rgba(0,0,0, 0.5);
}
.menu > li > ul {
	text-align: left;
	/* display: none; */
	background: #fff;
	position: absolute;
	top: 100%;
	left: 0;
	width: 240px;
	z-index: 99;
	visibility: hidden;
	position: absolute;
	opacity: 0;
	transition: all .2s ease-in-out;
	margin: 20px 0 0 0;
}
.menu > li > ul > li{
	width:100%;	
}
.menu > li > ul > li > a {
	padding: 10px;
	color: #000;
	display: block;
	position: relative;
}
.menu > li > ul > li > a:after {
	display: none !important;
}
.menu > li > ul > li.active a, .menu > li > ul > li:hover a{
	color: #73ca7f;
}
.menu > li:hover > ul{
	visibility:visible;
	opacity:1;  
	margin:0; 	
}
/****end***/
/***** Level 2 *******/
.menu > li > ul > li > ul {
	text-align: left;
	/*display: none;*/
	background: darkcyan;
	position: absolute;
	left: 100%;
	top: 0;
	z-index: 999;
	width: 240px;
	visibility: hidden;
	opacity:0;
	transition: all .2s ease-in-out;
	margin:0 0 0 20px;
}
.menu > li > ul > li > ul > li {
	width: 100%;
}
.menu > li > ul > li:hover > ul{
	visibility:visible;
	opacity:1;  
	margin:0;
}
/******end******/
/*****END***********/

/**COMMON-CSS***/
.site-btn {
	text-align: left;
	margin: 40px 0 0 0;
}
.site-btn a {
	background: #000;
	color: #fff;
	display: inline-block;
	font-size: 15px;
	padding: 15px 32px;
	box-shadow: 0px 8px 8px #547d5b;
	letter-spacing: 1px;
}
.site-btn a:hover, .site-btn a:focus {
	background:#fff;
	color: #79c387;
}

.about-us p {
	text-align: center;
	font-size: 14px;
	letter-spacing: 0.5px;
	padding-bottom: 10px;
	color: #646464;
	font-family: 'Roboto-BoldItalic';
}
/*.about-us p span{
	color:#000;	
}*/
.list-content h4 {
	color: #fff;
	font-size: 16px;
	letter-spacing: 1px;
	font-family: 'Roboto-Medium';
	padding: 20px 0 0 30px;
}
.list-content p {
	color: #fff;
	text-align: left;
	font-style: inherit;
	font-size: 12px;
	font-family: inherit;
	letter-spacing: 0;
	padding: 0 50px 40px 30px;
	line-height: 22px;
}
/*******END********/
/*******recruit********/
.recruit {
	background: rgba(255,255,255,0.8);
	padding: 30px 0 0 0;
}
.recruit p {
	width: 75%;
	float: left;
	line-height: 26px;
	font-size: 12px;
	text-align: left;
	color: #999999;
	margin-bottom: 30px;
}
.recruit-img img{
	position:relative;	
}
.sms-pop {
	position: absolute;
	bottom: 70px;
	left: 36px;
}
.sms-pop img {
	width: auto !important;
	height: 146px !important; 
}
.head-block {
	text-align: left;
	color: #000;
	font-size: 24px;
	letter-spacing: 1px;
	font-family: 'Roboto-Medium';
	position: relative;
	padding: 80px 0 15px 0;
}
.head-block::before {
	position: absolute;
	content: '';
	bottom: 0px;
	width: 50px;
	height: 1px;
	background: #000;
	margin: 1;
}
.logo img {
	width: 80%;
}
/*****end******/
.menu li .page_btn{
	display:none;
}
.page_btn {
	transform: skew(-30deg);
	-moz-transform: skew(-30deg);
	-ms-transform: skew(-30deg);
	-webkit-transform: skew(-30deg);
	-o-transform: skew(-30deg);
	width: 150px;
	background: #73ca7f;
	margin: 36px 0;
	border:1px solid #73ca7f;
	transition:0.5s all ease-in-out;
	-moz-transition:0.5s all ease-in-out;
	-webkit-transition:0.5s all ease-in-out;
	-ms-transition:0.5s all ease-in-out;
	-o-transition:0.5s all ease-in-out;
}
.page_btn a {
	text-align: center;
	display: block;
	padding: 10px;
	font-size: 14px;
	transform: skew(30deg);
	-moz-transform: skew(30deg);
	-ms-transform: skew(30deg);
	-webkit-transform: skew(30deg);
	-o-transform: skew(30deg);
	font-family: 'Montserrat-Regular';
	color: #fff;
}
.page_btn:hover {
	background: #000;
	border:1px solid #000;
	transition:0.5s all ease-in-out;
	-moz-transition:0.5s all ease-in-out;
	-webkit-transition:0.5s all ease-in-out;
	-ms-transition:0.5s all ease-in-out;
	-o-transition:0.5s all ease-in-out;
}
.page_btn:hover a {
	color: #73ca7f;
}
/*******END********/

/**********MAIN-BANNER*****/
.main-banner{
	position:relative;	
}
.main-banner-slider {
	position: relative !important;
}
.banner-content {
	position: absolute;
	top: 30%;
	left: 13%;
	padding: 30px;
	width: 44%;
}
.site-overlay1 {
	position: absolute;
	content: "";
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#79c387+0,6a6a6a+100 */
background: rgb(121,195,135); /* Old browsers */
background: -moz-linear-gradient(top, rgba(121,195,135,1) 0%, rgba(106,106,106,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(121,195,135,1) 0%,rgba(106,106,106,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(121,195,135,1) 0%,rgba(106,106,106,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#79c387', endColorstr='#6a6a6a',GradientType=0 ); /* IE6-9 */
	width: 560px;
	height: 100%;
	top: 0;
	left: 142px;
	opacity: 0.5;
	transform: skew(-28deg);
	-webkit-transform: skew(-28deg);
	-moz-transform: skew(-28deg);
	-ms-transform: skew(-28deg);
	-o-transform: skew(-28deg);
}
.site-overlay2 {
	position: absolute;
	content: "";
	/*background: rgba(115,202,127,0.5);*/
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#79c387+0,6a6a6a+100 */
background: rgb(121,195,135); /* Old browsers */
background: -moz-linear-gradient(top, rgba(121,195,135,1) 0%, rgba(106,106,106,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(121,195,135,1) 0%,rgba(106,106,106,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(121,195,135,1) 0%,rgba(106,106,106,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#79c387', endColorstr='#6a6a6a',GradientType=0 ); /* IE6-9 */
	width: 560px;
	height: 100%;
	top: 0;
	left: 166px;
	opacity: 0.5;
	transform: skew(-28deg);
	-webkit-transform: skew(-28deg);
	-moz-transform: skew(-28deg);
	-ms-transform: skew(-28deg);
	-o-transform: skew(-28deg);
}
.banner-content h1 {
	color: #fff;
	font-size: 36px;
	font-family: 'Panton-BlackCaps';
	line-height: 56px;
	position: relative;
}
.banner-content h1::after {
	position: absolute;
	content: "";
	background: #fff;
	width: 60px;
	height: 2px;
	bottom: -10px;
	left: 0;
}
.banner-content h4 {
	color: #fff;
	font-size: 20px;
	padding: 10px 0;
	font-family: 'Panton-LightCaps';
	letter-spacing: 1px;
}
.page_btn2 {
	transform: skew(-30deg);
	-moz-transform: skew(-30deg);
	-ms-transform: skew(-30deg);
	-webkit-transform: skew(-30deg);
	-o-transform: skew(-30deg);
	width: 160px;
	background: rgba(255,255,255,0.2);
	margin: 36px 0;
	border: 2px solid #fff;
}
.page_btn2 a {
	text-align: center;
	display: block;
	padding: 10px;
	font-size: 12px;
	transform: skew(30deg);
	-moz-transform: skew(30deg);
	-ms-transform: skew(30deg);
	-webkit-transform: skew(30deg);
	-o-transform: skew(30deg);
	font-family: 'Panton-BlackCaps';
	color: #fff;
	text-align: center;
}
.page_btn2:hover {
	background: #000;
	border:2px solid #000;
}
.page_btn2:hover a {
	color: #73ca7f;
}
.page_btn2 a img {
	width: 20px !important;
	height: 15px !important;
	float: left;
	margin-left: 10px;
	vertical-align: middle;
}
.main-banner-slider .item img {
	width: 100%;
	height: 544px;
	object-fit: cover;
}
.main-banner-slider .owl-nav {
	margin: 0!important;
}
.main-banner-slider .owl-nav .owl-prev {
	background: url(../images/sprite.png) no-repeat 0 0 !important;
	width: 48px;
	height: 61px;
	text-indent: -10000px;
	border-radius: 0px !important;
	background-position: 0px -93px !important;
	position: absolute;
	top: 48%;
	left: 50px;
}
.main-banner-slider .owl-nav .owl-next {
	background: url(../images/sprite.png) no-repeat 0 0 !important;
	width: 48px;
	height: 61px;
	text-indent: -10000px;
	border-radius: 0px !important;
	background-position: 0 -27px !important;
	position: absolute;
	top: 48%;
	right: 50px;
}
/*****END*****/


/****MAIN-SECTION*******/
/*******about********/
.main-section{
	background:url(../images/sec-bg.jpg);
	background-attachment:fixed;
	background-size:cover;
	/*padding: 60px 0 30px 0;*/
	position:relative;
}
.about-us {
	padding: 80px 0 30px 0;
	background: rgba(255,255,255,0.9);
}
.list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 40px;
}
.list-item {
	display: flex; 
  padding: 0.5em;
	width: 100%;
}
.list-content-image {
	overflow: hidden;	
}
.list-item:hover .list-content-image img {
	transform: scale(1.2);
	transition:0.5s all ease-in-out;
	-moz-transition:0.5s all ease-in-out;
	-webkit-transition:0.5s all ease-in-out;
	-ms-transition:0.5s all ease-in-out;
	-o-transition:0.5s all ease-in-out;
}

@media all and (min-width: 40em) {
.list-item {
	width: 24%;
	margin: 0 auto;
}
}
@media all and (min-width: 60em) {
  .list-item {
    width: 24%;
  }
}
.list-content {
	background-color: #79c387;
	display: flex;
	flex-direction: column;
	padding: 0;
	width: 100%;
	box-shadow: 5px 13px 12px #d5d4d2;
	height: 100%;
}
.list-content img {
	width: 100%;
	height: 145px;
	object-fit: cover;
}
.list-content p {
	flex: 1 0 auto;
}
.abt-title h2 {
	text-align: center;
	font-size: 20px;
	font-style: italic;
	font-family: 'Roboto-Medium';
	color: #646464;
	letter-spacing: 1px;
}
.abt-title h2 span{
	color:#000;	
}
.abt-title img {
	padding: 20px 0 20px 0;
}
/*******end******/

/********certified*****/
.certified-sec {
	padding: 0 120px;
}
.certified {
	background: rgba(121,195,135,0.8);
	padding: 90px 0;
}
.certified-sec h4 {
	font-size: 20px;
	color: #fff;
	position: relative;
	letter-spacing: 1px;
	font-family: 'Roboto-Medium';
	padding-bottom: 10px;
}
.certified-sec h4::before {
	background: url(../images/sprite.png);
	background-repeat: no-repeat;
	height: 23px;
	width: 25px;
	margin-right: 10px;
	background-position: -2px -161px !important;
	position: absolute;
	content: '';
	top: 0;
	left: 18%;
	z-index: 999;
}
.certified-sec img{
	margin-bottom:20px;	
}
.certified-sec p {
	font-size: 12px;
	color: #fff;
	line-height: 24px;
	letter-spacing: 1px;
}
/******end*****/
/*******end*****/







/******copyright****/
.footer {
	padding: 86px 0 50px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.footer-bottom {
	padding: 10px 0;
	background: #000;
}
.footer-bottom p {
	font-size: 12px;
	color: #fff;
	margin: 5px 0 !important;
	letter-spacing: 1px;
}
.footer-bottom p span {
	color: #44b953;
}
/*.footer-bottom h5 {
	font-size: 14px;
	color: #b1b1b1;
	margin: 10px 0 0;
	float: right;
}*/
.footer-bottom p a{
	color:#b1b1b1;		
}
.footer-bottom h5 a{
	color:#b1b1b1;		
}
.footer-bottom h5 a:hover{
	color:#F06529 ;		
}
.footer-bottom p a:hover{
	color:#F06529 ;		
}
.footer h4 {
	text-align: center;
	color: #fff;
	font-family: 'Roboto-Bold';
	font-size: 20px;
	margin-bottom: 40px;
	letter-spacing: 1px;
}
.footer p {
	text-align: center;
	font-size: 12px;
	font-family: 'Roboto-Regular';
	color: #fff;
	line-height: 30px;
	width: 60%;
	margin: 0 auto 30px;
	letter-spacing: 1px;
}
.footer .site-btn {
	text-align: center;
}
.power p {
	float: right;
}
.power ul {
	float: right;
	margin-right: 30px;
	margin-bottom: 0;
}
.power ul li {
	display: inline-block;
}
.power ul li a {
	padding: 5px;
	color: #44b953;
	font-size: 15px;
}
.login_btn {
	width: 85px;
	font-family: 'Roboto-Bold';
	font-size: 10px;
	text-transform: uppercase;
	float: right;
}
.login_btn a {
	background: #44b953;
	color: #fff;
	padding: 5px 20px 5px 5px;
	text-align: right;
	display: block;
	letter-spacing: 1px;
	text-transform: initial;
	font-size: 10px;
	position: relative;
}
.login_btn a:hover, .login_btn a:focus {
	color: #000;
}
.login_btn a::before {
	content: "";
	width: 11px;
	height: 14px;
	background: url(../images/sprite.png) no-repeat 0 0;
	background-position: -7px -191px;
	position: absolute;
	top: 5px;
	    left: 13px;
}

/****end****/
/****end****/
.lose-img {
	position: absolute;
	bottom: -90px;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 9;
}
/*===== About Us ======*/

.inn-about {
	padding: 66px 0;
	background-repeat: no-repeat;
	/*background-attachment: fixed;
	 background-position: center; */
	background-size: cover;
	position: relative;
}
.inn-abt-image img {
	margin-top: 80px;
}
.inner-banner img {
	width: 100%;
	height: 312px;
	object-fit: cover;
}
.site-overlay3 {
	position: absolute;
	content: "";
	background: rgb(121,195,135);
	background: -moz-linear-gradient(top, rgba(121,195,135,1) 0%, rgba(106,106,106,1) 100%);
	background: -webkit-linear-gradient(top, rgba(121,195,135,1) 0%,rgba(106,106,106,1) 100%);
	background: linear-gradient(to bottom, rgba(121,195,135,1) 0%,rgba(106,106,106,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#79c387', endColorstr='#6a6a6a',GradientType=0 );
	width: 640px;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	opacity: 0.4;
	transform: skew(-34deg);
	-moz-transform: skew(-34deg);
	-ms-transform: skew(-34deg);
	-webkit-transform: skew(-34deg);
	-o-transform: skew(-34deg);
}
.site-overlay4 {
	position: absolute;
	content: "";
	/* background: rgba(115,202,127,0.5); */
	background: rgb(121,195,135);
	background: -moz-linear-gradient(top, rgba(121,195,135,1) 0%, rgba(106,106,106,1) 100%);
	background: -webkit-linear-gradient(top, rgba(121,195,135,1) 0%,rgba(106,106,106,1) 100%);
	background: linear-gradient(to bottom, rgba(121,195,135,1) 0%,rgba(106,106,106,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#79c387', endColorstr='#6a6a6a',GradientType=0 );
	width: 580px;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	opacity: 0.4;
	transform: skew(-32deg);
	-moz-transform: skew(-32deg);
	-ms-transform: skew(-32deg);
	-webkit-transform: skew(-32deg);
	-o-transform: skew(-32deg);
}
.site-overlay5 {
	position: absolute;
	content: "";
	/* background: rgba(115,202,127,0.5); */
	background: rgb(121,195,135);
	background: -moz-linear-gradient(top, rgba(121,195,135,1) 0%, rgba(106,106,106,1) 100%);
	background: -webkit-linear-gradient(top, rgba(121,195,135,1) 0%,rgba(106,106,106,1) 100%);
	background: linear-gradient(to bottom, rgba(121,195,135,1) 0%,rgba(106,106,106,1) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#79c387', endColorstr='#6a6a6a',GradientType=0 );
	width: 500px;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	opacity: 0.4;
	transform: skew(-26deg);
	-moz-transform: skew(-26deg);
	-ms-transform: skew(-26deg);
	-webkit-transform: skew(-26deg);
	-o-transform: skew(-26deg);
}
/*.page_title {
	font-size: 40px;
	font-family: 'Panton-BlackCaps';
	position: absolute;
	color: #fff;
	top: 40%;
	left: 0;
	right: 0;
	text-align: center;
}*/
.page_title {
	font-size: 40px;
	font-family: 'Roboto-Bold';
	position: absolute;
	color: #fff;
	top: 40%;
	left: 0;
	right: 0;
	text-align: center;
}
.page_title img {
	width: auto;
	height: auto;
	margin: 0 0 9px 5px;
}

.inn-abt-text .abt-title h2 {
	font-size: 20px;
	font-family: 'Roboto-Medium';
	color: #646464;
	letter-spacing: 1px;
	margin-bottom: 30px;
	text-align: left;
	font-style: normal;
}
.inn-about .abt-title h2 span {
	color: #000;
}
.inn-abt-text p {
	color: #656565;
	font-size: 12px;
	line-height: 22px;
	letter-spacing: 1px;
	margin-bottom: 20px;
}
/*.inn-abt-text p span {
	font-family: 'Roboto-Bold';
}*/
.inn-abt-white-text .abt-title h2 {
	color: #fff;
	margin-bottom: 20px;
	position: relative;
}
.inn-abt-white-text .abt-title h2 span {
	color: #fff;
}
.inn-abt-white-text p {
	color: #fff;
	font-size: 12px;
	letter-spacing: 1.8px;
}
.inn-abt-white-text img {
	padding: 10px 0 20px 0;
}
.zoom-image {
	position: absolute;
	bottom: -30px;
	right: 0;
}
.odd .abt-title img {
	padding: 0px 0 20px 0;
}
.odd p {
	font-size: 12px;
	letter-spacing: 1.7px;
}
.odd-white .abt-title h2::before {
	background: url(../images/sprite.png);
	background-repeat: no-repeat;
	height: 19px;
	width: 19px;
	margin-right: 10px;
	background-position: -4px -212px !important;
	position: absolute;
	content: '';
	top: 2px;
	left: 18.5%;
	z-index: 999;
}
.odd-black .abt-title h2 {
	font-size: 24px;
	font-family: 'Roboto-Bold';
	color: #646464;
	letter-spacing: 2px;
	margin-bottom: 30px;
	text-align: left;
	font-style: normal;
}
.md-text {
	padding: 0 0 0 15px;
	position: relative;
}
.md-text::before {
	position: absolute;
	content: "";
	background: #000;
	width: 1px;
	height: 90%;
	top: 10px;
	left: 0;
}
.md-text p {
	color: #656565;
	font-size: 12px;
	line-height: 32px;
	letter-spacing: 1.7px;
	margin-bottom: 5px;
}
.odd-black .site-btn a {
	box-shadow: none;
	border: 1px solid #000;
}
.odd-black .site-btn a:hover, .odd-black .site-btn a:focus {
	background: #fff;
	color: #79c387;
	border: 1px solid #79c387;
}

/************Projects*************/
.projects {
	background: url(../images/pro-bg.jpg);
	background-position: bottom;
	background-size: cover;
	background-attachment: fixed;
}
.current-project {
	width: 100%;
	margin: 30px 0px 0;
	background: #fff;
	box-shadow: 0px 6px 14px rgba(23,23,24,0.2);
	display: flex;
	flex-direction: column;	
}

.current-project img {
	width: 100%;
	height:300px;
	object-fit: cover;object-position: center;
}

.pro-details {
	padding: 20px 60px;
	transition:0.5s all ease-in-out;
	-moz-transition:0.5s all ease-in-out;
	-webkit-transition:0.5s all ease-in-out;
	-ms-transition:0.5s all ease-in-out;
	-o-transition:0.5s all ease-in-out;
}

.pro-details h5 {
	font-family: 'Roboto-Bold';
	color: #656565;
	margin-bottom: 20px;
	font-size: 12px;
	letter-spacing: 1px;
	/*height: 40px;*/
}

.projects .container {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 50px;
}
.each-current {
	display: flex;
	}
.pro-details ul li {
	font-size: 12px;
	font-family: 'Roboto-Regular';
	letter-spacing: 0.5px;
	line-height: 24px;
	padding-left: 35px;
	position: relative;
	color:#656565;
}
.pro-details ul li::before {
	position: absolute;
	content: '.';
	left: 0px;
	color: #656565;
	font-size: 25px;
	top: -6px;
}

.title-box {
	text-align: center;
}

.title-box h2 {
	text-align: center;
	font-size: 20px;
	font-family: 'Roboto-Bold';
	color: #656565;
	letter-spacing: 1px;
	font-weight: normal;
	margin-top: 40px;
	position: relative;
}

.completed-projects {
	background: #7bbd86;
}


.completed-projects .title-box h2 {	
color:#fff;
	margin-bottom: 30px;
}

.completed-projects .current-project img {
	width: 100%;
	height: 115px;
	object-fit: cover;
	object-position: center;
}

.current-project .pro-details img {
	width: 20px;
	height: 20px;
	display: block;
	margin: 30px auto;
}

.completed-projects .pro-details {
	padding: 15px 27px 50px;
	display: flex;
	flex-direction: column;
	/*height: 120px;*/
	overflow: hidden;
	transition: 0.5s all ease-in-out;
	-moz-transition: 0.5s all ease-in-out;
	-webkit-transition: 0.5s all ease-in-out;
	-ms-transition: 0.5s all ease-in-out;
	-o-transition: 0.5s all ease-in-out;
}
.slide-down {
	height: 100% !important;
	transition: 0.5s all ease-in-out;
	-moz-transition: 0.5s all ease-in-out;
	-webkit-transition: 0.5s all ease-in-out;
	-ms-transition: 0.5s all ease-in-out;
	-o-transition: 0.5s all ease-in-out;
}

.current-project .pro-details img {
	width: 20px;
	height: 20px;
	display: block;
	margin: 15px auto;
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
}
.pro-details p {
	font-size: 12px;
	line-height: 16px;
	text-align: left;
	color: #656565;
	letter-spacing: 1px;
}
.pro-text {
	height: 50px;
	overflow: hidden;
	transition: 0.5s all ease-in-out;
	-moz-transition: 0.5s all ease-in-out;
	-webkit-transition: 0.5s all ease-in-out;
	-ms-transition: 0.5s all ease-in-out;
	-o-transition: 0.5s all ease-in-out;
}
.data-toggle-down.rotate-img {transform:rotate(180deg)}

.completed-projects .container {
	display: inherit;
	flex-wrap: inherit;
	margin-bottom: 50px;
	column-count: 4;
}
.minor-list {
	text-align: left !important;
}

.completed-projects .each-current {
	width: 100% !important;
	float: none !important;
	-moz-break-inside: avoid-column;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid-column;
	display: table;
}
/************End*************/
/*====== Experiences =======*/

.experience-page .site-btn {
	margin: 0 auto;
	display: block;
	width: 300px;
	clear: both;
}

.experience-page .container {
	display: inherit;
	flex-wrap: inherit;
	margin-bottom: 50px;
	column-count: inherit;
}
.experience_middle {
	padding: 70px 0 100px;
	background-size: cover;
	background-repeat: no-repeat;
}
.experience-page {
	padding-top: 50px;
}
.completed-projects {
	background-repeat: no-repeat;
	background-size: cover;
}
.completed-projects ul {
	float: none;
	display: inline-block;
	text-align: center;
}
.experience-page ul {
	float: left;
}
.completed-projects ul li.each-current {
	display: inline-block;
	width: 22% !important;
	margin: 0 15px;
	position: relative;
}
.experience-page .title-box h2::before {
	position: absolute;
	content: "";
	background: url(../images/sprite.png) no-repeat 0 0;
	width: 17px;
	height: 17px;
	background-position: -5px -212px;
	top: 3px;
	left: 14%;
}
.experience-page .title-box h2::after {
	position: absolute;
	content: "";
	background: url(../images/sprite.png) no-repeat 0 0;
	width: 17px;
	height: 17px;
	background-position: -5px -212px;
	top: 3px;
	right: 14%;
}
.experience-page .pro-details h5 {
	text-align: left;
	margin-bottom: 10px;
	height: 40px;
}
.experience_middle p {
	text-align: center;
	font-size: 12px;
	line-height: 20px;
	width: 38%;
	letter-spacing: 1px;
	margin: 20px auto 40px;
	color: #656565;
}
.staff h4 {
	text-align: center;
	font-size: 20px;
	font-family: 'Roboto-Bold';
	color: #656565;
	letter-spacing: 1px;
	position: relative;
	width: 40%;
	margin: 0 auto;
}
.staff h4::before {
	position: absolute;
	content: "";
	background: url(../images/sprite.png) no-repeat 0 0;
	width: 22px;
	height: 21px;
	background-position: -4px -236px;
	top: 0;
	left: 55px;
}
.staff h4::after {
	position: absolute;
	content: "";
	background: url(../images/sprite.png) no-repeat 0 0;
	width: 22px;
	height: 21px;
	background-position: -4px -236px;
	top: 0;
	right: 55px;
}


.first li span {
	text-align: center;
	width: 100%;
	display: block;
}
.first li span img {
	width: auto;
	display: block;
	height: 69px;
	margin-top: 20px;
	text-align: center;
}

.first {
	text-align: center;
	margin-bottom: 20px;
	position: relative;
}
.first::after {
	position: absolute;
	content: "";
	background: #656565;
	width: 185px;
	height: 1px;
	bottom: -30px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.first li {
	display: inline-block;
	font-size: 12px;
	padding: 0 20px;
	color: #656565;
	letter-spacing: 1px;
}
.second {
	text-align: center;
	margin: 20px;
	position: relative;
}
.second li {
	display: inline-block;
	font-size: 12px;
	padding: 0 20px;
	color: #656565;
	letter-spacing: 1px;
}
.staff h5 {
	text-align: center;
	margin: 40px 0 10px;
	font-family: 'Roboto-Bold';
	color: #656565;
	font-size: 12px;
	letter-spacing: 1px;
}
/*======= Aborta Page ========*/

.big-inner-overlay1 {
	width: 790px;
}
.big-inner-overlay2 {
	width: 720px;
}
.big-inner-overlay3 {
	width: 640px;
}
.inn-aborta .abt-title h2 {
	font-size: 20px;
	font-family: 'Roboto-Bold';
	color: #949494;
	letter-spacing: 1px;
	margin-bottom: 30px;
	text-align: left;
	font-style: normal;
	position: relative;
}

.inn-aborta .abt-title h2::after {
	position: absolute;
	content: "";
	background: url(../images/sprite.png) no-repeat 0 0;
	width: 18px;
	height: 18px;
	background-position: -29px -164px;
	top: 3px;
	right: 18%;
	display:none
}
.inn-aborta-text p {
	color: #656565;
	font-size: 12px;
	line-height: 30px;
	letter-spacing: 1px;
	margin-bottom: 40px;
}
.inn-aborta-text p:last-child {
	margin-bottom: 0;
}
.inn-aborta-image1 img, .inn-aborta-image2 img{
	padding: 2px;
	border: 2px solid #939393;
}
.inn-aborta-image {
	margin-top: 50px;
}
.inn-aborta-image2 img {
	margin-top: 60px;
}
.inn-aborta-text2 p {
	color: #fff;
	font-size: 12px;
	letter-spacing: 1.8px;
	line-height: 22px;
}
.inn-aborta-text2 .abt-title h5 {
	color: #fff;
	font-size: 12px;
	letter-spacing: 1.8px;
	line-height: 22px;
	font-family: 'Roboto-Regular';
	font-style: italic;
	margin-bottom: 20px;
}
.inn-aborta-text2 .abt-title h2 {
	font-size: 20px;
	font-family: 'Roboto-Medium';
	color: #fff;
	letter-spacing: 1px;
	margin-bottom: 0px;
	text-align: left;
	font-style: normal;
}
.aborta-text ul {
	margin-bottom: 30px;
}
.aborta-text ul li {
	color: #fff;
	font-size: 12px;
	letter-spacing: 1.8px;
	line-height: 22px;
	padding: 0 0 0 45px;
	position: relative;
}
.aborta-text ul li:before {
	position: absolute;
	content: '.';
	left: 0px;
	color: #fff;
	font-size: 25px;
	top: -6px;
}
.aborta-text2 ul li {
	width: 31%;
	color: #fff;
	font-size: 12px;
	letter-spacing: 1.8px;
	line-height: 22px;
	padding: 0 0 0 45px;
	position: relative;
	float: left;
	padding-left: 60px;
	margin: 0 20px 0 0;
}
.aborta-text2 ul li::before {
	position: absolute;
	content: "";
	background: url(../images/sprite.png) no-repeat 0 0;
	width: 44px;
	height: 42px;
	background-position: 0 0;
	top: -12px;
	left: 0;
}
.i-1::before {
	background-position: -54px -4px !important;
}
.i-2::before {
	background-position: -54px -50px !important;
}
.i-3::before {
	background-position: -55px -96px !important;
}
.aborta-text2 {
	float: left;
	margin-top: 30px;
}
.inn-aborta-text2 {
	width: 80%;
	margin: 0 auto;
}
/*====== Client Page =======*/

.client-list {
	padding: 50px 0 70px;
}
.client-list h3 {
	text-align: center;
	font-size: 24px;
	text-transform: uppercase;
	font-family: 'Panton-BlackCaps';
	line-height: 22px;
	letter-spacing: 1px;
}
.client-list p {
	color: #000;
	text-align: center;
	padding-bottom: 20px;
	font-size: 12px;
	line-height: 21px;
	letter-spacing: 1px;
}
.client-name {
	box-shadow: 0px 0px 3px 0px #dadada;
	margin-bottom: 34px;
	padding: 20px 10px;
	min-height: 270px;
	overflow: hidden;
	background: #fff;
}
.client-name h4 {
	color: #000;
	text-align: center;
	font-size: 10px;
	text-transform: uppercase;
	padding: 30px 0px 0;
	line-height: 21px;
	letter-spacing: 1px;
}
.client-name a:hover img {
	transform: scale(1.2,1.2);
	transition: all ease-in-out 0.5s;
}
.client-list .site-btn {
	text-align: center;
	margin: 40px 0 0 0;
}
.client-list .site-btn a {
	box-shadow: none;
	border: 1px solid #000;
}
.client-list .site-btn a:hover, .client-list .site-btn a:focus {
	background: #fff;
	color: #79c387;
	border: 1px solid #79c387;
}
/*======= Contact Page =========*/

.map-container iframe {
	width: 100%;
	height: 400px;
}
.map-container iframe {
	width: 100%;
	display: block;
	pointer-events: none;
	position: relative; /* IE needs a position other than static */
}
.map-container iframe.clicked {
	pointer-events: auto;
}
.contact-block {
	background: #fff;
	color: #fff;
	padding-top: 40px;
	padding-bottom: 40px;
}
.con-title {
	text-align: center;
	margin: 0 0 35px;
}
.con-title h2 {
	font-size: 16px;
	color: #656565;
	margin: 0 0 10px 0;
	letter-spacing: 1px;
	text-transform: capitalize;
}
.con-title h2 span {
	color: #eae6dd;
}
.con-title p {
	font-size: 12px;
	color: #cccac4;
	padding: 0 70px 30px;
	margin: 0 0 10px 0;
	display: inline-block;
	border-bottom: 1px solid #cec7c7;
	position: relative;
	line-height: 20px;
	letter-spacing: 1px;
}
.con-title p::after {
	position: absolute;
	left: 0;
	right: 0;
	width: 44px;
	height: auto;
	margin: 0 auto;
	font-family: 'FontAwesome';
	content: '\f0d7';
	z-index: 999;
	color: #44b953;
	font-size: 32px;
	bottom: -12px;
	display: inline-block;
	background: #000;
}
.contact-info-each {
	margin: 0 0 28px;
}
.contact-info-icon {
	width: 20%;
	float: left;
	text-align: center;
	padding: 10px 0;
}
.contact-info-icon i.fa {
	font-size: 27px;
	color: #44b953;
}
.contact-info-text {
	width: 79%;
	float: left;
	border-left: 1px solid #9c9595;
	padding: 10px 0 10px 25px;
}
.contact-info-text h3 {
	font-size: 14px;
	text-transform: uppercase;
	color: #656565;
	margin: 0 0 8px;
	letter-spacing: 1px;
}
.contact-info-text p {
	color: #928c8c;
	font-size: 12px;
	letter-spacing: 1px;
}
.contact-info-text p a {
	color: #928c8c;
	font-size: 12px;
	letter-spacing: 1px;
}
.contact-form input[type="text"], .contact-form input[type="tel"], .contact-form input[type="email"], .contact-form textarea {
	border: none;
	background: none;
	width: 100%;
	border: 1px solid #928c8c;
	margin: 0px 0 20px;
	padding: 10px;
	letter-spacing: 1px;
	color: #928c8c;
}
.contact-form textarea {
	resize: none;
}
.contact-form input[type="submit"] {
	background: #44b953;
	border: 1px solid #44b953;
	padding: 8px 0;
	width: 150px;
}
.contact-form input[type="submit"]:hover {
	background: #fff;
	border: 1px solid #44b953;
	color: #44b953;
}
.contact-form input[type="text"]:focus, .contact-form input[type="tel"]:focus, .contact-form input[type="email"]:focus, .contact-form textarea:focus {
	border: 1px solid #44b953;
}
.con-bottom-details .contact-info-text {
	width: 100%;
	float: none;
	border-left: none;
	padding: 12px;
	text-align: center;
	margin: 20px 0;
	background: rgba(68,185,83,0.5);
	height: 90px;
}
.con-bottom-details .contact-info-text h3 {
	color: #636363;
}
.con-bottom-details .contact-info-text p, .con-bottom-details .contact-info-text p a {
	color: #636363;
}

/*====== Innovation Page =======*/

.innovation-page .abt-title h2 {
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-family: 'Roboto-Bold';
	color: #646464;
	letter-spacing: 1px;
	margin-bottom: 30px;
}
.innovation-page .inn-abt-image img {
	margin-top: 10px;
}
.innovation-page .inn-abt-text p {
	color: #656565;
	font-size: 12px;
	line-height: 30px;
	letter-spacing: 1px;
}
.innovation-page .inn-abt-text h5 {
	color: #656565;
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 1px;
}
.innovation-page h6 {
	color: #656565;
	font-size: 12px;
	line-height: 30px;
	letter-spacing: 1px;
}
.innovation-page h6 img {
	margin-left: 10px;
}
.innovation-page .inn-abt-text ul li {
	color: #656565;
	font-size: 12px;
	line-height: 30px;
	letter-spacing: 1px;
	padding-left: 40px;
	list-style: decimal;
}
.innovation-page .inn-abt-text ul {
	margin-left: 15px;
	margin-bottom: 0;
}

.innov-text ul li h5 {
	font-size: 12px;
	font-family: 'Roboto-Bold';
	color: #fff;
	letter-spacing: 1px;
	margin-bottom: 5px;
	line-height: 20px;
}
.innov-text ul li h5 span {
	font-size: 12px;
	font-family: 'Roboto-Bold';
	color: #fff;
	letter-spacing: 1px;
	margin-bottom: 5px;
	line-height: 20px;
	padding-right: 40px;
}
.innov-text ul li p {
	font-size: 12px;
	color: #fff;
	letter-spacing: 1px;
	margin-bottom: 5px;
	line-height: 20px;
	margin-top: 0px;
}
.innov-text p {
	font-size: 12px;
	color: #fff;
	letter-spacing: 1px;
	margin-bottom: 5px;
	line-height: 20px;
	margin-top: 30px;
}
.innov-text {
	width: 90%;
	margin: 0 0 0 30px;
	}

.innov-text .site-btn a {
	background: #000;
	color: #fff;
	display: inline-block;
	font-size: 15px;
	padding: 15px 32px;
	box-shadow: none;
	letter-spacing: 1px;
}
.innov-text .site-btn a:hover, .innov-text .site-btn a:focus {
    background: #fff;
    color: #79c387;
}
.app-sec p {
	font-size: 12px;
	color: #65656;
	letter-spacing: 1px;
	margin-bottom: 5px;
	line-height: 22px;
	margin-top: 30px;
}
.app-sec {
	position: relative;
	margin-left: 100px;
	margin: 30px 0 20px 100px;
}
.app-sec::before {
	position: absolute;
	content: "";
	background: url(../images/app-icon.png) no-repeat 0 0;
	width: 54px;
	height: 54px;
	top: -8px;
	left: -100px;
}
.app-sec p {
	font-size: 12px;
	color: #656565;
	letter-spacing: 1px;
	margin-bottom: 5px;
	line-height: 22px;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	font-family: 'Roboto-Regular';
}

.app-sec p a {
	font-family: 'Roboto-Bold';
	color: #656565;
}
.innov-text2 {
	width: 90%;
	margin-left: 30px;
}
.innov-text2 p {
	font-size: 12px;
	color: #656565;
	letter-spacing: 1px;
	line-height: 22px;
	margin-top: 30px;
	margin-bottom: 0px;
	font-family: 'Roboto-Regular';
}
.innov-text2 h4 {
	font-size: 16px;
	color: #656565;
	letter-spacing: 1px;
	line-height: 22px;
	font-family: 'Roboto-Bold';
}
/*==== Integrate Page =====*/

.integrate-image {
	margin-top: 10px;
}

.integrate-image img {
	padding: 2px;
	border: 2px solid #949494;
	margin-bottom: 26px;
	width: 280px;
	display: inline-block;
}

.integrateimg2 {
	float: right;
}

.integrateimg1 {
	position: relative;
}

.int-img1 {
	float: left;
	position:relative
}
.int-img1::before {
	position: absolute;
	content: '';
	background: url(../images/before1.png);
	right: -60px;
	bottom: 30px;
	height: 67px;
	width: 27px;
}
.int-img2 {
	float: right;
	position:relative
}
.int-img2::before {
	position: absolute;
	content: '';
background: url(../images/before2.png);
	left: -60px;
	top: 0;
	height: 67px;
	width: 27px;
}

.inn-aborta-text > ul > li {
	font-size: 12px;
	font-family: 'Roboto-Regular';
	letter-spacing: 0.5px;
	line-height: 30px;
	padding-left: 35px;
	position: relative;
	color: #656565;
}
.inn-aborta-text > ul > li::before {
	position: absolute;
	content: '.';
	left: 0px;
	color: #656565;
	font-size: 25px;
	top: -6px;
}
.inn-aborta-text h5 {
	color: #656565;
	font-size: 11px;
	line-height: 30px;
	letter-spacing: 1px;
	margin-bottom: 10px;
}
.inn-aborta-text h6 {
	color: #656565;
	font-size: 11px;
	line-height: 30px;
	letter-spacing: 1px;
	margin-bottom: 10px;
	margin-left: 70px;
	position: relative;
}
.inn-aborta-text h6::before {
	position: absolute;
	content: "";
	background: url(../images/sprite.png) no-repeat 0 0;
	background-position: -58px -142px;
	width: 42px;
	height: 42px;
	top: 8px;
	left: -70px;
}

.second-part {
	width: 100%;
	margin: 0 auto;
}
.assurance li {
	position: relative;
	margin-bottom: 60px;
}
.assurance li::after {
	position: absolute;
	content: "";
	background: #fff;
	width: 180px;
	height: 1px;
	bottom: -30px;
	left: 0;
}
.assurance li:last-child {
	margin-bottom: 0px;
}
.assurance li:last-child:after {
	display: none;
}
.assurance li h2 {
	font-size: 20px;
	color: #fff;
	font-family: 'Roboto-Bold';
	letter-spacing: 1px;
	line-height: 20px;
}
.assurance li h2 img {
	padding-right: 10px;
	margin: -4px 0 0 0;
}
.assurance li p {
	font-size: 12px;
	color: #fff;
	letter-spacing: 1px;
	line-height: 22px;
	margin-top: 30px;
	margin-bottom: 0px;
	font-family: 'Roboto-Regular';
}
/*===== Sustain Page ======*/

.inn-sustain p {
	margin-bottom: 0;
}
.inn-sustain h5 {
	margin: 30px 0 20px 0;
}
/*==== Business Insurance Page =======*/

.business-insurance-text p {
	color: #656565;
	font-size: 12px;
	line-height: 30px;
	letter-spacing: 1px;
	margin-bottom: 0px;
}
.insurance-list ul {
	margin: 40px 0 0 0;
}
.insurance-list ul li {
	position: relative;
	margin-bottom: 20px;
}
.i-list-1::before {
	position: absolute;
	content: "";
	background: url(../images/sprite.png) no-repeat 0 0;
	background-position: -104px -4px;
	width: 40px;
	height: 40px;
	top: 6px;
	left: 0;
}
.i-list-2::before {
	position: absolute;
	content: "";
	background: url(../images/sprite.png) no-repeat 0 0;
	background-position: -104px -46px;
	width: 40px;
	height: 40px;
	top: 6px;
	left: 0;
}
.i-list-3::before {
	position: absolute;
	content: "";
	background: url(../images/sprite.png) no-repeat 0 0;
	background-position: -104px -88px;
	width: 40px;
	height: 40px;
	top: 6px;
	left: 0;
}
.i-list-4::before {
	position: absolute;
	content: "";
	background: url(../images/sprite.png) no-repeat 0 0;
	background-position: -104px -130px;
	width: 40px;
	height: 40px;
	top: 6px;
	left: 0;
}
.insurance-list ul li a {
	padding: 20px 0 20px 80px;
	display: block;
	color: #656565;
	font-family: 'Roboto-Medium';
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.insurance-list ul li:last-child {
	margin-bottom: 0;	
}
/*====== Training Page ========*/

.training-text p {
	color: #656565;
	font-size: 12px;
	line-height: 22px;
	letter-spacing: 0.6px;
	margin-bottom: 40px;
}
.training-second-part h2 {
	font-size: 20px;
	color: #fff;
	font-family: 'Roboto-Bold';
	letter-spacing: 1px;
	line-height: 20px;
}

.training-image img {
	padding: 2px;
	border: 2px solid #949494;
}
.training-course {
	padding: 0 !important;
	margin: 40px 0;
}
.training-course ul li {
	color: #fff;
	font-size: 12px;
	line-height: 22px;
	letter-spacing: 1px;
	position: relative;
	padding-left: 40px;
}
.training-course ul li::before {
	position: absolute;
	content: '.';
	left: 0px;
	color: #fff;
	font-size: 25px;
	top: -6px;
}
.training-second-part p {
	color: #fff;
	font-size: 12px;
	line-height: 22px;
	letter-spacing: 1px;
	margin-bottom: 0px;
}
.training-course img {
	margin-top: 20px;
}
/*==== Services Page ====*/


.serv-text p {
	color: #656565;
	font-size: 12px;
	line-height: 30px;
	letter-spacing: 1px;
	margin-bottom: 30px;
}
.serv-text-img {
	margin-bottom: 20px;
}
.serv-text-img img {
	margin-right: 15px;
}
.serv-image {
	margin-top: 48px;
}

.serv-image img{
padding: 2px;
border: 2px solid #939393;
}

.serv-second-part h2 {
	font-size: 20px;
	color: #fff;
	font-family: 'Roboto-Bold';
	letter-spacing: 1px;
	line-height: 20px;
}
.serv-second-part p {
	color: #fff;
	font-size: 12px;
	line-height: 22px;
	letter-spacing: 1px;
	margin-bottom: 0px;
}
.serv-each-details h4 {
	font-size: 14px;
	font-family: 'Roboto-Bold';
	color: #fff;
	letter-spacing: 1px;
	padding-left: 30px;
	position: relative;
}
.serv-each-details h4::before {
	position: absolute;
	content: '.';
	color: #fff;
	font-size: 25px;
	top: -14px;
	left: -16px;
}
.serv-each-details ul li {
	font-size: 12px;
	color: #fff;
	padding: 5px 0 5px 70px;
	position: relative;
}
.serv-each-details ul li::before {
	position: absolute;
	content: 'o';
	color: #fff;
	font-size: 12px;
	top: 4px;
	left: 30px;
}
.serv-each-details {
	margin-top: 10px;
}

/*======== Facilities Page =========*/

.facilities {
	background: url(../images/facilities-bg.jpg);
	background-position: bottom;
	background-size: cover;
	background-attachment: fixed;
}
.facilities-page {
	padding: 40px 0;
}
.facilities-list {
	margin-bottom: 40px;
}
.facilities-content {
	background-color: #79c387;
	display: flex;
	flex-direction: column;
	padding: 0 0 30px 0;
	width: 100%;
	box-shadow: 5px 13px 12px #d5d4d2;
	height: 100%;
}
.facilities-content-image {
	overflow: hidden;
}
.facilities-content img {
	width: 100%;
	height: 145px;
	object-fit: cover;
}
.facilities-content h4 {
	color: #fff;
	font-size: 16px;
	letter-spacing: 1px;
	font-family: 'Roboto-Medium';
	padding: 20px 0 0 30px;
}
.facilities-content p {
	color: #fff !important;
	text-align: left !important;
	font-style: inherit;
	font-size: 12px;
	font-family: inherit;
	letter-spacing: 0;
	padding: 0 50px 40px 30px !important;
	line-height: 30px;
	height: 270px;
	overflow-x: auto;
}
.facilities-content-image img {
	width: 100%;
	height: 200px;
	object-fit: cover;
	object-position: top;
}
.facilities-list:hover .facilities-content-image img {
	transform: scale(1.2);
	transition: 0.5s all ease-in-out;
	-moz-transition: 0.5s all ease-in-out;
	-webkit-transition: 0.5s all ease-in-out;
	-ms-transition: 0.5s all ease-in-out;
	-o-transition: 0.5s all ease-in-out;
}
.facilities-page  p {
	color: #656565;
	text-align: center;
	font-size: 12px;
	letter-spacing: 1px;
	padding: 0 0 20px;
	line-height: 30px;
}

/*======= Work Page ========*/


.work {
	background: url(../images/work-bg.jpg);
	background-position: bottom;
	background-size: cover;
	background-attachment: fixed;
}
.work-page {
	padding: 50px 0 30px;
}
.work-details p {
	color: #656565;
	font-size: 12px;
	line-height: 30px;
	letter-spacing: 1px;
	margin-bottom: 30px;
}
.work-details-img img {
	margin-top: 60px;
}
.work-details-img img:first-child {
	margin-top: 10px;
}
/*======== Safework Page ==========*/
.safework-text p {
	color: #656565;
	font-size: 12px;
	line-height: 30px;
	letter-spacing: 1px;
	margin-bottom: 30px;
}
.safework-image2 {
	float: right;
}

.safework-image img {
	height: 160px;
	margin-bottom: 30px;
	padding: 2px;
	border: 2px solid #939393;
	width: 250px;
	object-fit: cover;
	object-position: top;
}
.safework-text2 h5 {
	color: #fff;
	font-size: 12px;
	line-height: 22px;
	letter-spacing: 1px;
	margin-bottom: 20px;
}
.safework-text2 h5 img {
	padding-right: 19px;
}
.safe-txt-2 ul li {
	font-size: 12px;
	line-height: 22px;
	letter-spacing: 1px;
	color: #fff;
}

.safe-txt-lt ul {
	text-align: left;
	margin: 0 90px 0 0;
}
.safe-txt-md ul {
	float: none;
	margin: 0 90px;
}
.safe-txt-rt ul {
	margin: 0 90px;
}
.safe-txt-2 {
	margin: 20px 0;
	position: relative;
}
.safe-txt-2::after {
	position: absolute;
	content: "";
	background: #fff;
	width: 1px;
	height: 80px;
	top: 5px;
	right: 0;
}
.safe-txt-rt:after {
	display: none;
}

.safework-text2 p {
	color: #fff;
	font-size: 12px;
	line-height: 22px;
	letter-spacing: 1px;
	margin: 30px 0;
}

.safe-txt-3 h5 {
	color: #fff;
	font-size: 12px;
	line-height: 22px;
	letter-spacing: 1px;
	margin-bottom: 20px;
}
.safe-txt-3 h5 img {
	padding-right: 30px;
}
.safe-txt-3 {
	padding: 0 20px 0 20px;
	position: relative;
}
.safe-txt-3::after {
	position: absolute;
	content: "";
	background: #fff;
	width: 1px;
	height: 80px;
	top: 5px;
	right: 0;
}
.safe-txt-3-rt:after {
	display: none;
}
.safe-txt-3-rt {
	padding-left: 70px !important;
}
.safe-txt-3 p {
	color: #fff;
	font-size: 12px;
	line-height: 22px;
	letter-spacing: 1px;
	margin: 0 !important;
}
.safe-txt-3-md {
	padding-left: 20px !important;
}
.safe-txt-3 p span {
	padding-left: 15px;
}
.safe-txt-3 p span a, .safe-txt-3 p a {
	color: #fff;
}



div.wpcf7-validation-errors {
	border: 2px solid #f00;
	margin: 10px 0;
	background: #f00;
	color: #fff;
	text-align: center;
	font-size: 16px;
	padding: 10px;
	position: absolute;
	bottom: -15px;
	right: 30px;
}
div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
	background: #398f14;
	color: #fff;
	text-align: center;
	font-size: 16px;
	padding: 10px;
	position: absolute;
	bottom: -15px;
	right: 30px;
}
span.wpcf7-not-valid-tip {
	color: #f00;
	font-size: 1em;
	font-weight: normal;
	display: block;
	position: absolute;
	top: 0;
	right: 15px;
}
/********************/
/*.password-block{
	height:calc(100vh - 197px);	
}*/
.password-block-first form {
    text-align: center;
    padding: 0 0 75px;
}
.password-block-first form input[type="submit"] {
    background: #73ca7f;
    padding: 2px 20px;
    font-size: 14px;
    color: #fff;
    border: 1px solid #73ca7f;
}
.login-img {
    text-align: center;
    margin: 75px 0 20px;
}



