body {
  font-size: 14px;
  color: #000;
  line-height: 22px; }
  body p, body span, body a, body li, body ul, body h1, body h2, body h3, body h4, body strong, body div {
    font-family: 'Open Sans', sans-serif; }
  body h2 {
    font-weight: 600; }

.underlay {
  z-index: 222;
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  background-color: rgba(119, 119, 119, 0.9);
  cursor: pointer;
  -webkit-animation: fadein 0.5s;
  animation: fadein 0.5s; }

.full-screen-back {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: fixed;
  width: 100%;
  height: 100%; }

.big-container {
  max-width: 1350px;
  margin: 0 auto;
  padding: 0 20px; }

.rotate-180 {
  -webkit-transform: rotate(-180deg) !important;
  -moz-transform: rotate(-180deg) !important;
  -ms-transform: rotate(-180deg) !important;
  transform: rotate(-180deg) !important;
  margin-top: -8px; }

.get-quote {
  margin: 50px 0; }
  .get-quote a, .get-quote input[type='submit'] {
    padding: 20px 30px;
    background: #e59617;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase; }
    .get-quote a:hover, .get-quote a:visited, .get-quote a:focus, .get-quote input[type='submit']:hover, .get-quote input[type='submit']:visited, .get-quote input[type='submit']:focus {
      color: #fff;
      text-decoration: none; }
    .get-quote a img, .get-quote input[type='submit'] img {
      margin-right: 10px;
      margin-top: -2px; }

@media (max-width: 767px) {
  body h2 {
    font-size: 26px; } }

header {
  height: 105px; }

.logo {
  margin-top: 17px;
  float: right; }

.switch-lang-mobile {
  display: none; }

nav.navbar.navbar-default {
  background: transparent;
  border: 0;
  min-height: inherit;
  margin: 42px 0 0;
  padding: 0;
  position: relative;
  float: left; }
  nav.navbar.navbar-default ul li {
    padding: 0 0 0 30px; }
    nav.navbar.navbar-default ul li a {
      padding: 0;
      font-weight: 600;
      font-size: 16px;
      text-transform: uppercase;
      color: #000; }
      nav.navbar.navbar-default ul li a:hover {
        background: transparent;
        padding-bottom: 2px;
        border-bottom: 2px solid #e59617; }
    nav.navbar.navbar-default ul li.current-menu-item a {
      background: transparent;
      padding-bottom: 2px;
      border-bottom: 2px solid #e59617; }
      nav.navbar.navbar-default ul li.current-menu-item a:hover {
        background: transparent; }
    nav.navbar.navbar-default ul li.current-menu-item.menu-get-quote a {
      border-bottom: 0; }
    nav.navbar.navbar-default ul li:hover {
      background: transparent; }
    nav.navbar.navbar-default ul li.he-site {
      padding: 0 5px 0 30px;
      border-right: 1px solid #a2a2a2; }
      
      
    nav.navbar.navbar-default ul li.en-site {
      padding: 0 30px 0 5px; }
    nav.navbar.navbar-default ul li.menu-get-quote {
      background: #e59617;
      padding: 7px 10px;
      margin-top: -7px;
      -webkit-border-radius: 4px;
      border-radius: 4px;
      background-clip: padding-box;
      /* stops bg color from leaking outside the border: */
      border-bottom: 0 !important; }
      nav.navbar.navbar-default ul li.menu-get-quote a {
        color: #fff; }
        nav.navbar.navbar-default ul li.menu-get-quote a:hover {
          background: transparent;
          padding-bottom: 0;
          border-bottom: 0 !important; }
    nav.navbar.navbar-default ul li.menu-home, nav.navbar.navbar-default ul li.menu-home:hover {
      background-repeat: no-repeat !important;
      background-position-y: 1px !important;
      padding-left: 32px; }
      nav.navbar.navbar-default ul li.menu-home a, nav.navbar.navbar-default ul li.menu-home:hover a {
        text-indent: -9999px;
        width: 15px;
        height: 25px; }
      nav.navbar.navbar-default ul li.menu-home .sub, nav.navbar.navbar-default ul li.menu-home:hover .sub {
        display: none; }
  nav.navbar.navbar-default .navbar-collapse {
    border: 0;
    border-color: transparent;
    box-shadow: none;
    z-index: 454; }

@media (max-width: 970px) {
  header .big-container {
    padding: 0; }
  .logo {
    padding-right: 20px; }
  nav.navbar.navbar-default {
    margin: 22px 0 0 0;
    position: absolute;
    left: 0; }
    nav.navbar.navbar-default .navbar-toggle, nav.navbar.navbar-default .navbar-toggle:hover, nav.navbar.navbar-default .navbar-toggle:focus {
      border: 1px solid #ddd;
      box-shadow: none;
      background: transparent;
      margin-bottom: 0;
      margin-left: 20px; }
      nav.navbar.navbar-default .navbar-toggle span.icon-bar, nav.navbar.navbar-default .navbar-toggle:hover span.icon-bar, nav.navbar.navbar-default .navbar-toggle:focus span.icon-bar {
        background-color: #fff;
        width: 29px; }
    nav.navbar.navbar-default ul {
      margin: 0;
      background: #fff;
      border-right: 1px solid #ddd;
      border-bottom: 1px solid #ddd; }
      nav.navbar.navbar-default ul li {
        padding: 7px 7px 4px 70px; }
        nav.navbar.navbar-default ul li.menu-home {
          background-position-y: 7px !important;
          background-position-x: 5px; }
          nav.navbar.navbar-default ul li.menu-home a {
            height: 16px; }
        nav.navbar.navbar-default ul li.menu-get-quote {
          background: #fff; }
          nav.navbar.navbar-default ul li.menu-get-quote a {
            color: #e59617; }
        nav.navbar.navbar-default ul li.en-site, nav.navbar.navbar-default ul li.he-site {
          display: none; }
        nav.navbar.navbar-default ul li.menu-get-quote, nav.navbar.navbar-default ul li.en-site, nav.navbar.navbar-default ul li.he-site {
          -webkit-border-radius: 0;
          border-radius: 0;
          background-clip: padding-box;
          /* stops bg color from leaking outside the border: */
          margin: 0;
          padding: 7px 7px 4px 70px !important;
          border: 0; }
    nav.navbar.navbar-default .navbar-collapse.collapse {
      width: inherit;
      z-index: 454;
      position: relative;
      margin-top: 2px;
      left: 0;
      border: 0;
      border-color: transparent;
      box-shadow: none; }
      nav.navbar.navbar-default .navbar-collapse.collapse.in {
        border-color: transparent; }
  .switch-lang-mobile {
    display: block;
    margin: 41px 0 0 0;
    position: absolute;
    left: 70px; }
    .switch-lang-mobile .lang-link {
      color: #333;
      font-weight: 600; }
    .switch-lang-mobile .lang-border {
      padding: 0 5px 0 30px;
      border-right: 1px solid #a2a2a2; }
    .switch-lang-mobile .active-lang {
      color: #747474 !important; } }

@media (min-width: 770px) and (max-width: 970px) {
  nav.navbar.navbar-default {
    margin: 22px 0 0 0;
    position: absolute;
    left: 10px; } }

footer.site-footer {
  background: #172b35;
  height: 130px; }
  footer.site-footer .big-container {
    margin-top: 55px; }
  footer.site-footer p, footer.site-footer a {
    display: inline-block;
    color: #fff; }
  footer.site-footer a:hover, footer.site-footer a:visited, footer.site-footer a:focus {
    color: #fff;
    text-decoration: none; }
  footer.site-footer .footer-social p, footer.site-footer .footer-social a {
    margin-left: 15px; }

@media (max-width: 768px) {
  footer.site-footer {
    height: inherit; } }

.main-image {
  min-height: 590px;
  background-size: cover !important;
  position: relative;
  background-position: left; }
  .main-image .main-caption {
    position: absolute;
    top: 50%;
    right: 50%;
    -webkit-transform: translate(50%, -50%);
    -moz-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    text-align: center; }
    .main-image .main-caption h1 {
      color: #fff;
      font-weight: 900;
      font-size: 36px;
      text-shadow: 0 0 9px rgba(0, 0, 0, 0.5);
      margin: 0 0 20px;
      text-transform: uppercase; }
    .main-image .main-caption h2 {
      color: #fff;
      font-weight: 600;
      font-size: 22px;
      text-shadow: 0px 0px 9px rgba(0, 0, 0, 0.69);
      margin: 0 0 20px; }
    .main-image .main-caption .get-quote {
      margin: 50px auto; }

.first-section {
  padding: 90px 0; }
  .first-section .intro-text {
    max-width: 820px;
    margin: 0 auto; }
  .first-section p {
    font-size: 18px;
    line-height: 28px;
    text-align: justify; }
  .first-section .home-hidden-text {
    display: none; }
  .first-section button {
    display: block;
    margin: 0 auto 10px;
    padding: 5px 20px;
    background: #e59617;
    font-size: 16px;
    color: #fff;
    font-weight: 700; }
    .first-section button#read-less-home {
      display: none; }

.second-section {
  background: #dbe8f0;
  padding-bottom: 100px; }
  .second-section .col-sm-6:first-of-type {
    padding-left: 10px; }
  .second-section .col-sm-6:last-of-type {
    padding-right: 10px; }
  .second-section .section-title {
    margin: 100px 0 50px; }
    .second-section .section-title .custom-hr, .second-section .section-title hr:first-of-type, .second-section .section-title hr:last-of-type {
      width: 28%;
      display: inline-block;
      vertical-align: middle;
      margin-top: 20px;
      color: #62696c;
      font-size: 20px;
      border-bottom: 2px solid; }
    .second-section .section-title hr:first-of-type {
      float: right; }
    .second-section .section-title hr:last-of-type {
      float: left; }
    .second-section .section-title h2.title {
      margin-top: 8px;
      text-align: center;
      font-size: 24px;
      display: inline-block;
      width: 44%;
      font-weight: 700;
      text-transform: uppercase; }
      .second-section .section-title h2.title:before {
        position: relative;
        right: -14px;
        top: -3px; }
      .second-section .section-title h2.title:after {
        position: relative;
        right: 14px;
        top: -3px; }

.translation-service {
  background: #fff;
  min-height: 115px;
  cursor: pointer;
  margin-bottom: 17px;
  padding: 20px 30px; }
  .translation-service .hidden-service {
    display: none;
    padding-bottom: 15px; }
  .translation-service .service-icon {
    height: 85px; }
    .translation-service .service-icon img {
      position: absolute;
      top: 50%;
      -webkit-transform: translate(0, -50%);
      -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%); }
    .translation-service .service-icon:last-of-type img {
      left: 0; }
  .translation-service .service-title {
    height: 85px; }
    .translation-service .service-title h2 {
      text-transform: uppercase;
      font-size: 20px;
      font-weight: 700;
      position: absolute;
      top: 50%;
      right: 50%;
      -webkit-transform: translate(50%, -50%);
      -moz-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
      transform: translate(50%, -50%);
      margin: 0;
      padding: 0;
      width: 100%;
      text-align: center; }
  .translation-service p {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 21.5px; }
  .translation-service a {
    border: 2px solid #e59617;
    color: #e59617;
    padding: 5px 5px;
    font-weight: 700;
    text-transform: uppercase; }
    .translation-service a:hover {
      text-decoration: none; }

.pre-footer-section {
  background: #1b333e;
  text-align: center;
  min-height: 455px;
  padding: 90px 0 0; }
  .pre-footer-section:before, .pre-footer-section:after {
    content: " ";
    display: table; }
  .pre-footer-section:after {
    clear: both; }
  .pre-footer-section p, .pre-footer-section h2, .pre-footer-section span, .pre-footer-section a {
    color: #fff; }
  .pre-footer-section span {
    display: block;
    font-size: 28px;
    margin-bottom: 15px; }
    .pre-footer-section span:nth-of-type(0) {
      font-weight: 600; }
    .pre-footer-section span:nth-of-type(1) {
      font-weight: 300; }
    .pre-footer-section span:last-of-type {
      font-weight: 900;
      margin-bottom: 0; }
    .pre-footer-section span a {
      text-decoration: none;
      cursor: default; }

h5.contact-title {
  text-align: right;
  font-size: 15px;
  color: #f09319;
  font-weight: 700;
  margin-bottom: 17px; }

.pre-footer-form {
  margin: 0 auto;
  max-width: 488px; }
  .pre-footer-form .wpcf7 input, .pre-footer-form .wpcf7 textarea, .pre-footer-form .wpcf7 select {
    width: 100%;
    margin-bottom: 5px;
    border-radius: 0;
    border: 0; }
  .pre-footer-form .wpcf7 .wpcf7-mail-sent-ok {
    border: 1px solid #398f14;
    background: #fff;
    color: #398f14;
    font-size: 16px;
    margin: 40px 0 0; }
  .pre-footer-form .wpcf7 .wpcf7-validation-errors, .pre-footer-form .wpcf7 .wpcf7-mail-sent-ng {
    border: 1px solid #cf2e34;
    background: #fff;
    color: #cf2e34;
    font-size: 16px;
    margin: 40px 0 0; }
  .pre-footer-form .wpcf7 .wpcf7-form-control-wrap + br {
    display: none; }
  .pre-footer-form .wpcf7 .wpcf7-not-valid-tip {
    color: #ff302c; }
  .pre-footer-form .wpcf7 .form-group {
    margin-bottom: 10px; }
  .pre-footer-form .wpcf7 input {
    width: 219px;
    height: 47px;
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    padding: 10px; }
    .pre-footer-form .wpcf7 input::-moz-placeholder {
      color: #fff;
      opacity: 1; }
    .pre-footer-form .wpcf7 input:-ms-input-placeholder {
      color: #fff; }
    .pre-footer-form .wpcf7 input::-webkit-input-placeholder {
      color: #fff; }
  .pre-footer-form .wpcf7 textarea {
    height: 161px;
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    padding: 10px; }
    .pre-footer-form .wpcf7 textarea::-moz-placeholder {
      color: #fff;
      opacity: 1; }
    .pre-footer-form .wpcf7 textarea:-ms-input-placeholder {
      color: #fff; }
    .pre-footer-form .wpcf7 textarea::-webkit-input-placeholder {
      color: #fff; }
  .pre-footer-form .wpcf7 input.wpcf7-submit {
    width: 95px;
    height: 41px;
    font-size: 17px;
    font-weight: 600;
    color: #f09319;
    border: 1px solid #f09319;
    float: left;
    padding: 0; }
  .pre-footer-form .wpcf7 span.help-block {
    font-size: 14px;
    font-weight: 400;
    text-align: right; }

@media (max-width: 767px) {
  .home .main-image {
    background-image: url(../images/homeMobile.jpg) !important;
    min-height: 420px;
    background-position: left !important; }
  .first-section .intro-text {
    padding: 0 20px; }
  .first-section p {
    font-size: 16px;
    text-align: right; }
  .second-section {
    padding-bottom: 0; }
    .second-section .col-sm-6:first-of-type {
      padding-left: 0;
      padding-right: 0; }
    .second-section .col-sm-6:last-of-type {
      padding-right: 0;
      padding-left: 0; }
    .second-section .section-title {
      margin: 50px 0; }
      .second-section .section-title hr {
        display: none !important; }
      .second-section .section-title h2.title {
        width: inherit;
        display: block;
        font-size: 18px;
        margin: 0; }
      .second-section .section-title:before {
        position: relative;
        right: 4px;
        top: -3px; }
      .second-section .section-title:after {
        position: relative;
        right: 4px;
        top: -3px; }
  .translation-service {
    margin-bottom: 7px; }
    .translation-service .service-title h2 {
      font-size: 16px; }
  .pre-footer-section {
    min-height: 400px;
    padding: 40px 0; }
    .pre-footer-section span {
      font-size: 24px; }
  .pre-footer-form {
    margin-top: 55px; }
    .pre-footer-form .wpcf7 input {
      width: 100%;
      height: 47px; }
    .pre-footer-form .wpcf7 textarea {
      height: 161px; }
    .pre-footer-form .wpcf7 input.wpcf7-submit {
      width: 95px;
      height: 41px;
      float: none; } }

@media (max-width: 768px) {
  .main-image .main-caption {
    width: 90%; }
    .main-image .main-caption .get-quote {
      margin: 40px auto 0; }
  .first-section {
    padding: 40px 0; } }

@media (min-width: 768px) and (max-width: 769px) {
  .pre-footer-section {
    padding: 40px 0; }
  .pre-footer-form {
    margin-top: 55px; } }

article .entry-content {
  font-size: 16px;
  line-height: 25px; }
  article .entry-content h2 {
    font-size: 22px; }
  article .entry-content p, article .entry-content a, article .entry-content span {
    font-size: 18px;
    line-height: 25px; }

.dgg-page {
  margin: 65px 0; }

.page-id-1820 #main .container, .page-id-3795 #main .container {
  width: 600px; }

@media (max-width: 767px) {
  body .dgg-page {
    margin: 35px 0;
    padding: 0 20px; }
  .page-id-1820 .main-image, .page-id-3795 .main-image {
    background-position: -830px center; }
  .page-template-template-translators .main-image {
    background-position: -683px center; }
  .page-template-template-testimonials .main-image {
    background-position: 456px center; }
  .page-template-template-services .main-image {
    background-position: 0px center; } }

@media (max-width: 769px) {
  .page-id-1820 #main .container {
    width: 92%; } }

.contact-container {
  max-width: 1110px;
  margin: 0 auto;
  padding: 50px 0 100px; }

.contact-details {
  padding: 60px 60px 5px;
  background: rgba(255, 255, 255, 0.9); }

.contact-row {
  margin-bottom: 15px;
  padding-bottom: 30px;
  border-bottom: 1px solid #b1b1b1; }
  .contact-row:last-of-type {
    border-bottom: 0; }
  .contact-row small {
    font-size: 14px; }
  .contact-row h2 {
    font-size: 30px;
    margin: 0; }
  .contact-row span {
    font-size: 14px;
    font-weight: 600;
    display: block;
    color: #6f6f6f; }
    .contact-row span:first-of-type {
      margin-bottom: 5px; }
    .contact-row span a {
      color: inherit; }
      .contact-row span a:hover, .contact-row span a:visited, .contact-row span a:hover {
        color: inherit;
        text-decoration: none; }
  .contact-row .contact-phone {
    font-size: 30px;
    font-weight: 900;
    color: #000; }
  .contact-row .contact-fax {
    font-size: 24px;
    font-weight: 300;
    color: #000; }
  .contact-row .contact-email {
    color: #e59617;
    font-size: 24px;
    font-weight: 700; }
  .contact-row .contact-address {
    font-size: 14px;
    font-weight: 600;
    color: #000; }

.contact-form {
  background: rgba(38, 63, 75, 0.9);
  padding: 55px; }
  .contact-form h2 {
    font-size: 30px;
    color: #fff;
    margin-top: 0; }
  .contact-form h3 {
    font-size: 16px;
    color: #9da8ad;
    margin-top: 0; }
  .contact-form .wpcf7 {
    max-width: 410px;
    margin: 0 auto; }
    .contact-form .wpcf7 input, .contact-form .wpcf7 textarea, .contact-form .wpcf7 select {
      width: 100%;
      margin-bottom: 5px;
      border-radius: 0;
      border: 0; }
    .contact-form .wpcf7 .wpcf7-mail-sent-ok {
      border: 1px solid #398f14;
      background: #fff;
      color: #398f14;
      font-size: 16px;
      margin: 40px 0 0; }
    .contact-form .wpcf7 .wpcf7-validation-errors, .contact-form .wpcf7 .wpcf7-mail-sent-ng {
      border: 1px solid #cf2e34;
      background: #fff;
      color: #cf2e34;
      font-size: 16px;
      margin: 40px 0 0; }
    .contact-form .wpcf7 .wpcf7-form-control-wrap + br {
      display: none; }
    .contact-form .wpcf7 .wpcf7-not-valid-tip {
      color: #ff302c; }
    .contact-form .wpcf7 label {
      color: #fff;
      font-weight: 400;
      display: block;
      width: 48%;
      min-height: 84px; }
      .contact-form .wpcf7 label:nth-of-type(odd) {
        float: right; }
      .contact-form .wpcf7 label:nth-of-type(even) {
        float: left; }
    .contact-form .wpcf7 .help-block {
      margin-top: 0;
      margin-bottom: 0; }
    .contact-form .wpcf7 .form-group {
      margin-bottom: 0; }
    .contact-form .wpcf7 label[for="notes"] {
      float: none !important;
      width: 100% !important; }
    .contact-form .wpcf7 label[for="upload"] {
      float: right !important;
      width: 100%; }
    .contact-form .wpcf7 input[type="submit"] {
      width: inherit !important;
      color: #fff !important;
      border: 0; }
    .contact-form .wpcf7 input[type="file"] {
      background: #fff;
      color: #000;
      width: 70%;
      padding-top: 7px; }
      .contact-form .wpcf7 input[type="file"]::-webkit-file-upload-button {
        visibility: hidden; }
      .contact-form .wpcf7 input[type="file"]::before {
        content: 'BROWSE';
        display: inline-block;
        background: #cccccc;
        border: 0;
        border-radius: 0;
        padding: 7px 12px;
        outline: none;
        white-space: nowrap;
        -webkit-user-select: none;
        cursor: pointer;
        color: #000;
        font-weight: 600;
        font-size: 14px;
        margin-top: -10px; }
      .contact-form .wpcf7 input[type="file"]::after {
        content: ''; }
      .contact-form .wpcf7 input[type="file"]:hover::before {
        border-color: black; }
      .contact-form .wpcf7 input[type="file"]:active::before {
        background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9); }

.wpcf7-response-output .close-modal {
  position: absolute;
  left: 13px;
  top: 9px;
  cursor: pointer; }

.inv-recaptcha-holder {
  visibility: hidden !important; }

@media (max-width: 767px) {
  .contact-details {
    padding: 60px 20px 5px; }
  .contact-form {
    padding: 55px 20px; }
  .wpcf7-response-output {
    width: 85%; } }

@media (max-width: 769px) {
  .page-template-template-contact header nav.navbar.navbar-default .navbar-toggle, .page-template-template-contact header nav.navbar.navbar-default .navbar-toggle:hover, .page-template-template-contact header nav.navbar.navbar-default .navbar-toggle:focus {
    background: #fff; } }

.services-wrapper {
  background: #dbe8f0; }

.service-content {
  display: none;
  padding: 75px 75px 75px 450px;
  font-size: 16px;
  min-height: 880px;
  line-height: 25px;
  background: #fff; }
  .service-content p, .service-content a, .service-content span {
    max-width: 1000px;
    font-size: 16px;
    line-height: 25px; }
  .service-content h2 {
    margin-top: 0;
    font-weight: 600;
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 20px; }
  .service-content ul {
    margin: 10px 0em 1.5em 0; }

.services-sidebar {
  background: #dbe8f0; }
  .services-sidebar .translation-service {
    border-bottom: 1px solid #aebabf;
    background: transparent;
    margin: 0;
    min-height: 88px;
    padding: 0 30px; 
	display: block;

}
    .services-sidebar .translation-service h2 {
      font-size: 17px;
      font-weight: 600; }
    .services-sidebar .translation-service img {
      max-width: 53%;
      left: 50%;
      -webkit-transform: translate(50%, -50%);
      -moz-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
      transform: translate(50%, -50%); }
    .services-sidebar .translation-service.selected {
      background: #fff; }

@media (max-width: 769px) {
  .service-content {
    padding: 20px;
    min-height: inherit; }
  .services-sidebar .translation-service {
    min-height: 70px; }
  .services-sidebar .service-icon {
    height: 70px; }
  .services-sidebar .service-title {
    height: 70px; } }

@media (min-width: 769px) and (max-width: 1024px) {
  .service-content {
    padding: 20px;
    min-height: 880px; } }

@media (max-width: 767px) {
  .col-sm-8.col-lg-9 {
   }
  .mobile-side-service-content ul {
    margin: 0 0 1.5em 0; } }

@media (min-width: 1025px) and (max-width: 1200px) {
  .service-content {
    display: none;
    padding: 75px 75px 75px 200px; } }

.testimonial-container {
  max-width: 750px;
  margin: 0 auto;
  padding: 50px 20px;
  border-bottom: 1px solid #000; }

.testimonial {
  font-size: 16px;
  font-style: italic; }
  .testimonial:nth-child(even) {
    background: #dae8ef; }
  .testimonial span {
    margin-top: 20px;
    font-weight: 700;
    font-size: 16px;
    display: block;
    font-style: normal; }
  .testimonial.blue {
    background: #dae8ef; }
    .testimonial.blue .testimonial-container {
      margin: -1px auto 0; }

.page-template-template-testimonials .pre-footer-section {
  margin-top: -1px; }

.clients {
  max-width: 95%;
  margin: 0 auto;
  padding: 50px 20px 0; }
  .clients .col-sm-2-4 {
    padding: 0 15px; }
  .clients .client-container {
    min-height: 200px; }
  .clients img {
    position: absolute;
    top: 50%;
    right: 50%;
    -webkit-transform: translate(50%, -50%);
    -moz-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%); }

.elipse {
  border-radius: 100%;
  background-color: #f09319;
  opacity: 0.941;
  padding: 77px 0; }
  .elipse h1 {
    text-shadow: none !important;
    color: #000 !important;
    margin: 0 !important;
    width: 230px; }

.many-more {
  font-size: 30px;
  font-weight: 300;
  text-align: center;
  color: #707070;
  padding: 50px 0; }

@media (max-width: 769px) {
  .page-template-template-clients .main-image .main-caption {
    width: inherit; } }

.translators-container {
  max-width: 990px;
  margin: 0 auto;
  padding: 50px 20px 20px; }

.form-container {
  max-width: 990px;
  margin: 0 auto;
  padding: 30px 20px; }

.translators .cmb2-wrap input, .translators .cmb2-wrap select {
  width: 262px;
  border: 1px solid #656565;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */ }

.translators .cmb2-wrap select {
  margin-top: 0;
  padding: 3.5px 0; }

.translators .cmb2-wrap textarea {
  width: 262px; }

.translators .cmb2-wrap input[type="submit"] {
  width: inherit;
  color: #fff !important;
  border: 0 !important; }

.translators .cmb2-wrap input[type="file"] {
  background: #fff;
  color: #000;
  padding: 5px 0 0; }
  .translators .cmb2-wrap input[type="file"]::-webkit-file-upload-button {
    visibility: hidden; }
  .translators .cmb2-wrap input[type="file"]::before {
    content: 'Choose File';
    display: inline-block;
    background: #cccccc;
    border: 0;
    border-radius: 0;
    padding: 7px 5px;
    margin-top: -7px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    color: #000;
    font-weight: 600;
    font-size: 14px; }
  .translators .cmb2-wrap input[type="file"]::after {
    content: ''; }
  .translators .cmb2-wrap input[type="file"]:hover::before {
    border-color: black; }
  .translators .cmb2-wrap input[type="file"]:active::before {
    background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9); }

.translators .cmb2-wrap label.error {
  margin-right: 3px; }

.translators .cmb2-wrap .red-border {
  border: 1px solid #ca0505; }
  .translators .cmb2-wrap .red-border.valid {
    border: 1px solid #656565; }

.translators .cmb2-wrap .select2-container--below .red-border {
  border: 1px solid #656565; }

.translators .cmb2-wrap .cmb2-metabox-description {
  border: 0 !important; }

.translators .cmb2-wrap .metabox-title h5 {
  color: #666666;
  font-size: 16px;
  text-transform: uppercase;
  display: block; }

.translators .cmb2-wrap .title-row {
  margin-bottom: 20px; }

.translators .cmb2-wrap .address-lang-section, .translators .cmb2-wrap .rates-education-section {
  background: #ededed; }

.translators .cmb2-wrap .cmb2-id-translator-personal-details {
  float: none !important; }

.translators .cmb2-wrap .cmb2-id-translator-experience-translation, .translators .cmb2-wrap .cmb2-id-translator-experience-proofreading, .translators .cmb2-wrap .cmb2-id-translator-experience-tools-time {
  float: right;
  width: 24%;
  margin-left: 20px !important; }

.translators .cmb2-wrap .cmb2-id-translator-capacity-translation, .translators .cmb2-wrap .cmb2-id-translator-capacity-proofreading, .translators .cmb2-wrap .cmb2-id-translator-capacity-availability {
  float: right;
  width: 30%;
  margin-left: 15px !important; }

.translators .cmb2-wrap .cmb2-id-translator-capacity-section, .translators .cmb2-wrap .cmb2-id-translator-experience-section {
  margin-top: 20px !important; }

.translators .cmb2-wrap .cmb-th {
  color: #222;
  float: none;
  font-weight: 600;
  line-height: 1.3;
  padding: 0;
  vertical-align: inherit;
  width: 100%; }
  .translators .cmb2-wrap .cmb-th label {
    font-size: 14px;
    font-weight: 400;
    padding: 5px 0 0;
    margin-bottom: 5px;
    display: inline-block; }
    .translators .cmb2-wrap .cmb-th label::after {
      content: ":";
      margin-right: 1px;
      display: inline-block; }

.translators .cmb2-wrap .cmb-td {
  line-height: 1.3;
  max-width: 100%;
  padding: 2px 0;
  vertical-align: middle; }

.translators .cmb2-wrap .cmb-type-pw-multiselect p.cmb2-metabox-description {
  display: none; }

.translators .required-ast {
  color: #e59617;
  margin-right: 3px; }

.translators .submit-section {
  background: #ededed; }

.fields-missing span {
  color: red; }

.required-notice {
  color: red;
  display: block; }

.page-template-template-translators .pre-footer-section {
  margin-top: -1px; }

/**
* iPad and Above
*/
@media (min-width: 768px) {
  .translators .cmb2-wrap input.select2-search__field {
    width: 320px !important; } }

/**
* Mobile
*/
@media (max-width: 767px) {
  .cmb-th label:after {
    border-bottom: 0 !important; }
  .translators .cmb2-wrap h5#translator-lang-section, .translators .cmb2-wrap h5#translator-education-section {
    margin-top: 20px; } }

.thanks-box {
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  background: #fff;
  max-width: 605px;
  width: 605px;
  padding: 50px 20px;
  text-align: center; }
  .thanks-box img {
    margin: 0 auto; }
  .thanks-box h1 {
    font-size: 30px;
    font-weight: 600; }
  .thanks-box p {
    font-size: 20px; }

@media (max-width: 767px) {
  .thanks-box {
    width: 95%; } }




/* ---------------------- Section blog ---------------------- */

.blog .boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 0;
  margin: -20px; }
  .blog .boxes .box {
    width: 33.333%;
    margin: 0;
    padding: 30px 20px;
    display: block;
    position: relative;
    overflow: hidden;
    cursor: pointer; }
    .blog .boxes .box .inner {
      overflow: hidden;
      position: relative; }
    .blog .boxes .box .image {
      position: relative;
      padding-bottom: 75%;
      overflow: hidden;
      width: 100%; }
      .blog .boxes .box .image img {
        position: absolute;
        height: 100%;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        -webkit-transition: 0.5s;
        transition: 0.5s; }
    .blog .boxes .box .text {
      height: 77px;
      background: #EEEFF4;
      position: relative; }
      .blog .boxes .box .text .title {
        position: absolute;
        right: 0;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        text-align: center;
        font-weight: 500;
        font-size: 18px;
        color: #363636;
        padding: 0 20px;
        -webkit-transition: 0.5s;
        transition: 0.5s; }
    .blog .boxes .box:hover .image img {
      -webkit-transform: translateX(-50%) scale(1.1);
              transform: translateX(-50%) scale(1.1); }
    .blog .boxes .box:hover .text .title {
      color: #F5A12D; }

@media only screen and (max-width: 1200px) {
    .blog.more-articles .section-inner > .title {
      font-size: 75px;
      line-height: 55px; } }

@media only screen and (max-width: 950px) {
    .blog.more-articles .boxes {
      margin-top: 15px; }
    .blog.more-articles .section-inner > .title {
      font-size: 55px;
      line-height: 45px; }
  .blog .boxes {
    margin: -10px; }
    .blog .boxes .box {
      width: 50%;
      padding: 15px 10px; }
      .blog .boxes .box .text .title {
        font-size: 16px;
        padding: 10px; } }

/* --------------------- /Section blog ---------------------- */
.menu-bottom {
	margin: 10px 0;
}

.navbar-nav li:hover a {
	background: transparent;
    padding-bottom: 2px;
    border-bottom: 2px solid #e59617;
}

.dropdown-menu {
	padding-right: 10px;
}

.dropdown-menu a {
    padding-bottom: 0 !important;
	border-bottom: none !important;
}

.dropdown-menu li:hover > a {
	color: #e59617 !important;
}

.navbar-nav li:hover >  .dropdown-menu {
	display: block;
}

.dropdown-menu > li .dropdown-menu {
	right: 100%;
	top: 0;
}

@media only screen and (max-width: 950px) {
	.dropdown-menu > li .dropdown-menu {
		right: -10px;
		top: 25px;
	}
}

.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] {
    direction: rtl;
}


.breadcrumbs {
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	text-align: center;
	color: #000;
	background: #ffffff40;
	font-size: 16px;
}


.breadcrumbs a {
	color: #000;
}

.contact-container .breadcrumbs { 
	bottom: auto;
	top: 5px;
}