html {
  overflow-x: hidden;
}

body {
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
  color: #3b4045;
  /* font-family: "Josefin Sans", sans-serif; */
  font-family: 'Montserrat';
  -webkit-font-smoothing: antialiased;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 999999;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
  margin: 0px;
}

h1,
.h1 {
  font-size: 44px;
  line-height: 56px;
}

h2,
.h2 {
  font-size: 30px;
  line-height: 35px;
}

h3,
.h3 {
  font-size: 23px;
  line-height: 25px;
}

h4,
.h4 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
}

p {
  font-size: 18px;
  line-height: 25px;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

a {
  transition: all 0.2s ease-in-out 0s;
}

.mt-100 {
  margin-top: 100px;
}

/* #bg-main {
  background-image: url('../images/header\ Image.png');
  background: linear-gradient(to bottom right, #FF2534, #FF7400);
} */

.bg-orange {
  background: #f9a743;
}

.bg-opacity {
  position: relative;
}
.bg-opacity:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
}

a:focus,
.btn:focus,
.btn:active:focus {
  box-shadow: none;
  outline: 0 none;
}

a,
a:active,
a:focus,
a:active {
  text-decoration: none;
}

.section {
  padding: 100px 0;
}

.font-size-60 {
  font-size: 60px;
  line-height: 1.2;
}
@media (max-width: 575px) {
  .font-size-60 {
    font-size: 40px;
  }
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-40 {
  margin-bottom: 40px;
}

.slick-slide {
  outline: 0;
}

/*--
    custom heading
--*/
.text-center {
  text-align: center;
}

.heading {
  text-align: center;
  color: #777777;
  padding-bottom: 70px;
}
.heading h2 {
  color: #3c3c3c;
  padding-bottom: 15px;
  text-transform: capitalize;
  font-weight: 700;
  font-size: 40px;
  line-height: 40px;
}
.heading p {
  font-size: 17px;
  line-height: 24px;
  font-weight: 300;
}

.subheading {
  color: #3c3c3c;
  padding-bottom: 15px;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 32px;
  line-height: 45px;
}

.btn {
  border-radius: 0;
  text-decoration: none !important;
}

.btn-main {
  color: #fff;
  border-radius: 30px;
  font-size: 18px;
  padding: 15px 40px;
  display: inline-block;
  background-color: #f9a743;
  box-shadow: 0 15px 40px rgba(249, 167, 68, 0.5);
  background-image: linear-gradient(bottom, rgba(255, 239, 206, 0) 0%, rgba(255, 239, 206, 0.25) 100%);
}
.btn-main:hover, .btn-main:focus {
  background-color: #f9a743;
  color: #fff;
}

.btn-main-sm {
  padding: 12px 35px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
}

/* navigation */
.navbar-brand {
  color: #444;
  font-size: 25px;
  margin: 0;
  line-height: 1;
}

.nav-link {
  font-size: 16px;
  font-weight: bold;
  padding: 10px 20px !important;
}

.navbar-light .navbar-nav .nav-link {
  color: #ffffff;
}

.lang-list {
  border: 0;
  margin: 10px 20px;
  font-size: 16px;
  cursor: pointer;
}

.navigation .dropdown-menu {
  padding: 0px;
  border: 0;
  border-radius: 0px;
  background-color: #f5f5f555;
}
@media (max-width: 991px) {
  .navigation .dropdown-menu {
    text-align: center;
    float: left !important;
    width: 100%;
    margin: 0;
  }
}
.navigation .dropdown-menu li:first-child {
  margin-top: 5px;
}
.navigation .dropdown-menu li:last-child {
  margin-bottom: 5px;
}
.navigation .dropdown-toggle::after {
  display: none;
}
.navigation .dropdown-toggle > i {
  font-size: 14px;
}
.navigation .dropleft .dropdown-menu,
.navigation .dropright .dropdown-menu {
  margin: 0;
}
.navigation .dropleft .dropdown-toggle::before,
.navigation .dropright .dropdown-toggle::after {
  font-weight: bold;
  font-family: "themefisher-font";
  border: 0;
  font-size: 10px;
  vertical-align: 1px;
  display: inline-block;
}
.navigation .dropleft .dropdown-toggle::before {
  margin-right: 5px;
  content: "\f124";
}
.navigation .dropright .dropdown-toggle::after {
  margin-left: 5px;
  content: "\f125";
}
.navigation .dropdown-item {
  color: #444;
  padding: 0.6rem 1rem 0.35rem;
  font-weight: 600;
  font-size: 15px;
}
.navigation .dropdown-submenu.active > .dropdown-toggle,
.navigation .dropdown-submenu:hover > .dropdown-item,
.navigation .dropdown-item.active,
.navigation .dropdown-item:hover {
  /* background: #f9a743;    */
  background-image:linear-gradient(to bottom left,  #ff7300b4, #ff0000);
  color: white;
}
@media (min-width: 992px) {
  .navigation .dropdown-menu {
    transition: all 0.2s ease-in, visibility 0s linear 0.2s, transform 0.2s linear;
    display: block;
    visibility: hidden;
    opacity: 0;
    min-width: 200px;
    margin-top: 8px;
  }
  .navigation .dropdown-menu li:first-child {
    margin-top: 10px;
  }
  .navigation .dropdown-menu li:last-child {
    margin-bottom: 10px;
  }
  .navigation .dropleft .dropdown-menu,
.navigation .dropright .dropdown-menu {
    margin-top: -9px;
  }
  .navigation .dropdown:hover > .dropdown-menu {
    visibility: visible;
    transition: all 0.45s ease 0s;
    opacity: 1;
  }
}

.navbar-collapse.show {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: calc(100vh - 80px);
}

.navbar-toggler:focus {
  outline: 0;
}

/* cart */
.cart {
  background: transparent;
  border: 0;
  position: relative;
}
.cart i {
  font-size: 20px;
}
@media (max-width: 991px) {
  .cart {
    position: absolute;
    top: 23px;
    right: 90px;
  }
}
.cart .badge {
  position: absolute;
  top: -5px;
  border-radius: 50%;
  right: -10px;
}
.cart:focus {
  outline: 0;
}

.badge-primary {
  background-color: #f9a743;
}

/*--
    Feature-list start
--*/
.feature-list .btn-main {
  margin-top: 15px;
}

/*--
  Gallery start
--*/
.gallery {
  padding-bottom: 100px;
}
.gallery .owl-item {
  overflow: hidden;
  position: relative;
}
.gallery .block {
  padding: 20px;
  position: relative;
}
.gallery .block:hover .gallery-overlay {
  transform: scale(1);
  opacity: 1;
  border-radius: 0;
}
.gallery .gallery-overlay {
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
  top: 15px;
  background: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  color: inherit;
  transform: scale(0.7);
  transition: 0.3s ease-in-out;
  z-index: 2;
  opacity: 0;
  border-radius: 50%;
}
.gallery .gallery-overlay .gallery-popup {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #f9a743;
  padding: 5px 10px;
  border-radius: 40px;
  width: 50px;
  height: 50px;
}
.gallery .gallery-overlay .gallery-popup i {
  color: #fff;
  font-size: 30px;
  line-height: 40px;
  display: inline-block;
}

/*--
    service start
--*/
.testimonials .testimonial-block {
  padding: 0 10px;
}
.testimonials .testimonial-block i {
  font-size: 40px;
  display: inline-block;
  margin-bottom: 20px;
  color: #f9a743;
}
.testimonials .testimonial-block p {
  font-family: "Droid Serif", serif;
  font-size: 14px;
  color: #777;
}
.testimonials .testimonial-block .author-details {
  margin-top: 30px;
}
.testimonials .testimonial-block .author-details img {
  border-radius: 50%;
  width: 50px;
}
.testimonials .testimonial-block .author-details h4 {
  font-weight: 700;
  font-size: 20px;
  margin-top: 10px;
}

/*--
    call-to-action start
--*/
.call-to-action {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}

.input-group {
  margin-top: 30px;
  position: relative;
}
.input-group .btn-submit {
  padding: 10.5px 40px !important;
  position: absolute;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  top: 0;
  right: 0;
}
.input-group input {
  height: 50px;
  border-radius: 40px;
  border: none;
  padding-left: 15px;
  box-shadow: none;
  display: table-cell;
}

.footer-menu a {
  font-size: 14;
  font-weight: 700;
  color: #444;
  padding: 10px;
}

footer {
  text-align: center;
  background: #f4f4f4;
  padding: 50px 0px;
}
footer .footer-logo {
  color: #555;
  display: block;
}
footer p.copyright-text {
  font-weight: 300;
  font-size: 12px;
  color: #888;
  letter-spacing: 3px;
  margin-top: 15px;
}
footer p.copyright-text a {
  color: #282828;
}
footer p.copyright-text a:hover {
  text-decoration: none;
}

p.price {
  font-size: 30px;
  font-family: "Droid Serif", serif;
}

s.price {
  color: red;
  font-size: 25px;
  font-family: "Droid Serif", serif;
}

.product-info {
  text-align: center;
}
.product-info .price {
  font-size: 100%;
}

.contact-list li,
.contact-list a {
  color: #282828;
  font-size: 18px;
}

.form-control {
  border: 1px solid #dadada;
  border-radius: 35px;
  height: 50px;
  padding-left: 20px;
  padding-right: 20px;
}
.form-control:focus {
  border-color: #f9a743;
  box-shadow: none;
}
.form-control::-moz-placeholder {
  font-size: 80%;
}
.form-control::placeholder {
  font-size: 80%;
}

textarea.form-control {
  height: 150px;
  padding-top: 15px;
}

.sticky-image {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  z-index: 1;
}

/* product sinngle page */
.product-image-slider {
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
}
.product-image-slider .slick-list {
  margin-bottom: 10px;
  border-radius: 5px;
}
.product-image-slider .slick-dots {
  margin-top: 10px;
  padding-left: 0;
  display: flex;
}
.product-image-slider .slick-dots li {
  list-style-type: none;
  margin: 10px;
  border-radius: 5px;
  padding: 10px;
  cursor: pointer;
}
.product-image-slider .slick-dots li:first-child {
  margin-left: 0;
}
.product-image-slider .slick-dots li:last-child {
  margin-right: 0;
}
.product-image-slider .slick-dots li img {
  max-height: 80px;
  height: auto;
  max-width: 100%;
}

/* content style */
.content * {
  margin-bottom: 20px;
}
.content a {
  text-decoration: underline;
}
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  margin-bottom: 10px;
}
.content ol,
.content ul {
  padding-left: 10px;
}
.content table {
  text-align: left;
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}
.content table th,
.content table td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}
.content table thead {
  background: #d5d5d5;
}
.content table tbody {
  background: #dadada;
}
.content table tbody td {
  text-align: left !important;
}
.content blockquote {
  border-left: 1px solid #f9a743;
  padding: 20px;
}
.content blockquote p {
  margin-bottom: 0;
  font-style: italic;
  font-size: 22px;
  font-weight: 500;
}
.content pre {
  padding: 10px 20px;
  background: #dadada;
}

.link-title {
  color: inherit;
  text-decoration: none !important;
}
.link-title:hover {
  color: #f9a743;
}
/*# sourceMappingURL=style.css.map */


#feature{

  /* transition-delay: 5s;
  webkit-transition: all 3.5s;
    transition-behavior: normal;
    transition-duration: 3.5s; */
    transition-timing-function: ease;
    transition-delay: 5s;
    /* transition-property: all;
    -moz-transition: all 3.5; */
}



.pricing {
	padding: 50px 0 100px 0;
}

.pricing-content {
	padding: 60px 0 0 0;
	text-align: center;
}

.pricing h1 {
	font-size: 28px;
	font-weight: 400;
	letter-spacing: -1px;
	line-height: 1.2;
}

.pricing h4 {
	font-size: 14px;
	font-weight: 400;
	color: #A1A1A1;
	margin: 10px 0 30px 0;
}

.pricing p {
	font-family: 'Open Sans';
	font-size: 14px;
	font-weight: 400;
	color: #444444;
	line-height: 1.4;
}

.pricing .btn-buy {
	padding: 40px 0 20px 0;
}

.pricing .btn-buy img {
	display: inline;
}

.pricing .price-tag h2 {
	font-family: 'Josefin Sans';
	font-size: 24px;
	font-weight: 400;
	color: #A1A1A1;
	margin: 0 0 20px 0;
}

.nopadding {
	padding: 0;
}



/* ----- Pricing Tables Styling Starts ----- */

.pricing-section {
	width: 100%;
	height: 100%;
	padding-top: 100px;
	padding-bottom: 100px;
	background: #FFFFFF;
}

.pricing-intro {
	padding-bottom: 30px;
}

.pricing-intro h1 {
	font-size: 28px;
	color: #111111;
	font-weight: 600;
	line-height: 1.4;
}


.pricing-intro p {
	font-size: 15px;
	color: #303030;
	font-weight: 300;
	line-height: 1.4;
	letter-spacing: 1px;
	margin-top: 10px;
	margin-bottom: 50px;
}

.pricing-section .table-left, .pricing-section .table-right {
	padding: 20px 20px 50px 20px;
	margin: 0 auto;
	margin-bottom: 30px;
	background-color: #FFFFFF;
	box-shadow: 0px 0px 80px 0px rgba(0,0,0,.1);
	border: transparent;
	max-width: 400px;
}

.table-left .pricing-details span, .table-right .pricing-details span {
	display: inline-block;
	font-family: Open Sans;
	font-size: 28px;
	font-weight: 400;
	color: #808080;
	margin-bottom: 20px;
}

.table-left .pricing-details h2, .table-right .pricing-details h2 {
	font-size: 18px;
	font-weight: 600;
	color: #505050;
	margin-bottom: 30px;
}

.table-left .pricing-details p, .table-right .pricing-details p {
	font-family: Open Sans;
	font-size: 14px;
	font-weight: 300;
	color: #505050;
	letter-spacing: 1px;
	line-height: 1.4;
}

.table-left .pricing-details ul, .table-right .pricing-details ul {
	margin-top: 30px;
	margin-bottom: 50px;
}


.table-left .pricing-details li, .table-right .pricing-details li {
	font-family: Open Sans;
	font-size: 14px;
	font-weight: 400;
	color: #505050;
	line-height: 1.4;
	margin-bottom: 10px;
}

.pricing-section .table-left:hover, .pricing-section .table-right:hover {
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.pricing-section .table-left, .pricing-section .table-right {
	margin-top: 20px;
}

.pricing-section .table-center {
	margin-top: 0;
}

/* ----- Pricing Section Styling Ends ----- */

#sec-1{
  position: relative;
  animation: mymove 2s;
}
#sec-2{
  position: relative;
  animation: mymove 2.2s;
}
#sec-3{
  position: relative;
  animation: mymove 2.5s;
}



@keyframes mymove {
  from {top: 120px;}
  to {top: 0px;}
}

/* Standard syntax */
/* #sec-1 {animation-timing-function: linear;} */
/* #sec-1 {animation-timing-function: ease;} */
/* #sec-1 {animation-timing-function: ease-in;} */
#sec-1 {animation-timing-function: ease-out;}
/* #sec-1{animation-timing-function: ease-in-out;} */


#banner {
  animation: mmove 1.5s ease infinite;
  position: relative;
  animation-timing-function: ease;
  /* animation: mmove 2.5s infinite; */
  animation-duration: 1.5s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction:alternate-reverse;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: mmove;
  animation-timeline: auto;
  animation-range-start: normal;
}
@keyframes mmove {
  from {bottom: 0px;}
  to {bottom: 30px;}
}
#animation-1:hover{
  position: relative;
  animation: mymove 2.5s;
}

.bg-main-contact{
  background-image:linear-gradient(to bottom right,  #ff7300b4, #ff0000);
  min-height: 120px;
  width: 100%;
  background-size: cover;
  border-radius: 0px 0px 300px 0px;
  background-position: center;
  max-width: 100%;
  background-color:linear-gradient(to bottom right,  #ff7300b4, #ff0000),
}



.bg-main{
  background-image: url("../chop-a-chop\ header-01.png");
  min-height: 500px;
  width: 100%;
  background-size: cover;
  border-radius: 0px 0px 300px 0px;
  background-position: center;
  max-width: 100%;
  /* background-color:linear-gradient(to bottom right,  #ff7300b4, #ff0000), */
}



/********about*******/
@media (min-width: 800px) {
  .abt-content {
    padding: 0px 60px 0px 60px; 
    /* font-size: 18px; */
  }
}

@media (max-width: 800px) {
  .abt-content {
    padding: 0px 20px 0px 20px; 
    /* font-size: 18px; */
  }
}


/*************readmore*************/
.content-about-us {
  overflow: hidden;
  max-height: 80px; /* Default visible height */
  transition: max-height 0.3s ease-in-out;
}

.content-about-us.show-more {
  max-height: 500px; /* Expanded height */
}

.read-more-btn {
  color: blue;
  cursor: pointer;
  text-decoration: underline;
  display: inline-block;
  margin-top: 5px;
}

@media (max-width: 768px) {
  .content-about-us {
    max-height: 210px;
  }

  .content-about-us.show-more {
    max-height: 1000px;
  }

  .read-more-btn {
    font-size: 14px;
  }
}

@media (min-width: 896px) {
  .content-about-us {
    max-height: 100px;
  }

  .content-about-us.show-more {
    max-height: 1500px;
  }


}
/*************readmore*************/

/*********about********/



/*********layer2********/
@media (min-width: 800px) {
  .layer2 {
    padding: 0px 100px 0px 100px; 
    /* font-size: 18px; */
  }
}

@media (max-width: 800px) {
  .layer2 {
    padding: 0px 20px 0px 20px; 
    /* font-size: 18px; */
  }
}
/*********layer2********/


@media(max-width:400px){
  .bg{
    height: 100vh;
  }
}

@media (max-width: 992px) {
  .bg {
    text-align: center;
    background-position: center;
  }
}






.banner {
  position: relative;
  overflow: hidden;
  /* background: #fff; */
  background: url("../chop-a-chop\ header-01.png") no-repeat;
  background-size:100%;
  height: 700px;
  min-height: 50px;
}
.banner .block {
  padding: 50px 0px 160px;
}
.banner .block h1 {
  font-size: 45px;
  line-height: 1.2;
  letter-spacing: -1.2px;
  text-transform: capitalize;
  color: #223a66;
}
@media (max-width: 480px) {
  .banner .block h1 {
    /* font-size: 38px; */
    line-height: 50px;
  }
  .banner {
    min-height: 0px;
    /* background: #fff !important; */
  }
}
@media (max-width: 400px) {
  .banner .block h1 {
    /* font-size: 28px; */
    line-height: 40px;
  }
  .banner {
    min-height: 0px;
    /* background: #fff !important; */
  }
}
@media (max-width: 768px) {
  .banner .block h1 {
    font-size: 36px;
    line-height: 48px;
  }
  /* .banner {
    background: #fff !important;
  } */
}
@media (max-width: 992px) {
  .banner {
    /* background: #fff !important; */
    height: 500px;
    background-color: #f9a743;
  }
}


/*********nav-pop-up******/
.drop-down-menu {
  padding: 0px;
  border: 0px;
  border-top: 5px solid #918b86;
  background: #fff;
  border-radius: 0px;
}
@media (max-width: 992px) {
   .drop-down-menu {
    text-align: center;
    float: left !important;
    width: 100%;
    margin: 0;
  }
}
.drop-down-menu {
  margin: 0;
}
@media (min-width: 992px) {
   .drop-down-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease-in, visibility 0s linear 0.2s, transform 0.2s linear;
    display: block;
    visibility: hidden;
    opacity: 0;
    min-width: 200px;
    transform: translateY(10px);
  }
}
 .drop-down-menu {
    margin-top: 5px;
  }
 .drop-down-menu:hover > .drop-down-menu {
    visibility: visible;
    transition: all 0.3s ease 0s;
    opacity: 1;
    transform: translateY(0);
  }

  .drop-down-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem
}

.drop-down-menu-left {
    right: auto;
    left: 0
}

.drop-down-menu-right {
    right: 0;
    left: auto
}

@media (min-width: 576px) {
    .drop-down-menu-sm-left {
        right:auto;
        left: 0
    }

    .drop-down-menu-sm-right {
        right: 0;
        left: auto
    }
}

@media (min-width: 768px) {
    .drop-down-menu-md-left {
        right:auto;
        left: 0
    }

    .drop-down-menu-md-right {
        right: 0;
        left: auto
    }
}

@media (min-width: 992px) {
    .drop-down-menu-lg-left {
        right:auto;
        left: 0
    }

    .drop-down-menu-lg-right {
        right: 0;
        left: auto
    }
}

@media (min-width: 1200px) {
    .drop-down-menu-xl-left {
        right:auto;
        left: 0
    }

    .drop-down-menu-xl-right {
        right: 0;
        left: auto
    }
}

.dropup .drop-down-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}
.drop-down-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: .125rem
}
.drop-down-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: .125rem
}
.drop-down-menu[x-placement^=bottom],.drop-down-menu[x-placement^=left],.drop-down-menu[x-placement^=right],.drop-down-menu[x-placement^=top] {
  right: auto;
  bottom: auto
}
.drop-down-menu.show {
  display: block
}
.drop-btn {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 18px 16px;
  text-decoration:underline;
  font-weight: 600;
  
}

li a:hover, .drop-down-menu:hover .drop-btn {
  /* background-color: red; */
}

li.dropdown {
  display: inline-block;
}

.drop-down-menu {
  display: none;
  position: absolute;
  background-color: #e3caca;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.drop-down-menu a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.drop-down-menu a:hover {background-color: #c5bebe}

.drop-down-menu:hover .drop-down-menu {
  display: block;
}
