@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,300|Roboto:400,300,500,700);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css);

/*
font-family: 'Oswald', sans-serif;
font-family: 'Roboto', sans-serif;
font-family: 'Open Sans', sans-serif;
*/

body{
	margin:0;
	padding:0;
	font-family: 'Open Sans', sans-serif;
	font-weight:normal;
	overflow-x: hidden;
	width:100%;
}

h1, h2, h3, h4, h5, h6{
	margin:0;
}

a:hover{
	text-decoration:none;
}

.navbar-wrapper{
	margin-bottom:0;
}

.navbar-wrapper .navbar-default{
	background:none;
	border:none;
	margin-bottom:0;
}

.navbar-wrapper .navbar-nav{
	margin-top:16px;
}

.navbar-wrapper .navbar-nav>li>a{
	font-family: 'Roboto', sans-serif;
	font-size:18px;
	color:#333333;
	padding: 8px 15px;
	color:#535353 !important;
}

.inner_navbar .navbar-nav>li>a{
	font-size:17px;
	color:#4e4e4e;
	padding: 8px 15px;
}

.navbar-wrapper .navbar-nav>li>a:hover{
	color:#858585;
}

.navbar-shrink .navbar-nav>li>a{
	font-size:16px;
	color:#4e4e4e !important;
	padding: 8px 15px;
}

.navbar-wrapper .navbar-brand {
    float: left;
    height: 68px;
    padding: 10px 15px !important;
    font-size: 18px;
    /* line-height: 122px; */
}

.navbar-wrapper .navbar-nav>.active>a, .navbar-wrapper .navbar-nav>.active>a:focus{
	/* background:rgba(242, 209, 95, 0.3); */
	background:none;
	color:#fff !important;
}

.navbar-wrapper .navbar-nav>.active>a:hover{
	color:#858585;
		background:none;
}

li.active{
	background: #4ab871;
	    border-radius: 4px;
}

li.active a{ 
	color:#fff !Important;
}

.carousel-control.right, .carousel-control.left{
	background:none;
}
.second-slide{margin:0 auto;}
.carousel-caption {
	font-size:64px;
	font-family: 'Oswald', sans-serif;
    top: 60px;
	text-transform:uppercase;
}

.carousel-caption h1{font-size:40px;}

.carousel-control{
	display:none;
}

.carousel-inner>.item{
	margin:0;
}

.title-size{
	font-size:53px;
	font-weight:300;
}

.green{
	color:#4bb86f;
}

.orange{
	/* color:#ef6a2e; */
	color:#4bb86f;
	font-weight:400;
}

#service_block{
	background:#f0f0f0;
	padding:50px 0;
	position:relative;
}

#places_block{
	background:#f7f7f7;
	min-height:200px;
	padding:60px 0 10px 0;
}

#places_block h1{
	font-size:40px;
	text-align:center;
	margin-bottom:25px;
	font-weight:300;
	color:#000;
}

#places_block h1 span{
	/* color:#ef682c; */
	color:#4bb86f;
	font-weight:600;
}

#testimonials{
	background:#04aa51;
	padding:30px 0;
}

/* #about_us{
	background:url("../img/aboutus_banner.jpg") top center no-repeat;
	background-size: cover;
	min-height:533px;
} */

#contact_block{
	padding:15px;
}

.service_block{
	background:#fff; 
	min-height:200px;
	position: absolute;
	width:97.5%;
	top:-180px;
	background-color: #fff;
	margin: 0 auto;
}
.service_block_bg{
	position: relative;
    top: 20px;
}
.service_block [class*="col-"]{
	text-align:center;
	border-right:1px solid #ccc;
	min-height:200px;
	padding:30px 0;
	vertical-align:middle;
}
.service_block [class*="col-"] h2{
	font-size:20px;
	text-transform:uppercase;
	padding-top:20px;
}
.service_block [class*="col-"] span{
	width:96px;
	height:96px;
	background:#fff;
	border:2px solid #e6f4ed;
	display: inline-block;
    text-align: center;
    line-height: 88px;
    border-radius: 50%;
}

.service_block [class*="col-"]:last-child{
	border-right:0;
}


.left, .right{
	margin-bottom:60px;
}

.left .image_position{
	float: right;
}

.left .image_position img{
	border:2px solid #dedede;
}

.left .data_position{
	position: absolute;
    bottom: -35px;
    background: #fff;
    width: 50%;
    padding: 16px;
}

.right .image_position{
	float: left;
}

.right .image_position img{
	border:2px solid #dedede;
}

.right .data_position{
	position: absolute;
    bottom: -35px;
	right:15px;
    background: #fff;
    width: 50%;
    padding: 16px;
}

.left .data_position h3, .right .data_position h3{
	font-size:22px;
	font-weight:500;
	font-family: 'Roboto', sans-serif;
	margin-bottom: 4px;
}

.left .data_position p, .right .data_position p{
	margin-bottom:6px;
	font-size:13px;
	color:#656565;
}

.border_y{
	border-left:5px solid #f2d264;
}

.border_y a{ 
	background: #f2d264;
    border-radius: 15px;
    color: #fff;
    font-size: 13px;
    margin-top: 9px;
    display: inline-block;
	padding: 6px 15px;
}

.border_r{
	border-left:5px solid #e97051;
}

.border_r a{
	background: #e97051;
    border-radius: 15px;
    color: #fff;
    font-size: 13px;
    margin-top: 9px;
    display: inline-block;
	padding: 6px 15px;
}

.border_v{
	border-left:5px solid #5d79ba;
}

.border_v a{
	background: #5d79ba;
    border-radius: 15px;
    color: #fff;
    font-size: 13px;
    margin-top: 9px;
    display: inline-block;
	padding: 6px 15px;
}

.border_g{
	border-left:5px solid #5ba276;
}

.border_g a{
	background: #5ba276;
    border-radius: 15px;
    color: #fff;
    font-size: 13px;
    margin-top: 9px;
    display: inline-block;
	padding: 6px 15px;
}

/* Carousel */

#quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 30px;
    /* Control buttons  */
    /* Previous button  */
    /* Next button  */
    /* Changes the position of the indicators */
    /* Changes the color of the indicators */
}
#quote-carousel .carousel-control {
    background: none;
    color: #CACACA;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
}
#quote-carousel .carousel-control.left {
    left: -60px;
}
#quote-carousel .carousel-control.right {
    right: -60px;
}
#quote-carousel .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-right: -19px;
}
#quote-carousel .carousel-indicators li {
    width: 50px;
    height: 50px;
    margin: 5px;
    cursor: pointer;
    border: 4px solid #CCC;
    border-radius: 50px;
    opacity: 0.4;
    overflow: hidden;
    transition: all 0.4s;
}
#quote-carousel .carousel-indicators .active {
    background: #333333;
    width: 128px;
    height: 128px;
    border-radius: 100px;
    border-color: #fff;
    opacity: 1;
    overflow: hidden;
}
#testimonials .carousel-inner {
    min-height: 300px;
}
#testimonials .item blockquote {
    border-left: none;
    margin: 0;
}
#testimonials .item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}

#testimonials p{
	color:#fff;
	font-size:18px;
	font-weight:300;
}

#testimonials blockquote small{
	color:#fff;
	font-weight:600;
	font-size:20px;
}

#testimonials h2{
	font-size:45px;
	font-weight:300;
	text-align:center;
	margin-bottom:10px;
	color:#fff;
}

footer{
	background:#3b3b3b;
	padding:6px 0;
}

footer .copyrights{
	color:#fff;
	line-height: 28px;
}

footer a, footer a:hover{
	color:#fff;
}

.social_links  a i{
	font-size:20px;
	color:#fff;
}

.social-icon {
	height: 28px;
	width: 28px;
	margin-left: 5px;
	float: left;
	border-radius:50%;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.facebook-hover{
	background-image: url('../img/facebook-hover.png');
}
.twitter-hover{
	background-image: url('../img/twitter-hover.png');
}
.google-hover{
	background-image: url('../img/google-hover.png');
}
.linkedin-hover{
	background-image: url('../img/linkedin-hover.png');
}
.social-icon:hover {
	/* background-position: 0px -28px; */
}

.about_content{
	background:rgba(255, 255, 255, 0.88);
	margin-top:15px;
	padding:15px;
	text-align: justify;
	line-height:25px;
}

.about_content ul {
    list-style-image: url('../img/list_image.png');
	padding-top:10px;
}

.about_content ul  li{
	padding-bottom:5px;
}

.about_content h1{
	font-size:35px;
	margin-bottom:10px;
}

.places_block{
	padding-top:30px !important;
}
#contact_block h1{
	margin-bottom: 15px;
    font-size: 28px;
}

.address{
	font-size: 14px;
    line-height: 24px;
}
.address strong{
	margin-bottom: 8px;
    display: block;
}

.contact-form-home .form-control{
	border-radius:0;
	border:0;
}

.contact-form-home input[type="text"], .contact-form-home input[type="email"]{
	background: rgba(28,35,42,0.1);
	height:48px;
	color:#333;
}

.contact-form-home textarea{
	background: rgba(28,35,42,0.1);
	color:#333;
	height:170px;
}

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

.contact-form-home ::-webkit-input-placeholder {
   color: #333;
}

.border_yellow{
	background:#fff;
	border-right:5px solid #f2d264;
	border-left:2px solid #ccc;
}
.border_violet{
	background:#fff;
	border-left: 5px solid #5d79ba;
	border-right:2px solid #ccc;
}
.border_yellow div, .border_violet div{
	padding:15px;
}

.left_block h3, .right_block h3{
	margin-bottom:8px;
}

.left_block, .right_block{
	display: flex;
    flex-wrap: wrap;
	text-align:justify;
}

.left_block div[class*='col-'], .right_block div[class*='col-'] {
    display: flex;
    flex-direction: column;
	padding:0;
	margin-bottom:10px;
}

.carousel-top{
	top:32px;
}

@media screen and (min-width: 768px){
.carousel-caption {
    right: 0;
    left: 0;
}
.carousel-custom .carousel-indicators {
    bottom: 144px;
    text-align: center;
    padding: 0;
    border-radius: 15px;
}
.carousel-custom .carousel-indicators li{
	top:2px;
	position: relative;
}
.navbar-default {
    padding: 0 0;
    padding-top: 0;
    padding-right: 0px;
    padding-bottom: 0;
    padding-left: 0px;
    border: 0;
    background-color: rgba(255, 255, 255, 0.17);
	border-top: 2px solid #4cba71;
    border-radius: 0;
}
.inner_navbar{
	padding-top:0;
	padding-bottom:0;
}
.navbar-default.navbar-shrink {
    padding: 0;
    background-color: rgba(255, 255, 255, 0.9);
}
}

@media screen and (max-width: 991px){
	
	.service_block{
		position:relative;
		top:0;
	}
	.service_block [class*="col-"]{
		border-bottom: 1px solid #ccc;
	}
	
	.service_block [class*="col-"]:nth-child(2){
		border-right:0;	
	}
	.service_block [class*="col-"]:nth-child(3), .service_block [class*="col-"]:nth-child(4){
		border-bottom:0;	
	}
	.service_block_bg {
		top:0;
	}
	.left .image_position, .right .image_position {
		float: none;
	}	
	.image_position img{
		margin:0 auto;
	}	
	.left .data_position, .right .data_position{
		position: relative;
		bottom: 0;
		background: #fff;
		width: 100%;
		padding: 16px;
		right: 0;
	}
	.carousel-caption {
		font-size: 45px;
	}
	.title-size {
		font-size: 32px;
		font-weight: 300;
	}
	
}

@media screen and (max-width: 767px){
	.service_block [class*="col-"]:nth-child(1){
		border-right:0;		
	}
	.service_block [class*="col-"]:nth-child(3), .service_block [class*="col-"]:nth-child(4){
		border-right:0;	
		border-bottom:1px solid #ccc;	
	}
}

@media screen and (max-width: 730px){
	.carousel-caption{
		top:18px;
	}
	.carousel-caption {
		font-size: 33px;
	}
	.title-size {
		font-size: 28px;
	}
	
	#quote-carousel .carousel-indicators .active{
		width:80px;
		height:80px;
	}
	#quote-carousel .carousel-indicators {
		bottom: -29px;
	}
	.carousel-caption{
		top:0px;
	}
}

@media screen and (max-width: 480px){
	.carousel-caption{
		top:-4px;
	}
	.carousel-caption {
		font-size: 25px;
	}
	.title-size {
		font-size: 20px;
	}
	.social_links, .copyrights{
		text-align:center;
	}
	.social_links .pull-right{
		float: none !important;
		text-align: center;
		display: inline-block;
	}
}

.address i{color: #4ab871;border: 1px solid #4ab871;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 2px;}
.thumbnail{margin-bottom:5px;}
.gallery-img [class*="col-"]{padding:0 3px !important;}
.btn-g {
    color: #fff;
    cursor: pointer;
	font-size:16px;
	font-weight:600;
    padding: 10px 40px;
    display: inline-block;
	overflow: hidden;
	background:#4ab871;
    text-transform: uppercase;
    letter-spacing: 1px;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-g:after {
    content: '';
    position: absolute;
	 width: 100%;
    height: 0;
    top: 50%;
    left: 50%;
    background: #fff;
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
	z-index:-1;
}

.btn-g:hover{
	color:#4ab871 !important;
	position:relative;
	z-index:999;
}
.btn-1e:hover:after {
    height: 260%;
    opacity: 1;
}

#portfolio {
    width: 100%;
    max-width: 90%;
    margin: 2em auto;
}

#portfolio-sort {
    text-align: center;
    padding-bottom: 3px;
    /*  border-bottom: 1px solid #999; */
    margin-bottom: 1em;
}

#portfolio-sort a {
    color: #fff;
   background: #4ab871;
    display: inline-block;
    padding: 3px 9px;
    text-decoration: none;
    margin-right: 1em;
}

#portfolio-content {
    overflow: hidden;
}

div.portfolio-item {
 float: left;
    margin: 0 4px 9px 4px;
    width: 24.3%;
    line-height: 10;
    text-align: center;
}

div[data-cat="a"] {
     
}

div[data-cat="b"] {
    
    
}

div[data-cat="c"] {
  
    
}
@media (min-width: 320px) and (max-width: 480px) {
div.portfolio-item {width:100% !important;
}
#portfolio-sort a {width: 100%;
margin-bottom: 2px;}
}

.row.contact-form-home select.icmy { background: rgba(28,35,42,0.1); height: 48px;color: #333;margin-bottom: 10px;}.lplace {margin-top: 50px; padding: 0px;}.lplace .col-sm-6 { padding-bottom: 4px;}.lplace .form-control::placeholder { color: #00000063 !important;}.thanks {font-weight: bold; font-size: 18px; color: green; margin-bottom: 20px;}