/*
Theme Name: MyTheme
Theme URI: https://cloudways.com
Description: Mytheme Built on bootstrap
Version:1.1
Author: Mladen
Author URI: https://cloudways.com
*/

h1 {
    font-size: 48px;
    font-family: 'Montserrat';
    font-weight: 800;
}

h2 {
    font-size: 48px;
    font-family: 'Montserrat';
    font-weight: 800;
    margin-bottom: 20px;
}

h3 {
    font-size: 26px;
    font-family: 'Montserrat';
    font-weight: 800;
    margin-bottom: 20px;
}

h4 {
    font-size: 16px;
    font-family: 'Montserrat';
    font-weight: 800;
    text-transform: uppercase;
}

body {
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
}

a:hover, button:hover {
    opacity: 0.8;
    text-decoration: none;
}

a:focus, button:focus, input:focus, textarea:focus {
    outline: none;
}

img {
    max-width: 100%;
}

.white {
    color: #fff;
}

.white-back {
    background-color: #fff;
}

.dark-green {
    color: #0C1A12;
}

.dark-green-back {
    background-color: #1B3A27;
}

.green {
    color: #1D5245;
}

button.dark-green-back {
    border: 3px solid #1B3A27;
}

.dark-green-back-2 {
    background-color: #1D5245;
}

button.dark-green-back-2 {
    border: 3px solid #1D5245;
}

.light-green {
    color: #90B87C;
}

.light-green-back {
    background-color: #90B87C;
}

.light-green-grad {
    background-color: #4D765F;
    background-image: linear-gradient(to right, #4D765F, #90B87C);
}

.green-grad {
    background-color: #4D765F;
    background-image: linear-gradient(to right, #1D5245, #4D765F);
}

.yellow-back {
    background-color: #F5BA41;
}

.grey {
    color: #ADADAD;
}

.grey-back {
    background-color: #F4F4F4;
}

.center {
    justify-content: center;
    align-items: center;
}

.relative {
    position: relative;
}

.bold {
    font-weight: 800;
}

.radius-15 {
    border-radius: 15px;
}

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

.lh-26 {
    line-height: 26px;
}

.pt-100 {
    padding-top: 100px;
}

.mb-100 {
    margin-bottom: 100px;
}

/*HEADER*/

.header {
    justify-content: space-between;
    font-family: 'Montserrat';
    font-weight: 800;
}

.header .white-input {
    display: flex;
    align-self: center;
}

.logo {
    display: flex;
    align-items: center;
}

.header .header-wrapp {
    display: flex;
    align-items: stretch;
}

.header .header-wrapp .nav-link {
    font-size: 16px;
    font-family: 'Montserrat';
    font-weight: 800;
    position: relative;
    color: #fff;
    padding-left: 14px;
    padding-right: 14px;
}

.header .header-wrapp .menu-item:first-child .nav-link {
    padding-left: 0;
}

.header .header-wrapp .menu-item:last-child .nav-link {
    padding-right: 0;
}

.header.navbar-dark .header-wrapp .nav-link {
    color: #fff;
}

.header-wrapper {
    position: fixed;
    width: 100%;
    z-index: 10;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

.custom-btn {
    min-width: 140px;
    border-radius: 30px;
    border: 3px solid;
    font-size: 13px;
    line-height: 46px;
    background-image: none;
    font-family: 'Montserrat';
    font-weight: 800;
    padding: 0 24px;
    padding: 8px 24px;
}
.posit {
    top: -45px;
}
.register-btn {
    color: #fff;
    background-color: #F5BA41;
    border: 3px solid #F5BA41;
}

.login-btn {
    color: #fff;
    background-color: transparent;
    border: 3px solid #F5BA41;
}

.lang {
    padding: 0 28px;
    background-color: #1B3A27;
    display: flex;
    align-items: center;
    width: 122px;
    justify-content: center;
}

.switcher ul {
    padding: 0;
    list-style: none;
    display: flex;
    margin-bottom: 0;
    justify-content: space-between;
}

.switcher {
    position: relative;
    width: 80px;
}

.switcher:after {
    content: '/';
    position: absolute;
    top: 0;
    z-index: 999;
    color: #fff;
    left: 50%;
    transform: translateX(-50%);
}

.lang .switcher .current-lang a {
    color: #90B87C;
}

.lang a, .lang span {
    color: #fff;
}

.lang .active {
    color: #90B87C;
}

.header-light.menu-bg-color {
    background-color: #fff;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    -webkit-box-shadow: 0px 0px 9px 3px rgba(41, 41, 41, .25);
    -moz-box-shadow: 0px 0px 9px 3px rgba(41, 41, 41, .25);
    box-shadow: 0px 0px 9px 3px rgba(41, 41, 41, .25);
}

.header-dark.menu-bg-color, .page-template-pagetemplate-contact-sr .header-light.menu-bg-color, .page-template-pagetemplate-contact .header-light.menu-bg-color {
    background-color: #1D5245;
    background-image: linear-gradient(to right, #1D5245, #4D765F);
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

/*FOOTER*/

.global-footer {
    background-color: #0C1A12;
    padding: 50px 0;
}

.white-input {
    height: 50px;
    width: 230px;
}
.menu-opened {
	display: none!important;
}
.f-l {
	float: right!important;
	margin-top: 10px;
}
.footer-content {
    justify-content: space-between;
}

.social-footer {
    font-size: 16px;
    color: #fff;
    font-family: 'Montserrat';
    font-weight: 800;
}

.social-footer .textwidget {
    margin-top: 20px;
}

.social-footer .textwidget p, .home-soc .icons {
    display: flex;
    /*min-width: 160px;*/
    min-width: 110px;
    justify-content: space-between;
}

.menu-footer li {
    list-style: none;
    margin-bottom: 10px;
}

.menu-footer a {
    font-size: 16px;
    color: #fff;
    font-weight: 800;
    font-family: 'Montserrat';
}

.info-footer {
    align-items: flex-start;
}

.info-footer img {
    margin-right: 10px;
}

.info-footer p {
    font-size: 12px;
    color: #fff;
    font-family: 'Montserrat';
    font-weight: 600;
    line-height: 1.5;
}

.textwidget p {
    margin-bottom: 0;
}

/*HOME*/

.home-first-section {
    background-color: #1D5245;
    background-image: linear-gradient(to right, #1D5245, #4D765F);
}

.case-big-sec {
    background-color: #fff;
}

.home-bottom-bar {
    position: absolute;
    right: 0;
    bottom: 0;
    min-height: 140px;
    display: flex;
    width: 100%;
    left: 0;
}

.first-section-content {
    position: relative;
}

.hero-wrapper-with-image {
    height: 100%;
    width: 100%;
    background-position: center right;
    background-size: contain;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}

.home-sec-image {
    height: 100%;
    width: 100%;
    background-position: center right;
    background-size: contain;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}

.footnote {
    font-size: 12px;
}

.limit-w-up {
    text-align: center;
}

.text-wrapp p {
    margin-bottom: 50px;
    padding-right: 30px;
}

.call-to-action {
    display: flex;
    justify-content: center;
}

.call-to-action a {
    color: #fff;
    display: flex;
    align-items: center;
}

.call-to-action a:hover {
    opacity: 0.8;
    text-decoration: none;
}

.call-to-action h4 {
    margin-right: 10px;
    text-transform: uppercase;
}

.home-info {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.btns-style {
    min-height: 60px;
    min-width: 208px;
}

.btns-style-250 {
    min-height: 60px;
    min-width: 248px;
}

.home-soc {
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-second-section {
    display: flex;
    flex-direction: column;
}

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

.partners-image-listed {
    height: auto;
    padding: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50%;
    filter: gray;
    /* -webkit-filter: grayscale(1); */
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    max-width: 20%;
}

.vertical-centr {
    margin: auto 0;
    padding: 170px 0;
}

.new-pad {
    padding: 50px 0;
}

.new-sec-corporate {
    padding-top: 100px;
}

.vertical-centr-sec {
    margin: auto 0;
    padding: 100px 0;
}

.notice {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #1D5245;
    border-radius: 15px;
    padding: 10px 15px;
}

.notice-2 {
    position: absolute;
    top: 27%;
    transform: translateY(-50%);
    background-color: #1D5245;
    border-top-left-radius: 70px;
    /* border-bottom-right-radius: 15px; */
    padding: 15px 25px;
    display: flex;
    right: 325px;
}

.notice-3 {
    position: absolute;
    transform: translateY(-50%);
    background-color: #4D765F;
    border-top-left-radius: 70px;
    /* border-bottom-right-radius: 15px; */
    padding: 15px 25px;
    display: flex;
    top: 60%;
    right: 375px
}

.notice-2-mob {
    position: absolute;
    top: 90%;
    transform: translateY(-50%);
    background-color: #1D5245;
    border-radius: 15%;
    /* border-bottom-right-radius: 15px; */
    padding: 15px 25px;
    display: flex;
    right: 58px;
}

.notice-2-mob p {
    margin-bottom: 10px!important;
}

.notice-3-mob p {
    margin-bottom: 10px!important;
}

.notice-3-mob {
    position: absolute;
    transform: translateY(-50%);
    background-color: #4D765F;
    border-radius: 15%;
    /* border-bottom-right-radius: 15px; */
    padding: 15px 25px;
    display: flex;
    top: 90%;
    right: 345px;
}

.notice-yellow {
    position: absolute;
    /* top: 80%; */
    transform: translateY(-50%);
    background-color: #F5BA41;
    border-top-left-radius: 70px;
    /* border-bottom-right-radius: 15px; */
    padding: 15px 45px;
    /* right: 125px; */
    z-index: 9;
    bottom: -95px;
    color: #fff;
}

.notice-image {
    position: absolute;
    top: 44%;
    transform: translateY(-50%);
    border-top-left-radius: 70px;
    /* border-bottom-right-radius: 15px; */
    display: flex;
    right: 0px;
}

.notice h3 {
    margin-bottom: 0;
    white-space: nowrap;
}

.notice-2 h2, .notice-3 h2 {
    margin-bottom: 0;
}

.notice-2 h3, .notice-3 h3 {
    margin-top: 12%;
    white-space: nowrap;
    font-size: 12px;
    /* line-height: 10px; */
    margin-bottom: 0!important;
}

/* .notice-3 h3 {
    margin-top: 12%;
    white-space: nowrap;
    font-size: 12px;
} */

img.img-screen {
    -moz-box-shadow: 5px 4px 50px #ccc;
    -webkit-box-shadow: 5px 4px 50px #ccc;
    box-shadow: 5px 4px 50px #ccc;
    border-radius: 15px;
}

.home-third-section {
    background-image: url(/wp-content/uploads/2020/08/home-back-3-scaled.jpg);
    display: flex;
    flex-direction: column;
    background-repeat: no-repeat;
    background-size: cover;
}

.div-back {
    position: absolute;
    height: calc(100% - 80px);
    margin: 40px -50px;
    width: calc(100% + 100px);
    border-radius: 15px;
}

.text-into {
    padding-top: 80px;
    padding-bottom: 80px;
}

.icon-ab {
    position: absolute;
    z-index: 9;
}

.icon-right {
    right: -120px;
    top: -40px;
}

.green-wrapp-text {
    margin-bottom: 80px;
    padding: 130px 60px 200px 40px;
    background-color: #4D765F;
    background-image: linear-gradient(to right, #1D5245, #4D765F);
    display: inline-block;
}

.marked-subtitle {
    font-weight: 800;
    border-radius: 15px;
    padding: 5px 25px;
    margin-bottom: 30px;
    display: inline-block;
}

.home-four-section {
    background-size: cover;
    background-position: center center;
}

.home-five-section {
    background-position: 0px 40px;
    background-repeat: no-repeat;
    background-size: auto;
}

.story-holder {
    background: #fff;
    -moz-box-shadow: 5px 4px 50px #ccc;
    -webkit-box-shadow: 5px 4px 50px #ccc;
    box-shadow: 5px 4px 50px #ccc;
    border-radius: 20px;
}

.story-text {
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
    padding: 0 40px 0 60px;
    width: 50%;
}

.story-title {
    width: 50%;
}

.story-content {
    font-size: 20px;
    line-height: 24px;
    color: #ADADAD;
    font-style: italic;
    margin-bottom: 20px;
    position: relative;
}

.quote-icon {
    position: absolute;
    top: 15%;
    left: 0;
}

.client-personal-image {
    height: 100%;
    width: fit-content;
}

.story-client-title {
    position: relative;
}

.carousel-inner-testim {
    background: #fff;
    -moz-box-shadow: 5px 4px 50px #ccc;
    -webkit-box-shadow: 5px 4px 50px #ccc;
    box-shadow: 5px 4px 50px #ccc;
    border-radius: 20px;
}

.home-six-section {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom right;
}

.content-btns button {
    width: 100%;
}

.home-second-section {
    overflow: hidden;
}

.floating-image {
    position: relative;
}

.floating-image img {
    position: absolute;
    right: -100%;
    visibility: hidden;
    opacity: 0;
    transition: .8s ease-in;
    z-index: -1;
}

.floating-image.shown img {
    position: relative;
    right: 0;
    opacity: 1;
    visibility: visible;
    z-index: 1;
}

@keyframes scroll-line {
    0% {
        width: 0;
    }
    100% {
        width: 100px;
    }
}

.home-bottom-bar span.text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 11px;
}

.home-bottom-bar .sliding-span {
    position: absolute;
    color: #000;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-90deg);
    min-width: 200px;
}

.home-bottom-bar .sliding-span::after {
    content: ' ';
    height: 3px;
    width: 100px;
    background-color: #90B87C;
    position: absolute;
    top: 50%;
    right: -15px;
    animation: scroll-line 3s;
    animation-iteration-count: infinite;
}

/**
 * Bars div
 */

.bars-div {
    position: relative;
}

.bars-div::after {
    content: '';
    position: absolute;
    top: 130px;
    left: -15px;
    width: 100%;
    height: 2px;
    background-image: linear-gradient(to right, white 33%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 30px 1px;
    background-repeat: repeat-x;
}

.bars-div .inside-bars {
    max-width: 90%;
    display: flex;
    justify-content: space-between;
    height: 420px;
}

.bars-div .inside-bars .bar {
    flex-basis: 8%;
    height: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.0));
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    position: relative;
}

.inside-bars .bar .inner-bar {
    position: absolute;
    bottom: 0;
    width: 100%;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    transition: 2s ease-in-out;
    height: 0;
}

.inside-bars .bar .inner-bar.red-one {
    background: linear-gradient(180deg, rgba(255, 131, 131, 1), rgba(0, 0, 0, 0.0));
}

.inside-bars .bar .inner-bar.orange-one {
    /*background-color: #f5ba41;*/
    background: linear-gradient(180deg, rgba(245, 186, 65, 1), rgba(0, 0, 0, 0.0));
}

.inside-bars .bar .inner-bar.green-one {
    /*background-color: #90b87c;*/
    background: linear-gradient(180deg, rgba(144, 184, 124, 1), rgba(0, 0, 0, 0.0));
}

#audio-player-container {
    max-width: 90%;
    width: 100%;
}

.profit-wrapper {
    width: 100%;
    background: linear-gradient(-90deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.0));
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    position: relative;
}

.profit-progress-bar {
    background: linear-gradient(-90deg, rgba(144, 184, 124, 1), rgba(0, 0, 0, 0.0));
    height: 30px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    max-width: 90%;
    transition: 2s ease-in-out;
}

.risk-progress-wrapper {
    position: relative;
    height: 30px;
    width: 100%;
    background: linear-gradient(-90deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.0));
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    top: 50%;
    transform: translateY(-50%);
}

.risk-progress {
    width: 60%;
    position: relative;
}

.risk-progress .bar {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    height: 30px;
    background: linear-gradient(-90deg, rgba(255, 131, 131, 1), rgba(0, 0, 0, 0.0));
    transition: 2s ease-in-out;
    width: 0;
}

#risk-progress-handle {
    display: block;
    position: absolute;
    z-index: 1;
    margin-left: -30px;
    top: -10px;
    width: 50px;
    height: 50px;
    transform: rotate(45deg);
    border-radius: 100%;
    background-color: rgba(255, 131, 131, 1);
    box-shadow: 0 1px 6px rgba(0, 0, 0, .2);
    cursor: pointer;
}

.draggable {
    float: left;
    /*margin: 0 10px 10px 0;*/
    transition: 2s ease-in-out;
    left: 0;
}

/*CONTACT */

/*.page-template-pagetemplate-contact .header .header-wrapp .nav-link, .page-template-pagetemplate-contact .header .header-wrapp .menu-item.active .nav-link {
    color: #0C1A12;
}*/

.green-contact-back {
    position: absolute;
    background-color: #4D765F;
    background-image: linear-gradient(to right, #1D5245, #4D765F);
    top: 0;
    left: 0;
    width: 45%;
    /*  height: 69%;*/
    /*added*/
    height: 80%;
    border-bottom-right-radius: 150px;
}

.contact-section, .pricing-section {
    min-height: 100vh;
}

.main-contact {
    align-items: flex-start;
}

.main-contact a:hover {
    color: #fff;
}

.wpcf7 {
    max-width: 76%;
    margin-left: auto;
}

.wpcf7 label {
    font-size: 16px;
    font-family: 'Montserrat';
    font-weight: 800;
    padding-left: 10px;
    width: 100%;
    color: #0C1A12;
    display: inline-block;
    padding-left: 20px;
    line-height: 30px;
}

.wpcf7 input::-webkit-input-placeholder, .wpcf7 input:-moz-placeholder, .wpcf7 input::-moz-placeholder, .wpcf7 input:-ms-input-placeholder, .wpcf7 input::placeholder, .wpcf7 textarea::-webkit-input-placeholder, .wpcf7 textarea:-moz-placeholder, .wpcf7 textarea::-moz-placeholder, .wpcf7 textarea:-ms-input-placeholder, .wpcf7 textarea::placeholder {
    color: #ADADAD !important;
    font-size: 16px;
    font-family: 'Montserrat';
    font-weight: 800;
}

.wpcf7 label input, .wpcf7 label textarea {
    background: #F4F4F4;
    border: none;
    height: 60px;
    border-radius: 30px;
    padding: 0 10px 0 30px;
    width: 100%;
    font-family: 'Montserrat';
    font-weight: 800;
    left: -20px;
    position: relative;
}

.wpcf7 label textarea {
    height: 120px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.wpcf7-form-control-wrap {
    margin-left: -10px;
}

.form-title {
    max-width: 76%;
    margin-left: auto;
    margin-bottom: 20px;
}

.wpcf7 input.wpcf7-submit {
    color: #fff;
    background-color: #F5BA41;
    border: 3px solid #F5BA41;
    border-radius: 30px;
    border: 3px solid;
    font-size: 16px;
    line-height: 46px;
    background-image: none;
    font-family: 'Montserrat';
    font-weight: 800;
    padding: 0 24px;
    width: -webkit-fill-available;
    margin-right: 28px;
    margin-left: -14px;
}

.social-sidebar {
    display: flex;
    align-items: flex-end;
    padding-bottom: 30px;
    justify-content: center;
}

.social-icons {
    display: flex;
    flex-direction: column;
    z-index: 9;
}

.social-icons a {
    margin-bottom: 20px;
}

.data-contact {
    margin-bottom: 10px;
}

/*PRICING*/

.main-pricing {
    text-align: center;
}

.description-price {
    margin-bottom: 50px;
    margin-top: 50px;
    min-height: 185px;
}

.description-price p {
    margin-bottom: 20px;
}

.description-price p:last-child {
    margin-bottom: 0;
}

.head-price-box {
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    padding: 15px;
    width: 100%;
    border-radius: 15px;
}

.main-pricing .box:nth-child(1) .head-price-box {
    background-color: #90B87C;
}

.main-pricing .box:nth-child(2) .head-price-box {
    background-color: #4D765F;
}

.main-pricing .box:nth-child(3) .head-price-box {
    background-color: #1D5245;
}

.pricing-section {
    position: relative;
}

.pricing-section .social-icons {
    margin: auto;
}

.head-price-box h3 {
    margin-bottom: 0;
}

.price-value {
    /*	font-size: 80px;
	font-weight: 800;
	line-height: 1;
	margin: 20px 0;
	display: flex;
    justify-content: center;
    align-items: flex-start;*/
    display: flex;
    justify-content: center;
    align-items: baseline;
    position: relative;
    margin-top: 80px;
    margin-bottom: 30px;
    font-weight: 800;
}

.price-value span {
    font-size: 26px;
}

.price-value span.right {
    color: #ADADAD;
    padding-left: 8px;
    margin-top: auto;
    line-height: 1;
}

.price-value span.left {
    padding-right: 10px;
    color: #1B3A27;
    top: -45px;
    position: relative;
}

p.number {
    line-height: inherit;
    margin-bottom: 0;
    font-size: 80px;
    font-weight: 800;
    font-family: 'Montserrat';
    color: #1B3A27;
}

.box-item {
    -moz-box-shadow: 0px 0 25px 0px #ccc;
    -webkit-box-shadow: 0px 0 25px 0px #ccc;
    box-shadow: 0px 0 25px 0px #ccc;
    border-radius: 20px;
    /*added*/
    min-height: 650px;
}

.flex-center-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.center-text {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.pricing-second-section h3 {
    text-transform: uppercase;
}

.pricing-third-section a {
    color: #0C1A12;
}

.pricing-third-section a:hover {
    color: #0C1A12;
    text-decoration: underline;
}

/*CORPORATE SOLUTIONS*/

.green-box {
    background-color: #4D765F;
    padding: 50px;
    border-radius: 15px;
}

.services-box {
    flex-wrap: wrap;
    justify-content: space-between;
}

.services-box .green-box {
    margin-bottom: 50px;
}

.services-box .green-box:last-child {
    margin-bottom: 0;
}

.services-box .green-box:nth-child(1), .services-box .green-box:nth-child(2) {
    flex-basis: calc(50% - 25px);
}

.services-box .green-box:nth-child(3), .services-box .green-box:nth-child(4) {
    width: 100%;
}

#box-color.mystyle {
    background-color: #1D5245;
}

#success-modal .modal-content {
    border-radius: 20px;
    filter: drop-shadow(0px 4px 10px rgba(27, 58, 39, 0.2));
    background-color: #ffffff;
    margin: auto;
    max-width: 80%;
}

#success-modal .close {
    font-size: 30px;
}

#success-modal .modal-header {
    border-bottom: 0;
    padding: 5px;
}

#success-modal .modal-body img {
    display: block;
    margin: auto;
}

#success-modal .modal-body p.message {
    font-size: 19px;
    letter-spacing: 0px;
    color: #0c1a12;
    font-weight: 800;
    font-family: "Montserrat";
    text-align: center;
    max-width: 70%;
    width: 100%;
    margin: 20px auto;
}

#success-modal .modal-body p.small-text {
    font-size: 12px;
    letter-spacing: 0px;
    color: #adadad;
    font-weight: 600;
    font-family: "Montserrat";
    text-align: center;
}

.email-wrapper .form-control {
    padding-top: 30px;
    padding-bottom: 30px;
}

.form-control:focus {
    border-color: #4D765F;
    box-shadow: none;
}

.email-wrapper {
    max-width: 50%;
    width: 100%;
    margin: auto;
}

.email-wrapper p {
    max-width: 80%;
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}

.email-wrapper .message.hidden {
    display: none;
}

.email-wrapper .form-group {
    position: relative;
}

.email-wrapper input, .email-wrapper input:focus {
    border-radius: 30px;
    background-color: #f4f4f4;
    border: none;
}

.email-wrapper input::placeholder {
    font-size: 16px;
    letter-spacing: 0;
    color: #adadad;
    font-weight: 800;
    font-family: "Montserrat";
}

.email-wrapper button {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    text-align: center;
}

.green-box {
    position: relative;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.green-box .check-icon {
    position: absolute;
    width: 70px;
    height: 70px;
    filter: drop-shadow(0px 5px 4px rgba(27, 58, 39, 0.6));
    background-color: #d2d3d6;
    top: -24px;
    right: -24px;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.green-box .check-icon img {
    width: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.green-box .check-icon.active {
    background-color: #f5ba41;
}

.green-box.clicked {
    background-color: #1c5244;
}

.green-box.has-image {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.has-image .single-service {
    flex-basis: 60%;
}

.has-image .image-wrapper {
    flex-basis: 35%;
}

.has-image .image-wrapper img {
    display: block;
    margin: auto;
}

/*ABOUT */

.about-footone {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.about-footone img {
    margin-right: 15px;
}

.about-footone p {
    margin-bottom: 0;
}

.width-50 {
    max-width: 50%;
    margin: auto;
}

.width-80 {
    max-width: 80%;
    margin: auto;
}

.content-team {
    flex-wrap: wrap;
    justify-content: space-between;
}

.person {
    flex-basis: 50%;
    text-align: center;
}

.team-person-right .team-img {
    border-bottom-right-radius: 190px;
    background-color: #1D5245;
}

.team-person-left .team-img {
    border-bottom-left-radius: 235px;
    background-color: #4D765F;
    margin-left: 50px;
}

.team-person-left img {
    border-bottom-left-radius: 235px;
}

.team-person-right img {
    border-bottom-right-radius: 190px;
}

.team-person-right {
    margin-top: -100px;
    margin-right: 50px;
    z-index: 2;
}

.team-person-left {
    margin-top: -450px;
    margin-left: 60px;
}

.team-person-left img, .team-person-right img {
    position: relative;
    z-index: 3;
    width: 100%;
}

.person .team-detail p {
    text-align: left;
    margin-bottom: 0;
}

.team-text-left {
    flex-basis: 30%;
}

.team-text-left h3 {
    max-width: 175px;
}

.about-third-section {
    padding-bottom: 100px;
}

.team-detail {
    position: relative;
    background: #fff;
    padding: 30px 0;
    top: 100px;
    z-index: 1;
    /*added*/
    margin-left: -75px;
}

/*MEDIA*/

@media screen and (min-width: 1400px) and (max-width: 1600px) {
    .form-content {
        position: relative;
        right: 3%;
    }
}

@media screen and (min-width: 769px) and (max-width: 1400px) {
    .description-price {
        min-height: unset;
    }    
    .max-content {
        max-width: calc(100% - 100px);
        margin: auto;
    }
}

@media screen and (min-width: 769px) and (max-width: 992px) {
    .posit {
        top: unset;
    }
    .story-text {
        padding: 40px 40px 40px 60px;
    }
    .quote-icon {
        top: 3%;
    }
    .width-50 {
        max-width: 80%;
    }
    .team-person-right {
        order: 3;
    }
    .team-person-left {
        order: 2;
    }
    .contact-section .nov-wrapper-home {
        padding: 50px 0 140px;
    }
}

@media screen and (min-width: 576px) and (max-width: 768px) {
    .green-wrapp-text .text-intro {
        max-width: 540px;
        margin: auto;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .width-50 {
        max-width: 55%;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1460px) {
    .wpcf7, .form-title {
        max-width: 70%;
        margin-left: 70px;
    }
    .pricing-boxes, .set-width {
        max-width: 80%;
        margin: auto;
    }
    .header .header-wrapp .nav-link {
        padding-left: 10px;
        padding-right: 10px;
    }
    .header .header-wrapp .menu-item.active:first-child .nav-link:after, .header .header-wrapp .menu-item.active:last-child .nav-link:after {
        width: calc(100% - 10px)!important;
    }
    .header .header-wrapp .menu-item.active .nav-link:after {
        width: calc(100% - 20px)!important;
        margin: 0 10px!important;
    }
    .header .header-wrapp .menu-item.active:first-child .nav-link:after {
        margin: 0 10px 0 0!important;
    }
}

@media (min-width: 769px) {
    .hidden-768-up {
        display: none;
    }
    /*	.header {
		width: calc( 100vw - (100vw - 690px)/2 );
	}*/
    .first-section-content {
        height: 100%;
    }
    .nov-wrapper-home {
        height: 100%;
        padding: 110px 0 140px;
    }
    .nov-wrapper-corporate {
        height: 100%;
        padding: 110px 0 0;
    }
    .home-first-section {
        height: 100vh;
    }
    .case-big-sec {
        height: 100vh;
        /* height: 75vh;*/
    }
    .limit-w-up {
        width: 208px;
    }
    .hidden-md-up, .btn-demo-mobile {
        display: none;
    }
    .text-width {
        max-width: 50%;
    }
    .text-width-2 {
        max-width: 37%;
    }
    .text-wrapp-left {
        padding-right: 10%;
    }
    .text-wrapp-right {
        padding-left: 10%;
    }
    .text-wrapp-left.spec-left {
        padding-right: 0;
    }
    .text-wrapp-right.spec-right {
        padding-left: 8%;
    }
    .home-second-section {
        min-height: 100vh;
    }
    .radius-back {
        border-bottom-right-radius: 150px;
    }
    .home-five-section {
        min-height: 100vh;
        display: flex;
        align-items: center;
    }
    .container-logos {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .home-four-section {
        min-height: 800px;
    }
    .partners-image-listed:first-child {
        padding-left: 0!important;
    }
    .partners-image-listed:last-child {
        padding-right: 0!important;
    }
    .green-box .check-icon:hover {
        background-color: #f5ba41;
    }
}

@media (min-width: 992px) {
    /*	.header {
		width: calc( 100vw - (100vw - 912px)/2 );
	}*/
    .reg-log {
        padding: 0 30px;
        display: flex;
        align-items: center;
    }
    .header .header-wrapp nav.navbar {
        padding-right: 0;
    }
    .reg-log button {
        margin: 0 10px;
    }
    .header .header-wrapp nav.navbar a {
        padding-left: 15px;
        padding-right: 15px;
    }
    .call-to-action {
        border-top-left-radius: 60px;
    }
    .content-btns {
        display: flex;
        justify-content: space-between;
    }
    .content-btns .left-btn, .content-btns .right-btn {
        flex: 0 0 48%;
        /*white-space: nowrap;*/
    }
    .left-btn .footnote {
        margin-bottom: 0;
    }
    .left-contact {
        display: flex;
        justify-content: center;
        flex-direction: column;
        padding-bottom: 110px;
    }
    .contact-section {
        position: relative;
    }
    .main-contact {
        /*padding-top: 100px;*/
        /* added*/
        padding-top: 30px;
    }
    .main-contact .text-wrapp {
        padding-right: 30px;
    }
    .main-pricing {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width: 1200px) {
    .max-height {
        max-height: 470px;
    }
    .header {
        /*		width: calc( 100vw - (100vw - 1090px)/2 );*/
        width: calc( 100vw - (100vw - 1094px)/2);
        min-height: 110px;
        padding: 0;
        position: absolute;
        right: 0;
    }
    .header .header-wrapp {
        height: 110px;
    }
    .header .header-wrapp .menu-item.active .nav-link:after {
        content: '';
        width: calc(100% - 28px);
        position: absolute;
        left: 0;
        bottom: 1px;
        border-width: 0 0 2px;
        border-style: solid;
        margin: 0 14px;
    }
    .header .header-wrapp .menu-item.active:first-child .nav-link:after, .header .header-wrapp .menu-item.active:last-child .nav-link:after {
        width: calc(100% - 14px);
    }
    .header .header-wrapp .menu-item.active:first-child .nav-link:after {
        margin: 0 14px 0 0;
    }
    .header.navbar-light .header-wrapp .menu-item.active .nav-link:after {
        border-color: #0C1A12;
    }
    .header.navbar-dark .header-wrapp .menu-item.active .nav-link:after {
        border-color: #fff;
    }
    .header.navbar-light .header-wrapp .nav-link {
        color: #0C1A12;
    }
    .header.navbar-light .login-btn {
        color: #0C1A12;
    }
    .lang {
        height: 100%;
    }
    .animated {
        /*CSS transitions*/
        -o-transition-property: none !important;
        -moz-transition-property: none !important;
        -ms-transition-property: none !important;
        -webkit-transition-property: none !important;
        transition-property: none !important;
        /*CSS transforms*/
        -o-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        /*CSS animations*/
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;
    }
    #navbarText {
        height: auto;
        flex-grow: 0;
    }
    .social-sidebar {
        position: absolute;
        width: 122px;
        height: calc(100% - 110px);
        background-color: #1B3A27;
        right: 0;
        top: 110px;
        margin-bottom: 110px;
    }
    .first-section-pricing {
        padding-top: 170px;
    }
    .header-light.menu-bg-color, .header-dark.menu-bg-color {
        height: 110px;
    }
}

@media (min-width: 1600px) {
    .form-content {
        position: relative;
        right: -7%;
    }
}

@media (max-width: 1400px) {
    .hero-wrapper-with-image {
        background-position: bottom right;
        background-size: contain;
    }
    .icon-ab {
        max-width: 80px;
        margin-left: 50px;
    }
}

@media (max-width: 1199px) {
    #navbarText {
        background: #1D5245;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        min-height: 100vh;
        padding-top: 110px;
        z-index: -1;
        flex-direction: column;
        height: 100%;
    }
    .header.navbar-light .navbar-toggler {
        /*        background: #1D5245!important;*/
        /*        padding: 12px 8px;*/
    }
    .header.navbar-light .navbar-toggler.collapsed .icon-bar {
        background: #1D5245!important;
    }
    /*	.navbar-collapse.collapse {
	    display: flex;
	}
	.navbar-collapse.collapse {
	    flex-direction: column;
	}*/
    .header .header-wrapp {
        width: 100%;
        margin-top: auto;
        margin-bottom: auto;
        height: 100%;
    }
    .header-wrapp .main-nav {
        flex-direction: column;
        text-align: center;
    }
    .menu_class {
        margin-bottom: 40px;
        margin-top: auto;
    }
    .header .header-wrapp .nav-link {
        padding: 15px 0;
    }
    .reg-log {
        flex-direction: column;
        display: flex;
    }
    .reg-log .custom-btn {
        margin-bottom: 20px
    }
    .lang {
        min-width: 100%;
        justify-content: center;
        height: 110px;
        margin-top: auto;
    }
    .icon-ab {
        max-width: 65px;
    }
    .icon-right {
        right: -65px;
    }
    .team-person-right .team-img, .team-person-right img {
        border-bottom-right-radius: 157px;
    }
    .team-person-left .team-img, .team-person-left img {
        border-bottom-left-radius: 171px;
    }
    .social-sidebar {
        display: none;
    }
    .header.navbar-light .header-wrapp .nav-link, .header.navbar-light .header-wrapp .nav-link.active {
        color: #fff;
    }
    .first-section-pricing {
        padding-top: 120px;
    }
}

@media (max-width: 991px) {
    .hero-wrapper-with-image {
        background-size: 55%;
    }
    .hidden-md-down {
        display: none;
    }
    /*	.header-wrapper {
	    position: absolute;
	}*/
    .page-template-pagetemplate-contact-sr .header.navbar-light .navbar-toggler.collapsed .icon-bar, .page-template-pagetemplate-contact .header.navbar-light .navbar-toggler.collapsed .icon-bar {
        background: #fff!important;
    }
    .page-template-pagetemplate-contact-sr .header-light.menu-bg-color, .page-template-pagetemplate-contact .header-light.menu-bg-color {
        background-color: #1D5245;
        background-image: linear-gradient(to right, #1D5245, #4D765F);
    }
    .icon-right {
        right: -70px;
    }
    .column-992 {
        flex-direction: column;
        padding: 0 30px;
    }
    .green-contact-back {
        width: 100%;
        /*height: 560px;*/
        /*added*/
        height: 830px;
    }
    .left-contact {
        text-align: center;
        padding: 0 0 40px;
        margin-bottom: 160px;
    }
    .wpcf7 label, .wpcf7 label input, .wpcf7 label textarea {
        width: calc(100% + 20px);
        text-align: left;
    }
    .wpcf7 input.wpcf7-submit {
        margin-right: -12px;
        margin-left: -12px;
    }
    .form-content {
        padding-left: 0;
    }
    .data-contact {
        width: 240px;
        text-align: left;
        margin: auto;
    }
    .pricing-boxes .box {
        margin-bottom: 40px;
    }
    .pricing-boxes .box:last-of-type {
        margin-bottom: 0;
    }
    .team-text-left {
        flex-basis: 100%;
        text-align: center;
    }
    .content-team {
        justify-content: center;
    }
    .team-person-right {
        margin-top: -100px;
        margin-right: 0;
    }
    .team-person-left {
        margin-top: 100px;
        margin-right: -50px;
        margin-left: 0;
    }
    .team-person-left .team-img, .team-person-left img {
        border-bottom-left-radius: 125px;
    }
    .team-person-right .team-img, .team-person-right img {
        border-bottom-right-radius: 112px;
    }
    .email-wrapper {
        max-width: 100%;
    }
    .mobile-top-sec {
        padding-top: 146px;
    }
    .form-title, .wpcf7 {
        margin-right: auto;
    }
    .form-title {
        text-align: center;
    }
}

@media (max-width: 768px) {
    .hidden-768-down {
        display: none;
    }
    /*HOME*/
    .home-bottom-bar {
        display: none;
    }
    .hero-wrapper-with-image {
        background-image: none!important;
        flex-direction: column;
    }
    .btns-style {
        padding-right: 24px;
        padding-left: 24px;
    }
    h1, h2 {
        font-size: 38px;
    }
    .main-description-wrapper {
        text-align: center;
        padding: 80px 50px;
    }
    .mobile-full {
        width: 100%
    }
    .email-wrapper button {
        width: 208px;
    }
    .custom-btn {
        line-height: 54px;
    }
    .btn-demo-mobile {
        position: relative;
    }
    .btn-demo-mobile:after {
        content: url(/wp-content/themes/cropt/images/right_white_yellow.png);
        position: absolute;
        right: 15px;
        top: -3px;
        width: 44px;
        height: 100%;
        margin-right: auto;
    }
    .hero-main {
        width: 100%;
    }
    /*HEADER*/
    #navbarText {
        min-height: 100vh !important;
    }
    .white-input {
        width: auto;
        max-width: 180px;
    }
    /*FOOTER*/
    .global-footer {
        text-align: center;
    }
    .column-768 {
        flex-direction: column;
    }
    .home-second-section .column-768.partners {
        padding: 60px 0;
    }
    .home-second-section .text-wrapp-right {
        margin-bottom: 0;
    }
    .column-reverse-768 {
        flex-direction: column-reverse;
    }
    .text-center-mobile {
        text-align: center;
    }
    .social-footer .textwidget {
        display: flex;
        justify-content: center;
    }
    .info-footer {
        padding-right: 0;
        padding-left: 0;
        align-items: center;
        padding-bottom: 0;
    }
    .footer-content {
        padding-bottom: 0;
    }
    .global-footer .white-input {
        margin: auto;
        /*        margin-bottom: 0!important;*/
    }
    .social-footer, .menu-footer {
        margin-bottom: 50px;
    }
    .menu-footer ul {
        padding-left: 0;
    }
    .info-footer img {
        margin-right: 0px;
        margin-bottom: 15px;
        align-items: center;
    }
    .text-wrapp-left {
        padding-right: 0;
        text-align: center;
        margin-bottom: 30px;
    }
    .text-wrapp-right {
        padding-left: 0;
        text-align: center;
        margin-bottom: 30px;
    }
    .image-wrapp-right {
        padding-left: 0;
        text-align: center;
    }
    .partner-sec {
        margin-top: 60px;
    }
    .notice {
        transform: translate(-50%, -50%);
        left: 50%;
    }
    .notice-2 {
        transform: translate(-50%, -50%);
        left: 50%;
    }
    .notice-3 {
        transform: translate(-50%, -50%);
        left: 50%;
    }
    .notice-yellow {
        transform: translate(-50%, -50%);
        left: 50%;
    }
    .notice-image {
        transform: translate(-50%, -50%);
        left: 50%;
    }
    .partners img, .has-image .single-service {
        margin-bottom: 30px;
    }
    .partners img:last-child {
        margin-bottom: 0;
    }
    .partners-image-listed {
        margin-bottom: 30px!important;
        max-width: 40%;
    }
    .vertical-centr {
        padding: 80px 0;
    }
    .vertical-centr-sec {
        padding: 60px 0;
    }
    .mb-100 {
        margin-bottom: 60px;
    }
    .pt-100 {
        padding-top: 60px;
    }
    .text-into {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .div-back {
        display: none;
    }
    .icon-ab {
        position: relative;
        margin: auto;
        left: 50%;
        transform: translateX(-50%);
    }
    .icon-ab {
        max-width: 85px;
        transform: translate(-50%, -40%);
    }
    .mobile-over-width {
        position: relative;
        max-width: calc(100% + 30px);
        margin: 0 -15px;
    }
    .mobile-wrapp {
        width: calc(100% - 30px);
        margin: auto;
        border-radius: 15px;
    }
    .mobile-wrapp-grad {
        background-color: #4D765F;
        background-image: linear-gradient(to bottom, #4D765F, #90B87C);
    }
    .text-with-icon {
        padding: 15px 30px!important;
    }
    .mobile-margin-merge {
        margin-bottom: 80px;
    }
    .home-four-section {
        background-image: none!important;
    }
    .green-wrapp-text {
        width: 100%;
        left: 0;
        right: 0;
        position: relative;
        border-top-left-radius: 70px;
        top: -60px;
        margin-bottom: -60px;
        padding: 60px 0 90px;
        text-align: center;
    }
    .green-wrapp-text .text-intro {
        padding-left: 15px;
        padding-right: 15px;
    }
    .text-wrapp p {
        padding-right: 0;
    }
    .container-full-mobile {
        max-width: 100%!important;
        padding-left: 0!important;
        padding-right: 0!important;
    }
    .image-mobile {
        min-height: 500px;
        background-position: right center;
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .quote-icon {
        position: relative;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: max-content;
        height: auto;
    }
    .story-holder {
        padding-bottom: 60px;
    }
    .home-five-section {
        background-position: 30px 20px;
        background-size: contain;
        padding-top: 100px;
    }
    .story-text, .story-title {
        width: 100%;
    }
    .home-six-section .vertical-centr {
        padding-top: 100px;
    }
    .green-contact-back {
        /*height: 535px;
        added*/
        height: 880px;
    }
    .wpcf7, .form-title {
        max-width: 100%;
    }
    .top-768 h3, .top-768 p {
        text-align: center;
    }
    .top-768 {
        margin-bottom: 60px;
    }
    .services-box .green-box:nth-child(1), .services-box .green-box:nth-child(2) {
        width: 100%;
        flex-basis: 100%;
    }
    .green-box.has-image {
        flex-direction: column;
    }
    .has-image .single-service, .has-image .image-wrapper {
        flex-basis: 100%;
    }
    .email-wrapper {
        max-width: 100%!important;
    }
    .width-50, .width-80 {
        max-width: 100%;
    }
    .about-third-section {
        padding-bottom: 50px;
        padding-top: 0;
    }
    .person {
        flex-basis: 100%;
    }
    .team-person-left {
        margin-top: 0;
        margin-right: 0;
    }
    .team-person-right .team-img, .team-person-right img {
        border-bottom-right-radius: 170px;
    }
    .team-person-left .team-img, .team-person-left img {
        border-bottom-left-radius: 195px;
    }
    .team-person-right {
        margin-top: 0;
    }
    /*	.container-logos {
        padding-bottom: 40px;
	}*/
    .image-wrapp-left {
        padding-right: 0!important;
    }
    .home-six-section {
        background-image: url(/wp-content/uploads/2020/08/Group-30-Group-30-Copy-Mask-Copy.png)!important;
    }
    .home-seven-section h3 {
        max-width: 70%;
        margin: auto;
    }
    .form-content {
        margin-bottom: 60px;
    }
    .single-service {
        text-align: center;
    }
    .single-service h3 {
        max-width: 70%;
        margin-left: auto;
        margin-right: auto;
    }
    .about-footone {
        justify-content: center;
        flex-direction: column;
    }
    .about-footone img {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .team-text-left h3 {
        max-width: initial;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 576px) {
    .left-contact {
        margin-bottom: 100px;
    }
    .green-box .check-icon {
        top: -18px;
        right: -18px;
    }
    #audio-player-container {
        max-width: 100%;
    }
    .single-service h3 {
        max-width: 100%;
    }
    .green-box {
        padding: 40px;
    }
    .services-box {
        padding: 0 10px;
    }
    .pricing-boxes, .pricing-boxes .box {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 480px) {

	.mobile-margin-merge {
    margin-bottom: 20px;
	}
	.story-holder {
    min-height: 765px;
	}
	.floating-image img {
    position: relative!important;
	}
    .left-contact {
        margin-bottom: 185px;
    }
    .image-mobile {
        background-position: 80% center;
    }
    .home-five-section {
        background-position: 20px 20px;
        padding-top: 60px;
    }
    .price-value {
        font-size: 65px;
    }
    .team-detail {
        top: 55px;
        margin-top: -70px;
    }
    .team-person-right .team-img, .team-person-right img {
        border-bottom-right-radius: 140px;
    }
    .team-person-left .team-img, .team-person-left img {
        border-bottom-left-radius: 140px;
    }
    .main-description-wrapper {
        padding: 80px 20px;
    }
    .first-section-content .main-description-wrapper {
        padding: 0 20px 80px;
    }
    .email-wrapper p {
        max-width: 100%;
    }
    .bars-div .inside-bars {
        max-width: 100%;
        height: 320px;
    }
    .bars-div::after {
        left: 0;
    }
}

/*---Standar Hamburger Menu (3 separate elements)---*/

.navbar-toggler {
    border: none;
    background: transparent !important;
}

.navbar-toggler:hover {
    background: transparent !important;
}

.navbar-toggler .icon-bar {
    height: 3px;
    width: 40px;
    border-radius: 1px;
    display: block;
    background-color: #fff;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.navbar-toggler.x.collapsed .icon-bar:nth-of-type(3) {
    width: 30px;
}

.navbar-toggler.x .icon-bar:nth-of-type(3) {
    width: 40px;
}

.navbar-toggler .icon-bar+.icon-bar {
    margin-top: 8px;
}

/*---Animation menu (create X)---*/

.navbar-toggler.x .icon-bar:nth-of-type(1) {
    -webkit-transform: translateX(3px) rotate(45deg);
    /* Safari 3-8 & Chrome 4-35 & Opera 15-22 */
    -ms-transform: translateX(3px) rotate(45deg);
    /* IE 9 */
    -moz-transform: translateX(3px) rotate(45deg);
    /* Firefox 3-15 */
    -o-transform: translateX(3px) rotate(45deg);
    /* Opera 10-14 */
    transform: translateX(3px) rotate(45deg);
    -webkit-transform-origin: 10% 10%;
    -ms-transform-origin: 10% 10%;
    -moz-transform-origin: 10% 10%;
    -o-transform-origin: 10% 10%;
    transform-origin: 10% 10%;
}

.navbar-toggler.x .icon-bar:nth-of-type(2) {
    opacity: 0;
    filter: alpha(opacity=0);
    /* For IE8 and earlier */
    -moz-opacity: 0;
    /* Older Firefox 1 */
}

.navbar-toggler.x .icon-bar:nth-of-type(3) {
    -webkit-transform: translateX(3px) rotate(-45deg);
    -ms-transform: translateX(3px) rotate(-45deg);
    -moz-transform: translateX(3px)rotate(-45deg);
    -o-transform: translateX(3px) rotate(-45deg);
    transform: translateX(3px) rotate(-45deg);
    -webkit-transform-origin: 10% 90%;
    -ms-transform-origin: 10% 90%;
    -moz-transform-origin: 10% 90%;
    -o-transform-origin: 10% 90%;
    transform-origin: 10% 90%;
}

.navbar-toggler.x.collapsed .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}

.navbar-toggler.x.collapsed .icon-bar:nth-of-type(2) {
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
}

.navbar-toggler.x.collapsed .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}

/*---To center elements of the navbar (mobile)---*/

.navbar-brand {
    font-size: 1rem;
}

/*---Custom AnimateCSS mobile menu items---*/

.nav-item {
    -webkit-animation-duration: 0.8s;
    /* Chrome 3-42 & Safari 4-8 & Opera 15-29 */
    -moz-animation-duration: 0.8s;
    /* Firefox 5-15 */
    -o-animation-duration: 0.8s;
    /* Opera 12-14 */
    animation-duration: 0.8s;
}

/*added*/

/*.but-greener  {
    background-color: #1D5245!important;
}*/

.new-height {
    height: calc(80% - 80px);
}

.new-green-text {
    color: #1B3A27;
}

.grey-overlay {
    background-color: #f4f4f4;
    height: 70vh;
    width: 100%;
    position: absolute;
    z-index: -1;
    bottom: 0;
}

.approach-text {
    font-size: 41px;
}

.new-marg {
    padding: 115px 0!important;
}

.new-font-size {
    font-size: 38px;
}

@media (max-width: 1200px) {
    .max-height {
        max-height: 394px;
    }
    .approach-text {
        font-size: 31px;
    }
    .new-height {
        height: calc(90% - 80px);
    }
    .notice-2 {
        top: 105%;
    }
    .notice-3 {
        top: 134%;
    }
    .notice-2, .notice-3 {
        right: unset;
    }
    .to-dark {
        color: #000;
    }
}

@media (max-width: 992px) {
    .max-height {
        max-height: 312px;
    }
    .new-paddd {
        padding: 0px 0 0;
    }
    .case-big-sec {
        height: 75vh;
        /* height: 75vh; */
    }
    .new-marg {
        padding: 50px 0!important;
    }
    .notice-2 {
        top: 55%;
        right: 20%;
    }
    .notice-3 {
        top: 80%;
        right: 30%;
    }
}

.notice-2-mob, .notice-3-mob {
    display: none;
}

@media (max-width: 768px) {
    .team-detail {
        margin-left: unset;
    }
    .text-new {
        padding: 75px 40px!important;
    }
    .mob-new {
        position: relative;
        max-width: calc(106% + 33px);
        margin: -65px -65px;
    }
    .new-marg {
        padding: 50px 0!important;
    }
    .grey-overlay {
        /* height: 121vh;*/
        height: 95%;
    }
    .smol {
        /* padding: 30px;*/
        /*border-radius: 27%;*/
    }
    .notice-2, .notice-3 {
        display: none;
    }
    .notice-2-mob, .notice-3-mob {
        display: unset;
    }
    .notice-yellow {
        position: absolute;
        /* top: 80%; */
        transform: translateY(-351%);
        background-color: #F5BA41;
        border-top-left-radius: 70px;
        /* border-bottom-right-radius: 15px; */
        padding: 15px 45px;
        /* right: 125px; */
        z-index: 9;
        bottom: -95px;
        color: #fff;
        left: unset;
    }
}
.resize {
	    max-width: 240px!important;
	}
@media (max-width: 500px) {

	.repadd {
		padding: 0px 0px 60px 0px!important;
	}
	.floating-image img {
    position: relative;
	}
    .grey-overlay {
        /* height: 95vh;*/
    }
    .notice-yellow {
        bottom: -32px;
    }
    .notice-2-mob {
        right: 7%;
    }
    .notice-3-mob {
        right: unset;
        left: 25px;
    }
}

/*
COOKIES*/

.cookies {
    position: absolute;
    top: 17%;
}

.cookieConsentContainer {
    z-index: 999;
    width: 350px;
    min-height: 260px;
    box-sizing: border-box;
    border-top-left-radius: 30%;
    padding: 38px 30px 30px 55px;
    background: #90B87C;
    overflow: hidden;
    position: fixed;
    bottom: 0px;
    right: 121px;
    right: 0;
}

.cookieConsentContainer .cookieTitle a {
    color: #000;
    font-size: 15px;
    line-height: 20px;
    display: block;
    text-align: center;
    /* margin: 0 auto; */
    text-decoration: underline;
    margin-top: 10px;
}

/*.cookieTitle {
        left: 30%;
    position: absolute;
    top: 65%;
}*/

.cookieConsentContainer .cookieDesc p {
    margin: 0;
    padding: 0;
    color: #FFFFFF;
    font-size: 12px;
    line-height: 20px;
    display: block;
    margin-left: 70px;
}

.cookieConsentContainer .cookieDesc a {
    color: #FFFFFF;
    text-decoration: underline;
}

.cookieConsentContainer .cookieButton a {
    display: inline-block;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    margin-top: 14px;
    background: #1B3A27;
    box-sizing: border-box;
    padding: 15px 100px;
    text-align: center;
    transition: background 0.3s;
    border-radius: 30px;
}

.cookieConsentContainer .cookieButton a:hover {
    cursor: pointer;
    background: #3E9B67;
}

@media (max-width: 980px) {
    /*        .cookieConsentContainer {

            bottom: 0px !important;

            left: 0px !important;

            width: 100%  !important;

        }*/
    .cookieConsentContainer {
        z-index: 999;
        width: 350px;
        min-height: 260px;
        box-sizing: border-box;
        border-top-left-radius: 30%;
        padding: 38px 30px 30px 55px;
        background: #90B87C;
        overflow: hidden;
        position: fixed;
        bottom: 0px;
        right: 0;
    }
}

@media (max-width: 1380px) {
    .header .header-wrapp .nav-link {
        font-size: 12px;
    }
}

/* Srdjan CSS */

.carousel-indicators {
    bottom: -55px!important;
}

.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #1D5245!important;
}

label span {
    color: #FF0000
}

@media (max-width: 768px) {
    .max-height {
        max-height: inherit;
    }
}


.carousel-control-prev-icon {
	display: none!important;
}
.carousel-control-next-icon {
	display: none!important;
}

@media (max-width: 480px) {
	.header .header-wrapp .nav-link {
    padding: 10px 0;
	}
	.notice-yellow {
    bottom: 20px;
	}
	.top-mm {
		padding-top: 30px;
	}
	.again-marg {
		padding: 25px 0px 50px 0px!important;
	}
	.again-marg-2 {
		padding: 50px 0px 10px 0px!important;
	}
	#navbarText {
    min-height: 92vh !important;
	}
	#navbarText {
    background: #1D5245;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 92vh;
    padding-top: 110px;
    z-index: -1;
    flex-direction: column;
    height: 100%;
	}
	.mobile-over-width {
    margin: -10px -15px;
	}
	.custom-btn {
    line-height: 40px;
	}
}