/*
	Theme Name: pi theme
	Theme URI: https://ofir.hr
	Description: HTML5 Blank WordPress Theme
	Version: 1.0
	Author: Ofir d.o.o.
	Author URI: https://ofir.hr
	Tags: Blank, HTML5, CSS3, Bootstrap, jQuery

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/


/*********************** 
	DESKTOP STYLE 
***********************/

body {
	font-family: 'Source Sans 3', sans-serif;
    background-color: #F8F8FA;
    font-size: 18px;
}

section {
    padding: 80px 0;
}

#back-to-top {
    position: fixed;
    bottom: 50px;
    right: 20px;
    z-index: 9999;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    border-radius: 5px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    -webkit-transition: opacity 0.2s ease-out;
    opacity: 0;
    display: none;
    background-color: #00deff;
    border-radius: 3px;
    padding-top: 5px;
}

#back-to-top img {
    max-height: 30px;
}

#back-to-top.show {
    opacity: 1;
    display: block;
}

.navbar-toggler-icon {
    background-image: url(./../images/hamb_icon.svg);
}

.home_slider_wrapp {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-size: cover!important;
    background-position: center!important;
}

.home_slider_text_wrapp {
    text-align: center;
}

h2.home_slider_title {
    color: #F8F8FA;
    font-family: Lexend;
    font-size: 84px;
    font-size: 5rem;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.home_slider_text {
    color: #FFF;
    text-align: center;
    font-family: Lexend;
    font-size: 36px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.slider_button .button {
    display: inline-block;
    margin-top: 40px;
    background: linear-gradient(180deg, #1A4E79 0%, #487194 100%);
    color: #F8F8FA;
}

.slider_button .button:hover {
    background: #F8F8FA;
    color: #1A4E79;
}

/* NAV */

.fixed_top {
    position: fixed;
    top: 0px;
    right: 0;
    left: 0;
    z-index: 1030;
}

.fixed_top:before {
    content: "";
    position: absolute;
    height: 1px;
    width: 44%;
    background-color: #1A4E79;
    top: 39%;
    left: 0;
}

.fixed_top:after {
    content: "";
    position: absolute;
    height: 1px;
    width: 44%;
    background-color: #1A4E79;;
    top: 39%;
    right: 0;
}

.fixed_top.smaller:before,
.fixed_top.smaller:after {
    top: 30%;
}

.smaller {
    background-color: #F8F8FA;
}

.smaller .logo {
    max-width: 150px;
}

.smaller #menu-top li img {
    height: 50px;
    width: auto;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.logo {
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

#menu-top li {
    display: flex;
    width: 160px;
    padding: 16px 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}

#menu-top li:nth-child(2), 
#menu-top li:nth-child(4) {
    margin: 0 40px;
}

#menu-top li a.nav-link {
    color: #1A4E79;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

#menu-top li.current-menu-item a,
#menu-top li a:hover {
    border-top: 3px solid #1A4E79;
    width: 100%;
    text-align: center;
}

#menu-top li a.logo_link:hover {
    width: auto;
    border-top: none;
}

#menu-top li img {
    width: 182px;
    height: 136px;
}

.section_title {
    color: #1A4E79;
    font-family: Lexend;
    font-size: 44px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    position: relative;
    text-indent: 60px;
    margin-bottom: 40px;
    padding-bottom: 10px;
}

.section_title:after {
    content: "";
    width: 120px;
    height: 3px;
    background: #1A4E79;
    position: absolute;
    left: 0;
    bottom: 0;
}

.text_wrapp {
    color: #03080C;
    font-size: 18px;
    line-height: 150%;
}

section.services {
    background-color: #F8F8FA;
}

ul.services_cont {
    list-style-type: none;
    padding: 0;
    margin: 40px 0 0 0;
    display: flex;
    justify-content: space-evenly;
    position: relative;
}

ul.services_cont:after {
    content: "";
    border: 2px solid #1A4E79;
    width: 100%;
    position: absolute;
    height: 80%;
    bottom: -77px;
    z-index: 1;
}

ul.services_cont li {
    width: 330px;
    height: 370px;
    overflow: hidden;
    position: relative;
    filter: drop-shadow(0px 4px 20px rgba(3, 8, 12, 0.25));
    z-index: 9;
}

img.service_image.center_image {
    max-height: 100%;
    width: auto;
}

.service_title_wrapp {
    position: absolute;
    width: 100%;
    height: 150px;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-flex;
    padding: 24px 24px 0 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.service_title {
    color: #1A4E79;
    font-family: Lexend;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.last_text {
    color: #1A4E79;
    font-family: Lexend;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 6.6px;
    text-transform: uppercase;
    margin-top: 60px;
    text-align: center;
}

.last_text span {
    background-color: #F8F8FA;
    position: relative;
    z-index: 9;
    padding: 0px 25px 0 29px;
}

section.why {
    background-size: cover!important;
    background-position: center!important;
}

h2.section_title.why_title {
    color: #F8F8FA;
    text-align: center;
    text-indent: 0;
}

h2.section_title.why_title:after {
    left: calc(50% - 60px);
    background: #F8F8FA;
    bottom: -5px;
}

ul.why_cont {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    text-align: center;
    justify-content: space-between;
}

ul.why_cont li {
    display: flex;
    padding: 40px 24px;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    align-self: stretch;
    background-color: #fff;
    flex: 23%;
    max-width: 23%;
}

.why_small_title {
    color: #1A4E79;
    font-family: Lexend;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.why_text {
    color: #03080C;
    font-size: 18px;
    line-height: 150%; /* 27px */
}

.why_image_wrapp {
    position: relative;
    margin-bottom: 10px;
}

.why_image_wrapp:after {
    content: "";
    width: 40px;
    height: 2px;
    background: #1A4E79;
    position: absolute;
    bottom: -10px;
    left: calc(50% - 20px);
}

.why_button {
    display: flex;
    height: 56px;
    padding: 16px 80px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 40px;
}

a.button {
    font-family: 'Source Sans 3';
    color: #1A4E79;
    font-size: 18px;
    text-decoration: none;
    text-align: center;
    font-weight: 400;
    background-color: #F8F8FA;
    padding: 16px 80px 16px 80px;
    outline: 1px solid #F8F8FA!important;
    outline-offset: 3px;
    margin: 1px 0;
}

.why_button a.button:hover {
    background: linear-gradient(180deg, #1A4E79 0%, #487194 100%);
    color: #F8F8FA;
    margin: 0px 0;
}

.proj_button a.button {
    outline: 1px solid #1A4E79!important;
    outline-offset: 3px;
    border: 1px solid #1A4E79;
    margin: 1px 0;
}

.proj_button a.button:hover {
    background: #F8F8FA;
    color: #1A4E79;
    margin: 0px 0;
}

.projects_wrapp {
    list-style-type: none;
    padding: 0;
    margin: 40px 0 0 0;
    /*display: flex;*/
    justify-content: space-between;
    position: relative;
}

.projects_wrapp li {
    display: flex!important;
    height: 480px;
    padding: 24px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    /*width: 400px;*/
    background-size: cover!important;
    margin: 0 20px;
}

ul.slick-dots {
    display: flex;
    justify-content: center;
    padding-top: 10px;
}

.slick-dots li {
    height: auto;
    padding: 0;
    display: inline;
    margin: 0px 5px;
}

.slick-arrow {
    position: absolute;
    height: 50px;
    top: calc(50% - 40px);
    z-index: 9;
    left: -4px;
    width: 37px;
    height: 27px;
}

.slick-arrow path {
    stroke-width: 3px;
    stroke: #1A4E79;
}

.right_arrow.slick-arrow {
    left: auto;
    right: -4px;
}

.right_arrow.slick-arrow path {
    stroke-width: 3px;
    stroke: #F8F8FA;
}

.slick-dots button {
    display: block;
    width: 16px;
    height: 3px;
    padding: 0;	
    border: none;
    background-color: #1A4E79;
    text-indent: -9999px;
    opacity: 0.7;
}

.slick-dots li.slick-active button {
    opacity: 1;
}

.projects_wrapp.projects_list.projects_page_all {
    display: flex;
}

.projects_wrapp.projects_list.projects_page_all li {
    width: 400px;
    margin: 20px 0;
    flex: 32%;
    max-width: 32%;
}

section.projects {
    position: relative;
}

.projects_container {
    position: absolute;
    right: 0;
    height: 726px;
    /*width: 670px;*/
    width: 34vw;
    background-size: cover!important;
    background-position: center!important;
}

h2.section_title.projects_title {
    text-align: right;
    text-indent: 0;
    padding-right: 60px;
    margin-top: 56px;
    color: #F8F8FA;
}

h2.section_title.projects_title:after {
    right: 0;
    left: auto;
    background: #F8F8FA;
}

.testimonial4_slide {
    width: 70%;
    margin: auto;
    padding: 0 20px 20px;
    position: relative;
    text-align: center;
    background-color: #F8F8FA;;
}

.carousel-item {
    margin-top: 70px;
}

img.img-circle.img-responsive {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    margin-top: -70px;
    margin-bottom: 34px;
}

.testimonial4_slide span {
    position: absolute;
    left: 30px;
}

.testimonial4_slide p {
    color: #03080C;
    text-align: center;
    font-family: Source Sans Pro;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.testimonial4_slide h4 {
    color: #1A4E79;
    font-family: Lexend;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: 6.6px;
    text-transform: uppercase;
}

.contact_left {
    background: #E8EDF2;
    display: flex;
    width: 560px;
    padding: 40px;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    float: left;
    max-width: 500px;
}

img.sub_icon {
    margin-bottom: -30px;
    position: relative;
    z-index: 0;
}

.contact_right {
    float: left;
    display: flex;
    width: 736px;
    padding: 40px 0px;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    background: #F8F8FA;
    box-shadow: 0px 0px 0px 0px rgba(3, 8, 12, 0.10), 0px 23px 50px 0px rgba(3, 8, 12, 0.10), 0px 91px 91px 0px rgba(3, 8, 12, 0.09), 0px 204px 122px 0px rgba(3, 8, 12, 0.05), 0px 363px 145px 0px rgba(3, 8, 12, 0.01), 0px 567px 159px 0px rgba(3, 8, 12, 0.00);
    position: relative;
    max-width: 600px;
}

form.wpcf77-form.init label {
    color: #03080C;
    font-size: 18px;
    font-weight: 600;
    width: 100%;
}

input.wpcf77-form-control.wpcf77-text.wpcf77-validates-as-required,
.wpcf77-select {
    border: none;
    outline: none;
    box-shadow: none;
    background-color: transparent;
    border-bottom: 1px solid #03080C;
    width: 100%;
}

textarea.wpcf77-form-control.wpcf77-textarea.wpcf77-validates-as-required {
    height: 140px;
    border: none;
    outline: none;
    box-shadow: none;
    background-color: #E3E8ED;
    width: 100%;
}

input[type="submit"],
.about_button .button {
    padding: 16px 80px 16px 80px;
    border: none;
    border-radius: 0px;
    background: linear-gradient(180deg, #1A4E79 0%, #487194 100%);
    outline: 1px solid #1A4E79!important;
    outline-offset: 3px;
    color: #F8F8FA;
    font-size: 18px;
    margin: 1px;
}

input[type="submit"]:hover,
.about_button .button:hover {
    background: #F8F8FA;
    color: #1A4E79;
    border: 1px solid #1A4E79;
    margin: 0px 0;
}

.about_button_wrapp a.button:hover {
    color: #F8F8FA;
    background: linear-gradient(180deg, #1A4E79 0%, #487194 100%);
}

div#wpcf77-f232-o1 input[type="submit"],
.wpcf77-submit {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

/* ABOUT US */

.page_top {
    min-height: 550px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-size: cover!important;
    background-position: center!important;
}

.page_title {
    color: #F8F8FA;
    font-family: Lexend;
    font-size: 64px;
}

.about_button {
    display: flex;
}

.intro_text_wrapp {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}

section.product {
    text-align: center;
    color: #fff;
    font-size: 18px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

section.product ul {
    list-style-type: none;
    padding: 0;
    text-align: left;
    margin-left: auto;
    max-width: 400px;
    margin-right: auto;
}

section.product ul li img {
    margin-right: 10px;
}

ul.process {
    list-style-type: none;
    padding: 0;
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    column-gap: 80px;
    row-gap: 25px;
    max-width: 1100px;
    margin: 80px auto 0;
    justify-content: center;
    position: relative;
}

ul.process li {
    display: flex;
    width: 240px;
    height: 256px;
    padding: 40px 24px;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    background: #FFF;
    box-shadow: 0px 4px 50px 0px rgba(3, 8, 12, 0.25);
    /*position: relative;*/
    z-index: 9;
}

ul.process li:first-child:before, 
ul.process li:first-child:after {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #A3B8C9;
    position: absolute;
    border-radius: 50%;
    left: 0;
    top: calc(15% - 4px);
}

ul.process li:first-child:after {
    top: calc(86% - 6px);
    left: 75%;
}

.process_title {
    color: #1A4E79;
    text-align: center;
    font-family: Lexend;
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
}

ul.process:before, ul.process:after {
    content: "";
    position: absolute;
    width: 100%;
}

ul.process:before {
    border: 2px solid #A3B8C9;
    border-left: none;
    top: 15%;
    height: 34%;
}

ul.process:after {
    height: 37%;
    border-left: 2px solid #A3B8C9;
    border-bottom: 2px solid #A3B8C9;
    top: 49%;
    width: 75%;
    left: 0;
}

.cta .last_text {
    margin-top: 0;
}

.cta .text_wrapp {
    color: #03080C;
    font-size: 18px;
    line-height: 150%;
}

.cta_text {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: center;
    max-width: 800px;
    margin: 0 auto;
    margin-top: 24px;
}

ul.references {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
}

ul.references li {
    max-width: 220px;
}

/* CONTACT */

section.contact_wrapp {
    margin-bottom: 100px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.contact_intro .last_text {
    margin-top: 0;
}

.contact_intro_text {
    text-align: center;
}

.contact_text_wrapp {
    text-align: center;
    color: #fff;
    max-width: 600px;
    margin: 20px auto 40px auto;
}

.contact_wrapp ul.why_cont li {
    width: 264px;
}

.contact_wrapp ul.why_cont .why_small_title a {
    color: #1A4E79;
    text-decoration: none;
}

/* 404 PAGE */

.no_page {
    min-height: 90vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.no_page_title {
    color: #03080C;
    font-family: Lexend;
    font-size: 64px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 40px;
}

.no_page_subtitle {
    font-size: 24px;
    font-weight: 500;
}

article.no_page.entry p {
    margin-bottom: 40px;
}

/* PROJECTS */

.projects_content h2 {
    color: #1A4E79;
    font-family: Lexend;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 9.6px;
    text-transform: uppercase;
}

.projects_content p {
    color: #03080C;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.all_projects .projects_wrapp {
    flex-wrap: wrap;
}

.all_projects .projects_wrapp li {
    margin-bottom: 40px;
}

.single_project_title {
    color: #F8F8FA;
    font-family: Lexend;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 6.6px;
    text-transform: uppercase;
}

.single_project_place {
    color: #F8F8FA;
    font-size: 22px;
}

.projects_load_more {
    justify-content: center;
}

/* FOOTER */

footer.footer {
    padding: 40px 0;
    color: #F8F8FA;
    background-repeat: no-repeat;
    background-size: cover;
}

footer a {
    color: #F8F8FA;
    text-decoration: none;
}

img.img-fluid.f_logo {
    margin-bottom: 20px;
}

ul#menu-footer li {
    margin-bottom: 10px;
}

ul#menu-footer a {
    color: #F8F8FA;
    font-size: 16px;
    text-transform: uppercase;
}

p.footer_bottom {
    margin-bottom: 0;
    padding: 16px;
    text-align: center;
    color: #03080C;
}

ul.footer_contact {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

ul.footer_contact li {
    display: flex;
    gap: 20px;
    margin-bottom: 22px;
    align-items: center;
}

ul.footer_contact li * {
    margin: 0;
    padding: 0;
}

.footer_bottom a {
    text-decoration: none;
    color: #03080C;
}

ul.footer_contact img {
    height: 20px;
    width: auto;
}

.privacy-policy h2:not(.page_title) {
    color: #1A4E79;
    font-family: Lexend;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    position: relative;
    text-indent: 60px;
    margin-bottom: 14px;
    margin-top: 40px;
}

.privacy-policy h2:not(.page_title):after {
    content: "";
    width: 120px;
    height: 3px;
    background: #1A4E79;
    position: absolute;
    left: 0;
    bottom: -5px;
}

.desk_service_title_wrapp {
    background-image: none!important;
}

.project_wrapp_link {
    text-decoration: none;
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: end;
}

/*********************** 
	TABLET STYLE 
***********************/

@media (max-width: 991.98px) {
	
	.animated-icon1 {
        width: 30px;
        height: 20px;
        position: relative;
        margin: 0px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
    }
    
    .animated-icon1 span {
        display: block;
        position: absolute;
        height: 3px;
        width: 100%;
        border-radius: 9px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }
    
    .animated-icon1 span {
        background: #03080C;
    }
    
    .animated-icon1 span:nth-child(1) {
        top: 0px;
    }
    
    .animated-icon1 span:nth-child(2) {
        top: 10px;
    }
    
    .animated-icon1 span:nth-child(3) {
        top: 20px;
    }
    
    .animated-icon1.open span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    
    .animated-icon1.open span:nth-child(2) {
        opacity: 0;
        left: -60px;
    }
    
    .animated-icon1.open span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }

    .home_slider_wrapp {
        height: 81vh;
    }

    h2.home_slider_title {
        font-size: 30px;
    }
    
    .home_slider_text {
        font-size: 17px;
    }

    button.navbar-toggler.first-button {
        box-shadow: none;
    }

    section {
        padding: 50px 0;
    }

    .text_wrapp,
    body {
        font-size: 16px;
    }

    header.header {
        position: sticky;
        top: 0;
        z-index: 999;
        background: #F8F8FA;
    }

    .fixed_top {
        position: relative;
    }

    .top_logo {
        max-height: 50px;
    }

    .fixed_top:before,
    .fixed_top:after {
        content: none;
    }

    .n2-ss-slider .n2-ss-layer[data-sstype=slide] {
        padding-top: 0!important;
        padding-bottom: 0!important;
    }

    #top_nav {
        position: absolute;
        top: 76px;
        width: 100%;
    }

    .navbar-nav {
        display: flex;
        flex-direction: column;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
    }

    #top_nav .navbar-nav {
        width: 160px;
        background: #F8F8FA;
        margin-left: auto;
    }

    #menu-top li {
        display: flex;
        width: 160px;
        padding: 12px;
        justify-content: flex-end;
        align-items: center;
        gap: 10px;
        flex-shrink: 0;
        margin-left: auto;
        margin-bottom: 10px;
    }

    #menu-top li.current-menu-item, #menu-top li:hover {
        background: #E8EDF2;
    }

    #menu-top li.current-menu-item a, #menu-top li a:hover {
        border-top: none;
        width: auto;
        text-align: center;
    }

    #menu-top li:nth-child(2), #menu-top li:nth-child(4) {
        margin: 0;
        margin-left: auto;
    }

    #menu-top li a.nav-link {
        font-size: 16px;
    }

    div#n2-ss-2item1 {
        font-size: 22px!important;
        white-space: normal!important;
        line-height: normal!important;
    }

    p.n2-font-85f41d69e297ec5fb0b7392cdf6073b8-paragraph {
        font-size: 18px!important;
    }

    .section_title {
        font-size: 24px;
        margin-bottom: 32px;
    }

    ul.services_cont {
        flex-wrap: wrap;
    }

    ul.services_cont li {
        width: 250px;
        height: 370px;
        margin-bottom: 20px;
    }

    ul.services_cont:after {
        height: 90%;
        bottom: -50px;
    }

    .last_text {
        font-size: 20px;
        letter-spacing: 4px;
        margin-top: 20px;
        text-align: center;
    }

    .last_text span {
        padding: 0;
        display: inline;
    }

    ul.why_cont {
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .why_button {
        padding: 15px 25px;
    }

    ul.why_cont li {
        max-width: calc(50% - 12px);
        margin-bottom: 24px;
        flex: 50%;
    }

    a.button {
        padding: 16px 60px 16px 60px;
    }

    .projects_container {
        height: 40%;
        width: 80%;
    }

    .projects_wrapp li {
        margin: 0 10px;
    }

    .projects_wrapp.projects_list.projects_page_all li {
        margin: 8px 0;
        max-width: calc(50% - 8px);
        flex: 50%;
    }

    ul.slick-dots {
        padding-top: 24px;
        padding-left: 0;
    }

    ul.slick-dots li {
        margin: 0 2px;
    }

    ul.projects_wrapp.js_projects_list.mobile {
        display: flex;
        flex-wrap: wrap;
        gap: 24px;
    }

    ul.projects_wrapp.js_projects_list.mobile li {
        width: 252px;
        height: 378px;
        padding: 0;
    }

    ul.projects_wrapp.js_projects_list.mobile li:nth-child(2) {
        margin-left: auto;
    }

    .testimonial4_slide {
        width: 100%;
    }

    .testimonial4_slide span {
        top: 20px;
    }

    img.quotation_icon {
        max-width: 50px;
    }

    .testimonial4_slide p {
        font-size: 18px;
    }

    .testimonial4_slide h4 {
        font-size: 20px;
    }

    .contact_right {
        padding: 40px;
        max-width: 100%;
    }

    .contact_left {
        max-width: 100%;
    }

    ul#menu-footer li {
        text-align: right;
    }

    .footer_info_wrapp {
        text-align: center;
        font-size: 14px;
    }

    ul.footer_contact li {
        justify-content: center;
    }

    .slick-arrow path {
        stroke-width: 3px;
        stroke: #F8F8FA;
    }

    img.sub_icon {
        display: none;
    }

    .page_top {
        min-height: 300px;
    }

    .page_title {
        font-size: 50px;
    }

    .about_button {
        justify-content: center;
        margin: 20px 0 40px 0;
    }

    section.product .product_text {
        text-align: left;
        font-size: 16px;
    }

    ul.process {
        flex-wrap: wrap;
        display: flex;
        align-items: center;
        column-gap: 16px;
        row-gap: 16px;
        margin: 30px auto 0;
        justify-content: center;
        padding: 10px;
    }

    ul.process:before {
        top: 10%;
        height: 34%;
    }

    ul.process:after {
        height: 44%;
        top: 44%;
    }

    ul.process li:first-child:before, 
    ul.process li:first-child:after {
        left: -3px;
        top: calc(10% - 4px);
    }

    ul.process li:first-child:after {
        top: calc(88% - 6px);
        left: 75%;
    }

    ul.process li {
        display: flex;
        width: 240px;
        min-height: 200px;
        padding: 10px;
        align-items: center;
        gap: 16px;
        justify-content: space-around;
        max-width: calc(50% - 8px);
    }

    ul.references {
        justify-content: center;
        flex-wrap: wrap;
        column-gap: 16px;
    }

    ul.references li {
        max-width: calc(50% - 8px);
        margin-bottom: 16px;
    }

    span.wpcf77-form-control-wrap[data-name="cv"] {
        display: flex;
    }

    .contact_left {
        width: 100%;
    }

    .intro_text {
        text-align: center;
    }

    .mobile_service_title_wrapp {
        width: 100%;
        height: 140px;
        bottom: 0;
        left: 0;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 24px 24px 0 24px;
        align-items: baseline;
        gap: 10px;
        justify-content: end;
        display: flex;
        flex-direction: column;
    }

    ul.projects_wrapp.projects_list.projects_page_all.mobile li {
        padding: 0;
        width: 252px;
        height: 378px;
        margin: 8px auto;
    }
	
}

/*********************** 
	MOBILE STYLE 
***********************/

@media (max-width: 767.98px) {
	
    

}

@media(max-width: 500px) {

    ul.why_cont li {
        max-width: 250px;
        margin-bottom: 24px;
    }

    .projects_wrapp li {
        margin: 0;
    }

    ul.why_cont {
        justify-content: center;
        flex-wrap: wrap;
    }

    img.img-fluid.f_logo {
        float: left;
    }

    .page_title {
        font-size: 28px;
    }

    .page_top {
        min-height: auto;
    }

    .projects_wrapp.projects_list.projects_page_all li {
        max-width: 100%;
    }

}