*{
	margin:0;
	padding: 0;
	box-sizing: border-box;
}
html{
	scroll-behavior: smooth;
}
@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;500;600;700&display=swap');
/* @font-face {
    font-family: 'weblysleeksemilight';
    src:url('../fonts/WeblySleek_UI/weblysleekuisl.ttf'); 
} */

body{ 
  padding:0; 
  font-family: 'Merriweather', serif;
}
.Poppins{
  font-family: 'Poppins', sans-serif;
}
.Merriweather{
  font-family: 'Merriweather', serif;
}
.p_10{
  font-size:10px;
}
.p_12{
  font-size:12px;
}
.p_14{
  font-size:14px;
}
.p_16{
  font-size:16px;
}
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: .8em;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: .1rem;
  margin-right: .1rem;
}
.dropdown-item{
  font-size:12px;
}
/* landing area start */
.slider_home{
  padding-top:150px;
}
.top_header{
  background:#00000066;
}
.main_menu_hr{
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
}
.menu_ul{ 
  border-bottom: 1px solid #cccccc7a;
}
.menu_ul .menu_li{
  padding: 0 5px;
}
.menu_ul .menu_li .menu_a{
  color: #fff  ;
  font-size: 12px;
}
#topHeader{
  background-image:url('../img/landing_image.png');
  background-size: cover;
  height: 100%;
}
.top_header_area img{
  height: 50px;
}
.logo_img{
  height: 100px;
  width:100px;
}
.round_menu_btn{
  border: 1px solid #ccc;
  border-radius:25px;
  margin-left: 10px;
  padding: 6px 20px !important;
}
.round_menu_btn:hover{
  background-color: #fff;
  color: #15412A !important;
}
.after_slider{
  background:#a29f9f73;
  margin:5px;
  padding: 21px 15px; 
  width:150px;
  cursor: pointer;
}
.slidHide{
  display: none;
  position: absolute;
  bottom: 14px;
  color: #fff;
}
.after_slider:hover{
  background:#00A543; 
}
.after_slider:hover .slidHide{ 
  display: block;
  color: #fff;
  font-weight:bold;
}
.after_slider img{
  padding:5px;
  height: 35px;
}
.indicaTor{
  right: 0;
  top: 50%;
  bottom: 50%;
  left: unset;
  margin: 0;
  display: inline-block;
}
.indicaTor li{
  height: 10px;
  width: 10px;
   
  border-radius: 50%;
}
.indicaTor .active{
  border:2px solid #fff;
  background:transparent;
  margin: 6px  1px;
}
/* landing area end */
/* explore area start */
#explore{
  background:#EEF6EF;
}
.green_btn {
  background: #018637;
  color: #fff;
  border-radius: 0;
}
.green_btn:hover{
  color: #fff;
  background: #15412A;
}
.item_ex {
  padding: 15px;
  text-align: center;
}
.slider_control{
   position: relative;
   width:100%;
   z-index: 1;
}
.slider_control .PrevBtn{
  position: absolute;
  left: -45px;
  top: -172px;
}
.slider_control .NextBtn{
  position: absolute;
  right: -45px;
  top: -172px;
}
.overlay_ex {
  width: 100%;
  height: 140px;
  background: #EEF6EF;
  position: absolute;
  z-index: 1;
}
.ex_btn{
  position: relative;
  bottom: 15px;
  padding: 10px 40px;
}
/* explore area  end*/
/* our branch area start */
.map_locationBtn {
  background: transparent;
  margin: 5px;
  border: 2px solid green;
  color: green;
  width: 140px;
}
.map_locationBtn:hover {
  background:green;
  color: #fff;
}
/* our branch area end */
/* board of directiors start */
.bod_img{
  position: relative;
}
.bod_img:before {
  /*background: linear-gradient(to top, #429e5e 0%, #00000000 100%);*/
  z-index: 3;
  content: "";
  height: 115px;
  bottom: 0;
  width: 100%;
  position: absolute;
}
.bod_title{
  position: relative;
  bottom: 60px;
  z-index: 3;
  color: #fff;
  text-align: center;
}
.bod_title a{
  font-family: 'Poppins', sans-serif;
  color:#fff;
  font-weight:bold;
}
.board_btn{
  width:170px;
  padding: 10px;
}

/* board of directiors end */
/* services page start */
#hero_img_text{
  background-image: url('../img/service.png');
  height:600px;
  width:100%;
  background-size: cover;
  background-position:center;
  position: relative;
}
#hero_img_text_product{
  background-image: url('../img/motor.png');
  height:600px;
  width:100%;
  background-size: cover;
  background-position:center;
  position: relative;
}
.hero_text {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
.wrap_sr_text{
  background: #018637;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
}
.wrap_sr_text:hover{
  background: #00C44F;
}
.wrap_sr_more{
  background: #E9E9E9;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
}
.wrap_sr_more:hover{
  background: #ccc;
}
.wrap_sr_more p{
  color: #018637;
}
/* services page end*/
/* product page start */
.product_one_page{
  position: relative;
}
.product_box_menu{
  position: relative;
  top:-30px;
}
.product_box_menu_ul li{
  /* 

  margin:2px;
  padding: 10px; */
  list-style: none; 
   /* background-color:#15412a; */
  background-color:#008738;
  margin: 18px;
  /* padding: 14px 2px 14px; */
  border-radius: 5px;
  text-align: center;
  box-shadow: 0px 2px 9px 0px #000;
}

.product_box_menu_ul li a{
  font-size:14px;
  color:#fff;
  display: block;
  padding: 14px 2px 14px !important; 
}
.product_box_menu_ul li:hover{
  background-color:#00C44F; 
}
.product_box_menu_ul li a:hover{ 
  text-decoration:none;
}

.menu-active{
  background: #15412A !important;
}

/* product page end */


/* footer start */
#footer{
  background:#15412A;
  color: #fff;
  position: relative;
}
.footerClass{
  background-image: url('../img/footerbg.png');
  background-size: cover;
  background-repeat: no-repeat;
} 
.footer_img hr{
  position: relative;
  bottom: 140px;
  width: 100%;
  border-top: 1px solid rgb(253 250 250 / 10%);
  margin: 0;
}
.footer_logo {
  position: relative;
}
.footer_logo_img img{
  position: absolute;
  top:-110px;
  right: 0;
}
/* footer end */
@media only screen and (max-width:1366px) {

} 
@media only screen and (max-width: 1200px) {

} 
@media only screen and (max-width: 768px) {
.gallery-a img {
   height:30vw;
   overflow-x: hidden;
}
} 
@media only screen and (max-width: 480px) {

}


#rightContentLoad{
  border-top: 0px;
  padding-left: 0px;
}
#rightContentLoad h3{
  font-size: 18px !important;
  font-weight: 600;
  border-left: 0px;
  border-right: 0px;
  margin-bottom: 0px;
  letter-spacing: 0.7px;
  padding: 10px;
  font-family: 'Merriweather Sans', sans-serif;
} 

#rightContentLoad p{
  font-size: 13px;
  line-height: 1.5rem;
  margin-bottom: 0px;
  
  padding: 10px;
  font-family: 'Poppins', sans-serif;
}

#rightContentLoad ul{
  list-style: none;
}  

#rightContentLoad ul li{
  font-size: 13px;
  margin-left: 30px;
  list-style: disc;
}

#contentSection{
  padding-top: 30px;
}

.active{
  color: yellow !important;
  font-weight: bold;
}

/* hover sub menu */

.dropdown-menu {
  top: 32px!important;
}
.dropdown-submenu .dropdown-menu {
  left: 96%!important;
}

ul.dropdown-menu.last_dropdown {
  margin-top: -50px!important;
}

ul.dropdown-menu.hover_top {
  margin-top: -40px!important;
}


.navbar-nav li:hover > ul.dropdown-menu {
  display: block;
}
.dropdown-submenu {
  position:relative;
}
.dropdown-submenu>.dropdown-menu {
  top:0;
  left:100%;
  margin-top:-6px;
}

.dropdown-menu > li > a:hover:after {
  text-decoration: underline;
  transform: rotate(-90deg);
}


@media (max-width:991px)  { 
  ul.dropdown-menu.last_dropdown {
    margin-top: 0px!important;
  }
  
  ul.dropdown-menu.hover_top {
    margin-top: 0px!important;
  }
}
