body{ margin:0px; padding:0px;} 


@font-face {
    font-family: 'baskerville_old_faceregular';
    src: url('font/baskvill.eot');
    src: url('font/baskvill.eot?#iefix') format('embedded-opentype'),
         url('font/baskvill.woff2') format('woff2'),
         url('font/baskvill.woff') format('woff'),
         url('font/baskvill.ttf') format('truetype'),
         url('font/baskvill.svg#baskerville_old_faceregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'swis721_btroman';
    src: url('font/swz721n.eot');
    src: url('font/swz721n.eot?#iefix') format('embedded-opentype'),
         url('font/swz721n.woff2') format('woff2'),
         url('font/swz721n.woff') format('woff'),
         url('font/swz721n.ttf') format('truetype'),
         url('font/swz721n.svg#swis721_btroman') format('svg');
    font-weight: normal;
    font-style: normal;

}

 @font-face {
 font-family: 'open_sansregular';
 src: url('font/OpenSans-Regular-webfont.eot');
 src: url('font/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('font/OpenSans-Regular-webfont.woff') format('woff'), url('font/OpenSans-Regular-webfont.ttf') format('truetype'), url('font/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
 font-weight: normal;
 font-style: normal;
}
 @font-face {
 font-family: 'open_sanssemibold';
 src: url('font/OpenSans-Semibold-webfont.eot');
 src: url('font/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'), url('font/OpenSans-Semibold-webfont.woff') format('woff'), url('font/OpenSans-Semibold-webfont.ttf') format('truetype'), url('font/OpenSans-Semibold-webfont.svg#open_sanssemibold') format('svg');
 font-weight: normal;
 font-style: normal;
}

 @font-face {
 font-family: 'open_sansbold';
 src: url('font/OpenSans-Bold-webfont.eot');
 src: url('font/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('font/OpenSans-Bold-webfont.woff') format('woff'), url('font/OpenSans-Bold-webfont.ttf') format('truetype'), url('font/OpenSans-Bold-webfont.svg#open_sansbold') format('svg');
 font-weight: normal;
 font-style: normal;
}


.container{ max-width:1050px; margin:0 auto; height:auto;/*-webkit-box-shadow: -1px -1px 14px -4px rgba(0,0,0,0.75);
-moz-box-shadow: -1px -1px 14px -4px rgba(0,0,0,0.75);
box-shadow: -1px -1px 14px -4px rgba(0,0,0,0.75);*/}
.top-had{ background:url(../images/top-bg.png) repeat; padding:10px 0px;}


.logo{}
.logo img{}

.tp-hding{ padding:0px; margin:0px;}
.tp-hding h1{ color:#fff; text-align:center; border-bottom:3px solid #aa7b35;font-family: 'baskerville_old_faceregular'; font-size:37px; padding-bottom:7px;}
.tp-hding span{ color:#8bc440; font-size:21px;font-family: 'baskerville_old_faceregular'; font-style: italic; text-align:center; display:block;}

.sol-md{float:right; margin:20px 0px; }
.sol-md ul{ margin:0px; padding:0px;}
.sol-md ul li{ float:left; list-style:none;margin-right:5px;}
.sol-md ul li img{ }
.sol-md ul li:hover{ opacity:0.85;}

.clnbr{ float:right;}
.clnbr a{font-family: 'swis721_btroman'; font-weight:bold; font-size:23px; color:#daba69; text-decoration: none; }
.clnbr a:hover{ color: #8bc440; }

 nav{ text-align: center; background: url(../images/nv-bg.png) repeat; }

 nav ul{ margin: 0; padding: 0; }
 
 nav ul li{ display:inline-block; position:relative; background: url(../images/sprter.png) repeat-y right top; }

 nav ul li:last-child{ background: none; }
 
 nav ul li a{ font-family: 'open_sansregular';
font-size: 14px;
text-transform: uppercase;
color: #fff !important;
text-decoration: none;
padding: 12px 40px; display: inline-block; transition: .5s ease; }
 
 nav ul li a:hover,  nav ul li a.active{ background:#bca259; text-decoration: none; }

  nav ul li ul{ padding: 0;
  position: absolute;
  top: 43px;
  left: 0;
  width: 260px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: none;
  opacity: 0;
  visibility: hidden; z-index:1000; border-radius:0px 0px 5px 5px;
  background: rgba(110,125,133,0.9);
  text-align: left;
}

 nav ul li ul li{ margin:0px; display: block; color: #fff; text-transform:capitalize; border-bottom: 1px dotted #929da3; background: none; }
  
 nav ul li ul li:last-child{ border-bottom:none; border-radius:0 0 5px 5px; }

 nav ul li ul li:last-child a{ border-radius:0 0 5px 5px; }
  
 nav ul li ul li a{ color:#FFF; border-radius:0; font-size:14px; padding:10px 25px; text-align:left; display: block; }

 nav ul li ul li a:hover{ background:#bca259 ; }
  
 nav ul li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
}

nav select{ display:none }
     
.wlcm_area{ padding: 20px 0 0; }

.wlcm_area h2{ border-left:solid #8ac13f 7px; padding-left:10px; color:#1a1a1a; font-size:25px;font-family: 'open_sansbold'; line-height:32px;}

.wlcm_area p{ color:#646364; font-size:17px; font-family:'open_sansregular'; line-height:29px; display:block;padding-left:15px; margin:15px 0 0; text-align: justify; }


.bner{ width:100%; background:#000;}
.bner img{ width:100%;}
.carousel-control.left{ background:none;}
.carousel-control.right{ background:none;}
.carousel-caption { float: left; padding-bottom: 30px; width:35%; top:5%; left:1%;}
.carousel-caption h3{font-family: 'baskerville_old_faceregular'; font-size:45px; text-align:left;text-shadow: none;}
.carousel-caption p{font-family: 'open_sanssemibold';  font-size:16px; text-align:left; line-height:23px;text-shadow: none; margin-bottom:30px;}
.carousel-caption .rd-bnt{ background:#8bc440; padding:10px 20px; float:left;}
.carousel-caption .rd-bnt a{ font-size:18px;font-family: 'open_sanssemibold'; text-align:center; display:block; text-decoration:none; color:#fff !important;text-shadow: none;}
.carousel-caption .rd-bnt img{ width:14%;}
.carousel-caption .rd-bnt a:hover{ text-decoration:none;}


.bg-bx{ background:#fff; padding-top:30px; padding-bottom:20px; }
.botm-bdr{ border-bottom:1px solid #ccc; width:100%; margin:20px auto; }
.main-tbl-bx{ width:33.3%; border-right:15px solid #ebebeb; float:left;}
.tbl-bx{ background:url(../images/top-bg.png) repeat-x; padding:10px 0px; }
.tbl-bx span{font-family: 'open_sanssemibold'; font-size:16px; color:#fff; padding-left:15px; text-transform:uppercase;}
.tbl-bx span img {vertical-align: baseline;}
.txt-bx{ padding:10px 0px;}
.txt-bx p{ line-height:23px; font-size:13px;font-family:'open_sansregular'; color:#565b5b; padding:0px 8px;}
.txt-bx span{ background: url(../images/blt-pont.png) no-repeat left 7px;  font-size:13px;font-family: 'open_sanssemibold';color:#565b5b; display:block; padding:0px 0px 10px 15px; margin:0px 8px;}
.txt-bnt{ background:#8bc440; margin:10px 0px 0px 0px;float:left; margin:0px 8px 0 0;}
.txt-bnt a{ font-size:16px;font-family: 'open_sanssemibold';color:#fff; text-decoration:none; text-align:center; padding:8px 15px; display:block; transition: .5s ease; }
.txt-bnt a:hover{ background:#bda259;}


.abpt{ background:#f7f7f7; border-top:1px solid #ccc; padding:20px 0px 50px 0px;}
.abpt h2{ border-left:5px solid #8bc440; padding-left:10px;font-size:25px; font-family:'open_sansbold'; color:#3a3a3a; line-height:32px;}
.abpt p{ padding:10px 0px; font-size:17px; color:#5b5a5a; line-height:29px; text-align: justify;}
.abpt p a{ text-decoration:none; color:#a57300;}
.abpt img{ margin:100px 0px 10px 0px;}


.foter{ background: url(../images/top-bg.png) repeat; padding:10px 0px;}
.foter-iner{text-align: center; padding:20px 0px; }
.foter-iner ul{ margin:0px; padding:0px;}
.foter-iner ul li{ line-height:20px; display:inline-block;padding:0px 30px; border-right:1px solid #4a4a4a;}
.foter-iner ul li a{ color:#fff;font-family:'open_sansregular';  line-height:15px; text-decoration:none; }
.foter-iner ul li a:hover{ color:#bda259;}
.foter-iner ul li a.active{ color:#bda259;display:block;}
.foter-iner ul li:last-child{ border-right:none; padding-right:0px;}
.cprt{ font-size:14px; color:#fff; font-family:'open_sansregular';  text-align:center; display:block; padding-bottom:10px; }
.cprt a{color:#fff; padding:0px 5px;}
.cprt a:hover{color:#bda259;}


/*===================================================Start here About us page css===================================================*/

.ab-bnr{ width:100%;}
.ab-bnr img{ width:100%;} 

.abut-txt{ border-bottom:1px solid #cbcbcb; padding-bottom:15px;}
.abut-txt Span{border-left:solid #8ac13f 7px; padding-left:10px; color:#1a1a1a; font-size:25px;font-family: 'open_sansbold'; line-height:32px; display:block;}
.abut-txt p{color:#646364; font-size:17px; font-family:'open_sansregular'; line-height:29px; display:block;padding-left:15px; margin:15px 0px; text-align: justify;}
.abut-txt p a{color:#bda259; text-decoration:none;}
.abut-txt li{ float:none; list-style:none; background:url(../images/blt-pont.png) no-repeat left 10px;margin:10px 0px 10px 10px;}
.abut-txt li a{color:#646364; text-decoration:none;font-size:17px; font-family:'open_sansregular';padding-left: 17px; }
.abut-txt li a:hover{ color: #be6e1d; }
.abut-txt ul{ margin:0px; padding:0px;}

.ctn-txt{}
.ctn-txt p{color:#646364; font-size:17px; font-family:'open_sansregular'; line-height:29px; display:block;padding-left:15px; margin:15px 0px; text-align: justify; }
.ctn-txt ul{ margin:0px; padding:0px;}
.ctn-txt li{ float:none; list-style:none; background:url(../images/blt-pont.png) no-repeat left 10px;margin:10px 0px 10px 10px;}
.ctn-txt li a{color:#646364; text-decoration:none;font-size:17px; font-family:'open_sansregular';padding-left: 17px; }

.abut-txt ul.da-thumbs li a{ padding-left: 0; margin: 0 10px 0 0; }

.map{ margin: 30px 0 20px; }

.vi-bx{ width:100%;}

.hdr_area{ position: fixed; width: 100%; top: 0; left:0; z-index: 9999; }

.hdr_gap{ min-height: 175px; }

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display:none;
    background: #1c1c1c;
    border: none;
}

.back-to-top:hover, .back-to-top:focus{ background: #aa7b35; }

.tebl-bx a{ color: #444444; text-decoration: none; }

.tebl-bx a:hover{ color: #b9a05b; text-decoration: none; }

@media (min-width:768px) and (max-width:1024px) {
	
.clnbr span{font-size: 19px;}
.tp-hding h1{ font-size: 26px;}
.tp-hding span{ font-size: 17px;}
.navbar-collapse.collapse { width:100%;}	
.menu-bx ul li a{ padding:0px 25px;}
.carousel-caption h3{ font-size:33px;}	
.carousel-caption .rd-bnt{ padding:7px 10px;}
.tbl-bx span { font-size: 13px;padding-left: 9px;}	
 nav ul li a{ padding: 12px 33px; }
	
	}




@media (max-width:767px) {
.tp-hding h1 {font-size: 25px; text-align: center; width: 88%; margin:20px auto 0;}
.tp-hding span{ font-size:17px;}
.clnbr { float: right;  padding-top: 16px;}

.carousel-caption{ top:-22%;}
.carousel-caption h3{ font-size:16px;}
.carousel-caption p {font-family: "open_sansregular"; font-size: 12px; line-height: 16px;}	
.main-tbl-bx{ width:100%; margin-bottom:30px; border-right:none;}
.foter-iner ul li{ width:100%; text-align:left; line-height:30px; border-right:none;}
.menu-bx ul li{ z-index:999; width:100%; float:none; background:#8a969e;}	
.foter-iner{ width:100%;}	
.navbar-toggle{ margin-bottom:0px;}
.navbar-toggle{margin-top: 5px;}
.logo img{ margin:0 auto; display:block;} 

 nav select{ display: inline-block; }
 nav ul{ display: none; }
 nav{ padding: 10px 0; }
    
.sol-md{ width: 100%; text-align: center; margin: 15px 0 10px;}
.sol-md ul li{ display: inline-block; float: none; margin: 0;}
.clnbr{ width: 100%; text-align: center; padding: 0; }
.hdr_area{ position: relative; }
.hdr_gap{ display: none; }
    
	}