:root {
    --green: #00775f;
    --mid-dark-green: #004141;
    --dark-green: #002227;
    --bg-light: #e8e8e8;
    --white: #ffffff;
    --black: #000000;
}

@font-face {
    font-family: 'Baloo Bhaijaan 2';
    src: url('../fonts/BalooBhaijaan2-SemiBold.woff2') format('woff2'),
        url('../fonts/BalooBhaijaan2-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Baloo Bhaijaan 2';
    src: url('../fonts/BalooBhaijaan2-Regular.woff2') format('woff2'),
        url('../fonts/BalooBhaijaan2-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Quicksand';
    src: url('../fonts/Quicksand-Bold.woff2') format('woff2'),
        url('../fonts/Quicksand-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Quicksand';
    src: url('../fonts/Quicksand-Light.woff2') format('woff2'),
        url('../fonts/Quicksand-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Quicksand';
    src: url('../fonts/Quicksand-Medium.woff2') format('woff2'),
        url('../fonts/Quicksand-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Quicksand';
    src: url('../fonts/Quicksand-SemiBold.woff2') format('woff2'),
        url('../fonts/Quicksand-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Baloo';
    src: url('../fonts/Baloo-Regular.woff2') format('woff2'),
        url('../fonts/Baloo-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Quicksand';
    src: url('../fonts/Quicksand-Regular.woff2') format('woff2'),
        url('../fonts/Quicksand-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Baloo Bhaijaan 2';
    src: url('../fonts/BalooBhaijaan2-Bold.woff2') format('woff2'),
        url('../fonts/BalooBhaijaan2-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Baloo Bhaijaan 2';
    src: url('../fonts/BalooBhaijaan2-Medium.woff2') format('woff2'),
        url('../fonts/BalooBhaijaan2-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Baloo Bhaijaan 2';
    src: url('../fonts/BalooBhaijaan2-ExtraBold.woff2') format('woff2'),
        url('../fonts/BalooBhaijaan2-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}



/* =Import Required styles
========================================================================================*/
@import url(normalize.css);

/* =Box Sizing 
========================================================================================*/
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
textarea,
select,
input[type="button"],
input[type="submit"],
button {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

/* =Deafult Tag & General Classes
========================================================================================*/
html,
body {
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    font-smoothing: antialiased;
    /* Fix for webkit rendering */
    -webkit-text-size-adjust: 100%;
}

body {
    font: 15px/1.45 'Quicksand', Arial, Helvetica, sans-serif;
    color: var(--dark-green);
    margin: 0;
    padding: 0;
    counter-reset: my-sec-counter;
}

img {
    vertical-align: top;
    border: 0;
    max-width: 100%;
    width: auto;
    height: auto;
}

a,
input[type="button"],
input[type="submit"],
button,
table th,
table td {
    -webkit-transition: background-color 350ms cubic-bezier(0, .34, .74, .99), color 350ms cubic-bezier(0, .34, .74, .99);
    transition: background-color 350ms cubic-bezier(0, .34, .74, .99), color 350ms cubic-bezier(0, .34, .74, .99);
}

.allanim,
#mainmenu li a:after {
    -webkit-transition: all 350ms cubic-bezier(0, .34, .74, .99);
    transition: all 350ms cubic-bezier(0, .34, .74, .99);
}

a {
    color: var(--green);
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    a:active {
        background-color: transparent;
    }
}

strong {
    font-weight: bold;
}

small,
.small {
    font-size: 85%;
}

sub,
sup {
    font-size: 80%
}

p {
    margin: 0 0 20px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.3;
    margin: 0 0 10px;
    font-weight: 300;
    font-family: 'Baloo Bhaijaan 2', Arial, Helvetica, sans-serif;
    color: var(--green);
}

h1,
h2 {
    font-size: 44px;
}

h3 {
    font-size: 38px;
}

h4 {
    font-size: 30px;
}

h5 {
    font-size: 24px;
    font-family: 'Baloo Bhaijaan 2', Arial, Helvetica, sans-serif;
}

h6 {
    font-size: 16px;
    font-family: 'Baloo Bhaijaan 2', Arial, Helvetica, sans-serif;
}

ul li {
    line-height: 24px;
}

.cf:after,
.wrap:after {
    content: "";
    display: table;
    clear: both;
}

.nodisplay {
    display: none;
}

.nodisplay_strict {
    display: none !important;
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

:focus {
    outline: none;
}

.text_cont p {
    padding: 0 0 10px 0;
}

.nopad p,
p.nopad {
    padding: 0;
}

.cols {
    margin-left: -20px;
    margin-right: -20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cols .col {
    padding-left: 20px;
    padding-right: 20px;
}

.cols1 .col {
    width: 100%
}

.cols2 .col {
    width: 50%
}

.cols3 .col {
    width: 33.333333333333%;
}

.cols4 .col {
    width: 25%;
}

/* =Blockquote & highlight
========================================================================================*/
blockquote {
    border-left: solid 6px #e1e1e1;
    margin-left: 0;
    padding-left: 15px;
}

blockquote small {
    font-size: 85%;
    display: block;
    color: #999;
    padding: 5px 0 0 0;
    font-style: italic;
}

.highlight,
mark {
    background: #fffd64;
}

/* =Text Size, color & Custom list style
========================================================================================*/
.text-bigger {
    font-size: 22px;
}

.text-big {
    font-size: 20px;
}

.text-small {
    font-size: 12px;
}

.text-muted {
    color: #777;
}

.text-primary {
    color: var(--green);
}

.text-secondary {
    color: #7979a9;
}

.bg-muted {
    background: #777;
}

.bg-primary {
    background: var(--green);
}

.bg-secondary {
    background: #7979a9;
}

.text-lc {
    text-transform: lowercase;
}

.text-uc {
    text-transform: uppercase;
}

.has-show {
    display: block !important;
}

.has-hide {
    display: none !important;
}

.has-error {
    padding: 4px 12px 0;
    display: block;
    color: #f00;
    font-size: 14px;
}

input.has-error {
    border: solid 1px #f00 !important;
}

.tall-space {
    margin: 45px 0;
}

.medium-space {
    margin: 20px 0;
}

.custom-arrow-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.custom-arrow-list li {
    position: relative;
    padding-left: 20px;
}

.custom-arrow-list li:before {
    content: '';
    border: solid 2px #bbb;
    border-left: 0;
    border-top: 0;
    position: absolute;
    left: 1px;
    top: 9px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 7px;
    height: 7px;
}

/* =Divider Width
========================================================================================*/
hr {
    border: 0;
    border-bottom: solid 1px #e1e1e1;
    margin: 20px 0;
    position: relative;
    width: 100%;
}

hr:before {
    background: #888;
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    position: absolute;
    width: 40px;
}

.dashed-border {
    border-bottom-style: dashed
}

.dotted-border {
    border-bottom-style: dotted;
}

.double-border {
    border-bottom-style: double;
    border-bottom-width: 3px;
}

.double-border:before {
    height: 3px;
}

/* =Drop Caps
========================================================================================*/
p.drop-caps:first-child:first-letter {
    float: left;
    font-size: 75px;
    line-height: 60px;
    padding: 4px;
    margin-right: 5px;
    margin-top: 5px;
    font-family: 'Quicksand';
}

p.drop-caps.secundary:first-child:first-letter {
    background-color: var(--green);
    color: #fff;
    padding: 6px;
    margin-right: 11px;
    border-radius: 4px;
}

/* =Image Caps
========================================================================================*/
.image-block {
    padding: 25px 0;
}

.image-block:after {
    display: table;
    clear: both;
    content: '';
}

.image-block figure {
    width: 33.33333%;
    float: left;
    position: relative;
    border: solid 1px #e5e5e5;
    padding: 5px;
    background: #fff;
    margin: 0 20px 10px 0;
}

.image-block figure img {
    width: 100%;
    height: auto;
}

.image-block.right-align figure {
    float: right;
    margin: 0 0 10px 20px;
}

.image-block figcaption {
    display: block;
    font-weight: 700;
    position: absolute;
    left: 5px;
    right: 5px;
    bottom: 5px;
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.40);
    padding: 13px 10px;
    color: #fff;
    text-align: center;
    line-height: 1.25;
}

.image-block h3 {
    margin-bottom: 20px;
}

/* =Section Caps
========================================================================================*/
.section-block {
    padding: 25px 0;
    background: #fff;
}

/* =Layout Width
========================================================================================*/
#wrapper {}

.wrap {
    max-width: 1230px;
    width: 100%;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
}

#main {
    padding: 0;
}

#primary {
    float: left;
    width: 700px;
}

#sidebar {
    float: right;
    width: 200px;
}

.one-column {
    width: auto !important;
    float: none !important;
}


/* =Common-Page (common classes for all pages)
========================================================================================*/
#header {
    background: var(--white);
    padding: 14px 0;
    position: sticky;
    top: 0;
    z-index: 2;
    transition: all .5s ease;
}

#header.sticky {
    box-shadow: 0px 5px 5px #00000017;
    padding: 5px 0;
}

.header-row {
    display: flex;
    align-items: center;
    max-width: 1450px;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
}

#logo {
    width: 116px;
    position: relative;
    transition: all 250ms cubic-bezier(0, .34, .74, .99);
}

#logo img {
    max-width: 100%;
    height: auto;
    width: auto;
}

#mainmenu {
    float: right;
    margin: 0 0 0 auto;
}

#mainmenu ul:after {
    content: "";
    display: table;
    clear: both;
}

#mainmenu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#mainmenu li {
    float: left;
    line-height: 30px;
}

li.hasnav {
    padding-right: 18px;
}

#mainmenu>ul>li {
    margin: 0 0 0 24px;
    position: relative;
    font-size: 22px;
}

#mainmenu>ul>li:first-child {
    margin-left: 0;
}

#mainmenu li a {
    text-decoration: none;
    padding: 0;
    display: block;
    color: var(--dark-green);
    position: relative;
    font-weight: normal;
}

.lang-inner img {
    width: 30px;
    height: 30px;
}

.navtrigger {
    position: absolute;
    right: 2px;
    top: 11px;
    height: 8px;
    width: 8px;
    border-right: 2px solid var(--dark-green);
    border-bottom: 2px solid var(--dark-green);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#mainmenu li:hover>a,
#mainmenu li.current-menu-item>a {
    color: var(--green);
}

#mainmenu li:hover .navtrigger {
    border-color: var(--green);
}

#mainmenu ul ul {
    position: absolute;
    left: 0;
    right: 0;
    top: 40px;
    width: 200px;
    background: #fff;
    border-radius: 0 0 15px 15px;
    padding: 0 5px;
    font-size: 15px;
    box-shadow: 0 2px 5px #0000003b;
}

#mainmenu li ul {
    opacity: 0;
    visibility: hidden;
    transform: translateY(50px);
    -webkit-transition: all 550ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 550ms cubic-bezier(0.77, 0, 0.175, 1);
}

#mainmenu li:hover ul {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.header-fix #mainmenu ul ul:before {
    height: 38px;
}

#mainmenu li li {
    float: none;
    line-height: 1;
    margin-bottom: 0;
}

#mainmenu li li:last-child {
    margin-bottom: 0;
}

#mainmenu li li:last-child a {
    border-bottom: none;
}

#mainmenu li li a {
    color: var(--dark-green);
    position: relative;
    font-size: 22px;
    border-bottom: 1px solid #d6d6d6;
    padding: 10px;
    font-weight: normal;
}

/* Header Sticky Style */

.footer-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.fmenu {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.fmenu li {
    margin-right: 35px;
}

.fmenu li:last-child {
    margin-right: 0;
}

.fmenu li a {
    color: var(--dark-green);
}

.fmenu li a:hover,
.fmenu li.active a {
    text-decoration: none;
    color: var(--green);
}

.copyright {
    margin: 0 0 0 auto;
}

/* =Home-Page (only homepage used classes)
========================================================================================*/
.sprites {
    background-image: url(../images/bgi/sprites.svg);
}

.sp-after:after {
    background-image: url(../images/bgi/sprites.svg);
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-left: 10px;
    content: '';
    vertical-align: middle;
}

.sp-before:before {
    background-image: url(../images/bgi/sprites.svg);
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-right: 10px;
    content: '';
    vertical-align: middle;
}

/* =Form Style
========================================================================================*/
button,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="url"],
textarea,
select,
input[type="submit"],
input[type="button"] {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    vertical-align: middle;
}

button,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="url"],
textarea,
input[type="submit"],
input[type="button"] {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
}

button,
input {
    line-height: normal;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="url"],
textarea,
select {
    background: #e0e0e0;
    border-radius: 10px;
    font-size: 22px;
    padding: 4px 12px;
    height: 42px;
    line-height: 1.55;
    border: solid 1px #d7d9dd;
    color: var(--green);
    width: 100%;
    font-family: 'Quicksand', Arial, Helvetica, sans-serif;
    -moz-transition: border-color 200ms ease-in;
    -webkit-transition: border-color 200ms ease-in;
    transition: border-color 200ms ease-in;
}

input[type="text"].input-lg,
input[type="password"].input-lg,
input[type="email"].input-lg,
input[type="tel"].input-lg,
input[type="search"].input-lg,
input[type="url"].input-lg {
    height: 58px;
}

input[type="text"].input-sm,
input[type="password"].input-sm,
input[type="email"].input-sm,
input[type="tel"].input-sm,
input[type="search"].input-sm,
input[type="url"].input-sm {
    height: 38px;
}

textarea {
    width: 100%;
    height: 180px;
    overflow: auto;
    resize: vertical;
    padding: 10px 15px;
    font-family: 'Quicksand', Arial, Helvetica, sans-serif;
}

select {
    background: #e0e0e0;
    border-radius: 10px;
    font-size: 18px;
    padding: 4px 42px 4px 4px;
    height: 42px;
    line-height: 1.55;
    border: solid 1px #d7d9dd;
    color: var(--green);
    width: 100%;
    font-family: 'Quicksand', Arial, Helvetica, sans-serif;
    -moz-transition: border-color 200ms ease-in;
    -webkit-transition: border-color 200ms ease-in;
    transition: border-color 200ms ease-in;
}

select::-ms-expand {
    display: none;
}

.custom-select {
    display: block;
    margin: 0;
    position: relative;
    background: #fff;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
input[type="url"]:focus,
textarea:focus,
select:focus {
    border: solid 1px #acacac;
}

input::-moz-focus-inner,
button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input[type="button"],
input[type="submit"],
button {
    display: inline-block;
    line-height: 1.2;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    color: var(--white);
    background-color: var(--mid-dark-green);
    padding: 4px 8px;
    border-radius: 6px;
    text-decoration: none;
    transition: all .5s ease;
    border: none;
    cursor: pointer;
    letter-spacing: 1.3px;
}

input[type="button"]:hover,
input[type="submit"]:hover,
button:hover {
    background: var(--green);
    color: #fff;
}

input[type="checkbox"],
input[type="radio"] {
    margin: 4px 8px 0;
    vertical-align: top;
}

input[type="button"].btn-outline,
input[type="submit"].btn-outline,
button.btn-outline {
    padding: 4px 8px;
    background: transparent;
    color: var(--dark-green);
    border: 2px solid var(--green);
}

::-webkit-input-placeholder {
    opacity: 1;
}

::-moz-placeholder {
    opacity: 1;
}

:-ms-input-placeholder {
    opacity: 1;
}

:-moz-placeholder {
    opacity: 1;
}

input::placeholder,
textarea::placeholder {
    color: var(--green);
}

.checkbox,
.radio {
    position: relative;
    float: left;
    margin-right: 20px;
}

.form-block .form-group .checkbox label,
.form-block .form-group .radio label {
    padding: 0;
    padding-left: 26px;
    display: block;
    line-height: 1.1;
}

.checkbox input,
.radio input {
    top: 0;
    left: 0;
    z-index: 1;
    cursor: pointer;
    opacity: 0;
    position: absolute;
}

.checkbox input:checked+.input-helper:before,
.radio input:checked+.input-helper:before {
    border-color: #117b3c;
}

.checkbox input:disabled+.input-helper:before,
.radio input:disabled+.input-helper:before {
    opacity: 0.35;
}

.checkbox .input-helper:before,
.radio .input-helper:before,
.checkbox .input-helper:after,
.radio .input-helper:after {
    position: absolute;
    content: "";
    transition: all 200ms;
}

.checkbox .input-helper:before,
.radio .input-helper:before {
    left: 0;
    border: 1px solid #7a7a7a;
}

.checkbox input {
    width: 18px;
    height: 18px;
    margin: 0;
}

.checkbox input:checked+.input-helper:before {
    background-color: #117b3c;
}

.checkbox input:checked+.input-helper:before {
    background-color: #117b3c;
}

.checkbox input:checked+.input-helper:after {
    transform: scale(1);
    opacity: 1;
}

.checkbox .input-helper:before {
    top: 0;
    width: 18px;
    height: 18px;
    border-radius: 2px;
    color: #fff;
}

.checkbox .input-helper:after {
    content: '\2713';
    font-size: 13px;
    left: 2px;
    top: 1px;
    font-weight: 600;
    color: #fff;
    transform: scale(0);
    opacity: 0;
}

.radio input {
    width: 18px;
    height: 18px;
    margin: 0;
}

.radio input:checked+.input-helper:after {
    transform: scale(1);
}

.radio .input-helper:before {
    top: 0;
    width: 18px;
    height: 18px;
    border-radius: 50%;
}

.radio .input-helper:after {
    width: 8px;
    height: 8px;
    background: #117b3c;
    border-radius: 50%;
    top: 5px;
    left: 5px;
    transform: scale(0);
}


/* =BreadCrumbs
========================================================================================*/
.breadcrumbs {
    padding: 10px 0;
    background: #efeded;
    border-bottom: solid 1px #dedede;
    font-size: 14px;
    color: #808080;
}

.breadcrumbs ul {
    display: inline;
    margin: 0 0 0 5px;
    padding: 0;
}

.breadcrumbs li {
    display: inline-block;
    margin: 0 0 0 20px;
    position: relative;
}

.breadcrumbs li:before {
    content: '';
    border-left: solid 4px #999;
    border-bottom: solid 4px transparent;
    border-top: solid 4px transparent;
    width: 0;
    height: 0;
    display: inline-block;
    position: absolute;
    left: -14px;
    top: 50%;
    margin-top: -4px;
}

.breadcrumbs li a {
    color: var(--dark-green);
    text-decoration: none;
}

.breadcrumbs li a:hover {
    color: var(--green);
}

/* =Form list
========================================================================================*/
.form-block {
    margin: 10px 0;
}

.form-group {
    padding: 10px 0
}

.form-group:after {
    clear: both;
    content: '';
    display: table;
}

.formlist .form-group ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.forgot-link {
    float: right;
}

.form-block .form-group label {
    font-family: 'Baloo Bhaijaan 2', Arial, Helvetica, sans-serif;
    display: inline-block;
    padding: 0 0 10px 15px;
    color: var(--green);
    font-size: 22px;
    font-weight: 600;
}

.form-inline .form-group label {
    float: left;
    width: 30%;
    padding: 10px 10px 10px 0;
    line-height: 1.5
}

.form-inline .form-group .field-box {
    width: 70%;
    float: left;
}

/* =Common button CSS
========================================================================================*/
.button {
    display: inline-block;
    line-height: 1.2;
    display: inline-block;
    text-align: center;
    font-size: 18px;
    color: var(--white);
    background-color: var(--mid-dark-green);
    padding: 4px 8px;
    border-radius: 6px;
    text-decoration: none;
    cursor: pointer;
    transition: all .5s ease;
}

.button:hover {
    background-color: var(--green);
    text-decoration: none;
    color: var(--white);
}

.button.btn-lg,
input[type="submit"].btn-lg,
input[type="button"].btn-lg,
button.btn-lg {
    padding: 16px 35px;
    font-size: 18px;
}

.button.btn-sm,
input[type="submit"].btn-sm,
input[type="button"].btn-sm,
button.btn-sm {
    padding: 10px 25px;
    font-size: 14px;
}

.button.btn-xs,
input[type="submit"].btn-xs,
input[type="button"].btn-xs,
button.btn-xs {
    padding: 8px 20px;
    font-size: 12px;
}

.button.btn-lightgray,
input[type="submit"].btn-lightgray,
input[type="button"].btn-lightgray,
button.btn-lightgray {
    background: #969fb0;
    color: #fff;
}

.button.btn-lightgray:hover,
input[type="submit"].btn-lightgray:hover,
input[type="button"].btn-lightgray:hover,
button.btn-lightgray:hover {
    background: #757f90;
}

.button.btn-secondary,
input[type="submit"].btn-secondary,
input[type="button"].btn-secondary,
button.btn-secondary {
    background: #555;
    color: #fff;
}

.button.btn-secondary:hover,
input[type="submit"].btn-secondary:hover,
input[type="button"].btn-secondary:hover,
button.btn-secondary:hover {
    background: #333;
}

.button.btn-outline,
input[type="submit"].btn-outline,
input[type="button"].btn-outline,
button.btn-outline {
    background: #fff;
    border: solid 2px var(--green);
    color: var(--green);
}

.button.btn-outline:hover,
input[type="submit"].btn-outline:hover,
input[type="button"].btn-outline:hover,
button.btn-outline:hover {
    background: var(--green);
    color: #fff;
}

.button.btn-lg.btn-outline,
input[type="submit"].btn-lg.btn-outline,
input[type="button"].btn-lg.btn-outline {
    padding: 14px 35px;
}

.button.btn-outline,
input[type="submit"].btn-outline,
input[type="button"].btn-outline {
    padding: 11px 30px;
}

.button.btn-sm.btn-outline,
input[type="submit"].btn-sm.btn-outline,
input[type="button"].btn-sm.btn-outline {
    padding: 8px 25px;
}

.button.btn-xs.btn-outline,
input[type="submit"].btn-xs.btn-outline,
input[type="button"].btn-xs.btn-outline {
    padding: 6px 20px;
}

.button.btn-block {
    display: block;
}

.buttonset .button {
    margin: 10px 7px;
    text-align: center;
    width: 160px;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.button.btn-outline {
    padding: 4px 8px;
    background: transparent;
    color: var(--dark-green);
    border: 2px solid var(--green);
}

/* =Table CSS
========================================================================================*/
table {
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #ddd;
}

table {
    width: 100%;
    margin-bottom: 30px;
}

table th,
table td {
    padding: 14px 15px;
    line-height: 1.32;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

table th {
    background: #ececec;
    font-weight: 700;
    padding: 17px 15px;
    font-size: 16px;
}

table tr:hover td {
    background: #fbfbfb;
}

table tr.selected td {
    background: #fbfbfb;
}

table thead th {
    vertical-align: middle;
}

table caption+thead tr:first-child th,
table caption+thead tr:first-child td,
table colgroup+thead tr:first-child th,
table colgroup+thead tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td {
    border-top: 0;
}

/* =tabnav CSS
========================================================================================*/
.tabnav {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    border: solid 1px #e9edee;
    display: flex;
    flex-wrap: wrap;
}

.tabnav li {
    position: relative;
    margin: 0;
    width: 25%;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
}

.tabnav li:first-child {
    margin: 0;
}

.tabnav li h2 {
    margin: 0;
    font-size: 15px;
}

.tabnav li a {
    display: block;
    padding: 16px 5px;
    text-decoration: none;
    color: var(--dark-green);
    line-height: 1.25;
    background: #e9edee;
    margin-bottom: -1px;
    border-left: solid 1px #dde1e2;
}

.tabnav li:first-child a {
    border-left: 0;
}

.tabnav li.active a,
.tabnav li a:hover {
    background-color: #fff;
    color: var(--green)
}

.tabnav li.active a:after {
    display: block;
}

.tab-container {
    padding: 20px;
    border: solid 1px #e9edee;
    border-top: 0;
}

.tabcontent .quicklist li,
.tabcontent .quicklist {
    margin: 0;
}

.tabcontent {
    display: none;
}

.tabcontent p {
    color: #666;
    margin: 20px 0 0;
}

.tabcontent p:first-child {
    margin-top: 0;
}

.tabcontent p a,
.accordion-data p a {
    color: #7f97ae;
    text-decoration: underline;
}

.tabcontent p a:hover,
.accordion-data p a:hover {
    color: #00305d
}

.tabcontent h4 {
    margin: 0 0 15px;
}

/* =Accordian CSS
========================================================================================*/
.accordion-databox .accordion-row {}

.accordion-databox .accordion-row:first-child {
    border-top: 0;
}

.accordion-databox .accordion-row h5 {
    cursor: pointer;
    margin: 0;
    position: relative;
    padding: 10px 45px 10px 15px;
    margin-bottom: 15px;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    background: var(--white);
    border: 2px solid transparent;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
    border-radius: 10px;
    font-size: 20px;
    color: var(--dark-green);
    font-weight: 400;
}

.accordion-databox .accordion-row h5 i {
    font-size: 30px;
    font-weight: 600;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    margin-right: 15px;
}

/* .accordion-databox .accordion-row h5:after { content:"\e908"; position:absolute; right:18px; top:50%; margin-top: 0; z-index:0; font-family: 'icomoon' !important; speak: never; font-weight: 500; color: var(--green); font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; transform: scale(-1, 1) translateY(-50%);  transition: all .5s ease; } */
.accordion-databox .accordion-row h5.open {
    color: #272c2f;
}

.accordion-databox .accordion-row h5.open:after {
    transform: scale(-1, -1) translateY(50%);
}

.accordion-data {
    display: none;
    padding: 10px 0;
}

.accordion-data p {
    padding: 0 6px;
    margin: 20px 0 0;
}

.accordion-data p:first-child {
    margin-top: 0;
}

/* =Alertbox CSS
========================================================================================*/
.alert {
    padding: 16px 16px 16px 55px;
    margin: 20px 0;
    color: #454545;
    position: relative;
}

.alert:before {
    position: absolute;
    content: '';
    left: 15px;
    top: 15px;
    width: 24px;
    height: 24px;
    background: url(../images/bgi/sprites.svg) no-repeat 0 0;
}

.alert-notification {
    background-color: #fff0f4;
    border: solid 1px #db524c;
    color: #db524c;
}

.alert-notification:before {
    background-position: 0 0;
}

.alert-info {
    background-color: #e8f6ff;
    border: solid 1px #0082d5;
    color: #0082d5;
}

.alert-info:before {
    background-position: -26px 0;
}

.alert-warning {
    background-color: #fef4ec;
    border: solid 1px #ff9948;
    color: #ff9948;
}

.alert-warning:before {
    background-position: -52px 0;
}

.alert-success {
    background-color: #edfff6;
    border: solid 1px #04be5b;
    color: #04be5b;
}

.alert-success:before {
    background-position: -79px 0;
}

.alert-normal {
    background-color: #efefef;
    border: solid 1px #999;
    padding-left: 16px;
    color: #555;
}

.alert-normal:before {
    display: none;
}

/* =Default page CSS
========================================================================================*/
.heading-listblock {
    padding: 20px 0;
}

.heading-listblock p,
.heading-listblock blockquote {
    margin: 0 0 35px;
}

.heading-listblock p:last-child {
    margin-bottom: 0;
}

.heading-listblock .paragraph-block p {
    margin: 0 0 20px;
}

.list-block ul,
.list-block ol {
    padding-left: 22px;
    margin-left: -5px;
}

.list-block ul li,
.list-block ol li {
    margin: 5px 0;
}

.list-block ul.custom-arrow-list {
    margin: 0;
    padding: 0;
}


.box {
    width: 300px;
    height: 300px;
    margin: 28px auto;
    background: black url(https://ununsplash.imgix.net/photo-1415302199888-384f752645d0?q=75&fm=jpg&s=823bdccâ€¦);
    background-size: cover;
    -webkit-clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
}

/* Default CSS Start */
.bottom-gradient {
    background: -moz-linear-gradient(-0.1% 109.67% 0deg, rgba(0, 65, 65, 1) 0%, rgba(0, 55, 56, 1) 42.93%, rgba(0, 34, 39, 1) 100%, rgba(0, 34, 39, 1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0, 65, 65, 1) 0%, rgba(0, 55, 56, 1) 42.93%, rgba(0, 34, 39, 1) 100%, rgba(0, 34, 39, 1) 100%);
    background: -webkit-gradient(linear, -0.1% 109.67%, -0.05% 109.67%, color-stop(0, rgba(0, 65, 65, 1)), color-stop(0.4293, rgba(0, 55, 56, 1)), color-stop(1, rgba(0, 34, 39, 1)), color-stop(1, rgba(0, 34, 39, 1)));
    background: -o-linear-gradient(0deg, rgba(0, 65, 65, 1) 0%, rgba(0, 55, 56, 1) 42.93%, rgba(0, 34, 39, 1) 100%, rgba(0, 34, 39, 1) 100%);
    background: -ms-linear-gradient(0deg, rgba(0, 65, 65, 1) 0%, rgba(0, 55, 56, 1) 42.93%, rgba(0, 34, 39, 1) 100%, rgba(0, 34, 39, 1) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#004141', endColorstr='#002227' ,GradientType=0)";
    background: linear-gradient(90deg, rgba(0, 65, 65, 1) 0%, rgba(0, 55, 56, 1) 42.93%, rgba(0, 34, 39, 1) 100%, rgba(0, 34, 39, 1) 100%);
}

.linear-gradient {
    background: -moz-linear-gradient(-132.86% 10872.34% 0deg, rgba(0, 118, 95, 1) 0%, rgba(0, 82, 75, 1) 61.76%, rgba(0, 65, 65, 1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0, 118, 95, 1) 0%, rgba(0, 82, 75, 1) 61.76%, rgba(0, 65, 65, 1) 100%);
    background: -webkit-gradient(linear, -132.86% 10872.34%, -132.5% 10872.34%, color-stop(0, rgba(0, 118, 95, 1)), color-stop(0.6176, rgba(0, 82, 75, 1)), color-stop(1, rgba(0, 65, 65, 1)));
    background: -o-linear-gradient(0deg, rgba(0, 118, 95, 1) 0%, rgba(0, 82, 75, 1) 61.76%, rgba(0, 65, 65, 1) 100%);
    background: -ms-linear-gradient(0deg, rgba(0, 118, 95, 1) 0%, rgba(0, 82, 75, 1) 61.76%, rgba(0, 65, 65, 1) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#00765F', endColorstr='#004141' ,GradientType=0)";
    background: linear-gradient(90deg, rgba(0, 118, 95, 1) 0%, rgba(0, 82, 75, 1) 61.76%, rgba(0, 65, 65, 1) 100%);
}

.slider-gradient {
    background: -moz-linear-gradient(-491.05% 703.28% 0deg, rgba(0, 65, 65, 1) 0%, rgba(0, 47, 50, 1) 49.72%, rgba(0, 34, 39, 1) 100%, rgba(0, 34, 39, 1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0, 65, 65, 1) 0%, rgba(0, 47, 50, 1) 49.72%, rgba(0, 34, 39, 1) 100%, rgba(0, 34, 39, 1) 100%);
    background: -webkit-gradient(linear, -491.05% 703.28%, -490.55% 703.28%, color-stop(0, rgba(0, 65, 65, 1)), color-stop(0.4972, rgba(0, 47, 50, 1)), color-stop(1, rgba(0, 34, 39, 1)), color-stop(1, rgba(0, 34, 39, 1)));
    background: -o-linear-gradient(0deg, rgba(0, 65, 65, 1) 0%, rgba(0, 47, 50, 1) 49.72%, rgba(0, 34, 39, 1) 100%, rgba(0, 34, 39, 1) 100%);
    background: -ms-linear-gradient(0deg, rgba(0, 65, 65, 1) 0%, rgba(0, 47, 50, 1) 49.72%, rgba(0, 34, 39, 1) 100%, rgba(0, 34, 39, 1) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#004141', endColorstr='#002227' ,GradientType=0)";
    background: linear-gradient(90deg, rgba(0, 65, 65, 1) 0%, rgba(0, 47, 50, 1) 49.72%, rgba(0, 34, 39, 1) 100%, rgba(0, 34, 39, 1) 100%);
}

/* Default CSS End */

/* Header CSS Start */
.top-header {
    background: var(--bg-light);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
    position: relative;
    z-index: 4;
}

.top-social ul {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    list-style: none;
    grid-gap: 10px 0px;
    font-size: 16px;
}

.top-social ul li:last-child a i {
    margin-right: 0;
}

.search-option {
    padding: 0 16px 0 35px;
}

.search-option form {
    position: relative;
}

.search-option form button {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    background: transparent;
    color: var(--dark-green);
    font-weight: bold;
    font-size: 18px;
    position: absolute;
    left: 5px;
    top: 4px;
}

.search-option form input {
    width: 298px;
    height: 38px;
    background: var(--bg-light);
    color: var(--dark-green);
    border: 1px solid transparent;
    border-radius: 5px;
    padding: 10px 10px 10px 40px;
    color: var(--dark-green);
    font-size: 18px;
}

.search-option form input::placeholder {
    color: var(--dark-green);
}

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

.call-social p {
    margin: 0;
    font-weight: 500;
    color: var(--green);
}

.call-social i {
    margin-right: 10px;
    color: var(--green);
    transition: all .5s ease;
}

.call-social a {
    text-decoration: none;
    transition: all .5s ease;
    font-weight: 500;
}

.call-social a:hover,
.call-social a:hover i {
    color: var(--dark-green);
}

.call-social a,
.call-social p {
    display: flex;
    align-items: center;
}

.call-mail-time {
    display: flex;
    align-items: center;
    grid-gap: 10px 20px;
}

/* Header CSS End */

/* Footer CSS Start */
.footer-main {
    padding: 117px 0 77px;
}

.footer-inner {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px 40px;
}

.ftr-company h3,
h4.ftr-titles {
    font-family: 'Quicksand', Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 24px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 30px;
}

h4.ftr-titles {
    font-size: 22px;
    text-transform: inherit;
}

.footer-inner address,
.footer-inner a {
    font-family: 'Baloo Bhaijaan 2';
    font-weight: normal;
    color: #fff;
    font-style: inherit;
    font-size: 22px;
    display: block;
    text-decoration: none;
    transition: all .5s ease;
}

.footer-inner address {
    margin-bottom: 30px;
}

.footer-inner a:hover {
    color: var(--green);
}

.footer-inner ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.ftr-details {
    margin-bottom: 30px;
}

.ftr-details.bottom-social ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.ftr-details.bottom-social ul li a {
    padding: 0 15px 0 0;
    width: 40px;
    height: 40px;
}

.bottom-footer {
    padding: 15px 0;
}

.bottom-footer p {
    text-align: center;
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    color: var(--dark-green);
}

.bottom-footer p a {
    text-decoration: underline;
    color: var(--dark-green);
    transition: all .5s ease;
}

.bottom-footer p a:hover {
    color: var(--green);
}

/* Footer CSS End */

/* Popup Css Start */

.close-dialogbox {
    position: relative;
    z-index: 2;
    right: 0;
    top: 0;
    background: transparent;
    color: var(--green);
    line-height: 14px;
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 14px;
    font-weight: 300;
}

.close-dialogbox:hover {
    background: transparent;
    text-decoration: none;
    color: var(--dark-green);
}

body.overflowhidden {
    overflow: hidden;
    padding-right: 0px;
}

.popouterbox .popup-block {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 99999;
    max-width: 1230px;
    width: 100%;
    padding: 30px 20px;
}

.popouterbox .popup-block.taller {
    top: 0;
}

.popouterbox {
    bottom: 0;
    display: none;
    left: 0;
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999999999;
}

.modal-backdrop {
    display: none;
    background: #ffffff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.pop-contentbox {
    background: #fff;
    padding: 0px;
    border-radius: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, .25);
    max-height: 950px;
    height: 100%;
    overflow-y: auto;
    border-radius: 30px;
    padding: 70px 100px;
}

.popup-block .account-box {
    margin: 0;
}

body.overflowhidden #header {
    padding-right: 0px;
}

body.overflowhidden .main-bannerbox {
    left: -17px;
}

#popupname .popup-block {
    max-width: 800px;
}

.pop-contentbox::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.pop-contentbox::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.pop-contentbox::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
.pop-contentbox::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* Popup Css End */

/* Sitemap Css Start */
.sitemap-block {
    padding: 100px 0;
}

.sitemap-block ol {
    margin: 0;
    font-size: 20px;
}

.sitemap-block ol li {
    margin-bottom: 10px;
}

.sitemap-block ol li:last-child {
    margin-bottom: 0;
}

.sitemap-block ol li a {
    text-decoration: none;
    transition: all .5s ease;
    color: var(--green);
    font-weight: 500;
}

.sitemap-block ol li a:hover {
    color: var(--dark-green);
}

/* Sitemap Css End */

/* Homepage CSS Start */

.hero-with-sidebar-blocks {
    display: flex;
    grid-gap: 20px 35px;
    max-width: 1450px;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 60px;
}

.hero-sidebar {
    min-width: 300px;
}

.hero-sidebar ul {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 20px;
}

.hero-sidebar ul li {
    margin-bottom: 12px;
}

.hero-sidebar ul li a {
    color: var(--dark-green);
    text-decoration: none;
    /* transition: all .5s ease; */
    font-weight: normal;
    display: flex;
}

.hero-sidebar ul li a:hover {
    color: var(--green);
}

.hero-sidebar ul li a i {
    font-size: 22px;
    font-weight: 600;
    margin-right: 15px;
    display: block;
}

.hero-sidebar a.custom-profiles {
    margin-top: 10px;
    display: inline-block;
}

.hero-sidebar h4 {
    font-size: 32px;
    color: var(--dark-green);
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 30px;
}

.hero-details a {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 10px;
    height: 100%;
}

.hero-details a:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: rgb(0 34 39 / 60%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.hero-details figure {
    margin: 0;
    height: 100%;
}

.hero-details figure img {
    border-radius: 10px;
    height: 100%;
    object-fit: cover;
}

.hero-details .hero-details-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.hero-details-inner img {
    position: relative;
    bottom: -10px;
}

.hero-details-inner .inner {
    padding: 70px 40px;
}

.hero-details-inner .inner h1 {
    font-size: 70px;
    font-weight: 400;
    font-family: 'Baloo Bhaijaan 2';
    text-transform: uppercase;
    color: #fff;
    margin: 0;
    line-height: 1.2;
    letter-spacing: 2px;
}

.hero-details-inner .inner span {
    font-weight: bold;
}

.hero-details-inner .inner span strong {
    color: var(--green);
}

.custom-profiles,
.read-more {
    display: inline-block;
    text-align: center;
    font-size: 18px;
    color: var(--white);
    background-color: var(--mid-dark-green);
    padding: 3px 7px;
    border-radius: 6px;
    text-decoration: none;
    transition: all .5s ease;
}

.custom-profiles:hover,
.read-more:hover {
    text-decoration: none;
    background-color: var(--green);
}

.custom-profiles strong,
.read-more strong {
    font-weight: 500;
}

.custom-profiles.white-block {
    background-color: var(--white);
    color: var(--mid-dark-green);
}

.custom-profiles.white-block:hover {
    background-color: var(--green);
    color: var(--white);
}

.hero-details-inner .inner span.custom-profiles {
    font-weight: 400;
    margin-top: 40px;
    display: inline-block;
    font-size: 22px;
}

.hero-details-inner .inner span.custom-profiles strong {
    color: var(--mid-dark-green);
    font-weight: 600;
    transition: all .5s ease;
}

.hero-details a:hover .hero-details-inner .inner span.custom-profiles {
    background: var(--green);
    color: var(--white);
}

.hero-details a:hover .hero-details-inner .inner span.custom-profiles strong {
    color: var(--white);
}

.quick-feature-sec {
    background: var(--bg-light);
}

.quick-features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    max-width: 950px;
    margin: 0 auto;
    grid-column-gap: 20px;
}

.quick-feature-block {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 0 8px;
    width: 100%;
}

.quick-feature-block p {
    margin: 0;
    font-weight: normal;
    font-size: 15px;
}

.quick-feature-block i {
    margin-right: 15px;
    font-size: 26px;
    font-weight: 600;
}

.customized-profiles-sec {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 115px 0 70px;
}

.customized-profiles-sec:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgb(255 255 255 / 85%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    pointer-events: none;
}

.customized-profiles-details,
.customized-profiles-img {
    position: relative;
    z-index: 1;
}

.customized-profiles-block {
    display: flex;
    grid-column-gap: 50px;
}

.customized-profiles-img {
    min-width: 400px;
}

.customized-profiles-img figure {
    margin: 0;
}

.customized-profiles-img figure img {
    border-radius: 20px;
}

.customized-profiles-details h2 {
    text-transform: uppercase;
    color: var(--dark-green);
    letter-spacing: 2px;
    font-size: 48px;
}

.customized-profiles-details h2 strong {
    color: var(--green);
}

.customized-profiles-details p {
    font-size: 19px;
    margin-bottom: 40px;
    font-weight: 500;
    line-height: 1.7;
}

.solutions-applications-sec {
    padding: 90px 0;
    position: relative;
}

.solutions-applications-sec:before {
    content: '';
    background-color: var(--white);
    width: 100%;
    height: 370px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    box-shadow: 0 3px 6px rgb(0 0 0 / 25%);
}

.main-title h2 {
    color: var(--dark-green);
    font-size: 48px;
    margin-bottom: 0;
}

.main-title h2 strong {
    color: var(--green);
}

.main-title.text-white h2,
.main-title.text-white h2 strong {
    color: var(--white);
}

.main-title.border-bottom {
    margin-bottom: 50px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--dark-green);
    padding-left: 50px;
    position: relative;
    z-index: 1;
}

.main-title.border-bottom.text-white {
    border-bottom: 1px solid var(--white);
}

.industries-blocks {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
    align-items: stretch;
}

.industry-block figure {
    margin: 0;
    overflow: hidden;
    border-radius: 10px;
}

.industry-block a {
    display: block;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    height: 100%;
    border-radius: 0 0 10px 10px;
}

.industry-block a figure img {
    border-radius: 10px;
    width: 100%;
    transition: all .5s ease;
}

.industry-block a span {
    display: block;
    padding: 2px 10px;
    color: var(--white);
    font-size: 28px;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border-radius: 0 0 10px 10px;
    transition: all .5s ease;
}

.industry-block a:hover img {
    transform: scale(1.1);
}

.home-about-us-sec {
    padding-left: 30px;
    padding-right: 30px;
}

.home-about-us-inner {
    border-radius: 10px;
    background: var(--white);
    border: 1px solid #cdcdcd;
    max-width: 1270px;
    margin: 0 auto;
    display: flex;
    grid-column-gap: 40px;
    transform: translateY(200px);
    margin-top: -200px;
    position: relative;
    z-index: 1;
}

.home-about-us-inner .home-about-us-img {
    min-width: 516px;
}

.home-about-us-inner .home-about-us-img figure {
    margin: 0;
    height: 100%;
}

.home-about-us-inner .home-about-us-img img {
    border-radius: 10px;
    height: 100%;
    object-fit: cover;
}

.home-about-us-details {
    padding: 45px 0 35px 35px;
}

.home-about-us-details p {
    font-size: 18px;
}

.home-about-us-details .read-more {
    margin-top: 20px;
}

.read-more {
    font-size: 24px;
    font-weight: 600;
    padding: 3px 15px 5px 15px;
    display: inline-block;
}

.featured-solutions-sec {
    padding: 90px 0;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
}

.featured-solutions-sec::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: rgb(0 34 39 / 60%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.solutions-sec {
    transform: translateY(350px);
    margin-bottom: 0px;
    margin-top: -180px;
}

.solutions-blocks {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
    position: relative;
    z-index: 1;
}

.view-solutions-block {
    background: #fff;
    box-shadow: 0 0 7px #0000002b;
    border: 1px solid #c7c7c7;
    border-radius: 10px;
    padding: 25px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.view-solutions-block i {
    font-size: 100px;
    margin-bottom: 20px;
    display: block;
    color: var(--dark-green);
    font-weight: 500;
}

.view-solutions-block h3 {
    font-weight: 600;
    color: var(--mid-dark-green);
    margin-bottom: 10px;
    font-size: 40px;
    line-height: 1;
}

.traject-sec {
    margin-top: 320px;
    padding: 30px 0 0;
}

.why-dg-sec {
    padding: 90px 0;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.why-dg-sec::before,
.inner-banner::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: rgb(0 34 39 / 60%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.why-dg-blocks {
    position: relative;
    display: flex;
    align-items: center;
    grid-gap: 20px 40px;
}

.why-dg-blocks .why-dg-details {
    padding-left: 50px;
}

.why-dg-blocks .why-dg-details p {
    color: var(--white);
    font-size: 16px;
    margin-bottom: 40px;
    line-height: 1.7;
}

.why-dg-details h6 {
    font-size: 23px;
    color: var(--white);
    margin-bottom: 20px;
}

.why-dg-details ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.why-dg-details ul li {
    color: var(--white);
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    width: 100%;
}

.why-dg-details ul li i {
    font-size: 30px;
    font-weight: 500;
    margin-right: 30px;
    display: block;
}

.why-dg-blocks .why-dg-details ul li p {
    font-size: 24px;
    margin-bottom: 0;
}

.why-dg-img {
    min-width: 360px;
}

.why-dg-img figure {
    margin: 0;
}

.why-dg-details a.custom-profiles {
    font-size: 30px;
    margin-top: 30px;
    display: inline-block;
    padding: 3px 15px;
    line-height: 1.2;
}

.questions-sec {
    padding: 100px 0;
}

.questions-sec .questions-inner {
    background: #fff;
    box-shadow: 0 0 7px #0000002b;
    border: 1px solid #c7c7c7;
    border-radius: 26px;
    display: flex;
    align-items: flex-end;
}

.questions-details {
    padding: 90px 20px 90px 70px;
}

.questions-details h2 {
    font-size: 48px;
    color: var(--dark-green);
}

.questions-details h2 strong {
    color: var(--green);
}

.questions-details p {
    font-size: 23px;
    color: var(--dark-green);
    margin-bottom: 40px;
}

.questions-support-img {
    min-width: 350px;
}

.questions-support-img figure {
    margin: 0;
    padding-right: 70px;
}

.questions-details a.custom-profiles {
    font-size: 23px;
    display: inline-block;
    padding: 3px 15px;
}

.home-news-sec {
    padding: 10px 0 100px;
    clear: both;
}

.home-news-slider .swiper-wrapper {
    padding: 60px 0;
}

.home-news-slider.swiper {
    margin: 0 auto;
}

.home-news-slider .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: bold;
    color: var(--white);
}

.home-news-slider .swiper-slide {
    opacity: 0;
    transition: opacity 300ms ease;
}

.home-news-slider .swiper-slide-next,
.home-news-slider .swiper-slide-prev,
.home-news-slider .swiper-slide-active {
    opacity: 1;
}

.swiper-inner-contents {
    min-width: 60px;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    transition: all 0.5s ease;
}

.swiper-inner-contents.slider-gradient {
    background: transparent;
    padding: 20px;
}

.swiper-slide-active .swiper-inner-contents.slider-gradient,
.home-news-slider .swiper-slide:hover .swiper-inner-contents.slider-gradient {
    background: -moz-linear-gradient(-491.05% 703.28% 0deg, rgba(0, 65, 65, 1) 0%, rgba(0, 47, 50, 1) 49.72%, rgba(0, 34, 39, 1) 100%, rgba(0, 34, 39, 1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0, 65, 65, 1) 0%, rgba(0, 47, 50, 1) 49.72%, rgba(0, 34, 39, 1) 100%, rgba(0, 34, 39, 1) 100%);
    background: -webkit-gradient(linear, -491.05% 703.28%, -490.55% 703.28%, color-stop(0, rgba(0, 65, 65, 1)), color-stop(0.4972, rgba(0, 47, 50, 1)), color-stop(1, rgba(0, 34, 39, 1)), color-stop(1, rgba(0, 34, 39, 1)));
    background: -o-linear-gradient(0deg, rgba(0, 65, 65, 1) 0%, rgba(0, 47, 50, 1) 49.72%, rgba(0, 34, 39, 1) 100%, rgba(0, 34, 39, 1) 100%);
    background: -ms-linear-gradient(0deg, rgba(0, 65, 65, 1) 0%, rgba(0, 47, 50, 1) 49.72%, rgba(0, 34, 39, 1) 100%, rgba(0, 34, 39, 1) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#004141', endColorstr='#002227' ,GradientType=0)";
    background: linear-gradient(90deg, rgba(0, 65, 65, 1) 0%, rgba(0, 47, 50, 1) 49.72%, rgba(0, 34, 39, 1) 100%, rgba(0, 34, 39, 1) 100%);
}

.swiper-inner-contents .news-more-details,
.swiper-inner-contents .slide-title {
    display: none;
}

.swiper-slide-active .swiper-inner-contents .slide-title,
.home-news-slider .swiper-slide:hover .swiper-inner-contents .slide-title {
    display: block;
}

.swiper-inner-contents .news-more-details {
    padding: 10px 10px 0;
    color: var(--white);
    border-top: 1px solid var(--white);
}

.swiper-slide-active .news-more-details,
.home-news-slider .swiper-slide:hover .news-more-details {
    display: block;
}

.swiper-slide-active .swiper-inner-contents,
.home-news-slider .swiper-slide:hover .swiper-inner-contents {
    max-width: 167px;
    border-radius: 0 10px 10px 0;
}

.swiper-inner-contents h2.slide-title {
    font-size: 24px;
    color: var(--white);
    transition: all 0.5s ease;
    margin-bottom: 0;
}

.swiper-slide-active .swiper-inner-contents h2.slide-title,
.home-news-slider .swiper-slide:hover .swiper-inner-contents h2.slide-title {
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-word;
}

.slide-sep-title {
    font-size: 24px;
    color: var(--white);
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
    writing-mode: vertical-lr;
    text-orientation: mixed;
    -moz-transform: scale(-1, -1);
    -o-transform: scale(-1, -1);
    -webkit-transform: scale(-1, -1);
    transform: scale(-1, -1);
    padding: 10px;
    border-radius: 10px 0 0 10px;
    width: max-content;
}

.swiper-slide-active .slide-sep-title,
.home-news-slider .swiper-slide:hover .slide-sep-title {
    display: none;
}

.swiper-slide-active .swiper-inner-contents,
.home-news-slider .swiper-slide:hover .swiper-inner-contents {
    transform: scale(1.2);
}

.swiper-inner-contents .news-more-details p {
    overflow: hidden;
    margin-bottom: 10px;
    font-size: 10px;
    font-weight: 300;
}

.swiper-inner-contents .news-more-details .public {
    font-size: 10px;
    font-weight: 300;
    display: block;
    margin-bottom: 10px;
}

.swiper-inner-contents .news-more-details .custom-profiles {
    font-size: 12px;
    border-radius: 3px;
    color: var(--dark-green);
}

.swiper-inner-contents .news-more-details .custom-profiles:hover {
    color: var(--white);
}

.swiper-slide-prev .swiper-inner-contents {
    right: auto;
    left: 0;
    border-radius: 0 10px 10px 0;
}

.swiper-slide-prev .slide-sep-title {
    left: 0;
    border-radius: 0 10px 10px 0;
}

.home-news-slider .swiper-slide img {
    border-radius: 10px;
    width: 100%;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 34px !important;
    font-weight: 700;
    color: var(--dark-green);
}

@media (min-width: 568px) {
    .timeline {
        position: relative;
        max-width: 1000px;
        margin: 200px auto 180px;
        padding: 120px 0;
    }

    .timeline:before {
        content: '';
        display: block;
        width: 100%;
        height: 4px;
        background: var(--dark-green);
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

    .timeline ul {
        padding: 0;
        margin: 0;
        list-style: none;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        position: relative;
    }

    .timeline ul::before,
    .timeline ul::after,
    .timeline ul li .traject-content::before {
        content: '';
        display: block;
        width: 12px;
        height: 12px;
        background-color: var(--dark-green);
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
    }

    .timeline ul::after {
        left: auto;
        right: 0;
    }

    .timeline ul li .traject-content::before {
        top: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        transform: translateX(calc(-50% + 2px));
    }

    .timeline ul li {
        width: 90px;
        height: 90px;
        border-radius: 50%;
        background-color: var(--white);
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .timeline ul li span.step {
        display: block;
        font-size: 50px;
        transform: rotate(-90deg);
        transform-origin: center center;
        color: var(--green);
        font-weight: 500;
    }

    .timeline ul li::before,
    .timeline ul li::after {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        pointer-events: none;
        border: 4px solid var(--dark-green);
        border-radius: 50%;
    }

    .timeline ul li .traject-content {
        width: 4px;
        height: 120px;
        background-color: var(--dark-green);
        position: absolute;
        bottom: 100%;
        margin: 0 auto;
        left: 0;
        right: 0;
    }

    .timeline ul li .traject-content p {
        position: absolute;
        transform: translateX(-50%);
        bottom: 100%;
        padding-bottom: 40px;
        margin: 0;
        text-align: center;
        width: 300px;
        font-size: 22px;
        color: var(--mid-dark-green);
        font-weight: 600;
        letter-spacing: 1px;
    }

    .timeline ul li:nth-child(even) .traject-content,
    .timeline ul li:nth-child(even) .traject-content::before,
    .timeline ul li:nth-child(even) .traject-content p {
        top: 100%;
        bottom: auto;
    }

    .timeline ul li:nth-child(even) .traject-content p {
        padding-top: 40px;
        padding-bottom: 0;
    }

    .timeline ul li.odd-clip::before {
        clip: rect(0px, 47px, 47px, 0px);
    }

    .timeline ul li.odd-clip::after {
        clip: rect(43px, 90px, 90px, 43px);
    }

    .timeline ul li.even-clip::before {
        clip: rect(0px, 90px, 47px, 43px);
    }

    .timeline ul li.even-clip::after {
        top: auto;
        bottom: 0;
        clip: rect(43px, 47px, 90px, 0px);
    }

    .timeline ul li span.dot,
    .vertical-traject .timeline ul li .horizontal-line:after,
    .vertical-traject .timeline ul li span.step:before {
        display: block;
        width: 12px;
        height: 12px;
        background-color: var(--dark-green);
        border-radius: 50%;
        position: absolute;
        top: calc(100% - 8px);
        left: 50%;
        transform: translateX(-50%);
        bottom: auto;
    }

    .timeline ul li:nth-child(even) span.dot {
        top: auto;
        bottom: calc(100% - 8px);
    }

    .timeline ul li .horizontal-line {
        display: none;
    }

    .vertical-traject {
        margin-top: 0;
        padding: 0;
    }

    .vertical-traject .timeline {
        padding: 80px 0;
        margin: 70px auto 150px;
    }

    .vertical-traject .timeline h3 {
        font-size: 50px;
        color: var(--dark-green);
        text-transform: uppercase;
        margin: 0;
        position: absolute;
        top: 0;
        left: 0;
        text-align: center;
        width: 60%;
        line-height: 1;
        font-weight: 500;
    }

    .vertical-traject .timeline:before {
        width: 4px;
        height: 100%;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .vertical-traject .timeline ul {
        flex-direction: column;
        align-items: flex-start;
    }

    .vertical-traject .timeline ul::before,
    .vertical-traject .timeline ul::after {
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .vertical-traject .timeline ul::before {
        top: -75px;
        bottom: auto;
    }

    .vertical-traject .timeline ul::after {
        bottom: -87px;
        top: auto;
    }

    .vertical-traject .timeline ul li {
        width: 100%;
        height: auto;
        display: block;
        border-radius: 0;
        background: none;
    }

    .vertical-traject .timeline ul li .horizontal-line {
        position: absolute;
        width: calc(20% - 80px);
        height: 4px;
        background-color: var(--dark-green);
        left: calc(50% + 41px);
        top: 45px;
        z-index: 1;
        display: block;
    }

    .vertical-traject .timeline ul li .horizontal-line:after {
        content: '';
        left: 100%;
    }

    .vertical-traject .timeline ul li:nth-child(even) .horizontal-line {
        right: calc(50% + 41px);
        left: auto;
    }

    .vertical-traject .timeline ul li:nth-child(even) .horizontal-line:after {
        left: auto;
        transform: translateX(-12px);
    }

    .vertical-traject .timeline ul li::before,
    .vertical-traject .timeline ul li::after {
        width: 90px;
        height: 90px;
        margin: 0 auto;
        left: 0;
        right: 0;
        bottom: auto;
        top: 0;
        z-index: 1;
    }

    .vertical-traject .timeline ul li span.step {
        width: 90px;
        height: 90px;
        transform: none;
        margin: 0 auto;
        left: 0;
        right: 0;
        top: 0;
        bottom: auto;
        position: absolute;
        z-index: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .vertical-traject .timeline ul li span.step:before {
        content: '';
        left: -4px;
        top: 50%;
        transform: translateY(-50%);
    }

    .vertical-traject .timeline ul li:nth-child(even) span.step:before {
        left: auto;
        right: -4px;
    }

    .vertical-traject .timeline ul li .traject-content,
    .vertical-traject .timeline ul li .traject-content p {
        position: relative;
        top: auto;
        bottom: auto;
        width: auto;
        transform: none;
        height: auto;
    }

    .vertical-traject .timeline ul li .traject-content {
        width: 30%;
        margin: 20px 0 0 0;
        text-align: right;
        background: none;
    }

    .vertical-traject .timeline ul li:nth-child(odd) .traject-content {
        margin-left: auto;
        text-align: left;
    }

    .vertical-traject .timeline ul li:nth-child(even) .traject-content p {
        text-align: right;
    }

    .vertical-traject .timeline ul li span.dot {
        top: 0;
        bottom: auto;
        width: 90px;
        height: 90px;
        background: var(--white);
        z-index: 0;
    }

    .vertical-traject .timeline ul li .traject-content::before {
        display: none;
    }

    #logo img {
        height: 50px;
    }
}

.vertical-traject .timeline ul li .traject-content h4 {
    font-size: 22px;
    color: var(--dark-green);
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.vertical-traject .timeline ul li .traject-content p {
    text-align: left;
    padding: 0;
    font-size: 16px;
    line-height: 1.3;
}

.questions-sec {
    padding: 60px 0;
}

.footer-main {
    padding: 70px 0 50px;
}

.overlay3 {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    overflow-y: auto;
    overflow-x: hidden;
    text-align: center;
    background: #E5E5E5;
    opacity: .7;
    transition: opacity 1s;
    transition: .8s;
}

#mainmenu>ul>li.lang .lang-inner {
    display: flex;
    grid-column-gap: 20px;
}

/* Homepage CSS End */

/* Assortment Page CSS Start */
.inner-banner {
    height: 440px;
    display: flex;
    align-items: center;
    position: relative;
    background-color: var(--dark-green);
    background-size: cover;
    background-repeat: no-repeat;
}

.inner-banner .main-title.border-bottom {
    margin-bottom: 0;
}

.inner-banner .main-title.border-bottom h2 {
    font-size: 74px;
}

.inner-banner::before {
    background: rgb(0 34 39 / 80%);
    border-radius: 0;
}

.assortment-side-pro {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-gap: 20px 26px;
}

.assortment-sidebar {
    width: 315px;
}

.assortment-products {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    text-align: center;
    margin-bottom: 50px;
    grid-gap: 25px 22px;
}

.assortment-products .assortment-pro a {
    display: block;
    text-decoration: none;
    color: var(--black);
    transition: all .5s ease;
    background: var(--white);
    border: 2px solid transparent;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.assortment-products .assortment-pro a:hover {
    border-color: var(--green);
    /* box-shadow: 0px 0px 10px rgb(0 0 0 / 5%); */
}

.assortment-products .assortment-pro img {
    width: auto;
    max-height: 142px;
}

.assortment-products .assortment-pro h5 {
    color: var(--black);
    font-weight: 500;
    margin: 0;
    padding: 10px 0;
    transition: all .5s ease;
    width: 100%;
}

.assortment-products .assortment-pro a:hover h5 {
    color: var(--white);
    background-color: var(--green);
}

.assortment-products-sec .assortment-filters {
    margin-left: 345px;
}

.assortment-filters {
    margin-bottom: 45px;
}

.assortment-filters ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
}

.assortment-filters ul li {
    position: relative;
}

.assortment-filters ul li::after {
    content: '';
    display: block;
    width: 1px;
    height: calc(100% - 8px);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -1px;
    background-color: var(--dark-green);
}

.assortment-filters ul>li>a {
    padding: 0 10px;
    color: var(--dark-green);
    text-decoration: none;
    color: var(--dark-green);
    font-weight: 600;
    font-size: 16px;
}

.assortment-filters ul>li>a:hover {
    color: var(--green);
}

.assortment-filters ul>li>a i {
    margin-right: 10px;
    transform: rotate(90deg);
    display: inline-block;
}

.assortment-filters ul>li:last-child:after {
    display: none;
}

.assortment-filters ul>li:first-child>a {
    padding-left: 0;
}

.assortment-filters ul>li:last-child>a {
    padding-right: 0;
}

.next-one {
    text-align: center;
}

.assortment-products-sec {
    padding: 50px 0 0;
}

.assortment-sidebar ul {
    padding: 0 0 0 20px;
    margin: 0;
    list-style: none;
}

.assortment-sidebar ul li a {
    font-size: 16px;
    color: var(--dark-green);
    text-decoration: none;
    font-weight: 500;
    transition: all .5s ease;
    padding-bottom: 5px;
    display: table;
}

.assortment-sidebar ul li br {
    display: none;
}

.assortment-sidebar ul li a:hover {
    color: var(--green);
}

.assortment-sidebar ul li a.inactive {
    display: none;
}

/* Assortment Page CSS End */

/* Assortment Inner Page CSS Start */
.products-inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px 70px;
    align-items: stretch;
    margin-bottom: 100px;
}

.assortment-inner-image {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    text-decoration: none;
    color: var(--black);
    transition: all .5s ease;
    background: var(--white);
    border: 2px solid transparent;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
    border-radius: 20px;
    overflow: hidden;
    padding: 30px;
}

.assortment-inner-image img {
    width: auto;
    height: auto;
    margin-bottom: 70px;
    object-fit: cover;
    margin-left: auto;
    margin-right: auto;
}

.assortment-inner-image a {
    font-size: 16px;
}

.assortment-products-details-sec {
    padding: 90px 0 30px;
}

.assortment-inner-details .title-desc h2 {
    font-weight: bold;
    color: var(--mid-dark-green);
    margin-bottom: 20px;
    line-height: 1.2;
}

.assortment-inner-details .title-desc h6 {
    font-weight: 600;
    font-size: 16px;
    color: var(--dark-green);
    margin-bottom: 10px;
}

.assortment-inner-details .title-desc p,
.assortment-inner-details table tr td {
    font-family: 'Baloo Bhaijaan 2', Arial, Helvetica, sans-serif;
    color: var(--dark-green);
    font-size: 15px;
    font-weight: normal;
}

.assortment-inner-details table {
    border: none;
    max-width: 420px;
    margin-top: 50px;
    margin-bottom: 40px;
}

.assortment-inner-details table th,
.assortment-inner-details table td {
    border: none;
}

.assortment-inner-details table tr {
    border-radius: 6px;
}

.assortment-inner-details table tr:nth-child(even) {
    background-color: #e0e0e0;
}

.assortment-inner-details table tr td:first-child {
    border-radius: 6px 0 0 6px;
}

.assortment-inner-details table tr td:last-child {
    border-radius: 0 6px 6px 0;
}

.assortment-inner-details table tr:hover td {
    background: none;
}

.assortment-inner-details table tr td {
    padding: 3px 8px;
}

.assortment-slider-sec .main-title {
    margin-bottom: 40px;
}

.assortment-slider-sec .main-title h2 {
    font-size: 32px;
}

.assortment-slider .assortment-products {
    display: block;
    margin: 0;
}

.assortment-products .swiper-wrapper {
    padding: 10px 0;
}

.assortment-slider .swiper-slide {
    height: auto;
}

.assortment-pro {
    height: 100%;
    margin: 0 5px;
}

.assortment-slider {
    padding: 0 50px;
    position: relative;
}

.assortment-slider .swiper-button-prev {
    left: 0px;
    right: auto;
    z-index: 0;
}

.assortment-slider .swiper-button-next {
    right: 0;
    left: auto;
    z-index: 0;
}

.assortment-slider .swiper-button-prev::after,
.assortment-slider .swiper-button-next::after {
    color: var(--green);
    transition: all .5s ease;
}

.assortment-slider .swiper-button-prev:hover::after,
.assortment-slider .swiper-button-next:hover::after {
    color: var(--dark-green);
}

.pop-contentbox .main-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 0;
}

.pop-contentbox .main-title h2 {
    font-size: 52px;
    font-weight: bold;
    color: var(--mid-dark-green);
}

.pro-popup {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px 70px;
}

.assortment-inner-image h4 {
    font-size: 30px;
    font-weight: normal;
    color: var(--mid-dark-green);
}

.pro-popup .assortment-inner-image {
    border: none !important;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
}

.textarea-submit {
    position: relative;
}

.textarea-submit textarea {
    width: 100%;
    height: 130px;
    overflow: auto;
    resize: vertical;
    padding: 10px 15px 50px;
    margin-bottom: 54px;
    font-family: 'Quicksand', Arial, Helvetica, sans-serif;
    border-radius: 10px 10px 0 0;
    border: none !important;
    outline: none !important;
}

.textarea-submit .custom-file-input {
    position: absolute;
    left: 0;
    bottom: 5px;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 10px 10px 15px;
    background: #e0e0e0;
    border-radius: 0 0 10px 10px;
}

.textarea-submit .custom-file-input span {
    display: block;
    margin-left: 15px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.textarea-submit .button.btn-outline {
    padding: 4px 8px;
    font-size: 15px;
    background: transparent;
    letter-spacing: 1px;
    color: var(--green);
}

.textarea-submit .button.btn-outline:hover {
    background: var(--green);
    color: var(--white);
}

.questions-sec.questions-with-bg {
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.questions-sec.questions-with-bg:before {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    background: var(--white);
    opacity: .85;
}

.questions-sec.questions-with-bg .questions-inner {
    position: relative;
    z-index: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    border: none;
    align-items: flex-start;
}

.questions-sec.questions-with-bg .questions-details {
    padding: 0 30px 0 50px;
}

.questions-sec.questions-with-bg .questions-support-img figure {
    padding-right: 0;
}

.assortment-slider-sec {
    padding-bottom: 120px;
}

.categories {
    background: var(--white);
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
    border-radius: 10px;
    padding: 15px;
}

.categories h4 {
    position: relative;
    margin: 0;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1;
}

.categories h4:after {
    content: "\e908";
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: 0;
    z-index: 0;
    font-family: 'icomoon' !important;
    speak: never;
    font-weight: 500;
    color: var(--green);
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: scale(-1, 1) translateY(-50%);
    transition: all .5s ease;
    font-size: 16px;
}

.categories.active h4:after {
    transform: scale(-1, -1) translateY(50%);
}

/* Assortment Inner Page CSS End */

/* solutions-applications Page CSS Start */
.solutions-applications-sec.solutions-inner-applications-sec::before,
.solutions-applications-sec.assortment-products-details-sec:before {
    height: 320px;
}

.solutions-inner-applications-sec .industry-block figure {
    border-radius: 10px 10px 0 0;
    width: 100%;
    height: 234px;
}

.solutions-inner-applications-sec .industry-block a figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    border-radius: 10px 10px 0 0;
}

.solutions-inner-applications-sec .industry-block a {
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
    background: var(--white);
}

.solutions-inner-applications-sec .industry-block a .industry-inner {
    padding: 30px;
    margin-bottom: 45px;
    color: var(--dark-green);
}

.solutions-inner-applications-sec .industry-block a .industry-inner p:last-child {
    margin-bottom: 0;
}

.solutions-inner-applications-sec .industry-block a .industry-inner h4 {
    font-size: 28px;
    color: var(--dark-green);
    margin-bottom: 10px;
}

.solutions-inner-applications-sec .industries-blocks {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 40px 60px;
}

.solutions-inner-applications-sec .industry-block a .industry-inner p {
    color: var(--dark-green);
}

.solutions-applications-sec.solutions-inner-applications-sec {
    padding: 135px 0;
}

/* solutions-applications Page CSS End */

/* solutions-applications-inner Page CSS Start */
.solutions-details {
    margin-bottom: 40px;
}

.solutions-details .solutions-inner-img {
    float: left;
    padding-right: 30px;
}

.solutions-inner-title-desc h2 {
    line-height: 1;
    font-size: 70px;
    font-weight: bold;
    letter-spacing: 3px;
    margin-bottom: 30px;
    min-height: 160px;
}

.solutions-inner-img figure {
    margin: 0;
    width: 380px;
}

.solutions-inner-img img {
    border-radius: 10px;
    width: 100%;
}

.solutions-inner-img .with-icon {
    background: var(--white);
    box-shadow: 0 0 7px #0000002b;
    border: 1px solid #c7c7c7;
    border-radius: 10px;
    padding: 25px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 380px;
    height: 100%;
}

.solutions-inner-img .with-icon i {
    font-size: 330px;
    font-weight: 100;
}

.solutions-inner-page-details {
    padding-bottom: 90px;
}

.solutions-inner-page-details p {
    color: var(--dark-green);
    font-weight: 500;
    font-size: 16px;
}

.solutions-inner-page-details p:last-child {
    margin-bottom: 0;
}

/* solutions-applications-inner Page CSS End */

/* About Us Page CSS Start */
.only-title-sec {
    min-height: 320px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 25%);
    display: flex;
    align-items: center;
    z-index: 1;
    position: relative;
}

.only-title-sec .main-title h2 {
    text-transform: uppercase;
    font-size: 70px;
}

.about-inner-page-sec .customized-profiles-img {
    min-width: 470px;
}

.about-inner-page-sec .customized-profiles-img figure img {
    border-radius: 10px;
}

.about-inner-page-sec .customized-profiles-block {
    grid-column-gap: 70px;
}

.customized-profiles-sec.about-inner-page-sec {
    padding-bottom: 0;
}

/* About Us Page CSS End */

/* News Page CSS Start */
.news-inner-slide-sec .main-title h2 {
    font-size: 32px;
}

.news-filter {
    padding: 0 0 70px;
}

.news-filter ul {
    display: flex;
    align-items: stretch;
    text-align: center;
    overflow-x: auto;
    padding: 10px;
    margin: 0;
    list-style: none;
    grid-gap: 15px;
}

.news-filter ul>li>a {
    display: block;
    padding: 8px 20px;
    box-shadow: 0px 2px 10px rgb(0 0 0 / 10%);
    background: var(--white);
    color: var(--dark-green);
    font-size: 16px;
    font-weight: 500;
    border-radius: 5px;
    text-decoration: none;
    transition: all .5s ease;
    min-width: 100px;
}

.news-filter ul>li>a:hover {
    background: var(--green);
    color: var(--white);
}

.news-blocks {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 35px 60px;
}

.news-block {
    position: relative;
}

.news-block a {
    display: block;
    text-decoration: none;
}

.news-block a figure {
    margin: 0;
    overflow: hidden;
    border-radius: 10px;
}

.news-block img {
    width: 100%;
    max-height: 317px;
    object-fit: cover;
    transition: transform .5s ease;
}

.news-block a:hover img {
    transform: scale(1.05);
}

.news-block .swiper-inner-contents.slider-gradient {
    background: transparent;
    max-width: 196px;
    border-radius: 0 10px 10px 0;
    transform: none;
    transition: all .5s ease;
}

.news-block .swiper-inner-contents .news-more-details,
.news-block .swiper-inner-contents .slide-title {
    display: block;
}

.news-block .swiper-inner-contents h2.slide-title {
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.news-block .swiper-inner-contents .news-more-details .custom-profiles {
    font-size: 14px;
    font-weight: 500;
    padding: 0px 6px;
}

.news-block .swiper-inner-contents .news-more-details p {
    line-height: 1.7;
}

.news-block .swiper-inner-contents .news-more-details .public {
    margin-bottom: 20px;
}

.news-block .swiper-inner-contents .news-more-details,
.news-block .swiper-inner-contents .slide-title {
    opacity: 0;
    visibility: hidden;
}

.news-block a:hover .swiper-inner-contents.slider-gradient {
    transform: scale(1.1);
    background: -moz-linear-gradient(-491.05% 703.28% 0deg, rgba(0, 65, 65, 1) 0%, rgba(0, 47, 50, 1) 49.72%, rgba(0, 34, 39, 1) 100%, rgba(0, 34, 39, 1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0, 65, 65, 1) 0%, rgba(0, 47, 50, 1) 49.72%, rgba(0, 34, 39, 1) 100%, rgba(0, 34, 39, 1) 100%);
    background: -webkit-gradient(linear, -491.05% 703.28%, -490.55% 703.28%, color-stop(0, rgba(0, 65, 65, 1)), color-stop(0.4972, rgba(0, 47, 50, 1)), color-stop(1, rgba(0, 34, 39, 1)), color-stop(1, rgba(0, 34, 39, 1)));
    background: -o-linear-gradient(0deg, rgba(0, 65, 65, 1) 0%, rgba(0, 47, 50, 1) 49.72%, rgba(0, 34, 39, 1) 100%, rgba(0, 34, 39, 1) 100%);
    background: -ms-linear-gradient(0deg, rgba(0, 65, 65, 1) 0%, rgba(0, 47, 50, 1) 49.72%, rgba(0, 34, 39, 1) 100%, rgba(0, 34, 39, 1) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#004141', endColorstr='#002227' ,GradientType=0)";
    background: linear-gradient(90deg, rgba(0, 65, 65, 1) 0%, rgba(0, 47, 50, 1) 49.72%, rgba(0, 34, 39, 1) 100%, rgba(0, 34, 39, 1) 100%);
}

.news-block a:hover .swiper-inner-contents .news-more-details,
.news-block a:hover .swiper-inner-contents .slide-title {
    opacity: 1;
    visibility: visible;
}

.news-block a .slide-sep-title {
    opacity: 1;
    visibility: visible;
    transition: all .5s ease;
    font-size: 32px;
    align-items: flex-start;
}

.news-block a:hover .slide-sep-title {
    opacity: 0;
    visibility: hidden;
}

.next-prev-btns {
    padding: 40px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 10px;
}

.next-prev-btns a {
    min-width: 100px;
    padding: 5px 5px;
    font-size: 16px;
}

.next-prev-btns a i {
    font-size: 12px;
    display: inline-block;
}

.next-prev-btns a.prev-btn i {
    transform: rotate(90deg);
}

.next-prev-btns a.next-btn i {
    transform: rotate(-90deg);
}

/* News Page CSS End */

/* Our Solution Page CSS Start */
.our-solutions-sec {
    padding: 70px 0;
}

.only-par {
    margin-bottom: 90px;
}

.only-par p {
    font-size: 19px;
    color: var(--dark-green);
    font-weight: 500;
    line-height: 1.7;
}

/* Our Solution Page CSS End */

/* Contact Page CSS Start */
.contact-inner-details {
    padding: 70px 0;
    box-shadow: 0 3px 6px rgb(0 0 0 / 25%);
    background-color: var(--white);
    position: relative;
    z-index: 1;
}

.contact-form .form-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px 80px;
}

.questions-sec.more-pad {
    padding: 170px 0 130px;
}

.our-solutions-inner .only-par {
    margin-bottom: 50px;
}

.contact-form .field-box input {
    margin-top: 10px;
}

.contact-form .form-row .contact-links {
    margin-top: 30px;
}

.contact-form .form-row .contact-links ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.contact-form .contact-links li {
    line-height: 1.5;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 6px;
}

.contact-form .contact-links li:last-child {
    margin-bottom: 0;
}

.contact-form .contact-links li a {
    text-decoration: none;
    display: inline-block;
}

.contact-form .contact-links li a:hover {
    color: var(--dark-green);
}

/* Contact Page CSS End */

/* Custom Profiles CSS Start */
.custom-profiles-form-sec {
    box-shadow: 0 -3px 6px rgb(0 0 0 / 25%), 0 3px 6px rgb(0 0 0 / 25%);
    background-color: var(--white);
    position: relative;
    z-index: 1;
    padding: 70px 0 60px;
}

.custom-profiles-only-text-sec .only-par {
    margin: 50px 0;
}

.pro-form .field-box {
    margin-top: 10px;
}

/* Custom Profiles CSS End */

.solutions-details .solutions-inner-img.fl {
    float: left;
}

.solutions-details .solutions-inner-img.fr {
    float: right;
}

.search-result-block {
    padding: 3em 0;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    padding: 5px 10px;
    border-color: #fe4949;
    background: #fe4949;
    border-radius: 10px;
    color: var(--white);
    font-size: 18px;
    margin: 20px 0;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-radius: 10px;
    border-color: #46b450;
    background: #46b450;
    color: var(--white);
    padding: 5px 10px;
    font-size: 18px;
    margin: 20px 0;
}

.contact-form .textarea-submit .wpcf7-not-valid-tip {
    position: absolute;
    left: 0;
}

.contact-form .contact-links {
    margin-top: 30px;
}

.contact-form .contact-links ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.contact-form .contact-links li {
    line-height: 1.5;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 6px;
}

.contact-form .contact-links li:last-child {
    margin-bottom: 0;
}

.contact-form .contact-links li a {
    text-decoration: none;
    display: inline-block;
}

.contact-form .contact-links li a:hover {
    color: var(--dark-green);
}

.assortment-sidebar .range-slider .range-value-row {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 10px;
    font-size: 16px;
    color: var(--black);
}

.assortment-sidebar .range-slider .range-value {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 30px;
    border-radius: 4px;
    border: 1px solid var(--green);
}

.assortment-sidebar .range-slider .slider-bar {
    border: none;
    background: var(--bg-light);
    height: 12px;
    width: calc(100% - 20px);
    margin: 10px auto;
}

.assortment-sidebar .range-slider .slider-bar span {
    border-radius: 50%;
    border: none;
    background: var(--green);
    top: -4px;
}

.accordion-databox .accordion-row h5.width,
.accordion-databox .accordion-row h5.height {
    color: var(--green);
}

.accordion-databox .accordion-row h5.width:hover,
.accordion-databox .accordion-row h5.height:hover {
    color: var(--dark-green);
}

.assortment-side-pro .assortment-details .page-numbers {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    grid-gap: 10px;
}

.assortment-side-pro .assortment-details .page-numbers li {
    line-height: 1;
}

.assortment-side-pro .assortment-details .page-numbers li a,
.assortment-side-pro .assortment-details .page-numbers li .current {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 30px;
    min-height: 30px;
    font-size: 16px;
    border: 1px solid var(--green);
    border-radius: 4px;
}

.assortment-side-pro .assortment-details .page-numbers li a:hover {
    background: var(--green);
    color: var(--white);
}

.assortment-side-pro .assortment-details .page-numbers li a.next,
.assortment-side-pro .assortment-details .page-numbers li a.prev {
    line-height: 1.2;
    text-align: center;
    font-size: 14px;
    color: var(--white);
    background-color: var(--mid-dark-green);
    padding: 4px 8px;
    border-radius: 6px;
    text-decoration: none;
    cursor: pointer;
    transition: all .5s ease;
}

.assortment-side-pro .assortment-details .page-numbers li a.next:hover,
.assortment-side-pro .assortment-details .page-numbers li a.prev:hover {
    background-color: var(--green);
}

.text-center {
    text-align: center;

}

.top-highlight-text {
    padding-top: 10px;
    padding-bottom: 10px;
    color: white;
    font-weight: 700;
    background-color: var(--green);
}

@media only screen and (max-width: 767px) {
    .top-highlight-text {
        font-size: 13px;
    }

}


#loaderajax {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(18, 18, 18, .36);
    z-index: 1000000000;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
}




/* 19-03-2024 */

.prodcut-categories-row {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 20px;
    margin-bottom: -150px;
}

.prodcut-categories-main-sec+.customized-profiles-sec {
    padding-top: 230px;
}

figure {
    margin: 0;
}

.prodcut-categories-sec {
    overflow: hidden;
    border-radius: 26px 26px 0 0;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
    background: var(--white);
    display: inline-flex;
    width: calc(25% - 15px);
    flex-direction: column;
    /* height: 100%; */
}

.prodcut-categories-sec:hover .prodcut-categories-info {
    transform: translateY(0);
}

.prodcut-categories-title h4 {
    margin-bottom: 0;
    text-align: center;
    padding: 15px;
    transition: all 350ms ease-in-out;
    font-size: 32px;
}

.prodcut-categories-image figure {
    position: relative;
    padding-top: 112.5%;
    display: flex;
    width: 100%;
    z-index: -1;
}

.prodcut-categories-image figure img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.prodcut-categories-title {
    flex: 1;
}

.prodcut-categories-image {
    position: relative;
    z-index: 1;
    display: flex;
    width: 100%;

    &::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        background-color: rgba(0, 34, 39, 0.6);
        z-index: -1;
        pointer-events: none;
        width: 100%;
        height: 100%;
        opacity: 0;
        visibility: hidden;
        transition: all 350ms ease-in-out;
    }
}

.prodcut-categories-info {
    color: #fff;
    padding: 20px;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(100%);
    transition: all 350ms ease-in-out;
}

.prodcut-categories-info .button {
    background-color: var(--white);
    color: var(--mid-dark-green);
    padding: 4px 27px;
}

.prodcut-categories-info .button:hover {
    background-color: var(--mid-dark-green);
    color: var(--white);
}

.prodcut-categories-main-sec .wrap {
    max-width: 1450px;
}


.prodcut-categories-info p {
    color: inherit;
}

.prodcut-categories-main-sec {
    padding: 90px 0 0;
}


.prodcut-categories-sec:hover {
    text-decoration: none;
}

.prodcut-categories-sec:hover .prodcut-categories-image::after {
    opacity: 1;
    visibility: visible;
}

.prodcut-categories-sec:hover .prodcut-categories-title h4 {
    color: var(--mid-dark-green);
}



.swiper-button-next:after,
.swiper-button-prev:after {
    content: "";
    position: absolute;
    right: 2px;
    top: 11px;
    height: 20px;
    width: 20px;
    border-right: 3px solid var(--dark-green);
    border-bottom: 3px solid var(--dark-green);
}
.swiper-button-next:after{
    transform: rotate(-42deg);
}
.swiper-button-prev:after {
    transform: rotate(136deg);
}

#logo img {
    height: 83px;
}

@media only screen and (max-width: 1200px) {
    #logo img {
        height: 60px;
    }
}