/*
Author: Gesystec SRL;
Author URI: https://gesystec.com/
Description: Custom landing page designed for a quick viable solution.
Version: 1.0
*/
@font-face {
	font-family: 'Conv_LatinaEssential-Bold';
	src: url('../fonts/LatinaEssential-Bold.eot');
	src: local('☺'), url('../fonts/LatinaEssential-Bold.woff') format('woff'), url('../fonts/LatinaEssential-Bold.ttf') format('truetype'), url('../fonts/LatinaEssential-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Conv_LatinaEssential-Light';
	src: url('../fonts/LatinaEssential-Light.eot');
	src: local('☺'), url('../fonts/LatinaEssential-Light.woff') format('woff'), url('../fonts/LatinaEssential-Light.ttf') format('truetype'), url('../fonts/LatinaEssential-Light.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

body{
	font-size: 15px;
	font-family: 'Conv_LatinaEssential-Light';
}
ul{
	font-size: 17px;
}

h1,h2,h3,strong{
	font-family: 'Conv_LatinaEssential-Bold';
}
.social img{
	max-width: 40px;
	height: auto;
}
.btn-success,
.btn-success:hover,
.btn-success:focus,
.btn-success:active{
	background-color: #48ab33;
	
}
.carousel-indicators li {
	border-color: #9c9c9c;
	width: 18px;
	height: 18px;
	background: #9c9c9c;
}
.carousel-indicators .active{
	background-color: #48ab33;
	width: 20px;
	height: 20px;
}

.top-header{
	background-color: #4ba936;
	min-height: 30px;
}

.main-header{
	min-height: 700px;
	background-color: #333;
	margin-bottom: 50px;
	position: relative;
}
.main-header>.container{
	position: relative;
	z-index: 2;
}
.main-header .logo{
	width: 100%;
	height: auto;
	max-width: 205px;
}
.main-header .social{
	margin-top: 50px;
	max-width: 400px;
}
.header-caption{
	max-width: 70%;
	margin-bottom: 50px;
}
.header-caption h1{
	font-size: 36px;
	font-weight: bold;
	color: #fff;
	line-height: 1.3;
	margin-bottom: 25px;
}
.header-caption .btn{
	padding: 5px 20px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px;
	font-weight: bold;
}
#main-carousel{
	position: absolute;
	width: 100%;
	z-index: 1;
	top: 0px;
	min-height: 700px;
}
#main-carousel .item{
	min-height: 700px;
	min-width: 100%;
	opacity: .5;
}
.form-container{
	max-width: 400px;
	width: 100%;
	background-color: #ebe8eb;
	padding: 5px 20px 20px 20px;
	margin-top: 40px;
}
.form-container .form-group{
	margin-bottom: 6px;
}
.form-container .bottom-border{
	border-bottom: 1px solid #a7a7a7;
	padding-bottom: 5px;
}
.form-control{
	border: 1px solid #dedede;
}

.section{
	margin-bottom: 30px;
}

.section-1 .carousel-indicators {
	bottom: -40px;
}
.section-1 .carousel-control{
	opacity: 0!important;
	width: 50%;
}

.section-2 .carousel-indicators {
	bottom: -40px;
}
.section-2 .carousel-control{
	opacity: 0!important;
	width: 50%;
}

.section-1 ul,
.section-2 ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.map{
	margin-top: 20px;
}
.footer-container{
	position: relative;
}
.toogle-buttom{
	background-color: #333;
	color: #fff;
	font-size: 30px;
	text-align: center;
}
.toogle-buttom a{
	color: #fff!important;
}
.opacity-08{
	opacity: 0.8;
}
.footer{
	position: absolute;
	bottom: 0;
	width: 100%;
}
.footer a{
	color: #fff!important;
}

.toggable-div{
	background-color: #4ba936bf;
	padding: 30px 0 0 0;
	color: #fff;
	z-index: 2;
}
.footer .content{
	max-width: 550px;

}
.margin-bottom-4{
	margin-bottom: 40px;
}

.text-success{
	color: #4ba936;
}

.text-white{
	color: #fff;
}

.owl-nav{
	font-size: 30px;
	text-align: center;
}
.owl-nav button{
	margin: 0 15px;
}
.testimonials{
	margin-bottom: 100px;
	line-height: 1.7;
}
.testimonials .owl-stage{
	display: flex;
	align-items: center;
	justify-items: center;
}
.testimonials .author{
	font-weight: bold;
	font-size: 19px;
}

/* Portrait phones and smaller */
@media ( max-width: 650px ) {
	#top-bar .logo{
		max-width: 130px;
	}
	.main-header{
		background-image: url('../imgs/mobile-bg.jpg');
		background-repeat: no-repeat; 
		background-position: center;
		background-size: cover;
		background-attachment: initial;

	}
	.header-caption h1{
		text-align: center;
		font-size: 20px;
	}
	.header-caption,
	.main-header .social{
		max-width: 80%;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}
	.main-header .social{
		margin-top: 0px;
	}
	.form-container{
		max-width: 100%;
		margin-top: 0px;
		margin-bottom: 10px;
		margin-left: auto;
		margin-right: auto;
	}

}




