

/* === 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-02-2-column === */


#content-02-2-column-1313 {
	 --content02_2_bg_color: #f2f2f2;
}

.content-02 {
    padding: 50px 0;
    background-color: var(--content02_2_bg_color);
}
    .content-02 .left-column {
        padding-right:48px;
    }
    .content-02 h2 {
        color: #282828;
        margin-bottom:20px;
        line-height:46px;
    }
@media (max-width: 991px) {
    .content-02 .left-column {
        padding-right: calc(var(--bs-gutter-x) * .5);
    }
}
@media (max-width: 575.98px) {
    .content-02 h2 {
        font-size: 36px;
        line-height: 40px;
    }
}
/* === content-02-2-column === */



/* === content-04-text-right-image-left === */

.content-04-text-right {
    padding: 50px 0 40px 0;
}

    .content-04-text-right ul:not([class]) {
        padding-left: 0;
        list-style: none;
    }

        .content-04-text-right 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-text-right 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-text-right p:last-child {
        margin-bottom:0;
    }
    .content-04-text-right.add-border-bottom {
        border-bottom: 1px solid #e0e0e0;
        padding-bottom: 20px;
    }
    .content-04-text-right h2 {
        margin-bottom:5px;
    }
    .content-04-text-right h3 {
        color: #262970;
        font-size: 24px;
        font-family: 'Proxima Nova Lt';
        font-weight:600;
    }
    .content-04-text-right-title {
        margin-bottom: 20px;
    }

.content-04-text-right-text {
    margin-bottom: 20px;
}

    .content-04-text-right-text img {
        width: 100%;
        height: auto;
    }

.content-04-text-right .content-04-text-right-image {
    width: auto;
    max-width: 585px;
}
.content-04-text-right .left-side {
    text-align:center;
    margin-top:20px;
}
@media (max-width: 767px) {
    .content-04-text-right {
        padding: 30px 0 30px 0;
    }
    .content-04-text-right .content-04-text-right-image {
        width: 100%;
    }
    .content-04-text-right .row {
        flex-direction: column-reverse;
    }

    .content-04-text-right-image {
        margin-bottom: 20px;
    }
}

/* === content-04-text-right-image-left === */



/* === content-02-2-column === */


#content-02-2-column-1316 {
	 --content02_2_bg_color: #f2f2f2;
}


/* === content-02-2-column === */



/* === call-to-action-02 === */


#call-to-action-02-1317 {
	 ----call_to_action_02_bg_color: #f2f2f2;
}

.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 === */



/* === 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 === */

