/*
Theme Name: Elvior Web 2
Theme URI: elvior.test
Author: Elvior
Author URI: https://wordpress.org/
Description: Wordpress theme for Elvior
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: elviorweb2

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


body,button,input,select,textarea {
    margin: 0;
    padding: 0;
    font-family: Inter,sans-serif;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400;
    background-repeat: no-repeat;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.8;
    color: #444
}

html{
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
}

body {
    width: inherit;
    max-width: inherit;
    background-color: rgb(16,16,16);
    color: rgb(120,120,127);
}

body > * {
    max-width: inherit;
}

h1, h2, h3, h4, h5 {
    word-wrap: break-word;
}

#cookie-notice {
    min-width: 0 !important;
    width: inherit;
    max-width: inherit;
}

/* Mdb Classes */
.black-text, .btn.btn-link{
    color: #000!important;
}

.navbar-brand img {
    width: 191px;
}

.navbar-nav {
    flex-wrap: wrap;
    justify-content: flex-end;
}

.navbar.navbar-dark .breadcrumb .nav-item .nav-link, .navbar.navbar-dark .navbar-nav .nav-item .nav-link{
    color: #fff;
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
}
.navbar-dark .navbar-nav .nav-link  {
    color: rgb(255,255,255);
    font-size: 16px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
}

:focus{
    outline:none !important;
}
.extra-content{
    border-radius: 15px;
    padding: 30px;
}
.extra-content p{
    margin: 0;
}
.extra-content:nth-child(odd){
    /* //background: linear-gradient(90deg, #F0F0F0, #ffffff) !important; */
    background: rgba(140, 140, 143, 0.171);
}
/*.extra-content:nth-child(even){
}*/
#tick-left::before{
    margin-right: 4px;
    content: url('img/bullet_tick.svg');
}
#tick-right::before{
    /* margin-left: 4px;
    content: url('img/bullet_tick.svg'); */
    margin-right: 4px;
    content: url('img/bullet_tick.svg');
}
#tick-right, #tick-left, #tick-right-white, #tick-left-white {
    text-indent: -20px;
    margin-left: 20px;
    margin-bottom: 0;
}
#tick-left-white::before{
    margin-right: 4px;
    content: url('img/bullet_tick.svg');
}
.products-text p#tick-left{
    margin-bottom: 0.7rem;
}
#infomodal .modal-body div{
    padding: 1rem;
}

.highlight {
    background-color: #fff2ac;
    background-image: linear-gradient(to right, #ffe359 0%, #fff2ac 100%);
    border-radius: 10px;
    padding: 2rem;
}

a{
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    font-weight: bolder;
}
.container-extra{
    padding-left: 50px;
    padding-right: 50px;
}
.black-text, .btn.btn-link{
    color: #000!important;
}
.light-blue-text{
    color: #000000;
    /* font-family: "Montserrat", Sans-serif;
    font-size: 28px;
    font-weight: 700; */
    text-align: left;
}
.white-text{
    color: #fff!important;
}

.bootstrap-icon {
    width: 24px;
    height: 24px;
    margin: 8px;
}

.bootstrap-icon.lg-icon {
    width: 32px;
    height: 32px;
}

h3 {
    font-family: "Lato", Sans-serif;
    font-weight: 900;
}

#section-technologies-long .title {
    align-self: flex-start;
    display: flex;
    gap: 0.5rem;
    align-items: center;
    justify-content: flex-start;
}

#section-technologies-long h3 {
    color: #3f972c;
    text-transform: uppercase;
    margin: 0;
}

/* #section-technologies-long h4 {
    cursor: pointer;
} */

/* #section-technologies-long h4::before {
    display: inline-block;
    margin-right: 6px;
    content: '';
    width: 100%;
    color: transparent;
    height: 16px;
    width: 16px;
    mask-image: url("data:image/svg+xml,%3Csvg%20class%3D%22e-font-icon-svg%20e-fas-plus%22%20viewBox%3D%220%200%20448%20512%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M416%20208H272V64c0-17.67-14.33-32-32-32h-32c-17.67%200-32%2014.33-32%2032v144H32c-17.67%200-32%2014.33-32%2032v32c0%2017.67%2014.33%2032%2032%2032h144v144c0%2017.67%2014.33%2032%2032%2032h32c17.67%200%2032-14.33%2032-32V304h144c17.67%200%2032-14.33%2032-32v-32c0-17.67-14.33-32-32-32z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    background-color: #000;
    mask-repeat: no-repeat;
    mask-size: 16px;
    mask-position: center;
    cursor: pointer;
    margin-bottom: 2px;
} */

#section-technologies-long .row > div:not(.title) {
    @media screen and (min-width: 992px) {
        display: grid;
        gap: 20px;
        grid-template-columns: 1fr 1fr 1fr;
    }
    @media screen and (max-width: 991px) {
        padding: 0.5rem;
    }
}

#section-technologies-long h4.plus::before {
    mask-image: url("data:image/svg+xml,%3Csvg%20class%3D%22e-font-icon-svg%20e-fas-plus%22%20viewBox%3D%220%200%20448%20512%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M416%20208H272V64c0-17.67-14.33-32-32-32h-32c-17.67%200-32%2014.33-32%2032v144H32c-17.67%200-32%2014.33-32%2032v32c0%2017.67%2014.33%2032%2032%2032h144v144c0%2017.67%2014.33%2032%2032%2032h32c17.67%200%2032-14.33%2032-32V304h144c17.67%200%2032-14.33%2032-32v-32c0-17.67-14.33-32-32-32z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
}

#section-technologies-long h4.minus::before {
    mask-image: url("data:image/svg+xml,%3Csvg%20class%3D%22e-font-icon-svg%20e-fas-minus%22%20viewBox%3D%220%200%20448%20512%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M416%20208H32c-17.67%200-32%2014.33-32%2032v32c0%2017.67%2014.33%2032%2032%2032h384c17.67%200%2032-14.33%2032-32v-32c0-17.67-14.33-32-32-32z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    background-color: #295E1C;
}

#section-technologies-long h4.minus {
    color: #3f972c;
}

/* #section-technologies-long p {
    display: none;
}  */

#section-technologies-long .techicon {
    width: 30px;
    height: 30px;
    color: #3f972c;
    display: flex;
}

#section-technologies-long .techicon svg {
    max-width: 30px;
    max-height: 30px;
    fill: #3f972c;
    display: block;
}

.navbar .navbar-toggler {
    outline: 0;
    border-width: 0;
}
.btn.btn-sm {
    padding: .5rem 1.6rem;
    font-size: .64rem;
}
.btn{
    padding: .84rem 2.14rem;
    margin: .375rem;
    font-size: .81rem;
    border: 0;
    color: white;
    text-transform: uppercase;
    overflow: visible !important;
}
.waves-effect {
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.z-depth-0 {
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
}
/* Global start */
.menu-item-212, .menu-item-208{
    border-bottom: none !important;
}
.navbar-nav li{
    padding-left: 9px;
    padding-right: 9px;
}

.navbar-nav li a{
    /* letter-spacing: 0.3px; */
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    line-height: 1.8;
    font-size: 16px;
    color: inherit;
    padding: .3125em 0 .1875em;
    border-bottom: 1px solid transparent;
    transition: .2s ease border-color, .2s ease color;
}
.navbar-nav>li>a:hover {
    border-bottom: 2px solid #3f972c;
    opacity: .8;
    color: inherit;
}

.wpcf7-form input[type=”submit”]:hover, .wpcf7-submit:hover{
    border: none !important;
}
.wpcf7-form .wpcf7-response-output.wpcf7-validation-errors {
    border-radius: 10px;
    color: #FFBABA;
    background-color: rgb(167, 16, 16);
    border: 1px solid #FFBABA;
    padding: 15px;
}
.wpcf7-form .wpcf7-response-output.wpcf7-validation-errors::before{
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900; 
    content: '\f00d';
    padding: 3px;
}
.wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
    border-radius: 10px;
    color: #4F8A10;
    background-color: #DFF2BF;
    border: 1px solid #4F8A10;
    padding: 15px;
}
.wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok::before{
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900; 
    content: '\f00c';
    padding: 3px;
}
.wpcf7-not-valid-tip{
    border-radius: 10px;
    color: rgb(158, 17, 17) !important;
    padding: 10px;
}
.newcontact{
    border-radius: 30px;
    background: linear-gradient(90deg, #3f972c, #a0c700) !important;
    width: 225px;
    padding-top: 1rem;
    padding-bottom: 1rem;
    text-align: center;
}

.newcontact p {
    display: flex;
    align-items: center;
    margin: 0 1rem;
    gap: 0.5rem;
}

.submitclass{
    border: none !important;
    background: none !important;
    color: white !important;
    text-transform: uppercase !important;
    letter-spacing: 1.3px !important;
    font-size: 16px;
}
.nowaves{
    overflow: visible !important;
}
.readmoreicon{
    font-size: inherit;
}
.ajax-loader{
    position: absolute;
}

body{
    font-family: "Montserrat" !important;
}

.shadow-none{
    border: none;
}

ul .dropdown-menu{
    position: relative;
    z-index: 20;
    min-width: 4rem !important;
    width: 1rem !important;
    text-align: center;
    background-color: rgb(16,16,16);
    color: #fff;
}

.dropdown-item {
    border-bottom: 1px solid transparent;
    transition: .2s ease border-color, .2s ease color;
}

.dropdown-item:hover {
    color: inherit;
    background-color: inherit;
    border-bottom: 2px solid #3f972c;
    opacity: .8;
}

.posthover:hover{
    transform: scale(1.01);
}

.news-row{
    margin-bottom: 1rem;
}

nav .active{
	position: relative;
    border-bottom: solid 1px black;
}

.fixed-top-second{
    top: 85px !important;
    z-index: 10 !important;
}

.singlenav{
    margin-top: 85px !important;
}

.doublenav{
    margin-top: 140px !important;
}

.border-bottom-orange{
    border-bottom-color: red !important;
    background-color: rebeccapurple !important;
}

.letter-spacing{
    letter-spacing: 1.3px !important;
}

.main-green-gradient{
    background: linear-gradient(90deg, #3f972c, #a0c700) !important;
}

.text-green-gradient{
    background:-moz-linear-gradient(top, #3f972c 0%, #a0c700 100%); 
    background: -webkit-linear-gradient(top, #3f972c 0%,#a0c700 100%); 
    background: linear-gradient(to bottom, #3f972c 0%,#a0c700 100%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
   -webkit-text-fill-color:transparent;
}


.main-secondarygreen-gradient{
    background: linear-gradient(90deg, #347d4f, #329532) !important;
}

.main-red-gradient{
    background: linear-gradient(90deg, #ce1927, #f4a100) !important;
}

.main-blue-gradient{
    background: linear-gradient(90deg, #0089b5, #70c7ec) !important;
}

.main-secondaryblue-gradient{
    background: linear-gradient(90deg, #2c4aaf, #50b2d9) !important;
}

.main-purple-gradient{
    background: linear-gradient(90deg, #5b3178, #b894c3) !important;
}

.main-gray-gradient{
    background: linear-gradient(90deg, #F0F0F0, #ffffff) !important;
    padding-bottom: 3.5rem !important;
    margin-top: 3.5rem !important;
}

h1.h1-responsive{
    padding-top: 3rem !important;
    padding-bottom: 2rem !important;
}

h2.h1-responsive{
    padding-top: 3rem !important;
    padding-bottom: 2rem !important;
}

.expertcard-responsive{
    padding: 1.5rem !important;
    margin-bottom: 3rem !important;
    /* margin-top: 3rem !important; */
}

#section-experts .row{
    margin-top: 1.5rem !important;
}

.rounded-button{
    border-radius: 50px !important;
}

#section-footer{
    margin-top: 50px;
    color: #A3A3A8;
}

.ttcn3tick{
    position: relative;
}
.ttcn3tick span{
    position: absolute;
    bottom: 5px;
}




/* Global end */



/* Section-landing start */

.section-landing{
    padding-top: 94px;
    text-align: center;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.section-landing > .container {
    padding-top: 50px;
    padding-bottom: 110px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    gap: 25px;
}

.section-landing.softwarelanding {
    background-image: url("img/e-bg-5-scaled.webp");
    background-repeat: no-repeat;
    background-size: cover;
}

.section-landing.section-news {
    background-image: url("img/news/news-scaled-dark.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.section-landing.section-webdev {
    background-image: url("img/webdevelopment/veebiarendus_webdevelopment_bg.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: 100%;
    background-position-y: 50%;
}

#section-devprocess .bootstrap-icon {
    color: #8DB813;
}

#section-devprocess > div {
    flex-direction: column;
}

#section-devprocess .container.ai-center {
    align-items: center;
}

#section-devprocess .row {
    position: relative;
}

#section-devprocess .row.right-align {
    justify-content: flex-end;
}

#section-devprocess .row > div {
    padding-top: 1%;
    padding-bottom: 1%;
}

#section-devprocess img.process-arrow {
    z-index: 1;
    pointer-events: none;
    margin-top: -3%;
    width: 50%;
    align-self: center;
}

#section-devprocess img.pictogram {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

#section-devprocess img.pictogram.right-float {
    right: 20%;
}

#section-devprocess img.pictogram.left-float {
    left: 20%;
}

#section-devprocess .row button {
    padding: 0;
    background: transparent;
}

#section-devprocess.whitesection .elvior-bg-black {
    font-weight: 500;
    color: #fff;
    font-family: "Montserrat", sans-serif;
}


#section-devprocess.whitesection h3 {
    color:#3f972c;
    text-transform: uppercase;
    text-align: left;
}

#section-devprocess.whitesection b {
    font-weight: 600;
    color:#3f972c;
}

#section-devprocess.whitesection #tick-right, #section-devprocess.whitesection #tick-left {
    font-size: 19px;
}

#section-devprocess.whitesection .elvior-bg-black.talr p, #section-devprocess.whitesection .elvior-bg-black.talr h3 {
    text-align: right;
}

#section-devprocess .accordion-preview .accordion-body::after {
    cursor: pointer;
}

#section-devprocess .accordion-preview .collapse:not(.show) {
    height: 170px;
    display: block;
}
#section-devprocess .accordion-preview .collapse:not(.show) .accordion-body {
    max-height: 170px;
    position: relative;
    overflow: hidden;
}

#section-devprocess .accordion-preview .collapsing {
    height: 170px;
}

#section-devprocess .accordion-preview .collapsing .accordion-body::after {
    transition: background .35s ease;
    background: linear-gradient(to top,
    rgba(0,0,0, 0) 5%, 
    rgba(0,0,0, 0) 60%
 );
} 

#section-devprocess .accordion-preview .accordion-body::after {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: linear-gradient(to top,
       rgba(255,255,255, 1) 5%, 
       rgba(255,255,255, 0) 60%
    );
}

#section-devprocess .accordion-preview .show .accordion-body::after {
    content: none;
}

#section-devprocess .elvior-bg-black .accordion-preview .accordion-body::after {
    background: linear-gradient(to top,
    rgba(0,0,0, 1) 5%, 
    rgba(0,0,0, 0) 60%
 );
}

#section-devprocess .sm-screen .container {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding-top: 20px;
    padding-bottom: 20px;
}


#section-devprocess .sm-screen .container .title {
    flex-grow: 1;
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

#section-devprocess .elvior-bg-black img.pictogram-sm {
    background-color: rgba(256, 256, 256, 0.85);
}

#section-devprocess img.pictogram-sm {
    width: 64px;
    height: auto;
}

#section-devprocess .sm-screen .container h3 {
    font-size: 32px;
    flex-grow: 1;
    margin-bottom: 0;
}
#section-devprocess h3.talr {
    text-align: right;
}

#section-news a{
    color: #3f972c;
}

.section-landing.testinglanding {
    background-image: url("img/22.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: 100%;
    background-position-y: 50%;
}

.section-landing.aboutuslanding {
    background-image: url("img/suvepaev23.webp");
    background-position-y: bottom;
    background-size: 100%;
    /* Heading height */
    margin-top: 105px;
    height: 0px;
    padding-top: 50%;
    background-repeat: no-repeat;
    position: relative;
}

.section-landing.aboutuslanding .container {
    position: absolute;
    top: 0px;
    @media screen and (max-width: 991px) {
        padding-top: 1rem;
    }
}
.section-landing.aboutuslanding h1 {
    color: #8DB813;
}
.section-landing.aboutuslanding .landing-othertext {
    color:rgb(0, 0, 0);
}

.section-landing.ttcnlanding {
    background-image: url("img/ttcn3/landing-background-dark.webp");
    background-size: cover;
}
/* 
.section-landing::before {
    content: "";
    display: block;
    background-color: rgba(0, 0, 0, 0.78);
    position: absolute;
    opacity: 0.35;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
} */

#section-moreinfo, #section-eliko, #section-eos {
    font-family: "Montserrat", sans-serif;
    font-size: 19px;
    font-weight: 400;
    color:#fff;
}

#section-moreinfo b, #section-eliko b, #section-eos b {
    color:#3f972c;
    font-weight: 700;
}

#section-moreinfo p, #section-eliko p, #section-eos p {
    text-align: left;
    line-height: normal;
    margin-bottom: 0;
}

#section-features .tick, #section-3gpp .tick{
    font-weight: 700;    
    font-size: 18px;
}

#section-features .heading, #section-3gpp .heading{
    font-weight: 700;    
    font-size: 19px;
    color: #3f972c;
}

#section-features .tick a, #section-3gpp .tick a, #section-3gpp .ticklight a{
    color: #3f972c;
    /* font-weight: 700; */
}

#section-features .tick::before, #section-3gpp .tick::before, #section-experts #tick-left-white::before, #section-experts #tick-left::before, #section-devprocess #tick-left::before{
    display: inline-block;
    content: '';
    width: 100%;
    color: transparent;
    height: 10px;
    width: 14px;
    mask-image: url("data:image/svg+xml,%3Csvg%20aria-hidden%3D%22true%22%20class%3D%22e-font-icon-svg%20e-fas-check%22%20viewBox%3D%220%200%20512%20512%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M173.898%20439.404l-166.4-166.4c-9.997-9.997-9.997-26.206%200-36.204l36.203-36.204c9.997-9.998%2026.207-9.998%2036.204%200L192%20312.69%20432.095%2072.596c9.997-9.997%2026.207-9.997%2036.204%200l36.203%2036.204c9.997%209.997%209.997%2026.206%200%2036.204l-294.4%20294.401c-9.998%209.997-26.207%209.997-36.204-.001z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    background-color: #295E1C;
    mask-repeat: no-repeat;
    mask-size: 14px;
    mask-position: bottom;
}
#section-features .ticklight, #section-3gpp .ticklight {
    margin-left: 17px;
    font-weight: 500;    
    /* font-size: 14px; */
}
#section-features .ticklight::before, #section-3gpp .ticklight::before{
    display: inline-block;
    content: '';
    width: 100%;
    color: transparent;
    height: 10px;
    width: 14px;
    mask-image: url("data:image/svg+xml,%3Csvg%20aria-hidden%3D%22true%22%20class%3D%22e-font-icon-svg%20e-fas-check%22%20viewBox%3D%220%200%20512%20512%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M173.898%20439.404l-166.4-166.4c-9.997-9.997-9.997-26.206%200-36.204l36.203-36.204c9.997-9.998%2026.207-9.998%2036.204%200L192%20312.69%20432.095%2072.596c9.997-9.997%2026.207-9.997%2036.204%200l36.203%2036.204c9.997%209.997%209.997%2026.206%200%2036.204l-294.4%20294.401c-9.998%209.997-26.207%209.997-36.204-.001z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    background-color: #295E1C;
    mask-repeat: no-repeat;
    mask-size: 14px;
    mask-position: bottom;
}

#section-devprocess #tick-right::before{
    display: inline-block;
    content: '';
    width: 100%;
    color: transparent;
    height: 10px;
    width: 14px;
    mask-image: url("data:image/svg+xml,%3Csvg%20aria-hidden%3D%22true%22%20class%3D%22e-font-icon-svg%20e-fas-check%22%20viewBox%3D%220%200%20512%20512%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M173.898%20439.404l-166.4-166.4c-9.997-9.997-9.997-26.206%200-36.204l36.203-36.204c9.997-9.998%2026.207-9.998%2036.204%200L192%20312.69%20432.095%2072.596c9.997-9.997%2026.207-9.997%2036.204%200l36.203%2036.204c9.997%209.997%209.997%2026.206%200%2036.204l-294.4%20294.401c-9.998%209.997-26.207%209.997-36.204-.001z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    background-color: #295E1C;
    mask-repeat: no-repeat;
    mask-size: 14px;
    mask-position: bottom;
}

#section-3gpp .elvior-bg-light-grey {
    padding-top: 30px;
    padding-bottom: 30px;
}

.landing-maintext > h1 {
    font-size: 65px;
    font-weight: 800;
    font-family: Montserrat,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol','Noto Color Emoji';
}

.landing-othertext {
    font-family: "Inter", sans-serif;
    font-weight: 300;
    font-size: 22px;
    color: rgb(232, 232, 232);
    text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;
    text-align: center;
    stroke: rgb(0, 0, 0);
}

.section-landing .divider {
    border-bottom: 6px solid #3f972c;
    width: 298px;
}

#section-text, #section-extra {
    color: #fff;
}

#section-text h3, #section-extra h3 {
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-size: 28px;
    color: #fff;
}

#section-text.whitesection .webdev, #section-extra.whitesection .webdev {
    text-align: left;
}

#section-text.whitesection .webdev b, #section-extra.whitesection .webdev b {
    color: #3f972c;
}

#section-text.whitesection .webdev>h2, #section-extra.whitesection .webdev>h2 {
    text-align: left;
    color: #000;
    font-family: "Lato", Sans-serif;
    font-size: 32px;
    font-weight: 800; 
}
#section-text.whitesection .gray-rounded-bg .webdev>h2 , #section-extra.whitesection .gray-rounded-bg .webdev>h2 {
    color: #3f972c;
}

#section-text.whitesection .webdev>h2::after, #section-extra.whitesection .webdev>h2::after {
    content: none;
}

#section-text a, #section-extra a {
    font-weight: 700;
    color: #fff;
}

#section-text a:hover, #section-extra a:hover {
    text-decoration: none;
}

#section-text, #section-extra {
    color:#525252;
    /* font-family: "Montserrat", Sans-serif;
    font-size: 17px;
    font-weight: 400;
    background-color: #f5f5f5;  */
}

#section-extra {
    background-color: #fff; 
    display: flex;
    flex-direction: column;
    gap: 20px;
}

#section-text p, #section-extra p {
    text-align: left;
    /* margin-top:0;
    margin-bottom:0; */
    line-height: normal;
}

#section-text .row, #section-extra .row {
    background-image: none;
    margin: 0;
}

#section-text .row img, #section-extra .row img, #section-moreinfo .row img, #section-eos .row img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

#section-text .row>div, #section-extra .row>div {
    text-align: center;
}

#section-text h1, #section-extra h1 {
    text-align: left;
    color:#000;
    font-family: "Lato", Sans-serif;
    font-size: 32px;
    font-weight: 800;
}

#section-text .gray-rounded-bg {
    background-color: #fff;
    background-image: none;
}

#section-extra .gray-rounded-bg {
    background-color: #f5f5f5;
    background-image: none;
}

#section-text .gray-rounded-bg h1, #section-extra .gray-rounded-bg h1 {
    color: #3f972c;
}

.rounded-div{
    border-radius: 30px;
}

/* Section-landing end */

.price-card{
    border-radius: 10px;
    width: 100%;
    height: 110px;
    color: white;
    position: relative;
}
.whitesection .price-card h5 {
    color: white;
}
.arrow-down {
    position: absolute;
    top: 97%;
    height: 100px;
    width: 100%;
    clip-path: polygon(50% 22%, 45% 0, 55% 0);
}
.bigbox{
    height: 130px;
}


.price-plan{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#section-pricing .pricing-list p {
    text-align: center;
}

.green-gradient {
    background: linear-gradient(40deg, #1d6914, #04df4d)!important
}
.main-feature{
    font-size: 1.2rem !important;
    color: rgb(48, 155, 48) !important;
}
#section-news h3 {
    cursor: pointer;
    font-weight: 400;
    font-size: 26px;
}
#section-news h3.news-text {
    text-align: left;
    font-weight: 600;
    color: #3f972c;
}

#section-news h2  {
    font-size: 26px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}

#section-news h2::after {
    content: none;
}


/* Section-moto start */
#section-moto {
    background-image: url("img/cropped-cropped-elvior-bg-scaled-1.webp");
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column-reverse;
    min-height: 790px;
    justify-content: center;
    align-items: center;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    gap: 20px;
    position: relative;
}

#section-moto .divider {
    border-bottom: 6px solid #3f972c;
    min-width: 298px;
    padding: 5px;
}

#section-moto .moto-text {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 30px;
    color: rgb(232, 232, 232);
    text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;
    text-align: center;
    stroke: rgb(0, 0, 0);
}

/* #section-moto::after {
    bottom: 0;
    position: absolute;
    content: '';
    background: linear-gradient(0deg, rgba(158, 195, 54, 1) 0%, rgba(255, 255, 255, 0) 50%);
    width: 100%;
    height: 5px;
} */

/* Section-moto end */
.lgx_app_layout_carousel .lgx_lsw_nav_top_right {
    text-align: center !important;
}
/* Section landing idea start */

.section-landing-idea {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    /* background-color: #295E1C; */
    padding-top: 25px;
    padding-bottom: 25px;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    background: linear-gradient(180deg, rgba(166, 200, 70, 0.3) 0%, rgba(166, 200, 70, 1) 30%, rgba(255, 255, 255, 1) 100%);
}

.section-landing-idea .container {
    max-width: 1140px;
    display: flex;
    flex-direction: row-reverse;
    gap: 20px;
}

.section-landing-idea .idea-text {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    color: rgb(82,82,82);
    font-size: 19px;
    font-weight: 400;
    line-height: normal;
    font-family: "Montserrat", sans-serif;
}

.section-landing-idea .idea-text p {
    /* line-height: normal; */
    /* margin-bottom: 0; */
    line-height: normal;
}

.section-landing-idea .idea-text .idea-heading {
    color: rgb(255,255,255);
    font-size: 19px;
    font-weight: 700;
}
.section-landing-idea h2 {
    font-family: "Lato", sans-serif;
    display: inline-block;
    font-size: 50px;
    font-weight: 900;
    color:#000;
}

.section-landing-idea h2::after {
    display: inline-block;
    content: '';
    width: 100%;
    color: transparent;
    height: 25px; /* Adjust to fit the height of the SVG */
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' overflow='visible' height='100%' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='square' stroke-miterlimit='10'%3E%3Cpath d='M0,6c6,0,0.9,11.1,6.9,11.1S18,6,24,6'/%3E%3C/svg%3E");
    background-color: #fff;
    mask-repeat: repeat-x;
    mask-size: 25px;
  }

.section-landing-idea#brand-slider .container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
/* Section landing idea end */

/* Section landing details start */
.section-landing-details {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 25px;
    padding-bottom: 25px;
    justify-content: center;
    align-items: center;
    display: flex;
}
.section-landing-details .container .row {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.section-landing-details .container .row .landing-details-text {
    flex-grow: 1;
}
.section-landing-details .container .row .details-pic {
    flex-grow: 0;
}
.section-landing-details.white-bg {
    background-color: #fff;
}
.section-landing-details.black-bg {
    background-color: #000;
}
.section-landing-details .landing-details-heading {
    display: inline-flex;
}
/* .section-landing-details .landing-details-heading h2 {
    font-family: "Lato", sans-serif;
    display: inline-block;
    font-size: 50px;
    font-weight: 900;
} */
.section-landing-details.white-bg .landing-details-heading h2 {
    color:#000;
}
.section-landing-details.black-bg .landing-details-heading h2 {
    color:#fff;
}
.section-landing-details .landing-details-heading h2::after {
    display: inline-block;
    content: '';
    width: 100%;
    color: transparent;
    height: 25px; /* Adjust to fit the height of the SVG */
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' overflow='visible' height='100%' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='square' stroke-miterlimit='10'%3E%3Cpath d='M0,6c6,0,0.9,11.1,6.9,11.1S18,6,24,6'/%3E%3C/svg%3E");
    background-color: #295E1C;
    mask-repeat: repeat-x;
    mask-size: 25px;
  }

  .section-landing-details .landing-details-text {
    font-size: 19px;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
  }

  .section-landing-details .landing-details-text p {
    display: block;
    margin-bottom: 0;
    line-height: normal;
  }

  .section-landing-details.white-bg .landing-details-text {
    color: rgb(82,82,82);
  }

  .section-landing-details.black-bg .landing-details-text {
    color: rgb(255,255,255);
  }


  .section-landing-details .landing-details-text b {
    color: #3f972c;
    font-weight: 700;
    text-size-adjust: 100%;
  }

  .section-landing-details .landing-details-button .btn {
    background-color: #295E1C;
    font-size: 16px;
    font-weight: 700;
    margin: 20px;
  }
/* Section landing details end */
#section-contact {
    text-align: center;
}
#section-contact .section-contact-heading {
    display: inline-flex;
}
#section-contact .section-contact-heading h2 {
    font-family: "Lato", sans-serif;
    display: inline-block;
    font-size: 50px;
    font-weight: 900;
}

#section-contact .section-contact-heading h2 {
    color:#fff;
}
#section-contact .section-contact-heading h2::after {
    display: inline-block;
    content: '';
    width: 100%;
    color: transparent;
    height: 25px; /* Adjust to fit the height of the SVG */
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' overflow='visible' height='100%' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='square' stroke-miterlimit='10'%3E%3Cpath d='M0,6c6,0,0.9,11.1,6.9,11.1S18,6,24,6'/%3E%3C/svg%3E");
    background-color: #295E1C;
    mask-repeat: repeat-x;
    mask-size: 25px;
  }

/* Section-main start */

.frontpage-card{
    width: 290px;
    /* height: 175px; */
    height: 215px;
    border-radius: 20px;
    position: absolute;
    /*top: 96%;*/
    /* left:  0;
    top: 6rem; */
    top: 50%;
    transform: translateY(-50%);
}
.frontpage-card-body{
    position: relative;
}

.frontpage-card-button{
    position: absolute;
    /* top: 5.6rem; */
    top: 7.5rem;
    left:  8.7rem;
    font-size: 1em;
    border-radius: 50px !important;
}

/* .card-title
{
    font-size: 2rem;
} */

/* Section-main end */

/* intro start */
.intro-div {
    background-color: #f5f5f5;
    color: rgb(82,82,82);
    font-size: 19px;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
}

.intro-div .intro-card {
    max-width: 1140px;
    background-color: #f5f5f5;
    border: 0;
}
.intro-div .intro-card .card-body {
    line-height: normal;
}

.intro-div .intro-card b {
    color: #3f972c;
}

.intro-div .intro-card a {
    color: #3f972c;
}

.intro-div .intro-card a:hover {
    text-decoration: none;
}
/* intro end */

/* whitesection */
.whitesection {
    padding-top: 50px;
    background-color: #fff;
    text-align: center;
    color:#525252;
    font-family: "Montserrat", Sans-serif;
    font-size: 19px;
    font-weight: 400
}
.whitesection h2, #section-news>h2 {
    font-family: "Lato", sans-serif;
    display: inline-block;
    font-size: 50px;
    font-weight: 900;
    color:#000;
}

.whitesection h2::after, #section-news>h2:after {
    display: inline-block;
    content: '';
    width: 100%;
    color: transparent;
    height: 25px; /* Adjust to fit the height of the SVG */
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' overflow='visible' height='100%' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='square' stroke-miterlimit='10'%3E%3Cpath d='M0,6c6,0,0.9,11.1,6.9,11.1S18,6,24,6'/%3E%3C/svg%3E");
    background-color: #295E1C;
    mask-repeat: repeat-x;
    mask-size: 25px;
  }

.whitesection p {
    text-align: left;
    /* margin-top:0;
    margin-bottom:0; */
    line-height: normal;
}

.whitesection h5 {
    color: #3f972c;
}

.whitesection a {
    color: #3f972c;
}

.elvior-bg-black h2 {
    text-align: center;
    font-family: "Lato", sans-serif;
    display: inline-block;
    font-size: 50px;
    font-weight: 900;
    color:#fff;
    margin-bottom: 40px;
}

/* Section-products start */

#section-products{
    background: #fff;
    color: rgb(82,82,82);
} 

#section-products .section-products-heading {
    text-align: center;
}

#section-products h2 {
    font-family: "Lato", sans-serif;
    display: inline-block;
    font-size: 50px;
    font-weight: 900;
    color:#000;
}

#section-products h2::after {
    display: inline-block;
    content: '';
    width: 100%;
    color: transparent;
    height: 25px; /* Adjust to fit the height of the SVG */
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' overflow='visible' height='100%' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='square' stroke-miterlimit='10'%3E%3Cpath d='M0,6c6,0,0.9,11.1,6.9,11.1S18,6,24,6'/%3E%3C/svg%3E");
    background-color: #295E1C;
    mask-repeat: repeat-x;
    mask-size: 25px;
  }

.products-text{
    padding-top: 3rem;
}

.products-button{
    border-radius: 50px !important;
}


/* Section-products end */



/* Section-contact start */

.contactus-button{
    border: none;
    text-transform: uppercase !important;
    letter-spacing: 1.3px !important;
    border-radius: 30px;
    cursor: pointer;
}

.contact-form{
    margin-top: 0.75rem;
    border: none;
    -webkit-box-shadow: 4px 2px 10px rgba(5, 4, 4, 0.103), -4px -4px 10px rgba(0, 0, 0, 0.103);
    box-shadow: 4px 2px 10px rgba(0, 0, 0, 0.103), -4px -4px 10px rgba(0, 0, 0, 0.103);
    border-radius: 11px;
    font-weight: 900;
}

.contact-responsive{
    padding: 1.5rem;
    /* margin-bottom: 1.5rem; */
}



/* Section-contact end*/




/* Section-footer start*/

#section-footer{
    padding-top: 4rem;
    margin-top: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    /* box-shadow: 0 -15px 15px -15px rgb(153, 153, 153); */
    /* box-shadow: 0 -3px 3px -3px rgb(153, 153, 153); */
    margin-left: 1rem;
    margin-right: 1rem;
    margin-bottom: 60px;
}



#section-footer a, #section-footer a:hover{
    color: rgb(141, 184, 19);
}


/* Section-footer end */




/* Section-experts start */

.experts-card{
    border-radius: 6px !important;
    height: 100%;
}
#section-experts i{
    font-size: 0.8rem;
}

.experts-card > div {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.experts-card h4 {
    text-align: center;
    padding-top: 1rem !important;
    color: #000;
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    font-size: 18px;
}

.experts-card p {
    color: #000;
    /* font-size: 19px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400; */
}

/* Section-experts end */



/* Section-technologies-long start */

.nav-pills.default-pills .nav-item a {
    text-align: left;
    color: #666;
    border-radius: 0
}

.nav-pills.default-pills .nav-item a:hover {
    background-color: transparent;
    color: #45526e;
    border-left: .0625rem solid #45526e; 
    font-weight: 500
}

.nav-pills.default-pills .nav-item a.active {
    background-color: transparent;
    color: #45526e;
    border-left: .125rem solid #45526e;
    box-shadow: none;
    font-weight: 500
}

.nav-pills.default-pills .nav-item a.active:active,
.nav-pills.default-pills .nav-item a.active:focus,
.nav-pills.default-pills .nav-item a.active:hover {
    background-color: transparent;
    color: #45526e;
    font-weight: 500
}

.nav-pills .nav-item+.nav-item {
    margin-left: 0
}
.md-pills {
    border: 0
}

.md-pills li {
    padding: .6rem
}

.md-pills .show>.nav-link {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    color: #fff;
    background-color: #2bbbad
}

.md-pills .nav-link {
    transition: .4s;
    border-radius: 2px;
    color: #666;
    text-align: center
}

.md-pills .nav-link.active {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12); 
    color: #fff;
    background-color: #2bbbad
}

.md-pills .nav-link.active:hover {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
}

.pills-primary .nav-link.active,
.pills-primary .show>.nav-link,
.tabs-primary {
    background-color: #4285f4!important;
}

.pills-blue .nav-link.active,
.pills-blue .show>.nav-link,
.tabs-blue {
    background: linear-gradient(90deg, #2c4aaf, #50b2d9) !important;
    border-radius: 15px;
}

/* Section-technologies-long end */

#lgx_logo_slider_app_1477 .lgx_logo_slider {
    width: unset !important;
}


/* Section-process start */

#section-process p{
    margin-bottom: 0.5rem !important;
}

.sm-text{
    font-size: 15px !important;
}

#section-process .process-pic {
    max-width: 700px;
}

#section-process>div {
    display: flex;
    align-items: center;
    flex-direction: column;
}

/* Section-process end */
.fit-image{
    width: 100%;
    object-fit: cover;
    height: 100px;
}

#section-team .container{
    text-align: center;
}

#section-team .container h2 {
    margin-bottom: 30px;
    margin-top: 30px;
}

.team-cards {
    max-width: 1140px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}

.team-cards .card {
    /* width: 50%; */
    max-width: 325px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: transparent;
    margin-bottom: 30px;
}

.team-cards .card .email {
    display: none;
}

.team-cards .card .name {
    color: #3f972c;
    font-weight: 800;
    font-family: "Inter", sans-serif;
    font-size: 30px;
    line-height: normal;
}

.team-cards .card .position {
    color: #fff;
    font-weight: 800;
    font-family: "Inter", sans-serif;
    font-size: 30px;
    line-height: normal;
}

.team-cards .card .name::after {
    display: inline-block;
    content: '';
    width: 100%;
    color: transparent;
    height: 25px; /* Adjust to fit the height of the SVG */
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' overflow='visible' height='100%' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='square' stroke-miterlimit='10'%3E%3Cpath d='M0,6c6,0,0.9,11.1,6.9,11.1S18,6,24,6'/%3E%3C/svg%3E");
    background-color: #fff;
    mask-repeat: repeat-x;
    mask-size: 25px;
}

.team-cards .card .image {
    height: 225px;
    width: 225px;
    background-color: #fff;
    border-radius: 50%;
    overflow:hidden;
}

.team-cards .card .image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: center top;;
}

.team-text{
    letter-spacing: 2px;
}

#section-careers .container .row .image {
    object-fit: contain;
    padding-top: 60px;
}

#section-careers img {
    width: 100%;
    height: auto;
}

#section-careers .career-cards {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

#section-careers .career-card {
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(68,68,68, 0.3);
}

#section-careers .career-card h4 {
    font-family: "Montserrat", sans-serif;
    font-size: 19px;
    font-weight: 800;
    color: #000;
    text-align: start;
    display: inline-block;
    padding: 10px;
    margin: 0;
    cursor: pointer;
}

#section-careers .career-card h4::before {
    display: inline-block;
    content: '';
    width: 100%;
    color: transparent;
    height: 25px;
    width: 40px;
    mask-image: url("data:image/svg+xml,%3Csvg%20class%3D%22e-font-icon-svg%20e-fas-laptop-code%22%20viewBox%3D%220%200%20640%20512%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M255.03%20261.65c6.25%206.25%2016.38%206.25%2022.63%200l11.31-11.31c6.25-6.25%206.25-16.38%200-22.63L253.25%20192l35.71-35.72c6.25-6.25%206.25-16.38%200-22.63l-11.31-11.31c-6.25-6.25-16.38-6.25-22.63%200l-58.34%2058.34c-6.25%206.25-6.25%2016.38%200%2022.63l58.35%2058.34zm96.01-11.3l11.31%2011.31c6.25%206.25%2016.38%206.25%2022.63%200l58.34-58.34c6.25-6.25%206.25-16.38%200-22.63l-58.34-58.34c-6.25-6.25-16.38-6.25-22.63%200l-11.31%2011.31c-6.25%206.25-6.25%2016.38%200%2022.63L386.75%20192l-35.71%2035.72c-6.25%206.25-6.25%2016.38%200%2022.63zM624%20416H381.54c-.74%2019.81-14.71%2032-32.74%2032H288c-18.69%200-33.02-17.47-32.77-32H16c-8.8%200-16%207.2-16%2016v16c0%2035.2%2028.8%2064%2064%2064h512c35.2%200%2064-28.8%2064-64v-16c0-8.8-7.2-16-16-16zM576%2048c0-26.4-21.6-48-48-48H112C85.6%200%2064%2021.6%2064%2048v336h512V48zm-64%20272H128V64h384v256z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    background-color: #295E1C;
    mask-repeat: no-repeat;
    mask-size: 25px;
    mask-position: bottom;
}

#section-careers .career-card .career-text {
    /* font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400; */
    color: rgb(82,82,82);
    text-align: start;
    display: inline-block;
    padding: 10px;
    border-top: 1px solid rgba(68,68,68, 0.3);
    display: none;
}

#section-careers .career-card .career-text p {
    line-height: normal;
}

#section-careers .career-card .career-text b, #section-careers .career-card .career-text strong {
    font-weight: 800;
    color:#3f972c;
}

#section-careers .career-card .career-text a {
    text-decoration: none;
    color:#3f972c;
}

#section-contactus {
    background-color: #fff;
}

.close-icon{
    overflow: visible !important;
    font-size: 24px;
    transition: all 0.7s ease-in-out;
    cursor: pointer;
}
.close-icon:hover{
    overflow: visible !important;
    transition: all 0.7s ease-in-out;
    transform: scale(1.15);
}
.close-text-right{
    overflow: visible !important;
    position: absolute;
    left: -22px;
    top: 50%;
    transform: translateY(-50%);
    color: #3f972c;
}
.close-text-left{
    overflow: visible !important;
    position: absolute;
    right: -22px;
    top: 50%;
    transform: translateY(-50%);
    color: #3f972c;
}

.process-text-left p{
    padding-left: 10px;
    padding-right: 8px;
    direction: ltr;
    position: relative;
}
.process-text-right p{
    padding-right: 10px;
    padding-left: 8px;
    position: relative;
}

.scrollbox::-webkit-scrollbar{
    width: 15px;
} 
.scrollbox::-webkit-scrollbar-track{
    background: #f1f1f1;
    background:  #a0c700 !important;
}
  
.scrollbox::-webkit-scrollbar-thumb{
    background: #3f972c; 
}
  
.scrollbox::-webkit-scrollbar-thumb:hover{
    background: #125004 !important;
}
.parent{
    max-height: 175px !important;
    min-height: 160px !important;
}
.scroll-left{
    direction: rtl;
}
.scrollbox{
    /*z-index: 100;*/
    overflow-y: scroll;
    height: 150px;
    max-height: 150px;
    min-width: 140%;
    width: 140%;
    border-radius: 10px;
}

.scrollbox p{
    height: 100%;
}
.lahe{
    position: relative;
}
.side-container{
    height: 100%;
    overflow: hidden;
}
.sideinfo-left{
    opacity: 0;
    right: 50%;
    top: 50%;
    transform: translate(0%,-50%);
    position: absolute;
    font-size: 16px !important;
    background: burlywood;
    border-radius: 15px;
    height: 100% !important;
}
.shown{
    display: initial;
}

body.modal-open{
    overflow: auto;
} 
body{ 
    padding-right: 0 !important 
}
#section-technologies-long ul li .p-2{
    text-align: left;
}
/* #section-technologies-long p{
    margin-bottom: 0;
} */

/* ELVIOR COLORS */
.elvior-bg-black {
    background-color: rgb(0,0,0);
}

.elvior-bg-black-alpha {
    background-color: rgba(0,0,0, 0.9);
}

.elvior-bg-grey {
    background-color: rgb(16,16,16);
}

.elvior-bg-light-grey {
    background-color: #f5f5f5;
}

.elvior-bg-white {
    background-color: #fff;
}

.elvior-text-grey {
    color: rgb(120,120,127);
}

.elvior-text-green {
    color: rgb(141, 184, 19);
    color: #3f972c;
}

.elvior-bg-green {
    background-color: #295E1C;;
}