@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");

*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  font-family: "Poppins", sans-serif;
}
/*h1 {
    font-size: 3.5rem;
}
p{
	font-size: 1rem;
}

@media only screen and (max-width: 400px) {
    h1 {
        font-size: 2rem;
    }
    p{
    	font-size: 0.9rem;
    }
}
*/
p {
    padding: 10px;
}
header{
	position: absolute;
	background: #00bcd4;
	top: 10px;
	left: 0;
	z-index: 10;
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #fff;
	padding: 2px 100px;
}
#logo{

	display: -webkit-flex;
	display: -moz-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	/*align-items: center;*/
	color: #fff;
}
heading{
	display: -webkit-flex;
	display: -moz-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-start;
	align-items:baseline;
	color: #fff;
	flex-direction: column;
	margin-left: 5px;
	font-size: 26px;
}
.small{
	font-size: 12px;
}
.image{
	 width:25px;
}

header h2{
	text-transform: uppercase;
	padding: 15px;
	text-align: center;
}
ul,nav{
	list-style:none;
}
a{
	text-decoration: none;
	cursor: pointer;
	color: inherit;
}
header nav{
	display: -webkit-flex;
	display: -moz-flex;
	display: -o-flex;
	display: flex;
}
header nav li{
	margin: 0 15px;
}
header nav:first-child{
	margin-left: 0;
}
header nav:last-child{
	margin-left: 0;
}

@media (max-width: 1000px){
	header{
		padding: 20px 50px;
	}
}

@media (max-width: 700px){
	header{
		padding: 10px 15px;
		flex-direction: column;	
	}
	header h2{
		margin-bottom: 15px;

	}
	header nav li{
		margin: 0 7px;

	}
}

/* banner area*/
section{
	display: -webkit-flex;
	display: -moz-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	color: #000;
	padding: 0px 100px;
	
}
@media (max-width: 1000px){
	section {
		padding: 100px 50px;
	}
}

/* about */
.about-title{
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	background-color:#eee;
	}
	ul.about-content{
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background-color:#eee;
	padding-bottom:45px;
	}
.about-content li{
	
	padding: 0px;

}
.about-left{

	flex-basis: 45%;
	display:flex;
	justify-content:center;
	/*align-items:center;*/
	

}
.about-right{
    padding:50px 100px;
	flex-basis: 55%;
	background-image: url();
	
}
.about-area p{
	max-width: 800px;
	line-height: 1.5;
	text-align: left;
	padding-left: 50px;
	padding-top: 0px;
	padding-bottom:5px;
	text-indent: 50px;
	margin:0;
}
.section-title{
	text-transform: uppercase;
	font-size: 35px;
	font-weight:normal;
	margin-bottom: 1%;
background-color: mintcream;
}
.about-right h2{
	margin-bottom: 3%;
}
.about-btn{
	padding: 10px 15px;
	background: #00bcd4;
	border-radius: 50px;
	text-transform: uppercase;
	color: #fff;
	


}
@media (max-width: 1000px){
	.about-left,
	.about-right {
		flex-basis: 100%;
		justify-content: flex-start;
	}
	.about-content li{
		padding: 8px;
	}
	.about-btn{
	padding: 5px 15px;
	background: #00bcd4;
	border-radius: 50px;
	text-transform: uppercase;
	color: #fff;
	

}
}

/* services*/
#services{
	background: #d3d3d3; 
}
ul.services-content{
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.services-content li{
	padding: 0 30px;
	flex-basis: 33%;
	text-align: center;
}
.services-content li i{
	font-size: 50px;
	text-align:center;
	margin-bottom: 25px;
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.services-content li i h4{
    text-align:center;
	font-size: 20px;
	margin-bottom:15px;

}
.services-content li i p{
	margin: 0; 

}
@media (max-width: 1000px){
	.services-content li{
		flex-basis: 100%;
		margin-bottom: 65px;
	}
	.services-content li:last-child{
		margin-bottom: 0;
	}
	.services-content li p{
		padding: 0;
	}
}

	/*Contact area*/
	.contact{
		position: relative;
		min-height: 100vh;
		padding: 50px 100px;
		display: flex;
		justify-content: center;
		align-items: center; 
		flex-direction: column;
		/*background-image: url();*/ 
		background-size: cover;
	}
	.contact .content{
		max-width: 800px;
		text-align: center;
	}
	.contact.content h2{
		font-size: 36px;
		font-weight: 500;
		color:#fff;
	}
	.contact.content p{
		font-weight: 500;
		color:#fff;
	}
	.container{
		max-width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		margin-top: 30px; 
	}
	.container .contactinfo{
		width: 50%;
		padding: 10px 20px;
		display: flex;
		flex-direction: column;
	}
	.container .contactinfo  form .box{
		position: relative;

	}
	.container .contactinfo .box .icon{
		min-width: 60px;
		height: 60px;
		background: #fff;
		display: flex;
		justify-content: center;
		align-items: center;
		border-radius: 50%;
		font-size:22px;
		flex-direction: column;
		/*background-image: url();*/ 
		background-size: cover;
	}	
    .container .contactinfo .box .text{
    	display: flex;
    	margin-left: 20px;
    	font-size: 16px;
    	color:#000;
    	align-items: center;
    	flex-direction: column;
    	font-weight: 300;
    }
    .container .contactinfo .box .text h3{
    	align-items: center;
    	font-weight: 500;
    	color: #00bcd4;
    }
    .contactForm{
        width: 50%;
		padding: 10px 20px;
		display: flex;
		flex-direction: column;
    	background:#fff;
    	border:15px solid #e3e3e3;
    }
    .contactForm h2{
    	font-size: 30px;
    	color: #333;
    	font-weight: 500;
    }
    .contactForm .inputbox input{
    	position: relative;
    	width: 100%;
    	margin-top: 10px;
    }
    .contactForm .inputbox input,
    .contactForm .inputbox textarea{
    	width: 100%;
    	padding: 5px 0;
    	font-size: 16px;
    	margin: 10px 0;
    	border:none;
    	border-bottom: 2px solid #333;
    	outline: none;
    	resize: none;
    }

    .contactForm form .box .inputbox span{
    	position: absolute;
    	top: 10px;
    	padding: 5px 0;
    	font-size: 16px;
    	margin: 10px 0;
    	/*pointer-events: none;*/
    	transition: 0.5s;
    	color: #666;
    }

    .contactForm .inputbox input[type="submit"]
    {
    	width: 100px;
    	background: #00bcd4;
    	color: #fff;
    	border:none;
    	border-radius: 50px;
    	cursor:pointer;
    	padding: 10px;
    	font-size: 18px;
    }
    @media(max-width: 991px){
    	.contact{
    		padding: 5%;
    	}
    	.container{
    		flex-direction: column;
    	}
    	.container .contactinfo{
    		margin-bottom: 40px;
    	}
    	.container .contactinfo, .container .contactForm{
    		width: 99%;
    	}
    	section{
    	    border: 1px solid black;
    	    padding : 10px 10px;
    	    margin: 5px;
    	    border-radius:5px;
    	}
    	.section-title{
    	text-transform: uppercase;
    	font-size: 18px;
    	margin-bottom: 5%;
        }
        .about-left{
            padding:100px 100px;
            height:50%;
        }

    }

.section_admin{
	background-color: #FFFFF7;
}
.services-content{
	display:flex;
	flex-direction:row;
}
.admin_image{
	width:40%;
	padding: 5px 15px;
}
.admin_exp{
	width:60%;
}
.admin_exp span{
    display:block;
    font-size:22px;
    font-weight:bold;
	width:100%;
	line-height:45px;
    text-align: left;
    margin-bottom:15px;
}
.admin_exp p{
        text-indent: 15px;
        padding:0;
}
@media screen and (max-width: 600px) {
	.section_admin{
		background-color: #ccc;
	}
	.services-content{
		display:flex;
		flex-direction:column;
	}
	.admin_image{
		width:
		100%;
	}
	.admin_exp{
		width:100%;
		padding: 10px 25px;
		
	}
.admin_exp span{
    line-height:15px;
    display:block;
    font-weight:bold;
	width:100%;
    text-align: center;
}
.admin_exp p{
    text-indent: 50px;
}

}
.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.active, .accordion:hover {
  background-color: #ccc;
}

.accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}