body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "poppins", sans-serif;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
a:hover {
  text-decoration: none;
}
#popup{
  position: fixed;
  width:100%;
  height:100%;
  z-index: 999;
  display: none;
  animation: swing;
  animation-duration: 2s;
  background:rgba(0,0,0,0.7);
}
.popup-class{
  height:250px;
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
}
.popup-class button{
  position: absolute;
  top:-25px;
  right:0;
}
.top-header {
  background:url('../images/bg.png');
  background-size:cover;
  background-position: center;
  padding: 20px 0px;
}
.top-header .contact-info li{
  display: inline-block;
  margin-right:20px;
  font-size:14px;
  color:#fff;
}
.top-header .contact-info li i{
  margin-right:15px;
}
.social-section li {
  display: inline-block;
  border: 1px solid none;
  border-radius: 100%;
  height: 25px;
  text-align: center;
  line-height: 25px;
  width: 25px;
  margin-right: 10px;
}
.social-section .facebook:hover {
  color: #3b5999;
  background: #fff;
}
.social-section li a i {
  color: #fff;
}
.bottom-header {
  height: 70px;
  box-sizing: border-box;
  width: 100%;
  background: #efefef;
  z-index:1001;
}
.bottom-header .logo{
  float:left;
}
.bottom-header nav{
  float:right;
  z-index:1001;
}
.bottom-header nav ul{
  display: flex;
}
.bottom-header nav ul li{
  list-style: none;
  position: relative;
}
.bottom-header nav ul li ul{
  position: absolute;
  left:0;
  background:#c88a31;
  display: none;
}
.bottom-header nav ul li:hover ul{
  display: block;
}
.bottom-header nav ul li ul li{
  display: block;
  width:200px;
}
.bottom-header nav ul li a{
  height:70px;
  line-height: 70px;
  padding:0 20px;
  color:#c88a31;
  font-weight: 500;
  font-size:16px;
  display: block;
}
.bottom-header nav ul li a:hover{
  color:#590725!important;
}
.bottom-header nav .dropdown li a{ 
  background:#c88a31;
  color:#fff;
  height:50px;
  line-height: 50px;
}
.bottom-header nav .dropdown li a:hover{
  color:#000;
}
.bottom-header .menu-toggle{
  position: absolute;
  right:20px;
  display: none;
  cursor: pointer;
}
.bottom-header .menu-toggle i{
  line-height: 60px;
  font-size:24px;
  color:#c88a31;
}
.full-banner{
  background:#c88a31;
  padding:30px;
}
.full-banner h3{
  color:#fff;
  font-weight: 500;
  font-size:18px;
  text-align: center;
}
.full-banner .btn{
  padding:15px 20px;
  color:#fff;
  font-weight:500;
  background:#000;
}
.full-banner .btn:hover{
  background:#ff3900;
  color:#fff;
}
.about-content{
  margin:80px 0px 50px 0px;
}
.about-detail h2{
  color:#c88a31;
  padding-bottom: 10px;
  border-bottom: 3px solid #c88a31;
  margin:0;
}
.about-detail p{
  font-size:16px;
  padding-top:20px; 
  text-align: justify;
  color:#000;
  line-height: 24px;
}
.about-detail .btn{
  background:#c88a31;
  color:#fff;
  padding:10px;
}
.about-detail .btn:hover{
  background:#fff;
  color:#c88a31;
  border:1px solid #c88a31;
}
.product-content{
  margin:30px 0px;
}
.product-content h2{
  margin-bottom:50px;
}
.common-product{
  background:#e8e8e8;
  padding:40px 20px 10px 20px;
  margin-bottom:10px;
}
.common-product:hover{
  border:1px solid #c88a31;
  transition:0.3s all ease-in-out;
  box-shadow: 3px 3px #c88a31;
}
.common-product h4{
  padding:10px 0px;
  text-align: center;
  color:#c88a31;
  font-weight:bold;
}
.common-product img{
  margin:0 auto;
  border-radius: 100%;
}
.main-product h2{
  margin-bottom:50px;
}
/* Slider */

.product-section .slick-slide {
  margin: 0px 20px;
}

.product-section .slick-slide img {
  width: 100%;
}

.product-section .slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.product-section .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.product-section .slick-list:focus {
  outline: none;
}
.product-section .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.product-section .slick-slider .slick-track,
.product-section .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.product-section .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.product-section .slick-track:before,
.product-section .slick-track:after {
  display: table;
  content: "";
}
.product-section .slick-track:after {
  clear: both;
}
.product-section .slick-loading .slick-track {
  visibility: hidden;
}

.product-section .slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .product-section .slick-slide {
  float: right;
}
.product-section .slick-slide img {
  display: block;
}
.product-section .slick-slide.slick-loading img {
  display: none;
}
.product-section .slick-slide.dragging img {
  pointer-events: none;
}
.product-section .slick-initialized .slick-slide {
  display: block;
}
.product-section .slick-loading .slick-slide {
  visibility: hidden;
}
.product-section .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.product-section .slick-arrow.slick-hidden {
  display: none;
}
.product-detail {
  position: relative;
}
.product-slider {
  width: 95%;
  height: 330px;
  overflow: hidden;
}
.product-slider .post {
  width: 300px;
  height: 250px;
  margin: 0px 10px;
  display: inline-block;
}
.product-slider .post .slider-image {
  width: 100%;
  height: 200px;
}
.product-slider .post .slider-image:hover {
  transform: scale(0.9);
  transition: all 0.5s ease-in-out;
}
.product-section .arrow-section {
  position: absolute;
  left: 45%;
  top: 80%;
}
.product-section .arrow-section i {
  border: 1px solid #c88a31;
  font-size: 18px;
  padding: 10px 15px;
}
.product-detail .slick-dots li {
  display: none;
}
.product-detail .post-title {
  background: #c88a31;
}
.product-detail .post-title h3 {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  text-align: center;
  margin: 0;
  padding: 10px;
}
.service-section{
  background:#c88a31;
  padding:20px;
}
.service-section-detail{
  background:#f4f8f9;
  margin-bottom:15px;
  border-radius: 20px;
}
.service-section-detail img{
 margin:0 auto;
 padding:20px 0px;
}
.service-section-detail p{
  text-align: center;
  font-size: 18px;
  color:#c88a31;
  font-weight: bold;
  padding-bottom:20px;
}
/*Slider End*/
.top-footer {
  background:url('../images/background.jpg');
  padding: 20px 0px;
  color: #fff;
  background-position: center center;
  background-size: cover; 
  text-align: center;
}
.location h2 {
  border-bottom: 3px solid #4caefe;
  display: inline;
}
.location p {
  text-align: center;
  line-height: 15px;
  margin-top: 20px;
}
.contact-detail h2 {
  border-bottom: 3px solid #4caefe;
  display: inline;
}
.contact-detail p {
  text-align: center;
  line-height: 10px;
  margin-top: 20px;
}
.contact-detail li {
  display: inline-block;
  padding: 0px 15px;
  font-size: 23px;
}
.support h2 {
  border-bottom: 3px solid #4caefe;
  display: inline;
}
.support p {
  line-height:20px;
  margin-top: 20px;
}
.bottom-footer {
  background: #222222;
  padding: 20px 0px;
}

.modal-header h5 {
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
}
.modal-header span {
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
}
.modal-content form input {
  border: 1px solid #3e3e3e;
}
.modal-content input::placeholder {
  color: #3e3e3e;
  font-family: "Montserrat", sans-serif;
}
.modal-footer button {
  background: #f28201;
  border: none;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
}
.carousel{
  z-index: -1;
}
 .carousel-inner .item {
  height: 80vh;
}
.banner {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 80vh;
}
.carousel-caption {
  padding-bottom: 250px;
  font-family: poppins;
}
.carousel-caption h2 {
  font-size: 35px;
  font-weight:bold;
  text-transform: uppercase;
}
.carousel-caption h2 span {
  color: #EDBB00;
}
.carousel-caption a {
  background: #4caefe;
  padding: 15px 35px;
  display: inline-block;
  margin-top: 15px;
  color: #fff;
  text-transform: uppercase;
  border-radius: 25px;
}
.carousel-control.right {
  background-image: none;
}
.carousel-control.left {
  background-image: none;
}
.carousel-indicators .active {
  background-color: #4caefe;
  border-color: #4caefe;
}
.main-common-banner {
    background: url(../images/common.jpg);
    background-position: center;
    background-size: cover;
    padding:30px 0px;

  }
  .main-common-banner li{
    display: inline-block;
    font-weight: bold;
    font-size:20px;
    color:#c88a31;
  }
  .main-common-banner li a:hover{
    color:#f28201;
  }
  .company-profile{
    background:#dff0d8;
  }
  .company-profile p{
    color:#333;
    font-size:16px;
    font-family:Poppins,sans-serif;
    line-height:30px;
  }
  .company-detail p{
    padding:10px 0px;
    color:#c88a31;
    font-weight:bold;
  }
  .contact-section{
    background:#dff0d8;
    z-index:1;
  }
.contact-section h2{
  font-weight:600;
  color:#000;
  font-size:32px;
}
.contact-section  .form-section h2{
  color:#c88a31;
  font-weight:600;
  font-size: 25px;
}
.form-section .form-control{
  margin-bottom:15px;
  padding:10px;
  border:none;
  background-color: #f3f3f3;
}
.form-section input::placeholder,.form-section textarea::placeholder{
  color:#000;
}
.form-section .btn{
  margin-bottom:20px;
  padding:10px 25px;
  background: #c88a31;
  font-weight: bold;
  color:#fff;
}
.contact-detail-page li{
  font-family: sans-serif;
  font-size:17px;
}
.contact-detail-page li span{
  margin-left:20px;
  font-size: 25px;
  font-weight: bold;
}
.contact-detail-page .list-item-detail{
  margin-left:50px;
  padding-top:5px;
  padding-bottom:20px;

}
.contact-detail-page li i{
  border-radius:100%;
  background: #c88a31;
  color:#fff;
  margin-top:4px;
  height:30px;
  width:30px;
  line-height:30px;
  text-align: center;
}
.map-section iframe{
  border:none;
}
.company-profiles{
    background:#dff0d8;
  }
  .company-profiles p{
    color:#333;
    font-size:14px;
    font-family:Poppins,sans-serif;
    line-height:20px;
  }
  .product-contents {
  margin-bottom: 20px;
}
.product-contents h2 {
  color: #639709;
  font-weight: bold;
  font-size: 19px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.product-contents li {
  line-height: 34px;
  padding: 4px 15px 3px;
  background: #d0e0b5;
  margin-bottom: 5px;
  border-left: 3px solid #002060;
}
.product-contents li:hover {
  border-bottom: 2px solid #002060;
}
.product-contents li a {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #2a2a2a;
  text-transform: uppercase;
  font-size: 14px;
}
.image-detail {
  margin-top: 50px;
}
.image-detail img {
  vertical-align: middle;
  align-items: center;
  justify-content: center;

}
.image-detail p {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  text-align: center;
  padding-top: 15px;
  color: #c88a31;
}
.image-detail a {
  background: #fff;
  color: #c88a31;
  padding: 10px;
  font-family: "Montserrat", sans-serif;
  border: 1px solid #c88a31;
}
.image-detail a:hover {
  background: #c88a31;
  border: 1px solid #fff;
  color: #fff;
}
.product-details {
  margin-top: 50px;
}
.product-details h2 {
  font-family: "Montserrat", sans-serif;
}
.product-details p {
  font-family: "Montserrat", sans-serif;
  line-height: 25px;
  text-align: justify;
}
.detail-page h3 {
  margin-top: 50px;
  font-family: "Montserrat", sans-serif;
  color: #3e3e3e;
  font-weight: 500;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 10px;
}
.detail-page p {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: bold;
}
@media(min-width:1200px){
  .bottom-header nav{
    position: relative;
    right:50px;
  }
}
@media(min-width:992px) and (max-width:1199px){
  
  .bottom-header .logo{
    position: absolute;
    left:0;
  }
  .bottom-header nav{
    position: relative;
    margin-right:-20px;
  }
}
@media(max-width:991px){
  
  .bottom-header nav{
    position: absolute;
    background:#8c5133;
    top:0;
    left:-100%;
    height:100%;
    width:250px;
    transition: all 0.3s;
  }
  .bottom-header nav ul li a{
    color:#fff;
  }
  .bottom-header nav ul{
    display: block;
  }
  .bottom-header nav .dropdown{
    position:relative;
    right:0;
    z-index:999;
  }
  .bottom-header .menu-toggle{
  display: block;
}
.bottom-header nav.show{
  left:0;
}
}
.banner-content{
    width: 90%;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
