
/*===========================================================

============= Designed by Kurapati Bharath Kumar ===========

=============================================================*/

*{
  margin:0px;
  padding:0px;
}


body{
  font-size: 15px;
  color:#333;
  background:#fbfbfb;
  font-family: "Roboto", Sans-serif;
  overflow-x: hidden;
  font-weight: 400;
}


.btn{
  padding: 9px 21px;
  color: #fff;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;
  text-transform: none;
  border: none;
  border-radius: 4px;
  margin: 0;
}

.btn-shadow{
  border-radius: 4px 4px 4px 4px;
  box-shadow: 0px 4px 12px 0px rgb(0, 170, 238);
}

.btn-primary{
  color:#ffffff;
  background-color:#00aaee;
}

.btn-primary:hover{
  color:#ffffff;
  background-color:#a0ce4e;

}

.container{
  width:1170px;
  margin:0px auto;
}

.about-text p{
   line-height: 28px;
    color: #333;
}

.main-title{
  color:#0ae;
  font-weight: 100;
  font-size: 34px;
  font-weight: 700;
  background: -webkit-linear-gradient(45deg, #0ae, #9fce4f 80%);
  background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color:transparent;
}

.top-header{
  /* background:#0ae; */
  background: rgb(0,170,238);
  background: linear-gradient(194deg, rgba(0,170,238,1) 60%, rgba(160,206,78,1) 100%);
  color:#fff;
  display: flex;
  padding: 5px;
}

.top-header ul{
  margin:0px;
  padding:0px;
}
.top-header li{
  list-style: none;
  padding: 8px 5px;
  float: left;
}

.top-links-right li{
  float: left;
  width: 30px;
  height: 30px;
  line-height: 0px;
  text-align: center;
  margin: 3px 20px 0px 0px;
  color:#f2c21a;
  border: 1px solid #ebebeb;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.top-links-right li:hover{
  background-color:#98cc56;
  color:  #fff;
}

.top-links-right li i{
  transform: rotate(-45deg);
}

.top-header a{
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.top-header a i{
  padding-right: 0px;
}
.top-header a i:hover{
  color: #fff;
}

.top-links-left{
  float: left;
}

.top-links-right{
  float: right;
}

/*====== header =========*/

.header{
  padding: 10px 50px;
}


.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0px 100px;
  border-bottom: 1px solid rgba(0,0,0,.1);
  position: relative;
  z-index: 10;
  background: #fff;
  }


.header .logo a img{
  /* width:247px; */
  width:auto;
  height:60px;
  float: left;
}

.header #cssmenu{
  margin-left: auto;
}

.header #cssmenu ul{
  margin-bottom:0px;
}



#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #head-mobile {
	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}



#cssmenu:after,
#cssmenu>ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}

#cssmenu #head-mobile {
	display: none
}

#cssmenu>ul>li {
	float: left
}

#cssmenu>ul>li>a {
	padding: 30px 17px;
	/* font-size: 0.9rem; */
  font-size: 14px;
	letter-spacing: 1px;
	text-decoration: none;
	color: rgba(0,0,0,.78);
	  font-weight: 700;  
  /* background: #9fce4f; */
}

#cssmenu ul li.active a {
  color:#a0ce4e !important;
  border: none !important;
}

#cssmenu>ul>li:hover>a {
	color: #fff !important;
}


#cssmenu>ul>li:hover>a{
	color: #a0ce4e !important;
}

#cssmenu>ul>li:hover,
#cssmenu ul li.active:hover,
#cssmenu ul li.active,
#cssmenu ul li.has-sub.active:hover {
	/* background: #a0ce4e !important; */
  	color: #a0ce4e !important;
	-webkit-transition: background .3s ease;
	-ms-transition: background .3s ease;
	transition: background .3s ease;
}

#cssmenu>ul>li.has-sub>a {
	padding-right: 17px;
}

#cssmenu>ul>li.has-sub>a:after {
	/* position: absolute;
	top: 22px;
	right: 11px;
	width: 8px;
	height: 2px;
	display: block;
	background: #ddd;
	content: '' */
}

#cssmenu>ul>li.has-sub>a:before {
	/* position: absolute;
	top: 19px;
	right: 14px;
	display: block;
	width: 2px;
	height: 8px;
	background: #ddd;
	content: '';
	-webkit-transition: all .25s ease;
	-ms-transition: all .25s ease;
	transition: all .25s ease */
}

#cssmenu>ul>li.has-sub:hover>a:before {
	/* top: 23px;
	height: 0; */
}

#cssmenu ul ul {
	position: absolute;
	left: -9999px
}

#cssmenu ul ul li {
	height: 0;
	-webkit-transition: all .25s ease;
	-ms-transition: all .25s ease;
	background: #0ae;
	transition: all .25s ease
}

#cssmenu ul ul li:hover {}

#cssmenu li:hover>ul {
	left: auto
}

#cssmenu li:hover>ul>li {
  height: auto;  
  border-bottom: 1px solid #009ede;
}

#cssmenu ul ul ul {
	margin-left: 100%;
	top: 0
}

#cssmenu ul ul li a {
	border-bottom: 1px solid rgba(150, 150, 150, 0.15);
    padding: 11px 15px;
    width: 231px;
    font-size: 14px;
    text-decoration: none;
    color: #fff;
    font-weight: 400;
    line-height: 16px;
}

#cssmenu ul ul li:last-child>a,
#cssmenu ul ul li.last-item>a {
	border-bottom: 0
}

#cssmenu ul ul li:hover>a,
#cssmenu ul ul li a:hover {
  color: #fff !important;
  /* background:#fbfbfb; */
  background: #9fce4f;
  border: 1px solid rgba(0,0,0,.1);
}

#cssmenu ul ul li.has-sub>a:after {
	position: absolute;
	top: 16px;
	right: 11px;
	width: 8px;
	height: 2px;
	display: block;
	background: #ddd;
	content: ''
}

#cssmenu ul ul li.has-sub>a:before {
	position: absolute;
	top: 13px;
	right: 14px;
	display: block;
	width: 2px;
	height: 8px;
	background: #ddd;
	content: '';
	-webkit-transition: all .25s ease;
	-ms-transition: all .25s ease;
	transition: all .25s ease
}

#cssmenu ul ul>li.has-sub:hover>a:before {
	top: 17px;
	height: 0
}

#cssmenu ul ul li.has-sub:hover,
#cssmenu ul li.has-sub ul li.has-sub ul li:hover {
	background: #363636;
}

#cssmenu ul ul ul li.active a {
	border-left: 1px solid #333
}

#cssmenu>ul>li.has-sub>ul>li.active>a,
#cssmenu>ul ul>li.has-sub>ul>li.active>a {
	border-top: 1px solid #333
}

@media screen and (max-width:1000px) {
	.logo {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 46px;
		text-align: center;
		padding: 10px 0 0 0;
		float: none
	}
	.logo2 {
		display: none
	}
	nav {
		width: 100%;
	}
	#cssmenu {
		width: 100%
	}
	#cssmenu ul {
		width: 100%;
		display: none
	}
	#cssmenu ul li {
		width: 100%;
		/* border-top: 1px solid #444; */
    border-top: 1px solid #89c425;
    border-left: 1px solid #89c425;
    border-bottom: none;
    border-right: 1px solid #89c425;
	}
	#cssmenu ul li:hover {
		background: #363636;
	}
	#cssmenu ul ul li,
	#cssmenu li:hover>ul>li {
		height: auto
	}
	#cssmenu ul li a,
	#cssmenu ul ul li a {
		width: 100%;
		border-bottom: 0
	}
	#cssmenu>ul>li {
		float: none
	}
	#cssmenu ul ul li a {
		padding-left: 25px
	}
	#cssmenu ul ul li {
		background: #333!important;
	}
	#cssmenu ul ul li:hover {
		background: #363636!important
	}
	#cssmenu ul ul ul li a {
		padding-left: 35px
	}
	#cssmenu ul ul li a {
		color: #ddd;
		background: none
	}
	#cssmenu ul ul li:hover>a,
	#cssmenu ul ul li.active>a {
		color: #fff
	}
	#cssmenu ul ul,
	#cssmenu ul ul ul {
		position: relative;
		left: 0;
		width: 100%;
		margin: 0;
		text-align: left
	}
	#cssmenu>ul>li.has-sub>a:after,
	#cssmenu>ul>li.has-sub>a:before,
	#cssmenu ul ul>li.has-sub>a:after,
	#cssmenu ul ul>li.has-sub>a:before {
		display: none
	}
	#cssmenu #head-mobile {
		display: block;
		padding: 23px;
		color: #ddd;
		font-size: 12px;
		font-weight: 700
	}
	.button {
		width: 55px;
		height: 46px;
		position: absolute;
		right: 0;
		top: 0;
		cursor: pointer;
		z-index: 12399994;
	}
	.button:after {
		position: absolute;
    top: 23px;
    right: 20px;
    display: block;
    height: 10px;
    width: 20px;
    border-top: 2px solid #0ae;
    border-bottom: 2px solid #0ae;
		content: ''
	}
	.button:before {
		-webkit-transition: all .3s ease;
		-ms-transition: all .3s ease;
		transition: all .3s ease;
		position: absolute;
		top: 16px;
		right: 20px;
		display: block;
		height: 2px;
		width: 20px;
		background: #0ae;
		content: ''
	}
	.button.menu-opened:after {
		-webkit-transition: all .3s ease;
		-ms-transition: all .3s ease;
		transition: all .3s ease;
		top: 23px;
		border: 0;
		height: 2px;
		width: 19px;
		background: #0ae;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg)
	}
	.button.menu-opened:before {
		top: 23px;
		background: #0ae;
		width: 19px;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg)
	}
	#cssmenu .submenu-button {
		position: absolute;
		z-index: 99;
		right: 0;
		top: 0;
		display: block;
    border-left: 1px solid #0ae;
    height: 47px;
		width: 46px;
		cursor: pointer
	}
	#cssmenu .submenu-button.submenu-opened {
		background: #0ae;
	}
	#cssmenu ul ul .submenu-button {
		height: 34px;
		width: 34px
	}
	#cssmenu .submenu-button:after {
		position: absolute;
		top: 22px;
		right: 19px;
		width: 8px;
		height: 2px;
		display: block;
		background: #ddd;
		content: ''
	}
	#cssmenu ul ul .submenu-button:after {
		top: 15px;
		right: 13px
	}
	#cssmenu .submenu-button.submenu-opened:after {
		background: #fff
	}
	#cssmenu .submenu-button:before {
		position: absolute;
		top: 19px;
		right: 22px;
		display: block;
		width: 2px;
		height: 8px;
		background: #ddd;
		content: ''
	}
	#cssmenu ul ul .submenu-button:before {
		top: 12px;
		right: 16px
	}
	#cssmenu .submenu-button.submenu-opened:before {
		display: none
	}
	#cssmenu ul ul ul li.active a {
		border-left: none
	}
	#cssmenu>ul>li.has-sub>ul>li.active>a,
	#cssmenu>ul ul>li.has-sub>ul>li.active>a {
		border-top: none
	}
}




/*====== header =========*/

/*----banner----*/
    .swiper-container {
      width: 100%;
      height: 100%;
      min-height: 520px;
      vertical-align: middle;
      display: grid;
    }
    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: transparent;
      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }


/*=================== banner slider ======================*/



.slider-img-7{
  background-image: url('/img/banner/img7.jpg');
  background-size: 100% 100%;
  background-position: center;
}

.slider-img-2{
  background-image: url('/img/banner/img2.jpg');
  background-size: 100% 100%;
  background-position: center;
}

.slider-img-3{
  background-image: url('/img/banner/img3.png');
  background-size: 100% 100%;
  background-position: center;
}


.slider-img-4{
  background-image: url('/img/banner/img4.jpg');
  background-size: 100% 100%;
  background-position: center;
}

.slider-img-8{
  background-image: url('/img/banner/img8.jpg');
  background-size: 100% 100%;
  background-position: center;
}

.slider-img-6{
  background-image: url('/img/banner/img6.png');
  background-size: 100% 100%;
  background-position: center;
}

.product-list{
  background-image: url('/img/product_1.jpg');
  background-size: cover;
  min-height: 388px;
}




.carousel-caption{
  text-align: left;
  
}





.carousel-caption-inner{
    transform: skew(0deg) !important;
}

.carousel-caption {
	right: 10%;
	left: 7%;
	padding-bottom: 30px;
	padding-left: 3%;
	bottom: 71px;
}

.carousel-caption {
	text-align: left;
	/* width: 100%; */
	/* margin: 0px auto; */
	/* background: #00000057; */
  background: #00aaee57;
}

.owl-carousel .animated {
	animation-duration: 1s;
	animation-fill-mode: both;
}



.about-img img{
  /* width: 634px; */
  height: 400px;
}


.go-top.show:hover {
  background: #98cc56;
}

.course-box .view{
   max-height: 447px;
   min-height: 447px;
   background: #bcbcbc;
}


.course-box .view p{
  text-align: center;
  padding-top: 80%;
}


.course-box .view p a{
  font-size: 20px;
  text-align: center;
  padding-top: 80%;
}


.section{
  background: #fff !important;
}




    
/*============= company-about ======================*/


.company-block{
  -webkit-box-shadow: 0 0 11px 0 rgba(6,22,58,.14);
  -moz-box-shadow: 0 0 11px 0 rgba(6,22,58,.14);
  box-shadow: 0 0 11px 0 rgba(6,22,58,.14);
}



.p-4{
  box-shadow: 0 0 11px 0 rgba(6,22,58,.14);
  background: #fff;
	padding-top: 30px !important;
	padding-right: 30px !important;
	padding-bottom: 20px !important;
	padding-left: 30px !important;
}

.mt-20{
  margin-top:-100px;
  background: #fff;
  z-index: 9;
  position: relative;
}

.wpb_column{
  float: left;
}

.company-img img{
  max-width: 100%;
  height: 430px;
  width: 100%;
}

.tm-custom-heading strong::after{
  content: "";
  left: 50%;
  /* position: absolute; */
  bottom: 0px;
  width: 70px;
  margin-left: -37px;
  border-bottom-width: 3px;
  border-bottom-color: #0ae;
  left: 16px;
  margin-top: 8px;
  border-bottom-style: solid;
  display: block;
  margin-left: 0px;
}

.company-text p{
  line-height: 28px;
  text-align: justify;
}


.tm-custom-heading strong{
  color:  #0ae;
  font-weight: 100;
  font-size: 34px;
  font-weight: 700;
  background: -webkit-linear-gradient(45deg, #0ae, #9fce4f 80%);
  background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0;
  /* filter: drop-shadow(0px 1px #0000007a); */
}

/*================== site-heading ========================*/

.section_70{
  padding: 25px 0px;
}

.section_border{
    border-bottom: 1px solid rgba(0,0,0,.1);
}

.site-heading{
  text-align: center;
  width: 40%;
  margin: 0 auto 30px;
}

.site-heading p{
  color: #777;
}

.site-heading h2{
  font-family: 'Poppins', sans-serif;
  font-size: 26px;
  font-weight: 500;
  color: #00aaee;
  margin-bottom: 5px;
  text-transform: uppercase;
  letter-spacing: 1px;

  color:#0ae;
  font-weight: 100;
  font-size: 34px;
  font-weight: 700;
  background: -webkit-linear-gradient(45deg, #0ae, #9fce4f 80%);
  background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color:transparent;
  margin: 0;

  /* filter: drop-shadow(0px 1px #0000007a); */
}

.header-divider{
  border-top-style: solid;
  border-top-width: 1px;
  width: 30%;
  border-color: #00aaee;
  display: inline-block;
}

.header-divider::before{
  content: '';
  position: absolute;
  /* top: 39%; */
  left: 50%;
  margin-left: -4px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 4px 0;
  border-color: #0ae transparent transparent transparent;
}
/*
.site-heading h2::before{
  border-width: 1px !important;
  color: #00aaee !important;
  display: inline-block !important;
} */




/******************************************
COURSE MODULES
******************************************/
/*
.caro-item{
  width: 273.75px;
  margin-right: 15px;
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
} */

.course-footer ul {
    padding-bottom: 0;
    margin-bottom: 0;
    font-size: 14px;
}

.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}

.list-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}

.course-footer i{
  color: #01bacf;
}

.course-footer .pull-right a {
   color:#82b440;
}

.course-box {
    border-radius: 6px 6px 0 0;
    background-color: #ffffff;
    border: 1px solid #eaeaea;
    cursor: pointer;
}

.course-box img {
    border-radius: 6px 6px 0 0;
    width: 100%;
}

.course-details {
    padding: 2rem 2rem;
    z-index: 9999;
    margin-top: -60px;
    position: relative;
    background:#fff;
    width: 95%;
    border-radius: 4px;
}

.course-details:hover {
  margin-top:-86px;
  transition: 650ms ease-out;
}

.course-details a{
  color:#0ae;
  font-weight: 100;
  /* font-size: 34px; */
  font-weight: 700;
  background: -webkit-linear-gradient(45deg, #0ae, #9fce4f 80%);
  background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color:
  transparent;
  margin: 0;
}



.course-details h4{
  font-weight: 500 !important;
}

.owl-theme-01 .owl-nav [class*="owl-"] {
    background:#0ae none repeat scroll 0 0 !important;
    color: #fff !important;
    border:none !important;
}

.course-details h4 {
    font-size: 18px;
    padding: 0 0 15px;
    font-weight: 700;
    margin: 0;
}

.course-box small {
    display: block;
    font-size: 80%;
    margin-bottom: 10px;
    font-weight: 600;
}

.course-details p {
    padding-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 10px;
    /* color: #777; */
}

.course-details .read-more{
  float: right;
  color: #009ede !important;
}

.course-footer ul {
    padding-bottom: 0;
    margin-bottom: 0;
    font-size: 14px;
}

.course-footer a {
    color: #aaa;
}

.course-footer i {
    padding-right: 3px;
}

.course-details:hover{
  background:#111c20;
  color:#fff;
}

.course-footer {
    border-top: 1px solid #eaeaea;
    padding: 15px;
    display: none;
}

.course-footer .pull-right a {
    font-weight: bold;
    font-size: 16px;
    line-height: 1;
    font-family: Arial
}

.entry {
    position: relative;
}

.magnifier a {
    position: absolute;
    top: 50%;
    text-align: center;
    left: 0;
    right: 0;
    margin: -20px auto;
    font-size: 30px;
    color:#fff !important;
}

.magnifier {
    position: absolute;
    bottom: 0;
    left: 0;
    visibility: hidden;
    right: 0;
    opacity: 0;
    top: 0;
    border-radius: 4px;
    /* background-color: rgba(0, 170, 238, 0.63); */
    background: linear-gradient(194deg, rgba(0, 170, 238, 0.66) 60%, rgba(160, 206, 78, 0.59) 100%);
    -webkit-transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
    -moz-transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
    -o-transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
    transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
}

.entry:hover .magnifier {
    opacity: 1;
    z-index: 1000;
    left: 5%;
    top: 5%;
    right: 5%;
    bottom: 5%;
    position: absolute;
    visibility: visible;
}

.magnifier a {
    position: absolute;
    top: 50%;
    text-align: center;
    left: 0;
    right: 0;
    margin: -20px auto;
    font-size: 30px;
    color: #fff !important;
}




/*====================== .testimonial ===================*/

.testim {
  width: 100%;
  /* position: absolute;
  top: 50%;
  -webkit-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -ms-transform: translatey(-50%);
  -o-transform: translatey(-50%);
  transform: translatey(-50%); */
  /* background: rgba(30,30,30); */

}

.testim .wrap {
  position: relative;
  width: 100%;
  max-width: 1020px;
  padding: 40px 20px;
  margin: auto;
}

.testim .arrow {
  display: block;
  position: absolute;
  color: #0ae;
  cursor: pointer;
  font-size: 2em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  padding: 5px;
  z-index: 22222222;
}

.testim .arrow:before {
  cursor: pointer;
}

.testim .arrow:hover {
  color: #98cc56;
}


.testim .arrow.left {
  left: 10px;
}

.testim .arrow.right {
  right: 10px;
}

.testim .dots {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 60px;
  left: 0;
  display: block;
  z-index: 3333;
  height: 12px;
}

.testim .dots .dot {
  list-style-type: none;
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #bbbaba;
  margin: 0 10px;
  cursor: pointer;
  -webkit-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  position: relative;
}

.testim .dots .dot.active,
.testim .dots .dot:hover {
  background: #0ae;
  border-color: #0ae;
}

.testim .dots .dot.active {
  -webkit-animation: testim-scale .5s ease-in-out forwards;
  -moz-animation: testim-scale .5s ease-in-out forwards;
  -ms-animation: testim-scale .5s ease-in-out forwards;
  -o-animation: testim-scale .5s ease-in-out forwards;
  animation: testim-scale .5s ease-in-out forwards;
}

.testim .cont {
  position: relative;
  overflow: hidden;
}

.testim .cont > div {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 0 70px 0;
  opacity: 0;
}

.testim .cont > div.inactive {
  opacity: 1;
}


.testim .cont > div.active {
  position: relative;
  opacity: 1;
}


.testim .cont div .img img {
  display: block;
  width: 100px;
  height: 100px;
  margin: auto;
  border-radius: 50%;
}

.testim .cont div h2 {
  color: #0ae;
  font-size: 1em;
  margin: 15px 0;
  font-weight: bold;
}

.testim .cont div p {
  font-size: 1.15em;
  color: #000;
  width: 80%;
  margin: auto;
}

.testim .cont div.active .img img {
  -webkit-animation: testim-show .5s ease-in-out forwards;
  -moz-animation: testim-show .5s ease-in-out forwards;
  -ms-animation: testim-show .5s ease-in-out forwards;
  -o-animation: testim-show .5s ease-in-out forwards;
  animation: testim-show .5s ease-in-out forwards;
}

.testim .cont div.active h2 {
  -webkit-animation: testim-content-in .4s ease-in-out forwards;
  -moz-animation: testim-content-in .4s ease-in-out forwards;
  -ms-animation: testim-content-in .4s ease-in-out forwards;
  -o-animation: testim-content-in .4s ease-in-out forwards;
  animation: testim-content-in .4s ease-in-out forwards;
}

.testim .cont div.active p {
  -webkit-animation: testim-content-in .5s ease-in-out forwards;
  -moz-animation: testim-content-in .5s ease-in-out forwards;
  -ms-animation: testim-content-in .5s ease-in-out forwards;
  -o-animation: testim-content-in .5s ease-in-out forwards;
  animation: testim-content-in .5s ease-in-out forwards;
}

.testim .cont div.inactive .img img {
  -webkit-animation: testim-hide .5s ease-in-out forwards;
  -moz-animation: testim-hide .5s ease-in-out forwards;
  -ms-animation: testim-hide .5s ease-in-out forwards;
  -o-animation: testim-hide .5s ease-in-out forwards;
  animation: testim-hide .5s ease-in-out forwards;
}

.testim .cont div.inactive h2 {
  -webkit-animation: testim-content-out .4s ease-in-out forwards;
  -moz-animation: testim-content-out .4s ease-in-out forwards;
  -ms-animation: testim-content-out .4s ease-in-out forwards;
  -o-animation: testim-content-out .4s ease-in-out forwards;
  animation: testim-content-out .4s ease-in-out forwards;
}

.testim .cont div.inactive p {
  -webkit-animation: testim-content-out .5s ease-in-out forwards;
  -moz-animation: testim-content-out .5s ease-in-out forwards;
  -ms-animation: testim-content-out .5s ease-in-out forwards;
  -o-animation: testim-content-out .5s ease-in-out forwards;
  animation: testim-content-out .5s ease-in-out forwards;
}

@-webkit-keyframes testim-scale {
  0% {
      -webkit-box-shadow: 0px 0px 0px 0px #eee;
      box-shadow: 0px 0px 0px 0px #eee;
  }

  35% {
      -webkit-box-shadow: 0px 0px 10px 5px #eee;
      box-shadow: 0px 0px 10px 5px #eee;
  }

  70% {
      -webkit-box-shadow: 0px 0px 10px 5px #ea830e;
      box-shadow: 0px 0px 10px 5px #ea830e;
  }

  100% {
      -webkit-box-shadow: 0px 0px 0px 0px #ea830e;
      box-shadow: 0px 0px 0px 0px #ea830e;
  }
}

@-moz-keyframes testim-scale {
  0% {
      -moz-box-shadow: 0px 0px 0px 0px #eee;
      box-shadow: 0px 0px 0px 0px #eee;
  }

  35% {
      -moz-box-shadow: 0px 0px 10px 5px #eee;
      box-shadow: 0px 0px 10px 5px #eee;
  }

  70% {
      -moz-box-shadow: 0px 0px 10px 5px #ea830e;
      box-shadow: 0px 0px 10px 5px #ea830e;
  }

  100% {
      -moz-box-shadow: 0px 0px 0px 0px #ea830e;
      box-shadow: 0px 0px 0px 0px #ea830e;
  }
}

@-ms-keyframes testim-scale {
  0% {
      -ms-box-shadow: 0px 0px 0px 0px #eee;
      box-shadow: 0px 0px 0px 0px #eee;
  }

  35% {
      -ms-box-shadow: 0px 0px 10px 5px #eee;
      box-shadow: 0px 0px 10px 5px #eee;
  }

  70% {
      -ms-box-shadow: 0px 0px 10px 5px #ea830e;
      box-shadow: 0px 0px 10px 5px #ea830e;
  }

  100% {
      -ms-box-shadow: 0px 0px 0px 0px #ea830e;
      box-shadow: 0px 0px 0px 0px #ea830e;
  }
}

@-o-keyframes testim-scale {
  0% {
      -o-box-shadow: 0px 0px 0px 0px #eee;
      box-shadow: 0px 0px 0px 0px #eee;
  }

  35% {
      -o-box-shadow: 0px 0px 10px 5px #eee;
      box-shadow: 0px 0px 10px 5px #eee;
  }

  70% {
      -o-box-shadow: 0px 0px 10px 5px #ea830e;
      box-shadow: 0px 0px 10px 5px #ea830e;
  }

  100% {
      -o-box-shadow: 0px 0px 0px 0px #ea830e;
      box-shadow: 0px 0px 0px 0px #ea830e;
  }
}

@keyframes testim-scale {
  0% {
      box-shadow: 0px 0px 0px 0px #eee;
  }

  35% {
      box-shadow: 0px 0px 10px 5px #eee;
  }

  70% {
      box-shadow: 0px 0px 10px 5px #ea830e;
  }

  100% {
      box-shadow: 0px 0px 0px 0px #ea830e;
  }
}

@-webkit-keyframes testim-content-in {
  from {
      opacity: 0;
      -webkit-transform: translateY(100%);
      transform: translateY(100%);
  }

  to {
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0);
  }
}

@-moz-keyframes testim-content-in {
  from {
      opacity: 0;
      -moz-transform: translateY(100%);
      transform: translateY(100%);
  }

  to {
      opacity: 1;
      -moz-transform: translateY(0);
      transform: translateY(0);
  }
}

@-ms-keyframes testim-content-in {
  from {
      opacity: 0;
      -ms-transform: translateY(100%);
      transform: translateY(100%);
  }

  to {
      opacity: 1;
      -ms-transform: translateY(0);
      transform: translateY(0);
  }
}

@-o-keyframes testim-content-in {
  from {
      opacity: 0;
      -o-transform: translateY(100%);
      transform: translateY(100%);
  }

  to {
      opacity: 1;
      -o-transform: translateY(0);
      transform: translateY(0);
  }
}

@keyframes testim-content-in {
  from {
      opacity: 0;
      transform: translateY(100%);
  }

  to {
      opacity: 1;
      transform: translateY(0);
  }
}

@-webkit-keyframes testim-content-out {
  from {
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0);
  }

  to {
      opacity: 0;
      -webkit-transform: translateY(-100%);
      transform: translateY(-100%);
  }
}

@-moz-keyframes testim-content-out {
  from {
      opacity: 1;
      -moz-transform: translateY(0);
      transform: translateY(0);
  }

  to {
      opacity: 0;
      -moz-transform: translateY(-100%);
      transform: translateY(-100%);
  }
}

@-ms-keyframes testim-content-out {
  from {
      opacity: 1;
      -ms-transform: translateY(0);
      transform: translateY(0);
  }

  to {
      opacity: 0;
      -ms-transform: translateY(-100%);
      transform: translateY(-100%);
  }
}

@-o-keyframes testim-content-out {
  from {
      opacity: 1;
      -o-transform: translateY(0);
      transform: translateY(0);
  }

  to {
      opacity: 0;
      transform: translateY(-100%);
      transform: translateY(-100%);
  }
}

@keyframes testim-content-out {
  from {
      opacity: 1;
      transform: translateY(0);
  }

  to {
      opacity: 0;
      transform: translateY(-100%);
  }
}

@-webkit-keyframes testim-show {
  from {
      opacity: 0;
      -webkit-transform: scale(0);
      transform: scale(0);
  }

  to {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1);
  }
}

@-moz-keyframes testim-show {
  from {
      opacity: 0;
      -moz-transform: scale(0);
      transform: scale(0);
  }

  to {
      opacity: 1;
      -moz-transform: scale(1);
      transform: scale(1);
  }
}

@-ms-keyframes testim-show {
  from {
      opacity: 0;
      -ms-transform: scale(0);
      transform: scale(0);
  }

  to {
      opacity: 1;
      -ms-transform: scale(1);
      transform: scale(1);
  }
}

@-o-keyframes testim-show {
  from {
      opacity: 0;
      -o-transform: scale(0);
      transform: scale(0);
  }

  to {
      opacity: 1;
      -o-transform: scale(1);
      transform: scale(1);
  }
}

@keyframes testim-show {
  from {
      opacity: 0;
      transform: scale(0);
  }

  to {
      opacity: 1;
      transform: scale(1);
  }
}

@-webkit-keyframes testim-hide {
  from {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1);
  }

  to {
      opacity: 0;
      -webkit-transform: scale(0);
      transform: scale(0);
  }
}

@-moz-keyframes testim-hide {
  from {
      opacity: 1;
      -moz-transform: scale(1);
      transform: scale(1);
  }

  to {
      opacity: 0;
      -moz-transform: scale(0);
      transform: scale(0);
  }
}

@-ms-keyframes testim-hide {
  from {
      opacity: 1;
      -ms-transform: scale(1);
      transform: scale(1);
  }

  to {
      opacity: 0;
      -ms-transform: scale(0);
      transform: scale(0);
  }
}

@-o-keyframes testim-hide {
  from {
      opacity: 1;
      -o-transform: scale(1);
      transform: scale(1);
  }

  to {
      opacity: 0;
      -o-transform: scale(0);
      transform: scale(0);
  }
}

@keyframes testim-hide {
  from {
      opacity: 1;
      transform: scale(1);
  }

  to {
      opacity: 0;
      transform: scale(0);
  }
}

@media all and (max-width: 300px) {
body {
  font-size: 14px;
}
}

@media all and (max-width: 500px) {
.testim .arrow {
  font-size: 1.5em;
}

.testim .cont div p {
  line-height: 25px;
}

}


/*======================= parlex effect ===================*/
.parlex{
  background-image: url('/img/img_parallax.png');
  height: 100%;
}


.stat-count h4{
  color: #98cc56;
    font-weight: 700;
    font-size: 48px;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}
.stat-count h3{
  color: #fff;
  font-weight: 500;
}

.stat-count h3 i{
  color: #a0ce4e;
}

.stat-count p{
  color: #fff;
  font-weight: 100;
}


.parlex{
  position: relative;
  opacity: 1;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


.number-block{
  /* position: absolute; */
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  color: #000;
}

.number-block .border{
  /* background: #000;
  color: #fff;
  padding: 18px;
  font-size: 25px;
  letter-spacing: 10px; */
}


.stat-count h3 i {
    padding-right: 10px;
    border-right: 1px solid #fff;
    margin-right: 10px;
}




/*========================== footer-request =================*/

.section_30{
  padding: 30px 0px;
}
.footer-request{
  background:#0ae;
  background: linear-gradient(-94deg, rgba(0,170,238,1) 10%, rgba(160,206,78,1) 100%);
  background-image: url(/img/qoute-pattern.jpg);
}

.footer-request h3{
  margin-bottom: 2px;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 10px;
}

.footer-request p{
  color: #f3f3f3;
  margin-bottom: 0px;
}

.footer-request-button{
  margin-top: 26px;
  float: right;
}

.footer-request-button a{
  font-weight: 700;
    padding: 14px 28px 13px 28px;
    background: #fff;
    box-shadow: 0px 4px 12px 0px rgba(0,0,0,.1);
    border-radius: 4px;
    color: #000 !important;
    font-size: 18px;
}

.footer-request-button a:hover{
  color:#0ae;
  cursor: pointer;
  text-decoration: none;
}

.footer1-request-button{
  margin-top: 20px;
   
float: right;
}


.footer1-request-button a{
  font-weight: 700;
    padding: 14px 28px 13px 28px;
    background: #2590fd;
    box-shadow: 0px 4px 12px 0px rgba(0,0,0,.1);
    border-radius: 4px;
    color: #f9f7f7 !important;
    font-size: 16px;
}

.footer1-request-button a:hover{
  color:#0ae;
  cursor: pointer;
  text-decoration: none;
}


/*=================== gallery ==========================*/


.gallery-title
{
    font-size: 36px;
    color: #42B32F;
    text-align: center;
    font-weight: 500;
    margin-bottom: 70px;
}
.gallery-title:after {
    content: "";
    position: absolute;
    width: 7.5%;
    left: 46.5%;
    height: 45px;
    border-bottom: 1px solid #5e5e5e;
}
.filter-button
{
  font-size: 12px;
  border: 1px solid #42B32F;
  border-radius: 3px;
  text-align: center;
  color: #42B32F;
  margin-bottom: 10px;
  padding: 5px 12px;
  background: #fff;
}
.filter-button:hover
{
    font-size: 12px;
    border: 1px solid #42B32F;
    border-radius: 5px;
    text-align: center;
    color: #ffffff;
    background-color: #42B32F;

}
.btn-default:active .filter-button:active
{
    background-color: #42B32F;
    color: white;
}

.port-image
{
    width: 100%;
}

.gallery_product
{
    margin-bottom: 30px;
}


.demo-gallery > ul {
  margin-bottom: 0;
}
.demo-gallery > ul > li {
    /* float: left;
    margin-bottom: 15px;
    margin-right: 20px; */
    width: 100%;
    margin: 20px 0px;
    border: 1px solid #3333;
    text-align: center;
    vertical-align: middle;
    float: left;
}
.demo-gallery > ul > li a {
  border: 3px solid #FFF;
  border-radius: 3px;
  display: block;
  overflow: hidden;
  position: relative;
  float: left;
  height: 100%;
  margin-bottom: 6px;
  
}
.demo-gallery > ul > li a > img {
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  -moz-transition: -moz-transform 0.15s ease 0s;
  -o-transition: -o-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  height: 100%;
  width: 100%;
}
.demo-gallery > ul > li a:hover > img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.demo-gallery > ul > li a:hover .demo-gallery-poster > img {
  opacity: 1;
}
.demo-gallery > ul > li a .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
}
.demo-gallery > ul > li a .demo-gallery-poster > img {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
.demo-gallery > ul > li a:hover .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.5);
}
.demo-gallery .justified-gallery > a > img {
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  -moz-transition: -moz-transform 0.15s ease 0s;
  -o-transition: -o-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  height: 100%;
  width: 100%;
}
.demo-gallery .justified-gallery > a:hover > img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.demo-gallery .justified-gallery > a:hover .demo-gallery-poster > img {
  opacity: 1;
}
.demo-gallery .justified-gallery > a .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
}
.demo-gallery .justified-gallery > a .demo-gallery-poster > img {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
.demo-gallery .justified-gallery > a:hover .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.5);
}
.demo-gallery .video .demo-gallery-poster img {
  height: 48px;
  margin-left: -24px;
  margin-top: -24px;
  opacity: 0.8;
  width: 48px;
}
.demo-gallery.dark > ul > li a {
  border: 3px solid #04070a;
}
.home .demo-gallery {
  padding-bottom: 80px;
}

/*=================== gallery ==========================*/



/*=================== aboutus page styles ==========================*/
.titlebar-wrapper-bg{
  background-image: url('/img/product/title-bg.jpg');
  background-color:rgba(0,0,0,0.01);
  background-position: center center;
  background-size: cover cover;
  background-repeat: no-repe;
}

.titlebar-header{
  padding:70px 0px;
  color: #fff;
  text-transform: uppercase;
}

.titlebar-header h1{
  border-left: 5px solid #0ae !important;
  padding-left: 20px;
  font-weight: 500;
}

.breadcrumb-wrapper-inner{
  padding-left: 20px;
}






.side-bar{
  width: 30%;
  /* margin-top: -40px; */
  /* padding-top: 60px; */
  padding-bottom: 40px;
  float: left;
}

.section_70{
  display: flex;
}

.section_30 {
    padding: 30px 0px;
    display: flex;
}


.menu-our-services-container{

}
.menu-our-services-container ul{
  margin:0px;
  padding: 0px;
}

.menu-our-services-container ul li{
  list-style: none;
}

.menu-our-services-container ul li a{
  display: block;
  padding: 15px 30px 15px 20px;
  position: relative;
  /* font-weight: 700; */
  font-size: 14px;
  background:#f1f1f1;
  border-bottom: 1px solid #dddd;
  color: #5d6576 !important;

}

.menu-our-services-container ul li a:hover{
  background:#0ae;
  color: #fff;
  background: linear-gradient(194deg, rgb(0, 170, 238) 60%, rgb(160, 206, 78) 100%);
  text-decoration: none;
  color:#fff !important;
}

.menu-our-services-container ul li .active{
  background: #98cc56;
  color:#fff !important;
  background: linear-gradient(194deg, rgb(0, 170, 238) 60%, rgb(160, 206, 78) 100%);
}

.menu-our-services-container ul li a::after{
  content: '\f054';
  position: absolute;
  right: 16px;
  top: 14px;
  font-size: 15px;
  font-family: 'FontAwesome';
}

.content-container .title-header h3{
  font-weight: 500;
  margin-bottom: 20px;
}

.content-text p{
  color:#1c1c1c;
  font-size: 15px;
  line-height: 28px;
  text-align: justify;
    
}

.content-text ul{
  width: 100%;
  float: left;
  color: #5d6576;
  font-size: 15px;
}

.product-details{
  width: 70%;
  float: left;
}


.img-responsive{
  width:100%;
}

.section-bg{
  background-image: url('/img/background2.png') !important;
  background-size: 100% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}


@media (max-width:767px) {
  .side-bar {
      width: 100%;
    }
  
    .product-details{
      width: 100%;
    }
  }


/*=================== footer =======================*/


.footer{
  width: 100%;
  padding: 40px 0;
  /* background-color:#111; */
  background-color: #a0d5f429;
  color:#c7c5c5;
  z-index: 99;
  position: relative;
  text-align: center;
  font-size: 16px;
}

.footer-about{
  display: block;
  text-align: left;
}


.footer-about .footer-title::after{
  content: '';
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 10px;
  position: absolute;
  background-color: #0ae !important;
}

.footer-about .footer-title{
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000;
}

.media-items i{
  color: #000;
}

.copyright span{
  color: #fff !important;
}

.copyright span a{
  color: #fff !important;
}

.footer-about .footer-title p{
  margin-bottom: .7rem;
}

.footer-about .footer-title img{
  margin-bottom: 6px;
}

.footer-about p{
  font-size: 15px;
  color: #333;
}


.media-links ul{
  margin:0px;
  padding: 0px;
}

.media-links ul li{
  float: left;
  list-style: none;
}

.media-links ul li a{
  padding: 5px 10px;
  color: #777;
}

.media-links ul li a:hover{
  color: #0ae;
}


.media-items{
  margin: 0px;
  padding: 0px;
  width: 53%;
  margin-right:10px;
  display: table-cell;
}

.media-items ul{
  margin: 0px;
  padding: 0px;
}

.media-items ul li{
  	/* display: inline-block;
    width: 55%; */
    vertical-align: top;
    margin-bottom: 10px;
    list-style-type: none;
    font-size: 15px;
    text-align: left;
}


.footer-widget i{
    font-size: 18px;
    color: #2791ff;
    margin-right: 5px;
}


.copyright{
  padding: 20px;
  background: linear-gradient(194deg, rgba(0,170,238,1) 60%, rgba(160,206,78,1) 100%);
  color: #fff;
  padding-bottom: 56px;
}

.copyright p{
  padding: 0px;
  margin: 0px;
}


a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}
.go-top.show {
    right: 15px;
    z-index: 99;
}


.go-top {
    position: fixed !important;
    right: -35px;
    bottom: 55px;
    width: 45px;
    cursor: pointer;
    background-color:#0ae;
    height: 45px;
    line-height: 45px;
    text-align: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}

.go-top i {
    font-size: 18px;
    color:#fff;
    padding-bottom: 3px;
}


/*======== responsive ==========*/

@media (max-width:1279px) {
  .header {
     padding: 15px 20px;
     -webkit-box-pack: justify;
     -ms-flex-pack: justify;
     justify-content: space-between;
 }
}
@media (max-width:1200px) {
  /* .container {
      max-width: 1140px;
  } */
}
@media (min-width:768px) and (max-width:1279px) {
  #cssmenu > ul > li > a {
      padding: 17px 17px;
    }
    .header #cssmenu {
      margin-left: auto;
      top: 21px;
    }

    #cssmenu .button{
      top:-17px !important;
    }
}
@media (max-width:767px) {

  .about-img{
    width: 96%;
    height: 100%;
    margin: 0px auto;
  }
  
  .about-img img {
      width: 100%;
    }
  
  
    .carousel-caption-inner {
      transform: skew(0deg) !important;
  }
  .carousel-caption{
        transform: skew(0deg) !important;
  }
  
  .carousel-caption-inner h5{
    font-size: 16px;
  }
  
  .carousel-caption-inner h1{
    font-size: 24px;
  }
  .carousel-caption-inner p{
    font-size: 13px;
  }
  .welcome__head {
    padding: 60px 30px;
}

  .container {
    width: 100%;
    margin: 0px auto;
}

  .top-contact{
    text-align: center;
  }

.top-links-right li{
  display: none;
}
  #cssmenu ul li.active a {
      color: #fff !important;
  }
  #cssmenu > ul > li > a{
    background: #9fce4f;
  }

  .header-divider::before {
      content: '';
      position: absolute;
      top: 33%;
    }
  .site-heading {
    text-align: center;
    width: 80%;
    margin: 0 auto 30px;
}

  .product-list {
    background: rgb(0,170,238);
    background: linear-gradient(194deg, rgba(0,170,238,1) 0%, rgba(160,206,78,1) 100%);
    padding: 80px !important;
  }

  .product-list, .list-group ul li {
    list-style: none !important;
    text-align: left;
    font-size: 14px;
}

  .top-header .top-links-right a i{
    display: none;
  }

  #cssmenu .button{
    top: -15px;
}

  .header #cssmenu {
    margin-left: auto;
    top: 21px;
}

.header #cssmenu ul {
    margin-bottom: 0px;
    /* top: 22px; */
}

#cssmenu > ul > li > a {
    padding: 17px 17px;
  }

  #cssmenu ul ul li a {
    border-bottom: 1px solid rgba(150, 150, 150, 0.15);
    padding: 17px;
  }

  #cssmenu ul ul .submenu-button {
    height: 48px;
  }

  #cssmenu ul ul .submenu-button::after {
    top: 24px;
  }

  #cssmenu ul ul .submenu-button::before {
    top: 21px;
  }



}
/* @media (max-width:420px) {

} */







.btn-success {
    color: #fff;
    background-color:#98cc56 !important;
  }



.video-bg img{
  width:100%;
  margin-top:-48px;
}

.video-bg::after{
  content:"";
     position:absolute;
     background: #0ae;
     border-radius: 15px;
     transform: skew(-5deg);
     top:0;
     left:0;
     right:0;
     bottom:0;
     z-index:-1;
}


.video-content h2{
    color: #0ae;
    font-weight: 600;
    background: -webkit-linear-gradient(45deg, #0ae, #9fce4f 80%);
    background-clip: border-box;
    background-clip: border-box;
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0;
}

.main-content-img{
  display: flow-root;
  margin-bottom: 20px;
}

.product-big-img{
  width: 70%;
  float: left;
  border: 1px solid #77777729;
}

.product-small-img{
  float: left;
  width: 29%;
  margin-left: 1%;
  border: 1px solid #77777729;
}

.product-small-img img{
  margin-top: 1%;
  border: 1px solid #77777729;

}


.product-big-img img{
  max-height: 313px;
}



.download{
  margin-top:10px;
  background: #333;
}

.download ul{
  padding: 0px;
  margin: 0px;
}

.download ul li{
  list-style: none;
}

.download ul li a{
  padding: 15px;
  display: block;
  color:#fff;
}

.download ul li a:hover{
  text-decoration: none;
  color: #9ccd52;
}


.get-touch{
  margin-top:40px;
}

.get-touch ul{
  padding: 0px;
  margin: 0px;
}


.get-touch ul li{
  list-style: none;
}

.get-touch ul li{
  font-size: 18px;
  padding: 10px;
  display: block;
  color: #777;
  border-bottom: 1px solid #eaeaea;
}

.get-touch ul li i{
  margin-right: 10px;
}
.get-touch ul li:hover{
  text-decoration: none;
}





table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

.table thead th{
  background:#0ae;
  color: #fff;
  text-align: center;
}

td, th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}

tr:nth-child(even) {
  background-color: #dddddd;
}



/*=============== contact-form =================*/

.contact-form{
  width: 100%;
  float: left;
  padding: 24px 40px;
  background: #0ae;
  color:#fff;
}


.contact-form .form-group label {
    position: relative;
    margin-bottom: 15px;
    padding-top: 5px;
    width: 100%;
    display: inline-block;
}

.contact-form .form-group label i {
	position: absolute;
	left: 5px;
	top: 25px;
	opacity: .9;
	font-size: 16px;
	line-height: 16px;
	z-index: 1;
	padding: 0;
  color:#fff;
  text-shadow: 1px 1px 5px #00000001;
}

.contact-form .form-group .cnt-form-control {
    margin-bottom: 15px;
    display: grid;
    padding-top: 5px;
    /* margin-left: -16px; */
    font-size: 16px;
    display: grid;
}


.contact-form .form-group .text-area {
	background-color: transparent;
	border: none;
	border-radius: 0;
	padding-bottom: 9px;
	padding-left: 35px;
	border-bottom: 1px solid rgba(0,0,0,.15);
}
.text-input{
    background-color:transparent;
    border: none;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-radius: 0;
    padding-bottom: 9px;
    padding-left: 35px;
    border-bottom: 1px solid rgba(0,0,0,.15);
    font-size: 16px;
}


.address-block{
  float: left;
  width: 100%;
  background: #98cc56;
  padding: 24px 40px;
  margin-left: -60px;
  margin-top: 50px;
  box-shadow: 0px 0px 8px #00000054;
  color: #fff;
}

.address-title h2{
  border-bottom: 1px solid #ffffff3d;
  padding-bottom: 10px;
  margin-bottom: 40px;
}

.address-text{
  display: table-cell;
  padding-top: 9px;
  width: 25px;
}
.address-text i{
  font-size: 30px;
  margin-right: 18px;
}

.address-content{
  display: table-cell;
  vertical-align: middle;
}
.address-content h4{
  margin: 0px;
  padding: 0px;
}
.address-content p{
  font-size: 14px;
  vertical-align: middle;
}


.contact-media{
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}


.contact-media ul{
  padding: 0px;
  margin: 0px;
}

.contact-media ul li{
  list-style: none;
  float: left;
}

.contact-media ul li a{
  padding: 6px 17px;
  background:#fbfbfb;
  font-size: 18px;
  border-radius: 5px;
  color:#98cc56;
  float: left;
  margin-right: 5px;
}


/*==================== scrool up ==========================*/

#wh-widget-send-button.wh-widget-right {
  right: 0px;
  bottom: 63px !important;
}


.go-top.show {
    right: 10px;
    z-index: 99;
    bottom: 120px;
}


.go-top {
    position: fixed !important;
    right: -35px;
    bottom: 55px;
    width: 45px;
    cursor: pointer;
    background-color:#0ae;
    height: 45px;
    line-height: 45px;
    text-align: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    z-index: 999999 !important;
    box-shadow: 0 0px 8px 1px #0000004d;
    /* border: 1px solid #019ad7; */
}

.go-top i {
    font-size: 18px;
    color:#fff;
    padding-bottom: 3px;
}










@media (max-width:767px) {

  .company-tag{
    margin-top: 20px;
  }

  .header .logo a img{
    height: 50px;
  }

  #cssmenu .button {
    top: -25px;
    right: -8px;
}

  .video-bg iframe{
    width: 100%;
  }

  .video-bg::after{
    transform: skew(0deg);
  }

.address-block{
  width: 100%;
  background:#98cc56;
  margin-left: 0px;
  margin-top: 10px;
  box-shadow: 0px 0px 8px #00000054;
  color: #fff;
  padding: 16px 12px !important;
}
  .contact-form {
      width: 100%;
    }

    .text-input{
      width:100%;
    }

    .address-block{
      float: left;
      width: 100%;
      background: #98cc56;
      padding: 24px 40px;
      margin-left: 0px;
      margin-top: 10px;
      box-shadow: 0px 0px 8px #00000054;
      color: #fff;
    }


  .side-bar {
      width: 100%;
    }

    .product-details{
      width: 100%;
    }

  .product-big-img{
    width: 100%;
  }
  .product-small-img{
    display: none;
  }

}


@media (min-width:768px) and (max-width:1279px) {
  .product-big-img img {
    min-height: 100%;
    max-height: 253px;
}

.product-small-img img{
  margin-top: 1%;
  min-height: 100%;
  max-height: 124px;
}

.contact-form{
  width: 100%;
}
}




/*============= clients =====================*/

.clients img{
  border: 1px solid #7777774f;
  padding: 5px;
}




@media screen and (max-width: 767px)
{
.mobile-btns-area {
    cursor: pointer;
    position: fixed;
    bottom: 0;
    width: 100%;
    display: none;
    z-index: 100;
    color: #fff;
    margin-bottom: 10px;
}

}
@media (max-width: 767px) {
.visible-xs {
    display: block!important;
}
}


@media screen and (max-width: 767px) {
.fix-box p {
    margin: 0;
    text-transform: uppercase;
    display: block;
    width: 100%;
    color: #fff;
    font-weight: 600;
    text-align: center;
    font-size: 16px;
    padding: 10px;
}
}

@media screen and (max-width: 767px) {
.fix-box-pad {
    padding: 5px;
    padding-bottom: 0;
    padding-right: 2px;
    width: 50%;
    float: left;
}
}

@media screen and (max-width: 767px) {
.fix-box {
    border-radius: 20px;
    background: #08903e;
}
}

@media screen and (max-width: 767px) {
.fix-box1-pad {
    padding: 5px;
    padding-bottom: 0;
    padding-left: 2px;
    width: 50%;
    float: left;
}
}

@media screen and (max-width: 767px) {
.fix-box1 {
    background: #013777!important;
    border-radius: 20px;
}
}





@media screen and (min-width: 767px)
{
.mobile-btns-area {
    display:none;
}

}

