/* Timisoara - Digital Marketing Agency HTML Template*/

/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header / Style Two
5. Main Slider
6. Section Title
7. Page Title
8. About Us 
9. Traffic Section 
10.	About Section
11.	Our Mission
12. Work Section
13.	Features Section
14.	Fluid Section One
15.	Testimonial Section / Two
16.	Team Section
17.	Project Section
18.	Project Detail 
19.	Pricing Section 
20.	Fun Fact Section
21.	News Section
22.	Blog Grid Section
23.	Blog Single
24.	Clients Section
25.	Contact Info Section
26.	Contact Section
27.	Main Footer
28.	Sidebar Page Container
29.	Comments Area
30.	Comment Form
31.	Error Page

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

/*** 

====================================================================
			Fonts
====================================================================

 ***/


/*** 

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

 ***/

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

/*** 

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

 ***/

body {
	
	font-size:15px;
	color:#777777;
	line-height:1.7em;
	font-weight:400;
	background:#ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-family: 'Poppins', sans-serif;

}

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

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

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

input,button,select,textarea{
	font-family: 'Poppins', sans-serif;
}

textarea{
	overflow:hidden;	
}


p,.text{
	position:relative;
	font-size: 15px;
	line-height: 27px;
	font-weight: 400;
	color: #888888;
	margin: 0;
}

.sky-bg{
	background-color:#edf7ff;
}

.gray-bg{
	background-color: #f5f5f5;
}

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

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

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

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

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

.centered{
	text-align:center !important;
}

/*Btn Style One*/

.btn-style-one{
	position:relative;
	font-size:15px;
	color:#ffffff;
	line-height:24px;
	padding:14px 40px;
	text-transform:capitalize;
	background:#f44438;
	border:2px solid #f44438;
	font-weight:500;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	border-radius: 50px;
	box-shadow: 0 18px 22px rgba(0,0,0, .1);
}

.btn-style-one i{
	font-size: 12px;
	margin-left: 5px;
	line-height: 24px;
}

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

/*Btn Style Two*/

.btn-style-two {
    position: relative;
    font-size: 15px;
    color: #f44438;
    line-height: 26px;
    padding: 15px 52px;
    text-transform: capitalize;
    background: #ffffff;
    border: 2px solid #f44438;
    font-weight: 500;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    transition: all 500ms ease;
}

.btn-style-two:hover {
    background: #f44438;
    border: 2px solid #f44438;
    color: #ffffff !important;
}

/*Btn Style Three*/

.btn-style-three{
	position:relative;
	padding:7px 32px;
	line-height:26px;
	text-transform:uppercase;
	background:#f44438;
	color:#ffffff;
	font-size:15px;
	font-weight:700;
	border:2px solid #f44438;
}

.btn-style-three:hover{
	background:none;
	color:#f44438;
	border-color:#f44438;
}

/*Btn Style Four*/

.btn-style-four{
	position:relative;
	padding:15px 40px;
	line-height:30px;
	text-transform:uppercase;
	background:#232428;
	color:#ffffff;
	font-size:15px;
	font-weight:700;
	border:2px solid #232428;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}

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

/*Social Icon One*/

.social-icon-one{
	position:relative;
}

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

.social-icon-one li a{
	position:relative;
	display: block;
	width:35px;
	height:35px;
	font-size:14px;
	color: #ffffff;
	line-height:35px;
	text-align:center;
	background-color: #ebebeb;
	border-radius: 50%;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

.social-icon-one li a:hover{
	color:#ffffff;
	background: #ea7325;
	background: -moz-linear-gradient(#f62188 1%, #ffad43 100%);  
	background: -webkit-linear-gradient( #f62188 1%,#ffad43 100%);  
	background: linear-gradient(#f62188 1%,#ffad43 100%);  
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f62188', endColorstr='#ffad43',GradientType=1 );
	-webkit-box-shadow: 0 0 20px rgba(0,0,0, .2);
	-moz-box-shadow: 0 0 20px rgba(0,0,0, .2);
	-ms-box-shadow: 0 0 20px rgba(0,0,0, .2);
	-o-box-shadow: 0 0 20px rgba(0,0,0, .2);
	box-shadow: 0 0 20px rgba(0,0,0, .2);
}

/*Social Icon One*/

.social-icon-two{
	position:relative;
}

.social-icon-two li{
	position:relative;
	margin:0px 10px;
	display:inline-block;
}

.social-icon-two li a{
	position:relative;
	font-size:14px;
	color:#a6a6a6;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

.social-icon-two li a:hover{
	color:#f24a29;
}

/*Social Icon Three*/

.social-icon-three{
	position:relative;
}

.social-icon-three .share{
	position:relative;
	color:#333333;
	font-size:15px;
	font-weight:600;
	display:inline-block;
}

.social-icon-three a{
	position:relative;
	width:25px;
	height:30px;
	display:inline-block;
	color:#e1e1e1;
	font-size:14px;
	line-height: 30px;
	text-align:center;
	margin-left:3px;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.social-icon-three a:hover{
	color:#f44438;
}

.theme_color{
	color:#f44438;
}

.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.svg);
}

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

/*** 

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

***/

.scroll-to-top{
	position:fixed;
	bottom:20px;
	right:20px;
	width:40px;
	height:60px;
	color:#ffffff;
	font-size:20px;
	text-transform:uppercase;
	line-height:60px;
	text-align:center;
	z-index:100;
	cursor:pointer;
	background:#222222;
	display:none;
	overflow: hidden;
	border-radius:20px;
	-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:#f44438;
}

.scroll-to-top:hover span{
	-webkit-animation: bounce 1s linear;
	animation: bounce 1s linear;
}

/*List Style One*/

.list-style-one{
	position:relative;
}

.list-style-one li{
	position:relative;
	padding-left:15px;
	font-size:15px;
	color:#aaaaaa;
	margin-bottom:25px;
	font-weight:300;
}

.list-style-one li:before{
	position:absolute;
	content:'\f0da';
	left:0px;
	top:0px;
	color:#f44438;
	font-size:15px;
	font-family: "FontAwesome";
}

/*List Style two*/

.list-style-two{
	position:relative;
}

.list-style-two li{
	position:relative;
	font-size:17px;
	line-height: 30px;
	color:#333333;
	padding-left: 27px;
	font-weight:300;
}

.list-style-two li:before{
	position:absolute;
	content:"\f00c";
	left:0px;
	top:0px;
	color:#f44438;
	font-size:17px;
	line-height: 30px;
	font-family: "FontAwesome";
}

::-webkit-input-placeholder{color: inherit;}
::-moz-input-placeholder{color: inherit;}
::-ms-input-placeholder{color: inherit;}

/*** 

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

***/

.main-header{
	position:absolute;
	left:0px;
	top:0px;
	z-index:999;
	width:100%;
}

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

.main-header .main-box{
	position:relative;
	padding:0px 0px;
	left:0px;
	top:70px;
	width:100%;
	-webkit-transition:background 500ms ease;
	-moz-transition:background 500ms ease;
	-ms-transition:background 500ms ease;
	-o-transition:background 500ms ease;
	transition:background 500ms ease;
}

.main-header.fixed-header .main-box{
	position:fixed;
	top: 0;
	padding:0px 0px;
	z-index:999;
	opacity:1;
	background-color:#252934;
}

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

.main-header .main-box .logo-box{
	position:relative;
	float:left;
	left:0px;
	z-index:10;
	padding:10px 0px;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.fixed-header .main-box .logo-box{
	padding:10px 0px;	
}

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

.main-header .nav-toggler button{
	position:relative;
	display:block;
	color:#444444;
	text-align:center;
	font-size:24px;
	line-height:34px;
	font-weight:normal;
	background:none;
}

.main-header .nav-outer{
	position:relative;
	float:right;
	padding-top:12px;
}

.main-header.fixed-header .nav-outer{
	padding-top:0px;	
}

.main-menu{
	position:relative;
	float:left;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

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

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

.main-menu .navigation > li{
	position:relative;
	margin-right:35px;
	display:inline-block;
	padding:25px 0px 25px;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

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

.fixed-header .main-menu .navigation > li{
	padding:32.5px 0px;
}

.fixed-header .info-options{
	padding:30px 0px !important;
}

.fixed-header .main-menu .navigation > li > a{
	color: #ffffff;
}

.main-menu .navigation > li > a{
	position:relative;
	display:block;
	padding:0px 3px;
	font-size:15px;
	color:#3c4858;
	font-weight:500;
	line-height:1em;
	text-align:center;
	text-transform:capitalize;
	letter-spacing:0px;
	opacity:1;
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}

.main-menu .navigation > li.dropdown > a:before {
    font-family: 'FontAwesome';
    content: "\f107";
    position: absolute;
    right: 3px;
    font-size: 14px;
	margin-top:2px;
}

.main-menu .navigation > li.dropdown a {
    padding-right: 18px;
}

.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a{
	background-color: #e4e8f9;
	color: #ffffff;
	opacity:1;
}

.main-menu .navigation > li > ul{
	position:absolute;
	left:0px;
	top:100%;
	width:250px;
	padding:10px 10px;
	z-index:100;
	background:#222222;
	-webkit-transform:scaleY(0);
	-ms-transform:scaleY(0);
	-moz-transform:scaleY(0);
	transform:scaleY(0);
	-webkit-transform-origin:top;
	-ms-transform-origin:top;
	-moz-transform-origin:top;
	transform-origin:top;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
	-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);
}

.main-menu .navigation > li > ul:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	padding: 10px;
	outline: 1px solid #555555;
	outline-offset: -10px;
	content: "";
}

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

.main-menu .navigation > li > ul > li{
	position:relative;
	width:100%;
}

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

.main-menu .navigation > li > ul > li > a{
	position:relative;
	display:block;
	padding:10px 10px;
	line-height:24px;
	font-weight:400;
	font-size:15px;
	color:#ffffff;
	text-align:left;
	text-transform:capitalize;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	border-left: 2px solid transparent;
}

.main-menu .navigation > li > ul > li:hover > a{
	color:#ffffff;
	background:rgba(255,255,255, .10);
	border-left: 2px solid #f44438;
	padding-left: 15px;
}

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

.main-menu .navigation > li > ul > li > ul{
	position:absolute;
	left:100%;
	top:-2px;
	width:250px;
	padding:10px 10px;
	z-index:100;
	display:none;
	background:#222222;
	-webkit-transform:scaleX(0);
	-ms-transform:scaleX(0);
	-moz-transform:scaleX(0);
	transform:scaleX(0);
	-webkit-transform-origin:left;
	-ms-transform-origin:left;
	-moz-transform-origin:left;
	transform-origin:left;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
	-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);
}

.main-menu .navigation > li > ul > li > ul:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	padding: 10px;
	outline: 1px solid #555555;
	outline-offset: -10px;
	content: "";
}


.main-menu .navigation > li > ul > li > ul > li{
	position:relative;
	width:100%;
}

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

.main-menu .navigation > li > ul > li  > ul > li > a{
	position:relative;
	display:block;
	padding:10px 20px;
	line-height:24px;
	font-weight:500;
	font-size:15px;
	color:#ffffff;
	text-align:left;
	text-transform:capitalize;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	border-left: 3px solid transparent;
}

.main-menu .navigation > li > ul > li  > ul > li > a:hover{
	color:#ffffff;
	background:rgba(255,255,255, .10);
	border-left: 3px solid #f44438;
}

.main-menu .navigation > li.dropdown:hover > ul{
	-webkit-transform:scaleY(1);
	-ms-transform:scaleY(1);
	-moz-transform:scaleY(1);
	transform:scaleY(1);
	visibility:visible;
	opacity:1;
	top:100%;	
}

.main-menu .navigation li > ul > li.dropdown:hover > ul{
	-webkit-transform:scaleX(1);
	-ms-transform:scaleX(1);
	-moz-transform:scaleX(1);
	transform:scaleX(1);
	visibility:visible;
	opacity:1;
	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:8px;
	width:34px;
	height:30px;
	border:1px solid #ffffff;
	text-align:center;
	font-size:16px;
	line-height:26px;
	color:#ffffff;
	cursor:pointer;
	z-index:5;
	display:none;
}

.main-header .info-options{
	position:relative;
	float:right;
	margin-left:35px;
	padding:25px 0px;
	line-height: 30px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.search-box-outer{
	position: relative;
	float:left;
}

.main-header .search-box-btn{
	position:relative;
	display:block;
	width:100%;
	top:1px;
	font-size:15px;
	line-height:20px;
	color:#3c4858;
	padding:0px;
	margin:0px;
	cursor:pointer;
	background:none;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}

.main-header .search-box-btn:hover{
	color:#f44438;	
}

.main-header .search-box-outer .dropdown-menu{
	top:45px;
	border-top:3px solid #f44438;
	padding:0px;
	width:280px;	
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	-ms-border-radius:0px;
	-o-border-radius:0px;
	border-radius:0px;
}

.main-header.fixed-header .search-box-outer .dropdown-menu{
	top:48px;
}

.main-header .search-box-outer .dropdown-menu > li{
	padding:0px;
	border:none;
	background:none;
}

.main-header .search-panel .form-container{
	padding:25px 20px;	
}

.main-header .search-panel .form-group{
	position:relative;
	margin:0px;	
}

.main-header .search-panel input[type="text"],
.main-header .search-panel input[type="search"],
.main-header .search-panel input[type="password"],
.main-header .search-panel select{
	display:block;
	width:100%;
	line-height:24px;
	padding:7px 40px 7px 15px;
	height:40px;
	color:#000000;
	border:1px solid #e0e0e0;
	background:#ffffff;	
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-header .search-panel input:focus,
.main-header .search-panel select:focus{
	border-color:#f44438;	
}

.main-header .search-panel .search-btn{
	position:absolute;
	right:0px;
	top:0px;
	width:40px;
	height:40px;
	text-align:center;
	color:#262626;
	font-size:14px;
	background:none;
	cursor:pointer;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-header .search-panel .search-btn:hover{
	color:#f44438;	

}

.fixed-header .search-box-btn{
	color: #ffffff;
}

.fixed-header .main-menu .navigation > li:hover > a,
.fixed-header .main-menu .navigation > li.current > a{
	background-color: transparent;
	color: #e4e8f9;
}

/*============================================
		Header Style two
=============================================*/

.header-style-two .search-box-outer,
.header-style-two .main-menu .navigation > li > a{
	color:#3c4858;
}

.header-style-two .main-menu .navigation > li:hover > a, .header-style-two .main-menu .navigation > li.current > a {
    background-color: unset;
    color: unset;
    color: #3c4858;
}

.header-style-two.fixed-header .main-box{
	background-color: #ffffff;
	border-bottom: 1px solid #f0f0f0;
}

.header-style-two.fixed-header .search-box-btn{
	color: #3c4858;
}





/*** 

====================================================================
	Section Title
====================================================================

***/

.float-text{
	position: absolute;
	left: 0;
	top: 0;
	font-size: 250px;
	font-weight: 700;
	line-height: 1em;
	color: #fafbfb;
	text-transform: uppercase;
}

.sec-title{
	position:relative;
	margin-bottom:65px;
}

.sec-title .title{
	position: relative;
	display: block;
	font-size: 13px;
	font-weight: 600;
	line-height: 20px;
	color: #999999;
	margin-bottom: 10px;
	padding-left: 85px;
	letter-spacing: .5px;
}

.sec-title .title:before{
	position: absolute;
	left: 0;
	top: 8px;
	width: 65px;
	height: 4px;
	background-color: #f44438;
	border-radius: 0 2px 2px 0;
	content: "";
}

.sec-title.text-center .title{
	display: block;
	padding-left: 0;
}

.sec-title.text-center .title:before{
	display: none;
}

.sec-title h2{
    position: relative;
    color: #3c4858;
    font-size: 35px;
	line-height:50px;
    font-weight: 500;
}

.sec-title p{
	margin-top: 20px;
}

/*Centered*/

.sec-title.centered{
	text-align:center;
}

/*Light*/

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



.play-now .icon{
	position: absolute;
	right: 95px;
    bottom: 125px;
    height: 100px;
    width: 100px;
    line-height: 100px;
    background-color: rgba(244,68,56,.90);
    color: #ffffff;
    z-index: 1;
    font-size: 20px;
    padding-left: 5px;
    display: block;
    margin-top: -50px;
    margin-left: -50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform-origin:center; 
    transform-origin:center; 
}

.play-now .ripple,
.play-now .ripple:before,
.play-now .ripple:after {
    position: absolute;
	right: 95px;
    bottom: 125px;
    height: 100px;
    width: 100px;
    margin-top: -50px;
    margin-left: -50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(244,68,56,.35);
    -moz-box-shadow: 0 0 0 0 rgba(244,68,56,.35);
    -ms-box-shadow: 0 0 0 0 rgba(244,68,56,.35);
    -o-box-shadow: 0 0 0 0 rgba(244,68,56,.35);
    box-shadow: 0 0 0 0 rgba(244,68,56,.35);
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.play-now .ripple:before {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
}

.play-now .ripple:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
}

@-webkit-keyframes ripple {
    70% {box-shadow: 0 0 0 70px rgba(244,68,56,.0);}
    100% {box-shadow: 0 0 0 0 rgba(244,68,56,.0);}
}

@keyframes ripple {
    70% {box-shadow: 0 0 0 70px rgba(244,68,56,.0);}
    100% {box-shadow: 0 0 0 0 rgba(244,68,56,.0);}
}
























@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}



/*=== Single Item Carousel ===*/

.news-section .slider-column .inner-column{
	padding-top: 15px;
	margin-bottom: 40px;
	margin: 0 -20px;
}

.news-section .single-item-carousel:before{
	position: absolute;
	left: -45px;
	bottom: -45px;
	height: 209px;
	width: 366px;
	background-image: url(../images/icons/dots-3.png);
	background-repeat: no-repeat;
	content: "";
}

.single-item-carousel{
	position: relative;
}

.single-item-carousel .image-box{
	position: relative;
}

.single-item-carousel .image-box .image{
	position: relative;
}

.single-item-carousel .image-box .image img{
	max-height: 100%;
	height: auto;
	display: block;
}

.single-item-carousel .image-box .image a{
	display: block;
}

.single-item-carousel .owl-nav{
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -25px;
    z-index: 99;
    width: 100%;
}

.single-item-carousel .owl-prev, 
.single-item-carousel .owl-next {
    position: absolute;
    height: 50px;
    width: 50px;
    left: 30px;
    line-height: 46px;
    text-align: center;
    font-size: 18px;
	color: #f44438;
	font-weight: 400;
	border: 2px solid #ebebeb;
	background-color: transparent;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
    transition: all 300ms ease;
}

.single-item-carousel .owl-next{
	left: auto;
	right: 30px;
}

.single-item-carousel .owl-prev:hover, 
.single-item-carousel .owl-next:hover{
	color: #ffffff;
	background-color: #f44437;
	border-color: #f44437;
}

/*** 

====================================================================
		Blog Grid Section
====================================================================

***/

.blog-grid-section{
	position: relative;
	padding: 150px 0 20px;
}

.blog-grid-section .row{
	margin: 0 -40px;
}

.blog-grid-section .news-block{
	padding: 0 40px;
	margin-bottom: 55px;
}

.news-classic .news-block{
	margin-bottom: 55px;
	padding: 0;
}

.news-classic .news-block .lower-content{
	padding: 35px 35px 25px;
}

.news-classic .news-block .lower-content p{
	margin-bottom: 10px;
}

.news-classic .news-block .lower-content h3{
	font-weight: 500;
	font-size: 20px;
}









.map-column{
	position:relative;
}

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

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

.map-canvas{
	height:430px;
}



/*** 

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

***/

.main-footer{
	position:relative;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	background-image: url(../images/icons/bg-4.png);
}

.main-footer .footer-upper{
	position:relative;
	padding: 185px 0 40px;
}

.main-footer .footer-upper .footer-column{
	position:relative;
	margin-bottom:40px;
}

.main-footer .footer-widget h2{
	position:relative;
	color:#3c4858;
	font-size:18px;
	font-weight:600;
	letter-spacing: .8px;
	margin-bottom:25px;
}

.feature-section-two.service-page-two .feature-block-two .icon-box{
	width: auto;
}

/*Logo Widget*/

.logo-widget{
	position:relative;
	padding-right: 30px;
}

.logo-widget .logo{
	position:relative;
	margin-bottom:20px;
	top: -10px;
}

.logo-widget .text{
	position:relative;
	margin-bottom: 25px;
	color: #303030;
}

/*Links Widget*/

.main-footer .links-widget .list{
	position:relative;
}

.main-footer .links-widget .list li{
	position:relative;
}

.main-footer .links-widget .list li a{
	position:relative;
	font-size:14px;
	line-height: 32px;
	color: #242424;
	font-weight:400;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

.main-footer .links-widget .list li a:hover{
	color:#f44438;
}

/*Recent Posts*/

.recent-posts{
	position: relative;
	padding-right: 30px;
	padding-left: 30px;
}

.recent-posts .post{
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #dedede;
}

.project-block .overlay-box .content h4{
	display: inline-block !important;
}

.project-block .overlay-box .content:after{
	margin: 0px;
	right: inherit;
	left: 50%;
	transform: translatex(-50%);
}

.recent-posts .post:last-child{
	padding-bottom: 0;
	margin-bottom: 0;
	border: 0;
}

.recent-posts .post h4{
	position: relative;
	font-size: 14px;
	line-height: 26px;
	color: #888888;
	font-weight: 400;
}

.recent-posts .post h4 a{
	color: #303030;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.recent-posts .post h4 a:hover{
	color: #f44438;
}

.recent-posts .post span{
	display: inline-block;
	font-size: 12px;
	line-height: 22px;
	color: #f34336;
}

/*subscribe widget*/

.newsletter-form{
	position:relative;
	max-width: 280px;
}

.main-footer .newsletter-widget .form-group{
	position:relative;
	display:block;
	margin-bottom:35px;
	padding-right: 72px;
}

.main-footer .newsletter-widget .form-group input[type="text"],
.main-footer .newsletter-widget .form-group input[type="email"]{
	position:relative;
	display:block;
	width:100%;
	font-size:12px;
	line-height:30px;
	color:#888888;
	font-style: italic;
	padding:14px 22px;
	height:60px;
	border:1px solid #dddddd;
	background-color: transparent;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.main-footer .newsletter-widget .form-group input[type="text"]:focus,
.main-footer .newsletter-widget .form-group input[type="email"]:focus{
	border-color:#f44438;	
}

.main-footer .newsletter-widget .form-group input[type="submit"],
.main-footer .newsletter-widget .form-group button{
	position: absolute;
	right: 0;
	top: 0;
	height: 60px;
	width: 60px;
	text-align: center;
	line-height: 60px;
	color: #ffffff;
	background-color: #5366cf;
	font-size: 16px;
	font-weight: 600;
	padding-left: 5px;
	border-radius: 30px;
	transition: all 300ms ease;
}

.main-footer .social-links{
	position: relative;
}

.main-footer .social-links h2{
	margin-bottom: 20px;
}

.main-footer .footer-bottom{
	position:relative;
}

.main-footer .footer-bottom .copyright{
	padding:40px 0px;
	text-align:center;
	border-top: 1px solid #dcdde2;
}

.main-footer .footer-bottom .copyright p{
	float: left;
	font-size: 14px;
	line-height: 20px;
	color: #303030;
	font-weight: 400;
}

.main-footer .footer-bottom .copyright p a{
	color: #f44438;
	font-weight: 500;
}

.main-footer .footer-bottom .copyright .link{
	float: right;
	font-size: 14px;
	line-height: 20px;
	color: #303030;
}

.main-footer .footer-bottom .copyright p a:hover,
.main-footer .footer-bottom .copyright .link:hover{
	text-decoration: underline;
}



/*** 

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

***/

.styled-pagination{
	position:relative;
	display: block;
	margin-bottom: 50px;
}

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

.styled-pagination ul:before{
	position: absolute;
	left: 0;
	height:1px;
	width: 100%;
	bottom:7px;
	background-image: url(../images/icons/dot-1.png);
	content: "";
	background-repeat: repeat-x;
}

.styled-pagination li{
	position:relative;
	float:left;
	margin-right: 40px;
}

.styled-pagination li:last-child{
	margin-right: 0;
}

.styled-pagination li a{
	position:relative;
	display:inline-block;
	font-size:13px;
	color:#888888;
	font-weight:500;
	line-height:20px;
	padding: 0 1px;
	text-align: center;
	background-color: #ffffff;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

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












.main-footer .footer-upper .footer-column {
    margin-bottom: 0;
}
.main-banner.one .image-column .inner {
    padding-top: 125px;
}
.news-carousel .owl-nav {
    display: block !important;
}


.our-mission.one:before {
    display: none;
}
.our-mission.two:before {
    display: none;
}
.our-mission.three {
    padding: 0px 0px 0px 0px;
}


section.news-section.choos {
    padding-top: 0;
}

.comments-area .comment .comment .text-holder a .reply-button:hover {
    color: #f44438;
}
.comments-area .comment .comment .text-holder a .reply-button i {
    display: none;
}

.tr .icon-one{
	position:relative;
	top:15%;
	left:10%;
	width:34px;
	height:34px;
	display:inline-block;
	background:url(../images/icons/shapes/icon-23.png) no-repeat;
}

.tr .icon-two{
	position:absolute;
	bottom:18%;
	left:14%;
	width:59px;
	height:59px;
	opacity:0.5;
	display:inline-block;
	background:url(../images/icons/shapes/icon-10.png) no-repeat;
}

.tr .icon-three{
	position:absolute;
	top: 117px;
	left:15%;
	width:59px;
	height:59px;
	opacity:0.5;
	display:inline-block;
	background:url(../images/icons/shapes/icon-4.png) no-repeat;
}


.tr .icon-four{
	position:absolute;
	top:350px;
	right:12%;
	width:59px;
	height:59px;
	opacity:0.5;
	display:inline-block;
	background:url(../images/icons/shapes/icon-14.png) no-repeat;
}

.tr .icon-five{
	position:absolute;
	top: 72px;
	right:33%;
	width:34px;
	height:34px;
	display:inline-block;
	background:url(../images/icons/shapes/icon-25.png) no-repeat;
}

.tr .icon-six{
	position:absolute;
	left:30%;
	bottom: -40px;
	width:52px;
	height:52px;
	display:inline-block;
	background: url(../images/icons/shapes/icon-14.png) no-repeat;
}

.tr .icon-seven{
	position:absolute;
	left:15%;
	bottom:-140px;
	width:189px;
	height:189px;
	display:inline-block;
	background:url(../images/icons/shapes/icon-31.png) no-repeat;
}

.tr .icon-eight{
	position:absolute;
	left:15%;
	bottom:-140px;
	width:189px;
	height:189px;
	display:inline-block;
	background:url(../images/icons/shapes/icon-34.png) no-repeat;
}

.tr .icon-nine{
	position:absolute;
	bottom:-160px;
	right:20%;
	width:34px;
	height:34px;
	display:inline-block;
	background:url(../images/icons/shapes/icon-25.png) no-repeat;
}

.tr .icon-ten{
	position:absolute;
	left: 83%;
	bottom: -37px;
	width:188px;
	height:192px;
	display:inline-block;
	background: url(../images/icons/shapes/about-icon-2.png) no-repeat;
}

.tr .icon-eleven{
	position: absolute;
    top: -100px;
    right: 12%;
    width: 188px;
    height: 189px;
    display: inline-block;
    background: url(../images/icons/shapes/icon-40.png) no-repeat;
}

.tr .icon-thirteen{
	position: absolute;
    top: -100px;
    right: 12%;
    width: 188px;
    height: 189px;
    display: inline-block;
    background: url(../images/icons/shapes/icon-41.png) no-repeat;
}
.feature-block {
    /* background-color: #ffffff; */
}

.tr .icon-fifteen{
	position: absolute;
    top: -100px;
    right: 12%;
    width: 188px;
    height: 189px;
    display: inline-block;
    background: url(../images/icons/shapes/icon-43.png) no-repeat;
}
.contact-form .form-group input[type="text"], .contact-form .form-group input[type="email"], .contact-form .form-group input[type="tel"], .contact-form .form-group input[type="url"], .contact-form .form-group textarea, .contact-form .form-group select {
    border-bottom: 1px solid #cccccc !important;
    border: unset;
}


.news-section .info ul li a {
    padding-left: 5px;
}


.main-header .search-box-btn {
    border: unset;
}
.tr .icon-three {
    z-index: 9;
}

section.chooseus-ex-section-two.one {
    padding-top: 195px;
}


/** css file for home-3,4,5 **/

@import url('icomoon.css');



/** header-style-three **/

.header-style-three{
	position: relative;
	background-color: #ffffff !important;
	padding-left: 70px;
}

.header-style-three .main-box{
	top: 0px;
}

.header-style-three .nav-outer{
	float: left;
	padding: 0px;
}

.header-style-three .main-box .logo-box{
	margin-right: 120px;
	padding: 36px 0px 35px 0px;
}

.header-style-three .main-menu .navigation > li > a{
	font-size: 16px;
	color: #000;
	font-weight: 600;
	text-transform: uppercase;
	background: transparent !important;
}

.header-style-three .main-menu .navigation > li.dropdown > a:before{
	font-weight: 700;
	color: #000;
	margin-top: 0px;
	transition: all 500ms ease;
}

.header-style-three .main-menu .navigation > li{
	padding-top: 53px;
}

.header-style-three .main-menu .navigation > li:hover > a, 
.header-style-three .main-menu .navigation > li.current > a,
.header-style-three .main-menu .navigation > li.dropdown.current > a:before,
.header-style-three .main-menu .navigation > li.dropdown:hover > a:before{
	color: #f44438;
}

.header-style-three .language-box{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 30px;
  color: #111;
  margin-right: 30px;
  font-weight: 600;
}

.header-style-three .language-box span{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 30px;
  color: #111;
  font-weight: 600;
  cursor: pointer;
  padding-right: 26px;
  text-transform: uppercase;
}

.header-style-three .language-box span:before{
  position: absolute;
  content: "\f107";
  font-family: 'FontAwesome';
  top: -1px;
  right: 13px;
}

.header-style-three .language-box .language-list{
  position: absolute;
  top: 40px;
  right: 0px;
  width: 120px;
  background-color: #111;
  padding: 5px 0px;
  opacity: 0;
  cursor: inherit;
  visibility: hidden;
  border-top: 2px solid #f44438;
  transition: all 500ms ease;
  z-index: 2;
  border-radius: 5px 5px 0px 0px;
}

.header-style-three .language-box:hover .language-list{
  opacity: 1;
  visibility: visible;
  top: 30px;
}

.header-style-three .language-box .language-list li{
  position: relative;
  display: block;
  padding: 6px 20px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.header-style-three .language-box .language-list li:last-child{
  border-bottom: none;
}

.header-style-three .language-box .language-list li a{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 26px;
  color: #ffffff;
  font-weight: 700;
  transition: all 500ms ease;
  text-transform: uppercase;
}

.header-style-three .language-box .language-list li a:hover{
	color: #f44438;
}

.header-style-three .search-box-outer{
	margin: 0px 30px;
}

.header-style-three .search-box-btn{
	font-size: 22px;
	color: #000 !important;
	font-weight: 400;
}

.header-style-three .search-box-btn:hover{
  color: #f44438 !important;
}

.new-btn-one{
  position: relative;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  font-size: 15px;
  color: #ffffff !important;
  line-height: 24px;
  padding: 13.5px 30px;
  text-transform: capitalize;
  background: #f44438;
  border: 2px solid #f44438;
  font-weight: 600;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  z-index: 1;
  transition: all 500ms ease;
}

.new-btn-one:hover{
  color: #f44438 !important;
}

.new-btn-one:before{
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  width: 0;
  opacity: 0;
  content: "";
  z-index: -1;
  background-color: #fff;
  transform: scale(1.0) rotateX(45deg);
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.new-btn-one:hover:before{
  opacity: 1.0;
  width: 100%;
  transform: scale(1.0) rotateX(0deg);
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;    
}

.new-btn-one i{
  position: relative;
  font-size: 30px;
  line-height: 9px;
  margin-left: 10px;
  top: 8px;
}


.header-style-three .info-options{
	padding: 0px !important;
	margin: 0px;
}

.header-style-three .info-options .info-block{
	position: relative;
	display: flex;
	align-items: center;
	background-color: #f6f7fd;
	padding: 33px 70px 32px 65px;
	transition: all 500ms ease;
}

.header-style-three .info-options .info-block .nav-btn{
	position: relative;
	width: 24px;
	height: 18px;
	cursor: pointer;
	z-index: 1;
}

.header-style-three .info-options .info-block .nav-btn .bar{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 24px;
	height: 2px;
	left: 0px;
	top: 0px;
	background-color: #000;
	transition: all 500ms ease;
}

.header-style-three .info-options .info-block .nav-btn:hover .bar{
	background-color: #f44438;
}

.header-style-three .info-options .info-block .nav-btn .bar-2{
	top: 8px;
}

.header-style-three .info-options .info-block .nav-btn .bar-3{
	top: 16px;
}

.header-style-three.fixed-header .main-box{
	background: #ffffff;
	padding-left: 70px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

.header-style-three.fixed-header .main-box .logo-box {
    padding: 21px 0px 20px 0px;
}

.header-style-three.fixed-header .main-menu .navigation > li{
	padding: 38px 0px 18px 0px;
}

.header-style-three.fixed-header .info-options .info-block{
	padding: 18px 70px 17px 65px;
}


/** xs-sidebar **/

.xs-sidebar-group .xs-overlay{
  left:0%;
  top:0;
  position:fixed;
  height:100%;
  opacity:0;
  width:100%;
  visibility:hidden;
  -webkit-transition:all .4s ease-in .8s;
  -o-transition:all .4s ease-in .8s;
  transition:all .4s ease-in .8s;
  cursor:url(../images-2/icons/cross-out.png),
  pointer; 
  z-index: 999999;
}

.xs-sidebar-group.isActive .xs-overlay{
  opacity:.95;
  visibility:visible;
  -webkit-transition:all .8s ease-out 0s;
  -o-transition:all .8s ease-out 0s;
  transition:all .8s ease-out 0s;
  right:100%;
}

.xs-sidebar-group .widget-heading{
  position:absolute;
  top:0;
  right:0;
  padding:25px;
}

.xs-sidebar-group .widget-heading a{
  color: #232323;
  font-size: 20px;
  font-weight: 400;
  transition: all 500ms ease;
}

.xs-sidebar-group .widget-heading a:hover{
  color: #f44438;
}

.xs-sidebar-widget{
  position:fixed;
  left:-100%;
  top:0;
  bottom:0;
  width:100%;
  max-width:360px;
  z-index:999999;
  overflow:hidden;
  overflow-y:auto;
  -webkit-overflow-scrolling:touch;
  background-color:#fff;
  -webkit-transition:all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  -o-transition:all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  transition:all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  visibility:hidden;
  opacity:0;
}

.xs-sidebar-group.isActive .xs-sidebar-widget{
  opacity:1;
  visibility:visible;
  left:0;
  -webkit-transition:all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
  -o-transition:all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
  transition:all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
}

.sidebar-textwidget{
  padding: 70px 30px;
}

.sidebar-widget-container{
  position:relative;
  top:150px;
  opacity:0;
  visibility:hidden;
  -webkit-transition:all .3s ease-in .3s;
  -o-transition:all .3s ease-in .3s;
  transition:all .3s ease-in .3s;
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
}

.xs-sidebar-group.isActive .sidebar-widget-container{
  top:0px;
  opacity:1;
  visibility:visible;
  -webkit-transition:all 1s ease-out 1.2s;
  -o-transition:all 1s ease-out 1.2s;
  transition:all 1s ease-out 1.2s;
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
}

.xs-overlay{
  position:absolute;
  top:0;
  left:0;
  height:100%;
  width:100%;
  opacity:.5;
  z-index:0;
}

.xs-bg-black{
  background-color:#232323;
}

.xs-sidebar-group .content-inner .logo{
  position: relative;
  max-width: 172px;
  width: 100%;
  margin-bottom: 30px;
}

.xs-sidebar-group .content-inner h4{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #222;
  font-weight: 700;
  margin-bottom: 15px;
}

.xs-sidebar-group .content-inner .content-box{
  margin-bottom: 30px;
  padding-right: 15px;
}

.xs-sidebar-group .content-inner .form-inner .form-group{
  position: relative;
  margin-bottom: 20px;
}

.xs-sidebar-group .content-inner .form-inner .form-group:last-child{
  margin-bottom: 0px;
}

.xs-sidebar-group .content-inner .form-inner .form-group input[type='text'],
.xs-sidebar-group .content-inner .form-inner .form-group input[type='email'],
.xs-sidebar-group .content-inner .form-inner .form-group textarea{
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  border: 1px solid #e5e5e5;
  font-size: 15px;
  padding: 10px 20px;
  color: #848484;
  transition: all 500ms ease;
}

.xs-sidebar-group .content-inner .form-inner .form-group textarea{
  resize: none;
  height: 120px;
}

.xs-sidebar-group .content-inner .form-inner .form-group input:focus,
.xs-sidebar-group .content-inner .form-inner .form-group textarea:focus{
  border-color: #f44438;
}




@-webkit-keyframes zoom-fade {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@keyframes zoom-fade {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

.float-bob-y {
  animation-name: float-bob-y;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: float-bob-y;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: float-bob-y;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob-y;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob-y;
  -o-animation-duration: 2s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

@keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }

  50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
}

.float-bob-x{
  animation-name: float-bob-x;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: float-bob-x;
  -webkit-animation-duration: 15s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: float-bob-x;
  -moz-animation-duration: 15s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob-x;
  -ms-animation-duration: 15s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob-x;
  -o-animation-duration: 15s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.rotate-me {
  animation-name: rotateme;
  animation-duration: 30s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: rotateme;
  -webkit-animation-duration: 30s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotateme;
  -moz-animation-duration: 30s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: rotateme;
  -ms-animation-duration: 30s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: rotateme;
  -o-animation-duration: 30s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

@keyframes rotateme {
    from {
        transform: rotate(0deg);
    }
    to { 
        transform: rotate(360deg);
    }
}
@-webkit-keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg);
    }
    to { 
        -webkit-transform: rotate(360deg);
    }
}
@-moz-keyframes rotateme {
    from {
        -moz-transform: rotate(0deg);
    }
    to { 
        -moz-transform: rotate(360deg);
    }
}
@-o-keyframes rotateme {
    from {
        -o-transform: rotate(0deg);
    }
    to { 
        -o-transform: rotate(360deg);
    }
}





.new-sec-title{
	position: relative;
	display: block;
	margin-bottom: 20px;
}

.new-sec-title h6{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 26px;
	font-weight: 600;
	color: #f44438;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.new-sec-title h2{
	display: block;
	font-size: 35px;
	line-height: 50px;
	color: #3c4858;
	font-weight: 700;
	margin: 0px;
}

.content_block_1 .content-box{
	position: relative;
	display: block;
}

.feature-ex-section .content_block_1 .content-box{
	margin-left: 70px;
}

.content_block_1 .content-box .text p{
	margin-bottom: 32px;
	font-size: 15px;
	line-height: 26px;
	color: #808080;
}

.feature-ex-section .pattern-layer{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 2098px;
	background-repeat: no-repeat;
}

.white-bg{
  background-color: #ffffff !important;
}

.header-style-three{
  box-shadow: 0px 10px 10px rgb(0 0 0 / 3%);
}

.pb-150{
  padding-bottom: 150px !important;
}


/************************* responsive-css ***********************/

@media only screen and (max-width: 1699px){

  .header-style-three .main-box .logo-box{
    margin-right: 30px;
  }

  .header-style-three{
    padding-left: 30px;
  }

  .header-style-three .info-options .info-block{
    padding-right: 30px !important;
    padding-left: 30px !important;
  }

  .chooseus-ex-section .right-column{
    padding-left: 30px;
    padding-right: 30px;
  }

}


@media only screen and (max-width: 1499px){

  .header-style-three .main-menu .navigation > li{
    margin-right: 20px;
  }

  .header-style-three .main-box .logo-box{
    float: none;
    display: block;
    text-align: center;
    margin: 0px;
  }

  .header-style-three .info-options{
    position: absolute;
    right: 0px;
    bottom: 0px;
  }

  .header-style-three .nav-outer{
    float: none;
  }

  .header-style-three .main-menu .navigation > li{
    padding: 25px 0px 40px;
  }

  .header-style-three.fixed-header .main-menu .navigation > li{
    padding-bottom: 30px;
  }

  .banner-style-three .image-layer{
    right: 0px;
  }

  .header-style-three.fixed-header .main-box, 
  .header-style-three .main-header{
    background-color: #ffffff !important;
  }

  .header-style-three .btn-box{
    display: none;
  }

  .header-style-three .language-box{
    margin-right: 0px;
  }

  .header-style-three .search-box-outer{
    margin-left: 20px;
  }


}


@media only screen and (max-width: 1200px){

  .image_block_1 .image-box{
    margin-left: 0px;
  }

  .about-ex-section .content_block_2 .content-box{
    margin-right: 0px;
  }

  .service-ex-block .inner-box{
    padding-left: 25px;
    padding-right: 25px;
  }

  .portfolio-block-one .inner-box .lower-content{
    padding-left: 20px;
    padding-right: 20px;
  }

  .portfolio-block-one .inner-box .lower-content .view-btn{
    top: 0px;
  }

  .cta-ex-section .text{
    float: none !important;
    display: block;
  }

  .cta-ex-section .btn-box{
    float: none !important;
  }

  .about-ex-section-two .content_block_3 .content-box{
    margin-left: 0px;
  }

  .about-ex-section-two .image_block_2 .image-box{
    margin-right: 0px;
  }

  .feature-ex-block-two .inner-box{
    padding-left: 30px;
    padding-right: 20px;
  }

  .chooseus-ex-section .right-column{
    width: 100%;
  }

  .chooseus-ex-section .bg-layer{
    display: none;
  }

  .chooseus-ex-section .pattern-layer .pattern-1{
    width: 100%;
  }

  .team-ex-block-two .inner-box{
    padding-left: 30px;
    padding-right: 30px;
  }

  .team-ex-block-two .inner-box .image-box .image{
    width: 230px;
    height: 230px;
    margin: 0 auto;
  }

  .team-ex-block-two .inner-box .image-box .social-links{
    left: 92px;
  }

  .news-ex-section-two .owl-nav{
    display: none;
  }

  .about-ex-section-three .content_block_3 .content-box{
    margin-right: 0px;
  }

  .chooseus-ex-section-two .image-box{
    margin-right: 0px;
  }

  .project-ex-section-two .outer-container{
    padding: 0px;
  }

  .header-style-three.fixed-header .main-box{
    padding-left: 0px;
  }

}


@media only screen and (max-width: 991px){

  .header-style-three{
    padding-left: 15px;
  }

  .header-style-three .search-box-outer{
    margin: 0px 15px;
    margin-left: 0px;
  }

  .banner-style-three .image-layer{
    display: none;
  }

  .banner-style-three .content-box{
    max-width: 100%;
  }

  .feature-ex-section .content_block_1 .content-box{
    margin-left: 0px;
  }

  .feature-ex-section .row{
    display: block;
  }

  .feature-ex-section .content_block_1 .content-box{
    margin-top: 30px;
  }

  .counter-block-one .inner-box{
    margin-bottom: 30px;
  }

  .funfact-ex-section{
    padding-bottom: 70px;
  }

  .team-ex-block .inner-box{
    margin-bottom: 30px;
  }

  .pricing-section .row{
    display: block !important;
  }

  .testimonial-ex-section .owl-dots,
  .news-ex-section .owl-nav{
    display: none !important;
  }

  .news-ex-block .inner-box{
    max-width: 370px;
    margin: 0 auto;
  }

  .news-ex-section{
    padding-bottom: 100px;
  }

  .news-ex-section .new-sec-title{
    text-align: center;
  }

  .banner-style-four .slide-item .image-box{
    display: none;
  }

  .banner-style-four .content-box{
    max-width: 100%;
  }

  .feature-ex-block-two .inner-box{
    margin-bottom: 30px;
  }

  .feature-ex-section-two{
    padding-bottom: 120px;
  }

  .image_block_2 .image-box .image{
    transform: none !important;
  }

  .about-ex-section-two .image_block_2 .image-box{
    margin-bottom: 30px;
  }

  .team-ex-block-two .inner-box{
    margin-bottom: 30px;
  }

  .team-ex-section-two{
    padding-bottom: 120px;
  }

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

  .funfact-ex-section-two{
    padding-bottom: 110px;
  }

  .news-ex-section-two .title-inner{
    text-align: center;
    margin-bottom: 50px;
  }

  .about-ex-section-three .row{
    display: block;
  }

  .about-ex-section-three .content_block_3 .content-box{
    margin-bottom: 50px;
  }

  .chooseus-ex-section-two .row{
    display: block;
  }

  .chooseus-ex-section-two .image-box{
    margin-bottom: 60px;
  }

  .project-ex-section-two .portfolio-block-one .inner-box{
    margin-bottom: 30px;
  }

  .feature-ex-block .inner-box{
    margin-bottom: 30px !important;
  }

}


@media only screen and (max-width: 767px){

  .banner-style-three .content-box h2{
    font-size: 36px;
    line-height: 46px;
  }

  .banner-style-three{
    padding: 100px 0px 100px 0px;
  }

  .banner-style-three .anim-icon{
    display: none;
  }

  .feature-ex-section{
    padding: 70px 0px;
  }

  .about-ex-section{
    padding: 70px 0px;
  }

  .new-sec-title h2{
    font-size: 26px;
    line-height: 34px;
  }

  .feature-ex-section .pattern-layer{
    display: none;
  }

  .funfact-ex-section{
    text-align: center;
  }

  .counter-block-one .inner-box{
    display: inline-block;
  }

  .image_block_1 .image-box .image{
    transform: none !important;
  }

  .about-ex-section .content_block_2 .content-box{
    margin-bottom: 30px;
  }

  .funfact-ex-section{
    padding: 70px 0px 40px 0px;
  }

  .service-ex-section,
  .team-ex-section{
    padding: 65px 0px 40px 0px;
  }

  .video-ex-section .video-inner{
    padding: 120px 0px;
  }

  .new-pricing-block{
    margin-bottom: 30px;
  }

  .project-ex-section{
    padding: 35px 0px 40px 0px;
  }

  .cta-ex-section .text h2{
    font-size: 30px;
    line-height: 38px;
  }

  .cta-ex-section .text h2 br{
    display: none;
  }

  .testimonial-ex-section{
    padding: 65px 0px 0px 0px;
  }

  .cta-ex-section{
    padding: 70px 0px;
  }

  .cta-ex-section .anim-icon{
    display: none;
  }

  .news-ex-section{
    padding: 65px 0px 40px 0px;
  }

  .header-style-three .main-box .logo-box{
    text-align: left;
  }

  .header-style-three{
    padding: 0px 15px;
  }

  .header-style-three .main-menu{
    top: -15px;
  }

  .banner-style-four .slide-item{
    padding: 100px 0px 120px 0px;
  }

  .banner-style-four .content-box h2{
    font-size: 40px;
    line-height: 48px;
  }

  .feature-ex-section-two{
    padding: 65px 0px 40px 0px;
  }

  .service-ex-section-two{
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 0%);
    padding: 65px 0px 40px 0px;
  }

  .service-ex-section-two:before{
    display: none;
  }

  .about-ex-section-two{
    padding-bottom: 70px;
  }

  .chooseus-ex-section .right-column{
    padding-top: 65px;
    padding-bottom: 30px;
  }

  .team-ex-section-two{
    padding: 65px 0px 40px 0px;
  }

  .funfact-ex-section-two{
    padding: 300px 0px 35px 0px;
    text-align: center;
    margin-bottom: 35px;
  }

  .team-ex-block-two .inner-box .image-box .social-links{
    left: 112px;
  }

  .news-ex-section-two{
    padding: 65px 0px 70px 0px;
  }

  .banner-style-five .content-box h2{
    font-size: 40px;
    line-height: 48px;
  }

  .banner-style-five .content-box{
    margin-bottom: 50px;
  }

  .about-ex-section-three{
    padding: 70px 0px;
  }

  .about-ex-section-three .image-box .image img{
    max-width: 100%;
    float: none;
  }

  .service-ex-section-three{
    padding: 65px 0px 40px 0px;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 0%);
  }

  .chooseus-ex-section-two{
    padding: 70px 0px;
  }

  .project-ex-section-two{
    padding-top: 65px;
  }

  .pricing-section.alternat-2{
    padding-bottom: 40px !important;
  }

  .news-ex-section-three .news-ex-block{
    margin-bottom: 30px;
  }

  .news-ex-section-three{
    padding: 65px 0px 40px 0px;
  }

  .banner-style-three .pattern-layer .pattern-2{
    display: none;
  }

}


@media only screen and (max-width: 599px){

  .image_block_1 .image-box{
    padding: 0px;
    margin-top: 30px;
  }

  .image_block_1 .image-box .image-2{
    position: relative;
    margin-top: 30px;
  }

  .testimonial-ex-block .inner-box{
    padding-left: 30px;
  }

  .about-ex-section-two .image_block_2 .image-box{
    padding: 0px;
  }

  .image_block_2 .image-box .image-2{
    position: relative;
    margin-top: 30px;
  }

  .chooseus-ex-section .right-column{
    padding-left: 15px;
    padding-right: 15px;
  }

  .team-ex-block-two .inner-box .image-box .social-links{
    left: 92px;
  }

  .testimonial-ex-block-two .inner-box .content-box{
    padding-left: 0px;
  }

  .testimonial-ex-block-two .inner-box .thumb-box{
    position: relative;
    left: 0px;
    top: 0px;
    margin-bottom: 20px;
  }

  .banner-style-five .content-box .new-btn-one{
    margin: 10px 10px;
  }

  .banner-style-five .image-box .shape-1,
  .banner-style-five .image-box .shape-2{
    display: none;
  }

  .banner-style-five{
    padding-top: 80px;
  }

  .project-ex-section-two{
    padding-left: 15px;
    padding-right: 15px;
  }


}







.pdoff {
    padding: 0;
}