@charset "utf-8";
/* CSS Document */

body{
	font-family: 'Poppins', sans-serif;
	font-size: 1.01em;
}

.container{
	max-width:1000px;
	margin-right:50;
}

header{
	padding: 40px 50px 50px 10px;
	margin: 20px 100px 50px 50px;
}
header .container{
	display:flex;
	justify-content:space-between;
}
header a{
	color:#000000;
	text-decoration: none;
}
header nav{
	align-content: center;
}
header nav a{
	margin:0 10px;
}
header nav a:hover{
	color:darkolivegreen;
	font-weight: 0.8em;
}
header .icon{
	display: none;
}
main{}

#member_news .item{
	padding:50px 20px;
	border-bottom: dashed 1px #CCC;
}
#member_news .item h1{
	font-size: 2em;
	color:#069;
}
#member_news .item h4{
	color:#999;
}
#member_news .item img{
	margin:20px 0;
}
#member_news .item p{
	color:#999;
	line-height: 150%;
}
#form{
	margin:60px 20px;
	display: flex;
    justify-content: center;
    align-items: center;
}
#form .container{
	max-width: 500px;
	padding:50px 25px;
	border-radius: 25px;
	box-shadow: 0 30px 60px rgba(0,0,0,.2);
}
#form h1{
	font-size: 2em;
	margin-bottom: 50px;
	text-align: center;
}
fieldset{
	margin-bottom: 25px;
}
fieldset label{
	display: block;
	margin-bottom: 8px;
	font-size: .9em;
}
fieldset input,textarea{
	width:100%;
	background-color:#DDD;
	padding:10px;
	border-radius: 8px;
	border:none;
	font-family: 'Roboto', sans-serif;
	font-size: .9em;
	color:#666;
}
*:focus{
	outline:none;
}
textarea{
	height: 100px;
	resize:none;
}

.btns{
	display:flex;
}
.btns *{
	border:solid 2px #DDD;
	background-color: #FFF;
	padding:10px 20px;
	font-size: .9em;
	border-radius: 30px;
	margin-right: 10px;
	cursor: pointer;
	color:#666;
}
.btns *:hover{
	background-color: #666;
	color:#FFF;
}

h1{
	align-content: flex-start;
	font-family: "Poppins";
	margin-right: 500px;
	padding: 60px;
	font-size: 3.0em;
	font-weight: 600;
}

#gallery {
	padding:0px 300px;
	text-align: center;
	background-color: #000000;
}

#gallery .slider{
	border: none;
	display: block;
	margin: 0 auto;
}

#gallery .bx-wrapper,
#gallery .bx-viewport,
#gallery .bx-wrapper img {
    border: none !important;
    background-color: #000000 !important;
    box-shadow: none !important;
}

.servicesection{
	margin-top: 120px;
	margin-left: 20px;
	margin-bottom: 120px;
	width: 491px;
	position: relative;
	display: block;
}

.container1{
	padding: 3px;
	box-sizing: border-box;
	
}
.container2{
	padding: 30px;
	font-size: 1.1em;
	margin: 20px;	
}

.container2 li{
	padding: 10px;
	margin-left: -10px;
}

.lefttext1{
    font-size: 1.09em;
    font-weight: 600;
    line-height: 25px;
    color: #000000;
}

.containerright{
    max-width: 70%;
    padding-right: 30px;
    font-size: 1.1em;
    margin: 20px;
    position: absolute;
    right: -500px;
    top: 200px;
    height: 182px;
    width: 400px;

}
.containerright li{
	padding: 10px;
}

.containerright a{
	color:#000000;
	text-decoration: none;
	font-weight: 500;
}

.containerright a:hover{
	color:darkolivegreen;
	font-weight: 800;
}
#news .container{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 20px;
}
#news .item{
	width:300px;
	margin:20px 10px;
}
#news .item h1{
	font-size: 1.25em;
	color:#069;
	font-weight:700;
}

#news .item img{
	max-width:100%;
	margin:10px 0;
}

#news .item p{
	color:#999;
	line-height: 150%;
}
#faq{
	background-color:#EEE;
	padding:50px 20px;
	text-align: center;
}
#faq h1{
	font-size: 2em;
	font-weight: 700;
	margin-bottom: 30px;
	align-content: center;
	text-align: center;
}
#faq li{
	border-top:dashed 1px #CCC;
	padding:30px 20px;
}
#faq li.open{
	background-color: #FFF;
	box-shadow: 0 10px 20px rgba(0,0,0,.2); 
}
#faq li.open .q{
	color:darkolivegreen;
	font-weight: 700;
}
#faq .q{
	cursor: pointer;
}
#faq .q:hover{
	color:darkolivegreen;
	font-weight: 700;
}
#faq .a{
	margin-top:15px;
	line-height: 150%;
	color:#666;
}

#work{
	display: flex;
	flex-wrap:wrap;
	justify-content: center;
	align-items: center;
	margin-left: 50px;
	margin-bottom: 100px;
}

#work .container4{
	display:flex;
	flex-wrap:wrap;	
	padding:20px 0;
	font-size: .85em;
}
#work .item{
	width:33%;
	padding:20px 10px;
}
#work .item h2{
	font-size: 1em;
	font-weight: 600;
}
#work .item img{
	margin:10px 0;
}
#work .item p{
	color:#999;
	line-height: 150%;
}

footer{
	background-color: #333;
	color:#CCC;
	text-align: center;
	padding:0px 0;
	align-content: center;
	font-size: 0.8em;
}

footer a{
	color:#FFFFFF;
	text-decoration: none;
}

.footercontainer{
	max-width: 100%;
	background-color: #222;
	display:flex;
	text-align: center;
	height: 300px;
	align-content: center;
}

.leftfooter{
	background-color: #303030;
	width: 46%;
	height: 300px;
	margin: 0px;
	padding: 0px;
	align-content: center;
	line-height: 25px;
}
	
.middlefooter{
	background-color: #363535;
	width: 27%;
	height: 300px;
	margin: 0px;
	padding: 0px;
	align-content: center;
	line-height: 25px;
}

.rightfooter{
	background-color: #464646;
	color:#FFFFFF;
	width: 27%;
	height: 300px;
	margin: 0px;
	padding: 0px;
	align-content: center;
	line-height: 25px;
}

.footercontainer h2{
	font-size: 2.5em;
	color: #789742;
	font-weight: 600;
	line-height: 45px;
}

.footercontainer h3{
	font-size: 1.5em;
	color: #789742;
	font-weight: 600;
	line-height: 45px;
}

.footercontainer a:hover{
	color:#789742;
	font-weight: 700;
}

#underconstruction{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#underconstruction .underconstruction2{
    display: flex;
    justify-content: center;
    align-items: center;
}

#underconstruction img{
	width: 500px;
	height: 312px;
	margin-bottom: 100px;
}
#service{
	justify-content: space-between;
	margin-bottom: 100px;
	display:flex;
	flex-wrap:wrap;	
	margin-right: 120px;
}

section .serviceheading{
	margin-right: 500px;
	padding: 60px;
	padding-top: 20px;
}

section .serviceheading h1{
	font-size: 5.0em;
	font-weight: 700;
	font-family: "Poppins";
}

#service .servicesubhead{
	display:flex;
	flex-wrap:wrap;	
	padding:10px 0;
	font-size: .95em;
}

#service h2{
	font-size: 1.3em;
	font-weight: 800;
	line-height: 150%;
}

#service .servicesubhead p{
	display:flex;
	flex-wrap:wrap;	
	color:#000000;
	line-height: 150%;
}

#service .servicecontent{
	width:25%;
	padding:20px 10px;
	line-height: 110%;
	margin-left: 110px;
}

#service .servicepoint {
	display:flex;
	flex-wrap:wrap;	
	padding:20px 0;
	font-size: .95em;
}
#service .servicepoint li{
	font-size: 1.05em;
	line-height: 150%;
}

#service{
	margin-bottom: 100px;
	display:flex;
	flex-wrap:wrap;	
}

#about{
	height: 500px;
}

#about .aboutcontent h1{
	font-size: 5.0em;
	font-weight: 700;
	font-family: "Poppins";
	width: 25%;
}

#about .aboutcontent p{
	color:#000000;
	line-height: 150%;
	margin-left: 70px;
	margin-right: 70px;
	margin-bottom: 120px;
}

#contact{
	height: 1280px;
	margin-bottom: 120px;
}

#contact .contactcontent h1{
	font-size: 5.0em;
	font-weight: 700;
	font-family: "Poppins";
	width: 50%;
}

#contact .contactcontent h2{
	font-size: 1.3em;
	font-weight: 700;
	font-family: "Poppins";
	width: 50%;
	margin-left: 70px;
	margin-bottom: 20px;
}

#contact .contactcontent p{
	margin-left: 70px;
	margin-right: 70px;
	line-height: 130%;
}

#contact .google{
	margin-top: 50px;
}



@media (max-width: 540px) {
    body {
        font-size: .9em;
    }

    .container {
        width: 100%;
        padding: 0 15px;
    }

    header {
        text-align: center;
    }

    header .container {
        flex-wrap: wrap;
    }

    header .logo {
        font-size: 2em;
    }

    header .icon {
        display: block;
    }

    header .icon img {
        height: 32px;
    }

    header .icon img.close {
        display: none;
    }

    header nav {
        margin-top: 15px;
        width: 100%;
        display: none;
    }

    header nav a {
        display: block;
        border-top: solid 1px #FFF;
        padding: 15px 0;
        margin: 0;
    }
	main{}
	
    #banner {
        height: 450px;
    }

    #news .container {
        padding: 0;
    }

    #news .item {
   		width:100%;
		margin:0;
		padding:40px 20px;
		border-bottom: dashed 1px #DDD;
    }

    #form {
        margin: 40px 10px; /* Reduce the margin */
    }

    #form .container {
        padding: 40px 15px; /* Adjust the padding */
    }

    footer .footercontainer {
        flex-direction: column;
        height: auto;
        padding: 20px;
    }

    footer .leftfooter,
    footer .middlefooter,
    footer .rightfooter {
        width: 100%;
        height: auto;
        padding: 10px;
    }
}
