/*---------------- Copyright (c) 2017 ----------------------------
[Master Stylesheet]

Template Name: ARTISTRY Responsive HTML Template
Version: 1.0.0
-------------------------------------------------------------------
[Table of contents]

1 - Body / body
2- Typography css
  2.1 - Loader Css Start / #preloader
  2.2 - Padder Top - Bottom / .kv_toppadder10
  2.3 - Heading Css Start / .kv_heading
  2.4 - Button Css Start / .kv_btn
3 - Banner & Menu Css Start / .kv_banner_wrapper
4 - What We Do Wrapper Css Start / .kv_wedo_wrapper
5 - Why We Best Wrapper Css Start / .kv_whywe_wrapper
6 - About Wrapper Css Start / .kv_about_wrapper
7 - Our Process Wrapper Css Start / .kv_ourprocess_wrapper
8 - Recent Work Wrapper Css Start / .kv_portfolio_wrapper
9 - Our Team Wrapper Css Start / .kv_team_wrapper
10 - Pricing Wrapper Css Start / .kv_pricetable_wrapper
11 - Testimonial Wrapper Css Start / .kv_testimonial_wrapper
12 - Footer Wrapper Css Start / .kv_footer_wrapper
*/

/***********************************************************************************
 1 - Body Css Start
***********************************************************************************/
body{
	font-size:16px;
	font-weight:normal;
	color:#333;
	line-height: 1.42857143;
	font-family: 'Lato', sans-serif;
	box-sizing: border-box;
}
.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
	font-family: 'Yeseva One', cursive;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}
a,a:hover, a:focus{
	text-decoration:none;
	outline:none;
}
img{
	max-width: 100%;
}
input, input:hover, input:focus, textarea, textarea:hover, textarea:focus, select, select:hover, select:focus, button, button:hover, button:focus{
	box-shadow:none;
	outline:none;
}
/***********************************************************************************
 1 - Body Css End
***********************************************************************************/
/***********************************************************************************
 2 - Typography Css Start
***********************************************************************************/
/***********************************************************************************
 2.1 - Loader Css Start
***********************************************************************************/
#preloader {
	background-color: #fff;
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 2147483647;
	width: 100%;
	height: 100%;
}
#status {
    background-position: center center;
    background-repeat: no-repeat;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}
#status img {
    width: 100%;
    height: 100%;
}
/***********************************************************************************
 2.1 - Loader Css Start
***********************************************************************************/
/***********************************************************************************
 2.2 - Padder Top - Bottom Css Start
***********************************************************************************/
.kv_toppadder10{
	padding-top:10px;
}
.kv_toppadder20{
	padding-top:20px;
}
.kv_toppadder30{
	padding-top:30px;
}
.kv_toppadder40{
	padding-top:40px;
}
.kv_toppadder50{
	padding-top:50px;
}
.kv_toppadder60{
	padding-top:60px;
}
.kv_toppadder70{
	padding-top:70px;
}
.kv_toppadder80{
	padding-top:80px;
}
.kv_toppadder90{
	padding-top:90px;
}
.kv_toppadder100{
	padding-top:100px;
}
.kv_bottompadder10{
	padding-bottom:10px;
}
.kv_bottompadder20{
	padding-bottom:20px;
}
.kv_bottompadder30{
	padding-bottom:30px;
}
.kv_bottompadder40{
	padding-bottom:40px;
}
.kv_bottompadder50{
	padding-bottom:50px;
}
.kv_bottompadder60{
	padding-bottom:60px;
}
.kv_bottompadder70{
	padding-bottom:70px;
}
.kv_bottompadder80{
	padding-bottom:80px;
}
.kv_bottompadder90{
	padding-bottom:90px;
}
.kv_bottompadder100{
	padding-bottom:100px;
}
/***********************************************************************************
 2.2 - Padder Top - Bottom Css End
***********************************************************************************/
/***********************************************************************************
 2.3 - Heading Css Start
***********************************************************************************/
.kv_heading{
	text-align:center;
}
.kv_heading h1{
	text-transform: capitalize;
	margin: 0px;
	margin-bottom: 50px;
	padding: 0px;
	color: #ffffff;
	font-weight: 100;
	position:relative;
}
.kv_heading h1:before{
    content: "";
    position: absolute;
    bottom: -50%;
    left: 45%;
    right: 45%;
    z-index: 0;
    border-bottom: 4px double #17a697;
}
.kv_heading h1:after{
    content: "";
    position: absolute;
    bottom: -50%;
    left: 50%;
    right: 45%;
    z-index: 0;
    border-bottom: 4px double #fff;
}
.kv_heading h1 span{
	font-size: 34px;
	font-weight: 400;
    color: #17A697;
}
.kv_heading p{
	display:inline-block;
	line-height: 23px;
	color: #aaaaaa;
}
/***********************************************************************************
 2.3 - Heading Css End
***********************************************************************************/
/***********************************************************************************
 2.4 - Button Css Start
***********************************************************************************/
.kv_btn {
    height: 45px;
    line-height: 45px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    border-radius: 0px;
    padding: 0 30px;
    outline: none;
    border: none;
    cursor: pointer;
    display: inline-block;
    text-transform: capitalize;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background-image: linear-gradient(45deg, #20c997, #17a2b8);
    animation: shadow-pulse 2s infinite;
}
@keyframes shadow-pulse {
    0% {
        box-shadow: 0 0 0 0 rgb(32 201 151 / 30%)
    }
    100% {
        box-shadow: 0 0 0 25px rgb(32 201 151 / 0%);
    }
}

@keyframes shadow-pulse-big {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
    }
    100% {
        box-shadow: 0 0 0 50px rgba(255, 255, 255, 0);
    }
}
.kv_btn:hover, .kv_btn:focus {
    background-color: #006f6f;
		color: #ffffff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
/***********************************************************************************
 2.4 - Button Css End
***********************************************************************************/
/***********************************************************************************
 2 - Typography Css End
***********************************************************************************/
/***********************************************************************************
 3 - Banner & Menu Css Start
***********************************************************************************/
.kv_banner_wrapper{
    background-image: url(../images/bg/banner.jpg);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 100vh;
    background-size: cover;
    background-position:center;
		z-index:1;
}
.kv_header{
    background-image: linear-gradient(45deg, #20c997, #17a2b8);
    position: fixed;
    width: 100%;
    z-index: 2;
}
.kv_logo{
	
    padding-top: 9px;
}
.kv_main_manu{
    position: relative;
}
.toggle button{
    position: absolute;
    top: 25px;
    right: 10px;
    border: none;
    border-radius: 0px;
    color: #fff;
	display:none;
}

.toggle button:focus{
	box-shadow:none;
	outline:none;
}

.kv_main_manu ul{
	display: flex;
	justify-content: flex-end;
    align-items: center;
	margin:0px;
	padding:0px;
}
.kv_main_manu ul li{
	list-style:none;
	margin-right:25px;
}
.kv_main_manu ul li:last-child{
		margin-right:0px;
}
.kv_main_manu ul li a{
	display: block;
	color:#fff;
	padding:25px 0px;
	font-weight:600;
	text-transform:capitalize;
    font-family: 'Yeseva One', cursive;
	font-weight:100;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.kv_main_manu ul li a:hover, .kv_main_manu ul li a.active{
		color:#333;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.kv_banner_text{
		text-align:center;
		color:#fff;
		position:relative;
    overflow: hidden;
}
.kv_banner_text h1{
		text-transform:uppercase;
		margin:50px 0px 0px 0px;
    font-size: 60px;
}
.kv_banner_text ul{
		margin:0px;
		padding-left:0px;
		padding-right:0px;
}
.kv_banner_text ul li{
		list-style:none;
		display:inline-block;
		margin-right:30px;
		position:relative;
    text-transform: uppercase;
}
.kv_banner_text ul li:last-child{
		margin-right:0px;
}
.kv_banner_text ul li:after{
    content: "*";
    position: absolute;
    top: 3px;
    right: -20px;
}
.kv_banner_text ul li:last-child:after{
    display:none;
}
.kv_banner_text p{
		margin:0px;
    text-transform: capitalize;
}
.kv_banner_text img{
		display:inline-block;
}
/* code for animated blinking cursor */
.kv_bannertext_wrapper{
		font-family: 'Yeseva One', cursive;
}
.kv_bannertext_wrapper span{
		display:inline-block;
		text-transform: capitalize;
		margin: 50px 0px 0px 0px;
		font-size: 60px;
}
.typed-cursor{
		opacity: 1;
		font-weight: 100;
		-webkit-animation: blink 0.7s infinite;
		-moz-animation: blink 0.7s infinite;
		-ms-animation: blink 0.7s infinite;
		-o-animation: blink 0.7s infinite;
		animation: blink 0.7s infinite;
}
@-keyframes blink{
	0% { opacity:1; }
	50% { opacity:0; }
	100% { opacity:1; }
}
@-webkit-keyframes blink{
	0% { opacity:1; }
	50% { opacity:0; }
	100% { opacity:1; }
}
@-moz-keyframes blink{
	0% { opacity:1; }
	50% { opacity:0; }
	100% { opacity:1; }
}
@-ms-keyframes blink{
	0% { opacity:1; }
	50% { opacity:0; }
	100% { opacity:1; }
}
@-o-keyframes blink{
	0% { opacity:1; }
	50% { opacity:0; }
	100% { opacity:1; }
}
/* code for waves on Banner */
.kv_waves {
		position: absolute;
		width: 800px;
		bottom: -75px;
		left: 0%;
		margin-left: -400px;
}
.kv_waves2 {
    position: absolute;
    width: 100%;
    top: 315px;
    right: 0px;
    margin: 0px auto;
    left: 0px;
}
.kv_waves3 {
		position: absolute;
		width: 900px;
		bottom: 15px;
		right: -400px;
}
.kv_wave {
		width: 400px;
		height: 400px;
		background: rgba(0, 0, 0, 0.03);
		border: 1px solid rgba(23, 166, 151, 0.5);
		border-radius: 50%;
		margin-left: 50%;
		left: -200px;
		position: absolute;
		bottom: -160px;
		-webkit-transform: scale(0.1, 0.1);
		-moz-transform: scale(0.1, 0.1);
		-ms-transform: scale(0.1, 0.1);
		-o-transform: scale(0.1, 0.1);
		transform: scale(0.1, 0.1);
		opacity: 0;
		-webkit-animation: pulse 3000ms ease-out infinite;
		-moz-animation: pulse 3000ms ease-out infinite;
		-ms-animation: pulse 3000ms ease-out infinite;
		-o-animation: pulse 3000ms ease-out infinite;
		animation: pulse 3000ms ease-out infinite;
}
.kv_wave:nth-of-type(2) {
		-webkit-animation-delay: 600ms;
		-moz-animation-delay: 600ms;
		-ms-animation-delay: 600ms;
		-o-animation-delay: 600ms;
		animation-delay: 600ms;
}
.kv_wave:nth-of-type(3) {
		-webkit-animation-delay: 1200ms;
		-moz-animation-delay: 1200ms;
		-ms-animation-delay: 1200ms;
		-o-animation-delay: 1200ms;
		animation-delay: 1200ms;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    -o-transform: scale(0.1, 0.1);
	transform: scale(0.1, 0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    -o-transform: scale(0.1, 0.1);
	transform: scale(0.1, 0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
@-webkit-keyframes pulse-text {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes pulse-text {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/***********************************************************************************
 3 - Banner & Menu Css End
***********************************************************************************/
/***********************************************************************************
 4 - What We Do Wrapper Css Start
***********************************************************************************/
.kv_wedo_wrapper{
		background-color:#000;
}
.kv_wedo_box {
    color: #aaaaaa;
    text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid #aaaa;
    padding: 40px 30px 30px 30px;
    position: relative;
    width: 100%;
    margin-top: 50px;
    cursor: pointer;
}
.kv_wedo_box i{
    font-size: 30px;
    background-image: linear-gradient(45deg, #20c997, #17a2b8);
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 100%;
    color: #fff;
    position: absolute;
    top: -32px;
    left: 40%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.kv_wedo_box h3{
		margin-top:30px;
    margin-bottom: 15px;
		text-transform:capitalize;
    font-weight: 400;
		color:#fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.kv_wedo_box p{
	  -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.kv_wedo_box a{
		float:right;
		text-transform:capitalize;
		color:#fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.kv_wedo_box:hover p{
		color:#fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.kv_wedo_box:hover a, .kv_wedo_box:hover h3{
		color:#17A697;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.kv_wedo_box:hover i{
		background-color:#fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    transform: translateY(-10px);
}
/***********************************************************************************
 4 - What We Do Wrapper Css End
***********************************************************************************/
/***********************************************************************************
 5 - Why We Best Wrapper Css Start
***********************************************************************************/
.kv_whywe_wrapper{
    position: relative;
    background-image: url(../images/bg/whywebg.jpg);
    background-size: cover;
    background-position: 100%;
		z-index:0;
}
.kv_overlay{
		position:absolute;
		top:0px;
		left:0px;
		bottom:0px;
		right:0px;
		background-color:rgba(0,0,0,0.7);
		z-index:-1;
}
.el_counter_caption{
    text-align: center;
    cursor: pointer;
}
.el_counter_caption i {
    font-size: 25px;
    height: 100px;
    width: 100px;
    line-height: 100px;
    border-radius: 50%;
    border: 2px solid #17A697;
    color: #fff;
    background: transparent;
    margin-bottom: 15px;
    font-size: 40px;
    transition: all 0.5s;
}
.el_counter_caption h2{
    color:#fff;
}
.el_counter_caption p{
    color: #fff;
    font-weight: 600;
}
.el_counter_caption:hover i {
    background-image: linear-gradient(45deg, #20c997, #17a2b8);
    border: 2px solid #17A697;
    transform: translateY(-20px);
}
/***********************************************************************************
 5 - Why We Best Wrapper Css End
***********************************************************************************/
/***********************************************************************************
 6 - About Wrapper Css Start
***********************************************************************************/
.kv_about_wrapper{
	background-color:#000;
}
.kv_about_video img{
    animation: 6s installation infinite alternate;
}
@keyframes installation {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-20px);
    }
}
.kv_about_info{
		padding-top: 80px;
}
.kv_about_info p {
    color: #fff;
    display: inline-block;
    line-height: 30px;
    font-size: 20px;
}
.kv_about_info .kv_btn{
    margin-top: 30px;
}
/***********************************************************************************
 6 - About Wrapper Css End
***********************************************************************************/
/***********************************************************************************
 7 - Our Process Wrapper Css Start
***********************************************************************************/
.kv_ourprocess_wrapper{
	position: relative;
    background-image: url(../images/bg/processbg.jpg);
    background-size: cover;
    background-position: 100%;
	z-index:0;
}

.kv_ourprocess_box{
		text-align:center;
		color:#fff;
}
.kv_ourprocess_box span{
    display: inline-block;
    border: 2px solid #fff;
    border-radius: 100%;
    width: 80px;
    height: 80px;
    line-height: 80px;
    margin-bottom: 40px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.kv_ourprocess_box span i{
    font-size: 30px;
}
.kv_ourprocess_box h3{
		text-transform:capitalize;
		margin:0px;
		margin-bottom:10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.kv_ourprocess_box:hover span{
	border-color:#17A697;
	background-image: linear-gradient(45deg, #20c997, #17a2b8);
	border-radius:10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.kv_ourprocess_box:hover h3{
    color: #17A697;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
/***********************************************************************************
 7 - Our Process Wrapper Css End
***********************************************************************************/
/***********************************************************************************
 8 - Recent Work Wrapper Css Start
***********************************************************************************/
.kv_portfolio_wrapper{
		background-color:#000;
}

.kv_portfolio_item{
		position:relative;
		overflow:hidden;
    margin-bottom: 27px;
    border: 1px solid #aaaaaa;
}
.kv_portfolio_item:after{
		content:"";
		position:absolute;
		top:0px;
		left:0px;
		bottom:0px;
		display:none;
		right:0px;
		background-color:rgba(0,0,0,0.7);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.kv_portfolio_item:hover:after{
		display:block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.kv_portfolio_item img{
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.kv_portfolio_item:hover img{
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-o-transform: scale(1.1);
		transform: scale(1.3);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.kv_portfolio_box{
		position:absolute;
		top:100%;
		left:0px;
		right:0px;
		text-align:center;
		color:#fff;
    z-index: 1;
}
.kv_portfolio_box h3{
	  text-transform: capitalize;
    text-decoration: underline;
    margin: 0;
    font-style: italic;
}
.kv_portfolio_box p{
		padding-top: 20px;
}
.kv_portfolio_box ul{
		margin:0px;
		padding:0px;
}
.kv_portfolio_box ul li{
		display:inline-block;
		list-style:none;
		margin-right:15px;
}
.kv_portfolio_box ul li:last-child{
		margin-right:0px;
}
.kv_portfolio_box ul li a{
		display:block;
		color:#fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.kv_portfolio_box ul li a:hover{
		color:#17A697;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.kv_portfolio_item:hover .kv_portfolio_box{
		top:40%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
		-webkit-transition-delay: 0.3s;
		-moz-transition-delay: 0.3s;
		-ms-transition-delay: 0.3s;
		-o-transition-delay: 0.3s;
		transition-delay: 0.3s;
}
/***********************************************************************************
 8 - Recent Work Wrapper Css End
***********************************************************************************/
/***********************************************************************************
 9 - Our Team Wrapper Css Start
***********************************************************************************/
.kv_team_wrapper{
    position: relative;
    background-image: url(../images/bg/teambg.jpg);
    background-size: cover;
    background-position: 100%;
		z-index:0;
}
.kv_team_item{
  	margin-bottom: 30px;
		text-align:center;
}
.kv_team_item img{
		display:inline-block;
		border-radius:0%;
		border:4px solid #fff;
		-webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
		position:relative;
}
.kv_team_item:hover img{
		border-radius:100%;
		-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
		border:4px solid #17A697;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.kv_team_box{
		text-align:center;
		color:#fff;
    z-index: 1;
		position:relative;
}
.kv_team_box:after{
		content: "";
    position: absolute;
    top: -6px;
    left: 0;
    right: 0;
    margin: 0px auto;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #17A697;
		opacity:0;
		visibility:hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.kv_team_item:hover .kv_team_box:after{
	top:-21px;
	opacity:1;
	visibility:visible;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.kv_team_box h4{
		margin:30px 0px 0px 0px;
		text-transform:capitalize;
    font-size: 22px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.kv_team_item:hover .kv_team_box h4{
		color:#17A697;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.kv_team_box p{
    padding: 0px 0px;
		text-transform:capitalize;
}
.kv_team_box ul{
		margin:0px;
		padding:0px;
}
.kv_team_box ul li{
		display:inline-block;
		list-style:none;
		margin-right:15px;
}
.kv_team_box ul li:last-child{
		margin-right:0px;
}
.kv_team_box ul li a{
		display:block;
		color:#fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.kv_team_box ul li a:hover{
		color:#17A697;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
/***********************************************************************************
 9 - Our Team Wrapper Css End
***********************************************************************************/
/***********************************************************************************
 10 - Pricing Wrapper Css Start
***********************************************************************************/
.kv_pricetable_wrapper{
		background-color:#000;
}

.kv_pricetable_box{
		text-align:center;
		color:#fff;
}
.kv_pricetable_hreader {
	  padding: 20px 0px 50px 0px;
	  background: #17A697;
	  color: #ffffff;
	  text-transform: capitalize;
		position:relative;
	  border-bottom: 4px solid transparent;
}
.kv_pricetable_hreader h2{
    padding: 10px 0px;
		margin:0px;
}
.kv_pricetable_hreader p{
		position: absolute;
    left: 0px;
    right: 0px;
    top: 70%;
    width: 70px;
    height: 70px;
    line-height: 70px;
    padding: 0px;
    margin: 0px auto;
    background-color: #fff;
    color: #17A697;
    border-radius: 100%;
    z-index: 1;
    font-size: 22px;
    font-weight: 600;
}
.hs_pricetable_fotoor {
    background-color: #171f24;
    color: #ffffff;
    padding: 50px 0px;
    text-transform: capitalize;
    position: relative;
    border-bottom: 4px solid #171f24;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.hs_pricetable_fotoor:before {
    content: '';
    position: absolute;
    top: 0%;
    left: 0%;
    border-style: solid;
    border-width: 50px 50px 0 0;
    border-color: #17A697 transparent transparent transparent;
}
.hs_pricetable_fotoor:after {
    content: '';
    position: absolute;
    bottom: 0%;
    right: 0%;
    border-style: solid;
    border-width: 0 0 50px 50px;
    border-color: transparent transparent #171f24 transparent;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.hs_pricetable_fotoor ul {
    margin: 20px 0 40px 0;
    padding: 0px;
}
.hs_pricetable_fotoor ul li{
		list-style:none;
}

.kv_pricetable_box:hover .hs_pricetable_fotoor:after, .kv_pricetable_box.active .hs_pricetable_fotoor:after {
    border-color: transparent transparent #17A697 transparent;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.kv_pricetable_box:hover .hs_pricetable_fotoor, .kv_pricetable_box.active .hs_pricetable_fotoor{
    border-bottom: 4px solid #17A697;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
/***********************************************************************************
 10 - Pricing Wrapper Css End
***********************************************************************************/
/***********************************************************************************
 11 - Testimonial Wrapper Css Start
***********************************************************************************/
.testim {
    position: absolute;
    top: 50%;
    -webkit-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    -o-transform: translatey(-50%);
    transform: translatey(-50%);
}
.wrap{
    transform: translateY(40%);
}
.testim .wrap {
    position: relative;
    width: 100%;
    max-width: 1020px;
    padding: 40px 20px;
    
}

.testim .arrow {
    display: block;
    position: absolute;
    color: #eee;
    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: #17A697;
}
    

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

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

.testim .dots {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 60px;
    right: 30px;
    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 #eee;
    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: #17A697;
    border-color: #17A697;
}

.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: #17A697;
    font-size: 20px;
    font-weight: 600;
    margin: 15px 0;
}

.testim .cont div p {
    font-size: 1.15em;
    color: #eee;
    width: 80%;
    margin: auto;
    padding-top: 30px;
}

.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;
    }

}
.kv_testimonial_wrapper{
    position: relative;
    background-image: url(../images/bg/banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 500px;
    z-index:0;
}

/***********************************************************************************
 11 - Testimonial Wrapper Css End
***********************************************************************************/
/***********************************************************************************
 12 - Footer Wrapper Css Start
***********************************************************************************/
.kv_footer_wrapper{
		background-color:#000;
}
.kv_footer_info{
		color:#fff;
}
.kv_footer_info h4{
		text-transform:capitalize;
		color:#17A697;
    margin: 0px 0px 30px 0px;
    font-size: 22px;
}
.kv_footer_info ul{
		margin:0px;
		padding:0px;
}
.kv_footer_info ul li {
    list-style: none;
    margin-bottom: 15px;
    display: flex;
    align-items: baseline;
    display: flex;
    align-items: center;
}
.kv_footer_info img {
    display: block;
		margin-top: -5px;    
    margin-right: 15px;
}

.kv_footer_info ul li p{
		margin-bottom: 0;
}
.kv_footer_info ul li a{
		color:#17A697;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.kv_footer_info ul li a:hover{
    color: #006f6f;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}


.kv_contact_form input[type="text"], .kv_contact_form textarea{
		border:1px solid #aaaaaa;
		border-radius:0px;
		box-shadow:none;
		text-shadow:none;
		padding:0px 10px;
		margin-bottom:15px;
    background-color: transparent;
    color: #fff;
}
.kv_contact_form input[type="text"] {
    height: 40px;
    width: 100%;
}
.kv_contact_form textarea {
    resize: vertical;
    padding: 10px;
    width: 100%;
}
.kv_contact_form input[type="text"]:focus, .kv_contact_form textarea:focus{
		outline:none;
		box-shadow:none;
		border:1px solid #17A697;
}

.kv_footer_map #map{
		display: block;
		width: 100%;
		height: 400px;
}
.kv_copyright_wrapper{
		background-color:#171f24;
		color:#fff;
		text-align:center;
}
.kv_copyright_wrapper p{
		margin:0px;
}
.kv_copyright_wrapper p a{
		color:#17A697;
		text-transform:uppercase;
		font-family: 'Yeseva One', cursive;
		font-size: 22px;
}
.kv_copyright_wrapper ul{
		margin:20px 0px 10px 0px;
		padding:0px;
}
.kv_copyright_wrapper ul li{
		display:inline-block;
		list-style:none;
		padding-right:15px;
}
.kv_copyright_wrapper ul li:last-child{
		padding-right:0px;
}
.kv_copyright_wrapper ul li a{
		color:#fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.kv_copyright_wrapper ul li a:hover{
		color:#17A697;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
/***********************************************************************************
 12 - Footer Wrapper Css End
***********************************************************************************/