@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    src: local("Roboto ExtraLight"), url('./fonts/Roboto-Light.ttf') format("woff");
    font-display: swap;
}
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    src: local("Roboto ExtraLight"), url('./fonts/Roboto-Regular.ttf') format("woff");
    font-display: swap;
}
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 600;
    src: local("Roboto ExtraLight"), url('./fonts/Roboto-Medium.ttf') format("woff");
    font-display: swap;
}
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    src: local("Roboto ExtraLight"), url('./fonts/Roboto-Bold.ttf') format("woff");
    font-display: swap;
}
body {
    font-family: "Roboto", sans-serif;
    color: #212529;
    overflow-x: hidden;
}
.container{
    width: 1320px!important;
    max-width: 100%!important;
}
a {
    color: #eb5d1e;
    text-decoration: none;
}
.row{
    margin: 0;
}
a:hover {
    color: #ef7f4d;
    text-decoration: none;
}
address, article, audio, b, body, canvas, code, div, dt, em, footer, form, h1, h2, h3, h4, h5, h6, header, html, i, img, label, li, mark, menu, nav, p, q, section, span, strong, sub, table, tbody, td, th, thead, time, tr, ul, var, video{
    font-family: "Roboto", sans-serif;
}
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
    background: #eb5d1e;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}
.back-to-top i {
    font-size: 24px;
    color: #fff;
    line-height: 0;
}
.back-to-top:hover {
    background: #ee7843;
    color: #fff;
}
.back-to-top.active {
    visibility: visible;
    opacity: 1;
}
@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}
#header {
    height: 72px;
    transition: all 0.5s;
    z-index: 997;
    transition: all 0.5s;
    background: #fff;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}
#header .logo h1 {
    font-size: 30px;
    margin: 0;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 2px;
}
#header .logo h1 a,
#header .logo h1 a:hover {
    color: #7a6960;
    text-decoration: none;
}
#header .logo img {
    padding: 0;
    margin: 0;
}
#main {
    margin-top: 72px;
    overflow-x: hidden;
}
.navbar {
    padding: 0;
}
.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}
.navbar li {
    position: relative;
}
.navbar a,
.navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 10px 30px;
    font-size: 16px;
    color: #4e4039;
    white-space: nowrap;
    transition: 0.3s;
    font-weight: 500;
}
.navbar a i,
.navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
}
.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover > a {
    color: #eb5d1e;
}
.navbar .getstarted,
.navbar .getstarted:focus {
    background: #eb5d1e;
    color: #fff;
    padding: 9px 15px;
    margin-left: 30px;
    border-radius: 7px;
}
.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
    color: #fff;
    background: #ee7843;
}
.navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 14px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0 0 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
}
.navbar .dropdown ul li {
    min-width: 200px;
}
.navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
}
.navbar .dropdown ul a i {
    font-size: 12px;
}
.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover > a {
    color: #eb5d1e;
}
.navbar .dropdown:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}
.navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
}
@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }
    .navbar .dropdown .dropdown:hover > ul {
        left: -100%;
    }
}
.mobile-nav-toggle {
    color: #7a6960;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}
.mobile-nav-toggle.bi-x {
    color: #fff;
}
@media (max-width: 991px) {
    .mobile-nav-toggle {
        display: block;
    }
    .navbar ul {
        display: none;
    }
    .head_contnr {
        flex-wrap: wrap;
    }
    .head_contnr > .logo {
        width: 100%;
        margin-bottom: 15px;
        text-align: center;
    }
    .head_contnr > .logo img {
        position: relative;
        right: 15px;
    }
    .header_mob_phone,
    .getstarted.mob_quote_btn {
        display: block !important;
    }
    #header {
        height: 130px;
    }
    #navbar {
        width: 100%;
    }
    .navbar-mobile .header_mob_phone {
        display: none !important;
    }
    #hero {
        margin-top: 120px !important;
    }
    .navbar-mobile .getstarted {
        display: inline-block;
        margin-top: 7px;
    }
    .getstarted.mob_quote_btn {
        border-radius: 8px !important;
        margin-left: 12px !important;
    }
}
.header_mob_phone,
.getstarted.mob_quote_btn {
    display: none;
}
.cta_btn {
    font-weight: 700;
}
.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(78, 64, 57, 0.9);
    transition: 0.3s;
}
.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
}
.navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px 0;
    background-color: #fff;
    overflow-y: auto;
    transition: 0.3s;
}
.navbar-mobile a,
.navbar-mobile a:focus {
    padding: 10px 20px;
    font-size: 15px;
    color: #7a6960;
}
.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover > a {
    color: #eb5d1e;
}
.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
    margin: 15px;
}
.navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 20px;
    padding: 10px 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: #fff;
    box-shadow: 0 0 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
    min-width: 200px;
}
.navbar-mobile .dropdown ul a {
    padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
    font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover > a {
    color: #eb5d1e;
}
.navbar-mobile .dropdown > .dropdown-active {
    display: block;
}
#hero {
    width: 100%;
    height: 60vh;
    background: #fef8f5;
    border-bottom: 2px solid #fcebe3;
    margin: 72px 0 -72px 0;
}
#hero h1 {
    margin: 0;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    color: #4e4039;
}
#hero h2 {
    color: #a08f86;
    margin: 15px 0 0 0;
    font-size: 24px;
}
#hero .btn-get-started {
    font-weight: 700;
    font-size: 17px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 9px 16px;
    border-radius: 3px;
    transition: 0.5s;
    margin-top: 30px;
    color: #fff;
    background: #eb5d1e;
}
#hero .btn-get-started:hover {
    background: #ef7f4d;
}
#hero .animated {
    animation: up-down 2s ease-in-out infinite alternate-reverse both;
}
@media (max-width: 991px) {
    #hero {
        height: calc(100vh - 72px);
    }
    #hero .animated {
        -webkit-animation: none;
        animation: none;
    }
    #hero .hero-img {
        text-align: center;
    }
    #hero .hero-img img {
        width: 50%;
    }
}
@media (max-width: 768px) {
    #hero h1 {
        font-size: 28px;
        line-height: 36px;
    }
    #hero h2 {
        font-size: 18px;
        line-height: 24px;
    }
    #hero .hero-img img {
        width: 70%;
    }
}
@media (max-width: 575px) {
    #hero .hero-img img {
        width: 80%;
    }
}
@media (max-height: 600px) {
    #hero {
        height: 120vh;
    }
}
@-webkit-keyframes up-down {
    0% {
        transform: translateY(10px);
    }
    100% {
        transform: translateY(-10px);
    }
}
@keyframes up-down {
    0% {
        transform: translateY(10px);
    }
    100% {
        transform: translateY(-10px);
    }
}

.section-bg {
    background-color: #fef8f5;
}
.section-title {
    text-align: center;
    padding-bottom: 30px;
}
.section-title h2 {
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 0;
    line-height: 1px;
    margin-bottom: 15px;
    color: #c2b7b1;
}
.section-title p {
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative;
    font-size: 32px;
    font-weight: 700;
    color: #4e4039;
}
.section-title p::after {
    content: "";
    position: absolute;
    display: block;
    width: 60px;
    height: 2px;
    background: #eb5d1e;
    bottom: 0;
    left: calc(50% - 30px);
}
.breadcrumbs {
    padding: 15px 0;
    background-color: #fef5f1;
    min-height: 40px;
}
.breadcrumbs h2 {
    font-size: 24px;
    font-weight: 300;
}
.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
}
.breadcrumbs ol li + li {
    padding-left: 10px;
}
.breadcrumbs ol li + li::before {
    display: inline-block;
    padding-right: 10px;
    color: #6c757d;
    content: "/";
}
@media (max-width: 768px) {
    .breadcrumbs .d-flex {
        display: block !important;
    }
    .breadcrumbs ol {
        display: block;
    }
    .breadcrumbs ol li {
        display: inline-block;
    }
}
.about h3 {
    font-weight: 700;
    font-size: 34px;
    color: #4e4039;
}
.about h4 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 5px;
    color: #7a6960;
}
.about i {
    font-size: 48px;
    margin-top: 15px;
    color: #f39e7a;
}
.about p {
    font-size: 15px;
    color: #5a6570;
}
@media (max-width: 991px) {
    .about .about-img img {
        max-width: 70%;
    }
}
@media (max-width: 767px) {
    .about .about-img img {
        max-width: 90%;
    }
}
.services .icon-box {
    padding: 30px;
    position: relative;
    overflow: hidden;
    margin: 0 0 40px 0;
    background: #fff;
    box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
    transition: all 0.3s ease-in-out;
    border-radius: 15px;
    text-align: center;
    border-bottom: 3px solid #fff;
}
.services .icon-box:hover {
    transform: translateY(-5px);
    border-color: #ef7f4d;
}
.services .icon i {
    font-size: 48px;
    line-height: 1;
    margin-bottom: 15px;
    color: #ef7f4d;
}
.services .title {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
}
.services .title a {
    color: #111;
}
.services .description {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 0;
}
.portfolio .portfolio-item {
    margin-bottom: 30px;
}
.portfolio #portfolio-flters {
    padding: 0;
    margin: 0 0 35px 0;
    list-style: none;
    text-align: center;
}
.portfolio #portfolio-flters li {
    cursor: pointer;
    margin: 0 15px 15px 0;
    display: inline-block;
    padding: 5px;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    color: #212529;
    margin-bottom: 5px;
    transition: all 0.3s ease-in-out;
}
.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
    color: #eb5d1e;
}
.portfolio #portfolio-flters li:last-child {
    margin-right: 0;
}
.portfolio .portfolio-wrap {
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    z-index: 1;
}
.portfolio .portfolio-wrap::before {
    content: "";
    background: rgba(122, 105, 96, 0.6);
    position: absolute;
    left: 100%;
    right: 0;
    top: 0;
    bottom: 0;
    transition: all ease-in-out 0.3s;
    z-index: 2;
}
.portfolio .portfolio-wrap img {
    transition: 0.3s;
    position: relative;
    z-index: 1;
}
.portfolio .portfolio-wrap .portfolio-links {
    opacity: 0;
    left: 0;
    right: 0;
    top: calc(50% - 32px);
    text-align: center;
    z-index: 3;
    position: absolute;
    transition: all ease-in-out 0.3s;
}
.portfolio .portfolio-wrap .portfolio-links a {
    color: #eb5d1e;
    margin: 0 4px;
    line-height: 0;
    background-color: #fff;
    padding-top: 6px;
    padding-right: 1px;
    border-radius: 50px;
    text-align: center;
    width: 32px;
    height: 32px;
    display: inline-block;
    transition: 0.3s;
}
.portfolio .portfolio-wrap .portfolio-links a i {
    line-height: 0;
    font-size: 20px;
}
.portfolio .portfolio-wrap .portfolio-links a:hover {
    background: #eb5d1e;
    color: #fff;
}
.portfolio .portfolio-wrap .portfolio-info {
    opacity: 0;
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 3;
    transition: all ease-in-out 0.3s;
}
.portfolio .portfolio-wrap .portfolio-info h4 {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}
.portfolio .portfolio-wrap .portfolio-info p {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
}
.portfolio .portfolio-wrap:hover::before {
    left: 0;
}
.portfolio .portfolio-wrap:hover .portfolio-links {
    opacity: 1;
    top: calc(50% - 16px);
}
.portfolio .portfolio-wrap:hover .portfolio-info {
    opacity: 1;
    bottom: 0;
}
.portfolio-details {
    padding-top: 40px;
}
.portfolio-details .portfolio-details-slider img {
    width: 100%;
}
.portfolio-details .portfolio-details-slider .swiper-pagination {
    margin-top: 20px;
    position: relative;
}
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #eb5d1e;
}
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #eb5d1e;
}
.portfolio-details .portfolio-info {
    padding: 30px;
    box-shadow: 0 0 30px rgba(122, 105, 96, 0.08);
}
.portfolio-details .portfolio-info h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}
.portfolio-details .portfolio-info ul {
    list-style: none;
    padding: 0;
    font-size: 15px;
}
.portfolio-details .portfolio-info ul li + li {
    margin-top: 10px;
}
.portfolio-details .portfolio-description {
    padding-top: 30px;
}
.portfolio-details .portfolio-description h2 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
}
.portfolio-details .portfolio-description p {
    padding: 0;
}
.faq {
    padding: 60px 0;
}
.faq .faq-list {
    padding: 0;
    list-style: none;
}
.faq .faq-list li {
    border-bottom: 1px solid #eae7e5;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.faq .faq-list .question {
    display: block;
    position: relative;
    font-family: #eb5d1e;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    font-weight: 600;
    padding-left: 25px;
    cursor: pointer;
    color: #c54811;
    transition: 0.3s;
}
.faq .faq-list i {
    font-size: 16px;
    position: absolute;
    left: 0;
    top: -2px;
}
.faq .faq-list p {
    margin-bottom: 0;
    padding: 10px 0 0 25px;
}
.faq .faq-list .icon-show {
    display: none;
}
.faq .faq-list .collapsed {
    color: #343a40;
}
.faq .faq-list .collapsed:hover {
    color: #eb5d1e;
}
.faq .faq-list .collapsed .icon-show {
    display: inline-block;
    transition: 0.6s;
}
.faq .faq-list .collapsed .icon-close {
    display: none;
    transition: 0.6s;
}
.team {
    background: #fff;
    padding: 60px 0;
}
.team .member {
    text-align: center;
    margin-bottom: 20px;
    background: #343a40;
    position: relative;
    overflow: hidden;
}
.team .member .member-info {
    opacity: 0;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    transition: 0.2s;
}
.team .member .member-info-content {
    position: absolute;
    left: 50px;
    right: 0;
    bottom: 0;
    transition: bottom 0.4s;
}
.team .member .member-info-content h4 {
    font-weight: 700;
    margin-bottom: 2px;
    font-size: 18px;
    color: #fff;
}
.team .member .member-info-content span {
    font-style: italic;
    display: block;
    font-size: 13px;
    color: #fff;
}
.team .member .social {
    position: absolute;
    left: -50px;
    top: 0;
    bottom: 0;
    width: 50px;
    transition: left ease-in-out 0.3s;
    background: rgba(78, 64, 57, 0.6);
    text-align: center;
}
.team .member .social a {
    transition: color 0.3s;
    display: block;
    color: #fff;
    margin-top: 15px;
}
.team .member .social a:hover {
    color: #eb5d1e;
}
.team .member .social i {
    font-size: 18px;
    margin: 0 2px;
}
.team .member:hover .member-info {
    background: linear-gradient(0deg, rgba(78, 64, 57, 0.95) 0%, rgba(78, 64, 57, 0.95) 15%, rgba(255, 255, 255, 0) 100%);
    opacity: 1;
    transition: 0.4s;
}
.team .member:hover .member-info-content {
    bottom: 30px;
    transition: bottom 0.4s;
}
.team .member:hover .social {
    left: 0;
    transition: left ease-in-out 0.3s;
}
.clients .clients-slider .swiper-slide img {
    opacity: 0.5;
    transition: 0.3s;
}
.clients .clients-slider .swiper-slide img:hover {
    opacity: 1;
}
.clients .clients-slider .swiper-pagination {
    margin-top: 20px;
    position: relative;
}
.clients .clients-slider .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #eb5d1e;
}
.clients .clients-slider .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #eb5d1e;
}
.contact .info {
    border-top: 3px solid #eb5d1e;
    border-bottom: 3px solid #eb5d1e;
    padding: 30px;
    background: #fff;
    width: 100%;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}
.contact .info i {
    font-size: 20px;
    color: #eb5d1e;
    float: left;
    width: 44px;
    height: 44px;
    background: #fdf1ec;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
}
.contact .info h4 {
    padding: 0 0 0 60px;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #7a6960;
}
.contact .info p {
    padding: 0 0 10px 60px;
    margin-bottom: 20px;
    font-size: 14px;
    color: #ab9d95;
}
.contact .info .email p {
    padding-top: 5px;
}
.contact .info .social-links {
    padding-left: 60px;
}
.contact .info .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #333;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
    margin-right: 10px;
}
.contact .info .social-links a:hover {
    background: #eb5d1e;
    color: #fff;
}
.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
    background: #eb5d1e;
    color: #fff;
}
.contact .php-email-form {
    width: 100%;
    border-top: 3px solid #eb5d1e;
    border-bottom: 3px solid #eb5d1e;
    padding: 30px;
    background: #fff;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}
.contact .php-email-form .form-group {
    padding-bottom: 8px;
}
.contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600;
}
.contact .php-email-form .error-message br + br {
    margin-top: 25px;
}
.contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}
.contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}
.contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
}
.contact .php-email-form input,
.contact .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
}
.contact .php-email-form input {
    height: 44px;
}
.contact .php-email-form textarea {
    padding: 10px 12px;
}
.contact .php-email-form button[type="submit"] {
    background: #eb5d1e;
    border: 0;
    padding: 10px 24px;
    color: #fff;
    transition: 0.4s;
    border-radius: 4px;
}
.contact .php-email-form button[type="submit"]:hover {
    background: #ef7f4d;
}
@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
#footer {
    background: #fff;
    padding: 0 0 0 0;
    color: #212529;
    font-size: 14px;
    background: #fef8f5;
}
#footer .footer-newsletter {
    padding: 50px 0;
    background: #fef8f5;
    text-align: center;
    font-size: 15px;
}
#footer .footer-newsletter h4 {
    font-size: 24px;
    margin: 0 0 20px 0;
    padding: 0;
    line-height: 1;
    font-weight: 600;
    color: #4e4039;
}
#footer .footer-newsletter form {
    margin-top: 30px;
    background: #fff;
    padding: 6px 10px;
    position: relative;
    border-radius: 4px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
    text-align: left;
}
#footer .footer-newsletter form input[type="email"] {
    border: 0;
    padding: 4px 4px;
    width: calc(100% - 100px);
}
#footer .footer-newsletter form input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 20px;
    background: #eb5d1e;
    color: #fff;
    transition: 0.3s;
    border-radius: 4px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}
#footer .footer-newsletter form input[type="submit"]:hover {
    background: #c54811;
}
#footer .footer-top {
    padding: 60px 0 30px 0;
    background: #FFF1EA;
}
#footer .footer-top .footer-contact {
    margin-bottom: 30px;
}
#footer .footer-top .footer-contact h4 {
    font-size: 22px;
    margin: 0 0 30px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: 700;
}
#footer .footer-top .footer-contact p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    color: #5c5c5c;
    font-weight: 500;
}
#footer .footer-top h4 {
    font-size: 16px;
    font-weight: 700;
    color: #212529;
    position: relative;
    padding-bottom: 12px;
}
#footer .footer-top .footer-links {
    margin-bottom: 30px;
    font-weight: 500;
}
#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: #f39e7a;
    font-size: 18px;
    line-height: 1;
}
#footer .footer-top .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
}
#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
}
#footer .footer-top .footer-links ul a {
    color: #5c5c5c;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
    font-weight: 500;
}
#footer .footer-top .footer-links ul a:hover {
    text-decoration: none;
    color: #eb5d1e;
}
#footer .footer-top .social-links a {
    font-size: 18px;
    display: inline-block;
    background: gray;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}
#footer .footer-top .social-links a:hover {
    background: #ef7f4d;
    color: #fff;
    text-decoration: none;
}
#footer .copyright {
    text-align: center;
    font-size: 13px;
}
#footer .credits {
    float: right;
    text-align: center;
    font-size: 13px;
    color: #212529;
}
#footer .credits a {
    color: #eb5d1e;
}
@media (max-width: 575px) {
    #footer .copyright,
    #footer .credits {
        float: none;
        -moz-text-align-last: center;
        text-align-last: center;
        padding: 3px 0;
    }
}
.contact_menu {
    color: #eb5d1e !important;
    font-family: "Open Sans", sans-serif;
}
.about_side_cont {
    margin-top: 50px;
}
.footer-logo {
    margin-bottom: 15px;
}
.footer-address {
    padding-left: 13px;
}
.service-ill-img {
    width: 70%;
}
#hero .service-subtitle {
    font-size: 18px;
    line-height: 25px;
}
#services .icon-box .icon {
    margin-bottom: 20px;
}
.footer-phone {
    font-family: "Open Sans", sans-serif;
}
.works_icn {
    margin: 10px 0 15px 0;
}
.contact_sec {
    margin: 40px 0;
}
.contact_sec .cnt_title {
    color: gray;
    display: flex;
    align-items: center;
    margin-bottom: 26px;
}
.service_banner_sec {
    padding-top: 30px !important;
}
.contact_sec a {
    display: inline-block;
    margin: 10px 23px 10px 0;
    font-size: 21px;
    font-weight: 600;
    padding-left: 3px;
    color: gray;
    font-family: "Open Sans", sans-serif;
}
.contact_sec a span {
    color: #000;
    font-size: 19px;
    font-family: "Open Sans", sans-serif;
}
.contact_sec .cnt_title img {
    margin-right: 10px;
}
.contact_sec .contact-icon-box {
    background: #fff;
    box-shadow: 0 2px 10px 4px rgb(0 0 0/1%);
    transition: all 0.3s ease-in-out;
    padding: 30px 20px;
    border-radius: 15px;
}
@media only screen and (min-width: 300px) and (max-width: 600px) {
    .abot-px {
        padding-left: 20px;
        padding-right: 20px;
    }
    .seo_content {
        padding: 10px 0 30px 0 !important;
    }
}
@media only screen and (min-width: 300px) and (max-width: 1199px) {
    .about_side_cont {
        padding-left: 10px !important;
        margin-top: 70px;
    }
}
@media only screen and (min-width: 300px) and (max-width: 991px) {
    .service_banner_sec {
        align-items: flex-start !important;
        height: 800px !important;
    }
    .home_banner_sec {
        align-items: flex-start !important;
        height: unset !important;
    }
    .banner_content_sec {
        margin-top: 50px;
    }
    .hero-img {
        text-align: center !important;
    }
    .seo_content .image_divider .content,
    .seo_content .image_divider .img_box {
        width: 98% !important;
    }
    .seo_content .image_divider .img_box {
        text-align: center !important;
        margin-bottom: 50px !important;
    }
}
.about_org_sec .icon-box .description {
    color: gray !important;
}
.seo_content h3 {
    font-weight: 700;
    margin: 15px 0;
    font-size: 40px;
}
.seo_content h4 {
    font-weight: 700;
    margin: 15px 0;
}
.seo_content p.para {
    margin: 30px 0;
    color: gray;
}
.seo_content ul {
    padding-left: 0;
}
.seo_content ul li {
    list-style-type: none;
    display: flex;
    align-items: center;
    color: gray;
}
.seo_content ul li i {
    font-size: 30px;
    color: #eb5d1e;
    margin-right: 6px;
}
.seo_content .image_divider {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.seo_content .image_divider .content,
.seo_content .image_divider .img_box {
    width: 48%;
}
.seo_content .image_divider .img_box {
    text-align: end;
}
.seo_content .image_divider .img_box img {
    width: 80%;
}
.seo_content ul {
    margin-bottom: 20px;
}
.about_org_sec {
    background-color: white !important;
}
.about_side_cont {
    padding-left: 40px;
}
.about_side_cont p {
    margin: 20px 0;
    color: gray;
}
.about_side_cont h5 {
    color: gray;
}
.about_side_cont h2 {
    margin-bottom: 20px;
    font-weight: 700;
}

.hm_banner_sec{
    background: #FFF1EA;
    margin-bottom: 140px;
}

.hm_banner_sec .main_title{
    color: #42342E;
    font-weight: 700;
    font-size: 45px;
    line-height: 53px;
    margin-bottom: 15px;
}

.hm_banner_sec .sub_desc{
    font-weight: 500;
    font-size: 19px;
    line-height: 28px;
    color: rgba(0, 0, 0, 0.7);
    margin-bottom: 15px;
    width: 470px;
    max-width: 100%;
}

.hm_banner_sec .bnr_cta_btn a{
    background: #E95E2C;
    border-radius: 10px;
    padding: 11px 17px;
    font-weight: 600;
    font-size: 18px;
    display: inline-block;
    color: white;
}

.hm_banner_sec .img_sec{
    position: relative;
    top: 58px;
}

.why_choose_us{
    padding-bottom: 140px;
    text-align: center;
}

.why_choose_us .main_title{
    color: #42342E;
    font-weight: 700;
    font-size: 35px;
    margin-bottom: 40px;
}

.why_choose_us .card_box{
    display: flex;
}

.why_choose_us .card_box .card_item{
    width: 20%;
    padding: 0 30px;
}
.why_choose_us .card_item .w_icon{
    min-height: 90px;
    display: grid;
    place-items: center;
}
.why_choose_us .card_item .w_title{
    color: rgba(0, 0, 0, 0.7);
    font-weight: 700;
    font-size: 19px;
    line-height: 25px;
    margin-bottom: 6px;
    margin-top: 10px;
}

.why_choose_us .card_item .w_desc{
    font-weight: 500;
    font-size: 17px;
    line-height: 25px;
    color: rgba(0, 0, 0, 0.7);
}
.our_client_sec{
    padding-bottom: 140px;
}

.how_it_works_sec{
    padding: 85px 0;
    margin-bottom: 140px;
    background: #FFF1EA;
    text-align: center;
}

.how_it_works_sec .main_title{
    font-weight: 700;
    font-size: 35px;
    color: #42342E;
    margin-bottom: 50px;
}

.how_it_works_sec .hw_title{
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    color: #42342E;
    margin-top: 22px;
}
.how_it_works_sec .hw_item{
    position: relative;
}
.how_it_works_sec .hw_overl{
    position: absolute;
    top: 25%;
    right: -41%;
    display: none;
    animation-name: fadeIn;
    animation-duration: 1.2s;
}

.how_it_works_sec .hw_overl.active{
    display: inline-block;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.services_off_sec{
    padding-bottom: 140px;
    text-align: center;
}

.services_off_sec .main_title{
    font-weight: 700;
    font-size: 35px;
    line-height: 41px;
    color: #42342E;
    margin-bottom: 70px;
}

.services_off_sec .ser_off_card{
    width: 280px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    background: #FFF1EA;
    box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    padding: 30px 25px;
    margin-bottom: 36px;
    display: block;
}

.ser_off_card .so_title{
    color: #4D4D4D;
    font-weight: 700;
    font-size: 19px;
    margin-bottom: 8px;
}

.ser_off_card .so_desc{
    font-weight: 500;
    font-size: 17px;
    line-height: 25px;
    color: rgba(0, 0, 0, 0.7);
}

.services_off_sec .ser_off_col:nth-child(1) .ser_off_card{
    margin-top: 120px;
}

.services_off_sec .ser_off_col:nth-child(3) .ser_off_card{
    margin-top: 60px;
}

.lang_exp_sec{
    padding-bottom: 140px;
    text-align: center;
}

.lang_exp_sec .main_title{
    color: #42342E;
    font-weight: 700;
    font-size: 35px;
    line-height: 41px;
    margin-bottom: 8px;
}

.lang_exp_sec .sub_desc{
    font-weight: 500;
    font-size: 17px;
    line-height: 27px;
    margin-bottom: 32px;
}

.lang_exp_sec .lang_list_sec{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.lang_exp_sec .lang_list_sec .item{
    display: inline-flex;
    align-items: center;
    background: #FFFFFF;
    box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.25);
    border-radius: 25px;
    padding: 2px;
    font-weight: 600;
    font-size: 18px;
    color: rgba(0,0,0,.8);
    min-width: 179px;
    margin: 15px 20px;
    transition: .3s;
}

.lang_exp_sec .item .cont{
    margin-left: 15px;
}
.lang_exp_sec .item.more_lang{
    box-shadow: none;
    background:none;
    border-radius: 0;
    justify-content: center;
}
.lang_exp_sec .more_lang a{
    display: inline-block;
    font-weight: 700;
    font-size: 20px;
    color: #E95E2C;
}

.serv_bnr_sec{
    padding: 94px 0 105px 0;
    background: #FFF1EA;
    margin-bottom: 60px;
}

.serv_bnr_sec .main_title{
    color: #42342E;
    font-weight: 700;
    font-size: 45px;
    line-height: 53px;
    margin-bottom: 15px;
}

.serv_bnr_sec .sub_desc{
    color: rgba(0, 0, 0, 0.7);
    font-weight: 500;
    font-size: 19px;
    line-height: 28px;
    margin-bottom: 21px;
    width: 559px;
    max-width: 100%;
}

.serv_bnr_sec .cta_btn_grp a{
    display: inline-block;
    background: #E95E2C;
    border-radius: 10px;
    padding: 11px 19px;
    font-weight: 600;
    font-size: 18px;
    color: white;
}
.serv_bnr_sec .img_col{
    text-align: end;
}
.serv_bnr_sec .img_sec{
    position: relative;
    display: inline-block;
}

.serv_bnr_sec .bnr_overl1{
    position: absolute;
    top: -3%;
    left: -3%;
}

.serv_bnr_sec .bnr_overl2{
    position: absolute;
    bottom: -11%;
    right: -6%;
    z-index: 1;
}

.serv_bnr_sec .bnr_overl3{
    position: absolute;
    bottom: -32%;
    right: -3%;
}

.serv_bnr_sec .serv_bnr_img{
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.25));
    border-radius: 15px;
    position: relative;
    z-index: 2;
}

.seo_cont_sec{
    padding-bottom: 140px;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #2B3E5A;
}

.seo_cont_sec .main_title{
    color: #42342E;
    font-weight: 700;
    font-size: 35px;
    line-height: 42px;
    margin-bottom: 11px;
}

.ser_cta_btn a{
    display: inline-block;
    font-weight: 600;
    font-size: 19px;
    color: #FFFFFF;
    background: #E95E2C;
    border-radius: 9px;
    padding: 11px 19px;
}

.seo_cont_sec .img_col{
    margin-bottom: 20px;
}

.seo_cont_sec .ser_seo_img{
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.25));
    border-radius: 10px;
} 

.seo_cont_sec.border_style2 .ser_seo_img{
    border-radius: 180px 0px 180px 0;
} 

.seo_cont_sec.border_style2 .img_col:nth-child(2) .ser_seo_img{
    border-radius: 0 180px 0 180px;
} 

.seo_cont_sec .img_col:nth-child(2){
    text-align: end;
}

.seo_list_sec{
    margin-bottom: 16px;
    max-width: 100%;
}

.seo_list_sec .list {
    display: flex;
    align-items: flex-start;
    margin-bottom: 8px;
}

.seo_list_sec .list img {
    margin-right: 11px;
    margin-top: 7px;
    flex-shrink: 0;
}

.seo_list_sec.dbl {
    display: flex;
    flex-wrap: wrap;
}

.seo_list_sec.dbl .list {
    width: 50%;
    padding: 0 10px;
}

.seo_list_sec.trpl{
    display: flex;
    flex-wrap: wrap;
}

.seo_list_sec.trpl .list {
    width: 33.33%;
    padding: 0 10px;
}

.doc_transl_sec{
    padding: 64px 0 54px 0;
    background: #FFF1EA;
    text-align: center;
    margin-bottom: 140px;
}

.doc_transl_sec .main_title{
    width: 845px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    color: #42342E;
    font-weight: 700;
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 59px;
}

.doc_transl_sec .box_item{
    display: flex;
    justify-content: space-evenly;
}

.doc_transl_sec .box_item .card_item{
    width: 208px;
    max-width: 100%;
    padding: 20px;
    border-radius: 10px;
    transition: .6s;
}

.doc_transl_sec .box_item .card_item:hover{
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.12);
}

.doc_transl_sec .box_item .card_item.active{
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.12);
}

.doc_transl_sec .card_item .d_title{
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    margin-top: 14px;
    color: #2B3E5A;
}

.client_rev_sec{
    padding: 90px 0;
    background: #FFF1EA;
    margin-bottom: 140px;
}

.client_rev_sec .main_title{
    font-weight: 700;
    font-size: 35px;
    line-height: 42px;
    color: #42342E;
    width: 350px;
    max-width: 100%;
}

.client_rev_sec .owl-carousel .owl-item img{
    width: unset;
}

.client_rev_sec .rev_card_box{
    display: flex;
    align-items: center;
}
.client_rev_sec .owl-item{
    padding: 8px 0;
}
.client_rev_sec .item{
    background: #FFFFFF;
    box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.12);
    border-radius: 15px;
    padding: 25px;
    min-height: 264px;
    width: 295px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.client_rev_sec .item .auth_box{
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    position: relative;
}
.client_rev_sec .owl-carousel .owl-stage{
    padding: 8px 0;
}
.client_rev_sec .item .auth_box .quote_overl{
    position: absolute;
    top: -90%;
    right: -3%;
}

.client_rev_sec .item .auth_box .cont{
    margin-left: 17px;
}

.client_rev_sec .item .auth_box .title1{
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
}

.client_rev_sec .item .auth_box .title2{
    font-weight: 500;
}

.client_rev_sec .item .desc{
    color: rgba(0, 0, 0, 0.8);
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
}

.faq_sec{
    margin-bottom: 100px;
}

.faq_sec .main_title{
    color: #42342E;
    font-weight: 700;
    font-size: 35px;
    line-height: 42px;
    text-align: center;
    margin-bottom: 50px;
}

.faq_sec .faq_cont_sec{
    width: 950px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.faq_cont_sec .faq_item{
    padding: 16px 0;
    border-top: 1.5px solid rgba(43, 62, 90, 0.25);
}

.faq_cont_sec .faq_item:last-child {
    border-bottom: 1.5px solid rgba(43, 62, 90, 0.25);
}

.faq_cont_sec .faq_item.active .quest {
    margin-bottom: 8px;
}

.faq_cont_sec .faq_item .quest {
    font-weight: 600;
    font-size: 19px;
    line-height: 26px;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.faq_cont_sec .faq_item .answ.show {
    display: block;
}

.faq_cont_sec .faq_item .answ {
    font-weight: 500;
    font-size: 17px;
    line-height: 25px;
    color: #2B3E5A;
    display: none;
    padding-left: 54px;
}

.faq_item .quest .icon {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    margin-right: 30px;
}

.faq_item .quest .icon > div {
    display: inline-block;
    width: 20px;
    height: 3px;
    background: #E95E2C;
    border-radius: 5px;
}

.faq_item.active .quest .icon > div:last-child {
    display: none;
}

.faq_item .quest .icon > div:last-child {
    transform: rotate(90deg);
    position: relative;
    bottom: 3px;
}

.servi_highlight_sec{
    padding-bottom: 100px;
}

.servi_highlight_sec .card_box_item{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    text-align: center;
    width: 920px;
    max-width: 100%;
    margin: 0 auto;
}
.servi_highlight_sec .sh_icon{
    min-height: 74px;
    display: grid;
    place-items: center;
}
.servi_highlight_sec .sh_title{
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: rgba(0, 0, 0, 0.8);
    opacity: 0.6;
    margin-top: 15px;
}

@media only screen and (max-width:1300px){
    .hm_banner_sec .img_sec{
        top: 57px;
    }
}

@media only screen and (max-width:1270px){
    .why_choose_us .card_box{
        flex-wrap: wrap;
        width: 900px;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        justify-content: center;
    }
    .why_choose_us .card_box .card_item{
        width: 44%;
        padding: 0 30px;
        margin-bottom: 25px;
    }
    .how_it_works_sec .hw_overl img{
        width: 180px;
    }
    .how_it_works_sec .hw_overl{
        right: -36%;
    }
    .client_rev_sec .rev_card_box{
        flex-direction: column;
        width: 990px;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .client_rev_sec .main_title{
        width: 450px;
        text-align: center;
        margin-bottom: 40px;
    }
}

@media only screen and (max-width:1200px){
    .hm_banner_sec .img_sec{
        top: 44px;
    }
    .how_it_works_sec .hw_overl img{
        width: 140px;
    }
    .how_it_works_sec .hw_overl{
        right: -29%;
    }
}

@media only screen and (max-width:1080px){
    .how_it_works_sec .hw_overl img{
        width: 120px;
    }
    .how_it_works_sec .hw_overl{
        display: block!important;
        right: -32%;
    }
    .serv_bnr_sec .main_title{
        font-size: 40px;
        line-height: 49px;
    }
    .serv_bnr_sec{
        padding: 94px 0 75px 0;
    }
    .doc_transl_sec .card_item .d_title{
        font-size: 16px;
        line-height: 22px;
    }
}

@media only screen and (max-width:991px){
    .serv_bnr_sec .bnr_overl3{  
        bottom: -23%;
    }
    .client_rev_sec .rev_card_box{
        width: 670px;
    }
    .how_it_works_sec .hw_overl img{
        width: 216px;
    }
    #main{
        margin-top: 130px;
    }
    .our_client_sec .row{
        justify-content: space-evenly!important;
    }
    .how_it_works_sec .col-lg-3:nth-child(1) .hw_item, .how_it_works_sec .col-lg-3:nth-child(2) .hw_item{
        margin-bottom: 185px;
    }
    .how_it_works_sec .col-lg-3:nth-child(3){
        order: 4;
    }
    .how_it_works_sec .row{
        position: relative;
    }
    .how_it_works_sec .col-lg-3:nth-child(3) .hw_item, .how_it_works_sec .col-lg-3:nth-child(1) .hw_item{
        position: static;
    }
    .how_it_works_sec .col-lg-3:nth-child(4){
        order: 3;
    }
    .how_it_works_sec .hw_overl2{
        transform:translateX(50%);
        right: 50%;
        top: 158%;
    }
    .how_it_works_sec .hw_overl2 img{
        transform: rotate(90deg);
        width: 163px;
    }
    .how_it_works_sec .hw_overl3{
        right: 50%;
        top: unset;
        bottom: 17%;
        transform: translateX(50%);
    }
    .how_it_works_sec .hw_overl1{
        right: 50%;
        transform: translateX(50%);
        top: 8%;
    }
    .how_it_works_sec .hw_overl3 img{
        transform: scaleX(-1);
    }
    .services_off_sec .ser_off_col:nth-child(1) .ser_off_card{
        margin-top: 0;
    }
    .services_off_sec .ser_off_col:nth-child(2), .services_off_sec .ser_off_col:nth-child(4){
        display: flex;
    }
    .services_off_sec .ser_off_col:nth-child(2) .ser_off_card:first-child, .services_off_sec .ser_off_col:nth-child(4) .ser_off_card:first-child{
        margin-right: unset;
    }
    .services_off_sec .ser_off_col:nth-child(3) .ser_off_card{
        margin-top: 0;
    }
    .hm_banner_sec{
        padding: 60px 0 0 0;
        text-align: center;
    }
    .hm_banner_sec .sub_desc{
        margin-left: auto;
        margin-right: auto;
    }
    .hm_banner_sec .cont_col{
        margin-bottom: 50px;
    }
    .mob_cta_btn > picture > img{
        transform: scaleX(-1);
    }
    .serv_bnr_sec{
        text-align: center;
    }
    .serv_bnr_sec .sub_desc{
        margin-left: auto;
        margin-right: auto;
    }
    .serv_bnr_sec .cont_col{
        margin-bottom: 50px;
    }
    .serv_bnr_sec .img_col{
        text-align: center;
    }
    .seo_cont_sec .row{
        justify-content: center;
    }
    .seo_cont_sec .cont_col{
        order: 1;
        width: 80%;
    }
    .seo_cont_sec .img_col{
        width: 80%;
        order: 3;
        text-align: start!important;
        margin-top: 50px;
    }
    .seo_cont_full_end{
        order: 2;
        width: 80%;
    }
    .doc_transl_sec .box_item{
        flex-wrap: wrap;
        width: 600px;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .doc_transl_sec .box_item .card_item{
        width: 50%;
        margin-bottom: 15px;
    }
    .doc_transl_sec .box_item .card_item:last-child{
        margin-bottom: 0;
    }
}

@media only screen and (max-width:767px){
    .seo_cont_sec .img_col {
        width: 95%;
    }
    .seo_cont_sec .cont_col{
        width: 95%;
    }
    .seo_cont_full_end{
        width: 95%;
    }
}

@media only screen and (max-width:700px){
    .services_off_sec .ser_off_col:nth-child(2), .services_off_sec .ser_off_col:nth-child(4){
        display: block;
    }
    .services_off_sec .ser_off_col:nth-child(2) .ser_off_card:first-child, .services_off_sec .ser_off_col:nth-child(4) .ser_off_card:first-child{
        margin-right: auto;
    }
    .why_choose_us .card_box .card_item{
        width: 50%;
    }
    .how_it_works_sec .hw_overl img{
        width: 150px;
    }
    .how_it_works_sec .hw_overl2{
        top: 145%;
    }
    .how_it_works_sec .hw_overl2 img{
        width: 130px;
    }
    .how_it_works_sec .col-lg-3:nth-child(1) .hw_item, .how_it_works_sec .col-lg-3:nth-child(2) .hw_item{
        margin-bottom: 150px;
    }
}

@media only screen and (max-width:600px){
    .servi_highlight_sec{
        padding-bottom: 60px;
    }
    .servi_highlight_sec .card_box_item{
        justify-content: space-between;
    }
    .servi_highlight_sec .sh_icon img{
        width: 75%;
    }
    .servi_highlight_sec .sh_title{
        font-size: 12px;
        line-height: 16px;
        margin-top: 10px;
        min-height: 38px;
    }
    .servi_highlight_sec .card_box_item .card_item{
        padding: 0 10px;
    }
    .seo_cont_sec .img_col {
        width: 100%;
    }
    .seo_cont_sec .cont_col{
        width: 100%;
    }
    .seo_cont_full_end{
        width: 100%;
    }
    .seo_list_sec.trpl .list {
        width: 100%;
        padding: 0;
    }
    .seo_list_sec.dbl .list {
        width: 100%;
        padding: 0;
    }
    .why_choose_us .card_box .card_item{
        padding: 0 15px;
    }
    .hm_banner_sec{
        padding: 35px 0 0 0;
        margin-bottom: 60px;
    }
    .hm_banner_sec .main_title{
        font-size: 33px;
        line-height: 41px;
    }
    .hm_banner_sec .sub_desc{
        font-size: 18px;
    }
    .why_choose_us .main_title{
        margin-bottom: 50px;
    }
    .why_choose_us, .our_client_sec, .services_off_sec, .lang_exp_sec{
        padding-bottom: 60px;
    }
    .how_it_works_sec{
        padding: 50px 0 60px 0;
        margin-bottom: 60px;
    }
    .how_it_works_sec .main_title{
        font-size: 28px;
    }
    .services_off_sec .main_title{
        font-size: 28px;
        margin-bottom: 50px;
    }
    .hm_banner_sec .img_sec{
        top: 10px;
    }
    .lang_exp_sec .main_title{
        font-size: 28px;
        line-height: 36px;
    }
    .serv_bnr_sec{
        padding: 54px 0 54px 0;
    }
    .serv_bnr_sec .main_title{
        font-size: 33px;
        line-height: 41px;
    }
    .serv_bnr_sec .bnr_overl1, .serv_bnr_sec .bnr_overl2, .serv_bnr_sec .bnr_overl3{
        display: none;
    }
    .seo_cont_sec.border_style2 .ser_seo_img {
        border-radius: 130px 0px 130px 0;
    }
    .seo_cont_sec.border_style2 .img_col:nth-child(2) .ser_seo_img {
        border-radius: 0 130px 0 130px;
    }
    .seo_cont_sec{
        padding-bottom: 60px;
    }
    .seo_cont_sec .main_title{
        font-size: 29px;
        line-height: 36px;
    }
    .doc_transl_sec{
        padding: 48px 0 30px 0;
        margin-bottom: 60px;
    }
    .doc_transl_sec .main_title{
        font-size: 29px;
        line-height: 36px;
        margin-bottom: 30px;
    }
    .client_rev_sec{
        padding: 45px 0;
        margin-bottom: 60px;
    }
    .client_rev_sec .main_title{
        font-size: 28px;
        line-height: 36px;
    }
    .faq_sec .main_title{
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 35px;
    }
    .faq_sec{
        margin-bottom: 70px;
    }
}

@media only screen and (max-width:550px){
    .how_it_works_sec .hw_overl img{
        width: 120px;
    }
    .how_it_works_sec .hw_overl2{
        top: 132%;
    }
    .how_it_works_sec .hw_overl2 img{
        width: 100px;
    }
    .how_it_works_sec .col-lg-3:nth-child(1) .hw_item, .how_it_works_sec .col-lg-3:nth-child(2) .hw_item{
        margin-bottom: 115px;
    }
    .lang_exp_sec .lang_list_sec .item{
        margin: 15px 12px;
    }
}

@media only screen and (max-width:450px){
    .why_choose_us .card_box .card_item{
        width: 100%;
        margin-bottom: 30px;
    }
    .why_choose_us .card_box .card_item:last-child{
        margin-bottom: 0;
    }
    .how_it_works_sec .hw_title{
        font-size: 18px;
        line-height: 23px;
    }
    .how_it_works_sec .hw_overl img{
        width: 90px;
    }
    .how_it_works_sec .hw_overl2{
        top: 132%;
    }
    .how_it_works_sec .hw_overl2 img{
        width: 90px;
    }
    .how_it_works_sec .col-lg-3:nth-child(1) .hw_item, .how_it_works_sec .col-lg-3:nth-child(2) .hw_item{
        margin-bottom: 115px;
    }
    .how_it_works_sec .hw_overl3{
        bottom: 20%;
    }
    .lang_exp_sec .lang_list_sec .item{
        width: 45%;
        min-width: unset;
        margin: 15px 5px;
    }
    .lang_exp_sec .item.more_lang{
        width: 100%;
    }
    .doc_transl_sec .card_item .d_title {
        font-size: 15px;
        line-height: 20px;
    } 
    .seo_cont_sec.border_style2 .ser_seo_img {
        border-radius: 80px 0px 80px 0;
    }
    .seo_cont_sec.border_style2 .img_col:nth-child(2) .ser_seo_img {
        border-radius: 0 80px 0 80px;
    }
    .servi_highlight_sec .sh_icon img{
        width: 80%;
    }
    .serv_bnr_sec{
        margin-bottom: 40px;
    }
    .servi_highlight_sec{
        padding-bottom: 40px;
    }
}

@media only screen and (max-width:390px){
    .how_it_works_sec .container{
        padding: 0;
    }
    .how_it_works_sec .col-lg-3{
        padding: 0 5px;
    }
    .lang_exp_sec .item .cont{
        margin-left: 9px;
    }
    .faq_cont_sec .faq_item .quest{
        font-size: 17px;
        line-height: 24px;
    }   
    .serv_bnr_sec{
        padding: 44px 0 48px 0;
    }
    .serv_bnr_sec .main_title{
        font-size: 30px;
        line-height: 38px;
    }
    .servi_highlight_sec .card_box_item .card_item{
        padding: 0 5px;
    }
    .servi_highlight_sec .card_box_item .card_item:nth-child(2) img,.servi_highlight_sec .card_box_item .card_item:nth-child(4) img{
        width: 90%;
    }
}