

/*
Template Name: CONSULTZONE
Author: Dream-IT
*/


/*
======================================================================================
CSS INDEX
======================================================================================
**** CONSULTZONE HEADER TOP AREA CSS 					***
**** CONSULTZONE TOP  CREATIVE HEADER CSS 				***
**** CONSULTZONE HEADING NAV AREA CSS 					***
**** CONSULTZONE NIVO SLIDER AREA CSS 					***
**** CONSULTZONE ABOUT AREA CSS 							***
**** CONSULTZONE SEARCH DOMAIN AREA CSS					***
**** CONSULTZONE FEATURE AREA CSS 						***
**** CONSULTZONE PRICING AREA CSS 						***
**** CONSULTZONE TESTIMONIAL AREA CSS 					***
**** CONSULTZONE VIDEO AREA CSS 							***
**** CONSULTZONE TEAM AREA CSS 							***
**** CONSULTZONE BLOG AREA CSS 							***
**** CONSULTZONE BLOG DETAILS AREA CSS 					***
**** CONSULTZONE FOOTER TOP CSS 							***
**** CONSULTZONE FOOTER BOTTOM AREA CSS 					***
**** CONSULTZONE COUNTER AREA CSS 						***
**** CONSULTZONE INSTAGRAM AREA CSS 						***
**** CONSULTZONE BRAND AREA CSS 							***
**** CONSULTZONE BREADCRUMB AREA CSS 					***
**** CONSULTZONE PAGINATION AREA CSS 					***
**** CONSULTZONE 404 AREA CSS 							***
**** CONSULTZONE SECTION TITLE CSS 						***
**** CONSULTZONE SERVICE AREA  CSS 						***
**** CONSULTZONE CUOROSEL  CSS 							***
**** CONSULTZONE 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;
	box-shadow: 0px 0px 5px #ddd;
}
/* end box layout */

.fix {
	overflow: hidden;
}
.clear_both {
	clear: both;
}

/*============================
CONSULTZONE HEADER TOP AREA CSS
==============================*/

.em40_header_area_main {}

.em40_header_area_main.hdisplay_none {
	display: none;
}
.consultzone-header-top {
	background: #022147 none repeat scroll 0 0;
	padding: 12px 0;
}
.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 a i {
	font-size: 13px;
	color: #0B226A;
	margin-right: 15px;
}
.top-address p a {
	display: inline-block;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

/* TOP MIDDLE CSS */
.top-middle-icon {
	text-align: center;
}
.top-middle-icon ul li {
	margin-right: 10px;
	display: inline-block;
}
.top-middle-icon i {
	color: #fff;
	font-size: 13px;
	transition:.5s;
}
.top-middle-icon i:hover{
	color:#0B226A;
}
/* 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: 22px;
	position: relative;
}
.top-right-menu ul.social-icons li a {
	display: inline-block;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	font-size: 15px;
}
.social-icons.text-right i {
	color: #0B226A;
	margin-right: 8px;
	font-size: 13px;
}
.top-address p a,
.top-right-menu ul.social-icons li a,
.top-address p span {
	font-size: 14px;
	color: #fff;
}
.top-both-p0 .top-address p a,
.top-both-p0 .top-address p span {
	margin-right: 0px;
	margin-left: 12px;
}
.facebook.social-icon {
	color: #415E9B;
}

.twitter.social-icon {
	color: #1DA1F3;
}
.pinterest.social-icon {
	color: #BD081B;
}
.linkedin.social-icon {
	color: #007BB5;
}
.dribbble.social-icon {
	color: #EB4D88;
}
.login i,
.register i {
	margin-right: 9px;
}

/* Header Top Two */
.consultzone-header-top.header_top_two {
	background: #0B226A; 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 #0B226A;;
	width: 150px;
	-webkit-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;
}

/* 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: #fff; none repeat scroll 0 0;
	border-radius: 50px;
	display: inline-block;
	height: 26px;
	text-align: center;
	width: 26px;
	line-height: 26px;
	font-size: 15px;
	color: #0B226A;
}
.em-quearys-inner {
	position: absolute;
	right: 0;
	top: 36px;
	z-index: 999;
	display: none;
	-webkit-transition: .5s;
	transition: .5s;
}
.em-quearys-inner {}

.em-quearys-form {
	background-color: #ffffff;
	border-top: 1px solid #0B226A;;
	width: 357px;
	float: right;
	border-radius: 30px;
}
.top-form-control {
	position: relative;
}
.top-form-control input {
	background: #f9f9f9;
	color: #666666;
	font-size: 13px;
	font-weight: 300;
	height: 55px;
	padding: 0 40px 0 25px;
	width: 100%;
	border: none;
	-webkit-transition: 1s;
	transition: 1s;
	border-radius: 30px;
}
.top-form-control button.top-quearys-style {
	position: absolute;
	right: 6px;
	top: 50%;
	/* height: 44px; */
	background: transparent;
	font-size: 15px;
	border: none;
	color: #0B226A;;
	-webkit-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;
}
/*=========================
CONSULTZONE TOP  CREATIVE HEADER
==========================*/

.em_creative_header {
	background: #f9f9f9 none repeat scroll 0 0;
	padding: 28px 0;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.em_creative_header:before {
	background: #0B226A; none repeat scroll 0 0;
	content: "";
	left: 0;
	top: 0;
	bottom: 0;
	width: 25%;
	height: 100%;
	z-index: -1;
	position: absolute;
}
.em_creative_header:after {
	background: #0B226A; none repeat scroll 0 0;
	content: "";
	left: 18%;
	top: 0;
	bottom: 0;
	width: 15%;
	height: 100%;
	position: absolute;
	border: ;
	-webkit-transform: rotate(-121deg);
	transform: rotate(-121deg);
	z-index: -1;
}
.single_header_address {}

.creative_logo_thumb {
	z-index: 9;
	text-align: right;
}

.creative_header_icon {
	float: left;
	margin-right: 10px;
	overflow: hidden;
}
.creative_header_icon i {
	color: #0B226A;;
	font-size: 28px;
	margin-top: 5px;
}
.creative_header_address {
	overflow: hidden;
	padding-left: 80px;
}
.creative_header_address_text>h3 {
	font-size: 18px;
	font-weight: 600;
	margin: 0;
	padding: 0;
}
.creative_header_address_text>p {
	margin: 0;
}
.creative_logo_thumb {
	z-index: 9;
}
.creative_header_button {
	padding-left: 50px;
	position: relative;
	margin-top: 5px;
}
.creative_header_button:before {
	content: "";
	position: absolute;
	background: #0B226A;;
	width: 1px;
	height: 74px;
	left: 10px;
	top: -21px;
}
.creative_header_button .dtbtn {
	background: #0B226A; none repeat scroll 0 0;
	border-radius: 30px;
	color: #fff;
	display: inline-block;
	font-family: raleway;
	font-size: 14px;
	font-weight: 600;
	margin-left: 0;
	padding: 6px 26px;
	text-transform: capitalize;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.creative_header_button>a:hover {
	background: #0B226A; none repeat scroll 0 0;
}
.em_slider_social {
	position: fixed;
	right: 15px;
	text-align: center;
	top: 50%;
	z-index: 9999;
}
.em_slider_social li {
	display: block;
	list-style: outside none none;
	text-decoration: none;
}
.em_slider_social a {
	background: #0B226A; none repeat scroll 0 0;
	border: 1px solid #0B226A;;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	height: 35px;
	line-height: 35px;
	margin-bottom: 10px;
	width: 35px;
}
.em_slider_social a:hover {
	background: #0B226A;;
	color: #fff;
	border-color: #0B226A;;
}
.no-logo-sr .creative_search_icon {
	position: absolute;
	right: 19%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 999;
}
.no-logo-sr .em-quearys-top.msin-menu-search .em-quearys-inner {
	top: 70px;
}
.no-logo-sr .consultzone_menu ul {
	text-align: center;
}
.no-logo-sr .consultzone_menu ul li {
	text-align: left;
}

/*==============================
CONSULTZONE HEADING NAV AREA CSS
===============================*/
.mean-container .mean-bar {
	padding: 0;
}
.mean-container .mean-nav {
	background: #0B226A; none repeat scroll 0 0;
	float: none;
}
.main_menu_div {
	position: relative;
}
.consultzone_nav_area {
	background: #0B226A;
	/*! position: absolute; */
	left: 0;
	/*! top: 48px; */
	/*! width: 100%; */
	/*! z-index: 999; */
	/*! box-shadow: 0px 4px 5px -3px rgba(0, 0, 0, 0.20); */
}
.header_no_transparent .consultzone_nav_area {
	background: #fff;
	position: inherit;
	box-shadow: none;
}
.header_no_transparent .consultzone_menu>ul>li>a {
	color: #555;
}
.header_no_transparent .consultzone_menu>ul>li:hover a {
	color: #0B226A;;
}
.header_no_transparent .consultzone_menu>ul>li>a::before {
	border-bottom: 5px dotted #0B226A;;
}
.header_no_transparent .consultzone_menu ul .sub-menu li a {
	color: #444 !important;
}
.header_no_transparent a.dtbtn:hover {
	background-color: #122a89;
	color: #fff;
}
.header_transparent_two .consultzone_nav_area {
	background: inherit;
	box-shadow: none;
}
.header_transparent_two .logo-left {
	/*! background: rgba(0,0,0,0.55); */
}
.header_transparent_two .consultzone_nav_area.prefix {
	background: transparent !important;
	top: 0px;
}
.header_transparent_two .consultzone_nav_area.prefix .logo-left{
background:#0B226A;
}
/* LOGO CSS */

.logo {
	margin-top: 30px;
}
.logo a {
	font-weight: 700;
	display: inline-block;
	margin-top: 2px;
}
.consultzone_menu {
	text-align: right;
}

/* MAIN MENU CSS */
.consultzone_menu ul {
	text-align: right;
	list-style: none;
}
.consultzone_menu>ul>li {
	display: inline-block;
	position: relative;
}
.consultzone_menu > ul > li > a {
	display: block;
	-webkit-transition: .5s;
	transition: .5s;
	position: relative;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	margin: 39px 0px 38px;
	margin-left: 22px;
}
.consultzone_menu>ul>li>a::before {
	position: absolute;
	content: "";
	left: -2px;
	bottom: -6px;
	width: 0%;
	border-bottom: 5px dotted #0B226A;
	transition: .3s;
}
.consultzone_menu>ul>li>a:hover::before {
	width: 101%;
}
.consultzone_menu ul li:last-child a {
	margin-right: 0px;
}
.consultzone_menu>ul>li.current>a,
.consultzone_menu>ul>li:hover>a {
	color: #fff;
	background-color: transparent;
}
.consultzone_menu>ul>li:hover>a:before,
.consultzone_menu>ul>li.current>a:before {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/* 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;
	transition: .5s;
}

/* stycky nav Css */
.transprent-menu .consultzone_nav_area {
	left: 0;
	right: 0;
	top: 0;
	z-index: 9999;
	background-color: transparent;
	padding: 0;
	-webkit-transition: .5s;
	transition: .5s;
	position: absolute;
}
.consultzone_nav_area.postfix {
	-webkit-transition: .3s;
	transition: .3s;
}
.consultzone_nav_area.prefix {
	background: #fff !important;
	border-bottom: 1px solid #ddd;
	top: 0px;
}
.consultzone_nav_area.prefix .consultzone_menu>ul>li>a {
	color: #0B226A;
	-webkit-transition: .3s;
	transition: .3s;
}
.consultzone_nav_area.prefix .consultzone_menu>ul>li.current>a {
	color: #0B226A;;
}

/* LOGO LEFT RIGHT CSS */
.logo-right .logo {
	text-align: right;
}
.logo-right .consultzone_menu>ul {
	text-align: left;
}
.logo-right .consultzone_menu>ul>li:first-child a {
	padding-left: 0px;
}
.logo-right .consultzone_menu>ul>li:last-child a {
	padding-right: auto;
}

/* logo top */
.logo-top .logo {
	text-align: center;
}
.logo-top .consultzone_menu>ul {
	text-align: center;
}
.logo-top>.consultzone_menu>ul>li:last-child a {
	padding-right: auto;
}

/* sub menu style */
.consultzone_menu ul .sub-menu {
	position: absolute;
	left: 0;
	top: 130%;
	width: 217px;
	text-align: left;
	background: #151515;
	margin: 0;
	padding: 15px 0;
	z-index: 9999;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
	-webkit-transition: .5s;
	transition: .5s;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	visibility: hidden;
}
.consultzone_menu ul li:hover>.sub-menu {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	visibility: visible;
	top: 100%;
	z-index: 9;
}
.consultzone_menu ul .sub-menu li {
	position: relative;
}
.consultzone_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;
	transition: .1s;
	visibility: inherit !important;
	color: #fff;
}
.consultzone_menu ul .sub-menu li:hover>a,
.consultzone_menu ul .sub-menu .sub-menu li:hover>a,
.consultzone_menu ul .sub-menu .sub-menu .sub-menu li:hover>a,
.consultzone_menu ul .sub-menu .sub-menu .sub-menu .sub-menu li:hover>a {
	background: rgba(255, 255, 255, .06);
	color: #0B226A;;
}

/* sub menu 2 */
.consultzone_menu ul .sub-menu .sub-menu {
	left: 100%;
	top: 130%;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	visibility: hidden;
}
.consultzone_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 */
.consultzone_menu ul .sub-menu .sub-menu li {
	position: relative;
}
.consultzone_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;
}
.consultzone_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 */
.consultzone_menu ul .sub-menu .sub-menu .sub-menu li {
	position: relative;
}
.consultzone_menu ul .sub-menu .sub-menu .sub-menu .sub-menu {}

.consultzone_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 .consultzone_nav_area.prefix {
	top: 32px;
}
.logged-in .trp_nav_area.hbg2 {
	top: 32px;
}

/* Main  menu search */
.consultzone_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 */
.consultzone-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)";
}
.consultzone-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: 9px 22px;
	background-color: #0B226A;;
	color: #fff;
	margin-top: 30px;
	letter-spacing: 1px;
}
a.dtbtn:hover {
	background-color: #fff;
	color: #444;
}
.redX {
	color: #0B226A;;
}

/* logo sticky */
.consultzone-main-menu .logo a.main_sticky_main_l {
	display: block;
}
.consultzone-main-menu .logo a.main_sticky_l {
	display: none;
}

/* logo pre */
.consultzone-main-menu .prefix .logo a.main_sticky_main_l {
	display: none;
}
.consultzone-main-menu .prefix .logo a.main_sticky_l {
	display: block;
	margin-top: -10px;
}
.headroom--pinned {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.headroom--unpinned {
	-webkit-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;
	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;
}

/* consultzone header-creative css */
.header-creative-area {
	padding: 24px 0 25px;
}
.header-creative-address {
	text-align: right;
	position: relative;
}
.header-creative-address::before {
	position: absolute;
	right: -27px;
	top: -25px;
	width: 1px;
	height: 211%;
	background: #ddd;
	content: "";
}
.header-creative-address.last-child:before {
	display: none;
}
.header-creative-icon i {
	font-size: 20px;
	display: inline-block;
	float: left;
	margin-left: 26px;
	height: 35px;
	width: 35px;
	color: #fff;
	text-align: center;
	background: #0B226A;;
	line-height: 35px;
	margin-top: 5px;
	border-radius: 3px;
}
.header-creative-text p {
	margin: 0;
	overflow: hidden;
	margin-left: 10px;
}

/*=============================
consultzone NIVO SLIDER AREA CSS
==============================*/
.main-slider-area {
	overflow: hidden;
	display: block;
	position: relative;
	z-index: 0;
}
.nivo-caption {
	background: rgba(0, 0, 0, 0.0) none repeat scroll 0 0;
	height: 100%;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.em_slider_inner {
	margin: auto;
	/* width: 60%; */
	position: absolute;
	top: 54%;
	left: 0;
	right: 0;
	-webkit-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 {
	font-size: 50px;
	font-family: 'Raleway', sans-serif;
	font-weight: 800;
	margin-top: 4px;
	margin-bottom: 0;
}
.em-slider-sub-title span {
	color: #0B226A;
}
.text-center .em-slider-sub-title {
	font-weight: 600;
	text-transform: uppercase;
}
.em-slider-descript {
	font-size: 17px;
	font-weight: 400;
	margin-bottom: 50px;
	width: 55%;
	margin-top: 16px;
	color: #666;
}
.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;
}
/* button */
.em-button-button-area a {
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	margin: 0 4px;
	padding: 12px 40px;
	position: relative;
	text-transform: capitalize;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	font-family: 'Raleway', sans-serif;/
	border-radius: 7px;
	background: transparent;
	z-index: 9999;
	letter-spacing: 1px;
	border: 1px solid #0B226A;
}
.em-button-button-area a.em-none-active-button {
	background: #0B226A;
	color:#fff;
}
a.em-active-button {
	background: #0B226A;
	border-color: #0B226A;
	color: #fff;
}
.em-button-button-area a.em-none-active-button:hover {
	background: #0B226A;
	color:#fff;
}
.em-button-button-area a:hover {
	color: #fff;
	background: #0B226A;
}
.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 a {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 70px;
	width: 70px;
	line-height: 68px;
	border: 1px solid #0B226A;
	text-align: center;
	display: block;
	border-radius: 50%;
	color: #0B226A;
	font-size: 34px;
	left: 0;
	-webkit-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: 30px 0 0 30px;
}
.em-nivo-slider-wrapper .nivo-directionNav .nivo-prevNav {
	border-radius: 0 30px 30px 0;
}
.em-nivo-slider-wrapper .nivo-directionNav .nivo-nextNav {
	left: auto;
	right: 0;
}
.em-nivo-slider-wrapper .nivo-directionNav a:hover {
	background: #0B226A;;
	border-color: #0B226A;;
	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: #0B226A; none repeat scroll 0 0;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.hosting_feature {
	list-style: none;
	padding-left: 15px;
	padding-top: 20px;
}
.hosting_feature li {
	margin-bottom: 14px;
	font-size: 16px;
}
.hosting_feature li:last-child {
	margin-bottom: 0px;
}
.hosting_feature li i {
	margin-right: 10px;
}
.em_slider_single_img {
	position: absolute;
	right: 52%;
	top: 0;
}
.text-right .em_slider_single_img {
	position: absolute;
	left: 0%;
	top: 0;
}

/*==================
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;
	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;
}

/*=================================
CONSULTZONE CALL DO ACTION AREA CSS
===================================*/
.call_do_action_area {
	background: #0B226A;
	padding: 21px 0 38px;
}
.call_do_content h1 {
	font-size: 21px;
	color: rgba(255, 255, 255, 1);
	font-weight: 600;
}
.single_call_do_btn {
	text-align: right;
	margin-top: 15px;
}
.single_call_do_btn a {
	padding: 11px 33px;
	background: #fff;
	color: #0B226A;
	border: 2px solid #fff;
	transition:.5s;
}
.single_call_do_btn a:hover{
	background:#0B226A;
	border:2px solid #0B226A;
	color:#fff;
}

/*=========================
CONSULTZONE ABOUT AREA CSS
===========================*/
.about_area {
	padding: 94px 0 80px;
	overflow: hidden;
	background: #f7f7f7;
}
.about-pages .consultzone_about {
	padding: 0 0 0 59px;
}
.about_area.about-left-img {
	background: #f7f7f7;
	padding: 80px 0 40px;
}
.section_title_lefts h1 {
	font-size: 29px;
	position: relative;
	margin-top: 0;
}
.section_title_lefts h1 span {
	color:#0B226A;
}
.hosthub_about {
	padding-left: 25px;
}
.section_title_lefts.about_subtitle h2 {
	position: relative;
	display: inline-block;
	font-family: 'Merriweather', serif;
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 0px;
	text-transform: uppercase;
	color: #0B226A;;
	letter-spacing: 2px;
}
.about_singnature img {
	margin-top: 8px;
}
.single_image {
	position: relative;
}
.about_text {
	padding-top: 10px;
}
.about_text p {
	margin-bottom: 23px;
}
.about_text p.about_text_bold {
	margin-bottom: 30px;
	font-weight: 600;
	color: #333;
	font-size: 16px;
}
.about_button {
	margin-top: 44px;
}
.about_button a {
	color: #0B226A;
	background: #f8f8f8;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 12px 30px 12px 30px;
	font-family: Raleway, sans-serif;
	margin-right: 30px;
	letter-spacing: 1px;
	border: 2px solid #0B226A;
	transition:.5s;
}
.about_button a.about-active {
	background: #0B226A;
	color:#fff;
	transition:.5s;
}
.about_button a:hover {
	background: #0B226A;
	color:#fff;
}
.about_button a.about-active:hover{
	background:#f8f8f8;
	color:#0B226A;
}
.about_text ul {
	list-style: none;
}
.about_text ul li {
	line-height: 30px;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 9px;
	color: #555;
}
.about_text ul li i {
	color: #0B226A;;
	margin-right: 5px;
}

/* About Left Images Css */
.about-left-img .consultzone_about {
	padding: 59px 42px 0 0px;
}
.about-left-img.about-pages .consultzone_about {
	padding: 3px 42px 0 0px;
}
.about-left-img .single_image {
	margin-top: -10px;
	position: relative;
}
.about-left-img .hosthub_about {
	padding-left: 0;
	padding-right: 25px;
	/* padding-top: 10px; */
	/* margin-top: 4px; */
}

/*=========================
CONSUTZONE FEATURE AREA CSS
===========================*/
.feature_area {
	padding: 100px 0 72px;
}
.single_feature {
	margin-bottom: 30px;
	position: relative;
	transition: .7s;
	background: #f8f8f8;
	padding: 26px 27px 31px;
	border-bottom: 5px solid #0B226A;
	box-shadow: 0 0 2px rgba(0,0,0,0.20);
}
.single_feature::before {
	position: absolute;
	content: "";
	left: 0;
	bottom: -5px;
	background: #0B226A;
	height: 5px;
	width: 0;
	transition:.7s;
}
.single_feature:hover::before {
	width: 100%;
}
.feature_back_content a {
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	display: inline-block;
	background: #0B226A;;
	padding: 3px 16px;
	border-radius: 30px;
	margin-top: 4px;
}
.feature_icon {
	text-align: center;
	position: absolute;
	background: #0B226A;;
	border: 3px solid #ffffff;
	left: 15px;
	top: 15px;
	width: 85%;
	height: 85%;
	margin: auto;
	transition: .7s;
	border-radius: 100%;
}
.feature_icon_inner {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.single_feature_icon {
	float: left;
	overflow: hidden;
	margin-right: 20px;
}
.single_feature_icon i {
	margin-top: 12px;
	font-size: 50px;
	color: #0B226A;
}
.feature_title {
	overflow: hidden;
}
.feature_title h2 {
	padding: 0 0 19px;
	transition: .3s;
	text-transform: capitalize;
}
.feature_title h2 a {
	font-weight: 700;
	font-size: 21px;
	color: #444;
	transition: .3s;
}
.feature_title a {
	color: #0B226A;
	transition:.3s;
	font-weight: 500;
}
.feature_title i {
	margin-left: 3px;
	font-size: 18px;
	transition:.3s;
}
.feature_title i:hover,
.feature_title a:hover{
	color:#0B226A;
}
/*=======================
 FEATURE AREA HOME page2
========================*/
.feature_area_style2.feature_area {
	padding-top: 0;
}
.feature_area_style2 .col-md-4.col-lg-4.col-sm-6.col-xs-12 {
	margin: 0;
	padding: 0;
}
.single_feature_area {
	background: #fff;
	padding: 40px 0 35px;
	overflow: hidden;
	position: relative;
	box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.15);
	transition: .5s;
	margin-top: -129px;
	margin-bottom:30px;
}
.single_feature_area.middle_feature {
	background: #0B226A;;
	transition:.5s;
}
.single_feature2 {
	text-align: center;
}
.single_feature_content {
	padding: 0 20px;
}
.single_feature_title h2 {
	padding: 5px 0 10px;
	transition:.5s;
	color:#444;
}
.single_feature_title p {
	padding: 0 0 13px;
	transition:.5s;
	color:#444;
}
.single_feature_icon i {
	
}
.single_feature_btn a {
	background: #0B226A;;
	padding: 5px 20px;
	color: #fff;
	font-size: 14px;
	border-radius: 30px;
}
.middle_feature .single_feature_icon i {
	background: #0B226A;
	color: #fff;
	transition:.5s;
}
.middle_feature .single_feature_title h2 {
	color: #fff;
	transition:.5s;
}
.middle_feature .single_feature_title p {
	color: #fff;
	transition:.5s;
}

/*feature area hover*/
.single_feature:hover{
	box-shadow:0 0 7px rgba(0,0,0,0.5);
}
.feature_title h2 a:hover {
	color: #0B226A;;
}
.single_feature_area:hover{
	background: #0B226A;;
}
.single_feature_area:hover .single_feature_title h2{
	color:#fff;
}
.single_feature_area:hover .single_feature_title p{
	color:#fff;
}
.single_feature_area:hover .single_feature_icon i{
	background:#0B226A;
}
.single_feature_area.middle_feature:hover{
	background:#fff;
}
.single_feature_area.middle_feature:hover .single_feature_title h2{
	color:#444;
}
.single_feature_area.middle_feature:hover .single_feature_title p{
	color:#444;
}
.single_feature_area.middle_feature:hover .single_feature_icon i{
	background:#0B226A;;
	color:#fff;
}
.single_feature_area:hover .single_feature_btn a,
.single_feature_area.middle_feature .single_feature_btn a{
	background:#0B226A;
	color:#fff;
}


/*=============================
CONSULTZONE TESTIMONIAL AREA CSS
===============================*/
.testimonial_area {
	padding-top: 80px;
	padding-bottom: 80px;
	background: #f8f8f8;
}
.testimonial_area.about-pages {
	padding-top: 86px;
	padding-bottom: 128px;
	background: #fff;
}
.single_testimonial {
	text-align: center;
	margin-bottom: 30px;
	transition: .3s;
}
.em_testi_text p::before {
	display: none;
}
.em_testi_text {
	font-size: 14px;
	background: #fff;
	padding: 32px 25px 30px;
	text-align: left;
	font-style: italic;
	border-radius: 3px;
	box-shadow: 0 0 5px rgba(0,0,0,0.20);
	position: relative;
}
.em_testi_text::before {
	content: "";
	background: #fff;
	width: 45px;
	z-index: 99;
	position: absolute;
	left: 21px;
	bottom: 0;
	height: 24px;
}
.em_testi_text::after {
	content: "";
	position: absolute;
	height: 15px;
	width: 15px;
	bottom: -7px;
	left: 34px;
	-webkit-box-shadow: 0 1px 10px rgba(0,0,0,.20);
	-moz-box-shadow: 0 1px 10px rgba(0,0,0,.20);
	box-shadow: 0 1px 10px rgba(0,0,0,.20);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	background: #fff;
}
.em_testi_text p {
	position: relative;
	margin-top: 0;
}
.single_testimonia:hover .em_testi_text,
.single_testimonia:hover .em_testi_text:before {
	background: #041B5E;
}
.em_test_thumb {
	overflow: hidden;
	margin: 30px 0 15px;
	float: left;
}
.testimonial_area .em_test_thumb img {
	border-radius: 100%;
	width: 80px;
	border: 5px solid #fff;
	box-shadow: 0 0px 5px rgba(0,0,0,0.20);
}
.em_testi_content {
	float: left;
	text-align: left;
	margin-top: 28px;
	margin-left: 15px;
}
.em_testi_title h2 {
	color: #333;
	font-size: 17px;
	font-weight: 500;
	margin-bottom: 0;
	margin-top: 6px;
}
.em_testi_title span {
	color: #666;
	display: block;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 1px;
	margin-top: 5px;
}
.testi_review {
	margin-top: 4px;
}
.testi_review i {
	color: #0B226A;
	font-size: 13px;
}
.testimonial_area .col-md-6,
.testimonial_area .col-lg-6 {
	margin: 0;
	padding: 0;
}

/*=======================
CONSULTZONE VIDEO AREA CSS
=========================*/
.single_video {
	margin-top: 30px;
}
.video_image {
	position: relative;
}
.video_image img {
	width: 100%;
}
.video_icon {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 9999;
	transform: translateY(-50%) translateX(-50%);
}
.video_icon a {
	text-align: center;
	display: inline-block;
}
.video_icon a i {
	color: #fff;
	border: 5px solid #fff;
	width: 90px;
	height: 90px;
	line-height: 80px;
	font-size: 40px;
	border-radius: 50%;
}

.video-icon a {
	text-align: center;
	display: inline-block;
	position:relative;
}
.video-icon a::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	height: 90px;
	width: 90px;
	background: rgba(255,255,255,0.6);
	z-index: -1;
	border-radius: 50%;
	transform: translate(-50%,-50%);
	animation: pulse-border 1500ms ease-out infinite;
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
	opacity: 1;
	}
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
	opacity: 0;
	}
}
.video-icon a i {
	color: #fff;
	border: 0;
	width: 80px;
	height: 80px;
	line-height: 80px;
	font-size: 35px;
	border-radius: 50%;
	background: rgba(255,99,99,0.70);
}

.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(0, 0, 0, 0.70);
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	border-radius: 0;
}

.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;
}
.abtext em {
	color: #444;
	font-weight: 600;
}
.abtext ol {
	padding-left: 15px;
}
.abtext ol li {
	font-weight: 600;
	line-height: 30px;
}
.creative_title {
	letter-spacing: 0;
}

/*======================
 consultzone TEAM AREA CSS
========================*/
.team_area {
	padding: 81px 0 70px;
	background: #f7f7f7;
}
.single_team {
	background-color: #fff;
	text-align: center;
	position: relative;
	overflow: hidden;
	padding: 25px;
	box-shadow: 0 0 3px rgba(0,0,0,0.20);
	transition: .5s;
	margin-bottom: 30px;
}
.single_team::after {
	content: "";
	position: absolute;
	right: 25px;
	bottom: 25px;
	width: 0;
	height: 0;
	border-right: 5px solid transparent;
	border-bottom: 5px solid transparent;
	-webkit-transition: width .3s ease .2s, height .3s ease .4s;
	transition: width .3s ease .2s, height .3s ease .4s;
	z-index: 2;
}
.single_team::before {
	border-left: 5px solid transparent;
	border-top: 5px solid transparent;
	content: "";
	height: 0;
	left: 25px;
	position: absolute;
	top: 25px;
	-webkit-transition: width 0.3s ease 0.2s, height 0.3s ease 0.4s;
	transition: width 0.3s ease 0.2s, height 0.3s ease 0.4s;
	width: 0;
	z-index: 2;
}
.single_team:hover::before {
	height: 100%;
	width: 100%;
	border-color: #0B226A;
}
.single_team:hover::after {
	height: 100%;
	width: 100%;
	border-color: #0B226A;
}
.single_team:hover .single_team_icon{
	opacity:0;
	left:100%;
}
.team_thumb .single_team_icon {
	transition: .5s;
	position: absolute;
	right: 0;
	bottom: 0;
	background-color: rgba(0,46,90, 0.90);
	padding: 15px 3px;
}
.team_thumb .single_team_icon a {
	display: block;
	margin: 5px 9px;
	text-align: center;
	color: #fff;
	font-size: 15px;
	width: 35px;
	height: 35px;
	background: #0B226A;
	line-height: 35px;
	transition:.5s;
}
.team_social_title {
	margin-top: 88px;
}
.team_social_title h2 {
	text-transform: uppercase;
	transition: all 0.3s ease-in-out 0s;
	font-size: 20px;
	padding-top: 0;
	margin-top: 0;
	font-weight: 700;
	text-transform: capitalize;
	color: #fff;
	margin-bottom: 0;
}
.team_social_subtitle {
	font-size: 15px;
	margin-bottom: 0;
	text-transform: capitalize;
	transition: all 0.3s ease-in-out 0s;
	font-weight: 400;
	color: #0B226A;
}
.team_social_content_text {
	color: #ddd;
	padding-top: 10px;
	padding-bottom: 4px;
	width: 77%;
	margin: auto;
}
.team_thumb {
	position: relative;
}
.team_social {
	position: absolute;
	content: "";
	height: 114%;
	width: 117%;
	left: -25px;
	text-align: center;
	top: -25px;
	background: rgba(0,46,90, 0.90);
	transition: .5s;
	opacity: 0;
}
.team_socials_inner {
	
}
.team_socials_inner a {
	display: inline-block;
	margin: 8px 3px 0;
	text-align: center;
	color: #fff;
	font-size: 15px;
	width: 28px;
	height: 28px;
	line-height: 28px;
	background: #0B226A;
}
.team_socials_inner a:hover {
	background: #fff;
	color: #0B226A;;
}
.single_team:hover .team_social {
	opacity:1;
}
/* STYLE 2 CSS*/
.single_team.style2::after {
	display:none;
}
.single_team.style2::before {
	display:none;
}
.style2 .single_team_social {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 999;
	text-align: center;
	right: 0;
	margin: 0px 12px;
	background: rgba(250, 41, 100, 0.80);
	padding: 17px 0 14px;
	transition: .5s;
}
.single_team_social_title h2{
	color:#fff;
}
.style2 .team_social_subtitle {
	color: #fff;
}
.style2:hover .single_team_social{
	bottom: -40%;
}




/*==========================
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: #0B226A;
}

.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(250, 41, 100, 0.80);
	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: #0B226A;
}

.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;
	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;
}


/*=======================
consultzone BLOG AREA CSS
=========================*/
.blog_area {
	padding: 80px 0 70px;
}
.blog_area.blog-grid {
	padding: 100px 0 72px;
}
.blog_area.blog-grid.blog-details-area {
	padding: 100px 0 97px;
}
.consultzone-single-blog {
	background-color: #fff;
	overflow: hidden;
	text-align: left;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
	margin-bottom: 30px;
	box-shadow: 0 0 3px rgba(0,0,0,0.4);
}
.blog-black .consultzone-single-blog {
	background-color: #121212;
	overflow: hidden;
	text-align: left;
	-webkit-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
	margin-bottom: 30px;
	/* border: 1px solid #757575; */
	box-shadow: 0 0 13px rgba(0,0,0,0.30);
	border-color: #686464;
}
.blog-black .consultzone-blog-meta {
	border-top: 1px solid #686464;
}
.blog_thumb_inner {
	position: relative;
}
.consultzone-blog-thumb {
	position: relative;
}
.consultzone-blog-thumb a {
	position: relative;
}
.consultzone-blog-thumb a {
	display: block;
}
.consultzone-blog-thumb img {
	display: block;
	-webkit-transition: 6s;
	transition: 6s;
	width: 100%;
}
.blog_icon {
	text-align: center;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 50%;
	bottom: -21px;
	margin: auto;
	transform: translateX(-50%);
	transition:.5s;
}
.blog_icon i {
	background: #fff;
	height: 45px;
	width: 45px;
	line-height: 45px;
	text-align: center;
	border-radius: 50%;
	color: #0B226A;
	box-shadow: 0 0 4px rgba(0,0,0,0.2);
	transition: .5s;
}
.em-blog-content-area {
	padding: 6px 15px 10px;
}
.blog-content h2 {
	margin: 0 0 18px;
}
.blog-page-title a {
	color: #333;
	display: block;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 14px;
	text-transform: capitalize;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.blog-content h2 a {
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
}
.blog-content p {
	margin-bottom: 0;
}
.consultzone-blog-meta {
	margin-bottom: 13px;
	margin-top: 0;
}
.consultzone-blog-meta:after {
	display: block;
	clear: both;
	content: "";
}
.consultzone-blog-meta-left {
	overflow: hidden;
	text-align: center;
	padding: 16px 0 5px;
}
.blog_dtl_content .consultzone-blog-meta-left {
	text-align: left;
	float: left;
}
.blog_dtl_content .consultzone-blog-meta-right {
	float: right;
	padding-top: 16px;
}
.consultzone-blog-meta-left a, .consultzone-blog-meta-right a, .consultzone-blog-meta-left span, .consultzone-blog-meta-right span {
	font-weight: 300;
	margin-right: 15px;
	text-transform: capitalize;
	font-size: 12px;
	transition: .5s;
	float: left;
}
.consultzone-blog-meta-left .em-meta-icon {
	float: right;
}
.consultzone-blog-meta-left i {
	margin-right: 5px;
	color: #d9bf77;
}
.consultzone-blog-meta-left i {
	margin-right: 12px;
	color: #0B226A;
}
.consultzone-blog-meta-right {
	float: right;
	overflow: hidden;
}
.consultzone-blog-meta-right a,
.consultzone-blog-meta-right span {
	font-size: 12px;
	font-weight: 400;
	margin-right: 0;
	text-transform: uppercase;
}
.consultzone-blog-meta-right i {
	margin-right: 5px;
	color: #0B226A;
}
.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: #000;
	background: #000;
	color: #fff;
}

/* blog hover */
.consultzone-single-blog:hover{
	box-shadow:0 0 10px rgba(0,0,0,0.4);
}
.consultzone-single-blog:hover .blog_icon i{
	background:#0B226A;
	color:#fff;
}
.consultzone-single-blog:hover .blog_icon{
	bottom:30%;
}
.consultzone-single-blog:hover .consultzone-blog-thumb:before {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	transform: scale(1);
}
.blog-page-title a:hover, .blog-page-title h2:hover {
	color: #0B226A;
}
.blog_nospace.col-xs-12 {
	padding: 0px;
}
.blog_nospace .consultzone-single-blog {
	margin-bottom: 0px;
}

/*===============================
BLOG DETAILS AREA CSS
================================*/

.blog_details {
	padding: 50px 29px 48px;
	-webkit-box-shadow: 0 7px 16px rgba(0, 0, 0, 0.15);
	        box-shadow: 0 7px 16px rgba(0, 0, 0, 0.15);
}

.blog_dtl_thumb {}

.blog_dtl_thumb img {
	width: 100%;
}

.blog_dtl_content {}

.blog_dtl_content h2 {
	padding-bottom: 8px;
	padding-top: 14px;
	font-size: 30px;
}

.blog_dtl_content h3 {
	padding-top: 20px;
	font-size: 21px;
	color: #333;
}

.blog_dtl_content p {
	margin-top: 20px;
}

.blog_details .contructor-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 .contructor-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 .contructor-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 #0B226A;
	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;
}

.newxt_preview {
	margin-top: 25px;
}

.newxt_preview.style2 {
	text-align: right;
}

.next_preview_content a {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	color: #888;
	letter-spacing: 2px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.next_preview_title a {
	font-size: 21px;
	margin-top: 0;
	font-weight: 700;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	color: #333;
}

.next_preview_title h4 {
	margin-top: 5px;
}

.author_info {
	background: #f9f9f9;
	text-align: center;
	padding: 50px 46px 37px;
	margin-top: 180px;
}

.author_thumb img {
	margin-top: -111px;
}

.author_icon a {
	margin: 0 3px;
	font-size: 14px;
	color: #666;
}

.author_name h2 {
	font-size: 21px;
	font-weight: 700;
	letter-spacing: 1px;
	margin: 0;
	padding: 22px 0 6px;
	color: #333;
}

.next_preview_content a:hover {
	color: #0B226A;
}

.next_preview_title a:hover {
	color: #0B226A;
}


/* POST REPLY CSS */

.blog_comments_section {
	padding: 30px 29px 40px;
	margin: 50px 0 0;
	-webkit-box-shadow: 0 7px 16px rgba(0, 0, 0, 0.15);
	        box-shadow: 0 7px 16px rgba(0, 0, 0, 0.15);
}

.comments_ttl>h3 {
	font-size: 21px;
	font-weight: 700;
	position: relative;
	color: #333;
}

.comments_ttl {
	margin-bottom: 37px;
}

.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-weight: 500;
	padding-right: 15px;
	color: #6d6d6d;
}

.blog_comments_section .post_meta span:hover {
	color: #0B226A;
}

.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: #0B226A;
}

.single_commentst_inner {
	margin-bottom: 44px;
	margin-top: 46px;
	padding-left: 63px;
}
.badmin i {
	margin-right: 3px;
}
#sbi_images {
	overflow: hidden;
}
.sbi_photo_wrap img {
	float: left;
	padding: 2px;
}

/* COMMENT FORM CSS */
.blog_reply {
	overflow: hidden;
	margin-top: 50px;
	padding: 33px 29px 48px;
	-webkit-box-shadow: 0 7px 16px rgba(0, 0, 0, 0.15);
	        box-shadow: 0 7px 16px rgba(0, 0, 0, 0.15);
}
.reply_ttl>h3 {
	font-size: 21px;
	position: relative;
	color: #333;
}

.reply_ttl {
	margin-bottom: 36px;
}

.blog_reply .em_contact_form {
	margin-bottom: 0;
}

.blog_reply .contact_bnt button:hover {
	background: #0B226A;
	color: #fff;
}

/*===========================
 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;
}

/*=============================
 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: #0B226A;
	border-color: #0B226A;
	color: #fff;
}


/*==================
 GOOGLE MAP AREA CSS
====================*/
.google_map_area {
	pointer-events: none;
	padding-top: 70px;
}

.map {
	width: 100%;
	margin: 0;
	height: 338px;
	border: 1px solid #ddd;
	border-radius: 10px;
}

/*===============
 INFORMASTION AREA CSS
=================*/
.informastion_area {
	background: #fff;
	padding: 100px 0 100px;
}
.informastion_info {
	padding: 55px 20px 15px;
	background: #f7f7f7f7;
}
.request_form {
	background-color: #0B226A;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 41px 50px 50px 50px;
}
.request_form_title h2 {
	color: rgba(255, 255, 255, 1);
	font-size: 29px;
	font-weight: 800;
	text-transform: none;
	padding-top: 3px;
	padding-bottom: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.request_form_title {
	padding-bottom: 33px;
}
.request_form_title p {
	color:rgba(255, 255, 255, 1);
}
.single_plases {
	padding-bottom: 43px;
	transition: .5s;
}
.single_informastion_title h2 {
	font-size: 29px;
	font-weight: 800;
	text-transform: none;
	padding-top: 3px;
	padding-bottom: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.single_informastion_title p {
	padding-bottom: 30px;
}
.single_plases_inner {
	text-align: left;
}
.plases_icon {
	float: left;
	overflow: hidden;
}
.plases_icon i {
	color: rgba(255, 255, 255, 1);
	background-color: #0B226A;
	height: 65px;
	width: 65px;
	line-height: 65px;
	margin-top: 6px;
	font-size:29px;
	text-align:center;
	transition:.5s;
}
.single_plases:hover .plases_icon i {
	background: #0B226A;
	color: #fff;
	border-color: #0B226A;;
}
.single_plases:hover .plases_text h2{
	color:#0B226A;
} 
.plases_text {
	overflow: hidden;
	margin-left: 90px;
}
.plases_text h2 {
	color: #0B226A;
	font-size: 20px;
	font-weight: 700;
	
	margin: 0;
	transition:.5s;
}
.plases_text p {
	font-size: 14px;
	font-weight: 400;
	margin-top: 14px;
	margin-bottom: 0px;
}
.em_contact_form {
	margin-bottom: 100px;
}
.form_field {
	width: 100%;
}
.form_field_inner {
	width: 50%;
	float: left;
}
.home-2.consult-form .field.topfield .form-field {
	float: left;
	width: %;
}
.form_field_inner input,
.form_field_inner textarea {
	background: rgba(11,34,106,0.20);
	border: 0;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	height: 45px;
	width: 96%;
	border-radius: 0;
	margin-bottom: 30px;
	border: 1px solid rgba(255,255,255,0.6);
	border-radius: 5px;
	padding-left:15px;
}
.form_field_inner input:focus {
	border-color: #0B226A;
}

.field_comment_inner textarea:focus {
	border-color: #0B226A;
}
.text_area .form_field_inner {
	width: 100%;
}
.text_area .form_field_inner textarea {
	width: 97.5%;
	height: 150px;
	padding-top: 15px;
}
.request_button button {
	background: #fff;
	border: 0;
	border-radius: 5px;
	color: #0B226A;
	display: inline-block;
	font-size: 15px;
	padding: 9px 30px;
	text-transform: capitalize;
	transition: all 0.5s ease 0s;
	width: inherit;
	border: 1px solid #0B226A;
}
.request_button button:hover {
	background: rgba(0,0,0,0.20);
	border-color: rgba(255,255,255,0.3);
	color: #fff;
}

/*===============================
contructor CONTACT FORM AREA CSS
================================*/

.contact_area {
	padding: 81px 0 100px;
	background: #f9f9f9;
}

.contact_form {
	padding-top: 11px;
}
.contact_area .form_field_inner {
	float: left;
}
.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 #0B226A;
	background: transparent;
}

.contact_button button {
	background: #0B226A;
	border: 2px solid #0B226A;
	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: #0B226A;
	color: #0B226A;
}

.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: #0B226A;
}

.single_company_info:hover i {
	background: transparent;
	color: #0B226A;
	border-color: #0B226A;
}

.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: #333 !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;
}
.home-2 ::-moz-placeholder {
	/* Firefox 19+ */
	color: #333 !important;
	font-size: 14px;
	font-weight: 400;
}
.home-2 :-ms-input-placeholder {
	/* IE 10+ */
	color: #333 !important;
	font-size: 14px;
	font-weight: 400;
}
.home-2 :-moz-placeholder {
	/* Firefox 18- */
	color: #333 !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;
}

/*==========================
consultzone FOOTER TOP CSS
===========================*/
.contact_information {
	padding: 100px 0 70px;
}
.single_information_contact {
	background: #f8f8f8;
	margin-bottom: 30px;
	padding-top: 30px;
	padding-bottom: 28px;
	text-align: center;
}
.contact_info_icon i {
	font-size: 55px;
	color: #0B226A;
}
.single_information_contact h2 {
	font-size: 20px;
	font-weight: 700;
	color: #0B226A;
}
.single_information_contact h2 span {
	display: block;
	font-weight: 400;
	font-size: 15px;
	color: rgba(102, 102, 102, 1);
	padding-top: 7px;
}

/*==========================
CONSULTANT FOOTER TOP CSS
===========================*/
.footer-middle {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-image: url(assets/images/footer-bg.jpg);
	padding: 73px 0 93px;
}
.footer-middle.wpfd {
	padding: 0;
}
.wpfdp {
	padding-top: 0px;
	padding-bottom: 80px;
}
.footer-middle .widget h2 {
	color: #fff;
	font-size: 23px;
	font-weight: 500;
	margin-bottom: 42px;
	margin-top: 20px;
	text-transform: capitalize;
}
.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 {
	list-style: none;
}
.footer-middle .widget ul li {
	margin-bottom: 17px;
	list-style: none;
}
.menu-quick-link-container ul li i {
	background: #30425c;
	height: 17px;
	width: 17px;
	text-align: center;
	margin-right: 10px;
	transition: .5s;
	line-height: 17px;
	font-size: 13px;
}
.menu-quick-link-container ul li i:hover{
	background:#0B226A;
}
.footer-middle .widget ul li a,
.footer-middle .widget ul li:before {
	-webkit-transition: .5s;
	transition: .5s;
}
.footer-middle .widget ul li a:hover{
	color: #0B226A;
}
.recent-portfolio-area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row;
	flex-flow: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

/* Company Info Css */
.company_info_desc {
	padding-bottom: 13px;
}
.single_company_info {
	margin-bottom: 24px;
}
.single_company_info i {
	color: #fff;
	font-size: 15px;
	border: 1px solid #fff;
	float: left;
	border-radius: 50%;
	margin-right: 15px;
	line-height: 28px;
	height: 30px;
	width: 30px;
	text-align: center;
	transition: .3s;
}
.single_company_info:hover i {
	background: #0B226A;;
	color: #fff;
	border-color: #0B226A;;
}
.company_info_desc p {
	color: #fff;
}
.single_company_info p {
	color: #fff;
	padding-top: 3px;
}

/* recent post */
.single-widget-item {
	overflow: hidden;
}
.recent-post-item {
	clear: both;
}
.recent-post-image a {
	display: inline-block;
	margin-top: 6px;
	margin-bottom: 5px;
}
.recent-post-text a {
	color: #333;
	font-size: 14px;
}
.recent-post-text .rcomment i {
	margin-right: 5px;
}
.recent-post-text .rcomment {
	color: #333;
}
.recent-post-item {
	clear: both;
	transition:.5s;
}
.recent-post-image {
	float: left;
}
.recent-post-image img {
	max-width: 87%;
}
.recent-post-text {
	overflow: hidden;
}
.recent-post-text>h4 {
	margin-bottom: 0;
}
.recent-post-text h4 a:hover {
	color: #0B226A;;
}
.recent-post-text .rcomment {
	color: #333;
	font-size: 14px;
	text-transform: none;
}
.quick-post-text i {
	color: #fff;
	background: #0B226A;
	height: 17px;
	width: 17px;
	line-height: 17px;
	text-align: center;
	transition: .5s;
	margin-right: 10px;
	font-size: 13px;
}
.quick-post-text .rcomment i {
	margin-right: 5px;
}
.footer-middle .quick-post-text h4 a {
	color: #fff;
	font-weight: 400;
	font-size:15px;
}
.footer-middle .quick-post-text h4 a:hover {
	color: #0B226A;
}
.recent-post-text .rcomment {
	color: #333;
}
.footer-middle .recent-post-text h4 a {
	color: #fff;
	font-weight: 400;
	font-size:15px;
}
.footer-middle .recent-post-text > h4 {
	margin-bottom: 17px;
	font-weight: 500;
	line-height: 1;
	margin-top: 0;
}
.footer-middle .rcomment > h4 a{
	font-weight: 600;
}
.recent-post-item:hover .recent-post-text>h4 a{
	color: #0B226A;
}
.footer-middle .recent-post-text .rcomment {
	color: #ddd;
	font-size: 12px;
	font-weight: 400;
}
.footer-middle .rcomment.recent-post-text > h4 {
	margin-bottom: 8px;
	font-weight: 500;
	line-height: 1;
	margin-top: 0;
}
.footer_contact_info {
	text-align: center;
	background: #0B226A;
	overflow: hidden;
	color: #fff;
	border-radius: 11px;
	box-shadow: 0 6px 30px rgba(0, 0, 0, .30);
	margin-top: -136px;
	margin-bottom: 67px;
}
.contact_info_icon i {
	font-size: 55px;
	color: #0B226A;
	margin-bottom: 15px;
}
.single_information_contact p {
	font-size: 18px;
	font-weight: 500;
}
.single_information_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 */
.quote_form_inner {
	padding-top: 6px;
}
.quote_form_field input {
	font-size: 14px;
	height: 40px;
	padding: 5px 15px;
	position: relative;
	width: 100%;
	background: rgba(255,255,255,0.10);
	border: 1px solid #6e76a5;
	border-radius: 10px;
	color: #999999;
	transition: .3s;
}
.quote_form_field input:focus {
	border-color: #0B226A;
}
.quote_form_field textarea {
	width: 100%;
	height: 85px;
	border: 0;
	padding-left: 15px;
	border-radius: 5px;
	color: #fff;
	background-color: #041842;
}
.quote_button {
	margin: 0;
	position: absolute;
	right: 0px;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	width: 50px;
	border: medium none;
	border-radius: 0;
	bottom: 0;
	color: #1293d4;
	font-size: 20px;
	height: 40px;
	line-height: 20px;
	background: #0B226A;
	color: #fff;
	border-radius: 10px;
}
.quote_button:hover {
	background: #0B226A;
	color: #fff;
}
.mc4wp-form-fields button:hover {
	background: #;
	color: #fff;
}
.widget_quote_text ul li i {
	float: left;
	margin-right: 10px;
	padding-top: 4px;
	font-size: 18px;
}
.footer-sociala-icon {
	clear: both;
	float: left;
	font-size: 18px;
	margin-right: 12px;
	color: #fff;
}
.footer-sociala-info p {
	color: #fff;
}
.em_form_title h3 {
	color: #fff;
	font-size: 23px;
	font-weight: 500;
	padding-bottom: 37px;
	padding-top: 16px;
}
.footer-menu ul ul {
	display: none;
}
.social_media h3 {
	font-size: 23px;
	color: #fff;
	padding-bottom: 15px;
	margin-top: 0;
	font-weight: 500;
}
.social_media a {
	background: #0B226A;
	border: 0;
	border-radius: 5px;
	color: #fff;
	display: block;
	font-size: 17px;
	height: 35px;
	line-height: 33px;
	margin-bottom: 0;
	margin-right: 8px;
	text-align: center;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	width: 35px;
	border: 1px solid transparent;
	display: inline-block;
}
.social_media a:hover{
	background: transparent;
	border-color: #0B226A;
	color: #0B226A;
}

/*===============================
CONSULTZONE FOOTER BOTTOM AREA CSS
================================*/
.footer-bottom {
	background: #042c53 none repeat scroll 0 0;
	padding: 26px 0 24px;
}
.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;
	font-size: 15px;
	transition: .3s;
}
.footer-menu ul li a:hover {
	color: #0B226A;
}
.copy-right-text a:hover {
	color: #0B226A;
}
.footer-menu ul li:last-child a {
	padding-right: 0px;
}
.footer_style_3 .footer-menu ul li:first-child a {
	padding-left: 0px;
}

/*=======================
CONSUTZONE CASE STUDY CSS
=========================*/
.case_study_area {
	padding: 80px 0 70px;
	background: #f7f7f7;
}
.single_case_study_area {
	transition: .3s;
	margin-bottom: 30px;
}
.single_case_thumb {
	position: relative;
}
.single_case_thumb::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,46,90, 0.70);
	content: "";
	transition: .3s;
}
.em_casestudy_content {
	overflow: hidden;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0px 38px 52px 38px;
}
.single_casestudy_title h2 {
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	letter-spacing: 1px;
	margin-bottom: 21px;
	position: relative;
}
.single_casestudy_title h2::before {
	position: absolute;
	content: "";
	left: 0;
	bottom: -8px;
	width: 40px;
	height: 2px;
	background: #FFF;
	transition: .3s;
}
.single_casestudy_text a{
	color: #fff;
	font-size: 17px;
	font-weight: 600;
	transition: .3s;
}
.single_case_study_area:hover .single_case_thumb::before{
	background: rgba(166, 161, 0, 0.80);
	
}
.single_case_study_area:hover .single_casestudy_title h2::before{
	background:#fff;
}

/*==========================
CONSUTZONE COUNTER AREA CSS
===========================*/
.counter_area {
	background: #f7f7f7;
	background-image: url(assets/images/counter-bg.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 100px 0 91px;
}
.single_counter {
	position: relative;
	text-align: center;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.counter_icon {
	margin-top: 0;
	padding-top: 0;
	position: relative;
	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: #0B226A;;
	background: #fff;
	border-radius: 100%;
	transition: .5s;
	display: inline-block;
	border: 8px solid #0B226A;;
}
.counter_icon i:hover {
	background: #041B5E;
	color: #fff;
}
.countr_text>h1 {
	color: #FFF;
	display: inline-block;
	font-size: 35px;
	font-weight: 700;
	-webkit-transition: .3s;
	margin: 0;
	transition: .3s;
	font-family: "Poppins", sans-serif;;
}
.countr_text>h3 {
	display: inline-block;
	font-size: 50px;
	font-family: Poppins, sans-serif;
	color: #0B226A;;
}
.counter_title {
	padding: 0 0 0;
}
.counter_title h4 {
	padding-top: 0px;
	padding-bottom: 0;
	font-size: 23px;
	font-weight: 600;
	text-transform: capitalize;
	color: #fff;
}

/*========================
consultzone SCROLL TOP CSS
=========================*/
#scrollUp {
	background: #0B226A;
	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: #0B226A;;
}
.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: #0B226A; 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;
}
.kc-blog-posts-3 .kc-list-item-3>a img {
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

/*==========================
CONSULTZONE SECTION TITLE CSS
===========================*/
.section-title.t_center {
	margin: auto;
	text-align: center;
	width: 100%;
}
.section-title.t_left {
	margin: auto auto auto 0;
	width: 63%;
	text-align: left;
}
.section-title.t_right {
	margin: auto 0 auto auto;
	width: 63%;
	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: 800;
	text-transform: uppercase;
	padding-bottom: 4px;
}
.section-title h2 span {
color:#0B226A;
}
.section-title .icon {
	position: relative;
	padding-bottom: 10px;
}
.section-title .icon i {
	color: #0B226A;;
	font-size: 22px;
}
.section-title h3 {
	font-size: 18px;
	color: #0B226A;;
}
.tmr0 .section-title h2 {
	margin: 0;
}
.section-title h5 {
	font-size: 18px;
	font-weight: 500;
	margin: 0;
}
.section-title p {
	margin-bottom: 60px;
	font-size: 16px;
}
.em-bar-main {
	margin: 10px 0 13px;
}
.em-bar {
	background: #0B226A; none repeat scroll 0 0;
	height: 2px;
	margin: 0 auto 5px;
	width: 62px;
}

.em-bar.em-bar-big {
	width: 80px;
}
.em-image {
	margin-bottom: 10px;
}
.section-title.t_left span {
	color: #0B226A;;
}

/* 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;
}
.em-image1 {
	margin-bottom: 10px;
}
.section-title1 h2::after {
	position: absolute;
	content: "";
	left: -7px;
	bottom: -24px;
	width: 1px;
	height: 20px;
	background: #fff;
	margin: auto;
	right: 0;
}
.section-title1 h2::before {
	position: absolute;
	content: "";
	left: 2px;
	bottom: -24px;
	width: 1px;
	height: 20px;
	background: #fff;
	margin: auto;
	right: 0;
}

/*===========================
 consultzone SERVICE AREA  CSS
=============================*/
.service_area {
	padding: 79px 0 70px;
}
.single_service_area {
	text-align: center;
	transition: .3s;
	border: 2px solid #0B226A;
	padding: 47px 30px 21px;
	margin-bottom: 30px;
}
.single_service_content {
	text-align: center;
}
.single_service_icon {
	width: 80px;
	height: 48px;
	background: #0B226A;
	position: relative;
	line-height: 48px;
	color: #fff;
	transition: .3s;
	font-size: 30px;
	text-align: center;
	display: inline-block;
	transition: .3s;
	margin-bottom: 30px;
}
.single_service_icon::before {
	content: "";
	position: absolute;
	top: -20px;
	left: 0;
	width: 0;
	height: 0;
	border-left: 40px solid transparent;
	border-right: 40px solid transparent;
	border-bottom: 20px solid #0B226A;
	transition: .3s;
}
.single_service_icon::after {
	content: "";
	position: absolute;
	bottom: -20px;
	left: 0;
	width: 0;
	height: 0;
	border-left: 40px solid transparent;
	border-right: 40px solid transparent;
	border-top: 20px solid #0B226A;
	transition: .3s;
}
.single_service_title h2 {
	margin: 26px auto 13px;
	padding: 0;
	text-transform: capitalize;
	font-weight: 600;
	font-size: 20px;
	transition: .3s;
}
.single_service_btn a {
	color: #0B226A;
	font-weight: 500;
	position: relative;
	transition:.3s;
}
.single_service_btn a i {
	font-size: 20px;
	padding-left: 4px;
	position:absolute;
	top:0;
	transition:.3s;
}

/* Service Style Two */
.single_service_area.style2 {
	border: 0;
}
.em_feature_flipbox .feature_flipbox_back .frb-batton a:hover {
	color: #fff;
	border-color: #04175A;
	background: #04175A;
}
.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_font .em-feature-desc,
.em_feature_flipbox .feature_flipbox_back .em-feature-desc {
	color: #fff;
}
.single_service_area:hover {
	border-color: #0B226A;
}
.single_service_area:hover .single_service_icon::before {
	border-bottom: 20px solid #0B226A;
}
.single_service_area:hover .single_service_icon::after {
	border-top: 20px solid #0B226A;
}
.single_service_area:hover .single_service_icon {
	background: #0B226A;
}
.single_service_title h2:hover {
	color: #0B226A;
}
.single_service_btn a:hover {
	color: #0B226A;
}

/*============================
CONSULTZONE CUOROSEL  CSS
=============================*/
.curosel-style .owl-nav div {
	border: 2px solid #0B226A;;
	border-radius: 50%;
	color: #0B226A;;
	font-size: 19px;
	height: 44px;
	left: -45px;
	line-height: 40px;
	position: absolute;
	top: 46%;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	width: 44px;
	text-align: center;
	z-index: 99;
	-webkit-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 {
	background: #0B226A;;
	color: #fff;
}
.curosel-style .owl-nav .owl-prev:hover {
	background: #0B226A;;
	color: #fff
}
.owl-carousel .owl-item img {
	margin: auto;
}
.curosel-style:hover .owl-nav div {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.testimonial_list .owl-dots {
	position: absolute;
	right: 50%;
	bottom: -35px;
	display: none;
}
.testimonial_list .owl-dot {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0px 5px 0;
	background: #0B226A;;
	border-radius: 100%;
}
.testimonial_list .owl-dot.active {
	background: #000;
}

/* small mobile :320px. */

@media (max-width: 767px) {
	body {
		overflow-x: hidden;
	}
	.consultzone-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 */


/*========================
consultzone VIDEO  CSS
=========================*/
.vedeo_area .col-md-12 {
	padding: 0;
}
.single_choose {
	margin-bottom: 20px;
}
.single-video {
	position: relative;
	text-align: center;
	margin-top: 10px;
	box-shadow: 11px 11px 0px rgba(250,41,100,1);
	margin-bottom: 30px;
	border-radius: 0;
}
.single-video img {
	display: block;
	width: 100%;
	border-radius: 0;
}
.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%;
	transform: translateY(-50%) translateX(-50%);
}
.video-icon a {
	text-align: center;
	display: inline-block;
}
.video-icon a i {
	color: #0B226A;
	font-size: 30px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.73);
	height: 70px;
	width: 70px;
	line-height: 70px;
	transition:.5s;
}
.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%);
	transform: translateX(-50%) translateY(-50%);
	padding-top: 8px;
}
.single-video::before {
	content: "";
	position: absolute;
	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;
}
.single-video:hover .video-icon a i {
	color: #fff;
	background:#0B226A;
}