/* General */
* {
	font-family: 'Montserrat', sans-serif;
	margin: 0;
	padding: 0;
	font-weight: 300;
	box-sizing: border-box;
	color: #333;
	scroll-behavior: smooth;
}

.content-mobile {
	display: none;
}

strong {
	font-weight: 600;
}

h3 {
	font-weight: 400;
}

ul {
	margin-left: 1em;
}

.inner {
	max-width: 1170px;
/*	background-color: #eee;*/
	margin: 0 auto;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

/* Home Page */

/* Header */

.mail a, .phone a {
	color: #fff;
	text-decoration: none;
}

.logo h1 {
	font-weight: 600;
	    font-size: 34px;

}

.header-top {
	font-size: 13px;
	background-color: #8BC34A;
	color: #333;
}

.header-top p {
	color: #fff;
	font-weight: 400;
}

.header-bottom {
	padding: 20px 0;
}

.mail, .phone, .logo, .menu p {
	padding: 10px;
}

.mail {
	float: left;
}

.phone {
	float: right;
}

.logo {
	float: left;
}

.logo a {
	text-decoration: none;
	font-weight: 500;
}

label {
    margin: 0 40px 0 0;
    font-size: 26px;
    line-height: 70px;
    display: none;
    width: 26px;
    float: right;
}
#toggle {
    display: none;
}

.menu {
	float: right;
	padding-top: 25px;
}

.menu a {
	padding: 5px 20px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	transition: color 1s ease;
	transition: border 1s ease;
}

.menu a:hover {
	color: #8BC34A;
	border: 2px solid #8BC34A;
}

.active {
	color: #8BC34A;
	border: 2px solid #8BC34A;
}

.menu p {
	padding-top: 20px;
}

/* Cover Image part */

.cover-home {
	height: 780px;
	background: #fff url("../img/cover-img.jpg") no-repeat;
	background-size: cover;
}

.cover-text {
	position: absolute;
	margin-top: 250px;
}

.cover-text h1 {
	color: #fff;
	width: 60%;
	font-size: 40px;
	margin-bottom: 50px;
	font-weight: 500;
}

.cover-home-inner {
	position: relative;
}

.cover-home-inner a, .about-button a, .services-button a {
	padding: 10px 60px;
	color: #333;
	background-color: #fff;
    border: 1px solid #e0e0e0;
    opacity: .8;
    text-decoration: none;
}

.cover-home-inner a:hover, .about-button a:hover, .services-button a:hover {
	background-color: #8BC34A;
	color: #fff;
	border: 1px solid #8BC34A;
}

/* About part */

.h2-samerow {
	font-size: 20px;
}

.title-strong {
	font-weight: 500;
}

.about-button {
	text-align: center;
	padding: 50px 0;
}

.about-home {
	padding: 70px 0 0 0;
}

.img-about-home img {
	width: 330px;
    border-radius: 10px;

}


.text-about-home {
	width: 60%;
	float: left;
}

.img-about-home {
	margin-top: 50px;
	width: 40%;
	float: right;
	padding-left: 15%;
}
/* Services Part */

.img-services-home {
	height: 500px;
	padding: 8% 5%;
	width: 40%;
  	background: 
    /* top, transparent red */ 
    linear-gradient(
      rgba(211, 211, 211, 0), 
      rgba(211, 211, 211, 0)
    ),
    /* bottom, image */
    url("../img/home.jpg");


	background-size: cover;
	float: left;
}

.img-services-home-inner {
	padding: 10% 10%;
	border: 4px solid #8BC34A;
	color: #000;
}

.img-services-home-inner p, .img-services-home-inner h2 {
	color: #000;
}

.text-services-home {
	width: 60%;
	float: right;
	padding: 75px 60px;
}

.text-services-home-left {
	margin-right: 80px;
}

.text-services-home p, .text-services-home h3 {
	padding: 10px;
}

.text-services-home-left, .text-services-home-right {
	width: 300px;
	float: left;
	padding: 20px 0;
}

.text-services-home-first, .text-services-home-third {
	margin-bottom: 80px;
}

.services-button {
	text-align: center;
	padding: 50px 0;
	margin-bottom: 50px;
}

/* Contact us Part */


/* Footer */

footer h1 {
	text-align: center;
	background-color: #333;
	color: #ccc;
}

.social {
	text-align: center;
	background-color: #333;
}

.social img {
	width: 50px;
	padding-top: 30px;
}

.footer-right a, .footer-middle a {
	color: #ccc;
	text-decoration: none;
}

.footer-left, .footer-middle, .footer-right {
	float: left;
	width: 33.33%;
	text-align: center;
	padding: 50px;
	background-color: #333;
	color: #ccc;
}

.footer-left h2, .footer-middle h2, .footer-right h2, .footer-left h3, .footer-middle h3, .footer-right h3 {
	color: #ccc;
}  

footer {
	background-color: #333;
	font-size: 90%;
}

.under-footer {
	color: #fff;
}
/* About Page */

.about-bottom-wrapper {
	margin-bottom: 100px;
}

.about-top, .services-top, .privacy-top {
	text-align: center;
    background-color: #f7f7f7;
    line-height: 200px;
}

.text-about-right {
	padding-top: 50px;
	width: 60%;
	float: left;
}

.img-about-left img {
	width: 330px;
}

.img-about-left {
	width: 40%;
	float: right;
	padding-left: 15%;
}

.about-inner-left {
	width: 70%;
}

/* Services Page  */

.services-page-wrapper {
	margin: 100px 0;
}

.img-services-page-left img, .img-services-page-right img {
	width: 330px;
}

.img-services-page-left {
	width: 40%;
	float: left;
}

.text-services-page-right {
	width: 60%;
	float: right;
	padding: 20px 40px;
}

.text-services-page-left {
	width: 60%;
	float: left;
	padding: 20px 40px;
}

.img-services-page-right {
	width: 40%;
	float: right;
}

/* FAQ Page */

.faq-top {
	text-align: center;
    background-color: #f7f7f7;
    line-height: 200px;
}

dl {
  width: 60vw;
  margin: 4em auto;
}

dt{
    cursor: pointer;
    font-weight: 400;
 	color: #fff;
    padding: 1em 1em;
    background: #8BC34A;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #f9f9f9;
}

dd{
    margin: 0;
    padding: 2em;
    background: #fcfcfc
}

/* Privacy Policy Page */

.privacy-inside {
	padding: 40px 10%;
}

/* MEDIA QUERIES */

@media only screen and (max-width: 1365px) {


/* HOME PAGE */

.cover-text {
    padding-left: 50px;
}

.text-about-home {
	padding-left: 30px;
}
.img-about-home {
    padding-left: 5%;
}

.text-services-home {
    padding: 50px 20px;
}

.text-services-home-left {
    margin-right: 0px;
    width: 50%;
}

.text-services-home-right {
    width: 50%;
    float: right;
}

/* ABOUT PAGE */
.img-about-left {
    padding-left: 5%;
}

.text-about-right {
    padding-left: 30px;
}

/* SERVICES PAGE */

.img-services-page-left {
    padding-left: 30px;
}


@media only screen and (max-width: 1023px) {

	.content-desktop {
		display: none;
	}

	.header-top {
		font-size: 30px;
	}

	.logo h1 {
		font-size: 40px;
	}

	.content-mobile {
		display: block;
	}

	.cover-home-inner a, .about-button a, .services-button a {
		font-size: 40px;
		background-color: #8BC34A;
	color: #fff;
	border: 1px solid #8BC34A;
	}

	.text-about-home, .img-services-home, .text-services-home, 
	.text-services-home-left, .text-services-home-right, .img-about-left, .text-about-right, .img-services-page-left, .text-services-page-right, .text-services-page-left, .img-services-page-right, .footer-left, .footer-middle, .footer-right {
		width: 100%;
	}

	.position-center {
		text-align: center;
		font-weight: 500;
	}

	.text-about-home, .text-about-right {
		padding: 0 20px;
	}

	.img-about-home {
	margin: 0 auto;
    width: 100%;
	}

	.img-about-home img, .img-about-left img {
	width: 90%;
    padding: 20px;
    margin: 20px;
	}

	.about-home {
		padding: 0;
	}

	    label {
        display: block;
        cursor: pointer;
        font-size: 50px;
    	font-weight: 900;
    }

    .img-services-home-inner, .text-services-home {
    	font-size: 25px;
    }

	.menu {
        text-align: center;
        width: 100%;
        display: none;
    }
    .menu a {
    	font-size: 35px;
        display: block;
        border-bottom: 1px solid #EAEAEB;
        margin: 0;
     	padding: 30px;
    }
    #toggle:checked + .menu {
        display: block;
    }

    footer {
    	font-size: 25px;
    }

    footer h1 {
    	font-size: 70px;
    }

    .about-top, .services-top, .privacy-top, .faq-top {
    	font-size: 35px;
    }

    .social img {
    	width: 75px;
    }

/* About Page */

	.about-inner-left {
		font-size: 25px;
		width: 100%;
		padding: 5%;
		margin: 0;
		font-size: 18px;
	}

	.text-about-right {
		padding: 5%;
		font-size: 18px;
	}

/* FAQ PAGE */

	dl {
		width: 100%;
	}

/* SERVICES PAGE */

	.img-services-page-left {
		padding: 0;
	}

	.img-services-page-left img, .img-services-page-right img {
 	width: 100%;
    padding: 50px;
	}

}

