/*//////////////////////////*/
/*!*Main page*!*/
/*//////////////////////////*/
/*Hero block*/


/*//////////////////////////*/
/*!*Services*!*/
/*//////////////////////////*/
.text.services_desc.aos-init.aos-animate {
    font-size: 20px;
    line-height: 30px;
}

.page-template-page-services .heading-holder {
    margin: 0px !important;
}

.page-template-page-services .details span {
    font-size: 20px;
    line-height: 26px;
}

/*big letters n right side*/
@media (min-width: 992px) {
    .inner-page.services-single .process .list li {
        display: flex;
        align-items: center;
        min-height: 295px;
    }
}

@media (max-width: 720px) {
    .text.services_desc.aos-init.aos-animate, .page-template-page-services .details span {
        font-size: 16px;
        line-height: 26px;
    }
}

.services-img-mobile{
    display: none;
}

@media (max-width: 575px) {
    .services-img-mobile{
        display: block;
    }

    .services-img-computer{
        display: none;
    }
}



/*//////////////////////////*/
/*!*Header navbar*!*/
/*//////////////////////////*/

/*Offers*/
#main-header .nav-holder .navbar-nav > li.dropdown > .dropdown-menu {
    top: 0;
}

ul.dropdown-menu {
    width: 140%;
}

/*offers arrow display none*/
#main-header .nav-holder .navbar-nav > li.dropdown > a::after{
    display: none;
}

/*//////////////////////////*/
/*!*Footer*!*/
/*//////////////////////////*/
/*left colon*/
#main-footer #left-col {
    margin-top: 120px;
}

#main-footer #left-col h4.heading {
    font-size: 48px;
    line-height: 58px;
    margin-bottom: 10px;
}

@media only screen and (max-width: 1200px) {
    #main-footer #left-col h4.heading {
        font-size: 26px;
        line-height: 36px;
    }

    .section.contacts-form {
        padding: 0px !important;
    }
}

@media (max-width: 575px) {
    #main-footer .logo img {
        max-height: 25px !important;
    }
    }

/*cookies and privacy policy*/
.privacy-p-cookies {
    margin-bottom: 20px;
}

.privacy-p-cookies a{
    font-size: 16px;
    font-weight: 400;
    color: #606060;
}

/*//////////////////////////*/
/*!*All portfolio page*!*/
/*//////////////////////////*/

.button-portfolio {
    padding: 15px 30px;
    background: #E1BB80;
    border: 2px solid #E1BB80;
    color: #222;
    font-size: 20px;
    font-weight: 700;
    border-radius: 8px;
    margin-top: 60px;
}

.button-portfolio:hover {
    background: transparent;
    color: #E1BB80;
}



/*//////////////////////////*/
/*!*Single portfolio page*!*/
/*//////////////////////////*/

/*header*/


/*//////////////////////////*/
/*!*Vaccancies*!*/
/*//////////////////////////*/

/*available vacancies small blocks*/
.inner-page.vaccancies .positions-list .position p {
    margin: 0 0 40px 0;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
}

.second_title p {
    font-size: 16px;
    line-height: 26px;
}

/*//////////////////////////*/
/*!*Single service page*!*/
/*//////////////////////////*/

/*all p*/
.services-single.inner-page p {
    font-size: 20px;
    line-height: 30px !important;
}

.inner-page.services-single .process .list li .process-name {
    font-size: 28px;
    font-weight: 700;
    line-height: 39px;
}

@media only screen and (max-width: 576px) {
    .services-single.inner-page p {
        font-size: 16px;
        line-height: 26px !important;
    }
}

/*contact us button*/

.button-services {
    padding: 20px 30px;
    background: #E1BB80;
    border: 2px solid #E1BB80;
    color: #222;
    font-size: 20px;
    font-weight: 700;
    border-radius: 8px;
    margin-top: 60px;
}

.button-services:hover {
    background: transparent;
    color: #E1BB80;
}



/*//////////////////////////*/
/*!About us*!*/
/*//////////////////////////*/

.about-us p {
    font-weight: 500;
    font-size: 20px;
}

.about-us intro-text p {
    font-weight: 500;
    font-size: 20px;
}

.about-us .position {
    font-size: 18px;
    color: #E1BB80;
}

@media only screen and (max-width: 576px) {
    .about-us p {
        font-weight: 500;
        font-size: 16px;
    }
}



/*//////////////////////////*/
/*!*ECOM page*!*/
/*//////////////////////////*/

/*Ecommerce methods*/

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

.ecom-methods h2 {
    margin-top: 130px;
}

@media only screen and (max-width: 576px) {
    .ecom-methods h2 {
        font-size: 24px;
        line-height: 34px;
        margin-top: 100px;
    }
}

/*//////////////////////////*/
/*!*Contact form*!*/
/*//////////////////////////*/

/*errors*/

/*#gform_1_validation_container, #gform_2_validation_container */


.gform_wrapper .gform_validation_errors {
    max-width: 480px !important;
    background: none !important;
}

.gform_wrapper.gravity-theme .gfield_description{
    margin-top: -17px;
    background: no-repeat;
    border: none;
    margin-left: -8px;
    padding-bottom: 0;
}

.ginput_container.ginput_container_textarea {
    margin: 0;
}

#wd-contact-form.contact-form textarea {
    background: no-repeat;
    border-radius: 10px;
    border-width: 2px;
    resize: none;
    height: 160px;
    border-color: #fafaff;
    color: #fafaff;
    font-weight: 600;
    font-size: 18px;
}

 #wd-contact-form .button {
     padding: 25px 43px !important;
     background: #E1BB80 !important;
     border: 2px solid !important;
     color: #222 !important;
     font-size: 16px !important;
     font-weight: 700 !important;
     border-radius: 8px !important;
 }

@media (max-width: 576px) {
    .gform_wrapper.gravity-theme .gfield_description {
        margin-top: -40px;
    }
}

/*required dispay none*/
span.gfield_required.gfield_required_text {
    display: none;
}

.contact-form .ginput_container {
    margin: 0 !important;
}

#wd-contact-form{
    font-size: 16px !important;
}


/*//////////////////////////*/
/*!*Blog single*!*/
/*//////////////////////////*/
.blog-post .post .entry-content {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px !important;
}

.blog-post .post .entry-content p {
    line-height: 26px !important;
}

/*//////////////////////////*/
/*!*GDPR*/
/*//////////////////////////*/

a#cookie_action_close_header {
    border-radius: 16px;
    font-size: 16px;
    padding: 15px 20px;
    font-weight: 700;
    margin: 0px;
}

#cookie-law-info-bar {
    box-shadow: none !important;
}

div#cookie-law-info-bar {
    background-color: transparent !important;
    padding: 0px;
}

div#cookie-law-info-bar b {
    color: #FAFAFF;
    font-size: 18px;
    font-weight: 700;
    text-align: left;
}

.gdpr {
    background-color: #2F2F2F;
    width: 65%;
    margin-left: auto;
    display: flex;
    align-items: center;
    margin-right: auto;
    padding: 20px 20px;
    border-radius: 16px;
}

.gdpr p {
    margin-bottom: 0;
}

.gdpr .img{
    margin: 0px 25px;
}

.gdpr img{
    max-width: none;
}

.gdpr .text, .gdpr .button{
    margin: 0px 15px;
}

a#cookie_action_close_header{
    border: 2px solid #E1BB80;
}

a#cookie_action_close_header:hover {
    background: transparent !important;
    color: #E1BB80 !important;
}


@media (max-width: 1500px) {
    .gdpr {
        width: 80%;
    }
}

@media (max-width: 1210px) {
    .gdpr {
        width: 100%;
    }
}

@media (max-width: 980px) {
    .gdpr {
        width: 100%;
    }
     .gdpr .text, .gdpr .button {
        margin: 0px 5px;
    }

    div#cookie-law-info-bar b {
        font-size: 15px;
        line-height: 25px;
    }
}

@media (max-width: 720px) {

    .gdpr {
        display: block;
    }

    .gdpr .img, .gdpr .text {
        margin-bottom: 24px;

    }

    .gdpr p {
        text-align: center;
    }

}

/* Contact form rework  */

#wd-contact-form.contact-form input,
#wd-contact-form.contact-form form textarea {
    line-height: 16px;
    color: #D4D4D4;
    padding: 18px 16px;
    border: 0;
    background: #2C2C2C;
    border-radius: 8px;
    font-weight: 400;
    transition: 0.3s;
    min-height: 58px;
}

#wd-contact-form.contact-form .gfield label {
    position: relative;
    top: 39px;
    left: 17px;
    line-height: 16px;
    color: #D4D4D4;
    font-weight: 400;
    transition: 0.3s;
    margin-bottom: 0;
}

#wd-contact-form.contact-form .gfield:focus-within label.gfield_label,
#wd-contact-form.contact-form .gfield label.has-value {
    font-size: 12px;
    top: 23px;
    color: #E1BB80;
}

body .gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 0;
}

 #wd-contact-form.contact-form form textarea {
    padding: 20px 16px 18px;
}

body .gform_wrapper.gravity-theme .gfield {
    position: relative;
}

/* Form style gloabal */
body div:not(#wd-contact-form) .gform_wrapper input,
body div:not(#wd-contact-form) .gform_wrapper form textarea {
    line-height: 16px;
    color: #D4D4D4;
    padding: 18px 16px;
    border: 0;
    background: #2C2C2C;
    border-radius: 8px;
    font-weight: 400;
    transition: 0.3s;
    min-height: 58px;
    margin-bottom: 10px!important;
}

body div:not(#wd-contact-form) .gform_wrapper input.gform_button {
    background: #E1BB80!important;
    color: #000000!important;
}

body div:not(#wd-contact-form) .gform_wrapper .gfield label {
    position: relative;
    top: 39px;
    left: 17px;
    line-height: 16px;
    color: #D4D4D4;
    font-weight: 400;
    transition: 0.3s;
    margin-bottom: 0;
}

body div:not(#wd-contact-form) .gform_wrapper .gfield:focus-within label.gfield_label,
body div:not(#wd-contact-form) .gform_wrapper .gfield label.has-value {
    font-size: 12px;
    top: 23px;
    color: #E1BB80;
}

body div:not(#wd-contact-form) .gform_wrapper .gform_fields {
    grid-row-gap: 0;
}

body div:not(#wd-contact-form) .gform_wrapper form textarea {
    padding: 20px 16px 18px;
}

body div:not(#wd-contact-form) .gform_wrapper .gfield {
    position: relative;
}
/* Form style global end */

/* Weglot style */
body .country-selector.weglot-dropdown {
    background-color: unset;
    margin-left: 40px;
    margin-top: 5px;
}

body .country-selector.weglot-dropdown .wgcurrent {
    border: 0;
    background-color: #22222299;
    border-radius: 6px;
}

body .country-selector.weglot-dropdown span {
    height: unset;
    line-height: 20px;
    font-size: 16px;
    font-weight: 700;
    padding: 7px 36px 7px 12px!important;
}

body .country-selector.weglot-dropdown .wgcurrent:after {
    color: #fff;
    top: 14px;
    right: 14px;
    transform: rotate(0deg);
    pointer-events: none;

}

body .country-selector.weglot-dropdown .wgcurrent:after {
    background: url("../img/nav-dropdown-arrow.svg") center center no-repeat;
}


body .country-selector.weglot-dropdown .wgcurrent.my-rotate:after {
    transform: rotate(-180deg)!important;
}

body .country-selector.weglot-dropdown a {
    height: unset;
    line-height: 20px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
}

body .country-selector.weglot-dropdown ul {
    background-color: #22222299;
    border: 0;
    border-radius: 6px;
}

body .country-selector.weglot-dropdown .wgcurrent.my-rotate {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

body .country-selector.weglot-dropdown ul.my-rotate {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

body .country-selector.weglot-dropdown a {
    padding: 0;
}

.country-selector.weglot-dropdown li {
    padding: 7px 34px 7px 12px!important;
}

.navbar .col-12.d-flex.align-items-center.justify-content-between {
    min-height: 36px;
}

html[lang="en"] .section.our-services .list::before {
    content: "Services";
}

 

@media screen and (max-width: 1399px) {
.page-template-page-help .inner-page.contacts .page-heading {
    font-size: 48px;
}

}

@media (max-width: 768px) {
    body .country-selector.weglot-dropdown {
        margin-top: 0;
        margin-right: 14px;
        transition: .3s;
        display: none;
    }
    .testimonials .slider-nav-holder .swiper-pagination{
    display: none!important;
    }
}

/* Partners page css start */



.page-template-page-clients .section-heading {
    margin: 0 0 18px 0;
}

.page-template-page-clients .section-subheader {
    margin: 0 0 74px 0;
}

.page-template-page-clients .section.partners .list li img {
    filter: unset;
}

.page-template-page-clients .section.partners .list li {
    margin: 0 10px 10px 0 !important;
    padding: 30px 15px;
    width: calc(16% - 10px);
    height: 100px;
}

.page-template-page-clients #main-footer {
    padding: 50px 0 130px 0;
}

.page-template-page-clients .section.partners {
    padding: 0px 0 60px 0;
}

@media (max-width: 430px) {
    .page-template-page-clients .section.partners .list li{
        height: 80px;
        width: calc(50% - 10px);
    }
}

@media (min-width: 431px) and (max-width: 768px) {
    .page-template-page-clients .section.partners .list li {
        width: calc(25% - 10px);
    }
}

/* Partners page css end */


.newsletter input[type="email"] {
    height: 48px !important;
    padding: 0 20px 0 40px !important;
    color: white !important;
    border: none !important;
    border-radius: 10px !important;
}

.newsletter .button {
    padding: 14px 25px !important;
    font-family: var(--metro-600) !important;
    background: #E1BB80;
    border: 2px solid #E1BB80;
    color: #222;
    font-size: 16px;
    font-weight: 700;
    border-radius: 8px;
}

.newsletter .gform_footer {
    justify-content: end;
}

@media screen and (max-width: 991px) {
    .section.portfolio .list .project .info-holder,
    .portfolio-list-page .list .project .info-holder {
        left: 0;
            right: 0;
        bottom: 0;
        padding: 13px 15px;
        background-color: #fff;
        color: #222;  
    }
    .section.portfolio .list .project .info-holder .type,
    .portfolio-list-page .list .project .info-holder .type {
        font-size: 13px;
    }
    .section.portfolio .list .project .info-holder .name,
    .portfolio-list-page .list .project .info-holder .name {
        top: 0;
        line-height: 24px;
        font-size: 21px;
        color: #222;
    }
}
@media screen and (max-width: 767px) {
  .portfolio-list-page .mobile-view-tabs .owl-carousel .owl-stage {
    display: flex;
    padding-right: 50px; 
  }
}

html,body{
    width:100%;
    overflow-x:hidden;
}

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

    .s-liaa-block {
        display: none;
    }

    .l-liaa-block {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 32px;
    }

    .l-liaa-block p {
        width: 100%;
        max-width: 100%!important;
        color: #FAFAFF;
        margin: 16px 16% 16px 0!important;
    }

    .l-liaa-block .LIAA-logo-2{
      width: 80%;
    }

    .mobile-additional-block {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .l-liaa-block {
        display: none;
    }

    .s-liaa-block p {
        width: 100%;
        margin-bottom: 0;
        text-align: left;
        color: #FAFAFF;
        margin: 16px 0 16px 0!important;
    }

    .s-liaa-block {
        display: flex;
        flex-wrap: wrap;
        margin: 48px auto 0;
    }

    .s-liaa-block .LIAA-logo-2 {
      width: 90%;
    }

    .mobile-additional-block {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #main-footer .mobile-additional-block .additional-links {
        margin: 24px 0 0 0;
        width: 100%;
        display: flex;
        justify-content: center;
    }

    #main-footer .col-lg-5.col-md-4.d-flex.justify-content-md-end > div {
        width: 100%;
    }
}

/* Single portfolio page */

.portfolio-single {
  margin: 0 0 120px 0;
}

.portfolio-single .main-row {
  margin: 0 -15px;
}

.portfolio-single .main-row > [class*="col-"] {
  padding: 0 15px;
}

.portfolio-single .project-main-image {
  margin: 0 0 48px 0;
  pointer-events: none;
  border-radius: 8px;
}

.portfolio-single .project-main-image img {
  border-radius: 8px;
}

.portfolio-single .project-name {
  margin: 0 0 23px 0;
  line-height: 65px;
  font-size: 65px;
  font-family: var(--metro-700);
  text-shadow: -3px 4px 0px rgb(225 187 128 / 30%);  
}

@media screen and (max-width: 1399px) {
  .portfolio-single .project-name {
    font-size: 55px;
  }
}

@media screen and (max-width: 1199px) {
  .portfolio-single .project-name {
    line-height: 55px;
    font-size: 45px;
  }
}

@media screen and (max-width: 575px) {
  .portfolio-single .project-name {
    line-height: 48px;
    font-size: 39px;
    text-align: center;
  }
}

.portfolio-single .short-details {
  margin: 0 0 140px 0;
}

@media screen and (max-width: 991px) {
  .portfolio-single .short-details {
    padding-bottom: 70px;
    margin: 0 0 70px 0;
    border-bottom: 1px solid #2C2C2C;
  }
}

.portfolio-single .short-details p {
  margin: 0 0 30px 0;
  line-height: 24px;
}

.portfolio-single .short-details .inline-info {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 75px;
}

@media screen and (max-width: 991px) {
  .portfolio-single .short-details .inline-info {
    margin-top: 65px;
  }
}

@media screen and (min-width: 768px) {
  .portfolio-single .short-details .inline-info li {
    display: flex;
    justify-content: center;
    padding-right: 20px;
    border-right: 1px solid #2C2C2C;
  }

  .portfolio-single .short-details .inline-info li:first-child {
    justify-content: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .portfolio-single .short-details .inline-info {
    grid-template-columns: repeat(1, 1fr);
  }

  .portfolio-single .short-details .inline-info li {
    margin: 0 0 40px 0;
  } 

  .portfolio-single .short-details .inline-info li:last-child {
    margin: 0;
  }
}

.portfolio-single .short-details .inline-info li:last-child {
  border: 0;
}

.portfolio-single .short-details .inline-info li .icon {
  margin: 0 15px 0 0;
  pointer-events: none;
}

.portfolio-single .short-details .inline-info li h3 {
  margin: 0 0 8px 0;
  line-height: 16px; 
  font-family: var(--metro-700);
  font-size: 16px;
}

.portfolio-single .short-details .inline-info li span {
  display: block;
  line-height: 16px;
}

.portfolio-single .short-details .inline-info li a {
  position: relative;
  display: inline-block;
  padding-right: 24px;
  line-height: 16px;
}

.portfolio-single .short-details .inline-info li a::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto 0;
  width: 16px;
  height: 14px;
  background: url('../img/white-arrow-right.svg') center center no-repeat;
  transition: all .3s ease-in-out;
}

@media screen and (min-width: 992px) {
  .portfolio-single .short-details .inline-info li a:hover::after {
    right: -5px;
  }
}

.portfolio-single .section-heading {
  position: relative;
  padding: 55px 0 0 105px;
  line-height: 42px;
  font-size: 42px;
  text-shadow: none;
}

@media screen and (max-width: 1199px) {
  .portfolio-single .section-heading {
    padding-left: 0;
  }
}

.portfolio-single .section-heading::before {
  content: attr(data-number);
  position: absolute;
  left: 0;
  bottom: -9px;
  line-height: 110px;
  font-size: 130px;
  font-family: var(--metro-900);
  color: #222;
  text-shadow: 0px 0px 2px #484848;
}

@media screen and (max-width: 1399px) {
  .portfolio-single .section-heading::before {
    line-height: 96px;
    font-size: 110px;
  }
}

@media screen and (max-width: 1199px) {
  .portfolio-single .section-heading {
    font-size: 37px;
  }

  .portfolio-single .section-heading::before {
    line-height: 96px;
    font-size: 100px;
  }
}

@media screen and (max-width: 575px) {
  .portfolio-single .section-heading {
    margin: 0 0 35px 0;
    text-align: center;
  }

  .portfolio-single .section-heading::before {
    right: 0;
  }
}

.portfolio-single .section-heading span {
  position: relative;
  z-index: 1;
}

.portfolio-single .info-sections .section {
  margin: 0 0 125px 0;
}

@media screen and (min-width: 1200px) {
  .portfolio-single .info-sections .section {
    display: flex;
    align-items: flex-start;
  }
}

@media screen and (max-width: 991px) {
  .portfolio-single .info-sections {
    padding-bottom: 70px;
    margin: 0 0 70px 0;
    border-bottom: 1px solid #2C2C2C;
  }
}

.portfolio-single .info-sections .section:last-child {
  margin: 0;
}

.portfolio-single .info-sections .section .section-heading {
  width: 410px;
  min-width: 410px;
}

@media screen and (max-width: 1199px) {
  .portfolio-single .info-sections .section .section-heading {
    width: 100%;
    min-width: 100%;
    margin: 0 0 35px 0;
  }

  .portfolio-single .info-sections .section {
    margin: 0 0 90px 0;
  }
}

@media screen and (max-width: 767px) {
  .portfolio-single .info-sections .section {
    margin: 0 0 70px 0;
  }
}

.portfolio-single .info-sections .section .text {
  flex-grow: 1;
}

.portfolio-single .info-sections .section .text p {
  margin: 0 0 25px 0;
  line-height: 24px;
}

.portfolio-single .info-sections .section .text p:last-child {
  margin: 0;
}

.portfolio-single .info-sections .section .text ol {
  counter-reset: ol-counter;
}

.portfolio-single .info-sections .section .text ol li {
  counter-increment: ol-counter;
  margin: 0 0 25px 0;
  line-height: 24px;
}

.portfolio-single .info-sections .section .text ol li:last-child {
  margin: 0;
}

.portfolio-single .info-sections .section .text ol li::before {
  content: counter(ol-counter) ". ";
}

.portfolio-single .sidebar .cta-block {
  margin: 0 0 48px 0;
}

.portfolio-single .sidebar .block {
  margin: 0 0 45px 0;
}

.portfolio-single .sidebar .block:last-child {
  margin: 0;
}

.portfolio-single .sidebar .block-heading {
  margin: 0 0 15px 0;
  line-height: 30px;
  font-family: var(--metro-700);
  font-size: 24px;
}

@media screen and (max-width: 1299px) {
  .portfolio-single .sidebar .block-heading {
    line-height: 29px;
    font-size: 21px;
  }
}

.portfolio-single .sidebar .cta-block .block-heading {
  margin: 0 0 25px 0;
}

.portfolio-single .sidebar .cta-block .btn {
  text-align: center;
}

.portfolio-single .sidebar .other-projects li {
  margin: 0 0 24px 0;
}

.portfolio-single .sidebar .other-projects li:last-child {
  margin: 0 0 19px 0;
}

.portfolio-single .sidebar .other-projects img {
  border-radius: 8px;
}

@media screen and (min-width: 992px) {
  .portfolio-single .sidebar .other-projects li a:hover {
    opacity: .85;
  }
}

@media screen and (min-width: 992px) {
  .portfolio-single .project-images {
    margin: 80px 0 0 0;
  }
}

.portfolio-single .project-images .section {
  margin: 0 0 120px 0;
}

.portfolio-single .project-images .section .image-holder {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 85px;
  pointer-events: none;
  box-shadow: 0px 6px 20px rgba(22, 22, 22, 0.2) ;
  border-radius: 8px;
}

@media screen and (max-width: 1299px) {
  .portfolio-single .project-images .section .image-holder {
    padding: 55px;
  }
}

@media screen and (max-width: 991px) {
  .portfolio-single .project-images .section .image-holder {
    padding: 35px;
  }
}

.portfolio-single .consultation-cta h5 {
  margin: 0 0 36px 0;
  padding: 0 15%;
  line-height: 50px;
  font-size: 42px;
}

@media screen and (max-width: 1299px) {
  .portfolio-single .consultation-cta h5 {
    line-height: 47px;
    font-size: 36px;
  }
}

@media screen and (max-width: 991px) {
  .portfolio-single .consultation-cta h5 {
    padding: 0 5%;
  }
}

@media screen and (max-width: 767px) {
  .portfolio-single .consultation-cta h5 {
    padding: 0;
    line-height: 42px;
    font-size: 31px;
  }
}

@media screen and (max-width: 575px) {
  .portfolio-single .consultation-cta h5 {
    padding: 0 10px;
    line-height: 40px;
    font-size: 26px;
  }
}

.portfolio-single .consultation-cta .btn {
  min-width: 282px;
}