
@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i|Montserrat:400,700|Open+Sans:300,300i,400,400i,600,600i,700,700i|Oswald:300,400,700');


@import url('font-awesome.css');
@import url('flaticon.css');
@import url('animate.css');
@import url('owl.css');
@import url('jquery.fancybox.css');
@import url('jquery.mCustomScrollbar.min.css');
@import url('jquery.bootstrap-touchspin.css');

/*** 

====================================================================
	Reset
====================================================================

 ***/
* {
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
}

/*** 

====================================================================
	Global Settings
====================================================================

 ***/

body {
	font-family: 'Lato', sans-serif;
	font-size:15px;
	color:#777777;
	line-height:1.8em;
	font-weight:400;
	background:#000;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
}



a:hover,a:focus,a:visited{
	text-decoration:none;
	outline:none;
}

h1,h2,h3,h4,h5,h6 {
	position:relative;
	font-family: 'Montserrat', sans-serif;
	font-weight:normal;
	margin:0px;
	background:none;
	line-height:1.6em;
}

input,button,select,textarea{
	font-family: 'Lato', sans-serif;
}

p{
	position:relative;
	line-height:1.8em;	
}

.strike-through{
	text-decoration:line-through;	
}

.auto-container{
	position:static;
	max-width:1200px;
	padding:0px 15px;
	margin:0 auto;
}

.medium-container{
	max-width:850px;
}

.page-wrapper{
	position:relative;
	margin:0 auto;
	width:100%;
	min-width:300px;
	
}

ul,li{
	list-style:none;
	padding:0px;
	margin:0px;	
}

.theme-btn{
	display:inline-block;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.centered{
	text-align:center;	
}

.anim-3,.anim-3-all *{
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;	
}

.anim-5,.anim-5-all *{
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;	
}

.anim-7,.anim-7-all *{
	transition:all 0.7s ease;
	-moz-transition:all 0.7s ease;
	-webkit-transition:all 0.7s ease;
	-ms-transition:all 0.7s ease;
	-o-transition:all 0.7s ease;	
}

.btn-style-one{
	position:relative;
	padding:10px 30px;
	line-height:24px;
	text-transform:uppercase;
	background:#ffffff;
	color:#000 !important;
	border:2px solid #b2b1b1;
	font-size:18px;
	font-weight:400;
	border-radius:20px;
	font-family: 'Montserrat', sans-serif;
}

.btn-style-one:hover{
	background:#b2b1b1;
	color:#ffffff !important;
	border-color:#272727;
}

.btn-style-two{
	position:relative;
	padding:10px 30px;
	line-height:24px;
	text-transform:uppercase;
	background:#272727;
	color:#ffffff !important;
	border:2px solid #272727;
	font-size:14px;
	font-weight:400;
	border-radius:2px;
	font-family: 'Montserrat', sans-serif;
}

.btn-style-two:hover{
	background:#524c4e;
	color:#ffffff !important;
	border-color:#524c4e;
}

.btn-style-three{
	position:relative;
	padding:9px 30px;
	line-height:24px;
	display:inline-block;
	text-transform:uppercase;
	background:#1f1f1f;
	color:#ffffff !important;
	border:2px solid #1f1f1f;
	font-size:14px;
	font-weight:700;
	border-radius:3px;
}

.btn-style-three:hover{
	background-color:transparent;
	color:#ffffff !important;
	border-color:#ffffff;
}

.btn-style-four{
	position:relative;
	padding:14px 30px;
	line-height:24px;
	display:inline-block;
	text-transform:uppercase;
	background:#1f1f1f;
	color:#ffffff !important;
	border:2px solid #1f1f1f;
	font-size:14px;
	font-weight:700;
	border-radius:3px;
	font-family: 'Montserrat', sans-serif;
}

.btn-style-four:hover{
	background-color:transparent;
	color:#1f1f1f !important;
	border-color:#1f1f1f;
}

.theme-btn .icon-left{
	padding-right:10px;
}

.theme-btn .icon-right{
	padding-left:10px;
}

.theme_color{
	color:#524c4e;	
}

.light-font{
	font-weight:300;	
}

.regular-font{
	font-weight:400;	
}

.semibold-font{
	font-weight:600;	
}

.bold-font{
	font-weight:700;	
}

.bg-lightgrey{
	background-color:#f6f6f6 !important;	
}

.no-bg{
	background:none !important;	
}

.text-uppercase{
	text-transform:uppercase !important;	
}


img{
	max-width:100%;
	height:auto;	
}




/*** 

====================================================================
	sec-title-four
====================================================================

***/

.sec-title-four{
	position:relative;
	margin-bottom:20px;
	text-align:center;
}

.sec-title-four h2{
	position:relative;
	font-size:26px;
	color:#ffffff;
	padding-bottom:14px;
	font-weight:700;
}
.sec-title-four h3{
	position:relative;
	font-size:16px;
	color:#000;
	padding-bottom:14px;
	font-weight:700;
}

.sec-title-four h2:after{
	position:absolute;
	content:'';
	width:70px;
	height:1px;
	left:50%;
	margin-left:-30px;
	bottom:3px;
	background-color:#fff;
}

.sec-title-four h2:before{
	position:absolute;
	content:'';
	width:70px;
	height:2px;
	left:50%;
	margin-left:-30px;
	bottom:0px;
	background-color:#fff;
}

/*** 

====================================================================
	tabbed-shop-section
====================================================================

***/

.tabbed-shop-section{
	position:relative;
	padding:20px 0px 0px 10px;
	background-color:#000;
	
}


/*** 

====================================================================
	Tabs Style One
====================================================================

***/

.shop-tabs-box{
	position:relative;
	
}

.shop-tabs-box .tab-buttons{
	position:relative;
	margin-bottom:0px;
	text-align:center;
	font-family:'Montserrat',sans-serif;
}

.shop-tabs-box .tabs-content{
	position:relative;	
}

.shop-tabs-box .tabs-content .shop-tab{
	position:absolute;
	left:0px;
	top:0px;
	width:97%;
	visibility:hidden;
	opacity:0;
	-webkit-transform:scale(0.9,0.9);
	-ms-transform:scale(0.9,0.9);
	-o-transform:scale(0.9,0.9);
	-moz-transform:scale(0.9,0.9);
	transform:scale(0.9,0.9);
}

.shop-tabs-box .tabs-content .shop-tab.active-tab{
	position:relative;
	visibility:visible;
	opacity:1;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	transition:all 500ms ease;
	-webkit-transform:scale(1,1);
	-ms-transform:scale(1,1);
	-o-transform:scale(1,1);
	-moz-transform:scale(1,1);
	transform:scale(1,1);
}

.shop-tabs-box .tab-buttons .tab-btn{
	position:relative;
	display:inline-block;
	padding:5px 24px;
	margin:0px 0px 10px;
	cursor:pointer;
	font-size:16px;
	font-weight:400;
	color:#9e9e9e;
	text-transform:capitalize;	
}

.shop-tabs-box .tab-buttons .tab-btn:first-child{
	padding-left:0px;	
}

.shop-tabs-box .tab-buttons .tab-btn:last-child{
	padding-right:0px;	
}

.shop-tabs-box .tab-buttons .tab-btn.active-btn,
.shop-tabs-box .tab-buttons .tab-btn:hover{
	color:#524c4e;	
}

.shop-tabs-box .tab-buttons .tab-btn:after{
	content:'';
	position:absolute;
	right:-6px;
	top:50%;
	width:8px;
	height:8px;
	border-radius:50%;
	background-color:#9e9e9e;
	margin-top:-4px;
}

.shop-tabs-box .tab-buttons .tab-btn:last-child:after{
	display:none;	
}

/*default-shop-item*/

.default-shop-item{
	position:relative;
	margin-bottom:40px;
}

.tabbed-shop-section .default-shop-item,
.related-products .default-shop-item{
	margin-bottom:0px;
}

.default-shop-item .inner-box{
	position:relative;
	border:1px solid #f4f4f4;
	padding-bottom:40px;
}

.default-shop-item .dead-overlay{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background:rgba(255,255,255,0.90);
	color:#272727;
	font-family:'Montserrat',sans-serif;
	text-align:center;
	font-size:16px;
	text-transform:capitalize;
	line-height:30px;
	z-index:10;
}

.default-shop-item .dead-overlay .text{
	position:relative;
	top:80px;	
}

.default-shop-item .inner-box .image-box img{
	width:300px;
	display:block;
}

.default-shop-item .inner-box .item-sale-tag{
	position:absolute;
	right:15px;
	top:15px;
	line-height:20px;
	padding:1px 10px 2px;
	text-align:center;
	color:#ffffff;
	font-size:14px;
	font-weight:700;
	text-transform:capitalize;
	background:#b2b1b1;
	min-width:50px;
}

.default-shop-item .inner-box .item-sale-tag.top{
	background:#95c03e;
}

.default-shop-item .inner-box .item-sale-tag:before{
	content:'';
	position:absolute;
	left:0px;
	top:100%;
	border:5px solid transparent;
	border-left:5px solid #b2b1b1;
	border-top:5px solid #b2b1b1;	
}

.default-shop-item .inner-box .item-sale-tag.top:before{
	border-left-color:#95c03e;
	border-top-color:#95c03e;	
}

.default-shop-item .inner-box .lower-content{
	position:relative;
	margin:0 10px;
	
	padding:10px 20px 30px 20px;
	text-align:center;
	border-top:1px solid #f4f4f4;
	background:#fff;
	
}

.default-shop-item .inner-box .lower-content h3{
	position:relative;
	color:#272727;
	font-size:18px;
	font-weight:700;
}

.default-shop-item .inner-box .lower-content h3 a{
	position:relative;
	color:#272727;
	font-size:18px;
}

.default-shop-item .inner-box .lower-content .rating{
	position:relative;
}

.default-shop-item .inner-box .lower-content h3 a:hover{
	color:#524c4e;	
}

.default-shop-item .inner-box .lower-content .rating .fa{
	position:relative;
	color:#000000;
    display: inline-block;
    margin-right: 3px;
    font-size: 13px;
}

.default-shop-item .inner-box .lower-content .price{
	color:#524c4e;
	font-size:16px;
	line-height:24px;
	height:24px;
}

.default-shop-item .inner-box .lower-content .price span{
	color:#9e9e9e;
	font-size:14px;
	padding-left:10px;
	text-decoration:line-through;
}

.default-shop-item .inner-box .lower-content .links-box{
	position:relative;
	margin-top:20px;
}

.default-shop-item .inner-box .lower-content .links-box .cart-btn{
	position:relative;
	display:block;
	padding:12px 0px;
	line-height:24px;
	color:#ffffff;
	font-size:14px;
	text-transform:uppercase;
	font-family:'Montserrat',sans-serif;
	background-color:#524c4e;
}

.default-shop-item .inner-box .lower-content .links-box .zoom-btn{
	position:absolute;
	background-color:#272727;
	width:48px;
	height:48px;
	line-height:48px;
	left:0px;
	top:0px;
	font-size:18px;
	color:#ffffff;
	z-index:2;
	font-weight:normal;
}

.default-shop-item .inner-box .lower-content .links-box .add-to-favorite{
	position:absolute;
	width:48px;
	height:48px;
	right:0px;
	top:0px;
	line-height:48px;
	font-size:18px;
	background-color:#272727;
	color:#ffffff;
	z-index:2;
	font-weight:normal;
} 

.tabbed-shop-carousel .owl-controls .owl-dots{
	display:none !important;
}

.tabbed-shop-carousel .owl-controls{
	margin:0px !important;	
}

.tabbed-shop-carousel .owl-controls .owl-nav{
	margin:0px !important;
}

.tabbed-shop-carousel .owl-controls .owl-nav [class*="owl-"]{
	position:absolute;
	top:40%;
	display:inline-block;
	margin:0px 0px 0px 1px ;
	width:48px ;
	height:48px ;
	padding:0px ;
	color:#272727;
	font-size: 24px;
    line-height: 42px;
	text-align:center;
	border-radius:0px;
	border-radius:3px;
	border:1px solid #e9e9e9;
	background-color:#e9e9e9 !important;	
}

.tabbed-shop-carousel .owl-controls .owl-nav [class*="owl-prev"]{
	left:-24px;	
}

.tabbed-shop-carousel .owl-controls .owl-nav [class*="owl-next"]{
	right:-24px;	
}

.tabbed-shop-carousel .owl-controls .owl-nav [class*="owl-"]:hover{
	background-color:#524c4e !important;
	color:#ffffff;
	border-color:#524c4e;
}

/*** 

====================================================================
	Newsletter Style One
====================================================================

***/

.newsletter-style-one{
	position:relative;
	padding:0px 0px;
	background-color:#000000;
	color:#ffffff;
}

.newsletter-style-one .auto-container{
	position:relative;
	z-index:1;	
}

.newsletter-style-one .title-column h2{
	font-size:28px;
	color:#ffffff;
	font-weight:700;
	line-height:1.2em;
	text-transform:capitalize;	
}

.newsletter-style-one .title-column .text{
	font-size:16px;
	color:#ffffff;
	font-weight:400;
	line-height:1.2em;
	font-style:italic;	
}

.newsletter-style-one .form-group{
	position:relative;
	display:block;
	margin:0px;
	background:rgba(0,0,0,0.03);
	border-radius:3px;	
}

.newsletter-style-one .form-group .floated-icon{
	position:absolute;
	right:20px;
	top:50%;
	font-size:15px;
	color:#fff;
	line-height:24px;
	margin-top:-12px;
	opacity:0.80;	
}

.newsletter-style-one .form-group input[type="text"],
.newsletter-style-one .form-group input[type="email"]{
	display:block;
	position:relative;
	width:100%;
	line-height:24px;
	background:none;
	color:#ffffff;
	height:50px;
	font-size:14px;
	padding:13px 20px;
	-webkit-box-shadow:1px 2px 5px 0px rgba(0,0,0,0.10) inset;
	-ms-box-shadow:1px 2px 5px 0px rgba(0,0,0,0.10) inset;
	-o-box-shadow:1px 2px 5px 0px rgba(0,0,0,0.10) inset;
	-moz-box-shadow:1px 2px 5px 0px rgba(0,0,0,0.10) inset;
	box-shadow:1px 2px 5px 0px rgba(0,0,0,0.10) inset;
	z-index:1;
}

.newsletter-style-one ::-webkit-input-placeholder { color:#a04c18 !important; text-transform:capitalize;}
.newsletter-style-one ::-moz-placeholder { color:#a04c18 !important; text-transform:capitalize;}
.newsletter-style-one :-ms-input-placeholder { color:#a04c18 !important; text-transform:capitalize;} 
.newsletter-style-one input:-moz-placeholder { color:#a04c18 !important; text-transform:capitalize;}

.newsletter-style-one input[type="submit"],
.newsletter-style-one button{
	position:relative;
	display:block;
	width:100%;
	height:50px;
	line-height:30px;
	padding:10px 15px;
	color:#ffffff;
	text-transform:uppercase;
	font-size:16px;
	background:#ffffff;
	font-weight:500;
	font-family:'Montserrat',sans-serif;
	border-radius:3px;
}


/*** 

====================================================================
	News Section
====================================================================

***/

.news-section{
	position:relative;
	padding:100px 0px -50px 0px;
	background-image: url(../../logo/5.png) ;background-position: center;background-size: cover;border-radius:20px;
}

.news-section .owl-controls{
	position:relative;
	padding:0px !important;
	margin:50px 0px 0px  !important;	
}

.news-section .owl-controls .owl-nav{
	display:none !important;	
}

.news-section .owl-controls .owl-dots{
	margin:0px !important;	
}

.news-section .owl-controls .owl-dots .owl-dot span{
	background:#ffffff;
	margin:0px 5px;
	width:12px;
	height:12px;
}

.news-section .owl-controls .owl-dots .owl-dot.active span{
	background:#524c4e;	
}

.news-style-one{
	position:relative;	
}

.news-style-one .inner-box{
	position:relative;
	display:block;	
}

.list-view .news-style-one{
	margin-bottom:50px;
}

.large-image-view .news-style-one{
	margin-bottom:50px;
}

.large-image-view .news-style-one .inner-box{
	padding:20px 20px 25px;
	border:1px solid #e9e9e9;
	border-radius:3px;
}

.news-style-one .image-column{
	position:relative;	
}

.news-style-one .image-box{
	position:relative;
	overflow:hidden;	
}

.large-image-view .news-style-one .image-box{
	margin-bottom:25px;	
}

.news-style-one .image-box img{
	display:block;
	width:500px;
margin-bottom:15px;		
}

.news-style-one .image-box .overlay-link{
	position:absolute;
	left:-100%;
	top:0px;
	width:100%;
	height:100%;
	text-align:center;
	color:#ffffff;
	background:rgba(0,0,0,0.90);
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	transition:all 500ms ease;	
}

.news-style-one:hover .image-box .overlay-link{
	left:0px;	
}

.news-style-one .image-box .overlay-link .icon{
	position:absolute;
	left:50%;
	margin-left:-20px;
	top:50%;
	margin-top:-20px;
	line-height:40px;
	width:40px;
	height:40px;
	font-size:24px;	
}

.news-style-one .content h3{
	font-size:21px;
	color:#ffffff;
	margin:-5px 0px 5px;
	
	font-weight:600;
}

.news-style-one .content h3 a{
	color:#ffffff;
	font-size:17px;
}

.news-style-one .content .post-meta{
	position:relative;
	margin-bottom:10px;	
}

.news-style-one .content .post-meta li{
	position:relative;
	display:inline-block;
	font-size:14px;
	margin-right:15px;
	font-style:italic;
}

.news-style-one .content .post-meta li a{
	position:relative;
	display:inline-block;
	padding-left:25px;
	font-style:italic;
	color:#9e9e9e;
}

.news-style-one .content .post-meta li .icon{
	position:absolute;
	left:0px;
	top:0px;
	font-size:14px;
	color:#524c4e;
	font-style:normal;	
}

.news-style-one .content .text{
	position:relative;
	margin-bottom:15px;
	margin-left:15px;
	color:#ffffff;
	
	font-size:13px;
	line-height:1.8em;
	
}

.news-style-one .content .text p{
	margin-bottom:25px;	
}

.news-style-one .content .author-info{
	position:relative;
	padding:10px 15px 0px 60px;
	border-top:1px solid #e0e0e0;
	
}

.news-style-one .content .author-info:before{
	content:'';
	position:absolute;
	left:0px;
	top:-1px;
	width:50px;
	border-top:1px solid #524c4e;	
}

.news-style-one .content .author-info .author-thumb{
	position:absolute;
	left:0px;
	top:15px;
	width:50px;
	height:50px;
	border-radius:50%;	
}

.news-style-one .content .author-info .author-thumb img{
	display:block;
	width:50px;
	height:50px;
	border-radius:50%;	
}

.news-style-one .content .author-info h4{
	font-size:16px;
	line-height:1.2em;
	font-weight:700;
	color:#ffffff;	
}

.news-style-one .content .author-info .designation{
	font-style:italic;
	color:#524c4e;	
}

.news-style-one .content a:hover{
	color:#ffffff;	
}

.news-style-one blockquote{
	position:relative;
	display:block;
	margin-bottom:20px;
	margin-left:50px;
	padding:5px 5px 5px 20px;
	font-size:18px;
	line-height:1.8em;
	font-style:italic;
	font-family:'Lato',sans-serif;
	border-left:3px solid #524c4e; 	
}


.blog-details .post-author{
	position:relative;
	color:#777777;
	margin-bottom:50px;	
}


.blog-details .post-author .inner-box{
	position:relative;
	padding:35px 35px 35px 155px;
	min-height:160px;
	background:#f4f4f4;
}

.blog-details .post-author .inner-box .author-thumb{
	position:absolute;
	left:35px;
	top:35px;
	width:100px;
	height:100px;
	border-radius:2px;
}

.blog-details .post-author .inner-box .author-thumb img{
	display:block;
	width:100%;	
}

.blog-details .post-author h4{
	position:relative;
	margin:-8px 0px 5px;
	font-size:18px;
	text-transform:capitalize;
	font-weight:400;
	color:#ffffff;	
}

.blog-details .post-author h4 .author-designation{
	position:relative;
	color:#ffffff;
	font-style:italic;
	font-family:'Lato',sans-serif;
}

.blog-details .post-author .text{
	line-height:1.8em;
	color:#ffffff;
}

.blog-details .post-author .text a{
	color:#ffffff;
	text-decoration:underline;	
}

.blog-details .post-author .text a:hover{
	color:#524c4e;	
}

.blog-details .post-bottom{
	background:#ffffff;
	padding:20px 0px 0px;
	border-top:1px solid #e9e9e9;		
}

.blog-details .post-bottom .share-options strong{
	font-weight:600;
	font-size:18px;
	font-family:'Montserrat',sans-serif;
	color:#272727;
	padding-right:10px;
}

.blog-details .post-bottom .share-options li{
	line-height:34px;
	margin-right:12px;	
	float:left;	
}

.blog-details .post-bottom .share-options li a{
	position:relative;
	display:inline-block;
	font-size:14px;
	width:34px;
	height:34px;
	line-height:32px;
	border:1px solid #f4f4f4;
	background:#f4f4f4;
	text-align:center;
	color:#999999;
	border-radius:50%;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
}

.blog-details .post-bottom .share-options li a:hover{
	color:#ffffff;
	background:#524c4e;	
}

.social-links-one a{
	position:relative;
	display:inline-block;
	font-size:14px;
	width:34px;
	height:34px;
	line-height:32px;
	border:1px solid #e9e9e9;
	text-align:center;
	color:#999999;
	margin:0px 10px 0px 0px;
	border-radius:5px;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
}

.social-links-one a:hover{
	color:#ffffff;
	background:#524c4e;	
}

.blog-details .post-bottom .post-controls li{
	position:relative;
	display:inline-block;
	padding:5px 0px;
	line-height:24px;
	font-weight:600;
	font-size:16px;
	font-family:'Montserrat',sans-serif;
	color:#9e9e9e;
	margin-left:20px;
}

.blog-details .post-bottom .post-controls li a{
	color:#9e9e9e;	
}

.blog-details .post-bottom .post-controls li a:hover{
	color:#524c4e;	
}

/*** 

====================================================================
	Call to Action Style One
====================================================================

***/

.call-to-action-one{
	position:relative;
	padding:40px 0px;
	background-color:#fc721e;
	color:#ffffff;
}

.call-to-action-one h3{
	font-size:24px;
	color:#ffffff;
	font-weight:400;
	line-height:44px;
	font-family:'Lato',sans-serif;	
}

.call-to-action-one .theme-btn:hover{
	border-color:#272727 !important;
	color:#272727 !important;
	background:none;	
}


/*** 

====================================================================
	call-to-action
====================================================================

***/

.call-to-action{
	position:relative;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	background-attachment:fixed;
	padding:20px 0px 20px;
	text-align:center;
}

.call-to-action:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.40);
}

.call-to-action .auto-container{
	position:relative;
	z-index:1;
	
}

.call-to-action .text{
	position:relative;
	font-size:20px;
	color:#ffffff;
	margin-bottom:5px;
}

.call-to-action h3{
	font-size:16px;
	color:#ffffff;
	margin-bottom:25px;
}

.call-to-action .theme-btn{
	margin:0px 8px 8px;
	min-width:110px;
}


/*** 

====================================================================
	Sponsors Section
====================================================================

***/

.sponsors-section{
	position:relative;
	background:#ffffff;
	padding:25px 0px;
}

.sponsors-section.style-two{
	background:#ffffff;	
}

.sponsors-section .image-box{
	position:relative;
	display:block;
	border:1px solid #e0e0e0;
	border-radius:3px;
	text-align:center;	
}

.sponsors-section .image-box img{
	display:block;
	width:100%;	
}

.sponsors-section .inner-box{
	position:relative;
	overflow:hidden;	
}

.sponsors-section .inner-box .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	color:#ffffff;
	font-family:'Montserrat',sans-serif;
	
	opacity:0;
	border-radius:3px;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	transition:all 500ms ease;	
}

.sponsors-section .inner-box:hover .overlay-box{
	opacity:1;	
}

.sponsors-section .inner-box .overlay-box .overlay-inner{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	padding:20px;
	vertical-align:middle;
	display:table;
}

.sponsors-section .inner-box .overlay-box .overlay-content{
	position:relative;
	vertical-align:middle;
	display:table-cell;
}

.sponsors-section .inner-box .overlay-box .count{
	position:relative;
	top:-8px;
	display:inline-block;
	font-size:32px;
	padding-right:15px;
}

.sponsors-section .inner-box .overlay-box .text{
	position:relative;
	display:inline-block;
	font-size:18px;
	padding-left:15px;
	line-height:1.5em;
}

.sponsors-section .inner-box .overlay-box .text:before{
	content:'';
	position:absolute;
	left:0px;
	top:5%;
	height:90%;
	border-left:1px solid #ffffff;		
}

.sponsors-section .owl-controls{
	padding:0px !important;
	margin:0px !important;	
}

.sponsors-section .owl-controls .owl-nav,
.sponsors-section .owl-controls .owl-dots{
	display:none !important;	
}

.sponsors-section.style-two .owl-controls .owl-dots{
	display:block !important;
	padding-top:50px;
}

.sponsors-section.style-two .owl-controls .owl-dots .owl-dot span{
	width:12px;
	height:12px;	
}

.sponsors-section.style-two .owl-controls .owl-dots .owl-dot.active span{
	background:#fc721e;	
}





/*--------------------------------------------------------------
# Social
--------------------------------------------------------------*/


.phone {
  width: 300px;
  height: 260px;
 
  margin-top:-120px;
  display: flex;
  align-items: flex-end;
  position: relative;
  justify-content: center;
}
.phone::before {
  content: '';
  position: absolute;
  width: 84%;
  height: 0px;

  box-shadow: 0 0 25px 9px rgba(178, 177, 177, 0.33), 50px 10px 25px 8px rgba(118, 111, 113, 0.33), -40px 8px 25px 9px rgba(81, 79, 79, 0.33);
  left: 0;
  right: 0;
  margin: auto;
}
.phone::after {
  content: '';
}
.phone_content {
  filter: contrast(20);
  width: 100%;
  background-color: white;
  overflow: hidden;
  position: absolute;
}
.phone_bottom {
  width: 100%;
  height: 66px;
  background: black;
  display: flex;
  justify-content: center;
  filter: blur(6px);
}

input {
  display: none;
}

label {
  cursor: pointer;
  display: flex;
  width: 33%;
  height: 66px;
  position: relative;
  z-index: 2;
  align-items: center;
  justify-content: center;
}
label > img {
  width: 35px;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  z-index: 3;
  transition: 200ms 100ms cubic-bezier(0.14, -0.08, 0.74, 1.4);
}
label::before {
  content: '';
  position: absolute;
}

.circle {
  width: 60px;
  height: 60px;
  background: black;
  position: absolute;
  top: 152px;
  z-index: 1;
  border-radius: 50%;
  left: 0;
  right: 0;
  margin: auto;
  transition: 200ms cubic-bezier(0.14, -0.08, 0.74, 1.4);
  box-shadow: 0px 82px 20px 0px rgba(128, 128, 128, 0.29);
}

.indicator {
  width: 70px;
  height: 70px;
  background-image: linear-gradient(0deg, #e0dfdf, rgba(178, 177, 177, 0)), linear-gradient(0deg, rgba(178, 177, 177, 0.75), rgba(178, 177, 177, 0)), linear-gradient(0deg, #b2b1b1, rgba(178, 177, 177, 0));
  background-size: cover;
  background-position: 0 10px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: -42px;
  right: 0;
  margin: auto;
  transition: 200ms cubic-bezier(0.14, -0.08, 0.74, 1.4);
}

#s1:checked ~ [for="s1"] > img {
  top: -85px;
}
#s1:checked ~ .circle,
#s1:checked ~ div div .indicator {
  left: -66%;
}

#s2:checked ~ [for="s2"] > img {
  top: -85px;
}
#s2:checked ~ .circle,
#s2:checked ~ div div .indicator {
  left: 0;
}

#s3:checked ~ [for="s3"] > img {
  top: -85px;
}
#s3:checked ~ .circle,
#s3:checked ~ div div .indicator {
  left: 66%;
}
