/*
    Theme Name: Company
    Theme URL: https://bootstrapmade.com/company-free-html-bootstrap-template/
    Author: BootstrapMade
    Author URL: https://bootstrapmade.com
*/

/* ==== Google font ==== */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700,600);
@import url('font-awesome.css');
/* ==== overwrite bootstrap standard ==== */
@import url('animate.css');



body {
	font-family:'Open Sans', Arial, sans-serif;
	font-size:14px;
	font-weight:300;
	line-height:1.6em;
	color:#fff;
	background-color:#fff;
	overflow-x:hidden;
}

hi,h2,h3,h4,h5,h6 {
	color:#333;
	line-height:1.1em;
}

p {
	color:#333;
	font-size:15px;
}
a {
    text-decoration:none;
    transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    outline: none;
	color:#333;
}
a:hover {
	text-decoration: none;
	color:#eee;
	}

.btn-primary {
  padding: 8px 20px;
  background: #50e075;
  color: #fff;
  border-radius: 4px;
  border:none;
  margin-top: 10px;
}

.text-center h2 {
	margin-bottom:30px;
}

.text-center p {
	margin-bottom:50px;
	color:#333;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #fff;
  text-transform:uppercase;
  font-size:18px;
  border-radius:30px;
  margin-left:-10px;
}

#breadcrumb {
	background-color: #50e075;
	margin-top: -20px;
}

.breadcrumb {
  list-style: none;
  background-color: #50e075;
  border-radius: 0px;
  padding:3px 10px;
}

.breadcrumb li {
   text-transform:uppercase;
   margin-top:125px;
   font-weight:600;
}

/*===========================
  Menu and Navigation
============================ */
.navigation  {
	background-color:#fff;
	padding:0;
}

.navbar-brand h1 {
	margin-top:9px;
	padding-top:5px;
	float: left;
	font-size: 25px;
	color:#333;
	text-transform:uppercase;
	font-weight:900;
}
.navbar-brand h1 span {
	color: #50e075;
}

.menu {
	font-size:12px;
	float:right;
	text-transform:uppercase;
	font-weight:700;
}

.menu ul.nav-tabs li {
	color:#000;
}

.nav-tabs {
	border-bottom: 0;
}
.nav-tabs > li {
	float: left;
	margin-bottom: 0;
}
.nav-tabs > li > a {
	border-radius:0;
	color:#333;
	padding:30px;
}

.nav-tabs > li > a:hover {
	color: #50e075;
	border-color: #fff #fff #fff;
	border-radius:0;
	background-color:#fff;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
.nav-tabs > li > a.active {
	color: #50e075;
	border-radius:0;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

@media (max-width: 768px) {
	.navbar-brand {
		padding-top: 6px;
	}
	.navbar-brand h1 {
		margin-top: 0;
	}

	.nav-tabs > li {
		float: none;
		display: block;
	}

	.menu {
		position: absolute;
		left: 0;
		right: 0;
		background: #fff;
		height: auto;
	}

	.nav-tabs > li > a {
		padding:15px 15px;
		border-bottom: 1px solid #f3f3f3;
	}

	.nav-tabs > li > a:hover {
		border-color: #f3f3f3;
	}
}

/*===========================
  slider
============================ */
#main-slider {
	margin-top:40px;
}

#main-slider {
  position: relative;
}

.no-margin {
  margin: 0;
  padding: 0;
}

#main-slider .carousel .carousel-content {
  margin-top: 150px;
}

#main-slider .carousel .slide-margin{
  margin-top: 140px;
}

#main-slider .carousel h2 {
  color: #fff;
  text-transform:uppercase;
  font-size:50px;
  font-weight:800;
}

#main-slider .carousel h2 span {
  color: #50e075;
}

#main-slider .carousel h2 span spani {
  color: #000;
}

#main-slider .carousel p {
  color: #ddd;
  font-size:25px;
}

#main-slider .carousel .btn-slide {
  padding: 8px 20px;
  background: #50e075;
  color: #fff;
  border-radius: 4px;
  margin-top: 25px;
  display: inline-block;
}

#main-slider .carousel .slider-img{
  text-align: right;
  position: absolute;
}


#main-slider .carousel .item {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0 !important;
  opacity: 0;
  top: 0;
  position: absolute;
  width: 100%;
  display: block !important;
  height: 730px;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
}

#main-slider .carousel .item:first-child {
  top: auto;
  position: relative;
}

#main-slider .carousel .item.active {
  opacity: 1;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
  z-index: 1;
}

#main-slider .active .animation.animated-item-1 {
  -webkit-animation: fadeInUp 300ms linear 300ms both;
  -moz-animation: fadeInUp 300ms linear 300ms both;
  -o-animation: fadeInUp 300ms linear 300ms both;
  -ms-animation: fadeInUp 300ms linear 300ms both;
  animation: fadeInUp 300ms linear 300ms both;
}

#main-slider .active .animation.animated-item-2 {
  -webkit-animation: fadeInUp 300ms linear 600ms both;
  -moz-animation: fadeInUp 300ms linear 600ms both;
  -o-animation: fadeInUp 300ms linear 600ms both;
  -ms-animation: fadeInUp 300ms linear 600ms both;
  animation: fadeInUp 300ms linear 600ms both;
}

#main-slider .active .animation.animated-item-3 {
  -webkit-animation: fadeInUp 300ms linear 900ms both;
  -moz-animation: fadeInUp 300ms linear 900ms both;
  -o-animation: fadeInUp 300ms linear 900ms both;
  -ms-animation: fadeInUp 300ms linear 900ms both;
  animation: fadeInUp 300ms linear 900ms both;
}

#main-slider .active .animation.animated-item-4 {
  -webkit-animation: fadeInUp 300ms linear 1200ms both;
  -moz-animation: fadeInUp 300ms linear 1200ms both;
  -o-animation: fadeInUp 300ms linear 1200ms both;
  -ms-animation: fadeInUp 300ms linear 1200ms both;
  animation: fadeInUp 300ms linear 1200ms both;
}

@media (max-width: 768px) {
	#main-slider .carousel .carousel-content {
	  margin-top: 40px;
		text-align: center;
	}

	#main-slider .carousel .slide-margin{
	  margin-top: 40px;
	}

	#main-slider .carousel p {
	  color: #fff;
	  font-size:18px;
		line-height: 24px;
	}

}

.feature {
	padding:50px;
}

.text-center i {
	font-size:40px;
	margin-top:70px;
	margin-bottom:30px;
	color:#fff;
	padding:50px;
	background:#50e075;
	border-radius:50%;
}

.text-center h2 {
	margin-top:20px;
	margin-bottom:20px;
	text-transform:uppercase;
	font-size:18px;
	color: #50e075;
}

.hi-icon-effect i.fa:hover {
	background:#fff;
	color: #50e075;
	-webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -o-transition:  color 300ms, background-color 300ms;
  transition:  color 300ms, background-color 300ms;
}

#partner {
  background: url(../images/partners/partner_bg.JPG) 50% 50% no-repeat;
  background-size: cover;
}

#partner {
  color: #fff;
  text-align: center;
  padding:100px;
}

#partner h2 {
  color: #fff;
  font-size:30px;
  font-weight:600;
}

#partner p {
  color: #fff;
  font-size:20px;

}

.partners ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.partners ul li{
  display: inline-block;
  float: left;
  width: 20%;
}

.partners ul li a img {
	margin-top:50px;
}

#conatcat-info{
  background: #fff url(../images/contact.jpg) no-repeat 90% 0;
  padding: 30px 0;
}

.contact-info i{
  width: 60px;
  height: 60px;
  font-size: 40px;
  line-height: 60px;
  color: #fff;
  background: #000;
  text-align: center;
  border-radius: 6px;
}

.contact-info h2{
  margin-top: 0;
  color: #000;
}

.contact-info{
  color:#000;
}

/* --- about us --- */
.aboutus {
	padding:50px;
}

.aboutus img {
	border-radius:6px;
}

.aboutus h3 {
	margin-bottom:30px;
	font-weight:800;
}

.aboutus h4 {
	margin-top:30px;
	margin-bottom:30px;
	font-weight:700;
}

.skill h2{
	margin-top:-10px;
	margin-bottom: 25px;
}

.progress-wrap{
  position: relative;
}

.progress .color1,
.progress .color1 .bar-width{
  background: #2d7da4;
}

.progress .color2,
.progress .color2 .bar-width{
  background: #6aa42f;
}

.progress .color3,
.progress .color3 .bar-width{
  background: #ffcc33;
}

.progress .color4,
.progress .color4 .bar-width{
  background: #db3615;
}

.progress,
.progress-bar {
  height: 15px;
  line-height: 15px;
  background: #e6e6e6;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  overflow: visible;
  text-align: right;
}

.progress{
  position: relative;
}

.progress .bar-width{
  position: absolute;
  width: 40px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  top: -30px;
  border-radius: 2px;
  margin-left: -30px;
}

.progress span{
  position: relative;
}

.progress span:before{
  content: " ";
  position: absolute;
  width: auto;
  height: auto;
  border-width: 8px 5px;
  border-style: solid;
  bottom: -15px;
  right: 8px;
}

.progress .color1 span:before{
  border-color: #2d7da4 transparent transparent transparent;
}

.progress .color2 span:before{
  border-color: #6aa42f transparent transparent transparent;
}

.progress .color3 span:before{
  border-color: #ffcc33 transparent transparent transparent;
}

.progress .color4 span:before{
  border-color: #db3615 transparent transparent transparent;
}


.about {
	background:#eee;
	padding:50px;
}

.about h2 {
	margin-bottom:30px;
}

.about img {
	margin-bottom:30px;
	border-radius:6px;
}

.our-team {
	padding:50px;
	background:#ddd;
}

.our-team h3 {
	margin-bottom:30px;
	font-weight:800;
}

.our-team h4 {
	margin-top:20px;
	margin-bottom:20px;
	font-weight:600;
}

.our-team img{
	border-radius:6px;
	margin-top:30px;
}

.lates {
	padding:50px;
}

.lates h2 {
	font-size:20px;
	font-weight:600;
	color:#333;
}

.lates img {
	margin-top:30px;
	border-radius:5px;
}

/* --- footer --- */
.footer {
	background:#50e075;
	padding:15px 22px;
}

ul.social-network {
	list-style:none;
	margin-top:20px;
	padding:10px;
	transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

ul.social-network li {
	display:inline;
	margin: 0 18px;
	font-size:25px;
}

ul.social-network li a {
	color:#d0d0d0;
}
.social-network li:hover .fa-twitter {
  color: #00abf0;
}
.social-network li:hover .fa-facebook {
  color: #39579a;
}
.social-network li:hover .fa-google-plus {
  color: #eb8984;
}
.social-network li:hover .fa-pinterest {
  color: #c9171e;
}
.social-network li:hover .fa-linkedin {
  color: #0077b5;
}
.social-network li:hover .fa-youtube-play {
  color: #C84941;
}
.social-network li:hover .fa-dribbble {
  color: #EA4C89 ;
}
.social-network li:hover .fa-pinterest-square {
  color: #EA4B49;
}

.copyright {
	margin-top:30px;
    text-align: right;
}

.copyright a {
	color:#fff;
	font-weight:600;
	font-size:12px;
	text-shadow:none;
}

/* --- services --- */
.services {
	padding:50px;
}

.services h3 {
	margin-bottom:30px;
	font-weight:800;
}

.services img {
	border-radius:6px;
}

.sub-services img {
	border-radius:6px;
}

.services p {
	margin-top:30px;
	font-size:13px;
}

.sub-services {
	padding:50px;
	background:#ddd;
}

.sub-services p {
	margin-top:30px;
	font-size:13px;
}

.media-body p {
	margin-bottom:30px;
}

.media ul li {
	list-style:none;
}

.media i {
	color:#50e075;
	font-size:50px;
}

.media h4 {
	font-size:20px;
	font-weight:600;
	color:#50e075;
}

/* --- portfolio --- */

#portfolio .center p {
	margin-top:50px;
	margin-bottom:50px;
	font-size:18px;
}

.portfolio-items,
.portfolio-filter {
  list-style: none outside none;
  margin: 0 0 40px 0;
  padding: 0;
}

.portfolio-filter > li {
  display: inline-block;
}

.portfolio-filter > li a {
  background: none repeat scroll 0 0 #FFFFFF;
  font-size: 14px;
  font-weight: 400;
  margin-right: 20px;
  text-transform: uppercase;
  transition: all 0.9s ease 0s;
  -moz-transition: all 0.9s ease 0s;
  -webkit-transition: all 0.9s ease 0s;
  -o-transition: all 0.9s ease 0s;
  border: 1px solid #F2F2F2;
  outline: none;
  border-radius: 3px;
}

.portfolio-filter > li a:hover,
.portfolio-filter > li a.active{
  color:#fff;
  background: #50e075;
  border: 1px solid #50e075;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.portfolio-items > li {
  float: left;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.portfolio-item {
	margin: 0;
	padding:0;
}

.overlay {
	margin-bottom:20px;
}

.overlay a:hover {
	color: #50e075;
}

/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}

/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}


/* --- Map --- */
.map{
	position:relative;
	margin-bottom:40px;
}

/* google map */
#google-map{
	position:relative;
	margin-top:10px;
    height: 400px;
    width: 100%;
}

/* --- blog --- */
#blog {
	margin-top:50px;
}

a.btn-primary:hover {
	background-color:#ddd;
	color:#50e075;
}

.widget {
  margin-bottom: 60px;
  padding-left: 0;
}

.single_comments {
  margin-bottom: 20px;
}

.single_comments img {
  float: left;
  margin-right: 10px;
  margin-top: 5px;
}

.single_comments p {
  margin-bottom: 0;
}

.widget .entry-meta span {
  display: inline-block;
  margin-right: 10px;
  color:#333;
}

.widget .entry-meta span a:hover {
	color:#50e075;
}

.widget h3 {
  color: #000;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.blog_category{
  list-style:none;
  margin:0;
  padding:0;
}

.blog_category li{
  float:none;
  margin-bottom:20px;
}

.blog_category li a {
  background:#f5f5f5;
  border-radius: 4px;
  color: #888;
  display: inline-block;
  padding: 5px 15px;
}

.blog_category li a:hover{
  background:#50e075;
  color: #fff;
}

 .badge:before {
  border-color: transparent transparent transparent #50e075;
  border-style: solid;
  border-width: 10px;
  bottom: -8px;
  content: "";
  height: 0;
  left: 5px;
  position: absolute;
  z-index: -99999;
}

.badge {
  background-color: #50e075;
  border-radius: 5px;
  color: #fff;
  padding: 8px;
  position: relative;
  left: 60px;
  top: -18px;
  font-weight: normal;
}

.blog_archieve {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

.blog_archieve li {
  padding: 10px 0;
  border-bottom: 1px solid #f5f5f5;
}

ul.blog_archieve li a:hover{
	color:#50e075;
}

.blog_archieve li:first-child {
  padding-top: 0;
}

ul.gallery {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.gallery li {
  display: block;
  width: 60px;
  padding: 0;
  margin: 0 4px 4px 0;
  float: left;
}

ul.faq {
  list-style: none;
  margin: 0;
}

ul.faq li {
  margin-top: 30px;
}

ul.faq li:first-child {
  margin-top: 0;
}

ul.faq li span.number {
  display: block;
  float: left;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #34495e;
  color: #fff;
  font-size: 24px;
}

ul.faq li > div {
  margin-left: 70px;
}

ul.faq li > div h3 {
  margin-top: 0;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.blog-item {
  border-radius: 0;
  overflow: hidden;
  margin-bottom: 50px;
}

.blog .blog-item .img-blog {
  border-radius: 5px;
  margin-bottom: 45px;
}

.blog .blog-item .blog-content {
  padding-bottom: 25px;
}

.blog .blog-item .blog-content h2 {
  margin-top: 0;
  font-size: 30px;
}

.readmore{
  margin-top: 0;
}

.blog .blog-item .blog-content h4 {
	margin-bottom: 40px;
	font-weight: 600
 }

.blog .blog-item .blog-content p {
	font-size: 13px;
}

.blog .blog-item .entry-meta {
  border-radius: 5px;
  overflow: hidden;
}

.blog .blog-item .entry-meta > span {
  background: #f5f5f5;
  border-top: 1px solid #fff;
  display: block;
  font-size: 12px;
  overflow: hidden;
  padding: 5px;
  text-align: left;
}

#publish_date {
  background: #50e075;
  border-bottom: 5px solid #4e4e4e;
  color: #fff;
  padding: 5px 0;
  text-align: center;
}

.blog .blog-item .entry-meta > span {
  color: #ccc;
}

.blog .blog-item .entry-meta > span a {
  font-size: 12px;
  margin-left: 3px;
  font-weight: 300;
  color: #888;
}

ul.pagination > li > a {
  border: 1px solid #F1F1F1;
  margin-right:5px;
  border-radius: 5px;
  font-size: 16px;
  padding: 5px 14px;
  color:#50e075;
}

ul.pagination > li > a i{
  margin-left:5px;
  margin-right:5px;
}

ul.pagination > li.active > a,
ul.pagination > li:hover > a {
  background-color: #50e075 !important;
  border-color: #50e075 !important;
  color: #fff;
}

.search_box {
  background-position: 314px 15px;
  background-repeat: no-repeat;
  border-color: #DEDEDE;
  height: 48px;
  outline: medium none;
  box-shadow: none;
}

.form-control:focus {
  box-shadow:none;
  outline: 0 none;
}

ul.tag-cloud,
ul.sidebar-gallery {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tag-cloud li{
    display: inline-block;
    margin-bottom: 3px;
}

.tag-cloud li a {
  background: #f5f5f5;
  color: #888;
  border: 0;
  border-radius: 4px;
  padding: 8px 15px;
}

.tag-cloud li a:hover{
  background:#50e075;
  color: #fff;
}

.sidebar-gallery li{
  display: inline-block;
  margin: 0 10px 10px 0;
}

.sidebar-gallery li a {
  border-radius: 4px;
  display: inline-block;
}

/* --- contact --- */
#contact-page{
  padding-top: 0;
  background:#fff;
  margin-bottom:50px;
}

#contact-page .contact-form
.form-group label {
  color: #4E4E4E;
  font-size: 14px;
  font-weight: 300;
}

.form-group .form-control {
  padding: 7px 12px;
  border-color:#f2f2f2;
  box-shadow: none;
}


.validation {
    color: red;
    display:none;
    margin: 0 0 20px;
    font-weight:400;
    font-size:13px;
}

#sendmessage {
    color: green;
    border:1px solid green;
    display:none;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#errormessage {
    color: red;
    display:none;
    border:1px solid red;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#sendmessage.show, #errormessage.show, .show {
	display:block;
}

#contact-page .contact-wrap {
  margin-top: 20px;
}

.center h2{
  font-size: 36px;
  margin-top: 0;
  margin-bottom: 20px;
  text-align:center;
}
.center p{
   text-align:center;
}

.btn-lg:hover {
	color:#50e075;
	background:#ddd;
}

a.scrollup{
    color:#fff;
	height:40px;
	width:40px;
	font-size:12px;
	line-height:30px;
	text-align:center;
	text-decoration:none;
	position:fixed;
	bottom:30px;
	right:40px;
	opacity:0,5;
	border-radius:50%;
	z-index:999;
}
a.scrollup:hover{
	opacity:1;
	background-color:#ddd;
	color:#50e075;
}
a{color:#000}a:focus,a:hover,a:active{color:#50e075}.color-green{color:#50e075}a.read-more:hover{color:#50e075}.linked:hover{color:#50e075}.header .navbar-default .navbar-nav>.active>a{color:#50e075}.header .navbar-default .navbar-nav>.active>a{border-color:#50e075}.header .dropdown-menu{border-top:solid 2px #50e075}.header .navbar-default .navbar-nav>li:hover>a{color:#50e075}.header .navbar .nav>li>.search:hover{border-bottom-color:#50e075;color:#50e075}.header .navbar-default .navbar-toggle{border-color:#50e075}.header .navbar-toggle,.header .navbar-default .navbar-toggle:hover,.header .navbar-default .navbar-toggle:focus{background:#50e075}.header .navbar-toggle:hover{background:#50e075!important}.header .navbar-default .navbar-nav>.open>a,.header .navbar-default .navbar-nav>.open>a:hover,.header .navbar-default .navbar-nav>.open>a:focus{color:#50e075}@media(max-width:991px){.header .navbar-default .navbar-nav>.active>a,.header .navbar-default .navbar-nav>.active>a:hover,.header .navbar-default .navbar-nav>.active>a:focus{background:#50e075;color:#fff!important}.header .navbar-default .navbar-nav>.active>a{border-color:#eee}.header .navbar .nav>li>.search:hover{background:#50e075}}.header-v1 .navbar-default .navbar-nav>.active>a,.header-v1 .navbar-default .navbar-nav>li>a:hover,.header-v1 .navbar-default .navbar-nav>li>a:focus{color:#50e075}.header-v1 .dropdown-menu{border-color:#50e075}.header-v1 .navbar-default .navbar-nav>li:hover>a{color:#50e075}.header-v1 .navbar .nav>li>.search:hover{color:#50e075}.header-v1 .navbar .nav>li>.search:hover{color:#50e075}.header-v1 .navbar-default .navbar-toggle{border-color:#50e075}.header-v1 .navbar-toggle,.header-v1 .navbar-default .navbar-toggle:hover,.header-v1 .navbar-default .navbar-toggle:focus{background:#50e075}.header-v1 .navbar-toggle:hover{background:#50e075!important}@media(max-width:991px){.header-v1 .navbar-default .navbar-nav>li:hover>a{border-color:#eee}.header-v1 .navbar-default .navbar-nav>.active>a,.header-v1 .navbar-default .navbar-nav>.active>a:hover,.header-v1 .navbar-default .navbar-nav>.active>a:focus{background-color:#50e075}.header-v1 .navbar-default .navbar-nav>.active>a{border-color:#eee}.header-v1 .navbar .nav>li>.search:hover{background-color:#50e075}}.header-v2 .dropdown-menu{border-color:#50e075}.header-v2 .navbar-default .navbar-toggle{border-color:#50e075}.header-v2 .navbar-toggle,.header-v2 .navbar-default .navbar-toggle:hover,.header-v2 .navbar-default .navbar-toggle:focus{background:#50e075}.header-v2 .navbar-toggle:hover{background:#50e075!important}@media(max-width:991px){.header-v2 .navbar-default .navbar-nav>.active>a,.header-v2 .navbar-default .navbar-nav>.active>a:hover,.header-v2 .navbar-default .navbar-nav>.active>a:focus{background:#50e075;color:#fff!important}.header-v2 .navbar-default .navbar-nav>li>a:hover{color:#50e075}}.header-v3 .navbar-default .navbar-nav>.active>a{color:#50e075}.header-v3 .navbar-default .navbar-nav>li:hover>a{color:#50e075}.header-v3 .dropdown-menu{border-color:#50e075}.header-v3 .navbar-default .navbar-toggle{border-color:#50e075}.header-v3 .navbar-toggle,.header-v3 .navbar-default .navbar-toggle:hover,.header-v3 .navbar-default .navbar-toggle:focus{background:#50e075}.header-v3 .navbar-toggle:hover{background:#50e075!important}.header-v3 .navbar .nav>li>.search:hover{background:inherit;color:#50e075}@media(max-width:991px){.header-v3 .navbar-default .navbar-nav>.active>a,.header-v3 .navbar-default .navbar-nav>.active>a:hover,.header-v3 .navbar-default .navbar-nav>.active>a:focus{background:#50e075;color:#fff!important}.header-v3 .navbar-default .navbar-nav>.active>a{border-color:#eee}.header-v3 .navbar .nav>li>.search:hover{background:#50e075}}.header-v4 .navbar-default .navbar-nav>li>a:hover,.header-v4 .navbar-default .navbar-nav>.active>a{border-color:#50e075}.header-v4 .navbar-default .navbar-nav>.active>a{color:#50e075}.header-v4 .navbar-default .navbar-nav>li:hover>a{border-color:#50e075;color:#50e075}.header-v4 .navbar .nav>li>.search:hover{color:#50e075}.header-v4 .navbar-default .navbar-nav>.open>a,.header-v4 .navbar-default .navbar-nav>.open>a:hover,.header-v4 .navbar-default .navbar-nav>.open>a:focus{color:#50e075}@media(max-width:991px){.header-v4 .navbar-default .navbar-nav>li:hover>a{border-color:#eee}.header-v4 .navbar-default .navbar-nav>.active>a,.header-v4 .navbar-default .navbar-nav>.active>a:hover,.header-v4 .navbar-default .navbar-nav>.active>a:focus{color:#50e075!important}.header-v4 .navbar-default .navbar-nav>.active>a{border-color:#eee}.header-v4 .navbar .nav>li>.search:hover{background:#50e075}}.header-v5 .navbar-default .navbar-nav>li>a:hover,.header-v5 .navbar-default .navbar-nav>.active>a{border-top:2px solid #50e075}.header-v5 .navbar-default .navbar-nav>.active>a{color:#50e075}.header-v5 .navbar-default .navbar-nav>li:hover>a{color:#50e075}.header-v5 .navbar-default .navbar-nav>.open>a,.header-v5 .navbar-default .navbar-nav>.open>a:hover,.header-v5 .navbar-default .navbar-nav>.open>a:focus{color:#50e075}.header-v5 .dropdown-menu li>a:hover{background:#50e075}.header-v5 .dropdown-menu .active>a,.header-v5 .dropdown-menu li>a:hover{background:#50e075}.header-v5 .dropdown-menu{border-color:#50e075}.header-v5 .dropdown-menu li.dropdown-submenu:hover>a{background:#50e075}.header-v5 .dropdown-menu .style-list li>a:hover{background:none}.header-v5 .style-list li a:hover{color:#50e075}.header-v5 .shop-badge.badge-icons i{color:#50e075}.header-v5 .shop-badge span.badge-sea{background:#50e075}.header-v5 .badge-open{border-top:2px solid #50e075;box-shadow:0 5px 5px 0 rgba(90,90,90,.075)}.da-slide h2 i{background-color:rgba(161,15,43,.8)}.sequence-inner{background:-webkit-gradient(linear,0 0,0 bottom,from(#fff),to(#e6c6cc));background:-webkit-linear-gradient(#fff,#e6c6cc);background:-moz-linear-gradient(#fff,#e6c6cc);background:-ms-linear-gradient(#fff,#e6c6cc);background:-o-linear-gradient(#fff,#e6c6cc);background:linear-gradient(#fff,#e6c6cc)}#sequence-theme h2{background:rgba(161,15,43,.8)}#sequence-theme .info p{background:rgba(161,15,43,.8)}.btn-u{background:#50e075}.btn-u:hover,.btn-u:focus,.btn-u:active,.btn-u.active,.open .dropdown-toggle.btn-u{background:#50e075}.btn-u-split.dropdown-toggle{border-left:solid 1px #50e075}.btn-u.btn-brd{border-color:#50e075}.btn-u.btn-brd:hover{color:#50e075;border-color:#50e075}.btn-u.btn-brd.btn-brd-hover:hover{background:#50e075}.service .service-icon{color:#50e075}.service-alternative .service:hover{background:#50e075}.thumbnail-style h3 a:hover{color:#50e075}.thumbnail-style a.btn-more{background:#50e075}.thumbnail-style a.btn-more:hover{box-shadow:0 0 0 2px #50e075}.headline h2,.headline h3,.headline h4{border-bottom:2px solid #50e075}blockquote:hover{border-left-color:#50e075}.hero{border-left-color:#50e075}.carousel-arrow a.carousel-control:hover{color:#50e075}.footer a,.copyright a,.footer a:hover,.copyright a:hover{color:#50e075}.footer .dl-horizontal a:hover{color:#50e075!important}.posts .dl-horizontal a:hover{color:#50e075}.posts .dl-horizontal:hover dt img,.posts .dl-horizontal:hover dd a{color:#50e075;border-color:#50e075!important}.post-comment h3,.blog-item .media h3,.blog-item .media h4.media-heading span a{color:#50e075}.tab-v1 .nav-tabs{border-bottom:solid 2px #50e075}.tab-v1 .nav-tabs>.active>a,.tab-v1 .nav-tabs>.active>a:hover,.tab-v1 .nav-tabs>.active>a:focus{background:#50e075}.tab-v1 .nav-tabs>li>a:hover{background:#50e075}.tab-v2 .nav-tabs li.active a{border-top:solid 2px #50e075}.tab-v3 .nav-pills li a:hover,.tab-v3 .nav-pills li.active a{background:#50e075;border:solid 1px #50e075}.acc-home a.active,.acc-home a.accordion-toggle:hover{color:#50e075}.acc-home .collapse.in{border-bottom:solid 1px #50e075}.testimonials .testimonial-info{color:#50e075}.testimonials .carousel-arrow i:hover{background:#50e075}.info-blocks:hover i.icon-info-blocks{color:#50e075}.breadcrumb li.active,.breadcrumb li a:hover{color:#50e075}.team .thumbnail-style:hover h3 a{color:#50e075!important}.team ul.team-socail li i:hover{background:#50e075}.who li i,.who li:hover i,.who li:hover a{color:#50e075}.privacy a:hover{color:#50e075}.view a.info:hover{background:#50e075}.sorting-block .sorting-nav li.active{color:#50e075;border-bottom:solid 1px #50e075}.sorting-block .sorting-grid li a:hover span.sorting-cover{background:#50e075}.blog h3{color:#50e075}.blog li a:hover{color:#50e075}ul.blog-tags a:hover{background:#50e075}.blog-post-tags ul.blog-tags a:hover{background:#50e075}.blog-photos li img:hover{box-shadow:0 0 0 2px #50e075}.blog-twitter .blog-twitter-inner:hover{border-color:#50e075;border-top-color:#50e075}.blog-twitter .blog-twitter-inner:hover:after{border-top-color:#50e075}.blog-twitter .blog-twitter-inner a{color:#50e075}.blog-item h4.media-heading span a{color:#50e075}.coming-soon-border{border-top:solid 3px #50e075}.booking-blocks p a{color:#50e075}.icon-page li:hover{color:#50e075}.glyphicons-demo a:hover{color:#50e075;text-decoration:none}.magazine-news .by-author strong{color:#50e075}.magazine-news a.read-more{color:#50e075}.magazine-mini-news .post-author strong{color:#50e075}.news-read-more i{background:#50e075}.magazine-page h3 a:hover{color:#50e075}.tag-box-v1{border-top:solid 2px #50e075}.tag-box-v2{border-left:solid 2px #50e075}.tag-box-v7{border-bottom:solid 2px #50e075}.fa-icons li:hover{color:#50e075}.fa-icons li:hover i{background:#50e075}.bs-glyphicons li:hover{color:#50e075}.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus{background-color:#50e075;border-color:#50e075}.pagination li a:hover{background:#50e075;border-color:#50e075}.pager li>a:hover,.pager li>a:focus{background:#50e075;border-color:#50e075}.reg-block{border-top:solid 2px #50e075}#effect-2 figure .img-hover{background:#50e075}.blog h2 a:hover{color:#50e075}.timeline-v1>li>.timeline-badge i:hover{color:#50e075}.timeline-v1 .timeline-footer .likes:hover i{color:#50e075}.timeline-v2>li .cbp_tmicon{background:#50e075}.progress-bar-u{background:#50e075}.job-description .save-job a:hover,.block-description .save-job a:hover{color:#50e075}.job-description .p-chart .overflow-h li i,.job-description .p-chart .overflow-h li a,.block-description .p-chart .overflow-h li i,.block-description .p-chart .overflow-h li a{color:#50e075}.job-description .colorful-ul li a{color:#50e075}.s-results .related-search a:hover{color:#50e075}.s-results .inner-results h3 a:hover{color:#50e075}.s-results .up-ul li a:hover{color:#50e075}.s-results .down-ul li a{color:#50e075}.funny-boxes p a{color:#50e075}.funny-boxes .funny-boxes-img li i{color:#50e075}.sidebar-nav-v1 ul li:hover a,.sidebar-nav-v1 ul li.active a{color:#50e075}blockquote.bq-green{border-color:#50e075}blockquote:hover,blockquote.text-right:hover{border-color:#50e075}.funny-boxes-left-green{border-left:solid 2px #50e075}.funny-boxes-left-green:hover{border-left-color:#50e075}.testimonials .carousel-arrow i:hover{background:#50e075}.testimonials-bg-default .item p{background:#50e075}.testimonials.testimonials-bg-default .item p:after,.testimonials.testimonials-bg-default .item p:after{border-top-color:#50e075}.testimonials-bg-default .carousel-arrow i{background:#50e075}.testimonials.testimonials-bg-default .carousel-arrow i:hover{background:#50e075}.promo-box:hover strong,.promo-box:hover strong a{color:#50e075}.dropcap{color:#50e075}.dropcap-bg{color:#fff;background:#50e075}span.label-u,span.badge-u{background:#50e075}.link-icon:hover i{color:#50e075;border:solid 1px #50e075}.link-bg-icon:hover i{color:#50e075;background:#50e075!important;border-color:#50e075}i.icon-color-u{color:#50e075;border:solid 1px #50e075}i.icon-bg-u{background:#50e075}.line-icon-page .item:hover{color:#50e075}.service-block-u{background:#50e075}.panel-u{border-color:#50e075}.panel-u>.panel-heading{background:#50e075}.owl-btn:hover{background:#50e075}.counters span.counter-icon i{background:#50e075}.counters span.counter-icon i:after{border-top:7px solid #50e075}.sky-form .button{background:#50e075}.sky-form .rating input:checked~label{color:#50e075}.sky-form .message{color:#50e075}.sky-form .message i{border-color:#50e075}.profile .profile-post:hover span.profile-post-numb{color:#50e075}.profile .date-formats{background:#50e075}.profile .name-location span i,.profile .name-location span a:hover{color:#50e075}.share-list li i{color:#50e075}.profile .comment-list-v2 li:hover i,.profile .comment-list li:hover i{color:#50e075}.profile .profile-post.color-one{border-color:#50e075}.pricing:hover h4{color:#50e075}.pricing-head h3{background:#50e075;text-shadow:0 1px 0 #50e075}.pricing-head h4{color:#999;background:#fcfcfc;border-bottom:solid 1px #e6c6cc}.pricing-content li{border-bottom:solid 1px #e6c6cc}.pricing-content li i{color:#50e075}.sticker-left{background:#50e075}.pricing-footer a:hover,.pricing-footer button:hover{background:#50e075}.price-active h4{color:#50e075}.no-space-pricing .price-active .pricing-head h4,.no-space-pricing .pricing:hover .pricing-head h4{color:#50e075}.pricing-mega-v1 .pricing-head h3,.pricing-mega-v2 .pricing-head h3,.pricing-mega-v3 .pricing-head h3{text-shadow:0 1px 0 #50e075}.pricing-mega-v1 .pricing:hover h4 i{color:#50e075}.pricing-mega-v1 .pricing-content li i{color:#50e075}.pricing-bg-colored .pricing:hover{background:#50e075}.pricing-bg-colored .pricing-head i{color:#50e075}.pricing-bg-colored .pricing-footer .btn-u{border:1px solid #fff}.pricing-bg-colored .pricing-head p{border-bottom:1px solid #e6c6cc}.pricing-mega-v2 .block:hover .bg-color{background:#50e075}.pricing-mega-v2 .block:hover h3,.pricing-mega-v2 .block:hover h4,.pricing-mega-v2 .block:hover li,.pricing-mega-v2 .block:hover li i,.pricing-mega-v2 .block:hover h4 i{background:#50e075}.pricing-mega-v1 .btn-group .dropdown-menu,.pricing-mega-v3 .btn-group .dropdown-menu{background:#50e075!important}.pricing-mega-v1 .btn-group .dropdown-menu li a:hover,.pricing-mega-v3 .btn-group .dropdown-menu li a:hover{background:#50e075}.grid-block-v2 li:hover .grid-block-v2-info{border-color:#50e075}.testimonials-v3 .testimonials-v3-title p{color:#50e075}.testimonials-v3 .owl-buttons .owl-prev:hover,.testimonials-v3 .owl-buttons .owl-next:hover{background:#50e075}.content-boxes-v4 i{color:#50e075}.thumbnails-v1 .read-more{color:#50e075}.team-v1 li:hover>p:before{background:#50e075}.headline-center h2:after{background:#50e075}.headline-left .headline-brd:after{background:#50e075}.portfolio-box .portfolio-box-in i{background:#50e075}.flat-bg-block-v1 .checked-list i{color:#50e075}.owl-carousel-v5 .owl-controls .owl-page.active span,.owl-carousel-v5 .owl-controls.clickable .owl-page:hover span{background:#50e075}.content-boxes-v5:hover i{background:#50e075}.block-grid-v1:hover{border-color:#50e075}.content-boxes-v6:hover i:after{border-color:#50e075}.content-boxes-v6:hover i{background:#50e075}.portfolio-box-v2 .portfolio-box-v2-in i{background:rgba(161,15,43,.8)}.portfolio-box-v2 .portfolio-box-v2-in i:hover{background:#50e075}.service-block-v1 i{background:#50e075}.testimonials-bs .carousel-control-v2 i:hover{border-color:#50e075;color:#50e075}.fusion-portfolio #filters-container .cbp-filter-item-active{background:#00ff48;border-color:#00ff48}.fusion-portfolio #filters-container .cbp-filter-item:hover{color:#00ff48}.blog_masonry_3col h3 a:hover{color:#00ff48}.owl-work-v1 .item a:hover span{border-bottom-color:#00ff48}.footer-default .footer .dl-horizontal a:hover{color:#4fdd77!important}.footer-default .footer a{color:#4fdd77}.footer-default .footer a:hover{color:#4fdd77}.footer-v4 .copyright a{color:#4fdd77}.title-v1 h1:after,.title-v1 h2:after{background-color:#4fdd77}.copyright-section i.back-to-top:hover{color:#4fdd77}#topcontrol:hover{background-color:#4fdd77}.footer-default .footer .dl-horizontal a:hover{color:#4fdd77!important}.footer-default .footer a{color:#4fdd77}.footer-default .footer a:hover{color:#4fdd77}.footer-default .copyright a{color:#4fdd77}.footer-default .copyright a:hover{color:#4fdd77}.footer-v4 .copyright a{color:#4fdd77}.title-v1 h1:after,.title-v1 h2:after{background-color:#4fdd77}.copyright-section i.back-to-top:hover{color:#4fdd77}#topcontrol:hover{background-color:#4fdd77}body{font-family:'Lato',sans-serif}.input-imp-long{display:none}.validation-summary-errors{margin-top:20px}.validation-summary-errors ul{padding-top:10px;padding-bottom:10px}.margin-top{margin-top:20px}.display-in-block{display:inline-block}.no-bottom-padding{padding-bottom:0!important}.white{color:#fff}.bold{font-weight:bold}.right-bordered{border-right:1px solid #f1ebeb}.circle-div{text-align:center}.absolute-bottom{position:absolute;bottom:0;width:100%}.header .topbar ul.loginbar{margin-right:30px}.header .navbar-brand{width:300px;height:50px;background-size: contain;background-repeat:no-repeat;background-image:url('../images/logo.png');}.navbar-header{margin-top:10px}.margin-tb10{margin:10px 0}.header .navbar-default{position:static}.header .navbar-default .navbar-nav>li>a:hover,.header .navbar-default .navbar-nav>.active>a{border-bottom:solid 2px #4fdd77}#User-Conf{display: none}

.no-bg{
  background:none !important;
}

#map {
  margin-left: 1px;
  margin-bottom: 50px;
  height: 500px;
