@charset "utf-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Lato:400,100,300,700,900);
@import url(font-awesome.css);
@import url(font-awesome.min.css);

body{ 
  margin: 0px;
  font-size: 15px;
  background-color: #f1f1f1;
  /*font-family: 'Lato', sans-serif;*/
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{ display:block;}
a,a:focus,{color:#333; text-decoration:none}
a:link{outline: 0;}
img{ 
  border:0px; 
  overflow: hidden;
}
.clr{ 
  clear:both;
}
.fLeft{ 
  float: left;
}
.fRight{ 
  float:right;
}

.imgResponsive{ 
  width: 100%;
}

.margin-top30{
  margin-top: 30px !important;
}

#main{
  width: 100%;
  margin: auto;
  background-color: #fff;
  padding-top: 50px;
}

.backtotheme{
  width: 100%;
  height: 50px;
  padding:5px 0;
  background-color: #000;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 999999999;
}

.backtothemeBtn{
  background-color: #2990ea !important;
  border: 1px solid #2990ea !important;
  padding: 8px 25px !important;
  color: #fff !important;
  border-radius: 20px;
  font-weight: bold !important;
  font-size: 16px !important; 
}

.backtothemeBtn:hover{
  background-color: #fff !important;
  border: 1px solid #fff !important;
  color: #2990ea !important;
}

.toolbar{
  width: 100%;
  min-height: 40px;
  background-color: #77b43b;
}

.socialBg{
  width: 225px;
  height: 32px;
  margin-top: 4px;
  float: right;
}

.social-icon{
  width: 40px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  float: left;
  color: #fff;
  font-size: 20px;
  margin-left: 5px;
}

.social-icon a{
  color: #fff;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.social-icon a:hover{
  color: #00639f;
}

header{
  width: 100%;
  min-height: 120px;
  border-top: 10px solid #77b43b;
}

.logo{
  width: 100%;
  max-width: 322px;
  padding: 8px 0 0 0;
}

.logo img{
  width: 100%;
}

.headerLi {
  padding:0; 
  color:#121212; 
  margin:37px 0 0 0 !important;
  float: right;
}
.headerLi ul {
  padding:0 0 0px 0; 
  margin:0 !important;
}
.headerLi li {
  color:#121212; 
  text-decoration:none; 
  font-size:16px;  
  list-style:none; 
  padding: 0px 50px 0 46px;
  margin:0px; 
  line-height:18px; 
  display:inline-block; 
  float: left;
  position: relative;
}

.headerLi li:last-child{
  padding-right: 0px;
}

.headerLi li span{
  text-transform: uppercase;
  font-size:16px;
  font-weight:bold;
}

.headerLi li a{
  font-size:13px;
  color:#3e4b51; 
  text-decoration:none;
  display:block;
}
.headerLi li a:hover{
  color:#3e4b51;
  text-decoration:underline;
}

.headerIcon{
  width:36px;
  height: 36px;
  line-height: 36px;
  font-size: 22px;
  text-align:center;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #00639f;
  color: #fff;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: 0px;
    margin-left: -1px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #000;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}


.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}


.welcome-content{
  width:100%;
  background-color:#121212;
  padding:30px 0;
  border-top:8px solid #00639f;
  margin-top:1px;
}

.welcome-content h1{
  font-size:26px;
  font-weight:300;
  color:#00639f;
  text-align:center;
  margin:0px 0 15px 0;
}

.welcome-content h1 span{
  font-weight:bold;
}

.welcome-content p{
  text-align:center;
  font-size:15px;
  color:#fff;
  font-weight:300;
  margin:0px;
}

.main-content{
  width:100%;
  padding:40px 0 25px 0;
  background-color:#f5f5f5;
}

.main-content h2{
  font-size: 26px;
  color: #00639f;
  font-weight:bold;
  text-align: center;
  margin:0px 0 20px 0;
  position: relative;
}

.main-content h2:before{
  content: "";
  width: 300px;
  height: 1px;
  background-color:#ddd;
  position: absolute;
  left: 50%;
  margin-left: -150px;
  bottom: -15px;
}

.main-content h2:after{
  content: "";
  width: 60px;
  height: 3px;
  background-color:#77b43b;
  position: absolute;
  left: 50%;
  margin-left: -30px;
  bottom: -16px;
}


.main-content h4{
  font-size:16px;
  color:#414141;
  text-transform:uppercase;
  text-align:center;
  margin-bottom:20px;
}

.serviceBox{
  width:100%;
  background-color:#77b43b;
  border: 1px solid #ddd;
  margin:15px 0;
  -webkit-box-shadow: 0 8px 6px -6px #666;
     -moz-box-shadow: 0 8px 6px -6px #666;
          box-shadow: 0 8px 6px -6px #666;
  -webkit-transition:all 1s ease;
  -moz-transition:all 1s ease;
  -o-transition:all 1s ease;
  -ms-transition:all 1s ease;
  transition:all 1s ease;
}

.serviceBoxImg{
  width: 100%;
  overflow: hidden;
}

.serviceBoxImg img{
  width: 100%;
  -webkit-transition:all 1s ease;
  -moz-transition:all 1s ease;
  -o-transition:all 1s ease;
  -ms-transition:all 1s ease;
  transition:all 1s ease;
}

.serviceBox:hover img{
  -webkit-transform:scale(1.15);
  -moz-transform:scale(1.15);
  -ms-transform:scale(1.15);
  -o-transform:scale(1.15);
  transform:scale(1.15);
}

.serviceBox:hover{
  background-color:#77b43b;
}

.serviceDes{
  width:100%;
  padding: 15px;
}

.serviceBox h3{
  color: #fff;
  font-size:20px;
  text-align: center;
  margin:0 0 5px 0;
}

.serviceBox:hover h3{
  color: #fff;
}

.serviceBox p{
  text-align:center;
  font-size:14px;
  color:#121212;
  font-weight:400;
}

.serviceBox p a{
  color:#f3ab1b;
}

.serviceBox p a:hover{
  text-decoration: none;
}

.serviceBox:hover p a{
  color:#fff;
}


.serviceBox:hover p{
  color: #fff;
}

.we-offer-bg{
  width:100%;
  padding:40px 0 25px 0;
}

.we-offer-bg h2{
  font-size: 26px;
  color: #00639f;
  font-weight:bold;
  text-align: center;
  margin:0px 0 20px 0;
  position: relative;
}

.we-offer-bg h2:before{
  content: "";
  width: 300px;
  height: 1px;
  background-color:#ddd;
  position: absolute;
  left: 50%;
  margin-left: -150px;
  bottom: -15px;
}

.we-offer-bg h2:after{
  content: "";
  width: 60px;
  height: 3px;
  background-color:#77b43b;
  position: absolute;
  left: 50%;
  margin-left: -30px;
  bottom: -16px;
}

.we-offer-bg-box{
  width: 100%;
  text-align: center;
}

.we-offer-icon{
  width: 80px;
  height: 80px;
  margin: 30px auto 0 auto;
}

.we-offer-icon img{
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 100%;
  overflow: hidden;
}

.we-offer-bg-box h3{
  font-size: 20px;
}

.banner-inner {
  width: 100%;
  height: 250px;
  background-size: cover;
  background-image: url(../images/banner-inner.jpg);
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 1px;
  border-bottom: 1px solid #fff;
  -webkit-box-shadow: 0 8px 6px -8px #666;
  -moz-box-shadow: 0 8px 6px -8px #666;
  box-shadow: 0 8px 6px -8px #666;
}

.inner-content{
  width: 100%;
  padding:40px 0 25px 0;
}

.inner-content h2 {
  font-size: 26px;
  margin: 0 0 15px 0;
  padding-bottom: 10px;
  color: #2263ad;
  border-bottom: 1px solid #ddd;
  position: relative;
}

.inner-content h2:after{
  content: "";
  width: 40px;
  height: 3px;
  background-color: #5ba946;
  position: absolute;
  left: 0px;
  bottom: -2px;
}

.inner-content h4 {
  font-size: 18px;
  margin: 0 0 15px 0;
  color: #2263ad;
}

.inner-content p{
  text-align: justify;
}

.inner-content .form-control {
  border-radius: 0px;
}

.aboutImg{
  width: 100%;
  max-width: 300px;
  margin-left: 20px;
}

.readBtn{
  border-radius: 0px;
  font-size: 15px;
  background-color: #5ba946;
  border: 1px solid #5ba946;
  color: #fff;
}

.readBtn:hover, .readBtn:focus{
  background-color: #2263ad;
  border: 1px solid #2263ad;
  color: #fff;
}

.contact-map{
  width: 100%;
  padding: 5px;
  border:1px solid #ccc;
  margin: 10px 0 0 0;
}

.contact-google-map {
  position: relative;
  padding-bottom: 34.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.contact-google-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.contact-google-map1 {
  position: relative;
  padding-bottom: 46.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.contact-google-map1 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.contactDetail{
  margin: 0px;
  padding: 0px;
}

.contactDetail ul{
  margin: 0px;
  padding: 0px;
}

.contactDetail li{
  margin: 0px 0 10px 0;
  padding: 0px 0 10px 25px;
  list-style: none;
  font-size: 14px;
  font-weight: bold;
  position: relative;
  border-bottom: 1px solid #ddd;
}

.contactDetail li i{
  width: 24px;
  position: absolute;
  left: 0px;
  top: 4px;
}

.serviceLi{
  margin: 0px;
  padding: 0px;
}

.serviceLi ul{
  margin: 0px;
  padding: 0px;
}

.serviceLi li{
  margin: 2px 0 5px 0;
  padding: 0px 0 0 20px;
  list-style: none;
  position: relative;
  text-align: justify;
}

.serviceLi li:after{
  font-family: 'FontAwesome';
  content: "\f105";
  position: absolute;
  left: 5px;
  top: 0px;
}

.labelText{
  font-weight:400 !important;
}

.sideNav{
  margin:0px;
  padding:0px;
  color:#fff;
}

.sideNav ul{
  margin:0px;
  padding:0px;
}

.sideNav li{
  margin:0px;
  padding:0px;
  list-style:none;
  position: relative;
  display:block;
  color:#fff;
  line-height:24px;
  padding: 7px 10px 7px 35px;
  margin: 0 0 2px 0;
  font-size:16px;
  font-weight: 300;
  background-color: #2263ad;
  text-shadow:1px 1px 1px #333;
}

.sideNav li:after{
  font-family: 'FontAwesome';
  content: "\f00c";
  position: absolute;
  left: 10px;
  top: 9px;
}

.footerTag{
  width: 100%;
  min-height: 50px;
  background-color: #f3ab1b;
}

.footerTag h3{
  font-size: 20px;
  color: #121212;
  margin: 0px;
  line-height: 50px;
}

.footerTag h3 span{
  font-size:22px;
  font-weight:bold;
  color:#000000;
  margin-left: 50px;
}

.documentBtn{
  border-radius: 0px;
  font-size: 20px;
  text-align: left;
  position: relative;
  margin-bottom: 5px;
  background-color: #5ba946;
  border: 1px solid #5ba946;
  color: #fff;
}

.documentBtn:hover, .documentBtn:focus{
  background-color: #2263ad;
  border: 1px solid #2263ad;
  color: #fff;
}

.documentBtn i{
  width: 42px;
  height: 42px;
  position: absolute;
  right: -1px;
  top: -1px;
  text-align: center;
  line-height: 42px;
  background-color: #2263ad;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.documentBtn:hover i{
  background-color: #5ba946;
}


footer{
  width:100%;
  padding: 35px 0;
  background-color: #003c60;
  border-top: 8px solid #77b43b;
}

footer h2{
  font-size: 20px;
  font-weight: 400;
  color: #77b43b;
  margin: 0 0 15px 0;
}

.footerLi{
  margin: 0px;
  padding: 0px;
}

.footerLi ul{
  margin: 0px;
  padding: 0px;
}

.footerLi li{
  font-size: 15px;
  font-weight: 400;
  color:#fff;
  list-style:none;
  line-height: 22px;
  padding:0 0 0 15px;
  margin: 0 0 4px 0;
  background-image: url(../images/arrow.png);
  background-repeat: no-repeat;
}

.footerLi li a{
  color:#fff;
  text-decoration: none;
}

.footerLi li a:hover{
  color:#77b43b;
  text-decoration:none;
}

.contactLi{
  margin: 0px;
  padding: 0px;
}

.contactLi ul{
  margin: 0px;
  padding: 0px;
}

.contactLi li{
  margin: 0px 0 15px 0;
  padding: 0px 0 0 30px;
  list-style: none;
  position: relative;
  color: #fff;
  font-weight: 400;
}

.contactLi li i{
  position: absolute;
  left: 0px;
  top: 2px;
  color: #fff;
  text-align: center;
  line-height: 20px;
  border-radius: 3px;
}

footer p{
  font-size: 15px;
  color:#727272;
  font-weight:400;
}

footer p span{
  font-weight:bold;
}

.copyright{
  width:100%;
  min-height:60px;
  background-color: #f5f5f5;
  padding:12px 0;
}

.copyright p{
  font-size:15px;
  color:#414141;
  font-weight:400;
  margin:0px;
  line-height: 36px;
}

.copyright p a{
  color:#414141;
}

.copyText{
  text-align: right;
}

.social-footer{
  width: 220px;
  height: 36px;
}

.fIcon{
  width: 36px;
  height:36px;
  line-height: 36px;
  float:left;
  background-color: #3b5998;
  text-align:center;
  color:#fff;
  font-size: 16px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.fIcon:hover{
  background-color:#cccccc;
  color:#3b4998;
}

.tIcon{
  width:36px;
  height:36px;
  line-height:36px;
  float:left;
  background-color:#00aced;
  text-align:center;
  color:#fff;
  font-size:16px;
  margin-left:10px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.tIcon:hover{
  background-color:#cccccc;
  color:#00aced;
}

.inIcon{
  width:36px;
  height:36px;
  line-height:36px;
  float:left;
  background-color:#007bb6;
  text-align:center;
  color:#fff;
  font-size:16px;
  margin-left:10px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.inIcon:hover{
  background-color:#cccccc;
  color:#007bb6;
}


.gIcon{
  width:36px;
  height:36px;
  line-height:36px;
  float:left;
  background-color:#dd4b39;
  text-align:center;
  color:#fff;
  font-size:16px;
  margin-left:10px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.gIcon:hover{
  background-color:#cccccc;
  color:#dd4b39;
}

.yIcon{
  width:36px;
  height:36px;
  line-height: 36px;
  float:left;
  background-color:#bb0000;
  text-align: center;
  color:#fff;
  font-size:16px;
  margin-left:10px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.yIcon:hover{
  background-color:#cccccc;
  color:#bb0000;
}



.mobile-call-bg{
  width: 100%;
  padding:8px 0;
  background-color: #2263ad;
  border-bottom: 1px solid #fff;
}

.mCallBtn{
  background-color: #5ba946;
  border:1px solid #5ba946;
  border-radius: 0px;
  color: #fff;
}

.mCallBtn:hover{
  background-color: #fff;
  border:1px solid #fff;
  color: #2263ad;
  border-radius: 0px;
}

.mCallBtn:focus{
  background-color: #fff;
  border:1px solid #fff;
  color: #2263ad;
}



@media (min-width:200px) and (max-width:767px){

.toolbar{
  display: none;
}

.logo{
  width: 100%;
  max-width: 322px;
  padding: 8px 0 0 0;
  margin: auto;
}

footer {
  padding: 20px 0 35px 0;
}

footer h2 {
  margin: 15px 0 15px 0;
}

.copyright{
  text-align: center;
  line-height: 18px;
}

.copyText{
  text-align: center;
}

}