.clear:after {
    display: block;
    content: '';
    clear: both;
}
.owl-theme .owl-nav {
    margin-top: 0px;
}
.video-section {
    position: relative;
    padding-bottom: 4%;
    /*display:flex;
    flex-wrap:wrap;
    align-items:stretch;*/
    background: #f3f3f3;
    opacity: 9999;
    z-index: 9999;
}
.home-slider .btn-more {
    position: absolute;
    left: 35rem;
    top: auto;
    transform: translateY(0);
    bottom: 5rem;
}
.home-slider .btn-more:hover {
    background-color:rgba(255,255,255,0.3);
}
.video-frame {
    width: 100%;
    /*padding: 8% 13% 8% 5%;*/
    box-sizing: border-box;
    /*display:flex;
    align-items:center;*/
    height: 50vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%, 50%;
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
}
.video-header {
    width:100%;
    font-size:16px;
    line-height:1.8;
}
.video-header h1{
    font-size:35px;
    font-weight:700;
    margin:0 0 20px;
}
.video-header h2 {
    font-size: 23px;
    margin: 0 0 20px;
    line-height:1.4;
}
.video-opener {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 9;
    font-size: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    /*margin-right: -50px;*/
    width: 100px;
    height: 100px;
    background: #fd0054;
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
    background: #fd0054;
    background: -moz-linear-gradient(-45deg,#fd0054 0%,#fd6b00 100%);
    background: -webkit-gradient(left top,right bottom,color-stop(0%,#fd0054),color-stop(100%,#fd6b00));
    background: -webkit-linear-gradient(-45deg,#fd0054 0%,#fd6b00 100%);
    background: -o-linear-gradient(-45deg,#fd0054 0%,#fd6b00 100%);
    background: -ms-linear-gradient(-45deg,#fd0054 0%,#fd6b00 100%);
    background: -webkit-linear-gradient(315deg,#fd0054 0%,#fd6b00 100%);
    background: -o-linear-gradient(315deg,#fd0054 0%,#fd6b00 100%);
    background: linear-gradient(135deg,#fd0054 0%,#fd6b00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd0054',endColorstr='#fd6b00',GradientType=1 );
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
.video-opener:before {
    position:absolute;
    content:'';
    left:50%;
    top:50%;
    transform:translate(-50%, -50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 0 13px 22px;
    border-color: transparent transparent transparent #fff;

}
.video-popup {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background-color: #000;
    transition-timing-function: cubic-bezier(0.19,1,0.22,1);
    transition: opacity .8s, visibility, background-color 0.8s;
    z-index: 999;
    visibility: hidden;
    display:flex;
    align-items:center;
    padding:30px;
}
.video-box {
    width: 100%;
    max-width: 900px;
    height:50vh;
    position: relative;
    margin: 0 auto;
}
.video-box iframe{
    width: 100%;
   height:100%;
}
.video-open .video-popup {
    opacity: 1;
    visibility: visible;
}
.video-open .video-opener {
    opacity: 0;
    visibility: hidden;
}
.video-opener.closed {
    opacity:1;
    visibility:visible;
    display:none;
}
.video-open .video-opener.closed {
    background: none;
    top: 0;
    transform: translateY(0);
    color: #fff;
    font-size: 16px;
    z-index: 999;
    height: 35px;
    width: 35px;
    margin: -30px -20px 0 0;
    opacity: 1;
    visibility: visible;
    border: 1px solid #fff;
    text-align: center;
    line-height: 35px;
    display:block;
}
.video-opener.closed:before {
    display:none;
}
@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(253, 0, 84, .2)
    }
    70% {
        -webkit-box-shadow: 0 0 0 30px transparent
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 transparent
    }
}
@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(253, 0, 84, .2);
        -webkit-box-shadow: 0 0 0 0 rgba(253, 0, 84, .2);
        box-shadow: 0 0 0 0 rgba(253, 0, 84, .2)
    }
    70% {
        -moz-box-shadow: 0 0 0 30px transparent;
        -webkit-box-shadow: 0 0 0 30px transparent;
        box-shadow: 0 0 0 30px transparent
    }
    100% {
        -moz-box-shadow: 0 0 0 0 transparent;
        -webkit-box-shadow: 0 0 0 0 transparent;
        box-shadow: 0 0 0 0 transparent
    }
}
.video-open .master-wrapper-content {
    z-index:999;
}

.main-header {
    padding:30px 0;
    overflow:hidden;
    position:relative;
    text-align:center;
    letter-spacing:1px;
    font-size:18px;
}
.main-header h2{
    font-size:40px;
    margin:0 0 20px;
    text-transform:uppercase;
    position:relative;
    padding-bottom:20px;
}
.main-header h2:before{
    position:absolute;
    left:50%;
    bottom:0;
    transform:translateX(-50%);
    content:'';
    border-bottom:7px double #cd2122;
    width:110px;
}
.generic-block {
    border-bottom: 1px solid #f3f3f3;
    padding-bottom: 30px;
}
.services-holder {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
}
.services-cols {
    text-align:center;
    width:20%;
    margin:0 2% 4%;
}
.services-cols h3{
    text-transform:uppercase;
    font-size:20px;
    line-height:1.4;
    margin:0 0 20px;
}
.btn-more {
    display: inline-block;
    vertical-align: top;
    padding: 10px 20px;
    text-align: center;
    text-transform: capitalize;
    color: #fff;
    background-color: #cd2122;
    border: 2px solid #cd2122;
    font-size: 16px;
    border-radius: 5px;
    transition: all 0.3s ease;
}
.btn-more:hover {
    color: #cd2122;
    background-color:transparent;
}
.icons-holder {
    width: 80px;
    line-height: 80px;
    box-shadow: inset 0 0 0 2px #cd2122;
    text-align: center;
    border-radius: 50%;
    height: 80px;
    -webkit-transition: all .15s ease-out;
    transition: all .15s ease-out;
    font-size: 45px;
    line-height: 80px;
    margin: 0 auto 20px;
    color: #cd2122;
}
.icons-holder:hover{
    box-shadow: inset 0 0 0 40px #cd2122;
    color:#fff;
}
.services-info.what-do {
    /*padding-top:40px;*/
}
.services-info.what-do .icons-holder{font-size:0;}
.services-info.what-do .icons-holder span:before{
    font-size: 45px;
    line-height:80px;
}
.services-cols:hover .icons-holder {
    box-shadow: inset 0 0 0 40px #cd2122;
    color: #fff;
}
.services-cols:hover .btn-more {
    color: #cd2122;
    background-color: transparent;
}
.generic-block.process {
    background-color: #f5f5f5;
}
.procedure-holder {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.procedures-cols {
    width:33.33%;
    text-align:center;
    overflow:hidden;
    font-size:14px;
    line-height:1.5;
    position:relative;
}

.procedures-cols h3{
    font-weight: 600;
    font-size: 16px;
    margin: 0 10px;
    min-height: 44px;
    line-height: 1.4;
}
.procedures-cols p{
    margin:0 10px;
}
.steps-bar {
    height: 1px;
    width: 100%;
    background: #d8d8d8;
    margin: 50px 0 60px;
    position: relative;
}
.procedures-cols:first-child .steps-bar {
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(216,216,216,0)), color-stop(40%, rgba(216,216,216,1)));
    background: linear-gradient(to right,rgba(216,216,216,0) 0%,rgba(216,216,216,1) 40%);
}
.procedures-cols:last-child .steps-bar {
    background: -webkit-gradient(linear, left top, right top, color-stop(60%,rgba(216,216,216,1)), color-stop(100%,rgba(216,216,216,0)));
    background: -webkit-linear-gradient(left, rgba(216,216,216,1) 60%, rgba(216,216,216,0) 100%);
    background: linear-gradient(to right,rgba(216,216,216,1) 60%,rgba(216,216,216,0) 100%);
}
.steps-box {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    height: 80px;
    width: 80px;
}
.steps-box:before {
    content: '';
    background: #cd2122;
    border-radius: 50%;
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transition: all .2s ease-out;
    transform: translate(-50%,-50%);
}
.procedures-cols:hover .steps-box:before {
    width:80px;
    height:80px;
}
.step-counts {
    visibility: hidden;
    opacity: 0;
    line-height: 80px;
    position: relative;
    color: #fff;
    font-weight: 700;
    font-size: 35px;
    text-align: center;
    transition: opacity .2s ease-out .1s, font-size .2s ease-out .1s, visibility .2s ease-out .1s;
    height: 80px;
    width: 80px;
    display: block;
    margin: 0 auto;
}
.procedures-cols:hover .step-counts {
    opacity:1;
    visibility:visible;
}
.value-people {
    position:relative;
    padding-top:50px;
    padding-bottom:30px;
    z-index:1;
}
.about-value-frame:after,
.value-people:after {
    display: block;
    content: '';
    clear: both;
}
.value-text {
    float: left;
    width: 43%;
    font-size: 15px;
    line-height: 1.8;
}
.value-text h2{
    font-size:2.2vw;
    line-height:1.4;
    font-weight:300;
    margin:0 0 15px;
}
.value-text h2 strong{
    font-weight:700;
}
.value-chart {
    float: right;
    width: 55%;
}
.value-people.about {
    padding-top: 50px;
}
.about-value-frame {
    position: relative;
    z-index: 1;
    padding-top: 50px;
    padding-bottom: 20px;
}
.about-value-frame:before {
    position: absolute;
    left: -9999px;
    right: -9999px;
    top: 0;
    bottom: 0;
    content: '';
    background-color: #f5f5f5;
    z-index: -1;
}
.about-value-frame .value-chart {
    width: 49%;
}
.about-value-frame .value-text {
    width: 49%;
}
.value-text.about {
    display:flex;
    flex-wrap:wrap;
    justify-content:flex-start;
}
.value-text.about .icons-holder {
    margin: 0 0 20px;
    font-size: 0;
}
.value-text.about .icons-holder span:before{
    font-size:45px;
    line-height:80px;
}
.about-value {
    width: 45%;
    margin: 0 5% 30px 0;
}
.value-text.about{
    font-size: 13px;
}
.gray-bg {
    position:relative;
    z-index:9;
}
.gray-bg:before {
    position: absolute;
    z-index: -1;
    left:-9999px;
    right:-9999px;
    top:0;
    bottom:0;
    content:'';
    background-color: #f5f5f5;
}
.value-text.about h2 {
    font-size: 20px;
    margin-bottom: 10px;
}
.translation-services {
    text-align: center;
    line-height: 1.5;
    padding-top: 50px;
    color: #fff;
    padding-bottom: 40px;
    padding-left:15px;
    padding-right:15px;
    font-size:16px;
    background-color: #cd2122;
}
.translation-services h2{
    font-size:28px;
    font-weight:600;
    margin:0 0 40px;
}
.translation-services p {
    margin: 0 0 30px;
}
.html-aboutus-page .translation-services p {
    margin: 0 0 30px;
}
.services-info {
    margin: 0 -1.5%;
    /*padding-top: 70px;*/
    /*padding-bottom: 30px;*/
}
.html-home-page .services-info {
    padding-top: 40px;
}
.service-frame{
    padding-bottom:5px;
}
.services-article {
    width: 30%;
    margin: 0 1.5% 2%;
    position: relative;
    box-sizing: border-box;
    padding: 0 0 0 100px;
    font-size: 15px;
    line-height: 1.7;
    display: inline-block;
    vertical-align: top;
    text-align: left;
}
.services-article .icons-holder{
    position:absolute;
    left:0;
    top:-25px;
    background-color:#fff;
}
.services-article:hover .icons-holder {
    box-shadow: inset 0 0 0 40px #cd2122;
    color: #fff;
}
.services-article:after {
    content: '';
    position: absolute;
    top: 50px;
    left: 40px;
    bottom:0;
    width: 1px;
    background-color: rgba(0, 0, 0, 0.07);
    z-index:-1;
}
.services-article.withouticon:after {
    top: 0px !important;
}
.services-article h2{
    font-weight:700;
    font-size:26px;
    margin:0 0 15px;
}
.services-article p{
    margin:0 0 25px;
}
.services-nav {
    padding:0 !important;
    margin:0 !important;
    list-style:none !important;
}
.services-nav li{
    position:relative;
    margin-bottom:5px;
}
.services-nav li:before {
    content: '';
    width: 5px;
    height: 5px;
    position: absolute;
    left: -62px;
    top: 11px;
    border-radius: 50%;
    display: block;
    background-color: #fff;
    box-shadow: 0 0 0 2px #cd2122;
    -webkit-transition: all .15s;
    transition: all .3s;
}
.services-nav li:hover:before {
    box-shadow: 0 0 0 3px #cd2122;
}
.buttons-box {
    text-align:center;
    overflow:hidden;
}
.buttons-box .btn-more{
    margin:0 10px;
}
.translation-services .btn-more {
    border-color:#fff;
    color:#fff;
    background-color:transparent;
}
.translation-services .btn-more:hover {
    color: #cd2122;
    background-color: #fff;
}
.translation-services .btn-more.contact {
    color: #cd2122;
    background-color: #fff;
}
.translation-services .btn-more.contact:hover {
    color:#fff;
    background-color:transparent;
}
.address-section {
}
.address-frame {
    /*display:flex;
    flex-wrap:wrap;
    align-items:center;*/
    position:relative;
}
.address-frame:after{
    display:block;
    content:'';
    clear:both;
}
.map-section {
    width:50%;
    height:70vh;
}
.map-section iframe{
    width: 100%;
    height: 100%;
    display:block;
}
.address-form-area {
    flex-grow:1;
    padding:2% 0;
}
.address-form-area .holder{
    display:flex;
    flex-wrap:wrap;
    justify-content:flex-start;
    width:100%;
}
.address-form-area .holder .frame{
    width:48%;
    margin-bottom:20px;
    padding-right:15px;
}
.address-form-area h3{
    font-size:26px;
    margin:0 0 15px;
    text-transform:uppercase;
    font-weight:700;
}
.address-nav {
    margin:0 0 20px;
    font-size:16px;
    line-height:1.8;
}
.address-nav li{
    margin: 0 0 10px;
}
.address-form {
    padding:0;
    flex-grow:1;
}
.form-colum {
    margin: 0 -1%;
}
.address-form .form-row {
    width: 100%;
    margin-bottom: 20px;
    position:relative;
}
.address-form .form-colum .form-row {
    display: inline-block;
    vertical-align: top;
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
}
.address-form .form-control {
    height: 65px;
    padding-top: 28px;
}
.address-form .form-row label{
    position:absolute;
    left:10px;
    top:10px;
    font-size:13px;
    text-transform:uppercase;
}
.html-home-page .center-1 {
    margin-bottom:0;
}
@media all and (max-width: 1199px) {
    .video-header h1 {
        font-size: 28px;
        margin-bottom:15px;
    }
    .video-frame {
        padding:6%;
    }
    .video-header h2 {
        font-size: 20px;
        margin-bottom:15px;
    }
    .video-header {
        font-size: 14px;
    }
    .video-opener {
        margin-right: -40px;
        width: 80px;
        height: 80px;
    }
    .main-header h2 {
        font-size: 32px;
    }
    .main-header h2:before {
        width: 90px;
    }
    .services-cols h3 {
        font-size: 17px;
        margin-bottom:15px;
    }
    .btn-more {
        padding: 8px 20px;
        font-size: 15px;
    }
    .main-header {
        font-size: 16px;
        padding: 40px 0;
    }
    .translation-services {
        font-size: 14px;
    }
    .translation-services h2 {
        font-size: 25px;
        margin-bottom:30px;
    }
    .services-article {
        font-size: 14px;
    }
    .services-article h2 {
        font-size: 22px;
        margin-bottom:10px;
    }
    .services-article p {
        margin-bottom:20px;
    }
    .address-form-area h3 {
        font-size: 24px;
        margin-bottom:10px;
    }
    .address-nav {
        margin-bottom:10px;
        font-size: 14px;
    }
}
@media all and (max-width: 1023px) {
    .video-header h2 {
        font-size: 17px;
    }
    .main-header h2 {
        font-size: 26px;
    }
    .main-header h2:before {
        width: 80px;
    }
    .services-cols h3 {
        font-size: 16px;
        line-height: 1.5;
    }
    .btn-more {
        font-size: 14px;
    }
    .procedures-cols h3 {
        font-size: 14px;
    }
    .steps-box {
        height: 60px;
        width: 60px;
    }
    .step-counts {
        line-height: 60px;
        font-size: 26px;
        height: 60px;
        width: 60px;
    }
    .procedures-cols:hover .steps-box:before {
        width: 60px;
        height: 60px;
    }
    .value-text h2 {
        font-size: 3.5vw;
    }
    .services-article {
        width: 100%;
        margin: 0 auto 40px;
        padding: 0 0 0 100px;
        font-size: 15px;
        line-height: 1.7;
        display: block;
        max-width: 500px;
    }
    .services-info {
        margin: 0;
        padding-bottom: 0;
    }
    .map-section {
        width: 100%;
        height: 50vh;
    }
    .address-form-area {
        padding: 30px 15px;
        width:100%;
    }
}
@media all and (max-width: 767px) {
    .home-slider .btn-more {
        font-size: 12px;
        padding: 5px 10px;
        bottom: 3rem;
        left: 135px;
    }
    .address-form-area {
        padding: 0 15px 30px;
    }
    .about-value-frame {
        display: flex;
        flex-wrap: wrap;
        padding-top: 25px;
    }
    .address-form-area .holder .frame {
        width: 100%;
        text-align:center;
    }
    .address-form .form-row.button {
        text-align:center;
    }
    .value-text.about .icons-holder {
        margin: 0 auto 20px;
    }
    .value-text.about {
        font-size: 14px;
    }
    .about-value-frame .value-chart,
    .about-value-frame .value-text {
        width: 100%;
    }
    .about-value-frame .value-chart {

    }
    .video-frame {
        width: 100%;
        padding: 30px 15px;
        height: 50vh;
    }
    .video-content {
        height:auto;
    }
    .video-opener {
        margin-right: 0;
        right:auto;
        left:50%;
        transform:translate(-50%, -50%);
    }
    .main-header {
        font-size: 15px;
        padding: 35px 0;
    }
    .main-header h2 {
        font-size: 24px;
    }
    
    .services-cols {
        text-align: center;
        width: 45%;
        margin: 0 2% 30px;
    }
    .generic-block {
        padding-bottom: 20px;
    }
    .procedures-cols {
        width: 100%;
        font-size: 14px;
        margin-bottom: 30px;
    }
    .procedure-holder{padding-top:20px;}
    .steps-bar {
        margin: 30px 0 50px;
    }
    .procedures-cols:last-child .steps-bar,
    .procedures-cols:first-child .steps-bar {
        background: #d8d8d8;
    }
    .procedures-cols h3 {
        font-size: 16px;
        letter-spacing: 1px;
    }
    .value-people {
        display: flex;
        flex-wrap: wrap;
        padding-top: 10px;
    }
    .value-chart {
        order: -1;
        width: 100%;
        margin-bottom: 30px;
    }
    .value-text {
        width: 100%;
        font-size: 15px;
        text-align:center;
    }
    .value-text h2 {
        font-size: 22px;
    }
    .translation-services h2 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .translation-services p {
        margin-bottom:20px;
    }
    .video-opener {
        width: 70px;
        height: 70px;
    }
    .video-opener:before {
        border-width: 10px 0 10px 18px;
    }
}
@media all and (max-width: 479px) {
    .services-article h2 {
        font-size: 20px;
    }
    .icons-holder {
        font-size: 35px;
    }
    .address-form .form-colum .form-row {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}




