/* Bratis - Html Template */

/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header
5. Main Slider
6. Banner Section
7. Services Section
8. Case Section
9. Counter Section / Style Two
10. Project Section
11. Testimonial Section
12. Management Section
13. Blog Section
14. Map Info Section
15. Main Footer
16. About Section
17. Client Section
18. Price Section
19. Team Section
20. Testimonial Section Two
21. Faq Section
22. Page Title
23. Team Two Section
24. Project Masonry Section
25. Project Fullwidth
26. Project Single / Single Two
27. Sidebar Widgets
28. Contact Form
29. Map Section
30. Contact info

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


/*** 

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

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

/*** 

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

 ***/

body {
	font-size:15px;
	color:#777777;
	line-height:1.8em;
	font-weight:400;
	background:#ffffff;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center top;
	-webkit-font-smoothing: antialiased;
	font-family: 'Poppins', sans-serif;
}

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

.no-padding{
	padding:0px !important;
}

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.6em;
	font-family: 'Poppins', sans-serif;
}

input,button,select{
	
}

textarea{
	overflow:hidden;
}

p,.text{
	position:relative;
	line-height:1.8em;	
}

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

/*List Style One*/

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

.list-style-one li{
	position:relative;
	color:#555555;
	font-size:14px;
	font-weight:400;
	margin-bottom:10px;
}

.list-style-one li span{
	position:relative;
	color:#222222;
	font-size:14px;
	font-weight:600;
	margin-bottom:10px;
}

/*List Style Two*/

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

.list-style-two li{
	position:relative;
	margin-bottom:8px;
	color:#777777;
	font-size:16px;
	font-style:italic;
	padding-left:20px;
}

.list-style-two li:before{
	position:absolute;
	content:'';
	left:0px;
	top:10px;
	width:8px;
	height:8px;
	border-radius:50%;
	background-color:#05e249;
}

/*List Style Three*/

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

.list-style-three li{
	position:relative;
	margin-bottom:8px;
	color:#333333;
	font-size:16px;
	font-style:italic;
	padding-left:20px;
}

.list-style-three li:before{
	position:absolute;
	content:'';
	left:0px;
	top:9px;
	width:8px;
	height:8px;
	border-radius:50%;
	background-color:#ff4c72;
}

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;
}

.grey-bg{
	background-color:#f1f2f3;
}

/*Btn Style One*/

.btn-style-one{
	position:relative;
	overflow: hidden;
	vertical-align: middle;
	line-height:29px;
	color:#ffffff;
	font-size:15px;
	font-weight:500;
	border-radius:50px;
	letter-spacing:1px;
	background-color:#05e249;
	border:2px solid #05e249;
	padding:12px 25px 12px;
	z-index: 1;
	font-family: 'Poppins', sans-serif;
	-moz-box-shadow:0px 4px 12px rgba(0,0,0,0.20);
	-ms-box-shadow:0px 4px 12px rgba(0,0,0,0.20);
	-o-box-shadow:0px 4px 12px rgba(0,0,0,0.20);
	-webkit-box-shadow:0px 4px 12px rgba(0,0,0,0.20);
	box-shadow:0px 4px 12px rgba(0,0,0,0.20);
}

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

.btn-style-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;    
}

.btn-style-one .icon{
	position:relative;
	color:#ffffff;
	margin-left:15px;
	font-size:30px;
	top:6px;
	line-height:10px;
	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;
}

.btn-style-one:hover{
	color:#05e249;
}

.btn-style-one:hover .icon{
	color:#05e249;
}

/*Btn Style Two*/

.btn-style-two{
	position:relative;
	line-height:29px;
	color:#ffffff;
	font-size:15px;
	font-weight:500;
	border-radius:50px;
	letter-spacing:1px;
	background:none;
	padding:12px 30px 12px;
	border:2px solid #ffffff;
	font-family: 'Poppins', sans-serif;
}

.btn-style-two .icon{
	position:relative;
	color:#ffffff;
	margin-left:10px;
	font-size:30px;
	top:6px;
	line-height:10px;
	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;
}

.btn-style-two:hover{
	color:#ffffff;
	border-color:#05e249;
	background:#05e249;
}

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

/*Btn Style Three*/

.btn-style-three{
	position:relative;
	overflow: hidden;
	vertical-align: middle;
	line-height:29px;
	color:#222222;
	font-size:15px;
	font-weight:500;
	border-radius:50px;
	letter-spacing:1px;
	background:none;
	border:1px solid #d7d7d7;
	padding:15px 37px 14px;
	font-family: 'Poppins', sans-serif;
	z-index: 1;
}

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

.btn-style-three: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;    
}

.btn-style-three .icon{
	position:relative;
	color:#222222;
	margin-left:15px;
	font-size:30px;
	top:6px;
	line-height:10px;
	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;
}

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

.btn-style-three:hover .icon{
	color:#ffffff;
}

/*Btn Style Four*/

.btn-style-four{
	position:relative;
	line-height:29px;
	color:#ffffff;
	font-size:15px;
	font-weight:500;
	border-radius:50px;
	letter-spacing:1px;
	background-color:#2e2e2e;
	border:2px solid #2e2e2e;
	padding:12px 25px 12px;
	font-family: 'Poppins', sans-serif;
	-moz-box-shadow:0px 4px 12px rgba(0,0,0,0.20);
	-ms-box-shadow:0px 4px 12px rgba(0,0,0,0.20);
	-o-box-shadow:0px 4px 12px rgba(0,0,0,0.20);
	-webkit-box-shadow:0px 4px 12px rgba(0,0,0,0.20);
	box-shadow:0px 4px 12px rgba(0,0,0,0.20);
}

.btn-style-four .icon{
	position:relative;
	color:#ffffff;
	margin-left:15px;
	font-size:30px;
	top:6px;
	line-height:10px;
	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;
}

.btn-style-four:hover{
	color:#2e2e2e;
	background:none;
}

.btn-style-four:hover .icon{
	color:#2e2e2e;
}

.theme_color{
	color:#05e249;	
}

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

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

/*** 

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

***/

.scroll-to-top{
	position:fixed;
	bottom:15px;
	right:15px;
	width:40px;
	height:70px;
	color:#ffffff;
	font-size:24px;
	text-transform:uppercase;
	line-height:65px;
	text-align:center;
	z-index:99999;
	cursor:pointer;
	border-radius:50px;
	background:#05e249;
	display:none;
	border:2px solid #05e249;
	-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:#ff4c72 !important;
	border-color:#ff4c72 !important;
}

/*** 

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

***/

.main-header{
	position:fixed;
	left:0px;
	top:20px;
	z-index:99;
	width:100%;
	padding: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-header.fixed-header{
	top:0px;
	background:#ffffff;
	border-bottom:1px solid rgba(0,0,0,0.10);
}

.header-style-two.fixed-header{
	background:#202020;
	border-bottom:1px solid rgba(255,255,255,0.10);
}

/*Language Dropdown*/

.main-header .language{
	position:relative;
	line-height:1em;
	display:inline-block;
	margin-top:8px;
	margin-left:15px;
}

.main-header .language .dropdown-menu{
	top:100%;
	right:0px;
	left:auto;
	width:170px;	
	border-radius:0px;
	margin-top:17px;
	background-color:#222222;
	border:none;
	padding:0px;
    border-top:3px solid #05e249;
}

.main-header .language > a{
	color:#222222;
	padding:0px 0px;
	background:none !important;
	text-transform:uppercase;
	display:inline-block;
    border:0px;
	font-weight:500;
	font-size:15px;
	line-height:1em;
}

.main-header language a:hover{
	background:none;
}

.main-header .language .dropdown-menu > li{
	padding-right:0px !important;
	margin:0px !important;
	float:none;
	display:block !important;
    border-bottom: 1px solid rgba(255,255,255,0.20);
}

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

.main-header .language .dropdown-menu > li > a{
	padding:10px 20px !important;
	color:#ffffff;
	text-align:left;
	-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 .language .dropdown-menu > li > a:hover{
	color:#ffffff !important;
	background-color:#05e249;
}


/*Sticky Header*/

.sticky-header{
	position:fixed;
	opacity:0;
	visibility:hidden;
	left:0px;
	top:0px;
	width:100%;
	padding:0px 0px;
	background:#18191b;
	z-index:0;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.sticky-header .logo{
	padding:5px 0px 5px;
}

.main-header .sticky-header .outer-box{
	margin-top:20px;
}

.main-header .sticky-header .search-box-outer .dropdown-menu{
	top:46px;
}

.fixed-header .sticky-header{
	z-index:999;
	opacity:1;
	visibility:visible;
	-ms-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-op-animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-ms-animation-duration: 500ms;
	-moz-animation-duration: 500ms;
	-op-animation-duration: 500ms;
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms;
	-ms-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-op-animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-ms-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	-op-animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;	
}

.main-header .header-upper{
	position:relative;
	z-index:5;
	padding:0px 40px;
	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 .header-upper .logo img{
	position:relative;
	display:inline-block;
	max-width:100%;
}

.main-header .logo-outer{
	position:relative;
	z-index:25;
	padding:20px 0px;
}

.main-header .logo-outer .logo img{
	position:relative;
	display:inline-block;
	max-width:100%;
}

.main-header .header-upper .upper-right{
	position:relative;
}

.main-header .header-lower{
	position:relative;
	top:0px;
	width:100%;
	z-index:5;
}

.main-header .nav-outer{
	position:relative;
}

.main-menu{
	position:relative;
	float:left;
}

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

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

.main-menu .navigation > li{
	position:relative;
	float:left;
	margin-left:28px;
}

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

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

.main-header .sticky-header .main-menu .navigation > li{
	margin:0px;
	border:0px;
	margin-left:30px;
}

.main-menu .navigation > li > a{
	position:relative;
	display:block;
	font-size:15px;
	color:#222222;
	line-height:30px;
	font-weight:500;
	opacity:1;
	text-transform:uppercase;
	padding:35px 0px 35px 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;
	font-family: 'Poppins', sans-serif;
}

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

.main-menu .navigation > li.dropdown > a:after{
	font-family: 'FontAwesome';
	content: "\f107";
	position:absolute;
	right:0px;
	top:50%;
	height:20px;
	line-height:20px;
	margin-top:-10px;
	font-size:15px;
	font-weight:normal;
	display:block;	
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.header-style-two .main-menu .navigation > li > a,
.main-header.header-style-two .search-box-btn,
.main-header.header-style-two .language > a,
.main-header.header-style-two .outer-box .nav-btn{
	color:#ffffff;
}

.main-header.header-style-two .search-box-btn{
	border-color:rgba(255,255,255,0.40);
}

.main-header .sticky-header .main-menu .navigation > li > a{
	color:#ffffff;
	padding:20px 0px;
	line-height:30px;
	font-size:16px;
	font-weight:500;
	min-height:0px;
	background:none;
	border:0px;
	font-family: 'Poppins', sans-serif;
}

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

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

.main-menu .navigation > li:hover > a:after{
	opacity:1;
}

.main-header .sticky-header .main-menu .navigation > li > ul:before{
	display:none;
}

.main-header .sticky-header .main-menu .navigation > li > ul{
	top:100% !important;
}

.main-menu .navigation > li > ul{
	position:absolute;
	left:0px;
	top:100%;
	width:250px;
	z-index:100;
	display:none;
	margin-top: 15px;
	background:#f6f6f6;
	border-top:2px solid #ff4c72;
	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: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.from-right{
	left:auto;
	right:0px;	
}

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

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

.main-menu .navigation > li > ul > li > a{
	position:relative;
	display:block;
	padding:13px 40px;
	line-height:24px;
	font-weight:500;
	font-size:15px;
	color:#242424;
	text-align:left;
	padding-right:0px !important;
	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;
	font-family: 'Poppins', sans-serif;
}

.main-menu .navigation > li > ul > li > a:before{
	position:absolute;
	content:'';
	left:27px;
	top:50%;
	width:7px;
	height:1px;
	background-color:#242424;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	font-family: 'FontAwesome';
}

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

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

.main-menu .navigation > li > ul > li > ul{
	position:absolute;
	left:100%;
	top:0px;
	width:250px;
	z-index:100;
	margin-top: 15px;
	display:none;
	background:#f6f6f6;
	border-top:2px solid #ff4c72;
	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: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;
	content:'';
	right:100%;
	top:0px;
	width:20px;
	height:100%;
}

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

.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:13px 40px;
	line-height:24px;
	font-weight:500;
	font-size:15px;
	color:#242424;
	text-align:left;
	padding-right:0px !important;
	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;
	font-family: 'Poppins', sans-serif;
}

.main-menu .navigation > li > ul > li  > ul > li > a:before{
	position:absolute;
	content:'';
	left:27px;
	top:50%;
	width:7px;
	height:1px;
	background-color:#242424;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	font-family: 'FontAwesome';
}

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

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

.sticky-header .main-menu .navigation > li > a:after{
	display:none;
}

.main-menu .navigation > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	margin: 0px;
}

.main-menu .navigation li > ul > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	left:100%;
	top:0%;
	margin: 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:26px;
	color:#ffffff;
	cursor:pointer;
	z-index:5;
	display:none;
}

.main-header .outer-box{
	position:relative;
	float:left;
	margin-left:20px;
	margin-top:34px;
}

.main-header .outer-box .nav-btn{
	position:relative;
	top:2px;
	font-size:19px;
	cursor:pointer;
	color:#222222;
	margin-left:20px;
	display:inline-block;
}

.main-header .header-lower .search-box-outer{
	min-width:60px;
}

.main-header .header-lower .search-box-btn{
	position:relative;
	display:block;
	width:100%;
	font-size:18px;
	color:#ffffff;
	line-height:20px !important;
	padding:0px;
	margin:0px;
	cursor:pointer;
	background:none;
	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 .header-lower .search-box-outer .dropdown-menu{
	top:44px;
	right:0px;
	padding:0px;
	width:280px;	
	border-radius:0px;
	border-top:3px solid #05e249;
}

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

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

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

.main-header .header-lower .search-panel input[type="text"],
.main-header .header-lower .search-panel input[type="search"],
.main-header .header-lower .search-panel input[type="password"],
.main-header .header-lower .search-panel select{
	display:block;
	width:100%;
	height:40px;
	color:#000000;
	line-height:24px;
	background:#ffffff;	
	border:1px solid #e0e0e0;
	padding:7px 40px 7px 15px;
	-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 .header-lower .search-panel input:focus,
.main-header .header-lower .search-panel select:focus{
	border-color:#05e249;	
}

.main-header .header-lower .search-panel .search-btn{
	position:absolute;
	right:0px;
	top:0px;
	width:40px;
	height:40px;
	text-align:center;
	color:#555555;
	font-size:12px;
	background:none;
	cursor:pointer;
}

/*search box btn*/

.main-header .search-box-outer{
	position:relative;
	left:3px;
	display:inline-block;
}

.main-header .search-box-btn{
	position:relative;
	font-size:15px;
	line-height:1em;
	color:#222222;
	cursor:pointer;
	display:inline-block;
	background:none;
	padding-left:20px;
	border-left:1px solid rgba(0,0,0,0.20);
}

.main-header .search-box-outer .dropdown-menu{
	top:62px;
	padding:0px;
	width:280px;	
	border-radius:0px;
	border-top:3px solid #05e249;
}

.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;
	border:1px solid #e0e0e0;
	background:#ffffff;	
}

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

.main-header .search-panel .search-btn{
	position:absolute;
	right:0px;
	top:0px;
	width:40px;
	height:40px;
	text-align:center;
	color:#555555;
	font-size:12px;
	background:none;
	cursor:pointer;
}

.main-header .info-box{
	position:relative;
	float:left;
	margin-left:30px;
	font-size:13px;
	color:#777777;
	text-align:left;
	padding:0px 0px 0px 50px;
}

.main-header .info-box:first-child{
	padding-right:30px;
	border-right:1px solid #c8c8c8;
}

.main-header .info-box:last-child{
	padding-right:0px;
	margin-left:0px;
	top:-2px;
}

.main-header .info-box .icon-box{
	position:absolute;
	left:0px;
	top:6px;
	color:#05e249;
	font-size:26px;
	text-align:left;
	line-height:1.2em;
	-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 .info-box li{
	position:relative;
	line-height:20px;
	color:#767676;
	font-size:15px;
	margin-bottom:3px;
	font-weight:500;
}

.main-header .info-box strong{
	font-weight:500;
	color:#333333;
	font-size:15px;
	display:block;
	margin-bottom:4px;
}

/*Custom Select*/

.form-group .ui-selectmenu-button.ui-button{
	width:100px;
	font-size:18px;
	font-style:normal;
	height:50px;
	padding:10px 20px;
	line-height:33px;
	color:#262626;
	float:left;
	border-radius:0px;
	border:1px solid #f2f2f2;
	background:#ffffff;
}

.form-group .ui-button .ui-icon{
	background:none;
	position:relative;
	top:2px;
	text-indent:0px;
	color:#333333;	
}

.form-group .ui-button .ui-icon:before{
	font-family: 'FontAwesome';
	content: "\f107";
	position:absolute;
	right:0px;
	top:2px !important;
	top:13px;
	width:10px;
	height:30px;
	display:block;
	color:#262626;
	line-height:23px;
	font-size:15px;
	font-weight:normal;
	text-align:center;
	z-index:5;
}

.ui-widget.ui-widget-content{
	border:1px solid #e0e0e0;
}

.ui-menu .ui-menu-item{
	font-size:14px;
	border-bottom:1px solid #e0e0e0;
}

.ui-menu .ui-menu-item:last-child{
	border:none;	
}

.ui-state-active, .ui-widget-content .ui-state-active{
	background-color:#05e249;
	border-color:#05e249;
}

.ui-menu .ui-menu-item-wrapper{
	position:relative;
	display:block;
	padding:8px 20px ;
	font-size:14px;
	line-height:24px;
}

.ui-menu-item:hover{
}

/*** 

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

***/

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

.sec-title .title{
	position:relative;
	color:#ff4c72;
	font-size:14px;
	font-weight:500;
	line-height:1.4em;
	letter-spacing:1px;
	margin-bottom:15px;
	text-transform:uppercase;
}

.sec-title h2{
	position:relative;
	font-size:35px;
	color:#222222;
	font-weight:600;
	line-height:1.3em;
	padding-bottom:20px;
	display:inline-block;
}

.sec-title h2:after{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	width:42px;
	height:3px;
	background-color:#ff4c72;
}

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

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

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

.sec-title.centered h2:after{
	left:50% !important;
	margin-left:-21px;
	right: inherit !important;
}



/*** 

====================================================================
	Fancy Box
====================================================================

***/

.fancybox-next span,
.fancybox-prev span{
	background-image:none !important;
	width:44px !important;
	height:44px !important;
	line-height:44px !important;
	text-align:center;
}

.fancybox-next span:before,
.fancybox-prev span:before{
	content:'';
	position:absolute;
	font-family: 'FontAwesome';
	left:0px;
	top:0px;
	font-size:12px;
	width:44px !important;
	height:44px !important;
	line-height:44px !important;
	background-color:rgba(28,28,28,0.40) !important;
	color:#ffffff;
	visibility:visible;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}

.fancybox-next span:before{
	content:'\f178';
}

.fancybox-prev span:before{
	content:'\f177';
}

.fancybox-next:hover span:before,
.fancybox-prev:hover span:before{
	background-color:#ffffff !important;
	color:#000000;	
}

.fancybox-type-image .fancybox-close{
	right:0px;
	top:0px;
	width:45px;
	height:45px;
	background:url(../images/icons/icon-cross.png) center center no-repeat;
	background-color:rgba(17,17,17,0.50) !important;	
}

.fancybox-type-image .fancybox-close:hover{
	background-color:#000000 !important;	
}

.fancybox-type-image .fancybox-skin{
	padding:0px !important;	
}


.form-back-drop{
	position:fixed;
	right:0px;
	top:0px;
	width:100%;
	height:100%;
	opacity:0;
	background:rgba(0,0,0,0.70);
	visibility:hidden;
	z-index:9990;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;	
}

.appointment-form-visible .form-back-drop{
	opacity:1;
	visibility:visible;
}



















/*** 

====================================================================
	Map Info Section
====================================================================

***/

.map-info-section{
	position:relative;
}

.map-info-section .outer-container{
	position:relative;
	background-color:#f3f3f3;
}

.map-info-section .outer-container .left-column{
    position: relative;
    width: 50%;
    float: left;
}

.map-info-section .outer-container .left-column:after{
	position:absolute;
	content:'';
	right:-85px;
	top:-85px;
	width:170px;
	height:170px;
	z-index:2;
	background-color:#ffffff;
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform:rotate(45deg);
}

.map-info-section .outer-container .left-column .content{
	position:relative;
    max-width: 600px;
    float: right;
    width: 100%;
	padding: 120px 70px 120px 15px;
}

.map-info-section .outer-container .left-column h2{
	position:relative;
	color:#222222;
	font-size:35px;
	font-weight:600;
	line-height:1.4em;
	margin-bottom:15px;
}

.map-info-section .outer-container .left-column .text{
	position:relative;
	color:#555555;
	font-size:14px;
	line-height:1.9em;
	margin-bottom:15px;
}

.map-info-section .outer-container .left-column .phone{
	position:relative;
	color:#05e249;
	font-size:29px;
	font-weight:400;
	margin-top:30px;
}

.map-info-section .outer-container .right-column{
    position: absolute;
    width: 50%;
    right: 0px;
    height: 100%;
	float:left;
}

.map-info-section .outer-container .right-column .map-outer .map-canvas {
    position: absolute;
    right: 0px;
    height: 100%;
    width: 100%;
    min-height: 400px;
}

/*** 

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

***/

.main-footer{
	position:relative;
	background-repeat:no-repeat;
	background-position:center center;
}
/*
.main-footer-two:after{
	position:absolute;
	content:'';
	left:-300px;
	bottom:-300px;
	width:490px;
	height:491px;
	background:url(../images/resource/footer-circle.jpg) no-repeat;
}
*/

.main-footer-two:after{
	position:absolute;
	content:'';
	left:-300px;
	bottom:-300px;
	width:490px;
	height:491px;
	background:url(../images/resource/footer-circle.jpg) no-repeat;
}
.main-footer-two:after {
    animation-name: zoom-fade;
    animation-duration: 7s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: zoom-fade;
    -webkit-animation-duration: 7s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: zoom-fade;
    -moz-animation-duration: 7s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: zoom-fade;
    -ms-animation-duration: 7s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: zoom-fade;
    -o-animation-duration: 7s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.main-footer .icon-one{
	position:absolute;
	right:70px;
	top:50px;
	width:42px;
	height:45px;
	background:url(../images/icons/icon-7.png) no-repeat;
}

.main-footer .icon-two{
	position:absolute;
	left:20%;
	top:10%;
	width:47px;
	height:47px;
	background:url(../images/icons/icon-6.png) no-repeat;
}

.main-footer .icon-three{
	position:absolute;
	left:50%;
	bottom:20%;
	width:21px;
	height:21px;
	background:url(../images/icons/icon-8.png) no-repeat;
}

.main-footer .widgets-section{
	position:relative;
	padding:90px 0px 50px;
}

.main-footer .logo-widget{
	position:relative;
	z-index:1;
}

.main-footer .logo-widget .logo{
	position:relative;
	margin-bottom:15px;
}

.main-footer .logo-widget .text{
	position:relative;
	color:#555555;
	font-size:14px;
	line-height:1.9em;
	margin-bottom:20px;
}

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

.main-footer .logo-widget .social-list li{
	position:relative;
	margin-bottom:5px;
	display:inline-block;
}

.main-footer .logo-widget .social-list li.follow{
	position:relative;
	color:#222222;
	font-size:17px;
	font-weight:600;
	display:block;
	margin-bottom:10px;
	text-transform:capitalize;
}

.main-footer .logo-widget .social-list li a{
	position:relative;
	color:#ffffff !important;
	font-size:12px;
	font-weight:500;
	padding:1px 16px;
	border-radius:50px;
	letter-spacing:1px;
	display:inline-block;
	margin-right:5px;
	text-transform:uppercase;
}

.main-footer .logo-widget .social-list li:nth-child(2) a{
	background-color:#2e52aa;
}

.main-footer .logo-widget .social-list li.facebook a{
	background-color:#2e52aa;
}

.main-footer .logo-widget .social-list li:nth-child(3) a{
	background-color:#ff222f;
}

.main-footer .logo-widget .social-list li.pinterest a{
	background-color:#ff222f;
}

.main-footer .logo-widget .social-list li:nth-child(4) a{
	background-color:#2eacff;
}

.main-footer .logo-widget .social-list li.twiter a{
	background-color:#2eacff;
}

.main-footer .logo-widget .social-list li:nth-child(5) a{
	background-color:#2ab53f;
}

.main-footer .logo-widget .social-list li.whatsapp a{
	background-color:#2ab53f;
}

.main-footer-three {
    display: none;
}
.four.main-footer .icon-one {
    top: -600%;
}
.four.main-footer .icon-two {
    top: -600%;
}
.four.main-footer .icon-three {
	top: -100%;
}


/*Footer Widget*/

.main-footer .footer-widget{
	position:relative;
	margin-bottom:25px;
}

.main-footer .footer-widget h2{
	position:relative;
	font-size:17px;
	font-weight:600;
	color:#222222;
	line-height:1.2em;
	margin-bottom:25px;
	text-transform:capitalize;
	display:inline-block;
}

/*List Links*/

.list-link{
	position:relative;
}

.list-link li{
	position:relative;
	margin-bottom:10px;
}

.list-link li a{
	position:relative;
	color:#555555;
	font-size:14px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.list-link li a:hover{
	color:#05e249;
}



.main-footer .footer-bottom{
	position:relative;
	padding:14px 0px;
	z-index:1;
	border-top:1px solid #dedede;
}

.main-footer .footer-bottom .copyright{
	position:relative;
	color:#555555;
	font-size:14px;
}

.main-footer .footer-bottom .footer-nav{
	position:relative;
	text-align:right;
}

.main-footer .footer-bottom .footer-nav li{
	position:relative;
	margin-left:40px;
	display:inline-block;
}

.main-footer .footer-bottom .footer-nav li a{
	position:relative;
	color:#555555;
	font-size:14px;
	-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-footer .footer-bottom .footer-nav li a:hover{
	color:#05e249;
}

















@-webkit-keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
@keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}





/*** 

====================================================================
	Default Form
====================================================================

 ***/

.default-form{
	position:relative;
}

.default-form .form-group{
	position:relative;
	margin-bottom:18px;
}

.default-form .form-group input[type="text"],
.default-form .form-group input[type="password"],
.default-form .form-group input[type="tel"],
.default-form .form-group input[type="email"],
.default-form .form-group select{
	position:relative;
	display:block;
	width:100%;
	height:60px;
	font-size:16px;
	font-weight:500;
	color:#333333;
	background:none;
	line-height:18px;
	padding:10px 0px 8px;
	border-bottom:1px solid #d6d6d6;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.default-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:24px;
	padding:10px 0px;
	color:#777777;
	height:135px;
	font-size:16px;
	resize:none;
	background:none;
	font-weight:500;
	border-bottom:1px solid #d6d6d6;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.default-form .form-group textarea::-webkit-input-placeholder,
.default-form .form-group input::-webkit-input-placeholder{
	color:#242424;
}

.default-form button{
	margin-top:15px;
}











/* Banner Image Section */

.banner-image{
	position:relative;
}

.banner-image .image{
	position:relative;
}

.banner-image .image:before{
	position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
	z-index:1;
    background-color: rgba(0,0,0,0.40);
}

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



.fullwidth-image{
	position:relative;
}

.fullwidth-image .image{
	position:relative;
}

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



/* Project Gallery Section */

.project-gallery-section{
	position:relative;
}

.project-gallery-section .image{
	position:relative;
	margin-bottom:30px;
	overflow: hidden;
}

.project-gallery-section .image::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: block;
  content: '';
  width: 0;
  height: 0;
  background: rgba(255, 255, 255,.2);
  border-radius: 0%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}

.project-gallery-section .image:hover::before {
  -webkit-animation: circle .95s;
  animation: circle .95s;
}

.project-gallery-section .image img{
	width:100%;
	display:block;
}

.skill-block{
	position: relative;
	margin-bottom: 40px;
}

.skill-block .inner-box{
	position: relative;
	min-height: 155px;
}

.skill-block .graph-outer{
	position: relative;
	text-align: center;
}

.skill-block .graph-outer .count-box{
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    font-size: 25px;
    color: #222222;
    font-weight: 500;
    line-height: 40px;
    margin-top: -20px;
}

.skill-block h3{
	position: relative;
	font-size: 16px;
	line-height: 1.2em;
	color: #222222;
	font-weight: 500;
	text-align:center;
	margin-top:20px;
	text-transform:uppercase;
}

/*** 

====================================================================
	Related Projects
====================================================================

 ***/

.related-projects{
	position:relative;
	padding:160px 0px 100px;
	background-color:#ff4c72;
	background-position:center center;
	background-repeat:no-repeat;
}

.related-projects.style-two{
	background:none;
	padding-top:90px;
}

.related-projects.style-two .title-box h2{
	color:#333333;
}

.related-projects.style-two .title-box h2:after{
	background-color:#ff4c72;
}

.related-projects .owl-dots,
.related-projects .owl-nav{
	display:none;
}

.related-projects .title-box{
	position:relative;
	text-align:center;
	margin-bottom:50px;
}

.related-projects .title-box h2{
	position:relative;
	color:#ffffff;
	font-size:35px;
	font-weight:600;
	display:inline-block;
	padding-bottom:18px;
}

.related-projects .title-box h2:after{
	position:absolute;
	content:'';
	left:50%;
	bottom:0px;
	width:42px;
	height:3px;
	margin-left:-21px;
	background-color:#ffffff;
}

/*New Posts*/

.new-posts{
	position:relative;
	padding:65px 100px;
	background-color:#e9e9e9;
}

.new-posts a{
	position:relative;
	color:#222222;
	font-size:15px;
	font-weight:500;
	letter-spacing:1px;
	text-transform:capitalize;
	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;
}

.new-posts a.prev .icon{
	margin-right:10px;
}

.new-posts a.next .icon{
	margin-left:10px;
}

.new-posts a .icon{
	position:relative;
	line-height:20px;
	font-size:38px;
	top:10px;
}

.new-posts a:hover{
	color:#05e249;
}

.new-posts .grid-btn{
	position:absolute;
	left:50%;
	color:#222222;
	font-size:32px;
	margin-top:2px;
	margin-left:-13px;
}

.page-numbers.current,
.page-numbers:hover{
	color: #ffffff !important;
}







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

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



/*Pagination*/

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

.styled-pagination li{
	position:relative;
	display:inline-block;
	margin:0px 6px 10px 0px;
}

.styled-pagination li a{
	position:relative;
	display:inline-block;
	line-height:56px;
	height:60px;
	font-size:18px;
	min-width:60px;
	color:#777777;
	font-weight:500;
	text-align:center;
	background:#ffffff;
	border-radius:4px;
	border:2px solid #ebebeb;
	text-transform:capitalize;
	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.next a,
.styled-pagination li.prev a{
	width:100px;
}

.styled-pagination li a:hover,
.styled-pagination li a.active{
	color:#ffffff;
	border-color:#05e249;
	background-color:#05e249;
}













.blog-comment-form .form-group input.error,
.blog-comment-form .form-group select.error,
.blog-comment-form .form-group textarea.error{
	border-color:#05e249;
}

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

/*Map Data*/

.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:#121212;
}

.map-canvas{
	height:560px;
}









.admin-bar .appointment-box {
    top: 32px;
}
.admin-bar .main-header.fixed-header {
    top: 32px;
}
.news-section.with-padding-top.one {
    padding-bottom: 0;
}
.news-section.with-padding-top.two {
    padding-top: 0;
}
.news-section.with-padding-top.three {
    padding-top: 0;
}
.map-info-section.one .outer-container .left-column {
    width: 100%;
}












.about-home-3.two .pattern-layer {
    right: -61%;
}




.page-breadcrumb li {
    position: relative;
    display: inline;
    float: left;
    margin-right: 10px;
    color: #fff;
}
.page-breadcrumb li a {
    font-weight: 600;
    color: #05e249;
}
.page-breadcrumb li a:hover {
    color: #05e249;
}
.page-breadcrumb li:after {
    content: '/';
    margin-left: 5px;
    font-size: 10px;
    position: absolute;
    right: -4px;
    top: 1px;
}
.page-breadcrumb li:last-child:after{
	content:''!important;
}
.page-title {
    z-index: 1;
}
.page-title:before {
    z-index: -1;
}
.page-title .text {
    margin-bottom: 20px;
}





/** css for home-3 or home-4 **/


/** header-style-three **/

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

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

.header-style-three .nav-outer{
	position: relative;
	display: flex;
	align-items: center;
}

.header-style-three .nav-outer .logo-box{
	position: relative;
	padding: 37px 0px 20px 60px;
	margin-right: 160px;
	transition: all 500ms ease;
}

.header-style-three .outer-box{
	margin: 0px;
	padding: 45px 60px;
	background-color: #f2f0ef;
	transition: all 500ms ease;
}

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

.header-style-three .main-menu .navigation > li.dropdown > a:after{
	margin-top: 0px;
	font-weight: 700;
}

.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.current-menu-item > a{
	color: #ff5863 !important;
}

.header-style-three .main-menu .navigation > li > ul,
.header-style-three .main-menu .navigation > li > ul > li > ul{
	border-top: 2px solid #ff5863;
}

.header-style-three .main-menu .navigation > li > ul > li:hover > a,
.header-style-three .main-menu .navigation > li > ul > li > ul > li > a:hover{
	background-color: #ff5863 !important;
}

.header-style-three .upper-right .outer-box{
	position: relative;
	display: flex;
	align-items: center;
}

.btn-style-five{
	position: relative;
	display: inline-block;
	overflow: hidden;
    vertical-align: middle;
	font-size: 15px;
	line-height: 26px;
	font-weight: 600;
	color: #ffffff !important;
	text-align: center;
	padding: 10px 32px 13px 30px;
	border-radius: 30px;
	background: -webkit-linear-gradient(0deg, #ff5b66, #fc9049 100%);
	text-transform: capitalize;
	z-index: 1;
}

.btn-style-five i{
	position: relative;
	font-weight: 400;
	font-size: 30px;
	top: 6px;
	margin-left: 10px;
}

.btn-style-five:before{
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  width: 0;
  opacity: 0;
  content: "";
  z-index: -1;
  background: #222;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.btn-style-five:hover:before{
  opacity: 1.0;
  width: 100%;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;    
}

.header-style-three .upper-right .outer-box .btn-box{
	margin: 0px 30px;
}

.header-style-three .upper-right .search-box-btn{
	font-size: 24px;
	font-weight: 400;
	padding: 0px;
	border: none;
	transition: all 500ms ease;
}

.header-style-three .upper-right .search-box-btn:hover,
.header-style-three .outer-box .nav-btn:hover,
.header-style-three .language > a:hover{
	color: #ff5863;
}

.header-style-three .search-panel input:focus, 
.header-style-three .search-panel select:focus{
	border-color: #ff5863;
}

.header-style-three .language > a{
	transition: all 500ms ease;
}

.header-style-three .language > a .icon{
	font-weight: 700;
}

.header-style-three .language .dropdown-menu,
.header-style-three .search-box-outer .dropdown-menu{
	border-top: 3px solid #ff5863;
}

.header-style-three .language .dropdown-menu > li > a:hover{
	background: #ff5863;
}

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

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

.header-style-three .outer-box .nav-btn{
	top: 0px;
	margin-left: 30px;
	font-size: 24px;
	transition: all 500ms ease;
}

.header-style-three.fixed-header .outer-box{
	padding: 20px 60px;
}

.header-style-three.fixed-header .main-menu .navigation > li > a{
	padding: 32.5px 0px;
	padding-right: 15px;
}

.header-style-three.fixed-header .nav-outer .logo-box{
	padding-top: 25px;
}

.header-style-three.fixed-header .main-menu .navigation > li.dropdown > a:after{
	margin-top: -10px;
}

.main-header .language > a.btn:active{
	box-shadow: none;
}



h1,
h2,
h3,
h4,
h5,
h6{
	color: #222;
}

p{
	position: relative;
	font-size: 15px;
	line-height: 26px;
	color: #808080;
	margin: 0px;
}



.centered{
	text-align: center;
}

.sec-title-two{
	position: relative;
	display: block;
	margin-bottom: 50px;
}

.sec-title-two h6{
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 26px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 21px;
	color: transparent;
    background: -webkit-linear-gradient(0deg, #ff5863 50%, #fc9049 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 1px;
}

.sec-title-two h2{
	display: block;
	font-size: 40px;
	line-height: 50px;
	font-weight: 700;
}







a{
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}



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

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


h4{
	display: block;
	font-size: 20px;
	line-height: 30px;
	font-weight: 600;
}

h4 a{
	display: inline-block;
	color: #222;
}

h4 a:hover{
	color: #ff5863;
}

@-webkit-keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
@keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}


.thumb-box{
	position: relative;
	left: 0px;
	top: 0px;
	right: 0px;
	max-width: 1920px;
	width: 100%;
	height: 100%;
	margin: 0 auto;
}

.thumb-box .thumb{
	position: absolute;
	width: 90px;
	height: 90px;
	background-repeat: no-repeat;
	border-radius: 50%;
}

.thumb-box .thumb-1{
	left: 135px;
	top: 270px;
	-webkit-animation: zoom-fade 4s infinite linear;
    animation: zoom-fade 4s infinite linear;
}

.thumb-box .thumb-2{
	left: 355px;
	top: 400px;
	-webkit-animation: zoom-fade 5s infinite linear;
    animation: zoom-fade 5s infinite linear;
}

.thumb-box .thumb-3{
	right: 135px;
	top: 270px;
	-webkit-animation: zoom-fade 6s infinite linear;
    animation: zoom-fade 6s infinite linear;
}

.thumb-box .thumb-4{
	right: 355px;
	top: 400px;
	-webkit-animation: zoom-fade 4s infinite linear;
    animation: zoom-fade 4s infinite linear;
}


/** footer-style-two **/

.footer-style-two{
	position: relative;
	background-color: #f8f7f7;
	width: 100%;
}

.footer-style-two .footer-top{
	position: relative;
	padding: 80px 0px 80px 0px;
	border-bottom: 1px solid #e0dede;
}

.footer-style-two .footer-subscriber{
	position: relative;
	display: block;
	background: #ffffff;
	border-radius: 10px;
	padding: 40px 50px;
	box-shadow: 0px 10px 50px rgb(0 0 0 / 7%);
	margin-bottom: 76px;
}

.footer-style-two .footer-subscriber h3{
	display: block;
	font-size: 24px;
	line-height: 55px;
	font-weight: 600;
	margin: 0px;
}

.footer-style-two .footer-subscriber .footer-form .form-group{
	position: relative;
	margin: 0px;
	padding-right: 222px;
}

.footer-style-two .footer-subscriber .footer-form .form-group input[type='email']{
	position: relative;
	display: block;
	width: 100%;
	height: 55px;
	background: #f8f7f7;
	border: 1px solid #e0dede;
	border-radius: 30px;
	padding: 10px 30px;
	font-size: 15px;
	color: #0c1529;
	font-weight: 500;
	transition: all 500ms ease;
}

.footer-style-two .footer-subscriber .footer-form .form-group input:focus{
	border-color: #ff5863;
}

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

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

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

.footer-style-two .footer-subscriber .footer-form .form-group button{
	position: absolute;
	top: 0px;
	right: 0px;
}

.footer-style-two .widget-section .logo-widget .footer-logo{
	position: relative;
	margin-bottom: 33px;
}

.footer-style-two .widget-section .logo-widget .text{
	position: relative;
	display: block;
	margin: 0px;
}

.footer-style-two .widget-section .logo-widget{
	position: relative;
	margin-right: 30px;
	margin-top: 4px;
}

.footer-style-two p,
.footer-style-two a{
	font-size: 15px;
	line-height: 26px;
	color: #808080;
}

.footer-style-two a:hover{
	color: #ff5863;
}

.ml-55{
	margin-left: 55px;
}

.footer-style-two .widget-section .widget-title{
	position: relative;
	display: block;
	margin-bottom: 34px;
}

.footer-style-two .widget-section .links-widget .links-list li{
	position: relative;
	display: block;
	margin-bottom: 13px;
}

.footer-style-two .widget-section .links-widget .links-list li:last-child{
	margin-bottom: 0px;
}

.footer-style-two .widget-section .links-widget .links-list li a{
	position: relative;
	display: inline-block;
}

.footer-style-two .widget-section .links-widget .links-list li a:before{
	position: absolute;
	content: '';
	background: -webkit-linear-gradient(0deg, #ff5b66, #fc9049 100%);
	width: 0%;
	height: 1px;
	left: 0px;
	bottom: 4px;
	transition: all 500ms ease;
}

.footer-style-two .widget-section .links-widget .links-list li a:hover:before{
	width: 100%;
}

.footer-style-two .widget-section .contact-widget .info{
	position: relative;
	display: block;
	margin-bottom: 25px;
}

.footer-style-two .widget-section .contact-widget .info li{
	position: relative;
	display: block;
	font-size: 15px;
	line-height: 30px;
	color: #808080;
	margin-bottom: 11px;
}

.footer-style-two .widget-section .contact-widget .info li:last-child{
	margin-bottom: 0px;
}

.footer-style-two .widget-section .contact-widget .social-links li{
	position: relative;
	display: inline-block;
	float: left;
	margin-right: 10px;
}

.footer-style-two .widget-section .contact-widget .social-links li:last-child{
	margin: 0px !important;
}

.footer-style-two .widget-section .contact-widget .social-links li a{
	position: relative;
	display: inline-block;
	width: 45px;
	height: 45px;
	line-height: 45px;
	border: 1px solid #e0dede;
	font-size: 16px;
	color: #3d415b;
	text-align: center;
	border-radius: 50%;
	z-index: 1;
}

.footer-style-two .widget-section .contact-widget .social-links li a:hover{
	color: #ffffff;
}

.footer-style-two .widget-section .contact-widget .social-links li a:before{
	position: absolute;
	content: '';
	background: -webkit-linear-gradient(0deg, #ff5b66, #fc9049 100%);
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	transform: scale(0,0);
	border-radius: 50%;
	z-index: -1;
	transition: all 500ms ease;
}

.footer-style-two .widget-section .contact-widget .social-links li a:hover:before{
	transform: scale(1,1);
}

.footer-style-two .footer-bottom{
	position: relative;
	width: 100%;
	padding: 26px 0px;
}

.footer-style-two .footer-bottom .footer-nav li{
	position: relative;
	display: inline-block;
	float: left;
	margin-right: 30px;
}

.footer-style-two .footer-bottom .footer-nav li:last-child{
	margin: 0px !important;
}

.footer-style-two .footer-bottom .footer-nav li:before{
	position: absolute;
	content: '';
	background: #888888;
	width: 1px;
	height: 15px;
	top: 6px;
	right: -16px;
}

.footer-style-two .footer-bottom .footer-nav li:last-child:before{
	display: none;
}

.footer-style-two .shape .shape-1{
	position: absolute;
	left: 190px;
	bottom: 130px;
	width: 109px;
	height: 140px;
	background-repeat: no-repeat;
}

.footer-style-two .shape .shape-2{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 405px;
	height: 360px;
	background-repeat: no-repeat;
}

.scroll-to-top.style-two{
	background: -webkit-linear-gradient(0deg, #ff5b66, #fc9049 100%);
	border: none;
}

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


/**************************** home-4 ************************************/




.feature-home-4{
	padding: 104px 0px 100px 0px;
}

.about-home-4{
	position: relative;
	padding: 46px 0px 165px 0px;
}

.image_block_4 .image-box{
	position: relative;
	display: block;
	margin-top: 6px;
}

.image_block_4 .image-box img{
	width: 100%;
}

.image_block_4 .image-box .image-shape-1{
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 490px;
	height: 366px;
	background-repeat: no-repeat;
	z-index: 1;
}

.image_block_4 .image-box .image-shape-2{
	position: absolute;
	left: 0px;
	top: 20px;
	width: 570px;
	height: 611px;
	background-repeat: no-repeat;
	z-index: -1;
}

.tabs-box .tab{
  position:relative;
  display:none;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}

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

.tabs-box .tab{
  transform:scale(0.9,0.9) translateY(0px);
}

.tabs-box .tab.active-tab{
  transform:scale(1) translateY(0px);
}



/*** 

====================================================================
                        Responsive-Css
====================================================================

***/

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

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

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

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

	.header-style-three .outer-box{
		padding: 45px;
	}
	
	.rtl .header-style-three .nav-outer .logo-box{
		margin-left: 30px;
	}
	
	.header-style-three .main-menu .navigation > li{
		margin-right: 25px;
	}

}


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

	.header-style-three .nav-outer .logo-box{
		padding-left: 30px;
	}
	
	.rtl .header-style-three .nav-outer .logo-box{
		padding-left: 0px;
	}

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

	.header-style-three .main-menu .navigation > li.dropdown > a:after{
		display: none;
	}

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

	.header-style-three .header-upper .upper-right{
		width: auto !important;
	}

	.header-style-three .upper-right .outer-box{
		position: absolute;
		top: 90px;
		right: 0px;
		left: inherit;
		background: transparent;
		padding: 0px 30px;
		margin: 0px;
	}

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

	.header-style-three .upper-right .search-box-btn{
		margin-top: 8px;
	}

	.about-home-3 .pattern-layer{
		display: none;
	}

	.image_block_3 .image-box{
		padding: 0px;
	}

	.image_block_3 .image-box .shape,
	.footer-style-two .shape,
	.image_block_4 .image-box .image-shape-2,
	.funfact-home-4 .shape .shape-2,
	.works-home-4 .pattern-layer .pattern-1{
		display: none;
	}



}


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

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

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

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

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

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

	.feature-home-3{
		padding-bottom: 70px;
	}

	.project-home-3 .owl-nav,
	.funfact-home-3 .shape .shape-1{
		display: none;
	}

	.content_block_2 .content-box{
		margin-right: 0px;
		margin-bottom: 50px;
	}

	.funfact-home-3 .inner{
		margin-bottom: 30px;
	}

	.funfact-home-3 .funfact-inner{
		padding-bottom: 10px;
	}

	.image_block_3 .image-box .image{
		margin-bottom: 30px;
	}

	.content_block_3 .content-box{
		margin-left: 0px;
	}

	.testimonial-home-3 .testimonial-content{
		padding: 0px 30px;
		padding-bottom: 30px;
		margin: 0px;
	}

	.news-home-3 .owl-nav{
		display: none !important;
	}

	.footer-style-two .footer-widget{
		margin: 0px 0px 30px 0px !important;
	}

	.footer-style-two .footer-top{
		padding-bottom: 50px;
	}

	.banner-style-four .content-box{
		margin-top: 0px;
	}

	.banner-style-four .pattern-layer .pattern-3{
		display: none;
	}

	.banner-style-four{
		padding-top: 120px;
	}

	.banner-style-four .content-box{
		margin-bottom: 30px;
	}

	.banner-style-four .image-box .image-shape-1{
		display: none;
	}

	.image_block_4 .image-box{
		margin-top: 0px;
		margin-bottom: 50px;
	}

	.content_block_1 .content-box{
		margin: 0px;
	}

	.funfact-home-4 .inner{
		margin-bottom: 30px;
	}

	.funfact-home-4 .funfact-inner{
		padding-bottom: 10px;
	}

	.skills-home-4 .pattern-layer,
	.works-home-4 .inner-box .arrow{
		display: none;
	}

	.works-home-4 .single-column .single-item{
		padding: 0px !important;
		left: 0px !important;
		right: 0px !important;
		margin-bottom: 30px;
	}

	.works-home-4{
		padding-bottom: 110px;
	}

	.pricing-home-4 .row{
		display: block;
	}

	.pricing-home-4 .content-box{
		margin-top: 30px;
	}

	.banner-style-three .content-box{
		padding-top: 0px;
	}
	
	.rtl .main-header .header-upper .upper-right{
		float: none;
	}

}


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

	.header-style-three .nav-outer{
		float: none;
		display: block;
		width: 100%;
	}

	.header-style-three .header-upper .upper-right{
		position: inherit !important;
	}

	.header-style-three .upper-right .outer-box{
		right: inherit !important;
		left: 0px !important;
		top: 105px;
	}

	.header-style-three .header-upper .upper-right{
		width: 100% !important;
	}

	.header-style-three .nav-outer .logo-box{
		text-align: center;
	}

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

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

	.sec-title-two h2{
		font-size: 22px;
		line-height: 30px;
	}

	.sec-title-two h2 br{
		display: none;
	}

	.clients-section.alternat-2{
		padding-top: 0px;
	}

	.feature-home-3{
		padding-top: 60px;
		padding-bottom: 40px;
	}

	.service-home-3{
		padding-top: 70px;
	}

	.service-home-3 .pattern-layer{
		display: none;
	}

	.service-home-3{
		padding-bottom: 40px;
	}

	.project-home-3{
		padding-bottom: 0px;
	}

	.content_block_2 .content-box{
		margin-top: 0px;
	}

	.funfact-home-3 .shape .shape-2{
		display: none;
	}

	.skills-home-3,
	.funfact-home-3{
		padding-bottom: 70px;
	}

	.funfact-home-3{
		padding-top: 0px;
	}

	.faq-home-3{
		padding-top: 70px;
	}

	.faq-home-3{
		padding-bottom: 70px;
	}

	.testimonial-home-3{
		padding-top: 65px;
	}

	.thumb-box{
		display: none;
	}

	.news-home-3{
		padding-top: 65px;
	}

	.news-home-3{
		padding-bottom: 40px;
	}

	.footer-style-two .footer-subscriber .footer-form .form-group button{
		display: block;
		width: 100%;
		position: relative;
		margin-top: 15px;
	}

	.footer-style-two .footer-subscriber .footer-form .form-group{
		padding-right: 0px;
	}

	.footer-bottom .copyright,
	.footer-bottom .footer-nav{
		display: block;
		float: none !important;
		text-align: center;
	}

	.footer-bottom .footer-nav li{
		float: none !important;
	}

	.header-style-three .main-menu .navbar-header .navbar-toggle{
		border-color: #ff5863;
		background: -webkit-linear-gradient(0deg, #ff5b66, #fc9049 100%);
	}

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

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

	.feature-home-4{
		padding-top: 65px;
	}

	.feature-home-4{
		padding-bottom: 40px;
	}

	.about-home-4{
		padding-bottom: 70px;
	}

	.funfact-home-4,
	.service-home-4,
	.works-home-4{
		padding-top: 65px;
	}

	.sec-title-two{
		text-align: center !important;
	}

	.funfact-home-4{
		padding-bottom: 70px;
	}

	.skills-home-4 .content_block_2 .content-box{
		margin-top: 0px;
	}

	.works-home-4{
		padding-bottom: 36px;
	}

	.works-home-4 .single-item h4 br{
		display: none;
	}

	.pricing-home-4{
		padding: 70px 0px;
	}

	.pricing-home-4 .content-box .tab-btns{
		margin: 0 auto;
	}

	.news-home-4{
		padding-bottom: 40px;
	}

	.header-style-three .main-menu .navbar-collapse > .navigation{
		background: -webkit-linear-gradient(0deg, #ff5b66, #fc9049 100%);
	}

	.header-style-three .main-menu .navbar-collapse > .navigation > li:hover > a, 
	.header-style-three .main-menu .navbar-collapse > .navigation > li > ul > li:hover > a, 
	.header-style-three .main-menu .navbar-collapse > .navigation > li > ul > li > ul > li:hover > a, 
	.header-style-three .main-menu .navbar-collapse > .navigation > li.current > a, 
	.header-style-three .main-menu .navbar-collapse > .navigation > li.current-menu-item > a,
	.header-style-three .main-menu .navbar-collapse > .navigation > li > a, 
	.header-style-three .main-menu .navbar-collapse > .navigation > li > ul > li > a, 
	.header-style-three .main-menu .navbar-collapse > .navigation > li > ul > li > ul > li > a,
	.header-style-three .main-menu .navbar-collapse > .navigation > li > ul, 
	.header-style-three .main-menu .navbar-collapse > .navigation > li > ul > li > ul{
		background: transparent !important;
	}

	.image_block_1 .image-box .image-shape-1,
	.image_block_1 .image-box .image-shape-2{
		display: none;
	}

	.footer-style-two .footer-subscriber h3{
		line-height: 30px;
		margin-bottom: 30px;
	}

	.banner-style-four .content-box form .form-group button{
		position: relative;
		top: 0px;
		right: 0px;
		margin-top: 15px;
		display: block;
		width: 100%;
	}

	.banner-style-four .content-box form .form-group input[type='text']{
		padding-right: 30px;
	}

	.pricing-home-4 .inner-box{
		max-width: 300px;
		margin: 0 auto;
	}

	.pricing-home-4 .pr-content .pr-tab{
		width: 300px;
	}

	.pricing-home-4 .pr-content .pr-tab{
		left: -114px;
	}

	.pricing-home-4 .inner-box .shape-1,
	.pricing-home-4 .inner-box .shape-2,
	.pricing-home-4 .inner-box .shape-3,
	.pricing-home-4 .inner-box .shape-4{
		display: none;
	}

	.pricing-home-4 .content-box{
		margin-left: 0px;
	}

}


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

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

	.banner-style-three .image-box .image-4{
		position: relative;
		top: 0px;
	}

	.banner-style-three .image-box .image-3{
		position: relative;
		bottom: 0px;
		margin-bottom: 30px;
	}

	.banner-style-three .image-box{
		padding-left: 0px;
	}

	.clients-section .sponsors-outer{
		padding-top: 70px;
	}

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

	.image_block_1 .image-box .support-box{
		position: relative;
		bottom: 0px;
		margin-top: 20px;
	}

	.image_block_2 .image-box{
		padding: 0px;
		margin: 0px;
	}

	.image_block_2 .image-box .image-2,
	.image_block_2 .image-box .image-3,
	.image_block_2 .image-box .image-4{
		position: relative;
		left: 0px;
		top: 0px;
		right: 0px;
		margin-top: 30px;
	}

	.image_block_2 .image-box .image-shape-1,
	.image_block_2 .image-box .image-shape-2{
		display: none;
	}

	.testimonial-home-3 .testimonial-content{
		padding-left: 0px;
		padding-right: 0px;
	}

	.testimonial-home-3 .inner{
		padding-left: 20px;
		padding-right: 20px;
	}

	.footer-style-two .footer-subscriber{
		padding: 40px 30px;
	}

	.image_block_4 .image-box .image-shape-1{
		display: none;
	}

	.service-home-4 .service-block-three .inner-box{
		padding-left: 30px;
		padding-right: 30px;
	}

	.image_block_5 .image-box .content-box{
		position: relative;
		left: 0px;
		bottom: 0px;
	}

}


.news-block-four .inner-box .lower-content .upper-box {
    padding-bottom: 24px;
}
.blog-single .inner-box .lower-content .upper-box {
    padding-bottom: 23px;
}









.team-page-section.team_block {
    padding: 0px 0px;
}
.pdoff {
    padding: 0;
}