

/*
Template Name: consultant
Author: consultant
*/


/*
======================================================================================
CSS INDEX
======================================================================================
**** consultant HEADER TOP AREA CSS 					***
**** consultant HEADING NAV AREA CSS 					***
**** consultant NIVO SLIDER AREA CSS 					***
**** consultant ABOUT AREA CSS 							***
**** consultant SEARCH DOMAIN AREA CSS					***
**** consultant FEATURE AREA CSS 						***
**** consultant PRICING AREA CSS 						***
**** consultant TESTIMONIAL AREA CSS 					***
**** consultant VIDEO AREA CSS 							***
**** consultant TEAM AREA CSS 							***
**** consultant BLOG AREA CSS 							***
**** consultant BLOG DETAILS AREA CSS 					***
**** consultant FOOTER TOP CSS 							***
**** consultant FOOTER BOTTOM AREA CSS 					***
**** consultant COUNTER AREA CSS 						***
**** consultant INSTAGRAM AREA CSS 						***
**** consultant BRAND AREA CSS 							***
**** consultant BREADCRUMB AREA CSS 					***
**** consultant PAGINATION AREA CSS 					***
**** consultant 404 AREA CSS 							***
**** consultant SECTION TITLE CSS 						***
**** consultant SERVICE AREA  CSS 						***
**** consultant CUOROSEL  CSS 							***
**** consultant ACOADING AREA CSS 						***
**** HOSTING DITALS AREA CSS 						***
****  DOMEIN FEATURE AREA CSS 						***
**** CHOOSE US AREA CSS 							***
=============================================================================================
END CSS INDEX
============================================================================================= */

html,
body {}

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


/* box layout */

.box.wrapper {
	max-width: 1200px;
	margin: auto;
	background: #fff;
	-webkit-box-shadow: 0px 0px 5px #ddd;
	        box-shadow: 0px 0px 5px #ddd;
}


/* end box layout */

.fix {
	overflow: hidden;
}

.clear_both {
	clear: both;
}


/*============================
CONSULTANT HEADER TOP AREA CSS
==============================*/

.em40_header_area_main {}

.em40_header_area_main.hdisplay_none {
	display: none;
}

.consultant-header-top {
	background: #040c71 none repeat scroll 0 0;
	padding: 7px 0;
}

.top-address {
	padding-top: 8px;
}

.top-right-menu {
	padding-top: 7px;
}

.top-address p {
	margin-bottom: 0;
	color: #fff;
}

.top-address p span,
.top-address p a {
	margin-right: 20px;
}

.top-address p span i,
.top-address p span i,
.top-address p a i {
	font-size: 15px;
	color: #ff7e00;
	margin-right: 10px;
}

.top-address p a {
	display: inline-block;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}


/* TOP RIGHT CSS */

.top-right-menu ul.social-icons {
	margin: 0;
	padding: 0;
}

.top-right-menu ul.social-icons li {
	display: inline-block;
	margin-left: 15px;
	position: relative;
}

.top-right-menu ul.social-icons li a {
	display: inline-block;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	font-size: 15px;
}

.top-address p a,
.top-right-menu ul.social-icons li a,
.top-address p span {
	font-size: 12px;
	color: #fff;
}

.top-right-menu .social-icons li a:hover,
.top-right-menu .social-icons li a i:hover {
	color: #ff7e00;
}

.top-both-p0 .top-address p a,
.top-both-p0 .top-address p span {
	margin-right: 0px;
	margin-left: 12px;
}

.facebook.social-icon {
	color: #ff7e00;
}

.twitter.social-icon {
	color: #ff7e00;
}

.pinterest.social-icon {
	color: #BD081B;
}

.linkedin.social-icon {
	color: #ff7e00;
}

.dribbble.social-icon {
	color: #EB4D88;
}

.login i,
.register i {
	margin-right: 9px;
}


/* Header Top Two */

.consultant-header-top.header_top_two {
	background: #ff7e00 none repeat scroll 0 0;
}

.header_top_two .top-address p a {
	color: #fff;
}

.header_top_two .top-address p span i,
.header_top_two .top-address p a i {
	color: #fff;
}

.header_top_two .top-right-menu ul.social-icons li a {
	color: #fff;
}


/* sub menu css */

.top-right-menu ul .sub-menu {
	position: absolute;
	left: 0px;
	top: 100%;
	visibility: hidden;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border-top: 1px solid #ff7e00;
	width: 150px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	text-align: left;
	background: #fff;
	z-index: 1;
}

.top-right-menu ul.social-icons li:hover .sub-menu {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	visibility: visible;
}

.top-right-menu ul .sub-menu li {
	padding: 5px 0px 0px 5px;
}

.top-right-menu ul .sub-menu li a {
	font-size: 12px;
}

.top-right-menu ul .sub-menu ul {
	display: none;
}

.top-welcome p {
	padding: 0px;
	margin: 0px;
}

.top-address.em-login a {
	margin-right: 10px;
}

.top-address.em-login a+a {
	margin-right: 0;
}

.top-address.em-login p a i,
.top-address.em-login p a i {
	margin-right: 5px;
}

.top-address.em-login a+a:before {
	content: "|";
	margin-right: 12px;
}

.txtc {
	text-align: center;
}

.text-center {
	text-align: center;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.text-right .register {
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	margin-right: 7px;
	background: #ff7e00;
	padding: 3px 20px;
	border-radius: 30px;
	border: 1px solid #ff7e00;
}

.text-right .login {
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	background: transparent;
	padding: 3px 20px;
	border-radius: 30px;
	border: 1px solid #fff;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}


/* top opening */

.top-address.menu_18 span {
	background: #fff;
	padding: 8px 15px 9px;
	display: inline-block;
	color: #333;
}

.top-right-menu ul.social-icons.menu_18,
.top-right-menu ul.social-icons.menu_19 {
	padding: 7px 0;
}

.em-login.menu_18,
.em-quearys-top.menu_19 {
	padding: 7px 0;
}


/* top quearys */

.em-top-quearys-area {
	position: relative;
}

.em-header-quearys {
	list-style: none;
}

.em-quearys-menu i {
	background: #ff7e00 none repeat scroll 0 0;
	border-radius: 50px;
	display: inline-block;
	height: 26px;
	text-align: center;
	width: 26px;
	line-height: 26px;
	font-size: 14px;
	color: #fff;
}

.em-quearys-inner {
	position: absolute;
	right: 0;
	top: 36px;
	z-index: 999;
	display: none;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.em-quearys-inner {}

.em-quearys-form {
	background-color: #ffffff;
	border-top: 1px solid #ff7e00;
	width: 290px;
	float: right;
}

.top-form-control {
	position: relative;
}

.top-form-control input {
	background: #f9f9f9;
	color: #666666;
	font-size: 13px;
	font-weight: 300;
	height: 48px;
	padding: 0 40px 0 15px;
	width: 100%;
	border: none;
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}

.top-form-control button.top-quearys-style {
	position: absolute;
	right: 6px;
	top: 50%;
	/* height: 44px; */
	background: transparent;
	font-size: 15px;
	border: none;
	color: #ff7e00;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	    transform: translateY(-50%);
}

.em-s-hidden {
	display: none !important;
}


/* address left right icon */

.top-right-menu.litop {
	float: left;
}


/* mobile logo   */

.mobile_menu_logo.text-center {
	padding: 20px 0;
}

.no-logo-sr .em-quearys-top.msin-menu-search .em-quearys-inner {
	top: 70px;
}

.no-logo-sr .consultant_menu ul {
	text-align: center;
}

.no-logo-sr .consultant_menu ul li {
	text-align: left;
}


/*==============================
CONSULTANT HEADING NAV AREA CSS
===============================*/

.mean-container .mean-bar {
	padding: 0;
}

.mean-container .mean-nav {
	background: #ff7e00 none repeat scroll 0 0;
	float: none;
}

.main_menu_div {
	position: relative;
}

.consultant_nav_area {
	background: rgba(0, 0, 0, 0.65);
	position: absolute;
	left: 0;
	top: 53px;
	width: 100%;
	z-index: 99999999;
	-webkit-box-shadow: 0px 4px 5px -3px rgba(0, 0, 0, 0.20);
	        box-shadow: 0px 4px 5px -3px rgba(0, 0, 0, 0.20);
}

.header_no_transparent .consultant_nav_area {
	background: #fff;
	position: inherit;
	-webkit-box-shadow: none;
	        box-shadow: none;
}

.header_no_transparent .consultant_menu>ul>li>a {
	color: #555;
}

.header_no_transparent .consultant_menu>ul>li:hover a {
	color: #ff7e00;
}

.header_no_transparent .consultant_menu ul .sub-menu li a {
	color: #444 !important;
}

.header_no_transparent a.dtbtn:hover {
	background-color: #122a89;
	color: #fff;
}

.header_transparent_two .consultant_nav_area {
	background: inherit;
	-webkit-box-shadow: none;
	        box-shadow: none;
}

.header_transparent_two .logo-left {
	background: rgba(0, 0, 0, 0.55);
}

.header_transparent_two .consultant_nav_area.prefix {
	background: transparent !important;
	top: 0px;
}

.header_transparent_two .consultant_nav_area.prefix .logo-left {
	background: #061266;
}


/* LOGO CSS */

.logo {
	margin-top: 30px;
}

.logo a {
	font-weight: 700;
	display: inline-block;
	margin-top: 2px;
}

.consultant_menu {
	text-align: right;
}


/* MAIN MENU CSS */

.consultant_menu ul {
	text-align: right;
	list-style: none;
}

.consultant_menu>ul>li {
	display: inline-block;
	position: relative;
}

.consultant_menu>ul>li>a {
	display: block;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	position: relative;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 39px 0px 38px;
	margin-left: 24px;
	letter-spacing: 1px;
}

.consultant_menu ul li:last-child a {
	margin-right: 0px;
}

.consultant_menu>ul>li.current a,
.consultant_menu>ul>li:hover>a {
	color: #ff7e00;
}

.consultant_menu>ul>li.current>a {
	color: #ff7e00;
}


/* Menu Transparent */

.trp_nav_area {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 9999;
	background-color: transparent;
	padding: 25px 0;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}


/* stycky nav Css */

.transprent-menu .consultant_nav_area {
	left: 0;
	right: 0;
	top: 0;
	z-index: 9999;
	background-color: transparent;
	padding: 0;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	position: absolute;
}

.consultant_nav_area.postfix {
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.consultant_nav_area.prefix {
	background: #061266 !important;
	top: 0px;
}

.consultant_nav_area.prefix .consultant_menu>ul>li>a {
	color: #fff;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.consultant_nav_area.prefix .consultant_menu>ul>li.current>a,
.consultant_nav_area.prefix .consultant_menu>ul>li>a:hover {
	color: #ff7e00;
}


/* LOGO LEFT RIGHT CSS */

.logo-left {}

.logo-right .logo {
	text-align: right;
}

.logo-right .consultant_menu>ul {
	text-align: left;
}

.logo-right .consultant_menu>ul>li:first-child a {
	padding-left: 0px;
}

.logo-right .consultant_menu>ul>li:last-child a {
	padding-right: auto;
}


/* logo top */

.logo-top .logo {
	text-align: center;
}

.logo-top .consultant_menu>ul {
	text-align: center;
}

.logo-top>.consultant_menu>ul>li:last-child a {
	padding-right: auto;
}


/* sub menu style */

.consultant_menu ul .sub-menu {
	position: absolute;
	left: 0;
	top: 130%;
	width: 217px;
	text-align: left;
	background: #061266;
	margin: 0;
	padding: 15px 0;
	z-index: 9999;
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
	        box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	visibility: hidden;
}

.consultant_menu ul li:hover>.sub-menu {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	visibility: visible;
	top: 100%;
	z-index: 9;
}

.consultant_menu ul .sub-menu li {
	position: relative;
}

.consultant_menu ul .sub-menu li a {
	display: block;
	padding: 12px 20px;
	margin: 0;
	line-height: 1.3;
	letter-spacing: normal;
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	-webkit-transition: .1s;
	-o-transition: .1s;
	transition: .1s;
	visibility: inherit !important;
	color: #fff;
}

.consultant_menu ul .sub-menu li:hover>a,
.consultant_menu ul .sub-menu .sub-menu li:hover>a,
.consultant_menu ul .sub-menu .sub-menu .sub-menu li:hover>a,
.consultant_menu ul .sub-menu .sub-menu .sub-menu .sub-menu li:hover>a {
	background: rgba(255, 255, 255, .06);
	color: #ff7e00;
}


/* sub menu 2 */

.consultant_menu ul .sub-menu .sub-menu {
	left: 100%;
	top: 130%;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	visibility: hidden;
}

.consultant_menu ul .sub-menu li:hover>.sub-menu {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	visibility: visible;
	top: 0%;
}


/* sub menu 3 */

.consultant_menu ul .sub-menu .sub-menu li {
	position: relative;
}

.consultant_menu ul .sub-menu .sub-menu .sub-menu {
	right: 100%;
	left: auto;
	top: 130%;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	visibility: hidden;
}

.consultant_menu ul .sub-menu .sub-menu li:hover>.sub-menu {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	visibility: visible;
	top: 0%;
}


/* sub menu 4 */

.consultant_menu ul .sub-menu .sub-menu .sub-menu li {
	position: relative;
}

.consultant_menu ul .sub-menu .sub-menu .sub-menu .sub-menu {}

.consultant_menu ul .sub-menu .sub-menu .sub-menu li:hover>.sub-menu {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	visibility: visible;
	top: 0%;
}


/* user login */

.logged-in .transprent-menu .consultant_nav_area.prefix {
	top: 32px;
}

.logged-in .trp_nav_area.hbg2 {
	top: 32px;
}


/* Main  menu search */

.consultant_menu.main-search-menu>ul,
.em-quearys-top.msin-menu-search {
	display: inline-block;
}

.em-quearys-top.msin-menu-search .em-quearys-menu i {
	height: 36px;
	width: 36px;
	line-height: 36px;
	margin-left: 20px;
}

.em-quearys-top.msin-menu-search .em-quearys-inner {
	top: 59px;
}


/* has menu icon */

.consultant-main-menu .menu-item-has-children>a:after {
	margin-left: 5px;
	content: "\f107";
	font-family: FontAwesome;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	font-size: 13px;
	opacity: .5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.consultant-main-menu .menu-item-has-children .menu-item-has-children>a:after {
	margin-left: 8px;
	content: "\f105";
}


/* Main menu button */

.donate-btn-header {
	display: inline-block;
	float: right;
}

a.dtbtn {
	border: none;
	display: block;
	font-size: 14px;
	margin-left: 30px;
	font-weight: 600;
	text-transform: uppercase;
	border-radius: 30px;
	padding: 7px 20px;
	background-color: #ff7e00;
	color: #fff;
	margin-top: 30px;
}

a.dtbtn:hover {
	background-color: #fff;
	color: #444;
}

.redX {
	color: #ff7e00;
}


/* logo sticky */

.consultant-main-menu .logo a.main_sticky_main_l {
	display: block;
}

.consultant-main-menu .logo a.main_sticky_l {
	display: none;
}


/* logo pre */

.consultant-main-menu .prefix .logo a.main_sticky_main_l {
	display: none;
}

.consultant-main-menu .prefix .logo a.main_sticky_l {
	display: block;
	margin-top: 3px;
}

.headroom--pinned {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	    transform: translateY(0);
}

.headroom--unpinned {
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	    transform: translateY(-100%);
}

.header--fixed {
	position: fixed;
	z-index: 10;
	right: 0;
	left: 0;
	top: 0;
	-webkit-transition: -webkit-transform .25s ease-in-out;
	transition: -webkit-transform .25s ease-in-out;
	-o-transition: transform .25s ease-in-out;
	transition: transform .25s ease-in-out;
	transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out;
	will-change: transform;
}

.menu-height-space {
	height: 100px;
}


/*=============================
CONSULTANT NIVO SLIDER AREA CSS
==============================*/

.main_slider_area {
	position: relative;
}

.nivo-caption {
	background: rgba(0, 0, 0, 0.5)!important;
	height: 100%;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.em-slider-content-nivo {}

.em_slider_right {}

.em_slider_inner {
	margin: auto;
	/* width: 60%; */
	position: absolute;
	top: 54%;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	    transform: translateY(-50%);
	z-index: 9999;
}


/* slider title */

.em-slider-title {
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 23px;
	text-transform: uppercase;
}

.em-slider-sub-title {
	color: #fff;
	font-size: 65px;
	font-weight: 700;
	margin-bottom: 0;
	margin: 0;
}

.em-slider-up-title {
	font-size: 38px;
	color: #fff;
	font-weight: 300;
	padding-bottom: 8px;
	letter-spacing: 3px;
	text-transform: uppercase;
}

.em-slider-sub-em-title {
	font-size: 24px;
	color: #fff;
	font-weight: 500;
}

.text-center .em-slider-sub-title {
	font-weight: 600;
	text-transform: uppercase;
}

.em-slider-descript {
	color: #fff;
}

.em-slider-descript {
	font-size: 24px;
	margin-bottom: 20px;
	width: 59%;
	z-index: 999;
	font-weight: 300;
}

.text-left .em-slider-descript {
	margin-left: 0;
	margin-right: auto;
}

.text-center .em-slider-descript {
	margin: 11px auto 28px;
}

.text-right .em-slider-descript {
	margin-right: 0;
	margin-left: auto;
}

.text-center {
	text-align: center;
}


/* slider button */

.em-button-button-area a {
	border: 1px solid #ccc;
	color: #fff;
	display: inline-block;
	font-size: 15px;
	margin-right: 10px;
	margin-top: 12px;
	padding: 10px 35px;
	position: relative;
	text-transform: uppercase;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	z-index: 999;
	letter-spacing: 1px;
	border-radius: 30px;
}

a.em-active-button {
	background: #ff7e00;
	border-color: #ff7e00;
}

.em-button-button-area a:hover {
	color: #fff;
	background: #ff7e00;
	border-color: #ff7e00;
}

a.em-active-button:hover {
	background: transparent;
	border-color: #fff;
}

.em-slider-half-width {
	width: 50%;
}

.em-slider-left {
	padding-right: 30px;
}

.em-slider-right {
	padding-left: 30px;
}

.em-slider-full-width {
	width: 85%;
}

.em-slider-half-width .em-slider-descript {
	width: 100%;
}


/* directionNav */

.em-nivo-slider-wrapper .nivo-directionNav {}

.em-nivo-slider-wrapper .nivo-directionNav a {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	    transform: translateY(-50%);
	height: 70px;
	width: 70px;
	line-height: 68px;
	text-align: center;
	display: block;
	border-radius: 50%;
	color: #fff;
	font-size: 34px;
	left: 0;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	visibility: hidden;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.40) none repeat scroll 0 0;
	margin-right: 30px;
}

.em-nivo-slider-wrapper .nivo-directionNav .nivo-prevNav {
	border-radius: 50%;
	margin-left: 30px;
}

.em-nivo-slider-wrapper .nivo-directionNav .nivo-nextNav {
	left: auto;
	right: 0;
}

.em-nivo-slider-wrapper .nivo-directionNav a:hover {
	background: #ff7e00;
	border-color: #ff7e00;
	color: #fff;
}

.em-nivo-slider-wrapper:hover .nivo-directionNav a {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	visibility: visible;
	left: 50px;
}

.em-nivo-slider-wrapper:hover .nivo-directionNav .nivo-nextNav {
	left: auto;
	right: 50px;
}


/* controlNav */

.em-nivo-slider-wrapper .nivo-controlNav {
	bottom: 50px;
	padding: 0;
	position: absolute;
	width: 100%;
	z-index: 9;
	display: none;
}

.em-nivo-slider-wrapper .nivo-controlNav a {
	background: #000 none repeat scroll 0 0;
	border-radius: 50%;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	height: 25px;
	margin: 0 5px;
	width: 25px;
	color: #fff;
	line-height: 25px;
}

.em-nivo-slider-wrapper .nivo-controlNav a:hover,
.em-nivo-slider-wrapper .nivo-controlNav a.active {
	background: #ff7e00 none repeat scroll 0 0;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}


/*==================
CUROUSEL SLIDER AREA
====================*/

.slider_area {
	background: url(assets/images/slider-bg.jpg);
	background-size: cover;
	background-position: center center;
	position: relative;
	z-index: 1;
}

.home-2.slider_area {
	background: url(img/slider/s4.jpg);
	background-size: cover;
	background-position: center center;
}

.home-3.slider_area {
	background: url(img/slider/s4.jpg);
	background-size: cover;
	background-position: center center;
}

.slider_area:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .0);
	z-index: -1;
}

.slider_content {
	display: table;
	height: 930px;
	text-align: center;
	width: 100%;
	padding-top: 23%;
}

.slider_text {
	vertical-align: middle;
	width: 100%;
}

.slider_text>h1 {
	color: #fff;
	font-size: 50px;
	text-transform: uppercase;
	margin: 0;
}

.slider_text>h2 {
	color: #fff;
	font-size: 50px;
	font-weight: 700;
	text-transform: uppercase;
	z-index: 999999999;
	margin: 0;
}

.slider_text>p {
	color: #fff;
	width: 61%;
	margin: auto;
	font-size: 18px;
}

.slider_readmore {
	margin-top: 32px;
}

.sreadmore {
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	padding: 12px 40px;
	border-radius: 30px;
	display: inline-block;
	margin: 0 7px 0;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	text-transform: uppercase;
	background: #041B5E;
	border-radius: 5px;
	z-index: 99999999;
}

.sreadmore:hover {
	color: #444;
	background: #fff;
}


/* Particles Js Slider */

.effective_slider .slider_text>h1 {
	margin-bottom: 13px;
}

.particles-js-canvas-el {
	position: absolute;
	top: 0;
	z-index: -1;
}

#particles-js {
	z-index: -1;
}


/*----------------------------------------
8. HOME 2 HERO SLIDER SECTION
------------------------------------------*/

.hero-slider-area {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	height: auto;
}

.hero-slider-area .single-slide {
	height: calc(100vh - 100px);
	position: relative;
	z-index: 999;
}

.hero-slider-area .overlay-white:after {
	background-color: rgba(41, 38, 51, 0.8);
}

.hero-slider-area .overlay-dark:after {
	background-color: rgba(41, 38, 51, 0.8);
}

.hero-slider-area .slide-one-bg {
	background: rgba(41, 38, 51, 0.8) url("assets/images/slider-1.jpg") no-repeat scroll center center / cover;
}

.hero-slider-area .slide-two-bg {
	background: rgba(41, 38, 51, 0.8) url("assets/images/slider-2.jpg") no-repeat scroll center center / cover;
}

.hero-slider-area .slide-three-bg {
	background: rgba(41, 38, 51, 0.8) url("assets/images/slider-3.jpg") no-repeat scroll center center / cover;
}

.hero-slider-area .banner-content {
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	    transform: translateY(-50%);
}

.banner-content h1 {
	font-size: 60px;
	margin-bottom: 10px;
	text-transform: capitalize;
	color: #fff;
}

.banner-content p {
	font-size: 16px;
	margin: 20px auto;
	width: 45%;
	color: #fff;
}

.btn {
	background-color: #423f50;
	border: 0 none;
	border-radius: 100px;
	color: #fff;
	display: inline-block;
	/* font-family: "Montserrat", sans-serif; */
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	padding: 15px 40px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	display: inline-block;
	margin-top: 19px;
}

.btn:hover {
	background: #ff7e00;
	color: #fff;
}

.hero-slider-area .slick-prev {
	left: 25px;
}

.hero-slider-area .slick-next {
	right: 25px;
}

.hero-slider-area .slick-dots {
	bottom: 0;
}

.slick-dotted.slick-slider {
	margin-bottom: 0;
}

.overlay-white:after,
.overlay-dark:after {
	background-color: rgba(41, 38, 51, 0.8);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: -1;
}

.slick-prev,
.slick-next {
	background-color: rgba(0, 0, 0, 0.30);
	border-radius: 50px;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	        box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	height: 70px;
	top: 50%;
	-webkit-transform: translate(0px, -50%);
	-ms-transform: translate(0px, -50%);
	    transform: translate(0px, -50%);
	width: 70px;
	z-index: 1;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	color: #fff;
}

.testimonial-carousel .slick-prev,
.testimonial-carousel .slick-next {
	top: calc(50% + 80px);
	-webkit-transform: translate(0px, calc(-50% - 40px));
	-ms-transform: translate(0px, calc(-50% - 40px));
	    transform: translate(0px, calc(-50% - 40px));
}

.slick-prev::before,
.slick-next::before {
	color: #fff;
	font-family: FontAwesome;
	font-size: 30px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	background-color: #ff7e00;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	color: #fff;
}

.slick-dots {
	bottom: -30px;
}

.slick-dots li {
	height: 5px;
	margin: 0 5px;
	width: 20px;
}

.slick-dots li button {
	background-color: #fff;
	border: 0 none;
	height: 7px;
	padding: 0;
	text-indent: -99999px;
	width: 22px;
}

.slick-dots .slick-active button,
.slick-dots .slick-active button {
	background-color: #ff7e00;
}


/*=========================
CONSULTANT FEATURE AREA CSS
===========================*/

.feature_area {
	padding: 82px 0 70px;
	z-index: 222;
	position: relative;
	margin-top: -205px;
}

.feature_area.style_two {
	padding: 81px 0 57px;
	margin-top: 0;
}

.feature_area.about-pages {
	padding: 0 0 70px;
	margin-top: 0;
	background: #f9f9f9;
}

.single_feature {
	padding: 0 0;
	text-align: left;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	margin-bottom: 30px;
}

.features_thumb {
	position: relative;
	overflow: hidden;
	-webkit-transition: .7s;
	-o-transition: .7s;
	transition: .7s;
	z-index: 1;
}

.features_thumb::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 0%;
	background: rgba(3, 169, 244, 0.73);
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.single_feature:hover .features_thumb::before {
	height: 100%;
}

.feature_content {
	overflow: hidden;
	padding-top: 11px;
}

.feature_content h5 {
	font-size: 28px;
	font-weight: 600;
	padding-bottom: 0;
	text-transform: uppercase;
	-webkit-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.7s ease 0s;
	-o-transition: all 0.7s ease 0s;
	transition: all 0.7s ease 0s;
	color: #ff7e00;
	margin-bottom: 6px;
}

.feature_content h2 {
	font-size: 21px;
	font-weight: 600;
	text-transform: capitalize;
	-webkit-transition: all 0.7s ease 0s;
	-o-transition: all 0.7s ease 0s;
	transition: all 0.7s ease 0s;
	position: relative;
	margin: 0px 0 37px;
}

.feature_content h2::before {
	content: "";
	left: 0;
	bottom: -13px;
	position: absolute;
	width: 40px;
	height: 3px;
	background: #ff7e00;
}

.feature_inner_box {
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	position: relative;
}

.em_feature_icon {
	float: left;
}

.em_feature_icon i {
	font-size: 44px;
	color: #eb1b2b;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	margin-right: 20px;
	margin-top: 21px;
}

.em-feature:hover .em_feature_icon i {
	color: #fff;
}

.em_content_text {
	padding-top: 10px;
	color: #fff;
}

.em-feature-title h2 {
	font-weight: 600;
	padding-bottom: 14px;
	text-transform: uppercase;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	font-size: 17px;
}

.feature_inner {
	overflow: hidden;
	bottom: 0;
	position: relative;
}

.em_feature_button {
	margin-top: 8px;
}

.em_feature_button a {
	color: #fff;
	position: relative;
	text-transform: uppercase;
	font-size: 12px;
}

.em_feature_button a i {
	font-size: 17px;
	margin-left: 5px;
	position: absolute;
	top: -1px;
}

.feature_icon {
	margin-top: 21px;
}

.f-readmore {
	padding-top: 7px;
}

.feature_button {
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.feature_button a {
	color: #212121;
	display: inline-block;
	border: 1px solid #ddd;
	padding: 5px 20px;
	border-radius: 30px;
}

.feature_button a span i {
	margin-left: 5px;
	font-size: 11px;
}

.em-feature:hover .feature_button {
	display: block;
}

.em-feature:hover .em_feature-icon {
	background: #eb1b2b;
	color: #fff;
}


/* 3D  Feature Style */

.feature_area.feature_area_style2 {
	padding: 0 0 70px;
	z-index: 9999999;
	margin-top: -110px;
}

.em_feature_flipbox {
	margin-bottom: 30px;
	perspective: 1000px;
	position: relative;
	transform-style: preserve-3d;
	-webkit-perspective: 1000px;
	-webkit-transform-style: preserve-3d;
	z-index: 9899999;
}

.em_feature_flipbox .feature_flipbox_font,
.em_feature_flipbox .feature_flipbox_back {
	min-height: 300px;
	height: auto;
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.17);
	        box-shadow: 0 0 4px rgba(0, 0, 0, 0.17);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: rotateX(0);
	-webkit-transform: rotateX(0);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	transition: transform .7s ease, -webkit-transform .7s ease;
	position: relative;
	border-bottom: 5px solid #ff7e00;
}

.em_feature_flipbox .feature_flipbox_font {
	background: #fff;
}

.em_feature_flipbox .feature_flipbox_inner {
	text-align: center;
	padding: 0 25px;
	border-radius: 2px;
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	perspective: inherit;
	-webkit-perspective: inherit;
	outline: transparent solid 1px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
	transform: translateY(-50%) translateZ(60px) scale(0.94);
	z-index: 2;
}

.feature_flipbox_icon {
	font-size: 35px;
	text-align: center;
	display: inline-block;
	color: #fff;
	overflow: hidden;
	background: #ff7e00;
	height: 80px;
	width: 80px;
	line-height: 80px;
	border-radius: 50% 50% 0 50%;
	-webkit-transform: rotate(-313deg);
	    -ms-transform: rotate(-313deg);
	        transform: rotate(-313deg);
	margin-top: 53px;
}

.feature_flipbox_icon i {
	-webkit-transform: rotate(313deg);
	    -ms-transform: rotate(313deg);
	        transform: rotate(313deg);
}

.em_feature_flipbox .em-feature-title h2 {
	font-size: 22px;
	padding-bottom: 13px;
	text-transform: capitalize;
	-webkit-transition: all 0.7s ease 0s;
	-o-transition: all 0.7s ease 0s;
	transition: all 0.7s ease 0s;
	padding-top: 22px;
}

.em-feature-desc {
	padding-bottom: 48px;
}

.em_feature_flipbox .feature_flipbox_back {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: #ff7e00;
	border-radius: 2px;
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.em_feature_flipbox .feature_flipbox_back .frb-batton a {
	color: #fff;
	text-transform: capitalize;
	margin-top: 22px;
	background: #fff;
	color: #555;
	display: inline-block;
	padding: 3px 25px;
	border-radius: 30px;
	border: 2px solid #fff;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.em_feature_flipbox .feature_flipbox_back .frb-batton a:hover {
	color: #fff;
	border-color: #fff;
	background: transparent;
}

.em_feature_flipbox .feature_flipbox_back .frb-batton a i {
	display: none;
}

.em_feature_flipbox .feature_flipbox_back .em-feature-title h2 {
	padding-bottom: 16px;
	padding-top: 0;
	color: #fff;
	margin-bottom: 0;
}

.em_feature_flipbox .feature_flipbox_back .em-feature-text,
.em_feature_flipbox .feature_flipbox_back .em-feature-title h2 {
	color: #fff;
}

.em_feature_flipbox:hover .feature_flipbox_font {
	-webkit-transform: rotateX(-180deg);
	transform: rotateX(-180deg);
}

.em_feature_flipbox:hover .feature_flipbox_back {
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
}

.feature_top_btn a:hover {
	background: transparent;
	border: 1px solid #fff;
}

.feature_top_btn .em-active-button:hover {
	background: #ff7e00;
	border: 1px solid #ff7e00;
}


/*===============
 SERVICE AREA CSS
=================*/

.service_area {
	padding: 80px 0 70px;
	background: #f7f7f7f7;
}

.single_service {
	border: 1px solid #ddd;
	padding: 20px 20px 32px;
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
	        box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	overflow: hidden;
	margin-bottom: 30px;
}

.single_service_thumb {
	overflow: hidden;
}

.single_service_thumb img {
	overflow: hidden;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.single_service_title h2 {
	padding: 7px 0 17px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	font-weight: 600;
}

.single_service_btn a {
	color: #ff7e00;
	font-weight: 600;
	letter-spacing: 1px;
	position: relative;
}

.single_service_btn a::after {
	content: "";
	position: absolute;
	right: 0;
	top: -1px;
	width: 0%;
	height: 1px;
	background: #ff7e00;
	margin: auto;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.single_service_btn a::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 0%;
	height: 1px;
	background: #ff7e00;
	margin: auto;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.single_service_btn a:hover::after,
.single_service_btn a:hover::before {
	width: 100%;
}

.single_service:hover .single_service_thumb img {
	-webkit-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	        transform: scale(1.1);
	overflow: hidden;
}

.single_service_btn a:hover {
	color: #ff7e00;
}

.single_service_title h2:hover {
	color: #ff7e00;
}


/* Style One Css */

.style_one .single_service:before,
.style_one .single_service:after {
	display: none;
}

.style_one .single_service_title h2 {
	padding: 25px 0 17px !important;
}


/* Service Style Tow */

.style_two .single_service {
	background: #fff none repeat scroll 0 0;
	display: block;
	overflow: hidden;
	padding: 24px 20px 38px;
	position: relative;
	text-align: left;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	z-index: 1;
	-webkit-box-shadow: none;
	        box-shadow: none;
	border: 0;
}

.style_two .single_service::after {
	position: absolute;
	left: 50%;
	top: 50%;
	color: #ddd;
	font-size: 120px;
	content: "\f10e";
	font-family: FontAwesome;
	opacity: 0.5;
	-webkit-transform: translateY(-50%) translateX(-50%);
	    -ms-transform: translateY(-50%) translateX(-50%);
	        transform: translateY(-50%) translateX(-50%);
	z-index: -1;
}

.style_two .single_service::before {
	position: absolute;
	content: "";
	right: 0;
	top: 0;
	width: 3px;
	height: 0%;
	background: #ff7e00;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.style_two .single_service:hover::before {
	height: 100%;
}

.style_two .single_service_title>h3 {
	position: relative;
	display: inline-block;
	color: #ff7e00;
}

.style_two .single_service_title>h3::before {
	position: absolute;
	left: 51px;
	content: "";
	background: #ff7e00;
	width: 40px;
	height: 4px;
	top: 13px;
}

.style_two .single_service_title>h2 {
	padding: 5px 0 17px;
	margin-top: 0;
}

.style_two .single_service_btn>a {
	margin-top: 7px;
	display: inline-block;
}

.service_area.style_two .section-title h2 {
	margin-bottom: 45px;
}

.black.section-title h2 {
	position: relative;
	color: #fff;
	margin-bottom: 45px;
}

.black.section-title p {
	color: #ddd;
}

.black.section-title h2::before {
	position: absolute;
	content: "";
	left: 0;
	bottom: -22px;
	width: 50px;
	height: 2px;
	background: #ff7e00;
}


/* Service Black Edition */

.service_area.black_edition {
	padding: 80px 0 70px;
	background: #292633;
}

.style_two.black_edition .single_service {
	background: #34313f;
}

.style_two.black_edition .single_service_title>h2 {
	padding: 5px 0 17px;
	margin-top: 0;
	color: #fff;
}

.black_edition .single_service_title p {
	color: #ddd;
}

.style_two.black_edition .single_service::after {
	opacity: 0.1;
}


/*=========================
CONSULTANT ABOUT AREA CSS
===========================*/

.about_area {
	padding: 78px 0 70px;
	overflow: hidden;
	background: #f7f7f7;
}

.about_area_style_two {
	background: #34313f;
	padding: 100px 0;
}

.style-two .request_form {
	background: #292633;
	padding: 50px 50px 50px;
	border-radius: 0 0 14px 14px;
}

.style-two .request_form {
	background: #292633;
	padding: 50px 50px 25px;
}

.style-two .request_form_title {
	background: #ff7e00;
	padding: 2px 10px 5px;
	border-radius: 14px 14px 0 0;
}

.style-two .request_form_title h2 {
	color: #fff;
	padding: 0 0 7px;
	text-align: center;
}

.style-two .form_field_inner {
	width: 100%;
	float: left;
}

.style-two .form_field_inner input,
.style-two .form_field_inner textarea {
	width: 100%;
	background: #34313f;
	border-radius: 5px;
}

.style-two .text_area .form_field_inner textarea {
	width: 100%;
}

.style-two .form_field_inner input:focus,
.style-two .form_field_inner textarea:focus {
	-webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.20);
	        box-shadow: 0 0 10px rgba(255, 255, 255, 0.20);
}

.style-two .request_button button {
	background: #34313f;
	border: 1px solid #34313f;
	border-radius: 5px;
	color: #fff;
	display: block;
	width: 100%;
}

.about_content {
	margin-bottom: 51px;
	padding-top: 63px;
}

.about_content h2 {
	font-size: 35px;
	font-weight: 600;
	text-transform: uppercase;
	text-align: left;
	padding-bottom: 37px;
	color: #fff;
}

.about_content p {
	color: #ddd;
	margin-bottom: 25px;
}


/* About Skill css */

.skill_area {
	padding: 0 0 45px;
	background: #34313f;
}

.skill-wrapper.left {
	padding-right: 15px;
}

.skill-wrapper {}

.skill-wrapper h5 {
	font-size: 13px;
	/* margin-top: 16px; */
	padding-bottom: 10px;
	color: #fff;
	letter-spacing: 2px;
	font-weight: 500;
	text-transform: uppercase;
}

.progress_text h3 {
	margin-bottom: 10px;
}

.progress {
	background-color: #000;
	-webkit-box-shadow: none;
	        box-shadow: none;
	height: 6px;
	margin-bottom: 55px;
	overflow: visible;
	border-radius: 0;
}

.progress-bar {
	float: left;
	width: 0;
	height: 100%;
	font-size: 12px;
	line-height: 10px;
	color: #fff;
	text-align: right;
	background-color: #fff;
	-webkit-box-shadow: none;
	        box-shadow: none;
}

.ttop {
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	position: relative;
	text-align: center;
	top: -38px;
	width: 41px;
	height: 24px;
	background: #000;
	line-height: 24px;
	text-align: center;
	border-radius: 3px;
}

.ttop::before {
	position: absolute;
	content: "";
	width: 7px;
	height: 7px;
	background: #000;
	bottom: -3px;
	left: 0;
	right: 0;
	margin: auto;
	-webkit-transform: rotate(133deg);
	    -ms-transform: rotate(133deg);
	        transform: rotate(133deg);
}


/*========================
CONSULTANT VIDEO  CSS
=========================*/

.video_area {
	background-image: url(assets/images/video-image.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 100px 0 188px;
	position: relative;
}

.video_area.black_edition {
	background-image: url(assets/images/video-image2.jpg);
}

.vedeo_area .col-md-12 {
	padding: 0;
}

.single_choose {
	margin-bottom: 20px;
}

.single-video {
	position: relative;
	text-align: center;
	margin-top: 10px;
}

.single-video img {
	display: block;
	width: 100%;
	border-radius: 15px;
}

.single-video h3 {
	color: #fff;
	font-size: 29px;
	font-weight: 600;
	margin-bottom: 0;
	padding-top: 30px;
	text-transform: uppercase;
	position: absolute;
	left: 50%;
	top: 56%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	    -ms-transform: translateY(-50%) translateX(-50%);
	        transform: translateY(-50%) translateX(-50%);
}

.video_content {
	padding-top: 50px;
}

.video_content h2 {
	font-size: 35px;
	text-align: center;
	padding-top: 122px;
	color: #fff;
	font-weight: 500;
}

.video-icon a {
	text-align: center;
	display: inline-block;
}

.video-icon a i {
	color: #fff;
	border: 4px solid #fff;
	width: 80px;
	height: 80px;
	line-height: 74px;
	font-size: 37px;
	border-radius: 50%;
}

.v-overlay .video-icon a i {
	border: 0px solid #fff;
	font-size: 30px;
}

.video-icon {
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	    transform: translateX(-50%) translateY(-50%);
	padding-top: 8px;
}

.single-video::before {
	content: "";
	position: absolute;
	background: rgba(222, 182, 104, 0.0);
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	border-radius: 15px;
}

.single-video.video-overlay:before {
	background-color: rgba(0, 0, 0, 0.4);
	border: 3px solid rgba(255, 255, 255, 1);
	bottom: 0;
	content: "";
	height: 95%;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 95%;
}

.single-video.video-overlay:before {
	background: rgba(255, 160, 0, 0.5) none repeat scroll 0 0;
	border: 3px solid rgba(255, 255, 255, 1);
	bottom: 0;
	content: "";
	height: 95%;
	left: 0;
	margin: auto;
	width: 95%;
}

.video_area .single-video::before {
	background: rgba(0, 0, 0, 0.6);
	border-radius: 0;
}

.video_area .single-video img {
	border-radius: 0;
}

.video_area .col-md-12,
.video_area .col-sm-12,
.video_area .col-xs-12 {
	padding: 0;
}


/* Acoading css */

.panel-group .panel {
	margin-bottom: 19.5px;
	border-radius: 4px;
}

.panel-title {
	font-size: 18px;
	color: #333;
}

.panel-title a {
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.panel-title a:hover {
	color: #ff7e00;
}

.panel-heading1 a i {
	background: #ff7e00;
	color: #fff;
	height: 28px;
	width: 28px;
	line-height: 28px;
	font-size: 15px;
	text-align: center;
	margin-right: 5px;
	border-radius: 100%;
}

.panel-heading1 {
	padding: 11px 24px;
	border-radius: 30px;
}

.panel-body {}

.panel-body ul {
	padding-left: 15px;
}

.panel-body ul li {}

.panel-heading1.active {
	background: #fff;
	color: #ff7e00;
}

.panel-heading1 {
	position: relative;
}

.panel-heading1::before {
	position: absolute;
	content: "+";
	color: #000;
	right: 15px;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	top: 50%;
	font-size: 30px;
}

.panel-heading1.active {
	position: relative;
}

.panel-heading1.active::before {
	position: absolute;
	content: "-";
	color: #333;
	right: 15px;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	top: 50%;
}

.panel-heading1.active a {
	color: #ff7e00;
}

.panel-heading1 a {
	display: block;
	color: #333;
	font-weight: 600;
	font-size: 18px;
}

.panel-heading1.active a i {
	background: #fff;
	color: #333;
}


/*==========================
CONSULTANT FAN FACT AREA CSS
===========================*/

.counter_area {
	background: #fff;
	padding: 100px 0 90px;
	position: relative;
}

.counter_area::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
}

.row.counter_main {
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
	        box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
	padding: 72px 0 99px;
	margin-top: -190px;
	background: #fff;
}

.single_counter {
	position: relative;
	text-align: center;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.single_counter::before {
	position: absolute;
	content: "";
	right: 0;
	top: 15px;
	height: 115px;
	width: 1px;
	background: #ff7e00;
}

.col-md-3:last-child .single_counter::before {
	display: none;
}

.single_counter1 {
	text-align: center;
}

.counter_icon {
	margin-top: 0;
	padding-top: 0;
	position: relative;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.single_counter:hover .counter-icon {
	color: #fff;
}

.counter_icon i {
	height: 90px;
	width: 90px;
	margin: auto;
	background: transparent;
	line-height: 74px;
	border-radius: 7px;
	font-size: 36px;
	color: #ff7e00;
	background: #fff;
	border-radius: 100%;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	display: inline-block;
	border: 8px solid #ff7e00;
}

.counter_icon i:hover {
	background: #041B5E;
	color: #fff;
}

.countr_text>h1 {
	display: inline-block;
	font-size: 50px;
	font-weight: 600;
	-webkit-transition: .3s;
	margin: 15px 0 0;
	-o-transition: .3s;
	transition: .3s;
	position: relative;
	color: #ff7e00;
}

.countr_text>h1::after {
	position: absolute;
	content: "";
	left: 0;
	top: 67px;
	height: 4px;
	width: 40px;
	background: #ff7e00;
	margin: auto;
	text-align: center;
	right: 0;
}

.single_counter1 .countr_text>h1::before {
	display: none;
}

.countr_text>h3 {
	display: inline-block;
	font-size: 50px;
	color: #ff7e00;
}

.counter_title {
	padding: 0 0 0;
}

.counter_title h4 {
	font-size: 21px;
	font-weight: 600;
	margin: 0;
	text-transform: capitalize;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	padding-top: 20px;
}


/* Style Two */

.style_two .single_counter {
	position: relative;
	text-align: center;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	background: #292633;
	padding: 27px 15px 35px;
}

.style_two .single_counter:hover {
	background: #ff7e00;
}

.style_two .single_counter::before {
	display: none;
}

.style_two .countr_text>h1 {
	font-size: 25px;
	font-weight: 500;
	margin: 0 0 10px;
	color: #fff;
}

.style_two .countr_text>h1::after {
	display: none;
}

.style_two .counter_title h4 {
	font-size: 18px;
	font-weight: 500;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	padding-top: 0;
	color: #fff;
}


/*==========================
CONSULTANT PORTFOLIO AREA CSS
============================*/

.portfolio_area {
	padding: 78px 0 70px;
}

.portfolio_nav {
	text-align: left;
	margin-bottom: 50px;
}

.portfolio_nav ul {
	text-align: center;
	padding-top: 47px;
}

.portfolio_nav ul li {
	list-style: none;
	display: inline;
}

.portfolio_nav ul li {
	border-radius: 3px;
	color: #333;
	display: inline-block;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 2px;
	padding: 3px 15px;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	margin: 0px 5px;
}

.portfolio_nav ul li.current_menu_item,
.portfolio_nav ul li:hover {
	color: #fff;
	border-color: #000;
	background-color: #ff7e00;
}

.portfolio-pages .portfolio_nav ul {
	text-align: center;
}

.gutter-less .col-md-3,
.gutter-less .col-md-4,
.gutter-less .col-md-6 {
	width: 25%;
	padding: 0;
	margin: 0;
}

.gutter-less .single_portfolio {
	margin-bottom: 0;
}

.gutter-less .loade_more {
	text-align: center;
	margin-top: 30px;
}


/*====================
Portfolio Style Default
======================*/

.single_portfolio {
	margin-bottom: 30px;
	overflow: hidden;
	position: relative;
}

.portfolio_style_two .single_portfolio {
	margin-bottom: 10px;
}

.single_portfolio_thumb {
	position: relative;
	overflow: hidden;
}

.single_portfolio_thumb img {
	width: 100%;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.single_portfolio_thumb:before {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	background: rgba(0, 0, 0, 0.7);
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	width: 100%;
	height: 100%;
}

.port_icon {
	left: 0;
	position: absolute;
	top: 45%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	opacity: 0;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	z-index: 999;
	width: 100%;
	text-align: center;
}

.port_icon a {
	display: inline-block;
	margin: 0px 25px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.port_icon i {
	color: #fff;
	font-size: 16px;
	display: inline-block;
	width: 38px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	border-radius: 5px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	background: #ff7e00;
}

.port_icon i:hover {
	background: #fff;
	color: #151515;
}

.portfolio_content {
	position: absolute;
	left: 0;
	bottom: -61px;
	-webkit-transition: .7s;
	-o-transition: .7s;
	transition: .7s;
	z-index: 99999;
	opacity: 0;
	/* transform: translateX(-50%); */
	width: 100%;
	text-align: center;
}

.portfolio_content a {
	color: #fff;
	font-size: 18px;
	letter-spacing: 1px;
	font-weight: 600;
}

.portfolio_content span {
	color: #fff;
	text-transform: capitalize;
	font-size: 3px;
	letter-spacing: 2px;
	-webkit-transition-delay: 1s;
	     -o-transition-delay: 1s;
	        transition-delay: 1s;
	font-style: italic;
	margin-top: 5px;
	display: inline-block;
	font-size: 13px;
}

.single_portfolio:hover .portfolio_content {
	opacity: 1;
	bottom: 25px;
	-webkit-transition: all 0.3s ease-in-out 0.3s;
	-o-transition: all 0.3s ease-in-out 0.3s;
	transition: all 0.3s ease-in-out 0.3s;
}

.single_portfolio:hover .port_icon a {
	margin: 0 3px 0px;
}

.single_portfolio:hover .single_portfolio_thumb:before {
	opacity: 1;
}

.single_portfolio:hover .port_icon {
	opacity: 1;
}

.loade_more {
	text-align: center;
}

.loade_more a {
	background: #000;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 14px;
	display: inline-block;
	padding: 10px 26px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	position: relative;
	z-index: 1;
	border: 3px solid #000;
}

.loade_more a:hover {
	color: #000;
}

.loade_more a:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	content: "";
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	z-index: -1;
	-webkit-transform: scale(0);
	    -ms-transform: scale(0);
	        transform: scale(0);
}

.loade_more a:hover::before {
	width: 100%;
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
}


/* Portfolio Style One */

.portfolio_style_one .single_portfolio_thumb img {
	width: calc(100% + 10px);
	-webkit-transform: translate3d(-10px, 0, 0);
	        transform: translate3d(-10px, 0, 0);
	-webkit-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

.portfolio_style_one .single_portfolio:hover .single_portfolio_thumb img {
	-webkit-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
}

.portfolio_style_one .single_portfolio_thumb a:before {
	width: 98%;
}

.portfolio_style_one .single_portfolio:hover .single_portfolio_thumb a:before {
	width: 100%;
}

.portfolio_style_one .single_portfolio:hover .portfolio_content {
	left: 30px;
}

.gutter_less .col-md-6,
.gutter_less .col-md-3,
.gutter_less .col-md-4 {
	padding: 0px 0px 0 0;
}

.portfolio_style_one.gutter_less .single_portfolio_thumb img {
	width: calc(100% + 10px);
	-webkit-transform: translate3d( 0px, 0, 0);
	        transform: translate3d( 0px, 0, 0);
	-webkit-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
	width: 100%;
}

.gutter_less .single_portfolio {
	margin-bottom: 0;
}

.gutter_less .loade_more {
	text-align: center;
	margin-top: 50px;
}


/* Porfolio Style Two */

.portfolio_style_two .portfolio_nav ul,
.portfolio_style_three .portfolio_nav ul {
	text-align: center;
}

.portfolio_style_two .col-md-4 {
	padding: 0px 5px 0 5px;
}

.portfolio_style_two .portfolio_content {
	left: 0;
	bottom: -65px;
	width: 100%;
	background: rgba(255, 255, 255, 0.80);
	left: 0;
	text-align: center;
	padding-bottom: 12px;
}

.portfolio_style_two .portfolio_content a {
	color: #151515;
}

.portfolio_style_two .portfolio_content span {
	color: #666;
	margin-top: 0px;
}

.portfolio_style_two .single_portfolio:hover .portfolio_content {
	opacity: 1;
	bottom: 0;
}

.portfolio_style_two .loade_more {
	text-align: center;
	margin-top: 20px;
}


/* Porfolio Style Three */

.portfolio_style_three .single_portfolio_thumb a::before {
	left: 0;
	top: 0;
	content: "";
	background: rgba(255, 255, 255, 0.8);
	width: inherit;
	height: inherit;
	right: 0;
	bottom: 0;
	margin: auto;
}

.portfolio_style_three .single_portfolio:hover .single_portfolio_thumb a::before {
	left: 20px;
	top: 20px;
	right: 20px;
	bottom: 20px;
}

.portfolio_style_three .portfolio_content {
	left: 0;
	bottom: inherit;
	width: 100%;
	background: transparent;
	text-align: center;
	padding-bottom: 12px;
	top: 40%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.portfolio_style_three .portfolio_content a {
	color: #151515;
}

.portfolio_style_three .portfolio_content span {
	color: #444;
	margin-top: 0px;
}

.portfolio_style_three .single_portfolio:hover .portfolio_content {
	opacity: 1;
	top: 60%;
}

.portfolio_style_three .single_portfolio:hover .port_icon {
	opacity: 1;
	top: 40%;
	-webkit-transition-delay: .3s;
	     -o-transition-delay: .3s;
	        transition-delay: .3s;
}

.portfolio_style_three .port_icon {
	top: 25%;
	z-index: 9999999;
}

.portfolio_style_three .port_icon a:before {
	display: none;
}

.portfolio_style_three .port_icon span {
	color: #000;
	border: 2px solid #000;
	background: transparent;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.portfolio_style_three .port_icon span:hover {
	background: #000;
	color: #fff;
}


/* Black Edition */

.portfolio_area.black_edition {
	background: #34313f;
}

.black_edition .portfolio_nav ul {
	text-align: left;
	padding-top: 0;
}

.black_edition .portfolio_nav ul li {
	color: #fff;
}


/*======================
CONSULTANT TEAM AREA CSS
========================*/

.team_area {
	padding: 80px 0 70px;
}

.em-team {
	text-align: center;
	position: relative;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	background: #f7f7f7;
	margin-bottom: 30px;
}

.em-content-title h2 {
	margin-bottom: 0;
	text-transform: uppercase;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.em-content-subtitle {
	font-size: 14px;
	margin: 5px 0 0;
	text-transform: uppercase;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.em-team:hover .em-content-title h2,
.em-team:hover .em-content-subtitle {
	color: #fff;
}

.team-wrap {
	overflow: visible;
	position: relative;
}

.team-front {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transition: -webkit-transform 0.8s, opacity 0.4s;
	-webkit-transition: opacity 0.4s, -webkit-transform 0.8s;
	transition: opacity 0.4s, -webkit-transform 0.8s;
	-o-transition: transform 0.8s, opacity 0.4s;
	transition: transform 0.8s, opacity 0.4s;
	transition: transform 0.8s, opacity 0.4s, -webkit-transform 0.8s;
}

.team-front {
	z-index: 2;
	position: relative;
	overflow: hidden;
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.team-style-2 .em-content-image img {
	margin: 0 auto;
	display: block;
	width: 100%;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.team-style-2:hover .team-front {
	opacity: 0;
	-webkit-transform: scale(0);
	    -ms-transform: scale(0);
	        transform: scale(0);
}

.team-back-wraper {
	-webkit-transition: -webkit-transform 0.6s;
	transition: -webkit-transform 0.6s;
	-o-transition: transform 0.6s;
	transition: transform 0.6s;
	transition: transform 0.6s, -webkit-transform 0.6s;
}

.team-back-wraper {
	bottom: 0;
	height: 99%;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 1;
	right: 0;
	left: 0;
	margin: auto;
	background: #ff7e00;
}

.em-content-waraper1 {
	left: 0;
	padding: 30px 14px 28px;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	    transform: translateY(-50%);
}

.team-style-2 .em-content-socials a {
	color: #fff;
	display: inline-block;
	font-size: 18px;
	margin: 0 8px;
	line-height: 30px;
}

.team-style-2 .em-content-socials a:hover {
	color: #333;
}

.team-style-2 .em-content-socials {
	margin-top: 11px;
}

.team-style-2 .em-content-waraper {
	left: 0;
	padding: 30px 14px 28px;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	    transform: translateY(-50%);
}

.team-style-2 .em-content-desc-inner {
	color: #fff;
	margin: 13px 0 22px;
}


/* team content */

.team-style-2 .em-content-title h2 {
	font-size: 22px;
	margin-bottom: 0;
	text-transform: capitalize;
	color: #fff;
	margin-top: 0;
}

.team-style-2 .em-content-subtitle {
	font-size: 15px;
	margin: 5px 0 0;
	text-transform: capitalize;
	color: #fff;
}


/* team button */

.team-style-2 .em-content-button a {
	display: inline-block;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	color: #eb1b2b;
}

.team-style-2 .team-front .em-content-subtitle {
	font-size: 15px;
	margin: 2px 0 10px;
	text-transform: capitalize;
	color: #fff;
}

.team-front .em-content-title-inner {
	margin-top: 11px;
	display: none;
}

.team_area.about-pages {
	padding: 82px 0 70px;
	background: #f9f9f9;
}

.team_area.black_edition {
	background: #292633;
}


/*=============================
CONSULTANT TESTIMONIAL AREA CSS
===============================*/

.testimonial_area {
	padding-top: 89px;
	padding-bottom: 96px;
	background: #061266;
}

.testimonial_area.black_edition {
	background: #34313f;
}

.single_testimonial {
	text-align: center;
	margin-bottom: 30px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	position: relative;
	padding-top: 70px;
}

.single_testimonial::before {
	color: #ff7e00;
	content: "\f10d";
	font-family: fontawesome;
	font-size: 50px;
	left: 13.5%;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	position: absolute;
	top: -8px;
}

.em_testi_text p::before {
	display: none;
}

.em_testi_text {}

.em_testi_text p {
	margin-top: 0;
	color: #f8f8f8;
	font-style: italic;
	font-size: 19px;
	text-align: left;
	width: 76%;
	margin-left: 150px;
	line-height: 34px;
	font-weight: 400;
}

.single_testimonia:hover .em_testi_text,
.single_testimonia:hover .em_testi_text:before {
	background: #041B5E;
}

.em_test_thumb {
	float: left;
	position: relative;
	margin-top: -132px;
	width: 120px;
}

.em_testi_content {
	float: left;
}

.testimonial_area .em_test_thumb img {
	border-radius: 100%;
	width: 100%;
}

.em_testi_title {
	margin-left: 150px;
}

.em_testi_title h2 {
	font-size: 21px;
	text-align: left;
	color: #fff;
	font-family: poppins;
	font-weight: 400;
	letter-spacing: 0;
	padding-top: 17px;
}

.em_testi_title h2 span {
	display: block;
	font-size: 15px;
	color: #ddd;
	margin-top: 4px;
	font-weight: 400;
	font-family: poppins;
	font-style: italic;
	letter-spacing: 2px;
	opacity: 0.8;
}

.testi_review {
	margin-top: 10px;
}

.testi_review i {
	color: #ff7e00;
	margin: 0 2px;
}

.testimonial_area .col-md-6,
.testimonial_area .col-lg-6 {
	margin: 0;
	padding: 0;
}


/*============================
CONSULTANT CASE STUDY AREA CSS
=============================*/

.casestudy_area {
	padding: 81px 0 70px;
}

.single_casestudy {
	margin-bottom: 30px;
	overflow: hidden;
}

.casestudy_content {
	padding: 17px 15px 9px;
	background: #f9f9f9;
	border-bottom: 3px solid #ff7e00;
}

.casestudy_thumb img {
	width: 100%;
}

.casestudy_content h3 {
	font-size: 15px;
	font-weight: 500;
	text-transform: none;
	color: #637281;
	/* opacity: .7; */
}

.casestudy_content h2 {
	font-size: 17px;
	font-weight: 600;
	padding-bottom: 10px;
	text-transform: capitalize;
	-webkit-transition: all 0.7s ease 0s;
	-o-transition: all 0.7s ease 0s;
	transition: all 0.7s ease 0s;
	line-height: 25px;
	letter-spacing: 0;
}

.casestudy_content h2 a {
	color: #333;
	font-weight: 600;
}

.single_casestudy:hover .casestudy_content h2 a {
	color: #ff7e00;
}

.casestudy_thumb {
	position: relative;
}

.casestudy_thumb:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 0%;
	height: 100%;
	content: "";
	background: rgba(3, 169, 245, 0.7);
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	z-index: 1;
}

.single_casestudy:hover .casestudy_thumb:after {
	width: 50%;
}

.casestudy_thumb:before {
	position: absolute;
	right: 0;
	top: 0;
	width: 0%;
	height: 100%;
	content: "";
	background: rgba(3, 169, 245, 0.7);
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	z-index: 1;
}

.single_casestudy:hover .casestudy_thumb:before {
	width: 50%;
}

.case_btn {
	position: absolute;
	top: 55%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	    -ms-transform: translateY(-50%) translateX(-50%);
	        transform: translateY(-50%) translateX(-50%);
	z-index: 2;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	opacity: 0;
}

.single_casestudy:hover:hover .case_btn {
	top: 50%;
	opacity: 1;
}

.case_btn a {
	color: #fff;
	display: inline-block;
	margin-top: 0;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	z-index: 9999;
	font-weight: 600;
	position: relative;
}

.case_btn a::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 0%;
	height: 1px;
	background: #fff;
	margin: auto;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.case_btn a::after {
	content: "";
	position: absolute;
	right: 0;
	top: -1px;
	width: 0%;
	height: 1px;
	background: #fff;
	margin: auto;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.case_btn a:hover::after,
.case_btn a:hover::before {
	width: 100%;
}


/*Black Edition */

.casestudy_area.black_edition {
	padding: 81px 0 70px;
	background: url(assets/images/balck-case-bg.jpg);
	background-size: contain;
	background-position: center center;
	background-attachment: fixed;
	position: relative;
}

.casestudy_area.black_edition::before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(52, 49, 63, 0.98);
}


/*================================
CONSULTANT CALL DO ACTION AREA CSS
=================================*/

.call-to-action_area {
	background: #ff7e00;
	padding: 80px 0 0;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(44, 57, 76, 0.84)), to(rgba(44, 57, 76, 0.84))), transparent url(assets/images/video-bg1.jpg) 0% 0%/cover repeat scroll;
	background: -webkit-linear-gradient(rgba(44, 57, 76, 0.84), rgba(44, 57, 76, 0.84)), transparent url(assets/images/video-bg1.jpg) 0% 0%/cover repeat scroll;
	background: -o-linear-gradient(rgba(44, 57, 76, 0.84), rgba(44, 57, 76, 0.84)), transparent url(assets/images/video-bg1.jpg) 0% 0%/cover repeat scroll;
	background: linear-gradient(rgba(44, 57, 76, 0.84), rgba(44, 57, 76, 0.84)), transparent url(assets/images/video-bg1.jpg) 0% 0%/cover repeat scroll;
	background-position: center center;
	background-attachment: fixed;
}

.em_call-to-action {}

.call-do-action-image {
	text-align: right;
}

.em_single_call-to-action_content {
	padding: 30px 0 0;
}

.em_call-to-action_title h3 {
	color: rgba(3, 169, 244, 0.79);
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: left;
}

.em_call-to-action_title h2 {
	color: rgba(255, 255, 255, 1);
	font-size: 34px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: left;
	padding-bottom: 10px;
}

.em_call-to-action_title h2 span {
	display: block;
	font-size: 36px;
	margin-top: 10px;
}

.em_call-to-action_desc {
	color: #fff;
	font-size: 15px;
	text-align: left;
	padding: 6px 0 9px;
}

.call-to-action_btn {
	text-align: left;
	padding-top: 48px;
}

.call-to-action_btn a {
	color: #ffffff;
	background: #ff7e00;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	border: 2px solid #ff7e00;
	border-radius: 30px 30px 30px 30px;
	padding: 10px 40px 10px 40px;
	margin-top: 35px;
	letter-spacing: 1px;
}

.call-to-action_btn a.active {
	background: #fff;
	color: #ff7e00;
}

.call-to-action_btn a:hover {
	background: #fff;
	color: #ff7e00;
	border-color: #fff;
}

.call-do-action-info {
	overflow: hidden;
}

.call-do-mobile {
	color: #ff7e00;
	font-size: 28px;
	font-weight: 600;
	text-align: left;
	float: left;
}

.call-do-email {
	color: rgba(255, 255, 255, 1);
	font-size: 21px;
	font-weight: 500;
	float: right;
}

.em-call-to_video {
	position: absolute;
	right: -40px;
	top: 50%;
	width: 24%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.em-call-video_link {
	float: left;
	margin-right: 20px;
}

.em-call-video_link a {
	font-size: 28px;
	margin-top: 9px;
	color: #fff;
	font-weight: 600;
}

.em-call-video_link a i {
	font-size: 28px;
	margin-top: 9px;
	color: #fff;
	margin-right: 15px;
}

.call-to-action_area.style_two {
	background: #061266;
	padding: 48px 0 50px;
}

.call-do-action-left h2 {
	color: #fff;
	font-size: 21px;
	font-weight: 600;
	padding: 0;
	margin: 0;
}

.call-do-action-right {
	text-align: right;
}

.call-do-action-right a {
	color: #ffffff;
	background: #34313f;
	font-size: 16px;
	font-weight: 500;
	text-transform: capitalize;
	border: 2px solid #061266;
	border-radius: 30px 30px 30px 30px;
	padding: 10px 40px 10px 40px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.call-do-action-right a:hover {
	background: #ff7e00;
}


/* Black Edition Style */

.call-to-action_area.black_edition {
	background: #061266;
	padding: 60px 0 0;
}

.em_call-to-action_title h5 {
	font-size: 21px;
	font-weight: 600;
	line-height: 27px;
	text-transform: none;
	text-align: left;
	padding-bottom: 30px;
	color: #fff;
}

.call-do-action-signature {
	padding: 25px 0 20px;
}

.call-do-action-signature h4 {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 1px;
}


/*=======================
CONSULTANT BLOG AREA CSS
=========================*/

.blog_area {
	padding: 79px 0 70px;
}

.blog_area.blog-grid {
	padding: 100px 0 72px;
}

.blog_area.blog-grid.blog-details-area {
	padding: 100px 0 97px;
}

.consultant-single-blog {
	background-color: #fff;
	overflow: hidden;
	text-align: left;
	-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;
	margin-bottom: 30px;
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.20);
	        box-shadow: 0 0 4px rgba(0, 0, 0, 0.20);
}

.consultant-single-blog:hover {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.consultant-single-blog:hover .consultant-blog-thumb a {
	-webkit-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	        transform: scale(1.1);
}

.blog_thumb_inner {
	position: relative;
}

.consultant-blog-thumb {
	overflow: hidden;
	position: relative;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.consultant-blog-thumb a {
	position: relative;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.consultant-blog-thumb a {
	display: block;
}

.consultant-blog-thumb img {
	display: block;
	-webkit-transition: 6s;
	-o-transition: 6s;
	transition: 6s;
	width: 100%;
}

.blog-page-title h2 {
	font-size: 24px;
}

.consultant-single-blog-title h2 {
	font-size: 24px;
}

.em-blog-content-area {
	padding: 24px 15px 23px;
	text-align: left;
}

.blog-content h2 {
	margin: 0 0 18px;
}

.blog-page-title a:hover {
	color: #ff7e00;
}

.blog-content h2 a {
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
}

.blog-content h2 a:hover {
	color: #ff7e00;
}

.blog-content p {
	margin-bottom: 0;
}

.blog-page-title {}

.blog-page-title h2 {}

.blog-page-title h2 a {
	color: #333;
}

.consultant-blog-meta-left a,
.consultant-blog-meta-right a,
.consultant-blog-meta-left span,
.consultant-blog-meta-right span {
	font-weight: 400;
	margin-right: 15px;
	text-transform: uppercase;
	font-size: 12px;
}

.consultant-blog-meta-left i {
	margin-right: 5px;
	color: #ff7e00;
}

.blog-page-title_adn>h2 {
	margin-bottom: 8px;
}

.consultant-blog-meta-right {
	float: right;
	overflow: hidden;
}

.consultant-blog-meta-right a,
.consultant-blog-meta-right span {
	color: #454545;
	font-size: 12px;
	font-weight: 400;
	margin-right: 0;
	text-transform: uppercase;
}

.consultant-blog-meta-right i {
	margin-right: 5px;
	color: #ff7e00;
}

.readmore a {
	border: 1px solid #ddd;
	color: #444;
	display: inline-block;
	font-size: 11px;
	font-weight: 400;
	padding: 6px 10px;
	text-transform: uppercase;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
}

.readmore a:hover {
	border-color: #ff7e00;
	background: #ff7e00;
	color: #fff;
}

.blog_btn a {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	display: inline-block;
	padding-top: 15px;
	border-bottom: 1px solid transparent;
}

.blog_btn a:hover {
	color: #ff7e00;
	border-bottom: 1px solid #ff7e00;
}


/* blog hover */

.consultant-single-blog:hover .consultant-blog-thumb:before {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
}

.consultant-single-blog:hover .blog_icon {
	opacity: 1;
}

.consultant-single-blog:hover .blog_icon a {
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1)
}

.blog_nospace.col-xs-12 {
	padding: 0px;
}

.blog_nospace .consultant-single-blog {
	margin-bottom: 0px;
}


/* Black Edition */

.blog_area.black_edition {
	background: #061266;
}

.black_edition .consultant-single-blog {
	background-color: #34313f;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.20);
	        box-shadow: 0 0 8px rgba(0, 0, 0, 0.20);
}

.black_edition .consultant-blog-meta-left a,
.black_edition .consultant-blog-meta-right a,
.black_edition .consultant-blog-meta-left span,
.black_edition .consultant-blog-meta-right span {
	color: #ddd;
}

.black_edition .blog-page-title h2 a {
	color: #fff;
}

.black_edition .blog_btn a {
	color: #fff;
}


/*===============================
CONSULTANT BLOG DETAILS AREA CSS
================================*/

.blog_details {
	border: 1px solid #ddd;
	padding: 15px 15px 21px;
}

.blog_dtl_thumb {}

.blog_dtl_thumb {}

.blog_dtl_content {}

.blog_dtl_content h2 {
	padding-bottom: 8px;
	padding-top: 14px;
}

.blog_dtl_content h3 {
	padding-top: 20px;
	font-size: 20px;
}

.blog_dtl_content p {
	margin-top: 20px;
}

.blog_details .consultant-blog-meta {
	margin-bottom: 0px;
	margin-top: 0;
	/* border-top: 1px solid #ddd; */
	padding: 0 0 18px;
	border-bottom: 1px solid #ddd;
	border-top: 0;
}

.blog_details .consultant-blog-meta-left {
	text-align: left;
	position: inherit;
	bottom: inherit;
	background: transparent;
	width: inherit;
	left: inherit;
	padding: 0;
	-webkit-box-shadow: none;
	        box-shadow: none;
	right: 0;
	margin: auto;
	border-radius: 0;
}

.blog_details .consultant-blog-meta-right {
	float: right;
	overflow: hidden;
	margin-top: -26px;
}

.blog_details blockquote {
	padding: 10px 20px;
	margin: 37px 0 36px;
	font-size: 14px;
	border-left: 7px solid #ff7e00;
	background: #f7f7f7;
	font-style: italic;
	font-weight: 500;
	padding: 15px 35px 15px;
}

.signatures {
	text-align: right;
	font-weight: 600;
	font-style: italic;
	font-size: 15px;
}


/* POST REPLY CSS */

.blog_comments_section {
	border: 1px solid #ddd;
	padding: 20px 15px 18px;
	margin: 50px 0 0;
}

.comments_ttl>h3 {
	font-size: 20px;
	font-weight: 700;
	position: relative;
}

.comments_ttl {
	margin-bottom: 37px;
}

.comments_ttl>h3::before {
	background: #ff7e00 none repeat scroll 0 0;
	content: "";
	height: 1px;
	left: 131px;
	position: absolute;
	top: 12px;
	width: 40px;
}

.comments_thumb {
	float: left;
	margin-right: 20px;
	overflow: hidden;
}

.commentst_content {
	overflow: hidden;
}

.blog_comments_section .post_meta {
	margin-bottom: 6px;
}

.blog_comments_section .post_meta span {
	/* font-size: 12px; */
	font-weight: 400;
	padding-right: 15px;
	/* text-transform: uppercase; */
	color: #6d6d6d;
}

.blog_comments_section .post_meta span:hover {
	color: #ff7e00;
}

.blog_comments_section .post_meta span:last-child:before {
	display: none;
}

.commentst_meta_reply {
	float: right;
}

.commentst_meta_reply i {
	margin-right: 10px;
}

.commentst_meta_reply:hover {
	color: #ff7e00;
}

.single_commentst_inner {
	margin-bottom: 44px;
	margin-top: 46px;
	padding-left: 63px;
}

.badmin i {
	margin-right: 3px;
}


/* COMMENT FORM CSS */

.blog_reply {
	overflow: hidden;
	border: 1px solid #ddd;
	margin-top: 50px;
	padding: 20px 15px 37px;
}

.reply_ttl>h3 {
	font-size: 20px;
	position: relative;
}

.reply_ttl {
	margin-bottom: 36px;
}

.reply_ttl>h3::before {
	background: #ff7e00 none repeat scroll 0 0;
	content: "";
	height: 1px;
	left: 214px;
	position: absolute;
	top: 12px;
	width: 40px;
}

.blog_reply .em_contact_form {
	margin-bottom: 0;
}

.blog_reply .contact_bnt button:hover {
	background: #061266;
	color: #fff;
}


/* Request From Area Css */

.request_form_area {
	background: #2c394c;
}


/* contact title css */

.request_form_title h2 {
	color: rgba(221, 221, 221, 0.79);
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
	padding: 47px 0 7px;
}

.request_form_title h1 {
	color: rgba(255, 255, 255, 1);
	font-size: 35px;
	font-weight: 700;
	padding-bottom: 40px;
	text-transform: uppercase;
	margin: 0;
}

.google_map_area {
	pointer-events: none;
}

.map {
	width: 100%;
	margin: 0;
	height: 338px;
	border: 1px solid #ddd;
	border-radius: 10px;
}


/* Consultant Form Css */

.form_field {
	width: 100%;
}

.form_field_inner {
	width: 50%;
	float: left;
}

.form_field_inner input,
.form_field_inner textarea {
	width: 95%;
	background: #061266;
	border: 0;
	height: 50px;
	padding-left: 15px;
	color: #fff;
	margin-bottom: 20px;
}

.text_area .form_field_inner {
	width: 100%;
}

.text_area .form_field_inner textarea {
	width: 97.5%;
	height: 150px;
}

.request_button button {
	background: #fff;
	border: 1px solid #fff;
	border-radius: 30px;
	color: #061266;
	display: inline-block;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 2px;
	padding: 9px 30px;
	text-transform: uppercase;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	width: inherit;
	margin-top: 10px;
}

.request_button button:hover {
	background: #ff7e00;
	border: 1px solid #ff7e00;
	color: #fff;
}


/*===============================
CONSULTANT CONTACT FORM AREA CSS
================================*/

.contact_area {
	padding: 81px 0 100px;
	background: #f9f9f9;
}

.contact_form {
	padding-top: 11px;
}

.contact_form .form_field_inner input,
.contact_form .form_field_inner textarea {
	width: 98%;
	background: transparent;
	border: 1px solid #ddd;
	height: 45px;
	color: #333;
	border-radius: 5px;
}

.contact_form .text_area .form_field_inner textarea {
	width: 99.2%;
	height: 250px;
}

.contact_form .form_field_inner input:focus,
.contact_form .form_field_inner textarea:focus {
	border: 1px solid #ff7e00;
	background: transparent;
}

.contact_button button {
	background: #ff7e00;
	border: 2px solid #ff7e00;
	border-radius: 30px;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 2px;
	padding: 10px 30px;
	text-transform: uppercase;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	width: inherit;
	margin-top: 10px;
}

.contact_button button:hover {
	background: transparent;
	border-color: #ff7e00;
	color: #ff7e00;
}

.contact_area.black_edition {
	background: #34313f;
}

.black_edition .contact_form .form_field_inner input,
.black_edition .contact_form .form_field_inner textarea {
	border: 0;
	color: #fff;
	background: #292633;
}

.black_edition .company_info_content h5 {
	color: #fff;
}

.black_edition .single_company_info p {
	color: #ddd;
}


/* Company Info Css */

.single_company_info {
	margin-bottom: 35px;
}

.single_company_info i {
	color: #fff;
	font-size: 36px;
	border: 1px solid transparent;
	float: left;
	border-radius: 5px;
	margin-right: 15px;
	line-height: 58px;
	height: 60px;
	width: 60px;
	text-align: center;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	background: #ff7e00;
}

.single_company_info:hover i {
	background: transparent;
	color: #ff7e00;
	border-color: #ff7e00;
}

.company_info_content h5 {
	font-size: 20px;
	font-weight: 500;
	padding-bottom: 5px;
}

.single_company_info p {
	padding-top: 3px;
}

.company_info_desc {
	color: #fff;
	padding-bottom: 17px;
}

.company_info_content {
	overflow: hidden;
}

 ::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #666;
}

 ::-moz-placeholder {
	/* Firefox 19+ */
	color: #666;
}

 :-ms-input-placeholder {
	/* IE 10+ */
	color: #666;
}

 :-moz-placeholder {
	/* Firefox 18- */
	color: #666;
}

.em_contact_form ::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #333 !important;
	font-size: 14px;
	font-weight: 400;
}

.em_contact_form ::-moz-placeholder {
	/* Firefox 19+ */
	color: #fff !important;
	font-size: 14px;
	font-weight: 400;
}

.em_contact_form :-ms-input-placeholder {
	/* IE 10+ */
	color: #333 !important;
	font-size: 14px;
	font-weight: 400;
}

.em_contact_form :-moz-placeholder {
	/* Firefox 18- */
	color: #333 !important;
	font-size: 14px;
	font-weight: 400;
}

.em_contact_form ::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #333 !important;
	font-size: 14px;
	font-weight: 400;
}

.em_quote_form ::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #fff !important;
	font-size: 14px;
	font-weight: 400;
}

.em_quote_form ::-moz-placeholder {
	/* Firefox 19+ */
	color: #fff !important;
	font-size: 14px;
	font-weight: 400;
}

.em_quote_form :-ms-input-placeholder {
	/* IE 10+ */
	color: #fff !important;
	font-size: 14px;
	font-weight: 400;
}

.em_quote_form :-moz-placeholder {
	/* Firefox 18- */
	color: #fff !important;
	font-size: 14px;
	font-weight: 400;
}

.em_quote_form ::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #fff !important;
	font-size: 14px;
	font-weight: 400;
}


/* Request Form Placeholder */

.request_form ::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #fff !important;
	font-size: 14px;
	font-weight: 400;
}

.request_form ::-moz-placeholder {
	/* Firefox 19+ */
	color: #fff !important;
	font-size: 14px;
	font-weight: 400;
}

.request_form :-ms-input-placeholder {
	/* IE 10+ */
	color: #fff !important;
	font-size: 14px;
	font-weight: 400;
}

.request_form :-moz-placeholder {
	/* Firefox 18- */
	color: #fff !important;
	font-size: 14px;
	font-weight: 400;
}

.request_form ::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #fff !important;
	font-size: 14px;
	font-weight: 400;
}


/*==========================
CONSULTANT FOOTER MIDDLE CSS
===========================*/

.footer-middle {
	background: #1a1a1a none repeat scroll 0 0;
	padding: 68px 0 81px;
}

.footer-middle {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background: #061266 none repeat scroll 0 0;
}

.footer-middle.black_edition {
	background: #061266 none repeat scroll 0 0;
}

.footer-middle.wpfd {
	padding: 0;
}

.wpfdp {
	padding-top: 0px;
	padding-bottom: 80px;
}

.footer-middle .widget h2 {
	color: #fff;
	margin-bottom: 47px;
	margin-top: 28px;
	position: relative;
	font-size: 23px;
	font-weight: 500;
}

.footer-middle .widget ul li,
.footer-middle .widget ul li a,
.footer-middle .widget ul li:before,
.footer-middle .tagcloud a,
.footer-middle caption,
.footer-middle table,
.footer-middle table td a,
.footer-middle cite,
.footer-middle .rssSummary,
.footer-middle span.rss-date,
.footer-middle span.comment-author-link,
.footer-middle .textwidget p,
.footer-middle .widget .screen-reader-text {
	color: #fff;
}

.footer-middle .widget ul li:before {}

.footer-middle .tagcloud a {}

.footer-middle .widget ul {
	list-style: none;
}

.footer-middle .widget .menu-quick-link-container ul li {
	margin-bottom: 17px;
	list-style: none;
}

.menu-quick-link-container ul li i {
	background: #061266;
	height: 17px;
	width: 17px;
	text-align: center;
	margin-right: 10px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	line-height: 17px;
	font-size: 13px;
}

.footer-middle .widget .menu-quick-link-container ul li a,
.footer-middle .widget .menu-quick-link-container ul li:before {
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.footer-middle .widget .menu-quick-link-container ul li a:hover {
	color: #ff7e00;
}

.footer-middle .widget .menu-quick-link-container ul li:hover i {
	color: #fff;
	background-color: #ff7e00;
}

.recent-portfolio-area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	        flex-flow: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}


/* recent post */

.single-widget-item {
	overflow: hidden;
}

.recent-post-item {
	clear: both;
}

.recent-post-image {
	float: left;
	margin-right: 10px;
}

.recent-post-image a {
	display: inline-block;
	margin-top: 6px;
	margin-bottom: 5px;
}

.recent-post-text h4 a {
	color: #333;
}

.recent-post-text .rcomment i {
	margin-right: 5px;
}

.recent-post-text .rcomment {
	color: #333;
}

.recent-post-item {
	clear: both;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.recent-post-image {
	float: left;
	margin-right: 10px;
}

.recent-post-text {
	overflow: hidden;
}

.recent-post-text>h4 {
	margin-bottom: 0;
}

.recent-post-text h4 a {
	color: #333;
	font-size: 14px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.recent-post-text h4 a:hover {
	color: #ff7e00;
}

.recent-post-text .rcomment {
	color: #333;
	font-size: 14px;
	text-transform: none;
}

.recent-post-text i {
	color: #fff;
	background: #061266;
	height: 17px;
	width: 17px;
	line-height: 17px;
	text-align: center;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	margin-right: 10px;
	font-size: 13px;
}

.recent-post-text .rcomment i {
	margin-right: 5px;
}

.recent-post-text .rcomment {
	color: #333;
}

.footer-middle .recent-post-text h4 a {
	color: #fff;
}

.footer-middle .recent-post-text>h4 {
	margin-bottom: 17px;
	font-weight: 500;
	line-height: 1;
	margin-top: 0;
}

.recent-post-item:hover .recent-post-text>h4 a {
	color: #ff7e00;
}

.recent-post-item:hover .recent-post-text>h4 i {
	background: #ff7e00;
}

.footer-middle .recent-post-text .rcomment {
	color: #ddd;
	font-size: 12px;
	font-weight: 400;
}

.footer_contact_info {
	text-align: center;
	background: #0D2352;
	overflow: hidden;
	color: #fff;
	border-radius: 11px;
	-webkit-box-shadow: 0 6px 30px rgba(0, 0, 0, .30);
	        box-shadow: 0 6px 30px rgba(0, 0, 0, .30);
	margin-top: -136px;
	margin-bottom: 67px;
}

.single_footer_contact {
	padding: 30px 0 20px;
	border-right: 1px solid rgba(255, 255, 255, 0.20);
}

.single_footer_contact.last {
	border-right: 0;
}

.contact_info_icon i {
	font-size: 40px;
	color: #fff;
	display: inline-block;
	text-align: center;
	border-radius: 100%;
	margin-bottom: 15px;
}

.single_footer_contact p {
	font-size: 18px;
	font-weight: 500;
}

.single_footer_contact p span {
	display: block;
	font-weight: 400;
	font-size: 15px;
}


/* Blog Widget Css */

.blog-grid .recent-post-text>h4 {
	margin-bottom: 3px;
	line-height: 18px;
}

.blog-grid .recent-post-text .rcomment {
	color: #6d6d6d;
	font-size: 12px;
}


/* Get quote css */

.em_quote_form {}

.quote_form_inner {
	padding-top: 6px;
}

.quote_form_field input {
	width: 100%;
	height: 45px;
	margin-bottom: 16px;
	background: #061266;
	border: 0;
	padding-left: 15px;
	border-radius: 5px;
	color: #fff;
}

.quote_form_field input:focus {
	border-color: #ff7e00;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(3, 169, 244, 0.5);
	        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(3, 169, 244, 0.5);
	outline: 0 none;
}

.quote_form_field textarea {
	width: 100%;
	height: 85px;
	border: 0;
	padding-left: 15px;
	border-radius: 5px;
	color: #fff;
	background-color: #061266;
}

.quote_button {
	width: 18%;
	height: 45px;
	margin-top: 16px;
	border: 0;
	border-radius: 0 5px 5px 0;
	background: #3c4e68 none repeat scroll 0 0;
	color: #fff;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
	float: right;
	position: relative;
	margin-top: -61px;
	font-size: 20px;
}

.quote_button:hover {
	background: #ff7e00;
	color: #fff;
}

.footer_address_inner ul li {
	margin-bottom: 16px;
}

.footer_address_inner ul li i {
	float: left;
	margin-right: 10px;
	padding-top: 4px;
	font-size: 20px;
}

.em_form_title h3 {
	color: #fff;
	font-size: 23px;
	font-weight: 500;
	padding: 20px 0 29px;
}


/*===============================
CONSULTANT FOOTER BOTTOM AREA CSS
================================*/

.footer-bottom {
	background: #040c71;
	padding: 26px 0 24px;
}

.copy-right-text {}

.copy-right-text p {
	color: #fff;
	font-size: 14px;
	margin: 7px 0 0;
	padding: 0;
}

.footer-menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.footer-menu ul li {
	display: inline-block;
}

.footer-menu ul li a {
	color: #fff;
	margin-left: 10px;
	text-align: center;
	color: #fff;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.footer-menu ul li a:hover {
	color: #ff7e00;
}

.copy-right-text a:hover {
	color: #ff7e00;
}

.footer-menu ul li:last-child a {
	padding-right: 0px;
}

.footer_style_3 .footer-menu ul li:first-child a {
	padding-left: 0px;
}

.footer-menu ul ul {
	display: none;
}

.social_media h3 {
	font-size: 23px;
	color: #fff;
	padding-bottom: 40px;
	margin-top: 0;
	font-weight: 500;
}

.social_media a {
	display: inline-block;
	background: #040c71;
	color: #fff;
	width: 35px;
	height: 35px;
	text-align: center;
	font-size: 17px;
	line-height: 33px;
	border-radius: 5px;
	margin-right: 6px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.social_media a:hover {
	background: #ff7e00;
	color: #fff;
}


/*================================
CONSULTANT INSTAGRAM AREA CSS
=================================*/

.instadram_area {
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.87)), to(rgba(0, 0, 0, 0.87))), transparent url(assets/images/cn.jpg) 0% 0%/cover repeat scroll;
	background: -webkit-linear-gradient(rgba(0, 0, 0, 0.87), rgba(0, 0, 0, 0.87)), transparent url(assets/images/cn.jpg) 0% 0%/cover repeat scroll;
	background: -o-linear-gradient(rgba(0, 0, 0, 0.87), rgba(0, 0, 0, 0.87)), transparent url(assets/images/cn.jpg) 0% 0%/cover repeat scroll;
	background: linear-gradient(rgba(0, 0, 0, 0.87), rgba(0, 0, 0, 0.87)), transparent url(assets/images/cn.jpg) 0% 0%/cover repeat scroll;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 80px 0 100px;
}

.row.insta .col-md-2 {
	padding: 0px;
}

.instragram_thumb img {
	width: 100%;
}


/*=======================
CONSULTANT BRAND AREA CSS
=========================*/

.brand_area {
	padding-top: 59px;
}

.single_brand {
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	margin-top: 10px;
	margin-bottom: 20px;
}


/*===========================
CONSULTANT BREADCRUMB AREA CSS
=============================*/

.breatcome_area {
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.0)), to(rgba(0, 0, 0, 0.0))), transparent url(assets/images/brd-bg.jpg) 0% 0%/cover repeat scroll;
	background: -webkit-linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0)), transparent url(assets/images/brd-bg.jpg) 0% 0%/cover repeat scroll;
	background: -o-linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0)), transparent url(assets/images/brd-bg.jpg) 0% 0%/cover repeat scroll;
	background: linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0)), transparent url(assets/images/brd-bg.jpg) 0% 0%/cover repeat scroll;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 215px 0 120px;
}

.breatcome_title_inner h2 {
	color: #fff;
	text-align: center;
	margin: 0;
	font-size: 41px;
	margin-bottom: 6px;
	font-weight: 600;
}

.breatcome_content ul {
	text-align: center;
}

.breatcome_content ul li {
	list-style: none;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	text-transform: capitalize;
}

.breatcome_content ul li a {
	color: #fff;
	text-transform: capitalize;
	font-size: 15px;
	font-weight: 500;
	margin-right: 5px;
}

.breatcome_content ul li a i {
	margin-left: 5px;
}


/*========================
 CONSULTANT UNITETEST
=========================*/

.blog-page-title h2 {
	color: #2c394c;
	display: block;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 0px;
	text-transform: capitalize;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	margin-top: 17px;
}

.blog-page-title a {
	color: #333;
	display: inline-block;
	font-weight: 600;
}

.blog-page-title h2 a:hover {
	color: #ff7e00;
}

.single-blog-content iframe {
	margin-top: 20px;
}

.blog-content h1,
.blog-content h2,
.blog-content h3,
.blog-content h4,
.blog-content h5,
.blog-content h6 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: 500;
	color: #333;
	font-size: 30px;
}

.post_reply h1,
.post_reply h2,
.post_reply h3,
.post_reply h4,
.post_reply h5,
.post_reply h6 {
	color: #303030;
	font-size: 30px;
	font-weight: 500;
	margin-top: 15px;
	margin-bottom: 15px;
}

.blog-content h2,
.post_reply h2 {
	font-size: 26px;
}

.blog-content h3,
.post_reply h3 {
	font-size: 22px;
}

.blog-content h4,
.post_reply h4 {
	font-size: 20px;
}

.blog-content h5,
.post_reply h5 {
	font-size: 18px;
}

.blog-content h6,
.post_reply h6 {
	font-size: 17px;
}


/* single blog */

.single-blog-content h1,
.single-blog-content h2,
.single-blog-content h3,
.single-blog-content h4,
.single-blog-content h5,
.single-blog-content h6 {
	margin-bottom: 22px;
	margin-top: 20px;
	font-size: 30px;
	font-weight: 600;
}

.single-blog-content h2 {
	font-size: 26px;
}

.single-blog-content h3 {
	font-size: 22px;
}

.single-blog-content h4 {
	font-size: 20px;
}

.single-blog-content h5 {
	font-size: 18px;
}

.single-blog-content h6 {
	font-size: 17px;
}


/*=============================
 CONSULTANT PAGINATION AREA CSS
===============================*/

.paginations {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 28px;
}

.paginations a,
.page-numbers span.current {
	width: 35px;
	height: 35px;
	line-height: 35px;
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	margin: auto 5px;
	border: 1px solid #ddd;
	color: #888;
}

.page-numbers li {
	display: inline-block;
}

.paginations a:hover,
.paginations a.current,
.page-numbers span.current {
	background: #ff7e00;
	border-color: #ff7e00;
	color: #fff;
}


/*========================
CONSULTANT 404 AREA CSS
=========================*/

.not-found-area {
	background-color: #fff;
	background-position: center top;
	background-repeat: repeat;
	background-size: cover;
	border-top: 1px solid #f5f3f3;
	padding: 0 0 16px;
}

.not-found {
	display: table;
	width: 100%;
	height: 500px;
	text-align: center;
	padding-bottom: 40px;
}

.not-found-inner {
	display: table-cell;
	vertical-align: middle;
}

.not-found-inner {
	font-size: 30px;
}

.not-found-inner h2 {
	color: #ff7e00;
	display: inline-block;
	font-size: 160px;
	font-weight: 700;
	line-height: 1.2;
	padding: 15px 0;
}

.not-found-inner p {
	font-size: 30px;
}

.not-found-inner a {
	color: #606b82;
	font-size: 24px;
	margin-top: 40px;
	display: inline-block;
	text-decoration: underline;
}


/* search error */

.consultant-search-page {
	background: #fff;
}

.search-error .search input {
	padding: 20px 0;
}

.search-error .search input[type="text"] {
	padding-left: 10px;
}

.search-error .search button {
	top: 48%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	    transform: translateY(-50%);
}

.search-error>p {
	font-size: 14px;
	margin: 14px 0 19px;
}

.search-error>h3 {
	display: block;
	font-size: 30px;
	color: #333;
}

.search-error .search input {
	height: 54px;
	border: 1px solid #ddd;
}


/* RECENT PORTFOLIO */

.recent-portfolio {
	margin-bottom: 10px;
	margin-right: 10px;
}

.recent-portfolio {
	width: 29.33%;
}

.recent-portfolio-image img {
	width: 100%;
}


/*========================
CONSULTANT SCROLL TOP CSS
=========================*/

#scrollUp {
	background: #ff7e00;
	bottom: 30px;
	color: #fff;
	font-size: 30px;
	height: 40px;
	line-height: 40px;
	right: 30px;
	text-align: center;
	width: 40px;
}

#scrollUp i {
	color: #fff;
}

.copy-right-text a {
	color: #ff7e00;
}

.template-home .vc_row {
	margin-left: 0px !important;
	margin-right: 0px !important;
}

.wpb_gallery.wpb_content_element.vc_clearfix {
	margin-bottom: 0;
}

.mean-container .mean-bar {
	float: none;
	background: #ff7e00 none repeat scroll 0 0;
}

.mean-container .mean-nav ul li li a {
	color: #333;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}


/* kc element */

.template-home-wrapper {
	overflow: hidden;
}


/*==========================
CONSULTANT SECTION TITLE CSS
===========================*/

.section-title.t_center {
	margin: auto;
	text-align: center;
	width: 90%;
}

.section-title.t_left {
	margin: auto auto auto 0;
	width: 90%;
	text-align: left;
}

.section-title.t_right {
	margin: auto 0 auto auto;
	width: 90%;
	text-align: right;
}

.section-title.t_right .em-bar {
	margin: 0 0 5px auto;
}

.section-title.t_left .em-bar {
	margin: 0 0 5px;
}

.section-title h2 {
	font-size: 35px;
	font-weight: 700;
	margin-bottom: 11px;
	text-transform: uppercase;
}

.section-title span {
	color: #ff7e00;
}

.section-title p {
	margin-bottom: 60px;
}


/* section title 2 css */

.section-title1 {
	text-align: center;
}

.section-title1 h2 {
	font-size: 41px;
	font-weight: 700;
	margin-bottom: 28px;
	text-transform: capitalize;
	color: #fff;
	position: relative;
}

.section-title1 p {
	color: #fff;
	margin-bottom: 48px;
}


/*===============================
CONSULTANT PORTFOLIO DETAILS  CSS
=================================*/

.portfolio-details-box li {
	border-bottom: 1px solid #ddd;
	font-size: 18px;
	font-weight: 300;
	padding: 20px 0;
	text-transform: capitalize;
	list-style: none;
}

.portfolio-details-box li:last-child {
	border-bottom: 0 none;
}

.portfolio-details-box li span {
	color: #333;
	display: inline-block;
	font-weight: 700;
	margin-right: 15px;
	text-transform: uppercase;
	width: 170px;
}

.portfolio-details-box ul {
	margin-bottom: 20px;
}

.portfolio-description {
	margin-top: 50px;
}

.portfolio-description>p {
	font-size: 18px;
}

.projects-navigation-wrap {
	margin-top: 50px;
}

.projects-navigation-wrap a {
	font-size: 14px;
	text-transform: uppercase;
}

.portfolio-content.portfolio-details-box {
	padding-top: 30px;
}

.prot_content.multi_gallery {
	width: 75%;
	margin: auto;
}
/*============================
CONSULTANT CUOROSEL  CSS
=============================*/

.curosel-style .owl-nav div {
	background: #ff7e00;
	border-radius: 50%;
	color: #fff;
	font-size: 19px;
	height: 44px;
	left: -45px;
	line-height: 40px;
	position: absolute;
	top: 46%;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	width: 44px;
	text-align: center;
	z-index: 99;
	-webkit-transform: translateY(-49%);
	-ms-transform: translateY(-49%);
	    transform: translateY(-49%);
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.curosel-style .owl-nav .owl-next {
	left: auto;
	right: -45px;
}

.single_gallery.curosel-style .owl-nav div {
	left: 30px;
}

.single_gallery.curosel-style .owl-nav .owl-next {
	right: 30px;
	left: auto;
}

.portfolio_gallery_post.curosel-style .owl-nav div {
	left: 0px;
}

.portfolio_gallery_post.curosel-style .owl-nav .owl-next {
	right: 0px;
	left: auto;
}

.portfolio_gallery_post.curosel-style .owl-nav div {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.curosel-style .owl-nav .owl-next:hover {}

.curosel-style .owl-nav .owl-prev:hover {}

.owl-carousel .owl-item img {
	margin: auto;
}

.curosel-style:hover .owl-nav div {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.owl-dots {
	position: absolute;
	right: 50%;
	bottom: 0;
	opacity: 0;
}

.owl-dot {
	display: inline-block;
	width: 15px;
	height: 15px;
	margin: 0px 5px 0;
	background: #ff7e00;
	border-radius: 100%;
}

.owl-dot.active {
	background: #040c71;
}

.curosel-style:hover .owl-dots {
	opacity: 1;
}

.consultant_image_slider.curosel-style .owl-nav div {
	font-size: 21px;
	height: 55px;
	left: 25px;
	line-height: 55px;
	width: 55px;
	top: 50%;
}

.consultant_image_slider.curosel-style .owl-nav .owl-next {
	left: auto;
	right: 25px;
}


/* responsive 320 start */


/* small mobile :320px. */

@media (max-width: 767px) {
	body {
		overflow-x: hidden;
	}
	.consultant-header-top {
		display: none;
	}
	.mean-container .mean-bar:before {
		text-transform: uppercase;
		top: 19px;
	}
	.mean-container a.meanmenu-reveal {
		padding: 19px 20px 18px;
	}
}


/* responsive 320 end */


/* Widgets Css */

table#wp-calendar td#today a {
	color: #fff;
}

.blog-left-side .widget h2 {
	margin-top: 0;
}

.widget.widget_categories select {
	width: 100%;
	height: 34px;
}

.widget .screen-reader-text {
	display: none;
}

.search input {
	width: 100%;
}

.textwidget select {
	width: 100%;
}

.comment_field .textarea-field label {
	margin-top: 20px;
	margin-bottom: 10px;
}

.blog-content {
	word-break: break-word;
}

.post-password-form input[type=submit] {
	background: #ff7e00;
}

.page-list-single {
	clear: both;
}

.single-blog-content p {
	margin-bottom: 19px;
}

.blog-left-side .widget h2 {
	font-size: 24px;
}


/* Experience And biography Css */

.biography_area {
	background-image: url(assets/images/biography-bg.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 82px 0 100px;
}

.biography-timline {
	text-align: center!important;
	position: relative;
	padding: 0px;
	display: block;
	overflow: hidden;
}

.biography-timline::before {
	position: absolute;
	top: 0;
	left: calc(50% - 1px);
	bottom: 0;
	width: 2px;
	background-color: #ff7e00;
	border-radius: 4rem;
	content: ' ';
}

.single-biography {
	position: relative;
}

.single-biography:not(:last-child) {
	margin-bottom: 160px;
}

.single-biography:first-child {
	margin-top: 20px;
}

.biography_points::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: ' ';
	background-color: #ff7e00;
	z-index: 0;
	-webkit-animation: video-icon-animation 1.4s 0.7s linear infinite;
	        animation: video-icon-animation 1.4s 0.7s linear infinite;
}

.biography_points {
	position: absolute;
	top: 0;
	left: calc(50% - 15px);
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 5px solid #fff;
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.20);
	        box-shadow: 0 0 3px rgba(0, 0, 0, 0.20);
}

.biography_text {
	float: right;
	text-align: left;
	padding-top: 4px;
	background: transform;
	position: relative;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.biography_text h3 {
	font-size: 22px;
	text-transform: capitalize;
	margin: 0;
	margin-bottom: 25px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	position: relative;
}

.biography_text h3::before {
	position: absolute;
	content: "";
	left: 0;
	bottom: -12px;
	width: 50px;
	height: 2px;
	background: #ff7e00;
}

.biography-timline .single-biography:nth-child(even) .biography_text h3:before {
	right: 0;
	left: inherit;
}

.biography_text span {
	font-size: 15px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.biography_text p {
	margin-top: 19px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.biography-date {
	text-align: right;
	display: inline-block;
	padding-right: 37px;
	margin-top: -3px;
}

.biography-date span {
	display: inline-block;
	font-size: 18px;
}

.biography-date {
	font-size: 19px;
	font-weight: 500;
}

.biography-date,
.biography_text {
	width: 46%;
}

.biography-timline .single-biography:nth-child(even) .biography_text {
	float: left;
	text-align: right;
}

.biography-timline .single-biography:nth-child(even) .biography-date {
	text-align: left;
	padding-left: 37px;
	padding-right: 0;
}

.row.insta .col-md-2 {
	padding: 0px;
}

#sbi_images {
	overflow: hidden;
}

.sbi_item.sbi_type_image {
	width: 33.33%;
	float: left;
	overflow: hidden;
}

