html{overflow-x:hidden;}

body{overflow-x:hidden;    font-family: 'Open Sans', sans-serif; background-image:url(../images/body-bg.jpg);}

* {margin:0px; padding:0px;}
a{text-decoration:none !important;}

.header_01{width:100%;height:auto;float:left;background-color:#fff;background-image:url(../images/header_bg.jpg);background-repeat:no-repeat;/* background-position-x: -100px; */background-position: right;min-height: 260px;/* background-position-x: -100px; */ border-bottom: 4px solid #57a617;}
.logo{width:100%;height:auto;float:left;margin: 30px 0px 23px;}
.logo img{ max-width:100%;}
.menu_bottom{width:100%; height:auto; float:left; background-image:url(../images/menubg.jpg); background-repeat:no-repeat; background-position:left; background-size:50%;     background-color: #0c4ca3;}
.menu01{width:100%; height:auto; float:left;}
.emil{width:100%;height:auto;float:left;text-align: left;font-size: 21px;font-weight: 400;font-family: Open Sans;padding-right: 20px;padding-top: 5px;}
.emil a{
    color: #58a618;
    cursor: default;
}
.emil a:hover{ color:#fff;}

@import url(http://fonts.googleapis.com/css?family=Open+Sans);
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  width: auto;
  font-family: 'Open Sans', sans-serif;
  line-height: 1;
  background: rgba(12, 76, 163, 0);
}
#menu-line {
  position: absolute;
  top: 0;
  left: 0;
  height: 0px;
  background: #009ae1;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
#cssmenu > ul > li {
  float: left;
  margin-right: 40px;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu > ul > li > a {
  padding: 16px 0px;
  font-size: 15px;
  text-decoration: none;
  text-transform: uppercase;
  color: #ffffff;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
  font-family: Open Sans;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
  color: #009ae1;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 25px;
}
#cssmenu > ul > li.has-sub > a::after {
  position: absolute;
  top: 21px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#cssmenu > ul > li.has-sub:hover > a::after {
  border-color: #009ae1;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  right: 0;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: height .2s ease;
  -moz-transition: height .2s ease;
  -ms-transition: height .2s ease;
  -o-transition: height .2s ease;
  transition: height .2s ease;
}
#cssmenu ul li:hover > ul > li {
  height: 32px;
}
#cssmenu ul ul li a {
  padding: 10px 20px;
  width: 160px;
  font-size: 12px;
  background: #333333;
  text-decoration: none;
  color: #dddddd;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #ffffff;
}
#cssmenu ul ul li.has-sub > a::after {
  position: absolute;
  top: 13px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  content: "";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#cssmenu.align-right ul ul li.has-sub > a::after {
  right: auto;
  left: 10px;
  border-bottom: 0;
  border-right: 0;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}
#cssmenu ul ul li.has-sub:hover > a::after {
  border-color: #ffffff;
}
@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu {
    width: 100%;
  }
  #cssmenu ul {
    width: 100%;
    display: none;
  }
  #cssmenu.align-center > ul,
  #cssmenu.align-right ul ul {
    text-align: left;
  }
  #cssmenu ul li,
  #cssmenu ul ul li,
  #cssmenu ul li:hover > ul > li {
    width: 100%;
    height: auto;
    border-top: 1px solid rgba(120, 120, 120, 0.15);
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
  }
  #cssmenu > ul > li,
  #cssmenu.align-center > ul > li,
  #cssmenu.align-right > ul > li {
    float: none;
    display: block;
  }
  #cssmenu ul ul li a {
    padding: 20px 20px 20px 30px;
    font-size: 12px;
    color: #000000;
    background: none;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li a:hover {
    color: #000000;
  }
  #cssmenu ul ul ul li a {
    padding-left: 40px;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul {
    position: relative;
    left: 0;
    right: auto;
    width: 100%;
    margin: 0;
  }
  #cssmenu > ul > li.has-sub > a::after,
  #cssmenu ul ul li.has-sub > a::after {
    display: none;
  }
  #menu-line {
    display: none;
  }
  #cssmenu #menu-button {
    display: block;
    padding: 14px;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
  }
  #cssmenu #menu-button::after {
    content: '';
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    width: 15px;
    height: 2px;
    background: #fff;
  }
  #cssmenu #menu-button::before {
    content: '';
    position: absolute;
    top: 25px;
    right: 20px;
    display: block;
    width: 15px;
    height: 3px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.15);
    height: 52px;
    width: 52px;
    cursor: pointer;
  }
  #cssmenu .submenu-button::after {
    content: '';
    position: absolute;
    top: 21px;
    left: 26px;
    display: block;
    width: 1px;
    height: 11px;
    background: #000000;
    z-index: 99;
  }
  #cssmenu .submenu-button::before {
    content: '';
    position: absolute;
    left: 21px;
    top: 26px;
    display: block;
    width: 11px;
    height: 1px;
    background: #000000;
    z-index: 99;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    display: none;
  }
}

.main01{ width:100%; height:auto; float:left; background-image:url(../images/main_bg.jpg); background-repeat:no-repeat; background-position:top right; padding:20px 0px;}
.home_box01{width:100%;height:auto;float:left;max-width: 600px;     margin-bottom: 30px;}
.home_box01 h3{color:#1b1464;font-size:45px;font-family: 'Open Sans', sans-serif;margin-bottom: 20px;}
.home_box01 h4{color:#1b1464;font-size: 18px;font-family: 'Open Sans', sans-serif;margin-bottom: 12px;font-weight: bold; line-height: 25px;}
.home_box01 p{font-family: 'Open Sans', sans-serif;color: #575757;font-size: 15px;line-height: 28px;margin-bottom: 18px;}
.home_box01 ul{font-family: 'Open Sans', sans-serif;color: #575757;font-size: 15px;line-height: 28px;     margin-left: 15px;}
.home_box01 ul li{}
.home_box01 a{color: #575757; text-decoration:underline !important;}

.home_box01 .a1{color: #ffffff;font-size: 15px;line-height: 32px;background-image:url(../images/link_bg.jpg);background-repeat:no-repeat;background-position:right;background-color: #0c4ca3;min-height: 32px;float: left;padding: 0px 34px 0px 10px; text-decoration:none !important;}
.home_box01 .a1:hover{color: #fff;text-decoration: underline !important;}
.home_link{width:100%; height:auto; float:left;     margin-bottom: 20px;}
.home_link img{ max-width:100%;}
.footer{width:100%; height:auto; float:left; margin-bottom: 20px;}
.footer01{width:100%;height:auto;float:left;border-bottom: 1px solid #0c4ca3;padding-bottom: 3px;margin-bottom: 11px;}
.footer01 img{ max-width:100%;}
.footer02{width:100%; height:auto; float:left;}
.footer02 p{font-family: 'Open Sans', sans-serif;color: #575757;font-size: 12px;line-height: 20px;margin-bottom: 3px;}
.footer02 p a{color: #575757;}
.footer02 p a:hover{     color: #0c4ca3;}
.footer_social{width:100%; height:auto; float:left; text-align:right;}
.footer_social img{ max-width:100%;}
.landing_bg{width:100%;height:auto;float:left;background-color:#fff;padding:15px;margin-bottom: -20px;}
.landing_box{width:100%; height:auto; float:left;}
.landing_box img{max-width:100%;margin-bottom: 20px;}
.call01{width: 213px;height:auto;     min-height: 270px; float: right;background-color: #19165e;color: #cccccc;font-size: 15px;font-family: 'Open Sans', sans-serif;padding: 33px 20px;line-height: 29px;margin-top: 4px;}
.call01 span{
    color: #57a617;
    font-weight: bold;
}
.call01 a{
    color: #fff;
    font-weight: bold;
        cursor: default;
}
.call01 a:hover{}
.landing_box01{}
.landing_link{width:100%;height:auto;float:left;text-align:right;color: #1b1464;font-size: 20px;font-family: 'Open Sans', sans-serif;font-style: italic;}
.landing_link a{
    text-decoration: underline !important;
    color: #1b1464;
}
.maintaince01{ margin-bottom:20px;     float: left;}
.maintaince01 li{ width:50%; float:left;}
.contact01{width:100%;height:auto;float:left;margin-top: 18px;}
.contact_left{width:50%; float:left;}
.contact_left p{font-family: 'Open Sans', sans-serif;color:#575757;font-size: 15px;line-height: 26px;     margin-bottom: 10px;}
.contact_left p a{color:#575757;}
.contact_left p a:hover{    color: #1b1464;}

.contact_form{background-color:#f1f1f1;width:100%;height:auto;float:left;padding: 20px 20px 20px;min-height: 390px;}
.contact_form h4{
    color: #1b1464;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 18px;
    font-weight: bold;
    line-height: 25px;
    margin-top: 0px;
}
.contact_form ul{width:100%;height:auto;float:left;margin:0px;padding:0px;list-style:none;font-family: 'Open Sans', sans-serif;}
.contact_form ul li{width:100%;height:auto;float:left;margin-bottom: 10px;}
.contact_form ul li p{width:28%;height:auto;float:left;font-size: 14px;font-weight: bold;color: #575757;padding-top: 5px;}
.contact_form ul li p em{    color: red;    font-weight: normal;}
.contact_form ul li input{width:70%;height:auto;float:right;font-family: 'Open Sans', sans-serif;padding: 6px;border: 1px solid #ccc;}
.contact_form ul li textarea{width:70%;height:auto;float:right;border: 1px solid #ccc;height: 90px;}
.contact_form ul li input[type="submit"]{
    background-color: #5EC830;
    color: #fff;
    border: 0px;
    font-weight: bold;
    width: auto;
    float: left;
    margin-left: 2%;
    font-size: 12px;
    text-transform: uppercase;
    padding: 7px 15px;
}
.contact_form ul li input[type="submit"]:hover{
    background-color: #0c4ca3;
}
.home_door{width:100%;height:auto;float:left; background-color:#fff; padding:15px;}
.home_door img{ float:left; margin-right:20px;}
.home_door p{
    color: #484747;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    margin-top: 20px;
    line-height: 25px;
    }
.home_door p b{ text-transform:uppercase;}
.home_door h2{
    color: #484747;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 4px;
    font-weight: normal;
    line-height: 18px;
    }
.home_door h3{
    color: #23527c;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 12px;
    font-weight: bold;
    line-height: 25px;
    text-transform: uppercase;
    }
.home_door h3 a{
	color: #337ab7;
    text-decoration: none;
    font-weight: 900;
    background: aliceblue;
    border: 1px solid;
    padding: 3px 16px;
}
.offer01{float: right !important;
    margin-top: 0px;
    position: absolute;
    right: 18px;
    top: 35px;}

.displaynone{ display: none;}

@media (max-width: 1199px) {
	.emil{padding-right: 90px;}	
	
}

@media (max-width: 1024px) {
	.emil{padding-right: 90px; margin-left: -106px;}	
	#cssmenu > ul > li{margin-right: 20px;}

	
}

@media (max-width: 768px) {
	#cssmenu > ul > li{margin-right: 13px;}
	#cssmenu > ul > li > a{font-size: 11px; padding-left: 13px;}
	.emil{background-color: #0c4ca3; padding:10px; font-size: 17px; margin-left:0px;}
	.offer01{left: 30px;}
	.home_door{padding-left: 270px;}
	.home_door h2{font-size: 14px;     margin-top: 0px;}
	.footer_social img{margin-left: 10px; margin-bottom: 10px;}
	.menu01{width: 70%; position:absolute;     background-color: #0c4ca3; color:#fff;    z-index: 98;}
	.main01{    background-image: none;}
	.logo img{    background-color: #fff;}
	.home_box01{    max-width:800px;}
	.call01{    float: left;}

	
}

@media (max-width: 700px) {
	.header_01{    min-height: 247px;}
	.menu_bottom{    min-height: 85px;}
	.logo{    margin: 0px;    background-color: #fff;    text-align: center;}
	.menu01{width:93%;}
	.home_box01 h3{    font-size: 26px;     margin-top: 6px;     margin-bottom: 10px;}
	.offer01 {    left: 22%;    top: 20px;}
	.home_door h3 a{    display: block;}
	.footer02 p{    margin-bottom: 10px;}
	.footer_social{    text-align: left;}
	.footer_social img{    margin-left: 0px;     margin-right: 10px;}
	.contact_form{min-height: 100px;     padding: 20px 20px 00px;     margin-bottom: 10px;}
	.home_door{    padding-top: 0px;    padding: 20px; text-align:center;}
	.home_door img{    float: none;    margin-right: 0px;     display: inline-block;    max-width: 164px;}


}



