/*
Theme Name: Hendon
Theme URI: https://hendon.qodeinteractive.com
Description: A Contemporary Theme for Creative Business
Author: Mikado Themes
Author URI: https://qodeinteractive.com
Text Domain: hendon
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, threaded-comments, translation-ready
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
Version: 1.6.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
@meida(min-width:1023px){
	.qodef-grid.qodef-layout--columns.qodef-col-num--1 > .qodef-grid-inner > .qodef-grid-item {
	  width: 33.333%;
	}
}

.qodef-section-title .qodef-m-title, .qodef-qi-section-title .qodef-m-title {
	    -webkit-text-fill-color: transparent;
    background: -webkit-linear-gradient(0deg, #c39f75 0%, #8b673d 80%);
    background: -moz-linear-gradient(0deg, #c39f75 0%, #8b673d 80%);
    background: linear-gradient(90deg, #c39f75 0%, #8b673d 80%);
    color: #c39f75;
    background-clip: text;
}
.custom-scroll-effect .qodef-qi-section-title .qodef-m-title{
	-webkit-text-fill-color: transparent;
    background: -webkit-linear-gradient(0deg, #ffffff 0%, #ffffff 80%);
    background: -moz-linear-gradient(0deg, #ffffff 0%, #ffffff 80%);
    background: linear-gradient(90deg, #ffffff 0%, #ffffff 80%);
    color: #c39f75;
	background-clip: text;
}

.text-abs-center .qodef-m-title{
	left:50%;
	transform:translatex(-50%);
	width:100%
}
.w-100{
	width:100%
}
.text-bg-white .qodef-m-title{
	background:#fff;
	background-clip: text;
}

.spec-content-icon{
	position:absolute;
	left:0px;
	bottom:-150px;
	width:100%;
	height:150px;
	padding:15px;
	text-align: center;
	vertical-align:middle;
	flex-direction:row;
	display:none;
	background: #6d997e;
	transition-duration: 0.5s;
}
.spec-content-title{
	font-size:22px;
	color:#fff;
}
.swiper-slide-active .spec-content-icon{
	display:block
}

.mvp-slider-wrapper .swiper-slide{
	overflow:unset!important
}
.mvp-slider-wrapper .swiper-wrapper{
	margin-bottom:50px;
}
.qodef-header--light #qodef-page-header .qodef-header-navigation>ul>li>a{
	color:rgb(17,8,8)!important
}
.qodef-opener-icon.qodef-source--svg-path span *, .qodef-opener-icon.qodef-source--svg-path span path{
	fill:rgb(17,8,8)!important
}
#hendon_core_side_area_opener-3{
	display:none!important;
}

/************ Home page Awards *************/
.icon-awards {
    width: 100px;
    height: 100px;
	margin:auto;
	position:relative;
}
.icon-awards img {
    position: absolute;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    height: 60px!important;
}
.icon-awards img.star-icon-award{
	height:auto!important;
}
.bdt-ep-static-carousel-content {
    padding: 0!important;
    position: relative;
    z-index: 1;
}
.icon-with-text {
    display: block;
    text-align: center;
    width: 100%;
}
.round-left-icon {
    display: inline-block;
    width: 12%;
    float: left;
}
.awards-info {
    width: 70%;
    float: left;
	line-height:20px;
}

.round-right-icon {
    width: 12%;
    float: left;
}