/* ==============================
   1. Imported styles
   ==============================
*/
@import url(bootstrap.min.css);
@import url(bootstrap-select.min.css);
@import url(bootstrap-datepicker.css);
@import url(jquery.bootstrap-touchspin.css); 
@import url(font-awesome.css);
@import url(flaticon.css);
@import url(icomoon.css);
@import url(settings.css);
@import url(layers.css);
@import url(navigation.css);
@import url(owl.carousel.css);
@import url(jquery.bxslider.css);
@import url(flexslider.css);
@import url(jquery-ui.css);
@import url(jquery.fancybox.css);
@import url(polyglot-language-switcher.css);
@import url(animate.min.css);
@import url(nouislider.css);
@import url(nouislider.pips.css);
@import url(magnific-popup.css);
@import url(imagehover.min.css);
@import url(v-shortcodes.css);
@import url(popup.css);
@import url(kk_main.css);
@import url(kk_solutions.css);
@import url(kk_shape.css);
/* ==============================
   2. Global styles
   ============================== */
@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 */
} 
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/Poppins/Poppins.eot'); /* IE9 Compat Modes */
  src: local('Poppins'), local('Poppins'),
       url('../fonts/Poppins/Poppins.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/Poppins/Poppins.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/Poppins/Poppins.woff') format('woff'), /* Modern Browsers */
       url('../fonts/Poppins/Poppins.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/Poppins/Poppins.svg#Poppins') format('svg'); /* Legacy iOS */
}    
   
@font-face {
  font-family: 'MontserratBold';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/MontserratBold.eot'); /* IE9 Compat Modes */
  src: local('MontserratBold'), local('MontserratBold'),
       url('../fonts/MontserratBold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/MontserratBold.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/MontserratBold.woff') format('woff'), /* Modern Browsers */
       url('../fonts/MontserratBold.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/MontserratBold.svg#MontserratBold') format('svg'); /* Legacy iOS */
}   
@font-face {
  font-family: 'Aqua Grotesque';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/Aqua-Grotesque.eot'); /* IE9 Compat Modes */
  src: local('Aqua Grotesque'), local('Aqua-Grotesque'),
       url('../fonts/Aqua-Grotesque.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/Aqua-Grotesque.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/Aqua-Grotesque.woff') format('woff'), /* Modern Browsers */
       url('../fonts/Aqua-Grotesque.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/Aqua-Grotesque.svg#Aqua Grotesque') format('svg'); /* Legacy iOS */
} 
@font-face {
  font-family: 'Lato';
  src: url("../font/lato-regular.eot");
  src: url("../font/lato-regular.eot?#iefix") format("embedded-opentype"), url("../font/lato-regular.woff2") format("woff2"), url("../font/lato-regular.woff") format("woff"), url("../font/lato-regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }
@font-face {
font-family:Open Sans;
src:url(../fonts/OpenSans-Regular.ttf) format("truetype");
}
body {
	font-family: 'Open Sans', sans-serif;
	color: #333;
	font-weight:normal;
}
h1, h2, h3, h4, h5, h6, p, ul {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5 {
	font-family: 'Open Sans', sans-serif;
	/*font-family: 'MontserratBold', sans-serif;*/
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	line-height: 1.3;
}
ul {
	list-style-type: none;
}
p {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 30px;
	font-weight: 400;
	color: #333;
	margin-bottom:20px;
}
a {
	text-decoration: none;
	display: inline-block;
	outline: none;
}
a:hover, a:focus, a:visited {
	text-decoration: none;
	outline: none;
}
img {
	max-width: 100%;
	display: inline-block;
}
button {
	border: none;
	outline: none;
	box-shadow: none;
	display: block;
	padding: 0;
	background: transparent;
}
input, textarea {
	font-family: 'Open Sans', sans-serif;
	display: block;
	font-size: 16px;
	line-height: 28px;
	outline: none;
	box-shadow: none;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.boxed_wrapper {
	width: 100%;
	background: #fff;
	overflow-x: hidden;
}
.sec-padd {
	padding: 100px 0px;
}
.sec-padd2 {
	padding: 10px 0 60px;
}
.sec_kk_padd2 {
	padding: 0px 0 60px;
}
.sec-padd3 {
	padding: 100px 0 70px;
}
.sec-padd4 {
	padding-top: 100px;
}
.sec-padd5 {
	padding-bottom: 100px;
}
.sec-padd6 {
	padding-top: 80px;
}
.no-padd {
	padding: 0px;
}
.pb-55 {
	padding-bottom: 55px;
}
.pb-35 {
	padding-bottom: 35px;
}
.list_inline li {
	display: inline-block;
}
.tran3s {
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.center {
	text-align: center;
}
.thm-color {
	color: #48c0af;
}
.bg-style1 {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.bg-style2 {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
}
.float_left {
	float: left;
}
.float_right {
	float: right;
}
.kk_y_middle {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.border-bottom {
	border-bottom: 1px solid #d7d7d7;
}
.content-social {
	margin-top: 30px;
	margin-bottom: 15px;
	text-align: center;
	position: relative;
}
.content-social a {
	margin: 0px 15px;
	position: relative;
}
.content-social a .title-shared {
	position: absolute;
	top: -20px;
	width: 150px;
	left: 50%;
	color: #FFF;
	transform: translate(-50%, -100%);
	opacity: 0;
	transition: all 0.3s ease 0s;
}
.noo-category {
	text-align: center;
	margin: 1em 0px;
}
.kk_case_study_box {
	margin-bottom: 10px;
	/*border-bottom: 1px dashed #15aa95;*/
    padding-bottom: 10px;
}
.kk_case_study_box i {
	float: left;
	margin: 7px 20px 0px 0px;
	color: #038472;
}
.kk_case_study_txt {
	overflow: hidden;
	text-align: justify;
	color: #333;
	font-size:16px;
	line-height:28px;
}
.kk_error {
	padding: 60px 0px 100px;
	background: none repeat scroll center center / cover #F0F0F0;
}
.kk_error h1 {
	font-size: 250px;
	color: #212121;
	line-height: 230px;
	margin: 0px;
	text-align:center;
}
.kk_error p {
	font-size: 20px;
	color: #212121;
	text-align:center;
	margin-top:30px;
	margin-bottom: 50px;
}
.kk_error .home-page a {
	display: inline-block;
	text-decoration: none;
	font-size: 15px;
	color: #ffffff;
	background: #17a190;
	padding: 15px 35px;
	transition: all 0.3s ease 0s;
	font-weight: 700;
}
.kk_error .home-page a:hover {
	background: #212121;
}
.kk_int_des_p {
	min-height:150px;
}
.kk_int_des_h {
}
@media only screen and (max-width: 480px) and (min-width:280px) {
.kk_error {
padding: 50px 0px 70px;
}
.kk_error h1 {
font-size: 100px;
line-height: 70px;
}
.kk_error p {
font-size: 18px;
color: #212121;
text-align:center;
margin-top:10px;
margin-bottom:20px;
}
}
.line {
	position: absolute;
	/*left: 0px;*/
    height: 2px;
	/* margin-top: 23px;*/
    background-color: #2E8ECE;
	width: 30px;
	margin-bottom:20px
}
.banner_info_kk1 {
	margin-bottom: 10px;
	border-bottom: 1px dashed #DFDFDF;
	padding-bottom: 10px;
}
.banner_info_kk1 i {
	float: left;
	margin: 7px 20px 0px 0px;
	color: #D12A30;
}
.overflow_h_kk1 {
	overflow: hidden;
	text-align: justify;
}
.title {
	line-height: 20px;
	font-size: 25px;
	color: #000;
	font-weight: bold;
	/*text-transform: uppercase;*/
	text-align: left;
}
video {
	width: 100%;
	height: auto;
	display: inline-block;
}
.post {
	float:left;
}
.like, .unlike, .likes_count {
	color: #2E8ECE;
}
.hide {
	display: none;
}
.kk_ser_hight {
	min-height:140px;
}
.kk_eqor_Mob_non {
	display:block;
}
.kk_eqor_Dsk_non {
	display:none;
}
@media (min-width: 1200px) {
 .container {
 padding: 0;
}
}
.logo-box.kk_logo img {
	width:350px;
	height:auto;
}
.main-footer .footer-logo img {
	width:280px;
	height:auto;
}
.kk_blog {
	font-size:13px;
	line-height: 17px;
	margin-bottom:10px;
	text-align:justify
}
.read_more_kk {
	font-size:12px;
	line-height: 17px;
	color:#ff0000;
	text-align:justify
}
.read_more_kk a {
	text-decoration:none;
	color:#ff0000
}
.read_more_kk a:hover {
	color:#000
}
.kk_blog_body {
	border:1px solid #ccc;
	padding:10px;
	box-shadow: 0px 0px 7px 2px rgba(0, 0, 0, 0.1);
	margin-bottom:15px;
}
.kkmar10 {
	margin-bottom:10px;
	line-height: 19px;
}
.kk_hed_p {
	width: 700px;
	margin-left: 20%;
}
.btn_u_kk {
	background-color: #8b9297;
	color: #000;
	padding: 12px 16px !important;
	border: medium none;
	border-radius: 4px;
	cursor: pointer;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px !important;
	font-weight: 900;
}
.btn_u_kk:hover {
	background-color: #ff9f01;
	color: #263c4e;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 900;
}
.mar_tp_kk_12 {
	margin-top: 18px;
	padding-right: 30px;
}
.thm-btn {
	position: relative;
	background: #48c0af;
	border: 2px solid #48c0af;
	font-size: 14px;
	line-height: 46px;
	font-weight: 600;
	color: #ffffff;
	text-transform: uppercase;
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	padding: 0 38px;
 transition: all .5s cubic-bezier(0.4, 0, 1, 1);
}
.thm-btn.style-2 {
	border: 2px solid #48c0af;
	line-height: 46px;
}
.thm-btn:hover {
	background: transparent;
	color: #48c0af;
 transition: all .5s cubic-bezier(0.4, 0, 1, 1);
}
.thm-btn i {
	transform: rotate(-90deg);
}
.section-title {
	position: relative;
	margin-bottom: 50px;
}
.section-title h1 {
	position: relative;
	font-size: 32px;
	font-weight: bold;
	padding-bottom: 15px;
	/*text-transform: capitalize;*/
  	color: #263d4f;
}
.section-title.center.kk_esct h2 {
	position: relative;
	font-size: 32px;
	font-weight: 600;
	padding-bottom: 15px;
	/*text-transform: capitalize;*/
  	color: #263d4f!important;
}
.section-title.center.kk_esct h3 {
	position: relative;
	font-size: 32px;
	font-weight: 600;
	padding-bottom: 15px;
	/*text-transform: capitalize;*/
  	color: #263d4f!important;
}
.section-title h2 {
	position: relative;
	font-size: 32px;
	padding-bottom: 15px;
	font-weight: 700;
	/*text-transform: capitalize;*/
}
.section-title h3 {
	position: relative;
	font-size: 32px;
	font-weight: 700;
	padding-bottom: 15px;
	text-transform: capitalize;
	color: #263d4f !important;
}
.section-title h4 {
	position: relative;
	font-size: 20px;
	font-weight: 700;
	text-transform: capitalize;
}
.section-title h5 {
	margin-bottom: 15px;
	font-size: 12px;
}
.section-title p {
	margin-top: 30px;
}
.section-title .decor {
	position: relative;
}
.section-title .decor:before {
	content: "";
	position: absolute;
	top: 10px;
	left: 0;
	width: 200px;
	height: 3px;
	background-image: url(../images/icons/title-dec.png);
}
.section-title.center .decor:before {
	left: 50%;	
    margin-left: -95px;
}
.section-title .decor2:before {
	content: "";
	position: absolute;
	top: 10px;
	left: 0;
	width: 200px;
	height: 3px;
	background-image: url(../images/icons/title-dec2.png);
}
.section-title.center .decor2:before {
	left: 50%;	
    margin-left: -95px;
}
.section-title .decor2 {
  position: relative;
}
/*============ default Overlay =================*/

.default-overlay {
	width: 100%;
	overflow: hidden;
	position: relative;
	/*-webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);*/
	border: 1px solid #fe9a03;
	padding:5px;
}
.default-overlay img {
	width: 100%;
	position: relative;
	top: 0;
	left: 0;
}
.default-overlay .ovrlyT {
	background: rgba(0, 0, 0, 0.5);
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.default-overlay .buttons {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.default-overlay .buttons .fa {
	background: rgb(256, 256, 256);
	-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: inline-block;
	line-height: 40px;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	width: 40px;
	height: 40px;
	opacity: 0;
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-ms-transform: scale(1.5);
	-o-transform: scale(1.5);
	transform: scale(1.5);
	position: relative;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	-o-transition: -o-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	color: transparent;
}
.single-item:hover .default-overlay .buttons .fa {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	color: rgba(50, 50, 50, 0.9);
}
.single-item:hover .default-overlay .ovrlyT {
	opacity: 1;
}
/*scroll effect*/

.scroll-top {
	width: 50px;
	height: 40px;
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 99;
	display: none;
	color: #fff;
	text-align: center;
	background: #fa9009;
	border:1px solid #f6ad3e;
}
.scroll-top span:before {
	font-size: 27px;
}
.scroll-top:after {
	position: absolute;
	z-index: -1;
	content: '';
	top: 100%;
	left: 5%;
	height: 10px;
	width: 90%;
	opacity: 1;
	background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
	background: -webkit-radial-gradient(center ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
	background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}
.preloader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 999999;
	background-color: #ffffff;
	background-position: center center;
	background-repeat: no-repeat;
	/*background-image: url(../images/icons/preloader.gif);*/
  background-image: url(../images/icons/loading.png);
}
/*============ social icon ===================*/

.social-icon li {
	display: inline-block;
}
.social-icon li a {
	display: inline-block;
	color: #999;
	/*margin-right: 15px;*/margin-right: 3px;
	font-size: 16px;
 transition: .5s ease;
}
.social-icon li a:hover {
	color: #48c0af;
 transition: .5s ease;
}
.owl-theme .owl-nav {
	/*margin: 0;*/
	padding: 0;
	position: absolute;
	top: 100%;
	right: 0;
	/*margin: 0;*/
	margin-top: 10px;
	margin-bottom:20px
}
.owl-theme .owl-nav [class*=owl-] {
 color: #a8adbb;
 font-size: 22px;
 margin: 0;
 padding: 0;
 background-color: transparent;
 height: 36px;
 width: 40px;
 border: 1px solid #fe9a03;
 line-height: 28px;
 text-align: center;
 margin-left: 15px;
 display: inline-block;
 -webkit-transition: color .3s ease;
 transition: color .3s ease;
}
.owl-theme .owl-nav [class*=owl-]:hover {
 color: #fff;
 border-color: #fe9a03;
 background-color: #fe9a03;
 -webkit-transition: .5s ease;
 transition: .5s ease;
}
.hexagon {
	position: relative;
	width: 88px;
	height: 50px;
	font-size: 40px;
	line-height: 50px;
	margin: 25px auto 50px;
	text-align: center;
	border-left: solid 2px #f7f7f7;
	background: #f7f7f7;
	border-right: solid 2px #f7f7f7;
 transition: .5s ease;
	background-position: 0% 100%;
}
.hexagon:before, .hexagon:after {
	content: "";
	position: absolute;
	z-index: 1;
	width: 62px;
	height: 62px;
	background: #f7f7f7;
	-webkit-transform: scaleY(0.6) rotate(-45deg);
	-ms-transform: scaleY(0.6) rotate(-45deg);
	transform: scaleY(0.6) rotate(-45deg);
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.hexagon:before {
	border-top: solid 3px #f7f7f7;
	border-right: solid 3px #f7f7f7;
	top: -31px;
	right: 11px;
}
.hexagon:after {
	border-bottom: solid 3px #f7f7f7;
	border-left: solid 3px #f7f7f7;
	bottom: -31px;
	right: 11px;
}
/*============= accordion ===============*/

.accordion-box {
}
.accordion {
	margin-bottom: 20px;
	position: relative;
}
.accordion .acc-btn .left-icon {
	position: absolute;
	left: 0;
	top: 0;
	background: #f1f1f1;
	width: 60px;
	height: 100%;
	color: #9c9c9c;
	font-size: 20px;
	text-align: center;
}
.accordion .acc-btn.active .left-icon {
	color: #fff;
}
.accordion .left-icon span {
	position: relative;
	top: 18px;
}
.accordion .acc-btn {
	cursor: pointer;
	font-size: 18px;
	font-weight: 600;
	padding: 14px 30px;
	margin: 0px;
	padding-left: 65px;
	border: 1px solid #d2d6e0;
	background-color:#fff;
}
.accordion .acc-btn .toggle-icon i {
	position: relative;
	/*top: 18px;*/top: 1px;
}
.accordion .acc-btn.active {
	border-bottom: 0px;
	padding-bottom: 5px;
}
.accordion .acc-btn p {
	color: #333;
	margin-bottom:0px;
	font-weight: 700;
	font-size: 16px;
}
.accordion .acc-btn.active p {
}
.accordion .acc-btn.pr {
	position: relative;
}
.accordion .acc-btn .img-box {
	display: none;
}
.accordion .acc-btn.active .img-box {
	display: block;
}
.accordion .acc-btn .toggle-icon {
	color: #48c0af;
	display: block;
	font-weight: 100;
	height: 53px;
	position: absolute;
	font-size: 18px;
	left: 0;
	top: 0;
	text-align: center;
	width: 71px;
	line-height: 53px;
}
.accordion .acc-btn.active .toggle-icon {
	background: transparent;
	color: #48c0af;
}
.accordion .acc-btn .toggle-icon.left {
	color: #9c9c9c;
	display: block;
	font-weight: 100;
	height: 24px;
	line-height: 24px;
	position: absolute;
	right: 20px;
	bottom: 20px;
	left: 30px;
}
.accordion-box .accordion .acc-content {
	color: #9c9c9c;
	border: 1px solid #d2d6e0;
	display: none;
	padding: 0px 65px 20px;
	border-top: 0px;
	background-color:#fff
}
.accordion-box .accordion .acc-content.collapsed {
	display: block;
}
.accordion-box .accordion .acc-content p {
	/*margin: 0;*/ margin-bottom:15px;
	font-size: 16px;
	line-height: 28px;
}
/*===========style-two============*/

.accordion-box.style-tow .accordion .acc-btn .toggle-icon {
	background: transparent;
	color: #48c0af;
	line-height: 40px;
}
.accordion-box.style-tow .accordion .acc-btn {
	border: 0px;
	padding: 5px 30px;
	padding-left: 90px;
}
.accordion-box.style-tow .accordion {
	margin-bottom: 15px;
}
.accordion-box.style-tow .accordion .acc-content {
	border: 0px;
}
/*============= default-form ===============*/

.default-form {
	position: relative;
}
.default-form .form-box {
	position: relative;
}
.comment-form .form-box {
	padding: 25px 25px 0px 25px;
}
.default-form .form-group {
	position: relative;
	margin-bottom: 30px;
}
.default-form .comment-form .form-box .form-group {
	margin-bottom: 25px;
}
.default-form.form-box .row {
	margin-left: -10px;
	margin-right: -10px;
}
.default-form.form-box .row .form-group {
	padding: 0px 0px;
}
.default-form .form-group .field-label {
	display: block;
	line-height: 24px;
	text-transform: uppercase;
	margin-bottom: 10px;
	color: #232323;
	font-weight: 500;
	font-size: 13px;
}
.default-form .form-group .field-label sup {
	color: #ff0000;
	font-size: 14px;
}
.default-form p {
	margin-bottom: 6px;
}
.default-form input[type="text"], .default-form input[type="email"], .default-form input[type="password"], .default-form input[type="number"], .default-form select, .default-form textarea {
	display: block;
	width: 100%;
	line-height: 24px;
	font-size: 16px;
	box-shadow: none;
	/*border: 1px solid #f7f7f7;*/border: 2px solid #e6e7e9;
	padding: 12px 15px;
	background: #f7f7f7;
	resize: none;
	border-radius: 0;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}
.default-form input[type="text"], .default-form input[type="email"], .default-form input[type="password"], .default-form input[type="number"] {
	height: 50px;
}
.default-form select {
	height: 40px!important;
}
.default-form textarea {
	height: 180px;
}
.default-form .bootstrap-select {
	border: 1px solid #f4f4f4;
	background: #f7f7f7;
	color: #a2a2a2;
	padding: 10px 0;
	font-size: 16px;
	height: auto;
}
.default-form .btn-group.open .dropdown-toggle {
	box-shadow: none;
}
.default-form .btn-group.open .dropdown-toggle:focus {
	border: none;
	outline: none;
}
.default-form .bootstrap-select .dropdown-toggle:focus {
	outline: none !important;
}
.default-form .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
	background-color: #48c0af;
	color: #fff;
}
.default-form .form-control:focus {
	border-color: #48c0af;
	box-shadow: none;
}
.select-box .btn:after {
	position: absolute;
	content: "\f107";
	font-family: FontAwesome;
	/*font-size: 16px;*/font-size: 23px;
	color: #999;
	width: 20px;
	right: 15px;
	top: 50%;
	/*margin-top: -11px;*/margin-top: -18px;
}
.default-form .bootstrap-select {
	background: none;
	border: none;
	box-shadow: none;
	padding: 0px;
}
.default-form .g-select {
	background: none;
	border: none;
	box-shadow: none;
	padding: 0px;
}
.default-form .bootstrap-select.btn-group .dropdown-toggle .filter-option {
	color: #848484;
	/*padding: 13px 15px;*/padding: 11px 15px 12px 15px;
	/*border: 1px solid #eee;*/border: 2px solid #e6e7e9;
	/*background: #eef1f5;*/background: #f7f7f7;
	/*font-style: italic;*/font-size: 16px;
}
.default-form .bs-caret {
	display: none;
}
.default-form .dropdown-menu {
	border-radius: 0px;
	padding: 0px;
	top: 50px;
	transform: scaleY(0);
	transform-origin: top center;
 transition: .4s ease;
}
.default-form .bootstrap-select.open .dropdown-menu {
	transform: scaleY(1);
 transition: .4s ease;
}
.default-form .dropdown-menu>li>a {
	padding: 8px 15px;
}
.default-form .dropdown-menu>li>a:focus {
	background-color: #fff;
	color: #222;
}
.default-form .dropdown-menu>li>a:hover {
	background-color: #48c0af !important;
	color: #fff !important;
}

/*placeholder*/

.default-form form input::-webkit-input-placeholder {
 color: #9e9e9e;
}
.default-form form input:-moz-placeholder {
  /* Firefox 18- */
  color: #9e9e9e;
}
.default-form form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #9e9e9e;
}
.default-form form input:-ms-input-placeholder {
 color: #9e9e9e;
}
.default-form .alert-success {
	color: #48c0af;
	background: none;
	border: none;
	font-size: 18px;
}
/*========= search box ==========*/

.nav_side_content {
	position: absolute;
	right: 15px;
	top: 17px;
	display: inline-block;
}
.nav_side_content .search_option>button {
	width: 40px;
	height: 40px;
	border-radius: 5px;
	/*font-size: 14px;*/font-size: 16px;
	color: #000;
	margin-top: -13px;/* background: #1b2a4b; */
}
.nav_side_content .search_option form {
	height: 50px;
	width: 280px;
	padding: 5px;
	border-radius: 4px;
	margin: 0;
	left: auto;
	right: 0;
	border-color: #50d1bf;
	/*border-color: #48c0af;*/
  /*top: 43px;*//*top: 55px;*/top: 38px;
}
.nav_side_content .search_option form input {
	font-family: 'Raleway', sans-serif;
	font-weight: normal;
	width: 100%;
	height: 100%;
	background: transparent;
	color: #9e9e9e;
	border: 1px solid #f7f7f7;
	padding: 0 47px 0 10px;
	font-size: 15px;
}
.nav_side_content .search_option form button {
	display: block;
	width: 40px;
	line-height: 35px;
	text-align: center;
	position: absolute;
	top: 5px;
	right: 5px;
	/*color: #48c0af;*/color: #50d1bf;
}
/*======= gallery filter ==========*/

.post-filter {
	display: block;
	margin: 0;
	text-align: center;
	margin-bottom: 50px;
}
.post-filter li {
	padding: 0;
}
.post-filter li span {
	color: #333;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	line-height: 24px;
	font-weight: 400;
	border-bottom: 3px solid transparent;
	display: block;
	margin-right: 16px;
	padding-bottom: 3px;
	cursor: pointer;
 transition: .5s ease;
}
.post-filter li:hover span, .post-filter li.active span {
	color: #48c0af;
	border-color: #48c0af;
 transition: .5s ease;
}
.post-filter li span i {
	font-size: 14px;
	margin-right: 5px;
}
/* ==============================
   2. header-style
   ============================== */

.top-bar {
	position: relative;
	font-size: 14px;
	padding: 5px 0;
	color: #ffffff;
	background: #11192c;
}
.top-bar .top-left {
	position: relative;
	float: left;
}
.top-bar .top-links ul li {
	position: relative;
	float: left;
	padding: 7px 0px 6px;
	line-height: 24px;
	color: #aaaaaa;
	margin-right: 30px;
}
.top-bar .top-links ul li a {
	font-size: 15px;
}
.top-bar .top-links ul li a i {
	position: relative;
	margin-right: 5px;
	top: 0px;
	color: #48c0af;
}
.top-bar ul li a {
	position: relative;
	color: #fff;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
}
.top-bar .top-right {
	position: relative;
	float: right;
	margin-top: 8px;
}
.top-bar .social-links {
	position: relative;
	padding: 10px 0px;
}
.top-bar .social-links li {
	position: relative;
	float: left;
	margin-left: 20px;
}
.top-bar .social-links li a {
	position: relative;
	display: block;
	line-height: 24px;
	color: #666;
}
/*=============== header-upper ======================*/

.header-upper {
	position: relative;
	/*padding: 30px 0px;*//*padding: 20px 0px;*/padding: 8px 0px;
	background: #fff;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	z-index: 5;
}
.header-upper .logo img {
	position: relative;
	display: inline-block;
	max-width: 100%;
}
.header-upper .logo-outer {
	position: relative;
	z-index: 25;
}
.header-upper .logo-outer .logo img {
	position: relative;
	display: inline-block;
	max-width: 100%;
}
.header-upper .header-upper .btn-style-one {
	background-color: #ffc300;
	border-color: #ffc300;
	border-radius: 25px;
}
.header-upper .header-upper .btn-style-one:hover {
	background: #fff;
}
.header-upper .header-upper .upper-right {
	position: relative;
	padding: 18px 0px 15px;
}
.header-upper .info-box {
	position: relative;
	float: left;
	min-height: 44px;
	margin-left: 90px;
	font-size: 13px;
	text-transform: uppercase;
	color: #777777;
	padding: 0px 0px 0px 45px;
}
.header-upper .info-box .icon-box {
	position: absolute;
	left: 0;
	 width: 35px;
	 height: 35px;
	background-color:#fa9009;
	padding: 10px;
	padding-left: 8px;
	border-right: 1px solid rgba(19, 29, 51, 0.1);
	color: #fff;
	border-radius: 6px;
	font-size: 20px;
	text-align: center;
	line-height:11px;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.header-upper .info-box li {
	position: relative;
	/*line-height: 20px;*/line-height: 17px;
	/*color: rgba(0, 0, 0, 0.60);*/
  color: #079380;
	/*font-size: 17px;*/font-size: 14px;
	margin-bottom: 5px;
	/*text-transform: capitalize;*/text-transform: none;
}
.header-upper .info-box li a {
	color: #333!important;
}
.header-upper .info-box strong {
	font-weight: bold;
	color: #263d4f;
	font-size: 16px;
	text-transform: capitalize;
	font-family: 'Open Sans', sans-serif;
}

/*=============== main menu ======================*/


/* Mainmenu fixed style */

@keyframes menu_sticky {
 0% {
 margin-top: -100px;
}
 50% {
 margin-top: -90px;
}
 100% {
 margin-top: 0;
}
}
.mainmenu-area.stricky-fixed {
	margin: 0;
	position: fixed;
	background: #f88f00;;
	top: 0;
	left: 0;
	width: 100%;
	/*z-index: 9999;*/z-index: 999;
	animation-name: menu_sticky;
	animation-duration: 0.60s;
	animation-timing-function: ease-out;
	box-shadow: 0px 0px 7px 2px rgba(0, 0, 0, 0.1);
}
.mainmenu-area.stricky-fixed .main-logo {
	margin: 18px 0 20px;
}
.theme_menu {
	background: #fff;
	padding-bottom: 4px;
}
.theme_menu .border-bottom {
	border-bottom: 1px solid #b2e9fb;
}
/*==============================================
    Mainmenu Area Css
===============================================*/

.mainmenu-area {
	background: #fff;
}
.main-menu {
	position: relative;
	background: #fa9009;;
	border-radius: 2px;/*margin-bottom: 8px;*/
}
.navbar-collapse {
	padding: 0px
}
.navigation {
	position: relative;
	font-family: 'Open Sans', sans-serif;
}
.navigation>li {
	display: inline-block;
	margin: 0 20px 0 17px;
}
.mainmenu-area.stricky-fixed .navigation>li:first-child {
	margin-left: 0px;
}
.navigation li.active a {
	color: #363435;
	border-bottom:3px solid #2e2750;
}
.navigation>li>a {
	color: #363435;
	display: block;
	border-bottom: 3px solid transparent;
	font-size: 14px;
	font-weight: 700;
	line-height: 30px;
  padding: 10px 5px 10px;
	margin: 0;
	position: relative;
	/*text-transform: uppercase;*/
  transition: all 500ms ease 0s;
}
.navigation>li:first-child>a {
	margin-left: 0px;
}
.navigation>li.dropdown>a:after {
	content: "\f107";
	font-family: 'FontAwesome';
	position: absolute;
	right: -15px;
	top: 13px;
}
.navigation li>ul>li>a {
	color: #333;
	display: block;
	font-size: 14px;
	font-weight: 600;
	line-height: 30px;
	padding: 20px 0px;
	margin: 0 20px;
	position: relative;
	text-transform: uppercase;
	transition: all 500ms ease 0s;
}
.navigation li:last-child a {
	margin-right: 0px;
}
.navigation>li:hover>a {
	color: #263d4f;
}
.navigation>li>ul {
	position: absolute;
	left: 0px;
	top: 100%;
	background: #fff;
	width: 250px;
	padding: 0;
	border: 1px solid #687384;
	z-index: 999;
	display: none;
}
.navigation>li>ul>li>ul {
	position: absolute;
	left: 100%;
	top: 0px;
	background: #fff;
	width: 250px;
	padding: 0;
	border: 1px solid #687384;
	z-index: 999;
	display: none;
}
.navigation>li>ul>li, .navigation>li>ul>liul>li {
	position: relative;
	display: block;
}
.navigation>li>ul>li>a, .navigation>li>ul>li>ul>li>a {
	color: #666;
	display: block;
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	padding: 12px 20px;
	border-bottom: 1px solid #e2e4e5 !important;
	margin: 0;
	text-transform: capitalize;
	transition: all 500ms ease 0s;
}
.navigation>li>ul>li.dropdown>a:after, .navigation>li>ul>li>ul>li.dropdown>a:after{
content: "\f105";	
font-family: 'FontAwesome';
position: absolute;
right: 10px;
top: 13px;
}
.navigation>li>ul>li:hover>a, .navigation>li>ul>li>ul>:hover>a {
	color: #ffffff;
	background: #405f78;	
}
/*========= third-menu ===============*/

.navigation>li>ul>li.third-menu ul {
	position: absolute;
	left: 230px;
	top: 0px;
	background: #333;
	width: 200px;
	border-top: 2px solid #fff;
	padding: 12px 0px;
	z-index: 999;
	display: none;
}
.navigation>li>ul>li.third-menu {
	position: relative;
}
.navigation>li>ul>li.third-menu ul a {
	color: #ffffff;
	display: block;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	padding: 12px 20px;
	margin: 0;
	text-transform: capitalize;
	transition: all 500ms ease 0s;
}
.navigation>li>ul>li.third-menu ul a:hover {
	color: #fdc716;
}
.navigation>li>ul>li.third-menu:after {
	position: absolute;
	content: "\f0de";
	font-family: FontAwesome;
	color: #fff;
	font-size: 20px;
	line-height: 40px;
	right: 14px;
	transform: rotate(90deg);
	top: 3px;
}
/*========= mobile-menu ==============*/

.mobile-menu .dropdown-btn {
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 42px;
	border-left: 1px solid rgba(255, 255, 255, 0.39);
	cursor: pointer;
	display: block;
	z-index: 5;
}
.mobile-menu .dropdown-btn:after {
	position: absolute;
	content: "\f107";
	font-family: FontAwesome;
	color: #fff;
	font-size: 20px;
	line-height: 40px;
	text-align: center;
	width: 100%;
}
.mobile-menu, .mobile-menu>li>ul {
/*background: #5e7181;*/background: #032b5f;
}
.mobile-menu>li>ul>li>ul {
	background: #0ac0a7;
}
.mobile-menu>li>ul, .mobile-menu>li>ul>li>ul {
	display: none;
}
.mobile-menu>li>a, .mobile-menu>li>ul>li>a, .mobile-menu>li>ul>li>ul>li>a {
	padding: 10px 20px;
	line-height: 22px;
	color: #ffffff;
	display: block;
 //text-transform: uppercase;
	text-transform: none;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	border-top: 1px solid rgba(255, 255, 255, 0.39);
}
/*============ social icon ============*/

.menu-column {
	position: relative;
	z-index: 9;
}
.menu-column .social-icon {
	position: absolute;
	right: 0;
	top: 34px;
}
.menu-column .social-icon li a {
	color: #333;
}
.menu-column .social-icon li a:hover {
	color: #48c0af;
}
/*** 
=============================================
    Rev Slider Wrapper style
=============================================
***/

.rev_slider_wrapper {
	position: relative;
	margin-top: -35px;
}
.rev_slider_wrapper .slide-content-box h3 {
	display: inline-block;
	color: #ffffff;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 22px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.rev_slider_wrapper .slide-content-box h1 {
	color: #ffffff;
	font-size: 55px;
	line-height: 62px;
	margin: 14px 0 9px;
	font-weight: 700;
}
.rev_slider_wrapper .slide-content-box p {
	color: #ffffff;
	font-size: 18px;
	line-height: 30px;
	font-weight: 300;
	margin: 0 0 30px;
}
.rev_slider_wrapper .slide-content-box a {
	transition: all 500ms ease !important;
}
.rev_slider_wrapper .slide-content-box.last-slide p {
	margin: 0;
}
.rev_slider_wrapper .slide-content-box.last-slide a {
	margin: 0 8px;
}
.rev_slider_wrapper .slotholder {
	position: relative;
}
.slotholder:after {
	/*background: rgba(0, 0, 0, 0.45);*/
  width: 100%;
	height: 100%;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	pointer-events: none;
}
.tp-bannertimer {
	display: none;
}
.rev_slider_wrapper .tparrows {
	/*background: transparent;*/
	background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.26);
	border: 3px solid #263d4f;
}
/*** 

====================================================================
  Main Footer
====================================================================

***/

.main-footer {
	position: relative;
	background: #247ac7;
	padding: 40px 0 0px;
	border-top:2px solid #e1e0df;
	box-shadow: 0px -1px 9px 3px rgba(0, 0, 0, 0.1);
}
.main-footer.shadow {
	box-shadow: inset 1px 4px 14px 7px rgba(0, 0, 0, 0.2);
}
.main-footer .footer-widget {
/*margin-top: 30px;*/
}
.main-footer .section-title {
	margin-bottom: 40px;
}
.main-footer .section-title:before {
	display: none;
}
.main-footer .footer-title h4 {
	color: #fcfcfc;
	font-size: 18px;
	font-weight:bold;
	text-transform: uppercase;
	/*margin-bottom: 30px;*/margin-bottom: 20px;
}
.main-footer .footer-logo {
	margin-bottom: 14px;
	padding-top: 0px;
}
/*============ about-column =================*/

.main-footer .about-column .text {
	margin-bottom: 15px;
}
.main-footer .about-column .text p {
color: #fcfcfc;
font-size:14px;
line-height: 26px;
}
.main-footer .about-column h5 {
	font-size: 13px;
	color: #48c0af;
	font-family: 'Opean Sans', sans-serif;
	margin-bottom: 20px;
}
.main-footer .social-icon li a {
	color: #fff;
}
.main-footer .kk_cont {
	float:left;
	margin-right:15px;
	/*background-color:#2e2750;*/
	background-color:#028a79;
	color:#fff;
	height:35px;
	line-height:32px;
	width:35px;
	text-align:center;
	border-radius: 6px;
}
/*.main-footer .social-icon li a .facebook{color: #fff; background-color:#3b629b; padding:5px 12px; border-radius: 6px;}*/
.main-footer .social-icon li a .facebook {
	color: #fff;
	background-color:#3b629b;
	padding:3px 11px;
	border-radius: 6px;
}
.main-footer .social-icon li a .in {
	color: #fff;
	background-color:#007bb6;
	padding:3px 9px;
	border-radius: 6px;
}
.main-footer .social-icon li a .twitter {
	color: #fff;
	background-color:#27aae2;
	padding:3px 9px;
	border-radius: 6px;
}
.main-footer .social-icon li a .tube {
	color: #fff;
	background-color:#fe0000;
	padding:3px 9px;
	border-radius: 6px;
}
.main-footer .social-icon li a .insta {
	color: #fff;
	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
	padding:3px 9px;
	border-radius: 6px;
}
/*============ link-column =================*/

.main-footer .link-column li {
	position: relative;
	margin-bottom: 12px;
	border-bottom:1px dashed #ff7008;
}
.main-footer .link-column li a {
	position: relative;
	margin-top: -5px;
	padding-left: 15px;
	color: #fcfcfc;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight:400;
 transition: .5s ease;
}
.main-footer .link-column li a:before {
	position: absolute;
	content: "\f0dd";
	transform: rotate(-90deg);
	font-family: FontAwesome;
	font-size: 16px;
	left: -6px;
	top: -2px;
}
.main-footer .link-column li a:hover {
	color: #263d4f;
 transition: .5s ease;
}
/*============ post-column =================*/

.main-footer .post-column .post {
	position: relative;
	padding-left: 85px;
	padding-bottom: 40px;
}
.main-footer .post-column .post:last-child {
	border-bottom: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.main-footer .post-column .post-thumb {
	position: absolute;
	left: 0;
	top: 0;
	width: 70px;
	height: 70px;
}
.main-footer .post-column h5 {
	position: relative;
	top: -5px;
	font-size: 16px;
	color: #999;
	line-height: 25px;
}
.main-footer .post-column .post-info {
	color: #666;
	font-size: 15px;
}
/*============ contact-column =================*/

.main-footer .contact-column {
	position: relative;
}
.main-footer .contact-column h5 {
	font-size: 13px;
	color: #fff;
	margin-bottom: 22px;
	font-weight: 300;
}
.main-footer .contact-column form {
	position: relative;
	margin-bottom: 18px;
}
.main-footer .contact-column input {
	background: rgb(47, 42, 42);
	border-radius: 0;
	color: #ffffff;
	border: 0;
	padding: 7px 15px;
	line-height: 30px;
}
.main-footer .contact-column button {
	position: absolute;
	right: 0;
	top: 0;
	border: 2px solid #48c0af;
	line-height: 39px;
	color: #ffffff;
	font-weight: 400;
	padding: 0 15px;
}
.main-footer .contact-column button:hover {
	background-color: #1e1e1e;
	color: #48c0af;
}
.main-footer .contact-column p {
	padding-bottom: 20px;
	margin-bottom: 25px;
	font-size: 17px;
	border-bottom: 1px solid #363636;
}
.main-footer .contact-column .instagram {
	margin: 0 -5px;
}
.main-footer .contact-column .instagram li {
	margin: 0 5px;
}
/*============ footer-bottom =================*/

.footer-bottom {
position: relative;
padding: 12px 0;
background-color: #0b64b4;
font-size: 14px;
margin-top: 50px;
padding: 30px 0 15px 0;
}
.contact-bar {
  float: left;
  margin-bottom: 20px;
  margin-top: -80px;
  position: relative;
  width: 100%;
  z-index: 1;
  background: rgb(246, 173,62, 1);
}
/*.contact-details{background: rgb(246, 173,62, 1);}*/
.contact-details {
  padding: 20px 45px;
  position: relative;
  z-index: 1;
}
.contact-details > span {
  background: rgba(248,143,0,0.7);
  color: #ffffff;
  float: left;
  font-size: 18px;
  height: 38px;
  letter-spacing: 0.3px;
  line-height: 38px;
  margin-right: 20px;
  text-align: center;
  width: 38px;
  border-radius: 3px;
}
.contact-bar > div {
  padding: 0;
}
.contact-details > strong {
  color: #fefefe;  
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.3px;
  line-height: 24px;
  text-transform: capitalize;
}
.contact-details > p, .contact-details > p a {
  color: #fefefe!important;
  font-size: 12px!important;
  font-weight: 400;
  line-height: 20px!important;
  margin: 0;
}
.footer-bottom p {
	margin-bottom: 0;
	line-height: 36px;
	color:#fff;
	font-size:14px;
}
.footer-bottom .copyright {
	width: 100%;
	text-align: center;
	font-size: 13px;
}
.footer-bottom p a {
	color: #48c0af;
}
/************************** 
* Inner Banner styles 
***************************/

.inner-banner {
	position: relative;
	/*padding: 155px 0 120px;*/padding: 185px 0 140px;
	margin-top: -35px;
	background-attachment: fixed;
}
.inner-banner h1 {
	position: relative;
	font-size: 48px;
	color: #fff;
	text-align: center;
	font-weight: 700;
	line-height: 48px;
}
.inner-banner:before {
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
	z-index: 0;
}
.breadcrumb {
	background: #fff;
	padding: 16px 0;
	margin-bottom: 0;
	border-bottom: 1px solid #f4f4f4;
}
.breadcrumb li {
	margin: 0;
	padding: 0;
	margin-right: 8px;
	list-style: none;
	display: inline-block;
	font-size: 14px;
	color: #48c0af;
	font-family: 'Open Sans', sans-serif;
}
.breadcrumb ul li a {
	color: #333;
	text-transform: capitalize;
	font-size: 14px;
 transition: .3s ease;
}
.breadcrumb ul li a:hover {
 transition: .3s ease;
}
.breadcrumb ul li i {
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	margin-left: 3px;
	color: #333;
}
/************************** 
* feature styles 
***************************/

.feature {
	position: relative;
}
.feature .item {
	position: relative;
	margin-bottom: 40px;
}
.feature.style-2 .item .hexagon {
	margin-left: 0px;
}
.feature .item:hover:before {
	opacity: 1;
	visibility: visible;
 transition: .5s ease;
}
.feature .item:hover .hexagon:before, .feature .item:hover .hexagon:after {
	background: #48c0af;
	border-color: #48c0af;
 transition: .5s ease;
}
.feature .item .hexagon i {
	position: relative;
	z-index: 9;
}
.feature .item:hover .hexagon {
	background-color: #48c0af;
	border-color: #48c0af;
	color: #fff;
	background-position: 100% 100%;
 transition: .5s ease;
}
.feature .item h4 {
	position: relative;
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 15px;
	color: #333;
 transition: .5s ease;
}
.feature .item h4:hover {
	color: #48c0af;
 transition: .5s ease;
}
.feature .item p {
	position: relative;
	margin-bottom: 20px;
}
.feature .item .thm-btn {
	margin-bottom: 30px;
	font-size: 13px;
	line-height: 32px;
	padding: 0 25px;
	background: #333;
}
/*** 

====================================================================
    department style
====================================================================

***/

.two-col-fluid {
	position: relative;
}
.two-col-fluid .image-column {
	position: relative;
	overflow: hidden;
	float: left;
	padding: 156px 0px;
	width: 50%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: right top;
}
.two-col-fluid .content-column {
	position: relative;
	float: right;
	width: 50%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: right top;
}
.two-col-fluid .icon-box {
	position: relative;
	float: right;
	margin-top: 1px;
}
.two-col-fluid .icon-box .single-item {
	position: relative;
	color: #fff;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.two-col-fluid .icon-box .single-item.active .content {
	background: #2FCAEA;
}
.two-col-fluid .icon-box .single-item:last-child {
	border-bottom: none;
}
.two-col-fluid .icon-box .single-item .content {
	padding-left: 60px;
	padding: 35px 33px 38px 79px;
	background: #19a4c6;
}
.two-col-fluid .icon-box .single-item .icon {
	position: absolute;
	top: 37px;
	left: 30px;
}
.two-col-fluid .icon-box .single-item .content h2 {
	position: relative;
	font-size: 16px;
	color: #fff;
	margin-bottom: 7px;
}
.two-col-fluid .icon-box .single-item .content p {
	color: #f0f0f0;
}
.two-col-fluid.icon-box .single-item .content p {
	position: relative;
	font-size: 13px;
	color: #f0f0f0;
}
.two-col-fluid.icon-box .single-item .icon {
	position: absolute;
	top: 37px;
	left: 30px;
}
.two-col-fluid .content-column {
	position: relative;
	padding: 93px 15px 0px 120px;
	overflow: hidden;
	background: #f9fdfe;
	min-height: 645px;
}
.two-col-fluid .content-column .inner-box {
	position: relative;
	max-width: 600px;
}
.two-col-fluid .content-column .section-title {
	padding-bottom: 0px;
}
.two-col-fluid .content-column .section-title h2 {
	position: relative;
	padding-bottom: 28px;
	margin-bottom: 18px;
}
.two-col-fluid .content-column .section-title h4 {
	position: relative;
	color: #666;
	font-size: 15px;
	margin-bottom: 9px;
}
.two-col-fluid .content-column .content p {
	position: relative;
	font-size: 14px;
	color: #777;
	line-height: 26px;
}
/************************** 
* services styles 
***************************/

.services {
	background: #f9f9f9;
}
.services.without-bg {
	background: #fff;
	padding-bottom: 50px;
}
.services .single-item {
	margin-bottom: 50px;
}
.services .img-box {
	position: relative;
}
.services .content {
	position: relative;
}
.services .content h3 a {
	position: relative;
	color: #333;
	margin: 30px 0 15px;
	font-size: 20px;
}
.services .content .link {
	position: relative;
	color: #999;
	text-transform: uppercase;
	margin-top: 15px;
	font-weight: 700;
 transition: .5s ease;
}
.services .content .link:hover {
	color: #48c0af;
 transition: .5s ease;
}
/*** 

====================================================================
  call-out
====================================================================

***/

.call-out {
	padding-top: 50px;
	background: #48c0af;
}
.call-out h2 {
	color: #fff;
	margin-top: 7px;
	margin-bottom: 60px;
	text-transform: capitalize;
	font-weight: 700;
}
.call-out .thm-btn {
	margin-bottom: 50px;
	background: #fff;
	color: #48c0af;
}
.call-out .thm-btn:hover {
	background: #222;
}
/*** 

====================================================================
  fact-counter
====================================================================

***/

.fact-counter {
	position: relative;
	padding: 100px 0 100px;
	background-attachment: fixed;
}
.fact-counter:before {
	position: absolute;
	content: "";
	/*background: #263d4f;*/background: #000;
	/*opacity: .9;*/opacity: .75;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.fact-counter .column .hexagon {
	background: transparent;
	border-color: #fff;
	margin-bottom: 40px;
	border-width: 3px;
}
.fact-counter .column {
	position: relative;
	text-align: center;
	margin-bottom: 50px;
}
.fact-counter .column .count-text {
	position: relative;
	z-index: 999;
	font-size: 30px;
	font-weight: 700;
	top: 0;
	font-family: 'Open Sans', sans-serif;
	color: #fff;
}
.fact-counter .column .count-text-kk {
	position: relative;
	z-index: 999;
	font-size: 30px;
	font-weight: 700;
	top: 0;
	font-family: 'Open Sans', sans-serif;
	color: #fff;
}
.fact-counter .hexagon:before, .fact-counter .hexagon:after {
	background: transparent;
	border-color: #fff;
	border-width: 4px;
	right: 10px;
}
.fact-counter .column i {
	font-size: 50px;
	border-radius: 50%;
	height: 100px;
	line-height: 100px;
	width: 100px;
	margin-bottom: 25px;
	position: relative;
	color: #ffffff;
	background: #48c0af;
}
.fact-counter .column h4 {
	color: #fff;
	font-size: 20px;
	margin-top: 10px;
}
.fact-counter .column p {
	color: #50d1bf;
}
/*** 

====================================================================
  testimonial section
====================================================================

***/

.testimonial {
	position: relative;
	background: #1e1e1e;
}
.testimonial.style-3 {
	background-color: #fff;
}
.testimonial .section-title h1 {
	color: #fff;
}
.testimonial .section-title p {
	color: #999;
}
.testimonial .testimonial-item {
	position: relative;
	padding: 46px 40px;
	padding-right: 30px;
	/*background: #262525;*/
}
.testimonial.style-3 .testimonial-item {
	padding-top: 55px;
	margin-bottom: 30px;
}
.testimonial .testimonial-item .content {
	position: relative;
}
.testimonial .testimonial-item .qoute {
	position: absolute;
	left: 14px;
	top: 10px;
	font-size: 30px;
	color: #fe7008;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}
.testimonial .testimonial-item .content p {
	margin-bottom: 30px;
	line-height: 26px;
	font-size: 14px;
	color: #fff;
	min-height:160px;
}
.testimonial.style-3 .testimonial-item .content p {
	font-size: 15px;
}
.testimonial .testimonial-item .author .img-box {
	display: inline-block;
	height: 70px;
	width: 70px;
	border-radius: 50%;
	overflow: hidden;
	vertical-align: middle;
}
.testimonial .testimonial-item .author .title {
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;
}
.testimonial .testimonial-item .author .title h5 {
	font-size: 16px;
	color: #ff8400;
	font-weight:bold;
}
.testimonial .testimonial-item .author .title p {
	color: #fff;
	margin-top: 6px;
	font-size:13px;
	line-height:20px;
}
}
.testimonial .owl-theme .owl-nav {
	margin-bottom: 60px;
	top: inherit;
	bottom: 100%;
}
/*** 

====================================================================
  Gallery section
====================================================================

***/

.gallery {
	position: relative;
}
.gallery .single-item {
	padding-bottom: 30px;
}
.gallery .owl-theme .owl-nav {
	margin-bottom: 60px;
	/*top: 50%;*/top: 100%;
	/*margin-top: -18px;*/margin-top: 0px;
	left: 0;
}
.gallery .owl-theme .owl-nav .owl-next {
	position: absolute;
	/*right: -60px;*/right:20px;
}
.gallery .owl-theme .owl-nav .owl-prev {
	position: absolute;
	/*left: -60px;*/right:80px;
	margin: 0;
}
/*** 

====================================================================
  brand-logo section
====================================================================

***/

.brand-logo {
	position: relative;
}
.brand-logo .section-title {
	margin-bottom: 30px;
}
.brand-logo .partner-column {
	padding-bottom: 20px;
}
.brand-logo .owl-theme .owl-nav {
	left: -6px;
	margin-top: 59px;
}
.brand-logo .award-column {
	position: relative;
	padding-left: 70px;
	border-left: 1px solid #d5d6e9;
	padding-bottom: 20px;
}
.brand-logo .award-column li {
	margin-right: 30px;
}
.brand-logo .award-column li:last-child {
	margin-right: 0px;
}
/*** 

====================================================================
  default-blog section
====================================================================

***/

.default-blog {
	position: relative;
	margin-bottom: 40px;
	border: 1px solid #f4f4f4;
}
.default-blog .content {
	padding: 0 20px 20px;
}
.default-blog .img-box {
	position: relative;
	overflow: hidden;
}
.default-blog .caption {
	padding: 10px 0px;
	color: #333;
	font-size: 18px;
	font-weight: 600;
	font-family: "Montserrat", sans-serif;
}
.default-blog .caption a {
	color: #333;
	font-size: 18px;
	font-weight: 600;
	font-family: "Montserrat", sans-serif;
 -webkit-transition: .5s ease;
 -moz-transition: .5s ease;
 -ms-transition: .5s ease;
 -o-transition: .5s ease;
 transition: .5s ease;
}
.default-blog .caption a:hover {
	color: #48c0af;
 -webkit-transition: .5s ease;
 -moz-transition: .5s ease;
 -ms-transition: .5s ease;
 -o-transition: .5s ease;
 transition: .5s ease;
}
.default-blog .post-meta {
	position: relative;
	font-size: 14px;
	border-top: 0px;
}
.default-blog .post-meta span {
	margin-right: 20px;
}
.default-blog .post-meta i {
	margin-right: 0;
}
.default-blog .post-meta a {
	position: absolute;
	right: 0;
	top: 24px;
	width: 28px;
	border-radius: 50%;
	text-align: center;
	line-height: 28px;
	height: 28px;
	background: #333;
	font-size: 14px;
	color: #ffffff;
}
/*** 

====================================================================
  request & callback
====================================================================

***/

.requwst-callback {
	position: relative;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}
.requwst-callback:before {
	position: absolute;
	content: "";
	background: rgba(0, 0, 0, 0.75);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.requwst-callback .content {
	margin-bottom: 50px;
}
.requwst-callback .content h1 {
	font-weight: 700;
	color: #fff;
	margin-bottom: 10px;
	line-height: 48px;
}
.requwst-callback .content h1 span {
	color: #48c0af;
}
.requwst-callback .content p {
	color: #fff;
}
.requwst-callback h4 {
	color: #fff;
	margin-bottom: 20px;
}
.requwst-callback .thm-btn {
	width: 100%;
}
/*=============== default-sidebar ====================*/

.default-sidebar {
	padding-bottom: 100px;
}
.default-sidebar .list {
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: 5px solid #48c0af;
	margin-bottom: 50px;
}
.default-sidebar .list li {
	list-style: none;
	position: relative;
	padding: 12px 0;
	margin-bottom: 2px;
	border: 1px solid #e3e4f1;
}
.default-sidebar .list li:last-child {
}
.default-sidebar .list li.active a {
	color: #48c0af;
}
.default-sidebar .list li a {
	display: block;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	color: #333;
	font-weight: 700;
	line-height: 30px;
	padding-left: 54px;
	transition: all 0.5s ease;
	position: relative;
}
.default-sidebar .list li.active a, .default-sidebar .list li a:hover {
	color: #48c0af;
}
.default-sidebar .list li a:before {
	content: "\f102";
	position: absolute;
	font-size: 16px;
	font-family: FontAwesome;
	left: 30px;
	top: 1px;
	transform: rotate(-90deg);
 -webkit-transition: .5s ease-in-out;
 transition: .5s ease-in-out;
}
/*============== contact-info =============*/

.default-sidebar .contact-info {
	margin-bottom: 55px;
}
.default-sidebar .contact-info li {
	position: relative;
	padding-left: 30px;
	font-size: 15px;
	color: #223364;
	line-height: 23px;
	margin-bottom: 17px;
}
.default-sidebar .contact-info li a {
	color: #223364;
}
.default-sidebar .contact-info li i {
	font-size: 15px;
	color: #223364;
	position: absolute;
	left: 0;
	top: 5px;
}
/*======== downloadlink ===========*/

.default-sidebar .thm-btn {
	font-size: 14px;
	text-transform: capitalize;
	margin-bottom: 15px;
}
.default-sidebar .thm-btn i {
	margin-right: 10px;
	transform: rotate(0deg);
}
/*========= testimonial ============*/

.single-cause h1 {
	font-weight: 700;
	margin-bottom: 30px;
}
/*========= testimonial ============*/

.testimonial-style2 .testimonial-item .content {
	position: relative;
	padding: 40px 25px;
	margin-bottom: 20px;
	border: 1px solid #d7d7d7;
}
.testimonial-style2 .testimonial-item .content {
	position: relative;
}
.testimonial-style2 .testimonial-item .qoute {
	position: absolute;
	left: 25px;
	top: 0;
	font-size: 20px;
	color: #48c0af;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}
.testimonial-style2 .testimonial-item .author .img-box {
	display: inline-block;
	padding-right: 10px;
	height: 70px;
	width: 70px;
	border-radius: 50%;
	overflow: hidden;
	vertical-align: middle;
}
.testimonial-style2 .testimonial-item .author .title {
	display: inline-block;
	vertical-align: middle;
}
.testimonial-style2 .testimonial-item .author .title h5 {
	font-size: 16px;
}
.testimonial-style2 .testimonial-item .author .title p {
	font-style: italic;
	font-size: 14px;
}
.testimonial-style2 .owl-controls {
	text-align: center;
	display: block;
	position: absolute;
	bottom: -50px;
	right: 0;
}
.testimonial-style2 .owl-dots .owl-dot {
	display: inline-block;
}
.testimonial-style2 .owl-dots .owl-dot span {
	background: none repeat scroll 0 0 #ff9a00;
	border-radius: 50%;
	display: block;
	background: #48c0af;
	height: 10px;
	width: 10px;
	margin: 5px 3px;
 transition: .5s ease;
}
.testimonial-style2 .owl-dots .owl-dot.active span {
	background-color: #dbdbdb;
	width: 50px;
	border-radius: 10px;
 transition: .5s ease;
}
/*** 

====================================================================
  all cause
====================================================================

***/

.all-cause {
	position: relative;
	padding-top: 70px;
}
.all-cause .single-item {
	position: relative;
	margin-bottom: 30px;
}
.all-cause .single-item .inner-box {
	position: relative;
	overflow: hidden;
}
.all-cause .single-item .inner-box .image-box {
	position: relative;
}
.all-cause .single-item .inner-box .image-box img {
	position: relative;
	width: 100%;
	display: block;
}
.all-cause .single-item .inner-box .image-box .overlay-box {
	position: absolute;
	left: 0px;
	bottom: -100%;
	padding: 8px 35px;
	width: 100%;
	text-align: center;
	background-color: rgb(32, 51, 100);
	transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-webkit-transition: all 0.8s ease;
	-ms-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
}
.all-cause .single-item .inner-box .image-box:hover .overlay-box {
	bottom: 0;
}
.all-cause .single-item .inner-box .image-box .overlay-box h4 {
	position: relative;
	font-size: 20px;
	color: #ffffff;
	font-weight: 600;
	text-transform: capitalize;
}
.all-cause .single-item .inner-box .overlay-box p {
	line-height: 23px;
	color: #fff;
}
/* single cause */

.cause-plan {
	margin-top: 45px;
	margin-bottom: 60px;
}
.cause-plan .content {
	margin-bottom: 30px;
}
.cause-plan h3 {
	font-weight: 600;
}
.cause-plan .rating {
	margin-bottom: 10px;
	margin-top: 5px;
}
.cause-information {
	border: 1px solid #d7d7d7;
}
.cause-information li {
	border-bottom: 1px solid #d7d7d7;
	padding: 16px 18px;
	font-size: 15px;
}
.cause-information li i {
	margin-right: 4px;
}
.cause-information li:last-child {
	border-bottom: 0px;
}
/*========== market plan ===========*/

.market-plan {
	padding: 60px 0 40px;
}
.market-plan h2 {
	font-weight: 700;
	margin-bottom: 45px;
}
.market-plan .img-box {
	margin-bottom: 60px;
}
.market-plan .content {
	margin-bottom: 60px;
}
.market-plan .content p {
	margin-bottom: 30px;
}
.market-plan .content ul li {
	margin-bottom: 20px;
	font-size: 15px;
	color: #333;
	font-weight: 700;
}
.market-plan .content ul li i {
	margin-right: 20px;
	color: #48c0af;
}
/*** 

====================================================================
  audit and assurance
====================================================================

***/


/*========== market plan ===========*/

.market-plan2 {
	padding: 60px 0 0px;
}
.market-plan2 h2 {
	font-weight: 700;
	margin-bottom: 45px;
}
.market-plan2 .content {
	margin-top: 20px;
}
.market-plan2 .content p {
	margin-bottom: 30px;
}
.market-plan2 .content ul li {
	margin-bottom: 15px;
	font-size: 15px;
	color: #333;
}
.market-plan2 .content ul li i {
	margin-right: 12px;
	color: #48c0af;
}
.market-plan3 {
	margin-bottom: 80px;
}
.market-plan3 h2 {
	font-weight: 700;
	margin: 0px 0 40px;
}
/*** 

====================================================================
  contact_area
====================================================================

***/

.contact_area {
	position: relative;
	padding: 80px 0 50px;
}
.contact_area .contact-bg {
	background: #fff;
	border-radius: 5px;
	width: 100%;
	left: 0;
	top: 0;
	position: relative;
	margin-bottom: 80px;
}
.contact-info-area {
	box-shadow: 0 0 13px 9px rgba(0, 0, 0, 0.02);
	padding: 50px;
}
.contact-bg .contact-info .icon-box {
	font-size: 40px;
	color: #48c0af;
	margin-bottom: 20px;
}
.contact-bg .contact-info h5 {
	font-size: 16px;
	margin-bottom: 8px;
}
.contact_area h1 {
	position: relative;
	font-weight: 700;
	margin-bottom: 35px;
	line-height: 44px;
}
.contact-bg p {
	color: #666;
}
.contact-bg .contact-form {
	position: relative;
}
.contact-bg .contact-info {
	text-align: center;
}
.contact-bg .contact-info li {
	position: relative;
	padding-left: 30px;
	font-size: 15px;
	color: #666666;
	line-height: 30px;
	margin-bottom: 14px;
}
.contact-bg .contact-info li a {
	position: relative;
	font-size: 15px;
	color: #48c0af;
	padding-left: 20px;
}
.contact-bg .contact-info li a i {
	font-size: 15px;
	margin-right: 5px;
}
.contact-bg .contact-info li i {
	font-size: 20px;
	color: #00b7f2;
	position: absolute;
	left: 0px;
	top: 8px;
}
.contact-bg .thm-btn {
	background: #333;
	border-radius: 25px;
	padding: 0 50px;
}
/*** 

====================================================================
  google map Section
====================================================================

***/

.home-google-map #contact-google-map {
	width: 100%;
	height: 450px;
}
.home-google-map .gmnoprint {
	display: none;
}
/*** 

====================================================================
  our leader Section
====================================================================

***/

.our-leader {
	position: relative;
	margin-top: 100px;
}
.our-leader .item {
	margin-bottom: 50px;
}
.our-leader .img-box {
	position: relative;
	overflow: hidden;
	border-radius: 5px;
}
.our-leader .img-box .caption {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: -100%;
 transition: .5s ease;
}
.our-leader .img-box:hover .caption {
	bottom: 0%;
 transition: .5s ease;
}
.our-leader .img-box .caption li {
	width: 33.333%;
	line-height: 50px;
	display: inline-block;
	text-align: center;
	margin: 0 -2px;
}
.our-leader .img-box .caption li.fb {
	background: #00529c;
}
.our-leader .img-box .caption li.twit {
	background: #00acee;
}
.our-leader .img-box .caption li.link {
	background: #0071ad;
}
.our-leader .img-box .caption li a {
	color: #fff;
	font-size: 24px;
}
.our-leader .content h4 {
	font-size: 20px;
	font-weight: 600;
	margin: 20px 0 5px;
}
.our-leader .content .author-title {
	font-style: italic;
	margin-bottom: 11px;
}
.our-leader .content .default-link {
	color: #333;
	font-size: 12px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	margin-top: 12px;
}
.our-leader .content .default-link i {
	transform: rotate(-90deg);
}
/*** 

====================================================================
  Single News
====================================================================

***/

.single-blog-page .default-blog {
	border: 0px;
}
.single-blog-page .default-blog .content {
	padding: 0px;
}
.single-blog-page .content blockquote {
	background: #f6f7f8;
	padding: 30px 30px 30px 80px;
	position: relative;
	border: 0;
	margin-top: 30px;
	font-size: 18px;
	font-style: italic;
	color: #999;
	border-left: 2px solid #48c0af;
}
.single-blog-page .content blockquote:before {
	content: "\201C";
	font-family: Georgia, serif;
	font-size: 85px;
	font-weight: bold;
	color: #aaaaaa;
	position: absolute;
	left: 17px;
	top: 6px;
}
.single-blog-page .share-box {
	margin-top: 30px;
	border-top: 1px solid #f4f4f4;
	padding-top: 30px;
}
.single-blog-page .share-box p {
	font-size: 18px;
	color: #333;
	font-weight: 700;
}
/*=========== comment-area ==========*/

.sidebar-page-container .comments-area {
	position: relative;
	margin-bottom: 70px;
}
.sidebar-page-container .group-title {
	position: relative;
	margin-bottom: 40px;
}
.team-details .group-title {
	position: relative;
	margin-bottom: 50px;
	text-align: left;
}
.sidebar-page-container .group-title h2 {
	font-size: 18px;
	text-transform: uppercase;
	color: #1c1c1c;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
}
.sidebar-page-container .group-title h2:before {
	content: '';
	position: absolute;
	left: 0px;
	bottom: -18px;
	width: 20px;
	border-bottom: 3px solid #24a0de;
}
.sidebar-page-container .group-title h2:after {
	content: '';
	position: absolute;
	left: 22px;
	bottom: -18px;
	width: 20px;
	border-bottom: 3px solid #24a0de;
}
.comments-area .comment-box {
	position: relative;
}
.comments-area .comment {
	position: relative;
	margin-bottom: 35px;
	padding-bottom: 30px;
	border-bottom: 1px solid #e5e5e5;
}
.comments-area .comment-box .comment:last-child {
	padding-bottom: 0px;
	border: none;
}
.comments-area .comment .comment-content {
	position: relative;
	padding: 0px;
}
.comments-area .reply-comment {
	margin-left: 100px;
}
.comments-area .comment .comment-inner {
	position: relative;
	padding-left: 130px;
	min-height: 110px;
}
.comments-area .comment .author-thumb {
	position: absolute;
	left: 0px;
	top: -1px;
	width: 110px;
}
.comments-area .comment .author-thumb img {
	width: 100%;
	display: block;
}
.comments-area .comment .comment-info {
	position: relative;
	top: 2px;
	color: #777777;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 7px;
}
.comments-area .comment .comment-info h4 {
	position: relative;
	color: #222222;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
}
.comments-area .comment .text {
	line-height: 1.9em;
	font-size: 15px;
	text-align: justify;
}
.comments-area .comment .reply {
	position: absolute;
	right: 0px;
	top: 15px;
	color: #48c0af;
	font-size: 14px;
	font-weight: 700;
	display: inline-block;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.comments-area .comment .reply .fa {
	font-style: normal;
	padding-right: 5px;
}
/*=========== sidebar ==========*/

.sidebar-title h3 {
	font-size: 24px;
	margin-bottom: 15px;
	color: #333;
	border-bottom:1px solid #333;
	padding-bottom:8px;
}
.sidebar .sidebar-search {
	margin-bottom: 50px;
}
.sidebar .sidebar-search .form-group {
	position: relative;
}
.sidebar .sidebar-search .form-group input[type="text"], .sidebar .sidebar-search .form-group input[type="search"] {
	position: relative;
	line-height: 24px;
	padding: 15px 40px 15px 20px;
	border: 1px solid #f4f4f4;
	background: #ffffff;
	color: #222222;
	border-radius: 27px;
	display: block;
	font-size: 14px;
	width: 100%;
	height: 55px;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}
.sidebar .sidebar-search .form-group input:focus {
	border-color: #24a0de;
}
.sidebar .sidebar-search .form-group button {
	position: absolute;
	right: 0px;
	top: 0px;
	height: 55px;
	width: 50px;
	line-height: 55px;
	text-align: center;
	display: block;
	font-size: 14px;
	color: #333;
	font-weight: normal;
}
.sidebar .sidebar-search .form-group input:focus+button, .sidebar .sidebar-search .form-group button:hover {
	color: #48c0af;
}
/* categories*/

.sidebar .sidebar-categories {
	margin-bottom: 50px;
}
.sidebar .sidebar-categories .list li a {
	position: relative;
	display: block;
	color: #999;
	font-size: 14px;
	font-weight: 400;
	line-height: 26px;
	padding: 5px 0px 5px 15px;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}
.sidebar .sidebar-categories .list li a:hover {
	color: #48c0af;
 -webkit-transition: .5s ease;
 -moz-transition: .5s ease;
 -ms-transition: .5s ease;
 -o-transition: .5s ease;
 transition: .5s ease;
}
.sidebar .sidebar-categories .list li a:before {
	font-family: 'FontAwesome';
	content: "\f101";
	position: absolute;
	left: 0px;
	top: 5px;
	display: block;
	line-height: 26px;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	z-index: 5;
}
/*=========== post ==========*/

.sidebar-posts {
	margin-bottom: 50px;
}
.sidebar-posts .post {
	position: relative;
	padding-left: 90px;
	margin-bottom: 25px;
}
.sidebar-posts .post a {
	color: #333;
	font-size: 15px;
	margin-bottom: 8px;
}
.sidebar-posts .post .post-thumb {
	position: absolute;
	left: 0;
	top: 4px;
}
.sidebar-posts .post a i {
	margin-right: 6px;
	color: #48c0af;
}
/*=========== tag ==========*/

.sidebar-tags a {
	color: #fff;
	/*border: 1px solid #f1f1f1;*/
	background-color:#03ac97;
	padding: 5px 14px;
	margin-bottom: 4px;
}
/*=========== post pagination ==========*/

.post_pagination {
	position: relative;
	text-align: center;
}
.post_pagination li {
	display: inline-block;
}
.post_pagination li a {
	font-family: 'Open Sans', sans-serif;
	color: #333;
	font-size: 14px;
	font-weight: 600;
	margin: 0 4px;
 transition: .5s ease;
}
.post_pagination li a:hover, .post_pagination li.active a {
	color: #48c0af;
 transition: .5s ease;
}
.post_pagination li a i.left {
	transform: rotate(90deg);
}
.post_pagination li a i.right {
	transform: rotate(-90deg);
}
/*** 

====================================================================
  our location
====================================================================

***/

.company-location {
	position: relative;
}
.company-location h3.title {
	font-size: 26px;
	font-weight: 700;
	color: #333;
	padding: 50px 0 30px;
}
.company-location .img-box {
	position: relative;
	float: left;
}
.company-location .caption {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	background: rgba(0, 183, 241, 0.9);
	color: #fff;
	padding: 20px 0;
	font-weight: 600;
	text-align: center;
}
.company-location .overlay {
	position: absolute;
	text-align: center;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 0%;
	background: rgba(0, 0, 0, 0.7);
 transition: .5s cubic-bezier(0.4, 0, 1, 1);
	opacity: 0;
	visibility: hidden;
}
.company-location .img-box:hover .overlay {
	height: 100%;
 transition: .5s cubic-bezier(0.4, 0, 1, 1);
	opacity: 1;
	visibility: visible;
}
.company-location .overlay .content {
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.company-location .overlay a {
	position: relative;
	top: -35px;
	color: #fff;
	font-size: 30px;
}
/*** 

====================================================================
  job-list
====================================================================

***/

.job-list {
	position: relative;
}
.job-list h3 {
	font-size: 28px;
	color: #333;
	font-weight: 700;
	margin: 35px 0 20px;
}
.job-list .search-option {
	position: relative;
	padding-right: 90px;
	margin-top: 30px;
	margin-bottom: 25px;
	margin-right: 33px;
}
.job-list .search-option input {
	border: 1px solid #d7d7d7;
	line-height: 58px;
	width: calc(50% - 15px);
	margin-right: 15px;
	padding: 0 30px;
	color: #606a83;
	float: left;
}
.job-list .search-option .thm-btn {
	position: absolute;
	right: 0;
	top: 0;
	border-radius: 0px;
	line-height: 60px;
}
.job-list .search-option .thm-btn i {
	transform: rotate(0deg);
}
.job-list .inner-box {
	position: relative;
}
.job-list .inner-box .icon-box {
	position: relative;
	height: 40px;
	width: 40px;
	line-height: 40px;
	color: #fff;
	background: #48c0af;
	border-radius: 50%;
	text-align: center;
	font-size: 15px;
	margin: 0 auto;
	margin-top: 2px;
}
.job-list .inner-box .meta-info {
}
.job-list .inner-box .meta-info p {
	color: #333;
	font-size: 15px;
}
.job-list .inner-box .meta-info ul li {
}
.job-list .inner-box .meta-info ul li a {
	color: #333;
	font-size: 13px;
	font-style: italic;
	margin-right: 15px;
 transition: .5s ease;
}
.job-list .inner-box .meta-info ul li a:hover {
	color: #48c0af;
 transition: .5s ease;
}
.job-list .inner-box .meta-info ul li a i {
	margin-right: 5px;
}
.job-list .inner-box .link-box .thm-btn {
	line-height: 30px;
	font-size: 13px;
	padding: 0 25px;
	margin-top: 6px;
}
.job-list .inner-box .link-box .thm-btn:hover {
	background: #fff;
}
.job-list .inner-box .table-hover>tbody>tr>td {
	border-color: #fff;
}
.job-list .inner-box .table-hover>tbody>tr>td.link {
	max-width: 150px;
	text-align: center;
}
.job-list .inner-box .table-hover>tbody>tr>td.icon {
	max-width: 90px;
	text-align: center;
}
.job-list .inner-box .table-hover>tbody>tr>td.content {
	text-align: left;
}
.job-list .inner-box .table-hover>tbody>tr:hover>td, .job-list .inner-box .table-hover>tbody>tr.active td {
	background: #333;
 transition: .7s ease;
}
.job-list .inner-box .table-hover>tbody>tr:hover>td .meta-info p, .job-list .inner-box .table-hover>tbody>tr.active td .meta-info p {
	color: #fff;
 transition: .7s ease;
}
.job-list .inner-box .table-hover>tbody>tr:hover>td .meta-info ul li a, .job-list .inner-box .table-hover>tbody>tr.active td .meta-info ul li a {
	color: #fff;
 transition: .7s ease;
}
.job-list .inner-box .table-hover>tbody>tr td .meta-info ul li a:hover {
	color: #48c0af;
}
.job-list .load-more {
	position: relative;
	font-size: 14px;
	line-height: 50px;
	font-family: 'Open Sans', sans-serif;
	font-style: italic;
	color: #333;
	border-radius: 5px;
	display: inline-block;
	border: 1px solid #d7d7d7;
	margin-top: 40px;
	padding: 0 38px;
 transition: all .5s cubic-bezier(0.4, 0, 1, 1);
}
/*** 

====================================================================
  job-details
====================================================================

***/

.job-details .post-meta {
	position: relative;
	margin-bottom: 40px;
}
.job-details .post-meta p {
	font-size: 18px;
	line-height: 30px;
	font-weight: 600;
	color: #333;
}
.job-details .post-meta p i {
	margin-right: 5px;
}
.job-details h3 {
	font-size: 28px;
	color: #333;
	font-weight: 700;
	padding-bottom: 20px;
	margin: 35px 0 35px;
	border-bottom: 1px solid #d7d7d7;
}
.job-details .list-style-5 {
	position: relative;
}
.job-details .list-style-5 li {
	position: relative;
	margin-top: 20px;
	font-size: 15px;
	color: #333;
}
.job-details .list-style-5 li i {
	color: #48c0af;
	margin-right: 10px;
}
.check-item li {
	display: inline-block;
	margin-right: 20px;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	color: #333;
	font-weight: 700;
	margin-bottom: 20px;
}
.check-item input#roundedTwo {
	display: inline-block;
	margin-right: 10px;
}
/*** 

====================================================================
  about section
====================================================================

***/

.about-section {
	position: relative;
}
.about-section .content h2 {
	font-weight: 700;
	margin-bottom: 30px;
}
/*why-chooseus*/
.why-chooseus {
	position: relative;
	background-color: #f7f7f7;
}
.why-chooseus .content {
	margin-bottom: 50px;
}
.why-chooseus .content h4 {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 20px;
}
.why-chooseus .content .link a {
	font-size: 14px;
	font-weight: 700;
	color: #48c0af;
	text-transform: uppercase;
	margin-top: 15px;
}
/*pricing*/
.pricing-section {
	position: relative;
}
.pricing-section .single-item {
	margin-bottom: 50px;
	text-align: center;
	padding: 70px 15px;
	box-shadow: 0px 0px 80px 0px rgba(0, 0, 0, .1);
}
.pricing-section .single-item .icon-box {
	font-size: 40px;
	color: #48c0af;
	margin-bottom: 30px;
}
.pricing-section .single-item .title {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 20px;
}
.pricing-section .single-item .price {
	font-size: 40px;
	margin-bottom: 20px;
}
.pricing-section .single-item .month {
	font-size: 20px;
	margin-bottom: 20px;
}
.pricing-section .single-item ul li {
	margin-bottom: 8px;
}
.pricing-section .single-item ul {
	margin-bottom: 30px;
}
/*** 

====================================================================
  team section
====================================================================

***/

.team-section {
	background-color: #fff;
}
.team-section .single-team {
	margin-bottom: 50px;
}
.team-section .NextArrow {
	position: absolute;
	right: -50px;
	top: 50%;
	width: 50px;
	height: 50px;
	line-height: 50px;
	margin-top: -25px;
	background: #003445;
	color: #fff;
	font-size: 30px;
 transition: .4s
}
.team-section .PrevArrow {
	position: absolute;
	left: -50px;
	top: 50%;
	width: 50px;
	height: 50px;
	line-height: 50px;
	margin-top: -25px;
	z-index: 5;
	background: #003445;
	color: #fff;
	font-size: 30px;
 transition: .4s
}
.team-section .PrevArrow:hover, .team-section .NextArrow:hover {
	background: #fde428;
	color: #003445
}
.team-section .single-team .teamthumb:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.74);
	opacity: 0;
	visibility: hidden;
 -webkit-transition: .5s ease;
 -moz-transition: .5s ease;
 -ms-transition: .5s ease;
 -o-transition: .5s ease;
 transition: .5s ease;
}
.team-section .single-team:hover .teamthumb:before {
	opacity: 1;
	visibility: visible;
 -webkit-transition: .5s ease;
 -moz-transition: .5s ease;
 -ms-transition: .5s ease;
 -o-transition: .5s ease;
 transition: .5s ease;
}
.team-section .single-team:hover .teamthumb .team-social a {
	left: 0;
}
.team-section .single-team .teamthumb {
	position: relative;
	overflow: hidden;
}
.team-section .single-team .teamthumb img {
 transition: .4s;
}
.team-section .single-team .teamthumb .team-social {
	position: absolute;
	width: 60px;
	top: 30px;
	text-align: center;
	left: 10px;
}
.team-section .single-team .teamthumb .team-social a {
	display: block;
	width: 40px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	color: #48c0af;
	background: #ffffff;
	margin-bottom: 5px;
 transition: .4s;
	position: relative;
	left: -100px;
	box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.11);
}
.team-section .single-team .teamthumb .team-social a:nth-child(even) {
 transition-delay: .1s;
}
.team-section .single-team .team-title {
	padding: 10px 20px;
	padding-top: 20px;
	border-top: 0;
	border-right: 1px solid #eee;
	border-left: 1px solid #eee;
	border-bottom: 1px solid #eee;
	color: #003445;
}
.team-section .single-team .team-title h4 {
	font-weight: 700;
	margin-bottom: 8px;
	color: #222;
}
.team-section .single-team .team-title p {
	color: #48c0af;
}
.team-section .single-team .team-contact {
	padding: 10px 20px;
	padding-bottom: 20px;
	border-right: 1px solid #eee;
	border-left: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.team-section .single-team .team-contact ul li {
	line-height: 26px;
}
.team-section .single-team .team-contact ul li span {
	padding-right: 10px;
	font-weight: 700;
	color: #003445;
}
/*** 

====================================================================
  404 page section
====================================================================

***/

.error-page {
	position: relative;
}
.error-page .content {
	text-align: center;
}
.error-page .content h1 {
	font-size: 150px;
	font-weight: 700;
	margin-bottom: 20px;
}
.error-page .content p {
	margin-bottom: 30px;
	font-size: 18px;
}
h3.v-heading span:after {
	left: 100%;
	margin-left: 15px;
}
h3.v-heading span:before, h3.v-heading span:after {
	border-color: #DDD;
}
h3.v-center-heading span:before, h3.v-center-heading span:after {/*max-width: 30px;*/
	margin: 0px -10px;
}
h3.v-heading span:before {
	right: 100%;
}
h3.v-heading span:before, h3.v-heading span:after {
	content: "";
	position: absolute;
	height: 7px !important;
	border-top: 2px solid #e0e0e0;
	top: 1px;
	width: 1200px;
}
h3.v-heading span img, h3.v-heading span img {
	margin-top:-20px;
}
h3.v-center-heading span {
	padding: 0px 20px;
	position: relative;
	z-index: 5;
	display: inline-block;
	text-align: center;
	line-height: 2px !important;
	font-weight: 600;
	color: #4A4A4A;
}
h3.v-center-heading {
	display: block !important;
	margin: 20px auto 45px;
	text-align: center;
	font-weight: 600;
	max-width: 100%;
}
h3.v-heading {
	padding: 10px 0px;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 2px !important;
	white-space: nowrap;
}
/*.kk_heading   .kk_center_heading*/
.kk_solutions_services {
	min-height:70px;
	font-size:16px
}
.kk_sol_ser {
	font-size:16px;
	text-align:justify;
	;
	border-bottom:1px dotted #36b7a7;
	margin-bottom:20px;
	padding-bottom:12px;
}
.kk_mrg {
	margin-top:-36px;
}
.kk_heading span:after {
	left: 100%;
	margin-left: 15px;
}
.kk_heading span:before, .kk_heading span:after {
	border-color: #ddd;
}
.kk_center_heading span:before, .kk_center_heading span:after {/*max-width: 30px;*/
	margin: 0px -10px;
}
.kk_heading span:before {
	right: 100%;
}
.kk_heading span:before, .kk_heading span:after {
	content: "";
	position: absolute;
	height: 7px !important;
	border-top: 2px solid #e0e0e0;
	/*top: 1px;*/top: 3px;
	width: 1200px;
}
.kk_heading span img, .kk_heading span img {	/*margin-top:-27px;*/
	margin-top:-38px;
}
.kk_heading_12 span:after {
	left: 100%;
	margin-left: 15px;
}
.kk_heading_12 span:before, .kk_heading_12 span:after {
	border-color: #ddd;
}
.kk_center_heading span:before, .kk_center_heading span:after {/*max-width: 30px;*/
	margin: 0px -10px;
}
.kk_heading_12 span:before {
	right: 100%;
}
.kk_heading_12 span:before, .kk_heading_12 span:after {
	content: "";
	position: absolute;
	height: 7px !important;
	border-top: 2px solid #e0e0e0;
	top: 1px;
	width: 1200px;
}
.kk_heading_12 span img, .kk_heading_12 span img {
	margin-top:-37px;
}
.kk_center_heading12 span {
	padding: 0px 20px;
	position: relative;
	z-index: 5;
	display: inline-block;
	text-align: center;
	line-height: 2px !important;
	font-weight: 600;
	color: #4A4A4A;
}
.kk_center_heading12 {
	display: block !important;
	margin: -3px auto 15px;
	text-align: center;
	font-weight: 600;
	max-width: 100%;
}
.kk_clent span img {
	margin-top: -40px;
	margin-bottom:40px;
}
.kk_clent {
	text-align:center
}
.kk_center_heading span {
	padding: 0px 20px;
	position: relative;
	z-index: 5;
	display: inline-block;
	text-align: center;
	line-height: 2px !important;
	font-weight: 600;
	color: #4A4A4A;
}
.kk_center_heading {
	display: block !important;
	margin: -38px auto 15px;/* margin: 20px auto 45px;*/
	text-align: center;
	font-weight: 600;
	max-width: 100%;
}
.kk_center_heading2 {
	display: block !important;
	margin: -120px auto 15px;
}
.kk_center_heading22 {
	width:100%;
}
.kk_center_heading22 img {
	margin-top:-124px;
}
.kk_heading {/*padding: 35px 0px;*/
	padding: 35px 0px 20px 0px;
	text-overflow: ellipsis;
	/*overflow: hidden;*/
	line-height: 2px !important;
	white-space: nowrap;
}
.kk_heading3 {/*padding: 35px 0px;*/
	padding: 35px 0px 20px 0px;
	text-overflow: ellipsis;
	/*overflow: hidden;*/
	line-height: 2px !important;
	white-space: nowrap;
}
.kk_heading3 span:after {
	left: 100%;
	margin-left: 15px;
}
.kk_heading3 span:before, .kk_heading3 span:after {
	border-color: #ddd;
}
.kk_heading3 span:before {
	right: 100%;
}
.kk_heading3 span:before, .kk_heading3 span:after {
	content: "";
	position: absolute;
	height: 7px !important;
	border-top: 2px solid #e0e0e0;
	top: 1px;
	width: 1200px;
}
.kk_heading3 span img, .kk_heading3 span img {
	margin-top:-38px;/*margin-top:-40px;*/
}
.kk_center_heading123 {
	display: block !important;
	margin: -38px auto 15px;
	text-align: center;
	font-weight: 600;
	max-width: 100%;
}
.kk_heading123 {
	padding: 35px 0px 20px 0px;
	text-overflow: ellipsis;
	/*overflow: hidden;*/
	line-height: 2px !important;
	white-space: nowrap;
}
.kk_heading123 span img {
	margin-top:-38px;
}
.kk_heading1 span:after {
	left: 100%;
	margin-left: 15px;
}
.kk_heading1 span:before, .kk_heading1 span:after {
	border-color: #ddd;
}
.kk_center_heading1 span:before, .kk_center_heading1 span:after {/*max-width: 30px;*/
	margin: 0px -10px;
}
.kk_heading1 span:before {
	right: 100%;
}
.kk_heading1 span:before, .kk_heading1 span:after {
	content: "";
	position: absolute;
	height: 7px !important;
	border-top: 2px solid #e0e0e0;
	top: 1px;
	width: 1200px;
}
.kk_heading1 span img, .kk_heading1 span img {
	margin-top:-39px;
}
.kk_center_heading1 span {
	padding: 0px 20px;
	position: relative;
	z-index: 5;
	display: inline-block;
	text-align: center;
	line-height: 2px !important;
	font-weight: 600;
	color: #4A4A4A;
}
.kk_center_heading1 {
	display: block !important;
	margin: -36px auto 45px;/* margin: 20px auto 45px;*/
	text-align: center;
	font-weight: 600;
	max-width: 100%;
}
.kk_heading1 {
	padding: 35px 0px;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 2px !important;
	white-space: nowrap;
}
.kk_transform {
	text-transform: uppercase;
}
.kk_bold {
	font-weight:bold;
}
.feature-box.feature-box-secundary-one .v-icon {
	color: #FFF;
}
.feature-box-icon.small .v-icon {
	line-height: 49px;
	height: 30px;
}
.feature-box-icon .v-icon {
	padding: 0px;
	display: block;
}
.v-icon {
	color: #2BB09D;
}
.v-icon {
	font-size: 30px;
	line-height: 32px;
	padding: 0px;
	width: auto;
	background-image: none;
}
.feature-box[class*="feature-box-secundary-"] .feature-box-icon {
 line-height: 19px;
}
.feature-box-icon {
	text-align: center;
	line-height: 12px;
}
/*.feature-box-icon img{width:100%}*/
.feature-box[class*="feature-box-secundary-"] img {
	/*left: 41%;*/left: 45%;
top: -55px;
margin: 0px 0px 0px -40px;
position: absolute;/*height: 150px;width: 148px;*/ /*width:58%;*/
width:110px;
height:auto;
}
.feature-box[class*="feature-box-secundary-"] .feature-box-icon {
background-color: #1E73BE;
}
 .feature-box[class*="feature-box-secundary-"] .feature-box-icon {
 left: 50%;
 top: -32px;
 border-radius: 999px;
 line-height: 19px;
 border: 0px none;
 margin: 0px 0px 0px -43px;
 transition: all 0.1s ease-in-out 0s;
 background: none repeat scroll 0% 0% #5482CD;
 position: absolute;
 height: 50px;
 width: 50px;
}
.feature-box-icon.small {
	padding: 18px;
}
.feature-box-icon {
	text-align: center;
	vertical-align: middle;
	box-sizing: content-box;
}
.feature-box[class*="feature-box-secundary-"] .feature-box-text {
 background: none repeat scroll 0% 0% padding-box #FFF;
    /*padding: 40px 25px 20px;*/padding: 40px 20px 20px;
 margin-top: 35px;
 margin-bottom: 20px;
 box-sizing: border-box;
 border-radius: 10px;
 box-shadow: 0px 1px 13px 0px rgba(0, 0, 0, 0.12);
}
.feature-box .feature-box-text {
	display: block;
}
.feature-box {
	display: block;
	position: relative;
	z-index: 2;
}
.feature-box[class*="feature-box-secundary-"] h3 {
 font-weight: 700;
 text-align: center;
}
.feature-box-text h3 {
	/*font-size: 20px;*/font-size: 18px;
	/*padding-top: 50px;*/padding-top: 36px;
	margin-bottom:20px;
}
.feature-box[class*="feature-box-secundary-"] .feature-box-text-inner {
 font-weight: 500;
 text-align: center;
}
.feature-box-text-inner {
	display: block;
	width: 100%;
	line-height: 165%;
}
.banner_info_kk h3 {
	font-size: 23px;
	margin-bottom: 5px;
	margin-top:22px;
	color:#333;
	font-weight:bold;
}
.banner_info_kk h3 a, .banner_info_kk h3 a:hover {
	color:#333;
	text-decoration:none;
}
.overflow-h {
	overflow: hidden;
}
.banner_info_kk.dark i {
	background: none repeat scroll 0% 0% #038472;
}
.banner_info_kk i {
	float: left;
	color: #fff;
	/*padding: 11px;
    min-width: 40px;*/
	height:70px;
	width:70px;
	line-height:70px;
	font-size: 30px;
	text-align: center;
	margin: 7px 20px 0px 0px;
}
.rounded-x {
	border-radius: 50% !important;
}
.social-icon_kk li {
	display: inline-block;
}
.social-icon_kk li a {
	display: inline-block;
	color: #999;
	/*margin-right: 15px;*/margin-right: 6px;
	font-size: 16px;
 transition: .5s ease;
	margin-top:30px;
	margin-bottom:30px;
}
.social-icon_kk li a:hover {
	color: #48c0af;
 transition: .5s ease;
}
.social-icon_kk li a .facebook, .social-icon_kk li a .in, .social-icon_kk li a .twitter, .social-icon_kk li a .tube, .social-icon_kk li a .insta {
	color: #fff; /*padding:5px 15px;*/
	padding:13px 20px;
	font-size: 25px;
	border-radius: 12px
}
.social-icon_kk li a .facebook {
	background-color:#3b629b;
	padding:13px 23px;
}
.social-icon_kk li a .in {
	background-color:#007bb6;
}
.social-icon_kk li a .twitter {
	background-color:#27aae2;
}
.social-icon_kk li a .tube {
	background-color:#fe0000;
}
.social-icon_kk li a .insta {
	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}
.kk_subscrib h2 {
	font-size:45px;
	font-weight:bold;
	line-height:55px;
	color:#fff;
	margin-bottom:15px
}
.kk_subscrib p {
	text-align:justify;
	color:#fff;
}
.kk_subscrib h5 {
	margin-bottom: 20px;
	font-size: 18px;
	line-height: 26px;
	color:#fff;
	font-weight:bold
}
.kk_subscrib h5 span {
	color:#2E284E;
	font-size:20px;
	font-weight:bold
}
.input-group-btn:last-child > .btn {
	margin-left: 0px;
}
.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
	z-index: 2;
	margin-left: -1px;
}
.input-group-btn {
	position: absolute;
	top: 0px; /*right: 53px;*/
	right: 100px;
	font-size: 0px;
	white-space: nowrap;
}
.btn-subscribe {
	color: #fff;
	background-color: #2e284e;
	border-color: #2e284e;
	padding: 16px 19px;
}
.btn-subscribe:hover {
	color: #fff;
}
.form-control.kk_subscrib_frm {
	height: 54px; /*width:90%*/
	width:85.8%
}
@media only screen and (min-width:200px) and (max-width:767px) {
 .input-group-btn {
right: 27%;
}
 .btn-subscribe {
padding: 16px 12px;
}
}
/**
 * 7.0 - Library
 *  7.5 - masonry
 */
/*------- masonry ----------*/
.masonry-header:before, .masonry-header:after {
	content:" ";
	display:table;
}
.masonry-header:after {
	clear:both;
}
.masonry-blog .masonry-item .item-wrap {
	background: #1f1f1f;
	text-align: center;
	padding: 15px 30px;
}
.masonry-blog .masonry-item .item-wrap {
	background: #fff;
	text-align: center;
	padding: 15px 30px;
}
.masonry-blog .masonry-item .item-wrap .item-title {
	text-transform: uppercase;
	margin-bottom: 1em;
}
.masonry-blog .masonry-item .item-wrap .item-title a {
	color:#e8b37d;
}
.masonry-blog .masonry-item .item-thumbnail {
	position: relative;
	background: transparent;
	padding-bottom: 30px;
	margin-bottom: 30px;
	overflow: hidden;
}
.masonry-blog .masonry-item .item-thumbnail .author-avatar {
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	width: auto;
	text-align: center;
	margin: 0 auto;
	top: auto;
	box-shadow: 0 0 0 10px #1f1f1f;
}
.masonry-blog .masonry-item .item-thumbnail .content-thumb {
	overflow: hidden;
}
.masonry-blog .masonry-item .item-thumbnail .content-thumb img {
	-webkit-filter: grayscale(1);
	-moz-filter: grayscale(1);
	-ms-filter: grayscale(1);
	-o-filter: grayscale(1);
	filter: grayscale(1);
	-webkit-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
	transition: all 0.6s ease 0s;
}
.masonry-blog .masonry-item .item-thumbnail .content-thumb:hover img {
	-webkit-filter: none;
	-moz-filter: none;
	-ms-filter: none;
	-o-filter: none;
	filter: none;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.masonry-blog .masonry-item .item-content-meta {
	/*color: #555555; */color:#e8b37d;
}
.masonry-blog .masonry-item .item-content-meta span {
	display: inline-block;
	margin: 0 1.4em 1em 0;
}
.masonry-blog .masonry-item .item-content-meta a {
	/*color: #555555;*/ color:#e8b37d;
}
.masonry-blog .masonry-item .item-content-meta a:hover {
	color: #d91f26;
}
.noo-slider .caroufredsel_wrapper .sliders .slide-item img {
	-webkit-filter: grayscale(1);
	-moz-filter: grayscale(1);
	-ms-filter: grayscale(1);
	-o-filter: grayscale(1);
	filter: grayscale(1);
	-webkit-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
	transition: all 0.6s ease 0s;
}
.noo-slider .caroufredsel_wrapper .sliders .slide-item:hover img {
	-webkit-filter: none;
	-moz-filter: none;
	-ms-filter: none;
	-o-filter: none;
	filter: none;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
/* 7.0 - Library
 *  7.5 - masonry
 */
.masonry {
	position: relative;
}
.container-portfolio.container-boxed.offset {
	margin-top: 0;
}
.masonry-portfolio.no-title .masonry-item > .content-wrap {
	display: none;
}
.container-fullwidth .masonry-portfolio {
	padding: 0;
}
.masory-item-wrap {
	position: relative;
}
.masonry-item {
	z-index: 2;
	float: left;
	padding-left: 15px !important;
	padding-right: 15px !important;
}
.masonry-hidden.masonry-item {
	pointer-events: none;
	z-index: 1;
}
.masonry-header {
	padding-top: 20px;
	padding-bottom: 10px;
	background-color: #fff;
	margin-right: 15px;
}
.masonry-header.masonry-header-gap {
	margin-bottom: 40px;
}
.masonry-header .masonry-result {
	float: left;
	max-width: 30%;
}
.masonry-header .masonry-result h3 {
	margin: 0;
	padding: 0;
}
.masonry-header .masonry-filters {
	float: left;
	width: 100%;
}
.masonry-header .masonry-filters ul {
	list-style: none;
}
.masonry-header .masonry-filters ul li {
	display: inline-block;
	padding: 0 30px;
}
.masonry-header .masonry-filters ul li a {
	color: #ffffff;
	position: relative;
	font-size: 16px;
}
.masonry-header .masonry-filters ul li a:hover, .masonry-header .masonry-filters ul li a.selected {
	color: #d91f26;
	text-decoration: none;
}
.masonry-header .masonry-filters ul li:first-child > a:before {
	display: none;
}
@media (max-width: 991px) {
 .masonry-header .masonry-filters ul li {
 padding: 0 30px 0 0;
 line-height: 40px;
}
}
.masonry-container {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	position: relative;
	margin: 0 -15px;
}
.masonry-container > .masonry-item {
	margin: 0 0 30px 0;
	padding: 0 0px;
	z-index: 1;
}
.masonry-style-elevated .masonry-container > .masonry-item-hover {
	position: relative;
	z-index: 1000;
}
.masonry-style-elevated .masonry-container > .masonry-item-hover .content-featured {
	-webkit-transform: translateY(-65px);
	-moz-transform: translateY(-65px);
	-ms-transform: translateY(-65px);
	transform: translateY(-65px);
}
.masonry-container.columns-1 > .regular {
	width: 100%;
}
.masonry-container.columns-2 > .masonry-item {
	width: 50%;
}
.masonry-container.columns-2 > .wide {
	width: 100%;
}
.masonry-container.columns-3 > .masonry-item {
	width: 33.333%;
}
@media (max-width: 992px) {
 .masonry-container.columns-3 > .masonry-item {
 width: 50%;
}
}
.masonry-container.columns-3 > .wide {
	width: 66.666%;
}
@media (max-width: 992px) {
 .masonry-container.columns-3 > .wide {
 width: 100%;
}
}
.masonry-container.columns-4 > .masonry-item {
	width: 25%;
}
@media (max-width: 992px) {
 .masonry-container.columns-4 > .masonry-item {
 width: 50%;
}
}
.masonry-container.columns-4 > .wide {
	width: 50%;
}
@media (max-width: 992px) {
 .masonry-container.columns-4 > .wide {
 width: 100%;
}
}
@media (max-width: 480px) {
 .masonry-container[class*="columns-"] > .masonry-item {
 width: 100% !important;
}
}
.masonry-blog .columns-2 .masonry-item .item-wrap {
	padding: 10px;
}
.masonry-blog .columns-2 .masonry-item .item-wrap .content-social a {
	margin: 0 7px;
}
.masonry-blog .columns-2 .masonry-item .item-wrap .content-social a i {
	font-size: 12px;
}
.masonry-blog .columns-2 .masonry-item .item-wrap .content-social a .title-shared {
	font-size: 10px;
}
.masonry-blog .columns-2 .masonry-item .item-wrap .noo-category a {
	font-size: 12px;
}
.masonry-blog .columns-2 .masonry-item .item-wrap .item-title {
	font-size: 15px;
	line-height: 20px;
	margin: 10px 0 15px;
}
.masonry-blog .columns-2 .masonry-item .item-wrap .noo-slider .slider-control {
	font-size: 22px;
	padding: 0 10px;
}
.masonry-blog .columns-2 .masonry-item .item-wrap .item-thumbnail {
	margin-bottom: 0;
	padding-bottom: 15px;
}
.masonry-blog .columns-2 .masonry-item .item-wrap .item-thumbnail .author-avatar {
	display: none;
}
.masonry-blog .columns-2 .masonry-item .item-wrap .item-content-meta {
	display: none;
}
.masonry-blog .columns-2 .masonry-item .item-wrap .read-more {
	padding: 10px;
	font-size: 14px;
	margin-bottom: 15px;
	margin-top: 0;
}
body .albums-masonry .masonry-filters {
	margin-bottom: 30px;
	text-align: left;
}
body .albums-masonry .masonry-filters li a {
	display: block;
	margin-bottom: 10px;
}
.masonry-blog .masonry-item .item-wrap .item-title {
	font-size: 18px;
}
.albums-masonry .masonry-filters {
	margin-bottom: 45px;
}
body.theme-light .albums-masonry .loadmore-action .btn-loadmore {
	background: #d2d2d2;
	border-color: #cccccc;
	color: #000000;
}
body.theme-light .albums-masonry .loadmore-action .btn-loadmore:hover {
	background: #d91f26;
	border-color: #b7181e;
	color: #ffffff;
}
body.theme-light .albums-masonry .masonry-filters li a.selected {
	color: #000000;
}
body.theme-light .masonry-blog .masonry-item .item-wrap {
	background: #efefef;
}
body.theme-light .masonry-blog .masonry-item .author-avatar {
	-webkit-box-shadow: 0 0 0 10px #efefef;
	box-shadow: 0 0 0 10px #efefef;
}
body.theme-light .masonry-blog .masonry-item .read-more {
	background: #d2d2d2;
	border-color: #cccccc;
	color: #000000;
}
body.theme-light .masonry-blog .masonry-item .read-more:hover {
	background: #d91f26;
	border-color: #b7181e;
	color: #ffffff;
}
.albums-masonry .masonry-filters {
	text-align: center;
	margin-bottom: 70px;
}
.albums-masonry .masonry-filters li {
	display: inline-block;
	text-transform: uppercase;
	padding: 0 20px;
}
.albums-masonry .masonry-filters li a {
	color: #555555;
	padding: 8px 0;
	line-height: 1;
}
.albums-masonry .masonry-filters li a.selected {
	color: #fff;
	border-bottom: 1px solid #d91f26;
}
.noo_albums.masonry-container {
	margin: 0 -15px;
}
.albums-masonry .loadmore-action .btn-loadmore {
	background: #2f2f2f;
	border-bottom: 3px solid #161616;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.albums-masonry .loadmore-action .btn-loadmore:hover {
	background-color: #d91f26;
	border-color: #b7181e;
	color: #ffffff;
}
.read-more {
	background-color:#263d4f;
	color:#000;
	padding:10px 18px 10px 22px;
	;
}
a.read-more {
	color:#fff
}
.btn-success2 {
	color:#fff;
	background-color:#6d1315;
	border-color:#6d1315
}
.btn-success2:hover {
	color:#000;
	background-color:#f19a17;
	border-color:#f19a17
}
.btn-tc {
	color:#fff;
	background-color:#263d4f;
	border-color:#263d4f;
	text-transform:uppercase;
	font-weight:bold;
}
.btn-tc:hover {
	color:#000;
	background-color:#f19a17;
	border-color:#f19a17
}
.fact-counter h1 {
	margin-top:50px;
}
.fact-counter .decor {
	margin-bottom:40px;
}
#contact-buttons-bar {
	position: fixed;
	top: 120px;
	left: -50px;
	width: 50px;
}
#contact-buttons-bar.slide-on-scroll {
	position: fixed;
	z-index: 999;
	top: 250px!important;
}
.contact-button-link {
	display: block;
	width: 40px;
	height: 40px;
	padding: 0;
	margin-bottom: 0;
	text-align: center;
	line-height: 40px;
	font-size: 22px;
	background: #8e8e93;
	color: #fff;
	position: relative;
	left: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 250ms;
	-moz-transition: all 250ms;
	transition: all 250ms;
}
.contact-button-link:active, .contact-button-link:focus, .contact-button-link:hover {
	color: #fff;
	padding-left: 0;
	width: 55px;
	text-align: center;
}
.contact-button-link.cb-hidden {
	left: -50px;
}
.contact-button-link.facebook {
	background: #3b5998;
}
.contact-button-link.linkedin {
	background: #0077b5;
}
.contact-button-link.gplus {
	background: #db4437;
}
.contact-button-link.youtube {
	background: red;
}
.contact-button-link.twitter {
	background-color: #000;
}
.contact-button-link.twitter img {
	width:20px;
	height:auto
}
.contact-button-link.insta {
	background: linear-gradient(45deg, #F09433 0%, #E6683C 25%, #DC2743 50%, #CC2366 75%, #BC1888 100%) repeat scroll 0% 0% transparent;
}
.contact-button-link.separated {
	margin-top: 1em;
}
.contact-button-link.show-hide-contact-bar:active, .contact-button-link.show-hide-contact-bar:focus, .show-hide-contact-bar {
	background: 0 0;
	color: #000;
	border: 0;
	outline: 0;
	padding: 0;
	width: 50px;
}
.contact-button-link.show-hide-contact-bar:hover {
	color: #000;
	background: #ccc;
	padding: 0;
	width: 50px;
}
.kk_email {
	color: #fff;
	background: #ffae00;
}
.show-hide-contact-bar {
	display: none;
}
.why_kk_eqrse_1 {
	min-height:100px
}
kk_social_2 ul {
	padding-left:0px;
}
.kk_social_2 ul li {
	list-style: none;
	display: inline-block;
	padding-right: 8px;
}
.kk_social_2 ul li a {
	width: 40px;
	height: 40px;
	background-color: #51D2C0;
	text-align: center;
	line-height: 35px;
	font-size: 20px;
	/*margin: 0 10px;*/
  display: block;
	border-radius: 50%;
	position: relative;
	overflow: hidden;
	border: 3px solid #51D2C0;
	z-index: 1;
 transition: .5s;
}
.kk_social_2 ul li a .icon {
	position: relative;
	color: #262626;
 transition: .5s;
	z-index: 3;
}
.kk_social_2 ul li a:hover {
	border: 3px solid #028b78;
}
.kk_social_2 ul li a:hover .icon {
	color: #fff;
	transform: rotateY(360deg);
}
.kk_social_2 ul li a:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	background: #f00;
 transition: .5s;
	z-index: 2;
}
.kk_social_2 ul li a:hover:before {
	top: 0;
}
.kk_social_2 ul li:nth-child(1) a:before {
  /*background: #0077b5;*/ background: #028b78;
}
.kk_social_2 ul li:nth-child(2) a:before {
  /*background: #3b5999;*/background: #028b78;
}
 .kk_social_2 ul li:nth-child(3) a:before {
  /*background: #0077b5;*/
  /*background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%); border-bottom:2px solid #f3ebd7;*/
  background: #028b78;
}
 .kk_social_2 ul li:nth-child(4) a:before {
  /*background: #dd4b39;*/
  /*background-color: #B00;*/background: #028b78;
}
.kk_social_2 ul li:nth-child(5) a:before {
  /*background: #55acee;*/background: #028b78;
}
.kk_img_sample {
	width:350px;
	height:auto;
	margin-bottom:20px;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
	z-index: 3;
	color: #FFF;
	cursor: default;
	background-color: #05a28e;
	border-color: #05a28e;
}
@media only screen and (max-width: 1100px) and (min-width:992px) {
.mar_tp_kk_12 {margin-top: 2px; padding-right: 30px;}
.logo-box.kk_logo img {width: 300px;  height: auto;}
.navigation > li > a{font-size: 13px;}
.navigation > li{margin: 0 10px!important;}
.navigation > li > ul > li > a, .navigation > li > ul > li > ul {font-size: 13px;}
}
@media only screen and (max-width: 1100px) and (min-width:1000px) {
.kk_int_des_p {
 min-height: 151px;
}
}
@media only screen and (max-width:999px) and (min-width:768px) {
.kk_int_des_h {
min-height: 80px
}
.kk_int_des_p {
 min-height:210px;
}
}
@media only screen and (max-width:767px) and (min-width:200px) {
.kk_int_des_p {
min-height:30px;
}
}
@media only screen and (max-width:499px) and (min-width:200px) {
.logo-box.kk_logo img {
  width: 250px;  height: auto;
}
}