

/*
Theme Name: militant 
Description: militant - Medical Service WordPress Theme.
Theme URI: webitkurigram.com/wp/militant
Author: Consultant
Author URI:https://www.templatemonster.com/vendors/consultant/
Version: 1.0.0
Tags: custom-menu, editor-style, featured-images
Text Domain: militant
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/*
-------------------------------------------------------------------------------------
CSS INDEX
======================================================================================
* THEME DEFULT CSS
* SECTION TITLE
* SLIDER BUTTON STYLE
* WIDGET  CSS
* HEADING TOP AREA CSS
* HEADING NAV AREA CSS
* SLIDER CSS
* ABOUT SECTION CSS
* SERCIVE CSS
* PROGRESS CSS
* TEAM CSS
* COUNTER AREA CSS
* PRICING AREA CSS
* BRAND AREA CSS
* TESTIMONIAL AREA CSS
* PORTFOLIO AREA CSS
* BLOG AREA CSS
* BLOG DETAILS AREA CSS
* choose AREA CSS
* COMMENT AREA CSS
* PAGINATION AREA CSS
* BREADCRUMB AREA CSS
* 404 AREA CSS
* FOOTER TOP AREA CSS
* FOOTER TOP 2 AREA CSS
* FOOTER MIDDLE AREA CSS
* FOOTER BOTTOM AREA CSS
* SCROLL TOP CSS
* RESPONSIVE CSS
============================================================================================= */


/*----------------------------------------
 Don't change any css from here. If you need to change, Please use child theme.
------------------------------------------*/

html,
body {}

img {
	max-width: 100%;
	height: auto;
}


/* box layout */

.box.wrapper {
	max-width: 1200px;
	margin: auto;
	background: #fff;
	-webkit-box-shadow: 0px 0px 5px #ddd;
	box-shadow: 0px 0px 5px #ddd;
}


/* end box layout */

.fix {
	overflow: hidden;
}

.clear_both {
	clear: both;
}

h1 {
	font-size: 40px;
	font-weight: 500;
}

h2 {
	font-size: 35px;
	margin-bottom: 10px;
}

h3 {
	font-size: 28px;
}

h4 {
	font-size: 22px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}


/*===================== militant HEADING TOP AREA CSS =========================*/


/* LEFT RIGHT CSS */

.em40_header_area_main.hdisplay_none {
	display: none;
}

.militant-header-top {
	background: #7bc74d;
	padding: 10px 0;
}

.top-address p {
	margin-bottom: 0;
}

.top-address p span,
.top-address p a {
	margin-right: 20px;
}

.top-address p span i,
.top-address p a i {
	font-size: 16px;
	color: #fff;
	margin-right: 10px;
}

.top-address p a {
	display: inline-block;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}


/* TOP RIGHT CSS */

.top-right-menu ul.social-icons {
	margin: 0;
	padding: 0;
}

.top-right-menu ul.social-icons li {
	display: inline-block;
	margin-left: 18px;
	position: relative;
}

.top-right-menu ul.social-icons li a {
	display: inline-block;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	font-size: 15px;
}

.top-address p a,
.top-right-menu ul.social-icons li a,
.top-address p span {
	color: #fff;
}

.top-right-menu .social-icons li a:hover,
.top-right-menu .social-icons li a i:hover {
	color: #7bc74d;
}

.top-both-p0 .top-address p a,
.top-both-p0 .top-address p span {
	margin-right: 0px;
	margin-left: 12px;
}

.right_menu_button {
	text-align: right;
}

.login_button {
	font-size: 12px;
	text-transform: uppercase;
	color: #fff;
	border: 1px solid #fff;
	display: inline-block;
	padding: 0px 17px;
	margin-left: 10px;
	font-weight: 500;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	line-height: 24px;
}

.login_button.active,
.login_button:hover {
	background: #333;
	border-color: #333;
	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 #f00;
	width: 150px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	text-align: left;
	background: #fff;
	z-index: 1;
}

.top-right-menu ul.social-icons li:hover .sub-menu {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	visibility: visible;
}

.top-right-menu ul .sub-menu li {
	padding: 5px 0px 0px 5px;
}

.top-right-menu ul .sub-menu li a {
	font-size: 12px;
}

.top-right-menu ul .sub-menu ul {
	display: none;
}

.top-welcome p {
	padding: 0px;
	margin: 0px;
}

.top-address.em-login a {
	margin-right: 10px;
}

.top-address.em-login a+a {
	margin-right: 0;
}

.top-address.em-login p a i,
.top-address.em-login p a i {
	margin-right: 5px;
}

.top-address.em-login a+a:before {
	content: "|";
	margin-right: 12px;
}

.txtc {
	text-align: center;
}

.text-center {
	text-align: center;
}

.text-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;
}


/* address left right icon */

.top-right-menu.litop {
	float: left;
}


/* mobile logo */

.mobile_menu_logo.text-center {
	padding: 20px 0;
}

.tr_search .em-quearys-menu i {
	color: #fff;
}


/*======================= militant HEADING NAV AREA CSS ========================*/

.mean-container .mean-bar {
	padding: 0;
}

.mean-container .mean-nav {
	background: #7bc74d none repeat scroll 0 0;
	float: none;
	left: 0;
	position: absolute;
	right: 0;
	top: 60px;
}

.mean-container .mean-nav>ul>li:first-child {
	border-top: 0px solid #fff;
}

.main_menu_div {
	position: relative;
}

.militant_nav_area {
	background: #fff none repeat scroll 0 0;
	padding: 4px 0;
}


/* LOGO CSS */

.logo {}

.logo img {
	font-size: 36px;
	color: #fff;
}

.logo a {
	font-size: 23px;
	font-weight: 600;
	display: inline-block;
}

.militant_menu {}


/* MENU CSS */

.militant_menu ul {
	text-align: right;
	list-style: none;
}

.militant_menu>ul>li {
	display: inline-block;
	position: relative;
}

.militant_menu>ul>li>a {
	display: block;
	margin: 30px 9px 32px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	position: relative;
	color: #333;
	font-size: 16px;
	font-weight: 500;
	text-transform: capitalize;
	transition: .5s;
	/* letter-spacing: 1px; */
}

.militant_menu>ul>li>a::before {
	position: absolute;
	content: "";
	left: 0;
	bottom: -2px;
	width: 0%;
	border-bottom: 2px solid #fff;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.militant_menu>ul>li.current>a:before,
.militant_menu>ul>li>a:hover:before {
	width: 25px;
}

.heading_style_2 .militant_menu>ul>li>a {
	color: #fff;
}

.heading_style_3 .militant_menu>ul>li>a {
	color: #d6aee9;
}

.heading_style_4 .militant_menu>ul>li>a {
	color: #fff;
}

.heading_style_5 .militant_menu>ul>li>a {
	color: #fff;
}

.militant_menu ul li:last-child a {
	margin-right: 0px;
}

.militant_menu>ul>li.current>a,
.militant_menu>ul>li:hover>a {
	color: #7bc74d;
}

.heading_style_3.tr_btn .militant_menu>ul>li.current>a,
.heading_style_3 .militant_menu>ul>li.current>a,
.heading_style_3 .militant_menu>ul>li:hover>a,
.heading_style_3.tr_btn .militant_menu>ul>li:hover>a {
	color: #fff;
}

.heading_style_5 .militant_menu>ul>li.current>a,
.heading_style_5 .militant_menu>ul>li:hover>a {
	color: #fff;
}


/* transparent 2 */

.trp_nav_area {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 9999;
	background-color: transparent;
	padding: 37px 0;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.hbg2 {
	background: rgba(0, 0, 0, .7);
	padding: 0 0 4px;
}


/* stycky nav js */

.transprent-menu.menu4 {
	position: relative;
}

.transprent-menu .militant_nav_area {
	left: 0;
	right: 0;
	top: 0;
	z-index: 9999;
	background-color: rgba(0, 0, 0, 0.20);
	padding: 0;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	position: absolute;
}

.militant_nav_area.postfix {
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.militant_nav_area.prefix,
.hbg2 {
	-webkit-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
}

.militant_nav_area.prefix .militant_menu>ul>li>a {
	color: #fff;
}

.heading_style_3.tr_btn .prefix .militant_menu>ul>li>a:hover,
.heading_style_3.tr_btn .hbg2 .militant_menu>ul>li.current a {
	color: #7bc74d;
}

.heading_style_3 .prefix .militant_menu>ul>li>a:hover,
.heading_style_3 .hbg2 .militant_menu>ul>li.current a {
	color: #7bc74d;
}

.heading_style_3 .militant_nav_area.prefix .em-quearys-top.msin-menu-search .em-quearys-menu i {
	color: #fff;
}

.tr_white_btn .hbg2 {
	background: #7bc74d !important;
}

.tr_white_btn .hbg2 .militant_menu>ul>li>a {
	color: #fff !important;
}


/* LOGO LEFT RIGHT CSS */

.logo-left {}

.logo-right .logo {
	text-align: right;
}

.logo-right .militant_menu>ul {
	text-align: left;
}

.logo-right .militant_menu>ul>li:first-child a {
	padding-left: 0px;
}

.logo-right .militant_menu>ul>li:last-child a {
	padding-right: auto;
}


/* logo top */

.logo-top .logo {
	text-align: center;
}

.logo-top .militant_menu>ul {
	text-align: center;
}

.logo-top>.militant_menu>ul>li:last-child a {
	padding-right: auto;
}


/* sub menu style */

.militant_menu ul .sub-menu {
	position: absolute;
	left: 0;
	top: 130%;
	width: 242px;
	text-align: left;
	background: #fff;
	margin: 0;
	padding: 15px 0;
	z-index: 9999;
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	visibility: hidden;
}

.militant_menu ul li:hover>.sub-menu {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	visibility: visible;
	top: 100%;
	z-index: 9999;
}

.militant_menu ul .sub-menu li {
	position: relative;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.militant_menu ul .sub-menu li:before {
	position: absolute;
	left: 7px;
	top: 50%;
	font-size: 20px;
	color: #7bc74d;
	font-family: fontAwesome;
	content: "\f0da";
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 0;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.militant_menu ul .sub-menu li:hover {
	margin-left: 15px;
}

.militant_menu ul .sub-menu li:hover:before {
	opacity: 1;
}

.militant_menu ul .sub-menu li a {
	display: block;
	padding: 12px 20px;
	margin: 0;
	line-height: 1.3;
	letter-spacing: normal;
	font-size: 13px;
	color: #555;
	font-weight: 400;
	text-transform: uppercase;
	-webkit-transition: .1s;
	-o-transition: .1s;
	transition: .1s;
	visibility: inherit !important;
	letter-spacing: 1px;
}

.militant_menu ul .sub-menu li:hover>a,
.militant_menu ul .sub-menu .sub-menu li:hover>a,
.militant_menu ul .sub-menu .sub-menu .sub-menu li:hover>a,
.militant_menu ul .sub-menu .sub-menu .sub-menu .sub-menu li:hover>a {
	background: rgba(255, 255, 255, .06);
	color: #7bc74d;
}


/* sub menu 2 */

.militant_menu ul .sub-menu .sub-menu {
	left: 100%;
	top: 130%;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	visibility: hidden;
}

.militant_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 */

.militant_menu ul .sub-menu .sub-menu li {
	position: relative;
}

.militant_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;
}

.militant_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 */

.militant_menu ul .sub-menu .sub-menu .sub-menu li {
	position: relative;
}

.militant_menu ul .sub-menu .sub-menu .sub-menu .sub-menu {}

.militant_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 .militant_nav_area.prefix {
	top: 32px;
}

.logged-in .trp_nav_area.hbg2 {
	top: 32px;
}


/* maing menu search */

nav.militant_menu.main-search-menu {
	float: right;
}

.militant_menu.main-search-menu>ul,
.em-quearys-top.msin-menu-search {
	display: inline-block;
}


/* top quearys */

.em-top-quearys-area {
	position: relative;
}

.em-header-quearys {
	list-style: none;
}

.em-quearys-menu i {
	border-radius: 50px;
	display: inline-block;
	height: 26px;
	text-align: center;
	width: 26px;
	line-height: 26px;
	font-size: 16px;
	cursor: pointer;
}

.em-quearys-inner {
	position: absolute;
	right: 15px;
	top: 36px;
	z-index: 999;
	display: none;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.em-quearys-form {
	background-color: #f5f5f5;
	width: 363px;
	float: right;
	border-radius: 30px;
}

.em-quearys-inner {
	top: 61px;
	background: #fff;
	padding: 20px;
	border-top: 3px solid #7BC74D;
	background: rgba(0, 0, 0, 0.40);
}

.top-form-control {
	position: relative;
}

.em-s-hidden {
	display: none !important;
}

.top-form-control input {
	background: #f5faff;
	color: #777;
	font-size: 13px;
	font-weight: 300;
	height: 55px;
	padding: 0 40px 0 25px;
	width: 100%;
	border: none;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.top-form-control button.top-quearys-style {
	position: absolute;
	right: 0;
	top: 50%;
	background: 0 0;
	font-size: 16px;
	border: none;
	color: #7BC74D;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 100%;
	background: #7BC74D;
	width: 58px;
	text-align: center;
}

.top-quearys-style i {
	font-size: 18px;
	color: #fff;
}

.em-quearys-top.msin-menu-search .em-quearys-menu i {
	background: #7bc74d;
	height: 36px;
	width: 36px;
	line-height: 36px;
	margin-left: 45px;
	color: #fff;
	border-radius: 0;
}

.em-quearys-inner:before {
	position: absolute;
	right: 1px;
	top: -11px;
	width: 47px;
	height: 47px;
	text-align: center;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 8px solid #7BC74D;
	content: " ";
}


/* has menu icon */

.militant-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)";
}

.militant-main-menu .menu-item-has-children .menu-item-has-children>a:after {
	margin-left: 8px;
	content: "\f105";
}


/* menu button */

.donate-btn-header {
	display: inline-block;
}

a.dtbtn {
	border: 2px solid transparent;
	display: inline-block;
	font-size: 14px;
	margin-left: 16px;
	font-weight: 500;
	text-transform: capitalize;
	background-color: #7bc74d;
	color: #fff;
	padding: 10px 25px;
	text-align: center;
	border-radius: 3px;
}

a.dtbtn:hover {
	background: transparent;
	border-color: #7bc74d;
	color: #7bc74d;
}

.tr_white_btn a.dtbtn {
	background-color: #fff;
	color: #333;
}

.tr_white_btn a.dtbtn:hover {
	background-color: transparent;
	border-color: #fff;
	color: #fff;
}


/* logo sticky */

.militant-main-menu .logo a.main_sticky_main_l {
	display: block;
}

.militant-main-menu .logo a.main_sticky_l {
	display: none;
}


/* logo pre */

.militant-main-menu .prefix .logo a.main_sticky_main_l {
	display: none;
}

.militant-main-menu .prefix .logo a.main_sticky_l {
	display: block;
}

.headroom--pinned {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.headroom--unpinned {
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}

.header--fixed {
	position: fixed;
	z-index: 10;
	right: 0;
	left: 0;
	top: 0;
	-webkit-transition: -webkit-transform .25s ease-in-out;
	transition: -webkit-transform .25s ease-in-out;
	-o-transition: transform .25s ease-in-out;
	transition: transform .25s ease-in-out;
	transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out;
	will-change: transform;
}

.menu-height-space {
	height: 100px;
}


/* sticky logo */

.creative_logo_thumb a.main_sticky_l {
	display: none;
}

.creative_logo_thumb .logo a {
	margin-top: 0;
}

.transprent-menu.no-logo-header .militant_nav_area {
	background-color: transparent;
	top: -34px;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.transprent-menu.no-logo-header .militant_nav_area.prefix {
	top: 0;
}

.creative_header_menu.militant_menu ul {
	text-align: left;
	float: left;
}

.no-logo-header {
	background: #7BC74D !important;
	padding: 0 0px 0 30px;
	z-index: 99999;
	border-radius: 4px;
}

.creative_header_menu.militant_menu ul li:first-child a {
	margin-left: 0px;
}

.creative_search_icon {
	float: right;
	display: inline-block;
}

.creative_header_icon {
	float: left;
	overflow: hidden;
	margin-right: 14px;
	padding-top: 0px;
}

.creative_header_icon i {
	color: #7bc74d;
	font-size: 34px;
}

.creative_header_address_text h3 {
	color: #565872;
	font-size: 15px;
	font-weight: 600;
}

.creative_header_address_text p,
.creative_header_address_text p a {
	color: #555;
	font-size: 15px;
	font-weight: 400;
	overflow: hidden;
}

.em_creative_header {
	border-bottom: 1px solid #d7d7d7;
	padding: 20px 0 50px;
}

.creative_header_address {
	padding-left: 121px;
}

.creative_header_button {
	text-align: right;
	padding-top: 5px;
}

.creative_header_button a.dtbtn {
	padding: 13px 25px;
	text-align: center;
}

.creative_header_menu .donate-btn-header {
	display: inline-block;
	float: right;
	padding-top: 0;
}

.creative_header_menu .donate-btn-header a.dtbtn {
	border: 0;
	display: inline-block;
	font-size: 15px;
	margin-left: 43px;
	font-weight: 500;
	text-transform: capitalize;
	background-color: #333;
	color: #fff;
	padding: 0 25px;
	text-align: center;
	line-height: 67px;
	border-radius: 0 4px 4px 0;
}

.no-logo-header .col-md-12,
.no-logo-header .col-sm-12,
.no-logo-header .col-xs-12 {
	padding: 0 !important;
}

.no-logo-header .em-quearys-top.msin-menu-search .em-quearys-menu i {
	background: #7bc74d;
	height: inherit;
	width: inherit;
	line-height: 58px;
	margin-left: 32px;
	color: #fff;
	border-radius: 0;
}

.no-logo-header .militant_menu>ul>li>a {
	margin-top: 20px;
	margin-bottom: 20px;
}


/*===================== militant BLOG AREA CSS =========================*/

.militant-blog-index.blog-area.militant-blog-area,
.single-blog-details,
.militant-blog-single {
	background: #f6f7ff;
}

.militant-blog-area {
	padding: 90px 0 90px;
	padding-bottom: 60px;
}

.militant-single-blog {
	margin-bottom: 30px;
	overflow: hidden;
	text-align: left;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	background: #fff;
}

.militant-single-blog.militant-lt {
	text-align: left;
}

.militant-blog-index.blog-area.militant-blog-area,
.militant-blog-area.militant-blog-archive {
	padding: 100px 0 100px;
	background: #f6f7ff;
}

.militant-blog-index.blog-area.militant-blog-area {
	padding: 100px 0 100px;
}


/* BLOG THUMB CSS */

.militant-blog-thumb {
	overflow: hidden;
}

.militant-blog-thumb a {
	display: block;
	position: relative;
}

.militant-blog-thumb img {
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	display: block;
}


/* BLOG TITLE AND CONTENT CSS */

.blog-content {
	word-break: break-word;
}

.em-blog-content-area {
	padding: 33px 23px 32px;
}

.blog-page-title h2 {
	margin: 0;
	margin-bottom: 20px;
	font-size: 22px;
	margin-top: 18px;
}

.blog-page-title a {
	display: block;
	font-weight: 500;
	margin-bottom: 0;
	text-transform: capitalize;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	color: #151948;
}

.blog-page-title a:hover {
	color: #7bc74d;
}


/* BLOG POST META CSS */

.militant-blog-meta-left a,
.militant-blog-meta-left span {
	color: #565872;
	font-size: 12px;
	text-transform: uppercase;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	display: inline-block;
	text-decoration: none;
	position: relative;
	font-weight: 500;
	margin-right: 9px;
	letter-spacing: 1px;
}

.militant-blog-meta-left i {
	margin-right: 6px;
	display: none;
}


/* BLOG POST META RIGHT CSS */

.militant-blog-meta-right {
	float: right;
	padding: 0px 0;
}

.militant-blog-meta-right a,
.militant-blog-meta-right span {
	color: #5e629c;
	font-size: 16px;
	margin-left: 19px;
	text-transform: capitalize;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	display: inline-block;
	text-decoration: none;
	position: relative;
}

.militant-blog-meta-right a:hover,
.militant-blog-meta-right span:hover,
.militant-blog-meta-left a:hover,
.militant-blog-meta-left span:hover {
	color: #7bc74d;
}

.militant-blog-meta-right i {
	margin-right: 5px;
}


/* Meta Upper */

.upper.militant-blog-meta-left a,
.upper.militant-blog-meta-left span {
	color: #7bc74d;
	font-size: 14px;
	margin-right: 16px;
	font-weight: 500;
}

.upper.militant-blog-meta-left a:hover,
.upper.militant-blog-meta-left span:hover {
	color: #151948;
}

.meta-list.militant-blog-meta-left a,
.meta-list.militant-blog-meta-left span {
	color: #7886a0;
	font-size: 12px;
	margin-right: 15px;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 2px;
}


/* blog readmore */

.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: #7bc74d;
	background: #7bc74d;
	color: #fff;
}

.em-blog-content-area_adn {
	padding: 23px 25px 32px;
	background: #F2F5F8;
}


/*======================== EMD militant BLOG AREA CSS =========================*/


/*======================== militant BLOG DETAILS AREA CSS =========================*/

.militant-single-blog-details {
	background: #fff;
	padding: 40px;
	margin-bottom: 40px;
}

.militant-single-blog--thumb {
	padding-bottom: 30px;
}

.militant-single-blog-details .militant-blog-meta {
	margin: 0;
	border: 0;
}

.single-blog-title {
	font-size: 29px;
	padding: 0;
	margin-top: 12px;
	margin-bottom: 29px;
	text-transform: unset;
	font-weight: 700;
}

.militant-single-blog-content p {
	margin-bottom: 20px;
}

.militant-single-blog-details .militant-blog-meta {
	margin: 0;
	border: 0;
}


/*BLOG DETAILS META */

.militant-blog-meta.txp-meta {
	position: inherit;
	top: inherit;
	left: inherit;
	z-index: 9999;
}

.militant-blog-meta.txp-meta .militant-blog-meta-left a,
.militant-blog-meta.txp-meta .militant-blog-meta-left span {
	color: #454545;
	font-size: 13px;
	margin-right: 0;
	text-transform: uppercase;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	background: transparent;
	display: inline-block;
	padding: 0;
	font-weight: 400;
	text-decoration: none;
	margin-right: 15px;
	position: relative;
}

.militant-blog-social {
	margin-bottom: 40px;
	margin-top: 26px;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.20);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	padding: 20px 0px;
	display: none;
}

.militant-single-icon-inner {
	text-align: center;
}

.militant-single-icon-inner a {
	background: #42047B;
	border: 1px solid #42047B;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	height: 40px;
	line-height: 38px;
	margin: 0 5px;
	text-align: center;
	width: 40px;
}

.militant-single-icon-inner a:hover {
	background: #7bc74d;
	border-color: #7bc74d;
	color: #fff;
}

.militant-single-icon-inner a i {}

.single-blog-content ul {
	padding-bottom: 10px;
}

.militant-single-blog-details .militant-blog-meta-left i {
	color: #7886a0;
	margin-right: 5px;
}

.militant-single-blog-details .militant-blog-meta.txp-meta .militant-blog-meta-left a,
.militant-single-blog-details .militant-blog-meta.txp-meta .militant-blog-meta-left span {
	font-size: 12px;
	text-transform: uppercase;
	color: #7886a0;
	font-weight: 500;
	letter-spacing: 2px;
}

blockquote {
	padding: 10px 20px;
	margin: 32px 0 32px;
	font-size: 24px;
	border-left: 6px solid #7BC74D;
	background: #F6F7FF;
	font-style: normal;
	line-height: 1.3;
	font-weight: 500;
	padding: 50px 50px 50px 108px;
	position: relative;
}

.post-text blockquote::before {
	content: "\f10d";
	left: 42px;
	top: 50px;
	position: absolute;
	color: #7BC74D;
	font-family: "FontAwesome";
	font-weight: 700;
	font-size: 41px;
}

blockquote .small,
blockquote footer,
blockquote small {
	display: block;
	font-size: 80%;
	line-height: 1.42857143;
	color: #7BC74D;
	text-transform: uppercase;
	font-size: 14px;
}

.militant-single-blog-details .inner-content h4 {
	padding-bottom: 15px;
	font-size: 20px;
	font-weight: 700;
}


/*======================== militant COMMENT AREA CSS =========================*/


/* POST REPLY CSS */

.comments {
	padding: 40px;
	background: #fff;
	padding-bottom: 25px;
}

.comment-respond {
	padding: 33px 50px 19px;
	background: #fff;
}

.post_comment {
	border: 1px solid #eceff8;
	margin: 20px 0;
	padding: 0 15px;
}

.comment_inner {}

.commment_title {}

.commment_title h3 {
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 30px;
	position: relative;
	text-transform: capitalize;
	color: #140a20;
	margin-top: 0;
}

.post_replay_inner {
	word-wrap: break-word;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 12px;
}

.mgl-30 {
	margin-left: 30px;
}

.post_reply_thumb {}

.post_reply_thumb img {
	border-radius: 50%;
}

.post_replay {
	margin-top: 25px;
}

.post_reply {
	padding-left: 15px;
	width: 100%;
	position: relative;
}

.post_reply div.st {
	font-size: 18px;
	font-weight: 400;
}

.post_reply div.st a {
	color: #151948;
	font-size: 18px;
	font-weight: 500;
	text-transform: capitalize;
	display: inline-block;
	padding-bottom: 6px;
}

.reply_date {
	overflow: hidden;
	margin-bottom: 5px;
}

.reply_date span.span_left {
	font-size: 12px;
	font-weight: 500;
	color: #7bc74d;
	letter-spacing: 2px;
	text-transform: uppercase;
	display: block;
}

.reply_date span.span_right {
	float: none;
	color: #7bc74d;
	font-size: 12px;
	font-weight: 500;
	text-transform: capitalize;
	letter-spacing: 2px;
	position: absolute;
	top: 0;
	right: 0;
}

.post_reply p {}

.comments-area .children {
	margin-left: 48px;
}

.post_comment .post_comment {
	margin-left: 15px;
}


/* COMMENT FORM CSS */

.comment_field {}

.comment_field .input-field,
.comment_field .textarea-field {
	width: 100%;
	float: left;
	position: relative;
}

.comment_field .input-field label,
.comment_field .textarea-field label {
	color: #606060;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	margin-top: 15px;
	margin-bottom: 10px;
	font-weight: 500;
	display: none;
}

.comment_field .textarea-field label {
	margin-top: 30px;
}

.comment_field .input-field input {
	width: 100%;
	border: 0;
	padding: 0 30px;
	height: 60px;
	font-size: 12px;
	background: #F6F7FF;
	margin-bottom: 25px;
}

.comment-form-cookies-consent input[type="checkbox"],
.comment-form-cookies-consent input[type="radio"] {
	margin: 4px 0 0;
	margin-top: 1px;
	line-height: normal;
	margin-right: 10px;
}

.comment_field .input-field input[type="text"] {}

.comment_field .input-field input[type="email"] {}

.comment_field .textarea-field textarea {
	width: 100%;
	border: 0;
	height: 150px;
	padding: 15px 20px;
	background: #F6F7FF;
}

.comment_field .input-field input,
.comment_field .textarea-field textarea {
	color: #555555;
}

.input-field i,
.textarea-field i {
	font-size: 16px;
	color: #d2cce9;
	position: absolute;
	right: 30px;
	top: 21px;
}

.militant_btn {
	background: #7bc74d;
	border: 0;
	margin-top: 20px;
	padding: 18px 58px;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	color: #fff;
	font-weight: 500;
	text-transform: capitalize;
	-webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.3);
	border: 2px solid transparent;
}

.militant_btn:hover {
	background: transparent;
	border-color: #7bc74d;
	color: #7bc74d;
}

.em-theme-main-page .commment_title h3 {
	margin-top: 0px;
}

.em-theme-main-page .empgc {
	margin-top: 40px;
}

.em-theme-main-page .empgc.commment_title h3 {
	margin-bottom: 35px;
}

.em-single-page-comment .commment_title.empgc>h3 {
	margin-bottom: 35px;
}

.logged-in-as {
	margin-bottom: 10px;
	margin-top: 30px;
}

.logged-in-as a {
	color: #333;
}

.comment-respond {
	margin-bottom: 30px;
	padding: 40px;
	background: #fff;
	margin-top: 41px;
	padding-top: 35px;
}

a.comment-edit-link {
	margin-bottom: 12px;
	display: inline-block;
}

.em-theme-main-page .comments-area {
	margin-top: 40px;
	clear: both;
}


/*======================== militant unittest =========================*/

.blog-page-title>h2 {
	margin: 0;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-bottom: 25px;
	font-size: 27px;
	margin-top: 9px;
	line-height: 1.5;
}

.blog-grid-item .blog-page-title>h2,
.blog-2column .blog-page-title>h2 {
	font-size: 20px;
}

.blog-grid-item .em-blog-content-area {
	padding: 30px;
}

.blog-page-title a {
	display: block;
	font-weight: 600;
	margin-bottom: 0;
	text-transform: capitalize;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	color: #151948;
}

.blog-page-title h2 a:hover {
	color: #7bc74d;
}

.em-blog-content-area {
	display: block;
	width: 100%;
}

.em-blog-content-area {
	padding: 35px;
	padding-top: 27px;
}

.blog-content p {
	margin-bottom: 0;
}

.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;
}

.learn_more .learn_btn {
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	position: relative;
	padding: 15px 47px;
	background: #7bc74d;
	border: 2px solid transparent;
	letter-spacing: 2px;
}


/* single blog */

.single-blog-content ol,
.single-blog-content ul {
	padding-left: 20px;
}

.grid-item .learn_more .learn_btn {
	padding: 10px 34px;
}

.grid-item .learn_more {
	padding-top: 0;
	padding-bottom: 0;
}


/*======================== militant PAGINATION AREA CSS =========================*/

.paginations {
	text-align: left;
	margin-top: 20px;
}

.page-numbers li {
	display: inline-block;
	text-align: center;
}

.paginations a,
.page-numbers span.current {
	width: 60px;
	height: 60px;
	line-height: 60px;
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	margin: auto 7px;
	color: #9990b8;
	border-radius: 100%;
	background: #fff;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.20);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.20);
}

.page-numbers li {
	display: inline-block;
}

.paginations a:hover,
.paginations a.current,
.page-numbers span.current {
	background: #7bc74d;
	border-color: #7bc74d;
	color: #fff;
}


/*======================== END militant PAGINATION AREA CSS =========================*/

.kc_counter_box i {
	display: inline-block;
	font-size: 45px;
	margin-bottom: 0;
}


/*======================== militant BREADCRUMB AREA CSS =========================*/

.breadcumb-area {
	padding: 145px 0 141px;
	background-color: #ebf5ff;
	background-position: center top;
	background-repeat: no-repeat;
}

.breadcumb-inner h2 {
	font-size: 55px;
}

.breadcumb-area {
	padding: 173px 0 113px;
	background-color: #ebf5ff;
	background-position: center top;
	background-repeat: no-repeat;
	position: relative;
}

.breadcumb-area::before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(10, 24, 40, 0.75);
}

.breadcumb-inner ul {}

.breadcumb-inner li {
	display: inline-block;
	margin: 0 6px;
	color: #7bc74d;
	font-size: 16px;
	font-weight: 400;
}

.breadcumb-inner li:nth-last-child(-n+1) {
	color: #7bc74d;
}

.breadcumb-inner li a {
	color: #fff;
	text-transform: uppercase;
}

.brpt h2 {
	font-size: 40px;
	margin-bottom: 19px;
	margin-top: 0;
	line-height: 1;
	font-weight: 600;
}

.lcase {
	text-transform: lowercase;
}

.ucase {
	text-transform: uppercase;
}

.ccase {
	text-transform: capitalize;
}

.breadcumb-blog-area {
	padding: 137px 0 144px;
	background: #ebf5ff;
	position: relative;
}

.breadcumb-blog-area::before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(10, 24, 40, 0.75);
}

.breadcumb-inner {
	text-align: center;
}

.breadcumb-blog-area .breadcumb-inner h2 {
	color: #ffffff;
	font-size: 65px;
	font-weight: 700;
}

.text-left .breadcumb-inner {
	text-align: left;
}


/*======================== END militant BREADCRUMB AREA CSS =========================*/


/*======================== militant 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: #7bc74d;
	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 */

.militant-search-page {
	padding-bottom: 135px;
}

.search-error .search input {
	padding: 20px 0;
}

.search-error .search input[type="text"] {
	padding-left: 20px;
}

.search-error .search button {
	top: 48%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.search-error>p {
	font-size: 18px;
	margin: 14px 0 20px;
}

.search-error>h3 {
	display: block;
	font-size: 60px;
	color: #7bc74d;
}

.search-error .search input {
	height: 68px;
	border: 1px solid #ddd;
	background: #fff;
	padding-left: 20px;
}

.mobile_menu_logo a {
	font-size: 23px;
	font-weight: 600;
	text-transform: uppercase;
}


/*======================== END militant 404 AREA CSS =========================*/


/*======================== militant FOOTER TOP AREA CSS =========================*/

.top-address-area {
	background: #111111;
	padding: 90px 0px 85px;
	text-align: center;
}

.top_address_logo {
	margin-bottom: 30px;
}

.address_content {
	padding-top: 38px;
}

.top_address_content a,
.top_address_content span {
	color: #ffffff;
	display: inline-block;
	font-weight: 400;
	line-height: 12px;
	margin-right: 14px;
}

.top_address_content a i,
.top_address_content span i {
	font-size: 14px;
	margin-right: 11px;
}

.footer-top-address h2 {
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 30px;
	letter-spacing: 10px;
	font-weight: 700;
	font-size: 26px;
}

.footer-top-address h2 span {
	color: #7bc74d;
	font-weight: 700;
}


/*======================== militant FOOTER TOP AREA CSS =========================*/

.footer-top {
	background: #1b1919 none repeat scroll 0 0;
	padding: 100px 0;
}

.footer-top-inner h2 {
	color: #fff;
	font-family: "Raleway", sans-serif;
	font-size: 35px;
	font-weight: 700;
	height: 60px;
	line-height: 60px;
	padding: 0 15px;
	text-transform: uppercase;
}

.footer-top-inner h2 span {
	color: #7bc74d;
	font-weight: 600;
}

.footer-top-inner p {
	color: #fff;
	font-size: 14px;
	margin-bottom: 26px;
	margin-left: auto;
	margin-right: auto;
	width: 62%;
}

.footer-social-icon {
	padding: 10px 0 20px;
	text-align: center;
}

.footer-social-icon a i {
	background-color: #7bc74d;
	border-radius: 50px;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	height: 45px;
	line-height: 45px;
	margin: 0 7px;
	text-align: center;
	width: 45px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.footer-social-icon a i:hover {
	background-color: #7bc74d;
	color: #fff;
}

.footer-social-icon.htop-menu-s {
	padding: 0;
	display: inline-block;
	margin-left: 30px;
}

.footer-social-icon.htop-menu-s a i {
	font-size: 15px;
	margin: 0 8px;
	color: #333;
	border-radius: 0;
	height: inherit;
	width: inherit;
	line-height: inherit;
	background: transparent;
}

.footer-top-inner .text-center {
	margin-bottom: 11px;
	text-align: center;
}


/*======================== END FOOTER TOP AREA CSS =========================*/


/*======================== militant FOOTER MIDDLE AREA CSS =========================*/

.footer-middle {
	padding: 48px 0 45px;
	position: relative;
	overflow: visible;
	overflow: unset;
	background: #1f2732;
}

.footer-middle.wpfd {
	padding: 0;
}

.wpfdp {
	padding-top: 65px;
	padding-bottom: 80px;
}

.footer-middle .widget h2 {
	font-size: 20px;
	margin-bottom: 33px;
	margin-top: 30px;
	position: relative;
	text-transform: capitalize;
	color: #fff;
}

.footer-middle #archives-dropdown--1 {
	height: 34px;
	width: 100%;
}


/*
 .footer-middle .widget ul li, .footer-middle .widget ul li a, .footer-middle .widget ul li:before, .footer-middle .tagcloud a, .footer-middle caption, .footer-middle table, .footer-middle table td a, .footer-middle cite, .footer-middle .rssSummary, .footer-middle span.rss-date, .footer-middle span.comment-author-link, .footer-middle .textwidget p, .footer-middle .widget .screen-reader-text {
     color: #fff;
}
*/

.footer-middle .widget h2 {}

.footer-middle .widget ul li:before {}

.footer-middle .tagcloud a {}

.footer-middle .widget ul {
	list-style: none;
}

.footer-middle .widget ul li {
	margin-bottom: 10px;
}

.footer-middle .widget ul li {
	margin-bottom: 14px;
	position: relative;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	font-size: 16px;
	color: #5e629c;
	padding-left: 15px;
}

.footer-middle .widget ul li a {
	color: #a0a1a2;
}

.footer-middle .widget ul li::before {
	position: absolute;
	content: "\f0da";
	left: 1px;
	top: 0;
	color: #a0a1a2;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	font-family: fontAwesome;
}

.footer-middle .widget ul li a:hover,
.footer-middle .widget ul li:hover:before {
	color: #7bc74d;
}

.recent-portfolio-area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-flow: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.recent-portfolio {
	margin-bottom: 10px;
	margin-right: 10px;
}

.recent-portfolio {
	width: 29.33%;
}

.recent-portfolio-image img {
	width: 100%;
}


/*======================== END FOOTER middle AREA CSS =========================*/


/*======================== militant FOOTER BOTTOM AREA CSS =========================*/

.footer-bottom {
	background: #1F2732;
	border-top: 1px solid #2e343d;
	padding: 14px 0;
}

.copy-right-text p {
	color: #a0a1a2;
	margin: 11px 0 0;
	padding: 0;
	margin-top: 0;
}

.footer-menu {}

.footer-menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.footer-menu ul li {
	display: inline-block;
}

.footer-menu ul .menu-item {
	margin-left: 10px;
}

.footer-menu ul .menu-item a {
	color: #a0a1a2;
	padding: 0;
	display: block;
	text-transform: capitalize;
	margin-left: 10px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.footer-menu ul .menu-item a:hover {
	color: #7bc74d;
}

.footer-menu .social-icon {
	color: #666;
	display: block;
	font-size: 15px;
	margin-left: 10px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	width: 50px;
	height: 50px;
	line-height: 50px;
	background: #fff;
	text-align: center;
	color: #5e629c;
	border-radius: 100%;
	-webkit-box-shadow: 0px 16px 32px 0px rgba(212, 212, 212, 0.2);
	box-shadow: 0px 16px 32px 0px rgba(212, 212, 212, 0.2);
}

.footer-menu .social-icon:hover {
	color: #fff;
	background-color: #42047B;
}

.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;
}


/*======================== END FOOTER BOTTOM AREA CSS =========================*/


/*======================== EM40 SCROLL TOP CSS =========================*/

#scrollUp {
	background: #7BC74D;
	bottom: 30px;
	color: #fff;
	font-size: 34px;
	height: 60px;
	line-height: 60px;
	right: 30px;
	text-align: center;
	width: 60px;
	border-radius: 100%;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

#scrollUp:hover {
	background: #7bc74d;
}

#scrollUp i {
	color: #fff;
}


/*======================== END EM40 SCROLL TOP CSS =========================*/

.copy-right-text a {
	color: #7bc74d;
}

.template-home .vc_row {
	margin-left: 0px !important;
	margin-right: 0px !important;
}

 ::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #999;
	font-size: 15px;
}

 ::-moz-placeholder {
	/* Firefox 19+ */
	color: #999;
	font-size: 15px;
}

 :-ms-input-placeholder {
	/* IE 10+ */
	color: #999;
	font-size: 15px;
}

 :-moz-placeholder {
	/* Firefox 18- */
	color: #999;
	font-size: 15px;
}

.wpb_gallery.wpb_content_element.vc_clearfix {
	margin-bottom: 0;
}

.recent-post-item {
	clear: both;
}

.recent-post-image {
	float: left;
	margin-right: 10px;
}

.recent-post-image a {
	display: block;
	margin-top: 0;
	margin-bottom: 10px;
}

.recent-post-text {
	overflow: hidden;
}

.recent-post-text>h4 {
	margin-top: 0px;
	line-height: 1;
	text-transform: capitalize;
}

.recent-post-text h4 a {
	color: #151948;
	font-size: 16px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	font-weight: 500;
}

.recent-post-text h4 a:hover {
	color: #7bc74d;
}

.recent-post-text .rcomment {
	color: #393e42;
	font-size: 12px;
	text-transform: none;
}

.recent-post-text .rcomment i {
	margin-right: 5px;
}

.recent-post-text .rcomment {
	color: #212529;
}

.footer-middle .recent-post-text h4 a {
	color: #fff;
	font-weight: 600;
}

.footer-middle .recent-post-text>h4 {
	margin-bottom: 5px;
	font-weight: 500;
	line-height: 1;
	margin-top: 5px;
}

.footer-middle .recent-post-text>h4 a:hover {
	color: #7bc74d;
}

.footer-middle .recent-post-text .rcomment {
	color: #999;
	font-size: 12px;
	font-weight: 400;
}

.mean-container .mean-bar {
	float: none;
	background: #7bc74d 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)";
}

.footer-middle .widget .menu-social-menu-container ul {
	margin-left: 0;
	margin-top: 5px;
}

.footer-middle .widget .menu-social-menu-container ul li {
	display: inline-block;
	margin-bottom: 0;
	margin-right: 5px;
	margin-top: 0;
	padding-left: 0;
	position: inherit;
}

.footer-middle .widget .menu-social-menu-container ul li:before {
	display: none;
}

.footer-middle .widget .menu-social-menu-container ul li a {
	display: block;
}

.footer-middle .textwidget p {
	font-size: 16px;
}

.footer-middle .widget .menu-social-menu-container ul li i {
	color: #666;
	display: block;
	font-size: 15px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	width: 45px;
	height: 45px;
	line-height: 43px;
	background: transparent;
	text-align: center;
	color: #fff;
	border-radius: 100%;
	-webkit-box-shadow: 0px 16px 32px 0px rgba(212, 212, 212, 0.2);
	box-shadow: 0px 16px 32px 0px rgba(212, 212, 212, 0.2);
	border: 1px solid #fff;
}

.footer-middle .widget .menu-social-menu-container ul li i:hover {
	color: #42047B;
	background-color: #fff;
}


/* kc element */

.template-home-wrapper {
	overflow: hidden;
}

.kc-blog-posts-3 .kc-list-item-3>a img {
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.section-title.t_center {
	margin: auto;
	text-align: center;
	position: relative;
	z-index: 99;
}

.section-title h6 {
	font-family: 'Dancing Script', cursive;
	position: absolute;
	left: 0px;
	right: 0;
	font-size: 138px;
	top: -44px;
	color: #f6f7ff;
	z-index: -1;
	font-weight: 700;
	margin: auto;
	letter-spacing: 17px;
}

.white_title .section-title h6 {
	color: #fff;
	opacity: 0.04;
}

.section-title.t_left {
	margin: auto auto auto 0;
	width: 100%;
	text-align: left;
	position: relative;
	z-index: 99 !important;
}

.section-title.t_right {
	margin: auto 0 auto auto;
	width: 63%;
	text-align: right;
}

.section-title.t_right .em-bar {
	margin: 0 0 5px auto;
}

.section-title.t_left .em-bar {
	margin: 0 0 5px;
}

.section-title h2 {
	font-size: 35px;
	font-weight: 700;
	margin-bottom: 0px;
	text-transform: capitalize;
	margin-top: 0;
}

.tmr0 .section-title h2 {
	margin: 0;
}

.section-title h5 {
	font-size: 15px;
	margin: 0;
	text-transform: capitalize;
	color: #7BC74D;
	margin: 0 0 15px;
	font-weight: 700;
	text-transform: uppercase;
}

.section-title p {
	font-size: 16px;
	width: 68%;
	margin: 30px auto 30px;
}

.em-icon {}

.em-icon i {}

.em-bar-main {
	margin: 10px 0 13px;
}

.em-bar {
	background: #7bc74d none repeat scroll 0 0;
	height: 2px;
	margin: 0 auto 5px;
	width: 62px;
}

.em-bar.em-bar-big {
	width: 90px;
	position: relative;
}

.em-bar.em-bar-big::before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	width: 50px;
	height: 2px;
	background: #7bc74d;
	margin: auto;
	bottom: -6px;
}

.em-bar.em-bar-big::after {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	width: 35px;
	height: 2px;
	background: #7bc74d;
	margin: auto;
	bottom: -12px;
}

.em-image {
	margin-bottom: 0;
	margin-top: 0;
}

.em-image img {}

.section-title.t_left span {
	color: #7bc74d;
}


/* title 2 style */

.title_in {
	float: left;
	padding-right: 30px;
	position: relative;
	margin-right: 30px;
}

.title_tx h5,
.title_tx h2 {
	margin: 0;
}

.title_tx h5 {
	font-size: 18px;
	font-weight: 600;
}

.title_tx h2 {
	font-size: 35px;
	font-weight: 700;
	margin-top: 24px;
}

.title_tx h4 {
	font-size: 35px;
	font-weight: 700;
}

.title_ptx p {
	margin: 0 0 0 0;
	padding-top: 10px;
	overflow: hidden;
	/* text-align: right; */
	padding-left: 192px;
	/* width: 70%; */
	/* float: right; */
}


/*===================== militant FEATURE SECTION =========================*/

.em_features_area {
	position: relative;
	z-index: 1;
}


/* Feature Default Css */

.em-feature {
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	text-align: center;
	-webkit-box-shadow: 0px 15px 32px 5px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 15px 32px 5px rgba(0, 0, 0, 0.05);
	padding: 51px 20px 40px;
	margin-bottom: 30px;
}

.em-feature:hover {
	-webkit-box-shadow: 0 25px 35px rgba(0, 0, 0, 0.05);
	box-shadow: 0 25px 35px rgba(0, 0, 0, 0.05);
}

.em_feature-icon {
	font-size: 50px;
	color: #7bc74d;
	display: inline-block;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	position: relative;
	margin-bottom: 40px;
}

.em_content_text h2 {
	margin: 0 0 16px;
	padding: 0;
	text-transform: capitalize;
	font-size: 20px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	font-weight: 700;
}

.em-feature-title h2:hover {
	color: #7bc74d;
}

.em_content_text {
	overflow: hidden;
}

.lst {
	list-style: square;
	padding-left: 15px;
	padding-top: 20px;
}

.lst li {
	line-height: 30px;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 9px;
	color: #555;
}


/* Startup Feature */

.em-feature.startup {
	text-align: left;
	background: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 0;
}

.em-feature.startup .em_feature-icon {
	position: relative;
	text-align: center;
	font-size: 32px;
	color: #fff;
	margin-bottom: 50px;
}

.em-feature.startup .em_feature-icon::before {
	content: "";
	position: absolute;
	left: 0;
	top: -23px;
	background: url(assets/images/startup-icon.png);
	background-repeat: no-repeat;
	height: 70px;
	width: 70px;
	z-index: -1;
}

.em-feature.startup .em_feature-icon i {
	margin-left: 23px;
}

.em-feature.startup:hover .em_content_text h2 {
	color: #8740DF;
}

.em-feature.business1 {
	text-align: left;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 53px 33px 35px;
	margin-bottom: 30px;
	background: #fff;
	z-index: 999;
	-webkit-box-shadow: 0 20px 50px 0 rgba(17, 12, 79, .1);
	box-shadow: 0 20px 50px 0 rgba(17, 12, 79, .1);
}

.em-feature.business1:hover {
	background: #7bc74d;
}

.business1 .em_content_text h2 {
	font-size: 20px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	font-weight: 600;
	margin: 5px 0 19px;
}

.business1 .em_feature-icon {
	font-size: 50px;
	color: #7bc74d;
	margin-bottom: 30px;
}

.em-feature-desc {
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.em-feature.business1:hover .feature-btn {
	opacity: 1;
}

.feature-btn a {
	display: inline-block;
	color: #999;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	text-transform: uppercase;
	font-size: 14px;
	color: #7bc74d;
	margin-top: 20px;
}

.em-feature:hover .feature-btn a {
	color: #7bc74d;
}

.feature-btn a i {
	margin-left: 7px;
}

.em-feature.business1:hover .em_content_text h2,
.em-feature.business1:hover .feature-btn a,
.em-feature.business1:hover .em-feature-desc,
.em-feature.business1:hover .em_feature-icon {
	color: #fff
}


/* Mdical Feature */

.medical .em_feature-icon {
	font-size: 80px;
	margin-bottom: 55px;
}

.medical.em-feature {
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 70px 20px 40px;
	border: 5px solid #7bc74d36;
}

.medical.em-feature:hover {
	background: #7bc74d;
	border-color: transparent;
}

.em-feature.medical:hover .em_content_text h2,
.em-feature.medical:hover .feature-btn a,
.em-feature.medical:hover .em-feature-desc,
.em-feature.medical:hover .em_feature-icon {
	color: #fff
}

.em-feature.medical2 {
	text-align: left;
	padding: 20px 30px 40px;
	background: #f2f5f8;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.em-feature.medical2:hover {
	background: #7bc74d;
}

.medical2 .em-feature-title h3 {
	font-size: 100px;
	margin-bottom: 15px;
	line-height: 1;
	color: #7bc74d;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.medical2 .em-feature-title h2 {
	position: relative;
}

.medical2 .em-feature-title h2:before {
	content: "";
	left: 0;
	position: absolute;
	bottom: -15px;
	width: 35px;
	height: 3px;
	background: #7bc74d;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.em-feature.medical2:hover .em-feature-title h2,
.em-feature.medical2:hover .em-feature-title h3 {
	color: #fff;
}

.em-feature.medical2:hover .em-feature-title h2:before {
	background: #fff;
}


/* Department */

.em-department {
	background: #fff;
	text-align: center;
	padding: 40px 35px;
	margin: 15px;
	border-radius: 7px;
	border-bottom: 3px solid #ddd;
	position: relative;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.em-department:hover {
	-webkit-transform: translateY(10px);
	-ms-transform: translateY(10px);
	transform: translateY(10px);
	border-color: #7bc74d;
}

.em-department-thumb img {
	text-align: center;
	display: inline-block;
}

.em-department-title h2 {
	font-size: 22px;
	text-transform: capitalize;
	font-weight: 600;
	margin: 35px 0 20px;
}

.department-btn {
	margin-top: 14px;
}

.department-btn a {
	display: block;
	text-transform: uppercase;
	font-size: 14px;
}

.department-btn i {
	margin-left: 3px;
}

.department_cursousel_slider {
	overflow: hidden;
}

.style-two.em-department {
	padding: 20px;
	border-radius: 7px;
	border-bottom: 0;
}

.style-two .em_department_content {
	padding: 0 20px 20px;
}

.style-two .department-btn a {
	display: block;
	text-transform: uppercase;
	font-size: 14px;
	display: block;
	border: 2px solid #eee;
	padding: 8px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.style-two .department-btn a:hover {
	background: #7bc74d;
	border-color: #7bc74d;
	color: #fff;
}

.department-btn {
	margin-top: 20px;
}


/*===================== END militant About CSS =========================*/

.em_about_us_content {
	padding-top: 50px;
}

.em_about_us_title h2 {
	font-weight: 500;
	margin-bottom: 10px;
}

.em_about_us_button {}

.em_about_us_button a i {
	display: block;
	float: left;
	overflow: hidden;
	margin-right: 14px;
	font-size: 24px;
	margin-top: 7px;
}

.em_about_us_button a {
	margin: 0;
	color: #333;
	font-weight: 400;
	display: inline-block;
	padding: 6px 36px 10px;
	border-radius: 30px;
	font-size: 12px;
	position: relative;
	margin-right: 20px;
	font-family: 'Poppins', sans-serif;
	border: 2px solid #333;
}

.em_about_us_button a span {
	overflow: hidden;
	float: right;
	margin: 0;
	line-height: 18px;
	font-size: 14px;
}

.em_about_us_button a span small {
	font-size: 16px;
	font-weight: 600;
}

.em_about_us_button a:hover {
	background: #7bc74d;
	border-color: #7bc74d;
	color: #fff;
}

.em_about_us_thumb {
	text-align: center;
}

.about_us_description {
	position: relative;
}

.about_us_description:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -23px;
	width: 60px;
	height: 5px;
	background: url(assets/images/line.png);
	background-repeat: no-repeat;
}

.vision_mission {
	position: relative;
}

.vision_mission .em_about_us_content {
	padding-top: 0;
	position: absolute;
	right: 0;
	bottom: -77px;
	max-width: 425px;
	background: #7bc74d;
	padding: 17px 24px 20px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	-webkit-box-shadow: 0 20px 50px 0 rgba(17, 12, 79, .1);
	box-shadow: 0 20px 50px 0 rgba(17, 12, 79, .1);
}

.vision_mission .em_about_us_title h2 {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 10px;
	color: #fff;
	position: relative;
	padding-top: 40px;
}

.vision_mission .em_about_us_title h2:before {
	content: "\f107";
	left: 0;
	top: -4px;
	position: absolute;
	color: #fff;
	font-family: "Flaticon";
	font-weight: 600;
	font-size: 31px;
	/* padding-top: 20px; */
}

.vision_mission .about_us_description {
	position: relative;
	color: #fff;
}

.vision_mission .em_about_us_button a {
	margin: 0;
	color: #fff;
	font-weight: 400;
	display: inline-block;
	padding: 0;
	border-radius: 30px;
	font-size: 15px;
	position: relative;
	margin-right: 0;
	border: 0;
	display: inline-block;
	margin-top: 10px;
}

.vision_mission .em_about_us_button a:hover {
	background: transparent;
	color: #fff;
	text-decoration: underline;
}

.vision_mission .em_about_us_thumb {
	text-align: center;
	padding-right: 33px;
}


/*===================== END militant Purchase CSS =========================*/

.purchase_area .kc_text_block p {
	color: rgba(102, 102, 102, 1);
	font-family: "Raleway", sans-serif;
	font-size: 18px;
	font-weight: 300;
	letter-spacing: 1px;
	text-align: center;
}

.purchase_area .kc-pro-button>a {
	font-family: "Raleway", sans-serif;
	letter-spacing: 2px;
}


/*===================== END militant SERVICE CSS =========================*/

.em-service {
	padding: 27px 25px 39px;
	text-align: center;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	background: #fff;
	-webkit-box-shadow: 0px 6px 40px 0px rgba(148, 146, 245, 0.2);
	box-shadow: 0px 6px 40px 0px rgba(148, 146, 245, 0.2);
}

.em-service:hover {
	background: #7bc74d;
}

.service_top_text {
	display: block;
}

.em-service-icon {
	color: #333;
	font-size: 35px;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.em-service-title {
	overflow: hidden;
}

.em-service-title h2 {
	margin: 5px 0 15px;
	font-size: 20px;
	padding: 0;
	text-transform: capitalize;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	font-weight: 700;
}

.em-service-desc p {
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.service-btn {
	margin-top: 2px;
}

.service-btn>a {
	color: #565872;
	display: inline-block;
	font-size: 15px;
	font-weight: 500;
	text-transform: capitalize;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.service-btn a i {
	margin-left: 7px;
}

.service-btn a:hover {
	color: #7bc74d;
}


/* style 2 */

.em-service2 {}

.em-service2 .em-service-icon i {
	display: inline-block;
	text-align: center;
	font-size: 60px;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	color: #7bc74d;
}

.em-service2 .em-service-inner {
	overflow: hidden;
}

.em-service2 .em-service-title h2 {
	margin: 0px 0 10px;
}

.em-service2 .em-service-title h2 {
	font-size: 22px;
	padding: 0;
	text-transform: capitalize;
	font-weight: 700;
	margin: -3px 0 16px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.em-service2.sleft {
	text-align: left;
}

.em-service2.sleft .em-service-icon {
	float: left;
	margin-right: 20px;
}

.em-service2.smiddle {
	margin: 0 0 30px;
	text-align: center;
	padding: 20px 25px 31px;
	background-color: #fff;
	box-shadow: 0px 15px 32px 5px rgba(0, 0, 0, 0.05);
	-o-box-shadow: 0px 15px 32px 5px rgba(0, 0, 0, 0.05);
	-ms-box-shadow: 0px 15px 32px 5px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0px 15px 32px 5px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 0px 15px 32px 5px rgba(0, 0, 0, 0.05);
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.em-service2.smiddle:hover {
	background: #7bc74d;
}

.em-service2.sright {
	text-align: right;
}

.em-service2.sright .em-service-icon {
	float: right;
	margin-left: 20px;
}

.em-service-title h2:hover {
	color: #7bc74d;
}

.em-service2.smiddle:hover .em-service-title h2,
.em-service2.smiddle:hover .em-service-icon i,
.em-service2.smiddle:hover .em-service-desc p {
	color: #fff;
}


/* Service Style For Apps */

.em-service.app {
	padding: 55px 35px 50px;
	text-align: center;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	background: #fff;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0;
	position: relative;
	border: 4px solid #f7f7f7;
}

.em-service.app .em-service-thumb {
	position: relative;
	margin-bottom: 21px;
	display: inline-block;
	width: 120px;
	height: 120px;
	background: #fff;
	line-height: 120px;
	border-radius: 100%;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.em-service.app:hover .em-service-thumb {
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
}

.em-service.app:hover {
	border-color: #7bc74d;
}

.em-service.style_4 .em-service-title h2 {
	text-transform: capitalize;
	padding: 4px 0 17px;
	font-size: 22px;
}

.em-service-desc p {
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	overflow: hidden;
}


/* Service Six Medical Two */

.em-service.medical-two {
	padding: 0;
	margin-bottom: 30px;
}

.medical-two .em_service_content {
	padding: 20px 20px 26px;
	text-align: left;
}

.medical-two .service-btn {
	margin-top: 14px;
}

.medical-two .service-btn>a {
	font-size: 14px;
	text-transform: uppercase;
	border-bottom: 2px solid #ddd;
	position: relative;
	color: #7BC74D;
}

.medical-two .service-btn>a:after {
	-webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	content: '';
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 0;
	height: 2px;
}

.medical-two .service-btn>a:hover:after {
	width: 100%;
	height: 2px;
	background: #7bc74d;
}

.medical-two .service-btn a i {
	display: none;
}

.medical-two .em-service-thumb {
	overflow: hidden;
}

.medical-two .em-service-thumb img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.em-service.medical-two:hover {
	background: #fff;
}

.em-service.medical-two:hover .em-service-thumb img {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}


/* Service For Agency */

.agency.em-service2.smiddle {
	margin: 0 0 30px;
	text-align: center;
	border-radius: 15px;
	padding: 85px 30px 41px;
	background-color: #fff;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	-webkit-box-shadow: none;
	box-shadow: none;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.agency.em-service2.smiddle:hover {
	background: #7B4CF4;
}

.shape-one {
	content: '';
	width: 250px;
	height: 250px;
	background: #d858f5;
	border-radius: 50%;
	position: absolute;
	bottom: -120px;
	right: -120px;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
	z-index: -1;
}

.shape-two {
	content: '';
	width: 373px;
	height: 373px;
	background: #c647fe;
	border-radius: 50%;
	position: absolute;
	bottom: 0px;
	right: 0px;
	z-index: 1;
	opacity: 0;
	-webkit-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
	-webkit-transform: translate(100%, 100%);
	-ms-transform: translate(100%, 100%);
	transform: translate(100%, 100%);
	z-index: -1;
}

.shape-three {
	content: '';
	width: 500px;
	height: 500px;
	background: #a461e8;
	border-radius: 50%;
	position: absolute;
	bottom: 0px;
	right: 0px;
	z-index: 1;
	opacity: 0;
	-webkit-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
	-webkit-transform: translate(100%, 100%);
	-ms-transform: translate(100%, 100%);
	transform: translate(100%, 100%);
	z-index: -1;
}

.agency.em-service2.smiddle:hover .shape-one {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	webkit-transition-delay: 300ms;
	-webkit-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms;
}

.agency.em-service2.smiddle:hover .shape-two {
	opacity: 0.6;
	-webkit-transform: translate(50%, 50%);
	-ms-transform: translate(50%, 50%);
	transform: translate(50%, 50%);
	webkit-transition-delay: 600ms;
	-webkit-transition-delay: 600ms;
	-o-transition-delay: 600ms;
	transition-delay: 600ms;
}

.agency.em-service2.smiddle:hover .shape-three {
	opacity: 0.4;
	webkit-transition-delay: 900ms;
	-webkit-transition-delay: 900ms;
	-o-transition-delay: 900ms;
	transition-delay: 900ms;
	-webkit-transform: translate(50%, 50%);
	-ms-transform: translate(50%, 50%);
	transform: translate(50%, 50%);
}

.agency.em-service2.smiddle .em-service-icon i {
	color: #7B4CF4;
	margin-bottom: 60px;
}

.agency.em-service2.smiddle:hover .em-service-icon i {
	color: #fff;
}

.agency .em-service-title h2 {
	font-size: 25px;
}


/* Agency Service Two */

.agency-2.em-service {
	padding: 88px 25px 26px;
	position: relative;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: #fff;
}

.agency-2.em-service:hover {
	background: #fff;
	-webkit-box-shadow: 0px 6px 40px 0px rgba(148, 146, 245, 0.2);
	box-shadow: 0px 6px 40px 0px rgba(148, 146, 245, 0.2);
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
}

.agency-2 .em-service-title h2:hover {
	color: #7bc74d;
}

.agency-2 .em-service-icon {
	color: #7bc74d;
	font-size: 44px;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	position: relative;
	z-index: 1;
	margin-bottom: 60px;
}

.agency-2 .em-service-icon:before {
	width: 124px;
	height: 94px;
	border-radius: 110px;
	text-align: center;
	-webkit-transform: rotate(150deg);
	-ms-transform: rotate(150deg);
	transform: rotate(150deg);
	position: absolute;
	left: 0;
	top: -39px;
	background: #EEF2F6;
	content: "";
	right: 0;
	margin: auto;
	z-index: -1;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.agency-2.em-service:hover .em-service-icon:before {
	background: #7bc74d;
}

.agency-2.em-service:hover .em-service-icon {
	color: #fff;
}


/* Service For Business */

.em-service.business {
	padding: 0;
	text-align: left;
	-webkit-box-shadow: none;
	box-shadow: none;
	position: relative;
	margin-bottom: 70px;
}

.em-service.business .em_service_content {
	padding: 23px 25px 19px;
	position: absolute;
	bottom: -50px;
	left: 0;
	right: 0;
	text-align: center;
	background: #fff;
	-webkit-box-shadow: 0 10px 30px 0 rgba(17, 12, 79, .1);
	box-shadow: 0 10px 30px 0 rgba(17, 12, 79, .1);
	margin: 0 28px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.em-service.business .em-service-title h2 {
	font-size: 20px;
	font-weight: 700;
	margin: 0;
}

.em-service.business .service-btn>a {
	margin-top: 6px;
	font-weight: 500;
	font-size: 12px;
	color: #7bc74d;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	text-transform: uppercase;
}

.em-service.business .service-btn a i {
	margin-left: 9px;
	font-weight: 700;
	font-size: 10px;
	color: #7bc74d;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.em-service.business:hover .em_service_content {
	background: #7bc74d;
}

.business:hover .em-service-title h2,
.business:hover .service-btn a,
.business:hover .service-btn a i,
.business:hover .em-service-desc p {
	color: #fff;
}

.em-service-thumb {
	position: relative;
}

.business .em-service-icon {
	color: #fff;
	font-size: 70px;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	position: absolute;
	text-align: center;
	top: 50%;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 99;
	opacity: 0;
}

.business:hover .em-service-icon {
	opacity: 1;
}


/* Service  For Business 2 */

.business2.em-service {
	text-align: left;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: transparent;
	padding: 35px 25px 24px;
	background: #fff;
}

.business2.em-service:hover {
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.business2 .em_service_content {
	overflow: hidden;
}

.business2 .em-service-title h2 {
	margin: 0 0 15px;
	font-size: 20px;
	font-weight: 700;
}

.business2 .em-service-icon {
	float: left;
	margin-right: 25px;
	margin-top: 20px;
	position: relative;
	font-size: 28px;
	color: #7bc74d;
}

.hexazone {
	width: 61px;
	height: 33px;
	background: #7bc74d;
	position: relative;
	text-align: center;
	line-height: 32px;
}

.hexazone:before,
.hexazone:after {
	width: 101%;
	height: 102%;
	content: "";
	background: #7bc74d;
	position: absolute;
	left: 0;
}

.hexazone:before {
	-webkit-transform: rotate(60deg);
	-ms-transform: rotate(60deg);
	transform: rotate(60deg);
}

.hexazone:after {
	-webkit-transform: rotate(-60deg);
	-ms-transform: rotate(-60deg);
	transform: rotate(-60deg);
}

.hexazone,
.hexazone:before,
.hexazone:after {
	background: transparent;
	border-left: 2px solid #7bc74d;
	border-right: 2px solid #7bc74d;
}

.business2.em-service:hover .em-service-icon {
	padding: 20px 0;
}

.business2 .em-service-icon::before {
	content: '';
	display: block;
	position: absolute;
	left: 29px;
	width: 6px;
	background: #7bc74d;
	height: 0;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	top: -17px;
}

.business2 .em-service-icon::after {
	content: '';
	display: block;
	position: absolute;
	left: 29px;
	width: 6px;
	background: #7bc74d;
	height: 0;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	bottom: -17px;
}

.business2.em-service:hover .em-service-icon::after,
.business2.em-service:hover .em-service-icon::before {
	height: 15px;
}


/* Service Details */

.menu-service-menu-container ul {
	list-style: none;
	padding: 0;
}

.menu-service-menu-container ul li {
	list-style: none;
	margin-bottom: 2px;
}

.menu-service-menu-container ul li a {
	position: relative;
	display: block;
	padding: 14px 15px 14px 18px;
	background-color: #F3F6F9;
	font-weight: 500;
	font-size: 15px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	color: #172541;
}

.menu-service-menu-container ul li a:hover {
	color: #7bc74d;
}

.menu-service-menu-container ul li a:before {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 0;
	content: " ";
	width: 5px;
	height: 100%;
	opacity: 0;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	background-color: #7bc74d;
}

.menu-service-menu-container ul li a:hover::before {
	opacity: 1;
}


/* Feature For Business */

.em-feature.business {
	background: transparent;
	border: 1px solid #7bc74d;
	padding: 52px 20px 31px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.em-feature.business:hover {
	background: #7bc74d;
}

.business .em_content_text h2,
.business .em-feature-desc {
	color: #fff;
}

.business .em_feature-icon {
	font-size: 60px;
	color: #7bc74d;
	margin-bottom: 32px;
}

.em-feature.business:hover .em_feature-icon {
	color: #fff;
}

.apps_features_area {
	position: relative;
	z-index: 1;
}

.apps_features_area::before {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	background: url(assets/images/06.png);
	background-repeat: no-repeat;
	width: 340px;
	height: 520px;
	z-index: -1;
}

.apps_features_area::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background: url(assets/images/05.png);
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
	z-index: -1;
}

.apps_features_area .kc_single_image img {
	max-width: 179% !important;
}


/*======================== EM40 SCREENSHOT CSS =========================*/

.apps_screenshot_area {
	position: relative;
}

.apps_screenshot_area::before {
	content: "";
	position: absolute;
	right: 0;
	top: -40px;
	background: url(assets/images/07.png);
	background-repeat: no-repeat;
	width: 340px;
	height: 520px;
}

.screenshot-thumb img {
	width: 100%;
}

.blog_style_adn_2 {
	position: relative;
}

.screenshot_thumb {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 999;
	top: 0;
}


/*======================== EM40 TEAM CSS =========================*/

.em-team {
	text-align: left;
	position: relative;
	margin-bottom: 30px;
	background: #fff;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	overflow: hidden;
}

.em-team-content-waraper {
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	padding: 13px 20px 29px;
	position: absolute;
	bottom: -74px;
	background: #fff;
	width: 83%;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
}

.em-team-content-title h2 {
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	font-size: 20px;
	text-transform: capitalize;
	margin-bottom: 5px;
	font-weight: 700;
}

.em-team-content-title h2:hover {
	color: #7BC74D;
}

.em-team-content-subtitle {
	color: #7BC74D;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 1px;
}

.em-team-content-image {
	position: relative;
	overflow: hidden;
}

.em-team-content-image img {
	width: 100%;
}

.em-team-content-telephone {
	position: absolute;
	bottom: 16px;
	right: -140px;
	background: #7B4CF4;
	padding: 4px 20px;
	border-radius: 30px 0 0 30px;
	color: #fff;
	cursor: pointer;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.em-team-content-telephone:hover {
	right: 0;
}

.em-team-content-telephone i {
	margin-right: 13px;
}

.em-team-content-socials a {
	display: inline-block;
	font-size: 14px;
	color: #fff;
	width: 35px;
	height: 35px;
	line-height: 35px;
	background: #7BC74D;
	text-align: center;
	margin: 0 3px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.em-team-content-socials a:hover {
	color: #fff;
	-webkit-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	transform: translateY(-5px);
}

.em-team-content-socials {
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	margin-top: 16px;
}

.em-team:hover .em-team-content-waraper {
	bottom: 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 */

.em-team.style-two {
	text-align: center;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.style-two .em-team-content-waraper {
	padding: 0;
	position: inherit;
	bottom: inherit;
	width: inherit;
	left: 0;
	right: 0;
	margin: inherit;
	text-align: center;
	padding-top: 25px;
}

.style-two .em-team-content-image img {
	border-radius: 100%;
	width: 80%;
}

.style-two .em-team-content-subtitle {
	font-size: 13px;
	letter-spacing: 1px;
}

.team-btn a {
	color: #7BC74D;
	display: inline-block;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 500;
	margin-top: 15px;
}

.team-btn a i {
	margin-left: 6px;
}

.style-two .em-team-content-desc {
	margin-top: 15px;
}

.style-two .em-team-content-image-inner {
	position: relative;
}

.style-two .em-team-content-socials-inner {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	background: rgba(123, 199, 77, 0.90);
	width: 80%;
	height: 100%;
	border-radius: 100%;
	opacity: 0;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	margin: auto;
}

.style-two .em-team-content-socials {
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	margin-top: 0;
	position: relative;
	top: 60%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 0;
	-webkit-transition-delay: .7s;
	-o-transition-delay: .7s;
	transition-delay: .7s;
}

.style-two .em-team-content-socials a {
	display: inline-block;
	font-size: 14px;
	color: #7BC74D;
	background: #fff;
	margin: 0 2px;
	border-radius: 50%;
}

.style-two .em-team-content-socials a:hover {
	color: #7BC74D;
}

.em-team.style-two:hover .em-team-content-socials-inner {
	opacity: 1;
}

.em-team.style-two:hover .em-team-content-socials {
	opacity: 1;
	top: 50%;
}

.team-bg-shape {
	position: relative;
}

.team-bg-shape:before {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 482px;
	content: "";
	background: url(assets/images/bg_molecular_b_right.png);
	height: 500px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: bottom right;
}

.style-three.em-team {
	text-align: center;
	padding: 30px;
	border-radius: 6px;
}

.style-three .em-team-content-waraper {
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	padding: 13px 20px 10px;
	position: inherit;
	bottom: inherit;
	background: #fff;
	width: 100%;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
}

.style-three .em-team-content-image {
	position: relative;
	z-index: 1;
}

.style-three .em-team-content-image:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(123, 199, 77, 0.81);
	content: "";
	opacity: 0;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	border-radius: 100%;
}

.style-three .em-team-content-image img {
	border-radius: 100%;
	border: 10px solid #f1f6fb;
}

.style-three .em-team-content-socials a {
	margin: 0 1px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	border-radius: 100%;
}

.style-three .team-btn {
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	top: 40%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 0;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.style-three .team-btn a {
	color: #7BC74D;
	display: inline-block;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 500;
	margin-top: 15px;
	width: 40px;
	height: 40px;
	background: #fff;
	border-radius: 100%;
	line-height: 40px;
}

.style-three .team-btn a i {
	margin: 0;
}

.style-three.em-team:hover .team-btn {
	opacity: 1;
	top: 50%;
}

.style-three.em-team:hover .em-team-content-image:before {
	opacity: 1;
}


/*======================== EM40 CONTACT FORM 7 =========================*/

.contact_areas {
	position: relative;
}

.field.topfield .form-field {
	float: left;
	width: 50%;
	position: relative;
}

.field.topfield .form-field:after {
	clear: both;
	content: "";
	display: block;
}

.field.topfield {
	overflow: hidden;
	margin-bottom: 20px;
}

.form-field textarea,
.field.topfield .form-field input {
	border: 0;
	color: #b3bdcd;
	font-size: 14px;
	height: 80px;
	width: 96%;
	letter-spacing: 1px;
	padding: 0 15px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	background: #1E2256;
	border: 1px solid transparent;
}

.form-field textarea {
	height: 180px;
	width: 98%;
	padding-top: 30px;
}

.form-field i {
	position: absolute;
	right: 9%;
	top: 63%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 999;
	color: #5b6389;
	font-size: 17px;
}

.form-field label {
	text-transform: uppercase;
	font-size: 14px;
	color: #fff;
	font-weight: 500;
	letter-spacing: 2px;
	margin-bottom: 13px;
	/* line-height: 0; */
	padding-bottom: 0;
}

.buttons {
	text-align: center;
	margin-top: 43px;
}

.buttons input {
	background: #7bc74d;
	color: #fff;
	padding: 20px 58px;
	border-radius: 0;
	font-size: 14px;
	border: 0;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	font-weight: 500;
	text-align: center;
	display: inline-block;
}

.buttons input:hover {
	background: #D56DFC;
}

.form-field br {
	display: none;
}

.minimal .form-field i {
	top: 50%;
}

.minimal .form-field textarea,
.minimal .field.topfield .form-field input {
	color: #999;
	font-size: 14px;
	height: 56px;
	padding: 0 20px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	background: transparent;
	border: 1px solid #d5e1e4;
	width: 100%;
}

.minimal .form-field textarea {
	height: 196px;
	width: 100%;
	padding-top: 30px;
}

.minimal .field.topfield {
	overflow: hidden;
}

.minimal .field.topfield .form-field {
	float: left;
	width: 100%;
	position: relative;
	margin-bottom: 25px;
}

.minimal .buttons {
	text-align: left;
	margin: 0;
}

.minimal .field.topfield .form-field .buttons input {
	color: #fff;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	background: #7BC74D;
	border: 1px solid #d5e1e4;
	width: 100%;
	text-transform: uppercase;
}

.minimal .field.topfield .form-field .buttons input:hover {
	background: transparent;
	border-color: #7BC74D;
	color: #7BC74D;
}

.buttons {
	text-align: left;
	margin-top: 30px;
}

.main-contact .content-icon {
	display: none;
}

.call-back .form-field textarea,
.call-back .field.topfield .form-field input {
	color: #999;
	font-size: 14px;
	height: 45px;
	padding: 0 20px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	background: #fff;
	border: 1px solid #e8e8e8;
	cursor: pointer;
}

.call-back .form-field textarea {
	height: 132px;
	width: 98%;
	padding-top: 15px;
}

.call-back .buttons {
	text-align: left;
	margin-top: 24px;
}

.call-back .buttons input,
.appointment .buttons input {
	background: #7bc74d;
	color: #fff;
	padding: 12px 38px;
	border-radius: 0;
	font-size: 16px;
	border: 0;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	font-weight: 500;
	text-align: center;
	display: inline-block;
	text-transform: capitalize;
	border: 2px solid transparent;
}

.call-back .buttons input {
	width: 99%;
}

.appointment .buttons input {
	width: 100%;
}

.call-back .buttons input:hover,
.appointment .buttons input:hover {
	background: transparent;
	border-color: #7bc74d;
	color: #7bc74d;
}

.appointment .field.topfield .form-field {
	width: 100%;
}

.appointment .field.topfield .form-field input {
	height: 55px;
	margin-bottom: 30px;
	background: #F2F5F8;
	width: 100%;
	border: 0;
}

.appointment .form-field textarea {
	background: #F2F5F8;
	width: 100%;
}

.appointment .field.topfield {
	margin: 0;
}

.form-field textarea:focus,
.field.topfield .form-field input:focus {
	border-color: #7bc74d;
}

.form-area.appointment-main {
	-webkit-box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.2);
	box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.2);
	margin: 0 100px;
	padding: 32px 50px 15px;
	border-radius: 6px;
	text-align: center;
	background: #fff;
}

.form_title h2 {
	font-size: 30px;
	font-weight: 600;
	padding-bottom: 25px;
}

.appointment-main .form-group select,
.appointment-main .form-group date,
.appointment-main .form-group input,
.appointment-main .form-group textarea {
	height: 55px;
	margin-bottom: 20px;
	background: #F2F5F8;
	border: 0;
	outline: 0;
	padding: 0 15px;
}

.appointment-book .form-group select,
.appointment-book .form-group input,
.appointment-book .form-group date {
	width: 100%;
}

.appointment-main .form-group textarea {
	height: 130px;
	padding-top: 15px;
}

.appointment-main .buttons input {
	background: #7bc74d;
	color: #fff;
	padding: 0 58px;
	border-radius: 3px;
}

.appointment-main .buttons {
	text-align: center;
	margin-top: 10px;
}

.appointment-book .form_title {
	text-align: left;
}

.form-area.appointment-main.appointment-book {
	margin: 0;
}


/*===================== mettle PORTFOLIO AREA CSS =========================*/

.portfolio_nav {
	padding: 0px 0 50px;
	text-align: center;
}

.portfolio_nav ul {}

.portfolio_nav ul li {
	display: inline;
}

.portfolio_nav ul li {
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	margin: 0 5px;
	position: relative;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	padding: 7px 20px;
	border: 1px solid #eee;
	border-radius: 4px;
}

.portfolio_nav ul li:hover,
.portfolio_nav ul li.current_menu_item {
	color: #fff;
	border-color: #7BC74D;
	background-color: #7BC74D;
}

.prot_wrap {
	overflow: hidden;
}


/* single gallery css */

.single_protfolio {
	position: relative;
	margin-bottom: 30px;
	overflow: hidden;
}

.prot_thumb {}

.prot_thumb img {
	display: block;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	width: 100%;
}

.single_protfolio:hover .prot_thumb img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.kc-pro-button a {
	-webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.3);
}

.prot_content {
	height: 100%;
	width: 100%;
	position: absolute;
	text-align: center;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	right: 0;
	top: 0;
	bottom: 0;
	left: 0;
	opacity: 0;
	background: rgba(84, 81, 193, 0.9) none repeat scroll 0 0;
	z-index: 9;
}

.multi_gallery.prot_content {
	height: 90%;
	width: 80%;
	right: 10%;
	top: 5%;
	bottom: 5%;
	left: 10%;
}

.prot_content_inner {
	position: absolute;
	top: 50%;
	width: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	z-index: 10;
	-webkit-transition: all 0.5s ease-in-out 0.5s;
	-o-transition: all 0.5s ease-in-out 0.5s;
	transition: all 0.5s ease-in-out 0.5s;
}

.single_protfolio:hover .prot_content {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.prot_content h3 {
	margin: 17px 0 0;
	text-transform: capitalize;
	color: #fff;
	font-size: 17px;
	font-weight: 600;
}

.prot_content h3 a {
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	text-transform: capitalize;
}

.prot_content p {
	color: #fff;
	line-height: 1.2;
	margin: 5px 0 0;
}

.prot_content p span {
	display: inline-block;
	padding-top: 0px;
}

.single_protfolio:hover .prot_content {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
}

.porttitle_inner span,
.porttitle_inner4 span,
.prot_content span {
	position: relative;
	margin: 0 2px;
}

.prot_content span:before,
.porttitle_inner4 span:before,
.porttitle_inner span:before {
	bottom: 0;
	content: ",";
	position: absolute;
	right: -5px;
}

.porttitle_inner span:last-child:before,
.prot_content span:last-child:before,
.porttitle_inner4 span:last-child:before {
	content: "";
}

.nospace.col-xs-12 {
	padding: 0px;
}

.nospace .single_protfolio {
	margin-bottom: 0px;
}


/* load button css */

.gallery_load_button {}

.gallery_load_button a {
	border: 1px solid #ddd;
	color: #444;
	padding: 7px 15px;
	display: inline-block;
	font-size: 17px;
	margin-top: 0px;
}

.gallery_load_button a:hover {
	border-color: #333;
	background: #333;
	color: #fff;
}

.prot_wrap.nospace .gallery_load_button a {
	margin-top: 30px;
}


/* portfolio icon css */

.picon {}

.picon a {
	background: #7B4CF4;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	font-size: 20px;
	height: 40px;
	line-height: 40px;
	margin: 0 3px 11px;
	width: 40px;
}

.picon a:hover {
	border-color: #333;
	background: #333;
	color: #fff;
}


/* single portfolio */

.pimgs {
	margin-bottom: 15px;
}

.pimgs img {}

.prots-contentg p {}

.prots-contentg ul {
	margin-left: 40px;
}


/*style 1 */

.em_port_content {
	background: rgba(10, 24, 40, 0.90);
	height: 100%;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	width: 100%;
	z-index: 9;
	left: 0;
	top: -100%;
	width: 100%;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	text-align: center;
	color: #fff;
}

.pstyle_1 .porttitle_inner h3 {
	color: #fff;
}

.pstyle_1 .porttitle_inner h3 a {}

.pstyle_1 .porttitle_inner p {
	color: #333;
}

.pstyle_1 .prot_content p {
	margin: 2px 0 0;
}

.pstyle_1 .single_protfolio {
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.pstyle_1 .porttitle_inner .prots-content {
	color: #fff;
}

.portfolio_readmore_btn {
	padding-top: 23px;
}

.portfolio_readmore_btn>a {
	background: #fff none repeat scroll 0 0;
	border-radius: 30px;
	display: inline-block;
	padding: 6px 21px;
	text-transform: uppercase;
	color: #7bc74d;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	border: 1px solid transparent;
}

.portfolio_readmore_btn>a:hover {
	background: #7bc74d;
	color: #fff;
	border: 1px solid #7bc74d;
}

.em_port_container {
	overflow: hidden;
	position: relative;
}

.pstyle_1 .porttitle_inner p span {
	padding-top: 5px;
	color: #fff;
}

.pstyle_1 .picon a {
	border-radius: 50%;
	display: inline-block;
	font-size: 19px;
	height: 50px;
	line-height: 50px;
	margin: 0 4px;
	width: 50px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	background: #7bc74d;
}

.pstyle_1 .picon a:hover {
	background: #7bc74d;
	color: #fff;
}


/*style 1 */

.pstyle2 .prot_thumb {
	position: relative;
}

.pstyle2 .prot_thumb:before {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 9;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.pstyle2 .prot_content {
	bottom: 0;
	left: 0;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	position: relative;
	text-align: center;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	width: 100%;
	z-index: 9;
	top: 0;
	height: 100%;
	background: #f00;
	right: 0;
}

.pstyle2 .prot_content_inner {
	position: absolute;
	top: 50%;
	width: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	z-index: 10;
}

.pstyle2 .porttitle_inner {
	background: #fff none repeat scroll 0 0;
	bottom: 0;
	left: 0;
	padding: 37px 0 16px;
	position: absolute;
	right: 0;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.pstyle2 .picon {
	bottom: 300px;
	left: 0;
	position: absolute;
	right: 0;
	-webkit-transition: .8s;
	-o-transition: .8s;
	transition: .8s;
	z-index: 999;
}

.pstyle2 .single_protfolio:hover .picon {
	bottom: 67px;
}

.pstyle2 .single_protfolio:hover .prot_thumb:before {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.pstyle2 .porttitle_inner h3 {
	line-height: 1;
}

.pstyle2 .porttitle_inner h3 a {
	color: #333;
	font-size: 17px;
	text-transform: uppercase;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.pstyle2 .porttitle_inner h3 a:hover {
	color: #7bc74d;
}

.pstyle2 .porttitle_inner p {
	color: #666;
}

.pstyle2 .prot_content p {
	margin: 5px 0 0;
}

.pstyle2 .single_protfolio {
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.pstyle2 .porttitle_inner p span {
	padding-top: 5px;
	font-size: 14px;
	font-weight: 400;
	font-family: "Raleway", sans-serif;
}


/* port style 3 */

.pstyle3 .picon {
	display: none;
}

.pstyle3 .prot_content {
	text-align: left;
	-webkit-transform: scale(0.95);
	-ms-transform: scale(0.95);
	transform: scale(0.95);
	-webkit-transition: color 300ms 0ms, opacity 300ms 0ms, -webkit-transform 300ms 300ms;
	transition: color 300ms 0ms, opacity 300ms 0ms, -webkit-transform 300ms 300ms;
	-o-transition: color 300ms 0ms, opacity 300ms 0ms, transform 300ms 300ms;
	transition: color 300ms 0ms, opacity 300ms 0ms, transform 300ms 300ms;
	transition: color 300ms 0ms, opacity 300ms 0ms, transform 300ms 300ms, -webkit-transform 300ms 300ms;
}

.pstyle3 .prot_content:hover {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.pstyle3 .prot_content h3 {
	margin: 21px 0 47px;
}

.prot_content_inner {
	padding: 0 30px;
}

.pstyle3 .prot_content p span {
	display: inline-block;
	padding-top: 0px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: normal;
}

.port_readmore a {
	color: #fff;
	float: right;
	border-radius: 0;
	padding: 6px 30px;
	border-color: #fff;
	background: transparent;
	border: 1px solid #fff;
	display: inline-block;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.port_readmore a:hover {
	background: #fff;
	color: #7bc74d;
}


/* style 4 */

.pstyle4 .single_protfolio:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.pstyle4 .prot_content {
	background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
}

.pstyle4 .prot_thumb img {}

.pstyle4 .prot_content_inner {
	top: 50%;
}

.pstyle4 .porttitle_inner {}

.pstyle4 .prot_thumb {
	overflow: hidden;
	position: relative;
}

.pstyle4 .prot_content h3 a {
	color: #454545;
	font-size: 24px;
	font-weight: 700;
	text-transform: capitalize;
}

.pstyle4 .porttitle_inner p span {
	padding-top: 5px;
	color: #555;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
}

.pstyle4 .picon a {
	background: #7bc74d;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	font-size: 26px;
	height: 60px;
	line-height: 60px;
	margin: 0 5px 11px;
	width: 60px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	border: 0;
}

.pstyle4 .picon a:hover {
	border-color: #7bc74d;
}


/*===================== militant FUN FACT AREA CSS =========================*/

.fun_fact_area {
	position: relative;
}

.fun_fact_area::before {
	content: "";
	position: absolute;
	right: 0;
	top: 76px;
	background: url(assets/images/08.png);
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	background-position: center;
	left: 0;
}

#fun-fact {
	position: relative;
}

#fun-fact::before {
	content: "";
	position: absolute;
	background: url(assets/images/fun-fact-bg.png);
	background-repeat: no-repeat;
	width: 100%;
	height: 444%;
	background-position: center 0;
	left: 0;
	bottom: -840px;
	z-index: -1;
	background-repeat: no-repeat;
	background-size: contain;
}

.single_counter {
	position: relative;
	text-align: center;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.counter_icon {
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.counter_icon i {
	font-size: 60px;
	color: #7bc74d;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	display: inline-block;
	text-align: center;
	margin-bottom: 35px;
}

.countr_text>h1 {
	display: inline-block;
	font-size: 60px;
	font-weight: 800;
	-webkit-transition: .3s;
	margin: 0 0 12px;
	-o-transition: .3s;
	transition: .3s;
	color: #fff;
	position: relative;
	font-family: 'Poppins', sans-serif;
}

.countr_text>h3 {
	display: inline-block;
	font-size: 40px;
	font-weight: 600;
	color: #fff;
	margin: 0;
}

.counter_title {
	padding: 0 0 0;
}

.counter_title h4 {
	font-size: 22px;
	font-weight: 500;
	margin: 0;
	text-transform: capitalize;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	color: #fff;
	font-family: 'Poppins', sans-serif;
	text-align: center;
	padding-bottom: 10px;
}


/* style 2 */

.single_counter2.single_counter {
	border: none;
	padding: 0;
}

.counter_title.counter_title2 h4 {
	padding-top: 26px;
	padding-bottom: 15px;
	font-size: 21px;
	font-weight: 600;
	text-transform: capitalize;
}

.countr_text.countr_text2>h3 {
	margin: 0px;
	font-size: 50px;
	color: #7bc74d;
}

.countr_text.countr_text2>h1 {
	display: inline-block;
	font-size: 35px;
	font-weight: 700;
	-webkit-transition: .3s;
	margin: 0;
	-o-transition: .3s;
	transition: .3s;
	font-family: "Poppins", sans-serif;
}

.counter_icon.counter_icon2 i {
	height: 90px;
	width: 90px;
	margin: auto;
	background: transparent;
	line-height: 86px;
	border-radius: 7px;
	font-size: 36px;
	border: 1px solid #7bc74d;
	color: #7bc74d;
}

.single_counter2.single_counter:hover .counter_icon.counter_icon2 i {
	border-radius: 15px;
}

.single_counter2 .counter_icon::before {
	display: none;
}

.single_counter2 .countr_text>h1::after {
	display: none;
}

.gradient_style .countr_text>h1 {
	background: -o-linear-gradient(left, #911dff, #e733ff);
	background: -webkit-gradient(linear, left top, right top, from(#911dff), to(#e733ff));
	background: linear-gradient(to right, #911dff, #e733ff);
	background-clip: border-box;
	background-clip: border-box;
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	line-height: 69px;
	;
}

.gradient_style .countr_text>h3 {
	background: -o-linear-gradient(left, #911dff, #e733ff);
	background: -webkit-gradient(linear, left top, right top, from(#911dff), to(#e733ff));
	background: linear-gradient(to right, #911dff, #e733ff);
	background-clip: border-box;
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	line-height: 69px;
	;
}


/*===================== militant TESTIMONIAL AREA CSS =========================*/

.testimonial_areas {
	position: relative;
}

.em_single_testimonial {
	text-align: left;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	position: relative;
}

.em_test_thumb {
	float: left;
	overflow: hidden;
	margin-right: 20px;
}

.em_test_thumb img {
	width: 115px;
	height: 115px;
	border-radius: 100px;
	border: 8px solid #fff;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.em_testi_content {
	position: relative;
	margin-bottom: 31px;
}

.em_testi_title {
	margin-top: 66px;
	overflow: hidden;
}

.em_testi_title h2 {
	font-size: 17px;
	text-transform: capitalize;
	color: #172541;
	font-weight: 600;
}

.em_testi_title h2 sup {
	font-size: 15px;
	font-weight: bold;
	margin-left: 5px;
}

.em_testi_title span {
	color: #7BC74D;
	font-weight: 500;
	font-size: 14px;
	display: block;
	padding-top: 7px;
}

.em_testi_text {
	line-height: 30px;
	background: #fff;
	padding: 76px 40px 30px;
	position: relative;
}

.em_testi_text::after {
	position: absolute;
	content: " ";
	top: 100%;
	left: 70px;
	height: 0;
	width: 0;
	border: solid transparent;
	border-color: rgba(72, 71, 71, 0);
	border-top-color: #ffffff;
	border-right-width: 27px;
	border-left-width: 0px;
	border-bottom-width: 168px;
	border-top-width: 29px;
}

.em_testi_text::before {
	position: absolute;
	content: '“';
	top: 25px;
	left: 34px;
	color: #7bc74d;
	font-size: 107px;
	font-family: Georgia, Times, 'Times New Roman', serif;
	width: 50px;
	height: 50px;
	line-height: 97px;
	-webkit-transition: all 100ms ease-out;
	-o-transition: all 100ms ease-out;
	transition: all 100ms ease-out;
}

.em_testi_text.texti_style2 {
	color: #333;
	font-style: italic;
	margin: auto;
	width: 100%;
}

.em_testi_degi {
	line-height: 1;
	margin-top: -4px;
}

.em_reviews i {
	color: #ddd;
}

.testi-star i {
	color: #ddd;
}

.testi-star i.active {
	color: #7bc74d;
}


/* Testimonial Style Tow */

.style-two .em_single_testimonial {
	text-align: center;
}

.style-two .em_testi_text::after {
	display: none;
}

.style-two .em_testi_text {
	background: transparent;
	padding: 27px 0 0;
	font-style: italic;
	font-size: 16px;
	color: #fff;
	width: 60%;
	margin: auto;
}

.style-two .em_test_thumb {
	float: none;
	margin-right: 0;
}

.style-two .em_test_thumb img {
	width: 100px;
	height: 100px;
	border: 5px solid #fff;
}

.style-two .em_testi_text::before {
	bottom: -75px;
	top: inherit;
	left: 0;
	right: 0;
	margin: auto;
}

.style-two .em_testi_title h2 {
	margin-top: 15px;
}


/* without carousel */

.curosel-style .owl-nav div {
	border: 2px solid #7bc74d;
	border-radius: 50%;
	color: #fff;
	font-size: 19px;
	height: 44px;
	line-height: 42px;
	position: absolute;
	top: 50%;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	width: 44px;
	text-align: center;
	z-index: 99;
	-webkit-transform: translateY(-49%);
	-ms-transform: translateY(-49%);
	transform: translateY(-49%);
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	background: #7bc74d;
}

.curosel-style .owl-nav .owl-next {
	left: auto;
	right: 15px;
}

.curosel-style .owl-nav .owl-prev {
	right: auto;
	left: 15px;
}

.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)";
}


/* Curousel Style Css */

.curosel-style .owl-nav .owl-next:hover {
	background: #7bc74d;
	color: #fff;
}

.curosel-style .owl-nav .owl-prev:hover {
	background: #7bc74d;
	color: #fff
}

.owl-carousel .owl-item img {
	margin: auto;
}

.curosel-style:hover .owl-nav div {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.testimonial_list .owl-dots {
	border-radius: 100%;
}

.testimonial_list .owl-dot {
	background: transparent !important;
	height: 13px !important;
	width: 13px !important;
	display: inline-block !important;
	margin: 0 3px;
	border-radius: 100%;
	border: 3px solid #666 !important;
}

.testimonial_list .owl-dot.active {
	border-color: #7bc74d !important;
}


/*---------------------- * SUBSCRIBE AREA CSS -----------------------*/

.subscribe_area .kc_text_block p {
	color: #666;
	font-family: "Raleway", sans-serif;
	font-size: 22px;
	font-weight: 300;
	letter-spacing: 1px;
	text-align: center;
}


/*---------------------- * SLICK SLIDER AREA CSS -----------------------*/

.em-slick-testi-main {
	text-align: center;
}


/*---------------------- * SLIDER AREA CSS -----------------------*/

.main-slider-area {
	display: block;
	position: relative;
}

.nivo-caption {
	background: rgba(0, 0, 0, 0.4);
	height: 100%;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	overflow: visible !important;
}

.em_slider_inner {
	margin: auto;
	position: absolute;
	top: 50%;
	left: 0px;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.nivoSlider {
	overflow: visible;
}

.em-slider-title {
	font-size: 19px;
	text-transform: uppercase;
	font-weight: 600;
	color: #7bc74d;
	margin: 0 0 25px;
	position: relative;
	display: inline-block;
	letter-spacing: 2px;
}

.em-slider-title:before {
	position: absolute;
	right: -98px;
	top: 8px;
	width: 75px;
	content: "";
	background: #7bc74d;
	height: 1px;
}

.text-right .em-slider-title:before {
	left: -98px;
	right: inherit;
}

.text-center .em-slider-title:before {
	right: 0;
	top: 25px;
	width: 100%;
}

.em-slider-sub-title {
	font-size: 50px;
	font-weight: 700;
	margin: 0 0 0;
	display: block;
	color: #fff;
	text-transform: unset;
	padding: 0;
	letter-spacing: 1px;
}

.em-slider-descript {
	color: #fff;
}

.em-slider-descript {
	width: 54%;
	text-align: left;
	color: #fff;
	margin: 24px 0 0;
	margin-bottom: 0px;
	font-size: 17px;
	margin-bottom: 30px;
}

.text-left .em-slider-descript {
	margin-left: 0;
	margin-right: auto;
}

.text-center .em-slider-descript {
	margin: 24px auto 20px;
	text-align: center;
}

.text-right .em-slider-descript {
	margin-right: 0;
	margin-left: auto;
	text-align: right;
}

.text-right .em-slider-sub-title {
	margin-right: 0;
	margin-left: auto;
}


/* button */

.em-button-button-area a {
	color: rgba(255, 255, 255, 1);
	background: #7bc74d;
	font-size: 15px;
	font-weight: 500;
	text-transform: capitalize;
	border: 0px solid #7bc74d;
	padding: 18px 58px 18px 58px;
	margin-top: 10px;
	display: inline-block;
	border-radius: 0;
	letter-spacing: 1px;
	margin-right: 22px;
	position: relative;
	padding: 15px 50px;
	text-transform: uppercase;
}

.em-button-button-area a:hover {
	background-color: #fff;
	border-color: #fff;
	color: #7bc74d;
}

.em-button-button-area a:hover {
	-webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
}

.text-left a.em-active-button {
	margin-left: 0;
}

.em-slider-half-width {
	width: 50%;
}

.em-slider-left {
	padding-right: 30px;
}

.em-slider-right {
	padding-left: 30px;
}

.em-slider-full-width {
	width: 85%;
}

.em-slider-half-width .em-slider-descript {
	width: 100%;
}


/* directionNav */

.em-nivo-slider-wrapper .nivo-directionNav {}

.em-nivo-slider-wrapper .nivo-directionNav a {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 78px;
	width: 50px;
	line-height: 74px;
	border: 1px solid #7bc74d;
	text-align: center;
	display: block;
	/* border-radius: 50%; */
	color: #7bc74d;
	font-size: 28px;
	left: 0;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	visibility: hidden;
}

.em-nivo-slider-wrapper .nivo-directionNav .nivo-prevNav {}

.em-nivo-slider-wrapper .nivo-directionNav .nivo-nextNav {
	left: auto;
	right: 0;
}

.em-nivo-slider-wrapper .nivo-directionNav a:hover {
	background: #7bc74d;
	border-color: #7bc74d;
	color: #fff;
}

.em-nivo-slider-wrapper:hover .nivo-directionNav a {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	visibility: visible;
	left: 50px;
}

.em-nivo-slider-wrapper:hover .nivo-directionNav .nivo-nextNav {
	left: auto;
	right: 50px;
}


/* controlNav */

.em-nivo-slider-wrapper .nivo-controlNav {
	top: 50%;
	padding: 0;
	position: absolute;
	width: 100%;
	z-index: 9;
	left: 38px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.em-nivo-slider-wrapper .nivo-controlNav {}

.em-nivo-slider-wrapper .nivo-controlNav a {
	background: #fff none repeat scroll 0 0;
	border-radius: 50%;
	cursor: pointer;
	display: block;
	font-size: 9px;
	height: 17px;
	margin: 8px 0;
	width: 17px;
	color: #7bc74d;
	line-height: 17px;
}

.em-nivo-slider-wrapper .nivo-controlNav a:hover,
.em-nivo-slider-wrapper .nivo-controlNav a.active {
	background: #fff none repeat scroll 0 0;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.single_slide_img {
	position: absolute;
	top: -180px;
	text-align: right;
	left: 59%;
}

#features .kc_column,
#features .kc_column_inner {
	z-index: 999;
}

.content-title {
	font-family: "Merriweather", Sans-serif !important;
}


/*===================== militant PRICING AREA CSS =========================*/

.pricing_plan_area .kc_column,
.pricing_plan_area .kc_column_inner {
	padding-right: 0 !important;
	padding-left: 0 !important;
}

.single_pricing {
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	padding: 51px 40px 70px;
	position: relative;
	z-index: 1;
	overflow: hidden;
	text-align: left;
	-webkit-box-shadow: 10px 8px 35px 0px rgba(49, 49, 49, 0.08);
	box-shadow: 10px 8px 35px 0px rgba(49, 49, 49, 0.08);
	background: #fff;
}

.single_pricing::before {
	position: absolute;
	right: 0;
	top: 0;
	background: url(assets/images/pricing-shape-1.png);
	background-repeat: repeat;
	background-repeat: no-repeat;
	height: 218px;
	width: 218px;
	content: "";
}

.single_pricing:hover {
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
}

.pricing_head {
	padding: 0 0 0px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.pricing_icon {
	text-align: center;
}

.pricing_img {
	text-align: center;
	position: absolute;
	right: 40px;
	top: 43px;
}

.pricing_title h2 {
	font-size: 20px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.pricing_title h3 {
	font-size: 25px;
	color: #7bc74d;
	text-transform: capitalize;
	padding-bottom: 12px;
	font-weight: 700;
}

.pricing_subtitle h4 {
	font-size: 18px;
	font-family: 'Poppins', sans-serif;
	color: #656565;
	font-weight: 400;
	margin: 0;
}

.price_item_inner_center {
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.price_item {
	-webkit-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	margin-top: 17px;
}

.price_item span {
	display: inline-block;
	-webkit-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	font-size: 40px;
	font-weight: 400;
	text-align: center;
}

.slash {
	font-size: 0;
}

.curencyp {
	font-size: 35px;
	font-weight: 500;
	position: relative;
}

.line_barp {}

.monthp {}

.bootmp {
	font-size: 16px !important;
}

.pricing_body {}

.featur {}

.pricing_btn span {
	border: 1px solid #ddd;
	display: inline-block;
	padding: 0px 23px;
	border-radius: 30px;
	font-size: 15px;
}

.featur ul {
	padding: 31px 0 44px;
}

.featur ul li {
	display: block;
	font-size: 16px;
	padding: 8px 0;
	text-transform: none;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	text-transform: capitalize;
}

.featur ul li b {
	font-weight: 600;
}

.featur ul li:last-child {
	padding-bottom: 0;
}

.pricing_bottom {}

.order_now {
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.order_now a {
	background: #F2F5F8;
	display: inline-block;
	font-size: 15px;
	font-weight: 500;
	padding: 15px 44px;
	position: relative;
	text-transform: capitalize;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	color: #565872;
}

.single_pricing:hover .order_now a,
.single_pricing.active .order_now a {
	background: #7bc74d;
	color: #fff;
}

.single_pricing.active .order_now a:hover {
	background: #f5f5f5;
	color: #2B96CC;
}

.single_pricing .order_now a,
.single_pricing .price_item_inner,
.single_pricing .pricing_title>h3 {
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.active .pricing_title h4 {
	color: #fff;
}


/* Gradient Style */

.gradiant_style .single_pricing:hover .price_item span,
.gradiant_style .active .price_item span {
	background: -o-linear-gradient(left, #911dff, #e733ff);
	background: -webkit-gradient(linear, left top, right top, from(#911dff), to(#e733ff));
	background: linear-gradient(to right, #911dff, #e733ff);
	background-clip: border-box;
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
}

.gradiant_style .single_pricing:hover .order_now a,
.gradiant_style .single_pricing.active .order_now a {
	background: -ms-linear-gradient( 0deg, rgba(127, 0, 255, 0.8902) 0%, rgba(225, 0, 255, 0.8) 100%);
	border-color: transparent;
	color: #fff;
}


/*===================== END militant PRICING AREA CSS =========================*/


/* contact from */

div.wpcf7-response-output {
	margin: 0;
}


/* recent post */

.footer-address {
	padding-top: 0px;
}

.footer-widget.address,
.footer-widget.address p {
	/* color: #fff; */
	margin-top: 5px;
	font-size: 16px;
	color: #a0a1a2;
}

.footer-sociala-info {
	overflow: hidden;
}

.footer-logo {
	margin-bottom: 20px;
}

.footer_s_inner {
	margin-top: 0px;
	margin-bottom: 0;
}

.footer-sociala-icon {
	clear: both;
	float: left;
	font-size: 16px;
	margin-right: 8px;
	overflow: hidden;
	margin-top: 5px;
	color: #7bc74d;
	display: none;
}

.recent-post-item {
	clear: both;
	overflow: hidden;
	margin-bottom: 16px;
}

.recent-post-image {
	float: left;
	margin-right: 15px;
}

.recent-post-image a {
	display: inline-block;
}

.recent-post-text {
	margin-top: -6px;
	overflow: hidden;
}

.recent-post-text .rcomment i {
	margin-right: 5px;
}

.footer-middle .post-date {
	display: block;
}

.footer-middle .recent-post-item+.recent-post-item {
	margin-top: 0px;
}


/* mailchim */

.mc4wp-form-fields input::-moz-placeholder {
	color: #a0a1a2;
}

.mc4wp-form-fields ::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #a0a1a2 !important;
}

.mc4wp-form-fields ::-moz-placeholder {
	/* Firefox 19+ */
	color: #a0a1a2 !important;
}

.mc4wp-form-fields :-ms-input-placeholder {
	/* IE 10+ */
	color: #a0a1a2 !important;
}

.mc4wp-form-fields :-moz-placeholder {
	/* Firefox 18- */
	color: #a0a1a2 !important;
}


/* Mailchim Form Css */

.mailchim-form-inner {
	width: calc(69%) !important;
	background: #fff;
	margin: auto !important;
	border-radius: 100px !important;
	margin-top: -63px !important;
	padding: 13px 60px 20px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
	box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
}

.mailchim-form {
	overflow: visible;
	z-index: 9;
	position: absolute;
	left: 59.4%;
	margin: auto;
	width: 100% !important;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.mailchim-form-inner .widgettitle {
	font-size: 18px;
	font-weight: 700;
	padding-bottom: 25px;
}

.mc4wp-form-fields p {
	position: relative;
	color: #5e629c;
	font-size: 16px;
}

.footer-middle .mc4wp-form-fields p {
	color: #a0a1a2;
}

.mc4wp-form-fields p label {
	font-size: 16px;
	font-weight: 700;
	margin: 15px 0;
}

.mc4wp-form-fields input,
.mc4wp-form-fields textarea {
	font-size: 14px;
	height: 51px;
	padding: 5px 15px;
	width: 100%;
	background: transparent;
	border: 0;
	border-radius: 0;
	margin: auto;
	border: 1px solid #a0a1a2;
	padding-left: 20px;
	color: #a0a1a2;
}

.mc4wp-form-fields textarea {
	height: 80px;
}

.mc4wp-form-fields button {
	text-align: center;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	border: medium none;
	font-size: 15px;
	background: #7BC74D;
	color: #7bc74d;
	display: block;
	color: #fff;
	font-weight: 500;
	text-transform: capitalize;
	text-align: center;
	margin: auto;
	padding: 9px 20px;
	height: 100%;
	display: inline-block;
	margin-top: 32px;
	border: 1px solid transparent;
}

.mc4wp-form-fields button:hover {
	border-color: #7BC74D;
	color: #7BC74D;
	background: transparent;
}

.mc4wp-form-fields input:focus,
.mc4wp-form-fields textarea:focus {
	border-color: #7BC74D;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(123, 199, 77, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(123, 199, 77, .6);
}

.mc4wp-form-fields i {
	margin-right: 10px;
	color: #000;
}

.footer-middle .mc4wp-form-fields p:nth-child(1) {
	margin-bottom: 26px;
}

.contact-2 .sbuton {
	border-color: #ccc;
	border-radius: 6px;
	color: #fff;
	margin-top: 8px;
}

.militant-blog-readmore {
	margin-top: 31px;
}

.learn_btn {
	display: inline-block;
	font-size: 13px;
	font-weight: 500;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	position: relative;
	padding: 10px 30px;
	background: #7bc74d;
	border: 2px solid transparent;
}

.learn_btn:hover {
	color: #7bc74d;
	border-color: #7bc74d;
	background: transparent;
}

.learn_more_adn {
	text-align: left;
}

.learn_more {
	padding-top: 30px;
	padding-bottom: 0;
}


/* militant Blog Button */

.militant-blog-btn {
	margin-top: 16px;
}


/*===================== militant adn blog css =========================*/

.militant-single-blog_adn {
	margin-bottom: 30px;
	overflow: hidden;
	text-align: left;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	background: #fff;
}


/* BLOG THUMB CSS */

.blog_adn_thumb_inner {
	position: relative;
}

.militant-blog-thumb_adn {
	overflow: hidden;
	position: relative;
}

.militant-blog-thumb_adn a {
	position: relative;
	display: block;
	z-index: 1;
}

.militant-blog-thumb_adn a:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(10, 24, 40, 0.8);
	z-index: 0;
	display: block;
	opacity: 0;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.militant-blog-thumb_adn a i {
	position: absolute;
	left: 50%;
	top: 26%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	background: #fff;
	display: inline-block;
	width: 55px;
	height: 55px;
	text-align: center;
	line-height: 55px;
	border-radius: 100%;
	font-size: 21px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	opacity: 0;
	color: #7bc74d;
}

.militant-blog-thumb_adn a i:hover {
	color: #fff;
	background: #7bc74d;
}

.militant-blog-thumb_adn a {
	display: block;
}

.militant-blog-thumb_adn img {
	display: block;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	width: 100%;
}


/* BLOG TITLE AND CONTENT CSS */

.em-blog-content-area_adn {
	padding: 22px 30px 32px;
}

.blog-inner_adn {}

.blog-page-title_adn h2 {
	margin: 0;
	margin-bottom: 20px;
	font-size: 19px;
	margin-top: 10px;
	line-height: 27px;
}

.consultzone-blog-meta-left a,
.consultzone-blog-meta-left span {
	font-size: 16px;
	color: #5e629c;
	font-weight: 400;
	margin-right: 20px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.consultzone-blog-meta-left a:hover,
.consultzone-blog-meta-left span:hover {
	color: #7bc74d;
}

.upper.consultzone-blog-meta-left a,
.upper.consultzone-blog-meta-left span {
	font-size: 14px;
	color: #7bc74d;
	font-weight: 500;
}

.upper.consultzone-blog-meta-left a:hover,
.upper.consultzone-blog-meta-left span:hover {
	color: #5e629c;
}

.consultzone-blog-meta-left i {
	margin-right: 3px;
	margin-left: 10px;
}

.blog-page-title_adn a {
	display: block;
	font-weight: 600;
	margin-bottom: 0;
	text-transform: capitalize;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.blog-page-title_adn a:hover {
	color: #7bc74d;
}

.blog-content_adn h2 a {
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
}

.blog-content_adn h2 a:hover {
	color: #7bc74d;
}

.blog-content_adn p {
	margin-bottom: 0;
	margin-top: 20px;
}

.blog-page-title_adn2 {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	z-index: 9999;
}

.blog-page-title_adn2 h2 {
	margin: 0px;
	background: rgba(0, 0, 0, 0.72);
	padding: 15px;
	color: #fff;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.blog-page-title_adn2 h2 a {
	color: #fff;
}


/* BLOG POST META LEFT CSS */

.militant-blog-meta_adn {
	border-top: 1px solid #7bc74d;
	margin-top: 18px;
	padding-top: 11px;
}

.militant-blog-meta-left_adn a,
.militant-blog-meta-left_adn span {
	color: #595555;
	font-size: 15px;
	margin-right: 16px;
	text-transform: capitalize;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	display: inline-block;
	text-decoration: none;
	position: relative;
}

.militant-blog-meta-left_adn a::before {
	position: absolute;
	content: "";
	right: -11px;
	width: 1px;
	height: 18px;
	background: #595555;
	top: 5px;
}

.militant-blog-meta-left_adn i {
	margin-right: 0px;
	color: #333;
}


/* BLOG POST META RIGHT CSS */

.militant-blog-meta-right_adn {
	padding: 7px 0;
	text-transform: capitalize;
}

a.blright {
	float: right;
	margin-right: 0;
}

.militant-blog-meta-right_adn i {
	margin-right: 5px;
}


/* blog readmore */

.readmore_adn 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_adn a:hover {
	border-color: #7bc74d;
	background: #7bc74d;
	color: #fff;
}


/* blog hover */

.militant-single-blog_adn:hover .militant-blog-thumb_adn a:before {
	opacity: 1;
}

.militant-single-blog_adn:hover .militant-blog-thumb_adn a i {
	opacity: 1;
	top: 50%;
}

.blog_nospace_adn.col-xs-12 {
	padding: 0px;
}

.blog_nospace_adn .militant-single-blog {
	margin-bottom: 0px;
}


/* responsive 320 start */


/* small mobile :320px. */

@media (max-width: 767px) {
	body {
		overflow-x: hidden;
	}
	.militant-header-top {
		display: none;
	}
	.mean-container .mean-bar:before {
		text-transform: uppercase;
		top: 19px;
	}
	.mean-container a.meanmenu-reveal {
		padding: 19px 20px 18px;
	}
}


/* button css */

.btn {
	color: rgba(255, 255, 255, 1);
	background: #7bc74d;
	font-size: 17px;
	text-transform: capitalize;
	border: 0px solid #7bc74d;
	margin-top: 14px;
	display: inline-block;
	border-radius: 5px;
	padding: 21px 50px;
}

.btn-sm {
	font-size: 12px;
	letter-spacing: 1px;
	padding: 12px 20px;
}

.btn.btn-bordered {
	background: transparent none repeat scroll 0 0;
	border: 2px solid #7bc74d;
	color: #7bc74d;
	padding-bottom: 11px;
	padding-top: 11px;
}

.btn.btn-lg.btn-bordered {
	padding-bottom: 16px;
	padding-top: 16px;
}

.btn.btn-sm.btn-bordered {
	padding-bottom: 8px;
	padding-top: 8px;
}

.btn-icon i {
	font-size: 10px;
	left: 0;
	position: relative;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.btn-icon:hover i {
	left: 2px;
}

.btn:hover,
.btn:focus {
	-webkit-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	transform: translateY(-5px);
	color: #fff;
}

.btn.btn-bordered:hover {
	background-color: #7bc74d;
	color: #fff;
}

.btn:active {
	background-color: #AC2925;
}

.button-group {
	margin-top: 30px;
}

.button-group a {
	margin-right: 25px;
}

.button-group a:last-child {
	margin-right: 0;
}


/*---------------------------------------- 7. BANNER SECTION ------------------------------------------*/

.banner-slider-area {
	height: calc(110vh);
	padding: 0;
	position: relative;
}

.banner-slider-content {
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	top: 46%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
	width: 100%;
}

.banner-slider-content h1 {
	font-size: 59px;
	margin-bottom: 0px;
	text-transform: capitalize;
	font-weight: 600;
	color: #fff;
}

.banner-slider-content h2 {
	font-size: 59px;
	text-transform: capitalize;
	font-weight: 600;
	color: #fff;
	margin: 0;
}

.banner-slider-content p {
	font-size: 18px;
	margin: 20px auto 16px;
	width: 48%;
}

.scroll-next {
	bottom: 10px;
	left: 0;
	position: absolute;
	right: 0;
	z-index: 1;
}

.scroll-next>a {
	border-radius: 20px;
	display: inline-block;
	height: 30px;
	width: 30px;
	position: relative;
}

.scroll-next i {
	color: #7bc74d;
	font-size: 40px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.banner-slider-content .btn {
	background: #7bc74d;
	border-radius: 0;
	-webkit-box-shadow: 0px 8px 16px 0px rgba(254, 130, 100, 0.3);
	box-shadow: 0px 8px 16px 0px rgba(254, 130, 100, 0.3);
	padding: 17px 39px;
	letter-spacing: 2px;
	border-radius: 30px;
}

.banner-slider-content .btn:hover {
	background: #d56dfc;
}

.banner-slider-content .active .btn {
	background: #d56dfc;
}

.banner-slider-content .active .btn:hover {
	background: #7bc74d;
}

.banar_slider_img {
	position: absolute;
	right: -200px;
	bottom: 100px;
}

.banar_slider_img img {
	-webkit-animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
	animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
	-webkit-animation-duration: 2.5s;
	animation-duration: 2.5s;
}


/* button */

.banar-slider-button {
	display: inline-block;
}

.banar-slider-button a {
	color: rgba(255, 255, 255, 1);
	background: transparent;
	font-size: 18px;
	font-weight: 600;
	text-transform: capitalize;
	border: 2px solid #fff;
	padding: 18px 58px 18px 58px;
	margin-top: 14px;
	display: inline-block;
	border-radius: 0;
	padding: 18px 48px 18px 65px;
	letter-spacing: 1px;
	position: relative;
	border-radius: 50px;
}

.banar-slider-button a::before {
	position: absolute;
	left: 36px;
	content: "\f17a";
	font-family: FontAwesome;
	font-size: 22px;
	top: 47%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.banar-slider-button.active a::before {
	content: "\f17b";
}

.banar-slider-button a:hover,
.banar-slider-button.active a {
	background: #fff;
	color: #333;
}

.banar-slider-button.active a:hover {
	background: transparent;
	color: #fff;
}

.banner-slider-content p {
	font-size: 18px;
	margin: 20px 0 34px;
	width: 56%;
	color: #fff;
}

.banner-slider-content.text-center p {
	margin: 20px auto 34px;
}

.text-left .banar-slider-button a {
	margin-right: 20px;
}

.text-center .banar-slider-button a {
	margin: 14px 10px 0;
}


/*---------------------------------------- 8. HOME 2 HERO SLIDER SECTION ------------------------------------------*/

.em-slick-slider-new {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	height: auto;
	position: relative;
}

.em-slick-slider-new .single-slide {
	height: calc(99vh - 100px);
	position: relative;
}

.em-slick-slider-new .slide-one-bg {
	background: rgba(0, 0, 0, 0) no-repeat scroll center center / cover;
}

.em-slick-slider-new .slide-two-bg {
	background: rgba(0, 0, 0, 0) no-repeat scroll center center / cover;
}

.em-slick-slider-new .slide-three-bg {
	background: rgba(0, 0, 0, 0) no-repeat scroll center center / cover;
}

.em-slick-slider-new .banner-content {
	left: 0;
	position: absolute;
	/* right: 0; */
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	/* right: 0; */
	margin: auto;
}


/* Banar Slider BG Shape Home 4 */

.banar_bg_shape {
	position: relative;
}

.banar_bg_shape:after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	background: url(assets/images/01.png);
	background-repeat: no-repeat;
	width: 300px;
	height: 370px;
}

.banar_bg_shape::before {
	position: absolute;
	right: 0;
	top: 0;
	content: "";
	background: url(assets/images/02.png);
	background-repeat: no-repeat;
	width: 977px;
	height: 100%;
	background-position: right center;
	background-repeat: no-repeat;
}

.banar_bg_shape .em-slick-slider-new .single-slide {
	height: calc(105vh - 100px);
	position: relative;
}


/* Slider Nav & Dots Css */

.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;
}

.slick-prev,
.slick-next {
	background-color: #fff;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	height: 60px;
	top: 50%;
	-webkit-transform: translate(0px, -50%);
	-ms-transform: translate(0px, -50%);
	transform: translate(0px, -50%);
	width: 60px;
	z-index: 1;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	line-height: 60px;
	color: #7bc74d;
}

.em-slick-slider-new .slick-prev {
	left: -57px;
}

.em-slick-slider-new .slick-next {
	right: -57px;
}

.em-slick-slider-new:hover .slick-prev {
	left: 50px;
}

.em-slick-slider-new:hover .slick-next {
	right: 50px;
}

.slick-prev::before,
.slick-next::before {
	color: #333;
	font-size: 30px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	content: "\f104";
	font-family: FontAwesome;
}

.slick-next:before {
	content: "\f105";
	font-family: FontAwesome;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	background-color: #7bc74d;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	color: #fff;
}

.em-slick-slider-new .slick-dots {
	position: absolute;
	text-align: center;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 43%;
	right: 20px;
}

.slick-dots {
	text-align: center;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	width: 17px;
	height: 17px;
	margin: 5px 0;
	padding: 0;
	cursor: pointer;
}

.slick-dots li {
	height: 5px;
	margin: 30px 8px 0;
}

.slick-dots li button {
	background-color: #fff;
	border: 0 none;
	height: 4px;
	padding: 0;
	text-indent: -99999px;
	width: 23px;
	border-radius: 3px;
}

.slick-dots .slick-active button {
	background-color: #7bc74d;
}

26 .skbrop,
.overlay-dark {
	position: relative;
	z-index: 0;
}

.skbrop::after,
.bnrsk::after {
	background-color: rgba(0, 0, 0, 0.0);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: -1;
}

.bnrsk:after {
	background-color: rgba(0, 0, 0, 0.0);
}

.em_slick_testimonial .slick-dots li button {
	background-color: #333;
}

.em_slick_testimonial .slick-dots .slick-active button {
	background-color: #7bc74d;
}


/* IMAGE SLIDER */

.em-image-sliderslick {}

.em-image-sliderslick .slick-prev,
.em-image-sliderslick .slick-next,
.em-image-sliderslick .slick-dots li button {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.em-image-sliderslick:hover .slick-prev,
.em-image-sliderslick:hover .slick-next,
.em-image-sliderslick:hover .slick-dots li button {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.em-slick-slider-new.em-image-sliderslick .slick-dots {
	bottom: 20px;
	position: relative;
}

.em-slick-slider-new.em-image-sliderslick .slick-dots li button {
	background-color: #000;
}

.em-slick-slider-new.em-image-sliderslick .slick-dots .slick-active button {
	background-color: #7bc74d;
}


/* testimonial slick */

.em-testi-content.slick-slide:focus,
.em-testi-content.slick-slide:active {
	color: #fff;
	background-color: #fff;
}

.em-slick-testi-wraper .slick-active .em_testi_title_ar {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.em-slick-testi-wraper .slick-active.slick-current .em_testi_title_ar {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}


/* About Section Image Slider Css */

.about-image-slider .em-slick-slider-new .slick-prev {
	left: 0px;
}

.about-image-slider .em-slick-slider-new .slick-next {
	right: 0px;
}

.about-image-slider .em-image-sliderslick .slick-prev,
.about-image-slider .em-image-sliderslick .slick-next,
.about-image-slider .em-image-sliderslick .slick-dots li button {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.about-image-slider .slick-prev,
.about-image-slider .slick-next {
	border-radius: 0;
	height: 47px;
	line-height: 47px;
	color: #fff !important;
	background: rgba(0, 0, 0, 0.60);
}

.about-image-slider .slick-prev::before,
.about-image-slider .slick-next::before {
	color: #fff;
}

.about-image-slider .em-image-sliderslick:hover .slick-prev,
.about-image-slider .em-image-sliderslick:hover .slick-next {
	background: #7bc74d;
	color: #fff;
}


/* Effective Slider Css */

.effective-area {
	height: calc(71vh);
	padding: 0;
	position: relative;
}

.effective-area.overlay-white::after,
.effective-area .overlay-dark::after {
	background-color: rgba(0, 0, 0, 0);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: -1;
}

.overlay-white:after {
	background-color: rgba(0, 0, 0, 0);
}

.effective-content {
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
}

.effective-content h1 {
	font-size: 17px;
	font-weight: 500;
	margin-bottom: 30px;
	color: #fff;
	/* letter-spacing: 1px; */
}

.effective-content h2 {
	font-size: 42px;
	font-weight: 600;
	margin-bottom: 18px;
	text-transform: capitalize;
	color: #fff;
}

.effective-content p {
	font-size: 18px;
	margin: 20px auto;
	width: 38%;
}

.effective-area .btn {
	margin-top: 30px;
}

.scroll-next {
	bottom: 10px;
	left: 0;
	position: absolute;
	right: 0;
	z-index: 1;
}

.scroll-next>a {
	border-radius: 20px;
	display: inline-block;
	height: 30px;
	width: 30px;
	position: relative;
}

.scroll-next i {
	color: #fff;
	font-size: 40px;
	left: 0;
	position: absolute;
	right: 0;
	top: -106px;
}

.effective_icon_inner {
	margin-top: 26px;
}

.effective_icon_inner a {
	display: inline-block;
	font-size: 19px;
	color: #fff;
	margin: 0px 10px;
}

.effective_slider_btn a {
	font-family: 'Montserrat', sans-serif;
	padding: 13px 20px;
	background: #7bc74d;
	color: #111;
	font-size: 16px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	font-weight: 600;
	text-transform: uppercase;
	border-radius: 3px;
	/* margin-top: 53px; */
	display: inline-block;
}

.effective_slider_btn a:hover {
	background: #fff;
}


/* project desc */

.portfolio-details-box li {
	border-bottom: 1px solid #ddd;
	font-size: 18px;
	font-weight: 300;
	padding: 20px 0;
	text-transform: capitalize;
	list-style: none;
}

.portfolio-details-box li:last-child {
	border-bottom: 0 none;
}

.portfolio-details-box li span {
	color: #333;
	display: inline-block;
	font-weight: 700;
	margin-right: 15px;
	text-transform: uppercase;
	width: 170px;
}

.portfolio-details-box ul {
	margin-bottom: 20px;
}

.portfolio-description {
	margin-top: 50px;
}

.portfolio-description>p {
	font-size: 18px;
}

.projects-navigation-wrap {
	margin-top: 50px;
}

.projects-navigation-wrap a {
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	text-transform: uppercase;
}

.pr-title h2 {
	font-size: 22px;
	text-transform: capitalize;
	font-weight: 600;
	margin: 0;
}

.portfolio-content.portfolio-details-box {
	padding-top: 15px;
}

.prot_content.multi_gallery {
	width: 75%;
	margin: auto;
}


/* kc */

.abtext em {
	color: #444;
	font-weight: 600;
}

.abtext ol {
	padding-left: 15px;
}

.abtext ol li {
	font-weight: 600;
	line-height: 30px;
}

.creative_title {
	font-family: 'Heebo', sans-serif;
}


/* call to action */

.em-call-to-action {
	text-align: center;
	position: relative;
}

.em-call-to-action-title {}

.em-call-to-action-title h2 {
	font-size: 35px;
	font-weight: 600;
	text-transform: none;
	color: #fff;
	margin: 38px 0 0;
}

.em-call-to-action-title span {
	display: block;
}

.call-to-action-btn {}

.call-to-action-btn a {
	border: none;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	background-color: #7bc74d;
	border-radius: 50px;
	color: #fff;
	margin-top: 28px;
	padding: 8px 30px;
	font-family: 'Raleway', sans-serif;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.call-to-action-btn a:hover {
	background: #7bc74d;
}

.em-call-to-action-desc {
	color: #fff;
	width: 55%;
	margin: 20px auto 0;
	font-size: 14px;
}

.em-call-to-action2 {
	text-align: center;
}

.em-call-to-action2 .em-call-to-action-desc {
	width: 65%;
	margin-left: 0;
	margin: auto;
}

.em-call-to-action2 .call-to-action-btn a {
	margin-top: 30px;
}

.em-call-to-video {}

.em-call-to-video h3,
.em-call-to-video i {
	color: #fff;
}

.em-call-to-video h3 {
	margin-top: 5px;
	font-size: 25px;
}

.em-call-to-video a {
	text-align: center;
	display: inline-block;
	position: relative;
	z-index: 99;
}

.em-call-to-video a::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	height: 99px;
	width: 99px;
	background: rgba(123, 199, 77, 1);
	z-index: -1;
	border-radius: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-animation: pulse-border 1500ms ease-out infinite;
	animation: pulse-border 1500ms ease-out infinite;
}

@-webkit-keyframes pulse-border {
	0% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		opacity: 0;
	}
}

@keyframes pulse-border {
	0% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		opacity: 0;
	}
}

.em-call-to-video a i {
	background: #7bc74d;
	height: 90px;
	width: 90px;
	top: 50%;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	border-radius: 50%;
	line-height: 90px;
	color: #fff;
	font-size: 36px;
	position: relative;
}

.kc_piechart {
	display: inline-block;
	position: relative;
	text-align: center;
	width: 100px;
	background: #fff;
	border-radius: 100%;
}


/*======================== militant Video CSS =========================*/

.single_choose {
	margin-bottom: 20px;
}

.single-video {
	position: relative;
	text-align: center;
	z-index: 999;
}

.single-video img {}

.single-video h3 {
	color: #fff;
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 0;
	padding-top: 26px;
	text-transform: capitalize;
}

.video-icon a {
	text-align: center;
	display: inline-block;
	position: relative;
}

.slider-video-icon a,
.video-icon a {
	text-align: center;
	display: inline-block;
	position: relative;
}

.slider-video-icon a::before,
.video-icon a::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	height: 100px;
	width: 100px;
	background: rgba(123, 199, 77, 1);
	z-index: -1;
	border-radius: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-animation: pulse-border 1500ms ease-out infinite;
	animation: pulse-border 1500ms ease-out infinite;
}

@keyframes pulse-border {
	0% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		opacity: 0;
	}
}

.slider-video-icon a i,
.video-icon a i {
	color: #fff;
	font-size: 35px;
	text-align: center;
	color: #fff;
	z-index: 1;
	position: relative;
	width: 100px;
	height: 100px;
	line-height: 95px;
	display: inline-block;
	border-radius: 100%;
	background: #7bc74d;
}

.v-overlay .video-icon a i {
	border: 0px solid #fff;
	font-size: 30px;
}

.video-icon {
	left: 50%;
	position: absolute;
	top: 51%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.single-video:before {
	content: "";
	position: absolute;
	background: rgba(0, 0, 0, 0.0);
	background: -ms-linear-gradient( 90deg, rgba(127, 0, 255, 0.8) 0%, rgba(225, 0, 255, 0.8) 100%);
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.kc-section-active .kc_accordion_header a:hover {
	color: #fff !important;
}

.slider-video-icon span {
	color: #fff;
	font-size: 20px;
	text-decoration: underline;
	margin-left: 15px;
	cursor: pointer;
}

#our-skills .video-icon {
	right: -99px;
	left: inherit;
}

#our-skills .single-video:before {
	background: transparent;
}


/* Slider Video Box Css */

.slider-videobox .video-icon {
	left: 34%;
}

.slider-videobox .video-icon a i {
	color: #fff;
	font-size: 14px;
	text-align: center;
	color: #d67cff;
	z-index: 1;
	position: relative;
	width: 65px;
	height: 65px;
	line-height: 62px;
	border: 2px solid #a67fc5;
	display: inline-block;
	border-radius: 100%;
	overflow: hidden;
}

.slider-videobox .video-icon a i:hover {
	background: #7bc74d;
	border-color: #7bc74d;
}

.slider-video-icon a i {
	font-size: 30px;
	width: 75px;
	height: 75px;
	line-height: 75px;
	margin-top: 8px;
	margin-left: 10px;
}


/* Extra Css */

.service-box .kc-feature-boxes {
	text-align: right;
	padding-bottom: 2px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: -91px;
	position: relative;
}

.service-box .kc-feature-boxes .content-icon {
	float: left;
	position: relative;
}

.service-box .kc-feature-boxes .content-icon i {
	color: rgba(51, 51, 51, 1);
	background-color: #f9f9f9;
	font-size: 25px;
	border-radius: 70px 70px 70px 70px;
	padding: 14px 21px 12px 21px;
	position: absolute;
	float: left;
	top: 0px;
	left: 384px;
}

.service-box .kc-feature-boxes {
	text-align: right;
	padding-top: 18px;
}

.countdown-style2 span.group {
	position: relative;
}

.countdown-style2 span.group:before {
	content: "";
	position: absolute;
	left: -38px;
	top: 40%;
	background: #fff;
	width: 10px;
	height: 10px;
	border-radius: 50%;
}

.countdown-style2 span.group:first-child:before {
	display: none;
}

.countdown-style2 span.group:after {
	content: "";
	position: absolute;
	left: -38px;
	top: 60%;
	background: #fff;
	width: 10px;
	height: 10px;
	border-radius: 50%;
}

.countdown-style2 span.group:first-child:after {
	display: none;
}


/* ac */

.kc_accordion_section.group {
	padding-bottom: 27px !important;
}

.ui-accordion-header {
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.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;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.ui-accordion-header.ui-state-active a i {
	background: #fff;
	color: #333;
}

.ui-accordion-header:hover.ui-accordion-header a i {
	background: #fff;
}

.kc-panel-body ul {
	padding-left: 15px;
}

.kc-panel-body ul li {}


/*===================== militant event AREA CSS =========================*/

.militant-single-event_adn {
	margin-bottom: 30px;
	overflow: hidden;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}


/* event THUMB CSS */

.militant-event-thumb_adn {
	overflow: hidden;
	position: relative;
}

.militant-event-thumb_adn:before {
	content: "";
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background: #f00;
	width: 100%;
	height: 100%;
	position: absolute;
	background: rgba(0, 0, 0, .7);
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	z-index: 999;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.militant-event-thumb_adn img {
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	display: block;
}

.readmore_icon_adn {
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	z-index: 99999;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.militant-single-event_adn:hover .readmore_icon_adn {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.militant-event-thumb_adn a {
	background: #7bc74d none repeat scroll 0 0;
	color: #fff;
	display: block;
	height: 42px;
	line-height: 42px;
	text-align: center;
	border-radius: 50%;
	width: 42px;
}


/* event TITLE AND CONTENT CSS */

.em-event-content-area_adn {
	padding: 15px;
	overflow: hidden;
	border: 1px solid #ddd;
	border-top: 0;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.event-inner_adn {}

.event-content_adn {}

.event-content_adn h2 {
	color: #333;
	margin: 0 0 18px;
}

.event-content_adn h2 a {
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
}

.event-page-title_adn a {
	color: #333;
	text-transform: capitalize;
	font-weight: 600;
}

.event-page-title_adn h2 {
	margin-bottom: 6px;
}


/* event POST META CSS */


/* left style 1 */

.militant-event-singlea {
	padding-bottom: 20px;
}

h2.related-projects-title.text-left {
	padding-bottom: 30px;
}

.militant-event-meta-left_adn {
	float: left;
	position: relative;
	line-height: 1;
}

.militant-event-meta-left_adn.esi {
	float: none;
	margin-bottom: 12px;
}

.militant-event-meta-left_adn a,
.militant-event-meta-left_adn span {
	color: #333;
	margin-right: 10px;
	font-size: 14px;
}

.militant-event-meta-left_adn i {
	margin-right: 5px;
}


/* event hover */

.militant-single-event_adn:hover .militant-event-thumb_adn a:before {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.militant-single-event_adn:hover .militant-event-thumb_adn img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.event_nospace_adn.col-xs-12 {
	padding: 0px;
}

.event_nospace_adn .militant-single-event_adn {
	margin-bottom: 0px;
}

.em-pevent .militant-event-thumb_adn {
	float: left;
}

.em-pevent .em-event-content-area_adn {
	padding: 0;
	border: 0px solid #ddd;
	padding-left: 15px;
}

.em-pevent .event-page-title_adn h2 {
	margin: 0 0 3px 0;
}

.militant-single-event_adn.em-pevent {
	padding: 20px 0;
	margin: 0;
	border-top: 1px solid #ddd;
}

.event_date {
	position: absolute;
	left: 0;
	top: 0;
	background: #7bc74d;
	padding: 10px 13px;
	text-align: center;
	color: #fff;
}

.event_date span {
	display: block;
	line-height: 20px;
}

.event_date_list {
	background: #7bc74d;
	padding: 23px 0 0;
	width: 90px;
	height: 90px;
	text-align: center;
	font-size: 20px;
	color: #fff;
}

.event_date_list span {
	display: block;
	line-height: 1;
}

.militant-single-event_adn:hover .event-page-title_adn a {
	color: #7bc74d;
}


/*===================== militant Single Event CSS =========================*/

.event-description {
	background: #f9f9f9 none repeat scroll 0 0;
	padding: 26px 15px 13px;
}

.event-dsc-title>h2 {
	font-size: 18px;
	padding-bottom: 10px;
	text-transform: uppercase;
}

.event-dsc-info li {
	font-size: 14px;
	font-weight: 400;
	list-style: outside none none;
	margin-bottom: 10px;
}

.event-dsc-info li i {
	margin-right: 10px;
}

.mean-container .mean-bar:before {
	text-transform: uppercase;
}

.footer-logo img {
	margin-bottom: 10px;
	margin-top: 10px;
}

.banner-content h1 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
	color: #fff;
}

.banner-content h2 {
	font-size: 43px;
	font-weight: 700;
	color: #fff;
	margin-top: 27px;
	text-transform: none;
	padding: 0 80px;
	margin-bottom: 47px;
}

.banner-content p {
	width: 63%;
	text-align: center;
	font-size: 17px;
	font-weight: 400;
	margin: 39px auto 35px;
	color: #fff;
}

.banner-content p {
	font-size: 16px;
}

.b-batton {
	display: inline-block;
	margin-right: 11px;
}


/* Banner Slick Slider */

.slick-list {
	overflow: visible !important;
	position: relative;
}

.em-slick-slider-new .banner-content {
	left: 20%;
	position: absolute;
	/* right: 0; */
	text-align: left;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	/* right: 0; */
	margin: auto;
}

.banner-slick.banner-content h1 {
	font-size: 50px;
	text-transform: none;
	font-weight: 700;
	color: #fff;
	margin: 0;
}

.banner-slick.banner-content h2 {
	font-size: 50px;
	font-weight: 700;
	margin: 0 0 14px;
	display: block;
	color: #fff;
	text-transform: none;
	padding: 0;
}

.banner-slick.banner-content.banner-content p {
	width: 41%;
	text-align: left;
	color: #fff;
	margin: 24px 0 0;
	font-size: 18px;
	margin-bottom: 30px;
}

.banner-slick .b-batton {
	display: inline-block;
	margin-right: 16;
	float: left;
}

.kc_text_block li {
	line-height: 30px;
}


/* Slider Style Two */

.em-slick-slider-new .text-center .banner-content {
	left: 0;
	position: absolute;
	top: 50%;
	right: 0;
	text-align: center;
}

.text-center .banner-slick.banner-content h2 {
	font-size: 45px;
	font-weight: 700;
	margin: 0 0 14px;
	display: block;
	color: #fff;
	text-transform: none;
	padding: 0;
	line-height: 1.4;
	width: 39%;
	margin: auto;
}

.text-center .banner-slick.banner-content.banner-content p {
	width: 35%;
	text-align: center;
	color: #fff;
	margin: 24px 0 0;
	font-size: 22px;
	margin-bottom: 30px;
	line-height: 29px;
	margin: 17px auto 31px;
}

.text-center .banner-slick .b-batton {
	display: inline-block;
	margin-right: 16;
	float: none;
}

.text-center .btn {
	color: rgba(255, 255, 255, 1);
	background: #7bc74d;
	font-size: 17px;
	text-transform: capitalize;
	border: 2px solid #fff;
	margin-top: 14px;
	display: inline-block;
	border-radius: 0;
	padding: 21px 50px;
	background: transparent;
}

.text-center .active .btn,
.text-center .btn:hover {
	color: #fff;
	background: #7bc74d;
	font-size: 17px;
	text-transform: capitalize;
	border: 2px solid #7bc74d;
}

.text-center .banner-slick.banner-content h1 {
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	margin: 0 0 30px;
	text-transform: uppercase;
	letter-spacing: 4px;
}

.slider_content_inner {
	position: relative;
	padding: 77px;
	z-index: 1;
}

.slider_content_inner:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	height: 100%;
	background: rgba(123, 199, 77, 0.70);
	content: "";
	z-index: -1;
	border-radius: 10px;
}

.slider_content_inner:after {
	position: absolute;
	left: 31px;
	top: 32px;
	width: 50%;
	height: 100%;
	background: rgba(123, 199, 77, 0.70);
	content: "";
	z-index: -1;
	border-radius: 10px;
}

.slick-style-three .banner-slick .b-batton {
	display: inline-block;
	margin-right: 16;
	float: inherit;
	/* overflow: hidden; */
}


/* Kingcomposer Widget Customized Here */

.medical-feature .content-button a {
	padding: 0 !important;
	letter-spacing: 2px;
	text-decoration: underline;
}

.content-image img {
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.medical-feature .kc-feature-boxes:hover .content-image img {
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
}

.content-title {
	-webkit-transition: .3s !important;
	-o-transition: .3s !important;
	transition: .3s !important;
}

.weakly-schedule {
	position: relative;
}

.opening-hours {
	position: absolute;
	bottom: -74px;
	right: 19px;
	background: #7BC74D;
	padding: 29px 40px 46px;
	width: 55%;
}

.opening-hours h2 {
	color: #fff;
	font-weight: 700;
	font-size: 20px;
	padding-bottom: 10px;
}

.opening-hours ul {
	list-style: none;
	padding: 0;
}

.opening-hours ul li {
	color: #fff;
	padding: 7px 0;
	border-bottom: 1px dotted #fff;
}

.opening-hours ul li span {
	text-align: right;
	float: right;
}

.service-opening-hour {
	padding: 29px 40px 46px;
}

.service-opening-hour h2 {
	color: #fff;
	font-weight: 700;
	font-size: 25px;
	padding-bottom: 10px;
	text-align: center;
}

.service-opening-hour p {
	display: inline-block;
}

.service-opening-hour ul {
	list-style: none;
	padding: 0;
}

.service-opening-hour ul li {
	color: #fff;
	padding: 11px 0 0px;
	border-bottom: 1px dotted #fff;
	font-size: 16px;
}

.service-opening-hour ul li span {
	text-align: right;
	float: right;
}

.single-service-appointment {
	background: #F3F6F9;
	padding: 42px 30px 25px;
}

.single-service-appointment .appointment .field.topfield .form-field input {
	background: #fff;
	border: 1px solid #d5e1e4;
}

.single-service-appointment .appointment .form-field textarea {
	background: #fff;
	height: 115px;
	border: 1px solid #d5e1e4;
}

.single-service-appointment .buttons input {
	width: 100%;
}

.single-service-appointment h2 {
	font-size: 25px;
	font-weight: 700;
	margin: 0;
	margin-bottom: 21px;
	text-align: center;
}


/* footer widget */

.mc4wp-alert.mc4wp-error a,
.mc4wp-alert.mc4wp-error p {
	color: #7bc74d !important;
}

span.wpcf7-not-valid-tip {
	text-align: left;
}

.footer-middle .widget.widget_archive .widget-title {
	margin-bottom: 34px !important;
	margin-top: 28px !important;
}

.footer-middle .widget.widget_search .widget-title {
	margin-top: 25px !important;
}

.footer-middle .widget.widget_tag_cloud .widget-title {
	margin-bottom: 20px !important;
}

.footer-middle .widget.widget_nav_menu .widget-title {
	margin-bottom: 35px !important;
}

.footer-middle .widget.widget_text p img {
	margin-top: 10px !important;
	margin-bottom: 6px !important;
}

#wp-calendar caption {
	padding: 0;
	margin: 0;
	margin-top: -7px;
	margin-bottom: 5px;
}


/* sidebar widget */

.blog-left-side .widget.widget_calendar,
.blog-left-side .widget.widget_search,
.blog-left-side .widget.widget_text {}

.blog-left-side .widget.widget_text p img {
	margin-top: 10px !important;
	margin-bottom: 6px !important;
}

.blog-left-side .widget.widget_text .wp-caption {
	margin-bottom: 0px;
}

.blog-left-side .widget.widget_archive .widget h2 {
	padding-bottom: 19px !important;
}

table#wp-calendar td#today a {
	color: #fff;
}

.blog-left-side .widget h2 {
	margin-top: 0;
}

.footer-middle #archives-dropdown--1 {
	height: 34px;
	width: 100%;
}

.widget.widget_categories select {
	width: 100%;
	height: 34px;
}

.widget .screen-reader-text {
	display: none;
}

.search input {
	width: 100%;
}

.textwidget select {
	width: 100%;
}

.widget ul li:first-child {
	border-top: 0;
	padding-top: 0;
}

.blog-left-side .widget ul li {
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	border-top: 1px solid #eaedff;
	padding: 15px 0;
}

.widget ul li:hover {
	color: #7bc74d;
}

.comment_field .textarea-field label {
	margin-top: 20px;
	margin-bottom: 10px;
}

.blog-content {
	word-break: break-word;
}

.post-password-form input[type="submit"] {
	background: #7bc74d;
	height: 40px;
	width: 100px;
}

.page-list-single {
	clear: both;
}

.blog-left-side .text-widget-about ul li {
	border-top: 0;
	padding: 0;
}


/* Tab Slider */

.tab_slider .kc_tabs_nav~.kc_tab.ui-tabs-body-active {
	height: inherit!important;
	background: transparent !important;
}

.tab_slider .kc_tabs_nav>li {
	float: none !important;
	color: #454545!important;
	border-bottom: 1px solid #ddd !important;
	display: inline-block !important;
	padding: 0 !important;
}

.tab_slider .kc_tabs_nav>li>a,
.tab_slider .nav-pills>li>a {
	font-size: 15px !important;
	text-transform: uppercase;
	color: #454545 !important;
	font-weight: 600 !important;
	background: transparent !important;
	display: inline-block;
	margin: 0px 40px !important;
	padding: 0 0 6px !important;
}

.tab_slider .kc_tabs_nav>li>a:hover,
.tab_slider .nav-pills>li>a:hover {
	display: inline-block !important;
	background: transparent !important;
}

.tab_slider .kc_tabs_nav>.ui-tabs-active>a,
.tab_slider .kc_tabs_nav>li:hover,
.tab_slider .kc_tabs_nav>li>a:hover {
	background: transparent !important;
}

.tab_slider .kc_tabs_nav>.ui-tabs-active {
	border-bottom: 2px solid #7bc74d !important;
}

.tab_slider .kc_tabs>.kc_wrapper>.kc_tabs_nav {
	background: transparent;
	display: inline-block !important;
}

.tab_slider .kc_tabs_nav,
.tab_slider .nav-pills {
	margin-bottom: 8px!important;
}


/* End Tab Slider Css */


/* Tab Post CSS */

.kc_tabs_nav,
.nav-pills {
	line-height: 45px;
	margin: 0;
	padding: 0;
	text-align: center;
	margin-bottom: 60px !important;
}

.kc_tabs_nav>li,
.nav-pills>li {
	float: left;
	margin-right: 38.2px;
	border: 1px solid #7bc74d;
	padding-top: 29px;
	width: 17.1%;
}

.kc_tabs_nav>li:last-child,
.nav-pills>li:last-child {
	margin-right: 0;
}

.nav-pills>li.active {
	border-color: #7bc74d;
}

.kc_tabs_nav>li>a,
.nav-pills>li>a {
	padding: 0 30px;
	text-decoration: none;
	outline: 0;
	display: block;
	line-height: 25px !important;
	color: #7bc74d !important;
	font-size: 19px !important;
	font-weight: 500 !important;
	margin: 0px 0px;
	padding: 17px 23px 31px !important;
	font-family: "Merriweather", Sans-serif;
}

.kc_tabs_nav>li>a:hover,
.nav-pills>li>a:hover {
	background: #7bc74d;
	color: #fff;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
	background-color: transparent !important;
	border-radius: 0 !important;
	position: relative;
	color: #7bc74d !important;
}

.nav-pills>li.active>a::before {
	content: "";
	left: -15px;
	bottom: -26px;
	width: 2px;
	height: 27px;
	position: absolute;
	background: #7bc74d;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(148deg);
	right: 0;
	margin: auto;
}

.nav-pills>li.active>a::after {
	content: "";
	right: -16px;
	bottom: -26px;
	width: 2px;
	height: 27px;
	position: absolute;
	background: #7bc74d;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(-148deg);
	left: 0;
	margin: auto;
}

.nav-pills>li.active>a:hover {
	background: transparent;
}

.nav>li>a:focus,
.nav>li>a:hover {
	text-decoration: none;
	background-color: transparent !important;
}

.nav-pills li i {
	font-size: 33px;
	margin-bottom: 14px;
	/* color: #333; */
	display: block;
	margin-top: 27px;
}


/* Tab Content */

.em_post_tab_thumb img {
	width: 100%;
	margin-top: 5px;
}

.tab_pan_content {
	padding-left: 15px;
}

.tab_pan_content h2 {
	padding-bottom: 11px;
	font-size: 30px;
	font-weight: 700;
	margin-top: 0;
}

.tab_pan_content .tab_desc {
	margin-bottom: 17px;
}

.tab_pan_content ul {
	list-style: none;
}

.tab_pan_content ul li {
	margin-bottom: 8px;
}

.tab_pan_content ul li i {
	color: #7bc74d;
	margin-right: 7px;
}

.tab_pan_content a {
	display: inline-block;
	font-size: 15px;
	color: #fff;
	text-align: center;
	background: #7bc74d;
	padding: 12px 36px;
	margin-top: 25px;
	border: 2px solid transparent;
}

.tab_pan_content a:hover {
	background: transparent;
	border-color: #7bc74d;
	color: #7bc74d;
}

.em_tab_content.tab-content {
	overflow: hidden;
	border: 5px solid #7bc74d36;
	padding: 40px;
}


/* Tab Style Two */

.tab_post_style2 .kc_tabs_nav,
.tab_post_style2 .nav-pills {
	border-bottom: 0 !important;
	margin-bottom: 27px !important;
}

.tab_post_style2 .nav-pills>li.active>a:before {
	display: none;
}

.tab_post_style2 .nav-pills li i {
	font-size: 39px;
	margin-bottom: 0;
	color: #7bc74d;
	width: 90px;
	height: 90px;
	line-height: 90px;
	-webkit-box-shadow: 0 0 22px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 22px rgba(0, 0, 0, 0.15);
	border-radius: 100%;
	margin-bottom: 10px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.tab_post_style2 .nav-pills>li i:hover,
.tab_post_style2 .nav-pills>li.active i {
	background: #7bc74d;
	color: #fff;
}


/* Case study Style */

.militant-single-cases-study {
	margin-bottom: 30px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	position: relative;
	overflow: hidden;
	border: 1px solid #e8e8e8;
}

.militant-single-cases-study:hover {
	-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
	border-color: transparent;
}

.case-study-thumb {
	position: relative;
}

.em-cases-study-content {
	padding: 15px 30px 23px;
	z-index: 9999;
	background: #fff;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.em-cases-study-title h2 {
	font-size: 20px;
	padding: 1px 0 0px;
	font-weight: 700;
	margin-bottom: 5px;
}

.em-cases-study-inner {
	margin-top: 15px;
}

.em-cases-study-title h2 a {
	font-weight: 600;
	display: block;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.em-cases-study-title h2 a:hover {
	color: #7bc74d;
}

.case_category span {
	font-weight: 500;
	color: #7bc74d;
}

.case-button {
	text-transform: uppercase;
	font-size: 14px;
	color: #7bc74d;
	display: inline-block;
	margin-top: 3px;
}

.study_btn {
	display: inline-block;
	text-align: center;
	text-transform: uppercase;
	color: #7bc74d;
	text-transform: ca;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	font-size: 13px;
	letter-spacing: 1px;
}

.em-case-study-button a:hover {
	color: #7bc74d;
}

.owl-dots {
	position: absolute;
	left: 50%;
	bottom: -36px;
	border-radius: 100%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.owl-dot {
	background: #172541;
	height: 3px;
	width: 30px;
	display: inline-block !important;
	margin: 0 5px;
}

.owl-dot.active {
	background: #7bc74d;
}


/* Custom Tab */

.customize_tab .kc_tabs_nav>li {
	list-style: none;
	border-right: 2px solid #7BC74D !important;
	border-left: none!important;
	border-bottom: none !important;
	margin: 0;
	float: left;
	color: #333;
	-webkit-box-shadow: none;
	box-shadow: none;
	cursor: pointer;
	background: transparent;
	padding: 0;
	border: 0;
}

.customize_tab .kc_tabs_nav>li,
.customize_tab .nav-pills>li {
	float: left;
	margin-right: 0;
	width: 33.3333%;
}

.customize_tab .kc_tabs_nav>li>a,
.customize_tab .nav-pills>li>a {
	padding: 0 30px;
	text-decoration: none;
	outline: 0;
	display: block;
	line-height: 25px !important;
	color: #232323 !important;
	font-size: 20px !important;
	font-weight: 500 !important;
	margin: 0px 0px;
	padding: 17px 23px 18px !important;
	background: transparent;
}

.customize_tab .kc_tabs_nav>.ui-tabs-active>a,
.customize_tab .kc_tabs_nav>li:hover,
.customize_tab .kc_tabs_nav>li>a:hover,
.customize_tab .kc_tabs_nav>li>a:hover {
	background-color: #7BC74D;
	color: #fff !important;
}

.customize_tab .kc_tabs_nav~.kc_tab .kc_tab_content {
	padding: 30px;
	overflow: hidden;
	background: #fff;
}

.customize_tab .kc_tabs_nav {
	background: #fff !important;
}


/* Brand Style */

.militant-single-brand {
	margin-bottom: 30px;
	overflow: hidden;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.author.mt-120 {
	background: #F6F7FF;
	padding: 40px 66px 35px;
	margin-top: 97px;
	margin-bottom: 50px;
}

.author.mt-120 p {
	font-size: 16px;
}

.author-text h3 a {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 7px;
	display: block;
}

.author-img.text-center {
	padding-bottom: 18px;
}

.author-img img {
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
	border-radius: 100%;
	margin: auto;
	margin-top: -107px;
	background: #fff;
	padding: 9px;
}

.author-icon {
	margin-bottom: 26px;
}

.author-icon a {
	color: #9498b6;
	font-size: 15px;
	margin: 0 5px;
}

.kc-google-maps iframe {
	width: 100%;
	height: 600px;
	frameborder: 0;
	border: 0;
}


/*--
    08. Slider Screenshort Css
----------------------------*/

.slider-screenshort {
	overflow: hidden;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.slider-screenshort {
		margin-top: -170px;
	}
}

@media only screen and (max-width: 767px) {
	.slider-screenshort {
		margin-top: 60px;
	}
}

.slider-screenshot-active {
	padding: 0 15px;
}

.slider-screenshot-active .slick-slide {
	padding: 140px 0;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.slider-screenshot-active .slick-slide .singel-screenshot {
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.slider-screenshot-active .slick-slide.slick-active {
	z-index: 99;
}

.slider-screenshot-active .slick-slide.slick-active .singel-screenshot {
	-webkit-transform: scale(1.8);
	-ms-transform: scale(1.8);
	transform: scale(1.8);
}

.slider-screenshot-active .slick-slide.slick-center {
	z-index: 999;
}

.slider-screenshot-active .slick-slide.slick-center .singel-screenshot {
	-webkit-transform: scale(2.4);
	-ms-transform: scale(2.4);
	transform: scale(2.4);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.slider-screenshot-active .slick-slide {
		padding: 64px 0;
	}
	.slider-screenshot-active .slick-slide.slick-active .singel-screenshot {
		-webkit-transform: scale(1.5);
		-ms-transform: scale(1.5);
		transform: scale(1.5);
	}
	.slider-screenshot-active .slick-slide.slick-center .singel-screenshot {
		-webkit-transform: scale(2);
		-ms-transform: scale(2);
		transform: scale(2);
	}
}

@media only screen and (max-width: 767px) {
	.slider-screenshot-active .slick-slide {
		padding: 50px 0;
	}
}

.screenshot-center-active .slick-dots {
	margin-top: 40px;
	text-align: center;
}

.screenshot-center-active .slick-dots li {
	display: inline-block;
	margin: 0 12px;
	position: relative;
	line-height: 0;
}

.screenshot-center-active .slick-dots li:after {
	position: absolute;
	content: "";
	background: #09c7e0;
	top: 5px;
	left: 0;
	width: 40px;
	height: 2px;
}

.screenshot-center-active .slick-dots li:last-child:after {
	display: none;
}

.screenshot-center-active .slick-dots li button {
	border: 2px solid #09c7e0;
	width: 10px;
	height: 10px;
	padding: 0;
	border-radius: 50%;
	background: #09c7e0;
	text-indent: -9999px;
	position: relative;
}

.screenshot-center-active .slick-dots li button:after {
	position: absolute;
	content: "";
	background: rgba(1, 193, 206, 0.3);
	top: -5px;
	left: -5px;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	z-index: 999;
}

.screenshot-center-active .slick-dots li.slick-active button {
	background: #09c7e0;
}

.screenshot-center-active .slick-dots li.slick-active button:after {
	position: absolute;
	content: "";
	background: rgba(1, 193, 206, 0.5);
	top: -5px;
	left: -5px;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	z-index: 999;
}

#soft-bg1 {
	background: url(assets/images/soft-bg2.png);
	background-position: right center;
	background-size: 60% auto;
	background-repeat: no-repeat;
}

#soft-bg2 {
	background: url(assets/images/soft-bg3.png);
	background-size: 60% auto;
	background-position: bottom left;
	background-repeat: no-repeat;
}

#startup_about {
	background: url(assets/images/startup-about.png);
	background-position: right center;
	background-repeat: no-repeat;
}


/*===================== BUSINO WORK PROCESS AREA CSS =========================*/

.em_work_progress {
	text-align: center;
	margin-bottom: 30px;
	position: relative;
	padding: 0 30px;
}

.wrok_process_thumb {
	text-align: center;
	border: 4px solid #7BC74D;
	border-radius: 50%;
	display: inline-block;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	position: relative;
}

.wrok_process_thumb img {
	border-radius: 50%;
	border: 10px solid #fff;
	-webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175);
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175);
}

.em_progress_content {
	text-align: center;
}

.em_work_progress-number {
	position: absolute;
	left: -26px;
	top: 50.5%;
	margin: auto;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.em_work_progress-title {
	padding-top: 24px;
}

.em_work_progress-title h2 {
	font-size: 20px;
	font-weight: 700;
}

.em_work_progress-desc {
	padding-top: 5px;
}

.em_work_progress:hover .em_work_progress-number {
	top: 40%;
}

.em_work_progress-number span {
	background: #7BC74D;
	display: inline-block;
	height: 50px;
	width: 50px;
	text-align: center;
	line-height: 50px;
	color: #fff;
	border-radius: 50%;
	font-size: 16px;
	position: relative;
	z-index: 1;
}

.em_work_progress-number span:before {
	position: absolute;
	left: -5px;
	top: -5px;
	width: 60px;
	height: 60px;
	background: #7BC74D;
	opacity: 0.4;
	content: "";
	margin: auto;
	border-radius: 100%;
	z-index: -1;
}

.em_work_progress-number span:after {
	position: absolute;
	left: -15px;
	top: -15px;
	width: 80px;
	height: 80px;
	background: #7BC74D;
	opacity: 0.2;
	content: "";
	margin: auto;
	border-radius: 100%;
	z-index: -1;
}

.process-bg-shape {
	position: relative
}

.process-bg-shape:before {
	position: absolute;
	right: 0;
	bottom: -27px;
	width: 100%;
	content: "";
	background: url(assets/images/graduation-bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 500px;
}


/* Progress Css */

.em-progress.text-top {
	padding-top: 25px;
}

.em-progress {
	text-align: center;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.em-progress:hover {
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
}

.em-progress-thumb {
	text-align: center;
	width: 180px;
	height: 180px;
	margin: auto;
	background: #fff;
	line-height: 180px;
	border-radius: 100%;
}

.em-progress-title h2 {
	color: #fff;
	font-size: 22px;
	text-transform: capitalize;
	margin: 26px 0;
}

#work-progress {
	position: relative;
}

#work-progress:before {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	height: 100%;
	display: block;
	background: url(assets/images/progress-shape.png) center center no-repeat;
	-webkit-transform: translate(-50%, -60%);
	-ms-transform: translate(-50%, -60%);
	transform: translate(-50%, -60%);
}

.about-list ul {
	list-style: none;
	padding-left: 0;
	padding: 0;
}

.about-list ul li {
	font-weight: 500;
	font-size: 17px;
	padding-bottom: 10px;
}

.about-list ul li i {
	color: #7B4CF4;
	font-size: 20px;
	margin-right: 10px;
}

.box-right {
	padding-left: 16px !important;
}

.screenshot-curosel .col-md-12,
.screenshot-curosel .col-xs-12,
.screenshot-curosel .col-sm-12 {
	padding: 0 !important;
}

.mkdf-ds-info-row {
	padding: 15px 0 16px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.mkdf-ds-info-row .mkdf-ds-bio-info-title {
	color: #2f3241;
	font-size: 17px;
	font-weight: 600;
	vertical-align: middle;
}

.mkdf-ds-info-row .mkdf-ds-bio-info {
	color: #6e6e6e;
}

.mkdf-ds-info-row .mkdf-ds-info-row caption,
.mkdf-ds-info-row th,
.mkdf-ds-info-row td {
	text-align: left;
}

.mkdf-ds-info-row table {
	margin: 0 0 0;
	border: 0;
}

.mkdf-ds-info-row td {
	border-top: 0;
	padding: 6px 10px 6px 0;
}

.mkdf-title-wrapper {
	width: 34%;
}