/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Raleway:400,600,700,800,900&display=swap');

/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/


/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
     box-sizing: border-box !important;
}

html {
     scroll-behavior: smooth;
}

body {
     color: #666666;
     font-size: 14px;
     font-family: 'Poppins', sans-serif;
     line-height: 1.80857;
     font-weight: normal;
}
html, body {
     overflow-x: hidden;
     width: 100%;
 }

a {
     color: #1f1f1f;
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
     letter-spacing: 0;
     font-weight: normal;
     position: relative;
     padding: 0;
     font-weight: normal;
     line-height: normal;
     color: #111111;
     margin: 0
}

h1 {
     font-size: 24px;
}

h2 {
     font-size: 22px;
}

h3 {
     font-size: 18px;
}

h4 {
     font-size: 16px
}

h5 {
     font-size: 14px
}

h6 {
     font-size: 13px
}

*,
*::after,
*::before {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
     color: #212121;
     text-decoration: none !important;
     opacity: 1
}

button:focus {
     outline: none;
}

ul,
li,
ol {
     margin: 0px;
     padding: 0px;
     list-style: none;
}

p {
     margin: 0px;
     font-weight: 500;
     font-size: 15px;
     line-height: 24px;
}

a {
     color: #222222;
     text-decoration: none;
     outline: none !important;
}

a,
.btn {
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

img {
     max-width: 100%;
     height: auto;
}

:focus {
     outline: 0;
}

.btn-custom {
     margin-top: 20px;
     background-color: transparent !important;
     border: 2px solid #ddd;
     padding: 12px 40px;
     font-size: 16px;
}

.lead {
     font-size: 18px;
     line-height: 30px;
     color: #767676;
     margin: 0;
     padding: 0;
}

.form-control:focus {
     border-color: #ffffff !important;
     box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
     border: none !important;
}

.badge {
     font-weight: 500;
}

blockquote {
     margin: 20px 0 20px;
     padding: 30px;
}

button {
     border: 0;
     margin: 0;
     padding: 0;
     cursor: pointer;
}

.full {
     width: 100%;
     float: left;
     margin: 0;
     padding: 0;
}


/**-- heading section --**/


/*---------------------------- preloader area ----------------------------*/

.loader_bg {
     position: fixed;
     z-index: 9999999;
     background: #fff;
     width: 100%;
     height: 100%;
}

.loader {
     height: 100%;
     width: 100%;
     position: absolute;
     left: 0;
     top: 0;
     display: flex;
     justify-content: center;
     align-items: center;
}

.loader img {
     width: 280px;
}

.logo img {
     max-height: 80px;
     height: auto;
}

/*-- header area --*/


/*-- navigation--*/

.navigation.navbar {
     float: right;
     padding-top: 32px !important;
     padding: 0;
}

.navigation.navbar-dark .navbar-nav .nav-link {
     padding: 0px 27px;
     color: #187544;
     font-size: 17px;
     line-height: 20px;
     font-weight: 800;
}

.navigation.navbar-dark .navbar-nav .nav-link:focus,
.navigation.navbar-dark .navbar-nav .nav-link:hover {
     color: #fff;
}

.navigation.navbar-dark .navbar-nav .active>.nav-link,
.navigation.navbar-dark .navbar-nav .nav-link.active,
.navigation.navbar-dark .navbar-nav .nav-link.show,
.navigation.navbar-dark .navbar-nav .show>.nav-link {
     color: #fff;
     font-weight: 600;
}

.navbar-expand-md .navbar-nav {
     padding-right: 10px;
}

.header {
     width: 100%;
     padding: 15px 30px 0px 30px;
     position: absolute;
     z-index: 999;
}


/** banner section **/

.banner_main {
     position: relative;
     background: url(../images/banner.jpg);
     background-repeat: no-repeat;
     min-height: 720px;
     background-size: 100% 100%;
     display: flex;
     justify-content: center;
     align-content: center;
     align-items: center;
}

.text-bg {
     text-align: left;
}

.text-bg h1 {
     color: #fff;
     font-size: 38px;
     line-height: 78px;
     font-weight: bold;
}



.text-bg h1 span {
     color: #187544;
     font-size: 72px;
     line-height: 78px;
}

.text-bg p {
     font-size: 17px;
     color: #fff;
     line-height: 28px;
     font-weight: 500;
     padding-bottom: 50px;
     display: block;
}

.banner_img figure {
     margin: 0;
}

.banner_Carousel {

     z-index: 99;
}

.banner_Carousel .carousel-caption {
     position: inherit;
     padding: 0;
}

.banner_Carousel .carousel-indicators {
     bottom: -50px;
}

.banner_Carousel .carousel-indicators li {
     width: 22px;
     height: 22px;
     border-radius: 20px;
     background: #ffff00;
}

.banner_Carousel .carousel-indicators li.active {
     background: #ffffff;
}


/** end banner section **/

.titlepage {
     text-align: center;
     padding-bottom: 60px;
}

.titlepage h2 {
     font-size: 40px;
     color: #090807;
     line-height: 52px;
     font-weight: bold;
     padding: 0;
}

.d_flex {
     display: flex;
     align-items: center;
     flex-wrap: wrap;
}

.read_more {
     font-size: 17px;
     background-color: #ffa30f;
     color: #fff !important;
     padding: 13px 0px;
     width: 100%;
     max-width: 190px;
     box-shadow: rgb(9 30 62 / 26%) 0px 10px 30px, rgba(4, 15, 31, 0.3) 0px 5px 15px, rgba(15, 40, 80, 0.35) 0px -2px 6px inset !important;
     border-radius: 12px;
     text-align: center;
     display: inline-block;
     transition: ease-in all 0.5s;
     z-index: 9;
     position: relative;
     font-weight: 300;
}

.read_more:hover {
     background: #257500;
     color: #fff;
     transition: ease-in all 0.5s;
}


/** about section **/

.about {
     background: #fff;
     padding: 151px 0 0px 0;
}

.about .titlepage {
     padding-bottom: 0;
     text-align: right;
     margin-left: -50px;
}

.about .titlepage h2 {
     color: #000;
}

.about .titlepage p {
     color: #5a5959;
     font-size: 17px;
     line-height: 32px;
     font-weight: 300;
     padding: 30px 0px 40px 0px;
}

.about_img {
     margin-left: -50px;
}

.about_img figure {
     margin: 0;
}

.about_img figure img {
     width: 100%;
}


/** end about section **/


/** Our Juices  section **/

.juices {
     background: url(../images/our_bg.jpg);
     background-repeat: no-repeat;
     background-size: 100% 100%;
     padding: 90px 0 0px 0;
     position: relative;
}

.juices .titlepage {
     text-align: center;
}

.juices .titlepage h2 {
     color: #000000;
}

.titlepage p {
     color: #5a5959;
     display: block;
     font-size: 17px;
     padding-top: 20px;
     line-height: 22px;
}

.our_img img {
     text-align: center;
     background: #fff;
     border-radius: 20px;
     height: 410px;
     object-fit: cover;
     width: auto;
     box-shadow: rgb(9 30 62 / 26%) 0px 10px 30px, rgba(4, 15, 31, 0.3) 0px 5px 15px, rgba(15, 40, 80, 0.35) 0px -2px 6px inset !important;
     min-width: 352px;
}

.our_img img.our3 {
     object-fit: contain;
}

.our_img figure {
     margin: 0;
}

.our_text {
     text-align: center;
     padding: 35px 0;
}

.our_text h4 {
     font-size: 29px;
}

.our_text h3 {
     font-size: 29px;
     line-height: 34px;
     color: #000000;
}

.banner_img img {
     max-height: 420px;
     transform: rotate(45deg);
}

.our_text p {
     font-size: 16px;
     line-height: 28px;
     color: #5a5959;
     font-family: 'Raleway', sans-serif;
     padding: 0 0 10px;
}

.yellow {
     color: #ffa50e;
}

.margin_top {
     margin-top: -272px;
}


/** end Our Juices  section **/


/** testimonial section **/

.testimonial {
     padding: 60px 0px 400px 0px;
     background: #fff;
}

.testimonial .titlepage {
     padding-bottom: 0;
}

.testimonial .titlepage p {
     color: #5a5959;
     line-height: 28px;
     font-weight: 300;
     font-size: 17px;
     padding-top: 20px;
}

.testimonial_Carousel .carousel-caption {
     position: inherit;
     padding: 0;
     padding-top: 65px;
}

.testimonial_box {
     text-align: center;
}

.testimonial_Carousel .test_box h4 {
     font-size: 30px;
     color: #1d1c1c;
     line-height: 18px;
     display: block;
     text-align: center;
     border-bottom: #4a1667 solid 1px;
     width: 161px;
     margin: 0 auto;
     font-weight: 600;
     padding: 23px 0px 12px 0px;
}

.testimonial_Carousel .test_box i {
     text-align: center;
}

.testimonial_Carousel .test_box p {
     font-size: 17px;
     line-height: 30px;
     font-weight: 300 !important;
     color: #5a5959;
     text-align: center;
     margin-top: 45px;
     margin-bottom: 15px
}

.testimonial_Carousel .carousel-indicators {
     bottom: -50px;
}

.testimonial_Carousel .carousel-indicators li {
     width: 25px;
     height: 25px;
     border-radius: 20px;
     background: #257500;
}

.testimonial_Carousel .carousel-indicators li.active {
     background: #ffa30f;
}

.carousel-control-next,
.carousel-control-prev {
     display: none;
}

#myCarousel .carousel-control-next-icon,
#myCarousel .carousel-control-prev-icon {
     display: none;
}


/** end testimonial section **/


/** footer **/

.footer::before {
     content: "";
     position: absolute;
     width: 457px;
     height: 351px;
     background-image: url(../images/con_top.png);
     background-repeat: no-repeat;
     top: -334px;
     z-index: 9999;
     right: 154px;
}

.footer::after {
     content: "";
     position: absolute;
     background-size: 100% 100%;
     height: 300px;
     background-image: url(../images/contact_bg.png);
     background-repeat: no-repeat;
     bottom: 100%;
     left: 0;
     right: 0;
}

.footer {
     position: relative;
     background: #257500;
     padding-top: 85px;
     text-align: center;
}

.footer .titlepage {
     padding-bottom: 0px;
}

.footer .titlepage h2 {
     color: #fff;
}

.main_form {
     padding: 50px 0px 50px 0px;
}

.main_form .contactus {
     border: inherit;
     padding: 0px 10px;
     margin-bottom: 20px;
     width: 100%;
     height: 45px;
     background: transparent;
     color: #ffffff;
     font-size: 18px;
     font-weight: normal;
     border-bottom: #ffffff solid 1px;
}

.main_form .contactus1 {
     border: inherit;
     padding: 0px 10px;
     margin-bottom: 20px;
     padding-top: 21px;
     width: 100%;

     background: transparent;
     color: #ffffff;
     font-size: 18px;
     font-weight: normal;
     border-bottom: #ffffff solid 1px;
}

.main_form .send_btn {
     font-size: 20px;
     transition: ease-in all 0.5s;
     background-color: #ee3112;
     color: #fff;
     padding: 9px 0px;
     max-width: 190px;
     font-weight: 500;
     width: 100%;
     display: block;
     margin-top: 30px;
     float: right;
     border-radius: 30px;
     text-transform: uppercase;
     z-index: 9999;
     position: relative;
}

.main_form .send_btn:hover {
     background-color: #ffa30f;
     transition: ease-in all 0.5s;
     color: #000;
}

#request *::placeholder {
     color: #ffffff;
     opacity: 1;
}

ul.social_icon {
     float: right;
     display: flex;
}

ul.social_icon h3 {
     color: #fff;
     font-size: 17px;
}

ul.social_icon li {
     display: inline-block;
}

ul.social_icon li a {
     background: #fff;
     width: 37px;
     height: 37px;
     display: flex;
     align-items: center;
     justify-content: center;
     font-size: 25px;
     border-radius: 30px;
     margin: 0 3px;
     color: #257500;
}
ul.social_icon li a:hover {
     background-color: #257500;
     color: #fff;
 }

.bottom_form h3 {
     font-weight: 600;
     font-size: 22px;
     text-align: left;
     color: #fff;
     padding-bottom: 15px;
}

ul.location_icon {
     text-align: left;
     margin-top: -93px;
}

ul.location_icon li {
     display: inline-block;
     font-size: 18px;
     line-height: 20px;
     color: #fff;
     padding-bottom: 25px;
     padding-right: 25px;
}

ul.location_icon li a {
     font-size: 30px;
     color: #fff;
     line-height: 30px;
     padding-right: 15px;
}

ul.location_icon li a:hover {
     color: #ffa30f;
}

.footer h3 {
     font-weight: 600;
     text-align: left;
     padding-top: 5px;
     padding-right: 30px;
}

.copyright {
     margin-top: 30px;
     padding: 20px 0px;
     background-color: #ffa30f;
}

.copyright p {
     color: #fff;
     font-size: 17px;
     line-height: 22px;
     text-align: center;
}

.copyright a {
     color: #fff;
}

.copyright a:hover {
     color: #212121;
}


/** end footer **/

.inner_page .header {
     background-color: #e7a601;
     padding-bottom: 15px !important;
     position: inherit;
}

.inner_page .about {
     padding: 90px 0 0px 0;
}

.inner_page .footer {
     margin-top: 90px;
}

.inner_page .testimonial {
     padding: 60px 0px 50px 0px;
}

.inner_page .footer::before {
     position: inherit;
}

.inner_page .footer::after {
     position: inherit;
}




/* =============contactus============== */

.contact-page-sec {
     padding: 60px 0;
     min-height: 100vh;
}

.contact-page-sec .contact-info {
     display: inline-block;
     width: 100%;
     text-align: center;
     margin-bottom: 10px;
}

.contact-page-sec .contact-info-icon {
     margin-bottom: 15px;
}

.contact-page-sec .contact-info-item {
     background: #257500;
     padding: 30px 10px;
     border-radius: 15px;
     box-shadow: rgb(9 30 62 / 26%) 0px 10px 30px, rgba(4, 15, 31, 0.3) 0px 5px 15px, rgba(15, 40, 80, 0.35) 0px -2px 6px inset !important;
}

.contact-page-sec .contact-page-form h2 {
     color: #257500;
     text-transform: capitalize;
     font-size: 22px;
     font-weight: 700;
}

.contact-page-sec .contact-page-form .col-md-6.col-sm-6.col-xs-12 {
     padding-left: 0;
}

.contact-page-sec .contact-page-form.contact-form input {
     margin-bottom: 5px;
}

.contact-page-sec .contact-page-form.contact-form textarea {
     height: 110px;
}

.contact-page-sec .contact-page-form.contact-form input[type="submit"] {
     background: #257500;
     width: 150px;
     border-color: #257500;
}

.contact-page-sec .contact-info-icon i {
     font-size: 48px;
     color: #fda40b;
}

.contact-page-sec .contact-info-text p {
     margin-bottom: 0px;
}

.contact-page-sec .contact-info-text h2 {
     color: #fff;
     font-size: 22px;
     text-transform: capitalize;
     font-weight: 600;
     margin-bottom: 10px;
}

.contact-page-sec .contact-info-text span {
     color: #fff;
     font-size: 16px;
     display: inline-block;
     width: 100%;
}

.contact-page-sec .contact-page-form input {
     background: #f9f9f9 none repeat scroll 0 0;
     border: none;
     margin-bottom: 20px;
     padding: 12px 16px;
     width: 100%;
     box-shadow: rgb(9 30 62 / 26%) 0px 10px 30px, rgba(4, 15, 31, 0.3) 0px 5px 15px, rgba(15, 40, 80, 0.35) 0px -2px 6px inset !important;
     border-radius: 4px;
}

.single-input-field {
     margin-bottom: 10px;
}

.contact-page-sec .contact-page-form .message-input {
     display: inline-block;
     width: 100%;
     padding-left: 0;
}

.contact-page-sec .single-input-field textarea {
     background: #f9f9f9 none repeat scroll 0 0;
     border: none;
     width: 100%;
     height: 120px;
     padding: 12px 16px;
     border-radius: 4px;
     box-shadow: rgb(9 30 62 / 26%) 0px 10px 30px, rgba(4, 15, 31, 0.3) 0px 5px 15px, rgba(15, 40, 80, 0.35) 0px -2px 6px inset !important;
}

.contact-page-sec .single-input-fieldsbtn input[type="submit"] {
     /* padding: 10px 0; */
     text-transform: capitalize;
     /* width: 150px; */
     margin-top: 20px;
     border: none;
     font-size: 16px;
     font-size: 17px;
     background-color: #ffa30f;
     color: #fff !important;
     padding: 10px 52px;
     width: 100%;
     max-width: 190px;
     box-shadow: rgb(9 30 62 / 26%) 0px 10px 30px, rgba(4, 15, 31, 0.3) 0px 5px 15px, rgba(15, 40, 80, 0.35) 0px -2px 6px inset !important;
     border-radius: 12px;
     text-align: center;
     display: inline-block;
     transition: ease-in all 0.5s;
     z-index: 9;
     position: relative;
     font-weight: 300;
}

.contact-page-sec .single-input-fieldsbtn input[type="submit"]:hover {
     background: #257500;
     transition: all 0.4s ease-in-out 0s;
     border-color: #257500
}

.contact-page-sec .single-input-field h4 {
     color: #464646;
     text-transform: capitalize;
     font-size: 14px;
}

.contact-page-sec .contact-page-form {
     display: inline-block;
     width: 100%;
     margin-top: 30px;
}

.contact-page-sec .contact-page-map {
     margin-top: 36px;
     border-radius: 17px;
     margin-bottom: 0;
     overflow: hidden;
     box-shadow: rgb(9 30 62 / 26%) 0px 10px 30px, rgba(4, 15, 31, 0.3) 0px 5px 15px, rgba(15, 40, 80, 0.35) 0px -2px 6px inset !important;
}

.contact-page-sec .contact-page-form form {
     padding: 20px 15px 0;
}



/* === BASE HEADING === */

.page-heading h1 {
     position: relative;
     padding: 0;
     margin: 0;
     font-family: "Raleway", sans-serif;
     font-weight: 300;
     font-size: 40px;
     color: #080808;
     -webkit-transition: all 0.4s ease 0s;
     -o-transition: all 0.4s ease 0s;
     transition: all 0.4s ease 0s;
}

.titlepage h1 {
     font-size: 30px;
     font-weight: 700;
}

.page-heading h1 span {
     display: block;
     font-size: 0.5em;
     line-height: 1.3;
}

.page-heading h1 em {
     font-style: normal;
     font-weight: 800;
}

/* Style 9
   ----------------------------- */
.page-heading .nine h1 {
     text-align: center;
     font-size: 50px;
     text-transform: uppercase;
     color: #222;
     letter-spacing: 1px;

     font-weight: 600;
}

.page-heading .nine h1 span {
     margin-top: 5px;
     font-size: 15px;
     color: #444;
     word-spacing: 1px;
     font-weight: normal;
     letter-spacing: 2px;
     text-transform: uppercase;
     font-family: "Raleway", sans-serif;
     font-weight: 500;
     display: flex;
     white-space: break-spaces;
     grid-template-columns: 1fr max-content 1fr;
     grid-template-rows: 27px 0;
     grid-gap: 20px;
     justify-content: center;
     align-items: center;
}

.page-heading .nine h1 span:after,
.nine h1 span:before {
     content: " ";
     display: block;
     border-bottom: 1px solid #ccc;
     border-top: 1px solid #ccc;
     height: 5px;
     background-color: #f8f8f8;
}


/* ================ Product Details ==================== */
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap");

.modal .noScroll {
     overflow: hidden !important;
}

.productCard {
     display: flex;
     flex-direction: column;
     flex-wrap: nowrap;
     align-items: center;
     justify-content: center;
     align-content: center;
     width: 100%;
     min-height: 70vh;
     position: relative;
     perspective: 100px;
}

.productCard.morph .container-fluid .colorLayer {
     width: 70%;
     transform: none;
     transition-delay: 0s;
}

.productCard.morph .container-fluid .colorLayer:after {
     opacity: 1;
     transition-delay: 0.2s;
}

.productCard.morph .container-fluid .preview {
     width: 70%;
}

.productCard.morph .container-fluid .preview .brand {
     top: 50px;
}

.productCard.morph .container-fluid .preview .zoomControl {
     opacity: 0;
     pointer-events: none;
     transition-delay: 0s;
}

.productCard.morph .container-fluid .preview .closePreview {
     opacity: 1;
     pointer-events: all;
     transition-delay: 0.3s;
}

.our_img img:hover {
     transform: skewY(4deg);
     transition: 1s;
}

.productCard .container-fluid {
     width: 100%;
     margin: 0 auto;
     padding: 50px;
     background-color: #fff;
     box-sizing: border-box;
}

.productCard .container-fluid .info {
     width: calc(50% - 50px);
}

.productCard .container-fluid .info .name {
     color: darkgray;
     font-size: 16px;
     text-transform: uppercase;
}

.productCard .container-fluid .info .slogan {
     margin: 10px 0;
     font-size: 30px;
}

.productCard .container-fluid .info .price {
     font-size: 25px;
     font-weight: 900;
}

.productCard .container-fluid .info .attribs .attrib {
     margin-top: 40px;
}

.productCard .container-fluid .info .attribs .attrib.size .options .option.activ {
     color: #fff;
     border-color: #f7c531;
     background-color: #f7c531;
}

.productCard .container-fluid .info .attribs .attrib.color .options .option {
     width: 25px;
     height: 25px;
     position: relative;
     border: 3px solid currentColor;
}

.productCard .container-fluid .info .attribs .attrib.color .options .option:before {
     content: "";
     position: absolute;
     width: 60%;
     height: 60%;
     border-radius: 2px;
     background-color: currentColor;
     transform: scale(0);
     transition: cubic-bezier(0.68, -0.55, 0.27, 1.55) all 0.3s;
}

.productCard .container-fluid .info .attribs .attrib.color .options .option.activ:before {
     transform: scale(1);
}

.productCard .container-fluid .info .attribs .attrib .header {
     margin-bottom: 10px;
     color: darkgray;
     font-weight: 600;
}

.productCard .container-fluid .info .attribs .attrib .options {
     display: flex;
     flex-direction: row;
     flex-wrap: wrap;
     align-items: center;
     justify-content: flex-start;
     align-content: center;
}

.productCard .container-fluid .info .attribs .attrib .options .option {
     display: flex;
     flex-direction: row;
     flex-wrap: nowrap;
     align-items: center;
     justify-content: center;
     align-content: center;
     width: 35px;
     height: 35px;
     margin: 10px 10px 0 0;
     font-size: 14px;
     font-weight: 600;
     color: darkgray;
     border-radius: 5px;
     border: 1px solid darkgray;
     cursor: pointer;
     user-select: none;
     transition: ease all 0.3s;
}

.productCard .container-fluid .info .attribs .attrib .options .option:hover {
     box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
}

.productCard .container-fluid .info .buttons {
     display: flex;
     flex-direction: row;
     flex-wrap: wrap;
     align-items: center;
     justify-content: flex-start;
     align-content: center;
     margin-top: 50px;
}

.productCard .container-fluid .info .buttons .button {
     margin: 20px 20px 0 0;
     min-width: 120px;
     padding: 15px;
     border-radius: 5px;
     color: #fff;
     font-weight: 600;
     text-align: center;
     letter-spacing: 1px;
     text-transform: uppercase;
     background-color: #3a3a31;
     user-select: none;
     cursor: pointer;
     transition: ease all 0.3s;
}

.productCard .container-fluid .info .buttons .button:hover {
     transform: translateY(-5px);
     box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
}

.productCard .container-fluid .info .buttons .button.colored {
     background-color: #ff5263;
}

.productCard .container-fluid .colorLayer {
     position: absolute;
     top: 0;
     right: 0;
     width: 50%;
     height: 100%;
     background-color: #f7c531;
     transform: rotateY(-8deg);
     transform-origin: right;
     perspective: 100px;
     transition: ease all 0.3s 0.2s;
}

.productCard .container-fluid .colorLayer:after {
     content: "";
     position: absolute;
     top: 0;
     right: 100%;
     width: 43%;
     height: 100%;
     opacity: 0;
     background-color: rgba(0, 0, 0, 0.7);
     transition: ease all 0.3s;
}

.productCard .container-fluid .preview {
     display: flex;
     flex-direction: row;
     flex-wrap: nowrap;
     align-items: center;
     justify-content: center;
     align-content: center;
     position: absolute;
     top: 0;
     right: 0;
     width: 50%;
     height: 100%;
     user-select: none;
     overflow: hidden;
     transition: ease all 0.3s;
}

.productCard .container-fluid .preview .brand {
     position: absolute;
     top: 150px;
     width: 90%;
     height: 200px;
     font-size: 88px;
     text-align: center;
     color: rgba(255, 255, 255, 0.2);
     text-transform: uppercase;
     overflow: hidden;
     transform: skewX(10deg);
     transition: ease all 0.3s;
}

.productCard .container-fluid .preview .imgs {
     display: flex;
     flex-direction: row;
     flex-wrap: nowrap;
     align-items: center;
     justify-content: center;
     align-content: center;
     width: 100%;
     height: 100%;
}

.productCard .container-fluid .preview .imgs img {
     position: absolute;
     top: 0;
     width: 70%;
     height: 100%;
     object-fit: contain;
     transform: translate(50%, -10%) rotate(-20deg);
     opacity: 0;
     pointer-events: none;
     transition: ease all 0.3s;
}

.productCard .container-fluid .preview .imgs img.activ {
     opacity: 1;
     transform: none;
}

.productCard .container-fluid .preview .zoomControl {
     display: flex;
     flex-direction: row;
     flex-wrap: nowrap;
     align-items: center;
     justify-content: center;
     align-content: center;
     position: absolute;
     width: 60px;
     height: 60px;
     border-radius: 50%;
     border: 3px solid #fff;
     background-color: rgba(0, 0, 0, 0.3);
     cursor: pointer;
     transition: ease all 0.3s 0.5s;
}

.productCard .container-fluid .preview .zoomControl:before,
.productCard .container-fluid .preview .zoomControl:after {
     content: "";
     position: absolute;
}

.productCard .container-fluid .preview .zoomControl:before {
     top: 20%;
     left: 20%;
     width: 40%;
     height: 40%;
     border-radius: 50%;
     border: 2px solid #fff;
}

.productCard .container-fluid .preview .zoomControl:after {
     bottom: 20%;
     right: 20%;
     width: 2px;
     height: 30%;
     background-color: #fff;
     transform: rotate(-45deg);
     transform-origin: bottom left;
}

.productCard .container-fluid .preview .closePreview {
     display: flex;
     flex-direction: row;
     flex-wrap: nowrap;
     align-items: center;
     justify-content: center;
     align-content: center;
     position: absolute;
     top: 20px;
     right: 20px;
     width: 40px;
     height: 40px;
     opacity: 0;
     cursor: pointer;
     pointer-events: none;
     transition: ease all 0.3s;
}

.productCard .container-fluid .preview .closePreview:before,
.productCard .container-fluid .preview .closePreview:after {
     content: "";
     position: absolute;
     width: 1px;
     height: 100%;
     background-color: #fff;
     transform: rotate(45deg);
}

.productCard .container-fluid .preview .closePreview:after {
     transform: rotate(-45deg);
}

.productCard .container-fluid .preview .movControls {
     display: flex;
     flex-direction: row;
     flex-wrap: nowrap;
     align-items: center;
     justify-content: center;
     align-content: center;
     position: absolute;
     bottom: 150px;
}

.productCard .container-fluid .preview .movControls .movControl {
     display: flex;
     flex-direction: row;
     flex-wrap: nowrap;
     align-items: center;
     justify-content: flex-end;
     align-content: center;
     width: 40px;
     height: 30px;
     margin: 0 15px;
     position: relative;
     cursor: pointer;
}

.productCard .container-fluid .preview .movControls .movControl.left {
     transform: rotateY(180deg);
}

.productCard .container-fluid .preview .movControls .movControl:before {
     content: "";
     position: absolute;
     left: 0;
     width: 100%;
     height: 2px;
     background-color: #fff;
}

.productCard .container-fluid .preview .movControls .movControl:after {
     content: "";
     width: 10px;
     height: 10px;
     border: 2px solid #fff;
     border-left: 0;
     border-bottom: 0;
     transform: rotate(45deg);
}

.contact-page-sec.index-contact .contact-info-item {
     background: #fff;
}


.contact-page-sec.index-contact .contact-info-text h2 {
     color: #257500;
}
.contact-page-sec.index-contact .contact-page-form h2{
     color: #fff;
}


.contact-page-sec.index-contact .contact-info-text span {
     color: #000;
}




/* ================================ */

.page-header {
     position: absolute;
     top: 0;
     right: 0;
     left: 0;
     padding: 20px 0;
     z-index: 1;

}

.page-header nav {
     display: flex;
     align-items: center;
     justify-content: space-between;
}


/* STICKY STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.page-header.is-sticky {
     position: fixed;
     box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
     padding: 8px 0;
     z-index: 999;
     backdrop-filter: blur(10px);
     animation: slideDown 0.35s ease-out;
     background-color: rgb(231 166 1 / 50%);
}

.page-header.is-sticky .navbar-nav .active>.nav-link,
.page-header.is-sticky .navbar-nav .nav-link.active,
.page-header.is-sticky .navbar-nav .nav-link.show,
.page-header.is-sticky .navbar-nav .show>.nav-link {
     color: #187544;
     font-weight: 600;
}

.page-header.is-sticky img {
     max-width: 80%;
}

.page-header.is-sticky button {
     font-size: 14px;
     padding: 7px 10px;
}

@keyframes slideDown {
     from {
          transform: translateY(-100%);
     }

     to {
          transform: translateY(0);
     }
}





