@font-face {
    font-family: 'Gilroy-Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Gilroy-Bold'), url('../fonts/gilroy-extrabold.woff') format('woff');
}
body {
    font-size: 16px;
    margin: 0px;
    font-family: 'Inter', sans-serif;
    color: #333333;
    background-color: #fff;
    overflow-x: hidden;
}
.theme-bg {
    background: #008BD2;
}
.theme-color {
    color: #198754;
}
ul {
    list-style: none;
    padding-left: 0px;
}
a {
    text-decoration: none;
}
strong {
    font-size: 18px;
    color: #333333;
}
label {
    font-size: 18px;
    font-weight: 500;
}
small {
    font-size: 16px;
}
.btn-check:focus+.btn, .btn:focus {
    outline: 0;
    box-shadow: none;
}
.form-control {
    border: none;
    border-radius: 0px;
    height: 48px;
}
.form-select {
    border: none;
    border-radius: 0px;
    height: 48px;
}
.input-group-text {
    border: none;
    background-color: #fff;
    border-radius: 0px;
}
section {
    padding: 80px 0px;
    position: relative;
}
main {
    background: #fff;
    z-index: 9;
    position: relative;
}
.bg-white {
    background: #fff;
    position: relative;
}
.btn {
    border: 2px solid #198754;
    padding: 16px 22px;
    background-size: 300%;
    transition: all 1s;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    border-radius: 0px;
}
.btn:hover {
    color: #fff;
    background-position: 100%;
    transition: all 1s;
    border: 2px solid #008BD2;
}
/*.btn:active {
    transform: translate(0.5rem, 0.5rem);
    box-shadow: 0px 10px 20px -15px rgba(0, 0, 0, 0.75);
}*/
.theme-border-btn.selected {
    border-color: #008BD2;
    color: #fff;
    background-position: 100%;
    transition: all 1s;
    border: 2px solid #008BD2;
    background: #008BD2;
}
.theme-border-btn.selected span {
    color: #fff;
}
.find-dealer .btn {
    padding: 7px 22px;
}
.card {
    border-radius: 0px;
    border: none;
    overflow: hidden;
}
.card-body {
    padding: 35px 32px;
}
/*.product-list-scroll .card-body {
    padding-bottom: 70px;
}*/
.link-btn {
    color: #000;
    font-size: 15px;
    font-weight: 600;
}
.link-btn:hover {
    color: #000;
}
.link-btn img {
    margin-left: 10px;
}
h1,h2,h3,h4,h5,h6 {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    line-height: 1.2;
    color: #101010;
}
h1 {
    font-size: 55px;
    font-family: 'Gilroy-Bold';
    text-transform: uppercase;
    line-height: 1.1;
}
h2 {
    font-size: 42px;
}
h3 {
    font-size: 32px;
}
h4 {
    font-size: 24px;
}
h5 {
    font-size: 20px;
}
h6 {
    font-size: 18px;
}
.modal {
    background: #19875450;
    z-index: 999999;
}
.carousel-indicators [data-bs-target] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-right: 5px;
    margin-left: 5px;
}
.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #fff;
}
.carousel-item .banner-img {
    width: 100%;
}
.bg-lightblue {
    background: #F1F3F5;
}
.mb-7 {
    margin-bottom: 7rem!important;
}
.banner-heading {
    font-size: 55px;
    color: #101010;
    font-weight: bold;
}
.section-heading {
    font-family: 'Inter', sans-serif;
    font-size: 42px;
    color: #101010;
    text-transform: none;
}
.theme-btn {
    background: #198754;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    position: relative;
    z-index: 0;
}
.theme-btn:before, .theme-btn:after {
    content: '';
    background: #008BD2;
    height: 50%;
    width: 0;
    position: absolute;
    transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -webkit-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.theme-btn:before {
    top: 0;
    left: 0;
    right: auto;
}
.theme-btn:after {
    bottom: 0;
    right: 0;
    left: auto;
}
.theme-btn span {
    color: #fff;
    transform: scaleX(0.6);
    transform-origin: center left;
    transition: color 0.3s ease;
    position: relative;
    z-index: 1;
}
.theme-btn:hover:before {
    width: 100%;
    right: 0;
    left: auto;
}
.theme-btn:hover:after {
    width: 100%;
    left: 0;
    right: auto;
}
.theme-btn:hover img {
    filter: invert(0);
}
.theme-border-btn {
    background: transparent;
    font-size: 15px;
    font-weight: 600;
    color: #198754;
    position: relative;
    z-index: 0;
    border: 2px solid #198754;
}
.theme-border-btn:hover {
    border-color: #008BD2;
    color: #fff;
}
.theme-border-btn span {
    color: #198754;
}
.theme-border-btn:hover span {
    color: #fff;
}
.header {
    padding: 15px 0;
    /*    transition: all 0.5s;*/
    z-index: 997;
    background: #fff;
}
.header .logo h1 {
    font-size: 32px;
    font-weight: 300;
}
.header .logo h1 span {
    font-weight: 500;
}
.header .btn-getstarted,
.header .btn-getstarted:focus {
    font-size: 16px;
    padding: 8px 23px;
    border-radius: 4px;
    transition: 0.3s;
}

.logo img {
    width: 254px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.nav-scroll .logo img {
    width: 170px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}


@media (max-width: 1279px) {
    .header .btn-getstarted,
    .header .btn-getstarted:focus {
        margin-right: 50px;
    }
}


/*--------------------------------------------------------------
# Desktop Navigation 
--------------------------------------------------------------*/
@media (min-width: 1023px) {
    .navbar {
        padding: 0;
        position: unset;
    }
    .navbar ul.nav-list-menu {
        margin: 0;
        padding: 0;
        display: flex;
        list-style: none;
        align-items: center;
        transition: all 0.5s;
        padding-right: 40px;
    }
    .nav-scroll .navbar .nav-list-menu {
        transition: all 0.5s;
    }
    .navbar li {
        position: relative;
    }
    /*    .navbar>ul.nav-list-menu>li {
            white-space: nowrap;
        }*/
    .navbar a.nav-top-menu {
        line-height: 60px;
    }
    .nav-scroll .navbar a.nav-top-menu {
        line-height: 55px;
        transition: all 0.5s;
    }
    .nav-scroll .navbar .product-menu a {
        transition: all 0.5s;
    }
    .navbar a,
    .navbar a:focus {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0px;
        font-size: 14px;
        font-weight: 400;
        transition: 0.3s;
        position: relative;
        color: #000;
    }
    a.qodef-side-area-opener.qodef-side-area-opener--predefined:focus {
        padding: 34px 27px;
        color: #fff;
    }
    .navbar .nav-list-submenu a {
        display: block;
    }
    .navbar a i,
    .navbar a:focus i {
        font-size: 12px;
        line-height: 0;
        margin-left: 5px;
    }
    .navbar>ul.nav-list-menu>li>a:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        bottom: 0;
        left: 0;
        visibility: hidden;
        transition: all 0.3s ease-in-out 0s;
        transform: scaleX(0);
        transition: all 0.3s ease-in-out 0s;
    }
    .navbar a:hover:before,
    .navbar li:hover>a:before,
    .navbar .active:before {
        visibility: visible;
        transform: scaleX(0.7);
    }
    .navbar .dropdown a:hover:before,
    .navbar .dropdown:hover>a:before,
    .navbar .dropdown .active:before {
        visibility: hidden;
    }
    .navbar .dropdown ul {
        display: block;
        position: absolute;
        right: 0;
        margin: 0;
        padding: 0 0 10px 0;
        z-index: 9;
        opacity: 0;
        visibility: hidden;
        background: #e8e8e8;
        transition: ease-in-out all 0.3s;
        width: 75%;
    }
    .navbar .dropdown ul li {
        min-width: 200px;
    }
    .navbar .dropdown ul a {
        padding: 0px;
        text-transform: none;
        font-weight: 400;
    }
    .navbar .dropdown ul a i {
        font-size: 12px;
    }
    .navbar .dropdown:hover>ul {
        opacity: 1;
        visibility: visible;
    }
    .navbar .megamenu {
        position: static;
    }
    .navbar .megamenu ul {
        right: 0;
        padding: 12px;
        padding-bottom: 30px;
        display: flex;
        top: 128px;
    }
    .navbar .megamenu .nav-list-submenu {
        box-shadow: 6px 5px 5px rgba(0,0,0,0.25);
    }
    .nav-scroll .navbar .megamenu ul {
        top: 86px;
    }
    .navbar .megamenu ul li {
        flex: 1;
        padding: 0px 15px;
    }
    .navbar .megamenu .product-menu ul {
        display: block;
    }
    .navbar .dropdown:hover .product-menu ul {
        visibility: visible;
        opacity: 1;
        position: unset;
        width: 100%;
        padding: 0px;
    }
    .navbar .megamenu .product-menu ul li {
        padding: 10px 0px;
        border-bottom: 1px solid #d7d7d7;
        min-width: 100%;
        width: 100%;
    }
    .navbar .megamenu ul li a,
    .navbar .megamenu ul li:hover>a {
        background: none;
    }
    .navbar .dropdown .dropdown ul {
        top: 0;
        left: calc(100% - 30px);
        visibility: hidden;
    }
    .navbar .dropdown .dropdown:hover>ul {
        opacity: 1;
        top: 0;
        left: 100%;
        visibility: visible;
    }
    .nav-list-menu li {
        padding: 14px 20px;
    }
    .nav-list-menu > li.active > a::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        bottom: 20px !important;
        left: 0;
        background: #000;
        display: block;
        transform: scaleX(1) !important;
        visibility: unset !important;
    }
    .nav-scroll .nav-list-menu > li.active > a::before {
        bottom: 10px !important;
    }
    .qodef-side-area-opener.qodef-side-area-opener--predefined {
        padding: 25px;
    }
}



@media (min-width: 1280px) and (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }
    .navbar .dropdown .dropdown:hover>ul {
        left: -100%;
    }
}

/*--------------------------------------------------------------
# Mobile Navigation
--------------------------------------------------------------*/
@media (max-width: 1023px) {
    .navbar {
        position: fixed;
        top: 0;
        left: -100%;
        width: 100%;
        bottom: 0;
        transition: 0.3s;
        z-index: 9997;
        background: #008BD2;
    }
    .navbar ul.nav-list-menu {
        position: absolute;
        inset: 0;
        padding: 0px;
        margin: 0;
        overflow-y: auto;
        transition: 0.3s;
        z-index: 9998;
        top: 50px;
    }
    .navbar ul.nav-list-menu li a {
        border-bottom: 1px solid #00000050;
    }
    .navbar ul.nav-list-menu li .product-menu a {
        border-bottom: none;
    }
    .navbar a,
    .navbar a:focus {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 18px 20px;
        font-size: 20px;
        font-weight: 500;
        white-space: nowrap;
        transition: 0.3s;
        color: #101010;
    }
    .navbar a i,
    .navbar a:focus i {
        font-size: 12px;
        line-height: 0;
        margin-left: 5px;
    }
    .navbar .dropdown ul,
    .navbar .dropdown .dropdown ul {
        position: static;
        display: none;
        padding: 10px 0;
        margin: 10px 20px;
        transition: all 0.5s ease-in-out;
    }
    .navbar .dropdown>.dropdown-active,
    .navbar .dropdown .dropdown>.dropdown-active {
        display: block;
    }
    .mobile-nav-toggle {
        display: block !important;
        font-size: 30px;
        cursor: pointer;
        line-height: 0;
        transition: 0.5s;
        position: absolute;
        top: 20px;
        z-index: 9999;
        right: 20px;
        color: #198754;
    }
    .mobile-nav-toggle.bi-x {
        color: #101010;
    }
    .mobile-nav-active {
        overflow: hidden;
        z-index: 9995;
        position: relative;
    }
    .mobile-nav-active .navbar {
        left: 0;
    }
    .mobile-nav-active .navbar:before {
        content: "";
        position: fixed;
        inset: 0;
        z-index: 9996;
    }
    .mobile-nav-active .navbar .dropdown .dropdown-active ul {
        display: block;
    }
    .mobile-nav-active .navbar .dropdown .dropdown-active ul li {
        padding-bottom: 15px;
    }
    .drop-img {
        display: none !important;
    }
    .product-menu h5 {
        font-size: 16px;
    }
    .navbar .dropdown ul, .navbar .dropdown .dropdown ul {
        padding: 0;
        margin: 0px 20px;
    }
    .mobile-nav-active .navbar .dropdown ul {
        background: #ededed;
        margin: 0;
        padding: 0px 0px;
        padding-bottom: 0px;
        margin-top: 0px;
        padding: 0px 30px;
    }
    .mobile-nav-active .navbar .dropdown > ul {
        display: none !important;
    }
    .mobile-nav-active .navbar .dropdown > ul.dropdown-active {
        display: block !important;
    }
}
.drop-menu li a{
    width: 100%;
    display: block;
    padding: 0 0 0 15px;
    font-weight: 400;
    border-radius: 0px;
}
.mega-box{
    position: absolute;
    left: 0;
    width: 100%;
    padding: 0px;
    top: 85px;
    opacity: 0;
    visibility: hidden;
    background: #73984a;
}
.mega-box .content{
    padding: 75px 0px;
    display: flex;
    width: 100%;
    justify-content: space-between;
    box-shadow: none;
    padding-top: 75px;
}
.mega-box .content .row{
    width: calc(25% - 30px);
    line-height: 25px;
}
.mega-box .content a {
    background: #fff;
    padding: 15px;
}
.mega-box .content a header {
    color: #101010;
}
.content .row img{
    width: 100%;
}
.content .row header{
    color: #f2f2f2;
    font-size: 20px;
    font-weight: 500;
}
.content .row .mega-links{
    margin-left: -40px;
    border-left: 1px solid rgba(255,255,255,0.09);
}
.row .mega-links li{
    padding: 0 20px;
}
.row .mega-links li a{
    padding: 0px;
    padding: 0 20px;
    color: #d9d9d9;
    font-size: 17px;
    display: block;
}
.row .mega-links li a:hover{
    color: #f2f2f2;
}
.wrapper .btn{
    color: #198754;
    font-size: 20px;
    cursor: pointer;
    display: none;
}
.wrapper .btn {
    border: none;
}
.wrapper .btn.close-btn{
    position: absolute;
    right: 30px;
    top: 10px;
}
.desktop-item {
    position: relative;
}
.desktop-item::before {
    content: "\f107";
    font-family: Fontawesome;
    color: #101010;
    font-size: 18px;
    display: block;
    position: absolute;
    top: -22px;
    right: -20px;
}
.product-menu img {
    -webkit-transition: 0.9s ease;
    transition: 0.9s ease;
}
.product-menu:hover img {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
}
.product-menu {
    overflow: hidden;
}
.product-menu h5 {
    font-size: 18px;
}
.about_list .wrapper .btn {
    display: block;
}
.nav-links .mobile-item {
    color: #101010;
}
.qodef-widget-holder {
    height: 100%;
    position: relative;
    top: 0px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.topnav.nav-scroll .qodef-widget-holder {
    top: 0px;
}
.navbar-expand-lg.sticky .qodef-widget-holder {
    top: 0px;
}
.widget_stal_core_side_area_opener {
    height: 100%;
}
nav input{
    display: none;
}
.flip-card, .flip-card-click {
    display: inline-block;
    background-color: transparent;
    width: 100%;
    height: 320px;
    border: none;
    perspective: 1000px;
}
.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}
.flip-card:hover .flip-card-inner,
.flip-card:focus .flip-card-inner,
.flip-card:focus-within .flip-card-inner,
.flip-card:active .flip-card-inner,
.flip-card-click:focus .flip-card-inner,
.flip-card-click:active .flip-card-inner,
.flip-card-click.flipped .flip-card-inner {
    transform: rotateY(180deg);
}
.flip-card-inner:focus {
    outline: none;
    cursor: pointer;
}
.flip-card-inner:hover {
    outline: none;
    cursor: pointer;
}
.flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    padding: 30px 28px;
}
.flip-card-front p, .flip-card-back p {
    padding: 0;
    color: #000;
}
.flip-card-front {
    background-color: #fff;
}
.flip-card-back {
    background-color: #73984a;
    transform: rotateY(180deg);
}
.flip-card-back h6 {
    color: #fff;
}
.flip-card-back p {
    filter: invert(1);
}
.flip-card-back p {
    font-weight: 500;
}
.InputGroup input[type="radio"] {
    visibility: hidden;
    height: 0;
    width: 0;
}
.InputGroup label {
    text-align: left;
    cursor: pointer;
    background-color: #fff;
    color: #000;
    width: 100%;
    height: 100%;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 15px;
    transition: color 0.1s ease-out,
        background-color 0.1s ease-in;
    user-select: none;
    margin-right: 8px;
}
.InputGroup label p {
    font-weight: normal;
}
.InputGroup label:last-of-type {
    margin-right: 0;
}
.InputGroup input[type="radio"]:checked + label {
    background-color: #198754;
    color: #fff;
    font-weight: 600;
}
.InputGroup input[type="radio"]:hover:not(:checked) + label {
    background-color: #008BD2;
    color: #fff;
}
.InputGroup .theme-border-btn {
    font-size: 20px;
    font-weight: 600;
}
.InputGroup label p {
    font-size: 14px;
}
.qodef-side-area-opener.qodef-side-area-opener--predefined {
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    padding: 34px 27px;
    background-color: #198754;
    color: #fff;
}
.qodef-side-area-opener.qodef-side-area-opener--predefined .qodef-lines {
    position: relative;
    display: block;
    width: 33px;
    height: 18px;
}
.qodef-side-area-opener.qodef-side-area-opener--predefined .qodef-lines .qodef-line.qodef-line-1 {
    top: 0;
    width: 3px;
}
.qodef-side-area-opener.qodef-side-area-opener--predefined .qodef-lines .qodef-line {
    position: absolute;
    left: 0;
    height: 2px;
    background-color: currentColor;
    -webkit-transition: top .3s ease,-webkit-transform .3s ease;
    transition: top .3s ease,-webkit-transform .3s ease;
    -o-transition: top .3s ease,transform .3s ease;
    transition: top .3s ease,transform .3s ease;
    transition: top .3s ease,transform .3s ease,-webkit-transform .3s ease;
}
.qodef-header--light .qodef-side-area-opener.qodef-side-area-opener--predefined .qodef-line {
    background-color: #fff;
}
.qodef-side-area-opener.qodef-side-area-opener--predefined .qodef-lines .qodef-line.qodef-line-2 {
    top: 0;
    right: 0;
    left: auto;
    width: 21px;
    -webkit-transition: width .3s cubic-bezier(.29,.21,0,.97);
    -o-transition: width .3s cubic-bezier(.29,.21,0,.97);
    transition: width .3s cubic-bezier(.29,.21,0,.97);
}
.qodef-side-area-opener.qodef-side-area-opener--predefined .qodef-lines .qodef-line.qodef-line-3 {
    top: 8px;
    width: 27px;
    -webkit-transition: left .3s cubic-bezier(.29,.21,0,.97);
    -o-transition: left .3s cubic-bezier(.29,.21,0,.97);
    transition: left .3s cubic-bezier(.29,.21,0,.97);
}
.qodef-side-area-opener.qodef-side-area-opener--predefined .qodef-lines .qodef-line.qodef-line-4 {
    bottom: 0;
    width: 100%;
    -webkit-transition: width .3s cubic-bezier(.29,.21,0,.97);
    -o-transition: width .3s cubic-bezier(.29,.21,0,.97);
    transition: width .3s cubic-bezier(.29,.21,0,.97);
}
.qodef-side-area-opener.qodef-side-area-opener--predefined .qodef-lines .qodef-line.qodef-line-5 {
    bottom: 0;
    left: 30px;
    width: 3px;
}
.carousel-item {
    height: 100vh;
}
.carousel-caption {
    bottom: 100px;
    text-align: left;
    width: 680px;
    z-index: 9;
    left: unset;
    right: unset;
}
.sub-heading {
    font-size: 20px;
    line-height: 30px;
}
.theme-btn img {
    margin-left: 10px;
}
.card-image {
    overflow: hidden;
}
.card-image img {
    -webkit-transition: 0.9s ease;
    transition: 0.9s ease;
}
.card:hover .card-image img {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
}
.footer {
    background: #57585a;
    padding: 80px 0px 35px;
}
.footer p {
    color: #CCCCCC;
}
.footer .social-media li {
    padding-right: 30px;
}
.footer ul li {
    padding-bottom: 8px;
}
.footer ul li a {
    color: #CCCCCC;
}
.footer ul li a:hover img {
    filter: invert(100%) sepia(100%) saturate(0%)  brightness(100%) contrast(-10%);
}
.footer p.sub-heading {
    color: #fff;
}
.footer hr {
    background-color: #CCCCCC;
}
.footer p a {
    color: #CCCCCC;
}
.underline-hover-effect {
    display: inline-block;
    position: relative;
    padding-bottom: 5px;
}
.underline-hover-effect::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: #fff;
    transition: width 0.25s ease-out;
}
.underline-hover-effect:hover {
    color: #fff;
    transition: 0.25s ease-out;
}
.underline-hover-effect:hover::before {
    width: 100%;
}
.card .card-body span {
    color: #747474;
    font-size: 14px;
    margin-bottom: 10px;
}
#solutions .card .card-body b.badge {
    font-weight: normal;
    background-color: #008BD2;
    border-radius: 0;
}
#solutions .card .card-body .link-btn {
    position: absolute;
    bottom: 30px;
}
.o-video {
    width: 100%;
    height: 0;
    position: relative;
    padding-top: 40.25%;
}
.testimonial-bg {
    position: relative;
    padding: 120px 0px;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 85%;
    background-color: #F1F3F5;
    overflow: hidden;
}
.testimonial-bg .testimonial-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 85%;
    height: 100%;
}
.testimonial-bg::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 85%;
    height: 100%;
    background: #00000015;
    z-index: 1;
}
.testimonial-slider {
    position: relative;
    z-index: 9;
}
.space-height-block {
    padding: 110px 90px;
}
.owl-carousel .owl-item span {
    color: #EE0D08;
    font-size: 11px;
    text-transform: uppercase;
}
.owl-carousel .owl-item h5 {
    font-size: 19px;
    color: #101010;
    line-height: 23px;
}
.owl-theme .owl-nav {
    text-align: left;
    margin-top: 0px;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    position: relative;
    width: 100.5px;
    height: 100.5px;
    background: #606062;
    text-align: center;
    border-radius: 0;
    opacity: 1;
    margin: 0px;
}
.owl-carousel .owl-nav button.owl-next {
    background: #198754;
}
.owl-carousel .owl-nav button.owl-prev::before,
.owl-carousel .owl-nav button.owl-next::before {
    content: "";
    display: block;
    background-image: url(../images/carousel-left-arrow.svg);
    width: 29px;
    height: 12px;
    background-position: center;
    background-size: cover;
    margin: auto;
}
.owl-carousel .owl-nav button.owl-next::before {
    background-image: url(../images/carousel-right-arrow.svg)
}
.owl-carousel .owl-nav button.owl-prev span,
.owl-carousel .owl-nav button.owl-next span {
    display: none;
}
.owl-theme .owl-nav button.owl-prev:hover {
    background: #606062;
}
.owl-theme .owl-nav button.owl-next:hover {
    background: #198754;
}
.o-video > iframe {
    width: 100%;
    height: 80vh;
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
}
.modal-fullscreen {
    width: 30vw;
}
.modal-fullscreen .modal-body {
    padding: 35px;
}
.modal-fullscreen .modal-header {
    border-bottom: none;
    justify-content: end;
    padding: 0px;
}
.usefultools-main .card {
    padding: 30px;
}
.usefultools-main .card img {
    width: 80px;
}
.usefultools-main .card h6 {
    font-weight: 500;
}
.usefultools-main h4 {
    color: #101010;
}
.usefultools-main .flip-card-back h4 {
    color: #fff;
}
#qodef-side-area-close.qodef-side-area-close--predefined .qodef-lines .qodef-line {
    width: 4px!important;
}
#qodef-side-area-close.qodef-side-area-close--predefined {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 87px;
    padding: 0 37px;
    color: #fff;
    background-color: #73984a;
}
#qodef-side-area-close .qodef-lines {
    position: relative;
    display: block;
    width: 33px;
    height: 18px;
}
#qodef-side-area-close.qodef-side-area-close--predefined .qodef-lines .qodef-line {
    position: absolute;
    left: 0;
    height: 2px;
    background-color: currentColor;
    -webkit-transition: top .3s ease,-webkit-transform .3s ease;
    transition: top .3s ease,-webkit-transform .3s ease;
    -o-transition: top .3s ease,transform .3s ease;
    transition: top .3s ease,transform .3s ease;
    transition: top .3s ease,transform .3s ease,-webkit-transform .3s ease;
}
#qodef-side-area-close .qodef-lines .qodef-line.qodef-line-1 {
    top: 0;
    width: 3px;
}
#qodef-side-area-close .qodef-lines .qodef-line.qodef-line-1 {
    left: 0;
    -webkit-transition: left .3s cubic-bezier(.29,.21,0,.97);
    -o-transition: left .3s cubic-bezier(.29,.21,0,.97);
    transition: left .3s cubic-bezier(.29,.21,0,.97);
}
#qodef-side-area-close .qodef-lines .qodef-line.qodef-line-2 {
    -webkit-transition: top .3s cubic-bezier(.29,.21,0,.97);
    -o-transition: top .3s cubic-bezier(.29,.21,0,.97);
    transition: top .3s cubic-bezier(.29,.21,0,.97);
}
#qodef-side-area-close.qodef-side-area-close--predefined .qodef-lines .qodef-line.qodef-line-2 {
    top: 0;
    right: 0;
    left: auto;
    width: 21px;
    -webkit-transition: width .3s cubic-bezier(.29,.21,0,.97);
    -o-transition: width .3s cubic-bezier(.29,.21,0,.97);
    transition: width .3s cubic-bezier(.29,.21,0,.97);
}
#qodef-side-area-close .qodef-lines .qodef-line.qodef-line-3 {
    left: 14px;
    -webkit-transition: -webkit-transform .3s cubic-bezier(.29,.21,0,.97) .2s;
    transition: -webkit-transform .3s cubic-bezier(.29,.21,0,.97) .2s;
    -o-transition: transform .3s cubic-bezier(.29,.21,0,.97) .2s;
    transition: transform .3s cubic-bezier(.29,.21,0,.97) .2s;
    transition: transform .3s cubic-bezier(.29,.21,0,.97) .2s,-webkit-transform .3s cubic-bezier(.29,.21,0,.97) .2s;
}
#qodef-side-area-close.qodef-side-area-close--predefined .qodef-lines .qodef-line.qodef-line-3 {
    top: 8px;
    width: 27px;
    -webkit-transition: left .3s cubic-bezier(.29,.21,0,.97);
    -o-transition: left .3s cubic-bezier(.29,.21,0,.97);
    transition: left .3s cubic-bezier(.29,.21,0,.97);
}
#qodef-side-area-close .qodef-lines .qodef-line.qodef-line-4 {
    -webkit-transition: bottom .3s cubic-bezier(.29,.21,0,.97);
    -o-transition: bottom .3s cubic-bezier(.29,.21,0,.97);
    transition: bottom .3s cubic-bezier(.29,.21,0,.97);
}
#qodef-side-area-close.qodef-side-area-close--predefined .qodef-lines .qodef-line.qodef-line-4 {
    bottom: 0;
    width: 100%;
    -webkit-transition: width .3s cubic-bezier(.29,.21,0,.97);
    -o-transition: width .3s cubic-bezier(.29,.21,0,.97);
    transition: width .3s cubic-bezier(.29,.21,0,.97);
}
#qodef-side-area-close .qodef-lines .qodef-line.qodef-line-5 {
    bottom: 0;
    right: 0;
    left: auto;
    -webkit-transition: right .3s cubic-bezier(.29,.21,0,.97);
    -o-transition: right .3s cubic-bezier(.29,.21,0,.97);
    transition: right .3s cubic-bezier(.29,.21,0,.97);
}
.image-gallery {
    display: flex;
}
.image-gallery .col-one {
    margin-right: 5px;
    width: 50%;
}
.image-gallery .col-one .img-big {
    width: 100%;
    height: 100%;
    margin-bottom: -4px;
}
.image-gallery .col-one .btn {
    width: 100%;
    display: block;
    padding: 12px 15px;
    text-align: center;
    color: white;
    text-decoration: none;
    border-radius: 2px;
    background: #008c9e;
    background: -moz-linear-gradient(left, #008c9e 0%, #00949e 40%, #67d5b5 100%);
    background: -webkit-linear-gradient(left, #008c9e 0%, #00949e 40%, #67d5b5 100%);
    background: linear-gradient(to right, #008c9e 0%, #00949e 40%, #67d5b5 100%);
    font-size: 13px;
    line-height: 18px;
}
.image-gallery .col-two {
    width: 50%;
}
.image-gallery .col-two .col-row {
    display: flex;
}
.image-gallery .col-two .col-row:first-of-type {
    margin-bottom: 5px;
}
.image-gallery .col-two .col-row .img-square {
    width: 50%;
    height: 100%;
}
.image-gallery .col-two .col-row .img-square:first-of-type {
    margin-right: 5px;
}
.image-gallery .col-two .col-row .img-landscape {
    width: 100%;
    height: 100%;
}
.content {
    position: relative;
    width: 100%;
}
.content-image {
    width: 100%;
}
.fadeIn-left {
    left: 20%;
}
.content-details {
    position: absolute;
    left: 20px;
    bottom: 20px;
    padding: 20px;
    background-color: #fff;
    max-width: calc(100% - 40px);
}
.content .content-details h6 {
    opacity: 1;
}
.space-height {
    position: relative;
    display: inline-block;
    overflow: hidden;
}
.reveal-block1 {
    background: transparent;
}
.reveal-block {
    position: absolute;
    top: 0;
    width: 100%;
    height: 101%;
    background: white;
}
.reveal-block-green {
    position: absolute;
    top: 0;
    width: 100%;
    height: 101%;
    background: #fff;
}
.reveal-holder {
    position: relative;
    display: inline-block;
    width: 100%;
    /*    max-height: 250px;*/
}
[data-aos="reveal-left"] {
    transform: scaleX(1);
    transform-origin: 0% 100%;
    transition-property: transform;
    transition-delay: 0.5s;
}
[data-aos="reveal-left"].aos-animate {
    transform: scaleX(0);
}
[data-aos="reveal-item"].aos-animate {
    visibility: visible;
}
[data-aos="reveal-item"] {
    visibility: hidden;
    transition-property: visibility;
    transition-duration: 0s;
}
.reveal-block-green.aos-animate::before {
    transform: scaleX(1);
}
.reveal-block-green::before {
    transform: scaleX(0);
    transform-origin: 100% 0%;
}
.reveal-block-green::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #198754;
    transition-property: transform;
    transition-duration: 0.5s;
}
.product-banner-main {
    padding: 125px 0px;
    /*margin-top: -128px;*/
    margin-top: -75px;
    padding-top: 270px;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    background-position: center;
}
.construction-bg {
    background: url('../images/construction-bg.png') no-repeat left bottom;
    background-size: 100%;
    padding-bottom: 45vh;
    padding-top: 110px;
}
.page-link-banner {
    position: absolute;
    bottom: -115px;
}
.page-link-banner ul li {
    padding: 0px 10px;
    position: relative;
}
.page-link-banner ul li:first-child {
    padding-left: 0px;
}
.page-link-banner ul li a {
    color: #000;
    line-height: 22px;
}
.benefits-list {
    list-style: disc;
    padding-left: 20px;
}
.benefits-list li {
    font-size: 18px;
    font-weight: 28px;
    color: #333333;
}
.gradient-card {
    padding: 58px 110px;
    background: linear-gradient(#c6c6c600, #C6C6C6);
}
.light-green-bg {
    background: #6BC6B7;
}
.coverage-calculator-main form h2 {
    line-height: 36px;
}
.o-video.product-details-video-main {
    padding-top: 34.15%;
}
.product-details-video-main iframe {
    height: 540px;
}
label.btn.theme-btn.toggle-checkbox.primary .fa-fw {
    width: unset;
}
label.btn.theme-btn.toggle-checkbox.primary input {
    width: 20px;
    height: 20px;
    border-radius: 0;
    border: none;
    position: relative;
    top: 4px;
    left: -5px;
    z-index: 9;
    border-color: transparent;
}
.download-btn .fa {
    padding-right: 8px;
}
.btn.theme-btn.toggle-checkbox.primary {
    border: 2px solid #008BD2;
    background: #008BD2;
}
.btn.theme-btn.toggle-checkbox.primary span {
    z-index: 9;
}
.toggle-checkbox.primary.theme-btn:before, .toggle-checkbox.primary.theme-btn:after {
    background: #008BD2;
}
.btn.theme-btn.toggle-checkbox.primary:hover {
    border: 2px solid #198754;
}
.accordion-item .gradient-card.solution-card {
    padding: 0px;
}
.product-slider .gradient-card.solution-card {
    padding: 0px;
}
.gradient-card.solution-card {
    padding: 15px 0px;
    text-align: center;
}
.gradient-card.solution-card img {
    margin: 0;
    width: 125%;
}
.solution-title {
    padding: 20px;
    margin-top: -6px;
}
.solution-main a {
    color: #101010;
}
.solution-title p {
    color: #101010;
}
.step-list .arrow-part span {
    background: #101010;
    color: #fff;
    padding: 9px 0;
    padding-right: 12px;
    font-size: 18px;
    font-weight: 600;
}
.arrow-part {
    height: 40px;
}
.step-list .arrow-part .fa {
    padding: 10px 15px;
    background: #6BC6B7;
    margin-right: 8px;
    height: 39px;
}
.steps-listing {
    overflow: hidden;
}

/*---------Compare Table-----------*/
table.compare-table {
    font-size: 16px;
    margin: 0;
    border: none;
    border-collapse: separate;
    border-spacing: 0;
    table-layout: fixed;
    width:auto;
}
table.compare-table td,
table.compare-table th {
    border-bottom-color: #ccc;
    transition: ease-in-out all 0.3s;
    padding: 15px 10px;
}
table.compare-table h5 {
    font-size: 18px;
}
table.compare-table h4 {
    font-size: 24px;
    line-height: 28px;
}
table.compare-table .gradient-card.solution-card img {
    width: 150px;
}
table.compare-table .gradient-card.solution-card a {
    position: absolute;
    width: 32px;
    height: 30px;
    right: 0;
    top: 0;
    padding: 0px 5px;
    color: #333;
    font-size: 20px;
    transition: ease-in-out all 0.3s;
}
table.compare-table .gradient-card.solution-card:hover a, table.compare-table .gradient-card.solution-card a:hover {
    background-color: #198754;
    color: #fff;
}
table.compare-table thead th {
    padding: 3px 15px;
    position: sticky;
    top: 0;
    z-index: 1;
    width: 17vw;
    background: white;
    border-bottom-width:3px;
    border-bottom-color: #198754;

}
table.compare-table td {
    background: #fff;
    padding: 15px 15px;
}
table.compare-table tbody th {
    font-weight: 600;
    text-align: left;
    position: relative;
}
table.compare-table thead th:first-child {
    position: sticky;
    left: 0;
    z-index: 2;
    padding: 3px 10px;
}
table.compare-table tbody th {
    position: sticky;
    left: 0;
    background: white;
    z-index: 1;
    background-color: #EBEBEB;
}
table.compare-table caption {
    text-align: left;
    padding: 0.25rem;
    position: sticky;
    left: 0;
}
[role="region"][aria-labelledby][tabindex] {
    width: 100%;
    overflow: auto;
}
[role="region"][aria-labelledby][tabindex]:focus {
    outline: 0;
}
.mobile-menu {
    -webkit-appearance: none;
    display: none;
    visibility: hidden;
}
.menuButton {
    position: relative;
    cursor: pointer;
    display: none;
    align-items: left;
    flex-direction: column;
    gap: 13%;
    color: #090909;
    width: 25px;
    height: 1.5em;
    border-radius: 0.5em;
    transition: all 0.3s;
    margin-right: 15px;
}
.menuButton .top {
    width: 50%;
}
.menuButton .bot {
    width: 75%;
}
.integral-list h5 {
    font-weight: 600;
}
.integral-list .compare-bottom-link {
    color: #198754;
}
.integral-list .card p {
    color: #101010;
    line-height: 1.4;
}
.integral-list .solution-title p {
    font-size: 18px;
    color: #101010;
}
.mt-6 {
    margin-top: 7rem;
}
#image {
    background: url('../images/video-thumb.jpg');
    height: 600px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.center-contain {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.center-align {
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
}
.center-align .fa {
    width: 60px;
    height: 60px;
    background: #73984a;
    color: #fff;
    padding: 22px;
}
.black-bg {
    background: #57585a;
}
.responsive-map {
    overflow: hidden;
    padding-bottom: 40%;
    position: relative;
    height: 0;
}
.responsive-map iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}
.contact-social-media li {
    padding-right: 20px;
    padding-bottom: 10px;
}
.contact-social-media li a {
    color: #73984a;
}
.contact-details li {
    padding-bottom: 10px;
}
.contact-details li a {
    color: #101010;
    border-bottom: 1px solid #101010;
}
.contact-details li .underline-hover-effect::before {
    background-color: #101010;
}
.contact-details li .underline-hover-effect:hover {
    color: #101010;
}
.contact-social-media.contact-details li a {
    color: #73984a;
    border-bottom: 1px solid #73984a;
}
.contact-social-media.contact-details li .underline-hover-effect::before {
    background-color: #73984a;
}
.contact-social-media.contact-details li .underline-hover-effect:hover {
    color: #73984a;
}
.contact-modal .responsive-map {
    padding-bottom: 60%;
}
.video-modal .modal-dialog {
    max-width: 900px;
}
.btn-close {
    box-sizing: content-box;
    padding: 0.25em 0.25em;
    color: #000;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    opacity: 1;
    position: absolute;
    right: -33px;
    top: 8px; /*top: 0px;*/
    z-index: 1;
    width: 25px;
    height: 25px;
}
.btn-close .fa {
    color: #198754;
    font-size: 20px;
}
.btn-close:hover {
    opacity: 1;
}
.video-modal .modal-body {
    padding: 0px;
}
.modal-content {
    border: none;
}
.testimonial-bg .owl-carousel .owl-item img {
    width: 200px;
}
.contact-form {
    padding: 50px;
}
.contact-form .btn {
    padding: 7px 35px;
}
.contact-us .responsive-map {
    height: 100%;
}
.contact-icons a {
    color: #101010;
}
.right-sidebar ul li {
    padding-bottom: 10px;
}
.right-sidebar ul li a {
    color: #101010;
}
.right-sidebar .underline-hover-effect::before {
    background-color: #101010;
}
.right-sidebar .underline-hover-effect:hover::before {
    width: 100%;
}
.right-sidebar .underline-hover-effect::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: #101010;
    transition: width 0.25s ease-out;
}
.right-sidebar .underline-hover-effect:hover {
    transition: 0.25s ease-out;
    color: #101010;
}
.recent-list span {
    color: #717171;
    font-size: 14px;
}
.recent-post-listing li {
    padding-bottom: 20px;
}
.recent-list h5 {
    font-size: 20px;
}
.blog-list ul li {
    padding-right: 30px;
    color: #717171;
}
.blog-list ul li .fa {
    padding-right: 5px;
    color: #73984a;
}
.blog-bg {
    color: #101010;
}
.blog-bg:hover {
    color: #101010;
}
.icon-arrows-slide {
    position: relative;
    width: 100px;
    height: 100px;
    background: #606062;
    text-align: center;
    border-radius: 0;
    opacity: 1;
    margin: 0px;
    display: flex;
}
.icon-arrows-slide::before {
    content: "";
    display: block;
    background-image: url(../images/carousel-left-arrow.svg);
    width: 29px;
    height: 12px;
    background-position: center;
    background-size: cover;
    margin: auto;
}
.icon-arrows--right-slide::before {
    background-image: url(../images/carousel-right-arrow.svg);
}
.single-nav-thumbnail {
    width: 100px;
}
.goog-te-gadget .goog-te-combo {
    margin: 0 !important;
    border: 1px solid #ccc !important;
    padding: 5px !important;
}
.goog-te-combo {
    font-size: 15px !important;
    width: 100px !important;
    font-family: 'Inter', sans-serif !important;
}
.compare-title {
    border-bottom: 1px solid #e9e9e9;
}
.product-compare {
    border-top: 1px solid #e9e9e9;
    z-index: -1;
    box-shadow: 0 4px 4px 0 rgba(0,0,0,.1);
}
.product-compare .accordion-button {
    width: 50px;
    height: 50px;
    padding: 10px;
}
.compare-list-btn li {
    padding: 0px 8px;
}
.product-compare .btn-result {
    background: transparent;
    border: none;
    color: #198754;
}
.product-compare .accordion-body {
    padding: 1rem 0;
}
.product-compare .accordion-button::after {
    margin: 0px auto;
}
.product-compare .accordion-button:focus {
    border: none;
    box-shadow: none;
    outline: 0;
}
.product-compare .accordion-button:not(.collapsed) {
    color: #198754;
    background-color: transparent;
    box-shadow: none;
}
.product-compare .compare-product a.close-link-btn {
    position: absolute;
    width: 32px;
    height: 30px;
    right: 0;
    top: 0px;
    padding: 0px 5px;
    color: #333;
    font-size: 20px;
    transition: ease-in-out all 0.3s;
    z-index: 1;
    text-align: center;
    cursor: pointer;
}
.product-compare .compare-product:hover a.close-link-btn {
    background-color: #198754;
    color: #fff;
}
.without-item h2 {
    color: #c8c8c8;
}
.product-compare .gradient-card.solution-card img {
    margin: 0px;
    width: auto;
    max-height: 70px;
}
.product-compare .compare-product h5 {
    font-size: 15px;
}
.product-compare .compare-product h5 a {
    color: #101010;
}
.product-compare .compare-product p {
    font-size: 13px;
    line-height: 16px;
}
.compare-product {
    border-right: 1px solid #e9e9e9;
    padding-right: 10px;
}
.footer-logo {
    max-height: 80px;
}
.dropdown-menu {
    border-radius: 0px;
    background-color: #fff;
    transition: ease-out 0.3s;
}
.dropdown .dropdown-menu {
    transition: all 0.5s;
    overflow: hidden;
    transform-origin: top center;
    transform: scale(1, 0);
    display: block;
}
.dropdown:hover .dropdown-menu {
    transform: scale(1);
}
.drop-img {
    overflow: hidden;
    height: 150px;
}
.accordion-button:not(.collapsed)::after {
    background-image: url(../images/up-arrow.svg);
}
.row-flex {
    display: flex;
    flex-wrap: wrap;
}
.about_list .team_list-item {
    overflow: hidden;
}
.about_list .wrapper {
    height: 100%;
}
.about_list .text-wrapper {
    height: 100%;
}

/* GRID CSS */
.grid-layout {
    display: grid;
    grid-gap: 5px;
    grid-auto-flow: dense;
    padding: 0px;
    grid-template-columns: repeat(auto-fill, minmax(385px, 1fr));
    grid-auto-rows: minmax(320px, auto);
}
.grid-item {
    background-size: cover;
    position: relative;
    background-color: #333;
    overflow: hidden;
}
.grid-item:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.3);
    transition: all ease-in-out 0.3s;
}
.grid-item a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0px;
}
.grid-item .description {
    z-index: 9;
    position: relative;
}
.overlay2 {
    width: 100%;
}
.whats-new .grid-item .description-content h3 {
    font-size: 1.58rem;
}
.grid-item .description h3 {
    font-family: 'Roboto-Medium';
    color: #fff;
}
.grid-item .description p {
    text-transform: none;
    font-size: 1rem;
    color: #fff;
    margin-bottom: 0;
}
.span-2 {
    grid-column-end: span 2;
    grid-row-end: span 1;
}
.span-4-1 {
    grid-column-end: span 4;
    grid-row-end: span 1;
}
.span-2-square {
    grid-row-end: span 2;
    grid-column-end: span 2;
}
.steps-listing .reveal-holder {
    max-height: unset;
}
.product-details-list .reveal-holder {
    max-height: unset;
}
.career-list .btn {
    padding: 7px 35px;
}
.career-list li {
    padding: 25px 30px;
    border-top: 1px solid #efefef;
}
.career-list li:hover {
    background: #F1F3F5;
    transition: 0.30s ease-out;
}
.career-list li:last-child {
    border-bottom: 1px solid #efefef;
}
.product-menu ul li {
    padding: 0px;
    line-height: 28px;
    padding-left: 15px;
    position: relative;
}
.topnav.nav-scroll .product-menu ul li {
    padding: 10px 0px;
    line-height: 28px;
    position: relative;
}
.product-menu ul li a {
    line-height: 18px;
    font-size: 15px;
    font-weight: 400;
}
.product-menu ul li a:focus {
    font-size: 15px;
}
.topnav .dropdown-menu .product-menu ul {
    list-style: disc;
}
.product-details-list h6 {
    font-weight: 600;
}
.cmp-btn .btn.theme-btn.toggle-checkbox.primary {
    border: 2px solid #198754;
    background: transparent;
}
.cmp-btn .btn.theme-btn.toggle-checkbox.primary:hover {
    border-color: #008BD2;
}
.modal-open {
    overflow: auto !important;
    padding-right: 0px !important;
}
.modal.show, .modal {
    padding-right: 0px !important;
}
.career-main .accordion-button {
    background-color: #198754;
    color: #fff;
    font-size: 20px;
}
.career-main .accordion-item {
    border: none;
    border-radius: 0px;
}
.career-main .accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.career-main .accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.career-main .accordion-button::after {
    background-image: url(../images/down-arrow-white.svg);
}
.career-main .accordion-button:not(.collapsed)::after {
    background-image: url(../images/down-arrow-white.svg);
}
.career-main .accordion-body .btn {
    padding: 7px 35px;
}
.application-area-main .reveal-holder {
    max-height: unset;
}
.career-main .accordion-button.collapsed {
    background-color: #087990;
}
.career-main .accordion-button:focus {
    z-index: 3;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}

#msform {
    text-align: left;
    position: relative;
    margin: 10px
}
#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative
}
.form-card {
    text-align: left
}
#msform fieldset:not(:first-of-type) {
    display: none
}
#msform input,
#msform textarea,
#msform select {
    padding: 8px 15px 8px 15px;
    border: none;
    border-radius: 0px;
    width: 100%;
    box-sizing: border-box;
    background-color: #EEEEEE;
    font-size: 16px;
    letter-spacing: 1px
}
#otpform input,
#otpform textarea,
#otpform select {
    padding: 8px 15px 8px 15px;
    border: none;
    border-radius: 0px;
    width: 100%;
    box-sizing: border-box;
    background-color: #EEEEEE;
    font-size: 16px;
    letter-spacing: 1px
}
.error {
    color: red;
    font-size: 14px;
}
#msform input:focus,
#msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none;
    outline-width: 0
}
#msform .action-button {
    color: white;
    border: 0 none;
    border-radius: 0px;
    margin: 10px 0px 10px 5px;
}
#msform .action-button-previous {
    background: transparent;
    color: #101010;
    padding: 16px 22px;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    margin: 10px 5px 10px 0px;
    float: right;
}
.card {
    z-index: 0;
    border: none;
    position: relative
}
.fs-title {
    margin-bottom: 15px;
    text-align: left
}
.purple-text {
    color: #673AB7;
    font-weight: normal
}
.steps {
    color: gray;
    margin-bottom: 10px;
    text-align: right
}
.fieldlabels {
    text-align: left
}
#progressbar {
    margin-bottom: 20px;
    overflow: hidden;
    color: lightgrey
}
#progressbar .active h5 {
    font-weight: 600;
}
#progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 33.33%;
    float: left;
    position: relative;
}
.progress {
    height: 6px;
    background-color: #F0F0F0;
}
.progress-bar {
    background-color: #79CCC7;
}
.fit-image {
    width: 100%;
    object-fit: cover
}
#msform input.theme-btn.action-button {
    background: #198754;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    position: relative;
    z-index: 0;
}
.custom-file-uploader {
    position: relative;
    background: #087990;
    padding: 8px 15px 8px 15px;
    color: #fff;
}
.custom-file-uploader input {
    color: #fff;
}
.custom-file-uploader input[type=file] {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: default;
}
.form-group .input-group {
    flex-wrap: unset;
    align-items: unset;
}
.agree-field input {
    width: 20px!important;
    height: 20px;
    margin-right: 8px;
    margin-left: -10px !important;
    padding: 0px !important;
    background-color: #198754 !important;
}
.agree-field a {
    color: #101010;
    border-bottom: 1px solid #101010;
}
.select-tyle-building .gradient-card.solution-card {
    padding: 0px;
    text-align: center;
}
.select-tyle-building .gradient-card.solution-card img {
    margin: 0;
    width: unset;
    height: 225px;
}
.select-tyle-building input[type="radio"][id^="product"] {
    opacity: 0;
}
.select-tyle-building li {
    display: inline-block;
}
.select-tyle-building input[type="radio"][id^="cb"] {
    opacity: 0;
}
.select-tyle-building label {
    display: block;
    position: relative;
    cursor: pointer;
}
.select-tyle-building label:before {
    background-color: white;
    color: white;
    content: " ";
    display: block;
    border-radius: 50%;
    border: 1px solid #fff;
    position: absolute;
    top: 8px;
    right: 8px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    z-index: 1;
}
.select-tyle-building label img {
    transition-duration: 0.2s;
    transform-origin: 50% 50%;
}
.select-tyle-building :checked + label {
    border-color: #ddd;
}
.select-tyle-building :checked + label:before {
    content: "✓";
    background-color: #198754;
    transform: scale(1);
    font-size: 12px;
}
.select-tyle-building :checked + label img {
    box-shadow: none;
    /*    z-index: -1;*/
}
.select-tyle-building.product-selection label:before {
    background-color: #cccccc;
}
.select-tyle-building.product-selection :checked + label:before {
    background-color: #198754;
    border: 1px solid #fff;
}
.career-inquiry-main .custom-file-uploader {
    padding: 12px;
    15px;
}
.otp-form .btn {
    padding: 8px 22px;
}
.default-tile-selector .card-body {
    padding: 0;
}
.filter {
    padding-right: 25px;
}



.container__img-holder {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0px;
    margin-left: 16px;
    position: relative;
}
.container__img-holder i {
    position: absolute;
    bottom: 0px;
    right: 0px;
    font-size: 18px;
    color: #ffffff;
    background: #198754;
    width: 40px;
    height: 40px;
    padding: 12px;
    cursor: pointer;
}

.container .container__img-holder:nth-child(3n+1) {
    margin-left: 0;
}

.container__img-holder img {
    width: 100%;
    display: block;
    position: relative;
}

.img-popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #198754c7;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
    z-index: 9999;
}

.img-popup img {
    max-width: 900px;
    width: 100%;
    opacity: 0;
    transform: translateY(-100px);
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -o-transform: translateY(-100px);
}

.under-warranty {
    color: #198754;
}
.warranty i {
    font-size: 22px;
}

.warranty {
    font-weight: 600;
}
.expire-warranty {
    color: #f00;
}

.close-btn {
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer;
    background: #fff;
    padding: 15px;
    animation: closepopup 1s ease-in-out .8s;
    -webkit-animation: closepopup .3s ease-in-out forwards;
}

.close-btn .bar {
    height: 4px;
    background: #198754;
}

.close-btn .bar:nth-child(1) {
    transform: rotate(45deg);
}

.close-btn .bar:nth-child(2) {
    transform: translateY(-4px) rotate(-45deg);
}

.opened {
    display: flex;
}

.opened img {
    animation: animatepopup 1s ease-in-out .8s;
    -webkit-animation: animatepopup .3s ease-in-out forwards;
}
.product-slider .carousel-indicators {
    bottom: -55px;
}
.product-slider .carousel-indicators [data-bs-target] {
    background-color: #198754;
}
.product-slider .carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}
.product-slider .carousel-item {
    height: auto;
}
.blog-heading {
    font-size: 32px;
}
.btn-wall {
    margin-top: -200px !important;
}
.footer .contact-details li a {
    border-bottom: 1px solid #cccccc;
}
.footer .contact-details li .underline-hover-effect:hover {
    color: #cccccc;
}
.footer .contact-details li .underline-hover-effect::before {
    background-color: #cccccc;
}
.social-media a {
    padding: 5px;
}
.footer ul.footer-menu-link li {
    padding-bottom: 0px;
}
.distribution-main {
    padding: 60px 0px;
    background-image: url(../images/india-map-bg.png);
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: top right;
}
/*.distribution-main::before {
    content: "";
    display: block;
    background-image: url(../images/india-map-bg.png);
    width: 80%;
    position: absolute;
    right: -300px;
    top: 0px;
    height: 100%;
    background-position: top;
    background-repeat: repeat;
    background-size: cover;
}*/
.spots_map img {
    width: 90%;
}
.distribution-main p {
    line-height: 26px;
}
.distribution-main hr {
    background-color: #fff;
    opacity: 1;
}
.distribution-main sub {
    font-size: 20px;
    font-weight: 400;
    position: relative;
    top: 0;
}
.network-detail {
    z-index: 2;
}
.hot-spot {
    width: 10px;
    height: 10px;
    background-color: #198754;
    border-radius: 50%;
    position: absolute;
    z-index: 100;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    cursor: pointer;
}
.hot-spot:before {
    content: '';
    width: 20px;
    height: 20px;
    background-color: #19875470;
    position: absolute;
    border-radius: 50%;
    top: -15px;
    left: -15px;
    -webkit-transform: translate(50%,50%);
    -ms-transform: translate(50%,50%);
    transform: translate(50%,50%);
    -webkit-animation: 3s infinite pulse;
    animation: 3s infinite pulse;
    z-index: 99;
}
.hot-spot-ahmedabad {
    background-color: #008BD2;
    width: 14px;
    height: 14px;
}
.hot-spot-ahmedabad:before {
    width: 25px;
    height: 25px;
    background-color: #008BD270;
    top: -18px;
    left: -18px;
}
.hot-spot:first-child {
    background-color: #008cff;
}
.hot-spot:first-child::before {
    background-color: #008cff;
}
.speech-bubble {
    background: #fff;
    color: #333333;
    display: block;
    padding: 5px 12px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    height: auto;
    width: auto;
    border-radius: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    box-shadow: 2px 4px 8px #00000025;
    margin-top: -28px;
    text-align: center;
}
.speech-bubble::before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background: #fff;
    position: absolute;
    left: 45%;
    bottom: -7px;
    transform: rotateZ(45deg);
    z-index: -1;
}
.speech-bubble.active {
    visibility: visible;
    opacity: 1;
    z-index: 1000;
}
.certified-logos {
    border-radius: 10px;
}
.compare-table tbody td {
    border-right: 1px solid #ccc;
}
.compare-table tbody td:last-child {
    border-right: none;
}
.maskot-img {
    position: fixed;
    bottom: 0px;
    right: 30px;
    z-index: 9;
    -webkit-transform: translateX(120px) rotate(30deg);
    transform: translateX(190px) rotate(30deg);
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
}
.maskot-img.maskot-show {
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
}
.maskot-img img {
    width: 110px;
}
span.contact-tooltip {
    background-color: #198754;
    color: #fff;
    position: absolute;
    border-radius: 50px;
    line-height: 14px;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    padding: 7px 10px;
    width: 108px;
    right: 80px;
    top: -5px;
    opacity: 1;
    box-shadow: 0 5px 10px rgb(0 0 0 / 12%);
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition-delay: 1s;
}
span.contact-tooltip:after {
    content: '';
    position: absolute;
    right: 0px;
    bottom: -6px;
    border-top: 12px solid #198754;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    transform: rotate(-35deg);
}
.brand-carousel {
    background: #eee;
    margin-top: 10%;
}
.owl-dots{
    text-align: center;
}

.owl-dot {
    display: inline-block;
    height: 15px !important;
    width: 15px !important;
    background-color: #222222 !important;
    opacity: 0.8;
    border-radius: 50%;
    margin: 0 5px;
}

.owl-dot.active {
    background-color: #FF170F !important;
}
.client-carousel .owl-item {
    padding: 20px;
    text-align: center;
    background: #fff;
}
.client-carousel .owl-item img {
    margin: 0px auto;
    width: 100px;
}
.item-titles {
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    margin-top: 15px;
    color: #101010;
}
.client-carousel .owl-dots {
    display: block !important;
    margin-top: 25px;
}
.client-carousel .owl-dots .owl-dot {
    background-color: transparent !important;
}
.client-carousel .owl-nav {
    display: none !important;
}

.background-video-play {
    height: 100vh;
}
.video-bg-container {
    position: relative;
    overflow: hidden;
    height: 100%;
}
.video-bg-player, .video-bg-overlay,
.video-bg iframe {
    position: absolute;
}
.video-bg-player,
.video-bg iframe {
    pointer-events: none;
}
.video-bg-player {
    top: 50%;
    left: 50%;
    width: 125%;
    height: 0;
    padding-bottom: 66.25%;
    transform: translate(-50%, -50%);
}
.video-bg-overlay,
.video-bg iframe {
    width: 100%;
    height: 100%;
}
.video-bg-overlay {
    transition: all 0.25s;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.video-bg-overlay--fadeOut {
    visibility: hidden;
    opacity: 0;
}
.video-bg iframe {
    top: 0;
    left: 0;
}
.video-bg-container .caption-details {
    position: absolute;
    bottom: 10%;
    left: 17.5%;
    display: block;
}
.video-bg-container .caption-details h2 {
    color: #fff;
}
.video-bg-container .caption-details a.link {
    border-color: #fff;
    color: #fff;
}
.video-bg-container .caption-details a.link:hover {
    border-color: #4A6E8C;
    color: #fff;
}
.video-bg-overlay {
    position: relative;
}
.video-bg-overlay::before {
    content: "";
    background: url(../images/loader-wht.gif) no-repeat center center;
    background-size: 75px;
    z-index: 9;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}
.video-banner {
    overflow: hidden;
    position: relative;
    height: 84vh;
    margin-top: 128px;
}
.steps-listing {
    padding-top: 80px;
}
.pagination-links strong {
    color: #fff;
    background: #198754;
    padding: 8px 12px;
    margin-right: 12px;
}
.pagination-links a {
    color: #101010;
    margin: 0px 12px;
    padding: 8px 12px;
    margin-left: 0;
}
.theme-btn.btn-resend {
    background: transparent;
    border-color: transparent;
    color: #198754 !important;
}
.theme-btn.btn-resend span {
    color: #198754;
}
.header__nav-icon-3 .search-icon {
    padding-top: 0px;
    padding-right: 50px;
    position: relative;
    font-size: 18px;
    border: none;
    background: transparent;
    color: #198754;
}
.header__nav-icon-3 .search-icon {
    padding-right: 0px;
    padding-left: 0;
}
.header__nav-icon-3 #search_close {
    display: none;
    padding-right: 55px;
}
.header__nav-icon-3 #search_close {
    padding-right: 0px;
    padding-left: 0;
    font-size: 24px;
}
#open_offcanvas {
    display: none;
}
.header__nav-icon-3 img {
    margin-top: -5px;
}
.header__search {
    position: fixed;
    width: 100%;
    right: 0px;
    top: 128px;
    padding: 30px;
    background-color: #e8e8e8;
    border-radius: 0px;
    z-index: 99991;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.header__search.open-search {
    opacity: 1;
    visibility: visible;
    top: 128px;
}
.header__search form {
    position: relative;
}
.header__search input {
    width: 100%;
    padding: 20px;
    border: none;
    border-radius: 0px;
    outline: none;
    font-size: 16px;
    font-weight: 400;
}
.header__search button {
    position: absolute;
    top: 0;
    right: 0;
}
.header__search .btn-dark {
    border-radius: 0;
    padding: 17px 39px;
    text-transform: uppercase;
    border: none;
    background: #198754;
    color: #fff;
    font-size: 16px;
}
.nav-scroll .header__search {
    top: 86px;
}
.mobile-view {
    display: none;
}
.desktop-view {
    margin-right: 15px;
    position: absolute;
    right: 90px;
}


@keyframes animatepopup {

    to {
        opacity: 1;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }

}

@keyframes closepopup {

    to {
        opacity: 1;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }

}
.main-slider {
    position: relative;
}
.main-slider .item {
    height: 100vh;
}
.main-slider .owl-dot {
    background-color: #ffffff95 !important;
    /*    opacity: 0.5;*/
}
.owl-theme.main-slider .owl-dots .owl-dot.active span {
    background: #fff;
}
.owl-theme.main-slider .owl-dots .owl-dot.active {
    background-color: #fff !important;
}
.owl-theme.main-slider .owl-nav.disabled + .owl-dots {
    margin-top: -45px;
}
.owl-theme.main-slider .owl-dots .owl-dot span {
    display: none;
}
.main-slider .owl-dot {
    width: 12px !important;
    height: 12px !important;
}
.btn-message {
    background-color: #198754;
    color: #fff;
    margin-top: 20px;
}
.navbar .megamenu.about-dropmenu ul {
    display: block;
}

.dropdown.about-drop-menu:hover>.dropdown-menu {
    display: block;
}
.navbar>ul.nav-list-menu>li.about-drop-menu>a:before {
    bottom: 0px !important;
}
.navbar .dropdown.about-drop-menu ul {
    top: 50px;
    border: none;
    padding-bottom: 0;
    min-width: 12rem;
    transform: unset;
}
.banner-bg-top {
    display: block;
    margin-top: 127px;
    width: 100%;
    overflow: hidden;
}


@media only screen and (min-width: 1366px) and (max-height: 1024px) {
    .nav-links li a {
        line-height: 30px;
    }
    .wrapper .nav-links {
        top: 14px;
    }
    .grid-layout {
        grid-template-columns: repeat(auto-fill, minmax(335px, 1fr));
    }
    .carousel-item {
        height: 70vh;
    }
    /*    .carousel-item .banner-img {
            height: 100%;
        }*/
}


@media (max-width: 1600px) {
    .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
        width: 100.5px;
        height: 100.5px;
    }
    .space-height-block {
        padding: 95px 90px;
    }
    .carousel-item .banner-img {
        width: 100%;
        /*        height: 100%;*/
    }
    .carousel-item {
        height: 100vh;
    }
}

@media (max-width: 1465px) {
    .carousel-caption {
        bottom: 50px;
    }
    .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
        width: 78px;
        height: 78px;
    }
    .space-height-block {
        padding: 90px;
    }
    .o-video > iframe {
        height: 100%;
    }
    .gradient-card {
        padding: 58px 80px;
        text-align: center;
    }
    .solution-title {
        padding: 20px;
    }
    .testimonial-bg .owl-carousel .owl-item img {
        width: 155px;
    }
    .gradient-card.solution-card img {
        margin: 15px 0px;
    }
    .main-slider .item {
        height: 90vh;
    }
    .logo img {
        width: 225px;
    }
    .banner-bg-top {
        margin-top: 113px;
    }
}

@media (max-width: 1565px) {
    .carousel-item {
        height: 100vh;
    }
    .carousel-item .banner-img {
        height: 100%;
    }
    .item-titles {
        font-size: 12px;
    }

}

@media (max-width: 1365px) {
    h6 {
        font-size: 20px;
    }
    .nav-links li a {
        line-height: 30px;
    }
    .carousel-item {
        height: 70vh;
    }
    .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
        width: 72px;
        height: 72px;
    }
    .space-height-block {
        padding: 90px;
    }
    .o-video > iframe {
        height: 100%;
    }
    .gradient-card {
        padding: 58px 80px;
        text-align: center;
    }
    .solution-title {
        padding: 20px;
    }
    .testimonial-bg .owl-carousel .owl-item img {
        width: 155px;
    }
    .gradient-card.solution-card img {
        margin: 15px 0px;
    }
    .navbar a, .navbar a:focus {
        padding: 0px;
    }
    .construction-bg {
        padding-bottom: 25vh;
    }

}
@media (max-width: 1366px) {
    .btn-wall {
        margin-top: -380px !important;
    }
    .main-slider .item {
        height: 100vh;
    }
    .logo img {
        width: 215px;
    }
    .banner-bg-top {
        margin-top: 108px;
    }

}

@media only screen and (min-width: 1600px) and (max-height: 1024px) {
    .grid-layout {
        grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
    }
    .carousel-item {
        height: 100vh;
    }
}

@media (max-width: 1199px) {
    .nav-list-menu li {
        padding: 5px 10px;
        /*        border-bottom: 1px solid #00000030;*/
    }
    h1 {
        font-size: 48px;
    }
    .banner-heading {
        font-size: 48px;
    }
    h2 {
        font-size: 38px;
    }
    h6 {
        font-size: 18px;
    }
    .section-heading {
        font-size: 38px;
    }
    .sub-heading {
        font-size: 18px;
        line-height: 26px;
    }
    .wrapper .nav-links {
        top: 14px;
    }
    nav .wrapper {
        line-height: 30px;
    }
    .navbar-brand img {
        width: 170px;
    }
    .navbar-expand-lg .navbar-nav .nav-item {
        padding-right: 22px;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 14px;
    }
    .navbar-expand-lg .navbar-nav {
        margin-top: 0px;
    }
    .topnav .logo img {
        width: 150px;
    }
    .nav-links li {
        padding: 5px 22px;
    }
    .nav-links li a {
        font-size: 14px;
    }
    .desktop-item::before {
        top: -4px;
    }
    .card-body {
        padding: 20px;
    }
    .qodef-widget-holder {
        top: 0px;
    }
    .carousel-caption {
        bottom: 40px;
    }
    .carousel-item {
        height: 70vh;
    }
    .content-details {
        padding: 10px;
    }
    .space-height-block {
        padding: 30px 40px;
    }
    .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
        width: 65px;
        height: 65px;
    }
    .o-video > iframe {
        height: 100%;
    }
    .gradient-card {
        padding: 50px;
        text-align: center;
    }
    .theme-btn {
        font-size: 13px;
    }
    .btn {
        padding: 16px;
    }
    .solution-title {
        padding: 15px;
    }
    .solution-title p {
        font-size: 18px;
    }
    .step-details {
        padding: 0px 50px;
    }
    .usefultools-main .card img {
        width: 70px;
    }
    #image {
        height: 500px;
    }
    .testimonial-bg .owl-carousel .owl-item img {
        width: 130px;
    }
    .gradient-card.solution-card img {
        margin: 15px 20px;
    }
    .grid-layout {
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
        grid-auto-rows: minmax(300px, auto);
    }
    .recent-list h5 {
        font-size: 18px;
    }
    .icon-arrows-slide {
        width: 70px;
        height: 70px;
    }
    .single-nav-thumbnail {
        width: 70px;
    }
    .carousel-item .banner-img {
        width: 100%;
    }
    .hot-spot {
        width: 10px;
        height: 10px;
    }
    .hot-spot:before {
        width: 20px;
        height: 20px;
    }
    .construction-bg {
        padding-bottom: 25vh;
    }
    .tile-joint-visualizer .dowloadBtn {
        margin-top: -70px !important;
    }
    .tile-joint-visualizer .btn-wall {
        margin-top: -150px !important;
    }
    .client-carousel .owl-item img {
        width: 70px;
    }
    .background-video-play {
        height: 75vh;
    }
    .main-slider .item {
        height: 70vh;
    }
    .banner-bg-top {
        margin-top: 86px;
    }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {

    .carousel {
        margin-top: 0px;
    }
    .carousel-item {
        height: 40vh;
    }
    .construction-bg {
        padding-bottom: 15vh;
    }
    .main-slider .item {
        height: 40vh;
    }
}

@media only screen and (min-width: 1366px) and (max-height: 600px) and (orientation: landscape) {
    h1 {
        font-size: 40px;
        line-height: 46px;
    }
    .sub-heading {
        font-size: 18px;
        line-height: 26px;
    }
    .carousel-item .banner-img {
        width: 100%;
        /*        height: 100%;*/
    }
    .img-popup img {
        max-width: 700px;
    }
    .logo img {
        width: 185px;
    }
    .main-slider .item {
        height: 100vh;
    }
    .banner-bg-top {
        margin-top: 93px;
    }
}

@media (max-width: 991px) {
    .menuButton {
        display: flex;
        top: 6px;
    }
    .nav-links li a {
        color: #fff;
    }
    .banner-heading {
        font-size: 48px;
    }
    h2 {
        font-size: 38px;
    }
    .nav-links li a.active {
        border-bottom: none;
    }
    .nav-links li a.active span {
        border-bottom: 2px solid #fff;
    }
    .menuButton span {
        width: 25px;
        height: 4px;
        background: #198754;
        border-radius: 100px;
        transition: 0.3s ease;
    }
    .mobile-menu:checked ~ * span.top {
        transform: translateY(285%) rotate(45deg);
        width: 30px;
    }
    .mobile-menu:checked ~ * span.mid {
        transform: translateX(-20px);
        opacity: 0;
    }
    .mobile-menu:checked ~ * span.bot {
        transform: translateY(-85%) rotate(-45deg);
        width: 30px;
    }
    .navbar-collapse {
        background: #008BD2;
        padding: 20px;
    }
    .navbar-expand-lg .navbar-nav {
        margin-top: 0px;
    }
    .qodef-widget-holder {
        display: none;
    }
    .navbar-brand img {
        width: 120px;
    }
    .navbar-collapse {
        background: #008BD2;
        padding: 20px;
    }
    .mobile-nav {
        background: #fff;
        padding-right: 15px;
    }
    .navbar-expand-lg .navbar-nav {
        margin-top: 0px;
    }
    .topnav .logo img {
        width: 120px;
    }
    .menu-btn .qodef-side-area-opener.qodef-side-area-opener--predefined {
        line-height: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 100%;
        padding: 0px;
        background-color: transparent;
        color: #198754;
    }
    .menu-btn .qodef-widget-holder {
        display: block;
    }
    .icon-arrows-slide {
        width: 70px;
        height: 70px;
    }
    .mobile-nav-toggle {
        top: 15px;
    }
    .single-nav-thumbnail {
        width: 70px;
    }
    .testimonial-bg {
        background-size: 100%;
    }
    .testimonial-bg::before {
        width: 100%;
        background: transparent;
    }
    .testimonial-bg .testimonial-img {
        width: 100%;
        position: relative;
    }
    .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
        display: block;
    }
    .carousel-item {
        height: 70vh;
        align-items: center;
        justify-content: center;
        justify-items: center;
        display: flex;
    }
    .carousel-item .banner-img {
        width: auto;
    }
    .construction-bg {
        padding-bottom: 15vh;
    }
    .video-banner {
        max-width: 100vw !important;
        height: auto;
        min-height: 460px;
    }
    .main-slider .item {
        height: 40vh;
    }
    .owl-theme.main-slider .owl-nav.disabled + .owl-dots {
        margin-top: -30px;
    }
    .owl-carousel.main-slider .owl-nav.disabled {
        display: none;
    }
    .construction-bg {
        padding-top: 60px;
    }
    .navbar .dropdown.about-drop-menu>.dropdown-active a {
        padding: 15px 0px;
        line-height: 18px;
        font-size: 18px;
        font-weight: 500;
        border-bottom: none;
    }
    .banner-bg-top {
        margin-top: 60px;
    }
}

@media (max-width: 767px) {
    [role="region"][aria-labelledby][tabindex] {
        max-height: 80vh;
    }
    .card-body {
        padding: 15px;
    }
    table.compare-table h4 {
        font-size: 16px;
        font-weight: bold;
        line-height: 20px;
    }
    table.compare-table h5 {
        font-size: 14px;
        font-weight: bold;
        line-height: 18px;
    }
    table.compare-table {
        font-size: 14px;
        line-height: 16px;
    }
    section {
        padding: 60px 0px;
    }
    .footer p.sub-heading {
        font-weight: bold;
    }
    .footer {
        padding-bottom: 25px;
    }
    .navbar a, .navbar a:focus {
        font-size: 18px;
        font-weight: 600;
    }
    .navbar a, .navbar a:focus {
        padding: 14px 30px;
    }
    .nav-list-menu li {
        padding: 0px;
    }
    .product-menu ul li {
        padding: 15px;
        padding-left: 0;
        padding-bottom: 15px;
    }
    .nav-list-menu li:last-child {
        border-bottom: 0px;
    }
    h1 {
        font-size: 36px;
    }
    h2 {
        font-size: 24px;
    }
    h6 {
        font-size: 18px;
    }
    .section-heading {
        font-size: 24px;
    }
    .banner-heading {
        font-size: 36px;
    }
    .nav-links li a {
        color: #fff;
    }
    .nav-links li {
        padding: 0px 22px;
    }

    .menu-btn .qodef-side-area-opener.qodef-side-area-opener--predefined {
        line-height: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 100%;
        padding: 0px;
        background-color: transparent;
        color: #198754;
    }
    .menu-btn .qodef-widget-holder {
        display: block;
    }
    .menuButton {
        display: flex;
        top: 6px;
    }
    .nav-links li a.active {
        border-bottom: none;
    }
    .menuButton span {
        width: 25px;
        height: 4px;
        background: #198754;
        border-radius: 100px;
        transition: 0.3s ease;
    }
    .mobile-menu:checked ~ * span.top {
        transform: translateY(285%) rotate(45deg);
        width: 30px;
    }
    .mobile-menu:checked ~ * span.mid {
        transform: translateX(-20px);
        opacity: 0;
    }
    .mobile-menu:checked ~ * span.bot {
        transform: translateY(-85%) rotate(-45deg);
        width: 30px;
    }
    .navbar-collapse {
        background: #008BD2;
        padding: 20px;
    }
    .mobile-nav {
        background: #fff;
        padding-right: 15px;
    }
    .navbar-expand-lg .navbar-nav {
        margin-top: 0px;
    }
    .nav-scroll .nav-links li a {
        color: #ffffff;
    }
    .nav-scroll .nav-links li a.active {
        border-bottom: none;
    }
    .nav-links li a.active span {
        border-bottom: 2px solid #fff;
    }
    .topnav.nav-scroll .wrapper .nav-links {
        top: 0;
    }
    .mobile-nav-toggle {
        top: 12px;
    }
    .qodef-widget-holder {
        display: none;
    }
    .topnav .logo img {
        width: 100px;
    }
    .main-heading {
        font-size: 32px;
        line-height: 40px;
    }
    .sub-heading {
        font-size: 16px;
        line-height: 26px;
    }
    .topnav.nav-scroll .logo img {
        width: 120px;
        transition: all 0.5s;
    }
    .carousel {
        margin-top: 0;
    }
    .carousel-item {
        height: 300px;
        align-items: center;
        justify-content: center;
        justify-items: center;
        display: flex;
    }
    .carousel-item img {
        height: 100%;
        width: 100%;
    }
    .carousel-item .banner-img {
        width: auto;
    }
    .carousel-caption {
        bottom: 40px;
        width: 370px;
    }
    .image-gallery {
        display: block;
    }
    .image-gallery .col-one {
        margin-right: 0;
        width: 100%;
        margin-bottom: 5px;
    }
    .image-gallery .col-two {
        width: 100%;
    }
    .space-height-block {
        padding: 40px 20px;
    }
    .owl-carousel .owl-item img {
        /*width: auto;*/
    }
    .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
        width: 50px;
        height: 50px;
    }
    .content-details {
        padding: 10px;
    }
    .content-details h6 {
        font-size: 18px;
    }
    .o-video > iframe {
        height: 100%;
    }
    .product-banner-main {
        padding-top: 120px;
    }
    .page-link-banner ul li {
        padding: 0px 5px;
    }
    .page-link-banner ul li a {
        font-size: 14px;
    }
    .page-link-banner ul li b {
        font-size: 14px;
    }
    .btn {
        padding: 10px;
    }
    .theme-btn {
        font-size: 14px;
    }
    .theme-btn img {
        width: 25px;
        margin-left: 8px;
    }
    .gradient-card {
        padding: 30px;
        text-align: center;
    }
    .step-details {
        padding: 10px;
    }
    #image {
        height: 300px;
    }
    .center-align .fa {
        width: 40px;
        height: 40px;
        padding: 13px;
    }
    .usefultools-main .card img {
        width: 60px;
    }
    .product-brochure-main .hstack {
        display: block;
        padding-top: 15px;
    }
    .product-brochure-main .hstack div {
        padding-bottom: 10px;
    }
    .video-modal .modal-dialog {
        max-width: 100%;
    }
    .reveal-block-green {
        display: none;
    }
    .icon-arrows-slide {
        width: 70px;
        height: 70px;
    }
    .single-nav-thumbnail {
        width: 70px;
    }
    .testimonial-bg {
        background-size: 100%;
    }
    .testimonial-bg::before {
        width: 100%;
        background: transparent;
    }
    .testimonial-bg .testimonial-img {
        width: 100%;
        position: relative;
    }
    .filter {
        padding-right: 12px;
    }
    .right-sidebar {
        padding-top: 50px;
    }
    .topnav.nav-scroll .nav-links li {
        padding: 0px 22px;
    }
    .contact-form {
        padding: 50px 10px;
    }
    .logo img {
        width: 140px;
    }
    .navbar .dropdown>.dropdown-active a {
        display: block;
        padding: 0px;
    }
    .hot-spot {
        width: 10px;
        height: 10px;
    }
    .hot-spot:before {
        width: 20px;
        height: 20px;
    }
    .construction-bg {
        padding-bottom: 10vh;
    }
    #solutions .card .card-body .link-btn {
        position: relative;
        bottom: 0px;
    }
    .maskot-img img {
        width: 60px;
    }
    span.contact-tooltip {
        right: 40px;
        top: -15px;
    }

    span.contact-tooltip {
        font-size: 10px;
        line-height: 12px;
        width: 80px;
    }
    .gradient-card.solution-card {
        padding: 0px;
    }
    .gradient-card.solution-card img {
        margin: 0px;
    }
    .integral-list h5, .solution-title h5 {
        font-size: 16px;
    }
    .integral-list .card p, .integral-list .compare-bottom-link {
        font-size: 14px;
        line-height: 1.2;
    }
    .product-list-scroll .card-body {
        padding: 15px;
        padding-bottom: 60px;
    }
    .maskot-img {
        right: 15px;
    }
    .footer-rights {
        font-size: 14px;
    }
    .footer-rights span {
        display: block;
    }
    .tile-joint-visualizer .dowloadBtn {
        margin-top: 0px !important;
    }
    .tile-joint-visualizer .btn-wall {
        margin-top: -20px !important;
    }
    .background-video-play {
        height: 245px;
    }
    .video-banner {
        max-width: 100vw !important;
        height: auto;
        min-height: 250px;
        margin-top: 66px;
    }
    .product-compare .compare-product p {
        display: none;
    }
    .product-compare .compare-product a.close-link-btn {
        right: 10px;
    }
    .accordion-item h5 {
        font-size: 18px;
    }
    .accordion-item {
        padding-top: 10px;
    }
    .compare-product {
        border-right: none;
    }
    .product-compare .accordion-body {
        padding-bottom: 0px;
    }
    .accordion-item p {
        font-size: 14px;
    }
    .translate-dropdown .nav-top-menu {
        padding: 22px 30px;
    }
    .goog-te-gadget .goog-te-combo {
        border: 1px solid #000 !important;
        background: transparent;
    }
    .btn-close {
        right: 8px;
    }
    h5 {
        font-size: 18px;
    }
    #msform {
        margin: 0px;
    }
    #progressbar li img {
        width: 40px;
    }
    #progressbar h5 {
        font-size: 16px;
    }
    h6 {
        font-size: 16px;
    }
    .header__search {
        padding: 15px 5px;
    }
    .desktop-view {
        right: 60px;
        top: 12px;
    }
    .header__search.open-search {
        top: 65px;
    }
    .header__search .btn-dark {
        padding: 17px 20px;
    }
    .main-slider .item {
        height: 350px;
        /*        width: 100%;*/
    }
    .owl-carousel.main-slider .owl-item img {
        width: auto !important;
        height: 100%;
        object-fit: cover;
        max-width: 100%;
    }
    .owl-theme.main-slider .owl-nav.disabled + .owl-dots {
        margin-top: -30px;
    }
    .owl-carousel.main-slider .owl-nav.disabled {
        display: none;
    }
    .construction-bg {
        padding-top: 60px;
    }
    .engt .engt-launch-icon-box .engt-launcher-icon {
        height: 128px !important;
    }
    .about-dropmenu ul.nav-list-submenu li {
        padding: 15px 0px;
    }
    .navbar .dropdown.about-drop-menu>.dropdown-active a {
        padding: 15px 0px;
        line-height: 18px;
        font-size: 18px;
        font-weight: 500;
        border-bottom: none;
    }
    .banner-bg-top {
        margin-top: 50px;
    }
    /*    .engt .engt-launch-icon-box .engt-closed-callout {
            bottom: 20px !important;
        }*/
}
@media (max-width: 600px) {

}
.benifits ul li {
    list-style: disc;
}
.careerslist ul li {
    list-style: disc;
}
.careerslist ul {
    padding-left:18px;
}
.benefits ul
{
    list-style: disc;
}