@charset "UTF-8";

:root {
    --font-primary: "Readex Pro", sans-serif;
    --h1-size: 48px;
    --h2-size: 36px;
    --h3-size: 28px;
    --h4-size: 20px;
    --body-lg: 18px;
    --body-md: 16px;
    --body-sm: 14px;
    --fw-regular: 400;
    --fw-medium: 500;
    --fw-semibold: 600;
    --fw-bold: 700;
    --lh-tight: 1.25;
    --lh-normal: 1.5;
    --lh-relaxed: 1.7;
    --text-primary: #57595f;
    --text-body: #595959;
    --text-muted: #667085;
    --btn-font-size: 16px;
    --btn-font-weight: 500;
    --btn-line-height: 1.2;
    --btn-padding-y: 12px;
    --btn-padding-x: 24px;
    --stat-size: 32px;
}

.context-dark,
.bg-gray-700,
.bg-gray-primary,
.bg-gray,
.bg-gray-primary-light,
.bg-primary,
.context-dark h1,
.bg-gray-700 h1,
.bg-gray-primary h1,
.bg-gray h1,
.bg-gray-primary-light h1,
.bg-primary h1,
.context-dark h2,
.bg-gray-700 h2,
.bg-gray-primary h2,
.bg-gray h2,
.bg-gray-primary-light h2,
.bg-primary h2,
.context-dark h3,
.bg-gray-700 h3,
.bg-gray-primary h3,
.bg-gray h3,
.bg-gray-primary-light h3,
.bg-primary h3,
.context-dark h4,
.bg-gray-700 h4,
.bg-gray-primary h4,
.bg-gray h4,
.bg-gray-primary-light h4,
.bg-primary h4,
.context-dark h5,
.bg-gray-700 h5,
.bg-gray-primary h5,
.bg-gray h5,
.bg-gray-primary-light h5,
.bg-primary h5,
.context-dark h6,
.bg-gray-700 h6,
.bg-gray-primary h6,
.bg-gray h6,
.bg-gray-primary-light h6,
.bg-primary h6,
.context-dark [class^="heading-"],
.bg-gray-700 [class^="heading-"],
.bg-gray-primary [class^="heading-"],
.bg-gray [class^="heading-"],
.bg-gray-primary-light [class^="heading-"],
.bg-primary [class^="heading-"] {
    color: #fff
}

a:focus,
button:focus {
    outline: none !important
}

button::-moz-focus-inner {
    border: 0
}

*:focus {
    outline: none
}

blockquote {
    padding: 0;
    margin: 0
}

input,
button,
select,
textarea {
    outline: none
}

label {
    margin-bottom: 0
}

p {
    margin: 0
}

ul,
ol {
    list-style: none;
    padding: 0;
    margin: 0
}

html p a:hover {
    text-decoration: none
}

.mt-6 {
    margin-top: 4rem !important
}

body {
    font-family: var(--font-primary);
    font-size: 14px;
    line-height: 2.14286;
    font-weight: 400;
    color: var(--text-body);
    background-color: #fff;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: subpixel-antialiased
}

@media (min-width:4480px) {
    body {
        font-size: 52px
    }
}

h1,
h2,
h3,
h4,
h5,
h6,
[class^="heading-"] {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 500;
    color: #57595f
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
[class^="heading-"] a {
    color: inherit
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
[class^="heading-"] a:hover {
    color: #f79939
}

h1,
.heading-1 {
    font-size: var(--h1-size);
    line-height: var(--lh-tight)
}

h2,
.heading-2 {
    font-size: var(--h2-size);
    line-height: var(--lh-tight)
}

h3,
.heading-3 {
    font-size: var(--h3-size);
    line-height: var(--lh-normal)
}

h4,
.heading-4 {
    font-size: var(--h4-size);
    line-height: var(--lh-normal)
}

h5,
.heading-5 {
    font-size: var(--body-lg);
    line-height: var(--lh-normal)
}

h6,
.heading-6 {
    font-size: var(--body-md);
    line-height: var(--lh-normal)
}
h2 .text-big {
    font-size: 4em;
    line-height: .8
}

h2 .text-biggest {
    font-size: 5em
}

h2+p {
    margin-top: 35px
}

p [data-toggle="tooltip"] {
    padding-left: .25em;
    padding-right: .25em;
    color: #f79939
}

p [style*="max-width"] {
    display: inline-block
}

::selection {
    background: #ccc;
    color: #fff
}

.brand {
    display: inline-block
}

.brand .brand-logo-light {
    display: none
}

.brand .brand-logo-dark {
    display: block
}

.made-in-saudi-logo{
    padding:2px;
    vertical-align:middle;
    margin-left: 10px;
}
a {
    transition: all 0.3s ease-in-out
}

a,
a:focus,
a:active,
a:hover {
    text-decoration: none
}

a,
a:focus,
a:active {
    color: #3d5c5c
}

a:hover {
    color: #65696b
}

a[href*="tel"],
a[href*="mailto"] {
    white-space: nowrap
}

.link-hover {
    color: #808c96
}

.link-press {
    color: #808c96
}

.accent-link {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: .25px;
    text-align: left
}

.accent-link:hover {
    color: #f79939
}

.gray-dark-link:hover {
    text-decoration: underline;
    color: #57595f
}

.secondary-link:hover {
    color: #f79939;
    text-decoration: underline
}

.block-center,
.block-sm,
.block-320,
.block-lg {
    margin-left: auto;
    margin-right: auto
}

@media (min-width:992px) {
    .block-sm {
        max-width: 430px
    }
}

@media (min-width:4480px) {
    .block-sm {
        max-width: 1440px;
        width: 1462px
    }
}

.block-675 {
    max-width: 675px;
    margin-left: auto;
    margin-right: auto;
    width: 100%
}

@media (min-width:4480px) {
    .block-675 {
        max-width: 1000px;
        width: -webkit-fill-available
    }
}

.block-320 {
    max-width: 320px;
    width: 100%
}

.block-lg {
    max-width: 768px
}

.block-center {
    padding: 10px
}

.block-center:hover .block-center-header {
    background-color: #f79939
}

.block-center-title {
    background-color: #fff
}

@media (max-width:1599.98px) {
    .block-center {
        padding: 20px
    }

    .block-center:hover .block-center-header {
        background-color: #fff
    }

    .block-center-header {
        background-color: #f79939
    }
}

.bg-primary .box-counter {
    color: #fff
}

.bg-primary .box-counter-divider::after {
    background: #fff
}

.main-decorated-box {
    position: relative;
    text-align: left
}

.main-decorated-box .decorated-subtitle {
    font-family: "Playfair Display", serif;
    line-height: 1.5;
    font-size: 20px;
    position: relative;
    padding: 8px 0 10px 0;
    letter-spacing: .03em
}

@media (min-width:1200px) {
    .main-decorated-box .decorated-subtitle {
        font-size: 30px;
        padding: 8px 10px 10px 38px
    }

    .main-decorated-box .decorated-subtitle:before {
        content: "";
        display: block;
        width: 157px;
        background-color: #fff;
        height: 3px;
        position: absolute;
        top: 56%;
        left: -167px;
        transform: translateY(-50%)
    }
}

.main-decorated-box>* {
    position: relative
}

.main-decorated-box:before {
    content: "";
    position: absolute;
    background-size: contain;
    width: 100%;
    height: 100%;
    right: -100%
}

@media (min-width:800px) {
    .main-decorated-box:before {
        display: block;
        width: 90%;
        height: 90%;
        right: -30%;
        top: -5%
    }
}

@media (min-width:1024px) {
    .main-decorated-box:before {
        display: block;
        width: 90%;
        height: 90%;
        right: -25%;
        top: 0%
    }
}

@media (min-width:1200px) {
    .main-decorated-box:before {
        display: block;
        width: 100%;
        height: 100%;
        right: -60%;
        top: -10%
    }
}

html .group {
    margin-bottom: -20px;
    margin-left: -15px
}

html .group:empty {
    margin-bottom: 0;
    margin-left: 0
}

html .group>* {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 20px;
    margin-left: 15px
}

html .group-sm {
    margin-bottom: -10px;
    margin-left: 0
}

html .group-sm:empty {
    margin-bottom: 0;
    margin-left: 0
}

html .group-sm>* {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 10px;
    margin-left: 0
}

@media (min-width:576px) {
    html .group-sm {
        margin-bottom: -10px;
        margin-left: -10px
    }

    html .group-sm:empty {
        margin-bottom: 0;
        margin-left: 0
    }

    html .group-sm>* {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 10px;
        margin-left: 10px
    }
}

@media (min-width:4480px) {
    html .group-sm>* {
        margin-top: 4px
    }
}

*+.group-sm {
    margin-top: 30px
}

*+.group-xl {
    margin-top: 20px
}

.social-links {
    display: flex;
    margin-left: -25px
}

.social-links>* {
    margin-left: 25px
}

.social-links li {
    position: relative;
    text-align: center;
    font-size: 18px
}

.social-links li:hover a {
    color: #f79939;
    transition: all ease 0.35s
}

.social-links li a {
    color: #52585c;
    transition: all ease 0.35s
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img1-logo {
    display: inline-block;
    max-width: 130px;
    height: auto
}

.img1-dar {
    display: inline-block;
    max-width: 100px;
    height: auto
}

.img-sm {
    width: 16px;
    height: 16px
}

.img-responsive {
    width: 100%
}

.img-covered {
    display: block;
    object-fit: cover;
    width: 100%
}

@media (min-width:4480px) {
    .img1-logo {
        max-width: 529px
    }

    .img1-dar {
        max-width: 309px;
        width: -webkit-fill-available
    }

    .img-sm {
        padding: 15px;
        width: 90px;
        height: 90px;
        margin-top: 0
    }

    .img-meta {
        max-width: 47%;
        width: inherit
    }

    .img-log {
        display: inline-block;
        max-width: 88px;
        width: auto;
        height: auto
    }

    .img-story {
        margin-top: 15%;
        max-width: 100%;
        width: -webkit-fill-available
    }

    .img-contactus {
        width: 520px;
        margin-top: 58px
    }

    .form-wrap .form-label {
        font-size: 52px
    }
}

.w-bg {
    background-color: #fff
}

hr {
    margin-top: 0;
    margin-bottom: 0;
    border-top: 1px solid #d7d7d7
}

.divider {
    font-size: 0;
    line-height: 0
}

.divider::after {
    content: "";
    display: inline-block;
    width: 60px;
    height: 2px;
    background-color: #f79939
}

.fc-1 {
    color: #57595f !important
}

.button {
    position: relative;
    overflow: hidden;
    display: inline-block;
    padding: 10px 30px 10px 30px;
    gap: 8px;
    font-size: 20px;
    border: 1px solid;
    font-family: "Readex Pro", sans-serif;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: .10000000149011612px;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    cursor: pointer;
    vertical-align: middle;
    user-select: none;
    transition: 250ms all ease-in-out
}

@media (min-width:4480px) {
    .button {
        position: relative;
        overflow: hidden;
        display: inline-block;
        padding: 10px 85px;
        font-size: 51px;
        line-height: 1.25;
        border: 28px solid;
        font-family: "Readex Pro", sans-serif;
        font-weight: 700;
        letter-spacing: .1em;
        white-space: nowrap;
        text-overflow: ellipsis;
        text-align: center;
        cursor: pointer;
        vertical-align: middle;
        user-select: none;
        transition: 250ms all ease-in-out
    }
}

.button-block {
    display: block;
    width: 100%
}

.button-default,
.button-default:focus {
    color: #ccc;
    background-color: #2c343b;
    border-color: #2c343b
}

.button-default:hover,
.button-default:active,
.button-default.active {
    color: #fff;
    background-color: #f79939;
    border-color: #f79939
}

.button-default.button-ujarak::before {
    background: #f79939
}

.button-gray-100,
.button-gray-100:focus {
    color: #151515;
    background-color: #edeff4;
    border-color: #edeff4
}

.button-gray-100:hover,
.button-gray-100:active,
.button-gray-100.active {
    color: #151515;
    background-color: #dde1ea;
    border-color: #dde1ea
}

.button-gray-100.button-ujarak::before {
    background: #dde1ea
}

.button-primary,
.button-primary:focus {
    color: #fff;
    background-color: #1994e0;
    border-color: #1994e0
}

.contact.button-primary,
.contact.button-primary:focus {
    color: #fff;
    background-color: #4aaf63;
    border-color: #4aaf63
}

.services-content .form-button .button-primary,
.services-content .form-button .button-primary:focus {
    background-color: rgba(25, 148, 224, 1);
    border-color: rgba(25, 148, 224, 1)
}

.services-content .form-button .button-primary {
    padding: 10px 200px;
    border-radius: 10px;
    font-size: 18px;
}

.contact-container h1 {
    color: #4aaf63
}

.button-primary:hover,
.button-primary:active,
.button-primary.active {
    color: #fff;
    background-color: #157dc2;
    border-color: #157dc2
}

.button-primary.button-ujarak::before {
    background: #2c343b
}

.button-xs {
    padding: 8px 17px
}

.button-sm {
    padding: 8px 17px;
    font-size: 12px;
    line-height: 1.3
}

.button-lg {
    padding: 14px 33px;
    font-size: 14px;
    line-height: 1.5
}

.button-md {
    padding: 10px;
    font-size: 12px;
    line-height: 1.5
}

.button-xl {
    padding: 16px 50px;
    font-size: 16px;
    line-height: 28px
}

@media (min-width:992px) {
    .button-xl {
        padding: 20px 80px
    }
}

.button-circle {
    border-radius: 30px
}

@media (min-width:4480px) {
    .button-circle {
        border-radius: 80px
    }
}

.btn-primary {
    border-radius: 50px;
    font-family: "Readex Pro", sans-serif;
    background-color: rgba(25, 148, 224, 1) !important;
    border-color: rgba(25, 148, 224, 1) !important
}

.btn-primary a {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: .10000000149011612px;
    text-align: center;
    text-transform: none;
    color: #fff;
    letter-spacing: .05em
}

.btn-primary,
.btn-primary:active,
.btn-primary:focus {
    color: #fff;
    background: #f79939;
    border-color: #f79939
}

.btn-primary:hover {
    color: #fff;
    background: #157dc2;
    border-color: #157dc2
}

.button-way-point {
    width: 67px;
    height: 67px;
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
    transition: all ease 0.35s
}

.button-way-point:hover {
    background-color: #fff;
    color: #f79939;
    transition: all ease 0.35s
}

input:-webkit-autofill~label,
input:-webkit-autofill~.form-validation {
    color: #000000 !important
}

.title-span {
    color: rgba(25, 148, 224, 1)
}

.form-wrap {
    position: relative
}

.form-wrap.has-error .form-input {
    border-color: #f5543f
}

.form-wrap.has-focus .form-input {
    border-color: #f79939
}

.form-wrap+* {
    margin-top: 20px
}

.form-input {
    appearance: none;
    width: 100%;
    font-weight: 400;
    line-height: 24px;
    color: #595959;
    background-color: transparent;
    background-image: none;
    transition: 0.3s ease-in-out;
    font-size: 14px;
    padding: 15px 15px;
    border-radius: 10px;
    border: 2px solid #d9d9d9;
    outline: none
}

.form-input:focus {
    outline: 0
}

textarea.form-input {
    min-height: 50px;
    max-height: 230px;
    resize: vertical
}

@media (min-width:4480px) {
    textarea.form-input {
        min-height: 140px;
        max-height: 178px
    }
}

.form-label,
.form-label-outside {
    margin-bottom: 0;
    color: #595959;
    font-weight: 400
}

.form-label {
    position: absolute;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    pointer-events: none;
    z-index: 9;
    transition: 0.25s;
    will-change: transform;
    transform: translateY(-50%);
    color: #595959;
    padding: 0 4px;
    display: flex;
    align-items: center;
    top: 0;
    left: 17px;
    transition: all 0.2s;
    transform-origin: 0% 0%;
    background: #f5f5f5
}

.form-input:focus {
    color: #284b63;
    border-color: #284b63
}

.form-input:focus+.form-label {
    color: #284b63
}

.form-label.focus {
    opacity: 0
}

.form-label.auto-fill {
    color: #595959
}

.label-textarea {
    top: 13px;
    transform: none
}

.form-label-outside {
    width: 100%;
    margin-bottom: 4px
}

@media (min-width:768px) {
    .form-label-outside {
        position: static
    }
}

[data-x-mode="true"] .form-label {
    pointer-events: auto
}

.form-validation {
    position: absolute;
    right: 8px;
    bottom: -14px;
    z-index: 6;
    margin-top: 2px;
    font-size: 9px;
    font-weight: 400;
    line-height: 12px;
    letter-spacing: 0;
    color: #f5543f;
    transition: 0.3s
}

@media (min-width:4480px) {
    .form-wrap+* {
        margin-top: 66px
    }

    .form-label,
    .form-input {
        font-size: 50px !important;
        font-family: "Poppins", system-ui !important;
        margin-bottom: 56px !important
    }

    .form-input {
        border-bottom: 4px solid #f5f5f5;
        width: 89%;
        line-height: 157px !important
    }

    .form-validation {
        font-size: 38px !important;
        right: 140px;
        line-height: 0;
        bottom: 20px
    }
}

.home-form .form-validation {
    top: auto;
    bottom: -14px
}

.form-validation-left .form-validation {
    top: 100%;
    right: auto;
    left: 0
}

#form-output-global {
    position: fixed;
    bottom: 30px;
    left: 15px;
    z-index: 2000;
    visibility: hidden;
    transform: translate3d(-500px, 0, 0);
    transition: 0.3s all ease
}

#form-output-global.active {
    visibility: visible;
    transform: translate3d(0, 0, 0)
}

@media (min-width:576px) {
    #form-output-global {
        left: 30px
    }
}

.form-output {
    position: absolute;
    top: 100%;
    left: 0;
    font-size: 10px;
    font-weight: 400;
    line-height: 1.2;
    margin-top: 2px;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden
}

.form-output.active {
    opacity: 1;
    visibility: visible
}

.form-output.error {
    color: #f5543f
}

.form-output.success {
    color: #98bf44
}

.form-sm .form-input,
.form-sm .button {
    padding-top: 9px;
    padding-bottom: 9px;
    min-height: 40px
}

.form-sm .form-validation {
    top: -16px
}

.form-sm .form-label {
    top: 20px
}

.form-sm *+.button {
    margin-top: 10px
}

.form-lg .form-input,
.form-lg .form-label,
.form-lg .select2-container .select2-choice {
    font-size: 16px
}

.form-lg .form-input,
.form-lg .select2-container .select2-choice {
    font-size: 16px;
    padding-top: 17px;
    padding-bottom: 17px
}

.form-lg .form-input,
.form-lg .select2-container .select2-choice {
    min-height: 58px
}

.form-lg .form-button {
    min-height: 60px
}

.form-button {
    text-align-last: center
}

.form-lg .form-label {
    top: 30px
}

.req-symbol {
    display: inline-block;
    margin-left: 3px;
    color: #f5543f
}

.rd-search.rd-search_inline {
    position: relative
}

.rd-search.rd-search_inline .form-input {
    padding-right: 50px
}

.rd-search.rd-search_inline .button-link {
    height: 100%;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    right: 0;
    margin: 0;
    font-size: 21px;
    background: none;
    border: none;
    transition: 0.33s
}

.rd-search.rd-search_inline .button-link::before {
    display: block;
    margin: auto
}

.rd-search.rd-search_inline .button-link:hover {
    color: #f79939
}

.rd-search.rd-search_inline.form_sm .form-input {
    padding-right: 40px
}

.rd-search.rd-search_inline.form_sm .button-link {
    width: 40px;
    font-size: 18px
}

.rd-search.rd-search_inline.form_lg .form-input {
    padding-right: 60px
}

.rd-search.rd-search_inline.form_lg .button-link {
    width: 60px
}

.post-classic {
    padding: 18px;
    text-align: center;
    /* border: 2px solid #f5f5f5; */
    background: #fff
}

@media (min-width:4480px) {
    .post-classic {
        border: 8px solid #f5f5f5
    }
}

.post-classic__meta {
    transform: translate3d(0, -5px, 0);
    margin-bottom: -5px;
    margin-left: -10px;
    margin-right: -10px
}

.post-classic__meta>* {
    margin-top: 5px;
    padding-left: 10px;
    padding-right: 10px
}

.post-classic__meta>li {
    display: inline-block;
    vertical-align: middle
}

.post-classic__meta>li a:hover {
    color: #f79939
}

.post-classic__meta>li * {
    padding-left: .125em;
    padding-right: .125em
}

.post-classic__meta .icon {
    position: relative;
    top: 1px;
    font-size: 16px
}

.post-classic__meta .icon.mdi-account {
    font-size: 18px
}

@media (min-width:768px) {
    .post-classic__meta {
        transform: translate3d(0, -9px, 0);
        margin-bottom: -9px;
        margin-left: -20px;
        margin-right: -20px
    }

    .post-classic__meta>* {
        margin-top: 9px;
        padding-left: 20px;
        padding-right: 20px
    }

    .post-classic__meta>li {
        position: relative
    }

    .post-classic__meta>li:not(:last-child)::after {
        content: "";
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: -3px;
        display: inline-block;
        vertical-align: middle;
        height: 6px;
        width: 6px;
        border-radius: 50%;
        background: #f79939
    }
}

.post-classic__figure {
    position: relative;
    overflow: hidden;
    display: block
}

.post-classic__image {
    width: 100%
}

*+.post-classic {
    margin-top: 50px
}

*+.post-classic__title {
    margin-top: 20px
}

*+.post-classic__meta {
    margin-top: 18px
}

*+.post-classic__media {
    margin-top: 22px
}

.post-classic__media {
    text-align: left;
    font-size: 20px;
}

@media (min-width:576px) {
    .post-classic__title {
        max-width: 88%;
        margin-left: auto;
        margin-right: auto
    }

    .post-classic__meta {
        font-size: 16px
    }
}

@media (min-width:768px) {
    .post-classic {
        padding: 26px
    }
}

@media (min-width:992px) {
    .post-classic__image {
        transition: 0.66s;
        transform: scale3d(1, 1, 1)
    }

    .post-classic__figure:hover .post-classic__image {
        opacity: .9;
        transform: scale3d(1.1, 1.1, 1.1)
    }
}

@media (min-width:1200px) {
    *+.post-classic__media {
        margin-top: 30px
    }
}

@media (min-width:4480px) {
    .post-classic__meta .icon {
        font-size: 50px
    }

    .post-classic {
        padding: 100px
    }

    .post-classic__meta {
        font-size: 50px
    }
}

.snackbars {
    padding: 9px 16px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    text-align: left;
    background-color: #151515;
    border-radius: 0;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .15);
    font-size: 14px
}

.snackbars .icon-xxs {
    font-size: 18px
}

.snackbars p span:last-child {
    padding-left: 14px
}

.snackbars-left {
    display: inline-block;
    margin-bottom: 0
}

.snackbars-right {
    display: inline-block;
    float: right;
    text-transform: uppercase
}

.snackbars-right:hover {
    text-decoration: underline
}

@media (min-width:576px) {
    .snackbars {
        max-width: 540px;
        padding: 12px 15px;
        font-size: 18px
    }
}

.footer-container {
    /*margin-right: 40px;
    margin-left: 40px;*/
    text-align: start
}

@media (min-width:4480px) {
    .footer-container {
        margin-right: 40px;
        margin-left: 40px
    }
}

.footer-classic {
    padding: 50px 50px !important;
    /* background: rgba(0, 56, 118, 1); */
    background: linear-gradient(333deg, rgba(64,47,87,1) 34%, rgba(56,40,79,1) 100%);
    color: #fff;
    font-size: 16px
}

.footer-classic .brand .brand-logo-dark {
    display: none
}

.footer-classic .brand .brand-logo-light {
    display: block
}

.footer-classic-description {
    font-size: 14px;
    line-height: 1.8
}

.footer-classic-title {
    font-family: "Readex Pro", sans-serif;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-size: 18px;
    letter-spacing: .15em
}

@media (min-width:4480px) {
    .footer-classic-title {
        font-size: 55px
    }
}

.footer-classic-nav-list a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: .25px;
    text-align: left
}

.footer-classic-nav-list a:hover {
    color: #f79939
}

.footer-classic h5 {
    color: #fff
}

.footer-classic-aside {
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, .1);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.footer-sub-titles {
    font-size: 14px
}

.footer-classic-nav-list li {
    font-size: 14px;
    padding: 6px 0
}

@media (min-width:4480px) {
    .footer-sub-titles {
        font-size: 40px
    }

    .footer-classic-nav-list li {
        font-size: 40px
    }
}

.copy-right {
    background-color: #a2a2a2;
    padding: 20px 0 !important
}

.copy-right .footer-classic-aside {
    padding-top: 20px;
    border-top: none;
    display: flex
}

.right-reserved {
    align-self: center
}

.copy-right .aside-2 {
    justify-content: end;
    text-align: left
}

.page {
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    background-color: #f5f5f5
}

.page.fadeIn {
    animation-timing-function: ease-out
}

.page.fadeOut {
    animation-timing-function: ease-in
}

[data-x-mode] .page {
    opacity: 1
}

html.boxed body {
    background: #edeff4 url(assets/images/bg-pattern-boxed.png) repeat fixed
}

@media (min-width:1630px) {
    html.boxed .page {
        max-width: 1600px;
        margin-left: auto;
        margin-right: auto;
        box-shadow: 0 0 23px 0 rgba(1, 1, 1, .1)
    }

    html.boxed .rd-navbar-static {
        max-width: 1600px;
        margin-left: auto;
        margin-right: auto
    }

    html.boxed .rd-navbar-static.rd-navbar--is-stuck {
        max-width: 1600px;
        width: 100%;
        left: calc(50% - 1600px);
        right: calc(50% - 1600px)
    }
}

.blog-layout {
    margin-bottom: -55px;
    margin-bottom: -20px
}

.blog-layout>* {
    margin-bottom: 55px
}

.blog-layout .select2-container .select2-choice>.select2-chosen {
    font-family: "Readex Pro", sans-serif;
    font-size: 18px;
    color: #151515
}

.blog-layout__aside {
    margin-bottom: -30px;
    text-align: center
}

.blog-layout__aside>* {
    margin-bottom: 30px
}

.blog-layout__aside .select {
    text-align: left
}

.blog-layout__aside .select2-container .select2-choice>.select2-chosen {
    font-size: 18px;
    color: #151515
}

.blog-layout__aside-item_bordered {
    padding: 25px 22px 30px;
    border: 2px solid #f5f5f5
}

@media (max-width:767.98px) {
    .blog-layout__aside {
        max-width: 370px;
        margin-left: auto;
        margin-right: auto
    }
}

@media (min-width:768px) and (max-width:991.98px) {
    .blog-layout__aside {
        -moz-column-gap: 30px;
        -webkit-column-gap: 30px
    }

    .blog-layout__aside-item {
        display: inline-block;
        width: 100%
    }
}

@media (min-width:992px) {
    .blog-layout {
        display: block;
        align-items: flex-start;
        margin-left: -50px
    }

    .blog-layout>* {
        margin-left: 50px
    }

    .blog-layout__main {
        flex-basis: 69%
    }

    .blog-layout__aside {
        flex-basis: 28%;
        min-width: 305px
    }

    .custom-heading-line+.select2-container {
        margin-top: 42px
    }
}

@media (min-width:1200px) {
    .blog-layout {
        margin-left: -94px
    }

    .blog-layout>* {
        margin-left: 94px;
        padding: 40px;
        padding-top: 0
    }

    .blog-layout__aside {
        margin-bottom: -50px
    }

    .blog-layout__aside>* {
        margin-bottom: 50px
    }
}

.text-italic {
    font-style: italic
}

.text-normal {
    font-style: normal
}

.text-underline {
    text-decoration: underline
}

.text-strike {
    text-decoration: line-through
}

.font-weight-thin {
    font-weight: 100
}

.font-weight-light {
    font-weight: 300
}

.font-weight-regular {
    font-weight: 400
}

.font-weight-medium {
    font-weight: 500;
    line-height: 32px;

}

.font-weight-sbold {
    font-weight: 600
}

.font-weight-bold {
    font-weight: 700
}

.font-weight-bold-500 {
    font-weight: 500
}

.font-weight-ubold {
    font-weight: 900
}

.text-spacing-0 {
    letter-spacing: 0
}

.blog.text-primary {
    color: #f64b39 !important
}

.innovation.text-primary {
    color: #f64b39 !important
}

.text-primary {
    color: #f79939 !important
}

.text-primary-2 {
    color: rgba(78, 177, 103, 1) !important
}

.story.text-primary {
    color: #1da0f1 !important
}

.team.text-primary {
    color: #a1cb51 !important
}

.text-gray-dark {
    color: #57595f
}

.text-accent-gray {
    color: #3d5c5c
}

.default-letter-spacing {
    letter-spacing: .02em
}

.service-subtitle {
    font-size: 16px
}

*+p {
    margin-top: 15px
}

h2+p,
.heading-2+p {
    margin-top: 12px
}

p+h2,
p+.heading-2 {
    margin-top: 15px
}

p+p {
    margin-top: 12px
}

img+p {
    margin-top: 15px
}

h3+img {
    margin-top: 42px
}

*+.row {
    margin-top: 30px
}

*+.big {
    margin-top: 20px
}

*+.text-block {
    margin-top: 30px
}

*+.button {
    margin-top: 30px
}

@media (min-width:4480px) {
    *+.button {
        margin-top: 75px
    }

    p+p {
        margin-top: 30px
    }

    *+p {
        margin-top: 40px
    }
}

.row+h3,
.row+.heading-3 {
    margin-top: 80px
}

.container+.container {
    margin-top: 35px
}

.row+.row {
    margin-top: 35px
}

@media (min-width:1200px) {
    *+.rd-form {
        margin-top: 30px
    }

    .container+.container {
        margin-top: 60px
    }

    .row+.row {
        margin-top: 50px
    }
}

.row-0 {
    margin-bottom: 0
}

.row-0:empty {
    margin-bottom: 0
}

.row-0>* {
    margin-bottom: 0
}

.row-15 {
    margin-bottom: -15px
}

.row-15:empty {
    margin-bottom: 0
}

.row-15>* {
    margin-bottom: 15px
}

.row-20 {
    margin-bottom: -20px
}

.row-20:empty {
    margin-bottom: 0
}

.row-20>* {
    margin-bottom: 20px
}

.row-30 {
    margin-bottom: -30px
}

.row-30:empty {
    margin-bottom: 0
}

.row-30>* {
    margin-bottom: 30px
}

.row-40 {
    margin-bottom: -40px
}

.row-40:empty {
    margin-bottom: 0
}

.row-40>* {
    margin-bottom: 40px
}

.row-50 {
    margin-bottom: -50px
}

.row-50:empty {
    margin-bottom: 0
}

.row-50>* {
    margin-bottom: 50px
}

@media (min-width:4480px) {
    .row-30>* {
        margin-bottom: 75px
    }

    .row-40>* {
        margin-bottom: 150px
    }

    .row-50>* {
        margin-bottom: 150px
    }
}

@media (min-width:992px) {
    .row-md-30 {
        margin-bottom: -30px
    }

    .row-md-30:empty {
        margin-bottom: 0
    }

    .row-md-30>* {
        margin-bottom: 30px
    }
}

.row-10 {
    margin-top: -10px
}

.row-10 *> {
    margin-top: 10px
}

.offset-left-10 {
    margin-left: 10px
}

.offset-top-0 {
    margin-top: 0
}

.offset-right-10 {
    margin-right: 10px
}

.offset-right-25 {
    margin-right: 25px
}

@media (min-width:992px) {
    .offset-lg-right-45 {
        margin-right: 45px
    }
}

.offset-top-10 {
    margin-top: 20px
}

.offset-top-20 {
    margin-top: 20px
}

.offset-top-15 {
    margin-top: 15px
}

.offset-right-15 {
    margin-right: 15px
}

.offset-top-25 {
    margin-right: 25px
}

.offset-top-30 {
    margin-top: 30px
}

.offset-top-50 {
    margin-top: 50px
}

.offset-top-100 {
    margin-top: 90px
}

@media (min-width:1200px) {
    .offset-right-150 {
        margin-right: 150px
    }
}

@media (min-width:1200px) {
    .offset-right-110 {
        margin-right: 110px
    }
}

@media (min-width:1200px) {
    .offset-right-170 {
        margin-right: 170px
    }
}

.offset-top-75 {
    margin-top: 75px
}

.vh-105 {
    height: 75vh !important
}

@media (min-width:1200px) {
    .offset-top-10 {
        margin-top: -50px
    }
}

@media (min-width:1200px) {
    .offset-top-45 {
        margin-top: 45px
    }

    .offset-top-35 {
        margin-top: 35px
    }
}

@media (min-width:4480px) {
    .offset-top-45 {
        margin-top: 120px
    }
}

.offset-top-40 {
    margin-top: 40px
}

@media (max-width:991.98px) {
    .offset-top-50 {
        margin-top: 50px
    }
}

.offset-xl-40 {
    margin-top: 15px
}

@media (min-width:1200px) {
    .offset-xl-40 {
        margin-top: 40px
    }
}

.section-xs {
    padding: 25px 0
}

.section-sm,
.section-md,
.section-lg,
.section-xl {
    padding: 30px 0;
    padding-bottom: 70px;
    font-size: 18px;
    text-align: initial
}

.section-collapse+.section-collapse {
    padding-top: 0
}

.section-collapse:last-child {
    padding-bottom: 0
}

html [class*="section-"].section-bottom-0 {
    padding-bottom: 0
}

@media (max-width:991.98px) {

    section.section-sm:first-of-type,
    section.section-md:first-of-type,
    section.section-lg:first-of-type,
    section.section-xl:first-of-type,
    section.section-xxl:first-of-type {
        padding-top: 40px
    }
}

@media (min-width:768px) {
    .section-sm {
        padding: 50px 0
    }

    .section-md {
        padding: 70px 0
    }

    .section-lg {
        padding: 70px 0
    }
}

@media (min-width:992px) {
    .section-md {
        padding: 70px 0 90px
    }

    .section-lg {
        padding: 70px 0
    }
}

@media (min-width:1200px) {
    .section-lg {
        padding: 70px 0
    }
}

@media (min-width:4480px) {

    .section-sm,
    .section-md,
    .section-lg,
    .section-xl {
        padding: 165px 0;
        font-size: 48px;
        text-align: initial
    }
}

.main-section {
    padding: 0;
    padding-top: 0 !important
}

@media (min-width:992px) {
    .main-section {
        padding: 0
    }
}

.section-name {
    font-weight: 400;
    letter-spacing: .17em;
    text-transform: uppercase
}

@media (min-width:768px) {
    .custom-section {
        padding-top: 60px;
        padding-bottom: 210px
    }
}

.custom-index>* :not(.decor-text) {
    z-index: 2
}

.section-intro {
    padding: 250px 0 0 0;
    position: relative;
    background-color: #f79939
}

@media (min-width:992px) {
    .section-intro {
        padding: 250px 0 0 0
    }
}

.section-intro>* {
    position: relative;
    z-index: 2
}

.section-intro .intro-bg {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: initial
}

@media (min-width:992px) {
    .section-intro .intro-bg {
        position: absolute;
        top: 80px;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: initial
    }
}

@media (min-width:4480px) {
    .section-intro .intro-bg {
        position: absolute;
        top: 80px;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: initial
    }
}

.header-section h1 {
    font-size: 45px;
    font-weight: 400;
    line-height: 64px;
    letter-spacing: -.25px;
    color: #fff
}

.header-section .intro-description {
    font-size: 18px;
    max-width: 67%;
    margin-left: 0;
    margin-right: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: .25px;
    color: rgba(235, 236, 238, 1)
}

@media (max-width:759px) {
    .header-section .header-title-content {
        display: grid;
        place-items: center
    }

    .header-section .header-title-content h1 {
        padding: 20px
    }

    .header-section .header-title-content p {
        padding: 0;
        margin-top: 0
    }
}

.section-intro-home .intro-bg {
    position: absolute;
    left: 0;
    width: 100%;
    height: 75px
}

.section-intro-home .intro-bg {
    position: absolute;
    left: 0;
    width: 100%;
    height: 21%
}

.section-intro-home .inrto-img {
    height: fit-content;
    max-width: 25vw;
    margin-top: 27px
}

.section-intro-home .img2-size {
    max-width: 37vw;
    margin-top: 36px
}

.section-intro-home .intro-content {
    text-align: center
}

.section-intro-home .intro-content h1 {
    font-size: 20px
}

.section-intro-home .intro-content p {
    font-size: smaller
}

.header-content .button-lg {
    padding: 8px 33px;
    font-size: 14px;
    line-height: 1.5
}

@media (min-width:4480px) {
    .header-content .button-lg {
        font-size: 50px;
        margin-left: 477px
    }
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: inline-table;
    width: 40px;
    height: 40px;
    background-size: 100% 100%;
    padding: 3px;
    border-radius: 50%
}

@media (min-width:4480px) {

    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        width: 235px;
        height: 390px;
        margin-bottom: 285px
    }
}

@media (min-width:768px) {
    .header-content {
        padding: 70px 200px 20px !important
    }

    .section2-content {
        padding: 100px 187px 20px !important
    }

    .header-container {
        width: 100%;
        margin: 0;
        padding: 0
    }

    .intro-container {
        max-width: 886px
    }

    .main-section .header-content {
        padding-left: 187px
    }
}

@media (min-width:1200px) {
    .header-container {
        max-width: 100%;
        margin: 0;
        padding: 0
    }

    .main-section .header-content {
        padding-left: 150px
    }

    .main-section .carousel-item {
        margin-top: 0
    }
}

@media (min-width:992px) {
    .header-container {
        max-width: 100%;
        margin: 0;
        padding: 0
    }

    .down-row {
        margin-top: 100px
    }
}

@media (min-width:280px) and (max-width:540px) {
    .background-video {
        height: 100%
    }
}

@media (min-width:576px) {
    .header-container {
        max-width: 100%;
        margin: 0;
        padding: 0
    }

    .main-section .carousel-item {
        padding-top: 0
    }

    .background-video {
        height: 100%
    }

    #about .happy-child-md-img {
        width: 45%
    }
}


/* request demo banner styles */

.request-demo-banner {
  position: absolute;
    top: 12px;
    left: 15%;
    transform: translateX(-50%);
    width: 26%;
    background: rgba(0, 0, 0, 0.6);
    padding: 20px 30px;
    text-align: center;
    color: #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    z-index: 10;

}

.request-demo-banner h2 {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: #fff;
}

.request-demo-banner p {
  font-size: 1rem;
  margin-bottom: 15px;
  opacity: 0.9;
}

.btn-demo {
  display: inline-block;
  background: transparent;
  color: #fff;
  padding: 10px 25px;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid;
  transition: all 0.3s ease;
}

.btn-demo:hover {
  background: #ff9869;
  color: #fff;
  border: none;
}
@media (max-width: 768px) {
  .request-demo-banner {
        width: 50%;
        top: 26px;
        left: 24%;
        padding: 15px 20px;
  }

  .request-demo-banner h2 {
    font-size: 1.3rem;
  }

  .btn-demo {
    padding: 8px 20px;
    font-size: 0.9rem;
  }
}


#about .happy-child-img {
    width: 70%
}

#about .google-store-img {
    margin-top: 10px;
    width: 45%
}

#about .child-bg-section {
    margin-top: -47px
}

#about .ipad-games-img {
    margin-right: -50px
}

#about .app-content {
    background-color: #a2cc5221;
    padding: 55px;
    text-align: center
}

@media (min-width:4480px) {
    #about .app-content {
        padding: 150px
    }
}

#about .services-content {
    padding: 30px
}

.services-bg {
    background-image: url(../images/svg-7.svg);
    background-position: top right;
    background-size: cover;
    background-repeat: no-repeat
}

.ourStory-bg {
    background-image: url(../images/games.svg);
    background-position: top right;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #fff
}

/* .team-section-bg {
    /* background-image: url(../images/games.svg); */
    /* background-position: top right; */
    /* background-size: cover; */
    /* background-repeat: no-repeat; */
    /* background-color: #fff */
 */

.blog-bg {
    background-image: url(../images/blog-bg-p.png);
    background-position: top right;
    background-size: cover;
    background-repeat: no-repeat
}

#about .services-content h4 {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: .25px
}

@media (min-width:4480px) {
    #about .services-content h4 {
        font-size: 58px;
        margin-top: 66px !important
    }
}

#about .services-second-color {
    background-color: #a2cc5221
}

#about .services-third-color {
    background-color: #a7ff0021
}

#about .services-fourth-color {
    background-color: #ff090905
}

#about .jump-animation,
#about .rotate-animation {
    transition: 0.7s;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -ms-transition: 0.7s;
    -o-transition: 0.7s;
    display: block;
    margin-right: auto;
    margin-left: auto
}

#about .jump-animation:hover {
    transition: 0.7s;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -ms-transition: 0.7s;
    -o-transition: 0.7s;
    -webkit-transform: rotate(200deg);
    -moz-transform: rotate(200deg);
    -o-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    transform: rotate(200deg)
}

#about .rotate-animation:hover {
    transition: 0.7s;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -ms-transition: 0.7s;
    -o-transition: 0.7s;
    -webkit-transform: rotate(80deg);
    -moz-transform: rotate(80deg);
    -o-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    transform: rotate(80deg)
}

#about .swape-animation:hover {
    transition: 0.7s;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -ms-transition: 0.7s;
    -o-transition: 0.7s;
    -webkit-transform: rotate(50deg);
    -moz-transform: rotate(50deg);
    -o-transform: rotate(50deg);
    -ms-transform: rotate(50deg);
    transform: rotate(50deg)
}

#about .shake-animation {
    margin: auto
}

#about .shake-animation:hover {
    animation: Shake 0.5s linear infinite
}

.header-section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(360deg, #00387659 9.87%, rgba(0, 0, 0, 0) 129.18%);
    opacity: .7px
}

.header-section .offset-mt-10 {
    margin-top: 12%
}

@keyframes Shake {
    0% {
        transform: rotate(5deg)
    }

    25% {
        transform: rotate(-6deg)
    }

    50% {
        transform: rotate(5deg)
    }

    75% {
        transform: rotate(-6deg)
    }

    100% {
        transform: rotate(5deg)
    }
}

@media (min-width:992px) {
    .section-intro-home .intro-bg {
        position: absolute;
        left: 0;
        width: 100%;
        height: 25vh
    }

    .section-intro-home .inrto-img {
        height: 60%;
        max-width: 11vw;
        margin-top: 5px
    }

    .section-intro-home .img2-size {
        max-width: 16vw;
        margin-top: 27px
    }

    #about .happy-child-img {
        width: 70%
    }

    .child-bg-section {
        margin-top: -66px
    }

    .section-intro-home .intro-content h1 {
        font-size: 20px
    }

    .section-intro-home .intro-content p {
        font-size: smaller
    }

    .section-intro-home .intro-container {
        max-width: 1265px
    }
}

@media (min-width:992px) {
    #about .happy-child-img {
        width: 70%
    }
}

.context-dark .brand .brand-logo-dark,
.bg-gray-700 .brand .brand-logo-dark,
.bg-gray-primary .brand .brand-logo-dark,
.bg-gray .brand .brand-logo-dark,
.bg-gray-primary-light .brand .brand-logo-dark,
.bg-primary .brand .brand-logo-dark {
    display: none
}

.context-dark .brand .brand-logo-light,
.bg-gray-700 .brand .brand-logo-light,
.bg-gray-primary .brand .brand-logo-light,
.bg-gray .brand .brand-logo-light,
.bg-gray-primary-light .brand .brand-logo-light,
.bg-primary .brand .brand-logo-light {
    display: block
}

.bg-default {
    background-color: #fff
}

.bg-default:not([style*="background-"])+.bg-default:not([style*="background-"]) {
    padding-top: 0
}

.bg-gray-100 {
    background-color: #edeff4
}

.bg-gray-100:not([style*="background-"])+.bg-gray-100:not([style*="background-"]) {
    padding-top: 0
}

.bg-video {
    background-color: #28254c
}

.bg-gray-700 {
    background-color: #2c343b
}

.bg-gray-700:not([style*="background-"])+.bg-gray-700:not([style*="background-"]) {
    padding-top: 0
}

.bg-gray-dark {
    background-color: #57595f
}

.bg-gray-dark:not([style*="background-"])+.bg-gray-dark:not([style*="background-"]) {
    padding-top: 0
}

.bg-gray-primary {
    background-color: #f79939
}

.bg-gray-primary:not([style*="background-"])+.bg-gray-primary:not([style*="background-"]) {
    padding-top: 0
}

.bg-gray {
    background-color: #48484c
}

.bg-gray:not([style*="background-"])+.bg-gray:not([style*="background-"]) {
    padding-top: 0
}

.bg-gray-primary-light {
    background-color: #626dfd
}

.bg-gray-primary-light:not([style*="background-"])+.bg-gray-primary-light:not([style*="background-"]) {
    padding-top: 0
}

.bg-gray-lighten {
    background-color: #f8f8f8
}

.bg-gray-lighten:not([style*="background-"])+.bg-gray-lighten:not([style*="background-"]) {
    padding-top: 0
}

.bg-primary+.bg-primary {
    padding-top: 0
}

.bg-image {
    background-size: cover;
    background-position: center
}

@media (min-width:992px) {
    html:not(.tablet):not(.mobile) .bg-fixed {
        background-attachment: fixed
    }
}

.bg-overlay-1 {
    position: relative
}

.bg-overlay-1>* {
    position: relative
}

.bg-overlay-1::before {
    background: rgba(64, 64, 68, .8);
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1
}

@media (max-width:1199.98px) {
    .bg-xs-overlay {
        position: relative
    }

    .bg-xs-overlay>* {
        position: relative;
        z-index: 2
    }

    .bg-xs-overlay:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: rgba(255, 255, 255, .8);
        z-index: 1
    }
}

.bg-image-2 {
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #57595f
}

@media (min-width:576px) {
    .bg-image-2 {
        background-image: url(assets/images/bg-image-2-1700x257.jpg)
    }
}

.devider-bottom {
    position: relative;
    padding-bottom: 0
}

.devider-bottom:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 150px;
    height: 1px;
    background-color: #f79939;
    display: none
}

.blog.devider-bottom:after {
    background-color: #f64b39
}

.innovation.devider-bottom:after {
    background-color: #f64b39
}

.story.devider-bottom:after {
    background-color: #1da0f1
}

.solution.devider-bottom:after {
    background-color: #1da0f1;
    height: 2px
}

.contact-container .devider-bottom:after {
    background-color: #4aaf63
}

.games-section .text-content {
    text-align: right
}

.games-section .text-content h6 {
    font-size: 13px;
    color: #1da0f1
}

.games-section .text-content h3 {
    font-size: 16px
}

.games-section .text-content h5 {
    font-size: 18px
}

.games-section .image-content img {
    display: block;
    max-width: 90% !important
}

.games-section .game-item .text-content {
    text-align: -webkit-right
}

.games-section .game-item .text-content button {
    text-transform: none;
    margin-top: 32px;
    background-color: #1da0f1;
    color: #fff;
    width: 50%
}

.games-section .owl-carousel .owl-dot.active span,
.games-section .owl-carousel .owl-dot:hover span {
    background: #1da0f1 !important;
    border-color: #1da0f1 !important
}

.game-card {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-radius: 16px;
  padding: 15px;
  background-color: #fff;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  transition: transform 0.2s ease-in-out;
  height: 100%;
}

.game-card:hover {
  transform: translateY(-5px);
}

.game-card img {
  width: 40%;
  height: auto;
  border-radius: 12px;
  object-fit: cover;
}

.game-card .card-body {
  width: 60%;
  padding-left: 20px;
}

.game-card .card-body h5 {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 8px;
}

.game-card .card-body p {
  font-size: 20px;
  color: #333;
  margin: 0;
}

.games-journey-section {
  position: relative;
  overflow: hidden;
}
.games-journey-header {
  max-width: 760px;
  margin: 0 auto;
}
.games-journey-subtitle {
  font-size: 20px;
  margin: 10px 0 0;
}
.games-journey-list {
  position: relative;
  display: grid;
  gap: 24px;
  padding: 10px 0 16px;
}
.games-journey-list::before {
  content: "";
  position: absolute;
  left: 42px;
  top: 8px;
  bottom: 8px;
  width: 2px;
  background: linear-gradient(180deg, #cfe8ff 0%, #9ccfff 100%);
}
.games-journey-item {
  position: relative;
}
.games-journey-marker {
  position: absolute;
  left: 33px;
  top: 40px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #8fb5ff;
  border: 3px solid #fff;
  box-shadow: 0 6px 12px rgb(15 23 42 / 0.15);
}
.games-journey-card {
  margin-left: 72px;
  display: flex;
  align-items: center;
  gap: 24px;
  background: #fff;
  border: 1px solid #eef1f5;
  border-radius: 26px;
  padding: 24px 28px;
  box-shadow: 0 16px 32px rgb(15 23 42 / 0.08);
}
.games-journey-image {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: #fff;
  border: 4px solid #fff;
  box-shadow: 0 10px 20px rgb(15 23 42 / 0.12);
  overflow: hidden;
  flex: 0 0 170px;
}
.games-journey-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.games-journey-body h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #1d2939;
}
.games-journey-body p {
  font-size: 17px;
  line-height: 1.6;
  color: #475467;
  margin-bottom: 12px;
}
.games-journey-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.games-journey-tag {
  font-size: 14px;
  padding: 6px 14px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 600;
}
.games-journey-tag.tag-warm {
  background: #fff4e5;
  border-color: #fde2b6;
  color: #b4691f;
}
.games-journey-tag.tag-mint {
  background: #ecfdf3;
  border-color: #c7f2d6;
  color: #0f8a4f;
}
.games-journey-tag.tag-sky {
  background: #eef6ff;
  border-color: #cfe3ff;
  color: #2563eb;
}
.games-journey-tag.tag-lilac {
  background: #f5f3ff;
  border-color: #ddd6fe;
  color: #6d28d9;
}
.games-journey-tag.tag-sand {
  background: #fef3c7;
  border-color: #fde68a;
  color: #b45309;
}
.games-journey-action {
  margin-left: auto;
  font-weight: 600;
  color: #1d4ed8;
  text-decoration: none;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.games-journey-footer {
  text-align: center;
  margin-top: 40px;
}
.games-journey-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 30px;
  border-radius: 999px;
  border: 2px solid #f3a36a;
  color: #b45d1d;
  font-weight: 700;
  text-decoration: none;
  background: #fff;
  box-shadow: 0 10px 24px rgb(180 93 29 / 0.18);
}
.games-journey-footer-text {
  margin-top: 10px;
  font-size: 16px;
  color: #667085;
}

/* 💻 Desktop: 2 cards per row, image + text inline */
@media (min-width: 992px) {
  .game-card {
    flex-direction: row;
    text-align: left;
  }
}

/* 📱 Tablet (768px–991px): Keep 2 per row, but tighter spacing and smaller image */
@media (min-width: 768px) and (max-width: 991px) {
  .game-card {
    flex-direction: row;
    align-items: flex-start;
    text-align: left;
    padding: 10px;
  }

  .game-card img {
    width: 35%;
  }

  .game-card .card-body {
    width: 65%;
    padding-left: 15px;
  }

  .game-card .card-body h5 {
    font-size: 25px;
  }

  .game-card .card-body p {
    font-size: 20px
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .game-card {
    flex-direction: column;
    align-items: center;
    padding: 10px;
  }

  .game-card img {
    width: 65%;
    margin-top: 20px;
  }

  .game-card .card-body {
    width: 72%;
    padding-left: 15px;
  }

  .game-card .card-body h5 {
    font-size: 25px;
  }

  .game-card .card-body p {
    font-size: 20px
  }
}
/* 📱 Mobile (<768px): Stack vertically */
@media (max-width: 767px) {
  .game-card {
    flex-direction: column;
    text-align: center;
  }

  .game-card img {
    width: 70%;
    margin-bottom: 15px;
    margin-top: 20px;
  }
  
 .mb-xs-4{
    margin-bottom: 1.5rem !important;
  }
  .game-card .card-body {
    width: 100%;
    padding-left: 0;
  }
}

@media (max-width: 991.98px) {
  .games-journey-card {
    flex-direction: column;
    gap: 16px;
  }
  .games-journey-action {
    margin-left: 0;
  }
 .games-journey-card {
    align-items: center;
    text-align: center;
  }
   .games-journey-tags {
    justify-content: center;
  }
}
@media (max-width: 767.98px) {
  .games-journey-list::before {
    left: 24px;
  }
  .games-journey-marker {
    left: 16px;
    top: 30px;
  }
  .games-journey-card {
    margin-left: 44px;
    padding: 20px;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .games-journey-image {
    width: 140px;
    height: 140px;
    flex-basis: 140px;
  }
  .games-journey-body {
    width: 100%;
  }
  .games-journey-tags {
    justify-content: center;
  }
  .games-journey-body h3 {
    font-size: 22px;
  }
  .games-journey-body p {
    font-size: 16px;
  }
}

.story-section .content-list {
    margin-left: 20px
}

.story-section ul li {
    display: list-item !important;
    list-style: disc !important
}

.story-section .section-dir {
    direction: rtl !important
}

.story-section .section-content-dir {
    direction: ltr !important
}

/* .story-content {
    padding: 20px
} */

.block-decorate-img {
    text-align: center
}

.story-content h1 {
    font-size: 45px;
    font-weight: 400;
    line-height: 44px;
    letter-spacing: 0em;
    color: rgba(25, 148, 224, 1)
}

.story-content .conent-qs {
  font-size: 20px;
    line-height: 30px;
    letter-spacing: .5px
}

.story-content .conent-an {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: .25px
}

.story-section-premium {
    padding: 70px 0;
}

.story-section-premium .story-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

.story-section-premium .story-row {
    row-gap: 32px;
}

.story-section-premium .story-media picture,
.story-section-premium .story-media img {
    width: 100%;
}

.story-section-premium .story-media img {
    display: block;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 18px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
    transition: transform 250ms ease;
}

.story-section-premium .story-media:hover img {
    transform: scale(1.02);
}

.story-section-premium .story-panel {
    background: #fbfcff;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 18px;
    padding: 36px 32px;
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.06);
    text-align: start;
}

.story-section-premium .story-block + .story-block {
    margin-top: 28px;
}

.story-section-premium .story-heading {
    font-size: var(--h4-size);
    font-weight: var(--fw-bold);
    line-height: var(--lh-tight);
    color: var(--text-primary);
    margin-bottom: 12px;
}

.story-section-premium .story-text {
    font-size: var(--body-md);
    line-height: 1.8;
    color: #4a4a4a;
    max-width: 52ch;
    margin: 0 0 12px;
}

.story-section-premium .story-text:last-of-type {
    margin-bottom: 0;
}

.story-section-premium .story-text + .story-list {
    margin-top: 16px;
}

.story-section-premium .story-list {
    margin: 0;
    padding-inline-start: 18px;
    list-style: disc;
    display: grid;
    gap: 8px;
    max-width: 52ch;
    color: #4a4a4a;
    font-size: var(--body-md);
    line-height: 1.6;
}

@media (max-width: 991.98px) {
    .story-section-premium {
        padding: 64px 0;
    }

    .story-section-premium .story-row {
        row-gap: 24px;
    }

    .story-section-premium .story-media img {
        aspect-ratio: 16 / 10;
        max-height: 320px;
    }
}

@media (max-width: 575.98px) {
    .story-section-premium {
        padding: 48px 0;
    }

    .story-section-premium .story-heading {
        font-size: var(--h4-size);
    }
}

.review-carousel .owl-stage {
    display: flex;
}

.review-carousel .owl-item {
    display: flex;
}

@media (max-width: 992px) {
    .team-section-bg .review-carousel .owl-stage {
        justify-content: center;
    }

    .review-carousel .owl-item {
        justify-content: center;
    }
}

@media (min-width: 993px) and (max-width: 1400px) {
    .team-section-bg .review-carousel .owl-item {
        width: auto !important;
    }

    .review-carousel .team.item {
        width: 100%;
        min-width: 240px;
        max-width: 280px;
    }
}

.team-section-bg .owl-carousel .owl-prev,
.team-section-bg .owl-carousel .owl-next {
    cursor: pointer;
}

@media (max-width: 992px) {
    .team-section-bg .review-carousel .owl-item {
        width: 100% !important;
    }

    .review-carousel .team.item {
        width: 100%;
        max-width: 360px;
        margin: 0 auto;
    }
}

.review-carousel .team.item {
    height: 100%;
}

.review-carousel .team.item-preview {
    margin-bottom: 16px;
}

.review-carousel .team.item-description p:not(.owl-quote) {
    font-size: var(--body-lg);
}


.text-whatsNew {
    color: #1da0f1 !important
}

.top-feature .games-section {
    border-radius: 12px 0 0 12px;
    background-color: rgba(25, 148, 224, 1);
    cursor: pointer
}

.top-feature .news-section {
    border-radius: 0 12px 12px 0;
    background-color: rgba(247, 153, 57, 1);
    cursor: pointer
}

@media (min-width:991.98px) {
    .top-feature {
        margin-top: -80px;
        z-index: 1;
        background-color: #fff
    }
}

@media (max-width:1062px) {
    .top-feature {
        padding-left: 0;
        padding-right: 0
    }
}

@media (max-width:991px) {
    .top-feature {
        padding-left: 0;
        padding-right: 0;
        background-color: #fff;
        padding-top: 35px
    }

    .top-feature .games-section {
        border-radius: 0
    }

    .top-feature .news-section {
        margin-top: 10px !important;
        border-radius: 0
    }
}

@media (max-width:636px) {
    .top-feature {
        display: none
    }
}

@media (min-width:1200px) {
    .devider-bottom {
        padding-bottom: 20px
    }

    .devider-bottom:after {
        left: -62;
        width: 230px;
        display: block
    }

    .home-devider:after {
        width: 230px
    }

    .story-section h3 {
        margin-left: -85px
    }

    .innovation.devider-bottom:after {
        width: 380px;
        left: -75px;
        display: block
    }

    .blog.devider-bottom:after {
        width: 230px;
        left: 470px;
        display: block
    }

    .story.devider-bottom:after {
        width: 750px;
        left: -20px;
        display: block;
        z-index: 1
    }

    .solution.devider-bottom:after {
        width: 271px;
        left: auto;
        display: block;
        z-index: 1
    }

    .contact-container .devider-bottom:after {
        width: 150px;
        display: block;
        z-index: 1
    }
}

@media (min-width:1800px) {
    .child-bg-section {
        margin-top: -81px
    }
}

@media (min-width:4480px) {
    .story-content {
        padding: 85px;
        margin-bottom: -44px;
        background-color: #f799390a
    }

    .devider-bottom:after {
        width: 662px;
        height: 5px
    }

    .devider-bottom {
        padding-bottom: 60px
    }

    .blog.devider-bottom:after {
        width: 855px;
        left: 1300px;
        display: block
    }

    .solution.devider-bottom:after {
        width: 777px;
        left: auto;
        display: block;
        z-index: 1;
        height: 4px
    }
}

.devider-left {
    position: relative
}

.team.devider-left:after {
    background-color: #a1cb51
}

.team-section-bg .section-name {
    font-size: 36px;
    font-weight: 400;
    line-height: 44px;
    letter-spacing: 0em
}

.team-section-bg .section-title h1,
.blog-section .section-title h1 {
    font-size: 45px;
    font-weight: 400;
    line-height: 44px;
    letter-spacing: 0em;
}

.team-section-bg .section-title p {
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: .25px;
    color: rgba(68, 71, 79, 1)
}

.blog-content-section {
    background: #fff;
    border-radius: 10px;
    margin-left: 1rem;
    margin-right: 1rem
}

.blog-content-section .snipimage {
    background-color: transparent;
    margin-right: 27px
}

.blog-content-section .snipimage img {
    border-radius: 20px 0 0 20px
}

.blog-content-section .rounded-circle {
    margin-right: .5rem
}

.blog-content-section .blog-content {
    font-size: 18px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 0em;
    color: rgba(34, 34, 34, 1);
    margin-top: 0
}

.blog-content-section h6 {
    font-size: 13px
}

.blog-content-section .article-d-time {
    text-align-last: left
}

.blog-content-section .article-d-time .event-time {
    margin-right: 5px !important;
    margin-left: 5px !important
}

.blog-content-section .article-d-writer {
    justify-content: right
}

.blog-details .blog-content-section {
    padding: 0 93px;
    background: transparent
}

@media (max-width:1199px) {
    .blog-details .blog-content-section {
        padding: 0
    }
}

@media (max-width:767px) {
    .blog-content-section .article-d-writer {
        justify-content: left;
        margin-top: 15px
    }

    .blog-details .blog-content-section .event-time {
        margin-right: 5px !important;
        margin-left: 5px !important
    }
}

@media (max-width:1199px) and (min-width:992px) {
    .col-lg-4 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .mt-5 {
        margin-top: 2rem !important
    }
}

@media (max-width:991px) {
    .blog-content-section .snipimage {
        margin-right: unset
    }

    .blog-content-section .snipimage img {
        border-radius: 0
    }

    .blog-content-section {
        margin-left: 0;
        margin-right: 0;
        border-radius: 0
    }
}

.blog-content-section .article-content {
    padding-bottom: 15px;
    text-align: left
}

/* .games-bg {
    /* background-image: url(../images/games.svg); */
    /* background-position: top right; */
    /* background-size: cover; */
    /* background-repeat: no-repeat; */
    /* background-color: #fff */
 */

.games-bg .card img {
    border-radius: 12px 12px 0 0
}

.games-bg .card {
    padding: 0;
    border-radius: 12px;
    height: 490px;
    background-color: #fff
}

.games-bg .card-title {
    font-size: 30px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0em;
    color: rgba(51, 53, 77, 1)
}

.games-bg .card p {
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: .25px;
    color: rgba(68, 71, 79, 1)
}

.games-bg .card button {
    border-radius: 100px;
    border: 1px solid rgba(196, 198, 208, 1);
    gap: 8px;
    background-color: #fff
}

.games-bg .card button a {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: .10000000149011612px;
    text-align: center;
    color: rgba(25, 148, 224, 1)
}

.games-details-modal .modal-body {
    text-align: left
}

@media (max-width:575px) {
    .games-bg .card {
        height: 586px
    }
}

#services {
    background: #fff;
    background-size: cover;
    /* padding: 30px 90px 40px 120px */
}

#services .box {
    margin-bottom: 60px
}



#services .icon {
    float: left
}

#services .title {
    /* margin-left: 83px; */
    /* margin-bottom: 15px; */
    font-size: 30px;
    font-family: "Readex Pro", sans-serif;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: center;
}

#services .title a {
    color: #003876
}

#services .description {
    font-size: 20px;
    /* margin-left: 83px; */
    /* margin-bottom: 0; */
    color: #74777f;
    font-family: "Readex Pro", sans-serif;
    line-height: 35px;
    letter-spacing: .25px;
    text-align: center;
}

#services .description-for-school {
    font-size: 14px;
    margin: 4% 16% ;
    color: #000000;
    font-family: "Readex Pro", sans-serif;
    line-height: 25px;
    letter-spacing: .25px;
    text-align: center;
}

.card-title {
    font-size: 24px;
    color: black;
    font-weight: 600;

}

@media (max-width:767px) {
    #services {
        padding: 30px 30px 40px 30px
    }
}

#clients {
    background-color: #fff
}
.clients-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
}

.client {
   width: calc(15% - 25px);
  display: flex;
  justify-content: center;
  align-items: center;
}

.client img {
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: grayscale(0.2);
  transition: transform 0.3s ease, filter 0.3s ease;
}

.client img:hover {
  transform: scale(1.05);
  filter: grayscale(0);
}

/* Responsive breakpoints */
@media (max-width: 1200px) {
  .client {
    width: calc(20% - 20px); /* 4 per row */
  }
}

@media (max-width: 992px) {
  .client {
    width: calc(25.33% - 20px); /* 3 per row */
  }
}

@media (max-width: 768px) {
  .client {
    width: calc(40% - 20px); /* 2 per row */
  }
}

@media (max-width: 480px) {
  .client {
    width: 50%; /* 1 per row */
  }
}

/* 
#clients .clients-carousel {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px
}

#clients .clients-carousel .owl-prev,
#clients .clients-carousel .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 2px;
    font-size: 30px;
    line-height: 1;
    cursor: pointer;
    pointer-events: auto;
    background: transparent;
    color: #a3a3a3
}

#clients .clients-carousel img {
    height: 100%;
    width: 100%;
    transition: 0.3s;
    margin-left: 3rem;
    margin-right: 3rem
}

#clients .clients-carousel img:hover {
    opacity: 1
}

#clients .clients-carousel.owl-drag .owl-item {
    width: 292.5px !important;
    height: 148px
}

#clients .clients-carousel .client.item {
    height: inherit;
    place-content: center
}

@media (max-width:990px) and (min-width:766px) {
    #clients .clients-carousel img {
        width: 75%;
        margin-left: 3rem;
        margin-right: 3rem
    }
}

@media (max-width:767px) and (min-width:463px) {
    #clients .clients-carousel.owl-drag .owl-item {
        width: 233.5px !important;
        height: 148px
    }

    #clients .clients-carousel img {
        width: 80%;
        margin-left: 1%;
        margin-right: 1rem
    }
}

@media (max-width:463px) {
    #clients .clients-carousel img {
        width: 70%;
        margin-left: 1rem;
        margin-right: 1rem
    }
} */

/* @media (min-width:1200px) {
    #services .box {
        border-right: 1px solid #d3cfcf;
        border-left: 1px solid #d3cfcf;
    }
} */

#contact .section-title-contact {
    font-family: "Readex Pro", sans-serif;
    font-size: 45px;
    font-weight: 400;
    line-height: 52px;
    letter-spacing: 0em;
    font-family: Readex Pro;
    font-size: 45px;
    font-weight: 400;
    line-height: 52px;
    letter-spacing: 0em;
    display: contents
}

#contact .title-conent {
    text-align: left
}

#contact .contact-img {
    text-align-last: right
}

#contact .contact-img img {
    max-width: 80%;
    margin-top: -30px
}

#contact .map-image {
    width: 100%
}

.map-section {
    padding-left: 40px
}

@media (min-width:1200px) and (max-width:2000px) {
    #contact .map-image {
        width: 80% !important
    }
}

@media (max-width:657px) {
    .form-label {
        background: #e4f2f7
    }
}

@media (max-width:767px) {
    .map-section {
        padding-left: 0
    }
}

@media (max-width:991px) {
    #contact .contact-img img {
        max-width: 100%;
        margin-top: 5px
    }

    .form-label {
        background: #e4f2f7
    }

    .services-content .form-button .button-primary {
        border-radius: 10px
    }
}

.events-section {
    background: linear-gradient(103.81deg, #1994e0 4.4%, #209ae6 100%)
}

.events-section .section-title,
.blog-content-section .section-title {
    font-family: "Readex Pro", sans-serif;
    color: #fff
}

.events-section .card {
    border-radius: 12px;
    background-color: #fff;
    margin: 0
}

.events-section .event-time,
.blog-content-section .event-time {
    font-family: "Readex Pro", sans-serif;
    font-size: 11px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: .5px;
    text-align: right;
    color: rgba(115, 115, 115, 1);
    margin-left: 173px
}

.events-section button,
.blog-content-section button {
    font-family: "Readex Pro", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: .10000000149011612px;
    text-align: left;
    border-radius: 8px;
    background-color: rgba(142, 208, 248, 1);
    color: #fff;
    border: none;
    padding: 5px 10px
}

.events-section .role,
.blog-content-section .role {
    font-family: "Readex Pro", sans-serif;
    font-size: 11px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: .5px;
    color: rgba(115, 115, 115, 1)
}

.events-section .name,
.blog-content-section .name {
    font-family: "Readex Pro", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: .10000000149011612px;
    margin-bottom: 5px
}

@media (min-width:320px) {
    .devider-left:after {
        display: block;
        width: 393px;
        left: -463px;
        position: absolute
    }

    .team-ribbon.devider-left:after {
        width: 930px;
        left: -30px
    }

    .team.devider-left:after {
        width: 50px;
        left: 100px
    }
}

@media (min-width:576px) {
    .devider-left:after {
        display: block;
        width: 393px;
        left: -463px;
        position: absolute
    }

    .team-ribbon.devider-left:after {
        left: 0
    }

    .team.devider-left:after {
        width: 50px;
        left: 100px
    }
}

@media (min-width:768px) {
    .team-ribbon.devider-left:after {
        width: 690px;
        left: 0
    }
}

@media (min-width:992px) {
    .devider-left:after {
        display: block;
        width: 60px;
        left: 260px;
        position: absolute
    }

    .team.devider-left:after {
        width: 50px;
        left: 100px
    }

    .team-ribbon.devider-left:after {
        width: 930px;
        right: 30px
    }

    .story-section ul li {
        display: list-item !important;
        list-style: disc !important
    }
}

@media (min-width:1200px) {
    .team-ribbon.devider-left:after {
        width: 970px;
        right: 30px
    }
}

@media (min-width:4480px) {
    .contact-container .devider-bottom:after {
        width: 482px;
        height: 5px
    }

    .team-ribbon.devider-left:after {
        width: 2854px;
        height: 200px;
        left: -2px
    }

    .team-ribbon:after {
        top: 444px
    }
}

@media (min-width:4480px) {
    p.rights {
        font-size: 35px
    }
}

p.rights a {
    color: inherit
}

p.rights a:hover {
    color: #f79939
}

[style*="z-index: 1000;"] {
    z-index: 1101 !important
}

.text-block>* {
    margin-left: .125em;
    margin-right: .125em
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
    opacity: 1
}

.animated.infinite {
    animation-iteration-count: infinite
}

.animated.hinge {
    animation-duration: 2s
}

html:not(.lt-ie10) .not-animated {
    opacity: 0
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.fadeIn {
    animation-name: fadeIn
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }

    100% {
        opacity: 1;
        transform: none
    }
}

.fadeInUp {
    animation-name: fadeInUp
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }

    100% {
        opacity: 1;
        transform: none
    }
}

.fadeInDown {
    animation-name: fadeInDown
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }

    100% {
        opacity: 1;
        transform: none
    }
}

.fadeInLeft {
    animation-name: fadeInLeft
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }

    100% {
        opacity: 1;
        transform: none
    }
}

.fadeInRight {
    animation-name: fadeInRight
}

.shadow-btn {
    box-shadow: none
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.fadeOut {
    animation-name: fadeOut
}

@keyframes slideInDown {
    0% {
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    100% {
        transform: translate3d(0, 0, 0)
    }
}

.slideInDown {
    animation-name: slideInDown
}

@keyframes slideInLeft {
    0% {
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }

    100% {
        transform: translate3d(0, 0, 0)
    }
}

.slideInLeft {
    animation-name: slideInLeft
}

@keyframes slideInRight {
    0% {
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }

    100% {
        transform: translate3d(0, 0, 0)
    }
}

.slideInRight {
    animation-name: slideInRight
}

@keyframes slideOutDown {
    0% {
        transform: translate3d(0, 0, 0)
    }

    100% {
        visibility: hidden;
        transform: translate3d(0, 100%, 0)
    }
}

.slideOutDown {
    animation-name: slideOutDown
}

.ui-to-top {
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 100;
    width: 50px;
    height: 50px;
    font-size: 20px;
    line-height: 46px;
    color: #fff;
    background: #f79939;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    transition: 0.45s all ease-in-out;
    transform: translate3d(0, 100px, 0)
}

.ui-to-top:hover {
    color: #fff;
    background: #111;
    text-decoration: none
}

.ui-to-top:focus {
    color: #fff
}

.ui-to-top.active {
    transform: translate3d(0, 0, 0)
}

html.mobile .ui-to-top,
html.tablet .ui-to-top {
    display: none !important
}

@media (min-width:576px) {
    .ui-to-top {
        right: 40px;
        bottom: 40px
    }
}

@media (min-width:4480px) {
    .ui-to-top {
        right: 19px;
        bottom: 8px;
        width: 110px;
        height: 92px;
        font-size: 75px;
        line-height: 90px
    }
}

@keyframes rd-navbar-slide-down {
    0% {
        transform: translateY(-100%)
    }

    100% {
        transform: translateY(0)
    }
}

@keyframes rd-navbar-slide-up {
    0% {
        transform: translateY(0)
    }

    100% {
        transform: translateY(-100%)
    }
}

.rd-navbar-wrap,
.rd-navbar,
.rd-menu,
.rd-navbar-nav,
.rd-navbar-panel,
.rd-navbar-static .rd-menu,
.rd-navbar-fixed .rd-navbar-nav-wrap,
.rd-navbar-fixed .rd-navbar-submenu {
    transition: 0.35s all cubic-bezier(.65, .05, .36, 1)
}

.rd-navbar--no-transition,
.rd-navbar--no-transition * {
    transition: none !important
}

.rd-navbar,
.rd-navbar.rd-navbar--is-clone {
    display: none
}

.rd-navbar.rd-navbar-fixed+.rd-navbar.rd-navbar--is-clone,
.rd-navbar.rd-navbar-sidebar+.rd-navbar.rd-navbar--is-clone {
    display: none
}

.rd-navbar {
    display: none;
    background: transparent
}

.rd-navbar-toggle {
    display: inline-block;
    position: relative;
    width: 48px;
    height: 48px;
    line-height: 48px;
    cursor: pointer;
    color: #ccc;
    background-color: transparent;
    border: none;
    display: none
}

.rd-navbar-toggle span {
    position: relative;
    display: block;
    margin: auto;
    transition: 0.3s all ease
}

.rd-navbar-toggle span:after,
.rd-navbar-toggle span:before {
    content: "";
    position: absolute;
    left: 0;
    top: -8px;
    transition: 0.3s all ease
}

.rd-navbar-toggle span:after {
    top: 8px
}

.rd-navbar-toggle span:after,
.rd-navbar-toggle span:before,
.rd-navbar-toggle span {
    width: 24px;
    height: 4px;
    background-color: #ccc;
    backface-visibility: hidden;
    border-radius: 0
}

.rd-navbar-toggle span {
    transform: rotate(180deg)
}

.rd-navbar-toggle span:before,
.rd-navbar-toggle span:after {
    transform-origin: 1.71429px center
}

.rd-navbar-toggle.active span {
    transform: rotate(360deg)
}

.rd-navbar-toggle.active span:before,
.rd-navbar-toggle.active span:after {
    top: 0;
    width: 15px
}

.rd-navbar-toggle.active span:before {
    -webkit-transform: rotate3d(0, 0, 1, -40deg);
    transform: rotate3d(0, 0, 1, -40deg)
}

.rd-navbar-toggle.active span:after {
    -webkit-transform: rotate3d(0, 0, 1, 40deg);
    transform: rotate3d(0, 0, 1, 40deg)
}

.rd-navbar-collapse-toggle {
    display: inline-block;
    position: relative;
    width: 48px;
    height: 48px;
    line-height: 48px;
    cursor: pointer;
    color: #2c343b;
    display: none
}

.rd-navbar-collapse-toggle span {
    top: 50%;
    margin-top: -3px
}

.rd-navbar-collapse-toggle span,
.rd-navbar-collapse-toggle span:before,
.rd-navbar-collapse-toggle span:after {
    position: absolute;
    width: 6px;
    height: 6px;
    line-height: 6px;
    text-align: center;
    background: #fff;
    left: 50%;
    margin-left: -3px;
    border-radius: 50%;
    transition: 0.3s all ease
}

.rd-navbar-collapse-toggle span:before,
.rd-navbar-collapse-toggle span:after {
    content: ""
}

.rd-navbar-collapse-toggle span:before {
    bottom: 100%;
    margin-bottom: 3px
}

.rd-navbar-collapse-toggle span:after {
    top: 100%;
    margin-top: 3px
}

.rd-navbar-collapse-toggle.active span {
    transform: scale(.7)
}

.rd-navbar-collapse-toggle.active span:before {
    transform: translateY(18px)
}

.rd-navbar-collapse-toggle.active span:after {
    transform: translateY(-18px)
}

.rd-navbar-brand a {
    display: block
}

.rd-navbar-search {
    position: relative;
    display: inline-flex
}

.rd-navbar-search .form-input {
    padding-right: 50px
}

.rd-navbar-search .rd-search-form-submit {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 50px;
    padding: 0;
    margin: 0;
    border: none;
    cursor: pointer;
    background-color: transparent;
    color: #ccc;
    transition: 0.33s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center
}

.rd-navbar-search .rd-search-form-submit:hover {
    color: #f79939
}

.rd-navbar-search-toggle {
    background: none;
    border: none;
    display: inline-block;
    padding: 0;
    outline: none;
    outline-offset: 0;
    cursor: pointer;
    -webkit-appearance: none
}

.rd-navbar-search-toggle::-moz-focus-inner {
    border: none;
    padding: 0
}

.rd-navbar-dropdown {
    display: none
}

.rd-navbar-wrap {
    position: initial;
    top: 0;
    left: 0;
    right: 0;
    z-index: 120;
    background-color: #fff;
    transition: background-color 5s;
    height: auto !important
}

.rd-navbar-wrap:hover {
    background-color: #fff;
    transition: background-color 0s
}

.rd-navbar-main-outer .rd-search .form-wrap .form-label {
    padding-left: 10px
}

.rd-navbar-main-outer .rd-search .form-wrap .form-input {
    background-color: #57595f;
    border-color: #57595f;
    padding-left: 10px
}

.rd-navbar-sidebar .rd-navbar-main-outer {
    padding-left: 15px;
    padding-right: 15px
}

.rd-navbar-static {
    display: block
}

.rd-navbar-static .rd-nav-item {
    display: inline-block;
    letter-spacing: 2.2px;
    margin-right: 20px
}

.rd-navbar-static .rd-nav-item.focus .rd-nav-link,
.rd-navbar-static .rd-nav-item.opened .rd-nav-link {
    background: transparent
}

.rd-navbar-static .rd-nav-item.active .rd-nav-link {
    color: #000;
    background: trasparent
}

.rd-navbar-static .rd-nav-item.active .rd-nav-link:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    display: block;
    height: 1px;
    background-color: #f79939
}

.rd-navbar-static .rd-nav-item.active>.rd-navbar-submenu-toggle {
    color: #000
}

.rd-navbar-static .rd-nav-item.focus>.rd-navbar-submenu-toggle::before,
.rd-navbar-static .rd-nav-item.opened>.rd-navbar-submenu-toggle::before,
.rd-navbar-static .rd-nav-item .rd-nav-link:hover+.rd-navbar-submenu-toggle::before {
    transform: rotate(180deg)
}

.rd-navbar-static .rd-nav-item>.rd-navbar-submenu-toggle {
    margin-left: 4px;
    font-family: "Material Design Icons";
    font-size: 16px;
    cursor: pointer;
    color: #57595f
}

.rd-navbar-static .rd-nav-item>.rd-navbar-submenu-toggle::before {
    position: relative;
    display: inline-block;
    transition: 0.22s;
    content: "\f236"
}

.rd-navbar-static .rd-nav-item>.rd-navbar-submenu-toggle:hover {
    color: #57595f
}

.rd-navbar-static .rd-nav-item>.rd-navbar-submenu {
    margin-top: 20px
}

/* .rd-navbar-static .rd-nav-item+.rd-nav-item {
    margin-left: 38px
} */

.rd-navbar-static .rd-nav-link {
    position: relative;
    font-family: "Readex Pro", sans-serif;
    display: inline-block;
    padding-bottom: 10px;
    color: #57595f;
    line-height: 1.2;
    text-transform: none;
    font-size: 18px;
    transition: 0.25s;
    font-family: "Readex Pro", sans-serif;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: .5px
}

.arabic.rd-nav-link {
    font-family: "Cairo", system-ui;
    font-size: 18px;
    letter-spacing: .05em
}

@media (min-width:4480px) {
    .rd-navbar-static .rd-nav-link {
        font-size: 89%;
        margin-right: 80px
    }

    .arabic.rd-nav-link {
        font-size: 50px
    }

    .rd-navbar-static .rd-nav-item>.rd-navbar-submenu-toggle {
        margin-left: -52px;
        font-size: 50px
    }
}

.rd-navbar-static .rd-nav-link:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    display: inline-block;
    height: 1px;
    background-color: transparent;
    transition: all ease 0.35s
}

@media (min-width:1200px) {
    .rd-navbar-static .rd-nav-link:hover {
        color: #000
    }

    .rd-navbar-static .rd-nav-link:hover:before {
        width: 100%;
        background-color: #1DA0F1;
        transition: all ease 0.35s
    }

    .rd-navbar-static .rd-nav-link.active:before {
        width: 100%;
        background-color: #1DA0F1;
        transition: all ease 0.35s
    }
}

.rd-navbar-static .rd-menu {
    z-index: 15;
    position: absolute;
    display: block;
    margin-top: 22px;
    visibility: hidden;
    opacity: 0;
    text-align: left;
    border: 1px solid #d7d7d7;
    transform: translate3d(0, 30px, 0)
}

.rd-navbar-static .rd-navbar-dropdown {
    list-style: none;
    position: absolute;
    left: 0;
    width: 270px;
    padding: 15px;
    background: #fff;
    z-index: 5
}

@media (min-width:4480px) {
    .rd-navbar-static .rd-menu {
        margin-top: 44px;
        border: 3px solid #d7d7d7
    }

    .rd-navbar-static .rd-navbar-dropdown {
        width: 797px;
        padding: 60px
    }

    .rd-navbar-static .rd-nav-link.active:before {
        height: 2px
    }
}

.rd-navbar-static .rd-navbar-dropdown .rd-navbar-dropdown {
    top: -1px;
    left: 100%;
    z-index: 2;
    margin-top: -15px;
    margin-left: 15px;
    transform: translate3d(30px, 0, 0)
}

.rd-navbar-static .rd-navbar-dropdown .rd-navbar-dropdown.rd-navbar-open-left {
    left: auto;
    right: 100%;
    margin-left: 0;
    margin-right: 15px;
    transform: translate3d(-30px, 0, 0)
}

.rd-navbar-static .rd-dropdown-item.focus .rd-dropdown-link,
.rd-navbar-static .rd-dropdown-item.opened .rd-dropdown-link {
    color: #f79939
}

.rd-navbar-static .rd-dropdown-link {
    color: #9b9b9b
}

.rd-navbar-static .rd-dropdown-link:hover {
    color: #f79939
}

.rd-navbar-static .rd-navbar-dropdown li>a,
.rd-navbar-static .rd-megamenu-list li>a {
    position: relative;
    left: -3px;
    display: flex;
    padding: 1px 14px 1px 0;
    text-align: left
}

.rd-navbar-static .rd-navbar-dropdown li>a,
.rd-navbar-static .rd-navbar-dropdown li>a:focus,
.rd-navbar-static .rd-navbar-dropdown li>a:active,
.rd-navbar-static .rd-megamenu-list li>a,
.rd-navbar-static .rd-megamenu-list li>a:focus,
.rd-navbar-static .rd-megamenu-list li>a:active {
    color: #9b9b9b
}

.rd-navbar-static .rd-navbar-dropdown li>a:hover,
.rd-navbar-static .rd-megamenu-list li>a:hover {
    color: #f79939
}

.rd-navbar-static .rd-navbar-dropdown li>a,
.rd-navbar-static .rd-navbar-dropdown li>a::before,
.rd-navbar-static .rd-megamenu-list li>a,
.rd-navbar-static .rd-megamenu-list li>a::before {
    transition: 0.15s ease-in-out
}

.rd-navbar-static .rd-navbar-dropdown li>a::before,
.rd-navbar-static .rd-megamenu-list li>a::before {
    position: relative;
    top: -1px;
    left: -6px;
    display: inline-block;
    content: "\f105";
    font-family: "FontAwesome";
    font-size: inherit;
    line-height: inherit;
    color: #f79939;
    opacity: 0;
    visibility: hidden
}

.rd-navbar-static .rd-navbar-dropdown li.focus>a,
.rd-navbar-static .rd-navbar-dropdown li.opened>a,
.rd-navbar-static .rd-navbar-dropdown li>a:hover,
.rd-navbar-static .rd-megamenu-list li.focus>a,
.rd-navbar-static .rd-megamenu-list li.opened>a,
.rd-navbar-static .rd-megamenu-list li>a:hover {
    left: 0;
    padding-left: 14px;
    padding-right: 0
}

.rd-navbar-static .rd-navbar-dropdown li.focus>a::before,
.rd-navbar-static .rd-navbar-dropdown li.opened>a::before,
.rd-navbar-static .rd-navbar-dropdown li>a:hover::before,
.rd-navbar-static .rd-megamenu-list li.focus>a::before,
.rd-navbar-static .rd-megamenu-list li.opened>a::before,
.rd-navbar-static .rd-megamenu-list li>a:hover::before {
    left: -7px;
    opacity: 1;
    visibility: visible
}

.rd-navbar-static .rd-navbar-megamenu {
    display: flex;
    left: 0;
    width: 100%;
    max-width: 1200px;
    padding: 30px 40px;
    background: #fff
}

.rd-navbar-static .rd-megamenu-item {
    flex-basis: 50%;
    flex-grow: 1
}

.rd-navbar-static .rd-megamenu-item+.rd-megamenu-item {
    padding-left: 20px
}

.rd-navbar-static .rd-megamenu-title {
    padding-bottom: 10px;
    border-bottom: 1px solid #d7d7d7
}

.rd-navbar-static .rd-megamenu-list-item+.rd-megamenu-list-item {
    margin-top: 5px
}

.rd-navbar-static .rd-megamenu-list-link {
    color: #000;
    background: transparent
}

.rd-navbar-static .rd-megamenu-list-link:hover {
    color: #f79939;
    background: transparent
}

.rd-navbar-static *+.rd-megamenu-list {
    margin-top: 10px
}

.rd-navbar-static .rd-navbar-submenu.focus>.rd-menu,
.rd-navbar-static .rd-navbar-submenu.opened>.rd-menu {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0)
}

.rd-navbar-static .rd-navbar-search.active .rd-search {
    visibility: visible;
    opacity: 1
}

.rd-navbar-static .rd-search {
    position: absolute;
    top: 100%;
    right: 0;
    width: 270px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    margin-top: 20px;
    z-index: 2
}

.rd-navbar-static *+.rd-navbar-search {
    margin-left: 38px
}

.rd-navbar-static .rd-navbar-search-toggle {
    display: inline-flex;
    color: #fff
}

.rd-navbar-static .rd-navbar-search-toggle span {
    display: inline-block;
    position: relative;
    width: 32px;
    height: 32px;
    font-size: 26px;
    line-height: 32px;
    text-align: center;
    cursor: pointer;
    background: none;
    border: none;
    outline: none;
    padding: 0
}

.rd-navbar-static .rd-navbar-search-toggle span,
.rd-navbar-static .rd-navbar-search-toggle span::before,
.rd-navbar-static .rd-navbar-search-toggle span::after {
    transition: 0.3s all ease-in-out
}

.rd-navbar-static .rd-navbar-search-toggle span::before,
.rd-navbar-static .rd-navbar-search-toggle span::after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.rd-navbar-static .rd-navbar-search-toggle span::before {
    content: "";
    transform: rotate(0deg) scale(1);
    opacity: 1;
    visibility: visible;
    font-family: "Material Design Icons"
}

.rd-navbar-static .rd-navbar-search-toggle span::after {
    content: "";
    transform: rotate(-90deg) scale(.4);
    opacity: 0;
    visibility: hidden;
    font-family: "Material Design Icons"
}

.rd-navbar-static .rd-navbar-search-toggle.active span::before {
    opacity: 0;
    visibility: hidden;
    transform: rotate(90deg) scale(.4)
}

.rd-navbar-static .rd-navbar-search-toggle.active span::after {
    transform: rotate(0deg) scale(1);
    opacity: 1;
    visibility: visible
}

.rd-navbar-static .rd-navbar-search-toggle:hover {
    color: #000
}

.rd-navbar-static.rd-navbar--is-clone {
    display: block;
    transform: translate3d(0, -100%, 0)
}

.rd-navbar-static.rd-navbar--is-clone.rd-navbar--is-stuck {
    transform: translate3d(0, 0, 0)
}

.rd-navbar-static.rd-navbar--is-stuck,
.rd-navbar-static.rd-navbar--is-clone {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 1090;
    background: #fff
}

.rd-navbar-static .rd-navbar--has-dropdown {
    position: relative
}

.rd-navbar-nav-wrap {
    text-align: right
}

.rd-navbar-fixed {
    display: block
}

.rd-navbar-fixed .rd-navbar-toggle {
    display: inline-block
}

.rd-navbar-fixed .rd-navbar-brand {
    position: relative;
    margin-left: 6px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;
    font-size: 22px;
    line-height: 46px
}

.rd-navbar-fixed .rd-navbar-brand img {
    max-width: 140px;
    max-height: 58px;
    width: auto;
    height: auto
}

@media (min-width:576px) {
    .rd-navbar-fixed .rd-navbar-brand img {
        max-width: 140px
    }
}

@media (min-width:4480px) {
    .rd-navbar-fixed .rd-navbar-brand img {
        max-width: 600px;
        max-height: 250px;
        width: 500px;
        height: 150px
    }
}

.rd-navbar-fixed .rd-navbar-panel {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 1090;
    display: flex;
    align-items: center;
    height: 56px;
    padding: 4px
}

@media (min-width:4480px) {
    .rd-navbar-fixed .rd-navbar-panel {
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        z-index: 1090;
        display: flex;
        align-items: center;
        height: 300px;
        padding: 4px
    }
}

.rd-navbar-fixed .rd-navbar-nav-wrap {
    position: fixed;
    left: 0;
    top: -56px;
    bottom: -56px;
    z-index: 1089;
    width: 270px;
    padding: 112px 0 81px;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    font-size: 14px;
    line-height: 34px;
    transform: translateX(-110%)
}

@media (min-width:4480px) {
    .rd-navbar-fixed .rd-navbar-nav-wrap {
        width: 600px;
        padding: 360px 0 81px;
        font-size: 65px;
        line-height: 200px
    }
}

.rd-navbar-fixed .rd-navbar-nav-wrap::-webkit-scrollbar {
    width: 4px
}

.rd-navbar-fixed .rd-navbar-nav-wrap::-webkit-scrollbar-thumb {
    background: #b5bafe;
    border: none;
    border-radius: 0;
    opacity: .2
}

.rd-navbar-fixed .rd-navbar-nav-wrap::-webkit-scrollbar-track {
    background: #f79939;
    border: none;
    border-radius: 0
}

.rd-navbar-fixed .rd-navbar-nav-wrap.active {
    transform: translateX(0)
}

.rd-navbar-fixed .rd-navbar-nav {
    display: block;
    margin: 15px 0;
    height: auto;
    text-align: left
}

.rd-navbar-fixed .rd-nav-item {
    text-align: left
}

.rd-navbar-fixed .rd-nav-item+.rd-nav-item {
    margin-top: 4px
}

.rd-navbar-fixed .rd-nav-link {
    display: block;
    padding: 9px 56px 9px 18px
}

.rd-navbar-fixed li.opened>.rd-navbar-dropdown {
    padding: 4px 0 0
}

.rd-navbar-fixed li.opened>.rd-navbar-megamenu {
    padding-top: 15px;
    padding-bottom: 15px
}

.rd-navbar-fixed li.opened>.rd-menu {
    opacity: 1;
    height: auto
}

.rd-navbar-fixed li.opened>.rd-navbar-submenu-toggle::after {
    transform: rotate(180deg)
}

.rd-navbar-fixed .rd-menu {
    display: none;
    transition: opacity 0.3s, height 0.4s ease;
    opacity: 0;
    height: 0;
    overflow: hidden
}

.rd-navbar-fixed .rd-navbar-submenu {
    position: relative
}

.rd-navbar-fixed .rd-navbar-submenu .rd-navbar-dropdown .rd-navbar-submenu-toggle:after {
    height: 34px;
    line-height: 34px
}

.rd-navbar-fixed .rd-navbar-submenu .rd-navbar-dropdown>li>a {
    padding-left: 30px
}

.rd-navbar-fixed .rd-navbar-submenu .rd-navbar-dropdown li li>a,
.rd-navbar-fixed .rd-navbar-submenu .rd-navbar-megamenu ul li li>a {
    padding-left: 46px
}

.rd-navbar-fixed .rd-navbar-submenu.opened>.rd-navbar-dropdown,
.rd-navbar-fixed .rd-navbar-submenu.opened>.rd-navbar-megamenu {
    display: block
}

.rd-navbar-fixed .rd-megamenu-list>li>a,
.rd-navbar-fixed .rd-navbar-dropdown>li>a {
    display: block;
    padding: 9px 56px 9px 16px;
    font-size: 12px;
    line-height: 1.5
}

.rd-navbar-fixed .rd-megamenu-list>li+li,
.rd-navbar-fixed .rd-navbar-dropdown>li+li {
    margin-top: 3px
}

.rd-navbar-fixed .rd-megamenu-list>li>a {
    padding-left: 30px
}

.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title {
    position: relative;
    display: block;
    padding: 0 18px 7px;
    font-size: 16px;
    line-height: 1.5
}

.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title::after {
    content: "";
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 0;
    border-bottom: 1px solid
}

.rd-navbar-fixed .rd-navbar-megamenu *+.rd-megamenu-list {
    margin-top: 11px
}

.rd-navbar-fixed .rd-navbar-megamenu *+.rd-megamenu-title {
    margin-top: 20px
}

.rd-navbar-fixed .rd-navbar-megamenu>li+li {
    margin-top: 20px
}

.rd-navbar-fixed .rd-navbar-submenu-toggle {
    cursor: pointer
}

.rd-navbar-fixed .rd-navbar-submenu-toggle::after {
    content: "\f107";
    position: absolute;
    top: 0;
    right: 0;
    width: 56px;
    height: 52px;
    font: 400 14px "FontAwesome";
    line-height: 52px;
    text-align: center;
    transition: 0.4s all ease;
    z-index: 2;
    cursor: pointer
}

.rd-navbar-fixed .rd-navbar-collapse-toggle {
    display: block;
    top: 4px;
    z-index: 1091
}

.rd-navbar-fixed .rd-navbar-collapse {
    position: fixed;
    right: 0;
    top: 56px;
    z-index: 1089;
    transform: translate3d(0, -10px, 0);
    padding: 15px;
    width: auto;
    border-radius: 0;
    text-align: left;
    font-size: 14px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s
}

.rd-navbar-fixed .rd-navbar-collapse.active {
    transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible
}

.rd-navbar-fixed .rd-navbar-collapse .list-inline>li {
    display: block
}

.rd-navbar-fixed .rd-navbar-collapse .list-inline>li+li {
    margin-top: 10px
}

.rd-navbar-fixed .rd-navbar-main-element {
    position: absolute;
    float: left
}

.rd-navbar-fixed .rd-navbar-search .rd-search {
    position: fixed;
    right: 0;
    left: 0;
    top: 56px;
    z-index: 1089;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    transform: translate3d(0, -10px, 0)
}

.rd-navbar-fixed .rd-navbar-search .rd-search-results-live {
    display: none
}

.rd-navbar-fixed .rd-navbar-search .form-input {
    padding-right: 50px
}

.rd-navbar-fixed .rd-navbar-search .rd-search-form-submit {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 50px;
    padding: 0;
    margin: 0;
    border: none;
    background-color: transparent
}

.rd-navbar-fixed .rd-navbar-search.active .rd-search {
    opacity: 1;
    visibility: visible;
    transform: none
}

.rd-navbar-fixed .rd-navbar-search-toggle {
    display: inline-flex
}

.rd-navbar-fixed .rd-navbar-search-toggle span {
    display: inline-block;
    position: relative;
    width: 48px;
    height: 48px;
    font-size: 26px;
    line-height: 48px;
    text-align: center;
    cursor: pointer;
    background: none;
    border: none;
    outline: none;
    padding: 0
}

.rd-navbar-fixed .rd-navbar-search-toggle span,
.rd-navbar-fixed .rd-navbar-search-toggle span::before,
.rd-navbar-fixed .rd-navbar-search-toggle span::after {
    transition: 0.3s all ease-in-out
}

.rd-navbar-fixed .rd-navbar-search-toggle span::before,
.rd-navbar-fixed .rd-navbar-search-toggle span::after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.rd-navbar-fixed .rd-navbar-search-toggle span::before {
    content: "";
    transform: rotate(0deg) scale(1);
    opacity: 1;
    visibility: visible;
    font-family: "Material Design Icons"
}

.rd-navbar-fixed .rd-navbar-search-toggle span::after {
    content: "";
    transform: rotate(-90deg) scale(.4);
    opacity: 0;
    visibility: hidden;
    font-family: "Material Design Icons"
}

.rd-navbar-fixed .rd-navbar-search-toggle.active span::before {
    opacity: 0;
    visibility: hidden;
    transform: rotate(90deg) scale(.4)
}

.rd-navbar-fixed .rd-navbar-search-toggle.active span::after {
    transform: rotate(0deg) scale(1);
    opacity: 1;
    visibility: visible
}

.rd-navbar-fixed [class*="rd-navbar-fixed-element"] {
    position: fixed;
    top: 4px;
    z-index: 1092
}

.rd-navbar-fixed .rd-navbar-fixed-element-1 {
    right: 0
}

.rd-navbar-fixed .rd-navbar-fixed-element-2 {
    right: 46px
}

.rd-navbar-fixed.rd-navbar--is-clone {
    display: none
}

.rd-navbar-fixed .rd-navbar-fixed--visible {
    display: block
}

.rd-navbar-fixed .rd-navbar-fixed--hidden {
    display: none
}

.rd-navbar-fixed .rd-navbar-panel {
    color: #9b9b9b;
    box-shadow: 0 0 15px rgba(255, 255, 255, .25);
    background: #fff
}

.rd-navbar-fixed .rd-navbar-nav-wrap {
    color: #9b9b9b;
    background: #fff;
    border: 1px solid #d7d7d7;
    box-shadow: none
}

.rd-navbar-fixed .rd-nav-item:hover .rd-nav-link,
.rd-navbar-fixed .rd-nav-item.focus .rd-nav-link,
.rd-navbar-fixed .rd-nav-item.active .rd-nav-link,
.rd-navbar-fixed .rd-nav-item.opened .rd-nav-link {
    color: #fff;
    background: #f79939
}

.rd-navbar-fixed .rd-nav-item:hover>.rd-navbar-submenu-toggle,
.rd-navbar-fixed .rd-nav-item.focus>.rd-navbar-submenu-toggle,
.rd-navbar-fixed .rd-nav-item.active>.rd-navbar-submenu-toggle,
.rd-navbar-fixed .rd-nav-item.opened>.rd-navbar-submenu-toggle {
    color: #fff
}

.rd-navbar-fixed .rd-nav-link {
    color: #9b9b9b
}

.rd-navbar-fixed .rd-megamenu-list>li>a,
.rd-navbar-fixed .rd-navbar-dropdown>li>a {
    color: #9b9b9b
}

.rd-navbar-fixed .rd-megamenu-list>li:hover>a,
.rd-navbar-fixed .rd-megamenu-list>li.focus>a,
.rd-navbar-fixed .rd-megamenu-list>li.active>a,
.rd-navbar-fixed .rd-megamenu-list>li.opened>a,
.rd-navbar-fixed .rd-navbar-dropdown>li:hover>a,
.rd-navbar-fixed .rd-navbar-dropdown>li.focus>a,
.rd-navbar-fixed .rd-navbar-dropdown>li.active>a,
.rd-navbar-fixed .rd-navbar-dropdown>li.opened>a {
    color: #fff;
    background: #f79939
}

.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title {
    color: #ccc
}

.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title::after {
    border-bottom: 1px solid #d7d7d7
}

.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title a,
.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title a:focus,
.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title a:active {
    color: #fff
}

.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title a:hover {
    color: #f79939
}

.rd-navbar-fixed .rd-navbar-submenu-toggle {
    color: #9b9b9b
}

.rd-navbar-fixed .rd-navbar-search .rd-search-form-submit {
    color: #ccc
}

.rd-navbar-fixed .rd-navbar-search .rd-search-form-submit:hover {
    color: #f79939
}

.rd-navbar-fixed .rd-navbar-search-toggle {
    color: #fff
}

.rd-navbar-fixed .rd-navbar-search-toggle:hover {
    color: #f79939
}

.rd-navbar-fixed .rd-navbar-collapse {
    background-color: #fff;
    box-shadow: 0 0 22px -4px #4aaf63;
    -webkit-box-shadow: 0 0 22px -4px #4aaf63
}

.rd-navbar-fixed .rd-navbar-collapse,
.rd-navbar-fixed .rd-navbar-collapse a {
    color: #9b9b9b
}

html.rd-navbar-fixed-linked .page {
    padding-top: 56px
}

.rd-navbar-sidebar .rd-navbar-main {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 22px 60px 22px 0;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    transition: 0.5s cubic-bezier(.4, 0, .2, 1)
}

.rd-navbar-sidebar .rd-navbar-main-element {
    display: flex;
    align-items: center
}

.rd-navbar-sidebar .rd-navbar-main-element>*+* {
    margin-left: 20px
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-aside-outer,
.rd-navbar-classic.rd-navbar-static .rd-navbar-main-outer {
 
    direction: ltr
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-aside,
.rd-navbar-classic.rd-navbar-static .rd-navbar-main {
    max-width: 1027px;
    margin-left: auto;
    margin-right: auto
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-aside {
    padding: 7px 0;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-aside .fa-phone {
    transform: rotate(85deg)
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-aside .icon {
    font-size: 18px
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-main {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 21px 0
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-brand img {
    width: auto;
    height: auto;
    max-width: 180px;
    max-height: 55px;
}

@media (min-width:4480px) {
    .rd-navbar-classic.rd-navbar-static .rd-navbar-brand img {
        max-width: 500px;
        max-height: 150px;
        margin-right: 100px;
        margin-left: -500px;
        margin-top: 30px
    }

    .rd-navbar-classic.rd-navbar-static .rd-navbar-main {
        max-width: 2800px;
        width: 2800px
    }

    .rd-navbar-classic.rd-navbar-static .rd-navbar-aside-outer,
    .rd-navbar-classic.rd-navbar-static .rd-navbar-main-outer {
        padding-bottom: 30px;
        padding-left: 245px
    }
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-main-element {
    display: flex;
    align-items: center;
    padding-top: 25px;
    flex: 1
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-brand {
    margin-right: 32px
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-nav {
    display: flex;
    align-items: center;
    width: 100%
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-nav .nav-lang {
    margin-left: auto
}

@media (min-width:4480px) {
    .rd-navbar-classic.rd-navbar-static .rd-navbar-main-element {
        display: flex;
        align-items: center;
        padding-top: 143px;
        padding-bottom: 1px;
        margin-right: -345px
    }
}

.rd-navbar-classic.rd-navbar-static.rd-navbar--is-stuck,
.rd-navbar-classic.rd-navbar-static.rd-navbar--is-clone {
    border-bottom-color: #d7d7d7
}

.rd-navbar-classic.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-aside-outer,
.rd-navbar-classic.rd-navbar-static.rd-navbar--is-clone .rd-navbar-aside-outer {
    display: none
}

.rd-navbar-classic.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-main,
.rd-navbar-classic.rd-navbar-static.rd-navbar--is-clone .rd-navbar-main {
    padding: 17px 0
}

.rd-navbar-classic.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-nav-item>.rd-navbar-submenu,
.rd-navbar-classic.rd-navbar-static.rd-navbar--is-clone .rd-navbar-nav-item>.rd-navbar-submenu {
    margin-top: 17px
}

.rd-navbar-nav .rd-nav-item a.active {
    color: #000;
    text-decoration: none
}

.custom-contact-wrap {
    height: 250px;
    width: 100%
}

@media (min-width:992px) {
    .custom-contact-wrap {
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        min-height: 100%;
        width: 48.7vw;
        display: flex
    }
}

.custom-contact-wrap .google-map {
    height: 100%;
    min-height: 100%
}

.play-btn {
    font-size: 12px;
    padding: 12px 33px
}

.rd-search.rd-search-inline {
    position: relative
}

.rd-search.rd-search-inline .form-input {
    padding-right: 50px
}

.rd-search.rd-search-inline .button-link {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    right: 0;
    margin: 0;
    font-size: 21px;
    color: #ccc;
    transition: 0.33s
}

.rd-search.rd-search-inline .button-link::before {
    display: block;
    margin: auto
}

.rd-search.rd-search-inline .button-link:hover {
    color: #f79939
}

.rd-search.rd-search-inline.form-sm .form-input {
    padding-right: 40px
}

.rd-search.rd-search-inline.form-sm .button-link {
    width: 40px;
    font-size: 18px
}

.rd-search.rd-search-inline.form-lg .form-input {
    padding-right: 60px
}

.rd-search.rd-search-inline.form-lg .button-link {
    width: 60px
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    backface-visibility: hidden;
    transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    max-width: 100%
}

@media (min-width:4480px) {
    .owl-carousel .owl-item img {
        max-width: 667px;
        width: 450px
    }
}

.owl-carousel .owl-nav,
.owl-carousel .owl-dots {
    -webkit-tap-highlight-color: transparent
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none
}

.owl-carousel .owl-prev,
.owl-carousel .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    user-select: none;
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .owl-nav {
    pointer-events: none
}

.owl-carousel .owl-prev,
.owl-carousel .owl-next {
    position: absolute;
    top: 57%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 3px;
    font-size: 40px;
    line-height: 1;
    cursor: pointer;
    pointer-events: auto;
    background: transparent;
    color: #a3a3a3
}

@media (min-width:4480px) {

    .owl-carousel .owl-prev,
    .owl-carousel .owl-next {
        font-size: 180px;
        top: 80%;
        margin-top: -248px;
        width: 128px;
        height: 128px;
        border-radius: 10px;
        background: transparent;
        color: #a3a3a3
    }
}

.owl-carousel .owl-prev::before,
.owl-carousel .owl-prev::after,
.owl-carousel .owl-next::before,
.owl-carousel .owl-next::after {
    display: block;
    font-family: "FontAwesome"
}

.owl-carousel .owl-prev:hover,
.owl-carousel .owl-next:hover {
    text-decoration: none;
   background: transparent;
    color: #a3a3a3;
}

.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled {
    opacity: .5;
    cursor: default
}

.owl-carousel .owl-prev {
    left: -65px
}


.owl-carousel .owl-next {
    right: -65px
}



.owl-carousel .owl-dots {
    text-align: center
}

.owl-carousel .owl-dot {
    display: inline-block;
    zoom: 1;
    margin: 0 5px
}

@media (min-width:4480px) {
    .owl-carousel .owl-dot {
        zoom: 3
    }
}

.owl-carousel .owl-dot span {
    width: 10px;
    height: 10px;
    background: transparent;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 5px;
    border: 1px solid rgba(78, 177, 103, 1)
}

.owl-carousel .owl-dot.active span,
.owl-carousel .owl-dot:hover span {
    background: rgba(78, 177, 103, 1);
    border-color: rgba(78, 177, 103, 1)
}

.team-section-bg .owl-carousel .owl-prev,
.team-section-bg .owl-carousel .owl-next {
    border-radius: 50px !important;
    font-size: 30px !important;
    color: #130d0d !important
}

.test {
    counter-reset: button;
    text-align: left;
    margin-bottom: 50px
}

.test .owl-dot {
    position: relative
}

.test .owl-dot:before {
    position: absolute;
    content: counter(button, decimal) ".";
    counter-increment: button;
    top: 0;
    left: 0;
    display: inline-block;
    width: 15px;
    color: #b7b7b7
}

.test .owl-dot+.owl-dot {
    margin-left: 10px
}

.review-carousel .item {
    display: flex;
    flex-direction: row;
    align-items: center
}

.review-carousel .team.item {
    flex-direction: column
}

@media (min-width:320px) {
    .review-carousel .item {
        flex-direction: column
    }

    .review-carousel .item-preview {
        margin-top: 0;
        margin-right: 60px;
        align-self: flex-start
    }

    .review-carousel .team.item-preview {
        margin-right: 0;
        border-radius: 0;
        background-color: transparent
    }
}

@media (min-width:992px) {
    .review-carousel .item {
        flex-direction: row
    }

    .review-carousel .item-preview {
        margin-top: 0;
        align-self: flex-start
    }

    .review-carousel .team.item-preview {
        margin-right: 0;
        border-radius: 50%;
        background-color: #fff
    }
}

@media (min-width:992px) {
    .review-carousel .item {
        padding-right: 70px
    }

    .review-carousel .team.item {
        padding-right: 0
    }
}

@media (min-width:4480px) {
    .review-carousel .team.item {
        padding-right: 328px;
        padding-bottom: 16px
    }

    .team.devider-left:after {
        width: 151px;
        margin-left: 472px
    }

    .devider-left:after {
        height: 7px
    }
}

.review-carousel .item-preview {
    min-width: 216px;
    max-width: 216px;
    height: 216px;
    margin-top: 0;
    background-color: transparent;
    padding: 10px;
    border-radius: 50%;
    align-self: center;
}

.bg-green .review-carousel .item-preview {
    border: 10px solid rgba(78, 177, 103, 1)
}

@media (min-width:4480px) {
    .review-carousel .item-preview {
        height: 905px;
        margin-top: 0;
        background-color: #fff;
        padding: 97px
    }
}

.review-carousel .team.item-preview {
    min-width: 150px;
    max-width: 150px;
    height: 150px;
    margin-top: 15px;
    margin-bottom: 10px;
    background-color: #fff;
    padding: 0;
    border-radius: 50%;
    align-self: center
}

@media (min-width:4480px) {
    .review-carousel .team.item-preview {
        min-width: 444px;
        max-width: 133px;
        height: 365px;
        margin-top: 11px;
        margin-left: 331px
    }
}

.review-carousel .item-preview img {
    border-radius: 50%
}

.review-carousel .team.item-preview img {
    border-radius: 50%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .3), 0 6px 20px 0 rgba(0, 0, 0, .3)
}

.review-carousel .item-description {
    overflow: hidden
}

.review-carousel .item-description p {
    margin-top: 50px;
    font-size: 18px
}

.review-carousel .team.item-description p {
    margin-top: 0;
    text-align: center;
    padding: 0 20px 0 20px;
    font-size: 20px;
    line-height: 23px
}

@media (min-width:4480px) {
    .review-carousel .item-description p {
        margin-top: 199px;
        font-size: 60px;
        padding-left: 555px
    }

    .review-carousel .team.item-description p {
        margin-top: 2px;
        width: 672px;
        font-size: 43px;
        line-height: 51px;
        margin-left: 310px
    }
}

.review-carousel .item-description .item-subsection {
    margin-top: 35px;
    display: flex;
    flex-direction: column;
    position: relative
}

@media (min-width:4480px) {
    .review-carousel .item-description .item-subsection {
        padding-bottom: 198px
    }
}

.review-carousel .item-description .item-subsection .devider-left:after {
    left: -80px;
    width: 60px
}

@media (min-width:4480px) {
    .review-carousel .item-description .item-subsection .devider-left:after {
        left: -98px;
        width: 217px;
        height: 10px
    }
}

.review-carousel .item-description .item-subsection .team.devider-left:after {
    left: 90px
}

.review-carousel .item-description .item-subsection-title {
    position: relative;
    font-family: "Readex Pro", sans-serif;
    font-weight: 700;
    color: #57595f;
    font-size: 18px
}

@media (min-width:4480px) {
    .review-carousel .item-description .item-subsection-title {
        font-size: 60px;
        padding-left: 196px
    }
}

.review-carousel .item-description .item-subsection-title:before {
    content: "";
    position: absolute;
    left: -220px;
    height: 3px;
    top: 50%;
    transform: translateX(-50%)
}

.review-carousel .owl-dots {
    margin-top: 30px
}

.slideIn {
    visibility: visible;
    animation-name: slideInRight;
    text-align: left
}

@media (min-width:12000px) {
    .review-carousel .owl-dots {
        position: absolute;
        right: -30px;
        top: 50%;
        transform: translateY(-50%);
        display: flex;
        flex-direction: column;
        margin-top: -16px;
        counter-reset: button;
        transition: all ease 0.35s
    }

    .review-carousel .owl-dots>* {
        margin-top: 16px;
        position: relative;
        counter-increment: button;
        transition: all ease 0.35s
    }

    .review-carousel .owl-dots .owl-dot {
        transition: all ease 0.35s
    }

    .review-carousel .owl-dots .active {
        padding-bottom: 83px;
        transition: all ease 0.35s
    }

    .review-carousel .owl-dots .active:before {
        font-size: 18px;
        color: #f79939;
        font-family: "Readex Pro", sans-serif;
        font-weight: 700;
        position: absolute;
        content: "0" counter(button) " ";
        top: -4px;
        right: -35px;
        line-height: 1
    }

    .review-carousel .owl-dots .active:after {
        content: "";
        width: 3px;
        background-color: #f79939;
        height: 67px;
        top: 21px;
        left: 50%;
        display: block;
        position: absolute;
        transform: translateX(-50%);
        transition: all ease 0.35s
    }
}

.owl-brand .owl-dots {
    margin-top: 20px
}

.owl-brand .item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 1;
    transition: all ease 0.35s;
    cursor: pointer
}

.owl-brand .item:hover {
    transition: all ease 0.35s;
    opacity: .7
}

.parallax-scene {
    overflow: hidden
}

.decorate-layer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    pointer-events: none
}

.decorate-layer>* {
    position: absolute
}

.decorate-layer .layer {
    position: relative !important;
    pointer-events: none
}

.background-video {
    width: 100%;
    background-size: cover;
    background-position: 50% 50%;
    position: absolute;
    margin: auto;
    height: 100%;
    right: -100%;
    bottom: -100%;
    top: -100%;
    left: -100%;
    object-fit: cover;
    z-index: -100
}

.close {
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 999;
    font-size: 2rem;
    font-weight: 400;
    color: #fff;
    opacity: 1
}

@media (min-width:4480px) {
    .close {
        right: 33px;
        font-size: 6rem
    }
}

.big-play-button {
    width: 100px;
    opacity: .91
}

.haGqRf ul {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    list-style: none;
    padding: 0
}

.bmtZSn {
    margin: 0 8px
}

.contactus-img {
    max-width: 160px;
    margin-top: -50px;
    float: left
}

@media (min-width:576px) {
    .contactus-img {
        max-width: 320px
    }
}

@media (min-width:768px) {
    .contactus-img {
        margin-top: -70px
    }
}

@media (min-width:992px) {
    .contactus-img {
        margin-top: -110px
    }
}

.page-body {
    text-align: justify
}

.page-body ul {
    margin-left: 20px
}

.page-body ul li {
    display: list-item;
    list-style: outside
}

label {
    display: block;
    margin-top: 10px
}

.card-container.card.register {
    max-width: 550px !important;
    text-align: left
}

.card-container.card {
    max-width: 400px !important;
    padding: 40px 40px
}

.card {
    background-color: #f7f7f7;
    padding: 20px 25px 30px;
    margin: 0 auto 25px;
    margin-top: 10px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .3);
    box-shadow: 0 2px 2px rgba(0, 0, 0, .3)
}

@media (min-width:4480px) {
    .card-container.card.register {
        max-width: 1691px !important;
        width: 1729px;
        height: 1870px;
        padding: 22px 82px !important
    }

    .card {
        margin-top: 210px;
        margin-left: -600px
    }
}

.profile-img-card {
    width: 96px;
    height: 96px;
    margin: 20px auto 20px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.profile-first-name {
    float: left;
    margin-right: 20px
}

.profile-last-name {
    float: left
}

@media (min-width:1200px) {
    sup {
        top: .2em
    }

    .carousel ol {
        /* right: auto !important; */
        justify-content: center;
        margin-bottom: 16px;
        bottom: 10px;
    }

    #about .services-content {
        padding: 30px;
        padding-top: 0 !important;
        margin-bottom: 0 !important
    }
}

@media (min-width:4480px) {
    #about .services-content {
        padding-left: 110px !important
    }
}

.alert {
    padding: 0 .75rem
}

.alert-danger {
    color: red
}

.main-section .carousel-item {
    margin-top: 0
}

.carousel-item .slide-box {
    justify-content: left !important
}

@media (max-width:1559px) and (max-height:508px) {
    .background-video {
        height: 100%
    }

    .offset-top-30 {
        margin-top: 15px
    }

    .header-content {
        padding-top: 0 !important;
        margin-top: 0 !important
    }

    .vh-105 {
        height: 80vh !important
    }

    .content-bg p {
        line-height: 25px
    }
}

@media (min-width:4480px) and (min-height:2520px) {
    .background-video {
        height: 100%
    }

    .offset-top-30 {
        margin-top: 735px;
        margin-left: 477px
    }

    .header-content {
        padding-top: 0 !important;
        margin-top: 0 !important
    }

    .vh-105 {
        height: 94vh !important
    }

    .content-bg p {
        line-height: 25px
    }
}

@media (min-width:1600px) {
    .section-intro {
        padding: 250px 0 0 0
    }

    .section-intro .intro-bg {
        top: 4px
    }
}

@media (min-width:4480px) {
    .section-intro {
        padding: 250px 0 0 0
    }

    .section-intro .intro-bg {
        top: 225px
    }
}

@media (max-width:991px) {
    .section-intro {
        height: 75px;
        padding: 0
    }

    .rd-navbar-wrap {
        position: fixed
    }

    .topper-container {
        display: none
    }
}

@media (max-width:759px) {
    .main-decorated-box {
        padding-left: 1rem;
        padding-right: 1rem
    }

    .slideIn {
        white-space: pre-wrap;
        font-size: 30px;
    }

    .slide-box {
        place-content: center !important;
        justify-content: center !important
    }

    .carousel-item .slide-box {
        justify-content: center !important
    }

    #about .happy-child-img {
        width: 70%
    }

    .team-section-bg .section-title p {
        text-align: center
    }
}

h1,
.h1 {
    font-size: 45px
}

@media (min-width:4480px) {

    h1,
    .h1 {
        font-size: 96px
    }
}

@media (min-width:4480px) {
    svg {
        height: 90px;
        width: 86px;
        margin-top: 114px
    }
}

@media (min-width:4480px) {

    h3,
    .h3 {
        font-size: 113px;
        line-height: 1.3
    }

    h4,
    .h4 {
        font-size: 80px
    }

    h5,
    .h5 {
        font-size: 55px
    }
}

@media (min-width:4480px) {

    .col-1,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-10,
    .col-11,
    .col-12,
    .col,
    .col-auto,
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm,
    .col-sm-auto,
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md,
    .col-md-auto,
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg,
    .col-lg-auto,
    .col-xl-1,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xl,
    .col-xl-auto,
    .col-xxl-1,
    .col-xxl-2,
    .col-xxl-3,
    .col-xxl-4,
    .col-xxl-5,
    .col-xxl-6,
    .col-xxl-7,
    .col-xxl-8,
    .col-xxl-9,
    .col-xxl-10,
    .col-xxl-11,
    .col-xxl-12,
    .col-xxl,
    .col-xxl-auto {
        min-height: 139px
    }
}

@media (min-width:4480px) {
    .col-lg-12 {
        flex: 0 0 308%;
        max-width: 105%
    }
}

@media (min-width:4480px) {
    .col-xl-6 {
        flex: 0 0 58%;
        max-width: 76%
    }
}

@media (min-width:4480px) {
    .form-control {
        padding: 4.375rem 3.75rem;
        font-size: 3.7rem;
        border: 4px solid #ced4da;
        border-radius: 1.25rem
    }
}

@media (min-width:4480px) {
    .btn {
        padding: .375rem 2.75rem;
        font-size: 3.6rem
    }
}

@media (min-width:4480px) {
    .carousel-indicators li {
        width: 150px;
        height: 12px;
        margin-bottom: 68px
    }
}

@media (min-width:4480px) {
    .mt-5 {
        margin-top: 14rem !important
    }

    .mr-2 {
        margin-right: 1.5rem !important
    }

    .mb-3 {
        margin-bottom: 1rem !important;
        padding: 53px 117px 53px 117px
    }
}

@media (min-width:4480px) {

    .mt-md-2,
    .my-md-2 {
        margin-top: 1.5rem !important
    }

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 28rem !important
    }

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 28rem !important
    }
}

.terms-english {
    text-align: left !important;
    margin: 40px !important;
}


.orange-card
{
  z-index: 2;
  padding: 20px;
  font-weight: 200;
  position: relative;
  color: #3D4348;
  text-align: center;
  border-radius: 20px;
  background-color: white;
  border: 1px solid #f79939 !important;
  box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.40) !important;
 }

 .orange-overlap-card {
   width: 70%;
   left:11px; 
   z-index: 1;
   height: 70%;
   bottom: -4px;
   position: absolute;
   background-color: #f79939;
   border-radius: 0px 0px 0px 8px ;
}

.red-card {
  z-index: 2;
  padding: 20px;
  font-weight: 200;
  border-radius: 20px;
  color: #3D4348;
  text-align: center;
  position: relative;
  background-color: white;
  border: 1px solid #f64b39 !important;
  box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.40) !important;

}
   
  .red-overlap-card {
    position: absolute;
    bottom: -4px;
    right: 11px;
    width: 70%;
    height: 70%;
    background-color: #f64b39;
    border-radius: 0px 0px 8px 0px;
    z-index: 1;
  }

.blue-card {
  z-index: 2;
  padding: 20px;
  font-weight: 200;
  border-radius: 20px;
  color: #3D4348;
  text-align: center;
  position: relative;
  background-color: white;
  border: 1px solid #1DA0F1 !important;
  box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.40) !important;

}
   
  .blue-overlap-card {
    position: absolute;
    bottom: -4px;
    /* right: 11px; */
    width: 70%;
    height: 70%;
    background-color: #1DA0F1;
    border-radius: 0px 0px 8px 0px;
    z-index: 1;
  }

.green-card {
  z-index: 2;
  padding: 20px;
  font-weight: 200;
  border-radius: 20px;
  color: #3D4348;
  text-align: center;
  position: relative;
  background-color: white;
  border: 1px solid #4AAF63 !important;
  box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.40) !important;

}
   
  .green-overlap-card {
    position: absolute;
    bottom: -4px;
    /* right: 11px; */
    width: 70%;
    height: 70%;
    background-color: #4AAF63;
    border-radius: 0px 0px 8px 0px;
    z-index: 1;
  }

.lite-green-card {
  z-index: 2;
  padding: 20px;
  font-weight: 200;
  border-radius: 20px;
  color: #3D4348;
  text-align: center;
  position: relative;
  background-color: white;
  border: 1px solid #B7D264 !important;
  box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.40) !important;

}
   
  .lite-green-overlap-card {
    position: absolute;
    bottom: -4px;
    /* right: 11px; */
    width: 70%;
    height: 70%;
    background-color: #B7D264;
    border-radius: 0px 0px 8px 0px;
    z-index: 1;
  }

  /* =============================== SUBSCRIBPTION CARDS ================================================== */

  .package-card ol {
    margin: 20px 11%;
    padding: 0;
    list-style: circle !important;
    line-height: 20px;
    text-align: left;
    font-size: 18px;
}

  .subsctiption-card-first {
    position: absolute;
    bottom: 8px;
    right: -2px;
    width: 70%;
    height: 90%;
    background-color: #7CC4E0;
    border-radius: 0px 0px 45px 0px;
    z-index: 1;
}

.subsctiption-card-second {
        position: absolute;
        bottom: 8px;
        right: 14%;
        width: 70%;
        height: 100%;
        border-radius: 0px 0px 0px 0px;
        z-index: 1;
}

.subsctiption-card-third {
    position: absolute;
    bottom: 8px;
    right: auto;
    width: 70%;
    height: 90%;
    background-color: #7CC4E0;
    border-radius: 0px 0px 0px 45px;
    z-index: 1;
    left: -2px;
}

.author-name-alignment {
    text-align: left !important;
}

.blog-details .post-classic {
    text-align: left;
}

.reviews-text-alignment {
    text-align: left;
}


.group-content{
    text-align: left;
}
.skills-target-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
}
.skills-target-card {
  background: #fff;
  border: 1px solid #eef1f5;
  border-radius: 18px;
  padding: 28px 20px;
  text-align: center;
  flex: 0 1 calc((100% - 96px) / 5);
  max-width: calc((100% - 96px) / 5);
  box-shadow: 0 10px 25px rgb(16 24 40 / 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.skills-target-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 30px rgb(16 24 40 / 0.12);
}
.skills-target-icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 16px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0 0 0 1px rgb(16 24 40 / 0.06);
}
.skills-target-icon svg {
  width: 40px;
  height: 40px;
}
.skills-target-icon.memory {
  background: #fff2d7;
  color: #c57a00;
}
.skills-target-icon.attention {
  background: #e6f3ff;
  color: #1e90ff;
}
.skills-target-icon.auditory {
  background: #e8f4ff;
  color: #2b6cb0;
}
.skills-target-icon.visual {
  background: #eaf7f1;
  color: #1b8f6b;
}
.skills-target-icon.language {
  background: #fff1e3;
  color: #f59b2a;
}
.skills-target-icon.social {
  background: #eef6ff;
  color: #1d4ed8;
}
.skills-target-icon.life {
  background: #fef3f2;
  color: #c2410c;
}
.skills-target-icon.security {
  background: #fef3c7;
  color: #b45309;
}
.skills-target-icon.footprint {
  background: #ecfeff;
  color: #0f766e;
}
.skills-target-icon.identity {
  background: #edf7e5;
  color: #8cc63f;
}
.skills-target-icon.privacy {
  background: #ffe9e6;
  color: #ef4b3a;
}
.skills-target-icon.cyber {
  background: #e0f2fe;
  color: #0369a1;
}
.skills-target-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.35;
  margin-bottom: 6px;
  color: #1d2939;
}
.skills-target-desc {
  font-size: 14px;
  line-height: 1.5;
  color: #667085;
  margin: 0;
}
@media (max-width: 1199.98px) {
  .skills-target-card {
    flex-basis: calc((100% - 72px) / 4);
    max-width: calc((100% - 72px) / 4);
  }
}
@media (max-width: 991.98px) {
  .skills-target-card {
    flex-basis: calc((100% - 48px) / 3);
    max-width: calc((100% - 48px) / 3);
  }
}
@media (max-width: 767.98px) {
  .skills-target-card {
    flex-basis: calc((100% - 24px) / 2);
    max-width: calc((100% - 24px) / 2);
  }
}
@media (max-width: 479.98px) {
  .skills-target-card {
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media (max-width: 575.98px) {
  .skills-target-card {
    padding: 22px 16px;
  }
  .skills-target-title {
    font-size: 18px;
  }
}

.target-audience-media {
  position: relative;
  display: block;
  border-radius: 20px;
  overflow: hidden;
  text-decoration: none;
  cursor: pointer;
}
.target-audience-image {
  width: 100%;
  max-width: none;
  border-radius: 0;
  display: block;
  object-fit: cover;
  aspect-ratio: 16 / 9;
  margin: 0;
}
.target-audience-action {
  position: absolute;
  inset: auto 0 0 0;
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: center;
  padding: 16px 22px;
  color: #f8fafc;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  background: none;
  z-index: 2;
}
.target-audience-action-icon {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #f8fafc;
}
.target-audience-action-icon svg {
  width: 100%;
  height: 100%;
}
.target-audience-action-text {
  color: inherit;
}
.target-audience-action:hover {
  color: #ffffff;
}
.target-audience-action-arrow {
  margin-left: 8px;
  font-size: 18px;
}
[dir="rtl"] .target-audience-action-arrow {
  margin-left: 8px;
  margin-right: 0;
}
.target-audience-media::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 45%;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0), rgba(15, 23, 42, 0.75));
  pointer-events: none;
  z-index: 1;
}
.target-audience-media:hover .target-audience-image {
  transform: scale(1.03);
}
.target-audience-image {
  transition: transform 0.35s ease;
}
.target-audience-media:hover .target-audience-action-text {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.target-audience-media:hover .target-audience-action-arrow {
  transform: translateX(4px);
}
.target-audience-action-arrow {
  transition: transform 0.2s ease;
}

.target-audience-cards {
  row-gap: 24px;
}

@media (max-width: 991.98px) {
  .target-audience-media {
    border-radius: 18px;
  }

  .target-audience-image {
    aspect-ratio: 3 / 2;
  }

  .target-audience-action {
    font-size: 16px;
    padding: 14px 18px;
  }
}

@media (max-width: 575.98px) {
  .target-audience-media {
    border-radius: 16px;
  }

  .target-audience-image {
    aspect-ratio: 4 / 3;
  }

  .target-audience-action {
    font-size: 15px;
    padding: 12px 16px;
  }
}
@media (max-width: 575.98px) {
  .target-audience-action {
    font-size: 16px;
    padding: 14px 16px;
  }
}

.key-results-section::before,
.key-results-section::after {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: radial-gradient(circle, rgb(205 231 255 / 0.4), rgb(255 255 255 / 0));
  pointer-events: none;
}
.key-results-section::before {
  top: -80px;
  left: -60px;
}
.key-results-section::after {
  bottom: -90px;
  right: -80px;
  background: radial-gradient(circle, rgb(255 224 186 / 0.4), rgb(255 255 255 / 0));
}
.key-results-shell {
  position: relative;
  border-radius: 24px;
}
.key-results-shell::before,
.key-results-shell::after {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgb(186 222 255 / 0.5), rgb(255 255 255 / 0));
  pointer-events: none;
}
.key-results-shell::before {
  top: -80px;
  left: -60px;
}
.key-results-shell::after {
  bottom: -90px;
  right: -80px;
  background: radial-gradient(circle, rgb(210 245 216 / 0.45), rgb(255 255 255 / 0));
}
.key-results-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
}
.key-results-card {
  background: #ffffff;
  border: 1px solid #edf2f7;
  border-radius: 18px;
  padding: 22px 18px;
  text-align: center;
  box-shadow: 0 10px 20px rgb(16 24 40 / 0.08);
}
.key-results-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin: 0 auto 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0 0 0 1px rgb(16 24 40 / 0.06);
}
.key-results-icon svg {
  width: 32px;
  height: 32px;
}
.key-results-icon.result-gold {
  background: #fff3d6;
  color: #d97706;
}
.key-results-icon.result-blue {
  background: #e8f4ff;
  color: #2b6cb0;
}
.key-results-icon.result-green {
  background: #e9f7ef;
  color: #1b8f6b;
}
.key-results-icon.result-purple {
  background: #f1edff;
  color: #6a5ad6;
}
.key-results-percent {
  font-size: 34px;
  font-weight: 700;
  color: #1d2939;
  margin-bottom: 4px;
}
.key-results-text {
  font-size: 16px;
  line-height: 1.4;
  color: #475467;
}

.key-results-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  padding: 12px 24px;
  border-radius: 12px;
  font-size: 17px;
  font-weight: 600;
  text-decoration: none;
  color: #d97706;
  background: #fff;
  border: 2px solid #f4a261;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.key-results-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 18px rgb(16 24 40 / 0.12);
}

@media (max-width: 575.98px) {
  .key-results-shell {
    padding: 26px 18px;
  }
  .key-results-panel {
    padding: 22px 18px;
  }
  .key-results-cta {
    width: 100%;
    min-width: 0;
  }
}
.testimonials-section {
  position: relative;
  overflow: hidden;
}
.testimonials-carousel .item {
  padding: 6px;
}
.testimonial-card {
  background: #fff;
  border: 1px solid #eef1f5;
  border-radius: 20px;
  padding: 26px 24px;
  box-shadow: 0 12px 26px rgb(16 24 40 / 0.08);
  position: relative;
  min-height: 462px;
  display: flex;
  flex-direction: column;
}
.testimonial-quote {
  color: #cfe8d1;
  font-size: 48px;
  line-height: 1;
  margin-bottom: 8px;
  font-weight: 700;
}
.testimonial-text {
  font-size: 18px;
  line-height: 1.6;
  color: #344054;
  margin-bottom: 18px;
  flex: 1;
}
.testimonial-role {
  font-size: 18px;
  font-weight: 600;
  color: #1d2939;
}
.testimonials-carousel .owl-stage-outer {
  padding: 6px 0;
}
.testimonials-carousel .owl-dots {
  margin-top: 18px;
}
.testimonials-carousel .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  pointer-events: none;
}
.testimonials-carousel .owl-prev,
.testimonials-carousel .owl-next {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: 1px solid #d0d5dd;
  background: #fff;
  color: #1d2939;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 16px rgb(16 24 40 / 0.12);
  pointer-events: auto;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
}
.testimonials-carousel .owl-prev {
  margin-left: -10px;
}
.testimonials-carousel .owl-next {
  margin-right: -10px;
}
.testimonials-carousel .owl-prev:hover,
.testimonials-carousel .owl-next:hover {
  background: #f8fafc;
}
@media (max-width: 575.98px) {
  .testimonials-carousel .owl-nav {
    position: static;
    transform: none;
    justify-content: center;
    gap: 12px;
    margin-top: 14px;
    pointer-events: auto;
  }
  .testimonials-carousel .owl-prev,
  .testimonials-carousel .owl-next {
    margin: 0;
  }
}
@media (max-width: 1309px) {
  .testimonial-card {
    min-height: 500px;
  }
}
@media (max-width: 1200px) {
  .testimonial-card {
    min-height: 523px;
  }
}
@media (max-width: 1199px) {
  .testimonial-card {
    min-height: 638px;
  }
}


@media (max-width: 767.98px) {
  .testimonial-card {
    min-height: 420px;
  }
  .testimonial-text {
    font-size: 16px;
  }
  .testimonial-role {
    font-size: 16px;
  }
}

.section-title {
  font-family: var(--font-primary);
  font-size: var(--h2-size);
  font-weight: var(--fw-semibold);
  line-height: var(--lh-tight);
  color: var(--text-primary);
}
.section-title > h1,
.section-title > h2,
.section-title > h3,
.section-title > h4 {
  font-family: var(--font-primary);
  font-size: var(--h2-size);
  font-weight: var(--fw-semibold);
  line-height: var(--lh-tight);
  color: var(--text-primary);
}
.section-details,
.section-description {
  font-size: var(--body-md);
  line-height: var(--lh-relaxed);
  color: var(--text-muted);
}

.story-section h1,
.story-content h1 {
  font-size: var(--h2-size);
  font-weight: var(--fw-semibold);
  line-height: var(--lh-tight);
}
.story-content p {
  font-size: var(--body-md);
  line-height: var(--lh-relaxed);
  color: var(--text-body);
}

.btn,
.btn-demo,
.target-audience-btn,
.key-results-cta {
  font-size: var(--btn-font-size);
  font-weight: var(--btn-font-weight);
  line-height: var(--btn-line-height);
}
.btn-demo,
.target-audience-btn,
.key-results-cta {
  padding: var(--btn-padding-y) var(--btn-padding-x);
}

.team-section-bg .section-title h1,
.blog-section .section-title h1 {
  font-size: var(--h2-size);
  font-weight: var(--fw-semibold);
  line-height: var(--lh-tight);
}
.team-section-bg .section-title p {
  font-size: var(--body-md);
  font-weight: var(--fw-regular);
  line-height: var(--lh-normal);
  color: var(--text-muted);
}

.skills-target-title {
  font-size: var(--h4-size);
  font-weight: var(--fw-semibold);
  line-height: var(--lh-normal);
}
.skills-target-desc {
  font-size: var(--body-sm);
  line-height: var(--lh-normal);
  color: var(--text-muted);
}

.key-results-percent {
  font-size: var(--stat-size);
  font-weight: var(--fw-bold);
  line-height: var(--lh-tight);
}
.key-results-text {
  font-size: var(--body-md);
  line-height: var(--lh-normal);
  color: var(--text-muted);
}

.review-carousel .item-description .item-subsection-title {
  font-size: var(--h4-size);
  font-weight: var(--fw-semibold);
}
.review-carousel .team.item-description p {
  font-size: var(--body-md);
  line-height: var(--lh-normal);
  color: var(--text-body);
}
.review-carousel .team.item-description p:not(.owl-quote) {
  font-weight: var(--fw-medium);
  color: var(--text-primary);
}
.review-carousel .team.item-description .owl-quote {
  font-size: var(--body-sm);
  line-height: var(--lh-normal);
  color: var(--text-muted);
}

.testimonial-text {
  font-size: var(--body-md);
  line-height: var(--lh-relaxed);
  color: var(--text-body);
}
.testimonial-role {
  font-size: var(--body-md);
  font-weight: var(--fw-semibold);
  color: var(--text-primary);
}

.review-carousel .team.item {
  background: linear-gradient(180deg, #f7fbff 0%, #eef4ff 100%);
  border: 1px solid rgba(120, 160, 255, 0.18);
  border-radius: 22px;
  padding: 30px 22px 24px;
  margin: 16px 12px;
  position: relative;
  overflow: hidden;
  min-height: 550px;
  display: flex;
  flex-direction: column;
}

.review-carousel .team.item::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 15%, rgba(255, 255, 255, 0.9), transparent 46%),
    radial-gradient(circle at 80% 20%, rgba(200, 226, 255, 0.7), transparent 46%),
    radial-gradient(circle at 50% 80%, rgba(196, 220, 255, 0.6), transparent 55%);
  opacity: 0.9;
  pointer-events: none;
}

.review-carousel .team.item-preview {
  background: radial-gradient(circle, rgba(255, 255, 255, 0.95), rgba(210, 227, 255, 0.85));
  border: 2px solid rgba(125, 168, 255, 0.45);
  box-shadow: 0 12px 24px rgba(40, 84, 176, 0.2);
  padding: 8px;
  position: relative;
}


.review-carousel .team.item-preview img {
  box-shadow: 0 10px 18px rgba(16, 24, 40, 0.25);
}

.review-carousel .team.item-description {
  text-align: center;
  padding: 6px 14px 8px;
  position: relative;
  z-index: 1;
}

.review-carousel .team.item-description .item-subsection-title {
  display: block;
  margin-top: 8px;
}

.review-carousel .team.item-description p:not(.owl-quote) {
  margin-top: 8px;
  color: #4b5563;
}

.review-carousel .team.item-description .owl-quote {
  margin-top: 12px;
  font-style: italic;
  color: #5f6b7a;
  font-size: var(--body-md);
  line-height: var(--lh-relaxed);
}

.review-carousel .team.item-description::after {
  content: "";
  display: block;
  width: 60%;
  height: 1px;
  margin: 18px auto 10px;
  background: linear-gradient(90deg, transparent, rgba(120, 160, 255, 0.6), transparent);
}

.review-carousel .team.item-description::before {
  content: "◆ ◆ ◆";
  display: block;
  margin: 0 auto;
  font-size: 10px;
  letter-spacing: 8px;
  color: rgba(120, 160, 255, 0.7);
}

.header-section h1 {
  font-size: var(--h1-size);
  font-weight: var(--fw-bold);
  line-height: var(--lh-tight);
  color: #fff;
}

.content-bg h1 {
  font-size: var(--h3-size);
  font-weight: var(--fw-semibold);
  line-height: var(--lh-tight);
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
}

.bg-video .content-bg h1 {
  font-size: var(--h1-size);
  font-weight: var(--fw-bold);
}

.heading {
  font-size: var(--h2-size);
  font-weight: var(--fw-semibold);
  line-height: var(--lh-tight);
  color: var(--text-primary);
}

.sub-heading {
  font-size: var(--body-md);
  line-height: var(--lh-relaxed);
  color: var(--text-muted);
}

.title {
  font-size: var(--h2-size);
  font-weight: var(--fw-semibold);
  line-height: var(--lh-tight);
  color: var(--text-primary);
}

.contact-us .description {
  font-weight: var(--fw-regular);
  font-size: var(--body-md);
  line-height: var(--lh-relaxed);
  color: var(--text-muted);
}

.line-height {
  line-height: var(--lh-relaxed);
}

.blog-content-section .card-title {
  font-size: var(--h4-size);
  font-weight: var(--fw-semibold);
  line-height: var(--lh-normal);
  color: var(--text-primary);
}

.review-card {
  font-size: var(--body-md);
}

.review-card h6 {
  font-size: var(--body-md);
  font-weight: var(--fw-semibold);
  color: var(--text-primary);
  margin: 0;
}

.reviews-text-alignment {
  font-size: var(--body-sm);
  line-height: var(--lh-relaxed);
  color: var(--text-muted);
}

.blog-section .article-content .text-orange {
  font-size: var(--body-sm);
  font-weight: var(--fw-semibold);
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.blog-section .article-content h5 {
  font-size: var(--h4-size) !important;
  font-weight: var(--fw-semibold);
  line-height: var(--lh-normal);
  color: var(--text-primary);
}

.blog-section .article-content h5 a {
  color: inherit;
}

.blog-section .article-content .blog-content {
  font-size: var(--body-md);
  line-height: var(--lh-relaxed);
  color: var(--text-muted);
}

.blog-details .post-classic__meta {
  font-size: var(--body-sm);
  color: var(--text-muted);
}

.blog-details .post-classic h3 {
  font-size: var(--h2-size);
  font-weight: var(--fw-bold);
  line-height: var(--lh-tight);
  color: var(--text-primary);
}

.blog-details .post-classic__media {
  font-size: var(--body-md);
  line-height: var(--lh-relaxed);
  color: var(--text-body);
  max-width: 780px;

  text-align: center;
}

.blog-details .blog-layout__main {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}

.blog-details .post-classic__media span {
  font-size: inherit;
  line-height: inherit;
}

.blog-details .post-classic__media p {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

.blog-details .post-classic__media img {
  max-width: 100%;
  height: auto;
}

.blog-details .post-classic__meta,
.blog-details .post-classic h3 {
  justify-content: center;
  text-align: center;
}

.blog-details .post-classic > img {
  display: block;
  margin: 12px auto 0;
  max-width: 100%;
  height: auto;
}

.blog-details .post-classic__media .section-image {
  border-radius: 12px;
  margin: 6px 16px 10px 0;
}

.blog-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.blog-card {
  background: #ffffff;
  border: 1px solid #e6edf5;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 16px rgba(15, 23, 42, 0.08);
  display: flex;
  flex-direction: column;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  height: 100%;
  min-height: 266px;
  max-height: 405px;
}

.blog-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 30px rgba(15, 23, 42, 0.12);
}

.blog-grid--loading {
  pointer-events: none;
}

.blog-card--skeleton {
  border-color: #eef2f6;
  box-shadow: none;
  background: #fff;
  transform: none;
}

.blog-thumb--skeleton {
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #f2f4f7 0%, #e6ecf3 35%, #f2f4f7 70%);
  background-size: 200% 100%;
  animation: blog-skeleton 1.2s ease-in-out infinite;
}

.blog-skeleton-line {
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, #f2f4f7 0%, #e6ecf3 35%, #f2f4f7 70%);
  background-size: 200% 100%;
  animation: blog-skeleton 1.2s ease-in-out infinite;
  margin: 0 0 8px;
}

.blog-skeleton-line--title {
  height: 14px;
  width: 70%;
  margin-top: 4px;
}

.blog-skeleton-line--short {
  width: 55%;
}

.blog-skeleton-meta {
  height: 10px;
  width: 45%;
  border-radius: 999px;
  background: linear-gradient(90deg, #f2f4f7 0%, #e6ecf3 35%, #f2f4f7 70%);
  background-size: 200% 100%;
  animation: blog-skeleton 1.2s ease-in-out infinite;
  margin-top: auto;
}

@keyframes blog-skeleton {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}

.blog-thumb {
  position: relative;
  overflow: hidden;
  aspect-ratio: 18 / 9;
  max-width: 80%;
  margin: 0 auto;
}

.blog-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.blog-tag {
  position: absolute;
  top: 8px;
  left: 8px;
  right: auto;
  background: #2f80ed;
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  padding: 3px 8px;
  border-radius: 999px;
}

.blog-body {
  padding: 12px 14px 14px;
  text-align: start;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.blog-title {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.35;
  color: #1d2939;
  margin: 0 0 8px;
}

.blog-content {
  font-size: var(--body-md);
  line-height: 1.8;
  color: #5f6b7a;
  margin: 0 0 12px;
  min-height: 80px;
  flex: 1;
}

.blog-meta {
  font-size: 11px;
  color: #98a2b3;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  margin-top: auto;
}

.blog-meta-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #98a2b3;
  font-size: 11px;
}

.blog-meta-item:last-child {
  color: #1d6fd8;
  font-weight: 600;
  cursor: pointer;
}

.blog-meta-item:last-child:hover {
  color: #1558b0;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.blog-meta-icon {
  width: 12px;
  height: 12px;
  flex: 0 0 12px;
  stroke-width: 1.4;
}

@media (min-width: 991px) {
  .blog-grid {
    grid-template-columns: repeat(auto-fit, minmax(320px, 420px));
    justify-content: center;
  }

  .blog-card {
    flex-direction: column;
    align-items: stretch;
  }

  .blog-thumb {
    flex: 0 0 auto;
    max-width: 100%;
  }

  .blog-body {
    flex: 1;
  }
}

@media (max-width: 990px) {
  .blog-thumb {
    max-width: 100%;
  }

  .blog-card {
    max-height: none;
  }
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-main {
  min-height: 64px;
  padding: 12px 0;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-main-element {
  padding-top: 0;
}

.rd-navbar-static .rd-nav-item {
  margin-right: 24px;
  letter-spacing: 0.2px;
}

.rd-navbar-static .rd-nav-link {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  padding: 6px 0 10px;
  letter-spacing: 0.2px;
}

.arabic.rd-nav-link {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
}

.rd-navbar-static .rd-nav-item.active .rd-nav-link {
  font-weight: 600;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-main {
  justify-content: flex-start;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-brand {
  margin-right: 32px;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-nav {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: flex-start;
  padding-inline-start: 32px;
  padding-inline-end: 80px;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-nav .nav-lang {
  margin-left: auto;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-main,
.rd-navbar-classic.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-main,
.rd-navbar-classic.rd-navbar-static.rd-navbar--is-clone .rd-navbar-main {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding: 12px 15px;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-aside {
  max-width: 100%;
  width: 100%;
  padding-left: 32px;
  padding-right: 32px;
}

.rd-navbar-static .rd-nav-link:before {
  height: 2px;
}

.rd-navbar-static .rd-nav-link.active:before {
  height: 2px;
}

.topper-container .topper a .text.text {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  opacity: 0.7;
}

button,
.button,
.btn {
  transition: transform 0.2s ease;
}

button:hover,
.button:hover,
.btn:hover {
  transform: translateY(-1px);
}

#services h1 {
  font-size: var(--h2-size);
  font-weight: var(--fw-semibold);
  line-height: var(--lh-tight);
  color: var(--text-primary);
}

#services p {
  font-size: var(--body-md);
  line-height: var(--lh-relaxed);
  color: var(--text-body);
}

.package-card .heading {
  font-size: var(--h3-size);
  font-weight: var(--fw-semibold);
  line-height: var(--lh-tight);
  color: #1da0f1;
}

.package-card .sub-heading1,
.package-card .sub-heading2 {
  font-size: var(--body-sm);
  font-weight: var(--fw-medium);
  line-height: var(--lh-normal);
  color: var(--text-muted);
}

.package-card ol {
  font-size: var(--body-md);
  line-height: var(--lh-relaxed);
  color: var(--text-body);
}

.package-card ol li + li {
  margin-top: 6px;
}

.recomended {
  font-size: var(--body-sm);
  font-weight: var(--fw-semibold);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.package-card .price,
.package-card .support-on {
  font-size: var(--body-sm);
  line-height: var(--lh-normal);
}

.package-card .limited-offer,
.package-card .limited-offer-price {
  font-size: var(--body-md);
  font-weight: var(--fw-semibold);
  line-height: var(--lh-normal);
}

.package-card .btn.btn-primary h3,
.package-card .btn-primary-outline h3 {
  font-size: var(--btn-font-size);
  font-weight: var(--btn-font-weight);
  line-height: var(--btn-line-height);
  margin: 0;
  color: #ffffff;

}

.footer-classic .link-menu li {
  display: inline-block;
  font-size: var(--body-sm);
  font-weight: var(--fw-medium);
  line-height: var(--lh-normal);
  letter-spacing: 0.04em;
}

.footer-classic .social h3 {
  font-size: var(--h4-size);
  font-weight: var(--fw-semibold);
  color: #fff;
}

.footer-classic .rights-section {
  font-size: var(--body-sm);
  font-weight: var(--fw-medium);
  line-height: var(--lh-normal);
  letter-spacing: 0.04em;
  text-align: center;
  color: rgba(25, 148, 224, 1);
}

#contact .main-border .title {
  text-align: center;
}

#contact .main-border .heading {
  font-size: 45px;
  font-weight: 400;
  line-height: var(--lh-tight);
  color: var(--text-primary);
  text-align: -webkit-center;
}

#contact .services-content .form-content > h1 {
  font-size: var(--h3-size);
  font-weight: var(--fw-semibold);
  line-height: var(--lh-tight);
  color: var(--text-primary);
}

#contact .services-content .form-content > p {
  font-size: var(--body-md);
  line-height: var(--lh-relaxed);
  color: var(--text-body);
}

#contact .accent-link {
  font-size: var(--body-md);
  font-weight: var(--fw-medium);
}

#contact .contact-title {
  font-size: var(--h3-size);
  font-weight: var(--fw-semibold);
  line-height: var(--lh-tight);
  color: var(--text-primary);
}

#contact .services-content .form-wrap > p {
  font-size: var(--body-sm);
  font-weight: var(--fw-medium);
  line-height: var(--lh-normal);
  color: var(--text-muted);
  margin-top: 8px;
}

#contact .services-content .form-input {
  font-size: var(--body-md);
  line-height: var(--lh-normal);
}

#contact .services-content .form-input::placeholder {
  font-size: var(--body-sm);
  color: var(--text-muted);
}

.form-error-msg {
  font-size: var(--body-sm);
  line-height: var(--lh-normal);
}

/* For School - Skills Slider */
.for-school-skills {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  padding: 0px 24px;
  background: #f7fbff;
}

.for-school-skills {
  padding: 0;
}

.cta-section {
  position: relative;
  background: #f7fbff;
  overflow: hidden;
  border-radius: 18px;
}

.cta-content {
  position: relative;
  z-index: 2;
  text-align: center;
}

.cta-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 280px;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.25;
}

.cta-bg-left {
  left: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 600'%3E%3Cg fill='none' stroke='%2393C5FD' stroke-width='2'%3E%3Cpath d='M80 80 l25 -14 l25 14 v28 l-25 14 l-25 -14z'/%3E%3Cpath d='M140 180 l25 -14 l25 14 v28 l-25 14 l-25 -14z'/%3E%3Cpath d='M60 300 l25 -14 l25 14 v28 l-25 14 l-25 -14z'/%3E%3Cpath d='M120 430 l25 -14 l25 14 v28 l-25 14 l-25 -14z'/%3E%3C/g%3E%3C/svg%3E");
}

.cta-bg-right {
  right: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 600'%3E%3Cg fill='none' stroke='%2393C5FD' stroke-width='2'%3E%3Cpath d='M180 100 l25 -14 l25 14 v28 l-25 14 l-25 -14z'/%3E%3Cpath d='M100 220 l25 -14 l25 14 v28 l-25 14 l-25 -14z'/%3E%3Cpath d='M200 340 l25 -14 l25 14 v28 l-25 14 l-25 -14z'/%3E%3Cpath d='M140 470 l25 -14 l25 14 v28 l-25 14 l-25 -14z'/%3E%3C/g%3E%3C/svg%3E");
}

.skills-slider {
  width: 75%;
  margin: 0 auto;
}

.skills-slider .carousel-inner {
  width: 80%;
  margin: 0 auto;
}

.skills-slider .carousel-item {
  width: 100%;
}

.skills-slider .carousel-item > .skills-slide {
  margin: 0 auto;
}

.skills-slide {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 24px;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.skills-slide-content {
  background: #f6f8ff;
  border-radius: 16px;
  padding: 24px 28px;
  position: relative;
  height: 100%;
  text-align: left;
  z-index: 2;
}

.skills-slide-content::after {
  content: "";
  position: absolute;
  top: 0;
  right: -40px;
  width: 140px;
  height: 100%;
  background: linear-gradient(90deg, rgba(246, 248, 255, 1) 0%, rgba(246, 248, 255, 0.6) 50%, rgba(246, 248, 255, 0) 100%);
  pointer-events: none;
}

.skills-slide-title {
  margin-bottom: 12px;
  font-size: var(--h2-size);
  font-weight: 700;
  line-height: var(--lh-normal);
  color: #2b2f38;
  position: relative;
  padding-bottom: 12px;
}

.skills-slide-title::after {
  content: "";
  display: block;
  height: 1px;
  background: rgba(160, 170, 190, 0.35);
  margin-top: 10px;
  width: 100%;
}

/* For School - Feature Cards */
.for-school-features {
  padding: 70px 143px;
}

.for-school-features .row {
  row-gap: 24px;
}

.for-school-features .container {
  padding-left: 24px;
  padding-right: 24px;
}


.feature-card {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 14px;
  padding: 18px 20px;
  display: flex;
  align-items: center;
  gap: 16px;
  box-shadow: 0 10px 22px rgba(32, 50, 90, 0.08);
  height: 200px;
}

.feature-icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #f2f6ff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 52px;
}

.feature-icon img {
  width: 28px;
  height: 28px;
  display: block;
}

.feature-content .card-title {
  margin-bottom: 6px;
  font-size: var(--h3-size);
  line-height: var(--lh-normal);
  color: var(--text-primary);
}

.feature-content .sub-heading {
  margin-bottom: 0;
  font-size: var(--body-md);
  line-height: var(--lh-relaxed);
}

@media (max-width: 767px) {
  .for-school-features {
    padding: 0 !important;
    margin-bottom: 24px;
  }

  .feature-card {
    align-items: flex-start;
    height: auto;
  }

}

.skills-slide-desc {
  margin: 0;
  font-size: var(--body-md);
  color: #5a6270;
  line-height: 1.7;
  max-width: 40ch;
}

.skills-slide-list {
  margin: 0;
  padding-left: 18px;
  color: #5a6270;
}

.skills-slide-list li {
  margin-bottom: 10px;
  line-height: 1.6;
}

.skills-slide-media {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  height: 100%;
  min-height: 220px;
  z-index: 1;
}

.skills-slide-media::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 2;
  pointer-events: none;
  width: 45%;
  background: linear-gradient(
    90deg,
    rgba(246, 248, 255, 1) 0%,
    rgba(246, 248, 255, 0.8) 35%,
    rgba(246, 248, 255, 0.4) 60%,
    rgba(246, 248, 255, 0) 100%
  );
}

.skills-slide-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.skills-control {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #ffffff;
  box-shadow: 0 8px 18px rgba(31, 45, 61, 0.12);
  opacity: 1;
  top: 50%;
  transform: translateY(-50%);
}

.skills-control-prev {
  left: 16px;
}

.skills-control-next {
  right: 16px;
}

.skills-control .carousel-control-prev-icon,
.skills-control .carousel-control-next-icon {
  width: 18px;
  height: 18px;
  background-size: 18px 18px;
  background-position: center;
  background-repeat: no-repeat;
}

.skills-control .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232b2f38' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='15 18 9 12 15 6'/%3E%3C/svg%3E");
}

.skills-control .carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232b2f38' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='9 18 15 12 9 6'/%3E%3C/svg%3E");
}

@media (max-width: 992px) {
  .skills-slider {
    width: 92%;
  }

  .skills-slider .carousel-inner {
    width: 100%;
  }

  .skills-slide {
    grid-template-columns: 1fr;
    padding: 16px;
    gap: 16px;
  }

  .skills-slide-content {
    order: 2;
  }

  .skills-slide-media {
    order: 1;
    min-height: 200px;
  }

  .skills-slide-media::before {
    display: none;
  }

  .skills-control-prev {
    left: 14px;
  }

  .skills-control-next {
    right: 14px;
  }
}

@media (max-width: 576px) {
  .for-school-skills {
    padding: 48px 0;
  }

  .skills-slider {
    padding: 12px;
    width: 100%;
  }

  .skills-slide-content {
    padding: 20px;
  }

  .skills-slide-title {
    font-size: var(--h2-size);
  }

  .skills-slide-desc {
    font-size: var(--body-sm);
    line-height: var(--lh-normal);
  }

  .feature-content .card-title {
    font-size: var(--body-lg);
  }

  .feature-content .sub-heading {
    font-size: var(--body-sm);
  }

  .skills-control {
    width: 34px;
    height: 34px;
  }
}
.blog-details-fullwidth .row {
    margin-left: 0;
    margin-right: 0;
    padding: 70px 33px;
    place-content: center;
}
