
/*@import url('https://fonts.googleapis.com/css2?family=Martel&display=swap');*/
@import url('../fonts/martel/martel.css');

*{margin:0px; padding:0px; box-sizing:border-box;  font-family: 'Roboto', sans-serif ;}
.clear{clear:both;}
a,a:hover,a:focus{outline:none !important; text-decoration:none !important;}

.font-martel{font-family: 'martelregular' !important;}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}
header{
	width:100%;
	z-index:777;
	display:block;
}
.col{
	padding:0px 0 0 12px;
	float:left;
	width:50%;
}
.col:first{padding:0;}

/*for fix header write fix header class*/
.fixed-header {
    position: fixed !important;
    top: -20px;
    left: 0;
    z-index: 77;
    width: 100%;
    min-height: 70px;
    background: #a731ef;
    box-shadow: 0 6px 6px 0 rgb(6 22 58 / 7%);
}
.fixed-header .navbar{
	box-shadow:0 0 0 0;
}
/*
.contactDetails .contactUlWrap .circle-icon i{transition:all 0.3s ease 0s;}
.contactDetails .contactUlWrap:hover .circle-icon i.fa{
	transform:scale(1.3);
}
*/
.top-contact.top-highlight li:first-child{
	padding-left: 25px !important;
}
.top-contact.top-highlight li:last-child {
    padding-right: 15px !important;
}
.top-contact li:last-child {
    padding-right: 0;
}
.top-contact li strong {
    font-weight: 400;
}
.top-contact i {
    margin-right:5px;
    display: inline-block;
}
.top-contact span.tel-no {
    font-size: 15px;
    font-weight: 400;
}
/*logo header section*/
.logoHeader{
	position:relative;
	padding:20px 0 35px;/*10px 0 5px*/
	background:#f3f7f9;
}
.brand-section{
	position:relative;
	text-align: left;
}
.contactDetails{
	margin-top:0px ;/*25px*/
}
.bor-none{
	border:none !important;
}
.contactDetails .list{
	display: flex;
	display:-ms-flexbox!important;
	flex-direction:row;
	justify-content:flex-end;
	margin-top:20px;
}
.contactDetails .list .list-item {
	padding: 0 15px;
	margin:10px 0 10px; /*15px 0*/
	border-left: 1px solid #999;
	/* display:flex; */
	align-items:center;
}
.contactDetails .list .list-item:first-child{border:0;}
.contactDetails .list .list-item {
	list-style: none;
	background:none;
}

.contactDetails .list .list-item .circle-icon,
.contactDetails .list .list-item  .contactGroup{
	justify-content: center;
    align-items: center;
}

.contactDetails .list .list-item  .circle-icon i{
	font-size:17px;
	text-align:center;
	color:#515151;
}
.contactDetails .list .list-item  .contactGroup b{
	font-size: 15px;
    font-weight: 500;
	color:#515151;
}
.contactDetails .list .list-item  .contactGroup{
	padding: 0px 0px 0 7px;
	font-size:15px;
	color:#515151;
	font-weight:400;
}
.contactDetails .list .list-item .contactGroup a{
	color:#515151;
}

/*navigation*/
.nav-header{
	position: relative;
    z-index: 4;
    top: 15px;
    margin-bottom: -15px;
}
.navbar{
	margin: 0px;
    box-shadow: 0px 4px 5px 0px rgb(0, 0, 0, 0.5);
    border-radius: 50px !important;
    background: #a731ef;
}
.navbar-nav{
	float:none;/*extra*/
	margin:0 auto;/*extra*/
	text-align:center;/*extra*/
	width:100%;/*extra*/
}
.navbar-nav>li>a {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    font-family:roboto;
    font-weight: 300;

}
.navbar-nav>li{
	padding:0px 45px;/*0px 16px*/
	display:inline-block; /*extra*/
	float:none;/*extra*/
}
.navbar-nav>li::after {
    content: " ";
    width: 1px;
    height: 24px;
    background:rgb(240, 241, 242, 0.42);
    display: inline-block;
    position: absolute;
    left: 100%;
    top: 15px;
}
.navbar-nav>li:last-child::after{
	width:0px;
}
.navbar-nav>li>a:focus, .navbar-nav>li>a:hover,
.navbar-nav .open>a, 
.navbar-nav .open>a:focus, 
.navbar-nav .open>a:hover,
.navbar-nav .active a{
    text-decoration: none;
    background: none !important;
	color:#25f14f;
}
.navbar-nav .dropdown-menu{
    background:none !important;
	border-radius:0px !important;
	box-shadow:none !important; 
	border:none !important;
	margin-left: 0!important;
    margin-right: 0!important;
	min-width:230px;/*220px*/
}
.navbar-nav li.dropdown li{
   list-style-type: none;
    font-size: 13.9px;
    line-height: 20px; 
	background-color: rgb(0 191 72 / 76%);/*(3, 66, 139, 0.78)*/
	transition:all .3s ease 0s;
}
.navbar-nav li.dropdown li:before {
    height: 1px;
    display: block;
    content: '';
    width: 100%;
    background: -moz-linear-gradient(left,rgba(241,241,241,0) 0,rgba(241,241,241,1) 33%,rgba(241,241,241,1) 66%,rgba(241,241,241,0) 100%);
    background: -webkit-gradient(linear,left top,right top,color-stop(0,rgba(241,241,241,0)),color-stop(33%,rgba(241,241,241,1)),color-stop(66%,rgba(241,241,241,1)),color-stop(100%,rgba(241,241,241,0)));
    background: -webkit-linear-gradient(left,rgba(241,241,241,0) 0,rgba(241,241,241,1) 33%,rgba(241,241,241,1) 66%,rgba(241,241,241,0) 100%);
    background: -o-linear-gradient(left,rgba(241,241,241,0) 0,rgba(241,241,241,1) 33%,rgba(241,241,241,1) 66%,rgba(241,241,241,0) 100%);
    background: -ms-linear-gradient(left,rgba(241,241,241,0) 0,rgba(241,241,241,1) 33%,rgba(241,241,241,1) 66%,rgba(241,241,241,0) 100%);
    background: linear-gradient(to right,rgba(241,241,241,0) 0,rgba(241,241,241,1) 33%,rgba(241,241,241,1) 66%,rgba(241,241,241,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f1f1f1', endColorstr='#00f1f1f1', GradientType=1 );
    opacity: .1;
}
.navbar-nav li.dropdown li:hover{
	background: rgb(36 36 54 / 75%);/*fff*/
}
.navbar-nav li.dropdown li a{
	padding: 10px 15px;
	color: #fff;
	font-weight:300;
}
.navbar-nav  .dropdown-submenu>a:after {
    font-family: FontAwesome;
    content: "\f105";
    display: inline-block;
    position: absolute;
    width: 40px;
    line-height: 40px;
    text-align: center;
    font-style: normal;
    font-size: 18px;
    right: 0;
    top: 0;
	border:none ;
	margin:0px;
}
.navbar-nav li.dropdown li:hover > a,
.navbar-nav  .dropdown-menu>li>a:focus, 
.navbar-nav .dropdown-menu>li>a:hover {
    color: #fff;/*#000715*/
    text-decoration: none;
    background: none !important;
}
.navbar-nav .dropdown-submenu>.dropdown-menu {
    padding-left: 4px;
}

.navbar-nav  .dropdown a.dropdown-toggle .caret{
	line-height: 25px;
    right: 6px !important;
    width: auto !important;
    font-style: normal;
    font-weight: 400;
	font-size:18px !important;
	transition: all .1s ease-in-out ;
	border:none !important;
	margin-left:0;
	display:inline;
}
.navbar-nav  .dropdown a.dropdown-toggle .caret::after {
    content: "\f107";
    font-style: normal;
    font-size: 18px;
    margin-left: 5px;
    font-family: FontAwesome;
    /* vertical-align: top; */
}

.navbar-nav.navbar-right>li::before {
    content: " ";
    width: 1px;
    height: 24px;
    background: rgba(2, 13, 38, 0.096);
    display: inline-block;
    position: absolute;
    left: 0;
    top: 15px;
}
.navbar-nav .caret1::before{
	font-style: normal;
    font-size: 18px;
    margin-left: 5px;
	vertical-align:middle;
}
/*mobile view when we scroll header sholud  fixed that time company name 
show on transpent fixed header*/

#content-header .logoName{
	display:none;
}
#content-header.fixed-header .logoName {
    display: inline-block;
    color: #fff;
    width: auto;
    position: relative;
    z-index: 999999;
    font-size: 26px;
    font-family: 'Constantia', Times New Roman;
    font-weight: 600;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    top: 29px;
    padding: 0 15px;
}
/* Navigation End */





/* About KD  */
.welcomeSection{
	padding-top:40px;
	padding-bottom:50px;
}
.welcomeSection .welcome-bg-block {
    background: url(../img/aboutus.png) no-repeat left top/cover;
    margin-right: 20px;/*230*/
	height:540px;
}
.welcomeSection .welcome-carousel-outer:after {
    position: absolute;
    content: '';
    right: -24px;
    top: 75px;
    width: 80%;
    height: 100%;
    background: url(../img/dotted-img.png) no-repeat top right;
    z-index: -1;
}
.sectionHeading{
	margin-bottom: 30px;
}
.welcomeSection .bigHeading{
	color: #203334;
	font-family: 'martelregular' !important;
	margin: 0px 0 0px 0;
	font-size: 40px;
	line-height: 47px;
}
.welcome-Intro{
	padding-left:65px;
}
.welcome-Intro ul{margin:0; padding:0;list-style:inside none;}
.welcome-Intro ul li{
	margin:0 0 18px; 
	padding-left:25px; 
	background:url(../img/check-icon.png) no-repeat left 4px;
	line-height:23px;
	font-size:16px;
	color:#576566;
}
.commBtn{
	border: none;
    border-radius: 0;
    color: #fff;
    text-transform: uppercase;
    position: relative;
	background:#a731ef;
	padding:10px 30px;
	font-size:16px;
	line-height:22px;
	font-weight:400;
	margin:10px 0;
	transition: all 0.3s ease;
}
.commBtn:before,
.commBtn:after{
    content: "";
    position: absolute;
    transition: all 0.3s ease;
	width: 35px;
    height: 1px;
}
.commBtn:before{
    bottom: -5px;
    right: 0;
}
.commBtn:after{
    top: -5px;
    left: 0;
}
.commBtn:hover{
	background:#12914a  !important;
	color:#fff !important;
	border-radius:25px;
}
.commBtn:hover:before,
.commBtn:hover:after{
    width: 100%;
    height: 1px;
	border-color: #12914a;
}
.commBtn:before{
    border-top: 2px solid #a731ef;
    border-right: 2px solid #a731ef;
}
.commBtn:after{
    border-bottom: 2px solid #a731ef;
    border-left: 2px solid #a731ef;
}
/* End */

/*application section*/
.title-heading{
	color: #203334;
	font-family:'martelregular' !important;
    display: block;
	margin:10px 0 20px 0;
	font-size: 40px;
    line-height: 47px;
}
.applicationSection .owl-carousel .owl-stage{
	padding-top:30px;
	/* padding-bottom:60px !important; */
}
.applicationSection .item{
  opacity:0.9;
  transition:.4s ease all;
  margin:0 20px;
  transform:scale(.87);
}

.applicationSection .active .item{
  opacity:1;
  transform:scale(1.1); /*scale(1)*/
} 

.owl-item {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
}
.applicationSection .item .inner{  /*effect extra add*/
	transform: scale(0);
	transition: transform 0.5s linear;
	right:0;
	

}
.applicationSection .active .item .inner{
	position: absolute;
    bottom: -30px;
    left: 25px;
    text-align: left;
    width: 45%;
	right:inherit;
    height: 100%;
    background: rgba(85, 12, 130, 0.80);
	padding:40px 30px;
	transform: scale(1);	/*above effect extra add this line*/
}
.applicationSection .owl-item:not(.active) .item:after{
	content:"";
	display:block;
	right:0;
	top:0;
	width:82px;
	height:90px;
	position:absolute;
	z-index:80;
	opacity:0.8;
	background:url(../img/top-plus-icon.png) no-repeat 0 0;
	transition:all 0.3s ease;
}
.applicationSection .owl-item:not(.active):hover .item:after{
	opacity:1;
}
.applicationSection .inner h3,
.applicationSection .inner p,
.applicationSection .read-btn{
	display:none;
}
.applicationSection .active .item .inner h3{
	display:block;
	color:#fff; 
	text-decoration: none;
    font-size: 24px;
    line-height: 34px;
    font-family: 'martelregular' !important;
	margin:0px 0 15px;
	padding-bottom:20px;
	border-bottom:2px dotted #fff;
}
.applicationSection .active .item .inner p{
	display:block;
	color:#f4f4f4;
	font-size:15px;
	line-height:28px;
	margin:22px 0 30px;
	font-weight:400;
}
.applicationSection .active .item .inner ul{
	list-style:inside none;
	margin:0 0 15px;
	padding:0;
}
.applicationSection .active .item .inner ul li{
	list-style:none;
	background:url(../img/list-icon.png) no-repeat -5px center;
	line-height:42px;
	color:#fff;
	font-size:15px;
	display:block;
	padding-left:18px;
}
.applicationSection .owl-carousel {
  position: relative;
}
.applicationSection .owl-carousel .owl-next,
.applicationSection .owl-carousel .owl-prev {
	width: 50px;
	height: 50px;
    margin-top: 0px;
    color: #fff !important;
    font-size: 27px !important;
    position: absolute;
    top: 40%;
    background: #008e30 !important;
	outline:none;
}
.applicationSection .owl-carousel .owl-prev {
  left: 0px;
}
.applicationSection .owl-carousel .owl-next {
  right: 0px;
}
.applicationSection .owl-controls{position:absolute; margin-top:300px;}
.applicationSection .active .read-btn{
    color: #8e00e8;
    font-size: 15px !important;
	display:block;
    text-transform: capitalize;
    padding: 10px 25px;
    border: 0px solid #87086d;
	box-shadow: 2px 2px 20px -5px #000;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all 0.5s;
	background:#fff url(../img/btn-arrow.png) no-repeat 185px center;
}
.applicationSection .read-btn:hover{
    color: #fff;
    box-shadow: 0 0 20px -5px #000;
    transform: scale(1);
	background:#fff url(../img/btn-arrow.png) no-repeat -8px center;
}



.applicationSection .read-btn:hover:after{ transform: translate(0) rotate(0); }

/*product Section*/
.productSection{
	width: 100%;
    background: url(../img/productBg.png) fixed no-repeat;
    background-size: cover;
    margin: 0 auto;
    position: relative;
    flex-wrap: wrap;
    justify-content: center;
    padding: 50px 0;
	margin-top:10px;
}

.sliderhorizaontal .slick-prev, .sliderhorizaontal .slick-next {
    height: 45px;
    width: 45px;
	line-height:50px;
    background: #454242;
	border-radius:50% !important;
    color: #fff;
    z-index: 99;
    position: absolute !important;
    top:50%;
	text-align:center !important;
	border:3px solid #fff;
}
.sliderhorizaontal .slick-prev{
	left:-45px;
}
.sliderhorizaontal .slick-next{
	right:-45px;
}
.sliderhorizaontal .slick-list {
    padding-bottom: 10px;
}
.slick-prev:before, .slick-next:before {
	font-family: FontAwesome !important;
	content: "\f104" !important;
	position: relative !important;
	font-size:18px;
	line-height:30px;
	opacity:1 !important;
}
.slick-next:before {
	content: "\f105" !important;
}

.sliderhorizaontal .item.box {
   margin:0px;
   text-align:center;
   position: relative;
}

.productSection .item.box .main-img {
	position: relative;
	width: 300px;
	height: 300px;
	overflow: hidden;
	border-radius: 50%;
	margin:0 auto;
	/* clip-path: circle(50%); */
	box-shadow: 1px 1px 25px 2px rgb(30 48 90 / 80%);
	border: 1px solid rgb(255 255 255 / 50%);
}
.productSection .item.box .over-layer{
	width: 94%;
    height: 94%;
    position: absolute;
	left:1%;
	right:1%;
	top:1%;
	bottom:1%;
    opacity: 0;
	margin:auto;
    background: rgba(52,12,77, 0.70);
    transition: all 0.3s linear;
	border-radius: 50%;
	
}
.productSection .item.box .over-layer .box-content{
	width: 100%;
    height: 100%;
    padding-top: 42%;
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(0);
    transition: all .3s ease 0s;
}
.productSection .item.box .over-layer .title{
	font-size: 17px;
    font-weight: 400;
    color: #fff;
    margin: 0 0 10px;
	text-transform:capitalize;
	font-family: 'martelregular';
}
.productSection .item.box .over-layer .more {
    display: block;
    font-size: 15px;
    font-weight: 400;
    color: #f6c021;
    margin-bottom: 10px;
}
.productSection .item.box img{
	width: 100%;
	height: auto;
	transition:transform 0.50s linear;
}
.productSection .item.box:hover .over-layer{
	 opacity:1;
}
.productSection .item.box:hover .over-layer .box-content{
	 transform: scale(1);
}
.productSection .item.box:hover img{
	transform: scale(1.1,1.1);
}
.slick-initialized .slick-slide{
	outline:none !important;
}
.sliderhorizaontal .slick-list{
	padding:20px 1px!important;
}
.proNamae{
	display: block;
    width: 80%;
    font-size: 19px;
    color: #282828 !important;
    line-height: 30px;
    text-align: center;
    text-transform: capitalize;
    border-bottom: 1px solid #561a76;
    padding-bottom: 20px;
    margin: 20px auto;
    position: relative;
	font-family:'martelregular' !important;
	font-weight:500;
}
.proNamae:before,
.proNamae:after{
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #561a76;
    margin: 0 -5px 0 0;
    position: absolute;
    bottom: -5px;
    right: 50%;
    transition: all 0.4s ease 0s;
}
.proNamae:before{
    left: 50%;
    margin: 0 0 0 -5px;
}
.productSection .item.box:hover .proNamae:before{ left: 100%; }
.productSection .item.box:hover .proNamae:after{ right: 100%; }

/*footer section*/
.footer .list{
	display: flex;
    flex-wrap: wrap;
}
.footer .list-item {
    display: flex;
    margin-bottom:5px;
}
.footer .list-content {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.footer-wrapper{
	width:100%;
	padding:30px 0 0;
    display:block;  
	position:relative;	
	background:#242424;
}
.footer .foot-blog{
    margin-top: 10px;
}
.footer .foot-blog h2 {
    font-size: 20px;
    margin-bottom: 20px;
    padding-bottom: 14px;
    color: #fff;
    position: relative;
	text-transform:uppercase;
	font-family: 'martelregular';
}
.footer .foot-blog h2:before {
    position: absolute;
    bottom: -1px;
    left: 0;
    content: "";
    width: 17px;
    height: 3px;
	background: #2dc366;
}
.footer .foot-blog h2:after {
    position: absolute;
    bottom: -1px;
    left: 20px;
    content: "";
    width: 17px;
    height: 3px;
	background: #fff;
}
.footer .useful-links ul.menu{
	margin:0px;
	padding:0px;
}
.footer .useful-links ul.menu li {
    position: relative;
    line-height: 27px;
	list-style: none;
    padding: 0;
    margin: 0;
}
.footer .useful-links ul.menu li a {
    color: #f3f3f3;
    font-size: 15px;
	font-weight:300;
}
.footer .useful-links ul.menu li a span{
  position: relative; /* positioned relative to its normal position */
  top: 0; /* default */
  left: 0; /* default */
  transition: left 0.6s linear; /* adjust */
}
.footer .useful-links ul.menu li a:hover{
	text-decoration:none;	
}

.footer .useful-links ul.menu li a:hover span,
.footer .useful-links ul.menu li a:hover .fa.fa-angle-right{
	 color:#2dc366;
}
.footer .useful-links ul.menu li a:hover i {
    margin-right: 2px;
    margin-left: 5px;
	color: #c961ff!important;
}
.footer .useful-links ul.menu li a:hover span{
  left: 5px;
  transition: left 0.3s linear; /* adjust */
  color:#2dc366;
}
.footer .useful-links ul.menu li a span,
.footer .useful-links ul.menu li a .fa.fa-angle-right{
	transition:all 0.4s ease;
}
.footer .useful-links ul.menu li i {
    margin-right: 5px;
}
.footer .info {
    position: relative;
    padding-left: 32px;
    margin-bottom: 17px !important;
}
.footer .info i {
    width: 25px;
    height: 25px;
    position: absolute;
    left: 0;
	font-size:20px;
    border-radius: 0px;
    top: 0px;
	color:#2dc366;
}
.footer .info p {
    padding-right: 0px;
    color: #f3f3f3;
	line-height:25px;
    font-size: 15px;
	font-weight:300;
}
.footer .footer-bottom{
	position: relative;
	float:left;
    margin-top: 30px;
    width: 100%;
    border-top: 1px solid #101010;
    text-align: center;
    padding: 12px 0 2px;
    background: #191919;
}
.footer .copyright p {
    font-size: 15px;
	font-weight:300;
    color: #fff;
}
.footer .copyright a{
    color: #2dc366;
	text-decoration:none;
	transition:all 0.4s ease;
}
.footer .copyright a:hover{ color:#c86fff;}

/*inner page*/
/*innerpage banner slider*/
#bootstrap-touch-slider.insidePageBanner {
    max-height: 400px!important;
    /* min-height: inherit; */
}
#bootstrap-touch-slider.insidePageBanner .bs-slider-overlay{
	background:rgba(0,0,0,0.45);
}
#bootstrap-touch-slider.insidePageBanner .bs-slider-overlay.product-overlay {
    background: rgba(0,0,0,0.1);
}

#bootstrap-touch-slider .carousel-inner .item .slide-text {
    margin: 0 4.5%;
}
#bootstrap-touch-slider.insidePageBanner .carousel-inner .item .slide-text > h1.borLeft{
	color:#fff !important;
	position:relative;
	padding-left: 25px;
} 
#bootstrap-touch-slider.insidePageBanner .carousel-inner .item .slide-text > h1.borLeft:before{
	display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 20px;
    background-color: #008e30 ;
    width: 6px;
}
/* inside page slider css */
.carousel.bs-slider:not(.home) .bs-slider-overlay, 
.carousel.bs-slider:not(.home) .slide-text {
    display: none;
}
/* inside page slider css end */

/*breadcrumb*/
.breadcrumb {
    padding: 7px 0px !important;
	margin-bottom: 0px;
    background-color:rgba(45,52,62,.8)!important;
    border-radius: 0;
    position: absolute !important;
    bottom: 0px !important;
    z-index: 3!important;
    display: block !important;
    width: 100% !important;
}
.breadcrumb ul{
    list-style: none;
	margin-bottom: 0px;
}
.breadcrumb li {
    display: inline-block;
    position: relative;
    font-size: 15px;
    padding-left: 25px;
    line-height: 30px;
    vertical-align: middle;
}
.breadcrumb li:first-child{
	padding-left: 0px;
}
.breadcrumb ul>li+li::after {
    content: "\f105";
    font-family: FontAwesome;
    font-weight: 400;
    font-style: normal;
    position: absolute;
    left: 9px;
    top: 0;
    color: #fff;
}
.breadcrumb a.home::before {
    font-family: FontAwesome;
    content:"\f015";
	display:inline-block;
}
.breadcrumb a {
    color: #fff;
}

.breadcrumb a.home {
    font-size: 1.7em;
    padding-left: 0;
}
.breadcrumb>li+li:before {
    padding: 0 ;
	display:none;
}
.breadcrumb li a:hover, 
.breadcrumb li.active{
    color: #13c257;
}

/*about page*/
.middleWrapper{
	padding:20px 0 30px;
}
.middleWrapper .pageHeading {
    font-size: 33px;
    line-height: 53px;
    color: #0c2745;
    margin-top: 0;
    text-transform: capitalize;
	position:relative;
	margin-bottom:30px;
	color: #203334;
    font-family: 'martelregular' !important;
}
.middleWrapper .pageHeading:before{
	position: absolute;
    top: 100%;
    left: auto;/*0*/
    content: "";
    width: 60px;
    height: 3px;
    background: #008e30 ;
}
.commanParaText {
    font-size: 15.5px;
    line-height: 28px;
    color: #576566;
}
.middleWrapper .list-ul{
	margin:0 15px;
}
.middleWrapper .list-ul li{    
	line-height: 25px;
	margin:0 0 10px;
    font-size: 16px;
    color: #576566;
}

/*contact page*/
.middleWrapper.contactWrapper{
	padding-bottom:0;
}
.goole-map{
    height: 350px;
    width: 100%;
    border: 1px solid #ccc;
}	
.contactWrapper .list {
  display: flex;
  flex-wrap: wrap;
}
.contactWrapper .list .list-item{
  display: flex; 
  padding: 0.5em;
}
.contactWrapper .list .list-content{
   display: flex;
   flex-direction: column;
   width: 100%;
}
.mt0{
	margin-top:0px !important;
}
.mb30{
	margin-bottom:30px;
}
.mb0{
	margin-bottom:0px;
}
.ptb40{
	padding:40px 15px;
}
.contact-boxicon-Wrapper{
	position: relative;
	text-align: center;
}
.contact-boxicon-Wrapper .icon{
	width: 60px;
	display: inline-block;
    text-align: center;
	margin: 0 auto 10px;
}
.contact-boxicon-Wrapper .icon img{
	margin:0 auto;
}
.contact-boxicon-Wrapper .icon-content {
    overflow: hidden;
}
.contact-boxicon-Wrapper .icon-content h4{
	font-size: 18px;
    line-height: 24px;
    color: #203334;
    margin-bottom: 15px;
    font-weight: 500;
}
.contact-boxicon-Wrapper .icon-content h5 {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #576566;
    margin-bottom: 0px;
    min-height: 60px;
}
.contact-boxicon-Wrapper.block-shadow{
	-webkit-box-shadow: 0 10px 30px 0 rgba(50,50,50,.16);
    box-shadow: 0 10px 30px 0 rgba(50,50,50,.16);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.blockDiv{
	display:block;
	width:100%;
	margin-bottom:10px;
}
/*contact form*/
.get-in-touch {
  max-width: 100%;
  margin: 0px auto 20px;
  position: relative;
  padding: 0px 0px;
}
.get-in-touch .contact-form .form-field {
  position: relative;
  margin: 32px 0;
}
.get-in-touch .contact-form .input-text {
  display: block;
  width: 100%;
  height: 36px;
  border-width: 0 0 1.5px 0;
  border-color: #e0e0e0;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  padding: 0 5px;
}
.get-in-touch .contact-form .input-text:focus {
  outline: none;
}
.get-in-touch .contact-form .input-text:focus{
	border-color: #ecb513;
}
.get-in-touch .contact-form .input-text:focus + .label,
.get-in-touch .contact-form .input-text.not-empty + .label {
  -webkit-transform: translateY(-14px);
          transform: translateY(-14px);
}
.get-in-touch .contact-form .label {
  position: absolute;
  left: 20px;
  bottom: 22px;
  font-size: 16px;
  padding:0 0 .5rem 0;
  line-height: 26px;
  font-weight: 400;
  color:#576566;
  cursor: text;
  transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out, 
  -webkit-transform .2s ease-in-out;
}
.get-in-touch .contact-form .input-text:hover + .label,
.get-in-touch .contact-form .input-text:focus + .label{
	color:#d89f00 !important;
}
.get-in-touch .contact-form .submit-btn {
  display: inline-block;
  background-color: #000;
   background-image: linear-gradient(125deg,#a72879,#064497);
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 16px;
  padding: 8px 16px;
  border: none;
  width:200px;
  cursor: pointer;
}
.goole-map + div + .footerSection{
	margin-top:0px;
}
/*manufacturing facility page*/

.padding_left{
	padding-left:0px;
}
.middleWrapper ul.timeline {
    list-style-type: none;
    position: relative;
	margin-left:25px;
}
.accordion ul.timeline h3{
	font-size: 17px;
    font-weight: 500;
    margin: 0 0 10px 0;
    display: block;
	color:#03428b;
}
.middleWrapper ul.timeline:before {
    content: ' ';
    background: #d3d3d3;
    display: inline-block;
    position: absolute;
    left: 7px;
    width: 2px;
    height: 100%;
    z-index: 23;
}
.middleWrapper ul.timeline > li {
    margin: 20px 0;
    padding-left:27px;
	position:relative;
}
.middleWrapper ul.timeline > li:before {
    content: ' ';
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 2px solid #04ca8a;
    left: 0px;
	top:7px;
    width: 15px;
    height:15px;
    z-index: 23;
}
.middleWrapper ul.timeline p,
.middleWrapper ul.timeline li{
	color:#3a4258 !important;
	font-size:16px !important;
	font-weight:500;
}
.middleWrapper ul.timeline > li p,
.middleWrapper ul.timeline > li b{
	margin-bottom:8px;
	display:block;
    background: #e4ecff;
    padding: 4px 10px 4px;
	border: 1px dotted #a3b0cf;
    border-radius: 8px;
}

.middleWrapper ul.timeline > li b {
    color: #464646;
    font-size: 16px;
    font-weight: 500;
}
.middleWrapper ul.timeline > li > h3{
	color: #4749d0;
    font-size: 21px;
    font-weight: 600;
}
.timeline-heading{
	font-size: 20px;
    font-weight: 500;
    margin: 25px 0 10px;
    display: block;
    color: #203334;
}
.d-inline{
	display:inline-block;
}
.middleWrapper.innerPageWrap .listing-ul {
    list-style: none outside;
    margin: 0px;
    padding: 0px 0 0 20px;
}	
.middleWrapper.innerPageWrap .listing-ul li {
    font-size: 16px;
    line-height: 24px;
    color: #4c4c4c;
    position: relative;
    padding: 3px 0;
}
.middleWrapper.innerPageWrap .order-list.number li > ul.inner-ul li:before, 
.middleWrapper.innerPageWrap .listing-ul li:before {
    content: "\f111";
    font-family: "FontAwesome";
    font-size: 9px;
    color: #1ac333;
    position: absolute;
    top: 3px;
    left: -20px;
    height: 100%;
}

.facility-listing{
	padding:18px 0 20px;
	border-bottom:1px dashed #afafaf;
	width: 100%;
    float: left;
    clear: left;
}

.title4{
	font-size: 28px;
    color: #9538cd;
}
.facility-listingimg{
	margin-bottom:20px;
	position:relative;
}
.img-title{
	position: absolute;
    bottom: 20px;
	left: calc(100% - 85%);
    display: block;
    background: rgb(199 255 237 / 88%);
    padding: 7px 15px;
    border-radius: 5px;
    border: 2px solid #fff;
    font-size: 17px;
    text-align: center;
    width: 250px;
    color: #242424;
}
.pLeft{margin-left:20px;}
.facility-listingimg img {
    display: block;
    width: 100%;
    border-radius: 14px;
	border:2px solid #fff;
	box-shadow: -2px -2px 6px 0px rgb(0 0 0 / 20%);
	
}
.facility-listingimg:after {
    display: block;
    width: 100%;
    content: "";
    background: #c7ffed;
    position: absolute;
    left: 3px;
    height: 100%;
    top: 15px;
    z-index: -1;
    border-radius: 14px;
}
.ourVisionContainer{
	position:relative;
	margin-top:60px;
	background:#45556c;
	padding:30px 25px 25px;
	border-radius:10px;
	box-shadow:-13px -12px 30px 0 rgb(126 88 179 / 19%);
	background: linear-gradient(312deg, #45566B 40%, #C15BFF 100%);
}
.ourVisionContainer p{
	color:#fff;
	font-size:17px;
	line-height:23px;
}
.ourVisionContainer .visionTitle {
    background: #fff;
    border: 4px solid #a731ef;
    text-align: center;
    font-size: 21px;
	font-weight:600;
    color: #007430;
	color:#435066;
    /* line-height: 15px; */
    width: 300px;
    border-radius: 25px;
    padding: 10px 0 8px;
    margin: -53px auto 25px;
    position: relative;
    box-shadow:4px 6px 0px 0 rgb(0 0 0 / 30%);
}









@media (max-width:1200px){
	.navbar-nav>li {
		padding: 0px 5px;
	}
	
	/*application section*/
	.applicationSection .active .item .inner {
		width: 50%;
		height:auto;
	}
	.applicationSection .active .item .inner h3 {
		font-size: 22px;
		line-height: 29px;
		margin: 0px 0 15px;
	}
	.applicationSection .active .item .inner p {
		font-size: 14px;
		line-height: 24px;
		margin: 15px 0;
}
@media screen and (max-width:1170px){
/*application section*/
	.applicationSection .active .item .inner {
		width: 55%;
		height:auto;
	}
	.applicationSection .active .item .inner h3 {
		font-size: 20px;
		line-height: 27px;
		margin: 0px 0 15px;
	}
	.applicationSection .active .item .inner p {
		font-size: 14px;
		line-height: 24px;
		margin: 15px 0;
	}
	/*product section slider*/
	.sliderhorizaontal .slick-prev {
		left: 0px;
	}
	.sliderhorizaontal .slick-next {
		right: 0px;
	}
	/*facility page*/
	.img-title {
		position: absolute;
		bottom: 20px;
		left: calc(100% - 85%);
		display: block;
		background: rgb(199 255 237 / 88%);
		padding: 7px 15px;
		border-radius: 5px;
		border: 2px solid #fff;
		font-size: 15px;
		text-align: center;
		width: 200px;
		color: #242424;
	}
}

@media (max-width:1024px){
	.navbar-nav>li>a{
		font-size:15.5px;
		padding:15px 10px;
	}
}

@media (max-width:990px){
	.navbar-nav>li {
		padding: 0px 4px;
	}
	.navbar-nav>li>a{
		padding:15px 2px ;
		font-size:14px;
	}
	.navbar-nav .dropdown a.dropdown-toggle .caret::after{
		font-size: 16px;
		margin-left: 5px;
		vertical-align:text-top;
	}
	/*logo*/
	.brand-section img{
		margin:0 auto;
	}
	
	/*application section*/
	.applicationSection .active .item .inner {
		width: 50%;
		right: 5%;
		height:auto;
	}
	.applicationSection .active .item .inner h3 {
		font-size: 20px;
		line-height: 27px;
		margin: 0px 0 15px;
	}
	.applicationSection .active .item .inner p {
		font-size: 14px;
		line-height: 24px;
		margin: 15px 0;
	}
	.applicationSection .item{margin:0; transform:scale(.9)}
	/*product section slider*/
	.sliderhorizaontal .slick-prev {
		left: -30px;
	}
	.sliderhorizaontal .slick-next {
		right:-30px;
	}
	.productSection .item.box .main-img {
		width: 225px;
		height: 225px;
	}
	/*facility page contact form*/
	.img-title {
		left: calc(100% - 95%);
	}
}

@media(max-width:860px){
	/*product section slider*/
	.sliderhorizaontal .slick-prev {
		left: 0px;
	}
	.sliderhorizaontal .slick-next {
		right:0px;
	}
	.productSection .item.box .main-img {
		width: 200px;
		height: 200px;
	}
	.productSection .item.box .over-layer .title {
		font-size: 15px;
	}
}

@media (max-width:768px) {
	
	/*toogle css*/
	.navbar-toggle .icon-bar+.icon-bar {
		margin-top: 7px;
	}
	.navbar-toggle .icon-bar {
		display: block;
		display: block;
		width: 34px;
		height: 2px;
		background: #262626;
		border-radius: 20px;
	}
	.navbar-toggle{
		padding:0;
		margin-right:15px;
		margin-top:-30px;/*-100px*/
	}
	.navbar-collapse{
		border-top:0px;
		box-shadow:none;
	}
	.nav-header {
		z-index: 4;
		top: 0px;/*15px*/
		margin-bottom: 10px;
	}
	.navbar{
		min-height:inherit;
		border:none;
		position: absolute;
		width:100%;
		background:none;
		box-shadow:none;
	}

	/*logo*/
	.brand-section img{
		margin:0 auto;
	}
	/*navigation*/
	#content-header{
		position:relative;
		z-index:23;
	}
	.navbar-nav {
		width: auto;
		float: none;
		margin: 0;
		margin: 0px -15px /*7.5px -15px*/;
	}
	
	.navbar-nav>li {
		padding: 0px 0;
		background-color:rgba(32, 33, 123, 0.95);
		display: block;
		text-align:left;
	}
	.navbar-nav>li>a {
		font-size: 13.7px;
		padding: 15px;
	}
	
	.navbar-nav>li:before {
		height: 1px;
		display: block;
		content: '';
		width: 100%;
		background: -moz-linear-gradient(left,rgba(241,241,241,0) 0,rgba(241,241,241,1) 33%,rgba(241,241,241,1) 66%,rgba(241,241,241,0) 100%);
		background: -webkit-gradient(linear,left top,right top,color-stop(0,rgba(241,241,241,0)),color-stop(33%,rgba(241,241,241,1)),color-stop(66%,rgba(241,241,241,1)),color-stop(100%,rgba(241,241,241,0)));
		background: -webkit-linear-gradient(left,rgba(241,241,241,0) 0,rgba(241,241,241,1) 33%,rgba(241,241,241,1) 66%,rgba(241,241,241,0) 100%);
		background: -o-linear-gradient(left,rgba(241,241,241,0) 0,rgba(241,241,241,1) 33%,rgba(241,241,241,1) 66%,rgba(241,241,241,0) 100%);
		background: -ms-linear-gradient(left,rgba(241,241,241,0) 0,rgba(241,241,241,1) 33%,rgba(241,241,241,1) 66%,rgba(241,241,241,0) 100%);
		background: linear-gradient(to right,rgba(241,241,241,0) 0,rgba(241,241,241,1) 33%,rgba(241,241,241,1) 66%,rgba(241,241,241,0) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f1f1f1', endColorstr='#00f1f1f1', GradientType=1 );
		opacity: .1;
	}
	.nav-header .container{
		padding:0px;
	}
	.navbar-nav{
		margin:0px -15px /*7.5px -15px*/;
	}
	.navbar-nav li.dropdown li{
		background:none;
	}
	.navbar-nav .open .dropdown-menu>li>a {
		padding: 17px 15px 17px 20px;
	}
	.navbar-nav .dropdown-submenu>a:after{
		top:9px;
	}
	.navbar-nav .open .dropdown-menu>li:hover{
		background:#123c6d;
	}
	.navbar-nav li.active,
	.navbar-nav li.dropdown:hover,
	.navbar-nav li.dropdown.open{
		background:#a731ef;
	}
	.navbar-nav .open .dropdown-menu {
		background-color: #4a4ad7 !important;
	}
	.navbar-nav li.dropdown li a{
		padding: 10px 15px;
		color: #fff;
	}
	.navbar-nav li.dropdown.open > li{
		background:#40566f;
	}
	.navbar-nav .open .dropdown-menu>li:hover a::after, 
	.navbar-nav .open .dropdown-menu>li:focus a::after{
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
		font-size: 17px;
		top: 30px;
		right:-15px;
	}
	.navbar-nav li.dropdown li:hover > a,
	.navbar-nav .dropdown-menu>li>a:focus, 
	.navbar-nav .dropdown-menu>li>a:hover {
		color: #020d26;
		text-decoration: none;
		background: none !important;
	}
	.navbar-nav>li>a,
	.navbar-nav>li>a:focus, 
	.navbar-nav>li>a:hover, 
	.navbar-nav .open>a, 
	.navbar-nav .open>a:focus, 
	.navbar-nav .open>a:hover, 
	.navbar-nav .active a{
		color:#ffffff;
	}
	
	.navbar-nav li.dropdown.open:hover li:hover > a{
		background:#fff;
	}
	.navbar-nav li.dropdown.open:hover li:hover {
		background:#12b2ab; 
		color:#fff !important;
	}
	.navbar-nav li.dropdown.open:hover li:hover > a{
		color:#fff;
	}
	.navbar-nav li.dropdown.open:hover li:hover li{
		background:#4a6584;
	}	
	.navbar-nav li.dropdown.open:hover li:hover li:hover{
		background:#6a84a0;
	}
	.navbar-nav li.dropdown.open:hover li:hover li:hover li{
		background:#597594;
	}
	.navbar-nav li.dropdown.open:hover li:hover li:hover li:hover a{
		color:#90c3ff;
	}
	.navbar-nav  .dropdown a.dropdown-toggle .caret{		
		right: 15px !important;   
		position:absolute;
	}
	
	.navbar-nav .dropdown-submenu>.dropdown-menu {
		padding: 0 0 0 10px;
	}
	
	.navbar-collapse.in {
		overflow-y: auto;
		overflow-x: hidden;
	}
	/*fix header*/
	.fixed-header {
		background:rgb(55, 57, 199, 0.90);
		top:-20px;
	}
	.fixed-header .navbar-toggle{
		margin-top:37px;
	}
	.fixed-header .navbar-toggle .icon-bar{
		background:#22c739 !important;
	}
	
	/* About KD  */
	.welcomeSection{
		padding-bottom:50px;
	}
	.welcomeSection .welcome-bg-block {
		background: url(../img/aboutus.png) no-repeat left top/cover;
		margin-right: 20px;/*230*/
		height:540px;
		margin-bottom:65px;
	}
	.welcomeSection .welcome-carousel-outer:after {
		position: absolute;
		content: '';
		right: 0px;
		top: 75px;
		width: 80%;
		height: 100%;
		background: url(../img/dotted-img.png) no-repeat top right;
		z-index: -1;
	}
	.sectionHeading{
		margin-bottom: 30px;
	}
	.welcome-Intro{
		padding-left:15px;
	}

	
	/*application section*/
	.applicationSection .active .item .inner {
		width: 72%;
		padding:30px;
		right: 5%;
	}
	.applicationSection .active .item .inner p {
		font-size: 14px;
		line-height: 22px;
		margin: 15px 0px;
	}
	.applicationSection .owl-carousel .owl-next,
	.applicationSection .owl-carousel .owl-prev{
		top:30%;
	}
	/*product section slider*/
	.sliderhorizaontal .slick-prev {
		left:0px;
	}
	.sliderhorizaontal .slick-next {
		right:0px;
	}
	.productSection .item.box .main-img {
		width: 260px;
		height: 260px;
	}
	.productSection .item.box .over-layer .title {
		font-size: 16px;
	}
	
	/*contact page contact form*/
	.get-in-touch .contact-form .input-text:focus + .label,
	.get-in-touch .contact-form .input-text.not-empty + .label {
	  -webkit-transform: translateY(-11px);
			  transform: translateY(-11px);
	}
	
	.middleWrapper ul.timeline{
		padding-top:5px!important;
		margin:5px 0 0 0!important;
	}
	/*facility page contact form*/
	.img-title {
		left: calc(100% - 95%);
	}
}

@media (max-width:767px) {
/*facility page contact form*/
	.pLeft {
		margin-left: 0px; 
	}
	.img-title {
		left: calc(100% - 87%);
		width:70%;
	}
}