
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&subset=devanagari,latin-ext');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@400;500&display=swap');

/* #Primary
================================================== */
body{
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    line-height: 2rem;
    font-weight: 400;
    color: #212112;
}
::selection {
    color: #fff;
    background-color: #8167a9;
}
::-moz-selection {
    color: #fff;
    background-color: #8167a9;
}

a {
    text-decoration: none;
    color: #000;
}
dd, dl, ol, ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.text-secondary {
    color: var(--secondary-site) !important;
}
.text-justify{
    text-align: justify;
}
/* #internal feature
================================================== */

.bg-feature {
    width: 100%;
    min-height: 416px;
    background: url(../image) no-repeat center;
    background-size: cover;
    position: relative;
}
.layout-feature {
    width: 100%;
    min-height: 416px;
    background: #e5efff2b;
    background-size: cover;
    position: relative;
}
.layout-feature:after {
    display: inline-block;
    content: '';
    width: 100%;
    min-height: 100px;
    background: url(../image/split.png) no-repeat center;
    position: absolute;
    bottom: 0;

}
.same-height {
    height: 416px;
}

/* #crumbs AMS
================================================== */

.crumbs ol {
    list-style-type: none;
    padding-left: 0;
}

.crumb {
    display: inline-block;
}

li.crumb:not(:last-child):after {
    display: inline-block;
    color: #ffffff;
    content: '/';
    font-size: 2.3rem;
    font-weight: bold;
    padding: 15px;
}

.text-crumb {
    font-size: 3rem;
}
    /* #flag16 AMS
    ================================================== */

.flag16 {
    display: inline-block;
    height: 16px;
    width: 16px;
    padding-left: 20px;
    line-height: 16px;
    background: url(../image/flags16.png) no-repeat;
}

.egypt{
    background-position: 0 -1280px;
}

.usa{
    background-position: 0 -3664px;
}

.japan{
    background-position: 0 -1984px;
}

/* #Navigation
================================================== */

.start-header {
    opacity: 1;
    transform: translateY(0);
    padding: 20px 0;
    box-shadow: 0 10px 30px 0 rgba(138, 155, 165, 0.15);
    -webkit-transition : all 0.3s ease-out;
    transition : all 0.3s ease-out;
}
.start-header.scroll-on {
    box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
    padding: 10px 0;
    -webkit-transition : all 0.3s ease-out;
    transition : all 0.3s ease-out;
}
.start-header.scroll-on .navbar-brand img{
    height: 64px;
    -webkit-transition : all 0.3s ease-out;
    transition : all 0.3s ease-out;
}
.navigation-wrap{
    position: sticky;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    -webkit-transition : all 0.3s ease-out;
    transition : all 0.3s ease-out;
}
.navbar{
    padding: 0;
}
.navbar-brand img{
    height: 9.4vh;
    width: auto;
    display: block;
    /*filter: brightness(10%);*/
    /*-webkit-transition : all 0.3s ease-out;*/
    /*transition : all 0.3s ease-out;*/
}

.card{
    border-radius: 1.5rem;
    border: 1px solid var(--white);
    box-shadow: -0.1rem 0.1rem rgba(0, 0 ,0 ,0.09);

}
.card-body img{
    width: 45px;
    padding-bottom: 1rem;
}
.card-body{
    padding: 1rem 1.5rem;
}

.card.mb-2.active {
    border: 1px solid var(--main-color);
    background: var(--main-color);
    color: var(--white);
}

.card.mb-2.active img {
    filter: brightness(3.0);
}

.card.mb-2.active p {
    color: var(--content-title);
}

.navbar-toggler {
    float: right;
    border: none;
    padding-right: 0;
}
.navbar-toggler:active,
.navbar-toggler:focus {
    outline: none;
}
.navbar-light .navbar-toggler-icon {
    width: 24px;
    height: 17px;
    background-image: none;
    position: relative;
    border-bottom: 1px solid #000;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before{
    width: 24px;
    position: absolute;
    height: 1px;
    background-color: #000;
    top: 0;
    left: 0;
    content: '';
    z-index: 2;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after{
    top: 8px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
    transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
    transform: translateY(8px) rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    border-color: transparent;
}
.nav-link{
    color: #212121 !important;
    font-weight: 500;
    transition: all 200ms linear;
}
.nav-item:hover .nav-link{
    color: #8167a9 !important;
}
.nav-item.active .nav-link{
    color: #777 !important;
}
.nav-link {
    position: relative;
    display: inline-block;
}
.nav-item:after{
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    content: '';
    background-color: #8167a9;
    opacity: 0;
    transition: all 200ms linear;
}
.nav-item:hover:after{
    bottom: 0;
    opacity: 1;
}
.nav-item.active:hover:after{
    opacity: 0;
}
.nav-item{
    position: relative;
    transition: all 200ms linear;
}

/* #Primary style
================================================== */

.bg-light {
    background-color: #fff !important;
    transition: all 200ms linear;
}
.section {
    position: relative;
    width: 100%;
    display: block;
}
.full-height {
    height: 100vh;
}
.over-hide {
    overflow: hidden;
}
.absolute-center {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    margin-top: 40px;
    transform: translateY(-50%);
    z-index: 20;
}

.top-move-center {
    padding-top: 7rem;
}
h1{
    font-size: 62px;
    line-height: 1.2;
    font-weight: 700;
    color: #212112;
}

p {
    font-size: 16px;
    line-height: 1.6;
    color: var(--second-color);
    margin-bottom: 24px;
}

h1 span{
    display: inline-block;
    transition: all 300ms linear;
    opacity: 1;
    transform: translate(0);
}
.nav-item .dropdown-menu {
    transform: translate3d(0, 10px, 0);
    visibility: hidden;
    opacity: 0;
    max-height: 0;
    display: block;
    padding: 0;
    margin: 0;
    transition: all 200ms linear;
}
.nav-item.show .dropdown-menu {
    opacity: 1;
    visibility: visible;
    max-height: 999px;
    transform: translate3d(0, 0px, 0);
}
.dropdown-menu {
    padding: 10px!important;
    margin: 0;
    font-size: 13px;
    letter-spacing: 1px;
    color: #212121;
    background-color: #fcfaff;
    border: none;
    border-radius: 3px;
    box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
    transition: all 200ms linear;
}
.dropdown-toggle::after {
    display: none;
}

.dropdown-item {
    padding: 3px 15px;
    color: #212121;
    font-size: 16px;
    border-radius: 2px;
    transition: all 200ms linear;
}
.dropdown-item:hover,
.dropdown-item:focus {
    color: #fff;
    background-color: rgba(129,103,169,.6);
}

/* #Auth AMS
================================================== */
li.nav-item.auth {
    flex-grow: 1;
}

li.nav-item.auth active {
    background: #fff;
    color: #000;
}


li.nav-item.auth a
{
    background: #f0f3f6;
    color: #393939;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    padding-top: 24px;
    padding-bottom: 24px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    border: 0px;
}

ul.auth {
    border: 0px;
    width: 100%;
}

/* #Auth form AMS ================================================ */

.auth input.form-control {
    padding: 1rem;
}
.auth button.btn {
    width : 100%;
    padding: 1rem;
    background: var(--main-color);
}

.btn-face,.btn-google{
    font-family:Montserrat-SemiBold;
    font-size:18px;
    line-height:1.2;
    display:-webkit-box;
    display:-webkit-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    justify-content:center;
    align-items:center;
    padding:15px;
    width:calc((100% - 20px)/2);
    height:70px;
    width: 100%;
    border-radius:10px;
    box-shadow:0 1px 5px 0 rgba(0,0,0,.2);
    -moz-box-shadow:0 1px 5px 0 rgba(0,0,0,.2);
    -webkit-box-shadow:0 1px 5px 0 rgba(0,0,0,.2);
    -o-box-shadow:0 1px 5px 0 rgba(0,0,0,.2);
    -ms-box-shadow:0 1px 5px 0 rgba(0,0,0,.2);
    -webkit-transition:all .4s;
    -o-transition:all .4s;
    -moz-transition:all .4s;
    transition:all .4s;
    position:relative;
    z-index:1;
}
.btn-google::before,.btn-face::before{
    content:"";
    display:block;
    position:absolute;
    z-index:-1;
    width:100%;
    height:100%;
    border-radius:10px;
    top:0;
    left:0;
    background:var(--main-color);
    background:-webkit-linear-gradient(45deg,#00dbde,var(--main-color));
    background:-o-linear-gradient(45deg,#00dbde,var(--main-color));
    background:-moz-linear-gradient(45deg,#00dbde,var(--main-color));
    background:linear-gradient(45deg,#00dbde,var(--main-color));
    opacity:0;
    -webkit-transition:all .4s;
    -o-transition:all .4s;
    -moz-transition:all .4s;
    transition:all .4s;
}
.btn-face{
    color:#fff;
    background-color:var(--facebook);
}
.btn-face i{
    font-size:30px;
    margin-right:17px;
    padding-bottom:3px;
}
.btn-google{
    color:#555;
    background-color:#fff;
}
.btn-google img{
    width:30px;
    margin-right:15px;
    padding-bottom:3px;
}
.btn-face:hover:before,.btn-google:hover:before{
    opacity:1;
}
.btn-face:hover,.btn-google:hover{
    color:#fff;
}

/* #bg-translation
================================================== */
:root
{
    --main-header:#e1ecff;
    --white:#ffffff;
    --main-color:#128CAE;
    --second-color:#94A2B3;
    --what-we-do:#005A72;
    --main-site: #128FAE;
    --secondary-site: #fff;
    --hover-site: #e5e5e5;
    --content-title: #252528;
    --content-site: #727272;
    --facebook: #3b5998;
    --button: #FF5151;
}

.bg-main-slider {
    width: 100%;
    min-height: 755px;
    background: url(../image/slider.png) no-repeat center;
    background-size: cover;
}

.bg-main-header {
    width: 100%;
    background: var(--main-header);
    background: linear-gradient(180deg, var(--main-header) 0%, var(--white) 80%);
}

.button-main {
    background: var(--main-color);
    color: var(--white);
    border-radius: 35px;
    padding: 10px 35px;
}

.what-we-do {
    background: var(--what-we-do);
    color: var(--white);
    min-width: 100%;
}

.button-outline-main {
    border-color: var(--main-color);
    color: var(--main-color);
    border-radius: 35px;
    padding: 10px 35px;
}

.bg-our-features {
    background: url("../image/translation/Vector.png") 2% 23%;
    background-size: 60rem;
}

.features{
    width: 400px;
    height: 230px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    z-index: 2;
}

.bg-main {
    bottom: 0;
    left: 0%;
    color: #FFBA49;
}

.bg-testimonials {
    width: 100%;
    background: var(--main-header);
    background: linear-gradient(var(--white), var(--main-header), var(--white));
}

.bg-dots-top {
    bottom: 51%;
    left: 6%;
    color: #FFBA49;
}
.bg-dots-top-right {
    bottom: 51%;
    right: 6%;
    color: #FFBA49;
}

.bg-dots-bottom {
    top: 40%;
    right: 6%;
    color: #FFBA49;
}

.bg-dots-bottom-left {
    top: 40%;
    left: 6%;
    color: #FFBA49;
}

.bg-cin-top {
    bottom: 88%;
    left: 10%;
    color: #FFBA49;
}

.bg-cin-top-right {
    bottom: 75%;
    right: 10%;
    color: #FFBA49;
}
.z-inn1 .main-image {
    height: 230px;
    width: 100%;
}
.blog-image {
    height: 250px;
    width: 100%;
}
.bg-cin-bottom {
    top: 60%;
    left: 15%;
    color: #FFBA49;
}

.z-inn1{
    z-index: -1;
}

.z-in1{
    z-index: 1;
}
.services_icon img {
    background: #eff7fa;
    padding: 1rem 2rem;
    width: 7rem;
    height: 7rem;
    border-radius: 50%;
    object-fit: contain;
}

/* #Footer
================================================== */
.footer-top {
    -webkit-box-shadow: -5px -1px 4px 0px rgba(0,0,0,.15);
    box-shadow: -5px -1px 4px 0px rgba(0,0,0,.15);
    padding-top: 2rem;
}

#footer {
    border-top-color: #e2e7ed;
    color: #bababa;
    font-size: 15px;
    line-height: 24px;
    z-index: 0;
}

@media (min-width: 768px)
{
    .footer-top .container > .row {
        padding-top: 0;
    }
    .footer-col {
        padding-top: 60px;
        padding-bottom: 60px;
    }

}
.footer-top .widget-title {
    color: #000;
    font-size: 18px;
    margin: 0 0 18px;
    position: relative;
}
.sf-popular-posts .loop-post {
    margin-bottom: 18px;
}
.post-list .post {
    position: relative;
    width: 100%;
    min-height: 1px;
}
.sf-popular-posts .post-title {
    font-size: 15px;
}

.post-title {
    margin: 0;
    position: relative;
    word-break: break-word;
    white-space: normal;
    z-index: 1;
}

#footer a, #footer strong {
    color: var(--main-site);
}
.post-title a {
    display: block;
}
.footer_hyper {
    color: #000 !important;
    font-weight: 300;
}
.footer_hyper:hover {
    color: var(--main-site) !important;
    font-weight: 600;
}
#footer a{
    text-decoration: none;
    color: #000;
    -webkit-transition: color .2s,opacity .2s;
    transition: color .2s,opacity .2s;
}
#footer a, #footer strong {
    color: var(--main-site);
}
#footer .sf-social-icons__style-default a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
}
#footer .sf-social-icons__style-default a i {
    font-size: 19px;
    line-height: inherit !important;
    -webkit-transition: color .4s;
    transition: color .4s;
    margin: 0 !important;
}
#footer .social-list i {
    text-align: center;
    vertical-align: top;
    -webkit-transition: background-color .4s,color .4s,opacity .4s,border-color .4s;
    transition: background-color .4s,color .4s,opacity .4s,border-color .4s;
}
.site-social a span {
    display: none;
}
#footer .footer-bottom, #footer .footer-bottom .scroll-top, #footer .footer-menu a {
    color: #fff;
}
.footer-bottom {
    background-color: var(--main-site);
}
.footer-copyright {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
}
.site-logo-wrapper img {
    width: 256px;
    padding: 1rem 0rem 1rem 0rem;
}

@media (min-width: 992px)
{
    .footer-2-cols .footer-1, .footer-3-cols .footer-1, .footer-3-cols .footer-2 {
        padding-right: 30px;
    }
    .footer-2-cols .footer-2, .footer-3-cols .footer-2, .footer-3-cols .footer-3 {
        padding-left: 30px;
    }
    .footer-2-cols .footer-1, .footer-3-cols .footer-1, .footer-3-cols .footer-2 {
        padding-right: 30px;
    }
    .footer-top .widget:last-child {
        margin-bottom: 0;
    }
    .footer-top .widget-title {
        margin-bottom: 25px;
    }
    .bottom-style-2, .bottom-style-3 {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding-top: 25px;
        padding-bottom: 30px;
    }
    .bottom-style-3 .footer-menu {
        margin-right: 30px;
        text-align: left;
    }
    .bottom-style-2 .footer-menu, .bottom-style-3 .footer-menu {
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
        margin-bottom: 0;
    }
}
.footer-menu li {
    display: inline-block;
    vertical-align: top;
}
.footer-menu li:first-child a {
    padding-left: 0;
}
.footer-menu li a {
    display: block;
    letter-spacing: .1em;
    padding: 0 10px;
    font-size: 13px;
    font-weight: 500;
    line-height: 24px;
}

.footer-menu {
    font-size: 0;
    text-transform: uppercase;
}


/* #topbar
================================================== */

.topbar {
    background-color: var(--main-site);
    color: #fff;
    display: none;
    font-size: 13px;
    line-height: 24px;
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
    z-index: 2;
}

.topbar .container {
    position: relative
}

.topbar a {
    color: #fff;
    font-weight: 450;
    font-size: 15px;
}

.topbar .widget {
    display: inline-block;
    vertical-align: top
}

.topbar .widget ul li {
    display: inline-block;
    padding: 0 10px
}

.topbar .widget ul li:first-child {
    padding-left: 0
}

.topbar .widget ul li:last-child {
    padding-right: 0
}

.topbar .widget ul li:hover {
    color: #fff
}

.topbar .widget i {
    color: inherit;
    font-size: 14px;
    line-height: inherit;
    margin-right: 10px;
    vertical-align: top
}

.topbar .widget i.fa-phone {
    font-size: 12px
}

@media (max-width:767px) {
    .topbar .widget .widget {
        margin-bottom: 5px
    }
}

.topbar .widget_nav_menu {
    display: inline-block
}

.topbar .widget_nav_menu li {
    display: inline-block;
    float: left
}

.topbar .widget_nav_menu li:before {
    display: none
}

.topbar .widget_nav_menu li a {
    display: inline-block;
    line-height: 40px;
    text-align: left;
    white-space: nowrap
}

.topbar .widget_nav_menu li .sub-menu {
    background: #fff;
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.2);
    box-shadow: 0 2px 5px rgba(0,0,0,.2);
    color: #727272;
    margin: 0 0 0 -12px;
    padding: 0;
    position: absolute;
    top: 100%;
    left: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .2s;
    transition: opacity .2s
}

.topbar .widget_nav_menu li .sub-menu li {
    padding: 0
}

.topbar .widget_nav_menu li .sub-menu li a {
    color: #727272;
    line-height: 32px;
    padding: 0 12px;
    min-width: 80px
}

.topbar .widget_nav_menu li .sub-menu li a:hover {
    color: #1E0755
}

.topbar .widget_nav_menu li:hover .sub-menu {
    opacity: 1;
    visibility: visible
}

.topbar-left {
    text-align: center
}

@media (min-width:768px) {
    .topbar-left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        min-height: 40px;
        text-align: left
    }

    .topbar-left .widget {
        margin-right: 20px
    }

    .topbar-left .widget:last-of-type {
        margin-right: 0
    }
}

.topbar-right {
    text-align: center
}

.topbar-right .widget:last-of-type {
    margin-bottom: 0
}

@media (min-width:768px) {
    .topbar-right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        min-height: 40px;
        text-align: right
    }

    .topbar-right .widget {
        margin-left: 20px
    }

    .topbar-right .widget:first-of-type {
        margin-left: auto
    }
}

.topbar-btn-wrapper:after {
    background-color: #1E0755;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -200%;
    width: 200%
}

.topbar-btn {
    background: #1E0755;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .04em;
    line-height: 40px;
    outline: 0;
    padding-left: 30px;
    padding-right: 15px;
    text-transform: uppercase;
    -webkit-transition: background-color .2s,padding .2s;
    transition: background-color .2s,padding .2s;
    white-space: nowrap
}

.topbar-btn:focus, .topbar-btn:hover {
    background-color: #222;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff !important;
    outline: 0;
    padding-right: 30px
}

@media (min-width:768px) {
    .topbar {
        display: block
    }
}


/* #Media
================================================== */


@media (max-width: 767px) {
    h1{
        font-size: 38px;
    }
    .nav-item:after{
        display: none;
    }

    .row-revers{
        display: flex;
        flex-flow: column-reverse;
    }
    .nav-item::before {
        position: absolute;
        display: block;
        top: 15px;
        left: 0;
        width: 11px;
        height: 1px;
        content: "";
        border: none;
        background-color: #000;
        vertical-align: 0;
    }
    .dropdown-toggle::after {
        position: absolute;
        display: block;
        top: 10px;
        left: -23px;
        width: 1px;
        height: 11px;
        content: "";
        border: none;
        background-color: #000;
        vertical-align: 0;
        transition: all 200ms linear;
    }
    .dropdown-toggle[aria-expanded="true"]::after{
        transform: rotate(90deg);
        opacity: 0;
    }
    .dropdown-menu {
        padding: 0 !important;
        background-color: transparent;
        box-shadow: none;
        transition: all 200ms linear;
    }
    .dropdown-toggle[aria-expanded="true"] + .dropdown-menu {
        margin-top: 10px !important;
        margin-bottom: 20px !important;
    }

}


.AMS_landing_title {
    color: #132740;
    font-family: 'roboto', sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
}

.AMS_landing_title_ar {
    color: #132740;
    font-family: 'Tajawal', sans-serif;
    font-size: 22px;
    text-align: center;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.bg-main-button{
    background: var(--button);
    font-family: 'roboto', sans-serif;
    font-size: 22px;
}
