@charset "utf-8";

@font-face{ 
    font-family: 'Sora';
    src: url('../fonts/Sora-Thin.woff2');
    font-weight: 100;
}

@font-face{ 
    font-family: 'Sora';
    src: url('../fonts/Sora-ExtraLight.woff2');
    font-weight: 200;
}

@font-face{ 
    font-family: 'Sora';
    src: url('../fonts/Sora-Light.woff2');
    font-weight: 300;
}

@font-face{ 
    font-family: 'Sora';
    src: url('../fonts/Sora-Regular.woff2');
    font-weight: 400;
}

@font-face{ 
    font-family: 'Sora';
    src: url('../fonts/Sora-Medium.woff2');
    font-weight: 500;
}

@font-face{ 
    font-family: 'Sora';
    src: url('../fonts/Sora-SemiBold.woff2');
    font-weight: 600;
}

@font-face{ 
    font-family: 'Sora';
    src: url('../fonts/Sora-Bold.woff2');
    font-weight: 700;
}

@font-face{ 
    font-family: 'Sora';
    src: url('../fonts/Sora-ExtraBold.woff2');
    font-weight: 800;
}

a:focus {
    outline: 0;
}
:focus {
    outline: none;
    outline-width: 0;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn.active.focus {
    outline: none;
    outline-width: 0;
}
a {
    color: #a90b0b;
    transition: color ease-in 0.3s;
    -moz-transition: color ease-in 0.3s;
    -webkit-transition: color ease-in 0.3s;
}
a:active,
a:hover,
a:focus {
    outline: 0;
    text-decoration: none;
}
*,
:before,
:after {
    box-sizing: border-box;
}
.content li {
    list-style: none;
}

.text-image li{
    list-style: none;
    
}
.anidiv {
    overflow: hidden;
    width: 100%;
}
body {
    font-family: "Sora", sans-serif;
    font-weight: 400;
    font-size: 16px;
    padding-top: var(--header-height);
}
.container-fluid {
    padding: 0 80px;
}
.header-part {
    position: fixed;
    top: 0;
    width: 100%;
    background: #f5fef9;
    -webkit-box-shadow: 5px 5px 5px 3px rgb(0 0 0 / 25%);
    box-shadow: 5px 5px 5px 3px rgb(0 0 0 / 25%);
    z-index: 1000;
}
.lang-switch {
    text-align: right;
    display: none;
}
.lang-switch img {
    width: 20px;
    height: 20px;
    border-radius: 50%;
}
.lang-switch button {
    background: none;
}
.lang-switch .dropdown-menu {
    z-index: 1200;
    left: unset;
    right: 0;
    flex-direction: column;
    background: #e5e5e5;
    border-radius: 0;
}
.open > .dropdown-menu {
    display: flex;
}
.lang-switch a {
    color: #4f4f57;
    display: inline-block;
    padding: 5px;
}
#navbar {
    display: flex !important;
    align-items: center;
}
.navbar-right {
    display: flex;
    align-items: center;
}
ul.nav.navbar-nav.navbar-right li a {
    padding: 18px 8px;
}
.navbar-default {
    background-color: #f5fef9;
    margin: 0;
    position: relative;
}
.navbar-default .navbar-nav > li > a.k-btn {
    color: #e8fff8 !important;
    font-size: 18px;
    background: #2f403a;
    border-radius: 6px;
    padding: 8px 13px !important;
    font-weight: 700;
    margin: 32px 0 32px 15px;
}
a.navbar-brand {
    padding: 6px 0;
}
.navbar-default .navbar-nav > li > a {
    color: #4f4f57 !important;
    font-size: 18px;
    padding: 38px 20px !important;
    font-weight: 500;
}
.navbar-default .navbar-nav > li.dropdown > a {
    padding: 38px 34px 38px 20px!important;
}
li.active a {
    background: transparent !important;
}
a.navbar-brand {
    padding: 0;
}
.wdthban-30 {
    width: 39.7%;
    display: table-cell;
    vertical-align: top;
    padding-left: 4.9%;
    position: relative;
}
.banner-bg {
    background: #2f403a;
    background-size: cover;
    position: relative;
    background-position: top center;
}
.wdthban-70 {
    width: 60.3%;
    display: table-cell;
}
.ban-bg-item {
    background-size: cover;
    min-height: 700px;
    background-position: top center;
    background: url(../img/banner-bg.png) no-repeat;
}
p.head-txt {
    font-size: 20px;
    color: #fff;
    font-weight: 100;
    line-height: 28px;
}
.ban-bullets li {
    width: 16px !important;
    height: 16px !important;
    margin: 0 5px !important;
    display: inline-block !important;
    border-radius: 50%;
}
.banner-bg h1:before {
    content: url(../img/Path3.png);
    background-repeat: no-repeat;
    background-size: initial;
    background-position: top 10px left 0;
    overflow: visible;
    display: block;
    margin-top: -20px;
    display: none;
}
.banner-bg h1 img {
    margin-bottom: 35px;
    filter: brightness(0) invert(1);
    max-height: 150px;
}
.w-bg {
    padding: 0 0 50px;
    background: #f5fef9;
    position: relative;
}
/* .w-bg-pattern {
    background: url(../img/Path7.png) no-repeat;
    padding: 20px;
    min-height: 210px;
    background-position: top -138px right;
    background-size: 90%;
} */
.block-padding {
    padding-top: 60px !important;
}
.pattern-width {
    width: 95% !important;
    margin: 0 auto;
    position: relative;
}
.w-bg-pattern {
    background: url(../img/Path1.png) no-repeat;
    padding: 20px;
    min-height: 300px;
    background-position: top center;
    background-size: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    max-width: 600px;
    left: 0;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.banner-bg h1 {
    font-size: 34px;
    color: #fff;
    font-weight: 400;
    line-height: 45px;
    margin-top: 65px;
    margin-bottom: 15px;
    padding-top: 37px;
    padding-left: 35px;
    margin-left: -35px;
}
a.ban-link span img {
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
    max-width: 70px;
}
.banner-bg .carousel-indicators {
    left: 70%;
}


.ban-img img {
    transition: all .3s;
}

.ban-img:hover > img {
    transform: scale(1.1);
}
a.ban-link {
    font-size: 20px;
    color: #e8fff8;
    font-weight: 600;
    display: flex;
    align-items: center;
    vertical-align: top;
}
h3.sub-hd {
    font-size: 35px;
    color: #2f403a;
    font-weight: 800;
    line-height: 58px;
    position: relative;
}
/* .w-content {
    margin-top: -22%;
} */
h3.sub-hd:after {
    content: url(../img/Path75.png);
    position: absolute;
    bottom: -30px;
    right: 0;
}
.tbl-cnt {
    display: flex;
    margin: 40px 0 0;
    justify-content: flex-end;
}
.bullets-part {
    flex: 0 0 50%;
}
.img-part {
    margin-left: 7.4%;
}
h4 {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    margin-bottom: 16px;
}
.bullets-part p {
    font-size: 14px;
    color: #4f4f57;
    font-weight: 300;
}
.tbl-cnt h4:after {
    content: "";
    width: 10%;
    height: 1px;
    background: #000;
    position: absolute;
    margin: 10px 20px;
}
.bxr {
    background: #fff url(../img/Rectangle12.png) no-repeat;
    padding: 20px 32px 10px;
    background-size: 150px;
    -webkit-box-shadow: 5px 5px 5px 3px rgba(0,0,0,0.25); 
    box-shadow: 5px 5px 5px 3px rgba(0,0,0,0.25);
    margin-bottom: 30px;
}
.img-center {
    margin: 0 auto;
    max-height: 36px;
}
.bxr h6 {
    color: #2f403a;
    font-weight: 600;
    font-size: 17px;
    line-height: 20px;
}
.bxr p {
    font-size: 15px;
    color: #4f4f57; /* text-overflow: ellipsis; */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 48px;
    min-height: 46px; /* text-overflow: ellipsis; */
}
.g-bg {
    background: url(../img/g-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 20px;
}
.g-bg h3 {
    color: #e8fff8;
    font-weight: 400;
}
.accordian-bx {
    margin: 30px auto 0;
    max-width: 57.6%;
    background: #fff;
}
.panel.panel-default {
    margin: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    text-align: left;
    background: #fff;
}
h4.panel-title {
    font-size: 16px;
    color: #4f4f57;
}
.panel-default > .panel-heading a {
    color: #333;
    background-color: #f5fef9;
    border-color: #ddd;
    padding: 26px;
    position: relative;
}
.panel-body {
    width: 100%;
    border-top: 2px solid #d0d4d2 !important;
    padding-right: 100px;
}
span.arr-bg {
    background: #c1f8dc;
    width: 100px;
    height: 98px;
    position: absolute;
    right: 0;
    top: 0;
}
.posrel-rgt {
    position: absolute;
    right: 20px;
    top: 70px;
}
.d-flex {
    display: flex;
}
.posrel-rgt h3 {
    color: #fff;
}
/* .posrel-rgt h3.sub-hd:after {
    content: url(../img/Path74.png);
    position: absolute;
    bottom: -30px;
    right: 0;
} */

.posrel-rgt h3.sub-hd:after {
    content: "";
    position: absolute;
    bottom: -30px;
    right: 0;
    width: 100%;
    background: url(../img/Path74.png);
    height: 10px;
    background-size: cover;
}

.cnt-frm {
    padding: 30px 40px 80px;
}
.pad0 {
    padding: 0 !important;
}
.pad-b5 {
    padding-bottom: 5%;
}
.lg-bg {
    background: #fff url(../img/logo.svg) no-repeat;
    background-position: top left;
    background-size: 95px 150px;
}
.cnt-frm h1 {
    font-size: 26px;
    font-weight: 600;
    color: #2f403a;
    text-align: center;
}
.cnt-frm label {
    text-align: left;
    display: block;
    color: #2f403a;
    font-weight: 600;
    font-size: 14px;
}
.form-control {
    border: 1px solid #000;
    height: 50px;
}
.cnt-frm h1 {
    margin-bottom: 45px;
    margin-top: 10px;
}
form .privacy a {
    text-decoration: underline;
    color: #c1f8dc;
}
.lg-bg form .privacy a {
    color: #2f403a;
}
form label.error {
    display: none !important;
}
.form-control {
    border: 1px solid #000;
    height: 50px;
    border-radius: 0;
    margin-bottom: 25px;
}
.form-control.is-invalid,.was-validated .form-control:invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}
.form-control.is-valid,.was-validated .form-control:valid {
    border-color: #198754;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}
.form-check-input.is-invalid~.form-check-label, .was-validated .form-check-input:invalid~.form-check-label {
    color: #dc3545;
}
.form-check-input.is-valid, .was-validated .form-check-input:valid {
    border-color: #198754;
}
.form-check-input.is-invalid, .was-validated .form-check-input:invalid {
    border-color: #dc3545;
}
.form-check-input.is-valid~.form-check-label, .was-validated .form-check-input:valid~.form-check-label {
    color: #198754;
}
.form-check-input {
    width: 1em;
    height: 1em;
    margin-top: .25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid #2f403a;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    print-color-adjust: exact;
    outline-offset: 0 !important;
    cursor: pointer;
}
.form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd
}
.form-check-input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
    outline-offset: 0 !important;
}
.form-check-input:checked[type=radio] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
    outline-offset: 0 !important;
}
.form-check-input:focus {
    outline: 0 !important;
}
.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: .875em;
    color: #dc3545;
    position: absolute;
    margin-top: -30px;
}
.privacy .invalid-feedback {
    position: relative;
    margin: unset;
}
.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip,.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip {
    display: block
}
.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: .125rem
}
.form-check .form-check-input {
    float: left;
    margin-left: -1.5em
}
textarea {
    resize: none;
    min-height: 122px;
}
.k-btn {
    color: #e8fff8 !important;
    font-size: 18px;
    background: #2f403a;
    border-radius: 6px;
    padding: 8px 20px !important;
    font-weight: 700;
    display: inline-block;
}
.lft-bg {
    background: url(../img/MaskGroup7.png) no-repeat;
    min-height: 520px;
    background-position: top right;
    background-size: contain;
}
.wh-bg2 {
    padding: 80px 0 30px;
    background: #f5fef9 url(../img/Rectangle57.png) repeat;
}
.wh-bg2 h4 {
    color: #2f403a;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 70px;
}
.rgt-rgt-cnt {
    width: 24%;
}
.rgt-lft-cnt {
    width: 27.2%;
}
.rng-cnt {
    width: 51.5%;
    margin: 0 auto;
    display: table;
}
.rgt-lft-cnt,
.rgt-rgt-cnt {
    display: table-cell;
    vertical-align: middle;
}
.r-bx h6 img {
    max-width: 30px;
    margin-right: 10px;
}
.r-bx h6 {
    color: #2f403a;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}
.r-bx h6 span {
    display: inline-block;
    vertical-align: middle;
}
.r-bx p {
    color: #4f4f57;
    font-size: 14px;
    margin: 5px 0;
    font-weight: 200;
}
.r-bx ul li a {
    font-size: 14px;
    color: #2f403a;
    font-weight: 400;
}
.r-bx ul li {
    line-height: 29px;
    list-style: none;
}
.r-bx ul {
    margin: 15px 0 30px;
    padding: 0;
}
.r-bx {
    background: #fff;
    box-shadow: 0 1px 25px rgba(0, 0, 0, 0.04);
    min-height: auto;
    padding: 10px 15px 25px;
    -webkit-box-shadow: 5px 5px 5px 3px rgb(0 0 0 / 25%);
    box-shadow: 5px 5px 5px 3px rgb(0 0 0 / 25%);
}
.rgt-rgt-cnt {
    padding-left: 8%;
}
.mrgtp {
    margin-top: 105px;
}
#showmap .row {
    align-items: center;
    display: flex;
}
#showmap #Flag_map_of_Germany {
    pointer-events: none;
}
#showmap svg #marker-1,
#showmap svg #marker-2,
#showmap svg #marker-3,
#showmap svg #marker-4,
#showmap svg #marker-5,
#showmap svg #marker-6,
#showmap svg #marker-7,
#showmap svg #marker-8,
#showmap svg #marker-9,
#showmap svg #marker-10,
#showmap svg #marker-11,
#showmap svg #marker-12,
#showmap svg #marker-13,
#showmap svg #marker-14,
#showmap svg #marker-15, 
#showmap svg #marker-16, 
#showmap svg #marker-17, 
#showmap svg #marker-18, 
#showmap svg #marker-19 {
    cursor: pointer;
}
.footer {
    background: #1a2723;
    padding: 75px 0;
    color: #fff;
}
.footer h6 {
    font-size: 15px;
    font-weight: 600;
}
.footer img {
    max-width: 100px;
    margin: 7px 0;
    padding-right: 15px;
}
.footer .fool-menu {
    display: flex;
    flex-wrap: wrap;
}
.footer .fool-menu li {
    display: flex;
    flex: 0 0 33%;
    padding-right: 10px;
    margin-bottom: 10px;
}
.footer .fool-menu li a{
    color: #fff;
}
.footer .logo {
    filter: brightness(0) invert(1);
}
.testimonial-part {
    background: #2f403a;
    position: relative;
    padding: 0;
}
.carouselcaption{
    margin-bottom: 30px;
}
.carouselcaption p span {
    position: relative;
}
.carouselcaption p:before {
    content: url(../img/open-quotes.png);
    position: absolute;
    top: -15px;
    left: 0;
    color: #789c8b;
}
.carouselcaption p:after {
    content: url(../img/close-quotes.png);
    position: absolute;
    bottom: 0px;
    right: 0px;
    color: #789c8b;
}
.carouselcaption {
    padding: 60px 15px;
}

.carouselcaption span {
    color: #c1f8dc;
    display: block;
    font-size: 12px;
    font-weight: 300;
}
.carouselcaption p {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    position: relative;
    line-height: 30px;
    margin-bottom: 12px;
}
h3.sub-txt {
    font-size: 20px;
    color: #1a2b25;
    font-weight: 700;
    margin: 30px 0;
    position: relative;
    text-transform: uppercase;
}
.carousel {
    position: static;
}
.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0 2px;
    background-color: #c1f8dc;
    border: 0;
}
.carousel-indicators li {
    width: 12px;
    height: 12px;
    background: #698a7b;
    border: 0;
    margin: 0 2px;
    opacity: 0.8;
}
#home-link .item .wrapper {
    display: flex;
    align-items: stretch;
    height: calc(100vh - var(--header-height));
}
#home-link .item .wrapper .text {
    padding-left: 5%;
    padding-right: 5%;
    align-self: center;
}
#home-link .item .wrapper .text h1 {
    margin-top: 15px !important;
    padding: 0 !important;
    margin-left: 0 !important;
}
#home-link .item .wrapper .img {
    flex: 1;
    height: 100%;
}
#home-link .item .wrapper .img img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}
h3.sub-txt:after {
    content: "";
    width: 60px;
    height: 3px;
    background: #1a2b25;
    position: absolute;
    bottom: -7px;
    left: 0;
}
#showproduct:before,
#references:before,
#sites:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0px;
    width: 300px;
    height: 140px;
    background-size: cover;
    background-size: contain;
    background: url(../img/Path1.png) no-repeat;
    background-size: contain;
}
#showproduct:after,
#references:after,
#sites:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0px;
    width: 300px;
    height: 140px;
    background-size: cover;
    background-size: contain;
    background: url(../img/Path1.png) no-repeat;
    background-size: contain;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
#sites .row {
    display: flex;
    flex-wrap: wrap;
}
#sites .site {
    height: 100%;
    flex-direction: column;
    display: flex;
    position: relative;
    z-index: 1;
}
#sites .logo {
    height: 115px;
    width: auto;
    margin: 0 auto 20px;
}
#sites p {
    max-height: unset !important;
    overflow: unset !important;
    -webkit-line-clamp: unset !important;
    font-size: 16px !important;
}
#sites .usps {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}
#sites .usps .usp .title {
    font-weight: 700;
    margin-top: 10px;
}
#sites .site .k-btn {
    margin-top: auto;
}
#references .container {
    position: relative;
    z-index: 2;
}
.c-control {
    position: absolute;
    background: #c1f8dc;
    bottom: 0;
    right: 0;
    width: 80px;
    height: 45px;
    z-index: 999;
}
.footer p {
    font-size: 12px;
    font-weight: 100;
}
span.arr-bg i {
    text-align: center;
    padding: 40px;
}
a.left.carousel-control,
a.right.carousel-control {
    color: #2f304a;
    background: transparent;
    box-shadow: none;
    text-shadow: none;
    opacity: 1;
}
a.left.carousel-control {
    left: 10px;
}
.carousel-control.right {
    right: 10px;
}
.social-icons {
    display: flex;
    flex-wrap: wrap;
}
.social-icons i {
    width: 40px;
    height: 40px;
    background: #c1f8dc;
    border-radius: 50px;
    margin-right: 9px;
    color: #2f304a;
    font-size: 20px;
    text-align: center;
    line-height: 40px;
    margin-bottom: 15px;
}
.container-fluid {
    position: relative;
}
.video-part {
    display: table-cell;
    vertical-align: middle;
    background: #000;
    width: 46.6%;
}
.testimonial-part {
    display: table-cell;
    margin: 0;
    vertical-align: top;
    width: 22.3%;
}
.tst-bg {
    background: #ebfcf6;
    padding: 0 0 70px;
}
.carousel-indicators {
    bottom: 5px;
}
.video-part img {
    width: 100%;
}
.panel-body {
    font-size: 16px;
    font-weight: 200;
    line-height: 26px;
}
h4.panel-title {
    font-size: 20px;
    color: #4f4f57;
    font-weight: 600;
}
.panel-default > .panel-heading a {
    min-height: 98px;
    padding: 38px 30px;
}
.panel-body {
    font-size: 16px;
    font-weight: 200;
    line-height: 26px;
}
.diswdth50 {
    width: 50%;
    display: table-cell;
    vertical-align: top;
    position: relative;
}
.diswdth50 img {
    width: 100%;
}
textarea.form-control {
    height: 152px;
}
.bxr p {
    max-height: 60px;
}
.img-part img {
    width: 100%;
}
.banner-bg .carousel-indicators {
    bottom: 15px;
}
.navbar-default .navbar-nav > li > .k-btn {
    margin-top: 20px;
    margin-left: 100px;
    padding-right: 25px !important;
}
.navbar-default .nav-item.dropdown {
    position: relative;
}
.navbar-default .nav-item.dropdown:after {
    content: "\f078";
    font-family: 'FontAwesome';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 14px;
    font-weight: normal;
    font-size: 14px;
}
.navbar-default .dropdown-menu {
    background: #fff;
    border-radius: 0;
    top: calc(var(--header-height) - 15px);
    border: 1px solid #c1f8dc;
}
.navbar-default .dropdown-menu a {
    font-size: 16px;
    padding: 6px 20px;
    color: #4f4f57;
}
.navbar-default .dropdown-menu a:hover {
    background-color: #c1f8dc !important;
}
.nav > li > a > img.logo {
    height: 100px;
}
#accordion .panel-title a.collapsed {
    background: #fff;
    color: #616161;
}
#accordion .panel-title a {
    position: relative;
    display: block;
    line-height: 26px;
}

#accordion .panel-title a:after,
#accordion .panel-title a.collapsed:after {
    content: "\f106";
    font-family: fontawesome;
    font-size: 42px;
    color: #2f403a;
    position: absolute;
    top: 17px;
    right: 20px;
    transition: all 0.3s ease-in-out 0s;
}

#accordion .panel-title a.collapsed:after {
    content: "\f107";
    color: #616161;
}

.panel-default > .panel-heading {
    padding: 0;
}
a.carousel-control i {
    font-size: 22px;
    line-height: 54px;
}
.mobile-control{
    position: absolute;
    bottom: 193px;
    right: 0;
    width: 100%;

}
.desktop-pad{
    padding: 0;
}
.static-ban-txt {
    position: absolute;
    display: flex;
    align-items: center;
    z-index: 99;
    gap: 30px;
    bottom: 100px;
    left: 5%;
    padding-right: 5%;
}
.static-ban-txt img {
    width: 250px;
}
#myModal .modal-body .videos-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
}
#myModal .modal-dialog {
    width: 60%;
    top: 50%;
    transform: translateY(-50%);
}
#myModal .modal-header {
    border-bottom: none;
    padding: 15px 30px;
}
#myModal .modal-body {
    padding: 0 30px 30px 30px;
}
#myModal .modal-header h2 {
    font-weight: 700;
    font-size: 25px;
    color: #2f403a;
}
#myModal h3 {
    font-size: 18px;
    font-weight: 700;
    color: #2f403a;
}
#myModal .modal-header .close {
    margin-top: -2px;
    position: absolute;
    top: 15px;
    right: 30px;
    opacity: .5;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#myModal .modal-header .close i {
    font-size: 60px;
}
#myModal .modal-header .close span {
    font-size: 15px;
}
.modal-backdrop.in {
    opacity: .9;
    background: #2f403a;
}
.big-title-top {
    background: #2f403a;
}
.big-title-top h1{
    font-size: 35px;
    font-weight: 700;
    margin: 0;
    color: #fff;
    padding: 30px 12px 50px;
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
}
.big-title-top h1:after {
    content: "";
    position: absolute;
    bottom: 30px;
    left: 12px;
    width: 75%;
    height: 6px;
    background: url(../img/Path74.png) no-repeat;
    background-size: contain;
}
#contact-block {
    padding: 50px 0;
    text-align: center;
}
#contact-block h2 {
    color: #2f403a;
    margin-top: 0;
}
#contact-block p {
    margin: 20px 0;
}
#contact-block .btns {
    display: flex;
    justify-content: center;
}
#contact-block .btns .k-btn {
    display: inline-block;
    margin: 0 20px;
}
#references {
    padding: 70px 0;
    background: #f5fef9;
    position: relative;
}
#references .row {
    display: flex;
    flex-wrap: wrap;
}
#references .row:after {
    display: none;
}
#references .col-md-6 {
    flex: 0 0 50%;
}
#references .row .col-md-6 {
    margin-bottom: 30px;
}
#references .video {
    background: #F3F3F3;
    -webkit-box-shadow: 5px 5px 5px 3px rgb(0 0 0 / 25%);
    box-shadow: 5px 5px 5px 3px rgb(0 0 0 / 25%);
    padding: 15px;
    height: 100%;
    position: relative;
    z-index: 1;
}
#references .details {
    padding: 15px;
}

#references .image-slider {
    background: #F3F3F3;
    -webkit-box-shadow: 5px 5px 5px 3px rgb(0 0 0 / 25%);
    box-shadow: 5px 5px 5px 3px rgb(0 0 0 / 25%);
    padding: 15px;
    height: 100%;
}

#references .image-slider img {
    width: 100%;
}
#references .image-slider .left.carousel-control,
#references .image-slider .right.carousel-control {
    display: flex;
    align-items: center;
    width: unset;
}
#references .image-slider .left.carousel-control {
    left: 0;
}
#references .image-slider .right.carousel-control {
    right: 0;
}
#references .image-slider .left.carousel-control i,
#references .image-slider .right.carousel-control i {
    background: #c1f8dc;
    color: #2f304a;
    line-height: unset;
    width: 40px;
    height: 40px;
    font-size: 25px;
    display: grid;
    place-content: center;
}
#showwheretobuy {
    padding: 70px 0;
    background: url(../img/g-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    color: #c1f8dc;
}
#showwheretobuy h2 {
    color: #fff;
    margin-bottom: 25px;
}
#showwheretobuy form .k-btn {
    background: #c1f8dc;
    border: none;
    color: #2f403a !important;
    display: inline-block;
}

.article {
    padding-bottom: 80px;
}

.article .container-inner {
    background: #f5fef9;
    padding-bottom: 60px;
}

.article h2 {
    font-weight: 700;
    margin-top: 50px;
}

.article h3 {
    color: #333333;
    font-size: 21px;
    font-weight: 700;
}

.article p,
.article ul {
    margin-bottom: 25px;
}

.article ul {
    padding-left: 0;
}

.article ul li {
    padding-left: 25px;
    position: relative;
    margin-bottom: 3px;
}

.article ul li:before {
    content: "\f061";
    font-family: 'FontAwesome';
    margin-right: 15px;
    position: relative;
    left: 0;
    top: -2px;
}

.article iframe {
    display: block;
    margin: 50px 0 !important;
}

.article .file {
    display: block;
    margin: 25px 0;
}

.article .float-start {
    float: left!important;
}

.article .float-end {
    float: right !important;
}

.article .w-50 {
    width: 50% !important;
}

.article .w-100 {
    width: 100% !important;
}

.article .mr-4 {
    margin-right: 20px;
}

.article .ml-4 {
    margin-left: 20px;
}

.article .mb-4 {
    margin-bottom: 20px;
}

.article .text-image h2 {
    margin-top: 0;
}

.article .text-image {
    margin: 50px auto 0;
    max-width: 1200px;
    padding: 0 5%;
    align-items: center;
    display: flex;
}

.article .text-image.img-left {
    flex-direction: row-reverse;
}

.article .text-image .col-md-6 p:last-of-type {
    margin-bottom: 0;
}

.article .text-image img {
    width: 100%;
}

#downloads {
    padding: 70px 0;
}

#downloads .list {
    max-width: 770px;
    margin: 0 auto;
    padding-left: 0;
}

#downloads .list li{
    font-size: 18px;
    font-weight: 500;
    border-bottom: 1px solid #4f4f57;
    width: 100%;
    transition: all .3s;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    position: relative;
}

#downloads .list li a{
    color: #4f4f57 ;
    padding: 25px;
    padding-right: 90px;
    display: inline-block;
    width: 100%;
}

#downloads .list li:hover{
    opacity: .7;
}

#downloads li .icon {
    width: 70px;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background: #c1f8dc;
    display: grid;
    place-content: center;
}

#downloads li .icon svg {
    width: 30px;
}


@media (min-width: 576px) {
    /* .w-bg-pattern {
        background: url(../img/Path1.png) no-repeat;
        padding: 20px;
        min-height: 210px;
        background-position: top center;
        background-size: 90%;
        position: absolute;
        top: 0;
        width: 80%;
        left: 0;
        border: 1px solid red;
    } */
}
@media (min-width: 768px) {
    .container-fluid {
        padding: 0 20px;
    }
    .navbar-default .navbar-nav > li > a {
        color: #4f4f57 !important;
        font-size: 16px;
        padding: 38px 11px;
        font-weight: 600;
    }
    .wdthban-30 {
        padding-left: 4.9%;
    }
    p.head-txt {
        font-size: 17px;
    }
    .banner-bg h1 {
        font-size: 30px;
        color: #fff;
        font-weight: 400;
        line-height: 37px;
        margin-top: 65px;
        margin-bottom: 15px;
        padding-top: 37px;
        padding-left: 35px;
        margin-left: -35px;
    }
    .carouselcaption {
        padding: 40px 15px;
    }
    .mobile-control{
        position: relative;
        bottom: inherit;
        right: inherit;
        width:  33.33333333%;
    }
    .bxr {
        margin-bottom: 0;
    }
    .bullets-part .bxr:not(:last-child) {
        margin-bottom: 30px;
    }
    .img-part {
        position: relative;
        flex: 0 0 50%;
    }
    .img-part img {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        object-fit: cover;
    }

}
@media (min-width: 768px) and (max-width: 991px) {
    .banner-bg h1 {
        font-size: 20px;
        color: #fff;
        font-weight: 400;
        line-height: 32px;
        margin-top: 0;
    }
    span.arr-bg i {
        text-align: center;
        padding: 24px 25px;
    }
    .panel-default > .panel-heading a {
        min-height: 68px;
        padding: 24px 20px;
    }
    h4.panel-title {
        font-size: 18px;
    }
    p.head-txt {
        font-size: 12px;
        line-height: 3px;
    }
    /* .w-content {
        margin-top: -27%;
    } */
    .bxr p {
        font-size: x-small;
    }
    .img-center {
        margin: 13px auto;
        max-height: 22px;
    }
    span.arr-bg {
        background: #c1f8dc;
        width: 70px;
        height: 68px;
    }
    .panel-body {
        padding-right: 50px;
    }
    .container-inner {
        width: 90%;
        max-width: 90%;
        margin: 0 auto;
    }
    .bxr h6 {
        color: #2f403a;
        font-weight: 600;
        font-size: 12px;
        line-height: 15px;
    }
    /* .w-bg-pattern {
        background-size: 60%;
        min-height: 180px;
        background-position: top -200px left;
    } */
    h3.sub-hd {
        font-size: 30px;
        line-height: 44px;
    }
    h3.artitle {
        font-size: 30px;
        line-height: 44px;
    }

    .carouselcaption span {
        font-size: 10px;
    }
    .carouselcaption p {
        font-size: 12px;
        line-height: 22px;
    }
    .lft-bg {
        min-height: 560px;
    }
    .glyphicon-chevron-right:before,
    .glyphicon-chevron-left:before {
        font-size: 20px;
    }
    .c-control {
        position: absolute;
        background: #c1f8dc;
        bottom: 0;
        right: 0;
        width: 65px;
        height: 35px;
    }
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        margin-top: -19px;
    }
    .carousel-indicators li,
    .carousel-indicators .active {
        width: 10px;
        height: 10px;
    }
    .carousel-indicators {
        bottom: 0;
    }
    .rgt-rgt-cnt {
        padding: 15px;
        max-width: 300px;
        margin: 0 auto;
        width: 100%;
    }
    .rgt-lft-cnt {
        padding: 20px 30px;
        width: 60%;
        margin: 0 auto;
    }
    .rng-cnt {
        width: 100%;
        margin: 0 auto;
        display: block;
    }
    .rgt-lft-cnt,
    .rgt-rgt-cnt {
        display: block;
    }
    .diswdth50 {
        width: 100%;
        display: block;
        vertical-align: top;
        position: relative;
    }
    .wdthban-30 {
        padding-left: 2.9%;
    }
    .container-outerwdth {
        padding: 0 20px;
    }
    .accordian-bx {
        margin: 30px auto 0;
        max-width: 77.6%;
    }
    .bxr {
        padding: 15px 22px 10px;
    }
    h3.sub-hd:after {
        content: url(../img/Path75-x.png);
    }

    h3.artitle:after {
        content: url(../img/Path75-x.png);
    }

}
@media (max-width: 1400px) {
    .static-ban-txt {
        bottom: 0;
    }
    .static-ban-txt img {
        width: 200px;
    }
}
@media (max-width: 1200px) {
    #references .video {
        flex-direction: column;
    }
    #references .video iframe {
        height: 300px;
        padding-right: 0;
    }
    .static-ban-txt {
        bottom: 50px;
    }
    .static-ban-txt img {
        width: 150px;
    }
    a.ban-link {
        font-size: 18px;
    }
    a.ban-link span img {
        max-width: 45px;
    }
    #sites .col-lg-4 {
        margin-bottom: 24px;
    }
    #sites .site .text {
        min-height: auto !important;
    }
}

@media (min-width: 992px) {
    .r-bx h6 {
        min-height: 55px;
        font-size: 24px;
    }
    .r-bx p {
        font-size: 18px;
    } 
}
@media (min-width: 992px) and (max-width: 1024px) {
    .carouselcaption p {
        font-size: 16px;
        line-height: 29px;
    }
    .rng-cnt {
        width: 65.5%;
    }
    span.arr-bg i {
        text-align: center;
        padding: 24px 25px;
    }
    .panel-default > .panel-heading a {
        min-height: 68px;
        padding: 24px 20px;
    }
    h4.panel-title {
        font-size: 18px;
    }
    p.head-txt {
        font-size: 15px;
        line-height: 19px;
    }
    span.arr-bg {
        background: #c1f8dc;
        width: 70px;
        height: 68px;
    }
    .panel-body {
        padding-right: 50px;
    }
    .rgt-lft-cnt {
        width: 22.2%;
    }
    .diswdth50 {
        width: 100%;
        display: block;
        vertical-align: top;
        position: relative;
    }
    .k-btn {
        color: #e8fff8 !important;
        background: #2f403a;
        border-radius: 6px;
        padding: 7px 10px !important;
        font-weight: 700;
    }
    .container-outerwdth {
        width: 970px;
        margin: 0 auto;
    }
    .navbar-default .navbar-nav > li > a.k-btn {
        color: #e8fff8 !important;
        font-size: 14px;
    }
    /* .w-bg-pattern {
        min-height: 217px;

        background-size: 40%;
    } */
    .navbar-default .navbar-nav > li > a {
        color: #4f4f57 !important;
        font-size: 16px;
        padding: 38px 10px;
    }
    .nav > li > a > img {
        max-height: 42px;
    }
    ul.nav.navbar-nav.navbar-right li a {
        padding: 29px 8px;
    }
    .navbar-brand > img {
        display: block;
        max-width: 120px;
        margin: 13px 0;
    }
    .cnt-frm h1 {
        margin-bottom: 45px;
        margin-top: 40px;
    }
    .bxr {
        padding: 16px 32px 10px;
    }
    .send-res{
        float: left !important;
    }
}
@media (max-width: 992px) {
    #navbar {
        display: none !important; 
    }
    #navbar.collapsing,
    #navbar.collapse.in {
        display: block !important;
    }
    .navbar-header {
        float: none;
    }
    #navbar {
        flex-direction: column;
        align-items: flex-start;
    }
    .navbar-left,
    .navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }
    .navbar-nav > li {
        float: none;
    }
    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in {
        display: block !important;
    }
    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        margin-bottom: 15px;
    }
    .nav.navbar-nav.nav-new-right li.login.dropdown.open a.sign-up,
    a.sign-up {
        color: #2e3191;
    }
    .nav.navbar-nav.nav-new-right li.fundraise-bg a,
    .nav.navbar-nav.nav-new-right li.donate-bg a.nav.navbar-nav.nav-new-right li.app-bg a,
    .nav.navbar-nav.nav-new-right li.donate-bg a,
    .nav.navbar-nav.nav-new-right li.app-bg a {
        display: block;
    }
    .navbar-default .navbar-nav > li > a,
    .navbar-default .navbar-nav > li.dropdown > a {
        padding: 7px 10px !important;
        font-size: 16px;
    }
    ul.nav.navbar-nav.navbar-right li {
        display: inline-block;
    }
    .navbar-default .navbar-nav > li > a.k-btn {
        font-size: 16px;
    }
    .navbar-header {
        min-height: 60px;
        padding: 0 15px;
    }
    .navbar-toggle {
        position: absolute;
        padding: 9px 10px;
        margin-top: 12px;
        margin-right: 10px;
        right: 15px;
    }
    .navbar-brand > img {
        display: block;
        height: 60px;
    }
    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        background: #f5fef9;
        height: calc(100vh - 60px);
        max-height: unset;
        padding: 15px;
    }
    .navbar-default {
        border-color: #fff;
        margin: 0;
    }
    .k-btn {
        color: #e8fff8 !important;
        font-size: 14px;
        background: #2f403a;
        border-radius: 6px;
        padding: 8px 16px !important;
        display: inline-block !important;
        float: right;
        margin: 13px 70px 0 0;
    }
    .navbar-default .dropdown-menu {
        display: block !important;
        position: relative;
        float: unset;
        border: none;
        box-shadow: none;
        padding: 0;
        background: none;
        top: unset !important;
    }
    .navbar-default .dropdown-menu .dropdown-item {
        font-size: 14px;
        color: #2f403a;
    }
    .navbar-default .nav-item.dropdown:after {
        display: none;
    }
    #home-link .item .wrapper {
        flex-direction: column-reverse;
        height: Unset;
    }
    #home-link .item .wrapper .text {
        padding: 30px 0;
    }
    #home-link .item .wrapper .img {
        flex: unset;
        height: 300px;
    }
    .article .text-image {
        flex-direction: column !important;
        padding: 0;
        margin-top: 0;
    }
    .article .text-image .col-md-6 p:last-of-type {
        margin-bottom: 25px;
    }
    .article .text-image img {
        margin-bottom: 50px;
    }
    #contact-block .btns {
        flex-direction: column;
    }
    #contact-block .btns .k-btn {
        font-size: 16px;
        align-self: flex-start;
        margin: 0 auto;
    }
    #contact-block .btns .k-btn:first-child {
        margin-bottom: 20px;
    }
    .mrg-r0 {
        margin: 0;
        float: left;
    }

    .send-res{
        float: left !important;
    }
    #myModal .modal-dialog {
        width: 95%;
    }
    #showmap .row{
        flex-direction: column;
    }
    #showmap .col-md-6 {
        width: 100%;
    }
    #showmap .row .col-md-6:first-child {
        order: 2;
        margin-top: 30px;
    }
    #showmap .r-bx {
        width: 100%;
        position: relative;
        z-index: 1;
    }
}
@media (max-width: 767px) {
    /* .w-content {
        margin-top: -35%;
    } */
    .container-fluid {
        padding: 0 20px;
    }
    .accordian-bx {
        margin: 30px auto 0;
        max-width: 100%;
    }
    .bullets-part {
        display: table-cell;
        width: 100%;
    }
    .img-part {
        display: table-cell;
        width: 100%;
        vertical-align: top;
        padding-left: 0;
    }
    .static-ban-txt {
        bottom: -25px;
    }
    h4.panel-title {
        font-size: 18px;
        color: #4f4f57;
        font-weight: 600;
        padding: 0px 0;
    }
    .container-inner {
        width: 90%;
        margin: 0 auto;
    }
    .diswdth50 {
        width: 100%;
        display: block;
        vertical-align: top;
        position: relative;
    }
    #myModal .modal-body .videos-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
    .footer {
        background: #1a2723;
        padding: 50px 0;
    }
    .footer .row {
        display: flex;
    }
    .footer .col-md-2.text-right {
        text-align: left;
    }
    .footer .fool-menu {
        padding-left: 0;
    }
    .footer .fool-menu li {
        flex: 0 0 100%;
    }
    .carouselcaption span {
        font-size: 14px;
    }
    .banner-bg .carousel-indicators {
        left: 50%;
        top: 33%;
    }
    .testimonial-part {
        display: block;
        margin: 0;
        vertical-align: top;
        width: 100%;
        min-height: 300px;
    }
    .footer h6 {
        margin-top: 30px;
    }
    .carousel {
        min-height: auto;
    }
    .carousel-control .icon-prev,
    .carousel-control .icon-next,
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right {
        top: 27%;
    }
    .c-control {
        width: 70px;
    }
    h3.sub-hd:after {
        content: url(../img/Path75-x.png);
    }

    h3.artitle:after {
        content: url(../img/Path75-x.png);
    }

    h3.sub-txt {
        margin: 30px 0;
    }
    .rgt-lft-cnt,
    .rgt-rgt-cnt {
        display: block;
    }
    .tbl-cnt h4:after {
        content: "";
        width: 90px;
    }
    p.head-txt {
        font-size: 16px;
        color: #fff;
        font-weight: 100;
        line-height: 20px;
    }
    .banner-bg h1 {
        font-size: 24px;
        color: #fff;
        font-weight: 700;
        line-height: 36px;
        margin-top: 10px;
        margin-bottom: 10px;
        padding-top: 22px;
        padding-left: 55px;
        margin-left: -55px;
    }
    .wdthban-30 {
        width: 100%;
        display: block;
        vertical-align: top;
        padding-left: 4.9%;
        min-height: 390px;
        position: relative;
    }
    .wdthban-70 {
        width: 100%;
        display: block;
    }
    .banner-bg {
        background-size: cover;
    }
    .bullets-part {
        display: block;
        vertical-align: middle;
        padding-right: 0;
        margin-bottom: 20px;
    }
    .tbl-cnt {
        display: block;
    }
    .tst-bg {
        background: #ebfcf6;
        padding: 0 0 60px;
    }
    .social-icons i {
        width: 40px;
        height: 40px;
        background: #c1f8dc;
        border-radius: 50px;
        margin-right: 5px;
        color: #2f304a;
        font-size: 20px;
        text-align: center;
        line-height: 40px;
    }
    .col-md-3.text-right {
        text-align: left;
    }
    .social-icons {
        text-align: left;
    }
    .bxr {
        margin-top: 30px;
        width: 100%;
    }
    .rgt-lft-cnt {
        padding: 20px 30px;
        width: 100%;
    }
    .lg-bg {
        background: #fff url(../img/logo.svg) no-repeat;
        background-position: top left;
        background-size: 40px 63px;
    }
    h3.sub-hd {
        font-size: 26px;
        font-weight: 700;
        line-height: 34px;
    }

    h3.artitle {
        font-size: 26px;
        font-weight: 700;
        line-height: 34px;
    }

    .posrel-rgt {
        position: absolute;
        right: 20px;
        top: 20px;
    }
    .lft-bg {
        min-height: 300px;
        background-position: top right;
        background-size: cover;
    }
    .rgt-rgt-cnt {
        padding: 15px;
        max-width: 300px;
        margin: 0 auto;
        width: 100%;
    }
    .rng-cnt {
        width: 100%;
        margin: 0 auto;
        display: block;
    }
    /* .w-bg-pattern {
        padding: 20px;
        min-height: 210px;
        background-position: top -7px center;
        background-size: contain;
    } */
    .img-center {
        margin: 13px auto;
        max-height: inherit;
    }
    .lang-switch {
        padding-right: 20px;
    }
    ul.nav.navbar-nav.navbar-right li {
        display: inline-block;
    }
    .navbar-default .navbar-nav > li > a.k-btn {
        color: #e8fff8 !important;
        font-size: 18px;
        background: #2f403a;
        border-radius: 6px;
        padding: 8px 20px !important;
    }
    .navbar-toggle {
        position: absolute;
        padding: 9px 10px;
        margin-top: 12px;
        margin-right: 10px;
    }
    .panel-default > .panel-heading a {
        min-height: 58px;
        padding: 18px 50px 18px 20px;
    }
    span.arr-bg {
        width: 50px;
        height: 100%;
    }
    span.arr-bg i {
        text-align: center;
        padding: 25px 20px;
    }
    .panel-body {
        padding-right: 50px;
    }
    .panel-body {
        font-size: 14px;
    }
    .r-bx ul li a,
    .r-bx p {
        font-size: 16px;
    }
    .r-bx .col-xs-3 {
        display: none;
    }
    .r-bx .col-xs-9 {
        width: 100%;
    }
    #accordion .panel-title a:after,
    #accordion .panel-title a.collapsed:after {
        font-size: 32px;
        top: 15px;
        right: 15px;
    }
    #references .col-md-6 {
        flex: 0 0 100%;
    }
    #references h4 {
        margin-top: 30px;
    }
    .article {
        padding-left: 0;
        padding-right: 0;
        background: #f5fef9;
    }
    .article frame {
        width: 100%;
    }
}
@media (min-width: 1024px) {
    .container-inner {
        max-width: 90%;
        margin: 0 auto;
        width: 90%;
        padding: 0 15px;
    }
    .w-bg-pattern {
        background-size: 100%;
    }
}
@media (min-width: 1200px) {
    .container-inner {
        max-width: 69%;
        margin: 0 auto;
        padding: 0;
        width: 69%;
    }
    .carouselcaption {
        padding: 60px 15px;
    }
    .navbar-default {
        border-color: #fff;
        margin: 0;
    }
    .wdthban-30 {
        padding-left: 4.9%;
    }
    .container-fluid {
        padding: 0 80px;
    }
    .navbar-default .navbar-nav > li > a {
        color: #4f4f57 !important;
        font-size: 16px;
        padding: 25px 12px;
    }
    .carousel {
        position: static;
    }
    p.head-txt {
        font-size: 18px;
    }
    .container-fluid {
        padding: 0 80px;
    }
    .navbar-default .navbar-nav > li > a.k-btn {
        font-size: 14px;
    }
    ul.nav.navbar-nav.navbar-right li a {
        padding: 10px 8px;
    }
    .nav > li > a > img {
        max-width: none;
        height: 50px;
    }
    .banner-bg h1 {
        font-size: 33px;
        color: #fff;
        font-weight: 800;
        line-height: 45px;
        margin-top: 17%;
        margin-bottom: 15px;
        padding-top: 37px;
        padding-left: 35px;
        margin-left: -35px;
    }
    .container-outerwdth {
        width: 1112px;
        margin: 0 auto;
    }
    .navbar-brand > img {
        max-height: 70px;
        margin-right: 12px;
    }
    .carouselcaption p {
        font-size: 15px;
        line-height: 24px;
    }
    #showproduct:before,
    #showproduct:after,
    #references:before,
    #references:after,
    #sites:before,
    #sites:after {
        width: 600px;
        height: 300px;
    }
    .r-bx h6 img {
        max-width: 30px;
    }
    .wh-bg2 h4 {
        font-size: 20px;
    }
    .r-bx h6 {
        color: #2f403a;
    }
    .r-bx p {
        color: #4f4f57;
        margin: 4px 0;
        font-weight: 200;
    }
    .r-bx ul li a {
        font-size: 13px;
    }
    .k-btn {
        font-size: 14px;
    }
    .r-bx ul li {
        line-height: 25px;
    }
    .rgt-lft-cnt {
        width: 21.2%;
    }
    .r-bx {
        padding: 10px 15px 25px;
    }
    .diswdth50 {
        vertical-align: top;
    }
    .form-control {
        height: 36px;
        margin-bottom: 18px;
    }
    textarea.form-control {
        height: 82px;
        min-height: auto;
    }
    .cnt-frm .k-btn {
        display: inline-block;
        padding: 11px 20px !important;
        font-size: 16px;
    }
    .cnt-frm h1 {
        margin-bottom: 22px;
    }
    .ban-bullets li {
        width: 24px !important;
        height: 24px !important;
    }
    /* .w-bg-pattern {
        min-height: 247px;
        background-size: 40%;
    } */
    h3.sub-hd {
        font-size: 38px;
        line-height: 48px;
    }
    h3.artitle {
        font-size: 38px;
        line-height: 48px;
    }

    .bxr p {
        font-size: 13px;
        max-height: 36px;
    }
    .bxr {
        padding: 11px 32px 10px;
    }
    span.arr-bg {
        width: 80px;
        height: 98px;
    }
    .accordian-bx {
        max-width: 60.6%;
    }
    .bxr h6 {
        font-size: 14px;
        line-height: 20px;
    }

    .bxr p {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        color: #000;
    }
}
@media (min-width: 1300px) {
    .rgt-lft-cnt {
        width: 16.2%;
    }
    .cnt-frm h1 {
        margin-bottom: 45px;
    }
    .carousel {
        position: static;
    }
    p.head-txt {
        font-size: 20px;
    }
    .bxr {
        padding: 20px 32px 10px;
    }
    .navbar-brand > img {
        max-height: 77px;
        margin-right: 18px;
    }
    .container-outerwdth {
        width: 1229px;
        margin: 0 auto;
    }
    .navbar-default .navbar-nav > li > a {
        color: #4f4f57 !important;
        font-size: 18px;
        padding: 29px 14px;
    }
    .nav > li > a > img {
        max-width: none;
        height: 52px;
    }
    ul.nav.navbar-nav.navbar-right li a {
        padding: 13px 8px;
    }
    .navbar-default .navbar-nav > li > a.k-btn {
        font-size: 14px;
    }
    .carouselcaption p {
        font-size: 17px;
        line-height: 28px;
    }
    .panel-default > .panel-heading a {
        min-height: 98px;
    }
    .form-control {
        height: 36px;
        margin-bottom: 20px;
    }
    textarea.form-control {
        height: 100px;
    }
    .cnt-frm .k-btn {
        display: inline-block;
        padding: 11px 20px !important;
        font-size: 16px;
    }
    .bxr h6 {
        font-size: 16px;
    }
    .img-center {
        margin: 31px auto 7px auto;
        max-height: 44px;
    }
    .ban-bullets li {
        width: 24px !important;
        height: 24px !important;
    }
    /* .w-bg-pattern {
        min-height: 305px;
        background-size: 40%;
    } */
    h3.sub-hd {
        font-size: 38px;
        line-height: 48px;
    }
    h3.artitle {
        font-size: 38px;
        line-height: 48px;
    }

    .bxr p {
        font-size: 14px;
        max-height: 60px;
    }
    .pattern-width {
        width: 75% !important;
    }
    .bxr h6 {
        font-size: 23px;
        max-width: 300px;
        line-height: 29px;
        margin: 0 auto 10px auto;
    }
}
@media (min-width: 1400px) {
    .container-outerwdth {
        width: 1254px;
        margin: 0 auto;
    }
    .container-inner {
        max-width: 69%;
        margin: 0 auto;
        padding: 0;
        width: 69%;
    }
    .navbar-default {
        margin: 0;
    }
    .navbar-brand > img {
        display: block;
        max-height: 78px;
        margin-right: 20px;
    }
    .navbar-default .navbar-nav > li > a {
        font-size: 17px;
        padding: 29px 16px;
    }
    .nav > li > a > img {
        max-width: none;
        height: 55px;
    }
    ul.nav.navbar-nav.navbar-right li a {
        padding: 12px 8px;
    }
    .carouselcaption span {
        font-size: 14px;
    }
    .carouselcaption p {
        font-size: 18px;
    }
    .carouselcaption {
        padding: 60px 15px;
    }
    .wh-bg2 h4 {
        font-size: 20px;
    }
    .r-bx h6 img {
        max-width: 36px;
    }
    .wh-bg2 h4 {
        font-size: 22px;
    }
    .r-bx h6 {
        color: #2f403a;
    }
    .r-bx p {
        color: #4f4f57;
        margin: 8px 0;
        font-weight: 200;
    }
    .r-bx ul li a {
        font-size: 13px;
    }
    .k-btn {
        font-size: 14px;
    }
    .cnt-frm .k-btn {
        display: inline-block;
        padding: 11px 20px !important;
        font-size: 16px;
    }
    .r-bx ul li {
        line-height: 25px;
    }
    .rgt-lft-cnt {
        width: 20.2%;
    }
    .panel-default > .panel-heading a {
        min-height: 74px;
    }
    .diswdth50 {
        vertical-align: top;
    }
    .form-control {
        height: 51px;
        margin-bottom: 20px;
    }
    .panel-default > .panel-heading a {
        padding: 28px 30px;
    }
    span.arr-bg {
        width: 75px;
        height: 78px;
    }
    span.arr-bg i {
        text-align: center;
        padding: 30px 28px;
    }

    h3.sub-hd {
        font-size: 40px;
        line-height: 48px;
    }
    h3.artitle {
        font-size: 40px;
        line-height: 48px;
    }

    .accordian-bx {
        max-width: 57.6%;
    }
}
@media (max-width: 1900px) {
    .navbar-default .dropdown-menu {
        top: calc(var(--header-height) - 2px);
    }
}
@media (max-width: 1600px) {
    .navbar-default .dropdown-menu {
        top: calc(var(--header-height) - 2px);
    }
}
@media (min-width: 1600px) {
    .r-bx ul li {
        line-height: 29px;
    }
    span.arr-bg {
        width: 80px;
        height: 84px;
    }
    span.arr-bg i {
        text-align: center;
        padding: 40px;
    }
    .panel-default > .panel-heading {
        padding: 0;
    }
    .rgt-lft-cnt {
        width: 27.4%;
    }
    .r-bx {
        padding: 10px 15px 18px;
    }
    .r-bx ul li {
        line-height: 29px;
    }
    p.head-txt {
        font-size: 23px;
        margin-top: 20px;
    }

    .container-outerwdth {
        width: 1434px;
        margin: 0 auto;
    }
    .navbar-default {
        margin: 0;
    }
    .navbar-brand > img {
        display: block;
        max-height: 92px;
        margin-right: 20px;
    }
    .nav > li > a > img {
        max-width: none;
        height: 62px;
    }
    ul.nav.navbar-nav.navbar-right li a {
        padding: 15px 8px;
    }
    .navbar-default .navbar-nav > li > a.k-btn {
        font-size: 16px;
    }
    .navbar-default .navbar-nav > li > a {
        font-size: 20px;
        padding: 36px 20px;
    }
    .carouselcaption span {
        font-size: 15px;
    }
    .carouselcaption p {
        font-size: 20px;
        line-height: 31px;
    }
    .carouselcaption {
        padding: 80px 15px;
    }
    .carousel-indicators li,
    .carousel-indicators .active {
        width: 14px;
        height: 14px;
        margin: 0 3px;
    }
    .r-bx h6 img {
        max-width: 36px;
    }
    .wh-bg2 h4 {
        font-size: 22px;
    }
    .r-bx h6 {
        color: #2f403a;
    }
    .r-bx p {
        color: #4f4f57;
        margin: 8px 0;
        font-weight: 200;
    }
    .r-bx ul li a {
        font-size: 14px;
    }
    .k-btn {
        font-size: 16px;
    }
    .panel-default > .panel-heading a {
        min-height: 84px;
    }
    .form-control {
        height: 50px;
    }
    textarea.form-control {
        height: 152px;
    }
    .img-center {
        margin: 13px auto;
        max-height: initial;
    }
    .bxr h6 {
        color: #2f403a;
        font-weight: 600;
        font-size: 18px;
        line-height: 28px;
    }
    .bxr {
        background: #fff url(../img/Rectangle12.png) no-repeat;
        padding: 20px 38px 15px;
        background-size: inherit;
    }
    .ban-bullets li {
        width: 25px !important;
        height: 25px !important;
    }
    .banner-bg h1 {
        font-size: 42px;
        line-height: 59px;
        font-weight: 400;
    }

    h3.sub-hd {
        font-size: 48px;
        line-height: 58px;
    }
    h3.artitle {
        font-size: 48px;
        line-height: 58px;
    }
    .bxr p {
        font-size: 18px;
        margin: 0 auto;
    }
}


@media (min-width: 1900px) {
    .r-bx ul li a {
        font-size: 14px;
    }
    .bxr p {
        font-size: 18px;
        color: #4f4f57;
        font-weight: 200;
    }
    .img-center {
        margin: 13px auto 15px;
        max-height: inherit;
    }
    span.arr-bg {
        width: 100px;
        height: 100px;
    }
    #accordion .panel-title a:after,
    #accordion .panel-title a.collapsed:after {
        top: 27px;
        right: 30px;
    }
    #showproduct,
    #sites {
        padding: 100px 0;
        position: relative;
    }
    #showproduct:before, 
    #showproduct:after,
    #references:before,
    #references:after,
    #sites:before,
    #sites:after {
        width: 800px;
        height: 500px;
    }
    .bxr {
        background: #fff url(../img/Rectangle12.png) no-repeat;
        padding: 40px;
        background-size: inherit;
    }
    .bxr h6 {
        color: #2f403a;
        font-weight: 600;
        font-size: 22px;
        line-height: 30px;
        max-height: 60px;
        min-height: 60px;
    }
    .cnt-frm h1 {
        margin-bottom: 65px;
        margin-top: 10px;
    }
    .cnt-frm .k-btn {
        margin-top: 10px !important;
        display: inline-block;
    }
    .k-btn {
        padding: 15px 20px !important;
        font-size: 18px;
    }
    .carousel {
        position: static;
    }
    .carouselcaption p:before {
        content: url(../img/open-quotes2x.png);
    }
    .carouselcaption p span:after {
        content: url(../img/close-quotes2x.png);
    }
    .lft-bg {
        background-size: cover;
    }
    .container-outerwdth {
        width: 1728px;
        margin: 0 auto;
    }
    .navbar-default {
        margin: 0;
    }
    .navbar-default .navbar-nav > li > a {
        font-size: 23px;
        padding: 44px 23px;
    }
    .navbar-brand > img {
        display: block;
        max-height: 108px;
        margin-right: 30px;
    }
    .nav > li > a > img {
        max-height: inherit;
        height: auto;
    }
    ul.nav.navbar-nav.navbar-right li a {
        padding: 18px 8px;
    }
    .navbar-default .navbar-nav > li > a.k-btn {
        font-size: 21px;
        padding: 20px 20px !important;
    }
    .carouselcaption p {
        font-size: 25px;
        color: #fff;
        font-weight: 600;
        position: relative;
        line-height: 40px;
    }
    .carouselcaption {
        padding: 80px 15px;
    }
    h3.sub-txt {
        font-size: 26px;
        font-weight: 700;
    }
    .wh-bg2 h4 {
        font-size: 25px;
    }
    .container-inner {
        max-width: 69%;
        margin: 0 auto;
        padding: 0;
        width: 69%;
    }
    .carousel-indicators li,
    .carousel-indicators .active {
        width: 16px;
        height: 16px;
        margin: 0 3px;
    }
    .r-bx h6 img {
        max-width: inherit;
    }
    .r-bx h6 {
        color: #2f403a;
    }
    .r-bx p {
        color: #4f4f57;
        margin: 9px 0;
        font-weight: 200;
    }
    .r-bx ul li a {
        font-size: 18px;
        color: #2f403a;
        font-weight: 300;
        line-height: 34px;
    }
    h4.panel-title {
        font-size: 22px;
        color: #4f4f57;
        font-weight: 600;
    }
    .panel-default > .panel-heading a {
        min-height: 98px;
        padding: 38px 30px;
    }
    .panel-body {
        font-size: 16px;
        font-weight: 200;
        line-height: 26px;
    }
    .diswdth50 {
        vertical-align: top;
    }
    .form-control {
        height: 50px;
        margin-bottom: 35px;
    }
    .cnt-frm {
        padding: 60px 40px 35px;
    }
    .bxr p {
        max-height: 72px;
        min-height: 48px; /* text-overflow: ellipsis; */
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        color: #000;
    }
    .wdthban-30 {
        width: 41.7%;
    }
    h3.sub-hd {
        font-size: 54px;
        line-height: 64px;
    }

    h3.artitle {
        font-size: 54px;
        line-height: 64px;
    }

    .ban-bullets li {
        width: 26px !important;
        height: 26px !important;
    }
    .banner-bg h1 {
        font-size: 52px;
        line-height: 69px;
        font-weight: 700;
    }
    p.head-txt {
        font-size: 28px;
        margin-top: 20px;
    }

}
@media (min-width: 2000px) {
    .container-outerwdth {
        width: 90%;
        margin: 0 auto;
    }
    .container-inner {
        max-width: 68.7%;
        margin: 0 auto;
        padding: 0;
        width: 68.7%;
    }
}

.error{
    color: #ff0000 !important;
}
.mobile-video{
    width: 100%;
    height: 193px !important;
}

.artpg{
    margin-top: 30px;
}

h3.artitle {
    font-size: 48px;
    color: #2f403a;
    font-weight: 800;
    line-height: 58px;
    position: relative;
}
/* .w-content {
    margin-top: -22%;
} */
h3.artitle:after {
    content: url(../img/Path75.png);
    position: absolute;
    bottom: -25px;
    left: 0;
}


.videoarrow{
    margin-top: 8px !important;
    font-size: 28px !important;
    font-weight: 600!important;
}

.varrow {
    border-right: 1px dotted #707070;
    padding-right: 18px;
}
