@charset "utf-8";
/* CSS Document */



.header
{
	height: 50px;
	width: 90%;
	background:white;
	margin: auto;
	text-align: center;
}
.logo{margin-top: 0px; padding: 0;height: 50px;}
.logo img
{
	height: 50px;
	width: 100px;
}
.menu{text-align: end;}
.menu a
{
	color:darkred;
	margin-right: 5%;
	font-weight: 600;
}

.menu a:hover
{
	color:#717171;
}

.menutoggle
{
/*	background: #D72528;*/
	padding: 0px;
	float: right;
	position: relative;
	display: none;
}
.menutoggle-content
{
	display: none;
	position: absolute;
	background-color: white;
	min-width: 180px;
	line-height: 40px;
	font-size: 18px;
	padding:20%;
	z-index: 1;
}
.menutoggle:hover .menutoggle-content
{
	display: block;
}
.menutoggle-content a
{
	color: black;
}

.menutoggle img
{
	width: 50px;
	height: 50px;
	float: right;
}

.services
{
	height: 2800px;
	width: 95%;
	margin: 2.5%;
	padding: 2%;
	align-content: center;
	text-align: center;
}
.head
{
	width: 100%;
	height: 200px;
	background-image: url(../images/backgroundimg9.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.head h1
{
	padding-left: 42%;
	color: white;
	line-height: 200px;
	
}
.service,.service_1,.service_2
{
	width: 31.333333333333333%;
	height: 300px;
	margin: 1%;
	margin-top: 50px;
	margin-bottom: 50px;
	padding: 1%;
	
}
.service_2{display: none;}
.para {margin-top: 50px;}
.para h1,.para p{text-align: left;margin-bottom: 20px;}
.service img,.service_1 img,.service_2 img
{
	width: 100%;
	height: 100%;
	margin-bottom: 30px;
}


.footer2
{
	height: 20px;
	background: white;
	color: black;
	font-size: 9px;
	text-align: center;
	line-height: 20px;
}

@media screen and (max-width:1280px)
{
	.header{height: 90px;}
	.menu{text-align: end; display: none;width: 10%}
	.logo img
	{height: 75px; width: 75px;margin-top:5px;}
	.menutoggle
	{display: block;width: 40%;}
	.menutoggle img
	{height: 75px;width: 75px;margin-top:10px;}
	.menutoggle-content
	{
		padding: 20px;
		width: 40%;
		right: 0;
		position: fixed;
		font-weight: 600;
		line-height: 120px;
		font-size: 36px;
	}
	.menutoggle-content a:hover{color: darkred;}
	
	.head h1{font-size:  48px;padding-left:35%;}
	.services{height: 10000px;}
	.service,.service_1,.service_2
	{
		width: 100%;
		height: 700px;
		font-size: 28px;
	}
	.service_1{display: none;}
	.service_2{display: block;}
	.para{width: 100%;font-size: 32px;}
	.para p{text-align: justify;}
	.footer2
	{
		height: 10px;
		font-size: 6px;
		line-height: 10px;
	}
	
}

@media screen and (max-width:992px)
{
	.head h1{padding-left: 35%;}
	.para h1{font-size:36px;}
	.para p{font-size: 28px;}
	.services{height: 10000px;}
}
@media screen and (max-width:768px)
{
    .menutoggle-content
    {
        width: 50%;
        font-size: 28px;
        line-height: 80px;
    }
    .head h1{padding-left: 28%;}
    .service,.service_1,.service_2{margin:0px;}
    .service img,.service_1 img,.service_2 img
    {
        height:80%;
        margin-bottom:0px;
    }
}

@media screen and (max-width:600px)
{
    .header{height:60px;}
    .logo img{height:50px !important;width:100px !important;}
    .menutoggle img{height:50px !important;width:50px !important;margin-top:7px;}
    .menutoggle-content{font-size:21px;}
	.head{height:100px;}
	.head h1{padding-left: 35%;font-size:32px;line-height:100px;}
	.services{height: 6000px;}
	.service,.service_1,.service_2{height:auto;}
	.service img,.service_2 img
    {
    	width: 100%;
    	height: 50%;
    	margin-bottom: 0px;
    }
	.para h1{font-size:24px;}
	.para p{font-size:16px;}
}
@media screen and (max-width:432px)
{
    .header{height:50px;}
    .logo img{height:40px !important; width:80px !important;}
    .menutoggle img{height:40px !important; width:40px !important;margin-top:7px;}
    .menutoggle-content{font-size:18px;line-height:50px;}
	.head h1{padding-left: 32%;font-size:28px;}
	.para h1{font-size:21px;}
	.para p{font-size:14px;}
	
}



