:root {
    --text-color: #5e6a6e;
    --border-color: #d9d9d9;
    --orange: #f8a000;
}

/*--------------------------------------------------------------------------------------*/
/*General-Css-Here
/*--------------------------------------------------------------------------------------*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background: #fff;
    font-family: "Roboto-reguler";
    font-weight: normal;
}
a {
    -webkit-transition: 0.5s ease-out;
    -moz-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
img {
    max-width: 100%;
}
.site_content {
    display: block;
    padding-top: 89px;
}
.site_content:after,
.site_content:before {
    display: table;
    clear: both;
    content: "";
}
header,
footer,
section {
    display: block;
}
header:after,
header:before,
footer:after,
footer:before,
section:after,
section:before {
    display: table;
    clear: both;
    content: "";
}
.container {
    margin: auto;
    width: 1170px;
}
.container:after,
.container:before {
    display: table;
    clear: both;
    content: "";
}

/*----------------------------------------------------
Radio-button style css start here
------------------------------------------------------*/

.custom-control-label {
    font-size: 14px;
    color: #5e6a6e;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("../images/icons/radio-dot.png");
}
.custom-control-input:checked ~ .custom-control-label::before {
    border-color: #f8a000;
    background-color: #fff;
}
.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: none;
}

/*----------------------------------------------------
Radio-button style css start here
------------------------------------------------------*/

/*----------------------------------------------------
Checkbox style css start here
------------------------------------------------------*/
/*.form-check{position: relative; display:block; padding-left:0;}*/
[type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.form-check-input[type="checkbox"] + label,
label.btn input[type="checkbox"] + label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    display: inline-block;
    height: 1.5625rem;
    line-height: 1.5625rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 14px;
}
.form-check-label {
    margin-bottom: 0;
}

.form-check-input[type="checkbox"] + label::before,
.form-check-input[type="checkbox"]:not(.filled-in) + label::after,
label.btn input[type="checkbox"] + label::before,
label.btn input[type="checkbox"]:not(.filled-in) + label::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    z-index: 0;
    border: 2px solid #000;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    margin-top: 2px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.form-check-input[type="checkbox"]:not(.filled-in) + label::after,
label.btn input[type="checkbox"]:not(.filled-in) + label::after {
    border: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.form-check-input[type="checkbox"]:checked + label::before,
label.btn input[type="checkbox"]:checked + label::before {
    top: -4px;
    left: -5px;
    width: 12px;
    height: 1.375rem;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid var(--orange);
    border-bottom: 2px solid var(--orange);
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

/*----------------------------------------------------
Checkbox style css start here
------------------------------------------------------*/

button:focus {
    border: none;
    outline: none;
}
select {
    appearance: none;
}

.object-fit {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}
.contain-fit {
    object-fit: contain;
    object-position: center;
    width: 100%;
    height: 100%;
}
.both-center {
    position: absolute !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.h-center {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.block-center {
    display: block;
    margin: 0 auto;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure {
    margin: 0;
    padding: 0;
}
.container {
    max-width: 1170px;
}
.block {
    width: 100%;
}
a > input[type="file"] {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: 9;
}

/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on July 3, 2019 */

@font-face {
    font-family: "Roboto-bold";
    src: url("../fonts/roboto-bold-webfont.woff2") format("woff2"),
        url("../fonts/roboto-bold-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Roboto-medium";
    src: url("../fonts/roboto-medium-webfont.woff2") format("woff2"),
        url("../fonts/roboto-medium-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Roboto-reguler";
    src: url("../fonts/roboto-regular-webfont.woff2") format("woff2"),
        url("../fonts/roboto-regular-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Roboto-Light";
    src: url("../fonts/Roboto-Light_gdi.eot");
    src: url("../fonts/Roboto-Light_gdi.eot?#iefix") format("embedded-opentype"),
        url("../fonts/Roboto-Light_gdi.woff") format("woff"),
        url("../fonts/Roboto-Light_gdi.ttf") format("truetype"),
        url("../fonts/Roboto-Light_gdi.svg#Roboto-Light") format("svg");
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+000D-25CA;
}

.section_padding_80 {
    padding-top: 80px;
    padding-bottom: 80px;
}
.section_padding_80_0 {
    padding-top: 80px;
    padding-bottom: 0;
}
.box-padding-30 {
    padding: 30px;
}
.box-padding-40 {
    padding: 40px;
}
.box-padding-20 {
    padding: 20px;
}
.mb-10 {
    margin-bottom: 10px;
}
.mb-15 {
    margin-bottom: 15px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mt-20 {
    margin-top: 20px;
}

.inner-padding {
    padding-top: 40px;
    padding-bottom: 40px;
}

/*------------------------------------------------------------------------------------------
Buttons css start here
-------------------------------------------------------------------------------------------*/
.btn {
    height: 50px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    border: none;
    line-height: 50px;
    font-family: "Roboto-bold";
    font-size: 18px;
    margin: 0;
    padding: 0 30px;
    min-width: 200px;
    border-radius: 50px;
    max-width: 100%;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
}
.btn:hover {
    box-shadow: none;
}

.btn.btn-medium {
    height: 45px;
    line-height: 45px;
}
.btn.btn-small {
    height: 40px;
    line-height: 40px;
}

.btn.btn-white {
    background-color: #fff;
    color: #000 !important;
}
.btn.btn-black {
    background-color: #000;
    color: #fff !important;
}
.btn.btn-orange {
    background-color: var(--orange) !important;
    color: #fff !important;
}

.box-shadow {
    box-shadow: 0px 2px 10px 0px rgba(163, 157, 157, 0.5);
}

/*------------------------------------------------------------------------------------------
Form Elements css start here
-------------------------------------------------------------------------------------------*/
.form-control {
    padding: 0.6rem 1rem;
    border: 1px solid #dbdbdb;
    font-size: 14px;
    border-radius: 50px;
    height: calc(2.23em + 0.75rem + 2px);
    resize: none;
}
.form-control:focus {
    border-color: #dbdbdb;
    box-shadow: none;
}
select.form-control {
    height: unset !important;
    -webkit-appearance: none;
    background: url("../images/icons/dropdown.png") no-repeat calc(100% - 15px)
        center;
}
.icon-form-group {
    position: relative;
}
.icon-form-group i {
    width: 24px;
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    font-size: 18px;
    color: var(--orange);
}

/*------------------------------------------------------------------------------------------
Header css start here
-------------------------------------------------------------------------------------------*/
header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 999;
}
.inner-content-wrapper {
    padding-top: 76px;
}
header .navbar {
    background-color: #000;
    padding: 18px 1rem;
    height: 76px;
}
header .navbar .nav-item .nav-link {
    font-size: 14px;
    font-family: "Roboto-bold";
    height: 35px;
    padding: 0 20px;
    line-height: 30px;
}
header .navbar .nav-item {
    margin-right: 10px;
}
header .navbar .nav-item:last-child {
    margin-right: 0;
}
.nav-signup {
    border: 2px solid #ff7f45;
    border-radius: 50px;
}
.lang_box {
    padding-top: 6px;
}
.lang_box .dropdown button {
    display: block;
    background: url(../images/arrow.png) no-repeat right center;
    border: none;
    padding-right: 25px;
    cursor: pointer;
}
.lang_box .dropdown button:after,
.lang_box .dropdown button:before {
    display: table;
    clear: both;
    content: "";
}
.lang_box .dropdown button i {
    float: left;
    margin-right: 10px;
    padding-top: 6px;
}
.lang_box .dropdown button span {
    float: left;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
}
.lang_box .dropdown .dropdown-menu {
    border-radius: 0;
    border: none;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19),
        0 6px 6px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19),
        0 6px 6px rgba(0, 0, 0, 0.23);
    -o-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19),
        0 6px 6px rgba(0, 0, 0, 0.23);
    -ms-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19),
        0 6px 6px rgba(0, 0, 0, 0.23);
    min-width: 12rem;
    left: auto;
    right: 0;
}
.profile-dropdown .dropdown-menu {
    top: 54px;
}
.dropdown-item:focus,
.dropdown-item:hover {
    background-color: var(--orange);
    color: #fff !important;
}

/*------------------------------------------------------------------------------------------
Slider Section css start here
-------------------------------------------------------------------------------------------*/

.home-slider-section {
    min-height: calc(100vh - 76px);
}
.home-slider .item {
    position: relative;
}
.home-slider .item .item-description {
    position: absolute;
    z-index: 3;
}
.home-slider .item .item-image {
    position: relative;
}
.home-slider .item .item-image img {
    position: relative;
    z-index: 2;
    opacity: 0.1;
    min-height: calc(100vh - 76px);
    object-fit: cover;
}
.home-slider .item .item-image:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: -moz-linear-gradient(
        135deg,
        rgb(40, 24, 0) 0%,
        rgb(233, 126, 0) 100%
    );
    background-image: -webkit-linear-gradient(
        135deg,
        rgb(40, 24, 0) 0%,
        rgb(233, 126, 0) 100%
    );
    background-image: -ms-linear-gradient(
        135deg,
        rgb(40, 24, 0) 0%,
        rgb(233, 126, 0) 100%
    );
    z-index: 1;
}
.home-slider .item h1 {
    font-size: 50px;
    font-family: "Roboto-medium";
    color: #fff;
    margin-bottom: 1rem;
}
.home-slider .item p {
    font-size: 20px;
    font-family: "Roboto-reguler";
    color: #fff;
    margin-bottom: 50px;
}
.home-slider .btn {
    width: 360px;
    height: 60px;
    line-height: 60px;
}

/*------------------------------------------------------------------------------------------
Our service Section css start here
-------------------------------------------------------------------------------------------*/
.section-title {
    margin-bottom: 20px;
}
.section-title.section-title-white h3 {
    color: #fff;
}
.section-title h3 {
    font-size: 30px;
    font-family: "Roboto-medium";
    color: #000;
    margin-bottom: 15px;
}
.section-title p {
    font-size: 16px;
    color: #5e6a6e;
}
.our-service-section .col-md-6 figure {
    margin-bottom: 30px;
}
.our-service-section .col-md-6 .btn {
    width: 210px;
}
.our-service-section .row {
    position: relative;
}
.our-service-section .row:after {
    content: "";
    position: absolute;
    background-image: url("../images/bg-graphics-1.png");
    background-position: center 16px;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    z-index: 0;
    z-index: 0;
}
.our-service-section .col-md-6 {
    position: relative;
    z-index: 1;
}

/*------------------------------------------------------------------------------------------
Benefits Section css start here
-------------------------------------------------------------------------------------------*/
.benefits-section {
    background-color: #fffaf4;
}
.benefits-box i {
    display: block;
    width: 100px;
    height: 100px;
    margin: 0 auto;
}
.box-desc h4 {
    font-size: 20px;
    font-family: "Roboto-bold";
    color: #000;
    margin-bottom: 15px;
}
.box-desc p {
    font-size: 16px;
    color: var(--text-color);
}
.benefits-box .box-desc {
    margin-top: 20px;
}
.benefits-section .section-title {
    margin-bottom: 75px;
}
.benefits_bottom_section {
    background: url(../images/girl_pic.jpg) no-repeat right top;
    min-height: 830px;
    margin-top: 30px;
}
.translation_des {
    max-width: 680px; /*background: #fffaf4;*/
    padding-right: 15px;
    padding-top: 80px;
}
.translation_des h2 {
    font-size: 50px;
    color: #000000;
    font-family: "Roboto-Light";
    padding-bottom: 15px;
}
.translation_des h2 span {
    font-family: "Roboto-bold";
}
.translation_des p {
    font-size: 16px;
    color: #5e6a6e;
    line-height: 35px;
}
.translation_des ul {
    padding-top: 35px;
}
.translation_des ul li {
    background: url(../images/check.png) no-repeat left 2px;
    font-size: 16px;
    color: #5e6a6e;
    padding-left: 40px;
    margin-bottom: 15px;
}

.select_your_plan_section {
    background: #fffaf4;
}
.select_your_plan_section .section-title h3 {
    color: #000000;
    font-family: "Roboto-medium";
}
.select_your_plan_section .section-title {
    margin-bottom: 45px;
}

/*------------------------------------------------------------------------------------------
How it works Section css start here
-------------------------------------------------------------------------------------------*/
.how-it-works .row {
    position: relative;
}
/*.how-it-works .row:after{content: ""; height: 1px; width: 67%; background-color: #d5dedd; left: 50%; top: 225px; position: absolute; transform: translateX(-50%);}*/
.work-box i {
    width: 160px;
    height: 160px;
    display: block;
    margin: 0 auto;
}
.how-it-works .box-desc {
    margin-top: 40px;
}
.how-it-works .row .col-md-4 {
    position: relative;
}
.how-it-works .row .col-md-4:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #d5dedd;
    border-radius: 50%;
    left: 50%;
    transform: translateX(-50%);
    top: 166px;
}

/*------------------------------------------------------------------------------------------
Select Plan Section css start here
-------------------------------------------------------------------------------------------*/
.plan-box {
    box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    padding: 30px;
    margin: 10px;
    -webkit-transition: 0.5s ease-out;
    -moz-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
}
.plan-box h5 {
    font-size: 20px;
    color: #000;
    font-family: "Roboto-bold";
    text-transform: capitalize;
    padding-top: 10px;
}
.plan-img {
    width: 75px;
    height: 75px;
    overflow: hidden;
    background-color: #f4fafa;
    border-radius: 50%;
    padding: 10px;
    display: block;
    margin: 50px auto 36px auto;
}
.simple-list ul li {
    font-size: 18px;
    color: #939393;
    padding: 12px 0;
    text-align: center;
    border-bottom: 1px solid var(--border-color);
}
.plan-price h4 {
    font-size: 67px;
    font-family: "Roboto-bold";
}
.plan-price p {
    font-size: 18px;
    color: #d9d9d9;
    margin-top: -15px;
}
.simple-list {
    padding: 0px 30px 35px 30px;
}
.buy_plan_button {
    display: block;
    margin-top: 45px;
}
.buy_plan_button a {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    color: #030303;
    border: solid 2px #a65a00;
    height: 48px;
    line-height: 45px;
    border-radius: 45px;
    background: #fff;
    text-align: center;
    font-family: "Roboto-bold";
}
.plan-box:hover {
    background: rgba(233, 124, 0, 1);
    background: -moz-linear-gradient(
        -45deg,
        rgba(233, 124, 0, 1) 0%,
        rgba(40, 24, 0, 1) 100%
    );
    background: -webkit-linear-gradient(
        -45deg,
        rgba(233, 124, 0, 1) 0%,
        rgba(40, 24, 0, 1) 100%
    );
    background: -o-linear-gradient(
        -45deg,
        rgba(233, 124, 0, 1) 0%,
        rgba(40, 24, 0, 1) 100%
    );
    background: -ms-linear-gradient(
        -45deg,
        rgba(233, 124, 0, 1) 0%,
        rgba(40, 24, 0, 1) 100%
    );
    background: linear-gradient(
        135deg,
        rgba(233, 124, 0, 1) 0%,
        rgba(40, 24, 0, 1) 100%
    );
}
.plan-box:hover h5 {
    color: #fff;
}
.plan-box:hover .simple-list ul li {
    color: #fff;
    border-bottom: 1px solid transparent;
}
.plan-box:hover .plan-price p {
    color: #fff;
}
.plan-box:hover .gradient-text {
    color: #fff;
    -webkit-text-fill-color: #fff;
}
.plan-box:hover .buy_plan_button a {
    border: solid 2px transparent;
}
.plan-box:hover .plan-img {
    background-color: #fff;
}
.plan-box:hover .simple-list {
    color: #fff;
}
.plan-box:hover .simple-list p {
    color: #fff;
}

.select_your_plan_section .owl-prev {
    position: absolute;
    left: -15px;
    top: 45%;
    width: 55px;
    height: 55px;
    text-align: center;
    border-radius: 100%;
    background: rgba(233, 124, 0, 1) !important;
    background: -moz-linear-gradient(
        -45deg,
        rgba(233, 124, 0, 1) 0%,
        rgba(40, 24, 0, 1) 100%
    ) !important;
    background: -webkit-linear-gradient(
        -45deg,
        rgba(233, 124, 0, 1) 0%,
        rgba(40, 24, 0, 1) 100%
    ) !important;
    background: -o-linear-gradient(
        -45deg,
        rgba(233, 124, 0, 1) 0%,
        rgba(40, 24, 0, 1) 100%
    ) !important;
    background: -ms-linear-gradient(
        -45deg,
        rgba(233, 124, 0, 1) 0%,
        rgba(40, 24, 0, 1) 100%
    ) !important;
    background: linear-gradient(
        135deg,
        rgba(233, 124, 0, 1) 0%,
        rgba(40, 24, 0, 1) 100%
    ) !important;
}
.select_your_plan_section .owl-prev span {
    font-size: 48px;
    color: #fff;
    position: relative;
    top: -14px;
}

.select_your_plan_section .owl-next {
    position: absolute;
    right: -15px;
    top: 45%;
    width: 55px;
    height: 55px;
    text-align: center;
    border-radius: 100%;
    background: rgba(233, 124, 0, 1) !important;
    background: -moz-linear-gradient(
        -45deg,
        rgba(233, 124, 0, 1) 0%,
        rgba(40, 24, 0, 1) 100%
    ) !important;
    background: -webkit-linear-gradient(
        -45deg,
        rgba(233, 124, 0, 1) 0%,
        rgba(40, 24, 0, 1) 100%
    ) !important;
    background: -o-linear-gradient(
        -45deg,
        rgba(233, 124, 0, 1) 0%,
        rgba(40, 24, 0, 1) 100%
    ) !important;
    background: -ms-linear-gradient(
        -45deg,
        rgba(233, 124, 0, 1) 0%,
        rgba(40, 24, 0, 1) 100%
    ) !important;
    background: linear-gradient(
        135deg,
        rgba(233, 124, 0, 1) 0%,
        rgba(40, 24, 0, 1) 100%
    ) !important;
}
.select_your_plan_section .owl-next span {
    font-size: 48px;
    color: #fff;
    position: relative;
    top: -14px;
}

/*------------------------------------------------------------------------------------------
Community Section css start here
-------------------------------------------------------------------------------------------*/

.community-section {
    background: url(../images/left_map.png) no-repeat 10px 40px,
        url(../images/right_map.png) no-repeat right 50px;
}
.popular-translator-section .owl-prev {
    position: absolute;
    left: -98px;
    top: 41%;
    width: 55px;
    height: 55px;
    text-align: center;
    border-radius: 100%;
    background: #ffffff !important;
}
.popular-translator-section .owl-prev span {
    font-size: 48px;
    color: #b3bdbc;
    position: relative;
    top: -14px;
}

.popular-translator-section .owl-next {
    position: absolute;
    right: 125px;
    top: 41%;
    width: 55px;
    height: 55px;
    text-align: center;
    border-radius: 100%;
    background: #ffffff !important;
}
.popular-translator-section .owl-next span {
    font-size: 48px;
    color: #b3bdbc;
    position: relative;
    top: -14px;
}

.gradient-text {
    color: #ff6f0d;
    text-shadow: none;
    background: linear-gradient(
        to right,
        rgba(233, 124, 0, 1),
        rgba(40, 24, 0, 1)
    );
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 0.3s;
}
.statics-box {
    background-color: #fffaf4;
    padding: 30px 0;
}
.statics-box h4 {
    font-size: 50px;
    font-family: "Roboto-bold";
}
.statics-box span.title {
    font-size: 16px;
    color: #5e6a6e;
    display: block;
}
.community-section .section-title {
    margin-bottom: 80px;
}

/*------------------------------------------------------------------------------------------
Download app Section css start here
-------------------------------------------------------------------------------------------*/
.popular-translator-section {
    overflow: hidden;
    background: rgba(233, 124, 0, 1);
    background: -moz-linear-gradient(
        -45deg,
        rgba(233, 124, 0, 1) 0%,
        rgba(40, 24, 0, 1) 100%
    );
    background: -webkit-linear-gradient(
        -45deg,
        rgba(233, 124, 0, 1) 0%,
        rgba(40, 24, 0, 1) 100%
    );
    background: -o-linear-gradient(
        -45deg,
        rgba(233, 124, 0, 1) 0%,
        rgba(40, 24, 0, 1) 100%
    );
    background: -ms-linear-gradient(
        -45deg,
        rgba(233, 124, 0, 1) 0%,
        rgba(40, 24, 0, 1) 100%
    );
    background: linear-gradient(
        135deg,
        rgba(233, 124, 0, 1) 0%,
        rgba(40, 24, 0, 1) 100%
    );
}
.download-option {
    margin-top: 40px;
}
.download-option li {
    display: inline-block;
    float: left;
    margin-right: 15px;
    width: auto;
}
.download-option li:last-child {
    margin-right: 0px;
}
.rating-review.rating-xl .rating li i {
    font-size: 32px;
}
.rating-review.rating-xl .rating-num {
    font-size: 20px;
}
.rating-review.rating-md .rating li i {
    font-size: 20px;
}
.rating-review.rating-md .rating-num {
    font-size: 14px;
}
.rating {
    display: inline-flex;
}
.rating li {
    padding-right: 3px;
}
.rating li a {
    pointer-events: none;
}
.rating li i {
    color: #d9d9d9;
    font-size: 14px;
    transition: 0.15s ease;
}
.rating li.rated i {
    color: var(--orange);
}
/*.rating li a:hover i{color: var(--orange);}*/
.rating-num {
    font-size: 10px;
    color: #939393;
}
.rating-num i {
    color: #b3bdbc;
    font-size: 14px;
    padding-left: 5px;
}
.traslator-profile {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 11px 20px 0px rgba(7, 43, 41, 0.36);
}
.traslator-profile figure {
    width: 100%;
    height: 165px;
}
.traslator-profile figcaption {
    background-color: #fff;
    padding: 15px 20px;
}
.traslator-profile h4 {
    font-size: 16px;
    color: #555555;
    margin-bottom: 15px;
    font-family: "Roboto-medium";
}
.popular-translator-section .section-title {
    margin-bottom: 50px;
}
/*.tralslator-slider{padding-left: 10%;}*/
.tralslator-slider-wrapper {
    padding-left: 5%;
    position: relative;
    right: -5%;
}
.tralslator-slider-wrapper .text-right {
    position: absolute;
    right: 16%;
    top: -45px;
}
.tralslator-slider-wrapper .text-right a {
    font-size: 16px;
    color: #fff;
}
.tralslator-slider-wrapper .text-right a i {
    padding-left: 5px;
}
.download-option a {
    transform: translateZ(0);
    -webkit-tap-highlight-color: transparent;
}
.download-option a:hover {
    animation-name: wobble-vertical;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
}
.download-option a img {
    height: 66px;
}

.btn {
    transform: translateZ(0);
    -webkit-tap-highlight-color: transparent;
}
.btn:hover {
    animation-name: wobble-vertical;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
}

@keyframes wobble-vertical {
    16.65% {
        transform: translateY(8px);
    }
    33.3% {
        transform: translateY(-6px);
    }
    49.95% {
        transform: translateY(4px);
    }
    66.6% {
        transform: translateY(-2px);
    }
    83.25% {
        transform: translateY(1px);
    }
    100% {
        transform: translateY(0);
    }
}

/*------------------------------------------------------------------------------------------
Login Page css start here
-------------------------------------------------------------------------------------------*/
.inner-light-bg {
    background-color: #f3f3f3;
}
.login-outer-wraper {
    padding: 150px 0;
}
.login-form-wrapper {
    width: 800px;
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    border-radius: 10px;
    overflow: hidden;
}
.login-form-wrapper .form-graphics {
    width: 360px;
    flex-shrink: 0;
    position: relative;
}
.login-form-wrapper .form-fields-wrap {
    flex: 1;
    background-color: #fff;
    padding: 50px 60px;
}
.form-submit-btn {
    margin-top: 30px;
    margin-bottom: 15px;
}
.form-submit-btn .btn {
    height: 45px;
    line-height: 45px;
}
.forgot-pass-link {
    font-size: 16px;
    color: #cd6f00;
    line-height: 20px;
    height: 20px;
}
.signup-login-option span {
    font-size: 12px;
    color: #000;
    display: inline-block;
    padding: 5px 20px;
    border-radius: 30px;
    background-color: #e5e5e5;
    position: relative;
    z-index: 2;
}
.signup-login-option {
    position: relative;
    margin-top: 30px;
    margin-bottom: 15px;
}
.signup-login-option::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #e5e5e5;
    z-index: 0;
}
.social-link a {
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    margin-right: 10px;
}
.social-link a img {
    width: 32px;
}
.social-link a.fb {
    border: 1px solid #3b5998;
}
.social-link a.instagram {
    border: 1px solid #9331ad;
}

.login-form-wrapper .social-link {
    margin-top: 20px;
    margin-bottom: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.already-ac-note {
    font-size: 16px;
    color: #000;
}
.already-ac-note a {
    font-family: "Roboto-bold";
    color: #cd6f00;
}
.form-graphics figure {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.form-graphics figure img {
    opacity: 0.25;
    position: relative;
    z-index: 2;
}
.form-title {
    margin-bottom: 20px;
}
.form-title h3 {
    font-size: 24px;
    font-family: "Roboto-bold";
    color: #000;
}
.form-title p {
    color: var(--text-color);
    font-size: 16px;
    margin-top: 10px;
}
.gradient-overlay:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: -moz-linear-gradient(
        135deg,
        rgb(40, 24, 0) 0%,
        rgb(233, 126, 0) 100%
    );
    background-image: -webkit-linear-gradient(
        135deg,
        rgb(40, 24, 0) 0%,
        rgb(233, 126, 0) 100%
    );
    background-image: -ms-linear-gradient(
        135deg,
        rgb(40, 24, 0) 0%,
        rgb(233, 126, 0) 100%
    );
    z-index: 1;
}
.img-upload-group {
    margin-bottom: 1rem;
}
.img-upload-group article {
    width: 80px;
    height: 80px;
    position: relative;
}
.img-upload-group article figure {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 5px;
}
.img-upload-group article a {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: #000;
    display: inline-block;
    position: absolute;
    right: -20px;
    bottom: 10px;
    overflow: hidden;
}
.img-upload-group article a img {
    width: 24px;
}

/*------------------------------------------------------------------------------------------
Login Page css end here
-------------------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------------------
Dashboard Page css start here
-------------------------------------------------------------------------------------------*/
.dashboard-content {
    padding-top: 50px;
    min-height: 800px;
    padding-bottom: 30px;
}
.profile-dropdown .dropdown button {
    background: url(../images/arrow.png) no-repeat right center;
    padding-right: 25px;
    display: block;
    border: none;
}
.profile-dropdown .dropdown span {
    float: left;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    line-height: 32px;
}
.profile-dropdown figure {
    width: 32px;
    height: 32px;
    overflow: hidden;
    border-radius: 50%;
    border: 2px solid #cd6f00;
    display: inline-block;
    float: left;
    margin-right: 10px;
}
.notification-bell {
    position: relative;
    margin: 0 10px;
}
.notification-bell span.notification-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    min-width: 18px;
    height: 18px;
    font-size: 10px;
    color: #fff;
    background-color: #ff1100;
    position: absolute;
    top: -4px;
    right: 14px;
}
.notification-bell i {
    width: 28px;
    display: inline-block;
}
.dasboard-box-wrap a {
    display: block;
}
.dasboard-box {
    background-color: #fff;
    padding: 40px 0;
    border-radius: 10px;
    overflow: hidden;
}
.dasboard-box h4 {
    font-size: 32px;
    font-family: "Roboto-bold";
    color: #000;
    margin-top: 50px;
}
.dashboard-inner-navigation {
    background-color: #f8a000;
    position: fixed;
    width: 100%;
    left: 0;
    top: 76px;
    z-index: 99;
}
.dashboard-inner-navigation ul {
    display: flex;
    max-width: 100%;
    flex-wrap: wrap;
}
.dashboard-inner-navigation ul li {
    flex: 1;
}
.dashboard-inner-navigation ul li a {
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    color: #fff;
    text-align: center;
    display: block;
    text-transform: uppercase;
    border-right: 1px solid #df9308;
    transition: 0.2s ease-in-out;
}
.dashboard-inner-navigation ul li:last-child a {
    border-right: none;
}
.dashboard-inner-navigation ul li.active a {
    background-color: #df9308;
}
.dashboard-inner-navigation ul li a:hover {
    background-color: #df9308;
}
.custom-breadcrumb .breadcrumb {
    padding-top: 40px;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    background-color: transparent;
}
.custom-breadcrumb .breadcrumb-item {
    height: 32px;
    line-height: 32px;
    font-size: 18px;
}
.custom-breadcrumb .breadcrumb-item a {
    font-size: 18px;
    color: #5e6a6e;
    height: 32px;
    line-height: 32px;
}
.custom-breadcrumb .breadcrumb-item:first-child a {
    font-size: 24px;
    font-family: "Roboto-medium";
    color: #000;
}
.custom-breadcrumb .breadcrumb-item.active {
    color: #cd6f00;
}

/*------------------------------------------------------------------------------------------
Select Purpose Page css start here
-------------------------------------------------------------------------------------------*/
.box-style {
    display: block;
    background-color: #fff;
    box-shadow: 0px 2px 10px 0px rgba(163, 157, 157, 0.5);
    border-radius: 8px;
}
.purpose-box {
    display: block;
    padding: 30px;
    transition: 0.25s linear;
    margin-bottom: 30px;
    cursor: pointer;
}
.purpose-box i {
    width: 160px;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    position: relative;
}
.purpose-box i:after {
    content: "";
    position: absolute;
    width: 105px;
    height: 105px;
    border-radius: 50%;
    background-color: #f8f8f8;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
}
.purpose-box i img {
    position: relative;
    z-index: 1;
}
.purpose-box h4 {
    font-size: 24px;
    margin-bottom: 10px;
    color: #000;
    font-family: "Roboto-medium";
    margin-top: 15px;
}
.purpose-box p {
    font-size: 18px;
    color: var(--text-color);
}
.purpose-box-black {
    background-color: #2c2c2c;
}
.purpose-box-black h4{
    color: #fff;
}
.purpose-box-black p{
    color: #d9d9d9;
}
.purpose-box:hover {
    background-color: #2c2c2c;
}
.purpose-box:hover h4 {
    color: #fff;
}
.purpose-box:hover p {
    color: #d9d9d9;
}
.purpose-box:hover i::after {
    background-color: #fff;
}

/*------------------------------------------------------------------------------------------
Online Request Page css start here
-------------------------------------------------------------------------------------------*/
.uplaod-doc:hover {
    color: initial;
}
.online-request-box {
    padding: 40px 25px;
}
.form-section {
    margin-bottom: 10px;
}
.range-slider {
    margin-top: -30px;
}
.range-slider h5 {
    font-size: 14px;
    color: #000;
    margin-bottom: 15px;
    font-family: "Roboto-medium";
}
.range-slider .irs--flat .irs-bar {
    background-color: #f8a000;
}
.range-slider .irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
    background-color: #f8a000;
}
.range-slider .irs--flat .irs-from::before,
.irs--flat .irs-to::before,
.irs--flat .irs-single::before {
    border-top-color: #f8a000;
}
.range-slider .irs--flat .irs-handle > i:first-child {
    display: none;
}
.range-slider .irs--flat .irs-bar {
    height: 6px;
}
.range-slider .irs--flat .irs-line {
    height: 6px;
}
.range-slider .irs--flat .irs-handle {
    background-color: #f8a000;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    top: 17px;
}
.range-slider .irs-from,
.irs-to,
.irs-single {
    top: -2px;
}
/*.online-request-box .form-section:nth-child(2){padding-bottom: 35px;border-bottom: 1px solid var(--border-color);}*/
.thankyou-modal .modal-body h3 {
    font-size: 32px;
    color: #000;
    font-family: "Roboto-medium";
    width: 70%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 15px;
}
.thankyou-modal p {
    font-size: 18px;
    color: var(--text-color);
}
.thankyou-modal .thankyou-img img {
    display: block;
    margin: 0 auto;
}
.modal .close {
    position: absolute;
    right: 30px;
    opacity: 1;
}
.modal .close i {
    font-size: 28px;
    color: var(--orange);
}
.thankyou-modal .modal-header h5 {
    font-size: 24px;
    color: #000;
}
.thankyou-modal .modal-header {
    border-bottom: none;
    padding: 0 30px;
    padding-top: 40px;
}
.thankyou-modal .modal-dialog {
    max-width: 650px;
}
.thankyou-modal.logde-dispute-modal .modal-dialog {
    max-width: 450px;
}
.logde-dispute-modal textarea {
    resize: none;
}
.thankyou-modal .modal-body {
    padding: 40px 30px;
}
.thankyou-modal .modal-body button {
    width: 100%;
    display: block;
    margin: 0 auto;
}
.thankyou-modal .modal-dialog .modal-content {
    border-radius: 10px;
}

/*------------------------------------------------------------------------------------------
Meetup Request Confirmend Page css start here
-------------------------------------------------------------------------------------------*/
.sort h5 {
    font-size: 16px;
    color: #000;
    margin-bottom: 10px;
    font-family: "Roboto-medium";
}
.price-tag {
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    font-family: "Roboto-medium";
    min-width: 210px;
    background: #000;
    display: inline-block;
}
.price-tag.price-tag-orange {
    background-color: var(--orange);
}
.price-tag span {
    font-size: 24px;
    font-family: "Roboto-bold";
}
.box-title-md {
    font-size: 20px;
    color: #000;
    font-family: "Roboto-medium";
}
.icon-text-sm {
    font-size: 14px;
    color: var(--text-color);
}
.icon-text-sm i {
    color: var(--orange);
    padding-right: 5px;
    display: inline-block;
    font-size: 20px;
    position: relative;
    top: 2px;
}
.rq-head {
    position: relative;
    padding-right: 225px;
}
.rq-head h3 {
    margin-bottom: 10px;
}
.rq-head .price-tag {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.rq-body {
    margin: 20px 0;
}
.request-details-box h4 {
    font-size: 16px;
    color: #000;
    margin-bottom: 10px;
}
.request-details-box h4 span {
    color: var(--text-color);
}
.rq-body p {
    font-size: 14px;
    color: #5e6a6e;
    margin-bottom: 1rem;
}
.rq-body p:last-child {
    margin-bottom: 0;
}
.rq-foot p {
    padding-right: 20px;
}
.rq-foot .d-flex {
    margin: 10px 0;
}
.request-details-box h4.duration {
    font-family: "Roboto-bold";
}
.orange-bold-text {
    font-family: "Roboto-medium";
    color: var(--orange) !important;
}
.language-box {
    position: relative;
}
.language-box img {
    margin-bottom: 10px;
}
.language-box p {
    color: var(--text-color);
}
.language-box p:last-child {
    font-family: "Roboto-bold";
}
.request-details-box .col-md-4 {
    position: relative;
}
.request-details-box .language-box:first-child:after {
    content: "";
    position: absolute;
    left: 115%;
    top: 13px;
    background-image: url("../images/icons/exchange-arrow.png");
    background-position: center;
    width: 57px;
    height: 25px;
}
.request-details-box .col-md-8 {
    padding-right: 35px;
    border-right: 1px solid #d9d9d9;
}
.translator-profile article {
    display: flex;
}
.translator-profile article figure {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 2px solid var(--orange);
    flex-shrink: 0;
    overflow: hidden;
}
.translator-profile article figcaption {
    max-width: 100%;
    flex: 1;
    padding-left: 15px;
}
.translator-profile article figcaption p {
    font-size: 16px;
    color: #000;
}
.translator-profile article figcaption p span {
    color: var(--text-color);
}
.translator-profile article figcaption .italic {
    font-style: italic;
    color: var(--text-color);
}
.like-comment {
    margin: 0 -5px;
    display: inline-flex;
}
.like-comment a {
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 50%;
    background-color: var(--orange);
    position: relative;
    text-align: center;
    display: inline-block;
    margin: 0 5px;
}
.like-comment a i {
    font-size: 20px;
    line-height: 40px;
    color: #fff;
}

.translator-profile .rating li a.rated i {
    color: var(--orange);
}
.translator-profile .rating li i {
    font-size: 18px;
}
.translator-profile .rating-num {
    font-size: 14px;
}
.profile-btns .price-tag {
    margin-right: 20px;
}
.payment-details ul li {
    font-size: 16px;
    color: var(--text-color);
    line-height: 28px;
}
.translator-profile .col-md-7,
.translator-profile .col-md-8 {
    border-right: 1px solid var(--border-color);
}
.payment-details {
    padding-left: 20px;
}
.section-title-small {
    margin-bottom: 15px;
}
.section-title-small h3 {
    font-size: 24px;
    font-family: "Roboto-bold";
    color: #000;
}

/*------------------------------------------------------------------------------------------
Online Request Confirmend Page css start here
-------------------------------------------------------------------------------------------*/
.dashboard-tabs.nav-tabs .nav-link {
    background-color: #c5c5c5;
    font-size: 18px;
    color: #fff;
    border-bottom: none;
    text-transform: uppercase;
    padding: 10px 50px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    min-width: 250px;
    text-align: center;
}
.dashboard-tabs.nav-tabs .nav-link.active {
    background-color: var(--orange);
}
.dashboard-tabs.nav-tabs {
    border-bottom: 5px solid var(--orange);
    margin-bottom: 30px;
}
.dashboard-tabs.nav-tabs .nav-item {
    margin-right: 3px;
    margin-bottom: 0;
    margin-left: -1px;
}
.downlaod-file-btn {
    margin: 0 -5px;
}
.downlaod-file-btn a {
    width: 75px;
    height: 75px;
    border-radius: 6px;
    border: 1px solid var(--border-color);
    background-color: #f3f3f3;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
}
.downlaod-file-btn a i img {
    width: 32px;
}
.sorting-box {
    margin-bottom: 30px;
}

/*------------------------------------------------------------------------------------------
About us Page css start here
-------------------------------------------------------------------------------------------*/
.static-page-wrap {
    min-height: 600px;
}
.post .image-title {
    font-size: 50px;
    color: #fff;
    font-family: "Roboto-bold";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    z-index: 3;
}
.post {
    margin-bottom: 30px;
}
.post-description h4 {
    font-size: 26px;
    color: #000;
    font-family: "Roboto-medium";
    margin-bottom: 15px;
}
.post-description p {
    font-size: 16px;
    line-height: 24px;
    color: var(--text-color);
    margin-bottom: 20px;
}
.post-description p:last-child {
    margin-bottom: 0;
}
.post-image {
    margin-bottom: 20px;
    position: relative;
}
.post-image figure {
    width: 100%;
    height: 236px;
    overflow: hidden;
    border-radius: 5px;
    position: relative;
    z-index: 1;
}
.post-image figure img {
    width: 100%;
    position: relative;
    z-index: 2;
    opacity: 0.25;
}
.static-page-wrap .container .post:last-child {
    margin-bottom: 0;
}
.staic-page-title {
    font-size: 34px;
    color: #000;
    font-family: "Roboto-medium";
    margin-bottom: 30px;
}

/*------------------------------------------------------------------------------------------
Faq Page css start here
-------------------------------------------------------------------------------------------*/
.faq-list .card-header .btn {
    font-size: 18px;
    color: #000;
    font-family: "Roboto-medium";
    line-height: 20px;
    height: auto;
    position: relative;
    width: 100%;
    text-align: left;
    padding: 0;
}
.faq-list .card-header .btn:hover {
    animation: none;
}
.faq-list .card-header .btn i {
    position: absolute;
    right: 0;
    transition: 0.25s ease-in-out;
    opacity: 0.5;
}
.faq-list .card-header {
    border-bottom: none;
    background-color: #fff;
    padding: 1rem 1.25rem;
}
.faq-list .card-body {
    font-size: 14px;
    color: var(--text-color);
    padding-top: 0;
}
.faq-list .card {
    box-shadow: 0px 2px 10px 0px rgba(163, 157, 157, 0.5);
    margin-bottom: 1rem;
}

.faq-list .card-header .btn:not(.collapsed) i {
    transform: rotate(180deg);
    opacity: 1;
}

/*------------------------------------------------------------------------------------------
Notification Page css start here
-------------------------------------------------------------------------------------------*/
.notification-list ul li figure {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background-color: var(--orange);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}
.notification-list ul li figure i {
    font-size: 30px;
    color: #fff;
}
.notification-list ul li {
    display: flex;
    padding: 25px 0;
    border-bottom: 1px solid var(--border-color);
}
.notification-list ul li figcaption {
    max-width: 100%;
    flex: 1;
    position: relative;
    padding-left: 15px;
    padding-right: 130px;
}
.notification-list ul li figcaption p {
    font-size: 16px;
    color: var(--text-color);
}
.notification-list ul li figcaption span {
    position: absolute;
    right: 0;
    font-size: 16px;
    font-style: italic;
    color: var(--orange);
    top: 0;
}
.notification-list ul li:nth-child(even) figure {
    background-color: #000;
}
.notification-list ul li:first-child {
    padding-top: 0;
}

/*------------------------------------------------------------------------------------------
My Favourites Page css start here
-------------------------------------------------------------------------------------------*/
.profile-box {
    padding: 24px;
    position: relative;
}
.profile-box figure {
    width: 115px;
    height: 115px;
    overflow: hidden;
    border-radius: 50%;
    border: 2px solid var(--orange);
    display: block;
    margin: 0 auto;
    margin-bottom: 15px;
}
.profile-box figcaption h4 {
    font-size: 22px;
    font-family: "Roboto-medium";
    color: #000;
    margin-bottom: 10px;
}
.profile-box figcaption .gender {
    font-size: 14px;
    font-style: italic;
    text-align: center;
    display: block;
    color: var(--text-color);
}
.profile-box .delete-btn {
    width: 50px;
    height: 50px;
    background-color: var(--orange);
    display: flex;
    justify-content: center;
    align-items: center;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    position: absolute;
    top: 0;
    right: 0;
}
.profile-box .delete-btn i {
    width: 30px;
    display: inline-block;
}

.favourite-profile-list .col-md-3 {
    margin-bottom: 15px;
    padding-left: 7.5px;
    padding-right: 7.5px;
}
.form-group-title {
    font-size: 16px;
    font-family: "Roboto-medium";
    color: #000;
    margin-bottom: 10px;
}

/*------------------------------------------------------------------------------------------
My Profile Page css start here
-------------------------------------------------------------------------------------------*/
.form-fields-wrap .col-md-6,
.form-fields-wrap .col-md-4 {
    padding-left: 10px;
    padding-right: 10px;
}

.my-profile {
    background-color: #f6f6f6;
    padding: 25px;
}
.my-profile figure {
    width: 176px;
    height: 176px;
    overflow: hidden;
    display: block;
    margin: 0 auto;
}
.my-profile button {
    margin-top: 15px;
    min-width: 180px;
}

/*------------------------------------------------------------------------------------------
Chat Page css start here
-------------------------------------------------------------------------------------------*/

.chat-wrapper {
    display: flex;
    height: 800px;
    position: relative;
}
.chat-wrapper .sidebar {
    width: 300px;
    flex-shrink: 0;
    background-color: #e7e7e7;
    position: relative;
}
.chat-wrapper .sidebar li.active a {
    background-color: var(--orange);
    border-radius: 8px;
}
.chat-wrapper .chat-board {
    max-width: 100%;
    flex: 1;
    position: relative;
}
.chat-profile-img {
    width: 40px;
    height: 40px;
    box-shadow: 0px 6px 8px 0px rgba(16, 27, 79, 0.2);
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}
.chat-board-header {
    padding: 20px 40px;
    background-color: #fff;
    box-shadow: 3px 2px 10px 0px rgba(163, 157, 157, 0.5);
    position: absolute;
    width: 100%;
    top: 0;
}
.chat-board-body {
    padding: 60px;
    padding-bottom: 0;
}
.chat-user-porfile {
    display: flex;
    align-items: center;
}
.chat-user-porfile h5 {
    font-size: 18px;
    font-family: "Roboto-medium";
    padding-left: 15px;
}
.chat-board-body ul li {
    display: flex;
}
.chat-board-body ul li.your-msg {
    justify-content: flex-start;
}
.chat-board-body ul li.my-msg {
    justify-content: flex-end;
}
.chat-board-body ul li .content {
    display: flex;
    align-items: flex-start;
    max-width: 60%;
    margin-bottom: 40px;
}
.chat-board-body ul li.my-msg figcaption {
    padding-left: 100px;
    padding-right: 15px;
}
.chat-board-body ul li.my-msg figcaption .time {
    left: auto;
    right: 35px;
    text-align: right;
}

.chat-board-body ul li.my-msg figcaption .read-check {
    left: auto;
    right: 17px !important;
    text-align: right;
}
.chat-board-body ul li.my-msg .content {
    flex-direction: row-reverse;
}
.chat-board-body ul li.my-msg figcaption p {
    background-color: #5e6a6e;
    border-top-left-radius: 10px;
    border-top-right-radius: 0;
}
.chat-board-body ul li figcaption {
    padding-left: 15px;
    padding-right: 100px;
    position: relative;
}
.chat-board-body ul li figcaption .time {
    position: absolute;
    left: 25px;
    bottom: -20px;
    font-size: 12px;
    color: #a4a4a4;
}

.chat-board-body ul li.my-msg figcaption .read-check {
    position: absolute;
    left: 20px;
    bottom: -20px;
    font-size: 12px;
    color: #a4a4a4;
}

.chat-board-body ul li figcaption p {
    padding: 20px;
    border-radius: 10px;
    border-top-left-radius: 0;
    font-size: 16px;
    color: #fff;
    background-color: var(--orange);
}
.sidebar-header .form-control {
    border-radius: 5px;
    background: #dbdbdb;
    height: 40px;
    line-height: 40px;
}
.sidebar-header {
    padding: 20px 30px;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9;
}
.sidebar-header .icon-form-group i {
    color: #000;
}
.chat-profile {
    display: flex;
}
.chat-profile figcaption {
    flex: calc(100% - 40px);
    padding-left: 15px;
    max-width: calc(100% - 40px);
    position: relative;
    padding-bottom: 20px;
}
.chat-profile figcaption h5 {
    font-size: 14px;
    color: #000;
    padding-right: 60px;
}
.chat-profile figcaption .time {
    font-size: 12px;
    position: absolute;
    right: 0;
    bottom: 0;
    color: #a4a4a4;
}
.chat-profile figcaption p {
    font-size: 12px;
    color: var(--text-color);
    margin-top: 7px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sidebar-body ul li.active a figcaption h5,
.sidebar-body ul li.active a figcaption p,
.sidebar-body ul li.active a figcaption .time {
    color: #fff;
}
.sidebar-body ul li {
    display: block;
    width: 100%;
    padding: 0 1rem;
}
.sidebar-body ul li a {
    padding: 1rem 0.5rem;
    display: block;
    border-bottom: 1px solid #d1d2d8;
}
.chat-board-body {
    height: 100%;
    padding-top: 140px;
    padding-bottom: 134px;
}
.chat-board-body ul {
    height: 100%;
    max-height: 100%; /*overflow-y: scroll;*/
}
.chat-board-footer {
    /* display: flex;
    padding: 40px 100px; */
    padding: 14px 150px 14px 100px;
    width: 100%;
    position: absolute;
    bottom: 0;
}
.chat-board-footer figcaption {
    /* padding-right: 20px; */
    flex: 1;
    max-width: 100%;
    position: relative;
}
.chat-board-footer textarea {
    border: none;
    width: 100%;
    height: 54px;
    line-height: 54px;
    padding: 0 15px;
    resize: none;
    border-radius: 8px;
    box-shadow: 0px 2px 10px 0px rgba(163, 157, 157, 0.5);
}

.chat-board-footer button {
    background: none;
    border: none;
    -webkit-appearance: none;
    padding: 13px 15px;
    position: absolute;
    right: 20px;
    top: 0;
}
.file-location-btn {
    display: flex;
    align-items: center;
}

.file-location-btn {
    position: absolute;
    right: 75px;
    top: 14px;
}

.file-location-btn button {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    padding: 0 !important;
    box-shadow: 0px 2px 10px 0px rgba(163, 157, 157, 0.5);
    border-radius: 8px;
    width: 54px;
    height: 54px;
    background: #fff !important;
    margin-right: 10px;
}

.chat-board-footer button.attachment {
    background: none;
    border: none;
    -webkit-appearance: none;
    padding: 13px 55px;
    position: absolute;
    right: 20px;
    top: 0;
}
.file-location-btn button:last-child {
    margin-right: 0;
}

.chat-board-footer button i {
    font-size: 28px;
    color: var(--orange);
}
.chat-board .tab-pane {
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}
.sidebar-body {
    padding-top: 80px;
    position: relative;
    height: 100%;
}
.sidebar-body ul {
    height: 100%;
}
.backButton {
    font-size: 24px;
    margin-right: 20px;
    color: #333;
    margin-top: 2px;
    display: none;
}

/*------------------------------------------------------------------------------------------
Contact Page css start here
-------------------------------------------------------------------------------------------*/

.contact-us {
    position: relative;
    z-index: 2;
    padding: 40px 30px;
}
.contact-head {
    margin-bottom: 20px;
}
.contact-head h4 {
    font-size: 24px;
    color: #fff;
    font-family: "Roboto-bold";
    margin-bottom: 10px;
}
.contact-head p {
    font-size: 14px;
    color: #fff;
}
.contact-info-list ul li {
    padding-left: 40px;
    position: relative;
    margin-bottom: 30px;
}
.contact-info-list ul li h5 {
    font-size: 16px;
    color: #fff;
    font-family: "Roboto-medium";
}
.contact-info-list ul li p {
    font-size: 14px;
    color: #fff;
}
.contact-info-list ul li p a {
    color: #fff;
}
.contact-info-list ul li i {
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    font-size: 24px;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
}
.contact-us-wrapper {
    padding-top: 80px;
}
.contact-us-wrapper .login-form-wrapper {
    margin-bottom: -140px;
    position: relative;
}
.location-map {
    width: 100%;
    height: 500px;
    overflow: hidden;
}

/*------------------------------------------------------------------------------------------
Translator Profile Page css start here
-------------------------------------------------------------------------------------------*/
.translator-details-wrapper {
    padding-bottom: 50px;
}
.wall-image figure {
    width: 100%;
    height: 315px;
    overflow: hidden;
    position: relative;
}
.wall-image figure img {
    position: relative;
    z-index: 2;
    opacity: 0.15;
    filter: blur(4px);
}
.translator-details {
    display: flex;
    margin-top: -60px;
    position: relative;
    z-index: 3;
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 30px;
}
.translator-details figure {
    width: 230px;
    height: 230px;
    flex-shrink: 0;
    border-radius: 10px;
    overflow: hidden;
}
.translator-details figcaption {
    flex: 1;
    padding-left: 20px;
}
.translator-details figcaption h1 {
    font-size: 36px;
    color: #fff;
    font-family: "Roboto-bold";
    position: relative;
    margin-bottom: 40px;
}
.translator-details figcaption h1 .rating-review {
    position: absolute;
    right: 0;
    top: 0;
}
.translator-details .rating li a i {
    font-size: 24px;
    color: #fff;
}
.translator-details .rating li a.rated i {
    color: #25b5a9;
}
.translator-details .rating-num {
    font-size: 16px;
    color: #fff;
}
.hour-charge {
    padding: 15px;
    background-color: var(--orange);
    border-radius: 8px;
    display: inline-block;
    text-align: center;
    margin: 0 5px;
}
.hour-charge h5 {
    font-size: 20px;
    color: #fff;
}
.hour-charge h4 {
    font-size: 22px;
    color: #fff;
    font-family: "Roboto-bold";
}
.oth-details h3 {
    font-style: italic;
    font-size: 24px;
    color: var(--text-color);
}
.proof-wrapper {
    margin: 20px 0;
}
.proof-wrapper ul li a {
    width: 130px;
    min-height: 130px;
    text-align: center;
    padding: 15px;
}
.proof-wrapper ul li a span {
    display: block;
    font-size: 16px;
    color: var(--text-color);
    margin-top: 5px;
}
.proof-wrapper ul {
    display: flex;
    max-width: 100%;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.proof-wrapper ul li {
    padding: 0 10px;
    padding-bottom: 10px;
}
.customer-review-wrapper ul li {
    display: flex;
    margin-bottom: 15px;
}
.customer-review-wrapper ul li:last-child {
    margin-bottom: 0;
}
.customer-review-wrapper ul li figure {
    width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 50%;
    border: 2px solid var(--orange);
    flex-shrink: 0;
}
.customer-review-wrapper ul li figcaption {
    padding-left: 15px;
    position: relative;
}
.customer-review-wrapper ul li figcaption h4 {
    font-size: 20px;
    font-family: "Roboto-medium";
    margin-bottom: 10px;
    color: #000;
}
.customer-review-wrapper ul li figcaption p {
    font-size: 14px;
    color: var(--text-color);
}
.customer-review-wrapper ul li figcaption .rating-review {
    position: absolute;
    right: 0;
    top: 0;
}
.customer-review-wrapper .rating li a.rated i {
    color: var(--orange);
}
.customer-review-wrapper .rating li a i {
    font-size: 18px;
}
.customer-review-wrapper .rating-num {
    font-size: 13px;
}
.submit-review article figure {
    width: 150px;
    height: 150px;
    overflow: hidden;
    border-radius: 50%;
    border: 2px solid var(--orange);
    margin: 0 auto;
}
.submit-review article figcaption {
    font-size: 26px;
    color: #000;
    font-family: "Roboto-medium";
    margin: 10px 0;
}
.submit-review .rating-review {
    margin-bottom: 40px;
}
.choose-customer-wrapper {
    padding: 40px;
}
.choose-customer-wrapper figure {
    width: 250px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*------------------------------------------------------------------------------------------
Manage Payment Page css start here
-------------------------------------------------------------------------------------------*/

.saved-card {
    height: auto;
    min-height: 203px;
}
.saved-card {
    background-image: url("../images/card-bg.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: left top;
    padding: 15px;
    margin-bottom: 15px;
}
.saved-card-header h3 {
    font-size: 18px;
    color: #000;
    letter-spacing: 2px;
}
.saved-card-number {
    margin-top: 35px;
}
.saved-card-header i {
    width: 45px;
    display: inline-block;
}
.saved-card-number span {
    display: inline-block;
    position: relative;
    margin: 0 10px;
    font-size: 17px;
    font-family: "Roboto-medium";
    color: #000;
}
.saved-card-number span:after {
    content: "";
    position: absolute;
    bottom: -5px;
    width: 100%;
    height: 1px;
    background-color: #d8d8d8;
    left: 0;
}
.expiry-date.saved-card-number {
    margin-top: 25px;
}
.expiry-date.saved-card-number span {
    font-family: "Roboto-reguler";
    font-size: 10px;
}
.card-edit-delete {
    margin: 0 -5px;
    margin-top: 10px;
}
.card-edit-delete a {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #000;
    text-align: center;
    margin: 0 5px;
}
.card-edit-delete a i {
    line-height: 30px;
    font-size: 12px;
    color: #fff;
}
.add-new-card-btn {
    height: 200px;
    display: block !important;
    position: relative;
    border-radius: 10px;
    text-align: center;
    overflow: hidden;
}
.add-new-card-btn h2 {
    font-size: 30px;
    font-family: "Roboto-bold";
    color: #fff;
    text-align: center;
    line-height: 200px;
    position: relative;
    text-transform: uppercase;
    z-index: 9;
}
.manage-payment.row .col-md-4 {
    height: auto;
}
.add-new-card-btn:before {
    content: "";
    position: absolute;
    width: calc(100% - 15px);
    height: calc(100% - 15px);
    border: 1px solid var(--orange);
    left: 50%;
    top: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
    border-radius: 10px;
}
.input-type-upload {
    position: relative;
}
.input-type-upload a {
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
}
.input-type-upload a i {
    color: #bcbcbc;
    font-size: 18px;
}

/*------------------------------------------------------------------------------------------
 Translator panel css start here
-------------------------------------------------------------------------------------------*/
.customer-profile {
    display: flex;
    align-items: center;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--border-color);
    margin-bottom: 15px;
}
.customer-profile figure {
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 50%;
    border: 2px solid var(--orange);
    flex-shrink: 0;
}
.customer-profile figcaption {
    max-width: 100%;
    flex: 1;
    padding: 0 15px;
    position: relative;
}
.customer-profile figcaption .like-comment {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.customer-profile .rating-review {
    margin-left: 40px;
}
.customer-profile h4 {
    font-size: 20px;
    font-family: "Roboto-medium";
    color: #000;
}
.amount-wrap {
    position: relative;
}
.amount-wrap .price-tag {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 30px;
}
.total-earning-box {
    padding: 30px;
    margin-bottom: 20px;
}
.total-earning-box {
    display: flex;
    align-items: center;
    justify-content: center;
}
.total-earning-box h4 {
    font-size: 28px;
    color: #000;
    margin-bottom: 5px;
    padding: 0 30px;
}
.total-earning-box h4 span {
    font-size: 44px;
    font-family: "Roboto-bold";
    display: block;
    color: var(--orange);
}
.start-service-lodge {
    position: absolute;
    left: 10px;
    top: 75%;
}
.start-service-lodge .btn.btn-medium {
    font-size: 15px;
    min-width: 172px;
    margin: 0 5px;
}
.lodge-btn-xy {
    margin: 20px 0;
}
.lodge-btn-xy button {
    margin: 10px 0;
    min-width: 260px;
}
.border-right {
    border-right: 1px solid var(---border-color);
}
.active-plan-details {
    padding: 20px;
}
.active-plan-details h4 {
    font-size: 18px;
    color: #000;
    font-family: "Roboto-medium";
    display: flex;
    position: relative;
    margin-bottom: 20px;
}
.active-plan-details h4:last-child {
    margin-bottom: 0;
}
.active-plan-details h4:after {
    content: ":";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.active-plan-details h4 .value {
    margin-left: auto;
    color: var(--text-color);
}
.select_your_plan_section.manage-subscription {
    background: none;
    padding: 30px 0;
}
a.block {
    display: block;
}

/*------------------------------------------------------------------------------------------
Footer Section css start here
-------------------------------------------------------------------------------------------*/

footer .foot-top {
    background-color: #000;
    padding: 50px 0;
}
.footer-logo {
    margin-top: 35px;
}
.footer-list h4 {
    font-size: 16px;
    font-family: "Roboto-bold";
    margin-bottom: 25px;
    color: #8d8d8d;
}
.footer-list ul li {
    display: block;
    margin-bottom: 24px;
}
.footer-list ul li,
.footer-list ul li a {
    font-size: 14px;
    color: #8d8d8d;
}
.footer-list ul li a:hover {
    color: var(--orange);
}
.social-list > ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    max-width: 150px;
}
.social-list ul li {
    flex: 0 0 28px;
    max-width: 28px;
    width: 28px;
    height: 28px;
    display: inline-block;
    border-radius: 50%;
    background-color: #363939;
    margin: 0 15px 10px 0;
    -webkit-transition: 0.5s ease-out;
    -moz-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
    /* display: inline-block; */
}
.social-list ul li:hover {
    background: var(--orange);
}
.social-list ul li:hover a i {
    color: #fff;
}
.social-list ul li:last-child {
    margin-right: 0;
}
.social-list ul li a {
    display: block;
    text-align: center;
    line-height: 24px;
}
.social-list ul li i {
    font-size: 12px;
    line-height: 28px;
    color: #000;
}
footer .social-list {
    margin-top: 68px;
}
.foot-bottom {
    background-color: #1a1a1a;
    padding: 20px 0;
}
.foot-bottom p {
    font-size: 14px;
    color: #8d8d8d;
}
.form-divider {
    height: 1px;
    width: 100%;
    background-color: #e7e7e7;
    margin-top: 14px;
    margin-bottom: 30px;
}

/*------------------------------------------------------------------------------------------
arbic css start here
-------------------------------------------------------------------------------------------*/

body.arClass {
    direction: rtl;
}
body.arClass header .navbar-nav.ml-auto {
    margin-right: auto !important;
    margin-left: inherit !important;
}
body.arClass .home-slider-section {
    direction: ltr;
}
body.arClass .benefits_bottom_section {
    background-position: left top;
}
body.arClass .translation_des {
    text-align: right;
}
body.arClass .translation_des ul li {
    background-position: right;
    padding-left: 0;
    padding-right: 40px;
}
body.arClass .navbar .dropdown-menu a {
    text-align: right;
}
body.arClass .navbar .dropdown-menu a img {
    margin-right: 0 !important;
    margin-left: 5px;
}
body.arClass .select_your_plan_section {
    direction: ltr;
}
body.arClass .tralslator-slider-wrapper {
    direction: ltr;
}
body.arClass .footer-logo {
    text-align: right;
}
body.arClass select.form-control {
    background-position: 15px center;
}
body.arClass .form-group {
    text-align: right;
}
body.arClass .col-12.mb-3 {
    text-align: right;
}
body.arClass .form-section .form-title {
    text-align: right;
}
body.arClass .active-plan-details h4 .value {
    margin-right: auto;
    margin-left: inherit;
}
body.arClass .total-earning-box h4 {
    text-align: right;
}
body.arClass .section-title-small h3 {
    text-align: right;
}
body.arClass .customer-profile figcaption {
    text-align: right;
}
body.arClass .icon-text-sm i {
    padding-right: 0;
    padding-left: 5px;
}
body.arClass .amount-wrap .price-tag {
    right: auto;
    left: 15px;
}
body.arClass .amount-wrap {
    text-align: right;
}
body.arClass .rq-head {
    padding-left: 225px;
    padding-right: 0;
}
body.arClass .chat-user-porfile h5 {
    padding-left: 0;
    padding-right: 15px;
}
body.arClass .chat-board-footer button {
    right: auto;
    left: 20px;
}
body.arClass .box-style {
    text-align: right;
}
body.arClass .post .image-title {
    left: auto;
    right: 20px;
}
body.arClass .post-description {
    text-align: right;
}
body.arClass .staic-page-title {
    text-align: right;
}
body.arClass .faq-list .card-header .btn {
    text-align: right;
}
body.arClass .faq-list .card-header .btn i {
    left: 0;
    right: auto;
}
body.arClass .card-body {
    text-align: right;
}
body.arClass .form-title h3 {
    text-align: right;
}
body.arClass .contact-info-list ul li i {
    right: 0;
    left: auto;
}
body.arClass .contact-info-list ul li {
    padding-left: 0;
    padding-right: 40px;
}
body.arClass .customer-profile figcaption .like-comment {
    right: auto;
    left: 0;
}
body.arClass .request-details-box .language-box:first-child:after {
    right: 194%;
    left: auto;
}
body.arClass .icon-form-group i {
    right: auto;
    left: 15px;
}
body.arClass .social-list ul li {
    margin: 10px 0px 0px 15px;
}

.flex-col {
    display: flex;
    margin-bottom: 30px;
}
.flex-col .purpose-box {
    height: 100%;
    margin-bottom: 0;
}

.no-arrow {
    justify-content: center !important;
}
.no-arrow .language-box:first-child:after {
    content: none !important;
}
