html {
    height: 100%;
    scroll-behavior: smooth;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1;
    font-family: "Raleway", sans-serif;
    background: #fff;
    font-size: 14px
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

a {
    text-decoration: none
}

a:focus,
input:focus,
textarea:focus {
    outline: none
}

img {
    width: 100%;
    height: auto;
    display: block
}

.maxwidth {
    max-width: 1240px;
    z-index: 99;
    padding: 0 15px;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box
}

.sec-ttl {
    display: block;
    text-align: left;
    padding: 50px 0 30px;
    position: relative
}

.sec-ttl span {
    color: #00953f;
    font: 400 47px/36px Raleway, sans-serif;
    text-transform: capitalize;
    display: inline-block;
    background: #fff;
    padding-right: 20px
}

.sec-ttl span:after {
    content: "";
    width: 100%;
    height: 4px;
    top: 68px;
    left: 0;
    right: 0;
    background: #00953f;
    position: absolute;
    z-index: -1
}

.elnav {
    background: #000;
    padding: 8px 0;
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -o-sticky;
    position: -ms-sticky;
    position: sticky;
    top: -1px;
    z-index: 100
}

.headtop {
    display: flex;
    justify-content: space-between;
    padding: 20px 15px
}

.h-left-div,
.h-right-div {
    display: flex;
    align-items: center
}

.back-to-link {
    margin: 0 0 0 10px;
    text-transform: uppercase;
    position: relative
}

.back-to-link a {
    display: flex;
    align-items: flex-end;
    color: #000;
    font-size: 10px
}

.back-to-link a span {
    margin: 0 3px 1px 0;
    width: 70px;
}

.menu-toggle {
    display: inline-block
}

.main-menu {
    position: absolute;
    width: 0;
    left: 0;
    top: 30px;
    height: 100vh;
    transition: width .3s ease, box-shadow .3s ease;
    z-index: 999;
    background: #000
}

.main-menu ul {
    list-style: none;
    margin: 0;
    padding: 0 0;
    min-height: 100%;
    transition: width 1s;
    display: none;
}

.main-menu.active ul {
    display: block
}

.main-menu ul li {
    margin: 0
}

.main-menu.active {
    width: 90%
}

.main-menu a {
    padding: 1px 20px;
    display: inline-block;
    font: 400 22px/13px Raleway, sans-serif;
    color: #fff;
    position: relative;
    text-transform: capitalize
}

.modal__align {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(000, 000, 000, 0.8);
    z-index: 9999;
    /*display: none;*/
}

.modal__content {
    position: fixed;
    top: 50%;
    left: 50%;
    background: #fff;
    transform: translate(-50%,-50%);
    z-index: 101;
    max-width: 600px;
    margin: 0 auto;
    padding: 20px 20px 40px 20px;
    box-sizing: border-box;
    width: 90%;
}

.modal__close {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background-color: #000;
    cursor: pointer;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    display: block;
    color: #fff;
    margin-left: auto;
    position: absolute;
    right: -10px;
    top: -10px;
    border: 1px solid white;
}

.modal__video-align {
    display: flex;
    align-items: center;
    flex-direction: column;
}

@media (min-width: 800px) {

    .menu-toggle,
    .main-menu .menu-close {
        display: none
    }

    .main-menu {
        position: relative;
        left: auto;
        top: auto;
        display: block;
        width: 100%;
        height: 100%
    }

    .main-menu ul {
        display: flex;
        align-items: center;
        padding: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        height: 30px;
        width: auto;
        align-items: center;
        text-align: center;
        justify-content: center;
        display: flex
    }

    .main-menu.active {
        width: auto
    }

    .main-menu.active ul {
        display: flex
    }
}

.eleban {
    background: #00953f;
    padding: 40px 0
}

.banflex {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.banlogo {
    max-width: 48%;
    box-shadow: 0 0 100px 11px rgb(255 255 255 / 82%);
    border-radius: 50%
}

.prodlogo {
    max-width: 350px;
    position: relative;
    padding: 15px 0;
    margin: 10px auto
}

.bancont {
    width: 48%;
    text-align: center
}

.speakframe {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    margin-bottom: 15px;
}

.speakframe iframe {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.speakimax {
    max-width: 700px;
    margin: 30px auto;
}


.patiframe{
    max-width: 560px;
    margin: 30px auto;
}

.altwrap {
    width: 377px;
}

.prodlogo::after {
    content: "";
    position: absolute;
    bottom: 21px;
    width: 300px;
    height: 26px;
    background: #000;
    left: 0;
    right: 0;
    z-index: 12
}
.bigtil1 {
    font-size: 36px;
    color: #ffffff;
    font-weight: 700;
    line-height: 1.11;
    font-family: "Raleway"
}

.bigtil {
    font-size: 47px;
    color: #ffffff;
    font-weight: 700;
    line-height: 1.11;
    font-family: "Raleway"
}

.dis {
    font-size: 25px;
    line-height: 1.22;
    color: #ffffff;
    font-weight: 400;
    padding: 20px 0 0;
    font-family: "Montserrat"
}

.watchnow {
    font-size: 25px;
    line-height: 1.22;
    color: #00953f;
    font-weight: 700;
    font-family: "Montserrat";
    background: #fffc;
    padding: 10px;
    border-radius: 10px;
    margin: 30px 0;
    display: inline-block;
    text-transform: uppercase
}

.campflex {
    display: flex;
    justify-content: space-between
}

.glass {
    max-width: 250px
}

.campcontent {
    width: 60%;
    font-size: 22px;
    line-height: 40px;
    color: #000000;
    font-weight: 500;
    font-family: "Raleway";
    margin: 20px 50px 0 0
}

.artwrap {
    margin: 10px 0;
    position: relative;
    z-index: 9;
    padding: 0 15px
}

.arttil {
    font-size: 20px;
    color: #00953f;
    line-height: 35px;
    font-weight: 700;
    font-family: "Raleway";
    text-align: left;
    margin: 20px 0
}

.artdis {
    font-size: 18px;
    color: #000;
    font-weight: 400;
    font-family: "Raleway";
    text-align: left;
    line-height: 30px;
    display: inline;
    word-break: break-word;
}
.articles .artdis{
font-size: 16px
}

.artwrap img {
    border-radius: 10%
}

.speakwrap {
    margin: 10px
}

.speakname {
    font-size: 24px;
    color: #00953f;
    font-weight: 700;
    font-family: "Raleway";
    text-align: center;
    margin: 15px 0
}

.speakdeg {
    font-size: 16px;
    color: #00953f;
    font-weight: 400;
    font-family: "Raleway";
    text-align: center;
    line-height: 28px
}

.slick-slide .speakwrap img {
    max-width: 170px;
    height: auto;
    margin: 0 auto;
    border: 3px solid #00953f;
    border-radius: 50%
}
.modal__video-style{
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    margin-bottom: 15px;
}
.modal__video-style iframe{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
 .overiframe{
    margin-top: 20px;
    width: 35%;

 }
 .overiframe img{
    width: 100%;
    height: auto;
 }

@media (max-width: 800px) {
    .sec-ttl span {
        font: 400 30px/36px Raleway;
        padding-right: 10px
    }

    .h-right-div {
        margin: 0
    }
    .campcontent, .overiframe{
        width: 100%;
    }


    .main-menu a {
        padding: 15px;
        display: block
    }

    .back-to-link::after {
        display: none
    }

    .back-to-link a span {
        white-space: nowrap
    }

    .main-menu a:after {
        display: none
    }

    .back-to-link img {
        width: 60px
    }

    .banflex,
    .campflex {
        display: block
    }

    .bancont {
        width: 100%;
        margin: 0 auto;
        box-sizing: border-box;
        text-align: center
    }

    .banlogo {
        max-width: 300px;
        box-sizing: border-box;
        margin: 0 auto
    }

    .prodlogo {
        margin: 10px auto;
        max-width: 300px
    }
     .bigtil1 {
        font-size: 22px;
        margin-top: 10px
    }


    .bigtil {
        font-size: 28px;
        margin-top: 10px
    }

    .dis {
        font-size: 18px;
        line-height: 28px
    }

    .watchnow {
        font-size: 20px
    }

    .campcontent {
        font-size: 16px;
        line-height: 30px;
        margin: 0 0 20px
    }

    .glass {
        max-width: 200px;
        margin: 0 auto
    }

    .arttil,
    .speakname {
        font-size: 24px;
        line-height: 33px;
        margin: 10px 0
    }

    .artdis,
    .speakdeg {
        font-size: 16px;
        line-height: 28px
    }

    .headtop {
        padding: 10px 15px
    }
}

.slide {
    margin: 0 10px
}

.slide:last-child {
    margin-right: 0
}

.slide:focus {
    outline: none
}

.slide:hover {
    color: #ea8f07
}

.slide:hover .video-desc {
    color: #555;
    font-weight: 600
}

.slick-slider .slick-list {
    margin: 0 35px
}

.slick-arrow {
    position: absolute;
    cursor: pointer;
    width: 40px;
    height: 40px;
    z-index: 9;
    font-size: 0;
    border: 0;
    border-radius: 50%;
    background: #00953f;
    top: 25%;
}

.slick-disabled {
    opacity: 0.6
}

.slick-slide img {
    width: 100%
}

.readmore {
    font-size: 20px;
    color: #000;
    font-weight: 400;
    font-family: "Raleway";
    text-align: left;
    line-height: 28px;
    text-decoration: underline;
    display:inline-block
}
.readmore a{
    font-size: 16px;
    color: black
}

.mid_prt{
    margin: 10px 0;
}

.slick-prev {
    left: 0;
    cursor: pointer
}


.slick-next {
    right: 0;
    cursor: pointer
}
.slick-list{
    margin: 0 35px;
}

.slick-next:before {
    content: "";
    position: absolute;
    border: solid white;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 8px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    top: 10px;
    right: 14px;
}

.slick-arrow svg {
    background: #00953f;
    border-radius: 50%;
    fill: #fff;
    position: relative;
}

.slick-prev:before {
    content: "";
    position: absolute;
    border: solid white;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 8px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    top: 10px;
    left: 14px;
}

footer {
    background: #000;
    margin-top: 50px
}

.copywrite {
    text-align: center;
    font: 400 14px/18px "Open Sans", sans-serif;
    letter-spacing: 0;
    color: #fff;
    padding: 10px 0
}

/*.videos .sec-ttl span{background: #d2ecdd}*/
.videos .sec-ttl {
    padding: 25px 0;
    margin-top: 60px
}

.vdowrap {
    display: flex;
    margin: 0 auto;
    max-width: 1240px
}

.videos .sec-ttl span:after {
    top: 45px
}

.slider-tabs .tab {
    width: auto;
    opacity: 1;
    display: flex;
    justify-content: center;
    padding: 0;
    border-top: 2px solid #fff;
    overflow: hidden;
}

.slider-tabs .tab .tablinks {
    text-align: center;
    font-size: 38px;
    color: #00953f;
    font-weight: 700;
    font-family: "Raleway";
    text-align: center;
    display: inline-block;
    padding: 15px 20px;
    margin: 0;
    cursor: pointer;
    text-decoration: none;
    box-sizing: border-box;
    text-transform: capitalize;
    position: relative;
    white-space: nowrap;
    border-right: 2px solid #fff;
}

.slider-tabs .tab .tablinks:last-child {
    border-right: 0 solid #001d42;
    position: relative;
}

.slider-tabs .tab .tablinks.tablinks.active:last-child:after,
.slider-tabs .tab .tablinks.tablinks:hover:last-child:after {
    position: absolute;
    content: "";
    background: #00953f;
    top: 0;
    bottom: 0;
    right: -1000%;
    width: 1000%
}

.slider-tabs .tab .tablinks.tablinks.active:first-child:before,
.slider-tabs .tab .tablinks.tablinks:hover:first-child:before {
    position: absolute;
    content: "";
    background: #00953f;
    top: 0;
    bottom: 0;
    left: -1000%;
    width: 1000%
}

.slider-tabs .tab .tablinks:first-child {
    position: relative;
}

.slider-tabs .tab .tablinks.active,
.slider-tabs .tab .tablinks:hover {
    background: #00953f;
    color: #fff;
    opacity: 1;
}

.slider-tabs .tabcontent {
    display: none;
    -webkit-animation: fade-in 1.2s;
    animation: fade-in 1.2s;
    background: #fff;
    padding: 30px 0
}

.slider-tabs .tabcontent.active-content {
    display: block;
}

.icon {
    position: relative;
}

.icon svg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    height: 100%;
    z-index: 9
}

.icon img {
    filter: brightness(0.7);
}

.waterbg {
    position: relative;
}

@media (max-width: 800px) {
    .slick-arrow svg {
        width: 40px;
        height: 40px
    }

    .slick-next,
    .slick-prev {
        top: 25%
    }

    .slider-tabs .tab {

        justify-content: flex-start;
        overflow-y: hidden;
        overflow-x: scroll;
    }

    .slider-tabs .tab .tablinks {
        text-align: center;
        font-size: 20px;
    }

    .videos .sec-ttl {
        padding: 13px 0;
        margin-top: 30px;
        margin-left: 15px;
    }
    .mid_prt{
        margin: inherit;
        margin-top: 10px;
    }

    .videos .sec-ttl span:after {
        top: 30px;
    }

    .vdowrap {
        overflow-x: scroll;
    }

    .vdowrap .artwrap {
        margin: 10px 15px;
        min-width: 280px;
    }

    .slider-tabs .tabcontent {
        padding: 30px 0 0
    }

    .h-left-div img {
        width: 150px;
    }

    .back-to-link a span {
        width: 45px;
    }

    .waterbg::after {
        height: 500px;
        width: 400px;
        background-position: -20px right;
    }

    .readmore {
        font-size: 16px;
    }
}