.faq-wrap .blue-head{border-bottom: #c3e3fb 1px solid; border-radius: 0; font-size: 24px; font-weight: bold; color: #000; padding: 10px 5px 5px; position: relative; margin: 0 0 25px 35px;}
.faq-wrap .faq-item {border: 1px dashed #d2d2d2; padding: 15px; margin: 0 0 20px;}
.faq-wrap h3 {font-size: 15px;font-weight: bold;position:relative;margin-top: 0px;color: #333;}
.faq-wrap h3:before{content:"";background: url(../img/Q-A-icon.png) 0 -29px no-repeat;display: inline-block;width: 29px;height: 29px;margin-right: 10px;vertical-align: middle;}
.faq-wrap p {padding: 0 0 0 40px !important; position: relative; margin-bottom: 0px !important; font-size: 13px !important; line-height: 24px !important; padding-left: 38px !important;}
.faq-wrap p:before{content:"";background: url(../img/Q-A-icon.png) -29px 0 no-repeat;display: inline-block;width: 29px;height: 29px; position:absolute; left:0px; top:0px }
.pt40{
    padding-top: 40px;
}
.us-pagebanner {
    height: 390px;
    background-color: #ccc;
    text-align: center;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0px;
}
.us-pagebanner .bg-color {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(36, 184, 228, 0.4));
    background-image: -webkit-linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(36, 184, 228, 0.4));
    background-image: -ms-linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(36, 184, 228, 0.4));
    background-image: -o-linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(36, 184, 228, 0.4));
    background-image: -moz-linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(36, 184, 228, 0.4));
    width: 100%;
    height: 100%;
}
.us-pagebanner .banner-info {
    height: 390px;
    max-width: 750px;
    display: block;
    width: 100%;
    position: relative;
}
@media screen and (max-width: 767px) {
    .us-pagebanner .banner-info {
        max-width: 500px;
        margin: auto;
   }
}
.us-pagebanner .banner-info .info {
    position: absolute;
    width: 100%;
    top: 50%;
    text-align: left;
    transform: translateY(-50%);
    color: #fff;
}
@media screen and (max-width: 767px) {
    .us-pagebanner .banner-info .info {
        text-align: center;
   }
}
.us-pagebanner .banner-info .info .us-heading {
    color: #fff;
    font-size: 44px;
    line-height: 1.4;
    margin-bottom: 25px;
    font-weight: bold;
}
@media screen and (max-width: 767px) {
    .us-pagebanner .banner-info .info .us-heading {
        font-size: 26px;
        line-height: 1.4;
        margin-bottom: 15px;
   }
}
.us-pagebanner .banner-info .info .us-subheading {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 1.5;
}
.us-pagebanner .banner-info .info .btn-wrap a {
    color: #fff;
    background-color: #d90808;
    box-shadow: 0 4px 0 #d90808;
    display: inline-block;
    padding: 16px 30px 14px;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 3px;
    transition: all ease-in-out 0.35s;
    text-decoration: none;
    font-size: 20px;
}
.us-pagebanner .banner-info .info .btn-wrap a:hover {
    transition: all 0.35s ease-in-out;
    background-color: #f00606;
}
.pt50{
    padding-top: 50px;
}
.clientlogo-section{
    background-color: #f8f8f8;
    padding: 7px 0;
}
.why-editing .info {
    margin-bottom: 30px;
    background-color: #fff;
    padding: 10px;
    box-shadow: 0 1px 7px 1px #e0dddd;
    min-height: 180px;
}
.why-editing .info h3 {
    font-size: 14px;
    margin: 0 0 10px;
    background: #006cb9;
    padding: 5px 10px;
    color: #fff;
    display: inline-block;
    font-weight: 600;
}
.why-editing .info p {
    margin-bottom: 0 !important;
}

@media screen and (max-width: 767px) {
    .editing-service--comparison th {
        width: 33%;
   }
}
.editing-service--comparison .service .imgwrap img {
    display: inline-block;
    vertical-align: middle;
    height: 50px;
}
.editing-service--comparison .service .imgwrap h3 {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    font-weight: 600;
    padding-top: 5px;
}
.editing-service--comparison .service p {
    font-weight: 300;
    margin: 10px 0 0;
}
.editing-service--comparison .true {
    display: block;
    width: 8px;
    margin: 3px 0 0;
    height: 22px;
    border-bottom: 5px solid #26ba30;
    border-right: 3px solid #26ba30;
    transform: rotate(45deg);
}
.editing-service--comparison .false {
    display: block;
    width: 30px;
    height: 30px;
    position: relative;
}
.editing-service--comparison .false:before, .editing-service--comparison .false:after {
    content: "";
    position: absolute;
    width: 27px;
    height: 3px;
    background-color: #d90808;
    top: 16px;
}
.editing-service--comparison .false:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 2px;
}
.editing-service--comparison .false:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 2px;
}
.editing-pricewrap {
    background-color: #f7f1ec;
    padding: 20px 20px 10px;
    margin: 40px 0 0;
}
.editing-pricewrap .info h3 {
    font-weight: 600;
}
.editing-pricewrap .info p {
    margin: 0;
}
.editing-pricewrap .price {
    width: 100%;
    max-width: 320px;
    border: 2px solid #d85b5b;
    padding: 15px 10px 12px;
    text-align: center;
    margin: 35px auto 0;
    background: #fbf1f1;
}
.editing-pricewrap .price p {
    margin-bottom: 7px;
    font-weight: bold;
}
.editing-pricewrap .price h3 {
    font-weight: 600;
    margin: 0;
    color: #d85b5b;
}
.editing-pricewrap .link{
    margin-top: 10px;
}
.editing-pricewrap .link a{
    text-decoration: underline;
}

.mt-testimonials {
    margin-top: 65px;
    padding: 0 0 30px;
    color: #ffffff;
    background-color: #f5f5f5;
    text-align: center;
  }
  .mt-testimonials.mt0 {
    margin-top: 50px;
  }
  .mt-testimonials .testimonials .owl-testimonials .testiwrap {
    width: 100%;
    max-width: 660px;
    margin: auto;
  }
  .mt-testimonials .testimonials .owl-testimonials .testiwrap .profile {
    text-align: center;
  }
  .mt-testimonials .testimonials .owl-testimonials .testiwrap .profile img {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    margin: auto;
  }
  .mt-testimonials .testimonials .owl-testimonials .testiwrap .testi p {
    position: relative;
  }
  .mt-testimonials .testimonials .owl-testimonials .testiwrap .testi p::before {
    content: "";
    background-image: url(../images/machine-translation/quote-shape.png);
    width: 26px;
    height: 21px;
    display: inline-block;
    margin-right: 10px;
    filter: contrast(0.5);
  }
  .mt-testimonials .testimonials .owl-testimonials .testiwrap .testi p::after {
    content: "";
    background-image: url(../images/machine-translation/quote-shape.png);
    width: 26px;
    height: 21px;
    display: inline-block;
    transform: rotate(180deg);
    margin-left: 10px;
    vertical-align: bottom;
    filter: contrast(0.5);
  }
  .mt-testimonials .testimonials .owl-testimonials .testiwrap .name h2 {
    border-bottom: 0;
    font-weight: bold;
    font-size: 16px;
    margin: 25px 0 0;
    padding: 0;
  }
  .mt-testimonials .testimonials .owl-testimonials .testiwrap .name h2::before {
    display: none;
  }
  .mt-testimonials .testimonials .owl-testimonials .owl-nav {
    position: absolute;
    top: 44%;
    width: 100%;
    left: 0;
    font-size: 40px;
    transform: translateY(-50%);
  }
  .mt-testimonials .testimonials .owl-testimonials .owl-nav .owl-prev {
    float: left;
    margin-left: 0;
    outline: 0;
  }
  .mt-testimonials .testimonials .owl-testimonials .owl-nav .owl-prev span {
    display: inline-block;
    background: #fff;
    width: 35px;
    height: 35px;
    line-height: 1.2;
    border-radius: 100%;
    color: #262626;
    font-size: 30px;
  }
  .mt-testimonials .testimonials .owl-testimonials .owl-nav .owl-next {
    float: right;
    margin-right: 0;
    outline: 0;
  }
  .mt-testimonials .testimonials .owl-testimonials .owl-nav .owl-next span {
    display: inline-block;
    background: #fff;
    width: 35px;
    height: 35px;
    line-height: 1.2;
    border-radius: 100%;
    color: #262626;
    font-size: 30px;
  }
   .hr {
    color: #1a90c7;
    max-width: 200px;
    padding: 0;
    border-style: dashed;
    border-width: 1px 0 0 0;
    text-align: center;
    clear: left;
    display: block;
    height: 0;
    margin: 20px auto 30px auto;
    width: 100%;
}

.hr:before {
    content: "";
    font-family: arial;
    font-weight: normal;
    position: relative;
    top: -1.8em;
    /* color: #1a90c7; */
    font-size: 8px;
    padding: 0.1em 0.6em;
    border-radius: 50%;
    background: #1a90c7;
    border: 6px solid #fff;
}

.overview{
    background-color: #1a90c7;
    position: relative;
    padding: 10px;
    /* width: 280px;
    height: 100px; */
    /* border: 1px solid black; */
}

.overview img{
    width: 70px;
    border-radius: 50%;
}
.img-box{
    padding: 10px;
}
.overview:before {
    content: "";
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-right-width: 23px;
    border-left-width: 23px;
    border-bottom: 14px solid #1a90c7;
    position: absolute;
    top: -12px;
}

