/*!
 * 	Theme Variables
 * ----------------------------------------------- */

:root {
    --body-font-family: 'Gothic A1', sans-serif;
    --body-font-size: 16px;
    --body-font-weight: 400;
    --body-font-color: #505d68;
    --body-line-height: 1.6;
    --heading-font-family: 'Big Shoulders Text', sans-serif;
    --heading-font-color: #2b2a29;
    --heading-font-weight: 700;
    --link-font-weight: 700;
    --link-font-color: #fff;
    --link-hover-font-color: #18b55e;
    --green-color: #18b55e;
    --white-color: #ffffff;
    --gray-border-color: #eee;
}


/*!
*	Common
* ----------------------------------------------- */

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

body {
    margin: 0;
    font-family: var(--body-font-family);
    font-size: var(--body-font-size);
    color: var(--body-font-color);
    line-height: var(--body-line-height);
    font-weight: var(--body-font-weight);
    background-color: #fff;
    text-align: left;
}

img {
    max-width: 100%
}

a {
    color: var(--link-font-color);
    text-decoration: none;
    -webkit-transition: all .5s;
    transition: all .5s;
    font-weight: var(--link-font-weight);
}

a:hover {
    color: var(--link-hover-font-color);
}

p {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 24px;
    font-weight: 500;
}

p:last-child {
    margin-bottom: 0;
}

abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}

address {
    margin-bottom: 16px;
    font-style: normal;
    line-height: inherit;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 24px;
}

ol,
ul {
    margin-bottom: 0;
}

dt {
    font-weight: 700;
}

dd {
    margin-bottom: .5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 24px;
}

b,
strong {
    font-weight: bold;
}

small {
    font-size: 80%;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
}

pre,
code,
kbd,
samp {
    font-size: 1em;
}

pre {
    margin-top: 0;
    margin-bottom: 16px;
    overflow: auto;
    -ms-overflow-style: scrollbar;
}

figure {
    margin: 0 0 16px;
}

img {
    vertical-align: middle;
    border-style: none;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
}

caption {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

button {
    border-radius: 0;
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

[role="button"] {
    cursor: pointer;
}

select {
    word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
    cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}

textarea {
    overflow: auto;
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 8px;
    font-size: 24px;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

output {
    display: inline-block;
}

summary {
    display: list-item;
    cursor: pointer;
}

template {
    display: none;
}

[hidden] {
    display: none !important;
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-wrap: break-word;
}

a>code {
    color: inherit;
}

kbd {
    padding: 4px 8px;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: 2px;
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
}

pre {
    display: block;
    font-size: 87.5%;
    color: #212529;
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal;
}

blockquote {
    font-size: 28px;
    font-weight: 600;
    color: #000103;
    padding-left: 32px;
    border-left: 6px solid #ffb424;
    margin-top: 64px;
    margin-bottom: 64px;
}

#wrapper {
    overflow: hidden;
    position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: var(--heading-font-family);
    color: var(--heading-font-color);
    font-weight: var(--heading-font-weight);
    margin-top: 0;
    margin-bottom: 16px;
    line-height: 1.25;
}

h1,
.h1 {
    font-size: 72px
}

h2,
.h2 {
    font-size: 42px;
    margin-bottom: 26px;
}

h3,
.h3 {
    font-size: 40px
}

h4,
.h4 {
    font-size: 32px
}

h5,
.h5 {
    font-size: 24px
}

h6,
.h6 {
    font-size: 20px
}

.section {
    padding-top: 100px;
    padding-bottom: 100px;
}


/*!
*	Spacing
* ----------------------------------------------- */

.ml-auto,
.mx-auto {
    margin-left: auto !important;
}

.mr-auto,
.mx-auto {
    margin-right: auto !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-35 {
    margin-top: 35px !important;
}

.mt-48 {
    margin-top: 48px !important;
}

.mt-64 {
    margin-top: 64px !important;
}

.mt-72 {
    margin-top: 72px !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-24 {
    margin-bottom: 24px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-48 {
    margin-bottom: 48px !important;
}

.mb-64 {
    margin-bottom: 64px !important;
}

.mb-100 {
    margin-bottom: 100px !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.text-white {
    color: #fff !important;
}

.text-dark {
    color: #222426 !important;
}

.text-yellow {
    color: #ffb424 !important;
}

.text-center {
    text-align: center !important;
}


/*!
*	Grid System
* ----------------------------------------------- */

.wrap,
.wrap-fuild {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.wrap *,
.wrap-fuild * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.wrap {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

[class*='col-'] {
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-1 {
    max-width: 8.33333333%;
    flex: 0 0 8.33333333%;
}

.col-2 {
    max-width: 16.66666667%;
    flex: 0 0 16.66666667%;
}

.col-3 {
    max-width: 25%;
    flex: 0 0 25%;
}

.col-4 {
    max-width: 33.33333333%;
    flex: 0 0 33.33333333%;
}

.col-5 {
    max-width: 41.66666667%;
    flex: 0 0 41.66666667%;
}

.col-6 {
    max-width: 50%;
    flex: 0 0 50%;
}

.col-7 {
    max-width: 58.33333333%;
    flex: 0 0 58.33333333%;
}

.col-8 {
    max-width: 66.66666667%;
    flex: 0 0 66.66666667%;
}

.col-9 {
    max-width: 75%;
    flex: 0 0 75%;
}

.col-10 {
    max-width: 83.33333333%;
    flex: 0 0 83.33333333%;
}

.col-11 {
    max-width: 91.66666667%;
    flex: 0 0 91.66666667%;
}

.col-12 {
    max-width: 100%;
    flex: 0 0 100%;
}

.no-guttor {
    margin-right: 0;
    margin-left: 0;
}

.no-guttor>[class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}

.flex-reverse {
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    -o-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.align-self {
    align-self: center;
}

.align-center {
    -ms-align-items: center;
    align-items: center;
}


/*!
*	Form Styling
* ----------------------------------------------- */

.btn {
    display: inline;
    padding: 16px 30px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: var(--link-font-color);
    font-family: var(--body-font-family);
    font-size: var(--button-font-size);
    font-weight: var(--button-font-weight);
    border: 1px solid transparent;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
    line-height: 1.5;
    text-align: center;
    border-radius: 2px;
    color: var(--green-color);
}

.btn:focus {
    outline: none;
}

.btn--block {
    width: 100%;
    display: block;
}

.btn--green {
    background-color: #fff;
    color: #18b55e;
}

.btn--green:hover {
    background-color: #2F5349;
    color: #fff;
}

.btn--transparent {
    background-color: #2F5349;
    color: #fff;
}

.btn--transparent:hover {
    background-color: transparent;
    color: #2F5349;
    border: 1px solid #2F5349;
}

.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    border: 1px solid #707070;
    height: 44px;
    padding: 8px 16px;
    background-color: #fff;
    font-family: var(--body-font-family);
    font-size: var(--body-font-size);
    color: var(--body-font-color);
}

.form-control:focus {
    border-color: #1a1a1a;
    outline: none;
}

textarea.form-control {
    height: auto;
}

.form-group {
    margin-bottom: 20px;
    position: relative;
}


/*!
*	Header
* ----------------------------------------------- */


header{
    position:fixed;
    width: 100%;
    background: #2F5349;
    color: #fff;
    font-family: 'PT Sans', sans-serif;
    transition: all 0.4s ease;
    z-index: 99999;
  }
header.sticky {
    background: rgba(47, 83, 73,0.8);
    backdrop-filter: blur(5px);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 10px 0;

  }
  
 
.site-header {
    padding: 30px 0;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    background-color: #2F5349;
    position:fixed;
    transition: all 0.4s ease;
}

.site-header .wrap {
    max-width: 1400px;
}

.header-wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.toggle_nav {
    display: flex;
    justify-content: space-between;
}

.social__icon ul {
    display: flex;
    padding: 0;
    list-style: none;
}

.social__icon ul li {
    padding-left: 20px;
}

.social__icon ul li a img {
    width: 20px;
    transition: all 0.3s;
}

.header__logo img {
    width: 180px;
    height: auto;
}


.primary__nav{
    display: flex;
}
.primary__nav,
.social__icons {
    list-style: none;
    padding: 0;
    align-items: center;
}
.social__icons {
    display: none;
}

.primary__nav li {
    padding: 0 30px;
}

.social__icons li {
    padding: 0 8px;
}

.primary__nav li a {
    position: relative;
}

.primary__nav a::after {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -3px;
    left: 0;
    background-color: #18b55e;
    transition: all 0.3s;
}

.primary__nav li a:hover::after {
    width: 100%;
}

.phone {
    border-left: 1px solid #b3b3b3;
    border-right: 1px solid #b3b3b3;
    padding: 0 20px;
    text-align: center;
}

.phone p {
    font-size: var(--body-font-size);
    color: var(--white-color);
    line-height: 1;
    margin-bottom: 5px;
}

.phone span {
    font-size: 14px;
    color: #18b55e;
}

.primary__nav li:last-child {
    padding: 0 50px;
    display: none;
}


/*--------section--herobanner--------*/

.section--herobanner {
    background-color: #2F5349;
    background-size: cover;
    position: relative;
    z-index: 1;
    padding-top: 200px;
}

.section--herobanner .wrap {
    position: relative;
}

.section--herobanner .wrap::after {
    content: "";
    position: absolute;
    background: url(/images/green_dots.png) no-repeat;
    background-size: cover;
    bottom: -50px;
    right: 314PX;
    width: 180px;
    height: 130px;
    z-index: -1;
    opacity: 0.2;
    animation: topmove 8s infinite;
}

@keyframes topmove {
    0% {
        transform: translateY(-10px);
    }
    50% {
        transform: translateY(10px);
    }
    100% {
        transform: translateY(-10px);
    }
}

.section--herobanner .wrap::before {
    content: "";
    position: absolute;
    background-color: rgba(24, 181, 94, .2);
    bottom: 140px;
    left: 234px;
    width: 240px;
    height: 100px;
    z-index: -1;
    animation: leftmove 8s infinite;
}

@keyframes leftmove {
    0% {
        transform: translateX(0px);
    }
    50% {
        transform: translateX(-20px);
    }
    100% {
        transform: translateX(0px);
    }
}

.herobanner__info {
    position: relative;
    width: 100%;
}

.banner__heading {
    position: absolute;
    width: 54%;
    height: auto;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 99;
}

.banner__img {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.banner__heading h1 {
    width: 75%;
    margin-bottom: 36px;
}

.banner__img img {
    filter: brightness(0.5);
    width: 100%;
}

.banner__inner {
    padding-top: 20px;
}

.banner__heading * {
    color: #fff;
}

.banner__inner {
    position: relative;
}

.inner__img2 img {
    transition: all 0.3s;
    border-radius: 10% 0 10% 0;
}

.inner__img2 {
    position: relative;
    margin-right: -90px;
    margin-top: -150px;
    text-align: end;
}

.inner__img img {
    transition: all 0.3s;
}

.inner__img {
    position: absolute;
    width: 65%;
    bottom: -180px;
    left: 40px;
    z-index: 99;
}

.inner__img img:hover,
.inner__img2 img:hover {
    transform: scale(1.01);
    box-shadow: 0 0 20px rgba(4, 24, 2, 1);
    z-index: 1;
}


/*------section--benefit-block------ */

.section--benefit-block {
    padding-top: 200px;
}

.benefil__left span {
    color: #18b55e;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 18px;
    display: block;
}

.benefit__img img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/*------section--product-------*/

.section--product {
    background-color: #F8F8F8;
}

.product__heading h2,
.benefil__left h2,
.testimonial__heading h2,
.energetic__info h2,
.blog-2_title h2,
.get__touch h2 {
    position: relative;
    cursor: default;
    display: inline-block;
}

.product__heading h2::after,
.benefil__left h2::after,
.testimonial__heading h2::after,
.energetic__info h2::after,
.blog-2_title h2::after,
.get__touch h2::after {
    content: "";
    position: absolute;
    width: 80px;
    height: 3px;
    background-color: #18b55e;
    bottom: -5px;
    left: 0;
    transition: all 0.3s;
}

.product__heading h2:hover::after,
.benefil__left h2:hover::after,
.testimonial__heading h2:hover::after,
.energetic__info h2:hover::after,
.blog-2_title h2:hover::after,
.get__touch h2:hover::after {
    width: 100%;
}

.product__image {
    position: relative;
    transition: all 0.5s;
    overflow: hidden;
    border: 1px solid #bec8cb;
}

.product__image img {
    text-align: center;
    height: 280px;
    width: 100%;
    transition: all 0.2s;
}

.product__name {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    width: 100%;
    z-index: 9999;
    height: 100%;
    background-color: rgba(92, 148, 120, 0.5);
    transition: all 0.5s;
}

.product__name h4 {
    text-shadow: 2px 2px 10px #000000;
    font-size: 28px;
    padding: 16px 0;
    margin: 0;
    color: #fff;
    transition: all 0.5s;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.product__image:hover .product__name {
    opacity: 1;
}

.product__image:hover img {
    transform: scale(1.02);
}

.product__image:hover {
    border: 1px solid #18b55e;
    box-shadow: 0 0 20px rgba(24, 181, 94, .3);
}

.section--blog {
    background-color: #2F5349;
}

.blog__info h2 {
    font-size: 62px;
    margin-bottom: 5px;
}

.blog__info * {
    color: #fff;
}

.blog__info img {
    margin-bottom: 36px;
}

.blog__info span {
    font-size: 72px;
    font-weight: 700;
    display: block;
    line-height: 1;
    margin-bottom: 16px;
}

.blog__info p {
    font-size: 22px;
}

.testimonial__slider {
    margin-top: 60px;
}

.testimonial__image img {
    border: 1px solid rgba(24, 181, 94, .5);
}

.testimonial__details {
    padding: 30px;
    width: 80%;
    font-size: 18px;
    font-weight: 500;
    box-shadow: 0 0 10px rgba(24, 181, 94, .3);
    border: 1px solid rgba(24, 181, 94, .3);
    border-radius: 8px;
    transition: all 0.3s;
}

.testimonial__details:hover {
    color: #ffffff;
    background-color: rgba(24, 181, 94, .5);
}


/* Slider */

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
    width: 100%;
    height: 100%;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-dots {
    list-style: none;
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0;
}

.slick-dots li+li {
    margin-left: 20px;
}

.slick-dots li {
    text-indent: -1000px;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #18b55e;
    width: 10px;
    height: 10px;
    border-radius: 30px;
}

.slick-dots li.slick-active {
    background-color: #18b55e;
}

.slick-dots button {
    display: none;
}

.slick-prev,
.slick-next {
    text-indent: -1000px;
    overflow: hidden;
    border: none;
    position: absolute;
    bottom: 50%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 15px;
    width: 40px;
    height: 40px;
    z-index: 9;
    border-radius: 50%;
    background-color: rgba(24, 181, 94, .2);
}

.slick-prev:focus,
.slick-next:focus {
    outline: 1px solid #18b55e;
}

.slick-prev {
    background-image: url(/images/left-arrow.png);
    right: 70px;
    top: 0;
}

.slick-next {
    background-image: url(/images/right.png);
    right: 0px;
    top: 0;
}

.footer {
    background-color: #2F5349;
    padding-top: 100px;
}

.footer>.wrap .row {
    margin-bottom: 50px;
}

.footer__block {
    width: 80%;
}

.footer__block img {
    width: 180px;
    height: auto;
    margin-bottom: 30px;
}

.footer__block p {
    color: #fff;
}

.copy__right_block p {
    color: #bebebe;
}

.copy__right_block p span {
    color: #ffffff;
    font-weight: 900;
}

.copy__right {
    background-color: #1a1a1a;
    padding: 30px 0;
}


.information,
.footer__product,
.contact__detail {
    margin-top: 20px;
} 

.information h4,
.footer__product h4,
.contact__detail h4 {
    color: #fff;
    margin-bottom: 30px;
}

.information ul,
.footer__product ul,
.contact__detail ul {
    list-style: none;
    padding: 0;
}

.information ul li+li,
.footer__product ul li+li,
.contact__detail ul li+li {
    padding-top: 20px;
}

.contact__detail ul li,
.footer__product ul li {
    color: #fff;
}

.footer ul li a {
    position: relative;
}

.footer ul li a::after {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -3px;
    left: 0;
    background-color: #18b55e;
    transition: all 0.3s;
}

.footer ul li a:hover::after {
    width: 100%;
}

.location img {
    display: inline-block;
    align-self: baseline;
}

.location {
    display: flex;
}

.contact__detail ul li img {
    margin-right: 10px;
}


/*-------aboutas------*/

.section--titlebar-bg {
    background-color: #2F5349;
    padding-top: 50px;
    padding-bottom: 50px;
    border-top: 1px solid rgba(255, 255, 255, .2);
}

.section--titlebar-bg h2 {
    color: #fff;
    margin-bottom: 0;
}

.energetic__info {
    width: 75%;
    margin-bottom: 80px;
}

.energetic__info h2 {
    margin-bottom: 60px;
}

.energetic__image2 {
    margin-top: -70px;
    width: 390px;
    top: 50%;
}

.block {
    width: 250px;
    height: 350px;
    position: relative;
    margin-left: -100px;
    margin-top: -150px;
    z-index: -1;
    animation: topmove 8s infinite;
}

.blog-2_title {
    margin-bottom: 50px;
    width: 60%;
}

.icon__box {
    margin-bottom: 26px;
    height: 60px;
}

.icon__box img {
    width: 60px;
}

.contant__box h2 {
    font-size: 62px;
    font-weight: 800;
}

.section--business {
    background-color: #2F5349;
    width: 100%;
}

.section--business * {
    color: #fff;
}

.business__img img {
    width: 100%;
}

.business__blog {
    margin-left: 50px;
}

.business__info {
    padding-top: 30px;
}

.business__info h4 {
    margin-bottom: 36px;
}

.business__info a {
    color: #18b55e;
    font-weight: 700;
    display: inline;
}

.get__touch_info {
    margin-left: 60px;
}

.text__block h4 {
    font-size: 24px;
    margin-bottom: 6px;
}

.text__block a {
    color: #1a1a1a;
}

.contact__map {
    margin-top: 80px;
}

.product__btn {
    margin-top: 30px;
    text-align: center;
}

.menu-toggle {
    display: none;
}

.copy__right_block {
    align-self: center;
}

.text__block {
    margin-bottom: 30px;
}

@media only screen and (max-width: 1023px) {
    p {
        font-size: var(--body-font-size);
    }
    h2 {
        font-size: 32px;
    }
    .btn {
        padding: 14px 25px;
    }
    .section {
        padding-top: 75px;
        padding-bottom: 75px;
    }
    .col-md-1 {
        max-width: 8.33333333%;
        flex: 0 0 8.33333333%;
    }
    .col-md-2 {
        max-width: 16.66666667%;
        flex: 0 0 16.66666667%;
    }
    .col-md-3 {
        max-width: 25%;
        flex: 0 0 25%;
    }
    .col-md-4 {
        max-width: 33.33333333%;
        flex: 0 0 33.33333333%;
    }
    .col-md-5 {
        max-width: 41.66666667%;
        flex: 0 0 41.66666667%;
    }
    .col-md-6 {
        max-width: 50%;
        flex: 0 0 50%;
    }
    .col-md-7 {
        max-width: 58.33333333%;
        flex: 0 0 58.33333333%;
    }
    .col-md-8 {
        max-width: 66.66666667%;
        flex: 0 0 66.66666667%;
    }
    .col-md-9 {
        max-width: 75%;
        flex: 0 0 75%;
    }
    .col-md-10 {
        max-width: 83.33333333%;
        flex: 0 0 83.33333333%;
    }
    .col-md-11 {
        max-width: 91.66666667%;
        flex: 0 0 91.66666667%;
    }
    .col-md-12 {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .mt-md-24 {
        margin-top: 24px !important;
    }
    /*----------- header ----------*/
    .header__logo a img {
        width: 140px;
    }
    .menu-toggle {
        display: flex;
        flex-wrap: wrap;
        width: 40px;
        height: 28px;
        z-index: 9;
        position: relative;
        margin-left: auto;
    }
    .menu-toggle span {
        width: 30px;
        height: 3px;
        background: #ffffff;
        transition: all 0.3s;
        backface-visibility: hidden;
        display: block;
    }
    .menu-toggle span:first {
        margin-top: 0;
    }
    .menu-toggle:focus {
        outline: none;
    }
    .menu-toggle.on .bar1 {
        transform: rotate(45deg) translate(6px, 5px);
    }
    .menu-toggle.on .bar2 {
        opacity: 0;
    }
    .menu-toggle.on .bar3 {
        transform: rotate(-45deg) translate(8px, -8px);
    }
    .social__icon {
        display: none;
        position: absolute;
        top: 80px;
        right: 0;
    }
    .navbar .toggle_nav .social__icons {
        display: flex;
        padding: 100px 30px 30px 30px;
        background: rgba(56, 40, 40, 0.5);
        backdrop-filter: blur(5px);
        height: auto;
        position: relative;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
        z-index: 2;
        flex-direction: column-reverse;
    }
    .navbar .social__icons li {
        padding: 0;
        margin-top: 30px;
    }
    .social__icons li a img {
        width: 25px;
    }
    .toggle_nav {
        display: flex;
        height: 100%;
    }
    .navbar {
        display: none;
        position: absolute;
        top: 0px;
        height: 100vh;
        right: 0;
    }
    .navbar .toggle_nav .primary__nav {
        display: block;
        padding: 30px;
        background: rgba(9, 75, 38, 0.8);
        backdrop-filter: blur(10px);
        width: 100%;
        height: auto;
        position: relative;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
        z-index: 2;
    }
    .navbar .toggle_nav .primary__nav li {
        margin-bottom: 25px;
    }
    .primary__nav li:last-child {
        position: absolute;
        bottom: 35px;
        right: 0;
        display: block;
    }
    .phone {
        text-align: end;
        border-left: 1px solid transparent;
    }
    .phone p {
        font-size: 20px;
    }
    .phone span {
        font-size: 18px;
        color: #42ff97;
    }
    /*----------- herobanner ----------*/
    .section--herobanner {
        padding-top: 50px;
        overflow: hidden;
        height: auto;
    }
    .banner__heading h1 {
        font-size: 52px;
        line-height: 1.01;
        margin-bottom: 16px;
    }
    .banner__heading p {
        font-size: 14px;
    }
    .banner__inner {
        display: none;
    }
    .section--herobanner .wrap::after {
        display: none;
    }
    .section--herobanner .wrap::before {
        display: none;
    }
    /*----------- benefit-block ----------*/
    .section--benefit-block {
        padding-top: 100px;
    }
    .benefil__left span {
        font-size: var(--body-font-size);
        margin-bottom: 8px;
    }
    /*----------- product ----------*/
    .product__info .row {
        padding: 0 15px;
    }
    .product__heading h2::after,
    .benefil__left h2::after,
    .testimonial__heading h2::after,
    .energetic__info h2::after,
    .blog-2_title h2::after,
    .get__touch h2::after {
        width: 50px;
    }
    /*-------- section--blog --------*/
    .section--blog {
        padding-bottom: 0;
        padding-top: 50px;
    }
    .blog__info img {
        margin-bottom: 10px;
        width: 70px;
    }
    .blog__info h2 {
        font-size: 52px;
        margin-bottom: 0px;
    }
    .blog__info {
        padding-bottom: 50px;
    }
    /*-------- tesyimonial --------*/
    .testimonial__details {
        width: 100%;
        border-radius: 0 0 8px 8px;
    }
    .slick-prev {
        right: 70px;
        top: -50px;
    }
    .slick-next {
        background-image: url(/images/right.png);
        right: 0px;
        top: -50px;
    }
    /*------- footer --------*/
    .footer {
        padding-top: 50px;
    }
    .footer__block img {
        width: 158px;
        margin-bottom: 25px;
    }
    .footer h4 {
        font-size: 24px;
    }
    .information h4 {
        margin-top: 8px;
    }
    .footer a {
        font-size: 14px;
    }
    .footer__product,
    .contact__detail {
        margin-top: 50px;
    }

    
.information,
.footer__product,
.contact__detail {
    margin-top: 0;
}

    .information ul li+li,
    .footer__product ul li+li,
    .contact__detail ul li+li {
        padding-top: 10px;
    }
    /*------- footer --------*/
    .section--titlebar-bg {
        padding: 20px 0;
    }
    .energetic__info h2 {
        margin-bottom: 20px;
    }
    .energetic__image2 {
        display: none;
    }
    .icon__box {
        margin-bottom: 15px;
        height: 40px;
    }
    .icon__box img {
        width: 35px;
    }
    .contant__box h2 {
        font-size: 42px;
        margin-bottom: 5px;
    }
}

@media only screen and (max-width: 767px) {
    .wrap,
    .wrap-fuild {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }
    .row {
        margin-left: -10px;
        margin-right: -10px;
    }
    [class*='col-'] {
        min-height: 1px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .col-sm-1 {
        max-width: 8.33333333%;
        flex: 0 0 8.33333333%;
    }
    .col-sm-2 {
        max-width: 16.66666667%;
        flex: 0 0 16.66666667%;
    }
    .col-sm-3 {
        max-width: 25%;
        flex: 0 0 25%;
    }
    .col-sm-4 {
        max-width: 33.33333333%;
        flex: 0 0 33.33333333%;
    }
    .col-sm-5 {
        max-width: 41.66666667%;
        flex: 0 0 41.66666667%;
    }
    .col-sm-6 {
        max-width: 50%;
        flex: 0 0 50%;
    }
    .col-sm-7 {
        max-width: 58.33333333%;
        flex: 0 0 58.33333333%;
    }
    .col-sm-8 {
        max-width: 66.66666667%;
        flex: 0 0 66.66666667%;
    }
    .col-sm-9 {
        max-width: 75%;
        flex: 0 0 75%;
    }
    .col-sm-10 {
        max-width: 83.33333333%;
        flex: 0 0 83.33333333%;
    }
    .col-sm-11 {
        max-width: 91.66666667%;
        flex: 0 0 91.66666667%;
    }
    .col-sm-12 {
        max-width: 100%;
        flex: 0 0 100%;
    }
    /*----------- header ----------*/
    .banner__heading {
        width: 64%;
    }
    .banner__heading h1 {
        font-size: 40px;
    }
    /*----------- benefit-block ----------*/
    /*----------- product ----------*/
    .product__info .row {
        padding: 0 10px;
    }
    .product__info .colum {
        margin-top: 20px;
    }
    .product__image img {
        height: 187px;
    }
    /*-------- section--blog --------*/
    .section--blog {
        padding-top: 30px;
    }
    .blog__info {
        padding-bottom: 30px;
    }
    .blog__info img {
        width: 40px;
    }
    .blog__info h2 {
        font-size: 32px;
        margin-bottom: 0;
    }
    .blog__info p {
        font-size: 14px;
    }
    /*-------- tesyimonial --------*/
    .testimonial__slider {
        margin-top: 35px;
    }
    .energetic__info {
        margin-bottom: 30px;
    }
    .blog-2_title {
        width: 80%;
        margin-bottom: 0px;
    }
    .icon__box {
        margin-top: 25px;
    }
    .phone p,
    .phone span {
        font-size: 14px;
    }
    .get__touch_info {
        margin-left: 0;
    }
    .text__block h4 {
        font-size: 20px;
    }
    .text__block p {
        font-size: var(--body-font-color);
    }
}

@media only screen and (max-width: 577px) {
     :root {
        --body-font-size: 14px;
    }
    h2 {
        font-size: 26px;
    }
    a {
        font-size: var(--body-font-size);
    }
    .btn {
        padding: 10px 20px;
    }
    .section {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .col-xs-1 {
        max-width: 8.33333333%;
        flex: 0 0 8.33333333%;
    }
    .col-xs-2 {
        max-width: 16.66666667%;
        flex: 0 0 16.66666667%;
    }
    .col-xs-3 {
        max-width: 25%;
        flex: 0 0 25%;
    }
    .col-xs-4 {
        max-width: 33.33333333%;
        flex: 0 0 33.33333333%;
    }
    .col-xs-5 {
        max-width: 41.66666667%;
        flex: 0 0 41.66666667%;
    }
    .col-xs-6 {
        max-width: 50%;
        flex: 0 0 50%;
    }
    .col-xs-7 {
        max-width: 58.33333333%;
        flex: 0 0 58.33333333%;
    }
    .col-xs-8 {
        max-width: 66.66666667%;
        flex: 0 0 66.66666667%;
    }
    .col-xs-9 {
        max-width: 75%;
        flex: 0 0 75%;
    }
    .col-xs-10 {
        max-width: 83.33333333%;
        flex: 0 0 83.33333333%;
    }
    .col-xs-11 {
        max-width: 91.66666667%;
        flex: 0 0 91.66666667%;
    }
    .col-xs-12 {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .section--titlebar-bg {
        padding: 20px 0;
    }
    .business__blog {
        margin-left: 0;
    }
    /*----------- header ----------*/
    .navbar {
        width: 100%;
    }
    .herobanner__info .row {
        flex-wrap: wrap-reverse;
    }
    .banner__heading {
        position: relative;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        width: 80%;
        padding-top: 30px;
    }
    .banner__heading h1 {
        width: 70%;
        position: relative;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    .benefil__left span {
        font-size: 14px;
    }
    .product__name h4 {
        font-size: 20px;
    }
    .information ul li+li,
    .footer__product ul li+li,
    .contact__detail ul li+li {
        padding-top: 3px;
    }
    .contact__detail ul li+li {
        padding-top: 7px;
    }
    .get__touch_info {
        margin-left: 25px;
    }
    .get__touch {
        padding-bottom: 30px;
    }
    .text__block h4 {
        margin-bottom: 0;
    }
    .text__block {
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 479px) {
    .section {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .col-xxs-1 {
        max-width: 8.33333333%;
        flex: 0 0 8.33333333%;
    }
    .col-xxs-2 {
        max-width: 16.66666667%;
        flex: 0 0 16.66666667%;
    }
    .col-xxs-3 {
        max-width: 25%;
        flex: 0 0 25%;
    }
    .col-xxs-4 {
        max-width: 33.33333333%;
        flex: 0 0 33.33333333%;
    }
    .col-xxs-5 {
        max-width: 41.66666667%;
        flex: 0 0 41.66666667%;
    }
    .col-xxs-6 {
        max-width: 50%;
        flex: 0 0 50%;
    }
    .col-xxs-7 {
        max-width: 58.33333333%;
        flex: 0 0 58.33333333%;
    }
    .col-xxs-8 {
        max-width: 66.66666667%;
        flex: 0 0 66.66666667%;
    }
    .col-xxs-9 {
        max-width: 75%;
        flex: 0 0 75%;
    }
    .col-xxs-10 {
        max-width: 83.33333333%;
        flex: 0 0 83.33333333%;
    }
    .col-xxs-11 {
        max-width: 91.66666667%;
        flex: 0 0 91.66666667%;
    }
    .col-xxs-12 {
        max-width: 100%;
        flex: 0 0 100%;
    }
    /*----------- header ----------*/
    .banner__heading h1 {
        width: 95%;
    }
    .site-header {
        padding: 15px 0;
    }
    .product__image img {
        height: 280px;
    }
    .section--blog {
        padding-bottom: 0;
    }
    .section--testimonial {
        padding-bottom: 50px;
    }
    .product__info .row {
        padding: 0;
    }
    .footer__block {
        margin-bottom: 10px;
    }
    .footer h4 {
        margin-bottom: 10px;
    }
    .footer__product,
    .information,
    .contact__detail {
        margin-top: 20px;
    }
    .copy__right_block p {
        font-size: 10px;
    }
    .copy__right {
        padding: 20px 0;
    }
    .blog-2_title {
        width: 100%;
    }
    .icon__box {
        height: 25px;
    }
    .contant__box h2 {
        font-size: 32px;
    }
    .energetic__info {
        width: 100%;
    }
    .primary__nav li:last-child {
        padding: 0;
    }
    .primary__nav li:last-child {
        right: 20px;
    }
    .navbar .toggle_nav .social__icons {
        padding: 30px 15px 30px 15px;
    }
    .menu-toggle {
        margin-right: -10px;
    }
    .testimonial__details {
        padding: 15px;
    }
}