

/*
Template Name: welfare
Author: Consultant
*/


/*
======================================================================================
CSS INDEX
======================================================================================
**** welfare HEADER TOP AREA CSS 					***
**** welfare TOP  CREATIVE HEADER CSS 				***
**** welfare HEADING NAV AREA CSS 					***
**** welfare NIVO SLIDER AREA CSS 					***
**** welfare ABOUT AREA CSS 						***
**** welfare SEARCH DOMAIN AREA CSS					***
**** welfare FEATURE AREA CSS 						***
**** welfare PRICING AREA CSS 						***
**** welfare TESTIMONIAL AREA CSS 					***
**** welfare VIDEO AREA CSS 						***
**** welfare TEAM AREA CSS 							***
**** welfare BLOG AREA CSS 							***
**** welfare BLOG DETAILS AREA CSS 					***
**** welfare FOOTER TOP CSS 						***
**** welfare FOOTER BOTTOM AREA CSS 				***
**** welfare COUNTER AREA CSS 						***
**** welfare INSTAGRAM AREA CSS 					***
**** welfare BRAND AREA CSS 						***
**** welfare BREADCRUMB AREA CSS 					***
**** welfare PAGINATION AREA CSS 					***
**** welfare 404 AREA CSS 							***
**** welfare SECTION TITLE CSS 						***
**** welfare SERVICE AREA  CSS 						***
**** welfare CUOROSEL  CSS 							***
**** welfare ACOADING AREA CSS 						***
**** portfolio 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;
}

.scroll-btn {
	position: absolute;
	left: 0;
	bottom: 0;
	color: #fff;
}
/*============================
welfare HEADER TOP AREA CSS
==============================*/

.em40_header_area_main {}

.em40_header_area_main.hdisplay_none {
	display: none;
}

.welfare-header-top {
	background: #1C65CC none repeat scroll 0 0;
	padding: 12px 0;
	border-bottom: 1px solid #667DE3;
}
.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: 15px;
	/* color: #000; */
	margin-right: 10px;
}
.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 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;
	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: 15px;
	color: #fff;
}

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

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

.welfare-header-top.header_top_two {
	background: #000 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 #000;
	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: #000 none repeat scroll 0 0;
	border-radius: 50px;
	display: inline-block;
	height: 26px;
	text-align: center;
	width: 26px;
	line-height: 26px;
	font-size: 11px;
	color: #fff;
}

.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 #000;
	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;
	transition: 1s;
}

.top-form-control button.top-quearys-style {
	position: absolute;
	right: 6px;
	top: 50%;
	/* height: 44px; */
	background: transparent;
	font-size: 15px;
	border: none;
	color: #000;
	-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;
}


/*=========================
welfare TOP  CREATIVE HEADER
==========================*/

.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: #000 none repeat scroll 0 0;
	border: 1px solid #000;
	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: #000;
	color: #fff;
	border-color: #000;
}

.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 .welfare_menu ul {
	text-align: center;
}

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


/*==============================
welfare HEADING NAV AREA CSS
===============================*/

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

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

.main_menu_div {
	position: relative;
}


/* LOGO CSS */

.logo {
	margin-top: 13px;
}

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

.welfare_menu {
	text-align: right;
}

/* MAIN MENU CSS */

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

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

.welfare_menu > ul > li > a {
	display: block;
	-webkit-transition: .5s;
	transition: .5s;
	position: relative;
	color: #999;
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
	margin: 14px 0px 25px;
	margin-left: 27px;
	letter-spacing: 2px;
}
.welfare_menu > ul > li > a::before {
	position: absolute;
	content: "";
	left: -2px;
	bottom: -6px;
	width: 0%;
	border-bottom: 5px dotted #999;
	transition: .3s;
}
.welfare_menu>ul>li>a:hover::before {
	width: 101%;
}
.welfare_menu ul li:last-child a {
	margin-right: 0px;
}

.welfare_menu>ul>li.current>a,
.welfare_menu>ul>li:hover>a {
	color: #000;
	background-color: transparent;
}

.welfare_menu>ul>li:hover>a:before,
.welfare_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 .welfare_nav_area {
	left: 0;
	right: 0;
	top: 0;
	z-index: 9999;
	background-color: transparent;
	padding: 0;
	-webkit-transition: .5s;
	transition: .5s;
	position: absolute;
}
.welfare_nav_area.postfix {
	-webkit-transition: .3s;
	transition: .3s;
}
.welfare_nav_area.prefix {
	background: #0D2352 !important;
	top: 0px;
}

.welfare_nav_area.prefix .welfare_menu>ul>li>a {
	color: #fff;
	-webkit-transition: .3s;
	transition: .3s;
}

.welfare_nav_area.prefix .welfare_menu>ul>li.current>a {
	color: #000;
}


/* Header Transparent */
.header_transparent .welfare_menu > ul > li > a::before {
	border-bottom: 5px dotted #fff;
}
.header_transparent .welfare_menu > ul > li > a {
	color:#fff;
}
/* Humbarger Menu */
.humbergar .main-menu {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: .7s;
    transition: .7s;
    position: relative;
    left: 600px;
}
.main-menu.nav-show {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	left: 0px;
	-webkit-transition: .5s;
	transition: .5s;
	margin-right: 62px;
}

/* LOGO LEFT RIGHT CSS */

.logo-left {}

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

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

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

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


/* logo top */

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

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

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

/* sub menu style */
.welfare_menu ul .sub-menu {
	position: absolute;
	left: 0px;
	top: 140%;
	width: 272px;
	text-align: left;
	background: #fff;
	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;
}

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

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

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

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


/* sub menu 2 */

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

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

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

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

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

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

.welfare_menu ul .sub-menu .sub-menu .sub-menu .sub-menu {}

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

.logged-in .trp_nav_area.hbg2 {
	top: 32px;
}
/* Main  menu search */

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

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

.welfare-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: 700;
	text-transform: capitalize;
	border-radius: 5px;
	padding: 8px 21px;
	font-family: 'Raleway', sans-serif;
	background-color: #000;
	color: #fff;
	margin-top: 29px;
}
a.dtbtn:hover {
	background-color: #fff;
	color: #444;
}
.redX {
	color: #000;
}

/* logo sticky */
.welfare-main-menu .logo a.main_sticky_main_l {
	display: block;
}
.welfare-main-menu .logo a.main_sticky_l {
	display: none;
}

/* logo pre */

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

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

.headroom .welfare_nav_area {
	background: transparent;
	padding: 17px 0;
}
.headroom--pinned .welfare_nav_area {
	background: #fff;
	box-shadow:0 0 3px rgba(0,0,0,0.20);
}
.headroom--pinned {
    transform: translateY(0);
}
.headroom--unpinned {
    transform: translateY(-100%);
}
.header--fixed {
	position: fixed;
	z-index: 10;
	right: 0;
	left: 0;
	top: 0;
	transition: transform .25s ease-in-out;
	will-change: transform;
	z-index: 999999;
}
.menu-height-space{
	height:100px;
}
.headroom.header_style_two .welfare_nav_area {
	background: #fff;
}
.headroom.header_transparent .headroom--pinned .welfare_nav_area {
	background: transparent;
}
.header_transparent.headroom--pinned .welfare_nav_area {
	background: rgba(0,0,0,0.75);
	box-shadow:0 0 3px rgba(0,0,0,0.20);
}
.minimal .hamburger-inner, .minimal .hamburger-inner::before, .minimal .hamburger-inner::after {
	background-color: #121212 !important;
}
.minimal.header_transparent .welfare_menu > ul > li > a {
	color: #999;
}
.minimal.header_transparent .welfare_menu > ul > li > a::before {
	border-bottom: 5px dotted #999;
}
.minimal.header_transparent.headroom--pinned .welfare_nav_area {
	background: rgba(255,255,255,1);
	box-shadow: none;
}
.full-width.headroom .welfare_nav_area {
	padding: 17px 40px;
}
/*==================
CUROUSEL SLIDER AREA
====================*/
.slider_area {
    background: url(assets/images/slider-bg.jpg);
    background-size: cover;
    background-position: center center;
    position: relative;
	z-index:1;
}
.slider_area.simple_slider {
	/* background: url(img/slider/s4.jpg); */
	background-size: cover;
	background-position: center center;
	position: relative;
	background: #fff;
}


.home-2.slider_area {
    background: url(assets/images/bg-borgese.jpg);
	background-size: cover;
	background-position: center center;	
}

.minimal.slider_area {
    background: url(assets/images/bg-borgese.jpg);
	background-size: cover;
    background-position: center center;		
}

@media screen and (max-width: 767px) {
  .minimal.slider_area {
        background: url(assets/images/bg-borgese-small.jpg);
        background-size: cover;
        background-position: center center;	
    }
}

.minimal-3.slider_area {
    background: url(assets/images/slider-5.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: 900px;
	width: 100%;
}
.slider_text {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}
.slider_text > h1 {
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	color: #444;
	letter-spacing: 3px;
}
.slider_text > h2 {
	color: #fff;
	font-size: 30px;
	font-weight: 600;
	text-transform: uppercase;
	z-index: 999999999;
	color: #151515;
}
.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: #000;
	border-radius: 5px;
	z-index:99999999;
}
.sreadmore:hover {
    color: #444;
    background: #fff;
}
.slider_text_inner {
	display: inline-block;
}

.slider_text .slider_text_inner > h1 {
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 4px;
	font-weight: 600;
}


.slider_text .slider_text_inner > h2 {
	color: #fff;
	font-size: 70px;
	font-weight: 600;
	text-transform: capitalize;
	z-index: 999999999;
}

.slider_text .slider_text_inner h3 {
	color: #fff;
	font-size: 25px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 600;
}

.single_slider_icon {
	padding-top: 40px;
}
.single_slider_icon i {
	height: 35px;
	width: 35px;
	text-align: center;
	line-height: 31px;
	color: #fff;
	margin-right: 7px;
	border-radius: 50%;
	transition: .5s;
	border: 2px solid #fff;
	font-size: 16px;
}
.single_slider_icon i:hover{
	background:#E66200;
	color:#fff;
	border-color:#E66200;
}

/*slider home page2*/
.single_slider_area {
	text-align: center;
}
/* Particles Js Slider */
.effective_slider .slider_text > h1 {
	margin-bottom: 13px;
}
.particles-js-canvas-el {
	position: absolute;
	top: 0;
	z-index:-1;
}
#particles-js{
}

.simple_slider .slider_content {
	display: inherit;
	height: 300px;
	text-align: left;
	width: 100%;
	position: relative;
	top: inherit;
}
.simple_slider .slider_text {
	display:inherit;
	vertical-align: middle;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
}
.simple_slider .slider_text > h2 {
	font-size: 30px;
	font-weight: 500;
	text-transform: inherit;
	color: #151515;
}
.simple_slider .slider_text > h1 {
	font-size: 30px;
	padding: 0;
	text-transform: inherit;
	font-weight: 500;
	color: #151515;
	/* line-height: 1; */
	margin: 0;
}
.sreadmore {
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    padding: 9px 39px;
    border-radius: 30px;
    display: inline-block;
    margin-top: 5px;
    -webkit-transition: .5s;
    transition: .5s;
}
.sreadmore:hover {
    color: #fff;
    background: #000;
    border: 1px solid #000;
}
.cd-headline.clip span {
  display: inline-block;
  padding: 0 0 0;
}
.cd-headline.clip span b{
	display:inline-block;
}
.slider_text .slider_text_inner.home_2 > h1 {
	font-size: 80px;
	text-transform: capitalize;
	font-weight:800;
}
/* Minimal Slider 1 */
.minimal .slider_text .slider_text_inner > h1 {
	color: #121212;
}
.minimal .single_slider_icon i:hover {
	background: #121212;
	color: #fff;
	border-color: #121212;
}
.minimal .single_slider_icon i {
	color: #121212;
	border: 2px solid #121212;
}

.minimal .slider_text .slider_text_inner > h2 {
	color: #121212;
}
.minimal .slider_text .slider_text_inner h3 {
	color: #121212;
}
.creative .slider_content {
	text-align: center;
}

/* Minimal-2 Style */
.minimal-2.slider_area {
    background: url(assets/images/slider-bg4.jpg);
	background-size: cover;
    background-position: center center;		
}
.video-slider .slider_text .slider_text_inner > h1,
.minimal-2 .slider_text .slider_text_inner > h1 {
	font-size: 80px;
	letter-spacing: 0px;
	font-weight: 800;
	text-transform:capitalize;
}
.video-slider .slider_text .slider_text_inner > h2,
.minimal-2 .slider_text .slider_text_inner > h2 {
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 4px;
}
.video-slider .slider_content,
.minimal-3 .slider_content {
	text-align: center;
}
.slider_area.video-slider{
	position:relative;
}
.slider_area.video-slider{
	position:relative;
}
.slider_area.video-slider:after{
	position:absolute;
	left:0; 
	top:0; 
	width:100%; 
	height:100%; 
	background:rgba(0,0,0,0.75);
	content:""; 
	z-index:-1;
}

/* -----------------------------
4. Slick Slider area style
-------------------------------- */
.slick-single-slider {
    height: 100vh;
}

.slider-1 {
    background: url(assets/images/slider-bg2.jpg);
    -webkit-background-size: cover;
    background-size: cover;
}
.slider-2 {
    background: url(assets/images/slider-bg1.jpg);
    -webkit-background-size: cover;
    background-size: cover;
}
.slider-3 {
    background: url(assets/images/slider-bg1.jpg);
    -webkit-background-size: cover;
    background-size: cover;
}
.dd {
    background: url(assets/images/slider-bg2.jpg);
    -webkit-background-size: cover;
    background-size: cover;
}
.slick-single-slider .slider-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
}

.slick-single-slider .slider-content h1 {
    color: #ffffff;
    font-size: 65px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: normal;
    margin-bottom: 30px;
    text-transform: unset;
}

.slick-single-slider .button {
	background: #fff;
	display: inline-block;
	padding: 10px 40px;
	border-radius: 30px;
	letter-spacing: 2px;
	font-size: 16px;
	font-weight: 600;
	margin-top: 20px;
	transition:.3s;
}
.slick-single-slider .button:hover{
	background:#000;
	color:#fff;
}
.slider-navegarion-style-one .slick-dots {
	bottom: 96px;
	text-align: center;
	/* top: auto; */
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
.slider-navegarion-style-one .slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: auto;
  margin: 0;
  padding: 0;
  position: relative;
  width: auto;
}

.slider-navegarion-style-one .slick-dots li button::before {
  background: #fff none repeat scroll 0 0;
  content: "";
  height: 20px;
  left: 0;
  line-height: 1;
  opacity: 1;
  position: absolute;
  text-align: center;
  top: 0;
  transition: all 0.3s ease-in-out 0s;
  width: 1px;
}
.slider-navegarion-style-one .slick-dots li button {
  background: transparent none repeat scroll 0 0;
  border: 0 none;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: auto;
  line-height: 0;
  outline: medium none;
  padding: 0;
  width: 10px;
}

.slider-navegarion-style-one .slick-dots li button:hover::before,
.slider-navegarion-style-one .slick-dots li.slick-active button::before {
    background: #fff none repeat scroll 0 0;
    height: 30px;
}
/* Slick Slider Next & Prv */
.slick-prev, .slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
	z-index: 99;
}
.slick-prev {
	left: 0;
}
.slick-next {
	right: 0;
}
.arrow-style-one .slick-prev, .arrow-style-one .slick-next {
	height: 60px;
	width: 40px;
	background: rgba(0, 0, 0, 0.5);
	transition: .3s ease-in-out 0s;
}
.slick-prev::before, .slick-next::before {
	font-family: 'FontAwesome';
	font-size: 20px;
	line-height: 1;
	opacity: .75;
	color: white;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-next::before {
	content: '\f105';
}
.slick-prev::before {
	content: '\f104';
}

.single-portfolio-slider .slick-dots {
	display:none;
}
.single-portfolio-slider .slick-dots li {
	display:none;
}
.portfolio_single_area {
	padding: 100px 0 70px;
}
.single_portfolio_desc {
	border: 1px solid #ddd;
	padding: 0 20px 10px;
	margin-top: 30px;
}
.single_portfolio_desc h2, .portfolio_info h2 {
	margin: 30px 0 20px;
}
.portfolio_info{} 
.portfolio_info {
	border: 1px solid #ddd;
	padding: 0 20px 0px;
	margin-top: 30px;
}
.portfolio_info h2{} 
.portfolio_info p {
	padding-bottom: 14px;
}
.portfolio_info p b{} 

.portfolio_info p b {
	font-size: 19px;
	margin-right: 46px;
	font-weight: 500;
	color: #151515;
	width: 169px;
	display: inline-block;
}
.portfolio_info p span{
	width:150px;
}
.related_project{
	overflow: hidden;
	padding-top: 80px;
} 
.related-title {
	position: relative;
	padding-bottom: 58px;
}
.related-title::before {
	position: absolute;
	content: "";
	left: 0;
	top: 37px;
	background: #000;
	height: 2px;
	width: 75px;
	margin: auto;
}
/* Standard syntax */

@keyframes mike-slider-anim {
    0% {
        top: 10px;
        opacity: 1;
    }
    50% {
        top: 40px;
        opacity: 0;
    }
    100% {
        top: 10px;
        opacity: 0;
    }
}


/*=========================
WELFARE ABOUT AREA CSS
===========================*/
.about_area {
	padding: 100px 0 100px;
	background: #232323;
}
.about-pages .welfare_about {
	padding: 0 0 0 59px;
}

.about_area.about-left-img {
	background: #fff;
}

.section_title_lefts {}

.section_title_lefts h2 {
	margin-top: 0;
	font-size: 17px;
	font-weight: 700;
	/* text-transform: capitalize; */
	margin-bottom: 19px;
	color: #6d6d6d;
}
.about_thumb img {
	border-radius: 40% 0 0;
}
.minimal .about_thumb img {
	border-radius: 40% 0 0;
	box-shadow: 0 0 4px rgba(0,0,0,0.20);
}
.creative .about_thumb {
	padding-right: 45px;
}
.single_about_content {
	margin-top: 42px;
}
.creative .single_about_content {
	margin-top: 62px;
}
.single_about_title h2 {
	font-size: 28px;
	color: #fff;
	font-weight: 600;
	padding-bottom: 10px;
	position: relative;
	margin-bottom: 20px;
}
.single_about_title h2::before {
	position: absolute;
	left: 0;
	bottom: -7px;
	content: "";
	width: 70px;
	height: 2px;
	background: #E66200;
}
.minimal .single_about_title h2 {
	color: #121212;
}
.single_about_content_text p {
	padding: 10px 0 5px;
}
.single_about_btn {
	margin-top: 40px;
}
.single_about_btn a {
	background: #fff;
	padding: 9px 27px;
	margin-right: 10px;
	transition: .5s;
	display: inline-block;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 2px;
	border-radius: 30px 0 0;
}
.single_about_btn a:hover,
.single_about_btn a.active{
	background:#E66200;
	color:#fff;
}
.minimal .single_about_btn a:hover,
.minimal .single_about_btn a.active {
	background: #121212;
}
.minimal .single_about_btn a {
	border: 1px solid #121212;
}
.minimal .our_vision_area {
	background: #f7f7f7;
}
.section_title_lefts h1 {
	margin-bottom: 22px;
	font-size: 37px;
}
.section_title_lefts h1 span {
	color: #000;
}
.welfare_about {
	padding: 44px 0 0 0px;
}
.section_title_lefts.about_subtitle h2 {
	position: relative;
	display: inline-block;
	font-family: 'Merriweather', serif;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 17px;
}

.section_title_lefts.about_subtitle h2::before {
	position: absolute;
	content: "";
	right: -59%;
	top: 10px;
	width: 60px;
	height: 2px;
	background: #000;
}
.about_singnature img {
	margin-top: 8px;
}
.single_image {
	margin-top: 5px;
	position: relative;
	box-shadow: -17px 17px 7px rgba(0,0,0,0.20);
}
.about_text p {
	margin-bottom: 30px;
}
.about_button {
	margin-top: 44px;
}
.about_button a {
	background: transparent;
	font-size: 16px;
	font-weight: 500;
	text-transform: capitalize;
	padding: 13px 35px;
	font-family: Raleway, sans-serif;
	margin-right: 11px;
	border: 2px solid #000;
	color: #000;
	position:relative;
	z-index:1; 
	letter-spacing:2px;
}
.about_button a::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 0%;
	height: 100%;
	background: #000;
	content: "";
	transition: .5s;
	z-index: -1;
}
.about_button a:hover::before {
	width: 100%;
}
.about_button a:hover {
	color:#fff;
	border-color:#000;
}
.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: #000;
	margin-right: 5px;
}

/* About Left Images Css */

.about-left-img .welfare_about {
	padding: 59px 42px 0 0px;
}

.about-left-img.about-pages .welfare_about {
	padding: 3px 42px 0 0px;
}

.skill_creative {
	padding-top: 87px;
}
.skill_creative .our_skill.right {
	padding-top: 0;
}


.about_area.minimal {
	background: #FFFFFF;
}
.creative.about_area {
	padding: 80px 0 46px;
}
.minimal-2.about_area {
	padding: 80px 0 100px;
}
.tab_area {
	overflow: hidden;
}

.leadership-tab {
	overflow: hidden;
	clear: both;
	margin-bottom: 50px;
	text-align: center;
}
.leadership-tab li {
	display: inline-block;
	list-style: none;
	overflow: hidden;
	text-align: center;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.20);
	margin: 10px 20px 10px 0;
	background: #fff;
	padding: 20px 0 16px;
	transition: .5s;
	cursor: pointer;
	border-radius: 5px;
	border-radius: 60px 0 0;
	color: #E66200;
}
.leadership-tab li:last-child {
	margin-right: 0;
}

.leadership-tab li i {
	font-size: 25px;
	transition: .5s;
}
.leadership-tab li a {
	padding: 3px 29.5px 0;
	display: block;
	color: #E66200;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 2px;
}
.minimal .leadership-tab li a {
	color: #121212;
}
.minimal .leadership-tab li {
	color: #121212;
}
.leadership-tab li.active, .leadership-tab li:hover {
	background: #E66200;
	color: #fff;
	border-radius: 60px 0 0;
}
.minimal .leadership-tab li.active, .minimal .leadership-tab li:hover {
	background: #121212;
}
.leadership-tab li.active a,
.leadership-tab li:hover a {
	color: #fff;
}

/* About Single Tab */
.our_vision_area {
	padding: 30px 25px 30px 13px;
	overflow: hidden;
	background: #121212;
}
.minimal .our_vision_area {
	background: #f7f7f7;
}
.vission_content h2 {
	padding-bottom: 25px;
}

.single_vision {
	padding-left: 25px;
	padding-top: 11px;
}

.vission_content a {
	font-size: 16px;
	padding: 8px 35px;
	border-radius: 30px;
	color: #fff;
	background: #f00;
	display: inline-block;
	margin-top: 17px;
}
.vission_content a:hover {
	background: #b1202b;
}
.vsion_thumb img {
	width: 100%;
}
.goal_area.feature_style2 {
	padding: 82px 0 70px;
}

/* About Skill css */
.our_skill_area {
	padding-bottom: 70px;
}

.skill_area h3 {
	font-size: 28px;
	padding-top: 34px;
	padding-bottom: 13px;
	color: #fff;
	position: relative;
	margin-bottom: 34px;
}
.skill_area h3::before {
	position: absolute;
	left: 0;
	bottom: -7px;
	content: "";
	width: 70px;
	height: 2px;
	background: #E66200;
}
.minimal .skill_area h3::before {
	background: #121212;
}
.minimal .skill_area h3 {
	color: #121212;
}
.skill_area h3 span {
	color: #E66200;
}
.minimal .skill_area h3 span {
	color: #121212;
}
.our_skill.right {
	padding-top: 114px;
}
.skill-wrapper {}

.our_skill h5 {
	font-size: 13px;
	font-weight: 500;
	margin-bottom: 10px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 3px;
}
.minimal .our_skill h5 {
	color: #121212;
}
.progress_text h3 {
	margin-bottom: 10px;
}

.progress {
	background-color: #ddd;
	box-shadow: none;
	height: 4px;
	margin-bottom: 55px;
	overflow: visible;
	border-radius: 0;
}
.progress-bar {
	float: left;
	width: 0;
	height: 100%;
	font-size: 12px;
	line-height: 10px;
	color: #fff;
	text-align: right;
	background-color: #E66200;
	box-shadow: none;
}
.minimal .progress-bar {
	background-color: #121212;
}
.ttop {
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	position: relative;
	text-align: center;
	top: -19px;
}
.minimal .ttop {
	color: #121212;
}
.google_map_area {
	pointer-events: none;
}

.minimal-2 .progress {
	background-color: #ddd;
	box-shadow: none;
	height: 4px;
	margin-bottom: 35px;
	overflow: visible;
	border-radius: 0;
}
.minimal-2 .skill-wrapper {
	padding-top: 10px;
}
.minimal-2  .single_about_btn {
	margin-top: 48px;
}
.creative.minimal-2 .single_about_content {
	margin-top: 37px;
}
.minimal-2 .about_thumb img {
	border-radius: 0;
	box-shadow: 15px 11px 12px rgba(0,0,0,0.20);
}
.minimal-2.creative.about_area {
	padding: 80px 0 100px;
}

/* About video css */
.vedeo_area .col-md-12 {
	padding: 0;
}
.single_choose {
	margin-bottom: 20px;
}
.single-video {
	position: relative;
	text-align: center;
}
.single-video img {
	display: block;
	width: 100%;
}
.single-video h3 {
	color: #fff;
	font-size: 35px;
	font-weight: 600;
	margin-bottom: 0;
	padding-top: 30px;
	text-transform: uppercase;
}
.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%;
}
.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;
	background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 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%;
}

/*=====================
SERVICE AREA CSS
======================*/
.service_area {
	overflow: hidden;
	/* padding: 80px 0 70px; */
	background: #121212;
}
.single_service {
	overflow: hidden;
	padding: 38px 25px 22px;
	text-align: center;
	margin-bottom: 30px;
	background: #232323;
	transition: .5s;
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
}
.single_service:hover {
	box-shadow: 0 0 15px rgba(0,0,0,0.70);
	background: #121212;
}
.service_icon {
	position: relative;
	margin-bottom: 39px;
}
.service_icon span {
	font-size: 32px;
	color: #fff;
	background: #E66200;
	display: inline-block;
	width: 97px;
	height: 65px;
	line-height: 60px;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	top: -38px;
	margin: auto;
	border-radius: 0 0 30px 30px;
	transition:.5s;
}
.single_service:hover .service_icon span{
	background:#fff;
	color:#000;
}
.sercive_content {}
.sercive_content h2 {
	color: #fff;
	font-weight: 600;
	padding: 20px 0 11px;
	font-size: 19px;
}
.sercive_content p {}
.section_title {
	text-align:center;
}
.section_title h1 {
	padding-bottom: 30px;
	font-size: 30px;
	text-transform: uppercase;
	color: #fff;
	position: relative;
	z-index: 1;
	text-align: center;
	margin-bottom: 38px;
}
.section_title h1::before {
	position: absolute;
	content: "";
	height: 1px;
	width: 120px;
	background: #fff;
	left: 0;
	right:0;
	top: 45px;
	margin: auto;
	z-index: 9999;
}

.section_title h1::after {
	position: absolute;
	content: "";
	height: 1px;
	width: 70px;
	background: #fff;
	/* right: 530px; */
	top: 53px;
	margin: auto;
	z-index: 9999;
	left: 0;
	right: 0;
	margin: auto;
}

.service_btn{
	
}
.service_btn a {
	background: #E66200;
	color: #fff;
	position: relative;
	left: 0;
	bottom: -22px;
	border-radius: 30px 30px 0 0;
	width: 97px;
	height: 65px;
	display: inline-block;
	line-height: 70px;
	transition: .5s;
	text-transform: uppercase;
	font-size: 14px;
}
.single_service:hover .service_btn a{
	background:#fff;
	color:#000;
}

/*=================
SERVICE MINIMAL CSS
===================*/
.minimal.service_area {
	background: #FAFAFA;
}
.minimal .service_btn a {
	background: #121212;
}
.minimal .single_service:hover .service_btn a{
	background:#121212;
	color:#fff;
}
.minimal .sercive_content h2 {
	color: #121212;
}
.minimal .section_title h1::after {
	background: #121212;
}
.minimal .section_title h1::before {
	background: #121212;
}
.minimal .section_title h1 {
	color: #121212;
}
.minimal .single_service:hover .service_icon span{
	background:#121212;
	color:#fff;
}
.minimal .service_icon span {
	background: #121212;
}
.minimal .single_service {
	background: #FFFFFF;
	margin-top: 15px;
}
/* service-style-two*/
.service-style-two.service_area {
	padding: 80px 0 100px;
}
.minimal.service-style-two .single_service {
	background: #FFFFFF;
	margin-top: 15px;
	box-shadow: none;
	border: 1px solid #121212;
	padding: 40px 25px 31px;
}
.service-style-two .service_icon span {
	width: 75px;
	height: 75px;
	line-height: 75px;
	position: inherit;
	text-align: center;
	top: inherit;
	border-radius: 30px 0 0;
}
.service-style-two .service_icon {
	margin-bottom: 9px;
}
.service-style-two .service_btn a {
	background: transparent !important;
	color: #151515;
	position: inherit;
	left: 0;
	bottom: inherit;
	/* border-radius: 30px 30px 0 0; */
	width: inherit;
	height: inherit;
	line-height: inherit;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 2px;
	margin-top: 11px;
}
.service-style-two .single_service:hover .service_btn a{
	color:#000;
	letter-spacing:4px;
}
.service-style-two .single_service:hover .service_icon span{
	border-radius:0;
}
.service-style-two .loade_more {
	text-align: center;
	margin-top: 40px;
}
/*====================
PORTFOLIO NAV CSS
======================*/
.portfolio_area {
	padding: 80px 0 100px;
	background: #232323;
}
.portfolio_nav {
	text-align: left;
	margin-bottom: 50px;
}
.portfolio_nav ul {
	text-align: center;
}
 .portfolio_nav ul li {
    list-style: none;
    display: inline;
}
.portfolio_nav ul li {
	/* border: 1px solid #ddd; */
	/* color: #333; */
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	margin-right: 31px;
	padding: 0;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.4s ease 0s;
	letter-spacing: 3px;
	position: relative;
}
.portfolio_nav ul li.current_menu_item, .portfolio_nav ul li:hover {
	color: #E66200;
}
.portfolio_nav ul li::before {
	position: absolute;
	content: "";
	left: -2px;
	bottom: -6px;
	width: 0%;
	height: 5px;
	border-bottom: 5px dotted #999;
	transition:.5s;
}
.minimal .single_about_title h2::before {
	background: #121212;
}
.portfolio_nav ul li:hover:before{
	width:100%;
}

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

/*====================
Portfolio Style Default
======================*/
.single_portfolio {
    margin-bottom: 30px;
    overflow: hidden;
	position:relative;
	z-index:2222;
}
.portfolio_style_two .single_portfolio{
	margin-bottom:10px;
}
.single_portfolio_thumb {
    position: relative;
	overflow:hidden;
}
.single_portfolio_thumb img {
	width: 100%;
}
.single_portfolio_thumb a {
    display: block;
    position: relative;
	overflow:hidden;
}
.single_portfolio_thumb a:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: .5s;
    transition: .5s;
    color: #fff;
	display:block;
	z-index:1;
	width:100%;
	height:100%;
}
.port_icon {
  left: 50%;
  position: absolute;
  top: 35%;
  transform:translateX(-50%) translateY(-50%);
  opacity:0;
  transition:.5s;
  z-index:999;
}
.port_icon span {
	color: #fff;
	font-size: 23px;
	display: inline-block;
	width: 45px;
	height: 45px;
	line-height: 43px;
	border: 1px solid #fff;
	text-align: center;
	border-radius: 100%;
	transition:.5s;
}
.port_icon span:hover{
	background:#fff; 
	color:#151515;
}
.portfolio_content {
	position: absolute;
	left: 0;
	bottom: 30px;
	transition: .5s;
	z-index: 99999;
	opacity: 0;
}
.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;
	transition-delay: 1s;
	font-style: italic;
	margin-top: 5px;
	display: inline-block;
	font-size: 13px;
}
.single_portfolio:hover .portfolio_content{
	opacity:1;
	
}
.single_portfolio:hover .single_portfolio_thumb a:before {
    opacity: 1;
}
.single_portfolio:hover .port_icon  {
    opacity: 1;
	top:45%;
}
.loade_more{
	text-align:center;
}
.loade_more a {
	background: #fff;
	text-align: center;
	color: #000;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 14px;
	display: inline-block;
	padding: 10px 31px;
	transition: .5s;
	position: relative;
	z-index: 1;
}
.loade_more a:hover{
	color:#fff;
}
.loade_more a:before{
	position:absolute; 
	left:0; 
	top:0; 
	width:0%; 
	height:100%;
	background:#E66200;
	content:"";
	transition:.5s;
	z-index:-1;
}
.loade_more a:hover::before{
	width:100%;
}

/* Portfolio Style One */
.portfolio_style_one .single_portfolio_thumb img {
    width: calc(100% + 10px);
    transform: translate3d(-10px, 0, 0);
    transition: all 0.3s linear 0s;
}
.portfolio_style_one .single_portfolio:hover .single_portfolio_thumb img {
    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);
	transform: translate3d( 0px, 0, 0);
	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%;
	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%;
	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;
	transition:.3s;
}
.portfolio_style_three .port_icon span:hover{
	background:#000;
	color:#fff;
}
.portfolio_nav ul li::before{
	border-color:#E66200;
}
/* Porfolio Minimal css */
.minimal.portfolio_area {
	background: #FFFFFF;
}
.minimal .portfolio_nav ul li::before{
	border-color:#999;
}
.minimal .portfolio_nav ul li.current_menu_item, .minimal .portfolio_nav ul li:hover {
	color: #121212;
}

.minimal .loade_more a {
	border: 1px solid #121212;
}
.minimal .loade_more a::before {
	background: #121212;
}


/*=========================
welfare FEATURE AREA CSS
===========================*/

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

.em-feature {
	position: relative;
	transition: all 0.5s ease 0s;
	margin-bottom: 30px;
}

.em-feature::before {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .7);
	content: "";
}

.feature_inner_box {
	background: #fff;
	transition: all 0.5s ease 0s;
	position: relative;
	text-align: center;
	padding: 50px 0 25px;
	box-shadow: 0 0 4px rgba(13, 46, 99, 0.30);
}

.feature_inner_box:hover {
	box-shadow: 0 0 17px rgba(13, 46, 99, 0.20);
}

.em_feature_thumb img {
	width: 60%;
}
.feature_area_style2 .em_feature_thumb img {
	width: 100px;
	}

.em-feature:hover {}

.em_feature-icon {
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 21px;
	height: 45px;
	line-height: 46px;
	margin-top: 0;
	overflow: hidden;
	position: relative;
	transition: all 0.5s ease 0s;
	width: 45px;
	background: #fff;
	border-radius: 30px;
	margin-right: 20px;
	text-align: center;
	float: left;
	color: #333;
	transition: .5s;
	background: #f9f9f9;
}

.em_content_text {
	padding-top: 10px;
}

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

.feature_inner {
	overflow: hidden;
	padding: 5px 20px 17px;
	background: #fff;
	bottom: 0;
	position: relative;
}

.feature_icon {
	margin-top: 21px;
}

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

.feature_button {
	transition: .5s;
}

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

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

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

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


/*=============================
welfare TESTIMONIAL AREA CSS
===============================*/
.testimonial_area {
	padding-top: 80px;
	padding-bottom: 120px;
	background: #232323;
}
.testimonial_area.about-pages {
	padding-top: 86px;
	padding-bottom: 128px;
	background: #fff;
}

.single_testimonial {
	margin-top: 10px;
	text-align: center;
	margin-bottom: 0px;
	transition: .3s;
}


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

.em_testi_text p {
	position: relative;
	margin-top: 0;
	width: 62%;
	margin: auto;
}
.em_test_thumb {
	float: none;
	overflow: hidden;
	margin: 0;
	width: inherit;
	margin-bottom: 17px;
}

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

.em_testi_title h2 {
	font-size: 20px;
	text-align: center;
	margin-top: 0;
	margin-bottom: 20px;
	color: #fff;
}

.em_testi_title h2 span {
	display: block;
	font-size: 15px;
	color: #999;
	margin-top: 4px;
	font-weight: 500;
}

.testi_review {
	margin-top: 20px;
}
.testi_review i {
	color: #000;
	margin: 0 2px;
	display: none;
}

.testimonial_area .col-md-6,
.testimonial_area .col-lg-6 {
	margin: 0;
	padding: 0;
}
/*=====================
TESTIMONIAL MINIMAL CSS
=======================*/
.minimal.testimonial_area {
	background: #FFFFFF;
}
.minimal .em_testi_title h2 {
	color: #121212;
}
/*=======================
welfare VIDEO AREA CSS
=========================*/

.single_video {
	margin-top: 30px;
}

.video_image {
	position: relative;
}

.video_image img {
	width: 100%;
}

.choose_video_icon {}

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


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

/*======================
 welfare TEAM AREA CSS
========================*/
.team_area {
	padding: 80px 0 70px;
}
.single_team {
	position: relative;
	z-index: 1;
	overflow: hidden;
	margin-bottom: 30px;
}

.team_content {
	text-align: center;
	border: 1px solid #ddd;
	padding: 0 0 12px;
}

.team_thumb {
	position: relative;
}

.team_social {
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	left: -100%;
	/* transform: translateX(-50%) translateY(-50%); */
	text-align: center;
	top: 0;
	/* z-index: -1; */
	background: rgba(0, 0, 0, 0.75);
	transition: .5s;
}

.team_socials_inner {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.team_socials_inner a {
	font-size: 20px;
	background: #fff;
	width: 40px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	margin: 0 3px;
	border-radius: 100%;
	color: #000;
}

.team_socials_inner a:hover {
	background: #fff;
}

.single_team:hover .team_social {
	left: 0;
}


/* team content */

.em-content-title h2 {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 0;
	text-transform: uppercase;
}

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


/* Team style Two */
.style-two.em-team {
	background-color: #ffffff;
	text-align: center;
	position: relative;
	overflow: hidden;
	border: 1px solid #000;
	padding: 30px 0;
	transition: .5s;
	border-radius: 5px;
}

.style-two.em-team:hover {
	background: #000;
}

.style-two .em-team-content-title h2 {
	margin-bottom: 5px;
	font-size: 21px;
	padding-top: 21px;
	font-weight: 700;
	text-transform: capitalize;
	color: #555;
	-webkit-transition: .3s;
	transition: .3s;
}

.style-two .em-team-content-subtitle {
	font-size: 14px;
	margin-bottom: 0;
	text-transform: capitalize;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	color: #000;
	line-height: 20px;
}

.style-two .em-team-content-socials-inner {
	padding-top: 10px;
}

.style-two .em-team-content-socials {
	-webkit-transition: .3s;
	transition: .3s;
	padding-top: 13px;
}

.style-two .em-team-content-socials a {
	display: inline-block;
	margin: 0 1px 0;
	text-align: center;
	color: #fff;
	font-size: 14px;
	height: 30px;
	width: 30px;
	background: #000;
	line-height: 30px;
	-webkit-transition: .3s;
	transition: .3s;
	border-radius: 50%;
}

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

.style-two.em-team:hover .em-team-content-socials a {
	background: #fff;
	color: #000;
}

.style-two.em-team:hover .em-team-content-image img {
	border: 1px solid #fff;
}

/*=======================
welfare Info AREA CSS
=========================*/
.welfare_contact_info {
	background: #f7f7f7;
	padding: 100px 20px 70px;
}
.welfare_single_info {
	text-align: center;
	background: #fff;
	padding: 35px 0 25px;
	box-shadow:0 0 15px rgba(0,0,0,0.20);
	transition:.3s;
	margin-bottom:30px;
}
.welfare_single_info:hover {
	box-shadow:0 5px 30px rgba(0,0,0,0.20);
}

.welfare_single_info h3 {
	font-size: 19px;
	text-transform: uppercase;
	font-weight: 600;
	padding-bottom: 5px;
}
.welfare_single_info span {
	font-size: 40px;
	text-transform: uppercase;
}
/*=======================
welfare BLOG AREA CSS
=========================*/

.blog_area {
	padding: 86px 0 72px;
}

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

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

.welfare-single-blog {
	background-color: #fff;
	overflow: hidden;
	text-align: left;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	margin-bottom: 30px;
	border: 1px solid #ddd;
}
.blog-black .welfare-single-blog {
	background-color: #121212;
	overflow: hidden;
	text-align: left;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s 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 .welfare-blog-meta {
	border-top: 1px solid #686464;
}
.blog_thumb_inner {
	position: relative;
}

.welfare-blog-thumb {
	overflow: hidden;
	position: relative;
}

.welfare-blog-thumb a {
	position: relative;
}

.welfare-blog-thumb a {
	display: block;
}
.welfare-blog-thumb::before {
	content: "";
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background: #000;
	width: 100%;
	height: 100%;
	position: absolute;
	background: rgba(0, 0, 0, 0.5);
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	z-index: 999;
	-webkit-transition: .5s;
	transition: .5s;
}
.welfare-blog-thumb img {
	display: block;
	-webkit-transition: 6s;
	transition: 6s;
	width: 100%;
}

.em-blog-content-area {
	padding: 6px 15px 9px;
}

.blog-inner {}

.blog-content {}

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

.blog-page-title a {
	color: #333;
	display: block;
	font-size: 20px;
	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;
}

.blog_icon {
	position: absolute;
	left: 50%;
	top: 50%;
	text-align: center;
	z-index: 999;
	transform: translateX(-50%) translateY(-50%);
	opacity: 0;
	transition: .5s;
}

.blog_icon a {
	color: #000;
	width: 45px;
	height: 45px;
	line-height: 45px;
	background: #fff;
	border-radius: 50%;
	transform: scale(0);
	font-size: 18px;
}

.blog-page-title {}

.blog-page-title h2 {}

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

.welfare-blog-meta {
	margin-bottom: 0px;
	margin-top: 0;
	border-top: 1px solid #ddd;
	padding: 11px 15px 10px;
}

.welfare-blog-meta:after {
	display: block;
	clear: both;
	content: "";
}

.welfare-blog-meta-left {
	float: left;
	overflow: hidden;
}

.welfare-blog-meta-left a,
.welfare-blog-meta-right a,
.welfare-blog-meta-left span,
.welfare-blog-meta-right span {
	font-weight: 400;
	margin-right: 15px;
	text-transform: capitalize;
}

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

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

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

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

.welfare-blog-meta-right i {
	margin-right: 5px;
}

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

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

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

.welfare-single-blog:hover .blog_icon a {
	transform: scale(1)
}

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

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


/*===============================
welfare BLOG DETAILS AREA CSS
================================*/

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

.blog_dtl_thumb {}

.blog_dtl_thumb {}

.blog_dtl_content {}

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

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

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

.blog_details .welfare-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 blockquote {
	padding: 10px 20px;
	margin: 37px 0 36px;
	font-size: 14px;
	border-left: 7px solid #000;
	background: #f7f7f7;
	font-style: italic;
	font-weight: 500;
	padding: 15px 35px 15px;
}

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


/* POST REPLY CSS */

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

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

.comments_ttl {
	margin-bottom: 37px;
}

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

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

.commentst_content {
	overflow: hidden;
}

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

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

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

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

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

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


/* COMMENT FORM CSS */
.blog_reply {
	overflow: hidden;
	border: 1px solid #ddd;
	margin-top: 50px;
	padding: 20px 15px 10px;
}

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

.reply_ttl {
	margin-bottom: 36px;
}

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

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

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


/* contact area css */
.contact_area {
	padding: 80px 0 91px;
	background: #121212;
}
.contact_area_inner {
	background: #232323;
	overflow: hidden;
	margin: 0 0px;
	padding: 70px 50px 70px;
	box-shadow: 0 0 23px rgba(0,0,0,0.30);
	margin-bottom: 70px;
}
.contact_info {
	/* border: 1px solid #ddd; */
	padding: 63px 20px 4px;
	border-radius: 10px;
	background: #121212;
}
.single_plases {
	margin-bottom: 65px;
}
.single_plases_inner {
	text-align: left;
}

.plases_icon {
	float: left;
	overflow: hidden;
}

.plases_icon i {
	font-size: 26px;
	overflow: hidden;
	width: 60px;
	height: 60px;
	line-height: 58px;
	border-radius: 100%;
	text-align: center;
	border: 1px solid #ddd;
	margin-right: 15px;
	transition: .3s;
}

.single_plases:hover .plases_icon i {
	background: #E66200;
	color: #fff;
	border-color: #E66200;
}
.plases_text {
	overflow: hidden;
	padding: 6px 0 0;
}

.plases_text h2 {
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	margin-bottom: 2px;
}

.plases_text p {
	font-weight: 400;
	/* color: #fff; */
	margin-top: 0;
	margin-bottom: 0px;
}

.contact_form_inner {}

.form_field {
	width: 100%;
}

.form_field_inner {
	margin-bottom: 25px;
	width: 100%;
}

.form_field_inner input, .form_field_inner input, .field_comment_inner textarea {
	background: transparent;
	/* border: 1px solid #ddd; */
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	height: 50px;
	-webkit-transition: all 0.3s ease 0s;
	border-bottom: 1px solid #fff;
	transition: all 0.3s ease 0s;
	width: 100%;
	outline: none;
	background: #121212;
	border: 0;
	padding-left: 15px;
	border-radius: 10px;
}

.form_field_inner input:focus {
	border-color: #000;
}

.field_comment_inner textarea:focus {
	border-color: #000;
}
.blog_reply .form_field_inner input, .blog_reply .form_field_inner input, .blog_reply .field_comment_inner textarea {
	background: #f7f7f7;
	border: 1px solid #ddd;
}
.form_field_inner input:hover {}

.form_field_comment {}

.field_comment_inner {}

.field_comment_inner textarea {
	height: 125px;
	padding-top: 10px;
}

.contact_bnt {
	margin-top: 23px;
}

.contact_bnt button {
	background: #121212;
	border: 0 none;
	border-radius: 0;
	color: #fff;
	display: block;
	letter-spacing: 2px;
	padding: 14px 50px;
	margin: auto;
	border-radius: 10px;
	text-transform: capitalize;
	transition: .3s;
	width: 100%;
	margin-top: -4px;
}

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

.google_map_area {
	pointer-events: none;
}

.map {
	width: 100%;
	margin: 0;
	height: 338px;
	border: 1px solid #ddd;
	border-radius: 10px;
}
/* contact minimal css */
.contact_area.minimal {
	background: #FAFAFA;
}
.minimal .contact_area_inner {
    display: flex;
    justify-content: center;
	background: #fff;
}
.minimal .contact_info {
	background: #FAFAFA;
	border: 1px solid #ddd;
}
.minimal .single_plases:hover .plases_icon i {
	background: #121212;
	border-color: #121212;
}
.minimal .plases_text p {
	color: #121212;
}
.minimal .plases_icon i {
	background: #fff;
}
.minimal .form_field_inner input,
.minimal .form_field_inner input,
.minimal .field_comment_inner textarea {
	background: #FAFAFA;
	color: #121212;
	border: 1px solid #ddd;
}
.minimal .contact_bnt button {
	background: #FAFAFA;
	color: #121212;
		border: 1px solid #ddd;
}
.minimal .contact_bnt button:hover {
	background: #121212;
	color:#fff;
}
.minimal .contact_area_inner {
	 margin-bottom: 0; 
}
.contact_area.minimal-2 {
	background: #fff;
}

 ::-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: #fff !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: #fff !important;
	font-size: 14px;
	font-weight: 400;
}

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

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

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

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

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

.minimal .em_contact_form ::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #121212 !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;
}
.blog_reply .em_contact_form ::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #121212 !important;
	font-size: 14px;
	font-weight: 400;
}

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

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

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

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



/* recent post */

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

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

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

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

.recent-post-text {
	margin-top: -4px;
	overflow: hidden;
}

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

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

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

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

.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: #151515;
	font-size: 14px;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

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

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

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

.recent-post-text .rcomment {
	color: #151515;
}
/*=================
google map AREA CSS
===================*/
.google_map_area.minimal {
	padding: 0;
	background: #fff;
	margin-bottom: 0;
}
/*=====================
FOOTER AREA CSS
======================*/
.footer_area {
	padding: 95px 0 92px;
	background: #232323;
}
.coppyright {} .footer_logo {
    font-size: 48px;
    font-style: italic;
    font-weight: bold;
    text-align: center;
}
.footer_logo a {} 
.footer_logo h3 {
	font-style: normal;
	letter-spacing: 5px;
	font-size: 20px;
}
.footer_text p {
	margin: auto;
	padding: 24px 0 26px;
	text-align: center;
	width: 61%;
}
.footer_social_icon {
    text-align: center;
}
.footer_social_icon a {
	color: #fff;
	display: inline-block;
	font-size: 17px;
	margin: 0 5px;
	text-align: center;
	transition: all 0.5s ease 0s;
	width: 35px;
	height: 35px;
	background: #E66200;
	border-radius: 100%;
	line-height: 38px;
}
.footer_social_icon a:hover {
    color: #fff;
}


/* 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 {}

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

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

.quote_button {
	width: 100%;
	height: 40px;
	margin-top: 16px;
	border: 0;
	border-radius: 5px;
	background: #fff;
	color: #444;
	transition: .5s;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
}

.quote_button:hover {
	background: #000;
	color: #fff;
}
/*================
FOOTER MINIMAL CSS
==================*/
.minimal.footer_area {
	background: #f7f7f7;
}
.minimal .footer_social_icon a {
	color: #121212;
	background: #121212;
	color: #fff;
	border: 2px solid #121212;
	line-height: 34px;
}
.minimal .footer_social_icon a:hover {
	color: #121212;
	background: transparent;
	border-color: #121212;
}

/*===============================
welfare FOOTER BOTTOM AREA CSS
================================*/
.footer-bottom {
	padding: 26px 0 24px;
	border-top: 1px solid #5c5656;
	background: #232323;
}

.copy-right-text {}

.copy-right-text p {
	font-size: 12px;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.footer-menu {}

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

.footer-menu ul li {
	display: inline-block;
}
.footer-menu ul li a {
	padding: 0 10px;
	display: block;
	color: #999;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 2px;
}

.copy-right-text a:hover, .footer-menu ul li a:hover {
	color: #E66200;
}

.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;
}
/*===============================
 FOOTER BOTTOM MINIMAL CSS
================================*/
.minimal.footer-bottom {
	background: #f7f7f7;
	border-top: 1px solid #c6c4c4;
}
.minimal .copy-right-text a:hover, .footer-menu ul li a:hover {
	color: #121212;
}
/*==========================
welfare OTHERS PAGES CSS
===========================*/

.row.sg {
	margin-top: 38px;
}


/*==========================
welfare COUNTER AREA CSS
===========================*/
.counter_area {
	padding-top: 112px;
	padding-bottom: 98px;
	background: #121212;
}
.single_counter {
	position: relative;
	text-align: center;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	background: #232323;
	box-shadow: 0 0 7px rgba(0,0,0,0.18);
	margin-top: 30px;
}
.single_counter_inner {
	min-height: 245px;
	padding-bottom: 20px;
}
.counter_icon {
	position: relative;
	transition: .5s;
	margin-bottom: -12px;
}

.single_counter:hover .counter-icon {
	color: #fff;
}
.single_counter:hover {
	box-shadow: 0 0 35px rgba(0,0,0,0.7);
}

.counter_icon i {
	height: 90px;
	width: 90px;
	margin: auto;
	background: transparent;
	line-height: 74px;
	border-radius: 7px;
	font-size: 36px;
	color: #fff;
	background: #E66200;
	border-radius: 100%;
	transition: .5s;
	display: inline-block;
	border: 7px solid #fff;
	position: relative;
	left: 0;
	top: -45px;
}
.single_counter:hover .counter_icon i {
	background: #fff;
	color: #E66200;
	border-color:#E66200;
}

.countr_text > h1 {
	display: inline-block;
	font-size: 36px;
	font-weight: 700;
	-webkit-transition: .3s;
	margin: 15px 0 38px;
	transition: .3s;
	font-family: Poppins, sans-serif;
	color: #fff;
	position: relative;
}

.countr_text>h3 {
	display: inline-block;
	font-size: 50px;
	font-family: Poppins, sans-serif;
	color: #000;
}

.counter_title {
	padding: 0 0 0;
	min-height: 80px;
}

.counter_title h4 {
	font-size: 22px;
	font-weight: 600;
	margin: 0;
	text-transform: capitalize;
	-webkit-transition: .3s;
	transition: .3s;
	color: #fff;
}

/*=================
COUNTER MINIMAL CSS
===================*/
.minimal.counter_area {
	background: #FAFAFA;
}
.minimal .single_counter {
	background: #fff;
}
.minimal .single_counter:hover {
	box-shadow: 0 0 18px rgba(0,0,0,0.7);
}
.minimal .counter_title h4 {
	color: #121212;
}
.minimal .countr_text > h1 {
	color: #121212;
}
.minimal .counter_icon i {
	color: #444;
	background: #fff;
	border: 7px solid #444;
}
.minimal .single_counter:hover .counter_icon i {
	background: #fff;
	color: #121212;
	border-color: #121212;
}
/* Counter simple */
.counter-style-simple.counter_area {
	background: url(assets/images/counter-bg.jpg);
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
	padding: 104px 0 53px;
}
.counter-style-simple .single_counter {
	background:transparent;
	box-shadow: none;
	margin-top: 0;
}
.counter-style-simple .single_counter:hover {
	box-shadow:none;
}
.counter-style-simple .counter_icon {
	margin-bottom: 0;
	position: inherit;
}
.counter-style-simple .counter_icon i {
	height: inherit;
	width: inherit;
	margin: auto;
	background: transparent;
	line-height: inherit;
	border-radius: 0;
	font-size: 36px;
	color: #fff;
	background: inherit;
	border-radius: inherit;
	transition: .5s;
	display: inline-block;
	border: 0;
	position: inherit;
	/* left: 0; */
	/* top: -45px; */
	margin-bottom: 0;
}
.counter-style-simple .single_counter:hover .counter_icon i {
	background:inherit;
	color: #fff;
}
.counter-style-simple .counter_title h4 {
	font-size: 18px;
	margin: 0;
	margin-top: 25px;
	text-transform:uppercase;
	font-weight:500;
}

/*================================
welfare CALL DO ACTION AREA CSS
=================================*/
.call-to-action_area {
	background: #000;
	padding: 169px 0 185px;
	background: linear-gradient(rgba(0, 0, 0, 0.79), rgba(0, 0, 0, 0.79)), transparent url(assets/images/video_image.jpg) 0% 0%/cover repeat scroll;
}

.em_call-to-action {}

.em_single_call-to-action_content {
	text-align: center;
}

.em_call-to-action_title {}

.em_call-to-action_title h2 {
	font-size: 41px;
	font-weight: 700;
	text-transform: capitalize;
	margin-bottom: 13px;
	color: #fff;
}

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

.em_call-to-action_inner {}

.em_call-to-action_desc {
	color: #fff;
	width: 55%;
	margin: auto;
	margin-left: 0;
	font-size: 16px;
	margin: auto;
}

.call-to-action_btn {}

.call-to-action_btn a {
	border: none;
	display: inline-block;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	background-color: #000;
	border-radius: 50px;
	color: #fff;
	margin-top: 38px;
	padding: 12px 42px;
	-webkit-transition: .5s;
	transition: .5s;
}

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

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

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

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

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

/*================================
welfare INSTAGRAM AREA CSS
=================================*/

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


/*=======================
welfare BRAND AREA CSS
=========================*/
.brand-area {
	background: #121212;
	padding: 0 0 72px;
}
.single_brand {
	transform: scale(1);
	transition: .5s;
	margin-top: 10px;
	margin-bottom: 10px;
}

.single_brand:hover {
	transform: scale(1.1);
	transition: .5s;
}

.single_brand_inner {}

.single_brand_thumb {}

.single_brand_thumb img {}


/*===========================
welfare BREADCRUMB AREA CSS
=============================*/
.breatcome_area {
	background: #000;
	background: linear-gradient(rgba(0, 0, 0, 0.51), rgba(0, 0, 0, 0.51)), transparent url(assets/images/brd-bg1.jpg) 0% 0%/cover repeat scroll;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 215px 0 120px;
}

.breatcome_title {}

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

.breatcome_content {}

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


/*========================
 welfare UNITETEST
=========================*/

.blog-page-title h2 {
	color: #333;
	display: block;
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 7px;
	text-transform: capitalize;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.blog-page-title a {
	color: #333;
	display: inline-block;
	font-weight: 600;
}
.em-blog-content-area {
	padding: 20px 15px 25px;
	text-align: left;
}

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


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


/*========================
welfare 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: #f01e4a;
	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 */

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


/*========================
welfare SCROLL TOP CSS
=========================*/

#scrollUp {
	background: #000 none repeat scroll 0 0;
	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: #000;
}

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


/*==========================
welfare SECTION TITLE CSS
===========================*/

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

.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: 40px;
	font-weight: 700;
	margin-bottom: 16px;
	text-transform: capitalize;
	color: #fff;
}

.section-title h3 {
	font-size: 18px;
	color: #000;
}

.tmr0 .section-title h2 {
	margin: 0;
}

.section-title h5 {
	font-size: 18px;
	font-weight: 500;
	margin: 0;
}

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

.em-icon {}

.em-icon i {}

.em-bar-main {
	margin: 10px 0 13px;
}

.em-bar {
	background: #000 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;
}

.em-image img {}

.section-title.t_left span {
	color: #000;
}


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

.em-image1 img {}

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


/*============
BLOG AREA CSS
=============*/
.blog_area {
	padding: 80px 0 70px;
}

.blog_area.blog-black {
	background: #232323;
}

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

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

.hosthub-single-blog {
	overflow: hidden;
	text-align: left;
}

.blog_thumb_inner {
	position: relative;
}

.hosthub-blog-thumb {
	overflow: hidden;
	position: relative;
}

.hosthub-blog-thumb a {
	position: relative;
}

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

.single_blog_content {
	background: #232323;
	position: relative;
	top: -50px;
	width: 92%;
	text-align: center;
	margin-left: 14px;
	padding: 5px 0 15px;
	margin: auto;
	box-shadow: 0 0 7px rgba(0,0,0,0.40);
	transition: .5s;
}
.single_blog_content:hover {
	box-shadow:0 0 30px rgba(0,0,0,0.70);
}
.em-blog-content-area {
	padding: 6px 15px 9px;
}

.blog-inner {}

.blog-content {}

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

.blog-page-title a {
	color: #fff;
	display: block;
	font-size: 20px;
	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;
}

.blog_icon {
	position: absolute;
	left: 50%;
	top: 50%;
	text-align: center;
	z-index: 999;
	transform: translateX(-50%) translateY(-50%);
	opacity: 0;
	transition: .5s;
}

.blog_icon a {
	width: 45px;
	height: 45px;
	line-height: 50px;
	background: #fff;
	border-radius: 50%;
	transform: scale(0);
	font-size: 18px;
	display: inline-block;
}
.blog-page-title {}

.blog_description p {
	margin-bottom: 0;
}

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

.hosthub-blog-meta {
	margin-bottom: 0px;
	margin-top: 0;
	border-top: 1px solid #ddd;
	padding: 11px 15px 10px;
}

.hosthub-blog-meta:after {
	display: block;
	clear: both;
	content: "";
}

.hosthub-blog-meta-left {
	float: left;
	overflow: hidden;
}

.hosthub-blog-meta-left a, 
.hosthub-blog-meta-right a, 
.hosthub-blog-meta-left span, 
.hosthub-blog-meta-right span {
	font-weight: 400;
	margin-right: 12px;
	text-transform: capitalize;
}
.hosthub-blog-meta-left i {
	margin-right: 5px;
}
.fa.fa-thumbs-up {
	margin-right: 5px;
}
/*============
BLOG MINIMAL CSS
=============*/
.minimal.blog_area {
	padding: 80px 0 52px;
	background: #FFFFFF;
}
.minimal .single_blog_content {
	background: #fff;
}
.minimal .blog-page-title h2 a {
	color: #121212;
}
.minimal-2.blog_area {
	padding: 80px 0 70px;
	background:#f7f7f7;
}

/*============================
welfare CUOROSEL  CSS
=============================*/

.curosel-style .owl-nav div {
	border: 2px solid #E66200;
	border-radius: 50%;
	color: #E66200;
	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: transparent;
	color: #E66200;
}
.curosel-style .owl-nav .owl-prev:hover {
	background: transparent;
	color: #E66200;
}

.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;
	left: 50%;
	bottom: -28px;
	transform: translateX(-50%);
}

.testimonial_list .owl-dot {
	display: inline-block;
	width: 24px;
	height: 11px;
	margin: 0px 5px 0;
	background: #9998;
	border-radius: 16px;
}

.testimonial_list .owl-dot.active {
	background: #000;
}


/* responsive 320 start */


/* small mobile :320px. */

@media (max-width: 767px) {
	body {
		overflow-x: hidden;
	}
	.welfare-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 */


/*========================
welfare VIDEO  CSS
=========================*/

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

.single_choose {
	margin-bottom: 20px;
}
.single-video {
	position: relative;
	text-align: center;
	box-shadow: 17px 17px 7px rgba(0,0,0,0.20);
}

.single-video img {
	
}

.single-video h3 {
	color: #fff;
	font-size: 35px;
	font-weight: 600;
	margin-bottom: 0;
	padding-top: 30px;
	text-transform: uppercase;
}

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

.video-icon a i {
	color: #fff;
	font-size: 68px;
	border-radius: 50%;
}

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

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

.single-video:before {
	content: "";
	position: absolute;
	background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 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%;
}
/*==========================
welfare ACOADING AREA CSS
============================*/

.accoarding_area {
	padding: 86px 0 80px;
}
.accoarding_area.index-pages-two {
	padding: 0 0 80px;
}

.kc_accordion_section.group {
	padding-bottom: 27px !important;
}

.ui-accordion-header {}

.ui-accordion-header a {}

.ui-accordion-header a i {
	background: #333;
	color: #fff;
	border-radius: 50%;
	height: 28px;
	width: 28px;
	line-height: 28px;
	font-size: 14px;
	text-align: center;
	margin-right: 5px;
}

.ui-accordion-header.ui-state-active a i {
	background: #fff;
	color: #333;
}

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

.kc-panel-body ul li {}


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

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

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

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

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

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

.em-blog-content-area {
	padding: 10px 15px 15px;
}


/* 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: 80px 0 100px;
	background: #121212;
}

.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: #E66200;
	-webkit-border-radius: 4rem;
	-moz-border-radius: 4rem;
	-ms-border-radius: 4rem;
	-o-border-radius: 4rem;
	border-radius: 4rem;
	content: ' ';
}
.single-biography {
	position: relative;
}
.single-biography:not(:last-child) {
	margin-bottom: 222px;
}
.single-biography:first-child {
	margin-top: 20px;
}

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

.biography_points {
	position: absolute;
	top: 0;
	left: calc(50% - 15px);
	width: 30px;
	height: 30px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	border: 5px solid #fff;
	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;
	transition: .3s;
	background: #232323;
	padding: 23px 25px 16px;
	border-radius: 0 50px 0 50px;
}
.biography_text:hover {
	background:#E66200;
}

.biography_text:hover.biography_text h3,
.biography_text:hover.biography_text span,
.biography_text:hover.biography_text p {
	color: #fff;
}

.biography_text h3 {
	font-size: 22px;
	text-transform: capitalize;
	margin: 0;
	margin-bottom: 5px;
	transition: .3s;
	color: #fff;
}
.biography_text h4 {
	font-size: 18px;
	text-transform: capitalize;
	margin: 0;
	margin-bottom: 5px;
	transition: .3s;
	color: #fff;
	text-align: right;
	font-style: italic;
	font-weight: 600;
	padding-top: 10px;
}

.biography_text span {
	font-size: 15px;
	color: #fff;
	transition: .3s;
}

.biography_text p {
	margin-top: 19px;
	transition: .3s;
	color: #fff;
}

.biography-date {
	text-align: right;
	display: inline-block;
	padding-right: 37px;
	margin-top: -3px;
}
.biography-date span {
	background: transparent;
	display: inline-block;
	padding: 4px 28px;
	border-radius: 20px 0 0;
	font-size: 18px;
	color: #fff;
	background: #E66200;
}

.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;
}
.biography-timline .single-biography:nth-child(even) .biography_text h4 {
	text-align: left;
}
/*===================
biography minimal CSS
=====================*/
.minimal.biography_area {
	background: #FAFAFA;
}
.minimal .biography_text {
	background: #fff;
	box-shadow: 0 0 4px rgba(0,0,0,0.20);
	margin: 0 5px;
}
.minimal .biography_text h3 {
	color: #121212;
}
.minimal .biography_text p {
	color: #999;
}
.minimal .biography_text h4 {
	color: #777;
}
.minimal .biography_text:hover.biography_text h4{
	color: #fff;
}
.minimal .biography_text:hover {
	background: #121212;
}
.minimal .biography-date span {
	color: #fff;
	background: #121212;
}
.minimal .biography_points::after {
	background-color: #121212;
}
.minimal .biography-timline::before {
	background-color: #121212;
}

/* Acoading css */

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

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

.panel-title a {}

.panel-heading1 a i {
	background: #333;
	color: #fff;
	height: 28px;
	width: 28px;
	line-height: 28px;
	font-size: 16px;
	text-align: center;
	margin-right: 5px;
}

.panel-heading1 {
	padding: 11px 15px;
	background: #f7f7f7;
}

.panel-body {}

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

.panel-body ul li {}

.panel-heading1.active {
	background: #000;
}

.panel-heading1 {
	position: relative;
}

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

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

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

.panel-heading1.active a {
	color: #fff;
}
.panel-heading1 a {
	display: block;
	color: #333;
}

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

/*======================
portfolio DITALS AREA CSS
=======================*/

.portfolio_details_area {
	background-image: url(assets/images/bg1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	padding: 261px 0 170px;
	position: relative;
}

.portfolio_details_area:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	background: rgba(13, 46, 199, 0.50);
	height: 100%;
	width: 100%;
}

.single_portfolio_details {}

.single_portfolio_content {}

.single_portfolio_content h1 {
	color: #fff;
	text-transform: uppercase;
	font-size: 50px;
}

.single_portfolio_content h1 span {
	color: #E05138;
}

.single_portfolio_content h2 {
	color: #fff;
	font-size: 25px;
	font-weight: 600;
}

.single_portfolio_content p {
	color: #fff;
	padding: 9px 0 21px;
	width: 66%;
}

.single_portfolio_content a {
	color: #444;
	background: #fff;
	padding: 11px 33px;
	transition: .3s;
	font-weight: 500;
	text-transform: uppercase;
	margin-top: 14px;
	display: inline-block;
	border-radius: 5px;
}

.single_portfolio_content a:hover {
	background: #000;
	color: #fff;
}

.portfolio_slide_img {
	position: absolute;
	content: "";
	left: 32%;
	top: -309px;
	width: 100%;
	height: 100%;
	transform: translateY(-50%);
	text-align: center;
}

.portfolio_slide_thumb {}

.portfolio_slide_img {}

.portfolio_slide_img img {
	width: 26%;
}



/* Video Slider Css */
.video-wrapper {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -1;
}
.video-wrapper video {
	display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    min-height: 100%;
	min-width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}


/* Certification */
.services-section {
	position: relative;
	padding: 4.375rem 0;
  }
  .services-section .auto-container {
	max-width: 73.125rem;
	padding: 0 0.9375rem;
	margin: 0 auto;
  }
  .services-section .content {
	position: relative;
	margin-bottom: 2rem;
  }
  .services-section .content h2 {
	text-transform: uppercase;
	font-size: 40px;
	font-weight: 700;
  }
  .services-section .items-container {
	position: relative;
  }
  .services-section .row > * {
	padding-left: 20px;
	padding-right: 20px;
  }
  .services-section .inner-box {
	position: relative;
  }
  .services-section .inner-box:hover .image img {
	transform: scale(1.1);
  }
  .services-section .inner-box:hover .overlay-content {
	opacity: 1;
  }
  .services-section .inner-box:hover .border-one {
	transform: scaleX(1);
  }
  .services-section .inner-box:hover .border-two {
	transform: scaleY(1);
  }
  .services-section .inner-box h2 {
	position: relative;
	color: #fff;
	font-weight: 700;
	font-size: 2.8125rem;
  }
  @media (min-width: 768px) {
	.services-section .inner-box h2 {
	  font-size: 1.5625rem;
	}
  }
  .services-section .image {
	position: relative;
	overflow: hidden;
  }
  .services-section .image img {
	transition: 0.5s;
	width: 100%;
  }
  .services-section .overlay-content {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.8);
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	text-align: center;
	transition: 0.5s;
	opacity: 0;
	overflow: hidden;
  }
  .services-section .overlay-content .text-overlay {
	padding: 0 1.25rem;
  }
  .services-section .border-one {
	position: absolute;
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	transition: 0.5s;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: scaleX(0);
  }
  .services-section .border-two {
	position: absolute;
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	transition: 0.5s;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: scaleY(0);
  }