/*
Theme Name: DataLabs
Version: 1.3
Author: Stanislav Kunts
*/
@import "resources/fonts/FiraSans/FiraSans.css";
/*@import "resources/fonts/Gudea/Gudea.css";*/
h1, h2, h3, h4, h5, h6{
    margin: 0;
}


html, body{
    padding: 0;
    margin: 0;
    font-family: 'Fira Sans', sans-serif;
    /*overflow: hidden;*/
}
body.hide-overflow{
    overflow: hidden;
}
button:focus{
    outline: none;
}
a{
    text-decoration: none;
    color: inherit;
}
.topHeader{
    background: black;
    height: 100px!important;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
header .custom-logo-link{
    margin-left: 10%;
}

.pageName{
    margin: 0 10% 0 0;
    font-style: normal;
    font-weight: normal;
    font-size: 2rem;
    line-height: 37px;
    color: white;
    text-transform: uppercase;
}
.menu{
    list-style: none;
    padding: 0;
    margin: 0;
}
.btn-menu{
    width: 66px;
    height: 66px;
    border: none;
    border-radius: 50%;
    background: black;
    position: fixed;
    top: 17px;
    right: 10%;
    cursor: pointer;
    z-index: 100;
}
.menu-list{
    display: none;
    overflow: hidden;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0;
    margin: 0;
    list-style: none;
    background: #FFC000;
    flex-direction: column;
    justify-content: center;
    z-index: 150;
    position: fixed;
}
.menu-list.active{
    display: flex;
}
.menu-list .btn-close {
    position: absolute;
    top: 20px;
    width: 26px;
    padding: 15px;
    right: 10%;
    cursor: pointer;
    margin-right: 5px;
}
.menu-list li{
    font-style: normal;
    font-weight: normal;
    font-size: 2.25rem;
    line-height: 44px;
    text-align: center;
    text-transform: uppercase;
    margin: 30px;
}

/*.homeHeader{
    background: url("../resources/images/datalabsEnployeesWeb.jpg") center center no-repeat;
}*/
.homeHeader{
    padding: 0 15%;
}
.homeHeader .mask{
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    height: 800px;
    background: rgba(255, 192, 0, 0.5);
}
.homeHeader .mask div{
    display: inline-block;
    padding: 20px;
}
.homeHeader div h1{
    margin: 20px 0;
    font-style: normal;
    font-weight: bold;
    font-size: 5.25rem;
    line-height: 105px;
}
.homeHeader div p{
    width: 650px;
    margin: 30px 0;
    font-style: normal;
    font-weight: normal;
    font-size: 1.5rem;
    line-height: 30px;
}
.homeHeader div .btn-link-arrow{
    margin: 30px 0 70px 0;
}
.homeHeader .btn-link-arrow{
    font-style: normal;
    font-weight: normal;
    font-size: 1.25rem;
    line-height: 25px;
    text-transform: uppercase;
    background: none!important;
    border: 2px solid #000000!important;
    border-radius: 0 !important;
    padding: 18px 30px;
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
}
.homeHeader .btn-link-arrow::after{
    display: block;
    content: "";
    background: url("/wp-content/uploads/2020/07/Arrow.svg") center center no-repeat;
    width: 20px;
    height: 20px;
    margin-left: 15px;
}
.btn-link-arrow:hover, .btn-link-arrow:hover *{
    background: black!important;
    color: white!important;
    /*border-color: white!important;*/
}
.ow-button-base a {
    text-align: center;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    line-height: 1em!important;
}
.btn-link-arrow:hover .sow-icon-image{
    background: url("resources/icons/ArrowWhite.svg") center center no-repeat!important;
}
.homeHeader .btn-link-arrow:hover::after{
    background: url("resources/icons/ArrowWhite.svg") center center no-repeat;
}
.btn-link-arrow:hover::after{
    background: url("resources/icons/ArrowWhite.svg") center center no-repeat!important;
}
.btn-link-arrow{
    font-style: normal;
    font-weight: normal;
    font-size: 1.25rem;
    line-height: 25px;
    text-transform: uppercase;
    background: none!important;
    border: 2px solid #000000!important;
    border-radius: 0 !important;
    padding: 18px 30px;
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
}
.btn-link-arrow * {
    color: black !important;
    font-size: 1.25rem !important;
}
.btn-link-arrow img{
    margin-left: 20px;
}

.blockClients{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 30px;
    background: #f3f3f3;
    min-height: 200px;
    box-sizing: border-box;
}
.blockClients span{
    font-style: normal;
    font-weight: bold;
    font-size: 2rem;
    line-height: 140%;
    text-transform: uppercase;
    color: #9D9D9D;
    white-space: nowrap;
    margin-right: 50px;
}
.clientsLogos img{
    margin: 10px 22px;
}
.blockClients p{
    width: auto!important;
}


.blockAbout{
    display: flex;
    flex-direction: column-reverse;
    height: 820px;
    text-align: center;
}
.blockAbout div h2{
    margin: 10px 0 65px 0;
    font-style: normal;
    font-weight: normal;
    font-size: 4rem;
    line-height: 79px;
    padding: 0 30px;
}
.blockAbout div p{
    margin: 5px 0;
    font-style: normal;
    font-weight: normal;
    font-size: 1.5rem;
    line-height: 30px;
    padding: 0 30px;
}
.blockAbout div .btn-link-arrow{
    margin: 75px 0 80px 0;
}

.blockReviews{
    padding: 20px 20px 250px;
    background: black;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    position: relative;
}
.blockReviews img{

}
.blockReviews p{
    max-width: 908px;
    margin: 0 50px!important;
    font-style: italic!important;
    font-weight: normal;
    font-size: 1.5rem;
    line-height: 30px;
    color: #FFFFFF;
    padding: 0!important;
}
.blockReviews p:first-child{
    position: absolute;
    left: 30px;
    bottom: 30px;
}
.blockReviews p:last-child{
    position: absolute;
    right: 30px;
    bottom: 30px;
}

.blockServices{
    min-height: 400px;
    /*    padding: 220px 20px 180px 20px;*/
    /*text-align: center;*/
}
.blockServices .content{
    position: relative;
    display: inline-block;
    margin-left: 600px;
    max-width: 600px;
    text-align: left;
}
#bg_figure{
    position: absolute;
    left: -800px;
    top: -300px;
}
.blockServices h2{
    margin-top: 0;
    margin-bottom: 70px;
    font-style: normal;
    font-weight: normal;
    font-size: 4rem;
    line-height: 79px;
}
.blockServices p{
    margin: 10px 0;
    font-style: normal;
    font-weight: normal;
    font-size: 1.5rem;
    line-height: 30px;
}
.blockServices .btn-link-arrow{
    margin-top: 20px;
    margin-bottom: 50px;
    font-style: normal;
    font-weight: normal;
    font-size: 1.25rem;
    line-height: 25px;
}

.blockNews{
    /*padding: 20px 20px 150px 20px;*/
    text-align: center;
    position: relative;
}
#bg_triangle{
    position: absolute;
    right: 0;
    top: -400px;
    transform: rotateZ(90grad);
}
.blockNews .content{
    display: inline-block;
    max-width: 1320px;
}
.blockNews h2{
    width: 650px;
    margin: 0;
    font-style: normal;
    font-weight: normal;
    font-size: 4rem;
    line-height: 79px;
    text-align: left;
    position: relative;
    z-index: 1;
}
.blockNews .btn-link-arrow{
    margin-top: 10px;
    margin-bottom: 30px;
}
.newsCon{
    list-style: none;
    padding: 20px 10px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    flex-wrap: wrap;
}
.newsCon li{
    text-align: center;
    padding: 10px;
    width: 305px;
    height: 420px;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    cursor: pointer;
}
.newsCon li:hover a{
    padding: 30px;
}
.newsCon li *{
    cursor: pointer!important;
}
.newsCon .con{
    padding: 20px;
    background: #FFC000;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: default;
    box-sizing: border-box;
}
.newsCon h4{
    font-style: normal;
    font-weight: normal;
    font-size: 1.5rem;
    line-height: 30px;
    text-align: left;
    /*margin: 0 0 60px 0;*/
    min-height: 160px;
}
.newsCon p{
    max-height: 150px;
    overflow: hidden;
    font-style: normal;
    font-weight: normal;
    font-size: 0.875rem;
    line-height: 17px;
    text-align: left;
    margin: 0;
}
.newsCon img{
    display: none;
}
.newsCon li:hover{
    background: #666666;
    padding: 0;
}
.newsCon li:hover .con{
    padding: 30px;
    background: #666666;
    color: white;
}
.newsCon li:hover img{
    display: inline-block;
}

.blockStart{
    background: #F3F3F3;
    text-align: center;
    padding: 50px!important;
}
.blockStart .content{
    display: inline-block;
    width: 600px;
    position: relative;
    z-index: 1;
}
.blockStart h2{
    margin: 0 0 25px 0;
    font-style: normal;
    font-weight: normal;
    font-size: 3.5rem;
    line-height: 68px;
}
.blockStart p{
    margin: 10px auto;
    font-style: normal;
    font-weight: normal;
    font-size: 1.5rem;
    line-height: 30px;
    max-width: 600px;
}
.blockStart .btn-link-arrow{
    margin:0;
}

footer{
    color: white;
    position: relative;
}
#bg_leftCircle{
    position: absolute;
    top: -600px;
}
.contactBlock{
    background: #21212B;
    padding: 5px;
}
.contactBlock .content{
    max-width: 1320px;
    padding: 0 20px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}
.contactBlock .rightBlock{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.contactBlock .leftBlock .custom-logo{
    width: 180px;
    margin: 40px 0;
}
.contactBlock .leftBlock h3{
    font-style: normal;
    font-weight: normal;
    font-size: 3.5rem;
    line-height: 68px;
    margin: 0;
}
.contactBlock .leftBlock .btn-link-arrow{
    margin: 40px 0;
    border: 2px solid #FFFFFF!important;
    box-sizing: border-box;
    color: white;
}
.contactBlock .leftBlock .btn-link-arrow:hover{
    /*margin: 10px 0 20px 0;*/
    border: 2px solid #FFFFFF!important;
    box-sizing: border-box;
    background: #FFC000!important;
    color: black!important;
}
.contactBlock .leftBlock .btn-link-arrow::after{
    display: block;
    content: "";
    background: url("resources/icons/ArrowWhite.svg") center center no-repeat;
    width: 20px;
    height: 20px;
    margin-left: 15px;
}
.contactBlock .leftBlock .btn-link-arrow:hover::after{
    background: url("resources/icons/Arrow.svg") center center no-repeat!important;
}
.map{
    min-width: 160px;
    padding-right: 40px;
}
.contactCon{
    display: flex;
    align-items: center;
    margin-top: 35px;
}
.contactCon:first-child{
    margin-top: 0;
}
.contacts{
    border-left: 1px solid white;
    list-style: none;
    font-style: normal;
    font-weight: normal;
    font-size: 0.875rem;
    line-height: 17px;
    min-height: 110px;
    margin: 0;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 45px;
}
.contacts li{
    display: flex;
    align-items: center;
    margin: 8px 0;
}
.contacts li div{
    display: inline-block;
    padding: 0 10px;
}
.contacts a{
    text-decoration: none;
    color: white;
    display: block;
}

.footerMenu{
    padding: 5px;
    text-align: center;
    background: #2B2B2B;
    cursor: default;
}
.footerMenu .menu li{
    display: inline;
}
.footerMenu a{
    text-decoration: none;
    color: white;
    display: inline-block;
    text-transform: uppercase;
    font-style: normal;
    font-weight: normal;
    font-size: 1.25rem;
    line-height: 25px;
    padding: 10px 20px;
}

.copyrightBlock{
    background: black;
    padding: 5px;
    text-align: center;
    cursor: default;
    display: flex;
    align-items: center;
    justify-content: center;
}
.copyrightBlock a{
    text-decoration: none;
    display: inline-block;
    padding: 10px;
}
.copyrightBlock span{
    text-transform: uppercase;
    margin-left: 20px;
    font-style: normal;
    font-weight: normal;
    font-size: 0.75rem;
    line-height: normal;
}

#btnGoUp{
    position: fixed;
    left: 20px;
    bottom: 20px;
    cursor: pointer;
    z-index: 100;
}
#btnChat{
    position: fixed;
    right: 20px;
    bottom: 50px;
    cursor: pointer;
    z-index: 100;
    display: none;
}


.blockBack{
    text-align: center;
    padding: 50px 20px;
}
.blockBack div{
    text-align: left;
    width: 1280px;
    display: inline-block;
}
.blockBack a{
    display: flex;
    align-items: center;
    font-style: normal;
    font-weight: normal;
    font-size: 1.125rem;
    line-height: 22px;
    color: #666666;
}
.blockBack a img{
    margin-right: 7px;
}

.blockOurMission h3{
    font-style: normal;
    font-weight: bold;
    font-size: 2.25rem;
    line-height: 150%;
    color: #FFC000;
}
.blockOurMission h2{
    font-style: normal;
    font-weight: bold;
    font-size: 3rem;
    line-height: 150%;
    margin-bottom: 40px;
}
.blockOurMission p{
    margin: 20px 0;
    font-style: normal;
    font-weight: normal;
    font-size: 1.5rem;
    line-height: 150%;
}

.blockHavingFun h2{
    font-style: normal;
    font-weight: bold;
    font-size: 3rem;
    line-height: 150%;
    margin-bottom: 50px;
}

.blockOurPeople{
    text-align: center;
    padding: 120px 20px 60px 20px;
}
.blockOurPeople .content{
    display: inline-block;
    max-width: 1156px;
}
.blockOurPeople h2{
    font-style: normal;
    font-weight: bold;
    font-size: 3rem;
    line-height: 150%;
    margin: 20px 0;
}
.blockOurPeople p{
    font-style: normal;
    font-weight: normal;
    font-size: 1.125rem;
    line-height: 150%;
    max-width: 810px;
    display: inline-block;
    margin: 30px 0;
}

.blockOurPeople .btn-link-arrow{
    margin-top: 25px;
}


.dslca-modules-section-manage-inner:hover, .dslca-module-manage-inner:hover{
    opacity: 1;
}

.ow-button-base a .sow-icon-image {
    background-size: auto!important;
    background-repeat: no-repeat;
    background-position: center;
}
.label_trustedBy{
    font-style: normal;
    font-weight: bold;
    font-size: 2rem;
    line-height: 140%;
    text-transform: uppercase;
    color: #9D9D9D;
    white-space: nowrap;
}
.entry-title{
    display: none;
}
.backLink .sow-icon-image{
    margin-right: 0!important;
}

.block1{
    font-size: 1.5rem;
    line-height: 30px;
}
.block2 h2{
    font-size: 3rem;
    line-height: 150%;
}
.blockCertificate p{
    font-size: 1.5rem;
    line-height: 150%;
}

.panel-row-style{
    height: 100%;
}

.hide-overflow .first-slide, .hide-overflow .scroll-point{
    position: static;
}

h2{
    font-size: 3rem;
    line-height: 150%;
}
p{
    font-size: 1.5rem;
    line-height: 30px;
}
.bg-orange{
    background: #FFC000!important;
}

h5{
    font-weight: normal;
    font-size: 2rem;
    line-height: 37px;
}
h3{
    font-size: 2.25rem;
    line-height: 150%;
}

.blockCareers ul{
    padding: 0;
    list-style: none;
    font-size: 1.5rem;
    line-height: 30px;
}

.labelLocation, .labelPartTime{
    font-size: 1.125rem;
    line-height: 22px;
    position: relative;
    padding-left: 20px;
    margin-right: 30px;
}
.labelLocation:before{
    content: '';
    display: inline-block;
    width: 16px;
    height: 23px;
    background: url("resources/icons/Location.svg");
    position: absolute;
    top: -2px;
    left: 0;
}
.labelPartTime:before{
    content: '';
    display: inline-block;
    width: 14px;
    height: 23px;
    background: url("resources/icons/Vector.svg");
    position: absolute;
    top: -2px;
    left: 0;
}

.blockContact{
    min-height: 728px;
    box-sizing: border-box;
}
.blockContact .content{
    padding: 60px;
    background: white;
}
.blockContact p{
    margin: 0;
}
.blockContact h3{
    font-size: 3rem;
    line-height: 60px;
    margin: 0 0 80px 0;
}

#contactForm h3{
    font-size: 2.25rem;
    line-height: 150%;
    margin-bottom: 20px;
}
#contactForm strong{
    font-weight: normal;
}
#contactForm textarea{
    height: 100px;
    box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.25);
}
#contactForm input:not([type="submit"]){
    height: 50px;
    box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.25);
    display: block;
    width: 100%;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0px;
    border: 1px solid #666666;
    font-size: 1.5rem;
}
#contactForm input[type="submit"]{
    margin-top: 30px;
    height: 60px;
}

.contactList ul{
    padding: 0;
    list-style: none;
    font-size: 1.5rem;
    line-height: 30px;
}
.contactList h3{
    font-size: 2.25rem;
    line-height: 150%;
    margin-bottom: 20px;
}

.blogList{
    text-align: center;
}
.blogList > *{
    text-align: left;
}

.firstPost{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 40px;
    width: 1200px;
    height: 600px;
    min-width:100%;
}
.firstPost .postImg{
    display: none;
}
.firstPost .postExcept{
    position: absolute;
    left: 10px;
    padding: 40px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 4px 0px 4px rgba(0, 0, 0, 0.25);
    border-radius: 2px;
    /*max-width: 100%;*/
    width: calc(100% - 20px);
    height: 480px;
    box-sizing: border-box;
}
.firstNews{
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    width: 1200px;
    height: 600px;
    min-width:100%;
}
.firstNews .postImg{
    display: none;
}
.firstNews .postExcept{
    position: absolute;
    right: 10px;
    padding: 40px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 4px 0px 4px rgba(0, 0, 0, 0.25);
    border-radius: 2px;
    /*max-width: 60%;*/
    /*max-width: 100%;*/
    width: calc(100% - 20px);
    height: 480px;
    box-sizing: border-box;
}
.postsCon{
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.post{
    width: 30%;
    max-width: 600px;
    box-sizing: border-box;
}
.post .postImageCon{
    width: 100%;
    height: 190px;
    overflow: hidden;
}
.post .postImg{
    width: 100%;
}
.post .postExcept{
    padding: 20px 0;
    height: 330px;
    box-sizing: border-box;
}
.postExcept{
    font-size: 0.875rem;
    line-height: 17px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: white;
}
.post .postExcept *{
    font-size: 0.875rem;
    line-height: 17px;
}
.postExcept h3{
    margin-bottom: 10px;
}
.post .postExcept h3{
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 1.125rem;
    line-height: 22px;
}
.postExcept a{
    display: flex;
    align-items: center;
}
.post a span{
    text-decoration: underline;
}
.postExcept a img{
    width: 15px;
    margin-left: 10px;
}

#true_loadmore_posts{
    font-size: 1.25rem;
    line-height: 25px;
    text-transform: uppercase;
    padding: 15px 30px;
    border: 2px solid #000000;
    display: inline-block;
    cursor: pointer;
}

.servicesCon{
    display: inline-block;
    width: calc(50% - 20px);
    min-width: calc(50% - 20px);
    margin: 0 10px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 4px 0px 4px rgba(0, 0, 0, 0.25);
}
.servicesCon:hover .serviceExcept{
    background: rgba(0, 0, 0, 0.5);
}
.servicesCon:hover h6{
    color: #ffc000;
}
.serviceExcept h6{
    margin-bottom: 30px;
}
.servicesCon:hover p{
    color: white;
}
.servicesCon:hover a{
    background: black;
}
.carousel{
    position: relative;
    display: flex;
    align-items: center;
    margin: auto;
    justify-content: center;
}
.listServices{
    display: flex;
    overflow: hidden;
    padding: 5px 0;
}
.listServices:after{
    display: inline-block;
    content: '';
    width: 5px;
    min-width: 5px;
}
.service{
    display: flex;
    flex-direction: column;
}
.serviceExcept{
    padding: 50px;
    height: 350px;
    box-sizing: border-box;
    background: white;
}
.serviceExcept p{
    color: #666666;
    overflow: hidden;
    max-height: 150px;
}
h6{
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 30px;
}
.service a{
    padding: 17px 50px;
    background: #666666;
    color: white;
    display: flex;
    align-content: center;
}
.service a span{
    font-weight: bold;
    font-size: 1.125rem;
    line-height: 22px;
    margin-right: 8px;
}
.service a img{
    width: 10px;
}
.btn-car-prev, .btn-car-next{
    width: 33px;
    height: 68px;
    position: absolute;
    cursor: pointer;
}
.btn-car-prev:hover, .btn-car-next:hover{
    transform: scale(1.1);
}
.btn-car-next{
    left: calc(100% + 10px);
    background: url("resources/icons/FurtherRight.svg");
}
.btn-car-prev{
    right: calc(100% + 10px);
    background: url("resources/icons/FurtherLeft.svg");
}
.carousel > *{
    display: flex;
    overflow: hidden;
    align-items: flex-start;
}
.listPosts{
    width: 1200px;
    min-width:100%;
}
.blogList .carousel{
    min-width:100%;
}

.blogListHeader{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
    margin: auto;
}
.blogListTags{
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.blogListTags li{
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 1.25rem;
    color: #A3A3A3;
    white-space: nowrap;
    cursor: pointer;
}
.blogListSearch{
    display: flex;
}
.blogListSearch input{
    padding: 10px;
    font-size: 0.875rem;
    line-height: 17px;
    height: 36px;
    box-sizing: border-box;
    width: 364px;
    margin-left: 20px;
    border: 1px solid #A3A3A3;
}
.searchBtn{
    display: inline-block;
    width: 36px;
    height: 36px;
    background: #A3A3A3 url("resources/icons/Search.svg") center center no-repeat;
    cursor: pointer;
}

html:first-child {
    margin-top: 0 !important;
}

p{
    margin: 0;
}

.pe_footer{
    display: flex;
    justify-content: space-between;
}
.pe_date{
    font-weight: bold;
    font-size: 1.125rem;
    line-height: 22px;
    color: #FFC000;
}
.blogListFindByDate{
    margin-left: 20px;
    display: flex;
    align-items: center;
}
.blogListFindByDate label{
    color: #2B2B2B;
    font-size: 1.25rem;
    line-height: 25px;
    margin-right: 15px;
    white-space: nowrap;
}
.blogListFindByDate input{
    font-size: 0.875rem;
    line-height: 17px;
    border: 1px solid #A3A3A3;
    padding: 10px;
    box-sizing: border-box;
    height: 36px;
    width: 116px;
}

.resentBlogList{
    display: flex;
    justify-content: space-between;
}

.flex-row{
    display: flex;
}
.newsDatesCon{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-right: 10px;
}
.newsDay{
    font-weight: bold;
    font-size: 1rem;
    line-height: 20px;
    color: #FFC000;
    padding: 5px;
}
.newsMouth{
    font-size: 0.8rem;
    line-height: 16px;
    color: white;
    background: #FFC000;
    padding: 5px;
}
.w-920{
    width: 920px;
    max-width: 100%;
}
.anim-bg-r, .anim-bg-l{
    background-repeat: no-repeat;
}

.postHeader{
    display: flex;
    padding: 0 15% 50px 15%;
    justify-content: space-between;
    align-items: flex-start;
}
.postHeader p{
    font-size: 0.875rem;
    color: #666666;
}
.postHeader img{
    width: 40%;
    height: auto;
    margin-left: 20px;
}
.postHeader div{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: baseline;
}
.postHeader h3{
    margin-bottom: 20px;
}
.postDate{
    padding: 8px 12px;
    background: #F3F3F3;
    font-weight: bold;
    font-size: 1.125rem;
    line-height: 22px;
    color: #FFC000;
    margin-bottom: 30px;
}
a[rel="tag"]{
    font-size: 0.875rem;
    line-height: 17px;
    margin: 0 5px;
    color: #666666;
}
a[rel="tag"]:first-child{
    margin-left: 0;
}
.postBody{
    margin: 50px auto 100px auto;
    max-width: 950px;
    padding: 0 100px;
}
.postBody p{
    margin: 0 0 30px 0;
}
.postBody ul{
    margin: 0 0 30px 0;
    padding-left: 20px;
}
.postBody li{
    font-size: 1.5rem;
    list-style-type:"– ";
    margin: 5px 0;
}
.postBody h1{
    font-size: 3rem;
}
.postBody h2{
    font-size: 2.5rem;
}
.postBody h3{
    font-size: 2rem;
}
.postBody h4{
    font-size: 1.5rem;
}
.postBody h1, .postBody h2, .postBody h3, .postBody h4, .postBody h5, .postBody h6{
    margin: 30px 0 10px ;
}

.postFooter{
    display: flex;
    padding: 20px 15%;
    justify-content: space-between;
}
.postFooter a{
    font-size: 1.125rem;
    line-height: 22px;
    color: #666666;
    display: flex;
    align-items: center;
}
.arr-left{
    display: block;
    margin-right: 7px;
    width: 10px;
    height: 10px;
    background: url("resources/icons/ArrowLeft.svg") no-repeat center;
}
.arr-right{
    display: block;
    margin-left: 7px;
    width: 10px;
    height: 10px;
    background: url("resources/icons/ArrowLeft.svg") no-repeat center;
    transform: scaleX(-1);
}
.ri_block{
    margin-top: 80px;
    padding: 20px 15%;
}
.ri_block h3{
    margin-bottom: 68px;
}
.returnBlock{
    margin-top: 20px;
    padding: 30px 15%;
}
.returnBlock a{
    font-size: 1.125rem;
    line-height: 22px;
    color: #666666;
    display: flex;
    align-items: center;
}
.social-con{
    display: flex;
    flex-direction: column;
    position: fixed;
    left: 20px;
    top: 50vh;
    z-index: 1;
}
.social-con a{
    margin: 2px 0;
    display: block;
    width: 48px;
    height: 48px;
}
.twitter-icon{
    background: url("resources/icons/Twitter-icon.svg") #FFC000 no-repeat center;
}
.linkedin-icon{
    background: url("resources/icons/Linkedin-icon.svg") #FFC000 no-repeat center;
}
.facebook-icon{
    background: url("resources/icons/Facebook-icon.svg") #FFC000 no-repeat center;
}
.share-icon{
    background: url("resources/icons/Email2.svg") #FFC000 no-repeat center;
}

.active-tag{
    color: black!important;
}

.staff-member-listing > .panel-layout{
    list-style: none;
    padding: 0;
    display: flex;
}
.staff-member{
    width: 200px;
    padding: 15px;
    text-align: center;
}
.staff-member-photo img{
    height: 200px;
    width: 200px;
    border-radius: 50%;
    /*margin-bottom: 30px;*/
}
.staff-member h3{
    font-style: normal;
    font-weight: bold;
    font-size: 1.375rem;
    line-height: 150%;
    margin: 5px 0;
}
.staff-member h4{
    font-style: normal;
    font-weight: normal;
    font-size: 1.125rem;
    line-height: 150%;
}
.language_switcher{
    position: absolute;
    top: 27px;
    padding: 10px;
    left: 10%;
}
.language_switcher a{
    font-size: 1.25rem;
    margin: 0 15px;
    text-transform: uppercase;
}
.language_switcher a:first-child{
    margin-left: 0;
}
.language_switcher a:last-child{
    margin-right: 0;
}

/*
#dl1{
    display: flex;
}
#dl1 > div{
    min-width: 620px;
    width: 50%;
    margin-right: 30px;
}
#dl1 img{
    width: 100%;
}
#dl1 .btn-link-arrow::after{
    display: block;
    content: "";
    background-image: url("/wp-content/uploads/2020/07/Arrow.svg");
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background: url("/wp-content/uploads/2020/07/Arrow.svg") center center no-repeat;
}
*/

#dl1{
    flex-direction: column-reverse;
}
.serviceHeader{
    text-align: center;
    padding: 40px 0 70px 0;
    max-width: 950px;
    margin: auto;
    border-bottom: 2px solid #F3F3F3;
}
.serviceHeader h3{
    font-size: 3rem;
}
.search-live-field{
    height: 36px;
    width: 400px!important;
    box-sizing: border-box;
    border: 1px solid #A3A3A3;
    padding: 0 10px;
}
.search-live-results{
    width: 400px!important;
    box-sizing: border-box;
    position: absolute!important;
    top: 100%!important;
    z-index: 1;
}
.search-live-results-content{
    box-sizing: border-box;
}
.ui-datepicker{
    background: #666666;
    padding: 12px 10px;
    font-size: 1rem;
}
.ui-datepicker-header{
    position: relative;
    text-align: center;
    color: white;
    border-bottom: 1px solid #FFEFEF;
    padding: 8px 0 15px 0;
}
.ui-datepicker-prev{
    position: absolute;
    left: 0;
    cursor: pointer;
}
.ui-datepicker-prev:hover, .ui-datepicker-next:hover{
    font-size: 1.125rem;
}
.ui-datepicker-next{
    position: absolute;
    right: 0;
    cursor: pointer;
}
.ui-datepicker tbody td{
    text-align: center;
    background: white;
    width: 35px;
    height: 29px;
}
.ui-datepicker-calendar{
    font-size: 0.875rem;
    border-spacing: 0px;
}
.ui-datepicker-calendar thead{
    color: white;
}
.ui-datepicker-calendar thead th{
    color: white;
    height: 50px;
}
.dl_news_date{
    background: #666666!important;
}
.dl_news_date:hover{
    background: #A3A3A3!important;
}
.dl_news_date a{
    color: #ffc000;
}
.ui-icon-circle-triangle-w, .ui-icon-circle-triangle-e{
    display: none;
}
.ui-datepicker-prev:after{
    display: inline;
    content: '<';
}
.ui-datepicker-next:after{
    display: inline;
    content: '>';
}

.dl_block3 p{
    margin-bottom: 10px!important;
}
.sow-submit:hover{
    background: black!important;
    color: white!important;
    border-color: white!important;
    cursor: pointer;
}
/*body #hubspot-messages-iframe-container{
    bottom: 34px!important;
}*/
.blockOurOpenings h2{
    margin-bottom: 110px;
}
.blockOurOpenings p{
    margin-bottom: 30px;
}
#tw-target-text{
    font-size: 1.5rem;
    line-height: 30px;
    font-family: 'Fira Sans', sans-serif;
}


.modal{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    display: none;
	z-index: 100;
	overflow-y: auto;
}
.modal .shadow{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0;
    transition: opacity 200ms linear;
}
.modal .modalWindow{
    position: absolute;
    right: 50%;
    bottom: 70%;
    transform: translateY(50%) translateX(50%);
    opacity: 0;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    background-color: #fafafa;
    transition: all 200ms linear;
}
.modal.show .shadow{
    opacity: 0.2;
}
.modal.show .modalWindow{
    bottom: 50%;
    opacity: 1;
    width: 100%;
    max-width: 920px;
}
.modal .modalWindow header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 30px 5px 60px;
}
.modal .modalWindow header h6{
    margin: 0;
    font-size: 2.25rem;
    line-height: 1.5;
}
.modal .modal-close{
    margin-left: 15px;
    padding: 12px;
    cursor: pointer;
    background-image: url("/wp-content/themes/DataLabs2/resources/icons/Close.svg");
}
/*.modal .modal-close:hover{
    background-image: url("../resources/images/CloseActive.svg");
}*/
.no-scroll{
    overflow: hidden!important;
}

#modalCareers label{
    font-size: 1.5rem;
    color: #666666;
}
#modalCareers form{
    padding: 0 60px 30px 60px;
}
#modalCareers form>div{
    margin-top: 30px;
}
#modalCareers input{
    height: 50px;
    box-shadow: inset 2px 2px 4px 0 rgba(0, 0, 0, 0.25);
    border: solid 1px #666666;
    margin-top: 10px;
    width: 100%;
    box-sizing: border-box;
    font-size: 1.5rem;
}
#modalCareers textarea{
    height: 150px;
    box-shadow: inset 2px 2px 4px 0 rgba(0, 0, 0, 0.25);
    border: solid 1px #666666;
    width: 100%;
    resize: none;
    margin-top: 10px;
    font-size: 1.5rem;
}
#modalCareers input[type='file']{
    display: none;
}
#modalCareers input[type='submit']{
    border: solid 2px #000000;
    background-color: #ffc000;
    text-transform: uppercase;
    padding: 18px 48px 17px 49px;
    font-size: 1.25rem;
    height: auto;
    width: auto;
    margin: 10px 0;
    cursor: pointer;
}
#modalCareers input[type='submit']:hover{
    border: solid 2px #000000;
    background-color: #000000;
    color: white;
}
.formRow{
    display: flex;
}
.formRow div, .formRow span{
    width: 100%;
}
.formRow div:first-child{
    margin-right: 30px;
}
.btnInputFile{
    margin-top: 10px;
    display: inline-flex;
    align-items: center;
}
.btnInputFile div{
    padding: 10px 41px 10px 40px;
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.25);
    border: solid 1px #666666;
    background-color: #bdbdbd;
    font-size: 1.5rem;
    color: #666666;
    cursor: pointer;
    margin-right: 15px;
}
.btnInputFile span{
    font-style: italic;
    text-decoration: underline;
    color: black;
}
.recLabel:after{
    content: ' *';
    color: red;
}
.comments-area{
    max-width: 950px;
    margin: auto;
}
.widget_dl_list_services{
    margin-top:30px;
}
.ourProject{
    padding: 30px 15%!important;
}
.technologies{
    padding: 30px 15%!important;
}
.dl_block4{
    margin-top: 30px;
}

#projectsList img{
    height: auto;
}
#modalViewer .modalWindow{
    max-width: 100%!important;
    width: auto;
    max-height: 100vh;
    padding: 0 10px;
    box-sizing: border-box;
}
#modalViewer header{
    padding-bottom: 30px;
}
#modalViewer img{
    /*width: 100%;*/
}
.hideFixedIcons .btn-menu, .hideFixedIcons #hubspot-messages-iframe-container, .hideFixedIcons #btnGoUp{
    display: none!important;
}
.imageViewer img{
    cursor: pointer;
}

.searchList{
    min-height: calc(100vh - 572px);
}
.searchItem{
    padding-top: 30px;
}
.searchItem>a{
    margin-left: 20px;
    width: 40%;
}
.searchItem>a>img{
    margin-left: 0;
    width: 100%;
}

@media all and (orientation:portrait) {
    #modalViewer img{
        width: calc(100vw - 10px);
    }
}
@media all and (orientation:landscape) {
    #modalViewer img{
        max-height: calc(100vh - 90px);
    }
}

@media (max-width: 1400px) {
    #pgc-42082-2-1> .panel-cell-style {
        padding: 50px 100px 0px 0px!important;
    }
    .dl_block3{
        padding: 0!important;
    }
    .blockOurOpenings{
        padding: 5%!important;
    }
    .blockOurOpenings h2{
        margin-bottom: 10px;
    }
    .blockContact{
        background-position-x: 70% !important;
    }
}
@media (min-width: 1400px){
    .dl_block4{
        margin-top: 150px;
    }
    #dl1{
        flex-direction: row;
    }
    .blockNews .btn-link-arrow{
        margin-bottom: 0;
    }
    .blockServices .btn-link-arrow{
        margin-top: 70px;
        margin-bottom: 0;
    }
    .blockReviews{
        padding: 20px calc(15% - 50px);
    }
    .blockReviews p:first-child{
        position: static;
    }
    .blockReviews p:last-child{
        position: static;
    }
    .newsCon{
        padding: 70px 10px;
        flex-wrap: nowrap;
    }
    .listPosts{
        /*width: 1200px;
        min-width:1200px;*/
    }
    .firstNews .postExcept, .firstPost .postExcept{
        width: 750px;
        max-width: 70%;
    }
    .blogList .carousel{
        /*width: 1200px;
        min-width:1200px;*/
    }
    /*.firstNews, .firstPost, .blogList .carousel{
        width: 1000px;
    }*/
    .blogListHeader{
        /*width: 1200px;*/
    }
    .firstNews .postImg{
        display: block;
        height: 540px;
        margin-left: 1px;
    }
    .firstPost .postImg{
        display: block;
        height: 540px;
        margin-right: 1px;
    }
    .post .postExcept{
        height: 210px;
    }
    .postBody{
        padding: 0;
    }
}
@media (min-width: 1400px) and (min-height: 960px){
    .first-slide{
        position: sticky;
        height: calc(100vh - 100px);
        top: 100px;
    }
    .last-slide{
        height: calc(100vh - 472px);
        position: sticky;
        top: 0;
    }
    .scroll-point{
        position: sticky;
        top: 0;
        height: 100vh;
        -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
        box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    }
}

@media (max-width: 768px) {
    .topHeader{
        justify-content: flex-start;
    }
    .custom-logo-link{
        margin-right: 50px;
    }
    .custom-logo-link img{
        width: 70px !important;
    }
    html{
        font-size: 12px;
    }
    .homeHeader div h1{
        font-size: 4rem;
        line-height: 150%;
    }
    .homeHeader div p{
        width: auto;
    }
    .blockClients{
        flex-wrap: wrap;
    }
    .blockAbout div h2, .blockServices h2{
        font-size: 3rem;
        line-height: 150%;
    }
    .blockServices{
        padding: 20px 15%;
    }
    .blockServices #pgc-42082-2-1> .panel-cell-style{
        padding: 20px 0 !important;
    }
    .blockNews h2{
        width: auto;
        font-size: 3rem;
        line-height: 150%;
    }
    .btn-link-arrow{
        white-space: normal !important;
    }
    .contactCon{
        flex-wrap: wrap;
    }
    .blockReviews{
        flex-wrap: wrap;
        padding: 20px 15%;
    }
    .blockReviews p{
        position: static !important;
        margin: 5px 0!important;
    }
    .newsCon li{
        height: auto;
    }
    .newsCon h4{
        min-height: auto;
    }
    .blockStart h2{
        font-size: 2.5rem;
        line-height: 150%;
    }
    #dl1>div{
        min-width: auto !important;
        width: auto !important;
        margin: 0 !important;
    }
    .staff-member-listing > .panel-layout{
        width: 230px;
    }
    #panel-42007-2-0-2>div{
        padding: 0 15% !important;
    }
    .blockOurMission h2, .blockHavingFun h2, .blockOurPeople h2, .block2 h2{
        font-size: 2.5rem;
    }
    .contactBlock .leftBlock h3{
        font-size: 3rem;
    }
    .servicesCon{
        width: calc(100% - 20px);
        min-width: calc(100% - 20px);
    }
    .blogListHeader{
        flex-wrap: wrap;
    }
    .postExcept h3{
        font-size: 1.5rem;
    }
    .postExcept p{
        font-size: 1rem;
        line-height: 150%;
    }
    .resentBlogList{
        flex-wrap: wrap;
    }
    .resentBlogList .post{
        width: 100%;
        margin-bottom: 30px;
    }
    .resentBlogList .postImageCon{
        height: auto;
    }
    .resentBlogList .postExcept{
        height: auto;
    }
    .resentBlogList .postExcept .flex-row{
        margin-bottom: 20px;
    }
    .search-live{
        width: 100%!important;
    }
    .search-live-field{
        width: 100%!important;
    }
    #pgc-w5f491b29a4cb4-0-0>.panel-cell-style, #pg-w5f491b29a4cb4-0>.panel-row-style{
        padding: 0 !important;
        min-height: auto;
    }
    .blockContact .content{
        padding: 0 !important;
    }
    #pg-w5f4761a43d6a1-2>div{
        flex-wrap: wrap;
    }
    #pgc-w5f4761a43d6a1-2-0{
        margin-bottom: 20px;
    }
    .postHeader{
        padding-left: 100px;
        flex-direction: column-reverse;
    }
    .postHeader img{
        width: 100%;
    }
    .postBody{
        padding: 0 15% 0 100px;
    }
    .comments-area{
        padding: 0 5%;
    }
    .postFooter{
        padding: 0 5%;
    }
    .serviceHeader{
        padding: 0 15% 0 100px;
    }
    .serviceHeader h3{
        text-align: left;
    }
    #pg-42079-1>.panel-row-style{
        padding: 0 15% !important;
    }
    .sow-recaptcha *{
        max-width: 100%;
    }
}