.row,
.container-fluid,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    margin: 0;
    padding: 0;
}

/*html {*/
/*overflow: hidden;*/
/*height: 100%;*/
/*}*/

* {
    margin: 0;
    padding: 0;
    outline: none !important;
}

a {
    transition: ease all 0.3s;
}

a:hover {
    opacity: 0.7;
}

.wrapper {
    /*width: 1090px;*/
    width: 142rem;
    width: 142rem;
    margin: 0 auto;
    clear: both;
}

body {
    overflow: auto;
    height: 100%;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

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

p {
    line-height: 1.42857143;
}

/*h1,*/
/*p.h1 {*/
/*    font-size: 50px;*/
/*    font-family: 'Roboto', sans-serif;*/
/*    font-weight: 400;*/
/*}*/

h1,
p.h1 {
    font-size: 4.5rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
}

h2,
p.h2 {
    font-size: 4.5rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
}

h3,
p.h3 {
    font-size: 31px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}

h4,
p.h4 {
    font-size: 28px !important;
}

h5,
p.h5 {
    font-size: 24px !important;
    font-weight: 300 !important;
}

ul {
    margin-left: 15px;
    list-style: disc;
}

/*HEADER*/
header .calls-n-socials {
    padding: 10px 0;
    margin: 0 auto;
}

header .calls-n-socials .call-top {
    float: left;
    margin-left: 17px;
    margin-top: 3px;
}

header .calls-n-socials .call-top a span {
    color: #777;
    font-size: 16px;
    padding-left: 8px;
    display: block;
    float: left;
}

header.home .calls-n-socials .call-top a span {
    color: #fff;
}

header .calls-n-socials .call-top a:hover span {
    opacity: 0.8;
    transition: ease all 0.3s;
}

header .calls-n-socials .call-top a i {
    display: block;
    float: left;
    color: #777;
    font-size: 20px;
}

header.home .calls-n-socials .call-top a i {
    color: #fff;
}

header .calls-n-socials .call-top a:hover i {
    opacity: 0.5;
    transition: ease all 0.3s;
}

header .searchform label {
    display: none;
}

header #searchsubmit {
    display: none;
}

header .fa-search {
    font-size: 22px;
    cursor: pointer;
    color: #09A3E7;
}

header .fa-search:hover {
    opacity: 0.7;
    transition: ease all 0.3s;
}

header .search-top {
    position: relative;
    float: right;
    margin: 2px 5px 0 0;
}

header.home .fa-search {
    color: #4267b2;
}

header .searchform input {
    display: none;
    position: absolute;
    z-index: 10;
    top: -1px;
    right: 41px;
    padding-left: 10px;
    border-radius: 8px;
    border: none;
    height: 26px;
    color: #fff;
    background-color: #CDCDCE;
}

header.home .searchform input {
    color: #A1A1A2;
    background-color: #fff;
}

header .searchform-active {
    display: block !important;
}

header .calls-n-socials .social-top {
    float: right;
    margin-right: 17px;
}

header .calls-n-socials .social-top a i {
    font-size: 28px;
    color: #09A3E7;
    margin-left: 7px;
}

header.home .calls-n-socials .social-top a i {
    color: #4267b2;
}

header {
    background: #fff;
    display: table;
    clear: both;
    content: "";
    width: 100%;
}

header.home {
    background: transparent;
}

header.home .wrapper:nth-child(2) {
    padding: 0;
    border-bottom: 1px solid #657081;
    border-top: 1px solid #657081;
}

header .wrapper:nth-child(2) {
    padding: 0;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}

header .nav-box>nav>.container-fluid,
header .nav-box {
    padding-left: 0;
    padding-right: 0;
}

header.home .nav-box .navbar-default .navbar-nav>li>a {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    padding: 25px 10px 46px;
    text-shadow: #000 0px 0 0px;
}

header.home .nav-box .navbar-default .navbar-nav>li:hover>a,
header.home .nav-box .navbar-default .navbar-nav>li:focus>a {
    color: #00A3E9;
    border-bottom: 0;
    background: transparent;
    opacity: 1;
    padding: 25px 10px 46px;
}

header.home .nav-box .navbar-default .navbar-nav>li.active>a {
    color: #00A3E9;
    border-bottom: 0;
    background: transparent;
    box-shadow: none;
}

header .logo-box {
    margin: 45px 0 46px;
    padding-left: 0;
    padding-right: 0;
}

header .logo-box .logo {
    width: 220px;
    height: 25px;
}

.logo a img {
    width: 240px;
}

header .logo-box .logo a {
    display: block;
}

header.home .nav-box {
    margin: 26px 0 0;
}

header .nav-box {
    margin: 26px 0 0;
}

header .nav-box .navbar-default {
    background: transparent;
    border: 0;
    box-shadow: none;
    margin: 0;
    float: right;
}

header .nav-box .navbar-default .navbar-collapse {
    padding: 0;
    margin: 0;
}

header .nav-box .navbar-default .navbar-nav>li>a {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 18px;
    padding: 25px 10px 46px;
}

header .nav-box .navbar-default .navbar-nav>li:hover>a,
header .nav-box .navbar-default .navbar-nav>li:focus>a {
    color: #09A3E7;
    border-bottom: 5px solid #09A3E7;
    background: transparent;
    opacity: 1;
    padding: 25px 10px 41px;
    -moz-transition: unset;
}

header .nav-box .navbar-default .navbar-nav>li:last-child:hover>a {
    position: relative;
    padding: 25px 0 41px 10px;
    margin-left: 5px;
    -moz-transition: unset;
}

header .nav-box .navbar-default .navbar-nav>li:last-child>a {
    position: relative;
    padding: 25px 0 46px 10px;
    margin-left: 5px;
}

header .nav-box .navbar-default .navbar-nav>li:last-child>a:before {
    content: "";
    height: 16px;
    width: 2px;
    background: #EAEAEA;
    display: block;
    position: absolute;
    left: -5px;
}

header.home .nav-box .navbar-default .navbar-nav>li:last-child>a:before {
    background: #fff;
}

header .nav-box .navbar-default .navbar-collapse .sub-menu {
    display: none;
    width: 144px;
    position: absolute;
    top: 91px;
    left: -19px;
    z-index: 20;
    background-color: #fff;
    text-align: center;
}

header .nav-box .navbar-default .navbar-collapse .sub-menu.es {
    left: -33px;
}

header .nav-box .navbar-default .navbar-collapse .sub-menu li {
    display: block;
    width: 100%;
}

header .nav-box .navbar-default .navbar-collapse .sub-menu li a {
    color: #A1A1A2;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 800;
    display: block;
    padding: 15px 15px;
}

header.home .nav-box .navbar-default .navbar-collapse .navbar-nav li:nth-child(6)>a,
header.home .nav-box .navbar-default .navbar-collapse .navbar-nav li:nth-child(6):hover>a {
    padding: 25px 10px 46px;
}

header .nav-box .navbar-default .navbar-collapse .navbar-nav .language-switcher:hover .sub-menu {
    display: block;
    margin: 0;
}

header.home .snt-box {
    padding: 0 !important;
}

header.home .search-n-translate {
    float: right;
}

header.home .other-langs {
    float: left;
    width: 120px;
}

header.home #lang_sel_click a {
    width: 80px;
    border: none;
    border-radius: 7px;
}

header.home #lang_sel_click ul ul a {
    width: 80px;
    padding: 6px 0 6px 10px;
    margin-top: 2px;
    border: none;
    border-radius: 7px;
}

header.home #lang_sel_click ul ul {
    border-top: none;
}

header .snt-box {
    margin-top: 3px;
    padding: 0 !important;
}

header .search-n-translate {
    float: right;
}

header .other-langs {
    float: left;
    width: 120px;
}

header #lang_sel_click a {
    width: 80px;
    border: none;
    border-radius: 7px;
}

header #lang_sel_click ul ul a {
    width: 80px;
    padding: 6px 0 6px 10px;
    margin-top: 2px;
    border: none;
    border-radius: 7px;
}

header #lang_sel_click ul ul {
    border-top: none;
}

.footer-top .menus-container .content-block p {
    line-height: 1;
}

/*FOOTER*/
/*footer .footer-top {*/
/*background: url('../img/footer-bg.jpg') no-repeat;*/
/*background-size: cover;*/
/*background-position: top center;*/
/*padding: 35px 0 55px;*/
/*}*/
.footer-top {
    background-color: #0000008a;
    padding: 35px 0 55px;
    position: relative;
}

.footer-top:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(https://www.web-translations.com/wp-content/themes/new-web-translations/img/footer-bg.jpg) no-repeat;
    background-size: cover;
    background-position: top center;
    z-index: -1;
    opacity: 0.99;
}

footer .footer-top__boxes {
    color: #fff;
}

footer .footer-top__boxes p {
    color: #fff;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.4;
}

footer .footer-top__boxes p.h5 {
    color: #09A3E7;
    position: relative;
    margin-bottom: 20px;
    font-size: 18px;
    letter-spacing: 0.2px;
}

footer .footer-top__boxes p.h5:after {
    content: "";
    display: block;
    width: 20px;
    height: 2px;
    bottom: -10px;
    position: absolute;
    left: 0;
    background: #09A3E7;
}

footer .footer-top__boxes span {
    font-size: 16px;
}

footer .footer-top__boxes a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}

footer .footer-top__boxes a.email {
    display: block;
}

footer .footer-top__boxes__social ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

footer .footer-top__boxes__social ul li {
    float: left;
    width: 47px;
    height: 47px;
    margin-right: 14px;
    margin-bottom: 14px;
}

footer .footer-top__boxes__social ul li a {
    display: block;
    text-decoration: none;
}

footer .footer-bottom {
    background: #8B9EB5;
    padding: 25px 0 25px;
    border-top: 1px solid #D0D8E1;
}

footer .footer-bottom__boxes>div ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

footer .footer-bottom__boxes>div ul li {
    margin-right: 16px;
    float: left;
}

footer .footer-bottom__boxes>div ul li a {
    color: #fff;
    display: block;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    font-size: 15px;
    text-decoration: none;
}

footer .footer-bottom__boxes>div ul li:last-child {
    border-left: 1px solid #616D75;
    padding-left: 16px;
}

footer .footer-bottom__boxes>div ul li:nth-child(2) {
    margin-right: 16px;
}

footer .footer-bottom__boxes>div.footer-bottom__boxes__nav {
    text-align: right;
}

footer .footer-bottom__boxes>div.footer-bottom__boxes__nav ul {
    float: none;
    display: inline-block;
    vertical-align: middle;
}

footer .footer-bottom__boxes>div.footer-bottom__boxes__nav ul li {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-right: 0;
    margin-left: 16px;
}

/*OUR CLIENTS TITLE*/
.our-clients-title {
    padding: 8rem 0 13.3rem;
    text-align: center;
    margin: 1px auto 0;
}

.our-clients-title h1,
.our-clients-title p.h2 {
    color: #fff;
    position: relative;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 200;
    font-size: 45px;
    text-shadow: #000 1px 0 8px;
}

.our-clients-title h1:before {
    width: 50px;
    height: 2px;
    content: "";
    background: #187AAA;
    position: absolute;
    bottom: -15px;
    left: 50%;
    margin-left: -25px;
}

/*OUR CLIENTS CONTENT*/
.our-clients-content {
    content: "";
    clear: both;
    display: table;
    width: 100%;
    text-align: center;
    /*COLOR IMAGES*/
    /*OUR CLIENTS*/
}

.our-clients-content__header {
    width: 80%;
    display: flex;
    margin: 6rem auto;
    justify-content: space-between;
}

.our-clients-content__header h2 {
    margin: 0;
}

.our-clients-content__header a.btn-blue {
    text-align: center;
    background-color: #05468F;
    border: 3px solid #05468F;
    width: 26.7rem;
}

/* OUR CLIENTS */
.our-clients-content .color-images {
    margin-bottom: 70px;
}

.color-images__boxes .col-xs-12 {
    padding: 0;
}

.color-images__boxes__box__logo__bg {
    height: 170px;
    width: 219px;
    position: absolute;
    z-index: 11;
    top: calc(50% - 70px);
    left: calc(50% - 109px);
    background: #fff;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.color-images__boxes__box__logo__bg__cs {
    height: 100px;
    width: 190px;
    position: absolute;
    z-index: 11;
    top: calc(50% - 50px);
    left: calc(50% - 95px);
    background: #fff;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.color-images_boxes_logo {
    position: relative;
    z-index: 11;
    /*top: 36%;*/
    /*left: calc(50% - 75px);*/
    /*max-width: 150px;*/
}

.color-images_boxes_logo {
    width: 170px;
    /*left: calc(50% - 85px);*/
    /*top: 7px;*/
    left: auto;
    top: auto;
}

.our-clients-content .color-images .container-fluid {
    -webkit-box-shadow: 0 0 50px -11px #B9BABA;
    -moz-box-shadow: 0 0 50px -11px #B9BABA;
    box-shadow: 0 0 50px -11px #B9BABA;
}

.our-clients-content .color-images__boxes {
    margin-top: -45px;
    border-radius: 5px;
    overflow: hidden;
}

.home-images .color-images__boxes {
    margin-top: 0;
    border-radius: 5px;
    overflow: hidden;
}

.our-clients-content .color-images__boxes__box {
    max-width: 100%;
    height: 235px;
    margin: 0 !important;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.home-images .color-images__boxes__box {
    height: 375px;
}

.home-images .color-images__boxes__box__bg {
    width: 100%;
    height: 100%;
}

.our-clients-content .color-images__boxes__box__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    min-height: 100%;
    z-index: 1;
    transition: ease all 0.1s;
}

.color-images__boxes__box__img {
    position: absolute;
    z-index: 1;
    width: 166px;
    left: 97px;
}

.color-images__boxes__box__img__cs {
    position: absolute;
    z-index: 1;
    width: 140px;
    top: 7px;
    left: calc(50% - 70px);
}

.color-images__boxes__box__img:nth-child(1) {
    top: 72px;
}

.our-clients-content .color-images__boxes__box__opacity {
    opacity: 0;
    transition: ease all 0.3s;
    background: rgba(255, 255, 255, 1);
    z-index: 2;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 15px 15px 0 15px;
    box-sizing: border-box;
}

.home-images .color-images__boxes__box__opacity {
    z-index: 10;
    padding: 50px 15px 0 15px;
}

.color-images__boxes__box__opacity img {
    max-width: 180px;
    position: absolute;
    left: calc(50% - 135px);
}

.our-clients-content .color-images__boxes__box__opacity>p {
    color: #05468F;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    position: absolute;
    padding: 0 15px 0 0;
    margin: 0 auto;
    font-size: 2rem;
}

.double-box {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
}

.our-clients-content .color-images__boxes__box__opacity .double-box>div {
    float: left;
    width: 50%;
    border-right: 2px solid #CCE1ED;
    box-sizing: border-box;
    padding: 5px 20px;
}

.our-clients-content .color-images__boxes__box__opacity .double-box>div:last-child {
    border-right: 0;
}

.our-clients-content .color-images__boxes__box__opacity .double-box>div p {
    color: #05468F;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: 2rem;
}

.our-clients-content .color-images__boxes__box__opacity .double-box>div span {
    display: block;
    color: #09A3E7;
    font-size: 2rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    /*font-weight: normal;*/
}

.our-clients-content .color-images__boxes__box:hover .color-images__boxes__box__bg {
    -webkit-filter: blur(5px);
    /* Safari */
    filter: blur(5px);
    opacity: 1;
}

.our-clients-content .color-images__boxes__box:hover .color-images__boxes__box__opacity {
    opacity: 1;
}

.our-clients-content .color-images__boxes__box:hover .color-images__boxes__box__logo__bg {
    top: 30%;
    transition: top 0.3s ease-out 0.1s;
}

.our-clients-content .color-images__boxes__box:hover .color-images__boxes__box__logo__bg__cs {
    top: 15px;
    transition: top 0.3s ease-out 0.1s;
}

.our-clients-content .our-clients {
    margin: 70px auto;
}

.our-clients-content .our-clients h3 {
    text-align: center;
    color: #05468F;
    position: relative;
    margin: 0 0 60px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 31px;
}

.our-clients-content .our-clients h3:before {
    width: 50px;
    height: 2px;
    content: "";
    background: #8591BB;
    position: absolute;
    bottom: -17px;
    left: 50%;
    margin-left: -25px;
}

.our-clients-content .our-clients__tags {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-left: 21px;
}

.our-clients-content .our-clients__tags ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.our-clients-content .our-clients__tags ul li {
    float: left;
    position: relative;
    margin-bottom: 20px;
}

.our-clients-content .our-clients__tags ul li:after {
    content: "·";
    display: inline-block;
    color: #A1A1A2;
}

.our-clients-content .our-clients__tags ul li:last-child:after {
    display: none;
}

.our-clients-content .our-clients__tags ul li a {
    color: #A1A1A2;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    font-size: 20px;
    padding: 0 4px 4px;
    letter-spacing: 0.3px;
}

.our-clients-content .our-clients__tags .flex-list {
    display: flex;
    justify-content: space-around;
}

.our-clients-content .our-clients__tags ul li:hover a {
    color: #09A3E7;
    border-bottom: 5px solid #09A3E7;
}

.our-clients-content .our-clients .container-fluid.for-our-clients {
    -webkit-box-shadow: 0 0 50px -11px #B9BABA;
    -moz-box-shadow: 0 0 50px -11px #B9BABA;
    box-shadow: 0 0 50px -11px #B9BABA;
    background: #fff;
}

.our-clients-content .our-clients__boxes__box {
    text-align: center;
    position: relative;
    height: 190px;
    border: 1px solid transparent;
    border-right: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    box-sizing: border-box;
}

.color-images__boxes__container {
    padding: 0 !important;
}

.our-clients-content .our-clients__boxes__box:nth-child(4n) {
    border-right: 1px solid transparent;
}

.our-clients-content .our-clients__boxes__box:nth-child(13),
.our-clients-content .our-clients__boxes__box:nth-child(14),
.our-clients-content .our-clients__boxes__box:nth-child(15),
.our-clients-content .our-clients__boxes__box:nth-child(16) {
    border-bottom: 1px solid transparent;
}

.our-clients-content .our-clients__boxes__box__brand {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 65%;
}

.our-clients-content .our-clients__boxes__box__opacity {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0px 0px 50px -11px #B9BABA;
    -moz-box-shadow: 0px 0px 50px -11px #B9BABA;
    box-shadow: 0px 0px 50px -11px #B9BABA;
    border-radius: 5px;
    transition: ease all .3s;
    z-index: 2;
    background: #fff;
    transform: scale(1);
    box-sizing: border-box;
    display: table;
}

.our-clients-content .our-clients__boxes__box__opacity a {
    text-decoration: none;
}

.our-clients-content .our-clients__boxes__box__opacity__vertical {
    display: table-cell;
    vertical-align: middle;
    padding: 0px 40px;
    box-sizing: border-box;
}

.our-clients-content .our-clients__boxes__box__opacity__vertical img {
    padding-top: 30px;
    margin-bottom: 20px;
    max-width: 100%;
}

.our-clients-content .our-clients__boxes__box__opacity__vertical p {
    color: #09A3E7;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

.our-clients-content .our-clients__boxes__box:hover {
    line-height: inherit;
}

.our-clients-content .our-clients__boxes__box:hover .our-clients__boxes__box__opacity {
    opacity: 1;
    transform: scale(1.1);
}

/* OUR EXPERIENCE SECTION */

.our-experience-content__header {
    display: flex;
    justify-content: space-between;
    margin: 3rem 0;
}

.our-experience-content__header a {
    margin-top: 3rem;
}

.our-experience-content__header p {
    font-family: Roboto, sans-serif;
    text-align: left;
    font-size: 2.2rem;
    color: #6C6C6C;
}

.our-experience-content__header .block-right {
  width: 100%;
}

.our-experience-content__header .block-right .header-h2,
.our-experience-content__header .block-right p {
  text-align: right;
}

.our-experience-content__header .block-right a.btn-blue,
.our-experience-content__header .block-right hr {
  float: right;
  display: block:
}

.our-experience-content__header .block-right hr.header-short-line {
  margin-bottom: unset;
}


.our-experience-content__body {
    background: url('../img/bg-services-experience.png') no-repeat;
    background-color: white;
    text-align: center;
    background-size: cover;
    height: 963px;
    align-items: center;
    position: relative;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.our-experience-content__body ul.menu-experiences {
    /* position: absolute; */
    background-color: #fff;
    width: 440px;
    height: 724px;
    /* margin-top: 67px; */
    /* margin-left: 115px; */
}

.our-experience-content__body ul.menu-experiences li {
    list-style: none;
    border-bottom: 1px solid #efefef;
    padding: 0 0 0 87px;
    text-align: left;
    font-size: 32px;
    background: url('../img/services-icons-blue-2.png') no-repeat 3% -1%;
}

.our-experience-content__body ul li.icon-government {
    background-position: 11px -103px;
}

.our-experience-content__body ul li.icon-auto {
    background-position: 11px -192px;
}

.our-experience-content__body ul li.icon-legal {
    background-position: 11px -313px;
}

.our-experience-content__body ul li.icon-tech {
    background-position: 11px -413px;
}

.our-experience-content__body ul li.icon-retail {
    background-position: 11px -526px;
}

.our-experience-content__body ul li.icon-hospitality {
    background-position: 11px -627px;
}

.our-experience-content__body ul li.icon-sports {
    background-position: 11px -736px;
}

.our-experience-content__body ul li.icon-sciences {
    background-position: 11px -839px;
}

.our-experience-content__body ul li:hover {
    background-color: #05468F;
    background-image: url('../img/services-icons-white-2.png');
    background-repeat: no-repeat;
}

.our-experience-content__body ul li a {
    width: 100%;
    border-left: 1px solid #efefef;
    padding: 22px;
    display: block;
}

.our-experience-content__body ul li:hover a {
    color: white;
    text-decoration: none;
    opacity: 1;
}

.our-experience-content__body ul li a i {
    float: right;
    color: white;
    margin: 5px 0;
}

.our-experience-content__body__content {
    color: white;
    padding: 13rem;
    max-width: 100rem;
    flex-basis: 94rem;
}

.our-experience-content__body__content h2 {
    color: white;
}

.our-experience-content__body__content .section-description {
    margin: 3rem auto;
    font-size: 2.2rem;
}

.our-experience-content__body__content h2::after {
    border-color: white;
}

.our-experience-content__body__content a.btn-white {
    color: white;
    border-color: white;
}

.our-experience-content__body__content a.btn-white:hover {
    opacity: 0.8;
    text-decoration: none;
}

/* WHY CHOOSE WEB TRANSLATIONS */
.why-choose-wt__container {
    display: flex;
    justify-content: center;
    min-height: 64rem;
    align-items: center;
    gap: 7rem;
    flex-wrap: wrap;
    margin: 3rem 0;
}

.why-choose-wt__image {
    background: url('../img/handshake.png') no-repeat;
    height: 448px;
    width: 448px;
    flex-basis: 448px;
}

.why-choose-wt__content {
    flex-basis: 69rem;
    text-align: left;
    color: #05468F;
    font-size: 2.4rem;
}

.video-section__container {
    display: flex;
    justify-content: space-between;
    min-height: 47rem;
    align-items: center;
    gap: 10rem;
    flex-wrap: wrap;
    width: 100%;
}

.video-section__video {
    height: 38rem;
    width: 64rem;
    flex-basis: 64rem;
    position: relative;
    cursor: pointer;
}

.video-section__content {
    flex-basis: 61rem;
    text-align: left;
    color: #6C6C6C;
    font-size: 2.2rem;
}

.video-section__content p {
    margin-bottom: 4rem;
}

.video-section__video::before {
    content: '';
    width: 50%;
    height: 50%;
    display: block;
    position: absolute;
    transform: translate(25rem,11rem);
    /*background: url('../img/play-button.png') no-repeat;
    background-size: 50%;*/
}


.video-section__video.hide-play::before {
    display: none;
}

.why-choose-wt__content .header-short-line {
    margin-left: 0;
}

.why-choose-wt__content p {
    font-size: 2.2rem;
}

.why-choose-wt__list {
    font-weight: bold;
    margin: 4rem;
    font-size: 2.4rem;

}

.why-choose-wt__list li {
    margin-top: 1.5rem;

}

.why-choose-wt__content a.btn-blue {
    margin-right: 2.5rem
}



/* BLOCK SECTION */
.block-section {
    background: url('../img/bg-world.png') no-repeat;
    background-color: black;
    text-align: center;
    background-size: cover;
    min-height: 48.6rem;
    display: flex;
    align-items: center;
    color: #fff;
    margin: 1rem auto;
}
.block-section.white-background {
    background: none;
    color: #05468F;
}

/* INFO SECTION */
.info-section {
    background: url('../img/services-bg-info-section.png') no-repeat;
}

.block-section.height-66 {
    height: 66.4rem
}

.block-section .flex-block {
    display: flex;
    justify-content: flex-start;
}

.block-section .flex-block.centered {
    justify-content: center;
    text-align: center;
}

.block-section .flex-block__item {
    max-width: 45rem;
}

.block-section .flex-block__item.bigger {
    max-width: 65rem;
    margin: 2rem auto;
}

.block-section .flex-block__item.two-third {
    max-width: 95rem;
}

.block-section .flex-block__item p.inline-p {
    display: inline;
}

.page-details .flex-block {
    display: flex;
    justify-content: flex-start;
}

.page-details .flex-block__item {
    max-width: 65rem;
}

.block-section h3 {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    margin: 0 auto;
    font-size: 4.5rem;
    line-height: 5rem;
}

.block-section p {
    margin-bottom: 4rem;
    font-size: 2.2rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    max-width: 80rem;
    margin: 1rem auto 2rem;
}

.block-section a.btn-white {
    border-color: #fff;
    color: #fff;
    margin-left: 4.6rem;
}

.block-section.white-background a.btn-white {
    border-color: #05468F;
    color: #05468F;
}

.block-section.white-background h3 {
    color: #05468F;
}

/* SERVICES SECTION */

.services-section {
    /*min-height: 68rem;*/
}

.services-section h2 {
    max-width: 75.6rem;
    text-align: right;
    color: #05468F;
    font-weight: bold;
    margin: 0rem 0 12rem;
    float: right;
    margin-top: 6rem;
}

.services-section h2 span {
    color: #009de1;
}

.services-section.horizontal-border {
    border-top: 2px solid #e6ebf1;
    border-bottom: 2px solid #e6ebf1;
    min-height: 58rem;
    padding: 12rem 0;
}

.services-section__boxes {
    display: flex;
    flex-basis: 39.8rem;
    gap: 1.6rem;
    justify-content: space-between;
    clear: both;
    flex-wrap: wrap;
}

.services-section__box {
    background-color: #e6ebf1;
    z-index: 1;
    padding: 3.1rem 3.7rem;
    flex-basis: 33rem;
    flex-grow: 1;
}

.section-block__boxes {
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    clear: both;
    flex-wrap: wrap;
}


.section-block__box {
    background-color: #e6ebf1;
    z-index: 1;
    padding: 1.1rem 3.7rem;
    flex-basis: 41.9rem;
    min-width: 41.9rem;
    height: 8.9rem;
    flex-grow: 1;
}

.section-block__box a,
.section-block__box span {
    padding: 2rem 0;
}

.section-block__header--right {
    text-align: right;
}

.section-block__header--right hr {
    float: right;
    margin: 0;
    margin-bottom: 2rem;
    
}

.section-block__header--right p {
    clear: both;
    font-size: 2.2rem;
    color: #6C6C6C;
}

.section-block__note {
    font-size: 2.2rem;
    margin: 1rem 0;
    color: #6C6C6C;
}

.services-section__box:hover,
.section-block__box:hover,
.services-section__box:first-child {
    background-color: #009DE1;
}

.services-section__box:hover h3,
.services-section__box:hover p,
.services-section__box:hover a,
.section-block__box:hover a {
    color: #fff;
}

.services-section__box .white {
    color: white;
}

.services-section__box h3 {
    font-size: 3.5rem;
    font-weight: 600;
    color: #05468F;
}

.services-section__box a,
.section-block__box a,
.section-block__box span {
    color: #05468F;
    font-weight: 600;
    display: block;
    text-decoration: none;
    font-size: 2.3rem;
    transition: ease all 0.3s
}

.services-section__box a:hover,
.section-block__box a:hover,
.section-block__box span:hover {
    text-decoration: none;
    opacity: 1;
    color: white;
}

.services-section__box a i,
.section-block__box a i,
.section-block__box span i {
    color: #e6ebf1;
    float: right;
    font-size: 4rem;
}

.question-section p {
    color: #05468F;
    margin-bottom: 4rem;
    font-size: 2.2rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

.single-left-circle::before {
    content: '';
    height: 55.8rem;
    width: 52.8rem;
    background-color: transparent;
    border-radius: 50%;
    display: block;
    position: absolute;
    border: 2px solid #D8EDFC;
    /* left: -40rem; */
    /* bottom: -373rem; */
    transform: translate(-30rem, -26rem);
}

.info-section.single-left-circle::before {
    transform: translate(-56rem, -26rem);
}

.double-left-circle::before {
    content: '';
    height: 60.8rem;
    width: 60.8rem;
    background-color: transparent;
    background-image: url('../img/two-circles-top.png');
    background-repeat: no-repeat;
    background-size: 55rem 55rem;
    display: block;
    position: absolute;
    transform: translate(-10rem, 20rem);
}

.block-section.double-left-circle::before {
    transform: translate(-25rem, -23rem);
    display: block;
}

/* section block */
.section-block {
    min-height: 55rem;
    font-size: 2.2rem;
}

.section-block.first-section {
    margin-top: -5rem;
}

.section-block h2 {
    text-align: right;
    color: #05468F;
    font-weight: bold;
    display: block;
    width: 100%;
}

.section-block__header h2 {
    text-align: right;
    color: #05468F;
    font-weight: bold;
    display: inline-block;
    max-width: 50rem;
}

.section-block__header span {
    color: #009DE1;
}

.section-block__header hr {
    width: 9.5rem;
    margin-top: 2rem;
}

.section-block h2.left {
    text-align: left;
}

.section-block h2.extra-margin-bottom{
    margin-bottom: 5rem;
}

.single-right-circle::before {
    content: '';
    height: 55.8rem;
    width: 52.8rem;
    background-color: transparent;
    border-radius: 50%;
    display: block;
    position: absolute;
    border: 2px solid #D8EDFC;
    right: -25rem;
    top: 45rem;
    z-index: 2;
}

/*QUESTION SECTION*/
.question-section {
    background: url('../img/question-bg-a.png') no-repeat;
    background-position: 94% 65px;
    padding: 0 0 95px;
    background-color: white;
    text-align: center;
}

.question-section h3 {
    color: #05468F;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    margin: 0 auto;
    font-size: 4.5rem;
    line-height: 5rem;
    margin-bottom: 5rem;
}

.question-section a.btn-blue {
    color: #FFF;
    border: 1px solid #009DE1;
    padding-top: 1px;
    border-radius: 35px;
    display: block;
    width: 165px;
    height: 50px;
    line-height: 45px;
    text-align: center;
    font-size: 20px;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    margin: auto;
}

.question-section .case-study {
    margin-top: 50px;
}

/*CASE STUDY TITLE*/
.case-study-title {
    padding: 44px 0 83px;
    text-align: center;
}

.case-study-title p {
    color: #fff;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    font-size: 17px;
    text-shadow: #000 1px 0 8px;
}

.case-study-title h1 {
    color: #fff;
    letter-spacing: 15px;
    opacity: 0.9;
    margin: 0 0 5px 0px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 50px;
    text-shadow: #000 1px 0 8px;
}

.case-study-title h2 {
    color: #fff;
    margin: 0 0 25px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 15px;
    letter-spacing: 15px;
    text-shadow: #000 1px 0 8px;
}

/*CASE STUDY CONTENT*/
.case-study-content {
    background: #F9FBFF;
    /*THREE BLOCKS*/
}

.case-study-content .case-study-block {
    margin-bottom: 20px;
}

.case-study-content .case-study-block .wrapper {
    width: 925px;
}

.case-study-content .case-study-block .container-fluid {
    -webkit-box-shadow: 0 0 50px -11px #B9BABA;
    -moz-box-shadow: 0 0 50px -11px #B9BABA;
    box-shadow: 0 0 50px -11px #B9BABA;
}

.case-study-content .case-study-block__info {
    margin-top: -27px;
    border-radius: 5px;
    overflow: hidden;
    padding: 70px 90px 55px;
    box-sizing: border-box;
    background: #fff;
    text-align: center;
}

.case-study-content .case-study-block__info .double-box {
    position: relative;
}

.case-study-content .case-study-block__info p {
    color: #A1A1A2;
    font-size: 21px;
    margin: 0 0 30px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

.case-study-content .case-study-block__info h3 {
    color: #51BFEF;
    font-size: 31px;
    margin: 0 0 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
}

.case-study-content .case-study-block__info .double-box>div {
    float: left;
    width: 50%;
    border-right: 2px solid #EAECF3;
    box-sizing: border-box;
    padding: 25px 20px;
    text-transform: uppercase;
}

.case-study-content .case-study-block__info .double-box>div:last-child {
    border-right: 0;
}

.case-study-content .case-study-block__info .double-box>div p {
    color: #05468F;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 25px;
}

.case-study-content .case-study-block__info .double-box>div span {
    display: block;
    color: #A1A1A2;
    font-size: 18px;
    /*font-weight: normal;*/
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

.case-study-content .three-blocks {
    margin-bottom: 100px;
}

.case-study-content .three-blocks__box {
    border-bottom: 1px solid #E5E7EA;
    padding: 60px 70px 40px;
}

.case-study-content .three-blocks__box__img {
    text-align: center;
}

.case-study-content .three-blocks__box__img img {
    max-width: 330px;
}

.case-study-content .three-blocks__box__img .case-study-bg-wrapper {
    margin-top: 50px;
    margin-left: 50px;
    border-radius: 100%;
    display: inline-block;
    position: relative;
    z-index: 1;
}

.case-study-content .three-blocks__box__img .case-study-bg-wrapper img.case-study-bg {
    max-width: 275px;
    border-radius: 100%;
    z-index: 2;
    position: relative;
}

.case-study-content .three-blocks__box__img .case-study-bg-wrapper:before {
    display: block;
    content: '';
    position: absolute;
    border: 1px solid #82CFF3;
    width: 100%;
    height: 100%;
    top: -17%;
    left: -20%;
    z-index: 1;
    border-radius: 100%;
}

.case-study-content .three-blocks__box__img .case-study-bg-wrapper:after {
    display: block;
    content: '';
    position: absolute;
    border-right: 1px solid white;
    border-bottom: 1px solid white;
    width: 100%;
    height: 100%;
    top: -17%;
    left: -20%;
    z-index: 3;
    border-radius: 100%;
    opacity: 0.7;
}

.case-study-content .three-blocks__box__descr p,
.case-study-content .three-blocks__box__descr li {
    color: #A1A1A2;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 19px;
    margin: 0 0 20px;
}

.case-study-content .three-blocks__box__descr h3 {
    color: #05468F;
    position: relative;
    margin: 0 0 45px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 31px;
}

.case-study-content .three-blocks__box__descr h3:before {
    width: 50px;
    height: 2px;
    content: "";
    background: #8591BB;
    position: absolute;
    bottom: -20px;
    left: 0;
}

/*ABOUT US TITLE*/
.about-us-title {
    padding: 7.5rem 0 0;
    height: 38rem;
    position: relative;
    margin: -1px auto 0;
}

.about-us-title.page-details {
    margin: 19rem 10rem;
}

.home-bg:after {
    content: '';
    position: absolute;
    bottom: -1px;
    width: 100%;
    height: 65px;
    /*border-bottom: 65px solid #fff;*/
    /*border-left: 100vw solid transparent;*/
    z-index: 2;
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
    -webkit-clip-path: polygon(100% 0, 0 100%, 100% 100%);
    background: white;
}

.single-wt_service .about-us-title:after,
.post-type-archive-wt_service .about-us-title:after,
.page-template-details-page-with-video .home-bg:after,
.page-template-details-page .home-bg:after,
.post-type-archive .home-bg:after,
.page-template .home-bg:after,
.page-template-details-page-alternative .home-bg:after,
.wt_knowledge-template-default .home-bg:after {
    display: none;
}

.wt_knowledge-template-default .page-.home-bg:after {
  display: block;
}

.about-us-title .wrapper {
    width: 124rem;
    padding-top: 0;
}

.single-wt_service .about-us-title .wrapper,
.page-template-details-page-alternative .about-us-title .wrapper {
    padding-top: 19rem;
}

.single-wt_blogpost .about-us-title .wrapper {
    padding-top: 2rem;
}

.about-us-title.vacancies-page {
    height: 306px;
}

.about-us-title h2 {
    color: #fff;
    margin-bottom: 2.5rem;
    margin-top: 3rem;
    font-size: 2.2rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

.about-us-title h1::before {
    width: 50px;
    height: 2px;
    content: '';
    background: #2C91C3;
    position: absolute;
    bottom: -1.2rem;
    left: 0;
}

.about-us-title #home-circle-1 {
    bottom: 1rem;
}

.about-us-title #home-circle-1 {
    bottom: 13rem;
}

.single-blog-post-title {
    background: none;
    padding: 50px 0 0 0;
    height: 250px !important;
}

.single-blog-post-title h1 {
    color: #fff;
    margin: 0 0 30px;
    font-size: 45px;
    position: relative;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    text-shadow: none;
}

.single-blog-post-content {
    padding: 0 !important;
    color: #A1A1A2;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

.single-blog-post-content a {
    color: #51BFEF;
}

.single-blog-post-content img {
    display: block;
}

.single-blog-post-content img.aligncenter {
    margin: 20px auto;
}

.single-blog-post-content img.alignleft {
    float: left;
    margin: 20px 20px 20px 0;
}

.single-blog-post-content img.alignright {
    float: right;
    margin: 20px 0 20px 20px;
}

.single-blog-post-content img.alignnone {
    margin: 20px 0;
}

/*ABOUT US CONTENT*/
.about-us-content {
    background: #F9FBFF;
}

.about-us-content .about-us-block {
    padding: 6rem 0 6.5rem;
}

.about-us-content .about-us-block .wrapper {
    width: 940px;
}

.about-us-content .about-us-block__left {
    padding: 0 20px 0 20px;
}

.about-us-content .about-us-block__left img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
}

.about-us-content .about-us-block__left img.wp-post-image {
    float: left;
    margin: 20px 20px 20px 0;
    max-width: 300px;
    max-height: 300px;
}

.about-us-content .about-us-block__left h3,
.about-us-content .about-us-block__left h2 {
    color: #05468F;
}

.about-us-content .about-us-block__left:first-child p {
    color: #A1A1A2;
    font-size: 17px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    margin-bottom: 15px;
}

section.about-us-content .about-us-block .vacancies h1 {
    color: #053c79;
    margin-bottom: 2px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 45px;
    line-height: 1;
}

section.about-us-content .about-us-block .vacancies h2 {
    color: #05468F;
    margin-bottom: 2px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 28px;
}

section.about-us-content .about-us-block .vacancies h3 {
    color: #51BFEF;
    font-size: 22px;
    margin: 0 0 35px;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
}

.about-us-content .about-us-block__left h1 {
    color: #51BFEF;
    font-size: 35px;
    margin: 0 0 35px;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
}

.about-us-content .about-us-block__right {
    border-left: 1px solid #A2A2A3;
    padding: 25px 0 0 35px;
}

.about-us-content .about-us-block__right__links {
    padding: 0;
    margin-bottom: 10px;
    width: 190px;
}

.about-us-content .about-us-block__right__links ul {
    list-style-image: url('../img/arrow-ul.png');
    margin: 0 0 0 15px;
    padding: 0;
}

.about-us-content .about-us-block__right__links ul li {
    margin-bottom: 5px;
}

.about-us-content .about-us-block__right__links ul li a {
    font-size: 18px;
    color: #51BFEF;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

.about-us-content .about-us-block__right__contacts {
    padding: 0;
}

.about-us-content .about-us-block__right__contacts>div {
    margin-bottom: 45px;
    color: #000;
}

.about-us-content .about-us-block__right__contacts>div:last-child {
    margin-bottom: 0;
}

.about-us-content .about-us-block__right__contacts>div p {
    color: #000;
    margin-bottom: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 18px;
}

.about-us-content .about-us-block__right__contacts>div p.h5 {
    color: #05468F;
    position: relative;
    margin-bottom: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 18px;
}

.about-us-content .about-us-block__right__contacts>div p.h5:after {
    content: "";
    display: block;
    width: 20px;
    height: 2px;
    bottom: -10px;
    position: absolute;
    left: 0;
    background: #09A3E7;
}

.about-us-content .about-us-block__right__contacts>div a {
    color: #000;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 18px;
}

.about-us-content .about-us-block__right__contacts>div a.email {
    display: block;
    color: #05468F;
}

.about-us-content .about-us-block__right__contacts>div span {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 18px;
}

.blog-post {
    margin-bottom: 70px;
}

.blog-post>img {
    margin: 0 20px 20px 0 !important;
    max-width: 200px;
    max-height: 200px;
}

.about-us-block__left .blog-post:nth-child(5) {
    margin-bottom: 30px;
}

.archive .read-more {
    display: block;
    float: right;
    margin-right: 25px;
}


/*SERVICES SECTION*/

.services-content {
    background-color: #FFF;
}

.services-content__with-img {
    margin-top: -44px;
    position: relative;
    z-index: 2;
}

.services-content__with-img .wrapper {
    width: 1010px;
}

.services-content__with-img__img {
    text-align: right;
    margin-top: -20px;
}

.services-content__with-img__img img {
    max-width: 100%;
    position: relative;
    z-index: 10;
    top: 5px;
}

.services-content__with-img__text {
    padding: 120px 0 0;
}

.services-content__with-img__text h1 {
    color: #A1A1A2;
    font-size: 33px;
    margin: 0 0 30px;
    position: relative;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    line-height: 40px;
}

.services-content__with-img__text h1:before {
    width: 50px;
    height: 2px;
    content: "";
    background: #919BC1;
    position: absolute;
    bottom: -25px;
    left: 0;
}

.services-content__incline {
    position: relative;
    /* background: #ECF9FF; */
    margin-top: 55px;
    margin-bottom: 55px;
    padding: 40px 0 0;
}

.services-content__with-sidebar {
    position: relative;
    margin-top: 55px;
    margin-bottom: 55px;
    padding: 40px 0 0;
}

.services-content__with-sidebar h3 {
    color: #009DE1;
}

.services-content__with-sidebar h3:first-of-type,
.services-content__with-img__text h3:first-of-type {
    color: #05468F;
}

.services-content__with-sidebar h3:first-child::after,
.services-content__with-img__text h3:first-child::after {
    content: '';
    border: 1px solid #5CA2F4;
    background-color: #5CA2F4;
    width: 9.5rem;
    display: block;
    margin: 3.5rem 0 0 0;
    text-align: left;
}

.wt_service-template-default .services-content .services-content__three-boxes .services-content__with-sidebar .wrapper {
    width: 1110px;
}

.services-content__incline h3 {
    color: #05468F;
}

.services-content__incline:before {
    content: '';
    position: absolute;
    top: -55px;
    width: 0;
    height: 0;
    /* border-bottom: 65px solid #ECF9FF; */
    border-left: 100vw solid transparent;
}

.services-content__incline:after {
    content: '';
    position: absolute;
    bottom: -55px;
    width: 0;
    height: 0;
    /* border-top: 55px solid #ECF9FF; */
    border-right: 100vw solid transparent;
}

.page-content-flex {
    display: flex;
    justify-content: space-between;
    width: 100%;
    font-family: Roboto, sans-serif;
    gap: 15rem;
}

.page-content-flex .content-block {
    flex-basis: 80%;
}

.page-content-flex .content-block img.aligncenter {
    display:block;
    margin: auto;
}

.page-content-flex .content-block p {
    display: block;
}

.page-content-flex .content-block img.alignright {
    float: right;
    margin: .5em 0 1em 1em;
}

.page-content-flex .content-block img.alignleft {
    float: left;
    margin: .5em 1em 1em 0;
}

.page-content-flex .sidebar-block {
    flex-basis: 20%;
}

.page-content-flex .sidebar-block img {
    width: 325px;
}

.page-content-flex .sidebar-block h3 {
    font-size: 21px;
}

.page-content-flex .sidebar-block ul {
    list-style-type: none;
    margin: 0;
}

.page-content-flex .sidebar-block a {
    text-decoration: none;
    color: #009DE1;
}

.page-content-flex .sidebar-block ul li {
    margin: 0.4rem 0;
 }
 
.services-content__three-boxes {
    overflow: hidden;
    margin-top: -20px;
    width: 100%;
    z-index: 1;
}

.services-content__three-boxes .wrapper {
    width: 139rem;
}

.services-content__three-boxes__box {
    padding: 0 10px;
    box-sizing: border-box;
    margin: 40px 0;
}

.about-subpage .services-content__three-boxes__box {
    height: 350px;
    width: 50%;
}

.about-subpage .services-content__three-boxes__box img {
    display: block;
    float: left;
    margin: 0 15px 15px 0;
}

.about-subpage .services-content__three-boxes__box:nth-child(5) div:nth-child(2) {
    width: 180px;
}

.about-subpage .services-content__three-boxes__box div {
    float: left;
    word-wrap: break-word;
}

.about-subpage .services-content__three-boxes__box div:last-child {
    margin-top: 10px;
}

.about-subpage .services-content__three-boxes {
    margin: 0;
}

.about-subpage .services-content__three-boxes__box h5 {
    margin: 10px 0 24px 0;
    font-weight: 800;
    font-size: 20px;
}

/*.about-subpage .services-content__with-img__text h3 {*/
/*    font-size: 50px;*/
/*}*/
.services-content__with-img__text h3 {
    color: #51BFEF;
    font-size: 33px;
    margin: 0 0 30px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    position: relative;
    line-height: 40px;
}

.services-content__three-boxes__box p {
    color: #A1A1A2;
    font-size: 17px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

.services-content__three-boxes__box h5 {
    color: #05468F;
    font-size: 20px;
    margin: 0 0 30px;
    position: relative;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}

.services-content__three-boxes__box h5:before {
    width: 32px;
    height: 2px;
    content: "";
    background: #919BC1;
    position: absolute;
    bottom: -15px;
    left: 0;
}

.services-content__text {
    padding: 35px 0 70px;
}

.services-content__text .wrapper {
    width: 975px;
}

.services-content__text__left {
    padding-right: 60px;
    padding-top: 15px;
}

.services-content__text__left p {
    padding-left: 10px;
    color: #09A3E7;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

.services-content__text__left h3 {
    color: #05468F;
    font-size: 31px;
    margin: 0 0 50px;
    position: relative;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    padding: 0;
}

.services-content__text__left h3:before {
    width: 51px;
    height: 2px;
    content: "";
    background: #919BC1;
    position: absolute;
    bottom: -25px;
    left: 0;
}

.services-content__text__right {
    padding-left: 40px;
}

.services-content__text__right p {
    color: #A1A1A2;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

.services-content__text__right h5 {
    color: #05468F;
    font-size: 25px;
    margin: 0 0 30px;
}

.services-subpage .services-content__with-img,
.about-subpage .services-content__with-img {
    margin-top: 0;
}

/* PRICING & OPTIONS SECTION */
.pricing-options {
    margin: 7.8rem 0;
    text-align: center;
    font-size: 2.4rem;
    color: #8a8a8a;
}

.pricing-options .wrapper p.short-text {
    max-width: 76rem;
    margin: auto;
}

.pricing-options .circle-container .image {
    top: -13rem;
    right: -33rem;
}

.header-short-line {
    content: '';
    border: 1px solid #5CA2F4;
    background-color: #5CA2F4;
    width: 9.5rem;
    display: block;
    margin: 1.5rem auto;
    margin-bottom: 2.9rem;
}

.header-short-line.white {
    border: 1px solid #fff;
    background-color: #fff;
}

.header-short-line.left {
    margin-left: 0;
}

.header-short-line.right {
    margin-right: 0;
    margin-top: 5rem;
}

.pricing-options__boxes {
    display: flex;
    justify-content: center;
    column-gap: 6rem;
    margin: 6.6rem 0;
    text-align: left;
}

.pricing-options__box {
    flex-basis: 59.7rem;
    height: 56.7rem;
    border-top: 1rem solid #05468F;
    box-shadow: 0px 1px 15px -1px #ababad;
    padding: 6.6rem 1.8rem 6rem 6.8rem;
    background-color: white;
    z-index: 1;
}

.pricing-options__box h2 {
    font-size: 4.5rem;
    font-family: 'Roboto', sans-serif;
    ;
    font-weight: 600;
    color: #05468F;
}

.pricing-options__box span {
    color: #5CA2F4;
    font-size: 2.5rem;
}

.pricing-options__box span::after {
    content: '';
    border: 1px solid #5CA2F4;
    background-color: #5CA2F4;
    width: 12rem;
    display: block;
    margin: 2.8rem 0;
}

.pricing-options__box p {
    margin: 3rem 0;
}

/*CONTACT US SECTION*/
.contact-us-content {
    background: #F9FBFF;
    padding: 40px 0 50px;
}

.contact-us-content__left {
    border-right: 1px solid #AEAEAF;
    padding-right: 40px;
    padding-left: 20px;
}

.contact-us-content__left>p {
    color: #09A3E7;
    font-size: 22px;
    margin: 0 0 30px;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
}

.contact-us-content__left>h1 {
    color: #05468F;
    position: relative;
    margin-bottom: 45px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 31px;
}

.contact-us-content__left>h1:after {
    content: "";
    display: block;
    width: 51px;
    height: 2px;
    bottom: -22px;
    position: absolute;
    left: 0;
    background: #8591BB;
}

.contact-us-content__left__inputs>br {
    display: none;
}

.contact-us-content__left__inputs label {
    color: #A1A1A2;
    font-size: 18px;
    margin-bottom: 5px;
    display: block;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
}

.contact-us-content__left__inputs input {
    display: block;
    margin-bottom: 25px;
    width: 100%;
    -webkit-box-shadow: inset 0px 1px 6px -1px #ababad;
    -moz-box-shadow: inset 0px 1px 6px -1px #ababad;
    box-shadow: inset 0px 1px 6px -1px #ababad;
    border: 0;
    height: 34px;
    line-height: 34px;
    border-radius: 3px;
    padding-left: 20px;
    color: #A1A1A2;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
}

.contact-us-content__left__checkbox {
    overflow: hidden;
    margin-bottom: 40px;
}

.contact-us-content__left__checkbox>p {
    color: #A1A1A2;
    font-size: 19px;
    display: block;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
}

.contact-us-content__left__checkbox>div {
    width: 50%;
    float: left;
    margin: 20px 0px;
}

.contact-us-content__left__checkbox>div input[type="checkbox"] {
    float: left;
}

.contact-us-content__left__checkbox>div .wpcf7-list-item-label {
    float: left;
    color: #6B6C6D;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    opacity: 0.8;
}

.contact-checkbox {
    position: absolute;
}

.contact-us-content__left__checkbox>div input[type="checkbox"] {
    -webkit-appearance: checkbox;
    vertical-align: top;
    margin: 1px 0 0 1px;
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.contact-us-content__left__checkbox>div input[type="checkbox"]+.wpcf7-list-item-label {
    cursor: pointer;
}

.contact-us-content__left__checkbox>div input[type="checkbox"]:not(checked) {
    position: relative;
    opacity: 0;
    margin-right: -19px;
    z-index: 5;
}

.contact-us-content__left__checkbox>div input[type="checkbox"]:not(checked)+.wpcf7-list-item-label {
    padding-left: 28px;
    line-height: 20px;
    position: relative;
    display: inline-block;
}

.contact-us-content__left__checkbox>div input[type="checkbox"]:not(checked)+.wpcf7-list-item-label::before {
    content: '';
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    border: 2px solid #969696;
    left: 0;
    right: 0;
    background-color: #fff;
    border-radius: 3px;
}

.contact-us-content__left__checkbox>div input[type="checkbox"]:not(checked)+.wpcf7-list-item-label::after {
    content: "\f00c";
    display: block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    left: 2px;
    top: 1px;
    font-size: 16px;
    color: #4E92E0;
    opacity: 0;
    -webkit-transition: 6ms;
    transition: 6ms;
}

.contact-us-content__left__checkbox>div input[type="checkbox"]:checked+.wpcf7-list-item-label::before {
    border-color: #969696;
}

.contact-us-content__left__checkbox>div input[type="checkbox"]:checked+.wpcf7-list-item-label::after {
    opacity: 1;
}

.contact-us-content__left__btn>p {
    color: #A1A1A2;
    font-size: 18px;
    margin-bottom: 15px;
    display: block;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
}

.contact-us-content__left__btn textarea {
    display: block;
    margin-bottom: 35px;
    width: 100%;
    -webkit-box-shadow: inset 0 1px 6px -1px #ababad;
    -moz-box-shadow: inset 0 1px 6px -1px #ababad;
    box-shadow: inset 0 1px 6px -1px #ababad;
    border: 0;
    height: 141px;
    border-radius: 3px;
    padding: 20px;
}

.contact-us-content__left__btn a.btn-blue {
    color: #09A3E7;
    border: 3px solid #09A3E7;
    border-radius: 35px;
    display: block;
    width: 165px;
    height: 50px;
    line-height: 45px;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

.contact-us-content__right {
    padding-left: 40px;
}

.contact-us-content__right>h3 {
    color: #05468F;
    position: relative;
    margin: 0 0 45px;
    font-size: 31px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

.contact-us-content__right>h3:after {
    content: "";
    display: block;
    width: 51px;
    height: 2px;
    bottom: -22px;
    position: absolute;
    left: 0;
    background: #8591BB;
}

.contact-us-content__right__links {
    margin-bottom: 25px;
}

.contact-us-content__right__links ul {
    list-style: none;
    margin: 0 0 0 15px;
    padding: 0;
}

.contact-us-content__right__links ul li {
    margin-bottom: 5px;
}

.contact-us-content__right__links ul li a {
    font-size: 18px;
    color: #51BFEF;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

.contact-us-content__right__contacts>div {
    margin-bottom: 45px;
    color: #000;
}

.contact-us-content__right__contacts>div:last-child {
    margin-bottom: 0;
}

.contact-us-content__right__contacts>div p {
    color: #000;
    margin: 0 0 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 18px;
}

.contact-us-content__right__contacts>div p.h5 {
    color: #05468F;
    position: relative;
    margin-bottom: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 18px;
}

.contact-us-content__right__contacts>div p.h5:after {
    content: "";
    display: block;
    width: 20px;
    height: 2px;
    bottom: -10px;
    position: absolute;
    left: 0;
    background: #09A3E7;
}

.contact-us-content__right__contacts>div a {
    color: #000;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 18px;
}

.contact-us-content__right__contacts>div a.email {
    display: block;
    color: #05468F;
}

.contact-us-content__right__contacts>div span {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 18px;
}

#map {
    height: 400px;
}

/*HOME TITLE*/
.home-title-post {
    padding: 200px 0 225px;
}

.home-title p {
    color: #fff;
    margin-bottom: 30px;
    font-size: 2.2rem;
    font-family: 'Roboto', sans-serif;
    padding-right: 19rem;
}

.home-bg h1 {
    color: #fff;
    margin: 0 0 20px;
    font-size: 5rem;
    font-family: 'Roboto', sans-serif;
    line-height: 5rem;
    position: relative;
}

.home-title h1::before {
    width: 50px;
    height: 2px;
    content: '';
    background: #FFF;
    position: absolute;
    bottom: -12px;
    left: 0;
}

a.btn-white {
    color: #009DE1;
    border: 1px solid #009DE1;
    border-radius: 3.5rem;
    display: inline-block;
    width: 21.7rem;
    height: 6.5rem;
    line-height: 5.6rem;
    text-align: center;
    font-family: Roboto, sans-serif;
    font-weight: 300;
    font-size: 2.6rem;
    text-decoration: none;
}

a.btn-white.white {
    color: #fff;
    border: 1px solid #fff;
}

a.btn-blue {
    color: #fff;
    background-color: #009DE1;
    border: 3px solid #009DE1;
    border-radius: 3.5rem;
    display: inline-block;
    width: 19.7rem;
    height: 6.5rem;
    line-height: 5.6rem;
    text-align: center;
    font-family: Roboto, sans-serif;
    font-weight: 300;
    font-size: 2.6rem;
    text-decoration: none;
}

a.btn-blue:hover {
    color: #fff;
    text-decoration: none;
    opacity: 1;
}

a.btn-blue--darker {
    width: unset;
    padding-left: 2rem;
    padding-right: 2rem;
    opacity: 0.9;
}

a.btn-blue--darker:hover {
    color: #fff;
    text-decoration: none;
    opacity: 1;
}

a.btn-white:hover {
    opacity: 1;
    text-decoration: none;
}

.page-template .question-section a.btn-blue {
    margin: auto;
}

.two-buttons-container a.btn-blue,
.two-buttons-container a.btn-white {
    display: inline-block;
    margin: 0 2rem;
}

.tweeter-box h3 {
    margin: 0 0 20px;
    font-size: 31px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #000;
}

.tweeter-box {
    padding-top: 20px;
}

.tweeter-box aside {
    background-color: #fff;
    padding: 20px 20px 0 20px;
}

.tp_recent_tweets ul li {
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}


.home-bg {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.home-bg {
    background-image: url('../img/home-header-bg.jpg');
    height: 70rem;
    z-index: 2;
}

div.home-bg.page-faqs{
    height: 60rem;
}

.single-wt_blogpost .about-us-title .wrapper,
.post-type-archive .about-us-title .wrapper,
.category .about-us-title .wrapper {
    padding-top: 5rem;
}

/*HOME PAGE*/
.home .home-bg {
    background: url('../img/home-background.jpg') no-repeat;
    background-size: cover;
    position: relative;
    height: 107rem;
}

.post-type-archive-wt_casestudy .home-bg {
    height: 107rem;
}

.home .home-bg::after,
.post-type-archive-wt_service .home-bg::after,
.wt_service-template-services-subpage .home-bg::after,
.page-template-default .home-bg::after,
.page-template-details-page-alternative .home-bg::after {
    display: none;
}

.post-type-archive-wt_service .home-bg,
.page-template-services-page .home-bg {
    background-image: url('../img/home-header-bg.jpg');
    height: 107rem;
    clip-path: polygon(0 0, 100% 0%, 100% 79%, 0% 100%);
}

.wt_service-template-services-subpage .home-bg,
.page-template-details-page-alternative .home-bg {
    background-image: url('../img/bg-header-services-single.png');
    height: 107rem;
}

.wt_service-template-services-subpage .home-bg.page-e-marketing {
    background-image: url('../img/backgrounds/service-e-marketing.jpg');
}

.wt_service-template-services-subpage .home-bg.page-web-consultancy {
    background-image: url('../img/backgrounds/service-web-consultancy.jpg');
}

.wt_service-template-services-subpage .home-bg.page-website-translation-services {
    background-image: url('../img/backgrounds/service-website-translation-services.jpg');
}


.page-template-details-page-with-video .home-bg,
.page-template-details-page .home-bg {
    background-image: url('../img/backgrounds/bg-details-page.png');
    height: 107rem;
}

.home-bg.page-about-us {
  background-image: linear-gradient(rgba(0, 0, 0, 0.097),rgba(0, 0, 0, 0.4)) , url('../img/backgrounds/about-us.jpg');
}

.home-bg.page {
    background-size: cover;
}

.wt_service-template-services-subpage .home-bg.page,
.post-type-archive-wt_casestudy .home-bg.page,
.page-template-details-page-with-video .home-bg.page {
    clip-path: polygon(0 0, 100% 0%, 100% 79%, 0% 100%);
}

/*
.home-bg:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 65px;

    z-index: 1;
    background: white;
    clip-path: polygon(0 100%, 0 0, 100% 100%);
    -webkit-clip-path: polygon(0 100%, 0 0, 100% 100%);
}
*/

#home-circle-1 {
    height: 52.8rem;
    width: 52.8rem;
    background-color: transparent;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    border: 2px solid #d8edfc;
    right: 19rem;
    z-index: 2;
    top: 52rem;
}

#home-circle-2 {
    height: 6rem;
    width: 6rem;
    background-color: #d8edfc;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    right: 10rem;
    top: 87rem;
    z-index: 2;
}

.home.page-template #home-circle-2 {
    top: 104rem;
}

.home.page-template #home-circle-1 {
    top: 70rem;
}

.page-template-details-page-with-video .home-bg {
    overflow: hidden;
}

.page-template-details-page-with-video #home-circle-1 {
    top: 50rem;
    right: 20rem;
}

/*WHAT CAN WE DO BLOCK*/
.what-can-block {
    text-align: center;
    padding: 0rem 0 6rem;
}

.home.page-template .what-can-block {
    padding: 12rem 0 6rem;
}

.archive .what-can-block__box:hover {
    background-color: #e5f4ff;
    border-radius: 1rem;
}

.archive .what-can-block__box {
    padding-top: 1.5rem;
}

.what-can-block .wrapper>p,
.our-clients-content .wrapper>p {
    color: #A1A1A2;
    font-size: 2.2rem;
    position: relative;
    margin-bottom: 60px;
    margin-top: 2rem;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

.what-can-block .wrapper>h2,
.pricing-options .wrapper>h2,
.our-clients-content__header h2,
.header-h2 {
    color: #05468F;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 4.5rem;
    display: block;
    margin-bottom: 2.6rem;
}

.services-content .what-can-block {
    margin-top: 3rem;
}

.services-content .what-can-block .wrapper>h2 {
    text-align: right;
}

.services-content .what-can-block .wrapper>p {
    display: block;
    text-align: right;
}

.services-content .what-can-block .wrapper h2::after {
    display: none;
}

.what-can-block .wrapper h2::after {
    content: "";
    display: block;
    width: 50px;
    height: 2px;
    bottom: -1.3rem;
    position: relative;

    background: #5CA2F4;
    margin: auto;
}

.services-content .what-can-block .wrapper .header-short-line {
    margin-right: 0;
}

.what-can-block__boxes {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    flex-grow: unset;
    gap: 2rem;
    justify-content: space-between;
}

.what-can-block__box {
    flex-basis: 33rem;
}

.what-can-block__box>a:hover {
    text-decoration: none;
}

.what-can-block__boxes__box__img {
    margin-bottom: 25px;
    height: 100px;
    overflow: hidden;
}

.what-can-block__boxes__box__img img {
    max-width: 100%;
}

.what-can-block__boxes__box__descr {
    overflow: hidden;
    padding: 0;
}

.what-can-block__boxes__box__descr p {
    font-size: 2rem;
    color: #A1A1A2;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

.what-can-block__boxes__box__descr p.h6 {
    color: #05468F;
    margin-bottom: 10px;
    font-size: 2.5rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
}

.what-can-block__boxes__box__button {
    color: #05468F;
    margin-bottom: 10px;
    margin-top: 1rem;
    font-size: 2rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    border: 1px solid silver;
    padding: 0.5rem 1rem;
    width: 16rem;
    height: 4.7rem;
    border-radius: 25px;
    background-color: white;
    border: 1px solid #c3c3c3;
}

/*HOME IMAGE*/
.home-images {
    overflow: hidden;
    margin-top: 5rem;
}

.home-images .wrapper {
    width: 100%;
}

.home-images__incline {
    position: relative;
    background: #fff;
}

.home-images__incline:before {
    content: '';
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    border-top: 65px solid #fff;
    border-left: 100vw solid transparent;
    z-index: 9;
}

.home-images__incline:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 0;
    height: 0;
    border-bottom: 65px solid #fff;
    border-right: 100vw solid transparent;
    z-index: 9;
}

.home-images__box {
    height: 375px;
    overflow: hidden;
    margin-left: -15px;
}

/*SLIDER BRAND*/
.slider-brand {
    text-align: center;
    padding: 60px 0 60px;
}

.slider-brand p {
    color: #A1A1A2;
    font-size: 19px;
    position: relative;
    margin-bottom: 50px;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

.slider-brand h3 {
    color: #05468F;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    margin: 0 0 10px;
    font-size: 31px;
    display: block;
}

.slider-brand .slick-slide {
    height: 120px;
}

.slider-brand__box {
    display: table;
    height: 100%;
    text-align: center;
    width: 100%;
}

.slider-brand__box>div {
    display: table-cell;
    max-width: 212px;
    vertical-align: middle;
}

.slider-brand__box>div img {
    max-width: 62%;
}

.slider-brand .slick-dots {
    bottom: -85px;
}

.slider-brand .slick-dots li {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    border: 1px solid #D7D7D7;
}

.slider-brand .slick-dots li button {
    text-indent: -9999px;
}

.slider-brand .slick-dots li.slick-active {
    background: #09A3E7;
    border: 1px solid #09A3E7;
}

/*SLIDER READ*/
.slider-read {
    padding: 18rem 0 140px;
    margin-bottom: 55px;
    background-color: #e6edf2;
    position: relative;
    overflow: hidden;
}

.circle-container {
    position: relative;
    display: block;
    width: 100%;

}

.circle-container .image {
    position: absolute;
    width: 64rem;
    height: 64.6rem;
    top: -25rem;
    z-index: 1;
    right: -21rem;
    overflow: hidden;
}

.circle-container .image img {
    width: 100%;
}


.slider-read-circle {
    content: '';
    height: 55.8rem;
    width: 52.8rem;
    background-color: transparent;
    background: url('../img/two-circles.png') no-repeat 50% 50%;
    border-radius: 50%;
    display: block;
    position: absolute;
    border: 2px solid #D8EDFC;
    right: 0;
    /* left: -40rem; */
    /* bottom: -373rem; */
    /*transform: translate(-30rem,-26rem)*/
}

.slider-read__boxes {
    margin: 5rem 0;
    display: flex;
    flex-basis: 40rem;
    column-gap: 1rem;
    row-gap: 2rem;
    flex-wrap: wrap;
    justify-content: space-between;
}

.slider-read h3 {
    color: #05468F;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    margin: 0;
    font-size: 4.5rem;
    display: block;
}

.slider-read h3::after {
    content: "";
    display: block;
    width: 50px;
    height: 2px;
    bottom: -2.5rem;
    position: relative;
    background: #5CA2F4;
}

.slider-read .float-right-link {
    font-family: SegoeUI, Segoe UI;
    transform: translateY(-4rem);
    display: block;
    position: relative;
    float: right;
    font-size: 2.2rem;
    text-decoration: underline;
    color: #009DE1;
    margin-right: 4rem;
    line-height: 1.1;
    z-index: 2;
}

.slider-read .slick-list {
    padding: 4rem 0;
}

.slider-read__box {
    flex-basis: 33rem;
    margin: 0;
    width: 265px;
    max-width: 35rem;
    min-height: 56rem;
    background-color: white;
    flex-grow: 1;
}

.slick-slider {
    z-index: 3;
}

.slider-read .wrapper {
    max-width: 167rem;
}

.slider-read__box__img {
    min-width: 33rem;
    min-height: 28.8rem;
    overflow: hidden;
    background-size: cover;
}

.slider-read__box__img img {
    max-width: 100%;
}

.slider-read__box__descr {
    background: #fff;
    height: 23rem;
    overflow: hidden;
    width: 100%;
    padding: 1rem;
    box-sizing: border-box;
    position: relative;
}

.slider-read__box__descr p {
    color: #A1A1A2;
    margin: 0 0 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 2rem;
}

.slider-read__box__descr p.h6 {
    font-size: 2.5rem;
    color: #05468F;
    margin-bottom: 25px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
}

.slider-read__box a {
    text-decoration: none;
    font-weight: 600;
    font-size: 2.5rem;
    color: #05468F;
    padding: 2rem 1rem;
    margin: 2rem 0;
    display: block;
}

.slider-read .slick-dots {
    bottom: -55px;
}

.slider-read .slick-dots li {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    border: 1px solid #D7D7D7;
    background: #fff;
}

.slider-read .slick-dots li button {
    text-indent: -9999px;
}

.slider-read .slick-dots li.slick-active {
    background: #09A3E7;
    border: 1px solid #09A3E7;
}

/*PAGINATION LINKS*/

.case-study .pagination {
    margin: 50px 0 0 45% !important;

}

.pagination {
    margin: 40px 0 20px 40% !important;
}

.pagination h2 {
    display: none;
}

.pagination .nav-links {
    color: #A1A1A2;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

/*SEARCH PAGE*/
article {
    margin-bottom: 50px;
}

.home-title {
    color: #777;
}

.entry-header>img {
    margin: 0 20px 20px 0;
    display: block;
    float: left;
}

.entry-title {
    margin-bottom: 30px;
}

.entry-summary>p,
.entry-meta {
    color: #A1A1A2;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    margin-bottom: 15px;
}

.entry-meta a {
    color: #337ab7;
    text-decoration: none;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

/*ETC.*/
.sfp-loc-level {
    height: 320px;
    padding: 0;
    margin: 20px 0 !important;
    cursor: pointer;
}

.sfp-loc-level:hover {
    border: 1px solid #337ab7;
}

.sfp-loc-level>span {
    display: none;
}

.services-content .container-fluid>p {
    padding-top: 30px;
    color: #A1A1A2;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

.h3-excerpt {
    font-size: 23px !important;
}

.e-marketing .lang-service {
    margin: 0;
    height: 250px;
    color: #fff;
    opacity: 0.7;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    cursor: pointer;
}

.e-marketing .lang-service:hover {
    opacity: 1;
}

.e-marketing .lang-service>h1 {
    font-size: 36px;
    color: #fff;
    text-decoration: none;
}

.e-marketing .lang-service:nth-child(2),
.e-marketing .lang-service:nth-child(4),
.e-marketing .lang-service:nth-child(6) {
    background-color: #4058A1;
}

.e-marketing p:first-child {
    padding-top: 50px;
}

.translation .lang-service {
    height: 300px;
    background-color: #4058A1;
    opacity: 0.7;
    color: #fff;
    border: 1px solid #fff;
    box-sizing: border-box;
    cursor: pointer;
}

.translation .lang-service:hover {
    opacity: 1;
}

.services-content .container-fluid ul li,
.about-us-content .about-us-block__left ul li {
    color: #A1A1A2;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

/*.services-content .container-fluid h3 {*/
/*    color: #A1A1A2;*/
/*    font-size: 23px;*/
/*    font-family: 'Roboto', sans-serif;*/
/*    font-weight: 300;*/
/*}*/
.about-us-content .about-us-block__left li>a {
    color: #337ab7;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

.about-us-content .about-us-block__left embed {
    display: block;
    width: 100%;
}

.expertise-area {
    height: 250px;
    margin-top: 0;
    cursor: pointer;
    box-sizing: border-box;
}

.expertise-area:hover {
    border: 1px solid #337ab7;
    box-sizing: border-box;
}

.expertise-area h2>a {
    text-decoration: none;
}

.expertise-area p>a {
    text-decoration: none;
}

.expertise-area h2 {
    font-size: 28px;
}

.knowledge .h3-excerpt {
    padding: 0 30px;
    margin: 0 0 60px;
}

.knowledge .h3-excerpt:before {
    margin-left: 30px;
    bottom: -20px;
}

.knowledge .h3-knowledge {
    margin: 0 0 60px;
}

.knowledge .h3:before {
    margin-left: 20px;
}

.services-content__with-img__text.knowledge {
    padding-top: 0;
    margin-top: 50px;
    color: white;
}

.knowledge p,
.knowledge-subpage p,
.knowledge-subpage ul li {
    list-style: inside;
    padding: 0 20px;
    color: #A1A1A2;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

.knowledge-boxes {
    margin-top: 0;
}

.knowledge h3 {
    color: #51BFEF;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    font-size: 24px;
}

.knowledge-subpage img {
    float: left;
    margin: 0 30px 30px 0;
}

.knowledge-subpage h2 {
    margin-top: 50px;
    color: #51BFEF;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    font-size: 28px;
}

.knowledge-subpage h3 {
    color: #79797a;
    font-size: 22px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

.knowledge-subpage h5 {
    color: #79797a;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

.knowledge-subpage .side-thumb {
    width: 50%;
}

.contact-us-content__left__btn input[type="submit"] {
    color: #09A3E7;
    border: 3px solid #09A3E7;
    border-radius: 35px;
    display: block;
    width: 165px;
    height: 50px;
    line-height: 45px;
    text-align: center;
    /*font-weight: bold;*/
    font-size: 20px;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    background-color: transparent;
}

div.wpcf7-mail-sent-ok {
    color: #398f14;
    border: none;
}

.wpcf7-not-valid-tip {
    color: rgba(255, 0, 0, 0.62);
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

.wpcf7-response-output.wpcf7-validation-errors {
    color: rgba(180, 169, 0, 0.87);
    border: none;
}

.about-us-form input[type="email"]+.wpcf7-not-valid-tip {
    margin-left: 28px;
    margin-top: 3px;
}

.about-us-form input[type="file"]+.wpcf7-not-valid-tip {
    position: absolute;
    margin-top: 5px;
    font-weight: normal;
    font-size: 14px;
}

.about-us-form label .wpcf7-form-control-wrap {
    position: unset;
}

.page-404-content {
    margin: 40px 0;
    padding: 20px;
}

.page-404-content p {
    color: #fff;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

.page-404-content a {
    color: #337ab7;
}

.page-404-content .screen-reader-text {
    display: none;
}

.page-404-content input {
    color: #79797a;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

.page-404-content input[type="text"] {
    border-radius: 5px;
    padding-left: 10px;
}

.page-404-content input[type="submit"] {
    border-radius: 5px;
    width: 72px;
    height: 32px;
    border: none;
}

#post-0 {
    margin-top: 40px;
    padding: 20px;
    color: #79797a;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

.search-content .searchform>div>label {
    display: none;
}

.search-content .searchform input[type="text"] {
    border-radius: 5px;
    padding-left: 10px;
}

.search-content .searchform input[type="submit"] {
    border-radius: 5px;
    width: 72px;
    height: 32px;
    border: none;
}

.search-post {
    margin: 40px 0;
    color: #A1A1A2;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

.search-post p {
    position: relative;
    margin-bottom: 20px;
    display: block;
}

.search-post img {
    float: left;
    margin: 20px 20px 20px 0;
}

.search-post h1 {
    color: #7d7d7e;
    font-size: 30px;
}

.search-post h2 {
    color: #7d7d7e;
    font-size: 26px;
}

.search-post h3 {
    color: #7d7d7e;
    font-size: 22px;
}

/*.home-images__incline .color-images__boxes__container:first-child .color-images__boxes__box__opacity a > img {*/
/*    bottom: 156px;*/
/*    max-width: 270px;*/
/*}*/

.home-images__incline .color-images__boxes__container:nth-child(2) .color-images__boxes__box__logo__bg>img {
    /*top: 37px;*/
    left: auto;
    top: auto;
}

.home-images__incline .color-images__boxes__container:nth-child(3) .color-images__boxes__box__logo__bg>img {
    width: 108px;
    /*left: calc(50% - 54px);*/
    /*top: 7px;*/
    left: auto;
    top: auto;
}

.home-images__incline .color-images__boxes__container:nth-child(4) .color-images__boxes__box__logo__bg>img {
    /*top: 43px;*/
    left: auto;
    top: auto;
}

.home-images__incline .color-images__boxes__container:nth-child(5) .color-images__boxes__box__logo__bg>img {
    width: 150px;
    /*left: calc(50% - 47px);*/
    /*top: 13px;*/
    left: auto;
    top: auto;
}

.home-images__incline .color-images__boxes__container:nth-child(6) .color-images__boxes__box__logo__bg>img {
    /*top: 31px;*/
    left: auto;
    top: auto;
}

.home-images__incline .color-images__boxes__container:first-child .color-images__boxes__box__opacity p,
.home-images__incline .color-images__boxes__container:nth-child(2) .color-images__boxes__box__opacity p,
.home-images__incline .color-images__boxes__container:nth-child(3) .color-images__boxes__box__opacity p {
    bottom: 70px;
}

/*.home-images__incline .color-images__boxes__container:nth-child(2) .color-images__boxes__box__opacity a > img {*/
/*    bottom: 196px;*/
/*    max-width: 270px;*/
/*}*/
/*.home-images__incline .color-images__boxes__container:nth-child(3) .color-images__boxes__box__opacity a > img {*/
/*    bottom: 111px;*/
/*    max-width: 240px;*/
/*    left: calc(50% - 120px);*/
/*}*/
/*.home-images__incline .color-images__boxes__container:nth-child(4) .color-images__boxes__box__opacity a > img {*/
/*    max-width: 290px;*/
/*    left: calc(50% - 145px);*/
/*    top: 87px;*/
/*}*/
.home-images__incline .color-images__boxes__container:nth-child(4) .color-images__boxes__box__opacity p {
    bottom: 98px;
}

.home-images__incline .color-images__boxes__container:nth-child(5) .color-images__boxes__box__opacity p {
    bottom: 98px;
}

.home-images__incline .color-images__boxes__container:nth-child(6) .color-images__boxes__box__opacity p {
    bottom: 84px;
}

.home-images__incline .color-images__boxes__container:nth-child(4) .color-images__boxes__box__opacity .double-box {
    bottom: 40px;
}

.home-images__incline .color-images__boxes__container:nth-child(5) .color-images__boxes__box__opacity .double-box {
    bottom: 40px;
}

.home-images__incline .color-images__boxes__container:nth-child(6) .color-images__boxes__box__opacity .double-box {
    bottom: 18px;
}

/*.home-images__incline .color-images__boxes__container:nth-child(5) .color-images__boxes__box__opacity a > img {*/
/*    max-width: 180px;*/
/*    left: calc(50% - 90px);*/
/*    top: 34px;*/
/*}*/
/*.home-images__incline .color-images__boxes__container:nth-child(6) .color-images__boxes__box__opacity a > img {*/
/*    max-width: 320px;*/
/*    left: calc(50% - 160px);*/
/*    top: 84px;*/
/*}*/
/*.color-images .color-images__boxes__box__opacity img {*/
/*    max-width: 180px;*/
/*    left: calc(50% - 90px);*/
/*    top: calc(50% - 44px);*/
/*}*/

/*our clients*/
.color-images .color-images__boxes__container .color-images__boxes__box__opacity p {
    bottom: 62px;
}

.color-images .color-images__boxes__container:nth-child(2) .color-images__boxes__box__logo__bg__cs img {
    top: 30px;
}

.color-images .color-images__boxes__container:nth-child(3) .color-images__boxes__box__logo__bg__cs img {
    top: 1px;
    width: 100px;
    left: calc(50% - 50px);
}

.color-images .color-images__boxes__container:nth-child(4) .color-images__boxes__box__logo__bg__cs img {
    top: 36px;
}

.color-images .color-images__boxes__container:nth-child(5) .color-images__boxes__box__logo__bg__cs img {
    /*top: 5px;*/
    width: 150px;
    /*left: calc(50% - 45px);*/
    top: auto;
    left: auto;
    position: relative;
}

.color-images .color-images__boxes__container:nth-child(6) .color-images__boxes__box__logo__bg__cs img {
    top: 28px;
}

/*.color-images__boxes__box:hover .color-images_boxes_logo,*/
/*.color-images__boxes__box:hover .color-images__boxes__box__img {*/
/*    display: none;*/
/*}*/
/*.home-images__incline .color-images__boxes__container:first-child .color-images_boxes_logo,*/
/*.home-images__incline .color-images__boxes__container:nth-child(2) .color-images_boxes_logo,*/
/*.home-images__incline .color-images__boxes__container:nth-child(4) .color-images_boxes_logo,*/
/*.home-images__incline .color-images__boxes__container:nth-child(6) .color-images_boxes_logo {*/
/*    left: calc(50% - 122px);*/
/*    max-width: 244px;*/
/*}*/
.faq-navigation {
    margin-top: 70px;
}

.faq-navigation .faq-nav-previous a,
.faq-navigation .faq-nav-next a {
    color: #51BFEF;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

.testimonial-title {
    color: #05468F;
    position: relative;
    margin: 0 0 25px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 31px;
}

.testimonial {
    color: #A1A1A2;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 19px;
    margin: 0 0 20px;
    font-style: italic;
}

.testimonial-author {
    text-align: right;
    color: #A1A1A2;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 19px;
    margin: 0 0 20px;
    /*font-weight: bold;*/
}

.testimonial-quotes {
    margin-right: 10px;
    margin-left: 10px;
    font-size: 15px;
}

/*
 *   Twitter Footer
 */

.twitter-message, .twitter-date {
    line-height: 15px;
    display: block;
    margin-bottom: 0px;

    color: #536B76;
    font-weight: normal;
}

.twitter-block i.fa-twitter {
    font-size: 3rem;
    float: right;
    margin-top: -0.5rem;
}

.twitter-date {
    color: #536B76;
}

.twitter-message a {
    color: #00AB50;
}

#tweet-container {
    position: relative;
    width: auto;
    height: auto;
    padding: 0;
}

#tweet-container ul {
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    margin: 0 !important;
}

span.twitter-message,
span.twitter-date {
    font-size: 1.8rem;
    font-weight: normal;
    line-height: 1.5;
}

.twitter-block {
    width: auto;
    max-width: 27.5rem;
}