@charset "utf-8";
/* CSS Document */

body
{
margin:0;
padding:0;	
}

.mainhead
{
margin:0 auto;
padding:12% 0;
width:100%;
background:url(../images/banner1.jpg);
background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	box-sizing:border-box;
	opacity: 1.06333;
}


.planboxwrap
{
margin:0 auto 0 auto;
padding:0%;
width:60%;

}

.plan1
{
margin:0 auto;
padding:0%;
width:50%;
float:left;
background-color:#fff;
}


.plan1 h1
{
margin: 0;
    padding: 16px 0 23px 0;
 font-family: 'Quicksand', sans-serif;
    font-size: 53px;
    color: #0064ac;
    font-weight:normal;
    
    text-align: center;
    letter-spacing: -2px;
    line-height: 40px;
    transition: all 1s ease-in-out;	
}



.planboxwrap2
{
margin:0 auto 0 auto;
padding:0%;
width:60%;

}


.plan2
{
margin:0 auto;
padding:0%;
width:50%;
float:right;
background-color:#0064ac;
}

.plan2 h1
{
margin: 0;
padding: 16px 0 23px 0;
font-family: 'Quicksand', sans-serif;
font-size: 55px;
color: #ccc;
font-weight:normal;
text-align: center;
letter-spacing: -2px;
line-height: 40px;
transition: all 1s ease-in-out;	
}

.logowrap
{
margin:0;
padding:0;
width:100%;
background-color:#fff;	
  
    
	border-bottom:solid 2px #045058;
box-shadow: 0 0 8px 3px rgba(165,165,165,0.3);
}

.logobox
{
margin:0;
padding:0;
width:25%;
float:left;

}


.logobox img
{
margin:0 auto 0 10%;
padding:0;
width:80%;
}


.navbox
{
margin:0;
padding:0;
width:75%;
float:left;
}

.banner
{
margin:0 auto;
padding:0;
width:100%;

}

.banner iframe
{
height:400px;	
}


.container1
{
margin:0 auto;
padding:0;
width:95%;

}

.aboutbox
{
margin:0 5% 0 0%;
padding:5% 0;
width:65%;
float:left;

}
.aboutbox h1 {
    margin: 0 0 30px 0;
  padding:0 0 0 3%;
    float: left;
    width: 100%;
    position: relative;
    font-weight: 300;
    font-family: 'Quicksand', sans-serif;
    font-size: 48px;
    text-align: left;
    color: #0064ac;
    letter-spacing: -3px;
}


.aboutbox h1:after {
    content: "";
    position: absolute;
    width: 220px;
    height: 1px;
    background-color: #0064ac;
    left: 3%;
    bottom: -12px;
}
.aboutbox p{
font-size: 16px;
    text-align: justify;
    color: #454142;
    line-height: 25px;
    font-weight: normal;
	padding:0 0 0 3%;
	font-family: 'Roboto', sans-serif;
}
.aboutimg
{
margin:7% 0 0 0;
padding:0;
width:30%;
float:left;
background-color:#30C;
}

.aboutimg img
{
margin:0;
padding:0;
width:100%;
border: 2px solid #ffffff;
    box-sizing: border-box;
    -webkit-box-shadow: 0 0 5px 1px rgba(0,0,0,0.3);
    box-shadow: 0 0 5px 1px rgba(0,0,0,0.3);
}





.container4
{
margin:0 0 0 0%;
padding:4% 0;
width:100%;

}

.container4 h1
{
font-family: 'Philosopher', sans-serif;
    font-size: 35px;
    line-height: 31px;
    font-weight: 300;
	text-align:center;
    letter-spacing: 3px;
    color: #045058;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    padding: 0;
    margin: 0;
}


.about1
{
margin:3% 0 0 5%;
padding:0% 0;
width:35%;
float:left;
box-sizing:border-box;
}

.about1 img
{
width:100%;
}


.about2
{
margin:3% 5% 0 0%;
padding:0% 0;
width:55%;
float:left;
box-sizing:border-box;
}

.about2 h4{
font-size: 15px;
    text-align: left;
    color:#666;
    line-height: 25px;
    font-weight: normal;
	padding:0% 0% 2% 2%;
	font-family: 'Roboto', sans-serif;
}


.about2 p{
font-size: 14px;
    text-align: left;
    color: #7f7f7f;
    line-height: 25px;
    font-weight: normal;
	padding:0% 0% 3% 2%;
	font-family: 'Roboto', sans-serif;
}


.cont4-box2
{
margin:0 0 0 0%;
padding:6% 0;
width:20%;
float:left;
 -webkit-transition: background-color 2s ease-out;
  -moz-transition: background-color 2s ease-out;
  -o-transition: background-color 2s ease-out;
  transition: background-color 2s ease-out;
}


.cont4-box2:hover {
  background-color: #00aceb;
  cursor: pointer;

}
.cont4-box2 p{
font-size: 15px;
    text-align: center;
    color: #7f7f7f;
    line-height: 25px;
    font-weight: normal;
	padding:5% 10% 3% 10%;
	font-family: 'Roboto', sans-serif;
}


a:hover {
 color: #fff;
  cursor: pointer;

}
.cont4-box3
{
margin:0 0 0 0%;
padding:0% 0%;
width:20%;
float:left;
box-sizing:border-box;
}

.cont4-box3 img
{
width:100%;
}



.cont4-box4
{
margin:0 0 0 0%;
padding:6% 0;
width:20%;
float:left;
 -webkit-transition: background-color 2s ease-out;
  -moz-transition: background-color 2s ease-out;
  -o-transition: background-color 2s ease-out;
  transition: background-color 2s ease-out;
}


.cont4-box4:hover {
  background-color: #00aceb;
  cursor: pointer;

}
.cont4-box4 p{
font-size: 15px;
    text-align: center;
    color: #7f7f7f;
    line-height: 25px;
    font-weight: normal;
	padding:5% 10% 3% 10%;
	font-family: 'Roboto', sans-serif;
}
.cont4-box5
{
margin:0 0 0 0%;
padding:0% 0;
width:20%;
float:left;
}
.cont4-box5 img
{
width:100%;
}



.container2
{
margin:0 0 0 0%;
padding:7% 0 5% 0;
width:100%;
background-color:#f6f6f6;
}

.container2 h1
{
font-family: 'Philosopher', sans-serif;
    font-size: 35px;
    line-height: 31px;
    font-weight: 300;
	text-align:center;
    letter-spacing: 3px;
    color: #045058;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    padding: 0;
    margin: 0;
}

.container3
{
margin:0 auto;
padding:0% 2.5% 5% 2.5%;
width:100%;
box-sizing:border-box;
background-color:#f6f6f6;
}


.container5
{
margin:0 0 0 0%;
padding:8% 0 8% 0;
width:100%;
background:url(../images/parallasse.jpg) no-repeat;
background-attachment:fixed;
background-size:cover;
opacity:0.8;
}

.container5 p{
font-size: 14px;
    text-align: center;
    color: #fff;
    line-height: 25px;
    font-weight: normal;
	letter-spacing:3px;
	padding:5% 15% 5% 15%;
	font-family: 'Roboto', sans-serif;
}


.container6
{
margin:0 0 0 0%;
padding:3% 10% 2% 10%;
width:100%;

box-sizing:border-box;
}

.cont6-box1
{
margin:0 0 0 0%;
padding:0% 0;
width:25%;
float:left;
}

.cont6-box1 img
{
margin:0 0 0 45%;
padding:0% 0;
width:10%;
}
.cont6-box1 p{
font-size: 14px;
    text-align: center;
    color: #202020;
    line-height: 25px;
    font-weight: normal;
	
	padding:5% 0;
	font-family: 'Roboto', sans-serif;
}


.cont6-box2
{
margin:0 0 0 0%;
padding:0% 0;
width:50%;
float:left;

}
.cont6-box2 img
{
margin:0 0 0 45%;
padding:0% 0;
width:4%;
}
.cont6-box2 p{
font-size: 14px;
    text-align: center;
    color: #202020;
    line-height: 25px;
    font-weight: normal;
	
	padding:4% 0;
	font-family: 'Roboto', sans-serif;
}

.cont6-box3
{
margin:0 0 0 0%;
padding:0% 0;
width:25%;
float:left;

}
.cont6-box3 img
{
margin:0 0 0 45%;
padding:0% 0;
width:10%;
}
.cont6-box3 p{
font-size: 14px;
    text-align: center;
    color: #202020;
    line-height: 25px;
    font-weight: normal;
	
	padding:4% 0;
	font-family: 'Roboto', sans-serif;
}



.container7
{
margin:0 0 0 0%;
padding:1% 0% 1% 0%;
width:100%;
background-color:#efefef;
box-sizing:border-box;
}

.social
{
margin:0 auto;
padding:2% 0% 2% 0%;
width:15%;

}

.fb
{
margin:0 auto;
padding:0;
width:33.33%;

float:left;
-webkit-transition: width 2s, height 2s, -webkit-transform 2s; /* Safari */
    transition: width 2s, height 2s, transform 2s;
	}
.fb:hover {
 -webkit-transform: rotateX(360deg); /* Safari */
    transform: rotateX(360deg);
  cursor: pointer;
 }

.fb img
{
margin:0 auto;
padding:0;
width:20%;
}



.twit
{
margin:0 auto;
padding:0;
width:33.33%;

float:left;
-webkit-transition: width 2s, height 2s, -webkit-transform 2s; /* Safari */
    transition: width 2s, height 2s, transform 2s;
	}
	
	
.twit:hover {
 -webkit-transform: rotateX(360deg); /* Safari */
    transform: rotateX(360deg);
  cursor: pointer;
 }

.twit img
{
margin:0 auto;
padding:0;
width:30%;
}


.google
{
margin:0 auto;
padding:0;
width:33.33%;

float:left;
-webkit-transition: width 2s, height 2s, -webkit-transform 2s; /* Safari */
    transition: width 2s, height 2s, transform 2s;
	}
	
	
.google:hover {
 -webkit-transform: rotateX(360deg); /* Safari */
    transform: rotateX(360deg);
  cursor: pointer;
 }

.google img
{
margin:0 auto;
padding:0;
width:30%;
}


footer
{
margin:0 0 0 0%;
padding:1% 0% 1% 0%;
width:100%;
background-color:#252525;
box-sizing:border-box;
}
footer p{
font-size: 14px;
    text-align: center;
    color: #ccc;
    line-height: 25px;
    font-weight: normal;
	
	padding:0% 0;
	font-family: 'Roboto', sans-serif;
}


.clear
{
clear:both;	
}



.aboutban
{
margin:0 0 0 0%;
padding:1% 0% 1% 0%;
width:100%;

}

.aboutban img
{
margin:0 0 0 0%;
padding:0%;
width:100%;

}


.aboutcontainer
{
margin:0 0 0 0%;
padding:5% 5% 3% 5%;
width:100%;

box-sizing:border-box;
}




.breadcrumb
{
margin:0 0 0 0%;
padding:0%;
width:100%;
background-color:#CCC;
box-sizing:border-box;
}


.breadcrumb p{
font-size: 14px;
    text-align: justify;
    color: #fff;
    line-height: 25px;
    font-weight: normal;
	padding:0% 5% 0 0%;
	font-family: 'Roboto', sans-serif;
}


.aboutpart1
{
margin:0% 0 0 0%;
padding:0% 0% 0% 0%;
width:23%;
float:left;

}

.category_col {
    width: 100%;
    float: left;
    margin-bottom: 30px;
    background: #fff;
    border: 1px solid #e1e0e0;
	margin-top: 8%;
}

.category_col h4 {
    padding: 11px 10px 10px 12px;
    font-size: 16px;
    color: #fff;
    background: url(../images/up_arrow_column.png) no-repeat scroll 10px bottom #045058;
    text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
    margin-bottom: 5px;
}


.category_col ul {
    margin: 0px;
    padding: 0px 13px;
	
}


.category_col ul li:first-child {
    border: 0px;
}
.category_col ul li {
    list-style: none;
    float: left;
    width: 100%;
    line-height: 22px;
    padding: 7px 0 6px;
    border-top: 1px solid #ccc;
    font-size: 13px;
}


.category_col ul li ul li {
    list-style: none;
    float: left;
    width: 100%;
    line-height: 22px;
    padding: 7px 0 6px;
    border-top: 1px solid #ccc;
    font-size: 13px;
}





.category_col ul li a {
    color: #666;
 font-family: 'Open Sans', sans-serif;
}


.l_bnr {
    width: 100%;
    float: left;
}

.l_bnr img {
    width: 100%;
    height: auto;
    float: left;
}


.aboutpart2
{
margin:0% 0 0 2%;
padding:1% 0% 1% 0%;
width:75%;
float:left;

}
.head_wdt {
    width: 100%;
    float: left;
}

.head_wdt h5 {
    text-transform: uppercase;
    font-size: 22px;
    color: #045058;
    margin: 11px 0px 21px;
 font-family: 'Open Sans', sans-serif;
    border-bottom: 1px solid #d5d5d5;
    position: relative;
    padding: 0px 60px 10px 0px;
    float: left;
}

.head_wdt h5 span {
    width: 8px;
    height: 8px;
    position: absolute;
    left: 0px;
    bottom: -4px;
    border: 1px solid #d5d5d5;
    background: #F0F0F0;
}

.rght_cnt {
    width: 100%;
    float: left;
    min-height: 350px;
    background: #fff;
    border: 1px solid #e1e0e0;
    padding: 20px;
}

.rght_cnt p {
    color: #666;
    font-family: 'Open Sans', sans-serif;
    line-height: 20px;
    font-size: 13px;
    margin-bottom: 20px;
}


.about3
{
margin:0 0 0 0%;
padding:1% 0% 1% 0%;
width:40%;
float:left;
}

.about3 img
{
margin:0 0 0 0%;
padding:0% 0% 0% 0%;
width:100%;
}



.about4
{
margin:0 0 0 0%;
padding:1% 0% 1% 0%;
width:60%;
float:left;
}



.aboutpart2 h2
{
font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    line-height: 31px;
    font-weight: 300;
	text-align:left;
    letter-spacing: 3px;
    color: #045058;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    padding:0% 0 0% 0%;
    margin: 0;
}
.aboutpart2 h4
{
font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 31px;
    font-weight: bold;
	text-align:left;
    letter-spacing: 1px;
    color: #4e4e4e;
    
    -webkit-font-smoothing: antialiased;
    padding:0% 0 0% 0%;
    margin: 0;
}


.about4 p{
font-size: 14px;
    text-align: justify;
    color: #9a9a9a;
    line-height: 25px;
    font-weight: normal;
	padding:0% 5% 0 5%;
	font-family: 'Roboto', sans-serif;
}


.contactcontainer
{
margin:0 0 0 0%;
padding:3% 5% 3% 5%;
width:100%;

box-sizing:border-box;
}





/************************************************** enquiry page start*********************************************************/
.enquiryhead {
    margin: 0% 0 0% 5%;
    padding: 1% 0% 3% 0%;
    width: 90%;

    box-sizing: border-box;
}

.enquiryhead  h5 {
    text-transform: uppercase;
    font-size: 22px;
    color: #333;
    margin: 11px 0px 21px;
 font-family: 'Open Sans', sans-serif;
    border-bottom: 1px solid #d5d5d5;
    position: relative;
	letter-spacing:2px;
    padding: 0px 60px 10px 0px;
    float: left;
	font-weight:normal;
}

.enquiryhead  h5 span {
    width: 8px;
    height: 8px;
    position: absolute;
    left: 0px;
    bottom: -4px;
    border: 1px solid #d5d5d5;
    background: #F0F0F0;
}




.enquirybox {
    margin: 3% 0 3% 5%;
    padding: 0% 0% 3% 0%;
    width: 90%;
    border: 1px solid #ccc;
    box-sizing: border-box;
}
.field3 p{
font-size: 18px;
    text-align: justify;
 color: #1b79be;
    line-height: 25px;
    font-weight: normal;
	padding:0% 5% 0 0%;
	font-family: 'Roboto', sans-serif;
}
.field1
{
margin:1% 0% 0 1%;
padding:2%;
width:49.5%;
float:left;
box-sizing:border-box;

}


.firstname {
    height: 40px;
    width: 100%;
    padding: 5%;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-right-style: none;
    border-left-style: none;


}


.field1 p{
font-size: 18px;
    text-align: justify;
    color: #045058;
    line-height: 25px;
    font-weight: normal;
	padding:0% 5% 0 0%;
	font-family: 'Roboto', sans-serif;
}



.field2
{
margin:1% 0% 0 0%;
padding:2%;
width:49.5%;
float:left;
box-sizing:border-box;
}



.field2 p{
font-size: 18px;
    text-align: justify;
 color: #045058;
    line-height: 25px;
    font-weight: normal;
	padding:0% 5% 0 0%;
	font-family: 'Roboto', sans-serif;
}

.field3
{
margin:1% 0% 0 1%;
padding:2%;
width:49.5%;
float:left;
box-sizing:border-box;

}


.field3 p{
font-size: 18px;
    text-align: justify;
 color: #045058;
    line-height: 25px;
    font-weight: normal;
	padding:0% 5% 0 0%;
	font-family: 'Roboto', sans-serif;
}


.field4
{
margin:1% 0% 0 0%;
padding:2%;
width:49.5%;
float:left;
box-sizing:border-box;

}

.field4 p{
font-size: 18px;
    text-align: justify;
     color: #045058;
    line-height: 25px;
    font-weight: normal;
	padding:0% 5% 0 0%;
	font-family: 'Roboto', sans-serif;
}


.field5
{
margin:1% 0% 0 0%;
padding:2%;
width:100%;
float:left;
box-sizing:border-box;

}

.field5 p{
font-size: 18px;
    text-align: justify;
   color: #045058;
    line-height: 25px;
    font-weight: normal;
	padding:0% 5% 0 1%;
	font-family: 'Roboto', sans-serif;
}


.message {
    height: 90px;
    width: 98%;
    padding: 0%;
	margin:0 0 0 1%;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-right-style: none;
    border-left-style: none;


}
.field6
{
margin:1% 0% 0 0%;
padding:2%;
width:100%;
float:left;
box-sizing:border-box;
}
.submit
{
margin:1% 2% 0 1%;
padding:0.5% 0;
width:25%;
    border: 1px solid #39b6e3;
float:left;
box-sizing:border-box;
cursor:pointer;
}

.submit p
{
font-size:17px;
text-align:center;
font-family: Cambria;
text-transform:capitalize;
font-weight:normal;
color:#333131;
padding:0;
}

.reset
{
margin:1% 0% 0 0%;
padding:0.5% 0;
width:25%;
   border: 1px solid #39b6e3;
float:left;
box-sizing:border-box;
cursor:pointer;
}
.reset p
{
font-size:17px;
text-align:center;
font-family: Cambria;
text-transform:capitalize;
font-weight:normal;
color:#333131;
padding:0;
}

/* Bounce To Bottom */
.hvr-bounce-to-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-bottom:hover, .hvr-bounce-to-bottom:focus, .hvr-bounce-to-bottom:active {
  color: white;
}
.hvr-bounce-to-bottom:hover:before, .hvr-bounce-to-bottom:focus:before, .hvr-bounce-to-bottom:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
/************************************************** enquiry page end**********************************************************/




/******************************** *****************************************/

.levelbox
{
margin:3% 0 0 0;
padding:0;
width:100%;

}


.level1
{
margin:0;
padding:0;
width:45%;
float:left;

}


.level2
{
margin:3% 0 0 0;
padding:0;
width:50%;
float:left;

}


.levelbox2
{
margin:3% 0 2% 0;
padding:0;
width:100%;

}

 td
{
text-align:center;	
padding:2% 0;
font-family: 'Open Sans', sans-serif;
color:#4e4e4e;

}


.gallery_box
{
margin:0 0 0 0%;
padding:1% 0% 1% 0%;
width:100%;
box-sizing:border-box;
}

* {
  box-sizing: border-box;
}

.row > .column {
  padding: 0 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.column {
  float: left;
  width: 25%;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer
}

.video_box
{
margin:0 0 0 0%;
padding:1% 0% 1% 0%;
width:100%;

}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

img {
  margin-bottom: -4px;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}


@media only screen and (max-width:768px) 
{

.logobox {
    margin: 0 auto 0 25%;
    padding: 0;
    width: 50%;
    float: left;
}

.navbox {
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
    background-color: #000;
}



.about1 {
    margin: 3% 0 0 10%;
  
    width: 80%;
   
}


.about2 {
    margin: 3% 0% 0 10%;
    padding: 0% 0;
    width: 80%;
 
}


.container6 {

    padding: 3% 0% 2% 0%;

}

.banner iframe
{
height:500px;	
}


.about3 {
    margin: 3% 0 0 10%;
  
    width: 80%;
   
}


.about4 {
    margin: 3% 0% 0 10%;
    padding: 0% 0;
    width: 80%;
 
}




.aboutcontainer {
    margin: 0 0 0 0%;
    padding: 1% 1% 3% 1%;
 
}
.enquiryhead {
    margin: 0% 0 8% 5%;
   
}

}



@media only screen and (max-width:425px) 
{
	
.logobox {
    margin: 0 auto 0 15%;
  
    width: 70%;
  
}	
	.aboutban {
    margin: 0 0 0 0%;
    padding: 30% 0% 1% 0%;
    width: 100%;
}
.container4 h1 {
 
    font-size: 34px;
 
    padding: 3% 0 5% 0;
    
}	
	
.container2 h1 {
font-size: 34px;
    padding: 0 0 3% 0;
    margin: 0;
}	
	
.container5 p {
   
    padding: 5% 5% 5% 5%;
  
}	
	.container5 {
    
    padding: 12% 0 12% 0;
  
}



.cont6-box1 {
    margin: 0 0 0 20%;
   
    width: 60%;
  
}	

.cont6-box2 {
    margin: 0 0 0 20%;
   
    width: 60%;
  
}

.cont6-box3 {
    margin: 0 0 0 20%;
   
    width: 60%;
  
}
.cont6-box2 img {
    margin: 0 0 0 45%;
    padding: 0% 0;
    width: 8%;
}

.container6 {
    padding: 10% 0% 5% 0%;
}

.social {
  
    width: 40%;
}

.banner iframe
{
height:250px;	
}

.field1
{
margin:1% 0% 4% 5%;
padding:2%;
width:90%;
}

.field1 p {
    font-size: 17px;
 
}
.field2
{
margin:1% 0% 4% 5%;
padding:2%;
width:90%;
}

.field2 p {
    font-size: 17px;
 
}

.field3
{
margin:1% 0% 4% 5%;
padding:2%;
width:90%;
}

.field3 p {
    font-size: 17px;
 
}

.field4
{
margin:1% 0% 4% 5%;
padding:2%;
width:90%;
}

.field4 p {
    font-size: 17px;
 
}

.field5
{
margin:1% 0% 4% 5%;
padding:2%;
width:90%;
}

.field5 p {
    font-size: 17px;
 
}

.submit {
    margin: 1% 2% 0 5%;
    width: 43%;
   
}
.reset {
   
    width: 43%;
    
}

.aboutpart1 {
    margin: 0% 0 0 2.5%;
    width: 95%;
}

.category_col {

     margin-top: 0%;
}
.aboutpart2 {
    margin: 5% 0 10% 2.5%;

    width: 95%;
  
}

.enquirybox {
    margin: 8% 0 3% 2.5%;
  
    width: 95%;
  
}

.enquiryhead {
    margin: 0% 0 15% 5%;
   
}

.enquiryhead h5 {
    text-transform: uppercase;
    font-size: 18px;
}
.level1
{
margin:0 auto;
padding:0;
width:95%;


}
.level1 img
{
margin:0% auto 0 0;
padding:0;
width:100%;
}

.level2
{
margin:7% auto 0 0;
padding:0;
width:95%;
}

.level2 img
{
margin:0% auto 0 0;
padding:0;
width:100%;
}


}

@media only screen and (max-width:425px) 
{

	.aboutban {
    margin: 0 0 0 0%;
    padding: 0% 0% 1% 0%;
    width: 100%;
}


.logowrap
{

     position: inherit;
   
}


}
