

/*
Template Name: contructor
Author: contructor
*/


/*
======================================================================================
CSS INDEX
======================================================================================
**** HEADER TOP AREA CSS 								***
**** HEADER NAV AREA CSS					***
**** NIVO SLIDER AREA CSS 					***
**** CALL DO ACTION AREA CSS							***
**** MISSION AREA CSS					***
**** FEATURE AREA CSS 						***
**** SERVICE AREA CSS						***
**** VIDEO AREA  CSS 					***
**** FAN FACT AREA CSS 							***
**** PORTFOLIO AREA CSS							***
**** ABOUT AREA CSS 							***
**** contructor BLOG DETAILS AREA CSS 					***
**** contructor FOOTER TOP CSS 							***
**** contructor FOOTER BOTTOM AREA CSS 					***
**** contructor COUNTER AREA CSS 						***
**** contructor INSTAGRAM AREA CSS 						***
**** contructor BRAND AREA CSS 							***
**** contructor BREADCRUMB AREA CSS 					***
**** contructor PAGINATION AREA CSS 					***
**** contructor 404 AREA CSS 							***
**** contructor SECTION TITLE CSS 						***
**** contructor SERVICE AREA  CSS 						***
**** contructor CUOROSEL  CSS 							***
**** contructor 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;
}


/*============================
HEADER TOP AREA CSS
==============================*/
.em40_header_area_main.hdisplay_none {
	display: none;
}
.contructor-header-top {
	background: black 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: 13px;
	color: #FD8B02;
	margin-right: 15px;
}
.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 MIDDLE CSS */
.top-middle-icon {
	text-align: center;
	margin-top: 7px;
}
.top-middle-icon a {
	color: #fff;
	font-size: 13px;
	margin: 0 5px;
	transition:.5s;
}
.top-middle-icon a :hover{
	color:#FD8B02;
}
/* 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: 14px;
	color: #fff;
}

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

.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 */
.contructor-header-top.header_top_two {
	background: #FD8B02 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 #FD8B02;
	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;
	font-size: 13px;
	padding-right: 24px;
	position: relative;
}
.text-right .login {
	color: #fff;
	font-size: 13px;
}
.text-right .register::before {
	position: absolute;
	content: "";
	height: 13px;
	width: 1px;
	background: #fff;
	left: 68px;
	top: 2px;
	margin: auto;
}
.text-right i {
	color: #FD8B02;
	font-size: 13px;
}

/* 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: #FD8B02 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 #FD8B02;
	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%;
	background: transparent;
	font-size: 15px;
	border: none;
	color: #FD8B02;
	-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 .contructor_menu ul {
	text-align: center;
}

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


/*=============================
 HEADER NAV AREA CSS
===============================*/
.mean-container .mean-bar {
	padding: 0;
}

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

.main_menu_div {
	position: relative;
}

.contructor_nav_area {
	background: #FD8B02(0, 0, 0, 0.65);
	position: absolute;
	left: 0;
	top: 55px;
	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 .contructor_nav_area {
	background: #fff;
	position: inherit;
	-webkit-box-shadow: none;
	        box-shadow: none;
}

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

.header_no_transparent .contructor_menu>ul>li:hover a {
	color: #FD8B02;
}

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

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

.header_transparent_two .contructor_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 .contructor_nav_area.prefix {
	background: transparent !important;
	top: 0px;
}

.header_transparent_two .contructor_nav_area.prefix .logo-left {
	background: #FD8B02;
}


/* LOGO CSS */

.logo {
	margin-top: 30px;
}

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

.contructor_menu {
	text-align: right;
}


/* MAIN MENU CSS */

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

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

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

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

.contructor_menu>ul>li.current a,
.contructor_menu>ul>li:hover>a {
	color: #FD8B02;
}

.contructor_menu>ul>li.current>a {
	color: #FD8B02;
}


/* 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 .contructor_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;
}

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

.contructor_nav_area.prefix {
	background: #FD8B02 !important;
	top: 0px;
}

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

.contructor_nav_area.prefix .contructor_menu>ul>li.current>a,
.contructor_nav_area.prefix .contructor_menu>ul>li>a:hover {
	color: #FD8B02;
}


/* LOGO LEFT RIGHT CSS */

.logo-left {}

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

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

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

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


/* logo top */

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

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

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


/* sub menu style */

.contructor_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;
	-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;
}

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

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

.contructor_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;
}

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


/* sub menu 2 */

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

.contructor_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 */

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

.contructor_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;
}

.contructor_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 */

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

.contructor_menu ul .sub-menu .sub-menu .sub-menu .sub-menu {}

.contructor_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 .contructor_nav_area.prefix {
	top: 32px;
}

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


/* Main  menu search */

.contructor_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 */

.contructor-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)";
}

.contructor-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: #FD8B02;
	color: #fff;
	margin-top: 30px;
}

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

.redX {
	color: #FD8B02;
}


/* logo sticky */

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

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


/* logo pre */

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

.contructor-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;
}


/*=============================
NIVO SLIDER AREA CSS
==============================*/
.main_slider_area {
	position: relative;
}
.nivo-caption {
	background: rgba(0, 0, 0, 0.0);
	height: 100%;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.em_slider_inner {
	margin: auto;
	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: 50px;
	font-weight: 800;
	margin: 0;
	padding-bottom: 5px;
}
.em-slider-sub-title span{
	color: #FD8B02;
}
.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;
}
.em-slider-descript {
	font-size: 17px;
	margin-bottom: 20px;
	width: 59%;
	z-index: 999;
	font-weight: 400;
	color: #ddd;
	margin-top: 10px;
}
.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-slider-button.wow.bounceInUp.em-button-button-area.animated {
	padding-top: 19px;
}
.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: #FD8B02;
	border-color: #FD8B02;
}

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

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 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: #FD8B02;
	border-color: #FD8B02;
	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: #FD8B02 none repeat scroll 0 0;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/*=========================
CALL DO ACTION AREA CSS
===========================*/
.call_do_action_area {
	background: #FD8B02;
	padding: 21px 0 36px;
}
.call_do_content h1 {
	color: #fff;
	font-size: 21px;
}
.call_do_btn {
	margin-top: 14.5px;
	text-align: right;
}
.call_do_btn a{
	color: #ffa700;
	background: #ffffff;
	font-size: 15px;
	font-weight: 500;
	text-transform: capitalize;
	border: 2px solid #ffffff;
	border-radius: 30px 30px 30px 30px;
	padding: 8px 35px 8px 35px;
}
.call_do_btn a:hover{
	color: #ffffff;
	background-color: #ffa700;
	border: 2px solid #ffffff;
}
/*=========================
MISSION AREA CSS
===========================*/
.mission_area {
	padding: 98px 0 65px;
}
.single_mission {
	position:relative;
	overflow:hidden;
	transition:.5s;
	margin-bottom:30px;
}
.single_mission_thumb{
	overflow:hidden;
	transition:.5s;
}
.single_mission_thumb img {
	transition:.5s;
	overflow:hidden;
}
.single_mission_icon {
	width: 80px;
	height: 48px;
	background: #FD8B02;
	position: relative;
	line-height: 48px;
	color: #fff;
	transition: .5s;
	font-size: 30px;
	text-align: center;
	display: inline-block;
	margin-left: 60%;
	margin-top: -20px;
}
.single_mission_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 #FD8B02;
	transition: .3s;
}
.single_mission_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 #FD8B02;
	transition: .3s;
}
.single_mission_icon i {
	color:#fff;
	font-size:30px;
}
.single_mission_title h2 {
	font-size: 20px;
	padding: 15px 0 8px;
	transition: .3s;
}
.single_mission_botton {
	padding-top: 11px;
}
.single_mission_botton a {
	color:#FD8B02;
	transition:.5s;
	position:relative;
}
.single_mission_botton a::after {
	content: "";
	position: absolute;
	right: 0;
	top: -1px;
	width: 0%;
	height: 1px;
	background: #FD8B02;
	margin: auto;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

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

.single_mission_botton i{
	margin-left: 5px;
	font-size: 18px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
/*--MISSION HOVER AREA--*/
.single_mission:hover .single_mission_icon {
	background: #FD8B02;
	color: #fff;
	transform: rotate(360deg);
}
.single_mission:hover .single_mission_thumb img {
	transform: scale(1.2);
}
.single_mission_title h2:hover{
	color:#FD8B02;
}
.single_mission_botton a:hover::after,
.single_mission_botton a:hover::before {
	width: 100%;
}
/*=========================
 FEATURE AREA CSS
===========================*/
.feature_area {
	padding: 80px 0 35px;
	z-index: 222;
	background: #f9f9f9;
}
.single_feature_area {
	text-align: right;
	transition: .5s;
	margin-top: 22px;
	margin-bottom: 63px;
}
.single_feature_area.style-2{
	text-align: left;
}
.em_feature_icon {
	width: 80px;
	height: 48px;
	background: #FD8B02;
	position: relative;
	line-height: 48px;
	color: #fff;
	transition: .5s;
	font-size: 30px;
	text-align: center;
	display: inline-block;
}
.em_feature_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 #FD8B02;
	transition: .3s;
}
.em_feature_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 #FD8B02;
	transition: .3s;
}
.single_feature_title {
	padding-top: 35px;
}
.single_feature_title h2 {
	font-size:20px;
	transition:.5s;
}
.single_feature_text {
	padding-top: 19px;
}
.single_feature_thumb {
	overflow: hidden;
	margin-left: 18px;
}
.single_feature_area:hover .em_feature_icon {
	background: #FD8B02;
	color: #fff;
	transform: rotate(360deg);
}
.single_feature_title h2:hover{
	color:#FD8B02;
}
/*===============
 SERVICE AREA CSS
=================*/
.service_area {
	padding: 80px 0 70px;
	background: #fff;
}
.service_area.single_pages {
	background: #f9f9f9;
	padding: 100px 0 70px;
}
.single_service {
	border: 1px solid #ddd;
	padding: 15px 15px 21px;
	-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: 10px 0 13px;
	font-weight: 700;
	font-size: 18px;
}
.single_service_btn {
	margin-top: 14px;
}
.single_service_btn a {
	color: #FD8B02;
	font-weight: 500;
	letter-spacing: 1px;
	position: relative;
	font-size: 15px;
}
.single_service_btn i {
	margin-left: 5px;
	font-size: 18px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.single_service_btn a::after {
	content: "";
	position: absolute;
	right: 0;
	top: -1px;
	width: 0%;
	height: 1px;
	background: #FD8B02;
	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: #FD8B02;
	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: #FD8B02;
}

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


/* Style One Css */

.style_one .single_service:before,
.style_one .single_service:after {
	display: none;
}
.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: #FD8B02;
}
/* 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;
}

/*========================
 VIDEO AREA  CSS
=========================*/
.video_area {
	background-image: url(assets/images/video-image.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 85px 0 119px;
	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: 600;
}

.video-icon a {
	text-align: center;
	display: inline-block;
}
.video-icon a i {
	color: #fff;
	width: 80px;
	height: 80px;
	line-height: 78px;
	font-size: 37px;
	border-radius: 50%;
	background: #FD8B02;
}

.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;
}

/*==========================
 FAN FACT AREA CSS
===========================*/
.counter_area {
	background: #fff;
	padding: 100px 0 0;
	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: 24px 0 52px;
	margin-top: -199px;
	background: #ffa700;
	border-radius: 5px;
}
.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;
}
.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: #FD8B02;
	background: #fff;
	border-radius: 100%;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	display: inline-block;
	border: 8px solid #FD8B02;
}
.counter_icon i:hover {
	background: #041B5E;
	color: #fff;
}
.countr_text > h1 {
	display: inline-block;
	font-size: 45px;
	font-weight: 700;
	-webkit-transition: .3s;
	margin: 15px 0 0;
	-o-transition: .3s;
	transition: .3s;
	position: relative;
	color: #fff;
	font-family: "Poppins", sans-serif;
}
.countr_text>h3 {
	display: inline-block;
	font-size: 50px;
	color: #fff;
}
.counter_title {
	padding: 0 0 0;
}
.counter_title h4 {
	font-size: 20px;
	font-weight: 700;
	margin: 0;
	text-transform: capitalize;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	padding-top: 14px;
	color: #fff;
}
/* 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: #FD8B02;
}

.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;
}


/*==========================
 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: #FD8B02;
}

.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;
}

/*============
ABOUT AREA CSS
==============*/
.about_area {
	padding-top: 80px;
}
.row.about-right {
	margin-top: 60px;
}
.single_about_title h2 {
	margin-top: 0;
	color: #FD8B02;
	font-style: italic;
	font-weight: 500;
	font-size: 18px;
	margin-bottom: 7px;
}
.single_about_title h1 {
	font-size: 22px;
	text-transform: uppercase;
	margin-bottom: 28px;
	margin-top: 0;
	position: relative;
}
.single_about_title h1::before {
	position: absolute;
	content: "";
	height: 3px;
	width: 65px;
	background: #FD8B02;
	left: 0;
	top: 33px;
	margin: auto;
}
.single_about {
	margin-top: 22px;
	margin-bottom: 23px;
}
.single_about_icon {
	width: 70px;
	height: 40px;
	background: #FD8B02;
	position: relative;
	line-height: 40px;
	color: #fff;
	transition: .5s;
	font-size: 30px;
	text-align: center;
	display: inline-block;
	float: left;
	margin-right: 20px;
	margin-top: 34px;
}
.single_about_icon::after {
	content: "";
	position: absolute;
	bottom: -20px;
	left: 0;
	width: 0;
	height: 0;
	border-left: 33px solid transparent;
	border-right: 39px solid transparent;
	border-top: 20px solid #FD8B02;
	transition: .3s;
}
.single_about_icon::before {
	content: "";
	position: absolute;
	top: -20px;
	left: 0;
	width: 0;
	height: 0;
	border-left: 33px solid transparent;
	border-right: 39px solid transparent;
	border-bottom: 20px solid #FD8B02;
	transition: .3s;
}
.single_about_content {
	overflow: hidden;
}
.single_about_content h2 {
	font-size: 16px;
	text-transform: uppercase;
	padding-bottom: 10px;
}
.single_about:hover .single_about_icon {
	transform: rotate(360deg);
}
/*====================
Portfolio Style Default
======================*/
.single_portfolio {
	margin-bottom: 30px;
	overflow: hidden;
	position: relative;
	transition:.5s;
}

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

.single_portfolio_thumb {
	position: relative;
	overflow: hidden;
	transition:.5s;
}

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

.port_icon {
	left: 0;
	position: absolute;
	top: 40%;
	-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 8px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

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

.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;
}
.prot_content_inner {
	position: absolute;
	top: 50%;
	width: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	z-index: 10;
	text-align: center;
}
.port_content {
	position: relative;
	margin-top: -112px;
	opacity: 0;
	transition: .5s;
}
.port_content_inner {
	background: rgba(0,46,90, 0.90);
	text-align: center;
	padding: 18px 0 22px;
	transition: .5s;
}
.port_content_inner a {
	font-size: 18px;
	font-weight: 600;
	color:#fff;
}
.port_content_inner p {
	color: #FD8B02;
	font-size: 14px;
	font-weight: 400;
	padding-top: 6px;
}
.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;
}
.port_content_inner a:hover{
	color:#FD8B02;
}
.single_portfolio:hover .port_content {
	opacity:1;
}
.single_portfolio:hover .port_icon{
	top:75%;
}

.single_portfolio:hover .single_portfolio_thumb {
	transform:scale(1.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;
}
/*===========
TEAM AREA CSS
=============*/
.team_area {
	background: #f9f9f9;
	padding: 82px 0 71px;
}
.team_area.signle_pages {
	background: #f9f9f9;
	padding: 100px 0 71px;
}

.single_team {
	position: relative;
	transition: .5s;
	margin-bottom: 30px;
}
.single_team_icon {
	background: #FD8B02;
	padding: 10px 0 10px;
	text-align: center;
}
.single_team_icon a {
	display: inline-block;
	margin: 0 3px;
	text-align: center;
	color: #FD8B02;
	font-size: 14px;
	width: 28px;
	height: 28px;
	line-height: 28px;
	background: #fff;
	border-radius: 50%;
	text-align: center;
}
.single_team_content {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 87%;
	overflow: hidden;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	background: rgba(0,46,90, 0.90);
	opacity:0;
}
.single_team_inner {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	padding: 15px 15px;
}
.single_team_title h2 {
	color: #fff;
}
.single_team_sub_titile span {
	color: #FD8B02;
}
.single_team_text {
	padding-top: 11px;
}
.single_team_text p {
	color: #fff;
}
.single_team:hover .single_team_content {
	opacity:1;
	top: 48px;
}
/*=============================
contructor TESTIMONIAL AREA CSS
===============================*/

.testimonial_area {
	padding-top: 81px;
	padding-bottom: 70px;
	background: #fff;
}

.testimonial_area.black_edition {
	background: #34313f;
}
.testimonial_title h1 {
	font-size: 30px;
	margin-bottom: 48px;
}
.single_testimonial {
	text-align: center;
	margin-bottom: 30px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	position: relative;
}

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

.em_testi_text {
	background: #f9f9f9;
	padding: 18px 4px;
}
.em_testi_text p {
	color: #666;
	font-style: italic;
	font-size: 14px;
	text-align: left;
	width: 88%;
	line-height: 28px;
	margin: auto;
}
.single_testimonia:hover .em_testi_text,
.single_testimonia:hover .em_testi_text:before {
	background: #041B5E;
}

.em_test_thumb {
	position: relative;
	width: 85px;
	padding-top: 30px;
}

.em_testi_content {
	float: left;
}

.testimonial_area .em_test_thumb img {
	border-radius: 100%;
	width: 100%;
}
.em_testi_title {
	position: relative;
	margin-top: -100px;
	margin-left: 100px;
}

.em_testi_title h2 {
	font-size: 17px;
	text-align: left;
	font-family: poppins;
	font-weight: 400;
	letter-spacing: 0;
	padding-top: 17px;
}
.em_testi_title h2 span {
	display: block;
	font-size: 14px;
	color: #666;
	margin-top: 4px;
	font-weight: 400;
	opacity: 0.8;
}
.em_testimonial_icon {
	margin-top: -25px;
}
.em_testimonial_icon i {
	color: #FD8B02;
	font-size: 13px;
}

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

.testimonial_area .col-md-6,
.testimonial_area .col-lg-6 {
	margin: 0;
	padding: 0;
}
/*--BRAND ARAE--*/
.brand_area {
	margin-right: 30px;
}
.single_brand {
	margin-bottom: 30px;
}

/*============================
contructor SUBSCRIBE AREA CSS
=============================*/
.subscribe_area {
	background-color: #000;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 100px 0 160px;
}
.subscribe_title h1 {
	text-align: center;
	color: #fff;
	font-size: 35px;
}

/* Request From Area Css */

.request_form_area {
	background: #fff;
}
.single_request_contact {
	background: #ffa700;
	padding: 12px 0 12px;
	position: relative;
	margin-top: -78px;
	border-radius: 5px;
}
.single_request_title {
	text-align: center;
}
.single_request_title h2 {
	font-size: 25px;
	color: #fff;
	margin-bottom: 20px;
}
.request_form_area .form_field_inner {
	width: 50%;
	float: none;
	text-align: center;
	margin: auto;
}
.request_form_area .form_field_inner input, .form_field_inner textarea {
	width: 95%;
	background: #fff;
	border: 0;
	height: 50px;
	padding-left: 15px;
	color: #999;
	margin-bottom: 20px;
	border-radius: 7px;
}
.form_field_inner button {
	float: right;
	margin-top: -61px;
	border: 0;
	font-size: 20px;
	color: #ffa700;
	position: relative;
	margin-right: 29px;
	background: transparent;
}

/*=======================
contructor BLOG AREA CSS
=========================*/

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

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

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

.contructor-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);
}

.contructor-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);
}

.blog_thumb_inner {
	position: relative;
}

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

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

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

.contructor-blog-thumb img {
	display: block;
	-webkit-transition: 6s;
	-o-transition: 6s;
	transition: 6s;
	width: 100%;
}
.blog_thumb_content {
	position: absolute;
	top: 0;
	left: 20px;
}
.blog_thumb_content a {
	font-size: 14px;
	color: #fff;
	background: #FD8B02;
	padding: 7px 18px;
	border-radius: 30px;
	font-weight: 500;
}

.contructor-single-blog-title h2 {
	font-size: 24px;
}
.em-blog-content-area {
	padding: 24px 15px 29px;
	text-align: left;
}

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

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

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

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

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

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

.contructor-blog-meta-left a,
.contructor-blog-meta-right a,
.contructor-blog-meta-left span,
.contructor-blog-meta-right span {
	font-weight: 400;
	margin-right: 15px;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing:1px;
}
.contructor-blog-meta a {
	float: right;
}
.contructor-blog-meta-left i {
	margin-right: 5px;
	color: #FD8B02;
}

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

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

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

.contructor-blog-meta-right i {
	margin-right: 5px;
	color: #FD8B02;
}

.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: #FD8B02;
	background: #FD8B02;
	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: #FD8B02;
	border-bottom: 1px solid #FD8B02;
}


/* blog hover */

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

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

.contructor-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 .contructor-single-blog {
	margin-bottom: 0px;
}


/* Black Edition */

.blog_area.black_edition {
	background: #292633;
}

.black_edition .contructor-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 .contructor-blog-meta-left a,
.black_edition .contructor-blog-meta-right a,
.black_edition .contructor-blog-meta-left span,
.black_edition .contructor-blog-meta-right span {
	color: #ddd;
}

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

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


/*===============================
contructor BLOG DETAILS AREA CSS
================================*/

.blog_details {
	padding: 50px 29px 48px;
	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: 25px;
}
.blog_dtl_content h3 {
	padding-top: 20px;
	font-size: 25px;
}

.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 #FD8B02;
	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: 15px;
	text-transform: uppercase;
	font-weight: 700;
	color: #888;
	letter-spacing: 2px;
	transition:.3s;
}
.next_preview_title a {
	font-size: 25px;
	margin-top: 0;
	font-weight: 700;
	transition:.3s;
}
.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: 20px;
	font-weight: 700;
	letter-spacing: 1px;
	margin: 0;
	padding: 22px 0 6px;
}
.next_preview_content a:hover{
	color:#FD8B02;
}
.next_preview_title a:hover{
	color:#FD8B02;
}

/* POST REPLY CSS */

.blog_comments_section {
	padding: 30px 29px 40px;
	margin: 50px 0 0;
	box-shadow: 0 7px 16px rgba(0,0,0,0.15);
}
.comments_ttl > h3 {
	font-size: 25px;
	font-weight: 700;
	position: relative;
}
.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: #FD8B02;
}

.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: #FD8B02;
}

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

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


/* COMMENT FORM CSS */

.blog_reply {
	overflow: hidden;
	margin-top: 50px;
	padding: 33px 29px 48px;
	box-shadow: 0 7px 16px rgba(0,0,0,0.15);
}

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

.reply_ttl {
	margin-bottom: 36px;
}
.blog_reply .em_contact_form {
	margin-bottom: 0;
}

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





/* 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;
	padding-top: 70px;
}

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


/* contructor Form Css */

.form_field {
	width: 100%;
}

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

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

.text_area .form_field_inner {
	width: 100% !important;
}

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

.request_button button {
	background: #fff;
	border: 1px solid #fff;
	border-radius: 30px;
	color: #2c394c;
	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: #FD8B02;
	border: 1px solid #FD8B02;
	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 {
	width: 50%;
	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 #FD8B02;
	background: transparent;
}

.contact_button button {
	background: #FD8B02;
	border: 2px solid #FD8B02;
	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: #FD8B02;
	color: #FD8B02;
}

.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: #FD8B02;
}

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

.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;
}


/*==========================
contructor FOOTER MIDDLE CSS
===========================*/
.footer-middle {
	padding: 66px 0 94px;
	background-image: url(assets/images/footer.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.footer-middle.black_edition {
	background: #292633 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 h2::before {
	position: absolute;
	content: "";
	left: 0;
	top: 33px;
	height: 2px;
	width: 64px;
	background: #FD8B02;
}
.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: #30425c;
	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: #FD8B02;
}

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

.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 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: #FD8B02;
}

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

.recent-post-text i {
	color: #fff;
	background: #30425c;
	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;
	font-weight: 600;
}

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

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

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

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

.footer_contact_info {
	text-align: center;
	background: #FD8B02;
	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;
}
.widget_nav_menu .col-md-4 {
	margin: 0;
	padding: 0;
}
/* 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: #1e2735;
	border: 0;
	padding-left: 15px;
	border-radius: 5px;
	color: #fff;
}

.quote_form_field input:focus {
	border-color: #FD8B02;
	-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: #041842;
}

.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: #FD8B02;
	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;
}


/*===============================
contructor FOOTER BOTTOM AREA CSS
================================*/



.footer-bottom {
    background: black	;
    padding: 26px 0 24px;
    text-align: center;
}

.footer-menu ul {
    text-align: center;
}

.footer-menu ul li {
    display: inline-block;
    margin: 0 10px;
}


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

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

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

.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 a {
	display: inline-block;
	background: #FD8B02;
	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;
	border: 1px solid transparent;
}

.social_media a:hover {
	background:transparent;
	color: #FD8B02;
	border:1px solid #FD8B02;
}


/*================================
contructor 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%;
}

/*===========================
contructor 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;
}


/*========================
 contructor UNITETEST
=========================*/

.blog-page-title h2 {
	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: #FD8B02;
}

.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;
}


/*=============================
 contructor 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: #FD8B02;
	border-color: #FD8B02;
	color: #fff;
}


/*========================
contructor 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: #FD8B02;
	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 */

.contructor-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%;
}


/*========================
contructor SCROLL TOP CSS
=========================*/

#scrollUp {
	background: #FD8B02;
	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: #FD8B02;
}

.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: black 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;
}


/*==========================
contructor SECTION TITLE CSS
===========================*/

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

.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 {
	position: relative;
	padding-bottom: 60px;
}
.section-title h2 {
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 11px;
	position:relative;
}

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

.section-title p {
	font-size: 16px;
}
.section-title h2::before {
	position: absolute;
	height: 1px;
	width: 50px;
	background: #FD8B02;
	top: 119px;
	margin: auto;
	text-align: center;
	left: 39%;
}
.section-title h2::after {
	position: absolute;
	height: 1px;
	width: 50px;
	background: #FD8B02;
	top: 124px;
	margin: auto;
	text-align: center;
	left: 39%;
}
.section-title p::before {
	position: absolute;
	height: 1px;
	width: 50px;
	background: #FD8B02;
	top: 119px;
	margin: auto;
	text-align: center;
	right: 39%;
}
.section-title p::after {
	position: absolute;
	height: 1px;
	width: 50px;
	background: #FD8B02;
	top: 124px;
	margin: auto;
	text-align: center;
	right: 39%;
}
.section-title i {
	color: #FD8B02;
	font-size: 24px;
}
/* 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;
}


/*===============================
contructor 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;
}
/*============================
contructor CUOROSEL  CSS
=============================*/

.curosel-style .owl-nav div {
	background: #FD8B02;
	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: #FD8B02;
	border-radius: 100%;
}

.owl-dot.active {
	background: #FD8B02;
}

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

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

.contructor_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;
	}
	.contructor-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: #FD8B02;
}

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

.single-blog-content p {
	margin-bottom: 19px;
}
.blog-left-side .widget h2 {
	font-size: 25px;
}

/* 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: #FD8B02;
	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: #FD8B02;
	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: #FD8B02;
}

.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;
}

