@charset "utf-8";
/*
/*	Copyright (c) 2018 Marketify
/*	Author: Marketify
/*	This file is made for CURRENT TEMPLATE


	01) EZRA BASE
	02) EZRA HEADER
	03) EZRA MOBILE MENU
	04) EZRA HAMBURGER
	05) EZRA CONTENT
	06) EZRA ABOUT
	07) EZRA SERVICES
	08) EZRA COUNTER
	09) EZRA PORTFOLIO
	10) EZRA TESTIMONIALS
	11) EZRA NEWS
	12) EZRA CONTACT
	13) EZRA FOOTER
	14) EZRA TO TOP
	15) EZRA MEDIA QUERIES (FOR SMALL DEVIVES)
	

/*---------------------------------------------------*/
/*	01) EZRA BASE
/*---------------------------------------------------*/

html {
	overflow-x: hidden;
	padding: 0px;
	margin: 0px
}
body{
	font-family: "Open Sans";
	font-size: 14px;
	line-height: 1.8;
	letter-spacing: 0.5px;
	word-wrap: break-word;
	font-weight: 400;
}
svg{
	fill: currentcolor;
	width: 15px;
	height: 15px;
}
img.svg{
	width: 15px;
	height: 15px;
}
.ezra_tm_wrapper_all,
.ezra_tm_section,
.ezra_tm_content{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */ 
}
.ezra_tm_content{
	position: relative;
	z-index: 1;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #333;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #333;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #333;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #333;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color: #333;
}

::placeholder { /* Most modern browsers support this now. */
   color: #333;
}

.ezra_tm_preloader{
  position: fixed;
  background-color: #fff;
  z-index: 9999999;
  height: 100%;
  width: 100%;	
	
  -webkit-transition: .2s all ease;
  -o-transition: .2s all ease;
  transition: .2s all ease;
  -webkit-transition-delay: .5s;
  -o-transition-delay: .5s;
  transition-delay: .5s; }  
.ezra_tm_preloader .spinner_wrap{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 33333;
}
.ezra_tm_preloader.loaded {
    opacity: 0;
    visibility: hidden;
}
.ezra_tm_preloader:before,
.ezra_tm_preloader:after{
    content: "";
    position: absolute;
    height: 50%;
    width: 100%;
    background-color: #000;
	
    -webkit-transition: .7s all ease;
    -o-transition: .7s all ease;
    transition: .7s all ease;
}
.ezra_tm_preloader:before{
    top: 0;
    left: 0; 
}
.ezra_tm_preloader:after{
    bottom: 0;
	left: 0; 
}
.ezra_tm_preloader.loaded:before, .ezra_tm_preloader.loaded:after{height: 0%;}

/*---------------------------------------------------*/
/*	02) EZRA HEADER
/*---------------------------------------------------*/

.ezra_tm_header{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: fixed;
	top: 0px;
	z-index: 55;
	
	-webkit-transition: all .2s ease;
	   -moz-transition: all .2s ease;
	    -ms-transition: all .2s ease;
	     -o-transition: all .2s ease;
	        transition: all .2s ease;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.ezra_tm_header.scroll{
	background-color: #000;	
	box-shadow: 0 1px 3px rgba(255,255,255,.1);
}
.ezra_tm_header.scroll .ezra_tm_navigation_wrap .menu > ul > li a{
	color: #fff;
	position: relative;
}
.ezra_tm_navigation_wrap,
.ezra_tm_navigation_wrap .navigation_inner{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.ezra_tm_navigation_wrap{
	min-height: 38px;	
	line-height: 38px;
	padding: 35px 0px;
	
	-webkit-transition: all .5s ease;
	   -moz-transition: all .5s ease;
	    -ms-transition: all .5s ease;
	     -o-transition: all .5s ease;
	        transition: all .5s ease;
}
.ezra_tm_header.scroll .ezra_tm_navigation_wrap{padding: 24px 0px;}
.ezra_tm_navigation_wrap .navigation_inner{position: relative;}
.ezra_tm_navigation_wrap .logo{
	position: absolute;
	left: 0px;
	top: -3px;
	z-index: 1;
}
.ezra_tm_navigation_wrap .nav_list_wrap{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: relative;
	text-align: right;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.ezra_tm_navigation_wrap .menu > ul{
	margin: 0px;
	list-style-type: none;
}
.ezra_tm_navigation_wrap .menu > ul > li{
	margin: 0px 30px 0px 0px;
	display:inline-block; 
}
.ezra_tm_navigation_wrap .menu > ul > li:last-child{margin-right: 0px;}
.ezra_tm_navigation_wrap .menu > ul > li a{
	text-decoration: none;
	color: #fff;
	font-family: "Montserrat";
	font-size: 16px;
	font-weight: 600;
	display: block;
	position: relative;
}
.ezra_tm_navigation_wrap .social_icons_wrap{
	position: absolute;
	right: 0px;
	top: 0px;
}
.ezra_tm_navigation_wrap .social_icons_wrap > ul{
	margin: 0px;
	list-style-type: none;
}
.ezra_tm_navigation_wrap .social_icons_wrap > ul > li{
	margin: 0px 10px 0px 0px;
	display: inline-block;
}
.ezra_tm_navigation_wrap .social_icons_wrap > ul > li:last-child{margin-right: 0px;}
.ezra_tm_navigation_wrap .social_icons_wrap > ul > li a{
	text-decoration: none;
	color: #fff;
	font-size: 16px;
	display: inline-block;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.ezra_tm_navigation_wrap .social_icons_wrap > ul > li a:hover{color: #ed2629;}

/*---------------------------------------------------*/
/*	03) EZRA MOBILE MENU
/*---------------------------------------------------*/

.ezra_tm_mobile_menu_wrap{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	background-color: rgba(0,0,0,.97);
	padding: 50px 20px;
	display: none;
	border-bottom: 1px solid rgba(0,0,0,.09);
	border-top: 1px solid rgba(0,0,0,.09);
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */	
}
.ezra_tm_mobile_menu_wrap .mob_menu{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.ezra_tm_mobile_menu_wrap .mob_menu > ul{
	margin: 0px;
	list-style-type: none;
}
.ezra_tm_mobile_menu_wrap .mob_menu > ul > li{margin: 0px 0px 5px 0px;}
.ezra_tm_mobile_menu_wrap .mob_menu > ul > li:last-child{margin-bottom: 0px;}
.ezra_tm_mobile_menu_wrap .mob_menu > ul > li a{
	text-decoration: none;
	color: #fff;
	font-family: "Montserrat";
	font-weight: 600;
	font-size: 19px;
}

/*---------------------------------------------------*/
/*	04) EZRA HAMBURGER
/*---------------------------------------------------*/

.ezra_tm_trigger{
	position: absolute;
	right: 0px;
	top: 11px;
	display: none;
}
.ezra_tm_trigger .hamburger{
    padding: 15px 15px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
}
.ezra_tm_trigger .hamburger-box{
    width: 30px;
    height: 18px;
    display: inline-block;
    position: relative;
}
.ezra_tm_trigger .hamburger-inner{
    display: block;
    top: 50%;
    margin-top: -2px;
}
.ezra_tm_trigger .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after{
    width: 30px;
    height: 2px;
    background-color: #333333;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
	
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}
.ezra_tm_trigger .hamburger-inner::before,
.ezra_tm_trigger .hamburger-inner::after{
    content: "";
    display: block;
}
.ezra_tm_trigger .hamburger-inner::before{top: -8px;}
.ezra_tm_trigger .hamburger-inner::after{ bottom: -10px;}
.ezra_tm_trigger .hamburger--collapse-r .hamburger-inner{
    top: auto;
    bottom: 0;
    transition-duration: 0.13s;
    transition-delay: 0.13s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.ezra_tm_trigger .hamburger--collapse-r .hamburger-inner::after{
    top: -16px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.ezra_tm_trigger .hamburger--collapse-r .hamburger-inner::before{
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.ezra_tm_trigger .hamburger--collapse-r.is-active .hamburger-inner{
    transform: translate3d(0, -10px, 0) rotate(45deg);
    transition-delay: 0.22s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.ezra_tm_trigger .hamburger--collapse-r.is-active .hamburger-inner::after{
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.ezra_tm_trigger .hamburger--collapse-r.is-active .hamburger-inner::before{
    top: 0;
    transform: rotate(90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.ezra_tm_trigger .hamburger{
	padding: 0px;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}
.ezra_tm_trigger .hamburger-box{display: block;}
.ezra_tm_trigger .hamburger .hamburger-inner::before,
.ezra_tm_trigger .hamburger .hamburger-inner::after,
.ezra_tm_trigger .hamburger .hamburger-inner{
	background-color: #fff;
	width: 30px;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}

/*---------------------------------------------------*/
/*	05) EZRA CONTENT
/*---------------------------------------------------*/

.ezra_tm_hero_header{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: relative;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.svg.shape{
	position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    z-index: 21111;
}
.svg.shape svg{
	width: 100%;
	height: 100%;
	color: #fff;
}
.svg.another svg{color: #f9f9f9}
.ezra_tm_section.relative{position: relative;}
.ezra_tm_universal_box_wrap{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: relative;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.ezra_tm_universal_box_wrap .bg_wrap{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 10;
}
.ezra_tm_universal_box_wrap .overlay_image{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 15;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.ezra_tm_universal_box_wrap .overlay_video{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 15;
	overflow: hidden;
}
.ezra_tm_universal_box_wrap .overlay_video video{
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	object-fit: cover;
}
.ezra_tm_universal_box_wrap .overlay_color{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 20;
}
.ezra_tm_universal_box_wrap .overlay_image.hero{background-image: url(../img/hero/mazda2.jpg);}
.ezra_tm_universal_box_wrap .overlay_color.hero{background-color: rgba(0,0,0,0.7);}
.ezra_tm_universal_box_wrap .content{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: relative;
	z-index: 25;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.ezra_tm_universal_box_wrap .content.hero{
	height: 100vh;
	overflow: hidden;
}
.ezra_tm_universal_box_wrap .container.hero{position: static;}
.ezra_tm_hero_title{
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
}
.ezra_tm_hero_title .animate{
	font-size: 70px;
	font-weight: 700;
	font-family: "Montserrat";
	letter-spacing: -1px;
	color: #fff;
	line-height: 1;
	margin-bottom: 40px;
	padding-top: 20px;
}
.ezra_tm_hero_share{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	text-align: center;
	
	box-sizing: border-box;
}
.ezra_tm_hero_share ul{
	margin: 0px;
	list-style-type: none;
}
.ezra_tm_hero_share ul li{
	margin: 0px 15px 0px 0px;
	display: inline-block;
}
.ezra_tm_hero_share ul li:last-child{margin-right: 0px;}
.ezra_tm_hero_share ul li a{
	text-decoration: none;
	color: #fff;
}
.ezra_tm_hero_share ul li a i{
	font-size: 17px;
}
.ezra_tm_arrow_wrap{
	position: absolute;
	left: 50%;
	bottom: 10%;
	transform: translateX(-50%);
	margin-left: -21px;
	z-index: 11;
}
.ezra_tm_arrow_wrap.bounce {
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite; }

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); } }

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); } }
.ezra_tm_arrow_wrap a{
	text-decoration: none;
	color: #fff;
	font-size: 30px;
}
.ezra_tm_button{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */ 
}
.ezra_tm_button a{
	text-decoration: none;
	color: #fff;
	background-color: #fd4d4d;
	font-weight: 600;
	font-family: "Montserrat";
	padding: 15px 40px;
	border-radius: 3px;
	display: inline-block;
	position: relative;
	overflow: hidden;
}
.ezra_tm_button a span{
	position: relative;
	z-index: 2;
}
.ezra_tm_button a:before{
	position: absolute;
	content: "";
	top: 0px;
	height: 100%;
	left: -25%;
	width: 0%;
	background-color: #000;
	transform: skew(50deg);
	transition-duration: .6s;
	z-index: 1;
 
}
.ezra_tm_button a:hover:before{width: 170%;}

/*---------------------------------------------------*/
/*	06) EZRA ABOUT
/*---------------------------------------------------*/

.ezra_tm_main_title_holder{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	text-align: left;
	margin-bottom: 120px;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.ezra_tm_main_title_holder.services{margin-bottom: 95px;}
.ezra_tm_main_title_holder.portfolio{margin-bottom: 100px;}
.ezra_tm_main_title_holder.testimonial{margin-bottom: 92px;}
.ezra_tm_main_title_holder.news{margin-bottom: 93px;}
.ezra_tm_main_title_holder.contact{margin-bottom: 100px;}
.ezra_tm_main_title_holder.about{
	text-align: left;
	margin-bottom: 0px;
	padding: 0px;
}
.ezra_tm_main_title_holder h3{
	font-weight: 900;
	font-family: "Montserrat";
	color: #000000;
	font-size: 30px;
	line-height: 1;
}
.ezra_tm_main_title_holder h3 span{
    position: relative;
}
.ezra_tm_main_title_holder h3 span:before{
    position: absolute;
	content: "";
	width: 50px;
	height: 4px;
	background-color: #000000;
	letter-spacing: 0px;
	bottom: -10px;
}
.ezra_tm_about_wrap{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	padding: 100px 0px 170px 0px;
	position: relative;
	margin-top: -6px;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */ 
}
.ezra_tm_about_wrap .author_wrap{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: relative;
	display: flex;
	align-items: center;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */ 
}
.ezra_tm_about_wrap .leftbox{
	width: 35%;
	float: left;
	height: auto;
}
.ezra_tm_about_wrap .rightbox{
	width: 65%;
	float: right;
	padding: 0px 0px 0px 65px;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */ 
}
.ezra_tm_about_wrap .subtitle{
	width: 100%;
	float: left;
	margin-bottom: 20px;
}
.ezra_tm_about_wrap .subtitle p{
	font-family: "Montserrat";
	color: #333;
	font-size: 15px;
	font-weight: 600;
}
.ezra_tm_about_wrap .definition{margin-bottom: 20px;}
.ezra_tm_about_wrap .definition p{color: #333;}
.progress_bar_wrap_total{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	margin-bottom: 10px;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.ezra_tm_progress_wrap[data-size="big"] .ezra_tm_progress .ezra_tm_bar_bg{height:40px;}
.ezra_tm_progress_wrap[data-size="small"] .ezra_tm_progress .ezra_tm_bar_bg{height:5px;}

.ezra_tm_progress_wrap[data-round="a"] .ezra_tm_progress .ezra_tm_bar_bg,
.ezra_tm_progress_wrap[data-round="a"] .ezra_tm_progress .ezra_tm_bar{
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
}
.ezra_tm_progress_wrap[data-round="b"] .ezra_tm_progress .ezra_tm_bar_bg,
.ezra_tm_progress_wrap[data-round="b"] .ezra_tm_progress .ezra_tm_bar{
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.ezra_tm_progress_wrap[data-round="c"] .ezra_tm_progress .ezra_tm_bar_bg,
.ezra_tm_progress_wrap[data-round="c"] .ezra_tm_progress .ezra_tm_bar{
	-webkit-border-radius:50px;
	-moz-border-radius:50px;
	border-radius:50px;
}
.ezra_tm_progress{
	width:100%;
	margin-bottom:15px;
}
.ezra_tm_progress > span{
	margin:0px 0px 3px 0px;
	width:100%;
	display:block;
	text-align:left;
}
.ezra_tm_progress span.label{
	font-size:13px;
	font-weight:700;
	color:#000;
	font-family: "Montserrat";
}
.ezra_tm_progress span.number{
	float:right;
	font-size:13px;
	color:#000;
	font-weight: 700;
	font-family: "Montserrat";
}
.ezra_tm_progress .ezra_tm_bar_bg{
	background:rgba(0,0,0,.1);
	width:100%;
	min-width:100%;
	position:relative;
	height:20px;
}
.ezra_tm_progress .ezra_tm_bar_bg .ezra_tm_bar_wrap{
	width:0px;
	height:100%;
}
.ezra_tm_progress .ezra_tm_bar_bg .ezra_tm_bar_wrap.open{
	-webkit-animation: ezra_tm_expand 3s cubic-bezier(0.165, 0.840, 0.440, 1.000);  /* Safari 4+ */
	-moz-animation:    ezra_tm_expand 3s cubic-bezier(0.165, 0.840, 0.440, 1.000);  /* Fx 5+ */
	animation:         ezra_tm_expand 3s cubic-bezier(0.165, 0.840, 0.440, 1.000);  /* IE 10+ */
	width:100%;	
}
.ezra_tm_progress .ezra_tm_bar_bg .ezra_tm_bar{
	height:100%;
	background:#333;
	width:0px;
	overflow:hidden;
}
.ezra_tm_progress_wrap[data-strip="on"] .ezra_tm_progress .ezra_tm_bar{
	background-image: linear-gradient(-45deg, rgba(255, 255, 255, 1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 75%, transparent 75%, transparent);
	
	-webkit-animation: ezra_tm_bar_move 4s linear infinite;
	-moz-animation: ezra_tm_bar_move 4s linear infinite;
	animation: ezra_tm_bar_move 4s linear infinite;

	background-size: 50px 50px;
}
@-webkit-keyframes ezra_tm_bar_move {0%{background-position: 0 0;} 100% {background-position: 50px 50px;}}
@-moz-keyframes ezra_tm_bar_move {0%{background-position: 0 0;} 100% {background-position: 50px 50px;}}
@keyframes ezra_tm_bar_move {0%{background-position: 0 0;} 100% {background-position: 50px 50px;}}

/*expand width animation*/
@-webkit-keyframes ezra_tm_expand {0%{ width:0%; } 100%{ width:100%; }}
@-moz-keyframes ezra_tm_expand {0%{ width:0%; } 100%{ width:100%; }}
@keyframes ezra_tm_expand {0%{ width:0%; } 100%{ width:100%; }}

.ezra_tm_about_wrap .about_short_contact_wrap{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	margin-bottom: 28px;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.ezra_tm_about_wrap .ezra_tm_main_title_holder{margin-bottom: 40px;}
.ezra_tm_about_wrap .about_short_contact_wrap ul{
	margin: 0px;
	list-style-type: none;
}
.ezra_tm_about_wrap .about_short_contact_wrap ul li{
	margin: 0px 30px 0px 0px;
	float: left;
}
.ezra_tm_about_wrap .about_short_contact_wrap ul li:last-child{margin-right: 0px;}
.about_short_contact_wrap ul li label{
	font-family: "Montserrat";
	font-weight: 700;
	font-size: 13px;
	color: #000;
}
.ezra_tm_about_wrap .about_short_contact_wrap ul li a{
	text-decoration: none;
	color: #000;
    position: relative;
	
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.ezra_tm_about_wrap .buttons_wrap{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.ezra_tm_about_wrap .buttons_wrap ul{
	margin: 0px;
	list-style-type: none;
}
.ezra_tm_about_wrap .buttons_wrap ul li{
	margin: 0px 30px 10px 0px;
	float: left;
}
.ezra_tm_about_wrap .buttons_wrap ul li:last-child{margin-right: 0px;}
.ezra_tm_about_wrap .buttons_wrap ul li a span{
	position: relative;
	z-index: 2;
}
.ezra_tm_about_wrap .buttons_wrap ul li a{
	text-decoration: none;
    color: #fff;
    background-color: #333;
    font-weight: 600;
    font-family: "Montserrat";
    padding: 8px 35px;
    border-radius: 3px;
    display: inline-block;
    position: relative;
    overflow: hidden;;
}
.ezra_tm_about_wrap .buttons_wrap ul li a:before{
	position: absolute;
    content: "";
    top: 0px;
    height: 100%;
    left: -25%;
    width: 0%;
    background-color: #000;
    transform: skew(50deg);
    transition-duration: .6s;
    z-index: 1;
}
.ezra_tm_about_wrap .buttons_wrap ul li a:hover:before{width: 180%;}

/*---------------------------------------------------*/
/*	07)	EZRA SERVICES
/*---------------------------------------------------*/

.ezra_tm_list_wrap{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.ezra_tm_list_wrap > ul.total{
	margin: 0px;
	list-style-type: none;
}
.ezra_tm_list_wrap > ul.total > li{
	margin: 0px;
	float: left;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.ezra_tm_list_wrap > ul.total > li .inner_list{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: relative;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}

.ezra_tm_list_wrap[data-column="1"] ul.total > li{width: 100%;}
.ezra_tm_list_wrap[data-column="2"] ul.total > li{width: 50%;}
.ezra_tm_list_wrap[data-column="3"] ul.total > li{width: 33.3333%;}
.ezra_tm_list_wrap[data-column="4"] ul.total > li{width: 25%;}
.ezra_tm_list_wrap[data-column="5"] ul.total > li{width: 20%;}
.ezra_tm_list_wrap[data-space="0"] ul.total{margin-left: 0px;}
.ezra_tm_list_wrap[data-space="1"] ul.total{margin-left: 1px;}
.ezra_tm_list_wrap[data-space="2"] ul.total{margin-left: 2px;}
.ezra_tm_list_wrap[data-space="3"] ul.total{margin-left: 3px;}
.ezra_tm_list_wrap[data-space="4"] ul.total{margin-left: 4px;}
.ezra_tm_list_wrap[data-space="5"] ul.total{margin-left: 5px;}
.ezra_tm_list_wrap[data-space="10"] ul.total{margin-left: -10px;}
.ezra_tm_list_wrap[data-space="20"] ul.total{margin-left: -20px;}
.ezra_tm_list_wrap[data-space="30"] ul.total{margin-left: -30px;}
.ezra_tm_list_wrap[data-space="40"] ul.total{margin-left: -40px;}
.ezra_tm_list_wrap[data-space="50"] ul.total{margin-left: -50px;}
.ezra_tm_list_wrap[data-space="60"] ul.total{margin-left: -60px;}
.ezra_tm_list_wrap[data-space="70"] ul.total{margin-left: -70px;}
.ezra_tm_list_wrap[data-space="80"] ul.total{margin-left: -80px;}
.ezra_tm_list_wrap[data-space="0"] ul.total > li{padding: 0px;}
.ezra_tm_list_wrap[data-space="1"] ul.total > li{padding-left: 1px; margin-bottom: 1px;}
.ezra_tm_list_wrap[data-space="2"] ul.total > li{padding-left: 2px; margin-bottom: 2px;}
.ezra_tm_list_wrap[data-space="3"] ul.total > li{padding-left: 3px; margin-bottom: 3px;}
.ezra_tm_list_wrap[data-space="4"] ul.total > li{padding-left: 4px; margin-bottom: 4px;}
.ezra_tm_list_wrap[data-space="5"] ul.total > li{padding-left: 5px; margin-bottom: 5px;}
.ezra_tm_list_wrap[data-space="10"] ul.total > li{padding-left: 10px; margin-bottom: 10px;}
.ezra_tm_list_wrap[data-space="20"] ul.total > li{padding-left: 20px; margin-bottom: 20px;}
.ezra_tm_list_wrap[data-space="30"] ul.total > li{padding-left: 30px; margin-bottom: 30px;}
.ezra_tm_list_wrap[data-space="40"] ul.total > li{padding-left: 40px; margin-bottom: 40px;}
.ezra_tm_list_wrap[data-space="50"] ul.total > li{padding-left: 50px; margin-bottom: 50px;}
.ezra_tm_list_wrap[data-space="60"] ul.total > li{padding-left: 60px; margin-bottom: 60px;}
.ezra_tm_list_wrap[data-space="70"] ul.total > li{padding-left: 70px; margin-bottom: 70px;}
.ezra_tm_list_wrap[data-space="80"] ul.total > li{padding-left: 80px; margin-bottom: 80px;}

.ezra_tm_service_wrapper_all{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	padding: 92px 0px 170px 0px;
	background-color: #f9f9f9;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */ 
}
.ezra_tm_services_wrap{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: relative;
	margin-top: -7px;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */ 
}
.ezra_tm_services_wrap ul{
	margin: 0px 0px 0px -30px;
	list-style-type: none;
}
.ezra_tm_services_wrap ul li{
	margin: 0px 0px 30px 0px;
	width: 25%;
	float: left;
	padding-left: 30px;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */ 
}
#portfolio .ezra_tm_services_wrap ul li {
    width: 33.33%;
}
@media (max-width: 1040px) {
	#portfolio .ezra_tm_services_wrap ul li {
	    width: 50%;
	}
}
@media (max-width: 480px) {
	#portfolio .ezra_tm_services_wrap ul li {
	    width: 100%;
	}
}
.ezra_tm_services_wrap ul li .inner{
	width: 100%;
	height: 100%;
	clear: both;
	float: left;
	position: relative;
	text-align: center;
	background-color: #fff;
	padding: 50px 30px;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */ 
}
.ezra_tm_services_wrap ul li .inner:hover{box-shadow: 0 0 20px rgba(0,0,0,.1);}
.ezra_tm_services_wrap ul li .inner .detail_wrap{
	position: relative;
	z-index: 3;
}
.ezra_tm_services_wrap ul li .inner .image{
	width: 100%;
	max-width: 70px;
	height: 70px;
	line-height: 70px;
	margin: 0px auto;
	border-radius: 100%;
	background-color: #000;
	margin-bottom: 28px;
}
.ezra_tm_services_wrap ul li .inner .image .svg{
	width: 25px;
	height: 25px;
	color: #fff;
	position: relative;
	top: 7px;
}
.ezra_tm_services_wrap ul li .inner span{
	margin-bottom: 8px;
	font-family: "Montserrat";
	font-size: 16px;
	font-weight: 700;
	display: inline-block;
}

/*---------------------------------------------------*/
/*	09) EZRA PORTFOLIO
/*---------------------------------------------------*/

.ezra_tm_portfolio_wrapper_all{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	margin-bottom: 170px;
	padding-top: 93px;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */ 
}
.ezra_tm_portfolio_wrapper_all .ezra_tm_button{text-align: center;}

.ezra_tm_portfolio_wrap{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */ 
}
.ezra_tm_portfolio_filter{
	width:100%;
	height: auto;
	text-align:left;
	list-style-type:none;
	margin: 0px 0px 18px 0px;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.ezra_tm_portfolio_filter li{
	display:inline-block;
	margin:0px 40px 0px 0px;
}
.ezra_tm_portfolio_filter li:last-child{margin-right: 0px;}
.ezra_tm_portfolio_filter li a{
	text-decoration:none;
	font-size:14px;
	font-weight:700;
	color:#000;
	display: inline-block;
	margin-bottom: 10px;
	position: relative;
	
	-webkit-transition: all .1s ease;
	   -moz-transition: all .1s ease;
	    -ms-transition: all .1s ease;
	     -o-transition: all .1s ease;
	        transition: all .1s ease;
}

/* PORTFOLIO LIST */

.ezra_tm_portfolio_list{
	list-style-type:none;
	margin: 0px 0px 0px -30px;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.ezra_tm_portfolio_list > li{
	width:33.3333%;
	float:left;
	position:relative;
	margin: 0px 0px 30px 0px;
	padding-left: 30px;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.ezra_tm_portfolio_list li img{min-width: 100%;}
.ezra_tm_portfolio_titles {
  white-space: nowrap;
  background: #ffffff;
  font-size: 20px;
  font-weight: 700;
  padding: 5px 15px;
  color: #000000;
  position: fixed;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
}
.ezra_tm_portfolio_titles.visible {
  opacity: 1;
  visibility: visible;
}
.ezra_tm_portfolio_titles .work__cat {
  position: absolute;
  background: #ffffff;
  top: 100%;
  left: 0;
  margin-top: -5px;
  font-family: "Montserrat";
  font-size: 12px;
  font-weight: 400;
  padding: 5px 15px;
}
.entry{position: relative;}
.ezra_tm_portfolio_image_main{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.ezra_tm_portfolio_list li:nth-child(1) .ezra_tm_portfolio_image_main{background-image: url(../img/portfolio/1.jpg);}
.ezra_tm_portfolio_list li:nth-child(2) .ezra_tm_portfolio_image_main{background-image: url(../img/portfolio/2.jpg);}
.ezra_tm_portfolio_list li:nth-child(3) .ezra_tm_portfolio_image_main{background-image: url(../img/portfolio/3.jpg);}
.ezra_tm_portfolio_list li:nth-child(4) .ezra_tm_portfolio_image_main{background-image: url(../img/portfolio/4.jpg);}
.ezra_tm_portfolio_list li:nth-child(5) .ezra_tm_portfolio_image_main{background-image: url(../img/portfolio/5.jpg);}
.ezra_tm_portfolio_list li:nth-child(6) .ezra_tm_portfolio_image_main{background-image: url(../img/portfolio/6.jpg);}
.ezra_tm_portfolio_wrapper_all[data-portfolio-style="default"] .ezra_tm_second_portfolio{display: none;}
.ezra_tm_portfolio_wrapper_all[data-portfolio-style="filterable"] .ezra_tm_first_portfolio{display: none;}
.ezra_tm_portfolio_wrapper_all[data-portfolio-style="filterable"] .ezra_tm_second_portfolio{display: block;}

/*---------------------------------------------------*/
/*	12) EZRA CONTACT
/*---------------------------------------------------*/

.ezra_tm_contact_wrap_all{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	padding-top: 92px;
	background-color: #f9f9f9;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.ezra_tm_contact_wrap_all .leftbox{
	width: 40%;
	height: auto;
	float: left;
	padding-right: 40px;
	
	box-sizing: border-box;		
}
.ezra_tm_contact_wrap_all .leftbox .short_info_wrap{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	
	box-sizing: border-box;
}
.ezra_tm_contact_wrap_all .leftbox .short_info_wrap ul{
	margin: 0px;
	list-style-type: none;
}
.ezra_tm_contact_wrap_all .leftbox .short_info_wrap ul li{
	margin: 0px 0px 15px 0px;
}
.ezra_tm_contact_wrap_all .leftbox .short_info_wrap ul li label{
	font-family: "Montserrat";
    font-weight: 700;
    font-size: 13px;
    color: #000;
}
.ezra_tm_contact_wrap_all .leftbox .short_info_wrap ul li span{padding-left: 5px;}
.ezra_tm_contact_wrap_all .leftbox .short_info_wrap ul li a{
	text-decoration: none;
	color: #000;
}
.ezra_tm_contact_wrap_all .rightbox{
	width: 60%;
	height: auto;
	float: right;
	
	box-sizing: border-box;		
}
.ezra_tm_contact_wrap{
	max-width: 830px;
	height: auto;
	margin: 0px auto;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.ezra_tm_contact_wrap .subtitle{
	text-align: center;
	margin-bottom: 69px;
}
.ezra_tm_contact_wrap .subtitle p{color: #333;}
.ezra_tm_contact_wrap .main_input_wrap{
	margin-bottom: 100px;
	position: relative;
	top: -24px;
}
.ezra_tm_contact_wrap .main_input_wrap,
.ezra_tm_contact_wrap .main_input_wrap .wrap{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.ezra_tm_contact_wrap .main_input_wrap .wrap{margin-bottom: 20px;}
.ezra_tm_contact_wrap .main_input_wrap .wrap input{
	width: 100%;
	text-align: left;
	background-color: transparent;
	border: none;
	border-bottom: 1px solid rgba(10,4,37,1);
	color: #333;
	padding-left: 0px !important;
}
.ezra_tm_contact_wrap .main_input_wrap .wrap input:focus{
	outline: none;
}
.ezra_tm_contact_wrap .main_input_wrap .wrap textarea{
	width: 100%;
	height: 80px;
	text-align: left;
	background-color: transparent;
	border: none;
	border-bottom: 1px solid rgba(10,4,37,1);
	color: #333;
	padding-left: 0px !important;
}
.ezra_tm_contact_wrap .main_input_wrap .wrap textarea:focus{
	outline: none;
}
.ezra_tm_contact_wrap .ezra_tm_button a{
	text-decoration: none;
    color: #fff;
    background-color: #333;
    font-weight: 600;
    font-family: "Montserrat";
    padding: 8px 35px;
    border-radius: 3px;
    display: inline-block;
}
.ezra_tm_contact_wrap .empty_notice{
	color: #FF0004;
	margin-bottom: 7px;
	display: none;
	text-align: left;
}
.ezra_tm_contact_wrap .contact_error{
	color: rgba(255,0,4,1.00);
	text-align: left;
}
.ezra_tm_contact_wrap .returnmessage{
	color:#0064FF;
	margin-bottom: 7px;
	text-align: left;
}

/*---------------------------------------------------*/
/*	13) EZRA FOOTER
/*---------------------------------------------------*/
.ezra_tm_address_holder_wrap,
.ezra_tm_address_holder_wrap .inner_wrap{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */ 
}
.ezra_tm_address_holder_wrap{
	background-color: rgba(10,4,37,1);
}
.ezra_tm_address_holder_wrap .inner_wrap{
	text-align: center;
	border-bottom: 1px solid rgba(255,255,255,.1);
	padding: 59px 0px 53px 0px;
}
.ezra_tm_address_holder_wrap .inner_wrap ul{
	margin: 0px;
	list-style-type: none;
}
.ezra_tm_address_holder_wrap .inner_wrap ul li{
	margin: 0px;
	float: left;
	width: 25%;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */ 
}
.ezra_tm_address_holder_wrap .inner_wrap .image_holder{margin-bottom: 10px;}
.ezra_tm_address_holder_wrap .inner_wrap .image_holder.logo img{
	position: relative;
	top: -4px;
}
.ezra_tm_address_holder_wrap .inner_wrap ul li .svg{
	width: 19px;
	height: 19px;
	color: #fd4d4d;
}
.ezra_tm_address_holder_wrap .inner_wrap ul li p{color: #fff;}
.ezra_tm_address_holder_wrap .inner_wrap ul li p a{
	color: #fff;
	text-decoration: none;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.ezra_tm_address_holder_wrap .inner_wrap ul li p a:hover{color: #fd4d4d;}
.ezra_tm_footer_wrap{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	text-align: left;
	background-color: #000;
	padding: 50px 0px;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */ 
}
.ezra_tm_footer_wrap p{color: #fff;}
.ezra_tm_footer_wrap p a{
	text-decoration: none;
	color: #fff;
	font-family: "Montserrat";
	font-weight: 600;
    position: relative;
}

/*---------------------------------------------------*/
/*	14) EZRA TO TOP
/*---------------------------------------------------*/

.ezra_tm_totop{
	position: fixed;
	bottom: 40px;
	right: 55px;
	width: 38px;
	height: 38px;
	line-height: 38px;
	z-index: 100;
	overflow: hidden;
	background: #333;
	opacity: 0;
	visibility: hidden;
	text-align: center;
	border-radius: 3px;
	display: inline-block;
	
	-webkit-transition: all .5s ease;
	   -moz-transition: all .5s ease;
	    -ms-transition: all .5s ease;
	     -o-transition: all .5s ease;
	        transition: all .5s ease;
}
.ezra_tm_totop:before{
	position: absolute;
    content: "";
    top: 0px;
    height: 100%;
    left: -75%;
    width: 0%;
    background-color: #111;
    transform: skew(50deg);
    transition-duration: .6s;
    z-index: 1;
}
.ezra_tm_totop:hover:before{width: 290%;}
.ezra_tm_totop.opened{
	opacity: 1;
	visibility: visible;
	bottom: 55px;
}
.ezra_tm_totop i{
	color: #fff;
	position: relative;
	top: -1px;
	z-index: 2;
}
.ezra_tm_hero_title .animate{
	font-size: 70px;
	font-weight: 700;
	font-family: "Montserrat";
	letter-spacing: -1px;
	color: #fff;
	line-height: 1;
	margin-bottom: 40px;
	padding-top: 20px;
}

/*---------------------------------------------------*/
/*	15) EZRA MEDIA QUERIES (FOR SMALL DEVIVES)
/*---------------------------------------------------*/

@media (max-width: 1620px) {
	.ezra_tm_hero_title h5{margin-bottom: 20px;}
}
@media (max-width: 1200px) {
	.ezra_tm_list_wrap[data-column="5"] ul.total > li{width: 25%;}
	.ezra_tm_services_wrap_second .ezra_tm_list_wrap[data-column="5"] ul.total > li{width: 25%;}
}
@media (max-width: 1040px) {
	.ezra_tm_trigger{display: block;}
	.ezra_tm_navigation_wrap .nav_list_wrap{display: none;}
	.ezra_tm_navigation_wrap .logo{position: relative;top:-1px;display: inline-block;}
	.ezra_tm_navigation_wrap{padding: 30px 0px;background-color: #000;border-bottom: 1px solid rgba(255,255,255,.1);}
	.ezra_tm_list_wrap[data-column="4"] ul.total > li{width: 33.3333%;}
	.ezra_tm_list_wrap[data-column="5"] ul.total > li{width: 33.3333%;}
	.ezra_tm_services_wrap_second .ezra_tm_list_wrap[data-column="4"] ul.total > li{width: 33.3333%;}
	.ezra_tm_services_wrap_second .ezra_tm_list_wrap[data-column="5"] ul.total > li{width: 33.3333%;}
	.ezra_tm_services_wrap ul li{width: 50%;}
	.ezra_tm_service_wrapper_all{padding-bottom: 130px;}
	.ezra_tm_portfolio_wrapper_all{margin-bottom: 130px;}
	.ezra_tm_about_wrap .subtitle{text-align: center;}
	.ezra_tm_about_wrap .leftbox{display: none;}
	.ezra_tm_about_wrap .rightbox{width: 100%;padding: 0px;}
	.ezra_tm_about_wrap{padding-bottom: 100px;}
}
@media (max-width: 768px) {
	.ezra_tm_navigation_wrap{padding: 25px 0px;}
	.ezra_tm_hero_title .first .another{font-size: 40px;}
	.ezra_tm_hero_title h5{font-size: 22px;}
	.ezra_tm_hero_title .experience{font-size: 22px;}
	.ezra_tm_hero_title .name{font-size: 48px;}
	.ezra_tm_hero_title .name span{font-size: 43px;}
	.ezra_tm_hero_title_second h5{font-size: 22px;margin-bottom: 26px;}
	.ezra_tm_hero_title_second .name{font-size: 60px;}
	.ezra_tm_hero_title_second .subtitle{font-size: 21px;margin-bottom: 38px;}
	.ezra_tm_hero_title .animate{font-size: 37px;}
	.ezra_tm_animation_text_word{font-size: 42px;}
	.ezra_tm_list_wrap[data-column="3"] ul.total > li{width: 50%;}
	.ezra_tm_list_wrap[data-column="4"] ul.total > li{width: 50%;}
	.ezra_tm_list_wrap[data-column="5"] ul.total > li{width: 50%;}
	.ezra_tm_services_wrap_second .ezra_tm_list_wrap[data-column="3"] ul.total > li{width: 50%;}
	.ezra_tm_services_wrap_second .ezra_tm_list_wrap[data-column="4"] ul.total > li{width: 50%;}
	.ezra_tm_services_wrap_second .ezra_tm_list_wrap[data-column="5"] ul.total > li{width: 50%;}
	.ezra_tm_portfolio_list > li{width: 50%;}
	.ezra_tm_contact_wrap_all .leftbox{width: 100%;padding: 0px;margin-bottom: 40px;}
	.ezra_tm_contact_wrap_all .rightbox{width: 100%;}
}
@media (max-width: 480px) {
	.ezra_tm_navigation_wrap{padding: 20px 0px;}
	.ezra_tm_hero_title h5{font-size: 18px;}
	.ezra_tm_hero_title .experience{font-size: 18px;}
	.ezra_tm_hero_title .name{font-size: 35px;}
	.ezra_tm_hero_title .name span{font-size: 40px;}
	.ezra_tm_hero_title_second h5{font-size: 22px;}
	.ezra_tm_hero_title_second .name{font-size: 50px;}
	.ezra_tm_hero_title_second .subtitle{font-size: 17px;}
	.ezra_tm_hero_title .animate{font-size: 30px;padding-top: 10px;margin-bottom: 30px;}
	.ezra_tm_animation_text_word{font-size: 35px;}
	.ezra_tm_list_wrap[data-column="2"] ul.total > li{width: 100%;}
	.ezra_tm_list_wrap[data-column="3"] ul.total > li{width: 100%;}
	.ezra_tm_list_wrap[data-column="4"] ul.total > li{width: 100%;}
	.ezra_tm_list_wrap[data-column="5"] ul.total > li{width: 100%;}
	.ezra_tm_services_wrap_second .ezra_tm_list_wrap[data-column="2"] ul.total > li{width: 100%;}
	.ezra_tm_services_wrap_second .ezra_tm_list_wrap[data-column="3"] ul.total > li{width: 100%;}
	.ezra_tm_services_wrap_second .ezra_tm_list_wrap[data-column="4"] ul.total > li{width: 100%;}
	.ezra_tm_services_wrap_second .ezra_tm_list_wrap[data-column="5"] ul.total > li{width: 100%;}
	.ezra_tm_services_wrap ul{padding: 0px;}
	.ezra_tm_services_wrap ul li{width: 100%;}
	.ezra_tm_service_wrapper_all{padding-bottom: 110px;}
	.ezra_tm_portfolio_wrapper_all{margin-bottom: 110px;}
	.ezra_tm_portfolio_list{margin: 0px;}
	.ezra_tm_portfolio_list > li{width: 100%;padding: 0px;}
	.ezra_tm_portfolio_filter li{margin-right: 20px;}
	.ezra_tm_totop{bottom: 20px;right: 30px;}
	.ezra_tm_totop.opened{bottom: 30px;}
}	

.svg.another svg {
    color: #eeeeee;
}

.ezra_tm_service_wrapper_all,
.ezra_tm_contact_wrap_all {
    background-color: #eeeeee;
}

.light_logo {
	color: #fff;
	text-decoration: none;
	font-family: "Montserrat";
	text-transform: uppercase;
}

.light_logo h1 {
	font-weight: 900;
	font-size: 28px;
	line-height: 50px; 
}
.svg-inline--fa {
	color: #fff;
	font-size: 36px;
}

.ezra_tm_portfolio_list li img {
    height: auto;
}











.grid {
    position: relative;
    margin: 0 auto;
    max-width: 1000px;
    list-style: none;
    text-align: center;
}
.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 0;
    background: #000;
    text-align: center;
    cursor: pointer;
}
.grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 1;
}
.grid figure h3 {
	word-spacing: -0.15em;
    font-weight: 300;
	letter-spacing: 1px;
    font-size: 68.5%;
    margin: 0;
}
.grid figure figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

figure.effect-chico h3 {
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    margin: 0 auto;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    position: absolute;
    left: 0;
    right: 0;
    top: 40%;
    font-size: 20px;
    font-weight: 900;
}
figure.effect-chico p,
figure.effect-chico .svg-inline--fa  {
	font-size: 16px;
	font-weight: 400;
	padding-top: 5px;
}

figure.effect-chico figcaption::before {
    position: absolute;
    content: '';
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}
figure.effect-chico:hover img {
    opacity: 0.5;
    -webkit-transform: scale(1);
    transform: scale(1);
}
figure.effect-chico:hover figcaption::before, 
figure.effect-chico:hover h3 {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.wpcf7-submit {
    text-decoration: none;
    color: #fff;
    background-color: #333;
    font-weight: 600;
    font-family: "Montserrat";
    padding: 8px 35px;
    border-radius: 3px;
    display: inline-block;
}
.wpcf7-submit::before {
	position: absolute;
    content: "";
    top: 0px;
    height: 100%;
    left: -25%;
    width: 0%;
    background-color: #000;
    transform: skew(50deg);
    transition-duration: .6s;
    z-index: 1;
}

.image .svg-inline--fa {
	padding: 15px;
}

.ezra_tm_services_wrap ul li .inner {
    height: 450px;
}

.ezra_tm_services_wrap ul li .inner {
    padding: 30px 15px;
}
.ezra_tm_services_wrap ul li .inner .image {
    margin-bottom: 15px;
}

.ezra_tm_universal_box_wrap .overlay_color.hero {
    background-color: rgba(108, 175, 202, 0.82);
}

/*.ezra_tm_header.scroll,*/
.ezra_tm_services_wrap ul li .inner .image,
/*.ezra_tm_footer_wrap,*/
.grid figure {
    background-color: #6cafca;
}
figure.effect-chico:hover img {
    opacity: 0.2;
}

.ezra_tm_universal_box_wrap .overlay_color.hero {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+20,000000+21,6cafca+69&0.8+0,0.85+71 */
background: -moz-linear-gradient(45deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.81) 20%, rgba(0,0,0,0.81) 21%, rgba(108,175,202,0.85) 69%, rgba(108,175,202,0.85) 71%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.81) 20%,rgba(0,0,0,0.81) 21%,rgba(108,175,202,0.85) 69%,rgba(108,175,202,0.85) 71%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.81) 20%,rgba(0,0,0,0.81) 21%,rgba(108,175,202,0.85) 69%,rgba(108,175,202,0.85) 71%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#d96cafca',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.ezra_tm_totop.opened {
	z-index: 100000;
}

.mb-0 {
	margin-bottom: 0 !important;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

.pb-0 {
	padding-bottom: 0 !important;
}


.ezra_tm_about_wrap p {
	margin-bottom: .8rem;
}