/****Fonts****
 * https://fonts.google.com/specimen/Poppins */
@font-face {
  font-family: Poppins;
  src: url("../fonts/Poppins/Poppins-Regular.ttf");
}

@font-face {
  font-family: Poppins-Medium;
  src: url("../fonts/Poppins/Poppins-Medium.ttf");
}

@font-face {
  font-family: Poppins-Bold;
  src: url("../fonts/Poppins/Poppins-Bold.ttf");
}

@font-face {
  font-family: Poppins-Light;
  src: url("../fonts/Poppins/Poppins-Medium.ttf");
}

@font-face {
  font-family: Poppins-ExtraLight;
  src: url("../fonts/Poppins/Poppins-Medium.ttf");
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
*:focus {
    outline: 0;
}

body {
  font-family: "Poppins", sans-serif;
  color: #000;
  background: #fff;
}

.bg-light-grey{
  background: #F7F7F7;
}

/*main{
  background: #F7F7F7;
}
*/

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #FCDE67;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #3D3D3D;
}

a, p { 
  font-family: Poppins;
  font-size: 18px;
}

p{
  line-height: 28px;
  color: #666666;
}

@media only screen and (max-width: 991px) and (min-width: 576px) {
  .container, .container-sm {
    max-width: 90%;
  }
}

.bg-orange{
  background-color: #FCDE67;
}

.bg-white{
  background-color: #fff;
}

.bg-grey{
  background: #F5F5F5;
}

.text-thin{
  font-family: Poppins;
}

.text-bold{
  font-family: "Poppins-Bold", sans-serif;
}

.text-medium{
  font-family: "Poppins-Medium", sans-serif;
}

.text-white{
  color: #fff;
}

.text-grey{
  color: #3D3D3D;
}

.text-orange{
  color: #FCDE67;
}

.orange-btn{
  background: #FCDE67;
  padding: 12px 25px;
  margin-bottom: 20px;
  text-transform: uppercase;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  font-weight: 700;
  margin-top: 10px;
  display: inline-block;
  color: #fff;
  cursor: pointer;
}

.orange-btn:hover{
  background: #000;
}

.videoModal iframe{
  width: 100%;
  height: 400px;
}

.videoModal .modal-dialog{
  max-width:750px !important;
}

.videoModal .modal-dialog .modal-content{
  background: #F8F8F8;
}

@media (max-width: 576px) {
  .videoModal iframe{
    height: 250px;
  }

}

@media (max-width: 576px) {
  .col-xs-1{
    flex: 0 0 auto;
    width: 8.33%;
  }
  .col-xs-2{
    flex: 0 0 auto;
    width: 16.66%;
  }
  .col-xs-3{
    flex: 0 0 auto;
    width: 24.99%;
  }
  .col-xs-4{
    flex: 0 0 auto;
    width: 33.32%;
  }
  .col-xs-5{
    flex: 0 0 auto;
    width: 41.65%;
  }
  .col-xs-6{
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xs-7{
    flex: 0 0 auto;
    width: 58.31%;
  }
  .col-xs-8{
    flex: 0 0 auto;
    width: 66.64%;
  }
  .col-xs-9{
    flex: 0 0 auto;
    width: 74.97%;
  }
  .col-xs-10{
    flex: 0 0 auto;
    width: 83.3%;
  }
  .col-xs-11{
    flex: 0 0 auto;
    width: 91.63%;
  }
  .col-xs-12{
    flex: 0 0 auto;
    width: 100%;
  }

  section{
    padding:50px 0;
  }

  h2.content-title {
    font-size: 32px;
    margin: 0 auto;
    color: #3D3D3D;
    font-weight: 700;
  }

  h2.line-bottom{
    position: relative;
  }

  h2.line-bottom:after{
    position: absolute;
    bottom: 0;
    width: 50px;
    height: 4px;
    background: #FCDE67;
  }
  
}

.social-links a {
  color: #ffffff;
  line-height: 0;
  transition: 0.3s;
  border: 1px solid #ffffff;
  border-radius: 50%;
  padding: 8px;
  margin-left: 10px;
}

.social-links a i{
  width: 18px;
  height: 18px;
  display: inline-block;
  color: #ffffff;
}

#topbar .social-links a:hover {
  background: #FCDE67;
}

.social-links a .facebook{
  background: url("../images/socialicons/facebook-white.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.social-links a:hover .facebook{
  background: url("../images/socialicons/facebook-black.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.social-links a .instagram{
  background: url("../images/socialicons/instagram-white.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.social-links a:hover .instagram{
  background: url("../images/socialicons/instagram-black.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.social-links a .twitter{
  background: url("../images/socialicons/twitter-white.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.social-links a:hover .twitter{
  background: url("../images/socialicons/twitter-black.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.social-links a .linkedin{
  background: url("../images/socialicons/linkedin-white.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.social-links a:hover .linkedin{
  background: url("../images/socialicons/linkedin-black.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.social-links a .pinterest{
  background: url("../images/socialicons/pinterest-white.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.social-links a:hover .pinterest{
  background: url("../images/socialicons/pinterest-black.png");
  background-repeat: no-repeat;
  background-size: cover;
}

/******Multi Item Slide********/
.multi-item .carousel-inner {
    display: flex;
  }
  .multi-item .carousel-item {
    margin-right: 0;
    flex: 0 0 33.333333%;
    display: block;
  }

@media (max-width: 1199px) {
  .multi-item .carousel-item {
    flex: 0 0 50%;
  }
}

@media (max-width: 768px) {
  .multi-item .carousel-item {
    flex: 0 0 100%;
  }
}

.multi-item .carousel-inner{
    padding: 1em 0;
}
.multi-item .item{
    margin: 0 5px 20px;
    border: 1px solid #ccc !important;
}
.multi-item .carousel-control-prev, .multi-item .carousel-control-next{
    background-color: #FCDE67;
    width: 40px;
    height: 40px;
    border-radius: 15%;
    font-weight: 900;                                     
}

.multi-item .carousel-control-next, .multi-item .carousel-control-prev {
  position: static;
  display: inline;
  padding: 0;
  color: #000;
  text-align: center;
  background-color: transparent;
  opacity: 1;
  width: 40px;
  height: 40px;
  margin-left: 10px;
}

.multi-item .carousel-control-prev-icon,
.multi-item .carousel-control-next-icon{
  background-image: none;
}

.multi-item .carousel-control-prev-icon i,
.multi-item .carousel-control-next-icon i{
  color: #111;
  display: block;
  font-size: 35px;
  margin-bottom: 30px;
}

.multi-item .carousel-control-prev-icon i:hover,
.multi-item .carousel-control-next-icon i:hover{
  color: #666;
}

.multi-item .carousel-control-next:hover,
.multi-item .carousel-control-prev:hover{
  color: #666;
}

/*********Common Page Style*****/

.page-breadcrumb{
  padding: 30px 0 0 0;
}

@media (max-width:991px){
  .page-breadcrumb{
    margin: 10px 0 0 0;
  }
}

.page-content{
  padding: 30px 0;
}
.page-content.product-page{
  padding-top: 0;
}
.page-content.category-page{
  padding-top: 0;
}
.page-content section{
  padding-top: 0px;
}

.page-content .content h1{
  font-family: Poppins-Medium;
  font-size: 32px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0em;
  color: #3D3D3D;
}

.page-content .content h2{
  font-family: Poppins-Medium;
  font-size: 26px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0em;
  color: #3D3D3D;
}

.page-content .content h3{
  font-family: Poppins-Medium;
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0em;
  color: #3D3D3D;
}

.page-content .content h4{
  font-family: Poppins-Medium;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  color: #3D3D3D;
}

.page-content .content p{
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  color: #666666;

}

.page-content .content a{
  font-weight: bold;
  color: #FCDE67;
}

.page-content .content a:hover{
  text-decoration: underline;
  color: #FCDE67;
}

@media (max-width:1199px){

  .page-content .content h1{
    font-size: 28px;
  }

  .page-content .content h2{
    font-size: 22px;
  }

  .page-content .content h3{
    font-size: 18px;
  }

  .page-content .content h4{
    font-size: 14px;
  }

  .page-content .content p{
    font-size: 14px;
  }

}

@media (max-width:575px){
  .page-content {
    padding: 0;
  }
}

#breadcrumbs, #breadcrumbs span, #breadcrumbs a, #breadcrumbs span a {
	font-size: 12px;
	color: #b3b3b3;
	margin: 0;
}

#breadcrumbs a, #breadcrumbs span a {
    color: #3d3d3d;
	font-weight: 600;
}
#breadcrumbs a:hover, #breadcrumbs span a:hover {
	color: #fcde67;
}
/****************Page Banner***************/
.page-banner .inner{
  background-repeat: no-repeat ;
  background-size: cover;
  height: 300px;
  border-radius: 12px;
}

.page-banner .carousel-container{
  width: 45%;
  padding: 40px 50px;
}

.page-banner .carousel-container h1{
  font-size: 50px;
  color: #000;
  font-family: Poppins-Bold;
}

.page-banner .carousel-container p{
  color: #fff;
  font-size: 16px;
  letter-spacing: 1;
  line-height: 24px;
}

.page-banner .carousel-container .banner-btns a{
  display: inline-block;
  padding: 10px 20px;
  border-radius: 25px;
  margin-right: 10px;
  margin-top:10px;
}

.page-banner .carousel-container .banner-btns a.btn-get-started{
  background: #000;
  color: #fff;
}

.page-banner .carousel-container .banner-btns a.btn-contact-us{
  background: #fff;
  color: #000;
}

@media (max-width:1199px){
  .page-banner .inner{
    height: 280px;
  }
  .page-banner .carousel-container{
    padding: 30px 20px;
  }
}

@media (max-width:991px){
  .page-banner .inner{
    height: 250px;
  }
  .page-banner .carousel-container{
    width: 60%;
    padding: 30px 20px;
  }
  .page-banner .carousel-container h1{
    font-size: 42px;
  }
  .page-banner .carousel-container p{
    font-size: 14px;
  }
  .page-banner .carousel-container .banner-btns a{
    padding: 10px 15px;
    font-size: 12px;
  }
}

@media (max-width:768px){
  .page-banner .carousel-container{
    width: 70%;
  }
  .page-banner .carousel-container h1{
    font-size: 35px;
  }
  .page-banner .carousel-container p{
    font-size: 14px;
  }
  .page-banner .carousel-container .banner-btns a{
    padding: 10px 15px;
    font-size: 12px;
    margin-top:0px;
  }
}

@media (max-width:575px){
  .page-banner .carousel-container{
    width: 90%;
  }
  .page-banner{
    margin: 0 10px;
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #FCDE67;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 5px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #111;
  line-height: 0;
}

.back-to-top:hover {
  background: #f1f1f1;
  color: #000;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Notification Bar
--------------------------------------------------------------*/
.notification-bar.alert-warning{
  background: #FCDE67;
  height: 45px;
  border:0;
  color: #000;
  padding-top: 13px;
  font-size: 15px;
  margin-bottom: 0;
  border-radius: 0;
}
.alert-dismissible .btn-close {
	padding: 15px;
}
@media (max-width:768px){
  .notification-bar.alert-warning{
    font-size: 12px;
  }
}

@media (max-width:575px){
  .notification-bar.alert-warning{
    display: none !important;
  }
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #000000;
  height: 50px;
  font-size: 16px;
  transition: all 0.5s;
  color: #ffffff;
  padding: 5px;
}

#topbar .contact-info{
  font-size: 15px;
}

#topbar .contact-info i {
  font-style: normal;
  color: #FCDE67;
  margin-right: 5px;
}

#topbar .contact-info i a,
#topbar .contact-info i span {
  padding-left: 5px;
  color: #666666;
}

#topbar .contact-info i a {
  line-height: 0;
  transition: 0.3s;
  transition: 0.3s;
}

#topbar .contact-info i a:hover {
  color: #fff;
  text-decoration: underline;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #000000;
  transition: all 0.5s;
  height: 140px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
	position: sticky;
	top: 0;
	z-index: 9999999;
}

#header.fixed-top {
  height: 140px;
}

.logo-search {
  padding: 12px 0;
  margin-bottom: 3px;
}

#header .logo {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.8px;
  font-family: "Poppins", sans-serif;
  vertical-align: center;
}

#header .logo span {
  color: #ffffff;
  font-size: 22px;
  margin-left: 8px;
  margin-top: 5px;
  text-align: left;
}

#header .logo img {
  max-height: 55px;
}

.scrolled-offset {
  margin-top: 70px;
}

#header .contact-info ul{
  text-align: right;
  margin-top: 15px;
}

#header .contact-info ul li{
  display: inline-block;
  margin-left: 15px;
}

#header .contact-info ul li a{
  font-size: 16px;
  color: #fff;
}

#header .search-form{
  padding: 4px 10px;
  position: relative;
  border-radius: 0px;
  text-align: left;
  border-radius: 0px;
  border: 1px solid #c1c1c1;
  background: #fff;
  width: 95%;
  margin: 6px auto 0;
}


#header .search-form .search{
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 60px);
  color: #000;
}

#header .search-form .search:focus{
  border: 0;
  outline: none;
}

#header .search-form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: #FCDE67;
  font-size: 18px;
  padding: 0 25px;
  color: #000;
  transition: 0.3s;
  border-radius: 0px;
  }

  #header .search-form .input-group button .bi.bi-search {
    color: #000;
  }

#header .tab-quote{
  display: none;
}

@media (max-width:991px){
  #header{
    height: 90px;
  }
  #topbar .contact-info {
    font-size: 13px;
  }
  #topbar .social-links a {
    padding: 6px;
    margin-left: 5px;
  }

  .logo-search{
    border: 0;
  }
  #header .logo-search .contact-info,
  #header .get-quote{
    display: none;
  }

  #header .tab-quote{
    display: inline-block;
  }

  #header .logo-search .tab-logo,
  #header .logo-search .tab-search{
    display: flex;
    text-align: right;
  }

  #header .search-form{
    width: 100%;
    height: 42px;
    margin-top: 10px;
    padding: 2px 10px;
  }

   #header .get-quote {
    height: 40px;
    margin-top: 10px;
  }
}

@media (max-width:767px){
  #header .logo-search .tab-search{
    text-align: right;
  }
  #header .tab-search .search-form{
    display: none;
  }

  #topbar{
    display: none !important;
  }
}

@media (max-width:575px){
  
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  list-style: none;
  align-items: center;
}

.navbar.navbar-desktop li {
  position: relative;
}

.navbar.navbar-desktop li.widemenu {
  position: relative;
}

.navbar.navbar-desktop li.widemenu.submenu {
  position: static;
}

.navbar>ul>li>a {
  white-space: nowrap;
  padding: 17px;
}

.navbar a {
  display: flex;
  align-items: center;
  padding: 0 3px;
  font-size: 15px;
  color: #fff;
  white-space: nowrap;
  transition: 0.3s;
  position: relative;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover:before,
.navbar li:hover>a:before,
.navbar .active:before {
  visibility: visible;
  width: 100%;
}

.navbar a:hover,
.navbar > li:hover>a {
  color: #000;
  background: #FCDE67;
}
.navbar.navbar-desktop  .dropdown:hover>a{
  position: relative;
}
.navbar.navbar-desktop .dropdown ul.single {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% + 0px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #000;
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 250px;
}

.navbar .dropdown ul li a:hover {
  background: none;
  color: #FCDE67;
}

.navbar .dropdown ul a {
  margin: 8px 20px;
  font-weight: 400;
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 10px;
  color: #fff;
  font-size: 14px;
}

.navbar .dropdown ul li:last-child a{
  border-bottom: 0;
  margin-bottom: 0;
}

.navbar .dropdown ul a .panelbox{
  width: 10px;
  height: 10px;
  background: url("../images/right-arrow-menu.png");
  position: absolute;
  right: 10px;
  background-size: contain;
  background-repeat: no-repeat;
}

.navbar .dropdown ul a:hover .panelbox{
  background: url("../images/right-arrow-hover.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul li .viewmore{
  color: #FCDE67;
}

.navbar .dropdown ul li .viewmore:hover{
  color: #333333;
}

#header .get-quote{
  background: #FCDE67;
  border-radius: 0px;
  color: #000;
  padding: 10px 22px;
  font-size: 15px;
  font-family: "Poppins-Medium";
}

#header .get-quote:hover{
  background: #fff;
  color: #000;
}

.navbar.navbar-desktop .dropdown:hover>ul,
.navbar.navbar-desktop .dropdown:hover>.wide-menu{
  opacity: 1;
  top: calc(100% +4px);
  visibility: visible;
}
.navbar.navbar-desktop .dropdown:hover>.wide-menu {
  display: flex;
}

.navbar .dropdown .wide-menu{
  min-height: 350px;
  position: absolute;
  left: 0;
  top: calc(100% + 0px);
  margin: 0;
  padding: 10px 20px;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #000;
  transition: 0.3s;
}

.navbar .dropdown.submenu .wide-menu{
  left: 250px;
  top: -6px;
  visibility: hidden;
}

.navbar .dropdown.submenu:hover .wide-menu{
  opacity: 1;
  visibility: visible;
}

.navbar .dropdown .wide-menu .products-menu{
  width: 200px;
  width: 250px;
  width: 100%;
  padding: 0;
}

.navbar .dropdown .wide-menu .products-menu h6{
  margin-left: 20px;
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 15px;
  position: relative;
  color: #fff;
}

.navbar .dropdown .wide-menu .products-menu h6::after{
  content: "";
  width: 40px;
  height: 2px;
  background: #FCDE67;
  position: absolute;
  bottom: -5px;
  left: 0;

}

.navbar .dropdown .wide-menu ul {
  display: block;
  position: static;
  left: 0;
  top: calc(100% + 30px);
  margin: 0;
  padding: 5px 0 10px;
  z-index: 99;
  background: #000;
}

.navbar .dropdown .wide-menu ul a{
  margin: 8px 0px;
  padding: 0 15px 10px;
}

@media (max-width: 1399px) {
  #header .contact-info ul li a {
    font-size: 14px;
  }
  .navbar > ul > li {
    padding: 0px;
  }

  .navbar a, .navbar a:focus {
    font-size: 15px;
  }

  #header .get-quote {
    padding: 10px 20px;
    font-size: 14px;
  }
}

@media (max-width: 1199px) {
  #header{
    height: 148px;
  }

  #header .logo img {
    max-height: 55px;
  }
  #header .logo span {
    font-size: 16px;
  }

  #header .contact-info ul li {
    margin-left: 5px;
  }
  #header .contact-info ul li a {
    font-size: 12px;
  }

  .navbar a, .navbar a:focus {
    font-size: 14px;
  }

  #header .get-quote {
    padding: 10px 15px !important;
    font-size: 12px;
  }

  .navbar > ul > li {
    padding: 10px 0px;
  }

  .navbar > ul > li > a {
    padding: 17px 12px;
  }
}

@media (max-width: 991px) {
  #header {
    height: 75px;
  }

  #header .logo img {
    max-height: 50px;
  }

  #header .logo span {
    font-size: 14px;
  }

  .mobile-nav-toggle{
    margin-top: 5px !important;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #333;
  background: #FCDE67;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
  border-radius: 5px;
  padding: 5px;
  height: 40px;
  margin-right: 20px;
  margin-top: 10px;
}

.mobile-nav-toggle.bi-x {
  color: #000;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  background: rgba(9, 9, 9, 0.9);
  transition: 0.3s;
  z-index: 999;
  min-height: 300px;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  padding: 10px 0;
  background-color: #000;
  overflow-y: auto;
  transition: 0.3s;
  width: 100%;
}

.navbar-mobile a {
  padding: 10px 20px;
  font-size: 15px;
  color: #fff;
}

.navbar-mobile>ul>li {
  padding: 0;
  border-bottom: 1px solid #000;
}

.navbar-mobile a:hover:before,
.navbar-mobile li:hover>a:before,
.navbar-mobile .active:before {
  visibility: hidden;
}

.navbar-mobile .active{
  background: #FCDE67;
  color: #000;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #FCDE67;
}

.navbar-mobile li.widemenu:hover>a {
  background: #000;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 0px;
  padding:0px;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
}

.navbar-mobile .dropdown ul li,
.navbar-mobile .dropdown.submenu .wide-menu ul li {
  min-width: 200px;
  width: 100%;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown>.dropdown-active,
.navbar-mobile .dropdown ul.single.dropdown-active,
.navbar-mobile .dropdown ul.single.dropdown-active .wide-menu .products-menu ul{
  display: block;
  opacity: 1;
  top: cal(100% +4px);
  visibility: visible;
}

.navbar-mobile .dropdown .wide-menu{
  width: 100%;
}

.navbar-mobile .dropdown.submenu .wide-menu{
  position: static;
  visibility: hidden;
  opacity: 0;
  display: none;
  padding: 0px 20px;
}

.navbar-mobile .dropdown.submenu .wide-menu.dropdown-active{
  visibility: visible;
  opacity: 1;
  display: block;
}

.navbar-mobile .dropdown .wide-menu ul.single,
.navbar-mobile .dropdown ul.single.dropdown-active .wide-menu .products-menu ul{
  width: 100%;
}

.navbar-mobile .dropdown.submenu .wide-menu .products-menu{
  width: 100%;
}

.navbar-mobile .dropdown.submenu .wide-menu ul a{
  padding-left: 50px;
}
.navbar-desktop .contact-info{
  display: none;
}

.navbar-mobile .contact-info{
  display: block;
}

.navbar-mobile .contact-info ul li{
  display: inline-block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 480px;
  background-color: rgba(4, 12, 21, 1);
  overflow: hidden;
  position: relative;
}

#hero .carousel,
#hero .carousel-inner,
#hero .carousel-item,
#hero .carousel-item::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#hero .carousel-item {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}


#hero .carousel-item::before {
  content: "";
  background-color: rgba(4, 12, 21, 0.3);
}

#hero .carousel-container {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 50px;
  left: 50px;
  right: 50px;
}

#hero h1 {
  font-size: 70px;
  color: #FCDE67;
  font-family: Poppins-ExtraLight;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-weight: normal;
}

#hero h1 span{
  color: #fff;
  font-family: Poppins-Bold;
}

#hero p {
  margin: 0;
  font-size: 25px;
  font-weight: normal;
  color: #fff;
  font-family: "Poppins", sans-serif;
  line-height: 35px;
}

#hero p span{
  border: 1px solid #fff;
  border-radius: 25px;
  padding: 0 10px;
  line-height: 25px;
  text-transform: uppercase;
  font-family: Poppins-Bold;
}

#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
  background: none;
  font-size: 30px;
  line-height: 0;
  width: auto;
  height: auto;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  transition: 0.3s;
  color: rgba(255, 255, 255, 0.5);
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#hero .carousel-control-next-icon:hover,
#hero .carousel-control-prev-icon:hover {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
}

#hero .carousel-indicators li {
  list-style-type: none;
  cursor: pointer;
  background: #fff;
  overflow: hidden;
  border: 1px solid #FCDE67;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  opacity: 1;
  transition: 0.3s;
  margin: 0 5px;
}

#hero .carousel-indicators li.active {
  opacity: 1;
  background: #FCDE67;
}

#hero .btn-get-started{
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 16px 32px;
  border-radius: 5px;
  border: 1px solid #fff;
  transition: 0.5s;
  line-height: 1;
  color: #fff;
  animation-delay: 0.8s;
  margin-top: 50px;
}

#hero .btn-get-started:hover{
  background: #FCDE67;
  color: #000;
}

#hero .btn-list{
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#hero .btn-list li{
  display: inline-block;
  margin-right: 10px;
}

@media (max-width: 1399px) {
  #hero {
    height: 400px;
  }
}

@media (max-width: 1199px) {
  #hero {
    height: 350px;
  }

  #hero h1 {
    font-size: 60px;
    margin-bottom: 20px;
  }
  #hero p {
    font-size: 20px;
    line-height: 30px;
  }

  #hero .btn-get-started{
    margin-top:30px;
    font-size: 16px;
    padding: 12px 20px;
  }
}

@media (max-width: 992px) {
  #hero {
    height: 300px;
  }

  #hero h1 {
    font-size: 50px;
  }

  #hero .carousel-container{
    top: 0;
  }

  #hero .btn-get-started {
    font-size: 16px;
    padding: 15px 20px;
    margin-top: 15px;
  }
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 40px;
  }
}

@media (min-width: 1024px) {

  #hero .carousel-control-prev,
  #hero .carousel-control-next {
    width: 5%;
  }
}

@media (max-width: 575px) {
  #hero {
    height: 220px;
  }

  #hero h1 {
    font-size: 30px;
    margin-bottom: 10px;
  }

  #hero p {
    font-size: 16px;
    line-height: 22px;
  }

  #hero .carousel-container{
    left: 30px;
    right: 30px;
  }

  #hero .btn-get-started {
    font-size: 12px;
    padding: 10px 18px;
    margin-top: 10px;
  }
}

/*--------------------------------------------------------------
# Free Shippings
--------------------------------------------------------------*/

.free-shipping .container{
  box-shadow: 0px 0px 10px 0px #00000026;
  background: #fff;
  border-radius: 5px;
  padding: 0;
}

.free-shipping .container .row{
  padding: 0;
  margin: 30px 0;
 }

 .free-shipping .container .icon-box{
  padding: 20px 0;
  border-radius: 5px;
  margin: 0;
  cursor: pointer;
 }

 .free-shipping .container .icon-box:hover{
  background: #FCDE67;
 }

.free-shipping h4{
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1;
  margin-top: 10px;
  font-family: Poppins;
  color: #333333;
}

.free-shipping img{
  margin-top: 4px;
}

.free-shipping .content{
  padding-left: 10px;
}

.free-shipping span{
  color: #666666;
  font-size: 14px;
}

@media (max-width:1199px){
  .free-shipping h4,
   .free-shipping span {
    font-size: 14px;
  }
}

@media (max-width:992px){
  .free-shipping .plate-charge{
    display: none !important;
  }
  .free-shipping h4,
   .free-shipping span {
    font-size: 14px;
  }
}

@media (max-width:576px){
  .free-shipping .container{
    width: 95%;
  }
  .free-shipping .chat-support, 
  .free-shipping .plate-charge{
    display: none !important;
  }
}

/*--------------------------------------------------------------
# Top Featured Products
--------------------------------------------------------------*/

.topfeatured-products .item{
  background: #fff;
  margin: 0px 0px 25px;
  box-shadow: 0px 0px 10px 0px #0000001A;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  overflow: hidden;
  cursor: pointer;
}
.topfeatured-products .item:hover{
  box-shadow: 0px 0px 20px 0px #00000066;
  transition: box-shadow 0.3s ease-in-out;
}

.topfeatured-products .thumnail-box{
  position: relative;
  margin: 10px 10px 0 10px;
}

.topfeatured-products .thumnail-box img{
  border-radius: 0;
   
}

.topfeatured-products .thumnail-box .discount{
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  height: 25px;
  width: 50px;
  color: #333;
  background: #FCDE67;
  padding: 3px auto;
  margin: 1px;
  text-align: center;
  font-size: 15px;
}
.topfeatured-products .item .card-body{
    margin: 0;
    text-align: center;
    font-weight: 600;
}
.topfeatured-products .item .card-title{
  margin-top:0px;
  margin-bottom: 0px;
  color: #333333;
  font-size: 16px;
  text-align: center;
  font-weight: 700;
}

/*--------------------------------------------------------------
# two-boxes & whowe-are
--------------------------------------------------------------*/

.two-boxes{
  margin-bottom: 0;
}

.two-boxes .img-item{
  width: 100%;
  height: auto;
}

.whowe-are{
/*   background: url("../images/whoweare-bg.png"); */
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
	background: #000;
}

.whowe-are::before{
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top:0;
  background: #000;
  opacity: 0.7;
}

.whowe-are h2{
  color: #fff;
  z-index: 999;
  position: relative;
}

.whowe-are .content .container h2::after{
  content: " ";
  width: 100px;
  height: 2px;
  background: #fff;
  position: absolute;
  bottom:0;
  left: 46%;
  margin:0 auto;
	opacity: 0;
}

.whowe-are .content{
  height: 380px;
  overflow-y: scroll;
  scrollbar-width: thin;
  scrollbar-color: #FCDE67 #C0C7CB;
  text-align: left;
  color: #fff;
  z-index: 999;
  position: relative;
  margin: 30px 10px 50px;
}

.whowe-are .content .container{
  padding: 0 60px;
}

.whowe-are .content .container h2{
  height: 50px;
  margin-bottom: 30px;
  font-weight: normal;
  font-family: Poppins-Medium;
}

.whowe-are .content p{
  font-size: 16px;
  color: #fff;
  line-height: 30px;
}

@media (max-width: 1199px) {
  .whowe-are .content{
    height: 250px;
  }
}

@media (max-width: 767px) {
  .two-boxes .img-box{
    margin-bottom: 30px;
  }
  .whowe-are .content{
    margin-bottom: 30px;
  }

  .whowe-are .img-box{
    margin-bottom: 30px;
  }

  .whowe-are .content .container{
    padding: 0 30px;
  }
}

/*--------------------------------------------------------------
# Top Trending Products
--------------------------------------------------------------*/

.trending-products
.trending-products .item{
  background: #fff;
  margin: 0px 0px 25px;
  box-shadow: 0px 0px 10px 0px #0000001A;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  overflow: hidden;
  cursor: pointer;
}
.trending-products .item:hover{
  box-shadow: 0px 0px 10px 0px #00000066;
  transition: box-shadow 0.3s ease-in-out;
}

.trending-products .thumnail-box{
  position: relative;
  margin: 10px 10px 0 10px;
}

.trending-products .thumnail-box img {
    border-radius: 0;
    height: 305px;
    width: 280px;
    object-fit: cover;
}

.trending-products .thumnail-box .discount{
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  height: 25px;
  width: 50px;
  color: #333;
  background: #FCDE67;
  padding: 3px auto;
  margin: 1px;
  text-align: center;
  font-size: 15px;
}
.trending-products .item .card-body{
    margin: 0;
    text-align: center;
    font-weight: 600;
}
.trending-products .item .card-title{
  margin-top:0px;
  margin-bottom: 0px;
  color: #333333;
  font-size: 16px;
  text-align: center;
  font-weight: 700;
}
.trending-products .item p{
  color: #666666;
  font-size: 16px;
}

#trending-products-items{
  padding-top: 20px;
}

.trending-products .owl-theme .owl-dots{
  display: none;
}

.trending-products .owl-nav {
    position: absolute;
    right: 0;
    top: -80px;
    z-index: 99;
}
.trending-products .owl-nav>div {
    border: 2px solid #333;
    color: #000;
}

.trending-products .owl-next, .trending-products .owl-prev {
  position: relative;
  height: 30px;
  width: 30px;
  line-height: 33px;
  text-align: center;
  margin-left: 10px;
  display: inline-block;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.trending-products .owl-next span,
.trending-products .owl-prev span{
  display: none;
}

.trending-products .owl-next{
    background: url("../images/next-black.png") !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.trending-products .owl-prev {
    background: url("../images/prev-black.png") !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.trending-products .owl-next:hover{
    background: url("../images/next-grey.png") !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.trending-products .owl-prev:hover{
    background: url("../images/prev-grey.png") !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}


/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials {
  padding: 80px 0;
  position: relative;
}

.testimonials .container h2{
  position: relative;
  height: 50px;
  margin-bottom: 0px !important;
}

.testimonials .container h2::after{
  content: " ";
  width: 100px;
  height: 2px;
  background: #FCDE67;
  position: absolute;
  bottom:0;
  left: 46%;
  margin:80px auto 0px;
}

.testimonials .section-header {
  margin-bottom: 40px;
}

.testimonials-wrapper .owl-theme .owl-dots .owl-dot span {
  width: 14px;
  height: 14px;
  margin: 5px 5px;
  background: none;
  border: 1px solid #FCDE67;
}

.testimonials-wrapper .owl-theme .owl-dots .owl-dot.active span,
.testimonials-wrapper .owl-theme .owl-dots .owl-dot:hover span {
  background: #FCDE67;
  border: 1px solid #FCDE67;
}

.testimonials-wrapper {
    padding: 70px 0 0;
    position: relative;
}
.testimonials-wrapper .inner-page-wrapper.testimonials-wrapper {
    background: 0 0;
}
/*
.testimonials-wrapper .inner-page-wrapper.testimonials-wrapper .owl-nav {
    position: absolute;
    right: 0;
    top: -30px;
    z-index: 99;
    display: none !important;
}
.testimonials-wrapper .inner-page-wrapper.testimonials-wrapper .owl-nav>div {
    border: 2px solid #333;
    color: #000;
}

.testimonials-wrapper .owl-next, .testimonials-wrapper .owl-prev {
    position: relative;
    height: 38px;
    width: 38px;
    line-height: 33px;
    text-align: center;
    font-size: 22px;
    color: #fff;
    margin-left: 10px;
    display: inline-block;
    border: 2px solid #fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.testimonials-wrapper.style-two .owl-next,
.testimonials-wrapper.style-two .owl-prev {
    color: #444;
    border-color: #444;
}
*/
.testimonial-block {
    position: relative;
}
.testimonial-block .inner-box {
    position: relative;
    padding: 0 30px 0px;
}

.testimonial-block .inner-box .content {
    position: relative;
}
.testimonial-block .inner-box .content i {
    position: absolute;
    right: 0;
    top: -35px;
    font-size: 30px;
    font-style: italic;
    color: #da5e00;
}

.testimonial-block .inner-box .content .text {
    position: relative;
    margin-top: 20px;
    color: #000;
    font-size: 22px;
    line-height: 30px;
    min-height: 170px;
    font-family: 'Proxima Nova';
    font-style: normal;
    font-weight: 400;
}

.stars .bi.bi-star-fill {
  color: #FDAE1B;
}

.testimonials-wrapper .owl-nav .owl-next {
    right: auto;
}

.testimonials-wrapper .image{
  margin-top: 30px;
  height: 80px;
}

.testimonials-wrapper .image .author-info{
  padding-top: 5px;
  line-height: 24px;
  width: 60%;
  float: left;
}

.testimonials-wrapper .image .author-info .author-name{
  font-size: 18px;
  color: #000;
}

.testimonials-wrapper .image .author-info .designation{
  color: #909090;
}

.testimonials-wrapper .owl-carousel .owl-theme .owl-nav,
.testimonials-wrapper .owl-theme .owl-nav{
  display: none;
}
.testimonials-wrapper .owl-carousel .owl-item .avatar {
    width: 100px;
    float: left;
    padding-right: 20px;
}

.testimonials-wrapper .owl-carousel .owl-item .quote {
  width: 100px;
  float: right;
  padding-right: 20px;
}

.testimonials-wrapper .owl-theme .owl-nav [class*=owl-] {
    border: 2px solid #000;
    color: #000;
}
.testimonials-wrapper .owl-theme .owl-nav [class*=owl-]:hover {
    border-color: #000 !important;
    color: #da5e00!important;
    background: 0 0;
}

@media only screen and (max-width:1199px) {

  .testimonials-wrapper .owl-carousel .owl-item .avatar {
    width: 80px;
  }

  .testimonials-wrapper .owl-carousel .owl-item .quote{
    width:78px;
  }
}

@media only screen and (max-width:991px) {
  .testimonials-wrapper .owl-dots {
    display: block;
  }

  .testimonials-wrapper{
    padding: 0;
  }

  .testimonials-wrapper .owl-carousel .owl-item .avatar {
    width: 80px;
  }

  .testimonials-wrapper .owl-carousel .owl-item .quote{
    width:78px;
  }
}

@media (max-width:991px) and (min-width:768px) {
  .testimonials-wrapper .image {
    margin-top: 0px;
  }
}
@media (max-width:768px) {
  .testimonials-wrapper .owl-carousel .owl-item .quote{
    width: 55px;
    padding-right: 0px;
    padding-top: 10px;
  }
}
@media (max-width:480px) {
  .testimonial-block .inner-box .content .text {
    min-height: 200px;
  }
  .testimonials-wrapper .owl-carousel .owl-item .avatar {
    width: 80px;
  }
  .testimonials-wrapper .owl-carousel .owl-item .quote{
    width: 45px;
  }
}
/*--------------------------------------------------------------
# FAQs
--------------------------------------------------------------*/
.faq .accordion-list ul {
  padding: 0;
  list-style: none;
}

.faq .accordion-list li+li {
  margin-top: 0px;
}

.faq .accordion-list li {
  padding: 20px 0;
  background: #F5F5F5;
  border-bottom: 1px solid #CCCCCCCC;
}
.faq .accordion-list li.faq--item {
	padding: 20px;
}

.faq .accordion-list a.collapsed {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  padding-right: 30px;
  outline: none;
  cursor: pointer;
  color: #666666;
}
.faq .accordion-list .open,
.faq .accordion-list a.collapse{
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  padding-right: 30px;
  outline: none;
  cursor: pointer;
  color: #333333;
  font-weight: 700;
}

.faq .accordion-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.faq .accordion-list .content {
  margin-bottom: 0;
  padding: 10px 0 0 0;
  color: #3D3D3D;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #FCDE67 #C0C7CB;
  min-height: min-content;
}

.faq .accordion-list .icon-show {
  display: none;
}

.faq .accordion-list a.collapsed {
  color: #343a40;
}

.faq .accordion-list a.collapsed:hover {
  color: #666666;
}

.faq .accordion-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .accordion-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1024px) {

  .faq .content,
  .faq .accordion-list {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 992px) {
  
  .faq .content {
    padding-top: 30px;
  }

  .faq .accordion-list {
    padding-bottom: 30px;
  }
}

/*--------------------------------------------------------------
# Our Clients Section
--------------------------------------------------------------*/
#our-clients h2{
  position: relative;
  line-height: 60px;
}

#our-clients h2::after{
  content: " ";
  width: 100px;
  height: 2px;
  background: #FCDE67;
  position: absolute;
  bottom:0;
  left: 46%;
  margin:0 auto;
}

#client-carousel {
  width: 100%;
  height: 350px;
  background-color: #F5F5F5;
  overflow: hidden;
  position: relative;
}

#our-clients .carousel,
#our-clients .carousel-inner,
#our-clients .carousel-item,
#our-clients .carousel-item::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#our-clients .carousel-item {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

#our-clients .clients-slider{
  height: 150px;
}
#our-clients .carousel-container {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 82px;
  left: 50px;
  right: 50px;
}

@media (min-width: 1200px) {
  #our-clients p {
    width: 50%;
  }
}

#our-clients .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

#our-clients .carousel-inner .carousel-item,
#our-clients .carousel-inner .active.carousel-item-start,
#our-clients .carousel-inner .active.carousel-item-end {
  opacity: 0;
}

#our-clients .carousel-dark .carousel-indicators button{
  border-radius: 10px;
}
#our-clients .carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #FCDE67;
}

#our-clients .carousel-indicators [data-bs-target]{
  width: 14px;
  height: 14px;
  border-radius: 8px;
}

#our-clients .swiper-pagination-bullet{
  border: 2px solid #FCDE67;
  background: #F5F5F5;
  width: 12px;
  height: 12px;
}

#our-clients .swiper-pagination-bullet-active{
  background: #FCDE67;
}

#our-clients .item-box{
  margin-bottom: 20px;
}

#our-clients .item-box a{
  text-align: center;
  background: #fff;
  padding: 10px 30px;
  margin: 0;
  display: block;
}

@media (max-width: 992px) {
  #our-clients .carousel-container {
    text-align: center;
    top: 74px;
  }

  #our-clients .item-box a{
    padding: 20px 10px;
  }
}

@media (max-width: 768px) {
  #our-clients h2 {
    font-size: 30px;
  }
}

@media (min-width: 1024px) {

  #our-clients .carousel-control-prev,
  #our-clients .carousel-control-next {
    width: 5%;
  }
}

/*--------------------------------------------------------------
# Get Quote Now
--------------------------------------------------------------*/
.get-quote .content{
  transform: translateY(25%);
}

.get-quote .content-item{
  margin-bottom: 50px;
}

.get-quote .content-left{
    display:none;
}

.get-quote .content-item span{
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  box-shadow: 0px 0px 10px 0px #00000026;
  text-align: center;
  margin-bottom: 10px;
}

.get-quote .content-item span img{
  margin: 18px auto;
}

.get-quote .getquote-form h3{
  text-align: center;
  font-weight: 700;
  font-size: 35px;
  color: #3D3D3D;
  margin-bottom: 10px;
}

.get-quote .getquote-form .short-desc{
  font-size: 16px;
  margin-bottom: 50px;
}

.get-quote .form-style h4{
  font-size: 16px;
  font-weight: bold;
  margin-left: 10px;
  margin-top: 0;
}

.form-style input,
.form-style select{
  border: 1px solid #CCCCCC;
  border-radius: 5px;
  color: #666666;
  padding: 10px 15px;
  font-size: 14px;
  margin-bottom: 15px;
}
.wpcf7-not-valid-tip{
    font-size: 12px;
}
.wpcf7 form .wpcf7-response-output {
	margin: 0;
	font-size: 12px;
}
.form-style input[type="file"]{
  border: 1px solid #ccc;
  background: #EFEFEF;
}

.form-style textarea{
  width: 100%;
  height: 100px;
  border: 1px solid #CCCCCC;
  border-radius: 5px;
  color: #666666;
  padding: 10px 15px;
  font-size: 14px;
}

.form-style button, .form-style input[type="submit"]{
  width: 100%;
  background: #FCDE67;
  color: #333;
  border: 0;
  border-radius: 5px;
  padding:10px 0;
  height: 40px;
  margin-top: 25px;
  font-weight: 700;
}

.form-style button:hover,
.form-style input[type="submit"]:hover{
  background: #666666;
}

@media (max-width:1199px){
  .get-quote .getquote-form{
    margin: 0 30px;
  }
}

@media (max-width:991px){
  .get-quote .content{
    transform: translateY(1%);

  }

  .get-quote .content-item{
    margin-bottom: 0px;
  }

  .get-quote .content-item h4{
    font-size: 20px;
    font-weight: 600;
  }

  .get-quote .content-item p{
    line-height: 22px;
  }

  .get-quote .getquote-form{
    margin: 0 0 0 20px;
  }

  .get-quote .content-left{
    display:block;
  }

  .get-quote .content-right{
    display:none;
  }

}

@media (max-width:575px){
  .get-quote{
    padding: 0px 0px 50px 0 !important;
  }
  .get-quote .getquote-form h3{
    font-size: 26px;
  }

  .get-quote .getquote-form{
    margin: 0px;
  }
}

.get-quote .beat-quote{
  margin: 0px;
  background: #fff;
  margin-left: 15px;
  box-shadow: 0px 0px 10px 0px #00000040;
  margin-top: 0px !important;
}

.get-quote .beat-quote .form-heading{
  background: #000;
  color: #fff;
  font-size: 25px;
  height: 100px;
  padding-top: 34px;
}

.get-quote .beat-quote .form-data{
  margin: 20px;
}

.get-quote .beat-quote button{
  width: 100%;
  margin-bottom: 20px;
}


/*--------------------------------------------------------------
# Our Blog
--------------------------------------------------------------*/
.our-blog.multi-item{
  margin-bottom: 0px;
}
.page-content section.blog {
    padding: 40px 0;
    background: #FCF6F1;
}
.our-blog.multi-item .click-btns{
  margin-right: 15px;
}

.our-blog.multi-item .view-all{
  padding: 0px 30px;
  text-decoration: underline;
  font-size: 16px;
  border-right: 2px solid #9999;
  border-radius: 0;
  font-weight: 700;
  margin: 12px 0;
  color: #333;
}
.our-blog.multi-item .carousel-item{
  background: none;
  margin: 0px 0px 20px;
  padding-bottom: 60px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  overflow: hidden;
  cursor: pointer;
  border: 0;
}

.our-blog.multi-item .carousel-item .item{
  background: none;
  border: 0px !important;
}

.our-blog.multi-item .thumnail-box{
  position: relative;
  margin: 0px;
}

.our-blog.multi-item .thumnail-box img {
    border-radius: 0;
    height: 420px;
    width: 420px;
    object-fit: cover;
}

.our-blog.multi-item .carousel-item .card-body{
  width: 80%;
  margin: 0 auto;
  left: 10%;
  background: #fff;
  border-radius: 5px;
  position: absolute;
  bottom: -60px;
  box-shadow: 0px 0px 5px 0px #00000066;
  transition: box-shadow 0.3s ease-in-out;
}

.our-blog.multi-item .carousel-item .card-body:hover{
  box-shadow: 0px 0px 5px 0px #00000066;
  transition: box-shadow 0.3s ease-in-out;
  background: #FCDE67;
}

.our-blog.multi-item .carousel-item .card-title{
  margin-top:0px;
  margin-bottom: 0px;
  color: #333333;
  font-size: 16px;
  text-align: left;
  font-weight: 700;
  line-height: 25px;
}

.our-blog.multi-item .carousel-item .card-date{
  font-size: 16px;
  text-align: left;
  line-height: 30px;
  color: #999999;
}
.our-blog.multi-item .carousel-item .card-body:hover span.card-date {
    color: #000;
}
.our-blog.multi-item .carousel-item .date-posted{
  font-weight: 700;
  text-decoration: underline;
}

/*------------------------------------------------------------
# Primary Packaging
--------------------------------------------------------------*/
.page-primary-packaging .faq .accordion-list li{
  background: #fff !important;
}

.page-primary-packaging .get-quote{
  background: #F5F5F5;
}
.primary-packaging-items .short-desc{
  width: 70%;
  margin: 0 auto 30px;
}

@media (max-width: 575px){
  .primary-packaging-items .short-desc{
    width: 90%;
  }
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  padding: 0 0 0px 0;
  color: #fff;
  font-size: 14px;
}

#footer p{
  color: #fff;
}

#footer .footer-newsletter {
  padding: 35px 0 50px;
  background: url('//stg.haulpackaging.com/wp-content/uploads/2025/10/WhatsApp-Image-2023-12-12-at-12.39.27-AM.webp');
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  font-size: 15px;
}

#footer .footer-newsletter .content{
  width: 60%;
  background: #E2E3E5;
  margin: 30px auto;
}

#footer .footer-newsletter h3 {
  font-size: 20px;
  margin: 30px 0 0px 0;
  padding: 0;
  line-height: 30px;
  font-weight: 600;
  color: #333;
}

#footer .footer-newsletter p{
  color: #666;
}

#footer .footer-newsletter form {
  margin-top: 25px;
  margin-bottom: 20px;
  background: #fff;
  position: relative;
  text-align: left;
  background: #fff;
  width: 90%;
}

#footer .footer-newsletter form input[type=email] {
  border: none;
  padding: 10px 18px;
  width: calc(100% - 120px);
}

#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: #FCDE67;
  font-size: 16px;
  font-weight: 700;
  padding: 0 20px;
  color: #666;
  transition: 0.3s;
  border: 2px solid #fff;
}

#footer .footer-newsletter form input[type=submit]:hover {
  background: #1E1E1E;
  color: #fff;
}

#footer .empty-space{
  height: 120px;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #1E1E1E;
  color: #fff;
  position: relative;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

#footer .footer-contact-top{
  padding-bottom: 20px;
  position: absolute;
  top: -70px;
  width: 100%;
}

#footer .footer-contact-top .social-contact{
  background: #FCDE67;
  margin: 0;
  height: 140px;
  border-radius: 6px;
}

#footer .footer-contact-top,
#footer .footer-contact-top a{
  font-size: 18px;
  color: #333;
  font-weight: 400;
}

#footer .footer-contact-top img{
  height: 32px;
  margin-right: 10px;
}

#footer .footer-content{
  margin-top: 50px;
  margin-bottom: 80px;
}

#footer .footer-content img{
  margin-right: 30px;
  margin-bottom: 50px;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h3 {
  font-size: 24px;
  margin: 0 0 15px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-contact h3 span {
  color: #106eea;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Poppins", sans-serif;
  color: #777777;
}

#footer .footer-top h4 {
  font-size: 16px;
  color: #CCCCCC;
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 20px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
}

#footer .footer-top h4::after{
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #FCDE67;
  bottom: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
}
#footer .footer-top h4:hover::after {
    opacity: 1; 
}
#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 5px;
  color: #FCDE67;
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
  font-size: 15px;
  font-weight: 400;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #FCDE67;
}

#footer .footer-top .social-links a {
  display: inline-block;
  background: #CCCCCC;
  color: #666666;
  line-height: 1;
  padding: 8px 0;
  border-radius: 50px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover{
  background: #FCDE67;
  color: #fff;
}

#footer .footer-top .social-links a .facebook{
  background: url("../images/socialicons/facebook-grey.png");
  background-repeat: no-repeat;
  background-size: cover;
}

#footer .footer-top .social-links a:hover .facebook{
  background: url("../images/socialicons/facebook-light-black.png");
  background-repeat: no-repeat;
  background-size: cover;
}

#footer .footer-top .social-links a .instagram{
  background: url("../images/socialicons/instagram-grey.png");
  background-repeat: no-repeat;
  background-size: cover;
}

#footer .footer-top .social-links a:hover .instagram{
  background: url("../images/socialicons/instagram-light-black.png");
  background-repeat: no-repeat;
  background-size: cover;
}

#footer .footer-top .social-links a .twitter{
  background: url("../images/socialicons/twitter-grey.png");
  background-repeat: no-repeat;
  background-size: cover;
}

#footer .footer-top .social-links a:hover .twitter{
  background: url("../images/socialicons/twitter-light-black.png");
  background-repeat: no-repeat;
  background-size: cover;
}

#footer .footer-top .social-links a .linkedin{
  background: url("../images/socialicons/linkedin-grey.png");
  background-repeat: no-repeat;
  background-size: cover;
}

#footer .footer-top .social-links a:hover .linkedin{
  background: url("../images/socialicons/linkedin-light-black.png");
  background-repeat: no-repeat;
  background-size: cover;
}

#footer .footer-top .social-links a .pinterest{
  background: url("../images/socialicons/pinterest-grey.png");
  background-repeat: no-repeat;
  background-size: cover;
}

#footer .footer-top .social-links a:hover .pinterest{
  background: url("../images/socialicons/pinterest-light-black.png");
  background-repeat: no-repeat;
  background-size: cover;
}

#footer .footer-end .payment-logo a {
  font-size: 18px;
  display: inline-block;
  background: #fff;
  color: #fff;
  line-height: 1;
  padding-top: 5px;
  margin-right: 4px;
  border-radius: 5px;
  text-align: center;
  width: 90px;
  height: 35px;
  transition: 0.3s;
}

#footer .footer-end .payment-logo{
  text-align: right;
  flex: right;
  padding-right: 0;
}

#footer .footer-end .payment-logo a:hover {
  background: #FCDE67;
  color: #fff;
  text-decoration: none;
}

#footer .footer-end .payment-logo a img{
  width: 45px;
}

#footer .footer-end{
  background: #111111;
}

@media (max-width: 1399px){
  #footer .footer-end .payment-logo a{
    width: 80px;
  }
}

@media (max-width: 1199px) {
  #footer .footer-newsletter form {
    width: 100%;
  }

  #footer .footer-contact-top,
  #footer .footer-contact-top a{
    font-size: 15px;
  }

  #footer .payment-logo a{
    margin-bottom: 10px;
  }

  #footer .footer-end .payment-logo a{
    width: 60px;
  }

  #footer .footer-end .payment-logo a img {
    width: 40px;
  }
}

@media (max-width: 991px) {
  #footer .footer-contact-top .contact-item{
    margin-bottom: 30px;
  }
  #footer .footer-end .payment-logo{
    text-align: center;
  }

  #footer .copyright {
    text-align: center;
  }
}

@media (max-width: 768px) {
  #footer .copyright {
    padding: 2px 0;
  }
}

@media (max-width: 576px) {
  #footer .footer-newsletter h3{
    font-size: 20px;
  }

  #footer .footer-contact-top .social-contact {
    height: 180px;
  }

  #footer .footer-newsletter .content{
    width: 90%;
  }

  #footer .footer-contact-top .contact-item,
  #footer .footer-top .footer-links{
    margin-left: 15px;
    margin-bottom: 0px;
  }

  #footer .footer-end .footer-end{
    display: block !important;
    text-align: center;
  }
  #footer .footer-end .payment-logo {
    text-align: center;
  }

  #footer .copyright p {
    margin-bottom: 0;
  }
}

/**************Feedback Form****************/
/*feedback_form_area*/

.feedback-form{
  position:fixed;
  top:20%;
  right:0;
  z-index:100;
  min-height:450px;
}

.feedback-form-show{
  left:0 !important;
}

.feedback_form_area{
  position:relative;
  display:none;
  overflow: hidden;
  background:#ffffff;
  margin-left: 5px;
  border-radius: 12px;
}

.feedback_form_area_inner{
  width:300px;
  min-height:350px;
  color:#666;
  padding:20px;
}

.feedback_form_area h3{
  margin-top:0;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}
    
.custom-inp{
  width:100%;
  height:35px;
  padding-left:5px;
  color:#fff;
  border:1px #fff solid;
  background:transparent;
  margin-bottom: 15px;
}
    
.custom-inp-txt{
  width:100%;
  height:100px;
  padding:5px;
  color:#666;
  border:1px #cfcfcf solid;
  background:transparent;
}

.feedback-form-btn{
  position: absolute;
  left: -50px;
  color: #666;
  top: 30%;
  border-radius:0;
}

@media only screen and (max-width: 320px) {
  .feedback_form_area_inner
  {
    width:260px;
    min-height:450px;
    color:#666;
    padding:15px;
  }
}
.mt-50{
    margin-top:50px;
}

/*--------------------------------------------------------------
# Category Page
--------------------------------------------------------------*/
.sub-categories .box-list .box{
  padding: 10px 20px;
  cursor: pointer;
}
.sub-categories .box-list .box:hover{
  border-radius: 5px;
  box-shadow: 0px 0px 10px 0px #0000001A;
  background: #FCDE67;
}

.sub-categories .content h4{
  font-size: 14px;
  margin-top: 10px;
}

@media (max-width:1399px){
  .sub-categories .box-list .box{
    padding: 10px 8px;
  }
}

@media (max-width:768px){
  .sub-categories .content h4{
    font-size: 12px;
  }
}

.category-items .card{
  padding: 10px;
  margin-bottom: 20px;
  background: #F5F5F5;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 10px 0px #0000001A;
}

.category-items .card h5{
  font-family: Poppins;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: left;
}

.category-page .description{
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  background: #fff;
  color: #3D3D3D;
}

.category-page .description h3{
  border-bottom: 2px solid #333;
  font-size: 18px;
  font-weight: 600;
  line-height: 45px;
  letter-spacing: 0em;
  text-align: center;
  margin-bottom: 0px;
  color: #333333;
  width: 300px;
}

.category-page .description .inner-content{
  border-top: 1px solid #ccc;
  padding-top: 30px;
}

.category-page .description .inner-content p{
  color: #666666;
  font-size: 18px;
}

@media (max-width:767px){
  .category-page .description h3{
    width: 250px;
  }

  .category-page .description .inner-content p{
    color: #666666;
    font-size: 16px;
  }
}
.categories-list .item{
  background: #fff;
  margin: 0px 0px 25px;
  box-shadow: 0px 0px 10px 0px #0000001A;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}
.categories-list .item:hover{
  box-shadow: 0px 0px 20px 0px #00000066;
  margin-top: -10px;
}

.categories-list .item .card-body.title{
  margin: 0;
  padding: 10px auto !important;
}
.categories-list .item .card-title{
  margin-top:8px;
  margin-bottom: 0px;
  color: #333333;
  font-size: 16px;
  text-align: center;
  font-weight: 700;
}

/*--------------------------------------------------------------
# Terms and Conditions Page
--------------------------------------------------------------*/
.terms-page .getquote-form{
  margin: 0 10px;
}

/*--------------------------------------------------------------
# Contact Us Page
--------------------------------------------------------------*/
.contact-page h1{
  font-family: Poppins-Medium;
  font-size: 32px;
  font-weight: 600;
  line-height: 50px;
  letter-spacing: 0em;
  color: #3D3D3D;
  text-align: center;
  margin-bottom: 30px;
}
.contact-page .map img{
  width: 100%;
  border-radius: 5px;
}

.contact-page .getquote-form{
  margin: 0 10px;
}

@media (max-width:767px){
  .contact-page .map img{
    margin-top: 30px;
  } 
}


/*--------------------------------------------------------------
# Our Blog 
--------------------------------------------------------------*/
.blog-page h2{
  font-weight: 700;
}

.blog-page .posts .post-item{
  margin-bottom: 30px;
}

.blog-page .posts .post-item .card{
  border: 1px;
}
.blog__post-img{
	object-fit: cover;
    object-position: top;
}
.blog-page .posts .post-item .card .card-body{
  padding: 20px 5px;
}

.blog-page .posts .post-item .card .card-title {
  color: #666666;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
}

.blog-page .posts .post-item .card-link {
  color: #FCDE67;
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
}

.blog-page .posts .post-item .card-link:hover .card-title{
  color: #FCDE67;
}

.blog-page .posts .post-item .card .date{
  color: #666666;
}

.blog-page .posts:hover .post-item img {
  top: -10px;
}
/*******blog-listing*********/
.blog-listing .posts .post-item {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
    border: 0;
    background: transparent;
}
.blog-listing .posts .post-item .card-body{
  width: 100%;
  margin: 0 auto;
  padding: 10px !important;
  background: #fff;
}

.blog-page .posts .post-item .card-link:hover .card-title{
  color: #333333;
}

.blog-listing .posts .post-item .card-date {
    text-align: left;
    line-height: 30px;
    font-weight: normal;
    font-size: 12px;
    color: #929FAC;
}

@media (min-width:992px) and (max-width:1199px){
  .blog-listing .posts .post-item .card-title{
    font-size: 14px !important;
    line-height: 22px !important;
  }
  
}
.blog-aside{
	margin-top: 6rem;
}
/*********blog-sidebar*******/
/* 
.blog-sidebar{
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px;
}

@media (min-width:992px) and (max-width:1199px){
	.blog-sidebar{
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (min-width:850px) and (max-width:992px){
	.blog-sidebar{
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 850px){
	.blog-sidebar{
		grid-template-columns: repeat(1, 1fr);
	}
	
} 
*/
.blog-sidebar h3{
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 25px;
}

.blog-sidebar .card{
  border: 0;
  cursor: pointer;
}

.blog-sidebar .card:hover{
  background: #FCDE67;
}

.blog-sidebar .card-body{
  padding: 5px 0 0 15px;

}

.blog-sidebar .card-title {
	font-size: 17px;
	font-weight: 700;
	line-height: 28px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.blog-sidebar .card-text{
  font-size: 17px;
  line-height: 25px;
}

@media (min-width:992px) and (max-width:1199px){
  .blog-sidebar .card-body{
    padding: 0px 0 0 10px;
  }
  .blog-sidebar .card-title{
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
  }

  .blog-sidebar .card-text{
    font-size: 15px;
    line-height: 22px;
  }
}

/*****blog-categories*****/
.blog-categories .box-list .box{
  padding: 10px 0px;
  cursor: pointer;
}
.blog-categories .box-list .box:hover{
  border-radius: 5px;
  box-shadow: 0px 0px 10px 0px #0000001A;
  background: #FCDE67;
}

.blog-categories .content h4{
  font-size: 14px;
  margin-top: 10px;
}

@media (max-width:1399px){
  .blog-categories .box-list .box{
    padding: 10px 8px;
  }
}

@media (max-width:768px){
  .blog-categories .content h4{
    font-size: 12px;
  }
}

/*--------------------------------------------------------------
# Post Page Demo1
--------------------------------------------------------------*/
.post-page .post{
  margin-bottom: 50px;
}

.post-page .post h1{
  font-size: 32px;
  font-weight: 600;
  font-family: Poppins-Medium;
  line-height: 38px;
  margin-bottom: 15px;
}

.post-page .post .thumb{
  width: 500px;
  height: auto;
  float: left;
  margin-right: 40px;
  margin-bottom: 20px;
}

.post-page .post .date{
  color: #666666;
  font-weight: 700;
  margin-bottom: 15px;
}

.post-page .post p{
  color: #666666;
  font-size: 18px;
}

.post-page .post a{
  color: #FCDE67;
  font-weight: 700;
}

.post-page .post a:hover{
  text-decoration: underline;
}

@media (max-width:1199px){
  .post-page .post .thumb{
    width: 400px;
  }
  .post-page .post h1{
    font-size: 24px;
    line-height: 32px;
  }
  .post-page .post p{
    font-size: 16px;
  }
}

@media (max-width:991px){
  .post-page .post .thumb{
    width: 300px;
  }
}

@media (max-width:767px){
  .post-page .post .thumb{
    width: 100%;
    display: block;
  }
}

/*--------------------------------------------------------------
# Post Page Demo2
--------------------------------------------------------------*/
.post-page .post-detail{
}

.post-date-author{
  color: #666666;
}

.post-page .post-detail h1{
  font-size: 26px;
  font-weight: 600;
  font-family: Poppins;
  line-height: 45px;
  margin-bottom: 15px;
  color: #3D3D3D;
}

.post-page .post-detail h2{
  font-size: 22px;
  font-weight: 600;
  font-family: Poppins;
  line-height: 34px;
  color: #333333;
}

.post-page .post-detail p{
  color: #333333;
}

.post-page .post-detail ul{
  margin: 0;
  padding: 0;
}

.post-page .post-detail ul li {
	font-family: Poppins;
	line-height: 30px;
	margin-left: 15px;
	margin-bottom: 10px;
	padding-left: 10px;
}

.post-page .post-detail .post-img{
  margin: 10px 0;
  width: 100%;
}

.post-page .topfeatured-products{
  margin: 0 30px;
  padding: 30px 50px;
}

.post-page .block-quote{
  background: #FCDE6733;
  padding: 30px;
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
}

.post-page .block-quote p{
  padding: 0 15px;
  font-style: italic;
}

.post-page .block-quote .close-quote{
  bottom: 50px;
  position: absolute;
  right: 25px;
}

.post-page .block-quote img{
  height: 28px;
}

@media (max-width: 992px){
  .post-page .post-detail h1{
    font-size: 24px;
    line-height: 40px;
  }

  .post-page .post-detail h2{
    font-size: 20px;
    line-height: 30px;
  }

  .post-page .blog-sidebar{
    margin-top: 50px;
  }
}

@media (max-width: 768px){
  .post-page .post-detail h1{
    font-size: 22px;
    line-height: 35px;
  }

  .post-page .post-detail h2{
    font-size: 18px;
    line-height: 25px;
  }

  .post-page .blog-sidebar{
    margin-top: 30px;
  }

  .post-page .topfeatured-products{
    margin: 0px;
    padding: 15px 50px;
  }
}


/*--------------------------------------------------------------
# Portfoio
--------------------------------------------------------------*/
.filterproducts #products-flters {
  padding: 0;
  margin-bottom: 25px;
  list-style: none;
  text-align: center;
  border-radius: 50px;
}

.filterproducts #products-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 14px 22px 16px 22px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #444444;
  margin: 0 3px 10px 3px;
  transition: all ease-in-out 0.3s;
  border-radius: 50px;
}

.filterproducts #products-flters li:hover,
.filterproducts #products-flters li.filter-active {
  color: #fff;
  background: #FCDE67;
}

.filterproducts #products-flters li:last-child {
  margin-right: 0;
}

.filterproducts .filter-item {
  margin-bottom: 30px;
  overflow: hidden;
}

.filterproducts .filter-item .card{
  background: #F5F5F5;
}

.filterproducts .filter-item .card img {
  position: relative;
  top: 0;
  transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.filterproducts .filter-item .card .card-title {
  color: #666666;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
}

.filterproducts .filter-item .card .card-link {
  color: #FCDE67;
  font-size: 16px;
  margin-bottom: 0;
  text-decoration: underline;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;

}

/*--------------------------------------------------------------
# Product Page
--------------------------------------------------------------*/
.product-page h1{
  font-size: 26px;
  line-height: 32px;
  font-weight: 700;
}
.product-page .gallery-thumb{
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 20px;
  border: 2px solid #c1c1c1;
}

.product-page .product-gallery .gallery-thumb img{
  width: 100%;
}

.product-page .product-gallery .mini .img-thumb{
  width: 20%;
}

.product-page .product-gallery .mini .img-thumb img{
  width: 92%;
  border: 2px solid #c1c1c1;
  cursor: pointer;
}

.product-page .product-gallery .mini .img-thumb img.active,
.product-page .product-gallery .mini .img-thumb img:hover{
  border-color: #FCDE67;
}

@media (max-width:1199px){
  .product-page h1{
    font-size: 28px;
  }
}

.product-specs-container #productdetail-flters{
  border-bottom: 2px solid #c1c1c1;
  width: 100%;
  border-radius: 0;
  text-align: left;
  height: 50px;
  padding: 0;
}

.product-specs-container #productdetail-flters li{
  text-align: center;
  font-size: 18px;
  width: 300px;
  border-radius: 0;
  display: inline-block;
  height: 50px;
  cursor: pointer;
}
section#filterproducts {
    margin-bottom: 90px;
}
body.single-product section#filterproducts {
	margin-bottom: 0;
}
.product-specs-container #productdetail-flters li:hover {
  color: #FCDE67;
  background: transparent;
  border-bottom: 2px solid #FCDE67;
}

.product-specs-container #productdetail-flters li.filter-active{
  color: #000;
  background: transparent;
  border-bottom: 2px solid #000;
	font-weight: bold;
}
.product-specs-container .filter-item{
  display: none;
}

.product-specs-container .filter-item.active{
  display: block !important;
}

/*.product-specs-container .filter-item .spec-table, */
.product-specs-container .filter-item .content {
    min-height: 500px;
    overflow: hidden;
    scrollbar-width: thin;
    scrollbar-color: #fdde67 #C0C7CB;
    width: 100%;
}

.product-specs .spec-table table tbody{
  border: 2px solid #c1c1c1;
}
.product-specs .spec-table table tbody tr{
  color: #666666;
}

.product-specs .spec-table table tbody tr td{
  color: #666666;
}

.product-specs .spec-table table tbody tr.row-style{
  background-color: #E1E1E1;
}

.product-page .get-quote .getquote-form{
  margin: 30px 0px;
}

.product-page .product-gallery{
  margin-bottom: 30px;
}

.product-page .payment-methods .methods{
  margin-top: 30px;
  text-align: center;
}

.product-page .payment-methods .methods .col{
  padding: 0;
}

.product-page .payment-methods .methods a{
  padding: 0px;
  margin-bottom: 10px;
  display: block;
  text-align: center;
  width: 16%;
}

.product-page .payment-methods .methods a img{
  width: 50px;
}

.filterproducts .filter-item:hover img {
  top: -10px;
}

.filterproducts .product-desc .desc-gallery-thumb{
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 20px;
  border: 2px solid #c1c1c1;
}
.desc-gallery-thumb {
	margin-bottom: 20px;
}
.desc-gallery-thumb img{
  width: 100%;
}
.desc-product-gallery .mini{
    justify-content: space-between;
    align-content: center;
}
.desc-product-gallery .mini .img-thumb{
  width: 48%;
}

.desc-product-gallery  .mini .img-thumb img{
  width: 100%;
  border: 2px solid #c1c1c1;
  cursor: pointer;
}

.desc-product-gallery .mini .img-thumb img.active,
.desc-product-gallery .mini .img-thumb img:hover{
  border-color: #FCDE67;
}
#cat-gallery-slider .owl-dots {
	position: absolute;
	bottom: 0;
	width: 100%;
}
#cat-gallery-slider.owl-theme .owl-dots .owl-dot.active span, 
#cat-gallery-slider.owl-theme .owl-dots .owl-dot:hover span 
{
	background: #fcde67;
}
.social-count__link {
    display: block;
}

.social-count {
    text-align: center;
    padding: 26px 0;
}

.social-count__fb {
    background: #4450a6;
    color: #fff;
}

.social-count__twitter {
    color: #fff;
    background: #06a5e3;
}

.social-count__instagram {
    color: #fff;
    background: #e84481;
}

.social-count__icon {
    margin-bottom: 25px;
}

.social-count__icon i {
    font-size: 32px;
}

.social-count__number {
    font-size: 27px;
    font-family: karla-bold;
    margin-bottom: 15px;
}

.social-count__hash-tag {
    font-size: 14px;
}

/*--------------------------------------------------------------
# Related Products
--------------------------------------------------------------*/

.related-products.multi-item .carousel-item {
  margin-right: 0;
  flex: 0 0 25% !important;
  display: block;
}

.related-products.multi-item .carousel-item .card{
  color: #666666;
  background: #F5F5F5;
  margin: 0 10px;
}

.related-products.multi-item .carousel-item .card:hover{
  border: 1px solid #c1c1c1;
  box-shadow: 0px 0px 10px 0px #0000001A;
}

.related-products.multi-item .carousel-item .card h5{
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}

.related-products.multi-item .carousel-item .card h5 {
  color: #666666;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
}

.related-products.multi-item .carousel-item .card .card-link {
  color: #FCDE67;
  font-size: 16px;
  margin-bottom: 0;
  text-decoration: underline;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;

}

@media (max-width: 1199px) {
  .related-products.multi-item .carousel-item {
    flex: 0 0 33.3333333% !important;
  }
}

@media (max-width: 992px) {
  .related-products.multi-item .carousel-item {
    flex: 0 0 50% !important;
  }
}

@media (max-width: 575px) {
  .related-products.multi-item .carousel-item {
    flex: 0 0 100% !important;
  }
}
/*********Page CSS***/
.product-page .premium-finishes,
.product-page .card-stock-options{
  background: #fff;
}
#modalProductImage {
    width: 100%;
    border: none;
}
.getQuoteModal-form {
	height: 100%;
	display: flex;
	background: white;
}
/*--------------------------------------------------------------
# Get Quote Modal
--------------------------------------------------------------*/
.modal {
  --bs-modal-border-width: 0px;
}

.getQuoteModal .modal-header{
  display: none;
}

.getQuoteModal .modal-content{
  background: none;
  border-radius: 0px;
}

.getQuoteModal .beat-quote{
  margin: 0px;
  background: #fff;
  margin-left: 0px;
  box-shadow: none;
  margin-top: 0px !important;
  padding-bottom: 12px;
}

.getQuoteModal .beat-quote .form-heading {
	background: #000;
	color: #fff;
	font-size: 20px;
	text-align: center;
	padding: 30px 0;
}

.getQuoteModal .row {
  --bs-gutter-x: 0rem;
}

.getQuoteModal .beat-quote .form-data{
  margin: 0 20px;
}

.getQuoteModal .form-style input,
.getQuoteModal .form-style select {
  padding: 6px 15px;
  margin-bottom: 8px;
}

.getQuoteModal .form-style textarea{
  height: 80px;
}

.getQuoteModal .beat-quote .btn-close{
  width: 20px;
  height: 22px;
  margin-bottom: 20px;
  margin-top: 20px !important;
  color: #fff;
  background: none;
  opacity: 1;
}

.getQuoteModal .beat-quote .btn-close:focus{
  outline: none;
}

.getQuoteModal .form-style .submit-btn{
  width: 100%;
  height: 34px;
  margin-top: 10px;
}

.getQuoteModal .beat-quote p{
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  .getQuoteModal .modal-dialog {
    max-width: 60vw;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 575px) {
  .getQuoteModal .modal-header{
    display: block;
  }
  .modal.show .modal-dialog {
    padding: 50px;
  }

  .getQuoteModal .beat-quote{
    margin-bottom: 20px;
  }

}


.error-message {
	position: absolute;
	top: 14px;
	right: 30px;
	font-size: 11px;
	color: red;
}
.digitsol-error {
	border-color: red !important;
}
.gallery-thumb {
  position: relative;
}

.img-magnifier-glass {
  position: absolute;
	/*   border: 3px solid #777; */
  border-radius: 50%;
  cursor: none;
  /*Set the size of the magnifier glass:*/
  width: 150px;
  height: 150px;
}

.nav_icon {
    height: 30px;
    width: 30px;
    border-radius: 50px;
    margin-left: 10px;
}

.zoom-eff {
    width: 100%;
    min-height: 450px;
    position: relative;
}
.tiles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    background: -moz-radial-gradient(center, ellipse cover, #ffffff 44%, #e5e5e5 100%);
    background: -webkit-radial-gradient(center, ellipse cover, #ffffff 44%,#e5e5e5 100%);
    background: radial-gradient(ellipse at center, #ffffff 44%,#e5e5e5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=1 );
}
.tile {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    overflow: hidden;
    box-shadow: 0px 0px 12px 0px #d7d1d199;
}
.photo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: transform .5s ease-out;
}
.product-images-box .sub-grid {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0;
}
.product-images-box .sub-grid .single-img {
    border: 1px solid #ccc;
    width: 100px;
    height: 100px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.product-images-box .sub-grid .single-img img {
    width: 80px;
    height: 80px;
}
ul.pagination {
    padding: 20px 0;
}
ul.pagination li a {
    font-size: 22px;
    padding: 10px 20px;
    background: #fff;
}
ul.pagination li.active a {
    background: #f05839;
    color: #fff;
}
.menu-item-object-product-category.level-0 .nav_icon_wrap.category {
    display: none;
}
form#get-instant-quote{
	position: relative;
}
.get-quote form#get-instant-quote .col-md-4 {
    position: relative;
}
.map-iframe--wrapper{
    margin-bottom: 20px;
}
#map-iframe {
	height: 100%;
	width: 100%;
	box-shadow: 0px 0px 10px 0px #00000040;
	padding: 20px;
}

body.page-template-primary-packaging .wpcf7 {
    width: 100%;
    height: 100%;
}