.mobile_menu_active #header {
	height: auto;
	padding: 10px 0 5px;
}
.mobile_menu_active #headerwrap.fixed-header #header {
	text-align: inherit; /* make left text align on sticky header */
}

/* reset absolute elements to static */
.mobile_menu_active #site-logo,
.mobile_menu_active #site-description {
	position: static;
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
}

/* site logo */
.mobile_menu_active #site-logo {
	font-size: 24px;
	margin: 5px 10px 5px 0;
	padding: 0;
}

/* site description */
.mobile_menu_active #site-description {
	margin: 0 0 .5em;
}

/* header widget */
.mobile_menu_active .header-widget {
	position: static;
	float: none;
	clear: both;
	margin: 0;
	text-align: inherit;
}
.mobile_menu_active .header-widget .widget {
	margin: 1em 0;
}
.mobile_menu_active .header-widget .widgettitle {
	margin: 1em 0 .5em;
}

/* menu icon */
.mobile_menu_active .header-icons {
	position: absolute;
	display: block;
	top: 26px;
	right: 2%;
	z-index: 1999;
	transform: translateY(-50%);
}
.mobile_menu_active .header-icons a {
	text-decoration: none !important;
	font-size: 1em;
}
.mobile_menu_active.slide-cart .header-icons {
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
}
.mobile_menu_active.slide-cart #cart-icon {
	margin-left: 0;
	margin-right: .9em;
	padding: .2em .3em;
}

/* mobil menu panel */
body.mobile-menu-visible {
	overflow-y: hidden;
}
body.mobile-menu-visible .header-icons,
body.slide-cart-visible .header-icons {
	z-index: 1 !important; /* prevent the overlap of header buttons with the sidemenu */
}

/* iphone mobil menu panel scroll disable */
.iphone.mobile-menu-visible.no-fixed-header #pagewrap {
	position: fixed;
}

/* Mobile Menu Styles */
.mobile_menu_active .sidemenu {
	transition: all .2s ease-in-out;
	height: 100%;
	width: 300px;
	padding: 50px 25px;
	background-color: #fff;
	color: #000;
	display: block;
	overflow-y: auto;
	position: fixed;
	top: 0;
	z-index: 11111;
	text-align: left;
}
.mobile_menu_active.admin-bar .sidemenu {
	top: 32px;
}
.mobile_menu_active #mobile-menu {
	right: -300px;
}
.mobile_menu_active #mobile-menu.sidemenu-on {
	right: 0;
}
.mobile_menu_active.sidemenu-active {
	position: relative;
}
.mobile_menu_active.sidemenu-active,
.mobile_menu_active.sidemenu-active #headerwrap {
	left: 0;
	transition: left .2s ease-in-out;
}
body:not(.header-overlay):not(.header-minbar):not(.header-leftpane):not(.header-rightpane).mobile-menu-visible.mobile_menu_active.sidemenu-right,
body:not(.header-overlay):not(.header-minbar):not(.header-leftpane):not(.header-rightpane).mobile-menu-visible.mobile_menu_active.sidemenu-right #headerwrap.fixed-header {
	left: -300px;
}
body:not(.header-overlay):not(.header-minbar):not(.header-leftpane):not(.header-rightpane).mobile-menu-visible.mobile_menu_active.sidemenu-left,
body:not(.header-overlay):not(.header-minbar):not(.header-leftpane):not(.header-rightpane).mobile-menu-visible.mobile_menu_active.sidemenu-left #headerwrap.fixed-header {
	left: 300px;
}
body:not(.header-overlay):not(.header-minbar):not(.header-leftpane):not(.header-rightpane).mobile-menu-visible.mobile_menu_active.sidemenu-left #mobile-menu.sidemenu-on {
	left: 0;
}

/* mobile menu panel link */
#headerwrap #mobile-menu-panel a {
	color: #fff;
	text-decoration: none;
}

/* slide menu close */
.mobile_menu_active #menu-icon-close {
	font-size: 20px;
	color: inherit;
}
.transparent-header #header #menu-icon-close {
	color: inherit; /* require for transparent-header */
}

.mobile_menu_active #menu-icon-close {
	display: block;
	position: absolute;
	text-decoration: none;
	top: .75em;
	right: 1em;
	min-width: 1em;
	min-height: 1em;
	transform-origin: center;
	transition: all .3s linear;
	transition-property: transform;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.mobile_menu_active #menu-icon-close:before,
.mobile_menu_active #menu-icon-close:after {
	content: '';
	display: block;
	border-top: 1px solid;
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
}
.mobile_menu_active #menu-icon-close:before {
	transform: rotateZ(-45deg);
}
.mobile_menu_active #menu-icon-close:after {
	transform: rotateZ(45deg);
}
.mobile_menu_active #menu-icon-close:hover {
	transform: rotate(90deg);
}

/* main nav */
.mobile_menu_active #main-nav-wrap {
	margin: 1em 0 .5em;	
}
.mobile_menu_active #main-nav {
	position: static;
	width: auto;
	height: auto;
	padding: 0;
	margin: 0;
	background: none;
	border: none;
	text-align: left;
	float: none;
	clear: both;
}
.mobile_menu_active #headerwrap #main-nav li {
	float: none;
	display: block;
	border: none;
	background: none;
	padding: 0;
	margin: 0;
	clear: both;
	width: 100%;
}

/* sub level */
.mobile_menu_active #headerwrap #main-nav li:not(.themify-widget-menu) > ul,
.mobile_menu_active #headerwrap #main-nav ul {
	position: static;
	width: auto;
	height: auto;
	display: block;
	border: none;
	margin: 0;
	padding: 0 0 0 1em;
	background: none;
	clear: both;
	opacity: 1;
	transform: none;
	color: inherit;
	box-shadow: none;
}
.mobile_menu_active.transparent-header #headerwrap .themify-widget-menu {
	color: inherit;
}
.mobile_menu_active #headerwrap #main-nav ul li {
	border: none;
	background: none;
	padding: 0;
	margin: 0;
}
.mobile_menu_active #headerwrap #main-nav .has-mega-sub-menu:hover .mega-sub-menu,
.mobile_menu_active #headerwrap #main-nav .has-sub-menu > .mega-sub-menu {
	padding: 0;
}

/* menu link */
.mobile_menu_active #headerwrap #main-nav a,
.mobile_menu_active #headerwrap #main-nav ul a {
	width: auto;
	display: block;
	border: none;
	padding: .6em 0;
	margin: 0;
	color: inherit;
	line-height: 1.5em;
	background: none;
	text-decoration: none;
}
.mobile_menu_active #headerwrap #main-nav > li:last-child a {
	border: none;
}

/* sub level menu link */
.mobile_menu_active #headerwrap #main-nav ul a {
	font-weight: normal;
}

/* menu hover */
.mobile_menu_active #headerwrap #main-nav a:hover,
.mobile_menu_active #headerwrap #main-nav ul a:hover {
	color: #ed1e24;
}

/* sub-menu icon */
.mobile_menu_active #main-nav .menu-item-has-children > a:after,
.mobile_menu_active #main-nav ul .menu-item-has-children > a:after {
	display: none;
}

/* current link */
.mobile_menu_active #main-nav .current_page_item > a,
.mobile_menu_active #main-nav .current-menu-item > a {
	color: #ed1e24;
}

/* mega menu */
.mobile_menu_active #main-nav .has-mega-sub-menu .mega-sub-menu,
.mobile_menu_active #main-nav .has-mega-column > .sub-menu {
	background: none;
	box-shadow: none;
	opacity: 1;
	transform: none;
}
.mobile_menu_active #main-nav .has-mega-column > .sub-menu {
	max-height: inherit;
}
.mobile_menu_active #main-nav .has-mega-sub-menu .mega-sub-menu,
.mobile_menu_active #main-nav .has-mega-column > ul.sub-menu {
	position: static;
	display: block;
	border: none;
	min-height: 0;
	max-height: none;
	margin: 0;
	width: auto;
	color: inherit;
}
.mobile_menu_active #main-nav .has-mega-sub-menu .mega-sub-menu ul {
	height: auto;
	width: auto;
	float: none;
}
.mobile_menu_active #main-nav .has-mega-column > .sub-menu > li {
	width: auto;
	float: none;
	margin-left: 0;
}
.mobile_menu_active #main-nav .has-mega-column .sub-menu > li > a {
	text-transform: none;
	margin: 0;
}
.mobile_menu_active #main-nav .mega-sub-menu li:after {
	content: '';
}
#main-nav li.mega-link.loading:before,
.mobile_menu_active #main-nav .has-sub-menu > a:after,
.mobile_menu_active #main-nav .has-mega-sub-menu > a:after,
.mobile_menu_active #main-nav .mega-sub-menu li a:after,
.mobile_menu_active #main-nav .mega-menu-posts {
	display: none;
}

/* dropdown icon */
.mobile_menu_active #main-nav .page_item_has_children .child-arrow:before,
.mobile_menu_active #main-nav .menu-item-has-children .child-arrow:before {
    content: "\e801"; /* ti-angle-down */
	font-family: 'themify_theme_icon';
    font-size: 0.8em;
    line-height: 1;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: .4em;
    padding: 1em;
    transition: transform 0.3s ease-in-out;
    border-radius: 100%;
}
.mobile_menu_active #main-nav .page_item_has_children .child-arrow:hover:before,
.mobile_menu_active #main-nav .menu-item-has-children .child-arrow:hover:before {
    background: rgba(214,214,214,.4);
}
.mobile_menu_active #main-nav .page_item_has_children .child-arrow.toggle-on:before,
.mobile_menu_active #main-nav .menu-item-has-children .child-arrow.toggle-on:before {
	transform: rotate(180deg);
}
.mobile_menu_active #headerwrap #main-nav .page_item_has_children > a .sub-arrow,
.mobile_menu_active #headerwrap #main-nav .menu-item-has-children > a .sub-arrow {
	display: none !important;
}
.mobile_menu_active #headerwrap #main-nav > li {
	position: relative;
}
.mobile_menu_active #headerwrap #main-nav .has-mega-column > .children,
.mobile_menu_active #headerwrap #main-nav .has-mega-column > .children > li > ul,
.mobile_menu_active #headerwrap #main-nav .has-mega-column > .sub-menu,
.mobile_menu_active #headerwrap #main-nav .has-mega-sub-menu .mega-sub-menu,
.mobile_menu_active #headerwrap #main-nav .has-mega-column > .sub-menu > li > ul,
.mobile_menu_active #headerwrap #main-nav .has-mega-sub-menu:hover .mega-sub-menu {
	opacity: 1;
	transform: none;
	padding-top: 0;
	padding-bottom: 0;
}

.mobile_menu_active #headerwrap #main-nav .has-sub-menu > .children > li > ul.children,
.mobile_menu_active #headerwrap #main-nav .has-mega-column > .children > li > ul.children,
.mobile_menu_active #headerwrap #main-nav > li > div.children,
.mobile_menu_active #headerwrap #main-nav > li > ul.children,
.mobile_menu_active #headerwrap #main-nav .has-sub-menu > .sub-menu > li > ul.sub-menu,
.mobile_menu_active #headerwrap #main-nav .has-mega-column > .sub-menu > li > ul.sub-menu,
.mobile_menu_active #headerwrap #main-nav > li > div.sub-menu,
.mobile_menu_active #headerwrap #main-nav > li > ul.sub-menu {
	height: 100%;
	overflow: hidden;
	max-height: 0;
	transition: max-height 0.5s ease-in-out;
}
.mobile_menu_active #headerwrap #main-nav .has-sub-menu > .children > li > .toggle-on + ul.children,
.mobile_menu_active #headerwrap #main-nav .has-mega-column > .children > li > .toggle-on + ul.children,
.mobile_menu_active #headerwrap #main-nav > li > .toggle-on + div.children,
.mobile_menu_active #headerwrap #main-nav > li > .toggle-on + ul.children,
.mobile_menu_active #headerwrap #main-nav .has-sub-menu > .sub-menu > li > .toggle-on + ul.sub-menu,
.mobile_menu_active #headerwrap #main-nav .has-mega-column > .sub-menu > li > .toggle-on + ul.sub-menu,
.mobile_menu_active #headerwrap #main-nav > li > .toggle-on + div.sub-menu,
.mobile_menu_active #headerwrap #main-nav > li > .toggle-on + ul.sub-menu {
	max-height: 2000px;
	min-height: initial;
}


/* SOCIAL LINKS */
.mobile_menu_active #headerwrap .social-widget {
	position: static;
	float: none;
	margin: 0;
}
.mobile_menu_active #headerwrap .social-widget .social-links.horizontal li {
	padding-bottom: 0;
	margin-bottom: 0;
}

/* SEARCH BUTTON */
.mobile_menu_active #headerwrap .search-button {
	margin-right: 0;
	margin-bottom: 0;
	float: none;
}

/* Rounded BG searchform */
.mobile_menu_active #headerwrap #searchform #s,
.mobile_menu_active #headerwrap #searchform #s:focus,
.mobile_menu_active #headerwrap #searchform #s:hover,
.mobile_menu_active #headerwrap #searchform .icon-search:hover + #s,
.mobile_menu_active #headerwrap #searchform {
	width: 100%;
}
.mobile_menu_active #headerwrap #searchform-wrap {
	display: block;
	margin: 1em 0 0;
}
.mobile_menu_active #headerwrap #searchform {
	position: relative;
	left: auto;
	right: auto;
	top: auto;
	bottom: auto;
	float: none;
	clear: both;
	margin: 0 0 1em;
	padding: 0;
	width: auto;
}
.mobile_menu_active #headerwrap #searchform #s {
	width: 100%;
	float: none;
	transition: none;
	margin: auto;
	color: #000;
	padding: 5px 15px 5px 35px;
	background-color: #eee;
	position: static;
	height: auto;
}
.mobile_menu_active #headerwrap #searchform .icon-search:hover + #s {
	background-color: #eee;
}
.mobile_menu_active #headerwrap #searchform .icon-search:before {
	left: 7px;
	top: 3px;
	position: absolute;
	background: transparent;
	color: #000;
	width: 16px;
	height: 16px;
	font-size: 18px;
	padding: 3px;
	margin: 0;
	transform: none;
}

/* widget twitter */
.mobile_menu_active #headerwrap .widget .twitter-list .twitter-timestamp {
	opacity: 1;
}

.mobile_menu_active .header-widget .col4-1,
.mobile_menu_active .header-widget .col4-2,
.mobile_menu_active .header-widget .col4-3,
.mobile_menu_active .header-widget .col3-2,
.mobile_menu_active .header-widget .col3-1 {
	margin-left: 0;
	width: 100%;
	max-width: 100%;
}

.mobile_menu_active .sidemenu .header-widget {
	height: auto;
	margin-bottom: 1em;
}

/* fixed header */
.mobile_menu_active #headerwrap.fixed-header #searchform-wrap,
.mobile_menu_active #headerwrap.fixed-header .cart-wrap,
.mobile_menu_active #headerwrap.fixed-header .header-bar,
.mobile_menu_active #headerwrap.fixed-header .header-widget {
	display: block;
}
.mobile_menu_active #headerwrap.fixed-header .social-widget,
.mobile_menu_active #headerwrap.fixed-header .search-button {
	display: inline-block;
}
.mobile_menu_active #headerwrap.fixed-header #header {
	padding-top: 5px;
	padding-bottom: 5px;
}
.mobile_menu_active #headerwrap.fixed-header #main-nav li {
	padding-top: 0;
	padding-bottom: 0;
}

/* header block cart wrap */
.mobile_menu_active.header-block.slide-cart #main-nav-wrap {
	display: block;
}

/* ANNOUNCEMENT BAR PLUGIN */
.mobile_menu_active.announcement-bar-showing.announcement-top.admin-bar #headerwrap {
	top: 0 !important;
}
.mobile_menu_active.announcement-bar-showing.admin-bar .themify_announcement.top {
	top: 0; /* @todo */
}

@media screen and (max-width: 1300px) {

.home-txt-img-rght .image-wrap img {    width: 100%;    height: 600px;}

}


@media screen and (max-width: 1260px) {

	/************************************************************************************
	STRUCTURE
	*************************************************************************************/
	#pagewrap {
		max-width: 100%;
	}

	.pagewidth,
	.full_width .themify_builder_row .row_inner,
	.full_width .related-posts,
	.full_width .post-nav,
	.full_width .commentwrap,
	.full_width .module-layout-part .themify_builder_row.fullwidth_row_container .row_inner {
		max-width: 96%;
	}
	.full_width .module-layout-part .themify_builder_row.fullwidth .row_inner,
	.full_width .themify_builder_row.fullwidth .row_inner {
		max-width:100%;
	}
	
	.header-gallery#headerwrap.fixed-header #header {
		padding-left: 0;
		padding-right: 0;
		width: 96%;
	}

	body {
		font-size: 1em;
	}

}

@media screen and (max-width:1200px) {
	.home-txt-img-rght .img-txt-content-main-3 {    padding: 2%;    width: 46%;}
	.home-txt-img-rght .home-subtitle-cls{margin-bottom: 10px;}
	.hair-row-seven p {    margin-bottom: .5em;    font-size: 16px;    line-height: 20px;}
	
}

@media screen and (max-width:1100px) {
	#main-nav a{ font-size: 14px !important;padding: .6em .2em !important;}
	.home-txt-img-rght .image-wrap img {    width: 100%;    height: 500px;}
	.home-latest-img-big .image-wrap img{height: 500px;}
	
	.page-id-363 .loops-wrapper.no-gutter.grid3 .post {   margin: 1%;    width: 31.33%;}
	.contact-map-gap{padding-top: 40% !important;}
	
	
	.lear-slider-layout h1.inner-banner-title{font-size: 2.3em;}
	
	.home-banner-title-new{font-size:30px; line-height:35px;}
}

@media screen and (max-width:1024px) {
	.header-widget .col4-1,
	.footer-widgets .col4-1 {
		width: 48.4%;
	}
	.header-widget .col4-1:nth-child(2n+1),
	.footer-widgets .col4-1:nth-child(2n+1) {
		margin-left: 0;
		clear: left;
	}
}




@media screen and (max-width:1000px) {
	
	.banner-homenew .home-main-title{font-size: 1.7em;}
	.banner-homenew .new-home-bannr-sub-txt{font-size: 15px; line-height: 20px;}
	.home-new-topimg a{font-size: 17px; line-height: 22px;}
	.home-new-row-two2{margin-top: -210px;}
	
	
	
	
	
	
	.contact-map-gap{padding-top: 50% !important;}
	
	
	.bnr-nxt i{font-size: 30px !important;}
	
	.mobile_menu_active.mobile-menu-visible.sidemenu-right #headerwrap{left:0px !important;}
	
#menu-icon {	
	position: absolute;
	display: block !important;
	/*top: 25px;*/
	top: 71px;
	right: 15px;
	text-decoration: none;
	color: inherit;
	font-size: 1.2em;
	z-index: 1999;
		float: right;
		padding: 10px;
		/*margin-top: 6%;*/
	}
	#menu-icon::before {
		content: "\f0c9";
		font-family: FontAwesome;
		font-size: 1.65em;
		/*color: #fff;*/
		color: #8e8a8a;
	}
	#main-nav-wrap #main-nav .current_page_item a, #main-nav .current-menu-item a, #main-nav > .current_page_item > a, #main-nav > .current-menu-item > a{ color:#000 !important;}
	
	
	.home-txt-img-rght .image-wrap {    width: 100% !important;    float: none; }
	.home-txt-img-rght .image-wrap img{height: auto !important; padding-bottom:5%;}
	.home-txt-img-rght .img-txt-content-main-3 {    padding: 5%;    width: 90%;}
	.home-txt-img-rght .image-content{padding-bottom: 2%;}
	
	.home-latest-img-big .image-wrap{width: 100% !important; float: none;}
	.home-latest-img-big .image-wrap img{width: 100%; height:auto !important;}
	.home-latest-img-big {    height: auto !important;;    line-height: normal;}
	.home-latest-img-big .image-caption{padding: 5% !important;}
	
	
	.home-txt-img-rght .home-subtitle-cls {    margin-bottom: 30px;}
	
	.hair-row-seven p {    margin-bottom: .9em !important;    font-size: 17px !important;    line-height: 26x !important;}
	
	.lear-slider-layout h1.inner-banner-title{padding-bottom:10% !important; font-size:1.8em;}
	
	.home-banner-title-new{font-size:27px; line-height:32px;}
	.banner {    margin-top: -12% !important;}
	
	
}







@media screen and (max-width: 900px) {

	.single-product table.variations {    width: 100% !important;    float: none !important;}
	.single-product .single_variation_wrap {    width: 100% !important;    float: none;    margin-left: 0px;}
	.top-hader-row .first{width: 25% !important;}
	.top-hader-row .last{width: 15% !important;}
	.top-hader-row .middle{width: 50% !important;}
	
	
	.home-banner-title-new{font-size:24px; line-height:30px;}

}




@media screen and (max-width: 800px) {
	
	
	.mobile-sngl-row .module_column{width: 100% !important;margin: 0;padding: 0 2%;}
	.learn-row-seven .module, .learn-row-eight{padding: 5% 7% !important;}
	.learn-row-eight2 .col4-1.second{margin-bottom: 35px;}
	.learn-row-eight2 .col4-1.third{margin-bottom: 30px;}
	
	.contact-map-gap{padding-top: 60% !important;}
	
	
	.lear-slider-layout .slide-content{padding: 5% !important;}
	.lear-slidr-title {		font-size: 20px; line-height: 26px;}
	.lear-slider-layout h1.inner-banner-title{padding-bottom:5% !important}
	.lear-slider-layout .carousel-pager{margin-top:-10% !important}
	.lear-slider-layout .carousel-prev{margin-left: 0.5% !important; margin-top: 5% !important;}
	.lear-slider-layout .carousel-next{margin-right: 0.5% !important; margin-top: 5% !important;}
	.home-banner-title-new{font-size:23px; line-height:27px;}

	/************************************************************************************
	POST LAYOUTS
	*************************************************************************************/
	.loops-wrapper.grid4 .post {
		width: 48.4%; /* change grid4 to 2 columns */
	}
	.loops-wrapper.grid4 .post:nth-of-type(2n+1) {
		margin-left: 0;
		clear: left;
	}
	
	.banner {    margin-top: -14% !important;    padding-top: 20% !important;}

}





@media screen and (max-width: 780px) {
	
		

.lear-slider-layout .slide-content{position: absolute !important;}
	
	.lear-slider-layout h1.inner-banner-title{ font-size: 16px !important;; line-height: 22px; padding-bottom: 0px !important;}
	
	.lear-slider-layout .carousel-prev{ margin-top: 0% !important;}
	.lear-slider-layout .carousel-next{ margin-top: 0% !important;}
	.lear-slidr-title {		font-size: 14px; line-height: 20px;}

	
}




@media screen and (max-width: 760px) {
	
		
	.banner-homenew .home-new-bnr-inr-row-1 .col3-2{width: 50% !important; margin-top: -120px;}
	.banner-homenew .home-new-bnr-inr-row-1 .col3-1{width: 45% !important;}
	.banner-homenew .home-main-title{font-size: 1.4em;}
	.banner-homenew .new-home-bannr-sub-txt{font-size: 12px; line-height: 16px;}
	.home-new-topimg a{font-size: 12px; line-height: 16px !important;}
	.home-new-topimg{font-size: 12px; line-height: 16px !important;}
	.home-new-row-two2{margin-top: -170px;}
	
	
	
	.contact-map-gap{padding-top: 70% !important;}
	
	.banner {	/*	margin-top: -25% !important;*/	 padding-top:25% !important;	margin-top: -18% !important;}
	
	
		/*.home-row-one .module_column{width: 80% !important;}
	.home-banner-title-new{font-size: 20px; line-height: 24px;}
	.home-banner-subtitle-new{font-size: 16px; line-height: 20px;}*/
	.home-row-one .module_column{width: 100% !important;/*padding-left:25%;*/}
	/*.home-banner-title-new{font-size: 15px; line-height: 18px;margin-bottom: 0;}*/
	
	.home-row-one.banner .module-text{padding-top: 0 !important;}
	.home-banner-subtitle-new{font-size: 13px; line-height: 18px;}
	
	
	.home-row-five{margin-right: 0px !important;}
	
	.home-row-five .col3-1.first {    width: 100% !important;    height: auto;	display:block !important;	padding: 35% 0;	}
	.home-row-five.fullcover{	background-size: contain !important;	background-position-y: top !important;	background-repeat:no-repeat;	}
	.home-row-five .col3-2.last.tb-column {    width: 100%;	}
	.home-row-ten .row_inner .module_column .tb-column-inner .module-plain-text{padding-left: 0px; padding-right: 0px;}
	.home-row-ten .row_inner .module_column .tb-column-inner .module-plain-text p{margin-bottom: .1em;}
	.home-row-ten .row_inner .module_column .tb-column-inner .module-plain-text{padding-top: 0px; padding-bottom: 30px}
	
	.corporate-row-two{padding-left: 5% !important; padding-right: 5% !important;}
.corporate-row-three1{padding-left: 5% !important; padding-right: 5% !important;}
.corporate-row-three{padding-left: 5% !important; padding-right: 5% !important;}
.corporate-row-five{padding-left: 5% !important; padding-right: 5% !important;}
.corporate-row-six{padding-left: 5% !important; padding-right: 5% !important;}
.corporate-row-seven2{padding-left: 5% !important; padding-right: 5% !important;}
.corporate-row-seven3{padding-left: 5% !important; padding-right: 5% !important;}
.corporate-video p{ display:none;}
.corporate-video .wistia_responsive_padding{margin-bottom: 20px !important;}



	
	
	
	.contact-main-row .row_inner .module_column .tb-column-inner .themify_builder_sub_row .subrow_inner{-ms-box-orient: horizontal;  display: -webkit-box;  display: -moz-box;  display: -ms-flexbox;  display: -moz-flex;  display: -webkit-flex;  -webkit-flex-flow: row wrap;  flex-flow: row wrap;}

	.contact-main-row .row_inner .module_column .tb-column-inner .themify_builder_sub_row .subrow_inner .last .module-plain-text{padding-top: 0px !important;}
	
.contact-main-row .row_inner .module_column .tb-column-inner .themify_builder_sub_row .subrow_inner .first:nth-of-type(1) { order: 2; width: 100% !important;}

.contact-main-row .row_inner .module_column .tb-column-inner .themify_builder_sub_row .subrow_inner .last:nth-of-type(2) { order: 1;  width: 100% !important; margin:0px; margin-bottom: 8%;}
	
	
	
	
	
	



	/************************************************************************************
	GENERAL
	*************************************************************************************/
	body {
		font-size: .95em;
	}

	/* heading */
	.page-title,
	h1 {
		font-size: 1.8em;
	}
	h2 {
		font-size: 1.6em;
	}
	h3 {
		font-size: 1.3em;
	}
	h4 {
		font-size: 1em;
	}

	/************************************************************************************
	STRUCTURE
	*************************************************************************************/
	body .pagewidth,
	body.full_width .themify_builder_row .row_inner,
	body.full_width .related-posts,
	.full_width .post-nav,
	.full_width .commentwrap,
	.full_width .module-layout-part .themify_builder_row.fullwidth_row_container .row_inner {
		max-width: 90%;
	}
	#content {
		width: 100%;
		max-width: 100%;
		float: none;
		clear: both;
		padding-top: 10%;
	}

	/* sidebar */
	#sidebar {
		width: 100%;
		max-width: 100%;
		float: none;
		clear: both;
		padding-top: 10%;
	}
	
	/* tiles layout */
	.loops-wrapper.auto_tiles,
	.tile_enable .auto_tiles {
		height: auto !important;
	}
	.auto_tiles .post,
	.woocommerce.woocommerce-page ul.auto_tiles.products .product	{
		width: 100% !important;
		position: relative !important;
		top: 0 !important;
		left: 0 !important;
		margin: 0 0 10px !important;
		overflow: hidden;
	}
}

@media screen and (max-width: 680px) {
	
	
	
	
	.banner-homenew .home-new-bnr-inr-row-1 .col3-2{width: 60% !important; margin-top: -30px;}
	.banner-homenew .home-new-bnr-inr-row-1 .col3-1{width: 35% !important;}
	.banner-homenew .home-main-title{font-size: 1.2em; margin-bottom: 7px;}
	.banner-homenew .new-home-bannr-sub-txt{font-size: 10px; line-height: 14px;}
	.home-new-row-two2 .col3-1{width: 31.2% !important;margin-left: 3.2% !important;}
	.home-new-row-two2 .col3-1.first{margin-left: 0 !important;}
	.home-new-topimg img{width: 30px;}
	.home-new-topimg{margin-top: -15px;}
	.home-new-topimg a{font-size: 10px; line-height: 10px !important;}
	.home-new-topimg{font-size: 10px; line-height: 10px !important;}
	.home-new-row-two2{margin-top: -120px;}
	
	
	
	.learn-row-eight .module{margin-bottom: 30px;}
	.help-title1{font-size:30px; line-height:36px;}
	
	.banner {	/*	margin-top: -30% !important;*/ /*padding-top:20% !important;*/	}
	
	
	.home-main-title-white{font-size:2em !important;}
	table.benefit-img-tbl tr td	 {		display: block !important;		width: 100% !important;		max-width: 100% !important;	}
	table.contact-tbl{margin-bottom: 30px;}
	
	.why-row-two .row_inner .module_column.tb-column{width: 100% !important;margin: 0;}
	.why-row-three .row_inner .module_column.tb-column{width: 100% !important;margin: 0;}
	.why-row-three .row_inner .module_column.tb-column:nth-of-type(1){margin-bottom: 5%;}
	.page-id-363 .loops-wrapper.no-gutter.grid3 .post{width:100% !important; margin:0px !important;}
	.page-id-363 .post-image{width: 60% !important; margin: auto !important;}
	.page-id-363 .post-content{width: 60% !important; margin: auto !important; padding: 3% 0;}
	
	.themify_builder_content-280 .module-plain-text{font-size: 30px !important; line-height: 36px !important; padding-left: 5%;padding-right: 5%; }
	.themify_builder_content-280 .module_row_0{padding-top:38% !important;}
	.themify_builder_content-240 .module-plain-text{font-size: 30px !important; line-height: 36px !important; padding-left: 5%;padding-right: 5%; }
	.themify_builder_content-240 .module_row_0{padding-top:38% !important;}
	.themify_builder_content-257 .module-plain-text{font-size: 30px !important; line-height: 36px !important; padding-left: 5%;padding-right: 5%; }
	.themify_builder_content-257 .module_row_0{padding-top:38% !important;}
	
	.themify_builder_content-1027 .module-plain-text{font-size: 30px !important; line-height: 36px !important; padding-left: 5%;padding-right: 5%; }
	.themify_builder_content-1027 .module_row_0{padding-top:38% !important;}
	
	.page-id-1013 article figure{width: 100% !important;max-width: 100% !important; float: none !important;}
	.page-id-1013 article figure a img.wp-post-image{width: 100%;}
	.page-id-1013 article .post-content{width: 100% !important;}
	.page-id-1013 .loops-wrapper article {        padding-bottom: 2% !important;    padding-top: 3% !important;}
	.page-id-1013 .loops-wrapper article:first-child {    margin-top: 2% !important;    padding-top: 4% !important;}	
	.page-id-1013 article .post-title.entry-title{font-size:2em !important;}
	
	
	.themify_builder_709_row .slide-content{text-align: center !important; font-size: 18px; line-height: 26px;}
	.home-calander-slider .slide-title a {    font-size: 2em !important;;    line-height: 1.2em !important;;}
	
	
	
		
	.top-hader-row .first{width: 100% !important;}
	.top-hader-row .last{width: 100% !important;;}
	.top-hader-row .middle{width: 100% !important;}	
	
	.top-hader-row .row_inner{-ms-box-orient: horizontal;  display: -webkit-box;  display: -moz-box;  display: -ms-flexbox;  display: -moz-flex;  display: -webkit-flex;  -webkit-flex-flow: row wrap;  flex-flow: row wrap;}	
	
.top-hader-row .row_inner .first:nth-of-type(1) { order: 2; width: 100% !important; margin-top: -6%}
.top-hader-row .row_inner .middle:nth-of-type(2) { order: 3; width: 100% !important;}
.top-hader-row .row_inner .last:nth-of-type(3) { order: 1;  width: 100% !important; z-index: 100000;}



	/*.home-row-one-2 .module_column{width: 100% !important;}*/
	.home-row-one-2 .module_column{width: 97% !important;}
.home-new-accordium ul li a{font-size: 16px !important; line-height: 22px !important;height: 50px;}

.help-list-img{margin-bottom: 20px;}


	/*#menu-icon{margin-top: 15% !important;}*/
	
	
	
	
	
	
	

	/************************************************************************************
	GRID
	*************************************************************************************/
	.col4-1 {
		font-size: .95em;
	}
	.col4-2, .col2-1,
	.col4-3,
	.col3-1,
	.col3-2	 {
		margin-left: 0;
		width: 100%;
		max-width: 100%;
	}
	.footer-widgets .col4-2,
	.footer-widgets .col4-3,
	.footer-widgets .col3-2,
	.footer-widgets .col3-1 {
		margin-left: 0;
		width: 100%;
		max-width: 100%;
	}

	/************************************************************************************
	HEADER
	*************************************************************************************/	
	/* prevent logo img extend the fixed header on mobile */
	#headerwrap.fixed-header #site-logo img:not(#sticky_header_logo) {
		width: auto;
		max-height: 40px;
	}

	/* mega menu */
	#main-nav .has-mega-column > .sub-menu {
		overflow: inherit; /* prevent scrollbar */
	}

	/* menu icon */
	#headerwrap .header-icons { 
		right: 5%;
	}
	
	/* header full height #header */
	.header-full-height #headerwrap #header {
		padding-left: 5%;
		padding-right: 5%;
	}

	/************************************************************************************
	POST LAYOUTS
	*************************************************************************************/
	/* all post */
	.shortcode.loops-wrapper.list-post .post,
	.shortcode.loops-wrapper.grid4 .post,
	.shortcode.loops-wrapper.grid3 .post,
	.shortcode.loops-wrapper.grid2 .post,
	.shortcode.grid2-thumb .post,
	.shortcode.list-thumb-image .post,
	.shortcode.list-large-image .post,
	.loops-wrapper.list-post .post,
	.loops-wrapper.grid4 .post,
	.loops-wrapper.grid3 .post,
	.loops-wrapper.grid2 .post,
	.loops-wrapper.grid2-thumb .post,
	.loops-wrapper.list-thumb-image .post,
	.loops-wrapper.list-large-image .post,
        .loops-wrapper.no-gutter.grid2 .post,
	.loops-wrapper.no-gutter.grid3 .post,
	.loops-wrapper.no-gutter.grid4 .post {
		width: 100%;
		margin-left: 0;
		float: none;
	}

	/* all post title */
	.post-title,
	.loops-wrapper.list-post .post-title,
	.loops-wrapper.grid4 .post-title,
	.loops-wrapper.grid3 .post-title,
	.loops-wrapper.grid2 .post-title,
	.loops-wrapper.grid2-thumb .post-title,
	.loops-wrapper.list-thumb-image .post-title,
	.loops-wrapper.list-large-image .post-title,
	.loops-wrapper.slider .post-title {
		font-size: 1.8em;
	}

	/* all post image */
	.loops-wrapper.list-post .post-image,
	.loops-wrapper.grid4 .post-image,
	.loops-wrapper.grid3 .post-image,
	.loops-wrapper.grid2 .post-image,
	.loops-wrapper.list-large-image .post-image {
		float: none;
		position: static;
		width: auto;
		max-width: none;
		overflow: visible;
	}
	.loops-wrapper.list-large-image .post-image {
		margin-right: 0;
	}

	/* all post content */
	.loops-wrapper.grid2-thumb .post-content,
	.loops-wrapper.list-thumb-image .post-content {
		overflow: visible;
	}

	/* post meta */
	.loops-wrapper.list-post .post-meta, .single .post-meta {
		font-size: .9em;
	}
	
	/* all post date */
	.loops-wrapper.list-post .post-date-wrap:not(.post-date-inline),
	.single .post-content .post-date-wrap:not(.post-date-inline),
	.loops-wrapper.list-post .post-date,
	.single .post-content .post-date {
		width: 80px;
		height: 80px;
	}
	.loops-wrapper.list-post .has-post-thumbnail .post-date-wrap,
	.single .has-post-thumbnail .post-date-wrap {
		margin-top: -65px;
	}
	.loops-wrapper.list-post .post-date .day,
	.single .post-date .day {
		font-size: 23px;
	}
	.loops-wrapper.list-post .post-date .month,
	.single .post-date .month {
		font-size: 13px;
	}
	.loops-wrapper.list-post .post-date .year,
	.single .post-date .year {
		font-size: 10px;
	}
	
	/* post date inline */
	.loops-wrapper.list-post .has-post-thumbnail .post-date-wrap.post-date-inline,
	.single .has-post-thumbnail .post-date-wrap.post-date-inline {
		margin-top: auto;
	}
	.loops-wrapper.list-post .post-date-inline,
	.single-post .post-content .post-date-wrap.post-date-inline {
		width: auto;
		height: auto;
	}
	
	/* slider post */
	.loops-wrapper.slider .post-meta {
		position: static;
	}
	#gallery-controller .slider-dot {
		display: none;
	}
	#gallery-controller .carousel-nav-wrap a {
		width: 25px;
		height: 25px;
	}
	#gallery-controller .carousel-nav-wrap a:before {
		font-size: 20px;
	}
	#gallery-controller .carousel-nav-wrap a:hover:before {
		font-size: 24px;
	}
	.header-gallery.header-gallery-ready #header {
		padding-left: 30px;
		padding-right: 30px;
	}
	.header-gallery#headerwrap.fixed-header #header {
		padding-left: 0;
		padding-right: 0;
		width: 90%;
	}
	.fixed-header-on #headerwrap.header-gallery.header-gallery-ready .header-icons {
		right: 5%;
	}

	/* related post */
	.list-post .related-posts .post {
		width: auto;
		float: none;
		margin: 0 0 3%;
	}
	.related-posts .post img {
		width: 100%;
	}

	/************************************************************************************
	COMMENTS
	*************************************************************************************/
	.commentlist .comment-time {
		display: block;
	}
	.commentwrap .pagenav.top {
		position: static;
	}

	#commentform p.comment-form-author,
	#commentform p.comment-form-email {
		width: auto;
		float: none;
		padding: inherit;
	}
	
	/*
	SINGLE SPLIT LAYOUT
	================================================ */
	.single.single-split-layout .featured-area,
	.single.single-split-layout #footerwrap,
	.single.single-split-layout #layout,
	.single.single-split-layout .post-nav {
		position: relative;
		width: 100%;
		float: none;
	}
	.single.single-split-layout #layout {
		max-width: 90%;
	}
	.single.single-split-layout #content,
	.single.single-split-layout #footerwrap {
		padding-left: inherit;
		padding-right: inherit;
	}
	.single.single-split-layout .featured-area .post-image {
		margin-bottom: 0;
		height: auto;
	}
	.single.single-split-layout .related-posts .post-image img,
	.single.single-split-layout .featured-area .post-image img {
		height: auto;
		min-height: 0;
		object-fit: none;
	}
	.single.single-split-layout .featured-area:before {
		display: none;
	}
	.single.single-split-layout .post-nav {
		background-color: transparent;
		margin-bottom: 1em;
	}
	.single.single-split-layout .post-nav .prev,
	.single.single-split-layout .post-nav .next {
		clear: none;
	}
	.single.single-split-layout .featured-area .post-content {
		padding-top: 1.7em;
		overflow: visible;
	}
	.single.single-split-layout .post-image + .post-content .post-meta,
	.single.single-split-layout .post-meta {
		margin-bottom: 0.5em;
	}
	
	/*
	SINGLE POST LAYOUTS
	================================================ */
	.single.single-fullwidth-layout .featured-area .post-image + .post-content .post-date-wrap {
		margin-top: -65px;
	}
	.single.single-slider-layout .featured-area .single-slider + .post-content .post-date-wrap:not(.post-date-inline) {
		margin-top: -65px;
	}
	.single.single-slider-layout .featured-area .carousel-pager {
		bottom: 55px;
	}
	.single.single-slider-layout .featured-area .carousel-next,
	.single.single-slider-layout .featured-area .carousel-prev {
		max-height: 50px;
		font-size: 14px;
	}
	.single.single-slider-layout .featured-area .carousel-next:before,
	.single.single-slider-layout .featured-area .carousel-prev:before {
		padding: 16px 8px 16px 5px;
	}
	.single.single-gallery-layout .featured-area .gallery-wrapper + .post-content .post-date-wrap:not(.post-date-inline) {
		margin-top: -40px;
	}

	/************************************************************************************
	POST NAV
	*************************************************************************************/
	.post-nav .prev,
	.post-nav .next {
		display: block;
		width: 100%;
		clear: both;
		margin-bottom: 10px;
	}

	/************************************************************************************
	COMMENTS
	*************************************************************************************/
	.commentlist {
		padding-left: 0;
	}
	.commentlist .reply {
		top: 0;
		font-size: .8em;
	}
	.commentlist .commententry {
		clear: left;
	}
	.commentlist .avatar {
		float: left;
		margin: 0 1em 1em 0;
	}

	/************************************************************************************
	FOOTER
	*************************************************************************************/
	#footerwrap {
		padding-top: 35px;
	}
	
	/* footer logo */
	#footer-logo {
		font-size: 2em;
	}
	.back-top a:before {
		font-size: 2.8em;
	}
	
	/* FOOTER LEFT COL, FOOTER RIGHT COL, FOOTER HORIZONTAL LEFT, FOOTER HORIZONTAL RIGHT
	================================================ */
	.footer-horizontal-left .footer-left-wrap,
	.footer-horizontal-right .footer-left-wrap,
	.footer-horizontal-left .footer-right-wrap,
	.footer-horizontal-right .footer-right-wrap,
	.footer-left-col .main-col,
	.footer-right-col .main-col,
	.footer-left-col .section-col,
	.footer-right-col .section-col {
		margin-left: 0;
		margin-right: 0;
		width: 100%;
		max-width: 100%;
	}
	
	.footer-horizontal-left .back-top,
	.footer-horizontal-right .back-top,
	.footer-left-col .back-top,
	.footer-right-col .back-top {
		top: -71px;
	}
	
	#footerwrap .footer-nav ul a {
		width: 160px;
	}
	.footer-nav li ul {
		display: none;
	}
	.footer-nav li:hover > ul {
		display: block;
	}
	
	/************************************************************************************
	FULL SECTION SCROLLING
	*************************************************************************************/
	.full-section-scrolling.themify_builder_active .themify_builder_row .themify_builder_row_content .col-full.tb-column .tb_holder,
	.full-section-scrolling .themify_builder_row.fp-table .row_inner .col-full.tb-column {
		min-height: 100%;
		display:-ms-flexbox;
		display: flex;
		width: 100%;
		flex-wrap: wrap;
	}

	/* search result tab */
	.search-option-tab li a {
		font-size: .8em;
		padding: .6em;
	}
	.search-results-wrap a {
		font-size: .8em;
	}

}




@media screen and (max-width: 600px) {
	
	
	.banner-homenew .home-main-title{font-size: 1em !important; margin-bottom: 7px;}
	.banner-homenew .new-home-bannr-sub-txt{font-size: 8px; line-height: 12px;}
	.home-new-row-two2 .col3-1{padding: 0 5px;}
	.home-new-topimg a{font-size: 8px; line-height: 10px !important;}
	.home-new-topimg{font-size: 8px; line-height: 10px !important;}
	.home-new-row-two2{margin-top: -105px;}
	.home-new-topimg .image-content{margin: 5px 0 5px 0 !important;}
	
	table.new-contact-tbl tr td{display: block;}
	
	
	
	.testi-title {    font-size: 20px !important;    line-height: 26px !important; }
	.testi-sub-title {    font-size: 17px;    line-height: 23px;}
	.home-subtitle-cls2 {    font-size: 1.6em !important;}
	span.home-myths-title {    font-size: 1em !important;}
	table.home-myths-tbl tr td:nth-child(1) .home-myths-cls .home-myths-img img{width: 20%;margin-top: 12px;}
	table.home-myths-tbl tr td:nth-child(2) .home-myths-cls .home-myths-img img{width: 10%;margin-top: 12px;}	
	table.home-myths-tbl tr:nth-child(1) td .home-myths-cls{margin-bottom: 0px;}
	.about-team-img .image-wrap{width: 100% !important; margin-right: 0px;}
	.testi-img-sec .image-wrap{width: 100% !important;}
	.testi-img-sec .image-title {   font-size: 22px !important;    line-height: 28px !important;}
	.why-row-one{padding-top:35% !important;}
	.inner-banner-title{font-size:28px !important; line-height:35px !important;}
	.inner-banner-sub-title {    font-size: 20px !important;    line-height: 26px !important;}
	.benefit-row-one{padding-top:35% !important;}
	
	.single-product table.variations tr td { display:block; width: 100% !important;}
	table.product-detls-tbl tr td{display: block; width: 100%;}
	.product-detls-tbl tr td:nth-child(2) {    border:none !important; padding-top:5% !important;}
	.product-detls-tbl-rgt{padding-left: 0px !important;}
	
	.course-row-two{padding-left:1% !important; padding-right:1% !important;}
	.home-main-title {    font-size: 2em !important;}
	.home-title2 {    font-size: 20px;    line-height: 26px;}
	
	.single-post article .post-title.entry-title{font-size:2em !important;}
	.faq-row-one{padding-top:35% !important;}
	.faq-row-two{padding-left:0px !important; padding-right:0px !important;}
	.about-row-one{padding-top: 30% !important;}
	
	.corporate-video .black-btn-read{font-size: 12px;}
	.corporate-row-six .image-left .image-wrap{width: 100%;}
.corporate-row-six .image-left{margin-bottom: 20px;}


/*.home-row-one{background-position: right 80px !important;}*/

.white-btn-read-home{font-size: 18px;line-height: 22px;}

.banner {		margin-top: -20% !important;}
	
}



@media screen and (max-width: 480px) {
	
	
	
	.banner-homenew .home-main-title{font-size: 0.8em !important; margin-bottom: 4px;}
	.banner-homenew .new-home-bannr-sub-txt{font-size: 7px; line-height: 10px;}
	.home-new-row-two2 .col3-1{width: 100% !important; margin-left: 0 !important; margin-bottom: 30px;padding: 0 15px;}
	.home-new-topimg a{font-size: 18px; line-height: 23px !important;}
	.home-new-topimg{font-size: 18px; line-height: 23px !important;}
	.home-new-row-two2{margin-top: -70px;}
	.home-new-topimg .image-content{margin: 15px 0 25px 0 !important;}
	.home-new-topimg img{width: auto;}
	
	
	
	.learn-row-nine .module-plain-text{padding: 7% 0px !important;}
	
	.banner {	/*margin-top: -35% !important;*/	margin-top: -22% !important;	}
	.home-banner-title{font-size: 20px;line-height: 26px; margin-bottom:30px;}
	.mobile_menu_active #site-logo{width:80%; margin-top:0px !important;}
	.mobile_menu_active #site-logo a img{padding-top:7%;}
	.home-row-three .module-text{padding-left: 0px !important;; padding-right: 0px !important;}
	.techniq-row-one{padding-top:35% !important;}
	
	.page-id-363 .post-image{width: 80% !important; margin: auto !important;}
	.page-id-363 .post-content{width: 80% !important; margin: auto !important; padding: 3% 0;}
	.calander-row-one{padding-top:35% !important;}
	
	.single-product .product_title {    font-size: 2em !important;  }
	
	.course-banner-title {    font-size: 30px !important;    line-height: 37px !important;}
	.course-row-one{padding-top:35% !important;}
	.page-id-1013 .loops-wrapper {    margin: 0 !important;}
	.page-id-1013 article .post-title.entry-title{font-size:1.8em !important;}
	.blog-row-one{padding-top:35% !important;}
	.single-post article .post-title.entry-title{font-size:1.8em !important;}
	.contact-row-one{padding-top: 37% !important;}
	.faq-row-one{padding-top:40% !important;}
	.what-row-one{padding-top:35% !important;}
	.about-row-one{padding-top: 35% !important;}
	
	.themify_builder_709_row .slide-content{text-align: center !important; font-size: 16px; line-height: 24px;}
.home-calander-slider .slide-title a {    font-size: 1.3em !important;;    line-height: 1.2em !important;}
	
	.register-row-one{padding-top:35% !important;}
	.register-row-one .inner-banner-title{font-size: 22px !important; line-height: 30px !important; padding: 0 5% !important;}
	.register-row-two{padding-left:0px !important; padding-right:0px !important;}
	
	table.register-tbl tr td{ display:block; width:100%;}
	.themify_builder_content-852 .module_row_0{padding-left: 0px !important;padding-right: 0px !important;}
	input.wpcf7-form-control.wpcf7-captchar {    width: 60% !important;}
.corporate-video .black-btn-read{font-size: 10px; padding: 10px;}
.corporate-row-seven3 .black-btn-read{font-size: 10px !important; padding: 10px;}

.top-hader-row .row_inner .first:nth-of-type(1) {  margin-top: -8% !important;}

#rc-imageselect, .g-recaptcha {transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0;}
table.contact-tbl tr td{width: 80% !important; display: block;}




	
	.lear-slider-layout h1.inner-banner-title{ font-size: 13px !important;; line-height: 20px !important;; padding-bottom: 0px !important;}
	
	.lear-slider-layout .carousel-prev{ margin-left: 0% !important;}
	.lear-slider-layout .carousel-next{ margin-right: 0% !important;}
	.lear-slidr-title {		font-size: 12px; line-height: 16px;}
	.lear-slidr-des{font-size: 11px; line-height: 15px;}
	.lear-slider-layout .slide-image img{height: 270px}
	
.lear-slider-layout .carousel-pager{padding: 0px;margin-top:-20% !important}

	/*.home-banner-title-new{font-size:18px; line-height:23px;}*/
	
	.home-banner-title-new{/*font-size:12px; line-height:15px;*/font-size:15px; line-height:18px;}	
	.home-banner-subtitle-new{font-size: 10px; line-height: 13px;}
	.home-row-one-2 .module_column{width: 96% !important;}
	
	

}



@media screen and (max-width: 430px) {
.home-new-accordium ul li a{height: 70px;}
.home-new-accordium ul.ui > li .accordion-title:before {height: 70px;}

.banner {	margin-top: -25% !important;	}

}


@media screen and (max-width: 380px) {
	
	/*.banner {		margin-top: -40% !important; padding-top:50% !important;	}*/
	
	.bnr-nxt i{font-size: 20px !important;}
		.banner {padding-top: 35% !important;	margin-top: -28% !important;}
	/*.home-banner-title-new{font-size: 15px; line-height: 18px;}*/
	/*.home-banner-title-new{font-size: 10px; line-height: 12px;}*/
	
	
	.page-id-363 .post-image{width: 100% !important; margin: auto !important;}
	.page-id-363 .post-content{width: 100% !important; margin: auto !important; padding: 3% 0;}
	
	.single-product .product_title {    font-size: 1.5em !important;}
	
	.themify_builder_content-280 .module_row_0{padding-top:65% !important;}
	.themify_builder_content-240 .module_row_0{padding-top:65% !important;}
	.themify_builder_content-257 .module_row_0{padding-top:65% !important;}
	
	.themify_builder_content-1027 .module_row_0{padding-top:65% !important;}
	
	.themify_builder_709_row .slide-content{text-align: center !important; font-size: 15px; line-height: 24px;}
	.home-calander-slider .slide-title a {    font-size: 1em !important;;    line-height: 1.2em !important;}
	
.corporate-video .black-btn-read{font-size: 8px; padding: 10px;}


/*#menu-icon{margin-top: 18% !important;}*/

.contact-main-row .row_inner{max-width: 100% !important;}
/*.home-banner-subtitle-new {    font-size: 16px; line-height:22px;}*/
.home-banner-subtitle-new {    font-size: 8px; line-height:11px;}
.home-row-one-2 .module_column{width: 95% !important;}

}


@media screen and (max-width: 360px) {
	
	
	.banner-homenew .home-new-bnr-inr-row-1{padding-top: 9%;}
	.banner-homenew .home-new-bnr-inr-row-1 .col3-2{margin-top: -25px; width: 70% !important; padding-bottom: 0px}	
	.banner-homenew .home-new-bnr-inr-row-1 .col3-1{margin-top: -10px; width: 25% !important;}
	.banner-homenew .home-main-title{font-size: 0.6em !important; margin-bottom: 4px;}
	.home-new-row-two2{margin-top: -30px;}
	
	/*.banner {		margin-top: -45% !important;	}*/
	
		/*.banner {		margin-top: -5% !important; padding-top:20% !important;	}*/
			/*.home-banner-title-new{font-size: 10px;line-height: 14px;}
	.home-banner-subtitle-new{font-size: 11px !important;line-height:13px !important;}*/
	/*.home-banner-title-new{font-size: 8px;line-height: 10px;}*/
	.home-banner-subtitle-new{font-size: 7px !important;line-height:9px !important;}
	
	
	.mobile_menu_active #site-logo a img{padding-top:5% !important;}
	.mobile_menu_active #site-logo{width:75% !important;}
	
.home-new-accordium ul li a{font-size: 14px !important; line-height: 20px !important;}

.home-row-one-2 .module_column{width: 94% !important;}
	
}




@media screen and (max-width: 320px) {
	
	/*.banner {		margin-top: -50% !important;	}*/
	
	
	/*.home-banner-title-new{font-size: 9px; line-height: 11px;}	
	.home-banner-subtitle-new {    font-size: 10px !important;    line-height: 12px !important;}*/
	
	.mobile_menu_active #header{padding-top:0px !important;}
	
.corporate-video .black-btn-read{font-size: 7px; padding: 10px;}
	
}






/************************************************************************************
HEADER WIDGETS
*************************************************************************************/
@media screen and (max-height:900px) {
	.full-section-scrolling #headerwrap .header-widget-inner,
	.header-horizontal #headerwrap .header-widget-inner,
	.header-top-bar #headerwrap .header-widget-inner,
	.boxed-compact #headerwrap .header-widget-inner {
		max-height: 70vh;
	}
}

/* Second sidebar */
@media screen and (max-width: 760px) {
	#sidebar-alt + #sidebar {

		padding-top: 0;
	}

	.sidebar2 #layout {
		display: block;
	}
	
	.sidebar2 #pagewrap #content,
	.sidebar2 #pagewrap #sidebar,
	.sidebar2 #pagewrap #sidebar-alt,
	body:not(.sidebar2):not(.sidebar-none):not(.sidebar-left):not(.full_width) #content,
	body:not(.sidebar2):not(.sidebar-left) #sidebar,
	.sidebar-left #content,
	.sidebar-left #sidebar {
		float: none;
		width: 100%;
	}
}


/* Responsive Gallery items */
@media screen and (max-width: 1024px) {
	.gallery-columns-5 .gallery-item:nth-of-type(5n),
	.gallery-columns-6 .gallery-item:nth-of-type(6n),
	.gallery-columns-7 .gallery-item:nth-of-type(7n),
	.gallery-columns-8 .gallery-item:nth-of-type(8n),
	.gallery-columns-9 .gallery-item:nth-of-type(9n) {
		margin-right: 1.5%;
	}
	.gallery-columns-5 .gallery-item:nth-of-type(4n+1),
	.gallery-columns-6 .gallery-item:nth-of-type(4n+1),
	.gallery-columns-7 .gallery-item:nth-of-type(4n+1),
	.gallery-columns-8 .gallery-item:nth-of-type(4n+1),
	.gallery-columns-9 .gallery-item:nth-of-type(4n+1) {
		clear: left;
	}
	.gallery-columns-5 .gallery-item:nth-of-type(4n),
	.gallery-columns-6 .gallery-item:nth-of-type(4n),
	.gallery-columns-7 .gallery-item:nth-of-type(4n),
	.gallery-columns-8 .gallery-item:nth-of-type(4n),
	.gallery-columns-9 .gallery-item:nth-of-type(4n) {
		margin-right: 0;
	}
	.gallery-columns-5 .gallery-item + br,
	.gallery-columns-6 .gallery-item + br,
	.gallery-columns-7 .gallery-item + br,
	.gallery-columns-8 .gallery-item + br,
	.gallery-columns-9 .gallery-item + br {
		display: none;
	}
	
	/* clear none gallery item different sizes */
	.gallery-columns-5 .gallery-item:nth-of-type(5n + 1),
	.gallery-columns-6 .gallery-item:nth-of-type(6n + 1),
	.gallery-columns-7 .gallery-item:nth-of-type(7n + 1),
	.gallery-columns-8 .gallery-item:nth-of-type(8n + 1),
	.gallery-columns-9 .gallery-item:nth-of-type(9n + 1) {
		clear: none;
	}

	/* gallery column 5,6,7,8 and 9 */
	.gallery-columns-5 .gallery-item,
	.gallery-columns-6 .gallery-item,
	.gallery-columns-7 .gallery-item,
	.gallery-columns-8 .gallery-item,
	.gallery-columns-9 .gallery-item {
		width: 23.8%;
	}
}
@media screen and (max-width: 680px) {
	.gallery-columns-3 .gallery-item + br {
		display: none;
	}
	.gallery-columns-3 .gallery-item:nth-of-type(3n) {
		margin-right: 1.5%;
	}

	.gallery-columns-3 .gallery-item,
	.gallery-columns-4 .gallery-item,
	.gallery-columns-5 .gallery-item,
	.gallery-columns-6 .gallery-item,
	.gallery-columns-7 .gallery-item,
	.gallery-columns-8 .gallery-item,
	.gallery-columns-9 .gallery-item {
		width: 49.2%;
	}
	.gallery-columns-3 .gallery-item:nth-of-type(2n),
	.gallery-columns-4 .gallery-item:nth-of-type(2n),
	.gallery-columns-5 .gallery-item:nth-of-type(2n),
	.gallery-columns-6 .gallery-item:nth-of-type(2n),
	.gallery-columns-7 .gallery-item:nth-of-type(2n),
	.gallery-columns-8 .gallery-item:nth-of-type(2n),
	.gallery-columns-9 .gallery-item:nth-of-type(2n) {
		margin-right: 0;
	}
	
	/* clear none gallery item different sizes */
	.gallery-columns-4 .gallery-item:nth-of-type(4n + 1),
	.gallery-columns-3 .gallery-item:nth-of-type(3n + 1),
	.gallery-columns-2 .gallery-item:nth-of-type(2n + 1) {
		clear: none;
	}
}