/*----------------------------------------------------------------------- 
Global [*2]
-------------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Lato:400,400i,700,700i,900,900i|Raleway:400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

* { box-sizing: border-box; }
body {
	margin: 0;
	padding: 0;
	overflow-x: hidden !important;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: .5px;
	background-color: #fff;
	color: #222222;
	font-family: 'Lato', sans-serif;
	-webkit-font-smoothing: antialiased;
	
}

.ul-li ul {
	margin:0;
	padding: 0;
}
.ul-li  li {
	display: inline-block;
	list-style: none;
}
.ul-li-block li {
	display: block;
}
section {
	overflow: hidden;
}
img {
	max-width: 100%;
	height: auto;
}
a {
	transition: .3s all ease-in-out;
	color: inherit;
	text-decoration: none;

}
.form-control:focus,button:visited,button.active,button:hover,button:focus,input:visited,input.active,input:hover,
input:focus,textarea:hover,textarea:focus,a:hover,a:focus,a:visited,a.active,select,select:hover, select:focus, select:visited {
	outline: none;
	box-shadow: none;
	text-decoration: none;
	color: inherit;
}
.form-control {
	box-shadow: none;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
h1,h2,h3,h4,h5,h6 {
	margin: 0;
	font-weight: normal;
	line-height: 1.5; 
}
.raleway {
	font-family: 'Raleway', sans-serif;
}
.bold {
	font-weight: 700;
}
.kc-elm.kc-css-294644.kc-title-wrap.dark {
	padding-bottom: 55px;
}
.section-content-2 {
	padding: 75px 0px;
}
.section-content-3 {
	padding: 60px 0px;
}
.colmd4 {
	max-width: 370px;
	margin: 0 auto;
	padding-bottom: 30px;
}
.colmd3 {
	max-width: 270px;
	margin: 0 auto;
	padding-bottom: 30px;
}
div#preloader { position: fixed; left: 0; top: 0; z-index: 999; width: 100%; height: 100%; overflow: visible; background: #ffffff url('../img/heart.gif') no-repeat center center; }


/**
* Web Application Prefix Apply For Making Owner Styles
*/
/**
 *   Blocks Layout Selectors
 */

 /********* LAYOUT **************/
 /* carousel-controls-v1 */
 /* carousel-controls-v2 */
 /* carousel-controls-v3 */
 /****/
 .section-content {padding: 90px 0px}
 .your-plan-section .title-wrapper {background-image: url(../img/1.png);}
 .service-section .title-wrapper {background-image: url(../img/our-service.png);}
 .love-our-network-section .title-wrapper {background-image: url(../img/why-love.png);}
 .our-news-section .title-wrapper {background-image: url(../img/our-new.png);}
 .faq-content .title-wrapper {background-image: url(../img/faq.png);}
 .client-say-section .title-wrapper {background-image: url(../img/our-clinet.png);}
 .feature-box-section .section-content {padding-bottom: 65px;}

 .content-title {
 	color: #222222;
 	font-family: Raleway;
 	font-size: 18px;
 	font-weight: 800;
 	text-transform: uppercase;
 	padding-top: 35px;
 }
 .wrap,
 #main-menu,
 .menu-btn-line,
 #footer,
 .transition {
 	-webkit-transition: .8s;
 	-moz-transition: .8s;
 	-ms-transition: .8s;
 	-o-transition: .8s;
 	transition: .8s;
 }
 .navbar-nav li {
 	position: relative;
 }
 .menu-dropdown {
 	position: absolute;
 	position: absolute;
 	transform: scaleY(0);
 	transform-origin: center top 0;
 	transition: all 0.5s ease 0s;
 	z-index: 99999;
 	background-color: #fff;
 	width: 125px;
 	top: 97px;
 	left: 15px;
 	padding: 10px;
 	border-bottom: 2px solid #d7062c;
 	box-shadow: 0px 0px 4px 2px rgba(222, 222, 222, 0.5);
 }
 .menu-dropdown li {
 	display: block;
 }
 .navbar-nav li:hover .menu-dropdown {
 	transform: scaleY(1);
 }
 /*--menu-togggle*/

 #main-menu li,
 .menu-dropdown li{
 	display: block;
 	transition: .3s all ease-in-out;
 	padding: 5px 0px;
 }
 #main-menu li:hover a,
 .menu-dropdown li:hover a {
 	color: #d7062c;
 }
 #main-menu {
 	z-index: 99;
 	position: fixed;
 	left: -280px;
 	width: 280px;
 	top: 0;
 	bottom: 0;
 	margin: 0;
 	background-color: rgba(0, 0, 0, .95);
 	border: none;
 	border-radius: 0;
 	display: none;
 }
 #main-menu .nav>li>a {
 	color: #ffffff;
 	padding: 10px;
 	text-align: center;
 }
 #main-menu.opened {
 	left: 0;
 }

 #main-menu .menu {
 	margin-top: 40px;
 }

 .menu-btn {
 	height: 35px;
 	width: 30px;
 	padding: 0 5px;
 	position: absolute;
 	right: -40px;
 	top: 30px;
 	cursor: pointer;
 	z-index: 3;
 }
 .stuck.menu-btn {
 	top: 30px;
 }
 .menu-btn-line {
 	height: 3px;
 	background-color:  rgba(0, 0, 0, .75);
 	position: absolute;
 }

 .menu-btn-line-1 {
 	transform: rotate(0deg);
 	width: 30px;
 	top: 5px;
 }

 .menu-btn-line-2 {
 	top: 15px;
 	width: 30px;
 	left: 5px;
 }

 .menu-btn-line-3 {
 	transform: rotate(0deg);
 	width: 30px;
 	top: 25px;
 }

 .opened-menu .menu-btn-line-1 {
 	transform: rotate(-45deg);
 	width: 15px;
 	top: 11px;
 }

 .opened-menu .menu-btn-line-2 {
 	top: 15px;
 	width: 0px;
 	left: 9px;
 }

 .opened-menu .menu-btn-line-3 {
 	transform: rotate(45deg);
 	width: 15px;
 	top: 20px;
 }

 /*----------------------------------------------------------------------- 
Start of pricing table
-------------------------------------------------------------------------*/
.kc-pricing-tables.kc-pricing-layout-2 .header-pricing .content-title .content-sub-title {
	color: #666666;
	font-family: Lato;
	font-size: 16px;
	font-weight: 400;
	text-transform: capitalize;
	padding-top: 5px;
	padding-bottom: 30px;
}
.kc-pricing-price{
	border-top: 1px dashed #e1e1e1;
	border-bottom: 1px dashed #e1e1e1;
}
.kc-pricing-tables.kc-pricing-layout-2 .header-pricing .kc-pricing-price .content-price {
	font-size: 36px;
	font-weight: 900;
}
span.content-currency{
	font-size: 20px;
	font-weight: 700;
	transition: .3s all ease-in-out;
}
.content-price {
	transition: .3s all ease-in-out;
}
.kc-pricing-price {
	padding-top: 25px;
	padding-bottom: 30px;
}
.content-duration {
	display: block;
}
.kc-css-835772 .content-desc li {
	color: #222222;
	font-size: 16px;
	font-weight: 400;
	padding: 12px;
}
.content-button a {
	color: #ffffff;
	background-color: #222222;
	font-family: Raleway;
	font-size: 12px;
	line-height: 12px;
	font-weight: 700;
	border-radius: 100px 100px 100px 100px;
	padding: 15px 35px 15px 35px;
	margin-top: 33px;
	margin-bottom: 40px;
	transition: .3s all ease-in-out;
}
.kc-elm.kc-css-835772.kc-pricing-tables.kc-pricing-layout-2 {
	padding-bottom: 50px;
	background-color: #ffffff;
}
.pricing-table .content-button {
	margin-top: 35px;
}
.pricing-table .content-button a:hover {
	color: #ffffff;
	background-color: #42a5f5;
	border-color: #42a5f5;
}
.kc-elm.kc-css-835772.kc-pricing-tables.kc-pricing-layout-2:hover .content-currency {
	color: #42a5f5;
}
.kc-elm.kc-css-835772.kc-pricing-tables.kc-pricing-layout-2:hover .content-price {
	color: #42a5f5;
}
.your-plan-section {
	background-image: url(../img/pricing-bg.jpg);
}
 /*----------------------------------------------------------------------- 
End of pricing table
-------------------------------------------------------------------------*/

 /*----------------------------------------------------------------------- 
Start of free download
------------------------------------------------------------------------*/
.free-download-section {
	background: transparent url(../img/intro-bg.jpg) 0% 0%/auto no-repeat scroll;
	background-size: cover;
}
.tp-caption.a-btn, .a-btn {
	color: rgba(255,255,255,1.00);
	font-size: 12px;
	line-height: 12px;
	font-weight: 700;
	font-style: normal;
	font-family: Raleway;
	padding: 19px 55px 19px 55px;
	text-decoration: none;
	text-align: left;
	background-color: rgba(66,165,245,1.00);
	border-color: rgba(0,0,0,1.00);
	border-style: solid;
	border-width: 0px;
	border-radius: 30px 30px 30px 30px;
	transition: .3s all ease-in-out;
}
.tp-caption.a-btn.rev-btn:hover {
	background-color: #42a5f5 !important;
	color: #ffffff !important;
	border-color: #42a5f5 !important;
}
.tparrows.tp-rightarrow:before {
	content: '\e825';
}
.service-section .kc-elm.kc-css-294644.kc-title-wrap.dark {
	padding-bottom: 48px;
}
.service-section .section-content-2 {
	padding-bottom: 100px;
}
.love-our-network-section .kc-elm.kc-css-294644.kc-title-wrap.dark { 
	padding-bottom: 70px;
}
.love-our-network-section .section-content {
	padding-bottom: 125px;
}
.rev_slider {
	width: 100%;
	z-index: 0;
}
/*----------------------------------------------------------------------- 
End of free download
-------------------------------------------------------------------------*/

 /*----------------------------------------------------------------------- 
Satrt of service section
-------------------------------------------------------------------------*/
.service-section-content {
	background-color: #fafafa;
}
.tabs li a i {
	font-size: 24px;
	padding-right: 15px;
}
.tabs li {
	color: #ffffff;
	border-bottom: 1px solid #fafafa;
	font-size: 14px;
	background: #42a5f5;
	text-transform: uppercase;
	font-family: "Raleway", sans-serif;
	font-weight: 700;
	height: 80px;
	width: 285px;
	line-height: 80px;
	padding-left: 20px;
}
.tabs li.current {
	background-color: #fafafa;
	color: #333;
}
.tabs li a {
	display: block;
	width: 100%;
}
.tabs_item:first-child {
	display: block;
}
.tabs_item {
	display: none;
}
.tabs_item ul li {
	margin-bottom: 20px;
}
.tab_content {
	padding: 20px;
}
.apus-search {
	display: table;
}
 /*----------------------------------------------------------------------- 
End of Service section
-------------------------------------------------------------------------*/



 /*----------------------------------------------------------------------- 
Start of love our network
-------------------------------------------------------------------------*/
.love-our-network-section {
	background: transparent url(../img/counter-bg.jpg) 0% 0%/auto no-repeat scroll; 
	background-size: cover;
}
.kc_counter_box .counterup {
	display: block;
	font-size: 40px;
	font-weight: bold;
	line-height: 40px
}
.kc_counter_box {
	text-align: center;
}
 /*----------------------------------------------------------------------- 
End of love our network
-------------------------------------------------------------------------*/


 /*----------------------------------------------------------------------- 
Start of newsletter
-------------------------------------------------------------------------*/
.kc-elm.kc-css-154902.kc_text_block {
	border-right: 1px dashed #4e5255;
	padding-right: 50px;
}
.callto-action .title {
	font-size: 26px !important;
}
.newslatter-section {
	background: transparent url(../img/newletter-bg.jpg) 0% 0%/auto no-repeat scroll; 
	background-attachment: fixed;
}
.kc-css-46029 {
	padding-left: 20px;
	margin-bottom: 35px;
}
.kc-css-46029 p {
	color: #999999;
}
.newslatter-section button {
	transition: .3s all ease-in-out;
}
.newslatter-section button:hover {
	background-color: #fff;
	color: #42a5f5 !important;
}

 /*----------------------------------------------------------------------- 
End of newsletter
-------------------------------------------------------------------------*/

 /*----------------------------------------------------------------------- 
Start of our news question
-------------------------------------------------------------------------*/
.widget-blog .post-list .info-bottom .btn {
	color: #fff;
	padding: 10px 30px;
}
.entry-title:hover a {
	color: #42a5f5;
} 
.acc-container {
	/* width:90%; */
	margin: 35px auto 0 auto;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	-o-border-radius:8px;
	border-radius:8px;
	overflow:hidden;
}

.acc-btn { 
	width:100%;
	margin:0 auto;
	padding:10px 25px;
	cursor:pointer;
}
.acc-btn h1 {
	font-size: 16px;
	font-weight: 600;
	font-family: "Raleway", sans-serif;
	padding: 13px 30px;
	color: #222222;
	-webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
}
.acc-content {
	height:0px;
	width:100%;
	margin:0 auto;
	overflow:hidden;
}

.acc-content-inner {
	padding: 25px;
}

.open {
	height: auto;
}
.faq-content .tab-content li i {
	color: #42a5f5;
	margin-right: 10px;
}
.faq-content .tab-content li {
	margin-bottom: 10px;
}
.faq-content .tab-content ul {
	padding-top: 25px;
}
.faq-content .tab-content {
	-webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
	padding: 30px 25px;
	display: inline-block;
}
/*----------------------------------------------------------------------- 
End of our news question
-------------------------------------------------------------------------*/
.client-say-section {
	background: url(../img/bg-testomonial.jpg) 0% 0%/auto no-repeat scroll;
	
}
.testimonials-body .owl-nav, 
.partner-sllide-content .owl-nav,
.testimonial-slide-content .owl-nav,
.who-we-are-slide-content .owl-nav {
	display: none;
}
.partner-sllide-content.owl-carousel.owl-theme.owl-responsive-1000.owl-loaded .owl-dot {
	display: none;
}
.footer-area-section,
.footer-area-v2-section {
	background-color: #222222;
}
.footer-area-section .contact-info .media:last-child {
	margin-bottom: 0;
}
.footer-area-section .contact-info .media {
	padding: 0;
}
.footer-area-section .media {
	margin-top: 0;
}
.copy-right {
	background-color: #1a1a1a;
}
.copy-right-area p {
	color: #999999;
}
.copy-right-area p a {
	color: #42a5f5;
}
.copy-right-area {
	padding: 50px 0px 15px 0px;
}


.welcome-area-section .title-wrapper h3 {
	font-weight: 700;
}
.welcome-area-section .section-content {
	padding-bottom: 165px;
}
.welcome-content {
	max-width: 800px;
	margin: 0 auto;
}
.welcome-area-section .kc-cta-button {
	text-align: center;
	margin-top: 40px;
	transition: .3s all ease-in-out;
}
.welcome-area-section .kc-cta-button:hover  a {
	color: #fff;
	border: 2px solid #fff;
	background-color: #42a5f5;
}
.kc-cta-button a {
	color: #222222;
	background-color: #ffffff;
	font-family: Raleway;
	font-size: 12px;
	line-height: 12px;
	font-weight: 700;
	text-align: center;
	border-radius: 50px 50px 50px 50px;
	padding: 20px 56px 20px 56px;
	margin-top: 15px;
}

.welcome-area-section {
	background: #42a5f5;
}

.kc-cta-desc .kc-cta-text {
	color: #ffffff;
	font-family: Lato;
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	text-align: center;
}
.pricing-2-section .kc-pricing-tables.kc-pricing-layout-2 {
	box-shadow: none;
}
.pricing-2-section .kc-pricing-tables.kc-pricing-layout-2:hover {
	box-shadow: none;
}
.pricing-2-section .content-title {
	color: #222222;
	font-family: Raleway;
	font-size: 30px;
	font-weight: 800;
	background-color: rgba(255, 255, 255, 0);
	padding-top: 90px;
	padding-bottom: 10px
}
.pricing-2-section .pricing-plan-content .content-sub-title {
	font-size: 18px !important;
}
.pricing-2-section .content-icon-image-header {
	margin-bottom: 50px;
	height: 170px;
	display: inline-block;
	width: 50%;
}
.pricing-2-section {
	background-color: #fafafa;
	overflow: visible;
}
.pricing-2-section .kc-elm.kc-css-835772.kc-pricing-tables.kc-pricing-layout-2 {
	background-color: transparent;
}
.kc-elm.kc-css-835772.kc-pricing-tables.kc-pricing-layout-2.text-center.mddl {
	background-color: #f3f3f3;
	position: absolute;
	width: 100%;
	top: -55px;
}
.pricing-2-section .kc-elm.kc-css-835772.kc-pricing-tables.kc-pricing-layout-2.text-center.mddl .content-title {
	padding-top: 145px;
}
.pricing-2-section .content-button {
	margin: 45px;
}
.kc-elm.kc-css-522062.kc_text_block {
	max-width: 770px;
	margin: 0 auto;
	padding-bottom: 50px;
}
.love-our-network-section.v-2{
	background: none;
	background-color: #42a5f5;
}
.love-our-network-section.v-2 .section-content {
	padding: 122px 0px;
}
.love-our-network-section.v-2 .kc_counter_box span.counterup,
.love-our-network-section.v-2 .kc_counter_box h4,
.love-our-network-section.v-3 .kc_counter_box span.counterup, 
.love-our-network-section.v-3 .kc_counter_box h4 {
	color: #fff;
}
.why-choose-us .section-content {
	padding: 70px 0px;
}
.why-choose-us .fbox-content {
	margin-top: 30px;
}
.why-choose-us .kc-elm.kc-css-522062.kc_text_block {
	padding-bottom: 80px;
}
.why-choose-us .ourservice-heading {
	margin-bottom: 15px;
}
.free-download-section.v-2 {
	background: transparent url(../img/bg2.png) 0% 0%/auto no-repeat scroll;
}
.free-download-section.v-2 .kc_text_block .intro .description,
.free-download-section.v-2  .contact-info a,
.free-download-section.v-2  .contact-info .phone span,
.free-download-section.v-2  .media-body {
	color: #fff;
}
.free-download-section.v-2 .contact-info .media {
	border-right: 1px dashed #fff;
}
.free-download-section.v-2 .contact-info .media:last-child {
	border:none;
} 
.testimonial-section .section-content {
	padding-top: 0;
}
.slider-text-name {
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
	margin-top: 50px;
}
.slider-name-des .name-client {
	font-size: 14px;
	color: #42a5f5;
	text-transform: uppercase;
	font-weight: 700;
	margin-top: 45px;
}
.slider-name-des .job {
	font-size: 14px;
	font-style: italic;
}
.testimonial-slide-content .owl-controls,
.who-we-are-slide-content .owl-controls {
	position: relative !important;
	margin-top: 60px;
}
.contact-form-area-section .section-content {
	padding-top: 75px;
}
.contact-form-area-form {
	max-width: 1000px;
	margin: 0 auto;
}
.newslatter-section.v-v2 {
	background: #42a5f5;
}

.newslatter-section.v-v2 .callto-action .btn, 
.newslatter-section.v-v2 .input-group-btn .btn {
	background: #fff;
	color: #333;
}
.newslatter-section.v-v2  .kc-css-46029 p {
	color: #fff;
}
.newslatter-section.v-v2 .kc-elm.kc-css-154902.kc_text_block {
	border-right: 1px dashed #fff;
}
.footer-area-v2-section .kc-css-650694 p,
.footer-area-v2-section .kc-css-791968 p {
	color: #999999;
}
.footer-area-v2-section .kc_single_image {
	padding-bottom: 20px;
}
.footer-area-v2-section .kc-css-650694,
.footer-area-v2-section .kc-css-791968 {
	padding-bottom: 15px;
}
.footer-area-v2-section .kc-title-wrap .title-wrapper {
	padding: 0;
}
.footer-area-v2-section .kc-elm.kc-css-555002.kc_col-sm-3.kc_column_inner.kc_col-sm-3 {
	padding-left: 60px;
}

.footer-area-v2-section .menu li a {
	color: #999;
}
.footer-area-v2-section .menu li:hover a {
	color: #42a5f5;
}
.footer-area-v2-section .kc-title-wrap.left.lighting .kc_title {
	color: #ffffff;
	text-align: left;
	font-weight: 800;
	font-size: 18px;
}
.footer-area-v2-section .section-content {
	padding-bottom: 65px;
}
.apus-breadscrumb {
	background-image: url(../img/newletter-bg.jpg) !important;
}
.who-we-are-section .section-content,
.our-team-section .section-content {
	padding-top: 80px; 
}
.who-we-are-content .kc-css-62333 p {
	color: #222222;
	font-family: Raleway;
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
	padding-top: 20px;
}
.who-we-are-content .kc-css-20557 p {
	color: #222222;
	font-size: 20px;
	font-style: italic;
	padding: 5px 0px;
}
.who-we-are-content .style-ul {
	padding-top: 10px;
}
.who-we-are-slide-pic {
	padding-top: 60px;
}
.who-we-are-slide-content .owl-controls {
	margin-top: 30px;
}
.love-our-network-section.v-3 {
	background: transparent url(../img/bg-count.jpg) center center/auto no-repeat scroll
}
.why-choose-us.v2 .kc-elm.kc-css-522062.kc_text_block {
	padding-bottom: 40px;
}
.our-mission-section {
	background-color: #161514;
}
.our-mission-section .content-title{margin-bottom: 15px}
.our-mission-section .content-title,
.our-mission-section .content-desc {
	color: #fff;
}
.our-team-section .content-subtitle {
	margin-bottom: 12px;
	color: #666666;
}
.our-team-section .content-socials a i{
	color: #999999;
	margin-right: 20px;
	padding: 12px 0px 15px;
}
.our-team-section  .kc-team,
.our-team-section .content-socials a i {
	transition: .3s all ease-in-out;
}
.our-team-section .content-socials a i:hover {
	color: #42a5f5;
}
.video-tour-section {
	background-color: #fafafa;
	overflow: visible;
}  
.video-tour-section .kc-css-943344 {
	margin-bottom: -345px;
}
.partner-slide-section.v2 {
	margin-top: 230px;
}
.your-personal-section {
	background: transparent url(../img/bg-count.jpg) 50% 50%/auto no-repeat scroll;
	overflow: visible;

}
.your-personal-section .kc-css-320356 p {
	color: #ffffff;
	font-family: Raleway;
	font-size: 46px;
	line-height: 34px;
	font-weight: 800;
	text-transform: uppercase;
	text-align: left;
	letter-spacing: 1px;
}
.your-personal-section .kc-cta-desc .kc-cta-text {
	text-align: left !important;
}
.your-personal-section .kc-css-18162 p {
	color: #ffffff;
	font-size: 20px;
	line-height: 20px;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.your-personal-section .kc-css-18162 p  span {
	font-weight: 900;
}
.your-personal-section .kc-cta-button a {
	color: #222222;
	background-color: #ffffff;
	font-family: Raleway;
	font-size: 12px;
	line-height: 12px;
	font-weight: 700;
	border-radius: 50px 50px 50px 50px;
	padding: 14px 36px 15px 36px;
}
.your-personal-section .kc-cta-button {
	margin-top: 35px;
}
.your-personal-section .p-img {
	position: absolute;
	top: -132px;
}
.acc-btn h1.selected {
	background-color: #fafafa;
}

.your-plan-section.v2,
.your-plan-section.v2 .title-wrapper,
.your-plan-section.v3 .title-wrapper{
	background: none
}
.your-plan-section.v3 {
	background: transparent url(../img/pricing-2.jpg) 0% 0%/cover no-repeat scroll;
}
.your-plan-section.v3 .title-wrapper .kc_title,
.your-plan-section.v3 .title-wrapper .kc_title span {
	color: #ffffff;
	font-weight: 700;
}
.your-plan-section.v3 .welcome-content {
	padding-bottom: 55px;
}
.your-plan-section.v3  .kc-elm.kc-css-835772.kc-pricing-tables.kc-pricing-layout-2 {
	background: rgba(255, 255, 255, 0.10);
}
.your-plan-section.v3  .content-title,
.your-plan-section.v3 .content-currency, 
.your-plan-section.v3 .content-price, 
.your-plan-section.v3 .content-duration,
.your-plan-section.v3 .kc-css-835772 .content-desc li {
	color: #ffffff;
}
.your-plan-section.v3 .kc-pricing-tables.kc-pricing-layout-2 .header-pricing .content-title .content-sub-title {
	color: #9f9f9f;
}
.your-plan-section.v3  .pricing-table .content-button a:hover {
	color: #222;
	background-color: #fff;
	border-color: #fff;
}
.your-plan-section.v3 .section-content-2 {
	padding-bottom: 245px;
}

.item-wrap {
	position: relative;
	overflow: hidden;
}
.item-wrap img {
	width: 100%;
	transition: .3s all ease-in-out;
}
/* Isotope Transitions
------------------------------- */
.isotope,
.isotope .item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}

.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}

.isotope .item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property:    -moz-transform, opacity;
	-ms-transition-property:     -ms-transform, opacity;
	-o-transition-property:         top, left, opacity;
	transition-property:         transform, opacity;
}
.grid-20 {
	width: 18.5%;
	margin: .7%;
}
div#filters {
	padding-bottom: 60px;
}
.gallery-area-section .btn-primary {
	color: #333;
	background-color: transparent;
	box-shadow: none;
	border: none;
	margin-left: 60px;
	height: 45px;
	padding: 0px 25px;
}
.gallery-area-section .btn:hover {
	color: #333 !important;
}
button.btn.btn-primary.text-capitalize.active {
	color: #ffffff;
	background: #42a5f5;
}

.overlay {
	background-color: rgba(83, 171, 243, 0.7);
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	opacity: 0;
	-webkit-transition: all 450ms ease-out 0s;
	transition: all 450ms ease-out 0s;
	-webkit-transform: rotateX(180deg) scale(0.5,0.5);
}
.overlay .box {
	display: table;
	height: 100%;
	width: 100%;
}
.overlay .box .content {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.effort-des {
	display: block;
	font-size: 18px;
	font-weight: 700;
}
.effort-des i {
	font-size: 35px;
}

.item-wrap:hover img {
	transform: scale(1.2);
}
.item-wrap:hover .overlay {
	opacity: 1;
	-webkit-transform: rotateX(0deg) scale(1,1);
	transform: rotateX(0deg) scale(1,1);
}
.blog-category-section .post .entry-content .info-bottom .btn,
.blog-catergoy-2-section .post .entry-content .info-bottom .btn {
	color: #fff;
	padding: 10px 15px;
}
.blog-pagination .pagination li a {
	margin-right: 20px;
	border-radius: 100%;
	height: 45px;
	width: 45px;
	line-height: 30px;
	box-shadow: 0 0 1px 1px rgba(222, 222, 222, 0.5);
	transition: .3s all ease-in-out;
}
.blog-pagination .pagination li a.next-p {
	width: 105px;
	border-radius: 25px;
}
.blog-pagination .pagination li a:hover,
.blog-pagination .pagination  a.active {
	background-color: #42a5f5;
	color: #fff;
}
.blog-catergoy-2-section .post .entry-content .info-bottom .btn {
	height: 40px;
	width: 135px;
}
.latest-news-bg {
	background-color: #42a5f5;
	text-align: center;
	padding: 50px;

}
.latest-news-bg .latest-news-bg-link i,
.blog-catergoy-2-dec {
	font-size: 24px;
}
.blog-catergoy-2-dec,
.blog-catergoy-2-date .meta span,
.latest-news-bg .latest-news-bg-link i {
	color: #fff;
}
.blog-catergoy-2-date .meta i {
	margin-right: 10px;
}
.who-we-are-slide-conten-2 .owl-dots {
	display: none !important;
}

.blog-catergoy-2-item img {
	width: 100%
}
.blog-page-side-bar .input-group {
	display: block;
}
.blog-page-side-bar .input-group input {
	width: 100%;
	border-radius: 50px !important;
	padding: 20px
}
.blog-page-side-bar .sidebar-search button {
	background-color: transparent;
	position: absolute;
	right: 0px;
}
.blog-page-side-bar .sidebar-search button  i {
	color: #333;
}
.sidebar-category {
	display: table;
}
.widget .widget-title, .widget .widgettitle, .widget .widget-heading {
	margin: 0 0 25px !important;
}
.blog-page-side-bar .post-list .entry-title, .style-chess .entry-title, 
#faq-blog .post-list .entry-title, .style-chess .entry-title {
	font-weight: 600;
	font-size: 14px;
	margin: 0;
}
.blog-page-side-bar .post, 
#faq-blog .post {
	padding: 25px 0 15px;
}
.sidebar-popular-post .widget .widget-title, .widget .widgettitle, .widget .widget-heading {
	margin: 0px 0 18px !important;
}
.text-theme {
	color: #42a5f5 !important;
	font-style: italic;
}
.tweet-blog-content {
	background-color: #42a5f5;
	padding: 25px;
	color: #fff;
	border-radius: 5px;
}
.tweet-icon i {
	font-size: 30px;
	color: #68b7f7;
}
.tweet-icon i span{
	font-size: 14px;
	color: #fff;
}
.blog-details-section .author-title span {
	color: #222222;
}
.blog-quate {
	background-color: #42a5f5;
	padding: 50px; 
	position: relative;
}
.blog-quate  blockquote {
	border: none;
	font-size: 22px;
	color: #fff;
	font-style: italic;
}
.blog-quate-name {
	color: #fff;
}
.blog-details-icon  {
	position: absolute;
	top: 16%;
	left: 0;
	right: 0;
	opacity: .2;
	color: #fff;
}
.blog-details-icon i {
	font-size: 100px;
}
.contact-item {
	box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
	padding-top: 45px;
	padding-bottom: 25px;
	transition: .3s all ease-in-out;
}
.contact-item:hover {
	box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.1);
}
.get-in-touch-section .section-content-2 {
	padding-bottom: 0;
}
.left-img-faq {
	float: left;
	margin-right: 30px;
}
#commentform input {
	height: 50px;
}
.ques-form-head h2 {
	color: #fff;
}
.ques-form {
	background-color: #42a5f5;
	padding: 30px;
	position: relative;
}
#faq-blog #commentform textarea, #faq-blog #commentform input:not(.btn){
	background: #55aef6 !important;
}
.ques-form #commentform input.btn {
	background-color: #fff;
	color: #42a5f5;
}
.ques-form #commentform input.btn:hover {
	background-color: #fff;
}
#faq-blog #commentform textarea::-webkit-input-placeholder,
#faq-blog #commentform input::-webkit-input-placeholder { 
	color: #fff;
}
.ques-form:after {
	position: absolute;
	content: '';
	border-left: 0px solid transparent;
	border-right: 55px solid transparent;
	border-top: 55px solid #42a5f5;
	bottom: -55px;
	z-index: 1;
	right: 16px;
}
.pricing-plan-content .content-button  a:hover {
	background-color: #42a5f5;
	border:none;
}



/* The Modal (background) */
.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 999; /* Sit on top */
	padding-top: 100px; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
	position: relative;
	background-color: #fefefe;
	margin: auto;
	padding: 0;
	border: 1px solid #888;
	max-width: 475px;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s;
	z-index: 999 !important;
}

/* Add Animation */
@-webkit-keyframes animatetop {
	from {top:-300px; opacity:0} 
	to {top:0; opacity:1}
}

@keyframes animatetop {
	from {top:-300px; opacity:0}
	to {top:0; opacity:1}
}

/* The Close Button */
.close {
	color: white;
	float: right;
	font-size: 28px;
	font-weight: bold;
	margin-top: 5px;
}

.close:hover,
.close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

.modal-header {
	padding: 2px 16px;
	background-color: #42a5f5;
	color: white;
}

.modal-body {
	padding: 2px 35px;
	z-index: 999;
}

.modal-content  input {
	height: 50px;
	border-radius: 25px;
	background-color: #f3f3f3;
	border: none;
	padding: 23px;
}
input#apus-user-remember {
	height: initial;
}
.apus-login-form .form-group {
	margin-bottom: 0;
	line-height: 4;
}
.modal-header .close {
	padding-bottom:5px;
}
input.btn.btn-sm.btn-warning,
input.btn.btn-sm.btn-default.btn-cancel {
	width: 140px;
	border: none;
	height: 44px;
	margin-right: 25px;
	line-height: 5px;
	background-color: #42a5f5;
}
input.btn.btn-sm.btn-warning:hover,
input.btn.btn-sm.btn-default.btn-cancel:hover  {
	color: #fff;
	background-color: #42a5f5;
	border-color: #42a5f5;
}
.loging-head {
	margin-top: 20px;
}
.modal-btn-1 {
	height: 45px;
	width: 130px;
	line-height: 40px;
	background-color: #42a5f5;
	border-radius: 40px;
	border: none;
	color: #fff;
}
.modal-btn-1:hover {
	color: #fff;
}
.modal-btn-1.v-2 {
	position: absolute;
	top: 95px;
	right: 120px;
	height: 58px;
	width: 58px;
	line-height: 53px;
	z-index: 1;
}
.lost-pass {
	color: #42a5f5;
}
span.close-1 {
	float: right;
	margin-right: 10px;
	font-size: 20px;
	cursor: pointer;
}
.login-mbl {
	padding: 30px;
}
.mobile-login button {
	height: 40px;
	background-color: #42a5f5;
	color: #fff;
	text-align: center;
	border: none;
	padding: 0px 25px;
}
.btn_submit button{
	background: #42a5f5;
    color: #ffffff;
    border: none;
    padding: 10px 55px;
    margin: 0 auto;
    text-align: center;
    display: block;
	border-radius: 4px;
	transition: .3s all ease-in-out;
}
.btn_submit button:hover {
   background: #338ed8;
   transition: .3s all ease-in-out;
}

@media only screen and (max-width: 768px) {.banner1{display:none;} .banner_mobile1{display:block !important;}}

/* =========================================
   MOBILE VIEW FIX (Add to bottom of style.css)
   ========================================= */

/* 1. DESKTOP VIEW (PC/Laptop) - Hide Mobile Header */
@media (min-width: 992px) {
    .my-desktop-header { display: block !important; }
    .my-mobile-header { display: none !important; }
}

/* 2. MOBILE VIEW (Phone/Tablet) - Hide Desktop Header */
@media (max-width: 991px) {
    /* Force Hide the Old Desktop Header */
    .my-desktop-header, 
    #apus-header .main-sticky-header,
    .logo-in-theme,
    .main-menu { 
        display: none !important; 
    }
    
    /* Force Show the New Mobile Header */
    .my-mobile-header { 
        display: block !important; 
        width: 100%; 
        position: relative;
        z-index: 9999;
    }

    /* Style the Dropdown Menu */
    #mobile-nav-panel {
        background-color: #ffffff;
        border-top: 1px solid #e1e1e1;
        position: absolute;
        width: 100%;
        left: 0;
        top: 100%;
        z-index: 99999;
        box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    }
    
    .my-mobile-menu-list {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .my-mobile-menu-list li {
        display: block;
        border-bottom: 1px solid #f0f0f0;
    }

    .my-mobile-menu-list li a {
        display: block;
        padding: 15px 20px;
        color: #0F2E52;
        font-weight: 700;
        text-decoration: none;
        font-size: 15px;
    }
    
    .my-mobile-menu-list li a:hover {
        background-color: #f9f9f9;
        color: #00A99D;
    }
}
/*------------------------------------------------------------------
[Table of contents]
1. base
2. elements
3. form
4. layout
5. menu
6. pages 
7. post
8. effect 
9. utilities
10. widgets layout
11. widgets 
12. responsive
-------------------------------------------------------------------*/
@font-face {
  font-family: 'Montserrat Light';
  src: url("../fonts/Montserrat-Light.html"), url("../fonts/Montserrat-Light-2.html") format("woff"), url("../fonts/Montserrat-Light-3.html") format("truetype"), url("../fonts/Montserrat-Light-4.html") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat SemiBold';
  src: url("../fonts/Montserrat-SemiBold.html"), url("../fonts/Montserrat-SemiBold-2.html") format("woff"), url("../fonts/Montserrat-SemiBold-3.html") format("truetype"), url("../fonts/Montserrat-SemiBold-4.html") format("svg");
  font-weight: normal;
  font-style: normal;
}
/**
* Web Application Prefix Apply For Making Owner Styles
*/
/**
 *   Blocks Layout Selectors
 */
 /********* LAYOUT **************/
 /* carousel-controls-v1 */
 /* carousel-controls-v2 */
 /* carousel-controls-v3 */
 /****/



/* 1. base */
#apus-main-content, #apus-footer {
  overflow: hidden;
}

::-moz-selection {
  color: #fff;
  background: #222222;
}

::selection {
  color: #fff;
  background: #222222;
}

body {
  letter-spacing: 0.2px;
}

.pswp__item {
  cursor: move;
}

.apus-mfp-zoom-in .mfp-content {
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -o-transform: scale(1.4);
  transform: scale(1.4);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.apus-mfp-zoom-in.mfp-ready .mfp-content {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  filter: alpha(opacity=100);
}

.apus-mfp-zoom-in .mfp-inline-holder .mfp-content {
  position: relative;
  max-width: 100%;
  width: 90%;
  margin: 0 auto;
  background: #fff;
}
@media (min-width: 1200px) {
  .apus-mfp-zoom-in .mfp-inline-holder .mfp-content {
    width: 1000px;
    min-height: 400px;
  }
}
.apus-mfp-zoom-in .mfp-inline-holder .mfp-content .product_meta {
  padding: 15px 0 0;
}
.apus-mfp-zoom-in .mfp-inline-holder .mfp-content .product_meta > * {
  display: block;
  margin: 0 0 5px;
}
.apus-mfp-zoom-in .mfp-inline-holder .mfp-content .carousel .carousel-control {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background: #aaaaaa;
  color: #fff;
}
.apus-mfp-zoom-in .mfp-inline-holder .mfp-content .carousel .carousel-control:hover, .apus-mfp-zoom-in .mfp-inline-holder .mfp-content .carousel .carousel-control:active {
  color: #fff;
  background: #000;
}
.apus-mfp-zoom-in .mfp-inline-holder .mfp-content .carousel:hover .carousel-control {
  opacity: 1;
  filter: alpha(opacity=100);
}
.apus-mfp-zoom-in .mfp-inline-holder .mfp-content .nav-tabs > li > a {
  font-weight: 700;
  margin: 0px;
}
.apus-mfp-zoom-in .mfp-inline-holder .mfp-content .nav-tabs > li > a:hover {
  background: transparent;
}
.apus-mfp-zoom-in .mfp-inline-holder .mfp-content .tab-content {
  padding: 30px;
}
.apus-mfp-zoom-in .mfp-inline-holder .mfp-content .mfp-close {
  background: #aaaaaa;
  color: #fff;
  width: 50px;
  height: 50px;
}
.apus-mfp-zoom-in .mfp-inline-holder .mfp-content .mfp-close:hover, .apus-mfp-zoom-in .mfp-inline-holder .mfp-content .mfp-close:active {
  background: #f65b47;
  color: #fff;
}

.action .caret {
  width: 8px;
  height: 8px;
  position: relative;
}
.action[aria-expanded="true"] b {
  border: none;
}
.action[aria-expanded="true"] b:before {
  font-family: FontAwesome;
  content: "\f00d";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px;
}

ins {
  text-decoration: none;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
}

.video-responsive {
  height: 0;
  padding-top: 0;
  padding-bottom: 56.25%;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}
.video-responsive embed, .video-responsive iframe, .video-responsive object, .video-responsive video {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}

.audio-responsive iframe {
  width: 100%;
  height: 126px;
}

ul.list-square {
  padding: 0;
  margin: 0;
  list-style: none;
}
ul.list-square > li {
  line-height: 35px;
  font-size: 14px;
  margin: 0;
}
ul.list-square > li.active > a, ul.list-square > li:hover > a {
  color: #42a5f5;
}
ul.list-square > li.active > a:before, ul.list-square > li:hover > a:before {
  background: #42a5f5;
}
ul.list-square > li > a {
  display: block;
  padding-left: 21px;
  position: relative;
}
.rtl ul.list-square > li > a {
  padding-right: 21px;
  padding-left: inherit;
}
ul.list-square > li > a:before {
  content: '';
  background: #222222;
  width: 8px;
  height: 8px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.rtl ul.list-square > li > a:before {
  right: 0;
  left: auto;
}

.breadcrumb > li + li:before {
  color: #ffffff !important;
  content: ">" !important;
  padding: 0 13px !important;
}

.apus-breadscrumb {
  background: #787878;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  margin-bottom: 0px;
  width: 100%;
}
.apus-breadscrumb .breadcrumb {
  background: transparent;
  float: right;
  margin: 0;
  padding: 0;
  text-transform: capitalize;
  font-family: "Lato", sans-serif;
  font-size: 16px;
}
.apus-breadscrumb .breadcrumb > .active {
  color: #42a5f5;
}
.apus-breadscrumb .breadcrumb li {
  color: #cccccc;
}
.apus-breadscrumb .breadcrumb a {
  color: #cccccc;
}
.apus-breadscrumb .breadcrumb a:hover, .apus-breadscrumb .breadcrumb a:active {
  color: #42a5f5;
}
.apus-breadscrumb .wrapper-breads {
  min-height: 258px;
  position: relative;
}
.apus-breadscrumb .breadscrumb-inner {
  position: absolute;
  overflow: hidden;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}
.apus-breadscrumb .bread-title {
  font-size: 30px;
  font-weight: 700;
  font-family: "Raleway", sans-serif;
  margin: 0;
  text-transform: capitalize;
  color: #ffffff;
  float: left;
}
@media (max-width: 991px) {
  .apus-breadscrumb .breadcrumb, .apus-breadscrumb .bread-title {
    float: none;
  }
}

.search-form .btn {
  line-height: 1;
  padding: 17px 24px;
  color: #ffffff;
  -webkit-border-bottom-left-radius: 0 !important;
  -moz-border-radius-bottomleft: 0 !important;
  border-bottom-left-radius: 0 !important;
  -webkit-border-top-left-radius: 0 !important;
  -moz-border-radius-top: 0 !important;
  border-top-left-radius: 0 !important;
  margin-left: 0 !important;
  background-color: #42a5f6;
   -webkit-border-bottom-right-radius: 50px !important;
  -moz-border-radius-bottomright: 50px !important;
  border-bottom-right-radius: 50px !important;
  -webkit-border-top-right-radius: 50px !important;
  -moz-border-radius-top: 50px !important;
  border-top-right-radius: 50px !important;

}
.rtl .search-form .btn {
  margin-right: 0 !important;
  margin-left: inherit;
}
.search-form .btn:hover {
  color: #fff;
}
.search-form .form-control {
  border: none;
  -webkit-border-bottom-left-radius: 50px !important;
  -moz-border-radius-bottomleft: 50px !important;
  border-bottom-left-radius: 50px !important;
  -webkit-border-top-left-radius: 50px !important;
  -moz-border-radius-top: 50px !important;
  border-top-left-radius: 50px !important;
  height: 52px;
  background: rgba(255, 255, 255, 0.051);
  font-style: italic;
  font-size: 16px;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #e1e1e1;
  color:#fff;
}

.ui-autocomplete.ui-widget-content {
  padding: 15px;
  margin: 0;
  list-style: none;
  width: 293px !important;
  background: #fff;
  z-index: 10;
}
.ui-autocomplete.ui-widget-content li {
  padding-bottom: 30px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e1e1e1;
}
.ui-autocomplete.ui-widget-content li:last-child {
  border: none;
  margin: 0;
  padding-bottom: 20px;
}
.ui-autocomplete.ui-widget-content li img {
  width: 60px;
}
.ui-autocomplete.ui-widget-content li .name a {
  color: #111111;
  font-size: 13px;
  font-family: "Lato", sans-serif;
}

.main-content {
  display: block;
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (min-width: 992px) {
  .main-content {
    display: block;
    padding-top: 0px;
    padding-bottom: 50px;
  }
}
.bg-dark {
  background: #272727;
  color: #fff;
}

.text-purple {
  color: #6c58bd !important;
}

.text-red {
  color: #c32322 !important;
}

.text-red-1 {
  color: #ff0000 !important;
}

.text-orange {
  color: #f66000 !important;
}

.text-yellow {
  color: #e2d951 !important;
}

.text-black {
  color: #000 !important;
}

.text-white, .text-light {
  color: #FFFFFF !important;
}

.text-darker {
  color: #333 !important;
}

.text-uppercase {
  text-transform: uppercase;
}

/*Radius
------------------------------------*/
[class*="radius"] {
  overflow: hidden;
}

.radius-0 {
  border-radius: 0 !important;
}

.radius-x {
  border-radius: 50% !important;
}

.radius-1x {
  border-radius: 10px !important;
}

.radius-2x {
  border-radius: 20px !important;
}

.radius-3x {
  border-radius: 30px !important;
}

.radius-4x {
  border-radius: 40px !important;
}

.radius-5x {
  border-radius: 5px !important;
}

.radius-6x {
  border-radius: 3px !important;
}

.owl-carousel-play {
  position: relative;
}
.owl-carousel-play .owl-item:last-child .product-wrapper {
  border: none;
}

.carousel-md {
  width: 44px;
  height: 44px;
  line-height: 44px;
}

.carousel-sm {
  width: 34px;
  height: 34px;
  line-height: 34px;
  font-size: 14px;
}

.carousel-xs {
  width: 28px;
  height: 28px;
  line-height: 28px;
  font-size: 14px;
}

#back-to-top {
  position: fixed;
  z-index: 99;
  bottom: 30px;
  right: 30px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  background: #3c3b3b;
  color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.rtl #back-to-top {
  left: 30px;
  right: auto;
}
#back-to-top:hover {
  color: #fff;
  background: #555555;
}
#back-to-top.active {
  opacity: 1;
  filter: alpha(opacity=100);
}
#back-to-top i {
  font-size: 25px;
}

.menu {
  padding: 0;
  margin: 0;
}
.menu li {
  list-style: none;
  line-height: 2.5;
}
.menu li a:hover, .menu li a:active {
  text-decoration: none;
}
.menu ul {
  padding-left: 15px;
  margin: 0;
}
.rtl .menu ul {
  padding-right: 15px;
  padding-left: inherit;
}

.apus-body-loading {
  overflow: hidden;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes -webkit-spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
.apus-page-loading {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99991;
}
.apus-page-loading #loader {
  animation: 2s linear 0s normal none infinite running spin;
  -webkit-animation: 2s linear 0s normal none infinite running spin;
  -ms-animation: 2s linear 0s normal none infinite running spin;
  border-color: #42a5f5 transparent transparent;
  border-image: none;
  border-radius: 50%;
  border-style: solid;
  border-width: 3px;
  display: block;
  height: 100px;
  left: 50%;
  margin-left: -75px;
  margin-top: -75px;
  position: relative;
  top: 50%;
  width: 100px;
  z-index: 1001;
}
.apus-page-loading #loader:before {
  animation: 3s linear 0s normal none infinite running spin;
  -webkit-animation: 3s linear 0s normal none infinite running spin;
  -ms-animation: 3s linear 0s normal none infinite running spin;
  border-color: #42a5f5 transparent transparent;
  border-image: none;
  border-radius: 50%;
  border-style: solid;
  border-width: 3px;
  bottom: 5px;
  content: "";
  left: 5px;
  position: absolute;
  right: 5px;
  top: 5px;
}
.apus-page-loading #loader:after {
  animation: 1.5s linear 0s normal none infinite running spin;
  -webkit-animation: 1.5s linear 0s normal none infinite running spin;
  -ms-animation: 1.5s linear 0s normal none infinite running spin;
  border-color: #42a5f5 transparent transparent;
  border-image: none;
  border-radius: 50%;
  border-style: solid;
  border-width: 3px;
  bottom: 15px;
  content: "";
  left: 15px;
  position: absolute;
  right: 15px;
  top: 15px;
}
.apus-page-loading .loader-section {
  background: #f5f5f5 none repeat scroll 0 0;
  height: 100%;
  position: fixed;
  top: 0;
  transform: translateX(0px);
  width: 51%;
  z-index: 1000;
}
.apus-page-loading .loader-section.section-left {
  left: 0;
}
.apus-page-loading .loader-section.section-right {
  right: 0;
}

.tab-v1 .tabs-list {
  border: none;
  text-align: center;
  padding: 30px 0 50px;
}
.tab-v1 .tabs-list li {
  padding: 0 22px;
  margin: 0;
  display: inline-block;
  float: none;
}
.tab-v1 .tabs-list li a {
  padding: 5px 0;
  color: #777777;
  border-width: 0 0 1px !important;
  border-color: #cccccc;
  border-style: dashed;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
  background: transparent;
}
.tab-v1 .tabs-list li.active > a:active,
.tab-v1 .tabs-list li.active > a:focus,
.tab-v1 .tabs-list li.active > a, .tab-v1 .tabs-list li:hover > a:active,
.tab-v1 .tabs-list li:hover > a:focus,
.tab-v1 .tabs-list li:hover > a {
  border-color: transparent;
  color: #42a5f5;
  background: transparent;
}
.tab-v1.style1 .tabs-list {
  padding: 10px 0 70px;
  text-align: right;
}
.rtl .tab-v1.style1 .tabs-list {
  text-align: left;
}
.tab-v1.style1 .tabs-list li.active, .tab-v1.style1 .tabs-list li:hover {
  -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
}
.tab-v1.style1 .tabs-list li.active > a:active,
.tab-v1.style1 .tabs-list li.active > a:focus,
.tab-v1.style1 .tabs-list li.active > a, .tab-v1.style1 .tabs-list li:hover > a:active,
.tab-v1.style1 .tabs-list li:hover > a:focus,
.tab-v1.style1 .tabs-list li:hover > a {
  color: #222222;
}
@media (min-width: 992px) {
  .tab-v1.style1 {
    padding: 0 70px;
  }
}

.page-links {
  overflow: hidden;
  margin: 30px 0 0;
}
.page-links .page-links-title {
  font-weight: 700;
  color: #000000;
  margin: 0 8px;
}
.page-links > span:not(.page-links-title),
.page-links > a {
  display: inline-block;
  line-height: 1;
  margin: 0 2px;
  padding: 10px 16px;
  border: 1px solid #e1e1e1;
  color: #222222;
}
.page-links > span:not(.page-links-title):hover, .page-links > span:not(.page-links-title):active,
.page-links > a:hover,
.page-links > a:active {
  color: #fff;
  background: #42a5f5;
  border-color: #42a5f5;
}
.page-links > span:not(.page-links-title) {
  color: #fff;
  background: #42a5f5;
  border-color: #42a5f5;
}

option {
  padding: 5px;
}

@media (min-width: 992px) {
  .space-padding-left-30 {
    padding-left: 30px !important;
  }
}
.woocommerce-MyAccount-navigation > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 35px;
}

#cboxWrapper #cboxMiddleLeft,
#cboxWrapper #cboxMiddleRight,
#cboxWrapper #cboxTopLeft,
#cboxWrapper #cboxTopCenter,
#cboxWrapper #cboxTopRight,
#cboxWrapper #cboxBottomLeft,
#cboxWrapper #cboxBottomCenter,
#cboxWrapper #cboxBottomRight {
  display: none;
}
#cboxWrapper #cboxContent {
  position: relative;
}
#cboxWrapper #cboxContent #cboxClose {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px;
  color: #fff;
  background: #f65b47;
  text-transform: uppercase;
  width: 80px;
  height: 60px;
  text-indent: 0;
}
.rtl #cboxWrapper #cboxContent #cboxClose {
  left: 0;
  right: auto;
}
#cboxWrapper #cboxContent #cboxClose:hover, #cboxWrapper #cboxContent #cboxClose:active {
  background: #f5452f;
}

/* 2. elements */
#rev_slider_2_1 .tab-content ul li {
  font-size: 16px !important;
  white-space: nowrap;
}

.widget.widget-text-heading .description {
  font-size: 14px;
}
.widget.widget-text-heading .widget-title {
  font-size: 30px;
  margin: 0 0 15px;
}
.widget.widget-text-heading.style1 {
  text-align: right;
}
.rtl .widget.widget-text-heading.style1 {
  text-align: left;
}
.widget.widget-text-heading.style1 .widget-title {
  font-size: 50px;
}
.widget.widget-text-heading.style2 {
  margin: 0;
}
.widget.widget-text-heading.style2 .widget-title {
  padding: 0 0 5px;
}
.widget.widget-text-heading.style2 .widget-title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: 40px;
  height: 2px;
  background: #42a5f5;
}
.rtl .widget.widget-text-heading.style2 .widget-title:before {
  right: 0;
  left: auto;
}
.widget.widget-text-heading.style3 .widget-title {
  font-size: 30px;
  margin: 0 0 30px;
}

.widget.widget-action {
  text-align: center;
}
.widget.widget-action .widget-title {
  font-size: 50px;
  line-height: 1.1;
  margin: 0;
}
.widget.widget-action .description {
  font-size: 16px;
  margin: 0 0 25px;
}
.widget.widget-action.style1 {
  text-align: inherit;
}
@media (min-width: 992px) {
  .widget.widget-action.style1 .widget-title {
    margin-left: -100px;
  }
  .rtl .widget.widget-action.style1 .widget-title {
    margin-right: -100px;
    margin-left: inherit;
  }
}
.widget.widget-action.style1 .widget-title {
  color: #42a5f5;
}
.widget.widget-action.style2 {
  text-align: right;
}
.rtl .widget.widget-action.style2 {
  text-align: left;
}
.widget.widget-action.style2 .widget-title {
  margin: 0 0 15px;
}
.widget.widget-action.style2 .description,
.widget.widget-action.style2 .widget-title {
  color: #1b1a1a;
}

.vc_tta-accordion .vc_tta-panel {
  margin: 0 0 10px;
  border: 1px solid #cfcfcf;
}
.vc_tta-accordion .vc_tta-panel .vc_tta-panel-title {
  font-size: 14px;
  text-transform: uppercase;
}
.vc_tta-accordion .vc_tta-panel .vc_tta-panel-title > a {
  color: #000  !important;
}
.vc_tta-accordion .vc_tta-panel .vc_tta-panel-heading {
  margin: 0 !important;
  padding: 4px;
  border: none;
  background: #fff !important;
}
.vc_tta-accordion .vc_tta-panel .vc_tta-panel-body {
  background: #fff !important;
  border: none !important;
  padding: 10px 30px 20px;
}

.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left .vc_tta-controls-icon {
  left: inherit;
  right: 30px;
}

.widget-banner .img-feature {
  display: inline-block;
  position: relative;
}
.widget-banner .mailto {
  font-size: 14px;
  text-transform: uppercase;
  position: absolute;
  left: -30px;
  bottom: -20px;
  left: -45px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}
.rtl .widget-banner .mailto {
  right: -30px;
  left: auto;
}
.widget-banner .mailto a {
  color: #42a5f5;
}
.widget-banner .name {
  color: #222222;
  font-size: 20px;
  text-transform: inherit;
  font-style: italic;
}
.widget-banner.style2 .style-table > div {
  display: block;
  width: 100%;
}
.widget-banner.style2 .style-table > div.img-info {
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  .widget-banner.style2 .widget-content {
    padding-left: 100px;
  }
  .rtl .widget-banner.style2 .widget-content {
    padding-right: 100px;
    padding-left: inherit;
  }
}
.widget-banner.style2 .widget-title {
  font-size: 17px;
  margin: 0 0 5px;
}
.widget-banner.style3 {
  margin: 0;
}
.widget-banner.style3 .widget-content {
  padding: 30px;
  text-align: center;
}
@media (min-width: 992px) {
  .widget-banner.style3 .widget-content {
    padding: 100px;
  }
  .widget-banner.style3 .widget-title {
    margin: 0 0 40px !important;
  }
}

.widget_apus_vertical_menu .widget-vertical-menu ul {
  padding: 0 30px;
  background: #888625;
}

.widget.widget_apus_vertical_menu > .widget-title {
  margin: 0;
  padding: 20px 40px;
  background: #42a5f5;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  border: none;
}
.widget.widget_apus_vertical_menu > .widget-title .fa {
  margin-right: 18px;
}
.rtl .widget.widget_apus_vertical_menu > .widget-title .fa {
  margin-left: 18px;
  margin-right: inherit;
}
.widget.widget_apus_vertical_menu > .widget-title > span {
  padding: 0;
  border: none;
  margin: 0;
}
.widget.widget_apus_vertical_menu .dropdown-menu .widgettitle,
.widget.widget_apus_vertical_menu .dropdown-menu .widget-title {
  border: none;
  margin: 0 0 10px;
}
.widget.widget_apus_vertical_menu .dropdown-menu .widgettitle > span,
.widget.widget_apus_vertical_menu .dropdown-menu .widget-title > span {
  margin: 0;
  padding: 0;
  border: none;
}
.widget.widget_apus_vertical_menu.darken .apus-vertical-menu {
  background: #f6f6f6;
}

.apus-vertical-menu {
  padding: 0 !important;
  background: #fff;
}
.apus-vertical-menu .navbar-vertical-mega > li {
  display: block;
  width: 100%;
  border-bottom: 1px solid rgba(221, 221, 221, 0.3);
  text-transform: capitalize;
  line-height: 60px;
}
.apus-vertical-menu .navbar-vertical-mega > li:last-child {
  border: none;
}
.apus-vertical-menu .navbar-vertical-mega > li.open > a, .apus-vertical-menu .navbar-vertical-mega > li:hover > a {
  background: transparent;
}
.apus-vertical-menu .navbar-vertical-mega > li > a {
  font-size: 20px;
  padding: 0;
  font-weight: 700;
  color: #ffffff;
}
.apus-vertical-menu .navbar-vertical-mega > li > a:hover, .apus-vertical-menu .navbar-vertical-mega > li > a:active, .apus-vertical-menu .navbar-vertical-mega > li > a:focus {
  background: transparent;
}
.apus-vertical-menu .navbar-vertical-mega > li > a > img {
  margin-right: 18px;
}
.rtl .apus-vertical-menu .navbar-vertical-mega > li > a > img {
  margin-left: 18px;
  margin-right: inherit;
}
.apus-vertical-menu .navbar-vertical-mega > li > a .caret {
  float: right;
  margin: 23px 0 0;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.rtl .apus-vertical-menu .navbar-vertical-mega > li > a .caret {
  float: left;
}
.apus-vertical-menu .navbar-vertical-mega > li .apus-container {
  padding: 10px 35px;
}
.apus-vertical-menu .navbar-vertical-mega .dropdown-menu .apus_custom_menu,
.apus-vertical-menu .navbar-vertical-mega .dropdown-menu .widget {
  margin: 0;
}
.apus-vertical-menu .navbar-vertical-mega .dropdown-menu .product-block.grid {
  margin: 0 0 10px;
}
.apus-vertical-menu.menu-left .dropdown-menu {
  top: 0;
  left: 100%;
}
.apus-vertical-menu.menu-right .dropdown-menu {
  top: 0;
  right: 100%;
}

.widget-contact .title {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
}
.widget-contact .item {
  padding: 0 0 30px;
}
.widget-contact .item:last-child {
  padding: 0;
}
.widget-contact.default {
  color: #999999;
}
.widget-contact.default .title {
  color: #fff;
  margin: 0 0 5px;
}
.widget-contact.default .media-left > i {
  border: 1px solid #fff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 48px;
  font-size: 20px;
  color: #42a5f5;
}
@media (min-width: 992px) {
  .widget-contact.default .media-left {
    padding-right: 20px;
  }
  .rtl .widget-contact.default .media-left {
    padding-left: 20px;
    padding-right: inherit;
  }
}
.widget-contact.default.style_circle .media-left > i {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.widget-contact.default.style_normal .item {
  padding: 0 0 50px;
}
.widget-contact.default.style_normal .title {
  color: #222222;
}
.widget-contact.default.style_normal .media-left > i {
  border: 1px solid #e1e1e1;
}

.tabs-v1 {
  padding-top: 50px;
}
.tabs-v1 .tab-content {
  padding: 25px 30px;
  margin: 0;
  max-width: 1440px;
  font-family: "Lato", sans-serif;
  margin: 0 auto;
  color: #515151;
  font-size: 16px;
}
.tabs-v1 .tab-content iframe {
  margin: 50px 0;
}
.tabs-v1 .tab-content img {
  margin: 30px 0;
}
.tabs-v1 .tab-content #comments {
  border: none;
}
.tabs-v1 .nav-tabs {
  border: none;
  margin: 0 0 10px;
  text-align: center;
}
.tabs-v1 .nav-tabs li {
  margin: 0;
  float: none;
}
.tabs-v1 .nav-tabs li > a {
  font-size: 30px;
  font-weight: 700;
  color: #222222;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  padding: 10px 12px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border: none;
}
.tabs-v1 .nav-tabs li:focus > a:focus,
.tabs-v1 .nav-tabs li:focus > a:hover,
.tabs-v1 .nav-tabs li:focus > a:active,
.tabs-v1 .nav-tabs li:focus > a, .tabs-v1 .nav-tabs li:hover > a:focus,
.tabs-v1 .nav-tabs li:hover > a:hover,
.tabs-v1 .nav-tabs li:hover > a:active,
.tabs-v1 .nav-tabs li:hover > a, .tabs-v1 .nav-tabs li.active > a:focus,
.tabs-v1 .nav-tabs li.active > a:hover,
.tabs-v1 .nav-tabs li.active > a:active,
.tabs-v1 .nav-tabs li.active > a {
  border: none;
  color: #111111;
}
.tabs-v1 h2 {
  margin: 0 0 15px;
  font-size: 28px;
  font-weight: 600;
  margin: 0 0 30px !important;
  text-align: uppercase;
}

.nav.tabs-product1 {
  text-align: center;
  padding: 20px 0;
}
.nav.tabs-product1 > li {
  display: inline-block;
  line-height: 1;
  float: none;
  border-right: 1px solid #666666;
}
.rtl .nav.tabs-product1 > li {
  border-left: 1px solid #666666;
  border-right: inherit;
}
.nav.tabs-product1 > li:last-child {
  border: none;
}
.nav.tabs-product1 > li > a {
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  color: #666666;
  padding: 0 10px;
  background: transparent;
}
.nav.tabs-product1 > li.active > a, .nav.tabs-product1 > li:hover > a {
  color: #42a5f5;
  background: transparent;
}

.nav.tabs-product-light > li {
  border-color: #fff;
}
.nav.tabs-product-light > li > a {
  color: #fff;
}
.nav.tabs-product-light > li.active > a, .nav.tabs-product-light > li:hover > a {
  color: #222222;
  background: transparent;
}

/* 
 *  Owl Carousel - Animate Plugin
 */
 .owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

/* 
 *  Owl Carousel - Auto Height Plugin
 */
 .owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.owl-carousel-top .owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel-top .owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel-top.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel-top.owl-carousel .owl-controls .owl-nav .owl-prev {
  opacity: 1;
  filter: alpha(opacity=100);
  background: #aaaaaa;
  border: none;
  color: #fff;
}
.owl-carousel-top .owl-carousel .owl-controls .owl-nav .owl-next:hover, .owl-carousel-top .owl-carousel .owl-controls .owl-nav .owl-next:active,
.owl-carousel-top .owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.owl-carousel-top .owl-carousel .owl-controls .owl-nav .owl-prev:active,
.owl-carousel-top.owl-carousel .owl-controls .owl-nav .owl-next:hover,
.owl-carousel-top.owl-carousel .owl-controls .owl-nav .owl-next:active,
.owl-carousel-top.owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.owl-carousel-top.owl-carousel .owl-controls .owl-nav .owl-prev:active {
  background: #222222;
  color: #fff;
}
.owl-carousel-top .owl-carousel .owl-controls,
.owl-carousel-top.owl-carousel .owl-controls {
  top: -70px;
  width: 108px;
  right: 0;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
.rtl .owl-carousel-top .owl-carousel .owl-controls, .rtl
.owl-carousel-top.owl-carousel .owl-controls {
  left: 0;
  right: auto;
}

.owl-carousel-top-full .owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel-top-full .owl-carousel .owl-controls .owl-nav .owl-prev {
  opacity: 1;
  filter: alpha(opacity=100);
  background: #aaaaaa;
  border: none;
  color: #fff;
}
.owl-carousel-top-full .owl-carousel .owl-controls .owl-nav .owl-next:hover, .owl-carousel-top-full .owl-carousel .owl-controls .owl-nav .owl-next:active,
.owl-carousel-top-full .owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.owl-carousel-top-full .owl-carousel .owl-controls .owl-nav .owl-prev:active {
  background: #222222;
  color: #fff;
}
.owl-carousel-top-full .owl-carousel .owl-controls {
  top: -108px;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}

/* 
 *  Core Owl Carousel CSS File
 */
 .owl-carousel {
  display: none;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
  margin-right: -15px;
  margin-left: -15px;
  cursor: pointer;
}
.owl-carousel:hover .owl-controls .owl-nav .owl-prev,
.owl-carousel:hover .owl-controls .owl-nav .owl-next {
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.owl-controls .owl-dots {
  text-align: center;
}
.owl-controls .owl-dots .owl-dot {
  cursor: pointer;
  margin: 0 4px;
  background: transition;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 2px solid #e1e1e1;
  display: inline-block;
}
.owl-controls .owl-dots .owl-dot.active {
  background: #42a5f5;
  border-color: #42a5f5;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-controls {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next {
  cursor: pointer;
  cursor: hand;
  display: inline-block;
  width: 50px;
  height: 50px;
  opacity: 0;
  filter: alpha(opacity=0);
  background: #000000;
  color: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  font-size: 25px;
  line-height: 50px;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  left: 40px;
  z-index: 99;
}
.owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.owl-carousel .owl-controls .owl-nav .owl-next:hover {
  border-color: #222222;
  background: #222222;
  color: #fff;
}

.owl-carousel .owl-controls .owl-nav .owl-next {
  left: inherit;
  right: 40px;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
  display: none;
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-right: 15px;
  padding-left: 15px;
}

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 *  Owl Carousel - Lazy Load Plugin
 */
 .owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

/* 
 *  Owl Carousel - Video Plugin
 */
 .owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.html") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

.wpb_gmaps_widget.wpb_content_element {
  margin: 0;
}

.widget-social .social {
  margin: 0;
}
.widget-social .social > li {
  padding: 0;
  margin-left: 10px;
}
.rtl .widget-social .social > li {
  margin-right: 10px;
  margin-left: inherit;
}
.widget-social .social > li:first-child {
  margin-left: 0px;
}
.rtl .widget-social .social > li:first-child {
  margin-right: 0px;
  margin-left: inherit;
}
.widget-social .social > li a {
  display: inline-block;
  line-height: 1px;
  padding: 10px;
  background: #2f2f2f;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  color: #959595;
}
.widget-social .social > li a:hover {
  color: #42a5f5;
}
.widget-social .social > li a i {
  font-style: 14px;
}

.social-link {
  display: inline-block;
  margin: 0 5px;
  padding: 0;
}
.social-link li {
  display: inline-block;
  margin: 0 5px;
}
.social-link li a {
  background: #f4f4f4 none repeat scroll 0 0;
  border-radius: 100%;
  color: #666666;
  display: inline-block;
  height: 40px;
  line-height: 38px;
  text-align: center;
  width: 40px;
  border: 1px solid #e1e1e1;
}
.social-link.lighten li a {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #ffffff;
  color: #ffffff;
}

.ourteam-inner .name-team {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
}
.ourteam-inner .job {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}
.ourteam-inner .avarta {
  overflow: hidden;
  position: relative;
}
.ourteam-inner .avarta:before {
  background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
  content: "";
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  width: 100%;
  z-index: 1;
}
.ourteam-inner .avarta .social-link {
  bottom: 0;
  left: 0;
  margin: 0;
  position: absolute;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  visibility: hidden;
  width: 100%;
  z-index: 9;
}
.ourteam-inner:hover .avarta:before {
  opacity: 1;
  filter: alpha(opacity=100);
}
.ourteam-inner:hover .avarta .social-link {
  bottom: 60px;
  visibility: visible;
}
.ourteam-inner .info {
  padding: 20px;
}

.widget-gallery .image {
  margin: 0 10px 10px 0;
}
.widget-gallery .fancybox {
  position: relative;
  display: inline-block;
}
.widget-gallery .fancybox:before {
  background: rgba(0, 0, 0, 0.8) url("../images/plus.html") no-repeat scroll center center;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  width: 100%;
  z-index: 9;
}
.widget-gallery .fancybox:hover:before {
  opacity: 1;
  filter: alpha(opacity=100);
}
.widget-gallery .heading {
  line-height: 1;
  padding: 60px 0;
}
.widget-gallery .description h3,
.widget-gallery .heading h3 {
  margin: 0;
  font-size: 36px;
  line-height: 1.1;
  font-weight: 700;
  text-transform: uppercase;
}
.widget-gallery .description h3.title-des,
.widget-gallery .heading h3.title-des {
  margin: 8px 0 0;
}
.widget-gallery .fancybox {
  display: block;
  max-height: 292px;
  overflow: hidden;
}
.widget-gallery.style1 .image {
  margin: 0 5px 5px 0;
}
.widget-gallery.style2 .title-des,
.widget-gallery.style2 .widget-title {
  color: #FFF;
}
.widget-gallery.style2 .heading {
  line-height: 1;
  padding: 90px 0;
}
.widget-gallery.style2 .image {
  margin: 0;
}
.widget-gallery.style2 .heading,
.widget-gallery.style2 .description {
  background: #272727 none repeat scroll 0 0;
  color: #fff;
}
.widget-gallery.style3 .heading {
  padding: 65px 0;
}
.widget-gallery.style3 .widget-title {
  color: #fff;
}

.widget-testimonials .media-right, .widget-testimonials .media-left {
  vertical-align: middle;
}
.widget-testimonials .media-right {
  padding-left: 30px;
}
.rtl .widget-testimonials .media-right {
  padding-right: 30px;
  padding-left: inherit;
}
.widget-testimonials .media-left {
  padding-right: 30px;
}
.rtl .widget-testimonials .media-left {
  padding-left: 30px;
  padding-right: inherit;
}
.image-wrapper {
  width: 125px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  overflow: hidden;
}
.image-wrapper  img {
  border-radius: 50%;
}
.widget-testimonials .testimonial-meta {
  padding-top: 15px;
}
.widget-testimonials .testimonial-meta .info .name-client {
  margin: 0px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 1;
}
.widget-testimonials .testimonial-meta .info .job span {
  color: #42a5f5;
}
.widget-testimonials .testimonial-meta .description {
  font-style: italic;
  padding-top: 5px;
}
.widget-testimonials .style1 .media-body {
  text-align: right;
  line-height: 26px;
}
.rtl .widget-testimonials .style1 .media-body {
  text-align: left;
}
.widget-testimonials .owl-controls {
  position: relative;
  top: 80px;
}
.widget-testimonials.style-layout-2 {
  max-width: 801px;
  margin: 0 auto;
  text-align: center;
}
.widget-testimonials.style-layout-2:before {
  content: "";
  position: absolute;
  background: url("../img/quote.png") no-repeat;
  height: 41px;
  width: 53px;
  left: 50%;
  top: -70px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.widget-testimonials.style-layout-2 .description {
  line-height: 26px;
  font-style: normal;
}
.widget-testimonials.style-layout-2 .info {
  padding-top: 50px;
}
.widget-testimonials.style-layout-2 .info .name-client {
  font-size: 14px;
  color: #42a5f5;
  text-transform: uppercase;
}
.widget-testimonials.style-layout-2 .info .job {
  font-size: 14px;
  font-style: italic;
}
.widget-testimonials.style-layout-2 .owl-controls {
  top: 60px;
}

.section-contact {
  position: relative;
}
.section-contact textarea,
.section-contact input:not(.btn), .section-contact select {
  width: 100%;
  max-width: 100%;
  background: #fafafa;
  border: none;
  margin: 0 0 30px;
  padding: 10px 30px;
  font-size: 16px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  font-style: italic;
  color: #666666;
}
.section-contact textarea {
  max-height: 170px;
  margin: 0;
  padding-top: 25px;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  margin-bottom: 10px;
}
.section-contact input.btn {
  background: #42a5f5;
  color: #ffffff;
  border: none;
  padding: 10px 55px;
  margin: 0 auto;
  text-align: center;
  display: block;
}
.section-contact input.btn:hover {
  background: #42a5f5;
}
.section-contact select {
  border: none;
  outline: none;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  position: relative;
}
.section-contact select:after {
  content: '<>';
  font: 11px "Consolas", monospace;
  color: #aaa;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  right: 8px;
  top: 2px;
  padding: 0 0 2px;
  border-bottom: 1px solid #ddd;
  position: absolute;
  pointer-events: none;
}
.section-contact select:before {
  content: '';
  right: 6px;
  top: 0px;
  width: 20px;
  height: 20px;
  background: #f8f8f8;
  position: absolute;
  pointer-events: none;
  display: block;
}

.btn-left .section-contact input.btn {
  margin: 0;
}

.video-wrapper-inner {
  position: relative;
  z-index: 1;
}
.video-wrapper-inner i {
  position: absolute;
  font-size: 57px;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #42a5f5;
}
.video-wrapper-inner i:hover {
  color: #666666;
}

.banner-countdown-widget.default h5 {
  font-size: 13px;
  font-family: "Raleway", sans-serif;
  margin: 0;
  letter-spacing: 2px;
}
.banner-countdown-widget.default h3 {
  font-size: 25px;
  margin: 0 0 10px;
  letter-spacing: 2px;
}
.banner-countdown-widget.default .des {
  font-size: 15px;
  color: #222222;
  margin: 0 0 25px;
}
.banner-countdown-widget.style-2 {
  text-align: center;
  font-family: "Raleway", sans-serif;
}
.banner-countdown-widget.style-2 .apus-countdown {
  margin: 0 0 43px;
}
.banner-countdown-widget.style-2 .times > div {
  line-height: 1;
  font-size: 12px;
  font-family: 'Montserrat Light';
  padding: 12px 16px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #fff;
  display: inline-block;
  margin: 0 4px;
}
.banner-countdown-widget.style-2 .times > div span {
  font-size: 18px;
  margin: 0 0 4px;
  font-weight: 700;
  color: #222222;
  display: block;
}
.banner-countdown-widget.style-2 h3 {
  font-size: 90px;
  font-family: "Raleway", sans-serif;
  margin: 0;
  color: #fff;
  letter-spacing: 2px;
  font-weight: 300;
}
.banner-countdown-widget.style-2 h5 {
  font-family: "Raleway", sans-serif;
  font-size: 30px;
  font-weight: 300;
  color: #fff;
  margin: 0;
  letter-spacing: 2px;
}
.banner-countdown-widget.style-2 .des {
  color: #fff;
  letter-spacing: 2px;
  font-size: 16px;
  text-transform: uppercase;
  margin: 7px 0 20px;
}

.countdown-wrapper-default .times > div {
  line-height: 1;
  margin-right: 8px;
  font-size: 12px;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  padding: 8px 15px;
  background: #42a5f5;
  color: #fff;
  display: inline-block;
  text-align: center;
}
.rtl .countdown-wrapper-default .times > div {
  margin-left: 8px;
  margin-right: inherit;
}
.countdown-wrapper-default .times > div span {
  font-size: 18px;
  font-weight: 700;
  display: block;
  margin: 0 0 4px;
}

.widget-location .media-heading {
  font-size: 17px;
  font-weight: 500;
  margin: 0 0 5px;
}
.widget-location .media-left {
  font-size: 22px;
  min-width: 45px;
}
.widget-location .media {
  font-size: 15px;
  margin: 0 0 25px;
}

.feature-banner-inner {
  text-align: center;
  overflow: hidden;
  color: #fff;
}
.feature-banner-inner .widget-title {
  color: #fff;
  font-size: 25px;
}
@media (min-width: 480px) {
  .feature-banner-inner.col-lg-cus-5 {
    width: 20%;
    float: left;
  }
  .rtl .feature-banner-inner.col-lg-cus-5 {
    float: right;
  }
}
.feature-banner-inner .banner-static {
  position: relative;
}
.feature-banner-inner .banner-static .widget-title {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.feature-banner-inner .banner-body {
  background: #00a1f1 none repeat scroll 0 0;
  color: #ffffff;
  font-size: 15px;
  height: 100%;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  text-align: center;
  top: 100%;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  width: 100%;
  z-index: 1;
}
.feature-banner-inner .banner-body .widget-title {
  margin: 0 0 45px;
  position: relative;
}
.feature-banner-inner .banner-body .widget-title:before {
  background: #ffffff none repeat scroll 0 0;
  bottom: -22px;
  content: "";
  height: 2px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 52px;
}
.feature-banner-inner .banner-body .description {
  margin: 0 0 35px;
}
.feature-banner-inner .banner-body a {
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}
.feature-banner-inner .banner-body a .fa {
  margin-left: 8px;
}
.rtl .feature-banner-inner .banner-body a .fa {
  margin-right: 8px;
  margin-left: inherit;
}
.feature-banner-inner .content {
  left: 0;
  padding: 30px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.feature-banner-inner:hover .banner-body {
  opacity: 1;
  filter: alpha(opacity=100);
  top: 0;
}

.widget-contactform .control {
  font-size: 13px;
  padding: 10px 30px;
  max-width: 100%;
  width: 100%;
  margin: 0 0 30px;
  border: 1px solid #e1e1e1;
}
.widget-contactform textarea.control {
  margin: 0 0 30px;
}
.widget-contactform .des {
  max-width: 760px;
  margin: 0 auto;
}

.service-timeline {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  width: 100%;
  position: relative;
  overflow: hidden;
}
@media (min-width: 992px) {
  .service-timeline {
    padding: 0 100px;
  }
}
.service-timeline .date {
  color: #fff;
  font-size: 14px;
  padding: 2px 15px;
  background: #42a5f5;
  display: inline-block;
  -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 992px) {
  .service-timeline .date {
    -webkit-transform: translateY(-17px);
    -ms-transform: translateY(-17px);
    -o-transform: translateY(-17px);
    transform: translateY(-17px);
  }
}
.service-timeline .hentry {
  position: relative;
}
@media (min-width: 992px) {
  .service-timeline:before {
    background: #e1e1e1;
    content: "";
    left: 50%;
    top: 60px;
    bottom: 0;
    position: absolute;
    width: 1px;
    margin-left: -1px;
    height: 82%;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .service-timeline:before {
    display: none;
  }
}

.service-timeline > li {
  display: block;
  width: 100%;
  position: relative;
  padding-top: 25px;
}
.service-timeline > li .hentry {
  width: 50%;
}
@media (max-width: 991px) {
  .service-timeline > li .hentry {
    width: 100%;
    float: left;
    clear: left;
  }
}
.service-timeline > li:nth-child(odd) .hentry {
  float: left;
  clear: left;
}
@media (min-width: 992px) {
  .service-timeline > li:nth-child(odd) .hentry {
    padding-right: 55px;
  }
}
.service-timeline > li:nth-child(even) .hentry {
  float: right;
  clear: right;
}
@media (min-width: 992px) {
  .service-timeline > li:nth-child(even) .hentry {
    padding-left: 55px;
  }
  .service-timeline > li:nth-child(even) .hentry:before {
    right: inherit;
    left: -8px;
  }
}
@media (min-width: 992px) {
  .service-timeline > li:nth-child(even) .hentry .hentry-box:before {
    left: inherit;
    right: 100%;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
.service-timeline > li .hentry {
  position: relative;
}
@media (min-width: 992px) {
  .service-timeline > li .hentry:before {
    content: '';
    width: 18px;
    height: 18px;
    border: 3px solid #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: #e1e1e1;
    position: absolute;
    top: 35px;
    right: -8px;
    -webkit-box-shadow: 0 0 0 3px #e1e1e1;
    box-shadow: 0 0 0 3px #e1e1e1;
  }
}
.service-timeline > li .hentry .hentry-box {
  position: relative;
}
@media (min-width: 992px) {
  .service-timeline > li .hentry .hentry-box:before {
    content: '';
    width: 28px;
    height: 20px;
    border-style: solid;
    border-width: 10px 14px;
    border-color: transparent transparent transparent #f8f8f8;
    position: absolute;
    top: 35px;
    left: 100%;
  }
}
.service-timeline > li .hentry .title {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 5px;
  color: #000;
  text-transform: uppercase;
}
.service-timeline > li .hentry .content {
  font-size: 14px;
}
.service-timeline > li .hentry .content-inner {
  padding: 0 30px 50px 30px;
  background: #f8f8f8;
  color: #777777;
}

.grid-style-2 > .row {
  margin: 0;
}
.grid-style-2 > .row > [class*="col-"] {
  padding: 0;
}

.no-space {
  margin: 0 !important;
}
.no-space > .apus-container > .vc_fluid {
  padding: 0;
}
.no-space .row {
  margin: 0;
}
.no-space .row > [class*="col"] {
  padding: 0;
}

@media (min-width: 992px) {
  .space-border .row {
    margin: 0;
  }
  .space-border .row > [class*="col"] {
    border-right: 1px solid #e1e1e1;
  }
  .rtl .space-border .row > [class*="col"] {
    border-left: 1px solid #e1e1e1;
    border-right: inherit;
  }
  .space-border .row > [class*="col"]:last-child {
    border: none;
  }
}
.font-size-36 {
  font-size: 36px !important;
}

.font-size-30 {
  font-size: 30px !important;
}

.space-10 {
  margin-bottom: 10px !important;
}

.space-15 {
  margin-bottom: 15px !important;
}

.space-25 {
  margin-bottom: 25px !important;
}

.space-30 {
  margin-bottom: 30px !important;
}

.space-50 {
  margin-bottom: 50px !important;
}

.space-padding-35 {
  padding: 35px 0 !important;
}

.space-padding-tb-90 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

.space-padding-tb-55 {
  padding-top: 55px !important;
  padding-bottom: 55px !important;
}

.space-padding-lr-100 {
  padding-left: 100px !important;
  padding-right: 100px !important;
}

.p-relative {
  position: relative !important;
}

.p-absolute {
  position: absolute !important;
}

.p-static {
  position: static !important;
}

.hr {
  border-top: 1px solid #e1e1e1;
  min-height: 1px;
  width: 100%;
}

.text-theme {
  color: #42a5f5;
}

.bg-theme {
  background: #42a5f5;
}

.border-theme {
  border-color: #42a5f5;
}

.wpb_single_image {
  position: relative;
  overflow: hidden;
}
.wpb_single_image:before {
  position: absolute;
  z-index: 2;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  content: '';
  width: 100%;
  height: 100%;
  background: #42a5f5;
  opacity: 0;
  filter: alpha(opacity=0);
  top: 0;
  left: 0;
}
.wpb_single_image:after {
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  content: '';
  top: 30px;
  left: 30px;
  right: 30px;
  bottom: 30px;
  border: 1px solid #fff;
  z-index: 3;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.wpb_single_image:hover:before {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.wpb_single_image:hover:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

footer .wpb_single_image:before, footer .wpb_single_image:after {
  display: none;
}

.table-fix > [class*="col-"] {
  display: table-cell;
  float: none !important;
  vertical-align: middle;
}

.bg-theme-color-secondary {
  background: #888625;
}

.aboutus {
  text-align: center;
}
.aboutus .title-aboutus {
  font-weight: 700;
  font-size: 60px;
  text-transform: uppercase;
  color: #111111;
  padding-bottom: 8px;
  font-family: "Raleway", sans-serif;
}
.aboutus p {
  font-size: 18px;
  color: #515151;
  line-height: 30px;
}

.kc-team {
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
}
.kc-team:hover {
  -webkit-box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.1);
}
.kc-team .content-socials {
  border-top: 1px dashed #e1e1e1;
  padding-top: 10px;
}
.kc-team .content-image {
  padding-top: 5px;
}

.team {
  margin: 0 auto;
  text-align: center;
  max-width: 500px;
  margin-bottom: 40px;
}
.team .title-fix {
  line-height: 55px;
}
.team p {
  font-size: 18px;
  color: #515151;
  line-height: 26px;
}

.title-fix {
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  color: #111111;
  font-family: "Raleway", sans-serif;
}

.kc_accordion_wrapper .kc_accordion_section {
  background: #ffffff;
  margin-bottom: 10px;
}
.kc_accordion_wrapper .kc_accordion_section.group {
  padding: 0px;
}
.kc_accordion_wrapper .kc_accordion_section > .kc_accordion_header {
  border: none;
}
.kc_accordion_wrapper .kc_accordion_section .ui-accordion-header-icon {
  font-size: 12px;
  font-weight: 700;
}
.kc_accordion_wrapper .kc_accordion_section .kc_accordion_content {
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
  border: none;
}
.kc_accordion_wrapper .kc_accordion_section .kc_accordion_content .kc-panel-body {
  padding: 50px 50px 60px;
}
@media (max-width: 767px) {
  .kc_accordion_wrapper .kc_accordion_section .kc_accordion_content .kc-panel-body {
    padding: 10px;
  }
}
.kc_accordion_wrapper .kc_accordion_section .kc_accordion_header > a {
  font-size: 16px;
  font-weight: 600;
  font-family: "Raleway", sans-serif;
  padding: 13px 30px;
  color: #222222;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .kc_accordion_wrapper .kc_accordion_section .kc_accordion_header > a {
    padding: 10px;
  }
}
.kc_accordion_wrapper .kc_accordion_section:last-child {
  border: none;
}
.kc_accordion_wrapper .kc_accordion_section.kc-section-active .ui-state-active {
  background: #fafafa;
}
.kc_accordion_wrapper ul {
  padding: 0;
  list-style: none;
  margin-top: 30px;
}
.kc_accordion_wrapper ul li {
  padding-bottom: 10px;
  color: #222222;
}
.kc_accordion_wrapper ul li:before {
  content: "\e914";
  font-family: "monia";
  padding-right: 23px;
  color: #42a5f5;
  vertical-align: middle;
}
.rtl .kc_accordion_wrapper ul li:before {
  padding-left: 23px;
  padding-right: inherit;
}

.kc_tabs_nav ~ .kc_tab .kc_tab_content {
  padding: 0px !important;
}

.kc_tabs_nav ~ .kc_tab.ui-tabs-body-active {
  background: transparent !important;
}

.kc_tabs_nav {
  background: transparent !important;
  margin-bottom: 50px !important;
}
.kc_tabs_nav > li {
  float: none !important;
  display: inline-block;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  margin: 0 28px !important;
}
@media (max-width: 480px) {
  .kc_tabs_nav > li {
    margin: 0 !important;
  }
}
.kc_tabs_nav > li a {
  padding: 0 30px !important;
}
.kc_tabs_nav > li.ui-tabs-active a {
  color: #ffffff !important;
  background: #42a5f5 !important;
}
.kc_tabs_nav > li:hover {
  background: transparent !important;
}
.kc_tabs_nav > li:hover a {
  color: #ffffff !important;
  background: #42a5f5 !important;
}
.kc_tabs_nav > .ui-tabs-active, .kc_tabs_nav > .ui-tabs-active:hover, .kc_tabs_nav > .ui-tabs-active > a, .kc_tabs_nav > .ui-tabs-active > a:hover {
  display: inline-block !important;
}

.kc_image_gallery.kc-grid .item-grid {
  padding: 7px;
  position: relative;
}
@media (max-width: 991px) {
  .kc_image_gallery.kc-grid .item-grid {
    padding: 1px;
  }
}
.kc_image_gallery.kc-grid .item-grid img {
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.kc_image_gallery.kc-grid .item-grid:hover:before {
  content: "\e900";
  color: #ffffff;
  font-family: "monia";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 60px;
}
@media (max-width: 991px) {
  .kc_image_gallery.kc-grid .item-grid:hover:before {
    font-size: 25px;
  }
}
.kc_image_gallery.kc-grid .item-grid:hover:after {
  content: "";
  background: #42a5f5;
  position: absolute;
  top: 7px;
  bottom: 7px;
  left: 7px;
  right: 7px;
  z-index: -1;
}
@media (max-width: 991px) {
  .kc_image_gallery.kc-grid .item-grid:hover:after {
    top: 1px;
    bottom: 1px;
    left: 1px;
    right: 1px;
  }
}
.kc_image_gallery.kc-grid .item-grid:hover img {
  -webkit-filter: opacity(20%);
  filter: opacity(20%);
}

.title-contactus {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  color: #111111;
  margin-bottom: 25px;
  font-family: "Raleway", sans-serif;
}

.kc-google-maps iframe {
  pointer-events: none;
}

.kc-pricing-tables {
  position: relative;
  overflow: inherit !important;
}
.kc-pricing-tables.kc-pricing-layout-2 {
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.kc-pricing-tables.kc-pricing-layout-2:hover {
  -webkit-box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.1);
}
.kc-pricing-tables.kc-pricing-layout-2 .header-pricing {
  float: none;
  width: auto;
  margin: 0 30px;
}
.kc-pricing-tables.kc-pricing-layout-2 .header-pricing .content-title .content-sub-title {
  font-style: italic;
}
.kc-pricing-tables.kc-pricing-layout-2 .header-pricing .kc-pricing-price .content-currency {
  position: relative;
  bottom: 13px;
}
.kc-pricing-tables.kc-pricing-layout-2 .header-pricing .kc-pricing-price .content-price {
  padding: 0;
  line-height: 1;
}
.kc-pricing-tables.kc-pricing-layout-2 .header-pricing .kc-pricing-price .content-price:after {
  content: " . 00";
  font-size: 18px;
}
.kc-pricing-tables.kc-pricing-layout-2 .header-pricing .kc-pricing-price .content-duration {
  display: block;
}
.kc-pricing-tables.kc-pricing-layout-2 .content-desc {
  padding: 0;
  padding-top: 24px;
}
.kc-pricing-tables.kc-pricing-layout-2 .content-button {
  letter-spacing: 2px;
}
.kc-pricing-tables.kc-pricing-layout-1 {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.kc-pricing-tables.kc-pricing-layout-1 .header-pricing {
  float: none;
  width: auto;
  text-align: center;
}
@media (min-width: 992px) {
  .kc-pricing-tables.kc-pricing-layout-1 .header-pricing {
    margin: 0 160px;
  }
}
.kc-pricing-tables.kc-pricing-layout-1 .header-pricing .content-title .content-sub-title {
  font-style: italic;
}
.kc-pricing-tables.kc-pricing-layout-1 .header-pricing .kc-pricing-price {
  padding: 23px 0;
}
.kc-pricing-tables.kc-pricing-layout-1 .header-pricing .kc-pricing-price .content-currency {
  position: relative;
  bottom: 13px;
}
.kc-pricing-tables.kc-pricing-layout-1 .header-pricing .kc-pricing-price .content-price {
  padding: 0;
  line-height: 1;
}
.kc-pricing-tables.kc-pricing-layout-1 .header-pricing .kc-pricing-price .content-price:after {
  content: " . 00";
  font-size: 18px;
}
.kc-pricing-tables.kc-pricing-layout-1 .header-pricing .kc-pricing-price .content-duration {
  display: block;
}
.kc-pricing-tables.kc-pricing-layout-1 .content-desc {
  padding: 0;
  padding-top: 24px;
}
.kc-pricing-tables.kc-pricing-layout-1 .content-button {
  letter-spacing: 2px;
}
.kc-pricing-tables.kc-pricing-layout-1 .content-icon-image-header {
  margin-bottom: 50px;
  height: 170px;
  display: inline-block;
}
.kc-pricing-tables.kc-pricing-layout-1 .priceing-label {
  font-size: 14px;
  right: 30px;
}
.kc-pricing-tables .priceing-label {
  position: absolute;
  font-size: 12px;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  transform-origin: 100% 0 0;
  right: 15px;
  background: url("../img/bestseller.png") no-repeat;
  width: 160px;
  height: 45px;
  text-align: center;
  line-height: 49px;
  top: 150px;
  letter-spacing: 0.5px;
}

.kc_text_block .intro .title {
  font-size: 30px;
  color: #ffffff;
  font-weight: 700;
  line-height: 1.4;
  font-family: "Raleway", sans-serif;
}
.kc_text_block .intro .description {
  color: #999999;
  line-height: 1.6;
  padding: 29px 0 50px;
}

.contact-info {
  line-height: 1.6;
  color: #999999;
}
.contact-info .media {
  padding: 5px 0;
  width: 45%;
}
.contact-info i {
  display: none;
}
.contact-info a {
  font-style: italic;
  color: #42a5f5;
}
.contact-info .phone {
  font-size: 30px;
  font-weight: 300;
  color: #ffffff;
}
.contact-info .phone span {
  color: #999999;
}
@media (min-width: 992px) {
  .contact-info .media {
    display: inline-block;
    border-right: 1px dashed #636363;
    padding-right: 40px;
    margin-right: 40px;
  }
  .rtl .contact-info .media {
    padding-left: 40px;
    padding-right: inherit;
  }
  .rtl .contact-info .media {
    margin-left: 40px;
    margin-right: inherit;
  }
  .contact-info .media:last-child {
    border-right: none;
    padding-right: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .rtl .contact-info .media:last-child {
    padding-left: 0px;
    padding-right: inherit;
  }
  .rtl .contact-info .media:last-child {
    margin-left: 0px;
    margin-right: inherit;
  }
}
.contact-info.light {
  color: #ffffff;
}
.contact-info.light .phone span {
  color: #ffffff;
}
.contact-info.light a {
  color: #ffffff;
}
@media (min-width: 992px) {
  .contact-info.light .media {
    border-color: rgba(255, 255, 255, 0.3);
  }
}

.kc_counter_box {
  position: relative;
}
.kc_counter_box .element-icon {
  font-size: 27px;
  border: 1px dashed #e1e1e1;
  margin: 0;
  padding: 23px 23px 70px 80px;
  position: absolute;
  color: #e1e1e1;
}
.kc_counter_box span.counterup {
  font-weight: 900;
  padding-top: 20px;
  color: #42a5f5;
  position: relative;
  z-index: 1;
}
.kc_counter_box h4 {
  font-weight: 600;
  margin-top: 10px;
  position: relative;
  z-index: 1;
  text-transform: capitalize;
  font-size: 18px;
}

.kc_vertical_tabs .ui-tabs {
  background: #fafafa;
}
.kc_vertical_tabs > .kc_wrapper > ul.ui-tabs-nav > li {
  border: none !important;
  border-bottom: 1px solid #fafafa !important;
  background: #42a5f5;
}
.kc_vertical_tabs > .kc_wrapper > ul.ui-tabs-nav > li.ui-tabs-active a {
  background: #fafafa !important;
}
.kc_vertical_tabs > .kc_wrapper > ul.ui-tabs-nav > li > a {
  color: #ffffff;
  border-bottom: 1px solid #fafafa;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  padding: 25px 20px !important;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -o-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
.kc_vertical_tabs > .kc_wrapper > ul.ui-tabs-nav > li > a i {
  padding-right: 15px;
  font-size: 24px;
}
.rtl .kc_vertical_tabs > .kc_wrapper > ul.ui-tabs-nav > li > a i {
  padding-left: 15px;
  padding-right: inherit;
}
.kc_vertical_tabs > .kc_wrapper > ul.ui-tabs-nav ~ div.kc_tab.ui-tabs-body-active {
  border: none !important;
}
.kc_vertical_tabs > .kc_wrapper > ul.ui-tabs-nav ~ div.kc_tab.ui-tabs-body-active .tab-content .media {
  padding: 0 30px;
  padding-top: 50px;
}
@media (max-width: 480px) {
  .kc_vertical_tabs > .kc_wrapper > ul.ui-tabs-nav ~ div.kc_tab.ui-tabs-body-active .tab-content .media {
    padding: 10px 15px;
  }
  .kc_vertical_tabs > .kc_wrapper > ul.ui-tabs-nav ~ div.kc_tab.ui-tabs-body-active .tab-content .media .media-left {
    display: none;
  }
}
.kc_vertical_tabs > .kc_wrapper > ul.ui-tabs-nav ~ div.kc_tab.ui-tabs-body-active .tab-content .media .media-left {
  width: 40%;
  padding-right: 25px;
}
.rtl .kc_vertical_tabs > .kc_wrapper > ul.ui-tabs-nav ~ div.kc_tab.ui-tabs-body-active .tab-content .media .media-left {
  padding-left: 25px;
  padding-right: inherit;
}
.tabs_item .title {
  font-size: 24px;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  text-transform: capitalize;
  color: #222222;
  margin: 0 0 10px;
}
.tabs_item  .title span {
  font-size: 30px;
  padding-right: 20px;
  vertical-align: baseline;
}

.tabs_item  a {
  font-style: italic;
  color: #42a5f5;
}
.tabs_item .description {
  padding-bottom: 25px;
  color: #666666;
}
.kc_vertical_tabs > .kc_wrapper > ul.ui-tabs-nav ~ div.kc_tab.ui-tabs-body-active .tab-content .media ul {
  padding: 0;
  list-style: none;
}
.kc_vertical_tabs > .kc_wrapper > ul.ui-tabs-nav ~ div.kc_tab.ui-tabs-body-active .tab-content .media ul li {
  padding-bottom: 10px;
}
.tabs_item  li:before {
  content: "\e914";
  font-family: "monia";
  padding-right: 23px;
  color: #42a5f5;
  vertical-align: middle;
}
.rtl .kc_vertical_tabs > .kc_wrapper > ul.ui-tabs-nav ~ div.kc_tab.ui-tabs-body-active .tab-content .media ul li:before {
  padding-left: 23px;
  padding-right: inherit;
}

.callto-action {
  text-align: right;
}
.rtl .callto-action {
  text-align: left;
}
@media (max-width: 992px) {
  .callto-action {
    text-align: center;
  }
  .rtl .callto-action {
    text-align: right;
  }
  .callto-action .title {
    font-size: 20px;
    line-height: 1.2;
  }
}
.callto-action .btn {
  letter-spacing: 2px;
  padding: 15px 40px;
  font-size: 12px;
  margin-bottom: 15px;
}
.callto-action .title {
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 30px;
}
.callto-action.light .btn {
  background: #ffffff;
  color: #222222;
}

ul.style-ul {
  padding: 0;
  list-style: none;
}
ul.style-ul li {
  padding-bottom: 10px;
  color: #222222;
}
ul.style-ul li:before {
  content: "\e914";
  font-family: "monia";
  padding-right: 23px;
  color: #42a5f5;
  vertical-align: middle;
}
.rtl ul.style-ul li:before {
  padding-left: 23px;
  padding-right: inherit;
}
ul.style-ul li span {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  background-color: #42a5f5;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  color: #ffffff;
  padding: 2px 10px;
  letter-spacing: 1px;
}

.kc-carousel_images .owl-carousel .owl-controls {
  top: 100%;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
}

.question-contact {
  position: relative;
  background: #42a5f5;
  padding: 0 35px;
  margin-bottom: 100px;
}
.question-contact:after {
  border-top: 50px solid #42a5f5;
  border-left: 0;
  border-right: 70px solid transparent;
  -webkit-transform: skew(-30deg);
  -moz-transform: skew(-30deg);
  -o-transform: skew(-30deg);
  transform: skew(-30deg);
  content: "";
  position: absolute;
  right: 40px;
  top: 100%;
}
.question-contact .contact-title {
  font-size: 30px;
  font-family: "Lato", sans-serif;
  color: #ffffff;
  font-weight: 400;
  line-height: 46px;
  padding-top: 28px;
  padding-bottom: 20px;
}
.question-contact textarea,
.question-contact input:not(.btn) {
  width: 100%;
  max-width: 100%;
  background: rgba(255, 255, 255, 0.102);
  border: none;
  margin: 0 0 20px;
  padding: 10px 30px;
  font-size: 16px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  font-style: italic;
  color: #666666;
}
.question-contact textarea:-webkit-input-placeholder,
.question-contact input:not(.btn):-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(255, 255, 255, 0.502);
}
.question-contact textarea::-moz-placeholder,
.question-contact input:not(.btn)::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.502);
}
.question-contact textarea:-ms-input-placeholder,
.question-contact input:not(.btn):-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(255, 255, 255, 0.502);
}
.question-contact textarea:-moz-placeholder,
.question-contact input:not(.btn):-moz-placeholder {
  /* Firefox 18- */
  color: rgba(255, 255, 255, 0.502);
}
.question-contact textarea {
  max-height: 140px;
  margin: 0;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  margin-bottom: 10px;
}
.question-contact input.btn {
  background: #ffffff;
  color: #222222;
  border: none;
  padding: 10px 30px;
  text-align: center;
  display: block;
}

.kc_vertical_tabs > .kc_wrapper > ul.ui-tabs-nav {
  z-index: 1 !important;
}

/* 3. form */
.btn-outline-light {
  color: #FFFFFF;
  background-color: transparent;
  border-color: #FFFFFF;
}
.btn-outline-light:hover, .btn-outline-light:focus, .btn-outline-light:active, .btn-outline-light.active {
  color: #000;
  background-color: #FFFFFF;
  border-color: #000;
}
.open .btn-outline-light.dropdown-toggle {
  color: #000;
  background-color: #FFFFFF;
  border-color: #000;
}
.btn-outline-light:active, .btn-outline-light.active {
  background-image: none;
}
.open .btn-outline-light.dropdown-toggle {
  background-image: none;
}
.btn-outline-light.disabled, .btn-outline-light.disabled:hover, .btn-outline-light.disabled:focus, .btn-outline-light.disabled:active, .btn-outline-light.disabled.active, .btn-outline-light[disabled], .btn-outline-light[disabled]:hover, .btn-outline-light[disabled]:focus, .btn-outline-light[disabled]:active, .btn-outline-light[disabled].active, fieldset[disabled] .btn-outline-light, fieldset[disabled] .btn-outline-light:hover, fieldset[disabled] .btn-outline-light:focus, fieldset[disabled] .btn-outline-light:active, fieldset[disabled] .btn-outline-light.active {
  background-color: transparent;
  border-color: #FFFFFF;
}
.btn-outline-light .badge {
  color: transparent;
  background-color: #FFFFFF;
}

.btn-outline.btn-default {
  background: transparent;
  border-color: #fff;
  color: #fff;
}
.btn-outline.btn-default:hover {
  color: #42a5f5;
  border-color: #fff;
  background: #fff;
}
.btn-outline.btn-primary {
  background: transparent;
  border-color: #000;
  color: #000;
}
.btn-outline.btn-primary:hover {
  color: #fff;
  border-color: #000;
  background: #000;
}
.btn-outline.btn-success {
  background: transparent;
  border-color: #5cb85c;
  color: #5cb85c;
}
.btn-outline.btn-success:hover {
  color: #FFFFFF;
  border-color: #5cb85c;
  background: #5cb85c;
}
.btn-outline.btn-info {
  background: transparent;
  border-color: #95bfe2;
  color: #95bfe2;
}
.btn-outline.btn-info:hover {
  color: #FFFFFF;
  border-color: #95bfe2;
  background: #95bfe2;
}
.btn-outline.btn-danger {
  background: transparent;
  border-color: #f65b47;
  color: #f65b47;
}
.btn-outline.btn-danger:hover {
  color: #FFFFFF;
  border-color: #f65b47;
  background: #f65b47;
}
.btn-outline.btn-warning {
  background: transparent;
  border-color: #fbc725;
  color: #fbc725;
}
.btn-outline.btn-warning:hover {
  color: #FFFFFF;
  border-color: #fbc725;
  background: #fbc725;
}

.btn-inverse.btn-primary:hover {
  color: #000;
  background: #FFFFFF;
}
.btn-inverse.btn-success:hover {
  color: #5cb85c;
  background: #FFFFFF;
}
.btn-inverse.btn-info:hover {
  color: #95bfe2;
  background: #FFFFFF;
}
.btn-inverse.btn-danger:hover {
  color: #f65b47;
  background: #FFFFFF;
}
.btn-inverse.btn-warning:hover {
  color: #fbc725;
  background: #FFFFFF;
}
.btn-inverse.btn-theme:hover {
  color: #42a5f5;
  background: #FFFFFF;
}

.btn.btn-lighten {
  border-color: #fff;
  color: #fff;
  background: transparent;
}
.btn.btn-lighten:hover {
  color: #fff;
  background: transparent;
  border-color: #fff;
}

.btn.btn-white {
  background: transparent;
  color: #fff;
  border-color: #fff;
}
.btn.btn-white:hover {
  color: #42a5f5;
  background: transparent;
  border-color: #42a5f5;
}

.btn-pink {
  color: #fff;
  background-color: #e3a3a2;
  border-color: #e3a3a2;
}
.btn-pink:hover, .btn-pink:focus, .btn-pink:active, .btn-pink.active, .open > .btn-pink.dropdown-toggle {
  color: #fff;
  background-color: #d77c7b;
  border-color: #d57473;
}
.btn-pink:active, .btn-pink.active, .open > .btn-pink.dropdown-toggle {
  background-image: none;
}
.btn-pink.disabled, .btn-pink.disabled:hover, .btn-pink.disabled:focus, .btn-pink.disabled:active, .btn-pink.disabled.active, .btn-pink[disabled], .btn-pink[disabled]:hover, .btn-pink[disabled]:focus, .btn-pink[disabled]:active, .btn-pink[disabled].active, fieldset[disabled] .btn-pink, fieldset[disabled] .btn-pink:hover, fieldset[disabled] .btn-pink:focus, fieldset[disabled] .btn-pink:active, fieldset[disabled] .btn-pink.active {
  background-color: #e3a3a2;
  border-color: #e3a3a2;
}
.btn-pink .badge {
  color: #e3a3a2;
  background-color: #fff;
}

.btn-3d {
  border: 0;
  border: 0;
  box-shadow: 0 -5px 0 0 rgba(0, 0, 0, 0.15) inset;
  -o-box-shadow: 0 -5px 0 0 rgba(0, 0, 0, 0.15) inset;
  -moz-box-shadow: 0 -5px 0 0 rgba(0, 0, 0, 0.15) inset;
  -webkit-box-shadow: 0 -5px 0 0 rgba(0, 0, 0, 0.15) inset;
  -ms-box-shadow: 0 -5px 0 0 rgba(0, 0, 0, 0.15) inset;
  border: 0;
  border: 0;
}
.btn-3d.btn-lg {
  box-shadow: 0 -5px 0 0 rgba(0, 0, 0, 0.15) inset;
  -o-box-shadow: 0 -5px 0 0 rgba(0, 0, 0, 0.15) inset;
  -moz-box-shadow: 0 -5px 0 0 rgba(0, 0, 0, 0.15) inset;
  -webkit-box-shadow: 0 -5px 0 0 rgba(0, 0, 0, 0.15) inset;
  -ms-box-shadow: 0 -5px 0 0 rgba(0, 0, 0, 0.15) inset;
}
.btn-3d.btn-sm {
  box-shadow: 0 -4px 0 0 rgba(0, 0, 0, 0.15) inset;
  -o-box-shadow: 0 -4px 0 0 rgba(0, 0, 0, 0.15) inset;
  -moz-box-shadow: 0 -4px 0 0 rgba(0, 0, 0, 0.15) inset;
  -webkit-box-shadow: 0 -4px 0 0 rgba(0, 0, 0, 0.15) inset;
  -ms-box-shadow: 0 -4px 0 0 rgba(0, 0, 0, 0.15) inset;
}
.btn-3d.btn-xs {
  box-shadow: 0 -2px 0 0 rgba(0, 0, 0, 0.15) inset;
  -o-box-shadow: 0 -2px 0 0 rgba(0, 0, 0, 0.15) inset;
  -moz-box-shadow: 0 -2px 0 0 rgba(0, 0, 0, 0.15) inset;
  -webkit-box-shadow: 0 -2px 0 0 rgba(0, 0, 0, 0.15) inset;
  -ms-box-shadow: 0 -2px 0 0 rgba(0, 0, 0, 0.15) inset;
}

.btn-shadow {
  border: 0;
  box-shadow: 0 -15px 15px -10px rgba(0, 0, 0, 0.3) inset;
  -o-box-shadow: 0 -15px 15px -10px rgba(0, 0, 0, 0.3) inset;
  -moz-box-shadow: 0 -15px 15px -10px rgba(0, 0, 0, 0.3) inset;
  -webkit-box-shadow: 0 -15px 15px -10px rgba(0, 0, 0, 0.3) inset;
  -ms-box-shadow: 0 -15px 15px -10px rgba(0, 0, 0, 0.3) inset;
}

.btn-theme {
  color: #fff;
  background-color: #42a5f5;
  border-color: #42a5f5;
}
.btn-theme:hover, .btn-theme:focus, .btn-theme:active, .btn-theme.active, .open > .btn-theme.dropdown-toggle {
  color: #fff;
  background-color: #128ef2;
  border-color: #0d89ed;
}
.btn-theme:active, .btn-theme.active, .open > .btn-theme.dropdown-toggle {
  background-image: none;
}
.btn-theme.disabled, .btn-theme.disabled:hover, .btn-theme.disabled:focus, .btn-theme.disabled:active, .btn-theme.disabled.active, .btn-theme[disabled], .btn-theme[disabled]:hover, .btn-theme[disabled]:focus, .btn-theme[disabled]:active, .btn-theme[disabled].active, fieldset[disabled] .btn-theme, fieldset[disabled] .btn-theme:hover, fieldset[disabled] .btn-theme:focus, fieldset[disabled] .btn-theme:active, fieldset[disabled] .btn-theme.active {
  background-color: #42a5f5;
  border-color: #42a5f5;
}
.btn-theme .badge {
  color: #42a5f5;
  background-color: #fff;
}
.btn-theme:hover {
  color: #fff;
}

.btn-theme.btn-outline {
  color: #222222;
  border-color: #42a5f5;
  background: #fff;
}
.btn-theme.btn-outline:hover, .btn-theme.btn-outline:active {
  color: #fff;
  background: #42a5f5;
  border-color: #42a5f5;
}

.more-link {
  color: #42a5f5;
  display: inline-block;
  font-weight: 700;
  margin: 10px 0;
  text-transform: capitalize;
}
.more-link:hover {
  text-decoration: none;
}

/* Search
------------------------------------------------*/
.search-popup .dropdown-menu {
  padding: 10px;
}

.btn-action {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  font-size: 11px;
  font-weight: 900;
  line-height: 30px;
  margin-bottom: 0;
  padding: 0px 10px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  vertical-align: middle;
  white-space: nowrap;
}

.searchform .input-search {
  padding: 15px;
  border-right: 0;
  line-height: 1.5;
}
.rtl .searchform .input-search {
  border-left: 0;
  border-right: inherit;
}
.searchform .btn-search {
  vertical-align: top;
  color: #adafac;
  padding: 12px 5px;
}
.searchform .input-group-btn {
  line-height: 100%;
}

.search-category .btn {
  margin-left: 10px !important;
  border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -ms-border-radius: 0px !important;
  -o-border-radius: 0px !important;
}
.rtl .search-category .btn {
  margin-right: 10px !important;
  margin-left: inherit;
}
.search-category .wpo-search-inner label.form-control {
  border: none;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.search-category select {
  border: none;
  text-transform: capitalize;
  font-weight: 500;
}

/* comment form
------------------------------------------------*/
.chosen-container {
  width: 100% !important;
}

.input-group-form {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  background: transparent;
  margin: 0 0 5px 0;
}
.input-group-form .form-control-reversed {
  border: 0px;
  background: #222222;
  color: #cccccc;
  font-size: 14px;
  height: 34px;
}
.input-group-form .form-control-reversed:hover, .input-group-form .form-control-reversed:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.input-group-form .input-group-addon {
  border: 0;
  background: #222222;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

#review_form .comment-form label {
  color: #111111;
  font-family: "Raleway", sans-serif;
  font-size: 24px;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
}
#review_form .comment-form input, #review_form .comment-form textarea {
  padding: 6px 20px;
  border: none;
}
#review_form .comment-form .form-submit input {
  margin-top: 20px;
  font-family: "Raleway", sans-serif;
  padding: 15px;
  background: #111111;
  color: #111111;
  font-weight: 700;
}

.input-group .form-control {
  z-index: 0;
}

.btn:focus {
  color: #fff !important;
}
.btn:hover{
	color:#fff;
}
strong{
	color:#fff;
	font-size:20px;
	position:relative;
	top:3px;
}
/* 4. layout */
/*------------------------------------*\
    Topbar
    \*------------------------------------*/
    .wrapper-container {
      position: relative;
    }

    .content-index {
      padding-top: 30px;
    }

    .apus-topbar {
      padding: 12px 0px;
      background: #1a1a1a;
      color: #cccccc;
      font-family: "Lato", sans-serif;
      font-size: 16px;
      line-height: 1;
    }
    .apus-topbar a {
      color: #42a5f5;
    }
    .apus-topbar a:hover {
      color: #42a5f5;
    }

/*------------------------------------*\
    apus-topbar
    \*------------------------------------*/
    .apus-topbar .widget {
      margin: 0;
    }
    .apus-topbar .widget-social .social > li a {
      width: 36px;
      height: 36px;
      padding: 0;
      line-height: 36px;
      text-align: center;
    }

/*------------------------------------*\
    Header
    \*------------------------------------*/
    .header-mobile {
      padding: 5px 0;
      width: 100%;
      background: #fff;
      z-index: 99;
      -webkit-transition: all 0.5s ease 0s;
      -o-transition: all 0.5s ease 0s;
      transition: all 0.5s ease 0s;
    }
    .header-mobile .container {
      padding: 0px;
    }
    .header-mobile .btn.dropdown-toggle,
    .header-mobile .btn.offcanvas {
      border: none;
      padding: 8px;
      font-size: 15px;
      color: #000;
      background: transparent;
    }
    .header-mobile .btn.dropdown-toggle:hover, .header-mobile .btn.dropdown-toggle:active, .header-mobile .btn.dropdown-toggle:focus,
    .header-mobile .btn.offcanvas:hover,
    .header-mobile .btn.offcanvas:active,
    .header-mobile .btn.offcanvas:focus {
      color: #000;
      background: transparent;
    }
    .header-mobile .apus-search-form {
      min-width: 300px;
    }
    .header-mobile .apus-search-form .select-category {
      display: none;
    }

    .sticky-header {
      position: fixed !important;
      top: 0;
      left: 0;
      width: 100%;
      -webkit-box-shadow: 0 -2px 5px 0 #424344;
      box-shadow: 0 -2px 5px 0 #424344;
      background: white !important;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0);
      padding: 0;
      z-index: 12 !important;
    }

    #apus-header {
      margin: 0;
      padding: 0;
      z-index: 99;
      top: 0;
      left: 0;
      width: 100%;
      background: #ffffff;
      font-size: 16px;
      color: #222222;
      z-index: 9;
      -webkit-transition: all 0.8s ease 0s;
      -o-transition: all 0.8s ease 0s;
      transition: all 0.8s ease 0s;
      -webkit-box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.1);
    }
    #apus-header.header-default {
      position: relative;
    }
    #apus-header.header-default .logo-in-theme {
      border-right: 1px solid #e7e7e7;
      padding-right: 45px;
    }
    .rtl #apus-header.header-default .logo-in-theme {
      padding-left: 45px;
      padding-right: inherit;
    }
    #apus-header.header-default .apus-user-login {
      padding: 9px 32px;
      letter-spacing: 2px;
      color: #fff;
      margin-bottom: 8px;
    }
    #apus-header.header-default .apus-user-login:hover, #apus-header.header-default .apus-user-login:active, #apus-header.header-default .apus-user-login:focus {
      background: #222;
    }
    #apus-header.header-default .main-sticky-header {
      padding: 0 15px 0 35px;
    }
    #apus-header.header-v2 .header-main {
      position: relative;
    }
    #apus-header.header-v2 .header-main .header-inner .logo-in-theme,
    #apus-header.header-v2 .header-main .header-inner .heading-right,
    #apus-header.header-v2 .header-main .header-inner .apus-search {
      line-height: 125px;
    }
    #apus-header.header-v2 .header-main .apus-user-login {
      position: absolute;
      width: 56px;
      height: 56px;
      overflow: hidden;
      padding: 0;
      line-height: 56px;
      z-index: 10;
      bottom: -45%;
      right: 160px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      z-index: 201;
      color: #fff;
    }
    #apus-header.header-v2 .header-main .apus-user-login i {
      padding: 0 19px;
    }
    #apus-header.header-v2 .header-main .apus-user-login:hover, #apus-header.header-v2 .header-main .apus-user-login:active, #apus-header.header-v2 .header-main .apus-user-login:focus {
      background: #42a5f5;
    }
    #apus-header.header-v2 .header-main .user-link {
      line-height: 125px;
    }
    #apus-header.header-v2 .header-main .sticky-header .header-inner .logo-in-theme,
    #apus-header.header-v2 .header-main .sticky-header .header-inner .heading-right,
    #apus-header.header-v2 .header-main .sticky-header .header-inner .apus-search {
      -webkit-transition: all 0.4s ease 0s;
      -o-transition: all 0.4s ease 0s;
      transition: all 0.4s ease 0s;
      line-height: 80px;
    }
    #apus-header.header-v2 .header-main .sticky-header .apus-user-login {
      bottom: -65%;
    }
    #apus-header.header-v2 .header-main .sticky-header .user-link {
      -webkit-transition: all 0.4s ease 0s;
      -o-transition: all 0.4s ease 0s;
      transition: all 0.4s ease 0s;
      line-height: 80px;
    }
    #apus-header.header-v2 .header-main .sticky-header .navbar-nav.megamenu > li > a {
      -webkit-transition: all 0.4s ease 0s;
      -o-transition: all 0.4s ease 0s;
      transition: all 0.4s ease 0s;
      line-height: 80px;
    }
    #apus-header.header-v2 .apus-topbar .contact-topbar-2 {
      line-height: 36px;
    }
    #apus-header .header-inner .logo-in-theme,
    #apus-header .header-inner .heading-right,
    #apus-header .header-inner .apus-search {
      position: relative;
      z-index: 9;
      line-height: 85px;
      top: 1.5px;
    }
    #apus-header .widget {
      margin: 0;
    }
    #apus-header .menu_fixed {
      position: fixed;
      top: 0;
      z-index: 9999;
      background: #fff;
      left: 0;
      right: 0;
      margin: 0 auto;
      width: 1200px;
      padding: 0 40px;
      -webkit-transition: all 0.8s ease 0s;
      -o-transition: all 0.8s ease 0s;
      transition: all 0.8s ease 0s;
    }
    #apus-header .apus-megamenu {
      margin-bottom: 0;
    }
    #apus-header .header-main, #apus-header .apus-topbar {
      -webkit-transition: all 0.3s ease-in-out 0s;
      -o-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s;
      height: 85px;
    }
     #apus-header .apus-topbar {
      height: 65px;
    }
    #apus-header .phone {
      font-size: 20px;
      padding-right: 40px;
    }
    .rtl #apus-header .phone {
      padding-left: 40px;
      padding-right: inherit;
    }
    #apus-header .phone i {
      color: #42a5f5;
      padding-right: 10px;
      font-size: 20px;
    }
    .rtl #apus-header .phone i {
      padding-left: 10px;
      padding-right: inherit;
    }
    #apus-header .apus-topbar .phone {
      font-size: 16px;
      padding-right: 13px;
    }
    .rtl #apus-header .apus-topbar .phone {
      padding-left: 13px;
      padding-right: inherit;
    }
    #apus-header .apus-topbar .phone:after {
      content: "|";
      padding-left: 13px;
    }
    .rtl #apus-header .apus-topbar .phone:after {
      padding-right: 13px;
      padding-left: inherit;
    }
    #apus-header .apus-topbar .email a {
      font-style: italic;
    }

    .page-template-default #wrapper-container {
      padding-top: 0px !important;
    }

/*------------------------------------*\
    Slide Show
    \*------------------------------------*/
    .rev_slider_wrapper {
      cursor: pointer;
    }

/*------------------------------------*\
    Breadcrumb
    \*------------------------------------*/
    .apus-breadcrumb {
      background: #fff;
      padding-top: 20px;
      padding-bottom: 20px;
      border-radius: 0;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      -o-border-radius: 0;
      margin: 0 0 30px;
      text-align: left;
      font-size: 16px;
    }
    .apus-breadcrumb .breadcrumb-title {
      color: #666666;
      margin: 0;
      font-weight: 300;
      font-size: 48px;
    }
    .apus-breadcrumb nav {
      text-align: left;
      line-height: 30px;
    }
    .rtl .apus-breadcrumb nav {
      text-align: right;
    }
    .apus-breadcrumb nav a {
      color: #000;
    }

/*------------------------------------*\
    Container
    \*------------------------------------*/
    .apus-mainbody {
      background: transparent;
      padding-top: 0px;
      padding-bottom: 0px;
    }

/*------------------------------------*\
    Content
    \*------------------------------------*/
    .apus-content {
      background: #fff;
    }
    .apus-content:before, .apus-content:after {
      content: " ";
      display: table;
    }
    .apus-content:after {
      clear: both;
    }

/*------------------------------------*\
    Pagination
    \*------------------------------------*/
    .apus-pagination {
      margin-top: 100px;
      font-size: 16px;
      text-align: center;
      background: #ffffff;
    }
    .rtl .apus-pagination {
      text-align: right;
    }
    .apus-pagination ul.page-numbers {
      margin: 0;
      padding: 0;
      list-style: none;
    }
    .apus-pagination ul.page-numbers li {
      display: inline-block;
    }
    .apus-pagination span, .apus-pagination a {
      width: 44px;
      height: 44px;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      line-height: 44px;
      -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
      display: inline-block;
      margin: 0 10px;
    }
    .apus-pagination span.current, .apus-pagination a.current {
      color: #ffffff;
      background: #42a5f5;
      @inlcude box-shadow(none);
    }
    .apus-pagination span i, .apus-pagination a i {
      font-size: 12px;
    }
    .apus-pagination a {
      color: #222222;
      cursor: pointer;
    }
    .apus-pagination a:hover {
      text-decoration: none;
    }
    .apus-pagination a.next, .apus-pagination a.prev {
      color: #ffffff;
      background: #42a5f5;
      -webkit-box-shadow: none;
      box-shadow: none;
      border-radius: 50px;
      -webkit-border-radius: 50px;
      -moz-border-radius: 50px;
      -ms-border-radius: 50px;
      -o-border-radius: 50px;
      width: 108px;
      height: 44px;
    }
    .apus-pagination a.next:before, .apus-pagination a.prev:before {
      content: "NExt";
      font-family: "Raleway", sans-serif;
      font-size: 12px;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 2px;
    }
    .apus-pagination a.prev:before {
      content: "prev";
    }

/*------------------------------------*\
    Footer
    \*------------------------------------*/
    .apus-footer {
      background: #222222;
      padding: 0;
      position: relative;
      color: #999999;
      border-bottom: none;
      font-size: 16px;
      overflow: hidden;
    }
    .apus-footer .footer-builder-wrapper:after, .apus-footer .footer-builder-wrapper:before {
      content: "";
      display: table;
      clear: both;
    }
    .apus-footer a {
      color: #999999;
    }
    .apus-footer a:hover, .apus-footer a:focus, .apus-footer a:active {
      color: #42a5f5;
    }
    .apus-footer .footer-default {
      padding: 50px 0;
    }
    .apus-footer .footer-main {
      position: relative;
    }
    .apus-footer .footer-main:before {
      content: '';
      height: 1px;
      display: block;
      background: #363636;
      position: absolute;
      top: 0;
      left: 15px;
      right: 15px;
    }
    .apus-footer .footer-border > [class*="container"] {
      position: relative;
    }
    .apus-footer .footer-border > [class*="container"]:before {
      content: '';
      position: absolute;
      top: 50%;
      left: -5000px;
      width: 9000px;
      height: 1px;
      background: #363636;
    }
    .apus-footer .contact-info {
      line-height: 1.6;
      color: #999999;
    }
    .apus-footer .contact-info .media {
      padding: 5px 0;
    }
    .apus-footer .contact-info a {
      font-style: italic;
      color: #42a5f5;
    }
    @media (min-width: 992px) {
      .apus-footer .contact-info .media {
        display: inline-block;
        border-right: 1px dashed #636363;
        padding-right: 60px;
        margin-right: 60px;
      }
      .rtl .apus-footer .contact-info .media {
        padding-left: 60px;
        padding-right: inherit;
      }
      .rtl .apus-footer .contact-info .media {
        margin-left: 60px;
        margin-right: inherit;
      }
      .apus-footer .contact-info .media:last-child {
        border-right: none;
        padding-right: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
      }
      .rtl .apus-footer .contact-info .media:last-child {
        padding-left: 0px;
        padding-right: inherit;
      }
      .rtl .apus-footer .contact-info .media:last-child {
        margin-left: 0px;
        margin-right: inherit;
      }
    }
    @media (max-width: 991px) and (min-width: 480px) {
     .kc_title {
      font-size: 13px !important;
    }
  }
  .widget, .apus-footer p {
    margin: 0;
  }
  .widget_nav_menu .menu {
    padding-top: 20px;
  }
  .widget_nav_menu .menu li a {
    text-transform: capitalize;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
  }
  .widget_nav_menu .menu li a:before {
    content: "\f105";
    font-family: "FontAwesome";
    padding-right: 20px;
  }
  .widget_nav_menu .menu li a:before {
    padding-left: inherit;
    padding-right: 20px;
  }

/*------------------------------------*\
    Copyright
    \*------------------------------------*/
    .apus-copyright {
      color: #999999;
      font-size: 14px;
      font-weight: 400;
      background: transparent;
      padding-top: 10px;
      padding-bottom: 10px;
      border-top: 1px solid #2f2f2f;
    }
    .apus-copyright a {
      color: #42a5f5;
    }
    .apus-copyright a:hover, .apus-copyright a:focus, .apus-copyright a:active {
      color: #42a5f5;
    }
    .apus-copyright .menu {
      margin: 0;
      padding: 0;
    }
    .apus-copyright .menu li {
      float: left;
      display: inline-block;
      margin-right: 30px;
      font-size: 13px;
      line-height: inherit;
    }
    .rtl .apus-copyright .menu li {
      float: right;
    }
    .rtl .apus-copyright .menu li {
      margin-left: 30px;
      margin-right: inherit;
    }
    .apus-copyright .menu li:last-child {
      margin: 0;
    }
    .apus-copyright.border {
      background: transparent;
    }
    .apus-copyright.border > [class*="container"] {
      position: relative;
    }
    .apus-copyright.border > [class*="container"]:before {
      content: '';
      height: 1px;
      display: block;
      background: #363636;
      position: absolute;
      top: -25px;
      left: 15px;
      right: 15px;
    }
    .apus-copyright .widget-social .social li > a {
      color: #999999;
      font-size: 16px;
    }
    .apus-copyright .widget-social .social li > a:hover {
      color: #42a5f5;
    }

/*------------------------------------*\
    Top bar
    \*------------------------------------*/
    .apus-offcanvas {
      visibility: hidden;
      opacity: 0;
      filter: alpha(opacity=0);
      -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      -o-transform: translateX(-100%);
      transform: translateX(-100%);
      -webkit-transition: all 0.2s ease-in-out 0s;
      -o-transition: all 0.2s ease-in-out 0s;
      transition: all 0.2s ease-in-out 0s;
      position: fixed;
      top: 0;
      left: 0;
      z-index: 99;
      min-width: 300px;
      width: 50%;
      background: #fff;
      height: 100%;
    }
    .apus-offcanvas .apus-offcanvas-body {
      position: relative;
    }

    .wrapper-container.active .apus-offcanvas {
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0);
      opacity: 1;
      filter: alpha(opacity=100);
      visibility: visible;
      z-index: 100;
	  background-color:#42a5f6;
    }
	.contact_num h2{
		font-size:20px;
		color:#fff;
		padding-top:30px;
		margin-left:15px;
	}
	.contact_num i{
		font-size:25px;
		position:relative;
		top:3px;
	}
	.mobile-login{
		display:inline-block;
	}
	.mobile-login button{
		color: #000000;
		background-color:#fff;
		font-family: Raleway;
		font-size: 15px;
		line-height: 30px;
		font-weight: 700;
		border-radius: 100px 100px 100px 100px;
		padding: 10px 60px 40px 60px;
		margin-bottom: 40px;
		transition: .3s all ease-in-out;
		margin-left:15px;
	}
	.mobile-login i{
		font-size:17px;
		color:#000000 !important;
	}
	.login_button_wrapper{
		text-align:left;
	}
	.modal-header h2{
		font-size:15px;
		padding-top:5px;
	}
	@media only screen and (min-width: 767px) and (max-width: 991px){
		.contact_num h2{margin-left:30px;}
		.mobile-login button{margin-left:30px;}
		.apus-offcanvas{width:40%;}
	}
	@media only screen and (max-width: 991px){
		.navbar-nav>li>a{
		padding-top:20px !important;
		padding-bottom:20px !important;}
	}
    @media (max-width: 991px) {
      #apus-header.header-v2,
      #apus-header.header-default {
        position: static;
        background: #fff;
        padding: 15px 0;
        text-align: center;
      }
      #apus-header.header-v2 .logo-in-theme,
      #apus-header.header-default .logo-in-theme {
        float: none !important;
      }

      .topbar-mobile {
        padding: 10px;
      }
      .topbar-mobile .btn {
        margin-right: 10px;
        padding: 6px 10px;
      }
      .rtl .topbar-mobile .btn {
        margin-left: 10px;
        margin-right: inherit;
      }
      .topbar-mobile .top-cart .dropdown-menu {
        left: 0;
        right: inherit;
      }
      .topbar-mobile .top-cart .dropdown-menu:after, .topbar-mobile .top-cart .dropdown-menu:before {
        display: none;
      }
    }
    .none-padding [class*="kc_col-"] {
      padding: 0px;
    }
    .none-padding [class*="col-"] {
      padding: 0px;
    }

    body {
      background: #ffffff;
    }

    #apus-header .widget_nav_menu .widget-title {
      background: #908e27;
      font-size: 24px;
      font-weight: 700;
      text-transform: uppercase;
      padding: 18px 0;
      padding-left: 15px;
      padding-right: 8px;
      line-height: 24px;
      cursor: pointer;
      margin: 0px;
      color: #ffffff;
    }
    #apus-header .widget_nav_menu .widget-title i {
      display: none;
    }
    .rtl #apus-header .widget_nav_menu .widget-title {
      padding-right: 15px;
      padding-left: inherit;
    }
    .rtl #apus-header .widget_nav_menu .widget-title {
      padding-left: 8px;
      padding-right: inherit;
    }
    #apus-header .widget_nav_menu .widget-title:after {
      content: "\e9a0";
      font-family: "monia";
      right: 8px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      font-size: 13px;
      font-weight: 400;
      position: absolute;
    }
    #apus-header .widget_nav_menu .menu-categories-container {
      position: absolute;
      background: #888625;
      font-size: 20px;
      font-weight: 700;
      width: 100%;
      transform: rotateX(-90deg);
      transform-origin: 0 0 0;
      transition: all 0.2s ease-in-out 0s;
      visibility: hidden;
    }
    #apus-header .widget_nav_menu .menu-categories-container ul {
      padding: 0 10px;
    }
    #apus-header .widget_nav_menu .menu-categories-container ul li {
      line-height: 59px;
      border-bottom: 1px solid rgba(221, 221, 221, 0.3);
    }
    #apus-header .widget_nav_menu .menu-categories-container ul li:last-child {
      border: 0;
    }
    #apus-header .widget_nav_menu .menu-categories-container ul li a {
      color: #ffffff;
    }
    #apus-header .widget_nav_menu:hover .menu-categories-container {
      opacity: 1;
      transform: rotateX(0deg);
      visibility: visible;
    }

    .hesperiden.tp-bullets .tp-bullet {
      width: 12px;
      height: 12px;
      background: transparent;
      border: 2px solid #ffffff;
      margin: 0 8px;
    }
    .hesperiden.tp-bullets .tp-bullet.selected {
      background: #ffffff;
    }

    .apus-breadscrumb + #main-container {
      margin-top: 30px;
    }

    button:focus, button:visited, button:active, input:focus, input:visited, input:active {
      outline: none !important;
    }

    input:focus, input:visited, input:active, button:focus, button:visited, button:active, select:focus, select:visited, select:active, textarea:focus, textarea:visited, textarea:active {
      outline: none !important;
    }

    .kc-title-wrap.dark .kc_title {
      color: #42a5f5;
      text-align: center;
      text-transform: uppercase;
      font-weight: 700;
    }
    .kc-title-wrap.dark .kc_title span {
      color: #222222;
    }
    @media (min-width: 768px) {
      .kc-title-wrap.dark .kc_title:after {
        content: "";
        background: url("../img/line-right-dark.png") no-repeat;
        width: 90px;
        height: 25px;
        display: inline-block;
        vertical-align: middle;
        margin-left: 30px;
      }
      .rtl .kc-title-wrap.dark .kc_title:after {
        margin-right: 30px;
        margin-left: inherit;
      }
      .kc-title-wrap.dark .kc_title:before {
        content: "";
        background: url("../img/line-left-dark.png") no-repeat;
        width: 90px;
        height: 25px;
        display: inline-block;
        vertical-align: middle;
        margin-right: 30px;
      }
      .rtl .kc-title-wrap.dark .kc_title:before {
        margin-left: 30px;
        margin-right: inherit;
      }
    }
    .kc-title-wrap.lighting .kc_title {
      color: #ffffff;
      text-align: center;
      text-transform: uppercase;
    }
    @media (min-width: 768px) {
      .kc-title-wrap.lighting .kc_title:after {
        content: "";
        background: url("../img/line-right-white.png") no-repeat;
        width: 90px;
        height: 25px;
        display: inline-block;
        vertical-align: middle;
        margin-left: 30px;
      }
      .rtl .kc-title-wrap.lighting .kc_title:after {
        margin-right: 30px;
        margin-left: inherit;
      }
      .kc-title-wrap.lighting .kc_title:before {
        content: "";
        background: url("../img/line-left-white.png") no-repeat;
        width: 90px;
        height: 25px;
        display: inline-block;
        vertical-align: middle;
        margin-right: 30px;
      }
      .rtl .kc-title-wrap.lighting .kc_title:before {
        margin-left: 30px;
        margin-right: inherit;
      }
    }
    .kc-title-wrap.left.lighting .kc_title {
      color: #ffffff;
      text-align: left;
    }
    .rtl .kc-title-wrap.left.lighting .kc_title {
      text-align: right;
    }
    @media (min-width: 768px) {
      .kc-title-wrap.left.lighting .kc_title:after {
        content: "";
        background: url("../img/line-right-dark1.png") no-repeat;
        width: 53px;
        height: 18px;
        display: inline-block;
        vertical-align: middle;
        margin-left: 20px;
      }
      .rtl .kc-title-wrap.left.lighting .kc_title:after {
        margin-right: 20px;
        margin-left: inherit;
      }
      .kc-title-wrap.left.lighting .kc_title:before {
        content: "";
        background: url("../img/line-left-white.png") no-repeat;
        width: 0px;
        height: 0px;
        display: none;
        vertical-align: middle;
        margin-right: 0px;
      }
      .rtl .kc-title-wrap.left.lighting .kc_title:before {
        margin-left: 0px;
        margin-right: inherit;
      }
    }
    .kc-title-wrap.left.dark .title-wrapper {
      background-position: 0 0 !important;
      padding: 0px 0px;
    }
    .kc-title-wrap.left.dark .kc_title {
      text-align: left;
      padding: 10px 0;
    }
    .rtl .kc-title-wrap.left.dark .kc_title {
      text-align: right;
    }
    @media (min-width: 768px) {
      .kc-title-wrap.left.dark .kc_title:after {
        content: "";
        background: url("../img/line-right-dark.png") no-repeat;
        width: 90px;
        height: 25px;
        display: inline-block;
        vertical-align: middle;
        margin-right: 30px;
      }
      .rtl .kc-title-wrap.left.dark .kc_title:after {
        margin-left: 30px;
        margin-right: inherit;
      }
      .kc-title-wrap.left.dark .kc_title:before {
        content: "";
        width: 0px;
        height: 0px;
        display: none;
        margin-right: 0px;
      }
      .rtl .kc-title-wrap.left.dark .kc_title:before {
        margin-left: 0px;
        margin-right: inherit;
      }
    }
    .kc-title-wrap .title-wrapper {
      background-repeat: no-repeat !important;
      background-position: center center !important;
      padding: 15px 0;
    }
    .kc-title-wrap .title-wrapper .kc_title {
      margin: 0;
    }

    /* 5. menu */
    a:hover, a:active, a:focus, a:visited {
      background: transparent;
    }

    .btn{
      color: #ffffff;
	  background-color:transparent;
      font-family: "Raleway", sans-serif;
      font-weight: 700;
	  border:none;
    }
	.offcanvas-head i{
		font-size:18px;
	}
    .btn a {
      color: #ffffff;
      letter-spacing: 2px;
    }
    .btn:hover a, .btn:hover span {
      color: #222222;
    }

    .kc-cta-button {
      letter-spacing: 2px;
    }

    .header-v2 .navbar-nav.megamenu > li > a {
      line-height: 72px;
    }

    .navbar-nav.megamenu > li {
      display: inline-block;
      margin: 0;
      margin-right: 45px;
      position: relative;
    }
    .rtl .navbar-nav.megamenu > li {
      margin-left: 45px;
      margin-right: inherit;
    }
    .navbar-nav.megamenu > li:last-child {
      margin-right: 20px;
    }
    .rtl .navbar-nav.megamenu > li:last-child {
      margin-left: 20px;
      margin-right: inherit;
    }
    .navbar-nav.megamenu > li .menu-item-description {
      font-size: 13px;
    }
    .navbar-nav.megamenu > li > a {
      color: #222222;
      background: transparent;
      padding: 32px 0;
      text-transform: capitalize;
    }
    .navbar-nav.megamenu > li > a .fa, .navbar-nav.megamenu > li > a img {
      max-width: 50px;
      margin-right: 8px;
    }
    .rtl .navbar-nav.megamenu > li > a .fa, .rtl .navbar-nav.megamenu > li > a img {
      margin-left: 8px;
      margin-right: inherit;
    }
    .navbar-nav.megamenu > li > a:hover, .navbar-nav.megamenu > li > a:active {
      color: #42a5f5;
      text-decoration: none;
      background: transparent;
    }
    .navbar-nav.megamenu > li.active > a {
      color: #42a5f5;
      text-decoration: none;
      background: transparent;
    }
    .navbar-nav.megamenu > li > .dropdown-menu {
      top: 100%;
      left: 0;
    }
    .navbar-nav.megamenu > li.aligned-right > .dropdown-menu {
      left: auto;
      right: 0;
    }
    .navbar-nav.megamenu .dropdown-menu {
      display: block;
      visibility: hidden;
      opacity: 0;
      filter: alpha(opacity=0);
      -webkit-transform-origin: 0 0;
      -moz-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
      transform-origin: 0 0;
      -webkit-transition: all 0.2s ease-in-out 0s;
      -o-transition: all 0.2s ease-in-out 0s;
      transition: all 0.2s ease-in-out 0s;
      -webkit-transform: rotateX(-90deg);
      -ms-transform: rotateX(-90deg);
      -o-transform: rotateX(-90deg);
      transform: rotateX(-90deg);
      padding: 15px 0;
      border: none;
      position: absolute;
      left: 100%;
      top: 0;
      display: none;
    }
    .navbar-nav.megamenu .dropdown-menu .current-menu-item > a {
      color: #42a5f5;
    }
    .navbar-nav.megamenu .dropdown-menu > li > a {
      background: transparent;
      padding: 5px 20px;
    }
    .navbar-nav.megamenu .dropdown-menu > li > a:hover, .navbar-nav.megamenu .dropdown-menu > li > a:active {
      background: transparent;
      color: #42a5f5;
    }
    .navbar-nav.megamenu .dropdown-menu > li.active > a {
      color: #42a5f5;
    }
    .navbar-nav.megamenu .dropdown-menu .dropdown-menu-inner {
      padding: 15px 30px 0;
    }
    .navbar-nav.megamenu .dropdown-menu .widget-title,
    .navbar-nav.megamenu .dropdown-menu .widgettitle {
      font-weight: 500;
      margin: 0 0 25px;
      border: none;
    }
    .navbar-nav.megamenu .dropdown-menu .widget-title > span,
    .navbar-nav.megamenu .dropdown-menu .widgettitle > span {
      padding: 0;
      margin: 0;
      border: none;
    }
    .navbar-nav.megamenu .apus-container {
      padding-right: 15px;
      padding-left: 15px;
      width: 100%;
    }
    .navbar-nav.megamenu li:hover > .dropdown-menu {
      visibility: visible;
      opacity: 1;
      filter: alpha(opacity=100);
      -webkit-transform: rotateX(0deg);
      -ms-transform: rotateX(0deg);
      -o-transform: rotateX(0deg);
      transform: rotateX(0deg);
    }
    .navbar-nav.megamenu li.aligned-fullwidth {
      position: static;
    }
    .navbar-nav.megamenu li.aligned-fullwidth > .dropdown-menu {
      width: 100%;
    }
    .navbar-nav.megamenu .text-label {
      font-size: 14px;
      padding: 2px 5px;
      background: #000;
      color: #fff;
      position: absolute;
      right: 0;
      top: -15px;
      text-transform: capitalize;
    }
    .rtl .navbar-nav.megamenu .text-label {
      left: 0;
      right: auto;
    }
    .navbar-nav.megamenu .text-label.label-hot {
      background: #f65b47;
    }

    .navbar-offcanvas .navbar-nav {
      width: 100%;
      float: none;
	  padding-top:20px;
    }
    .navbar-offcanvas .navbar-nav > li {
      display: block;
      float: none;
      position: relative;
    }
    .navbar-offcanvas .navbar-nav > li > .icon-toggle {
      position: absolute;
      z-index: 9;
      right: 0px;
      cursor: pointer;
      color: #222222;
    }
    .rtl .navbar-offcanvas .navbar-nav > li > .icon-toggle {
      left: 0px;
      right: auto;
    }
    .navbar-offcanvas .navbar-nav > li > .icon-toggle:hover {
      color: #42a5f5;
    }
    .navbar-offcanvas .navbar-nav > li > .icon-toggle i {
      font-weight: 400;
    }
    .navbar-offcanvas .navbar-nav > li > a {
      background: transparent !important;
      font-size: 16px;
      text-transform: capitalize;
      font-family: "Lato", sans-serif;
	  color:#fff;
    }
    .navbar-offcanvas .navbar-nav .open > a:hover,
    .navbar-offcanvas .navbar-nav .open > a:focous,
    .navbar-offcanvas .navbar-nav .open > a,
    .navbar-offcanvas .navbar-nav .active > a:hover,
    .navbar-offcanvas .navbar-nav .active > a:focous,
    .navbar-offcanvas .navbar-nav .active > a {
      color: #222222;
      background: transparent;
    }
    .navbar-offcanvas .dropdown-menu {
      margin: 0;
    }
    .navbar-offcanvas .dropdown-menu > li a {
      background: transparent !important;
    }
    .navbar-offcanvas .dropdown-menu > li.active > a,
    .navbar-offcanvas .dropdown-menu > li > a:hover,
    .navbar-offcanvas .dropdown-menu > li > a:focus {
      color: #222222;
      text-decoration: underline;
    }
    .navbar-offcanvas .dropdown-menu [class*="col-sm"] {
      width: 100%;
    }
    .navbar-offcanvas .dropdown-menu .dropdown-menu-inner {
      padding: 0 30px;
    }
    .navbar-offcanvas .dropdown-menu .widgettitle {
      font-weight: 500;
      margin: 0 0 10px;
    }
    .navbar-offcanvas .dropdown-menu .dropdown-menu {
      left: 100%;
      top: 0;
    }
    .navbar-offcanvas li:hover .dropdown-menu {
      display: block;
    }
    .navbar-offcanvas .aligned-fullwidth > .dropdown-menu {
      width: 100%;
    }

    #main-mobile-menu .has-submenu > .sub-menu {
      padding-left: 30px;
      list-style: none;
      display: none;
    }
    .rtl #main-mobile-menu .has-submenu > .sub-menu {
      padding-right: 30px;
      padding-left: inherit;
    }
    #main-mobile-menu .has-submenu > .sub-menu li {
      line-height: 35px;
    }
    #main-mobile-menu .has-submenu > .sub-menu .has-submenu span.icon-toggle {
      position: absolute;
      right: 0px;
    }
    .rtl #main-mobile-menu .has-submenu > .sub-menu .has-submenu span.icon-toggle {
      left: 0px;
      right: auto;
    }
    #main-mobile-menu .has-submenu > .sub-menu .has-submenu span.icon-toggle:hover {
      cursor: pointer;
    }
    #main-mobile-menu .widget .widget-title, #main-mobile-menu .widget .widgettitle, #main-mobile-menu .widget .widget-heading {
      border: 0;
      margin: 0;
      font-size: 13px;
    }
    #main-mobile-menu .widget .widget-title > span, #main-mobile-menu .widget .widgettitle > span, #main-mobile-menu .widget .widget-heading > span {
      padding: 0;
      margin: 0 0 8px;
      border: none;
    }

    #apus-mobile-menu .btn-toggle-canvas {
      padding: 8px 15px;
    }
    #apus-mobile-menu .offcanvas-head strong {
      margin: 0 5px;
    }

    #apus-header-mobile .active-mobile.top-cart .dropdown-menu {
      left: -260px !important;
    }
    #apus-header-mobile .search-popup .apus-search-form button {
      padding: 11px 30px 10px !important;
    }

    .dropdown-menu .dropdown-toggle {
      position: relative;
    }
    .dropdown-menu .dropdown-toggle .caret {
      transform: translateY(-50%) rotate(-90deg);
      -moz-transform: translateY(-50%) rotate(-90deg);
      -o-transform: translateY(-50%) rotate(-90deg);
      position: absolute;
      right: 10px;
      top: 50%;
    }
    .rtl .dropdown-menu .dropdown-toggle .caret {
      left: 10px;
      right: auto;
    }
    .dropdown-menu .dropdown:hover .dropdown-toggle .caret {
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }

    .full-top-search-form {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      z-index: 9;
      width: 100%;
      -webkit-transform: scale(0);
      -ms-transform: scale(0);
      -o-transform: scale(0);
      transform: scale(0);
      -webkit-transition: all 0.3s ease-in-out 0s;
      -o-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s;
    }
    .full-top-search-form.show {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
    }
    .full-top-search-form div.input-group {
      bottom: 0;
      height: 100%;
      position: absolute;
      top: 0;
      width: 100%;
    }
    .full-top-search-form div.input-group .apus-search {
      height: 100%;
      position: absolute;
      padding: 0px 70px;
      font-size: 25px;
    }
    .full-top-search-form div.input-group .close-search-form {
      position: absolute;
      top: 50%;
      right: 70px;
      z-index: 12;
      background: transparent;
      border: none;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
    }
    .full-top-search-form div.input-group .close-search-form [class*='mn-icon-'] {
      color: #999999 !important;
    }

    .button-show-search {
      background: transparent;
      border: none;
      vertical-align: middle;
    }

    .user-link .user-name {
      color: #42a5f5;
    }

    /* 6. pages */
    .sidebar.sidebar-index {
      margin: 0;
    }

    div.wpcf7-validation-errors {
      margin: 0;
      padding: 15px;
    }

    .contact-form-content {
      padding: 30px;
      background: white;
      min-height: 260px;
    }
    .contact-form-content .rounded {
      margin-right: 10px;
      color: #fff;
      width: 40px;
      height: 40px;
      background: #cccccc;
    }
    .rtl .contact-form-content .rounded {
      margin-left: 10px;
      margin-right: inherit;
    }
    .contact-form-content .rounded .fa, .contact-form-content .rounded .icon {
      font-size: 16px;
      margin: 13px;
    }
    .contact-form-content small {
      color: #333333;
    }

    .page-404 {
      background: #f7f7f7;
      padding: 35px 0 105px;
    }
    .page-404 .search-form {
      max-width: 500px;
      margin: auto;
    }
    .page-404 .not-found {
      padding: 110px 0;
      max-width: 960px;
      margin: 0 auto;
    }
    .page-404 .page-title {
      font-size: 55px;
      letter-spacing: 2.5px;
      font-weight: 700;
      margin: 15px 0 0;
      line-height: 86px;
      text-transform: uppercase;
    }
    .page-404 .sub-title {
      color: #666666;
      font-size: 16px;
      margin: 0 0 20px;
    }
    .page-404 .page-content .form-inline {
      position: relative;
      max-width: 450px;
      margin: 0 auto;
    }
    .page-404 .page-content .mail-style input {
      width: 450px;
      border: none;
      font-family: "Raleway", sans-serif;
    }
    .page-404 .forward {
      margin-top: 30px;
    }

    .blog-masonry .post-container {
      margin-bottom: 30px;
      background-color: #fafafa;
    }
    .blog-masonry .information-post {
      padding: 15px;
    }

    .blog-list-item {
      border-bottom: 1px solid #e1e1e1;
    }

    /* 7. post */
/*
* General Post Style using for all with naming class entry
*/
.entry-title {
  font-size: 15px;
  font-family: "Raleway", sans-serif;
  margin: 0 0 15px;
  font-weight: 400;
}

.layout-title {
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 8px;
  text-transform: inherit;
}

.entry-create {
  font-size: 13px;
  margin: 0 0 15px;
}
.entry-create > * {
  margin-right: 2px;
}
.rtl .entry-create > * {
  margin-left: 2px;
  margin-right: inherit;
}
.entry-create .author {
  font-style: italic;
  text-transform: capitalize;
}

.entry-description {
  letter-spacing: 0.7px;
  font-family: "Lato", sans-serif;
  color: #515151;
}

.entry-link {
  margin-top: 20px;
}
.entry-link .readmore {
  color: #42a5f5;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 14px;
}
.entry-link .readmore:hover {
  color: #000;
}

.entry-meta {
  margin: 0;
}
@media (max-width: 767px) {
  .entry-meta {
    margin: 20px 0;
  }
}
.entry-meta .fa, .entry-meta .icon {
  margin-right: 8px;
}
.rtl .entry-meta .fa, .rtl .entry-meta .icon {
  margin-left: 8px;
  margin-right: inherit;
}

.entry-vote {
  z-index: 1;
  display: table;
  text-align: center;
  top: 20px;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  width: 44px;
  height: 44px;
  right: 20px;
}
.rtl .entry-vote {
  left: 20px;
  right: auto;
}
.entry-vote .entry-vote-inner {
  color: #fff;
  display: table-cell;
  vertical-align: middle;
  font-weight: 800;
}
.entry-vote.vote-perfect .entry-vote-inner {
  color: #ec5355;
}
.entry-vote.vote-good .entry-vote-inner {
  color: #fdff39;
}
.entry-vote.vote-average .entry-vote-inner {
  color: #91e536;
}
.entry-vote.vote-bad .entry-vote-inner {
  color: #e93434;
}
.entry-vote.vote-poor .entry-vote-inner {
  color: #78ae00;
}

.type-post {
  margin-bottom: 40px;
}

.blog-title {
  margin-bottom: 30px;
}

.entry-tags-list a {
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1) !important;
  margin: 5px !important;
}

.tag-social i {
  color: #42a5f5;
}

.comment-navigation {
  overflow: hidden;
  padding: 20px 0;
}
.comment-navigation .nav-links > div {
  display: inline-block;
}
.comment-navigation .nav-links > div + div {
  line-height: 1.1;
  margin-left: 15px;
  padding-left: 15px;
  border-left: 2px solid #e1e1e1;
}
.rtl .comment-navigation .nav-links > div + div {
  margin-right: 15px;
  margin-left: inherit;
}
.rtl .comment-navigation .nav-links > div + div {
  padding-right: 15px;
  padding-left: inherit;
}
.rtl .comment-navigation .nav-links > div + div {
  border-right: 2px solid #e1e1e1;
  border-left: inherit;
}

#commentform {
  position: relative;
}
#commentform textarea,
#commentform input:not(.btn) {
  width: 100%;
  max-width: 100%;
  background: #fafafa;
  border: none;
  margin: 0 0 15px;
  padding: 10px 30px;
  font-size: 16px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  font-style: italic;
  color: #222222;
}
#commentform textarea {
  max-height: 170px;
  padding-top: 25px;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  margin: 0 0 30px;
}
#commentform input.btn {
  background: #42a5f5;
  color: #ffffff;
  border: none;
  padding: 10px 55px;
  text-align: center;
  display: block;
}
#commentform input.btn:hover {
  background: #42a5f5;
}

/*
* using for new, magazine
*/
.post-specail {
  background: #f5f5f5;
}
.post-specail .entry-content {
  background: transparent;
}
.post-specail .entry-title {
  font-size: 16px;
}
.post-specail .entry-date {
  font-style: italic;
}
.post-specail .entry-create {
  margin: 0 0 18px;
}

.post-title {
  font-size: 18px;
}

.post-thumb {
  position: relative;
}

.blog-meta {
  top: 0;
  position: absolute;
  right: 0px;
}
.rtl .blog-meta {
  left: 0px;
  right: auto;
}

/** Post blog style **/
.blog.style1 .blog-date {
  top: 0;
  position: absolute;
  right: 0;
}
.rtl .blog.style1 .blog-date {
  left: 0;
  right: auto;
}
.blog.style2 {
  border: 1px solid #e1e1e1;
}
.blog.style2 .blog-date {
  float: left;
  margin: -1px 30px 0px 0px;
}
.rtl .blog.style2 .blog-date {
  float: right;
}
.rtl .blog.style2 .blog-date {
  margin: -1px 0px 0px 30px;
}
.blog.style2 .entry-title {
  padding-left: 65px;
  padding-right: 20px;
}
.rtl .blog.style2 .entry-title {
  padding-right: 65px;
  padding-left: inherit;
}
.rtl .blog.style2 .entry-title {
  padding-left: 20px;
  padding-right: inherit;
}
.blog.style2 .entry-description {
  padding-left: 65px;
  padding-right: 20px;
}
.rtl .blog.style2 .entry-description {
  padding-right: 65px;
  padding-left: inherit;
}
.rtl .blog.style2 .entry-description {
  padding-left: 20px;
  padding-right: inherit;
}
.blog.style2 .entry-content {
  border: 0px;
  margin-bottom: 20px;
}
.blog.style2 .entry-content:before, .blog.style2 .entry-content:after {
  content: " ";
  display: table;
}
.blog.style2 .entry-content:after {
  clear: both;
}
.blog .blog-date {
  display: table;
  background: #e93434;
  text-align: center !important;
  color: #000;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  width: 50px;
  height: 50px;
  line-height: normal;
}
.blog .blog-date .blog-date-inner {
  display: table-cell;
  vertical-align: middle;
}
.blog .blog-date span {
  display: block;
  margin: 2px 0 3px 0;
  line-height: 25px;
  font-size: 24px;
  font-weight: 400;
}
.blog .blog-date--grids {
  position: absolute;
  top: 0;
  right: 15px;
}
.rtl .blog .blog-date--grids {
  left: 15px;
  right: auto;
}
.blog .entry-content--info {
  overflow: hidden;
  padding: 30px 0;
}

/* Post type: Grid */
.entry-image {
  display: block;
}

.layout-blog .post-gallery-owl .owl-controls {
  height: 100%;
}
.layout-blog .post-gallery-owl .owl-controls .owl-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.layout-blog .post-gallery-owl .owl-stage-outer {
  text-align: center;
}
.layout-blog article {
  overflow: hidden;
  background: #ffffff;
}
.layout-blog .post-thumbnail {
  display: block;
}
.layout-blog .chess-item {
  background: #ffffff;
}
.layout-blog .entry-thumb {
  position: relative;
}
.layout-blog .entry-thumb .category {
  margin-top: 25px;
  display: inline-block;
}
.layout-blog .entry-thumb .category a {
  color: #666666;
  font-size: 11px;
  font-weight: 400;
  padding: 6px 15px;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 5px;
  border: 1px solid #e1e1e1;
}
.layout-blog .entry-thumb .category a:hover {
  color: #42a5f5;
  border-color: #42a5f5;
  text-decoration: none;
}
.layout-blog .entry-thumb .category a + a {
  margin-left: 4px;
}
.rtl .layout-blog .entry-thumb .category a + a {
  margin-right: 4px;
  margin-left: inherit;
}
.layout-blog .entry-content, .layout-blog .info-content {
  font-family: "Lato", sans-serif;
}
.layout-blog .entry-content .entry-title, .layout-blog .info-content .entry-title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 5px;
  line-height: 30px;
}
.layout-blog .entry-content .entry-title a, .layout-blog .info-content .entry-title a {
  color: #111111;
}
.layout-blog .entry-content .post-author a, .layout-blog .info-content .post-author a {
  color: #5f5f5f;
  text-transform: capitalize;
}
.layout-blog .entry-content .info-bottom, .layout-blog .info-content .info-bottom {
  font-size: 16px;
  line-height: 26px;
  color: #515151;
  padding-top: 15px;
}
.layout-blog .entry-content a.btn, .layout-blog .info-content a.btn {
  margin-top: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
.layout-blog .entry-description {
  margin: 0 0 30px;
}
.layout-blog .social {
  margin: 25px 0 0;
}
.layout-blog .bo-sicolor > a {
  margin-left: 20px;
  color: #666666;
}
.rtl .layout-blog .bo-sicolor > a {
  margin-right: 20px;
  margin-left: inherit;
}
.layout-blog .bo-sicolor > a:hover {
  color: #222222;
}
.layout-blog.style-timeline {
  position: relative;
}
.layout-blog.style-timeline article {
  overflow: visible;
}
.layout-blog.style-timeline .apus-timeline-date {
  display: inline-block;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #ffffff;
}
.layout-blog.style-timeline .apus-posts-month .item-first, .layout-blog.style-timeline .apus-posts-month .right {
  padding: 25px;
}
.layout-blog.style-timeline .apus-timeline-blog {
  position: absolute;
  top: 27px;
  height: 94%;
  border: 1px solid #42a5f5;
  left: 50%;
}
.layout-blog.style-timeline .entry-content {
  position: relative;
}
.layout-blog.style-timeline .entry-content:before {
  content: "\f04b";
  font-family: "FontAwesome";
  color: #ffffff;
  position: absolute;
  left: 100%;
}
.layout-blog.style-timeline .entry-content:after {
  content: "\f111";
  font-family: "FontAwesome";
  color: #42a5f5;
  position: absolute;
  top: 15px;
}
.layout-blog.style-timeline .item-first .entry-content:before {
  left: 100%;
}
.layout-blog.style-timeline .item-first .entry-content:after {
  right: -33px;
}
.rtl .layout-blog.style-timeline .item-first .entry-content:after {
  left: -33px;
  right: auto;
}
.layout-blog.style-timeline .right .entry-content:before {
  left: -10px;
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  -o-transform: rotate(60deg);
  transform: rotate(60deg);
}
.rtl .layout-blog.style-timeline .right .entry-content:before {
  right: -10px;
  left: auto;
}
.layout-blog.style-timeline .right .entry-content:after {
  left: -30px;
}
.rtl .layout-blog.style-timeline .right .entry-content:after {
  right: -30px;
  left: auto;
}

.post.sticky {
  border: 2px solid #f65b47;
  padding: 20px 40px 40px;
}
.post .entry-content {
  padding: 0px 5px;
  background: #ffffff;
}
.post .entry-description {
  margin: 0 0 25px;
}

/* Post type: List */
.posts-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.posts-list li:last-child {
  border: 0;
  padding: 0;
  margin: 0;
}
.posts-list li .entry-content {
  background: transparent;
  padding: 0;
}
.posts-list .entry-thumb {
  width: 70px;
  max-width: 100%;
}
@media (min-width: 992px) {
  .posts-list .media-left {
    padding-right: 30px;
  }
  .rtl .posts-list .media-left {
    padding-left: 30px;
    padding-right: inherit;
  }
}
.posts-list .entry-title {
  font-size: 12px;
  font-weight: 400;
  margin: 0 0 10px;
}
.posts-list .entry-create {
  font-size: 13px;
}
.posts-list .entry-meta {
  padding: 0;
}

/* Post type: By Category */
.posts-grid-category {
  overflow: hidden;
}

.category-posts {
  position: relative;
}
.category-posts::after {
  content: "";
  top: 20px;
  position: absolute;
  right: 0;
  width: 1px;
  height: 1000px;
  background: #e1e1e1;
}
.rtl .category-posts::after {
  left: 0;
  right: auto;
}
.category-posts .post {
  border-bottom: 1px solid #e1e1e1;
}
.category-posts .category-posts-label {
  padding: 1px 3px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  background: #42a5f5;
  font-weight: 400;
  font-size: 10px;
  text-transform: uppercase;
}
.category-posts .category-posts-label a {
  color: #fff;
}
.category-posts .entry-meta::after {
  display: none;
}
.category-posts .posts-more .post:last-child {
  border: 0px;
}
.category-posts .posts-more .entry-title {
  font-size: 10px;
}
.category-posts .posts-more .entry-title a {
  color: #777777;
}
.category-posts .posts-more .entry-title a:hover {
  color: #42a5f5;
}

/*------------------------------------*\
    Post detail
    \*------------------------------------*/
    .sharebox {
      margin-bottom: 30px;
    }
    .sharebox .sharebox-title {
      margin: 10px 0;
    }

    .social-networks li {
      padding-left: 10px;
      padding-right: 10px;
    }
    .social-networks li:last-child a {
      margin-right: 0;
    }
    .social-networks li a {
      font-size: 14px;
    }
    .social-networks li a:hover {
      color: #42a5f5;
    }

    .tag-links,
    .post-share {
      margin-bottom: 10px;
    }
    .tag-links span i,
    .post-share span i {
      margin-right: 5px;
    }
    .rtl .tag-links span i, .rtl
    .post-share span i {
      margin-left: 5px;
      margin-right: inherit;
    }

/*------------------------------------*\
    Comment List
    \*------------------------------------*/
    .comment-list {
      margin: 0 0 50px;
      list-style: none;
      padding-left: 0px;
    }
    .rtl .comment-list {
      padding-right: 0px;
      padding-left: inherit;
    }
    .comment-list div.avatar {
      min-width: 130px;
      padding-right: 30px;
    }
    .rtl .comment-list div.avatar {
      padding-left: 30px;
      padding-right: inherit;
    }
    .comment-list div.avatar .avatar {
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
    }
    .comment-list .media-left {
      padding: 0;
    }
    .comment-list .comment-box {
      font-size: 18px;
      position: relative;
      width: 10000px;
    }
    .comment-list .comment-box .comment-reply-link {
      position: absolute;
      top: 0;
      right: 0;
      font-size: 16px;
      color: #42a5f5;
      font-style: italic;
      text-decoration: underline;
    }
    @media (max-width: 480px) {
      .comment-list .comment-box .comment-reply-link {
        position: relative;
      }
    }
    .comment-list .comment-box .comment-text p {
      line-height: 26px;
      margin: 15px 0 0;
    }
    .comment-list .comment-box .comment-author strong {
      color: #222222;
      font-size: 18px;
      font-family: "Lato", sans-serif;
      font-weight: 600;
      text-transform: capitalize;
    }
    .comment-list .comment-box .comment-author strong a {
      color: #222222;
    }
    .comment-list .comment-box .comment-author .date {
      font-size: 16px;
      color: #42a5f5;
      font-style: italic;
    }
    .comment-list .comment-box .comment-author .date:before {
      content: "\f111";
      font-family: "FontAwesome";
      color: #e8e8e8;
      font-size: 10px;
      padding: 0 15px;
      font-style: normal;
    }
    @media (max-width: 480px) {
      .comment-list .comment-box .comment-author .date {
        display: inline-block;
      }
      .comment-list .comment-box .comment-author .date:before {
        display: none;
      }
    }
    .comment-list > li {
      border-bottom: 1px dashed #e1e1e1;
    }
    .comment-list > li .the-comment {
      padding: 50px 0;
    }
    .comment-list > li:last-child {
      border-bottom: none;
    }
    .comment-list ul.children {
      list-style: none;
      padding: 0;
    }
    .comment-list ul.children > li {
      padding-left: 70px;
      border-top: 1px dashed #e3e3e3;
    }
    .rtl .comment-list ul.children > li {
      padding-right: 70px;
      padding-left: inherit;
    }
    @media (max-width: 480px) {
      .comment-list ul.children > li {
        padding-left: 0px;
      }
      .rtl .comment-list ul.children > li {
        padding-right: 0px;
        padding-left: inherit;
      }
    }

    .commentform .title {
      font-size: 24px;
      margin: 0 0 15px;
      text-transform: uppercase;
    }
    .commentform .title:after {
      content: "";
      background: url("../img/line-right-dark.png") no-repeat;
      width: 90px;
      height: 25px;
      display: inline-block;
      vertical-align: middle;
      margin-left: 22px;
    }
    .rtl .commentform .title:after {
      margin-right: 22px;
      margin-left: inherit;
    }

    .post-navigation .navi {
      display: block;
      float: none;
      width: 100%;
      margin: 0 0 10px;
      font-family: "Raleway", sans-serif;
      text-transform: uppercase;
    }

/*------------------------------------*\
    Single post
    \*------------------------------------*/
    .single-post .apus-social-share {
      margin-top: 4px;
    }
    .single-post .apus-social-share a {
      width: 36px;
      height: 36px;
      display: inline-flex;
      line-height: 36px;
      text-align: center;
      -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
      box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
      margin: 0 5px;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
    }
    .single-post .apus-social-share a i {
      line-height: 36px;
      margin: 0 auto;
      color: #666666;
    }
    .single-post .apus-social-share a:hover {
      -webkit-box-shadow: none;
      box-shadow: none;
      background: #42a5f5;
    }
    .single-post .apus-social-share a:hover i {
      color: #ffffff;
    }
    .single-post .single-post .entry-meta {
      padding: 25px 0;
    }
    .single-post .tag-social {
      margin-top: 40px;
      overflow: hidden;
    }
    .single-post .related-posts-content .widget-title,
    .single-post .related-posts-content .entry-title {
      font-size: 16px;
    }
    .single-post .author-info {
      margin-bottom: 30px;
      border-bottom: 1px dashed #e1e1e1;
    }
    .single-post .author-info .about-container {
      padding: 60px 25px;
    }
    @media (min-width: 992px) {
      .single-post .author-info .avatar-img {
        min-width: 124px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        overflow: hidden;
        padding: 0;
      }
      .single-post .author-info .description {
        padding-left: 25px;
        vertical-align: middle;
      }
      .rtl .single-post .author-info .description {
        padding-right: 25px;
        padding-left: inherit;
      }
    }
    .single-post .author-info .author-about-container .avatar-img img {
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      margin-top: 20px;
      margin-right: 20px;
    }
    .rtl .single-post .author-info .author-about-container .avatar-img img {
      margin-left: 20px;
      margin-right: inherit;
    }
    .single-post .author-info .author-title {
      text-transform: capitalize;
      font-size: 24px;
      margin: 0 0 15px;
      font-weight: 600;
    }
    .single-post .author-info .author-title a {
      color: #42a5f5;
    }

    #comments {
      padding: 30px 0 0;
    }
    #comments #reply-title {
      margin: 0;
    }
    #comments .comments-title {
      font-size: 24px;
      text-transform: uppercase;
    }
    #comments .comments-title:after {
      content: "";
      background: url("../img/line-right-dark.png") no-repeat;
      width: 90px;
      height: 25px;
      display: inline-block;
      vertical-align: middle;
      margin-left: 22px;
    }
    .rtl #comments .comments-title:after {
      margin-right: 22px;
      margin-left: inherit;
    }

    .post-navigation {
      padding: 30px 0;
    }
    .post-navigation .screen-reader-text {
      display: none;
    }
    .post-navigation .nav-links {
      overflow: hidden;
    }
    .post-navigation .nav-links > * {
      width: 40%;
      float: left;
    }
    .rtl .post-navigation .nav-links > * {
      float: right;
    }
    .post-navigation .nav-links > *.nav-next {
      float: right;
    }
    .rtl .post-navigation .nav-links > *.nav-next {
      float: left;
    }
    .post-navigation .nav-links .meta-nav {
      display: none;
    }

    .related-posts .widget {
      padding: 20px 0 0;
      margin: 0;
    }
    .related-posts .widget .widget-title {
      text-transform: uppercase;
      font-size: 24px;
      margin: 0;
    }
    .related-posts .widget .widget-title:after {
      content: "";
      background: url("../img/line-right-dark.png") no-repeat;
      width: 90px;
      height: 25px;
      display: inline-block;
      vertical-align: middle;
      margin-left: 22px;
    }
    .rtl .related-posts .widget .widget-title:after {
      margin-right: 22px;
      margin-left: inherit;
    }
    .related-posts .widget .related-posts-content > .owl-carousel > .owl-controls {
      right: 0;
      top: 0;
      width: 190px;
    }

    .post-list .meta, .style-chess .meta {
      line-height: 1;
    }
    .post-list .meta i, .style-chess .meta i {
      font-size: 21px;
      color: #42a5f5;
      padding-right: 10px;
      vertical-align: middle;
    }
    .rtl .post-list .meta i, .rtl .style-chess .meta i {
      padding-left: 10px;
      padding-right: inherit;
    }
    .post-list .meta span, .style-chess .meta span {
      margin-right: 30px;
    }
    .rtl .post-list .meta span, .rtl .style-chess .meta span {
      margin-left: 30px;
      margin-right: inherit;
    }
    .post-list .meta span:last-child, .style-chess .meta span:last-child {
      margin-right: 0px;
    }
    .rtl .post-list .meta span:last-child, .rtl .style-chess .meta span:last-child {
      margin-left: 0px;
      margin-right: inherit;
    }
    .post-list .entry-title, .style-chess .entry-title {
      font-weight: 600;
      font-size: 18px;
      margin: 10px 0 15px;
    }
    .post-list .info-bottom .btn, .style-chess .info-bottom .btn {
      background: #222222;
    }
    .post-list .info-bottom .btn:hover, .style-chess .info-bottom .btn:hover {
      background: #42a5f5;
    }

    .style-chess .post .entry-content .info .meta {
      padding: 0;
    }
    .style-chess .entry-description {
      text-align: justify;
    }
    .style-chess .chess-left .entry-content {
      padding-left: 25px;
    }
    .rtl .style-chess .chess-left .entry-content {
      padding-right: 25px;
      padding-left: inherit;
    }
    .style-chess .chess-right .entry-content {
      padding-right: 25px;
    }
    .rtl .style-chess .chess-right .entry-content {
      padding-left: 25px;
      padding-right: inherit;
    }

/*------------------------------------*\
    Blog Page Default
    \*------------------------------------*/
    .post-area .post-list .entry-list {
      margin-bottom: 0;
    }
    .post-area .sticky {
      margin-top: 20px;
      padding: 20px;
      border: 2px solid #42a5f5;
    }
    .post-area .post-link {
      font-size: 18px;
      display: block;
      padding: 17px 27px;
      min-height: 60px;
      color: #fff;
      float: left;
      width: 100%;
      height: auto;
      background: #222222;
    }
    .rtl .post-area .post-link {
      float: right;
    }
    .post-area .entry-meta {
      margin: 8px 0 12px 0;
      font-size: 12px;
      font-weight: 300;
    }
    .post-area .entry-meta, .post-area .entry-meta a {
      color: #42a5f5;
    }
    .post-area .entry-content .ratings .meta {
      color: inherit;
      font-size: inherit;
    }
    .post-area .entry-content .ratings .rating a {
      text-indent: -999em;
    }
    .post-area .author-info {
      overflow: hidden;
      background: #f8f8f8;
    }
    @media (min-width: 992px) {
      .post-area .author-info .avatar-img {
        min-width: 200px;
      }
      .post-area .author-info .description {
        padding: 0 50px;
      }
    }
    .post-area .author-info .author-about-container .avatar-img img {
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      margin-top: 20px;
      margin-right: 20px;
    }
    .rtl .post-area .author-info .author-about-container .avatar-img img {
      margin-left: 20px;
      margin-right: inherit;
    }
    .post-area .author-info .author-title {
      text-transform: uppercase;
      font-size: 16px;
      margin: 0 0 20px;
    }

    .blog-post-icon {
      display: table;
      color: #fff;
      text-align: center;
      position: absolute;
      top: 0;
      z-index: 1;
      background: #42a5f5;
      opacity: 0.9;
      filter: alpha(opacity=90);
      left: 0;
      width: 50px;
      height: 50px;
    }
    .rtl .blog-post-icon {
      right: 0;
      left: auto;
    }
    .blog-post-icon .fa {
      display: table-cell;
      vertical-align: middle;
      font-size: 22px;
    }

/*------------------------------------*\
    Blog Masonry Page
    \*------------------------------------*/
    .blog-masonry .entry-thumb {
      margin-bottom: 0;
    }

    .format-gallery .owl-controls .owl-dots {
      display: none !important;
    }

    .gallery {
      margin-left: -15px;
      margin-right: -15px;
      overflow: hidden;
    }
    .gallery .gallery-item {
      float: left;
      margin-bottom: 15px;
      padding-right: 15px;
      padding-left: 15px;
      position: relative;
    }
    .rtl .gallery .gallery-item {
      float: right;
    }
    .gallery .gallery-item figcaption {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      color: #fff;
      max-height: 50%;
      font-size: 12px;
      background: rgba(0, 0, 0, 0.5);
      margin-left: 15px;
      margin-right: 15px;
      opacity: 0;
      filter: alpha(opacity=0);
    }
    .gallery .gallery-item:hover figcaption {
      opacity: 1;
      filter: alpha(opacity=100);
    }
    .gallery.gallery-columns-9 .gallery-item {
      width: 11%;
    }
    .gallery.gallery-columns-8 .gallery-item {
      width: 12.5%;
    }
    .gallery.gallery-columns-7 .gallery-item {
      width: 14%;
    }
    .gallery.gallery-columns-6 .gallery-item {
      width: 16.5%;
    }
    .gallery.gallery-columns-5 .gallery-item {
      width: 20%;
    }
    .gallery.gallery-columns-4 .gallery-item {
      width: 25%;
    }
    .gallery.gallery-columns-3 .gallery-item {
      width: 33%;
    }
    .gallery.gallery-columns-1 .gallery-item {
      width: 100%;
    }
    .gallery.gallery-columns-2 .gallery-item {
      width: 50%;
    }

    .single-post .gallery {
      overflow: hidden;
    }

    .single-post .entry-content {
      background: transparent;
    }
    .single-post .entry-head .entry-title a:hover {
      color: #42a5f5;
    }
    .single-post .entry-head .meta {
      padding: 30px 0 10px;
    }
    .single-post .entry-head .meta i {
      font-size: 21px;
      color: #42a5f5;
      padding-right: 10px;
      vertical-align: middle;
    }
    .rtl .single-post .entry-head .meta i {
      padding-left: 10px;
      padding-right: inherit;
    }
    .single-post .entry-head .meta span {
      margin-right: 30px;
    }
    .rtl .single-post .entry-head .meta span {
      margin-left: 30px;
      margin-right: inherit;
    }
    .single-post .entry-head .meta span:last-child {
      margin-right: 0px;
    }
    .rtl .single-post .entry-head .meta span:last-child {
      margin-left: 0px;
      margin-right: inherit;
    }
    .single-post .entry-head .entry-title {
      font-weight: 600;
      font-size: 24px;
      margin: 10px 0 20px;
    }
    .single-post .entry-head .entry-title:first-letter {
      text-transform: uppercase;
    }
    .single-post .entry-thumb {
      text-align: center;
    }
    .single-post .entry-description {
      font-size: 16px;
    }
    .single-post .entry-description .row {
      margin-top: 35px;
    }
    .single-post .entry-description .row ul {
      padding: 0;
      list-style: none;
    }
    .single-post .entry-description .row ul ul {
      padding-left: 20px;
    }
    .rtl .single-post .entry-description .row ul ul {
      padding-right: 20px;
      padding-left: inherit;
    }
    .single-post .entry-description .row ul > li {
      line-height: 35px;
      font-size: 16px;
    }
    .single-post .entry-description .row ul > li a {
      color: #666666;
    }
    .single-post .entry-description .row ul > li:before {
      content: "\e914";
      font-family: "monia";
      padding-right: 20px;
      vertical-align: middle;
    }
    .rtl .single-post .entry-description .row ul > li:before {
      padding-left: 20px;
      padding-right: inherit;
    }
    .single-post .entry-description .row ul > li:hover {
      color: #42a5f5;
    }
    .single-post .entry-description .row ul > li:hover:before, .single-post .entry-description .row ul > li:hover a {
      color: #42a5f5;
    }
    .single-post .tag-social {
      padding: 0 15px;
    }
    .single-post .post-navigation .nav-links .next-post {
      float: right;
      text-align: right;
    }
    .single-post .post-navigation .nav-links .next-post .before-hover i {
      padding-left: 5px;
    }
    .rtl .single-post .post-navigation .nav-links .next-post .before-hover i {
      padding-right: 5px;
      padding-left: inherit;
    }
    .single-post .post-navigation .nav-links .before-hover {
      font-size: 16px;
    }
    .single-post .post-navigation .nav-links .previous-post .before-hover i {
      padding-right: 5px;
    }
    .rtl .single-post .post-navigation .nav-links .previous-post .before-hover i {
      padding-left: 5px;
      padding-right: inherit;
    }
    .single-post .post-navigation .nav-links .on-hover {
      text-align: left;
    }
    .single-post .post-navigation .nav-links .on-hover h3 {
      margin: 0;
      line-height: 30px;
      margin-bottom: 15px;
    }
    .single-post .post-navigation .nav-links .on-hover .nav-post-title {
      font-size: 20px;
      font-weight: 700;
      text-transform: uppercase;
      color: #111111;
    }
    .single-post .post-navigation .nav-links > * {
      width: 29%;
    }
    .single-post .post-navigation .post-nav {
      padding-bottom: 80px;
    }
    .single-post .post-navigation .post-nav .on-hover {
      display: none;
    }
    .single-post .post-navigation .post-nav:hover {
      padding-bottom: 0px;
    }
    .single-post .post-navigation .post-nav:hover .on-hover {
      display: block;
    }
    .single-post .post-navigation .post-nav:hover .before-hover {
      display: none;
    }

    .related-posts-content .entry-content {
      padding: 0px;
    }

    .post-password-form input {
      height: 42px;
      padding: 8px 12px;
    }
    .post-password-form [type="submit"] {
      padding: 8px 15px;
      background: #42a5f5;
      border: 1px solid #42a5f5;
      color: #fff;
    }
    .post-password-form [type="submit"]:hover, .post-password-form [type="submit"]:active {
      color: #fff;
      background: #1b93f3;
      border-color: #1b93f3;
    }

    /* 8. effect */
    .effect-1 {
      position: relative;
    }
    .effect-1:after {
      content: '';
      display: block;
      width: 0px;
      height: 1px;
      -webkit-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      left: 0;
      bottom: 0;
      right: 0;
      background: transparent;
      margin: auto;
    }
    .effect-1:hover:after {
      width: 100%;
      height: 1px;
      background: #42a5f5;
    }

    .zoom-2 {
      overflow: hidden;
      display: block;
    }
    .zoom-2 img {
      position: relative;
      width: 100%;
      height: auto;
      -webkit-transition: all 0.2s ease-out;
      -o-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out;
      -webkit-transform-origin: center center;
      -moz-transform-origin: center center;
      -ms-transform-origin: center center;
      transform-origin: center center;
    }
    .zoom-2:hover img {
      -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
      -o-transform: scale(1.2);
      transform: scale(1.2);
    }

    .filter-grayscale, .widget .widget_sp_image-image-link img {
      -webkit-transition: all 0.6s ease-out 0s;
      -o-transition: all 0.6s ease-out 0s;
      transition: all 0.6s ease-out 0s;
    }
    .filter-grayscale:hover, .widget .widget_sp_image-image-link img:hover {
      filter: grayscale(100%);
      -webkit-filter: grayscale(100%);
      -moz-filter: grayscale(100%);
      -o-filter: grayscale(100%);
      -ms-filter: grayscale(100%);
    }

    .filter-brightness {
      -webkit-transition: all 0.4s ease-out 0s;
      -o-transition: all 0.4s ease-out 0s;
      transition: all 0.4s ease-out 0s;
    }
    .filter-brightness:hover {
      filter: brightness(0.4);
      -webkit-filter: brightness(0.4);
      -moz-filter: brightness(0.4);
      -o-filter: brightness(0.4);
      -ms-filter: brightness(0.4);
    }

    .filter-blur {
      -webkit-transition: all 0.6s ease-out 0s;
      -o-transition: all 0.6s ease-out 0s;
      transition: all 0.6s ease-out 0s;
    }
    .filter-blur:hover {
      filter: blur(5px);
      -webkit-filter: blur(5px);
      -moz-filter: blur(5px);
      -o-filter: blur(5px);
      -ms-filter: blur(5px);
    }

    .close .fa {
      -webkit-transition: all 1s ease-in-out;
      -o-transition: all 1s ease-in-out;
      transition: all 1s ease-in-out;
    }
    .close:hover .fa {
      -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }

    .image-overlay-1:after, .image-overlay-1:before {
      content: "";
      display: block;
      position: absolute;
      z-index: 100;
      background: rgba(0, 0, 0, 0.7);
      width: 100%;
      height: 100%;
      left: 0;
      opacity: 0;
      filter: alpha(opacity=0);
      -webkit-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
    }
    .rtl .image-overlay-1:after, .rtl .image-overlay-1:before {
      right: 0;
      left: auto;
    }
    .image-overlay-1:after {
      top: -100%;
    }
    .image-overlay-1:before {
      bottom: -100%;
    }
    .image-overlay-1:hover:after {
      top: -50%;
      opacity: 1;
      filter: alpha(opacity=100);
    }
    .image-overlay-1:hover:before {
      bottom: -50%;
      opacity: 1;
      filter: alpha(opacity=100);
    }

    .image-plus-1 {
      position: relative;
    }
    .image-plus-1::before {
      overflow: hidden;
      position: absolute;
      top: 0;
      content: "";
      z-index: 100;
      width: 100%;
      height: 100%;
      left: 0;
      opacity: 0;
      filter: alpha(opacity=0);
      -webkit-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      -webkit-transform: scale(1.5);
      -moz-transform: scale(1.5);
      -ms-transform: scale(1.5);
      -o-transform: scale(1.5);
      transform: scale(1.5);
      background: url("../images/plus.html") no-repeat scroll center center/60px 60px rgba(0, 0, 0, 0.6);
    }
    .rtl .image-plus-1::before {
      right: 0;
      left: auto;
    }
    .image-plus-1:hover::before {
      visibility: visible;
      opacity: 0.6;
      filter: alpha(opacity=60);
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
    }

    .image-plus-2 {
      position: relative;
    }
    .image-plus-2::before {
      content: "";
      z-index: 199;
      top: 0;
      position: absolute;
      background: url("../images/plus.html") no-repeat scroll center center/60px 60px rgba(0, 0, 0, 0.8);
      width: 100%;
      height: 100%;
      left: 0;
      -webkit-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      opacity: 0;
      filter: alpha(opacity=0);
      -webkit-background-size: 10px 10px, 100% 100%;
      -moz-background-size: 10px 10px, 100% 100%;
      -ms-background-size: 10px 10px, 100% 100%;
      -o-background-size: 10px 10px, 100% 100%;
      background-size: 10px 10px, 100% 100%;
      -webkit-background-origin: padding-box, padding-box;
      -moz-background-origin: padding-box, padding-box;
      -ms-background-origin: padding-box, padding-box;
      -o-background-origin: padding-box, padding-box;
      background-origin: padding-box, padding-box;
    }
    .rtl .image-plus-2::before {
      right: 0;
      left: auto;
    }
    .image-plus-2:hover::before {
      opacity: .6;
      visibility: visible;
      -webkit-background-size: 60px 60px, 100% 100%;
      -moz-background-size: 60px 60px, 100% 100%;
      -ms-background-size: 60px 60px, 100% 100%;
      -o-background-size: 60px 60px, 100% 100%;
      background-size: 60px 60px, 100% 100%;
    }

    .image-plus-3 {
      position: relative;
    }
    .image-plus-3::before {
      content: "";
      top: 0;
      overflow: hidden;
      position: absolute;
      z-index: 100;
      -webkit-transform: scale(0.5) rotateX(180deg);
      -moz-transform: scale(0.5) rotateX(180deg);
      -ms-transform: scale(0.5) rotateX(180deg);
      -o-transform: scale(0.5) rotateX(180deg);
      transform: scale(0.5) rotateX(180deg);
      width: 100%;
      height: 100%;
      left: 0;
      opacity: 0;
      filter: alpha(opacity=0);
      -webkit-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      background: rgba(0, 0, 0, 0.8);
    }
    .rtl .image-plus-3::before {
      right: 0;
      left: auto;
    }
    .image-plus-3:hover::before {
      visibility: visible;
      opacity: 0.6;
      filter: alpha(opacity=60);
      -webkit-transform: scale(1) rotateX(0deg);
      -moz-transform: scale(1) rotateX(0deg);
      -ms-transform: scale(1) rotateX(0deg);
      -o-transform: scale(1) rotateX(0deg);
      transform: scale(1) rotateX(0deg);
    }

    .icon-effect-1 {
      position: relative;
    }
    .icon-effect-1:before {
      content: "";
      display: block;
      -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
      -o-transform: scale(0.5);
      transform: scale(0.5);
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      -webkit-transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), background-color 0.2s cubic-bezier(0.19, 1, 0.22, 1);
      -o-transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), background-color 0.2s cubic-bezier(0.19, 1, 0.22, 1);
      transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), background-color 0.2s cubic-bezier(0.19, 1, 0.22, 1);
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      margin: auto;
      width: 100%;
      height: 100%;
      position: absolute;
      background-color: transparent;
    }
    .icon-effect-1:hover:before {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
      -webkit-transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), background-color 0.2s cubic-bezier(0.19, 1, 0.22, 1);
      -o-transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), background-color 0.2s cubic-bezier(0.19, 1, 0.22, 1);
      transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), background-color 0.2s cubic-bezier(0.19, 1, 0.22, 1);
    }

    /* 9. utilities */
/*-------------------------------------------
    No Margin
    -------------------------------------------*/
    .no-margin {
      margin: 0 !important;
    }
    .no-margin .pagination {
      margin: 0;
    }

/*-------------------------------------------
    No Padding
    -------------------------------------------*/
    .no-padding {
      padding: 0 !important;
    }

    .no-position {
      position: static !important;
    }

    .inline-block {
      display: inline-block;
      vertical-align: middle;
    }
    .lt-ie8 .inline-block {
      display: inline;
      zoom: 1;
    }

    .no-background {
      -webkit-box-shadow: none;
      box-shadow: none;
      background: none !important;
    }

    .no-effect a:before {
      content: none !important;
    }

/*------------------------------------*\
    Clear List Style
    \*------------------------------------*/
    .clear-list {
      padding: 0;
      margin: 0;
      list-style: none;
    }

/*-------------------------------------------
    Text Transform
    -------------------------------------------*/
    .text-uppercase {
      text-transform: uppercase !important;
    }

/*-------------------------------------------
    Align
    -------------------------------------------*/
    .separator_align_center {
      text-align: center !important;
    }

    .vc_align_right,
    .separator_align_right {
      text-align: right !important;
    }

    .separator_align_left {
      text-align: left !important;
    }

/*------------------------------------*\
    Font size heading title
    \*------------------------------------*/
    .font-size-lg {
      font-size: 48px;
    }

    .font-size-md {
      font-size: 30px;
    }

    .font-size-sm {
      font-size: 20px;
    }

    .font-size-xs {
      font-size: 16px;
    }

/*------------------------------------*\
    Border
    \*------------------------------------*/
    .no-border {
      border: 0px !important;
    }

/*------------------------------------*\
    No background
    \*------------------------------------*/
    .bg-transparent {
      background: transparent !important;
    }

    /* 10. widgets layout */
    /* block */
    .widget {
      margin-bottom: 30px;
      position: relative;
      padding: 0px;
      background: transparent;
      clear: both;
    }
    .widget .widget-title, .widget .widgettitle, .widget .widget-heading {
      font-size: 16px;
      font-weight: 400;
      margin: 0 0 40px;
      padding: 0;
      text-transform: uppercase;
      color: #222222;
      position: relative;
      font-family: "Raleway", sans-serif;
      letter-spacing: 0.5px;
    }
    .widget .widget-title > span, .widget .widgettitle > span, .widget .widget-heading > span {
      font-weight: 700;
      text-transform: uppercase;
    }

    .title-md {
      font-size: 36px !important;
      font-weight: 700 !important;
    }

    .wpb_video_widget .video-description {
      padding: 10px;
    }

    .sidebar .widget,
    .apus-sidebar .widget {
      margin: 0 0 40px;
    }
    .sidebar .widget .widget-title,
    .apus-sidebar .widget .widget-title {
      margin: 0 0 20px;
      font-size: 24px;
      font-weight: 700;
      text-transform: uppercase;
      white-space: nowrap;
    }
    .sidebar ul li a,
    .apus-sidebar ul li a {
      padding: 0px !important;
    }
    .sidebar ul li a:before,
    .apus-sidebar ul li a:before {
      display: none;
    }
    .sidebar .apus-products-list,
    .apus-sidebar .apus-products-list {
      border-style: solid;
      border-color: #e1e1e1;
      border-width: 0 1px 1px;
    }
    .sidebar .apus-products-list .product-block,
    .apus-sidebar .apus-products-list .product-block {
      padding: 20px;
      margin: 0;
    }

    #apus-topbar .woocommerce-currency-switcher-form .dd-select {
      background: transparent !important;
      color: #cccccc;
    }
    #apus-topbar .woocommerce-currency-switcher-form a {
      color: #cccccc;
    }
    #apus-topbar .woocommerce-currency-switcher-form a:hover {
      color: #222222;
    }
    #apus-topbar .widget-woocommerce-currency-switcher .dd-option {
      border: none;
    }
    #apus-topbar .woocommerce-currency-switcher-form .dd-selected {
      padding: 0 10px !important;
    }
    #apus-topbar .info-topbar .textwidget > span {
      padding-right: 10px;
      margin-right: 10px;
      float: left;
      border-right: 1px solid #e1e1e1;
    }
    .rtl #apus-topbar .info-topbar .textwidget > span {
      padding-left: 10px;
      padding-right: inherit;
    }
    .rtl #apus-topbar .info-topbar .textwidget > span {
      margin-left: 10px;
      margin-right: inherit;
    }
    .rtl #apus-topbar .info-topbar .textwidget > span {
      float: right;
    }
    .rtl #apus-topbar .info-topbar .textwidget > span {
      border-left: 1px solid #e1e1e1;
      border-right: inherit;
    }
    #apus-topbar .info-topbar .textwidget > span:last-child {
      border: 0;
    }
    #apus-topbar .info-topbar .fa {
      margin-right: 8px;
    }
    .rtl #apus-topbar .info-topbar .fa {
      margin-left: 8px;
      margin-right: inherit;
    }

    .header-setting .apus-search-form .button-search,
    .header-setting .wishlist-icon,
    .header-setting .cart-icon {
      border: none;
      color: #42a5f5;
      font-size: 18px;
      line-height: 30px;
      text-align: center;
      padding: 0;
      display: inline-block;
      background: transparent;
    }
    .header-setting .top-cart,
    .header-setting .apus-search,
    .header-setting .wishlist-icon {
      padding: 0 20px;
    }
    .header-setting .apus-search-form {
      width: 30px;
      min-width: 0;
      min-width: none;
      position: relative;
    }
    .header-setting .apus-search-form .apus-search {
      position: absolute;
      right: 100%;
      top: 0;
      opacity: 0;
      filter: alpha(opacity=0);
      width: 0;
    }
    .header-setting .apus-search-form:hover .apus-search {
      opacity: 1;
      filter: alpha(opacity=100);
      width: 250px;
    }
    .header-setting .apus-search-form:hover .button-search {
      border-radius: 0 !important;
    }
    .header-setting .apus-menu-top {
      padding: 10px 30px;
      list-style: none;
      margin: 0;
    }

    .apus-search-form .select-category {
      display: inline-block;
      float: left;
      overflow: hidden;
      position: relative;
      min-width: 240px;
    }
    .rtl .apus-search-form .select-category {
      float: right;
    }
    .apus-search-form .select-category:before {
      content: "\f107";
      font-family: 'FontAwesome';
      position: absolute;
      right: 30px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      font-size: 18px;
    }
    .rtl .apus-search-form .select-category:before {
      left: 30px;
      right: auto;
    }
    .apus-search-form .select-category .dropdown_product_cat {
      border: 1px solid #e1e1e1;
      width: 115%;
      height: 48px;
      padding: 10px 20px;
    }

    .apus-footer {
      font-family: "Lato", sans-serif;
    }
    .apus-footer .widget-title, .apus-footer .widgettitle, .apus-footer .widget-heading {
      color: #42a5f5;
      font-size: 24px;
      font-weight: 700;
      margin: 0 0 15px;
      border: none;
    }
    .apus-footer .widget-title > span, .apus-footer .widgettitle > span, .apus-footer .widget-heading > span {
      padding: 0;
      margin: 0;
      border: none;
    }
    .apus-footer .kc_title {
      color: #42a5f5;
      margin: 0px 0px 20px;
      font-size: 24px;
      text-transform: uppercase;
    }
    .apus-footer .kc-image-gallery .image-gallery-title {
      margin: 0 0 25px 0;
      color: #42a5f5;
      text-transform: uppercase;
    }
    .apus-footer .kc-image-gallery .kc_image_gallery .item-grid {
      padding-bottom: 15px;
      padding-right: 15px;
    }
    .rtl .apus-footer .kc-image-gallery .kc_image_gallery .item-grid {
      padding-left: 15px;
      padding-right: inherit;
    }

    .apus-copyright {
      border: none;
    }
    .apus-copyright .wpb_content_element,
    .apus-copyright .widget {
      margin: 0 !important;
    }
    .apus-copyright .social {
      text-align: right;
    }
    .rtl .apus-copyright .social {
      text-align: left;
    }

    .post {
      padding: 40px 0;
      margin: 0;
      border-bottom: 1px dashed #e1e1e1;
    }
    @media (max-width: 767px) {
      .post {
        padding: 35px 0;
      }
    }
    .post .entry-content .info .meta {
      padding: 30px 0 10px;
    }
    .post .entry-content .info .meta i {
      font-size: 21px;
      color: #42a5f5;
      padding-right: 10px;
      vertical-align: middle;
    }
    .rtl .post .entry-content .info .meta i {
      padding-left: 10px;
      padding-right: inherit;
    }
    .post .entry-content .info .meta span {
      margin-right: 30px;
    }
    .rtl .post .entry-content .info .meta span {
      margin-left: 30px;
      margin-right: inherit;
    }
    .post .entry-content .info .meta span:last-child {
      margin-right: 0px;
    }
    .rtl .post .entry-content .info .meta span:last-child {
      margin-left: 0px;
      margin-right: inherit;
    }
    .post .entry-content .info .entry-title {
      font-weight: 600;
      font-size: 24px;
      margin: 10px 0 0;
    }
    .post .entry-content .info .entry-title:first-letter {
      text-transform: uppercase;
    }
    .post .entry-content .info-bottom .btn {
      background: #222222;
    }
    .post .entry-content .info-bottom .btn:hover {
      background: #42a5f5;
      color: #ffffff;
    }

    .col-md-9 .layout-blog, .col-md-9 .content-area {
      margin-right: 30px;
    }
    .rtl .col-md-9 .layout-blog, .rtl .col-md-9 .content-area {
      margin-left: 30px;
      margin-right: inherit;
    }

    #rev_slider_2_1 .tab-content ul {
      padding: 0;
      list-style: none;
      margin-top: 30px;
    }
    #rev_slider_2_1 .tab-content ul li {
      margin: 20px 0 !important;
    }
    #rev_slider_2_1 .tab-content ul li:before {
      content: "\e914";
      font-family: "monia";
      padding-right: 23px;
      color: #42a5f5;
      vertical-align: middle;
    }
    .rtl #rev_slider_2_1 .tab-content ul li:before {
      padding-left: 23px;
      padding-right: inherit;
    }
    #rev_slider_2_1 .tab-content ul.icon-white li:before {
      color: #fff;
    }

    /* 11. widgets */
/*------------------------------------*\
    Widget
    \*------------------------------------*/
    .widget label {
      font-weight: 400;
    }
    .widget .widget_sp_image-image-link {
      display: block;
      overflow: hidden;
      position: relative;
    }
    .widget .widget_sp_image-image-link img {
      display: block;
      width: 100% \9;
      max-width: 100%;
      height: auto;
      -webkit-transition: all 0.35s;
      -o-transition: all 0.35s;
      transition: all 0.35s;
    }
    .widget.widget_text img {
      margin: 15px 0;
      height: auto;
    }
    .widget .post-widget .image {
      width: 70px;
      margin-top: 5px;
    }
    .widget .post-widget .image img {
      width: 100%;
      height: auto;
    }
    .widget.widget_recent_comments ul, .widget.widget_recent_comments ol {
      padding: 0;
      margin: 0;
      list-style: none;
    }
    .widget.widget_recent_comments ul li:last-child, .widget.widget_recent_comments ol li:last-child {
      border-bottom: 0;
      padding-bottom: 0;
    }
    .widget.widget_recent_comments ul li .children > li:before, .widget.widget_recent_comments ol li .children > li:before {
      top: 24px;
    }
    .widget.widget_recent_comments ul ul li:first-child, .widget.widget_recent_comments ol ul li:first-child {
      padding-top: 14px;
      background-position: 0 24px;
    }
    .widget.widget_recent_comments ul li {
      background: none;
    }
    .widget.widget_recent_reviews ul.product_list_widget {
      list-style: none;
    }
    .widget.widget_recent_reviews ul.product_list_widget li {
      padding: 15px;
      overflow: hidden;
    }
    .widget.widget_recent_reviews ul.product_list_widget li a img {
      float: left;
      margin-right: 10px;
    }
    .rtl .widget.widget_recent_reviews ul.product_list_widget li a img {
      margin-left: 10px;
      margin-right: inherit;
    }
    .widget.widget_mc4wp_widget .mc4wp-form {
      padding: 20px;
    }
    .widget.widget-timework strong {
      color: #000;
      font-weight: 500;
    }

    .form-contact .title {
      font-size: 17px;
      margin: 11.5px 0 28px;
    }
    .form-contact input:not(.btn),
    .form-contact textarea {
      padding: 10px 30px;
      width: 100%;
      color: #666666;
    }
    .form-contact .contant-inner > * {
      margin: 0 0 20px;
    }

    .widget_categories ul, .widget_archive ul {
      padding: 0;
      list-style: none;
    }
    .widget_categories ul ul, .widget_archive ul ul {
      padding-left: 20px;
    }
    .rtl .widget_categories ul ul, .rtl .widget_archive ul ul {
      padding-right: 20px;
      padding-left: inherit;
    }
    .widget_categories ul > li, .widget_archive ul > li {
      line-height: 35px;
      font-size: 16px;
    }
    .widget_categories ul > li a, .widget_archive ul > li a {
      color: #666666;
    }
    .widget_categories ul > li:before, .widget_archive ul > li:before {
      content: "\e914";
      font-family: "monia";
      padding-right: 20px;
      vertical-align: middle;
    }
    .rtl .widget_categories ul > li:before, .rtl .widget_archive ul > li:before {
      padding-left: 20px;
      padding-right: inherit;
    }
    .widget_categories ul > li:hover, .widget_archive ul > li:hover {
      color: #42a5f5;
    }
    .widget_categories ul > li:hover:before, .widget_categories ul > li:hover a, .widget_archive ul > li:hover:before, .widget_archive ul > li:hover a {
      color: #42a5f5;
    }

    .special .post-info {
      position: relative;
    }
    .special .post-info:before {
      border-width: 14px 20px;
      border-style: solid;
      border-color: #f4f4f4 transparent transparent;
      content: '';
      position: absolute;
      top: 100%;
      left: 50%;
      margin-left: -10px;
      z-index: 2;
    }
    .special .special-items > div:nth-child(2n) .post-info {
      position: relative;
    }
    .special .special-items > div:nth-child(2n) .post-info:before {
      border-color: transparent transparent #f4f4f4;
      top: inherit;
      bottom: 100%;
    }

    .widget_recent_entries > ul {
      padding: 0;
      margin: 0;
      list-style: outside none none;
    }
    .widget_recent_entries > ul li {
      line-height: 26px;
      padding-bottom: 15px;
      margin-bottom: 15px;
      border-bottom: 1px solid #e1e1e1;
    }
    .widget_recent_entries > ul li a {
      font-weight: 400;
    }

/*------------------------------------*\
    Widget Contact Us
    \*------------------------------------*/
    .contact {
      margin: 0;
      padding: 0;
    }
    .contact:before, .contact:after {
      content: " ";
      display: table;
    }
    .contact:after {
      clear: both;
    }
    .contact dt {
      float: left;
      width: 30px;
      height: auto;
    }
    .rtl .contact dt {
      float: right;
    }
    .contact dd {
      overflow: hidden;
      margin-bottom: 5px;
    }
    .contact .contact-icon {
      display: block;
      text-align: center;
      background: #42a5f5;
      float: left;
      width: 22px;
      height: 22px;
      border-radius: 2px;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      -ms-border-radius: 2px;
      -o-border-radius: 2px;
    }
    .rtl .contact .contact-icon {
      float: right;
    }
    .contact .contact-icon .fa {
      color: #fff;
      font-size: 16px;
      margin: 0 0 0 4px;
    }
    .rtl .contact .contact-icon .fa {
      margin: 0 4px 0 0;
    }

    .form7-style1 .input-group-btn > .btn {
      border-left: none;
    }
    .rtl .form7-style1 .input-group-btn > .btn {
      border-right: none;
      border-left: inherit;
    }

    .form7-style2 .btn,
    .form7-style2 input.form-control {
      background: #f7f7f7;
      border-color: #f7f7f7;
    }

/*------------------------------------*\
    Widget mailchip
    \*------------------------------------*/
    .mc4wp-form-basic, .mc4wp-form-basic input, .mc4wp-form-basic label, .mc4wp-form-theme, .mc4wp-form-theme input, .mc4wp-form-theme label {
      line-height: inherit;
    }

    .mc4wp-form-basic .form-control {
      max-width: 240px !important;
      border: none;
      border-radius: 50px;
      -webkit-border-radius: 50px;
      -moz-border-radius: 50px;
      -ms-border-radius: 50px;
      -o-border-radius: 50px;
      background: rgba(255, 255, 255, 0.102);
      font-style: italic;
      padding: 8px 30px;
      margin-right: 20px;
      -webkit-box-shadow: none;
      box-shadow: none;
      height: 50px;
    }
    .rtl .mc4wp-form-basic .form-control {
      margin-left: 20px;
      margin-right: inherit;
    }
    .mc4wp-form-basic .form-control::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #fff;
      opacity: 1;
      filter: alpha(opacity=100);
    }
    .mc4wp-form-basic .form-control::-moz-placeholder {
      /* Firefox 19+ */
      color: #fff;
      opacity: 1;
      filter: alpha(opacity=100);
    }
    .mc4wp-form-basic .form-control:-ms-input-placeholder {
      /* IE 10+ */
      color: #fff;
      opacity: 1;
      filter: alpha(opacity=100);
    }
    .mc4wp-form-basic .form-control:-moz-placeholder {
      /* Firefox 18- */
      color: #fff;
      opacity: 1;
      filter: alpha(opacity=100);
    }

    .widget-newletter.style1 .form-control {
      color: #fff;
    }
    .widget-newletter.style1 .form-control::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #fff;
      opacity: 0.7;
      filter: alpha(opacity=70);
    }
    .widget-newletter.style1 .form-control::-moz-placeholder {
      /* Firefox 19+ */
      color: #fff;
      opacity: 0.7;
      filter: alpha(opacity=70);
    }
    .widget-newletter.style1 .form-control:-ms-input-placeholder {
      /* IE 10+ */
      color: #fff;
      opacity: 0.7;
      filter: alpha(opacity=70);
    }
    .widget-newletter.style1 .form-control:-moz-placeholder {
      /* Firefox 18- */
      color: #fff;
      opacity: 0.7;
      filter: alpha(opacity=70);
    }

    .mail-form .input-group {
      width: 100%;
      margin: 0 0 10px;
    }

    .widget-newletter .form-control:-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: rgba(149, 149, 148, 0.5);
    }
    .widget-newletter .form-control::-moz-placeholder {
      /* Firefox 19+ */
      color: rgba(149, 149, 149, 0.5);
    }
    .widget-newletter .form-control:-ms-input-placeholder {
      /* IE 10+ */
      color: rgba(149, 149, 149, 0.5);
    }
    .widget-newletter .form-control:-moz-placeholder {
      /* Firefox 18- */
      color: rgba(149, 149, 149, 0.5);
    }

    .widget-newletter .form-control, .widget-newletter .input-group-btn {
      display: inline;
    }
    .widget-newletter .mail-form {
      text-align: right;
    }
    .rtl .widget-newletter .mail-form {
      text-align: left;
    }
    @media (max-width: 480px) {
      .widget-newletter .mail-form {
        text-align: center;
      }
      .rtl .widget-newletter .mail-form {
        text-align: right;
      }
    }
    @media (max-width: 992px) {
      .widget-newletter .mail-form {
        text-align: left;
      }
      .rtl .widget-newletter .mail-form {
        text-align: right;
      }
      .widget-newletter .mail-form input {
        margin-bottom: 10px;
      }
    }
    .widget-newletter .input-group-btn .btn {
      font-size: 12px;
      letter-spacing: 3px;
      padding: 15px 30px;
    }
    .widget-newletter.style2 .input-group-btn .btn {
      background: #ffffff;
      color: #222222;
    }
    .widget-newletter.style2 .input-group-btn .btn:hover {
      color: #42a5f5;
    }
    .widget-newletter.style2 .form-control:-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: rgba(255, 255, 255, 0.5);
    }
    .widget-newletter.style2 .form-control::-moz-placeholder {
      /* Firefox 19+ */
      color: rgba(255, 255, 255, 0.5);
    }
    .widget-newletter.style2 .form-control:-ms-input-placeholder {
      /* IE 10+ */
      color: rgba(255, 255, 255, 0.5);
    }
    .widget-newletter.style2 .form-control:-moz-placeholder {
      /* Firefox 18- */
      color: rgba(255, 255, 255, 0.5);
    }

/*------------------------------------*\
    Widget Sidebar
    \*------------------------------------*/
    .apus-sidebar select, .apus-sidebar table {
      width: 100%;
    }
    .apus-sidebar .post-widget .blog-title, .apus-sidebar .post-widget h6 {
      margin: 0 0 5px;
      line-height: 1.4;
      font-weight: 400;
      font-size: 14px;
      height: 40px;
      overflow: hidden;
      font-family: "Lato", sans-serif;
    }

/*------------------------------------*\
    search
    \*------------------------------------*/
    .apus-search-form .input-group .apus-search {
      border-right: none;
    }
    .rtl .apus-search-form .input-group .apus-search {
      border-left: none;
      border-right: inherit;
    }
    .apus-search-form .input-group .apus-search:focus, .apus-search-form .input-group .apus-search:active {
      border-color: #e1e1e1;
    }
    .apus-search-form .input-group .btn {
      background: #fff;
      border-color: #e1e1e1;
      border-left: none;
    }
    .rtl .apus-search-form .input-group .btn {
      border-right: none;
      border-left: inherit;
    }

    .support1 {
      line-height: 1;
      padding: 0 15px;
    }
    .support1 i {
      font-size: 28px;
    }
    .support1 .media-left {
      vertical-align: middle;
    }
    @media (min-width: 992px) {
      .support1 .media-left {
        padding-right: 20px;
        border-right: 1px solid #e1e1e1;
      }
      .rtl .support1 .media-left {
        padding-left: 20px;
        padding-right: inherit;
      }
      .rtl .support1 .media-left {
        border-left: 1px solid #e1e1e1;
        border-right: inherit;
      }
      .support1 .media-body {
        padding-left: 20px;
      }
      .rtl .support1 .media-body {
        padding-right: 20px;
        padding-left: inherit;
      }
    }
    .support1 .title {
      font-size: 14px;
      font-weight: 400;
      margin: 0 0 5px;
      line-height: 1;
    }
    .support1 p {
      margin: 0;
    }

/*------------------------------------*\
    Tags Widget
    \*------------------------------------*/
    .tagcloud, .entry-tags-list {
      margin-left: 4px;
    }
    .rtl .tagcloud, .rtl .entry-tags-list {
      margin-right: 4px;
      margin-left: inherit;
    }
    .tagcloud a, .entry-tags-list a {
      color: #666666;
      font-size: 14px !important;
      margin: 0 10px 10px 0;
      display: inline-block;
      padding: 13px 30px;
      border-radius: 50px;
      -webkit-border-radius: 50px;
      -moz-border-radius: 50px;
      -ms-border-radius: 50px;
      -o-border-radius: 50px;
      line-height: 1;
      -webkit-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
    }
    .rtl .tagcloud a, .rtl .entry-tags-list a {
      margin: 0 0 10px 10px;
    }
    .tagcloud a:focus, .tagcloud a:hover, .entry-tags-list a:focus, .entry-tags-list a:hover {
      color: #fff;
      background: #42a5f5;
      -webkit-box-shadow: none;
      box-shadow: none;
    }

    .widget-brand-logo {
      padding: 30px;
    }
    .widget-brand-logo .item-brand > a {
      display: block;
    }
    .widget-brand-logo .carousel-control {
      opacity: 0;
      filter: alpha(opacity=0);
    }
    .widget-brand-logo:hover .carousel-control {
      opacity: 1;
      filter: alpha(opacity=100);
    }

/*-----------------------------*\
        Widget Contact 
        \*-----------------------------*/
        .widget-infor .heding {
          font-family: "Raleway", sans-serif;
          font-weight: 400;
        }
        .widget-infor .infor-inner {
          margin: 0 0 20px;
        }

/*-----------------------------*\
        Widget video
        \*-----------------------------*/
        .wpb_video_widget .video-description {
          text-transform: uppercase;
          font-weight: 400;
          line-height: 30px;
          font-size: 12px;
          color: #000;
        }
        .wpb_video_widget .wpb_wrapper .wpb_video_wrapper {
          padding-top: 60.7% !important;
        }

/*-----------------------------*\
        Widget Vertical Menu
        \*-----------------------------*/
        .vertical-menu {
          display: none !important;
          padding: 0;
          background: #fff;
          z-index: 999;
        }
        .vertical-menu > .nav {
          position: relative;
          width: 100%;
          height: auto;
        }
        .vertical-menu > .nav .open > a, .vertical-menu > .nav .open > a:hover, .vertical-menu > .nav .open > a:focus,
        .vertical-menu > .nav .active > a,
        .vertical-menu > .nav .active > a:hover,
        .vertical-menu > .nav .active > a:focus {
          color: #42a5f5;
        }
        .vertical-menu > .nav > li {
          float: none;
          position: static;
          border-bottom: 1px solid #e1e1e1;
        }
        .vertical-menu > .nav > li.active > a {
          color: #42a5f5;
          background: #fafafa;
        }
        .vertical-menu > .nav > li > a {
          color: #414141;
          padding: 15px 20px;
          font-weight: 500;
          font-size: 12px;
          text-transform: uppercase;
          white-space: nowrap;
        }
        .vertical-menu > .nav > li > a:hover {
          color: #42a5f5;
          background: #fafafa;
        }
        .vertical-menu > .nav > li > a .fa {
          font-size: 15px;
          min-width: 15px;
          margin-right: 12px;
        }
        .rtl .vertical-menu > .nav > li > a .fa {
          margin-left: 12px;
          margin-right: inherit;
        }
        .vertical-menu > .nav > li .dropdown-menu {
          min-width: 230px;
          min-height: 100%;
          border-radius: 0;
          -webkit-border-radius: 0;
          -moz-border-radius: 0;
          -ms-border-radius: 0;
          -o-border-radius: 0;
        }
        .vertical-menu > .nav .product-block {
          padding: 0 !important;
          overflow: hidden;
          display: block;
        }
        .vertical-menu .dropdown-menu {
          margin: 0;
          padding: 30px;
          border: none;
          top: 0;
        }
        .vertical-menu .dropdown-menu:before, .vertical-menu .dropdown-menu:after {
          content: " ";
          display: table;
        }
        .vertical-menu .dropdown-menu:after {
          clear: both;
        }
        .vertical-menu .dropdown-menu ul {
          padding: 0;
          list-style: none;
        }
        .vertical-menu .dropdown-menu ul li {
          line-height: 34px;
        }
        .vertical-menu .dropdown-menu ul li a {
          color: #414141;
        }
        .vertical-menu .dropdown-menu ul li a:hover, .vertical-menu .dropdown-menu ul li a.active {
          color: #42a5f5;
        }
        .vertical-menu .dropdown-menu ul ul {
          padding-left: 15px;
        }
        .rtl .vertical-menu .dropdown-menu ul ul {
          padding-right: 15px;
          padding-left: inherit;
        }
        .vertical-menu .dropdown-menu .widget-title {
          border: none;
          font-size: 16px;
          padding: 0 0 15px;
          color: #000000;
        }
        .vertical-menu .dropdown-menu .woocommerce .product-wrapper {
          -webkit-box-shadow: none !important;
          box-shadow: none !important;
        }
        .vertical-menu.menu-left .dropdown-menu {
          left: 100% !important;
          right: auto !important;
        }
        .rtl .vertical-menu.menu-left .dropdown-menu {
          right: 100% !important;
          left: auto;
        }
        .rtl .vertical-menu.menu-left .dropdown-menu {
          left: auto !important;
          right: auto;
        }
        .vertical-menu.menu-right .dropdown-menu {
          left: auto !important;
          right: 100% !important;
        }
        .rtl .vertical-menu.menu-right .dropdown-menu {
          right: auto !important;
          left: auto;
        }
        .rtl .vertical-menu.menu-right .dropdown-menu {
          left: 100% !important;
          right: auto;
        }
        .vertical-menu .icon-ver {
          margin-right: 10px;
        }
        .rtl .vertical-menu .icon-ver {
          margin-left: 10px;
          margin-right: inherit;
        }

        #recentcomments > li {
          padding: 10px 0;
          border-bottom: 1px solid rgba(0, 0, 0, 0.1);
          color: #000;
          font-weight: bold;
        }
        #recentcomments > li:first-child {
          border-top: 0;
        }
        #recentcomments > li:last-child {
          border-bottom: 0;
        }
        #recentcomments > li a {
          font-weight: 300;
        }

        .widget-quicklink-menu {
          background-color: #f6f6f6;
          line-height: 35px;
        }
        .widget-quicklink-menu .quicklink-heading {
          background-color: #333333;
          color: #ffffff;
          display: inline-block;
          font-size: 10px;
          margin: 0 20px 0 0;
          padding: 12px 15px 12px 25px;
          position: relative;
          text-transform: uppercase;
          font-family: "Raleway", sans-serif;
        }
        .rtl .widget-quicklink-menu .quicklink-heading {
          margin: 0 0 0 20px;
        }
        .widget-quicklink-menu .quicklink-heading:before {
          border-top: 18px solid transparent;
          border-bottom: 18px solid transparent;
          border-left: 10px solid #333;
          content: "";
          position: absolute;
          right: -10px;
          top: 0;
        }
        .rtl .widget-quicklink-menu .quicklink-heading:before {
          border-right: 10px solid #333;
          border-left: inherit;
        }
        .rtl .widget-quicklink-menu .quicklink-heading:before {
          left: -10px;
          right: auto;
        }
        .widget-quicklink-menu a {
          color: #999999;
          font-size: 12px;
          font-weight: 400;
        }
        .widget-quicklink-menu a:hover {
          color: #42a5f5;
        }

        .widget-tabs .widget-title {
          display: inline-block;
        }
        .widget-tabs .nav-tabs {
          border: none;
          display: inline-block;
          vertical-align: middle;
          margin: 0 0 7px;
        }
        .widget-tabs .nav-tabs.tabs-list-v2 {
          margin: 0 0 15px;
        }
        .widget-tabs .carousel-controls {
          top: -42px;
        }

        .widget-infor .media .fa, .widget-infor .media .icon {
          display: inline-block;
          width: 30px;
          height: 30px;
          line-height: 30px;
          text-align: center;
          color: #42a5f5;
          background: #252525;
        }

        .contant-info .title {
          margin: 0 0 20px;
          font-size: 30px;
        }
        .contant-info .info-description {
          margin: 0 0 30px;
        }
        .contant-info .media-heading {
          font-size: 20px;
          font-weight: 600;
          margin: 0 0 5px;
        }
        .contant-info .media {
          margin-top: 30px;
        }
        .contant-info .media:hover .fa {
          border-color: #f65b47;
          color: #f65b47;
        }
        .contant-info .media-left {
          padding-right: 20px;
        }
        .rtl .contant-info .media-left {
          padding-left: 20px;
          padding-right: inherit;
        }
        .contant-info .media-left .fa {
          border: 2px solid #000;
          border-radius: 50%;
          color: #000;
          font-size: 25px;
          height: 58px;
          line-height: 52px;
          text-align: center;
          width: 58px;
        }

        .widget_pages ul {
          list-style: none;
        }
        .widget_pages ul li {
          line-height: 2;
        }
        .widget_pages > ul {
          padding: 0;
          margin: 0;
        }

        .textwidget select {
          padding: 8px;
          max-width: 100%;
        }

        .kc-widget-title {
          color: #42a5f5;
        }

        .widgettitle {
          color: #999999;
          text-transform: uppercase;
          letter-spacing: 0.8;
        }

        .newletters-1 .widgettitle {
          font-size: 48px;
          font-weight: 700;
          padding-bottom: 20px;
          letter-spacing: 4px;
          font-family: "Raleway", sans-serif;
        }

        .newletters-2 {
          padding-bottom: 20px;
        }
        .newletters-2 .widgettitle {
          font-size: 30px;
          color: #111111;
          font-weight: 700;
          padding-bottom: 8px;
          letter-spacing: 2px;
          font-family: "Raleway", sans-serif;
        }
        .newletters-2 .description {
          font-size: 16px;
          color: #42a5f5;
        }

        .newletters-3 {
          padding-bottom: 25px;
        }
        .newletters-3 .widgettitle {
          font-size: 36px;
          color: #111111;
          font-weight: 700;
          padding-bottom: 42px;
          letter-spacing: 2px;
          font-family: "Raleway", sans-serif;
        }
        .newletters-3 .description {
          font-size: 16px;
          color: #999999;
        }

        ul.socials {
          padding: 0;
          margin: 0;
          list-style: none;
        }
        ul.socials li {
          display: inline-block;
          width: 16%;
          text-align: center;
          padding: 15px 0;
          border-left: 1px solid #e1e1e1;
          font-weight: 700;
        }
        .rtl ul.socials li {
          border-right: 1px solid #e1e1e1;
          border-left: inherit;
        }
        ul.socials li:first-child {
          border-left: none;
        }
        .rtl ul.socials li:first-child {
          border-right: none;
          border-left: inherit;
        }
        ul.socials li a {
          color: #605959;
        }

        .widget_apus_instagram .instagram-pics {
          margin: 0px;
        }
        .widget_apus_instagram .instagram-widget .row [class*="col-md-"] {
          overflow: hidden;
          padding: 5px;
        }
        .widget_apus_instagram .instagram-widget .row a {
          position: relative;
        }
        .widget_apus_instagram .instagram-widget .row a:before {
          content: "\ee81";
          font-family: "monia" !important;
          position: absolute;
          color: #ffffff;
          top: -50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          -webkit-transition: all 0.4s ease;
          -o-transition: all 0.4s ease;
          transition: all 0.4s ease;
          font-size: 24px;
          opacity: 0;
          filter: alpha(opacity=0);
        }
        .widget_apus_instagram .instagram-widget .row a:hover:before {
          top: 50%;
          z-index: 1;
          opacity: 1;
          filter: alpha(opacity=100);
        }
        .widget_apus_instagram .instagram-widget .row a:hover img {
          -webkit-filter: brightness(0.5);
          filter: brightness(0.5);
        }

        .kc_single_image {
          position: relative;
          -webkit-transition: all 0.4s ease;
          -o-transition: all 0.4s ease;
          transition: all 0.4s ease;
        }
        .kc_single_image .scapt {
          margin: 0 auto;
          font-size: 30px;
          text-transform: uppercase;
          font-weight: 700;
          color: #ffffff;
          position: absolute;
          top: 50%;
          text-align: center;
          left: 0;
          right: 0;
          line-height: 55px;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%);
          font-family: "Raleway", sans-serif;
        }
        @media (max-width: 480px) {
          .kc_single_image .scapt {
            font-size: 30px;
            line-height: 40px;
          }
        }
        .kc_single_image .kc-image-overlay i {
          display: none;
        }
        .kc_single_image:hover .kc-image-overlay {
          background: rgba(66, 165, 245, 0.6) !important;
        }

        .contact-topbar-1 .textwidget .media {
          display: inline-block;
          padding-right: 22px;
          margin: 0;
        }
        .rtl .contact-topbar-1 .textwidget .media {
          padding-left: 22px;
          padding-right: inherit;
        }
        .contact-topbar-1 .textwidget .media .media-body {
          vertical-align: middle;
        }
        .contact-topbar-1 .textwidget .media .media-body p {
          margin: 0;
        }
        .contact-topbar-1 .textwidget .media .media-body .phone-info {
          color: #888625;
        }

        .contact-topbar-2 {
          color: rgba(255, 255, 255, 0.5);
        }
        .contact-topbar-2 .textwidget .media {
          display: inline-block;
          padding-right: 22px;
          margin: 0;
        }
        .rtl .contact-topbar-2 .textwidget .media {
          padding-left: 22px;
          padding-right: inherit;
        }
        .contact-topbar-2 .textwidget .media .media-left {
          vertical-align: middle;
        }
        .contact-topbar-2 .textwidget .media .media-left i {
          font-size: 24px !important;
        }
        .contact-topbar-2 .textwidget .media .media-body p {
          margin: 0;
          line-height: 20px;
        }
        .contact-topbar-2 .textwidget .media .media-body .info-title {
          text-transform: none;
          font-size: 14px;
        }
        .contact-topbar-2 .textwidget .media .media-body .info {
          font-weight: 700;
          font-size: 16px;
        }

        .widget_products_categories .title_products_categories {
          text-align: center;
          top: 0;
          left: 15px;
          right: 15px;
          height: 100%;
          position: absolute;
        }
        .widget_products_categories .title_products_categories h3 {
          margin: 0;
          font-size: 36px;
          font-weight: 700;
          text-transform: uppercase;
          padding-top: 5px;
          color: #ffffff;
        }
        .widget_products_categories .title_products_categories > div {
          position: relative;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%);
        }
        .widget_products_categories .products-grid {
          margin: -30px 0 0;
        }
        .widget_products_categories .products-grid .product-block.grid {
          margin: 30px 0 0;
        }
        .widget_products_categories .layout-fix {
          margin: -30px 0 0;
        }
        .widget_products_categories .layout-fix .product-block.grid {
          margin: 30px 0 0;
        }
        .widget_products_categories .banner-images {
          padding: 30px 0 0;
        }

        .widget-ground-banner .b-absolute-left {
          position: absolute;
          height: 100%;
          right: 0;
        }
        .rtl .widget-ground-banner .b-absolute-left {
          left: 0;
          right: auto;
        }
        .widget-ground-banner .b-absolute-right {
          position: absolute;
          height: 100%;
        }
        .widget-ground-banner .banner-title {
          font-size: 30px;
          text-align: center;
          text-transform: uppercase;
          font-weight: 700;
          position: absolute;
          height: 100%;
          top: 0;
          width: 100%;
          left: 0;
        }
        .widget-ground-banner .banner-title span {
          color: #ffffff;
          position: relative;
          font-family: "Raleway", sans-serif;
          display: inline-block;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%);
        }
        .widget-ground-banner .banner-title span:after {
          content: "";
          background: url("../images/iconline1.html") no-repeat;
          width: 40px;
          height: 4px;
          margin: 0 auto;
          position: absolute;
          bottom: -5px;
          left: 0;
          right: 0;
        }
        .widget-ground-banner .banner-title {
          -webkit-transition: all 0.4s ease 0s;
          -o-transition: all 0.4s ease 0s;
          transition: all 0.4s ease 0s;
        }
        .widget-ground-banner .banner-title:hover span {
          color: rgba(255, 255, 255, 0.6);
        }
        .widget-ground-banner .image-wrapper {
          -webkit-transition: all 0.4s ease 0s;
          -o-transition: all 0.4s ease 0s;
          transition: all 0.4s ease 0s;
        }
        .widget-ground-banner .image-wrapper:hover img {
          opacity: 0.85;
          filter: alpha(opacity=85);
        }

        .hotline {
          text-align: center;
        }
        @media (min-width: 992px) {
          .hotline {
            padding: 105px 0;
          }
        }
        .hotline .tt-hotline {
          font-family: "Raleway", sans-serif;
          font-size: 24px;
          color: #42a5f5;
          font-weight: 700;
        }
        .hotline .phone {
          font-family: "Raleway", sans-serif;
          font-size: 60px;
          font-weight: 700;
          text-transform: uppercase;
          color: #ffffff;
          line-height: 60px;
          padding: 10px 0 20px;
        }
        .hotline p {
          font-size: 16px;
          padding: 0 20px;
        }

        @media (min-width: 992px) {
          .about {
            padding: 0 50px;
          }
        }
        .about .tt-about {
          font-size: 48px;
          color: #111111;
          text-transform: uppercase;
          font-weight: 700;
          line-height: 70px;
          font-family: "Raleway", sans-serif;
        }
        .about .author-about {
          font-size: 18px;
          color: #888625;
          text-transform: uppercase;
          font-weight: 700;
          padding: 25px 0;
          font-family: "Raleway", sans-serif;
        }
        .about .author-about:before {
          content: "\,,";
          font-size: 60px;
          color: #ffffff;
          width: 70px;
          height: 70px;
          background: #eeeeee;
          display: inline-block;
          vertical-align: middle;
          text-align: center;
          border-radius: 50%;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          -ms-border-radius: 50%;
          -o-border-radius: 50%;
          font-family: 'Playfair Display', serif;
          margin-right: 15px;
          line-height: 20px;
          -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
          -o-transform: rotate(180deg);
          transform: rotate(180deg);
          letter-spacing: -4px;
        }
        .rtl .about .author-about:before {
          margin-left: 15px;
          margin-right: inherit;
        }
        .about p {
          font-size: 16px;
          line-height: 30px;
          letter-spacing: 0.25px;
          color: #696969;
        }

        .banner1 {
          max-width: 450px;
          text-align: center;
          margin: 0 auto;
        }
        .banner1 .tt-banner {
          font-size: 16px;
          color: #888625;
          text-transform: capitalize;
          font-weight: 700;
          padding-bottom: 5px;
        }
        .banner1 .bn-sale {
          font-size: 120px;
          font-weight: 700;
          text-transform: uppercase;
          color: #ffffff;
          line-height: 120px;
          padding-bottom: 10px;
          font-family: "Raleway", sans-serif;
        }
        .banner1 p {
          font-weight: 16px;
          color: #f8f8f8;
        }
        .banner1 p a.btn-banner {
          margin-top: 25px;
          font-size: 24px;
          color: #111111;
          font-family: "Raleway", sans-serif;
          background: #ffffff;
          padding: 0;
          width: 180px;
          height: 60px;
          line-height: 60px;
          font-weight: 700;
          -webkit-transition: all 0.3s ease-in-out 0s;
          -o-transition: all 0.3s ease-in-out 0s;
          transition: all 0.3s ease-in-out 0s;
        }
        .banner1 p a.btn-banner:hover {
          color: #ffffff;
          background: #42a5f5;
        }

        .sidebar {
          margin-top: 60px;
        }
        .sidebar .widget_apus_search .search-form .input-group {
          margin: 0 3px 5px;
        }
        .sidebar .widget_apus_search .search-form .input-group button.btn {
          background: transparent;
          color: #222222;
          font-size: 15px;
        }
        .sidebar .search-form .input-group {
          border-radius: 50px;
          -webkit-border-radius: 50px;
          -moz-border-radius: 50px;
          -ms-border-radius: 50px;
          -o-border-radius: 50px;
        }
        .sidebar .widget .widget-title {
          font-size: 18px;
          font-weight: 800;
        }
        .widget .widget-title:after {
          content: "";
          background: url("../img/line-2.png") no-repeat;
          width: 53px;
          height: 18px;
          display: inline-block;
          vertical-align: middle;
          margin-left: 20px;
        }
        .rtl .sidebar .widget .widget-title:after {
          margin-right: 20px;
          margin-left: inherit;
        }
        .sidebar ul {
          padding: 0;
          list-style: none;
        }
        .sidebar ul ul {
          padding-left: 15px;
        }
        .rtl .sidebar ul ul {
          padding-right: 15px;
          padding-left: inherit;
        }
        .sidebar ul > li {
          line-height: 35px;
          font-size: 16px;
        }
        .sidebar ul > li a {
          color: #666666;
        }
        .sidebar ul > li:before {
          content: "\e914";
          font-family: "monia";
          padding-right: 20px;
          vertical-align: middle;
        }
        .rtl .sidebar ul > li:before {
          padding-left: 20px;
          padding-right: inherit;
        }
        .sidebar ul > li:hover {
          color: #42a5f5;
        }
        .sidebar ul > li:hover:before, .sidebar ul > li:hover a {
          color: #42a5f5;
        }
        .sidebar .posts-list .entry-title {
          font-size: 16px;
          font-weight: 600;
          text-transform: capitalize;
          margin: 0px;
          margin-bottom: 5px;
          line-height: 1.2;
        }
        .sidebar .posts-list .entry-title a {
          color: #222222;
        }
        .sidebar .posts-list .entry-title a:hover {
          color: #42a5f5;
        }
        .sidebar .posts-list .media-left {
          padding-right: 25px;
        }
        .rtl .sidebar .posts-list .media-left {
          padding-left: 25px;
          padding-right: inherit;
        }
        .sidebar .posts-list .entry-image img {
          height: 70px;
        }
        .sidebar .posts-list .entry-create {
          margin: 0;
          font-size: 14px;
        }
        .sidebar .posts-list .entry-create i {
          color: #42a5f5;
        }
        .sidebar .posts-list .post {
          padding: 30px 0;
        }
        .sidebar .posts-list li:first-child .post {
          padding-top: 10px;
        }
        .sidebar .posts-list li:before {
          display: none;
        }

        .woocommerce .shop_table, .woocommerce .cart-collaterals {
          font-family: "Lato", sans-serif;
        }

        .quickview-container {
          font-family: "Lato", sans-serif;
        }
        .quickview-container .product_title {
          font-size: 30px;
          font-weight: 700;
        }
        .quickview-container .pull-left.qty {
          line-height: 45px;
        }

        .widget_apus_custom_menu {
          margin: 0;
        }
        .widget_apus_custom_menu .menu-categories-container {
          background: #888625;
          font-size: 20px;
          font-weight: 700;
        }
        .widget_apus_custom_menu .menu-categories-container ul {
          padding: 0 30px;
        }
        .widget_apus_custom_menu .menu-categories-container ul li {
          line-height: 59px;
          border-bottom: 1px solid rgba(221, 221, 221, 0.3);
        }
        .widget_apus_custom_menu .menu-categories-container ul li:last-child {
          border: 0;
        }
        .widget_apus_custom_menu .menu-categories-container ul li a {
          color: #ffffff;
        }

        .popupnewsletter-wrapper .mfp-inline-holder .mfp-content, .popuppromotion-wrapper .mfp-inline-holder .mfp-content {
          padding: 0;
          background-color: #e8fff6;
          width: 700px;
        }
        .popupnewsletter-wrapper .mfp-inline-holder .mfp-content .mfp-close, .popuppromotion-wrapper .mfp-inline-holder .mfp-content .mfp-close {
          background: url("../images/close.html") no-repeat;
          height: 50px;
          opacity: 1;
          right: -30px;
          top: -30px;
          width: 60px;
          line-height: 61px;
        }
        .popupnewsletter-wrapper .mfp-inline-holder .mfp-content .mfp-close:hover, .popupnewsletter-wrapper .mfp-inline-holder .mfp-content .mfp-close:active, .popuppromotion-wrapper .mfp-inline-holder .mfp-content .mfp-close:hover, .popuppromotion-wrapper .mfp-inline-holder .mfp-content .mfp-close:active {
          background: url("../images/close.html") no-repeat;
          color: #42a5f5;
        }

        .popuppromotion-wrapper .mfp-inline-holder .mfp-content {
          width: 414px;
          background-color: #F6FEFA;
        }

        .popupnewsletter-widget {
          text-align: center;
          padding: 26px 30px 0 10px;
        }
        .popupnewsletter-widget h3 {
          font-size: 36px;
          text-transform: uppercase;
        }
        .popupnewsletter-widget h3:after {
          background: url("../images/mail.html") no-repeat;
          content: "";
          width: 180px;
          height: 180px;
          top: 35px;
          position: absolute;
          left: 0;
          right: 0;
          margin: 0 auto;
        }
        .popupnewsletter-widget .description {
          font-size: 16px;
          margin-bottom: 33px;
          line-height: 1.6;
        }
        .popupnewsletter-widget .mail-form .name {
          display: none;
        }
        .popupnewsletter-widget .mail-form .input-group .form-control, .popupnewsletter-widget .mail-form .input-group-btn {
          display: inline;
        }
        .popupnewsletter-widget .mail-form .input-group .form-control {
          background: transparent;
          border: none;
          border-bottom: 1px solid #e1e1e1;
          text-align: center;
          padding: 6px;
        }
        .popupnewsletter-widget .mail-form .input-group-btn button {
          margin-top: 20px;
          position: relative;
          width: 100%;
          font-size: 20px;
          font-weight: 700;
          text-transform: uppercase;
          padding: 6px;
        }
        .popupnewsletter-widget .socials {
          margin-top: 44px;
        }
        .popupnewsletter-widget .socials a {
          color: #111;
          font-size: 10px;
          font-weight: 700;
          padding: 0 9px;
          text-transform: uppercase;
        }
        .popupnewsletter-widget .socials a:hover {
          color: #42a5f5;
        }

        .popuppromotion-widget h3 {
          color: #8f8f8f;
          font-family: josefin sans;
          font-size: 20px;
          letter-spacing: 5px;
          text-align: center;
        }

        .widget-features-box {
          text-align: center;
        }
        .widget-features-box .ourservice-heading {
          color: #222222;
          font-weight: 700;
          text-transform: uppercase;
        }
        .widget-features-box .description {
          line-height: 26px;
        }
        .widget-features-box.default .feature-box {
          -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
          padding: 44px 50px 35px;
          -webkit-transition: all 0.4s ease 0s;
          -o-transition: all 0.4s ease 0s;
          transition: all 0.4s ease 0s;
        }
        .widget-features-box.default .feature-box:hover {
          -webkit-box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.1);
        }
        .widget-features-box.default .fbox-icon i {
          font-size: 27px;
          color: #42a5f5;
        }
        .widget-features-box.default .ourservice-heading {
          font-size: 14px;
          margin: 20px 0 16px;
        }
        @media (max-width: 1199px) {
          .widget-features-box.default [class*='col-'] {
            margin-bottom: 30px;
          }
          .widget-features-box.default [class*='col-']:last-child {
            margin-bottom: 0px;
          }
        }
        .widget-features-box.style1:hover .fbox-icon i {
          color: #42a5f5;
        }
        .widget-features-box.style1 .fbox-icon {
          position: relative;
        }
        .widget-features-box.style1 .fbox-icon:after {
          content: "";
          position: absolute;
          width: 100%;
          top: 50%;
          left: 0;
          border-top: 1px dashed #e1e1e1;
          z-index: -1;
        }
        .widget-features-box.style1 .fbox-icon i {
          -webkit-transition: all 0.4s ease 0s;
          -o-transition: all 0.4s ease 0s;
          transition: all 0.4s ease 0s;
          font-size: 32px;
          line-height: 1;
          padding: 48px;
          -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
          border-radius: 50%;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          -ms-border-radius: 50%;
          -o-border-radius: 50%;
          color: #222222;
          background: #ffffff;
        }
        .widget-features-box.style1 .fbox-content {
          padding-top: 35px;
        }
        .widget-features-box.style1 .ourservice-heading {
          font-size: 18px;
          margin-bottom: 20px;
        }
        .widget-features-box.style1 .description {
          padding: 0 10px;
          color: #666666;
        }
        .widget-features-box.style2:hover .fbox-icon i {
          color: #42a5f5;
        }
        .widget-features-box.style2 .fbox-icon {
          position: relative;
          display: inline-block;
          padding: 25px;
        }
        .widget-features-box.style2 .fbox-icon:after {
          content: "";
          position: absolute;
          height: 166%;
          width: 100%;
          border: 1px dashed #e1e1e1;
          top: -33%;
          left: 0;
          border-bottom: none;
          border-top: none;
        }
        .widget-features-box.style2 .fbox-icon:before {
          content: "";
          position: absolute;
          height: 100%;
          width: 166%;
          border: 1px dashed #e1e1e1;
          top: 0;
          left: -33%;
          border-left: none;
          border-right: none;
        }
        .widget-features-box.style2 .fbox-icon .inner {
          line-height: 1;
        }
        .widget-features-box.style2 .fbox-icon i {
          -webkit-transition: all 0.4s ease 0s;
          -o-transition: all 0.4s ease 0s;
          transition: all 0.4s ease 0s;
          font-size: 30px;
          line-height: 1;
          color: #222222;
          background: #ffffff;
        }
        .widget-features-box.style2 .fbox-content {
          padding-top: 22px;
        }
        .widget-features-box.style2 .ourservice-heading {
          font-size: 18px;
        }
        .widget-features-box.style2 .description {
          padding: 0 10px;
        }

        .widget-blog .post-list .meta {
          line-height: 1;
        }
        .widget-blog .post-list .meta i {
          font-size: 21px;
          color: #42a5f5;
          padding-right: 10px;
          vertical-align: middle;
        }
        .rtl .widget-blog .post-list .meta i {
          padding-left: 10px;
          padding-right: inherit;
        }
        .widget-blog .post-list .meta span {
          margin-right: 30px;
        }
        .rtl .widget-blog .post-list .meta span {
          margin-left: 30px;
          margin-right: inherit;
        }
        .widget-blog .post-list .meta span:last-child {
          margin-right: 0px;
        }
        .rtl .widget-blog .post-list .meta span:last-child {
          margin-left: 0px;
          margin-right: inherit;
        }
        .widget-blog .post-list .entry-title {
          font-weight: 600;
          font-size: 18px;
          text-transform: lowercase;
          margin: 10px 0 15px;
        }
        .widget-blog .post-list .entry-title:first-letter {
          text-transform: uppercase;
        }
        .widget-blog .post-list .info-bottom .btn {
          background: #222222;
        }
        .widget-blog .post-list .info-bottom .btn:hover {
          background: #42a5f5;
        }

        /* 12. responsive */
        @media (max-width: 480px) {
  /*------------------------*\
      kc_vertical_tabs
      /*-----------------------*/
      .kc_vertical_tabs .ui-tabs-nav li a {
        position: relative;
        text-indent: -9999px;
      }
      .kc_vertical_tabs .ui-tabs-nav li a i {
        position: absolute;
        text-indent: 1px;
        left: 50%;
        top: 50%;
        padding: 0px !important;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
      }
    }
    @media (max-width: 991px) {
      .widget-testimonials .owl-controls {
        display: none;
      }
    }
    /*--------------------*/
    @media (max-width: 991px) and (min-width: 480px) {
      .kc_title {
        font-size: 20px !important;
      }
    }
    /*-------------------*/
    @media (min-width: 992px) {
      .md-clearfix {
        clear: both;
      }
    }
    @media (max-width: 991px) {
      .md-clearfix {
        clear: inherit;
      }

      .sm-clearfix {
        clear: both;
      }
    }
    @media (max-width: 1600px) {
      #apus-header .phone {
        font-size: 15px;
        padding-right: 20px;
      }
      .rtl #apus-header .phone {
        padding-left: 20px;
        padding-right: inherit;
      }

      .navbar-nav.megamenu > li {
        margin-right: 35px;
      }
      .rtl .navbar-nav.megamenu > li {
        margin-left: 35px;
        margin-right: inherit;
      }
    }
    /* 
FundMe - is a Premium HTML Responsive Templeate by HTMLmate Team. You can use this for anykind of Nonprofit website

File:           CSS Base
Version:        1.1
Last change:     
Author:        HTMLmate

*/

/*-------- css code for responsive layout  --------*/
/*  To make Responsive
---------------------------------------------------------------------- /
*   1 - media screen and (max-width: 1199px)
*   2 - media screen and (max-width: 991px)
*   3 - media screen and (max-width: 767px)
*   4 - media screen and (max-width: 680px)
*   5 - media screen and (max-width: 480px)
*
---------------------------------------------------------------------- 


/*  1 - media screen and (max-width: 1199px)
------------------------------------------------------------------------------------------ */

@media screen and (max-width: 991px) { 

	.kc-pricing-tables.kc-pricing-layout-2 {
		margin-bottom: 30px;
	}
	.partner-sllide-content .owl-controls {
		display: none;
	}
	.contact-info .media {
		width: 100%;
	}
	.our-news-section .meta {
		margin-top: 15px;
	}
	.header-mobile .btn.offcanvas {
		box-shadow: none;
	}
	.tp-bannertimer {
		display: none;
	}
	.content-button a {
		padding: 15px 25px 15px 35px;
	}
	.free-download-section.v-2 { 
		background-size: cover;
	}
	.footer-area-v2-section .kc-elm.kc-css-555002.kc_col-sm-3.kc_column_inner.kc_col-sm-3 {
		padding-left: 15px;
	}
	.widget-social .social > li {
		margin-left: 3px;
	}
	.kc-title-wrap.left.lighting .kc_title:after {
		display: none;
	}
	.who-we-are-section .section-content, .our-team-section .section-content {
		padding-top: 40px;
	}
	.grid-20 {
		width: 25.5%;
		margin: .7%; 
	}
	.navbar-collapse {
		border-bottom: 1px solid #ccc;

	}
}

@media screen and (max-width: 767px) {  
	.section-content {
		padding: 60px 0px;
	}
	.kc-elm.kc-css-294644.kc-title-wrap.dark {
		padding-bottom: 35px;
	}
	.container {
		padding: 0px 30px;
	}
	.service-pic{
		display: none;
	}
	.kc_counter_box {
		margin-bottom: 55px;
	}
	.love-our-network-section .kc-elm.kc-css-294644.kc-title-wrap.dark {
		padding-bottom: 40px;
	}
	.newslatter-section {
		text-align: center;
	}
	.layout-blog article {
		max-width: 390px;
		padding-left: 15px;
	}
	.footer-area-section .search-form {
		margin-top: 25px;
		max-width: 300px;
	}
	.kc_text_block .intro .description {
		padding: 20px 0 20px;
	}
	.acc-content-inner {
		padding: 25px 10px;
	}
	.acc-btn {
		padding: 10px 10px;
	}
	.your-plan-section {
		background-size: cover;
	}
	.kc-elm.kc-css-835772.kc-pricing-tables.kc-pricing-layout-2.text-center.mddl {
		position: relative;
		top: 0;
	}
	.pricing-2-section .kc-elm.kc-css-835772.kc-pricing-tables.kc-pricing-layout-2 {
		background-color: #f3f3f3;
	}
	.pricing-2-section .content-icon-image-header {
		margin-bottom: 15px;
	}
	.instagram-widget .col-md-4{
		float: left;
	}
	.contact-item.text-center.colmd3 {
		margin-bottom: 25px;
	}
	.grid-20 {
		width: 30.5%;
		margin: .7%; 
	}
	.your-personal-section .p-img {
		position: relative;
		top: 0;
	}
}

@media screen and (max-width: 680px) { 
	.love-our-network-section .section-content {
		padding-bottom: 35px;
	}
	.acc-container {
		margin: 20px auto 0 auto;
	} 
	.section-content {
		padding: 40px 0px;
	}
	.client-say-section .section-padding {
		padding-bottom: 20px;
	}
	.faq-content {
		padding-top: 15px;
	}
	.ques-form:after {
		display: none;
	}
	.your-personal-section .kc-css-320356 p {
		font-size: 30px;
	}
}

@media screen and (max-width: 650px) {  
	.active-mobile {
		margin-left: 20px;
	}
	.bg-primary {
		padding-left: 20px;
	}
	.welcome-area-section .section-content {
		padding-bottom: 60px;
	}
	.padding-top-70 {
		padding-top: 15px !important;
	}
	.gallery-area-section .btn-primary {
		margin-left: 0;
	}
	.section-content-2 {
		padding: 30px 0px;
	}
	.few-ques-asection .kc-elm.kc-css-522062.kc_text_block {
		padding-bottom: 0px;
	}
	.why-choose-us .section-content {
		padding: 0;
	}
	.footer-area-v2-section .section-content {
		padding-bottom: 25px;
	}
}

@media screen and (max-width: 420px)  {
	.contact-info .phone {
		font-size: 24px;
	}
	.kc_text_block .intro .title {
		font-size: 24px;
	}
	.kc_text_block .intro .description {
		padding: 20px 0 0px;
	}
	.media {
		margin-top: 0px;
	}
	.section-content-2 {
		padding: 35px 0px;
	}
	.service-section .kc-elm.kc-css-294644.kc-title-wrap.dark {
		padding-bottom: 30px;
	}
	.kc_counter_box .counterup {
		font-size: 30px;
	}
	.kc_counter_box h4 {
		font-size: 16px;
	}
	.kc_counter_box .element-icon {
		padding: 23px 23px 55px 48px;
	}
	.copy-right .widget {
		float: left !important;
	}
	.kc-elm.kc-css-294644.kc-title-wrap.dark {
		padding-bottom: 15px;
	}
	.love-our-network-section.v-2 .section-content {
		padding: 40px 0px 0px;
	}
	.why-choose-us .feature-box {
		padding-bottom: 20px;
	}
	.testimonial-slide-content .owl-controls, .who-we-are-slide-content .owl-controls {
		position: relative !important;
		margin-top: 20px;
	}
	.slider-name-des .name-client {
		margin-top: 25px;
	}
	.newslatter-section.v-v2 .kc-elm.kc-css-154902.kc_text_block {
		border-right: none;
	}
	.kc-css-46029 {
		padding-left: 0;
	}
	.callto-action .title {
		text-align: -webkit-auto;
	}
	.newslatter-section.v-v2 .kc-css-46029 p {
		text-align: justify;
	}
	.newslatter-section.v-v2 .callto-action {
		text-align: left;
	}
	
	.footer-area-v2-section .kc-elm.kc-css-555002.kc_col-sm-3.kc_column_inner.kc_col-sm-3 {
		padding-left: 0;
	}
	.why-choose-us .section-content {
		padding: 35px 0px 0px;
	}
	.widget-newletter .input-group-btn .btn {
		padding: 10px 30px;
	}
	.callto-action .btn {
		padding: 15px 15px;
	}
	.footer-area-v2-section .section-content {
		padding-bottom: 20px;
	}
	.free-download-section.v-2 .contact-info .media {
		border-right: none;
	}
	.widget-features-box.style1 .fbox-content {
		padding-top: 0px;
	}
	.video-tour-section {
		display: none;
	}
	.partner-slide-section.v2 {
		margin-top: 0px;
	}
	.blog-pagination .pagination li a.next-p  {
		display: none;
	}
	.margin-top-40 {
		margin-top: 0;
	}
	.margin-left-20 {
		margin-left: 0;
	}
	.entry-meta {
		margin: 0;
	}
	.apus-social-share {
		display: none;
	}
	.grid-20 {
		width: 98.5%;
		margin: .7%; 
	}

	.fbox-img {
		margin-bottom: 15px;
	}
	.feature-box-section .section-content {
		padding-bottom: 0px;
	}
}

@media screen and (max-width: 375px)  { 
	.kc_counter_box .element-icon {
		display: none;
	} 
	.blog-pagination .pagination li a {
		margin-right: 5px; 
	}
}


.margin-top-1 {
  margin-top: 1px !important;
}

.margin-left-1 {
  margin-left: 1px !important;
}

.margin-bottom-1 {
  margin-bottom: 1px !important;
}

.margin-right-1 {
  margin-right: 1px !important;
}

.margin-top-2 {
  margin-top: 2px !important;
}

.margin-left-2 {
  margin-left: 2px !important;
}

.margin-bottom-2 {
  margin-bottom: 2px !important;
}

.margin-right-2 {
  margin-right: 2px !important;
}

.margin-top-3 {
  margin-top: 3px !important;
}

.margin-left-3 {
  margin-left: 3px !important;
}

.margin-bottom-3 {
  margin-bottom: 3px !important;
}

.margin-right-3 {
  margin-right: 3px !important;
}

.margin-top-4 {
  margin-top: 4px !important;
}

.margin-left-4 {
  margin-left: 4px !important;
}

.margin-bottom-4 {
  margin-bottom: 4px !important;
}

.margin-right-4 {
  margin-right: 4px !important;
}

.margin-top-5 {
  margin-top: 5px !important;
}

.margin-left-5 {
  margin-left: 5px !important;
}

.margin-bottom-5 {
  margin-bottom: 5px !important;
}

.margin-right-5 {
  margin-right: 5px !important;
}

.margin-top-6 {
  margin-top: 6px !important;
}

.margin-left-6 {
  margin-left: 6px !important;
}

.margin-bottom-6 {
  margin-bottom: 6px !important;
}

.margin-right-6 {
  margin-right: 6px !important;
}

.margin-top-7 {
  margin-top: 7px !important;
}

.margin-left-7 {
  margin-left: 7px !important;
}

.margin-bottom-7 {
  margin-bottom: 7px !important;
}

.margin-right-7 {
  margin-right: 7px !important;
}

.margin-top-8 {
  margin-top: 8px !important;
}

.margin-left-8 {
  margin-left: 8px !important;
}

.margin-bottom-8 {
  margin-bottom: 8px !important;
}

.margin-right-8 {
  margin-right: 8px !important;
}

.margin-top-9 {
  margin-top: 9px !important;
}

.margin-left-9 {
  margin-left: 9px !important;
}

.margin-bottom-9 {
  margin-bottom: 9px !important;
}

.margin-right-9 {
  margin-right: 9px !important;
}

.margin-top-10 {
  margin-top: 10px !important;
}

.margin-left-10 {
  margin-left: 10px !important;
}

.margin-bottom-10 {
  margin-bottom: 10px !important;
}

.margin-right-10 {
  margin-right: 10px !important;
}

.margin-top-11 {
  margin-top: 11px !important;
}

.margin-left-11 {
  margin-left: 11px !important;
}

.margin-bottom-11 {
  margin-bottom: 11px !important;
}

.margin-right-11 {
  margin-right: 11px !important;
}

.margin-top-12 {
  margin-top: 12px !important;
}

.margin-left-12 {
  margin-left: 12px !important;
}

.margin-bottom-12 {
  margin-bottom: 12px !important;
}

.margin-right-12 {
  margin-right: 12px !important;
}

.margin-top-13 {
  margin-top: 13px !important;
}

.margin-left-13 {
  margin-left: 13px !important;
}

.margin-bottom-13 {
  margin-bottom: 13px !important;
}

.margin-right-13 {
  margin-right: 13px !important;
}

.margin-top-14 {
  margin-top: 14px !important;
}

.margin-left-14 {
  margin-left: 14px !important;
}

.margin-bottom-14 {
  margin-bottom: 14px !important;
}

.margin-right-14 {
  margin-right: 14px !important;
}

.margin-top-15 {
  margin-top: 15px !important;
}

.margin-left-15 {
  margin-left: 15px !important;
}

.margin-bottom-15 {
  margin-bottom: 15px !important;
}

.margin-right-15 {
  margin-right: 15px !important;
}

.margin-top-16 {
  margin-top: 16px !important;
}

.margin-left-16 {
  margin-left: 16px !important;
}

.margin-bottom-16 {
  margin-bottom: 16px !important;
}

.margin-right-16 {
  margin-right: 16px !important;
}

.margin-top-17 {
  margin-top: 17px !important;
}

.margin-left-17 {
  margin-left: 17px !important;
}

.margin-bottom-17 {
  margin-bottom: 17px !important;
}

.margin-right-17 {
  margin-right: 17px !important;
}

.margin-top-18 {
  margin-top: 18px !important;
}

.margin-left-18 {
  margin-left: 18px !important;
}

.margin-bottom-18 {
  margin-bottom: 18px !important;
}

.margin-right-18 {
  margin-right: 18px !important;
}

.margin-top-19 {
  margin-top: 19px !important;
}

.margin-left-19 {
  margin-left: 19px !important;
}

.margin-bottom-19 {
  margin-bottom: 19px !important;
}

.margin-right-19 {
  margin-right: 19px !important;
}

.margin-top-20 {
  margin-top: 20px !important;
}

.margin-left-20 {
  margin-left: 20px;
}

.margin-bottom-20 {
  margin-bottom: 20px !important;
}

.margin-right-20 {
  margin-right: 20px !important;
}

.margin-top-21 {
  margin-top: 21px !important;
}

.margin-left-21 {
  margin-left: 21px !important;
}

.margin-bottom-21 {
  margin-bottom: 21px !important;
}

.margin-right-21 {
  margin-right: 21px !important;
}

.margin-top-22 {
  margin-top: 22px !important;
}

.margin-left-22 {
  margin-left: 22px !important;
}

.margin-bottom-22 {
  margin-bottom: 22px !important;
}

.margin-right-22 {
  margin-right: 22px !important;
}

.margin-top-23 {
  margin-top: 23px !important;
}

.margin-left-23 {
  margin-left: 23px !important;
}

.margin-bottom-23 {
  margin-bottom: 23px !important;
}

.margin-right-23 {
  margin-right: 23px !important;
}

.margin-top-24 {
  margin-top: 24px !important;
}

.margin-left-24 {
  margin-left: 24px !important;
}

.margin-bottom-24 {
  margin-bottom: 24px !important;
}

.margin-right-24 {
  margin-right: 24px !important;
}

.margin-top-25 {
  margin-top: 25px !important;
}

.margin-left-25 {
  margin-left: 25px !important;
}

.margin-bottom-25 {
  margin-bottom: 25px !important;
}

.margin-right-25 {
  margin-right: 25px !important;
}

.margin-top-26 {
  margin-top: 26px !important;
}

.margin-left-26 {
  margin-left: 26px !important;
}

.margin-bottom-26 {
  margin-bottom: 26px !important;
}

.margin-right-26 {
  margin-right: 26px !important;
}

.margin-top-27 {
  margin-top: 27px !important;
}

.margin-left-27 {
  margin-left: 27px !important;
}

.margin-bottom-27 {
  margin-bottom: 27px !important;
}

.margin-right-27 {
  margin-right: 27px !important;
}

.margin-top-28 {
  margin-top: 28px !important;
}

.margin-left-28 {
  margin-left: 28px !important;
}

.margin-bottom-28 {
  margin-bottom: 28px !important;
}

.margin-right-28 {
  margin-right: 28px !important;
}

.margin-top-29 {
  margin-top: 29px !important;
}

.margin-left-29 {
  margin-left: 29px !important;
}

.margin-bottom-29 {
  margin-bottom: 29px !important;
}

.margin-right-29 {
  margin-right: 29px !important;
}

.margin-top-30 {
  margin-top: 30px !important;
}

.margin-left-30 {
  margin-left: 30px !important;
}

.margin-bottom-30 {
  margin-bottom: 30px !important;
}

.margin-right-30 {
  margin-right: 30px !important;
}

.margin-top-31 {
  margin-top: 31px !important;
}

.margin-left-31 {
  margin-left: 31px !important;
}

.margin-bottom-31 {
  margin-bottom: 31px !important;
}

.margin-right-31 {
  margin-right: 31px !important;
}

.margin-top-32 {
  margin-top: 32px !important;
}

.margin-left-32 {
  margin-left: 32px !important;
}

.margin-bottom-32 {
  margin-bottom: 32px !important;
}

.margin-right-32 {
  margin-right: 32px !important;
}

.margin-top-33 {
  margin-top: 33px !important;
}

.margin-left-33 {
  margin-left: 33px !important;
}

.margin-bottom-33 {
  margin-bottom: 33px !important;
}

.margin-right-33 {
  margin-right: 33px !important;
}

.margin-top-34 {
  margin-top: 34px !important;
}

.margin-left-34 {
  margin-left: 34px !important;
}

.margin-bottom-34 {
  margin-bottom: 34px !important;
}

.margin-right-34 {
  margin-right: 34px !important;
}

.margin-top-35 {
  margin-top: 35px !important;
}

.margin-left-35 {
  margin-left: 35px !important;
}

.margin-bottom-35 {
  margin-bottom: 35px !important;
}

.margin-right-35 {
  margin-right: 35px !important;
}

.margin-top-36 {
  margin-top: 36px !important;
}

.margin-left-36 {
  margin-left: 36px !important;
}

.margin-bottom-36 {
  margin-bottom: 36px !important;
}

.margin-right-36 {
  margin-right: 36px !important;
}

.margin-top-37 {
  margin-top: 37px !important;
}

.margin-left-37 {
  margin-left: 37px !important;
}

.margin-bottom-37 {
  margin-bottom: 37px !important;
}

.margin-right-37 {
  margin-right: 37px !important;
}

.margin-top-38 {
  margin-top: 38px !important;
}

.margin-left-38 {
  margin-left: 38px !important;
}

.margin-bottom-38 {
  margin-bottom: 38px !important;
}

.margin-right-38 {
  margin-right: 38px !important;
}

.margin-top-39 {
  margin-top: 39px !important;
}

.margin-left-39 {
  margin-left: 39px !important;
}

.margin-bottom-39 {
  margin-bottom: 39px !important;
}

.margin-right-39 {
  margin-right: 39px !important;
}

.margin-top-40 {
  margin-top: 40px;
}

.margin-left-40 {
  margin-left: 40px !important;
}

.margin-bottom-40 {
  margin-bottom: 40px !important;
}

.margin-right-40 {
  margin-right: 40px !important;
}

.margin-top-41 {
  margin-top: 41px !important;
}

.margin-left-41 {
  margin-left: 41px !important;
}

.margin-bottom-41 {
  margin-bottom: 41px !important;
}

.margin-right-41 {
  margin-right: 41px !important;
}

.margin-top-42 {
  margin-top: 42px !important;
}

.margin-left-42 {
  margin-left: 42px !important;
}

.margin-bottom-42 {
  margin-bottom: 42px !important;
}

.margin-right-42 {
  margin-right: 42px !important;
}

.margin-top-43 {
  margin-top: 43px !important;
}

.margin-left-43 {
  margin-left: 43px !important;
}

.margin-bottom-43 {
  margin-bottom: 43px !important;
}

.margin-right-43 {
  margin-right: 43px !important;
}

.margin-top-44 {
  margin-top: 44px !important;
}

.margin-left-44 {
  margin-left: 44px !important;
}

.margin-bottom-44 {
  margin-bottom: 44px !important;
}

.margin-right-44 {
  margin-right: 44px !important;
}

.margin-top-45 {
  margin-top: 45px !important;
}

.margin-left-45 {
  margin-left: 45px !important;
}

.margin-bottom-45 {
  margin-bottom: 45px !important;
}

.margin-right-45 {
  margin-right: 45px !important;
}

.margin-top-46 {
  margin-top: 46px !important;
}

.margin-left-46 {
  margin-left: 46px !important;
}

.margin-bottom-46 {
  margin-bottom: 46px !important;
}

.margin-right-46 {
  margin-right: 46px !important;
}

.margin-top-47 {
  margin-top: 47px !important;
}

.margin-left-47 {
  margin-left: 47px !important;
}

.margin-bottom-47 {
  margin-bottom: 47px !important;
}

.margin-right-47 {
  margin-right: 47px !important;
}

.margin-top-48 {
  margin-top: 48px !important;
}

.margin-left-48 {
  margin-left: 48px !important;
}

.margin-bottom-48 {
  margin-bottom: 48px !important;
}

.margin-right-48 {
  margin-right: 48px !important;
}

.margin-top-49 {
  margin-top: 49px !important;
}

.margin-left-49 {
  margin-left: 49px !important;
}

.margin-bottom-49 {
  margin-bottom: 49px !important;
}

.margin-right-49 {
  margin-right: 49px !important;
}

.margin-top-50 {
  margin-top: 50px !important;
}

.margin-left-50 {
  margin-left: 50px !important;
}

.margin-bottom-50 {
  margin-bottom: 50px !important;
}

.margin-right-50 {
  margin-right: 50px !important;
}

.margin-top-51 {
  margin-top: 51px !important;
}

.margin-left-51 {
  margin-left: 51px !important;
}

.margin-bottom-51 {
  margin-bottom: 51px !important;
}

.margin-right-51 {
  margin-right: 51px !important;
}

.margin-top-52 {
  margin-top: 52px !important;
}

.margin-left-52 {
  margin-left: 52px !important;
}

.margin-bottom-52 {
  margin-bottom: 52px !important;
}

.margin-right-52 {
  margin-right: 52px !important;
}

.margin-top-53 {
  margin-top: 53px !important;
}

.margin-left-53 {
  margin-left: 53px !important;
}

.margin-bottom-53 {
  margin-bottom: 53px !important;
}

.margin-right-53 {
  margin-right: 53px !important;
}

.margin-top-54 {
  margin-top: 54px !important;
}

.margin-left-54 {
  margin-left: 54px !important;
}

.margin-bottom-54 {
  margin-bottom: 54px !important;
}

.margin-right-54 {
  margin-right: 54px !important;
}

.margin-top-55 {
  margin-top: 55px !important;
}

.margin-left-55 {
  margin-left: 55px !important;
}

.margin-bottom-55 {
  margin-bottom: 55px !important;
}

.margin-right-55 {
  margin-right: 55px !important;
}

.margin-top-56 {
  margin-top: 56px !important;
}

.margin-left-56 {
  margin-left: 56px !important;
}

.margin-bottom-56 {
  margin-bottom: 56px !important;
}

.margin-right-56 {
  margin-right: 56px !important;
}

.margin-top-57 {
  margin-top: 57px !important;
}

.margin-left-57 {
  margin-left: 57px !important;
}

.margin-bottom-57 {
  margin-bottom: 57px !important;
}

.margin-right-57 {
  margin-right: 57px !important;
}

.margin-top-58 {
  margin-top: 58px !important;
}

.margin-left-58 {
  margin-left: 58px !important;
}

.margin-bottom-58 {
  margin-bottom: 58px !important;
}

.margin-right-58 {
  margin-right: 58px !important;
}

.margin-top-59 {
  margin-top: 59px !important;
}

.margin-left-59 {
  margin-left: 59px !important;
}

.margin-bottom-59 {
  margin-bottom: 59px !important;
}

.margin-right-59 {
  margin-right: 59px !important;
}

.margin-top-60 {
  margin-top: 60px !important;
}

.margin-left-60 {
  margin-left: 60px !important;
}

.margin-bottom-60 {
  margin-bottom: 60px !important;
}

.margin-right-60 {
  margin-right: 60px !important;
}

.margin-top-61 {
  margin-top: 61px !important;
}

.margin-left-61 {
  margin-left: 61px !important;
}

.margin-bottom-61 {
  margin-bottom: 61px !important;
}

.margin-right-61 {
  margin-right: 61px !important;
}

.margin-top-62 {
  margin-top: 62px !important;
}

.margin-left-62 {
  margin-left: 62px !important;
}

.margin-bottom-62 {
  margin-bottom: 62px !important;
}

.margin-right-62 {
  margin-right: 62px !important;
}

.margin-top-63 {
  margin-top: 63px !important;
}

.margin-left-63 {
  margin-left: 63px !important;
}

.margin-bottom-63 {
  margin-bottom: 63px !important;
}

.margin-right-63 {
  margin-right: 63px !important;
}

.margin-top-64 {
  margin-top: 64px !important;
}

.margin-left-64 {
  margin-left: 64px !important;
}

.margin-bottom-64 {
  margin-bottom: 64px !important;
}

.margin-right-64 {
  margin-right: 64px !important;
}

.margin-top-65 {
  margin-top: 65px !important;
}

.margin-left-65 {
  margin-left: 65px !important;
}

.margin-bottom-65 {
  margin-bottom: 65px !important;
}

.margin-right-65 {
  margin-right: 65px !important;
}

.margin-top-66 {
  margin-top: 66px !important;
}

.margin-left-66 {
  margin-left: 66px !important;
}

.margin-bottom-66 {
  margin-bottom: 66px !important;
}

.margin-right-66 {
  margin-right: 66px !important;
}

.margin-top-67 {
  margin-top: 67px !important;
}

.margin-left-67 {
  margin-left: 67px !important;
}

.margin-bottom-67 {
  margin-bottom: 67px !important;
}

.margin-right-67 {
  margin-right: 67px !important;
}

.margin-top-68 {
  margin-top: 68px !important;
}

.margin-left-68 {
  margin-left: 68px !important;
}

.margin-bottom-68 {
  margin-bottom: 68px !important;
}

.margin-right-68 {
  margin-right: 68px !important;
}

.margin-top-69 {
  margin-top: 69px !important;
}

.margin-left-69 {
  margin-left: 69px !important;
}

.margin-bottom-69 {
  margin-bottom: 69px !important;
}

.margin-right-69 {
  margin-right: 69px !important;
}

.margin-top-70 {
  margin-top: 70px !important;
}

.margin-left-70 {
  margin-left: 70px !important;
}

.margin-bottom-70 {
  margin-bottom: 70px !important;
}

.margin-right-70 {
  margin-right: 70px !important;
}

.margin-top-71 {
  margin-top: 71px !important;
}

.margin-left-71 {
  margin-left: 71px !important;
}

.margin-bottom-71 {
  margin-bottom: 71px !important;
}

.margin-right-71 {
  margin-right: 71px !important;
}

.margin-top-72 {
  margin-top: 72px !important;
}

.margin-left-72 {
  margin-left: 72px !important;
}

.margin-bottom-72 {
  margin-bottom: 72px !important;
}

.margin-right-72 {
  margin-right: 72px !important;
}

.margin-top-73 {
  margin-top: 73px !important;
}

.margin-left-73 {
  margin-left: 73px !important;
}

.margin-bottom-73 {
  margin-bottom: 73px !important;
}

.margin-right-73 {
  margin-right: 73px !important;
}

.margin-top-74 {
  margin-top: 74px !important;
}

.margin-left-74 {
  margin-left: 74px !important;
}

.margin-bottom-74 {
  margin-bottom: 74px !important;
}

.margin-right-74 {
  margin-right: 74px !important;
}

.margin-top-75 {
  margin-top: 75px !important;
}

.margin-left-75 {
  margin-left: 75px !important;
}

.margin-bottom-75 {
  margin-bottom: 75px !important;
}

.margin-right-75 {
  margin-right: 75px !important;
}

.margin-top-76 {
  margin-top: 76px !important;
}

.margin-left-76 {
  margin-left: 76px !important;
}

.margin-bottom-76 {
  margin-bottom: 76px !important;
}

.margin-right-76 {
  margin-right: 76px !important;
}

.margin-top-77 {
  margin-top: 77px !important;
}

.margin-left-77 {
  margin-left: 77px !important;
}

.margin-bottom-77 {
  margin-bottom: 77px !important;
}

.margin-right-77 {
  margin-right: 77px !important;
}

.margin-top-78 {
  margin-top: 78px !important;
}

.margin-left-78 {
  margin-left: 78px !important;
}

.margin-bottom-78 {
  margin-bottom: 78px !important;
}

.margin-right-78 {
  margin-right: 78px !important;
}

.margin-top-79 {
  margin-top: 79px !important;
}

.margin-left-79 {
  margin-left: 79px !important;
}

.margin-bottom-79 {
  margin-bottom: 79px !important;
}

.margin-right-79 {
  margin-right: 79px !important;
}

.margin-top-80 {
  margin-top: 80px !important;
}

.margin-left-80 {
  margin-left: 80px !important;
}

.margin-bottom-80 {
  margin-bottom: 80px !important;
}

.margin-right-80 {
  margin-right: 80px !important;
}

.padding-top-1 {
  padding-top: 1px !important;
}

.padding-left-1 {
  padding-left: 1px !important;
}

.padding-bottom-1 {
  padding-bottom: 1px !important;
}

.padding-right-1 {
  padding-right: 1px !important;
}

.padding-top-2 {
  padding-top: 2px !important;
}

.padding-left-2 {
  padding-left: 2px !important;
}

.padding-bottom-2 {
  padding-bottom: 2px !important;
}

.padding-right-2 {
  padding-right: 2px !important;
}

.padding-top-3 {
  padding-top: 3px !important;
}

.padding-left-3 {
  padding-left: 3px !important;
}

.padding-bottom-3 {
  padding-bottom: 3px !important;
}

.padding-right-3 {
  padding-right: 3px !important;
}

.padding-top-4 {
  padding-top: 4px !important;
}

.padding-left-4 {
  padding-left: 4px !important;
}

.padding-bottom-4 {
  padding-bottom: 4px !important;
}

.padding-right-4 {
  padding-right: 4px !important;
}

.padding-top-5 {
  padding-top: 5px !important;
}

.padding-left-5 {
  padding-left: 5px !important;
}

.padding-bottom-5 {
  padding-bottom: 5px !important;
}

.padding-right-5 {
  padding-right: 5px !important;
}

.padding-top-6 {
  padding-top: 6px !important;
}

.padding-left-6 {
  padding-left: 6px !important;
}

.padding-bottom-6 {
  padding-bottom: 6px !important;
}

.padding-right-6 {
  padding-right: 6px !important;
}

.padding-top-7 {
  padding-top: 7px !important;
}

.padding-left-7 {
  padding-left: 7px !important;
}

.padding-bottom-7 {
  padding-bottom: 7px !important;
}

.padding-right-7 {
  padding-right: 7px !important;
}

.padding-top-8 {
  padding-top: 8px !important;
}

.padding-left-8 {
  padding-left: 8px !important;
}

.padding-bottom-8 {
  padding-bottom: 8px !important;
}

.padding-right-8 {
  padding-right: 8px !important;
}

.padding-top-9 {
  padding-top: 9px !important;
}

.padding-left-9 {
  padding-left: 9px !important;
}

.padding-bottom-9 {
  padding-bottom: 9px !important;
}

.padding-right-9 {
  padding-right: 9px !important;
}

.padding-top-10 {
  padding-top: 10px !important;
}

.padding-left-10 {
  padding-left: 10px !important;
}

.padding-bottom-10 {
  padding-bottom: 10px !important;
}

.padding-right-10 {
  padding-right: 10px !important;
}

.padding-top-11 {
  padding-top: 11px !important;
}

.padding-left-11 {
  padding-left: 11px !important;
}

.padding-bottom-11 {
  padding-bottom: 11px !important;
}

.padding-right-11 {
  padding-right: 11px !important;
}

.padding-top-12 {
  padding-top: 12px !important;
}

.padding-left-12 {
  padding-left: 12px !important;
}

.padding-bottom-12 {
  padding-bottom: 12px !important;
}

.padding-right-12 {
  padding-right: 12px !important;
}

.padding-top-13 {
  padding-top: 13px !important;
}

.padding-left-13 {
  padding-left: 13px !important;
}

.padding-bottom-13 {
  padding-bottom: 13px !important;
}

.padding-right-13 {
  padding-right: 13px !important;
}

.padding-top-14 {
  padding-top: 14px !important;
}

.padding-left-14 {
  padding-left: 14px !important;
}

.padding-bottom-14 {
  padding-bottom: 14px !important;
}

.padding-right-14 {
  padding-right: 14px !important;
}

.padding-top-15 {
  padding-top: 15px !important;
}

.padding-left-15 {
  padding-left: 15px !important;
}

.padding-bottom-15 {
  padding-bottom: 15px !important;
}

.padding-right-15 {
  padding-right: 15px !important;
}

.padding-top-16 {
  padding-top: 16px !important;
}

.padding-left-16 {
  padding-left: 16px !important;
}

.padding-bottom-16 {
  padding-bottom: 16px !important;
}

.padding-right-16 {
  padding-right: 16px !important;
}

.padding-top-17 {
  padding-top: 17px !important;
}

.padding-left-17 {
  padding-left: 17px !important;
}

.padding-bottom-17 {
  padding-bottom: 17px !important;
}

.padding-right-17 {
  padding-right: 17px !important;
}

.padding-top-18 {
  padding-top: 18px !important;
}

.padding-left-18 {
  padding-left: 18px !important;
}

.padding-bottom-18 {
  padding-bottom: 18px !important;
}

.padding-right-18 {
  padding-right: 18px !important;
}

.padding-top-19 {
  padding-top: 19px !important;
}

.padding-left-19 {
  padding-left: 19px !important;
}

.padding-bottom-19 {
  padding-bottom: 19px !important;
}

.padding-right-19 {
  padding-right: 19px !important;
}

.padding-top-20 {
  padding-top: 20px !important;
}

.padding-left-20 {
  padding-left: 20px !important;
}

.padding-bottom-20 {
  padding-bottom: 20px !important;
}

.padding-right-20 {
  padding-right: 20px !important;
}

.padding-top-21 {
  padding-top: 21px !important;
}

.padding-left-21 {
  padding-left: 21px !important;
}

.padding-bottom-21 {
  padding-bottom: 21px !important;
}

.padding-right-21 {
  padding-right: 21px !important;
}

.padding-top-22 {
  padding-top: 22px !important;
}

.padding-left-22 {
  padding-left: 22px !important;
}

.padding-bottom-22 {
  padding-bottom: 22px !important;
}

.padding-right-22 {
  padding-right: 22px !important;
}

.padding-top-23 {
  padding-top: 23px !important;
}

.padding-left-23 {
  padding-left: 23px !important;
}

.padding-bottom-23 {
  padding-bottom: 23px !important;
}

.padding-right-23 {
  padding-right: 23px !important;
}

.padding-top-24 {
  padding-top: 24px !important;
}

.padding-left-24 {
  padding-left: 24px !important;
}

.padding-bottom-24 {
  padding-bottom: 24px !important;
}

.padding-right-24 {
  padding-right: 24px !important;
}

.padding-top-25 {
  padding-top: 25px !important;
}

.padding-left-25 {
  padding-left: 25px !important;
}

.padding-bottom-25 {
  padding-bottom: 25px !important;
}

.padding-right-25 {
  padding-right: 25px !important;
}

.padding-top-26 {
  padding-top: 26px !important;
}

.padding-left-26 {
  padding-left: 26px !important;
}

.padding-bottom-26 {
  padding-bottom: 26px !important;
}

.padding-right-26 {
  padding-right: 26px !important;
}

.padding-top-27 {
  padding-top: 27px !important;
}

.padding-left-27 {
  padding-left: 27px !important;
}

.padding-bottom-27 {
  padding-bottom: 27px !important;
}

.padding-right-27 {
  padding-right: 27px !important;
}

.padding-top-28 {
  padding-top: 28px !important;
}

.padding-left-28 {
  padding-left: 28px !important;
}

.padding-bottom-28 {
  padding-bottom: 28px !important;
}

.padding-right-28 {
  padding-right: 28px !important;
}

.padding-top-29 {
  padding-top: 29px !important;
}

.padding-left-29 {
  padding-left: 29px !important;
}

.padding-bottom-29 {
  padding-bottom: 29px !important;
}

.padding-right-29 {
  padding-right: 29px !important;
}

.padding-top-30 {
  padding-top: 30px !important;
}

.padding-left-30 {
  padding-left: 30px !important;
}

.padding-bottom-30 {
  padding-bottom: 30px !important;
}

.padding-right-30 {
  padding-right: 30px !important;
}

.padding-top-31 {
  padding-top: 31px !important;
}

.padding-left-31 {
  padding-left: 31px !important;
}

.padding-bottom-31 {
  padding-bottom: 31px !important;
}

.padding-right-31 {
  padding-right: 31px !important;
}

.padding-top-32 {
  padding-top: 32px !important;
}

.padding-left-32 {
  padding-left: 32px !important;
}

.padding-bottom-32 {
  padding-bottom: 32px !important;
}

.padding-right-32 {
  padding-right: 32px !important;
}

.padding-top-33 {
  padding-top: 33px !important;
}

.padding-left-33 {
  padding-left: 33px !important;
}

.padding-bottom-33 {
  padding-bottom: 33px !important;
}

.padding-right-33 {
  padding-right: 33px !important;
}

.padding-top-34 {
  padding-top: 34px !important;
}

.padding-left-34 {
  padding-left: 34px !important;
}

.padding-bottom-34 {
  padding-bottom: 34px !important;
}

.padding-right-34 {
  padding-right: 34px !important;
}

.padding-top-35 {
  padding-top: 35px !important;
}

.padding-left-35 {
  padding-left: 35px !important;
}

.padding-bottom-35 {
  padding-bottom: 35px !important;
}

.padding-right-35 {
  padding-right: 35px !important;
}

.padding-top-36 {
  padding-top: 36px !important;
}

.padding-left-36 {
  padding-left: 36px !important;
}

.padding-bottom-36 {
  padding-bottom: 36px !important;
}

.padding-right-36 {
  padding-right: 36px !important;
}

.padding-top-37 {
  padding-top: 37px !important;
}

.padding-left-37 {
  padding-left: 37px !important;
}

.padding-bottom-37 {
  padding-bottom: 37px !important;
}

.padding-right-37 {
  padding-right: 37px !important;
}

.padding-top-38 {
  padding-top: 38px !important;
}

.padding-left-38 {
  padding-left: 38px !important;
}

.padding-bottom-38 {
  padding-bottom: 38px !important;
}

.padding-right-38 {
  padding-right: 38px !important;
}

.padding-top-39 {
  padding-top: 39px !important;
}

.padding-left-39 {
  padding-left: 39px !important;
}

.padding-bottom-39 {
  padding-bottom: 39px !important;
}

.padding-right-39 {
  padding-right: 39px !important;
}

.padding-top-40 {
  padding-top: 40px !important;
}

.padding-left-40 {
  padding-left: 40px !important;
}

.padding-bottom-40 {
  padding-bottom: 40px !important;
}

.padding-right-40 {
  padding-right: 40px !important;
}

.padding-top-41 {
  padding-top: 41px !important;
}

.padding-left-41 {
  padding-left: 41px !important;
}

.padding-bottom-41 {
  padding-bottom: 41px !important;
}

.padding-right-41 {
  padding-right: 41px !important;
}

.padding-top-42 {
  padding-top: 42px !important;
}

.padding-left-42 {
  padding-left: 42px !important;
}

.padding-bottom-42 {
  padding-bottom: 42px !important;
}

.padding-right-42 {
  padding-right: 42px !important;
}

.padding-top-43 {
  padding-top: 43px !important;
}

.padding-left-43 {
  padding-left: 43px !important;
}

.padding-bottom-43 {
  padding-bottom: 43px !important;
}

.padding-right-43 {
  padding-right: 43px !important;
}

.padding-top-44 {
  padding-top: 44px !important;
}

.padding-left-44 {
  padding-left: 44px !important;
}

.padding-bottom-44 {
  padding-bottom: 44px !important;
}

.padding-right-44 {
  padding-right: 44px !important;
}

.padding-top-45 {
  padding-top: 45px !important;
}

.padding-left-45 {
  padding-left: 45px !important;
}

.padding-bottom-45 {
  padding-bottom: 45px !important;
}

.padding-right-45 {
  padding-right: 45px !important;
}

.padding-top-46 {
  padding-top: 46px !important;
}

.padding-left-46 {
  padding-left: 46px !important;
}

.padding-bottom-46 {
  padding-bottom: 46px !important;
}

.padding-right-46 {
  padding-right: 46px !important;
}

.padding-top-47 {
  padding-top: 47px !important;
}

.padding-left-47 {
  padding-left: 47px !important;
}

.padding-bottom-47 {
  padding-bottom: 47px !important;
}

.padding-right-47 {
  padding-right: 47px !important;
}

.padding-top-48 {
  padding-top: 48px !important;
}

.padding-left-48 {
  padding-left: 48px !important;
}

.padding-bottom-48 {
  padding-bottom: 48px !important;
}

.padding-right-48 {
  padding-right: 48px !important;
}

.padding-top-49 {
  padding-top: 49px !important;
}

.padding-left-49 {
  padding-left: 49px !important;
}

.padding-bottom-49 {
  padding-bottom: 49px !important;
}

.padding-right-49 {
  padding-right: 49px !important;
}

.padding-top-50 {
  padding-top: 50px !important;
}

.padding-left-50 {
  padding-left: 50px !important;
}

.padding-bottom-50 {
  padding-bottom: 50px !important;
}

.padding-right-50 {
  padding-right: 50px !important;
}

.padding-top-51 {
  padding-top: 51px !important;
}

.padding-left-51 {
  padding-left: 51px !important;
}

.padding-bottom-51 {
  padding-bottom: 51px !important;
}

.padding-right-51 {
  padding-right: 51px !important;
}

.padding-top-52 {
  padding-top: 52px !important;
}

.padding-left-52 {
  padding-left: 52px !important;
}

.padding-bottom-52 {
  padding-bottom: 52px !important;
}

.padding-right-52 {
  padding-right: 52px !important;
}

.padding-top-53 {
  padding-top: 53px !important;
}

.padding-left-53 {
  padding-left: 53px !important;
}

.padding-bottom-53 {
  padding-bottom: 53px !important;
}

.padding-right-53 {
  padding-right: 53px !important;
}

.padding-top-54 {
  padding-top: 54px !important;
}

.padding-left-54 {
  padding-left: 54px !important;
}

.padding-bottom-54 {
  padding-bottom: 54px !important;
}

.padding-right-54 {
  padding-right: 54px !important;
}

.padding-top-55 {
  padding-top: 55px !important;
}

.padding-left-55 {
  padding-left: 55px !important;
}

.padding-bottom-55 {
  padding-bottom: 55px !important;
}

.padding-right-55 {
  padding-right: 55px !important;
}

.padding-top-56 {
  padding-top: 56px !important;
}

.padding-left-56 {
  padding-left: 56px !important;
}

.padding-bottom-56 {
  padding-bottom: 56px !important;
}

.padding-right-56 {
  padding-right: 56px !important;
}

.padding-top-57 {
  padding-top: 57px !important;
}

.padding-left-57 {
  padding-left: 57px !important;
}

.padding-bottom-57 {
  padding-bottom: 57px !important;
}

.padding-right-57 {
  padding-right: 57px !important;
}

.padding-top-58 {
  padding-top: 58px !important;
}

.padding-left-58 {
  padding-left: 58px !important;
}

.padding-bottom-58 {
  padding-bottom: 58px !important;
}

.padding-right-58 {
  padding-right: 58px !important;
}

.padding-top-59 {
  padding-top: 59px !important;
}

.padding-left-59 {
  padding-left: 59px !important;
}

.padding-bottom-59 {
  padding-bottom: 59px !important;
}

.padding-right-59 {
  padding-right: 59px !important;
}

.padding-top-60 {
  padding-top: 60px !important;
}

.padding-left-60 {
  padding-left: 60px !important;
}

.padding-bottom-60 {
  padding-bottom: 60px !important;
}

.padding-right-60 {
  padding-right: 60px !important;
}

.padding-top-61 {
  padding-top: 61px !important;
}

.padding-left-61 {
  padding-left: 61px !important;
}

.padding-bottom-61 {
  padding-bottom: 61px !important;
}

.padding-right-61 {
  padding-right: 61px !important;
}

.padding-top-62 {
  padding-top: 62px !important;
}

.padding-left-62 {
  padding-left: 62px !important;
}

.padding-bottom-62 {
  padding-bottom: 62px !important;
}

.padding-right-62 {
  padding-right: 62px !important;
}

.padding-top-63 {
  padding-top: 63px !important;
}

.padding-left-63 {
  padding-left: 63px !important;
}

.padding-bottom-63 {
  padding-bottom: 63px !important;
}

.padding-right-63 {
  padding-right: 63px !important;
}

.padding-top-64 {
  padding-top: 64px !important;
}

.padding-left-64 {
  padding-left: 64px !important;
}

.padding-bottom-64 {
  padding-bottom: 64px !important;
}

.padding-right-64 {
  padding-right: 64px !important;
}

.padding-top-65 {
  padding-top: 65px !important;
}

.padding-left-65 {
  padding-left: 65px !important;
}

.padding-bottom-65 {
  padding-bottom: 65px !important;
}

.padding-right-65 {
  padding-right: 65px !important;
}

.padding-top-66 {
  padding-top: 66px !important;
}

.padding-left-66 {
  padding-left: 66px !important;
}

.padding-bottom-66 {
  padding-bottom: 66px !important;
}

.padding-right-66 {
  padding-right: 66px !important;
}

.padding-top-67 {
  padding-top: 67px !important;
}

.padding-left-67 {
  padding-left: 67px !important;
}

.padding-bottom-67 {
  padding-bottom: 67px !important;
}

.padding-right-67 {
  padding-right: 67px !important;
}

.padding-top-68 {
  padding-top: 68px !important;
}

.padding-left-68 {
  padding-left: 68px !important;
}

.padding-bottom-68 {
  padding-bottom: 68px !important;
}

.padding-right-68 {
  padding-right: 68px !important;
}

.padding-top-69 {
  padding-top: 69px !important;
}

.padding-left-69 {
  padding-left: 69px !important;
}

.padding-bottom-69 {
  padding-bottom: 69px !important;
}

.padding-right-69 {
  padding-right: 69px !important;
}

.padding-top-70 {
  padding-top: 70px;
}

.padding-left-70 {
  padding-left: 70px !important;
}

.padding-bottom-70 {
  padding-bottom: 70px !important;
}

.padding-right-70 {
  padding-right: 70px !important;
}

.padding-top-71 {
  padding-top: 71px !important;
}

.padding-left-71 {
  padding-left: 71px !important;
}

.padding-bottom-71 {
  padding-bottom: 71px !important;
}

.padding-right-71 {
  padding-right: 71px !important;
}

.padding-top-72 {
  padding-top: 72px !important;
}

.padding-left-72 {
  padding-left: 72px !important;
}

.padding-bottom-72 {
  padding-bottom: 72px !important;
}

.padding-right-72 {
  padding-right: 72px !important;
}

.padding-top-73 {
  padding-top: 73px !important;
}

.padding-left-73 {
  padding-left: 73px !important;
}

.padding-bottom-73 {
  padding-bottom: 73px !important;
}

.padding-right-73 {
  padding-right: 73px !important;
}

.padding-top-74 {
  padding-top: 74px !important;
}

.padding-left-74 {
  padding-left: 74px !important;
}

.padding-bottom-74 {
  padding-bottom: 74px !important;
}

.padding-right-74 {
  padding-right: 74px !important;
}

.padding-top-75 {
  padding-top: 75px !important;
}

.padding-left-75 {
  padding-left: 75px !important;
}

.padding-bottom-75 {
  padding-bottom: 75px !important;
}

.padding-right-75 {
  padding-right: 75px !important;
}

.padding-top-76 {
  padding-top: 76px !important;
}

.padding-left-76 {
  padding-left: 76px !important;
}

.padding-bottom-76 {
  padding-bottom: 76px !important;
}

.padding-right-76 {
  padding-right: 76px !important;
}

.padding-top-77 {
  padding-top: 77px !important;
}

.padding-left-77 {
  padding-left: 77px !important;
}

.padding-bottom-77 {
  padding-bottom: 77px !important;
}

.padding-right-77 {
  padding-right: 77px !important;
}

.padding-top-78 {
  padding-top: 78px !important;
}

.padding-left-78 {
  padding-left: 78px !important;
}

.padding-bottom-78 {
  padding-bottom: 78px !important;
}

.padding-right-78 {
  padding-right: 78px !important;
}

.padding-top-79 {
  padding-top: 79px !important;
}

.padding-left-79 {
  padding-left: 79px !important;
}

.padding-bottom-79 {
  padding-bottom: 79px !important;
}

.padding-right-79 {
  padding-right: 79px !important;
}

.padding-top-80 {
  padding-top: 80px !important;
}

.padding-left-80 {
  padding-left: 80px !important;
}

.padding-bottom-80 {
  padding-bottom: 80px !important;
}

.padding-right-80 {
  padding-right: 80px !important;
}

/* Site-wide font unification */
html, body, p, li, a, label, input, textarea, select, button, table, th, td, small, strong {
  font-family: 'Lato', sans-serif !important;
}
h1, h2, h3, h4, h5, h6, .bread-title, .custom-nav-link, .btn, .btn-service, .service-title, .kc_title {
  font-family: 'Raleway', sans-serif !important;
}
/* ===== Zerolink Unified Typography Override ===== */
html, body, p, li, a, input, select, textarea, button {
  font-family: "Lato", sans-serif !important;
}
h1, h2, h3, h4, h5, h6,
.bread-title, .service-title, .custom-nav-link, .btn, .section-title {
  font-family: "Raleway", sans-serif !important;
}
.tp-caption, .tp-caption * {
  font-family: "Raleway", sans-serif !important;
}
