@CHARSET "UTF-8";

/* vtd_dev */
@import url('pages.css');

a:hover, a:focus {
	text-decoration: none;
	color: #00d2ff;
}

img#img-logo {
	float: left;
	padding-top: 18px;
	padding-left: 20px;
}

#comments {
	padding: 0 15px;
	margin-top: 20px;
}

h4.title-item a {
	color: #000;
}
h4.title-item a:hover {
	color: #00d2ff;	
}

.single.single-post h4.title-item a {
	display: none;
}

.single.single-post .tagcloud a:after {
	content: ",";
}

.single.single-post .tagcloud a {
	margin-left: 5px;
}

.single.single-post .post-content .entry-comment {
	display: none;
}

.sticky h4.title-item a:before {
    content: "\f08d";
    font-family: FontAwesome;
    padding-right: 10px;
}
#logo a {
    text-transform: uppercase;
    font-weight: 900;
    color: #00d2ff;
    font-size: 30px;
    font-family: "Raleway";
}
.menu ul.submenu {
	text-align: right;
	margin-right: 20px;
	height: 75px;
	line-height: 75px;
	font-size: 20px;
}

/*LETTER SPACING*/
.lts18 {
	letter-spacing: 1.8px !important;
}

.lts14 {
	letter-spacing: 1.4px !important;
}

.lts45 {
	letter-spacing: 4.5px !important;
}

/*CSS SLIDER */
.sld-home2-dedicated {
	letter-spacing: .4px !important;
}

.sld-home2-premium {
	letter-spacing: 4px !important;
	left: 2px;
	top: -8px;
}

.sld-home2-server {
	letter-spacing: 3.8px !important;
	top: 1px;
}

.sld-home2-exceprt {
	letter-spacing: .6px !important;
	left: -1px;
	top: 4px;
	line-height: 31px;
}

.sld-home4-hello {
	letter-spacing: 7px !important;
}

.sld-home4-im-aguero {
	letter-spacing: 1.7px !important;
}

.sld-home4-web {
	letter-spacing: .8px !important;
}

.sld-home5-wellcome {
	letter-spacing: 1.3px !important;
	top: 3px;
	left: 11px;
}

.sld-home5-caring {
	top: 5px;
	left: 10px;
	letter-spacing: 1.3px !important;
	padding: 14px 35px 14px 14px !important;
}

.sld-home5-yourfamily {
	top: 2px;
	left: 10px;
	letter-spacing: 1.3px !important;
	padding: 14px 35px 14px 14px !important;
}

.sld-home5-content {
	top: -7px;
	left: 10px;
	line-height: 1.8 !important;
}

.sld-home5-btn {
	top: -12px;
	left: 10px;
}

/* COMMING SOON PAGE */
#box-comming-soon {
	position: fixed;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #fff;
}

#content-comming-soon {
	border: 10px solid #fff;
	height: 85%;
	width: 95%;
	top: 6%;
	position: absolute;
	left: 3%;
}

#content-comming-soon .content {
	font-size: 17px;
	padding-top: 5px;
	font-family: 'Raleway';
}

#content-comming-soon h2 {
	text-transform: uppercase;
	font-family: 'Roboto';
	font-weight: 500;
	font-size: 60px;
	margin-top: 100px;
}

#comming-logo {
	margin: 50px 0;
}

#count-down {
	max-width: 1024px;
	margin: 135px auto;
	margin-bottom: 0;
	font-family: "Raleway";
}

#count-down span {
	font-size: 120px;
	width: 222px;
	display: inline-block;
	text-align: center;
	position: relative;
}

.dot:after {
	content: ":";
	font-size: 60px;
	position: absolute;
	right: -10px;
}

#count-down-text span {
	width: 230px;
	display: inline-block;
	text-align: center;
	text-transform: uppercase;
	font-size: 20px;
	margin-top: 15px;
}

#count-down-text {
	max-width: 1024px;
	margin: 0 auto;
}

#content-comming-soon #social {
	margin-top: 105px;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 4px;
	word-spacing: 0px;
	font-family: 'Raleway';
}

#content-comming-soon #social span a {
	color: #fff;
}

#content-comming-soon #social span a:after {
	content: "|";
}

#content-comming-soon #social span:last-child a:after {
	content: "";
}

#content-comming-soon #social span {
	letter-spacing: 17px;
	font-size: 19px;
	padding-top: 24px;
	display: inline-block;
	color: #fff;
}

.page-home-page-1 .item-divider {
	width: 370px;
}

@media only screen and (max-width: 767px) {
	#content-comming-soon {
		border: 5px solid #fff;
	}
	#comming-logo {
		margin: 25px 0;
	}
	#content-comming-soon h2 {
		font-size: 30px;
		margin-top: 0;
	}
	#content-comming-soon .content {
		font-size: 14px;
		padding-top: 5px;
	}
	#count-down {
		margin: 50px auto;
		margin-bottom: 0;
	}
	#count-down span {
		font-size: 40px;
		width: 60px;
	}
	.dot:after {
		content: ":";
		font-size: 40px;
		position: absolute;
		right: -6px;
	}
	#count-down-text span {
		width: 60px;
		font-size: 12px;
		margin-top: 0;
	}
	#content-comming-soon #social {
		margin-top: 50px;
		font-size: 16px;
		letter-spacing: 4px;
		word-spacing: 0px;
		font-family: 'Raleway';
	}
	#content-comming-soon #social span {
		letter-spacing: 5px;
		font-size: 16px;
		padding-top: 24px;
	}

}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	#content-comming-soon {
		border: 5px solid #fff;
	}
	#comming-logo {
		margin: 25px 0;
	}
	#content-comming-soon h2 {
		font-size: 30px;
		margin-top: 0;
	}
	#content-comming-soon .content {
		font-size: 14px;
		padding-top: 5px;
	}
	#count-down {
		margin: 50px auto;
		margin-bottom: 0;
	}
	#count-down span {
		font-size: 40px;
		width: 60px;
	}
	#count-down-text span {
		width: 60px;
		font-size: 12px;
		margin-top: 0;
	}
	#content-comming-soon #social {
		margin-top: 50px;
		font-size: 16px;
		letter-spacing: 4px;
		word-spacing: 0px;
		font-family: 'Raleway';
	}
	#content-comming-soon #social span {
		letter-spacing: 5px;
		font-size: 16px;
		padding-top: 24px;
	}
}

.title-bar li.current {
	color: #00d2ff;
	text-transform: none;
}

/* POPUP */

/* CONTACT US */
.wpcf7-mail-sent-ng {
	border: 2px solid #00d2ff;
}

.contact-us {
	margin: 90px -30px;
}

.contact-us .k2t-text-box h2 {
	font-weight: bold;
	font-size: 18px;
}

.contact-us .wpcf7-form p input:not ([type='submit'] ), .contact-us .wpcf7-form p textarea
	{
	outline: none;
	border: 1px solid #999;
	font-family: "Raleway";
}

.contact-us .wpcf7-form p input:not ([type='submit'] ):focus,
	.contact-us .wpcf7-form p textarea:focus {
	border: 1px solid #00d2ff;
	outline: none;
}

.contact-us .wpcf7-form p:nth-child(2), .contact-us .wpcf7-form p:nth-child(3)
	{
	display: block;
	float: left;
	width: 45%;
	margin-bottom: 30px;
}

.contact-us .wpcf7-form p:nth-child(3) {
	float: right;
}

.contact-us .wpcf7-form p:nth-child(4) {
	width: 100%
}

.contact-us .wpcf7-form p:nth-child(4) label, .contact-us .wpcf7-form p:nth-child(4) textarea
	{
	width: 100%;
}

.contact-us .wpcf7-form p:nth-child(4) textarea {
	padding-left: 15px;
	padding-left: 15px;
	height: 155px;
	resize: none;
}

.contact-us .wpcf7-form p:nth-child(2) input, .contact-us .wpcf7-form p:nth-child(3) input
	{
	max-width: 100%;
	height: 50px;
	padding-left: 15px;
}

.contact-us .wpcf7-form p:nth-child(2) label, .contact-us .wpcf7-form p:nth-child(3) label
	{
	
}

.contact-us .wpcf7-form input[type="submit"] {
	border: 1px solid #00d2ff;
	border-radius: 5px;
	height: 50px;
	margin-top: 60px;
	font-family: "Raleway";
	font-weight: 400;
	text-transform: uppercase;
}

.contact-us .vc_col-sm-6 {
	padding: 0 15px;
}

.contact-us .wpb_gmaps_widget .wpb_map_wraper iframe {
	height: 233px;
}

.contact-us .k2t-text-box.upper {
	margin-top: 50px;
}

.contact-us .k2t-text-box.upper h2 {
	padding-bottom: 15px;
}

.contact-us .k2t-text-box h6 {
	font-family: "Roboto";
	padding: 5px 0;
	color: #000;
}

.k2t-text-box.phone:before {
	content: "\f095";
	font-family: FontAwesome;
	margin-right: 5px;
}

.k2t-text-box.fax:before {
	content: "\f02f";
	font-family: FontAwesome;
	margin-right: 5px;
}

.k2t-text-box.email:before {
	content: "\f0e0";
	font-family: FontAwesome;
	margin-right: 5px;
}
/*IFRAME*/
iframe {
	max-width: 100%;
}
/* GALLERY CONTENT */
.grallery-slider .item {
	text-align: center;
}
.grallery-slider.owl-theme .owl-prev {
	left: 25px;
	top: 50%;
	font-size: 20px;
	background: rgba(0, 0, 0, 0.7);
	width: 45px;
	height: 45px;
	line-height: 45px;
	color: #636262;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.grallery-slider.owl-theme .owl-next span, .grallery-slider.owl-theme .owl-prev span {
	top:50%;
	position: absolute;
  transform: translate(-50%, -50%);
}
.grallery-slider.owl-theme .owl-next {
	right: 25px;
	top: 50%;
	font-size: 20px;
	background: rgba(0, 0, 0, 0.7);
	width: 45px;
	height: 45px;
	line-height: 45px;
	color: #636262;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.post-content .gallery {
	display: none;
}

/* PRODUCT */
.k2t-content.no-sidebar {
	/* margin-top: 50px; */
	
}

/* CAROUSEL HOME PAGE 2 */
.blog-owl-carousel .owl-item {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	visibility: hidden;
}

.blog-owl-carousel .owl-item img {
	height: 350px;
}

.blog-owl-carousel .owl-item.active {
	visibility: visible;
}

.blog-owl-carousel .owl-item.current .carousel-item {
	-webkit-box-shadow: 0px 8px 20px 0px rgba(50, 50, 50, 0.53);
	-moz-box-shadow: 0px 8px 20px 0px rgba(50, 50, 50, 0.53);
	box-shadow: 0px 8px 20px 0px rgba(50, 50, 50, 0.53);
}

.blog-owl-carousel .owl-item.current {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
	z-index: 100;
}

.blog-owl-carousel .owl-item .caption-carousel h5 a {
	color: #fff;
	text-transform: uppercase;
}

.blog-owl-carousel .owl-item.active.current .carousel-item {
	opacity: 1;
}

.blog-owl-carousel .owl-item .carousel-item {
	opacity: .6;
}

.blog-owl-carousel .owl-item .caption-carousel>* {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	color: #fff;
}

.style-blog-carousel .owl-controls.clickable {
	margin-top: 170px;
}

.style-blog-carousel .blog-owl-carousel.owl-carousel {
	margin-bottom: 0;
}

.blog-owl-carousel.owl-carousel, .blog-owl-carousel.owl-carousel .owl-wrapper-outer
	{
	overflow: visible;
	margin-bottom: 70px;
}

.blog-owl-carousel .carousel-item {
	position: relative;
}

.blog-owl-carousel .caption-carousel {
	position: absolute;
	bottom: 0;
	background: rgba(0, 0, 0, 0.7);
	width: 100%;
	padding: 10px 20px;
}

/* COLOR PICKER */
.colorpicker {
	z-index: 100;
}

.full-width .container {
	width: 100%;
	padding: 0;
}

/* TITLEBAR */
.title-bar {
	background: #00d2ff;
	width: 100%;
	display: inline-block;
}

/* CUSTOM HEADER */
#header .align-left {
	float: left;
}

#header .align-right {
	float: right;
}

/* CUSTOM PRODUCT IMAGE */
.p-gallery .slick-list:after {
	content: none;
}

.p-gallery .slick-arrow {
	opacity: 1;
	display: block !important;
	margin: 0 auto;
	position: relative;
	left: auto;
	background: none;
	width: 40px;
	height: 40px;
}

.p-gallery .slick-slider .slick-current.slick-slide.slick-active {
	opacity: 1;
}

.single-product .p-gallery .p-thumb .item {
	margin: 15px 0;
}

.p-gallery .slick-prev:before, .p-gallery .slick-next:before {
	width: 40px;
	font-size: 25px;
	opacity: 1;
	height: 40px;
	display: block;
	border: 1px solid #ececec;
	line-height: 40px;
	color: #9f9f9f;
	background: #ececec;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.p-gallery .slick-arrow:hover:before {
	color: #fff !important;
	background: #00d2ff;
}

.p-gallery .slick-next.slick-arrow {
	bottom: 30px;
}

.p-gallery #nav {
	margin: 20px 0;
}

.slick-slide:hover .click-fullscreen .icon-zoom {
	opacity: 1;
}

.woocommerce-message {
	border-top-color: #00d2ff;
}

.woocommerce-message:before {
	color: #00d2ff;
}

/* ARCHIVE */

.archive .left-sidebar .k2t-blog{
	float: right;
}

.archive .column-2 article{
	width: 50%;
	float: left;
    padding: 0 10px;
}

.archive .column-3 article {
	width: 33.333333%;
	float: left;
    padding: 0 10px;
}

/* single sidebar */

.single .left-sidebar .col-md-8 {
	float: right; 
}

/* SHOP */
.header_shop_ .k2t-header-top .h-element {
	display: inline-block;
}

.header_shop_ .h-element .shop-cart {
	position: relative;
	float: right;
	padding: 0;
	line-height: 82px;
    margin: 0 7px 0 8px;
}

.h1_header_.header_shop_ .k2t-menu {
	padding-right: 22px;
}

.h1_header_.header_shop_ .k2t-header-top .btn-search {
	float: left;
	display: inline-block;
	padding: 0 10px;
	right: 10px;
}

.header_shop_ .h-element .shop-cart .cart-control {
	padding: 0;
	left: 18px;
}

.header_shop_ .h-element .shop-cart .cart-control span {
	-webkit-transition: all .3s ease-out|ease-in-out 0s;
	-moz-transition: all .3s ease-out|ease-in-out 0s;
	-ms-transition: all .3s ease-out|ease-in-out 0s;
	-o-transition: all .3s ease-out|ease-in-out 0s;
	transition: all .3s ease-out|ease-in-out 0s;
}

.header_shop_ .h-element .shop-cart .cart-control:hover span {
	background: #00d2ff;
}

.shop-cart .cart-control .fa-shopping-cart:before {
	color: #000;
}

.shop-cart .cart-control .fa-shopping-cart:hover:before {
	color: #00d2ff;
}

/* FIX 03-11 */
.k2t-shop-sidebar .woocommerce-product-search:after {
	content: none;
}
/*fix 29/11*/
.k2t-shop-sidebar #woocommerce-product-search-field {
	border: 1px solid #ccc;
	font-family: "Roboto";
	font-size: 15px;
	margin: 15px 0px;
	margin-bottom: 33px;
	background: #f6f6f6;
}

.k2t-shop-sidebar .widget.woocommerce .widget-title {
	margin: 0;
}

.k2t-shop-sidebar .widget.woocommerce h2.widget-title span {
	color: #000;
	text-transform: uppercase;
	font-family: 'Raleway';
	font-size: 20px;
}

.k2t-shop-sidebar .widget_product_categories>ul>.cat-item {
	border: none;
}

.color-item .color-link a {
	width: 100%;
}

.widget-title span {
	color: #000;
	text-transform: uppercase;
}

.color-item .color-link a .count {
	float: right;
}

.color-item .color-link a:before {
	padding-right: 15px;
}

.color-item .color-link a:before {
	color: #999;
}

.k2t-shop-sidebar .widget_product_categories>ul li:before, .color-item .color-link a:before
	{
	content: "\f0da";
	font-family: 'FontAwesome';
}

.k2t-shop-sidebar .widget_product_categories ul .cat-item a {
	text-transform: capitalize;
}

.k2t-shop-sidebar .widget_product_categories>ul li:hover>a,
	.k2t-shop-sidebar .widget_product_categories>ul li.current-cat>a {
	color: #00d2ff;
}

.k2t-shop-sidebar .widget.woocommerce .widget-title {
	border: none;
}

.k2t-shop-sidebar .widget_product_categories>ul>.cat-item>.count {
	padding: 5px;
}

.k2t-shop-sidebar .widget_product_categories>ul>.cat-item:last-child {
	border: none;
}

/* PRICE SLIDE */
.k2t-shop-sidebar .woocommerce.widget_price_filter .price_slider_wrapper .ui-state-default
	{
	background: #fff;
	border-radius: 50%;
	border: 2px solid #ccc !important;
	height: 18px;
	width: 18px;
}

.k2t-shop-sidebar .woocommerce.widget_price_filter .price_slider_wrapper .ui-slider-range
	{
	background: #00d2ff;
}

.k2t-shop-sidebar .widget_recently_viewed_products ul.product_list_widget li a:hover span
	{
	color: #00d2ff;
}

.k2t-shop-sidebar .woocommerce.widget_price_filter .price_slider_wrapper .price_label
	{
	font-family: 'Raleway';
	display: block;
	text-align: center;
	margin: 0 auto;
	float: none;
}

.k2t-shop-sidebar .woocommerce.widget_price_filter .price_slider_wrapper .price_slider_amount .button
	{
	float: none;
	margin: 0 auto;
	display: block;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	position: absolute;
	top: 40px;
	left: 50%;
	transform: translateX(-50%);
}

.product_list_widget .woocommerce-Price-amount.amount {
	color: #000;
	font-size: 18px;
}

.woocommerce-Price-amount .woocommerce-Price-currencySymbol {
	color: #000;
}

.product_list_widget .product-title {
	color: #5a5a5a;
}

.k2t-shop-sidebar .product_list_widget .product-title {
	color: #666666;
	text-transform: uppercase;
}

.k2t-shop-sidebar .product_list_widget .product-title:hover {
	color: #26d5ff;
}

.left-sidebar .k2t-shop-sidebar {
	border: none !important;
}
/*fix 29/11*/
.woocommerce .k2t-shop .woocommerce-result-count {
	font-size: 20px;
    font-weight: bold;
    margin: 0;
    text-transform: uppercase;
    color: #000000;
    font-family: "Raleway";
    letter-spacing: 0.4px;
    padding-left: 10px;
    padding-top: 7px;
}

/*fix 1/12 */
.k2t-content.default .k2t-wrap .k2t-shop{
	float: right;
    padding-right: 0px;
    padding-left: 6px;
    padding-top: 100px;
}
/*fix 1/12 */
.k2t-content.default .woocommerce-result-count{
	padding-top: 10px;
}
/*fix 1/12*/
.k2t-content.default  .woocommerce-ordering{
	left: 10px;
    top: 2px;
}
/*fix 1/12*/
.k2t-content.default a.multi-layout{
	left: 12px;
}
/*fix 1/12*/
.k2t-content.default .switch-layout .one-layout{
	right: -8px;
}

.woocommerce-ordering .lb-orderby {
	display: none;
}

.woocommerce .woocommerce-ordering {
	margin-bottom: 38px;
	border: 1px solid #ccc;
	min-width: 200px;
	text-align: center;
}

.woocommerce .woocommerce-ordering .orderby {
	min-width: 270px !important;
    color: #8c8c8c;
    text-transform: capitalize;
    padding-left: 25px;
    padding-top: 5px;
}

.woocommerce-ordering select option {
	font-family: "Raleway";
	font-weight: bold !important;
}

.switch-layout>span {
	display: none;
}
/*fix 29/11*/
.switch-layout a:hover, .switch-layout a.active {
	color: #fff;
	background: #00d2ff;
}
/*fix 29/11*/
a.multi-layout {
    position: relative;
    left: 6px;
}
/*fix 29/11*/
.switch-layout a {
	color: #dadada;
	width: 63px;
	height: 61px;
	border: 1px solid #dadada;
}
/*fix 29/11*/
.switch-layout a:before {
	display: block;
	text-align: center;
	padding: 8px;
}

.b-action a {
	border: none !important;
	background: none !important;
	text-transform: capitalize;
	color: #999999;
}

.b-action a:hover {
	color: #fff;
}

.b-action a:before {
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.b-action a:hover:before {
	color: #fff;
}

.woocommerce ul.products li.product .b-action>*:not (:last-child ) {
	border: none;
	color: #fff;
}

.b-action a.button.yith-wcqv-button:before {
	content: "\f06e";
	font-family: 'FontAwesome';
	color: #999;
	font-size: 14px !important;
	padding-right: 5px;
}

.woocommerce ul.products li.product .item-prod {
	position: relative;
}

.list-product ul.products li.product .item-prod {
	position: relative;
	float: left;
	width: 33.5%;
}

.woocommerce .list-product ul.products li.product {
	width: auto;
	margin: 0;
	padding: 0;
}

.woocommerce ul.products li.product .b-action {
	position: absolute;
	background: rgba(0, 0, 0, 0.7);
	bottom: 0;
	width: 100%;
	left: 0;
	padding: 0 15px;
	height: 50px;
}

.list-product ul.products li.product .wrap-price .star-rating {
	display: block !important;
	margin: 0 !important;
}

.list-product .k2t-product-info {
	padding-left: 15px;
}

.woocommerce ul.products li.product .b-action a {
	text-transform: capitalize !important;
	font-size: 14px !important;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product
	{
	position: relative;
}

.yith-wcwl-wishlistexistsbrowse.show a, .yith-wcwl-wishlistexistsbrowse.show a:before
	{
	color: #fff !important;
}

.k2t-product-info a.button.yith-wcqv-button {
	display: none;
}

/* FIX 28-10 */
.mega-container ul li a [class^="awesome-"], .mega-container ul li a [class*=" awesome-"]
	{
	padding-right: 10px;
	position: relative;
	left: auto;
}

/* ANIMATE MENU */
.k2t-menu li ul.sub-menu {
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	-o-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
	top: 74px;
}
.k2t-menu li>ul.sub-menu .sub-menu {
	top: 45px;
	left: 100%;
}
.k2t-menu li>ul.sub-menu {
	border-top: 2px dashed #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

/* M-MENU */
.k2t-header-m #m-form {
	z-index: 1000;
	position: fixed;
	left: 50%;
	transform: translateX(-50%);
	top: 80px;
	padding: 20px;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	visibility: hidden;
}

.k2t-header-m #m-form.active {
	visibility: visible;
}

.k2t-header-m #m-search {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 90%;
}

.k2t-header-m .search-box {
	cursor: pointer;
}

.k2t-header-m #m-search input.form-control {
	border-radius: 0;
}

.k2t-header-m #m-submit {
	position: absolute;
	background: none;
	border: none;
	top: 0;
	right: 5px;
	height: auto;
	padding: 0;
	line-height: 30px;
	color: #000;
	width: auto;
}

.full-width .k2t-wrap, .full-width .container {
	max-width: 100%;
	font-family: "Raleway";
}

.k2t-header .k2t-header-top .k2t-menu .mega-container {
	background: none;
}

/* HEADER 1  */
.h1_header_ #logo {
	padding: 0;
	float: left;
}

.h1_header_ .k2t-wrap {
	padding: 0 100px;
}

.h1_header_ .k2t-menu .sub-menu li a {
	text-align: left;
	border-bottom: 1px dashed #ccc;
	padding: 15px 20px;
}

.h1_header_ .k2t-menu .sub-menu li:last-child a {
	border-bottom: none;
}

.h1_header_ .k2t-menu .sub-menu li:hover a {
	padding-left: 10px;
}

.h1_header_ .k2t-header-top .k2t-menu {
	float: left;
	line-height: 74px;
}

.h1_header_ .k2t-header-top .align-right {
	float: right;
}

.h1_header_ .k2t-header-top .align-right .menu-main-menu {
	float: right;
}

.h1_header_ .k2t-menu li>.mega-container>ul, .h2_header_ .k2t-menu li>.mega-container>ul
	{
	border-top: 2px dashed #ccc;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

.h1_header_ .k2t-menu li .mega-container>ul li {
	border-left: 1px solid #ccc;
}

.h1_header_ .k2t-menu li .mega-container>ul li.menu-item-has-children,
	.h1_header_ .k2t-menu li .mega-container>ul li.menu-item-has-children ul li,
	.h1_header_ .k2t-menu li .mega-container>ul li.menu-item-has-children ul li a
	{
	border: none;
}

.h1_header_ .k2t-header-top .btn-search {
	float: right;
	line-height: 76px;
	padding: 0;
	position: relative;
	right: -15px;
}

.h1_header_ .k2t-header-top .btn-search .toggle {
	cursor: pointer;
}

.h1_header_ .k2t-menu {
	padding-right: 5px;
}

.h1_header_ .k2t-menu>li>a {
	display: block;
	font-size: 13px;
	padding: 0 14.5px;
	padding-top: 4px;
}

.h1_header_ .k2t-header-top .btn-search .dropdown-menu {
	right: 0;
	left: auto;
	background: none;
	border: none;
	padding: 0;
	margin: 0;
}

#searchform {
	min-width: 250px;
}

.btn-search .form-control {
	width: 100%;
	background-color: #fff;
	border: none;
	border-bottom: 1px solid #080101;
	border-radius: 0;
	height: 40px;
	padding-right: 10px;
	padding-left: 5px;
}

.btn-search button {
	right: 7px;
	top: -4px;
	background: none;
	position: absolute;
	width: auto;
	color: #000;
	padding: 0;
	line-height: 0;
}

.k2t-header .k2t-menu .mega-container>ul>li {
	border-top: 0;
	display: table-cell;
	float: left;
	text-align: left;
	max-width: 348px;
	vertical-align: top;
}

/* MENU HOVER  */
.k2t-header .k2t-menu .mega-container li.menu-item-has-children>a {
	font-size: 14px;
}

.k2t-header .k2t-menu .mega-container .k2t-megamenu-submenu>a {
	font-size: 13px;
	font-family: 'Raleway';
	padding: 15px 20px;
}

.k2t-header .k2t-menu .mega-container .k2t-megamenu-submenu>a:hover {
	padding-left: 5px;
}

.k2t-menu li ul li a:hover {
	color: #000;
}

.k2t-header .k2t-menu li a span {
	position: relative;
}

.k2t-header .k2t-menu li>a span:before {
	background-color: #00d2ff;
	content: '';
	height: 1px;
	width: 100%;
	position: absolute;
	bottom: -2px;
	left: 100%;
	opacity: 0;
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}

.h4_header_ .k2t-menu li>a span:before {
	bottom: -8px;
}

.k2t-header.h1_header_ .k2t-menu li>a span:before {
	bottom: -7px;
}

.k2t-header .k2t-menu li:hover>a span:before {
	content: '';
	left: 0;
	opacity: 1;
	width: 100%;
}

@
keyframes menuHover { 0% {
	width: 0%;
	right: 0;
}

50%
{
width
:
 
50%;
right
:
 
0;
}
100%
{
width
:
 
100%;
right
:
 
0;
}
}
@
-webkit-keyframes menuHover { 0% {
	width: 0%;
	right: 0;
}

50%
{
width
:
 
50%;
right
:
 
0;
}
100%
{
width
:
 
100%;
right
:
 
0;
}
}

/* HEADER 2 */
.h2_header_ {
	height: auto;
}

.h2_header_ .align-left, .h2_header_ .align-right {
	padding: 0;
	font-size: 13px;
	font-family: "Roboto";
	letter-spacing: .4px;
}

#header .h-element.element-editor {
	display: inline-block;
}

.h2_header_ #k2t-header-top {
	background-color: #00d2ff;
	font-family: 'Roboto';
	font-size: 13px;
	height: 42px;
	line-height: 42px;
}

.h2_header_ .k2t-header-top .h-element.element-editor {
	color: #fff;
	font-size: 13px;
	padding: 0 5px;
	vertical-align: middle;
}

.element-editor.email:before {
	content: "\f003";
	font: normal normal normal 14px/1 FontAwesome;
	padding-right: 5px;
}

.element-editor.phone:before {
	content: "\f095";
	font-family: FontAwesome;
	padding-right: 5px;
}

.h2_header_ #logo {
	padding-top: 10px;
	padding-left: 9px;
}

.h2_header_ .k2t-header-top .h-element.element-editor.email {
	padding-left: 33px;
}

.h2_header_ .k2t-header-top ul.social {
	display: inline-block;
	padding: 0;
	margin-right: 30px;
}

.h2_header_ .k2t-header-top ul.social li {
	display: inline-block;
	padding: 0 14px;
	font-size: 15px;
}

.h2_header_ .k2t-header-top ul.social li a {
	color: #fff;
}

.h2_header_ .k2t-header-top ul.social li:hover a {
	color: #000 !important;
}

.h-element.custom-login {
	display: inline-block;
	color: #fff;
	margin-right: -20px;
}

.h-element.custom-login a:first-child {
	margin-right: -6px;
}

.h-element.custom-login span {
	margin-right: 4px;
}

.h-element.custom-login a {
	color: #fff;
	font-family: 'Roboto';
	padding-right: 11px;
	font-size: 13px;
}

.h2_header_ .h-element.custom-login:before {
	content: url('img/icon-login-white.png');
	padding-right: 22px;
	width: 13px;
	height: 17px;
	margin-top: 2px;
}

.h2_header_ #k2t-header-mid .element-editor.phone:before {
	content: "\f10b";
	font-family: FontAwesome;
	font-size: 35px;
	vertical-align: top;
	padding-right: 12px;
	margin-top: -10px;
	display: inline-block;
}

.h2_header_ #k2t-header-mid {
	padding: 0;
	height: 104px;
}

.h2_header_ .k2t-header-bot {
	clear: left;
}

.h2_header_ .k2t-header-bot .k2t-menu>li>a span {
	text-transform: none;
	font-weight: 500;
	line-height: 0;
}

.h2_header_ #k2t-header-mid .h-element.element-editor.phone {
	font-size: 23px;
	font-family: 'Roboto';
	display: block;
	color: #00d2ff;
	margin-right: -10px;
	letter-spacing: 1.4px;
	margin-top: 28px;
}


.h2_header_ .h-element.element-editor.call-us {
	font-size: 15px;
	font-family: 'Raleway';
	line-height: 35px;
}

.h2_header_ .k2t-header-bot .align-left #menu-main-menu {
	float: left;
}

.h2_header_ .align-left {
	float: left;
}

.h2_header_ .align-right {
	float: right;
}

.h2_header_ .k2t-header-bot #menu-main-menu>li>a {
	padding: 0 50px 0 8px;
	font-size: 14px;
	height: 56px;
	line-height: 49px;
	;
}

.h2_header_.k2t-header .k2t-menu li>a span:before {
	top: -22px;
	bottom: auto;
}

.h2_header_.k2t-header .k2t-menu .sub-menu>li>a span:before {
	top: auto;
	bottom: -5px;
}

.h2_header_.k2t-header .k2t-header-bot .k2t-menu .mega-container {
	top: 198px;
}

.h2_header_.k2t-header .k2t-header-bot .k2t-menu li ul.sub-menu {
	top: 52px;
}

.h2_header_ .k2t-header-mid .align-right {
	line-height: 1;
}

/* CUSTOM SEARCH BOX */
.h2_header_.k2t-header ul.btn-search {
	padding: 0;
}

.h2_header_.k2t-header ul.dropdown-menu {
	display: block;
	position: relative;
	border: none;
	background: none;
	box-shadow: none;
	padding: 0;
	margin-top: 0;
}

.h2_header_.k2t-header .btn-search .form-control {
	border: none;
	box-shadow: none;
	background: #f4f4f4;
	border-radius: 5px;
	height: 40px;
	line-height: 40px;
	font-style: italic;
	font-weight: 100;
	font-family: "Roboto";
	color: #999;
	letter-spacing: 0.4px;
}

.h2_header_.k2t-header .btn-search .form-control:focus {
	border: 1px solid #00d2ff;
	border-radius: 1px;
}

.h2_header_.k2t-header .btn-search button .fa {
	font-size: 12px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.h2_header_.k2t-header .btn-search button .fa:hover {
	color: #00d2ff;
}

.h2_header_.k2t-header .toggle {
	display: none;
}

.h2_header_.k2t-header #searchform {
	position: relative;
	line-height: 50px;
	padding: 8px 0;
}

.h2_header_.k2t-header .btn-search button {
	right: 13px;
	bottom: 0;
	height: auto;
}

/* HEADER 3 */
.h3_header_ a.m-trigger.mobile-menu-toggle {
	right: 0;
	position: absolute;
	margin: 0;
	padding: 0;
}

.h3_header_ .k2t-header-top, .h3_header_ .k2t-header-mid, .h3_header_ .k2t-header-bot
	{
	display: none;
}

.h3_header_ #logo, #m-logo{
	padding-top: 8px;
	padding-left: 98px;
	float: left;
}

.k2t-iconbox .desc {
	line-height: 1.75;
	letter-spacing: 0.5px;
}

.iconbox-home .icon-box-2, .iconbox-home .icon-box-3 {
	margin: 0 -15px;
}

.iconbox-home .icon-box-2 .iconbox-text {
	padding-left: 19px;
}

.iconbox-home .icon-box-3 .iconbox-text {
	padding-left: 35px;
}

.our-skill-home1 h4 {
	color: #000;
	padding: 24px 0;
}

.k2t-counter .counter-inner .counter-number h2 {
	padding-bottom: 0;
	letter-spacing: 1.2px;
	font-family: "Roboto";
	font-weight: normal;
}

.k2t-counter .counter-text {
	margin: 6px 0 40px 0;
	letter-spacing: 0.6px;
}
.portfolio-home1 .k2t-page-topnav.active ul.menu > li.active > a, .portfolio-home1 .k2t-page-topnav ul.menu > li:hover > a {
	color: #fff;
}
.k2t-portfolio-shortcode.h-fit .portfolio-thumb .item {
	background: none !important;
}

.h3_header_ .k2t-header-m .top-main-menu-mobile {
	display: inline-block;
	display: block;
	padding: 0 10px;
	position: relative;
	z-index: 10;
}

.h3_header_ .k2t-header-m .top-main-menu-mobile:before, .h3_header_ .k2t-header-m .top-main-menu-mobile:after
	{
	content: " ";
	display: table;
}

.k2t-page-topnav ul.menu>li>a {
	color: #808080;
	font-size: 14px;
	letter-spacing: 1.1px;
	font-family: "Roboto";
}

.portfolio-home4 .k2t-page-topnav ul.menu>li>a {
	color: #666;
}

.h3_header_ .k2t-header-m .top-main-menu-mobile:after {
	clear: both;
}

.h3_header_ .k2t-header-m .top-main-menu-mobile>* {
	height: 40px;
	line-height: 40px;
}

.h3_header_ .k2t-header-m .top-main-menu-mobile .top-m-info {
	font-size: 14px;
	width: 70%;
	float: left;
	text-transform: uppercase;
}

.h3_header_ .k2t-header-m .top-main-menu-mobile .top-m-info p {
	margin-bottom: 0;
	line-height: 40px;
}

.h3_header_ .k2t-header-m .top-main-menu-mobile .top-mm-right {
	width: 30%;
	float: left;
	text-align: right;
}

.h3_header_ .k2t-header-m .top-main-menu-mobile .top-mm-right>*:last-child,
	.h3_header_ .k2t-header-m .top-main-menu-mobile .top-mm-right .shop-cart
	{
	padding-right: 3px;
	-webkit-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	-o-transform: translateY(-2px);
	transform: translateY(-2px);
}

.h3_header_ .k2t-header-m .top-main-menu-mobile .top-mm-right>*:last-child .shop-item,
	.h3_header_ .k2t-header-m .top-main-menu-mobile .top-mm-right .shop-cart .shop-item
	{
	top: 44px;
}

.h3_header_ .k2t-header-m .top-main-menu-mobile .top-mm-right .top-m-social
	{
	display: inline-block;
	position: relative;
}

.h3_header_ .k2t-header-m .top-main-menu-mobile .top-mm-right .top-m-social:hover+.k2t-social-share,
	.h3_header_ .k2t-header-m .top-main-menu-mobile .top-mm-right .top-m-social i:hover+.k2t-social-share
	{
	top: 100%;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.h3_header_ .k2t-header-m .top-main-menu-mobile .top-mm-right .top-m-social:hover+.k2t-social-share ul,
	.h3_header_ .k2t-header-m .top-main-menu-mobile .top-mm-right .top-m-social i:hover+.k2t-social-share ul
	{
	opacity: 1;
	width: 400px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.h3_header_ .k2t-header-m .top-main-menu-mobile .top-mm-right .top-m-social .k2t-social-share
	{
	position: absolute;
	top: 0;
	right: 0;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.h3_header_ .k2t-header-m .top-main-menu-mobile .top-mm-right .top-m-social .k2t-social-share:hover
	{
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.h3_header_ .k2t-header-m .top-main-menu-mobile .top-mm-right .top-m-social .k2t-social-share:hover ul
	{
	opacity: 1;
	height: 40px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.h3_header_ .k2t-header-m .top-main-menu-mobile .top-mm-right .top-m-social .k2t-social-share ul
	{
	background: #fff;
	padding: 2px !important;
	width: 0;
	opacity: 0;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.h3_header_ .k2t-header-m .top-main-menu-mobile .top-mm-right .top-m-social .k2t-social-share ul:hover
	{
	opacity: 1;
	width: 400px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.h3_header_ .k2t-header-m .top-main-menu-mobile .top-mm-right .top-m-social .k2t-social-share ul li
	{
	height: 40px;
	line-height: 40px;
}

.h3_header_ .k2t-header-m .top-main-menu-mobile .top-mm-right .top-m-social .k2t-social-share ul li a
	{
	padding: 0;
	width: 40px;
}

.h3_header_ .k2t-header-m>div {
	width: 100%;
}

.h3_header_ .k2t-header-m .main-menu-m {
	display: inline-block;
	display: block;
}

.h3_header_ .k2t-header-m .main-menu-m:before, .h3_header_ .k2t-header-m .main-menu-m:after
	{
	content: " ";
	display: table;
}

.h3_header_ .k2t-header-m .main-menu-m:after {
	clear: both;
}

.h3_header_ .k2t-header-m .main-menu-m>div {
	float: right;
	line-height: 80px;
	max-height: 80px;
}

.h3_header_ .k2t-header-m .k2t-menu-m {
	padding-left: 15px;
	height: 80px;
	width: 16.66666667%;
}

.h3_header_ .k2t-header-m .k2t-menu-m .hamburger.is-active {
	z-index: 9999;
	-webkit-transform: translateY(-43px);
	-ms-transform: translateY(-43px);
	-o-transform: translateY(-43px);
	transform: translateY(-43px);
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.h3_header_ .k2t-header-m .k2t-menu-m .hamburger .hamburger-box>* {
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
	transition: all 0.6s ease 0s;
}

.h3_header_ .k2t-header-m .k2t-logo-m {
	width: 66.66666667%;
	text-align: center;
}

.h3_header_ .k2t-header-m .k2t-logo-m img {
	display: block;
	max-height: 80px;
	margin: 0 auto;
}

.h3_header_ .k2t-header-m .k2t-right-m {
	padding-right: 15px;
	width: 16.66666667%;
	text-align: right;
}

.h3_header_ .k2t-header-m .k2t-right-m>div {
	display: inline-block;
}

.h3_header_ .k2t-header-m .k2t-right-m .cart-control {
	line-height: 216%;
}

.h3_header_ .k2t-header-m .k2t-right-m .cart-control i {
	line-height: 168%;
	-webkit-transform: translateY(-4px);
	-ms-transform: translateY(-4px);
	-o-transform: translateY(-4px);
	transform: translateY(-4px);
}

.h3_header_ .k2t-header-m .k2t-right-m i {
	color: #a9a9a9;
}

.h3_header_ .k2t-header-m .k2t-right-m i:hover {
	color: #252525;
}

.h3_header_ .m-trigger .hamburger {
	padding: 0;
	margin-right: 56px;
}

.h3_header_ .m-trigger .hamburger-box {
	height: 13px;
}

.h3_header_ .current-menu-item a {
	color: #00d2ff;
}

.h3_header_ .m-trigger .hamburger-box:hover .hamburger-inner,
	.h3_header_ .m-trigger .hamburger-box:hover .hamburger-inner:before,
	.h3_header_ .m-trigger .hamburger-box:hover .hamburger-inner:after {
	background: #252525;
}

.h3_header_ .m-trigger .hamburger-inner, .h3_header_ .m-trigger .hamburger-inner:before,
	.h3_header_ .m-trigger .hamburger-inner:after {
	background: #00d2ff !important;
	border-radius: 0;
	height: 3px;
	width: 25px;
}

.h3_header_ .m-trigger .hamburger-inner:before {
	top: 9px;
}

.h3_header_ .m-trigger .hamburger-inner:after {
	top: 18px;
}

.h3_header_ .m-trigger .hamburger.is-active .hamburger-inner:after {
	top: 20px;
}

.h3_header_ .k2t-header-m {
	display: block;
}

.h3_header_ .k2t-header-m .mobile-menu-wrap {
	background: #fff;
	border-left: 1px solid #d9dee0;
	position: fixed;
	top: 0;
	right: -300px;
	height: 100%;
	width: 300px;
	overflow-y: scroll;
	-webkit-transition: all 0.3s ease 0.3s;
	-moz-transition: all 0.3s ease 0.3s;
	-o-transition: all 0.3s ease 0.3s;
	transition: all 0.3s ease 0.3s;
	z-index: 999;
}

.h3_header_ .k2t-header-m .mobile-menu-wrap.active {
	display: block;
	right: 0;
	-webkit-transition: all 0.3s ease 0.3s;
	-moz-transition: all 0.3s ease 0.3s;
	-o-transition: all 0.3s ease 0.3s;
	transition: all 0.3s ease 0.3s;
}

.h3_header_ .k2t-header-m .mobile-menu-wrap .m-trigger {
	position: absolute;
	top: -2px;
	left: 10px;
	z-index: 999;
}

.h3_header_ .k2t-header-m .mobile-menu-wrap .m-trigger .hamburger.is-active
	{
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.h3_header_ .k2t-header-m .mobile-menu-wrap .mobile-menu-toggle {
	display: block;
	margin-top: 15px 0 30px;
	padding-left: 6px;
	padding-right: 20px;
	height: 50px;
	line-height: 50px;
	width: 100%;
	text-align: right;
}

.h3_header_ .k2t-header-m .mobile-menu-wrap .mobile-menu-toggle i {
	font-size: 24px;
}

.h3_header_ .k2t-header-m .mobile-menu-wrap .top-mobile-menu {
	border-bottom: 2px dashed #cccccc;
	overflow: hidden;
}

.h3_header_ .k2t-header-m .mobile-menu-wrap .top-mobile-menu>*:first-child:last-child
	{
	float: right;
}

.h3_header_ .k2t-header-m .mobile-menu-wrap .top-mobile-menu .view-wishlist
	{
	float: left;
	width: 50%;
}

.h3_header_ .k2t-header-m .mobile-menu-wrap .top-mobile-menu .view-wishlist>a
	{
	color: #a9a9a9;
	display: block;
	font-size: 30px;
	margin: 0 auto;
	width: 50px;
	text-align: center;
	-webkit-transform: translateY(2px);
	-ms-transform: translateY(2px);
	-o-transform: translateY(2px);
	transform: translateY(2px);
}

.h3_header_ .k2t-header-m .mobile-menu-wrap .top-mobile-menu .view-wishlist>a:active,
	.h3_header_ .k2t-header-m .mobile-menu-wrap .top-mobile-menu .view-wishlist>a:hover
	{
	color: #ff5722;
}

.h3_header_ .k2t-header-m .mobile-menu-wrap .top-mobile-menu .mobi-menu-login
	{
	float: left;
	width: 50%;
}

.h3_header_ .k2t-header-m .mobile-menu-wrap .top-mobile-menu .mobi-menu-login>a
	{
	color: #00d2ff;
	display: table;
	font-size: 30px;
	font-weight: 600;
	margin: 0 auto;
	padding-right: 40px;
	text-align: center;
	text-transform: uppercase;
}

.h3_header_ .k2t-header-m .mobile-menu-wrap .top-mobile-menu .mobi-menu-login>a:active,
	.h3_header_ .k2t-header-m .mobile-menu-wrap .top-mobile-menu .mobi-menu-login>a:hover
	{
	color: #00d2ff;
}

.h3_header_ .k2t-header-m ul, .h3_header_ .k2t-header-m ol {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

.h3_header_ .k2t-header-m ul>li, .h3_header_ .k2t-header-m ol>li {
	line-height: 68px;
}

.h3_header_ .k2t-header-m ul>li a, .h3_header_ .k2t-header-m ol>li a {
	padding-left: 20px;
	padding-right: 30px;
}

.h3_header_ .k2t-header-m ul ul>li, .h3_header_ .k2t-header-m ol ul>li {
	line-height: 40px;
}

.h3_header_ .k2t-header-m ul ul>li a, .h3_header_ .k2t-header-m ol ul>li a
	{
	padding-left: 40px;
}

.h3_header_ .k2t-header-m ul ul ul>li a, .h3_header_ .k2t-header-m ol ul ul>li a
	{
	padding-left: 60px;
}

.h3_header_ .k2t-header-m .mobile-menu {
	padding-left: 0;
	max-width: 260px;
	position: initial;
	overflow: visible;
}

.h3_header_ .k2t-header-m ul {
	padding-left: 0;
}

.h3_header_ .k2t-header-m ul li {
	position: relative;
}

.h3_header_ .k2t-header-m ul li .wrap-link-item {
	position: relative;
	width: 109%;
}

.h3_header_ .k2t-header-m ul li .wrap-link-item:hover>a, .h3_header_ .k2t-header-m ul li ul li.current-menu-item a,
	.h3_header_ .k2t-header-m ul li.current-menu-parent>a {
	background: #00d2ff;
	color: #fff !important;
}

.h3_header_ .k2t-header-m ul li .wrap-link-item:hover .open-sub-menu:before
	{
	color: #fff !important;
}

.h3_header_ .k2t-header-m ul li.active>.wrap-link-item a, .h3_header_ .k2t-header-m ul li.current-menu-ancestor>.wrap-link-item a
	{
	color: #00d2ff;
}

.h3_header_ .k2t-header-m ul li.active>.wrap-link-item:hover a,
	.h3_header_ .k2t-header-m ul li.current-menu-ancestor>.wrap-link-item:hover a
	{
	color: #fff !important;
}

.h3_header_ .k2t-header-m ul li a {
	display: inline-block;
	color: #252525;
	font-family: "Roboto";
	font-size: 14px;
	font-weight: 400;
	min-height: 40px;
	line-height: 40px;
	width: 100%;
	text-transform: uppercase;
}

.h3_header_ .k2t-header-m ul li ul li a {
	font-size: 13px;
	color: #999;
}

.h3_header_ .k2t-header-m ul li ul li a:hover {
	color: #fff;
}

.h3_header_ .k2t-header-m ul li a:hover {
	background: #00d2ff;
	color: #fff;
}

.h3_header_ .k2t-header-m ul.mobile-menu>li>.wrap-link-item a {
	font-size: 16px;
	min-height: 68px;
	line-height: 68px;
	font-family: Roboto;
	font-weight: 600;
}

.h3_header_ .k2t-header-m ul.sub-menu {
	display: none;
}

.h3_header_ .k2t-header-m ul .menu-item-has-children>.wrap-link-item .open-sub-menu
	{
	cursor: pointer;
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	width: 12px;
	height: 12px;
	line-height: 10px;
	margin-top: -2px;
	margin-right: 25px;
	cursor: pointer;
	border: 1px solid #000;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
}

.h3_header_ .k2t-header-m ul .menu-item-has-children>.wrap-link-item .open-sub-menu:hover
	{
	border: 1px solid #fff;
}

.h3_header_ .k2t-header-m ul .menu-item-has-children>.wrap-link-item .open-sub-menu:before
	{
	color: #252525;
	display: inline-block;
	content: '\f2f9';
	font-family: 'Material-Design-Iconic-Font';
	font-size: inherit;
	text-rendering: auto;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.h3_header_ .k2t-header-m ul .menu-item-has-children>.wrap-link-item .open-sub-menu.active:before
	{
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.h3_header_ .k2t-header-m ul .menu-item-has-children.current-menu-ancestor>.wrap-link-item .open-sub-menu:before,
	.h3_header_ .k2t-header-m ul .menu-item-has-children:hover>.wrap-link-item .open-sub-menu:before
	{
	color: #00d2ff;
}

.offcanvas-sidebar {
	display: none !important;
}

.h3_header_ .mobile-menu-wrap {
	left: auto;
}

.h3_header_ .logo-tw4 {
	padding-left: 100px;
}

.h3_header_ .menu-item-has-children>.btn-ripple.active:after {
	content: '\f2fb';
}

.h3_header_ .menu-item-has-children>.btn-ripple:after {
	color: #252525;
	display: inline-block;
	content: '\f2f9';
	font-family: 'Material-Design-Iconic-Font';
	font-size: inherit;
	text-rendering: auto;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	border: 1px solid;
	cursor: pointer;
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	width: 12px;
	height: 12px;
	line-height: 10px;
	margin-right: 25px;
	cursor: pointer;
	border: 1px solid #000;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
}

.h3_header_ .menu-item-has-children>.btn-ripple:hover:after, .h3_header_ ul>li.current-menu-parent>.btn-ripple:after
	{
	border: 1px solid #fff;
	color: #fff;
}

.h3_header_ .menu-item-has-children>.btn-ripple {
	position: relative;
}

.h3_header_ .k2t-megamenu .mega-container {
	display: none;
}

.h3_header_ .k2t-megamenu .mega-container ul {
	background: none !important;
}

.h3_header_ .mega-container ul li a [class^="awesome-"], .h3_header_ .mega-container ul li a [class*=" awesome-"]
	{
	padding-right: 25px;
}

.h3_header_ .k2t-header-m ul li .wrap-link-item:hover>a {
	-webkit-transition: all .25s ease-in-out 1s;
	-moz-transition: all .25s ease-in-out 1s;
	-ms-transition: all .25s ease-in-out 1s;
	-o-transition: all .25s ease-in-out 1s;
	transition: all .25s ease-in-out 1s;
}

/* HEADER 4 */
.h4_header_ {
	height: auto;
}

.h4_header_ .align-left, .h4_header_ .align-right {
	padding: 0 3px;
	letter-spacing: .4px;
}

#header .h-element.element-editor {
	display: inline-block;
}

.h4_header_ #k2t-header-top {
	font-family: 'Roboto';
	font-size: 13px;
	height: 40px;
	line-height: 40px;
	border-top: 3px solid #00d2ff;
}

.h4_header_ .k2t-header-top .h-element.element-editor {
	color: #000;
	font-size: 13px;
	padding: 0 5px;
	vertical-align: top;
	letter-spacing: 1px;
}

.h4_header_ .element-editor.email:before {
	content: "\f003";
	font: FontAwesome;
	padding-right: 5px;
	color: #00d2ff;
}

.h4_header_ .element-editor.phone:before {
	content: "\f095";
	font-family: FontAwesome;
	padding-right: 5px;
	color: #00d2ff;
}

.h4_header_ #logo {
	padding-left: 5px;
	float: left;
	margin-top: -5px;
}

.h4_header_ .k2t-header-mid .k2t-menu {
	font-size: 14px;
}

.h4_header_ .k2t-header-top .h-element.element-editor.email {
	padding-left: 15px;
	letter-spacing: 1.4px;
}

.h4_header_ .k2t-header-top ul.social {
	display: inline-block;
	padding: 0;
	margin: 0;
}

.h4_header_ ul.social:after {
	content: "|";
	padding-right: 13px;
	font-size: 15px;
}

.h4_header_ .k2t-header-top ul.social li {
	display: inline-block;
	padding: 0 14px;
	font-size: 15px;
}

.h4_header_ .k2t-menu>li>a span {
	text-transform: none;
	font-weight: 500;
	color: #444444;
}

.h4_header_ .k2t-header-top ul.social li a {
	color: #000;
}

.h4_header_ .k2t-header-top ul.social li a .fa {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.h4_header_ .h-element.custom-login {
	display: inline-block;
	color: #000;
}

.h4_header_ .h-element.custom-login, .h4_header_ .h-element.custom-login a
	{
	color: #000;
	padding: 3px 5px;
	font-size: 14px;
}

.h4_header_ .h-element.custom-login span {
	margin-right: 0px;
	margin-left: 6px;
}

.h4_header_ .h-element.custom-login a:hover {
	color: #00d2ff;
}

.h-element.custom-login:before {
	content: url('img/icon-login.png');
	padding-right: 5px;
	width: 13px;
	height: 17px;
	vertical-align: middle;
}

.h4_header_ .align-right {
	float: right;
}

.h4_header_ .align-right #menu-main-menu {
	float: left;
	padding-right: 24px;
	margin-top: -2px;
	letter-spacing: 1.6px;
}

.h4_header_ #k2t-header-mid>li>a {
	padding: 0 20px;
}

.h4_header_ #k2t-header-mid {
	height: 95px;
	line-height: 95px;
}

.h4_header_ .k2t-menu li a {
	font-size: 13px;
}

.h4_header_ .btn-search {
	padding: 0;
	margin-right: -13px;
	margin-top: -4px;
}

.h4_header_ ul.dropdown-menu {
	border: none;
	box-shadow: none;
	padding: 0;
	left: auto;
	right: 0;
}

.h4_header_ .btn-search button {
	right: 8px;
	top: -5px;
	line-height: 1;
}

.h4_header_ .k2t-menu .mega-container {
	top: 140px;
}

.h4_header_ .k2t-menu li ul.sub-menu {
	top: 92px;
	text-align: left;
}

.h4_header_ .k2t-menu li ul {
	width: 240px;
}

/* HEADER 5 */
.h5_header_ .align-left, .h5_header_ .align-right {
	padding: 0 3px;
}

.h5_header_ {
	height: auto;
}

#header .h-element.element-editor.call-text {
	display: inline-block;
	top: 8px;
	position: relative;
	line-height: 0;
	font-size: 14px;
	letter-spacing: 0.6px;
	margin-right: -7px;
}

#header .h-element.element-editor {
	display: inline-block;
}

.h5_header_ #k2t-header-top {
	font-family: 'Raleway';
	font-size: 13px;
	height: 40px;
	line-height: 45px;
	border-bottom: 1px solid #ccc;
}

.h5_header_ .k2t-header-top .h-element.element-editor {
	color: #000;
	font-size: 13px;
	padding: 0 5px;
	vertical-align: middle;
}

.h5_header_ .element-editor.email:before {
	content: "\f003";
	font: FontAwesome;
	padding-right: 5px;
	color: #f8c957;
}

.h5_header_ .element-editor.phone:before {
	content: "\f095";
	font-family: FontAwesome;
	padding-right: 5px;
	color: #f8c957;
}

.h5_header_ #logo {
	position: absolute;
	top: 0;
	left: 50.4%;
	transform: translateX(-50%);
	z-index: 1000;
}

.h5_header_ .k2t-header-top .h-element.element-editor.email {
	padding-left: 37px;
}

.h5_header_ .k2t-header-top ul.social {
	display: inline-block;
	padding: 0;
	margin-right: 25px;
}

.h5_header_ .k2t-header-top ul.social li {
	display: inline-block;
	padding: 0 14px;
	font-size: 15px;
}

.h5_header_ .k2t-menu>li a span.k2t-title-menu {
	color: #34495e;
	font-weight: 500;
}

.h5_header_ .k2t-header-top ul.social li a {
	color: #34495e;
}

.h5_header_ .k2t-header-top ul.social li a .fa {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.h5_header_ .h-element.custom-login {
	display: inline-block;
	color: #000;
}

.h5_header_ .h-element.custom-login, .h5_header_ .h-element.custom-login a
	{
	color: #000;
	padding: 0;
	font-size: 14px;
}

.h5_header .h-element.custom-login a:first-child {
	margin-right: 2px;
}

.h5_header .h-element.custom-login:before {
	padding-right: 21px;
	margin-top: 0px;
}

.h5_header_ .h-element.custom-login a {
	position: relative;
}

.h5_header_ .h-element.custom-login a:after {
	content: '';
	position: absolute;
	display: inline-block;
	height: 1px;
	width: 0px;
	transition: width .5s ease;
	bottom: 0;
	right: 0;
	background-color: #f8c957;
}

.h5_header_ .h-element.custom-login a:hover:after {
	width: 100%;
}

.h5_header_ .h-element.custom-login a:hover {
	color: #f8c957;
}

.h-element.custom-login:before {
	content: url('img/icon-login.png');
	padding-right: 17px;
	width: 0;
	height: 0;
	display: inline-block;
	margin-top: 5px;
	vertical-align: top;
}

.h5_header_ .align-right {
	float: right;
}

.h5_header_ .align-right #menu-main-menu {
	float: left;
}

.h5_header_ #k2t-header-mid {
	height: 58px;
	line-height: 53px;
}

.h5_header_ .btn-search {
	padding: 0;
	padding-left: 20px;
	margin-right: -12px;
	margin-top: -3px;
	cursor: pointer;
}

.h5_header_ ul.dropdown-menu {
	border: none;
	box-shadow: none;
	padding: 0;
	left: auto;
	right: 0;
}

.h5_header_ .btn-search button {
	right: 8px;
	top: -5px;
	color: #f8c957;
}

.h5_header_ .align-left {
	float: left;
}

.h5_header_ .align-right .k2t-menu {
	float: left;
}

.h5_header_ .k2t-menu>li>a {
	position: relative;
	padding-right: 59px;
	font-size: 14px;
	font-family: "Raleway";
	letter-spacing: .4px;
}

.h5_header_ .k2t-menu li ul li a {
	font-weight: 400;
	font-family: "Raleway";
}

.h5_header_ .h-element.custom-login a, .h5_header_ .btn-search .form-control
	{
	font-family: "Raleway";
}

.h5_header_ .k2t-menu li>a:hover, .h5_header_ .k2t-menu li.active>a,
	.h5_header_ .k2t-menu li>a.current {
	color: #f8c957;
}

.h5_header_.k2t-header .k2t-menu>li>a span.k2t-title-menu:before {
	color: #f8c957;
	content: "\f0d8";
	font-family: FontAwesome;
	background: none !important;
	top: 5px;
	font-size: 20px;
	text-align: center;
}

.h5_header_.k2t-header .k2t-menu li>a span:before {
	background: #f8c957;
}

.h5_header_ .k2t-menu>li>a:first-child {
	padding-left: 0;
}

.h5_header_ #menu-custom-2 {
	letter-spacing: .4px;
	padding: 0 44px;
}

.h5_header_ #menu-custom-2 li:first-child a {
	margin-right: -18px;
}

.h5_header_ .k2t-menu li ul.sub-menu {
	top: 56px;
}

.h5_header_ .k2t-header-top ul.social li a:hover, .h5_header_ .h-element.custom-login a:hover,
	.h5_header_ .btn-search a:hover {
	color: #f8c957;
}

.h5_header_ .btn-search .form-control {
	border-bottom: 1px solid #f8c957;
}

.h5_header_ .h-element.custom-login a:first-child {
	margin-right: 3px;
}

.h5_header_ .h-element.custom-login {
	margin-right: -13px;
}

.h5_header_ .h-element.custom-login:before {
	content: url(img/icon-login.png);
	padding-right: 20px;
	width: 0;
	height: 0;
	display: inline-block;
	margin-top: 0px;
	vertical-align: top;
}

/* END FIX  */

/* CONTENT HOME */
.no-sidebar .content-page {
    padding: 0;
}
.content-page {
    padding-top: 60px;
}

.left-sidebar .page-entry .container, .right-sidebar .page-entry .container
	{
	width: 100%;
	margin-top: 120px;
}

.left-sidebar .woocommerce ul .products li .product h3, .right-sidebar .woocommerce ul .products li .product h3
	{
	width: calc(100% - 270px);
	float: left;
}

.woocommerce .woocommerce-ordering {
	margin: 0;
}

.page-entry h2 {
	color: #012830;
	font-family: 'Raleway';
/* 	padding-bottom: 60px; */
	text-transform: uppercase;
}

.page-entry .iconbox-home h2 {
	padding-bottom: 47px;
	font-family: 'Raleway';
	padding-top: 0;
}

.page-entry .iconbox-home h2 strong, .page-entry .service-home1 h2 strong
	{
	font-family: 'Raleway';
	letter-spacing: 0.5px;
	margin-left: 18px;
}

.k2t-text-box {
	letter-spacing: 0.4px;
	padding-left: 16px;
}

.iconbox-home .k2t-divider {
	margin-top: 47px;
	margin-bottom: 60px;
}

.iconbox-home .content-icon .container {
	padding-left: 0;
	padding-right: 0;
}

.iconbox-home .icon-box-2 .iconbox-image {
	padding-left: 20px;
}

.iconbox-home .k2t-iconbox.icon-box-3 .iconbox-image {
	position: relative;
	top: -8px;
	left: 10px;
	margin-bottom: -1px;
}

.titlebar-home1 {
	margin-top: -4px;
}

.page-entry .service-home1 h2 {
	padding-bottom: 46px;
}

.page-entry h2 strong .title-testimo-home4 {
	color: #ffffff;
}

.page-entry h3 {
	/* color: #012830; */
	font-family: 'Raleway';
}

.page-entry h4 {
	/* color: #012830; */
	font-family: 'Raleway';
}

.page-entry h5 {
	color: #012830;
	font-family: 'Raleway';
}

.page-entry h6, .page-entry h6 strong {
	color: #012830;
	font-family: 'Raleway';
	font-size: 14px;
}

.commentlist .children {
	list-style: none;
	margin: 0;
}

.commentlist .comment-body {
	list-style: none;
	margin-bottom: 30px;
	position: relative;
}

.comment-body {
	position: relative;
	z-index: 0;
}

.commentlist img {
	float: left;
}

.commentlist .comment-content:last-child {
	margin-bottom: 35px;
}

.comment-body .comment-meta .comment-author {
	display: block;
	color: #333;
	font-family: 'Montserrat';
	font-size: 100%;
	font-weight: bold;
	font-style: normal;
	margin-bottom: 10px;
}

.commentlist .comment-content>p {
	color: #666;
}

.commentlist .comment-body footer .action-link>a {
	display: inline-block;
	padding-left: 10px;
	text-transform: uppercase;
	color: #999;
}

#commentform>p {
	position: relative;
	margin-bottom: 19px;
}

.form-submit #submit {
	border: none;
	color: #fff;
	display: inline-block;
	font-family: 'Montserrat';
	font-size: 100%;
	font-weight: bold;
	height: 62px;
	line-height: 62px;
	width: auto;
	padding: 0 30px;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

#commentform>p input {
	border: 0;
	outline: 0;
	border: 1px solid #ccc;
	color: #999;
	padding: 0 15px;
	width: 100%;
	height: 50px;
	line-height: 50px;
	margin: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#commentform>p .comment-form-author {
	width: 48%;
	float: left;
}

#commentform>p .comment-form-email {
	width: 48%;
	float: right;
}

.team-home2 .k2t-member article header h3.member-name {
	color: #00adb5;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1.4px;
}

.form-submit #submit:hover {
	background: #e5e5e5;
	color: #00d2ff;
	transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

button, input [type="button"], input [type="reset"], input [type="submit"]
	{
	background: #00d2ff;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	color: #fff;
	cursor: pointer;
	-webkit-appearance: button;
	display: inline-block;
	font-size: 100%;
	font-size: 16px;
	font-weight: 700;
	padding: 0 31px;
	/* height: 62px; */
	outline: 0;
}

#respond h3 .comment-reply-title {
	color: #000;
	font-weight: 600;
	font-size: 20px;
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
}

.post-content blockquote p:last-child {
	padding: 0;
}

.widget_tag_cloud a {
	color: #999;
	display: inline-block;
	font-size: 107.1428% !important;
	padding-right: 3px;
}

#tag_cloud-2 a:after, #tag_cloud-1 a:after, #tag_cloud-3 a:after,
	#tag_cloud-4 a:after {
	content: ",";
}

.main-content .top-meta>div>* {
	display: inline-block;
	position: relative;
}

.main-content .top-meta>div.categories-list>*:last-child:after {
	content: none;
}

img.footer-logo {
	vertical-align: top;
	padding-bottom: 50px;
}

img.footer-logo-2 {
	display: none;
}

.comment-list {
	margin: 0;
	list-style: none;
}

.comment-list img {
	float: left;
}

.comment-list .comment-body {
	list-style: none;
	margin-bottom: 30px;
	position: relative;
}

.comment-list .comment-content {
	background-color: #f6f6f6;
	margin-left: 100px;
	padding: 21px;
	position: relative;
	z-index: 0;
}

.comment-list .comment-content:last-child {
	margin-bottom: 35px;
}

.comment-list .comment-content:before {
	content: 'D';
	color: #f6f6f6;
	font-family: "ElegantIcons";
	font-size: 30px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	position: absolute;
	top: 14px;
	left: -17px;
}

.comment-list .comment-content>p {
	color: #666;
}

.comment-body .comment-meta .comment-author {
	display: inline-block;
	color: #333;
	font-family: 'Roboto';
	font-size: 100%;
	font-weight: bold;
	font-style: normal;
	margin-bottom: 10px;
	padding-right: 5px;
}
.comment-meta .role {
	color: #00d2ff;
	text-transform: capitalize;
	padding-left: 5px;
	font-style: italic;
	font-weight: 500;
}
.comment-content footer .time {
	color: #999;
	font-size: 12px;
}
.comment-list .comment-body footer .action-link>a:hover {
	color: #000;
}

.main-content .related-post {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 40px;
	padding-top: 40px;
	clear: both;
}

.main-content .owl-theme {
	display: inline-block;
}

.title-bar ul li {
	color: #ccc;
	text-transform: uppercase;
}

.k2t-navigation ul {
	text-align: right;
}

.k2t-navigation li {
	display: inline-block;
	margin: 0 10px;
	padding: 0 5px;
	text-align: center;
}

.breadcrumb {
	background: none;
}

.summary i {
	color: #fff;
	padding: 7px;
	border-radius: 50%;
	background: #ccc;
	width: 27px;
	height: 27px;
	text-align: center;
}

.summary i:hover {
	background: #00d2ff;
}

.related .sale, ul .products .sale {
	top: 0;
}

input:-webkit-autofill {
	background-color: #FFFFFF;
}

.woocommerce .login button .button, .woocommerce .login button .button:hover,
	.woocommerce .edit-account input .button, .woocommerce .edit-account input .button:hover,
	.woocommerce .lost_reset_password input .button, .woocommerce .lost_reset_password input .button:hover
	{
	border: none;
	padding: 0 30px;
	background: #00d2ff;
	color: #FFFFFF;
	border-radius: 5px;
	font-size: 17px;
}

.woocommerce form .checkout_coupon, .woocommerce form .login,
	.woocommerce form .register, .woocommerce form .lost_reset_password,
	.woocommerce form .edit-account {
	max-width: 630px;
	margin: 0 auto;
}

.woocommerce a .remove:hover {
	color: #00d2ff !important;
	background: none;
}

.woocommerce-page table .shop_table td .product-name a {
	/* font-family: 'Roboto', sans-serif; */
	color: #252525;
}

.woocommerce-page table .shop_table tr td span .amount,
	.woocommerce-page table .shop_table td .product-name a {
	font-family: 'Roboto';
	font-size: 16px;
	font-weight: 600;
}

.woocommerce table .shop_table td, .woocommerce-page table .shop_table td .product-quantity
	{
	padding: 0;
}

.woocommerce table .shop_table {
	border: none;
}

.woocommerce tr .cart_item .quantity-prev {
	position: absolute;
	top: 0;
	left: 10px;
	background: none;
	padding: 8px 0;
}

.woocommerce tr .cart_item .quantity-next {
	position: absolute;
	top: 0;
	right: 10px;
	background: none;
	padding: 8px 0;
}

.woocommerce .quantity input .qty {
	width: 120px;
	margin: 0 5px;
	font-weight: bold;
}

.woocommerce a .button {
	background-color: #00d2ff;
}

.woocommerce-page .order-total .woocommerce-shipping-calculator {
	display: none;
}

#calc_shipping_postcode, #calc_shipping_state {
	border: 1px solid #ddd;
}

.woocommerce .shipping-calculator-form button .button, .woocommerce .shipping-calculator-form button .button:hover
	{
	width: 100%;
	background-color: #00d2ff;
	color: #FFFFFF;
	border: none;
}

.woocommerce .cart_totals .shop_table .coupon input [type='submit'] {
	max-width: 100%;
	background-color: #00d2ff;
	color: #FFFFFF;
	border: none;
}

input #createaccount {
	width: auto;
}

#ship-to-different-address label .checkbox {
	display: inline-block;
}

.sidebar .widget button {
	display: none;
}

.k2t-main {
	padding: 0;
}

.home2-wwd .k2t-iconbox .desc {
	padding: 20px;
	text-align: left;
}

.feature-home3 .k2t-iconbox .layout-2 .iconbox-text {
	margin-left: 120px;
}

.pricing-footer button a:hover {
	color: #ffffff;
}

.tab-home2 .vc_tta .vc_general .vc_tta-panel-body {
	padding: 0;
}

.advan-home5 .iconbox-text a {
	color: #ffffff;
	font-size: 14px;
}

.member .owl-page .active {
	background: none;
}

.testimo-home1 .slick-prev:before, .testimo-home1 .slick-next:before {
	color: rgba(255, 255, 255, 0.8);
	font-family: FontAwesome;
	font-size: 36px;
	letter-spacing: 2.7px;
	opacity: 0.8;
	position: relative;
	top: -5px;
}

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before,
	.slick-next:focus:before {
	opacity: 1;
}

.k2t-testimonial .testimonial-job {
	text-transform: none;
	font-family: 'Roboto';
	font-weight: normal;
	letter-spacing: 1.1px;
	color: #cecece;
}

footer .dark-bg .widget span, footer .widget ul li a {
	color: #999;
}

.k2t-testimonial .testimonial-content {
	max-width: 972px;
}

.k2t-testimonial .testimonial-content p {
	font-size: 24px;
	font-weight: normal;
	font-style: italic;
	font-stretch: normal;
	line-height: 1.67;
	letter-spacing: 3px;
	text-align: center;
	color: #ffffff;
	font-family: "DroidSerif";
}

.testimo-home1 .owl-theme .owl-prev {
	left: 30%;
}

.testimo-home1 .owl-theme .owl-prev:hover {
	background: none;
}

.testimo-home1 .owl-theme .owl-next {
	right: 30%;
}

.testimo-home1 .owl-theme .owl-next:hover {
	background: none;
}

.testimo-home1 .slick-prev:before {
	content: "\f104" !important;
	font-family: FontAwesome !important;
}

.iconbox-home .k2t-iconbox .iconbox-image {
	margin-bottom: 4px;
}

.testimo-home1 .slick-next:before {
	content: "\f105" !important;
	font-family: FontAwesome !important;
}

.slick-prev, .slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 36px;
	height: 36px;
	padding: 0;
	margin-top: -10px\9;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
}

.testimo-home1 .slick-prev {
	left: 0;
}

.testimo-home1 .slick-next {
	right: 0;
}

.testimo-home1 h2 strong {
	letter-spacing: 2.3px;
	font-family: "Raleway";
	font-weight: bold;
	margin-left: 16px;
}

.team-home1 .k2t-member article header span.member-name {
	color: #ffffff;
	text-align: left;
	text-transform: uppercase;
}

#footer .widget-tags a {
	padding: 3px 10px;
	float: left;
	background: #535353;
	margin: 5px;
	font-size: 13px !important;
	font-family: 'Roboto';
}

.lts2 {
	letter-spacing: 2px !important;
}

.lts54 {
	letter-spacing: 6px !important;
}

.lts14 {
	letter-spacing: 1.4px !important;
}

.lts11 {
	letter-spacing: 1.1px !important;
}

.team-home1 .k2t-member article header h3 .member-name {
	color: #ffffff;
	text-align: left;
	text-transform: uppercase;
}

.k2t-member article header span .member-role {
	color: #999999;
	font-style: normal;
	text-align: left;
}

.client-home {
	padding-top: 95px;
	padding-bottom: 69px;
}

.client-home .container {
	padding-left: 0;
	padding-right: 0;
}

.page-entry .client-home h2 {
	padding-bottom: 16px;
}

.client-home .k2t-text-box {
	padding-left: 11px;
}

.client-home .owl-carousel {
	padding-top: 33px;
	position: initial;
}

.client-home h2 strong {
	margin-left: 8px;
	font-family: "Raleway";
	letter-spacing: 0.8px;
}

.team-home1 .k2t-member article header span .member-role {
	margin-top: 5px;
	margin-bottom: 5px;
}

.testimo-home .k2t-member article header span .member-role {
	text-align: center;
	color: #00adb5;
	font-style: italic;
	font-size: 100%;
	margin: 0;
}

.testimo-home1 .testimonial-name {
	font-family: "Raleway";
	letter-spacing: 1.4px;
}

.testimo-home .owl-theme .owl-controls .owl-page .active span,
	.testimo-home .owl-theme .owl-controls .clickable .owl-page:hover span
	{
	border: none;
	background: #00adb5;
}

.team-home2 .k2t-member .style-slice .team-content {
	width: 100%;
}

.team-home2 .k2t-member article header span .member-name {
	color: #00adb5;
	font-size: 18px;
}

.team-home2 .k2t-member article header span .member-role {
	text-align: center;
	font-style: italic;
	font-family: DroidSerif;
}

.team-home2 .k2t-member .style-slice .team-content ul li {
	display: inline-block;
	margin: 0 5px;
}

.team-home2 .k2t-iconbox .learnmore {
	display: block;
}

.service-1 .vc_col-sm-4 {
	top: 220px;
}

.service-2 .vc_col-sm-8 {
	float: right;
}

.team-home2 .k2t-iconbox .learnmore a b {
	display: block;
}

.team-home2 .k2t-iconbox .learnmore {
	font-size: 23px;
	position: absolute;
	top: 40%;
	line-height: 1.5em;
}

.team-home2 .k2t-iconbox .iconbox-icon {
	position: absolute;
	top: 16%;
	left: 50%;
	transform: translate(-50%, 50%);
}

.team-home2 .k2t-iconbox.layout-1 .iconbox-text .title h3 {
	padding-top: 20px;
	padding-bottom: 0;
}

.domain .vc_tta-color-white .vc_tta-style-classic .vc_tta-tab>a:focus,
	.domain .vc_tta-color-white .vc_tta-style-classic .vc_tta-tab>a:hover,
	.domain .vc_tta-color-white .vc_tta-style-classic .vc_tta-tab .vc_active>a
	{
	border-color: rgba(247, 247, 247, 0);
	background-color: rgba(255, 255, 255, 0);
	color: #00d2ff;
}

.domain .vc_tta-color-white .vc_tta-style-classic .vc_tta-tab>a {
	border-color: rgba(247, 247, 247, 0);
	background-color: rgba(255, 255, 255, 0);
	color: #fff;
}

.tab-home2 .vc_tta .vc_general .vc_tta-icon {
	font-size: 5em;
}

.tab-home2 .vc_tta .vc_tta-spacing-35 .vc_tta-tab {
	margin: 50px 70px;
}

.tab-home2 .vc_tta-color-white .vc_tta-style-modern .vc_tta-tab>a {
	border: none;
	background: none;
	color: #adadad;
}

.tab-home2 .vc_tta-color-white .vc_tta-style-modern .vc_tta-tab .vc_active>a,
	.tab-home2 .vc_tta-color-white .vc_tta-style-modern .vc_tta-tab>a:hover
	{
	color: #00d2ff;
	border: none;
	background: none;
}

.home2-wwd .k2t-member article header span .member-name {
	text-transform: uppercase;
	margin-top: 30px;
	text-align: left;
	cursor: pointer;
}

.home2-wwd .k2t-member article header span .member-name:hover {
	color: #00adb5;
}

.about-home4 {
	background: url('../images/home-4/about-bg.png') no-repeat;
	background-size: 100% 100%;
}

.about-home4 .vc_col-sm-8 {
	margin-top: 66px;
}

.contact-home5 .vc_col-sm-4, .contact-home5 .vc_col-sm-8 {
	padding: 0 15px;
}

.contact-home5 .vc_col-sm-4>* {
	margin-right: 40px;
}

.contact-home5 input, .contact-home5 textarea {
	background: none;
	border: 1px solid #fff;
	color: #fff;
	font-style: normal;
	font-size: 14px;
	font-family: "Roboto";
	min-height: 40px;
	width: 100%;
	margin-bottom: 30px;
	padding-left: 15px;
}

.contact-home5 input:focus, .contact-home5 textarea:focus {
	outline: none;
}

::-webkit-input-placeholder {
	font-family: "Raleway" !important;
	font-weight: 700;
}

.contact-home5 textarea {
	max-height: 110px;
}

.contact-home5 input#submit {
	background: #fff;
	color: #00d2ff;
	text-transform: uppercase;
}

.contact-home5 form img .ajax-loader {
	display: none;
}

.contact-home5 span .messenger {
	float: right;
}

input #btn-buy {
	width: 165px;
	margin: 15px;
	height: 50px;
	background: #2c3a49;
	color: #edb621;
	border: none;
	text-transform: uppercase;
	font-weight: normal;
}

.home2-about h1 strong:after {
	content: "";
	position: absolute;
	border-left: 1px solid #ccc;
	display: inline-block;
	height: 95px;
	width: 1px;
	left: 0px;
	top: -14px;
	margin-left: 25px;
}

.title-home2-wwd .wpb_text_column:first-child, .service-home2 .wpb_text_column:first-child,
	.testimo-home .wpb_text_column:first-child, .team-home2 .wpb_text_column:first-child,
	.full-width .wpb_text_column:first-child {
	text-align: center;
	line-height: 1.2;
}

.title-home2-wwd h2, .service-home2 h2, .title-home2 h2, .team-home2 h2,
	.full-width h2 {
	display: inline-block;
	height: 96px;
	line-height: 96px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 0 18px;
	position: relative;
	color: #333;
}

.title-home2-wwd h2:before, .service-home2 h2:before, .title-home2 h2:before,
	.team-home2 h2:before, .full-width h2:before {
	content: "";
	display: inline-block;
	width: 50px;
	height: 1px;
	position: absolute;
	background-color: #ccc;
	left: -18px;
	bottom: 18px;
}

.title-home2-wwd h2:after, .service-home2 h2:after, .title-home2 h2:after,
	.team-home2 h2:after, .full-width h2:after {
	content: "";
	display: inline-block;
	width: 50px;
	height: 1px;
	position: absolute;
	background-color: #ccc;
	left: -18px;
	top: 18px;
}

.title-home2-wwd h2 strong:before, .service-home2 h2 strong:before,
	.title-home2 h2 strong:before, .team-home2 h2 strong:before,
	.full-width h2 strong:before {
	content: "";
	display: inline-block;
	width: 50px;
	height: 1px;
	position: absolute;
	background-color: #ccc;
	right: -18px;
	bottom: 18px;
}

.title-home2-wwd h2 strong:after, .service-home2 h2 strong:after,
	.title-home2 h2 strong:after, .team-home2 h2 strong:after, .full-width h2 strong:after
	{
	content: "";
	display: inline-block;
	width: 50px;
	height: 1px;
	position: absolute;
	background-color: #ccc;
	right: -18px;
	top: 18px;
}

.purchase-home2 .vc_btn3 .vc_btn3-size-md {
	padding: 14px 25px;
	letter-spacing: 0.3px;
	padding: 14px 35px;
	letter-spacing: 2px;
	width: auto;
}

.different-home3 .k2t-iconbox .desc {
	line-height: 1.71;
	font-family: 'Roboto';
	color: #666666;
}

.feature-home3 .iconbox-text .learnmore {
	margin-top: 0;
}

.feature-home3 .iconbox-text .learnmore a {
	font-family: 'Roboto';
	font-weight: bold;
	font-size: 12px;
	text-transform: none;
	margin-top: 8px;
}

.banner-home3 .persephone .tparrows {
	border: none;
}

.banner-home3 .persephone .tparrows:hover {
	background: #869791;
}

.banner-home3 .persephone .tparrows:before {
	color: #000;
}

.tab-home2 .tab-left .k2t-text-box {
	padding-bottom: 50px;
	font-family: "Roboto";
	font-weight: normal;
	font-size: 14px;
	letter-spacing: 0.4px;
	margin-bottom: 0;
	color: #fff;
}

.tab-home2 .tab-left .k2t-button a span {
	font-weight: bold;
	font-size: 14px;
	font-family: "Raleway";
	letter-spacing: 0.4px;
}

.portfolio .k2t-page-topnav ul .menu>li>a {
	color: #666666;
}

.k2t-piechart .type-icon .chart-icon i {
	display: none;
}

.portfolio-home4 .k2t-page-topnav .active ul .menu>li .active>a,
	.portfolio-home4 .k2t-page-topnav ul .menu>li:hover>a {
	color: #00d2ff;
}

.departments-home5 .k2t-iconbox .layout-2 .iconbox-text {
	margin-left: 100px;
}

.member-home6 .k2t-member article header span .member-name {
	color: #ffffff;
}

.woocommerce-tabs ul .tabs li a {
	padding-right: 30px;
	padding-left: 0;
}

.testimo-home .k2t-member article header span .member-name, .team-home2 .k2t-member article header span .member-name
	{
	text-align: center;
	letter-spacing: 1.4px;
	text-transform: uppercase;
}

.vc_tta-tabs:not ( [class*=vc_tta-gap] ):not ( .vc_tta-o-no-fill ) .vc_tta-tabs-position-bottom .vc_tta-tab>a
	{
	border: none;
	background: none;
	color: #fff;
}

.vc_tta-tabs:not ( [class*=vc_tta-gap] ):not ( .vc_tta-o-no-fill ) .vc_tta-tabs-position-bottom .vc_tta-tab>a:hover,
	.vc_active:not ( [class*=vc_tta-gap] ):not ( .vc_tta-o-no-fill ) .vc_tta-tabs-position-bottom .vc_tta-tab>a
	{
	border: none;
	background: none;
	color: #00d2ff;
}

.medical .owl-carousel {
	position: inherit;
}

.domain .vc_tta-color-white .vc_tta-style-classic .vc_tta-tabs .vc_tta-panels
	{
	border: none;
	background: none;
}

.domain input .input-mail [type=text] {
	padding-left: 15px;
	color: #fff;
}

.domain .vc_tta-tabs:not ( [class*=vc_tta-gap] ):not ( .vc_tta-o-no-fill
	) .vc_tta-tabs-position-bottom .vc_tta-tab>a {
	background: none;
	border: none;
	color: #fff;
	padding: 0px 20px;
}

.domain .vc_tta-tabs:not ( [class*=vc_tta-gap] ):not ( .vc_tta-o-no-fill
	) .vc_tta-tabs-position-bottom .vc_tta-tab .vc_active>a {
	color: #00d2ff;
}

.k2t-portfolio-shortcode .h-fit .p-wrap-content .portfolio-meta .title a
	{
	color: #00d2ff;
	line-height: 1.5;
	font-family: 'Raleway';
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}

.k2t-portfolio-shortcode .h-fit .p-wrap-content .portfolio-meta .title {
	padding-bottom: 15px;
}

.k2t-portfolio-shortcode .h-fit .portfolio-meta .categories-list a {
	line-height: 1.5;
	font-family: 'Roboto Medium';
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
}

.k2t-portfolio-shortcode .h-fit .post-portfolio:hover .portfolio-thumb .mask-item
	{
	opacity: 0.8;
}

.k2t-page-topnav ul .menu, .k2t-page-topnav ul .menu ul {
	margin: 0 0 30px;
}

/* CUSTOM OWL_SLIDE */
h5 .heading-title {
	color: #010101;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.71;
	letter-spacing: 0.3px;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
}

h5 .heading-title a {
	color: #000;
}

h5 .heading-title a:hover {
	color: #00d2ff;
}

/* CUSTOMIZE CAROSEL  */
.owl-theme .owl-dots .owl-dot .active span {
	width: 16px;
	height: 16px;
	background: #00d2ff;
	transition: background 3s;
}

@media only screen and (max-width: 376px) {
	.owl-theme .owl-controls .owl-buttons div.owl-prev {
		right: 5px;
	}
	.owl-theme .owl-controls .owl-buttons div.owl-next {
		right: 15%;
	}
	.customer-home6 .k2t-iconbox .iconbox-text .title {
		top: 200px;
	}
	.home2-about h1 strong {
		padding: 0 10px 0 16px;
	}
}

.left-sidebar .woocommerce ul.products li.product h3, .right-sidebar .woocommerce ul.products li.product h3
	{
	width: calc(100% - 270px);
	float: left;
}

.woocommerce .woocommerce-ordering {
	margin: 0;
}

.entry-thumb iframe {
	width: 100%;
}

.page-entry h1, .page-entry h1 strong {
	color: #333333;
	font-family: 'Raleway';
	font-size: 48px;
}

.page-entry h2 strong.title-testimo-home4 {
	color: #ffffff;
}

.commentlist {
	margin: 0;
	list-style: none;
}

.commentlist .children .comment-body {
	padding-left: 40px;
}

.comment-body {
	position: relative;
	z-index: 0;
}

.commentlist .comment-content {
	background-color: #f6f6f6;
	margin-left: 100px;
	padding: 21px;
	position: relative;
	z-index: 0;
}

.commentlist .comment-body footer .action-link>a:hover {
	color: #00d2ff;
}

#commentform>p textarea {
	border: 0;
	outline: 0;
	border: 1px solid #ccc;
	color: #999;
	padding: 20px 15px;
	height: 180px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.k2t-megamenu-submenu ul li a span {
	font-family: "Raleway";
}

textarea {
	overflow: auto;
	vertical-align: top;
	width: 100%;
	/* height: auto; */
}

#commentform>p input {
	border: 0;
	outline: 0;
	border: 1px solid #ccc;
	color: #999;
	padding: 0 15px;
	width: 100%;
	height: 50px;
	line-height: 50px;
	margin: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#commentform>p.comment-form-author {
	width: 48%;
	float: left;
}

#commentform>p.comment-form-email {
	width: 48%;
	float: right;
}

button, input[type="button"], input[type="reset"], input[type="submit"]
	{
	background: #00d2ff;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	color: #fff;
	cursor: pointer;
	-webkit-appearance: button;
	display: inline-block;
	font-size: 100%;
	font-size: 16px;
	font-weight: 700;
	/* height: 62px; */
	outline: 0;
}

#respond h3.comment-reply-title {
	color: #000;
	font-weight: 600;
	font-size: 20px;
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
}

.icon-quote {
	top: 65px;
}

.widget_tag_cloud a, .widget_product_tag_cloud a {
	color: #999;
	display: inline-block;
	font-size: 107.1428% !important;
	padding-right: 3px;
}

.widget_tag_cloud a:hover, .widget_product_tag_cloud a:hover {
	color: #00d2ff;
}

.main-content .top-meta {
	margin-bottom: 25px;
	display: block;
	margin-top: 0;
}

.main-content .top-meta div {
	display: inline-block;
}

.main-content .top-meta>div:not (:first-child ) {
	padding-left: 21px;
}

.main-content .top-meta>div>*:last-child {
	line-height: 13px;
	padding-right: 21px;
}

.main-content .top-meta>div>*:last-child:after {
	content: '';
	background-color: #999;
	width: 2px;
	height: 100%;
	position: absolute;
	right: 0;
}

blockquote, q {
	color: #666666;
	background-color: #f6f6f6;
	padding: 35px 96px 35px 85px;
	margin-bottom: 30px;
	font-size: 121.4285%;
	font-style: italic;
	font-weight: 300;
	line-height: 202%;
	position: relative;
}

.main-content .related-post {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 40px;
}

.no-sidebar .k2t-wrap {
	width: 100%;
}
textarea::-webkit-input-placeholder  {
	font-family: "Raleway";
	font-weight: 400;
}
.k2t-wrap {
	padding: 0;
	margin: auto;
}

.related .sale, ul.products .sale {
	top: 0;
}

.k2t-shop-sidebar .widget_nm_color_filters .widget-title {
	margin-bottom: 0;
}

.k2t-shop-sidebar .widget_nm_color_filters .color-item a {
	color: #666;
	font-family: "Roboto";
}

.k2t-shop-sidebar .widget_nm_color_filters .color-item a:hover {
	color: #00d2ff;
}

.widget_product_categories>ul>.cat-item>a {
	font-weight: normal;
}

.k2t-shop .item-prod .yith-wcwl-add-to-wishlist .add_to_wishlist:before
	{
	color: #999;
}

.k2t-shop .item-prod .yith-wcwl-add-to-wishlist .add_to_wishlist:hover:before
	{
	color: #fff;
}

.woocommerce .login button.button, .woocommerce .login button.button:hover,
	.woocommerce .edit-account input.button, .woocommerce .edit-account input.button:hover,
	.woocommerce .lost_reset_password input.button, .woocommerce .lost_reset_password input.button:hover
	{
	border: none;
	padding: 0 30px;
	background: #00d2ff;
	color: #FFFFFF;
	border-radius: 5px;
	font-size: 17px;
}

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register,
	.woocommerce form.lost_reset_password, .woocommerce form.edit-account {
	max-width: 630px;
	margin: 0 auto;
}

.woocommerce a.remove:hover {
	color: #00d2ff !important;
	background: none;
}

.woocommerce-page table.shop_table td.product-name a {
	/* font-family: 'Roboto', sans-serif; */
	color: #252525;
}

.woocommerce-page table.shop_table tr td span.amount, .woocommerce-page table.shop_table td.product-name a
	{
	font-family: 'Roboto';
	font-size: 16px;
	font-weight: 600;
}

.woocommerce table.shop_table td, .woocommerce-page table.shop_table td.product-quantity
	{
	padding: 0;
}

.woocommerce table.shop_table {
	border: none;
}

.woocommerce tr.cart_item .quantity-prev {
	position: absolute;
	top: 0;
	left: 10px;
	background: none;
	padding: 8px 0;
}

.woocommerce tr.cart_item .quantity-next {
	position: absolute;
	top: 0;
	right: 10px;
	background: none;
	padding: 8px 0;
}

.woocommerce .quantity input.qty {
	margin: 0 10px;
	font-weight: bold;
}

.woocommerce .shipping-calculator-form {
	padding: 65px;
	border: 1px solid #ccc;
	margin-top: 15px;
	margin-bottom: 50px;
}

.woocommerce .product-thumbnail img {
	margin: 15px 0;
}

.woocommerce a.button {
	background-color: #00d2ff;
}

.woocommerce .cart-shipping h4 {
	padding-top: 0;
}

.woocommerce-page .no-sidebar .col-md-8 {
	width: 66.66666667%;
	/* margin-bottom: 100px; */
}

.woocommerce .form-cart {
	padding-left: 20px;
}

#calc_shipping_country:before {
	background: none;
	border: none;
}

.woocommerce .shipping-calculator-form button.button, .woocommerce .shipping-calculator-form button.button:hover
	{
	width: 100%;
	background-color: #00d2ff;
	color: #FFFFFF;
	border: none;
}

.woocommerce .coupon .form-row {
	border: 1px solid #ccc;
	padding: 65px;
}

.woocommerce .cart_totals .shop_table .coupon input[type='submit'] {
	max-width: 100%;
	background-color: #00d2ff;
	color: #FFFFFF;
	border: none;
}

input#createaccount {
	width: auto;
}

#ship-to-different-address label.checkbox {
	display: inline-block;
}

.left-sidebar .k2t-main {
	float: right;
}

.sidebar .widget .searchform input, .sidebar select {
	background: #f6f6f6;
	border: 1px solid #ccc;
	cursor: pointer;
	font-size: 14px;
	font-family: "Roboto";
	height: 50px;
	line-height: 50px;
	padding-left: 20px;
	width: 100%;
	font-weight: normal;
	color: #999;
}

input::-webkit-input-placeholder, .sidebar .widget .searchform input::-webkit-input-placeholder
	{
	font-family: "Roboto";
	font-weight: normal;
}

.style-blog-2 article:nth-of-type(2) .flx-entry-thumb {
	display: block;
}

.k2t-main {
	padding: 0;
	margin-top: -4px;
}

.k2t-heading .h span {
	text-transform: uppercase;
}

.our-skill {
	padding: 50px 0;
}

.layout-2 .iconbox-image {
	position: absolute;
}

.iconbox-home {
	padding-top: 96px;
	padding-bottom: 72px;
}

.k2t-iconbox .iconbox-text .title {
	text-transform: uppercase;
	margin-bottom: 0;
}

.k2t-iconbox .icon-box-2 .iconbox-text {
	padding-left: 19px;
}

.align-left h2 {
	text-align: left;
}

.titlebar-home1 {
	margin-top: 0;
}

.our-skill-home1 {
	padding-top: 97px;
	padding-bottom: 68px;
}

.k2t-progress .progress-background {
	top: 28px;
}

.counter-home1 {
	padding-bottom: 50px;
	padding-top: 42px;
}

.counter-home1 .container {
	padding: 0;
}

.counter-projects {
	margin-left: 7px;
}

.counter-line {
	margin-left: 26px;
}

.counter-award {
	margin-left: 40px;
}

.counter-customers {
	margin-right: 4px;
}

.service-home1 {
	padding-top: 94px;
	padding-bottom: 64px;
}

.service-home1 .container {
	padding: 0;
}

.service-home1 .k2t-divider {
	margin-top: 48px;
	margin-bottom: 54px;
}

.service-home1 .vc_col-sm-4 .vc_column-inner {
	padding-left: 0;
	padding-right: 0;
}

.service-home1 .icon-c1 .iconbox-image {
	top: 5px;
	left: 8px;
}

.service-home1 .icon-c2 .iconbox-image {
	left: 18px;
	top: 5px;
}

.service-home1 .icon-c3 .iconbox-image {
	left: 29px;
	top: 5px;
}

.service-home1 .icon-c3 .desc {
	margin-right: -15px;
}

.service-home1 .k2t-iconbox.icon-c2 .iconbox-text {
	margin-left: 89px;
}

.service-home1 .k2t-iconbox.icon-c3 .iconbox-text {
	margin-left: 99px;
}

.service-home1 .icon-c1 {
	margin-bottom: 68px;
}

.service-home1 .k2t-iconbox.icon-c1 .iconbox-text {
	margin-left: 79px;
}

.service-home1 .k2t-iconbox .iconbox-text .title {
	margin-bottom: 12px;
}

.portfolio-home1 {
	padding-top: 94px;
	padding-bottom: 64px;
}

.portfolio-home1 h2 strong {
	font-family: "Raleway";
	letter-spacing: 0.8px;
	margin-left: 15px;
}

.portfolio-home1 .article-loop {
	margin-top: 52px;
}

.team-home1 {
	padding-top: 94px;
	padding-bottom: 92px;
}

.team-home1 h2 strong {
	font-family: "Raleway";
	letter-spacing: 0.8px;
	margin-left: 17px;
}

.page-entry .team-home1 h2 {
	padding-bottom: 48px;
}

.team-home1 .k2t-divider {
	margin-top: 47px;
	margin-bottom: 45px;
}

.team-home1 .container {
	padding-left: 0;
	padding-right: 0;
}

.team-home1 .owl-item {
	padding: 15px 0;
}

.testimo-home1 {
	padding-top: 94px;
	padding-bottom: 93px;
}

.testimo-home1 .speech {
	margin-bottom: 52px;
}

.our-skill-home1 .container {
	padding: 0;
}

.our-skill-home1>div>div>div:last-child {
	padding-left: 93px;
	margin-top: -6px;
}

.our-skill-home1>div>div>div:last-child h4 {
	padding: 0;
	letter-spacing: 0.8px;
	font-family: "Raleway";
}

.our-skill-home1>div>div>div:last-child .k2t-text-box {
	padding-left: 0;
	padding-top: 11px;
	padding-bottom: 26px;
}

.home2-about .k2t-text-box::first-letter {
	float: left;
	font-size: 60px;
	color: #00adb5;
	margin-top: 7px;
	line-height: 0.5;
	letter-spacing: 1.5px;
}

.k2t-blog-post .grid-layout.column-3 {
	padding: 0 5px;
}

.k2t-blog-post .grid-layout.column-3 article {
	padding: 0 8px;
}

.k2t-blog-post .grid-layout.column-3 article .top-meta {
	display: none;
}

.k2t-blog-post .grid-layout.column-3 article h2.entry-title {
	font-size: 18px;
	padding-top: 36px;
	padding-bottom: 23px;
}

.k2t-blog-post .grid-layout.column-3 article .footer-content {
	display: none;
}

.k2t-blog-post .grid-layout.column-3 article .wrap-entry-content {
	padding: 0 20px;
}

.k2t-blog-post .grid-layout.column-3 article:hover .post-inner {
	box-shadow: 0 7px 15px #ccc;
	transform: rotate(-.01deg);
}

.clearfix:before, .clearfix:after {
	display: table;
	content: ' ';
	clear: both;
}

.k2t-blog-post .grid-layout.column-3 article>* {
	transition: all .3s ease-in-out 0s;
}

.home2-about .wpb_single_image img {
	position: absolute;
	top: -126px;
	left: 55px;
	box-shadow: 20px 20px 30px #cdcdcd;
}

.home2-wwd img {
	width: 100%;
}

.pricing-footer button:hover {
	background: #00d2ff;
	color: #ffffff;
	border: none;
}

.pricing-footer button:hover a {
	color: #ffffff;
}

.tab-home2 .container {
	width: 100%;
	padding: 0;
}

.tab-home2 .vc_tta.vc_general .vc_tta-panel-body {
	padding: 0;
}

.page-entry .tab-home2 .tab-head-1 h2 {
	font-weight: normal;
	padding: 60px 0 10px 0;
}

.page-entry .tab-home2 .tab-head-1 span {
	font-weight: 100;
	font-family: inherit;
}

.page-entry .tab-home2 .tab-head-2 h2 {
	padding: 10px 0;
}

.tab-home2 .k2t-button, .purchase-home3 .k2t-button {
	width: 100%;
	margin-bottom: 0;
}

.tab-home2 .k2t-btn, .tab-home2 .k2t-btn:hover, .purchase-home3 .k2t-btn,
	.purchase-home3 .k2t-btn:hover {
	background: #ffffff;
	color: #00d2ff;
	opacity: 1;
}

.page-entry .purchase-home3 h2 {
	padding: 30px 0;
	padding-bottom: 0;
}

.about-pie-chart .container {
	width: 100%;
}

.about-home4 {
	background-size: 100% 100%;
}

.wpb_content_element {
	margin: 0;
	margin-bottom: 0 !important;
}

.edu-home4 {
	margin-left: 0;
	margin-right: 0;
}

.edu-home4 .container {
	width: 100%;
	padding: 0;
}

.edu-home4 .vc_column_container>.vc_column-inner {
	padding-left: 0;
	padding-right: 0;
}

.edu-home4 .wpb_wrapper .vc_row {
	margin-left: 0;
	margin-right: 0;
}

.client-home .wpb_single_image {
	width: 100%;
	display: inline-block;
}

.about-home5 {
	z-index: 99;
}

.about-home5 .vc_column-inner p, .about-home .vc_column-inner p {
	line-height: 1.3em;
}

.about-home5 .vc_col-sm-6 .k2t-text-box, .about-home .vc_col-sm-6 .list-1,
	.about-home .vc_col-sm-6 .list-2 {
	width: 46%;
	display: inline-block;
	padding-left: 0;
}

.about-home5 .vc_col-sm-6 .k2t-text-box.list-2, .about-home .vc_col-sm-6 .k2t-text-box.list-2
	{
	float: right;
}

.about-home5 ul li, .about-home ul li {
	letter-spacing: 0.03em;
	padding: 0 0 10px 30px;
	margin-bottom: 15px;
	margin-right: 15px;
	position: relative;
	display: inline-block;
	width: 90%;
	border-bottom: 1px solid #cccccc;
}

.about-home5 ul li:last-child, .about-home ul li:last-child {
	border-bottom: none;
}

.about-home5 ul li:before, .about-home ul li:before {
	content: '\5a';
	display: inline-block;
	font-family: 'ElegantIcons';
	position: absolute;
	top: 0;
	left: 0;
	color: #00d2ff;
}

.about-home .wpb_text_column h4 {
	font-weight: bold;
	letter-spacing: 0.5px;
	margin-bottom: 10px;
	color: #000;
	font-family: Raleway;
}

.advan-home5 {
	background-size: 100% 100%;
}

.advan-home5 .k2t-iconbox .iconbox-text .title h3 a {
	color: #ffffff;
	font-size: 14px;
}

.wellcome-home6 .k2t-iconbox, .fly-home6 .k2t-iconbox {
	text-align: left;
}

.fly-home6 .k2t-iconbox {
	margin-bottom: 10px;
}

.wellcome-home6 .learnmore {
	background: #34495e;
	position: absolute;
	bottom: 0;
	left: -247px;
	margin: 0;
	bottom: 12px;
}

.wellcome-home6 .learnmore a, .fly-home6 .learnmore a {
	color: #f8c957;
	font-size: 18px;
	padding: 18px 30px;
	display: inline-block;
	background: #34495e;
	font-family: "Raleway";
}

.wellcome-home6 .k2t-iconbox .desc {
	font-family: "Raleway";
	font-size: 18px;
	letter-spacing: -0.5px;
}

.fly-home6 .vc_col-sm-6 .wpb_wrapper {
	padding: 60px 75px;
	background: #ffffff;
}

.fly-home6 .vc_col-sm-3 br {
	display: none;
}

.fly-home6 .vc_col-sm-6 .wpb_text_column .wpb_wrapper {
	padding: 0;
}

.fly-home6 .k2t-counter {
	border-style: solid;
}

.fly-home6 .k2t-counter img {
	margin: 40px 0 35px 0;
	min-height: 70px;
}

.fly-home6 .firt-couter-home6 {
	margin-bottom: 30px;
}

.fly-home6 .counter-text {
	text-transform: uppercase;
}

.fly-home6 .k2t-counter h2 {
	padding: 0;
}

.customer-home6 .iconbox-text {
	width: 70%;
	margin: 0 auto;
	position: relative;
}

.customer-home6 ul li {
	display: inline-block;
	margin: 0 1px;
}

.service-home6 .vc_col-sm-8 {
	float: right;
}

.customer-home6 ul li:before {
	content: '\e033';
	display: inline-block;
	font-family: 'ElegantIcons';
	/*     position: absolute;
    top: 0;
    left: 0; */
	color: #f8c957;
}

.customer-home6 ul li span {
	display: none;
}

.customer-home6 .k2t-iconbox .iconbox-text .title {
	text-transform: none;
	position: absolute;
	transform: translate(-50%, -50%);
	left: 50%;
	top: 130px;
}

.customer-home6 p {
	line-height: 1.88;
}

.customer-home6 .k2t-iconbox .iconbox-text .title h3 {
	padding: 0;
}

.customer-home6 .k2t-iconbox .iconbox-text .title h3 a {
	color: #ffffff;
	font-family: 'Raleway';
	text-transform: none;
	font-size: 16px;
	letter-spacing: 0.4px;
}

.customer-home6 .wpb_raw_html {
	text-align: center;
	margin-top: 50px;
}

.customer-home6 .wpb_raw_html a {
	color: #ffffff;
	font-style: italic;
}

.service-home6 .container, .service-home6 .vc_col-sm-9,
	.service-home6 .vc_col-sm-6, .service-home6 .vc_column-inner {
	padding: 0;
	padding-left: 0;
	padding-right: 0;
}

.service-home6 .vc_column_container>.vc_column-inner {
	padding-left: 0;
	padding-right: 0;
}

.service-home6 .vc_col-sm-6 .container {
	width: 100%;
}

.service-home6 .vc_row-fluid .container {
	border: 10px solid #34495e;
}

.service-home6 .wpb_single_image img {
	float: right;
}

.service-home6 .vc_row {
	margin: 0;
}

.service-home6 .wpb_text_column {
	/* margin: 60px 20px; */
}

.service-home6 p {
	line-height: 1.71;
	color: #666666;
	font-family: 'Raleway';
	letter-spacing: 0.4px;
}

.member-home6 .k2t-member .team-content p {
	text-align: left;
	color: #ffffff;
}

.member .owl-page {
	width: 70px;
	height: 70px;
	margin: 0 20px;
	background: rgba(255, 255, 255, 0.35);
	border-radius: 50%;
}

.member .owl-page.active {
	background: none;
}

.testimo-home1 .owl-theme .owl-controls .owl-page span {
	display: none;
}

.testimo-home1 h2 strong, .portfolio-home1 h2 strong {
	color: #ffffff;
}

.testimo-home1 .testimonial-image {
	position: absolute;
	transform: translate(-50%, -50%);
	left: 50%;
	bottom: -28px;
}

.testimo-home1 .testimonial-image a {
	margin: 0 20px;
}

.portfolio-home1 .container {
	width: 100%;
}

#footer .widget-recent-post li:before {
	content: "\f101";
	font-weight: 900;
	font: normal normal normal 14px/1 FontAwesome;
	padding-right: 10px;
}

#footer .widget-recent-post li:hover {
	color: #00d2ff;
}

#footer .dark-bg .widget ul li a:hover {
	color: #00d2ff;
}

#footer .widget-tags a:hover {
	background: #00d2ff;
	color: #ffffff;
}

#footer .tagcloud a:after {
	content: "";
}

.member-home6 .owl-item {
	padding-right: 20px;
	margin-right: 10px;
}

.team-home1 .owl-item .team-content {
	padding: 21px 30px 30px 30px;
	background: #444444;
	margin: 0 10px;
}

.team-home1 .owl-item .team-content > div, .member-home6 .owl-item .team-content > div {
	text-align: left;
	color: #ffffff;
	letter-spacing: 0.4px;
}

.k2t-member article header {
	margin-bottom: 12px;
}

.team-home1 .k2t-member .team-avatar {
	vertical-align: bottom;
	margin-bottom: 0;
}

.team-home1 .k2t-member article header h3.member-name {
	color: #ffffff;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 0.4px;
}

.team-home1 .owl-item {
	margin-bottom: 11px;
}

.k2t-member article header span.member-role {
	color: #999999;
	font-style: normal;
	text-align: left;
	/* text-transform: uppercase; */
	font-family: Raleway;
	font-weight: 500;
	letter-spacing: 0.3px;
	font-size: 12px;
}

.k2t-member .team-content p {
	margin-bottom: 0;
	margin-top: 0;
}

.k2t-member .divider {
	width: 90px;
	height: 1px;
	background: #00d2ff;
}

.team-home1 .k2t-member article header span.member-role {
	margin-top: -4px;
	text-transform: uppercase;
	margin-bottom: 1px;
}

.member-home6 .k2t-member article header h3.member-name {
	font-family: Raleway;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.22;
	letter-spacing: 0.5px;
	color: #ffffff;
}

.service-home2 a {
	color: #00adb5;
	text-transform: uppercase;
	font-size: 18px;
	margin: 30px 0;
	font-family: 'Raleway';
	font-weight: bold;
	letter-spacing: 0.5px;
}

.service-home2 .wpb_raw_html .wpb_wrapper {
	margin: 20px 0;
}

.k2t-blog-post.style-blog-grid .entry-content {
	background: #f0f0f0;
}

.k2t-blog-post.style-blog-grid .entry-content .entry-title a {
	font-size: 16px;
	font-family: Raleway;
	font-weight: bold;
	color: #333333;
	letter-spacing: 0.4px;
	text-transform: uppercase;
}

.k2t-blog-post.style-blog-grid .entry-content .entry-title a:HOVER {
	color: #00adb5;
}

.k2t-blog-post.style-blog-grid .entry-content p.excerpt {
	margin-bottom: 49px;
	letter-spacing: 0.4px;
}

.testimo-home .k2t-testimonial .testimonial-content {
	color: #999999;
}

.testimo-home .testimonial-name {
	color: #000000;
}

.testimo-home .member .owl-page {
	width: auto;
	height: auto;
}

.testimo-home .owl-carousel .owl-item {
	text-align: center;
}

.testimo-home .owl-carousel .owl-item>div {
	max-width: 970px;
	background: #fff;
	position: relative;
	padding: 70px 0;
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
	margin-top: 70px;
	border-radius: 10px;
}

.testimo-home .k2t-member .team-avatar {
	position: absolute;
	top: -60px;
	left: 45%;
	margin-bottom: 0;
}

.testimo-home .k2t-member .divider {
	display: none;
}

.testimo-home .k2t-member article header span.member-role {
	text-align: center;
	color: #00adb5;
	font-style: italic;
	font-size: 100%;
	margin: 0;
}

.testimo-home .k2t-member article header {
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translate(-50%, 50%);
}

.testimo-home .k2t-member .team-content p {
	margin: 0;
	font-size: 14px;
}

.testimo-home .k2t-member .team-content p em {
	margin-bottom: 15px;
	display: block;
	font-size: 16px;
	letter-spacing: 1.2px;
	color: #666666;
}

.testimo-home .owl-carousel .owl-item img {
	width: 112px;
	height: 112px;
	border-radius: 50%;
	border: 10px solid #f4f4f4;
}

.testimo-home .owl-theme .owl-controls .owl-page.active span,
	.testimo-home .owl-theme .owl-controls.clickable .owl-page:hover span {
	border: none;
	background: #00adb5;
}

.team-home2 .k2t-member.style-slice .team-content {
	width: 100%;
}

.team-home2 .k2t-member article header span.member-name {
	color: #00adb5;
	font-size: 18px;
}

.team-home2 .k2t-member article header span.member-role {
	text-align: center;
	font-style: italic;
	font-family: DroidSerif;
}

.team-home2 .k2t-member.style-slice .team-content ul li {
	display: inline-block;
	margin: 0 5px;
}

.team-home2 .divider {
	display: none;
}

.team-home2 .k2t-iconbox {
	margin: auto 18px;
}

.team-home2 .k2t-iconbox .learnmore {
	display: block;
}

.team-home2 .k2t-iconbox .learnmore a b {
	display: block;
}

.team-home2 .k2t-iconbox .learnmore {
	font-size: 23px;
	position: absolute;
	top: 40%;
	line-height: 1.5em;
}

.page-entry .team-home2 h2 {
	padding-bottom: 80px;
}

.service-3 {
	position: relative;
}

.domain .vc_tta-color-white.vc_tta-style-classic .vc_tta-tab>a:focus,
	.domain .vc_tta-color-white.vc_tta-style-classic .vc_tta-tab>a:hover,
	.domain .vc_tta-color-white.vc_tta-style-classic .vc_tta-tab.vc_active>a
	{
	border-color: rgba(247, 247, 247, 0);
	background-color: rgba(255, 255, 255, 0);
	color: #00d2ff;
}

.domain .vc_tta-color-white.vc_tta-style-classic .vc_tta-tab>a {
	border-color: rgba(247, 247, 247, 0);
	background-color: rgba(255, 255, 255, 0);
	color: #fff;
}

.purchase-home2 .vc_btn3-container {
	margin-top: 20px;
	margin-bottom: 20px;
}

.pricing-column a.btn:hover {
	background: #00d2ff;
	color: #fff;
	border: #00d2ff;
}

/*TAB HOME 2*/
.tab-home2 .vc_tta-tab a:before {
	content: "";
	display: block;
	background: url('../images/icon-tabs.png');
	position: relative !important;
	margin: 0 auto;
	transition: all .3s ease-in-out 0s;
}

.tab-home2 .vc_tta-tab a[href="#total-secure"]:before {
	width: 50px !important;
	height: 62px !important;
}

.tab-home2 .vc_tta-tab.vc_active a[href="#total-secure"]:before,
	.vc_tta-tab a[href="#total-secure"]:hover:before {
	content: "" !important;
	display: block !important;
	background-position: 0 -63px !important;
}

.tab-home2 .vc_tta-tab a[href="#great-specs"]:before {
	width: 65px !important;
	height: 65px !important;
	background-position: -65px 0;
}

.vc_tta-tab.vc_active a[href="#great-specs"]:before, .vc_tta-tab a[href="#great-specs"]:hover:before
	{
	content: "" !important;
	display: block !important;
	background-position: -65px -60px !important;
}

.vc_tta-tab a[href="#fast-respond"]:before {
	width: 65px !important;
	height: 65px !important;
	background-position: 135px 0;
}

.vc_tta-tab.vc_active a[href="#fast-respond"]:before, .vc_tta-tab a[href="#fast-respond"]:hover:before
	{
	content: "" !important;
	display: block !important;
	background-position: 135px -60px !important;
}

.vc_tta-tab a[href="#handy-support"]:before {
	width: 59px !important;
	height: 60px !important;
	background-position: -209px 0;
}

.vc_tta-tab.vc_active a[href="#handy-support"]:before, .vc_tta-tab a[href="#handy-support"]:hover:before
	{
	content: "" !important;
	display: block !important;
	background-position: -209px -65px !important;
}

.tab-home2 .vc_tta.vc_general .vc_tta-icon {
	font-size: 60px;
	display: block;
	height: 70px;
}

.tab-home2 .vc_tta.vc_general .vc_tta-title-text {
	margin-left: 0 !important;
	margin-bottom: 26px;
	display: block;
	font-size: 14px;
	font-weight: 500;
	margin-top: 10px;
}

.tab-home2 .vc_tta-tab {
	position: relative;
}

.tab-home2 .vc_tta-tab.vc_active:after {
	content: "\f0d8";
	font-family: "FontAwesome";
	position: absolute;
	bottom: 10px;
	font-size: 24px;
	color: #00d2ff;
	left: 50%;
	transform: translateX(-50%);
}

.tab-home2 .vc_tta.vc_tta-spacing-35 .vc_tta-tab {
	margin: 0px 85px;
}

.tab-home2 .vc_tta-color-white.vc_tta-style-modern .vc_tta-tab>a {
	border: none;
	background: none;
	color: #adadad;
}

.tab-home2 .vc_tta-color-white.vc_tta-style-modern .vc_tta-tab.vc_active>a,
	.tab-home2 .vc_tta-color-white.vc_tta-style-modern .vc_tta-tab>a:hover
	{
	color: #00d2ff;
	border: none;
	background: none;
}

.tab-home2 .vc_tta.vc_tta-o-no-fill.vc_tta-tabs .vc_tta-panels {
	border-top: 2px solid #00d2ff;
}

.about-home4 span strong {
	font-size: 24px;
	color: #ffffff;
	font-weight: 500;
	font-family: "Raleway";
}

.page-entry .advan-home5 h1 strong {
	color: #ffffff;
}

.k2t-header-m {
	display: none;
}

.client-home .owl-item {
	padding: 20px;
}

.medical .owl-carousel {
	padding-top: 50px;
	position: initial;
}

.client-home .owl-theme .owl-prev, .client-home .owl-theme .owl-next,
	.medical .owl-theme .owl-prev, .medical .owl-theme .owl-next {
	border: 1px solid #ccc;
	color: #ccc;
	float: left;
	margin-left: 10px;
	padding: 2px 7px;
	position: absolute;
	top: 5px;
	width: auto;
	height: auto;
	background: none;
	bottom: auto;
	text-indent: 0px;
}

.client-home .owl-theme .owl-prev, .medical .owl-theme .owl-prev {
	right: 60px;
	left: auto;
}

.client-home .owl-theme .owl-next, .medical .owl-theme .owl-next {
	right: 15px;
	left: auto;
}

.medical .owl-theme .owl-prev, .medical .owl-theme .owl-next {
	top: 27px;
}

.client-home .owl-theme .owl-next span, .medical .owl-theme .owl-next span,
	.client-home .owl-theme .owl-prev span, .medical .owl-theme .owl-prev span
	{
	line-height: 1.3em;
}

.client-home .owl-theme .owl-next:hover, .medical .owl-theme .owl-next:hover
	{
	background: none;
	color: #00d2ff;
	border: 1px solid #00d2ff;
}

.client-home .owl-theme .owl-prev:hover, .medical .owl-theme .owl-prev:hover
	{
	background: none;
	color: #00d2ff;
	border: 1px solid #00d2ff;
}

.testimo-home1 .testimonial-image a img {
	width: 70px;
	height: 70px;
	border-radius: 50%;
}

.home2-about .k2t-text-box {
	margin: 70px 40px;
	margin-left: 0;
	padding-left: 0;
	line-height: 1.86;
}

.home2-wwd {
	background: #f0f0f0;
}

.page-entry .title-home2-wwd h2 strong, .page-entry .service-home2 h2 strong,
	.page-entry .testimo-home h2 strong, .page-entry .team-home2 h2 strong,
	.page-entry .full-width h2 strong {
	font-size: 36px;
	font-family: "Raleway";
	letter-spacing: 0.9px;
}

.home2-wwd .k2t-member article header span.member-name {
	text-transform: uppercase;
	margin-top: 30px;
	text-align: left;
	cursor: pointer;
}

.home2-wwd .k2t-member article header span.member-name:hover {
	color: #00adb5;
}

.home2-wwd .k2t-member {
	margin: 0 15px;
	background: #f0f0f0;
}

.home2-wwd .k2t-member .divider {
	display: none;
}

.home2-wwd .k2t-member .team-content p {
	text-align: left;
	margin: 0px 0 30px 0;
}

.home2-wwd .team-content {
	padding: 0 30px;
}

.wellcome-home6 .iconbox-wellcome {
	margin-top: -200px;
	padding-left: 20px;
}

.wellcome-home6 p {
	line-height: 2;
	color: #000;
}

.fly-home6 .desc, .fly-home6 p {
	line-height: 1.71;
	letter-spacing: 0.4px;
	color: #666666;
	font-family: Raleway;
}

.customer-home6 {
	background-size: 100% 100%;
}

.fly-home6 .vc_col-sm-6 {
	padding-right: 80px;
}

.service-home6 .vc_col-sm-6:first-child {
	padding-right: 15px;
}

.service-home6 .vc_col-sm-6:last-child {
	padding-left: 15px;
}

.contact-home5 {
	z-index: 99;
}

.contact-home5 blockquote {
	padding: 0;
	display: inline-block;
	height: auto;
	float: right;
	background: none;
	color: #fff;
	font-size: 14px;
	font-style: normal;
}

.contact-home5 p {
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	display: inline-block;
}

.contact-home5 input#phone {
	width: 100%;
}

.contact-home5 form img.ajax-loader {
	display: none;
}

.col-6 {
	float: left;
	width: 50%;
	padding: 0 15px;
}

.contact-home5 input::-webkit-input-placeholder, .contact-home5 textarea::-webkit-input-placeholder
	{
	color: #fff;
	font-style: normal;
	font-size: 14px;
	font-weight: 100;
	font-family: Droid Serif;
}

.slide-5 .show-appoint {
	margin-bottom: 0;
	z-index: 11;
}

.slide-5 .show-appoint button {
	width: auto;
	position: absolute;
	bottom: -5px;
	top: auto;
	z-index: 0;
	padding: 14px 55px;
	font-size: 16px;
	font-weight: 500;
	left: 15px;
}

.contact-home5 blockquote p {
	vertical-align: top;
}

.contact-home6 form {
	margin: 0 -15px;
}

.contact-home6 form span {
	margin: 15px 0;
}

.contact-home6 form span input, .contact-home6 form span select {
	width: 100%;
	height: 60px;
	text-transform: uppercase;
	color: #2c3a49;
	font-size: 14px;
	border: 1px solid #2c3a49;
	background: none;
	padding-left: 15px;
	padding-top: 10px;
}

input#btn-buy {
	width: 170px;
	margin: 15px;
	height: 60px;
	background: #2c3a49;
	color: #edb621;
	border: none;
	text-transform: uppercase;
	font-weight: normal;
	padding-top: 2px;
	font-size: 18px;
	font-family: Raleway;
}

.contact-home6 form input::-webkit-input-placeholder {
	color: #2c3a49;
}

.client-home .owl-carousel .owl-item img {
	/* height: 130px; */
	width: auto;
	margin: 0 auto;
}

.tp-bullet-title {
	display: none;
}

.our-skill-home1 .wpb_text_column:last-child h4 {
	color: #000000;
	margin-bottom: 20px;
}

.page-entry .portfolio-home1 h2 {
	padding-bottom: 18px;
}

.k2t-page-topnav ul.menu>li {
	margin: 0 20px;
}

.owl-pagination {
	height: 30px;
	margin-top: 0;
}

.team-home2 .k2t-member .member-wrap {
	margin-bottom: 0;
}

.purchase-home2 h3 {
	font-size: 24px;
	font-family: 'Raleway';
	color: #00adb5;
	letter-spacing: 1.8px;
	padding-left: 15px;
	margin-top: 18px;
}

.purchase-home2 .vc_btn3.vc_btn3-size-md {
	padding: 14px 34px;
	letter-spacing: 1.4px;
	width: auto;
	font-family: "Raleway";
	font-size: 18px;
}

.feature-home3 .iconbox-text a, .different-home3 .iconbox-text a {
	margin-top: 10px;
	display: inline-block;
	color: #000;
}

.different-home3 .iconbox-text a {
	margin-top: 0;
	color: #000;
}

.banner-home3 .persephone.tparrows {
	border: none;
}

.banner-home3 .persephone.tparrows:hover {
	background: #869791;
}

.banner-home3 .persephone.tparrows:before {
	color: #000;
}

.feature-home3 .iconbox-text .learnmore a:hover {
	color: #00d2ff;
}

.purchase-home3 .k2t-btn {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1.4px;
	width: auto;
	height: auto;
	padding: 3px 30px;
}

.pricing-plan .pricing-header .pricing-title {
	font-size: 18px;
	font-family: "Roboto";
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1.4px;
	margin-bottom: 25px;
}

.tab-home2 .tab-left h2, .tab-home2 .tab-left h2 strong {
	padding: 0;
	color: #fff;
	padding-bottom: 30px;
}

.page-entry .about-home4 h2, .page-entry .about-home4 h2 strong, .edu-home4 h2 strong,
.page-entry .portfolio-home4 h2 strong,
.testimo-home h2 strong {
	color: #444444;
	letter-spacing: 1.2px;
	font-size: 48px;
}

.page-entry  .title-home4 h2 strong {
	color: #fff;
	letter-spacing: 1.2px;
	font-size: 48px;
}

.page-entry .about-home4 h2
{
	padding-top: 10px;
	padding-bottom: 0;
}

.edu-home4 h2, .page-entry .portfolio-home4 h2, .page-entry  .title-home4 h2 {
	padding-bottom: 10px;
	padding-top: 0;
}

.page-entry .about-home4 h6 strong {
	color: #444444;
	letter-spacing: 1.2px;
}

.about-home4 .k2t-text-box {
	color: #666666;
}

.about-home4 .k2t-button {
	background: url('../images/bg-button.png') no-repeat;
	background-size: 100% 100%;
}

.about-home4 .k2t-btn .button-text .text {
	font-weight: bold;
	font-size: 14px;
	font-family: "Raleway";
	line-height: 4.2;
}

.about-home4 .k2t-btn {
	background: none;
}

.portfolio .k2t-page-topnav ul.menu>li>a {
	color: #666666;
}

.k2t-piechart.type-icon .chart-icon i {
	display: none;
}

.portfolio-home4 .k2t-page-topnav.active ul.menu>li.active>a,
	.portfolio-home4 .k2t-page-topnav ul.menu>li:hover>a {
	color: #00d2ff;
}

.testimo-home {
	background-size: 100% 100%;
}

.page-entry .testimo-home h1 strong {
	color: #333333;
	letter-spacing: 1.2px;
}

.contact-home5 h3 span {
	font-family: "Raleway";
	font-weight: normal;
}

.departments-home5 .k2t-iconbox .iconbox-text .title h3 a {
	color: #000;
}

.page-entry .about-home5 h4, .page-entry .departments-home5 h4 {
	color: #000000;
}

.page-entry .about-home5 h2 strong, .page-entry .about-home5 h2,
.page-entry .departments-home5 h2 strong, .page-entry .departments-home5 h2,
.page-entry .medical h2 strong
{
	color: #000000;
	padding-bottom: 15px;
	letter-spacing: 1.2px;
	font-family: "Raleway";
}

.page-entry .advan-home5 h2 strong, .page-entry .advan-home5 h2 {
	color: #ffffff;
	padding-bottom: 15px;
}

.departments-home5 .k2t-iconbox .iconbox-text .title {
	margin-bottom: 0;
}

.departments-home5 .k2t-iconbox.layout-2 .iconbox-text {
	margin-left: 100px;
}

.about-home5 article img {
	margin-top: 7px;
}

.member-home6 .k2t-member {
	background: #34495e;
}

.member-home6 .k2t-member article header span.member-name {
	color: #ffffff;
}

.member-home6 .team-content {
	padding: 25px 32px;
	padding-bottom: 30px;
}

.page-entry .wellcome-home6 h3, .page-entry .fly-home6 h3,
.page-entry .contact-home6 h3, .service-home6 h3,
.page-entry .member-home6 h3 , .page-entry .customer-home6 h3{
	color: #34495e;
	letter-spacing: -1.6px;
	font-weight: 500;
	font-family: "Raleway";
}

.page-entry .customer-home6 h3 {
	color: #ffffff;
	padding-bottom: 3px;
}

.page-entry .wellcome-home6 h1 strong, .page-entry .fly-home6 h1 strong,
.page-entry .contact-home6 h1 strong, .page-entry .service-home6 h1 strong,
.page-entry .member-home6 h1 strong, .page-entry .customer-home6 h1 strong {
	font-weight: 500;
	color: #34495e;
	font-family: "Raleway";
	letter-spacing: -4px;
}

.page-entry .customer-home6 h1 strong {
	font-weight: 500;
	color: #ffffff;
}

.woocommerce-tabs ul.tabs li a {
	padding-right: 30px;
	padding-left: 0;
}

.panel {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.testimo-home .k2t-member article header span.member-name, .team-home2 .k2t-member article header span.member-name
	{
	text-align: center;
	letter-spacing: 1.4px;
	text-transform: uppercase;
}

.member .owl-pagination {
	margin-top: 50px;
	height: auto;
}

.vc_tta-tabs:not ([class*=vc_tta-gap] ):not (.vc_tta-o-no-fill ).vc_tta-tabs-position-bottom .vc_tta-tab>a
	{
	border: none;
	background: none;
	color: #fff;
}

.vc_tta-tabs:not ([class*=vc_tta-gap] ):not (.vc_tta-o-no-fill ).vc_tta-tabs-position-bottom .vc_tta-tab>a:hover,
	.vc_active:not ([class*=vc_tta-gap] ):not (.vc_tta-o-no-fill ).vc_tta-tabs-position-bottom .vc_tta-tab>a
	{
	border: none;
	background: none;
	color: #00d2ff;
}

.medical .speech {
	color: #000;
	padding: 25px;
	padding-left: 95px;
	text-align: left;
	font-family: 'Roboto';
	border: 1px solid #999999;
}

.medical .testimonial-content:before {
	content: url('../images/quote.png');
	width: 34px;
	height: 29px;
	position: absolute;
	top: 30px;
	left: 30px;
}

.medical>div>div>div:first-child {
	padding: 0 15px;
}

.medical>div>div>div:last-child {
	padding: 0 15px;
}

.medical .testimonial-name {
	color: #000;
	font-size: 16px;
	text-transform: none;
}

.medical .k2t-testimonial .testimonial-job {
	color: #00d2ff;
	text-transform: none;
	font-family: "Raleway";
	font-weight: normal;
	font-style: italic;
}

.medical .testimonial-image {
	display: inline-block;
	position: absolute;
	bottom: 25px;
}

.medical .testimonial-info {
	text-align: left;
	margin-left: 100px;
}

.medical .owl-pagination {
	display: none;
}

.medical .owl-carousel {
	position: inherit;
}

.testimo-home .k2t-member article header h3.member-name {
	text-align: center;
}

.domain {
	background-size: 100% 100%;
}

.page-entry .domain h2 {
	color: #fff;
	text-transform: none;
	padding-bottom: 8px;
	letter-spacing: 0.8px;
}

.domain .vc_tta-color-white.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels
	{
	border: none;
	background: none;
}

.domain .input-mail {
	background-color: rgba(255, 255, 255, 0.35);
	border: 1px solid #fff;
	height: 50px;
	width: 100%;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.domain .drop-dot {
	background-color: rgba(255, 255, 255, 0.35);
	height: 50px;
	border: 1px solid #fff;
	width: 100%;
	color: #fff;
	border-left: none;
	padding-left: 20px;
}

.domain input.input-mail[type=text] {
	padding-left: 15px;
	color: #fff;
}

.domain .search input {
	height: 50px;
	width: 100%;
	color: #00d2ff;
	border: 1px solid #fff;
	border-left: none;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.domain select {
	font-family: "Roboto";
	background: rgba(255, 255, 255, 0.35);
}

option {
	background: none !important;
	color: #000 !important;
}

.domain .search, .domain .drop-dot {
	position: relative;
}

.domain form i.fa {
	position: absolute;
}

.domain form i.fa-angle-down {
	right: 20%;
	top: 17px;
}

.domain form i.fa-search {
	right: 40%;
	top: 15px;
	font-size: 20px;
}

.domain form i.fa-angle-down, .domain form i.fa-search {
	color: #fff;
}

.domain .input-mail::-webkit-input-placeholder {
	color: #fff;
	font-family: "Roboto";
	font-weight: normal;
	letter-spacing: 0.4px;
	font-size: 14px;
}

.domain .input-mail::-moz-placeholder {
	color: #fff;
	font-family: "Roboto";
	font-weight: normal;
	letter-spacing: 0.4px;
	font-size: 14px;
}

.domain .input-mail:-ms-input-placeholder {
	color: #fff;
	font-family: "Roboto";
	font-weight: normal;
	letter-spacing: 0.4px;
	font-size: 14px;
}

.domain .input-mail:-moz-placeholder {
	color: #fff;
	font-family: "Roboto";
	font-weight: normal;
	letter-spacing: 0.4px;
	font-size: 14px;
}

.domain .vc_tta-tabs:not ([class*=vc_tta-gap] ):not (.vc_tta-o-no-fill ).vc_tta-tabs-position-bottom .vc_tta-tab>a
	{
	background: none;
	border: none;
	color: #fff;
	padding: 0px 20px;
}

.domain .vc_tta-tabs:not ([class*=vc_tta-gap] ):not (.vc_tta-o-no-fill ).vc_tta-tabs-position-bottom .vc_tta-tab.vc_active>a
	{
	color: #00d2ff;
}

.k2t-portfolio-shortcode.h-fit .p-wrap-content .portfolio-meta .title a
	{
	color: #00d2ff;
	line-height: 1.5;
	font-family: 'Raleway';
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1.2px;
}

.k2t-portfolio-shortcode.h-fit .p-wrap-content .portfolio-meta .title {
	padding-bottom: 15px;
}

.portfolio-home1 .k2t-portfolio-shortcode.h-fit .portfolio-meta .categories-list a {
	line-height: 1.5;
	font-family: 'Roboto';
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	color: #00d2ff;
	letter-spacing: 1.1px;
}

.k2t-portfolio-shortcode.h-fit .post-portfolio:hover .portfolio-thumb .mask-item
	{
	opacity: 0.8;
}

.k2t-page-topnav ul.menu, .k2t-page-topnav ul.menu ul {
	margin: 0 0 30px;
	padding-left: 35px;
}

/* CUSTOM OWL_SLIDE */
.post-inner .post-images .flx-entry-thumb {
	width: 100%;
}

.post-images a img {
	padding-top: 8px;
}

.owl-carousel-slide .style-blog-slider .post-item .entry-content {
	padding-left: 15px;
}

h5.heading-title {
	color: #010101;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.71;
	letter-spacing: 0.4px;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
}

h5.heading-title a {
	color: #000;
}

h5.heading-title a:hover {
	color: #00d2ff;
}

.owl-carousel-slide .date-time {
	padding-bottom: 35px;
}

.owl-carousel-slide .date-time li {
	float: left;
	font-size: 12px;
	font-weight: normal;
	line-height: 2;
	color: #999999;
}

.owl-carousel-slide .date-time li:last-child {
	margin-left: 15px;
}

.owl-carousel-slide .date-time li span {
	color: #00d2ff;
}

.wrap-slider-content .date-time li:before {
	content: '';
}

/* CUSTOMIZE CAROSEL  */
.k2t-member .member-wrap {
	margin-bottom: 0
}

.owl-theme .owl-dots .owl-dot.active span {
	width: 16px;
	height: 16px;
	background: #00d2ff;
	transition: background 3s;
}

.owl-theme .owl-dots .owl-dot:hover span {
	background: #D6D6D6;
}

.owl-theme .owl-dots .owl-dot span {
	width: 12px;
	height: 12px;
	margin: 35px 5px;
	background: #D6D6D6;
	display: block;
	-webkit-backface-visibility: visible;
	-webkit-transition: opacity 200ms ease;
	-moz-transition: opacity 200ms ease;
	-ms-transition: opacity 200ms ease;
	-o-transition: opacity 200ms ease;
	transition: opacity 200ms ease;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

.owl-carousel-slide .owl-controls .owl-buttons [class*="owl-"]:hover {
	background: none;
	color: #00d2ff;
	border: 1px solid #00d2ff;
	text-decoration: none;
}

.owl-carousel-slide .owl-controls .owl-buttons {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.testimo-home1 .k2t-testimonial {
	padding-top: 60px;
}

/* fix home-2 */
.home2-about {
	padding-top: 114px;
}

.home2-about .title-heading .wpb_text_column {
	float: right;
	width: 53%;
	position: relative;
}

.home2-about .title-heading {
	padding-bottom: 35px;
}

.home2-about h1 strong {
	line-height: 1.4em;
	border-bottom: 1px solid #ccc;
	padding: 0 30px 0 35px;
}

.home2-about .textbox {
	padding-left: 0;
	padding-right: 0;
}

.home2-about .textbox .vc_column-inner {
	padding-left: 0;
}

.title-home2-wwd {
	padding-top: 100px;
	padding-bottom: 60px;
}

.content-wwd .flx-entry-thumb img {
	width: 370px;
	height: 300px;
}
.content-wwd .k2t-blog {
	margin-top: 0;
}
.content-wwd .container {
	padding: 0;
}

.service-home2 {
	padding-top: 100px;
	padding-bottom: 101px;
}

.service-home2 p {
	letter-spacing: 0.4px;
}

.service-home2 .service-1 {
	padding-top: 59px;
	padding-bottom: 60px;
}

.service-home2 .service-2 {
	padding-top: 41px;
	padding-bottom: 75px;
}

.service-home2 .service-1 .wpb_single_image img {
	box-shadow: 20px 20px 30px #cdcdcd;
}

.service-home2 .service-2 .vc_col-sm-4 {
	position: absolute;
	top: 45%;
	left: 0;
	background: #fff;
	padding: 40px 61px 40px 0;
	width: 43%;
	z-index: 9999;
}

.service-home2 .service-3 .vc_col-sm-6:first-child img {
	box-shadow: 20px 20px 30px #cdcdcd;
	width: 90%;
	margin-top: 60px;
}

.service-home2 .service-3 .vc_col-sm-6:last-child img {
	box-shadow: 20px 20px 30px #cdcdcd;
	margin-left: 15px;
}

.service-home2 .service-2 .wpb_single_image img {
	box-shadow: 20px 20px 30px #cdcdcd;
	margin-left: 10px;
}

.service-home2 .service-3 .vc_col-sm-6:last-child .vc_column-inner {
	padding: 0;
}

.service-home2 .service-1 .container, .service-home2 .service-2 .container,
	.service-home2 .service-3 .container {
	padding: 0;
}

.service-home2 .service-1 .vc_col-sm-4 .vc_column-inner, .service-home2 .service-2 .vc_col-sm-8 .vc_column-inner
	{
	padding: 0;
}

.service-content-3 {
	position: absolute;
	bottom: 105px;
}

.service-content-3 .text-sevice-3 {
	margin-left: 25px;
	padding: 25px;
}

.service-content-3 .text-sevice-3 .vc_column-inner {
	background: #fff;
	padding: 70px 40px;
}

.service-home2 .service-content-3 .wpb_raw_html .wpb_wrapper {
	margin-top: 0;
	margin-bottom: 23px;
}

.full-width {
	padding-bottom: 88px;
}

.full-width .owl-wrapper {
	top: 96px;
}

.title-home2 {
	padding-bottom: 90px;
	padding-top: 100px;
}

.testimo-home .k2t-member article header h3.member-name {
	font-size: 16px;
	text-transform: none;
}

.testimo-home .k2t-member .team-content p em {
	margin-bottom: 5px;
}

.title-home2 .owl-carousel .owl-item>div, .title-home4 .owl-carousel .owl-item>div {
	margin-top: 110px;
	padding-bottom: 105px;
}

.testimo-home .k2t-member article header {
	bottom: 56px;
}

.testimo-home .owl-theme .owl-controls {
	margin-top: 15px;
}

.team-home2 {
	padding-top: 100px;
	padding-bottom: 72px;
}

.team-home2 .container {
	padding: 0;
}

.team-home2 .container .vc_column-inner {
	padding: 0;
}

.team-home2 .k2t-member article img {
	width: 100%;
}

.team-home2 .k2t-member .team-avatar {
	margin-bottom: 13px;
	margin-left: 13px;
}

.purchase-home2 {
	padding-top: 63px;
	padding-bottom: 62px;
}

.purchase-home2 .container {
	padding: 0;
}

.k2t-member .member-wrap>* {
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.k2t-member.style-slice .member-wrap:hover .mask {
	background-color: rgba(255, 255, 255, .8);
	left: 11.5%;
	opacity: 1;
	top: 7%;
	width: 81%;
	height: 81%;
}

.team-home2 .k2t-member.style-slice .team-content {
	top: 57%;
}

.team-home2 .k2t-member article header {
	margin-bottom: 40px;
}

.team-home2 .k2t-iconbox .iconbox-text {
	position: absolute;
	top: 12%;
	width: 70%;
	left: 50%;
	transform: translate(-50%, 50%);
}

.team-home2 .k2t-iconbox .iconbox-text .title {
	padding-bottom: 0;
	color: #333333;
}

.team-home2 .k2t-iconbox .iconbox-text .title:hover a {
	color: #00adb5;
}

.team-home2 .zmdi-arrow-right {
	font-size: 24px;
}

.purchase-home2 h3 {
	font-size: 24px;
	font-family: 'Raleway';
	color: #00adb5;
	letter-spacing: 1.8px;
	padding-left: 15px;
	margin-top: 18px;
	text-transform: uppercase;
	font-weight: bold;
}

/* fix home 3 */
.feature-home3 h2 strong, .pricing-plan h2 strong, .tab-home2 h2 strong,
	.different-home3 h2 strong, .purchase-home3 h2 strong {
	font-family: "Raleway";
	letter-spacing: 2.3px;
	color: #010101;
}

.feature-home3 h2, .pricing-plan h2, .tab-home2 h2, .different-home3 h2
	{
	padding-bottom: 0;
}

.feature-home3 {
	padding-top: 94px;
	padding-bottom: 36px;
}

.feature-home3 .k2t-iconbox.layout-2 .iconbox-text {
	margin-left: 120px;
}

.feature-home3 .k2t-divider, .tab-home2 .k2t-divider, .different-home3 .k2t-divider
	{
	margin-top: 20px;
	margin-bottom: 23px;
}

.feature-home3 .k2t-text-box {
	margin-bottom: 58px;
}

.feature-home3 .k2t-iconbox .iconbox-text .title h3 a {
	font-size: 18px;
	letter-spacing: 0.5px;
	color: #000;
}

.feature-home3 .container .container {
	padding: 0;
}

.feature-home3 .k2t-iconbox .iconbox-image {
	top: 14px;
}

.feature-home3 .k2t-iconbox .desc {
	line-height: 1.71;
	letter-spacing: 0.4px;
}

.feature-home3 .k2t-iconbox.layout-2 {
	margin-bottom: 65px;
}

.domain {
	padding-top: 94px;
	padding-bottom: 72px;
}

.domain .k2t-text-box {
	margin-bottom: 3px;
}

.domain .vc_tta-container .base {
	max-width: 970px;
	margin: 0 auto;
	margin-bottom: 9px;
}

.domain .vc_tta.vc_general .vc_tta-tab>a {
	padding: 0 20px;
}

.domain .vc_tta.vc_general .ajax-loader {
	display: none;
}

.pricing-plan {
	padding-top: 94px;
	padding-bottom: 45px;
}

.pricing-plan .k2t-divider {
	margin-top: 20px;
	margin-bottom: 22px;
}

.pricing-plan .k2t-pricing {
	margin-top: 72px;
}

.pricing-plan .pricing-column .wrap-pricing-item {
	padding: 22px 25px;
}

.pricing-plan .pricing-sub_title {
	margin-bottom: 18px;
	margin-top: 14px;
}

.pricing-plan .pricing-column .pricing-header {
	margin-bottom: 34px;
}

.pricing-column .description ul li {
	margin-bottom: 16px;
	left: 1.1px;
}

.pricing-plan .pricing-column .description {
	min-height: 185px;
}

.pricing-plan .pricing-footer {
	margin-bottom: 5px;
}

.tab-home2 .k2t-text-box {
	margin-bottom: 75px;
}

.tab-home2 .tab-left {
	padding-top: 174px;
	padding-bottom: 163px;
}

.tab-home2 .tab-left h2 {
	letter-spacing: 0.8px;
	padding-bottom: 10px;
}

.tab-home2 .tab-left h2 strong {
	letter-spacing: 0.9px;
	font-size: 36px;
	padding-bottom: 0;
}

.tab-home2 .tab-left .k2t-divider {
	margin-top: 8px;
	margin-bottom: 27px;
}

.different-home3 {
	padding-top: 72px;
	padding-bottom: 30px;
}

.different-home3 .container {
	padding: 0;
}

.different-home3 .container .vc_col-sm-4 .vc_column-inner {
	padding-right: 0;
}

.different-home3 .k2t-text-box {
	margin-bottom: 67px;
}

.different-home3 .k2t-iconbox .iconbox-image {
	top: 6px;
}

.different-home3 .k2t-iconbox.layout-2 .iconbox-text {
	margin-left: 75px;
}

.different-home3 .k2t-iconbox .iconbox-text .title {
	margin-bottom: 12px;
}

.different-home3 .k2t-iconbox .iconbox-text .title h3 a {
	color: #012830;
	margin-top: 0;
}

.different-home3 .k2t-iconbox.layout-2 {
	margin-bottom: 70px;
}

.title-home3 {
	padding-top: 63px;
	padding-bottom: 74px;
}

.title-home3 .wpb_text_column h3 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 30px;
	color: #010101;
	letter-spacing: 2.3px;
}

.title-home3 .k2t-divider {
	margin-top: 11px;
	margin-bottom: 23px;
}

.title-home3 .owl-carousel .owl-item>div {
	margin-top: 104px;
	padding-bottom: 105px;
}

.client-home.ch-home3 {
	padding-top: 45px;
}

.purchase-home3 {
	padding-top: 63px;
	padding-bottom: 62px;
}

.purchase-home3 h3 {
	font-size: 24px;
	font-family: 'Raleway';
	letter-spacing: 1.8px;
	padding-left: 0;
	margin-top: 10px;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
}

.purchase-home3 .k2t-text-box {
	padding-left: 0;
}

.purchase-home3 .vc_btn3.vc_btn3-size-md {
	padding: 14px 34px;
	letter-spacing: 1.4px;
	width: auto;
	font-family: "Raleway";
	font-size: 18px;
	color: #00d2ff !important;
}

.purchase-home3 .container {
	padding: 0;
}

.feature-home3 .iconbox-text a, .different-home3 .iconbox-text a {
	margin-top: 10px;
	display: inline-block;
	color: #000;
}

.feature-home3 .vc_btn3.vc_btn3-color-white.vc_btn3-style-modern {
	color: #00d2ff !important;
}

.purchase-home3 .vc_btn3-container {
	margin-top: 20px;
	margin-bottom: 20px;
}

/* portfolio fullwidth */

.portfolio-fullwidth .container {
	width: 100%;
}

/* fix home 4 */

.about-home4 {
	padding-top: 82px;
	padding-bottom: 72px;
}

.about-home4 .container {
	padding-left: 0;
	padding-right: 0;
}

.about-home4 h1 {
	padding-bottom: 0;
}

.about-home4 .vc_col-sm-6:first-child .k2t-divider {
	margin-top: 8px;
	margin-bottom: 52px;
}

.about-home4 .vc_col-sm-6:first-child h4 strong {
	font-family: "Raleway";
}

.about-home4 .vc_col-sm-6:first-child h6 {
	font-family: "Raleway";
	line-height: 1.3;
}

.about-home4 .vc_col-sm-6:first-child .k2t-text-box {
	padding-left: 0;
	margin: 27px 65px 53px 0;
}

.about-home4 .vc_col-sm-6:last-child {
	padding-top: 330px;
}

.about-home4 .vc_col-sm-6:last-child h3 strong {
	color: #fff;
	font-family: "Raleway";
}

.about-home4 .vc_col-sm-6:last-child .k2t-divider {
	margin-top: 6px;
	margin-bottom: 33px;
}

.about-home4 .k2t-piechart {
	padding-left: 30px;
}

.about-home4 .k2t-piechart .text {
	margin-top: 14px;
}

.about-home4 .k2t-piechart .text .title {
	margin-bottom: 0;
}

.edu-home4 {
	padding-top: 90px;
}

.edu-home4 .k2t-divider {
	margin-bottom: 100px;
}

.edu-home4 img {
	height: 600px !important;
	width: 100%;
}

.edu-home4 h3 {
	font-family: "Roboto";
	font-size: 30px;
	letter-spacing: 0.8px;
	color: #444444;
	font-weight: bold;
	margin-left: 29px;
	margin-top: 22.5%;
	text-transform: uppercase;
}

.edu-home4 h4 {
	font-family: "Raleway";
	letter-spacing: 0.5px;
	color: #00d2ff;
	font-weight: bold;
	padding-left: 29px;
    padding-bottom: 22px;
    border-bottom: 1px solid #cccccc;
}

.edu-home4 .edu-content-2 h3, .edu-home4 .edu-content-2 h4 {
	padding-right: 29px;
}

.edu-content-1 .divider , .edu-content-3 .divider{
	padding-left: 4.5%;
}

.edu-content-2 .divider {
	padding-right: 4.5%;
}

.edu-content-1 .divider .vc_column-inner, .edu-content-3 .divider .vc_column-inner {
	height: 100%;
	border-left: 1px solid #cccccc;
}

.edu-content-2 .divider .vc_column-inner {
	height: 100%;
	border-right: 1px solid #cccccc;
}

.edu-content-1 p, .edu-content-3 p {
	padding-left: 28px;
	width: 60%;
	padding-top: 26px;
}

.edu-content-2 p {
	padding-right: 28px;
	width: 60%;
	padding-top: 26px;
	float: right;
}

.portfolio-home4 {
	padding-top: 91px;
	padding-bottom: 69px;
}

.portfolio-home4 .k2t-divider {
	margin-bottom: 84px;
}

.title-home4 {
	padding-top: 89px;
    padding-bottom: 92px;
}

.title-home4 .k2t-divider {
	margin-bottom: 50px;
}

.client-home.ch-home4 {
	padding-top: 55px;
	padding-bottom: 65px;
}

.testimo-home.title-home4 .k2t-member article header span.member-role {
	color: #00d2ff;
}

/* about us */
.about-home {
	padding-top: 97px;
}

.about-home .container {
	padding: 0;
}

.about-home ul li {
	border-bottom: none;
	margin-bottom: 0;
	padding: 0 0 6px 30px;
}

.about-home ul {
	padding-left: 0;
}

.about-home>div>div>div:last-child {
    padding-left: 93px;
}

.about-home .k2t-text-box {
	padding-left: 0;
	margin-bottom: 49px;
}

.team-home1.about {
	padding-top: 32px;
}

.domain .vc_tta.vc_general .vc_tta-tab>a {
	 border-left: 1px solid #fff;
	 border-radius: 0;
}

@media only screen and (max-width: 1024px) {
	.left-sidebar.products li.product, .right-sidebar.products li.product {
		min-height: 480px;
	}
	
	.fly-home6 .vc_col-sm-6 .wpb_wrapper {
		padding: 60px 35px;
	}
	
	.fly-home6 .k2t-counter .title {
		font-size: 16px;
	}
	
	.page-entry .service-home6 .vc_row-fluid h3 {
		font-size: 16px;
	}
	
	.client-home.ch-home6 {
		margin: 0 -15px;
	}
	
	.team-home1 .owl-item {
		padding: 15px;
	}
	
	.team-home1 .owl-item .team-content {
		margin: 0;
	}
	
	.wrap-filter {
		text-align: center;
	}
	
	.page-home-page-5 .slide-5 .tp-simpleresponsive {
		margin-left: 0;
	}
	
	.advan-home5 .vc_column_container .vc_row-fluid {
		margin-left: 0;
	}
	
	.advan-home5 .vc_column_container .vc_row-fluid .vc_col-sm-4:nth-child(1) .k2t-iconbox:nth-child(1) .iconbox-text,
	.advan-home5 .vc_column_container .vc_row-fluid .vc_col-sm-4:nth-child(3) .k2t-iconbox:nth-child(1) .iconbox-text,
	.advan-home5 .vc_column_container .vc_row-fluid .vc_col-sm-4:nth-child(3) .k2t-iconbox:nth-child(2) .iconbox-text,
	.advan-home5 .vc_column_container .vc_row-fluid .vc_col-sm-4:nth-child(1) .k2t-iconbox:nth-child(2) .iconbox-text {
		margin-left: 80px;
	}
	
	.advan-home5 .vc_column_container .vc_row-fluid .vc_col-sm-4:nth-child(3) .k2t-iconbox:nth-child(1) .iconbox-image,
	.advan-home5 .vc_column_container .vc_row-fluid .vc_col-sm-4:nth-child(2) .k2t-iconbox:nth-child(1) .iconbox-image,
	.advan-home5 .vc_column_container .vc_row-fluid .vc_col-sm-4:nth-child(3) .k2t-iconbox:nth-child(2) .iconbox-image,
	.advan-home5 .vc_column_container .vc_row-fluid .vc_col-sm-4:nth-child(3) .k2t-iconbox:nth-child(2) .iconbox-image {
		padding-left: 0;
	}
	
	.advan-home5 .vc_column_container .vc_row-fluid .vc_col-sm-4:nth-child(3) .k2t-iconbox:nth-child(1) .iconbox-text .desc,
	.advan-home5 .vc_column_container .vc_row-fluid .vc_col-sm-4:nth-child(3) .k2t-iconbox:nth-child(2) .iconbox-text .desc,
	.advan-home5 .vc_column_container .vc_row-fluid .vc_col-sm-4:nth-child(3) .k2t-iconbox:nth-child(2) .iconbox-text {
		margin-right: 0;
	}
	
	.team-home1.meet-our-6 .k2t-carousel {
		margin-left: 0;
	}
	
	.medical .vc_col-sm-6:nth-child(2) {
		padding-left: 50px;
	}
	
	.team-home1 .vc_column_container .wpb_text_column:nth-child(1) h2 {
		margin-left: 0;
	}
	
	.contact-home5 p {
		font-size: 12px;
	}
	
	.medical .vc_col-sm-6:nth-child(2) .team-content {
		height: 100px;
	}
	
	.iconbox-home .container .container {
		width: 100%;
	}
	
	.iconbox-home .icon-box-2 .iconbox-text {
		padding-left: 0;
	}
	
	.iconbox-home .icon-box-3 .iconbox-text {
		padding-left: 0;
	}
	
	.iconbox-home .icon-box-2, .iconbox-home .icon-box-3 {
		margin: 0;
	}
	
	.home2-about .wpb_single_image img {
		left: 0;
	}
}

@media only screen and (max-width: 800px) {
	.k2t-member.style-slice .member-wrap:hover .mask {
		left: 11.5%;
		top: 4%;
		width: 84%;
	}
	
	.k2t-member.style-slice .member-wrap:hover .team-content {
		left: 54%;
	}
	
	.team-home2 .k2t-member article header {
		margin-bottom: 20px;
	}
	
	.team-home2 .k2t-iconbox.layout-1 .iconbox-text .title h3 {
		padding-top: 35px;
	}
	
	.k2t-iconbox .iconbox-text .title h3 a {
		font-size: 16px;
	}
	
	.service-home1 .container .container {
		margin-left: -15px;
	}
	
	.domain .vc_tta-title-text:after {
		content: none !important;
	}
	.service-home1 .k2t-iconbox.icon-c2 .iconbox-text {
		margin-left: 80px;
	}
	.contact-home6 form span input, .contact-home6 form span select {
		margin: 5px 0;
	}
	.k2t-header-m {
		display: block;
	}
	.page-entry {
		padding: 0;
	}
	.member .owl-pagination {
    margin-top: 20px;
    height: auto;
	}
	#footer .widget-tags .tagcloud {
		display: inline-block;
	}
	.iconbox-home .container, .service-home1 >.container, .home2-about > .container {
		padding: 0 15px;
	}
	.page-entry .iconbox-home h2 strong, .page-entry .service-home1 h2 strong, .team-home1 h2 strong, .testimo-home1 h2 strong {
		margin: 0;	
	}
	.iconbox-home .container .vc_col-sm-12, .iconbox-home .container .vc_col-sm-4
		{
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	.k2t-testimonial .testimonial-content p {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 1px;
	}
	.testimo-home1 .container {
		padding: 0 15px;
	}
	.team-home1 .owl-item .team-content {
		max-width: 370px;
	}
	
	.testimo-home1 .owl-theme .owl-prev, .testimo-home1 .owl-theme .owl-next {
		bottom: 18px;
	}
	
	.our-skill-home1>div>div>div:last-child {
		padding-left: 15px;
	}
	
	.service-home1 .icon-c3 .desc {
		margin-right: 0;
	}
	
	.service-home1 .icon-c3 .iconbox-image {
		left: 18px;
	}
	
	.service-home1 .k2t-iconbox.icon-c3 .iconbox-text {
		margin-left: 80px;
	}
	
	.member .owl-page {
		width: 30px;
		height: 30px;
		margin: 10px;
	}
	.testimo-home1 .testimonial-image a img {
		width: 30px;
		height: 30px;
	}
	.testimo-home1 .testimonial-image a {
		margin: 0 9px;
	}
	.testimo-home1 .testimonial-image {
		bottom: 2px;
	}
	.owl-theme .owl-controls .owl-buttons div .owl-prev {
		left: 30%;
		bottom: 20px;
	}
	.owl-theme .owl-controls .owl-buttons div .owl-next {
		right: 30%;
		bottom: 20px;
	}
	.home2-about h1 strong, .page-entry .title-home2-wwd h2 strong, .page-entry .service-home2 h2 strong, .page-entry .testimo-home h2 strong, .page-entry .team-home2 h2 strong, .page-entry .full-width h2 strong {
		font-size: 25px;
	}
	.home2-about .container {
		padding-left: 0;
		padding-right: 0;
	}
	.blog-owl-carousel .owl-item .carousel-item {
		opacity: 1;
	}
	.blog-owl-carousel.owl-carousel, .blog-owl-carousel.owl-carousel .owl-wrapper-outer {
		margin-bottom: 35px;
	}
	.home2-about .vc_column_container>.vc_column-inner {
		padding-left: 0;
	}
	.home2-about .wpb_single_image img {
		position: inherit;
	}
	.home2-about .k2t-text-box {
		margin: 45px 0;
	}
	.home2-wwd .k2t-iconbox {
		margin: 15px 0;
	}
	.home2-wwd {
		background: #fff;
	}
	.title-home2-wwd {
    padding-top: 30px;
    padding-bottom: 30px;
	}
	
	.k2t-blog-post.style-blog-grid .entry-content .entry-title a {
		font-size: 14px;
	}
	
	.service-home2 .service-2 .vc_col-sm-4 {
		padding: 15px 15px 15px 0;
		width: 65%;
	}
	
	.service-content-3 {
		bottom: 55px;
	}
	
	.service-content-3 .text-sevice-3 .vc_column-inner {
		padding: 15px;
	}
	
	.service-content-3 .text-sevice-3 {
		padding: 0;
	}
	
	.team-home2 .k2t-iconbox .iconbox-text {
		width: 100%;
		top: -35px;
	}
	
	.full-width .owl-wrapper {
		top: 0;
	}
	
	.service-1 .vc_col-sm-4 {
		top: 0;
	}
	.service-home2 .container {
		padding-left: 0;
		padding-right: 0;
	}
	.service-home2 .wpb_raw_html .wpb_wrapper {
		margin: 15px 0;
	}
	.service-home2 .vc_row {
		margin: 30px 0;
	}
	.vc_row>div>div>.wpb_column {
		padding-left: 0;
		padding-right: 0;
	}
	.service-2 .vc_col-sm-4 {
		position: absolute;
		margin-top: 30px;
		padding: 0;
	}
	.service-3 .wpb_raw_html {
		width: 75%;
		top: 15%;
		right: -30%;
		padding: 20px 15px;
	}
	.service-3 .wpb_text_column {
		width: 75%;
		top: 15%;
		right: -30%;
		padding: 90px 15px 20px 15px;
	}
	.testimo-home .owl-carousel .owl-item>div {
		background-size: 100% 100%;
	}
	.wrap-filter {
		text-align: center;
	}
	.team-home2 .k2t-iconbox .iconbox-icon {
		top: 0;
	}
	.team-home2 .k2t-iconbox .learnmore {
		font-size: 13px;
	}
	.home2-wwd .vc_col-sm-4 {
		padding-right: 15px !important;
		padding-left: 15px !important;
	}
	.tab-home2 .vc_tta .vc_tta-spacing-35 .vc_tta-tab {
		margin: 40px 40px;
	}
	.tab-home2 .vc_tta .vc_general .vc_tta-icon {
		font-size: 2em;
	}
	.content-tab-home2 {
		background: #00d2ff;
		background-size: 100% 100%;
	}
	.about-home4 {
		background: #f4f4f4;
	}
	.about-home4 .vc_col-sm-4 {
		width: 100%;
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.about-home4 .vc_col-sm-8 {
		width: 100%;
		background: #34363e;
		margin-top: 0;
		padding-top: 30px;
	}
	.edu-home4 > .container {
		padding: 0 15px;
	}
	.edu-home4 .vc_col-sm-6 {
		width: 100%;
	}
	.edu-home4 .vc_col-sm-1 {
		display: none;
	}
	.edu-home4 .vc_col-sm-5 {
		width: 100%;
	}
	.edu-home4 .edu-content-2 {
		position: relative;
		margin: 50px 0;
	}
	.edu-home4 .edu-content-2 .vc_col-sm-5 {
		margin-top: 480px;
	}
	.edu-home4 .edu-content-2 .vc_col-sm-6 {
	}
	.edu-home4 .edu-content-1 h2 strong, .edu-home4 .edu-content-2 h2 strong,
		.edu-home4 .edu-content-3 h2 strong {
		padding-top: 30px;
	}
	.page-entry .testimo-home h1 .title-testimo-home4 {
		color: #fff;
		font-size: 40px;
	}
	.page-entry h1, .page-entry h1 strong {
		font-size: 40px;
	}
	.title-home4 {
		padding: 70px 0;
	}
	/*END HOME 4*/
	.customer-home6 .iconbox-text {
		width: 100%;
	}
	.service-home6 .wpb_text_column {
		margin: 0;
	}
	.purchase-home2 h3 {
		font-size: 20px;
	}
	.page-entry .purchase-home3 h2 {
		font-size: 27px;
	}
	
	.fly-home6 .vc_col-sm-6 {
		width: 100%;
	}
	
	.fly-home6 .vc_col-sm-3 {
		width: 50%;
		text-align: center;
	}
	
	.fly-home6 .vc_col-sm-3 {
		
	}
	
	.fly-home6 .k2t-counter {
		width: 270px;
		height: 265px;
		margin: 45px auto;
	}
	
	.contact-home6 form span input, .contact-home6 form span select {
		padding-left: 5px;
	}
	
	.woocommerce-page .no-sidebar .col-md-8 {
		width: 100%;
	}
	
	.service-home6 .vc_col-sm-3, .service-home6 .vc_col-sm-4 {
		padding: 15px;
	}
	
	.service-home6.service-2 .vc_col-sm-4 {
		margin-top: 0;
	}
	
	.page-entry .service-home6 .vc_row-fluid h3 {
		font-size: 14px;
		padding-bottom: 15px;
	}
	
	.about-home5 .vc_col-sm-6 {
		width: 100%;
	}
	
	.contact-home5 input, .contact-home5 textarea {
		padding-left: 5px;
	}
	
	.contact-home5 .wpcf7-form > div.col-6:nth-child(3) input, .contact-home5 .wpcf7-form > div.col-6:nth-child(3) textarea {
		width: 100%;
	}
	
	.contact-home5 .wpcf7-form > div.col-6:nth-child(2), .contact-home5 .wpcf7-form > div.col-6:nth-child(3) {
		width: 50% !important;
	}
	
	.about-home5 .list-1 ul li, .about-home5 .list-2 ul li {
		margin-right: 0;
	}
	
	.about-home5 .wpb_text_column:nth-child(3) {
		margin-left: 0;
	}
	
	.about-home5 .container .container {
		padding-left: 0;
		max-width: 720px;
	}
	
	.about-home5 div div div div div .wpb_text_column:nth-child(1) {
		margin-top: 30px;
	}
	
	.departments-home5 .vc_col-sm-4:nth-child(1) {
		width: 100%;
		margin-bottom: 30px;
	}
	
	.departments-home5 .vc_col-sm-4:nth-child(2), .departments-home5 .vc_col-sm-4:nth-child(3) {
		width: 50%;
	}
	
	.advan-home5 .vc_col-sm-4 {
		width: 100%;
	}
	
	.medical .vc_col-sm-6 {
		width: 100%;
	}
	
	.client-home.ch-home5 {
		margin-top: 0;
	}
	
	.medical .vc_col-sm-6:nth-child(2) {
		padding-left: 0;
	}
	
	.advan-home5 .vc_column_container .vc_row-fluid .vc_col-sm-4:nth-child(2) .k2t-iconbox:nth-child(2) .iconbox-image {
		padding-left: 0;
	}
}

@media only screen and (max-width: 667px) {
	.blog-grid .column-2 .item-post, .blog-grid .column-3 .item-post,
		.blog-grid .column-4 .item-post {
		width: 100%;
	}
	
	.home2-about .title-heading .wpb_text_column {
		width: 100%;
	}
	
	.home2-about .vc_column_container>.vc_column-inner {
		padding-left: 15px;
	}
	
	.service-home2 .service-1 .vc_col-sm-4 .vc_column-inner, .service-home2 .service-2 .vc_col-sm-8 .vc_column-inner {
		padding: 0 15px;
	}
	
	.service-home2 .service-2 .vc_col-sm-4 {
		width: 100%;
	}
	
	.service-home2 .service-2 .wpb_single_image img {
		margin-left: 0;
	}
	
	.service-content-3 {
		position: inherit;
	}
	
	.page-entry .full-width h2 strong {
		font-size: 20px;
	}
	
	.service-2 .vc_col-sm-4 {
		position: inherit;
	}
	.service-3 .wpb_raw_html {
		position: initial;
		width: 100%;
		padding: 0;
	}
	.service-3 .wpb_text_column {
		position: initial;
		width: 100%;
		padding: 0;
	}
	.team-home2 .k2t-iconbox {
		margin: 0 auto;
		margin-bottom: 25px;
	}
	.team-home2 .k2t-iconbox .learnmore {
		font-size: 24px;
	}
	.team-home2 .k2t-iconbox .iconbox-icon {
		top: 20px;
	}
	.wellcome-home6 .iconbox-wellcome {
		margin-top: 0;
		padding: 15px;
	}
	.wellcome-home6 .learnmore {
		position: inherit;
	}
	.fly-home6 .vc_col-sm-6 {
		margin-bottom: 30px;
	}
	/* .customer-home6 .k2t-iconbox .iconbox-text .title {
		top: 160px;
	} */
	.wellcome-home6 .learnmore a, .fly-home6 .learnmore a {
		font-size: 16px;
	}
	.service-home6 .vc_col-sm-6:first-child {
		padding-right: 0;
	}
	.service-home6 .vc_col-sm-6:last-child {
		padding-left: 0;
	}
	.contact-home5 form p {
		text-align: center;
	}
	.contact-home5 span .messenger, .contact-home5 input #submit {
		float: none;
	}
	.about-home5 ul li {
		width: 100%;
	}
	.contact-home5 .vc_col-sm-8 {
		margin-top: 30px;
	}
	
	.contact-home6 form {
		margin: 0;
	}
	
	.client-home.ch-home6 {
		margin: 0;
	}
	
	.contact-home6 form span input, .contact-home6 form span select {
		width: 95%;
	}
	
	.fly-home6 {
		padding-right: 15px;
		padding-left: 15px;
	}
	
	.fly-home6 .vc_col-sm-3 {
		width: 100%;
	}
	
	.fly-home6 .vc_col-sm-3:last-child {
		padding-left: 0;
	}
	
	.contact-home6 {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.iconbox-home .k2t-iconbox.icon-box-3 .iconbox-image {
		left: 0;
	}
	
	.iconbox-home .icon-box-2 .iconbox-text, .iconbox-home .icon-box-3 .iconbox-text {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.iconbox-home .icon-box-2, .iconbox-home .icon-box-3 {
		margin-bottom: 15px;
	}
	
	.departments-home5 .vc_col-sm-4:nth-child(3) .k2t-iconbox:nth-child(1) .iconbox-image, 
	.departments-home5 .vc_col-sm-4:nth-child(3) .k2t-iconbox:nth-child(2) .iconbox-image
	{
		padding-left: 0;
	}
	
	.departments-home5 .vc_col-sm-4:nth-child(3) .k2t-iconbox:nth-child(1) .iconbox-text,
	.departments-home5 .vc_col-sm-4:nth-child(3) .k2t-iconbox:nth-child(2) .iconbox-text {
		padding-left: 0;
	}
	
	.about-home5 .container .container {
		padding-right: 0;
	}
	
	.medical .vc_col-sm-6:nth-child(1) .owl-wrapper-outer .wrap-slider-content {
		padding-left: 0;
	}
	
	.medical .vc_col-sm-6 .k2t-blog-post .col-lg-8 {
		padding: 0;
	}
	
}

@media only screen and (max-width: 480px) {
	
	.k2t-member.style-slice .member-wrap:hover .mask {
		left: 6.5%;
		top: 6%;
		width: 87%;
	}
	
	.page-home-page-1 .item-divider {
		width: 250px;
	}
	
	.page-entry .iconbox-home h2 strong {
		line-height: 1.3;
	}
	
	.testimo-home .k2t-member .team-avatar {
		left: 33%;
	}
	
	.service-home2 .service-3 .vc_col-sm-6:last-child img {
		margin-left: 0;
	}
	
	.team-home2 .k2t-member .team-avatar {
		margin-left: 0;
	}
	
	.team-home2 .k2t-iconbox .iconbox-text {
		width: 70%;
		top: 12%;
	}
	
	.purchase-home2 .vc_btn3-container.vc_btn3-right {
		text-align: center;
	}
	
	.wellcome-home6 .entry-image img {
		height: auto;
	}
	
	.wellcome-home6 .iconbox-wellcome .k2t-iconbox {
		margin: 0;
	}
	
	.k2t-text-box {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.iconbox-home .k2t-iconbox .iconbox-image {
		padding-left: 0;
	}
	
	.iconbox-home .k2t-iconbox.icon-box-3 .iconbox-image {
		left: 0;
	}
	
	.iconbox-home .icon-box-2 .iconbox-text, .iconbox-home .icon-box-3 .iconbox-text {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.iconbox-home .icon-box-2, .iconbox-home .icon-box-3 {
		margin-bottom: 15px;
	}
	
	.our-skill-home1 .entry-image {
		margin-bottom: 30px;
	}
	
	.our-skill-home1>div>div>div:last-child {
		padding-right: 15px;
	}
	
	.service-home1 .icon-c2 .iconbox-image, .service-home1 .icon-c3 .iconbox-image {
		left: 8px;
	}
	
	.service-home1 .k2t-iconbox.icon-c3 .iconbox-text {
		margin-left: 80px;
	}
	
	.service-home1 .icon-c3 .desc {
		margin-right: auto;
	}
	
	/* .team-home1 .k2t-member .team-avatar {
		padding: 0 10px;
	} */
	
	.testimo-home1 .owl-theme .owl-controls .owl-buttons div.owl-prev {
		left: 15%;
	}
	
	.edu-home4 .edu-content-2 .vc_col-sm-5 {
		margin-top: 250px;
	}
	.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading,
		.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body
		{
		background-color: rgba(255, 255, 255, 0) !important;
		border-color: #fff !important;
	}
	.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading,
		.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body
		{
		background-color: rgba(255, 255, 255, 0) !important;
		border-color: #fff !important;
	}
	.woocommerce-page table.cart td.actions a.button, .woocommerce-page table.cart td.actions p.button
		{
		margin: 5px auto;
		max-width: 220px;
	}
	.woocommerce-page table.cart td.actions>.button, .woocommerce-cart .actions input,
		.woocommerce-cart .actions .return-to-shop {
		max-width: 220px;
	}
	.woocommerce-cart .actions .return-to-shop {
		max-width: 100%;
		margin-top: 0;
	}
	.woocommerce .quantity input.qty {
		width: 50px;
	}
	.woocommerce .form-cart .quantity input.qty {
		width: 120px;
	}
	
	.contact-home6 form span {
		padding-left: 10px;
	}
	
	.page-entry .wellcome-home6 h1 strong, .page-entry .fly-home6 h1 strong, .page-entry .contact-home6 h1 strong, .page-entry .service-home6 h1 strong, .page-entry .member-home6 h1 strong, .page-entry .customer-home6 h1 strong {
		font-size: 36px;
	}
	
	.page-entry .wellcome-home6 h3, .page-entry .fly-home6 h3, .page-entry .contact-home6 h3, .service-home6 h3, .page-entry .member-home6 h3, .page-entry .customer-home6 h3 {
		font-size: 18px;
	}
	
	.member-home6 .owl-item {
		padding: 15px;
		margin: 0 auto;
		margin-right: auto;
	}
	
	.service-home6 .vc_col-sm-6:first-child {
		padding-bottom: 30px;
	}
	
	.customer-home6 .k2t-iconbox .iconbox-text .title {
		top: 190px;
	}
	
	.contact-home5 .vc_col-sm-4>* {
		margin-left: 15px;
		margin-right: 15px;
	}
	
	.about-home5 .vc_col-sm-6 .k2t-text-box, .about-home .vc_col-sm-6 .list-1, .about-home .vc_col-sm-6 .list-2 {
		width: 100%;
		padding-right: 0;
	}
	
	.departments-home5 .vc_col-sm-4:nth-child(2), .departments-home5 .vc_col-sm-4:nth-child(3) {
		width: 100%;
	}
	
	.team-home1.meet-our-6 .container {
		padding-left: 15px;
		padding-right: 15px;
	}
	.page-entry .medical h2 strong {
		font-size: 23px;
	}
	
	.medical>div>div>div:first-child {
		padding: 0;
	}
	
	.medical .vc_col-sm-6:nth-child(2) .team-content {
		height: 160px;
	}
	
	.medical .vc_col-sm-6:nth-child(2) .k2t-member .team-content > div {
		margin-left: 80px;
		margin-right: 10px;
	}
	
	.medical .vc_col-sm-6:nth-child(2) .k2t-member .team-content > div {
		bottom: -115px;
	}
	
	.page-home-page-5 .slide-5 .show-appoint button {
		font-size: 11px;
	}
	
	.woocommerce .form-cart {
		padding-left: 0;
	}
}

@media only screen and (max-width: 360px) {
	.owl-theme .owl-controls .owl-buttons div .owl-prev {
		left: 10%;
	}
	.owl-theme .owl-controls .owl-buttons div .owl-next {
		right: 10%;
	}
	.customer-home6 .k2t-iconbox .iconbox-text .title {
		top: 200px;
	}
}