body {
    font-family: "Roboto", sans-serif !important;
	background-color: #fff;
	color: #818181;
	font-size: 19px;
    font-weight: 500;
    line-height: 32px;
}

@media (max-width: 768px) {
    body {
        line-height: 21px;
    }
}

img {
    max-width: 100%;
}

h1 {
	font-family: "Raleway", sans-serif;
	color: #fff;
	font-size: 40px;
	line-height: 38px;
	font-weight: 600;
	margin-bottom: 40px;
}

h2 {
    font-family: "Raleway", sans-serif;
	color: #fff;
	font-size: 48px;
	line-height: 50px;
	font-weight: 600;
	margin-bottom: 30px;
}

@media (max-width: 768px) {
    h2 {
        font-size: 35px;
	    line-height: 36px;
    }
}

h3 {
	font-family: "Raleway", sans-serif;
	color: #fff;
	font-size: 40px;
	line-height: 38px;
	font-weight: 600;
	margin: 40px 0;
}

header {
    top: 0;
    width: 100%;
    height: 100px;
    position: absolute;
    background-color: transparent;
    z-index: 3;
}

header .container, header .row {
    height: 100%;
}

button, [type=submit] {
    cursor: pointer;
}

a, a:hover, a:visited {
    color: inherit;
    text-decoration: none;
}

/* ================================================================================================================== */

footer {
    padding: 80px 0;
    background-color: #fff;
    border-top: 2px solid #0ad1e2;
}

footer small {
    font-size: 21px;
    line-height: 28px;
    display: block;
    font-weight: 500;
    color: #8d8d8d;
}

.footer__blue-bg {
    background-color: #00abeb;
    color: #fff;
}

.footer__side-text {
    font-family: "Raleway", sans-serif;
    color: #00abeb;
    font-size: 22px;
    font-weight: 600;
}

.footer__side-text strong {
    color:#152649;
}

.footer__ready {
    text-align: center;
    margin-top: 50px;
    position: relative;
}

.footer__ready:before {
    content:'';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #cacaca;
    left: 0;
    top: 50%;
    z-index: 0;
}

.footer__ready-button {
    padding: 10px 20px;
    color: #fff;
    border: 0;
    background-color: #00abeb;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    font-size: 13px;
    position: relative;
}

.footer__ready-button--short {
    margin-top: -15px;
}

.footer__services {
    padding: 40px 0;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 20px;
}

.footer__services img {
    margin-left: 30px;
}

.footer__kubernetes {
    text-align: center;
    margin-top: 50px;
    position: relative;
}

.footer__kubernetes:before {
    content:'';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #cacaca;
    left: 0;
    top: calc(50% - 15px);
    z-index: 0;
}

.footer__kubernetes--short:before {
    top: calc(50% - 5px);
}

.footer__kubernetes-wrap {
    position: relative;
}

@media (max-width: 768px) {
    footer {
        border-top: 0;
    }
    
    .footer__separate {
        display: block;
    }
    
    .footer__services img {
        margin-left: 0;
        max-width: 33%;
        margin-top: 10px;
        height: 50px;
    }
    
    .footer__call img {
        max-width: 70px;
        margin-top: 50px;
        margin-bottom: 20px;
    }
}

@media (max-width: 600px) {
    .footer__side-text {
        padding: 0 20%;
    }
    
    footer .logo img {
        margin-bottom: 50px;
    }
}

/* ================================================================================================================== */

.top-banner {
    width: 100%;
    height: 620px;
    background-color: #2a2929;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

@media (max-width: 768px) {
    .top-banner {
        height: auto;
        padding-top: 120px;
    }
}

.top-banner .container, .top-banner .row {
    height: 100%;
    position: relative;
    z-index: 1;
}

.top-banner__image {
    margin-top: auto;
}

@media (max-width: 768px) {
    .top-banner__image {
        z-index: -1;
    }
}

.top-banner__item {
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    line-height: 18px;
    margin-top: 20px;
    margin-left: 0;
    position: relative;
    font-weight: 700;
}

/*.top-banner__item:before {
    position: absolute;
    content: '';
    width: 36px;
    height: 18px;
    left: -50px;
    top: 3px;
    background-image: url('https://translucentcomputing.com/wp-content/uploads/2021/04/pre-item.png');
}

@media (max-width: 768px) {
    .top-banner__item {
        margin-left: 0;
    }
    
    .top-banner__item:before {
        display: none;
    }
}*/

.top-banner__green-box {
    background-color: rgba(20,178,237,0.2);
    padding: 20px;
    color: #fff;
    border-radius: 10px;
}

.top-text {
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 20px;
}

.form-top {
    border: 0;
    border-bottom: 1px solid #fff;
    background: transparent;
    height: 40px;
    margin-bottom: 25px;
    padding: 0;
    width: 100%;
    font-size: 13px;
    color: #fff;
}

.top-banner__green-box .wpcf7-not-valid-tip {
    font-size: 10px;
    line-height: 15px;
    margin-top: -20px;
    margin-bottom: 5px;
}

.top-banner__green-box .wpcf7-response-output {
    font-size: 12px;
    line-height: 15px;
}

.form-textarea {
    border: 1px solid #fff;
    background: transparent;
    margin-bottom: 10px;
    padding: 0 10px;
    width: 100%;
    font-size: 13px;
    color: #fff;
    height: 90px;
    position: relative;
    border-radius: 5px;
    margin-top: 10px;
}

.top-banner__green-box .message:after {
    content:'';
    position: absolute;
    width: 32px;
    height: 40px;
    background-image: url('https://translucentcomputing.com/wp-content/uploads/2021/04/mrdata4.png');
    top: -20px;
    right: -15px;
}

.form-checkbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
    margin-top: 10px;
}

.form-checkbox .wpcf7-list-item {
    margin: 0;
    width: 30%;
    border: 1px solid #fff;
    padding: 10px 5px;
    font-size: 12px;
    margin: 0;
    line-height: 12px;
    text-align: center;
    font-weight: 400;
}

.form-checkbox .wpcf7-list-item input[type=radio] {
    display: none;
}

.form-checkbox .wpcf7-list-item.checked {
    background-color: #eeeeee;
    color: #09aeec;
    font-weight: 800;
}

.form-checkbox .wpcf7-list-item label {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
}

.top-btn {
    padding: 10px;
    color: #fff;
    border: 0;
    background-color: #09aeec;
    text-transform: uppercase;
    font-weight: 700;
    float: left;
    width: 100%;
}

.top-banner--cl h1 {
    color: #152649;
}

.top-banner--cl:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: rgb(255,255,255);
    background: linear-gradient(270deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 90%, rgba(255,255,255,1) 100%);
    top: 0;
    left: 0;
}

@media (max-width: 1000px) {
    .top-banner--cl:after {
        background: linear-gradient(270deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    }
}

@media (max-width: 700px) {
    .top-banner--cl:after {
        background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 90%, rgba(255,255,255,1) 100%);
    }
}


.top-banner--cl .top-banner__item {
    color: #03aceb;
}

.top-banner--cl .top-banner__green-box {
    background-color: rgba(9,174,236,.6);
}

@media (max-width: 1000px) {
    .top-banner--cl .top-banner__green-box {
        margin-bottom: 60px;
    }
}

#calendly-button-top {
    position: absolute;
    bottom: 20px;
    z-index: 1;
    left: 50%;
    transform: translate(-50%, 0);
    width: 70%;
}

#calendly-button-top.top-mid {
    top: -57px;
}


.top-btn {
    padding: 15px 30px;
}

/* ================================================================================================================== */

.trusted-by {
    width: 100%;
    height: 80px;
    background-color: #2a2929;
}

.trusted-by .container, .trusted-by .row {
    height: 100%
}

.trusted-by img {
    width: auto !important;
    height: auto;
}

.trusted-by__wrap-guide {
    width: 150px;
    height: 80px;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
}

.trusted-by .trusted-guide {
    width: 140px !important;
    height: auto;
}

.trusted-by__gallery {
    display: inline-block !important;
    width: calc(100% - 200px);
    margin-left: 50px;
    float: right;
}

.trusted-by__gallery .item {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
}

@media (max-width: 768px) {
    .trusted-by__wrap-guide {
        width: 100px;
    }
    
    .trusted-by .trusted-guide {
        width: 90px !important;
    }
    
    .trusted-by__gallery {
        display: inline-block !important;
        width: calc(100% - 130px);
        margin-left: 30px;
    }
}

/* ================================================================================================================== */

.steps {
    width: 100%;
    position: relative;
    padding: 150px 0;
    background-image: url('https://translucentcomputing.com/wp-content/uploads/2021/04/bd-1.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

@media (max-width: 768px) {
    .steps {
        padding: 80px 0;
    }
}


.steps h2 {
    color: #21283b;
}

.steps strong {
    color: #21283b;
    font-weight: 600;
}

@media (max-width: 1000px) {

    .steps img {
        margin-bottom: 70px;
    }
}

@media (max-width: 768px) {
    .steps strong {
        display: block;
        margin-top: 20px;
    }
}

/* ================================================================================================================== */

.phrase {
    width: 100%;
    position: relative;
    font-size: 22px;
    background-color: #151515;
}

.phrase--mid {
    padding: 0px 0 260px;
}

.trusted--mid {
    margin-top: 50px;
}

@media (max-width: 1000px) {
    .phrase {
        padding: 0;
    }
}

.phrase strong {
    font-weight: 600;
    color: #09aeec;
}

.phrase__btn {
    padding: 15px 50px;
    color: #fff;
    border: 0;
    background-color: #09aeec;
    margin-top: 30px;
    text-transform: uppercase;
    font-weight: 600;
}

.phrase__wrap-content {
    position: absolute;
    bottom: 100px;
    width: 100%;
    color: #fff;
}

.phrase__wrap-content--kindle {
    bottom: 200px !important;
}

.phrase__wrap-content--mid {
    bottom: 200px !important;
}

.phrase__wrap-content p {
    max-width: 950px;
    margin-left: auto;
    margin-right: auto;
}

.phrase__wrap-content img {
    float: left;
    margin-right: 40px;
}

@media (max-width: 1000px) {
    .phrase__wrap-content img {
        float: none;
        display: block;
        margin: 0 auto 40px;
    }
}

.phrase__wrap-content a {
    margin: 0 auto;
    display: block;
    text-align: center;
}

@media (max-width: 1000px) {
    .phrase {
        line-height: 25px;
        font-weight: 400;
    }

    .phrase__wrap-bg {
        background-color: #151515;
        overflow-x: hidden;
    }
    
    .phrase__wrap-bg img {
        height: 700px;
        width: auto;
        max-width: none;
        margin: 0 -433px 200px;
    }
    
    .devops-styles .phrase__wrap-bg img {
        margin: 0 -433px 0px;
    }
    
    .phrase__wrap-content {
        bottom: 50px !important;
    }
    
    .phrase__wrap-content--kindle {
        bottom: 200px !important;
    }
    
    .devops-styles .phrase__wrap-content {
        bottom: 30px !important;
    }
}

@media (max-width: 768px) {
    .phrase__wrap-content--kindle {
        bottom: 50px !important;
    }
}

/* ================================================================================================================== */

.time-money {
    width: 100%;
    position: relative;
    padding: 100px 0;
    background-color: #fff;
    color: #8d8d8d;
    background-image: url('https://translucentcomputing.com/wp-content/uploads/2021/04/bd-2.png');
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
}

.time-money--mid {
    color: #152649;
}

.time-money--short {
    padding: 100px 0 250px;
}

.time-money--short4 {
    padding: 100px 0 170px;
}

@media (max-width: 768px) {
    .time-money--short4 {
        padding: 100px 0 50px;
    }
}

.time-money h2 {
    color: #152649;
    margin-bottom: 50px;
}

.time-money strong {
    color: #09aeec;
    font-weight: 600;
}

.time-money--mid p {
    font-weight: 400;
}

.time-money--mid p strong {
    color: inherit;
}

.time-money__image {
    margin-bottom: 50px;
}

.time-money .trusted-by {
    margin-top: 50px;
    border-radius: 10px;
}

@media (max-width: 600px) {
   .time-money__image{
        margin-bottom: 0;
    } 
}

.time-money__light {
    font-weight: 300;
}

.time-money__btn {
    padding: 15px 50px;
    color: #fff;
    border: 0;
    background-color: #09aeec;
    margin-top: 30px;
    text-transform: uppercase;
    font-weight: 600;
}

.time-money--short p {
    max-width: 950px;
    margin-left: auto;
    margin-right: auto;
}

.time-money--short p img {
    float: left;
    margin-right: 40px;
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .time-money--short p img {
        float: none;
        display: block;
        margin: 0 auto 40px;
    }
}

.time-money--short a {
    margin: 0 auto;
    display: block;
    text-align: center;
}

.graphics-gallery .owl-dots {
    display: flex;
    justify-content: center;
    position: relative;
    margin: 30px auto;
    flex-direction: row;
}

.graphics-gallery .owl-dot {
    background-color: #e5e5e5 !important;
    border: 0;
    border-radius: 50%;
    display: block;
    width: 15px;
    height: 15px;
    margin: 0 5px;
}

.graphics-gallery .owl-dot.active {
    background-color: #152649 !important;
}

/* ================================================================================================================== */

.kubernetes {
    width: 100%;
    position: relative;
    padding: 100px 0 80px;
    background-color: #ececec;
    color: #8d8d8d;
    font-weight: 600;
}

.kubernetes--long {
    padding: 100px 0 180px;
}

.kubernetes h2 {
    color: #09aeec;
}

@media (max-width: 768px) {
    .kubernetes {
        padding: 50px 0;
    }
    
    .kubernetes h2 {
        border: 1px solid #ccc;
        padding: 20px;
        font-size: 30px;
        line-height: 32px;
        margin-top: 30px;
    }
}

.kubernetes strong {
    color: #8d8d8d;
    margin-bottom: 10px;
    font-size: 21px;
    display: block;
}

.kubernetes__item {
    margin-bottom: 10px;
    font-size: 16px;
}

.kubernetes__item i {
    color: #152649;
    margin-right: 10px;
}

.kubernetes__contour {
    background-color: #09aeec;
    color: #fff;
    font-size: 16px;
    display: inline;
    padding: 3px 10px;
    font-weight: 500;
}

.kubernetes__contour strong {
    color: #fff;
    font-size: 16px;
    display: inline;
    margin-bottom: 0;
    font-weight: 600;
}

@media (max-width: 768px) {
   .kubernetes__contour {
       display: block;
        text-align: center;
        margin-top: 20px;
        margin-bottom: 40px;
    } 
}

/* ================================================================================================================== */

.city-phrase {
    width: 100%;
    position: relative;
    padding: 200px 0 300px;
    background-color: #151515;
}

.city-phrase--mid {
    padding: 0px 0 300px;
}

@media (max-width: 768px) {
    .city-phrase {
        padding: 50px 0;
    }
}

/* ================================================================================================================== */

.clients {
    width: 100%;
    position: relative;
    background-color: #f1f1f1;
    padding-bottom: 40px;
    border-top: 2px solid #0ad1e2;
}

.clients__wrap {
    margin-top: -150px;
    background-color: #fff;
    padding: 60px 60px 80px;
    border-radius: 10px;
    -webkit-box-shadow: 10px 10px 20px 0 rgba(12,39,41,.5);
    box-shadow: 10px 10px 20px 0 rgba(12,39,41,.5);
}

@media (max-width: 1000px) {
    .clients {
        background-color: #fff;
        border-top: 0;
        -webkit-box-shadow: 10px 10px 20px 0 rgba(12,39,41,.5);
        box-shadow: 10px 10px 20px 0 rgba(12,39,41,.5);
        z-index: 1;
        padding: 50px 0 70px;
        overflow-x: hidden;
    }
    
    .clients__wrap {
        margin-top: 0;
        padding: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    
    .clients .container-fluid {
        padding: 0;
    }
}

.clients__wrap h2 {
    color: #152649;
    margin-bottom: 0;
}

@media (max-width: 1000px) {
    .clients__wrap h2 {
        margin-bottom: 40px;
    }
}

.clients__slider, .clients__slider2 {
    padding-right: 50px;
}

@media (max-width: 768px) {
    .clients__slider, .clients__slider2 {
        padding-right: 0;
    }
}

.clients__slider .owl-nav {
    position: absolute;
    width: calc(100% - 50px);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

@media (max-width: 1000px) {
    .clients__slider .owl-nav {
        width: 80px;
        justify-content: flex-start;
        z-index: 1;
    }
}

.clients__slider .owl-prev, .clients__slider .owl-next {
    width: 30px;
    height: 30px;
    color: #152649 !important;
    border: 2px solid #152649 !important;
    font-size: 15px !important;
    line-height: 15px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.clients__slider .owl-prev {
    margin-right: 10px;
}

.clients__slider .owl-dots {
    position: absolute;
    right: 15px;
    display: flex;
    margin: auto;
    height: 80px;
    bottom: calc(50% - 40px);
    flex-direction: column;
    justify-content: center;
}

@media (max-width: 768px) {
    .clients__slider .owl-dots {
        justify-content: flex-end;
    }
}

.clients__slider2 .owl-dots {
    position: absolute;
    right: 15px;
    display: flex;
    margin: auto;
    height: 80px;
    bottom: calc(50% - 15px);
    flex-direction: column;
    justify-content: center;
    display: block;
}

.clients__slider .owl-dot, .clients__slider2 .owl-dot {
    width: 10px;
    height: 10px;
    background-color: #e5e5e5 !important;
    border: 0;
    border-radius: 50%;
    display: block;
    margin: 5px 0;
}

.clients__slider .owl-dot.active, .clients__slider2 .owl-dot.active {
    background-color: #00abeb !important;
}

@media (max-width: 768px) {
    .clients__slider .owl-dots, .clients__slider2 .owl-dots {
        position: relative;
        margin-top: 30px;
        flex-direction: row;
        right: 0;
        height: auto;
        display: flex;
    }
    
    .clients__slider .owl-dot, .clients__slider2 .owl-dot {
        width: 15px;
        height: 15px;
        margin: 0 5px;
    }
    
    .clients__slider .owl-dot.active, .clients__slider2 .owl-dot.active {
        background-color: #152649 !important;
    }
}

.clients__slider .owl-stage {
    display: flex;
    align-items: stretch;
}

.clients__slider .owl-item {
    display: flex;
}

.clients__text {
    overflow: hidden;
}

.clients__name {
    overflow: hidden;
}


.clients__item {
    border: 2px solid #00abeb;
    border-radius: 5px;
    padding: 40px;
    color: #000;
    font-size: 16px;
    line-height: 18px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 10px
}

.clients__by {
    display: flex;
    align-items: center;
}

.clients__picture {
    width: 70px;
    height: 70px;
    min-width: 70px;
    border-radius: 50%;
    border: 5px solid #00abeb;
    margin-right: 20px;
    justify-content: center;
    align-items: center;
    display: flex;
    object-fit: cover;
    overflow: hidden;
}

.clients__picture img {
    object-fit: contain;
    filter: grayscale(1);
}

.clients__name {
    font-family: 'Rajdhani', sans-serif;
    color: #5b5b5b;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 20px;
}

.clients__name strong {
    color: #00abeb;
}

/* ================================================================================================================== */

.contact {
    width: 100%;
    position: relative;
    padding: 80px 0 100px;
    background-color: #f1f1f1;
    color: #21283b;
    font-size: 13px;
    font-weight: 700;
}

@media (max-width: 768px) {
    .contact {
        padding: 50px 0 30px;
        border-bottom: 1px solid #c5c8cf;
    }
}


.contact h3 {
    color: #21283b;
    margin-top: 0;
    font-weight: 800;
}

.devops-styles .contact h3 {
    text-transform: none;
}

.contact p {
    font-family: 'Raleway', sans-serif;
    margin-bottom: 40px;
    line-height: 20px;
    color: #636363;
}

.contact strong {
    color: #21283b;
    font-weight: 900;
}

.devops-styles .contact strong {
    font-size: 18px;
    display: block;
}

.contact__ceo {
    margin-bottom: 80px;
}

@media (max-width: 1000px) {
    .contact__ceo {
        float: left;
        width: 40%;
        margin-bottom: 0;
        margin-right: 20px;
    }
    
    .contact p {
        margin-bottom: 10px;
        line-height: 16px;
    }
    
    .contact__rotate {
        width: 40%;
        margin-bottom: 0;
        margin-right: 20px;
        margin-top: 70px;
    }
    
    .contact__rotate .item img {
        margin-bottom: 20px;
    }
    
    .devops-styles .contact strong {
        margin-bottom: 30px;
    }
}


.contact__blue {
    color: #00abeb !important;
}

form {
    font-family: 'Raleway', sans-serif;
}

#wpcf7-f2555-o2 strong {
    font-size: 18px;
    display: block;
    margin-bottom: 0;
}

@media (max-width: 768px) {
    #wpcf7-f2555-o2 .no-margin {
        margin-top: 30px;
        margin-bottom: 30px;
        padding-bottom: 50px;
        border-bottom: 1px solid #c5c8cf;
    }
}

.form-contact {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #dddddd;
    background-color: transparent;
    color: #959595;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
}

.form-contact .col-md-4, .devops-styles .contact .col-md-3 {
    margin-bottom: 20px;
}

input.form-contact {
    height: 40px;
}

textarea.form-contact {
    height: 115px;
    line-height: 20px;
}

.form-btn {
    color: #21283b;
    border: 1px solid #21283b;
    padding: 10px 30px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    border-radius: 5px;
}

.devops-styles .form-btn {
    width: 100%;
}

::-webkit-input-placeholder {
   color: #959595 !important;
}

:-moz-placeholder {
   color: #959595 !important;
}

::-moz-placeholder {
   color: #959595 !important;
}

:-ms-input-placeholder {  
  color: #959595 !important;
}

.top-banner ::-webkit-input-placeholder {
   color: #fff !important;
}

.top-banner :-moz-placeholder {
   color: #fff !important;
}

.top-banner ::-moz-placeholder {
   color: #fff !important;
}

.top-banner :-ms-input-placeholder {  
  color: #fff !important;
}

.ajax-loader {
  display: none !important;
}
/*
.error {
  margin-bottom: 20px !important;
  text-align: left !important;
  left: 0 !important;
  color: #cc0000 !important;
  font-weight: 400 !important;
  width: 100%;
}
label.error {
  display: none !important;
}

.wpcf7-not-valid-tip {
  display: none !important;
}
.wpcf7-not-valid {
  border: 1px solid red !important;
}

.wpcf7-response-output {
    display: none;
}
    */  
    
    
    
    
    