/*
Theme Name: themexp 
Theme URI:http://themexbd.com
Description: themexp One Page and Multipurpose Responsive WordPress Theme
Author: themexbd
Author URI: https://webitrangpur.com/
Version: 1.0.1
Tags: custom-menu, editor-style, featured-images
Text Domain: themexp
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/*
-------------------------------------------------------------------------------------
CSS INDEX
======================================================================================
* THEME DEFULT CSS
* SECTION TITLE
* SLIDER BUTTON STYLE
* WIDGET  CSS
* HEADING TOP AREA CSS
* HEADING NAV AREA CSS
* SLIDER CSS
* ABOUT SECTION CSS
* SERCIVE CSS
* PROGRESS CSS
* TEAM CSS
* COUNTER AREA CSS
* PRICING AREA CSS
* BRAND AREA CSS
* TESTIMONIAL AREA CSS
* PORTFOLIO AREA CSS
* BLOG AREA CSS
* BLOG DETAILS AREA CSS
* choose AREA CSS
* COMMENT AREA CSS
* PAGINATION AREA CSS
* BREADCRUMB AREA CSS
* 404 AREA CSS
* FOOTER TOP AREA CSS
* FOOTER TOP 2 AREA CSS
* FOOTER MIDDLE AREA CSS
* FOOTER BOTTOM AREA CSS
* SCROLL TOP CSS
* RESPONSIVE CSS
============================================================================================= */
/*----------------------------------------
 Don't change any css from here. If you need to change, Please use child theme.
------------------------------------------*/

html,
body {
		overflow-X: hidden;
} 
img {
    max-width: 100%;
    height: auto;
}
/* box layout */

.box.wrapper {
    max-width: 1200px;
    margin: auto;
    background: #fff;
    box-shadow: 0px 0px 5px #ddd;
}
/* end box layout */

.fix {
    overflow: hidden;
}
.clear_both {
    clear: both;
}

/*=====================
 START FEATURE AREA
=========================*/
.themexp_feature_area {
    padding: 95px 0 54px;
}
.single_feature{}
.single_feature_inner{}
.single_feature_icon {
    float: left;
    margin: 3px 20px 0px;
}
.single_feature_icon i {
    font-size: 23px;
    color: #1a7dd7;
    border: 2px solid #1a7dd7;
    height: 55px;
    width: 55px;
    border-radius: 50%;
    line-height: 55px;
    text-align: center;
	transition:.5s;
}
.single_feature_content {
    margin-bottom: 50px;
}
.single_feature_content h2 {
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 11px;
}
.single_feature_content p {
    width: 88%;
    margin-left: 95px;
}
.single_feature:hover .single_feature_icon i{
	background:#1a7dd7;
	border-color:#1a7dd7;
	color:#fff;
}
.service-2.themexp_feature_area {
    padding: 95px 0 54px;
}
/*====================
 START COLTO ACTION AREA
=====================*/
.themexp_callto_action_area {
    background: #1a7dd7;
    padding: 48px 0 0px;
}
.callto_action_title{}
.callto_action_title_inner{}
.callto_action_thumb{}
.callto_action_thumb img {
    float: left;
    margin: -57px 50px 0px;
}
.callto_action_content{}
.callto_action_content h2 {
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
}
.callto_action_button{
    float: right;
    margin-top: -25px;
    margin-right: -35px;
}
.callto_action_button a {
    font-size: 15px;
    padding: 10px 45px;
    background: #fff;
    text-transform: uppercase;
	transition:.5s;
	font-weight: 600;
    font-family: 'Raleway', sans-serif;
	border: 1px solid #fff;
}
.callto_action_button a:hover {
	background:#1a7dd7;
	color:#fff;
	border: 1px solid #fff;
}


/*=============
START ABOUT AREA 
 ==============*/
.themexp_about_area {
    background: #f7fbff;
}
.row.em .col-md-7{
	padding:0;
}
.section-title1 {
    margin-top: 104px;
}
.section-title1 h1 {
    font-size: 36px;
    text-transform: capitalize;
}
.section-title1 h3 {
    font-size: 36px;
    margin: 0 0 43px;
    text-transform: capitalize;
}
.section-title1 p {
    width: 70%;
    text-transform: uppercase;
    margin-bottom: 40px;
	font-weight: 300;
}
.about_manu {
    margin-bottom: 68px;
}
.about_manu ul{}
.about_manu li {
    list-style: none;
    margin-bottom: 15px;
	margin-left: 30px;
}
.about_manu ul li::before {
    position: absolute;
    font-family: FontAwesome;
    content: "\f00c";
    left: 15px;
    display: inline-block;
    background: #ddd;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    text-align: center;
	margin-top: 3px;
}
.about_button a {
    border: 1px solid #1a7dd7;
    padding: 14px 37px;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    transition: .5s;
	background: #1a7dd7;
	 color: #fff;
}
.about_button a:hover {
    background: #fff;
    border-color: #1a7dd7;
    color: #1a7dd7;
}
.about_button a i {
    font-size: 20px;
    margin-right: 10px;
	position: relative;
    top: 2px;
}
/* home-2 */
.home-2 .section-title1 {
    margin-top: 115px;
}
.home-2 .section-title1 p {
    width: 69%;
    text-transform: lowercase;
    margin-bottom: 25px;
	font-weight: 300;
}
.home-2 .about_button a {
    border: 1px solid #1a7dd7;
    padding: 14px 31px;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    transition: .5s;
}
.home-2 .about_button a:hover{
	background: #333;
	color: #fff;
	border-color: #333;
}
.home-2 .text p {
    font-weight: 300;
	margin-bottom: 67px;
	width: 80%;
}
.home-2 .text a{
	color:#1a7dd7;
}


 /*================
 START SERVICE AREA
=================== */
.themexp_service_area {
    padding: 92px 0 120px;
}
.single_service{}
.single_service_inner{}
.single_service_content{}
.single_service_content h1 {
    font-size: 30px;
    text-transform: capitalize;
}
.single_service_content h2 {
    font-size: 30px;
    margin: 5px 0 28px;
}
.single_service_content p {
    width: 101%;
    margin-bottom: 30px;
}
.service_icon{}
.service_icon a{}
.service_icon a i {
    font-size: 20px;
    border: 1px solid #1a7dd7;
    color: #1a7dd7;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
}
.service_button {
    margin: -31px 0 0 0px;
    transition: .5s;
	opacity: 0;
}
.service_button a {
	text-transform: uppercase;
    padding: 10px 27px;
    border: 1px solid #ddd;	
	background:#1a7dd7;
	color:#fff;
	transition: .5s;
}
.single_service:hover .service_button {

	opacity: 1;
}

/*====================
home-2 START SERVICE AREA
====================== */

.home-2.themexp_service_area{
	padding: 90px 0 113px;
}
.home-2 .section-title h1 {
    font-size: 36px;
}
.home-2 .section-title h2{
	font-size: 36px;
	margin-top: 0;
	margin-bottom: 27px;
}
.home-2 .section-title h3{
	font-size: 36px;
	margin-top: 0;
	margin-bottom: 27px;
}
.home-2 .section-title p {
    font-weight: 300;
    font-size: 16px;
}
.home-2 .single_service{}
.home-2 .single_service_thumb{}
.home-2 .single_service_thumb img {}

.home-2 .single_service_inner{}
.home-2.single_service_content{}
.home-2 .single_service_content h2 {
    font-size: 20px;
    text-transform: capitalize;
    margin: 25px 0 11px;
    font-weight: 600;
}
.home-2 .single_service_content p {
    width: 100%;
	margin-left:0px;
    line-height: 24px;
}
.home-2 .service_button{
	margin: 31px 0 0 0px;
    opacity: 1;
}
.home-2 .service_button a {
    text-transform: uppercase;
    padding: 5px 27px;
    border: 1px solid #ddd;
    background: #1a7dd7;
    color: #fff;
	transition: .5s;
}
.home-2 .service_button a:hover{
    background: #333;
    color: #fff;
}

/* masonry-service */

.masonry-service.themexp_service_area {
    padding: 110px 0 50px;
}
.masonry-service .single_service_content h2 {
	font-size: 20px;
	text-transform: capitalize;
    margin: 25px 0 11px;
    font-weight: 600;
}
.masonry-service .single_service_content p {
    width: 100%;
	margin-left:0px;
    line-height: 24px;
}
.masonry-service .service_button{
	margin: 31px 0 0 0px;
    opacity: 1;
}
.masonry-service .service_button a {
    text-transform: uppercase;
    padding: 5px 27px;
    border: 1px solid #ddd;
    background: #333;
    color: #fff;
}
.masonry-service .service_button a:hover{
    background: #1a7dd7;
    color: #fff;
}
.masonry-service .single_service {
    margin-bottom: 63px;
}
/* service-1 */

.service-1.themexp_service_area {
    padding: 110px 0 50px;
}
.service-1 .single_service_content h2 {
	font-size: 20px;
	text-transform: capitalize;
    margin: 25px 0 11px;
    font-weight: 600;
}
.service-1 .single_service_content p {
    width: 100%;
	margin-left:0px;
    line-height: 24px;
}
.service-1 .service_button{
	margin: 31px 0 0 0px;
    opacity: 1;
}
.service-1 .service_button a {
    text-transform: uppercase;
    padding: 5px 27px;
    border: 1px solid #ddd;
    background: #333;
    color: #fff;
}
.service-1 .service_button a:hover{
    background: #1a7dd7;
    color: #fff;
}
.service-1 .single_service {
    margin-bottom: 63px;
}



/*================== 
START PORTFOLIO AREA 
====================*/
.themexp_portfolio_area {
    padding: 90px 0 110px;
    background-color: #f7fbff;
}
.row.bg .col-md-3{
	padding-left: 0;
	padding-right: 0;
}
/* single portfolio css */

.single_portfolio {
    overflow: hidden;
    margin-bottom: 70px;
	 z-index: 1;
}
.single_portfolio_inner {
    position: relative;
    z-index: 1;
}
.single_portfolio_thumb {
    position: relative;
}
.single_portfolio_thumb img{
	width:100%;
	transform:scale(1);
	transition: .5s;
}
.single_portfolio_icon i {
    font-size: 20px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 50%;
    background: #1a7dd7;
    text-align: center;
    color: #fff;
}
.portfolio_content_inner p span {
    font-size: 14px;
    color: #333;
    font-family: 'Raleway', sans-serif;
}
.portfolio_content_inner h1 {
    color: #333;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 25px 0 5px
}
.portfolio_content_inner {
    text-align: center;
}
.single_portfolio-bg {
    background: #fff;
    position: absolute;
	left:0;
	right:0;
	bottom:-50%;
	transition:.5s;
	z-index:1;
	padding-bottom: 6px;
}
.single_portfolio:hover .single_portfolio-bg{
    bottom:0%; 
    opacity:1;
}
.single_portfolio_icon {
    position: absolute;
	left:0;
	right:0;
	top:-100%;
	transition:.5s;
	z-index:999;
	text-align: center;
}
.single_portfolio:hover .single_portfolio_icon{
    top:66%; 
    opacity:1;
}
.portfolio-1 .single_portfolio:hover .single_portfolio_icon{
    top:54%; 
    opacity:1;
}
.portfolio-2 .single_portfolio:hover .single_portfolio_icon{
    top:74%; 
    opacity:1;
}
.portfolio-3 .single_portfolio:hover .single_portfolio_icon{
    top:58%; 
    opacity:1;
}
.portfolio-4 .single_portfolio:hover .single_portfolio_icon{
    top:66%; 
    opacity:1;
}
.portfolio-5 .single_portfolio:hover .single_portfolio_icon{
    top:63%; 
    opacity:1;
}
.single-portfolio .single_portfolio:hover .single_portfolio_icon{
    top:65%; 
    opacity:1;
}
.portfolio_button {
    text-align: center;
}
.portfolio_button a {
    border: 1px solid #1a7dd7;
    color: #1a7dd7;
    display: inline-block;
    font-size: 14px;
    background: #fff;
    font-weight: 500;
    margin: 0 4px;
    padding: 8px 35px;
    position: relative;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    z-index: 1;
    font-family: 'Raleway', sans-serif;
}
a.em-active-button2 {
    background: #1a7dd7;
    border-color: #1a7dd7;
	color:#fff;
	transition: .5s;
}

.portfolio_button a:hover {
    color: #fff;
    background: #1a7dd7;
    border-color: #1a7dd7;
}

a.em-active-button2:hover {
    background: #fff;
    border-color: #1a7dd7;
	color:#1a7dd7;
}

/* home-2 */

.home-2.themexp_portfolio_area {
    padding: 100px 0 110px;
    background-color: #f7fbff;
}
.home-2 .portfolio_title h2 {
    margin-bottom: 3px;
}
.home-2 .portfolio_title_thumb {
    margin-bottom: 10px;
}
.home-2 .single_portfolio {
    margin-bottom: 0;
}
.portfolio-1.themexp_portfolio_area {
    padding: 93px 0 110px;
    background-color: none;
}
.portfolio-1 .single_portfolio {
    margin-bottom: 30px;
}
.portfolio-1 .single_portfolio-bg {
    background: #fff;
    position: absolute;
	left:0;
	right:0;
	bottom:-50%;
	transition:.5s;
	z-index:1;
	padding-bottom: 6px;
	border-bottom: 2px solid #1a7dd7;
}
.portfolio-2.themexp_portfolio_area {
    padding: 93px 0 110px;
    background-color: #f7fbff;
}
.portfolio-2 .single_portfolio {
    margin-bottom: 30px;
}
.portfolio-3.themexp_portfolio_area {
    padding: 93px 0 110px;
    background-color: #f7fbff;
}
.portfolio-3 .single_portfolio {
    margin-bottom: 0px;
}
.portfolio-4.themexp_portfolio_area {
	padding: 93px 0 110px;
	background-color: #f7fbff;
}
.portfolio-4 .single_portfolio {
    margin-bottom: 0px;
}
.portfolio-5.themexp_portfolio_area {
	padding: 93px 0 110px;
	background-color: #f7fbff;
}
.portfolio-5 .single_portfolio {
    margin-bottom: 30px;
}










/* PORTFOLIO filter CSS */
 .portfolio_filter {
    margin-bottom: 60px;
}
 .portfolio_filter ul{
     list-style: outside none none;
     text-align: center;
}
 .portfolio_filter ul li{
     display: inline-block;
     font-family: "Montserrat",sans-serif;
     font-size: 15px;
     font-weight: 500;
     padding: 10px 27px;
     text-transform: capitalize;
     -webkit-transition: all 0.3s ease 0s;
     transition: all 0.3s ease 0s;
     position:relative;
     color:#333;
     z-index:999;
     cursor: pointer;
}
 .portfolio_filter ul li.active, .portfolio_filter ul li:hover{
     color:#1a7dd7;
}
 .portfolio_filter ul li:before{
     background: #1a7dd7 none repeat scroll 0% 0%;
     content: "";
     width: 50%;
     height: 2px;
     left: 0px;
     right: 0px;
     bottom: -1px;
     opacity: 0;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
     position: absolute;
     margin: auto;
     -webkit-transition: .5s;
     transition:.5s;
}
 .portfolio_filter ul li:after{
     content: "";
     position: absolute;
     left: 50%;
     bottom: 0px;
     margin: auto;
     border-width: 6px;
     border-style: solid;
     border-color: transparent transparent #1a7dd7;
     -webkit-transform: translateX(-50%);
             transform: translateX(-50%);
     opacity:0;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
     -webkit-transition: .5s;
     transition:.5s;
}
 .portfolio_filter ul li.active:before, .portfolio_filter ul li.active:after, .portfolio_filter ul li:hover:before, .portfolio_filter ul li:hover:after{
     opacity:1;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
















.row.mg .col-md-3{
	padding:0;
}
.row.mg .col-md-4{
	padding:0;
}

/* single-portfolio */

.single-portfolio.themexp_portfolio_area {
	padding: 110px 0 45px;
	background: none;
}
.single-portfolio.themexp_portfolio_area2 {
	padding: 60px 0 50px;
	background: none;
}
.single_portfolio {
	margin-bottom:60px;
	overflow:hidden;
	position:relative;
}
.single-portfolio .single_portfolio-bg {
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -50%;
    transition: .5s;
    z-index: 1;
    padding-bottom: 6px;
    border-bottom: 2px solid #1a7dd7;
}
.single_portfolio_inner{}
.single_portfolio_thumb{
	position:relative;	
	
}
.single_portfolio_thumb img {
    width: 100%;
    transition:.5s;
	transform:scale(1.1);	
}
.single_portfolio_thumb::before {
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    transition: .5s;
	z-index:-1;	
}
.single_portfolio:hover .single_portfolio_thumb::before{
	opacity:1;
	z-index:1;
}
.single_portfolio:hover .single_portfolio_thumb img{
	transform:scale(1.5);
}
.single_portfolio_text {
    margin: 15px 0px 0px 70px;
}
.single_portfolio_text h2 {
    font-size: 30px;
    text-transform: capitalize;
    font-weight: 400;
}
.portfolio_manu{}

.portfolio_manu ul {
    margin: 32px 0 0 71px;
}
.portfolio_manu ul li {
    display: block;
    font-size: 18px;
    text-transform: capitalize;
    margin-bottom: 8px;
    padding-bottom: 0px;
    border-bottom: 1px solid #ddd;
    height: 46px;
}
.portfolio_manu ul span {
    float: left;
    margin-left: 160px;
    margin-bottom: -25px;
}
.portfolio_manu ul strong {
    font-size: 18px;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    float: left;
    margin-right: 75px;
}
.portfolio_icons {
    margin-left: 70px;
}
.portfolio_icons strong {
    font-size: 18px;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    margin-right: 95px;
}
.portfolio_icons i {
    margin-right: 12px;
    font-size: 18px;
}
.single_portfolio_text2{}
.single_portfolio_text2 p {
    font-size: 18px;
    margin: 13px 0 30px;
}
.single_portfolio_text2 span {
    font-size: 18px;
}

/*================== 
END PORTFOLIO AREA 
====================*/
/*===================
START PRICING ARAE CSS 
======================*/
.themexp_pricing_area {
    padding: 90px 0 30px;
}
/* single_pricing */
.single_pricing {
    margin-bottom: 30px;
}
.single_pricing_inner {
    transition: 1s;
    border: 3px solid transparent;
}
.single_pricing_title{}
.single_pricing_title_inner{
	text-align: center;
	padding: 22px 0px;
	margin-top: 22px;
	transition:.5s;
}
.single_pricing_title_inner h3{
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    padding-top: 8px;
}
.single_pricing_item {
    text-align: center;
    transition: 1s;
}
.single_pricing_item span{
	font-size: 20px;
	font-weight: 500;
	font-family: 'Raleway', sans-serif;
	display: inline-block;
}
.single_pricing_item .tk{
	font-size: 52px;
	font-weight: 500;
	color: #1a7dd7;
}
.pricing_text{
	padding: 27px 0px;
}
.pricing_text ul,
.pricing_text2 ul{
	list-style:none;
}
.pricing_text ul li{}
.pricing_text ul li {
	font-size: 15px;
	font-weight: 400;
	display: block;
	padding: 6px 0px;
	color: #333;
	text-transform: none;
	text-align: center;
}
/* pricing_botton */
.pricing_botton{
	text-align: center;
	padding-top: 2px;
	padding-bottom: 45px;
}
.pricing_botton a{
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	display: inline-block;
	font-family: 'Raleway', sans-serif;
	color: #333;
	padding: 8px 30px;
	border: 1px solid #333;
	border-radius: 30px;
	transition: 1s;
}
.active.single_pricing{
	border:3px solid #1a7dd7;
	transition:.5s;
}
.active .single_pricing_item .tk{
	color:#fff;
}
.active .single_pricing_item {
    background: #1a7dd7;
    color: #fff;
    text-align: center;
    border: 3px solid #1a7dd7;
    margin-top: -6px;
}
 .price_item span {
     color:#1a7dd7;
     display: inline-block;
     -webkit-transition: all 0.3s ease 0s;
     -webkit-transition: all 0.5s ease 0s;
     transition: all 0.5s ease 0s;
     font-family: 'Raleway', sans-serif;
}
 .slash {
     font-size: 0;
}
 .curencyp {
     font-size: 24px;
     font-weight: 600;
     position: relative;
     top: -24px;
}
 .tk {
     color: #333;
     font-size: 48px;
     font-weight: 600;
}
 .line_barp {
}
 .monthp {
     display: block;
     position: relative;
}
 .bootmp {
     font-size: 14px;
     font-weight: 600;
}
.active .pricing_botton a{
	color:#fff;
	background:#1a7dd7;
	border-color:#1a7dd7;
	transition:.5s;
}
.single_pricing:hover .single_pricing_item span{
		color:#fff;
}
.single_pricing:hover .single_pricing_item{
	color:#fff;
	background:#1a7dd7;
}
.single_pricing:hover .single_pricing_inner{
	border:3px solid #1a7dd7;
}
.single_pricing:hover .tk{
	color:#fff;
}
.single_pricing:hover .pricing_botton a{
	background:#1a7dd7;
	color:#fff;
	border-color:#1a7dd7;
	transition:.3s;
}

/* home-3 */

.home-3.themexp_pricing_area {
	padding: 91px 0 80px;
	background: #f7fbff;
}
.home-3 .pricing_content h1 {
    font-size: 36px;
    text-transform: uppercase;
    margin-bottom: 2px;
}
.home-3 .single_pricing_inner {
	transition: .1s;
	box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.03);
	
}
.home-3 .single_pricing_inner:hover{
	box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.07);
}
.home-3 .active.single_pricing {
	border: 3px solid #1a7dd7;
	transition: .5s;
	box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.07);
}
.tab_thumb {
    margin-top: 22px;
}
/*===================
END PRICING ARAE CSS 
======================*/
/*===================
START TEAM ARAE CSS 
======================*/

.themexp_team_area {
    padding: 50px 0 0px;
}
.themexp_team_area.teambg {
    padding: 50px 0 100px;
}
.single_team{
	overflow:hidden;
	position:relative;
}
.single_team_inner{}
.single_team_thumb{
	transition:.5s;
}
.single_team_thumb img{}
.single_team_content {}
.single_team_content {
    position: absolute;
    left: 50%;
    top: -50%;
    z-index: 99;
    overflow: hidden;
    transition: .5s;
    transform: translateX(-50%) translateY(-50%);
}
.single_team_content h2 {
    font-size: 36px;
    font-weight: 600;
	margin-bottom:5px;
	color:#fff;
}
.single_team_content span {
    font-size: 15px;
    color: #fff;
    margin-left: 80px;
}
.team_social_icon {
    position: absolute;
    left: 50%;
    bottom: -50%;
    z-index: 99;
    overflow: hidden;
    transition: .5s;
    transform: translateX(-50%) translateY(-50%);
}
.team_social_icon i {
    font-size: 18px;
    margin-left: 9px;
    color: #fff;
	transition: .5s;
    margin-right: 14px;
}
.single_team:hover .single_team_content{
	top:45%;
}
.single_team:hover .team_social_icon {
    bottom: 36%;
}
.team_social_icon i:hover{
    color: #1a7dd7;
}
.single_team:hover .single_team_thumb{
	transform:scale(1.1);
}
.single_team:hover .single_team_thumb:before{
	position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(26, 125, 215, 0.75);
}

/* home-2 */

.home-2.themexp_team_area {
    padding: 100px 0 80px;
}
.home-2 .team_title_inner {
    text-align: center;
}
.home-2 .title_title_content h2 {
    text-transform:capitalize;
	font-size:36px
}
.home-2 .team_title_thumb {
    margin: 3px 0 7px;
}
.home-2 .team_title_thumb img {}
.home-2 .team_title_text {
    margin-bottom: 59px;
}
.home-2 .team_title_text p {
    width: 63%;
    margin: auto;
    font-size: 16px;
    font-weight: 300;
}
.home-2 .em_single_team {
    margin-bottom: 30px;
    box-shadow: 0px 0px 6px 0px rgba(221, 221, 221, 0.81);
    position: relative;
    overflow: hidden;
}
.home-2 .single_team-bg {
    background-color: #fff;
    bottom: -69px;
    left: 0;
    margin: 0 0px;
    padding: 0px 0px;
    position: absolute;
    right: 0;
    transition: all 0.3s ease 0s;
}
.home-2 .em_single_team:hover .single_team-bg{
    background-color: rgba(255, 255, 255, 0.81);
	bottom: 0px;
}
.home-2 .em_single_team:hover .single_team_content-bg h2,
.home-2 .em_single_team:hover .single_team_content-bg span{
	color:#333;
}
.home-2 .single_team_content-bg h2 {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}
.home-2 .single_team_content-bg span {
    font-size: 15px;
    font-weight: 300;
    text-transform: capitalize;
}
.home-2 .single_team_content-bg {
    text-align: center;
     margin: 20px 0 15px;
}
.home-2 .team_icon-bg {
    text-align: center;
    padding: 0px 0 30px;
}
.home-2 .team_icon-bg a {
    /* margin-left: -4px; */
    color: #fff;
    transition: .5s;
    /* padding: 8px 11px; */
    text-align: center;
    width: 38px;
    display: inline-block;
    height: 38px;
    font-size: 17px;
    line-height: 38px;
}
.home-2 .team_icon-bg a:nth-child(1){
	background:#f83663;
}
.home-2 .team_icon-bg a:nth-child(2){
	background:#2688f6;
}
.home-2 .team_icon-bg a:nth-child(3){
	background:#26c3f6;
}

.team-area-3{
    padding: 90px 0 105px;
}
.team-area-masonry {
    padding: 20px 0 70px;
	background: #f7fbff;
}
.team-area-masonry.themexp_team_area {
	padding: 90px 0 80px;
	background: #f7fbff;
}
.service-1.themexp_team_area {
	padding: 90px 0 80px;
	background: #f7fbff;
}
.team.themexp_team_area {
    padding: 110px 0 30px;
}
.team-bg.themexp_team_area {
    padding: 110px 0 67px;
}
.team-bg .em_single_team {
    margin-bottom: 43px;
    box-shadow:none;
    position: relative;
    overflow: hidden;
	background:#f9f9f9;
}
.team-bg .single_team-bg {
    background-color: #f9f9f9;
    bottom: -55px;
    left: 0px;
    margin: 0 0px;
    padding: 0px 0px;
    position: absolute;
    right: 0;
    transition: all 0.3s ease 0s;
}
.team-bg .team_social_icon-bg {
    text-align: center;
    margin: 25px 0 26px;
}
.team-bg .single_team_content-bg {
    text-align: center;
    margin: 20px 0 20px;
}
.team-bg .team_social_icon-bg a{
	border:1px solid #ddd;
	color:#333;
	padding: 5px 8px;
	border-radius:5px;
	text-align:center;
	margin-left:5px;
	transition:.5s;
}
.team-bg .team_social_icon-bg a:hover{
	background:#1a7dd7;
	color:#fff;
	border-color:#1a7dd7;
}

/* single-team */

.single_team_area {
    padding: 110px 0 0px;
}

.single_page_team{
	position: relative;
    overflow: hidden;
	text-align: center;
	margin-bottom: 48px;
}
.single_page_team_inner{}
.single_page_team_thumb{}
.single_page_team_thumb img{}
.single_page_team-bg{
    bottom: -90px;
    left: 0;
    margin: 0 0px;
    padding: 0px 0px;
    position: absolute;
    right: 0;
    transition: all 0.3s ease 0s;
}
.single_page_team_content {
    background: #1a7dd7;
    padding: 1px 0 15px;
}
.single_page_team_content h2 {
    font-size: 20px;
	color:#fff;
}
.single_page_team_content span{
	color:#fff;
}
.single_page_team_social_icon {
    padding: 25px 0 25px;
	background:#f7fbff;
	border:1px solid #ddd;
}
.single_page_team_social_icon a i{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    display: inline-block;
    font-size: 20px;
    transition: .5s;
    margin: auto 5px;
    text-align: center;
    color: #b0b0b0;
    border: 1px solid #b0b0b0;
}
.single_page_team_social_icon a i:hover{
	background: #1a7dd7;
	color: #fff;
}
.single_page_team:hover .single_page_team_content{
	    background: rgba(26, 125, 215, 0.82);
}
.single_page_team:hover .single_page_team-bg{
	bottom: 0px;
}
.em-single_page_team {
    text-align: center;
    border: 1px solid #ddd;
    padding: 40px 27px 35px 10px;
	margin-bottom: 45px
}
.single_page_team_icon-bg a i {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    line-height: 60px;
    display: inline-block;
    font-size: 25px;
    transition: .5s;
    margin: auto 5px;
    text-align: center;
    color: #1a7dd7;
    border: 1px solid #1a7dd7;
}
.single_page_team_text {
    margin-top: 15px;
}
.single_page_team_text p{
    font-size:13px;
	font-weight:500;
	line-height: 12px;
}
.single_page_team_details_area{}
.single_page_team_content-bg{}
.single_page_team_content-bg h2{
	font-size:26px;
	text-transform:capitalize;
	margin: -5px 0 28px;
}
.single_page_team_content-bg p,
.single_page_team_content-bg span{
	font-weight:300;
	margin: 0px 0 30px
}


/*===================
START SKILL ARAE CSS 
======================*/

.themexp_skill_area {
    padding: 110px 0 105px;
    background-color: #f7fbff;
}
.single_skill {
    text-align: center;
} 
.single_skill_content {
    text-align: left;
	margin: 37px 0 -3px;
} 
.themexp_skill{
	overflow: hidden;
}
.skill_wraper {
    background: #dddddd;
    height: 11px;
    width: 100%;
    border-radius: 5px;
}
.persent_color {
    background: #1a7dd7;
    height: 11px;
    border-radius: 5px;
}
.single_skill_content h3 {
    font-size: 14px;
    font-weight: 400;
    color: #333;
    text-transform: capitalize;
    margin-bottom: 11px;
	font-family: 'poppins', sans-serif;

}
.single_skill_content h3 span {
    float: right;
	color: #333;
}
.single_skill_content h2{
	font-size: 26px;
	text-transform: capitalize;
}
.single_skill_title{}
.single_skill_title h4{
     font-size: 18px;
     font-weight: 600;
     padding-top: 7px;
     text-transform: uppercase;
     color: #666;
     transition: all 0.5s ease 0s;
}
.single_page_team_skill_area {
    margin-left: -15px;
}

/*===================
END SKILL ARAE CSS 
======================*/

/*================================= 
START THEMEXP EDUCTION DETAILS AREA 
===================================*/
.themexp_eduction_details_area {
    padding: 0px 0 90px;
}
.eduction_title{}
.eduction_title_inner{}
.eduction_title_content {
    margin-bottom: 40px;
}
.eduction_title_content h1 {
    font-size: 26px;
    text-transform: capitalize;
}
.themex_table th {
    text-align: center;
	background: #1a7dd7;
	color: #fff;
}
.themex_table tr td {
    text-align: center;
}




.single_eduction{
	border:1px solid #ddd;
}
.single_eduction_title{}
.single_eduction_inner{}
.single_eduction_item {
    margin-top: -11px;
}
.single_eduction_item h2 {
    font-size: 13px;
    background: #1a7dd7;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}
.single_eduction_text{}
.single_eduction_text ul {
    list-style: none;
}
.single_eduction_text ul li {
    border-bottom: 1px solid #ddd;
    height: 50px;
    text-align: center;
    line-height: 44px;
}
.single_eduction_text ul li a {
    font-weight: 300;
}
.single_eduction_text ul li:last-child{
	border-bottom: none;	
}

.single_eduction:nth-child(1){
	border-right: none;
}

.row.bg .col-md-2{
	padding:0;
}


.eduction_table_title_content{
	margin:50px 0 50px;
}
.eduction_table_title_content h2 {
    font-size: 26px;
    text-transform: capitalize;
}
.single_teacher_table_inner tr{
	background: #1a7dd7;
}

/*===================
START THEMEXP TAB AREA 
======================*/

.themexp_tab_area {
    background: #fff;
    overflow: hidden;
    padding: 90px 0 30px;
}

/* ac css */
.panel-title{} 
.panel-title a{}  
.panel-heading1 a i{
	background: #333;
    color: #fff;
    border-radius: 50%;
    height: 28px;
    width: 28px;
    line-height: 28px;
    font-size: 14px;
    text-align: center;
    margin-right: 5px;
}  
.panel-heading1{
    padding: 11px 15px;
    border: 1px solid #ddd;
    border-radius: 30px;
    transition: .5s;	
}
.panel-heading1:hover .panel-title a{
	color: #fff;	
}
.panel-default:hover .panel-heading1 a i{
	color: #333;
	background: #fff;
}
.panel-heading1:hover{
	background: #1a7dd7;
}
.panel-default:hover .panel-heading1::before{
	color: #fff;
}
.panel-body{}
.panel-body ul{
	padding-left: 15px;
}
.panel-body ul li{
	
}
.panel-heading1.active{
    background: #1a7dd7;
    border-radius: 30px;
}
.panel-heading1{
	position:relative;
}
.panel-heading1::before {
    position: absolute;
    content: "+";
    color: #aaa;
    right: 15px;
    transform: translateY(-50%);
    top: 50%;
}
.panel-heading1.active{
	position:relative;
}
.panel-heading1.active::before {
    position: absolute;
    content: "-";
    color: #fff;
    right: 15px;
    transform: translateY(-50%);
    top: 50%;
}
.panel-heading1.active a {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
}
.panel-heading1 a {
    display:block;
}
.panel-heading1.active a i{
	background:#fff;
	color:#333;
}
.panel-group .panel {
    margin-bottom: 30px;
    border-radius: 30px;
}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border:none;
    border-radius: 0px;
    -webkit-box-shadow:none;
    box-shadow:none;
}
.home-2.themexp_tab_area {
    background: #f7fbff;
    overflow: hidden;
    padding: 110px 0 0px;
}
.home-3.themexp_tab_area {
    padding: 110px 0 0;
}
.about-1.themexp_tab_area {
    background: #fff;
    overflow: hidden;
    padding: 110px 0 0px;
}
/*===================
END THEMEXP TAB AREA 
======================*/
/*===================
START COUNTER AREA CSS
=====================*/

.themexp_counter_area {
    padding: 35px 0 77px;
}
.single_counter {
    margin-bottom: 30px;
}
.countr_text {
    text-align: center;
}
.counter_icon {
    margin-top: 7px;
}
.countr_text > h1 {
	  color: #1a7dd7;
    display: inline-block;
    font-family: poppins;
    font-size: 50px;
    font-weight: 600;
    -webkit-transition: .3s;    margin: 0;
    transition: .3s;
}
.countr_text > h2 {
    color: #666;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}
.countr_text span{
	font-size: 45px;
    color: #1a7dd7;
    font-weight: 700;
}

.home-2.themexp_counter_area {
    padding: 65px 0 75px;
    background: #f7fbff;
}
.home-3.themexp_counter_area {
    padding: 65px 0 75px;
}
.about-1.themexp_counter_area {
	padding: 65px 0 75px;
}
.about-1.themexp_pricing_area {
	padding-bottom:80px;
}
.about-1 .pricing_content h1 {
    font-size: 36px;
    text-transform: capitalize;
    margin-bottom: 0px;
}


/*===================
END COUNTER AREA CSS
=====================*/
/*=======================
 START THEMEXP VIDEO AREA
========================= */
.single-video {
    position: relative;
    text-align: center;
}
.single-video:before {
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.em-video-image img{
    display: block;
    width: 100%;
}
.video-icon {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.video-icon a {
    text-align: center;
    display: inline-block;
}
.video-icon a i {
    color: #fff;
    border: 5px solid #6eabe3;
    width: 80px;
    height: 80px;
    line-height: 70px;
    font-size: 30px;
    border-radius: 50%;
    background: #1a7dd7;
}

/*=======================
END THEMEXP VIDEO AREA
========================= */

/*=============================
START THEMEXP TESTIMONIRAL AREA
=============================== */

.themexp_testimoniral_area {
	padding: 90px 0 82px;
}
.testimoniral_title{}
.testimoniral_title_inner{
	text-align:center;
}
.testimoniral_title_content{}
.testimoniral_title_content h2{
	font-size:36px;
	text-transform:capitalize;
}
.testimoniral_thumb{
    margin: 2px 0 8px;
}
.testimoniral_thumb img{}
.testimoniral_title_text {
	margin-bottom: 50px;
}
.testimoniral_title_text p {
	width: 63%;
	margin: auto;
	font-size: 16px;
	font-weight: 300;
}
.single_testimoniral {
	box-shadow: 0px 0px 0px 2px #ddd;
	position: relative;
	padding: 75px 0 25px;
	margin: 60px 0 30px;
}
.single_testimoniral_inner {
    text-align: center;
}
.single_testimoniral_thumb {
    position: absolute;
    top: -22%;
    left: 0%;
    bottom: 0%;
    right: 0%;
}
.single_testimoniral_thumb img{}
.single_testimoniral_content{}
.single_testimoniral_content p {
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 20px;
}
.single_testimoniral_content h2 {
    font-size: 18px;
    font-weight: 500;
	margin-bottom:5px;
    text-transform: capitalize;
}
.single_testimoniral_content h2 span {
    font-size: 14px;
}
.testimoniral_social_icon{}
.testimoniral_social_icon a i{
	color:#1a7dd7;
}

/*=============================
END THEMEXP TESTIMONIRAL AREA
=============================== */
/*=============================
START THEMEXP CONTACT AREA
=============================== */

.themexp_contact_area {
	padding: 108px 0 0px;
}
.themexp_contact_form {
    border: 1px solid #ddd;
    padding: 30px 100px 60px;
}
.contact_form_content{}
.contact_form_content h2{
	font-size:36px;
	text-transform:capitalize;
	margin-bottom: 15px;
}
.form_filed{
	overflow: hidden;
    width: 100%;
}
.form_filed_inner {
    width: 47.5%;
    float: left;
    margin-bottom: 35px;
}
.form_filed_inner:nth-child(odd){
	margin-right:2.5%;
}
.form_filed_inner:nth-child(even){
	margin-left:2.5%;
}
.form_filed_inner input {
    height: 80px;
    width: 100%;
    border: 0px solid #dddd;
    color: #333;
    font-size: 14px;
    font-weight: 300;
    padding-left: 10px;
    outline: none;
    transition: .5s;
    border-bottom: 1px solid #ddd;
    font-family: 'Poppins', sans-serif;
}
.form_filed_comment{}
.form_filed_comment_inner{}
.form_filed_comment_inner textarea {
    font-size: 14px;
    font-weight: 300;
    border: 0px solid #ddd;
    color: #333;
    width: 100%;
    padding-left: 15px;
    text-transform: capitalize;
    margin-top: 25px;
    height: 55px;
    outline: none;
    border-bottom: 1px solid #ddd;
}
.form_batton {
    margin-top: 73px;
}
.form_batton a {
    text-transform: capitalize;
    background: #333;
    padding: 11px 35px;
    border-radius: 30px;
    border: 1px solid transparent;
    transition: .5s;
    color: #fff;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
}
.form_batton a:hover {
    background: #1a7dd7;
    color: #fff;
}
.single_contacts_form {
    border: 1px solid #ddd;
    overflow: hidden;
    padding: 29px 34px 24px;
    margin-left: -31px;
}
.single_contact {
    position: relative;
    border-bottom: 1px solid #ddd;
    height: 62px;
    width: 140%;
    margin-bottom: 30px;
}

.single_contact:last-child {
	border-bottom: none;
}

.single_contact_content{}
.single_contact_content h2 {
    text-transform: capitalize;
    font-size: 36px;
}
.single_contact_content p {
    margin: 35px 0 80px;
}
.contact_icon {
    float: left;
    margin-right: 10px;
    margin-top: -5px;
}
.contact-2 .contact_icon {
    margin-top: -8px;
}
.contact_icon i {
    font-size: 32px;
    color: #333;
	transition: .5s;
}
.contact_icon i:hover{
	color: #1a7dd7;
}
.contact_text{}
.contact_text p {
    font-weight: 300;
}
.contact-1.themexp_contact_area {
    padding: 110px 0 0px;
}
.contact-2 .themexp_contact_form {
    border: none;
	padding: 30px 95px 60px 0px
}
.contact-2 .single_contacts_form {
    border: none;
}
.contact-2 .single_contact:before {
    height: 0px;
}
.contact-2 .contact_icon i {
    font-size: 20px;
    color: #fff;
    background: #1a7dd7;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    line-height: 40px;
    text-align: center;
}
.contact-2 .single_contact_content p {
    width: 100%;
}
.contact-2.themexp_contact_area {
	padding: 60px 0 60px;
}
/*=========================
END THEMEXP CONTACT AREA
=========================== */
/*=========================
START THEMEXP BRAND AREA
=========================== */
.themexp_brand_area {
    padding: 110px 0 80px;
}
.single_brand {
    margin-bottom: 30px;
}
.single_brand_inner{}
.single_brand_thumb{
	transform: scale(1);
    transition: .5s;
}
.single_brand_thumb img{
	width: 100%;
    transition:.5s;
	transform:scale(1);	
}
.single_brand:hover .single_brand_thumb img{
	transform: scale(1.1);
}


/*=====================
END THEMEXP BRAND AREA
=========================*/
/*=====================
START BLOG AREA CSS
=========================*/

.themexp_blog_area {
    padding: 90px 0 100px;
    background: #f7fbff;
}
.single_blog{}
.single_blog_inner{}
.single_blog_thumb{
	position:relative;
}
.single_blog_thumb img{}
.single_blog_post_meta {
    position: absolute;
    top: 3%;
    left: 9%;
}
.single_blog_post_meta span {
    font-size: 14px;
    font-weight: 500;
    background: #333;
    color: #fff;
	transition:.5s;
    padding: 5px 18px;
    text-align: center;
	text-transform:uppercase;
}
.single_blog_content{}
.single_blog_content h2{
	text-transform: capitalize;
    margin: 25px 0 20px;
}
.single_blog_content h2 a{
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
	color: #333;
	font-family:Raleway;
}
.single_blog_content p {
    line-height: 24px;
    font-weight: 300;
}
.single_blog_button {
    margin: 35px 0 10px;
}
.single_blog_button a {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    text-transform: capitalize;
    text-align: center;
    padding: 6px 20px;
    transition: .5s;
    color: #333;
    text-transform: uppercase;
    border: 1px solid #ddd;
    border-radius: 30px;
}
.single_blog:hover .single_blog_post_meta span{
	background:#1a7dd7;
	color:#fff;
}
.single_blog:hover .single_blog_button a{
	background:#1a7dd7;
	color:#fff;
} 

.home-2.themexp_blog_area {
    padding: 100px 0 100px;
    background: #fff;
}
.home-3.themexp_blog_area {
    padding: 100px 0 102px;
    background: #f7fbff;
}
.home-2 .blog_title_thumb {
    margin: 3px 0 7px;
}
.home-2 .blog_title_content {
    margin-bottom: 0;
}
.home-2 .blog_title_content h2 {
    margin-bottom: 0;
}
.home-2 .blog_title_text {
    margin-bottom: 60px;
}
.home-2 .blog_title_text p {
    width: 63%;
    margin: auto;
    font-size: 16px;
    font-weight: 300;
}
.home-2 .single_blog_post_meta strong{
    font-size: 14px;
    font-weight: 500;
    background: #333;
    color: #fff;
	transition:.5s;
    padding: 5px 18px;
    text-align: center;
	text-transform:capitalize;
	opacity:0;
	margin-left: -120px;
}
.home-2 .single_blog:hover .single_blog_post_meta strong{
	background:#1a7dd7;
	color:#fff;
	opacity:1;
}
.blog-grid .single_blog_post_meta span {
opacity:0;
}
.blog-grid .single_blog:hover .single_blog_post_meta span{
	opacity:1;
}
.blog-grid .single_blog {
    margin-bottom: 65px;
}
.blog-grid.themexp_blog_area {
    padding: 110px 0 108px;
    background: none;
}
.blog-2columns .single_blog_content h2 {
    font-size: 20px;
    margin: 25px 0 13px;
    font-weight: 700;
}
.blog-2columns .post_meta a {
    padding-right: 20px;
}
.blog-2columns .post_meta a i{
    font-size: 13px;
	margin-right: 10px;
	color:#666666;
}
.blog-2columns .post_meta {
    margin-bottom: 15px;
}
.blog-2columns .single_blog_button a {
    text-transform: uppercase;
    font-weight: 500;
    padding: 10px 36px;
    transition: .5s;
    background: #333;
    color: #fff;
}
.blog-2columns .single_blog_content-bg {
	border:1px solid #ddd;
	padding-left:15px;
}
.blog-2columns .single_blog_button {
    margin: 25px 0 40px;
}
.blog-2columns .single_blog{
    margin-bottom: 30px;
}
.blog-2columns .single_blog_content p{
	color:#666;
    width: 95%;
}
.blog-2columns.themexp_blog_area {
    padding: 110px 0 110px;
    background: none;
}
.blog-masonry .single_blog_content h2 a{
    font-size: 20px;
}
.blog-masonry .post_meta a {
    padding-right: 20px;
}
.blog-masonry .post_meta a i{
    font-size: 13px;
	margin-right: 10px;
	color:#666666;
}
.blog-masonry .post_meta {
    margin-bottom: 15px;
}
.blog-masonry .single_blog_button a {
    text-transform: uppercase;
    font-weight: 500;
    padding: 10px 36px;
    transition: .5s;
    background: #333;
    color: #fff;
}
.blog-masonry .single_blog_content-bg {
	border:1px solid #ddd;
	padding-left:15px;
}
.blog-masonry .single_blog_button {
    margin: 25px 0 40px;
}
.blog-masonry .single_blog{
    margin-bottom: 30px;
}
.blog-masonry .single_blog_content p{
	color:#666;
    width: 95%;
}
.blog-masonry.themexp_blog_area {
    padding: 110px 0 110px;
    background: none;
}

.blog-2columns-left .single_blog_content h2 a{
    font-size: 20px;
}
.blog-2columns-left .post_meta a {
    padding-right: 20px;
}
.blog-2columns-left .post_meta a i{
    font-size: 13px;
	margin-right: 10px;
	color:#666666;
}
.blog-2columns-left .post_meta {
    margin-bottom: 15px;
}
.blog-2columns-left .single_blog_button a {
    text-transform: uppercase;
    font-weight: 500;
    padding: 10px 36px;
    transition: .5s;
    background: #333;
    color: #fff;
}
.blog-2columns-left .single_blog_content-bg {
	border:1px solid #ddd;
	padding-left:15px;
}
.blog-2columns-left .single_blog_button {
    margin: 25px 0 40px;
}
.blog-2columns-left .single_blog{
    margin-bottom: 30px;
}
.blog-2columns-left .single_blog_content p{
	color:#666;
    width: 95%;
}
.blog-2columns-left.themexp_blog_area {
	padding: 110px 0 110px;
	background: none;
}
.blog-2columns-right .single_blog_content h2 a{
    font-size: 20px;
}
.blog-2columns-right .post_meta a {
    padding-right: 20px;
}
.blog-2columns-right .post_meta a i{
    font-size: 13px;
	margin-right: 10px;
	color:#666666;
}
.blog-2columns-right .post_meta {
    margin-bottom: 15px;
}
.blog-2columns-right .single_blog_button a {
    text-transform: uppercase;
    font-weight: 500;
    padding: 10px 36px;
    transition: .5s;
    background: #333;
    color: #fff;
}
.blog-2columns-right .single_blog_content-bg {
	border:1px solid #ddd;
	padding-left:15px;
}
.blog-2columns-right .single_blog_button {
    margin: 25px 0 40px;
}
.blog-2columns-right .single_blog{
    margin-bottom: 30px;
}
.blog-2columns-right .single_blog_content p{
	color:#666;
    width: 95%;
}
.blog-2columns-right.themexp_blog_area {
    padding: 110px 0 110px;
    background: none;
}
.blog-details-right .post_meta-bg {
    padding: 15px 0px;
}
.blog-details-right .post_meta-bg {
    border: 1px solid #ddd;
    padding: 15px 0px;
	margin: 30px 0 25px;
}
.blog-details-right .post_meta-bg a{
    border-right: 1px solid #ddd;
    padding: 13px 20px 13px 20px;
    font-size: 16px;	
}
.blog-details-right .post_meta-bg a i{
    font-size: 16px;
	margin-right: 10px;
	color:#666666;	
}
.blog-details-right .post_meta-bg a:last-child{
	border-right: none;
}
.blog-details-right .post_meta a {
    border-right: 1px solid #ddd;
    padding: 13px 20px 13px 20px;
    font-size: 16px;
}
.blog-details-right .post_meta a i{
    font-size: 16px;
	margin-right: 10px;
	color:#666666;
}
.blog-details-right .post_meta a:nth-child(2) {
    padding-right: 55px;
}
.blog-details-right .post_meta a:last-child{
	border-right:none;
}
.blog-details-right.themexp_blog_area {
    padding: 110px 0 75px;
    background: #f7fbff;
}
/*==================
END BLOG AREA CSS
====================*/

/* LEFT RIGHT CSS */

.em40_header_area_main {} .em40_header_area_main.hdisplay_none {
    display: none;
}
.themexp-header-top {
    background: #1a7dd7;
    padding: 12px 0;
}
.top-address p {
    margin-bottom: 0;
}
.top-address p span,
.top-address p a {
    margin-right: 20px;
}
.top-address p span i,
.top-address p a i {
    font-size: 16px;
    color: #fff;
    margin-right: 10px;
}
.top-address p a {
    display: inline-block;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
/* TOP RIGHT CSS */

.top-right-menu ul.social-icons {
    margin: 0;
    padding: 0;
}
.top-right-menu ul.social-icons li {
    display: inline-block;
    margin-left: 15px;
    position: relative;
}
.top-right-menu ul.social-icons li a {
    display: inline-block;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.5s ease-in-out;
    font-size: 15px;
	color: #ffff;
}
.top-right-menu ul.social-icons li a span {
    border: 1px solid #fff;
    padding: 2px 16px;
    font-size: 12px;
    font-weight: 500;
	color:#fff;
    text-transform: uppercase;
    margin-left: -8px;
	transition: .5s;
}
.top-address p a,
.top-right-menu ul
.social-icons li a, 
.top-address p span {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
	transition:.8s;
}
.top-right-menu .social-icons li a span:hover{
	background:#333;
	color:#fff;
	border-color:#333;
}
.top-right-menu .social-icons li a i:hover {
    color: #333;
}
.top-both-p0 .top-address p a,
.top-both-p0 .top-address p span {
    margin-right: 0px;
    margin-left: 12px;
}
/* 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;
    transition: .5s;
    text-align: left;
    background: #fff;
    z-index: 1;
}
.top-right-menu ul.social-icons li:hover .sub-menu {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
}
.top-right-menu ul .sub-menu li {
    padding: 5px 0px 0px 5px;
}
.top-right-menu ul .sub-menu li a {
    font-size: 12px;
}
.top-right-menu ul .sub-menu ul {
    display: none;
}
.top-welcome p {
    padding: 0px;
    margin: 0px;
}
.top-address.em-login a {
    margin-right: 10px;
}
.top-address.em-login a + a {
    margin-right: 0;
}
.top-address.em-login p a i,
.top-address.em-login p a i {
    margin-right: 5px;
}
.top-address.em-login a + a:before {
    content: "|";
    margin-right: 12px;
}
.txtc {
    text-align: center;
}
.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
/* top opening */

.top-address.menu_18 span {
    background: #fff;
    padding: 8px 15px 9px;
    display: inline-block;
    color: #333;
}
.top-right-menu ul.social-icons.menu_18,
.top-right-menu ul.social-icons.menu_19 {
    padding: 7px 0;
}
.em-login.menu_18,
.em-quearys-top.menu_19 {
    padding: 7px 0;
}
/* top quearys */

/* address left right icon */

.top-right-menu.litop {
    float: left;
}
/* mobile logo   */

.mobile_menu_logo.text-center {
    padding: 20px 0;
}
/*=====================
END themexp HEADING TOP AREA CSS
=========================*/
/*========================
EM CREATIVE HEADER
=========================*/

.em_creative_header {
    background: #f9f9f9 none repeat scroll 0 0;
    padding: 28px 0;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.em_creative_header:before {
    background: #eb1b2b none repeat scroll 0 0;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    width: 25%;
    height: 100%;
    z-index: -1;
    position: absolute;
}
.em_creative_header:after {
    background: #eb1b2b none repeat scroll 0 0;
    content: "";
    left: 18%;
    top: 0;
    bottom: 0;
    width: 15%;
    height: 100%;
    position: absolute;
    border: ;
    -webkit-transform: rotate(-121deg);
            transform: rotate(-121deg);
    z-index: -1;
}
.single_header_address {} .creative_logo_thumb {
    z-index: 9;
    text-align: right;
}
.creative_header_icon {
    float: left;
    margin-right: 10px;
    overflow: hidden;
}
.creative_header_icon i {
    color: #eb1b2b;
    font-size: 28px;
    margin-top: 5px;
}
.creative_header_address {
    overflow: hidden;
    padding-left: 80px;
}
.creative_header_address_text > h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    padding: 0;
}
.creative_header_address_text > p {
    margin: 0;
}
.creative_logo_thumb {
    z-index: 9;
}
.creative_header_button {
    padding-left: 50px;
    position: relative;
    margin-top: 5px;
}
.creative_header_button:before {
    content: "";
    position: absolute;
    background: #eb1b2b;
    width: 1px;
    height: 74px;
    left: 10px;
    top: -21px;
}
.creative_header_button .dtbtn {
    background: #eb1b2b none repeat scroll 0 0;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    font-family: raleway;
    font-size: 14px;
    font-weight: 600;
    margin-left: 0;
    padding: 6px 26px;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.creative_header_button > a:hover {
    background: #eb1b2b none repeat scroll 0 0;
}
.em_slider_social {
    position: fixed;
    right: 15px;
    text-align: center;
    top: 50%;
    z-index: 9999;
}
.em_slider_social li {
    display: block;
    list-style: outside none none;
    text-decoration: none;
}
.em_slider_social a {
    background: #eb1b2b none repeat scroll 0 0;
    border: 1px solid #eb1b2b;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    height: 35px;
    line-height: 35px;
    margin-bottom: 10px;
    width: 35px;
}
.em_slider_social a:hover {
    background: #eb1b2b;
    color: #fff;
    border-color: #eb1b2b;
}
.no-logo-sr .creative_search_icon {
    position: absolute;
    right: 19%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 999;
}
.no-logo-sr .em-quearys-top.msin-menu-search .em-quearys-inner {
    top: 70px;
}
.no-logo-sr .astute_menu ul {
    text-align: center;
}
.no-logo-sr .astute_menu ul li {
    text-align: left;
}

/*=======================
themexp HEADING NAV AREA CSS
========================*/

.mean-container .mean-bar {
    padding: 0;
}
.mean-container .mean-nav {
    background: #1a7dd7;
    float: none;
}
.main_menu_div {
    position: relative;
}
.themexp_nav_area {
    background: #fff none repeat scroll 0 0;
}
.home-2.themexp_nav_area {
    background: #fff none repeat scroll 0 0;
	padding: 0px 0 18px;
}
/* LOGO CSS */

.logo a {
    font-size: 23px;
    font-weight: 700;
    display: inline-block;
    margin-top: 30px;
}
.themexp_menu {}
/* MENU CSS */

.themexp_menu ul.em-header-quearys {
    text-align: center;
    margin-top: 30px;
    margin-right: 15px;
}
.themexp_menu > ul > li {
    display: inline-block;
    position: relative;
}
.themexp_menu > ul > li > a {
    display: block;
    margin: 38px 15px 38px;
    -webkit-transition: .5s;
    transition: .5s;
    position: relative;
    color: #333;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    font-family: 'Raleway', sans-serif;
}
.themexp_menu > ul > li > a::before, .themexp_menu > ul > li.current > a::before {
  background: #ffb600 none repeat scroll 0 0;
  bottom: -7px;
  content: "";
  height: 2px;
  left: 0;
  margin: auto;
  opacity: 0;
  position: absolute;
  right: 0;
  transition: all 0.5s ease 0s;
  width: 15%;
  display:none;
} 

.themexp_menu > ul > li.children::after {
    margin-left: 5px;
    content: "\f107";
    font-family: FontAwesome;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    font-size: 13px;
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.heading_style_2 .themexp_menu > ul > li > a {
    color: #fff;
}
.heading_style_3 .themexp_menu > ul > li > a {
    color: #fff;
}
.heading_style_4 .themexp_menu > ul > li > a {
    color: #fff;
}
.heading_style_5 .themexp_menu > ul > li > a {
    color: #fff;
}
.themexp_menu ul li:last-child a {
	margin-right: 15px;
}
.themexp_menu > ul > li.current > a,
.themexp_menu > ul > li:hover > a,
.creative_header_menu > ul > li:hover > a {
    color: #1a7dd7;
    background-color: transparent;
}
.themexp_menu > ul > li:hover > a:before,
.themexp_menu > ul > li.current > a:before {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
/* transparent 2 */

.trp_nav_area {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9999;
    background-color: transparent;
    padding: 25px 0;
    -webkit-transition: .5s;
    transition: .5s;
}
.hbg2 {
    background: rgba(0, 0, 0, .7);
    padding: 0 0 10px;
}
/* stycky nav js */

.transprent-menu.menu4 {
    position: relative;
}
.transprent-menu .themexp_nav_area {
    left: 0;
    right: 0;
    top: 0;
    z-index: 9999;
    background-color: transparent;
    padding: 0;
    -webkit-transition: .5s;
    transition: .5s;
    position: absolute;
}
.themexp_nav_area.postfix {
    -webkit-transition: .3s;
    transition: .3s;
}
.themexp_nav_area.prefix,
.hbg2 {
	background-color: rgba(0,0,0,0.79);
    -webkit-transition: .3s;
    transition: .3s;
} 
.themexp_nav_area.prefix .themexp_menu > ul > li > a {
	color: #fff;
    -webkit-transition: .3s;
    transition: .3s;
}
.themexp_nav_area.prefix .em-top-quearys-area > ul > li > i{
	color: #fff;
    -webkit-transition: .3s;
    transition: .3s;
}
.themexp_nav_area.prefix .themexp_menu > ul > li.current > a {
    color: #eb1b2b;
}
/* LOGO LEFT RIGHT CSS */

.logo-left {} .logo-right .logo {
    text-align: right;
}
.logo-right .themexp_menu > ul {
    text-align: left;
}
.logo-right .themexp_menu > ul > li:first-child a {
    padding-left: 0px;
}
.logo-right .themexp_menu > ul > li:last-child a {
    padding-right: auto;
}
/* logo top */

.logo-top .logo {
    text-align: center;
}
.logo-top .themexp_menu > ul {
    text-align: center;
}
.logo-top > .themexp_menu > ul > li:last-child a {
    padding-right: auto;
}
/* sub menu style */

.themexp_menu ul .sub-menu {
    position: absolute;
    left: 0;
    top: 130%;
    width: 197px;
    text-align: left;
    background: #000;
    margin: 0;
    padding: 15px 0;
    z-index: 9999;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    -webkit-transition: .5s;
    transition: .5s;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
	list-style: none;
}
.themexp_menu ul li:hover > .sub-menu {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    top: 100%;
    z-index: 9;
}
.themexp_menu ul .sub-menu li {
    position: relative;
}
.themexp_menu ul .sub-menu li a {
    display: block;
    padding: 12px 20px;
    margin: 0;
    line-height: 1.3;
    letter-spacing: normal;
    font-size: 12px;
    color: #c9c9c9;
    font-weight: 500;
    text-transform: uppercase;
    -webkit-transition: .1s;
    transition: .1s;
    visibility: inherit !important;
}
.themexp_menu ul .sub-menu li:hover > a,
.themexp_menu ul .sub-menu .sub-menu li:hover > a,
.themexp_menu ul .sub-menu .sub-menu .sub-menu li:hover > a,
.themexp_menu ul .sub-menu .sub-menu .sub-menu .sub-menu li:hover > a {
    background: rgba(255, 255, 255, .06);
    color: #1a7dd7;
}
/* sub menu 2 */

.themexp_menu ul .sub-menu .sub-menu {
    left: 100%;
    top: 130%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
}
.themexp_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 */

.themexp_menu ul .sub-menu .sub-menu li {
    position: relative;
}
.themexp_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;
}
.themexp_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 */

.themexp_menu ul .sub-menu .sub-menu .sub-menu li {
    position: relative;
}
.themexp_menu ul .sub-menu .sub-menu .sub-menu .sub-menu {} .themexp_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 .astute_nav_area.prefix {
    top: 32px;
}
.logged-in .trp_nav_area.hbg2 {
    top: 32px;
}

/* has menu icon */

.themexp-main-menu .menu-item-has-children > a:after {
    margin-left: 5px;
    content: "\f107";
    font-family: FontAwesome;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    font-size: 13px;
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
.themexp-main-menu .menu-item-has-children .menu-item-has-children> a:after {
    margin-left: 8px;
    content: "\f105";
}
/* menu button */

.donate-btn-header {
    display: inline-block;
}
a.dtbtn {
    border: none;
    display: block;
    font-size: 14px;
    margin-left: 30px;
    font-weight: 500;
    text-transform: uppercase;
    background-color: #eb1b2b;
    border-radius: 50px;
    color: #fff;
    padding: 10px 30px;
    font-family: 'Montserrat', sans-serif;
}
a.dtbtn:hover {
    background-color: #eb1b2b;
}
.redX {
    color: #eb1b2b;
}
/* logo sticky */

.themexp-main-menu .logo a.main_sticky_main_l {
    display: block;
}
.themexp-main-menu .logo a.main_sticky_l {
    display: none;
}
/* logo pre */

.themexp-main-menu .prefix .logo a.main_sticky_main_l {
    display: none;
}
.themexp-main-menu .prefix .logo a.main_sticky_l {
    display: block;
}
.headroom--pinned {
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
.headroom--unpinned {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
}
.header--fixed {
    position: fixed;
    z-index: 10;
    right: 0;
    left: 0;
    top: 0;
    -webkit-transition: -webkit-transform .25s ease-in-out;
    transition: -webkit-transform .25s ease-in-out;
    transition: transform .25s ease-in-out;
    transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out;
    will-change: transform;
}
.menu-height-space {
    height: 100px;
}

/* sticky logo */
.creative_logo_thumb a.main_sticky_l {
    display: none;
}
.creative_logo_thumb .logo a {
    margin-top: 0;
}



/*=======================
END themexp HEADING NAV AREA CSS
========================*/

/*========================
themexp BLOG DETAILS AREA CSS
=========================*/

.themexp-single-blog-details {} .themexp-single-blog--thumb {} .themexp-single-blog--thumb a {} .themexp-single-blog--thumb img {} .themexp-single-blog--thumb {
    padding-bottom: 20px;
}
.themexp-single-blog-title h2 {
    font-size: 26px;
    padding: 0;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 8px;
    text-transform: capitalize;
    color: #333;
}
.themexp-single-blog-details .themexp-blog-meta {
    padding: 0px;
    margin: 0px;
}
.themexp-single-blog-details .themexp-blog-meta-right,
.themexp-single-blog-details .themexp-blog-meta-left {
    padding: 0px 0 10px 0;
}
.themexp-blog-social {
    margin-bottom: 25px;
    margin-top: 25px;
}
.themexp-single-icon-inner {
    text-align: center;
}
.themexp-single-icon-inner a {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #eb1b2b;
    border-radius: 50%;
    color: #eb1b2b;
    display: inline-block;
    font-size: 18px;
    height: 40px;
    line-height: 38px;
    margin: 0 5px;
    text-align: center;
    width: 40px;
}
.themexp-single-icon-inner a:hover {
    background: #eb1b2b;
    border-color: #eb1b2b;
    color: #fff;
}
.themexp-single-icon-inner a i {} .single-blog-content ul {
    padding-bottom: 10px;
}
/*========================
themexp COMMENT AREA CSS
=========================*/
/* POST REPLY CSS */

.post_comment {
    border: 1px solid #f1f1f1;
    margin: 20px 0;
    padding: 0 15px;
}
.comment_inner {} .commment_title {} .commment_title h3 {
    color: #333;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
    position: relative;
    text-transform: capitalize;
}
.commment_title h3:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -9px;
    width: 40px;
    height: 2px;
    background: #eb1b2b;
}
.commment_title p {} .post_replay {} .post_replay_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 12px;
word-break: break-all;	
}
.mgl-30 {
    margin-left: 30px;
}
.post_reply_thumb {} .post_reply_thumb img {
    border-radius: 50%;
}
.post_replay {
    margin-top: 25px;
}
.post_reply {
    padding-left: 15px;
    width: 100%;
}
.post_reply div.st {
    font-size: 18px;
    font-weight: 400;
}
.post_reply div.st a {
    color: #333;
}
.reply_date {
    overflow: hidden;
    margin-bottom: 5px;
}
.reply_date span.span_left {
    float: left;
    font-size: 13px;
}
.reply_date span.span_right {
    float: right;
    color: #5986f2;
    font-size: 12px;
    font-weight: 400;
}
.post_reply p {} .comments-area .children {
    margin-left: 30px;
}
.post_comment .post_comment {
    margin-left: 15px;
}
/* COMMENT FORM CSS */

.comment_field {} .comment_field .input-field {
    width: 33.33%;
    float: left;
}
.comment_field .input-field label,
.comment_field .textarea-field label {
    color: #606060;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 0;
    font-weight: 500;
}
.comment_field .textarea-field label {
    margin-top: 30px;
}
.comment_field .input-field input {
    width: 100%;
    border: 1px solid #e5e5e5;
    padding: 0 10px;
    height: 42px;
    font-size: 12px;
}
.comment_field .input-field input[type="text"] {} .comment_field .input-field input[type="email"] {} .comment_field .textarea-field textarea {
    width: 100%;
    border: 1px solid #e5e5e5;
    height: 120px;
    padding: 10px;
}
.comment_field .input-field input,
.comment_field .textarea-field textarea {
    color: #555555;
}
.astute_btn {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #ddd;
    color: #444;
    margin-top: 30px;
    padding: 8px 20px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.astute_btn:hover {
    border-color: #eb1b2b;
    background: #eb1b2b;
    color: #fff;
}
.em-theme-main-page .commment_title h3 {
    margin-top: 0px;
}
.em-theme-main-page .empgc {
    margin-top: 40px;
}
.em-theme-main-page .empgc.commment_title h3 {
    margin-bottom: 35px;
}
.em-single-page-comment .commment_title.empgc > h3 {
    margin-bottom: 35px;
}
.logged-in-as {
    margin-bottom: 0;
    margin-top: 30px;
}
.logged-in-as a {
    color: #333;
}
.comment-respond {
    border: 1px solid #ddd;
    margin-bottom: 30px;
    padding: 25px 10px 30px;
    background-color: #f1f1f1;
}
a.comment-edit-link {
    margin-bottom: 12px;
    display: inline-block;
}
.em-theme-main-page .comments-area {
    margin-top: 40px;
    clear: both;
}
/*========================
 themexp unittest
=========================*/

.blog-page-title h2 {
    color: #333;
    display: block;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 7px;
    text-transform: capitalize;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.blog-page-title a {
    color: #333;
    display: inline-block;
    font-weight: 600;
}
.blog-page-title h2 a:hover {
    color: #eb1b2b;
}
.em-blog-content-area {
    padding: 20px 15px 25px;
    text-align: left;
}
.single-blog-content iframe {
    margin-top: 20px;
}
.blog-content h1,
.blog-content h2,
.blog-content h3,
.blog-content h4,
.blog-content h5,
.blog-content h6 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 500;
    color: #333;
    font-size: 30px;
}
.post_reply h1,
.post_reply h2,
.post_reply h3,
.post_reply h4,
.post_reply h5,
.post_reply h6 {
    color: #303030;
    font-size: 30px;
    font-weight: 500;
    margin-top: 15px;
    margin-bottom: 15px;
}
.blog-content h2,
.post_reply h2 {
    font-size: 26px;
}
.blog-content h3,
.post_reply h3 {
    font-size: 22px;
}
.blog-content h4,
.post_reply h4 {
    font-size: 20px;
}
.blog-content h5,
.post_reply h5 {
    font-size: 18px;
}
.blog-content h6,
.post_reply h6 {
    font-size: 17px;
}
/* single blog */

.single-blog-content h1,
.single-blog-content h2,
.single-blog-content h3,
.single-blog-content h4,
.single-blog-content h5,
.single-blog-content h6 {
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 30px;
    font-weight: 600;
}
.single-blog-content h2 {
    font-size: 26px;
}
.single-blog-content h3 {
    font-size: 22px;
}
.single-blog-content h4 {
    font-size: 20px;
}
.single-blog-content h5 {
    font-size: 18px;
}
.single-blog-content h6 {
    font-size: 17px;
}
/*========================
 themexp PAGINATION AREA CSS
=========================*/

.paginations {
    text-align: center;
    margin-top: 20px;
}
.paginations a i{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
    display: inline-block;
    font-size: 27px;
	transition:.5s;
    margin: auto 5px;
    background: #333;
    color: #fff;
}
.page-numbers li {
    display: inline-block;
}
.paginations a i:hover{
    background: #1a7dd7;
    color: #fff;
}
.portfolio-1 .paginations {
    text-align: center;
    margin-top: 30px;
}
.portfolio-2 .paginations {
    text-align: center;
    margin-top: 30px;
}
.portfolio-3 .paginations {
    text-align: center;
    margin-top: 60px;
}
.portfolio-4 .paginations {
    text-align: center;
    margin-top: 60px;
}
.blog-grid .paginations {
    text-align: center;
    margin-top: -5px;
}
.blog-2columns .paginations {
    text-align: center;
    margin-top: 30px;
}
.blog-masonry .paginations {
    margin-top: 30px;
}
.blog-2columns-left .paginations {
    margin-top: 30px;
}
/*========================
 END themexp PAGINATION AREA CSS
=========================*/

.kc_counter_box i {
    display: inline-block;
    font-size: 45px;
    margin-bottom: 0;
}
/*========================
 themexp BREADCRUMB AREA CSS
=========================*/

.breadcumb-blog-area {
    padding: 50px 0 65px;
    background-color: #f7f7f7;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}
.breadcumb-inner h2 {
    font-size: 36px;
    color: #464646;
}
.breadcumb-area {
    padding: 100px 0 100px;
    background-color: #f7f7f7;
    background-position: center top;
    background-repeat: no-repeat;
}
.breadcumb-inner ul {} .breadcumb-inner li {
    display: inline-block;
    margin: 0 2px;
    color: #333;
}
.breadcumb-inner li:nth-last-child(-n+1) {
    color: #eb1b2b;
}
.breadcumb-inner li a {
    color: #333;
}
.brpt h2 {
    font-size: 22px;
}
.lcase {
    text-transform: lowercase;
}
.ucase {
    text-transform: uppercase;
}
.ccase {
    text-transform: capitalize;
}
/*========================
 END themexp BREADCRUMB AREA CSS
=========================*/
/*========================
 themexp 404 AREA CSS
=========================*/
.not-found-area {
    background-color: #fff;
    background-position: center top;
    background-repeat: repeat;
    background-size: cover;
    border-top: 1px solid #f5f3f3;
    padding: 0 0 16px;
}
.not-found {
    display: table;
    width: 100%;
    height: 500px;
    text-align: center;
    padding-bottom: 40px;
}
.not-found-inner {
    display: table-cell;
    vertical-align: middle;
}
.not-found-inner {
    font-size: 30px;
}
.not-found-inner h2 {
    color: #f01e4a;
    display: inline-block;
    font-size: 160px;
    font-weight: 700;
    line-height: 1.2;
    padding: 15px 0;
}
.not-found-inner p {
    font-size: 30px;
}
.not-found-inner a {
    color: #606b82;
    font-size: 24px;
    margin-top: 40px;
    display: inline-block;
    text-decoration: underline;
}
/* search error */
.themexp-search-page{
	background:#fff;
}
.search-error .search input {
    padding: 20px 0;
}
.search-error .search input[type="text"] {
    padding-left: 10px;
}
.search-error .search button {
    top: 48%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.search-error > p {
    font-size: 14px;
    margin: 14px 0 19px;
}
.search-error > h3 {
    display: block;
    font-size: 30px;
    color: #333;
}
.search-error .search input {
    height: 54px;
    border: 1px solid #ddd;
}
/*========================
 END themexp 404 AREA CSS
=========================*/

/*========================
themexp 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: #eb1b2b;
    font-weight: 700;
}
/*========================
themexp FOOTER TOP AREA CSS
=========================*/

.footer-top {
    background: #1b1919 none repeat scroll 0 0;
    padding: 100px 0;
}
.footer-top-inner h2 {
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 35px;
    font-weight: 700;
    height: 60px;
    line-height: 60px;
    padding: 0 15px;
    text-transform: uppercase;
}
.footer-top-inner h2 span {
    color: #eb1b2b;
    font-weight: 600;
}
.footer-top-inner p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 26px;
    margin-left: auto;
    margin-right: auto;
    width: 62%;
}
.footer-social-icon {
    padding: 10px 0 20px;
    text-align: center;
}
.footer-social-icon a i {
    background-color: #eb1b2b;
    border-radius: 50px;
    color: #eb1b2b;
    display: inline-block;
    font-size: 18px;
    height: 45px;
    line-height: 45px;
    margin: 0 7px;
    text-align: center;
    width: 45px;
    -webkit-transition: .3s;
    transition: .3s;
}
.footer-social-icon a i:hover {
    background-color: #eb1b2b;
    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: 11px;
    text-align: center;
}
/*========================
END FOOTER TOP AREA CSS
=========================*/
/*========================
themexp FOOTER MIDDLE AREA CSS
=========================*/

.footer-middle {
    background: #1a1a1a none repeat scroll 0 0;
    padding: 78px 0 107px;
}
.footer-middle.wpfd {
    padding: 0;
}
.wpfdp {
    padding-top: 0px;
    padding-bottom: 80px;
}
.footer-middle .widget h2 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 30px;
    margin-top: 28px;
    position: relative;
    font-weight: 500;
    text-transform: uppercase;
}
.footer-middle .widget h2:before {
 
}
.footer-middle table#wp-calendar td,
.footer-middle table#wp-calendar th {
    color: #fff;
}
.footer-middle #archives-dropdown--1 {
    height: 34px;
}
.footer-middle .widget ul li,
.footer-middle .widget ul li a,
.footer-middle .widget ul li:before,
.footer-middle .tagcloud a,
.footer-middle caption,
.footer-middle table,
.footer-middle table td a,
.footer-middle cite,
.footer-middle .rssSummary,
.footer-middle span.rss-date,
.footer-middle span.comment-author-link,
.footer-middle .textwidget p,
.footer-middle .widget .screen-reader-text {
    color: #fff;
}
.footer-middle .widget h2 {} .footer-middle .widget ul li:before {} .footer-middle .tagcloud a {} .footer-middle .widget ul {
    list-style: none;
}
.footer-middle .widget ul li {
    margin-bottom: 10px;
	width: 100%;
}
.footer-middle .widget p {

}
.footer-middle .widget p a {
	color: #fff;
}
.recent_review_content h3{
	margin: -10px 0 10px;;
	
}
.recent_review_content h3 a{
	font-size: 14px;
	color: #fff;
}
.recent_review_content p{
	color: #fff;
}

.post-date i {
    margin-left: 5px;
    float: right;
    font-size: 12px;
    color: #1a7dd7;
	margin-top: 15px;
}
.post-date-bg i {
    margin-left: 5px;
    float: right;
	font-size: 12px;
    color: #1a7dd7;
}
.post-date-em {
    margin-left: 100px;
}
.post-date-em i {
    margin-left: 6px;
    font-size: 10px;
    color: #a3a3a3;
}
.post-date-em i:hover{
    color: #1a7dd7;
}
.footer-middle .widget ul li a,
.footer-middle .widget ul li:before {
    -webkit-transition: .5s;
    transition: .5s;
}
.footer-middle .widget ul li a:hover,
.footer-middle .widget ul li:hover:before {
    color: #1a7dd7;
}
.footer_s_inner{}
.footer_s_thumb{}
.footer_s_thumb img{}
.footer_s_content{}
.footer_s_content h2{}
.footer_s_content p{}
.recent-portfolio-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row;
        flex-flow: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.recent-portfolio {
    margin-bottom: 10px;
    margin-right: 10px;
}
.recent-portfolio {
    width: 29.33%;
}
.recent-portfolio-image img {
    width: 100%;
}
/*========================
END FOOTER middle AREA CSS
=========================*/
/*========================
themexp FOOTER BOTTOM AREA CSS
=========================*/

.footer-bottom {
    background: #101010 none repeat scroll 0 0;
    padding: 26px 0 24px;
}
.copy-right-text p {
    color: #fff;
    font-size: 12px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}
.copy-right-text a{
	color:#1a7dd7;
}
.footer-menu {} .footer-menu ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.footer-menu ul li {
    display: inline-block;
}
.footer-menu ul li a {
    color: #fff;
    padding: 0 10px;
    display: block;
}
.copy-right-text a:hover,
.footer-menu ul li a:hover {
    color: #1a7dd7;
}
.footer-menu ul li:last-child a {
    padding-right: 0px;
}
.footer_style_3 .footer-menu ul li:first-child a {
    padding-left: 0px;
}
.footer-menu ul ul {
    display: none;
}
/*========================
END FOOTER BOTTOM AREA CSS
=========================*/
/*========================
EM40 SCROLL TOP CSS
=========================*/

#scrollUp {
	background: #1a7dd7 none repeat scroll 0 0;
    bottom: 30px;
    color: #fff;
    font-size: 30px;
    height: 40px;
    line-height: 40px;
    right: 30px;
    text-align: center;
    width: 40px;
}
#scrollUp i {
    color: #fff;
}
/*========================
END EM40 SCROLL TOP CSS
=========================*/

.template-home .vc_row {
    margin-left: 0px !important;
    margin-right: 0px !important;
}
::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    
    color: #fff;
    font-size: 16px;
}
::-moz-placeholder {
    /* Firefox 19+ */    
    color: #fff;
    font-size: 16px;
}
:-ms-input-placeholder {
    /* IE 10+ */
    
    color: #fff;
    font-size: 16px;
}
:-moz-placeholder {
    /* Firefox 18- */
    
    color: #fff;
    font-size: 16px;
}
.home-2 ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    
    color: #fff !important;
    font-size: 14px;
    font-weight: 400;
}
.home-2 ::-moz-placeholder {
    /* Firefox 19+ */
    
    color: #fff !important;
    font-size: 14px;
    font-weight: 400;
}
.home-2 :-ms-input-placeholder {
    /* IE 10+ */
    
    color: #fff !important;
    font-size: 14px;
    font-weight: 400;
}
.home-2 :-moz-placeholder {
    /* Firefox 18- */
    
    color: #fff !important;
    font-size: 14px;
    font-weight: 400;
}
.wpb_gallery.wpb_content_element.vc_clearfix {
    margin-bottom: 0;
}
.recent-post-item {
    clear: both;
}
.recent-post-image {
    float: left;
    margin-right: 10px;
}
.recent-post-image a {
    display: block;
    margin-top: 10px;
}
.recent-post-text {
    overflow: hidden;
}
.recent-post-text > h4 {
    margin-bottom: 0;
}
.recent-post-text h4 a {
    color: #333;
    font-size: 14px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.recent-post-text h4 a:hover {
    color: #eb1b2b;
}
.recent-post-text .rcomment {
    color: #333;
    font-size: 14px;
    text-transform: none;
}
.recent-post-text .rcomment i {
    margin-right: 5px;
}
.recent-post-text .rcomment {
    color: #333;
}
.footer-middle .recent-post-text h4 a {
    color: #fff;
    font-weight: 600;
}
.footer-middle .recent-post-text > h4 {
    margin-bottom: 5px;
    font-weight: 500;
	    line-height: 1;
}
.footer-middle .recent-post-text > h4 a:hover {
    color: #eb1b2b;
}
.footer-middle .recent-post-text .rcomment {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
}
.mean-container .mean-bar {
    float: none;
    background: #1a7dd7;
}
.mean-container .mean-nav ul li li a {
    color: #333;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}



.section-title.t_center {
    margin: auto;
    text-align: center;
    width: 63%;
}
.section-title h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.home-2 .section-title h2 {
    text-transform: capitalize;
}
.home-3 .section-title h2 {
    text-transform: capitalize;
}

.section-title h5 {
    font-size: 18px;
    font-weight: 500;
    margin: 0;
}
.section-title p {
	margin-bottom: 47px;
	font-weight: 300;
	font-size: 16px
}
 .em-icon {} .em-icon i {} .em-bar-main {
    margin: 10px 0 13px;
	
	
}
.em-bar {
    background: #eb1b2b none repeat scroll 0 0;
    height: 2px;
    margin: 0 auto 5px;
    width: 62px;
}
.em-bar.em-bar-big {
    width: 80px;
}
.em-image {
    margin: -23px 0 8px;
}
.em-image img {} .section-title.t_left span {
    color: #eb1b2b;
}

/* title 2 style */
.title_in_area {
	width: 74%;
	margin-bottom: 67px;
}
.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: #eb1b2b;
    content: "";
}
.title_in::after {
    position: absolute;
    right: -5px;
    top: 0;
    height: 100%;
    width: 2px;
    background: #eb1b2b;
    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;
}


/*=====================
 END themexp About  CSS
=========================*/

.about_us_area .kc_text_block p {
    margin-bottom: 15px;
}
.about_us_area .kc_text_block p a {
    color: #eb1b2b;
    text-decoration: underline;
}
.about_us_area .kc-title-wrap h2 {
    font-family: "Roboto Condensed", sans-serif;
}
.about_us_area .progress-item span {
    font-family: "Roboto Condensed", sans-serif;
}
/*=====================
 END themexp Purchase  CSS
=========================*/

.purchase_area .kc_text_block p {
    color: rgba(102, 102, 102, 1);
    font-family: montserrat;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 1px;
    text-align: center;
}
.purchase_area .kc-pro-button > a {
    font-family: montserrat;
    letter-spacing: 2px;
}
/*=====================
 END themexp SERVICE  CSS
=========================*/

.em-service {
	padding: 27px 25px 39px;
	text-align: left;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	background: #fff;
	box-shadow: 0px 6px 40px 0px rgba(148,146,245,0.2);
	margin-bottom: 30px;
}
.em-service:hover {
    background: #eb1b2b;
}
.service_top_text {
    display: block;
}
.em-service-icon {
    color: #333;
    font-size: 35px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.em-service-title {
    overflow: hidden;
}
.em-service-title h2 {
    margin: 5px 0 10px;
    font-size: 18px;
    padding: 0;
    font-weight: 600;
    text-transform: capitalize;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.em-service-desc {
    -webkit-transition: .5s;
    transition: .5s;
}
.em-service-desc p{
    font-size: 14px;
}
.service-btn {
    margin-top: 2px;
}
.service-btn > a {
    border-radius: 30px;
    color: #333;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
  text-transform: capitalize;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    border: 1px solid transparent;
}
.service-btna a:hover {
    color: #eb1b2b;
}
.em-service:hover .service-btn > a {
    color: #fff;
}
.em-service:hover .em-service-icon,
.em-service:hover .em-service-title h2,
.em-service:hover .em-service-desc {
    color: #fff;
}

/* style 2 */
.em-service2 {}
.em-service2 .em-service-icon i {
    width: 68px;
    display: inline-block;
    height: 68px;
    line-height: 68px;
    /* box-shadow: 0px 0px 30px rgba(208, 202, 202, 0.3); */
	box-shadow: 0px 0px 30px 0px rgba(148,146,245,0.2);
    text-align: center;
    font-size: 25px;
    border-radius: 50%;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.em-service2 .em-service-inner{
overflow:hidden;
}
.em-service2 .em-service-title h2 {
    margin: 0px 0 10px;
}

.em-service2.sleft {
	text-align:left;
}
.em-service2.sleft .em-service-icon{
float:left;
margin-right:30px;
}
.em-service2.smiddle {}
.em-service2.smiddle .em-service-icon {
    margin-bottom: 20px;
}


.em-service2.sright {
text-align:right;	
}
.em-service2.sright .em-service-icon{
float:right;
margin-left:30px;
}
.em-service-title h2:hover{
	color:#eb1b2b;
}
.em-service2:hover .em-service-icon i{
	color:#fff;
	background:#eb1b2b;
}


/*========================
EM40 TEAM CSS
=========================*/

.em-team {
	text-align:center;
	position: relative;
	transition:.5s;
}
.em-team1 {
	text-align:center;
	position: relative;
	transition:.5s;
}
.em-team-one {
    background-color: #ffffff;
	   position: relative;
    overflow: hidden;
    padding-bottom: 55px;
    border-bottom: 1px solid #f9f9f9;	
}

.em-team1-one {
    background-color: #ffffff;
	   position: relative;
    overflow: hidden;
    padding-bottom: 55px;
    border-bottom: 1px solid #f9f9f9;	
}
/* team image css */
.em-team-content-image {
}
.em-team-content-waraper {
    background-color: #fff;
    bottom: -67px;
    left: 0;
    margin: 0 10px;
    padding: 30px 0;
    position: absolute;
    right: 0;
    transition: all 0.3s ease 0s;
}
.em-team-content-title h2 {
margin-bottom: 5px;
text-transform: uppercase;
transition: all 0.3s ease-in-out 0s;
font-size:17px;
}
.em-team-content-subtitle {
font-size: 14px;
margin-bottom: 0;
text-transform: uppercase;
transition: all 0.3s ease-in-out 0s;
}
.em-team-content-socials a {
  background: #fff none repeat scroll 0 0;
  border-radius: 50%;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  margin: 14px 3px 0;
  text-align: center;
  width: 35px;
  color:#f62459;
}
.em-team-content-socials {
    position: relative;
	transition:.5s;
}
.em-team-content-socials a:hover{
	 background-color: rgba(235, 27, 43, 1);
	color:#fff;
}
.em-team:hover .em-team-content-waraper{
    background-color: rgba(235, 27, 43, 0.8);
 bottom: 0px;
}
.em-team:hover .em-team-content-socials {


}

/* without carousel */

.curosel-style .owl-nav div {
    border:2px solid #333;
    border-radius: 50%;
    color: #333;
    font-size: 19px;
    height: 44px;
    left: -45px;
    line-height: 42px;
    position: absolute;
    top: 50%;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 44px;
    text-align: center;
    z-index: 99;
    -webkit-transform: translateY(-49%);
            transform: translateY(-49%);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.curosel-style2 .owl-nav div {

    color: #333;
    font-size: 45px;
    left: -45px;
    position: absolute;
    top: 50%;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    text-align: center;
    z-index: 99;
    -webkit-transform: translateY(-49%);
            transform: translateY(-49%);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.curosel-style .owl-nav .owl-next {
    left: auto;
    right: -45px;
}
.curosel-style2 .owl-nav .owl-next {
    left: auto;
    right: -45px;
}
.single_gallery.curosel-style .owl-nav div {
    left: 30px;
}
.single_gallery.curosel-style .owl-nav .owl-next {
    right: 30px;
    left: auto;
}
.portfolio_gallery_post.curosel-style .owl-nav div {
    left: -45px;
	margin-top: -15px;
}

.blog_vedio_post.curosel-style2 .owl-nav div {
    left: 45px;
	color: #fff;
	margin-top: -2px;
}
.blog_vedio_post.curosel-style2 .owl-nav .owl-next {
    right: 45px;
    left: auto;
	margin-top: -2px;
}
.portfolio_gallery_post.curosel-style .owl-nav .owl-next {
    right: -45px;
    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: #1a7dd7;
    color: #fff;
	border-color:#1a7dd7;
}
.curosel-style .owl-nav .owl-prev:hover {
    background: #1a7dd7;
    color: #fff;
	border-color:#1a7dd7;
}

.owl-carousel .owl-item img {
    margin: auto;
}
.curosel-style:hover .owl-nav div {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.curosel-style2:hover .owl-nav div {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.em_testi_content {
    position: relative;
    text-align: center;
}

/*----------------------
 * SUBSCRIBE AREA CSS
 -----------------------*/

.subscribe_area .kc_text_block p {
    color: #666;
    font-family: montserrat;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 1px;
    text-align: center;
}
/*----------------------
 * SLICK SLIDER  AREA CSS
 -----------------------*/

.em-slick-testi-main {
    text-align: center;
}
/*----------------------
 * SLIDER AREA CSS
 -----------------------*/

.main-slider-area {
    overflow: hidden;
    display: block;
    position: relative;
}
.nivo-caption {
    background: rgba(0, 0, 0, 0.04) none repeat scroll 0 0;
    height: 100%;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.em-slider-content-nivo {} .em_slider_right {} .em_slider_inner {
    margin: auto;
    /* width: 60%; */
    
    position: absolute;
    top: 49%;
    left: 42%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}

.home-3 .em-slider-content-nivo {} .em_slider_right {} .em_slider_inner {
    margin: auto;
/*     width: 60%; */
    
    position: absolute;
    top: 49%;
    left: 0%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}

.home-2 .em_slider_inner {
    margin: auto;
    /* width: 60%; */
    position: absolute;
    top: 49%;
    left: 0%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* slider title */

.em-slider-title {
    color: #1a7dd7;
    font-size: 62px;
    font-weight: 800;
    margin: 0 0 5px;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
}
.em-slider-sub-title {
    color: #1a7dd7;
    font-size: 62px;
    font-weight: 800;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.05);
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    margin: 0 0 5px;
}
.themexp_breatcome_area {
        padding: 113px 0 109px;
    background-image: url(assets/images/brd.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.breatcome_content {
    text-align: center; 
}
.breatcome_content h2 {
    color: #333;
    font-size: 46px;
    text-transform: capitalize;
    margin: 0 0 12px;
}
.breatcome_content p {
    font-size: 14px;
    font-weight: 400;
	font-family: 'Raleway', sans-serif;	
}

.breatcome_title_content p span{
	color:#1a7dd7;
}

.home-3 .em-slider-sub-title {
    color: #666;
    font-size: 25px;
    font-weight: 600;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.05);
    text-transform: capitalize;
    margin: 0 0 47px;
}
.home-3 .em-slider-sub-title-bg {
    color: #333333;
    font-size: 62px;
    font-weight: 800;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.05);
    text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
    margin: 0 0 25px;
}
.home-3 .em-slider-sub-title-bg span {
    color: #1a7dd7;
    font-size: 62px;
    font-weight: 800;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.05);
    text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
    margin: 0 0 47px;
}
.em-slider-descript {
    color: #333;
}
.em-slider-descript {
    font-size: 17px;
    font-weight: 400;
    width: 60%;
    margin: 35px 0 43px;
}
.home-3 .em-slider-descript {
    font-size: 17px;
    font-weight: 400;
    width: 69%;
    margin: 35px 0 43px;
}
.text-left .em-slider-descript {
    margin-left: 0;
    margin-right: auto;
    color: #333;
}
.text-center .em-slider-descript {
    margin: 0 auto 35px;
	color:#333;
}
.home-3 .text-center .em-slider-descript {
    margin: 0 auto 40px;
	color:#666;
}
.text-right .em-slider-descript {
    margin-right: 0;
    margin-left: auto;
}
/* button */

.em-button-button-area a {
    border: 1px solid #fff;
    color: #333;
    display: inline-block;
    font-size: 14px;
    background: #fff;
    font-weight: 500;
    margin: 0 4px;
    padding: 12px 42px;
    position: relative;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    z-index: 1;
    font-family: 'Raleway', sans-serif;
}
.em-button-button-area a:hover{
	background: #1a7dd7;
	border-color: #1a7dd7;
	color: #fff;
}
.home-2 .em-button-button-area a {
    border: 1px solid #333;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    background: #333;
    font-weight: 500;
    margin: 0 4px;
    padding: 12px 42px;
    position: relative;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    z-index: 1;
    font-family: 'Raleway', sans-serif;
}
.home-2 .em-button-button-area a:hover{
	background: #1a7dd7;
	border-color: #1a7dd7;
	color: #fff;
}
.home-3 .em-button-button-area a {
    border: 1px solid #333;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    background: #333;
    font-weight: 500;
    margin: 0 4px;
    padding: 12px 42px;
    position: relative;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    z-index: 1;
    font-family: 'Raleway', sans-serif;
}
a.em-active-button {
    background: #1a7dd7;
    border-color: #1a7dd7;
	color:#fff;
}
.home-2 a.em-active-button {
    background: #1a7dd7;
    border-color: #1a7dd7;
	color:#fff;
}
a.em-active-button2 {
    background: #1a7dd7;
    border-color: #1a7dd7;
	color:#fff;
}
.home-3 a.em-active-button {
    background: #1a7dd7;
    border-color: #1a7dd7;
	color:#fff;
}
.portfolio_button a:hover {
    color: #fff;
    background: #1a7dd7;
    border-color: #1a7dd7;
}
.home-3 .em-button-button-area a:hover {
    color: #fff;
    background: #1a7dd7;
    border-color: #1a7dd7;
}
a.em-active-button:hover {
    background: #fff;
    border-color: #fff;
	color:#333;
}
.home-2 a.em-active-button:hover {
    background: #333;
    border-color: #333;
	color:#fff;
}
a.em-active-button2:hover {
    background: #fff;
    border-color: #1a7dd7;
	color:#1a7dd7;
}
.home-3 a.em-active-button:hover {
    background: #333;
    border-color: #333;
	color:#fff;
}
.em-slider-half-width {
    width: 50%;
}
.em-slider-left {
    padding-right: 30px;
}
.em-slider-right {
    padding-left: 30px;
}
.em-slider-full-width {
    width: 85%;
}
.em-slider-half-width .em-slider-descript {
    width: 100%;
}
/* directionNav */

.em-nivo-slider-wrapper .nivo-directionNav {} .em-nivo-slider-wrapper .nivo-directionNav a {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    height: 50px;
    width: 50px;
    line-height: 48px;
    border: 1px solid #1a7dd7;
    text-align: center;
    display: block;
    border-radius: 50%;
    color: #1a7dd7;
    font-size: 22px;
    left: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
}
.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: #1a7dd7;
    border-color: #1a7dd7;
    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 {

    padding: 0;
    position: absolute;
    width: 100%;
    z-index: 9;
}
.em-nivo-slider-wrapper .nivo-controlNav a {
    background: #000 none repeat scroll 0 0;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    height: 25px;
    margin: 0 5px;
    width: 25px;
	color: #fff;
line-height: 25px;	
}
.em-nivo-slider-wrapper .nivo-controlNav a:hover,
.em-nivo-slider-wrapper .nivo-controlNav a.active {
    background: #1a7dd7 none repeat scroll 0 0;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}



.featur ul li {
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 1px;
    margin-bottom: 10px;
    text-transform: uppercase;
    list-style: none;
}
.featur ul li:last-child {} .order_now {
    background: transparent none repeat scroll 0 0;
    padding: 41px 0 50px;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.order_now a {
    background-color: #eb1b2b;
    border: 0 none;
    border-radius: 100px;
    color: #fff;
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 1;
    padding: 20px 50px;
    text-align: center;
    text-transform: uppercase;
}
.single_pricing .order_now a,
.single_pricing .price_item_inner,
.single_pricing .pricing_title > h3 {
    -webkit-transition: .5s;
    transition: .5s;
}
.active.single_pricing .order_now a {
    background: #eb1b2b none repeat scroll 0 0;
    color: #fff;
    border-color: #eb1b2b;
}
.order_now a:hover {
    background: #eb1b2b none repeat scroll 0 0;
    color: #fff;
    border-color: #eb1b2b;
}

/*=====================
END copax PRICING AREA CSS
=========================*/
/* contact from */

div.wpcf7-response-output {
    margin: 0;
}
/* recent post */

.footer-address {
    padding-top: 1px;
}
.footer-widget.address,
.footer-widget.address p {
    color: #fff;
}
.footer_s_inner {
    margin-top: 20px;
} 
.footer-sociala-icon {
    clear: both;
    float: left;
    font-size: 15px;
    margin-right: 12px;
}
.footer-sociala-icon i{
	color:#fff;
	transition:.5s;
}
.footer-sociala-icon i:hover{
	color:#1a7dd7;
}
.single-widget-item {
    overflow: hidden;
}
.recent-post-item {
    clear: both;
}
.recent-post-image {
    float: left;
    margin-right: 10px;
}
.recent-post-image a {
    display: inline-block;
}
.recent-post-text {
    margin-top: -4px;
    overflow: hidden;
}
.recent-post-text h4 a {
    color: #333;
}
.recent-post-text .rcomment i {
    margin-right: 5px;
}
.recent-post-text .rcomment {
    color: #333;
}
.footer-middle .recent-post-item + .recent-post-item {
    margin-top: 20px;
}
/* mailchim */

.mc4wp-form-fields input::-moz-placeholder {
    color: #222;
    font-size: 14px;
}
.mc4wp-form-fields p {
    position: relative;
    color: #fff;
	    line-height: 27px;
}
.mc4wp-form-fields p label {
    font-size: 16px;
    font-weight: 700;
    margin: 15px 0;
}
.mc4wp-form-fields input {
    font-size: 14px;
    height: 40px;
    padding: 5px 15px;
    position: relative;
    width: 100%;
    background: #fff none repeat scroll 0 0;
    border: 1px solid #d8d8d8;
    border-radius: 0;
    color: #999999;
}
.mc4wp-form-fields button {
    margin: 0;
    position: absolute;
    right: 0px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
    width: 50px;
    border: medium none;
    border-radius: 0;
    bottom: 0;
    color: #1293d4;
    font-size: 20px;
    height: 40px;
    line-height: 20px;
    background: #eb1b2b;
    color: #fff
}
.mc4wp-form-fields button:hover {
    background: #eb1b2b;
    color: #fff
}
.footer-middle .mc4wp-form-fields p:nth-child(1) {
    margin-bottom: 30px;
}

.contact-2 .sbuton {
    border-color: #ccc;
    border-radius: 6px;
    color: #fff;
    margin-top: 8px;
}
.learn_btn {
    border: 0 none;
    border-radius: 100px;
    color: #333;
    display: inline-block;
    font-size: 18px;
	font-weight: 400;
    padding: 8px 22px;
    text-align: center;
    text-transform: capitalize;
    text-align: center;
}

.learn_btn:hover{
	color:#eb1b2b;
}
.learn_btn i {
    font-size: 15px;
    margin-left: 3px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
	color:#eb1b2b;
}
.learn_btn:hover i {
}
.learn_more_adn {
    text-align: center;
}
.learn_more {
    padding-top: 7px;
}









/* BLOG POST META LEFT CSS */
/* left style 1 */

.themexp-blog-meta-left_adn {
    padding: 0 0 8px;
}
.themexp-blog-meta-left_adn a,
.themexp-blog-meta-left_adn span {
    color: #454545;
    font-size: 12px;
    font-weight: 400;
    margin-right: 5px;
    text-transform: uppercase;
}
.themexp-blog-meta-left_adn a,
.themexp-blog-meta-left_adn span {
    color: #666;
    font-size: 12px;
    margin-right: 5px;
    text-transform: capitalize;
    -webkit-transition: .3s;
    transition: .3s;
}
.themexp-blog-meta-left_adn a:hover,
.themexp-blog-meta-left_adn span:hover {
    color: #eb1b2b;
}
.themexp-blog-meta-left_adn i {
    margin-right: 5px;
    color: #eb1b2b;
}
.blog-page-title_adn > h2 {
    margin-bottom: 8px;
}
/* BLOG POST META RIGHT CSS */

.themexp-blog-meta-right_adn {
    padding: 7px 0;
    text-transform: capitalize;
}
.themexp-blog-meta-right_adn a,
.themexp-blog-meta-right_adn span {
    font-size: 12px;
    color: #454545;
    margin-left: 5px;
}
.themexp-blog-meta-right_adn i {
    margin-right: 5px;
}
/* blog readmore */

.readmore_adn a {
    border: 1px solid #ddd;
    color: #444;
    display: inline-block;
    font-size: 11px;
    font-weight: 400;
    padding: 6px 10px;
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
}
.readmore_adn a:hover {
    border-color: #eb1b2b;
    background: #eb1b2b;
    color: #fff;
}
/* blog hover */

.themexp-single-blog_adn:hover 
.themexp-blog-thumb_adn:before,
.themexp-single-blog_adn:hover .blog_add_icon
 {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.themexp-single-blog_adn:hover .blog-page-title_adn2 h2{
	background: rgba(235, 27, 43, 0.7);
} 
.blog_nospace_adn.col-xs-12 {
    padding: 0px;
}
.blog_nospace_adn .themexp-single-blog {
    margin-bottom: 0px;
}
/* responsive 320 start */
/* small mobile :320px. */

@media (max-width: 767px) {
    body {
        overflow-x: hidden;
    }
    .themexp-header-top {
        display: none;
    }
    .mean-container .mean-bar:before {
        text-transform: uppercase;
        top: 19px;
    }
    .mean-container a.meanmenu-reveal {
        padding: 19px 20px 18px;
    }
}
/* responsive 320 end */

.btn {
    background-color: #eb1b2b;
    border: 0 none;
    border-radius: 100px;
    color: #fff;
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 1;
    padding: 15px 30px;
    text-align: center;
    text-transform: uppercase;
}
.btn-lg {
    font-size: 16px;
    padding: 20px 50px;
}
.btn-sm {
    font-size: 12px;
    letter-spacing: 1px;
    padding: 12px 20px;
}
.btn.btn-bordered {
    background: transparent none repeat scroll 0 0;
    border: 2px solid #eb1b2b;
    color: #eb1b2b;
    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;
    transition: all 0.3s ease-in-out 0s;
}
.btn-icon:hover i {
    left: 2px;
}
.btn:hover,
.btn:focus {
    background-color: #eb1b2b;
    color: #fff;
}
.btn.btn-bordered:hover {
    background-color: #eb1b2b;
    color: #fff;
}
.btn:active {
    background-color: #AC2925;
}
.button-group {
    margin-top: 30px;
}
.button-group a {
    margin-right: 25px;
}
.button-group a:last-child {
    margin-right: 0;
}
/*----------------------------------------
7. BANNER SECTION
------------------------------------------*/

.banner-area {
    height: 670px;
    padding: 0;
    position: relative;
	background-image:url(assets/images/themexp/slider-3.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.banner-area:before {
	content:"";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
    position: absolute;
	background: rgba(0, 0, 0, 0.10);
}
.banner-content {
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}
.banner-content h1 {
    color: #666;
    font-size: 25px;
    font-weight: 600;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.05);
    text-transform: capitalize;
    margin: -7px 0 45px;
}
.banner-content h2 {
    color: #333333;
    font-size: 62px;
    font-weight: 800;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.05);
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    margin: 0 0 28px;
}
.banner-content h2 span{
	color: #1a7dd7;
    font-size: 62px;
    font-weight: 800;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.05);
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    margin: 0 0 47px;
}
.banner-content p {
    font-size: 17px;
    font-weight: 400;
    width: 41%;
    margin: auto;
    color: #666;
	margin-bottom: 47px;
}
.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: #eb1b2b;
    font-size: 40px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.testimonial_list {}
/*----------------------------------------
8. HOME 2 HERO SLIDER SECTION
------------------------------------------*/

.em-slick-slider-new {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    height: auto;
    position: relative;
}
.em-slick-slider-new .single-slide {
    height: calc(100vh - 100px);
    position: relative;
}
.em-slick-slider-new .slide-one-bg {
    background: rgba(0, 0, 0, 0) no-repeat scroll center center / cover;
}
.em-slick-slider-new .slide-two-bg {
    background: rgba(0, 0, 0, 0) no-repeat scroll center center / cover;
}
.em-slick-slider-new .slide-three-bg {
    background: rgba(0, 0, 0, 0) no-repeat scroll center center / cover;
}
.em-slick-slider-new .banner-content {
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.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%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev,
.slick-next {
    background-color: #f9f9f9;
    border-radius: 50px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    height: 50px;
    top: 50%;
    -webkit-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
    width: 50px;
    z-index: 1;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    line-height: 50px;
}
.em-slick-slider-new .slick-prev {
    left: 25px;
}
.em-slick-slider-new .slick-next {
    right: 25px;
}
.slick-prev:before,
.slick-next:before {
    color: #999;
    font-size: 30px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    content: "\f104";
    font-family: FontAwesome;
}
.slick-next:before {
    content: "\f105";
    font-family: FontAwesome;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    background-color: #eb1b2b;
}
.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;
    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 8px;
    width: 20px;
}
.slick-dots li button {
    background-color: #fff;
    border: 0 none;
    height: 10px;
    padding: 0;
    text-indent: -99999px;
    width: 29px;
}
.slick-dots .slick-active button {
    background-color: #eb1b2b;
}
.skbrop,
.overlay-dark {
    position: relative;
    z-index: 0;
}
.skbrop:after,
.bnrsk:after {
    background-color: rgba(0, 0, 0, 0.8);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: -1;
}
.bnrsk:after {
    background-color: rgba(0, 0, 0, 0.85);
}
.em_slick_testimonial .slick-dots li button {
    background-color: #333;
}
.em_slick_testimonial .slick-dots .slick-active button {
    background-color: #eb1b2b;
}
/* IMAGE SLIDER */

.em-image-sliderslick {} .em-image-sliderslick .slick-prev,
.em-image-sliderslick .slick-next,
.em-image-sliderslick .slick-dots li button {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.em-image-sliderslick:hover .slick-prev,
.em-image-sliderslick:hover .slick-next,
.em-image-sliderslick:hover .slick-dots li button {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.em-slick-slider-new.em-image-sliderslick .slick-dots {
    bottom: 20px;
    position: relative;
}
.em-slick-slider-new.em-image-sliderslick .slick-dots li button {
    background-color: #000;
}
.em-slick-slider-new.em-image-sliderslick .slick-dots .slick-active button {
    background-color: #eb1b2b;
}
/* 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)";
}
/* project desc */

.portfolio-details-box li {
    border-bottom: 1px solid #ddd;
    font-size: 18px;
    font-weight: 300;
    padding: 20px 0;
    text-transform: capitalize;
    list-style: none;
}
.portfolio-details-box li:last-child {
    border-bottom: 0 none;
}
.portfolio-details-box li span {
    color: #333;
    display: inline-block;
    font-weight: 700;
    margin-right: 15px;
    text-transform: uppercase;
    width: 170px;
}
.portfolio-details-box ul {
    margin-bottom: 20px;
}
.portfolio-description {
    margin-top: 50px;
}
.portfolio-description > p {
    font-size: 18px;
}
.projects-navigation-wrap {
    margin-top: 50px;
}
.projects-navigation-wrap a {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
}
.portfolio-content.portfolio-details-box {
    padding-top: 30px;
}
.prot_content.multi_gallery {
    width: 75%;
    margin: auto;
}
/* kc */

.abtext em {
    color: #444;
    font-weight: 600;
}
.abtext ol {
    padding-left: 15px;
}
.abtext ol li {
    font-weight: 600;
    line-height: 30px;
}
.creative_title {
    letter-spacing: 0;
}
/* call to action */

.em-call-to-action {
    text-align: left;
	position:relative;
}
.em-call-to-action-title {} 
.em-call-to-action-title h2 {
    font-size: 22px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 12px;
    color: #fff;
}
.em-call-to-action-title span {
    display: block;
    font-size: 36px;
    margin-top: 10px;
}
.call-to-action-btn {} .call-to-action-btn a {
    border: none;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #eb1b2b;
    border-radius: 50px;
    color: #fff;
    margin-top: 28px;
    padding: 8px 30px;
    font-family: 'Montserrat', sans-serif;
    -webkit-transition: .5s;
    transition: .5s;
}
.call-to-action-btn a:hover {
    background: #eb1b2b;
}
.em-call-to-action-desc {
    color: #fff;
    width: 55%;
    margin: auto;
    margin-left: 0;
    font-size: 16px;
}

.em-call-to-video {
    position: absolute;
    right: 0;
    top: 50%;
	    width: 24%;
    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;
}


/*=====================
themexp event AREA CSS
=========================*/

.themexp-single-event_adn {
    margin-bottom: 30px;
    overflow: hidden;
    -webkit-transition: .5s;
    transition: .5s;
}
/* event THUMB CSS */

.themexp-event-thumb_adn {
    overflow: hidden;
    position: relative;
}
.themexp-event-thumb_adn:before {
    content: "";
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: #f00;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, .7);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    z-index: 999;
    -webkit-transition: .5s;
    transition: .5s;
}
.themexp-event-thumb_adn img {
    -webkit-transition: .5s;
    transition: .5s;
    display: block;
}
.readmore_icon_adn {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    z-index: 99999;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: .5s;
    transition: .5s;
}
.themexp-single-event_adn:hover .readmore_icon_adn {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.themexp-event-thumb_adn a {
    background: #eb1b2b none repeat scroll 0 0;
    color: #fff;
    display: block;
    height: 42px;
    line-height: 42px;
    text-align: center;
    border-radius: 50%;
    width: 42px;
}
/* event TITLE AND CONTENT CSS */

.em-event-content-area_adn {
    padding: 15px;
    overflow: hidden;
    border: 1px solid #ddd;
    border-top: 0;
    -webkit-transition: .5s;
    transition: .5s;
}
.event-inner_adn {} .event-content_adn {} .event-content_adn h2 {
    color: #333;
    margin: 0 0 18px;
}
.event-content_adn h2 a {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}
.event-page-title_adn a {
    color: #333;
    text-transform: capitalize;
    font-weight: 600;
}
.event-page-title_adn h2 {
    margin-bottom: 6px;
}
/* event POST META CSS */
/* left style 1 */
.themexp-event-singlea {
    padding-bottom: 20px;
}
h2.related-projects-title.text-left {
    padding-bottom: 30px;
}
.themexp-event-meta-left_adn {
    float: left;
    position: relative;
    line-height: 1;
}
.themexp-event-meta-left_adn.esi {
    float: none;
    margin-bottom: 12px;
}
.themexp-event-meta-left_adn a, .themexp-event-meta-left_adn span {
    color: #333;
    margin-right: 10px;
    font-size: 14px;
}
.themexp-event-meta-left_adn i {
    margin-right: 5px;
}
/* event hover */

.themexp-single-event_adn:hover .themexp-event-thumb_adn a:before {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.themexp-single-event_adn:hover .themexp-event-thumb_adn img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.event_nospace_adn.col-xs-12 {
    padding: 0px;
}
.event_nospace_adn .themexp-single-event_adn {
    margin-bottom: 0px;
}
.em-pevent .themexp-event-thumb_adn {
    float: left;
}
.em-pevent .em-event-content-area_adn {
    padding: 0;
    border: 0px solid #ddd;
    padding-left: 15px;
}
.em-pevent .event-page-title_adn h2 {
    margin: 0 0 3px 0;
}
.themexp-single-event_adn.em-pevent {
    padding: 20px 0;
    margin: 0;
    border-top: 1px solid #ddd;
}








.event_date {
    position: absolute;
    left: 0;
    top: 0;
    background: #eb1b2b;
    padding: 10px 13px;
    /* width: 60px; */
    /* height: 70px; */
    
    text-align: center;
    color: #fff;
}
.event_date span {
    display: block;
    line-height: 20px;
}
.event_date_list {
    background: #eb1b2b;
    padding: 23px 0 0;
    width: 90px;
    height: 90px;
    text-align: center;
    font-size: 20px;
    /* line-height: 70px; */
    color: #fff;
}
.event_date_list span {
    display: block;
    line-height: 1;
}
.themexp-single-event_adn:hover .event-page-title_adn a {
    color: #eb1b2b;
}
.themexp-single-blog--thumb img {
}
/*=====================
themexp Single INSTAGRAM CSS
=========================*/
.sbi_photo_wrap {
	float: left;
	margin-right: 4px;
	margin-bottom: 4px;
	position: relative;
}
.sbi_photo_wrap img {
	width: 100%;
}
.textwidget1 {
    padding-top: 3px;
}
.sbi_photo:before{
	content: "";
	left: 0px;
	right: 0px;
	bottom: 0px;
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 0;
	position: absolute;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	z-index: 999;
	-webkit-transition: .5s;
	transition: .5s;	
}
.home-2 .sbi_photo:before{
	content: "";
	left: 0px;
	bottom: 0px;
	background: rgba(0, 0, 0, 0.5);
	width: 0%;
	height: 30%;
	position: absolute;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	z-index: 999;
	-webkit-transition: .5s;
	transition: .5s;	
}
.home-3 .sbi_photo:before{
	content: "";
	left: 100%;
	right: 0px;
	bottom: 0px;
	background: rgba(0, 0, 0, 0.5);
	width: 0%;
	height: 30%;
	position: absolute;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	z-index: 999;
	-webkit-transition: .5s;
	transition: .5s;	
}
.sbi_photo i{
	position: absolute;
    left: 50%;
    bottom: 0%;
    text-align: center;
    z-index: 999;
    transform: translateX(-50%);
    transition: .5s;
	color: #fff;
	opacity: 0;
	font-size: 13px;
}

.sbi_photo_wrap:hover .sbi_photo:before{
	opacity: 1;
	height:30%;
}
.home-2 .sbi_photo_wrap:hover .sbi_photo:before{
	opacity: 1;
	width:100%;
}
.home-3 .sbi_photo_wrap:hover .sbi_photo:before{
	opacity: 1;
	width:100%;
	left: 0%;
}
.sbi_photo_wrap:hover .sbi_photo i{
	opacity: 1;
	 bottom: 5%;
}

*::-moz-selection {
    background: #4fc1f0;
    color: #333;
    text-shadow: none;
}
::-moz-selection {
    background: #4fc1f0;
    color: #333;
    text-shadow: none;
}
::selection {
    background: #4fc1f0;
    color: #333;
    text-shadow: none;
}

::placeholder {
    color: #333;
    font-size: 14px;
}
::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    
    color: #333;
}
::-moz-placeholder {
    /* Firefox 19+ */    
    color: #333;
}
:-ms-input-placeholder {
    /* IE 10+ */
    
    color: #333;
}
:-moz-placeholder {
    /* Firefox 18- */
    
    color: #333;
}


/* owl carousel */
 .owl-dots {
     -webkit-backface-visibility: hidden;
     backface-visibility: hidden;
     bottom: 0;
     position: absolute;
     text-align: center;
     width: 100%;
}
 .owl-dot {
     background: #03a8f5 none repeat scroll 0 0;
     border-radius: 50px;
     display: inline-block;
     height: 10px;
     margin-left: 5px;
     margin-right: 5px;
     width: 10px;
}
 .owl-dot.active {
     background: transparent none repeat scroll 0 0;
     border: 1px solid #03a9f4;
}

 .review_carousel .owl-dots {
     bottom: -35px;
}



