
html,
body {}
img {
	max-width: 100%;
	height: auto;
}
/* box layout */
.box.wrapper {
	max-width: 1400px;
	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;
}
/*===================== eastend HEADING TOP AREA CSS =========================*/
/* LEFT RIGHT CSS */
.em40_header_area_main.hdisplay_none {
	display: none;
}
.eastend-header-top {
	padding: 12px 0;
	background:#12294C;
	color: #b6bbcc;
}
.top-address p {
	margin-bottom: 0;
	font-size: 13px;
	display:inline-block;
	letter-spacing: .5px;
	color: #b6bbcc;
}
.top-address p span,
.top-address p a {
	margin-right: 20px;
}
.top-address p span i, .top-address p a i {
	font-size: 15px;
	color: rgba(255,255,255,.93);
	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: rgba(255,255,255,.93);
    font-size: 14px;
    font-weight: 400;
}
.top-right-menu .social-icons li a:hover,
.top-right-menu .social-icons li a i:hover {
	color: #FF4400;
}
.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;
}
.header-support {
	margin-top: 11px;
	margin-left: 14px;
	display:inline-block;
}
.header-support a {
	color: #fff;
	font-weight: 500;
	background: #FF4400;
	padding: 8px 21px;
	border-radius: 30px;
	display: inline-block;
	position: relative;
	z-index: 1;
}
.header-support a:before{
	position:absolute;
	left:0; 
	top:0; 
	height:100%; 
	width:0%;
	content:"";
	background:#161a33;
	border-radius:30px;
	z-index:-1;
	transition:.3s;
}
.header-support a:hover::before{
	width:100%;
}
.header-support b {
    font-weight: 400;
    font-size: 17px;
    color: #565872;
}
.header-support i {
	margin-right: 12px;
	display: inline-block;
}
/* 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 a {
	margin-right: 5px;
	color: rgba(255,255,255,.93);
}
.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;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.top-address a:hover{
	color:#FF4400;
}
/* top opening */
.top-address.menu_18 span {
	background: #fff;
	padding: 8px 15px 9px;
	display: inline-block;
	color: #333;
}
.top-right-menu ul.social-icons.menu_18,
.top-right-menu ul.social-icons.menu_19 {
	padding: 7px 0;
}
.em-login.menu_18,
.em-quearys-top.menu_19 {
	padding: 7px 0;
}
/* top quearys */
.em-top-quearys-area {
	position: relative;
}
.em-header-quearys {
	list-style: none;
}
.em-quearys-menu i {
	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;
}
.top-form-control {
	position: relative;
}
.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 #FF4400;
	content: " ";
}
.top-form-control input {
	background: #f4f6f9;
	color: #555555;
	font-size: 13px;
	font-weight: 300;
	height: 55px;
	padding: 0 40px 0 25px;
	width: 100%;
	border: none;
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
	border-radius: 30px;
}
.top-form-control button.top-quearys-style {
	position: absolute;
	right: 0;
	top: 50%;
	background: 0 0;
	font-size: 16px;
	border: none;
	color: #FF4400;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 100%;
	background: #FF4400;
	width: 58px;
	border-radius: 0 30px 30px 0;
	text-align: center;
}
.top-quearys-style i {
	font-size: 18px;
	color: #fff;
}
.em-s-hidden {
	display: none !important;
}
/* address left right icon */
.top-right-menu.litop {
	float: left;
}
/* mobile logo */
.mobile_menu_logo.text-center {
	padding: 20px 0;
}
.mobile_menu_logo img{
	height: 55px;
}
.tr_search .em-quearys-menu i {
	color: #fff;
}
/* Style 7 Top Bar */ 
.top-right-address p {
	margin-bottom: 0;
	font-size: 12px;
	display: inline-block;
}
.top-right-address .social-icons {
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
}
.top-right-address .social-icons li {
	display: inline-block;
	margin-left: 17px;
	color: #fff;
	font-size: 14px;
}
.top-right-address .social-icons li a{
}
/*===================== END eastend HEADING TOP AREA CSS =========================*/
/*======================= eastend HEADING NAV AREA CSS ========================*/
.mean-container .mean-bar {
	padding: 0;
}
.mean-container .mean-nav {
	background: #FF4400;
	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;
}
.eastend_nav_area {
	background: #fff;
}
.eastend_menu {
	text-align: right;
}
/* LOGO CSS */
.logo {}
.logo a {
	font-size: 20px;
	font-weight: 600;
	display: inline-block;
}
.standard-logo{
	padding: 17px 0;
}
.logo a.retina-logo {
	display: none;
}
/* MENU CSS */
.eastend_menu ul {
	list-style: none;
	text-align:right;
	display:inline-block;
}
.transprent-menu .eastend_menu ul {
	list-style: none;
	text-align: center;
}
.eastend_menu>ul>li {
	display: inline-block;
	position: relative;
}
.eastend_menu > ul > li > a {
	display: block;
	padding: 37px 15px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	position: relative;
	color: #19202d;
	font-size: 15px;
	letter-spacing: .3px;
}
.eastend_menu>ul>li.current>a,
.eastend_menu>ul>li:hover>a,
.creative_header_menu>ul>li:hover>a {
	color: #FF4400;
}
.eastend_menu ul li:last-child ul.sub-menu{
	left:auto;
	right:0;	
}
.transprent-menu .eastend_nav_area {
	left: 0;
	right: 0;
	top: 0;
	z-index: 9999;
	background-color: transparent;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	position: absolute;
}
.eastend_nav_area.postfix {
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.eastend_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);
}
.eastend_nav_area.prefix .eastend_menu>ul>li>a {
	color: #fff;
}
/* LOGO LEFT RIGHT CSS */
.logo-right .logo {
	text-align: right;
}
.logo-right .eastend_menu>ul {
	text-align: left;
}
.logo-right .eastend_menu>ul>li:first-child a {
	padding-left: 0px;
}
.logo-right .eastend_menu>ul>li:last-child a {
	padding-right: auto;
}
/* logo top */
.logo-top .logo {
	text-align: center;
}
.logo-top .eastend_menu>ul {
	text-align: center;
}
.logo-top>.eastend_menu>ul>li:last-child a {
	padding-right: auto;
}
/* sub menu style */
.eastend_menu ul .sub-menu {
	position: absolute;
	left: 0;
	top: 130%;
	width: 165px;
	text-align: left;
	background: #fff;
	margin: 0;
	padding: 0;
	z-index: 9;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	opacity: 0;
	-ms-filter: "alpha(opacity=0)";
	visibility: hidden;
	border-top: 3px solid #FF4400;
}
.eastend_menu ul li:hover >.sub-menu {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	visibility: visible;
	top: 100%;
	z-index: 9;
}
.eastend_menu ul .sub-menu li {
	position: relative;
	border-bottom: 1px solid #e2e8f0;
}
.eastend_menu ul .sub-menu li a {
	display: block;
	padding: 16px 20px 16px 16px;
	margin: 0;
	line-height: 1.3;
	letter-spacing: normal;
	color: #19202d;
	text-transform: capitalize;
	-webkit-transition: .1s;
	-o-transition: .1s;
	transition: .1s;
	font-size: 14px;
	visibility: inherit !important;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;		
}
.eastend_menu ul .sub-menu li:hover>a,
.eastend_menu ul .sub-menu .sub-menu li:hover>a,
.eastend_menu ul .sub-menu .sub-menu .sub-menu li:hover >a,
.eastend_menu ul .sub-menu .sub-menu .sub-menu .sub-menu li:hover>a {
	color:#FF4400;
	padding-left: 20px;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;	
}

/* sub menu 2 */
.eastend_menu ul .sub-menu .sub-menu {
	left: 100%;
	top: 130%;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	visibility: hidden;
}
.eastend_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 */
.eastend_menu ul .sub-menu .sub-menu li {
	position: relative;
}
.eastend_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;
}
.eastend_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 */
.eastend_menu ul .sub-menu .sub-menu .sub-menu li {
	position: relative;
}
.eastend_menu ul .sub-menu .sub-menu .sub-menu .sub-menu {}
.eastend_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 .eastend_nav_area.prefix {
	top: 32px;
}
.logged-in .trp_nav_area.hbg2 {
	top: 32px;
}
/* maing menu search */
.top-address.em-quearys-top.text-right {
    float: right;
}
nav.eastend_menu.main-search-menu {
	float: right;
}
.eastend_menu.main-search-menu>ul,
.em-quearys-top.msin-menu-search {
	display: inline-block;
}
.em-quearys-top.msin-menu-search .em-quearys-menu i {
	margin-left: 20px;
}
.em-quearys-top.msin-menu-search .em-quearys-inner {
	top: 61px;
	background: #fff;
	padding: 20px;
	border-top: 3px solid #FF4400;
}
nav.eastend_menu.main-search-menu {
	/* float: right; */
	text-align: center;
}
/* has menu icon */
.eastend-main-menu .menu-item-has-children>a:after {
	margin-left: 5px;
	content: "\f078";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 10px;
	opacity: .7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
.eastend-main-menu .menu-item-has-children .menu-item-has-children>a:after {
	margin-left: 8px;
	content: "\f105";
}
.white_box_shadow {
	padding: 40px 30px;
	background: #fff;
	box-shadow: 0 0 20px rgba(0,0,0,.1);
}
/*======================= END eastend HEADING NAV AREA CSS ========================*/
/*===================== eastend BLOG AREA CSS =========================*/
.eastend-blog-index.blog-area.eastend-blog-area,
.single-blog-details,
.eastend-blog-single {
	background: #F5F5F5;
}
.eastend-blog-area {
    padding: 90px 0 100px;
}
.single-blog-details.eastend-blog-area {
    padding: 90px 0 70px;
}
.eastend-single-blog{
	margin-bottom: 40px;
	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;
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,0.05);
	-moz-box-shadow: 0 0 15px rgba(0,0,0,0.05);
	box-shadow: 0 0 15px rgba(0,0,0,0.05);	
}
.widget{
	margin-bottom: 40px;
	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;
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,0.05);
	-moz-box-shadow: 0 0 15px rgba(0,0,0,0.05);
	box-shadow: 0 0 15px rgba(0,0,0,0.05);	
	padding: 30px;
}
.widget-title:before{
	background:#FF4400;
	width: 30px;
	height: 3px;
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
}
.footer-middle .widget{
	background: transparent;
	padding: 0;
	box-shadow:none;
}
.footer-middle .widget h4.widget-title:before{
	background:transparent;
	width: 30px;
	height: 3px;
	content: "";
	position: inherit;
	bottom: 0;
	left: 0;
}
.eastend-single-blog.eastend-lt {
	text-align: left;
}
.eastend-blog-index.blog-area.eastend-blog-area, .eastend-blog-area.eastend-blog-archive {
	padding: 90px 0 90px;
	background: #F6F6F6;
}
.eastend-blog-index.blog-area.eastend-blog-area {
	padding: 90px 0 90px;
}
/* BLOG THUMB CSS */
.eastend-blog-thumb {
	overflow: hidden;
	position:relative;
}
.eastend-blog-thumb a {
	display: block;
	position: relative;
}
.eastend-blog-thumb img {
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	display: block;
}
/* BLOG TITLE AND CONTENT CSS */
.blog-content {
	word-break: break-word;
}
.blog-page-title a {
	display: block;
	margin-bottom: 0;
	text-transform: none;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	color: #212551;
}
.blog-page-title a:hover {
	color: #FF4400;
}
/* BLOG POST META CSS */
.eastend-blog-meta-left{
	margin-bottom: 10px;
}
.eastend-blog-meta-left span {
	margin-right: 13px;
	-o-transition: .3s;
	transition: .3s;
	display: inline-block;
	text-decoration: none;
	text-transform: capitalize;
	font-size: 14px;
	margin-right: 40px;
	color: #565872;
	position: relative;
}
.eastend-blog-meta-left span i{
	margin-right: 6px;
	font-size: 12px;
}
.eastend-blog-meta-left a,.eastend-blog-meta-left time{
	color: #7a7979;
	font-size: 14px;
}
.eastend-blog-meta-left span::before{
	content: "";
	background: #FF4400 ;
	width: 15px;
	height: 1px;
	position: absolute;
	right: -27px;
	top: 11px;
}
.eastend-blog-meta-left span:last-child:before{
    display:none;
}
.blog-button i{
	margin-left: 10px;
	font-size: 12px;
}
.blog-2column .eastend-blog-meta-left a, 
.blog-2column .eastend-blog-meta-left span {
	margin-right: 23px;
}
.blog-2column .em-blog-content-area {
    padding: 24px 25px 10px;
    overflow: hidden;
}
.blog-2column .eastend-blog-meta-left span:before, .blog-2column .eastend-blog-meta-left a:before {
    width: 10px;
    right: -18px;
}
/* BLOG POST META RIGHT CSS */
.eastend-blog-meta-right {
	float: right;
	padding: 17px 0 0;
}
.eastend-blog-meta-right a, .eastend-blog-meta-right span {
	color: #777;
	font-size: 14px;
	margin-left: 10px;
	text-transform: uppercase;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	display: inline-block;
	text-decoration: none;
	position: relative;
}
.eastend-blog-meta-left a:hover,
.eastend-blog-meta-left a time:hover,
.eastend-blog-meta-left span:hover {
	color: #FF4400;
}
.eastend-blog-meta-left span:last-child{
	margin-right: 0;
}
.eastend-blog-meta-right i {
	margin-right: 5px;
}
/* Meta Upper */
.upper.eastend-blog-meta-left a, .upper.eastend-blog-meta-left span {
	color: #FF4400;
	font-size: 14px;
	margin-right: 12px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0;
}
.upper.eastend-blog-meta-left a:hover, .upper.eastend-blog-meta-left span:hover {
    color: #FF4400;
}
.meta-list.eastend-blog-meta-left a, .meta-list.eastend-blog-meta-left span {
    color: #FF4400;
    font-size: 14px;
    margin-right: 10px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0;
}
/* 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: #FF4400;
	background: #FF4400;
	color: #fff;
}
/*======================== EMD eastend BLOG AREA CSS =========================*/
/*======================== eastend BLOG DETAILS AREA CSS =========================*/
.eastend-single-blog-details{
	background: #fff;
	margin-bottom: 40px;
	box-shadow: 0 0 20px rgba(0,0,0,.05);
}
.em-theme-main-page .eastend-single-blog-details,.eastend-single-blog-details-inner {
	padding: 30px;
}
.em-theme-main-page .eastend-single-blog-title h2 {
	padding-bottom: 15px;
}
.eastend-single-blog--thumb {
    position: relative;
}
.eastend-single-blog-details .eastend-blog-meta {
	margin: 0;
	border: 0;
}
.single-blog-title {
    padding: 0;
    margin-bottom: 20px;
    color: #0d2958;
}
.eastend-single-blog-content p {
    margin-bottom: 20px;
}
.eastend-single-blog-details .eastend-blog-meta {
	margin: 0;
	border: 0;
}
/*BLOG DETAILS META */
.eastend-blog-meta.txp-meta {
	position: inherit;
	top: inherit;
	left: inherit;
	z-index: 9999;
	margin-bottom: 15px;
}
.eastend-single-icon-inner {
	text-align: left;
}
.eastend-single-icon-inner span {
    font-size: 17px;
    margin-right: 6px;
}
.eastend-single-icon-inner a i {
    border: 1px solid #E8E8E8;
    color: #565872;
    display: inline-block;
    font-size: 15px;
    height: 40px;
    line-height: 39px;
    margin: 0 4px;
    text-align: center;
    width: 40px;
}
.eastend-single-icon-inner a i:hover {
	background: #FF4400;
	border-color: #FF4400;
	color: #fff;
}
.eastend-single-icon-inner a i {}
blockquote {
    padding: 20px 30px;
    font-size: 16px;
    border-left: 4px solid #FF4400;
    background: 0 0;
    font-style: normal;
    color: #0d2958;
    font-weight: 400;
    position: relative;
    line-height: 1.5;
    background: #F5f5f5;
}
blockquote i {
    margin-right: 10px;
}
.post-text blockquote::before {
	content: "\f10d";
	left: 42px;
	top: 50px;
	position: absolute;
	color: #758799;
	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: #fff;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 2px;
}
.eastend-blog-social {
    padding-top: 30px;
    text-align: left;
    border-top: 1px solid #ddd;
    margin-top: 30px;
}
.eastend-single-blog-details .inner-content h4 {
	padding-bottom: 15px;
}
.comment-form .wpcf7-submit.button {
    margin-bottom: 10px;
    padding: 12px 20px;
}
/*======================== eastend COMMENT AREA CSS =========================*/
/* POST REPLY CSS */
.comments {
    padding-bottom: 25px;
}
.post_comment {
    border-bottom: 1px solid #E8E8E8;
    margin: 20px 0 10px 0;
    padding: 0 10px;
}
.commment_title h3 {
    margin-bottom: 20px;
    position: relative;
    color: #0d2958;
    margin-top: 0;
}
.commment_title small{
	font-size: 60%;
}
.post_replay_inner {
    word-wrap: break-word;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}
.mgl-30 {
	margin-left: 30px;
}
.post_reply_thumb {}
.post_reply_thumb img {
	border-radius: 50%;
}
.post_replay {
    margin-top: 30px;
}
.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: #0d2958;
    font-size: 15px;
    display: inline-block;
    padding-bottom: 7px;
}
.reply_date {
	overflow: hidden;
	margin-bottom: 15px;
}
.reply_date span.span_left {
    font-size: 13px;
    color: #777;
    display: block;
}
.reply_date span.span_right {
    float: none;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
    position: absolute;
    top: 0;
    right: 0;
    background: #0d2958;
    padding: 6px 13px;
	transition:.3s;
}
.reply_date span.span_right:hover{
	background:#FF4400;
}
.post_reply p {}
.comments-area{
	background: #fff;
	margin-bottom: 40px;
	box-shadow: 0 0 20px rgba(0,0,0,.05);	
	padding:30px; 
}
.comment-list .comment .comment{
	margin-left: 30px;
}
.comment-list .comment .comment .post_comment{
	border-bottom:transparent;
}
.comments-area .children {
    margin-left: 90px;
}
.post_comment .post_comment {
	margin-left: 15px;
}
/* COMMENT FORM CSS */
.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[type="text"] {}
.comment_field input[type="email"] {}
.em-theme-main-page .commment_title h3 {
	margin-top: 0px;
}
.logged-in-as {
	margin-bottom: 10px;
	margin-top: 25px;
}
.logged-in-as a {
	color: #333;
}
a.comment-edit-link {
	margin-bottom: 12px;
	display: inline-block;
}
.em-theme-main-page .comments-area {
	margin-top: 40px;
	clear: both;
}
/*======================== eastend unittest =========================*/
.blog-page-title{
	position: relative;
} 
.blog-page-title:before {
    background: #FF4400;
    width: 40px;
    height: 3px;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
}
.blog-page-title h2 {
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.blog-page-title h2 a:hover {
	color: #FF4400;
}
.em-blog-content-area {
	display: block;
	width: 100%;
}
.em-blog-content-area {
    padding: 30px;
    overflow: hidden;
}
.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;
}
.post_reply h1,
.post_reply h2,
.post_reply h3,
.post_reply h4,
.post_reply h5,
.post_reply h6 {
	margin-top: 15px;
	margin-bottom: 15px;
}
/* single blog */
.single-blog-content ol,.single-blog-content ul{
	padding-left: 20px;
}
/*======================== eastend PAGINATION AREA CSS =========================*/
.paginations {
	text-align: left;
	margin-top: 10px;
}
.page-numbers li {
	display: inline-block;
	text-align: center;
}
.paginations a, .page-numbers span.current {
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    font-size: 16px;
    margin: 0 8px 0 0;
    color: #565872;
    background: #fff;
    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: #FF4400;
	border-color: #FF4400;
	color: #fff;
}
/*======================== END eastend COACHING AREA CSS =========================*/
.em_single_coaching{
	margin-bottom: 30px;
	transition:.3s;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
	background: #FFFFFF;	
}
.em_coaching_content {
    padding: 20px 25px;
    transition: .3s;
    background: #fff;
}
.em_coaching_title h2 {
	font-size: 20px;
	transition:.3s;
	margin-bottom: 15px;
}
.em_coaching_title h2:hover{
	color:#FF4400;
}
/* Coaching DetAILS */ 
.eastend-single-coaching-details {
    background: #fff;
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,.05);
    -moz-box-shadow: 0 0 15px rgba(0,0,0,.05);
    box-shadow: 0 0 15px rgba(0,0,0,.05);    
}
.eastend-single-coaching--thumb img {
    width: 100%;
}
.eastend-blog-main-content {
    padding: 30px;
}
.eastend-single-coaching-content h4{
	padding-top:15px;
}
.eastend-single-coaching-details .eastend-blog-meta.txp-meta {
    margin-bottom: 15px;
}
.eastend-single-coaching-content ul li {
    list-style:none;	
    padding: 30px 0 0;
}
.coaching-fee ul li {
    color: #FF4400;
}
.coaching-details-block-two {
  background-color: #FFF;
}
.coaching-details-two {
  padding: 40px 40px 0;
}
.coaching-details-two hr {
 margin-bottom: 28px;
}
.coaching-details-two .details-button-two {
  margin-bottom: 30px;
}
.coaching-details-two .details-button-two a i {
  font-style: italic;
}
.coaching-details-meta {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 13px;
  color: #FF4400;
}
.coaching-list ul li {
  padding: 7px 0 0;
  font-size: 17px;
   font-style: normal;
}
.coaching-list ul li:last-child {
  margin-bottom: 10px;
}
.coaching-fee {
  color: #FF4400;
}
.coaching-application ul li {
  padding: 5px 10px;
}
.applications i {
  font-size: 14px;
  color: #FF4400;
  margin-right: 10px;
}
.exam-block{
  margin-bottom: 22px;
}
.coaching-exam .coaching-subheading {
    font-size: 18px;
    padding-bottom: 5px;
}
.exam-Pattern-min {
  font-size: 14px;
}
.details-button-two a i {
    margin: 0 5px;
}
.details-button-two a .fas.fa-book {
    display: none;
}
/*======================== eastend BREADCRUMB AREA CSS =========================*/
.breadcumb-area {
	padding: 100px 0;
	background-color: #121B51;
	background-position: center top;
	background-repeat: no-repeat;
	position: relative;
}
.breadcumb-area:before {
    background: rgba(18,41,76,.8);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
}
.breadcrumb_tran_header .breadcumb-area {
    padding: 191px 0 110px;
}
.breadcumb-inner h2 {
    color: #fff;
    margin-bottom: 30px;
}
.breadcumb-inner ul {}
.breadcumb-inner li {
	display: inline-block;
	margin: 0 6px;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
}
.breadcumb-inner li:nth-last-child(-n+1) {
	color: #a6adbc;
}
.breadcumb-inner li a {
	color: #fff;
	text-transform: uppercase;
}
.brpt h2 {
	margin-bottom: 30px;
	margin-top: 0;
	color: #fff;
}
.lcase {
	text-transform: lowercase;
}
.ucase {
	text-transform: uppercase;
}
.ccase {
	text-transform: capitalize;
}
.pimgs img {
	width: 100%;
}
/*======================== END eastend BREADCRUMB AREA CSS =========================*/
/*======================== eastend 404 AREA CSS =========================*/
.not-found-area {
    background-color: #f9f9f9;
    background-position: center top;
    background-repeat: repeat;
    background-size: cover;
}
.not-found {
	display: table;
	width: 100%;
	text-align: center;
	background: #fff;
	margin: 70px 0;
	padding: 90px 0;
	box-shadow: 0 0 20px rgba(0,0,0,.13);
}
.not-found-inner {
	display: table-cell;
	vertical-align: middle;
}
.not-found-inner {
	font-size: 26px;
}
.not-found-inner h2 {
	color: #FF4400;
	display: inline-block;
	font-size: 160px;
	font-weight: 700;
	line-height: 1.2;
}
.not-found-inner p {
	font-size: 22px;
	font-weight: 600;
}
.not-found-inner a {
	color: #fff;
	font-size: 18px;
	margin-top: 40px;
	display: inline-block;
	background: #FF4400;
	padding: 10px 30px;
	border-radius: 4px;
}
.not-found-inner a:hover{
	background:#FF4400;
	color:#fff;
}
/* search error */
.eastend-search-page {
	background: #f6f6f6;
	padding-bottom: 135px;
}
.search-error .search input {
	padding: 20px 0;
}
.search-error .search input[type="text"] {
	padding-left: 10px;
}
.search-error .search button {
	top: 48%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	    transform: translateY(-50%);
}
.search-error > p {
	font-size: 18px;
	margin: 14px 0 20px;
}
.search-error .search input {
	height: 54px;
	border: 1px solid #ddd;
}
.mobile_menu_logo a {
	font-size: 22px;
	font-weight: 600;
	text-transform: uppercase;
}
/*======================== END eastend 404 AREA CSS =========================*/
/*======================== eastend 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: #FF4400;
	font-weight: 700;
}
/*======================== eastend FOOTER TOP AREA CSS =========================*/
.footer-top {
    background: #0f1328;
    padding: 120px 0 100px;
}
.footer-top-inner h2 {
	color: #fff;
	font-size: 35px;
	font-weight: 700;
	height: 60px;
	line-height: 60px;
	padding: 0 15px;
	text-transform: uppercase;
}
.footer-top-inner h2 span {
	color: #FF4400;
	font-weight: 600;
}
.footer-top-inner p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 0;
    padding: 0 10px;
    color: #b4bbc9;
    margin-left: auto;
    margin-right: auto;
    width: 69%;
}
.footer-social-icon {
	padding: 10px 0 20px;
	text-align: center;
}
.footer-social-icon a i {
    color: #b4bbc9;
    font-size: 16px;
    height: 70px;
    width: 70px;
    display: inline-block;
    border-radius: 50%;
    background: #1c2940;
    line-height: 70px;
    text-align: center;
    transition: .3s;
    margin: 0 5px;
}
.footer-social-icon a i:hover {
	background-color: #ff4b57;
	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: 14px;
	height: 35px;
	line-height: 35px;
	margin: 0 3px;
	width: 35px;
	color: #333;
}
.footer-top-inner .text-center {
    margin-bottom: 32px;
    text-align: center;
}
/*======================== END FOOTER TOP AREA CSS =========================*/
/*======================== eastend FOOTER MIDDLE AREA CSS =========================*/
.footer-middle {
	padding: 80px 0 40px;
	position: relative;
	background: #1e232c;
}
.footer-middle .widget{
	margin-bottom: 20px;
}
.footer-middle .widget h4 {
	margin-bottom: 25px;
	margin-top: 20px;
	position: relative;
	color: #f8f9fe;
	display: inline-block;
}
.footer-middle .widget.about_us{
	margin-bottom: 0;
}
.footer-middle .recent-post-text h4 a {
    color: #f8f9fe;
    font-size: 15px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    font-weight: 400;    
}
.footer-middle #archives-dropdown--1 {
	height: 34px;
	width: 100%;
}
.footer-middle .tagcloud a {
	color: #565872;	
}
.footer-middle .tagcloud a:hover {
	color: #FFFFFF;	
}
.footer-middle .widget ul {
	list-style: none;
}
.footer-middle .widget ul ul{
	margin-top: 10px;
}
.footer-middle .widget ul li {
	margin-bottom: 10px;
	position: relative;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	font-size: 16px;
	color: #a6adbc;
	padding-left: 16px;
}
.footer-middle .widget ul.menu{
	position: relative;
}
.footer-middle .widget ul.menu li a::before {
    position: absolute;
    content: "\f2d1";
    left: 0;
    top: 4px;
    font-size: 9px;
    line-height: 1em;
    font-family: 'Font Awesome 5 Free';
}
.footer-middle .widget .menu-social-menu-container ul li a::before {
	display: none;
}
.footer-middle .widget ul li a {
	color: #a6adbc;
	font-size: 16px;
}
.footer-middle .widget ul li a:hover,
.footer-middle .widget ul li:hover:before {
	color: #FF4400;
}
/*======================== END FOOTER middle AREA CSS =========================*/
/*======================== eastend FOOTER BOTTOM AREA CSS =========================*/
.footer-bottom {
	background: #1e232c;
}
.footer-bottom-box{
	padding: 20px 0 20px;
	border-top:1px solid rgba(255,255,255,.23);	
}
.copy-right-text p {
	color: #a6adbc;
	margin: 10px 0 0;
	padding: 0;
	margin-top: 0;
	font-size: 14px;
}
.footer-menu {
	margin-top: 12px;
}
.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: #a6adbc;
	padding: 0;
	display: block;
	text-transform: capitalize;
	margin-left: 10px;
	transition: .3s;
	font-size: 14px;
}
.footer-menu ul .menu-item a:hover{
	color:#f8f9fe;
}
.footer-menu .social-icon {
	color: #f8f9fe;
	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: #f8f9fe;
	border-radius: 100%;
	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 {
	bottom: 30px;
	color: #fff;
	font-size: 24px;
	height: 44px;
	line-height: 44px;
	right: 40px;
	text-align: center;
	width: 44px;
	background: #FF4400;
	transition: .3s;
}

#scrollUp i {
	color: #fff;
}
/*======================== END EM40 SCROLL TOP CSS =========================*/
.copy-right-text a {
	color: #FF4400;
}
.template-home .vc_row {
	margin-left: 0px !important;
	margin-right: 0px !important;
}
 ::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #666;
	font-size: 14px;
}
 ::-moz-placeholder {
	/* Firefox 19+ */
	color: #666;
	font-size: 16px;
}
 :-ms-input-placeholder {
	/* IE 10+ */
	color: #666;
	font-size: 16px;
}
 :-moz-placeholder {
	/* Firefox 18- */
	color: #666;
	font-size: 16px;
}
.wpb_gallery.wpb_content_element.vc_clearfix {
	margin-bottom: 0;
}
.recent-post-item {
	clear: both;
}
.recent-post-image a {
	display: inline-block;
    margin-top: 0;
    margin-bottom: 10px;
}
.recent-post-text {
	overflow: hidden;
}
.blog-left-side .widget{
	border:1px solid #F1F1F1;
}
.blog-left-side .widget .recent-post-text h4 {
	margin-bottom: 7px;
	margin-top: 0px;
	line-height: 16px;
    color: #212551;
}
.recent-post-text h4 a {
    color: #212551;
    font-size: 18px;
    line-height: 1.2;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;   
}
.recent-post-text h4 a:hover {
	color: #FF4400;
}
.recent-post-item:last-child{
	border-bottom:0;
	padding-bottom:0;
	margin-bottom: 0;
}
.recent-post-text .rcomment i {
	margin-right: 5px;
}
.recent-post-text .rcomment {
    color: #FF4400;
    text-transform: uppercase;
    font-size: 13px;
}
.footer-middle .recent-post-text>h4 {
	margin-bottom: 5px;
}
.footer-middle .recent-post-text>h4 a:hover {
	color: #EEEEEE;
}
.footer-middle .recent-post-text .rcomment {
	color: #FF4400;
	font-size: 13px;
	font-weight: 400;
}
.mean-container .mean-bar {
	float: none;
	background: #FF4400;
}
.mean-container .mean-nav ul li li a {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.footer-middle .widget .menu-social-menu-container ul {
	margin-left: 0;
	margin-top: 0;
}
.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 a {
	display: block;
}
.footer-middle .widget .menu-social-menu-container ul li i {
    border: 0;
    display: block;
    margin-right: 6px;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    font-size: 16px;
}
.footer-middle .widget .menu-social-menu-container ul li i:hover {
	color: #FF4400;
	background: transparent;
}
.footer-middle a{
	color: #8ca3f0;
}
.footer-middle a:hover{
	color: #FF4400;
}
.template-home-wrapper {
	overflow: hidden;
}
.section-title {
	margin: auto auto auto 0;
	width: 100%;
	text-align: left;
	position: relative;
	margin-bottom: 30px;
}
.section-title.t_center {
	margin: auto;
	text-align: center;
	position: relative;
	z-index: 99;
	margin-bottom: 30px;
}
.section-title h6 {
	font-family: 'Dancing Script', cursive;
	position: absolute;
	left: 0px;
	right: 0;
	font-size: 250px;
	top: -125px;
	color: #F6F6F6;
	z-index: -1;
	font-weight: 700;
}
.white_title .section-title h6 {
	color: #fff;
	opacity: 0.04;
}
.section-title.t_left,.section-title.title-style-1 {
	margin: auto auto auto 0;
	width: 100%;
	text-align: left;
	position:relative;
	margin-bottom: 30px;
}
.section-title.title-style-1 .em-bar-main{
	float: left;
}
.section-title.title-style-2{
	text-align: center;
}
.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: 38px;
	margin-bottom: 0px;
	text-transform: capitalize;
	margin-top: 0;
}
.tmr0 .section-title h2 {
	margin: 0;
}
.section-title h5 {
	color: #FF4400;
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 15px;
	letter-spacing: 1.5px;
	font-weight: 400;
}
.section-title p {
	margin-top: 7px;
	font-size: 18px;
	margin-bottom: 0;
}
.em-bar-main {
	margin: 10px 0 20px;
}
.em-bar {
	background: #FF4400;
	height: 3px;
	margin: 0 auto 5px;
	width: 62px;
}
.em-bar.em-bar-big {
	width: 47px;
	position: relative;
}
.em-image {
	margin-bottom: 0;
	margin-top: 0;
}
.section-title.t_left span {
	color: #FF4400;
}
/* title 2 style */
.title_in_area {
	width: 74%;
}
.title_in {
	float: left;
	padding-right: 30px;
	position: relative;
	margin-right: 30px;
}
.title_in:before {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 2px;
	background: #FF4400;
	content: "";
}
.title_in:after {
	position: absolute;
	right: -5px;
	top: 0;
	height: 100%;
	width: 2px;
	background: #FF4400;
	content: "";
}
.title_tx h5,
.title_tx h2 {
	margin: 0;
}
.title_tx h5 {
	font-size: 18px;
	font-weight: 600;
}
.title_tx h2 {
	font-size: 40px;
	font-weight: 600;
	margin-bottom: 3px;
	text-transform: uppercase;
}
.title_ptx p {
	margin: 0;
	padding-top: 10px;
	overflow: hidden;
}
/*===================== eastend FEATURE SECTION =========================*/
.em-feature {
	margin-bottom: 30px;
	z-index: 999;
	transition:.5s;
}
.feature_upper_content {
	background: #FF4400;
	padding: 32px 40px 40px;
	transition:.5s;
}
.em_feature_img {
	float: left;
	overflow: hidden;
	margin-right: 15px;
	transition:.5s;
}
.style_five .em_feature_img {
	margin-right: 0px;
}
.em-feature-title h3 {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	margin: 0;
	transition:.5s;
}
.em-feature-title h2 {	 
	font-size: 20px;
	font-weight: 500;
	margin: 7px 0 0;
	transition:.5s;
}
.em-feature-title h4 {
    position: absolute;
    font-size: 110px;
    bottom: -18px;
    right: 5px;
    z-index: 10;
    opacity: 0.09;
    font-weight: 800;
    color: #777;
	transition:.5s;
}
.em-feature-desc {
	overflow: hidden;
	transition:.5s;
}
/* Style two */
.style-two .em_feature_content {
	padding: 33px 30px;
	background-color: #FFF;
	transition:.5s;
}
.style_two .em_feature_img {
	float: none;
	margin-right: 0;
}
.style_two.em-feature {
	margin-bottom: 30px;
	z-index: 999;
	padding: 20px;
}
.style_two .em-feature-title h2 {
	color: #222;
	margin: 27px 0 18px;
}
/* Style Three */
.style_three .em-feature-title h2 {
	color: #222;
	margin: 0 0 19px;
	font-size: 22px;
}
.style_three .em_feature_img {
	margin-right: 45px;
}
/* Style Four */ 
.style_three.style_four.em-feature {
	padding: 50px 35px 50px;
	background:#FCFCFC;
	transition:.3s;
}
.style_three.style_four.em-feature:hover {
	background-color: #FFF;
	box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.05);
}
.style_three.style_four .em_feature_img img {
	width: 75%;
}
.style_three.style_four .em_feature_img {
	margin-right: 14px;
}
.style_three.style_four .em-feature-title h2 {
	margin: 4px 0 4px;
	font-size: 19px;
	color: #0d2958;
}
/* Style Five */ 
.style_five .em_content_title {
	padding: 28px 25px;
	overflow: hidden;
	transition:.4s;
}
.em-feature.style_five:hover .em_content_title{
	box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.05);
}
.style_five .em-feature-title h2 {
	color: #0d2958;
	padding: 0 0 22px;
	transition:.3s;
}
.em_feature_img img{
	transition:.5s;
}
.em-feature.style_five:hover .em_feature_img img{
	transform:scale(1.1);
}
.style_five .em-feature-title h3 {
	color: #FF4400;
	font-size: 14px;
	font-weight: 400;
}
/*===================== END eastend Country CSS =========================*/
.em-country {
	margin-bottom: 5px;
	background: #fff;
	padding: 35px 30px 35px;
}
.em_country_img {
	float: left;
	margin-right: 30px;
}
.country-eastebd-home .em_country_img{
	width: 120px;
	display: inline-block;
}
.country-eastebd-main .em_country_img{
	width: 120px;
	display: inline-block;
}
.elementor .em_country_img img{
	border:4px solid #E4E4E4;
	border-radius: 50%;
}
.em-country.country-eastebd-main.style_two{
	background: #FFF;
	padding: 30px 25px;
	margin-bottom: 30px;
	border:1px solid #ebe9e9;
	box-shadow: 1px 1px 15px rgba(0,0,0,.12);
}
.elementor .country-eastebd-main .em_country_img img{
	border-radius: 10px;
}
.em-country-title {
	padding-bottom: 5px;
	overflow:hidden;
}
.em-country-title h2 {
	font-size: 20px;
}
.em-country-desc {
	padding-bottom: 5px;
}
.country-btn a {
	color: #565872;
	transition: .5s;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 0.3px;
}
.country-btn a i{
	margin-left: 10px;
	color:#565872;
}
.country-btn a:hover,.country-btn a:hover i{
	color:#FF4400;
}
/* Style Two */
.style_two .em_country_img {
	float: none;
	margin-right: 0;
	margin-bottom: 26px;
}
.style_two.em-country {
	background: transparent;
	padding: 0;
}
/* Style Three */
.style_two.style_three.em-country {
    padding: 0;
    padding: 35px 25px 28px;
	background:#fff;
	transition:.3s;
}
.style_two.style_three.em-country:hover {
    box-shadow: 0px 6px 20px 0 rgba(0, 0, 0, 0.05);
}
.country_details_box{
	background: #FFFFFF;
	padding: 30px;
	overflow:hidden;
}
/*===================== END eastend About CSS =========================*/
.em_about_us_content {
	padding-top: 50px;
}
.em_about_us_title h2 {
	font-size: 36px;
	font-weight: 800;
	margin-bottom: 10px;
}
.em_about_us_button {
	margin-top: 86px;
}
.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;
	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: #FF4400;
	border-color: #FF4400;
	color: #fff;
}
.em_about_us_thumb {
	text-align: center;
}
.about_us_description {
	position: relative;
}
.about .kc_single_image img {
	max-width: 200% !important;
}
.about .kc-pie-chart-wrapper, .about .kc_counter_box {
	text-align: left !important;
}
/*===================== Eastend SERVICE CSS =========================*/
.em-service2 {
	padding: 0 50px;
}
.style-two.em-service2 {
	padding: 0 61px;
}
.em_service_content {
	overflow: hidden;
}
.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: 0 0 10px 0;
	font-size: 24px;
	padding: 0;
}
.services-slider-four .em-service-title h2{
	font-size: 22px;
}
.em-service-title h2:hover{
    color:#FF4400;
}
.em-service-desc p {
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.service-btn {
	margin-top: 15px;
}
.service-btn > a {
	border-radius: 30px;
	color: #333;
	display: inline-block;
	font-size: 14px;
	text-transform: uppercase;
	-webkit-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
	border: 1px solid transparent;
}
.service-btn > a i{
	margin-left:10px;
	color:#FF4400;
}
.service-btna a:hover {
	color: #FF4400;
}
.em-service:hover .service-btn>a {
	color: #fff;
}
/* style 2 */
.em-service2 {
	padding: 0 50px;
}
.em-service2 .em-service-icon i {
	display: inline-block;
	text-align: center;
	font-size: 48px;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	color: #FF4400;
}
.em-service2 .em-service-inner {
	overflow: hidden;
}
.em-service2 .em-service-title h2 {
	margin: 0px 0 10px;
}
.em-service2 .em-service-title h2:hover{
    color:#FF4400;
}
.em-service2 .em-service-title h2 {
	font-size: 22px;
	padding: 0;
	text-transform: capitalize;
	margin: 15px 0 15px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.em-service2.sleft {
	text-align: left;
}
.em-service2.sleft .em-service-icon {
	float: left;
	margin-right: 44px;
	padding-top: 10px;
}
.em-service2.style-two {
	margin: 0 0 30px;
	text-align: left;
	padding: 23px 29px 32px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	background: 0 0;
	background: #fff;
}
.em-service2.sright {
	text-align: right;
}
.em-service2.sright .em-service-icon {
	float: right;
	margin-left: 30px;
}
.em-service-title h2:hover {
	color: #FF4400;
}
.em-service2.smiddle .em-service-desc p{
}
/* style Two */
.em-service2.style-three {
	padding: 0 0px;
}
.em-service2.style-three .em-service-title h2 {
	color: #222;
}
.em-service2.style-three .service-btn > a {
	text-transform: uppercase;
	border: 0;
}
.em-service2.style-three .service-btn > a:hover {
	color:#FF4400;
}
.em-service2.style-three .service-btn a i {
	margin-left: 7px;
	color:#FF4400;
}
.em-service2.style-three .em-service-icon i {
	display: inline-block;
	text-align: center;
	font-size: 30px;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	color: #fff;
	width: 85px;
	height: 85px;
	line-height: 77px;
	border: 4px solid #fff;
	background: #FF4400;
	border-radius: 100px;
	margin-top: 50px;
}
.em-service2.style-three.sleft .em-service-icon {
	margin-right: 10px;
}
.visa-type-left {
	z-index: 999 !important;
}
.em-service2.style-three.sright .em-service-icon {
	margin-left: 12px;
}
/* style 3 */
.em-service3 {
	position: relative;
}
.em-service3 .service_top_text {
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	    transform: translateY(-50%);
}
.em-service3.em-service2 .em-service-inner {
	margin-left: 40px;
	-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);
	padding: 28px 15px 25px 37px;
}
.em-service3.em-service2 .em-service-icon i {
	width: 68px;
	display: inline-block;
	height: 68px;
	line-height: 67px;
	background: #fff;
	border: 2px solid rgba(30, 43, 98, 0.24);
	color: #1e2b62;
}
.em-service-position {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	    transform: translateX(-50%) translateY(-50%);
	z-index: -1111;
	opacity: .1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
}
.em-service-position i {
	font-size: 110px;
}
.em-service3.em-service2:hover .em-service-inner {
	background: #FF4400;
}
.service-contact-dtl {
  padding: 40px 45px;
  text-align: center;
  font-size: 17px;
  font-weight: 500;
  position: relative;
  background-image: url(assets/images/contact.jpg);
  background-size: cover;
}
.service-contact-dtl ul {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}
.service-contact-dtl ul li {
    color: #fff;
    font-size: 17px;
}
.service-contact-dtl a {
    color: #fff;
    font-size: 20px;
    border-bottom: 1px solid #fff;
    margin-bottom: 20px;
    display: inline-block;
}
.service-contact-dtl a.btn {
    color: #fff;
    font-size: 14px;
    border-bottom: none;
    margin-bottom: 0;
}
.service-contact-dtl .btn-primary {
    padding: 12px 20px;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 4px;
    font-size: 13px;
}
.service-contact-dtl .btn-primary:hover {
	background:#fff;
	color:#f54607;
}
.service-contact {
  margin-bottom: 30px;
}
.service-contact-img {
  height: 260px;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.service-contact-img .overlay-bg {
  opacity: 0.8;
  background-color: #121B51;
}
.service-resources {
  margin-bottom: 45px;
}
.resources-type ul{
	list-style:none;
}
.resources-type ul li {
	background: #FFFFFF;
  margin-bottom: 12px;
  border: 1px solid #ddd;  
}
.resources-type ul li i {
  color: #FF4400;
  margin-right: 10px;
  border-right: 1px solid #ddd;
  padding: 0 18px;
  line-height: 3.5;
}
.resources-type ul li a {
  color: #777;
  font-size: 15px;
}
/*======================== EM40 VISA TYPE CSS =========================*/
.em-visa {
	padding: 80px 175px;
	border: 1px solid rgba(255,255,255,0.15);
	position:relative;
}
.em-visa-title h2 {
	color: #fff;
	font-size: 24px;
	padding: 20px 0 7px;
}
.em_visa-icon i {
	color: #FF4400;
	font-size: 50px;
}
.em-visa-desc {
	margin: 0;
	color: #fff;
}
.visa-btn a {
	text-transform: uppercase;
	font-size: 14px;
	color: #fff;
	margin-top: 32px;
	display: inline-block;
	transition:.3s;
}
.visa-btn a:hover {
	color: #FF4400;
}
.visa-btn a i{
	margin-left:7px;
	color:#FF4400;
}
.em_visa-icon2 {
	position: absolute;
	right: 25px;
	bottom: 0;
}
.em_visa-icon2 i {
	font-size: 80px;
	color: #F4F4F4;
	opacity: 0.1;
}
/*======================== EM40 TEAM CSS =========================*/
.em-team {
	text-align: left;
	position: relative;
	margin-bottom: 15px;
	background: #fff;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.07);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.07);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.07);	
}
.em-team-content-waraper {
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	background: #fff;
	padding: 27px 20px 30px;
}
.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;
	margin-bottom: 15px;
	color:#0d2958; 	
}
.em-team-content-title h2:hover {
	color: #FF4400;
}
.em-team-content-subtitle {
color: #FF4400;
text-transform: uppercase;
font-size: 14px;
letter-spacing: 2px;
font-weight: 500;
}
.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: #FF4400;
	padding: 4px 20px;
	border-radius: 30px 0 0 30px;
	color: #fff;
	cursor:pointer;
	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: #BEBEBE;
	padding-right: 12px;
}
.em-team-content-socials a:hover {
	color: #FF4400;
}
.em-team-content-socials {
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	margin-top: 15px;
}
.em-team:hover .em-team-content-waraper {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
/* team content */
.em-content-title h2 {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 0;
	text-transform: uppercase;
}
.em-content-subtitle {
	font-size: 14px;
	margin: 5px 0 0;
	text-transform: uppercase;
}
/* Team style Two */
.style-two.em-team {
	background-color: #ffffff;
	text-align: center;
	position: relative;
	overflow: hidden;
	border: 1px solid #FF4400;
	padding: 30px 0;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	border-radius: 5px;
}
.style-two .em-team-content-image img {
	height: auto;
	width: 145px;
	border-radius: 100%;
}
.style-two.em-team:hover {
	background: #FF4400;
}
.style-two .em-team-content-title h2 {
	margin-bottom: 5px;
	font-size: 21px;
	padding-top: 21px;
	font-weight: 700;
	text-transform: capitalize;
	color: #555;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.style-two .em-team-content-subtitle {
	font-size: 14px;
	margin-bottom: 0;
	text-transform: capitalize;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	color: #FF4400;
	line-height: 20px;
}
.style-two .em-team-content-socials-inner {
	padding-top: 10px;
}
.style-two .em-team-content-socials {
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	padding-top: 13px;
}
.style-two .em-team-content-socials a {
	display: inline-block;
	margin: 0 1px 0;
	text-align: center;
	color: #fff;
	font-size: 14px;
	height: 30px;
	width: 30px;
	background: #FF4400;
	line-height: 30px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	border-radius: 50%;
}
.style-two.em-team:hover .em-team-content-title h2,
.style-two.em-team:hover .em-team-content-subtitle {
	color: #fff;
}
.style-two.em-team:hover .em-team-content-socials a {
	background: #fff;
	color: #FF4400;
}
.style-two.em-team:hover .em-team-content-image img {
	border: 1px solid #fff;
}
/*======================== EM40 CONTACT FORM 7 =========================*/
.contact_areas {
	position: relative;
}
/* Consult Form Widget */
.form-area.consult-form {
    padding: 40px 110px 55px;
    overflow: hidden;
}
.form-area.consult-form.widgets {
    background: #fff;
    padding: 30px 25px 0;
    box-shadow: 0px 0px 23px 0px rgba(18, 27, 81, 0.1);
}
.form-area.consult-form.widgets .field.topfield .form-field {
    width: 100%;
    margin-bottom: 20px;
}
.form-area.consult-form.widgets .buttons{
	margin-top:0;
}
.form-area.consult-form.widgets .buttons input {
    background: #FF4400;
    color: #fff;
    font-size: 14px;
    border-radius: 5px;
    font-weight: 400;
    text-transform: uppercase;
	transition:.3s;
}
.form-area.consult-form.widgets .buttons input:hover {
    background: #1e232c;
}
.visa-consultation-dtl {
	background: #1e232c;
	color: #fff;
	text-align: center;
	font-size: 20px;
	padding: 20px 15px;
	font-weight: 300;
}
.visa-consultation-dtl i {
	color: #a6adbc;
	margin-right: 10px;
}
.visa-consultation-dtl b {
	color: #a6adbc;
	font-weight:400;
}
/* Country Contact */ 
.country-contact {
    background: #121B51;
    padding: 50px 40px;
    text-align: center;
    background-image: url(assets/images/contact.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.country-icon i {
    font-size: 30px;
    color: #a6adbc;
    padding-bottom: 15px;
}
.country-contact-text p {
    font-size: 20px;
    color: #fff;
}
.country-contact-text p span{
	color:#a6adbc;
	border-bottom: 1px solid;
	display: initial;
}
.country-contact-text{
	font-weight: 300;
}
#home-contact .form-field textarea, #home-contact .field.topfield .form-field input, #home-contact .field.topfield .form-field select {
    border: 0;
    color: #777;
    padding-left: 15px;
    transition: .3s;
    border: 1px solid rgba(255,255,255,0.07);
    background: #182536;
}
#home-contact .contact-style1 .buttons input {
    background: #fff;
    color: #1C293B;
    font-weight: 500;
}
#home-contact .contact-style1 .buttons input:hover {
    background: #FF4400;
    color: #fff;
}
#home-contact .contact-style1 .buttons i{
color: #FF4400 !important;	
}
#home-contact .contact-style1 .buttons input:hover .buttons i{
	color:#fff !important;
}
/*===================== mettle PORTFOLIO AREA CSS =========================*/
.portfolio_nav {
    padding: 0px 0 15px;
    text-align: center;
}
.portfolio_nav ul {
	margin-bottom: 30px;
	text-align:center;
}
.portfolio_nav ul li {
	display: inline;
}
.portfolio_nav ul li {
    background: #f2f4ff;
    border: medium none;
    color: #949ba8;
    font-size: 14px;
    line-height: 1;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    text-transform: uppercase;
    padding: 19px 29px;
    font-weight: 500;
    letter-spacing: 3px;
    position: relative;
    margin: 0 2px;
    margin-bottom: 7px;
	display:inline-block;
}
.portfolio_nav ul li:hover,
.portfolio_nav ul li.current_menu_item {
	color: #fff;
	background:#FF4400;
}
.portfolio_nav ul li:first-child {
	border-left: 0;
}
.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);
}
.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(131,209,121, 0.8);
	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: 21px 0 18px;
    text-transform: capitalize;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
}
.prot_content h3 a {
	color: #fff;
	font-size: 26px;
	font-weight: 700;
	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: #FF4400 none repeat scroll 0 0;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	font-size: 20px;
	height: 60px;
	line-height: 60px;
	margin: 0 3px 11px;
	width: 60px;
}
.picon a:hover {
	border-color: #ff4b57;
	background: #ff4b57;
	color: #fff;
}
/* single portfolio */
.pimgs {
	margin-bottom: 15px;
}
.pimgs img {}
.prots-contentg p {}
.prots-contentg ul {
	margin-left: 0px;
}
/*style 1 */
.em_port_content {
	background: rgba(23, 67, 88, 0.8);
	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;
	padding-bottom: 9px;
}
.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: #FF4400;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	border: 1px solid transparent;
}
.portfolio_readmore_btn>a:hover {
	background: #FF4400;
	color: #fff;
	border: 1px solid #FF4400;
}
.em_port_container {
	overflow: hidden;
	position: relative;
}
.pstyle_1 .porttitle_inner p span {
    padding-top: 5px;
    color: #fff;
    color: #ff4a57;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 3px;
}
.pstyle_1 .picon a {
    border-radius: 50%;
    color: #FF4400;
    display: inline-block;
    font-size: 16px;
    height: inherit;
    line-height: inherit;
    margin: 0px 10px 0px;
    width: inherit;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    background: transparent;
    color: #a6b4ba;
}
.pstyle_1 .picon a:hover {
	background: transparent;
	color: #ff4a57;
}
/*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: 95px;
}
.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: #0f1328;
	text-transform: uppercase;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.pstyle2 .prot_content h3 a {
	font-size: 24px;
	margin-bottom: 0;
}
.pstyle2 .prot_content h3 {
	margin: 21px 0 7px;
}
.pstyle2 .porttitle_inner h3 a:hover {
	color: #FF4400;
}
.pstyle2 .porttitle_inner p {
	color: #777;
}
.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: 16px;
	font-weight: 400;
	color: #ff4b57;
}
/* 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: #FF4400;
}
.pstyle3 .prot_content h3 a {
	color: #fff;
	font-size: 22px;
}
.pstyle3 .prot_content h3 {
	margin: 15px 0 47px;
}
/* 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: #FF4400;
	border-radius: 50%;
	color: #000;
	display: inline-block;
	font-size: 20px;
	height: 40px;
	line-height: 40px;
	margin: 0 5px 11px;
	width: 40px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	border: 0;
}
.pstyle4 .picon a:hover {
	border-color: #FF4400;
}
/*===================== eastend 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;
}
.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;
	margin-bottom: 30px;
}
.single_counter span{
	margin-bottom: 10px;
	display: block;
}
.single_counter span i{
	font-size: 46px;
}
.counter_icon {
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.counter_icon i {
	font-size: 40px;
	color: #FF4400;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	display: inline-block;
}
.countr_text > h2 {
	font-size: 36px;
	color: #fff;
	display: inline-block;
	padding-bottom: 0;
	margin-bottom: 5px;
}
.countr_text>h3 {
	font-size: 30px;
	color: #fff;
	display: inline-block;
	margin-bottom: 5px;
}
.counter_title {
	padding: 0 0 0;
}
.counter_title h4 {
	color: #fff;
	text-transform: capitalize;
	font-size: 20px;
	margin-bottom: 10px;
	font-weight: 400;
	letter-spacing: 1px;
}
/* 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: #FF4400;
}
.countr_text.countr_text2>h2 {
	display: inline-block;
	font-size: 35px;
	font-weight: 700;
	-webkit-transition: .3s;
	margin: 0;
	-o-transition: .3s;
	transition: .3s;
}
.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 #FF4400;
	color: #FF4400;
}
.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;
}
/*===================== eastend TESTIMONIAL AREA CSS =========================*/
.testimonial_areas {
	position: relative;
}
.testimonial_areas::before {
	content: "";
	position: absolute;
	left: 0;
	top: -245px;
	background: url(assets/images/13.png);
	width: 475px;
	height: 1480px;
}
.em_single_testimonial {
    text-align: center;
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    position: relative;
    border-bottom: 3px solid #FF4400;
    margin-top: 15px;
    margin-bottom: 15px;
}
.testi-width{
	padding: 36px 100px;
}
.em_testi_content {
    position: relative;
    padding: 115px 0 50px;
    box-shadow: 0px 5px 16.2px 1.8px rgba(104,113,136,.13);
    background: #fff;
}
.em_test_thumb {
    position: relative;
    display: inline-block;
    margin: 30px 0 0;
}
.em_testi_content:before {
    position: absolute;
    right: 0;
    content: "\f107";
    font-family: flaticon;
    font-size: 40px;
    top: 35px;
    color: #FF4400;
    left: 0;
}
.em_test_thumb img {
	border-radius: 100%;
	width:90px;
}
.elementor .em_test_thumb img {
	border-radius: 100%;
}
.em_testi_title {
	margin-bottom: 4px;
}
.em_testi_title h5 {
	font-size: 14px;
	margin-bottom: 0px;
	margin-top: 10px;
	text-transform: uppercase;
}
.em_testi_title h5 sup {
	font-size: 15px;
	font-weight: bold;
	margin-left: 5px;
}
.em_testi_title span {
	color: #FF4400;
	font-weight: 500;
	font-size: 16px;
	display: block;
	padding-top: 10px;
}
.em_testi_text {
    width: 83%;
    margin: auto;
}
.em_testi_text.texti_style2 {
	color: #444444;
	font-style: italic;
	margin: auto;
	width: 100%;
}
.testimonial_list.curosel-style .owl-nav div{
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
}
.em_testi_degi {
	line-height: 1;
	margin-top: -4px;
}
.em_reviews_rating {
    margin-top: 10px;
}
.em_reviews i {
	color: #fcbeb1;
}
.testi-star i {
	color: #FFA534;
    font-size: 11px;
    margin: 0 2px;
}
.em_testi_country_img ul li {
    display: inline-block;
	overflow:hidden;
}
.em_testi_country_img ul li img{
	display:inline-block;
}
.elementor .em_testi_country_img ul li img{
	width: 30px;
}
.country-name{
	margin-left:10px;
}
/* Testimonial Style Tow */
.style-two .em_single_testimonial {
	text-align: center;
}
.style-two .em_test_thumb {
	display: none;
}
.style-two .em_testi_text {
	margin: auto;
	width: 72%;
}
.style-two.testimonial_list .owl-dots {
	left: 50% !important;
	bottom: -40px !important;
	border-radius: 100%;
	-webkit-transform: translateX(-50%) !important;
	    -ms-transform: translateX(-50%) !important;
	        transform: translateX(-50%) !important;
}
.style-two.testimonial_list.curosel-style .owl-nav .owl-prev {
	right: auto;
	left: -45px !important;
}
/* carousel Nav Style */
.curosel-style .owl-nav div {
	border-radius: 50%;
	color: #FF4400;
	font-size: 19px;
	height: 60px;
	line-height: 60px;
	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: 60px;
	text-align: center;
	z-index: 99;
	-webkit-transform: translateY(-49%);
	-ms-transform: translateY(-49%);
	transform: translateY(-49%);
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	background: #fff;
}
.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)";
}
.curosel-style .owl-nav .owl-next:hover {
	background: #121B51;
	color: #fff;
}
.curosel-style .owl-nav .owl-prev:hover {
	background: #121B51;
	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: #D6D6D6;
	height: 8px;
	width: 8px;
	display: inline-block;
	margin: 0 8px;
	border-radius: 100%;
}
.testimonial_list .owl-dot.active {
	border-color: #FF4400 !important;
}
.coaching_list.curosel-style .owl-nav div {
	color: #0d2958;
	font-size: 17px;
	height: 50px;
	line-height: 50px;
	top: -83px;
	width: 50px;
	opacity: 1;
	background: #FFFFFF;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);	
}
.coaching_list.curosel-style .owl-nav .owl-prev {
	right: 90px;
	left: inherit;
}
.coaching_list.curosel-style .owl-nav .owl-prev:hover,
.coaching_list.curosel-style .owl-nav .owl-next:hover {
color: #FFFFFF;
background-color: #FF4400;
}
/*---------------------- * 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.5);
	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: 60px;
	color: #fff;
	margin-bottom: 40px;
	width: 71%;
	margin-bottom: 40px;
}
.em-slider-sub-title {
	font-size: 20px;
	text-transform: capitalize;
	color: #fff;
	font-weight: 400;
	margin-bottom: 49px;
	display: block;
}
.em-slider-descript {
	color: #fff;
}
.em-slider-descript {
	width: 55%;
	text-align: left;
	color: #e2b0f2;
	margin: 24px 0 0;
	margin-bottom: 0px;
	font-size: 22px;
	margin-bottom: 30px;
	line-height: 36px;
}
.text-left .em-slider-descript {
	margin-left: 0;
	margin-right: auto;
}
.text-center .em-slider-descript {
	margin: 0 auto 31px;
}
.text-right .em-slider-descript {
	margin-right: 0;
	margin-left: auto;
}
.em-button-button-area a {
	-moz-user-select: none;
	background: #fff;
	border: medium none;
	color: #FF4400;
	cursor: pointer;
	display: inline-block;
	font-size: 17px;
	margin-bottom: 0;
	padding: 19px 38px;
	text-align: center;
	text-transform: uppercase;
	touch-action: manipulation;
	transition: all 0.3s ease 0s;
	border-radius: 5px;
	border: 1px solid transparent;
	font-weight: 400;
	margin-top: 17px;
}
.em-button-button-area a:hover {
	background-color: transparent;
	border-color: #FF4400;
}
.em-slider-button .withput-active {
	background: transparent;
	color: #FF4400;
	border-color: #FF4400;
	margin-left: 7px;
}
.em-slider-button .withput-active:hover{
	background:#fff; 
	border-color:#fff; 
	color:#FF4400;
}
.em-button-button-area a i {
	margin-left: 10px;
	display: inline-block;
}
.text-left a.em-active-button {
	margin-left: 0;
}
.em-slider-half-width {
	width: 50%;
}
.text-center .em-button-button-area a {
	margin: 0 15px;
}
.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 #FF4400;
	text-align: center;
	display: block;
	color: #FF4400;
	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: #FF4400;
	border-color: #FF4400;
	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: #FF4400;
	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%;
}
/*===================== eastend 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;
	box-shadow: 0px 8px 14.72px 1.28px rgba(207, 207, 207, 0.3);
}
.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.active {
}
.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: 30px;
	color: #FF4400;
	text-transform: capitalize;
	padding-bottom: 7px;
}
.pricing_subtitle h4 {
	font-size: 18px;
	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: 300;
	text-align: center;
	color:#151948;
}
.slash {
	font-size: 0;
}
.curencyp {
	font-size: 35px;
	font-weight: 500;
	position: relative;
}
.bootmp {
	font-size: 14px !important;
	color: #b1b3d0 !important;
	font-weight: 400 !important;
}
.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: 14px;
	/* font-weight: 400; */
	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;
	color: #5e629c;
}
.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: #f5f5f5;
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	padding: 19px 58px;
	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: #8a8dbb;
}
.single_pricing:hover .order_now a,
.single_pricing.active .order_now a {
	background: #FF4400;
	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;
}
/*===================== END eastend Contact AREA CSS =========================*/
/* contact from Css */
div.wpcf7-response-output {
	margin: 0;
}
.form-group{
	margin-bottom: 20px;
}
.form-group select,
.form-control {
    display: block;
    width: 100%;
    height: 46px;
    padding: 8px 12px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #BBBBBB;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.07);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
textarea.form-control {
}
.form-group select:focus,
.form-control:focus {
    border-color: #CCCCCC;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 0, 0, 0.10);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 0, 0, 0.10);
}
input:focus, button:focus {
    outline-color: transparent;
}
.wpcf7-submit.button {
    background: #FF4400;
    border: 0;
    display: inline-block;
    color: #fff;
    padding: 12px 20px;
    border-radius: 0;
	font-weight:400;
	font-size: 14px;
}
.wpcf7-submit.button:hover {
	background:#f54607; 
}
.consult-form .button-field .wpcf7-submit.button {
    margin-top: 32px;
    width: 100%;
}
.wpcf7-submit.button i {
    margin-left: 7px;
}
.widget-image-bottom {
	margin-bottom: 10px;
}
/* recent post */
.footer-address {
	padding-top: 0px;
}
.footer-widget.address, .footer-widget.address p {
	font-size: 16px;
	color: #a6adbc;
}
.footer-sociala-info {
	overflow: hidden;
}
.footer-sociala-info b {
	font-size: 15px;
	text-transform: uppercase;
}
.footer-logo {
	margin-bottom: 1px;
}
.footer-logo img{
	height: 50px;
	margin-bottom: 15px;
}
.footer_s_inner {
	margin-top: 0px;
	margin-bottom: 0;
}
.footer-sociala-icon {
	clear: both;
	float: left;
	font-size: 26px;
	margin-right: 17px;
	overflow: hidden;
	margin-top: 2px;
	color: #FF4400;
}
.recent-post-item {
    clear: both;
    overflow: hidden;
    margin-bottom: 20px;
    border-bottom: 1px solid #E8E8E8;
    padding-bottom: 10px;
}
.recent-post-image {
	float: left;
	margin-right: 20px;
}
.recent-post-text {
	margin-top: 0;
	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;
	margin-bottom: 10px;
}
/* mailchim */
.mc4wp-form-fields input::-moz-placeholder {
	color: #6c757d;
	font-size: 17px;
}
.mc4wp-form-fields ::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #6c757d !important;
	font-size: 17px;
}
.mc4wp-form-fields ::-moz-placeholder {
	/* Firefox 19+ */
	color: #6c757d !important;
	font-size: 17px;
}
.mc4wp-form-fields :-ms-input-placeholder {
	/* IE 10+ */
	color: #6c757d !important;
	font-size: 17px;
}
.mc4wp-form-fields :-moz-placeholder {
	/* Firefox 18- */
	color: #6c757d !important;
	font-size: 17px;
}
/* Appointment Form */
.appointment input::-moz-placeholder {
	color: #333;
	font-size: 17px;
}
.appointment ::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #333 !important;
	font-size: 17px;
}
.appointment ::-moz-placeholder {
	/* Firefox 19+ */
	color: #333 !important;
	font-size: 17px;
}
.appointment :-ms-input-placeholder {
	/* IE 10+ */
	color: #333 !important;
	font-size: 17px;
}
.appointment :-moz-placeholder {
	/* Firefox 18- */
	color: #333 !important;
	font-size: 17px;
}
/* Main Contact Form */
#home-contact input::-moz-placeholder {
	color: #A4A5AE;
	font-size: 17px;
	font-weight:400;
}
#home-contact ::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #A4A5AE !important;
	font-size: 17px;
	font-weight:400;
}
#home-contact ::-moz-placeholder {
	/* Firefox 19+ */
	color: #A4A5AE !important;
	font-size: 17px;
	font-weight:400;
}
#home-contact :-ms-input-placeholder {
	/* IE 10+ */
	color: #A4A5AE !important;
	font-size: 17px;
	font-weight:400;
}
#home-contact :-moz-placeholder {
	/* Firefox 18- */
	color: #A4A5AE !important;
	font-size: 17px;
	font-weight:400;
}
.menu-social-menu-container ul li:before{
	display:none;
}
/* Mailchim Form Css */
.mc4wp-form-fields {
	margin-bottom: 20px;
}
.mc4wp-form-fields p {
	position: relative;
	font-size: 16px;
	color: #a6adbc;
}
.mc4wp-form-fields p label {
	font-size: 15px;
	font-weight: 700;
	margin: 15px 0;
}
.mc4wp-form-fields input, .mc4wp-form-fields textarea {
	font-size: 14px;
	padding: 5px 15px;
	width: 100%;
	margin: auto;
	height: 50px;
	color: rgba(255,255,255,0.7);
	border-radius: 0;
	border:1px solid #EEEEEE;
	background: #F1F1F1;
	color:#5f6370; 
}
.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;
	font-size: 14px;
	background: #FF4400;
	color: #fff;
	text-transform: none;
	margin: auto;
	height: 100%;
	display: inline-block;
	margin-top: 21px;
	border: 0;
	position: absolute;
	right: 0;
	top: -21px;
	width: 60px;
}
.mc4wp-form-fields input:focus,
.mc4wp-form-fields textarea:focus {
}
.mc4wp-form-fields i {
	color: #FFFFFF;
	font-size: 16px;
}
.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;
}
.eastend-blog-readmore {
	margin-top: 17px;
	float: left;
}
.learn_btn {
	display: inline-block;
	font-size: 14px;
	/* font-weight: 500; */
	text-align: center;
	text-transform: uppercase;
	color: #565872;
	position: relative;
}
.learn_btn:hover{
	color:#FF4400;
}
.learn_btn i {
    padding-left: 8px;
    color: #FF4400;
}
.learn_more {
    padding-bottom: 0;
    float: left;
    padding-bottom:16px;
}
.eastend-blog-thumb {
    overflow: hidden;
    position: relative;
}
.blog-date {
    position: absolute;
    left: 0;
    top: 0;
    background: #FF4400;
    color: #fff;
    padding: 15px 15px;
    text-transform: uppercase;
    font-size: 14px;
}
/* eastend Blog Button */
.eastend-blog-btn {
	margin-top: 16px;
}
.blog_readmore_btn {
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	text-transform: capitalize;
	text-align: center;
	padding: 2px 20px;
	color: #333;
	text-transform: capitalize;
	border: 1px solid #ddd;
	border-radius: 5px;
}
.eastend-single-blog:hover .blog_readmore_btn {
	background: #FF4400;
	border-color: #FF4400;
	color: #fff;
}
/*===================== eastend adn blog css =========================*/
.eastend-single-blog_adn {
	margin-bottom: 20px;
	overflow: hidden;
	text-align: left;
	-webkit-box-shadow: 0 0 12px 0 rgba(32,46,60,.08);
    -moz-box-shadow: 0 0 12px 0 rgba(32,46,60,.08);
    box-shadow: 0 0 12px 0 rgba(32,46,60,.08);
	-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;    
}
.eastend-single-blog_adn:hover{
	-webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
     transform: translateY(-10px);	
	-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;
	-webkit-box-shadow: 0 0 12px 0 rgba(32,46,60,.18);
    -moz-box-shadow: 0 0 12px 0 rgba(32,46,60,.18);
    box-shadow: 0 0 12px 0 rgba(32,46,60,.18);	
}
/* BLOG THUMB CSS */
.blog_adn_thumb_inner {
	position: relative;
}
.eastend-blog-thumb_adn {
	overflow: hidden;
	position: relative;
}
.eastend-blog-thumb_adn a {
	position: relative;
	display: block;
}
/* BLOG TITLE AND CONTENT CSS */
.em-blog-content-area_adn {
	padding: 25px 25px 25px;
	-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;
	box-shadow: 0px 5px 16px 1px rgba(104, 113, 136, 0.1);
}
.em-blog-content-area_adn:hover {
  box-shadow: 0 5px 15px rgba(0,0,0,0.15);
}
.blog-page-title_adn h2 {
	font-size: 20px;
	margin: 16px 0 0;
}
.blog-page-title_adn a {
	margin-bottom: 0;
	text-transform: none;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	color: #0d2958;
	line-height: 1.4;
}
.blog-page-title_adn a:hover {
	color: #FF4400;
}
.blog-content_adn h2 a {
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
}
.blog-content_adn h2 a:hover {
	color: #FF4400;
}
.blog-content_adn p {
	margin-bottom: 0;
}
.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 */
.eastend-blog-meta_adn {
	border-top: 1px solid #FF4400;
	margin-top: 18px;
	padding-top: 11px;
}
.eastend-blog-meta-left_adn a,
.eastend-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;
}
.eastend-blog-meta-left_adn a::before {
	position: absolute;
	content: "";
	right: -11px;
	width: 1px;
	height: 18px;
	background: #595555;
	top: 5px;
}
.eastend-blog-meta-left_adn i {
	margin-right: 0px;
	color: #333;
}
/* BLOG POST META RIGHT CSS */
.eastend-blog-meta-right_adn {
	padding: 7px 0;
	text-transform: capitalize;
}
a.blright {
	float: right;
	margin-right: 0;
}
.eastend-blog-meta-right_adn i {
	margin-right: 5px;
}
/* blog hover */
.eastend-single-blog_adn:hover .eastend-blog-thumb_adn a:before {
	opacity: 1;
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.blog_nospace_adn.col-xs-12 {
	padding: 0px;
}
.blog_nospace_adn .eastend-single-blog {
	margin-bottom: 0px;
}
/* responsive 320 start */
/* small mobile :320px. */
@media (max-width: 767px) {
	.owl-carousel.row {
	    margin-right: 0;
	    margin-left: 0;
	}
	body {
		overflow-x: hidden;
	}
	.eastend-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 */
.banner-area .btn {
	-moz-user-select: none;
	background: #FF4400;
	border-radius: 0;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	padding: 16px 24px;
	text-align: center;
	text-transform: uppercase;
	touch-action: manipulation;
	transition: all 0.3s ease 0s;
	vertical-align: middle;
	white-space: nowrap;
	box-shadow: none;
	margin-top: 20px;
	margin-right: 10px;
	letter-spacing: 0.5px;
}
.banner-area .active .btn {
	background: transparent;
	box-shadow: none;
}
.btn i {
	margin-left: 8px;
}
.btn-sm {
	font-size: 12px;
	letter-spacing: 1px;
	padding: 12px 20px;
}
.btn.btn-bordered {
	background: transparent none repeat scroll 0 0;
	border: 2px solid #FF4400;
	color: #FF4400;
	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;
}
.banner-area .btn:hover{
	background-color:#fff;
	color: #111111;
	border:1px solid #fff;
}
.banner-area .active .btn:hover{
	background-color:#fff;
	color: #111111;
	border:1px solid #fff;
}
.btn.btn-bordered:hover {
	background-color: #FF4400;
	color: #fff;
}
.button-group {
	margin-top: 30px;
}
.button-group a {
	margin-right: 25px;
}
.button-group a:last-child {
	margin-right: 0;
}
/*---------------------------------------- 7. BANNER SECTION ------------------------------------------*/
.banner-area {
	height: 900px;
	padding: 0;
	position: relative;
}
.banner-content {
	left: 50%;
	margin: 0 auto;
	position: absolute;
	right: 0;
	top: 35%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	z-index: 1;
}
.banner-content h1 {
	font-size: 70px;
	margin-bottom: 20px;
	text-transform: uppercase;
	color: #fff;
}
.banner-content h2 {
	font-size: 60px;
	color: #fff;
	margin-top: 0;
	text-transform: none;
	margin-bottom: 47px;
}
.banner-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: #FF4400;
	font-size: 40px;
	left: 0;
	position: absolute;
	right: 0;
	top: 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;
	z-index: 0;
}
.em-slick-slider-new .single-slide {
	height: 750px;
	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;
}
/* 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:rgba(18,41,76,.45); ;
	border-radius: 100%;
	-webkit-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: 56px;
	color: #fff;
	border: 2px solid #FFF;
}
.em-slick-slider-new .slick-prev {
	left: 50px;
}
.em-slick-slider-new .slick-next {
	right: 50px;
}
.slick-prev::before,
.slick-next::before {
	color: #fff;
	font-size: 22px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	content: "\f053";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}
.slick-next:before {
    content: '\f054'; /* You should use \ and not /*/
    font-family: "Font Awesome 5 Free"; /* This is the correct font-family*/
    font-style: normal;
    font-weight: 900;
    text-decoration: inherit;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	background-color: rgba(18,41,76, 0.7);
	color: #FFF;
	border: 2px solid #D3D3D3;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	color: #fff;
}
.em-slick-slider-new .slick-dots {
	bottom: 35px;
	position: absolute;
	text-align: center;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	    transform: translateX(-50%);
	left: 50%;
}
.slick-dots {
	bottom: -30px;
}
.slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}
.slick-dots li {
	height: 5px;
	margin: 0 3px;
	width: 20px;
}
.slick-dots li button {
	background-color: #fff;
	border: 0 none;
	height: 13px;
	padding: 0;
	text-indent: -99999px;
	width: 13px;
	border-radius: 100%;
}
.slick-dots .slick-active button {
	background-color: #FF4400;
}
.skbrop,.overlay-dark {
}
.skbrop::after, .bnrsk::after {
}
.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: #FF4400;
}
/* IMAGE SLIDER */
.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: #FF4400;
}
/* 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: #FF4400;
	color: #fff;
}
/* Particles 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;
}
.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: #FF4400;
	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 li:first-child {
    padding-top: 0;
}
.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: 30px;
	text-transform: capitalize;
	padding-top: 10px;
}
.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;
}
/* call to action */
.em-call-to-action {
	text-align: left;
	position: relative;
}
.em-call-to-action-title h2 {
	margin-bottom: 12px;
	color: #fff;
	font-size: 26px;
	margin-bottom:42px;	 
	line-height: 1.4;
}
.em-call-to-action-title span {
	font-size: 26px;	 
	margin-top: 12px;
	display: block;
}
.call-to-action-btn a {
	border: none;
	display: inline-block;
	font-size: 14px;
	text-transform: uppercase;
	background-color: #FF4400;
	border-radius: 5px;
	color: #fff;
	padding: 17px 32px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.call-to-action-btn a i{
	margin-left:8px;
}
.call-to-action-btn a:hover {
	background: #fff;
	color: #FF4400;
}
.em-call-to-action-desc {
	color: #fff;
	width: 55%;
	margin: auto;
	margin-left: 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-video {
	position: absolute;
	right: 0;
	top: 50%;
	width: 24%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	    transform: translateY(-50%);
}
.em-call-video-link {
	float: left;
	margin-right: 20px;
}
.em-call-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 i {
	font-size: 28px;
}
/*======================== eastend Video CSS =========================*/
.single-video {
	position: relative;
	text-align: center;
}
.single-video img {}
.single-video h3 {
	color: #fff;
	font-size: 31px;
	font-weight: 600;
	margin-bottom: 0;
	padding-top: 26px;
	text-transform: uppercase;
}
.video-icon a {
	text-align: center;
	display: inline-block;
	position:relative;
	z-index:99;
}
.video-icon a::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    height: 99px;
    width: 99px;
    background: rgba(131, 209, 121,1);
    z-index: -1;
    border-radius: 50%;
    transform: translate(-50%,-50%);
    animation: pulse-border 1500ms ease-out infinite;
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
	opacity: 1;
	}
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
	opacity: 0;
	}
}
.video-icon a i {
    background: rgba(255, 255, 255, 0.90);
    height: 100px;
    width: 100px;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    border-radius: 50%;
    line-height: 100px;
    color: #FF4400;
    font-size: 26px;
    position: relative;
}
.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%);
}
/* Banner Slick Slider */
.slick-list {
	overflow: visible !important;
	position:relative; 
}
.slick-list::before {
	content: "";
	position: absolute;
	left: 23px;
	bottom: 215px;
	background-repeat: no-repeat;
	height: 430px;
	width: 121px;
	z-index: 999;
}
.em-slick-slider-new .banner-content {
	left: 20%;
	position: absolute;
	text-align: left;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin: auto;
	width: 100%;
}
.banner-slick.banner-content h4 {
	font-size: 22px;
	font-weight: 400;
	margin-bottom: 46px;
	color: #fff;
}
.slider-small-title{
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 40px;
	color: #fff;
	letter-spacing: 1.5px;
	text-transform: uppercase;	
}
.banner-slick.banner-content h2 {
	font-size: 56px;
	color: #fff;
	margin-bottom: 40px;
	margin-bottom: 40px;
	width: 43%;
	font-weight: 600;
}
.banner-slick.banner-content.banner-content p {
	width: 39%;
	text-align: center;
	color: #fff;
	margin: 24px 0 0;
	font-size: 22px;
	margin-bottom: 30px;
	line-height: 36px;
	margin: auto;
	margin-bottom: 40px;
}
.banner-slick .b-batton {
	display: inline-block;
}
.slider_single_img {
	position: absolute;
	top: -240px;
	right: 19%;
}
/* footer widget */
.mean-container .mean-bar:before {
	text-transform: uppercase;
}
.mc4wp-alert.mc4wp-error a,
.mc4wp-alert.mc4wp-error p {
	color: #FF4400 !important;
}
span.wpcf7-not-valid-tip {
	text-align: left;
}
#wp-calendar caption {
	padding: 0;
	margin: 0;
	margin-bottom: 5px;
}
/* sidebar widget */
.widget{
	margin-bottom: 40px;
}
.blog-left-side .widget.widget_text .wp-caption {
	margin-bottom: 0px;
}
.footer-middle table#wp-calendar td#today a {
	color: #fff !important;
}
.footer-middle table#wp-calendar th {
	color: #e3e3e3;
}
.footer-middle #archives-dropdown--1 {
	height: 34px;
	width: 100%;
}
.widget.widget_categories select {
	width: 100%;
	padding: 5px 10px;
}
.widget .screen-reader-text {
	display: none;
}
.search input {
	width: 100%;
}
.textwidget select {
	width: 100%;
	padding: 10px;
}
.widget ul li:first-child {
	padding-top: 0;
}
.blog-left-side .widget ul li {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    padding: 5px 0;
    position: relative;
    padding-left:18px;
}
.blog-left-side .widget ul li a::before {
    position: absolute;
    content: "\f2d1";
    left: 0;
    top: 9px;
    font-size: 9px;
    line-height: 1em;
    font-family: 'Font Awesome 5 Free';
}
.widget ul li:hover {
	color: #FF4400;
}
.blog-left-side .widget ul li.active a{
	color: #FF4400;	
}
.comment_field .textarea-field label {
	margin-top: 20px;
	margin-bottom: 10px;
}
.blog-content {
    word-break: break-word;
    padding-bottom: 19px;
}
.post-password-form input[type="submit"] {
	background: #FF4400;
	height: 40px;
	width: 100px;
}
.page-list-single {
	clear: both;
}
.blog-left-side .text-widget-about ul li {
	border-top: 0;
	padding: 0;
}
.copyright-social ul li {
  font-size: 16px;
  display: inline;
}
.copyright-social ul li a {
  color: #a6adbc;
  font-size: 14px;
}
.copyright-social ul li:after {
  content: "/";
  color: #a6adbc;
  padding-left: 10px;
  padding-right: 10px;
}
.copyright-social ul li:last-child:after {
	content: "";
	padding-right: 0;
}
/* Tab Post CSS */
.nav-pills {
	line-height: 45px;
	margin: 0;
	padding: 0;
	text-align: center;
}
.nav-pills>li {
	float: left;
	color: #0d2958;
	border:1px solid transparent;
	margin:0;
}
.nav-pills > li:hover, .nav-pills > li.active {
    border-color: #ddd;
    border-bottom-color: rgb(221, 221, 221);
    border-bottom: 1px solid transparent;
}
.nav-pills>li>a {
	padding: 0 30px;
	text-decoration: none;
	outline: 0;
	display: block;
	line-height: 25px !important;
	color: #0d2958 !important;
	font-size: 17px !important;
	font-weight: 400 !important;
	margin: 0px 0px;
    padding: 20px 37px 19px !important;
}
.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;
}
.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 {
	display:none;
}
/* Tab Content */
.em_post_tab_thumb {
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
	        box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
}
.em_post_tab_thumb img {
	width: 100%;
	margin-top: 5px;
}
.tab_pan_content {
	padding: 26px 35px 31px 35px;
	border:1px solid #ddd;
}
.tab_pan_content h2 {
	padding-bottom: 25px;
	font-size: 20px;
	font-weight: 600;
	margin-top: 0;
	/* padding: 0; */
	display:none;
}
.tab_pan_content .tab_desc {
	margin-bottom: 17px;
}
.tab_pan_content ul {
	list-style: none;
}
.tab_pan_content ul li {
	color: #555;
	margin-bottom: 15px;
	font-weight: 300;
}
.tab_pan_content ul li i {
	color: #FF4400;
	margin-right: 7px;
}
.tab_pan_content a {
	display: inline-block;
	font-size: 15px;
	width: 35px;
	height: 35px;
	line-height: 35px;
	color: #fff;
	text-align: center;
	margin-right: 4px;
	margin-top: 8px;
	background: #FF4400;
	border-radius: 3px;
}
.tab_pan_content a:hover {
	background: #1068F9;
	border-color: #1068F9;
	color: #fff;
}
/* Tab Style Two */
.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: #FF4400;
	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: #FF4400;
	color: #fff;
}
.kc_progress_bars .progress-item span.label {
	color: #555 !important;
	font-family: Raleway, sans-serif !important;
}
/* Slider Dot Css*/
.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: #a3aec9;
	height: 10px;
	width: 10px;
	display: inline-block !important;
	margin: 0 3px;
	border-radius: 100%;
}
.owl-dot.active {
	background: #22376D;
}
/* Brand Style */
.eastend-single-brand {
	margin-bottom: 30px;
	overflow: hidden;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	text-align: center;
	padding: 40px 0;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);	
}
.eastend-single-brand:hover{
	margin-top: 5px;
}
.eastend-single-brand.style2 {
    border: 0;
    padding: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;	    
}
.eastend-single-brand.style2:hover{
	margin-top: 0;
}
.author.mt-120 {
    background: #fff;
    padding: 30px;
    margin-top: 50px;
    margin-bottom: 50px;
    overflow: hidden;
}
.author.mt-120 p {
	font-size: 16px;
}
.author-text h3 a {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 7px;
    display: block;
    color: #0d2958;
}
.author-img.text-center {
    float: left;
    margin-right: 50px;
}
.author-img img {
    border-radius: 100%;
}
.author-text {
    padding-top: 10px;
}
.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;
}
.content-title{
    transition:.5s;
}
.logo a.retina-logo {
	margin-top: 0px;
}
#visa-type .content-image img{
	width:80px !important; 
	height:80px !important;
}
.footer-middle table#wp-calendar td,.footer-middle table#wp-calendar td#today {
	color: #a6adbc;
}
.footer-middle #wp-calendar caption {
	color: #a6b3e0;
}
.footer-middle .wp-caption-text {
	color: #a6b3e0;
}
.footer-middle .textwidget p {
	color: #a6b3e0;
}
.content-title{
    transition:.5s;
}
.logo a.retina-logo {
	margin-top: 0px;
}
#visa-type .content-image img{
	width:80px !important; 
	height:80px !important;
}
.menu-serivice-menu-container ul li {
	padding: 19px 20px;
	border: 1px solid #ddd;
	border-bottom: none;
	transition:.3s;
	background: #FFFFFF;
}
.menu-serivice-menu-container ul {
	list-style: none;
	padding: 0;
}
.menu-serivice-menu-container ul li a {
	display: block;
	color: #555;
}
.widget .menu-serivice-menu-container ul li:first-child {
	border-top: 1px solid #ddd;
	padding-top: 19px;
}
.menu-serivice-menu-container ul li:last-child {
	border-bottom: 1px solid #ddd;
}
.menu-serivice-menu-container ul li:hover {
	background:#FF4400;
	color:#fff;
}
.menu-serivice-menu-container ul li.current_menu_item {
	background:#FF4400;
	color:#fff;
}
.menu-serivice-menu-container ul li:hover a{
	color:#fff;
}
.menu-serivice-menu-container ul li.current_menu_item a{
	color:#fff;
}
.visa-type .em-service2.sright {
	text-align: right;
	margin-top: 85px;
}
.visa-type .em-service2.sleft {
	text-align: left;
	margin-top: 85px;
}
.em-country .em_content_title {
	overflow: hidden;
}
#faqs .kc_single_image img {
	width: 100%;
}
#faqs .kc_column_inner{
	padding:0 !important;
}
.breadcumb-inner ul, .breadcumb-inner li, .breadcumb-inner li a {
	color: #fff;
	letter-spacing: 0.5px;
}
.em-service4 {
	padding: 35px 30px 20px;
	box-shadow: 1px 1px 15px rgba(0,0,0,.15);
	transition: .5s;
	margin-top: 15px;
	margin-bottom: 15px;
	background:#FFF; 
	border:1px solid #ebe9e9;
}
.em-service4:hover{
	box-shadow: 1px 1px 15px rgba(0,0,0,0.2);
	transform:translateY(-4px);
}
.em-service4 .em-service-icon {
	color: #FF4400;
	margin-bottom: 25px;
}
.service_top_text h4{
	margin-bottom: 13px;
}
.em-service4:hover .em-service-icon,.em-service4:hover  p,
.em-service4:hover h2, .em-service4:hover a {
}
.em-service4 .em-service-icon i{
	font-size: 60px;
	line-height: 1.2;
}
.services-btn,.coaching-btn{
	margin-bottom: 20px;
}
.services-btn a,.coaching-btn a{
	border-bottom: 1px solid #555;
	color: #0e1032;
}
.em-service4.style-four .services-btn a:hover,.em-service4.style-four .services-btn a:focus,.em-service4.style-four:hover .services-btn a{
	border-bottom: 1px solid #555;
}
.services-item,.country-item{
	padding-right: 15px;
	padding-left: 15px;
}
.country-slider{
	margin-bottom: 30px;
}
.iconlist-eastend .content-icon i{
    font-size: 46px;
    width: 64px;
    line-height: 1.4;
    margin-top: 5px;
    background: transparent;
    color: #FF4400;
}
.box-right .content-title {
	color: #0d2958;
	font-size: 20px;
	text-transform: capitalize;
	margin: 0 0 10px;
}
.iconlist-layout{
	display: -webkit-flex;
    display: flex;	
}
.iconlist-layout .content-icon,.iconlist-layout .content-icon-new{
	float: left;
}

.iconlist-layout .box-right{
	padding-left:20px; 
}
.iconlist-layout .content-desc{
	font-weight: 400;
    margin-bottom: 25px;
    color: #565872;
    padding: 0;
}
.content-icon i {
	display: inline-block;
	text-align: center;
}
.iconlist-eastend .content-icon-new i{
    font-size: 40px;
    width: 64px;
    line-height: 1.8;
    margin-top: 5px;
    background: transparent;
    color: #FF4400;
}
.about_image img{
	border-radius:33% 66% 70% 30% / 49% 62% 38% 51% !important;
}
.about_image:before {
    position: absolute;
    content: '';
    top: 0;
    width: 230px;
    height: 230px;
background: rgba(249,105,33,1);
background: -moz-linear-gradient(left, rgba(249,105,33,1) 0%, rgba(249,105,33,1) 26%, rgba(240,32,5,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(249,105,33,1)), color-stop(26%, rgba(249,105,33,1)), color-stop(100%, rgba(240,32,5,1)));
background: -webkit-linear-gradient(left, rgba(249,105,33,1) 0%, rgba(249,105,33,1) 26%, rgba(240,32,5,1) 100%);
background: -o-linear-gradient(left, rgba(249,105,33,1) 0%, rgba(249,105,33,1) 26%, rgba(240,32,5,1) 100%);
background: -ms-linear-gradient(left, rgba(249,105,33,1) 0%, rgba(249,105,33,1) 26%, rgba(240,32,5,1) 100%);
background: linear-gradient(to right, rgba(249,105,33,1) 0%, rgba(249,105,33,1) 26%, rgba(240,32,5,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF4400', endColorstr='#f02005', GradientType=1 );
	border-radius:50%;
	z-index:-1;
	-webkit-animation: rotation 2s infinite linear;
	    -webkit-animation: bounce 3s infinite ease-in-out;
    -o-animation: bounce 3s infinite ease-in-out;
    -ms-animation: bounce 3s infinite ease-in-out; 
    -moz-animation: bounce 3s infinite ease-in-out; 
    animation: bounce 3s infinite ease-in-out;
}
@-webkit-keyframes rotation {
		from {
				-webkit-transform: rotate(0deg);
		}
		to {
				-webkit-transform: rotate(359deg);
		}
}
@-webkit-keyframes bounce {
    0% { transform: translateY(-5px)  }
    50% { transform: translateY(10px) }
    100% { transform: translateY(-5px) }
}
@keyframes bounce {
    0% { transform: translateY(-5px)  }
    50% { transform: translateY(10px) }
    100% { transform: translateY(-5px) }
}
.menu-social-menu-container ul.menu li a i{
}
.white-shadow-box{
	background: #f7f8fc;
}
.white_box_shadow {
    padding: 40px 30px;
    background: #fff;
    box-shadow: 0 0 20px rgba(0,0,0,.1);
}
.em-service2 .em-service-icon i{
	color:#FF4400;
}
/* ================================= */
    /*===== Faq Page =====*/
/* ================================= */ 
.faq-dtl .second-accordion .card-header {
  background: #FFFFFF;
  border-bottom: 0;
  padding:15px 20px;
}
.faq-dtl .card-body {
    border-top: 1px solid #E2E2E2;
  	padding:15px 20px;
}
.faq-dtl .second-accordion .card-header a {
  display: block;
  width: 100%;
  cursor: pointer;
  text-align: left;
  text-decoration: none;
  color: #0d2958;
  position: relative;
  text-transform: none;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 18px;
}
.faq-dtl .second-accordion .card-header a:hover,
.faq-dtl .second-accordion .card-header a.collapsed {
  color: #0d2958;
}
.faq-dtl .second-accordion .card {
  border: 0;
  border: 1px solid #E2E2E2;
  margin-bottom: 20px;
}
.faq-dtl .second-accordion .card-header a[aria-expanded="false"]:after {
  position: absolute;
  content: "\+";  
  right: 10px;
  color: #0d2958;
  width: 30px;
  text-align: center;
  height: 30px;
  line-height: 28px;
  border-radius: 100%;
  font-size: 20px;
  font-weight: 600;
}
.faq-dtl .second-accordion .card-header a[aria-expanded="true"]:after {
  content: "\-"; 
  right: 10px;
  position: absolute;
  width: 30px;
  text-align: center;
  font-size: 30px;
  height: 30px;
  line-height: 20px;
  font-weight: 500;
  color: #555555;
}
.faq-dtl .second-accordion .card-header a[aria-expanded="false"]:after {
  position: absolute;
  content: "\+";  
  right: 10px;
  color: #0d2958;
  width: 30px;
  text-align: center;
  height: 30px;
  line-height: 28px;
  border-radius: 100%;
  font-size: 20px;
  font-weight: 600;
}
.faq-dtl .second-accordion .card-header a[aria-expanded="true"] {
  color: #FF4400;
}
.faq-dtl a.active.focus,.faq-dtl  a.active:focus,.faq-dtl  a.focus,.faq-dtl  aactive.focus, .faq-dtl .btn:active:focus,.faq-dtl  .btn:focus{
	outline:0;
}
.faq-dtl .second-accordion .card-header a[aria-expanded="true"]:after{
  color: #FF4400;
}
.faq-dtl .second-accordion .card-header a[aria-expanded="false"]:after{
  color: #0d2958;
}
@media (max-width: 992px) {
  .faq-main-block .btn {
    white-space: initial;
  }
}
@media (max-width: 576px) {
  .faq-block{
    padding: 30px 30px 20px 30px; 
  }
  .faq-main-block .btn {
    white-space: initial;
  }
  .faq-dtl .second-accordion .card-header a {
    position: initial;
  }
  .faq-dtl .second-accordion .card-header a[aria-expanded="false"]:after {
    right: 10px;
  }
  .faq-dtl .second-accordion .card-header a[aria-expanded="true"]:after {
    right: 10px; 
  }
} 
.service-box-shadow {
    background: #fff;
    padding: 70px 50px 35px;
    box-shadow: 0 6px 20px 0 rgba(0,0,0,.08);
}
.em-country.style_two .em_country_img img{
	width: 130px;
}
.em-country.style_three{
	display: inline-block;
	text-align: center;
}
.em-country.country-eastend-center.style_three{
	margin-bottom: 30px;
}
.elementor .country-eastend-center .em_country_img img{
	border-radius: 10px;
}
.em-country.style_three .em_country_img img{
	width: 130px;
}
.elementor .em-country.style_three .em_country_img img{
	width: 130px;	
}
.elementor .em-country.country-eastend-left .em_country_img img{
	width: 130px;
	border-radius: 10px;
	margin-top: 15px;	
}
.em-country.country-eastend-left{
	margin-bottom: 30px;
	box-shadow: 1px 1px 15px rgba(0,0,0,.12);
}
.em-country.style_three .em_country_img{
	float: none;
	margin-right: 0;
	margin-bottom: 30px;
}
#wpcf7-f1613-p1606-o1 .consult-form .button-field .wpcf7-submit.button{
	margin-top:10px;
	margin-bottom: 10px;
}
.contact-block ul{
	list-style: none;
}
.contact-block ul li i {
  display: inline-block;
  float: left;
  width: 30px; 
  line-height: 1.4;
  color: #FF4400; 
}
.contact-block ul li {
  color: #565872;
  font-size: 17px;
  margin-bottom: 15px;
}
.contact-block ul li a {
  color: #565872;
  display: table;
}
.prev-post {
    text-align: right;
}
.blog-next-pre .linked a {
    color: #565872;
}
.blog-next-pre .linked a {
    color: #565872;
}
.next-post-box{
	background: #FFF;
	padding: 30px 20px;
	margin-bottom: 40px;
	display: flex;
	width: 100%;
	min-height: 108px;
	height: auto;
	position: relative;
}
.mr20{
	margin-right: 20px;
}
.ml20{
	margin-left: 20px;
}
.next-post-box:hover{
	background: #FF4400;
	color: #FFF;
}
.blog-next-pre .next-post-box:hover .linked a,.blog-next-pre .next-post-box:hover .thumbnail-nav{
	color: #FFF;
}
.next-post-box h4{
	margin-bottom: 0;
}
.thumbnail-nav {
    font-size: 24px;
    color: rgba(0,0,0,.3);
	display: flex;
}
.next-post-title{
	width: 100%;
}
.next-post-box .nav-link-set a {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-indent: -9999em;
    text-align: left;
    overflow: hidden;
    z-index: 2;
}   
.testimonial_list1{
	margin-bottom: 30px;
} 
.testimonial_style2_content{
	margin-top: 30px;
}
.testimonial_style2{
    position: relative;
    padding: 40px;
    box-shadow: 0px 0 10px 1.8px rgba(104,113,136,.16);
    background: #fff;
    margin-bottom: 15px;
    margin-top: 15px;
}
.testimonial_style2.testimonial_style2_transparent{
    box-shadow: none;
    background: transparent;
    padding: 25px 25px 5px 25px;
}
.testimonial_style2_transparent .em_testi_country_img,.testimonial_style2_transparent .testimonial_style2_content,.testimonial_style2_transparent .em_testi_title h5{
	color: rgba(200,200,200,.8);
}
.testimonial_style2 .em_test_thumb img{
	width: 100px;
    box-shadow: 0px 5px 16px 1.8px rgba(104,113,136,.25);
}
.testimonial_style2.testimonial_style2_transparent .em_test_thumb img{
	width: 90px;
    box-shadow: 0px 0px 20px 2px rgba(200,200,200,.15);	
}
.testimonial_style2 .em_test_thumb{
	margin:0;
	margin-right: 30px;
}
.testimonial_style2_user_left{
	margin-bottom: 20px;
	position: absolute;
}
.testimonial_style2_user_right{
	display: inline-block;
	margin-left: 130px;
}
.elementor .testimonial_style2 .em_testi_country_img ul li img{
	width: 22px;
}
.testimonial_style2 .testi-star i{
	font-size: 13px;
}
.eastend-service-three{
	-webkit-box-shadow: 0 0 14px 0 rgba(0,0,0,.15);
    -moz-box-shadow: 0 0 14px 0 rgba(0,0,0,.15);
    box-shadow: 0 0 14px 0 rgba(0,0,0,.15);	
	-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;    
}
.eastend-service-three:hover{
	-webkit-box-shadow: 0 0 14px 0 rgba(0,0,0,.20);
    -moz-box-shadow: 0 0 14px 0 rgba(0,0,0,.20);
    box-shadow: 0 0 14px 0 rgba(0,0,0,.20);	
	-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;    
}
.eastend-service-two{
	margin-bottom: 10px;
	overflow: hidden;
	text-align: center;
}
.eastend-service-two-content{
	position: relative;
	padding: 25px 25px 25px;
	background: #fff;
	box-shadow: 0px 5px 16px 1px rgba(0, 0, 0, 0.1);
	margin:0 15px 20px 15px;
	margin-top: -30px;		
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;	
    border-bottom: 3px solid transparent;
}
.eastend-service-two-content:hover{
	box-shadow: 0 5px 15px rgba(0,0,0,.15);
}
.eastend-service-two img{
    -webkit-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -ms-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;    
}
.eastend-service-two:hover img{
    -webkit-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -ms-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s; 
}
.eastend-service-two {
	position: relative;
}
.eastend-service-two img::after{
    position: absolute;
    bottom: 0;
    opacity: 1;
    z-index: 1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    width: 100%;
    height: 100%;
    background-color: rgba(24,35,51,.83);
    content: '';
}
.eastend-service-two:hover img:after{
    opacity: 1;
     bottom: 0;
}
.eastend-service-two:hover .eastend-service-two-content{
	box-shadow: 0 5px 15px rgba(0,0,0,.20);
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;	
	border-bottom: 3px solid #FF4400;
}
.country_style_list{
	margin-bottom: 30px;
}
.eastend-service-two-title h4,.eastend-service-two-title h3{
	margin-bottom: 15px;
}
.elementor .country_style_list_img img{
	width: 120px;
	border:4px solid #FFFFFF;
}
.country_style_list_box{
	padding: 15px;
}
.country_style_list_img{
	position: relative;
	text-align: center;
	margin-bottom: 80px;
}
.country_style_list_img:after {
    position: absolute;
    content: ' ';
    bottom: -9px;
    left: 50%;
    margin-left: -10px;
    height: 12px;
    width: 20px;
    z-index: 1;
    background-color: #FFFFFF;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;	
}
.country_style_list_img:before {
    position: absolute;
    content: ' ';
    top: 83px;
    height: 80px;
    width: 6px;
    left: 50%;
    margin-left: -3px;
    background-color: #FFFFFF;
}
.country_style_list{
	position: relative;
	margin-top: 30px;
}
.country_style_list_title{
	padding: 5px;
	box-shadow: 0 0 12px 0 rgba(32,46,60,.06);
	background: #FFF;
}
.country_style_list_box,{
	padding: 15px;
}
.country_style_default_box{
	padding: 30px 20px;
}
.country_style_default{
	background: #FFFFFF;
	margin-bottom: 30px;
}
.country_style_default .country_style_list_title{
	padding: inherit;
	background: transparent;
}
.country_style_default .country_style_list_title,.country_style_default .country_default_img{
	position: relative;
}
.country_style_overlay {
    position: absolute;
    top: 0;
    opacity: 1;
    z-index: 1;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
    width: 100%;
    height: 100%;
    background-color: rgba(31,37,48,.31);
}
.country_default_img a {
    z-index: 9;
    position: absolute;
    height: 100%;
    width: 100%;
}
.country_style_default_title{
	padding: 20px 20px 5px 20px;
}
.elementor .country_style_default_img img {
    width: 80px;
    border: 3px solid #fff;
	-webkit-box-shadow: 0 2px 4px rgba(0,0,0,.3);
    box-shadow: 0 2px 4px rgba(0,0,0,.3);
    border-radius: 8px;    
}
.country_style_default_img{
	position: absolute;
	right: 15px;
	top:-30px;
	z-index: 9;
}
.light-box-line{
	position: relative;
}
.light-box-line:after{
    content: "";
    width: 5000px;
    height: 100%;
    background-color: #FFFFFF;
    right: 0;
    top: 0;
    position: absolute;
    z-index: -1;
    min-height: 47px;
	-webkit-box-shadow: 0 0 12px 0 rgba(32,46,60,.08);
    -moz-box-shadow: 0 0 12px 0 rgba(32,46,60,.08);
    box-shadow: 0 0 12px 0 rgba(32,46,60,.08);	
}
}
.consult-form.consult-form-home{
	border-radius: 6px;
}
.consult-form-home .form-group{
	margin-bottom:15px;
}
.consult-form.consult-form-home .button-field .wpcf7-submit.button{
	margin-top: 10px;
}
.white_box_contact {
	padding: 40px 30px 20px 30px;
	background: #f5f5f5;
	box-shadow: 0 0 20px rgba(0,0,0,.1);
}
.year-box{
	padding: 15px 20px;
}
.year-box h5{
	font-weight: 400;
}
.process-box{
	text-align: center;
    margin-top: 30px;
}
.single_process .process_icon {
    height: 100px;
    width: 100px;
    line-height: 104px;
    box-shadow: 0 0 10px 0 rgba(0, 43, 92, 0.08);
    display: inline-block;
    text-align: center;
    background: #FFF;
    border-radius: 50%;
    position: relative;
    z-index: 9;
    margin-bottom: 20px;
}
.process_icon i{
	font-size: 40px;
	color: #29345c;
}
.single_process .process_icon::before, .single_process .process_icon::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    transition: all 0.2s linear;
    border: 1px dashed transparent;
    border-color: transparent #dae1e7 transparent #dae1e7;
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4);
}
.single_process .process_icon::after {
    border-color: #dae1e7 transparent #dae1e7 transparent;
}
.single_process_inner{
	padding: 30px 35px;
}
.single_process_inner h4{
	margin-bottom: 20px;
}
.single_process .work-process-divider {
    position: absolute;
    top: 75px;
    width: calc(100% - 155px);
    height: 1px;
    background-image: linear-gradient(90deg, #73778C, #73778C 40%, transparent 40%, transparent 100%);
    background-size: 12px 1px;
}
.single_process .work-process-divider:after {
    content: '\f102';
    font-family: 'Flaticon';
    position: absolute;
    right: -30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 20px;
}
@media (max-width: 767px) {
.single_process .work-process-divider {
    width: 100%;
	display: none;
}
.single_process .work-process-divider:after {
	display: none;
}
}
.single_process .process_number {
    font-size: 13px;
    font-weight: 700;
    width: 34px;
    height: 34px;
    line-height: 34px;
    border-radius: 50%;
    border: none;
    display: block;
    text-align: center;
    position: absolute;
    right: -15px;
    top: -25px;
    z-index: 10;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    background: #28303d;
    color: #FFFFFF;
}
.single_process:hover .process_icon::before,.single_process:hover .process_icon::after
{
	border-color:#28303d;
}
.testimonial_list1 .testimonial_style2_user {
    display: table;
    margin: auto;
}
.country_flag_style,.country_flag_style1{
	padding: 10px;
	text-align: center;
}
.country_flag_style img{
	margin-bottom: 10px;
}
.country_flag_style1 img{
	margin-bottom: 7px;
}
.country_flag_style a{
	color: #FFF;
}
.country_flag_style a:hover{
	color: #f5f5f5;
}
.testimonial_style2.testimonial_style_single{
}
.testimonial_style_single .testimonial_style2_user_left{
	position: inherit;
}
.testimonial_style_single .testimonial_style2_user_right{
	margin-left: 0;
}
.testimonial_style_single .testimonial_style2_content{
	text-align: center;
	margin-top: 15px;
}
.your-message textarea{
	width: 100%;
}
.header3 .contact {
	border-left: 1px solid rgba(100,100,100,.2);	
    display: inline-block;
    float: left;	
}
.header3 .contact>div {
    display: inline-block;
    float: left;
}
.header3 .call{
    float: left;
    position: relative;
    padding:20px 30px 20px 90px;
}
.header3 .call i{
    position: absolute;
    left: 30px;
    line-height: 1.5;
}
.header3 .call i:before{
    font-size: 40px;
    color: #FF4400;
} 
.header3 .call p{
	margin-bottom: 7px;
}  
/* Red Border Color Selection */
.em_single_testimonial,.eastend_menu ul .sub-menu,.em-service-title h2:hover,a:focus, a:hover, .portfolio-cat a:hover, .footer-menu li a:hover{
	border-color: #FF4400;
}
.em_testi_content:before{
	color: #FF4400;
}
.banner-area .btn,.em-bar,.slick-dots .slick-active button,.wpcf7-submit.button,#scrollUp,.services-eastend::after{
	background: #FF4400;
}
.elementor-1057 .elementor-element.elementor-element-9a42a20{
    margin-top: -70px !important;
    margin-bottom: -50px !important;
    position: relative;
    border-bottom: 8px solid #FF4400;
    background: #FFF; 
}
@media (max-width: 767px)
{
.elementor-1057 .elementor-element.elementor-element-9a42a20{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
}
.services-eastend{
  margin-bottom: 20px;
}
.eastend-service-three{
  margin-bottom: 15px;
} 
.col-md-4 .eastend-service-three{
  margin-bottom: 30px;
} 
.eastend-service-three .eastend-service-two-text{
  position: relative;
}
.eastend-service-three .eastend-service-two-text .eastend-service-right {
    padding-left: 20px;
    display: table-cell;
    vertical-align: top;
    position: relative;
}
.eastend-service-three .eastend-service-two-text .service_icon_left {
    display: table-cell;
    vertical-align: top;
    position: relative;
    vertical-align: middle;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
.eastend-service-three .eastend-service-two-content{
  padding: 25px 20px;
  margin: 0;
}
.eastend-service-three.eastend-coaching-box  .eastend-service-two-content{
  padding: 25px 25px;
}

.eastend-service-three .eastend-service-two-text .service_icon{
  width: 60px;
  height: 60px;
  border-radius: 3px;
  text-align: center;
  line-height: 58px;
}
.eastend-service-three{
  overflow: hidden;  
}
.eastend-service-three img{
    -webkit-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -ms-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;    
}
.eastend-service-three:hover img{
    -webkit-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -ms-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s; 
}
.eastend-service-three .eastend-service-two-text .service_icon i{
  font-size: 46px;
  color: #FF4400;
}  
.eastend-service-three .eastend-service-two-text p{
  margin-bottom: 0;
}
.eastend-service-three-box{
  position: relative;
}
.eastend-service-three:hover  .eastend-service-three-overlay{
    bottom: 0;
    top: 0;
    opacity: 1;
}
.eastend-service-three-overlay {
    position: absolute;
    top: -30%;
    opacity: 0;
    z-index: 1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    width: 100%;
    height: 100%;
    background-color: rgba(31,37,48,.75);
}
.eastend-service-three-overlay .overlay-icon{
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -20px;
  margin-left: -20px;
  background: #FF4400;
  width: 40px;
  height: 40px;
  text-align: center;
  vertical-align: middle;
}
.eastend-service-three-overlay .overlay-icon i{
  font-size: 16px;
  color: #fff;
  display: block;
  line-height: 40px;
}
.eastend-service-three-box a {
    z-index: 9;
    position: absolute;
    height: 100%;
    width: 100%;
}
.required{
  color: #f12a01;
}
.coaching_icon_box .coaching_icon{
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 58px;
  background: #FF4400;
  position: absolute;
  top: -30px;
  right: 20px;
  border-radius: 5px;
  z-index: 9;
}
.coaching_icon_box .coaching_icon i{
  font-size: 30px;
  color: #ffffff;
} 
.eastend-coaching-box img{
	-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;
}
.eastend-coaching-box:hover img{
	transform:scale(1.1);
	-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;
}
.eastend-coaching-overlay {
    position: absolute;
    top: 0;
    z-index: 1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    width: 100%;
    height: 100%;
    background-color: rgba(31,37,48,.35);
}
.white-title-color .iconlist-eastend .box-right .content-title{
	color: #f8f9fe;
}
.white-title-color .iconlist-eastend .box-right .content-desc{
	color: #a6adbc;
}
.fixedmenu {
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 9;
    transition: 1s;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    box-shadow: 0px 1px 15px 0 rgba(0, 0, 0, 0.2);
}

@media only screen and (min-width: 479px) {
.mkyy1, *  [aria-labelledby='mkyy1'] {
	display: none !important;
	max-height: none !important;
	overflow: visible !important;
	visibility: hidden;
	position:absolute;
	max-height: 0;
	
}
}

@media only screen and (max-width: 479px) {
.mobile-hide{ display: none !important; }
}