@charset "utf-8";
/* header Style */
body{ font-family:Arial, Helvetica, sans-serif; padding:0; margin:0;}
.container-max{ width:100%; margin:0 auto; padding:0; text-align:center;}
.bg-black{background: #034367 !important;}

.container-mid{margin:0 auto;font-size: 14px;line-height: 24px;color: #333;text-align: justify;font-family: arial;}
.clearfix{ clear:both;}

.head-top{min-height:40px; margin:0; padding:0;}
.social{ min-height:40px; float:right; line-height:40px;}
.social p{ font-size:20px; line-height:36px; color:#64ae4d; text-align:center; margin:0; padding:0;}
.head-logo{width:120px;min-height:100px;margin-top:-20px;margin-bottom:20px;margin-right:20px;padding:0;float:left;}
.head-logo:hover>h1 a{ color:#64ae4d;}
.head-logo h1{ color:#fff; font-size:50px; text-align:center; margin:0; padding-top:20px;}
.head-logo h1 a{ color:#fff; text-decoration:none;}
.container-mid h2{font-size:28px; line-height:36px; font-weight: 800; color: #034367; text-align:left; margin:0; padding-top:10px; text-transform:uppercase;}
.container-mid h3{font-size:22px; line-height:30px; font-weight:normal; color:#444; text-align:left; margin:0; text-transform:uppercase;}

#WhatsNewControl{padding:10px;margin-top:30px;}
#WhatsNewControl span{color:#fff;}

.banner-cont{position:absolute; top:250px; width:80%; margin:0 auto; left:0; right:0; z-index:999;text-align:center;}
.banner-cont h3 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-shadow: 1px 1px 1px #ffffff;
  color: #fff;
  text-align:center;
}

.banner-cont h3 span {
  color: #64ae4d;
  display:block;
  text-shadow: 1px 1px 1px #ffffff;
}

.banner-cont h4 {
  color: #fff;
  margin: 10px 0 0 0;
  font-size: 30px; text-align:center
}
.banner-cont .btns {
  margin-top: 30px;
}

.banner-cont .btn-menu,.banner-cont .btn-book {
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  display: inline-block;
  padding: 12px 30px;
  border-radius: 50px;
  transition: 0.3s;
  line-height: 1;
  color: white;
  background: rgba(0,0,0,0.5);
  border: 2px solid #64ae4d;
}

.banner-cont .btn-menu:hover, .banner-cont .btn-book:hover {
  background: #64ae4d;
  color: #fff;
}

.banner-cont .btn-book {
  margin-left: 15px;
}


.team-box{width:100%;min-height: 190px;margin:30px 0px;background:#034367;border-top:10px #64ae4d solid;}
.team-box img{ width:100px; float:left; margin-left:40px; margin-top:-30px; margin-right:20px; border:1px #64ae4d solid; background:#eee;}
.team-box:hover img{transition:.9s; transform: rotateZ(360deg); border-radius:60px;}

.team-box h2{font-size:23px; line-height:30px; font-weight:normal; color:#fff; text-align:left; margin:0; margin-top:20px; text-transform:uppercase;}
.team-box p{ font-size:14px; line-height:24px; color:#fff; font-weight:normal; text-align:left; margin-top:20px; padding:0 10px;}
.team-box a{ background:#64ae4d; padding:5px 15px; line-height:20px; text-align:center; font-size:16px; color:#fff; text-decoration:none;}
.team-box a:hover{background:#95cf84; color:#000;}
.team-box p.text-right{padding:0;
    padding-bottom: 3px; text-align:right}
a {
	color: #000;
	text-decoration: none;
}
.about-bg{ background:#034367; border-bottom:5px #64ae4d solid;}
.about-us{ width:100%; min-height:350px; margin:20px 0px; padding:10px 0px;}
.about-us h2{font-size:30px; line-height:30px; font-weight:500; color:#64ae4d; text-align:left; margin:0; text-transform:uppercase;     margin-bottom: 10px;}
.about-us p{font-size: 16px;line-height:24px;font-weight:normal;color:#ccc;text-align: justify;}
.about-us .sub-heading{color: #ccc;
    font-size: 21px;
    margin-bottom: 8px;     margin-top: 15px;}
.about-us .icon-ul{color:#ccc;}
.about-us img{     float: right;
    margin-left: 15px;
    border: 2px solid #fff;
    box-shadow: 0px 5px 5px #00273d;}

.query{min-height:40px;background:#64ae4d;border:1px #64ae4d solid;padding:0px 10px;margin-top: 0;border-radius:20px;z-index: 9999;position: relative;}
.query h3{ font-size:30px; line-height:36px; text-align:center; color:#fff; padding:10px 0px;}
.query h3 a{ text-decoration:none; color:#034367;}

.service{overflow:hidden;background:#eee;border:1px #ccc solid;padding:5px 10px;margin: 40px 0px;}
.s-box{width:100%;min-height: 225px;margin:20px 0px;background:#fff;border-top:10px #64ae4d solid;}
.s-box img{ width:70px; float:left; margin-left:20px; margin-top:20px; margin-right:10px; border:1px #ccc solid; }
.s-box:hover img{transition:.9s; transform: rotateZ(360deg);  border-radius:60px;}

.s-box h2{font-size:27px; line-height:30px; font-weight:normal; color:#222; text-align:left; margin:0; margin-top:20px; text-transform:uppercase;}
.s-box p{ font-size:14px; line-height:24px; color:#333; font-weight:normal; text-align:left; margin-top:20px; padding:0 10px;}
.s-box a{ background:#64ae4d; padding:5px 15px; line-height:20px; text-align:center; font-size:16px; color:#fff; text-decoration:none;}
.s-box a:hover{background:##95cf84; color:#000;}
.s-box p.text-right{text-align:right; padding:0; padding-bottom:3px;}
.s-box .icon-ul{padding-left: 41px;
    margin-top: 25px;}


.contact {padding: 45px 0;}
.contact .map-hm-rht {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px;
  background: #fff;
}



.contact .map-hm-rht input{
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .map-hm-rht input::focus{
  background-color: #ffb03b;
}

.contact .map-hm-rht input {
  padding: 20px 15px;
}
.sbmt{
  background: #64ae4d;
  border: 0;
  padding: 10px 24px !important;
  color: #fff;
  transition: 0.4s;
  font-weight: bold;
  font-size: 17px;
  border-radius: 5px;
}

.sbmt:hover {
  background: #034367;
}

.contact .map-hm-rht [type="submit"] {
  background: #ffb03b;
    border: 0;
    padding: 10px 24px;
    color: #fff;
    transition: 0.4s;
    font-weight: bold;
    font-size: 17px;
    border-radius: 5px;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #8ec4dd;
}

footer{
    margin-top: 0px;
    background: rgb(3 67 103);
    color: #333;
    background-size: cover;
    padding-top: 0;
    padding-top: 20px;
    position: fixed;
    width: 100%;
    left: 0;
    bottom: -285px;
    z-index: 99;
    /* height: 100%; */
    transition:0.3s;
    /* opacity: 0; */
    /* visibility:hidden; */
}
.copyright{
    position: absolute;
    top: -15px;
    font-size: 14px;
    right: 0;
    color: #fff;
    }
.body-fx footer{opacity:1; transition:0.3s;  visibility:visible;}

footer:hover{bottom:0; transition:0.5s;}

footer .container{position:relative;}

footer h2{     font-weight: 500;
    font-size: 24px;
    position: relative;
    color: #fff;
    margin-bottom: 13px; text-transform: capitalize;     border-bottom: 1px dashed #baa46a;
    padding-bottom: 5px;
}

.get-tuch {
    position: absolute;
    margin-top: -30px;
}

.get-tuch span {
    background: #64ae4d;
    color: #fff;
    padding: 8px 14px;
    text-transform: uppercase;
    font-size: 16px;
    position: relative;
    z-index: 1;
}

.get-tuch span:after {
    content: "";
    position: absolute;
    left: -7px;
    top: 0;
    background: #64ae4d;
    width: 25px;
    height: 15px;
    transform: skew(-36deg);
    z-index: -1;
}
	
footer h2 span {
    position: absolute;
    width: 100%;
    left: 1px;
    font-size: 20px;
    color: #222;
    z-index: 1;
    top: -17px;
}

footer .container a{    color: #fff;}

.us-lk ul{     list-style-type: square;
    font-size: 13px;
    margin-bottom: 0;
    color: #fff;       padding-left: 24px;}

.us-lk ul li{line-height: 20px; margin-bottom:12px; transition:0.5s;}

.us-lk ul li:hover{padding-left: 5px;}

.us-lk ul li a{color:#fff;transition:0.5s;font-size: 14px;}

.us-lk ul li:hover a{color:#fff !important;}

footer a{color:#fff;}

.ft-soc ul{font-size: 16px;     margin-bottom: 0;     list-style: none;}

.ft-soc ul{    padding-left: 0;
    font-size: 14px;}
	
.ft-soc ul a{color:#8e8e8e;}
.ft-soc ul li{margin-bottom:8px;}
.ft-soc ul li img{    margin-right: 10px; transition:0.5s;}
.ft-soc ul li:hover img{border-radius:50%; transition:0.5s;}
	
.ft-cont strong{color:#fff;}

.ft-cont p, .ft-cont p a{
    margin-bottom:8px;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    line-height: 20px;
    min-height: 25px;
    transition: 0.5s;
    }

.copyrht{background: transparent;
    margin-top: 0px;
    color: #fff;
    font-size: 13px;
    padding: 15px 0 6px;
    position: relative;
    border-top: 1px dashed #baa46a;
    margin-top: 15px;
}
	
.copyrht p{
    margin-bottom: 0;
    color: #ccc;
    font-size: 14px;
    }

#FooterrControl1_tr_FooterBackImage{background-image:none !important;}

.cprht-lft{float:left; padding-top: 13px;}

.cprht-rht{float:right; padding-top: 5px;
    list-style: none;
    text-align: right;
    margin: 0;
    padding-left: 0;}

.cprht-rht{list-style:none; text-align:right; margin:0;     font-size: 13px;}

.cprht-rht li{     display: inline-block;
    font-size: 14px;
    margin-left: 0px;}
	
.cprht-rht li .fa {
       margin-right: 6px;
       color: #fff;
       border-radius: 50%;
       background: #64ae4d;
       width: 35px;
       height: 35px;
       text-align: center;
       line-height: 33px;
       font-size: 19px;
}
	
.cprht-rht ul li:first-child{border-left:0;}

.cprht-rht a{color:#fff;     padding:0px;}


p.cprht-rht img {
    height: 18px; transition:0.5s;     vertical-align: bottom;
}

p.cprht-rht img:hover{transform:rotate(360deg); transition:0.5s;}

.cprht-lft strong{color: #eee;}

.ft-cont i {    width: 35px;
    height: 35px;
    text-align: center;
    border: 1px solid #fff;
    font-size: 19px;
    line-height: 0px;
    margin-right: 11px;
    margin-top: 4px;
    vertical-align: baseline;
    float: left;
    transition: 0.5s;
}

.cprht-img{    float: left;
    margin-left: 210px;}
	
.cprht-img img{
}

.ft-cont i img{margin-top: 6px;}

.ft-cont p:hover i{background:#baa46a; transition:0.5s;}





.main-table{font-family:Arial;font-weight:normal;Font-size: 14px;color:#333;line-height:24px;text-align:justify;}
.main-heading{font-weight:bold; Font-size:22px; color:#64ae4d; line-height:36px; border-bottom:1px #ccc dashed; text-transform:uppercase;     margin-bottom: 20px;}
.sub-heading{font-weight:bold;Font-size:18px;color:#333;line-height:30px;/* text-transform:uppercase; */font-weight: bold;}
.container-mid .sub-heading{    font-size: 18px;font-weight: bold;}
.team-title{font-weight:bold; Font-size:14px; color:#333; line-height:30px;}
.contact-us{ padding-left:20px; line-height:24px;}


/*contact*/

/*----------------------------contactpage----------------------------------------*/
.heading-innerpage {background: linear-gradient(to right, rgb(3 67 103), rgb(100 174 77));padding: 20px 30px;margin-bottom: 20px;margin-top: 0;}
.heading-innerpage h1 {font-weight: 600;Font-size: 28px;color: #fff;line-height: 30px;text-align: left;border-left: 3px #fff solid;padding-left: 20px;margin-bottom: 10px;}

.wh-ar{
    background: #fff;
    padding: 30px 10px 10px 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    margin: 10px;
    width: 100%;
    height: 290px;
}
.wh-ar img {
    width: 90px;
    margin: 0 0 25px 0;
}
.wh-ar h5 {
    color: #43515f;
    font-size: 18px;
    font-weight: 800;
    margin: 5px 0px 10px;
}
.bx-rht-cont p{margin-bottom:0;}
.brn-off{width:31%; padding:1%; float:left;     padding-bottom: 0;}
.cont-page h3{     margin: 0;
    font-size: 18px;
    margin-bottom: 8px;}
.cont-page p{font-size:14px; color:#000;     line-height: 24px !important;}

.cont-heading {
    margin: 0;

    font-size: 15px;
    text-transform: uppercase;
    background:#60355c;
    padding: 9px 10px;
    color: #fff;
    margin-bottom: 8px;
}
.head-bx{float: left;
    width: 50%;}
	
.contd-bx{float: left;
    width: 50%;}
	
.brn-bx h2{text-align:center;}

.map-cont img{max-width:100%;}

.cont-page .st-feature-box{    background: #034367;
    padding-top: 10px;
    padding-bottom: 10px; margin-bottom: 10px;     padding-right: 10px;
	    color: #fff;    font-size: 15px;}
	
.cont-page .feature-box-image{    margin-top: 13px;}

.brnh-off p{margin-bottom:2px;}


.st-custom-heading-layout2.st-custom-heading-wraper {
    margin-bottom: 24px;
}

.st-custom-heading-layout2 .st-heading-title {
    position: relative;
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 25px;
    line-height: 25px; font-weight:bold;
	margin-top: 0;
}

.st-custom-heading-layout2 .st-heading-title>span {
	    position: relative;
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 25px;
    line-height: 25px;
    display: block;
    margin-bottom: 11px;
}

.st-custom-heading-layout2 .heading-line {
    width: 26px;
    height: 1px;
    background: #114366;
    margin: 0;
}

.st-feature-box {
    padding-left:75px;
    position: relative;
	    margin-bottom: 35px;
}

.st-feature-box .st-feature-box-icon {
    color: #111;
    display: block;
    position: absolute;
    width: 52px;
    height: 52px;
    line-height:0px;
    top: 0;
    left: 0;
    text-align: center;
    font-size: 60px;
    -webkit-transition: all .3s;
    -khtml-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.st-feature-box h3 {
    color: #fff;
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 20px;
    font-weight: normal;
}

.cont-soc img{margin-right:5px;}
.cont-page h2{    font-weight:bold;
    color: #111;
    font-size: 19px;
    margin-top: 0;
    text-transform: uppercase;
    margin-bottom: 18px;
	margin-top:10px;}
.cont-page h2 span{color: #111;
    font-weight: normal;
    font-size: 18px;}
#EventCalenderControl a{font-size:14px !important;}
.cont-page h5{    color: #222;
    font-size: 19px;
    margin-bottom: 25px;}
	
.cont-page h2 span {
    color: #111;
    font-weight: normal;
    font-size: 18px;
}

.cont-page{text-align:left;font-family: arial; font-size: 14px;}

/* End */

/*contact*/

.icon-ul{list-style-image:url(./image/hand-icon1.png); padding-left:22px;}
.icon-ul li{padding-left:15px; margin-bottom:2px;}



.navbar {
    position: relative;
    min-height: 0px !important;
    margin-bottom: 0px !important;
    border: 1px solid transparent;
}

.navbar-nav>li>a {
    /* padding-top:0 !important; */
    /* padding-bottom: 0 !important; */
}

.container-fluid{padding-left:2px; padding-right:2px;}


.navbar-nav {
    display: table;
    width: 100%;
    text-align: center;
    margin-left: 0  !important;
    margin-right: 0 !important;
    margin-top: 0px;
}


.navbar-nav>li {
    display: table-cell;
    float: initial !important;
	vertical-align: middle;
	    border-right: 1px solid #2e8912;
}


.navbar-default{ border:0 !important;     background-color: #64ae4d !important;}

.navbar-default .navbar-nav>li>a{    color: #fff !important;
    font-size: 13px;
    font-weight: 500; padding-left: 3px;
    padding-right: 3px;}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover{    color: #fff !important; background:#034367;
   }
   
.navbar-default .navbar-nav>.open>a:focus{color: #fff !important; background:#034367 !important;}
	
#MenuControl_C .dropdown-menu{padding:0 !important; animation:zoomIn  400ms;}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #fff !important;
    text-decoration: none;
   background-color: #2e8912 !important;
}

.dropdown-menu>li>a:focus:after, .dropdown-menu>li>a:hover:after {
        border-left-color: #fff !important;
}
	
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #000 !important;
    background-color: #fff !important;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: #2e8912 !important;
    border-color:#fff;
    color: #fff !important;
}


#MenuControl_C .navbar-default,
#MenuControl_C .container-fluid,
#MenuControl_C .navbar-nav
{height:100%;}

#MenuControl_C #navbar-collapse-1{height:100% !important;}

img{max-width:100%;}

.webul .icon-ul{font-size:17px;}
.webul .icon-ul a{text-decoration:none;}
.webul .icon-ul a:hover{color:#64ae4d;}
.webul .icon-ul li{margin-bottom:5px;}


#Div_body {
    overflow: hidden;
}

@media (max-width: 769px){
#MenuControl, #MenuControl_C{height: initial !important;}	
#widgetsControl_C, #widgetsControl{height:initial !important}
.team-box img{    margin-left: 10px;}
.s-box h2{font-size: 19px;}
.navbar-nav>li>a{    padding-top: 10px !important;
    padding-bottom: 10px !important;}
	}

@media (max-width: 767px)
{

.navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top 
{
   margin-right: 0px !important;
 margin-left:  0px !important;
}

}



@media(max-width:736px){
 
.navbar-nav>li{display: block; text-align:left;}
#HeaderControl, #HeaderControl_C{height: initial !important;}	
header{padding: 10px 0;}	
.container-mid h2{font-size: 27px;}
.container-mid h3{    font-size: 19px;}
.social p{font-size: 18px;}
.wslidess img, .wslidess li{    height: 220px !important;}
.wback_nav{    top: 155px !important;}
.team-box{min-height:inherit;}
.follow{margin-top: 25px;}
.map-cont{width:100%; margin-bottom:0;}
.bx-rht-cont{width: 100%; height: initial; padding-left: 0;     margin-bottom: 20px; padding-right:0; border:0;}
.container-mid .bx-rht-cont h2{    font-size: 16px;}
.webul .icon-ul {
    font-size: 15px;
}
.webul .icon-ul li {
    margin-bottom: 3px;
}
.gmap{min-height:inherit;}
.navbar-toggle{    background-color: #034367; }
.navbar-default .navbar-toggle {
    border:0; float: initial; margin-right: 0;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #64ae4d;
}
.navbar{text-align: center;}
.navbar-nav>li>a{padding-top: 3px !important;
    padding-bottom: 3px !important;}
.navbar-nav>li{    border-right:0;
    border-bottom: 1px solid #2e8912;}
.navbar-nav{    margin-top: 0; margin-bottom:0;}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #2e8912;     margin: 0; padding: 0;
}
.navbar-default .navbar-nav>li>a{    padding-left: 8px;
    padding-right: 8px;}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover{background-color: #2e8912 !important;}
.navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #fff;
}
.navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a {
    padding: 2px 15px 2px 25px;
}

.main-heading{margin-top: 0;}
}

@media(max-width:736px){
.fl-head h2{    font-size: 26px;}
.banner-cont{display:none;}
footer{bottom:0;position: relative;}
}

@media(max-width:667px){
.head-logo{/* width: 106px; */margin-top: -18px;min-height: 84px;}	
.container-mid h2{padding-top: 3px;     line-height: 32px;}
.container-mid .bx-rht-cont h2{line-height: 20px;}
.map-cont{height:inherit;}
#FooterrControl1_tr_hitCounter{    display: none !important; Padding-Top: 0 !important;}
	}
	
@media(max-width:568px){
.container-mid h2 {
    font-size: 23px;
}
.container-mid h3 {
    font-size: 16px;
}	
.about-us p img{width: 50%;}
.footer-sub p{font-size: 12px; text-align:center;     line-height: 17px;
    padding: 6px 0;}
.footer-sub b{float:inherit; width:100%; text-align:center; display:block;}
	}
	
@media(max-width:480px){
.head-logo{
    /* width: 100px; */
    margin-right: 8px;
    min-height: initial;
    margin-bottom: 10px;
    }	
.container-mid h2 {
    font-size: 20px;     line-height: 28px;
}
.main-heading{    Font-size: 18px;}
.container-mid .sub-heading {
    font-size: 18px;
}
.follow p{    font-size: 16px;
    line-height: 34px;}
	}
	
@media(max-width:414px){
.head-logo{/* width: 70px; */margin-right: 8px;margin-top: 4px;}
.container-mid h2{    line-height: 30px;  font-size: 18px;}
.container-mid h3 {
    font-size: 13px;
    line-height: 18px;
}
.head-top{text-align: center;}
.social{float:inherit;}
.team-box p{line-height: 18px;}
.about-us p{line-height: 18px;font-size: 13px;}
.about-us img{margin-bottom:10px;}
.about-us p img {
    width: 100%;
    height: 160px;
    margin-bottom: 14px;
}
.icon-ul li{    padding-left: 15px;
    margin-bottom: 5px;
    line-height: 19px;}
	}

@media(max-width:375px){
.fl-head h2{    font-size: 23px;}
.container-mid h2 {
    line-height: 30px;
}
.head-logo{/* width: 65px; */}
.social p {
    font-size: 15px; line-height: 30px;
}
.social, .head-top{min-height: 30px;}
.container-mid .service h2 {
    line-height: 23px;
}
.main-heading{ Font-size: 16px;}
.container-mid .sub-heading {
    font-size: 16px;
}
}

@media(max-width:375px){
.container-mid h2 {
    line-height: 24px;
    font-size: 14px;
    padding-top: 20px;
}	
	}

.table-responsive {
    min-height: .01%;
    overflow-y: hidden !important; border: 0;
}

.branch-name h4 { font-size: 19px; text-transform: uppercase; border-bottom: 2px dashed #acacac; color: #034367; font-weight: 600; letter-spacing: .5px; padding: 5px 0; }
  .branch-detail { background: rgba(3, 67, 103, .15); padding: 20px 25px 10px 25px; min-height: 200px; margin: 0 0 25px 0;}
  .branch-detail p { margin: 0 0 8px 0;}



  .team_img {
    width: 100%;
    border: 2px solid #2f4d5a;
    border-radius: 10px;
}