/*Genral*/
a{
	text-decoration:none !important;
	color:#000;
}
.pd0{
	padding:0px !important;
}
.pdbtm0{
	padding-bottom:0px !important;
}
.pd30{
	padding:30px 0px!important;
}
.pd50{
	padding:50px 0px !important;
}
.pd80{
	padding:80px 0px !important;
}
.pd-top-50{
	padding-top:50px !important
}
.pd-t-100{
	padding-top:100px !important;
}
.pd-b25{
	padding-bottom:25px !important
}
.pdlr{
	padding:0px 20px;
}
.bg-cust1{
	background:#14759f;
}
.bg-custom2{
	background:#04202d;
}
.bg-cust3{
	background:#14759e;
}
.bg-grey{
	background:#f2f2f2 !important;
}
.bg-black{
	background:#000;
}
.color-white{
	color:#fff !important;
}
.mrg0{
	margin:0px !important;
}
.mrg30{
	margin:30px 0px !important;
}
.mrg15{
	margin:0px 0px 15px !important;
}
.mrg-b-30{
	margin-bottom:30px !important;
}
.mrg-t-30{
	margin-top:30px !important;
}
.mrgn-t-60{
	margin-top:60px !important;
}
.mrgn-btm-60{
	margin-bottom:60px !important;
}
.mrgb-80{
	margin-bottom:-80px !important;
}
.mrgb-30{
	padding-bottom:30px !important;
}
.mrgt-200{
	margin-top:-200px !important;
}
.pad-lf-40{
	padding-left:40px !important
}
.btn-style{
	padding: 10px 20px;
	margin-top:10px;
	margin-right:10px;
    text-align: center;
    color: #fff;
    background: #25AAE2;
	transition-delay:0.5s;
	transition:all 0.5s ease;
	border-radius:40px;
}
.btn-style:hover{
	color:#25AAE2;
	border:1px solid #25AAE2;
	background:transparent;
}
.btn-style1{
	padding: 10px 20px;
	margin-top:10px;
	margin-right:10px;
    text-align: center;
    color: #fff;
    background: #25AAE2;
	transition-delay:0.5s;
	transition:all 0.5s ease;
	font-size:18px;
	font-weight:600;
}
.btn-style1:hover{
	border:2px solid #25AAE2;
	background:transparent;
	color:#fff;
}
.title-hd h3 {
    position: relative;
    font-size: 32px;
    text-align: center;
    margin-bottom: 35px;
}
.title-hd h3:before {
    position: absolute;
    bottom: -8px;
    right: 42%;
    content: "";
    background: #25AAE2;
    width: 150px;
    height: 2px;
}
.title-hd h3:after {
    position: absolute;
    bottom: -15px;
    right: 42%;
    content: "";
    background: #25AAE2;
    width: 70px;
    height: 1.5px;
}



.title-hd1 h3 {
    position: relative;
    font-size: 32px;
    text-align: left;
    margin-bottom: 35px;
}
.title-hd1 h3:before {
    position: absolute;
    bottom: -8px;
    left: 0%;
    content: "";
    background: #25AAE2;
    width: 150px;
    height: 2px;
}
.title-hd1 h3:after {
    position: absolute;
    bottom: -15px;
    left: 0%;
    content: "";
    background: #25AAE2;
    width: 70px;
    height: 1.5px;
}

/*Genral*/
/*Header*/
.headpart{
	padding:5px 0px;
	margin:0px;
}
.headcont{
	position:relative;
    padding: 15px 0px 0px;
    float: right;
    width: 100%;
}
.headcont i{
	position:absolute;
	padding:8px;
	color:#25AAE2;
	font-size:28px;
	top:-8px;
	left:-5px;
	border-radius:5px;
}
.headcont-in{
	padding-left:25px;
}
.headcont-in h3{
	font-size:14px;
	font-weight:600;
	color:#000;
	margin:0px;
}
.headcont-in a{
	font-size:12px;
	transition-delay:0.3s;
	transition:all 0.5s ease;
}
.headcont-in a:hover{
	color:#e2772e;
	text-decoration:none;
}
.headcont-in p{
	padding-top:3px;
    font-size:11px;
    margin-bottom:2px;
}
.hdcnt-1 p{
    font-size:12px !important;
}
/*Header*/


/*Index Page*/

/*Carousel*/
/*Intro Craousel*/

.part1  .owl-carousel .item {
	height: auto;
	background: #4DC7A0;
	color: #fff;
	position: relative; 
  }
  .part1  .owl-carousel .item img{
	 width: 100%;
  }
  .part1 .owl-item .item .text{
	width: 90%;
	height: inherit;
	position: absolute;
	opacity: 0;
	z-index: 99;
	top: 30%;
	left: 5%;
	text-shadow: 2px 2px 15px #000;
	text-align:center;
  }
  .part1 .owl-item .item .text p{
	margin: 100% 0 0 0;
	 transform: rotate(-5deg);
  }
  .part1 .owl-item.active .item .text{
	opacity: 1;
  transition: all 1s ease 0.8s;
	padding:10px;
  }
  .part1 .owl-item.active .item .text p{
	margin: 10px auto;
	transform: rotate(0deg);
	transition: all 1s ease 0.6s; 
	font-size:18px;
	text-align:center;
	color:#fff;
  }
  .part1 .owl-item .item .text h3{
	  font-size:42px;
	  font-weight:600;
	  text-transform: uppercase;
	  color:#fff;
  }
  .part1 .owl-item .item .text .btn{
	  width:200px;
	  height:55px;
	  border-radius: 40px;
	  border:2px solid #25AAE2;
	  background:#25AAE2;
	  color:#fff;
	  font-size:20px;
	  margin-top:20px;
	  margin-left:20px;
	  transition:1s ease;
  }
  .part1 .owl-item .item .text .btn:hover{
	  color:#25AAE2;
	  background-color:#fff;
	  padding:0px !important;
  }
  .part1 .owl-item .item .text .btn .fa{
	  font-size:24px;
  }
  .part1 .owl-item .item .text .btn :hover .fa{
	  background-color:#fff;
	  border-radius:50%;
	  color:#000;
  }
  .part1 .owl-carousel .item{
	  background-color:transparent;
  }
  .part1 .maincaroimg{
	  width:100%;
  }

  
.customNavigation .prev{
	position:absolute;
	left:0px;
	top:60%;
	z-index:99999;
}
.customNavigation .next{
	position:absolute;
	right:0px;
	top:60%;
	z-index:99999;
}
.customNavigation i{
	font-size:34px;
	color:whitesmoke;
}
  /*Carousel*/
  
/*3Feature*/
.section-gap {
    padding: 60px 0;
}
.cat-area .single-cat {
    text-align: center;
}
.mb-20 {
    margin-bottom: 20px;
}
.cat-area .single-cat p {
    max-width: 280px;
    margin-left: auto;
	margin-right: auto;
	margin-bottom:50px;
}
#hexagon {
    width: 100px;
    height: 55px;
	background: #25AAE2;
    position: relative;
	margin: 10px auto 35px;
}

#hexagon:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: -25px;
    left: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-bottom: 25px solid #25AAE2;
}

#hexagon:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: -25px;
    left: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 25px solid #25AAE2;
}
.width50{
	width:50px;
}
/*3Feature*/

/*Our products*/
.single-service{
	position: relative;
}
.single-service .thumb{
	position: absolute;
	bottom:5%;
	left:10%;
	color:#fff;
}
.single-service .thumb:before{
	position: absolute;
	content:'';
	width:5px;
	height:30px;
	background: #fff;
	top:5px;
	left:-15px;
}
.product-in{
	position:relative;
}
.customNavigation1 .prev{
	position:absolute;
	left:5%;
	top:70%;
	z-index:99999;
}
.customNavigation1 .next{
	position:absolute;
	right:5%;
	top:70%;
	z-index:99999;
}
.customNavigation1 i{
	font-size:28px;
	background:whitesmoke;
	color:#000;
	padding: 3px 1px 1px 0px;
}

/*Our Products*/

/*About in*/
.about-in{
	position:relative;
}
.about-in:before{
	position:absolute;
	content:'';
	height:450px;
	width:900px;
	border:10px solid #25AAE2;
	top:15%;
	right:5%;
}
.about-in img{
	margin-top:30px;
}
.about-in-cnt{
	padding: 20px;
}
.about-in-cnt p span{
	font-weight:600;
	font-size:22px;
}
.about-in-cnt p{
	margin-bottom:25px;
}
/*About in*/

/*technology used*/
.techonolgy{
	margin-top:50px;
	min-height:450px;
	position:relative;
}
.back{
	position:absolute;
	content:'';
	height:450px;
	width:360px;
	background: #000;
	right:80px;
	top:-35px;	
}
.back1{
	position:absolute;
	content:'';
	height:450px;
	width:360px;
	background: #000;
	right:60px;
	top:-10px;	
}
.tech-box{
	position:relative;
	transition: all 0.5s ease;
}
.tech-box .tech-img{
	position: relative;
}
.tech-cont{
	min-height: 325px;
	padding-left:55px;
	padding-top:225px;
	padding-bottom:30px;
}
.tech-cont .value{
	position:absolute;
	left:0px;
	top:55%;
	font-size:28px;
	font-weight:600;
	color:#fff;
}
.tech-cont .value .tech-cont{
	position:absolute;
	left:-50px;
	top:-250px;
	font-size:60px;
	font-weight:600;
	color:rgba(255,255,255,0.2);
} 
.tech-cont h3{
	color:#fff;
	margin-bottom:20px;
	font-weight:600;
}
.tech-cont p{
	color:#fff;
	padding-bottom: 20px;
	font-size:16px;
}

.tech-carousel{
	position: relative;
}
.tech-carousel .owl-nav {
    position: absolute;
	right: 0%;
    bottom: 50%;
    width: 390px;
    height: 30px;
}
.tech-carousel .owl-prev{
    position: absolute;
    bottom: 0;
    font-size: 32px;
    line-height: 30px;
    color: #fff !important;
    font-weight: 400;
    transition: all .3s ease;
    z-index: 9;
}
.tech-carousel .owl-next {
    position: absolute;
    right: 0px;
    bottom: 0;
    font-size: 32px;
    line-height: 30px;
    color: #fff !important;
    font-weight: 400;
    transition: all .3s ease;
    z-index: 9;
}
.tech-carousel  .owl-next:hover, .tech-carousel  .owl-prev:hover {
    color: #39b4ec;
}

/*technology used*/
/*Testimonial*/

/*Testimonial*/
.testimonial{
	position:relative;
}
.testimonial .customNavigation i{
	font-size:24px;
	background:#000;
	color:whitesmoke;
	padding: 10px 5px 9px 4px;
}
.testimonial .customNavigation .prev{
	position:absolute;
	top:60%;
	left:10%;
	transform:translate(-50%,-50%);
	z-index:999999;
}
.testimonial .customNavigation .next{
	position:absolute;
	top:60%;
	right:10%;
	transform:translate(-50%,-50%);
	z-index:999999;
}
.testi-img{
	width:80px !important;
	height:80px;
	border-radius:50%;
	margin:0px auto;
}
.testi .item{
	margin:0px auto;
	text-align:center;
}
.testi-in{
	position:relative;
}
/*testimonial*/

/*Gallery*/
.section-gap {
    padding: 120px 0;
}
.single-project {
    margin-bottom: 30px;
    width: 100%;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
.single-project:hover {
    opacity: .7;
}
/*Gallery*/

/*Footer*/
footer ul{
	list-style-type: none;
	padding:0px;
	margin:0px;
}
footer ul li{
	padding:10px 0px;
}
footer a{
	color:#fff;
	transition-delay: 0.5s;
	transition:all 0.5s ease;
}
footer p{
	color:#fff;
}
footer a:hover{
	color:#25AAE2;
}
footer h4{
	font-size:18px;
	color:#fff;
	font-weight:600;
}
  /*Search Container*/
  .header-search-box {
    background-color: #fff;
    width: 100%;
    position: relative;
    float: left;
	z-index: 111;
	margin-bottom: 15px;
}
.text-search {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    padding: 10px;
    font-size: 15px;
    outline: medium none;
    height: 40px;
    line-height: 40px;
    width: 100%;
}
#btn-search-category {
    background: #bf1e2d none repeat scroll 0 0;
}
#btn-search-category {
    background:#4288c8 none repeat scroll 0 0;
    border: 0 none;
    color: #fff;
    font-size: 16px;
    position: absolute;
    height: 40px;
    outline: medium none;
    right: 0 !important;
	line-height: 40px;
	padding-left: 10px;
    margin: 0;
    top: 0;
    width: 40px;
    z-index: 99;
}
/*Search Container*/
.socialicon li{
	display:inline-block;
	padding: 0px 10px;
}
.lowpart{
	background: #062e42;
	text-align:center;
}
.addfoot p{
    position:relative;
    padding-left:15px;
}
.addfoot i{
    position:absolute;
    left:-10px;
    top:1px;
    font-size:16px;
}
/*footer*/
/*Index Page*/

/*Breadcrumb*/
.page-title {
    position: relative;
    background-image: url(../images/pattern.jpg);
    background-repeat: repeat;
    background-position: top;
}
.page-title .inner-container .outer-box {
    position: relative;
    padding: 50px 0;
    background-color: rgba(0,0,0,0.50);
}
.page-title .inner-container .inner {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
}
.page-title h1 {
    position: relative;
    float: left;
    font-size: 48px;
    color: #ffffff;
    line-height: 60px;
    font-weight: 700;
    text-transform: capitalize;
}
.page-title .bread-crumb {
    position: relative;
    float: right;
    padding: 20px 0;
    font-family: "Roboto", sans-serif;
    margin: 0;
}
.page-title .bread-crumb li {
    position: relative;
    list-style: none;
    float: left;
    font-size: 18px;
    line-height: 25px;
    color: #26AAE3;
    font-weight: 700;
    text-transform: capitalize;
    cursor: default;
    padding-right: 30px;
    margin-right: 30px;
}
.page-title .bread-crumb li a {
    position: relative;
    color: #ffffff;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.page-title .bread-crumb li:before {
    position: absolute;
    right: -10px;
    font-size: 16px;
    line-height: 30px;
    color: #26AAE3;
    content: "\f178";
    font-family: "FontAwesome";
}
.page-title .bread-crumb li:last-child {
    padding-right: 0;
    margin-right: 0;
}

.page-title .bread-crumb li:last-child:before{
	display: none;
}

/*Breadcrumb*/

/*Comman span hd*/
.heading{
	position:relative;
}
.heading h3{
	font-size:34px;
	font-weight:600;
}
.heading h3 span{
	font-size:14px;
	color:#25AAE2;
} 
/*Comman span hd*/

/*About us */
.about-pg p{
	text-align:justify;
	font-size:16px;
}
/*About img*/
.image-column {
    position: relative;
    margin-bottom: 50px;
}
.image-column .image-box {
    position: relative;
    padding-left: 80px;
    padding-bottom: 80px;
}
.image-column .image-box:before {
    position: absolute;
    left: 20px;
    top: 65px;
    height: 470px;
    width: 465px;
    background-color: #25aae2;
    content: "";
}
.image-column .image-box .image {
    position: relative;
    margin-bottom: 0;
    z-index: 1;
}
.image-column .image-box:after {
    position: absolute;
    right: -50px;
    top: 130px;
    height: 480px;
    width: 480px;
    background-image: url(../images/pattern-1.png);
    background-repeat: repeat;
    content: "";
    z-index: -1;
}
/*About img*/
.abt-bg1{
	background: linear-gradient(120deg,rgb(38, 170, 227)0%,rgba(0, 0, 0, 0.6)100%),url(../images/abt-bg1.jpg);
	padding:60px 40px;
	background-position:cover;
	color:#fff;
	min-height:740px;
}
.abt-bg1 h3{
	font-size:28px;
	text-transform:uppercase;
	font-weight:600;
}
.abt-bg1 ul{
	list-style-type:none;
}
.abt-bg1 ul li{
	font-size:18px;
	padding:10px 0px;
	position:relative;
	padding-left: 20px;
}
.abt-bg1 ul li .fa{
	position:absolute;
	left:0px;
	top:12px;
}
.abt-bg1 p{
	color:#fff;
	font-size:16px;
}
.abt-bg2{
	background: linear-gradient(120deg,rgb(0,0,0,0.6)0%,rgba(38, 170, 227)100%),url(../images/abt-bg2.jpg);
	padding:60px 40px;
	background-position:cover;
	color:#fff;
	min-height:740px;
}
.abt-bg2 h3{
	font-size:28px;
	text-transform:uppercase;
	font-weight:600;
}
.abt-bg2 ul{
	list-style-type:none;
}
.abt-bg2 ul li{
	font-size:20px;
	padding:10px 0px;
	position:relative;
	padding-left: 20px;
}
.abt-bg2 ul li .fa{
	position:absolute;
	left:-5px;
	top:15px;
}
.abt-bg2 p{
	color:#fff;
	font-size:16px;
}

/*accordion*/
.vis-mis .panel-default>.panel-heading {
    color: #333;
    background-color: #26aae3;
	border-color: #ddd;
	padding:20px;
}
.vis-mis h4{
	color:#fff;
	font-weight:600;
}
.vis-mis p{
	font-size:16px;
	text-align:justify;
}

.vis-mis .active .fa-caret-right{
	transform: rotate(90deg);
  }
/*About us*/

/*contact pg*/
.ts-contact {
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding-top: 0;
}
.ts-contact-form {
    padding: 65px;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
    background: #fff;
    padding-bottom: 100px;
    padding-top: 60px;
    height: 100%;
}
.title-bg-small {
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 15px;
    color: #fff;
    background: #101010;
    display: inline-block;
    padding: 3px 18px;
    text-transform: uppercase;
}
.column-title {
    margin-bottom: 30px;
}
.column-title {
    font-size: 36px;
    font-weight: 300;
    color: #101010;
    margin-bottom: 30px;
}
.column-title span {
    font-weight: 700;
}
.ts-form-group {
    margin-top: 60px;
}
.ts-widget-item h3{
    font-size:21px;
}
.ts-form-group .contactMe {
    background: none;
    border: none;
}
.contactMe {
    width: auto;
    padding: 0;
    margin: 0 auto;
    background: #F1F1F1;
    border: solid 1px #C9C9C9;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.contactMe * {
    outline: none !important;
    font-size: 14px;
    color: #000;
}
.ts-form .form-control {
    border: 1px solid #e8e8eb;
    border-radius: 0;
    margin-bottom: 30px !important;
    height: 45px;
    padding: 10px 20px;
    font-size: 14px;
}
.contactMe .field {
    background: #FFF;
    font-size: 14px;
    width: 100%;
    margin: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.contactMe input {
    height: 40px;
    border: solid 1px #E4E4E4;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
    background: #FFF;
}
.ts-form-group .contactMe .select2-container .select2-selection .select2-selection__rendered {
    color: #999999;
    height: 45px;
    line-height: 45px;
    padding-left: 20px;
}
.contactMe .select2-container .select2-selection .select2-selection__rendered {
    height: 38px;
    color: #000;
    font-size: 14px;
    line-height: 38px;
    padding-left: 10px;
    padding-right: 30px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
select.form-control:not([size]):not([multiple]) {
    color: #999999;
}
.contactMe .select2-container {
    width: 100% !important;
    text-align: left;
}
.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
}
.ts-form-group .contactMe .select2-container .select2-selection {
    height: 45px;
}
.contactMe .select2-container .select2-selection {
    height: 40px;
    border: solid 1px #E4E4E4;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: #FFF;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
}
.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none;
}
.ts-form .form-control.message-box {
    resize: none;
    height: 133px;
    margin-bottom: 30px;
}
.contactMe .btn {
    border-radius: 0;
    background: #25AAE2;
    font-weight: 700;
    font-size: 14px;
    height: 45px;
    line-height: 19px;
	margin-top: 0;
	transition-delay:0.5s;
    color: #fff;
	transition:all 0.5s ease;
	border:2px solid transparent;
}
.ts-btn-wraper .btn {
    width: 100%;
}
.contactMe .btn:hover {
    opacity: 0.9;
}
.contactMe .btn:hover {
	color: #25AAE2;
	background: #fff;
	border:2px solid #25AAE2;
}
.ts-widget-area {
    padding: 60px 35px;
    padding-top: 60px;
    padding-bottom: 48px;
}
.contact-bg {
    background: #f7f9fb;
}
.pl-0, .px-0 {
    padding-left: 0!important;
}
.pr-0, .px-0 {
    padding-right: 0!important;
}
/*contact pg*/

/*Testimonial*/
.section-pad {
    padding-top: 80px;
    padding-bottom: 80px;
}
.quotes:first-child {
    margin-top: 0;
}
.quotes {
    margin-top: 60px;
}
.quotes-flat .quotes-text {
    position: relative;
    padding: 0;
}
.quotes-flat .quotes-text:before {
    content: "\201C";
    display: block;
    position: absolute;
    top: 10px;
    left: -45px;
    font-family: "serif";
    font-size: 220px;
    line-height: 100px;
    color: rgba(38, 170, 227, 0.15);
    z-index: -1;
}
.quotes .quotes-text {
    padding: 30px 0 0;
    font-size: 1.125em;
    font-style: italic;
}
.quotes .quotes-text p{
	min-height:90px;
}
.quotes-flat .profile {
    margin-top: 15px;
}
.quotes .profile {
    position: relative;
}
.quotes-flat .profile>*:first-child {
    margin-top: 0;
    padding-top: 0;
}
.quotes-flat .profile h4, .quotes-flat .profile h5 {
    font-weight: 600;
}
.quotes .profile h5 {
    font-weight: 700;
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 5px;
}
.quotes-flat h4, .quotes-flat h5 {
    font-size: 1.125em;
    line-height: 1.75;
}

/*Testimonial*/

/*Gallery*/
.jumbotron .btn:focus,.jumbotron .btn:active,.jumbotron button:focus,.jumbotron button:active {
	outline: none !important;
	box-shadow: none !important;
  }
.jumbotron{
	background-color:#fff;
}
  
  .thumb{
	margin-top: 15px;
	margin-bottom: 15px;
  }
  
/*video*/
.vidbdy{
	margin-bottom:10px;
}
#html5-watermark{
	display:none !important;
}
.vidbdy img{
	position:relative;
}
.vidbdy i{
	position:absolute;
	top:50%;
	left:50%;
	font-size:55px;
	color:#25AAE2;
	transform:translate(-50%,-50%);
}
.vidbdy h3{
	font-size:22px;
	font-weight:600;
	padding:10px 0px;
	text-align:center;
	background:#29517A;
	color:#fff;
}
.vidbdy:hover{
    color:#fff;
}
.vidbdy:hover h3{
	color:#fff;
}
.video-wrapper {
    position: relative;
}

.video-wrapper > video {
    width: 100%;
    vertical-align: middle;
}
@media only screen and (max-width: 425px) {
	.video-wrapper>video{
		min-height:inherit;
	}
}
.video-wrapper > video.has-media-controls-hidden::-webkit-media-controls {
    display: none;
}

.video-overlay-play-button {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 10px calc(50% - 50px);
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    opacity: 0.95;
    cursor: pointer;
    background-image: linear-gradient(transparent, #000);
    transition: opacity 150ms;
}

.video-overlay-play-button:hover {
    opacity: 1;
}

.video-overlay-play-button.is-hidden {
    display: none;
}









.video-play-button {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  /* background: #fa183d; */
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
}

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #25AAE2;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #25aae2;
  border-radius: 50%;
  transition: all 200ms;
}

.video-play-button:hover:after {
  background-color: darken(#25AAE2, 10%);
}

.video-play-button img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}

.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 32px solid #fff;
	border-top: 22px solid transparent;
	border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

.mrg0{
	margin:0px !important
}
/*video*/

/*Pdf*/
.pdf-part{
	margin:35px 0px;
}
/*Pdf*/



/*Responsive*/
@media screen and (min-width:425px) and (max-width:768px){
	#tab-button li a{
		font-size:12px;
		min-height:55px;
	}
	.health-f-in h3 {
		font-size:13px;	
	}
	.pack{
		font-size:18px;
	}
}



@media screen and (min-width:769px) and (max-width:1024px){
	#tab-button li a{
		font-size:13px;
		min-height:55px;
	}
}
/*Responsive*/
/*Gallery*/


/*Product Pg */
.sidebar-page-container .sidebar-side {
    margin-bottom: 40px;
}
.sidebar-page-container .sidebar-side .sidebar {
    position: relative;
}
.sidebar-widget {
    position: relative;
    margin-bottom: 50px;
}
.blog-cat {
    position: relative;
}
.sidebar-widget ul{
    padding:0px; 
    margin:0px;
    list-style-type:none;    
}
.blog-cat li {
    position: relative;
    margin-bottom: 3px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.blog-cat li a {
    position: relative;
    color: #222222;
    font-size: 16px;
    font-weight: 700;
    display: block;
    border-radius: 50px;
    border: 1px solid #acacac;
    padding: 20px 15px 20px 50px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.blog-cat li a:before {
    position: absolute;
    content: '\f105';
    left: 32px;
    top: 20px;
    color: #222222;
    font-size: 18px;
    font-family: 'FontAwesome';
}
.blog-cat li a:hover {
    color: #fff;
    border-color: #25AAE2;
    background-color: #25AAE2;
}
.service-single {
    position: relative;
}
.service-single .inner-box {
    position: relative;
}
.service-single .inner-box .image {
    position: relative;
}
.service-single .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
    margin-bottom: 30px;
}
.service-single .inner-box .lower-content {
    position: relative;
    padding-top: 30px;
}
.service-single .inner-box .lower-content h2 {
    position: relative;
    color: #222222;
    font-size: 30px;
    line-height: 1.3em;
    font-weight: 700;
    margin-bottom: 15px;
    text-align:center;
}
.service-single .inner-box .lower-content .text {
    position: relative;
}
.service-single .inner-box .lower-content .text p {
    position: relative;
    color: #777777;
    font-size: 14px;
    line-height: 2em;
}
.service-single .inner-box .lower-content h3 {
    position: relative;
    color: #222222;
    font-size: 24px;
    line-height: 1.3em;
    font-weight: 700;
    margin-bottom: 15px;
}   
.service-single .inner-box .lower-content h4 {
margin-top:30px
}
.service-single .inner-box .lower-content .two-column ul, .blocks-column ul{
    list-style-type:none;
    padding:0px;
}
.service-single .inner-box .lower-content .two-column .list-style-two {
    margin-top: 15px;
}
.service-single .inner-box .lower-content .two-column .list-style-two li {
    padding-top: 0px;
    font-size: 14px;
}
.list-style-two li {
    position: relative;
    color: #222222;
    font-size: 16px;
    padding-left: 25px;
    font-weight: 600;
    margin-bottom: 15px;
}
.list-style-two li:before {
    position: absolute;
    content: "\f061";
    left: 0px;
    top: 4px;
    color: #ffb200;
    font-size: 12px;
    line-height: 1em;
    font-weight: 600;
    font-family: "FontAwesome";
}

.blocks-column table, th, td {
    border: 1px solid black;
    text-align:center;
    padding:10px 7px;
}
/*Product Pg*/

/*Team*/
.team-mem{
    margin-bottom:30px;
}
.team-mem h3{
    color:#25AAE2;
    font-weight:700;
}
.tem-mem-cnt p{
    text-align:justify;
}
.hgtext{
    text-align:center;
    padding:15px;
    background: #f3f3f3;
}
.hgtext h5{
    font-size:20px;
    color:#25AAE2;
}
/*Team*/
/*Chemicals*/
.chemi ul{
    list-style-type:none;
}
.chemi ul li{
    font-size:18px;
    padding-bottom:15px;
}
.chemi ul li i{
    color:#25AAE2;
}
/*Chemicals*/

/* career */
.career-pg h3{
    font-size:34px;
    font-weight:600;
    color:#25AAE2;
}
.career-pg p{
    font-size:16px;
    padding-bottom:15px;
}
.career-pg a{
    font-weight:600;
}
.career-pg a:hover{
    color:#25AAE2;
}
