body {
    margin: 0;
    padding: 0;
    font-family: 'ITC Avant Garde Std Md';
    color: #13191f;
    font-size: 14px;
    line-height: 24px;
    background: #f3f3f3;
    font-weight: 500
}

html,
body {
    height: 100%;
}

.main-wrapper {
    position: relative;
    overflow: hidden
}

ul,
ol,
li {
    padding: 0;
    margin: 0;
    list-style: none;
}

a {
    color: #13191f;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

a:hover {
    text-decoration: none;
    color: #13191f;
}

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

img {
    max-width: 100%;
    display: block
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #13191f;
}

h1,
.h1 {
    font-size: 36px;
    line-height: 46px;
}

h2,
.h2 {
    font-size: 32px;
    line-height: 46px;
}

h3,
.h3 {
    font-size: 26px;
    line-height: 36px;
}

h4,
.h4 {
    font-size: 22px;
    line-height: 32px
}

h5,
.h5 {
    font-size: 20px;
    line-height: 32px;
}

h6,
.h6 {
    font-size: 16px;
    line-height: 24px;
}

p {
    margin-bottom: 20px;
}



p:last-child {
    margin-bottom: 0 !important;
}

button {
    border: none;
    transition: all 0.4s ease 0s
}

.section,
section {
    padding: 80px 0
}

.container.wide {
    max-width: 1300px
}

.container {
    max-width: 1100px
}

.container.smalls {
    max-width: 1030px
}

.text_red {
    color: #db4633;
}

.text_green {
    color: #007a36;
}

.text_dark {
    color: #000
}

.text_white {
    color: #fff
}

.text_gray {
    color: #acacac;
}

.bg_red {
    background: #db4633;
}

.bg_white {
    background: #fff
}

.bg_green {
    background: #007a36;
}

.bg_deep_green {
    background: #124e39;
}

.bg_black {
    background: #13191f
}

.bg_light_gray {
    background: #f3f3f3;
}

.bg_dark_gray {
    background: #dadada;
}

.cta-btn {
    display: inline-block;
    padding: 13px 16px;
    border-width: 1px;
    border-style: solid;
    text-align: center;
    border-radius: 50px;
    font-size: 14px;
    min-width: 230px;
    font-weight: 700
}

.group_btn .cta-btn:last-child {
    margin-left: 20px
}

.btn_green {
    background: #007a36;
    color: #fff;
    border-color: #007a36
}

.btn_green:hover {
    background: #db4633;
    color: #fff;
    border-color: #db4633
}

.btn_red {
    background: #db4633;
    color: #fff;
    border-color: #db4633
}

.btn_red:hover {
    background: #007a36;
    color: #fff;
    border-color: #007a36
}

.btn_green_border {
    border-color: #007a36
}

.btn_green_border:hover {
    background: #007a36;
    color: #fff;
}

.btn_white_border {
    color: #fff;
    border-color: #fff
}

.btn_white_border:hover {
    background: #fff;
    color: #db4633
}

.btn_green_border em {
    color: #007a36;
    transition: all 0.4s
}

.btn_green_border:hover em {
    color: #fff
}

.btn_white_border em {
    color: #db4633;
    transition: all 0.4s
}

.site-logo {
    width: 210px;
}

.mainmenu ul li {
    display: inline-block;
    margin: 0 15px
}

.mainmenu ul li a {
    color: #a3a3a3;
    display: block;
    font-size: 14px;
    font-weight: 700
}

.mainmenu ul li a:hover,
.mainmenu ul li.active a {
    color: #007a36 !important
}

.header-right ul {
    margin: 0 30px
}

.header-right ul li {
    display: inline-block;
    margin-right: 20px;
    position: relative
}

.search-box {
    position: absolute;
    width: 350px;
    background: #fff;
    right: 0;
    top: 35px;
    box-shadow: 2px 10px 15px rgb(25 25 25 / 10%);
    padding: 25px;
    border-top: 2px solid #007a36;
    display: none
}

.search-box form {
    position: relative;
    height: 50px;
    background: #F3F3F3
}

.search-box form input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    background: transparent;
    padding: 10px 20px
}

.search-box form button {
    position: absolute;
    right: 10px;
    top: 12px;
    color: #acacac;
}

.header-right ul li a {
    color: #007a36;
    font-size: 18px
}

.header-right ul li.search a {
    color: #acacac;
}

.header-right ul li a:hover {
    color: #db4633
}

.header-right ul li.search a:hover {
    color: #007a36;
}

.header-right ul li:last-child {
    margin: 0
}

.header-action a {
    padding: 8px 18px;
    font-size: 14px
}

.header-navigation {
    width: 100%;
    margin-left: 120px
}

.header-area {
    padding: 20px 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    transition: all 0.4s
}

.header-area.scroll {
    box-shadow: 0 10px 15px rgb(25 25 25 / 10%);
    background: #fff;
    padding: 12px 0
}

.header-area.alt .mainmenu ul li a {
    color: #fff
}

.header-area.alt .header-right ul li.search a {
    color: #fff;
}

.hero-area {
    padding-top: 150px
}

.hero-area .h1 {
    margin-bottom: 20px
}

.img-full {
    width: 100%
}

.hero-area .group_btn {
    margin-top: 40px
}

.banner-area .container {
    position: relative
}

.chatOption {
    position: absolute;
    right: 0;
    bottom: 40px;
    z-index: 11
}

.hero-area .chatOption {
    bottom: 0
}

.chatOption svg {
    height: 60px
}

.slick-dots li {
    width: 8px;
    height: 8px;
    position: relative;
    margin: 0 10px;
    background: #e2e2e2;
    border-radius: 50%;
    transition: all 0.4s
}

.slick-dots li::after {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    left: 50%;
    top: 50%;
    border: 1px solid #007a36;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    transition: all 0.4s;
    opacity: 0
}

.slick-dots li.slick-active {
    background: #007a36;
}

.slick-dots li.slick-active::after {
    opacity: 1
}

.slick-dots li button {
    display: none
}

.hero-slider .slick-dots {
    bottom: 35px
}

.slick-slider {
    margin-bottom: 0 !important
}

.pl-70 {
    padding-left: 70px
}

.ml-70 {
    margin-left: 70px
}

.ml-35 {
    margin-left: 35px
}

.mr-35 {
    margin-right: 35px
}

.content-icon {
    margin-top: 50px
}

.content-icon img {
    width: 85px;
    height: 85px
}

.mt-70 {
    margin-top: 70px
}

.video-box {
    position: relative
}

.play-btn {
    display: inline-block;
    border-radius: 50%;
    background-color: #db4633;
    color: #fff;
    text-align: center
}

.play-btn:hover {
    background-color: #b52e1d;
}

.play-btn em {
    color: #fff;
}

.play_large {
    width: 85px;
    height: 85px;
    line-height: 85px;
    font-size: 26px
}

.play_small {
    width: 35px;
    height: 35px;
    line-height: 37px;
    font-size: 14px
}

.play_small em {
    margin-left: 3px
}

.play_large em {
    margin-left: 5px
}

.play-btn.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.play_border::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    width: 95px;
    height: 95px;
    border-radius: 50%;
    border: 1px solid #fff;
    transform: translate(-50%, -50%)
}

.line_border {
    position: relative;
    display: inline-block;
    padding-bottom: 7px;
    margin-bottom: 10px;
}

.line_border::after {
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
    height: 2px;
    bottom: 0
}

.line_border_green::after {
    background: #007a36;
}

.line_border_red::after {
    background: #db4633;
}

.cta-area .container {
    max-width: 870px
}

.cta-box p {
    font-size: 11px;
    line-height: 20px;
    margin: 0
}

.pl-50 {
    padding-left: 50px
}

.pr-50 {
    padding-right: 50px
}

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

.cta_inn > img {
    width: 130px
}

.cta_inn p {
    font-size: 12px
}

.cta-box {
    padding-left: 30px;
    padding-right: 70px;
    position: relative
}

.cta-box a {
    text-decoration: underline
}

.cta_call {
    position: absolute;
    right: -30px;
    top: 50%;
    transform: translateY(-50%);
}

.box-style-1 .content-text {
    padding: 20px
}

.box-style-1 .content-img {
    height: 255px;
    display: flex;
    align-items: center;
}

.box-style-1 .title {
    color: #e2e2e2;
}

.content-box-area {
    padding-top: 80px;
    padding-bottom: 50px
}

.content-box {
    margin-bottom: 30px
}

.content-box:hover {
    transform: translateY(-15px)
}

.faq_accordion {
    margin-top: 70px;
    border-top: 1px solid #13191f;
}

.faq_accordion .accordion-item {
    color: #13191f;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #13191f;
}

.faq_accordion .accordion-button {
    background: transparent;
    border: none;
    border-radius: 0;
    padding: 25px;
}

.faq_accordion .accordion-button:focus {
    box-shadow: none
}

.faq_accordion .accordion-item:last-of-type {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.faq_accordion .accordion-button:not(.collapsed) {
    color: #13191f;
    background-color: transparent;
    box-shadow: none;
}

.faq_accordion .accordion-body {
    padding: 30px;
    padding-top: 15px;
    padding-bottom: 30px
}

.faq_accordion .list_bullet {
    padding-left: 15px;
}

.list_bullet li {
    position: relative;
    font-size: 14px;
    margin: 10px 0;
    padding-left: 25px;
    color: #000
}

.faq_accordion .list_bullet li {
    font-size: 16px
}

.list_bullet li::before {
    position: absolute;
    content: "";
    top: 10px;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
}

.bullet_red li::before {
    background: #db4633;
}

.bullet_green li::before {
    background: #007a36;
}

.faq_accordion .accordion-button::after {
    display: none
}

.plus-minus {
    display: inline-block;
    min-width: 30px;
    min-height: 30px;
    border-radius: 50%;
    border: 1px solid #007a36;
    margin-left: auto;
    position: relative
}

.plus-minus::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1px;
    height: 12px;
    background: #007a36;
    transition: all 0.4s
}

.plus-minus::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 1px;
    width: 12px;
    background: #007a36;
    opacity: 1;
    transition: all 0.4s
}

.faq_accordion .accordion-button:not(.collapsed) .plus-minus::before {
    opacity: 0
}

.consultant_box {
    padding: 80px 100px;
    position: relative
}

.consultant_box .cta-btn {
    margin-top: 50px
}

.half_bg {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
}

.awards-img {
    width: 180px;
    height: 180px;
    margin: 0 auto 30px;
    display: block;
}

.awards-text p {
    font-size: 16px
}

.awards-slider {
    margin-top: 80px
}

.awards-slider .slide {
    padding: 0 15px
}

.awards-slider .slick-list {
    margin-left: -15px;
    margin-right: -15px
}

.awards-inn {
    position: relative
}

.awards_next {
    position: absolute;
    top: 38%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 11;
    color: #007a36;
    font-size: 23px;
    cursor: pointer
}

.logo-slider {
    margin-top: 50px
}

.logo-slider .slide {
    padding: 0 15px;
    margin-bottom: 50px
}

.logo-slider .slick-list {
    margin-left: -15px;
    margin-right: -15px
}

.logos-item {
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logos-item img {
    filter: grayscale(100%);
    opacity: 0.5;
    transition: all 0.4s;
    width: 100%;
    height: 100%;
    object-fit: contain;

}

.logos-item:hover img {
    opacity: 1;
    filter: grayscale(0)
}

.map-box {
    position: relative;
    margin-top: 50px
}

.map-box img {
    filter: grayscale(100%);
}

.map_icon {
    position: absolute;
    z-index: 1;
    filter: grayscale(0) !important;
}

.map_icon1 {
    top: 5px;
    width: 32px;
    left: 18%;
}

.map_icon2 {
    bottom: 50px;
    width: 46px;
    left: 13%;
}

.map_icon3 {
    top: 35%;
    width: 32px;
    left: 47%;
}

.map_icon4 {
    top: 62%;
    width: 32px;
    left: 70%;
}

.map_icon5 {
    top: 67%;
    width: 46px;
    left: 79%;
}

.quick_contact {
    padding: 50px 0;
    position: relative;
    z-index: 1
}

.quick_contact::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: #124e39;
    z-index: -1
}

.quick_form {
    padding-left: 80px
}

.quick_form ul {
    width: 66%;
    display: inline-block
}

.c_form li {
    position: relative;
    z-index: 1
}

.c_form li label {
    position: absolute;
    left: 25px;
    transform: translateY(15px);
    transition: all 0.4s;
    z-index: -1
}

.footer_form li label {
    left: 35px;
    color: #898989;
    background: #DADADA
}

.c_form li .form-group.animation > label {
    transform: translateY(-13px);
    z-index: 1
}

.quick_form label {
    color: #fff;
    background: #007A36
}

.quick_form input {
    width: 100%;
    border: 1px solid #d6d6d6;
    height: 55px;
    background: transparent;
    padding: 10px 25px;
    color: #fff;
    border-radius: 30px;
}

.quick_form button {
    background: #124e39;
    color: #fff;
    height: 55px;
    padding: 10px;
    font-size: 14px;
    border-radius: 30px;
    min-width: 140px;
    margin-left: 20px;
    font-weight: 700
}

.quick_form button:hover {
    background: #db4633
}

.quick_form input::placeholder {
    color: #fff;
    opacity: 1;
}

.quick_form input:-ms-input-placeholder {
    color: #fff;
}

.quick_form input::-ms-input-placeholder {
    color: #fff;
}

.footer-social {
    margin: 50px 0
}

.footer-social li {
    display: inline-block;
    margin-right: 10px
}

.footer-social li:last-child {
    margin-right: 0
}

.footer-social li a {
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    font-size: 16px;
    background-color: #db4633;
    color: #fff;
    display: block;
    border-radius: 50%
}

.footer-social li a:hover {
    background: #007a36
}

.footer-area {
    position: relative;
    z-index: 1;
    background: #f3f3f3;
}

.footer-area::before {
    position: absolute;
    content: "";
    top: 0;
    width: 50%;
    height: 100%;
    right: 0;
    background: #dadada;
    z-index: -1
}

.footer-top-area {
    padding: 70px 0
}

.footer-info p {
    font-size: 12px;
    margin: 0;
    font-weight: 700
}

.f_info_title {
    padding-bottom: 5px;
    margin-bottom: 15px
}

.quick_contact p {
    font-size: 15px
}

.footer-widget > p {
    font-size: 16px
}

.footer-widget .h2 {
    margin-bottom: 20px
}

.footer_form {
    padding-left: 80px
}

.footer_form li {
    margin-bottom: 20px
}

.footer_form input,
.footer_form textarea {
    width: 100%;
    height: 55px;
    padding: 10px 20px;
    background: transparent;
    border: 1px solid #13191f;
    border-radius: 30px
}

.footer_form textarea {
    height: 140px;
    padding-top: 15px
}

.copyright-area {
    padding-bottom: 30px
}

.copyright-area p,
.copyright-area a {
    font-size: 12px;
    color: #898989;
}

.scrollAction {
    margin-top: 50px
}

.scrollAction a {
    font-size: 24px;
    color: #007a36
}

.space_text p {
    margin: 25px 0
}

.link_text {
    color: #acacac;
    font-size: 12px;
    display: inline-block;
    margin-top: 20px
}

.link_text em {
    margin-left: 5px;
    color: #007a36;
}

.link_text:hover {
    color: #007a36;
}

.service-slider .slick-dots {
    bottom: 35px;
}

.service-slider {
    width: 555px;
}

.service-slider-inn {
    padding-top: 80px
}

.content-area {
    position: relative;
    z-index: 1
}

.shape-1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 400px;
    height: 495px;
    z-index: -1
}

.shape-2 {
    position: absolute;
    right: 0;
    top: 0;
    width: 400px;
    height: 495px;
    z-index: -1
}

.process-box .icon {
    width: 120px;
    height: 120px;
    margin: 40px auto
}

.process-box .number {
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 42px;
    border-radius: 50%;
    font-size: 18px;
    position: relative
}

.process-box .number::after {
    position: absolute;
    content: "";
    bottom: -16px;
    width: 65px;
    height: 2px;
    background: #db4633;
    transform: rotate(90deg);
    left: -12px;
    z-index: -1;
}

.process-box .title {
    font-size: 24px;
    display: block;
    margin-bottom: 30px
}

.process-box p {
    font-size: 12px;
    line-height: 20px;
}

.process-box {
    position: relative;
    margin-top: 30px
}

.process-box::after {
    position: absolute;
    content: "";
    top: 130px;
    right: -18%;
    width: 100px;
    height: 22px;
    background: url(../img/plan-steps.svg) no-repeat scroll 0 0/cover;
}

.col-sm-6:last-child .process-box::after {
    display: none
}

.content-text .cta-btn {
    margin-top: 30px
}

.hero-area .content-text .cta-btn {
    margin-top: 0
}

.content-img {
    position: relative
}

.content-img .number {
    display: inline-block;
    width: 56px;
    height: 56px;
    text-align: center;
    line-height: 56px;
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 700;
    font-size: 18px;
}

.content-img .number.right {
    left: auto;
    right: 0
}

.sectors-banner {
    padding-top: 180px
}

.sectors-banner .box p {
    color: #e2e2e2;
}

.sectors-banner .box-inn {
    display: inline-block;
    padding: 10px 45px;
    font-weight: 700;
}

.sectors-banner .red_box {
    border: 2px solid #db4633;
}

.sectors-banner .red_box:hover {
    background: #db4633
}

.sectors-banner .green_box {
    border: 2px solid #007a36;
}

.sectors-banner .green_box:hover {
    background: #007a36;
}

.box_holder {
    margin-top: 70px;
    margin-bottom: 100px
}

.sectors-item .content-text {
    padding: 60px
}

.sectors-action {
    position: relative;
    padding-left: 150px;
    height: 110px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 50px
}

.sectors-action .btns {
    position: absolute;
    left: 0;
    width: 110px;
    height: 100%;
    top: 0;
    text-align: center;
    line-height: 110px;
    background: #13191f;
    color: #fff;
}

.sectors-item.alt .sectors-action,
.sectors-action.alt {
    padding-left: 50px;
    padding-right: 150px
}

.sectors-item.alt .btns,
.sectors-action.alt .btns {
    left: auto;
    right: 0
}

.sectors-action .btns em {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%
}

.sectors-action .title {
    font-size: 30px;
    color: #e2e2e2;
}

.sectors-action.bg_green .btns em {
    border: 1px solid #007a36;
    color: #007a36
}

.sectors-action p {
    color: #e2e2e2;
}

.sectors-action.bg_red .btns em {
    border: 1px solid #db4633;
    color: #db4633
}

.text_16 {
    font-size: 16px;
    line-height: 28px
}

.text_14 {
    font-size: 12px;
    line-height: 20px
}

.space {
    display: inline-block;
    height: 2px;
    width: 100px
}

.sectors-item {
    margin-top: 50px
}

.n_pad_r {
    padding-right: 0
}

.n_pad_l {
    padding-left: 0
}

.environment-banner {
    padding-top: 160px;
    position: relative;
    z-index: 1
}

.environment-banner .h1 {
    color: #e2e2e2;
}

.banner-left {
    width: 64%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.banner-right {
    width: 37%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

.header-right.alt a {
    color: #fff
}

.header-right.alt .header-action a {
    color: #db4633;
    background: #fff;
    border-color: #fff
}

.header-right.alt .header-action a:hover {
    background: #007a36;
    color: #fff;
    border-color: #007a36
}

.banner-quote {
    padding-left: 30px;
    border-left: 1px solid #db4633;
    margin-top: 90px
}

.environment-banner .chatOption {
    bottom: 0px;
}

.logo_icon {
    position: absolute;
    bottom: 0;
    left: 56%;
    width: 60px;
}

.environment-header.header-area .mainmenu ul li a {
    color: #e2e2e2;
}

.bg_shape {
    position: absolute;
    right: 0;
    width: 37%;
    top: -1px;
    height: 145px;
}

.pt-50 {
    padding-top: 50px
}

.logo-icon-text .content-text {
    margin-right: -70px
}

.logo-icon-text .content-text .h5 {
    margin-bottom: 25px;
}

.logo-icon-text .content-img img {
    width: 310px;
}

.list_bullet a {
    display: block;
    color: #007a36;
    font-size: 12px;
    margin-top: 5px
}

.list_bullet a:hover {
    color: #db4633
}

.environment-inn .list_bullet li {
    margin: 25px 0;
    color: #13191f;
}

.environment-inn {
    margin-top: 70px
}

.about-banner {
    padding-top: 160px;
    position: relative
}

.about-shape {
    position: absolute;
    top: 125px;
    right: 0;
    width: 760px;
    height: 275px;
}

.about-banner .h1 {
    margin-bottom: 50px
}

.about-banner .line_border {
    padding-bottom: 0px;
    margin-bottom: 5px;
}

.about-banner-content {
    padding: 150px 0
}

.about-banner-content .content-text p {
    margin-bottom: 70px
}

.about-banner-content .content-text p:last-child {
    margin-bottom: 0px
}

.about-banner .chatOption {
    bottom: -105px;
}

.box-icon-text {
    position: relative
}

.box-icon-text .text {
    padding-left: 90px
}

.box-icon-text .icon {
    width: 55px;
    height: 55px;
    position: absolute;
    top: 5px;
    left: 0
}

.box-icon-text .icon img {
    width: 100%;
    height: 100%;
    border-radius: 50%
}

.box-icon-text {
    margin-top: 90px
}

.history-slider .slide .image {
    transition: transform 1s, opacity 1s;
    transform: scale(0.8)
}

.history-slider .slick-current .image {
    transform: translate3d(0%, -25%, 0px) scale(1);
}

.history-slider .slick-list {
    padding-top: 100px !important
}

.history-slider .slick-snext .image {
    opacity: 1;
    transform: translate3d(4%, -12%, 0px) scale(0.9);
    z-index: 1;
}

.history-slider .slick-snext .text {
    transform: translate3d(4%, 0%, 0px) scale(1);
}

.history-slider .slick-sprev .text {
    transform: translate3d(-4%, 0%, 0px) scale(1);
}

.history-slider .slick-sprev .image {
    opacity: 1;
    transform: translate3d(-4%, -12%, 0px) scale(0.9);
    z-index: 1;
}

.history-slider .image img {
    transition: all 0.4s;
    filter: grayscale(100%)
}

.history-slider .slick-current .image img {
    filter: grayscale(0)
}

.history-slider .image {
    position: relative
}

.history-slider .image::after {
    position: absolute;
    content: "";
    bottom: -120px;
    width: 2px;
    height: 100%;
    background: #007a36;
    left: 50%;
    z-index: -1;
    transform: translateX(-50%);
}

.history-slider .text {
    margin-top: 50px;
    padding-top: 30px;
    transition: all 0.4s
}

.history-slider {
    position: relative
}

.history-slider::after {
    position: absolute;
    content: "";
    top: 400px;
    left: 50%;
    width: 115%;
    height: 2px;
    background: #007a36;
    transform: translateX(-50%);
    z-index: -1
}

.history-slider .text {
    position: relative;
    padding: 20px;
    padding-top: 45px;
    margin-top: 52px;
    background: #f3f3f3;
    z-index: 1;
}

.history-slider .text::before {
    position: absolute;
    content: "";
    top: -30px;
    width: 50px;
    height: 50px;
    background: url(../img/arrow-up.svg) no-repeat scroll 0 0/cover;
    left: 50%;
    transform: translateX(-50%)
}

.history-slider .text p {
    font-size: 12px;
    line-height: 20px
}

.history-area .container {
    max-width: 1200px
}

.history-slider .text .year {
    display: block;
    margin-bottom: 25px
}

.history-slider .arrows-prev {
    position: absolute;
    left: -142px;
    top: 375px;
    z-index: 11;
    background: transparent;
}

.history-slider .arrows-prev span {
    transform: rotate(-90deg);
    display: inline-block;
    position: relative;
    top: 75px;
    left: -55px;
    color: #bcbcbc;
    font-weight: 700;
    font-size: 12px
}

.history-slider .arrows-next {
    position: absolute;
    right: -185px;
    top: 373px;
    z-index: 11;
    background: transparent;
}

.history-slider .arrows-next span {
    transform: rotate(-90deg);
    display: inline-block;
    position: relative;
    top: 75px;
    right: 45px;
    color: #bcbcbc;
    font-weight: 700;
    font-size: 12px;
}

.history-slider {
    margin-top: 50px
}

.mr-50 {
    margin-right: 50px
}

.about-banner-content {
    position: relative;
    z-index: 1
}

.abt-shape-1 {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 300px;
    height: 100%;
}

.abt-shape-2 {
    position: absolute;
    top: 50px;
    right: 0;
    z-index: -1;
    width: 300px;
    height: 80%;
}

.sidebar_social {
    position: fixed;
    top: 10%;
    right: 0px;
    background: #B6B4B4;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 5px;
    z-index: 99
}

.sidebar_social li {
    margin: 3px 0
}

.sidebar_social a {
    color: #fff;
    padding: 2px 5px;
    display: block;
    font-size: 15px
}

.sidebar_social a:hover {
    color: #007a36
}

.header-toggle {
    display: none;
}

.header-toggle {
    height: 46px;
    width: 46px;
    text-align: center;
    background: #007a36;
    border-radius: 10px;
    margin-left: 10px;
}

.header-toggle span {
    height: 2px;
    width: 95%;
    background: #fff;
    display: block;
    margin-top: 5px;
    position: relative;
    transition: all 0.2s ease 0s;
    border-radius: 5px;
    margin-right: auto;
    margin-left: 0;
}

.header-toggle span:nth-child(1) {
    top: 4px;
}

.header-toggle span:nth-child(2) {
    top: 6px;
    width: 65%;
}

.header-toggle span:nth-child(3) {
    top: 8px;
}

#menu-toggle {
    width: 42px;
    height: 42px;
    display: block;
    position: relative;
    background: transparent;
    padding: 4px 8px;
    border-radius: 7px;
    margin-left: auto;
    margin-right: auto;
}

.box-slider .slide {
    padding: 0 15px;
    padding-top: 30px
}

.box-slider .slick-list {
    margin: 0 -15px
}

.box-slider .slick-dots {
    position: inherit;
    bottom: auto;
}

.sectors-banner .chatOption {
    bottom: 0
}

.footer-area .alert {
    background: transparent;
    border: none;
    margin-top: 10px;
}

.footer-area button.close {
    background: transparent
}

.header-area.scroll .mainmenu ul li a {
    color: #a3a3a3
}

.header-area.scroll .header-right ul li.search a {
    color: #a3a3a3
}

.header-area.scroll .header-right ul li.search a:hover {
    color: #007a36
}

.site-logo a {
    display: inline-block;
    overflow: hidden;
}

.site-logo img {
    transition: all 0.4s;
}

.logo_white {
    transform: translateY(44px);
}

.logo_black {
    transform: translateY(20px);
}

.header-area.scroll .logo_black {
    transform: translateY(-75px);
}

.header-area.scroll .logo_white {
    transform: translateY(-10px);
}

.picudo-banner {
    padding-top: 250px;
    padding-bottom: 270px;
}

.picudo-banner .h1 {
    font-size: 55px;
    line-height: 75px;
}

.picudo-banner .h1 span {
    position: relative
}

.picudo-banner .h1 span::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #db4633
}

.n_icon {
    width: 65px;
    display: block;
    margin: 0 auto 30px
}

.n_top_280 {
    margin-top: -250px;
}

.inner-content {
    margin-top: 110px;
}

.inner-content-img {
    overflow: hidden;
    margin-bottom: 40px;
}

.inner-content-img img {
    width: 40px;
    float: left;
    margin-right: 20px;
}

.inner-sectors {
    text-align: left
}

.inner-sectors .content-text {
    padding: 45px
}

.sectors-item .col-sm-6 {
    position: relative
}

.text_10 {
    font-size: 10px;
    line-height: 18px;
}

.sectors-action-text {
    padding: 20px;
    bottom: 0;
    height: 120px;
    display: flex;
    align-items: center;
    right: 12px;
}

.picodo-sectors .sectors-action {
    position: absolute;
    width: calc(100% - 12px);
    left: 12px;
    bottom: 0;
    height: 121px;
    align-items: flex-start
}

.picodo-sectors .content-img img {
    filter: grayscale(1);
    opacity: 0.8;
}

.rojo-box .box-inner {
    margin-top: 80px
}

.box-inner .icon {
    margin-right: 30px
}

.box-inner .icon span {
    display: block;
    width: 50px;
    height: 50px;
    text-align: center;
    background: #E74F3D;
    color: #fff;
    font-size: 20px;
    line-height: 50px;
    position: relative
}

.box-inner .icon span::before {
    position: absolute;
    content: "";
    top: 50%;
    left: -80%;
    width: 80%;
    height: 2px;
    background: #E74F3D;
}

.text_18 {
    font-size: 18px;
    line-height: 28px
}

.box-style-2 {
    display: flex;
    margin-top: 70px
}

.box-style-2 .icon span {
    font-size: 60px;
    color: #D3D3D3;
    position: relative;
    top: 20px;
    border-bottom: 1px solid #E74F3D;
}

.box-style-2 .icon {
    margin-right: 30px
}

.box-style-2 .text .title {
    margin-bottom: 30px
}

.cta-area-alt .h5 {
    line-height: 26px
}

.cta-area-alt .cta_inn {
    position: relative;
    padding-left: 170px;
}

.cta-area-alt .cta_inn > img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 170px;
}

.cta-area-alt .cta-box {
    padding: 40px
}

.hashTag {
    font-size: 50px;
    margin-right: 10px
}

.picudo_shape_1 {
    position: absolute;
    width: 70px;
    left: 40px;
    bottom: -43px;
}

.picodo-sectors .container {
    position: relative
}

.picudo_shape_2 {
    position: absolute;
    right: -160px;
    width: 135px;
    top: -120px;
}

.picudo_shape_4 {
    position: absolute;
    right: 0;
    width: 90px;
    top: 155px;
}

.picudo_shape_3 {
    position: absolute;
    left: -160px;
    width: 115px;
    top: 73px;
}

.picudo_shape_6 {
    position: absolute;
    left: -225px;
    width: 150px;
    top: 565px;
    opacity: 0.5;
}

.picodo-sectors .sectors-item {
    position: relative
}

.picudo-shape-5 {
    position: absolute;
    width: 105px;
    top: -96px;
    left: 100px;
}

.picodo-sectors {
    position: relative
}

.picudo_shape_7 {
    position: absolute;
    right: -70px;
    width: 150px;
    top: 365px;
    opacity: 0.5;
}

.picudo_shape_8 {
    position: absolute;
    left: -70px;
    width: 150px;
    top: 365px;
    opacity: 0.1;
    filter: invert(100%)
}
.picudo_shape_9 {
    position: absolute;
    right: -145px;
    width: 70px;
    top: 550px;
    opacity: 0.1;
    filter: invert(100%);
}


/*Responsive*/

@media(max-width: 991px) {
    .header-area {
        padding: 15px 0;
    }

    .mobile-quote-btn {
        display: block
    }

    nav#menu {
        position: absolute;
        top: 99%;
        left: 0;
        width: 100%;
        display: block;
        z-index: 999;
        min-height: calc(100vh - 71px);
        opacity: 0;
        visibility: hidden;
        transition: 0.3s all;
    }

    nav#menu.active {
        opacity: 1;
        visibility: visible;
        transition: 0.3s all;
    }

    .mainmenu ul {
        text-align: left;
    }

    nav#menu,
    nav#menu > ul ul {
        overflow: hidden;
        max-height: 0;
        background: #F3F3F3;
        -webkit-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
        border-top: 2px solid #007a36;
    }

    nav#menu,
    nav#menu > ul ul {
        overflow: auto;
        padding: 50px 20px;
    }

    nav#menu > ul > li {
        display: block !important;
        margin: 0 !important;
        padding: 0
    }

    nav#menu ul ul,
    nav#menu ul ul ul {
        display: inherit;
        position: relative;
        left: auto;
        top: auto;
        padding: 0
    }

    nav#menu ul ul.sub-menu.active {
        visibility: visible;
        opacity: 1;
        max-height: 55em;
    }

    nav#menu > ul > li > a {
        display: block;
        position: relative;
        padding: 15px 0px;
        color: #13191f;
        border-bottom: 1px solid rgba(0, 0, 0, 0.06);
        font-size: 14px;
    }

    nav#menu > ul > li:last-child > a {
        border: none
    }

    .mainmenu ul li > ul {
        border: none
    }

    nav#menu li.has-submenu > a:after {
        border: none;
        content: '+';
        position: absolute;
        top: 10px;
        right: 15px;
        display: block;
        top: 50%;
        transform: translateY(-50%);
        width: auto;
        height: auto;

    }

    .sub-menu::before {
        height: 90% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
    }

    .sub-menu::after {
        display: none
    }

    nav#menu li.has-submenu > a.active:after {
        content: "-";
        font-size: 20px
    }

    nav#menu ul ul > li a {
        padding: 13px 0px;
        line-height: normal;
        color: #13191f;
        font-size: 15px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.06)
    }

    ul.sub-menu {
        padding-left: 20px;
    }

    .header-toggle.active span:nth-child(2) {
        opacity: 0
    }

    .header-toggle.active span:nth-child(1) {
        top: 14px;
        transform: rotate(45deg);
    }

    .header-toggle.active span:nth-child(3) {
        top: 0px;
        transform: rotate(-45deg);
    }

    .header-toggle {
        display: block;
    }

    nav#menu > ul ul {
        background: transparent;
        box-shadow: none;
        width: 100%;
        padding-left: 15px
    }

    .header-action {
        display: none
    }

    body {
        font-size: 14px;
        line-height: 22px;
    }

    .header-navigation {
        margin-left: 0
    }

    .header-right ul {
        margin: 0 10px;
    }

    .header-right ul li {
        margin-right: 15px;
    }

    .header-right ul li a {
        font-size: 16px;
    }

    .sidebar_social {
        top: 23%;
        right: 0;
    }

    .search-box {
        width: 100%;
        right: 0;
        top: 100%;
    }

    .header-right ul li {
        position: inherit
    }

    section,
    .section {
        padding: 50px 0
    }

    h1,
    .h1 {
        font-size: 24px;
        line-height: 34px;
    }

    h2,
    .h2 {
        font-size: 22px;
        line-height: 32px;
    }

    h3,
    .h3 {
        font-size: 20px;
        line-height: 30px;
    }

    h4,
    .h4 {
        font-size: 18px;
        line-height: 26px
    }

    h5,
    .h5 {
        font-size: 16px;
        line-height: 26px;
    }

    .awards-text .h3 {
        font-size: 18px;
        line-height: 22px
    }

    .awards-text p {
        font-size: 14px;
    }

    .hero-area .group_btn {
        margin-top: 30px;
    }

    .chatOption svg {
        height: 50px;
    }

    .play_large {
        width: 60px;
        height: 60px;
        line-height: 63px;
        font-size: 18px;
    }

    .play_large em {
        margin-left: 0;
    }

    .play_border::before {
        width: 75px;
        height: 75px;
    }

    .faq_accordion .list_bullet li {
        font-size: 14px;
    }


    .footer-top-area {
        padding: 50px 0;
    }

    .cta-btn {
        min-width: 180px
    }

    br {
        display: none
    }

    .hero-area br {
        display: block
    }

    .quick_form {
        padding-left: 0;
    }

    .quick_form button {
        min-width: 110px;
        margin-left: 0
    }

    .footer_form {
        padding-left: 0px;
    }

    .footer-social {
        margin: 30px 0 10px;
    }

    .footer-info {
        margin-top: 20px;
    }

    .footer-widget > p {
        font-size: 14px;
    }

    .footer-widget .h2 {
        margin-bottom: 10px;
    }

    .footer-info p {
        font-size: 11px
    }

    .banner-area .video-box {
        margin-top: 0;
        height: 300px
    }

    .banner-area .video-box img {
        width: 100%;
        height: 100%;
        object-fit: cover
    }

    .banner-area .video-box .play-btn.centered {
        top: 57%;
    }

    .pl-50 {
        padding-left: 0px;
    }

    .pr-50 {
        padding-right: 0
    }

    .service-slider {
        width: 100%;
    }

    .service-slider-inn {
        padding-top: 50px;
    }

    .mr-35 {
        margin-right: 0;
    }

    .ml-35 {
        margin-left: 0;
    }

    .link_text {
        margin-top: 0
    }

    .space_text p {
        margin: 20px 0;
    }

    .content-text .cta-btn {
        margin-top: 10px;
    }

    .shape-1,
    .shape-2 {
        display: none
    }

    .process-box::after {
        top: 115px;
        right: -21%;
        width: 60px;
        height: 15px;
    }

    .process-box .icon {
        width: 100px;
        height: 100px;
        margin: 30px auto;
    }

    .process-box .title {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .sectors-banner {
        padding-top: 120px;
    }

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

    .sectors-banner .box-inn {
        padding: 20px;
        width: 100%
    }

    .sectors-item .content-text {
        padding: 30px;
        height: 345px;
        overflow: auto;
        padding-right: 30px;
    }

    .box_holder .box {
        margin: 20px 0
    }

    .n_pad_r {
        padding-right: 15px
    }

    .n_pad_l {
        padding-left: 15px
    }

    .sectors-action {
        padding-left: 105px;
        height: 95px;
        padding-right: 30px;
    }

    .sectors-action .btns {
        width: 85px;
        line-height: 97px;
    }

    .sectors-action .btns em {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

    .sectors-action .title {
        font-size: 18px;
    }


    .sectors-item.alt .sectors-action {
        padding-left: 20px;
        padding-right: 100px;
    }

    .text_16 {
        font-size: 14px;
        line-height: 24px;
    }

    .sectors-action p {
        font-size: 12px;
        line-height: 16px;
    }

    .sectors-item br {
        display: none
    }

    .banner-left {
        background-position: center center !important
    }

    .banner-quote {
        margin-top: 50px;
    }

    .environment-banner {
        padding-top: 120px;
    }

    .logo-icon-text .content-img img {
        width: 220px;
    }

    .logo-icon-text .content-text {
        margin-right: 0;
    }

    .logo-icon-text .scrollAction {
        margin-top: 0
    }

    .about-banner .chatOption {
        bottom: -70px;
    }

    .about-banner-content {
        padding: 70px 0;
    }

    .picudo-banner .h1 {
        font-size: 24px;
        line-height: 34px;
    }

    .picudo-banner .h1 br {
        display: block
    }

    .box-style-2 .icon span {
        font-size: 50px
    }

    .picudo-banner {
        padding-top: 130px;
        padding-bottom: 200px;
    }

    .n_top_280 {
        margin-top: -180px;
    }

    .picodo-sectors .sectors-action {
        position: inherit;
        width: calc(100% + 28px);
        left: auto;
        height: 95px;
    }

    .sectors-action-text {
        height: auto
    }

    .picodo-sectors .inner-sectors .content-text {
        height: 271px
    }

    .box-inner .icon span::before {
        left: auto;
        right: -50%;
        width: 50%;
    }

    .sectors-content .n_pad_r {
        padding-right: 0
    }

    .cta-area-alt .cta_inn {
        padding: 30px;
        padding-bottom: 50px;
        display: block
    }

    .cta-area-alt .cta_inn > img {
        position: inherit;
        width: 90px;
        margin: 0 auto;
    }

    .cta-area-alt .cta-box {
        padding: 0;
    }

    .cta-area-alt .cta-box .content-text {
        margin-top: 30px;
        text-align: center;
    }

    .cta-area-alt .cta_call {
        right: auto;
        top: auto;
        transform: translateX(-50%);
        bottom: -70px;
        left: 50%;
    }

}


@media(max-width: 767px) {
    .hero-area {
        padding-top: 125px;
    }

    .pl-70 {
        padding-left: 0px;
    }

    .content-icon {
        margin: 0 0 25px;
    }

    .cta_inn > img {
        width: 90px;
        margin: 0 auto;
    }

    .cta_inn {
        display: block;
        padding: 30px;
        padding-bottom: 50px;
    }

    .cta-box {
        padding-left: 0;
        padding-right: 0;
    }

    .cta-box .content-text {
        margin-top: 30px;
        text-align: center
    }

    .faq_accordion .accordion-button {
        padding: 16px 0;
        font-size: 14px;
    }

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

    .faq_accordion .list_bullet {
        padding-bottom: 20px
    }

    .consultant_box {
        padding: 30px;
    }

    .faq_accordion {
        margin-top: 40px;
    }

    .logos-item {
        height: 80px;
    }

    .cta_call {
        right: auto;
        top: auto;
        transform: translateX(-50%);
        bottom: -70px;
        left: 50%;
    }

    .awards-slider .slick-dots,
    .logo-slider .slick-dots {
        position: inherit;
        bottom: auto;
        margin-top: 30px
    }

    .logo-slider .slide {
        margin-bottom: 15px;
    }

    .awards-img {
        width: 140px;
        height: 140px;
    }

    .awards-slider {
        margin-top: 40px;
    }

    br {
        display: none
    }

    .quick_form ul {
        width: 61%;
    }

    .hero-area br {
        display: none
    }

    .footer-info p {
        font-size: 12px;
    }


    .process-box::after {
        display: none
    }

    .sectors-banner .box-inn {
        padding: 15px 30px;
    }

    .banner-right {
        display: none
    }

    .banner-left {
        width: 100%;
        background-position: center center !important
    }

    .environment-banner {
        padding-top: 120px;
    }

    .banner-quote {
        padding-left: 20px;
        margin-top: 30px;
        padding-right: 100px
    }

    .logo_icon {
        position: inherit;
        left: auto;
        margin-bottom: 20px;
    }

    .environment-banner .chatOption {
        bottom: -74px;
    }

    .bg_shape {
        display: none
    }

    .about-banner {
        padding-top: 130px;
    }

    .about-banner .h1 {
        margin-bottom: 30px;
    }

    .mr-50 {
        margin-right: 0px;
    }

    .about-shape {
        top: 185px;
        width: 50%;
        height: 165px;
    }

    .about-banner .line_border {
        display: inline;
    }

    .about-banner .line_border::after {
        display: none
    }

    .about-banner .h5 {
        border-bottom: 2px solid #db4633
    }

    .about-banner-content .content-text p {
        margin-bottom: 30px;
    }

    .box-icon-text .icon {
        width: 35px;
        height: 35px;
    }

    .box-icon-text .text {
        padding-left: 50px;
    }

    .box-icon-text {
        margin-top: 50px;
    }

    .history-slider::after {
        top: 365px;
    }

    .history-slider {
        margin-top: 0;
    }

    .history-slider .slick-dots {
        position: inherit;
        bottom: auto
    }

    .picudo-banner {
        padding-top: 150px;
        padding-bottom: 190px;
    }

    .box-style-2 {
        display: flex;
        margin-top: 40px;
    }

    .cta-area-alt .cta_inn {
        padding: 30px;
        padding-bottom: 50px
    }

    .cta-area-alt .cta_inn > img {
        position: inherit;
        width: 90px;
    }

    .cta-area-alt .cta-box {
        padding: 0;
    }

    .picudo_shape_4 {
        width: 60px;
        top: 300px;
    }

    .n_top_280 {
        margin-top: -170px;
    }

    .inner-content {
        margin-top: 50px;
    }



    .picodo-sectors .content-text {
        height: 268px;
    }



    .box-inner .icon span::before {
        right: -50%;
        width: 50%;
        left: auto
    }


}


@media(max-width: 575px) {

    .hero-area .chatOption {
        bottom: -50px;
    }

    .chatOption {
        right: -12px;
        bottom: 20px
    }

    .video-box {
        margin-top: 30px
    }


    .half_bg {
        display: none
    }

    .consultant_box {
        padding: 30px;
        text-align: center;
    }


    .map-box .map_icon {
        width: 15px
    }

    .quick_contact {
        text-align: center
    }

    .quick_contact::before {
        width: 100%;
        height: 41%;
    }

    .quick_form {
        padding-left: 0;
        margin-top: 65px;
    }

    .quick_form ul {
        width: 100%;
    }

    .quick_form button {
        display: block;
        width: 100%;
        margin: 10px 0 0;
    }

    .footer-widget {
        text-align: center
    }

    .footer-widget > p {
        font-size: 14px;
    }

    .footer-widget .h2 {
        margin-bottom: 10px;
    }

    .footer-social {
        margin: 30px 0;
        text-align: center;
    }

    .footer-info {
        text-align: center;
        margin: 10px 0;
    }

    .footer_form {
        padding-left: 0;
        margin-top: 30px;
    }

    .footer-area::before {
        display: none
    }

    .footer_form li label {
        background: #F3F3F3;
    }

    .service-slider {
        margin-bottom: 30px !important
    }

    .content-img {
        margin-bottom: 30px
    }

    .sectors-item .content-text {
        padding: 0 30px 30px;
        height: auto
    }


    .environment-inn {
        margin-top: 40px;
    }

    .environment-inn .content-text {
        margin-top: 30px
    }

    .banner-quote {
        padding-right: 0
    }

    .about-shape {
        display: none
    }

    .picodo-sectors .sectors-action {
        width: 100%;
    }

    .abt-shape-1,
    .abt-shape-2 {
        display: none
    }

    .about-banner-content .content-text p {
        margin-bottom: 30px;
    }

    .box-icon-text .icon {
        position: inherit;
        top: auto;
        margin-bottom: 30px;
    }

    .box-icon-text .text {
        padding-left: 0;
    }

    .box-icon-text {
        margin-top: 50px;
    }

    .history-slider::after {
        display: none
    }

    .history-slider .text::before {
        top: -55px;
    }

    .history-slider .image::after {
        bottom: -70px;
        height: 70%;
    }

    .history-slider .text {
        padding-top: 20px;
        margin-top: 0
    }

    .history-slider .text .year {
        font-size: 22px;
    }

    .history-slider .text p {
        font-size: 14px;
        line-height: 26px;
    }

    .inner-content {
        margin-top: 40px;
    }

    .picodo-sectors .content-img {
        margin-bottom: 0
    }

    .sectors-action-text {
        height: auto
    }

    .picodo-sectors .inner-sectors {
        margin-top: 30px
    }

    .n_top_280 {
        margin-top: -250px
    }


    .rojo-box .box-inner {
        margin-top: 50px;
    }

    .box-inner .icon span {
        margin: 0 auto 40px
    }

    .box-inner .icon span::before {
        left: 50%;
        height: 2px;
        bottom: -40%;
        top: auto;
        transform: translateX(-50%) rotate(90deg);
    }

    .box-inner p {
        font-size: 12px;
    }

    .sectors-content .inner-sectors {
        background: #fff
    }

    .sectors-content .bg_white {
        background: transparent
    }

    .sectors-content .content-img {
        margin-bottom: 0
    }

    .picudo-banner {
        padding-top: 150px;
        padding-bottom: 270px;
    }

    .box-inner .icon {
        margin-right: 0
    }

    .box-inner .icon span::before {
        width: 80%
    }

    .picudo-shape-5 {
        left: 40px;
    }

    .picodo-sectors .inner-sectors .content-text {
        height: auto
    }

}


@media(max-width: 420px) {
    .cta-btn {
        width: 100%;
        margin: 10px 0
    }

    .group_btn .cta-btn:last-child {
        margin-left: 0px;
    }

    .cta-btn.m-auto {
        width: auto;
        margin-top: 30px !important
    }
}

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

@media (min-width: 800px) and (max-width: 850px) and (max-height: 500px) {
    .picodo-sectors .inner-sectors .content-text {
        height: 294px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .cta_call {
        right: 0
    }

    .box-style-1 .content-img {
        height: 190px;
    }

    .consultant_box {
        padding: 50px;
    }

    .sidebar_social {
        top: 13%;
    }

    .bg_shape {
        height: 125px;
        background-position: center center !important;
    }

    .about-banner {
        padding-top: 130px;
    }

    .about-banner .h1 {
        margin-bottom: 30px;
    }

    .mr-50 {
        margin-right: 0px;
    }

    .about-shape {
        top: 130px;
        width: 50%;
        height: 165px;
    }

    .about-banner .line_border {
        display: inline;
    }

    .about-banner .line_border::after {
        display: none
    }

    .about-banner .h5 {
        border-bottom: 2px solid #db4633
    }

    .about-banner-content .content-text p {
        margin-bottom: 30px;
    }

    .box-icon-text .icon {
        width: 35px;
        height: 35px;
    }

    .box-icon-text .text {
        padding-left: 50px;
    }

    .box-icon-text {
        margin-top: 50px;
    }

    .history-slider::after {
        top: 365px;
    }

    .history-slider {
        margin-top: 0;
    }

    .history-slider .slick-dots {
        position: inherit;
        bottom: auto
    }

}

@media (width: 1024px) {

    h1,
    .h1 {
        font-size: 30px;
        line-height: 40px;
    }

    .header-navigation {
        margin-left: 50px;
    }

    .mainmenu ul li {
        margin: 0 10px;
    }

    .mainmenu ul li a {
        font-size: 12px;
    }

    .header-right ul {
        margin: 0 15px;
    }

    .header-right ul li {
        margin-right: 15px;
    }

    .consultant_box {
        padding: 50px;
    }

    .quick_form {
        padding-left: 50px;
    }

    .quick_form ul {
        width: 62%;
    }

    .footer_form {
        padding-left: 50px;
    }

    .footer-info p {
        font-size: 10px;
        line-height: 20px;
    }

    .footer-social {
        margin: 30px 0;
    }

    .footer-widget > p {
        font-size: 14px;
    }

    .banner-area .play-btn.centered {
        top: 57%;
    }

    .shape-1,
    .shape-2 {
        width: 300px;
        height: 322px;
    }

    .service-slider {
        width: 100%
    }

    .process-box br {
        display: none
    }

    .sectors-banner .box-inn {
        padding: 10px 15px;
        font-size: 12px;
        width: 100%;
    }

    .sectors-item br {
        display: none
    }

    .sectors-action .title {
        font-size: 24px;
    }

    .sectors-item .content-text {
        padding: 30px;
        height: 515px;
        overflow: auto;
    }

    .logo-icon-text .content-text {
        margin-right: 0;
    }

    .about-shape {
        top: 180px;
        width: 50%;
        height: 170px;
    }

    .history-slider::after {
        top: 350px
    }

    .arrows-next {
        display: none
    }

    .box-icon-text {
        margin-top: 40px;
    }

    .history-slider {
        margin-top: 0;
    }

    .history-area {
        padding-top: 0;
        padding-bottom: 0
    }

    .picodo-sectors .sectors-item .content-text {
        height: auto
    }

    .inner-sectors .content-text {
        padding: 32px;
    }

    .cta-area-alt br {
        display: none
    }

    .cta-area-alt .cta-box {
        padding: 28px;
    }
}

.box-icon-text .text:not(.act) .load-more-text,
.content-text:not(.act) .load-more-text {
    display: none;
}

.content-text ul {
    margin: -15px 0 0 0;
}
