/********* Fonts ***********/

@font-face {
    font-family: 'Gotham Book';
    src: url('../fonts/Gotham-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Belleza';
    src: url('../fonts/Belleza-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


/********* Common Css ***********/

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}



.container{
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
}

.container-fluid{
    width: 100%;
}

body::-webkit-scrollbar {
    width: 10px;
}
body::-webkit-scrollbar-thumb {
    background: #8BC441;
}
body::-webkit-scrollbar-track {
    background: #d1d2d4;
}

#back2Top {
    width: 50px;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    z-index: 99999;
    display: none;
    cursor: pointer;
    position: fixed;
    bottom: 10px;
    left: 30px;
    background-color: #8BC441;
    color: #fff;
    text-align: center;
    font-size: 20px;
    text-decoration: none;
    box-shadow: 1px 1px 27px 0 #d9d9ec;
    border-radius: 100%;
    outline: none;
}


/********* Header ***********/


#header .header__cover {
    padding: 15px 0;
    display: flex;
    align-items: center;
}

.logo {
    width: 35%;
    display: flex;
    align-items: center;
}

.search {
    width: 40%;
    position: relative;
}

.account {
    width: 25%;
    display: flex;
    align-items: center;
}

.account a {
    text-decoration: none;
}


.logo .right {
    padding: 15px 0 0 15px;
    display: flex;
    align-items: center;
}

.logo .right p {
    text-transform: uppercase;
}

.logo .right span.light {
    color: #000000;
    font-family: 'Gotham Book';
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    display: block;
    text-align: right;
}

.logo .right span.dark {
    color: #000000;
    font-family: 'Gotham';
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
}

.logo .right img {
    margin: 0 10px;
}

.search input {
    width: 100%;
    outline: none;
    border: 1px solid #9F9F9F;
    padding: 12px 20px;
    border-radius: 50px;
    overflow: hidden;
}

.search button {
    position: absolute;
    right: 15px;
    cursor: pointer;
    border: 0;
    background: transparent;
    height: 100%;
}

.search input::placeholder{
    color: #000000;
    font-family: 'Gotham Book';
    text-transform: capitalize;
    font-weight: normal;
    font-size: 14px;
}

.search .search-result {
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 999;
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 10px;
    display: none;
}

.search .search-result a {
    text-decoration: none;
    color: #8bc441;
    display: block;
    font-family: 'Gotham Book';
    font-weight: normal;
    font-size: 14px;
    padding: 8px 15px;
    border-bottom: 1px solid;
}

.search .search-result a:last-child {
    border: 0;
}


.search_cover .search_tooltip #results_mob {
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 999;
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 10px;
    display: none;
  }

.search_cover .search_tooltip #results_mob a {
    text-decoration: none;
    color: #8bc441;
    display: block;
    font-family: 'Gotham Book';
    font-weight: normal;
    font-size: 14px;
    padding: 8px 15px;
    border-bottom: 1px solid;
}

.search_cover .search_tooltip #results_mob a:last-child {
    border: 0;
}

.account .user {
    padding-left: 15px;
    display: flex;
    align-items: center;
}

.account .user span {
    color: #000000;
    text-transform: uppercase;
    font-family: 'Gotham Book';
    font-weight: normal;
    font-size: 14px;
    margin-right: 10px;
}

.account .user .user__img {
    width: 40px;
    height: 40px;
    border: 1px solid #9F9F9F;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

img {
    max-width: 100%;
}

.account .cart {
    padding-left: 15px;
}

.account .cart .cart__img {
    width: 40px;
    height: 40px;
    border: 1px solid #9F9F9F;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
}

.account .cart .cart__img span.count {
    position: absolute;
    top: 5px;
    text-transform: uppercase;
    color: #FFFFFF;
    font-family: 'Gotham Book';
    font-weight: 400;
    font-size: 12px;
    line-height: 5px;
    background: #37C6F4;
    width: 13px;
    height: 13px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.account .translate {
    padding-left: 15px;
    position: relative;
}

.account .translate img {
    margin-right: 10px;
}
.account .translate a{
    font-family: 'Gotham Book';
    font-weight: 400;
    font-size: 16px;
    line-height: 10px;
    text-transform: uppercase;
    color: #000000;
}

.account .translate ul.select_lang {
    position: absolute;
    width: 100%;
    z-index: 999;
    background: #fff;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    padding: 10px 15px;
    margin-top: 5px;
    display: none;
}

.account .translate ul.select_lang li {
    list-style: none;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.account .translate ul.select_lang li img {
    width: 20px;
    border-radius: 50px;
    height: 20px;
  }

.account .translate ul.select_lang li:last-child {
    margin: 0;
}

.account .translate ul.select_lang li a {
    margin: 0;
    font-size: 16px;
}

.account .translate i {
    color: #F15F22;
}

.menu {
    background: #8BC441;
}

.nav__cover {
    display: flex;
    align-items: center;
    position: relative;
}

.all__cagtegory {
    position: relative;
}
.all__cagtegory ul {
    position: absolute;
    top: 100%;
    z-index: 99999;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    width: 400px;
    display: none;
}
.all__cagtegory ul li {
    list-style: none;
}

.all__cagtegory a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    padding: 20px 10px;
    font-family: 'Gotham Book';
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    transition: 0.5s all;
    display: flex;
    align-items: center;
    background: #8BC441;
}
.all__cagtegory a:hover {
    transition: 0.5s all;
    background: #F15F22;
    color: #ffffff;
}

.all__cagtegory a i {
    margin-left: 10px;
    font-size: 14px;
}

nav {
    padding-left: 15px;
    display: block;
}

nav.active {
    height: auto;
    visibility: visible;
    opacity: 1;
}

nav ul {
    margin: 0;
    padding: 0;
    display: flex;
}

nav ul li {
    list-style: none;
    /*margin-right: 25px;*/
    position: relative;
}

nav ul li:last-child {
    margin-right: 0;
}

nav ul li a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    padding: 20px 25px;
    display: block;
    font-family: 'Gotham Book';
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    transition: 0.5s all;
    text-align: center;
}

nav ul li a::before {
    content: "";
    position: absolute;
    background-color: #F15F22;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.5s ease;
}

nav ul li a:hover {
    opacity: 1;
    background-color: #F15F22;
    color: white;
}

.toggle__menu{
    display: none;
}
.toggle__menu i {
    color: #fff;
    font-size: 23px;
}



.account .search_cover {
    position: relative;
    margin-left: 15px;
    display: none;
}

.account .search_cover .searching {
    background: transparent;
    width: 40px;
    height: 40px;
    border-radius: 50pc;
    display: flex;
    align-items: center;
    justify-content: center;
}

.account .search_cover .searching i {
    cursor: pointer;
    font-size: 25px;
    color: #ef5f25;
}

.account .search_cover .search_tooltip {
    position: absolute;
    right: 3%;
    width: 300px;
    top: 50px;
    z-index: 99;
    border-radius: 2px;
    box-shadow: 0px 3px 13px 0px rgb(0 0 0 / 20%);
    background-color: #ffffff;
    color: #969696;
    border: 1px solid #ebebeb;
    -webkit-animation: avia_pop 0.3s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    animation: avia_pop 0.3s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    opacity: 0;
    display: none;
    padding: 12px 20px;
}

.account .search_cover .search_tooltip form {
    display: flex;
    justify-content: center;
}

.account .search_cover .search_tooltip form input {
    background-color: #f8f8f8;
    color: #969696;
    outline: none;
    border: 0;
    border-color: #ebebeb;
    padding: 10px 15px;
    width: 100%;
}

.account .search_cover .search_tooltip form input:placeholder{
    color: #000000;
    font-family: 'Gotham Book';
    text-transform: capitalize;
    font-weight: normal;
    font-size: 14px;
}
.account .search_cover .search_tooltip form button {
    background: #8bc441;
    color: #ffffff;
    outline: none;
    border: 0;
    padding: 10px 15px;
    cursor: pointer;
}

.account .search_cover .search_tooltip.active {
    opacity: 1;
    display: block;
}

@-webkit-keyframes avia_pop {
  0%   { -webkit-transform:scale(0.8);  }
  100% { -webkit-transform:scale(1);  }
}

@keyframes avia_pop {
  0%   { transform:scale(0.8);  }
  100% { transform:scale(1);   }
}


.search_cover .search_tooltip #results_mob {
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 999;
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 20px 20px;
    border-radius: 10px;
    display: none;
  }

.search_cover .search_tooltip #results_mob a {
    text-decoration: none;
    color: #8bc441;
    display: block;
    font-family: 'Gotham Book';
    font-weight: normal;
    font-size: 18px;
    margin-bottom: 20px;
}


.account .translate ul.select_lang li img {
    width: 20px;
    border-radius: 50px;
    height: 20px;
  }



/********* Section ********/

#slider {
    overflow:hidden;
    position: relative;
}

 #slider .slide__h {
    height: 700px;
    display: none;
    position: relative;
}

#slider .slide__h.active {
    display: flex;
    align-items: center;
}

#slider .slide__h .caption{
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    z-index: 9;
}

#slider .slide__h .img{
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-position: center !important;
    background-size: cover !important;
    animation: zoom 1s linear forwards;
}

@keyframes zoom{
    0%{
        transform: scale(1);
    }
    100%{
        transform: scale(1.05);
    }
}

#slider .slide__h p {
    color: #000000;
    font-family: 'Gotham Book';
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    text-transform: capitalize;
    margin-bottom: 25px;
    border-left: 2px solid #8bc441;
    padding-left: 15px;
    animation: text 1s ease forwards;
    animation-delay: .5s;
    opacity: 0;
}

#slider .slide__h h1 {
    font-family: 'Gotham Book';
    font-weight: 400;
    font-size: 70px;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 30px;
    animation: text 1s ease forwards;
    width: 40%;
}


@keyframes text{
    0%{
        opacity: 0;transform: translateX(-100px);
    }
    100%{
        opacity: 1;transform: translateX(0px);
    }
}

@keyframes progress{
    0%{
        width:0%;
    }
    100%{
         width: 100%;
    }
}


#slider .slide__h a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Gotham Book';
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    background: #EF5F25;
    padding: 15px 25px;
    transition: 0.5s all;
}

#slider .slide__h a:hover{
    background: #8BC441;
}



#slider .slide__info{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 50px;
}

#slider .slide__info .slide__info__cover {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
}

#slider .slide__info .slide__info__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 25%;
}

#slider .slide__info .meter{
    margin: 0 12px;
    height: 5px;
    background-color: #000000;
    width: 80%;
}
#slider .slide__info .meter .inner{
    width: 0px;
    background-color: #8BC441;
    height: 5px;
    transition: all .8s linear;
}

#slider .slide__info .number__left{
    color: #000000;
    width: 10%;
    text-align: center;
    font-family: 'Gotham';
    font-weight: normal;
    font-size: 18px;
}

#slider .slide__info .number__right{
    color: #000000;
    width: 10%;
    text-align: center;
    font-family: 'Gotham';
    font-weight: normal;
    font-size: 18px;
}



#product {
    padding-top: 100px;
}


#product h2 {
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    font-family: 'Gotham Book';
    font-weight: 400;
    font-size: 60px;
    line-height: 69px;
    margin-bottom: 45px;
}

.product__list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 25px;
}

.product__list .product__box {
    border: 1px solid #E4E3E3;
    border-radius: 8px;
    transition: 0.5s all;
    background: #fff;
    transform: scale(1);
    position: relative;
    overflow: hidden;
}

.product__list .product__box span.out_of_stock {
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    background: #ef5f25;
    color: #fff;
    font-family: 'Gotham';
    font-weight: 300;
    font-size: 12px;
    padding: 5px 0;
    display: block;
    text-align: center;
    transform: rotate(-45deg) translate(-42px, -10px);
    z-index: 9;
}

.product__list .product__box a {
    text-decoration: none;
}
.product__list .product__box:hover {
    transition: 0.5s all;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    transform: scale(1.1);
    z-index: 9;
}

.product__list .product__box .img__box {
    text-align: center;
    padding: 25px 35px;
    position: relative;
}

.product__list .product__box .img__box a {
    display: block;
}

.product__list .product__box .img__box button.rotate {
    outline: none;
    border: 0;
    background: transparent;
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 15px;
}

.product__list .product__box .content {
    border-top: 1px solid #E4E3E3;
    padding: 20px 20px;
}

.product__list .product__box .content h3 {
    text-transform: capitalize;
    color: #000000;
    font-size: 18px;
    line-height: 26px;
    font-family: 'Gotham';
    font-weight: 300;
    margin-bottom: 15px;
}

.product__list .product__box .content .available__stock {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #F1F1F1;
    border-radius: 100px;
    padding: 10px 12px;
    margin-bottom: 25px;
}

.product__list .product__box .content .available__stock p {
    text-transform: capitalize;
    color: #000000;
    font-family: 'Gotham';
    font-weight: 300;
    font-size: 14px;
}

.product__list .product__box .content .price__box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product__list .product__box .content .price__box .left {
    width: 50%;
}

.product__list .product__box .content .price__box .right {
    width: 50%;
    text-align: right;
}

.product__list .product__box .content .price__box .left p.orange {
    background: linear-gradient(90deg, #F17125 0.01%, #F17125 1.83%, #EE5425 99.39%, #EE5425 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    text-transform: uppercase;
    font-family: 'Gotham';
    font-weight: 300;
    font-size: 14px;
    margin-bottom: 5px;
}

.product__list .product__box .content .price__box .left p.blue {
    color: #43C3EF;
    text-transform: uppercase;
    font-family: 'Gotham';
    font-weight: 700;
    font-size: 16px;
}

.product__list .product__box .content .price__box .right a {
    outline: none;
    border: 0;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Gotham';
    font-weight: 300;
    font-size: 10px;
    background: #EF5F25;
    border-radius: 100px;
    padding: 11px 20px;
    cursor: pointer;
    text-decoration: none;
    transition: 0.5s all;
}

.product__list .product__box .content .price__box .right a:hover {
    transition: 0.5s all;
    background: #8BC441;
}

.product__list .product__box .content .price__box .right  .add-cart-btn {
    outline: none;
    border: 0;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Gotham';
    font-weight: 300;
    font-size: 10px;
    background: #EF5F25;
    border-radius: 100px;
    padding: 11px 20px;
    cursor: pointer;
    transition: 0.5s all;
}
.product__list .product__box .content .price__box .right  .add-cart-btn:hover{
    transition: 0.5s all;
    background: #8BC441;
}

#product  .pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 60px 0;
}

#product .pagination a.prev {
    text-decoration: none;
    text-transform: uppercase;
    color: #000;
    font-family: 'Gotham';
    font-weight: 300;
    font-size: 18px;
}

#product .pagination  a.next {
    text-decoration: none;
    text-transform: uppercase;
    color: #000;
    font-family: 'Gotham';
    font-weight: 300;
    font-size: 18px;
}

#product .pagination ul {
    display: flex;
    margin: 0 25px;
}

#product .pagination ul li {
    list-style: none;
    margin-right: 24px;
}

#product .pagination ul li:last-child {
    margin: 0;
}

#product .pagination ul li:first-child a{
   border-radius: 100px 0px 0px 100px;
}

#product .pagination ul li:last-child a{
    border-radius: 0px 100px 100px 0px;
}

#product .pagination ul li a {
    border: 1.60108px solid #E4E3E3;
    text-decoration: none;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-family: 'Gotham';
    font-weight: 300;
    font-size: 18px;
}

#product .pagination ul li a.active {
    background: #ef5f25;
    color: #fff;
}

#tanks {
    padding-bottom: 100px;
}

#tanks .item  .content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

#tanks .item .img {
    position: relative;
}


#tanks .item .pt-1{
    padding: 75px 0 0 170px;
}

#tanks .item .pt-2{
    padding: 75px 0 0 45px;
}

#tanks .item .pt-3{
    padding-top: 75px;
    text-align: center;
}

#tanks .item .content h2.black {
    font-family: 'Gotham Book';
    font-weight: 400;
    font-size: 60px;
    line-height: 69px;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 30px;
}

#tanks .item .content  p.black {
    text-transform: capitalize;
    color: #000000;
    font-family: 'Gotham';
    font-weight: 350;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 30px;
}

#tanks .item .content a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Gotham Book';
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    background: #EF5F25;
    padding: 15px 54px;
    transition: 0.5s all;
    display: inline-block;
}

#tanks .item .content a:hover {
    background: #8bc441;
    transition: 0.5s all;
}


#tanks .item .content h2.white {
    font-family: 'Gotham Book';
    font-weight: 400;
    font-size: 60px;
    line-height: 69px;
    text-transform: uppercase;
    color: #fff;
}

#tanks .item .content  p.white {
    text-transform: capitalize;
    color: #fff;
    font-family: 'Gotham Book';
    font-weight: 350;
    font-size: 24px;
    line-height: 30px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

#tanks .item .content h2.blue {
    font-family: 'Gotham Book';
    font-weight: 400;
    font-size: 60px;
    line-height: 69px;
    text-transform: uppercase;
    color: #14556B;
}

#tanks .item .content  p.blue {
    text-transform: uppercase;
    color: #14556B;
    font-family: 'Gotham Book';
    font-weight: 350;
    font-size: 24px;
    line-height: 30px;
    text-transform: uppercase;
}

#tanks .item .content img {
    max-width: 100%;
    width: auto;
    margin: 0 auto 8px;
}

#tanks .owl-nav {
    display: flex !important;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 30px;
    width: 80%;
}

#tanks .owl-nav button {
    width: 65px;
    height: 65px;
    border-radius: 50px;
    background: #fff;
    transition: 0.5s all;
}

#tanks .owl-nav button i {
    color: #8bc441;
}

#tanks .owl-nav button.owl-prev {
    margin-right: 10px;
}

#tanks .owl-nav button:hover {
    transition: 0.5s all;
    background: #8bc441;
}

#tanks .owl-nav button:hover i {
    transition: 0.5s all;
     color: #fff;
}

a.whatsapp-icon {
    width: 60px;
    height: 60px;
    background-color: #ffffff;
    position: fixed;
    display: inline-block;
    right: 100px;
    bottom: 20px;
    -webkit-box-shadow: 0px 0px 13px 2px rgb(0 0 0 / 16%);
    -moz-box-shadow: 0px 0px 13px 2px rgb(0 0 0 / 16%);
    box-shadow: 0px 0px 13px 2px rgb(0 0 0 / 16%);
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    background-image: url(../images/whatsapp.svg) !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40px;
    z-index: 9999;
}
/*********** Footer *****************/

footer {
    padding-bottom: 50px;
    background: url(../images/footer-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

footer:before {
    content: "";
    position: absolute;
    top: 10%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #DFDFE0;
}

footer .newsletter {
    background: #8BC441;
    border-radius: 10px;
    width: 100%;
    max-width: 1124px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding: 35px 35px;
    z-index: 9;
    position: relative;
}

footer .newsletter .left {
    width: 50%;
}

footer .newsletter .right {
    width: 50%;
}

footer .newsletter .left h4 {
    font-family: 'Gotham Book';
    font-weight: 400;
    font-size: 30px;
    text-transform: capitalize;
    color: #FFFFFF;
    margin-bottom: 10px;
}

footer .newsletter .left p {
    font-family: 'Gotham Book';
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
}

footer .newsletter .right .form__control {
    display: flex;
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
    position: relative;
}

footer .newsletter .right .form__control #subscription_message .alert {
    position: absolute;
    top: 100%;
    left: 0;
    font-family: 'Gotham Book';
    font-weight: 300;
    font-size: 14px;
    color: #fff;
    padding: 5px 10px;
    width: 100%;
    text-align: center;
}

footer .newsletter .right .form__control #subscription_message .alert-success {
    background: #79b032;
}

footer .newsletter .right .form__control #subscription_message .alert-error {
    background: #ee5625;
}

footer .newsletter .right .form__control:before {
    content: "";
    position: absolute;
    top: 13px;
    left: 20px;
    width: 20px;
    height: 20px;
    background: url(../images/mail.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

footer .newsletter .right .form__control input {
    width: 100%;
    background: #FFFFFF;
    border-radius: 38px;
    border: 0;
    padding: 15px 25px 15px 45px;
    outline: none;
}

footer .newsletter .right .form__control input::placeholder{
    font-family: 'Gotham Book';
    color: #000000;
    font-weight: 300;
    font-size: 13px;
    line-height: 16px;
}

footer .newsletter .right .form__control .btn_subscribe {
    position: absolute;
    right: 5px;
    top: 5px;
    border: 0;
    cursor: pointer;
    background: linear-gradient(90deg, #F17125 0.01%, #F17125 1.83%, #EE5425 99.39%, #EE5425 100%);
    border-radius: 0px 100px 100px 0px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Gotham Book';
    font-weight: 300;
    font-size: 13px;
    line-height: 18px;
    padding: 8px 22px;
    transition: 0.5s all;
    width: auto;
}

footer .footer__bottom {
    margin-top: 50px;
    display: flex;
}

footer .footer__bottom .col-1 {
    width: 40%;
}

footer .footer__bottom .col-2 {
    width: 60%;
    padding-left: 40px;
    padding-top: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.footer__bottom .col-1 p.intro {
    color: #000000;
    font-family: 'Gotham';
    font-size: 18px;
    line-height: 24px;
    margin: 30px 0;
    width: 80%;
}

.footer__bottom .box {
    margin-bottom: 24px;
    display: flex;
    align-items: center;
}

.footer__bottom .box:last-child {
    margin: 0;
}

.footer__bottom .box .left .img {
    width: 48px;
    height: 48px;
    border: 1px solid #9F9F9F;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.footer__bottom .box .left {
    margin-right: 12px;
    margin-left : 12px;
}

.footer__bottom .box .right p.small {
    color: #000000;
    font-family: 'Gotham';
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    text-transform: capitalize;
    margin-bottom: 2px;
}

.footer__bottom .box .right p.med {
    font-family: 'Gotham';
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    text-transform: capitalize;
}

.footer__bottom .box .right p.med a {
    text-decoration: none;
    color: #000000;
}


.footer__bottom .list__cover {
    display: flex;
}

.footer__bottom .list__cover .list_1 {
    width: 50%;
}

.footer__bottom .list__cover .list_1 ul li{
    list-style: none;
}

.footer__bottom .list__cover .list_1 ul li a {
    list-style: none;
    color: #000000;
    text-transform: capitalize;
    font-family: 'Gotham Book';
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 20px;
    display: block;
    text-decoration: none;
}

.footer__bottom .list__cover .list_1 ul li:last-child a{
    margin: 0;
}

.footer__bottom .list__cover .list_1 h3 {
    color: #000000;
    text-transform: capitalize;
    font-family: 'Gotham Book';
    font-weight: normal;
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 25px;
    border-left: 2px solid #8bc441;
    padding: 8px 0 8px 10px;
}


.footer__bottom .list__cover .list_1:nth-child(1) {
    width: 30%;
}

.footer__bottom .list__cover .list_1:nth-child(2) {
    width: 70%;
}

.footer__bottom .list__cover .list_1 .ul__cover {
    display: flex;
}

.footer__bottom .list__cover .list_1 .ul__cover ul:nth-child(1) {
    width: 65%;
}

.footer__bottom .list__cover .list_1 .ul__cover ul:nth-child(2) {
    width: 35%;
}



.footer__bottom .social__copyright {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left : 14px;
}

.footer__bottom .social__copyright ul {
    display: flex;
}

.footer__bottom .social__copyright ul li {
    list-style: none;
    margin-right: 12px;
}

.footer__bottom .social__copyright ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    text-decoration: none;
    border: 1px solid #9F9F9F;
    border-radius: 30px;
    transition: 0.5s all;
}

.footer__bottom .social__copyright ul li a:hover{
    transition: 0.5s all;
    background: #8BC441;
    border: 1px solid #8BC441;
}

.footer__bottom .social__copyright ul li a:hover i{
    color: #fff;
    transition: 0.5s all;
}


.footer__bottom .social__copyright ul li a i {
    color: #f06c25;
    font-size: 20px;
    transition: 0.5s all;
}

.footer__bottom .social__copyright p {
    color: #000000;
    font-family: 'Gotham';
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
}

.footer__bottom .social__copyright p span {
    text-transform: uppercase;
    color: #f06d25;
}

/* menu normal state */
.menu{
  width: 100%;
  z-index: 999999;
}

/* menu fixed on scroll */
.menu.is-fixed{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999999;
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

/* spacer to avoid jump when menu becomes fixed */
.menu-spacer{
  height: 0;
}
.menu-spacer.active{
  height: var(--menu-height, 60px);
}
