@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;600;700;800;900&display=swap');

/*
font-family: 'Poppins', sans-serif;
font-family: 'Rubik', sans-serif;
*/
table{
   display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 0;
}
body{
font-family: 'Poppins', sans-serif;
}


.pad0{
padding: 0;
}

.top{
  background:#111;
}

.top-left ul{
margin-bottom: 0;
padding-left: 0;
}

.top-left ul li{
  display: inline-block;
  font-size: 14px;
  padding-right: 5px;
  padding-top: 9px;
}

.top-left ul li span{
  color: #eab632;
  padding-right: 4px;
}

.top-left ul li a{
  color: #fff;
  text-decoration: none;
}


.social-links{
padding-left: 0px;
float: right;
margin: 0;
position: relative;
z-index: 99;
border-right: 1px solid #1e1e1e;
}

.social-links li{
display: inline-block;
 font-size: 14px;
 color: #fff;
}

.social-links li:nth-child(1) {
  padding-right: 8px;
  padding-top: 8px;
}

.social-links li span{
color: #eab632;
padding-right: 4px;
}

.social-links li a{
  display: block;
  text-decoration: none;
  color:#eab632;
padding: 9px 8px;
-webkit-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
-moz-transition: all 300ms ease;
transition: all 300ms ease;
border-left: 1px solid #1e1e1e;
}

.social-links li a:hover{
  color: #666;
}



header{
padding: 30px 0;
}


.logo img {
  width: 80%;
  position: absolute;
  background: #fffbf0;
  z-index: 99;
  padding: 10px;
  top: -30px;
}

.ast_main_menu_wrapper{
/*margin-top: 12px;  */
}

.ast_menu ul li.quote a{
background:#eab632;
color: #fff !important;
padding: 14px 15px;
margin-top: 4px;
}


.ast_menu ul li.quote a::before{
  display: none;
}

.ast_menu ul li.quote a span{
font-size: 18px;
padding-left: 6px;
position: relative;
top: 2px;
}



.ast_header_bottom {
  float: left;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  position: fixed;
  margin-top: 0;
  z-index: 10;
  background:#e4ded4;
}

.ast_header_bottom.style_2{
    background-color: rgba(0, 0, 0, 0);
    margin-top: 21px;
    padding: 0px 50px;
}


.ast_menu ul {
  padding: 0;
  margin: 0;
  float: right;
}

.ast_menu ul li {
  list-style:none;
  float:left;
  margin-right:0px;
  position:relative;
  -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_menu ul li:last-child{
 margin-right:0px;
}

.ast_menu ul li a {
  display: block;
  color: #444;
text-transform: uppercase;
font-size: 15px;
  position: relative;
  font-weight: 500;
  padding:15px 12px;
  margin: 0 5px;
  z-index: 1;
  text-decoration: none;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.ast_menu ul li a:hover {
  color:#218922;
  text-decoration: none;
}

.ast_menu ul li.active a {
color: #218922;
}

.ast_menu ul li ul.submenu{
  position:absolute;
  top:100%;
  left:0px;
  width:220px;
  opacity:0;
  visibility:hidden;
  background-color:#fff;
    z-index: 10;
  -webkit-box-shadow: 0px 4px 22px -7px #000000;
    -moz-box-shadow: 0px 4px 22px -7px #000000;
    -o-box-shadow: 0px 4px 22px -7px #000000;
    -ms-box-shadow: 0px 4px 22px -7px #000000;
    box-shadow: 0px 4px 22px -7px #000000;
  -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    padding: 10px 11px;
border-radius: 4px;
}
.ast_menu ul li:hover ul.submenu{
  opacity:1;
  visibility:visible;
  -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.ast_menu ul li ul.submenu li{
  float:left;
  width:100%;
    padding: 0px 0px;
}
.ast_menu ul li ul.submenu li a{
  margin: 0px;
}

.ast_menu ul li ul.submenu li a::before, .ast_menu ul li ul.submenu li a::after{
display: none;
}

.ast_menu ul li ul.submenu li a{
    padding:10px;
    border-right: 0px solid #222;
    width: 100%;
    border-top: 0px;
border-bottom:1px solid #f1f1f1;
    color: #30373f;
  -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_menu ul li ul.submenu li a:hover{
  border-top:0px;
 color:#e6af5d;
  -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.ast_menu ul li ul.submenu li ul.submenu{
  position:absolute;
  top:0px;
  left:auto;
  right:100%;
  width:140px;
  opacity:0;
  visibility:hidden;
  background-color:#333333;
    z-index: 10;
  -webkit-box-shadow: 0px 4px 22px -7px #000000;
    -moz-box-shadow: 0px 4px 22px -7px #000000;
    -o-box-shadow: 0px 4px 22px -7px #000000;
    -ms-box-shadow: 0px 4px 22px -7px #000000;
    box-shadow: 0px 4px 22px -7px #000000;
  -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_menu ul li ul.submenu li:hover ul.submenu{
  opacity:1;
  visibility:visible;
  -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_menu_btn{
  display:none;
}
.menu_fixed {
    position: fixed;
    z-index: 1000;
    padding: 0px 0px;
    -moz-box-shadow: 0px -5px 20px;
    -webkit-box-shadow: 0px -5px 20px;
    box-shadow: 0px -5px 20px;
}
.menu_fixed.ast_header_bottom {
  margin-top:0px;
    background-color:#e4ded4;
}

.menu_fixed .ast_menu ul li ul.submenu {
    background-color:#333333;
    z-index: 10;
    -webkit-box-shadow: 0px 4px 22px -7px #000000;
    -moz-box-shadow: 0px 4px 22px -7px #000000;
    -o-box-shadow: 0px 4px 22px -7px #000000;
    -ms-box-shadow: 0px 4px 22px -7px #000000;
    box-shadow: 0px 4px 22px -7px #000000;
}
.menu_fixed .ast_menu ul li ul.submenu li ul.submenu{
    background-color:#333333;
    z-index: 10;
    -webkit-box-shadow: 0px 4px 22px -7px #000000;
    -moz-box-shadow: 0px 4px 22px -7px #000000;
    -o-box-shadow: 0px 4px 22px -7px #000000;
    -ms-box-shadow: 0px 4px 22px -7px #000000;
    box-shadow: 0px 4px 22px -7px #000000;
}

/*.ast_menu ul li a:before,.ast_menu ul li a:after {
  height: 2px;
  position: absolute;
  content: '';
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  background-color: #de2021;
  width: 0;
}*/


.ast_menu ul li a:before {
position: absolute;
left: 0;
bottom: 0px;
height: 2px;
width: 100%;
content: "";
background-color:#218922;
transition: visibility .4s ease, opacity .4s ease, transform .4s ease;
transform: translate3d(50px, 0, 0);
opacity: 0;
visibility: hidden;
}

.ast_menu ul li a:hover:before,
.ast_menu ul li.active a:before,
.ast_menu ul li a:hover:after,
.ast_menu ul li.active a:after {
opacity: 1;
transform: translate3d(0px, 0, 0);
visibility: visible;
}


.ban1{
text-align: left;
top: 25%;
right: 15%;
left: 45%;
background: rgba(0,0,0, 0.6);
padding: 20px;
bottom: 22%;
}

.ban3{
text-align: left;
top: 25%;
left: 15%;
right: 50%;
}

.ban1 h6{
  font-size: 15px;
letter-spacing: 2px;
font-weight: 400;
}

.ban1 h2, .ban2 h2, .ban3 h2{
font-size: 40px;
text-transform: uppercase;
font-weight: 800;
}

.ban1 p, .ban2 p, .ban3 p{
line-height: 26px;
font-size: 15px; 
}

.ban1 a, .ban2 a, .ban3 a {
  background:#eab632;
  display: inline-block;
  color: #fff;
  padding: 10px 20px;
  font-family: 'Poppins', sans-serif;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  border: 1px solid #cc8c2d;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  margin-right: 10px;
}

.ban1 a span, .ban2 a span{
position: relative;
top: 1px;
padding-left: 4px;
  }

.ban2{
top: 30%;
padding: 20px;
text-align: center;
left: 20%;
bottom: 28%;
right: 20%;
}



.carousel .carousel-item.active .animated1 {
  -webkit-animation: fadeInRight 1s ease-in-out 500ms both;
  animation: fadeInRight 1s ease-in-out 500ms both;
}
.carousel .carousel-item.active .animated2 {
  -webkit-animation: fadeInLeft 1s ease-in-out 500ms both;
  animation: fadeInLeft 1s ease-in-out 500ms both;
}
.carousel .carousel-item.active .animated3 {
  -webkit-animation: fadeInDown 1s ease-in-out 500ms both;
  animation: fadeInDown 1s ease-in-out 500ms both;    
}
.carousel .carousel-item.active .animated4 {
  -webkit-animation: fadeInUp 1s ease-in-out 500ms both;
  animation: fadeInUp 1s ease-in-out 500ms both;    
}
.carousel-caption::before{
  -webkit-animation: fadeInLeft 2s ease-in-out 500ms both;
  animation: fadeInLeft 2s ease-in-out 500ms both;
}
.carousel-caption{
  transition: opacity 100ms;
  text-shadow: none;
}
.carousel .carousel-item img{
  width: 100%;
}
.carousel-inner > .carousel-item .carousel-caption {
  z-index: 99;
  opacity: 0;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
}

.carousel .carousel-item.active .carousel-caption {
  z-index: 99;
  opacity: 1;
  -webkit-transition: opacity 100ms;
  -moz-transition: opacity 100ms;
  -o-transition: opacity 100ms;
  transition: opacity 100ms;  
}

.carousel-fade .carousel-control {
  z-index: 2;
}
.carousel-control.right {
  background: none;
}
.carousel-control.left {
  background: none;
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: .6s;
  transition-property: opacity;
}
.carousel-fade  .carousel-item.active,
.carousel-fade  .carousel-item-next.carousel-item-left,
.carousel-fade  .carousel-item-prev.carousel-item-right {
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-right {
  opacity: 0;
}
.carousel-fade  .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-prev {
  transform: translateX(0);
  transform: translate3d(0, 0, 0);
}


.sec-1{
padding: 60px 0;
background: url(../images/our-bg.png);
background-size: cover;
}

.sec-1-left h1 {
  font-weight: 700;
  margin-top: 0px;
  position: relative;
  color: #40403f;
  font-size: 35px;
  margin-bottom: 20px;
}

.sec-1-left h1::before {
  position: absolute;
  content: '';
  left: 0px;
  bottom: -6px;
  width: 40px;
  height: 4px;
  background: #eab632;
}

.sec-1-left p {
  line-height: 26px;
  color: #666;
  font-size: 14px;
}

.sec1-bx{
  position: relative;
  margin-bottom: 20px;
}

.sec1-img{
  position: relative;
  border-radius: 10px;
}

.sec1-img::before {
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(90deg, black 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(90deg, black 0%, rgba(0, 0, 0, 0) 100%);
  background: -ms-linear-gradient(90deg, black 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.8;
  content: "";
  top: 0;
  position: absolute;
  left: 0;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
}

.sec1-bx:hover .sec1-img::before {
  background: -moz-linear-gradient(90deg, black 0%, rgba(0, 0, 0, 0.30196) 100%);
  background: -webkit-linear-gradient(90deg, black 0%, rgba(0, 0, 0, 0.30196) 100%);
  background: -ms-linear-gradient(90deg, black 0%, rgba(0, 0, 0, 0.30196) 100%);
  opacity: 1;
}

.sec1-details-outter{
  bottom: 30px;
  left: 0;
  padding: 0 20px;
  position: absolute;
  transition: all 0.5s ease 0s;
  right: 0;
  overflow: hidden;
}

.sec1-details-outter .sec1-content{
transform: translateY(118px);
transition: 0.3s;
}

.sec1-bx:hover .sec1-details-outter .sec1-content{
transform: translateY(0px);
}


.sec1-details-outter .sec1-content a{
  color: #fff;
  display: block;
  text-decoration: none;
}

.sec1-details-outter .sec1-content h6{
  font-weight: 400;
font-size: 15px;
border-bottom: 2px solid #218922;
display: inline-block;
padding-bottom: 4px;
}

.sec1-details-outter .sec1-content h4{
font-weight: 500;
font-family: 'Rubik', sans-serif;
font-size: 22px;
}

.sec1-details-outter .sec1-content p{
  font-size: 14px;
  line-height: 24px;
}


.sec1-details-outter .sec1-content .more{
color: #fff;
font-size: 15px;
background: #eab632;
display: inline-block;
padding: 4px 15px 4px 10px;
position: relative;
}

.sec1-details-outter .sec1-content .more span{
position: absolute;
font-size: 22px;
top: 4px;
right: -15px;
}


.sec-2{
padding: 180px 0 80px;
background: #f8f6ef url(../images/sec1-bg.png) no-repeat right;
position: relative;
overflow: hidden;
}


.sec2-overlay-bg {
  top: -140px;
  left: -300px;
  position: absolute;
}

.sec2-overlay-bg::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(6, 37, 6, 0.9);
  top: 0;
  left: 0;
  right: 0;
}


.sec2-left{
  position: relative;
  z-index: 9;
}

.sec2-bx{
  display: flex;
  width: 260px;
  height: 220px;
  background: #eab632;
  padding: 25px;
  justify-content: center;
  position: absolute;
  top: -100px;
  left: -20px;
  z-index: -1;
}

.sec2-bx h5{
font-size: 60px;
line-height: 60px;
margin-right: 32px;
font-family: 'Rubik', sans-serif;
}

.sec2-bx h5 b{
position: absolute;
top: 0px;
font-size: 36px;
}

.sec2-bx span{
line-height: 20px;
color: #444;
padding-top: 6px;
}


.sec2-right h6 img{
  width: 55px;
  padding-right: 10px;
}

.sec2-right h6{
font-weight: 600;
font-size: 17px;
text-transform: uppercase;
color: #444;
}

.sec2-right h2 {
  font-weight: 700;
  margin-top: 0px;
  position: relative;
  color: #222;
  font-size: 35px;
  margin-bottom: 20px;
}


.sec2-right p {
  line-height: 26px;
  color: #666;
  font-size: 14px;
}

.sec2-right a {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  background: #166517;
  padding: 12px 20px;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
}

.sec2-right a span{
  padding-left: 5px;
  position: relative;
  top: 2px;
}

.sec2-right a::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #222;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}


.sec2-right a:hover::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}


.sec-3{
padding: 50px 0;
position: relative;
z-index: 9;
}

.sec-3::before{
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: 0;
  background: #f8f6ef;
  height: 250px;
  z-index: -1;
}

.outter-sec3{
position: absolute;
width: 85%;
margin-left: -18px;
}

.sec3-fixed-bg {
  position: absolute;
  right: 0;
  width: 100%;
  z-index: -1;
  left: auto;
  height: 300px;
  background: url(../images/sec3-bg.jpg) fixed;
background-size: cover;
  top: 0px;
}


.sec3-fixed-bg::after {
  background: #000 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}



.sec3-left{
padding: 110px 20px 35px;  
}

.sec3-left h2{
color: #fff;
font-size: 36px;
font-weight: 700;
}


.sec3-left h2 span{
font-size: 25px;
display: block;
font-weight: 300;
padding-top: 10px;
border-top: 1px solid #fff3;
margin-top: 10px;
}

.sec3-bx{
text-align: center;
padding: 35px 30px;
background: #176517;
margin: 110px -2px 0px;
position: relative;
z-index: 9;
}

.sec3-bx img{
width: 159px;
opacity: 0.1;
position: absolute;
right: 10px;
bottom: 0;
z-index: -1;
}

.sec3-bx span{
  font-size: 60px;
  color: #fff;
  padding-bottom: 15px;
  display: inline-block;
}

.sec3-bx span::before {
  display: inline-block;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
}

.sec3-bx:hover span::before {
  transform: rotateY(180deg);
}

.sec3-bx h4{
  font-family: 'Rubik', sans-serif;
  color: #fff;
}

.sec3-bx p{
line-height: 26px;
color: #f1f1f1;
font-size: 14px;
}


.sec-4{
padding: 50px 0 0;
}

.sec4-bx{
padding: 40px 30px 40px 0px;
}

.sec4-dots{
background: url(../images/ptn.png);
}

.sec4-bx h6{
text-transform: uppercase;
letter-spacing: 2px;
font-size: 15px;
color: #166517;
}

.sec4-bx h2{
font-weight: 700;
padding-bottom: 10px;
color: #222;
}

.sec4-bx p {
  line-height: 26px;
  color: #666;
  font-size: 14px;
}

.sec4-bx a{
font-size: 15px;
font-weight: 500;
color: #222;
position: relative;
text-decoration: none;
transition: .4s;
-webkit-transition: .4s;
-moz-transition: .4s;
}

.sec4-bx a::before{
position: absolute;
content: '';
left: 0;
bottom: -5px;
height: 2px;
background: #eab632;
width: 100%;
transition: .4s;
-webkit-transition: .4s;
-moz-transition: .4s;
}

.sec4-bx a:hover::before{
width: 0;
color:  #eab632;
}

.sec4-bx a:hover{
color:  #eab632;
}


.sec4-bx2{
padding: 26px 35px;
background: #111;
color: #fff;
height: 100%;
}

.sec4-bx2 h3{
font-family: 'Rubik', sans-serif;
font-weight: 600;
font-size: 22px;
}

.sec4-bx2 p {
  line-height: 26px;
  color: #888;
  font-size: 14px;
}


.sec-5{
padding: 50px 0; 
}


.sec5-title h6 {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 15px;
  color: #166517;
}

.sec5-title h2 {
  font-weight: 700;
  padding-bottom: 10px;
  color: #222;
}

.sec5-bx{
border: 1px solid #d1d1d1;
margin: 20px 15px;
}

.sec5-bx p{
padding: 10px 20px;
background: #eab632;
position: relative;
bottom: -14px;
color: #f1f1f1;
font-size: 14px;
font-weight: 500;
text-transform: capitalize;
margin: 0 15px;
text-align: center;
}

.sec5-bx p::before {
content: "";
position: absolute;
bottom: 0;
left: -9px;
border-bottom: 14px solid transparent;
border-right: 9px solid #c59724;
}


.sec5-bx a{
text-decoration:none;
}

.slick-pre{
position: absolute;
left: -45px;
background: #105810;
height: 40px;
width: 40px;
color: #fff;
border-radius: 50%;
text-align: center;
line-height: 40px !important;
top: 40%;
cursor: pointer;
}

.slick-nxt{
position: absolute;
right: -45px;
background: #105810;
height: 40px;
width: 40px;
color: #fff;
border-radius: 50%;
cursor: pointer;
text-align: center;
line-height: 40px !important;
top: 40%;
}


.sec-6{
text-align: center;
position: relative;
z-index: 9;
}

.sec-6 .carousel-inner > .carousel-item::before {
  background: #000;
  content: "";
  left: 0;
  right: 0;
  opacity: 0.6;
  position: absolute;
  top: 0;
  bottom: -1px;
  z-index: 1;
}



.sec-6 .carousel-inner .carousel-item  .slide1 {
  background: url(../images/sec6-img1.jpg);
  height: 60vh;
  background-size: cover;
 -webkit-animation: zoomimg 15s ease-in infinite;
  animation: zoomimg 15s ease-in infinite;
 
}

.sec-6 .carousel-inner .carousel-item .slide2 {
  background: url(../images/sec6-img2.jpg);
  height: 60vh;
  background-size: cover;
  -webkit-animation: zoomimg 15s ease-in infinite;
  animation: zoomimg 15s ease-in infinite;
}

@-webkit-keyframes zoomimg {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}


.sec-6 .carousel-inner .carousel-item .carousel-caption {
  top: 25%;
  padding: 0;
  left: 10%;
  right: 10%;
}

.sec-6 .carousel-inner .carousel-item .carousel-caption h6{
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 15px;
  color: #eab632;
}


.sec-6 .carousel-inner .carousel-item .carousel-caption h4 {
  font-weight: 700;
  padding-bottom: 10px;
  color: #fff;
  font-size: 28px;
  line-height: 1.3;
}


.sec-6 .carousel-inner .carousel-item .carousel-caption  p {
  line-height: 26px;
  color: #f1f1f1;
}

.sec-6 .carousel-inner .carousel-item .carousel-caption a {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  border: 2px solid #fff;
  padding: 12px 20px;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
}

.sec-6 .carousel-inner .carousel-item .carousel-caption a i{
  padding-right: 5px;
  position: relative;
  top: 2px;
}

.sec-6 .carousel-inner .carousel-item .carousel-caption a:hover{
    border: 2px solid #eab632;
}

.sec-6 .carousel-inner .carousel-item .carousel-caption a::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:#eab632;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}


.sec-6 .carousel-inner .carousel-item .carousel-caption a:hover::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.in-banner{
padding: 80px 0 70px;
background:url(../images/in-ban-bg.jpg) 0% 75%;
position: relative;
background-size: cover;
}

.in-banner::before{
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0,0,0, 0.75);
}

.in-banner::after{
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 30px;
  background: url(../images/page-bg.png) no-repeat center;
  background-size: cover;
  z-index: 1;
}

.in-bn-title{
  text-align: center;
}

.in-bn-title h1{
font-family: 'Rubik', sans-serif;
text-transform: uppercase;
color: #fff;
font-weight: 700;
}

.in-bn-title ul{
padding-left: 0;
border-bottom: 1px solid rgba(255,255,255, 0.4);
display: inline-block;
}

.in-bn-title ul li{
  display: inline-block;
  font-size: 14px;
  color: #eab632;
}


.in-bn-title ul li a{
  color:#f1f1f1;
  text-decoration: none;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
}

.in-bn-title ul li a:hover{
  color: #fffbf0;
}


.in-bn-title ul li a span{
position: relative;
top: 1px;
padding: 0 4px;
}


.inner-matter{
padding: 40px 0;
position: relative;
background: url(../images/side-bg.png) no-repeat right top;
}


.about-page h2 {
font-weight: 700;
margin-top: 0px;
position: relative;
color: #eab632;
font-size: 32px;
text-transform: uppercase;
margin-bottom: 20px;
}

.about-page h2::before{
position: absolute;
content: '';
left: 0;
bottom: -6px;
width: 40px;
height: 2px;
background: #111;
}

.about-page h6 img {
width: 45px;
padding-right: 10px;
}

.about-page h6 {
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  color: #111;
}

.inner-matter p{
line-height: 26px;
color: #666;
font-size: 14px;
}


.abt-img{
margin-left: 30px;
position: relative;
}

.abt-img img{
  border-radius: 10px;
}

.abt-img::before{
content: '';
position: absolute;
left: -30px;
background: url(../images/dot-shape.png);
top: -30px;
width: 50%;
height: 200px;
z-index: -1;
}

.abt-img::after{
position: absolute;
content: '';
right: -20px;
bottom: 0px;
background: #218922;
height: 180px;
width: 50px;
border-radius: 6px;
z-index: -1;
}

.abt-bx{
background: #f8f6ef;
padding: 30px 35px;
text-align: center;
margin: 25px 0;
border-radius: 6px;
height: 330px;
}

.abt-bx span{
background: #eab632;
color: #fff;
height: 70px;
width: 70px;
text-align: center;
border-radius: 50%;
line-height: 70px;
font-size: 28px;
margin-bottom: 15px;
display: inline-block;
-webkit-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
}

.abt-bx:hover span{
transform: rotateY(360deg);
}

.abt-bx h3{
font-family: 'Rubik', sans-serif;
font-size: 26px;
color: #222;
}

.abt-bx p{
  color: #767676;
}

.q-list{
  padding-left: 30px;
}

.q-list li{
  list-style: none;
  position: relative;
  line-height: 26px;
color: #666;
font-size: 14px;
}

.q-list li::before {
content: '';
position: absolute;
left: -28px;
top: 12px;
height: 3px;
width: 1rem;
background: #eab632;
}

.qty-rd h3{
font-size: 22px;
font-weight: 500;
color: #eab632;
}

.qty-img{
  position: relative;
  margin-top: 45px;
  z-index: 9;
}

.qty-img img{
border-radius: 10px;
}


.qty-img::after {
position: absolute;
content: '';
right: -20px;
top: 46px;
background: #218922;
height: 80%;
width: 50px;
border-radius: 6px;
z-index: -1;
}


.infra-list{
padding-left: 0;
}

.infra-list li{
list-style: none;
line-height: 26px;
color: #666;
font-size: 14px;

}

.infra-list li i{
  padding-right: 4px;
  color: #218922;
}

.infra-table{
  width: 100%;
  margin-bottom: 15px;
}

.infra-table tr th {
  border-bottom: 1px solid #e8e8e8;
  padding: 12px 10px;
  font-weight: 600;
color: #444;
font-size: 14px;
}


.infra-table tr td {
 padding: 12px 10px;
  color: #666;
border-bottom: 1px solid #e8e8e8;
  font-size: 14px;
}

.cnt-bx{
padding: 30px 35px;
background: rgba(255,255,255, 0.95);
margin: 25px 0;
border-radius: 6px;
border: 1px solid #f8f6ef;
border-bottom: 4px solid #218922;
position: relative;
z-index: 9;
}

.cnt-bx span{
background: #eab632;
color: #fff;
height: 60px;
width: 60px;
text-align: center;
border-radius: 50%;
line-height: 60px;
font-size: 25px;
margin-bottom: 15px;
display: inline-block
}

.cnt-bx h3{
  font-family: 'Rubik', sans-serif;
font-size: 22px;
}


.cnt-bx i{
position: absolute;
right: 8px;
bottom: 8px;
font-size: 100px;
opacity: 0.05;
z-index: -1;
}


.enq-form{
padding: 70px 70px 80px 70px;
background: rgba(250, 247, 240, 0.95);
margin-top: 52px;
}


.enq-form .form-control{
padding-left: 45px;
border: none;
border-radius: 0;
border-bottom: 1px solid #d1d1d1;
background: transparent;
box-shadow: none;
height: 50px;
margin-bottom: 30px;
transition: .4s;
-webkit-transition: .4s;
-moz-transition: .4s;
}

.form-control:focus {
border-bottom: 1px solid #333;
}

.enq-form .form-field span{
position: absolute;
padding: 12px 7px;
font-size: 20px;
}

.enq-form textarea.form-control{
height: auto;
}

.enq-form .sendbtn {
  background:#228a23;
  color: #fff;
  padding: 10px 20px;
  border: 0;
  transition: .4s;
  width: 100%;
  cursor: pointer;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 10px;
}

.pro-box a{
  display: block;
  text-decoration: none;
border: 1px solid #ececec;
padding: 12px;
background: #fff;
position: relative;
margin: 15px 0;
}

.pro-box a::before{
  position: absolute;
  content: '';
  right: 0;
  bottom: 0;
  width: 1px;
  height: 30px;
  background: #ececec;
}

.pro-box p{
border-left: 4px solid #eab632;
padding-left: 6px;
margin-left: -12px;
margin-bottom: 0;
}

.pro-box p span{
font-size: 15px;
position: absolute;
bottom: 11px;
color: #fff;
right: -6px;
background: #238924;
padding: 6px;
}

.pro-box p span::after {
border-bottom: 5px solid transparent;
border-left: 5px solid #0d5a06;
content: "";
display: block;
height: 0px;
right: -1px;
position: absolute;
bottom: -5px;
width: 6px;
}

.single-pro a{
display: block;
text-decoration: none;
border: 1px solid #ececec;
padding: 12px;
background: #fff;
position: relative;
margin-bottom: 15px;
border-bottom: 4px solid #218922;
}

.product-details h5{
font-size: 18px;
border-bottom: 1px solid #d1d1d1;
padding-bottom: 5px; 
}

.product-details ul{
  padding-left: 0;
}

.product-details ul li {
  list-style: none;
  line-height: 28px;
  color: #666;
  font-size: 14px;
}

.product-details ul li::before{
content: "\f00c";
font: normal normal normal 14px/1 FontAwesome;
  font-size: 14px;
font-size: inherit;
text-rendering: auto;
padding-right: 8px;
color: #1d801e;
}

.product-details table{
width: 100%;
margin-bottom: 20px;
}

.product-details table tr th {
text-align: center;
border: 1px solid #fff;
padding: 6px;
background: #1d801e;
color: #fff;
font-weight: 500;
font-size: 15px;
}

.product-details table tbody tr:nth-child(2n) {
  background: #f0f0f0;
}

.product-details table tbody tr:nth-child(2n+1) {
  background: rgba(255,255,255, 0.95);
}


.product-details table tbody tr td {
  padding: 10px;
  color: #666;
  border: 1px solid #eaeaea;
  font-size: 14px;
}

.pagination li a{
position: relative;
display: block;
padding: .5rem .75rem;
margin-left: -1px;
line-height: 1.25;
color: #666;
background-color: #fff;
border: 1px solid #dee2e6;
font-size:14px;
}

.pagination{
justify-content: center;   
margin-top:15px;
}

.pagination li a:not([href]):not([tabindex]) {
  background: #eab632;
  color: #fff;
}

/*.pro-nxt-pg{*/
/*display:flex;    */
/*justify-content: space-between;*/
/*}*/

.pro-nxt-pg a, .pro-prev-pg a{
text-decoration: none;
background: #eab632;
padding: 6px 10px;
font-size: 12px;
color: #fff;
margin: 15px 0;
text-transform:capitalize;
}
.pro-nxt-pg a b{
    margin: 0 0 0 0.5em;
} .pro-prev-pg a b{
    margin: 0 0.5em 0 0;
}

.mor-link a{
text-decoration: none;
font-size: 14px;
color: #666;
border-left: 1px solid #eab63299;
width: 100%;
display: block;
padding: 4px 6px;
border-bottom: 1px solid #eab63299;
margin: 6px 0px;
transition:.4s;
-webkit-transition:.4s;
-moz-transition:.4s;
height: 50px;
margin-bottom: 1em;
display: flex;
align-items: center;
padding-left: 12px;
text-transform:capitalize;
}

.mor-link a:hover{
background:#eaeaea;
}

footer{
  padding: 50px 0;
 background: #111 url(../images/footer.png) ;
  background-size: cover;
  position: relative;
}

/*footer::before{
position: absolute;
content: '';
top: 0;
left: 0;
background: rgba(0, 0, 0, 0.75);
right: 0;
bottom: 0;  
}*/

.f-about h2{
color: #cea12d;
font-size: 32px;
text-transform: uppercase;
font-weight: 700;
}

.f-about p {
  color: #b3b3b3;
  line-height: 26px;
  font-size: 14px;
}

.f-about h6{
  color: #eab632;
  font-size: 13px;
}

.f-about ul {
  padding-left: 0px;
}

.f-about ul li {
  display: inline-block;
  color: #fff;
  font-size: 15px;
}

.f-about ul li a {
  text-decoration: none;
  color: #333;
  font-size: 14px;
  display: block;
  border:1px solid #333;
  height: 35px;
  width: 35px;
  text-align: center;
  line-height: 35px;
  margin-right: 6px;
  transition: .4s;
  -moz-transition: .4s;
  -webkit-transition: .4s;
  border-radius: 50%;
}

.f-about ul li a:hover{
background: #eab632;
border: 1px solid #eab632;
color: #fff;
}


.f-links h3 {
  color: #fff;
  font-size: 22px;
  position: relative;
  margin-bottom: 15px;
font-family: 'Rubik', sans-serif;
}

.f-links h3::before {
  content: '';
  height: 2px;
  width: 60px;
  background-color:#eab632;
  position: absolute;
  bottom: -8px;
  left: 0;
}


.f-links ul {
  padding-left: 0px;
}

.f-links li {
  list-style: none;
}

.f-links li a::before {
content: '';
position: absolute;
left: 0;
top: 12px;
background: #aa6f15;
width: 4px;
height: 4px;
}

.f-links li a {
  color: #b3b3b3;
  text-decoration: none;
  display: block;
  position: relative;
  padding-left: 10px;
  font-size: 14px;
  line-height: 30px;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
}

.f-links li a:hover{
    color: #eab632;
}

.f-cnt p {
  color: #b3b3b3;
  font-size: 14px;
  display: flex;
}

.f-cnt p span {
  padding-top: 3px;
  margin-right: 12px;
  font-size: 15px;
  color: #eab632;
}




@media (min-width:667px) and (max-width:768px) {
.ast_menu_btn {
  display: block;
  float: none;
  position: absolute;
  top: 32px;
  right: 15px;
  border: none;
  width: 40px;
  height: 30px;
  font-size: 21px;
  color: #1d1d1d;
  background-color: #e4ded4;
  border-radius: 3px;
  z-index: 99;
}

}



@media (max-width:991px){
  .ast_menu_btn {
  display: block;
  float: none;
  position: absolute;
  top: 18px;
  right:0px;
  border: none;
  width: 40px;
  height: 30px;
  font-size: 21px;
  color: #fff;
  background-color:#3857a4;
  border-radius: 3px;
}
.ast_menu_btn:hover, .ast_menu_btn:focus{
  outline:none;
  border:none;
  box-shadow:none;
  text-shadow:none;
}
.ast_main_menu_wrapper{
  z-index: 2;
  position:fixed;
    left: 0px;
    top: 0px;
  bottom:0px;
    background-color:#333333;
  -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 99999;
}
.ast_main_menu_wrapper {
    width: 300px;
}
.ast_main_menu_wrapper.ast_main_menu_hide{
  -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
/*.ast_menu {
    overflow-y: scroll;
    height: 100%;
}*/
.ast_menu::-webkit-scrollbar {
    width: 5px;
}
.ast_menu::-webkit-scrollbar-track {
    background-color: #f4f4f4;
}
.ast_menu::-webkit-scrollbar-thumb {
  background-color: #ff1515;
  outline: 0px;
}
.ast_menu ul {
    width: 100%;
}
/*.ast_menu ul li {
    border-bottom: 1px solid #535353;
}*/
.ast_menu ul li a:hover, .ast_menu ul li a.active{
  background-color:#de2021;
  color:#fff;
  border-top: 0px;
}
.ast_menu ul li a{
    padding:10px 10px;
    border-top: 0px;
    color: #fff;
}
/*.ast_menu ul li ul.submenu {
    position: inherit;
    width: 100%;
    opacity: 1;
    visibility: visible;
    box-shadow: none;

}
.menu_fixed .ast_menu ul li ul.submenu{
    box-shadow: none;
}
.ast_menu ul li ul.submenu li a{
  padding-left:25px;
  font-size:14px;
}
.ast_menu ul li ul.submenu li ul.submenu{
    position: inherit;
    width: 100%;
    opacity: 1;
    visibility: visible;
    box-shadow: none;
    right: auto;
}
.menu_fixed .ast_menu ul li ul.submenu li ul.submenu{
    box-shadow: none;
}
.ast_menu ul li ul.submenu li ul.submenu li a{
  padding-left:40px;
}*/

}


@media (min-width:320px) and (max-width:414px){

.top{
 text-align:center;   
}

.top-left ul li {
	font-size: 12px;
	padding-top: 6px;
}

.social-links li span {
padding-right: 1px;
}

.social-links li {
	font-size: 12px;
}

.social-links li:nth-child(1) {
	padding-right: 0px;
	padding-top: 0px;
}

.social-links li a {
padding: 9px 2px;
}

.logo{
text-align:center;
}

.logo img {
	width: 35%;
	position: relative;
	background: none;
	padding: 0px;
	top: 0px;
	display: inline-block;
	z-index:1;
}

header {
	padding: 12px 0;
}


.ast_menu ul li a {
	font-size: 14px;
}

.ast_menu_btn {
  top: 50px;
  right: 30px;
  height: 32px;
  background-color: #eab632;
  z-index:99;
  cursor:pointer;
}

.ast_menu ul li {
float: none;
}
    
.ast_menu ul li a:hover, .ast_menu ul li a.active {
	background-color: #eab632;
	color: #fff;
	border-top: 0px;
}

.ast_menu ul li ul.submenu li a:hover {
	border-top: 0px;
	color: #fff;
}

.carousel-caption h6{
font-size:13px;   
}

.ban2{
  padding:0;  
  left:15%;
  right:15%;
  top:24%;
}

.carousel-caption h2{
font-size:18px;    
}

.carousel-caption p{
display:none;    
}

.ban1 a, .ban2 a, .ban3 a {
	padding:4px 8px;
	font-size: 12px;
	margin-right: 5px;
}

.carousel-indicators {
display:none;
}

.ban1 {
	top: 18%;
	left: 35%;
	padding: 12px;
	bottom: 15%;
}

.ban3{
right:30%;    
}


.sec-1-left h1 {
	font-size: 28px;
	margin-bottom: 10px;
}

.sec1-details-outter {
	padding: 0 10px;
}

.sec1-details-outter .sec1-content h6 {
font-size: 12px;
	border-bottom: 1px solid #218922;
}

.sec1-details-outter .sec1-content h4 {
font-size: 18px;
}

.sec1-details-outter .sec1-content p {
	display: none;
}

.sec1-details-outter .sec1-content {
	transform: translateY(0px);
}

.sec1-details-outter .sec1-content .more {
	color: #fff;
	padding: 2px 11px 2px 10px;
	font-size: 11px;
}

.sec1-details-outter .sec1-content .more span {
	font-size: 14px;
	right: -10px;
}

.sec2-overlay-bg {
	top: 0;
	left: 0;
	position: relative;
	display: none;
}

.sec2-right h6 {
	font-size: 14px;
	margin-top: 30px;
}

.sec2-right h6 img {
	width: 35px;
}

.sec2-right h2 {
	font-size: 26px;
}

.sec3-left {
	padding: 60px 20px 35px;
}

.sec3-left h2 {
	font-size: 28px;
}

.sec3-left h2 span {
	font-size: 18px;
}
.outter-sec3 {
	width: 100%;
	margin-left: -15px;
}

.sec3-fixed-bg {
	height: 200px;
	background-position: bottom !important;
}

.sec3-bx {
	margin: 50px -2px 0px;
}

.sec-4 {
	position: relative;
	overflow: hidden;
}

.sec4-bx h2 {
	font-size: 26px;
}

.sec4-bx {
	padding: 35px 30px;
}

.slick-pre {
left: -15px;
z-index:99;
}

.slick-nxt {
right: -15px;
}

.sec-6 .carousel-inner .carousel-item .carousel-caption {
	top: 20%;
}

.sec-6 .carousel-inner .carousel-item .carousel-caption h4 {
	font-weight: 500;
	font-size: 18px;
}

.sec-6 .carousel-inner .carousel-item .carousel-caption p {
	font-size: 13px;
}

.sec-6 .carousel-inner .carousel-item .carousel-caption a {
	padding: 10px 18px;
	font-size: 13px;
}

.inner-matter {
	background: url(../images/side-bg.png) no-repeat right bottom;
	background-position:-100% 100%;
}

.about-page h2 {
font-size: 26px;
}

.infra-table tr th {
	width: 100%;
}


.enq-form {
	padding: 30px;
	margin: 0px 15px 15px;
}

.enq-form .form-control {
	height: 43px;
	font-size: 14px;
}

.enq-form .form-field span {
	font-size: 15px;
}

.in-bn-title h1 {
	font-size: 25px;
}

.in-bn-title ul li {
	font-size: 12px;
}


.f-about h2 {
	font-size: 26px;
}

.f-links h3 {
font-size: 20px;
}

    
    
}

@media only screen and (min-width:768px) and (max-width:1024px) { 
    
}

