/* PROMO SLIDER START */


.slider-promo {
    position: relative;
    padding-top: 130px;
}

.swiperPROMO {
    overflow: hidden;
    position: relative;
}

.swiperPROMO:not(:hover) .swiper-button-next,
.swiperPROMO:not(:hover) .swiper-button-prev {
    opacity: 0;
    visibility: hidden;
}

.swiperPROMO .swiper-horizontal > .swiper-pagination-bullets,
.swiperPROMO .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 50px;
    text-align: left;
    padding-left: calc((100% - 1390px) / 2);
}

.swiperPROMO .swiper-button-prev {
    left: 40px;
}

.swiperPROMO .swiper-button-next {
    right: 40px;
}

.promo-item {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 720px;
    height: 100%;
    position: relative;
    display: flex;
    padding: 50px 0px;
    justify-content: flex-start;
    align-items: center;
}

.slider-promo-bg .promo-item:before {
    content: '';    
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    background: linear-gradient(90deg, #1F1F1F 35.83%, rgba(31, 31, 31, 0.00) 73.44%);
}

.promo-cnt {
    position: relative;
    z-index: 15;
    max-width: 50%;
}

.promo-t {
    color: #FFF;
    font-size: 55px;
    font-weight: 700;
    line-height: 104.455%;
}

.promo-tt {
    margin-top: 32px;
    line-height: 19px;
    color: #fff;
    color: #FFF;
    font-size: 18px;
    line-height: 137.222%;
}

.promo-cnt .btn {
    margin-top: 60px;
}

.slider-promo .element {
    z-index: 15;
}

.slider-promo .element-one {
    right: 44%;
    bottom: 53%;
}

.slider-promo .element-two {
    right: 42%;
    bottom: 28%;
}

.slider-promo .element-three {
    right: 12%;
    bottom: 42%;
}

.slider-promo .element-four {
    right: 12%;
    bottom: 18%;
}

.slider-promo .element-five {
    right: 25%;
    bottom: 20%;
}

.slider-promo .element-one {
    right: 44%;
    bottom: 53%;
}

.slider-promo .element-two {
    right: 42%;
    bottom: 28%;
}

.slider-promo .element-three {
    right: 12%;
    bottom: 42%;
}

.slider-promo .element-four {
    right: 12%;
    bottom: 18%;
}

.slider-promo .element-five {
    right: 25%;
    bottom: 20%;
}


.slider-service .element-one {
    right: 34%;
    bottom: 71%;
}

.slider-service .element-two {
    right: 16%;
    bottom: 63%;
}

.slider-service .element-three {
    right: 7%;
    bottom: 52%;
}

.slider-service .element-four {
    right: 19%;
    bottom: 0;
}

.prim-title {
    color: #1E1E1E;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.72px;
}

.prim-gallery {
    border-radius: 30px;
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
}


.prim-gallery .swiper-button-next,
.prim-gallery .swiper-button-prev {
    top: 0;
    bottom: 0;
    margin: auto;
}


.prim-gallery .swiper-pagination-bullets.swiper-pagination-horizontal {
    justify-content: center;
}

.prim-text {
    color: #6C6D89;
    font-size: 18px;
    line-height: 23px;
    margin-top: 15px;
    letter-spacing: -0.54px;
}

.prim-date {
    color: #1E1E1E;
    font-size: 18px;
    line-height: 23px;
    margin-top: 15px;
    letter-spacing: -0.54px;
}


.tpl_bilbord2.slider-service .element-one {
    right: 37%;
    bottom: auto;
    top: -10%;
}

.tpl_bilbord2.slider-service .element-two {
    right: 8%;
    bottom: auto;
    top: -10px;
}

.tpl_bilbord2.slider-service .element-three {
    right: 2%;
    bottom: 62%;
}

.tpl_bilbord2.slider-service .element-four {
    bottom: 40%;
}




@media (max-width:340px) {}

@media (max-width:767px) {

    .swiperPROMO .swiper-button-next,
    .swiperPROMO .swiper-button-prev {
        display: none;
    }

    .slider-promo-bg .promo-item:before { 
    background: rgba(0, 0, 0, 0.7);
}
    
    .promo-item {
        padding: 40px 0px;
        align-items: flex-start;
        min-height: 350px;
        background-position: 85% 0%;
    }

    .promo-item:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.6)
    }
    
    

    .promo-t {
        font-size: 21px;
    }

    .promo-tt {
        font-size: 14px;
    }

    .promo-cnt .btn {
        margin-top: 30px;
    }

    .promo-cnt {
        padding: 0 15px;
        text-align: center;
        max-width: 100%;
    }

    .promo-st {
        font-size: 14px;
    }

    .slider-promo {
        padding-top: 70px;
    }

    .slider-promo .element {
        display: none;
    }

    .swiperPROMO .swiper-horizontal > .swiper-pagination-bullets,
    .swiperPROMO .swiper-pagination-bullets.swiper-pagination-horizontal {
        bottom: 20px;
        text-align: center;
        padding-left: 0;
        justify-content: center;
    }

    .prim-title {
        font-size: 18px;
    }

    .prim-text {
        font-size: 14px;
        line-height: normal;
    }

    .prim-date {
        font-size: 14px;
        line-height: normal;
    }
}

@media (max-width:767px) and (orientation: landscape) {}

@media (min-width:768px) and (max-width:991px) {

    .slider-promo .element-five,
    .slider-promo .element-four {
        display: none;
    }

    .slider-promo .element-two {
        right: 31%;
    }

    .slider-promo .element-one {
        right: 38%;
    }

    .slider-promo .element-three {
        right: -50px;
        bottom: 29%;
    }

    .swiperPROMO .swiper-horizontal > .swiper-pagination-bullets,
    .swiperPROMO .swiper-pagination-bullets.swiper-pagination-horizontal {
        padding-left: calc((100% - 700px) / 2);
    }

    .swiperPROMO .swiper-button-next,
    .swiperPROMO .swiper-button-prev {
        display: none;
    }

    .promo-item {
        padding: 20px;
        height: 355px;
    }

    .promo-t {
        font-size: 32px;
    }

    .promo-tt {
        font-size: 16px;
    }

    .promo-cnt .btn {
        margin-top: 40px;
    }

    .slider-promo {
        padding-top: 90px;
    }

    .slider-service .element-one {
        right: 25%;
        bottom: 65%;
    }

    .slider-service .element-two {
        right: -10%;
        bottom: 65%;
    }

    .slider-service .element-three {
        display: none;
    }

    .slider-service .element-four {
        right: 9%;
        bottom: -30px;
    }

    .slider-service .promo-item {
        background-position: 60%;
    }

    .tpl_bilbord2.slider-service .element-one {
        right: 33%;
    }

    .tpl_bilbord2.slider-service .element-two {
        right: -9%;
        top: -10px;
    }

    .prim-title {
        font-size: 21px;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .slider-promo .element-four {
        right: 2%;
    }

    .slider-promo .element-two {
        right: 37%;
    }

    .slider-promo .element-one {
        right: 44%;
        bottom: 59%;
    }

    .promo-item {
        padding: 30px 0pxx;
    }

    .promo-t {
        font-size: 32px;
    }

    .promo-tt {
        font-size: 14px;
    }

    .promo-cnt .btn {
        margin-top: 40px;
    }

    .slider-promo {
        padding-top: 90px;
    }

    .slider-service .element-one {
        right: 30%;
        bottom: 71%;
    }

    .slider-service .element-two {
        right: 6%;
        bottom: 63%;
    }

    .slider-service .element-three {
        right: -7%;
        bottom: 52%;
    }

    .slider-service .element-four {
        right: 9%;
        bottom: -30px;
    }

    .promo-t {
        font-size: 42px;
    }

    .promo-item {
        min-height: 570px;
    }

    .swiperPROMO .swiper-horizontal > .swiper-pagination-bullets,
    .swiperPROMO .swiper-pagination-bullets.swiper-pagination-horizontal {
        padding-left: 20px;
    }

    .slider-promo .element-five {
        right: 22%;
    }

    .swiperPROMO .swiper-button-prev {
        display: none;
    }

    .tpl_bilbord2.slider-service .element-three {
        right: -11%;
        bottom: 68%;
    }

    .tpl_bilbord2.slider-service .element-four {
        bottom: 37%;
    }

    .prim-title {
        font-size: 21px;
    }
}

@media (min-width: 1200px) {}

@media (min-width: 1200px) and (max-height: 800px) {
    .slider-promo {
        padding-top: 110px;
    }

    .promo-t {
        font-size: 42px;
    }

    .promo-item {
        min-height: 570px;
    }

    .swiperPROMO .swiper-horizontal > .swiper-pagination-bullets,
    .swiperPROMO .swiper-pagination-bullets.swiper-pagination-horizontal {

        padding-left: calc((100% - 1405px) / 2);
    }

    .slider-promo .element-five {
        right: 22%;
    }

    .swiperPROMO .swiper-button-prev {
        display: none;
    }

    .tpl_bilbord2.slider-service .element-three {
        right: -8%;
    }

    .tpl_bilbord2.slider-service .element-four {
        bottom: 30%;
    }
}

@media (min-width: 1200px) and (max-height: 700px) {

    .swiperPROMO .swiper-horizontal > .swiper-pagination-bullets,
    .swiperPROMO .swiper-pagination-bullets.swiper-pagination-horizontal {
        padding-left: 10px;
    }
}


/* PROMO SLIDER END */






/* SERVICE START */


.service-list .row {
    margin-bottom: -24px;
}

.service-list .row [class^="col-"] {
    margin-bottom: 24px;
    align-items: stretch;
    display: flex;
}



.service-item {
    display: flex;
    position: relative;
    overflow: hidden;
    flex-wrap: wrap;
    padding: 30px 32px;
    flex-direction: column;
    justify-content: flex-end;
    height: 242px;
    width: 100%;
    border-radius: 30px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right bottom;
}

.service-item:after {
    position: absolute;
    top: 0;
    left: -50%;
    z-index: 2;
    display: block;
    content: "";
    width: 25%;
    height: 100%;
    opacity: 0;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
    visibility: hidden;
}

.service-item:hover:after {
    -webkit-animation: shine .5s;
    animation: shine .5s;
    opacity: 1;
    visibility: visible;
    z-index: 3;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.service-t {
    line-height: 24px;
    color: #FFF;
    font-size: 21px;
    font-weight: 700;
    letter-spacing: -0.63px;
}


/*
.service-list .row [class^="col-"]:nth-child(5) .service-item {
    background-color: #28B5F2;
}
.service-list .row [class^="col-"]:nth-child(6) .service-item {
    background-color: #009FE3;
}
.service-list .row [class^="col-"]:nth-child(7) .service-item {
    background-color: #A9D065;
}
*/

.static-table-content .acticle-text {
    margin-top: 20px;
}


.static-table-content .table-responsive {
    margin-top: 20px;
}


.static-table-content .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 0px solid #ccc;
    border-left: 1px solid #ccc;
    /*    text-transform: uppercase;*/
    font-weight: 400;
    line-height: normal;
    text-align: center;
    color: #fff;
    padding: 20px 8px;
}

.static-table-content .table > thead > tr > th:nth-child(1) {
        border-left: 0px solid #ccc;
}

.static-table-content .table > :not(caption) > * > * {
    border-bottom-width: 0;
    box-shadow: none !important;
}


.static-table-content .table > tbody > tr > td {
    text-align: center;
    text-transform: uppercase;
    border-top: 1px solid #ccc;
    background: #EFF0EF; 
    color: #313131;
    padding: 15px 8px;
    font-weight: 400;
}

.static-table-content .table-vektor {
    border-spacing: 0px !important;
    border-collapse: inherit !important;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 0px;
    border: 1px solid #ccc;
}

.static-table-content .table > thead > tr > th {
    background: #65A028;
}

.static-table-content table tr th {
    vertical-align: middle;
    padding: 8px;
}

.static-table-content .table > tbody > tr > td {
    padding: 3px 4px;
    text-transform: inherit;
        border-left: 1px solid #ccc;
}

.static-table-content .table > tbody > tr > td:nth-child(1) { 
    border-left: 0px solid #ccc;
}


.accordion-button .row {
    width: 100%;
}



.table-land-data tr th,
.table-land-data tr td {
    background-color: #EFF0EF;
    text-transform: inherit;
    color: #6C6D89;
}

.table-land-data tr th:nth-child(1),
.table-land-data tr th:nth-child(4),
.table-land-data tr th:nth-child(7),
.table-land-data tr td:nth-child(1),
.table-land-data tr td:nth-child(4),
.table-land-data tr td:nth-child(7) {
    width: 30%;
    background-color: #EFF0EF;
}

.table.table-land-data > thead > tr > th {
    text-transform: inherit;
    color: #6C6D89;
    text-align: left;
    padding: 5px 10px;
    vertical-align: middle;
}

.table.table-land-data > tbody > tr > td {
    text-transform: inherit;
    color: #6C6D89;
    text-align: left;
    border-top: 1px solid #ccc;
    padding: 5px 10px;
    vertical-align: middle;
}

.table.table-land-data > tbody > tr:nth-child(1) > td {
    border-top: 2px solid #ccc;
}

.table-land-data tr th:nth-child(1),
.table-land-data tr td:nth-child(1) {
    padding-left: 30px;
}

.table-land-data tr th:nth-child(6),
.table-land-data tr td:nth-child(6) {
    padding-right: 30px;
}

.table-vektor-my tr th,
.table-vektor-my tr td {
    background-color: #EFF0EF;
    text-transform: inherit;
    color: #6C6D89;
}

.table-vektor-my tr th:nth-child(1),
.table-vektor-my tr th:nth-child(3),
.table-vektor-my tr th:nth-child(6),
.table-vektor-my tr td:nth-child(1),
.table-vektor-my tr td:nth-child(3),
.table-vektor-my tr td:nth-child(6) {
    width: 5%;
    background-color: #e3e3e3;
}

.table.table-vektor-my > thead > tr > th {
    text-transform: inherit;
    color: #6C6D89;
    text-align: left;
    padding: 5px 10px;
    vertical-align: middle;
}

.table.table-vektor-my > tbody > tr > td {
    text-transform: inherit;
    color: #002f3f;
    text-align: left;
    border-top: 1px solid #ccc;
    padding: 5px 10px;
    vertical-align: middle;
}

.table.table-vektor-my > tbody > tr:nth-child(1) > td {
    border-top: 2px solid #ccc;
}

.table-vektor-my tr th:nth-child(1),
.table-vektor-my tr td:nth-child(1) {
    padding-left: 30px;
}

.table-vektor-my tr th:nth-child(6),
.table-vektor-my tr td:nth-child(6) {
    padding-right: 30px;
}

.accordion-ostanovka .accordion-body {
    padding: 0;
}

.accordion-ostanovka table {
    margin: 0px;
}

.accordion-ostanovka .accordion-button,
.accordion-ostanovka .accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #65a028;
    box-shadow: none;
}

.accordion-ostanovka .accordion-item:not(:first-of-type) {
    border-top: 0;
    margin: 1px 0 0;
}

.accordion-button:after {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xLjY0Njg5IDQuNjQ1OTJDMS42OTMzNCA0LjU5OTM1IDEuNzQ4NTIgNC41NjI0MSAxLjgwOTI2IDQuNTM3MkMxLjg3MDAxIDQuNTEyIDEuOTM1MTMgNC40OTkwMiAyLjAwMDg5IDQuNDk5MDJDMi4wNjY2NiA0LjQ5OTAyIDIuMTMxNzggNC41MTIgMi4xOTI1MyA0LjUzNzJDMi4yNTMyNyA0LjU2MjQxIDIuMzA4NDUgNC41OTkzNSAyLjM1NDg5IDQuNjQ1OTJMOC4wMDA4OSAxMC4yOTI5TDEzLjY0NjkgNC42NDU5MkMxMy42OTM0IDQuNTk5NDMgMTMuNzQ4NiA0LjU2MjU1IDEzLjgwOTMgNC41MzczOUMxMy44NyA0LjUxMjIzIDEzLjkzNTEgNC40OTkyOSAxNC4wMDA5IDQuNDk5MjlDMTQuMDY2NiA0LjQ5OTI5IDE0LjEzMTcgNC41MTIyMyAxNC4xOTI1IDQuNTM3MzlDMTQuMjUzMiA0LjU2MjU1IDE0LjMwODQgNC41OTk0MyAxNC4zNTQ5IDQuNjQ1OTJDMTQuNDAxNCA0LjY5MjQgMTQuNDM4MyA0Ljc0NzU5IDE0LjQ2MzQgNC44MDgzM0MxNC40ODg2IDQuODY5MDcgMTQuNTAxNSA0LjkzNDE3IDE0LjUwMTUgNC45OTk5MkMxNC41MDE1IDUuMDY1NjYgMTQuNDg4NiA1LjEzMDc2IDE0LjQ2MzQgNS4xOTE1QzE0LjQzODMgNS4yNTIyNCAxNC40MDE0IDUuMzA3NDMgMTQuMzU0OSA1LjM1MzkyTDguMzU0ODkgMTEuMzUzOUM4LjMwODQ1IDExLjQwMDUgOC4yNTMyNyAxMS40Mzc0IDguMTkyNTMgMTEuNDYyNkM4LjEzMTc4IDExLjQ4NzggOC4wNjY2NiAxMS41MDA4IDguMDAwODkgMTEuNTAwOEM3LjkzNTEzIDExLjUwMDggNy44NzAwMSAxMS40ODc4IDcuODA5MjYgMTEuNDYyNkM3Ljc0ODUyIDExLjQzNzQgNy42OTMzNCAxMS40MDA1IDcuNjQ2ODkgMTEuMzUzOUwxLjY0Njg5IDUuMzUzOTJDMS42MDAzMyA1LjMwNzQ3IDEuNTYzMzkgNS4yNTIzIDEuNTM4MTggNS4xOTE1NUMxLjUxMjk3IDUuMTMwODEgMS41IDUuMDY1NjggMS41IDQuOTk5OTJDMS41IDQuOTM0MTUgMS41MTI5NyA0Ljg2OTAzIDEuNTM4MTggNC44MDgyOEMxLjU2MzM5IDQuNzQ3NTQgMS42MDAzMyA0LjY5MjM2IDEuNjQ2ODkgNC42NDU5MloiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=") !important;
}





@media (max-width:340px) {}

@media (max-width:767px) {
    .service-item {
        height: 200px;
        background-position: right center;
    }

    .static-table-content .table > thead > tr > th {
        font-size: 14px;
    }

    .static-table-content .table > tbody > tr > td {
        font-size: 14px;
    }

    .accordion-button {
        font-size: 14px;
    }

    .table.table-vektor-my > tbody > tr > td {
        font-size: 14px;
    }
}

@media (max-width:767px) and (orientation: landscape) {}

@media (min-width:768px) and (max-width:991px) {}

@media (min-width:992px) and (max-width:1199px) {}

@media (min-width: 1200px) {}

@media (min-width: 1200px) and (max-height: 700px) {}

/* SERVICE END */



/* ABOUT START */


.about-cnt {
    padding-left: 50px;
}

/*
.about-block {
    position: relative;
    overflow: hidden;
}
*/
.about-block img {
    border-radius: 30px;
}

.about-btn {
    margin-top: 100px;
}

.about-trigger {
    margin-top: 60px;
}

.about-trigger-t {
    color: #1E1E1E;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: -1.2px;
}

.about-trigger-tt {
    margin-top: 5px;
    max-width: 180px;
    color: #6C6D89;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: -0.54px;
}

.about-img {
    position: relative;
}

.about-img img {
    max-width: 100%;
    height: auto;
}

.about-block .element-one {
    top: -54px;
    left: -40px;
}

.about-block .element-two {
    left: -65px;
    top: 80px;
}

.about-block .element-three {
    right: 120px;
    bottom: -65px;
}

.about-tr-block .element-one {
    top: 10%;
    left: 33%;
}

.about-tr-block .element-two {
    left: 17%;
    top: 50%;
}

.auto-block .about-img img + img {
   margin-top: 24px;
}

.auto-block img {max-width: 100%;
    height: auto;
}
.auto-block .about-cnt img {
    margin-top: 24px;
}


.service-btn {
        margin-top: 60px;
}
.filter-map {
    margin-bottom: 30px;
}


.filter-map .dropdown-toggle {
    color: #6C6D89;
    text-align: left !important;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    position: relative;
    line-height: 28px;
    letter-spacing: -0.54px;
    padding-left: 0px;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid rgba(108, 109, 137, 0.56);
    background: #fff;
}

.filter-map .dropdown-toggle:after {
    content: '';
    width: 15px;
    height: 15px;
    background-position: center;
    background-image: url(../img/arrow-down.svg);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99;
    bottom: 0;
    margin: auto;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
    border: 0;
}

.filter-map .dropdown-toggle.show:after {
    transform: rotate(-180deg);
    -ms-transform: rotate(-1800deg);
    -webkit-transform: rotate(-180deg);
}

.multiselect-filter {
    margin-bottom: 5px;
}

.form-check-input[type=checkbox] {
    border-radius: 0;
    border-color: #adadbd;
}

.dropdown-item .form-check .form-check-label {
    color: #6C6D89;
    font-size: 16px;
    cursor: pointer;
    letter-spacing: -0.54px;
    -webkit-transition: all .15s ease-out;
    transition: all .15s ease-out;
}

.dropdown-item .form-check .form-check-label:hover {
    color: #629c27;
}

.dropdown-item .form-check {
    padding-left: 20px;
}

.filter-map .dropdown-item.active,
.filter-map .dropdown-item:active {
    color: indianred;
    text-decoration: none;
    background-color: inherit;
}

.dropdown-item .form-check-input:checked {
    background-color: #609826;
    border-color: #609826 !important;
}

.filter-map .form-control {
    border-radius: 0px;
    border: 0;
    color: #6C6D89;
    font-size: 16px;
    cursor: pointer;
    letter-spacing: -0.54px;
    border-bottom: 1px solid #adadbd;
}

.filter-map .dropdown-menu {
    width: 100% !important;
    box-shadow: none !important;
    border-color: rgba(108, 109, 137, 0.56);
    padding-bottom: 5px;
}

.filter-map .btn-group {
    width: 100%;
    position: relative;
}

.filter-map .form-select:focus {
    box-shadow: none;
}

.filter-map .btn-block.btn-block-top {
    position: absolute;
    z-index: 55;
    width: 100%;
}

.filter-map .btn-block.btn-block-top .btn {
    padding: 15px 20px;
    width: 100%;
}


.form-select.disabled {
    opacity: 0.5;
    cursor: no-drop;
}



@media (max-width:340px) {}

@media (max-width:767px) {
    .about-btn {
        margin-top: 30px;
    }

    .about-trigger {
        margin-top: 30px;
    }

    .about-cnt {
        padding-left: 0px;
    }

    .about-img {
        margin-bottom: 30px;
    }

    .about-trigger-tt {
        margin-top: 0;
        font-size: 14px;
        line-height: normal;
    }

    .about-btn {
        margin-top: 40px;
    }

    .about-trigger-t {
        font-size: 32px;
    }

    #map_body {
        height: 250px !important;
    }

    .filter-map .dropdown-toggle {
        font-size: 16px;
    }

    .filter-map .row {
        margin-bottom: -10px;
    }

    .filter-map .row [class^="col-"] {
        margin-bottom: 10px;
    }
     .auto-block .row {
        flex-direction: column-reverse;
    }
    .auto-block .about-img {
        margin-top: 30px;
    }
    .service-btn {
    margin-top: 30px;
}
}

@media (max-width:767px) and (orientation: landscape) {}

@media (min-width:768px) and (max-width:991px) {
    .about-img {
        margin-bottom: 40px;
    }

    .about-btn {
        margin-top: 40px;
    }

    .about-cnt {
        padding-left: 0px;
    }

    .about-trigger {
        margin-top: 30px;
    }

    #map_body {
        height: 450px !important;
    }

    .filter-map .dropdown-toggle {
        font-size: 16px;
    }
    .auto-block .row {
        flex-direction: column-reverse;
    }
    .auto-block .about-img {
        margin-top: 45px;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .about-btn {
        margin-top: 40px;
    }

    .filter-map .dropdown-toggle {
        font-size: 16px;
    }

    .about-cnt {
        padding-left: 20px;
    }

    .about-trigger {
        margin-top: 30px;
    }

    #map_body {
        height: 450px !important;
    }
}

@media (min-width: 1200px) {}

@media (min-width: 1200px) and (max-height: 700px) {
    .about-cnt {
        padding-left: 20px;
    }
}

/* ABOUT END */



/* PROGRESS START */


.progress-list .row {
    margin-bottom: -32px;
}

.progress-list .row [class^="col-"] {
    margin-bottom: 32px;
    align-items: stretch;
    display: flex;
}

.progress-list .row [class^="col-"]:nth-child(1) .progress-item {
    border: 2px solid #65A028;
}

.progress-list .row [class^="col-"]:nth-child(2) .progress-item {
    border: 2px solid #D21E4E;
}

.progress-list .row [class^="col-"]:nth-child(3) .progress-item {
    border: 2px solid #9747FF;
}

.progress-list .row [class^="col-"]:nth-child(4) .progress-item {
    border: 2px solid #EF7D00;
}

.progress-list .row [class^="col-"]:nth-child(5) .progress-item {
    border: 2px solid #EF7D00;
}

.progress-list .row [class^="col-"]:nth-child(6) .progress-item {
    border: 2px solid #9747FF;
}

.progress-list .row [class^="col-"]:nth-child(7) .progress-item {
    border: 2px solid #E30613;
}

.progress-list .row [class^="col-"]:nth-child(8) .progress-item {
    border: 2px solid #65A028;
}

.progress-list {
    position: relative;
}

.progress-list:before {
    content: '';
    display: block;
    height: 3px;
    width: 100%;
    position: absolute;
    left: auto;
    top: 112px;
    z-index: 1;
    background: #1E1E1E;
}

.progress-list:after {
    content: '';
    display: block;
    height: 3px;
    width: 100%;
    position: absolute;
    left: auto;
    z-index: 1;
    bottom: 144px;
    background: #1E1E1E;
}

.progress-item {
    padding: 31px 28px 38px;
    position: relative;
    background: #fff;
    z-index: 15;
    width: 100%;
    border-radius: 30px;
}

.progress-list .row [class^="col-"]:nth-child(4) .progress-item:before {
    content: '';
    display: block;
    height: 32px;
    width: 3px;
    position: absolute;
    left: 0;
    bottom: -34px;
    z-index: 1;
    background: #1E1E1E;
    right: 0;
    margin: auto;
}

.progress-img {
    height: 59px;
    position: relative;
    margin-bottom: 30px;
}

.cls-1 {
    fill: #65a028;
}

.progress-img svg {
    position: absolute;
    bottom: 0;
    left: 0;
    max-height: 59px;
}

.progress-t {
    font-size: 21px;
    font-weight: 700;
    letter-spacing: -0.63px;
}

.progress-list .row [class^="col-"]:nth-child(6) .progress-item svg {
    bottom: -10px;
}



@media (max-width:340px) {}

@media (max-width:767px) {
    .progress-item {
        padding: 15px 28px 15px
    }

    .progress-t {
        line-height: 24px;
    }

    .progress-img {
        margin: auto;
        width: 59px;
    }

    .progress-item {
        display: flex;
        flex-wrap: wrap;
    }

    .progress-list .row [class^="col-"]:nth-child(4) .progress-item:before,
    .progress-list:before,
    .progress-list:after {
        display: none;
    }

    .progress-list .row {
        margin-bottom: -15px;
    }

    .progress-list .row [class^="col-"] {
        margin-bottom: 15px;
    }

    .progress-t {
        align-self: center;
        width: calc(100% - 59px);
        padding-left: 20px;
        font-size: 16px;
    }
    .progress-list .row [class^="col-"]:nth-child(8) {
        order: 5;
    }
       .progress-list .row [class^="col-"]:nth-child(7) {
        order: 6;
    }
       .progress-list .row [class^="col-"]:nth-child(6) {
        order: 7;
    }
       .progress-list .row [class^="col-"]:nth-child(5) {
        order: 8;
    }
}

@media (max-width:767px) and (orientation: landscape) {}

@media (min-width:768px) and (max-width:991px) {
    .progress-item {
        padding: 15px 20px;
    }

    .progress-t {
        line-height: 18px;
        font-size: 16px;
    }

    .progress-img {
        margin-bottom: 15px;
    }

    .progress-list:before {
        top: 82px;
    }

    .progress-list:after {
        bottom: 110px;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .progress-item {
        padding: 15px 28px 15px
    }

    .progress-t {
        line-height: 24px;
    }
}

@media (min-width: 1200px) {}

@media (min-width: 1200px) and (max-height: 700px) {
    .progress-item {
        padding: 15px 28px 15px
    }
}

/* PROGRESS END */




/* WORK START */



.work-item {
    cursor: pointer;
}

.work-img {
    margin-bottom: 32px;
    height: 230px;
    width: 100%;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
    display: block;
}

.work-img img {
    object-fit: cover;
    object-position: center;
    height: 100%;
    width: 100%;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.work-img:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
}

.work-t {
    line-height: 24px;
    color: #1E1E1E;
    font-size: 21px;
    font-weight: 700;
    letter-spacing: -0.63px;
}

.work-tt {
    margin-top: 13px;
    font-size: 18px;
    color: #6C6D89;
    line-height: 28px;
    letter-spacing: -0.54px;
}


@media (max-width:340px) {}

@media (max-width:767px) {
    .work-img {
        margin-bottom: 24px;
        height: 160px;
    }

    .work-t {
        font-size: 16px;
        line-height: normal;
    }

    .work-tt {
        font-size: 14px;
        line-height: normal;
    }
}

@media (max-width:767px) and (orientation: landscape) {}

@media (min-width:768px) and (max-width:991px) {
    .work-tt {
        line-height: 24px;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .work-tt {
        line-height: 24px;
    }

}

@media (min-width: 1200px) {}

@media (min-width: 1200px) and (max-height: 700px) {}

/* WORK  END */

/* REVIEWS START */


/*
.reviews-block {
    position: relative;
    overflow: hidden;
}
*/
.reviews-block .element-one {
    top: -109px;
    z-index: 15;
    right: -285px;
}

.reviews-block .element-two {
    z-index: 15;
    bottom: 52px;
    right: -46px;
}

.review-item {
    padding: 45px 34px 28px;
    border-radius: 30px;
    background: #EFF0EF;
    height: 500px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column;
}

.review-person {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
}

.review-ava {
    width: 96px;
    height: 96px;
    border-radius: 50px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.review-text {
    color: #6C6D89;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.54px;
}

.review-cnt {
    width: calc(100% - 96px);
    padding-left: 20px;
    align-self: center;
}

.review-t {
    font-size: 21px;
    font-weight: 700;
    letter-spacing: -0.63px;
}

.review-tt {
    color: #6C6D89;
    font-size: 18px;
    line-height: 28px;
    margin-top: 5px;
    letter-spacing: -0.54px;
}

@media (max-width:340px) {}

@media (max-width:767px) {
    .review-text {
        font-size: 14px;
        line-height: normal;
    }

    .review-text p {
        line-height: normal;
    }

    .review-item {
        padding: 25px 15px;
        height: 350px;
    }

    .review-cnt {
        width: calc(100% - 50px);
        padding-left: 15px;
    }

    .review-t {
        font-size: 16px;
    }

    .review-tt {
        font-size: 14px;
        line-height: normal;
    }

    .review-ava {
        width: 50px;
        height: 50px;
    }

    .reviews-block .element {
        display: none;
    }
}

@media (max-width:767px) and (orientation: landscape) {}

@media (min-width:768px) and (max-width:991px) {
    .reviews-block .element-two {
        bottom: -38px;
    }

    .reviews-block .element-one {

        right: -215px;
    }
}

@media (min-width:992px) and (max-width:1199px) {}

@media (min-width: 1200px) {}

@media (min-width: 1200px) and (max-height: 700px) {}

/* REVIEWS END */

/* CLIENT START */


.clientclient-list .row {
    margin-bottom: -20px;
}

.client-list .row [class^="col-"] {
    margin-bottom: 20px;
    align-items: stretch;
    display: flex;
}

.client-item img {
    max-width: 100%;
    height: auto;
}


@media (max-width:340px) {}

@media (max-width:767px) {}

@media (max-width:767px) and (orientation: landscape) {}

@media (min-width:768px) and (max-width:991px) {}

@media (min-width:992px) and (max-width:1199px) {}

@media (min-width: 1200px) {}

@media (min-width: 1200px) and (max-height: 700px) {}

/* CLIENT END */




/* FORM START */

.form-block {
    position: relative;
    overflow: hidden;
}

.form-block .row [class^="col-"] {
    align-items: stretch;
    display: flex;
    padding: 0;
}

.form-block .row [class^="col-"] #my_map {
    height: 100% !important;
}

.form-column {
    width: 100%;
    background: #65A028;
    padding: 80px 65px;
}

.form-column .desc-block,
.form-column .title-box {
    color: #fff;
}

.form-column form {
    margin: 40px 0 0;
}

.form-column .input-style {
    background: transparent;
    border: 0;
    color: #fff;
    padding-left: 0px;
    border-bottom: 1px solid #fff;
}

.form-column .input-style::-webkit-input-placeholder {
    color: #fff;
}

.form-column .input-style::-moz-placeholder {
    color: #fff;
}

.form-column .input-style:-moz-placeholder {
    color: #fff;
}

.form-column .input-style:-ms-input-placeholder {
    color: #fff;
}

.form-column .legal-box {
    color: #fff;
}

.form-column .legal-box a {
    color: #fff;
    text-decoration: underline;
}

.form-column .jq-checkbox {
    border: 1px solid #fff;
    background: #fff;
}

@media (max-width:340px) {}

@media (max-width:767px) {
    .form-block .row [class^="col-"] #my_map {
        height: 220px !important;
    }

    .form-column {
        padding: 40px 30px;
    }
}


@media (max-width:767px) and (orientation: landscape) {}

@media (min-width:768px) and (max-width:991px) {
    .form-block .row [class^="col-"] #my_map {
        height: 400px !important;
    }
}

@media (min-width:992px) and (max-width:1199px) {}

@media (min-width: 1200px) {}

@media (min-width: 1200px) and (max-height: 700px) {}

/* FORM END */




/* TRIGER SERVICE START */


.static-item {
    display: flex;
    border-radius: 30px;
    flex-wrap: wrap;
    flex-direction: column;
    border: 2px solid #65A028;
    padding: 30px;
    width: 100%;
}

.static-item-img {
    margin-bottom: 30px;
}

.static-item-t {
    color: #1E1E1E;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.72px;
}

.static-item-tt {
    color: #6C6D89;
    font-size: 18px;
    line-height: 23px;
    margin-top: 5px;
    letter-spacing: -0.54px;
}

.static-list .row {
    margin-bottom: -24px;
}

.static-list .row [class^="col-"] {
    margin-bottom: 24px;
    align-items: stretch;
    display: flex;
}

.static-list .row [class^="col-"]:nth-child(2) .static-item {
    border: 2px solid #D21E4E;
}

.static-list .row [class^="col-"]:nth-child(3) .static-item {
    border: 2px solid #9747FF;
}

.service-trigger {}

.service-trigger .service-trigger-item + .service-trigger-item {
    margin-top: 20px;
}

.service-trigger-item {
    display: flex;
    padding: 30px 35px;
    flex-wrap: wrap;
    border-radius: 30px;
    border: 2px solid #9747FF;
}

.service-trigger .service-trigger-item:nth-child(2) {
    border: 2px solid #E30613;
}

.service-trigger .service-trigger-item:nth-child(3) {
    border: 2px solid #65A028;
}


.service-text .h2,
.service-text h2,
.service-text .h3,
.service-text h3 { 
    margin-bottom: 10px;
    color: #1E1E1E;
    font-size: 21px;
    font-weight: 700;
    letter-spacing: -1.2px;
    margin-top: 20px;
}


.service-text .h2:first-child,
.service-text h2:first-child,
.service-text .h3:first-child,
.service-text h3:first-child {
    margin-top: 0px;
}

.trigger-item-img {
    width: 67px;
}

.trigger-item-cnt {
    padding-left: 35px;
    width: calc(100% - 67px);
}

.trigger-item-t {
    color: #1E1E1E;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.72px;
}

.trigger-item-tt {
    color: #6C6D89;
    margin-top: 13px;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: -0.54px;
}

@media (max-width:340px) {}

@media (max-width:767px) {

    .static-item-t {
        font-size: 18px;
    }

    .static-item-tt {
        font-size: 14px;
        line-height: normal;
    }

    .static-item-img {
        margin-bottom: 15px;
    }

    .static-item {
        padding: 20px 30px;
    }

    .static-list .row {
        margin-bottom: -15px;
    }

    .static-list .row [class^="col-"] {
        margin-bottom: 15px;
    }

    .about-tr-block .element {
        zoom: 0.5;
    }

    .trigger-item-cnt {
        padding-left: 20px;
    }

    .trigger-item-t {
        font-size: 18px;
        line-height: 24px;
    }

    .trigger-item-tt {
        margin-top: 10px;
        font-size: 14px;
        line-height: normal;
    }

    .service-trigger .service-trigger-item + .service-trigger-item {
        margin-top: 15px;
    }
    .service-text .h2, .service-text h2, .service-text .h3, .service-text h3 {
    margin-bottom: 5px; 
    font-size: 18px; 
    letter-spacing: -1px;
    margin-top: 10px;
}
}


@media (max-width:767px) and (orientation: landscape) {}

@media (min-width:768px) and (max-width:991px) {}

@media (min-width:992px) and (max-width:1199px) {}

@media (min-width: 1200px) {}

@media (min-width: 1200px) and (max-height: 700px) {}

/* TRIGER SERVICE END */


/* FORMAT START */


.format-list {
    margin-bottom: -60px;
}

.format-item {
    margin-bottom: 60px;
}

.format-item-img {
    border-radius: 30px;
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
    height: 370px;
}

.format-item-img img {
    object-fit: cover;
    object-position: center;
    height: 100%;
    width: 100%;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.format-item-img:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
}


.format-item-cnt {
    margin-top: 41px;
}

.format-item-t {
    color: #1E1E1E;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.72px;
}

.format-item-tt {
    color: #6C6D89;
    margin-top: 19px;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: -0.54px;
}

.format-item-price {
    color: #1E1E1E;
    font-size: 24px;
    margin-top: 30px;
    font-weight: 700;
    letter-spacing: -0.72px;
}

.format-item-btn {
    margin-top: 40px;
}

.format-item .element-one {
    left: 5%;
    top: 10%;
    z-index: 55;
}

.format-item .element-two {
    left: 20%;
    z-index: 55;
    top: 50%;
}

.format-item .element-three {
    z-index: 55;
    left: 45%;
    top: 20%;
}

.format-item .element-four {
    left: 45%;
    z-index: 55;
    top: 70%;
}

@media (max-width:340px) {}

@media (max-width:767px) {
    .format-item-img {
        height: 240px;
    }

    .format-item-img .element {
        zoom: 0.5;
    }

    .format-item-cnt {
        margin-top: 20px;
    }

    .format-item-t {
        line-height: 24px;
        font-size: 18px;
    }

    .format-item-tt {
        margin-top: 15px;
        font-size: 14px;
        line-height: normal;
    }

    .format-item-price {
        font-size: 18px;
        margin-top: 15px;
    }

    .format-item-btn {
        margin-top: 20px;
    }

    .format-list {
        margin-bottom: -45px;
    }

    .format-item {
        margin-bottom: 45px;
    }

}


@media (max-width:767px) and (orientation: landscape) {}

@media (min-width:768px) and (max-width:991px) {

    .format-item-price,
    .format-item-t {
        font-size: 21px;
    }

    .format-item-btn,
    .format-item-cnt {
        margin-top: 25px;
    }

    .format-item-price {
        margin-top: 25px;
    }
}

@media (min-width:992px) and (max-width:1199px) {

    .format-item-price,
    .format-item-t {
        font-size: 21px;
    }

}

@media (min-width: 1200px) {}

@media (min-width: 1200px) and (max-height: 700px) {}

/* FORMAT END */



/* district start */


.district-block .head-box {
    justify-content: center;
}

.district-state {
    margin-bottom: 10px;
}

.district-state .nav-item {}

.district-state .nav-link {
    color: #1E1E1E;
    border-radius: 10px;
    background: #EFF0EF;
    padding: 20px 30px;
    text-align: center;
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: -0.54px;
    margin: 0 10px 10px 0;
}

.district-state .nav-link:hover {
    background: #e0e3e0;
}

.district-state .nav-link.active:hover,
.district-state .nav-link.active {
    color: #FFF;
    background: #65A028;
}

.district-select .district-select-item + .district-select-item {
    margin-top: 60px;
}

.district-select {
    padding: 60px;
    position: relative;
    border-radius: 30px;
    background: #EFF0EF;
}

.district-select .element {
    z-index: 55;
}

.district-select .element-one {
    left: -10%;
    top: -20%;
}

.district-select .element-two {
    left: -8%;
    top: 20%;
}

.district-select .element-three {
    right: 2%;
    bottom: -10%;

}

.district-select-head {
    color: #6C6D89;
    margin-bottom: 30px;
    text-align: center;
    font-size: 18px;
    position: relative;
    line-height: 23px;
    letter-spacing: -0.54px;
}

.district-select-head span {
    background: #EFF0EF;
    padding: 0 25px;
    position: relative;
    z-index: 15;
}

.district-select-head:before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 0;
    bottom: 0;
    opacity: 0.21;
    background: #6C6D89;
    margin: auto;
}

.district-select-cnt {
    margin-bottom: -10px;
}



.district-select .nav-link {
    color: #1E1E1E;
    border-radius: 10px;
    background: #fff;
    padding: 20px 30px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    line-height: 21px;
    letter-spacing: -0.54px;
    margin: 0 10px 10px 0;
    display: flex;
    width: 100%;
    justify-content: center;
    cursor: pointer;
}

.district-select .nav-item {
    align-items: stretch;
    display: flex;

}

.district-select-two .nav-item {
    width: 16.66666667%;
}

.district-select .nav-link span {
    display: flex;
    align-self: center;
}

.district-select .nav-link:hover {
    background: #d3d3d3;
}

.district-select .nav-link.active:hover,
.district-select .nav-link.active {
    color: #FFF;
    background: #65A028;
}

.district-search {
    margin-bottom: 60px;
    position: relative;
    z-index: 55;
}

.district-search .input-item-box {
    position: relative;
    max-width: 950px;
    margin: auto;
}

.district-search .input-style {
    color: #6C6D89;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.54px;
    border: 0;
    padding-left: 0px;
    border-bottom: 1px solid rgba(108, 109, 137, 0.56);
    background: #fff;
}


.district-search .input-style:focus {
    border-color: #65A028;
}

.district-search .btn-search {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 14px;
    line-height: 8px;
    margin: auto;
}

.s-result {
    background: #FFFFFF !important;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.09) !important;
    border-radius: 5px !important;
    transform: translateY(11px) !important;
}

.s-result {
 
    position: absolute;
    z-index: 3;
    list-style: none;
    padding: 0;
    width: 100%;
    height: auto !important;
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    top: 50px;
}
.s-result li {
    border: 0px solid #ababab !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 22px !important;
    color: #494949 !important;
    padding: 5px 10px !important;
        -webkit-transition: all 0.3s ease;
    -webkit-transition-delay: 0.05s;
    -moz-transition: all 0.3s ease;
    -moz-transition-delay: 0.05s;
}
.s-result li:hover {
    background: #EFF0EF;
}
.l-hide {
    border: 0px solid #ababab !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 22px !important;
    color: #494949 !important;
    display: block;
    padding: 11px 25px !important;
    text-align: left !important;
}
.area-navigation__title .fa-times {
    display: none;
    position: absolute;
    right: 15px;
    display: none;
    top: 19px;
    font-size: 20px;
}
.area-navigation__title .fa-times.active {
    display: block;
}

.spoler-btn {
    text-align: center;
    margin-top: 30px;
}

.spoil-btn {
    cursor: pointer;
    padding: 10px 25px;
}

@media (max-width:340px) {}

@media (max-width:767px) {
    .district-select .element {
        display: none;
    }

    .district-state .nav-link {
        padding: 10px 20px;
        font-size: 16px;
        line-height: normal;
    }

    .district-select {
        padding: 30px;
    }

    .district-select .nav-link {
        padding: 10px 15px;
        font-size: 14px;
        line-height: normal;
        margin: 0 8px 8px 0;
    }

    .district-select-two .nav-item {
        width: calc(50% - 10px);
    }

    .district-select .nav-link {
        margin: 0;
    }

    .district-select .nav-item {
        margin: 0 10px 10px 0;
    }

    .district-select .district-select-item + .district-select-item {
        margin-top: 30px;
    }

    .spoil-btn {
        padding: 5px 15px;
        font-size: 14px;
    }
}


@media (max-width:767px) and (orientation: landscape) {}

@media (min-width:768px) and (max-width:991px) {
    .district-select-two .nav-item {
        width: calc(25% - 10px);
    }

    .district-select .nav-link {
        margin: 0;
    }

    .district-select .nav-item {
        margin: 0 10px 10px 0;
    }
}

@media (min-width:992px) and (max-width:1199px) {}

@media (min-width: 1200px) {}

@media (min-width: 1200px) and (max-height: 700px) {}

/* district END */


/* CONTACT PAGE START */


.contact-page {
    position: relative;
    padding-top: 220px;
}
.btn-suptext {
    color: #6C6D89;
    margin-top: 13px;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: -0.54px;
    margin-bottom: 30px;
    display: block;
}
.map-contact {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
}

.static-block.btn-help.mb-170 .btn-block {
    display: block;
    text-align: center;
}


.static-block.btn-help.mb-170 {
    margin-top: -120px;
}

.contact-top .col-lg-8 {
    position: relative;
}

.contact-top .col-lg-8 .element {
    z-index: 99;
}

.contact-top .col-lg-8 .element-one {
    right: -4%;
    bottom: 30%;
}


.contact-top .col-lg-8 .element-two {
    right: -14%;
    bottom: 0%;
}

.contact-bottom {
    margin-top: 120px;
}

.form-contact {
    position: relative;
    border-radius: 30px;
    background: #65A028;
    padding: 45px 50px 65px;
}

.form-contact .element-one {
    left: -4%;
    top: 40%;
}

.form-contact .title-box {
    color: #FFF;
}

.form-contact .desc-block {
    color: #FFF;
}

.form-contact .head-box {
    margin-bottom: 20px;
}

.form-contact .form-column {
    width: 100%;
    background: transparent;
    padding: 0;
    margin-top: 50px;
}

.form-contact .form-column .btn {
    padding: 18px 40px;
    width: 100%;
    height: 65px;
}

.form-contact .form-column .input-style {
    padding: 32px 24px 32px 0px;
}

.form-contact .form-column .legal-box {}

.desc-page {
    color: rgba(108, 109, 137, 1);
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.54px;
}

.contact-data {
    margin-top: 40px;
}

.contact-data .contact-data-item + .contact-data-item {
    margin-top: 30px;
    flex-direction: column;
}

.contact-data-title {
    color: #6C6D89;
    margin-bottom: 13px;
    font-size: 18px;
    line-height: 18px;
}

.contact-data-v {
    display: flex;
    flex-wrap: wrap;
}

.contact-data-img {
    width: 15px;
    position: relative;

}

a.contact-data-tt {
    color: #1E1E1E;
}

.contact-data-tt {
    width: calc(100% - 15px);
    padding-left: 10px;
    line-height: normal;
    color: #1E1E1E;
    font-size: 18px;
    font-weight: 500;
}

.soc-list-contact {
    margin-top: 40px;
}




@media (max-width:340px) {}

@media (max-width:767px) {
    .map-contact {
        margin-top: 40px;
    }

    .contact-bottom {
        margin-top: 40px;
    }

    .contact-page {
        padding-top: 100px;
    }

    .desc-page {
        font-size: 14px;
        line-height: normal;
    }

    .contact-data-tt {
        font-size: 16px;
    }

    .contact-bottom .form-contact {
        padding: 30px 20px;
    }

    .contact-bottom .form-contact .form-column {
        margin-top: 20px;
    }

    .contact-bottom .form-column .row .col-md-4 + .col-md-4 {
        margin-top: 30px;
    }

    .form-contact .form-column .input-style {
        padding: 15px 24px 15px 0px;
    }

    .form-check .form-check-label {
        font-size: 14px;
    }

    .legal-box {
        margin-top: 30px;
    }

    .input-style {
        font-size: 16px;
    }

    .contact-top .col-lg-8 .element,
    .form-contact .element {
        display: none;
    }
    .btn-suptext { 
    font-size: 14px; 
         margin-bottom: 15px;
        line-height: normal;
}
.static-block.btn-help.mb-170 {
    margin-top: -60px;
}
}


@media (max-width:767px) and (orientation: landscape) {}

@media (min-width:768px) and (max-width:991px) {
    .map-contact {
        margin-top: 50px;
    }

    .contact-bottom {
        margin-top: 70px;
    }

    .contact-page {
        padding-top: 130px;
    }

    .form-contact .element-one {
        left: -10%;
    }
    .static-block.btn-help.mb-170 {
    margin-top: -70px;
}
}

@media (min-width:992px) and (max-width:1199px) {
    .form-contact .element-one {
        left: -6%;
    }
    .static-block.btn-help.mb-170 {
    margin-top: -70px;
}
}

@media (min-width: 1200px) {}

@media (min-width: 1200px) and (max-height: 700px) {}

/* CONTACT PAGE END */





/* ABOUT PAGE START  */


.promo-trigger {
    margin-top: 35px;
}

.promo-trigger .promo-trigger-item + .promo-trigger-item {
    margin-top: 20px;
}

.promo-trigger-item {
    display: flex;
    flex-wrap: wrap;
}

.promo-trigger-img {
    width: 23px;
    position: relative;
    top: -2px;
}

.promo-trigger-t {
    padding-left: 10px;
    text-align: left;
    width: calc(100% - 23px);
    color: #FFF;
    font-size: 18px;
    line-height: 137.222%;
}


.promo-trigger.acticle-text {
    color: #fff;
}
.acticle-text ul li:before { 
    top: -1px;
  	height: 10px;
    width: 10px;
    background: #65A028;
 
}
.acticle-text .promo-trigger-t {
    padding-left: 0;
}


.slider-about .element-one {
    right: 7%;
    bottom: 42%;
}

.slider-about .element-two {
    right: 13%;
    bottom: 12%;
}

.slider-about .element-three {
    right: 32%;
    bottom: 3%;
}

.about-block-page .head-box {
    text-align: center;
    justify-content: center;
}




.service-trigger-about .row {
    margin-bottom: -24px;
}

.service-trigger-about .row [class^="col-"] {
    margin-bottom: 24px;
    align-items: stretch;
    display: flex;
}

.service-trigger-about .row [class^="col-"]:nth-child(2) .service-trigger-item {
    border: 2px solid #65A028;
}

.service-trigger-about .row [class^="col-"]:nth-child(3) .service-trigger-item {
    border: 2px solid #E30613;
}

.service-trigger-about .row [class^="col-"]:nth-child(4) .service-trigger-item {
    border: 2px solid #EF7D00;
}

.team-item {}

.team-img {
    position: relative;
    border-radius: 30px;
    width: 100%;
    height: 345px;
    margin-bottom: 30px;
    overflow: hidden;
}

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

.team-cnt {}

.team-t {
    color: #1E1E1E;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.72px;
}

.team-tt {
    color: #6C6D89;
    font-size: 18px;
    margin-top: 11px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: -0.54px;
}

.team-contact {
    margin-top: 11px;
    display: flex;
    flex-wrap: wrap;
    color: #65A028;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: -0.54px;
}

.team-contact-ico {
    width: 15px;
}

.team-contact-t {
    width: calc(100% - 15px);
    padding-left: 10px;
}


.team-list .row {
    margin-bottom: -50px;
}

.team-list .row [class^="col-"] {
    margin-bottom: 50px;
    align-items: stretch;
    display: flex;
}

.job-block .element-one {
    bottom: -30%;
    right: 6%;
}

.job-block .element-two {
    bottom: -40%;
    left: 57%;
}


.team-list {
    position: relative;
}

.team-list .element-three {
    top: 0%;
    left: -10%;
}

.team-list .element-four {
    top: 13%;
    left: -2%;
}

.team-list .element {
    z-index: 5;
}

.job-block {
    border-radius: 30px;
    background: linear-gradient(0deg, #65A028 0%, #65A028 100%), #D9D9D9;
    padding: 30px;
    height: 345px;
    display: flex;
    justify-content: center;
    position: relative;
    flex-direction: column;
    align-items: center;
}

.job-t {
    color: #FFF;
    font-size: 24px;
    text-align: center;
    font-weight: 700;
    letter-spacing: -0.72px;
}

.job-tt {
    color: #FFF;
    text-align: center;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: -0.54px;
}

.job-block svg {
    text-align: center;
    display: block;
    margin: auto;
    margin-bottom: 13px;
}

.job-block .btn {
    margin-left: auto;
    margin-right: auto;
    padding: 18px 40px;
    display: block;
    margin-top: 25px;
}

@media (max-width:340px) {}

@media (max-width:767px) {

    .job-block .element,
    .team-list .element {
        display: none;
    }

    .team-t {
        font-size: 16px;
    }

    .team-tt {
        font-size: 14px;
        margin-top: 0;
    }

    .team-contact {
        margin-top: 5px;
        font-size: 14px;
        line-height: inherit;
    }

    .team-img {
        height: 165px;
        margin-bottom: 15px;
    }

    .team-list .row {
        margin-bottom: -30px;
    }

    .team-list .row [class^="col-"] {
        margin-bottom: 30px;
    }

    .job-t {
        font-size: 21px;
        line-height: 26px;
    }

    .job-tt {
        font-size: 14px;
        line-height: normal;
        margin-top: 14px;
    }

    .promo-trigger-t {
        font-size: 14px;
    }

    .swiper-slide .bx-breadcrumb {
        justify-content: center;
    }
}


@media (max-width:767px) and (orientation: landscape) {}

@media (min-width:768px) and (max-width:991px) {}

@media (min-width:992px) and (max-width:1199px) {}

@media (min-width: 1200px) {}

@media (min-width: 1200px) and (max-height: 700px) {}

/* ABOUT PAGE END */




/* packages START  */

.packages-list .row {
    margin-bottom: -24px;
}

.packages-list .row [class^="col-"] {
    margin-bottom: 24px;
    align-items: stretch;
    display: flex;
}

.packages-item {
    display: flex;
    border-radius: 30px;
    flex-wrap: wrap;
    flex-direction: column;
    border: 2px solid #65A028;
    padding: 30px;
    width: 100%;
}

.packages-list .row [class^="col-"]:nth-child(2) .packages-item {
    border: 2px solid #D21E4E;
}

.packages-list .row [class^="col-"]:nth-child(3) .packages-item {
    border: 2px solid #9747FF;
}

.packages-list .row .col-md-12 .row [class^="col-"] {
    align-self: center;
}

.packages-item-t {
    color: #1E1E1E;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.72px;
}

.packages-item-t span {}

.packages-item-tt {
    color: #6C6D89;
    font-size: 18px;
    line-height: 23px;
    margin-top: 5px;
    letter-spacing: -0.54px;
}

.packages-item-img {
    margin: 24px 0;
}

.packages-item-img img {
    max-width: 100%;
    height: auto;
}

@media (max-width:340px) {}

@media (max-width:767px) {
    .packages-item-t {
        font-size: 18px;
    }

    .packages-item-tt {
        font-size: 14px;
        line-height: normal;
    }

    .packages-item {
        padding: 20px 30px;
    }

    .packages-item-img {
        margin: 12px 0;
    }
}

@media (max-width:767px) and (orientation: landscape) {}

@media (min-width:768px) and (max-width:991px) {}

@media (min-width:992px) and (max-width:1199px) {}

@media (min-width: 1200px) {}

@media (min-width: 1200px) and (max-height: 700px) {}

/* packages END */








/* conditions START  */

.conditions-list .row {
    margin-bottom: -24px;
}

.conditions-list .row [class^="col-"] {
    margin-bottom: 24px;
    align-items: stretch;
    display: flex;
}

.conditions-item {
    display: flex;
    border-radius: 30px;
    flex-wrap: wrap;
    flex-direction: column;
    border: 2px solid #65A028;
    padding: 30px;
    width: 100%;
}

.conditions-list .row [class^="col-"]:nth-child(2) .conditions-item {
    border: 2px solid #D21E4E;
}

.conditions-list .row [class^="col-"]:nth-child(3) .conditions-item {
    border: 2px solid #9747FF;
}

.conditions-list .row .col-md-12 .row [class^="col-"] {
    align-self: center;
}

.conditions-item-t {
    margin-bottom: 12px;
    color: #1E1E1E;
    line-height: normal;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.72px;
}
.col .conditions-item-t {
    margin-bottom: 5px;
}

.conditions-item-t span {}

.conditions-item-tt {
    color: #6C6D89;
    font-size: 18px;
    line-height: 23px;
    margin-top: 5px;
    letter-spacing: -0.54px;
}

.conditions-block .alert-block {
    justify-self: flex-start;
    display: flex;
    border-radius: 30px;
    flex-wrap: wrap;
    padding: 15px 25px; 
    background: #65a028;
    color: #fff;
    margin-top: 50px;
}

.conditions-block .alert-block svg {
      max-width: 22px;
    height: auto; 
}
.conditions-block .alert-block div {
    width: calc(100% - 22px);
        line-height: normal;
    padding-left: 15px;
    align-content: center;
}
.conditions-item-info {
    display: flex;
    flex-wrap: wrap;
    margin-top: 24px;
}

.conditions-item-img img {
    object-fit: contain;
    max-width: 170px;
    object-position: center;
}

.conditions-item-img {
    width: 220px;
    background: #71728d;
    border-radius: 30px;
    height: 220px;
    display: flex;
    justify-content: center;
}

.conditions-item-cnt {
    width: calc(100% - 220px);
    padding-left: 25px;
    align-self: center;
}

@media (max-width:340px) {}

@media (max-width:767px) {
    .conditions-item-t {
        font-size: 18px;
    }
    
    .conditions-item-img {
    width: 100%; 
    border-radius: 30px; 
}

    .conditions-block .alert-block div { 
    font-size: 14px;
    line-height: normal;
}
.conditions-item-cnt {
    width: 100%; 
    margin-top: 12px;
    padding-left: 0px;
}


    .conditions-item-tt {
        font-size: 14px;
        line-height: normal;
    }

    .conditions-item {
        padding: 20px 30px;
    }

    .conditions-item-img {
        margin: 12px 0;
    }
}

@media (max-width:767px) and (orientation: landscape) {}

@media (min-width:768px) and (max-width:991px) {}

@media (min-width:992px) and (max-width:1199px) {}

@media (min-width: 1200px) {}

@media (min-width: 1200px) and (max-height: 700px) {}

/* conditions END */




/* JOBS ACCORDION START */

.title-label {
   font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.63px;
    margin-bottom: 10px;
}

.title-acc { 
    cursor: pointer;
    line-height: 24px; 
    color: #1E1E1E;
    padding-right: 45px;
    display: block;
    position: relative; 
        font-size: 21px;
    font-weight: 700;
    letter-spacing: -0.63px;
}


 

.title-acc span {
       font-size: 21px;
    font-weight: 700;
    letter-spacing: -0.63px;
    text-transform: none;
    line-height: inherit;
    margin-top: 5px;
    display: block;
}

.accordion-header {
    padding: 20px 0;
    background-color: rgb(255, 255, 255);
    border-left: 9px solid #65A028;
    padding-left: 25px;
    border-bottom: 0px solid rgb(244, 247, 251);
}

.accordion-item {
    border: 1px solid rgba(255, 255, 255, 0.125);
    border-radius: 0;
}

.accordion > .accordion-item > .accordion-header {
    margin-bottom: 0px;
}

.accordion-body  {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.02em;
    padding: 0;
    background-color: rgba(255, 255, 255);
    border-left: 9px solid #65A028;
    padding-left: 20px;
    border-bottom: 0px solid rgb(244, 247, 251);
}

.accordion .accordion-item:nth-child(2n) .accordion-header {
    border-color: #D21E4E;
}

.accordion .accordion-item:nth-child(3n) .accordion-header {
    border-color: #9747FF;
}

.accordion .accordion-item:nth-child(2n) .accordion-body {
    border-color: #D21E4E;
}

.accordion .accordion-item:nth-child(3n) .accordion-body {
    border-color: #9747FF;
}

.accordion .accordion-item + .accordion-item {
    border-top: 1px solid rgba(74, 78, 89, 0.2);
    margin-top: 20px;
    padding-top: 20px;
}

.nav-ctrl {
    width: 40px;
    height: 40px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}

.minus_ctrl:before {
    width: 14px;
    content: '';
    height: 2px;
    background: #494e59;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}

.plus_ctrl:before,
.plus_ctrl:after {
    width: 30px;
    content: '';
    height: 2px;
    background: #000;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}

.plus_ctrl:before {
    -webkit-transform: rotate(-90deg); //Chrome, Safari
    -moz-transform: rotate(-90deg); //Firefox
    -o-transform: rotate(-90deg); //Opera
    -ms-transform: rotate(-90deg); //IE
    transform: rotate(-90deg);
}

.plus_ctrl:focus,
.plus_ctrl:hover,
.minus_ctrl:focus,
.minus_ctrl:hover {
    color: #000;
    text-decoration: none;
    opacity: 1;
}

.accordion-collapse {
    border-width: 0;
}

.title-acc.collapsed .plus_ctrl:before {
    display: block;
}

.title-acc .plus_ctrl:before {
    display: none;
}

.accordion-body.detail-text h3 {
    font-size: 21px;
    line-height: inherit;
    margin-top: 40px;
    margin-bottom: 0;
}

.accordion-body.detail-text h3:first-child {
    margin-top: 0px;
}

.job-list .accordion-body { 
    padding: 0 25px;
}

@media (max-width:340px) {}

@media (max-width:767px) {
    .title-acc span { 
        font-size: 16px;
    }
    .title-label {
   font-size: 14px; 
}
    .accordion-body {
  
    font-size: 14px;
    line-height: inherit;
    }
    .accordion-header { 
        padding-left: 24px;
}
      .title-acc .nav-ctrl { 
    margin-top: -7px;  
}
    
}
@media (max-width:767px) and (orientation: landscape) {}

@media (min-width:768px) and (max-width:991px) {
    .title-acc span { 
        font-size: 16px;
    }
      .title-label {
   font-size: 14px; 
}
  
}

@media (min-width:992px) and (max-width:1199px) {}

@media (min-width: 1200px) {}

@media (min-width: 1200px) and (max-height: 700px) {}

/* JOBS ACCORDION END */