/*=======================================================*/
/*==================== MEDIA QUERIES ====================*/
/*=======================================================*/

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

    .timelines .desc{
        width: 100%;
    }
    .phrases_outer .phrases_inner .phrases{
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 10px;
    }

    .phrases_outer .phrases_inner .phrases .phrase{
        flex-direction: column;
    }
    .phrases_outer .phrases_inner .phrases .phrase h1{
        width: 100%;
    }
    .phrases_outer .phrases_inner .phrases .phrase p{
        width: 100%;
    }

    #progress-bar-container {
        width:90%;
    }
    #progress-bar-container ul li .step-inner{
        justify-content: center;
    }
    #progress-bar-container ul li .step-inner span{
        display: none;
    }
    #progress-bar-container li .step-inner img {
        padding: 0;
    }
    .columns .column .sections{
        grid-template-columns: repeat(1, 1fr);
    }
    .columns .column .sections .section{
        flex-direction: row;
        text-align: left;
    }
    .columns .column .sections .section .img{
        justify-content: center;
        padding: 0 20px 0 0;
    }
    .columns .column p{
        padding: 0 10px 30px 10px;
    }

    .banners .banner h1{
        font-size: 36px;
        top: -150px;
        left: 20px;
    }

    #progress-content-section .section-content {
        padding:30px 20px;
    }

    #progress-content-section .section-content .phrases .phrase{
        flex-direction: column;
    }

    #progress-content-section .section-content .phrases .phrase h1{
        width: 100%;
        text-align: left;
    }

    #progress-content-section .section-content .phrases{
        width: 100%;
        margin: auto;
    }

    #progress-content-section .section-content .phrases .phrase p{
        width: 100%;
    }

    #progress-content-section .section-content .roundblocks .roundblock .sections .section .euros .euro{
        flex-direction: row;
    }

    #progress-content-section .section-content .roundblocks .roundblock .sections .section .euros{
        flex-direction: column;
        padding: 20px;
        justify-content: left;
    }

    #progress-content-section .section-content .roundblocks .roundblock .sections{
        flex-direction: column;
    }
    #progress-content-section .section-content .roundblocks .roundblock .sections .img{
        width: 100%;
        order: 2;
        height: 100px;
    }
    #progress-content-section .section-content .roundblocks .roundblock .sections .section{
        padding: 0px;
        width: 100%;
        order: 1;
    }

    #progress-content-section .section-content .roundblocks .roundblock .sections .section h2 span h2{
        width: 100%;
        padding: 0 0 20px 10px !important ;
    }

    #progress-content-section .section-content p {
        padding: 20px 0%;
    }

    #progress-content-section .section-content .content{
        padding: 20px;
        margin: auto;
    }

    #progress-content-section .section-content .teams .rightbox{
        padding: 50px 0;
        position: relative;
        display: grid;
        align-items: center;
        grid-template-columns: repeat(1, 1fr);
    }
    #progress-content-section .section-content .teams .rightbox .img{
        padding: 50px 0;
        height: 300px;
        width: 100%%;
        background-color: var(--bgaqua);
        justify-self: end;
        order: 1;
    }
    #progress-content-section .section-content .teams .rightbox{
        grid-template-columns: repeat(1, 1fr);
    }
    #progress-content-section .section-content .teams .rightbox .img{
        height: auto;
        width: 100%;
        order: 1;
    }
    #progress-content-section .section-content .teams .rightbox .img img{
        right: auto;
    }
    #progress-content-section .section-content .teams .img img{
        margin: 0 60px -100px 0;
        position: relative;
        height: auto;
        width: 80%;
    }
    #progress-content-section .section-content .teams .rightbox .text{
        padding: 100px 10px 0 10px;
        order: 2;
    }

    .desc_imgs .desc_img{
        flex-direction: column;
    }
    .desc_imgs .desc_img .desc{
        width: 100%;
        order: 2;
        padding: 45% 10% 75px 5%;
    }
    .desc_imgs .desc_img .desc h3{
        padding: 50px 0 0 0;
    }
    .desc_imgs .desc_img .desc p{
        padding: 10px 0;
    }
    .desc_imgs .desc_img .desc .checks div p{
        padding: 5px 0;
    }
    .desc_imgs .desc_img .img_text{
        order: 1;
        width: 100%;
    }
    .desc_imgs .desc_img .img_text .img{
        height: 100px;
        width: 100%;
        text-align: center;
    }
    .desc_imgs .desc_img .img_text .img img{
        height: auto;
        width: 90%;
        position: relative;
        right: auto;
    }
    .desc_imgs .desc_img .img_text .text{
        display: none ;
    }

    .index_blogs .index_blog .blogs{
        grid-template-columns: repeat(1, 1fr);
    }
    .index_blogs .index_blog .blogs .blog img{
        max-height: 300px;
    }

    .p1{
        order: 1;
    }
    .p2{
        order: 2;
    }
    .p3{
        order: 3;
    }
    .p4{
        order: 4;
    }
    .p5{
        order: 5;
    }
    .p6{
        order: 6;
    }
    .p7{
        order: 7;
    }
    .p8{
        order: 8;
    }
    .p9{
        order: 9;
    }
    .p10{
        order: 10;
    }
    .roundblocks .roundblock .sections{
        padding: 20px;
        flex-direction: column;
    }
    .roundblocks .roundblock .sections .img{
        width: 100%;
        order: 2;
        height: 200px;
        margin: 10px 0 0 0;
        background-position: center 30%;
    }
    .roundblocks .roundblock .sections .section{
        width: 100%;
        order: 1;
        padding: 0;
    }
    .roundblocks .roundblock .sections .section .euros{
        margin: 20px 0;
    }

    .roundblocks .roundblock .egrid{
        grid-template-columns: repeat(1, 1fr);
    }

    .contacts{
        height: 140vh;
    }
    .contacts .contact{
        margin: 0 8%;
        flex-direction: column;
        width: 84%;
    }
    .contacts .contact .first,
    .contacts .contact .second{
        padding: 60px;
        width: 100%;
    }
    .teams .leftbox,
    .teams .rightbox{
        padding: 50px 0;
        grid-template-columns: repeat(1, 1fr);
    }
    .teams .leftbox .img,
    .teams .rightbox .img{
        height: 400px;
        width: 100%;
        background-color: var(--bgaqua);
    }
    .teams .leftbox .img{
        order: 1;
        justify-self: start;
    }
    .teams .rightbox .img{
        order: 1;
        justify-self: end;
    }
    .teams .rightbox .img img{
        right: 0;
    }
    .teams .img img{
        position: relative;
        top: auto;
        left: 5%;
        transform: translate(0%);
        height: auto;
        width: 90%;
        object-fit: contain;
    }
    .teams .leftbox .text{
        order: 2;
        padding: 20% 50px 0 50px;
    }
    .teams .rightbox .text{
        order: 2;
        padding: 20% 50px 0 50px;
    }
    /*Slider 1*/
    .slider1{
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .slider1 .slider-left{
        width: 100%;
        order: 2;
        padding: 10px !important;
    }
    .slider1 .slider-left .slider-content{
        padding: 100px 10px 0 10px;
    }
    .slider1 .slider-left .slider-content h1{
        color: var(--blue);
        padding: 20px;
    }
    .slider1 .slider-left .slider-content .box-corners {
        position:relative;
        width:100%;
        height:auto;
        padding: 20px;
        background:#fff;
    }
    .slider1 .slider-left .slider-content .box-corners::before,
    .slider1 .slider-left .slider-content .box-corners::after {
        content: "";
        position: relative;
        width:20px;
        display: none;
        height:20px;
        border:3px solid #00569E;
    }
    .slider1 .slider-left .slider-content .box-corners::before {
        left: 0;
        top: 0;
        border-bottom:none;
        border-right:none;
    }
    .slider1 .slider-left .slider-content .box-corners::after {
        bottom: 0;
        right: 0;
        border-left:none;
        border-top:none;
    }
    .slider1 .slider-left .slider-content .box-corners .content h5{
        color: var(--black) !important;
        font-weight: 700;
        line-height: 20px;
    }
    .slider1 .slider-left .slider-content .box-corners .content p{
        padding: 10px 0;
    }
    .slider1 .slider-left .slider-content .box-corners .content a{
        margin: 100px 0 0 0 !important;
        font-size: 12px;
        color: var(--blue);
    }
    .slider1 .slider-left .slider-content .box-corners .content a:hover{
        text-decoration: underline;
    }

    .slider1 .slider-left .slider-content .box-corners .content a i{
        color: var(--blue);
        font-size: 12px;
    }
    .slider1 .slider-right{
        width: 100%;
        order: 1;
        height: auto;
        position: relative;
        padding: 10px !important;
    }
    .slider1 .slider-right .bgaqua{
        height: 350px;
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
        z-index: -1;
        background-color: var(--bgaqua);
    }
    .slider1 .slider-right .slider{
        position: absolute;
        float: right;
        height: auto;
        top: 30px; /*New*/
        margin: 0 -50px 0 0;
    }
    .slider1 .slider-right .slider-right-img{
        text-align: center;
        top: 10%;
    }
    .slider1 .slider-right .slider-right-img .item{
        height: 500px;
        width: 100%;
        align-items: center;
    }
    .slider1 .slider-right .slider-right-img .item img{
        height: 100%;
        object-fit: contain;
    }
    .slider1 .owl-nav{
        position: absolute;
        display: none;
        bottom: -80px;
        float: left !important ;
        padding-left: 150px;
        margin: 0px !important;
        padding-top: 0px !important;
    }
    .slider1 .owl-nav .owl-prev,
    .slider1 .owl-nav .owl-next{
        border-radius: 70% !important;
        border: 2px solid white !important;
        color: white !important;
        width: 30px !important;
        height: 30px !important;
        font-size: 16px !important;
        font-weight: 900 !important;
        padding: 0px !important;
        background: transparent !important;
        outline-color: white !important;
    }
    .slider1 .owl-nav .owl-prev:hover,
    .slider1 .owl-nav .owl-next:hover{
        background: transparent !important;
        color: black !important;
        border: 2px solid white !important;
    }
    .slider4{
        padding: 200px 0 100px 0;
    }
}

/*=================================================*/
/*==================== 300 End ====================*/
/*=================================================*/

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

    .timelines .desc{
        width: 100%;
    }
    .phrases_outer .phrases_inner .phrases{
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 10px;
    }

    .phrases_outer .phrases_inner .phrases .phrase{
        flex-direction: column;
    }
    .phrases_outer .phrases_inner .phrases .phrase h1{
        width: 100%;
    }
    .phrases_outer .phrases_inner .phrases .phrase p{
        width: 100%;
    }

    #progress-bar-container {
        width:90%;
    }
    #progress-bar-container ul li .step-inner{
        justify-content: center;
    }
    #progress-bar-container ul li .step-inner span{
        display: none;
    }
    #progress-bar-container li .step-inner img {
        padding: 0;
    }
    .columns .column .sections{
        grid-template-columns: repeat(1, 1fr);
    }
    .columns .column .sections .section{
        flex-direction: row;
        text-align: left;
    }
    .columns .column .sections .section .img{
        justify-content: center;
        padding: 0 20px 0 0;
    }
    .columns .column p{
        padding: 0 10px 30px 10px;
    }

    .banners .banner h1{
        font-size: 36px;
        top: -150px;
        left: 20px;
    }

    #progress-content-section .section-content {
        padding:30px 20px;
    }

    #progress-content-section .section-content .phrases .phrase{
        flex-direction: column;
    }

    #progress-content-section .section-content .phrases .phrase h1{
        width: 100%;
        text-align: left;
    }

    #progress-content-section .section-content .phrases{
        width: 100%;
        margin: auto;
    }

    #progress-content-section .section-content .phrases .phrase p{
        width: 100%;
    }

    #progress-content-section .section-content .roundblocks .roundblock .sections .section .euros .euro{
        flex-direction: row;
    }

    #progress-content-section .section-content .roundblocks .roundblock .sections .section .euros{
        flex-direction: column;
        padding: 20px;
        justify-content: left;
    }

    #progress-content-section .section-content .roundblocks .roundblock .sections{
        flex-direction: column;
    }
    #progress-content-section .section-content .roundblocks .roundblock .sections .img{
        width: 100%;
        order: 2;
        height: 100px;
    }
    #progress-content-section .section-content .roundblocks .roundblock .sections .section{
        padding: 0px;
        width: 100%;
        order: 1;
    }

    #progress-content-section .section-content .roundblocks .roundblock .sections .section h2 span h2{
        width: 100%;
        padding: 0 0 20px 10px !important ;
    }

    #progress-content-section .section-content p {
        padding: 20px 0%;
    }

    #progress-content-section .section-content .content{
        padding: 20px;
        margin: auto;
    }

    #progress-content-section .section-content .teams .rightbox{
        padding: 50px 0;
        position: relative;
        display: grid;
        align-items: center;
        grid-template-columns: repeat(1, 1fr);
    }
    #progress-content-section .section-content .teams .rightbox .img{
        padding: 50px 0;
        height: 300px;
        width: 100%%;
        background-color: var(--bgaqua);
        justify-self: end;
        order: 1;
    }
    #progress-content-section .section-content .teams .rightbox{
        grid-template-columns: repeat(1, 1fr);
    }
    #progress-content-section .section-content .teams .rightbox .img{
        height: auto;
        width: 100%;
        order: 1;
    }
    #progress-content-section .section-content .teams .rightbox .img img{
        right: auto;
    }
    #progress-content-section .section-content .teams .img img{
        margin: 0 60px -100px 0;
        position: relative;
        height: auto;
        width: 80%;
    }
    #progress-content-section .section-content .teams .rightbox .text{
        padding: 100px 10px 0 10px;
        order: 2;
    }

    .desc_imgs .desc_img{
        flex-direction: column;
    }
    .desc_imgs .desc_img .desc{
        width: 100%;
        order: 2;
        padding: 45% 10% 75px 5%;
    }
    .desc_imgs .desc_img .desc h3{
        padding: 50px 0 0 0;
    }
    .desc_imgs .desc_img .desc p{
        padding: 10px 0;
    }
    .desc_imgs .desc_img .desc .checks div p{
        padding: 5px 0;
    }
    .desc_imgs .desc_img .img_text{
        order: 1;
        width: 100%;
    }
    .desc_imgs .desc_img .img_text .img{
        height: 100px;
        width: 100%;
        text-align: center;
    }
    .desc_imgs .desc_img .img_text .img img{
        height: auto;
        width: 90%;
        position: relative;
        right: auto;
    }
    .desc_imgs .desc_img .img_text .text{
        display: none ;
    }

    .index_blogs .index_blog .blogs{
        grid-template-columns: repeat(1, 1fr);
    }
    .index_blogs .index_blog .blogs .blog img{
        max-height: 300px;
    }

    .p1{
        order: 1;
    }
    .p2{
        order: 2;
    }
    .p3{
        order: 3;
    }
    .p4{
        order: 4;
    }
    .p5{
        order: 5;
    }
    .p6{
        order: 6;
    }
    .p7{
        order: 7;
    }
    .p8{
        order: 8;
    }
    .p9{
        order: 9;
    }
    .p10{
        order: 10;
    }
    .roundblocks .roundblock .sections{
        padding: 20px;
        flex-direction: column;
    }
    .roundblocks .roundblock .sections .img{
        width: 100%;
        order: 2;
        height: 200px;
        margin: 10px 0 0 0;
        background-position: center 30%;
    }
    .roundblocks .roundblock .sections .section{
        width: 100%;
        order: 1;
        padding: 0;
    }
    .roundblocks .roundblock .sections .section .euros{
        margin: 20px 0;
    }

    .roundblocks .roundblock .egrid{
        grid-template-columns: repeat(1, 1fr);
    }

    .contacts{
        height: 140vh;
    }
    .contacts .contact{
        margin: 0 8%;
        flex-direction: column;
        width: 84%;
    }
    .contacts .contact .first,
    .contacts .contact .second{
        padding: 60px;
        width: 100%;
    }
    .teams .leftbox,
    .teams .rightbox{
        padding: 50px 0;
        grid-template-columns: repeat(1, 1fr);
    }
    .teams .leftbox .img,
    .teams .rightbox .img{
        height: 400px;
        width: 100%;
        background-color: var(--bgaqua);
    }
    .teams .leftbox .img{
        order: 1;
        justify-self: start;
    }
    .teams .rightbox .img{
        order: 1;
        justify-self: end;
    }
    .teams .rightbox .img img{
        right: 0;
    }
    .teams .img img{
        position: relative;
        top: auto;
        left: 5%;
        transform: translate(0%);
        height: auto;
        width: 90%;
        object-fit: contain;
    }
    .teams .leftbox .text{
        order: 2;
        padding: 20% 50px 0 50px;
    }
    .teams .rightbox .text{
        order: 2;
        padding: 20% 50px 0 50px;
    }
    /*Slider 1*/
    .slider1{
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .slider1 .slider-left{
        width: 100%;
        order: 2;
        padding: 10px !important;
    }
    .slider1 .slider-left .slider-content{
        padding: 100px 10px 0 10px;
    }
    .slider1 .slider-left .slider-content h1{
        color: var(--blue);
        padding: 20px;
    }
    .slider1 .slider-left .slider-content .box-corners {
        position:relative;
        width:100%;
        height:auto;
        padding: 20px;
        background:#fff;
    }
    .slider1 .slider-left .slider-content .box-corners::before,
    .slider1 .slider-left .slider-content .box-corners::after {
        content: "";
        position: relative;
        width:20px;
        display: none;
        height:20px;
        border:3px solid #00569E;
    }
    .slider1 .slider-left .slider-content .box-corners::before {
        left: 0;
        top: 0;
        border-bottom:none;
        border-right:none;
    }
    .slider1 .slider-left .slider-content .box-corners::after {
        bottom: 0;
        right: 0;
        border-left:none;
        border-top:none;
    }
    .slider1 .slider-left .slider-content .box-corners .content h5{
        color: var(--black) !important;
        font-weight: 700;
        line-height: 20px;
    }
    .slider1 .slider-left .slider-content .box-corners .content p{
        padding: 10px 0;
    }
    .slider1 .slider-left .slider-content .box-corners .content a{
        margin: 100px 0 0 0 !important;
        font-size: 12px;
        color: var(--blue);
    }
    .slider1 .slider-left .slider-content .box-corners .content a:hover{
        text-decoration: underline;
    }

    .slider1 .slider-left .slider-content .box-corners .content a i{
        color: var(--blue);
        font-size: 12px;
    }
    .slider1 .slider-right{
        width: 100%;
        order: 1;
        height: auto;
        position: relative;
        padding: 10px !important;
    }
    .slider1 .slider-right .bgaqua{
        height: 400px;
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
        z-index: -1;
        background-color: var(--bgaqua);
    }
    .slider1 .slider-right .slider{
        position: absolute;
        float: right;
        height: auto;
        top: 30px; /*New*/
        margin: 0 -50px 0 0;
    }
    .slider1 .slider-right .slider-right-img{
        text-align: center;
        top: 10%;
    }
    .slider1 .slider-right .slider-right-img .item{
        height: 500px;
        width: 100%;
        align-items: center;
    }
    .slider1 .slider-right .slider-right-img .item img{
        height: 100%;
        object-fit: contain;
    }
    .slider1 .owl-nav{
        position: absolute;
        display: none;
        bottom: -80px;
        float: left !important ;
        padding-left: 150px;
        margin: 0px !important;
        padding-top: 0px !important;
    }
    .slider1 .owl-nav .owl-prev,
    .slider1 .owl-nav .owl-next{
        border-radius: 70% !important;
        border: 2px solid white !important;
        color: white !important;
        width: 30px !important;
        height: 30px !important;
        font-size: 16px !important;
        font-weight: 900 !important;
        padding: 0px !important;
        background: transparent !important;
        outline-color: white !important;
    }
    .slider1 .owl-nav .owl-prev:hover,
    .slider1 .owl-nav .owl-next:hover{
        background: transparent !important;
        color: black !important;
        border: 2px solid white !important;
    }
    .slider4{
        padding: 200px 0 100px 0;
    }
}

/*=================================================*/
/*==================== 476 End ====================*/
/*=================================================*/

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

    .teams .leftbox,
    .teams .rightbox{
    }
    .teams .leftbox .img,
    .teams .rightbox .img{
        height: 500px;
    }
    .teams .leftbox .img{
    }
    .teams .rightbox .img{
    }
    .teams .rightbox .img img{
    }
    .teams .img img{
    }
    .teams .leftbox .text{
        padding: 20% 50px 0 50px;
    }
    .teams .rightbox .text{
        padding: 20% 50px 0 50px;
    }
}
@media only screen and (min-width: 768px) {
    .timelines .desc{
        width: 100%;
    }
    .phrases_outer .phrases_inner .phrases{
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 10px;
    }
    .phrases_outer .phrases_inner .phrases .phrase{
        flex-direction: row;
    }
    .phrases_outer .phrases_inner .phrases .phrase h1{
        width: auto;
    }
    .phrases_outer .phrases_inner .phrases .phrase p{
        width: auto;
    }

    #progress-bar-container {
        width:90%;
    }
    #progress-bar-container ul li .step-inner{
        justify-content: center;
    }
    #progress-bar-container ul li .step-inner span{
        display: none;
    }
    #progress-bar-container li .step-inner img {
        padding: 0;
    }
    #progress-content-section .section-content p{
        padding: 20px;
    }
    #progress-content-section .section-content .phrases{
        width: 90%;
        margin: auto;
        grid-gap: 10px;
    }
    #progress-content-section .section-content .img img{
        height: 80px;
    }
    .columns .column .sections{
        grid-template-columns: repeat(2, 1fr);
    }

    .columns .column .sections .section{
        flex-direction: column;
        text-align: center;
    }
    .columns .column .sections .section .img{
        justify-content: center;
        padding: 0 0 10px 0;
    }
    .columns .column p{
        padding: 0 50px 30px 50px;
    }

    .banners .banner h1{
        font-size: 36px;
        top: -150px;
        left: 20px;
    }

    #progress-content-section .section-content {
        padding:30px 20px;
    }

    #progress-content-section .section-content .phrases .phrase{
        flex-direction: row;
    }
    #progress-content-section .section-content .phrases .phrase h1{
        width: auto;
    }
    #progress-content-section .section-content .phrases{
        width: 80%;
        margin: auto;
    }

    #progress-content-section .section-content .phrases .phrase p{
        width: auto;
    }

    #progress-content-section .section-content .roundblocks .roundblock .sections .section .euros .euro{
        flex-direction: column;
    }

    #progress-content-section .section-content .roundblocks .roundblock .sections .section .euros{
        align-items: center;
        display: flex;
        flex-direction: row;
        padding: 20px 50px;
        justify-content: space-between;
        border-radius: 10px;
    }
    #progress-content-section .section-content .roundblocks .roundblock .sections{
        flex-direction: row;
    }
    #progress-content-section .section-content .roundblocks .roundblock .sections .img{
        width: 25%;
        order: 1;
        height: auto;
    }
    #progress-content-section .section-content .roundblocks .roundblock .sections .section{
        padding: 0 0 0 40px;
        width: 75%;
        order: 2;
    }

    #progress-content-section .section-content .roundblocks .roundblock .sections .section h2 span h2{
        width: 90%;
        padding: 0 0 0 20px !important;
    }

    #progress-content-section .section-content p {
        padding: 20px 5%;
    }

    #progress-content-section .section-content .content{
        margin: 0 50px;
        padding: 30px;
    }
    #progress-content-section .section-content .teams{
        padding: 0 0 100px 0;
    }
    #progress-content-section .section-content .teams .rightbox{
        padding: 50px 0;
        position: relative;
        display: grid;
        align-items: center;
        grid-template-columns: repeat(2, 1fr);
    }
    #progress-content-section .section-content .teams .rightbox .img{
        padding: 50px 0;
        height: 700px;
        width: 75%;
        background-color: var(--bgaqua);
        justify-self: end;
        order: 2;
    }
    #progress-content-section .section-content .teams .rightbox .img img{
        right: 0;
    }
    #progress-content-section .section-content .teams .img img{
        /*margin: -100px 0 0 0;*/
        margin: 0px 0 0 0;
        position: absolute;
        height: 100%;
        width: 47%;
        object-fit: contain;
    }
    #progress-content-section .section-content .teams .rightbox .text{
        padding: 0 0 0 50px;
        width: auto;
        order: 1;
    }
    #progress-content-section .section-content .teams .text p{
        padding: 0;
        text-align: left;
    }

    .desc_imgs .desc_img{
        flex-direction: row;
    }
    .desc_imgs .desc_img .desc{
        width: 60%;
        order: 1;
        padding: 75px 10% 75px 5%;
    }
    .desc_imgs .desc_img .desc h3{
        padding: 50px 0 0 0;
    }
    .desc_imgs .desc_img .desc p{
        padding: 10px 0;
    }
    .desc_imgs .desc_img .desc .checks div p{
        padding: 5px 0;
    }
    .desc_imgs .desc_img .img_text{
        order: 2;
        width: 40%;
    }
    .desc_imgs .desc_img .img_text .img{
        height: 360px;
        width: auto;
    }
    .desc_imgs .desc_img .img_text .img img{
        height: auto;
        width: 50%;
        position: absolute;
        right: -30px;
    }
    .desc_imgs .desc_img .img_text .text{
        padding: 20px;
        display: block;
    }

    .index_blogs .index_blog .blogs{
        grid-template-columns: repeat(2, 1fr);
    }
    .index_blogs .index_blog .blogs .blog img{
        max-height: 200px;
    }
    .p1{
        order: 1;
    }
    .p2{
        order: 2;
    }
    .p3{
        order: 3;
    }
    .p4{
        order: 4;
    }
    .p5{
        order: 5;
    }
    .p6{
        order: 6;
    }
    .p7{
        order: 7;
    }
    .p8{
        order: 8;
    }
    .p9{
        order: 9;
    }
    .p10{
        order: 10;
    }
    .roundblocks .roundblock .sections{
        padding: 20px;
        flex-direction: row;
    }
    .roundblocks .roundblock .sections .img{
        width: 30%;
        margin: 0;
        order: 1;
        height: auto;
        background-position: center center;
    }
    .roundblocks .roundblock .sections .section{
        width: 70%;
        order: 2;
        padding: 0 0 0 40px;
    }
    .roundblocks .roundblock .sections .section .euros{
        align-items: center;
        padding: 20px;
        margin: 20px 0;
        flex-direction: row;
    }

    .roundblocks .roundblock .egrid{
        grid-template-columns: repeat(2, 1fr);
    }
    .contacts{
        height: 110vh;
    }
    .contacts .contact{
        margin: 0 8%;
        flex-direction: row;
        width: 84%;
    }
    .contacts .contact .first,
    .contacts .contact .second{
        padding: 60px;
        width: 50%;
    }

    .teams .leftbox,
    .teams .rightbox{
        padding: 50px 0;
        grid-template-columns: repeat(2, 1fr);
    }
    .teams{
        padding: 0 0 50px 0;
    }
    .teams .leftbox .img,
    .teams .rightbox .img{
        height: 450px;
        width: 75%;
        background-color: var(--bgaqua);
    }
    .teams .leftbox .img{
        order: 1;
        justify-self: start;
    }
    .teams .rightbox .img{
        order: 2;
        justify-self: end;
    }
    .teams .rightbox .img img{
        right: 0;
    }
    .teams .img img{
        position: absolute;
        top: 50%;
        left: auto;
        transform: translateY(-50%);
        height: 100%;
        width: 47%;
        object-fit: contain;
    }
    .teams .leftbox .text{
        order: 2;
        padding: 0 50px 0 0;
    }
    .teams .rightbox .text{
        order: 1;
        padding: 0 0 0 50px;
    }
    /*Slider 1*/
    .slider1{
        display: flex;
        align-items: center;
        flex-direction: row;
    }
    .slider1 .slider-left{
        width: 50%;
        order: 1;
        padding: 0 0 0 80px;
        padding: 10px !important;
    }
    .slider1 .slider-left .slider-content{
        padding: 30px 0 0 80px;
    }
    .slider1 .slider-left .slider-content h1{
        color: var(--blue);
        padding: 0 0 20px 0;
    }
    .slider1 .slider-left .slider-content .box-corners {
        position:relative;
        width:100%;
        height:auto;
        padding: 20px;
        background:#fff;
    }
    .slider1 .slider-left .slider-content .box-corners::before,
    .slider1 .slider-left .slider-content .box-corners::after {
        content: "";
        position: absolute;
        width:20px;
        display: block;
        height:20px;
        border:3px solid #00569E;
    }
    .slider1 .slider-left .slider-content .box-corners::before {
        left: 0;
        top: 0;
        border-bottom:none;
        border-right:none;
    }
    .slider1 .slider-left .slider-content .box-corners::after {
        bottom: 0;
        right: 0;
        border-left:none;
        border-top:none;
    }
    .slider1 .slider-left .slider-content .box-corners .content h5{
        color: var(--black) !important;
        font-weight: 700;
        line-height: 20px;
    }
    .slider1 .slider-left .slider-content .box-corners .content p{
        padding: 10px 0;
    }
    .slider1 .slider-left .slider-content .box-corners .content a{
        margin: 100px 0 0 0 !important;
        font-size: 12px;
        color: var(--blue);
    }
    .slider1 .slider-left .slider-content .box-corners .content a:hover{
        text-decoration: underline;
    }

    .slider1 .slider-left .slider-content .box-corners .content a i{
        color: var(--blue);
        font-size: 12px;
    }
    .slider1 .slider-right{
        width: 50%;
        /*box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;*/
        order: 2;
        height: 110vh;
        position: relative;
        padding: 10px !important;
    }
    .slider1 .slider-right .bgaqua{
        height: 110vh;
        position: absolute;
        right: 0;
        top: 0;
        width: 80%;
        z-index: -1;
        background-color: var(--bgaqua);
    }
    .slider1 .slider-right .slider{
        position: absolute;
        float: right;
        height: 90vh;
        top: auto;
        margin: 0 -150px 0 0;
    }
    .slider1 .slider-right .slider-right-img{
        text-align: center;
        top: 10%;
    }
    .slider1 .slider-right .slider-right-img .item{
        height: 500px;
        width: 100%;
        align-items: center;
    }
    .slider1 .slider-right .slider-right-img .item img{
        height: 100%;
        object-fit: contain;
    }
    .slider1 .owl-nav{
        display: block;
        position: absolute;
        bottom: -60px;
        float: left !important ;
        padding-left: 150px;
        margin: 0px !important;
        padding-top: 0px !important;
    }
    .slider1 .owl-nav .owl-prev,
    .slider1 .owl-nav .owl-next{
        border-radius: 70% !important;
        border: 2px solid white !important;
        color: white !important;
        width: 30px !important;
        height: 30px !important;
        font-size: 16px !important;
        font-weight: 900 !important;
        padding: 0px !important;
        background: transparent !important;
        outline-color: white !important;
    }
    .slider1 .owl-nav .owl-prev:hover,
    .slider1 .owl-nav .owl-next:hover{
        background: transparent !important;
        color: black !important;
        border: 2px solid white !important;
    }
    .slider4{
        padding: 0 0 100px 0;
    }
}

/*=================================================*/
/*==================== 768 End ====================*/
/*=================================================*/

@media only screen and (min-width: 860px) {
    .contacts{
        height: 100vh;
    }
    .teams .leftbox .img,
    .teams .rightbox .img{
        height: 550px;
        width: 75%;
        background-color: var(--bgaqua);
    }
}

/*=================================================*/
/*==================== 1000 End ====================*/
/*=================================================*/

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

    .content .links li a, .content .links li label {
        color: var(--black);
        font-size: 13px !important;
        font-weight: 500 !important;
        padding: 9px 12px;
        transition: all 0.3s ease;
        text-decoration: none;
    }
}
/*==================================================*/
/*==================== 1000 End ====================*/
/*==================================================*/

@media only screen and (min-width: 1200px) {
    .timelines .desc{
        width: 85%;
    }
    .phrases_outer .phrases_inner .phrases{
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 20px;
    }
    .phrases_outer .phrases_inner .phrases .phrase{
        flex-direction: auto;
    }
    .phrases_outer .phrases_inner .phrases .phrase h1{
        width: auto;
    }
    .phrases_outer .phrases_inner .phrases .phrase p{
        width: auto;
    }

    #progress-bar-container {
        width:70%;
    }
    #progress-bar-container ul li .step-inner{
        justify-content: auto
    }
    #progress-bar-container ul li .step-inner span{
        display: inline;
    }
    #progress-bar-container li .step-inner img {
        padding: 0 20px 0 0 0;
    }
    #progress-content-section .section-content p{
        padding: 20px 10%;
    }
    #progress-content-section .section-content .phrases{
        width: 60%;
        margin: auto;
        grid-gap: 20px;
    }
    #progress-content-section .section-content .img img{
        height: 120px;
    }
    .columns .column .sections{
        grid-template-columns: repeat(2, 1fr);
    }

    .columns .column .sections .section{
        flex-direction: row;
        text-align: left;
    }
    .columns .column .sections .section .img{
        justify-content: center;
        padding: 0 20px 0 0;
    }

    .columns .column .sections .section{
        display: flex;
        flex-direction: row;
        padding: 30px;
        text-align: left;
    }
    .columns .column p{
        padding: 0 80px 30px 80px;
    }
    .banners .banner h1{
        font-size: 42px;
        top: -150px;
        left: 0;
    }

    #progress-content-section .section-content {
        padding:30px 40px;
    }
    #progress-content-section .section-content .phrases .phrase{
        flex-direction: row;
    }

    #progress-content-section .section-content .phrases .phrase h1{
        width: auto;
    }
    #progress-content-section .section-content .phrases{
        width: 60%;
        margin: auto;
    }

    #progress-content-section .section-content .phrases .phrase p{
        width: auto;
    }

    #progress-content-section .section-content .roundblocks .roundblock .sections .section .euros .euro{
        flex-direction: row;
    }

    #progress-content-section .section-content .roundblocks .roundblock .sections .section .euros .euro img{
        max-width: 40px;
        padding: 0 10px 0 0;
    }

    #progress-content-section .section-content .roundblocks .roundblock .sections .section .euros{
        align-items: center;
        display: flex;
        flex-direction: row;
        padding: 20px 50px;
        justify-content: space-between;
        border-radius: 10px;
    }

    #progress-content-section .section-content .roundblocks .roundblock .sections{
        flex-direction: row;
    }
    #progress-content-section .section-content .roundblocks .roundblock .sections .img{
        width: 25%;
        order: 1;
        height: auto;
        min-height: 100px;
    }
    #progress-content-section .section-content .roundblocks .roundblock .sections .section{
        padding: 0 0 0 40px;
        width: 75%;
        order: 2;
    }

    #progress-content-section .section-content .roundblocks .roundblock .sections .section h2 span h2{
        width: 80%;
        padding: 0 0 0 20px !important;
    }

    #progress-content-section .section-content p {
        padding: 20px 10%;
    }
    #progress-content-section .section-content .content{
        padding: 50px 50px 50px 100px;
        margin: 0 80px;
    }

    #progress-content-section .section-content .teams{
        padding: 0 0 100px 0;
    }
    #progress-content-section .section-content .teams .rightbox{
        padding: 50px 0;
        position: relative;
        display: grid;
        align-items: center;
        grid-template-columns: repeat(2, 1fr);
    }
    #progress-content-section .section-content .teams .rightbox .img{
        padding: 50px 0;
        height: 700px;
        width: 75%;
        background-color: var(--bgaqua);
        justify-self: end;
        order: 2;
        margin: 0 -40px 0 0;
    }
    #progress-content-section .section-content .teams .rightbox .img img{
        right: -40px;
        /*margin: 1% 0 0 0;*/
        margin: 0% 0 0 0;
    }
    #progress-content-section .section-content .teams .img img{
        /*margin: -100px 0 0 0;*/
        margin: 0px 0 0 0;
        position: absolute;
        height: 100%;
        width: 47%;
        object-fit: contain;
    }
    #progress-content-section .section-content .teams .rightbox .text{
        padding: 0 0 0 80px;
        width: auto;
        order: 1;
    }
    #progress-content-section .section-content .teams .text p{
        padding: 0;
        text-align: left;
    }


    .desc_imgs .desc_img{
        flex-direction: row;
    }
    .desc_imgs .desc_img .desc{
        width: 60%;
        order: 1;
        padding: 75px 10% 75px 5%;
    }
    .desc_imgs .desc_img .desc h3{
        padding: 50px 0 0 0;
    }
    .desc_imgs .desc_img .desc p{
        padding: 10px 0;
    }
    .desc_imgs .desc_img .desc .checks div p{
        padding: 5px 0;
    }
    .desc_imgs .desc_img .img_text{
        width: 40%;
        order: 2;
    }
    .desc_imgs .desc_img .img_text .img{
        height: 420px;
        width: auto;
    }
    .desc_imgs .desc_img .img_text .img img{
        height: auto;
        width: 50%;
        position: absolute;
        right: -30px;
    }
    .desc_imgs .desc_img .img_text .text{
        padding: 10% 20px 20px 20px;
        display: block;
    }
    .index_blogs .index_blog .blogs{
        grid-template-columns: repeat(4, 1fr);
    }
    .index_blogs .index_blog .blogs .blog img{
        max-height: 200px;
    }
    .p1{
        order: 1;
    }
    .p2{
        order: 3;
    }
    .p3{
        order: 5;
    }
    .p4{
        order: 7;
    }
    .p5{
        order: 9;
    }
    .p6{
        order: 2;
    }
    .p7{
        order: 4;
    }
    .p8{
        order: 6;
    }
    .p9{
        order: 8;
    }
    .p10{
        order: 10;
    }
    .roundblocks .roundblock .sections{
        padding: 20px;
        flex-direction: row;
    }
    .roundblocks .roundblock .sections .img{
        width: 25%;
        order: 1;
        margin: 0;
        height: auto;
    }
    .roundblocks .roundblock .sections .section{
        width: 75%;
        order: 2;
        padding: 0 0 0 40px;
    }
    .roundblocks .roundblock .sections .section h2{
        flex-direction: row;
    }
    .roundblocks .roundblock .sections .section .euros{
        flex-direction: row;
        margin: 20px 0;
    }

    .roundblocks .roundblock .egrid{
        grid-template-columns: repeat(2, 1fr);
    }
    .contacts{
        height: 100vh;
    }
    .contacts .contact{
        margin: 0 8%;
        flex-direction: row;
        width: 84%;
    }
    .contacts .contact .first,
    .contacts .contact .second{
        padding: 60px;
        width: 50%;
    }
    .teams{
        padding: 0 0 100px 0;
    }
    .teams .leftbox,
    .teams .rightbox{
        padding: 50px 0;
        grid-template-columns: repeat(2, 1fr);
    }
    .teams .leftbox .img,
    .teams .rightbox .img{
        height: 650px;
        width: 75%;
        background-color: var(--bgaqua);
    }
    .teams .leftbox .img{
        order: 1;
        justify-self: start;
    }
    .teams .rightbox .img{
        order: 2;
        justify-self: end;
    }
    .teams .rightbox .img img{
        right: 0;
    }
    .teams .img img{
        position: absolute;
        top: 50%;
        left: auto;
        transform: translateY(-50%);
        height: 100%;
        width: 47%;
        object-fit: contain;
    }
    .teams .leftbox .text{
        order: 2;
        padding: 0 80px 0 0;
    }
    .teams .rightbox .text{
        order: 1;
        padding: 0 0 0 80px;
    }
}
/*==================================================*/
/*==================== 1200 End ====================*/
/*==================================================*/
@media only screen and (min-width: 1350px) {
    .slider1 .slider-right .slider-right-img .item{
        height: 550px;
    }
    .slider4 .item .slider-icon{
    }
}
@media only screen and (min-width: 1500px) {
    .slider1 .slider-right .slider{
        margin: 0 -190px 0 0;
    }
    .slider1 .slider-right .slider-right-img .item{
        height: 600px;
    }
    .slider1 .owl-nav{
        padding-left: 180px;
    }
    .slider4 .item .slider-icon{
        right: 6%;
    }
    .teams .leftbox .img,
    .teams .rightbox .img{
        height: 800px;
    }
    #progress-content-section .section-content .teams .rightbox .img{
        height: 800px;
    }

    .desc_imgs .desc_img .img_text .img img{
        margin: -30px 0 0 0;
    }
    .desc_imgs .desc_img .img_text .text{
        padding: 15% 20px 20px 20px;
    }
}
@media only screen and (min-width: 1575px) {
    .slider4 .item .slider-icon{
        right: 8%;
    }
}
@media only screen and (min-width: 1650px) {
    .slider1 .slider-right .slider-right-img .item{
        height: 650px;
    }
    .desc_imgs .desc_img .desc{
        padding: 100px 10% 100px 5%;
    }
    .desc_imgs .desc_img .img_text .img img{
        width: 48%;
        margin: -30px 0 0 0;
    }
    .desc_imgs .desc_img .img_text .text{
        padding: 15% 20px 20px 20px;
    }
    .slider1 .owl-nav{
        padding-left: 200px;
    }
    .slider4 .item .slider-icon{
        right: 0%;
    }
    .teams .leftbox .img,
    .teams .rightbox .img{
        height: 900px;
    }
    #progress-content-section .section-content .teams .rightbox .img{
        height: 900px;
    }
}
@media only screen and (min-width: 1800px) {
    .slider1 .slider-right .slider-right-img .item{
        height: 750px;
    }
    .slider4 .item .slider-icon{
        right: 2%;
    }
    .slider1 .owl-nav{
        padding-left: 220px;
    }
    .desc_imgs .desc_img .desc{
        width: 70%;
        padding: 125px 10% 125px 5%;
    }
    .desc_imgs .desc_img .img_text .img img{
        width: 42%;
        margin: -20px 0 0 0;
    }
    .desc_imgs .desc_img .img_text .text{
        padding: 16% 20px 20px 20px;
    }
}
@media only screen and (min-width: 1875px) {
    .slider4 .item .slider-icon{
        right: 4%;
    }
}
@media only screen and (min-width: 1950px) {
    .slider4 .item .slider-icon{
        right: 7%;
    }
    .teams .leftbox .img,
    .teams .rightbox .img{
        height: 1000px;
    }
    #progress-content-section .section-content .teams .rightbox .img{
        height: 1000px;
    }
}

@media screen and (max-width: 1030px) {
    .owl-nav {
        display: none !important;
    }
}

/*=================================================*/
/*==================== Buttons ====================*/
/*=================================================*/

@media screen and (max-width: 970px) {
    .blue-button {
        font-size: 16px !important;
    }
}

@media screen and (max-width: 500px) {
    .arrow-button:after {
        content: ' ';
    }
}

/*=================================================*/
/*==================== Nav Bar ====================*/
/*=================================================*/

/* Responsive code start */
@media screen and (max-width: 1250px){
    .wrapper nav{
        max-width: 100%;  }
    nav .content .links{
        margin-left: 30px;
    }
    .content .links li a{
        padding: 8px 13px;
    }
}

@media screen and (max-width: 1000px){
    .wrapper .menu-icons{
        display: flex;
    }
    .wrapper .menu-icon{
        display: block;
    }
    .wrapper #show-menu:checked ~ .menu-icon i::before{
        content: "\f00d";
    }
    nav .content .links{
        display: block;
        position: fixed;
        /*background-color: #F2F6FA;*/
        background-color: var(--bgaqua);
        opacity: 100%;
        height: 100%;
        width: 100%;
        top: 70px;
        left: -100%;
        margin-left: 0;
        overflow-y: auto;
        padding-bottom: 100px;
        transition: all 0.3s ease;
        text-align: center;
        padding-left: 0;
    }
    nav #show-menu:checked ~ .content .links{
        left: 0%;
    }
    .content .links li{
        margin: 15px 20px;
    }
    .content .links li label i{
        color: var(--white) !important;
    }
    .content .links li a,
    .content .links li a i,
    .content .links li label{
        line-height: 40px;
        font-size: 20px;
        display: block;
        padding: 8px 18px;
        cursor: pointer;
        color: var(--white) !important;
        /*color: black !important;*/
    }
    .content .links li a.desktop-link{
        display: none;
    }

    /* dropdown responsive code start */
    .content .links ul,
    .content .links ul ul{
        position: static;
        opacity: 1;
        visibility: visible;
        background: none;
        max-height: 0px;
        overflow: hidden;
    }
    .content .links #show-who-are-we:checked ~ ul,
    .content .links #show-services:checked ~ ul,
    .content .links #show-offers:checked ~ ul{
        max-height: 100vh;
    }
    .content .links ul li{
        margin: 7px 20px;
    }
    .content .links ul li a{
        font-size: 18px;
        line-height: 30px;
        border-radius: 5px !important;
        text-align: center;
        color: white;
    }
}

@media screen and (max-width: 400px){
    .wrapper nav{
    }
    .content .logo a{
        font-size: 27px;
    }
}

/*=====================================================*/
/*==================== Nav Bar End ====================*/
/*=====================================================*/
