@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Source+Serif+4:ital,opsz,wght@0,8..60,200..900;1,8..60,200..900&display=swap');
:root {
  --body-color: #424B5C;
  --primary-color: #6E9EFA;
  --headding-color: #222222;
  --section-bg: #F8F8F8;
}

body{
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: #000000;
   font-family: "Source Serif 4", serif;
    font-weight: 400;
    font-style: normal;
    
}
a,
button {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
*::-moz-selection {
    background: #FDB7;
    color: #000000;
    text-shadow: none;
}
::-moz-selection {
    background: #FDB7;
    color: #000000;
    text-shadow: none;
}
::selection {
    background: #FDB7;
    color: #000000;
    text-shadow: none;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #007630!important;
  font-size: 14px;
  font-weight: 300;
}
::-moz-placeholder { /* Firefox 19+ */
 color: #007630!important;
  font-size: 13px;
  font-weight: 300;
}
::-ms-input-placeholder { /* IE 10+ */
  color: #007630!important;
  font-size: 14px;
  font-weight: 300;
}
::-moz-placeholder { /* Firefox 18- */
  color: #a4a4a4!important;
  font-size: 14px;
  font-weight: 300;
}

h1,h2,h3,h4,h5,h6,p{
    margin:0;
    padding: 0;
}
h1,h2{
    color:#007630;
    
}
.text-w{ color: #ffffff; }
.tittle-h2 h2{ /* text-transform: uppercase; */ font-size:30px; font-weight: 500; }

.s-red{ color: #eb4c45; }
a{
    text-decoration: none;
    transition: .4s;
    -webkit-transition: all .4s ease-in-out;
    color: #015b26!important;
}
a:hover{
    text-decoration: none;
    color:#013918 !important;
}
button:focus{
    outline: none;
}
input:focus{
    outline: none;
}
textarea:focus{
    outline: none;
}
p{
    color: rgb(119, 119, 119);
    line-height:18px;
    font-size:16px;
    font-weight: 400;
    padding-bottom: 10px;
}
ul li{
    color:#282828;
    font-size: 13px;
    font-weight: 300;
    list-style: none;
    line-height: 18px;
}
.fadein {
  opacity: 0;
  transition: all 0.5s;
  transform: translate(0, 100px);
}

.fadein.visible {
  opacity: 1;
  transform: translate(0, 0);
}


.form-control {
    border-radius: 10px;
}

.text-right{
    text-align: right;
}
.tab-pane.fade {
    transition: all 0.6s ease-out;
    transform: translateY(1rem);
}
.tab-pane.fade.show {
    transform: translateY(0rem);
}
/*Scroll Area*/
.scroll-area {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1;
    display: none;
    z-index: 99;
}
.scroll-area i {
    width: 45px;
    height: 45px;
    background-color:#007630;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: #fff;
    font-size: 20px;
    border-radius:15%;
    font-size: 14px;
    border: #ffffff solid 1px;
}
.zoom-img {
  height:auto;
  overflow: hidden;
  /* border-radius: 15px; */
}

.zoom-img  img {
  width: 100%;
  transition: all .3s ease-in-out;
}

.zoom-img img:hover   {
  transform: scale(1.2);
}

/*
 * Header Bottom
*/
.header-bottom {
    border-bottom: 1px solid rgba(34, 34, 34, 0.1);
}
.header {
    position: relative;
    z-index: 1;
}

.header:before {
    content: '';
    position: absolute;
    background: url('../../assets/images/white-down-vectore.png');
    background-position: top center;
    background-size: cover;
    width: 100%;
    height: 21px;
    bottom: -15px;
    z-index:22;
}
.menu{
    float: right;
}
.menu ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.menu ul li {
    display: inline-block;
    position: relative;
}
.menu ul li a {
    display: inline-block;
    color: #007630!important;
    /* text-transform: capitalize; */
    font-weight: 400;
    padding:30px 30px;
    -webkit-transition: all .4s ease-in-out;
    transition: all 0.5s ease-in-out;
    font-size: 18px;
    line-height: 24px;
    position: relative;
}
.menu ul li a.active {
    position: relative;
    border-bottom: #007630 solid 2px;
}

.menu ul li:hover > a {
   color: #000000;
}


.transparent-header-2 .menu ul li a {
    padding: 30px 20px;
}
.header-bottom.transparent-header.sticky .menu ul li a {
    color: var(--body-color);
}
.header-bottom.transparent-header.sticky .menu ul li.menu-item-has-children::after {
    color: var(--body-color);;
}
.header-bottom.transparent-header.sticky .menu ul li:hover > a {
    color: var(--primary-color);
}
.transparent-header-2 .menu nav ul li > ul > li:hover > ul {
    top: -3px;
}
.transparent-header-2 .menu nav ul li > ul > li a {
    padding: 15px 14px;
}
.menu nav ul li > ul {
    position: absolute;
    display: block;
    max-width: 200px;
    border-radius: 0px;
    border: none;
    box-shadow: 0 18px 43px rgb(90 90 90 / 14%);
    width: 200px;
    left: 0;
    right: 0px;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
    z-index: 999;
    text-align: left;
    transform: scaleY(0);
    transform-origin: top center;
}
.menu nav ul li:hover > ul {
    opacity: 1;
    visibility: visible;
    right: 0px;
    transform: scaleY(1);
}
.menu nav ul li > ul > li {
    display: block;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    margin: 0px;
    padding: 0px;
}
.menu nav ul li > ul > li a::after {
    content: "+";
    clear: both;
    display: block;
    position: absolute;
    top: 49%;
    left: 14px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4 ease-in-out;
    transition: all .4s ease-in-out;
}
.menu nav ul li > ul > li:hover > a {
    color: var(--primary-color);
}
.menu nav ul li > ul > li:hover > a::after{
    opacity: 1;
    visibility: visible;
}
.menu nav ul li > ul > li:hover > a {
    color: var(--primary-color) !important;
}
.menu nav ul li > ul > li li > a:hover{
    color: #fff;
}
.menu nav ul li > ul > li a {
    display: inline-block;
    width: 100%;
    padding: 12px 20px;
    border-bottom: 1px solid #efefef;
    font-size: 15px;
    color: var(--body-color);
    margin: 0px;
    font-weight: 500;
    text-transform: capitalize;
}
.menu nav ul li > ul > li:last-child a{
    border-bottom: none;
}
.menu nav ul > li > ul > li > ul {
    left: 200px;
    top: 0px;
}
.menu nav ul li > ul > li:hover > ul {
    left: 100%;
}
.menu ul li.menu-item-has-children {
    position: relative;
}
.menu nav ul li > ul > li a::after {
    content: " ";
    clear: both;
    display: block;
    position: absolute;
    top: 29%;
    left: 13px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4 ease-in-out;
    transition: all .4s ease-in-out;
    color: var(--primary-color);
}
.menu ul li.menu-item-has-children:hover::after{
    color: var(--primary-color);
}
.header-bottom.transparent-header.sticky .menu ul li.menu-item-has-children:hover::after{
    color: var(--primary-color);
}
.menu ul li ul li.menu-item-has-children::after {
    transform: rotate(-90deg);
    top: 30%;
}
.header-bottom-right {
    position: relative;
    float: right;
    height: 100%;
    display: flex;
    align-items: center;
    margin-top: 25px;
}
.header-bottom.transparent-header {
    background: rgba(255, 255, 255);
    z-index: 999;
    position: relative;
}
.transparent-header .menu ul li a {
    color: #007630;
}
.transparent-header .menu ul li:hover > a {
    color:#a72922;
}
.transparent-header .menu ul li.menu-item-has-children::after {
    color: #fff;
}
.transparent-header .menu ul li.menu-item-has-children:hover::after {
    color: var(--primary-color);
}
.transparent-header .menu nav ul li > ul > li a {
    color: var(--body-color);
}
.transparent-header .menu nav ul li > ul > li a {
    color: var(--body-color);
}
.transparent-header .menu nav ul li > ul li.menu-item-has-children::after {
    color: var(--body-color);;
}
.header-bottom.transparent-header {
    border-bottom-color: rgba(255, 255, 255, 0.1);
}
.transparent-header .canvas_open_full a {
    color: #000000;
}
.transparent-header.sticky .canvas_open_full a {
    color: var(--body-color);
}
.contant-button {
    background: #007630;
    padding: 3px 10px !important;
    color: #ffffff !important;
    font-weight: 500!important;
    margin-left: 25px;
}



/*
 * #-Info Area
*/
.logo a img{ max-width:100%; }
/*
 * #-Button
*/
.readmore a {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.readmore a, .active .hero-slider-item p, .active .hero-slider-item h5, .our-brand-text p {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    animation-duration: 1.3s;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-delay: 1.7s;
    animation-delay: 1.6s;
}
.button-1 {
    height:50px;
    display: inline-flex;
    align-items: center;
    background: #fdb707;
    justify-content: center;
    border-radius:45px;
    position: relative;
    padding: 0px 32px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    color: #ffffff;
    z-index: 1;
    padding-right: 2px;
    -webkit-transition:all .3s ease;
    transition: all .3s ease;
    overflow: hidden;
    position: relative;
}
.button-1 i {
   /*  margin-left: 23px; */
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background:#2b5585; */
    border-radius: 50%;
    color: #00000;
    font-size: 20px;
    -webkit-transition:all .3s ease;
    transition: all .3s ease;
}
.button-1:after {
    content: "";
    clear: both;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: -100%;
    background:#2b5585;
    z-index: -1;
    border-radius: 45px;
    -webkit-transition:all .3s ease;
    transition: all .3s ease;
}
.button-1:hover:after {
    left: 0px;
}
.button-1:hover{
    color: #fff;
}
/* .button-1:hover i{
    color: #000000;
    background: #fff;
} */
.button-2 {
    padding: 12px 22px;
    font-weight: 500;
    font-size: 14px;
    text-transform: capitalize;
    color: #fff;
    background: #fdb707;
    border-radius: 50px;
    transition: all .3s ease;
    display: inline-flex;
    align-items: center;
    border: 1px solid var(--primary-color);
}
.button-2 i{
    font-size: 16px;
    margin-left: 8px;
}
.button-2:hover{
    color: var(--primary-color);
    background: #fff;
}

@-webkit-keyframes ripple-red {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3)
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(2241, 42, 2, 0)
    }
}
.video-btn span {
    display: none;
}

.menu-pt .tittle-heading h2, .chef-part .tittle-heading h2{
    font-size: 100px;
    color: #FDB707;
}
  .zoom-ef{
    -webkit-transition: transform 0.3s ease-in-out;
    -ms-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
}
 
.zoom-ef:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);

}

/*
 *================= #-Mobile Menu=============*/

.off_canvars_overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  cursor: crosshair;
  background: #232323;
  top: 0;
}
.off_canvars_overlay.active {
  opacity: 0.5;
  visibility: visible;
}
.offcanvas_menu_wrapper {
    width: 290px;
    position: fixed;
    background: #fff;
    z-index: 2222222;
    top: 0;
    height: 100vh;
    transition: .5s;
    left: 0;
    margin-left: -300px;
    padding: 20px 0px 30px;
    overflow-y: auto;
}
.offcanvas_menu_wrapper.active {
  margin-left: 0;
}
.offcanvas_menu_wrapper .slinky-theme-default {
  background: inherit;
  min-height: 300px;
  overflow-y: auto;
}
.offcanvas_menu_wrapper .header_search_box {
  display: block;
}
.offcanvas_main_menu > li.menu-item-has-children.menu-open > span.menu-expand {
  transform: rotate(180deg);
}
.offcanvas_main_menu > li ul li.menu-item-has-children.menu-open span.menu-expand {
  transform: rotate(180deg);
}

.offcanvas_main_menu li {
  position: relative;
}
.offcanvas_main_menu li:last-child {
  margin: 0;
}
.offcanvas_main_menu li span.menu-expand {
  position: absolute;
  right: 10px;
}
.offcanvas_main_menu li a {
    display: block;
    padding: 15px 15px;
    margin-bottom: 0px;
    border-bottom: 1px solid #ededed82;
    padding-left: 25px;
    color: var(--body-color);
    text-transform: capitalize;
    font-weight: 500;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    font-size: 16px;
    line-height: 24px;
}
.offcanvas_main_menu li a:hover {
  color: var(--primary-color);
}
.offcanvas_main_menu li ul.sub-menu {
    padding-left: 0px;
    background: #fff;
}
.offcanvas_footer {
  margin-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}
.offcanvas_footer span a {
  font-size: 14px;
}
.offcanvas_footer span a:hover {
  color: var(--primary-color);
}
.slinky-theme-default a:not(.back) {
  padding: 10px 0;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 400;
}
.slinky-theme-default a:not(.back):hover {
  background: inherit;
  color: var(--primary-color);
}
.canvas_close {
  position: absolute;
  top: 10px;
  right: 13px;
}
.canvas_close a {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  color: #333;
}
.mobile-logo {
    padding-left: 20px;
    margin-bottom: 30px;
    padding-top: 10px;
}
.mobile-logo img{ width:92%; }
.canvas_open {
    cursor: pointer;
    z-index: 999;
    position: relative;
    display: block;
}
.canvas_open span {
    width: 100%;
    height: 2px;
    background: #1e1b39;
    display: block;
    margin: 8px 0px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
.canvas_open.white span {
    background: #fff;
}
.canvas_open span:nth-child(2){
    transition: all 0.4s ease-in-out;
    position: relative;
}
.canvas_open span:nth-child(2)::before {
    content: "";
    width: 30px;
    height: 2px;
    background: #000;
    position: absolute;
    left: 0;
    transform: rotate(0deg);
    transition: all 0.4s ease-in-out;
}
.canvas_open.white span:nth-child(2)::before {
    background: #fff;
}
.canvas_open span:nth-child(2)::after {
    content: "";
    width: 30px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    transform: rotate(0deg);
    transition: all 0.4s ease-in-out;
}
.canvas_open.white span:nth-child(2)::after {
    background: #fff;
}
.canvas_open.active span:nth-child(2)::before {
    content: "";
    width: 30px;
    height: 2px;
    background: #1e1b39;
    position: absolute;
    left: 0;
    transform: rotate(-45deg);
    transition: all 0.4s ease-in-out;
}
.canvas_open.active.white span:nth-child(2)::before {
    background: #fff;
}
.canvas_open.active span:nth-child(2)::before {
    content: "";
    width: 30px;
    height: 2px;
    background: #1e1b39;
    position: absolute;
    left: 0;
    transform: rotate(-45deg);
    transition: all 0.4s ease-in-out;
}
.canvas_open.active.white span:nth-child(2)::before {
    background: #fff;
}
.canvas_open.active span:nth-child(2)::after {
    content: "";
    width: 30px;
    height: 2px;
    background: #1e1b39;
    position: absolute;
    left: 0;
    transform: rotate(45deg);
    transition: all 0.4s ease-in-out;
}
.canvas_open.active.white span:nth-child(2)::after {
    background: #fff;
}
.canvas_open.active span:nth-child(1){
    opacity: 0;
    visibility: hidden;
}
.canvas_open.active span:nth-child(3){
    opacity: 0;
    visibility: hidden;
}
.canvas_open span:nth-child(2) {
    width: 100%;
    height: 2px;
    background: #1e1b39;
    display: block;
    margin: 5px 0px;
    transition: all 0.4s ease-in-out;
    position: relative;
}
.canvas_open.active span:nth-child(2) {
    position: relative;
    width: 0;
}
.offcanvas_main_menu li span.menu-expand {
    position: absolute;
    right: 0px;
    cursor: pointer;
    width: 48px;
    height: 51px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    top: 0px;
    color: #000;
    border-left: 1px solid #ededed82;
}
.offcanvas_main_menu > li.menu-item-has-children.menu-open > span.menu-expand {
    transform: rotate(180deg);
    border-right: 1px solid #cfcdd5;
    border-left: none;
}
.offcanvas_main_menu > li ul li.menu-item-has-children.menu-open span.menu-expand {
    transform: rotate(180deg);
    border-right: 1px solid #cfcdd5;
    border-left: none;
}
.offcanvas_main_menu li span.menu-expand i {
    line-height: 1;
    padding-top: 5px;
}
.offcanvas_menu_wrapper::after {
    content: "";
    clear: both;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    top: 0;
    left: 0;
    z-index: -1;
}
.offcanvas_menu_wrapper ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.offcanvas_main_menu li .sub-menu li a {
    padding: 12px 15px;
    padding-left: 38px;
    font-size: 15px;
}
.offcanvas_main_menu li .sub-menu span.menu-expand {
    position: absolute;
    right: 0px;
    cursor: pointer;
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    top: 0px;
    color: #000;
    border-left: 1px solid #cfcdd5;
}
.canvas_open_full {
    display: none;
}
/*
 * Sticky
*/
.sticky-header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    -webkit-animation: sticky 1s;
    -moz-animation: sticky 1s;
    -o-animation: sticky 1s;
    animation: sticky 1s;
    -webkit-box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.05);
    background: rgba(255, 255, 255, 1);
}
@-webkit-keyframes sticky {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%); 
    }
    100% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%); 
    } 
}
@keyframes sticky {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%); 
    }
    100% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%); 
    } 
}
.mt--2 .hero-slider-item {
    margin-top: -2px;
}
.header-bottom.transparent-header .logo img.bg-transparent-logo {
    display: none;
}
.header-bottom.transparent-header.sticky .logo img{
    display: none;
}
.header-bottom.transparent-header.sticky .logo img.bg-transparent-logo {
    display: block;
}
.button-area-about-footer span {
    display: none;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

#hero {
    width: 100%;
    height: calc(100vh - 100px);
    background-color: #000;
    /* background: url("../img/1.png") center center; */
    background-size: cover;
    position: relative;
    margin-top: 0px;
    z-index: 9;
    overflow: hidden;
}
#hero2 {
    width: 100%;
    height: calc(85vh - 100px);
    background-color: #000;
    /* background: url("../img/1.png") center center; */
    background-size: cover;
    position: relative;
    margin-top: 0px;
    z-index: 9;
    overflow: hidden;
}

@media (min-width: 1600px) {
  #hero {
    width: 100%;
    height: calc(100vh - 100px);
    background: url("../../assets/images/hero-banner.jpg") center center;
    background-size: cover;
    position: relative;
    margin-top: 0px;
    z-index: 9;
  }
   #hero2 {
    width: 100%;
    height: calc(100vh - 100px);
    background: url("../../assets/images/hero-banner.jpg") center center;
    background-size: cover;
    position: relative;
    margin-top: 0px;
    z-index: 9;
  }
}

#hero .hero-container {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding: 0 0px;

}
#hero2 .hero-container {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding: 0 0px;

}
.back-video {
    object-fit: cover; 
    width: 100vw;
    height: 100vh;
    z-index: 0;
   
}
.hero-banner{ overflow: hidden; }
.frame{
  height:100%;
  width:100%;  
}
.frame{
   -webkit-animation: zoomeffect 80s infinite;
   -moz-animation: zoomeffect 80s infinite;
   animation: zoomeffect 80s infinite;
}
@-webkit-keyframes zoomeffect{
    0%{
        background-position:center;
      transform:scale(1,1);
    }
    50%{
        background-position:center;
      transform:scale(1.5,1.5);
    }
    100%{
        background-position:center;
      transform:scale(1,1);
    }
}
@keyframes zoomeffect{
    0%{
        background-position:center;
      transform:scale(1,1);
    }
    50%{
        background-position:center;
      transform:scale(1.5,1.5);
    }
    100%{
        background-position:center;
      transform:scale(1,1);
    }
}
.pt-100{ padding-top:100px; }
.pt-80{ padding-top:80px; }
.mt-100{ margin-top: 80px; }
.py-100{ padding-top:90px; padding-bottom: 90px; }
.my-100{ margin-top: 80px; margin-bottom: 80px; }

.slick-dots, .slick-next, .slick-prev {
    position: absolute;
    display: block;
    padding: 0;
    z-index: 1;
}
.slick-next {
    right: 0%;
}
.slick-next, .slick-prev {
    font-size: 0;
    line-height: 0;
    top: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px \9;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    border-radius: 2px;
    color: #dc966e;
}
.brand-slider .slick-next {
    right: 0%;
    background: transparent;
    border-top: 3px solid #d8baa9;
    border-left: 3px solid #d8baa9;
    width:15px;
    height: 15px;
    transform: rotate(135deg);
}
.brand-slider .slick-prev {
    left: 0%;
    background: transparent;
    background: transparent;
    border-top: 3px solid #d8baa9;
    border-left: 3px solid #d8baa9;
    width:15px;
    height:15px;
    transform: rotate(-45deg) translate(5px, 5px);
}

.sliderachievement .slick-next {
    right: 47%;
    background: transparent;
    top: 100%;
}
.sliderachievement .slick-prev {
    left: 45%;
    background: transparent;
    top: 100%;
}

.brand-slider .slick-next:before, .products-slider .slick-next:before, .sliderachievement .slick-next:before{
    content: '';

}
.brand-slider .slick-prev:before, .products-slider .slick-prev:before, .sliderachievement .slick-prev:before {
    content: '';
}

.brand-slider .slick-next:hover, .brand-slider .slick-prev:hover {
    color: #745647;
}
.brand-slider .slick-next:hover:before, .brand-slider .slick-prev:hover:before {
    font-size: 30px;
    line-height: 1;
    opacity: 1;
    color: #745647;
}
.slick-next:before, .slick-prev:before {
    font-size: 30px;
    line-height: 1;
    opacity: 1;
    color: #d39d7e;
}
.products-slider .slick-next:hover:before, .slick-prev:hover:before {
    font-size: 30px;
    line-height: 1;
    opacity: 1;
    color: #745647;
}
.brand-slider .slick-slide {
    margin-right: 30px;
    margin-left: 30px;
    }

/*--------------------------------------------------------------
# about Us
--------------------------------------------------------------*/
.about-home{ position: relative; }
.about-home:before {
    content: '';
    background: url('../../assets/images/green-upper-vectore.png');
    position: absolute;
    top: -29px;
    width: 100%;
    height: 33px;
    z-index: 22;
    background-position: top center;
    background-size: cover;
}
.about-home:after {
    content: '';
    background: url('../../assets/images/white-upper-vectore.png');
    position: absolute;
    bottom:-29px;
    width: 100%;
    height:83px;
    z-index: 22;
    background-position: top center;
    background-size: cover;
}
.green-bg{
    background: #007630;

}
.about-p{ padding-bottom: 70px; }
.about-p p{
    color: #ffffff;
}




/*--------------------------------------------------------------
# our-service
--------------------------------------------------------------*/
.our-servive-left{ padding-right:15px; padding-left: 50px; }
.our-servive-left h2{
    font-size: 30px;
    font-weight: 500;
}
.our-servive-left p{
    font-size: 14px;
    line-height: 25px;
    color: #777777;
    padding-top: 15px;
}
.product-img{ position: relative; }
.products-name{ position: absolute; bottom: 2px; left: 40px; }
.products-name a{ color: #ffffff!important; text-transform: uppercase; font-size: 13px; padding: 2px 15px; background: #007630; }
.content-box{ 
    background: #ffffff;
    padding:25px;
    box-shadow: rgba(0, 0, 0, 0.1) -10px 2px 16px 0px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
.service-content{
    min-height:100px;
}
 
.service-content p{ font-size: 15px; line-height: 18px; color: #31512a; font-weight: 400; }
.know-button a {
    border: #007630 solid 1px;
    font-size: 12px;
    padding: 2px 9px;
    transition: all 0.5s ease-in-out;
}
.know-button a:hover{
    background: #007630;
    color: #ffffff!important;
}

.slider-arrow{ display: flex;}
.slider-arrow a{ 
    background: #ffffff; 
    border: #007630 solid 2px; 
    padding: 2px 10px; 
    font-size: 30px;
    transition: all 0.5s ease-in-out;
}
.slider-arrow a:hover{
    background: #007630;
    color: #ffffff!important;
 }
.products-slider .slick-list {
    padding-left: 0px!important; // half partial
}
.products-slider .slick-slide{
  margin:20px;
}
.products-slider .slick-slide img {
    display: block;
    width: 100%;
}
.wrapper-video-part img{
        width: 100%;
    }

.products-slider .slick-prev:hover,.products-slider .slick-next:hover ,.sliderachievement .slick-prev:hover,.sliderachievement .slick-next:hover
{ border-color:#7c6052 }
section {
  scroll-margin-top:100px;
}
.wraper-video-img{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50px -44px;
}
/* =================================================
ideal page
===================================================== */
.waraper-ideal {
    position: relative;
    overflow: hidden;
    z-index: -2;
}
.waraper-ideal:after{
    background: #036a2d;
    content:'';
    top: 0px;
    right: 0px;
    width:32%;
    height: 100%;
    position: absolute;
    z-index: -1;

}
.wraper-ideal-details-inner{
  padding: 20px 10px;
   margin-top: 20px;
   min-height: 140px;

}
.wraper-ideal-details-inner h3{
   font-size: 16px;
   color: #007630;
   margin-top: 12px;

}
.icon-pt img{
    width:50%;
}
.wrapper-video-part{
    padding-left: 60px;
}
.our-mission-box {
    background: #007630;
    padding: 50px 30px;
    text-align: center;
    min-height: 370px;
}
.our-mission-box h3{
    color: #ffffff;
    font-size: 30px;
}
.our-mission-box p{
    color: #ffffff;
    font-size:15px;
    font-weight: 300;
}

.our-mission-icon img{
    max-width: 30%;
    margin-top: 15px;
    margin-bottom: 20px;

}
.form-part{
    max-width: 80%;
}
.form-part h3{
    font-size: 30px;
    font-weight: 500;
    color: #007630;
}
.form-part p{color: #007630;}
.style-global{
    border-radius: 0px;
    border-color: #007630;
    margin-bottom: 35px;
}
.h-area{ height: 250px; }
.styled-button {
    background: #007630;
    color: #ffffff;
    font-size: 16px;
    border-radius: 0px;
    border: none;
    padding: 6px 20px;
}
/* ========================================
    Team-slider-paer
============================================ */

.team-slider-img{ 
    background:#036a2d;
}
.team-slider-contect{
    background: #ffffff;
    padding:10px 15px;
}
.team-slider-contect h3{
    font-size: 16px;
    font-weight: 600;
    color: #007630;
    text-transform: uppercase;
}
.team-slider-contect p{
    font-size: 14px;
    font-weight: 400;
    color: #007630;
    margin: 0px;
    padding: 0px;
    text-transform: uppercase;
}
.team-slider .slick-slide{
  margin:5px;
}
.team-slider .slick-slide img {
    display: block;
    width: 100%;
}
.team{ position: relative; }
.team:after {
    content: '';
    background: url('../../assets/images/white-upper-vectore.png');
    position: absolute;
    bottom: -29px;
    width: 100%;
    height: 83px;
    z-index: 22;
    background-position: top center;
    background-size: cover;
}
.footer-part{
    background:#ffffff url('../../assets/images/footer-bg.png');
    background-position: top center;
    background-size: cover;
    padding: 40px 0px 80px 0px;


}
.footer-logo p{
    color: #007630;
    font-size: 14px;
    font-weight: 400;
    padding-top: 75px;
}
.information h3{
    font-size: 18px;
    color: #007630;
    padding-bottom: 30px;
    font-weight: 600;
}
.information .info-details ul{
    margin: 0px;
    padding: 0px;
    list-style: none;

}
.information .info-details ul li{
    color: #007630;
    font-size: 14px;
    font-weight: 500;
    padding-bottom: 10px;
}
.information .info-details ul li span{ margin-right: 15px; }
.address-details p{
    font-size: 14px;
     color: #007630;
     display: flex;
     align-items: center;
}
.address-details p span{ font-size: 25px; margin-right: 15px; }
.copyright{
    background: #007630;
    padding: 10px 0px;
}
.copyright p{ margin: 0px; padding: 0px; color: #ffffff; font-size: 12px; text-align: center; }
.topheader{background: #007630;
    padding: 5px 0px;
}
.top-header-info-details a{
    font-size: 13px;
    color: #ffffff!important;
    margin-left: 20px;

}
.top-header-info-details a span{ margin-right: 10px; }
.top-header-info-details{ float: right;
}

.close-div {
    position: absolute;
    right: 20px;
    top: -11px;
    z-index: 2;
}
.close.close-button{
    width: 20px;
    height: 20px;
    background: none;
    font-size: 40px;
    border: none;
}
.tittle-row-model-form h4{
    font-size: 18px;
    padding-bottom:8px;
    color: #007630;
    text-transform: uppercase;
}
.tittle-row-model-form p{
    font-size: 13px;
    color: #000000;
}
.certificate-part ul {
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-wrap: wrap-reverse;
}

.certificate-part ul li{
    width: 48%;
    padding: 2px 2px;
    }

