/* Brussals : Health Coach HTML5 Template */

/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header / Header Style One / Header Style Two / Header Style Three
5. Main Slider
6. Service Style One / Service Style Two / 
7. Testimonial style One /  Testimonial style Two / Testimonial style Three / Testimonial style Four /Testimonial style Five
8. Price Box / Price Box Two /
9. News Block / News Style Two /
10. Subscribe Style One / 
11. Main Footer / Footer Style Two / Footer Style Three
12. Featured Style One / Featured Style Two /
13. Moment Section / 
14. Successful Steps / Successful Life Steps /
15. Default Form / Consultation Form / Event Form
16. About Info
17. Video Section / 
18. Page Title 
19. Event Item / Event Detail Page /
20. Portfolio Grid / Portfolio Masonry
21. Blog / Blog Single
22. Contact

**********************************************/

@import url(https://fonts.googleapis.com/css?family=Josefin+Sans:100,100i,300,300i,400,400i,600,600i,700,700i|Poppins:300,400,500,600,700|Vollkorn:400,400i,700,700i);

@import url('font-awesome.css');
@import url('flaticon.css');
@import url('animate.css');
@import url('owl.css');
@import url('jquery.fancybox.css');
@import url('hover.css');

/*** 

====================================================================
	Reset
====================================================================

 ***/
* {
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
}

/*** 

====================================================================
	Global Settings
====================================================================

 ***/

body {
	font-family: 'Poppins', sans-serif;
	font-size:16px;
	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;
}

a{
	text-decoration:none;
	cursor:pointer;
	color:#c4d114;
}

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: 'Vollkorn', serif;
}

input,button,select,textarea{
	font-family: 'Poppins', sans-serif;
}

p{
	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;
}

.small-container{
	max-width:680px;
	margin:0 auto;
}

.page-wrapper{
	position:relative;
	margin:0 auto;
	width:100%;
	min-width:300px;
	
}

ul,li{
	list-style:none;
	padding:0px;
	margin:0px;	
}

.theme-btn{
	display:inline-block;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.centered{
	text-align:center;	
}

.anim-3,.anim-3-all *{
	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;	
}

.anim-5,.anim-5-all *{
	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;	
}

.anim-7,.anim-7-all *{
	transition:all 0.7s ease;
	-moz-transition:all 0.7s ease;
	-webkit-transition:all 0.7s ease;
	-ms-transition:all 0.7s ease;
	-o-transition:all 0.7s ease;	
}

/*** 

====================================================================
	Button Style One
====================================================================

***/

.btn-style-one{
	position:relative;
	padding:13px 50px;
	line-height:24px;
	text-transform:uppercase;
	background:#554c86;
	font-size:12px;
	border-radius:4px;
	font-weight:600;
	color:#ffffff !important;
	font-family: 'Poppins', sans-serif;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.btn-style-one:hover{
	color:#ffffff !important;
	background:#c4d114;	
}

/*** 

====================================================================
	Button Style Two
====================================================================

***/

.btn-style-two{
	position:relative;
	padding:12px 70px;
	line-height:24px;
	text-transform:uppercase;
	font-size:12px;
	font-weight:600;
	border-radius:3px;
	color:#45445a !important;
	border:1px solid #dcdcdc;
	font-family: 'Poppins', sans-serif;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.btn-style-two:hover{
	color:#ffffff !important;
	background:#423a6c;	
	border-color:#423a6c;
}


/*** 

====================================================================
	Button Style Three
====================================================================

***/

.btn-style-three{
	position:relative;
	padding:12px 70px;
	line-height:24px;
	font-size:13px;
	font-weight:600;
	background-color:#c4d114;
	color:#ffffff !important;
	border:2px solid transparent;
	text-transform:uppercase;
	font-family: 'Poppins', sans-serif;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.btn-style-three:hover{
	color:#c4d114 !important;
	border-color:#c4d114;
	background-color:transparent;	
}

.theme-btn .fa{
	position:relative;
}

.theme_color{
	color:#c4d114;	
}

.light-font{
	font-weight:300;	
}

.regular-font{
	font-weight:400;	
}

.semibold-font{
	font-weight:600;	
}

.bold-font{
	font-weight:700;	
}

.preloader{ position:fixed; left:0px; top:0px; width:100%; height:100%; z-index:999999; background-color:#ffffff; background-position:center center; background-repeat:no-repeat; /*background-image:url(../images/icons/preloader.GIF);*/}

/* ---------Page preload--------------------------------------*/
.loader {
	position:fixed;
	top:50% !important;
	left:50%;
	width:50px;
	height:50px;
	z-index:100;
	font-size:34px;
	line-height:50px;
	color:#ccc;
	padding-right:20px;
	opacity:0.8;
}
.cssload-container {
	width: 100%;
	height: 42px;
	text-align: center;
}
.cssload-speeding-wheel {
	width: 42px;
	height: 42px;
	margin: 0 auto;
	border: 2px solid #c4d114;
	border-radius: 50%;
	border-left-color: #c4d114;
	border-right-color: #554c86;
	animation: cssload-spin 575ms infinite linear;
	-o-animation: cssload-spin 575ms infinite linear;
	-ms-animation: cssload-spin 575ms infinite linear;
	-webkit-animation: cssload-spin 575ms infinite linear;
	-moz-animation: cssload-spin 575ms infinite linear;
}
.l-line {
	position:fixed;
	top:0;
	width:100%;
	height:3px;
	z-index:10000;
	display:none;
	background:#f4f4f4;
}
.l-line span{
	position:absolute;
	top:0;
	left:0;
	width:0;
	height:3px;
	background:#000;
}
.cd-transition-layer {
	position: fixed;
	top: 20px;
	left: 20px;
	right:20px;
	bottom:20px;
	z-index: 12;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
}
.cd-transition-layer .bg-layer {
  position: absolute;
  left: 50%;
  top: 50%;
  opacity:1;
  -webkit-transform: translateY(-50%) translateX(-2%);
  -moz-transform: translateY(-50%) translateX(-2%);
  -ms-transform: translateY(-50%) translateX(-2%);
  -o-transform: translateY(-50%) translateX(-2%);
  transform: translateY(-50%) translateX(-2%);
  height: 100%;
  width: 2500%;
  background: url(../images/ink.png) no-repeat 0 0;
  background-size: 100% 100%;
}
.cd-transition-layer.visible {
  opacity: 1;
  visibility: visible;
}
.cd-transition-layer.opening .bg-layer {
  -webkit-animation: cd-sequence 0.8s steps(24);
  -moz-animation: cd-sequence 0.8s steps(24);
  animation: cd-sequence 0.8s steps(24);
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.cd-transition-layer.closing .bg-layer {
  -webkit-animation: cd-sequence-reverse 0.8s steps(24);
  -moz-animation: cd-sequence-reverse 0.8s steps(24);
  animation: cd-sequence-reverse 0.8s steps(24);
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.no-cssanimations .cd-transition-layer {
  display: none;
}

img{
	display:inline-block;
	max-width:100%;	
}

/*** 

====================================================================
	Section Title One
====================================================================

***/

.sec-title-one{
	position:relative;
	text-align:center;
	margin-bottom:50px;
	display:block;
}

.sec-title-one h2{
	position:relative;
	color:#45445a;
	font-size:30px;
	font-weight:400;
	margin-bottom:5px;
	font-family: 'Vollkorn', serif;
}

.sec-title-one h4{
	position:relative;
	color:#c4d114;
	font-size:16px;
	font-weight:600;
	text-transform:uppercase;
	font-family: 'Poppins', sans-serif;
}

/*** 

====================================================================
	Section Title Two
====================================================================

***/

.sec-title-two{
	position:relative;
	text-align:center;
	margin-bottom:50px;
	display:block;
}

.sec-title-two h2{
	position:relative;
	color:#ffffff;
	font-size:30px;
	font-weight:400;
	margin-bottom:5px;
	font-family: 'Vollkorn', serif;
}

.sec-title-two h4{
	position:relative;
	color:#c4d114;
	font-size:16px;
	font-weight:600;
	text-transform:uppercase;
	font-family: 'Poppins', sans-serif;
}

.sec-title-two .text{
	position:relative;
	color:#aaaaaa;
	font-size:22px;
	margin-top:35px;
	font-family: 'Josefin Sans', sans-serif;
}

/*** 

====================================================================
	Section Title Three
====================================================================

***/

.sec-title-three{
	position:relative;
	display:block;
	margin-bottom:50px;
}

.sec-title-three h2{
	position:relative;
	color:#45445a;
	font-size:40px;
	font-weight:400;
	line-height:1.2em;
	font-family: 'Vollkorn', serif;
}

.sec-title-three h4{
	position:relative;
	color:#c4d114;
	font-size:16px;
	font-weight:600;
	margin-bottom:8px;
	text-transform:uppercase;
	font-family: 'Poppins', sans-serif;
}

.sec-title-three .text{
	position:relative;
	font-size:18px;
	color:#777777;
	margin-top:10px;
	font-family: 'Josefin Sans', sans-serif;
}

/*** 

====================================================================
	Scroll To Top style
====================================================================

***/

.scroll-to-top{
	position:fixed;
	bottom:15px;
	right:15px;
	width:40px;
	height:40px;
	color:#ffffff;
	font-size:13px;
	text-transform:uppercase;
	line-height:38px;
	text-align:center;
	z-index:100;
	cursor:pointer;
	border-radius:50%;
	background:#1c1c1c;
	display:none;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;		
}

.scroll-to-top:hover{
	color:#ffffff;
	background:#fbca00;
}

/*** 

====================================================================
	Fancy Box Style
====================================================================

***/

.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 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms 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;	
}

/*** 

====================================================================
	Scroll Links One
====================================================================

***/

.social-links-one li{
	position:relative;
	margin-left:4px;
	display:inline-block;
}

.social-links-one li a{
	position:relative;
	display:inline-block;
	text-align:center;
	line-height:40px;
	font-size:13px !important;
	color:#888888;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.social-links-one li a:hover{
	color:#ffffff;	
}

/*** 

====================================================================
	Scroll Links Two
====================================================================

***/

.social-links-two{
	position:relative;
}

.social-links-two li{
	position:relative;
	margin-left:15px;
	display:inline-block;
}

.social-links-two li a{
	position:relative;
	display:inline-block;
	text-align:center;
	line-height:40px;
	font-size:15px !important;
	color:#777777;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.social-links-two li a:hover{
	color:#c4d114;	
}

/*** 

====================================================================
	Main Header style
====================================================================

***/

.main-header{
	position:relative;
	left:0px;
	top:0px;
	z-index:999;
	width:100%;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.bounce-in-header{
	position:fixed;
	opacity:0;
	visibility:hidden;
	left:0px;
	top:0px;
	width:100%;
	padding:0px 0px;
	background:#ffffff;
	z-index:0;
	border-bottom:1px solid #cccccc;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.bounce-in-header .logo{
	padding:4px 0px;	
}

.bounce-in-header.now-visible{
	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-top{
	position:relative;
	background:#f5f6f6;
	color:#888888;
	z-index:5;
}

.main-header.header-style-two .logo-outer,
.main-header.header-style-three .logo-outer{
	margin:18px 0px;
}

.main-header.header-style-two .logo-outer img,
.main-header .logo-outer img{
	max-width:100%;
	position:relative;
	z-index:25;	
}

.main-header.header-style-two .header-top,
.main-header.header-style-three .header-top{
	background:#222222;	
}

.main-header .header-top .top-left{
	position:relative;
	float:left;
}

.main-header .header-top .top-left ul li{
	border-right:1px solid #e3e4e4;
}

.main-header .header-top .top-left ul li:last-child{
	border-right:0px;
}

.main-header .header-top .top-right ul li{
	border-right:1px solid #e3e4e4;
}

.main-header .header-top .top-right ul li:last-child{
	margin-right:6px;
}

.main-header .header-top ul li{
	position:relative;
	float:left;
	padding-right:22px;
	margin-right:22px;
}

.main-header .header-top ul li a{
	position:relative;
	display:block;
	line-height:24px;
	color:#888888;
	font-size:12px;
	padding:13px 0px;
	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;
}

.main-header.header-style-two .header-top ul li a,
.main-header.header-style-three .header-top ul li a{
	color:#9b9b9b;	
}

.main-header .header-top .top-right ul{
	float:left;
}

.main-header .header-top .top-right .social-links-one li{
	padding-right:0px;
	margin-left:20px;
	margin-right:0px;
	border:0px;
}

.main-header .header-top ul li .icon{
	position:relative;
	top:1px;
	font-size:14px;
	padding-right:5px;	
}

.main-header .header-top ul li a:hover{
	color:#c4d114;
}

.main-header.header-style-two .header-top ul li a:hover,
.main-header.header-style-three .header-top ul li a:hover{
	color:#ffffff;	
}

.main-header .header-top .top-right{
	position:relative;
	float:right;
}

.main-header .header-upper{
	position:relative;
	padding:35px 0px;
	background:#ffffff;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	z-index:5;
}

.main-header.header-style-two .header-upper,
.main-header.header-style-three .header-upper{
	padding:0px;	
}

.main-header .header-upper .upper-right{
	position:relative;	
}

.main-header .header-upper .upper-column{
	position:relative;
	float:left;
	min-width:80px;
	margin-left:40px;
	padding-top:8px;
}

.main-header .info-box{
	position:relative;
	padding-left:45px;	
}

.main-header .info-box .icon-box{
	position:absolute;
	left:0px;
	top:16px;
	width:45px;
	color:#c4d114;
	font-size:30px;
	-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 .info-box:hover .icon-box{
	color:#aab50e;
}

.main-header .info-box li{
	position:relative;
	line-height:24px;
	margin:0px 0px;
	font-size:12px;
	color:#777777;
	text-transform:uppercase;
}

.main-header .info-box li a{
	color:#4a5c7a;		
}

.main-header .header-lower{
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	z-index:5;
}

.header-style-three{
	position:absolute;
	top:60px;
}

.main-header.header-style-three .header-lower{
	background:none;	
}

.main-header .nav-outer{
	position:relative;
	padding-right:220px;
	padding-left:20px;
	background-color:#3a394b;
}

.main-header.header-style-three .nav-outer{
	background:#247fe1;	
}

.main-menu{
	position:relative;	
}

.main-menu .navbar-collapse{
	padding:0px;	
}

.main-menu .navigation{
	position:relative;
	margin:0px;
	font-weight:700;
}

.main-menu .navigation > li{
	position:relative;
	float:left;
	padding:0px;
}

/*.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a{
	color:#c4d114;
}*/

.bounce-in-header .main-menu .navigation > li{
	margin-right:0px;
}

.main-menu .navigation > li > a{
	position:relative;
	display:block;
	padding:17px 20px 18px;
	font-size:13px;
	color:#fffefe;
	line-height:30px;
	border-top:none;
	font-weight:500;
	text-transform:uppercase;
	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 .navigation > li:hover > a,
.main-menu .navigation > li.current > a{
	color:#c4d114 !important;
}

.header-style-two .main-menu .navigation > li > a{
	padding:32px 20px 35px 20px;
	border-top:3px solid transparent;
	border-bottom:none;
	color:#45445a;
	font-weight:500;
	font-size:13px;
}

.header-style-three .main-menu .navigation > li > a{
	padding:32px 15px 35px;
	border-top:3px solid transparent;
	border-bottom:none;
	color:#45445a;
	font-weight:500;
	font-size:13px;
}

.bounce-in-header .main-menu .navigation > li{
	margin-left:30px;	
}

.bounce-in-header .main-menu .navigation > li > a{
	color:#181818;
	padding:15px 0px 12px;
}

.main-menu .navigation > li:hover > a:after{
	opacity:1;
}

.main-menu .navigation > li > ul{
	position:absolute;
	left:0px;
	top:150%;
	width:220px;
	padding:10px 20px;
	z-index:100;
	display:none;
	background:#ffffff;
	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 #ececec;
}

.main-menu .navigation > li > ul > li:last-child{
	border-bottom:none;	
}

.main-menu .navigation > li > ul > li > a{
	position:relative;
	display:block;
	padding:13px 15px 13px 0px;
	line-height:22px;
	font-weight:600;
	font-size:12px;
	color:#45445a;
	text-transform:uppercase;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li:hover > a{
	color:#c4d114;		
}

.main-menu .navigation > li > ul > li.dropdown > a:after{
	font-family: 'FontAwesome';
	content: "\f105";
	position:absolute;
	right:10px;
	top:15px;
	width:10px;
	height:20px;
	display:block;
	color:#45445a;
	line-height:20px;
	font-size:16px;
	text-align:center;
	z-index:5;	
}

.main-menu .navigation > li > ul > li.dropdown:hover > a:after{
	color:#45445a;	
}

.main-menu .navigation > li > ul > li > ul{
	position:absolute;
	left:110%;
	top:0px;
	width:220px;
    padding: 10px 20px;
	z-index:100;
	display:none;
	background:#ffffff;
	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);
}

.header-style-three .main-menu .navigation > li > ul > li > ul{
	background:#ffffff;	
}

.main-menu .navigation > li > ul > li > ul > li{
	position:relative;
	width:100%;
	border-bottom: 1px solid #ececec;
}

.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 15px 13px 18px;
	line-height:22px;
	font-weight:600;
	font-size:13px;
	text-transform:uppercase;
	color:#45445a;
	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 .navigation > li > ul > li  > ul > li:hover > a{
	color:#c4d114;	
}

.header-style-three .header-upper{
	background-color:inherit;
}

.header-style-three .header-upper .outer-box{
	background-color:#ffffff;
	padding:0px 30px;
	border-radius:5px;
}

.main-menu .navigation > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	top:100%;	
}

.main-menu .navigation li > ul > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	left:100%;
	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;
	color:#ffffff;
	text-align:center;
	background-size:20px;
	cursor:pointer;
	z-index:5;
	display:none;
}

.main-header .get-btn{
	position:absolute;
	right:0px;
	top:0px;
	width:220px;
	height:100%;
	background:#2d2c3a;	
	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 .get-btn .appt-btn{
	position:relative;
	display:block;
	line-height:30px;
	text-align:center;
	padding:19px 0px;
	font-weight:500;
	font-size:14px;
	color:#ffffff;
	text-transform:uppercase;	
}

.main-header .get-btn:hover{
	background:#c4d114;	
}

.main-header .get-btn .appt-btn:hover{
	color:#ffffff;	
}

/*** 

====================================================================
	Main Slider
====================================================================

***/

.main-slider{
	position:relative;
}

.main-slider.negative-margin{
	position:relative;
	margin-top:-65px;
}

.main-slider .tp-caption{
	z-index:5;
}

.main-slider .tp-dottedoverlay {
    background-color: rgba(63,62,80,0.40) !important;
}

.main-slider .border-title{
	font-weight:600;
	line-height:1.6em;
	color:#ffffff;
	font-size:14px;
	text-transform:uppercase;
}

.main-slider .subtitle-text{
	font-weight:400;
	line-height:1.6em;
	color:#fde428;
	font-size:26px;
	padding-bottom:22px;
}

.main-slider .text{
	font-weight:400;
	line-height:1.6em;
	color:#ffffff;
	font-size:16px;
}

.main-slider h2{
	font-size:60px;
	color:#ffffff;
	font-weight:400;
	line-height:1.2em;
	font-family: 'Vollkorn', serif;
}

.main-slider h3{
	font-size:24px;
	color:#ffffff;
	font-weight:600;
	line-height:1.4em;
}

.main-slider .slider-link{
	position:relative;
	color:#c4d114;
	font-size:15px;
	font-weight:600;
	border-bottom:3px solid #c4d114;
}

.main-slider .slider-link:hover{
	color:#c4d114 !important;
}

.main-slider .tp-bullets.preview3 .bullet{
	background:#ffffff !important;
	width:22px !important;
	height:2px !important;
	border:1px solid #ffffff!important;
	border-radius:2px!important;
	margin:0px 7px;
	z-index:0;
}

.main-slider .tp-bullets.preview3 .bullet:hover,
.main-slider .tp-bullets.preview3 .bullet.selected{
	border-color:#c4d114 !important;
	background:#c4d114 !important;
}

.main-slider .tparrows.preview3,
.main-slider .tparrows.preview3{
	background: rgba(34,34,34,0.40);
	width:50px !important;
	overflow:hidden;
	margin-top:-10px !important;
	height:50px !important;
	border-radius:50%;
}

.main-slider .tparrows.preview3::after{
	top:0px;
	background:none;
	color:#ffffff;
	font-size:18px;
	height:50px !important;
	line-height:50px;
	width:50px !important;
	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-slider .tparrows.tp-leftarrow.preview3::after{
	content: '\f104';
	font-family:'FontAwesome';
}

.main-slider .tparrows.tp-rightarrow.preview3::after{
	content: '\f105';
	font-family:'FontAwesome';
}

.main-slider .tparrows.preview3.tp-leftarrow{
	left:20px !important;
}

.main-slider .tparrows.preview3.tp-rightarrow{
	right:20px !important;
}

.main-slider .tparrows.preview3:hover::after{
	background-color:#c4d114;	
}

.main-slider .tparrows.preview3 .tp-arr-iwrapper{
	visibility:hidden;
	opacity:0;
	display:none;	
}

.main-slider .tp-bannertimer{
	display:none !important;	
}

/*** 

====================================================================
	Social Icon One
====================================================================

***/

.social-icon-one{
	position:relative;
}

.social-icon-one li{
	position:relative;
	margin-left:12px;
	display:inline-block;
}

.social-icon-one li a{
	position:relative;
	color:#888888 !important;
	font-size:13px;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.social-icon-one li a:hover{
	color:#c4d114 !important;
}

/*** 

====================================================================
	Service Style One
====================================================================

***/

.service-style-one{
	position:relative;
	padding:150px 0px 100px 0px;
}

.services-block-one{
	position:relative;
	margin-bottom:40px;
}

.services-block-one .inner-box{
	position:relative;
	padding:70px 30px 60px 30px;
	text-align:center;
	border:1px solid #e3e3e3;
}

.services-block-one .inner-box h3{
	position:relative;
	color:#515064;
	font-size:20px;
	font-weight:400;
	padding:15px 0px;
	line-height:1.2em;
}

.services-block-one .inner-box .text{
	position:relative;
	color:#777777;
	font-size:18px;
	font-family: 'Josefin Sans', sans-serif;
}

.services-block-one .inner-box .icon-box{
	position:absolute;
	left: 50%;
	bottom: -26px;
	padding: 0px 20px;
	margin-left: -46px;
    display: inline-block;
    background-color: #ffffff;
}

.services-block-one .inner-box .icon-box .icon{
	position:relative;
	width:52px;
	height:52px;
	line-height:52px;
	color:#ffffff;
	font-size:13px;
	text-align:center;
	border-radius:50%;
	display:inline-block;
	background-color:#c4d114;
}

/*** 

====================================================================
	Testimonial Section
====================================================================

***/

.stories-section{
	position:relative;
	padding:150px 0px 120px 0px;
	background-attachment:fixed;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}

.stories-section:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background-color:rgba(58,57,75,0.97);
}

.story-block{
	position:relative;
}

.story-block .inner-box{
	position:relative;
	background-color:#ffffff;
}

.story-block .inner-box .image-column{
	position:relative;
	float:left;
	width:40%;
}

.story-block .inner-box .content-column{
	position:relative;
	float:left;
	width:60%;
	padding:52px 40px 35px 60px;
}

.story-block .inner-box .content-column h3{
	position:relative;
	color:#45445a;
	font-size:18px;
	margin-bottom:20px;
	font-weight:400;
	font-family: 'Vollkorn', serif;
}

.story-block .inner-box .content-column h3 span{
	color:#8dd0d3;
}

.story-block .inner-box .content-column .text{
	position:relative;
}

.story-block .inner-box .content-column .text p{
	position:relative;
	color:#777777;
	font-size:18px;
	margin-bottom:25px;
	font-family: 'Josefin Sans', sans-serif;
}

.stories-section .owl-theme .owl-controls{
	margin:60px 0px 0px;
}

.stories-section .owl-theme .owl-controls .owl-dots{
	display:none !important;
}

.stories-section .owl-theme .owl-controls .owl-nav [class*="owl-"]{
	display:inline-block;
	margin:0px 5px;
	width:30px;
	height:30px;
	line-height:22px;
	text-align:center;
	color:#ffffff;
	font-size:14px;
	background:rgba(255,255,255,0.15);
	border-radius:5px;
	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;	
}

.stories-section .owl-theme .owl-controls .owl-nav [class*="owl-next"]:hover{
	background-color:rgba(255,255,255,0.50) !important;
}

/*** 

====================================================================
	Packages Section
====================================================================

***/

.packages-section{
	position:relative;
	background-color:#f5f6f6;
	padding:150px 0px 100px 0px;
}

.packages-section.style-two{
	background-color:#ffffff;
}

.packages-section.style-three{
	padding-bottom:35px;
}

.packages-section.services-packages{
	padding-bottom:35px;
}

.packages-section.style-two .pricing-column .inner-box{
	border:1px solid #ececec;
}

.pricing-column{
	position:relative;
	margin-bottom:50px;
}

.pricing-column .inner-box{
	position:relative;
	padding:50px 40px;
	background-color:#ffffff;
}

.pricing-column .inner-box .title-box{
	position:relative;
	text-align:center;
}

.pricing-column .inner-box .title-box h3{
	position:relative;
	color:#45445a;
	font-size:16px;
	font-weight:600;
	font-family: 'Poppins', sans-serif;
	text-transform:uppercase;
}

.pricing-column .inner-box .title-box .text{
	position:relative;
	color:#777777;
	font-size:18px;
	font-family: 'Josefin Sans', sans-serif;
}

.pricing-column .inner-box .price-box{
	position:relative;
	color:#ffffff;
	width:120px;
	height:120px;
	margin:0 auto;
	line-height:40px;
	padding:42px 10px;
	border-radius:50%;
	font-size:36px;
	text-align:center;
	font-weight:500;
	margin-top:20px;
	background-color:#554c86;
}

.pricing-column .inner-box .price-box sup{
	position:relative;
	font-weight:300;
}

.pricing-column .inner-box .lower-content{
	position:relative;
}

.pricing-column .inner-box .lower-content .check-list{
	position:relative;
	margin-top:30px;
	padding-left:70px;
}

.pricing-column .inner-box .lower-content .check-list li{
	position:relative;
	color:#777777;
	font-size:17px;
	margin-bottom:6px;
	font-family: 'Josefin Sans', sans-serif;
}

.pricing-column .inner-box .lower-content .check-list li.check:before{
	padding-right:8px;
	content: '\f00c';
	font-size:13px;
	left:0px;
	top:0px;
    color: #91b623;
	font-family: 'FontAwesome';
}

.pricing-column .inner-box .lower-content .check-list li.uncheck:before{
	content:'\f00d';
	padding-right:8px;
    color: #c9c9c9;
	font-size:13px;
	left:0px;
	top:0px;
	font-family: 'FontAwesome';
}

.pricing-column .inner-box .lower-content .link-box{
	position:relative;
	margin-top:45px;
	text-align:center;
}

.pricing-column .inner-box .lower-content .link-box a{
	position:relative;
	font-size:12px;
	padding:10px 35px;
	font-weight:600;
}

.pricing-column.pro-plan .inner-box .price-box{
	position:relative;
	background-color:#c4d114;
}

.pricing-column.pro-plan .inner-box .lower-content .link-box a{
	position:relative;
	background-color:#c4d114;
}

.pricing-column.team-plan .inner-box .price-box{
	position:relative;
	background-color:#8dd0d3;
}

.pricing-column.team-plan .inner-box .lower-content .link-box a{
	position:relative;
	background-color:#8dd0d3;
}

/*** 

====================================================================
	Testimonial Style Two
====================================================================

***/

.testimonial-style-two{
	position:relative;
	padding:150px 0px;
}

.testimonial-style-two.alternate{
	padding-bottom:80px;
}

.testimonial-block-two{
	position:relative;
	min-height:225px;
}

.testimonial-block-two .inner-box{
	position:relative;
	padding-left:245px;
}

.testimonial-block-two .inner-box .image-box{
	position:absolute;
	left:0px;
	top:0px;
	width:219px;
	height:219px;
	border-radius:50%;
	overflow:hidden;
}

.testimonial-block-two .inner-box .image-box img{
	border-radius:50%;
}

.testimonial-block-two .inner-box .text{
	position:relative;
	color:#777777;
	font-size:20px;
	padding:30px 0px 8px 25px;
	font-family: 'Josefin Sans', sans-serif;
}

.testimonial-block-two .inner-box .text .quote-left-icon{
	position:absolute;
	left:0px;
	top:10px;
	color:#edf1b8;
	font-size:20px;
}

.testimonial-block-two .inner-box .text .quote-right-icon{
	position:relative;
	right:-5px;
	bottom:-5px;
	color:#edf1b8;
	font-size:20px;
}

.testimonial-block-two .inner-box .author-name{
	position:relative;
	font-size:13px;
	font-weight:600;
	color:#45445a;
	margin-top:10px;
	padding-left: 25px;
}

.testimonial-block-two .inner-box .rating{
	position:relative;
	padding-left: 25px;
}

.testimonial-block-two .inner-box .rating li{
	position:relative;
	margin-right:2px;
	display:inline-block;
}

.testimonial-block-two .inner-box .rating li span{
	position:relative;
	color:#554c86;
	font-size:14px;
}

.testimonial-style-two .owl-controls{
	display:none !important;
}

/*** 

====================================================================
	Consultation Section
====================================================================

***/

.consultation-section{
	position:relative;
	background-attachment:fixed;
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
	padding:150px 0px 70px 0px;
}

.consultation-section:before{
	position:absolute;
	content:'';
	width:100%;
	height:100%;
	left:0px;
	top:0px;
	display:block;
	background-color:rgba(58,57,75,0.97);
}

.consultation-section .form-box{
	position:relative;
	background-color:#ffffff;
	padding:0px 100px 0px 40px;
}

.consultation-section .form-box .image-column .image-box{
	position:relative;
	margin-top:-65px;
}

.consultation-section .form-box:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	background-color:rgba(255,255,255,0.90);
}

.consultation-section .form-box .background-image{
	position:absolute;
	left:0px;
	top:0px;
	width:50%;
	height:100%;
	opacity:0.10;
	background-repeat:no-repeat;
	background-position:left top;
}

.consultation-section .form-box .form-column{
	position:relative;
	padding:65px 0px 45px 0px;
}

.consultation-section .form-box .form-column .sec-title-one{
	text-align:left !important;
	margin-bottom:35px;
}

.consultation-section .form-box .form-column .sec-title-one h4{
	font-size:14px;
	font-weight:400;
}

.consultation-section .consultation-contact{
	position:relative;
	margin-top:40px;
	text-align:center;
}

.consultation-section .consultation-contact h2{
	position:relative;
	color:#ffffff;
	font-size:26px;
	font-weight:400;
	margin-bottom:8px;
	font-family: 'Vollkorn', serif;
}

.consultation-section .consultation-contact span{
	font-size:30px;
	margin-left:12px;
}

.consultation-section .consultation-contact h4{
	color:#c4d114;
	font-size:14px;
	font-weight:500;
	font-family: 'Poppins', sans-serif;
}

/*** 

====================================================================
	Default Form Style
====================================================================

***/

.default-form{
	position:relative;
}

.default-form .form-outer{
	position:relative;
	max-width:920px;
	margin:0 auto;
}

.default-form .form-outer button{
	margin-top:20px;
}

.default-form .form-group{
	position:relative;
	margin-bottom:20px;
	padding:0px 10px;
}

.default-form input[type="text"],
.default-form input[type="email"],
.default-form input[type="password"],
.default-form select,
.default-form textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:30px;
	padding:10px 15px;
	height:50px;
	color:#222222;
	font-size:16px;
	border:1px solid transparent;
	background-color:#f5f6f6;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	transition:all 300ms ease;
}

.default-form textarea{
	resize:none;
	height:110px;
	background-color:#f5f6f6;
}

.default-form input:focus,
.default-form select:focus,
.default-form textarea:focus{
	border-color:#c4d114;	
}

.default-form input.error,
.default-form select.error,
.default-form textarea.error{
	border-color:#c4d114;	
}

.default-form label.error{
	color:#ff0000;
	line-height:20px;
	padding:10px 0px 0px 0px;
	text-transform:capitalize;
	font-weight:400;
	font-size:14px;
}

.default-form select{
	cursor:pointer;
	-webkit-appearance:none;
	-ms-appearance:none;
	-o-appearance:none;
	-moz-appearance:none;
	background:url(../images/icons/icon-select.png) right center no-repeat;	
}

.default-form select option{
	text-indent:15px;	
}

.default-form button{
    padding: 12px 42px;
	margin-top:10px;
	font-weight:600;
}

/*** 

====================================================================
	News Section
====================================================================

***/

.news-section{
	position:relative;
	padding:150px 0px 50px 0px;
}

.news-section.alternate{
	padding-bottom:100px;
}

.news-style-one{
	position:relative;
	margin-bottom:50px;	
}

.news-style-one .inner-box{
	position:relative;
	background:#ffffff;
	border:1px solid #ececec;
}

.news-style-one .image-box{
	position:relative;
	overflow:hidden;
}

.list-view .news-style-one .image-box{
	float:left;
	width:42%;	
}

.news-style-one .image-box img{
	display:block;
	width:100%;	
}

.news-style-one .content{
	position:relative;
	padding:30px 30px 20px 30px;
}

.news-style-one .tags{
	position:relative;
	margin-bottom:15px;
	color:#c4d114;
}

.news-style-one .tags .icon{
	font-size:14px;
}

.news-style-one .tags .tag{
	color:#c4d114;
	font-size:16px;
	font-family: 'Josefin Sans', sans-serif;
}

.news-style-one h3{
	font-size:20px;
	margin-bottom:12px;
	font-weight:400;
	color:#45445a;
    line-height: 1.4em;
}

.news-style-one h3 a{
	color:#45445a;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.news-style-one a:hover{
	color:#c4d114;	
}

.news-style-one .text{
	font-size:16px;
	color:#777777;
	font-family: 'Josefin Sans', sans-serif;
}

.news-style-one .text p{
	/*margin-bottom:20px;*/
	font-size:16px;
}

.news-style-one .post-info{
	position:relative;
	border-top:1px solid #f0f0f0;
	padding:20px 30px;
	font-size:14px;
}

.news-style-one .post-info li{
	position:relative;
	font-size:15px;
	color:#515065;
	font-weight:400;
	font-family: 'Vollkorn', serif;	
}

.news-style-one .post-info li a{
	color:#515065;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.news-style-one .post-info li a:hover{
	color:#c4d114;
}

.news-style-one .post-info li .fa,
.news-style-one .post-info li .author-thumb{
	padding-right:10px;	
}

.news-section.style-two{
	padding-bottom:0px;
}

.news-section.style-two .news-style-one .inner-box{
	border:0px;
}

.post-share-options{
    position: relative;
    padding: 22px 0px;
    border-top: 1px solid #e0e0e0;
    margin: 0px 45px;
}

.post-share-options .tags a{
	position:relative;
	color:#45445a;
	font-size:15px;
	font-weight:400;
	font-family: 'Vollkorn', serif;
}

.post-share-options .tags a:hover{
	color:#c4d114;
}

.post-share-options .tags{
	padding-top:5px;
	margin-bottom:0px;	
}

.post-share-options .tags strong{
	color:#45445a;
	font-size:15px;
	font-weight:400;
	font-family: 'Vollkorn', serif;
}

.post-share-options .share-tag a{
	color:#45445a;
	font-size:16px;
	font-weight:400;
	font-family: 'Vollkorn', serif;
}

/*** 

====================================================================
	Subscribe Style One
====================================================================

***/

.subscribe-style-one{
	position:relative;
	top:65px;
	z-index:9;
}

.subscribe-style-one h3{
	position:relative;
	color:#ffffff;
	font-size:20px;
	margin-bottom: 14px;
	line-height:1.4em;
}

.subscribe-style-one .secction-inner{
	position:relative;
	background-color:#554c86;
	padding:40px 50px 20px 50px;
}

.news-letter form{
	position:relative;
}

.news-letter .form-group{
    position: relative;
    margin-bottom: 0px;
}

.news-letter .form-group input[type="email"]{
    position: relative;
    display:inline-block;
    line-height: 35px;
    padding:5px 5px 5px 0px;
	margin-bottom:15px;
    color: #ffffff;
	width:100%;
    font-size: 15px;
	border-bottom:1px solid rgba(255,255,255,0.10);
    background: transparent;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.news-letter .form-group input[type="email"]:focus{
	border-bottom:1px solid rgba(255,255,255,0.60);
}

.news-letter .form-group input[type="submit"],
.news-letter .form-group button {
	position:relative;
	padding:9px 38px;
    float: right;
    color: #ffffff;
	border-radius:3px;
    font-size: 12px;
	display:inline-block;
	width:100%;
    background: #423a6c;
	text-align: center;
	font-weight:600;
	text-transform:uppercase;
}

.news-letter .form-group button:hover{
	background:#c4d114;	
}

/*** 

====================================================================
	Main Footer
====================================================================

***/

.main-footer{
	position:relative;
	padding:140px 0px 0px 0px;
	background-color:#f5f6f6;
}

.main-footer .text{
	position:relative;
	margin-top:25px;
	margin-bottom:30px;
	font-size:18px;
	color:#777777;
	font-family: 'Josefin Sans', sans-serif;
}

.main-footer .follow{
	position:relative;
	color:#45445a;
	font-size:13px;
	font-weight:600;
	margin-bottom:5px;
	text-transform:uppercase;
	font-family: 'Poppins', sans-serif;
}

.main-footer .footer-bottom{
	position:relative;
	color:#aaaaaa;
	margin-top:50px;
	padding:26px 0px;
	font-size:16px;
	text-align:center;
	background-color:#ffffff;
	font-family: 'Josefin Sans', sans-serif;
}

.main-footer.style-two{
	background-color:#282828;
}

.main-footer.style-two h3{
	color:#ffffff;
}

.main-footer .footer-widget{
	position:relative;
	margin-bottom:40px;
}

.main-footer .footer-widget h2{
	position:relative;
	color:#45445a;
	font-size:22px;
	margin-bottom:20px;
	font-family: 'Vollkorn', serif;
}

/*** 

====================================================================
	Gallery Widget
====================================================================

***/

.main-footer .gallery-widget .image{
	position:relative;
	float:left;
	width:33.333%;
	padding:0px 5px 5px 0px;	
}

.main-footer .gallery-widget .image img{
	position:relative;
	display:block;
	width:100%;
	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;	
}

.main-footer .gallery-widget .image img:hover{
	opacity:0.70;	
}

/*** 

====================================================================
	Contact Widget
====================================================================

***/

.contact-widget ul{
	position:relative;
}

.contact-widget ul li{
	position:relative;
	color:#777777;
	font-size:16px;
	margin-bottom:12px;
	font-family: 'Josefin Sans', sans-serif;
}

/*** 

====================================================================
	Info Section
====================================================================

***/

.info-section{
	position:relative;
}

.info-section .info-title{
	position:relative;
	padding:60px 0px;
	background-attachment:fixed;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}

.info-section .info-title:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background-color:rgba(58,57,75,0.98);
}

.info-section .info-title h4{
    position: relative;
    color: #c4d114;
	margin-top:7px;
    font-size: 16px;
    font-weight: 600;
	text-transform:uppercase;
    font-family: 'Poppins', sans-serif;
}

.info-section .info-title h2{
	position: relative;
    color: #ffffff;
    font-size: 30px;
    font-weight: 400;
}

.info-section .info-box{
	position:relative;
	background-attachment:fixed;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}

.info-section .info-box:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background-color:rgba(245,246,246,0.97);
}

.info-section .info-box .image-column{
	position:relative;
}

.info-section .info-box .image-column img{
	position:relative;
	margin-top:30px;
}

.info-section .info-box .info-column .info-number-box{
	position:relative;
	padding:50px 68px;
}

.info-section .info-box .info-column .info-number-box h3{
	position:relative;
	color:#45445a;
	font-size:26px;
}

.info-section .info-box .info-column .info-number-box h3 .number{
	font-size:30px;
}

.info-section .info-box .info-column .info-number-box .skype{
	position:relative;
	color:#8dd0d3;
	font-size:14px;
	font-weight:500;
	text-transform:uppercase;
}

.info-section .info-box .info-column .info-detail{
	position:relative;
	padding:80px 60px;
	margin-top:-50px;
	background-color:#ffffff;
}

.info-section .info-box .info-column .info-detail h3{
	position:relative;
	color:#45445a;
	font-size:28px;
	font-weight:400;
}

.info-section .info-box .info-column .info-detail .skill{
	position:relative;
	color:#8dd0d3;
	font-size:14px;
	text-transform:uppercase;
}

.info-section .info-box .info-column .info-detail .text{
	position:relative;
	font-size:18px;
	color:#777777;
	margin-top:20px;
	font-family: 'Josefin Sans', sans-serif;
}

.info-section .info-box .info-column .info-detail h4{
	font-size:14px;
	color:#45445a;
	font-weight:500;
	margin:40px 0px 20px 0px;
	text-transform:uppercase;
	font-family: 'Poppins', sans-serif;
}

.info-section .info-box .info-column .info-detail .fact-list{
	position:relative;
}

.info-section .info-box .info-column .info-detail .fact-list li{
	position:relative;
	font-size:18px;
	color:#45445a;
	padding-left:20px;
	margin-bottom:10px;
	font-family: 'Josefin Sans', sans-serif;
}

.info-section .info-box .info-column .info-detail .fact-list li:before{
	position:absolute;
	content:'\f00c';
	left:0px;
	top:0px;
	color:#c4d114;
	font-size:14px;
	font-family: 'FontAwesome';
}

/*** 

====================================================================
	Featured Style One
====================================================================

***/

.featured-style-one{
	position:relative;
	padding:150px 0px 120px 0px;
	background-attachment:fixed;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}

.featured-style-one:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background-color:rgba(58,57,75,0.97);
}

.featured-style-one .owl-controls{
	display:none !important;
}

.featured-block{
	position:relative;
	margin-bottom:30px;
}

.featured-block .inner-box{
	position:relative;
}

.featured-block .inner-box .image-box{
	position:relative;
}

.featured-block .inner-box .image-box img{
	position:relative;
	width:100%;
	display:block;
}

.featured-block .inner-box .caption{
	position:relative;
	text-align:center;
	background-color:#f9f9f9;
}

.featured-block .inner-box .caption a{
	position:relative;
	color:#45445a;
	font-size:20px;
	display:block;
	padding:26px 0px;
	background-color:#f9f9f9;
	font-family: 'Vollkorn', serif;
}

/*** 

====================================================================
	Featured Style Two
====================================================================

***/

.featured-style-one.style-two{
	padding-top:30px;
}

.featured-style-one.style-two:before{
	display:none;
}

.featured-style-one.style-two .btn-style-one{
	position: relative;
	margin-top:40px;
    display: inline-block;
}

/*** 

====================================================================
	Moment Section
====================================================================

***/

.moment-section{
	position:relative;
	padding:150px 0px 110px 0px;
}

.moment-section .image-column{
	position:relative;
}

.moment-section .image-column img{
	position:relative;
	width:100%;
	display:block;
}

.moment-section .moment-detail{
	position:relative;
	padding:70px;
	background-color:#f5f6f6;
    margin: 45px 0px 0px -80px;
}

.moment-section .moment-detail h3{
    position: relative;
    color: #45445a;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 400;
}

.moment-section .moment-detail h3 span{
	color: #8dd0d3;
}

.moment-section .moment-detail .text{
	position: relative;
}

.moment-section .moment-detail .text p{
	position: relative;
    color: #777777;
    font-size: 18px;
    margin-bottom: 20px;
    font-family: 'Josefin Sans', sans-serif;
}

/*** 

====================================================================
	Successful Section
====================================================================

***/

.successful-section{
	position:relative;
	padding:150px 0px 100px 0px;
	background-color:#f5f6f6;
}

.services-block-two{
	position:relative;
	padding:0px 45px;
	margin-bottom:50px;
}

.services-block-two:after{
	position: absolute;
    content: '';
    left: 100%;
    top: 50%;
    width: 60px;
    height: 1px;
    margin-top: -30px;
    background-color: #dcdddd;
    margin-left: -28px;
}

.services-block-two:last-child::after{
	display:none;
}

.services-block-two .inner-box{
	position:relative;
}

.services-block-two .inner-box:hover .image-box .inner-box .overlay-box{
	background-color:rgba(0,0,0,0.50);
}

.services-block-two .inner-box .image-box{
	position:relative;
	padding:8px;
	width:212px;
	height:212px;
	overflow:hidden;
	border-radius:50%;
	margin:0 auto;
	text-align:center;
	border:2px dashed #d1d1d1;
}

.services-block-two .inner-box .image-box img{
	border-radius:50%;
	width:100%;
	display:block;
}

.services-block-two .inner-box .image-box .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	text-align:center;
	border-radius:50%;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
}

.services-block-two .inner-box .image-box .overlay-box .text{
	color:#ffffff;
	font-size:20px;
    top: 50%;
    font-family: 'Josefin Sans', sans-serif;
    margin-top: -20px;
}

.services-block-two .inner-box .text{
	position:relative;
	font-size:18px;
	color:#777777;
	margin-top:25px;
	text-align:center;
	font-family: 'Josefin Sans', sans-serif;
}

.services-block-two.contact-box .inner-box .image-box .overlay-box{
	background-color:#554c86;
}

.services-block-two.appointment .inner-box .image-box .overlay-box{
	background-color:#3a394b;
}

.services-block-two.analysis .inner-box .image-box .overlay-box{
	background-color:#c4d114;
}

.services-block-two.success .inner-box .image-box .overlay-box{
	background-color:#8dd0d3;
}

/*** 

====================================================================
	Consultation Form
====================================================================

***/

.consultation-form{
	position:relative;
	background-attachment:fixed;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	padding:130px 0px;
}

.consultation-form:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background-color:rgba(58,57,75,0.97);
}

.consultation-form .default-form .column{
	padding:0px;
}

.consultation-form .default-form .form-group input{
	height:46px;
	line-height:26px;
}

.consultation-form .default-form .form-group input,
.consultation-form .default-form .form-group textarea{
	background-color:#ffffff;
	border-radius:2px;
}

/*** 

====================================================================
	Testimonial Block Three
====================================================================

***/

.testimonial-style-three{
	position:relative;
	background-color:#f5f6f6;
	padding:150px 0px;
}

.testimonial-block-three{
	position:relative;
}

.testimonial-block-three .inner-box{
	position:relative;
	padding-left:165px;
}

.testimonial-block-three .inner-box .image-box{
	position:absolute;
	left:0px;
	top:0px;
	width:155px;
	height:155px;
	border-radius:50%;
	overflow:hidden;
}

.testimonial-block-three .inner-box .image-box img{
	border-radius:50%;
}

.testimonial-block-three .inner-box .text{
	position:relative;
	color:#777777;
	font-size:20px;
	padding:30px 0px 8px 25px;
	font-family: 'Josefin Sans', sans-serif;
}

.testimonial-block-three .inner-box .text .quote-left-icon{
	position:absolute;
	left:0px;
	top:22px;
	color:#edf1b8;
	font-size:20px;
}

.testimonial-block-three .inner-box .text .quote-right-icon{
	position:relative;
	right:-5px;
	bottom:-5px;
	color:#edf1b8;
	font-size:20px;
}

.testimonial-block-three .inner-box .author-name{
	position:relative;
	font-size:13px;
	font-weight:600;
	color:#45445a;
	margin-top:10px;
	padding-left: 25px;
}

.testimonial-block-three .inner-box .rating{
	position:relative;
	padding-left: 25px;
}

.testimonial-block-three .inner-box .rating li{
	position:relative;
	margin-right:2px;
	display:inline-block;
}

.testimonial-block-three .inner-box .rating li span{
	position:relative;
	color:#554c86;
	font-size:14px;
}

.testimonial-style-three .owl-controls{
	display:none !important;
}

/*** 

====================================================================
	About Info
====================================================================

***/

.about-info{
	position:relative;
	padding-top:150px;
}

.about-info .about-title{
	position:relative;
	margin-bottom:40px;
}

.about-info .about-title .text{
	position:relative;
	color:#c4d114;
	font-weight:600;
	margin-bottom:8px;
	text-transform:uppercase;
}

.about-info .about-title h2{
	position:relative;
	color:#45445a;
	font-size:40px;
	font-weight:400;
	line-height:1em;
	font-family: 'Vollkorn', serif;
}

.about-info .about-title h3{
	position:relative;
	color:#45445a;
	font-family: 'Vollkorn', serif;
	font-size:22px;
	font-weight:400;
}

.about-info .text{
	position:relative;
	margin-bottom:40px;
}

.about-info .text p{
	position:relative;
	font-size:18px;
	color:#777777;
	line-height:1.4em;
	margin-bottom:20px;
	font-family: 'Josefin Sans', sans-serif;
}

.about-info .text p:last-child{
	margin-bottom:0px;
}

.about-info .about-contact{
	position:relative;
	margin-bottom:40px;
}

.about-info .about-contact h4{
	position:relative;
	font-size:26px;
	color:#45445a;
	font-weight:400;
}

.about-info .about-contact .text{
	position:relative;
	color:#8dd0d3;
	text-transform:uppercase;
	font-weight:500;
	margin-bottom:10px;
	line-height:1.4em;
}

.about-info .about-contact h3{
	position:relative;
	font-size:30px;
	font-weight:400;
	color:#45445a;
}

/*** 

====================================================================
	Video Section
====================================================================

***/

.video-section{
	position:relative;
	background-size:cover;
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-color:#243a51;
}

.video-section .play-link{
	position:relative;
	display:block;
	text-align:center;
	left:0px;
	top:0px;
	font-size:24px;
	font-weight:400;
	width:100%;
	height:100%;
	color:#ffffff;
	padding:150px 0px 140px 0px;
	background:rgba(58,57,75,0.90);	
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
}

.video-section .play-link .icon-box{
	position:relative;
	display:block;
	width:74px;
	height:74px;
	line-height:74px;
	margin:0 auto;
	color:#c4d114;
	background:#ffffff;
	padding-left:5px;
	margin-bottom:12px;
	border-radius:50%;	
}

.video-section h3{
	position:relative;
	color:#ffffff;
	font-size:27px;
	font-family: 'Vollkorn', serif;
}

.video-section .text{
	position:relative;
	color:#c4d114;
	font-size:12px;
	font-weight:600;
	text-transform:uppercase;
}

/*** 

====================================================================
	Service Style Two
====================================================================

***/

.service-style-two{
	position:relative;
	padding:150px 0px 100px 0px;
	background-attachment:fixed;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}

.service-style-two:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	background-color:rgba(245,246,246,0.96);
}

.service-block-two{
	position:relative;
	text-align:center;
	margin-bottom:50px;
}

.service-style-two .inner-box{
	position:relative;
	background-color:#ffffff;
	padding:72px 60px;
}

.service-style-two .inner-box .image-box{
	position:relative;
}

.service-style-two .inner-box h3 a{
	position:relative;
	font-size:20px;
	color:#515064;
	display:inline-block;
	margin-top:10px;
	line-height:1.6em;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
}

.service-style-two .inner-box h3 a:hover{
	color:#c4d114;
}

/*** 

====================================================================
	Story Section
====================================================================

***/

.story-section{
	position:relative;
	padding:150px 0px 110px 0px;
}

.story-section .text-column{
	position:relative;
}

.story-section .text-column img{
	width:100%;
	margin-bottom:40px;
}

.story-section .text-column .inner-box{
	position:relative;
}

.story-section .text-column .inner-box h4{
	position:relative;
	color:#c4d114;
	font-size:16px;
	font-weight:600;
	margin-bottom:10px;
	text-transform:uppercase;
    font-family: 'Poppins', sans-serif;
}

.story-section .text-column .inner-box h2{
	position:relative;
	font-size:40px;
	color:#45445a;
	font-weight:400;
	line-height:1em;
	font-family: 'Vollkorn', serif;
}

.story-section .text-column .inner-box h3{
	font-size:18px;
	color:#45445a;
	font-weight:400;
	margin-top:20px;
	margin-bottom:30px;
	font-family: 'Vollkorn', serif;
}

.story-section .text-column .inner-box h3 span{
	color:#8dd0d3;
}

/*** 

====================================================================
	Story Testimonial
====================================================================

***/

.story-testimonial{
	position:relative;
}

.story-testimonial .single-item-carousel{
	position:relative;
}

.story-testimonial .outer{
	position:relative;
	border:1px solid #ececec;
}

.testimonial-block-four{
	position:relative;
}

.testimonial-block-four .inner-box{
	position:relative;
	padding:35px;
	padding-bottom:100px;
	text-align:center;
}

.story-testimonial .outer h3{
	position:relative;
	text-align:center;
	color:#45445a;
	font-size:24px;
	font-weight:400;
	padding:35px 0px 15px;
	margin:0px 35px;
	border-bottom:1px solid #ececec;
}

.testimonial-block-four .image-box{
	position:relative;
	width:60px;
	height:60px;
	margin:0 auto;
	margin-bottom:20px;
	border-radius:50%;
	overflow:hidden;
}

.testimonial-block-four .image-box img{
	border-radius:50%;
}

.testimonial-block-four .text{
	position:relative;
	color:#777777;
	font-size:19px;
    line-height: 1.6em;
	font-family: 'Josefin Sans', sans-serif;
}

.testimonial-block-four .text .quote-left-icon{
	position: absolute;
    left: -2px;
    top: -2px;
    color: #edf1b8;
    font-size: 20px;
}

.testimonial-block-four .text .quote-right-icon{
	position: relative;
    right: -5px;
    bottom: -5px;
    color: #edf1b8;
    font-size: 20px;
}

.testimonial-block-four h4{
	position:relative;
	font-size:13px;
	color:#45445a;
	font-weight:600;
	margin-top:20px;
	font-family: 'Poppins', sans-serif;
}

.testimonial-block-four .rating{
	position:relative;
	margin-top:5px;
}

.testimonial-block-four .rating li{
	position:relative;
	margin-right:2px;
	display:inline-block;
}

.testimonial-block-four .rating li span{
	position:relative;
	color:#554c86;
	font-size:14px;
}

.story-testimonial .owl-controls{
	margin:0px;	
}

.story-testimonial .owl-controls .owl-dots{
	display:none !important;
}

.story-testimonial .owl-controls .owl-nav{
	position:absolute;
	left:0px;
	width:100%;
	bottom:0px;
	border-top:1px solid #ececec;
}

.story-testimonial .owl-controls .owl-nav .owl-prev,
.story-testimonial .owl-controls .owl-nav .owl-next{
	width: 50%;
    display: inline-block;
    margin: 0px;
	padding:20px;
	color:#777777;
	font-size:25px;
	background-color:inherit;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
}

.story-testimonial .owl-controls .owl-nav .owl-prev:hover,
.story-testimonial .owl-controls .owl-nav .owl-next:hover{
	background-color:inherit;
	color:#edf1b8;
}

.story-testimonial .owl-controls .owl-nav .owl-prev{
	border-right:1px solid #ececec;
}

.successful-steps{
	position:relative;
	background-attachment:fixed;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	padding:120px 0px 100px 0px;
}

.successful-steps:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	background-color:rgba(58,57,75,0.96);
}

.successful-steps{
	position:relative;
}

/*Step Column*/

.steps-outer{
	position:relative;
	padding-top:50px;
	border-top:1px solid #545463;
}

.step-box{
	position:relative;
	margin-bottom:50px;
}

.step-box .inner-box{
	position:relative;
}

.step-box .inner-box h3{
	position:relative;
	color:#8dd0d3;
	font-size:22px;
	font-weight:700;
	padding:10px 0px 15px 0px;
	font-family: 'Josefin Sans', sans-serif;
}

.step-box .inner-box .text{
	position:relative;
	color:#aaaaaa;
	font-size:18px;
	font-family: 'Josefin Sans', sans-serif;
}

/*** 

====================================================================
	Twitter Testimonial
====================================================================

***/

.twitter-feeds-section{
	position:relative;
	padding:80px 0px;
	background-color:#8dd0d3;
}

.twitter-feeds-section .single-item-carousel{
	padding-right:50px;
}

.twitter-feeds-section .feed{
	position:relative;
}

.twitter-feeds-section .feed .inner-box{
	position:relative;
}

.twitter-feeds-section .feed .inner-box .text{
	position:relative;
	color:#ffffff;
	font-size:24px;
	padding-left:50px;
	font-family: 'Vollkorn', serif;
	word-wrap:break-word;
}

.twitter-feeds-section .feed .inner-box .text:before{
	position:absolute;
	content:'\f099';
	left:0px;
	top:0px;
	font-size:36px;
	color:#ffffff;
	font-family: 'FontAwesome';
}

.twitter-feeds-section .owl-theme .owl-controls{
	margin:0px;	
}

.twitter-feeds-section .owl-theme .owl-controls .owl-nav{
	position:absolute;
	right:0px;
	top:50%;
	margin-top:-30px;
	width:35px;
}

.twitter-feeds-section .owl-theme .owl-controls .owl-dots{
	display:none !important;
}

.twitter-feeds-section .owl-theme .owl-controls .owl-nav [class*="owl-"]{
	margin:0px 0px 10px 0px ;
	width:30px ;
	height:30px ;
	line-height:22px ;
	text-align:center;
	color:#ffffff ;
	font-size:14px ;
	background:rgba(255,255,255,0.15) ;
	border-radius:5px ;
	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;	
}

.twitter-feeds-section .owl-theme .owl-controls .owl-nav [class*="owl-"]:hover{
	background-color:rgba(255,255,255,0.50) !important;
}

/*** 

====================================================================
	Page Title
====================================================================

***/

.page-title{
	position:relative;
	background-attachment:fixed;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	text-align:center;
	padding:140px 0px 90px 0px;
	margin-top:-65px;
}

.page-title:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background-color:rgba(63,62,80,0.40);
}

.page-title h2{
	position:relative;
	font-size:50px;
	font-weight:600;
	color:#ffffff;
	text-transform:uppercase;
	font-family: 'Poppins', sans-serif;
}

/*** 

====================================================================
	Story Box
====================================================================

***/

.successful-story{
	position:relative;
	padding:150px 0px 90px 0px;
}

.story-box{
	position:relative;
	padding-bottom:60px;
	margin-bottom:60px;
	border-bottom:1px solid #e7e7e7;
}

.story-box:last-child{
	border:0px;
	margin-bottom:0px;
	padding-bottom:0px;
}

.story-box .inner-box{
	position:relative;
}

.story-box .inner-box .image-box{
	position:relative;
}

.story-box .inner-box .image-box img{
	position:relative;
	width:100%;
	display:block;
}

.story-box .inner-box .content-column{
	position:relative;
	padding:60px 50px;
}

.story-box .inner-box .content-column h3{
	position:relative;
	color:#45445a;
	font-size:18px;
	font-weight:400;
	margin-bottom:15px;
}

.story-box .inner-box .content-column h3 span{
	color:#8dd0d3;
}

.story-box .inner-box .content-column .text{
	position:relative;
}

.story-box .inner-box .content-column .text p{
	position:relative;
	color:#777777;
	font-size:18px;
	margin-bottom:20px;
	font-family: 'Josefin Sans', sans-serif;
}

/*** 

====================================================================
	Events Section Style
====================================================================

***/

.events-section{
	position:relative;
	padding:120px 0px 85px 0px;
}

.events-search{
	position:relative;
	margin-bottom:80px;
	background-color:#f9f9f9;
	padding:28px 50px 25px 50px;
}

.events-search-form{
	position:relative;
}

.events-search-form .form-group{
	position:relative;
	margin-bottom:20px;	
}

.events-search-form .form-group .field-label{
	position:relative;
	display:block;
	line-height:24px;
	font-size:20px;
	font-weight:500;
	color:#45445a;
	margin-bottom:10px;
	text-transform:capitalize;
	font-family: 'Vollkorn', serif;
}

.events-search-form .form-group input[type="text"],
.events-search-form .form-group input[type="email"],
.events-search-form .form-group input[type="url"],
.events-search-form .form-group input[type="tel"],
.events-search-form .form-group select,
.events-search-form .form-group textarea{
	position:relative;
	display:block;
	line-height:24px;
	font-size:16px;
	padding:10px 20px;
	height:46px;
	color:#111111;
	width:100%;
	background:#ffffff;
	border:1px solid #ececec;
	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;
	border-radius:3px;
	font-family: 'Josefin Sans', sans-serif;
}

.events-search-form .form-group input:focus{
	border-color:#c4d114;	
}

.events-search-form button{
	display:block;
	width:100%;
	letter-spacing:1px;
	line-height:24px;
	padding:11px 20px;
	text-align:center;	
}

.event-item{
	position:relative;
	margin-bottom:40px;
}

.event-item .inner-box{
	position:relative;
}

.event-item .inner-box .image-box{
	position:relative;
}

.event-item .inner-box .image-box img{
	position:relative;
	width:100%;
	display:block;
}

.event-item .inner-box .lower-content{
	position:relative;
	text-align:center;
	display:block;
	margin-top:-20px;
}

.event-item .inner-box .lower-content .date{
	position:relative;
	color:#ffffff;
	font-size:14px;
	background-color:#8dd0d3;
	padding:7px 40px;
	border-radius:3px;
	font-weight:600;
	margin-bottom:15px;
	display:inline-block;
}

.event-item .inner-box .lower-content h3 a{
	position:relative;
	font-size:20px;
	color:#45445a;
	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;
}

.event-item .inner-box .lower-content h3 a:hover{
	color:#c4d114;
}

.event-item .inner-box .lower-content .text{
	position:relative;
	color:#777777;
	font-size:16px;
	font-family: 'Josefin Sans', sans-serif;
}

.events-section a{
	margin-top:40px;
}

/*** 

====================================================================
	Event Sidebar Page
====================================================================

***/

.sidebar-page{
	position:relative;
	padding:120px 0px 60px 0px;
}

.event-detail .inner-box{
	position:relative;
}

.event-detail .inner-box .image-box{
	position:relative;
}

.event-detail .inner-box .image-box img{
	position:relative;
	width:100%;
	display:block;
}

.event-detail .inner-box .content-box{
	position:relative;
	padding:35px 35px 50px 35px;
	border:1px solid #ececec;
	border-top:0px;
	margin-bottom:40px;
}

.event-detail .inner-box .content-box .detail-header{
	position:relative;
}

.event-detail .inner-box .content-box .detail-header h3 a{
	position:relative;
	color:#45445a;
	font-size:24px;
}

.event-detail .inner-box .content-box .detail-header .column-info{
	position:relative;
	color:#c4d114;
	font-size:16px;
	font-weight:600;
	font-family: 'Josefin Sans', sans-serif;
}

.event-detail .inner-box .content-box .detail-header .date{
	position: relative;
    color: #ffffff;
    font-size: 14px;
    background-color: #8dd0d3;
    padding: 10px 40px;
    border-radius: 3px;
    font-weight: 600;
    margin-bottom: 15px;
    display: inline-block;
}

.event-detail .inner-box .content-box .text{
	position:relative;
	margin-top:15px;
	margin-bottom:30px;
}

.event-detail .inner-box .content-box .text p{
	position:relative;
	color:#777777;
	font-size:18px;
	margin-bottom:18px;
	font-family: 'Josefin Sans', sans-serif;
}

.event-detail .inner-box .content-box .text p:last-child{
	margin-bottom:0px;
}

.event-detail .inner-box .content-box .tags{
	position:relative;
	margin-top:45px;
}

.event-detail .inner-box .content-box .tags .join-now{
	letter-spacing:1px;
}

.event-detail .inner-box .content-box .tags .tag-nav{
	position:relative;
	text-align:right;
}

.event-detail .inner-box .content-box .tags .tag-nav li{
	position:relative;
	color:#45445a;
	font-size:12px;
	font-weight:500;
	margin-right:10px;
	display:inline-block;
	text-transform:uppercase;
}

.event-detail .inner-box .content-box .tags .tag-nav li a{
	position:relative;
	color:#45445a;
	font-size:12px;
	font-weight:500;
}

.event-detail .inner-box .content-box .tags .tag-nav li .share-btn{
	position:relative;
	width:46px;
	height:46px;
	line-height:42px;
	font-size:18px;
	text-align:center;
	border-radius:50%;
	display:inline-block;
	border:2px solid #e9e9e9;
}

.event-detail .inner-box .map-detail{
	position:relative;
	padding:50px 30px 70px 30px;
}

.event-detail .inner-box .map-detail h3{
	position:relative;
	color:#45445a;
	font-size:20px;
}

/*** 

====================================================================
	Blog Sidebar
====================================================================

***/

.sidebar-page-container{
	position:relative;
	padding:120px 0px 50px;
}

.sidebar-page-container .sidebar{
	position:relative;
	padding-left:50px;
}

.sidebar-page-container .sidebar,
.sidebar-page-container .content-side{
	margin-bottom:30px !important;	
}

.sidebar .sidebar-widget{
	position:relative;
	margin-bottom:35px;	
}

/*Search form*/

.sidebar .search-box .form-group{
	position:relative;
	margin:0px;	
}

.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"]{
	position:relative;
	line-height:26px;
	padding:10px 40px 10px 20px;
	border:1px solid #ececec;
	background:#ffffff;
	color:#1c1c1c;
	display:block;
	font-size:16px;
	width:100%;
	height:50px;
	font-family: 'Vollkorn', serif;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.sidebar .search-box .form-group input:focus{
	border-color:#cbd731;	
}

.sidebar .search-box .form-group button{
	position:absolute;
	right:0px;
	top:0px;
	height:48px;
	width:48px;
	line-height:48px;
	text-align:center;
	display:block;
	font-size:15px;
	color:#e7e7e7;
	background:none;
	font-weight:normal;
}

.sidebar .search-box .form-group input:focus + button,
.sidebar .search-box .form-group button:hover{
	color:#cbd731;
}

.sidebar .sidebar-title{
	position:relative;
	padding-bottom:25px;
}

.sidebar .sidebar-title h3{
	font-size:20px;
	color:#45445a;
	font-weight:400;
	text-transform:capitalize;
}

.sidebar .list{
	position:relative;
}

.sidebar .list li{
    position: relative;
    margin-bottom: 12px;
    line-height: 32px;
	padding-left:20px;
    padding-bottom: 8px;
	font-size:16px;
	color:#777777;
    border-bottom: 1px solid #ececec;
	font-family: 'Josefin Sans', sans-serif;
}

.sidebar .list li:last-child{
	border-bottom:0px;
}

.sidebar .list li:before{
	position:absolute;
	content:'';
	left:0px;
	top:12px;
	width:8px;
	height:8px;
	border-radius:50%;
	background-color:#c4d114;
}

.sidebar .list li a{
	position:relative;
	display:block;
	color:#3d3d3d;
	font-size:16px;
	font-weight:400;
}

.sidebar .list li a span{
	float:right;
}

.sidebar .list li a:hover{
	color:#c4d114;	
}

.sidebar .recent-posts .post{
	position:relative;
	font-size:13px;
	margin-bottom:25px;
	color:#cccccc;
	min-height:125px;
	padding-left:125px;
	border-bottom:1px solid #ececec;
}

.sidebar .recent-posts .post:last-child{
	border:0px;
	min-height:100px;
}

.sidebar .recent-posts .post .post-thumb{
	 position:absolute;
	 left:0px;
	 top:0px;
	 width:100px;	
}

.sidebar .recent-posts .post .post-thumb img{
	display:block;
	width:100%;	
}

.sidebar .recent-posts .post h4{
	font-size:18px;
	font-weight:400;
	margin:0px 0px 5px;
	line-height:1.4em;
	color:#45445a;
}

.sidebar .recent-posts .post a{
	color:#6ac610;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.sidebar .recent-posts .post a:hover{
	color:#c4d114;	
}

.sidebar .recent-posts .post h4 a{
	color:#292929;	
}

.sidebar .recent-posts .post-info{
	color:#554c86;
	font-size:15px;
	font-family: 'Josefin Sans', sans-serif;
}

.sidebar .recent-posts .post-info .icon{
	padding-right:5px;	
}

/*** 

====================================================================
	Styled List One
====================================================================

***/

.styled-list-one{
	position:relative;
}

.styled-list-one li{
	position:relative;
	padding-left:25px;
	color:#777777;
	font-size:17px;
	margin-bottom:10px;
	font-family: 'Josefin Sans', sans-serif;
}

.styled-list-one li:before{
	position:absolute;
	content:'';
	left:0px;
	top:12px;
	width:6px;
	height:6px;
	background-color:#c4d114;
}

.map-widget{
	position:relative;
}

.map-widget .inner-box{
	position:relative;
	border:1px solid #ececec;
}

.map-widget .inner-box .map-detail{
	position:relative;
	padding:0px 30px 0px 30px;
}

.map-widget .inner-box .event-heading{
	position:relative;
	font-size:20px;
	color:#45445a;
	font-weight:400;
	margin-bottom:12px;
	margin:0px 30px 15px 30px;
	padding:50px 0px 10px 0px;
	border-bottom:1px solid #ececec;
}

.map-widget .inner-box .map-detail li{
	position:relative;
	color:#45445a;
	margin-bottom:15px;
	padding-bottom:15px;
	border-bottom:1px solid #ececec;
}

.map-widget .inner-box .map-detail li strong{
	position:relative;
	color:#777777;
	margin-right:8px;
	font-size:16px;
	font-weight:400;
	font-family: 'Josefin Sans', sans-serif;
}

.map-widget .inner-box .map-detail li .info{
	position:relative;
	display:inline-block;
}

.map-widget .inner-box .price-box{
	position:relative;
	width:122px;
	height:122px;
	line-height:114px;
	color:#ffffff;
	font-size:27px;
	font-weight:600;
	text-align:center;
	margin:0 auto;
	margin-top:50px;
	border-radius:50%;
	background-color:#c4d114;
	border:6px solid #e4ea95;
}

.map-widget .inner-box .price-box sup{
	font-size:18px;
	font-weight:300;
}

.map-widget .inner-box .lower-box{
	position:relative;
	text-align:center;
	padding-bottom:60px;
}

.map-widget .inner-box .lower-box h3{
	position:relative;
	font-size:20px;
	color:#45445a;
	margin-top:30px;
	margin-bottom:20px;
	font-weight:400;
}

/*** 

====================================================================
	Portfolio Item
====================================================================

***/

.gallery-section{
	position:relative;
	padding:150px 0px 55px 0px;
}

.gallery-section .styled-pagination{
	margin-top:50px;
}

.portfolio-item{
	position:relative;
	margin-bottom:30px;
}

.portfolio-item .inner-box{
	position:relative;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.portfolio-item .image-box img{
	display:block;
	width:100%;	
}

.portfolio-item .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	background:rgba(0,0,0,0.60);
	opacity:0;
	visibility:hidden;
	-webkit-transform:scale(0,0);
	-ms-transform:scale(0,0);
	-moz-transform:scale(0,0);
	-o-transform:scale(0,0);
	transform:scale(0,0);
	-webkit-transition:all 400ms ease-out;
	-ms-transition:all 400ms ease-out;
	-o-transition:all 400ms ease-out;
	-moz-transition:all 400ms ease-out;
	transition:all 400ms ease-out;
}

.portfolio-item .inner-box:hover .overlay-box{
	-webkit-transform:scale(1,1);
	-ms-transform:scale(1,1);
	-o-transform:scale(1,1);
	-moz-transform:scale(1,1);
	transform:scale(1,1);
	opacity:1;
	visibility:visible;	
}

.portfolio-item .overlay-box .inner-content{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	padding:20px 40px;
	display:table;
	vertical-align:middle;
	text-align:center;	
}

.portfolio-item .overlay-box .content{
	display:table-cell;
	vertical-align:middle;
}

.portfolio-item .overlay-box h3{
	font-size:20px;
	font-weight:400;
	color:#ffffff;
	margin:20px auto 20px;
	line-height:1.4em;
}

.portfolio-item .overlay-box h3 a{
	color:#ffffff;
	-webkit-transition:all 400ms ease-out;
	-ms-transition:all 400ms ease-out;
	-o-transition:all 400ms ease-out;
	-moz-transition:all 400ms ease-out;
	transition:all 400ms ease-out;
}

.portfolio-item .overlay-box h3 a:hover{
	color:#c4d114;
}

.portfolio-item .overlay-box .arrow{
	position:relative;
	display:block;
	width:40px;
	height:40px;
	margin:0 auto;
	border:2px solid #ffffff;
	line-height:36px;
	font-size:15px;
	color:#ffffff;	
}

.portfolio-item .overlay-box .arrow:hover{
	background:#c4d114;
	border-color:#c4d114;	
}

/*** 

====================================================================
	Portfolio Item Two
====================================================================

***/

.masonry-gallery .images-container .items-container{
	margin-bottom:58px;
}

.masonry-item{
	position:relative;
	margin-bottom:40px;
	padding:0px 20px;
}

.masonry-item .inner-box{
	position:relative;
	overflow:hidden;
}

.masonry-item .inner-box .image-box{
	position:relative;
	overflow:hidden;
}

.masonry-item .inner-box .image-box img{
	position:relative;
	width:100%;
	display:block;
}

.masonry-item .inner-box .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	text-align:center;
	opacity:0;
	background: rgba(0,0,0,0.60);
    -webkit-transform: translate(-100%,0);
    -ms-transform: translate(-100%,0);
    -moz-transform: translate(-100%,0);
    -o-transform: translate(-100%,0);
    transform: translate(-100%,0);
    -webkit-transition: all 400ms ease-out;
    -ms-transition: all 400ms ease-out;
    -o-transition: all 400ms ease-out;
    -moz-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
}

.masonry-item .inner-box:hover .overlay-box{
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    -moz-transform: translate(0,0);
    transform: translate(0,0);
    opacity: 1;
    visibility: visible;
}

.masonry-item .inner-box .overlay-box .icon{
	position: absolute;
	left:50%;
	top:50%;
    width: 40px;
    height: 40px;
	text-align:center;
    border: 2px solid #ffffff;
    line-height: 36px;
    font-size: 15px;
    color: #ffffff;
	display: inline-block;
	margin:-20px 0px 0px -20px;
}

.masonry-item .inner-box .overlay-box .icon:hover{
	background:#c4d114;
	border-color:#c4d114;	
}

.masonry-item .inner-box .lower-box{
	position:relative;
	text-align:center;
	padding:20px 0px 12px 0px;
	border-bottom:1px solid #ececec;
}

.masonry-item .inner-box .lower-box h3 a{
	position:relative;
	color:#45445a;
	font-size:20px;
	font-weight:400;
	-webkit-transition: all 400ms ease-out;
    -ms-transition: all 400ms ease-out;
    -o-transition: all 400ms ease-out;
    -moz-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
}

.masonry-item .inner-box .lower-box h3 a:hover{
	color:#c4d114;
}

.masonry-item .inner-box .lower-box .text{
	position:relative;
	color:#777777;
	font-size:18px;
	font-family: 'Josefin Sans', sans-serif;
}

/*** 

====================================================================
	Styled Pagination
====================================================================

***/

.styled-pagination{
	position:relative;
}

.styled-pagination li{
	position:relative;
	margin-right:6px;
	display:inline-block;
}

.styled-pagination li a{
	position:relative;
	width:40px;
	height:40px;
	color:#45445a;
	font-size:15px;
	line-height:40px;
	border-radius:50%;
	text-align:center;
	display:inline-block;
	-webkit-transition: all 400ms ease-out;
    -ms-transition: all 400ms ease-out;
    -o-transition: all 400ms ease-out;
    -moz-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
}

.styled-pagination li a:hover,
.styled-pagination li.active a{
	background-color:#c4d114;
	color:#ffffff;
}

.styled-pagination li.next a{
	position:relative;
	width:auto;
	height:auto;
	color:#45445a;
	font-size:14px;
	line-height:20px;
	padding:8px 35px;
	border-radius:50px;
	border:1px solid #eaeaea;
	border-color:#eaeaea;
}

.styled-pagination li.next a:hover{
	color:#ffffff;
}

/*** 

====================================================================
	Blog Section
====================================================================

***/

.sidebar-page-container{
	position:relative;
}

.sidebar-page-container .classic-view{
	position:relative;
}

.sidebar-page-container .classic-view .news-style-one .inner-box .content{
	padding:40px 45px 30px 45px;
}

.sidebar-page-container .classic-view .news-style-one .inner-box .content .text{
	font-size:18px;
}

.sidebar-page-container .classic-view .news-style-one .inner-box .post-info{
	position:relative;
	margin:0px 45px;
	padding:20px 0px;
}

.sidebar-page-container .classic-view .styled-pagination{
	margin-top:80px;
}


/*** 

====================================================================
	Comment Form
====================================================================

 ***/

.comment-form .form-group{
	position:relative;
	margin-bottom:30px;	
	padding:0px 10px;
}

.comment-form .form-group:last-child{
	margin-bottom:0px;
}

.comment-form .group-title{
	margin-bottom:40px;
}

.comment-form .group-title h2{
	position:relative;
	color:#515065;
	font-size:20px;
}

.comment-form .form-group input[type="text"],
.comment-form .form-group input[type="password"],
.comment-form .form-group input[type="tel"],
.comment-form .form-group input[type="email"],
.comment-form .form-group select{
	position:relative;
	display:block;
	width:100%;
	line-height:28px;
	padding:10px 15px;
	color:#222222;
	border:1px solid #e9e9e9;
	height:50px;
	font-family: 'Josefin Sans', sans-serif;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}

.comment-form .form-group input[type="text"]:focus,
.comment-form .form-group input[type="password"]:focus,
.comment-form .form-group input[type="tel"]:focus,
.comment-form .form-group input[type="email"]:focus,
.comment-form .form-group select:focus,
.comment-form .form-group textarea:focus{
	border-color:#c4d114;
}

.comment-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:22px;
	padding:25px 25px;
	color:#222222;
	border:1px solid #e9e9e9;
	height:240px;
	resize:none;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	font-family: 'Josefin Sans', sans-serif;
}

.comment-form button{
    padding: 12px 102px;
	display:inline-block;
	margin-top:10px;
}

/*** 

====================================================================
	Comments Area
====================================================================

 ***/

.sidebar-page-container .comments-area{
	position:relative;
	margin-bottom:50px;
	margin-top:50px;
}

.sidebar-page-container .group-title{
	position:relative;
	margin-bottom:10px;
}

.sidebar-page-container .group-title h2{
	font-size:20px;
	color:#34363b;
	font-weight:400;
}

.sidebar-page-container .group-title h3{
	font-size:20px;
	color:#34363b;
	margin-bottom:40px;
	font-weight:400;
}

.sidebar-page-container .comments-area .comment-box{
	position:relative;
	padding:30px 0px 0px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.sidebar-page-container .comments-area .comment-box:nth-child(1){
	padding-top:0px;	
}

.sidebar-page-container .comments-area .comment-box:hover{
	border-color:#222222;	
}

.sidebar-page-container .comments-area .comment{
	position:relative;
	padding:0px 0px 0px 136px;
	font-size:14px;
}

.sidebar-page-container .comments-area .comment .comment-inner{
	position:relative;
	padding-bottom:25px;
	border-bottom:1px solid #ececec;
}

.sidebar-page-container .comments-area .comment .comment-reply{
	position:relative;
	color:#c4d114;
	font-size:18px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
	font-family: 'Vollkorn', serif;
}

.sidebar-page-container .comments-area .reply-comment{
	padding-left:90px;	
}

.sidebar-page-container .comments-area .comment-box .author-thumb{
	position:absolute;
	left:0px;
	top:0px;
	width:110px;
}

.sidebar-page-container .comments-area .comment-box .author-thumb img{
	width:100%;
	display:block;
}

.sidebar-page-container .comments-area .comment-info{
	margin-bottom:12px;
	color:#3e5773;
	line-height:24px;
	font-size:13px;	
}

.sidebar-page-container .comments-area .comment-box strong{
	font-size:18px;
	font-weight:400;
	color:#45445a;
	margin-right:15px;
	display:inline-block;
	font-family: 'Vollkorn', serif;
}

.sidebar-page-container .comments-area .comment-box .text{
	color:#777777;
	font-size:18px;
    margin-bottom:15px;
    line-height: 1.6em;
	font-family: 'Josefin Sans', sans-serif;
}

.sidebar-page-container .comments-area .comment-info .comment-time{
	font-size:18px;
	color:#777777;
	display:inline-block;
	font-family: 'Vollkorn', serif;
}

.sidebar-page-container .comments-area .comment-box .theme-btn{
	padding:5px 30px;
	font-size:12px;
	border:1px  solid #fbca00;
	text-transform:uppercase;
	letter-spacing:1px;
}

.contact-map{
	position:relative;
	top:-65px;
}

/*Contact Form*/

.contact-form{
	position:relative;
}

.contact-form .inner-form-box{
	position:relative;
	padding:90px 120px 50px 120px;
	margin-top:-135px;
	background-color:#ffffff;
	border:1px solid #f6f6f6;
}

.contact-form .inner-form-box .contact-title{
	position:relative;
	text-align:center;
	margin-bottom:40px;
}

.contact-form .inner-form-box .contact-title h3{
	position:relative;
	color:#45445a;
	font-size:22px;
	font-family: 'Vollkorn', serif;
}

.contact-form .inner-form-box .contact-title .text{
	position:relative;
	color:#777777;
	font-size:18px;
	font-family: 'Josefin Sans', sans-serif;
}

.contact-form .form-group{
	position:relative;
	padding:0px 20px;
	margin-bottom:30px;
}

.contact-form .form-group input{
	font-size:16px;
	line-height:28px;
	background-color:#ffffff;
	border:1px solid #e2e2e2;
	font-family: 'Josefin Sans', sans-serif;
}

.contact-form .form-group textarea{
	font-size:16px;
	height:150px;
	background-color:#ffffff;
	border:1px solid #e2e2e2;
	font-family: 'Josefin Sans', sans-serif;
}

.contact-form .form-group input:focus,
.contact-form .form-group textarea:focus{
	border-color:#c4d114;
}

.contact-form .form-group button{
	padding:13px 45px;
	margin-top:30px;
}

.contact-info{
	position:relative;
	padding:132px 0px 40px 0px;
}

.contact-info .info-box{
	position:relative;
	text-align:center;
	margin-bottom:40px;
}

.contact-info .info-box .inner-box{
	position:relative;
}

.contact-info .info-box .inner-box .icon-box{
	position:relative;
	width:130px;
	height:130px;
	background-color:#554c86;
	color:#ffffff;
	font-size:32px;
	line-height:130px;
	margin:0 auto;
	border-radius:50%;
}

.contact-info .info-box h3{
	position:relative;
	color:#45445a;
	font-size:26px;
	margin-top:30px;
	margin-bottom:5px;
}

.contact-info .info-box ul li{
	color:#777777;
	font-size:18px;
	font-family: 'Josefin Sans', sans-serif;
}

.contact-info .info-box:nth-child(2) .inner-box .icon-box{
	background-color:#c4d114;
}

.contact-info .info-box:nth-child(3) .inner-box .icon-box{
	background-color:#8dd0d3;
}

/*Map-Section*/

.map-canvas{
	position:relative;
	left:0px;
	top:0px;
	width:100%;	
}

.map-canvas .map-data{
	text-align:center;
	font-size:13px;
	font-weight:400;
}

.map-canvas .map-data h6{
	font-weight:700;
	text-transform:uppercase;
	font-size:14px;
	text-align:center;
	margin-bottom:5px;
	color:#181818;	
}