/*
Template Name: reza 
*/
/*
-------------------------------------------------------------------------------------
CSS INDEX
======================================================================================
* THEME DEFULT CSS
* SECTION TITLE
* SLIDER BUTTON STYLE
* WIDGET  CSS
* HEADING TOP AREA CSS
* HEADING NAV AREA CSS
* SLIDER CSS
* ABOUT SECTION CSS
* SERCIVE CSS
* PROGRESS CSS
* TEAM CSS
* COUNTER AREA CSS
* PRICING AREA CSS
* BRAND AREA CSS
* TESTIMONIAL AREA CSS
* PORTFOLIO AREA CSS
* BLOG AREA CSS
* BLOG DETAILS AREA CSS
* choose AREA CSS
* COMMENT AREA CSS
* PAGINATION AREA CSS
* BREADCRUMB AREA CSS
* 404 AREA CSS
* FOOTER TOP AREA CSS
* FOOTER TOP 2 AREA CSS
* FOOTER MIDDLE AREA CSS
* FOOTER BOTTOM AREA CSS
* SCROLL TOP CSS
* RESPONSIVE CSS
============================================================================================= */
/*----------------------------------------
 Don't change any css from here. If you need to change, Please use child theme.
------------------------------------------*/

html,
body {} img {
    max-width: 100%;
    height: auto;
}
/* box layout */

.box.wrapper {
    max-width: 1200px;
    margin: auto;
    background: #fff;
    box-shadow: 0px 0px 5px #ddd;
}
/* end box layout */

.fix {
    overflow: hidden;
}
.clear_both {
    clear: both;
}

/*======================
START REZA SLIDER AREA  
========================*/
.reza_slider_area {
    background-repeat: no-repeat;
    background-size: cover;  
	position:relative;	
}
.reza_slider_area:before {
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.slider_title{}
.slider_title_inner{}
.slider_content {
}

.slider_slides_inner {
  height: 850px;
  width:100%;
  position: relative;
}


.slider_content {
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}


.slider_content h2 {
    font-size: 52px;
    color: #fff;
    font-weight: 400;
}
.slider_content p {
    color: #fff;
    width: 44%;
    margin: 27px 0 27px;
    font-size: 16px;
}
.slider_content.text-center p {
    color: #fff;
    width: 44%;
    margin: 27px auto 27px;
    font-size: 16px;
}

.slider_button{}
.slider_button a {
    font-size: 26px;
    color: #fff;
    border-bottom: 2px solid #fff;
    text-transform: capitalize;
    font-family: 'Oswald', sans-serif;
}
.slider_button span{
	font-size:26px;
	color:#fff;
	font-family: 'Oswald', sans-serif;
	text-transform:capitalize;
}
.slider_icon {
    margin-top: 25px;
}
.slider_icon i {
    font-size: 16px;
    font-family: FontAwesome;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: none;
    border-radius: 50%;
    background: #333;
    text-align: center;
	margin-right:10px;
	-webkit-transition: .5s;
	transition: .5s;
}
.slider_icon i:hover{
    background:#fff;
	color:#333;
}

/* btn style 2 */
.slider_btn2 a{
padding:7px 15px;
background:#fff;
font-size:14px;
display:inline-block;
	color:#333;
	font-family: 'Oswald', sans-serif;
	padding: 4px 25px 8px;
	
}
.slider_btn2 a:hover{
background:#333;	
color:#fff;	
}
.slider_btn2 img {
    margin-left: 40px;
}

/*======================
  END REZA SLIDER AREA  
========================*/
/*=======================
START REZA SKILL AREA 
=========================*/
.reza_skill_area {
    padding: 80px 0px 0px;
}
.single_skill_content{}
.single_skill_content h2 {
    font-size: 36px;
    font-weight: 400;
}
.single_skill_content p {
    margin: 47px 0px 18px;
}
.single_skill_content span{}
.abt_button {
    margin-top: 40px;
}
.abt_button a {
    border: 1px solid #333;
    font-size: 14px;
    padding: 10px 33px;
    -webkit-transition: .5s;
    transition: .5s;
    text-transform: capitalize;
}
.abt_button a:hover{
    background:#333;
	border-color:#333;
	color:#fff;
}
.signature {
}
.abt_button img {
	margin-left:20px;
}

/* single skill css */

.single_skill{}
.single_skill_contant{}
.single_skill_contant h2 {
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 50px;
    text-transform: capitalize;
}
.reza_skill {
    margin-top: 0px;
}
.single_skill_persent {
    overflow: hidden;
    margin-bottom: 5px;
}
.single_skill_content h1 {
    font-size: 14px;
    font-weight: 400;
    color: #333;
    text-transform: capitalize;
    margin-bottom: 11px;
	    margin-top: 0px;
}
.single_skill_content h1 span {
    float: right;
}
/* reza skill wraper css */
.skill_wraper {
   margin-bottom: 12px;
}
.skill_wraper {
    background: #787878;
    height: 8px;
    width: 100%;
    border-radius: 5px;
}
.persent_color {
    background: #333;
    height: 8px;
    border-radius: 5px;
}
/*=======================
END REZA SKILL AREA 
=========================*/
/*=======================
START REZA PORTFOLIO AREA
=========================*/
.reza_portfolio_area {
    padding:100px 0 0px;
    background-size: cover;
    background-repeat: no-repeat;
}
.portfolio_title {
    margin-bottom: 40px;
}
.portfolio_title_inner{}
.portfolio_title_content h2 {
    font-size: 36px;
    font-weight: 400;
}
.portfolio_title_thumb {
    float: right;
    margin-top: -77px;
    margin-right: 75px;
}
.portfolio_title_thumb img{}
.portfolio_title_content-bg {}
.portfolio_title_content-bg p {
    padding-top: 30px;
    width: 80%;
    margin-left: -85px;
    font-size: 16px;
}
.filter_menu {
    margin-bottom:35px;
}
.filter_menu ul li {
font-size: 12px;
font-weight: 400;
font-family: 'Oswald', sans-serif;
text-transform: uppercase;
margin-right: 0;
-webkit-transition: .5s;
transition: .5s;
display: inline;
cursor: pointer;
color: #333;
margin: 0px 5px;
    margin-bottom: 0px;
padding: 2px 16px 4px;
border: 1px solid #333;
display: inline-block;
margin-bottom: 10px;
}
.filter_menu ul li:first-child{
	margin-left:0px;
}
.filter_menu ul li.active,
.filter_menu ul li:hover {
	background:#333;
	color:#fff;
}
.grid{
	overflow:hidden;
}
.single_portfolio {
   margin-bottom:30px;
	overflow:hidden;
	position:relative;
}
.single_portfolio_inner{}
.single_portfolio_thumb{
	position:relative;	
	
}
.single_portfolio_thumb img {
    width: 100%;
    -webkit-transition: .5s;
    transition:.5s;
	-webkit-transform:scale(1.1);
	        transform:scale(1.1);	
}
.single_portfolio_thumb:before {
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(255, 255, 255, 0.7);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: .5s;
    transition: .5s;
	z-index:-1;	
}
.single_portfolio:hover .single_portfolio_thumb:before{
	opacity:1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	z-index:1;
}
.portfolio_text_inner {

}
.portfolio_icon {
    position: absolute;
    left: 35px;
    right: 0;
    bottom: 450px;
    z-index: 99;
    overflow: hidden;
    -webkit-transition: .5s;
    transition: .5s;
}
.portfolio_icon i {
    font-size: 16px;
    font-weight: 500;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 50%;
    background: #333;
    color: #fff;
    text-align: center;
    margin-right: 8px;
	opacity:0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: .5s;
	transition:.5s;
	cursor: pointer;	
}
.portfolio_text {
    position: absolute;
    left: 35px;
    right: 0;
    bottom: 0px;
    z-index: 99;
    overflow: hidden;
	opacity:0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.portfolio_text h2 {
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
	color:#333;
	opacity:0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: .7s;
	transition:.7s;
}
.portfolio_text p{
	color:#333;
	opacity:0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: .5s;
	transition:.5s;
	margin-bottom:-70px;
}
.single_portfolio:hover .portfolio_icon{
	opacity:1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	margin-bottom:-340px;
	
}
.single_portfolio:hover .portfolio_icon i{
	opacity:1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.single_portfolio:hover .portfolio_text h2 {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    margin-bottom: 0px;
}
.single_portfolio:hover .portfolio_text{
	opacity:1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	margin-top:200px;
}
.single_portfolio:hover .portfolio_text p{
	opacity:1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	margin-bottom:47px;
}
.single_portfolio:hover .single_portfolio_thumb img{
	-webkit-transform:scale(1.5);
	        transform:scale(1.5);
}
.portfolio_button {
    margin-top: 28px;
    text-align: center;
}
.portfolio_button a {
border: 1px solid #333;
    padding: 7px 35px;
    -webkit-transition: .5s;
    transition: .5s;
    text-transform: capitalize;
    background: #333;
    display: inline-block;
    color: #fff;
}
.portfolio_button a:hover{
    background:#fff;
	border-color:#333;
	color:#333;
}
/*========================
home-2 REZA PORTFOLIO AREA
==========================*/
.home-2 .filter_menu {
    float: right;
    margin-top: 11px;
}
.home-2 .single_portfolio_thumb:before {
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.59);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: .5s;
    transition: .5s;
    z-index: -1;
}
.home-2 .single_portfolio {
    overflow: hidden;
    position: relative;
	margin:0px -10px 30px;
}
.home-2 .portfolio_title_inner {
    margin-left: 2px;
}
.home-2 .portfolio_title_content h2 {
    font-size: 36px;
    font-weight: 400;
	margin-bottom:10px;
}
.home-2 .portfolio_icon {
    position: absolute;
    left: 130px;
    right: 0px;
    bottom: 503px;
    z-index: 99;
    overflow: hidden;
    -webkit-transition: .5s;
    transition: .5s;
}
.home-2 .portfolio_text {
    position: absolute;
    left: 115px;
    right: 0;
    bottom: 0px;
    z-index: 99;
    overflow: hidden;
}
.home-2 .portfolio_text h2 {
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: .7s;
    transition: .7s;
}
.home-2 .single_portfolio:hover .portfolio_text h2 {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    margin-bottom: 120px;
}
.home-2 .current_menu_item ul li.active{
	color:#a7a7a7;
}
.single_portfolio2 {
	width: 19%;
	float: left;
	margin-left: .5%;
	margin-right: .5%;
}
.home-3 .filter_menu ul{
	float:none;
}
.current_menu_item {}
/*=====================
END REZA PORTFOLIO AREA
=======================*/
/*=====================
START REZA TESTIMONIAL AREA
=======================*/
.reza_testimonial_area {
    padding: 100px 0 0;
}
.home-2.reza_testimonial_area {
    background: #f1f1f1;
	 padding: 100px 0 100px;
}

.testimonial_title{}
.testimonial_title_inner{}
.testimonial_title_content{}
.testimonial_title_content h2 {
    font-size: 36px;
    font-weight: 400;
}
.testimonial_title_thumb {
    float: right;
    margin-top: -77px;
    margin-right: 75px;
}
.single_testimonial {
    margin-top: -6px;
}
.single_testimonial_inner{}
.single_testimonial_thumb {
    float: left;
    margin-right: 30px;
    margin-top: 6px;
}
.single_testimonial_thumb img {
    margin: 5px 30px 0px -5px;
}
.testimonial_text {
	overflow: hidden;
}
.testimonial_text p {
    margin-bottom: 5px;
}
.testimonial_text h2{
	font-size:18px;
	text-transform:capitalize;
}
.testimonial_text h2 {
    font-size: 18px;
    text-transform: capitalize;
    margin-bottom: 8px;
    font-weight: 400;
}
.testimonial_text h2 span {
    font-size: 14px;
}
.testimonial_text a {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    color: #919191;
    border-bottom: 1px solid #919191;
}
/*============================
home-2 REZA TESTIMONIAL AREA 
===========================*/
.r_testi_content h2 {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 400;
    margin: 16px 0;
}
.r_testi_content h2 span{
    font-size: 14px;
}
.r_testi_content p {
    width: 53%;
    margin: auto;
}

/*=====================
END REZA TESTIMONIAL AREA
=======================*/
/*=====================
START REZA BLOG AREA
=======================*/
.reza_blog_area {
    padding: 50px 0 0px;
}
.home-4.reza_blog_area {
    padding:50px 0px 0px;
}
.blog_title {
    text-align: center;
}
.blog_title_inner{}
.blog_title_content{}
.blog_title_content h2 {
    font-size: 36px;
    text-transform: capitalize;
    margin-bottom: 10px;
    font-weight: 400;
}
.blog_title_content-bg p {
    margin: 6px 0 89px;
    font-size: 16px;
}
.single_blog {
    padding-bottom: 30px;
    -webkit-transition: .5s;
    transition: .5s;
    margin-bottom: 60px;
box-shadow:0px 5px 20px 0px rgba(148,146,245,0.2);	
}
.single_blog:hover {
box-shadow:0px 5px 30px 0px rgba(148,146,245,0.2);
}
.single_blog_inner{}
.single_blog_thumb{}
.single_blog_thumb ing{}
.single_blog_text{
	margin-left:15px;
}
.single_blog_text h2 {
    font-size: 18px;
    margin-top: 30px;
}
.single_blog_text h2 a:hover,
.single_blog_button a:hover{
color:#666;
}

.single_blog_button{
	margin-left:15px;
    margin-top: 13px;
}
.single_blog_button a {
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;;
}
.single_post_meta {
    float: right;
    margin-top: -26px;
    margin-right: 20px;
    font-family: 'Oswald', sans-serif;
    border-bottom: 1px solid #333;
    height: 20px;
}
/*=====================
END REZA BLOG AREA
=======================*/
/*=====================
START REZA CONTACT_AREA 
=======================*/
.reza_contact_area {
    border-bottom: 1px solid #f9f9f9;
    padding: 75px 0 85px;
}
.single_contact{}
.single_contact_inner{}
.single_contact_icon{
	float:left;
}
.single_contact_icon i {
    font-size: 28px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    background: #333;
    color: #fff;
    text-align: center;
	-webkit-transition: .5s;
	transition:.5s;
}
.single_contact_inner:hover .single_contact_icon i{
	border:1px solid #333;
	background:transparent;
	color:#333;	
}

.single_contact_text {
    margin-left: 80px;
}
.single_contact_text h2 {
    font-size: 24px;
    font-weight: 400;
	text-transform:capitalize;
}
.single_contact_text p {
    font-family: Open Sans;
    margin-top: 12px;
}
/*====================
END REZA CONTACT AREA
======================*/
/*=====================
START REZA FOOTER AREA
=======================*/
.reza_footer_area {
    padding: 55px 0 60px;
}
.footer_text{
	text-align:center;
}
.footer_text_inner{}
.footer_content{}
.footer_content p {
    margin-bottom: 20px;
}
.footer_icon {
    text-align: center;
}
.footer_icon i {
    font-size: 16px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    margin-left: 12px;
    border: 1px solid #333;
	-webkit-transition: .5s;
	transition:.5s;
	background:#333;
color:#fff;	
}
.footer_icon i:hover{
	background:#fff;
	color:#333;
	border-color:#333;
}
/*====================
 END REZA FOOTEER AREA
======================*/
.home-3 .filter_menu ul {
    text-align: center;
    margin-top: -70px;
}
/*====================
 colto action area 
======================*/
.colto_action_area {
    background: #131313;
    padding: 165px 0px 205px 360px;
}
.colto_action_title {
    background: #131313;
    padding: 0px;
    border: 1px solid rgba(98, 98, 98, 0.32);
}
.colto_action_inner {
    background: #0d0d0d;
    margin: 10px;
}
.colto_action_content{
	text-align:center;
}
.colto_action_content h2 {
    font-size: 52px;
    font-weight: 400;
    padding: 55px 16px 70px 8px;
    color: #fff;
}

/*=========================
HOME-4 START REZA SLIDER AREA
============================*/
.home-4.reza_slider_area {
    background-image: url(assets/images/portfolio/home-4/s1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 27px 0 31px;
}
.home-4.reza_slider_area:before {
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0.85);
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.home-4 .slider_content {
    text-align: center;
}
.home-4 .slider_content p {
    width: 50%;
    margin: auto;
}
.home-4 .slider_content h2 {
    margin-bottom: 37px;
}
.home-4 .button {
    margin: 46px 0px;
    text-transform: capitalize;
}
.home-4 .button a {
    color: #fff;
    padding-right: 21px;
}
.home-4 .button a:hover {
    background: #fff;
    border-color: #333;
    color: #333;
}
/*=========================
HOME-4 END REZA SLIDER AREA
============================*/
.home-4.reza_nav_area {
    box-shadow: 0 0 0 2px #ddd;
}
/*=========================
HOME-4 START REZA_SKILL_AREA
============================*/
.home-4.reza_skill_area {
    padding: 90px 0px 90px;
}
.home-4 .single_skill_thumb {
    margin-top:10px;
}
.home-4 .reza_skill {
    overflow: hidden;
}
.home-4 .single_skill_content h1 {
    margin-bottom: 14px;
}
.home-4 .single_skill_contant h2 {
}
/*=========================
HOME-4 END REZA_SKILL_AREA
============================*/
/*============================
HOME-4 START REZA PORTFOLIO AREA
==============================*/
.home-4.reza_portfolio_area{
    background: #fff;
    padding: 0;
}
.home-4 .portfolio_title {
    text-align: center;
    margin-bottom: -30px;
}
.home-4 .portfolio_title_thumb {
    margin: 17px 0px 47px;
    float: none;
}
.home-4 .filter_menu {
    text-align: center;
    margin: 0px 0px 43px 43px;
}
.home-4 .filter_menu ul {
   float:none;
}
.home-4 .filter_menu ul li {
	float:none;
}
.home-4 .portfolio_text h2 {
    color: #fff;
}
.home-4 .single_portfolio_thumb:before {
    content: "";
    top: 0;
    right: 0;
    width: 0%;
    height: 100%;
    position: absolute;
    background: rgba(51, 51, 51, 0.5);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: .5s;
    transition: .5s;
    z-index: -1;
}
.home-4 .single_portfolio_thumb:after {
    content: "";
    right: 0;
    bottom: 0;
    width: 0%;
    height: 100%;
    position: absolute;
    background: rgba(51, 51, 51, 0.5);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: .5s;
    transition: .5s;
    z-index: -1;
}
.home-4 .single_portfolio:hover .single_portfolio_thumb:before{
	opacity:1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	z-index:1;
	width:50%;
}
.home-4 .single_portfolio:hover .single_portfolio_thumb:after{
	opacity:1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	z-index:1;
	width:50%;
}
.home-4 .single_portfolio:hover .single_portfolio_thumb img{
	-webkit-transform:scale(1.5);
	        transform:scale(1.5);
}
.home-4 .portfolio_icon4 a i {
    font-size: 16px;
    color: #fff;
    width: 40px;
    height: 40px;
    background: #333;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    margin: 0 5px 0 5px;
}
.home-4 .portfolio_text4 h2{
	color:#fff;
}
.home-4 .portfolio_icon4 {
    position: absolute;
    left: 50%;
    bottom: -22%;
    z-index: 99;
    overflow: hidden;
    -webkit-transition: .5s;
    transition: .5s;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
}
.home-4 .single_portfolio:hover .portfolio_icon4 {
	bottom:46%;
}
.home-4 .portfolio_text4 {
    position: absolute;
    left: 50%;
    top: -6%;
    z-index: 99;
    overflow: hidden;
    -webkit-transition: .5s;
    transition: .5s;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
}
.home-4 .single_portfolio:hover .portfolio_text4 {
	top:55%;
}
/* home-3 */
.home-3 .portfolio_text3 {
    position: absolute;
    left: 50%;
    top: -50%;
    z-index: 99;
    overflow: hidden;
    -webkit-transition: .5s;
    transition: .5s;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
}
.home-3 .portfolio_icon3 {
    position: absolute;
    left: 50%;
    bottom: -50%;
    z-index: 99;
    overflow: hidden;
    -webkit-transition: .5s;
    transition: .5s;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
}
.portfolio_icon3{}
.portfolio_icon3 a i {
    font-size: 16px;
    color: #fff;
    width: 40px;
    height: 40px;
    background: #333;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    margin: 0 5px 0 5px;
}
.portfolio_text3{}
.portfolio_text3 h2 {
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
	margin-bottom:4px;
}
.portfolio_text3 p {
    color: #fff;
}
.home-3 .single_portfolio:hover .portfolio_text3 {
	top:58%;
}
.home-3 .single_portfolio:hover .portfolio_icon3 {
	bottom:48%;
}
.home-3 .single_portfolio_thumb:before {
    content: "";
    top: 0;
    right: 0;
    width: 100%;
    height: 0%;
    position: absolute;
    background: rgba(51, 51, 51, 0.5);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: .5s;
    transition: .5s;
    z-index: -1;
}
.home-3 .single_portfolio_thumb:after {
    content: "";
    right: 0;
    bottom: 0;
    width: 100%;
    height: 0%;
    position: absolute;
    background: rgba(51, 51, 51, 0.5);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: .5s;
    transition: .5s;
    z-index: -1;
}
.home-3 .single_portfolio:hover .single_portfolio_thumb:before{
	opacity:1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	z-index:1;
	height:50%;
}
.home-3 .single_portfolio:hover .single_portfolio_thumb:after{
	opacity:1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	z-index:1;
	height:50%;
}
.home-3 .filter_menu ul li {
    color: #fff;
}

/*============================
HOME-4 START REZA TEAM AREA
==============================*/
.reza_team_area {
    padding:60px 0px 0px;
}

.team_title{
	text-align:center;
}
.team_title_thumb {
    margin: 10px 0 82px 0px;
}
.team_title_content{}
.team_title_content h2{
	   font-size: 36px;
    text-transform: capitalize;
    font-weight: 400;
}
.team_title_thumb{}
.team_title_thumb img{}
.single_team {
	margin-bottom: 43px;
	box-shadow:0px 5px 30px 0px rgba(243, 243, 243, 0.39);
	position:relative;
	overflow:hidden;
}
.single_team_inner{}
.single_team_thumb{}
.single_team_thumb img{}
.em_single_team {
background-color: rgba(255, 255, 255, 0.75);
    bottom: -64px;
    left: 0;
    margin: 0 0px;
    padding: 0px 0px;
    position: absolute;
    right: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.single_team:hover .em_single_team{
    background: rgba(51, 51, 51, 0.5);
	bottom: 0px;
	
}
.single_team:hover .single_team_content h2,
.single_team:hover .single_team_content span{
	color:#fff;
}
.single_team_content{}
.single_team_content h2 {
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
}
.single_team_content span {
    font-size: 17px;

    font-weight: 400;
    text-transform: capitalize;
}
.single_team_icon {
    text-align: center;
    padding: 16px 0 25px;
}
.single_team_icon i {
    margin-left: 12px;
    color: #fff;
    -webkit-transition: .5s;
    transition: .5s;
    border: none;
    height: 36px;
    border-radius: 50%;
    width: 36px;
    line-height: 36px;
    background: #333;
}
.single_team_icon i:hover{
	background:#fff;
	color:#333;
}
.single_team_content {
    text-align: center;
    padding-top: 20px;
}
/*============================
HOME-4 END REZA TEAM AREA
==============================*/
/*========================
START HOME-2 REZA SLIDER AREA
=========================*/
.home-2.reza_slider_area {
	position:relative;
}
.home-2.reza_slider_area:before {
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.home-2 .slider_content {
    margin: 238px 0 275px;
}
.home-2 .slider_content p {
margin-bottom:45px;
}
.home-2 .slider_button a {
    border: 1px solid #ddd;
    font-size: 14px;
    padding: 9px 40px;
    -webkit-transition: .5s;
    transition: .5s;
    border-radius: 30px;
}
.home-2 .slider_button{}
.home-2 .slider_button a {
    border: 1px solid #ddd;
    font-size: 14px;
    padding: 7px 40px;
    -webkit-transition: .5s;
    transition: .5s;
    border-radius: 30px;
}
.home-2 .slider_button a:hover {
    background: #fff;
    color: #000;
}
.home-2 .Signature{
 
}
.home-2 .Signature img {}
/*========================
END HOME-2 REZA SLIDER AREA
=========================*/
/*=======================
START REZA_ABOUT_AREA
========================*/
.reza_about_area {
    padding: 100px 0 100px;
}
.single_about{}
.single_about_inner{}
.single_about_thumb{}
.single_about_thumb img{}
.single_about_content{}
.single_about_content h2 {
    font-size: 36px;
    font-weight: 400;
    text-transform: capitalize;
    margin: -9px 0px 35px 0px;
}
.single_about_content p {
   
    margin-bottom: 24px;
}
.single_about_content span{}
.about_button {
    margin: 17px 0px 20px 0px;
}
.about_button a {
    font-size: 26px;
    border-bottom: 2px solid #333;
    text-transform: capitalize;
    font-family: 'Oswald', sans-serif;
    color: #333;
}
.about_button span{
	font-size: 26px;
    color: #333;
    font-family: 'Oswald', sans-serif;
    text-transform: capitalize;
}
.about_icon{}
.about_icon i{
    font-size: 16px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: none;
    border-radius: 50%;
	border:1px solid #333;
	-webkit-transition: .5s;
	transition:.5s;
    text-align: center;
    margin-right: 10px;
    cursor: pointer;
}
.about_icon i:hover{
	border-color:#333;
	color:#fff;
	background:#333;
}
/*=======================
END REZA ABOUT AREA
========================*/
.home-2.reza_portfolio_area {
    padding: 0px 0 100px;
    width: 94%;
    margin: auto;	
}
.portfolio_title_content h2 {
    font-size: 36px;
    font-weight: 400;
    text-transform: capitalize;
}
.portfolio_title_content p{
	
}
.home-2 .portfolio_manu {
	margin-bottom: 10px;
    float: right;
}
.home-3.reza_portfolio_area {
    padding: 67px 0 0px;
	background:#131313;
    background-size: cover;
    background-repeat: no-repeat;
}

.home-3 .portfolio_manu {
    margin-bottom: 45px;
    text-align: center;
}
.footer_manu ul li a:hover{
	color:#888;
}
.reza_footer_bottom_area {
    padding: 65px 0 55px;
    background: #131313;
}
.footer_manu{}
.footer_manu ul {
    text-align: center;
    margin-bottom: 40px;
}
.footer_manu ul li {
    display: inline;
    margin-left: 35px;
	
}
.footer_manu ul li a {
    color: #fff;
	-webkit-transition: .5s;
	transition:.5s;
	font-family: 'Oswald', sans-serif;
}
.footer_manu ul li a i {
    margin-right: 15px;
}
.home-2 .reza_footer_area {
    padding: 55px 0 60px;
}
/*=======================
START REZA FOOTER AREA
========================*/
.home-4.reza_footer_area {
    padding: 55px 0 15px;
}
.home-4 .footer_text {
    text-align: left;
}
.home-4 .footer_manu ul {
    text-align: right;
}
.home-4 .footer_manu ul li a{
	color:#333;
	-webkit-transition: .5s;
	transition:.5s;
	font-family: 'Oswald', sans-serif;
}
.home-4 .footer_manu ul li:hover{
    text-decoration: line-through;
}
/*===========================
START ABOUT-1 REZA SLIDER AREA 
============================*/
.about-1.reza_slider_area{
	position:relative;
}
.about-1.reza_slider_area:before {
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0.80);
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.about-1 .slider_content{
	position:relative;
}
.about-1 .slider_content:before {
    position: absolute;
    top: 60px;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    width: 72px;
    height: 3px;
    background: #fff;
}
.about-1 .slider_content h2 {
    font-size: 41px;
    text-transform: capitalize;
    margin: -155px 0 -267px;
}
.about-1 .slider_content h2 span {
    font-size: 41px;
    text-transform: capitalize;
}
.about-1 .slider_manu {
    margin-bottom: 130px;
}
.about-1 .slider_manu ul{}
.about-1 .slider_manu li {
    color: #fff;
    margin-top: 22px;
    display: block;
}

/*========================
START ABOUT-1 REZA SKILL AREA
==========================*/
.about-1.reza_skill_area {
    padding: 0px 0px 0px;
	position:relative;
}
.about-1.reza_skill_area{
    text-align: center;
}
.about-1 .portfolio_title_thumb {
	float:none;
	margin:0;
}
.about-1 .portfolio_title_content h2 {
    margin-bottom: 10px;
}
.about-1 .portfolio_title_text p {
    font-size: 16px;
    margin: 5px 0 -5px;
}
.about-1 .single_skill_content h1 {
    font-size: 14px;
    font-weight: 400;
    color: #333;
    text-transform: capitalize;
    margin-bottom: 11px;
    text-align: left;
}
.about-1 .skill_wraper {
    background: #787878;
    height: 8px;
    width: 100%;
    margin-bottom: 38px;
}

/*==========================
 START ABOUT-1 REZA TEAM AREA
===========================*/
.about-1.reza_team_area{
  padding: 45px 0 0
}
.about-1 .single_team {
    box-shadow: 0 0 0 1px #ddd;
    padding-bottom: 25px;
    margin-bottom: 42px;
}
/*====================
START REZA CHOOSE AREA 
======================*/
.reza_choose_area {
    padding: 20px 0 35px;
}
.single_choose {
    text-align: right;
}
.single_choose_inner{}
.single_choose_content{}
.single_choose_content h2 {
    font-size: 36px;
    text-transform: capitalize;
    font-weight: 400;
    margin-bottom: 45px;
}
.single_choose_content p {
    margin-bottom: 22px;
}
.single_choose_content span{}
.single_choose_content span a {
    text-transform: capitalize;
    border-bottom: 2px solid #ddd;
}
.signature {
    margin-right: 30%;
    margin-top: 50px;
}
.choose_button {
    margin-top: -28px;
}
.choose_button a {
    border: 1px solid #ddd;
    font-size: 14px;
    padding: 10px 34px;
    -webkit-transition: .5s;
    transition: .5s;
    border-radius: 30px;
	text-transform: capitalize;
}
.choose_button a:hover{
	background:#333;
	border-color:#333;
	color:#fff;
}

/*====================================
START PORTFOLIO-1 REZA PORTFOLIO AREA 
======================================*/
.portfolio-1.reza_portfolio_area {
     padding: 95px 0 47px;
}
.portfolio-1 .filter_menu{
	text-align:center;
    margin-bottom: 85px;
}
.portfolio-1 .single_portfolio3{
    width: 39%;
    margin-left: .5%;
}
.portfolio-1 .single_portfolio4{
    width: 39%;
    margin-left: .5%;
}
.portfolio-1 .single_portfolio{
    margin-bottom: 20px;
}
.portfolio-1 .single_portfolio_thumb:before {
    content: "";
    top: 0;
    right: 0;
    width: 100%;
    height:0%;
    position: absolute;
    background: rgba(255, 255, 255, 0.7);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: .5s;
    transition: .5s;
    z-index: -1;
}
.portfolio-1 .single_portfolio:hover .single_portfolio_thumb:before{
	height:100%;
	z-index:1;
	opacity:1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.portfolio-1 .portfolio_text {
    position: absolute;
    left: 30px;
    right: 0;
    bottom: 520px;
    z-index: 99;
    overflow: hidden;
    -webkit-transition: .5s;
    transition: .5s;
}
.portfolio-1:hover .portfolio_text {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    bottom: 67px;
}
/*========================
 astute PAGINATION AREA CSS
=========================*/

.paginations {
    text-align: center;
    margin-top:0px;
}
.paginations a,
.page-numbers span.current {
    width: 35px;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    margin: auto 5px;
    border: 1px solid #ddd;
    color: #ddd;
}
.page-numbers li {
    display: inline-block;
}
.paginations a:hover,
.paginations a.current,
.page-numbers span.current {
    background: #333;
    border-color: #333;
    color: #fff;
}
/*========================
 END astute PAGINATION AREA CSS
=========================*/

/*====================================
START PORTFOLIO-2 REZA PORTFOLIO AREA 
======================================*/
.portfolio-2.reza_portfolio_area{
	 padding: 95px 0 0px;
} 
.portfolio-2 .filter_menu {
    margin-bottom: 85px;
    text-align: left;
    margin-left: 365px;
}
.portfolio-2 .portfolio_icon i {
    font-size: 16px;
    font-weight: 500;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 50%;
    background: #fff;
    color: #333;
    text-align: center;
    margin-right: 8px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: .5s;
    transition: .5s;
    cursor: pointer;
}
.portfolio-2 .portfolio_icon {
    position: absolute;
    left: 60%;
    top: -50%;
    z-index: 99;
    overflow: hidden;
    -webkit-transition: .5s;
    transition: .5s;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
}
.portfolio-2 .single_portfolio {
    overflow: hidden;
    position: relative;
	margin-bottom:0px;
}
.portfolio-2 .portfolio_text {
    position: absolute;
	left:58%;
    bottom:-50%;
    z-index: 99;
    overflow: hidden;
    -webkit-transition: .5s;
    transition: .5s;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
}
.portfolio-2 .single_portfolio:hover .portfolio_icon{
	top:50%;
}
.portfolio-2 .single_portfolio:hover .portfolio_text{
	bottom:40%;
}
.portfolio-2 .single_portfolio_thumb:before {
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0%;
    position: absolute;
    background: rgba(255, 255, 255, 0.7);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: .5s;
    transition: .5s;
    z-index: -1;
}
.portfolio-2 .single_portfolio:hover .single_portfolio_thumb:before{
	height:50%;
}
.portfolio-2 .single_portfolio_thumb:after {
    content: "";
    bottom: 0;
    right: 0;
    width: 100%;
    height:0%;
    position: absolute;
    background: rgba(255, 255, 255, 0.7);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: .5s;
    transition: .5s;
    z-index: -1;
}
.portfolio-2 .single_portfolio:hover .single_portfolio_thumb:after{
	height:50%;
	z-index:1;
	opacity:1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.row.bg .col-md-4{
	padding:0px;
	overflow:hidden;
	display:block;
}
/*====================================
 single portfolio reza portfolio area 
 ====================================*/
.single-portfolio.reza_portfolio_area {
    padding: 100px 0 35px;
}
.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: 36px 0 0 71px;
}
.portfolio_manu ul strong {
    font-size: 18px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    float: left;
    margin-right: 357px;
}
.portfolio_manu ul span {
    float: left;
    margin-left: 160px;
    margin-bottom: -25px;
}
.portfolio_manu ul li {
    display: block;
    font-size: 18px;
    text-transform: capitalize;
    margin-bottom: 20px;
    padding-bottom: 0px;
    border-bottom: 1px solid #ddd;
    height: 46px;
}
.portfolio_icons {
    margin-left: 70px;
}
.portfolio_icons strong {
    font-size: 18px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    margin-right: 95px;
}
.portfolio_icons i {
    margin-left: 12px;
    font-size: 18px;
}
.single-portfolio .single_portfolio_thumb:before {
    background:none;
}
.single_portfolio_text2{}
.single_portfolio_text2 p {
    font-size: 18px;
    margin: 46px 0 30px;
}
.single_portfolio_text2 span{
	font-size:18px;
}

/*==========================
 START REZA CONTACT ARAE CSS 
=============================*/
.single-portfolio.reza_contact_area {
	background-image: url(assets/images/sing-port/b.jpg);
	background-repeat: no-repeat;
	background-image:center center;
	position:relative;
background-size: cover;	
}
.single-portfolio.reza_contact_area:before {
    position: absolute;
    background: rgba(0, 0, 0, 0.89);
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.contact_title{}
.single-portfolio .contact_title_inner {
    text-align: center;
    margin-top: 15px;
}
.contact_content{}
.single-portfolio .contact_content h1 {
    font-size: 35px;
    text-transform: uppercase;
    margin-bottom: 5px;
    color: #fff;
    font-weight: 400;
}
.contact_title_thumb {
    margin-bottom: 13px;
}
.contact_title_thumb img{}
.contact_pragraph{}
.single-portfolio .contact_pragraph p {
    width: 63%;
    margin: auto;
    color: #fff;
    padding-bottom: 90px;
}
/* REZA_CONTACT_FORM CSS */
.single-portfolio .reza_contact_form {
    background: rgba(51, 51, 51, 0.35);
    padding: 45px 30px 63px;
    z-index: 999;
    margin-right: -100px;
    margin-left: 180px;
}
.single-portfolio .single_contacts {
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
    height: 135px;
}
.single-portfolio .single_contact {
    margin-bottom:90px;
}
.single-portfolio .contact_icon {
    text-align: center;
}
.single-portfolio .contact_icon i {
    color: #fff;
    font-size: 36px;
    margin-bottom: 5px;
}
.single-portfolio .contact_text{
	text-align:center;
}
.single-portfolio .contact_text p {
    color: #fff;
    margin-bottom: 0px;
}
.single-portfolio .contact_text span{
	color:#fff;
}

/* single portfolio reza form area */

.single-portfolio .reza_form_area{}
.single-portfolio .form_inner{}
.form_filed{
	overflow: hidden;
    padding-bottom: 25px;
    width: 100%;
}
.form_filed_inner{
	width: 47.5%;
	float: left;
	
}
.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: 45px;
    width: 100%;
    border: 1px solid #333;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding-left: 10px;
    outline: none;
    background: #333;
    -webkit-transition: .5s;
    transition: .5s;
}
.form_filed_comment{}
.form_filed_comment_inner{}
.form_filed_comment_inner textarea {
    font-size: 16px;
    font-weight: 400;
    background: #333 none repeat scroll 0% 0%;
    border-style: solid;
    border-color: rgba(221, 221, 221, 0.35);
    -o-border-image: none;
       border-image: none;
    color: #fff;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
    padding-left: 15px;
    text-transform: capitalize;
    margin-top: 25px;
    padding-top: 6px;
    height: 150px;
    outline: none;
}
.form_batton {
    margin-top: 30px;
}
.form_batton a {
    text-transform: capitalize;
    background: #fff;
    padding: 9px 50px;
    border-radius: 30px;
    border: 1px solid transparent;
    -webkit-transition: .5s;
    transition: .5s;
    color: #333;
    font-size: 18px;
    font-family: 'Oswald', sans-serif;
}
.form_batton a:hover {
    background: #333;
    color: #fff;
}


.portfolio-1 .current_menu_item, .portfolio-1 .filter_menu ul li:hover {
    color: #a7a7a7;
    border-bottom: none;
}

/* service area css */

/*=======================
START REZA FEATURE AREA
=======================*/
.reza_feature_area{
    margin-top: 96px;
}

.single_feature{}
.single_feature_inner{}
.feature_icon{}
.feature_icon i {
    font-size: 74px;
}
.single_feature_content{}
.single_feature_content h2 {
    font-size: 22px;
    text-transform: capitalize;
    font-weight: 400;
    margin: 20px 0 20px;
}
.single_feature_content p{}
.feature_button {
    margin: 5px 0 47px;
}
.feature_button a{}

/*=======================
START SERVICE TRAM AREA
=======================*/
.service .team_title {
    text-align: left;
}
.service .team_title_content-bg {
    margin-bottom: 90px;
}
.service .team_title_thumb {
    margin: 10px 0 10px 0px;
}

/*=======================
START BLOG TRAM AREA
=======================*/
.service .blog_title {
    text-align: left;
}
.service .blog_title_content-bg {
    margin: 10px 0px 90px;
}

/*=======================
START BLOG DETAILS AREA
=======================*/
.blog_single_area {
    padding: 100px 0 100px;
}
.blog_single_title{}
.single_blog_title_inner{}
.blog_single_thumb{}
.blog_single_thumb img{}
.blog_single_content h2 {
font-size: 26px;
    margin: 10px 0;
}
.blog_single_content p {
    margin-bottom: 40px;
    margin-top: 20px;
}
.post_meta {
    margin: 10px 0 -10px;
}
.post_meta span {
    font-size: 12px;
}
.post_meta a {
    border-right: 1px solid #ddd;
    color: #666666;
    font-size: 12px;
    margin-right: 10px;
    padding-right: 10px;
}
.post_meta a:last-child{
	border-right: none;
}
.post_meta i {
    margin-right: 8px;
}
.p {
    border: 1px solid #ddd;
    padding: 15px 15px 15px;
    width: 92%;
    margin-left: 30px;
}

.blog_social_icon {
    text-align: center;
    padding: 35px 0 30px;
}
.blog_social_icon i {
    border: 1px solid #333;
    height: 36px;
    border-radius: 50%;
    width: 36px;
    line-height: 36px;
    text-align: center;
    margin-left: 6px;
    -webkit-transition: .5s;
    transition: .5s;
}
.blog_social_icon i:hover{
	background: #333;
    color: #fff;
	border-color:#333;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
}
 h1 {
    font-size: 30px;
}
 h3{
	font-size: 22px;
}
.blog_single_content h4{
	font-size: 20px;
}
.blog_single_content h5{
    font-size: 18px;
}
.blog_single_content h6{
	font-size: 15px; 
}

/* comment area */

.comment_area{}
.comment_title{}
.comment_title_inner{}
.comment_content {
    margin: 40px 0 27px;
}
.comment_content h2{
	font-size:24px;
}
.single_comment{}
.single_comments {
    margin: 45px 0 45px 50px;
}
.comment_thumb {}
.comment_thumb img {
    border: 1px solid #ddd;
    border-radius: 50%;
    float: left;
    margin: 5px 20px 0;
}
.comment_post_meta{
	position:relative;
}
.comment_post_meta:before {
    top: 5px;
    right: 0px;
    bottom: 0px;
    left: 186px;
    width: 1px;
    height: 10px;
    position: absolute;
    content: "";
    background: #333;
}
.comment_post_meta p {
    text-transform: uppercase;
    font-size: 12px;
}
.comment_post_meta p strong{
	font-weight:400;
	margin-left:20px;
}
.comment_post_meta span {
    float: right;
    text-transform: uppercase;
    font-size: 12px;
    color: #012f5d;
    margin-top: -31px;
}
.comment_text p {
   
}



/* blog contact area css*/

.contact_area {
    margin-left: -15px;
}
.contact_title{}
.contact_title_inner{}
.contact_title_content{}
.contact_title_content h2 {
    font-size: 24px;
    text-transform: uppercase;
    margin: 43px 0 28px;
}
.contact_form{}
.contact_form_inner{}
.form_field{
	width:100%;
}
.form_field_inner {
    margin-bottom: 30px;
   width:47.90%;
   float:left;
}
.form_field_inner:nth-child(odd){
	margin-right:2.10%;
}
.form_field_inner:nth-child(even){
	margin-left:2.10%;
}
.form_field_inner.em_f_100{
	width:100%;
	margin-right:0px;
}
.form_field_inner input:focus{
	border:none;
	outline:1px solid #ddd;
}
.form_field_inner input,
.form_field_comment_inner textarea {
	padding-left:10px;
    width: 100%;
	border:1px solid #ddd;
	height:42px;
	background:#f8f8f8;
	font-family: 'Oswald', sans-serif;
}

.form_field_comment{}
.form_field_comment_inner{}
.form_field_comment_inner textarea{
	height:200px;
	padding-top:10px;
}
/* contact button css */
.contact_button {
    margin-top: 26px;
}
.contact_button button {
    display: inline-block;
    padding: 9px 56px;
    background: #f8f8f8;
    color: #333;
    border: none;
    border-radius: 50px;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Oswald', sans-serif;
    -webkit-transition: .5s;
    transition: .5s;
    letter-spacing: 1px;
}
.contact_button button:hover{
	background:#333;
	color:#fff;
}

/* widget area */

.widget_area {
    padding: 100px 0 100px;
}
.single_sidebar_content h2 {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0px 0 38px;
}
.sidebar_search {
    position: relative;
    margin: 0 15px 35px 0px;
}
.sidebar_search input { 
	  height: 40px;
	  position: relative;
	  width: 100%;
	  padding-left: 10px;
	  font-family: 'Oswald', sans-serif;
}
.sidebar_category {
    margin-top: -6px;
}
.sidebar_category ul {
    margin-bottom: 57px;
}
.sidebar_category li {
    margin-bottom: 23px;
    border-bottom: 1px solid #ddd;
    height: 39px;
    display: block;
	font-family: 'Oswald', sans-serif;
}
.sidebar_category ul li i{
	margin-right:10px;
}
.sidebar_category li span {
    float: right;
}
.sidebar_search button {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    color: #858585;
    font-size: 18px;
    padding: 1px 4px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}
.sidebar_search button i {
    background: #333;
    color: #fff;
    height: 32px;
    width: 32px;
    line-height: 32px;
}
.sidebar_tag {
    margin-bottom: 35px;
}
.sidebar_tag a {
    display: inline-block;
    background: #ddd;
    margin-right: 20px;
    padding: 6px 14px 6px 14px;
    margin-bottom: 20px;
    border-radius: 5px;
    -webkit-transition: .5s;
    transition: .5s;
    text-transform: capitalize;
	font-family: 'Oswald', sans-serif;
}
.sidebar_tag a:hover{
	background:#333;
	color:#fff;
}

/* SIDEBAR RECENT POST */
.single_recent_post {
    margin-bottom: 25px;
    border-bottom: 1px solid #ddd;
    height: 87px;
}
.recent_post_thumb {
    float: left;
    margin-right: 15px;
}
.recent_post_thumb img{}

.recent_post_content{}
.recent_post_content h2 {
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 10px;
}
.recent_post_content span {
    text-transform: uppercase;
    font-weight: 400;
    font-family: 'Oswald', sans-serif;
}
/* blog details footer css */
.blog-details.reza_footer_area{
	padding: 55px 0 60px;
    border-top: 1px solid #ddd;
}





































/*========================
reza 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: #f01e4a;
}
.commment_title p {} .post_replay {} .post_replay_inner {
	    word-wrap: break-word;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 12px;
}
.mgl-30 {
    margin-left: 30px;
}
.post_reply_thumb {} .post_reply_thumb img {
    border-radius: 50%;
}
.post_replay {
    margin-top: 25px;
}
.post_reply {
    padding-left: 15px;
    width: 100%;
}
.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: 'Oswald', sans-serif;
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 10px;
    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;
}
.reza_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;
}
.reza_btn:hover {
    border-color: #f01e4a;
    background: #f01e4a;
    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;
}







/*========================
reza 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: #f01e4a;
    font-weight: 700;
}
/*========================
reza FOOTER TOP 2 AREA CSS
=========================*/

.footer-top {
    background: #1b1919 none repeat scroll 0 0;
    padding: 100px 0;
}
.footer-top-inner h2 {
    color: #fff;
    font-family: "Oswald", 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: #f01e4a;
    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: #f01e4a;
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    height: 45px;
    line-height: 45px;
    margin: 0 7px;
    text-align: center;
    width: 45px;
    -webkit-transition: .3s;
    transition: .3s;
}
.footer-social-icon a i:hover {
    background-color: #f01e4a;
    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
=========================*/
/*========================
reza FOOTER MIDDLE AREA CSS
=========================*/

.footer-middle {
    background: #1a1a1a none repeat scroll 0 0;
    padding: 65px 0 82px;
}
.footer-middle.wpfd {
    padding: 0;
}
.footer-middle .widget h2 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 28px;
    margin-top: 30px;
    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;
    width: 100%;
}
.footer-middle .widget ul li,
.footer-middle .widget ul li a,
.footer-middle .widget ul li:before,
.footer-middle .tagcloud a,
.footer-middle caption,
.footer-middle table,
.footer-middle table td a,
.footer-middle cite,
.footer-middle .rssSummary,
.footer-middle span.rss-date,
.footer-middle span.comment-author-link,
.footer-middle .textwidget p,
.footer-middle .widget .screen-reader-text {
    color: #fff;
}
.footer-middle .widget h2 {} 
.footer-middle .widget ul li:before {} 
.footer-middle .tagcloud a {} 
.footer-middle .widget ul {
    list-style: none;
}
.footer-middle .widget ul li {
    margin-bottom: 10px;
}
.footer-middle .widget ul li 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: #f01e4a;
}
/*========================
END FOOTER middle AREA CSS
=========================*/
/*========================
reza FOOTER BOTTOM AREA CSS
=========================*/

.footer-bottom {
	background: #101010 none repeat scroll 0 0;
    padding: 26px 0 24px;
}
.copy-right-text {} .copy-right-text p {
    color: #fff;
    font-size: 14px;
    margin: 0;
    padding: 0;
}
.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: #f01e4a;
}
.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: #333 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
=========================*/

.copy-right-text a {
    color: #f01e4a;
}
::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    
    color: #333;
    font-size: 16px;
}
::-moz-placeholder {
    /* Firefox 19+ */    
    color: #333;
    font-size: 16px;
}
:-ms-input-placeholder {
    /* IE 10+ */
    
    color: #333;
    font-size: 16px;
}
:-moz-placeholder {
    /* Firefox 18- */
    
    color: #333;
    font-size: 16px;
}
.reza_contact_form ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    
    color: #fff !important;
    font-size: 14px;
    font-weight: 400;
}
.reza_contact_form ::-moz-placeholder {
    /* Firefox 19+ */
    
    color: #fff !important;
    font-size: 14px;
    font-weight: 400;
}
.reza_contact_form :-ms-input-placeholder {
    /* IE 10+ */
    
    color: #fff !important;
    font-size: 14px;
    font-weight: 400;
}
.reza_contact_form :-moz-placeholder {
    /* Firefox 18- */
    
    color: #fff !important;
    font-size: 14px;
    font-weight: 400;
}
.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;
	margin-top: 28px;

}
.recent-post-text h4 a {
    color: #333;
    font-size: 14px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
		font-weight: 500;
}
.recent-post-text h4 a:hover {
    color: #f01e4a;
}
.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;
    margin-top: 5px;		
}
.footer-middle .recent-post-text > h4 a:hover {
    color: #333;
}
.footer-middle .recent-post-text .rcomment {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
}
.mean-container .mean-bar {
    float: none;
    background: #333 none repeat scroll 0 0;
}
.mean-container .mean-nav ul li li a {
    color: #333;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}




/* carousel nav */

.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-style .owl-nav .owl-next {
    left: auto;
    right: -45px;
}
.curosel-style .owl-nav .owl-next:hover {
    background: #333;
    color: #fff;
}
.curosel-style .owl-nav .owl-prev:hover {
    background: #333;
    color: #fff
}
.owl-carousel .owl-item img {
	margin:auto;
}
.curosel-style:hover .owl-nav div {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
 /* carousel dots */
/* owl carousel */

.owl-dots {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    bottom: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}

.em-slider-area .owl-dots {
    bottom: 40px;
}
.testimonial_list .owl-dots {
    bottom: -35px;
}



.r_single_testi_inner {
    text-align: center;
}

/*----------------------
 * SLICK SLIDER  AREA CSS
 -----------------------*/

.em-slick-testi-main {
    text-align: center;
}
/*----------------------
 * Nivo SLIDER AREA CSS
 -----------------------*/

.main-slider-area {
    overflow: hidden;
    display: block;
    position: relative;
}
.nivo-caption {
    background: rgba(0, 0, 0, 0.6) 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: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}
/* slider title */

.em-slider-title {
    color: #fff;
    font-size: 57px;
    font-weight: 700;
    margin-bottom: 0px;
    text-transform: uppercase;
   font-family: 'Oswald', sans-serif;	
}
.em-slider-sub-title {
    color: #fff;
    font-size: 57px;
    font-weight: 700;
    margin-bottom: 5px;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.05);
    text-transform: uppercase;
   font-family: 'Oswald', sans-serif;	
}
.em-slider-descript {
    color: #fff;
}
.em-slider-descript {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 43px;
    width: 61%;
}
.text-left .em-slider-descript {
    margin-left: 0;
    margin-right: auto;
}
.text-center .em-slider-descript {
    margin: 0 auto 31px;
}
.text-right .em-slider-descript {
    margin-right: 0;
    margin-left: auto;
}
/* button */

.em-button-button-area a {
    border: 1px solid #fff;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    margin: 0 4px;
	padding: 10px 36px;
    position: relative;
    text-transform: uppercase;
    border-radius: 30px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    z-index: 1;
   font-family: 'Oswald', sans-serif;	
}
a.em-active-button {
    background: #f01e4a;
    border-color: #f01e4a;
}
.em-button-button-area a:hover {
    color: #fff;
    background: #f01e4a;
    border-color: #f01e4a;
}
a.em-active-button:hover {
    background: transparent;
    border-color: #fff;
}
.em-slider-half-width {
    width: 50%;
}
.em-slider-left {
    padding-right: 30px;
}
.em-slider-right {
    padding-left: 30px;
}
.em-slider-full-width {
    width: 85%;
}
.em-slider-half-width .em-slider-descript {
    width: 100%;
}
/* directionNav */

.em-nivo-slider-wrapper .nivo-directionNav {} .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 #fff;
    text-align: center;
    display: block;
    border-radius: 50%;
    color: #fff;
    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: #f01e4a;
    border-color: #f01e4a;
    color: #fff;
}
.em-nivo-slider-wrapper:hover .nivo-directionNav a {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    left: 50px;
}
.em-nivo-slider-wrapper:hover .nivo-directionNav .nivo-nextNav {
    left: auto;
    right: 50px;
}
/* controlNav */

.em-nivo-slider-wrapper .nivo-controlNav {
    bottom: 50px;
    padding: 0;
    position: absolute;
    width: 100%;
    z-index: 9;
}
.em-nivo-slider-wrapper .nivo-controlNav {
    display: none;
}
.em-nivo-slider-wrapper .nivo-controlNav a {
    background: #000 none repeat scroll 0 0;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    height: 25px;
    margin: 0 5px;
    width: 25px;
	color: #fff;
line-height: 25px;	
}
.em-nivo-slider-wrapper .nivo-controlNav a:hover,
.em-nivo-slider-wrapper .nivo-controlNav a.active {
    background: #f01e4a none repeat scroll 0 0;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/* recent post */

.footer-address {
    padding-top: 12px;
}
.footer-widget.address,
.footer-widget.address p {
    color: #fff;
}
.footer_s_inner {
    margin-top: 10px;
}
.footer-sociala-icon {
    clear: both;
    float: left;
    font-size: 18px;
    margin-right: 12px;
	color:#f01e4a;
}
.recent-post-item {
  clear: both;
  overflow: hidden;
}
.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 .post-date{
	display:block;
}
.footer-middle .recent-post-item + .recent-post-item {
    margin-top: 0px;
}
/* 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;
    -webkit-transition: all 0.4s ease 0s;
    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: #f01e4a;
    color: #fff
}
.mc4wp-form-fields button:hover {
    background: #f01e4a;
    color: #fff
}
.footer-middle .mc4wp-form-fields p:nth-child(1) {
    margin-bottom: 30px;
}

/* responsive 320 start */
/* small mobile :320px. */

@media (max-width: 767px) {
    body {
        overflow-x: hidden;
    }
    .reza-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: #f01e4a;
    border: 0 none;
    border-radius: 100px;
    color: #fff;
    display: inline-block;
    font-family: "Oswald", 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 #f01e4a;
    color: #f01e4a;
    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: #f01e4a;
    color: #fff;
}
.btn.btn-bordered:hover {
    background-color: #f01e4a;
    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 SLIDER SECTION
------------------------------------------*/

.banner-area {
    height: calc(100vh - 100px);
    padding: 0;
    position: relative;
}
.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 {
    font-size: 70px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.banner-content h2 {
    color: #333;
    font-size: 55px;
    font-weight: 500;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.banner-content p {
    font-size: 18px;
    margin: 20px auto 16px;
    width: 48%;
}
.banner-area .btn {
    margin-top: 30px;
}
.scroll-next {
    bottom: 10px;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 1;
}
.scroll-next > a {
    border-radius: 20px;
    display: inline-block;
    height: 30px;
    width: 30px;
    position: relative;
}
.scroll-next i {
    color: #f01e4a;
    font-size: 40px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
/*----------------------------------------
 SLICK 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: #f01e4a;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    color: #fff;
}
.em-slick-slider-new .slick-dots {
    bottom: 35px;
    position: absolute;
    text-align: center;
    -webkit-transform: translateX(-50%);
            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: #f01e4a;
}
.skbrop,
.overlay-dark {
    position: relative;
    z-index: 0;
}
.skbrop:after,
.bnrsk:after {
    background-color: rgba(255, 255, 255, 0.5);
    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: #f01e4a;
}
/* 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: #f01e4a;
}
/* 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)";
}

.mean-container .mean-bar:before {
    text-transform: uppercase;
}
.footer-logo img{
    margin-bottom: 20px;
    margin-top: 16px;
}

/* banner slider style 2 */

.banner-content h1 {
    font-size: 24px;
    text-transform: capitalize;
}

.banner-content h2 {
    font-size: 48px;
    font-weight: 700;
}
.slick-dots li {
    display: none;
}
.banner-content h1 {
    margin-bottom: 8px;
}
.banner-content h2 {
    margin-bottom: 5px;
}
.banner-content p {
    font-size: 16px;
}
.banner-area .btn {
    margin-top: 12px;
}
.btn-lg {
    font-size: 14px;
    padding: 14px 30px;
letter-spacing: 0px;	
}
.banner-content p {
    margin: 10px auto 16px;
}
.banner-content p {
    font-size: 16px;
}

.banner-content p {
    width: 37%;
}




/*========================
monger BLOG DETAILS AREA CSS
=========================*/

.monger-single-blog-details {} .monger-single-blog--thumb {} .monger-single-blog--thumb a {} .monger-single-blog--thumb img {} .monger-single-blog--thumb {
    padding-bottom: 20px;
}
.monger-single-blog-title h2 {
    font-size: 23px;
    padding: 0;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 8px;
    text-transform: capitalize;
    color: #333;
}
.monger-single-blog-details .monger-blog-meta {
    padding: 0px;
    margin: 0px;
}
.monger-single-blog-details .monger-blog-meta-right,
.monger-single-blog-details .monger-blog-meta-left {
    padding: 0px 0 10px 0;
}
.monger-blog-social {
    margin-bottom: 25px;
    margin-top: 25px;
}
.monger-single-icon-inner {
    text-align: center;
}
.monger-single-icon-inner a {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #f01e4a;
    border-radius: 50%;
    color: #f01e4a;
    display: inline-block;
    font-size: 18px;
    height: 40px;
    line-height: 38px;
    margin: 0 5px;
    text-align: center;
    width: 40px;
}
.monger-single-icon-inner a:hover {
    background: #f01e4a;
    border-color: #f01e4a;
    color: #fff;
}
.monger-single-icon-inner a i {} .single-blog-content ul {
    padding-bottom: 10px;
}

/*========================
 monger 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: #f01e4a;
}
.em-blog-content-area {
    padding: 5px 15px 7px;
    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;
}

.kc_counter_box i {
    display: inline-block;
    font-size: 45px;
    margin-bottom: 0;
}
/*========================
 monger BREADCRUMB AREA CSS
=========================*/

.breadcumb-blog-area {
    padding: 80px 0px 100px;
    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: #f01e4a;
}
.breadcumb-inner li a {
    color: #333;
}
.brpt h2 {
    font-size: 22px;
}
.lcase {
    text-transform: lowercase;
}
.ucase {
    text-transform: uppercase;
}
.ccase {
    text-transform: capitalize;
}
/*========================
 END monger BREADCRUMB AREA CSS
=========================*/
/*========================
 monger 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 */
.monger-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 monger 404 AREA CSS
=========================*/


/*========================
 section title
=========================*/

.section_title_inner {
    margin-bottom: 50px;
    overflow: hidden;
}
.section_title_inner h2{
    float: left;
    margin: 0;
    font-size: 36px;
    font-weight: 400;
    text-transform: capitalize;
    border-right: 3px solid #787878;
    padding-right: 20px;
    margin-right: 20px;
    padding-bottom: 6px;
	position:relative;
}
.section_title_inner h2:before{
	position:absolute;
	right:-3px;
	top:0;
	content:"";
	background:#333;
	width:3px;
	height:30%;
	
}
.section_title_inner h2:after{
	position:absolute;
	right:-3px;
	bottom:0;
	content:"";
	background:#333;
	width:3px;
	height:30%;
	
}

.section_title_inner span{
	display:block;
}
.section_title_inner p{
    overflow: hidden;
    width: 49%;
    margin: 0;
    margin-top: 20px;
}

/* style2 */
.section_title_inner2 {
    margin-bottom: 50px;
    overflow: hidden;
}
.section_title_inner2 h2{
    font-size: 36px;
    font-weight: 400;
    text-transform: capitalize;
	position:relative;
}
.section_title_inner2 span{;
}
.section_title_inner2 p{
    margin: auto;
    margin-top: 20px;
}
/* style 3 */



/* style 3 */
.section-title h2 {
    font-size: 36px;
    font-weight: 400;
    text-transform: capitalize;
	position:relative;	
}
.section-title p{
    margin-bottom: 44px;	
}

.section-title.t_center {
    margin: auto;
    text-align: center;
    width: 63%;
}
.section-title.t_left {
    margin: auto auto auto 0;
    width: 63%;
    text-align: left;
}
.section-title.t_right {
    margin: auto 0 auto auto;
    width: 63%;
    text-align: right;
}
.section-title.t_right .em-bar {
    margin: 0 0 5px auto;
}
.section-title.t_left .em-bar {
    margin: 0 0 5px;
}
.em-icon {} .em-icon i {} .em-bar-main {
    margin: 10px 0 13px;
}
.em-bar {
    background: #787878 none repeat scroll 0 0;
    height: 3px;
    margin: 20px auto 15px;
    width: 74px;
    position: relative;
}

.em-bar.em-bar-big {
    width: 80px;
}
.em-bar:before{
	position:absolute;
	right:0px;
	top:0;
	content:"";
	background:#333;
    width: 34%;
    height: 100%;	
}
.em-bar:after{
	position:absolute;
	left:0px;
	bottom:0;
	content:"";
	background:#333;
    width: 34%;
    height: 100%;
}

.em-image {
    margin-bottom: 10px;
}
.em-image img {} .section-title.t_left span {
    color: #eb1b2b;
}




/* animate text css */
.cd-headline.clip span {
  display: inline-block;
  padding:0;
}
.cd-words-wrapper b {
font-weight:400;
}

/* breadcumb-area */
.breadcrumb_area {
    background: #000;
    background:url(assets/images/silder4.jpg);
    padding: 75px 0 75px;
	position:relative;
	    background-position: center center;

}
.breadcrumb_area:before {
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0.7);
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.br_content_inner{}
.br_content_inner h2 {
    font-size: 30px;
    color: #fff;
}
.br_content_inner ul{}
.br_content_inner ul li {
    list-style: none;
    display: inline-block;
    color: #fff;
}
.br_content_inner ul li a{
    color: #fff;	
}
.div1{
	height:760px;
}








