.h1, h1, .h2, h2, .h3, h3, .h4, h4 ,
.h5, h5, .h6, h6{
    font-family: 'Dosis', sans-serif;
}
p, span, html, body, a{
    font-family: 'Open Sans', sans-serif;
}
.primary_btn {
    background-color: rgb(0, 0, 0);
    font-family: 'Dosis', sans-serif;
    cursor: pointer;
    color: #ffffff !important;
    line-height: 30px;
    letter-spacing: 4.325px;
    font-size: 22px;
    border: 1px solid #000000;
    padding: 10px 15px;
    font-weight: 600;
    border-radius: 0px;
}

.primary_btn:hover {
    background-color: #ffffff;
    color: #000000 !important;
}
.navbar-brand img.brandlogo {
    height: 35px  !important;
    width: auto;
}
nav.navbar.bg-light {
    background-color: transparent !important;
}
section.mainbanner {
    position: relative;
}
section.mainbanner .banner__overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(22, 21, 21, 0.7);
    z-index: 1;
}
nav#navbarheader.scrolled {
    background-color: rgba(23,23,23,1) !important;
}
nav#navbarheader {
    -webkit-transition: all 400ms ease-in-out !important;
    -moz-transition: all 400ms ease-in-out !important;
    -o-transition: all 400ms ease-in-out !important;
    transition: all 400ms ease-in-out !important;
}
nav#navbarheader.scrolled .navbar-nav a,
nav#navbarheader .navbar-nav a {
    color: #ffffff;
}
nav#navbarheader a.nav-link {
    margin-right: 25px;
    margin-left: 25px;
    font-family: 'Dosis', 'Arial', 'sans-serif', sans-serif;
    font-weight: 700 !important;
    font-size: 12px;
    position: relative;
    color: #ebebeb;
    text-transform: uppercase;
    letter-spacing: 4px;
    overflow: hidden;
    padding-left: 0 !important;
    padding-right: 0 !important;
    transition: all 0.5s ease-in-out;
}
nav#navbarheader a.nav-link:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    width: 0;
    background-color: #4D784E;
    transition: all 0.5s ease-in-out;
    opacity: 0;
}
nav#navbarheader a.nav-link:hover:before {
    left: 0;
    opacity: 1;
    width: calc(100%);
}
nav#navbarheader a.nav-link:hover {
    color: #4D784E;
}
nav#navbarheader ul.dropdown-menu a.dropdown-item {
    color: #232323;
    background-color: transparent;
}
nav#navbarheader ul.dropdown-menu a.dropdown-item:hover, 
nav#navbarheader ul.dropdown-menu a.dropdown-item:active {
    background-color: #4D784E;
    color: #ffffff;
}
.bannerWrapper .subtitle {
    font-family: 'Dosis', sans-serif;
    color: rgba(239, 239, 239, 0.67);
    text-align: center;
    line-height: 50px;
    letter-spacing: 10px;
    font-weight: 400;
    font-size: 23px;
}
.bannerWrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
    width: 90%;
    text-transform: uppercase;
}
.bannerWrapper .title {
    font-family: 'Dosis', sans-serif;
    color: rgb(255, 255, 255);
    text-align: center;
    line-height: 80px;
    letter-spacing: 30px;
    font-weight: 400;
    font-size: 60px;
    padding-left: 20px;
}
.spacer50{
    padding-top: 50px;
    padding-bottom: 50px;
    overflow: hidden;
}
.spacer100{
    padding-top: 100px;
    padding-bottom: 100px;
    overflow: hidden;
}
.spacer140{
    padding-top: 140px;
    padding-bottom: 140px;
    overflow: hidden;
}
.contentWrapp{
/*    padding-top: 80px;*/
/*    padding-bottom: 80px;*/
}
.heading-spacer .headings-line {
    position: relative;
}
.heading-spacer .headings-line:before {
    content: '' !important;
    position: absolute !important;
    top: 0;
    bottom: 0;
    width: 1px;
    height: 100%;
    background-color: #000000;
    margin: auto;
    text-align: center;
    left: 0;
    right: 0;
}
.icon-box {
    padding: 25px;
    text-align: center;
}
.icon-box svg {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
    top: 0;
    bottom: 0;
}
.icon-box .icon-wrapper {
    height: 64px;
    width: 64px;
    background: #4d784e;
    font-size: 32px;
    display: inline-block;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .2s linear;
    transition: -webkit-transform .2s linear;
    transition: transform .2s linear;
    transition: transform .2s linear,-webkit-transform .2s linear;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    color: #333;
    margin-bottom: 22px;
}
.icon-box:hover .icon-wrapper {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.icon-box .icon-header h4.aio-icon-title {
    letter-spacing: 3px;
    font-family: 'Dosis', 'Arial', 'sans-serif';
    font-weight: bold;
    font-size: 20px;
    color: #4d784e;
    margin-bottom: 15px !important;
    line-height: 1.3em !important;
}
.icon-box .icon-top {
    margin-bottom: 22px !important;
}
.icon-box .icon-description {
    color: #ffffff;
}
.section3 h2.sec_title_h2 {
    padding-bottom: 50px !important;
    color: #ffffff;
    -webkit-animation-delay: 0.3s;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: 1;
    -moz-animation-delay: 0.3s;
    -moz-animation-duration: 1s;
    -moz-animation-iteration-count: 1;
    animation-delay: 0.3s;
    animation-duration: 1s;
    animation-iteration-count: 1;
    font-family: 'Dosis', 'Arial', 'sans-serif';
    font-weight: 600;
    font-size: 45px;
    letter-spacing: 15px;
    line-height: 1.5em !important;
    text-transform: uppercase;
    text-rendering: optimizelegibility;
    margin-bottom: 15px;
}

#big_footer #primary_footer {
    padding: 120px 0 80px;
}
#big_footer {
    
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
#big_footer h4.widget_title_span {
    font-family: 'Dosis', 'Arial', 'sans-serif';
    font-weight: 700;
    font-size: 14px !important;
    color: #ffffff;
    letter-spacing: 2px !important;
    text-transform: uppercase;
    margin-bottom: 20px !important;
}
#big_footer #primary_footer a {
    color: #cccaca;
    font-family: 'Open Sans', 'Arial', 'sans-serif';
    font-weight: normal;
    font-size: 15px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
    text-decoration: none;
}
#big_footer #primary_footer a:hover {
    color: #ffffff;
}
#big_footer .widget.widget-contact-info {
    text-align: center;
}
#big_footer .widget-contact-content svg {
    color: #ffffff;
    font-size: 26px;
}
#big_footer .icon__wrapp {
    width: 50px;
    height: 50px;
    background: #4D784E !important;
    color: #fff !important;
    border-radius: 100%;
    line-height: 60px;
    margin: auto;
    margin-bottom: 30px;
}
#big_footer .widget-contact-content svg {
    color: #ffffff;
    font-size: 26px;
}
#big_footer .widget-contact-content {
    padding: 20px;
}
#secondary_footer .footer_logo img {
    max-height: 100px;
}
#secondary_footer {
    padding: 40px 0 20px;
    TEXT-ALIGN: center;
}
#secondary_footer .footer_logo.align-center {
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
    cursor: default;
    margin-bottom: 30px !important;
    display: block;
}
#secondary_footer .footer_custom_text.center p {
    text-align: center;
    letter-spacing: 0;
    margin-top: 5px !important;
    font-family: 'Open Sans', 'Arial', 'sans-serif !important';
    font-size: 12px !important;
    color: #808080 !important;
}
#secondary_footer .footer_custom_text.center {
    display: block;
}

#bc2top {
    display: flex;
    background: #2c2929;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 100%;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, 
    opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    text-decoration: none;
    cursor: pointer;
    justify-content: center;
    align-items: center;
}
#bc2top.show svg {
    color: #ffffff;
    font-size: 25px;
    line-height: 48px;
}
#bc2top::after {
/*  content: "\f077";*/
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#bc2top:hover {
  cursor: pointer;
  background-color: #4D784E !important;
}
#bc2top:active {
  background-color: #555;
}
#bc2top.show {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 500px) {
  #button {
    margin: 30px;
  }
}
.home .section2 .sec_title_h2 {
    font-size: 45px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 68px;
    color: #1f1f1f;
    letter-spacing: 15px;
    margin-bottom: 45px;
}
.home .section2 .sectionDesc p {
    color: #333;
    font-size: 1.2em;
    text-align: center;
}
/*  Product */
.kenburns__wrap .kenburns-wrap {
    position:relative;
    overflow:hidden;
    height: 100vh;
}
.kenburns__wrap .kenburns-wrap img{
    animation: 20s ppb_kenburns linear infinite;
}
@keyframes ppb_kenburns{
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}
.bannercontentWrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 7;
    color: #ffffff;
    display: flex;
    align-content: center;
    align-items: center;
}
.bannercontentWrapper h1.title {
    line-height: 102px;
    letter-spacing: 22.0575px;
    font-weight: 500;
    font-size: 78px;
    text-transform: uppercase;
    margin-bottom: 25px;
}
h2.sec_title_h4 span {
    font-family: 'Dosis', sans-serif;
    font-weight: 600 !important;
}
h2.sec_title_h4 {
    line-height: 1.3em !important;
    font-weight: 500 !important;
    font-size: 20px;
    color: #ffffff;
    letter-spacing: 6px;
    text-transform: uppercase;
    
}
.prodsec2 .sectionDesc p {
    font-family: 'Open Sans', 'Arial', 'sans-serif';
    font-weight: normal;
    font-size: 15px;
    color: #ffffff;
}
.prodsec3 .sectionDesc p {
    font-family: 'Open Sans', 'Arial', 'sans-serif';
    font-weight: normal;
    font-size: 15px;
    color: #171717;
    text-align: justify;
    text-align-last: center;
}
.prodsec3 h2.sec_title_h4{
    color: #171717;
}
.prodsec3 .imgwrapBoth {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.prodsec3 .imgwrapBoth img {
    width: 100%;
}
.prodsec3 .imgwrapBoth img.rightImg {
/*    position: absolute;*/
   /* right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 1;*/
    /* transform: translate(55%, 0);*/
/*    margin-left: 35%;*/
}
.prodsec3 .imgwrapBoth img.leftImg {
    margin-right: -20%;
}
.prodsec3 .imgwrapBoth img.rightImg {
    margin-left: -20%;
}
.hidden {
    display: none;
}
.contactDetails {
    padding: 5%;
}
.contactsec2 .sectionDesc p {
    font-family: 'Open Sans', 'Arial', 'sans-serif';
    font-weight: normal;
    font-size: 15px;
    color: #171717;
    text-align: justify;
}
.contactDetails h3.sec_title_h3 {
    font-family: 'Dosis', 'sans-serif';
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 15px !important;
    line-height: 1.3em !important;
    letter-spacing: 6px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.contactDetails h3.sec_title_h3 span {
    font-family: inherit;
    font-weight: inherit;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.contactDetails ul li {
    list-style: none;
    position: relative;
    padding-left: 50px;
}
.contactDetails ul {
    padding-left: 0;
}
.contactDetails ul li span.iconImg {
    width: 32px;
    height: 32px;
    display: inline-block;
    text-align: center;
    line-height: 32px;
    background: #4d784e;
    border: 1px solid #4d784e;
    color: #ffffff;
    margin-right: 15px !important;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
}
.contactDetails ul li  a {
    text-decoration: none;
}
.contactDetails ul li .iconDesc strong {
    font-family: 'Dosis', 'Arial', 'sans-serif';
    font-weight: 600;
    font-size: 16px;
    color: #1f1f1f;
    letter-spacing: 3px;
    margin-bottom: 10px !important;
    display: block;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.contactDetails ul li {
    margin: 35px 0 !important;
}
.contactDetails ul li:hover span.iconImg {
    color: #4d784e;
    background-color: #ffffff;
}
.contactDetails ul li:hover strong, 
.contactDetails ul li:hover p {
    color:#4d784e;
}
.footer_custom_text a {
    text-decoration: none;
    color: inherit;
}

.footer_custom_text a:hover {
    color: #ffffff;
}
.video {
  width: 100%;
  height: 400px;
  margin: auto;
  display: block;
  border: none;
}
.video-bg1 .popup-btn i{
    color: #fff;
}
.video-bg1 .popup-btn, .close-btn {
  width: 50px;
  height: 50px;
  display: block;
/*  margin: 50px auto;*/
  cursor: pointer;
  background: transparent;
    border-radius: 50%;
    border: 2px solid white;
}
.video-bg1 .video-popup{
    position: relative;
}
.video-bg1 .close-btn{
    position: absolute;
    top: -23px;
    right: -22px;
    color: #fff;
}

.video-bg1 .popup-btn:hover {
  color: white;
  background-color: black;
}
.video-bg1 .video-popup {
  display: none;
  width: 100%;
  height: 100vh;
  margin: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 111;
  boxshadow: 10px 10px 10px 10px black;
}
.video-bg1 .popup-bg {
  background: rgba(0,0,0,0.8);
  width: 100%;
  height: 100vh;
  position: absolute;
}
.video-bg1 .popup-content {
  background: black;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
/*  width: 800px;*/
  height: auto;
}
.video-bg1 .popup-title {
  padding: 30px;
  margin: 0 auto;
  color: red;
  text-transform: uppercase;
}
/*.video-bg1{
    background-size: cover !important;
    height: 241px;
    background: url(../images/video-img1.png);
}*/
button.popup-btn {
    color: #fff;
}

button.popup-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgb(0 0 0 / 50%);
    transition: all 0.3s ease-in-out;
}

.video-bg1 {
    position: relative;
    transition: all 0.8s ease-in-out;
    box-shadow: 0 0 10px #ddd;
}

.video-bg1:hover {
    box-shadow: 0 0 25px #383838d1;

}
.video-bg1:hover .popup-btn {
   transform: translate(-50%, -50%) scale(1.2);
   transition: all 0.3s ease-in-out;
   background: #000;
}
.video-bg1 video::-webkit-media-controls-play-button {

}

.video-bg1 video::-webkit-media-controls-volume-slider {
display: none;
}

.video-bg1 video::-webkit-media-controls-mute-button {
display: none;
}

/*.video-bg1 video::-webkit-media-controls-timeline {
    display: none;
}*/

.video-bg1 video::-webkit-media-controls-current-time-display {
display: none;
}
.video-content{
    padding: 50px;
}
.video-content p{
    font-size: 18px;
    text-align: justify;
}
.video-bg1 img{
width: 100%;
}
.padding-space{
    padding: 0 !important;
}

@media (max-width: 546px) {
  .video-bg1 .popup-content{
    width: 100%;
    background-color: transparent;
    padding: 25px;
  }

.video-bg1 .close-btn{
    width: 38px;
    height: 38px;
    position: absolute;
    top: 6px;
    right: 10px;
    color: #fff;
}
.row.video-grid2 {
    flex-direction: column-reverse;
}

.row.video-grid4{
 flex-direction: column-reverse;
}
.video-content{
    padding: 30px 0px;
}
.padding-space{
   padding-right: calc(var(--bs-gutter-x) * .5) !important;
  padding-left: calc(var(--bs-gutter-x) * .5) !important;
}
}
.video-content h4{
    font-size: 20px;
    padding-bottom: 10px;
    color: #4D784E;
    text-transform: uppercase;
    border-bottom: 1px solid#ddd;
}
.video-content ul{
    padding: 0;
    margin: 0;
}
.video-content ul li{
  list-style: none;
    line-height: 31px;
    font-size: 16px;
    font-weight: 600;
}
.video-content svg{
    font-size: 16px;
    padding-right: 10px !important;
    color: #4d784e;
}