

/* === content-04-text-left-image-right === */

.content-04 {
    padding: 80px 0 40px 0;
    padding-bottom:0;
}
    .content-04 a {
        text-decoration: none;
        color: #ea521d;
        font-family: 'Proxima Nova Lt';
        font-weight:600;
    }
    .content-04 ul:not([class]) {
        padding-left: 0;
        list-style: none;
    }

        .content-04 ul:not([class]) li:not([class])::before {
            content: "\f061";
            font-family: 'Font Awesome 6 Pro';
            color: #f06925;
            font-weight: 400;
            position: absolute;
            left: 0;
            top: 0;
            line-height: 36px;
            font-size: 14px;
        }

        .content-04 ul:not([class]) li:not([class]) {
            font-size: 16px;
            line-height: 20px;
            padding-top: 6px;
            padding-bottom: 6px;
            padding-left: 20px;
            position: relative;
        }
    .content-04 p:last-child {
        margin-bottom:0;
    }
    .content-04.add-border-bottom {
        border-bottom: 1px solid #e0e0e0;
        padding-bottom: 20px;
    }
    .content-04 h2, .content-04 .h2 {
        margin-bottom: 5px;
    }
    .content-04 h3, .content-04 .h3 {
        color: #262970;
        font-size: 24px;
        font-family: 'Proxima Nova Lt';
        font-weight: 600;
    }
    .content-04-title {
        margin-bottom: 20px;
    }

.content-04-text {
    margin-bottom: 20px;
}

    .content-04-text img {
        width: 100%;
        height: auto;
    }

.content-04 .content-04-image {
    width: auto;
    max-width: 585px;
}
.content-04 .left-side {
    text-align:center;
    margin-top:20px;
}
@media (max-width: 767px) {
    .content-04 {
        padding: 50px 0 40px 0;
        padding-bottom: 0;
    }
    .content-04 .content-04-image {
        width: 100%;
    }
    .content-04 .row {
        flex-direction: column-reverse;
    }

    .content-04-image {
        margin-bottom: 20px;
    }
}

/* === content-04-text-left-image-right === */



/* === content-12-2-columns === */


#content-12-2-columns-1257 {
	 --content12_2_left_box_bg_color: #f2f2f2;
	 --content12_2_left_box_text_color: #1a1a1a;
	 --content12_2_left_box_title_color: #262970;
	 --content12_2_right_box_bg_color: #f2f2f2;
	 --content12_2_right_box_text_color: #1a1a1a;
	 --content12_2_right_box_title_color: #262970;
	 --content12_2_bg_color: #ffffff;
}

.content-12-2-columns {
    padding: 40px 0 50px 0;
    background-color: var(--content12_2_bg_color);
}
    .content-12-2-columns.add-border-bottom {
        border-bottom: 1px solid #e0e0e0;
    }
    .content-12-2-columns.add-border-top {
        border-top: 1px solid #e0e0e0;
    }
    .content-12-2-columns .two-column ul {
        column-count: 2;
        column-gap: 30px; /* tarpas tarp stulpelių */
    }
    

    .content-12-2-columns ul:not([class]) {
        padding-left: 0;
        list-style: none;
    }
        .content-12-2-columns ul:not([class]) li:not([class])::before {
            content: "\f061";
            font-family: 'Font Awesome 6 Pro';
            color: #f06925;
            font-weight: 400;
            position: absolute;
            left: 0;
            top: 0;
            line-height: 36px;
            font-size:14px;
        }
.content-12-2-columns ul:not([class]) li:not([class]) {
    font-size: 16px;
    line-height: 20px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 20px;
    position: relative;
}
    .content-12-2-columns a {
        color: #f06925;
        text-decoration: none;
        font-family: 'Proxima Nova Lt';
        font-weight:600;
    }
    .content-12-2-columns .tags-box {
        display: flex;
        width: 100%;
        gap: 8px;
        flex-direction: row;
        flex-wrap: wrap;
        margin-top: 15px;
    }
    .content-12-2-columns .tags {
        background: #dcdcdc;
        border-radius: 15px;
        padding-left: 12px;
        padding-right: 12px;
        font-size: 14px;
        padding-top: 2px;
        padding-bottom: 2px;
    }
   


    .content-12-2-columns hr {
        margin: 1rem 0;
        color: #dbdbdb;
        border: 0;
        border-top-width: 0px;
        border-top-style: none;
        border-top-color: currentcolor;
        border-top: var(--bs-border-width) solid;
        opacity: 1;
    }

    .content-12-2-columns .ct-12-img-left .content-12-image-wrapper {
        background-color: var(--content12_2_left_box_bg_color);
        color: var(--content12_2_left_box_text_color);
        padding:30px;
    }
    .content-12-2-columns.without-box-padding .ct-12-img-left .content-12-image-wrapper {
        padding: 0;
    }
       
        .content-12-2-columns .ct-12-img-left .content-12-image-wrapper h2, .content-12-2-columns .ct-12-img-left .content-12-image-wrapper p {
            color: var(--content12_2_left_box_text_color);
            position: relative;
            z-index: 1
        }
    .content-12-2-columns .ct-12-img-right .content-12-image-wrapper {
        background-color: var(--content12_2_right_box_bg_color);
        color: var(--content12_2_right_box_text_color);
        padding: 30px;  
    }
    .content-12-2-columns.without-box-padding .ct-12-img-right .content-12-image-wrapper {
        padding: 0;
    }
        .content-12-2-columns .ct-12-img-right .content-12-image-wrapper h2, .content-12-2-columns .ct-12-img-right .content-12-image-wrapper p {
            color: var(--content12_2_right_box_text_color);
            position:relative;
            z-index:1
        }
.content-12-2-columns .symbol {
    height: 133px;
    width: 116px;
    position: absolute;
    left: 30px;
    bottom: 24px;
}
    .content-12-2-columns .content-12-text {
        max-width: 500px;
    }
    .content-12-2-columns p {
        color: #1a1a1a;
        font-size: 16px;
    }
    .content-12-2-columns p:last-child {
        margin-bottom:0;
    }
    .content-12-2-columns .content12-boxes-box2 {
        background: #181a51;
        border-radius: 5px;
        padding: 15px;
        text-align: center;
    }
    .content-12-2-columns .content12-boxes-box {
        display: flex;
        margin-bottom: 18px;
    }

.content-12-2-columns .content12-box-title {
    color: #333b83;
    font-size: 18px;
    line-height: 20px;
    margin-left: 18px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .content-12-2-columns .mgr {
        margin-top: 25px;
    }

 
.content-12-2-columns .content12-subtitle {
    color: #b6b6b6;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 2px;
    margin-bottom: 24px;
}


    .content-12-2-columns.no-bottom-padding {
        padding-bottom: 20px;
    }
    .content-12-2-columns .content-12-title,
    .content-12-2-columns .content-12 h2,
    .content-12-2-columns .content-12 .h2 {
        margin-top: 0px;
        color: var(--body-color);
        margin-bottom: 1.75rem;
        text-wrap: balance;
        letter-spacing: -1.1px;
    }
    .content-12-2-columns .top-bottom-padding {
        padding-top: 50px;
        padding-bottom: 60px;
    }
    .content-12-2-columns .content-12-title b,
    .content-12-2-columns .content-12 h2 b,
    .content-12-2-columns .content-12 .h2 b,
    .content-12-2-columns .content-12-title strong,
    .content-12-2-columns .content-12 h2 strong,
    .content-12-2-columns .content-12 .h2 strong {
        font-weight: 600;
    }

    .content-12-2-columns .content-12-text blockquote {
        font-weight: 500;
        border-left: 5px solid #eee;
        padding-left: 20px;
    }

    .content-12-2-columns .content-12-text {
        font-weight: 400;
        line-height: 23px;
        font-size: 16px;
        color: var(--body-color);
    }

        .content-12-2-columns .content-12-text p {
            margin-bottom: 2rem;
        }

            .content-12-2-columns .content-12-text p:last-child {
                margin-bottom: 0px;
            }

        .content-12-2-columns .content-12-text a {
            color: inherit;
            font-weight: 500;
        }

        .content-12-2-columns .content-12-text b,
        .content-12-2-columns .content-12-text strong {
            font-weight: 600;
            color: var(--body-color);
        }

        .content-12-2-columns .content-12-text img {
            width: 100%;
            height: auto;
        }

    .content-12-2-columns .content-12-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .content-12-2-columns .ct-12-img-left h3, .content-12-2-columns .ct-12-img-left .h3 {
        color: var(--content12_2_left_box_title_color) !important;
        font-size: 20px;
        font-family: 'Proxima Nova Lt';
        font-weight: 600;
    }

    .content-12-2-columns .ct-12-img-right h3, .content-12-2-columns .ct-12-img-right .h3 {
        color: var(--content12_2_right_box_title_color) !important;
        font-size: 20px;
        font-family: 'Proxima Nova Lt';
        font-weight: 600;
    }

@media screen and (min-width: 992px) {

    .content-12-2-columns .ct-12-img {
        padding-right: 20px;
        position: relative;
    }

    .content-12-2-columns .ct-12-text {
        padding-left: 20px;
    }
}


.content-12-2-columns .content-12-image-wrapper {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
}

.content-12-2-columns .ct-12-img .content-12-image {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-wrap: balance;
    font-style: italic;
}

.content-12-2-columns .content-12-btn {
    position: relative;
    overflow: hidden;
    margin-top: 0.7rem;
}

.content-12-2-columns .left-text-h1 img {
    width:100%;
}

@media (max-width: 1399px) {
    .content-12-2-columns h2 {
        font-size:40px;
    }
    .content-12-2-columns .content-12-image-wrapper .left-text-h1 p::last-child {
        display: none;
    }
    .content-12-2-columns .spacing-bx {
        display:none;
    }
}

@media(max-width: 991.98px) {
    .content-12-2-columns .ct-12-img-left {

    }
    .content-12-2-columns .ct-12-img-right {
    }
    .content-12-2-columns .left-text-h1 img {
        margin-top:20px;
    }
    .content-12-2-columns .margin-md-30 {
        margin-bottom: 30px;
    }

    .content-12-2-columns .content-12-title {
        /*padding-right: 0px;*/
    }

    .content-12-2-columns .ct-12-img {
        min-height: auto;
        order: 1;
        margin-top: 30px;
    }

    .content-12-2-columns .ct-12-text {
        order: 2;
    }

    .content-12-2-columns .left-text-h1 img {
        max-width:520px;
    }


        .content-12-2-columns .top-bottom-padding {
            padding-top: 0;
            padding-bottom: 0;
        }
        .content-12-2-columns .ct-04-text ul {
            padding-right: 0px;
        }
}

@media (max-width: 767px) {
    .content-12-2-columns .ct-12-img-right {
        margin-top: 8px;
    }
    .content-12-2-columns {
        padding-top: 40px;
    }
    .content-12-2-columns .content-12-image {
        margin-bottom: 20px;
    }
        .content-12-2-columns .ct-12-img-right .content-12-image-wrapper {
            padding:40px;
        }
}
@media (max-width: 575.98px) {
    .content-12-2-columns .two-column ul {
        column-count: 1;
        column-gap: 30px; /* tarpas tarp stulpelių */
    }
    .content-12-2-columns .ct-12-img-left {
        margin-top: 0;
    }
    .content-12-2-columns h2 {
        font-size: 36px;
    }
    .content-12-2-columns.no-bottom-padding {
        padding-bottom: 0;
        padding-top: 40px;
        margin-bottom: 0;
    }
    .content-12-2-columns .margin-md-30 {
        margin-bottom: 0;
    }
    .content-12-2-columns {
        padding-top: 50px;
        padding-bottom: 20px;
    }
        .content-12-2-columns .ct-12-img-right {
            margin-top:38px;
        }
        .content-12-2-columns .content-12-image {
            margin-bottom:0;
        }
}

/* === content-12-2-columns === */



/* === content-12-2-columns === */


#content-12-2-columns-1259 {
	 --content12_2_left_box_bg_color: #ffffff;
	 --content12_2_right_box_bg_color: #ffffff;
	 --content12_2_bg_color: #ffffff;
	 --content12_2_left_box_text_color: #1a1a1a;
	 --content12_2_left_box_title_color: #262970;
	 --content12_2_right_box_text_color: #1a1a1a;
	 --content12_2_right_box_title_color: #262970;
}


/* === content-12-2-columns === */



/* === call-to-action-02 === */


#call-to-action-02-1260 {
	 ----call_to_action_02_bg_color: #ffffff;
}

.cta-02 {
    padding-bottom: 50px;
    background-color: var(----call_to_action_02_bg_color);
}
.cta-02 .cta-box {
    padding: 24px;
    color: #fff;
    background-image: url(/images/cta-background2.png);
    background-repeat: no-repeat;
    background-color: #f06925;
    background-size: cover;
    border-radius: 12px;
    display: flex;
    gap: 15px;
    font-size: 30px;
    line-height: 30px;
}

.cta-02 .cta-box {
    display: flex;
    align-items: center;
    justify-content: left;
}

    .cta-02 .cta-box .phone {
        font-size: 36px;
        line-height:36px;
        font-weight: bold;
        color: #fff;
        text-decoration:none;
        position:relative;
        top:2px;
    }

.cta-02 .fa-circle-phone {
    font-size: 42px;
}
@media (max-width: 575.98px) {
    .cta-02 .cta-box {
        font-size: 26px;
        line-height: 28px;
    }
        .cta-02 .cta-box .phone {
            font-size: 28px;
            line-height: 30px;
            display:block;
        }
    .cta-02 .fa-circle-phone {
        display:none;
    }
}
/* === call-to-action-02 === */



/* === carousel-with-title-and-image === */


#carousel-with-title-and-image-1262 {
	 --carousel_with_title_and_image_bg_color: #f2f2f2;
}

.cs06 {
    padding: 50px 0px 40px 0px;
    position: relative;
    overflow: hidden;
    background-color: var(--carousel_with_title_and_image_bg_color);
    padding-bottom:0;
}
    .cs06 .fa-solid {
        font-weight:500;
    }
    .cs06 a {
        text-decoration: none;
    }
    .cs06 .mtlpbx {
        --bs-gutter-x: 32px;
        margin-bottom: 32px;
    }
    .cs06 .multiple-boxes-box {
        background-color: #fff;
        border-radius: 10px;
        padding: 24px;
        height: 234px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .cs06 .multiple-box-title {
        color: #333b83;
        font-size: 20px;
        line-height: 24px;
        font-weight: bold;
        font-family: 'Proxima Nova Rg';
        padding-top: 10px;
        position: relative;
    }
        .cs06 .multiple-box-title img {
            position: absolute;
            right: 0;
            top: 15px;
        }

.cs06 .case_gallery:not(.slick-initialized) {
  display: none;
}

.cs06 .slick-slide {
  margin: 0 calc(var(--bs-gutter-x) * 0.5);
}

.cs06 .slick-list {
  margin: 0 calc(var(--bs-gutter-x) * -0.5);
  overflow: visible;
}

    .cs06 h2 {
        color: rgb(53, 53, 53);
        font-size: 44px;
        line-height: 46px;
        font-weight: 600;
        font-family: 'Proxima Nova Rg';
        margin-bottom: 5px;
    }

    .cs06 .next-icon,
    .cs06 .prev-icon {
        top: 49.5%;
        width: 38px;
        height: 38px;
        bottom: auto;
        opacity: 1;
        z-index: 10;
        border-radius: 50%;
        background-color: #d7d7d7;
        border: 1px solid #d7d7d7;
        color: #282828;
        transition: 0.3s all;
    }

.cs06 .prev-icon {
  margin-right: 5px;
}

.cs06 .next-icon:hover {
  transform: scale(1.1);
}

.cs06 .prev-icon:hover {
  transform: scale(1.1);
}

.cs06 .case-item {
  position: relative;
  overflow: visible;
}

.cs06 .image-wrapper {
  position: relative;
  padding-bottom: 61%;
  overflow: hidden;
  border-radius: var(--border-radius);
  transition: 0.4s all;
  z-index: 2;
}

.cs06 .image-wrapper:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 1;
  transition: 0.3s all;
  opacity: 0;
  pointer-events: none;
  border-radius: 10px;
}

.cs06 .image-wrapper:hover:before {
  opacity: 0.3;
}

.cs06 .image-wrapper:after {
  content: "";
  pointer-events: none;
  /* background-image: url(/images/logo-w.svg); */
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 5%;
  bottom: 0;
  width: 90%;
  height: 180px;
  transform: translateY(100%);
  opacity: 0;
  transition: 0.3s all;
  pointer-events: none;
  z-index: 1;
}

.cs06 .image-wrapper:hover:after {
  transform: translateY(60%);
  opacity: 0.35;
}

.cs06 .image-wrapper img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate3d(0, 0, 10px);
  border-radius: 10px;
  transition: 0.2s ease-in-out;
}

.cs06 .image-wrapper:hover img {
  border-radius: 10px 10px 0 0;
}

.cs06 .text {
  background-color: #eaeaea;
  border-bottom-left-radius: var(--border-radius);
  border-bottom-right-radius: var(--border-radius);
  padding: 22px;
  padding-right: 62px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  transform: translateY(75%);
  transition: 0.4s all;
  opacity: 0;
  pointer-events: none;
  z-index: 1;
  border-radius: 0 0 10px 10px;
}

.cs06 .text .category {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.cs06 .text .title {
  font-size: 24px;
}

.cs06 .text a {
  position: absolute;
  right: 22px;
  bottom: 22px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cs06 .text a svg {
  fill: (((advansys-bg-color)));
  width: 20px;
  height: 20px;
}

/*.cs06 .case-item:hover .image-wrapper {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}*/

/*.cs06 .case-item:hover .text {
  transform: translateY(100%);
  opacity: 1;
  pointer-events: all;
}*/

.cs06 .btn.show-more {
  font-size: 18px;
  font-weight: 400;
  padding: 14px 60px;
  border-radius: 50px;
}

.cs06 .btn.show-more:after {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  font-size: 14px;
  line-height: 14px;
  vertical-align: middle;
  margin-left: 10px;
}

@media screen and (min-width: 1200px) and (max-height: 600px) {
  .cs06 {
    padding: 60px 0px;
  }
}

/* @media (max-width: 1060px) {
  .cs06 .slick-initialized .slick-slide,
  .cs06 .case-item {
    max-width: 645px;
  }
} */

@media (max-width: 1199px) {
  cs06 .image-wrapper:after {
    height: 125px;
  }
}

@media (max-width: 991px) {
  /* .cs06 .text {
    position: static;
    transform: none;
    opacity: 1;
    pointer-events: all;
  } */

 /* .cs06 .case-item:hover .text {
    transform: none;
    opacity: 1;
    pointer-events: all;
  }*/

  .cs06 .btn.show-more {
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .cs06 {
    padding: 60px 0px;
  }

  .cs06 h2 {
    text-align: center;
  }

  .cs06 h2 br {
    display: none;
  }
}

@media (max-width: 620px) {
    .cs06 .next-icon {
        position:relative;
        right:22px;
    }
    .cs06 .prev-icon {
        position: relative;
    }
    .cs06 .slick-slider.slick-initialized {
        overflow: hidden;
    }

  .cs06 .prev-icon {
    margin-right: 0;
  }

  .cs06 .carousel-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    display: flex;
    justify-content: space-between;
    margin-top:0 !important;
    padding-left:0;
    /*max-width: 540px;*/
  }
/*
  .cs06 .prev-icon,
  .cs06 .prev-icon:hover {
    transform: translateX(-50%);
  }

  .cs06 .next-icon,
  .cs06 .next-icon:hover {
    transform: translateX(50%);
  }*/
}

@media (max-width: 420px) {
  .cs06 .slick-slider.slick-initialized {
    overflow: visible;
    max-width: 320px;
    width: 100%;
    margin: 0 auto;
  }

  .cs06 .next-icon,
  .cs06 .prev-icon {
    display: none !important;
  }
}

@media (max-width: 380px) {
  /* .cs06 .container,
  .cs06 .carousel-nav {
    max-width: 320px;
  }

  .cs06 .next-icon,
  .cs06 .prev-icon {
    border: none;
  } */

  .cs06 .btn.show-more {
    padding: 14px 0;
    width: 100%;
  }
}

/* === carousel-with-title-and-image === */



/* === footer-05-brochure === */

/* Footer 05 Styles */

.footer05 {
    --footer-background: #202764;
    --footer-tile-background: #272d6d;
    --button-background: #f06925;
    --bs-border-radius: 10px;
    /* background-color: var(--footer-background); */
    color: #fff;
    position: relative;
    z-index: 0;
    background-color: var(--footer-background);
    padding-top: 56px;
}
    .footer05 .btn-contact {
        font-size: 12px;
        color: #fff;
        width: 176px;
        min-height: unset;
        height: 58px;
        max-height: 58px;
        transition: all var(--nav-duration) var(--nav-easing-smooth);
        will-change: height, padding, background-color;
        font-family: 'Proxima Nova Lt';
        letter-spacing: .2em;
        font-weight: 600;
        justify-content: center;
        align-content: center;
        align-items: center;
        width: 200px;
        text-transform:uppercase;
    }
/*.get-blck {
    max-width: 270px;
}*/
.footer05 > .container {
    position: relative;
    z-index: 1;
}



.areas-we-cover-01+.footer05 {
  padding-top: .25rem;
}

.footer05 p::selection,
.footer05 a::selection,
.footer05 h2::selection,
.footer05 h3::selection,
.footer05 .company-name::selection,
.footer05 label::selection,
.footer05 .required-star::selection {
  background-color: #fff;
  color: var(--footer-background);
}

.footer05 form .bottom-box {
  margin-bottom: 0;
}

.footer05 form .bottom-box .btn {
 
}

.footer05 form .btn:hover,
.footer05 form .btn:focus,
.footer05 form .btn:active {
  color: #fff;
  
}

.footer05 .row.first-footer>[class*="col-"] {
  display: flex;
  flex-direction: column;
}

.footer05 .f06_accreditation {
  margin-top: 3rem;
  border-radius: var(--bs-border-radius, 10px);
  overflow: hidden;
  margin-left: .25rem;
  margin-right: .25rem;
}

.footer05 .f06_accreditation img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.footer05 .f06_block {
  border-radius: var(--bs-border-radius, 10px);
  padding: 0px 2.25rem 2.25rem 2.25rem;
  /*margin-top: var(--bs-gutter-x);*/
  height: 100%;
}

.footer05 .f06_subtitle {
  max-width: 240px;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.025em;
  text-wrap: pretty;
}

.footer05 .f06-mt {
  margin-top: var(--bs-gutter-x);
}

.footer05 .f06_block.grey {
  background-color: var(--footer-tile-background);
  padding-top: 2.25rem;
  padding-bottom: 3rem;
  display: flex;
  flex-flow: column;
}

@media screen and (min-width: 1200px) {
  .footer05 .f06_block.location_block {
    min-height: auto;
  }

  .footer05 .content-grid-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr max-content;
  }

  .footer05 .col-first {
    grid-column: 1;
    grid-row: 1;
    width: 100%;
    max-width: 100%;
    flex: 0 0 auto;
  }

  .footer05 .col-second {
    grid-column: 2;
    grid-row: 1;
    width: 100%;
    max-width: 100%;
    flex: 0 0 auto;
  }

  .footer05 .col-third {
    grid-column: 1 / span 2 !important;
    grid-row: 2;
    width: 100%;
    max-width: 100%;
    flex: 0 0 auto;
    height: auto;
  }
}

.footer05 .f06_block.location_block {
  padding-top: 2.5rem;
  padding-bottom: calc(2.25rem - 8px);
}

.footer05 .f06_block.location_block .f06_content>i {
  margin-bottom: 1.5rem;
}

.footer05 .f06_block i {
  font-size: 30px;
  line-height: 26px;
  margin-bottom: 1.25rem;
  font-family: "Font Awesome 6 Pro";
}

.footer05 .f06_block i.fa-phone {
  font-size: 26px;
}

.footer05 .f06_block h3 {
  margin-bottom: 1.5rem;
  font-size: 36px;
  font-weight:bold;
}

.footer05 .f06_block h3.contact-title {
  margin-bottom: .5rem;
}

.footer05 .address {
  font-size: 16px;
  line-height: 22px;
}

.footer05 .address .company-name {
  color: #fff;
  font-weight: 600;
}

.footer05 .address p {
  margin-bottom: 0px;
}

.footer05 .address .addr.company {
  font-weight: 600;
}

.footer05 .address :last-child {
  margin-bottom: 0;
}

.footer05 .view_on_map {
  font-size: 15px;
  background: none !important;
  outline: none !important;
  padding: 5px 0px;
  color: inherit;
  font-weight: 600;
  border: none !important;
  margin-top: 10px;
}

.footer05 .view_on_map i {
  font-size: 15px;
  margin-right: 5px;
  margin-bottom: 0px;
}

.footer05 .social {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: auto;
}

    .footer05 .social a {
        --button-background: #fff;
        color: #fff;
        fill: #fff;
        stroke: #fff;
        display: flex;
        width: 55px;
        height: 55px;
        align-items: center;
        justify-content: center;
        background-color: #f06925;
        border-radius: var(--bs-border-radius, 10px);
        min-width: 55px;
        min-height: 55px;
        text-decoration: none;
        margin-right: 8px;
        margin-bottom: 8px;
        border-radius: 50%;
        transition: 0.3s ease-in-out;
        padding: 0;
    }

.footer05 .social a svg path {
  color: #fff;
  fill: #fff;
  stroke: #fff;
}

        .footer05 .social a:hover {
            background-color: #f06925;
            color: #fff;
            fill: #fff;
            stroke: #fff;
        }

.footer05 .social a:hover svg path {
  color: #fff;
  fill: #fff;
  stroke: #fff;
}

.footer05 .social a i {
  color: inherit;
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-family: 'Font Awesome 5 Brands';
}

        .footer05 .social a svg,
        .footer05 .social a img {
            fill: inherit;
            stroke: inherit;
            width: 18px;
            height: 18px;
        }
.footer-bg {
    max-width:135px;
}
.footer05 .f06_block a.contact-link {
    font-size: 18px;
    line-height: 24px;
    color: #f06925;
    text-decoration: none;
    display: block;
    transition: color 0.3s ease-in-out;
    font-weight: 600;
    width: fit-content;
    --button-background: #f06925;
}

.footer05 .f06_block a.contact-link-email {
  font-size: 17px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  max-width: 100%;
}

.footer05 .f06_block.form {
  padding-top: 3rem;
  padding-right: 42px;
  padding-bottom: 3rem;
  padding-left: 42px;
}

.footer05 .form a {
  color: inherit;
}

.footer05 .form .form-control {
  padding: 17px 20px;
  min-height: 62px;
  height: 62px;
  border: unset !important;
  border-radius:6px;
}

.footer05 .form textarea.form-control {
  height: 230px;
}

.footer05 .form .col-form-label {
  font-size: 16px;
  line-height: 22px;
  padding-bottom: 8px;
  padding-top: 5px;
}

.form .tickbox {}

.footer05 .form input[type="checkbox"]+label {
  padding-top: 0;
}

.footer05 .form .required {
  display: none;
}

.footer05 .form .required-star,
.footer05 .form .required {
  color: var(--required_color);
}

.footer05 .reload_captcha {
  width: 60px;
  padding: 0;
  height: 60px;
}

.footer05 .reload_captcha:before {
  display: none;
}

.footer05 .reload_captcha i {
  margin: 0;
  padding: 0;
}

.footer05 .captcha-image img {
  height: 100%;
}

.footer05 .form .error+.error {
  font-size: 14px;
  color: #ff7d7d;
  position: absolute;
  top: 100%;
}

.footer05 .form .error+div.error,
.footer05 .form .form-group.has-error div.error {
  font-size: 14px;
  white-space: nowrap;
  color: #ff7d7d;
}

.footer05 .f06_block.f06_title {
  text-align: center;
  padding: 3rem 2rem 2.25rem 2rem;
  position: relative;
  overflow: hidden;
}

.footer05 .f06_block.f06_title>.row {
  position: relative;
  z-index: 1;
}

.footer05 .f06_block.f06_title h2 {
  text-align: center;
  padding: 0;
  margin-bottom: 1.25rem;
  line-height: .9;
}

.f06-mt-lg {
  margin-top: var(--bs-gutter-x);
}

.footer05 .subtitle::after {
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (min-width: 1200px) and (max-width: 1399.98px) {

  .footer05 .f06_block,
  .footer05 .f06_block.grey {
    padding: 2rem;
  }

  .footer05 .row {
    --bs-gutter-x: 1.5rem;
  }

  .areas-we-cover-01+.footer05 {
    padding-top: .75rem;
  }

}

@media (max-width: 1199.98px) {
    .footer05 .col-second {
        display:none;
    }
 

  .footer05 .address-lines {
    display: flex;
    flex-flow: column wrap;
  }

  .footer05 .location_block {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
  }

  .footer05 .address-lines p {
    width: fit-content;
  }

  /*.footer05 .address-lines p:not(.has-coma, :last-child)::after {
    content: ",";
    margin-right: 4px;
  }*/

  .footer05 .social {
    max-width: 240px;
    margin-top: 1.5rem;
  }

  .footer05 .row {
    --bs-gutter-x: 1.5rem;
  }

  .footer05 .f06_block.f06_title br {
    display: none;
  }

  .f06-mt-lg {
    margin-top: 0;
  }

  .f06-mt-md {
    margin-top: var(--bs-gutter-x);
  }

  .footer05 .row {
    --bs-gutter-x: 1.5rem;
  }

  .areas-we-cover-01+.footer05 {
    padding-top: .75rem;
  }

}

@media screen and (max-width: 991.98px) {
  .footer05 .row {
    --bs-gutter-x: 20px;
  }
    .footer05 .f06_block.grey {
        padding-bottom:2rem;
    }
    .footer05 .f06_block.form {
        padding: 32px 36px 36px;
    }

  .footer05 .f06_block {
    padding: 36px;
  }
}

@media (max-width: 767.98px) {

  .areas-we-cover-01+.footer05 {
    padding-top: 1.25rem;
  }

  .footer05 {
   padding-top:40px;
  }

  .footer05 .row {
    --bs-gutter-x: 14px;
  }

  .footer05 form .row {
    --bs-gutter-x: 1rem;
  }

  .footer05 .f06_block {
    height: 100%;
    padding: 0px 30px 30px 30px;
  }

  .footer05 .f06_block.grey {
    padding-top: 30px;
  }

  .footer05 .row.first-footer>[class*="col-"] {
    height: auto !important;
  }

  .footer05 .f06_block.form {
    padding: 30px 30px;
  }

  .footer05 .f06_block a.contact-link-email {
    font-size: 16px;
  }
}

@media (max-width: 767px) and (min-width: 576px) {
  .footer05 form>.row>.col-12.col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}

@media (max-width: 575.98px) {
    .footer05 .bottom-box {
        text-align: center;
    }
    .footer05 .row {
    }

  .footer05 .form .row {
    gap: 0px;
  }

  .footer05 .f06_block.form .btn {
    max-width: 280px;
    margin: auto;
  }

  .footer05 .f06_block.f06_title {
    padding-bottom: 0px;
  }

  .footer05 .f06_block.f06_title>.row {
    gap: 0;
  }

  .footer05 .col-12>p:last-child {
    margin-bottom: 0;
  }

  .footer05 .f06_block.form .btn {
    width: 100%;
  }

  .footer05 .first-footer .row .order-1 {
    margin-bottom: var(--bs-gutter-x);
  }
}

/* Footer 05 Styles End */
/* === footer-05-brochure === */



/* === footer-04-ecommerce === */

.footer-04-ecommerce {
    --footer-background: #202764;
    background-color: var(--footer-background);
    color: #fff;
    position: relative;
    padding-top: 80px;
    padding-bottom: 40px;
}
    .footer-04-ecommerce .certificates {
        width:250px;
        border-radius:8px;
        position:absolute;
        top:0;
        right:0;
    }
.footer-04-ecommerce .footer-logo {
    margin-bottom: 40px;
}
    .footer-04-ecommerce .footer-link-header {
        font-family: 'Proxima Nova Lt';
        font-size: 12px;
        color: #8486c4;
        letter-spacing: 1.5px;
        font-weight: 600;
        margin-bottom: 20px;
    }
    .footer-04-ecommerce p::selection,
    .footer-04-ecommerce a::selection,
    .footer-04-ecommerce span::selection,
    .footer-04-ecommerce img::selection {
        background-color: #fff;
        color: var(--footer-background);
    }


.footer-04-ecommerce a {
    color: #fff;
    text-decoration: none;
}

.footer-04-ecommerce .footer-links {
    display: flex;
    flex-flow: column wrap;
}

.footer-04-ecommerce .links-wrapper {
    display: flex;
    flex-flow: column nowrap;
    position:relative;
}

.footer-04-ecommerce .footer-links {
    width: calc((100% - 2rem) * .33);
}

.footer-04-ecommerce .links-wrapper {
    display: flex;
    flex-flow: row wrap;
    gap: 2rem;
}

.footer-04-ecommerce a.footer-link {
    --button-background: #fff;
    color: var(--button-background);
    text-decoration: none;
    font-size: 18px;
    line-height: 30px;
    margin: 5px 0;
    width: fit-content;
    transition: color 0.3s ease-in-out;
}

.footer-06-copyright,
.footer-06-design {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    display: block;
    letter-spacing: .025em;
}

.footer-04-ecommerce .footer-image {
    max-height: 110px;
}


@media screen and (max-width: 1199.98px) {
    .footer-04-ecommerce .footer-logo
    {
        display:none;
    }
    .footer-04-ecommerce .footer-text-part {
        margin-top: 40px;
    }
}

}
@media screen and (max-width: 991.98px) {
    .footer-04-ecommerce .row {
        --bs-gutter-y: 1rem;
    }

    .footer-04-ecommerce {
        padding: 3rem 0;
    }
}
@media (max-width: 767.98px) {
    .footer-04-ecommerce .certificates {
        position:relative;
    }
}
@media screen and (max-width: 575.98px) {
    .footer-04-ecommerce .certificates {
        width: 150px;
        
    }
   /* .footer-04-ecommerce .row {
        --bs-gutter-y: 2.5rem;
    }*/
    .footer-04-ecommerce {
        padding-top:62px;
    }
        .footer-04-ecommerce .footer-links2 {
            margin-top: 40px;
            margin-bottom: 40px;
        }
    .footer-04-ecommerce .links-wrapper {
        gap: 0;
    }

    .footer-04-ecommerce .footer-links {
        width: 100%;
    }
}
/* === footer-04-ecommerce === */

