﻿@charset "utf-8";
#service_content3 {
    float: left;
    width: 50%;
   
    background-size: 100%;
    padding-right: 45%;
    padding-left: 5%;
    line-height: 25px;
}



.top_nav_in {
	float: left;
	width: 100%;
	background-color: #FFF;
	padding-top: 1%;
	padding-bottom: 1%;
	border-bottom:1px solid #ccc;
}
#about_content {
	float: left;
	width: 50%;
	background-image: url(../images/abt_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 100%;
	padding-right: 45%;
	padding-left: 5%;
	line-height: 25px;
}
#service_content {
	float: left;
	width: 50%;
	background-image: url(../images/ser_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 100%;
	padding-right: 45%;
	padding-left: 5%;
	line-height: 25px;
}

#service_content1 h4 {
    margin-top:4%;
}



.events_img img{width:100%;
                padding-bottom:20px;
}

#service_content1 {
	    float: left;
    width: 90%;
    padding-right: 5%;
    padding-left: 5%;
    line-height: 25px;
}
#service_content_one, #team_content {
	float: left;
	width: 90%;
	padding-left: 5%;
	line-height:25px;
}

#service_content_two {
	float: left;
	width: 90%;
	padding-left: 2%;
	line-height:25px;
}

#enquiry_content {
	float: left;
	width: 90%;
	padding-left: 5%;
	line-height:25px;
   /* background-image: url(../images/paper_plane.gif);*/
	background-repeat: no-repeat;
	background-size:100%;
	background-position:top;
}
#contact_content {
	float: left;
	width: 100%;
	padding-right: 45%;
	padding-left: 0%;
	line-height: 25px;
}
.txt {
	font-family: 'Cambria';
}
#about_content h1, #team_content h1 {
	color: #82C519;
	text-decoration: none;
}



/*---- media start----*/

@media only screen and (max-width:800px) and (min-width:240px)
{
body{
	margin: 0;
	min-width:100%;
	padding: 0;
}	
#about_content, #service_content {
	width: 90%;
	background-image: none;
	float:left;
	padding-left: 5%;
	line-height:25px;
}
.top_nav_in {
    border-bottom: 0px solid #ccc;
}
.name_div {
    float: left;
    width: 100%;
    margin-bottom: 2%;
    color: #000;
    font-weight: normal;
    margin-right: 2%;
}

.name_div1 textarea {
    /* height: 130px; */
    width: 100%;
    padding: 1%;
    color: #000;
    font-weight: normal;
    /* border: 1px solid #8e7f7f; */
    /* border-right-style: none; */
    /* border-left-style: none; */
    /* font-size: 0.9em; */
    /* font-weight: normal; */
    /* background-color: #000000; */
    height: 30px;
    /* width: 100%; */
    /* padding: 1%; */
    /* border: 1px solid #8e7f7f; */
    /* border-right-style: none; */
    /* border-left-style: none; */
    /* font-size: 0.9em; */
    /* font-weight: normal; */
    /* background-color: #000000; */
    border-top: none;
    border-bottom: 1px solid #ccc;
    border-right-style: none;
    border-left-style: none;
}
}
