
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #212529;
}

a {
  color: #eb5d1e;
  text-decoration: none;
}

a:hover {
  color: #ef7f4d;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.font-primary {
  font-family: "Montserrat", sans-serif;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: #FB9D4A;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #FB9D4A;
  color: #fff;
}

.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;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 72px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  /* background: #fff; */
  /* box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1); */
}

#header .container {
  border-bottom: 1px solid #FB9D4A;
  padding: 10px 0;
}

#header .logo h1 {
  font-size: 30px;
  margin: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 2px;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #7a6960;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 60px;
}

#main {
  margin-top: 72px;
}

.icon-b-x i {
  font-size: 20px !important;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 9px 25px 10px 25px;
  font-size: 15px;
  white-space: nowrap;
  margin-left: 15px;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .main-nav :hover>a {
  background-color: #FB9D4A;
  border-radius: 20px;
  color: #fff;
  margin-left: 18px;
}

.nav-clo.icon-sec ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.nav-clo.icon-sec li {
  position: relative;
}

.nav-clo.icon-sec li a {
  padding: 6px 12px;
  color: #000;
  margin-left: 18px;
  border-radius: 20px;
}

.nav-clo.icon-sec .getstarted,
.nav-clo.icon-sec .getstarted:focus {
  background: transparent;
  color: #000;
  padding: 10px 37px;
  margin-left: 30px;
  border-radius: 0px;
  border: 2px solid #000;
}

.nav-clo .getstarted:hover,
.nav-clo .getstarted:focus:hover {
  color: #fff;
  background: #ee7843;
}

.navbar .dropdown ul {
  display: block;
  margin: 0;
  padding: 0;
}

.navbar .dropdown ul li {
  min-width: 200px;
  cursor: pointer;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 15px;
  text-transform: none;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #eb5d1e;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: -120%;
  left: 98%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    /*left: -100%;*/
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #7a6960;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
  }
	#navbarSupportedContent {
    position: absolute;
    top: 45px;
    left: -50px;
    background: #fff;
    border-radius: 10px;
    padding: 15px;
    text-align: center;
}

.navbar a:hover, .navbar .active, .navbar .main-nav :hover>a {
    margin: 0;
}

.navbar a, .navbar a:focus {
    margin: 0;
    font-size: 14px;
}
	.navbar .dropdown .dropdown:hover>ul {
    left: 170px !important;
  }
	.dropdown-menu.mega-menu {
    width: 100vw;
	left: -35vw !important;
}
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(78, 64, 57, 0.9);
  transition: 0.3s;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #7a6960;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #eb5d1e;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #eb5d1e;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background-image: url(../img/Bg-2.png);
  border-bottom: 2px solid #fcebe3;
  margin: -81px 0 -72px;
  background-size: cover;
  background-repeat: no-repeat;
}

#hero h1 {
  margin: 0;
  font-size: 50px;
  font-weight: 600;
  line-height: 56px;
}
#hero h1 span {
  color: #000;
  font-weight: 800;
}
#hero p {
  margin: 15px 0 0 0;
  font-size: 17px;
}

#hero .btn-get-started {
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 15px;
    border-radius: 3px;
    transition: 0.5s;
    margin-top: 30px;
    color: #fff;
    background: #FB9D4A;
}

#hero .btn-get-started:hover {
  background: #ef7f4d;
}

#hero .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

@media (max-width: 991px) {
  #hero {
    height: calc(100vh - 72px);
  }

  #hero .animated {
    animation: none;
  }

  #hero .hero-img {
    text-align: center;
  }

  #hero .hero-img img {
    width: 50%;
  }
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
  }

  #hero .hero-img img {
    width: 70%;
  }
}

@media (max-width: 575px) {
  #hero .hero-img img {
    width: 80%;
  }
}

@media (max-height: 600px) {
  
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-image: url('../img/services.png');
}

.section-title {
  text-align: center;
  padding-bottom: 90px;
}

.section-title h2 {
  font-size: 35px;
  font-weight: 700;
  padding-bottom: 0;
  line-height: 45px;
  margin-bottom: 15px;
  color: #000;
}
.section-title h2 span {
  color: #fb9d4a;
}




/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background-color: #fef5f1;
  min-height: 40px;
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about h3 {
  font-weight: 700;
  font-size: 34px;
  color: #000;
}
.about h3 span {
  color: #fb9d4a;
  font-weight: 800;
}
.about h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
  color: #000;
}

.about i {
  font-size: 48px;
  margin-top: 15px;
  color: #f39e7a;
}

.about p {
  font-size: 15px;
  color: #5a6570;
}
.about .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 15px 28px;
  border-radius: 3px;
  transition: 0.5s;
  margin-top: 10px;
  color: #fff;
  background: #FB9D4A;
}

@media (max-width: 991px) {
  .about .about-img img {
    max-width: 70%;
  }
}

@media (max-width: 767px) {
  .about .about-img img {
    max-width: 90%;
  }
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  position: relative;
  background: #fff;
  box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
  transition: all 0.3s ease-in-out;
  text-align: center;
  border-bottom: 3px solid #fff;
  width: 100%;
  padding-bottom: 20px;
} 

.services .icon-box:hover {
  transform: translateY(-5px);
  border-color: #fb9d4a;
  background-color: #fb9d4a;
}
.card-btn {
  padding: 5px 20px;
  font-size: 15px;
  color: #fb9d4a;
  border-color: #FB9D4A;
  background-color: #fff;
}

.services .title {
  font-weight: 700;
  margin-bottom: 30px;
  margin-top: 30px;
  font-size: 18px;
  color: #183B56;
}
.services .icon-box:hover .title {
  color: #fff;
}
.services .card-img {
  margin-top: 10px;
}


/*--------------------------------------------------------------
# Sec-4
--------------------------------------------------------------*/
#sec-4 {
  background-color: #F8E7DA;
  border-radius: 20px;
}
.sec-4 img {
  width: 80%;
}
.sec-4 .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 15px 28px;
  border-radius: 3px;
  transition: 0.5s;
  margin-top: 10px;
  color: #fff;
  background: #FB9D4A;
}
.sec-4 h3 {
  font-size: 37px;
  font-weight: 700;
}
#sec-4 .container {
  width: 80%;
}




/*--------------------------------------------------------------
====Product-Section====
--------------------------------------------------------------*/
.product-bg{
  background-color: #fff;
}
.pro-title h2 {
  font-size: 40px;
  font-weight: 800;
  padding-bottom: 0;
  line-height: 45px;
  margin-bottom: 15px;
  color: #000;
}
.pro-title {
  text-align: center;
  padding-bottom: 90px;
}
.product-sec .icon-box {
  position: relative;
  background: #fff;
  box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
  transition: all 0.3s ease-in-out;
  text-align: center;
  border-bottom: 3px solid #fff;
  width: 100%;
  padding-bottom: 20px;
  border: 1px solid #e9e7e7;
}
.product-sec .card-img {
  margin-top: 10px;
}
.product-sec .title {
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 30px;
  font-size: 18px;
  color: #183B56;
}
.product-sec  .card-btn {
  padding: 5px 20px;
  font-size: 15px;
  color: #fb9d4a;
  border-color: #FB9D4A;
  background-color: #fff;
}
.product-sec .icon-box:hover .title {
  color: #fff;
}
.product-sec .icon-box:hover {
  transform: translateY(-5px);
  border-color: #fb9d4a;
  background-color: #fb9d4a;
}
.product-sec .price-p {
  font-weight: 600;
  font-size: 13px;
}
.product-sec .icon-box:hover .price-p {
  color: #fff;
}
.product-sec .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 40px;
  border-radius: 3px;
  transition: 0.5s;
  margin-top: 10px;
  color: #fff;
  background: #FB9D4A;
}
.all-prod-btn {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

/*--------------------------------------------------------------
# Sec-6
--------------------------------------------------------------*/
#sec-6 .container {
  background-color: #F8E7DA;
  border-radius: 20px;
  padding-top: 65px;
}
.sec-6 img {
  width: 80%;
}
.sec-6 .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 15px 28px;
  border-radius: 3px;
  transition: 0.5s;
  margin-top: 10px;
  color: #fff;
  background: #FB9D4A;
}
.sec-6 h3 {
  font-size: 16px;
  font-weight: 600;
  color: #183B56;
}
.lead {
  font-size: 0.9rem;
  font-weight: 400;
  color: #183B56;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 19px 0px;
  list-style: none;
  text-align: left;
}
.tesi-img img {
  width: 7%;
  position: absolute;
  right: 99px;
  margin-top: -125px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #fff;
  color: #212529;
  font-size: 14px;
}

#footer .footer-newsletter {
  padding: 50px 0;
  background: #fef8f5;
  text-align: center;
  font-size: 15px;
}

#footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  color: #4e4039;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  text-align: left;
}

#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 4px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #eb5d1e;
  color: #fff;
  transition: 0.3s;
  border-radius: 4px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type=submit]:hover {
  background: #c54811;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #fff;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h4 {
  font-size: 22px;
  margin: 0 0 30px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #5c5c5c;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 800;
  color: #183B56;
  position: relative;
  padding-bottom: 12px;
}

#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: 2px;
  color: #f39e7a;
  font-size: 18px;
  line-height: 1;
}

#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: #5c5c5c;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #eb5d1e;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #FB9D4A;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #ef7f4d;
  color: #fff;
  text-decoration: none;
}

#footer .copyright {
  text-align: center;
}

#footer .credits {
  float: right;
  text-align: center;
  font-size: 13px;
  color: #212529;
}

#footer .credits a {
  color: #FB9D4A;
}
.py-3 {
  border-top: 2px solid #FB9D4A;
}
.footer-links h2 span {
  font-weight: 800;
  color: #FB9D4A;
}
#footer .footer-top .container {
  border-top: 2px solid #FB9D4A;
  padding-top: 45px;
}


@media (max-width: 575px) {

  #footer .copyright,
  #footer .credits {
    float: none;
    -moz-text-align-last: center;
    text-align-last: center;
    padding: 3px 0;
  }
}


/*======================================
   Start Checkout Form CSS
========================================*/
.shop.checkout {
	padding: 0;
	background: #fff;
	padding-top: 20px;
	padding-bottom: 50px;
}
.shop.checkout .checkout-form {
	margin-top: 30px;
}
.shop.checkout .checkout-form h2 {
	font-size: 25px;
	color: #333;
	font-weight: 700;
	line-height: 27px;
}
.shop.checkout .checkout-form p {
	font-size: 16px;
	color: #333;
	font-weight: 400;
	margin-top: 12px;
	margin-bottom: 30px;
}
.shop.checkout .form{}
.shop.checkout .form .form-group {
	margin-bottom: 25px;
}
.shop.checkout .form .form-group label{
	color:#333;
	position:relative;
}
.shop.checkout .form .form-group label span {
	color: #ff2c18;
	display: inline-block;
	position: absolute;
	right: -12px;
	top: 4px;
	font-size: 16px;
}
.shop.checkout .form .form-group input {
	width: 100%;
	height: 45px;
	line-height: 50px;
	padding: 0 20px;
	border-radius: 3px;
	border-radius: 0px;
	color: #333 !important;
	border: none;
	background: #F6F7FB;
}
.shop.checkout .form .form-group input:hover{
	
}
.shop.checkout .nice-select {
	width: 100%;
	height: 45px;
	line-height: 50px;
	margin-bottom: 25px;
	background: #F6F7FB;
	border-radius: 0px;
	border:none;
}
.shop.checkout .nice-select .list {
	width: 100%;
	height: 300px;
	overflow: scroll;
}
.shop.checkout .nice-select .list li{}
.shop.checkout .nice-select .list li.option{
	color:#333;
}
.shop.checkout .nice-select .list li.option:hover{
	background:#F6F7FB;
	color:#333;
}
.shop.checkout .form .address input {
	margin-bottom: 15px;
}
.shop.checkout .form .address input:last-child{
	margin:0;
}
.shop.checkout .form .create-account {
	margin: 0;
}
.shop.checkout .form .create-account input {
	width: auto;
	display: inline-block;
	height: auto;
	border-radius: 100%;
	margin-right: 3px;
}
.shop.checkout .form .create-account label {
	display: inline-block;
	margin: 0;
}
.shop.checkout .order-details {
	margin-top: 30px;
	background: #fff;
	padding: 15px 0 30px 0;
	border: 1px solid #eee;
}
.shop.checkout .single-widget {
	margin-bottom: 30px;
}
.shop.checkout .single-widget:last-child{
	margin:0;
}
.shop.checkout .single-widget h2 {
	position:relative;
	font-size: 15px;
	font-weight: 600;
	padding: 10px 30px;
	line-height: 24px;
	text-transform: uppercase;
	color: #333;
	padding-bottom: 5px;
}
.shop.checkout .single-widget h2:before{
	position:absolute;
	content:"";
	left:30px;
	bottom:0;
	height:2px;
	width:50px;
	background:#F7941D;
}
.shop.checkout .single-widget .content ul{
	margin-top:30px;
}
.shop.checkout .single-widget .content ul li {
	display: block;
	padding: 0px 30px;
	font-size: 15px;
	font-weight: 400;
	color: #333;
	margin-bottom: 12px;
}
.shop.checkout .single-widget .content ul li span{
	display:inline-block;
	float:right;
}
.shop.checkout .single-widget .content ul li.last {
	padding-top: 12px;
	border-top: 1px solid #ebebeb;
	display: block;
	font-size: 15px;
	font-weight: 400;
	color: #333;
}
.shop.checkout .single-widget .checkbox {
	text-align: left;
	margin: 0;
	padding: 0px 30px;
	margin-top:30px;
}

.shop.checkout .single-widget.payement {
	padding: 0px 38px;
	text-align: center;
	margin-top: 30px;
}
.shop.checkout .single-widget.get-button {
	text-align: center;
	padding:0px 35px;
}
.shop.checkout .single-widget.get-button .btn {
	height: 46px;
	width: 100%;
	line-height: 19px;
	text-align: center;
	border-radius: 0;
	text-transform: uppercase;
	color: #fff;
}
/*======================================
   End Checkout Form CSS
========================================*/




/*===============================
Hammad Header mega menu css
================================*/
.dropdown-menu {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  border: none;
  border-radius: 0;
  padding: 0.7em;
}

@media only screen and (min-width: 992px) {
  .dropdown:hover .dropdown-menu {
    display: flex;
  }

  .dropdown-menu.show {
    display: flex;
  }
}

.dropdown-menu ul {
  list-style: none;
  padding: 0;
}

.dropdown-menu li .dropdown-item {
  color: gray;
  font-size: 1em;
  padding: 0.5em 1em;
}

.dropdown-menu li .dropdown-item:hover {
  background-color: #f1f1f1;
}

@media only screen and (max-width: 992px) {
  .dropdown-menu.show {
    flex-wrap: wrap;
    max-height: 350px;
    overflow-y: scroll;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1140px) {
  .dropdown:hover .dropdown-menu {
    width: 40vw;
    flex-wrap: wrap;
  }
}

.dropdown-menu {
  border-radius: 0;
  border: none;
  padding: 0.5em;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23);
}

.dropdown-menu ul {
  list-style: none;
  padding: 0;
}

.dropdown-menu li a {
  color: gray;
  padding: 0.5em 1em;
}

@media screen and (min-width: 993px) {
  .dropdown:hover .dropdown-menu {
    display: flex;
  }

  .dropdown-menu.show {
    display: flex;
  }
}

@media screen and (max-width: 992px) {
  .dropdown-menu.show {
    max-height: 60vh;
    overflow-y: scroll;
  }
}


ul.dropdown-menu {
  display: block !important;
}

ul.dropdown-menu {
  padding: 10px 0 !important;
}

.dropdown-menu h4 {
  text-transform: uppercase;
  font-size: 14px;
  color: rgb(251, 157, 74);
  font-weight: 600;
  margin-top: 5px;
}

.dropdown-menu .drop-a {
  padding: 0 !important;
  font-size: 14px !important;
  text-transform: none !important;
  margin-left: 0 !important;
  margin-bottom: 10px !important;
}

.dropdown-menu .drop-a:hover {
  background: none;
  color: rgb(251, 157, 74);
}

.mega-img {
  width: 150px;
  height: 40px;
}

.mega-img-a {
  padding: 10px 0 !important;
  font-size: 0 !important;
  text-transform: none;
  margin: 0 !important;
}

.mega-img-a:hover {
  background-color: transparent !important;
}

.mega-menu {
  left: -45px;
}

a.dropdown-toggle:hover {
  background-color: transparent !important;
  margin: 0 !important;
}

.navbar a:hover {
  transition: 0.2s;
  background-color: #FB9D4A !important;
}

.navbar .dropdown-menu a:hover {
  background-color: transparent !important;
}

.cart-icon {
  position: relative;
  display: inline-block;
}

.quantity {
  position: absolute;
  top: -8px;
  right: 0px;
  background-color: red;
  color: white;
  font-size: 10px;
  border-radius: 50%;
  padding: 4px;
  min-width: 16px;
  text-align: center;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.toggle-1:after {
  visibility: hidden;
}

.dropdown-item.active, .dropdown-item:active{
    background-color: #FB9D4A !important;
	color: #fff !important;
}


.product-sec .icon-box .card-img img {
    width: 100%;
}
.service.newss .pro-slider .slick-slide img {
    display: block;
    text-align: center !important;
    margin: 0px auto;
    padding-bottom: 16px;
}


.service2.newss .pro-slider img {

    margin: 30px auto;
    padding-bottom: 16px;
}

.service2.newss {
    margin-bottom: 100px;
	 margin-top: 100px;

}

.service2.newss .pro-slider img {
    display: block;
    text-align: center !important;
    margin: 0px auto;
    padding-bottom: 16px;
    width: 60% !important;
}

.prologo-title {
    padding: 46px 0px;
}
.prologo-slider.slick-initialized.slick-slider img{
	width: 94% !important;
}


.reviews {
    padding: 20px;
    margin: 25px 40px;
    border-radius: 15px;
    border: 1px solid #6a6a6a;
    box-shadow: 2px 3px 4px 0px #6a6a6a;
}