/* Iron - Creative Architecture HTML Template */

/************ TABLE OF CONTENTS ***************

1. Fonts
2. Reset
3. Global
4. Main Header / Style One / Style Two / Style Three 
5. Main Slider
6. About Section
7. Fact Counter
8. Project Section / Project Block / Project Block Two / Project Block Three
9. Services Section / Services Section Two
10. Workflow Section
11. Team Section
12. Testimonial Section
13. News Section
14. Carousel Section
15. Footer Section
16. Page Title
17. Skilled Section
18. Project Single Section
19. News Single
20. Sidbar Widgets
21. Contact Info
22. Map Section
23. Contact Form Section

**********************************************/

/*@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');*/
/*font-family: 'Montserrat', sans-serif;*/

@import url('font-awesome.css');
@import url('flaticon.css');
@import url('jquery.mCustomScrollbar.min.css');
@import url('animate.css');
@import url('owl.css');
@import url('jquery.fancybox.css');

@font-face {
    font-family: 'proxima_nova_rgregular';
    src: url('../fonts/ProximaNova-Regular.eot');
    src: url('../fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ProximaNova-Regular.woff') format('woff'),
         url('../fonts/ProximaNova-Regular.ttf') format('truetype'),
         url('../fonts/ProximaNova-Regular.svg#proxima_nova_rgregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url('../fonts/SKK6Nusyv8QPNMtI4j9J2yEAvth_LlrfE80CYdSH47w.woff2') format('woff2');
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url('../fonts/gFXtEMCp1m_YzxsBpKl68iEAvth_LlrfE80CYdSH47w.woff2') format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url('../fonts/zhcz-_WihjSQC0oHJ9TCYPk_vArhqVIZ0nv9q090hN8.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: local('Montserrat Bold'), local('Montserrat-Bold'), url('../fonts/IQHow_FEYlDC4Gzy_m8fcjh33M2A-6X0bdu871ruAGs.woff2') format('woff2');
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: local('Montserrat Bold'), local('Montserrat-Bold'), url('../fonts/IQHow_FEYlDC4Gzy_m8fchHJTnCUrjaAm2S9z52xC3Y.woff2') format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;'
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: local('Montserrat Bold'), local('Montserrat-Bold'), url('../fonts/IQHow_FEYlDC4Gzy_m8fcoWiMMZ7xLd792ULpGE4W_Y.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

/*** 

====================================================================
	Reset
====================================================================

 ***/
* {
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
}

/*** 

====================================================================
	Global Settings
====================================================================

 ***/

body {
	font-family: 'proxima_nova_rgregular';
	font-size:14px;
/*	color:#666666;*/
	color: #272727;
	line-height:1.8em;
	font-weight:400;
	background:#ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
}

a{
	text-decoration:none;
	cursor:pointer;
	color:#e94b3b;
}

a:hover,a:focus,a:visited{
	text-decoration:none;
	outline:none;
}

h1,h2,h3,h4,h5,h6 {
	position:relative;
	font-family: 'Montserrat', sans-serif;
	font-weight:normal;
	margin:0px;
	background:none;
	line-height:1.4em;
}

input,button,select,textarea{
	
}

p{
	position:relative;
	line-height:1.8em;	
	color: #272727 !important;
}

.strike-through{
	text-decoration:line-through;	
}

.auto-container{
	position:static;
	max-width:1200px;
	padding:0px 15px;
	margin:0 auto;
}

.medium-container{
	max-width:850px;
}

.page-wrapper{
	position:relative;
	margin:0 auto;
	width:100%;
	min-width:300px;
}

ul,li{
	list-style:none;
	padding:0px;
	margin:0px;	
}

.theme-btn{
	display:inline-block;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.centered{
	text-align:center;	
}

/*Btn Style One*/

.btn-style-one{
	position:relative;
	padding:15px 42px;
	line-height:26px;
	background:#e94b3b;
	color:#ffffff;
	font-size:16px;
	font-weight:400;
	border-radius:0px;
	text-transform:uppercase;
	border:2px solid #e94b3b;
	font-family: 'Montserrat', sans-serif;
}

.btn-style-one:hover{
	background: none;
	border-color:#e94b3b;
	color:#e94b3b;
}

/*Btn Style Two*/

.btn-style-two{
	position:relative;
	padding:8px 50px;
	line-height:26px;
	text-transform:uppercase;
	background:none;
	color:#e94b3b;
	border:2px solid #e94b3b;
	font-size:16px;
	font-weight:700;
	border-radius:0px;
}

.btn-style-two:hover{
	color:#ffffff;
	background-color:#e94b3b;
}

/*Btn Style Three*/

.btn-style-three{
	position:relative;
	padding: 8px 30px;
    line-height: 26px;
	background:#242424;
	color:#ffffff;
	border:2px solid #242424;
	font-size:15px;
	font-weight:400;
	border-radius:0px;
	text-transform:uppercase;
	font-family: 'Montserrat', sans-serif;
}

.btn-style-three:hover{
	background: #e94b3b;
	border-color:#e94b3b;
	color:#ffffff;
}

/*Btn Style Four*/

.btn-style-four{
	position:relative;
	padding:8px 25px;
	line-height:26px;
	text-transform:uppercase;
	background:none;
	color:#242424;
	border:2px solid #efeeee;
	font-size:15px;
	font-weight:400;
	border-radius:0px;
	font-family: 'Montserrat', sans-serif;
}

.btn-style-four:hover{
	color:#ffffff;
	border-color:#242424;
	background-color:#242424;
}

.theme-btn .icon-left{
	font-weight:normal;
	padding-right:5px;
}

.theme-btn .icon-right{
	font-weight:normal;
	padding-left:5px;
}

.theme_color{
	color:#e94b3b;	
}

.light-font{
	font-weight:300;	
}

.regular-font{
	font-weight:400;	
}

.semibold-font{
	font-weight:600;	
}

.bold-font{
	font-weight:700;	
}

.ex-bold-font{
	font-weight:800;	
}

.heavy-font{
	font-weight:900;
}

.bg-lightgrey{
	background-color:#f7f7f7 !important;	
}

.no-bg{
	background:none !important;	
}

.text-uppercase{
	text-transform:uppercase !important;	
}

.preloader{ position:fixed; left:0px; top:0px; width:100%; height:100%; z-index:999999; background-color:#ffffff; background-position:center center; background-repeat:no-repeat; background-image:url(../images/icons/preloader.GIF);}

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

/*** 

====================================================================
	Scroll To Top style
====================================================================

***/

.scroll-to-top{
	position:fixed;
	bottom:15px;
	right:15px;
	width:40px;
	height:40px;
	color:#ffffff;
	font-size:14px;
	text-transform:uppercase;
	line-height:40px;
	text-align:center;
	z-index:100;
	cursor:pointer;
	border-radius:50%;
	background:#0a0a0a;
	display:none;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;		
}

.scroll-to-top:hover{
	color:#ffffff;
	background:#e94b3b;
}

/*** 

====================================================================
	Main Header style
====================================================================

***/

.main-header{
	position:fixed;
	left:0px;
	top:10px;
	z-index:99;
	width:100%;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-header .main-box{
	position:relative;
/*	padding:0px 50px;*/
	left:0px;
	top:0px;
	width:100%;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-header.fixed-header{
	top:0px;
	position:fixed;
	background:#1c1c1c;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

.main-header.header-style-one,
.main-header.header-style-one.fixed-header{
	top:0px;
	background:#ffffff;
}

.main-header .main-box .auto-container{
	position:relative;	
}

.main-header .main-box .logo-box{
	position:relative;
	float:left;
	z-index:10;
	padding:10px 0px;	
}

.main-header .main-box .logo-box .logo img{
	display:inline-block;
	max-width:100%;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.main-header .nav-toggler{
	position:absolute;
	text-align:right;
	right:0px;
	top:24px;
	display:block;
}

.main-header .nav-toggler button{
	position:relative;
	top:4px;
	width:24px;
	color:#ffffff;
	text-align:center;
	font-size:22px;
	line-height:18px;
    background-color: transparent;
}

.header-style-one .nav-toggler button{
	color:#e94b3b;	
}

.main-header .nav-outer{
	position:relative;
	float:right;
/*	padding-right:70px;*/
	
}

.main-header .main-menu{
	position:relative;
	padding:0px 0px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.main-header .main-menu .navbar-collapse{
	padding:0px;	
}

.main-header .main-menu .navigation{
	position:relative;
	margin:0px;
	
}

.main-header .main-menu .navigation > li{
	position:relative;
	display:inline-block;
	padding:0px;
	margin-right:30px;
}

.main-header .main-menu .navigation > li:last-child{
	margin-right:0px;
}

.main-header .main-menu .navigation > li > a{
	position:relative;
	display:block;
	padding:30px 0px;
	color:#fff;
	font-weight:700;
	font-size:15px;
	line-height:30px;
	opacity:1;
	text-transform:uppercase;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-header .main-menu .navigation > li:hover > a,
.main-header .main-menu .navigation > li.current > a,
.main-header .main-menu .navigation > li.current-menu-item > a{
	color:#e94b3b;
	opacity:1;
}

.main-header .main-menu .navigation > li > ul{
	position:absolute;
	left:-70px;
	top:120%;
	width:240px;
	padding:0px 0px;
	z-index:100;
	display:none;
	background:#ffffff;
	text-align:left;
	border-top:3px solid #e94b3b;
	-webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-header .main-menu .navigation > li > ul.from-right{
	left:auto;
	right:0px;	
}

.main-header .main-menu .navigation > li > ul > li{
	position:relative;
	width:100%;
	border-bottom:1px solid #e0e0e0;
}

.main-header .main-menu .navigation > li > ul > li:last-child{
	border-bottom:none;	
}

.main-header .main-menu .navigation > li > ul > li > a{
	position:relative;
	display:block;
	padding:8px 20px;
	line-height:32px;
	font-weight:400;
	font-size:15px;
	text-transform:capitalize;
	letter-spacing:1px;
	color:#34363b;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-header .main-menu .navigation > li > ul > li:hover > a{
/*
	background:#e94b3b;
	color:#ffffff;
*/
	color:#fff;
	background:#000;
}

.main-header .main-menu .navigation > li > ul > li.dropdown > a:after{
	font-family: 'FontAwesome';
	content: "\f061";
	position:absolute;
	right:10px;
	top:13px;
	width:10px;
	height:20px;
	display:block;
	line-height:20px;
	font-size:10px;
	text-align:center;
	z-index:5;	
}

.main-menu .navigation > li > ul > li.dropdown:hover > a:after{
	color:#ffffff;	
}

.main-header .main-menu .navigation > li > ul > li > ul{
	position:absolute;
	left:100%;
	top:20px;
	width:240px;
	padding:0px 0px;
	z-index:100;
	display:none;
	background:#ffffff;
	text-align:left;
	border-top:3px solid #e94b3b;
	-webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-header .main-menu .navigation > li > ul > li > ul > li{
	position:relative;
	width:100%;
	border-bottom: 1px solid #e0e0e0;
}

.main-header .main-menu .navigation > li > ul > li > ul > li:last-child{
	border-bottom:none;	
}

.main-header .main-menu .navigation > li > ul > li > ul > li > a{
	position:relative;
	display: block;
    padding: 8px 20px;
    line-height: 32px;
    font-weight: 400;
    font-size: 15px;
	text-transform:capitalize;
	color:#34363b;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-header .main-menu .navigation > li > ul > li > ul > li:hover > a{
	background:#e94b3b;
	color:#ffffff;	
}

.main-header .main-menu .navigation > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	top:100%;
}

.main-header .main-menu .navigation li > ul > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	top:0px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;	
}

.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn{
	position:absolute;
	right:10px;
	top:6px;
	width:34px;
	height:30px;
	border:1px solid #ffffff;
	text-align:center;
	font-size:16px;
	line-height:28px;
	color:#ffffff;
	cursor:pointer;
	z-index:5;
	display:none;
}

/*** 

====================================================================
	Light Header
====================================================================

***/

.header-light{
	position:relative;
	top:0px;
	background-color:#ffffff;
}

.header-light .main-box{
	padding:0px;
}

.header-light.fixed-header .main-box{
	position:fixed;
	background-color:#ffffff;
	border-bottom:1px solid #ececec;
}

.header-light .main-menu .navigation > li > a{
	position:relative;
	color:#333333;
}

.header-light .nav-outer{
	padding-right:0px;
}

/*** 

====================================================================
	Hidden Sidebar style
====================================================================

***/

.hidden-bar{
	position: fixed;
	top: 0;
	width: 340px;
	height: 100%;
	background: #1c1c1c;
	z-index: 9999;
	transition: all 700ms ease;
	-webkit-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
}

.hidden-bar .mCSB_inside > .mCSB_container{
	margin-right:0px;	
}

.hidden-bar.right-align {
	right: -1000px;
}

.hidden-bar.right-align.visible-sidebar{
	right:0px;	
}

.hidden-bar.left-align {
	left: -400px;
}

.hidden-bar.left-align.visible-sidebar {
	left: 0px;
}

.hidden-bar.left-align .hidden-bar-closer {
	right: -20px;
}

.hidden-bar .hidden-bar-closer {
	width: 40px;
	height: 40px;
	position: absolute;
	right: 40px;
	top:30px;
	background: none;
	color: #ffffff;
	border-radius: 0px;
	text-align: center;
	line-height: 40px;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	z-index: 999999;
}

.hidden-bar .hidden-bar-closer button {
	background: none;
	display:block;
	font-size: 16px;
	color:#ffffff;
	width:40px;
	height:40px;
	line-height:40px;
}

.hidden-bar .hidden-bar-closer:hover button {
	color: #e94b3b;
}

.hidden-bar-wrapper {
	height: 100%;
	padding:120px 30px;
}

.hidden-bar .logo {
	padding: 30px 0px;
	background: #1c1c1c;
}

.hidden-bar .logo img{
	display:inline-block;
	max-width:100%;	
}

.hidden-bar .side-menu {
	background-color: transparent;
	padding: 0;
	font-size:13px;
}

.hidden-bar .side-menu ul li ul a {
	background: transparent;
}

.hidden-bar .side-menu ul li ul li ul li a {
	background: transparent;
}

.hidden-bar .side-menu a.current {
	color: #e94b3b;
}

.hidden-bar .side-menu li.current > a {
	color: #e94b3b;
}

.hidden-bar .side-menu ul li{
	position:relative;
	display:block;
	border-bottom: 1px solid rgba(255,255,255,0.15);	
}

.hidden-bar .side-menu ul.navigation > li > ul > li:first-child{
	border-top: 1px solid rgba(255,255,255,0.15);
}

.hidden-bar .side-menu ul.navigation > li > ul > li:last-child{
	border-bottom:none;
}

.hidden-bar .side-menu ul li a {
	background: transparent;
	color: #999999;
	display: inline-block;
	font-weight: 400;
	text-transform: uppercase;
	padding: 12px 15px 12px 0px;
	position: relative;
	line-height:24px;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.hidden-bar .side-menu ul.navigation > li > ul > li > a{
	text-transform:capitalize;
	padding-left:22px;
	font-size:14px;
	color:#aaaaaa;	
}

.hidden-bar .side-menu ul.navigation > li.active > a:after{
	content:'';
	position:absolute;
	left:100%;
	top:50%;
	margin-top:-1px;
	width:30px;
	border-bottom:2px solid #e94b3b;
}

.hidden-bar .side-menu ul.navigation > li.dropdown > a{
	padding-left:22px;	
}

.hidden-bar .side-menu ul.navigation > li.dropdown > a:before{
	content:'[+]';
	position:absolute;
	left:0;
	top:12px;
	font-size:14px;
	line-height:24px;
}

.hidden-bar .side-menu ul.navigation > li.dropdown.open > a:before{
	content:'[-]';
}

.hidden-bar .side-menu ul li a:hover,
.hidden-bar .side-menu ul > li.current > a,
.hidden-bar .side-menu ul > li > ul > li.current > a,
.hidden-bar .side-menu ul.navigation > li > ul > li > a:hover,
.hidden-bar .side-menu ul.navigation > li.active > a {
	color: #e94b3b;
}

.hidden-bar .side-menu ul li a .btn.expander {
	background: none;
	color: #ffffff;
	border: 1px solid rgba(255,255,255,0.80);
	padding: 5px 10px;
	font-size: 14px;
	border-radius: 0px;
	position: absolute;
	top: 10px;
	right: 20px;
	outline: none;
}

.hidden-bar .social-links{
	position:absolute;
	bottom:70px;
	left:0px;
	width:100%;
	padding:0px 20px;
	text-align:center;
	font-size:13px;
	line-height:20px;
	color:#999999;	
}

.hidden-bar .social-links li{
	position:relative;
	display:inline-block;
	line-height:20px;
	margin:0px 10px;	
}

.hidden-bar .social-links li a{
	display:block;
	color:#999999;
	transition:all 500ms ease;
}

.hidden-bar .social-links li a:hover{
	color:#ffffff;	
}

.hidden-bar .copyright-text{
	position:absolute;
	bottom:30px;
	left:0px;
	width:100%;
	padding:0px 20px;
	text-align:center;
	font-size:13px;
	line-height:20px;
	color:#999999;	
}

/*** 

====================================================================
	Sec Title
====================================================================

***/

.sec-title{
	position:relative;
}

.sec-title h2{
	position:absolute;
	left:0px;
	top:0px;
	font-size:128px;
	color:#f5f5f5;
	line-height:1em;
	font-weight:700;
    visibility:hidden;
}

.sec-title h3{
	position:relative;
	color:#e94b3b;
	font-size:18px;
	font-weight:400;
	letter-spacing:5px;
    line-height: 128px;
	display:inline-block;
	text-transform:uppercase;
}

.sec-title h3:after{
	position:absolute;
	content:'';
	left:105%;
	top:50%;
	width:70px;
	height:1px;
	margin-top:-1px;
	background-color:#e94b3b;
}

.sec-title h4{
	color:#242424;
	font-size:50px;
	line-height:1.2em;
	font-weight:700;
	margin-top:5px;
}

/*Light Text*/

.sec-title.light-text h2{
	color:#363839;
}

/* Sec Title / Right Align */

.sec-title.right-align h2{
	position:absolute;
	right:0px;
	left:auto;
}

.sec-title.right-align h3{
	display:block;
	text-align: right;
}

.sec-title.right-align h3:after{
    right: 207px;
    left: auto;
}
.certification .sec-title.right-align h3:after {
    right: 235px;
}
.certification .serv-item {
    float: right;
}
/*** 

====================================================================
	Sec Title Two
====================================================================

***/

.sec-title-two{
	position:relative;
	text-align:center;
}

.sec-title-two h2{
	position:absolute;
	width:100%;
	font-size:128px;
	color:#f5f5f5;
	line-height:1em;
	font-weight:700;
}

.sec-title-two h3{
	position:relative;
	color:#e94b3b;
	font-size:18px;
	font-weight:400;
	letter-spacing:8px;
    line-height: 128px;
	display:inline-block;
	text-transform:uppercase;
}

.sec-title-two h3:after{
	position:absolute;
	content:'';
	left:50%;
	top:-20px;
	width:1px;
	height:70px;
	margin-left:2px;
	background-color:#e94b3b;
	-moz--transform: rotate(0deg);
	-o--transform: rotate(0deg);
	-ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.sec-title-two h4{
	color:#242424;
	font-size:50px;
	font-weight:700;
}

/*** 

====================================================================
	Sec Title Three
====================================================================

***/

.sec-title-three{
	position:relative;
	text-align:center;
	margin-bottom:110px;
}

.sec-title-three h2{
	position:absolute;
	width:100%;
	font-size:115px;
	color:#f5f5f5;
	line-height:1em;
	font-weight:700;
}

.sec-title-three h3{
	position:relative;
	color:#242424;
	font-size:48px;
	font-weight:700;
    line-height: 1.2em;
	margin-top:36px;
	display:inline-block;
	text-transform:uppercase;
}

/*** 

====================================================================
	Main Slider
====================================================================

***/

.main-slider{
	position:relative;
	z-index:10;
}

.main-slider h2{
	position:relative;
	color:#ffffff;
	font-size:80px;
	font-weight:700;
	line-height:1.6em;
}

.main-slider h3{
	position:relative;
	color:#ffffff;
	font-size:32px;
	font-weight:400;
	line-height:1.6em;
}

.main-slider .normal-text{
	font-size:22px;
	font-weight:300;
	color:#ffffff;
	text-transform:uppercase;
	font-family: 'proxima_nova_rgregular';
}

.main-slider .btn-style-one{
	color:#ffffff !important;
	border-width:2px !important;
}

.main-slider .btn-style-one:hover{
	color:#e94b3b !important;
	background:none;	
}

.main-slider .tp-caption{
	z-index:5;
}

.main-slider .tp-dottedoverlay{
	/*background-color:rgba(20,18,18,0.50) !important;*/
}

.main-slider .tp-bullets.preview4{
	display:none !important;
}

.main-slider .triangle-box{
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-175px;
	margin-top:-260px;
	width:350px;
	height:520px;
	border:10px solid rgba(255,255,255,0.50);
}

/*** 

====================================================================
	About Section
====================================================================

***/

.about-section{
	position:relative;
	clear:both;
/*	padding-bottom:100px;*/
/*	overflow:hidden;*/
}

.about-section .image-column{
	position:relative;
	margin-bottom:17px;
}

.about-section .image-column .inner-box{
	position:relative;
/*	padding-left:75px;*/
/*	padding-top:65px;*/
	padding-right:25px;
}

/*
.about-section .image-column .inner-box:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	border-top: 500px solid #efb2ac;
	border-right:500px solid transparent;
}
*/

.about-section .image-column .inner-box .image{
	position:relative;
}

.about-section .image-column .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}

.about-section .image-column .inner-box .image .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	color:#ffffff;
	padding:10px;
	text-align:center;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
}

.about-section .image-column .overlay-box .overlay-inner{
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:table;
	vertical-align:middle;
	padding:10px 20px;
    background: rgba(255, 255, 255, 0.93);
}

.about-section .image-column .inner-box .content{
	position:relative;
	display:table-cell;
	vertical-align:middle;
}

.about-section .image-column .inner-box .content .total{
	font-size:220px;
	font-weight:700;
	line-height:1em;
/*	color:rgba(171,170,170,0.50);*/
	color: #e94b3b;
	font-family: 'Montserrat', sans-serif;
}

.about-section .image-column .inner-box .content .text{
	color: #4a4a4a;
    font-size: 30px;
    line-height: 1.5em;
    margin-top: 20px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
}

.about-section .content-column{
	position:relative;
}

.about-section .content-column:before{
/*
	content:'';
	position:absolute;
	left:100%;
	margin-left:-200px;
	top:100px;
	width:360px;
	height:360px;
	border:15px solid #fafafa;
	-webkit-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	transform:rotate(45deg);
*/
}

.about-section .content-column .inner-box .text{
	position:relative;
	padding-left:100px;
	margin-top:50px;
}

.about-section .content-column .inner-box .text:before{
	position:absolute;
	content:'';
	left:0px;
	top:14px;
	width:80px;
	height:1px;
	margin-top:-1px;
	background-color:#e94b3b;
}

.square-list .inner-box .text{
	padding-left: 25px !important;
}

.square-list .inner-box .text:before{
	position: absolute !important;
    left: 0px !important;
    top: 10px !important;
    margin-top: -1px !important;
    content: "" !important;
    display: inline-block !important;
    width: 11px !important;
    height: 11px !important;
    margin-right: 5px !important;
    background-color: #e94b3b !important;
}

@media (max-width:767px){
	.square-list .text:before{
		display:block !important;
	}
}

.square-list .inner-box p{
	line-height: 2em !important;
}

.about-section .content-column .inner-box .text p{
	position:relative;
	font-size:17px;
	font-weight:400;
	color:#272727;
	line-height:1.9em;
	margin-bottom:20px;
}

/*** 

====================================================================
	Fact Counter style
====================================================================

***/

.fun-facts-section{
	position:relative;
	padding: 40px 0px 40px;
	background: #000;
	margin: 30px 0;
}

.fact-counter{
	position:relative;   
}

.fact-counter .column{
	position:relative;
	z-index:5;
	margin-bottom:30px;
	margin-top:30px;
}

.fun-fact-section.style-two .fact-counter .column{
	padding-left:0px;	
}

.fact-counter .column .inner{
	position:relative;
	text-align:center;
	padding:35px 0px;
    color: #fff;
}

.fact-counter .count-outer{
	position:relative;
	font-size:50px;
	line-height:1em;
	font-weight:600;
	margin:0px 0px;
}

.fact-counter .count-outer .count-text,
.fact-counter .total-client{
	position:relative;
	font-weight:700;
	color: #fff;
	font-size:50px;
	font-family: 'Montserrat', sans-serif;
}

.fact-counter .column .counter-title{
	position:relative;
	font-size:20px;
	font-weight:400;
	color:#abaaaa;
	font-family: 'proxima_nova_rgregular';
}

/*** 

====================================================================
	Project Section
====================================================================

***/

.project-section .view-all{
	position:relative;
	color:#242424;
	font-size:15px;
	padding-bottom:4px;
	margin-top:40px;
	display:inline-block;
	text-transform:uppercase;
	border-bottom:2px solid #242424;
	font-family: 'Montserrat', sans-serif;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.project-section .view-all:hover{
	 color:#e94b3b;
	 border-color:#e94b3b;
}

/*** 

====================================================================
	Project Section
====================================================================

***/

.project-section{
	position:relative;
	padding-bottom:150px;
}

.project-section.padding-top{
	padding-top:120px;
}

.project-block{
	position:relative;
}

.project-block .content-column{
	position:relative;
}

.project-block .content-column .inner-box{
	position:relative;
	padding-top:115px;
	text-align:right;
	/*padding-right:50px;*/
}

.project-block .content-column .inner-box h3{
	position:relative;
	font-size:15px;
	color:#e94b3b;
	font-weight:400;
	margin-bottom:25px;
	text-transform:uppercase;
}

.project-block .content-column .inner-box h3:after{
	position:absolute;
	content:'';
	left:105%;
	top:10px;
	height:1px;
	width:225px;
	z-index:9;
	background-color:#e94b3b;
}

.project-block .content-column .inner-box h2{
	position:relative;
	font-size:35px;
	font-weight:700;
	line-height:1.2em;
	color:#242424;
	text-transform:capitalize;
}

.project-block .content-column .inner-box h2 a{
	color:#242424;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.project-block .content-column .inner-box h2 a:hover{
	color:#e94b3b;
}

.project-block .content-column .inner-box .text{
	color:#272727;
	font-size:17px;
	margin-top:30px;
	margin-bottom:36px;
    line-height: 1.8em;
	text-align: justify;
}

.project-block .content-column .inner-box .more-detail{
	color:#2a2a2a;
	font-size:15px;
	font-weight:700;
	text-transform:uppercase;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.project-block .content-column .inner-box .more-detail:hover{
	color:#e94b3b;
}

.project-block .content-column .inner-box .more-detail .arow{
	position:relative;
	width:26px;
	height:26px;
	color:#e94b3b;
	font-size:10px;
	line-height: 22px;
    padding-left: 3px;
	text-align:center;
	border-radius:50%;
	margin-right:10px;
	border:2px solid #e9e9e9;
}

.project-block .image-column{
	position:relative;
	padding-right:70px;
	padding-top:55px;
}

.project-block .triangle-curve{
	position:absolute;
	right:0px;
	top:0px;
	width:380px;
	height:400px;
	overflow:hidden;
}

.project-block .triangle-curve:before{
	position:absolute;
	content:'';
	right:0px;
	top:0px;
	width:100%;
	height:100%;
	border:10px solid #f9f9f9;
	border-left:0px;
	border-bottom:0px;
}

.project-block .triangle-curve:after{
	position:absolute;
	content:'';
	left:200px;
	top:-80px;
	width:10px;
	height:600px;
	background:#f9f9f9;
	-webkit-transform: rotate(-43deg);
	-ms-transform: rotate(-43deg);
	-o-transform: rotate(-43deg);
	-moz-transform: rotate(-43deg);
    transform: rotate(-43deg);
}

.project-block .image-column .image{
	position:relative;
	padding-left:30px;
	border-left:1px solid #e8e8e8;
}

.project-block .image-column .image img{
	position:relative;
	width:100%;
	display:block;
}

/*Project Block / Style Two*/

.project-block.style-two{
	margin-bottom:75px;
}

.project-block.style-two .image-column{
	padding:0px 15px;
}

.project-block.style-two .image-column:after{
	position: absolute;
    content: '';
    right: 97%;
    top: 0px;
    width: 260px;
    height: 100%;
    display: block;
    z-index: -1;
    background-color: #f4f4f4;
}

.project-block.style-two .image-column .image{
	padding:0px;
	border:0px;
}

.project-block.style-two .content-column .inner-box{
	padding-top:45px;
	margin-top:15px;
}

/*** 

====================================================================
	Project Block Two
====================================================================

***/

.project-block-two .content-column{
	position:relative;
}

.project-block-two .content-column .inner-box{
	position:relative;
	padding-top:45px;
	text-align:left;
	margin-top:70px;
	padding-left:30px;
}

.project-block-two .content-column .inner-box h3{
	position:relative;
	font-size:15px;
	color:#e94b3b;
	font-weight:400;
	margin-bottom:25px;
	text-transform:uppercase;
}

.project-block-two .content-column .inner-box h3:after{
	position:absolute;
	content:'';
	right:105%;
	top:10px;
	height:1px;
	width:225px;
	z-index:9;
	background-color:#e94b3b;
}

.project-block-two .content-column .inner-box h2{
	position:relative;
	font-size:35px;
	color:#242424;
	font-weight:700;
	line-height:1.2em;
	text-transform:capitalize;
}

.project-block-two .content-column .inner-box h2 a{
	color:#242424;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.project-block-two .content-column .inner-box h2 a:hover{
	color:#e94b3b;
}

.project-block-two .content-column .inner-box .text{
	color:#272727;
	font-size:17px;
	margin-top:30px;
	margin-bottom:36px;
	line-height:1.6em;
	text-align: justify;
}

.project-block-two .content-column .inner-box .more-detail{
	color:#2a2a2a;
	font-size:15px;
	font-weight:700;
	text-transform:uppercase;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.project-block-two .content-column .inner-box .more-detail:hover{
	color:#e94b3b;
}

.project-block-two .content-column .inner-box .more-detail .arow{
	position:relative;
	width:26px;
	height:26px;
	color:#e94b3b;
	font-size:10px;
	line-height: 22px;
    padding-left: 3px;
	text-align:center;
	border-radius:50%;
	margin-right:10px;
	border:2px solid #e9e9e9;
}

.project-block-two .image-column{
	position:relative;
	padding-left:70px;
	padding-top:55px;
}

.project-block-two .triangle-curve{
	position:absolute;
	left:0px;
	top:0px;
	width:380px;
	height:400px;
	overflow:hidden;
}

.project-block-two .triangle-curve:before{
	position:absolute;
	content:'';
	right:0px;
	top:0px;
	width:100%;
	height:100%;
	border:10px solid #f9f9f9;
	border-right:0px;
	border-bottom:0px;
}

.project-block-two .triangle-curve:after{
	position:absolute;
	content:'';
	right:200px;
	top:-80px;
	width:10px;
	height:600px;
	background:#f9f9f9;
	-webkit-transform: rotate(43deg);
	-ms-transform: rotate(43deg);
	-o-transform: rotate(43deg);
	-moz-transform: rotate(43deg);
    transform: rotate(43deg);
}

.project-block-two .image-column .image{
	position:relative;
	padding-right:30px;
	border-right:1px solid #e8e8e8;
}

.project-block-two .image-column .image img{
	position:relative;
	width:100%;
	display:block;
}

.project-block-two.style-two{
	margin-bottom:75px;
}

.project-block-two.style-two .image-column{
	position:relative;
	padding:0px 15px;
}

.project-block-two.style-two .image-column .image{
	padding-right:0px;
	border-right:0px;
}

.project-block-two.style-two .image-column:after{
	position:absolute;
	content:'';
	left:97%;
	top:0px;
	width:260px;
	height:100%;
	display:block;
	z-index:-1;
	background-color:#f4f4f4;
}

.project-block-two.style-two .content-column .inner-box{
	padding-left:60px;
	margin-top:15px;
}

/*** 

====================================================================
	Services Section
====================================================================

***/

.services-section{
	position:relative;
}

.services-section .all-services{
	position:relative;
	font-size:15px;
	font-weight:400;
	color:#ffffff;
	padding:12px 31px;
	margin-top:42px;
	display:inline-block;
	border:1px solid #e94b3b;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.services-section .all-services:hover{
	color:#e94b3b;
}

.services-section .services-title{
	position:relative;
	padding:85px 0px 220px;
	background-color:#232425;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}

.services-section .service-inner{
	position:relative;
	margin-top:-150px;
}

.services-section .service-inner .row{
	margin:0px -30px;
}

.services-section .service-block{
	position:relative;
	padding:0px 30px;
	margin-bottom:60px;
}

.service-block .inner-box{
	position:relative;
	padding:52px 45px;
	border:1px solid #f2f2f2;
	background-color:#ffffff;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.service-block .inner-box .icon-box{
	position:relative;
	color:#000000;
	font-size:46px;
	line-height:1em;
}

.service-block .inner-box .title{
	position:relative;
	color:#e94b3b;
	font-size:18px;
	margin-top:18px;
	margin-bottom:10px;
}

.service-block .inner-box h3{
	font-size:20px;
	font-weight:700;
	text-transform:uppercase;
}

.service-block .inner-box h3 a{
	color:#242424;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.service-block .inner-box h3 a:hover{
	color:#e94b3b;
}

.service-block .inner-box .text{
	color:#272727;
	font-size:17px;
	margin-top:20px;
}

.service-block .inner-box .arow-box{
	position:absolute;
	left:50%;
	bottom:-22px;
	width:45px;
	height:45px;
	margin-left:-22px;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.service-block .inner-box .arow-box a{
	position:relative;
	display:block;
	font-size:26px;
	color:#ffffff;
	width:45px;
	height:45px;
	line-height:42px;
	text-align:center;
	border-radius:50%;
	background-color:#e94b3b;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(242,242,242,1);
	-moz-box-shadow: 0px 0px 10px 0px rgba(242,242,242,1);
	box-shadow: 0px 0px 10px 0px rgba(242,242,242,1);
}

.service-block .inner-box:hover{
	background-color:#e94b3b;
	border-color:#e94b3b;
}

.service-block .inner-box:hover .title,
.service-block .inner-box:hover h3 a,
.service-block .inner-box:hover .icon-box,
.service-block .inner-box:hover .text{
	color:#ffffff;
}

.service-block .inner-box:hover .arow-box .arrow{
	background-color:#ffffff;
	color:#e94b3b;
}

/*** 

====================================================================
	Workflow Section
====================================================================

***/

.workflow-section{
	position:relative;
	padding:90px 0px 90px;
	background-position:right top;
	background-repeat:no-repeat;
}

.workflow-section .graph-column .graph-outer{
	margin:60px 0px 20px -120px;
}

.workflow-section .content-column .inner-box .text{
	position:relative;
	color:#272727;
	font-size:17px;
	margin-top:50px;
}

.workflow-section .content-column .inner-box{
	padding-left:30px;
}

/*** 

====================================================================
	Team Section
====================================================================

***/

.team-section{
	position:relative;
	padding-bottom:30px;
	background: #f4f4f4;
}

.team-section .title-column{
	position:relative;
	margin-bottom:50px;
}

.team-section .title-column .inner-box .text{
	position:relative;
	color:#272727;
	font-size:17px;
	margin-top:20px;
	line-height:1.8em;
}

.team-member{
	position:relative;
	margin-bottom:80px;
}

.team-member .inner{
	position:relative;
	padding-left:40px;
	padding-top:30px;
}

.team-member .inner:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:285px;
	height:350px;
	border:10px solid #FCFCFC;
}

.team-member .inner .image{
	position:relative;
}

.team-member .inner .image img{
	position:relative;
	width:100%;
	display:block;
	border-bottom:5px solid #e94b3b;
}

.team-member .inner h3{
	position:relative;
	font-size:20px;
	font-weight:700;
	margin-top:28px;
	text-transform:uppercase;
}

.team-member .inner h3 a{
	position:relative;
	color:#242424;
	transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.team-member .inner h3 a:hover{
	color:#e94b3b;
}

.team-member .inner .designation{
	color:#a3a3a3;
	font-size:18px;
	margin-top:8px;
}

.team-section .carousel-column{
	position:relative;
}

.team-section .carousel-column .view-member{
	position: relative;
    color: #242424;
    font-size: 15px;
    padding-bottom: 4px;
    margin-top: 25px;
	margin-bottom:50px;
    display: inline-block;
    text-transform: uppercase;
    border-bottom: 2px solid #242424;
    font-family: 'Montserrat', sans-serif;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.team-section .carousel-column .owl-nav,
.team-section .carousel-column .owl-dots{
	display:none !important;
}

/*** 

====================================================================
	Testimonial Section
====================================================================

***/

.testimonial-section{
	position:relative;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	padding-bottom:100px;
}

.testimonial-section .testimonial-block{
	position:relative;
	margin-top:50px;
}

.testimonial-block{
	position:relative;
}

.testimonial-block .image-column{
	position:relative;
}

.testimonial-block .image-column .image{
	position:relative;
	padding-left:30px;
	text-align:center;
}

.testimonial-block .image-column .image:before{
	position:absolute;
	content:'';
	width:280px;
	height:280px;
	left:65px;
	top:68px;
	background-color: #e94b3b;
	-moz--transform: rotate(45deg);
	-o--transform: rotate(45deg);
	-ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.testimonial-block .image-column .image img{
	position:relative;
	z-index:1;
	width:auto;
	max-width:100%;
	display:inline-block;
}

.testimonial-block .content-column{
	position:relative;
}

.testimonial-block .content-column .inner{
	position:relative;
	padding-left:65px;
}

.testimonial-block .content-column .inner h2{
	position:relative;
	font-size:47px;
	color:#242424;
	font-weight:700;
	line-height:1.2em;
}

.testimonial-block .content-column .inner .text{
	position:relative;
	color:#272727;
	font-size:17px;
	margin-top:100px;
	margin-bottom:50px;
	line-height:2em;
}

.testimonial-block .content-column .inner .text:after{
	position:absolute;
	content:'\f10d';
	right:0px;
	top:0px;
	z-index:-1;
	margin-top:-40px;
	font-size:150px;
	color:#eeeeee;
	line-height:1em;
	font-family: 'FontAwesome';
}

.testimonial-block .content-column .inner .author{
	position:relative;
	padding-left:158px;
	color:#242424;
	font-size:18px;
	font-weight:400;
	margin-bottom:20px;
	text-transform:uppercase;
	font-family: 'Montserrat', sans-serif;
}

.testimonial-block .content-column .inner .author:before{
	position:absolute;
	content:'';
	left:0px;
	top:10px;
	width:128px;
	height:1px;
	background-color:#e94b3b;
}

.testimonial-block .content-column .inner .author span{
	color:#e94b3b;
}

.testimonial-section .owl-nav{
	display:none !important;
}

.testimonial-section .owl-dots{
	position:relative;
	text-align:center;
	margin-left:20px;
}

.testimonial-section .owl-dots .owl-dot{
	margin:0px 7px 0px 0px;
	padding:0px;
	display:inline-block;
}

.testimonial-section .owl-dots [class*="owl-dot"] span{
	width: 15px ;
    height: 15px ;
    position: relative;
    display: inline-block;
	background-color:#e5e5e5;
	padding:0px;
	margin:0px;
    top: 0px;
    left: 0px;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.testimonial-section .owl-dots [class*="owl-"]:hover span,
.testimonial-section .owl-dots .owl-dot.active span{
	background-color:#e94b3b;
}

/*** 

====================================================================
	News Section
====================================================================

***/

.news-section{
	position:relative;
	padding:130px 0px 0px;
}

.news-section .news-title{
	margin-bottom:40px;
}

.news-section .go-to-blog{
	position: relative;
    color: #242424;
    font-size: 15px;
    padding-bottom: 4px;
    margin-top: 40px;
    margin-bottom: 50px;
    display: inline-block;
    text-transform: uppercase;
    border-bottom: 2px solid #242424;
    font-family: 'Montserrat', sans-serif;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.news-section .go-to-blog:hover{
	color: #e94b3b;
    border-color: #e94b3b;
}

.news-block{
	position:relative;
	margin-bottom:75px;
}

.news-block .inner-box{
	position:relative;
}

.news-block .inner-box .image-box{
	position:relative;
}

.news-block .inner-box .image-box img{
	position:relative;
	width:100%;
	display:block;
}

.news-block .inner-box .lower-content{
	position:relative;
	padding-top:44px;
}

.news-block .inner-box .lower-content .text{
	color:#272727;
	font-size:17px;
	line-height:1.8em;
	margin-bottom:30px;
}

.news-block .inner-box .lower-content .text p{
	color:#272727;
	font-size:17px;
	margin-bottom:20px;
}

.news-block .inner-box .lower-content .text blockquote{
	color:#242424;
	font-size:20px;
	font-style:italic;
	margin-left:45px;
	line-height:1.6em;
	margin-top:40px;
	margin-bottom:40px;
	padding:0px 0px 0px 32px;
	border-color:#1ca2ff;
}

.news-block .inner-box .lower-content .posted-date{
	position:relative;
	font-size:15px;
	color:#c5c3c3;
	margin-bottom:15px;
}

.news-block .inner-box .lower-content .posted-date li{
	position:relative;
	padding-right:15px;
	margin-right:6px;
	display:inline-block;
	text-transform:uppercase;
	font-family: 'Montserrat', sans-serif;
}

.news-block .inner-box .lower-content .posted-date li:first-child{
	color:#e94b3b;
}

.news-block .inner-box .lower-content .posted-date li:after{
	position:absolute;
	content:'/';
	right:0px;
}

.news-block .inner-box .lower-content .posted-date li:last-child::after{
	display:none;
}

.news-block .inner-box .lower-content h3{
	position:relative;
	font-size:24px;
	font-weight:700;
	margin-bottom:30px;
}

.news-block .inner-box .lower-content h3 a{
	color:#242424;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.news-block .inner-box .lower-content h3 a:hover{
	color:#e94b3b;
}

/*** 

====================================================================
	Client Section
====================================================================

***/

.client-section{
	position:relative;
	padding-top:40px;
	padding-bottom:110px;
}

.client-section.margin-top{
	margin-top:70px;
}

.client-section .sponsors-outer .image-box img{
	display:inline-block;
	width: auto;
    max-width: 100%;
    transition: all 0.300s ease;
    -moz-transition: all 0.300s ease;
    -webkit-transition: all 0.300s ease;
    -ms-transition: all 0.300s ease;
    -o-transition: all 0.300s ease;
}

.client-section .owl-dots{
	display:none !important;
}

/*Sponsors Outer*/

.client-section .sponsors-outer{
	position:relative;
	text-align:center;
	padding-top:25px;
}

.client-section .owl-nav{
	margin:0px !important;
}

.client-section .owl-nav [class*="owl-"]{
	position:absolute;
	top:50%;
	margin:0px 0px 0px 0px ;
	margin-top:-30px;
	display:inline-block;
	padding:0px ;
	color:#dfdfdf;
	font-size: 60px;
	line-height:60px;
	background:none !important;	
}

.client-section .owl-nav [class*="owl-prev"]{
	left:-24px;	
}

.client-section .owl-nav [class*="owl-next"]{
	right:-24px;	
}

.client-section .owl-nav [class*="owl-"]:hover{
	color:#e94b3b;	
}

/*** 

====================================================================
	Social Icon One
====================================================================

***/

.social-icon-one li{
	position:relative;
	display:inline-block;
	margin-right:9px;
}

.social-icon-one li a{
	width:28px;
	height:28px;
	display:inline-block;
	border-radius:3px;
	color:#6a6a6a;
	font-size:14px;
	line-height:28px;
	text-align:center;
	background-color:#404143;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.social-icon-one li a:hover{
	background-color:#e94b3b;
	color:#ffffff !important;
}

/*** 

====================================================================
	Social Icon Two
====================================================================

***/

.social-icon-two a{
	width:36px;
	height:36px;
	display:inline-block;
	border-radius:50%;
	color:#aaaaaa;
	font-size:14px;
	line-height:36px;
	text-align:center;
	margin-right:5px;
	background-color:#f2f2f2;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.social-icon-two a:hover{
	background-color:#e94b3b;
	color:#ffffff;
}

/*** 

====================================================================
	Main Footer
====================================================================

***/

.main-footer{
	position: relative;
	padding: 40px 0 30px;
	background-color: #1d1d1d;
	background-position: center;
    background-repeat: no-repeat;
    background-size: 110%;
    clear: both;
}

/*.main-footer .footer-column{*/
/*	margin-bottom:40px;*/
/*}*/

.main-footer .logo-widget .text{
	font-size:18px;
	color:#fff;
	/*margin-top:30px;*/
}
.main-footer .logo-widget .address {
    display: flex;
}
.main-footer .link-widget ul li a,.main-footer .contact-widget ul li span,.main-footer ul li a{
	font-size:18px !important;
	color: #fff !important;
}

.main-footer .link-widget ul li{
	position:relative;
	margin-bottom:8px;
}

.main-footer .link-widget ul li a, .white-text .breadcrumbs li a{
	position:relative;
	font-size:17px;
/*	color:#9b9b9b;*/
	color:#fff;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.main-footer .link-widget ul li a:hover, .white-text .breadcrumbs li a:hover{
	color:#e94b3b !important;
}

.main-footer .contact-widget ul li{
	color:#9b9b9b;
	font-size:17px;
	/*margin-bottom:12px;*/
}

.main-footer .contact-widget ul li span{
	color:#ffffff;
	margin-right:15px;
}

.main-footer .contact-widget .social-icon-one{
	/*margin-top:28px;*/
}

/*** 

====================================================================
	Page Title
====================================================================

***/

.page-title{
	position:relative;
	text-align:center;
	padding:255px 0px 130px;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	overflow:hidden;
}

.page-title:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.40);
}

.page-title .inner-box .border-box{
	position:absolute;
	content:'';
	width:310px;
	height:400px;
	left:50%;
	bottom:-10px;
	margin-top:-90px;
	margin-left:-155px;
	border:10px solid rgba(255,255,255,0.10);
}

.page-title .inner-box h1{
	position:relative;
	color:#ffffff;
	font-weight:700;
	font-size:72px;
	margin:15px 0px;
	text-transform:uppercase;
}

.page-title .inner-box .bread-crumb{
	position:relative;
}

.page-title .inner-box .bread-crumb li{
	position:relative;
	font-size:17px;
	font-weight:400;
	color:#ffffff;
	margin-right:20px;
	display:inline-block;
	text-transform:uppercase;
}

.page-title .inner-box .bread-crumb li:after{
	position:absolute;
	content:'/';
	right:-15px;
	color:#ffffff;
}

.page-title .inner-box .bread-crumb li:last-child::after{
	display:none;
}

.page-title .inner-box .bread-crumb li a{
	position:relative;
	font-size:17px;
	font-weight:400;
	color:#ffffff;
	display:inline-block;
	text-transform:uppercase;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.page-title .inner-box .bread-crumb li a:hover{
	color:#e94b3b;
}

/*** 

====================================================================
	Skilled Section
====================================================================

***/

.skilled-section{
	position:relative;
	margin-bottom:170px;
	padding:130px 0px 100px;
	background-color:#fbfbfb;
}

.skilled-section.no-padding{
	padding:0px;
}

.skilled-section .content-column{
	position:relative;
	margin-bottom:50px;
}

.skilled-section .content-column .inner-box{
	position:relative;
	text-align:right;
}

.skilled-section .content-column .inner-box h2{
	position:relative;
	font-size:48px;
	color:#242424;
	font-weight:700;
	line-height:1.2em;
}

.skilled-section .content-column .inner-box .text{
	color:#272727;
	font-size:17px;
	margin-top:40px;
	margin-bottom:30px;
}

.skilled-section .experiance-column .inner-box{
	padding-left:65px;
}

/*** 

====================================================================
	Progress Levels Section
====================================================================

 ***/

.progress-levels{
	position:relative;
}

.normal-section .column .progress-levels{
	padding-left:15px;	
}

.progress-levels .progress-box{
	position:relative;
	margin-bottom:45px;
	overflow:hidden;	
}

.progress-levels .progress-box:last-child{
	margin-bottom:0px;	
}

.progress-levels .progress-box .box-title{
	position:relative;
	font-size:18px;
	color:#242424;
	margin-bottom:15px;
	text-transform:capitalize;
	font-family:'Montserrat',sans-serif;
}

.progress-levels .progress-box .bar{
	 position:relative;
	 height:10px;	
}

.progress-levels .progress-box .bar .bar-innner{
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	height:10px;
	background-color:#ffffff;
}

.progress-levels .progress-box .bar .bar-fill{
	position:absolute;
	left:-100%;
	top:0px;
	width:0px;
	height:10px;
	background:#e94b3b;
	border-radius:0px;
	-moz-transition:all 2000ms ease 300ms;
	-webkit-transition:all 2000ms ease 300ms;
	-ms-transition:all 2000ms ease 300ms;
	-o-transition:all 2000ms ease 300ms;
	transition:all 2000ms ease 300ms;
}

.progress-levels .progress-box.animated .bar .bar-fill{
	left:0px;	
}

.progress-levels .progress-box .percent{
	position:absolute;
	right:0px;
	width:40px;
	height:24px;
	text-align:center;
	background:#484848;
	top:-35px;
	letter-spacing:1px;
	font-size:11px;
	color:#ffffff !important;
	border-radius:3px;
	line-height:24px;
	opacity:0;
	-moz-transition:all 2000ms ease 700ms;
	-webkit-transition:all 2000ms ease 700ms;
	-ms-transition:all 2000ms ease 700ms;
	-o-transition:all 2000ms ease 700ms;
	transition:all 2000ms ease 700ms;
}

.progress-levels .progress-box.animated .percent{
	opacity:1;	
}

/*** 

====================================================================
	Service Quality Section
====================================================================

 ***/

.service-quality-section{
	position:relative;
    padding: 10px 0px 50px;
	clear: both;
}

.service-quality-section .image-column{
	position:relative;
	margin-bottom:50px;
}

.service-quality-section .image-column .image-box{
	position:relative;
	margin-right:30px;
	box-shadow:0px 0px 10px 3px rgba(0,0,0,0.10);
}

.service-quality-section .image-column .image-box img{
	position:relative;
	display:block;
	width:100%;
}

.service-quality-section .content-column{
	position:relative;
	margin-top:15px;
}

.service-quality-section .content-column .inner-box{
	position:relative;
}

.service-quality-section .content-column .inner-box h2{
	position:relative;
	color:#242424;
	font-size:50px;
	font-weight:700;
	line-height:1.2em;
}

.service-quality-section .content-column .inner-box .text{
	position:relative;
	padding-left:115px;
	margin-top:40px;
}

.service-quality-section .content-column .inner-box .text:before{
	position:absolute;
	content:'';
	left:0px;
	top:12px;
	width:90px;
	height:1px;
	margin-top:-1px;
	background-color:#e94b3b;
}

.service-quality-section .content-column .inner-box .text p{
	position:relative;
	font-size:17px;
	font-weight:400;
	color:#272727;
	line-height:1.8em;
	margin-bottom:15px;
}

/*** 

====================================================================
	Services Section Two
====================================================================

***/

.services-section-two{
    position: relative;
    padding: 60px 0px 60px;
/*  background-color: #232425; */
	background-color: #f4f4f4;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.services-section-two .service-title{
	margin-bottom:70px;
}

.services-section-two .all-services{
	position: relative;
    font-size: 15px;
    font-weight: 400;
    color: #ffffff;
    padding: 12px 31px;
    margin-top: 42px;
    display: inline-block;
    border: 1px solid #e94b3b;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.services-section-two .all-services:hover{
	color: #e94b3b;
}


.service-block-two{
	position:relative;
	padding: 0px 40px;
	margin-bottom:50px;
}

.service-block-two .inner-box{
	position:relative;
	text-align:center;
}

.service-block-two .inner-box .icon-box{
	position:relative;
	width:116px;
	height:116px;
	margin:0 auto;
	color:#ffffff;
	font-size:46px;
	text-align:center;
	border-radius:50%;
	line-height:114px;
	margin-bottom:32px;
	background-color:#e94b3b;
}

.service-block-two .inner-box h3{
	position:relative;
	font-size:20px;
	font-weight:700;
	text-transform:uppercase;
}

.service-block-two .inner-box h3 a{
	color:#ffffff;
	transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.service-block-two .inner-box h3 a:hover{
	color:#e94b3b;
}

.service-block-two .inner-box .text{
	position:relative;
	font-size:17px;
	color:#272727;
	line-height:2em;
	margin-top:25px;
}

/*** 

====================================================================
	Tabs Box
====================================================================

***/

.tabs-box{
	position:relative;
}

.tabs-box .tab-buttons{
	position: relative;
	text-align:center;
	margin-bottom:40px;
	margin-top:30px;
}

.tabs-box .tab-buttons .tab-btn{
	position: relative;
	display:inline-block;
	font-size:18px;
	font-weight:600;
	color:#242424;
	cursor:pointer;
	text-transform:capitalize;
	margin:0px 15px 15px;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.tabs-box .tab-buttons .tab-btn.active-btn,
.tabs-box .tab-buttons .tab-btn:hover{
	color: #e94b3b;
}

.tabs-box .tabs-content{
	position: relative;
}

.tabs-box .tab{
	position: relative;
	display: none;
}

.tabs-box .tab.active-tab{
	display: block;
}

.project-section .filters{
	text-align:center;
	margin-bottom:60px;
}

.project-section .filters li{
	position:relative;
	display:inline-block;
	line-height:24px;
	color:#242424;
	cursor:pointer;
	font-size:15px;
	font-weight:400;
	border-bottom:2px solid transparent;
	text-transform:uppercase;
	margin:0px 15px 15px;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	font-family: 'Montserrat', sans-serif;
}

.project-section .filters .filter.active,
.project-section .filters .filter:hover{
	color:#e94b3b;
	border-color:#e94b3b;
}

.project-block-three.mix{
    display:none;
}

.project-section .project-block-three{
	padding:0px;
}

.project-block-three{
	position:relative;
}

.project-block-three .inner-box{
	position:relative;
}

.project-block-three .inner-box .image-box{
	position:relative;
}

.project-block-three .inner-box .image-box img{
	position:relative;
	width:100%;
	display:block;
}

.project-block-three .inner-box .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	padding:75px 0px 0px 60px;
}

.project-block-three .inner-box .overlay-box:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.30);
}

.project-block-three .inner-box .overlay-box h4{
	position:relative;
	font-size:28px;
	font-weight:700;
	text-transform:uppercase;
}

.project-block-three .inner-box .overlay-box h4 a{
	color:#ffffff;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.project-block-three .inner-box .overlay-box h4 a:hover{
	color:#e94b3b;
}

.project-block-three .inner-box .overlay-box .category-title{
	position:relative;
	color:#e94b3b;
	font-size:15px;
	font-weight:400;
	padding-left:60px;
	margin-bottom:16px;
	text-transform:uppercase;
}

.project-block-three .inner-box .overlay-box .category-title:before{
	position:absolute;
	content:'';
	left:0px;
	top:12px;
	height:1px;
	width:45px;
	background-color:#e94b3b;
}

.project-single-section{
	position:relative;
	padding:140px 0px 80px;
}

.project-single-section .project-block-two.style-two:last-child{
	margin-bottom:0px;
}

.project-single-section .more-posts{
	position:relative;
	margin-top:20px;
}

.project-single-section .more-posts a{
	font-size:15px;
	color:#242424;
	font-weight:700;
	margin-top:20px;
	padding-bottom:2px;
	display:inline-block;
	text-transform:uppercase;
	border-bottom:2px solid #242424;
}

.project-single-section .more-posts a:hover{
	color:#e94b3b;
	border-color:#e94b3b;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

/*** 

====================================================================
	Experts Section
====================================================================

***/

.experts-section{
	position:relative;
	padding:150px 0px 100px;
}

/*** 

====================================================================
	Sidebar Page Container
====================================================================

***/

.sidebar-page-container{
	position:relative;
	padding:150px 0px 100px;
}

.sidebar-page-container .sidebar-side,
.sidebar-page-container .content-side{
	margin-bottom:30px !important;	
}

.blog-section .news-block .lower-content{
	padding-top:33px;
}

.blog-section .news-block .lower-content h3{
	font-size:30px;
	margin-bottom:25px;
}

.blog-section.blog-single .news-block .lower-content h3{
	font-size:36px;
	color:#242424;
}

.blog-section.blog-single .news-block{
	margin-bottom:38px;
}

/*** 

====================================================================
	Styled Pagination
====================================================================

***/

.styled-pagination{
	position:relative;
	display:inline-block;
}

.styled-pagination:after{
	position:absolute;
	content:'';
	left:100%;
	top:12px;
	width:50px;
	height:1px;
	background-color:#e94b3b;
}

.styled-pagination ul{
	position:relative;
	display:inline-block;	
}

.styled-pagination li{
	position:relative;
	display:block;
	float:left;
	margin:0px 25px 0px 0px;
}

.styled-pagination li a{
	position:relative;
	display:inline-block;
	line-height:20px;
	font-size:15px;
	color:#c9c9c9;
	font-weight:700;
	text-transform:uppercase;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
}

.styled-pagination li a:hover,
.styled-pagination li a.active{
	color:#242424;
}

.sidebar .sidebar-widget{
    position: relative;
    margin-bottom: 60px;
}

/*Search Box*/

.sidebar .search-box .form-group{
	position:relative;
	margin:0px;	
}

.sidebar .sidebar-widget .sidebar-title{
	position:relative;
	margin-bottom:40px;
}

.sidebar .sidebar-widget .sidebar-title h3{
	position:relative;
	font-size:26px;
	line-height:1.2em;
	font-weight:700;
	color:#25292f;
	text-transform:capitalize;
}

.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"]{
	position:relative;
	line-height:32px;
	padding:15px 50px 15px 20px;
	border:1px solid #f0f0f0;
	display:block;
	font-size:17px;
	width:100%;
	height:65px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-webkit-box-shadow: 0px 0px 12px 0px rgba(240,240,240,1);
	-moz-box-shadow: 0px 0px 12px 0px rgba(240,240,240,1);
	box-shadow: 0px 0px 12px 0px rgba(240,240,240,1);
}

.sidebar .search-box .form-group input:focus{
	border-color:#e94b3b;	
}

.sidebar .search-box .form-group button{
	position:absolute;
	right:0px;
	top:0px;
	height:65px;
	width:70px;
	line-height:48px;
	text-align:center;
	display:block;
	font-size:18px;
	color:#ffffff;
	background:#242424;
	font-weight:normal;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.sidebar .search-box .form-group input:focus + button,
.sidebar .search-box .form-group button:hover{
	background:#e94b3b;
}

/*list Widget*/

.sidebar .list{
	position:relative;
}

.sidebar .list li{
	position:relative;
	margin-bottom:22px;
}

.sidebar .list li:last-child{
	margin-bottom:0px;
}

.sidebar .list li a{
	position:relative;
	display:block;
	color:#272727;
	font-size:17px;
	font-weight:300;
	line-height:24px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.sidebar .list li a:hover{
	color:#25292f;
}

/*Post Widget*/

.sidebar .popular-posts .post{
	position:relative;
	padding-left:155px;
	min-height:100px;
	margin-bottom:36px;
}

.sidebar .popular-posts .post:last-child{
	margin-bottom:0px;
}

.sidebar .popular-posts .post .post-thumb{
	 position:absolute;
	 left:0px;
	 top:0px;
	 width:125px;
}

.sidebar .popular-posts .post .post-thumb img{
	display:block;
	width:100%;
}

.sidebar .popular-posts .post h4{
	padding-top:10px;
	font-size:18px;
	margin:0px 0px 5px;
	font-weight:700;
	color:#25292f;
}

.sidebar .popular-posts .post a,
.sidebar .popular-posts .post a:hover{
	color:#e94b3b;
}

.sidebar .popular-posts .post h4 a{
	color:#222222;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.sidebar .popular-posts .post-info{
	font-size:15px;
	color:#c5c3c3;
	text-transform:uppercase;
}


.sidebar .popular-tags a{
	position:relative;
	display:inline-block;
	line-height:24px;
	padding:8px 17px 8px;
	margin:0px 6px 9px 0px;
	color:#878787;
	text-align:center;
	font-size:14px;
	text-transform:uppercase;
	background-color:#f3f3f3;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	font-family: 'Montserrat', sans-serif;
}

.sidebar .popular-tags a:hover{
	background-color:#e94b3b;
	color:#ffffff;	
}

.blog-section .post-share-options{
	position:relative;
	padding:15px 20px 5px;
	-webkit-box-shadow: 0px 0px 25px 0px rgba(244,244,244,1);
	-moz-box-shadow: 0px 0px 25px 0px rgba(244,244,244,1);
	box-shadow: 0px 0px 25px 0px rgba(244,244,244,1);
}

.blog-section .post-share-options .tags strong{
	color:#242424;
	font-size:15px;
	text-transform:uppercase;
}

.blog-section .post-share-options .tags a{
	position:relative;
	color:#272727;
	font-size:15px;
	font-weight:700;
	text-transform:uppercase;
}

.blog-section .post-share-options .tags{
	padding-top:6px;
	margin-bottom:10px;
}

.blog-section .post-share-options .social-icon-two{
	margin-bottom:10px;
}

/*** 

====================================================================
	Comments Area
====================================================================

 ***/

.sidebar-page-container .comments-area{
	position:relative;
	margin-bottom:50px;
	margin-top:90px;
}

.sidebar-page-container .group-title{
	position:relative;
	margin-bottom:45px;
}

.sidebar-page-container .group-title h2{
	font-size:30px;
	color:#242424;
	font-weight:700;
}

.sidebar-page-container .comments-area .comment-box{
	position:relative;
	margin-bottom:35px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.sidebar-page-container .comments-area .comment-inner{
	background-color:#fbfbfb;
	padding:40px 40px 40px;
	border:1px solid #f7f7f7;
}

.sidebar-page-container .comments-area .comment-box:nth-child(1){
	padding-top:0px;	
}

.sidebar-page-container .comments-area .comment{
	position:relative;
	padding:0px 0px 0px 95px;
	font-size:14px;
}

.sidebar-page-container .comments-area .comment .content-box{
	padding:0px 0px 25px;
	border-bottom:1px solid #eeecec;
}

.sidebar-page-container .comments-area .reply-comment{
	padding-left:90px;	
}

.sidebar-page-container .comments-area .comment-box .author-thumb{
	position:absolute;
	left:0px;
	top:0px;
	width:65px;
	border-radius:50%;
	margin-bottom:20px;
}

.sidebar-page-container .comments-area .comment-box .author-thumb img{
	width:100%;
	display:block;
	border-radius:50%;
}

.sidebar-page-container .comments-area .comment-info{
	margin-bottom:6px;
}

.sidebar-page-container .comments-area .comment-box strong{
	font-size:17px;
	font-weight:700;
	color:#313232;
	line-height:30px;
	margin-right:20px;
	text-transform:uppercase;
	font-family: 'Montserrat', sans-serif;
}

.sidebar-page-container .comments-area .comment-info .comment-time{
	font-size:17px;
	color:#c4c4c4;
	font-weight:300;
}

.sidebar-page-container .comments-area .comment-box .reply-btn{
	position:absolute;
	right:0px;
	top:0px;
	color:#242424;
	font-size:15px;
	font-weight:400;
	text-transform:uppercase;
	font-family: 'Montserrat', sans-serif;
}

.sidebar-page-container .comments-area .comment-box .reply-btn:hover{
	color:#e94b3b;
}

.sidebar-page-container .comments-area .comment-box .text{
	font-size:17px;
	color:#272727;
	line-height:1.6em;
	margin-top:15px;
}

.sidebar-page-container .comments-area .comment-box:last-child .comment .content-box{
	border:0px;
	padding-bottom:0px;
}

.sidebar-page-container .comments-area .comment-box:last-child{
	margin-bottom:0px;
}

/*Comment Form*/

.comment-form .comment-title{
	position:relative;
	margin-top:40px;
	margin-bottom:40px;
}

.comment-form .comment-title h2{
	position:relative;
	color:#242424;
	font-size:30px;
	font-weight:700;
}

.comment-form .group-title{
	position:relative;
	padding:0px 12px;
}

.comment-form .form-group{
	margin-bottom:30px;
}

.comment-form .form-group input,
.comment-form .form-group textarea{
	border:2px solid #f0f0f0;
	width:100%;
	font-size:17px;
	transition:all 0.300s ease;
	-moz-transition:all 0.300s ease;
	-webkit-transition:all 0.300s ease;
	-ms-transition:all 0.300s ease;
	-o-transition:all 0.300s ease;
}

.comment-form .form-group input:focus,
.comment-form .form-group textarea:focus{
	border-color:#e94b3b;
}

.comment-form .form-group input{
	height:65px;
	padding:10px 20px;
	line-height:32px;
}

.comment-form .form-group textarea{
	position:relative;
	height:280px;
	resize:none;
	padding:25px 30px;
}

/*** 

====================================================================
	Address Section
====================================================================

 ***/

.address-section{
	position:relative;
	padding:100px 0px 40px;
}

.address-section .address-column{
	position:relative;
	margin-bottom:60px;
}

.address-section .address-column h3{
	position:relative;
	font-size:48px;
	color:#23282a;
	font-weight:700;
	text-transform:uppercase;
}

.address-section .address-column .text{
	position:relative;
	color:#818181;
	font-size:17px;
	margin-top:12px;
	margin-bottom:40px;
}

.address-section .address-column .contact-info{
	position:relative;	
}

.address-section .address-column .contact-info li{
	position:relative;
	display:block;
	padding:2px 0px 0px 80px;
	line-height:25px;
	font-size:17px;
	margin-bottom:30px;
	color:#9d9d9d;
	min-height:55px;
}

.address-section .address-column .contact-info li:hover .icon-box{
	background-color:#e94b3b;
	color:#ffffff;
}

.address-section .address-column .contact-info li h4{
	font-weight:700;
	text-transform:uppercase;
	margin-bottom:3px;
	font-size:17px;
	color:#000000;
}

.address-section .address-column .contact-info li .icon-box{
	position:absolute;
	left:0px;
	top:0;
	width:52px;
	height:52px;
	line-height:50px;
	font-size:24px;
	color:#e94b3b;
	text-align:center;
	border-radius:50%;
    -webkit-box-shadow: 0px 0px 25px 5px rgba(244,244,244,1);
    -moz-box-shadow: 0px 0px 25px 5px rgba(244,244,244,1);
    box-shadow: 0px 0px 25px 5px rgba(244,244,244,1);
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.address-section .image-column{
	position:relative;
}

.address-section .image-column .image{
	position:relative;
	text-align:center;
}

.address-section .image-column .image img{
	position:relative;
	max-width:100%;
	display:inline-block;
}

/*** 

====================================================================
	Map Section Style
====================================================================

***/

.map-section{
	position:relative;
}

.map-section .map-container{
	position:relative;
	z-index:10;	
}

.map-data{
	text-align:center;
	font-size:14px;
	font-weight:400;
	line-height:1.8em;
}

.map-canvas{
	position:relative;
	height:400px;
}

.map-data h6{
	font-size:16px;
	font-weight:400;
	text-align:center;
	margin-bottom:5px;
	color:#121212;
}

/*** 

====================================================================
	Contact Section
====================================================================

 ***/

.contact-section{
	position:relative;
	background-color:#FDFDFD;
}

.contact-section .outer-box{
	position:relative;
}

.contact-section .outer-box .form-column{
	position:relative;
	float: right;
    width: 50%;
}

.contact-section .outer-box .form-column .form-outer{
	position:relative;
	float:left;
	max-width:600px;
	padding:70px 15px 60px 100px;
}

.contact-section .outer-box .form-column .form-outer h2{
	color:#000;
	font-size:48px;
	font-weight:700;
	margin-bottom:10px;
}

.contact-form .form-group{
	margin-bottom:15px;
}

.contact-form .form-group input,
.contact-form .form-group textarea{
	border-bottom:2px solid #000;
	width:100%;
	font-size:17px;
	background:none;
	color:#000;
	transition:all 0.300s ease;
	-moz-transition:all 0.300s ease;
	-webkit-transition:all 0.300s ease;
	-ms-transition:all 0.300s ease;
	-o-transition:all 0.300s ease;
}

.contact-form .form-group input{
	height:55px;
	padding:8px 0px;
	line-height:32px;
}

.contact-form .form-group textarea{
	position:relative;
	height:130px;
	resize:none;
	padding:8px 0px;
}

.contact-form .theme-btn{
	color:#000;
	font-size:15px;
	font-weight:700;
	background:none;
	padding:13px 23px;
	margin-top:6px;
	display:inline-block;
	border:2px solid #000;
	text-transform:uppercase;
	font-family: 'Montserrat', sans-serif;
}

.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error{
	border-color:#ff0000 !important;	
}

.contact-form label.error{
	display:block;
	line-height:24px;
	padding:5px 0px 0px;
	margin:0px;
	text-transform:uppercase;
	font-size:12px;
	color:#ff0000;
	font-weight:500;	
}

.contact-form .form-group input::-webkit-input-placeholder,
.contact-form .form-group textarea::-webkit-input-placeholder{
  color: #000;
}

.contact-form .form-group input:-ms-input-placeholder,
.contact-form .form-group textarea:-ms-input-placeholder{
  color: #000;
}

.contact-form .form-group input::-moz-placeholder,
.contact-form .form-group textarea::-moz-placeholder{
  color: #000;
  opacity: 1;
}

.contact-form .form-group input:-moz-placeholder,
.contact-form .form-group textarea:-moz-placeholder{
  color: #000;
  opacity: 1;
}

.contact-section .map-column{
	position:absolute;
	left:0px;
	top:0px;
	float:left;
	width:50%;
	height:100%;
	z-index:1;
}

.contact-section .map-canvas{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;	
}


.bg-dark-gray {
    background: #101010 !important;
}

.margin-three {
    margin-top: 1% !important;
    margin-bottom: 1% !important;
}

.copyright {
    font-size: 11px;
    text-transform: uppercase;
    color: #888888;
}
.letter-spacing-1 {
    letter-spacing: 1px !important;
}

.designedby {
    color: #888888 !important;
}


.footer-title h3{
	position:relative;
	color:#e94b3b;
	font-size:18px;
	font-weight:400;
	letter-spacing:1px;
    line-height: 12px;
	display:inline-block;
	text-transform:uppercase;
}

.footer-title h3:after{
	position:absolute;
	content:'';
	left:105%;
	top:50%;
	width:30px;
	height:1px;
	margin-top:-1px;
	background-color:#e94b3b;
}

.text-justify {
  text-align: justify;
}


.main-footer ul li a{
	position:relative;
	font-size:17px;
/*	color:#9b9b9b;*/
	color:#fff;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.main-footer ul li a:hover{
	color:#e94b3b;
}

.tp-leftarrow.preview4:after{
	content: '\f053' !important;
	font-family: FontAwesome !important;
}

.tp-rightarrow.preview4:after{
	content: '\f054' !important;
	font-family: FontAwesome !important;
}

tp-leftarrow{
	top: 435px !important;
}

.container_full {
    width: 100%;
    float: left;
    margin: auto auto auto auto;
    margin-top: 80px; 
	position: relative;
    margin-bottom: 60px;
}
.container_full img {
    margin: auto;
    width: 100%; 
}


.header-img {
    background-size: 100% 100%!important;
    background-position: center center!important;
}
.banner-overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,0.40);
}


.header-typography {
    text-align: center;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    right: 0;
    left: 0;
}

.header-text-middle-main {
    display: table;
    height: 100%;
    width: 100%;
}
.header-text-middle {
    display: table-cell;
    vertical-align: middle;
}

.white-text, .white-text h2 {
    color: #fff;
}

.white-text h2 {
    position: relative;
	color: #ffffff;
	font-weight: 700;
	font-size: 52px;
	margin: 15px 0px;
	text-transform: uppercase;
}
.breadcrumbs {
    float: left;
    list-style: outside none none;
    margin: 14px 0 0;
    padding: 0;
    text-align: center;
    width: 100%;
}
.breadcrumbs>li:first-child {
    padding-left: 0;
}
.breadcrumbs>li {
    display: inline-block;
    float: none;
    padding: 0 10px;
    color: #fff;
    font-size: 17px;
    position: relative;
	font-weight: 400;
	text-transform: uppercase;
}

.breadcrumbs>li::before {
    content: "\f105";
    font-family: fontawesome;
    font-size: 18px;
    position: absolute;
    right: -6px;
    top: 0;
}

.breadcrumbs>li:last-child::before {
    content: "";
    font-family: fontawesome;
    font-size: 18px;
    position: absolute;
    right: -6px;
    top: 0;
}
.map-div{
	position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}
.header-text-middle .border-box{
	content: none !important;
}

.project-slider .inner{
	padding-left: 0;
	
}

.project-slider .inner:before{
	width: 0;
    height: 0;
    border: none;
}

.project-slider-heading{
	margin-bottom: 0px;
}
.scrolloff {
    pointer-events: none;
}



/* Service Block start */

.portlet.light.portlet-fit {
    padding: 0;
}
.portlet.light {
    padding: 12px 20px 15px;
    background-color: #fff;
}
.portlet {
    margin-top: 0;
    margin-bottom: 25px;
    padding: 0;
    border-radius: 4px;
}

.portlet.light.portlet-fit>.portlet-title {
    padding: 0 15px 20px 10px;
}

.portlet.light>.portlet-title {
    padding: 0;
    min-height: 48px;
}


.portlet>.portlet-title {
    border-bottom: 1px solid #eee;
    padding: 0;
    margin-bottom: 10px;
    min-height: 41px;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -ms-border-radius: 4px 4px 0 0;
    -o-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}
.portlet>.portlet-title:after, .portlet>.portlet-title:before {
    content: " ";
    display: table;
}
.portlet.light>.portlet-title>.caption {
    color: #666;
    padding: 10px 0;
}
.portlet>.portlet-title>.caption {
/*
    float: left;
    display: inline-block;
*/
    font-size: 18px;
    line-height: 18px;
    padding: 10px 0;
	text-align:center;
}

.portlet.light>.portlet-title>.caption>.caption-subject {
    font-size: 22px;
	    color: #e94b3b;
}

.bold {
    font-weight: 700!important;
}
.font-grey-cascade {
    color: #95A5A6!important;
}
.caption-desc {
    font-size: 13px;
    margin-top: 30px;
    line-height: 1.5;
}
.portlet>.portlet-title:after {
    clear: both;
}
.portlet.light.portlet-fit>.portlet-body {
    padding: 10px 20px 20px;
}
.portlet>.portlet-body {
    clear: both;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -ms-border-radius: 0 0 4px 4px;
    -o-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}
.mt-element-overlay .mt-overlay-6 {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
	background: rgb(12, 12, 12);
}
.mt-element-overlay .mt-overlay-6 img {
    display: block;
    position: relative;
    max-width: none;
    width: calc(100% + 20px);
    -webkit-transition: opacity .35s,-webkit-transform .35s;
    transition: opacity .35s,transform .35s;
    -webkit-transform: translate3d(-10px,0,0);
    transform: translate3d(-10px,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.mt-element-overlay .mt-overlay-6 .mt-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    padding: 50px 20px;
}
.mt-element-overlay .mt-overlay-6 h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 17px;
    overflow: hidden;
    padding: .5em 0;
    background-color: transparent;
}
.mt-element-overlay .mt-overlay-6 h2:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    content: '';
    -webkit-transition: -webkit-transform .35s;
    transition: transform .35s;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
}
.mt-element-overlay .mt-overlay-6 p {
    margin-top: 20px;
}
.mt-element-overlay .mt-overlay-6 a, .mt-element-overlay .mt-overlay-6 p {
    color: #FFF !important;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity .35s,-webkit-transform .35s;
    transition: opacity .35s,transform .35s;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
}
.btn.btn-outline.default {
    border-color: #e1e5ec;
    color: #e1e5ec;
    background: 0 0;
}
.btn:not(.btn-sm):not(.btn-lg) {
    line-height: 1.44;
}
.mt-element-overlay .mt-overlay-6 a, .mt-element-overlay .mt-overlay-6 p {
    color: #FFF;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity .35s,-webkit-transform .35s;
    transition: opacity .35s,transform .35s;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
}
.btn {
    outline: 0!important;
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.mt-element-overlay .mt-overlay-6:hover img {
    opacity: .4;
    filter: alpha(opacity=40);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.mt-element-overlay .mt-overlay-6 h2::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    content: '';
    -webkit-transition: -webkit-transform .35s;
    transition: transform .35s;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
}
.mt-element-overlay .mt-overlay-6:hover a, .mt-element-overlay .mt-overlay-6:hover p {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.mt-element-overlay .mt-overlay-6:hover h2::after {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.service-title h2{
	    color: #fff !important;
}

.service-box-shaddow{
	    box-shadow: 0 10px 10px rgba(34, 35, 36, 0.05);
}
.services-section-two .service-title{
	margin-bottom: 30px;
}
/* Service Block end */

@media (min-width:992px){
	.main-slider{
		clear: both;
		margin-top: 90px;
	}
}

.mt-overlay p{
	width: 280px;
	border: 1px solid #fff;
	word-break: break-all; padding:10px;
}

.social-icon-one{
	 /*margin-top: 35px;*/
	 display: flex;
	 flex-direction: row-reverse;
}

.about-us-img-float{
	float: left;
    width: 410px;
    top: 4px;
    margin-right: 30px;
}

.about-us-div h4{
	font-size: 32px;
}

.about-us-text{
	 padding-left: 0px !important; 
	 margin-top: 22px !important;
}
    
.about-us-text:before{
	content: none !important;
}

.about-us-img .inner-box:before{
	content: none !important;
}
.about-us-img .inner-box{
	padding-left: 0px !important;
    padding-right: 0px !important;
}

.professional-text{
	margin-top: 0px !important; 
}

.serv-item {
    float: left;
/*    width: 33.33%;*/
    position: relative;
/*    padding: 10px 30px 10px 0;*/
    overflow: hidden;
}
.serv-item-inner {
    float: left;
/*    width: 100%;*/
    position: relative;
    overflow: hidden;
/*	box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);*/
}

.serv-item img {
    position: relative;
    width: 100%;
    height: auto;
	z-index: 1;
	-webkit-transition: all 4000ms cubic-bezier(.19,1,.22,1) 0ms;
	-moz-transition: all 4000ms cubic-bezier(.19,1,.22,1) 0ms;
	transition: all 4000ms cubic-bezier(.19,1,.22,1) 0ms;
}


.ser-title {
    position: relative;
	padding: 17px 10px 15px;
	text-align: center;
}

.ser-title h3 {
    color: #272727;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    display: inline-table;
	padding-top: 12px;
}

.ser-title h3::before, .ser-title {
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.serv-item:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05);
}

.serv-item .overlay{
	opacity: 0;
    z-index: 2;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
}

.press-block:hover .overlay {
    opacity: 0.3;
}

.member-list .text{
	margin-top: 0px !important; 
}

@media (min-width: 992px) { // multiples of 3
   
    .clear-left .col-sm-6:nth-child(3n+1) , .clear-left .col-md-4:nth-child(3n+1){
        clear: left !important;
    }
}

@media (min-width: 768px) and (max-width: 991px){ // multiples of 2
   
    .clear-left .col-sm-6:nth-child(2n+1) , .clear-left .col-md-4:nth-child(2n+1){
        clear: left !important;
    }
	
	.service-box-shaddow:nth-child(2n+1) {
		 clear: left !important;
	}
}

.certification {padding-bottom: 115px;}

.project-slider .owl-nav{
	display: block !important;
}

.project-slider .owl-prev{
	position: absolute;
    left: 1%;
    top: 42%;
}

.project-slider .owl-next{
	position: absolute;
    top: 42%;
	right: 1%;
}

.project-slider .owl-prev .fa-angle-left:before,.project-slider .owl-next .fa-angle-right:before{
	font-size: 50px;
    color: #fff;
}

.about-us-text ul{
	text-align:justify;
}
.about-us-text p{
	text-align: justify;
}

.inner-box p{
	text-align: justify;
}

.mega-content .nav-column a{
    line-height: 32px;
    font-weight: 400;
    font-size: 15px;
    text-transform: capitalize;
    letter-spacing: 1px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
	

/* Loader start */
.se-pre-con{
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:10000;
	background: url(../upload/image/logo-1.png) 50% 42% no-repeat #000;
}

.mainloader {
    margin-top: 22px;
}

#loader {
  animation: loader 5s cubic-bezier(.8,0,.2,1) infinite;
  height: 40px;
  width: 41px;
  position: absolute;
  top:calc(50% - 20px);
  left:calc(50% - 20px);
 
}


/* Loader end */


.project-menu{
	left: -560px!important;
    width: 865px!important;
	padding: 30px !important;
}
.mega-content a{
	color: #34363b;
	transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.nav-column .black{
	background: #e94b3b;
    color: #fff;
   	padding: 8px 15px;
    font-weight: bold;
    display:block;
    text-align:center;
}

.nav-column .menu{
	margin-top: 10px;
}
.footer-widget .fa-mobile-phone:before, .fa-mobile:before{
	font-size: 25px;
}

.nav-column .menu a:hover{
    /*padding: 0px 4px;*/
    color: #e94b3b !important;
}

@media (min-width:768px){
	.marginbottom110{
		margin-bottom: 110px;
	}
}

.about-dave{
	background: #f4f4f4;
}

.contact-info a{
	color:#272727;
}

.hover-clip-div{
	position: absolute;
    top: 42%;
    left: 42%;
    z-index: 1;
    font-size: 25px;
    border-radius: 50%;
    background: #f4f4f4;
    height: 40px;
    width: 40px;
    padding: 6px 10px;
    line-height: 30px;
	display: none;
}

.press-block:hover .hover-clip-div{
	display:block !important;
}

.mobile-chevron{
	display:none;
}
.project-section{
	padding-top: 55px;
}

.project-section .sec-title{
	padding-bottom: 20px;
} 

.paddingbottom60{
	padding-bottom: 60px;
}
.margintop110{
	margin-top: 110px;
}
.paddingtop100{
	padding-top: 100px;
}

.marginbottom22{
	margin-bottom: 22px;
}

.news-well {
    background-color: #FFF;
    border-bottom: 2px solid #004c7d;
    border-radius: 0;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.05) inset;
    margin-bottom: 50px;
    min-height: 120px;
    padding: 30px 20px 20px 20px;
    position: relative;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0,0,0,.1);
    -ms-box-shadow: 0px 0px 50px 0px rgba(0,0,0,.1);
    -o-box-shadow: 0px 0px 50px 0px rgba(0,0,0,.1);
    -moz-box-shadow: 0px 0px 50px 0px rgba(0,0,0,.1);
    box-shadow: 0px 0px 50px 0px rgba(0,0,0,.1);
    border-bottom: 2px solid #e94b3b !important;
}
.news-well .date {
    background-color: #e94b3b;
    color: #fff;
    margin-right: 20px;
    padding: 3px 10px;
    position: absolute;
    top: -13px;
}

.news-well h3 {
    font-size: 16px;
    margin-bottom: 5px;
}

.news-well p {
    text-align: justify;
	margin-bottom: 0;
}

.news-title{
	padding-top: 0px;
    padding-bottom: 45px;
}

.news-page{
	padding-bottom: 35px !important;
}
.services-text:before{
	content: none !important;
}
.services-text{
	padding-left: 0 !important;
}

.service-page-title{
	position: relative;
    color: #242424;
    font-size: 50px;
    font-weight: 700;
    line-height: 1.2em;
}

@media (min-width:768px) and (max-width:992px){
	.hidden-bar{
		width:100%;
	}

}

@media (min-width:992px) and (max-width:1199px){
	.project-menu {
    	left: -660px !important;
	}
	.about-section-float{
		padding: 0px 15px;
	}
}


@media (max-width:1199px){
.contact-section .map-column{
	height: 300px !important;
}
	.ser-title{
		display: block !important;
	}
	.navbar{
		background: #000;
		min-height: 60px;
	}
	.main-header {
		position: static;
	}
	.hover-zoom-div{
		display: none;
	}
	.parallax{
		background-attachment: inherit !important;
	}
	.mob-service-para p{
		font-size: 17px;
		text-align: justify;
		margin-bottom: 40px;
	}
}


@media (max-width:767px){
	.sec-title h3{
		line-height: 8;
	}
	.copyright{
		text-align: center;
	}
	.main-menu .navbar-collapse > .navigation > li > a, .main-menu .navbar-collapse > .navigation > li > ul > li > a, .main-menu .navbar-collapse > .navigation > li > ul > li > ul > li > a{
		background: #000 !important;
	}
	.main-menu .navbar-header .navbar-toggle{
		background: #000 !important;
	}
	.main-menu .navbar-header{
		padding-top: 26px !important;
		padding-bottom: 0px !important;
	}
	.main-header .main-box .logo-box{
		padding: 8px 0 !important;
	}
	.main-header .main-box .logo-box .logo img{
		max-width: 65%;
	}
	.container_full{
		margin-top: 0px !important;
		margin-bottom: 22px !important;
	}
	.client-div{
		overflow-x: auto;
	}
	.serv-item{
		width:100%;
	}
	.serv-item-inner{
		width:100%;
	}
	.project-slider .image img{
		height: 225px !important;
	}
	.about-section-float{
		padding: 0 15px;
	}
	.about-us-img-float{
		width:100%;
		margin-top:0px !important;
		margin-bottom: 50px !important;
	}
	.serv-item{
		padding: 10px 0;
	}
	.proffessional-mob-title{
		line-height: 1.5 !important;
		top: 50px !important;
		margin-bottom: 100px !important;
	}
	.mobile-chevron{
		display: inline-block !important;
		padding-right:5px;
	}
	.mobile-chevron-div p{
		display: inline !important;
	}
	.mobile-chevron-div {
		text-align: justify !important;
	}
	.square-list .inner-box .text{
		padding-left: 0 !important;
	}
	.square-list{
		padding-bottom: 50px;
	}
	.square-list .inner-box .text{
		padding-left: 15px !important;
	}
	.square-list .inner-box{
		text-align: justify;
	}
	.about-section .content-column .inner-box .text::before{
		display: none;		
	}
	.service-page-title{
		font-size: 25px;
	}

}


@media (max-width:992px){
	.tparrows.preview4{
		display: none !important;
	}
}


@media (min-width:768px) and (max-width:992px){
	.navbar-collapse.collapse{
		display: none !important;
	}
	.header-text-middle .border-box{
		height: 210px;
	}
	.main-header .nav-toggler button{
		color:#fff;
		border: 1px solid #e94b3b;
		padding: 10px 15px;
		right: 20px;
		top: -8px;
		width: 52px;
	}
	.main-header .main-box .logo-box .logo img{
		max-width: 70%;
	}
	.container_full{
		margin-top: 0px;
	}
	
	.clearboth{
		clear:both;
	}
	.about-section-float{
		padding: 0px 15px;
	}
	#home{
		background: rgb(0, 0, 0) none repeat scroll 0% 0%;
		min-height: 69px;
	}
	.navbar{
		border:none;
	}
	.serv-item{
/*		padding: 0;*/
	}
	
}

/*  Mobile menu start */

@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.3.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');}
.mobile-logo{padding:4px 10px;}
/* Common styles of menus */
#home .dl-trigger {
    margin-top: 7px;
    position: absolute;
    right: 5px;
    top: 50%;
	clear:both;
}
.navbar{margin-bottom:0px;}
.dl-menuwrapper {
	width: 100%;
	float: left;
	position: relative;
	-webkit-perspective: 1000px;
	perspective: 1000px;
	-webkit-perspective-origin: 50% 200%;
	perspective-origin: 50% 200%;
	z-index:1050;
}

.dl-menuwrapper:first-child {
	margin-right: 100px;
}

.dl-menuwrapper button {
	background: #000;
	border: none;
	width: 48px;
	height: 45px;
	text-indent: -900em;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	outline: none;
}

/* .dl-menuwrapper button:hover,
.dl-menuwrapper button.dl-active, */
.dl-menuwrapper ul {
	background: #27272C;
}

.dl-menuwrapper button:after {
	content: '';
	position: absolute;
	width: 68%;
	height: 5px;
	background: #fefefe;
	top: 10px;
	left: 16%;
	box-shadow: 0 10px 0 #fff, 0 20px 0 #fff;
}
.dl-menu a{text-decoration:none;}
.dl-menuwrapper ul {
	padding: 0;
	list-style: none;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.dl-menuwrapper li {
	position: relative;
}

.dl-menuwrapper li a {
	display: block;
	position: relative;
	padding: 15px 20px;
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
	color: #fff;
	outline: none;
}

.no-touch .dl-menuwrapper li a:hover {
	background: rgba(255,248,213,0.1);
}

.dl-menuwrapper li.dl-back > a {
	padding-left: 30px;
	background: rgba(0,0,0,0.1);
}

.dl-menuwrapper li.dl-back:after,
.dl-menuwrapper li > a:not(:only-child):after {
	position: absolute;
	top: 0;
	line-height: 50px;
	font-family: 'FontAwesome';
	speak: none;
	-webkit-font-smoothing: antialiased;
	content: "\f0da";
	color:#FFF;
}

.dl-menuwrapper li.dl-back:after {
	left: 10px;
	color: rgba(212,204,198,0.3);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.dl-menuwrapper li > a:after {
	right: 10px;
	color: rgba(0,0,0,0.15);
}

.dl-menuwrapper .dl-menu {
	margin: 5px 0 0 0;
	position: absolute;
	width: 100%;
	opacity: 0;
	pointer-events: none;
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	top:50px;
}

.dl-menuwrapper .dl-menu.dl-menu-toggle {
	transition: all 0.3s ease;
}

.dl-menuwrapper .dl-menu.dl-menuopen {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}

/* Hide the inner submenus */
.dl-menuwrapper li .dl-submenu {
	display: none;
}

/* 
When a submenu is openend, we will hide all li siblings.
For that we give a class to the parent menu called "dl-subview".
We also hide the submenu link. 
The opened submenu will get the class "dl-subviewopen".
All this is done for any sub-level being entered.
*/
.dl-menu.dl-subview li,
.dl-menu.dl-subview li.dl-subviewopen > a,
.dl-menu.dl-subview li.dl-subview > a {
	display: none;
}

.dl-menu.dl-subview li.dl-subview,
.dl-menu.dl-subview li.dl-subview .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu > li {
	display: block;
}

/* Dynamically added submenu outside of the menu context */
.dl-menuwrapper > .dl-submenu {
	position: absolute;
	width: 100%;
	top: 50px;
	left: 0;
	margin: 0;
}

/* Animation classes for moving out and in */

.dl-menu.dl-animate-out-1 {
	-webkit-animation: MenuAnimOut1 0.4s;
	animation: MenuAnimOut1 0.4s;
}

.dl-menu.dl-animate-out-2 {
	-webkit-animation: MenuAnimOut2 0.3s ease-in-out;
	animation: MenuAnimOut2 0.3s ease-in-out;
}

.dl-menu.dl-animate-out-3 {
	-webkit-animation: MenuAnimOut3 0.4s ease;
	animation: MenuAnimOut3 0.4s ease;
}

.dl-menu.dl-animate-out-4 {
	-webkit-animation: MenuAnimOut4 0.4s ease;
	animation: MenuAnimOut4 0.4s ease;
}

.dl-menu.dl-animate-out-5 {
	-webkit-animation: MenuAnimOut5 0.4s ease;
	animation: MenuAnimOut5 0.4s ease;
}

@-webkit-keyframes MenuAnimOut1 {
	0% { }
	50% {
		-webkit-transform: translateZ(-250px) rotateY(30deg);
	}
	75% {
		-webkit-transform: translateZ(-372.5px) rotateY(15deg);
		opacity: .5;
	}
	100% {
		-webkit-transform: translateZ(-500px) rotateY(0deg);
		opacity: 0;
	}
}

@-webkit-keyframes MenuAnimOut2 {
	0% { }
	100% {
		-webkit-transform: translateX(-100%);
		opacity: 0;
	}
}

@-webkit-keyframes MenuAnimOut3 {
	0% { }
	100% {
		-webkit-transform: translateZ(300px);
		opacity: 0;
	}
}

@-webkit-keyframes MenuAnimOut4 {
	0% { }
	100% {
		-webkit-transform: translateZ(-300px);
		opacity: 0;
	}
}

@-webkit-keyframes MenuAnimOut5 {
	0% { }
	100% {
		-webkit-transform: translateY(40%);
		opacity: 0;
	}
}

@keyframes MenuAnimOut1 {
	0% { }
	50% {
		-webkit-transform: translateZ(-250px) rotateY(30deg);
		transform: translateZ(-250px) rotateY(30deg);
	}
	75% {
		-webkit-transform: translateZ(-372.5px) rotateY(15deg);
		transform: translateZ(-372.5px) rotateY(15deg);
		opacity: .5;
	}
	100% {
		-webkit-transform: translateZ(-500px) rotateY(0deg);
		transform: translateZ(-500px) rotateY(0deg);
		opacity: 0;
	}
}

@keyframes MenuAnimOut2 {
	0% { }
	100% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		opacity: 0;
	}
}

@keyframes MenuAnimOut3 {
	0% { }
	100% {
		-webkit-transform: translateZ(300px);
		transform: translateZ(300px);
		opacity: 0;
	}
}

@keyframes MenuAnimOut4 {
	0% { }
	100% {
		-webkit-transform: translateZ(-300px);
		transform: translateZ(-300px);
		opacity: 0;
	}
}

@keyframes MenuAnimOut5 {
	0% { }
	100% {
		-webkit-transform: translateY(40%);
		transform: translateY(40%);
		opacity: 0;
	}
}

.dl-menu.dl-animate-in-1 {
	-webkit-animation: MenuAnimIn1 0.3s;
	animation: MenuAnimIn1 0.3s;
}

.dl-menu.dl-animate-in-2 {
	-webkit-animation: MenuAnimIn2 0.3s ease-in-out;
	animation: MenuAnimIn2 0.3s ease-in-out;
}

.dl-menu.dl-animate-in-3 {
	-webkit-animation: MenuAnimIn3 0.4s ease;
	animation: MenuAnimIn3 0.4s ease;
}

.dl-menu.dl-animate-in-4 {
	-webkit-animation: MenuAnimIn4 0.4s ease;
	animation: MenuAnimIn4 0.4s ease;
}

.dl-menu.dl-animate-in-5 {
	-webkit-animation: MenuAnimIn5 0.4s ease;
	animation: MenuAnimIn5 0.4s ease;
}

@-webkit-keyframes MenuAnimIn1 {
	0% {
		-webkit-transform: translateZ(-500px) rotateY(0deg);
		opacity: 0;
	}
	20% {
		-webkit-transform: translateZ(-250px) rotateY(30deg);
		opacity: 0.5;
	}
	100% {
		-webkit-transform: translateZ(0px) rotateY(0deg);
		opacity: 1;
	}
}

@-webkit-keyframes MenuAnimIn2 {
	0% {
		-webkit-transform: translateX(-100%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0px);
		opacity: 1;
	}
}

@-webkit-keyframes MenuAnimIn3 {
	0% {
		-webkit-transform: translateZ(300px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0px);
		opacity: 1;
	}
}

@-webkit-keyframes MenuAnimIn4 {
	0% {
		-webkit-transform: translateZ(-300px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0px);
		opacity: 1;
	}
}

@-webkit-keyframes MenuAnimIn5 {
	0% {
		-webkit-transform: translateY(40%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0);
		opacity: 1;
	}
}

@keyframes MenuAnimIn1 {
	0% {
		-webkit-transform: translateZ(-500px) rotateY(0deg);
		transform: translateZ(-500px) rotateY(0deg);
		opacity: 0;
	}
	20% {
		-webkit-transform: translateZ(-250px) rotateY(30deg);
		transform: translateZ(-250px) rotateY(30deg);
		opacity: 0.5;
	}
	100% {
		-webkit-transform: translateZ(0px) rotateY(0deg);
		transform: translateZ(0px) rotateY(0deg);
		opacity: 1;
	}
}

@keyframes MenuAnimIn2 {
	0% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
		opacity: 1;
	}
}

@keyframes MenuAnimIn3 {
	0% {
		-webkit-transform: translateZ(300px);
		transform: translateZ(300px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0px);
		transform: translateZ(0px);
		opacity: 1;
	}
}

@keyframes MenuAnimIn4 {
	0% {
		-webkit-transform: translateZ(-300px);
		transform: translateZ(-300px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0px);
		transform: translateZ(0px);
		opacity: 1;
	}
}

@keyframes MenuAnimIn5 {
	0% {
		-webkit-transform: translateY(40%);
		transform: translateY(40%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-1 {
	-webkit-animation: SubMenuAnimIn1 0.4s ease;
	animation: SubMenuAnimIn1 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-2 {
	-webkit-animation: SubMenuAnimIn2 0.3s ease-in-out;
	animation: SubMenuAnimIn2 0.3s ease-in-out;
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-3 {
	-webkit-animation: SubMenuAnimIn3 0.4s ease;
	animation: SubMenuAnimIn3 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-4 {
	-webkit-animation: SubMenuAnimIn4 0.4s ease;
	animation: SubMenuAnimIn4 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-5 {
	-webkit-animation: SubMenuAnimIn5 0.4s ease;
	animation: SubMenuAnimIn5 0.4s ease;
}

@-webkit-keyframes SubMenuAnimIn1 {
	0% {
		-webkit-transform: translateX(50%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0px);
		opacity: 1;
	}
}

@-webkit-keyframes SubMenuAnimIn2 {
	0% {
		-webkit-transform: translateX(100%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0px);
		opacity: 1;
	}
}

@-webkit-keyframes SubMenuAnimIn3 {
	0% {
		-webkit-transform: translateZ(-300px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0px);
		opacity: 1;
	}
}

@-webkit-keyframes SubMenuAnimIn4 {
	0% {
		-webkit-transform: translateZ(300px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0px);
		opacity: 1;
	}
}

@-webkit-keyframes SubMenuAnimIn5 {
	0% {
		-webkit-transform: translateZ(-200px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0);
		opacity: 1;
	}
}

@keyframes SubMenuAnimIn1 {
	0% {
		-webkit-transform: translateX(50%);
		transform: translateX(50%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
		opacity: 1;
	}
}

@keyframes SubMenuAnimIn2 {
	0% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
		opacity: 1;
	}
}

@keyframes SubMenuAnimIn3 {
	0% {
		-webkit-transform: translateZ(-300px);
		transform: translateZ(-300px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0px);
		transform: translateZ(0px);
		opacity: 1;
	}
}

@keyframes SubMenuAnimIn4 {
	0% {
		-webkit-transform: translateZ(300px);
		transform: translateZ(300px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0px);
		transform: translateZ(0px);
		opacity: 1;
	}
}

@keyframes SubMenuAnimIn5 {
	0% {
		-webkit-transform: translateZ(-200px);
		transform: translateZ(-200px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
	}
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-1 {
	-webkit-animation: SubMenuAnimOut1 0.4s ease;
	animation: SubMenuAnimOut1 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-2 {
	-webkit-animation: SubMenuAnimOut2 0.3s ease-in-out;
	animation: SubMenuAnimOut2 0.3s ease-in-out;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-3 {
	-webkit-animation: SubMenuAnimOut3 0.4s ease;
	animation: SubMenuAnimOut3 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-4 {
	-webkit-animation: SubMenuAnimOut4 0.4s ease;
	animation: SubMenuAnimOut4 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-5 {
	-webkit-animation: SubMenuAnimOut5 0.4s ease;
	animation: SubMenuAnimOut5 0.4s ease;
}

@-webkit-keyframes SubMenuAnimOut1 {
	0% {
		-webkit-transform: translateX(0%);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(50%);
		opacity: 0;
	}
}

@-webkit-keyframes SubMenuAnimOut2 {
	0% {
		-webkit-transform: translateX(0%);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(100%);
		opacity: 0;
	}
}

@-webkit-keyframes SubMenuAnimOut3 {
	0% {
		-webkit-transform: translateZ(0px);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateZ(-300px);
		opacity: 0;
	}
}

@-webkit-keyframes SubMenuAnimOut4 {
	0% {
		-webkit-transform: translateZ(0px);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateZ(300px);
		opacity: 0;
	}
}

@-webkit-keyframes SubMenuAnimOut5 {
	0% {
		-webkit-transform: translateZ(0);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateZ(-200px);
		opacity: 0;
	}
}

@keyframes SubMenuAnimOut1 {
	0% {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(50%);
		transform: translateX(50%);
		opacity: 0;
	}
}

@keyframes SubMenuAnimOut2 {
	0% {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
		opacity: 0;
	}
}

@keyframes SubMenuAnimOut3 {
	0% {
		-webkit-transform: translateZ(0px);
		transform: translateZ(0px);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateZ(-300px);
		transform: translateZ(-300px);
		opacity: 0;
	}
}

@keyframes SubMenuAnimOut4 {
	0% {
		-webkit-transform: translateZ(0px);
		transform: translateZ(0px);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateZ(300px);
		transform: translateZ(300px);
		opacity: 0;
	}
}

@keyframes SubMenuAnimOut5 {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateZ(-200px);
		transform: translateZ(-200px);
		opacity: 0;
	}
}

/* No JS Fallback */
/* No JS Fallback */
.no-js .dl-menuwrapper .dl-menu {
	position: relative;
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}

.no-js .dl-menuwrapper li .dl-submenu {
	display: block;
}

.no-js .dl-menuwrapper li.dl-back {
	display: none;
}

.no-js .dl-menuwrapper li > a:not(:only-child) {
	background: rgba(0,0,0,0.1);
}

.no-js .dl-menuwrapper li > a:not(:only-child):after {
	content: '';
}
/* Mobile menu end */

/*Parallax Block */
.parallax {
	
    /* The image used */
    background-image: url(../images/background/counter_section.jpg);

    /* Full height */
    height: 100%; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*Parallax Block End */


/* Product Page changes */
.testimonial-carousel-one.centered-style {
    text-align: center;
    border: 1px solid #e9e8e8;
    padding: 10px 50px;
    border-radius: 0px;
    margin-top: 30px;
}

.testimonial-carousel-one {
    position: relative;
}

.description {
    display: inline-block;
    margin: 10px 0 0px;
    padding: 0 0 15px;
    width: 100%;
    border-top: 1px solid #ccc;
    padding-top: 40px;
}

.description p{
	position: relative;
    font-size: 17px;
    font-weight: 400;
    color: #272727;
    line-height: 1.9em;
    margin-bottom: 20px;
	text-align: justify;
}

.producttitle {
    font-size: 29px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 40px;
    margin: 0 0 10px;
    text-transform: uppercase;
    color: #272727;
    /*word-break: break-all;*/
}

.project-slider-img .owl-dots{
	display: none !important;
}

.nopad{
	padding: 0;
}

.project-detail-section{
	padding: 40px 0 80px;
}

.project-home-section{
	padding-bottom: 75px !important;
}

.testimonial-carousel-one .owl-controls {
    margin: 0px !important;
}

.testimonial-carousel-one.centered-style .owl-controls .owl-nav {
    top: 0px !important;
	left: 0px;
    width: 100%;
}

.testimonial-carousel-one .owl-controls .owl-nav {
    margin: 0px !important;
    position: absolute;
    left: 42px;
	right: 0px;
}

.testimonial-carousel-one .owl-controls .owl-nav .owl-prev {
    left: 0px;
    top: 50px;
}

.testimonial-carousel-one .owl-controls .owl-nav [class*="owl-"] {
    position: absolute;
    display: inline-block;
    margin: 0px 7px;
    width: 25px;
    height: 25px;
    padding: 0px;
    border: 1px solid #e94b3b;
    border-radius: 2px !important;
    color: #fff;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    border-radius: 0px;
    background: #e94b3b !important;
}

.testimonial-carousel-one .owl-controls .owl-nav .owl-next {
    right: 0px;
    top: 50px;
}

@media (min-width:1199px){

	#services-div .service-second-div{
		margin: 40px 0 44%;
	}

	.overlay-div:hover .overlay{
		opacity: 0.3;
	}

	.overlay-div .overlay{
		opacity: 0;
		z-index: 2;
		-webkit-transition: all 200ms linear;
		-moz-transition: all 200ms linear;
		-o-transition: all 200ms linear;
		-ms-transition: all 200ms linear;
		transition: all 200ms linear;
		position: absolute;
		top: 0;
		left: 14px;
	    width: 96.8%;
        height: 77.5%;
		background: #000;
	}
	.hover-zoom-div{
		position: absolute;
		top: 38%;
    	left: 47%;
		z-index: 1;
		font-size: 25px;
		border-radius: 50%;
		background: #f4f4f4;
		height: 40px;
		width: 40px;
		padding: 5px 8px;
		line-height: 30px;
		color: #e94b3b;
		display: none;
	}
	
	.overlay-div:hover .hover-zoom-div {
		display: block !important;
	 }
	
}

@media (max-width:767px){
	.testimonial-carousel-one.centered-style{
		margin-bottom: 30px;
	}
	.testimonial-carousel-one .owl-controls .owl-nav .owl-prev,.testimonial-carousel-one .owl-controls .owl-nav .owl-next {
		top: 30px;
	}	
	
	.white-text h2{
		font-size: 14px;
	}
	
	.breadcrumbs > li,.breadcrumbs > li a{
		font-size: 11px !important;
	}
	
	.white-text h2{
		margin: -3px 0px;
	}
}
@media (min-width:767px) and (max-width:1199px){
	.testimonial-carousel-one .owl-controls .owl-nav .owl-prev,.testimonial-carousel-one .owl-controls .owl-nav .owl-next {
		top: 15px;
	}	
	.white-text h2{
		font-size: 16px;
	}
	.breadcrumbs > li{
		font-size: 13px;
	}
	.main-footer .link-widget ul li a, .white-text .breadcrumbs li a{
		font-size: 13px;
	}
	.service-second-div img{
		width:100%;
		margin-bottom: 10px;
	}
}
/* Product Page changes End */

/* Service page */
#services-div h1 {
	font-size: 26px;
	background: #00bcd4;
	color: white;
	margin-bottom: 50px;
}
#services-div .tab-wrap {
	width: 100%;
	position: relative;
	display: flex;
	
}

#services-div input[type="radio"][name="tabs"] {
	position: absolute;
	z-index: -1;
}

#services-div input[type="radio"][name="tabs"]:checked + .tab-label-content label {
	color: #e94b3b;
}

#services-div input[type="radio"][name="tabs"]:checked + .tab-label-content .tab-content {
	display: block;
}

#services-div input[type="radio"][name="tabs"]:nth-of-type(1):checked ~ .slide {
	left: calc((100% / 3) * 0);
}

#services-div input[type="radio"][name="tabs"]:nth-of-type(2):checked ~ .slide {
	left: calc((100% / 2) * 1);
}

#services-div input[type="radio"][name="tabs"]:nth-of-type(3):checked ~ .slide {
	left: calc((100% / 3) * 2);
}

#services-div input[type="radio"][name="tabs"]:nth-of-type(4):checked ~ .slide {
	left: calc((100% / 3) * 3);
}

#services-div input[type="radio"][name="tabs"]:first-of-type:checked ~ .slide {
	left: 0;
}

#services-div label {
	cursor: pointer;
	color: #fff;
	background-color: #000;
	box-sizing: border-box;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	height: 56px;
	transition: color 0.2s ease;
	width: 100%;
	font-size: 20px;
}

#services-div .slide {
	background: #e94b3b;
	width: calc(100% / 2);
	height: 4px;
	position: absolute;
	left: 0;
    top: calc(100% - 5px);
	transition: left 0.3s ease-out;
}

#services-div .tab-label-content {
	width: 100%;
}

#services-div .tab-label-content .tab-content {
	position: absolute;
	top: 100px;
	left: 16px;
	line-height: 130%;
	display: none;
}
#services-div .tab-content{
	clear: both;
}
	


#services-div .service-second-div .tab-content p{
    position: relative;
    font-size: 17px;
    font-weight: 400;
    color: #272727;
    line-height: 1.8em;
    margin-bottom: 15px;
	text-align: justify;
}

.about-section .about-us-img {
    margin-top: 50px;
}

@media screen and (max-width: 480px) {
	#services-div .service-second-div{
		margin: 0;
	}
}

@media screen and (min-width: 480px) and (Max-width: 767px) {
	#services-div .service-second-div{
		margin: 0;
	}
	#services-div .service-img{
		width:100%;
	}
}

@media screen and (max-width: 767px) {
	.sec-title h4{
		font-size: 28px !important;
		line-height: 1.4;
	}
	#services-div .paddleft0{
		padding-left: 0;
	}
	#services-div label {
		font-size: 16px;
	}
	#services-div .paddtop10{
		padding-top: 10px;
	}
}
/* Service Page */

.about-caption{
	text-align: center;
	display: block;
	font-size: 15px;
	margin-top: 9px;
}

.paddingtop40{
	padding-top: 40px;
}

.paddingtop80{
	padding-top: 80px;
}

#modal-popup .modal-content{
	border-radius: 0;
	background: #f5f5f5;
}

.client-div .table-striped>tbody>tr:nth-of-type(odd) {
	background-color: #FAEFEF;
}


#modal-popup .modal-body{
    padding: 15px 15px 35px;
}

.main-footer .logo-widget .address span {
    margin-right: 26px;
}
@media screen and (max-width: 1024px) {
	.social-icon-one {
	    margin-top: 10px;
        flex-direction: row;
    }
    .address-break {
        display: none;
    }
}
@media screen and (max-width: 768px) {
    .footer-column {
        margin-bottom: 10px;
    }
    .main-footer {
        background-size: auto;
    }
}

.pj{
    width:max-content;
}

.menutitle{
    
}
.testimonial-carousel-one .owl-stage-outer .owl-stage .owl-item img {
    height: 118px;
    width: 100%;
    object-fit: cover;
}
@media (max-width: 992px) {
  .testimonial-carousel-one .owl-stage-outer .owl-stage .owl-item img {
    height: 80px;
    width: 100%;
    object-fit: cover;
  }
}