@font-face{
    font-family: "Gotham-Bold";
    src: url("../fonts/Gotham-Bold/Gotham-Bold.eot");
    src: url("../fonts/Gotham-Bold/Gotham-Bold.eot?#iefix")format("embedded-opentype"),
        url("../fonts/Gotham-Bold/Gotham-Bold.woff")format("woff"),
        url("../fonts/Gotham-Bold/Gotham-Bold.woff2")format("woff2"),
        url("../fonts/Gotham-Bold/Gotham-Bold.ttf")format("truetype"),
        url("../fonts/Gotham-Bold/Gotham-Bold.svg#Gotham-Bold")format("svg");
    font-weight:normal;
    font-style:normal;
    font-display:swap;
}
@font-face {
  font-family: 'Maven Pro';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/Maven-Pro/Maven-Pro.eot'); /* IE9 Compat Modes */
  src: local('Maven Pro'), local('Maven-Pro'),
       url('../fonts/Maven-Pro/Maven-Pro.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/Maven-Pro/Maven-Pro.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/Maven-Pro/Maven-Pro.woff') format('woff'), /* Modern Browsers */
       url('../fonts/Maven-Pro/Maven-Pro.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/Maven-Pro/Maven-Pro.svg#Maven Pro') format('svg'); /* Legacy iOS */
} 
body {
    color: #777;
    font-size: 16px;
    line-height: 1.6em;
    font-family: 'Maven Pro', sans-serif;
    /*font-weight: 300;*/
}

h1,.h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	font-family: 'Gotham-Bold', sans-serif !important;
}

.kk_y_middle {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.img-responsive {display: block;max-width: 100%;height: auto;}
.home-categorie-main .column {
        float: left;
        width: 100%;
        position: relative;
        transition: ease-in .2s;
}
.home-categorie-images {
        float: left;
        width: 100%;
        margin-bottom: 20px
}
.home-categorie-images figure {
        width: 120px;
        margin: auto;
        border-radius: 100%;
        height: 120px;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, .1);
        background: #01013f;
        border: solid 1px transparent
}
.home-categorie-images figure.hover {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
        opacity: 0;
        transition: ease-in .2s;        
        box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, .02);
		border:5px solid #fe3b06;
}
.home-categorie-images figure.hover a {
        position: static;
        width: 100%;
        height: 100%;
        display: flex;
        opacity: 1;
        align-items: center;
        justify-content: center;
        transition: ease-in .2s;
        border-color: #e97e26;
        box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, .02);
        text-align: center
}
.home-categorie-main .column:hover figure.hover {
        opacity: 1
}
.home-categorie-images figure img {
        width: auto;
        height: 60px
}
.home-categorie-name {
        float: left;
        width: 100%;
        margin-bottom: 25px
}
.home-categorie-name {
        text-align: center;
        font-size: 16px;
        color: #181818;
        transition: ease-in .2s
}
.home-categorie-name a {
        color: #181818
}
.home-categorie-main .column:hover .home-categorie-name a {
        color: #01abce
}
.kkwhy_box{width:100%; padding-bottom: 80px; padding-top: 80px; background-color:#fff}	  
.gradient-border {
  border-width: 9px;
  border-style: solid;
  /*border-image: linear-gradient(to right, #f19329, #951F44, #d69c47);*/
  border-image: linear-gradient(to top, #fe3b06, #01013f, #fe3b06);
  border-image-slice: 100%;
  border-image-slice: 1;
  box-sizing: border-box;
}
.image-box figure {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  margin: 0 auto 20px;
}
.wcu-img-box {
	text-align: center;
	padding: 40px 10px 10px 10px;
	margin-bottom:20px;
}

.image-box figure {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50%;
	margin: 0 auto 20px;
}

.image-box figure::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	background-color: #FEBC301A;
	border-radius: 100%;
	width: 70px;
	height: 70px;
	transform: translate(35px, -12px);
}

.image-box img {
	width: 80px;
	height: 80px;
}

.image-body h3 {
	font-size: 22px;	
	margin-bottom: 20px;
	color:#01013f;
}

.image-body p {
	font-size: 16px;
	min-height:80px
}
.bg_shape_22 {
background: url(../images/parallax/parallax_bg_1.jpg) repeat center top;
background-attachment: scroll;
background-size: auto;
  background-size: cover;
  background-attachment: fixed;
  float: left;
  padding: 150px 0 130px 0;
  position: relative;
  width: 100%;
  z-index: 9;
}
.bg_shape_22::before {
  background: rgba(0, 0, 0, 0.6);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
/************************************/
/****    10. Testimonial css     ****/
/************************************/

.testimonials-section {	
	position: relative;
	padding: 50px 0 0;
}

.testimonials-section::before {
	content: '';
	position: absolute;
	top: auto;
	left: 0;
	bottom: 0;
	/*background: url('../images/testimonial-bg.png') no-repeat bottom left;*/
	background-size: cover;
	width: 214px;
	height: 531px;
}

.testimonials-section .container {
	position: relative;
	z-index: 1;
}

.testimonials-section .section-title {
	text-align: start;
	margin-bottom: 30px;
}

.testimonials-section .section-title h3,
.testimonials-section .section-title h2 {
	color: #333;
}

.testimonial-img {
	text-align: end;
}

.testimonial-slider-wrapper .swiper-wrapper {
	padding-bottom: 60px;
}

.testimonial-body {
	padding-right: 20px;
	margin-bottom: 20px;
}

.testimonial-body p {
	color: #333;
}

.testimonial-footer h3 {
	font-family: var(--default-font);
	font-size: 22px;
	/*color: #333;*/color: #ff1003;
}

.testimonial-footer p {
	font-size: 14px;
	color: #333;
} 

.swiper-pagination {
	bottom: 20px;
}

.swiper-pagination .swiper-button {
	width: 36px;
	height: 36px;
	background-color: var(--secondary-color);
	color: var(--dark-background);
	border: 2px solid var(--secondary-color);
	border-radius: 50%;	
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s;
}

.swiper-pagination .swiper-button:hover {
	color: #333;
	background-color: #FFFFFF00;
	border-color: #333;
}

.swiper-pagination .swiper-button-next {
	right: -85px;
}

.swiper-pagination .swiper-button-prev {
	left: 0;
}

.swiper-pagination .swiper-button-next::after,
.swiper-pagination .swiper-button-prev::after {
	font-family: 'FontAwesome';
	font-size: 18px;
	font-weight: 900;
}

.swiper-pagination .swiper-button-next::after {
	content: '\f061';
}

.swiper-pagination .swiper-button-prev::after {
	content: '\f060';
}

.kk_lab_list_box {
  margin-bottom: 7px;
  border-bottom: 1px dashed #d9d9d9;
  padding-bottom: 7px;
}
.kk_lab_list_box i {
  float: left;
  margin: 7px 20px 0px 10px;
  color: #47B475;
  font-size: 16px;
}
.kk_lab_list_box_txt {
  overflow: hidden;
  text-align: justify;
  color: #333;
  line-height: 28px;
  font-size: 15px;
}
.kk_lab_list_box::before {
  box-sizing: border-box;
}
.menu_heding h2 {
  font-size: 35px;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 30px;
  text-transform:capitalize;
}
.menu_heding h2::before {
  position: absolute;
  height: 10px;
  background-color: #01013f;
  width: 10px;
  bottom: 1px;
  content: '';
  border: 2px solid #fff;
  border-radius: 50%;
  display: inline-block;
  z-index: 1;
}
.menu_heding h2::after {
  position: absolute;
  height: 2px;
  background-color: #01013f;
  width: 75px;
  bottom: 5px;
  content: '';
  left: 0;
}
.kk_counter_box{position:relative; width:100%; padding-top:80px; padding-bottom:80px;background-color: #eee;}
.counter-bar {
	position: relative;
	border-radius: 18px;
	margin-bottom: 30px;
	transition: all 0.5s ease-in-out;
	overflow: hidden;
}

.counter-bar::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: #00000099;
	background-size: cover;
	border-radius: 18px;
	z-index: 1;
}

.counter-bar:hover .counter-bar-img img{
	transform: scale(1.1);
}

.counter-bar-img img {
	width: 100%;
	transition: all 0.5s ease-in-out;
}

.counter-bar .counter-bar-body {
	position: absolute;
	top: 50%;
	left: 0;
	text-align: center;
	color: var(--primary-color);
	width: 100%;
	transform: translateY(-50%);
	z-index: 3;
}

.counter-bar-body h3 {
	font-size: 46px;
	color: var(--primary-color);
	margin-bottom: 0;
}

.counter-bar-body p {
	font-size: 16px;
}
.kk_scrolling_box{position:relative; width:100%}
.scrolling-ticker {
	padding: 20px 0;
	color:#fff;
	/*background-color: #f22a03;*/
	background: rgb(1, 1, 41);
}

.scrolling-ticker-box {
	--gap: 20px;
	position: relative;
	display: flex;
	overflow: hidden;
	user-select: none;
	gap: var(--gap);
}

.scrolling-content {
	flex-shrink: 0;
	display: flex;
	gap: var(--gap);
	min-width: 100%;
	animation: scroll 24s linear infinite;
}

.scrolling-content span {
	display: inline-flex;
	align-items: center;
	font-size: 22px;
	line-height: 1.1em;
	font-weight: 500;
}

@keyframes scroll {
	from {transform: translateX(0);}

	to {transform: translateX(calc(-100% - var(--gap)));
	}
}

.scrolling-content span i{font-size: 8px; color:#fff;margin-right: 20px;}
.testimonial-body p{font-size:16px!important} .testimonial-body p span{font-size:17px!important}
.kk_position_r {
  position: relative;
  width: 100%;
}
.kk_design21 {
  position: absolute;
  top: 0;
}
.kk_design21 img {
  width: 300px;
  height: auto;
}
.kk_design21_R {
  position: absolute;
  top: 0;
  right: 0;
}
.kk_design21_R img {
  width: 300px;
  height: auto;
}
.kk_design21_RD {
  display: none;
}
@media only screen and (max-width: 991px) {
.scrolling-content span {font-size: 20px;} 
.counter-bar-body h3 {font-size: 36px;}
}

@media only screen and (max-width: 767px) {
.scrolling-content span {font-size: 18px;}
.counter-bar,	.counter-bar::before {border-radius: 20px;}
.counter-bar-img img {height: 100px;object-fit: cover;}	
.counter-bar-body h3 {font-size: 30px;}
}
@media only screen and (min-width:992px) and (max-width:1199px){
.slider1, .slider2, .slider3, .slider4{height:65vh!important;}
.customeNav li a{font-size:14px!important}
.customeNav li {padding: 0 9px!important;}
.counter-bar-body h3 {font-size: 40px!important;}
.counter-bar-body p {font-size: 14px!important;}
.kk_design21, .kk_design21_R {top:70px!important;}
.kk_design21 img, .kk_design21_R img{width:200px!important}
}
@media only screen and (min-width:992px) and (max-width:1150px){
.image-body h3 {min-height:60px}	
.image-body p {min-height:110px}
}
@media only screen and (min-width:768px) and (max-width:991px){
.slider1, .slider2, .slider3, .slider4{height:50vh!important;}
.carousel-caption h3:first-child {font-size: 40px!important;}
.testimonial-img img{width:320px; height:auto;}
.kk_design21, .kk_design21_R {top: 120px!important;}
.kk_design21 img, .kk_design21_R img{width:200px!important}
.kk_design21_RD {position: absolute;  bottom: 0px!important;  right: 0;  display: block;}
}
@media only screen and (min-width:200px) and (max-width:767px){
.slider1, .slider2, .slider3, .slider4{height:40vh!important;}
.image-body p {min-height: 30px;}
.testimonial-img img{width:320px; height:auto;}
.counter-bar-body h3 {font-size: 30px!important;}
.counter-bar-body p {font-size: 13px!important;}
.aboutSec {padding: 50px 10px!important;}
.testimonial-body p{font-size:14px;}
.testimonial-body{padding-right:0px}
.order-btn {padding: 2px 20px!important;min-width: 150px!important;}
.carousel-caption h3:first-child {color: #ffa703!important;}
.carousel-caption {right: 7%!important;left: 7%!important;}
.aboutbg .dark_bg {padding: 140px 0 90px!important;}
.contact-detail {padding: 20px!important;}
.contact-detail ul li.list-item {padding-right:0px!important;}
.contact-form {padding: 20px!important;}
.kk_design21 {top: 20px;}
.kk_design21 img {width: 200px!important; height: auto;}
.kk_design21_RD {position: absolute;  bottom: 0!important;  right: 0;  display: block;}
.kk_design21_RD img {width: 200px!important; height: auto;}
.kk_design21_R {display: none!important;}
}
@media only screen and (min-width:400px) and (max-width:767px){
.quickLinks li {width:49%!important}		
}
@media only screen and (min-width:200px) and (max-width:399px){
.quickLinks li {width:100%!important}	
}	  