@media screen and (max-width: 976px) {
	a.nav-search i{
		position: absolute;
		top: 28px;
		left: 50%;
	}
}
.scrolling .nav-search i {
    position: absolute;
    left: 100%;
    top: 30px;
}
.nav-search i{
	position: absolute;
    left: 100%;
    top: 45px;
}
ul.nav .dropdown-menu>.active>a:hover,ul.nav .dropdown-menu>.active>a:focus ,
ul.nav .dropdown-menu>.active>a, ul.nav .dropdown-menu>.active>a:hover, ul.nav .dropdown-menu>.active>a:focus{ 
	background-color: transparent;
    color: #bfa67a;
    text-decoration: none;
    outline: 0; 
}
.blog-sidebar .latest-posts img { 
    width: 100px;
}
.entry-meta li a i{
	margin-right: 3px;
}
.pagination>li {
    display: inline-block;
}
.pagination__wrapper .pagination a,.pagination__wrapper .pagination span{
	height: 0;
	line-height: 0;
	font-size: 14px;
	color: #757575 ;
    background-color: #fff ;
	border: 0;
}
.pagination__wrapper .pagination a:hover, .pagination__wrapper .pagination span:hover,
.pagination__wrapper .pagination li.active a, .pagination__wrapper .pagination li.active span {
    color: #333;
	background-color: #fff;
}
.tabs__list {
    margin-bottom: -1px;
}
.tabs__item {
    position: relative;
    display: inline-block;
    font-size: 12px;
    font-family: "Montserrat", sans-serif;
    color: #121212;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    font-weight: 700;
}
.process-tabs__item {
    display: block;
    font-size: 17px;
    text-transform: none;
    letter-spacing: normal;
    color: #7a7a7a;
    margin-bottom: 6px;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(72, 78, 85, 0.1);
    box-shadow: 0px 1px 2px 0px rgba(72, 78, 85, 0.1);
}
.tabs__item.active .tabs__link {
    background-color: #fff;
    color: #bfa67a;
    border: 1px solid #e6ebed;
    border-bottom: 1px solid transparent;
    cursor: default;
}
.process-tabs__item.active .process-tabs__link {
    color: #121212;
}
.tabs__link {
    border-radius: 3px 3px 0 0;
    display: block;
    position: relative;
    padding: 11px 20px 10px;
    background-color: #f7f9fa;
    border: 1px solid #e6ebed;
    color: inherit;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
.process-tabs__link {
    background-color: #fff;
    border: none !important;
    padding: 16px 24px;
}
.process-tabs__item.active:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 3px;
    border-radius: 3px 0 0 3px;
    display: block;
    background-color: #bfa67a;
}
.tabs__link:hover {
    background-color: #bfa67a;
    border-color: transparent;
    color: #fff;
}
.tabs__content {
    overflow: hidden;
    padding: 20px;
    border: 1px solid #e6ebed;
    border-radius: 0 0 3px 3px;
}
.tabs__content__pane {
    display: none;
}
.tabs__content__pane.active {
    display: block;
}
.process-tabs__content {
    padding: 0;
    border: none;
}
.h-agency .hero-message.text-rotator h1 {
    font-size: 99px;
    letter-spacing: 0px;
    font-weight: 900;
    text-transform: capitalize;
}
.h-agency .call-to-action__title--lg {
    font-size: 46px;
    margin-bottom: 20px;
}
.h-agency .split-section__text {
    margin-top: 20px;
    max-width: 420px;
}
.h-agency .split-section__title {
    font-size: 28px;
    line-height: 1.3;
    max-width: 320px;
	text-transform: none;
    letter-spacing: 0;
}
.h-agency .feature-5__title {
    font-size: 18px; 
    text-transform: none;
    letter-spacing: 0;
}
@media (min-width: 768px) {
	.h-agency .lead {
		font-size: 18px;
	}
}
.h-agency .split-section__inner {
    padding: 60px 17%;
}
.h-agency .flex-parent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.h-agency .split-section__box {
    -webkit-box-flex: 2 0 0;
    -webkit-flex: 2 0 0;
    -ms-flex: 2 0 0;
    flex: 2 0 0;
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.h-agency .split-section__img {
    visibility: hidden;
    opacity: 0;
}
.h-agency .split-section__img-holder {
    background-position: center;
    background-size: cover;
    -webkit-box-flex: 1 0 0;
    -webkit-flex: 1 0 0;
    -ms-flex: 1 0 0;
    flex: 1 0 0;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    position: relative;
}
.h-agency .split-section__flex-parent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.h-agency .owl-custom-navigation a {
    background-color: #fff;
    color: #121212;
    display: inline-block;
    width: 31px;
    height: 31px;
    line-height: 28px;
    border-radius: 3px;
    text-align: center;
    padding: 0;
    cursor: pointer;
    font-size: 14px;
    border: 1px solid #e6ebed;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.h-agency.top-divider {
    border-top: 1px solid #e6ebed;
}
.h-agency .owl-custom-navigation a:hover {
    background-color: #bfa67a;
    color: #fff;
    border-color: transparent;
}
.h-agency .large_text{
    color: #fff;
    text-shadow: 0px 2px 5px rgb(0 0 0 / 50%);
    font-weight: 400;
    font-size: 30px;
    line-height: 40px;
    font-family: Arial;
    white-space: nowrap;
} 
.h-agency span.dot {
    color: #f37b21;
}
.h-agency .shapewrapper{
	border: 11px solid rgba(255,255,255,.3);
    width: 55%;
    height: 55%;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform-origin: 50% 50% 0px;
    position: absolute;
    top: 22%;
    left: 22%;
}  
#je_contact input, #je_contact textarea {
    color: #7a7a7a;
    border: 2px solid #e3e3e3;
    background-color: transparent;
}
#je_contact button[type="submit"], .qcbutton a.je_button {
    background: #bfa67a;
    color: #ffffff;
    padding: 13px 34px;
	height: inherit;
}
#video_background{ 
	height: auto !important;
}
.scroll-down {
    font-size: 20px;
    width: 32px;
    height: 32px;
    background-color: rgba(255,255,255,.2);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    line-height: 32px;
    z-index: 50 !important;
    position: absolute;
    bottom: 40px;
    left: 50%;
    margin-left: -16px;
}
.scroll-down i {
    color: #fff;
    -webkit-animation: scroll-down-icon 1s infinite;
    -moz-animation: scroll-down-icon 1s infinite;
    -o-animation: scroll-down-icon 1s infinite;
    animation: scroll-down-icon 1s infinite;
    left: 10px;
}