body{
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	!height:0%;
}

#solutions .container .row .col-sm-12 {
	margin-bottom: 40px;
}

.text-center > div{
	display: inline-block;
	float: none;
}

.header-soc{
	display: flex;
	list-style-type:none;
}
.header-soc li{
	padding: 40px 5px;

}
.header-soc li:hover a svg #Path_82{
fill: #8ECA70;
}
.header-soc li:hover a svg path{
	fill: #8ECA70;
	}
.header-soc li:hover a svg #LinkedIn-2{
fill: #8ECA70;
}

.header-soc li:nth-child(1)::before{
	content: '';
	display: block;
	height: 35px;
	width: 1px;
	background-color: rgb(217, 217, 219);
	position: absolute;
	margin-top: -8px;
	margin-left: -23px;
}

.header-soc li:nth-child(3)::before{
	content: '';
	display: block;
	height: 35px;
	width: 1px;
	background-color: rgb(217, 217, 219);
	position: absolute;
	margin-top: -8px;
	margin-left: 41px;
}

.hdr-mail{
	color: #6f6f6f;
	background-color: transparent !important;
	margin-left: 40px;
 	padding: 0px 0px 9px!important;
 	display: flex;
	flex-direction: column;
	justify-content: center;
}

.hdr-mail a{
	color: #6f6f6f;
	background-color: transparent !important;
	text-decoration: none;
}
.hdr-mail a:hover{
	color: #8ECA70;
}

.hdr-add{
	display: flex;
	white-space: nowrap;
}


.carousel{
	!position:relative;
}
.carousel-test{
	padding:0px;
}
.logo img{
	padding:20px;
}

.banner-bg{
	z-index:1000;
	!background:rgba(0,0,0,0.9);
	text-align: center;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	!color:#fff;
	text-align:center;
}
.carousel-indicators{
	z-index:999;
	height:20px;
}
.center-align{
	padding:150px 0px;
}
.banner-text{
	padding:40px 0px;
}
.banner-text p{
	font-size:25px;
	color:#fff;
}
.banner-menu{
	padding:40px 0px;
}
.banner-menu a{
	text-decoration:none;
	color:#fff;
}
.menu-content, .menu-content1{
	background:rgba(166,166,166,0.2);
	padding:30px 10px;
	!opacity:0.5;
	border-radius:5px;
	transition:0.5s ease;
}
.menu-content:hover{
	!background:rgb(58,174,217);
	background:#8ECA70;
	border-radius:0px;
	!transform:scale(1.1,1.1);
}
.menu-content p{
	font-size:17px;
	!margin-top:15px;
	color:#fff;
	padding-top:15px;
	margin:0px;
	font-weight:lighter;
}
.child { 
	display: table-cell; 
	height: 100%; 
	vertical-align: middle; 
	width: 100%; 
}
.parent { 
	display: table; 
	height: 100%;
	width:100%;
}
#about, #sol{
	cursor:pointer;
}

/* Ripple Out */
@-webkit-keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}

@keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}

.hvr-ripple-out {
 ! display: inline-block;
  !vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
.hvr-ripple-out:before {
  content: '';
  position: absolute;
  !border: #e1e1e1 solid 4px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.hvr-ripple-out:hover:before, .hvr-ripple-out:focus:before, .hvr-ripple-out:active:before {
  -webkit-animation-name: hvr-ripple-out;
  animation-name: hvr-ripple-out;
  border: #8ECA70 solid 4px;
}


/*----*/
.banner-next{
	padding:60px 0px 30px 0px;
}
.next-text img{
	padding:20px 0px;
}
.next-text h5{
	color:#000;
	text-align:center;
}
.next-text p{
	color:#000;
	text-align:center;
	font-size:15px;
}
/*----*/
.about{
	background:#f1f7f7;
	padding:60px 0px;
}
.a-text{
	padding:40px 0px 0px 0px;
}
.a-text h2{
	margin-top:-20px;
	!padding:0px;
	color:#000;
}
.about-text{
	padding:40px 0px;
}
.about-text p{
	font-size:16px;
}
.about-text a{
	border:2px solid #8ECA70;
	padding:10px 20px;
	border-radius:15px;
	color:#8ECA70;
	text-decoration:none;
}

.about-text a:hover{
background-color: #8ECA70;
color: white;
border:2px solid white;
}

.about-divider{
	width:100px;
	height:3px;
	background-color:#8ECA70;
}

/*----*/
.why{
	background:url(../images/why-us-bg.jpg);
	background-size:cover;
	width:100%;
	!padding:20px;
	position:relative;
}
.w-text{
	padding:80px 0px 0px 0px;
}
.w-text h2{
	margin-top:-20px;
	!padding:0px;
	color:#fff;
}
.why-text{
	padding:40px 0px 60px 0px;
}
.w-text p{
	font-size:16px;
	color:#fff;
}
.why-text p{
	font-size:16px;
	color:#fff;
}
.why-text a{
	border:2px solid #fff;
	padding:10px 20px;
	border-radius:15px;
	color:#fff;
	text-decoration:none;
}

.why-text a:hover{
	background-color: #8ECA70;
	color: white;
	border:2px solid white;
	}


.why-img img{
	/* padding-top:143px; */
	width: 555px;
}
.why-divider{
	width:100px;
	height:3px;
	background-color:#fff;
}
/*----*/
.solution{
	padding:60px 0px;
}
.solution-text h5{
	color:#000;
}
.solution-text p{
	color:#000;
	font-size:15px;
}
.nopadding{
	padding:0px;
}

/*------*/
.client{
	background:#f1f7f7;
	padding:40px 0px;
}
/*------*/
.testimonial{
	background:url(../images/testimonial-bg.jpg);
	background-size:cover;
	padding:20px;
}
.test-menu{
	padding:40px 0px;
}
.test-menu p{
	text-align:center;
	color:#fff;
	font-size:16px;
}
.test-menu h4{
	text-align:center;
	color:#fff;
}


/*------WHY US-----------*/

.why-us-page{
	padding:50px 0px;
}
.why-us-text h2{
	margin-top:-20px;
	!padding:0px;
	color:#000;
}
.why-us-text p{
	font-size:14px;
	color:#000;
}
.why-us-details p{
	font-size:15px;
	color:#000;
}
.why-us-image{
	position:relative;
}
.line-img{
	position:absolute;
	top:35px;
	left:-156px;
}
.why-us-details ul{
	margin-left:-15px;
}
.why-us-details ul li{
	padding:8px 0px;
	color:#000;
	font-size:15px;
}
/*------WHY US END-----------*/

/*------CONTACT US END-----------*/

.contact{
	padding:50px 0px; 
}
.add-head h5{
	color:#000;
}
.add-text{
	position: relative;
	padding-left: 40px;
}
.add-text img{
	position: absolute;
	top:5px;
	left:0px;
}
.add-text p{
	font-size:15px;
	padding:0px;
	margin-top:-3px;
}
.add-img img{
	width:100%;
	padding:0px;
	margin:0px;
}
.contact-form  input[type="text"],input[type="email"]{
	width:100%;
	padding:15px;
	margin-top:25px;
}
.contact-form  textarea{
	width:100%;
	padding:15px;
	margin-top:25px;
}
.contact-form button{
	padding:10px 30px;
	background:#8ECA70;
	color:#fff;
	margin-top:25px;
	border:0px;
	font-size:14px;
}
.map{
	padding:40px 0px;
}
/*------CONTACT US END-----------*/

/*------SERVICES-----------*/
.free{
	background:#dfdfdf;
	padding:40px 0px;
}
.free-details h4{
	text-align:center;
	color:#000;
	font-weight:lighter;
}
.free-details p{
	text-align:center;
	color:#000;
	font-weight:lighter;
	font-size:16px;
}
.free-details p span{
	font-size:20px;
	font-weight:bold;
}
.service-form input[type="text"]{
	width:100%;
	padding:12px 10px 12px 30px;
	margin-top:10px;
	border:0px;
	border-right:1px solid #ddd;
}
.service-form input[type="email"]{
	width:100%;
	padding:12px 10px 12px 40px;
	margin-top:10px;
	border:0px;
	border-right:1px solid #ddd;
}
.service-form button{
	background:#8ECA70;
	width:100%;
	padding:12px;
	color:#fff;
	border:0px;
	margin:0px;
	margin-top:10px;
}
.nopadding{
	padding:0px;
}
.small-text p{
	font-size:12px;
	color:#000;
	margin-top:20px;
	text-align:center;
}
.no{
	padding-top:30px;
	text-align:center;
}
.no li{
	padding-right:8px;
	list-style:none;
	display:inline-block;
}
.position{
	position:relative;
}
.input-img{
	position:absolute;
	top:18px;
	left:10px;
}
.system{
	/* background-image:url(../images/system-int-bg.jpg); */
	background-size:cover;
	position: relative;
	padding:20px;
	/* background-position: 40%; */
}
.system-text{
	padding:50px 20px;
	margin: 100px 0px;
	background-color: rgba(0, 0, 0, 0.602);
}
.system-text h4{
	color:white;
}
.system-text p{
	color:white;
	font-size:16px;
	animation-delay:0.3s;
}

.consult{
	background-image:url(../images/consult-bg.jpg);
	background-size:cover;
	padding:20px;
	background-position: 80% 50%;
}
.install{
	/* background-image:url(../images/installation.jpg); */
	/* background-size:cover; */
	padding:20px;
	position: relative;
}
.maintain{
	background-image:url(../images/maintain-bg.jpg);
	background-size:cover;
	padding:20px;
}

/*------SERVICES END-----------*/

/*------PRODUCTS-----------*/
.products{
	padding:50px 0px;
}
.product-details img{
	margin-top:10px;
	!width:100%;
	margin:0 auto;
}
.product-details h5{
	padding:20px 0px 0px 0px;
	text-align:center;
	color:#000;
}
.product-details p{
	text-align:center;
	color:#000;
	font-size:15px;
	!animation-delay:0.5s;
}

/*------PRODUCTS END-----------*/

/*------SOLUTIONS-----------*/
.solution{
	padding:50px 0px;
}
.s-text{
	!padding:40px 0px 0px 0px;
}
.s-text h2{
	margin-top:-20px;
	!padding:0px;
	color:#000;
	text-align:center;
}
.s-text p{
	color:#000;
	text-align:center;
	font-size:15px;
}
.solution-menu{
	padding:30px 0px;
}
.solution-menu li{
	list-style:none;
	display:inline-block;
	padding-left:30px;
}
.solution-menu li img{
	width:80px;
}
.solution-menu p{
	text-align:center;
	font-size:15px;
	color:#000;
	margin-top:25px;
}
.solution-text1{
	padding:50px 0px;
}
.solution-img{
	position:relative;
}
.right-line-img{
	position:absolute;
	top:70px;
	right:-100px;
}
.left-line-img{
	position:absolute;
	top:70px;
	left:-100px;
}
.solution-details{
	padding:60px 0px 20px 100px;
}
.sol-detail{
	padding:60px 20px 20px 50px;
}
.solution-details h4{
	color:#8ECA70;
}
.solution-details {
	color:#000;
}
.solutions_inner{
	padding:50px 0px;
}
.solutions_inner_head p{
	font-size:15px;
	color:#000;
}
.solutions_inner_head p span{
	font-size:15px;
	color:#000;
	font-weight:600;
}
.solutions_inner_head ul{
	margin-left:-10px;
}
.solutions_inner_head ul li{
	list-style:none;
	list-style-image:url(../images/list.png);
	padding:5px 0px;
	font-size:15px;
}
/*------SOLUTIONS END-----------*/

/*------ABOUT US-----------*/
.about-us{
	padding:20px 0px;
}
.about-us-text{
	padding:0px 0px;
}
.about-us-text p{
	font-size:15px;
	color:#000;
}
.about-us-img{
	margin-top:30px;
	position:relative;
}
.about-line-img{
	position:absolute;
	top:50px;
	left:-100px;
}
.how-work{
	background-image:url(../images/how-work-bg.jpg);
	background-size:cover;
	padding:50px 0px;
}
.how-work-details{
	background:#8ECA70;
}
.how-work-details h5{
	padding:20px;
	color:#fff;
	font-weight:lighter;
	margin:0px;
}
.how-divider{
	border-bottom:1px solid #0c74a7;
	margin:0px;
	padding:0px;
}
.work-content p{
	padding:20px;
	margin:0px;
	color:#fff;
	font-size:14px;
	font-weight:lighter;
}
.work-content li{
	list-style-image:url(../images/arrow.png);
	!padding:5px 20px 10px 20px;
	padding:3px 20px;
	color:#fff;
	font-size:15px;
}



.vision-text{
	padding:40px;
}
.vision-text p{
	font-size:15px;
	color:#000;
}
.vision-text li{
	list-style-image:url(../images/bullet.png);
	font-size:15px;
}
section {
  display: none;
  padding: 20px 0 0;
  border: 1px solid #bebebe;
  background:#fff;
}

input {
  display: block;
}

label {
  display: inline-block;
  margin: 0 0 -1px;
  padding: 15px 0px;
  text-align: center;
  color: #fff;
  border: 1px solid #bebebe;
  width:25%;
  font-size:15px;
  background:#8ECA70;
}

label:before {
  font-family: fontawesome;
  font-weight: normal;
  margin-right: 10px;
}


label:hover {
  color: #fff;
  cursor: pointer;
}

input:checked + label {
  color: #8ECA70;
  border: 1px solid #bebebe;
  border-bottom: 1px solid #fff;
  background:#fff;
}

#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4 {
  display: block;
}

@media screen and (max-width: 650px) {
  label {
    font-size: 16;
  }
  label:before {
    margin: 0;
    font-size: 18px;
  }
    label {
    padding: 15px 0px;
	width:100%;
  }
  
}

@media screen and (max-width: 400px) {
  label {
    padding: 15px 0px;
	width:100%;
  }
}

 
@media only screen and (max-width: 800px) {

main {
   padding: 15px;
 }

}

.main {
		display: -ms-flex;
		display: -webkit-flex;
		display: flex;
    }
    .one{
	   ! width: 50%;
		!padding: 10px;
		!background:#eee;
		!font-size:16px;
		!margin-right: 20px;
    }
    @media screen and (max-width: 480px) {

			.main {
			!display: -ms-flex;
			!display: -webkit-flex;
			display: inherit;
		}
	}
	
	
.team{
	padding:50px 0px 20px 0px;
	position:relative;
}
.owl-buttons{
	position:absolute;
	top:-40px;
	left:0px;
	right:0px;
	bottom:0px;
	margin-right:auto;
	margin-left:auto;
	height:25px;
}
.dotClass{
	display:none;
}
.image-bg{
	background:#eeeeee;
	position:relative;
}
.name{
	background:rgba(123,134,144,0.5);
	padding:20px;
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	margin:0px;
}
.name p{
	color:#fff;
	margin:0px;
}
.name p span{
	color:#fff;
	font-size:14px;
}
.name-desc{
	padding:20px 0px;
}
.name-desc p{
	font-size:15px;
}

.media {
  display: inline-block;
  position: relative;
  vertical-align: top;
}

.media__image { display: block; }

.media__body {
  !background: rgba(41, 128, 185, 0.7);
  bottom: 0;
  color: white;
  font-size: 1em;
  left: 0;
  opacity: 0;
  overflow: hidden;
  padding: 3.75em 3em;
  position: absolute;
  text-align: center;
  top: 0;
  right: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  
}
.abc{
	!position:relative;
}
.media__body:hover { opacity: 1; }

.media__body:after,
.media__body:before {
  !border: 1px solid rgba(255, 255, 255, 0.7);
  bottom: 1em;
  content: '';
  left: 1em;
  opacity: 0;
  position: absolute;
  right: 1em;
  top: 1em;
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition: 0.6s 0.2s;
  transition: 0.6s 0.2s;
}



.media__body h2 { margin-top: 0; }

!.media__body p { margin-bottom: 1.5em; }

.media .media__body { background: rgba(88, 169, 209, 0.7); }
.media__body li{
	list-style:none;
	display:inline-block;
	background:#fff;
	border-radius:5px;
	padding:15px;
	width:48px;
	z-index:999;
	margin-top:25%;
	position:absolute;
}
.media__body li:nth-child(1){
	left:110px;
}
.media__body li:nth-child(2){
	left:160px;
}
.media__body li:nth-child(3){
	left:210px;
}
.media__body li a i{
	color:#bcbcbc;
	font-size:16px;
}
.media__body li :hover .media__body li a i{
	color:#0759c9;
	
}
/*------ABOUT US END-----------*/


/*------FOOTER-----------*/
.footer-bottom{
	padding:40px 0px;
	border-top:1px solid #f0f0f0;
}

.footer-text h5{
	color:#000;
	margin-bottom:10px;
	margin-top:10px;
}
.footer-text p{
	font-size:15px;
}
.footer-text li{
	list-style:none;
	padding:5px 0px;
}
.footer-text li a{
	color:#2a2a2a;
	text-decoration:none;
	font-size:15px;
}
.footer-divider{
	width:40px;
	height:2px;
	background-color:#8ECA70;
}
.f-bottom{
	background-color:#f0f0f0;
	padding:25px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.f-bottom p{
	text-align:center;
	padding:0px;
	margin:0px;
	color:#6c6c6c;
	font-size:11px;
}

.f-bottom a img{
    height: 30px;
    margin-bottom: 10px;
}


/*------FOOTER ENDS-----------*/
/*-----------MEDIA QUERIES--------*/

@media only screen and (max-width: 800px) {
	.banner-text{
		padding:20px 0px;
	}
	.banner-text p{
		font-size:20px;
		color:#fff;
	}
	.banner-menu{
		padding:20px 0px;
		
	}
	.menu-content{
		background:rgba(166,166,166,0.2);
		padding:10px 5px;
		margin-top:10px;
	}
	.menu-content img{
		width:25px;
	}
	.menu-content p{
		font-size:14px;
		color:#fff;
		padding-top:10px;
	}
	.carousel-indicators{
		top:34%;
	}
	.page-banner img{
		!height:80px;
	}
	.nopadding{
		padding:15px;
	}
	.system-text{
		padding:50px 20px;
		margin: 0;
	}
	.solution-menu li{
		list-style:none;
		display:inline-block;
		padding-left:5px;
	}
	.solution-menu li img{
		width:50px;
	}
	.solution-details{
		padding:20px 0px;
	}
	.media__body li{
		list-style:none;
		display:inline-block;
		background:#fff;
		border-radius:5px;
		padding:15px;
		width:45px;
		z-index:999;
		margin-top:15%;
		position:absolute;
	}
	.media__body li:nth-child(1){
		left:65px;
	}
	.media__body li:nth-child(2){
		left:115px;
	}
	.media__body li:nth-child(3){
		left:165px;
	}
}

@media only screen and (max-width: 360px){
	.carousel-indicators{
		top:40%;
	}
}
.navbar-brand{
	height: auto!important;
}


@media (max-width: 991px){

.dropdown-toggle+ul{
	display: none!important;
	opacity: 1!important;
}
.jjk.dropdown-toggle+ul{
	display: block!important;
	opacity: 1!important;
}

	.text-center > div{
		float: left!important;
	}

	.carousel-indicators{
		display: none!important;
	}

	.whyzoomdiv{
		position: initial!important;
	}
}

@media only screen and (max-width: 991px) and (min-width: 700px)  {
	.col-sm-6 {
		width: 25%!important;
		}

		.rowflex .col-sm-12{
			width: auto!important;
			margin-left: 40px
			}
}


.serv-imgg{
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.whyzoomdiv{
	position: absolute;
	bottom: 0;
	width: auto;
	right: 0;
}

.whyrow{
	position: relative;
}

.rowflex{
	display: flex;
	flex-wrap: wrap;
	/* justify-content: space-between; */
}
/* #dropdown-menu{
	display: none;
} */
.dropdown-menuk.active{
	/* display: block; */
}

nav.navbar .navbar-brand img.logo{
	width: 75px
}