/*
 Theme Name:   Wp-Bootstrap-Starter Child
 Theme URI:    http://example.com/
 Description:  Wp-Bootstrap-Starter Child Theme
 Author:       John Doe
 Author URI:   http://example.com
 Template:     wp-bootstrap-starter
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  wp-bootstrap-starterchild
*/
/*================================
=            Root Css            =
================================*/
:root {
    --roboto: 'Roboto', sans-serif;
    --greencolor: #38793A;
    --darkbluecolor: #00213D;
    --whitecolor: #fff;
    --blackcolor: #000;
}
/*=====  End of Root Css  ======*/
/*==================================
=            common css            =
==================================*/
body {
    font-family: var(--roboto) !important;
    position: relative;
	box-sizing:border-box !important;
}
body div#page {
    overflow: hidden;
}
body a{
    transition: all 0.5s ease 0s;
}
body a:hover{
    box-shadow: none;
    text-decoration: none;
}
.site-inner {
    max-width: inherit;
    margin: 0 auto 0;
    padding: 0;
}
body .content-area .entry-content {
    margin: 0;
}
p {
    font-size: 16px;
    line-height: 1.6;
    font-weight: normal;
    color: var(--darkbluecolor);
    margin-bottom: 30px;
}
@media only screen and (max-width: 1024px){
    p {
        font-size: 15px;
    }
}
@media only screen and (max-width: 991px){
    p {
        font-size: 15px;
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 767px){
    body .r-mb-3{
        margin-bottom: 15px !important
    }
    body .r-mb-5{
        margin-bottom: 30px !important
    }
    p {
        margin-bottom: 15px;
    }
}
#content.site-content,
.site-footer .container {
    padding-bottom: 0;
    padding-top: 0;
}
body .vc_section.vc_container > .vc_row {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 100%;
}
.container {
    padding-bottom: 0;
    padding-top: 0;
    max-width: 1140px !important;
    margin: 0 auto;
}
::selection {
    color: var(--whitecolor);
    background: var(--blackcolor);
}
.vc_row{
	 max-width: 1140px;
}
/*=====  End of common css  ======*/
/*======================================
=            Top Header CSS            =
======================================*/
.top-header {
    background: var(--greencolor);
    padding: 8px 0;
}
.top-header .top-header-left-menu ul {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
.top-header .top-header-left-menu ul li {
    display: inline-block;
    vertical-align: top;
    float: left;
}
.top-header .top-header-left-menu ul li a {
    padding: 0 10px;
    color: var(--whitecolor);
    font-weight: normal;
    font-size: 14px;
    position: relative;
}
.top-header .top-header-left-menu ul li a:hover {
    color: var(--darkbluecolor);
}
.top-header .top-header-left-menu ul li:first-child a {
    padding-left: 0;
}
.top-header .top-header-left-menu ul li:last-child a {
    padding-right: 0;
}
.top-header .top-header-left-menu ul li a:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    background: var(--whitecolor);
    width: 1px;
    height: 15px;
    display: block;
}
.top-header .top-header-left-menu ul li:last-child a:after {
    display: none;
}
.top-header aside {
    margin: 0;
}
.top-header .top-header-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}
.top-header .top-header-right .top-header-right-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 10px;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}
.top-header .top-header-right .top-header-right-box:last-child {
    padding-right: 0;
}
.top-header .top-header-right .top-header-right-box:first-child {
    padding-left: 0;
}
.top-header .top-header-right .top-header-right-box .top-header-info-icon {
    margin-right: 10px;
}
.top-header .top-header-right .top-header-right-box .top-header-info-text a, 
.top-header .top-header-right .top-header-right-box .top-header-info-text p {
    font-weight: normal;
    font-size: 14px;
    color: var(--whitecolor);
    margin: 0;
}
.top-header .top-header-right .top-header-right-box .top-header-info-text a:hover {
    color: var(--darkbluecolor);
}
/*=====  End of Top Header CSS  ======*/
/*=======================================
=            Main Header CSS            =
=======================================*/
header#masthead {
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 10px 0;
    position: relative;
    z-index: 99;
}
header#masthead .navbar {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}
header#masthead .navbar-brand {
    padding: 0;
    margin: 0;
}
header#masthead .navbar-brand a {
    display: inline-block;
    vertical-align: top;
}
header#masthead .navbar-brand a img {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 180px;
    min-width: 180px;
}
header#masthead #main-nav .navbar-nav li a {
    padding: 0 15px;
    font-weight: 500;
    font-size: 16px;
    color: var(--darkbluecolor);
}
header#masthead #main-nav .navbar-nav li:first-child a {
    padding-left: 0;
}
header#masthead #main-nav .navbar-nav li:last-child a {
    padding-right: 0;
}
header#masthead #main-nav .navbar-nav li.current-menu-item a,
header#masthead #main-nav .navbar-nav li a:hover {
    color: var(--greencolor);
}
header#masthead .main-header-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}
header#masthead .main-header-menu .main-header-search {
    padding-left: 15px;
    margin-left: 15px;
    position: relative;
	gap:10px;
}
header#masthead .main-header-menu .main-header-search:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    width: 1px;
    height: 20px;
    background: var(--blackcolor);
}
header#masthead .main-header-menu .main-header-search > .btn {
    background: transparent;
    border: none;
    padding: 0;
    outline: none;
    vertical-align: top;
}
header#masthead .main-header-menu .main-header-search > .btn:focus {
    box-shadow: none;
}
header#masthead .main-header-menu .main-header-search > .btn img {
    width: 20px;
}
body .modal-backdrop.show {
    background: var(--darkbluecolor);
    opacity: 0.9;
}
.modal {
    padding: 0 !important;
}
.modal .modal-dialog {
    margin: 0;
    min-height: initial;
    max-width: inherit;
    height: 100vh;
    position: relative;
}
.modal .modal-dialog .modal-content {
    /* height: 100%; */
    background: transparent;
    /* display: inline-block; */
    /* vertical-align: top; */
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    position: initial;
    padding: 0 15px;
    border: none;
}
.modal .modal-dialog .modal-content .modal-header {
    padding: 0;
    border: none;
    border-radius: 0;
    display: inline-block;
    vertical-align: top;
    position: absolute;
    right: 30px;
    top: 30px;
    z-index: 9;
}
.modal .modal-dialog .modal-content .modal-header button {
    margin: 0;
    padding: 0;
    opacity: 1;
    text-shadow: none;
    outline: none;
}
.modal .modal-dialog .modal-content .modal-header button img {
    width: 30px;
}
#header-search .modal-body {
    max-width: 700px;
    width: 100%;
}
/* #header-search.modal .modal-dialog .modal-content .modal-body {
    display: inline-block;
    vertical-align: top;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
} */
#header-search.modal .modal-dialog .modal-content .modal-body form {
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
#header-search.modal .modal-dialog .modal-content .modal-body form label {
    width: 100%;
    vertical-align: top;
    margin-bottom: 30px;
}
#header-search.modal .modal-dialog .modal-content .modal-body form input.search-field {
    background: var(--whitecolor);
    border-radius: 0;
    border: none;
    outline: none;
    height: 50px;
    padding: 15px;
    font-weight: normal;
    font-size: 14px;
    color: var(--darkbluecolor);
    box-shadow: none;
    min-width: initial;
    max-width: inherit;
}
#header-search.modal .modal-dialog .modal-content .modal-body form input.search-field::placeholder{
    color: var(--darkbluecolor);
}
#header-search.modal .modal-dialog .modal-content .modal-body form input.search-submit {
    font-weight: 500;
    font-size: 16px;
    background: var(--greencolor);
    border: 2px solid var(--greencolor);
    border-radius: 0;
    outline: none;
    box-shadow: none;
    color: var(--whitecolor);
    height: 50px;
    padding: 0 45px;
    transition: all 0.5s ease 0s;
}
#header-search.modal .modal-dialog .modal-content .modal-body form input.search-submit:hover {
    background: transparent;
    color: var(--whitecolor);
}
/*=====  End of Main Header CSS  ======*/
/*===============================================
=            Home Banner Section CSS            =
===============================================*/
body .banner-btn img {
    vertical-align: middle;
    margin-left: 10px;
}
/*=====  End of Home Banner Section CSS  ======*/
/*========================================================
=            Home Company Profile Section CSS            =
========================================================*/
body .vc_section.company-section-main {
    padding: 20px 0;
}
.company-title h3 {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2;
    text-transform: uppercase;
    color: var(--whitecolor);
}
.company-profile-box-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}
.company-profile-box-main .company-profile-box-icon {
    width: 100%;
    min-width: 50px;
    max-width: 50px;
    margin-right: 15px;
    text-align: center;
    line-height: 48px;
    border: 1px solid var(--whitecolor);
    border-radius: 50%;
}
.company-profile-box-main .company-profile-box-text h4 {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.5px;
    color: var(--whitecolor);
    margin-bottom: 0;
}
.company-profile-box-main .company-profile-box-text p {
    font-weight: normal;
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 0.5px;
    color: var(--whitecolor);
}
/*=====  End of Home Company Profile Section CSS  ======*/
/*===================================================
=            Home Technology Section CSS            =
===================================================*/
.section-padding {
    padding: 80px 0;
}
.section-content .section-title {
    font-weight: 500;
    font-size: 42px;
    line-height: 1.2;
    color: var(--darkbluecolor);
    padding-bottom: 0;
    margin-bottom: 22px;
}
.section-content h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.06;
    color: var(--darkbluecolor);
    margin-bottom: 20px;
}
.section-content h4 {
    font-weight: 900;
    font-size: 16px;
    line-height: 1.62;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: var(--greencolor);
    margin-bottom: 14px;
}
.section-content h5 {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.5;
    color: var(--darkbluecolor);
}
.section-content h6 {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.5;
    color: rgba(0, 33, 61, 0.5);
    margin-bottom: 16px;
}
/* .section-content p a{
    color: var(--greencolor);
} */
.round-listing + p {
    margin-top: 17px;
}
.round-listing ul {
    padding: 0;
    list-style: none;
    margin: 0;
}
.round-listing ul li {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 5px;
    position: relative;
    padding-left: 15px;
    color: var(--darkbluecolor);
}
.round-listing ul li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 6px;
    height: 6px;
    background: var(--greencolor);
    border-radius: 50%;
}
.square-listing {
    margin-bottom: 18px;
}
.square-listing ul {
    list-style: none;
    padding: 0;
}
.square-listing ul li {
    font-weight: normal;
    font-size: 16px;
    line-height: 1.62;
    color: var(--darkbluecolor);
    position: relative;
    padding-left: 20px;
}
.square-listing ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    background: var(--greencolor);
}
.center-section-title {
    max-width: 700px;
    margin: 0 auto 50px !important;
}
body .vc_tta.home-technology-tab ul.vc_tta-tabs-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.home-technology-tab ul.vc_tta-tabs-list li.vc_tta-tab {
    margin: 0;
    vertical-align: top;
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 2px solid #F6F6F6;
    transition: all 0.5s ease 0s;
}
.home-technology-tab ul.vc_tta-tabs-list li.vc_tta-tab.vc_active, 
.home-technology-tab ul.vc_tta-tabs-list li.vc_tta-tab:hover {
    border-bottom: 2px solid var(--greencolor);
}
.home-technology-tab ul.vc_tta-tabs-list li.vc_tta-tab a {
    padding: 74px 0 0 0;
    background: transparent;
    border: none;
}
.home-technology-tab ul.vc_tta-tabs-list li.vc_tta-tab.vc_active a {
    background: transparent;
    border: none;
}
.home-technology-tab ul.vc_tta-tabs-list li.vc_tta-tab a:hover {
    background: transparent;
    border: none;
}
body .vc_tta.home-technology-tab ul.vc_tta-tabs-list li.vc_tta-tab a:after {
    content: "";
    position: absolute;
    top: 0 !important;
    left: 0 !important;
    width: 60px;
    height: 60px !important;
    right: 0;
    margin: 0 auto;
    background-size: contain;
    background-position: center;
}
body .vc_tta.home-technology-tab ul.vc_tta-tabs-list li.vc_tta-tab a[href="#tab1"]:after{
    background-image: url('/wp-content/uploads/2026/03/low-energy-icon.webp');
}
body .vc_tta.home-technology-tab ul.vc_tta-tabs-list li.vc_tta-tab a[href="#tab2"]:after{
    background-image: url('/wp-content/uploads/2026/03/modular-airless-process-icon.webp');
}
body .vc_tta.home-technology-tab ul.vc_tta-tabs-list li.vc_tta-tab a[href="#tab3"]:after{
    background-image: url('/wp-content/uploads/2026/03/gentle-process-icon.webp');
}
body .vc_tta.home-technology-tab ul.vc_tta-tabs-list li.vc_tta-tab a[href="#tab4"]:after{
    background-image: url('/wp-content/uploads/2026/03/reduced-floor-space-icon.webp');
}
body .vc_tta.home-technology-tab ul.vc_tta-tabs-list li.vc_tta-tab a[href="#tab5"]:after{
    background-image: url('/wp-content/uploads/2026/03/high-capacity-icon.webp');
}
body .vc_tta.home-technology-tab ul.vc_tta-tabs-list li.vc_tta-tab a[href="#tab6"]:after{
    background-image: url('/wp-content/uploads/2026/03/pure-material-streams-icon.webp');
}
.home-technology-tab ul.vc_tta-tabs-list li.vc_tta-tab a span {
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    color: var(--darkbluecolor);
}
body .vc_tta.home-technology-tab .vc_tta-panels {
    background: transparent !important;
    border: none !important;
}
body .vc_tta.home-technology-tab .vc_tta-panels .vc_tta-panel-body {
    padding: 30px 0 0 0;
}
/*=====  End of Home Technology Section CSS  ======*/
/*=======================================================
=            Home Project Slider Section CSS            =
=======================================================*/
.project-slider-section .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.project-slider-section .project-slider-title {
    width: 100%;
    padding-left: 73px;
}
.project-slider-section .project-slider-inner .slick-list {
    padding: 0 15px;
}
.project-slider-section .project-slider-inner .slick-slide {
    padding: 0 15px;
}
.project-slider-section .project-slider-box .project-slider-img {
    height: 100%;
    cursor: pointer;
    padding-bottom: 91.6%;
    position: relative;
}
.project-slider-section .project-slider-box .project-slider-img-inner {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    background: #fff;
}
.project-slider-section .project-slider-box .project-slider-img-inner > img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.project-slider-section .project-slider-box .project-slider-img-inner:after {
    content: "";
    position: absolute;
    left: 0;
    top: -100%;
    display: block;
    /* background: rgba(0, 33, 61, 0.6); */
    background: linear-gradient(180deg, rgba(56, 121, 58, 0.432) 0%, rgba(0, 33, 61, 0.9) 76.04%);
    height: 100%;
    width: 100%;
    transition: all 0.5s ease 0s;
    opacity: 0;
    visibility: hidden;
}
.project-slider-section .project-slider-box:hover .project-slider-img-inner:after {
    top: 0;
    visibility: visible;
    opacity: 1;
}
.project-slider-section .project-slider-box .project-slider-img-inner .project-slider-img-text {
    position: absolute;
    left: 50%;
    bottom: 100%;
    transform: translate(-50%, 0);
    z-index: 9;
    display: block;
    transition: all 0.5s ease 0s;
    opacity: 0;
    visibility: hidden;
    text-align: center;
    width: 100%;
}
.project-slider-section .project-slider-box:hover .project-slider-img-inner .project-slider-img-text {
    bottom: auto;
    transform: translate(-50%, -50%);
    opacity: 1;
    visibility: visible;
    top: 50%;
}
.project-slider-section .project-slider-box .project-slider-img-inner .project-slider-img-text .project-slider-price-btn {
    background: var(--greencolor);
    border: 1px solid var(--greencolor);
    font-weight: 400;
    font-size: 18px;
    line-height: 1.33;
    color: var(--whitecolor);
    display: inline-block;
    vertical-align: top;
    padding: 12px 29px;
    margin-bottom: 15px;
}
.project-slider-section .project-slider-box .project-slider-img-inner .project-slider-img-text .project-slider-price-btn:hover {
    background: var(--whitecolor);
    color: var(--greencolor);
    border-color: var(--whitecolor);
}
.project-slider-section .project-slider-box .project-slider-img-inner .project-slider-img-text .project-slider-file {
    vertical-align: baseline;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.71;
    color: var(--whitecolor);
    display: table;
    margin: 0 auto;
}
.project-slider-section .project-slider-box .project-slider-img-inner .project-slider-img-text .project-slider-file:hover {
    text-decoration: underline;
}
.project-slider-section .project-slider-box .project-slider-img-inner .project-slider-img-text .project-slider-file img {
    float: left;
    margin-right: 10px;
    vertical-align: middle;
}
.project-slider-section .project-slider-box .project-slider-text {
    background: var(--greencolor);
    padding: 25px 20px;
}
.project-slider-section .project-slider-box .project-slider-text h4 {
    color: var(--whitecolor);
    font-weight: normal;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 1px;
}
.project-slider-section .project-slider-box .project-slider-text a {
    margin: 0;
    font-weight: 500;
    font-size: 22px;
    line-height: 1.27;
    color: var(--whitecolor);
    display: inline-block;
    vertical-align: top;
}
.project-slider-arrow {
    margin-top: 35px;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-bottom: 50px;
}
.project-slider-arrow button {
    width: 65px;
    height: 65px;
    border: 1px solid var(--blackcolor);
    background: transparent;
    line-height: 65px;
    margin-right: 30px;
    padding: 0;
    transition: all 0.5s ease 0s;
}
.project-slider-arrow button:last-child {
    margin-right: 0;
}
.project-slider-arrow button:hover {
    background: var(--darkbluecolor);
    border-color: var(--darkbluecolor);
}
.project-slider-arrow button:focus{
    outline: none;
}
.project-slider-arrow button img{
    transition: all 0.5s ease 0s;
}
.project-slider-arrow button:hover img {
    filter: invert(1);
}
.project-slider-section .project-slider-title .more-project-btn {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.5;
    color: var(--blackcolor);
    display: inline-block;
    vertical-align: top;
}
.project-slider-section .project-slider-title .more-project-btn:hover {
    text-decoration: underline;
}
.project-slider-section .project-slider-title .more-project-btn img {
    margin-left: 10px;
}
/*=====  End of Home Project Slider Section CSS  ======*/
/*=================================================
=            Home Solution Section CSS            =
=================================================*/
.solution-box {
    box-shadow: 0px 0px 20px 5px rgb(184 185 206 / 25%);
    margin-bottom: 30px !important;
}
.solution-box .solution-box-img {
    height: 295px;
}
.solution-box .solution-box-img img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.solution-box .solution-box-text {
    background: var(--greencolor);
    padding: 25px 15px;
}
.solution-box .solution-box-text h4 {
    margin-bottom: 17px;
}
.solution-box .solution-box-text h4 a {
    font-weight: 500;
    font-size: 22px;
    line-height: 1.18;
    color: var(--whitecolor);
}
.solution-box .solution-box-text p {
    color: var(--whitecolor);
}
.solution-box .solution-box-text p:empty {
    display: none;
}
.solution-box .solution-box-text .readmore-btn {
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: var(--whitecolor);
    text-decoration: underline;
    transition: all 0.5s ease 0s;
}
.solution-box .solution-box-text .readmore-btn:hover {
    text-decoration: none;
}
.blue-default-btn {
    background: var(--darkbluecolor);
    border: 1px solid var(--darkbluecolor);
    color: var(--whitecolor);
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 11px 29px;
}
.blue-default-btn:after {
    content: "";
    position: relative;
    right: 0;
    top: 0;
    background-image: url(/wp-content/uploads/2021/08/right-arrow.svg);
    width: 15px;
    height: 14px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    filter: invert(1);
    transition: all 0.5s ease 0s;
}
.blue-default-btn:hover {
    background: transparent;
    color: var(--darkbluecolor);
}
.blue-default-btn:hover:after {
    filter: initial;
}
p + p .blue-default-btn {
    margin-top: 30px;
}
.green-default-btn {
    background: var(--greencolor);
    border: 1px solid var(--greencolor);
    color: var(--whitecolor);
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 11px 29px;
}
.green-default-btn:after {
    content: "";
    position: relative;
    right: 0;
    top: 0;
    background-image: url(/wp-content/uploads/2021/08/right-arrow.svg);
    width: 15px;
    height: 14px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    filter: invert(1);
    transition: all 0.5s ease 0s;
}
.green-default-btn:hover {
    background: transparent;
    color: var(--greencolor);
}
.green-default-btn:hover:after {
    filter: initial;
}
/*=====  End of Home Solution Section CSS  ======*/
/*=================================================
=            Home Business Section CSS            =
=================================================*/
.bg-gradiant-overlay {
    z-index: 9;
    position: relative;
}
.bg-gradiant-overlay:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    background: linear-gradient(180deg, rgba(56, 121, 58, 0.7) 0%, rgba(0, 33, 61, 0.9) 76.04%);
    z-index: -9;
}
.bg-overlay {
    z-index: 9;
    position: relative;
}
.bg-overlay:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    background: rgba(0, 33, 61, 0.9);
    z-index: -9;
}
.white-default-color {
    background: transparent;
    border: 1px solid var(--whitecolor);
    color: var(--whitecolor);
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 11px 29px;
}
.white-default-color:hover {
    background: var(--whitecolor);
    color: var(--darkbluecolor);
}
.white-default-color:after {
    content: "";
    position: relative;
    right: 0;
    top: 0;
    background-image: url(/wp-content/uploads/2021/08/right-arrow.svg);
    width: 15px;
    height: 14px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    filter: invert(1);
    transition: all 0.5s ease 0s;
}
.white-default-color:hover:after{
    filter: initial;
}
.full-bottom-border:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    background: #38793A;
    height: 5px;
    width: 100%;
    z-index: 999;
}
/*=====  End of Home Business Section CSS  ======*/
/*=================================================
=            Home Services Section CSS            =
=================================================*/
.services-box-col {
    margin-bottom: 30px;
}
.services-box-col .wpb_wrapper, 
.services-box-col .wpb_text_column {
    height: 100%;
}
.services-box {
    background: var(--whtiecolor);
    box-shadow: 0px 4px 25px 5px rgb(184 185 206 / 25%);
    padding: 50px 30px;
    height: 100%;
    transition: all 0.5s ease 0s;
    cursor: pointer;
}
.services-box:hover {
    background: var(--darkbluecolor);
}
/*.services-box:hover .services-box-icon img {*/
/*    filter: url(/wp-content/uploads/2021/08/services-icon1-white.svg);*/
/*}*/
.services-box .services-box-icon {
    margin-bottom: 26px;
    height: 70px;
}
.services-box .services-box-icon img {
    max-width: 70px;
    width: 100%;
    height: 100%;
}
.services-box .services-box-text h4 {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.5;
    color: var(--darkbluecolor);
    margin-bottom: 13px;
}
.services-box .services-box-icon .services-box-img-hover {
    display: none;
}
.services-box:hover .services-box-icon .services-box-img-hover {
    display: inline-block;
}
.services-box:hover .services-box-icon img {
    display: none;
}
.services-box:hover .services-box-text h4, 
.services-box:hover .services-box-text p {
    color: var(--whitecolor);
}
/*=====  End of Home Services Section CSS  ======*/
/*================================================
=            Home Sign Up Section CSS            =
================================================*/
.sign-up-form form {
    max-width: 530px;
    margin: 0 auto;
}
.sign-up-form form .form-row {
    -ms-flex-wrap: inherit;
    flex-wrap: inherit;
    margin: 0;
}
.sign-up-form form .form-group {
    margin: 0;
    position: relative;
    width: 100%;
}
.sign-up-form form .form-group:last-child {
    width: 35%;
}
.sign-up-form form .form-group input[type="email"] {
    background: var(--whitecolor);
    width: 100%;
/*     height: 60px; */
    border-radius: 0;
    border: none;
    outline: none;
    box-shadow: none;
    padding: 15px;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.62;
    color: var(--darkbluecolor);
}
.sign-up-form form .form-group input[type="email"]:placeholder{
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    color: var(--darkbluecolor);
}
.sign-up-form form .form-group .your-email {
    width: 100%;
    display: inline-block;
    vertical-align: top;
}
.sign-up-form form .form-group input[type="email"] + .wpcf7-not-valid-tip {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -30px;
}
.sign-up-form form .form-group input[type="submit"] {
    border-radius: 0;
    height: 100%;
    width: 100%;
    background: var(--greencolor);
    border-color: var(--greencolor);
    outline: none;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.62;
    color: var(--whitecolor);
    transition: all 0.5s ease 0s;
    box-shadow: none;
}
.sign-up-form form .form-group input[type="submit"]:hover {
    background: transparent;453
}
.sign-up-form form .form-group input[type="submit"]:active{
    outline: none;
    box-shadow: none;
    background: transparent;
    border: none;
}
.sign-up-form form .form-group .ajax-loader {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    margin-right: 5px;
}
.sign-up-form form .wpcf7-response-output {
    margin-top: 50px;
    color: var(--whitecolor);
    text-align: center;
    padding: 10px 10px;
}
/*=====  End of Home Sign Up Section CSS  ======*/
/*==============================================
=            Home Video Section CSS            =
==============================================*/
.video-img-col .wpb_single_image .wpb_wrapper {
    padding-right: 95px;
}
.video-popup .video-popup-btn {
    position: absolute;
    top: 50%;
    right: 45px;
    transform: translate(0%, -50%);
    z-index: 9;
}
.video-popup .video-popup-btn a {
    display: inline-block;
    vertical-align: top;
}
.video-popup .video-popup-btn button {
    background: transparent !important;
    border: none !important;
    padding: 0;
    border-radius: 0;
    outline: none;
    box-shadow: none;
}
.video-popup .video-popup-btn button:active:focus{
    box-shadow: none;
}
.video-popup.modal .modal-content {
    border: none;
    border-radius: 0;
}
/* .video-popup.modal .modal-body {
    padding: 0;
    max-width: 700px;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
} */
.only-video-popup.modal .modal-content {
    height: 100%;
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.only-video-popup.modal .modal-content .modal-body {
    max-width: 700px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.video-section-row {
    margin-bottom: 30px;
}
.video-section-row:last-child {
    margin-bottom: 0;
}
.video-section-row:nth-child(even) .video-img-col {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}
.video-section-row:nth-child(even) .video-img-col .wpb_single_image .wpb_wrapper {
    padding-left: 95px;
    padding-right: 0;
}
.video-section-row:nth-child(even) .video-popup .video-popup-btn{
    left: 45px;
    right: auto;
}
.video-img-col .vc_single_image-wrapper {
    position: relative;
}
.vc_row.vc_row-flex{
	gap:20px;
	flex-wrap: nowrap !important;
}


.video-img-col .vc_single_image-wrapper:after {
    content: "";
    position: absolute;
    background: linear-gradient( 180deg, rgba(56, 121, 58, 0.432) 0%, rgba(0, 33, 61, 0.9) 76.04%);
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
}
.behind-section-shape {
    position: relative;
}
.behind-section-shape:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: url(/wp-content/uploads/2021/08/behind-shap-bg.svg);
    width: 600px;
    height: 380px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: block;
}
/*=====  End of Home Video Section CSS  ======*/
/*=====================================================
=            Home Contact Form Section CSS            =
=====================================================*/
.contact-form-main {
    max-width: 540px;
    width: 100%;
    margin: 0 auto;
}
.contact-form-main .two-part-form .form-group {
    width: 50%;
    float: left;
}
.contact-form-main .form-row {
    margin: 0 -15px;
}
.contact-form-main .form-group {
    padding: 0 15px;
    width: 100%;
    margin-bottom: 30px !important;
}
.contact-form-main .form-group select, 
.contact-form-main .form-group textarea, 
.contact-form-main .form-group input[type="text"], 
.contact-form-main .form-group input[type="password"], 
.contact-form-main .form-group input[type="datetime"], 
.contact-form-main .form-group input[type="datetime-local"], 
.contact-form-main .form-group input[type="date"], 
.contact-form-main .form-group input[type="month"], 
.contact-form-main .form-group input[type="time"], 
.contact-form-main .form-group input[type="week"], 
.contact-form-main .form-group input[type="number"], 
.contact-form-main .form-group input[type="email"], 
.contact-form-main .form-group input[type="url"], 
.contact-form-main .form-group input[type="search"], 
.contact-form-main .form-group input[type="tel"], 
.contact-form-main .form-group input[type="color"], 
.contact-form-main .form-group .uneditable-input{
    width: 100%;
    background: var(--whitecolor);
    border-radius: 0;
    height: 50px;
    border: none;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.28;
    padding: 15px;
    color: var(--darkbluecolor);
    box-shadow: none;
    outline: none;
}
.contact-form-main .form-group select::placeholder, 
.contact-form-main .form-group textarea::placeholder, 
.contact-form-main .form-group input[type="text"]::placeholder, 
.contact-form-main .form-group input[type="password"]::placeholder, 
.contact-form-main .form-group input[type="datetime"]::placeholder, 
.contact-form-main .form-group input[type="datetime-local"]::placeholder, 
.contact-form-main .form-group input[type="date"]::placeholder, 
.contact-form-main .form-group input[type="month"]::placeholder, 
.contact-form-main .form-group input[type="time"]::placeholder, 
.contact-form-main .form-group input[type="week"]::placeholder, 
.contact-form-main .form-group input[type="number"]::placeholder, 
.contact-form-main .form-group input[type="email"]::placeholder, 
.contact-form-main .form-group input[type="url"]::placeholder, 
.contact-form-main .form-group input[type="search"]::placeholder, 
.contact-form-main .form-group input[type="tel"]::placeholder, 
.contact-form-main .form-group input[type="color"]::placeholder, 
.contact-form-main .form-group .uneditable-input{
    font-weight: normal;
    font-size: 14px;
    line-height: 1.28;
    color: var(--darkbluecolor);
}
.contact-form-main .form-group select + .wpcf7-not-valid-tip, 
.contact-form-main .form-group textarea + .wpcf7-not-valid-tip, 
.contact-form-main .form-group input[type="text"] + .wpcf7-not-valid-tip, 
.contact-form-main .form-group input[type="password"] + .wpcf7-not-valid-tip, 
.contact-form-main .form-group input[type="datetime"] + .wpcf7-not-valid-tip, 
.contact-form-main .form-group input[type="datetime-local"] + .wpcf7-not-valid-tip, 
.contact-form-main .form-group input[type="date"] + .wpcf7-not-valid-tip, 
.contact-form-main .form-group input[type="month"] + .wpcf7-not-valid-tip, 
.contact-form-main .form-group input[type="time"] + .wpcf7-not-valid-tip, 
.contact-form-main .form-group input[type="week"] + .wpcf7-not-valid-tip, 
.contact-form-main .form-group input[type="number"] + .wpcf7-not-valid-tip, 
.contact-form-main .form-group input[type="email"] + .wpcf7-not-valid-tip, 
.contact-form-main .form-group input[type="url"] + .wpcf7-not-valid-tip, 
.contact-form-main .form-group input[type="search"] + .wpcf7-not-valid-tip, 
.contact-form-main .form-group input[type="tel"] + .wpcf7-not-valid-tip, 
.contact-form-main .form-group input[type="color"] + .wpcf7-not-valid-tip, 
.contact-form-main .form-group .uneditable-input + .wpcf7-not-valid-tip{
    margin-top: 5px;
    font-size: 14px;
}
.contact-form-main + .wpcf7-response-output {
    text-align: center;
    color: var(--whitecolor);
    padding: 15px !important;
}
.contact-form-main .contact-form-btn {
    display: table;
    margin: 0 auto 0 !important;
    width: auto;
    text-align: center;
    position: relative;
}
.contact-form-main .form-group input[type="submit"] {
    background: var(--greencolor);
    border-color: var(--greencolor);
    border-radius: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    color: var(--whitecolor);
    position: relative;
    padding: 10px 20px 10px 35px;
    background-image: url(/wp-content/uploads/2021/08/btn-thumb-icon.svg);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: center left 7%;
    box-shadow: none;
    outline: none;
}
.contact-form-main .form-group input[type="submit"]:hover {
    background-color: transparent;
}
.contact-form-main .form-group input + .ajax-loader {
    position: absolute;
    right: -43px;
    top: 50%;
    transform: translate(0, -50%);
}
/*=====  End of Home Contact Form Section CSS  ======*/
/*======================================================
=            Home Client Slider Section CSS            =
======================================================*/
.home-client-slider > .vc_column-inner > .wpb_wrapper {
    padding: 0 50px;
}
.home-client-slider .slick-list .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}
.home-client-slider .slick-arrow.slick-prev {
    left: 0;
}
.home-client-slider .slick-arrow.slick-next {
    right: 0;
}
.home-client-slider .slick-arrow {
    width: 40px;
    height: 40px;
    border: 1px solid var(--darkbluecolor);
    transition: all 0.5s ease 0s;
}
.home-client-slider .slick-arrow:hover {
    background: var(--darkbluecolor);
}
.home-client-slider .slick-arrow:hover:before {
    filter: invert(1);
}
.home-client-slider .slick-arrow:before {
    opacity: 1;
    content: "";
    width: 15px;
    height: 14px;
    background-image: url(/wp-content/uploads/2021/08/readmore-right-arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.5s ease 0s;
}
.home-client-slider .slick-arrow.slick-prev:before {
    background-image: url(/wp-content/uploads/2021/08/readmore-left-arrow.svg);
    opacity: 1;
}
/*=====  End of Home Client Slider Section CSS  ======*/
/*==========================================
=            Footer Section CSS            =
==========================================*/
.site-footer {
    background: var(--darkbluecolor) !important;
}
.site-footer aside {
    margin: 0;
}
.footer-box-title h4 {
    position: relative;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.16;
    color: var(--whitecolor);
    padding-bottom: 10px;
    margin-bottom: 30px;
}
.footer-box-title h4:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background: var(--greencolor);
}
.footer-left-info {
    margin-bottom: 50px;
}
.footer-left-info .footer-content p {
    margin: 0;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.14;
    color: var(--whitecolor);
}
.footer-left-info .footer-content p a {
    padding: 0 5px;
}
.footer-left-info .footer-content p a:hover {
    color: var(--greencolor) !important;
}
.footer-left-info .footer-content p a:first-child {
    padding-left: 0;
}
.footer-left-info .footer-content p a:last-child {
    padding-right: 0;
}
.footer-right-info {
    margin-bottom: 40px;
}
.footer-right-info .footer-content p {
    color: var(--whitecolor);
    font-weight: normal;
    font-size: 16px;
    line-height: 1.6;
}
.footer-right-info .footer-content p a {
    color: var(--greencolor) !important;
}
.footer-right-info .footer-content p a:hover {
    color: var(--whitecolor) !important;
}
.footer-social {
    margin-top: 12px;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
.footer-social ul {
    padding: 0;
    list-style: none;
}
.footer-social ul li {
    display: inline-block;
    float: left;
    vertical-align: top;
}
.footer-social ul li a {
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    background: var(--whitecolor);
    display: inline-block;
    vertical-align: top;
    border-radius: 50%;
    margin-right: 15px;
}
.footer-social ul li:last-child a {
    margin-right: 0;
}
.footer-social ul li a:hover {
    background: var(--greencolor);
}
.footer-social ul li a:hover img {
    filter: invert(1);
}
.bottom-footer {
    background: var(--darkbluecolor) !important;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}
.bottom-footer .site-info {
    text-align: center;
    padding: 20px 0;
    margin-top: 0;
}
.bottom-footer .site-info p {
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0.5px;
    color: var(--whitecolor);
    margin: 0;
    font-weight: 300;
}
.bottom-footer .site-info p a {
    color: var(--greencolor);
}
.bottom-footer .site-info p a:hover {
    color: var(--whitecolor);
}
/*=====  End of Footer Section CSS  ======*/
/*=====================================================
=            Inner Page Banner Section CSS            =
=====================================================*/
.inner-page-banner {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
.inner-page-banner .inner-banner-content {
    height: 280px;
    display: table;
}
.inner-page-banner .inner-banner-content .inner-banner-content-inner {
    display: table-cell;
    vertical-align: middle;
}
.inner-page-banner h1 {
    border: none;
    font-weight: 500;
    font-size: 42px;
    line-height: 1.14;
    color: var(--whitecolor);
    padding: 0;
    margin-bottom: 36px;
}
.inner-banner-breadcrumb {
    color: var(--greencolor);
}
.inner-banner-breadcrumb a {
    font-weight: normal;
    font-size: 18px;
    line-height: 29px;
    color: var(--whitecolor);
}
.inner-banner-breadcrumb a:hover {
    color: var(--greencolor);
}
.inner-banner-breadcrumb img {
    margin: 0 10px;
}
/*=====  End of Inner Page Banner Section CSS  ======*/
/*=================================================
=            About Product Section CSS            =
=================================================*/
.about-product-img-col .wpb_wrapper, 
.about-product-img-col .vc_single_image-wrapper, 
.about-product-img-col img {
    width: 100%;
}
.about-product-img-col div, 
.about-product-img-col figure, 
.about-product-img-col img {
    height: 100% !important;
}
.about-product-img-col img {
    object-fit: cover;
    width: 100%;
}
.about-product-text-col {
    background: var(--darkbluecolor);
    padding: 50px !important;
}
.product-machine-box-main:last-of-type .product-machine-box {
    margin-bottom: 0 !important;
}
.product-machine-box {
    background: var(--whitecolor);
    padding: 30px 30px 40px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    max-width: 660px;
    width: 100%;
    margin-bottom: 30px !important;
    transition: all 0.5s ease 0s;
}
.product-machine-box:hover{
    background: var(--greencolor);
}
.product-machine-box .product-machine-img {
    max-width: 45px;
    width: 100%;
    margin-right: 20px;
}
.product-machine-box .product-machine-img img{
    transition: all 0.5s ease 0s;
}
.product-machine-box .product-machine-img .product-machine-img-hover {
    display: none;
}
.product-machine-box:hover .product-machine-img .product-machine-img-hover{
    display: block;
}
.product-machine-box:hover .product-machine-img img{
    display: none;
}
.product-machine-box .product-machine-text h4 {
    font-weight: 500;
    font-size: 22px;
    line-height: 1.18;
    color: var(--darkbluecolor);
    transition: all 0.5s ease 0s;
    margin-bottom: 15px;
}
.product-machine-box:hover .product-machine-text h4,
.product-machine-box:hover .product-machine-text p{
    color: var(--whitecolor);
}
.product-machine-box .product-machine-text p{
    transition: all 0.5s ease 0s;
}
/*=====  End of About Product Section CSS  ======*/
/*================================================
=            Contact page Section CSS            =
================================================*/
.contact-box-main {
    background: var(--whitecolor);
    box-shadow: 0px 4px 25px 5px rgb(184 185 206 / 25%);
    padding: 30px;
    margin-bottom: 30px !important;
}
.contact-box-main .contact-box-info {
    margin-bottom: 25px;
}
.contact-box-main .contact-box-info .contact-box-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    margin-bottom: 15px;
}
.contact-box-main .contact-box-info .contact-box-icon {
    margin-right: 15px;
}
.contact-box-main .contact-box-info .contact-box-text h4 {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: var(--darkbluecolor);
    display: inline-block;
    vertical-align: top;
}
.contact-box-main .contact-box-info a{
    transition: all 0.5s ease 0s;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    color: var(--darkbluecolor);
    display: inline-block;
    vertical-align: top;
}
.contact-box-main .contact-box-info a:hover{
    color: var(--greencolor);
}
.contact-page-form-main {
    background: var(--whitecolor);
    box-shadow: 0px 0px 25px 5px rgb(184 185 206 / 25%);
    padding: 30px;
}
.contact-page-form-main .contact-form-inner {
    margin-bottom: 30px;
}
.contact-page-form {
    margin-top: 10px;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
.contact-page-form .form-row {
    margin: 0 -15px;
}
.contact-page-form .form-group.two-part {
    width: 50%;
}
.contact-page-form .form-group {
    padding: 0 15px;
    width: 100%;
    margin-bottom: 47px !important;
    position: relative;
    z-index: 9;
}
.contact-page-form .form-group label {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}
.contact-page-form .form-group select, 
.contact-page-form .form-group textarea, 
.contact-page-form .form-group input[type="text"], 
.contact-page-form .form-group input[type="password"], 
.contact-page-form .form-group input[type="datetime"], 
.contact-page-form .form-group input[type="datetime-local"], 
.contact-page-form .form-group input[type="date"], 
.contact-page-form .form-group input[type="month"], 
.contact-page-form .form-group input[type="time"], 
.contact-page-form .form-group input[type="week"], 
.contact-page-form .form-group input[type="number"], 
.contact-page-form .form-group input[type="email"], 
.contact-page-form .form-group input[type="url"], 
.contact-page-form .form-group input[type="search"], 
.contact-page-form .form-group input[type="tel"], 
.contact-page-form .form-group input[type="color"], 
.contact-page-form .form-group .uneditable-input{
    border-bottom: 1px solid rgba(0, 33, 61, 0.3);
    background: transparent;
    border-radius: 0;
    border-top: none;
    border-left: none;
    border-right: none;
    outline: none;
    box-shadow: none;
    padding: 5px 10px;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: var(--darkbluecolor);
}
.contact-page-form .form-group textarea {
    height: 99px;
    border: 1px solid rgba(0, 33, 61, 0.3);
    padding: 15px;
}
.contact-page-form .form-group .your-message + label {
    top: 25px;
    left: 30px;
}
.contact-page-form .form-group .your-message + label.has-value {
    display: none;
}
.contact-page-form .form-group label {
    position: absolute;
    left: 25px;
    top: 18px;
    vertical-align: middle;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: rgba(0, 33, 61, 0.5);
    z-index: -9;
    transition: all 0.5s ease 0s;
}
.contact-page-form .form-group label .contact-label-img {
    display: none;
}
.contact-page-form .form-group label img {
    margin-right: 10px;
    transition: all 0.5s ease 0s;
}
.contact-page-form .form-group .has-value {
    top: -10px;
    color: var(--greencolor);
}
.contact-page-form .form-group label.has-value img {
    display: none;
}
.contact-page-form .form-group label.has-value .contact-label-img {
    display: inline-block;
    vertical-align: middle;
}
.contact-page-form .form-row:nth-last-child(2) .form-group {
    margin-bottom: 30px !important;
}
.contact-page-form .form-row:last-child .form-group {
    margin-bottom: 0 !important;
    display: table;
    margin: 0 auto;
    width: auto;
}
.contact-page-form .form-row .form-group input[type="submit"] {
    background: var(--greencolor);
    color: var(--whitecolor);
    border-color: var(--greencolor);
    border-radius: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    padding: 11px 54px;
    outline: none;
    box-shadow: none;
}
.contact-page-form .form-row .form-group input[type="submit"]:hover {
    background: transparent;
    color: var(--greencolor);
}
.contact-page-form .form-row .form-group input[type="submit"] + .ajax-loader {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
}
.contact-form form .wpcf7-response-output {
    margin-top: 50px;
    text-align: center;
    padding: 10px 10px;
}
/*=====  End of Contact page Section CSS  ======*/
/*========================================================
=            Video Page Video Box Section CSS            =
========================================================*/
.video-listing-main {
    margin: 0 -15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.video-listing-main .video-listing-view {
    width: 33.33%;
    float: left;
    padding: 0 15px;
    margin-bottom: 30px;
}
.video-listing-main .video-listing-view .video-listing-content {
    background: var(--whtiecolor);
    box-shadow: 0px 0px 25px 5px rgb(184 185 206 / 25%);
    height: 100%;
}
.video-listing-main .video-listing-view .video-listing-img {
    position: relative;
    height: 230px;
}
.video-listing-main .video-listing-view .video-listing-img:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    background: linear-gradient(180deg, rgba(56, 121, 58, 0.432) 0%, rgba(0, 33, 61, 0.9) 76.04%);
}
.video-listing-main .video-listing-view .video-listing-img > img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.video-listing-main .video-listing-view .video-listing-content .video-box-content {
    height: calc(100% - 230px);
    padding: 15px;
}
.video-listing-main .video-listing-view .video-listing-content .video-box-content h3 {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.55;
    color: var(--darkbluecolor);
    margin-bottom: 21px;
}
.video-listing-main .video-listing-view .video-listing-content .video-box-content button {
    background: var(--greencolor);
    border-color: var(--greencolor);
    border-radius: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    color: var(--whitecolor);
    position: relative;
    padding: 10px 20px 10px 45px;
    box-shadow: none;
    outline: none;
    display: inline-block;
    vertical-align: top;
}
.video-listing-main .video-listing-view .video-listing-content .video-box-content button:hover {
    background: var(--darkbluecolor);
    border-color: var(--darkbluecolor);
}
.video-listing-main .video-listing-view .video-listing-content .video-box-content button:before {
    content: "";
    position: absolute;
    left: 15px;
    top: 50%;
    background-image: url(/wp-content/uploads/2021/08/get-quote-btn-icon.svg);
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: cover;
    transform: translate(0, -50%);
}
.video-listing-main .video-listing-view .video-listing-img .video-box-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
}
.video-listing-main .video-listing-view .video-listing-img .video-box-btn button {
    padding: 0;
    background: transparent;
    border: none;
    outline: none;
    box-shadow: none !important;
}
.video-load-more {
    padding: 0 15px;
    text-align: center;
    width: 100%;
    display: inline-block;
    vertical-align: top;
}
#more_posts {
    display: inline-block;
    vertical-align: top;
    background: var(--darkbluecolor);
    color: var(--whitecolor);
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    padding: 12px 42px;
    cursor: pointer;
    border: 1px solid var(--darkbluecolor);
    transition: all 0.5s ease 0s;
}
#more_posts:hover {
    background: transparent;
    color: var(--darkbluecolor);
}
.video-price-popup.modal .modal-body {
    max-width: 1024px;
    width: 100%;
}
.video-price-popup-left {
    height: 100%;
}
.video-price-popup-left .embed-responsive {
    height: 100%;
}
.video-price-popup-right {
    background: var(--greencolor);
    height: 100%;
    padding: 30px;
}
.featured-img-popup {
    background: #fff;
    padding: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center !important;
    align-items: center !important;
}
.details-form .form-row {
    margin: 0 -7px;
}
.details-form .form-row .form-group {
    padding: 0 7px;
    position: relative;
    width: 100%;
    margin-bottom: 25px;
}
.details-form .form-row .two-part {
    width: 50%;
}
.details-form .form-group select, 
.details-form .form-group textarea, 
.details-form .form-group input[type="text"], 
.details-form .form-group input[type="password"], 
.details-form .form-group input[type="datetime"], 
.details-form .form-group input[type="datetime-local"], 
.details-form .form-group input[type="date"], 
.details-form .form-group input[type="month"], 
.details-form .form-group input[type="time"], 
.details-form .form-group input[type="week"], 
.details-form .form-group input[type="number"], 
.details-form .form-group input[type="email"], 
.details-form .form-group input[type="url"], 
.details-form .form-group input[type="search"], 
.details-form .form-group input[type="tel"], 
.details-form .form-group input[type="color"], 
.details-form .form-group .uneditable-input{
    border-bottom: 1px solid var(--whitecolor);
    background: transparent;
    border-radius: 0;
    border-top: none;
    border-left: none;
    border-right: none;
    outline: none;
    box-shadow: none;
    padding: 5px 10px 5px 30px;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.14;
    color: var(--whitecolor);
    opacity: 0.4;
    background-repeat: no-repeat;
    background-position: center left 5px;
    background-size: 16px;
    border-width: 1px;
    height: 40px;
}
.details-form .form-group select::placeholder, 
.details-form .form-group textarea::placeholder, 
.details-form .form-group input[type="text"]::placeholder, 
.details-form .form-group input[type="password"]::placeholder, 
.details-form .form-group input[type="datetime"]::placeholder, 
.details-form .form-group input[type="datetime-local"]::placeholder, 
.details-form .form-group input[type="date"]::placeholder, 
.details-form .form-group input[type="month"]::placeholder, 
.details-form .form-group input[type="time"]::placeholder, 
.details-form .form-group input[type="week"]::placeholder, 
.details-form .form-group input[type="number"]::placeholder, 
.details-form .form-group input[type="email"]::placeholder, 
.details-form .form-group input[type="url"]::placeholder, 
.details-form .form-group input[type="search"]::placeholder, 
.details-form .form-group input[type="tel"]::placeholder, 
.details-form .form-group input[type="color"]::placeholder, 
.details-form .form-group .uneditable-input::placeholder{
    color: var(--whitecolor);
    opacity: 0.4;
}
.details-form .form-group select:invalid,
.details-form .form-group textarea:invalid,
.details-form .form-group input[type="text"]:invalid,
.details-form .form-group input[type="password"]:invalid,
.details-form .form-group input[type="datetime"]:invalid,
.details-form .form-group input[type="datetime-local"]:invalid,
.details-form .form-group input[type="date"]:invalid,
.details-form .form-group input[type="month"]:invalid,
.details-form .form-group input[type="time"]:invalid,
.details-form .form-group input[type="week"]:invalid,
.details-form .form-group input[type="number"]:invalid,
.details-form .form-group input[type="email"]:invalid,
.details-form .form-group input[type="url"]:invalid,
.details-form .form-group input[type="search"]:invalid,
.details-form .form-group input[type="tel"]:invalid,
.details-form .form-group input[type="color"]:invalid,
.details-form .form-group .uneditable-input:invalid{
    opacity: 0.4;
}
.details-form .form-group select:valid,
.details-form .form-group textarea:valid,
.details-form .form-group input[type="text"]:valid,
.details-form .form-group input[type="password"]:valid,
.details-form .form-group input[type="datetime"]:valid,
.details-form .form-group input[type="datetime-local"]:valid,
.details-form .form-group input[type="date"]:valid,
.details-form .form-group input[type="month"]:valid,
.details-form .form-group input[type="time"]:valid,
.details-form .form-group input[type="week"]:valid,
.details-form .form-group input[type="number"]:valid,
.details-form .form-group input[type="email"]:valid,
.details-form .form-group input[type="url"]:valid,
.details-form .form-group input[type="search"]:valid,
.details-form .form-group input[type="tel"]:valid,
.details-form .form-group input[type="color"]:valid,
.details-form .form-group .uneditable-input:valid{
    opacity: 1;
}
.details-form .form-group select:focus, 
.details-form .form-group textarea:focus, 
.details-form .form-group input[type="text"]:focus, 
.details-form .form-group input[type="password"]:focus, 
.details-form .form-group input[type="datetime"]:focus, 
.details-form .form-group input[type="datetime-local"]:focus, 
.details-form .form-group input[type="date"]:focus, 
.details-form .form-group input[type="month"]:focus, 
.details-form .form-group input[type="time"]:focus, 
.details-form .form-group input[type="week"]:focus, 
.details-form .form-group input[type="number"]:focus, 
.details-form .form-group input[type="email"]:focus, 
.details-form .form-group input[type="url"]:focus, 
.details-form .form-group input[type="search"]:focus, 
.details-form .form-group input[type="tel"]:focus, 
.details-form .form-group input[type="color"]:focus, 
.details-form .form-group .uneditable-input:focus{
    opacity: 1;
}
.details-form .form-group input.email-input {
    background-image: url(/wp-content/uploads/2021/08/popup-email-icon.svg);
}
.details-form .form-group input.approx-input {
    background-image: url(/wp-content/uploads/2021/08/popup-wave-icon.svg);
}
.details-form .form-group input.phone-number {
    background-image: url(/wp-content/uploads/2021/08/popup-phone-icon.svg);
}
.details-form .form-group input.estimated-input {
    background-image: url(/wp-content/uploads/2021/08/popup-estimated-icon.svg);
}
.details-form .form-group input.first-name {
    background-image: url(/wp-content/uploads/2021/08/popup-user-icon.svg);
}
.details-form .form-group input.last-name {
    background-image: url(/wp-content/uploads/2021/08/popup-user-icon.svg);
}
.details-form .form-group input.requirment-input {
    background-image: url(/wp-content/uploads/2021/08/popup-details-icon.svg);
}
.details-form .form-group .wpcf7-radio {
    margin-top: 10px;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
.details-form .form-group .wpcf7-radio > span {
    margin: 0 15px 0 0;
}
.details-form .form-group .wpcf7-radio > span label {
    margin: 0;
}
.details-form .form-group .wpcf7-radio > span label span {
    font-size: 16px;
    line-height: 1.6;
    color: var(--whitecolor);
    font-weight: 300;
}
input[type="radio"]:checked + span, 
input[type="radio"]:not(:checked) + span {
    position: relative;
    padding-left: 22px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
input[type="radio"]:checked, 
input[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
input[type="radio"]:checked + span:after, 
input[type="radio"]:not(:checked) + span:after {
    content: '';
    width: 7px;
    height: 7px;
    background: var(--whitecolor);
    position: absolute;
    top: 8px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
input[type="radio"]:checked + span:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
input[type="radio"]:checked + span:before, 
input[type="radio"]:not(:checked) + span:before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    width: 13px;
    height: 13px;
    border: 1px solid var(--whitecolor);
    border-radius: 100%;
}
input[type="radio"]:not(:checked) + span:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.details-form .details-form-bottom .form-row:last-child .form-group {
    margin-bottom: 0;
}
.details-form .form-row .form-group [type=submit] {
    background: var(--darkbluecolor);
    border: 1px solid var(--darkbluecolor);
    color: var(--whitecolor);
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 11px 54px;
    border-radius: 0;
    outline: none;
    box-shadow: none;
}
.details-form .form-row .form-group [type=submit]:hover {
    background: var(--whitecolor);
    color: var( --darkbluecolor);
    border-color: var(--whitecolor);
}
/*=====  End of Video Page Video Box Section CSS  ======*/
/*================================================
=            FAQ Page FAQ Section CSS            =
================================================*/
.faq-box-main {
    border-top: 1px solid var(--darkbluecolor);
}
.faq-box-main:last-child {
    border-bottom: 1px solid var(--darkbluecolor);
}
.faq-box-main.vc_toggle_active {
    border-top: 1px solid var(--greencolor);
}
.faq-box-main .vc_toggle_title {
    background: var(--whitecolor);
    padding: 16px 45px 16px 15px !important;
    transition: all 0.5s ease 0s;
}
.faq-box-main.vc_toggle_active .vc_toggle_title {
    background: var(--greencolor);
}
.faq-box-main .vc_toggle_title h4 {
    color: var(--darkbluecolor);
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
}
.faq-box-main.vc_toggle_active .vc_toggle_title h4{
    color: var(--whitecolor);
}
.faq-box-main .vc_toggle_title .vc_toggle_icon {
    right: 0;
    left: auto !important;
    background: transparent;
    border: none;
    width: 15px !important;
    height: 8px !important;
    margin: 0 15px 0 0 !important;
    transition: all 0.5s ease 0s;
}
.faq-box-main.vc_toggle_active .vc_toggle_title .vc_toggle_icon {
    -webkit-transform: translate(0,-50%) rotate(45deg) !important;
    -ms-transform: translate(0,-50%) rotate(45deg) !important;
    -o-transform: translate(0,-50%) rotate(45deg) !important;
    transform: translate(0,-50%) rotate(181deg) !important;
}
.faq-box-main .vc_toggle_title .vc_toggle_icon:before {
    width: 15px !important;
    height: 9px !important;
    background-color: transparent;
    border: none;
    background-image: url(/wp-content/uploads/2021/08/faq-down-arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.faq-box-main.vc_toggle_active .vc_toggle_title .vc_toggle_icon:before {
    visibility: visible;
    filter: invert(1);
}
.faq-box-main .vc_toggle_title .vc_toggle_icon:after {
    display: none;
}
.faq-box-main .vc_toggle_content {
    margin-bottom: 0;
    padding: 0 15px !important;
}
.faq-box-main .vc_toggle_content h4 {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: var(--darkbluecolor);
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
.faq-box-main .vc_toggle_content p + h4 {
    margin-top: 15px;
}
/*=====  End of FAQ Page FAQ Section CSS  ======*/
/*=========================================
=            Products Page CSS            =
=========================================*/
.products-listing-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.products-listing-main .products-listing-view {
    width: 33.33%;
    float: left;
    padding: 0 15px;
    margin-bottom: 30px;
}
.products-listing-main .products-listing-content {
    padding: 15px;
    height: 100%;
}
.products-listing-main .products-listing-content:hover {
    box-shadow: 0px 0px 20px 5px rgb(184 185 206 / 25%);
}
.products-listing-main .products-listing-view .products-listing-img {
    text-align: center;
    height: 270px;
    margin-bottom: 20px;
}
.products-listing-main .products-listing-view .products-listing-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.products-listing-main .products-listing-view .products-box-content a {
    font-weight: 500;
    font-size: 22px;
    line-height: 1.18;
    color: var(--darkbluecolor);
    margin-bottom: 7px;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
.products-listing-main .products-listing-view .products-box-content a:hover {
    color: var(--greencolor);
}
.products-listing-main .products-listing-view .products-box-content a.products-box-more {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: var(--darkbluecolor);
}
.products-listing-main .products-listing-view .products-box-content a.products-box-more:hover {
    color: var(--greencolor);
}
.products-listing-main .products-listing-content:hover a,
.products-listing-main .products-listing-content:hover a.products-box-more{
    color: var(--greencolor);
}
.products-load-more {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    padding: 0 15px;
    text-align: center;
}
/*=====  End of Products Page CSS  ======*/
/*===============================================
=            Product Single Page CSS            =
===============================================*/
.product-single .page-title,
.product-single h2 {
    font-weight: 500;
    font-size: 24px;
    line-height: 1.33;
    color: var(--darkbluecolor);
    padding: 0;
    margin-bottom: 18px;
}
.product-single .product-price-text h4 {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.44;
    color: var(--darkbluecolor);
    margin: 0;
}
.product-single .product-title-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    margin-bottom: 14px;
}
.product-single .product-title-bottom .product-brochure-text a {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.71;
    color: var(--darkbluecolor);
    text-decoration: underline;
}
.product-single .product-title-bottom .product-brochure-text a img {
    margin-right: 5px;
}
.single-product-right {
    box-shadow: 0px 0px 20px 5px rgb(184 185 206 / 25%);
}
.single-product-thum {
    height: 400px;
    padding: 20px;
}
.single-product-thum img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.single-product-quote-btn button {
    background: var(--greencolor);
    border-color: var(--greencolor);
    border-radius: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    color: var(--whitecolor);
    position: relative;
    padding: 10px 20px 10px 45px;
    box-shadow: none !important;
    outline: none !important;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
.single-product-quote-btn button:hover,
.single-product-quote-btn button:focus {
    background: var(--darkbluecolor);
    border-color: var(--darkbluecolor);
}
.product-single .product-popup-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}
.product-single .product-popup-row button {
    background: var(--greencolor);
    border-color: var(--greencolor);
    border-radius: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    color: var(--whitecolor);
    position: relative;
    padding: 4px 20px;
    box-shadow: none;
    outline: none;
    display: inline-block;
    vertical-align: top;
}
.product-single .product-popup-row button:hover {
    background: var(--darkbluecolor);
    border-color: var(--darkbluecolor);
}
.product-single .watch-youtube-icon button {
    padding-left: 0 !important;
    background: transparent !important;
    border: none !important;
    color: var(--darkbluecolor) !important;
    padding-right: 0 !important;
}
.product-single .watch-youtube-icon button:hover,
.product-single .watch-youtube-icon button:focus{
    color: var(--greencolor) !important;
}
.product-single .watch-youtube-icon button img {
    margin-right: 5px;
}
.product-single .product-discription {
    margin-top: 30px;
}
.product-single .product-listing-discription {
    margin-top: 30px;
}
.product-single h4 {
    font-weight: 500;
    font-size: 24px;
    line-height: 1.33;
    color: var(--greencolor);
    margin-bottom: 15px;
}
.product-single .product-table-text {
    margin-top: 30px;
}
.product-single .table-responsive table tr th {
    background: var(--greencolor);
    padding: 9px 15px;
    color: var(--whitecolor);
    font-size: 18px;
    font-weight: 500;
    border: 1px solid rgba(0, 33, 61, 0.1);
}
.product-single .table-responsive table tr td {
    font-weight: normal;
    font-size: 16px;
    color: var(--darkbluecolor);
    padding: 9px 15px;
    border: 1px solid rgba(0, 33, 61, 0.1);
}
.related-product-slider {
    margin-top: 30px;
}
.related-slider-main .products-listing-content {
    box-shadow: 0px 0px 20px 5px rgb(184 185 206 / 25%);
}
.related-slider-main .slick-track {
    padding: 25px 0;
}
.related-slider-main .products-listing-view {
    width: 100%;
    margin: 0;
    height: 100%;
}
.related-slider-main .products-listing-content .products-box-content a {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.55;
    margin-bottom: 15px;
    width: 100%;
}
.related-slider-main .products-listing-content .products-box-content a.products-box-more {
    color: var(--greencolor);
}
.related-slider-main .slick-prev{
    left: 0px;
}
.related-slider-main .slick-next{
    right: 0px;
}
.related-slider-main .slick-arrow {
    background: var(--greencolor);
    width: 40px;
    height: 40px;
    line-height: 40px;
    z-index: 9;
    outline: none;
    box-shadow: none;
}
.related-slider-main .slick-arrow:hover,
.related-slider-main .slick-arrow:focus {
    background: var(--darkbluecolor);
}
.related-slider-main .slick-arrow:before {
    content: "";
    opacity: 1;
    background-image: url(/wp-content/uploads/2021/08/slider-right-arrow.svg);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-repeat: no-repeat;
    background-size: contain;
    width: 14px;
    height: 15px;
}
.related-slider-main .slick-arrow.slick-prev:before {
    background-image: url(/wp-content/uploads/2021/08/slider-left-arrow.svg);
}
/*=====  End of Product Single Page CSS  ======*/
/*====================================
=            404 Page CSS            =
====================================*/
.error404 .top-header,
.error404 .site-header,
.error404 .site-footer,
.error404 .bottom-footer {
    display: none;
}
.not-found-page-main {
    background-image: url(/wp-content/uploads/2021/08/404-page-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.error404 .not-found {
    height: 100vh;
    display: table;
}
.error404 .not-found .not-found-inner {
    display: table-cell;
    vertical-align: middle;
}
.error404 .not-found-inner-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}
.error404 .not-found-inner-content .not-found-left-text {
    margin-right: 30px;
    width: 204px;
    min-width: 204px;
    height: 204px;
    text-align: center;
    line-height: 204px;
    border-radius: 50%;
    background: var(--greencolor);
}
.error404 .not-found-inner-content .not-found-left-text span {
    color: var(--whitecolor);
    font-weight: 900;
    font-size: 70px;
}
.error404 .not-found-inner-content .page-header h1 {
    font-weight: 500;
    font-size: 42px;
    line-height: 1;
    color: var(--whitecolor);
    margin-bottom: 11px;
}
.error404 .not-found-inner-content .page-header p {
    color: var(--whitecolor);
}
.not-found-inner-content .green-default-btn:hover {
    background: var(--whitecolor);
    border-color: var(--whitecolor);
    color: var(--darkbluecolor);
}
/*=====  End of 404 Page CSS  ======*/
/*=======================================
=            Search Page CSS            =
=======================================*/
.search .page-header .page-title {
    font-weight: 500;
    font-size: 42px;
    line-height: 1.2;
    color: var(--darkbluecolor);
    padding-bottom: 0;
    margin-bottom: 22px;
}
.search .search-form input[type=search] {
    border-radius: 0;
    outline: none;
    height: 48px;
    width: 100%;
    max-width: 300px;
    min-width: 300px;
    box-shadow: none;
    border-color: var(--darkbluecolor);
    color: var(--darkbluecolor);
}
.search .search-form input[type="submit"] {
    height: 48px;
    background: var(--greencolor);
    border-radius: 0;
    color: var(--whitecolor);
    margin-top: -2px;
    padding: 0 40px;
}
.search .search-form input[type="submit"]:hover {
    background: var(--darkbluecolor);
}
.search .site-main article {
    margin-bottom: 30px;
}
.search .site-main article:last-child {
    margin-bottom: 0;
}
/*=====  End of Search Page CSS  ======*/
/*======================================
=            Responsive CSS            =
======================================*/
@media only screen and (max-width: 1199px){
    .project-slider-section .row {
        width: 100%;
        -ms-flex-pack: initial !important;
        justify-content: initial !important;
    }
    .project-slider-section .project-slider-title {
        padding-left: 0;
    }
}
@media only screen and (max-width: 1024px){
    .section-padding {
        padding: 60px 0;
    }
    .section-content .section-title {
        font-size: 35px;
        margin-bottom: 20px;
    }
    .project-slider-section .project-slider-box .project-slider-text {
        padding: 20px;
    }
    .project-slider-section .project-slider-box .project-slider-text a {
        font-size: 20px;
    }
    .project-slider-section .project-slider-inner .slick-list {
        padding: 0;
    }
    .about-product-text-col {
        padding: 40px !important;
    }
    .product-machine-box {
        padding: 25px 25px 35px 25px;
    }
    .product-single .product-price-text h4 {
        font-size: 17px;
    }
    .product-single .product-popup-row button {
        font-size: 14px;
        padding: 4px 15px;
    }
}
@media only screen and (min-width: 992px){
    .site-header .navbar-toggler {
        display: none;
    }
    .site-header .navbar{
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .site-header #main-nav {
        display: block !important;
        height: auto;
    }
    .site-header .navbar-expand-xl .navbar-collapse {
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .site-header .navbar-expand-xl .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }
}
@media only screen and (max-width: 991px){
    .top-header .top-header-left-menu ul li a {
        padding: 0 5px;
    }
    header#masthead .navbar-brand a img {
        max-width: 120px;
        min-width: 120px;
    }
    header#masthead .navbar {
        border-bottom: none;
    }
    .site-header .navbar-toggler {
        display: inline-block;
        width: 25px;
        padding: 0;
        font-size: 5px;
        height: auto;
        line-height: normal;
        border: 0;
        transition: background-color 500ms ease-in-out 250ms;
        position: absolute;
        top: 50%;
        left: auto;
        outline: none;
        z-index: 9999;
/*         right: 55px; */
		right: 0;
        vertical-align: top;
        transform: translate(0, -50%);
    }
    .site-header .navbar-toggler span {
        background: var(--blackcolor);
        background-image: inherit;
        width: 25px;
        height: 2px;
        line-height: 1.5;
        transition: transform 500ms ease-in-out;
    }
    .site-header .navbar-toggler[aria-expanded=true] .navbar-toggler-icon{
        background: var(--blackcolor);
    }
    .site-header .navbar-toggler[aria-expanded=true] .navbar-toggler-icon:nth-child(1) {
        transform: rotate(45deg);
        position: relative;
        top: 4px;
    }
    .site-header .navbar-toggler[aria-expanded=true] .navbar-toggler-icon:nth-child(2) {
        display: none;
    }
    .site-header .navbar-toggler[aria-expanded=true] .navbar-toggler-icon:nth-child(3) {
        transform: rotate(-45deg);
        position: relative;
        top: -2px;
    }
    .menu-overlay {
        overflow: hidden;
    }
    .menu-overlay:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        left: 0;
        top: 0;
        z-index: 9;
    }
    .menu-overlay .site-header .navbar .navbar-toggler[aria-expanded=true] + .main-header-menu .header-menu-main:before {
        content: "";
        position: fixed;
        left: -9000px;
        top: 0;
        background: var(--whitecolor);
        width: 99999px;
        height: 100%;
        opacity: 0.8;
    }
    .site-header .navbar .navbar-toggler[aria-expanded=true] + .main-header-menu .header-menu-main {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 355px;
        background: var(--whitecolor);
        min-height: 100%;
        /* min-height: -webkit-fill-available; */
        z-index: -9;
        overflow-y: auto;
    }
    .site-header .navbar .navbar-toggler[aria-expanded=true] + .main-header-menu .header-menu-main .header-menu-inner {
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%);
        top: 50%;
        position: absolute;
        display: inline-block;
        width: 100%;
    }
    .site-header .navbar .navbar-toggler[aria-expanded=false] + .main-header-menu .header-menu-main .header-menu-inner #main-nav {
        display: none;
    }
    .site-header .navbar .navbar-toggler[aria-expanded=true] + .main-header-menu .header-menu-main .header-menu-inner #menu-header-menu li {
        text-align: center;
    }
    .site-header .navbar .navbar-toggler[aria-expanded=true] + .main-header-menu .header-menu-main .header-menu-inner #menu-header-menu li a {
        display: inline-block;
    }
    #masthead.site-header .navbar #main-nav .navbar-nav {
        padding: 10px 0;
        display: block;
        width: 100%;
        vertical-align: top;
    }
    #masthead.site-header .navbar #main-nav .navbar-nav li {
        padding: 5px 15px;
        text-align: center;
    }
    header#masthead #main-nav ul li a {
        display: inline-block;
        vertical-align: top;
    }
    header#masthead #main-nav .header-border-btn,
    header#masthead #main-nav .header-btn{
        display: none;
    }
    header#masthead #main-nav .navbar-nav li:last-child a {
        padding-right: 15px;
    }
    .section-padding {
        padding: 50px 0;
    }
    .section-content h4 {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .section-content .section-title {
        font-size: 32px;
        margin-bottom: 15px;
    }
    .solution-box .solution-box-text h4 {
        margin-bottom: 10px;
    }
    .solution-box .solution-box-text h4 a {
        font-size: 20px;
    }
    .services-box {
        padding: 20px;
    }
    .services-box .services-box-icon {
        margin-bottom: 15px;
        height: 55px;
    }
    .video-img-col .wpb_single_image .wpb_wrapper {
        padding-right: 80px;
    }
    .video-section-row:nth-child(even) .video-img-col .wpb_single_image .wpb_wrapper {
        padding-left: 80px;
    }
    .video-popup .video-popup-btn button img {
        max-width: 80px;
    }
    .inner-page-banner .inner-banner-content {
        height: 200px;
    }
    .inner-page-banner h1 {
        font-size: 32px;
        margin-bottom: 15px;
    }
    .about-product-text-col {
        padding: 30px !important;
    }
}
@media only screen and (max-width: 767px){
    .r-order-1{
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .r-order-2{
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .top-header {
        display: none;
    }
    .top-header .top-header-left-menu ul {
        display: table;
        width: auto;
        margin: 0 auto;
    }
    .top-header .top-header-right {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    header#masthead {
        padding: 20px 0;
    }
    .section-content .section-title {
        font-size: 28px;
    }
    .section-content h3 {
        font-size: 20px;
    }
    .section-content h6 {
        font-size: 17px;
    }
    .company-profile-col {
        width: 33.33% !important;
        float: left;
    }
    .company-title h3 {
        margin-bottom: 30px !important;
    }
    .home-technology-tab .vc_tta-panel {
        margin-bottom: 15px;
    }
    .home-technology-tab .vc_tta-panel:last-child {
        margin-bottom: 0;
    }
    .home-technology-tab .vc_tta-panel .vc_tta-panel-heading {
        border: none !important;
        margin: 0 !important;
    }
    .home-technology-tab .vc_tta-panel .vc_tta-panel-heading h4.vc_tta-panel-title a {
        background: var(--greencolor);
        color: var(--whitecolor) !important;
        font-size: 16px;
        padding: 20px 15px;
    }
    .home-technology-tab .vc_tta-panel .vc_tta-panel-body {
        padding: 30px !important;
    }
    .project-slider-section .project-slider-box .project-slider-text h4 {
        margin-bottom: 5px;
    }
    .project-slider-section .project-slider-box .project-slider-text a {
        font-size: 18px;
    }
    .business-section-btn p {
        text-align: left !important;
    }
    .project-slider-section .project-slider-title {
        margin-bottom: 30px;
    }
    .project-slider-section .project-slider-inner .slick-list {
        margin: 0 -15px;
    }
    .project-slider-section .project-slider-title {
        text-align: center;
    }
    .project-slider-arrow {
        margin-top: 20px;
        margin-bottom: 25px;
    }
    .project-slider-arrow button {
        width: 45px;
        height: 45px;
        line-height: 45px;
        margin-right: 15px;
    }
    .project-slider-arrow button img {
        max-width: 15px;
        width: 100%;
    }
    .video-img-col {
        margin-bottom: 30px;
    }
    .video-img-col .wpb_single_image {
        text-align: center !important;
    }
    .video-img-col .wpb_single_image .wpb_wrapper {
        padding-right: 0;
    }
    .video-popup .video-popup-btn {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        right: auto;
    }
    .video-text-col .section-content {
        text-align: center;
    }
    .video-section-row:nth-child(even) .video-img-col {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .video-section-row:nth-child(even) .video-text-col {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .video-section-row:nth-child(even) .video-img-col .wpb_single_image .wpb_wrapper {
        padding-left: 0;
    }
    .video-section-row:nth-child(even) .video-popup .video-popup-btn {
        left: 50%;
        right: auto;
    }
    .product-machine-box {
        max-width: inherit;
    }
    .about-product-text-col {
        padding: 20px !important;
    }
    .video-text-col .square-listing ul li {
        display: table;
        margin: 0 auto;
    }
    .product-single .table-responsive table tr th {
        padding: 9px 10px;
        font-size: 15px;
    }
    .product-single .table-responsive table tr td {
        font-size: 14px;
        padding: 5px 10px;
    }
    .video-listing-main .video-listing-view {
        width: 50%;
    }
    .error404 .not-found-inner-content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        text-align: center;
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .error404 .not-found-inner-content .not-found-left-text {
        margin-right: 0;
        margin-bottom: 30px;
    }
    .error404 .not-found-inner-content .page-header h1 {
        font-size: 35px;
    }

    .footer-left-info .footer-content p {
        line-height: 1.6;
    }
    .products-listing-main .products-listing-view {
        width: 50%;
    }
    .inner-page-banner h1 {
        font-size: 22px;
    }
    .inner-banner-breadcrumb a {
        font-size: 15px;
    }
}
@media only screen and (max-width: 575px){
    .section-padding {
        padding: 30px 0;
    }
    .section-content .section-title {
        font-size: 25px;
    }
    .company-profile-col {
        margin-bottom: 30px;
        width: 50% !important;
    }
    .home-technology-tab .vc_tta-panel .vc_tta-panel-body {
        padding: 20px !important;
    }
    .project-slider-section .project-slider-box .project-slider-text a {
        font-size: 16px;
    }
    .project-slider-section .project-slider-box .project-slider-text h4 {
        font-size: 14px;
    }
    .contact-form-main .two-part-form .form-group {
        width: 100%;
    }
    .footer-left-info {
        margin-bottom: 30px;
    }
    .footer-box-title h4 {
        margin-bottom: 20px;
    }
    .footer-right-info .footer-content p {
        font-size: 14px;
    }
    .bottom-footer .site-info p {
        font-size: 14px;
    }
    .product-machine-box .product-machine-text h4 {
        font-size: 18px;
    }
    .video-listing-main .video-listing-view .video-listing-content .video-box-content h3 {
        font-size: 16px;
    }
    .video-price-popup-right {
        padding: 15px;
    }
}
@media only screen and (max-width: 480px){
    .company-profile-col {
        width: 100% !important;
    }
    .company-profile-col:last-of-type {
        margin-bottom: 0;
    }
    .section-content .section-title {
        font-size: 22px;
    }
    .sign-up-form form .form-row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0;
    }
    .sign-up-form form .form-group input[type="email"] {
        margin-bottom: 10px !important;
    }
    .sign-up-form form .form-group:last-child {
        width: 100%;
    }
    .product-machine-box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 15px;
    }
    .product-machine-box .product-machine-img {
        margin-bottom: 15px;
    }
    .product-machine-box .product-machine-text {
        width: 100%;
    }
    .form-group.two-part {
        width: 100% !important;
    }
    .contact-page-form-main {
        padding: 15px;
    }
    .contact-page-form .form-group label {
        font-size: 14px;
    }
    .contact-page-form .form-group label img {
        margin-right: 5px;
    }
    .contact-box-main .contact-box-info .contact-box-text h4 {
        font-size: 16px;
    }
    .video-listing-main .video-listing-view {
        width: 100%;
    }
    .product-single .product-title-bottom,
    .product-single .product-popup-row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .product-single .product-title-bottom .product-price-text {
        width: 100%;
        margin-bottom: 10px;
    }
    .error404 .not-found-inner-content .page-header h1 {
        font-size: 29px;
    }
    .products-listing-main .products-listing-view {
        width: 100%;
    }
}
.product-brochure-text a {
	pointer-events: none;
}
/*=====  End of Responsive CSS  ======*/




.green-color{
	    color: var(--greencolor);
}
.green-btn{
	    background: var(--greencolor);
    border: 1px solid var(--greencolor);
    font-weight: 400;
    font-size: 18px;
    line-height: 1.33;
    color: var(--whitecolor);
    display: inline-block;
    vertical-align: top;
    padding: 12px 29px;
    margin-bottom: 15px;
	  cursor: pointer;
	  border-radius: .3rem;
}

.green-btn:hover{
	    background: var(--whitecolor);
    color: var(--greencolor);
    border-color: var(--whitecolor);
}

.about-nakshatraent-erprise > .bg-overlay::after{
	    background: rgba(0, 33, 61, 0.6) !important;
}

.hide-section{
	display:none;
}

.header-green-btn{
	background: var(--greencolor);
    border: 1px solid var(--greencolor);
    font-weight: 400;
    font-size: 18px;
    line-height: 1.33;
    color: var(--whitecolor);
    display: inline-block;
    vertical-align: top;
    padding: 12px 29px;
	  cursor: pointer;
	  border-radius: .3rem;
}

.header-green-btn:hover{
	    background: var(--whitecolor);
    color: var(--greencolor);
    border-color: var(--greencolor);
}
.margin-none{
	margin-bottom:0 !important;
}

.col-md-12, .vc_column_container>.vc_column-inner{
	padding-left:0 !important;
	padding-right: 0 !important;
}
header .container{
	padding-left:0 !important;
	padding-right: 0 !important;
}
.row{
	    margin-left: 0 !important;
    	margin-right: 0 !important;
}
/* .vc_row{
	    margin-left: 0 !important;
    	margin-right: 0 !important;
} */
@media only screen and (max-width: 991px){
	.header-green-btn{
		    font-size: 12px;
		    padding: 8px 12px;
	}
	header#masthead .main-header-menu .main-header-search{
		    margin-left: 0;
		    margin-right: 60px;
	}
	.col-md-12, .vc_column_container>.vc_column-inner{
	padding-left:15px !important;
	padding-right: 15px !important;
}
	
}

@media only screen and (max-width: 768px){
	.site-header .navbar .navbar-toggler[aria-expanded=true] + .main-header-menu .header-menu-main{
		top:10%;
	}
	.col-md-12, .vc_column_container>.vc_column-inner{
	padding-left:20px !important;
	padding-right: 20px !important;
	}
	
	}

@media only screen and (max-width: 480px){
	
.vc_row.vc_row-flex{
	  flex-direction: column;
}
}

@media only screen and (max-width: 320px){
	.header-green-btn {
        font-size: 8px;
    }
	.navbar{
		    flex-wrap: nowrap;
	}
}
