h1 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-size: 40px;
	margin: 2% 0 0 0;
	line-height: 38px;
}

h2 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-size: 30px;
	margin-bottom: 3%;
	padding: 1% 0;
}

h3 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-size: 18px;
	padding: 2% 0;
	margin: 1% 0 0 0;
}

h4 {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	color: #58595b;
	font-size: 50px;
	/*padding: 0.5% 2%;*/
	margin-bottom: 2%;
}

h5 {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 30px;
	margin-bottom: 2%;
}

p, li {
	font-family: 'Roboto', sans-serif;
	font-weight: 350;
	color: #000;
	font-size: 16px;
	line-height: 24px;
	text-align: justify;
}

a {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	color: #000000;
}


/*------------------------------header-----------------------------------*/

.upper {text-align: center;}

.license {
	margin: 5px auto;
}

.license > p {
	text-align: center;
	color: #800000;
	font-weight: 400;
	font-size: 17px;
}

.banner {
	background-image: url(../images/banner3.jpg);
	background-attachment: fixed;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	text-align: left;
	width: 100%;
	height: auto;
	/*min-height: 850px;*/
	color: #ffffff;
	text-align: center;
	padding-top: 180px;
	padding-bottom: 80px;
}

.banner > h1 {
	text-transform: uppercase;
	font-size: 120px;
	color: #800000;
	text-shadow:
    -1px -1px 0 #fff,
    1px -1px 0 #fff,
    -1px 1px 0 #fff,
    1px 1px 0 #fff; 
}

.banner > h2 {
	text-transform: uppercase;
	font-size: 80px;
}

.banner > h4 {
	display: inline-block;
}

.banner > h4 > img {
	vertical-align: inherit;
}

.banner > h4 > span{
	font-size: 55px;
	padding-top: 10px !important;
	color: #fff;
}

.clear {clear: both;}

/*------------------------------body info-----------------------------------*/

#main-page {
	margin-top: 33px;
}

/*.row {
    margin-right: -10px;
    margin-left: -10px;
}*/

Ul {
	margin-left: -30px;
}

Ul > li {
	list-style-type: none;
}

hr {
	margin-top: 70px;
	margin-bottom: -60px;
}

/*------------------------------info-----------------------------------*/

#info {
	padding-top: 60px;
	padding-bottom: 60px;
}

.col-md-6 > p {
	margin-top: 20px;
}

.fa-check-circle {
	color: #800000;
}

.col-md-6 > ul > li {
	line-height: 70px;
	font-size: 28px;
	font-weight: 400;
}

.why {
	padding-left: 40px;
}

/*------------------------------services----------------------------------*/

#services {
	padding-top: 60px;
	padding-bottom: 60px;
}

.fa-check {
	color: #800000; 
}

.col-md-4 > ul > li {
	line-height: 50px;
	font-size: 25px;
	color: #800000;
	font-weight: 400;
}

/*------------------------------short-bar-----------------------------------*/

#short-bar {
	background-color: #f8f8f8;
	padding-top: 25px;
	padding-bottom: 20px;
	text-align: center;
	/*border-top-style: dashed;
	border-top-color: #800000;*/
}

#short-bar > .container > .row > h5 {
	text-transform: uppercase;
	font-size: 45px;
	font-weight: 600;	
	color: #800000;
}

/*------------------------------contact----------------------------------*/

#contact {
	background-color: #800000;
	padding-top: 60px;
	padding-bottom: 60px;
	color: #fff;
}

#contact > .container > .row > h4 {
	color: #fff;
}

.con-info > ul > li {
	font-size: 20px;
	line-height: 60px;
	color: #fff;
}

.con-info > ul {
	margin-left: -50px;
}

li.email {
	line-height: 25px !important;
}

.s-e-mail {
	padding-left: 34px !important;
	
}

.social > ul {
	display: inline-block;
	margin-left: -60px;
}

.social > ul > li {
	float: left;
	padding: 0px 20px;
}

.social > ul > li > a > .fa {
	color: #fff;
	font-size: 24px;
}

/*------------------------------footer-----------------------------------*/

#footer {
	background-color: #000;
	padding-top: 10px;
}

#footer > .container > p {
	color: #a09e9e;
	font-size: 14px;
}

/*------------------------------mobile screen-----------------------------------*/

@media (max-width:767px) {
	
.banner > h1 {
	font-size: 60px;
	line-height: 20px;
}

.banner > h2 {
	font-size: 50px;
}

.col-md-6 > h4 {
	font-size: 40px;
}

.row {
	padding-left: 20px;
	padding-right: 20px;
}

.why {
	margin-top: 50px;
	padding-left: 20px;
}

.social {
	margin-top: 50px;
}

#footer > .container > p{
	text-align: center;
}

}

@media (max-width:460px) {

.banner > h1 {
	font-size: 32px;
}

.banner > h2 {
	font-size: 28px;
}

.banner > h4 > img {
	width: 30px;
	height: 30px;
}

.banner > h4 > span {
	font-size: 24px;
}

.left-areas > p {
	text-align: left;
}

.why > ul > li {
	font-size: 18px;
	line-height: 40px;
}

.why > h4 {
	margin-bottom: 20px;
}

#services > .container > .row > h4 {
	font-size: 36px;
	padding-left: 20px;
	margin-bottom: 20px;
}

#services > .container > .row > .col-md-4  {
	margin-top: -5px;
}

#services > .container > .row > .col-md-4 > ul > li {
	font-size: 20px;
}

#short-bar > .container > .row > h5 {
	font-size: 28px;
	line-height: 34px;
}

#contact > .container > .row > h4 {
	font-size: 36px;
	margin-bottom: 25px;
}

.con-info > ul > li {
	margin-bottom: 20px;
	font-size: 15px;
	line-height: 20px;
}

.s-e-mail {
	margin-left: -7px;
}

.social > ul > li {
	padding: 0px 15px;
}

.social > h5 {
	margin-left: -10px;
}

.social > ul > li > a > .fa {
	font-size: 16px;
}

}

















