@charset "UTF-8";
/*** RTL websites ***/
/*===================================================

Project: consulto - landing page 
Auther: Amin-Themes 
Version: 1.0
Last change: 20 Novmber 2020 
Template Description: HTML5 landing page Template

====================================================*/
/*==
01- global-rules and helper classes
02- page-header
03- page-hero section
04- services-section
05- about section
06- portfolio section
07- our-team section
08- our-clients section
09- faq section
10- testimonials section
11- contact-us section
12- take-action section
13- page-footer section
14- demos page
15- Coloring classes 
16- Dark Theme Rules
===*/
/* 01- start global, helper classes , Components Rules*/
/*========== Start Global Rules ==========*/
.fancybox-slide:before {
    display: none;
}

.fancybox-slide > * {
    width:80%;
}
@font-face {
    font-family: "Somar Sans";
    src: url('/fonts/SomarSans-Black.otf');
    src: url('/fonts/SomarSans-Regular.otf');
    src: url('/fonts/SomarSans-Bold.otf');
    src: url('/fonts/SomarSans-ExtraLight.otf');
    src: url('/fonts/SomarSans-SemiBold.otf');
    src: url('/fonts/SomarSans-Thin.otf');
    src: url('/fonts/SomarSans-Medium.otf');
    src: url('/fonts/SomarSans-Light.otf');
}

@font-face {
    font-family: "SomarSans-ExtraBold";
    src: url('/fonts/SomarSans-ExtraBold.otf');
}
.line-on-center, .line-on-side {
    display: block;
    width: 8px;
    height: 8px;
    margin: 1rem auto;
    position: relative;
    background: #005f7f;
    border-radius: 50%;
}

    .line-on-center:before, .line-on-side:before, .line-on-center:after, .line-on-side:after {
        content: '';
        position: absolute;
        background: inherit;
        width: inherit;
        height: inherit;
        border-radius: 50%;
    }

    .line-on-center:before, .line-on-side:before {
        right: 1rem;
    }

    .line-on-center:after, .line-on-side:after {
        right: 2rem;
    }

body {
    font-family: Somar Sans;
    direction: rtl;
    text-align: right;
    position: relative;
    background: #fff;
}

section {
    overflow: hidden;
    position: relative;
    z-index: 0;
}

.plain-section {
    overflow: visible;
    padding: 0;
}

.section-watermark {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(-10%, 50%);
    font-size: 5rem;
    font-weight: 900;
    color: inherit;
    opacity: .05;
    -webkit-text-fill-color: transparent;
    line-height: 1;
    -webkit-text-stroke: 2px;
}

.skewed-section {
    overflow: visible;
    position: relative;
    margin: 2rem 0;
}

    .skewed-section::before, .skewed-section::after {
        content: '';
        width: 100%;
        height: 70px;
        position: absolute;
        right: 0;
        background: #005f7f;
        transform: translateY(-50%) skewY(-1deg);
    }

    .skewed-section::before {
        top: 0;
    }

    .skewed-section::after {
        top: 100%;
    }

.mega-section {
    padding: 6rem 0;
}

@media (max-width: 767px) {
    .mega-section {
        padding: 4rem 0;
    }
}

.elf-section {
    padding: 4rem 0;
}

@media (max-width: 767px) {
    .elf-section {
        padding: 3rem 0;
    }
}

@media (min-width: 1200px) {
    .container {
        min-width: 1170px;
    }
}

.hollow-text {
    -webkit-text-stroke-color: inherit;
    -webkit-text-stroke-width: 2px;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
}

.featured-text {
    color: #005f7f;
    font-weight: bolder;
}

.tag-line {
    position: relative;
    font-size: 1rem;
    font-weight: 600;
    font-style: italic;
    letter-spacing: 1px;
    text-align: right;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 0;
    color: #252525;
    padding-left: .75rem;
    z-index: 5;
}

    .tag-line::before {
        content: '';
        display: inline-block;
        position: absolute;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        top: 50%;
        transform: translateY(-50%);
        background-color: #005f7f;
        right: auto;
        left: 0;
    }

.line-on-center {
    margin-left: auto;
    margin-right: auto;
}

.line-on-side {
    margin-right: 0;
    margin-left: auto;
}

.section-heading {
    margin-bottom: 3rem;
}

    .section-heading.pad-line .section-title {
        position: relative;
        display: inline-block;
        z-index: 0;
    }

        .section-heading.pad-line .section-title:before {
            content: '';
            position: absolute;
            top: auto;
            bottom: 0;
            height: 30%;
            left: 0;
            right: 0;
            background: #005f7f;
            z-index: -1;
        }

    .section-heading.light-title .section-title {
        font-size: 2.5rem;
        font-weight: 500;
    }


.section-heading.side-heading {
    text-align: right;
    padding-left: 1.5rem;
}

    .section-heading.side-heading .section-subtitle {
        margin: 0 auto;
    }

.section-heading.center-heading {
    text-align: center;
}

    .section-heading.center-heading .section-subtitle {
        width: 60%;
        margin: 0 auto;
    }

@media (max-width: 991px) {
    .section-heading.center-heading .section-subtitle {
        width: 80%;
    }
}

@media (max-width: 767px) {
    .section-heading.center-heading .section-subtitle {
        width: 100%;
    }
}

.section-heading .section-title {
    position: relative;
    margin-bottom: 1.25rem;
    font-family: "Tajawal", "sans-serif";
    font-size: 3rem;
    font-weight: 800;
    text-transform: capitalize;
    color: #252525;
    line-height: 1.3;
    display: inline-block;
    z-index: 0;
}

@media (max-width: 767px) {
    .section-heading .section-title {
        font-size: 2rem;
    }
}

@media (max-width: 575px) {
    .section-heading .section-title {
        font-size: 1.5rem;
    }
}

.section-heading .section-subtitle {
    margin: 0 auto;
    font-size: 1.1rem;
    font-weight: 400;
    text-transform: capitalize;
    color: #5f5f5f;
}

@media (max-width: 991px) {
    .section-heading .section-subtitle {
        width: 80%;
    }
}

@media (max-width: 767px) {
    .section-heading .section-subtitle {
        width: 100%;
        font-size: 1rem;
    }
}

.title-design-element {
    position: absolute;
    width: 80px;
    height: 80px;
    background-color: #005f7f;
    right: -40px;
    top: -20px;
    border-radius: 50%;
    bottom: 0;
    z-index: -1;
}

@media (max-width: 575px) {
    .title-design-element {
        width: 50px;
        height: 50px;
        right: -20px;
        top: -20px;
    }
}

body.overlay-is-grey .overlay-color {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    display: block;
    transition: all 0.5s ease-in-out 0s;
    opacity: 0.5;
}

body.overlay-is-main-color .overlay-color {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    display: block;
    transition: all 0.5s ease-in-out 0s;
    background: #005f7f;
    opacity: 0.5;
}

body.overlay-is-accent-color .overlay-color {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    display: block;
    transition: all 0.5s ease-in-out 0s;
    background: #0a6336;
    opacity: 0.5;
}

body.overlay-is-linear-gradient .overlay-color {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    display: block;
    transition: all 0.5s ease-in-out 0s;
    background: -webkit-linear-gradient(45deg, #0a6336, #005f7f);
    opacity: 0.5;
}

.parallax {
    background-attachment: fixed !important;
}

.overlay-image-bg {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    display: block;
    transition: all 0.5s ease-in-out 0s;
    opacity: .05;
    /*add  background-image value wherever you use this class to choose the custom image  */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.overlay-shape-image-bg {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    display: block;
    transition: all 0.5s ease-in-out 0s;
    /*add  background-image value wherever you use this class to choose the custom image  */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    opacity: .05;
}

.overlay-photo-image-bg {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    display: block;
    transition: all 0.5s ease-in-out 0s;
    /*add  background-image value wherever you use this class to choose the custom image  */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    opacity: .05;
}

.circle-shape-top-start, .circle-shape-bottom-end {
    position: absolute;
    z-index: -1;
    opacity: .25;
    border: 15px solid #005f7f;
    width: 250px;
    height: 250px;
    border-radius: 50%;
}

@media (max-width: 991px) {
    .circle-shape-top-start, .circle-shape-bottom-end {
        width: 125px;
        height: 125px;
    }
}

.circle-shape-top-start {
    right: -80px;
    top: -80px;
}

@media (max-width: 991px) {
    .circle-shape-top-start {
        right: -40px;
        top: -40px;
    }
}

.circle-shape-bottom-end {
    left: -80px;
    bottom: -80px;
}

@media (max-width: 991px) {
    .circle-shape-bottom-end {
        left: -40px;
        bottom: -40px;
    }
}

.pattern-top-end, .pattern-bottom-start {
    position: absolute;
    background-image: url("../assets/Images/patterns/dots-pattern-black.png");
    background-size: cover;
    background-repeat: no-repeat;
    opacity: .1;
    transform: rotate(30deg);
    width: 200px;
    height: 200px;
    z-index: -1;
}

@media (max-width: 991px) {
    .pattern-top-end, .pattern-bottom-start {
        width: 135px;
        height: 135px;
    }
}

.pattern-top-end {
    top: -40px;
    left: -40px;
}

.pattern-bottom-start {
    bottom: -40px;
    right: -40px;
}

/*  to enable any element that previously had the .disabled-element class.  */
.enabeld-element {
    opacity: 1;
    pointer-events: auto;
}

/*  to disable any element and prevent the mouse action on it  */
.disabled-element {
    opacity: .2;
    pointer-events: none;
}

.see-more-area {
    display: block;
    text-align: center;
    text-transform: capitalize;
}

    .see-more-area.btn-on-start-align {
        text-align: right;
    }

.wave-shape {
    display: block;
    width: 100%;
    fill: #fff;
}

.no-borders {
    border: none;
    outline: none;
}

.no-box-shadow {
    box-shadow: none !important;
}

.section-shape-divider-bottom {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: -1;
}

    .section-shape-divider-bottom svg {
        display: block;
        width: 100%;
        height: 120px;
    }

        .section-shape-divider-bottom svg path {
            fill: #fff;
        }

    .section-shape-divider-bottom.fill-shade svg path {
        fill: #f2f2f2;
    }

.rating-stars {
    padding: 0 2rem;
    margin-bottom: 1rem;
}

@media (max-width: 767px) {
    .rating-stars {
        padding: 0 1rem;
    }
}

.rating-stars .star-icon {
    color: #005f7f;
    font-size: .85rem;
}

    .rating-stars .star-icon:not(:last-child) {
        margin-left: .5rem;
    }

    .rating-stars .star-icon.off {
        -webkit-text-fill-color: transparent;
        -webkit-text-stroke-color: #005f7f;
        -webkit-text-stroke-width: 1px;
    }

*::selection {
    background: #005f7f;
    color: #fff;
}

.text-gradient-color::selection {
    background: #005f7f;
    color: #fff;
    -webkit-text-fill-color: #fff;
}

.start-dir-img-frame {
    background-image: linear-gradient(-140deg, #005f7f, #fff);
    margin-left: 1.5rem;
    border-radius: .5rem;
}

    .start-dir-img-frame > img {
        transform: translate(-12px, 12px);
        border-radius: .5rem;
    }

.end-dir-img-frame {
    background-image: linear-gradient(40deg, #005f7f, #fff);
    margin-right: 1.5rem;
    border-radius: .5rem;
}

    .end-dir-img-frame > img {
        transform: translate(12px, -12px);
        border-radius: .5rem;
    }

/*========== End Global Rules ==========*/
/* Start video button animation*/
@keyframes anim-pulses {
    0% {
        transform: scale3d(0.7, 0.7, 1);
        opacity: .5;
    }

    50% {
        transform: scale3d(1.2, 1.2, 1);
        opacity: .75;
    }

    100% {
        transform: scale3d(1.5, 1.5, 1);
        opacity: 0;
    }
}

/* End video button animation*/
/* Start buttons global rules*/
.ma-btn-primary, .ma-btn-secondary {
    position: relative;
    overflow: hidden;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    text-align: center;
    text-transform: capitalize;
    outline: none;
    border: 2px solid rgba(0, 0, 0, 0);
    border-radius: .25rem;
    padding: .625rem 2rem;
    font-size: 1rem;
    font-weight: 500;
    box-shadow: 0px 7px 10px -5px rgba(0, 0, 0, 0.25);
    transition: all 0.3s ease-in-out 0s;
    cursor: pointer;
    z-index: 0;
}

    .ma-btn-primary:hover, .ma-btn-secondary:hover {
        text-decoration: none;
    }

    .ma-btn-primary:focus, .ma-btn-secondary:focus {
        outline: none !important;
    }

.ma-btn-primary {
    color: #fff;
    background: #005f7f;
    border-color: #005f7f;
}

    .ma-btn-primary:hover {
        color: #005f7f;
        background: rgba(0, 0, 0, 0);
        border-color: #005f7f;
    }

.ma-btn-secondary {
    /**/
    border: 2px solid;
    color: #005f7f;
    background: rgba(0, 0, 0, 0);
    border-color: #005f7f;
}

    .ma-btn-secondary:hover {
        color: #fff;
        background: #005f7f;
    }

.play-btn-col-dir, .play-btn-row-dir {
    display: inline-block;
}

    .play-btn-col-dir .play-video-btn, .play-btn-row-dir .play-video-btn {
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .play-btn-col-dir .play-video-btn:hover .icon, .play-btn-row-dir .play-video-btn:hover .icon {
            color: #121212;
        }

    .play-btn-col-dir .video-link, .play-btn-row-dir .video-link {
        text-decoration: none !important;
    }

    .play-btn-col-dir .play-btn, .play-btn-row-dir .play-btn {
        position: relative;
        border-radius: 50%;
        padding: 5px;
        cursor: pointer;
        background: #005f7f;
        transition: all 0.5s ease-in-out 0s;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 3.5rem;
        height: 3.5rem;
        transform-origin: center;
    }

        .play-btn-col-dir .play-btn::before, .play-btn-row-dir .play-btn::before, .play-btn-col-dir .play-btn::after, .play-btn-row-dir .play-btn::after {
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            border-radius: 50%;
            background: #005f7f;
            animation: anim-pulses infinite 2s linear;
            z-index: -1;
        }

        .play-btn-col-dir .play-btn::after, .play-btn-row-dir .play-btn::after {
            animation-delay: .75s;
        }

        .play-btn-col-dir .play-btn .icon, .play-btn-row-dir .play-btn .icon {
            color: #fff;
            font-size: 1.25rem;
            transition: color 0.3s ease-in-out 0s;
        }

        .play-btn-col-dir .play-btn img.play-icon, .play-btn-row-dir .play-btn img.play-icon {
            width: 3rem;
            height: 3rem;
        }

    .play-btn-col-dir .play-btn-text, .play-btn-row-dir .play-btn-text {
        position: relative;
        text-align: center;
        text-transform: capitalize;
        font-weight: 600;
        color: #fff;
    }

        .play-btn-col-dir .play-btn-text::before, .play-btn-row-dir .play-btn-text::before {
            content: '';
            position: absolute;
            bottom: -.5rem;
            right: 0;
            height: .25rem;
            width: 100%;
            border-radius: .25rem;
            transform: scaleX(0);
            transform-origin: center;
            transition: all 0.3s ease-in-out 0s;
            background: #fff;
        }

    .play-btn-col-dir .play-video-btn {
        flex-direction: column;
    }

    .play-btn-col-dir .play-btn-text {
        margin-top: .75rem;
    }

    .play-btn-row-dir .play-video-btn {
        flex-direction: row;
    }

    .play-btn-row-dir .play-btn-text {
        margin-right: .75rem;
    }

@media (max-width: 575px) {
    .download-apps-area {
        display: inline-flex;
        flex-direction: column;
    }
}

.download-apps-area .btn-store {
    min-width: 180px;
}

    .download-apps-area .btn-store:not(:last-child) {
        margin-left: 1rem;
    }

@media (max-width: 575px) {
    .download-apps-area .btn-store:not(:last-child) {
        margin-left: 0;
        margin-bottom: 1rem;
    }
}

.download-apps-area .btn-app-store,
.download-apps-area .btn-google-play {
    display: inline-flex;
    align-items: center;
    padding: .5rem 1rem;
    border-radius: .25rem;
    text-decoration: none !important;
    transition: all 0.5s ease-in-out 0s;
}

    .download-apps-area .btn-app-store .icon,
    .download-apps-area .btn-google-play .icon {
        font-size: 2rem;
        margin-left: .75rem;
    }

    .download-apps-area .btn-app-store .title-wraper,
    .download-apps-area .btn-google-play .title-wraper {
        line-height: 1;
        text-align: left;
    }

        .download-apps-area .btn-app-store .title-wraper .sub-title,
        .download-apps-area .btn-google-play .title-wraper .sub-title {
            display: block;
            font-size: .75rem;
            font-weight: 400;
            text-transform: capitalize;
        }

        .download-apps-area .btn-app-store .title-wraper .title,
        .download-apps-area .btn-google-play .title-wraper .title {
            display: block;
            font-size: 1.25rem;
            font-weight: 600;
            text-transform: capitalize;
        }

    .download-apps-area .btn-app-store.btn-transparent-bg,
    .download-apps-area .btn-google-play.btn-transparent-bg {
        border: 2px solid #fff;
        background-color: rgba(0, 0, 0, 0);
        color: #fff !important;
    }

        .download-apps-area .btn-app-store.btn-transparent-bg:hover,
        .download-apps-area .btn-google-play.btn-transparent-bg:hover {
            background-color: rgba(18, 18, 18, 0.5);
            border-color: #fff;
        }

    .download-apps-area .btn-app-store.btn-main-color-bg,
    .download-apps-area .btn-google-play.btn-main-color-bg {
        border: 2px solid #fff;
        background-color: #005f7f;
        color: #fff !important;
    }

        .download-apps-area .btn-app-store.btn-main-color-bg:hover,
        .download-apps-area .btn-google-play.btn-main-color-bg:hover {
            background-color: #fff;
            color: #005f7f !important;
        }

    .download-apps-area .btn-app-store.btn-white-bg,
    .download-apps-area .btn-google-play.btn-white-bg {
        border: 2px solid #005f7f;
        background-color: #fff;
        color: #005f7f !important;
    }

        .download-apps-area .btn-app-store.btn-white-bg:hover,
        .download-apps-area .btn-google-play.btn-white-bg:hover {
            background-color: #005f7f;
            color: #fff !important;
        }

/* Start Social icons list rules */
.dir-row .sc-list, .dir-col .sc-list, .sc-flat .sc-list {
    padding: 0;
    margin: 0;
    display: inline-flex;
    list-style: none;
}

    .dir-row .sc-list .sc-item, .dir-col .sc-list .sc-item, .sc-flat .sc-list .sc-item {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: #00c1de;
        transition: all 0.5s ease-in-out 0s;
    }

        .dir-row .sc-list .sc-item:last-of-type, .dir-col .sc-list .sc-item:last-of-type, .sc-flat .sc-list .sc-item:last-of-type {
            margin-bottom: 0;
        }

        .dir-row .sc-list .sc-item:hover, .dir-col .sc-list .sc-item:hover, .sc-flat .sc-list .sc-item:hover {
            background: #fff;
            box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.25);
        }

            .dir-row .sc-list .sc-item:hover .sc-icon, .dir-col .sc-list .sc-item:hover .sc-icon, .sc-flat .sc-list .sc-item:hover .sc-icon {
                color: #005f7f;
            }

    .dir-row .sc-list .sc-link, .dir-col .sc-list .sc-link, .sc-flat .sc-list .sc-link {
        display: flex;
        line-height: 1;
        width: 100%;
        margin: 0 auto;
        align-items: center;
        justify-content: center;
        height: 100%;
        text-decoration: none;
    }

    .dir-row .sc-list .sc-icon, .dir-col .sc-list .sc-icon, .sc-flat .sc-list .sc-icon {
        color: #fff;
        transition: all 0.3s ease-in-out 0s;
    }

.dir-row {
    padding: .75rem 0;
}

    .dir-row .sc-list .sc-item {
        margin-left: 10px;
        margin-bottom: 5px;
    }

        .dir-row .sc-list .sc-item:last-of-type {
            margin-left: 0;
        }

        .dir-row .sc-list .sc-item:hover {
            transform: translateY(-5px);
        }

.dir-col {
    padding: 0 .75rem;
}

    .dir-col .sc-list {
        flex-direction: column;
    }

        .dir-col .sc-list .sc-item {
            margin-bottom: 10px;
        }

            .dir-col .sc-list .sc-item:last-of-type {
                margin-bottom: 0;
            }

            .dir-col .sc-list .sc-item:hover {
                transform: translateX(-5px);
            }

.sc-flat .sc-list .sc-item {
    font-size: 1.1rem;
    border-radius: 0;
    background: rgba(0, 0, 0, 0);
    margin-left: 1rem;
}

    .sc-flat .sc-list .sc-item:hover {
        background: rgba(0, 0, 0, 0);
        box-shadow: none;
    }

        .sc-flat .sc-list .sc-item:hover .sc-icon {
            color: #005f7f;
        }

    .sc-flat .sc-list .sc-item .sc-icon {
        color: #005f7f;
    }

.sc-size-40 .sc-item {
    width: 40px;
    height: 40px;
    font-size: 1rem;
}

.sc-size-32 .sc-item {
    width: 32px;
    height: 32px;
    font-size: .85rem;
}

.sc-size-24 .sc-item {
    width: 24px;
    height: 24px;
    font-size: .75rem;
}

.sc-size-16 .sc-item {
    width: 16px;
    height: 16px;
    font-size: 10px;
}

/* End Social icons list rules */
.back-to-top {
    background-image: none;
    width: 4.5rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: #fff;
    background: #b682d3;
    cursor: pointer;
    transition: all 0.3s ease-in-out 0s;
    width: 3rem;
    height: 3rem;
    position: fixed;
    bottom: -100px;
    right: 30px;
    z-index: 20;
    box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.25);
}

    .back-to-top:hover {
        background-color: #704588;
    }

    .back-to-top.show {
        bottom: 30px;
    }

body.rounded-btns .ma-btn-primary,
body.rounded-btns .ma-btn-secondary,
body.rounded-btns .portfolio-btn,
body.rounded-btns .subscripe-btn,
body.rounded-btns .sc-item,
body.rounded-btns .back-to-top,
body.rounded-btns .swiper-button-prev,
body.rounded-btns .swiper-button-next,
body.rounded-btns .subscribe .form-group input[type=email] {
    border-radius: 5rem;
}

body.smooth-squared-btns .ma-btn-primary,
body.smooth-squared-btns .ma-btn-secondary,
body.smooth-squared-btns .portfolio-btn,
body.smooth-squared-btns .subscripe-btn,
body.smooth-squared-btns .sc-item,
body.smooth-squared-btns .back-to-top,
body.smooth-squared-btns .swiper-button-prev,
body.smooth-squared-btns .swiper-button-next,
body.smooth-squared-btns .subscribe .form-group input[type=email] {
    border-radius: .25rem;
}

body.hard-squared-btns .ma-btn-primary,
body.hard-squared-btns .ma-btn-secondary,
body.hard-squared-btns .portfolio-btn,
body.hard-squared-btns .subscripe-btn,
body.hard-squared-btns .sc-item,
body.hard-squared-btns .back-to-top,
body.hard-squared-btns .swiper-button-prev,
body.hard-squared-btns .swiper-button-next,
body.hard-squared-btns .subscribe .form-group input[type=email] {
    border-radius: 0;
}

.ma-btn-squared {
    border-radius: .5rem !important;
}

.ma-btn-rounded {
    border-radius: 5rem !important;
}

.read-more {
    text-transform: capitalize;
    color: #005f7f;
    font-weight: 600;
    position: relative;
    display: inline-flex;
    align-items: center;
    transition: all 0.3s ease-in-out 0s;
}

    .read-more:hover {
        color: #005f7f;
        text-decoration: none;
    }

        .read-more:hover .icon {
            transform: translateX(-5px);
        }

    .read-more .icon {
        margin-right: .5rem;
        transition: transform 0.3s ease-in-out 0s;
    }

/* End buttons global rules*/
/* Start ma-tabs rules */
.ma-tabs .tabs-links-list {
    position: relative;
    padding: .5rem 0rem;
    margin: 0;
    margin-bottom: 1rem;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    border-bottom: 1px solid rgba(18, 18, 18, 0.25);
}

@media (max-width: 575px) {
    .ma-tabs .tabs-links-list {
        flex-wrap: nowrap;
    }
}

.ma-tabs .b-line {
    position: absolute;
    right: 0;
    width: 120px;
    border-radius: 1rem;
    bottom: 0;
    height: 3px;
    background-color: #005f7f;
    will-change: left, width;
    transition: all 0.3s ease-in-out 0s;
}

.ma-tabs .tab-link {
    padding: .5rem 1rem;
    text-transform: capitalize;
    font-size: 1.25rem;
    font-weight: 900;
    margin-left: 3rem;
    color: #fff;
    opacity: .75;
    border-radius: 5rem;
    cursor: pointer;
    transition: all 0.3s ease-in-out 0s;
}

    .ma-tabs .tab-link:last-child {
        margin-left: 0;
    }

    .ma-tabs .tab-link.active, .ma-tabs .tab-link:hover {
        color: #005f7f;
        opacity: 1;
    }

.ma-tabs .switch {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .ma-tabs .switch .switch-btns-list {
        padding: .5rem;
        margin: 0;
        margin-bottom: 1rem;
        list-style: none;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        border-radius: 5rem;
    }

        .ma-tabs .switch .switch-btns-list .switch-btn {
            position: relative;
            padding: .75rem 1rem;
            display: inline-block;
            border: 2px solid rgba(95, 95, 95, 0.65);
            min-width: 100px;
            color: rgba(95, 95, 95, 0.65);
            font-size: 1.25rem;
            font-weight: 400;
            line-height: 1;
            text-transform: capitalize;
            transition: all 0.3s ease-in 0s;
            cursor: pointer;
        }

            .ma-tabs .switch .switch-btns-list .switch-btn:first-child {
                border-left: none;
            }

            .ma-tabs .switch .switch-btns-list .switch-btn:last-child {
                border-right: none;
            }

            .ma-tabs .switch .switch-btns-list .switch-btn:hover {
                border-color: #005f7f;
                color: #005f7f;
            }

            .ma-tabs .switch .switch-btns-list .switch-btn.active {
                color: #fff;
                background-color: #005f7f;
                border-color: #005f7f;
            }

    .ma-tabs .switch .toggle-btn {
        width: 80px;
        height: 30px;
        display: inline-block;
        position: relative;
        background-color: #005f7f;
        border-radius: 2rem;
        z-index: 0;
        -webkit-appearance: none;
        outline: none;
        left: 0;
        right: 0;
        margin-left: 1rem;
        margin-right: 1rem;
        cursor: pointer;
        z-index: 1;
    }

        .ma-tabs .switch .toggle-btn::before {
            content: "";
            position: absolute;
            right: 0;
            top: 0;
            border: 0.25rem solid #005f7f;
            background-color: #fff;
            width: 30px;
            height: 30px;
            border-radius: 50%;
            z-index: -1;
            transition: all 0.3s ease-in-out 0s;
        }

        .ma-tabs .switch .toggle-btn:checked::before {
            right: 100%;
            transform: translateX(100%);
        }

.ma-tabs .tabs {
    overflow: hidden;
}

    .ma-tabs .tabs .tab-content {
        display: none;
        padding: 2rem 0;
    }

    .ma-tabs .tabs .visibale-tab {
        display: block;
        animation: fadeIn .8s ease-in-out;
    }

/* End ma-tabs rules */
/* Start loading screen rules */
.loading-screen {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    background: #121212;
}

    .loading-screen .spinner {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

        .loading-screen .spinner > div {
            width: 18px;
            height: 18px;
            border-radius: 100%;
            display: inline-block;
            background: #005f7f;
            animation: sk-bouncedelay 1.4s infinite ease-in-out both;
        }

        .loading-screen .spinner .bounce1 {
            animation-delay: -0.32s;
        }

        .loading-screen .spinner .bounce2 {
            animation-delay: -0.16s;
        }

@keyframes sk-bouncedelay {
    0%, 100%, 80% {
        transform: scale(0);
    }

    40% {
        transform: scale(1);
    }
}

/* End loading screen rules */
/*ُ 01- End global, helper classes , components Rules */
/*02- Start .page-header Rules    */
.page-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1030;
    transition: padding 0.5s ease-in-out 0s;
}

    .page-header .main-navbar {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        z-index: 1035;
        height: 90px;
        transition: all 0.5s ease-in-out 0s;
    }

@media (max-width: 1199px) {
    .page-header .main-navbar {
        height: 75px;
        justify-content: unset;
    }
}

.page-header .navbar-brand {
    margin: 0;
    font-weight: 600;
    max-width: 150px;
    text-transform: capitalize;
    color: #005f7f;
}

    .page-header .navbar-brand .brand-logo {
        max-height: 50px;
    }

@media (max-width: 1199px) {
    .page-header .navbar-brand .brand-logo {
        max-height: 40px;
    }
}

@media (max-width: 575px) {
    .page-header .navbar-brand .brand-logo {
        max-width: 100px;
    }
}

.page-header .navbar-brand .brand-logo.light-logo {
    display: block;
}

.page-header .navbar-brand .brand-logo.dark-logo {
    display: none;
}

.page-header .navbar-brand .brand-name {
    color: #fff;
    margin-right: .5rem;
}

.page-header .navbar-menu-wraper {
    margin-right: auto;
    position: relative;
}

    .page-header .navbar-menu-wraper:after {
        content: '';
        display: block;
        width: 1px;
        height: 15px;
        position: absolute;
        background-color: #fff;
        opacity: .5;
        right: 100%;
        top: 50%;
        transform: translate(2rem, -50%);
    }

@media (max-width: 1199px) {
    .page-header .navbar-menu-wraper {
        position: fixed;
        top: 75px;
        right: 0;
        visibility: hidden;
        opacity: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.25);
        transition: all 0.5s ease-in-out 0s;
    }

        .page-header .navbar-menu-wraper.show-menu {
            visibility: visible;
            opacity: 1;
        }
}

@media (max-width: 1199px) and (max-width: 1199px) {
    .page-header .navbar-menu-wraper.show-menu .navbar-nav {
        right: 0;
        height: calc(100% - 75px);
    }
}

.page-header .navbar-nav {
    display: flex;
    flex-direction: row;
    text-transform: capitalize;
    transition: all 0.5s ease-in-out 0s;
}

@media (max-width: 1199px) {
    .page-header .navbar-nav {
        flex-direction: column;
        position: absolute;
        right: -100%;
        height: 100%;
        width: 75%;
        overflow: auto;
        top: 0;
        padding: 0;
        padding-bottom: 1.5rem;
        background-color: #005f7f;
        overflow-x: hidden;
    }
}

.page-header .nav-item {
    margin: 0;
    padding: 0;
    position: relative;
    margin-left: 1.5rem;
}

    .page-header .nav-item:last-child {
        margin-left: 0;
    }

@media (max-width: 1199px) {
    .page-header .nav-item {
        margin-left: 0;
    }
}

.page-header .nav-link {
    position: relative;
    font-size: .85rem;
    font-weight: 600;
    letter-spacing: .75px;
    padding: .5rem 0 !important;
    color: #fff;
    opacity: .85;
    transition: all 0.2s ease-in-out 0s;
}

    .page-header .nav-link::after {
        content: '';
        display: block;
        width: 100%;
        height: 2px;
        position: absolute;
        top: 3.5rem;
        visibility: hidden;
        opacity: 0;
        right: 50%;
        transform: translateX(50%);
        background-color: #fff;
        transition: all 0.3s ease-in-out 0s;
    }

    .page-header .nav-link.active, .page-header .nav-link:hover {
        opacity: 1;
    }

        .page-header .nav-link.active::after, .page-header .nav-link:hover::after {
            opacity: 1;
            visibility: visible;
            top: 2.5rem;
            background-color: #fff;
        }

@media (max-width: 1199px) {
    .page-header .nav-link.active::after, .page-header .nav-link:hover::after {
        display: none;
    }
}

.page-header .nav-link .icon {
    display: none;
}

@media (max-width: 1199px) {
    .page-header .nav-link .icon {
        display: inline-block;
        margin-left: 1rem;
        font-size: 1rem;
    }
}

@media (max-width: 1199px) {
    .page-header .nav-link {
        display: inline-block;
        padding: 1.25rem 1rem !important;
        width: 100%;
    }

        .page-header .nav-link:hover {
            padding-right: 1.5rem;
            background-color: #fff;
            color: #005f7f;
        }
}

.page-header .header-cta {
    padding: .5rem .75rem;
    font-size: 1rem;
    font-weight: 700;
    border-color: rgba(149 75 151 / 56%);
    margin-right: 1rem;
    border-radius: 16px;
    background-color: rgb(230 132 233);
    color: #ffffff;
    font-family: Somar Sans;
}


    .page-header .header-cta.call-us {
        font-size: 1rem;
        font-weight: 300;
        border-radius: 16px;
        background-color: rgb(230 132 233);
        color: #ffffff;
        font-family: Somar Sans;
    }
        .page-header .header-cta.call-us .icon {
            margin-left: .25rem;
        }

@media (max-width: 575px) {
    .page-header .header-cta.call-us {
        font-size: .9rem;
    }
}

.page-header .header-cta:hover {
   
    background-color: #413E76;
    color: #fff !important;
    border-color: #413E76;
}

@media (max-width: 1199px) {
    .page-header .header-cta {
        position: absolute;
        left: 0;
        bottom: 50%;
        transform: translateY(50%);
    }

        .page-header .header-cta:hover {
            background-color: #005f7f;
            color: #fff;
            border-color: #005f7f;
        }
}

.page-header .menu-toggler-btn {
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 1.5rem;
    width: 2rem;
    z-index: 100;
    margin-bottom: 1rem;
    margin-top: 1rem;
    cursor: pointer;
}

    .page-header .menu-toggler-btn > span {
        display: block;
        width: 100%;
        height: 3px;
        border-radius: 1px;
        transition: all 0.5s ease-in-out 0s;
        background-color: #fff;
    }

@media (max-width: 1199px) {
    .page-header .menu-toggler-btn {
        display: flex;
        order: -1;
        margin-left: 2rem;
    }
}

@media (max-width: 575px) {
    .page-header .menu-toggler-btn {
        margin-left: 1rem;
    }
}

.page-header .close-menu-btn span:nth-child(1) {
    transform: rotate(225deg) translate(-7px, -8px);
}

.page-header .close-menu-btn span:nth-child(2) {
    display: none;
}

.page-header .close-menu-btn span:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -8px);
}

.has-sub-menu > .sub-menu {
    list-style: none;
    position: absolute;
    top: 100%;
    min-width: 18rem;
    right: 0;
    margin: 0;
    padding: 1rem 0;
    transform: translateY(4rem);
    visibility: hidden;
    opacity: 0;
    z-index: 1000;
    background-color: #fff;
    box-shadow: 0px 0px 30px 0px rgba(37, 37, 37, 0.25);
    transition: all 0.5s ease-in-out 0s;
}

@media (max-width: 1199px) {
    .has-sub-menu > .sub-menu {
        position: static;
        border: none;
        box-shadow: none;
        padding: 0;
        transform: translateY(0);
        visibility: visible;
        opacity: 1;
        display: none;
        background-color: #005f7f;
        transition: none;
    }
}

.has-sub-menu > .sub-menu .sub-menu-item {
    padding: 0;
    margin: 0;
}

.has-sub-menu > .sub-menu .sub-menu-link {
    color: #005f7f;
    padding: 1rem 1rem 1rem 1.5rem !important;
    transition: all 0.25s ease-in-out 0s;
}

    .has-sub-menu > .sub-menu .sub-menu-link:after {
        display: none;
    }

    .has-sub-menu > .sub-menu .sub-menu-link:hover {
        color: #fff;
        background-color: #005f7f;
        padding-right: 2rem !important;
    }

    .has-sub-menu > .sub-menu .sub-menu-link .icon {
        display: inline-block;
        margin-left: 1rem;
        font-size: 1rem;
    }

@media (max-width: 1199px) {
    .has-sub-menu > .sub-menu .sub-menu-link {
        color: #f1f1f1;
    }

        .has-sub-menu > .sub-menu .sub-menu-link:hover {
            color: #005f7f;
            background-color: #fff;
        }
}

.has-sub-menu .down-Arrow-icon {
    line-height: 1;
    font-size: .5rem;
    margin-right: .25rem;
}

.has-sub-menu:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
    transform: translateY(1.5rem);
}

@media (max-width: 1199px) {
    .has-sub-menu:hover > .sub-menu {
        transform: translateY(0);
    }
}

.has-sub-menu .has-sub-menu .sub-menu {
    top: 0;
    left: 100%;
    right: auto;
}

.has-sub-menu .has-sub-menu:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

.has-sub-menu .has-sub-menu .down-Arrow-icon {
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    transition: transform, 0.25s;
}

@media (max-width: 1199px) {
    .has-sub-menu .has-sub-menu {
        position: static;
        transform: none;
    }
}

.header-search-btn {
    width: 3rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

    .header-search-btn svg.search-icon {
        fill: #fff;
        max-width: 1.5rem;
    }

    .header-search-btn img {
        max-width: 1.5rem;
    }

@media (max-width: 1199px) {
    .header-search-btn {
        display: none;
    }
}

.header-call-us {
    margin-right: 1rem;
}

    .header-call-us .call-us-link {
        color: #fff;
        font-size: 1.25rem;
        font-weight: 400;
        text-decoration: none !important;
        transition: 0.3s 0.5s ease-in-out 0s;
    }

        .header-call-us .call-us-link:hover {
            color: #005f7f;
        }

        .header-call-us .call-us-link .icon {
            margin-left: .25rem;
        }

.call-us-banner {
    display: flex;
    align-items: center;
    margin-right: 1rem;
}

    .call-us-banner .icon {
        font-size: 2.5rem;
        margin-left: .75rem;
        color: #fff;
    }

    .call-us-banner .text {
        display: flex;
        flex-direction: column;
    }

        .call-us-banner .text .cta-text {
            color: #fff;
            font-size: .9rem;
            font-weight: 500;
            text-transform: capitalize;
            opacity: .85;
        }

        .call-us-banner .text .call-us-link {
            color: #fff;
            font-size: 1.25rem;
            font-weight: 500;
            text-decoration: none;
        }

            .call-us-banner .text .call-us-link:hover {
                opacity: .85;
            }

@media (max-width: 1199px) {
    .call-us-banner {
        position: absolute;
        left: 0;
        bottom: 50%;
        transform: translateY(50%);
    }
}

.header-search-box {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 0;
    background-color: rgba(18, 18, 18, 0.95);
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease-in-out 0s;
    z-index: 1200;
}

    .header-search-box.show {
        height: 100%;
        visibility: visible;
        opacity: 1;
    }

        .header-search-box.show .search-form {
            visibility: visible;
            opacity: 1;
            transform: translateY(0);
        }

    .header-search-box .close-search {
        position: absolute;
        left: 25%;
        top: 25%;
        width: 3.5rem;
        height: 3.5rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }

        .header-search-box .close-search:before, .header-search-box .close-search::after {
            content: "";
            height: 2px;
            width: 40px;
            background-color: #fff;
            display: block;
            transform-origin: center;
        }

        .header-search-box .close-search:before {
            transform: rotate(45deg) translateX(2px);
        }

        .header-search-box .close-search:after {
            transform: rotate(-45deg) translateX(1px);
        }

    .header-search-box .search-form {
        position: relative;
        visibility: hidden;
        opacity: 0;
        transform: translateY(5rem);
        transition: all 0.5s ease-in-out 0s;
        transition-delay: .25s;
        width: 50%;
    }

@media (max-width: 1199px) {
    .header-search-box .search-form {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .header-search-box .search-form {
        width: 80%;
    }
}

.header-search-box .search-form .search-lbl {
    visibility: hidden;
    opacity: 0;
    width: 0;
}

.header-search-box .search-form input[type="search"]::-webkit-search-decoration,
.header-search-box .search-form input[type="search"]::-webkit-search-cancel-button,
.header-search-box .search-form input[type="search"]::-webkit-search-results-button,
.header-search-box .search-form input[type="search"]::-webkit-search-results-decoration {
    -webkit-appearance: none;
}

.header-search-box .search-form .search-input {
    border: none;
    border-bottom: 2px solid #005f7f;
    font-size: 2.5rem;
    outline: none;
    color: #fff;
    background-color: transparent;
    width: 100%;
}

@media (max-width: 767px) {
    .header-search-box .search-form .search-input {
        font-size: 1.5rem;
    }
}

.header-search-box .search-form .search-btn {
    -webkit-appearance: none;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: auto;
    outline: none;
    border: none;
    background: transparent;
    color: #005f7f;
    font-size: 1.5rem;
}

.header-stand-out {
    background-color: #005f7f;
    border-color: rgba(0, 0, 0, 0);
    box-shadow: 0px 1px 30px 0px rgba(37, 37, 37, 0.25);
}

.menu-on-start .navbar-menu-wraper {
    margin-left: auto;
    margin-right: 3rem;
}

@media (max-width: 1199px) {
    .menu-on-start .navbar-menu-wraper {
        margin: 0;
    }
}

.menu-on-end .navbar-menu-wraper {
    margin-right: auto;
    margin-left: 1rem;
}

@media (max-width: 1199px) {
    .menu-on-end .navbar-menu-wraper {
        margin: 0;
    }
}

.menu-on-center .navbar-menu-wraper {
    margin-right: auto;
    margin-left: auto;
}

@media (max-width: 1199px) {
    .menu-on-center .navbar-menu-wraper {
        margin: 0;
    }
}

.dark-header.header-stand-out {
    background-color: #252525;
}

    .dark-header.header-stand-out .header-search-btn svg.search-icon {
        fill: #fff;
    }

    .dark-header.header-stand-out .navbar-menu-wraper:after {
        background-color: #fff;
    }

@media (max-width: 1199px) {
    .dark-header.header-stand-out .navbar-menu-wraper {
        background-color: rgba(0, 0, 0, 0.25);
    }
}

@media (max-width: 1199px) {
    .dark-header.header-stand-out .navbar-nav {
        background-color: #252525;
    }
}

.dark-header.header-stand-out .nav-link {
    color: #fff;
}

    .dark-header.header-stand-out .nav-link::after {
        background-color: #fff;
    }

    .dark-header.header-stand-out .nav-link.active, .dark-header.header-stand-out .nav-link:hover {
        color: #fff;
    }

        .dark-header.header-stand-out .nav-link.active::after, .dark-header.header-stand-out .nav-link:hover::after {
            background-color: #fff;
        }

@media (max-width: 1199px) {
    .dark-header.header-stand-out .nav-link {
        color: #fff;
        background-color: #252525;
    }

        .dark-header.header-stand-out .nav-link:hover {
            color: #252525;
            background-color: #fff;
        }
}

.dark-header.header-stand-out .header-cta {
    background-color: #005f7f;
    color: #fff;
}

    .dark-header.header-stand-out .header-cta:hover {
        background-color: rgba(0, 0, 0, 0);
        color: #fff;
        border-color: #fff;
    }

.dark-header.header-stand-out .call-us-banner .icon {
    color: #fff;
}

.dark-header.header-stand-out .call-us-banner .text .cta-text {
    color: #fff;
}

.dark-header.header-stand-out .call-us-banner .text .call-us-link {
    color: #fff;
}

.dark-header.header-stand-out .menu-toggler-btn > span {
    background-color: #fff;
}

.dark-header .has-sub-menu .sub-menu .sub-menu-link {
    color: #252525;
}

    .dark-header .has-sub-menu .sub-menu .sub-menu-link:hover {
        color: #fff;
        background-color: #121212;
    }

@media (max-width: 1199px) {
    .dark-header .has-sub-menu .sub-menu .sub-menu-link {
        color: #fff;
    }

        .dark-header .has-sub-menu .sub-menu .sub-menu-link:hover {
            color: #121212;
            background-color: #fff;
        }
}

@media (max-width: 1199px) {
    .dark-header .has-sub-menu .sub-menu {
        background-color: #252525;
    }
}

.light-header.header-stand-out {
    background-color: #fff;
}

    .light-header.header-stand-out .header-search-btn svg.search-icon {
        fill: #252525;
    }

    .light-header.header-stand-out .navbar-brand .brand-logo.light-logo {
        display: none;
    }

    .light-header.header-stand-out .navbar-brand .brand-logo.dark-logo {
        display: block;
    }

    .light-header.header-stand-out .navbar-brand .brand-name {
        color: #005f7f;
        margin-right: .5rem;
    }

    .light-header.header-stand-out .navbar-menu-wraper:after {
        background-color: #121212;
    }

@media (max-width: 1199px) {
    .light-header.header-stand-out .navbar-menu-wraper {
        background-color: rgba(0, 0, 0, 0.25);
    }
}

@media (max-width: 1199px) {
    .light-header.header-stand-out .navbar-nav {
        background-color: #fff;
    }
}

.light-header.header-stand-out .nav-link {
    color: #121212;
}

    .light-header.header-stand-out .nav-link::after {
        background-color: #121212;
    }

@media (max-width: 1199px) {
    .light-header.header-stand-out .nav-link {
        color: #121212;
    }

        .light-header.header-stand-out .nav-link:hover {
            color: #fff;
            background-color: #121212;
        }
}

.light-header.header-stand-out .header-cta {
    background-color: rgb(230 132 233);
    color: #fff;
}

    .light-header.header-stand-out .header-cta:hover {
        background-color: #413E76;
        color: #fff;
        border-color: #413E76;
    }

.light-header.header-stand-out .call-us-banner .icon {
    color: #005f7f;
}

.light-header.header-stand-out .call-us-banner .text .cta-text {
    color: #005f7f;
}

.light-header.header-stand-out .call-us-banner .text .call-us-link {
    color: #252525;
}

.light-header.header-stand-out .menu-toggler-btn > span {
    background-color: #252525;
}

.light-header .has-sub-menu .sub-menu {
    background-color: #fff;
}

    .light-header .has-sub-menu .sub-menu .sub-menu-link {
        color: #252525;
    }

        .light-header .has-sub-menu .sub-menu .sub-menu-link:hover {
            color: #fff;
            background-color: #252525;
        }

@media (max-width: 1199px) {
    .light-header .has-sub-menu .sub-menu .sub-menu-link {
        color: #252525;
        background-color: #fff;
    }

        .light-header .has-sub-menu .sub-menu .sub-menu-link:hover {
            color: #fff;
            background-color: #252525;
        }
}

/*02- End .page-header Rules    */
/*  03- Start .page-hero Rules   */
.page-hero .hero-text-area .hero-title {
    position: relative;
    font-family: "Tajawal", "sans-serif";
    font-weight: 400;
    font-size: 4rem;
    text-transform: capitalize;
    margin-bottom: 1.5rem;
    color: #fff;
    line-height: 1.2;
    display: inline-block;
}

@media (max-width: 1199px) {
    .page-hero .hero-text-area .hero-title {
        font-size: 2.5rem;
    }
}

@media (max-width: 575px) {
    .page-hero .hero-text-area .hero-title {
        font-size: 2rem;
    }
}

@media (max-height: 500px) {
    .page-hero .hero-text-area .hero-title {
        font-size: 2rem;
    }
}

.page-hero .hero-text-area .hero-subtitle {
    color: #f1f1f1;
    font-size: 1.15rem;
    font-weight: 400;
    margin-bottom: 2rem;
    line-height: 1.7;
    max-width: 80%;
}

@media (max-width: 991px) {
    .page-hero .hero-text-area .hero-subtitle {
        font-size: 1rem;
        max-width: unset;
    }
}

.page-hero .hero-social-icons {
    position: absolute;
    z-index: 900;
    transition: all 0.5s ease-in-out 0s;
}

    .page-hero .hero-social-icons.start-align {
        right: 3rem;
        left: auto;
    }

    .page-hero .hero-social-icons.center-align {
        width: 100%;
        text-align: center;
    }

    .page-hero .hero-social-icons.end-align {
        left: 3rem;
        right: auto;
    }

    .page-hero .hero-social-icons.center-position {
        top: 50%;
        transform: translateY(-50%);
    }

    .page-hero .hero-social-icons.bottom-position {
        bottom: 4rem;
        top: auto;
    }

    .page-hero .hero-social-icons .dir-row .sc-list .sc-item:not(:last-child) {
        margin-left: 2rem;
    }

    .page-hero .hero-social-icons .dir-row .sc-list .sc-item .sc-icon {
        color: #fff;
    }

    .page-hero .hero-social-icons .dir-col .sc-list .sc-item:not(:last-child) {
        margin-bottom: 2rem;
    }

    .page-hero .hero-social-icons .dir-col .sc-list .sc-item .sc-icon {
        color: #fff;
    }

@media (max-width: 991px) {
    .page-hero .hero-social-icons {
        display: none;
    }
}

@media (max-height: 500px) {
    .page-hero .hero-social-icons {
        display: none;
    }
}

.page-hero .lead-generation-area {
    padding-right: 2rem;
}

@media (max-width: 1199px) {
    .page-hero .lead-generation-area {
        padding-right: 0rem;
    }
}

.page-hero .lead-generation-area .input-wraper {
    margin-bottom: 1rem;
}

    .page-hero .lead-generation-area .input-wraper:last-of-type {
        margin-bottom: 2rem;
    }

.page-hero .lead-generation-area form {
    border-radius: .5rem;
    box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.25);
    background: #252525;
    padding: 1rem;
    text-transform: capitalize;
}

.page-hero .lead-generation-area .subscribe-btn {
    display: block;
    outline: none !important;
    border-radius: .25rem;
    margin: 0 auto;
    background: #005f7f;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    border: 2px solid #005f7f !important;
}

    .page-hero .lead-generation-area .subscribe-btn:hover {
        background: rgba(0, 0, 0, 0);
        color: #005f7f;
        border-color: #005f7f;
    }

.page-hero .lead-generation-area label,
.page-hero .lead-generation-area .label {
    margin-bottom: 0;
    color: #f1f1f1;
}

.page-hero .lead-generation-area input:not([type="submit"]) {
    color: #fff !important;
}

    .page-hero .lead-generation-area input:not([type="submit"])[type="email"] {
        text-transform: lowercase;
    }

    .page-hero .lead-generation-area input:not([type="submit"])::placeholder {
        color: #005f7f;
        opacity: .5;
    }

.page-hero .lead-generation-area .multi-field-form {
    padding: 2rem 1rem;
    background: #fff;
}

    .page-hero .lead-generation-area .multi-field-form .form-heading {
        margin-bottom: 2rem;
        color: #252525;
        border-bottom: 2px solid #005f7f;
        padding-bottom: .75rem;
        text-transform: capitalize;
        font-size: 1.5rem;
        font-weight: 700;
    }

    .page-hero .lead-generation-area .multi-field-form label,
    .page-hero .lead-generation-area .multi-field-form .label {
        margin-bottom: 0;
        color: #252525;
        font-weight: 700;
    }

    .page-hero .lead-generation-area .multi-field-form input:not([type="submit"]) {
        color: #252525 !important;
    }

        .page-hero .lead-generation-area .multi-field-form input:not([type="submit"])::placeholder {
            color: #005f7f;
            opacity: .5;
        }

.page-hero .lead-generation-area .single-field-form {
    padding: 0;
    margin: 0;
    position: relative;
    border-radius: 2rem;
    background-color: transparent;
}

@media (max-width: 767px) {
    .page-hero .lead-generation-area .single-field-form {
        box-shadow: none;
    }
}

.page-hero .lead-generation-area .single-field-form input[type=email] {
    font-size: 1rem;
    width: 100%;
    padding: .75rem;
    outline: none;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: .25rem;
    color: #4d4d4d;
    background: #fff;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .page-hero .lead-generation-area .single-field-form input[type=email] {
        padding: .5rem;
        margin-bottom: 1rem;
    }
}

.page-hero .lead-generation-area .single-field-form .subscribe-btn {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: .5rem 2rem;
}

    .page-hero .lead-generation-area .single-field-form .subscribe-btn:hover {
        background: #005f7f;
        color: #fff;
        border-color: #005f7f;
    }

@media (max-width: 767px) {
    .page-hero .lead-generation-area .single-field-form .subscribe-btn {
        position: relative;
        width: 100%;
        height: auto;
    }
}

.page-hero .lead-generation-area .highlight {
    color: #005f7f;
    font-weight: 600;
    text-transform: uppercase;
}

.page-hero {
    position: relative;
    z-index: 0;
    min-height: 100vh;
    padding: 120px 0;
    background: #005f7f;
    background: -webkit-linear-gradient(45deg, #403d75, #403d75);
}

@media (max-width: 991px) {
    .page-hero {
        height: auto;
        min-height: 100vh;
    }
}

@media (max-height: 500px) {
    .page-hero {
        height: auto;
    }
}

.page-hero .overlay-color {
    opacity: .65 !important;
}

.page-hero .hero-text-area .tag-line {
    color: #fff;
}

.page-hero .hero-text-area .hero-title .heading-brand-name {
    position: relative;
    display: inline-block;
    line-height: 1;
}

.page-hero .hero-text-area .hero-title .featured-text {
    font-weight: 900;
}

.page-hero .cta-links-area {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
}

@media (max-width: 1199px) {
    .page-hero .cta-links-area {
        text-align: center;
    }
}

@media (max-width: 575px) {
    .page-hero .cta-links-area {
        flex-direction: column;
    }
}

.page-hero .cta-links-area .cta-link {
    margin-bottom: 0;
    margin-left: 1rem;
    font-size: 1.15rem;
    background: rgba(0, 0, 0, 0);
    color: #fff;
    border-color: #fff;
    min-width: 200px;
    margin-bottom: 1rem;
}

@media (max-width: 991px) {
    .page-hero .cta-links-area .cta-link {
        font-size: 1rem;
        margin-left: .75rem;
    }
}

@media (max-width: 575px) {
    .page-hero .cta-links-area .cta-link {
        margin-left: 0;
    }
}

.page-hero .cta-links-area .cta-link:last-child {
    margin-left: 0;
}

.page-hero .cta-links-area .cta-link:hover {
    background: #fff;
    color: #005f7f;
    border-color: #fff;
}

.page-hero .cta-links-area .cta-link-primary {
    margin-top: 10px;
    background: #e684e9;
    color: #fff;
    border-color: #e684e9;
    border-radius: 16px;
}

    .page-hero .cta-links-area .cta-link-primary:hover {
        background: #413E76;
        color: #fff;
        border-color: #413E76;
    }

.page-hero .hero-video-bg {
    position: absolute;
    z-index: -2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}

/*  03- End .page-hero Rules   */
/*   04- Start .services Section Rules    */
.services-boxed .overlay-photo-image-bg {
    background-image: url("../assets/Images/sections-bg-images/services.jpg");
    opacity: .25;
}

.services-boxed .service-box {
    position: relative;
    z-index: 1;
    padding: 4rem 2rem;
    transition: all 0.3s ease-in-out 0s;
    z-index: 0;
}

.services-boxed .service-icon {
    margin-bottom: 1.5rem;
    transition: all 0.3s ease-in-out 0s;
}

.services-boxed .font-icon {
    display: inline-block;
    font-size: 2.5rem;
    color: #005f7f;
    transform-origin: center;
}

.services-boxed .service-num {
    font-size: 5rem;
    font-weight: 900;
    position: absolute;
    top: 1rem;
    left: 2rem;
    color: #fff;
    opacity: 0;
    line-height: 1;
}

.services-boxed .img-icon {
    width: 60px;
    height: 60px;
}

.services-boxed .service-content {
    margin-bottom: 1.5rem;
}

.services-boxed .service-title {
    text-transform: capitalize;
    font-size: 1.35rem;
    font-weight: 700;
    font-family: "Tajawal", "sans-serif";
    color: #252525;
    margin-bottom: 1rem;
}

.services-boxed .service-text {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
    margin: 0;
    color: #5f5f5f;
}

@media (max-width: 991px) {
    .lifted-up-box.services-boxed .services-row {
        padding: 6rem 0;
    }
}

.lifted-up-box.services-boxed .service-box {
    margin-top: -8rem;
}

@media (max-width: 991px) {
    .lifted-up-box.services-boxed .service-box {
        margin-top: 0rem;
    }
}

.services-boxed .services-row {
    margin-bottom: 1rem;
}

.services-boxed .service-box {
    margin-bottom: 2rem;
    border-radius: .5rem;
    padding: 2rem;
    border: 1px solid rgba(34, 128, 88, 0.35);
    box-shadow: 0px 0px 10px 0px rgba(18, 18, 18, 0.1);
}

@media (max-width: 991px) {
    .services-boxed .service-box {
        padding: 2rem;
    }
}

.services-boxed .service-box:hover, .services-boxed .service-box.featured {
    background-color: #005f7f;
}

    .services-boxed .service-box:hover .service-num, .services-boxed .service-box.featured .service-num {
        opacity: .1;
    }

    .services-boxed .service-box:hover .service-title,
    .services-boxed .service-box:hover .service-text,
    .services-boxed .service-box:hover .font-icon,
    .services-boxed .service-box:hover .read-more, .services-boxed .service-box.featured .service-title,
    .services-boxed .service-box.featured .service-text,
    .services-boxed .service-box.featured .font-icon,
    .services-boxed .service-box.featured .read-more {
        color: #fff;
    }

/*   04- End .services Section Rules   */
/*  05- Start about Section   */
.about .about {
    position: relative;
}

    .about .about:not(:last-child) {
        margin-bottom: 2.5rem;
    }

.about .about-col,
.about .img-area {
    position: relative;
    z-index: 0;
}

    .about .about-col .photo-banner-start,
    .about .about-col .photo-banner-end,
    .about .img-area .photo-banner-start,
    .about .img-area .photo-banner-end {
        position: absolute;
        min-width: 100px;
        min-height: 250px;
        background-color: rgba(34, 128, 88, 0.85);
        color: #fff;
        padding: 1rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        z-index: 3;
        top: -2rem;
        bottom: auto;
    }

        .about .about-col .photo-banner-start .number,
        .about .about-col .photo-banner-end .number,
        .about .img-area .photo-banner-start .number,
        .about .img-area .photo-banner-end .number {
            -webkit-text-stroke-color: #fff;
            -webkit-text-stroke-width: 2px;
            -webkit-text-fill-color: transparent;
            font-size: 8rem;
            font-weight: 900;
            line-height: 1;
        }

@media (max-width: 767px) {
    .about .about-col .photo-banner-start .number,
    .about .about-col .photo-banner-end .number,
    .about .img-area .photo-banner-start .number,
    .about .img-area .photo-banner-end .number {
        font-size: 4rem;
        font-weight: 700;
    }
}

.about .about-col .photo-banner-start .banner-text,
.about .about-col .photo-banner-end .banner-text,
.about .img-area .photo-banner-start .banner-text,
.about .img-area .photo-banner-end .banner-text {
    font-size: 1.25rem;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0;
}

@media (max-width: 767px) {
    .about .about-col .photo-banner-start .banner-text,
    .about .about-col .photo-banner-end .banner-text,
    .about .img-area .photo-banner-start .banner-text,
    .about .img-area .photo-banner-end .banner-text {
        font-size: 1rem;
    }
}

.about .about-col .photo-banner-start .read-more,
.about .about-col .photo-banner-end .read-more,
.about .img-area .photo-banner-start .read-more,
.about .img-area .photo-banner-end .read-more {
    color: #fff;
}

@media (max-width: 767px) {
    .about .about-col .photo-banner-start,
    .about .about-col .photo-banner-end,
    .about .img-area .photo-banner-start,
    .about .img-area .photo-banner-end {
        top: -1.5rem !important;
        bottom: auto !important;
        right: auto !important;
        left: -1.5rem !important;
        min-height: 180px;
    }
}

@media (max-width: 575px) {
    .about .about-col .photo-banner-start,
    .about .about-col .photo-banner-end,
    .about .img-area .photo-banner-start,
    .about .img-area .photo-banner-end {
        top: 0rem !important;
        bottom: auto !important;
        right: auto !important;
        left: 0rem !important;
    }
}

.about .about-col .photo-banner-start,
.about .img-area .photo-banner-start {
    right: -2rem;
    left: auto;
}

.about .about-col .photo-banner-end,
.about .img-area .photo-banner-end {
    right: auto;
    left: -2rem;
}

.about .about-col .banner-seal-logo,
.about .img-area .banner-seal-logo {
    position: absolute;
    width: 250px;
    height: 250px;
    bottom: 1rem;
    top: auto;
    left: auto;
    right: 1rem;
    background: transparent;
    transform: rotate(15deg);
    z-index: 5;
}

@media (max-width: 767px) {
    .about .about-col .banner-seal-logo,
    .about .img-area .banner-seal-logo {
        width: 150px;
        height: 150px;
    }
}

.about .about-col .banner-seal-logo.to-left,
.about .img-area .banner-seal-logo.to-left {
    left: auto;
    right: 1rem;
}

.about .about-col .banner-seal-logo.to-right,
.about .img-area .banner-seal-logo.to-right {
    right: auto;
    left: 1rem;
}

.about .about-col .video-wraper,
.about .img-area .video-wraper {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(50%, -50%);
    z-index: 10;
}

@media (max-width: 1199px) {
    .about .about-col .video-wraper,
    .about .img-area .video-wraper {
        top: 100%;
        right: 50%;
    }
}

.about .img-area {
    padding: 0;
}

    .about .img-area.framed::before, .about .img-area.framed::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background: transparent;
        border: 2px solid #fff;
        z-index: 5;
    }

    .about .img-area.framed::before {
        border-right: none;
        border-bottom: none;
        top: 30px;
        left: 30px;
    }

    .about .img-area.framed::after {
        border-left: none;
        border-top: none;
        bottom: 30px;
        right: 30px;
    }

    .about .img-area .overlay-color {
        opacity: .5;
        z-index: 1;
    }

@media (max-width: 991px) {
    .about .img-area {
        padding: 0;
       
    }

      
}

.about .content-block:not(:last-child) {
    margin-bottom: 1rem;
}

.about .content-block .pad-start .text-area {
    padding-right: 3rem;
}

@media (max-width: 991px) {
    .about .content-block .pad-start .text-area {
        padding-right: 0;
    }
}

.about .content-block .pad-end .text-area {
    padding-left: 3rem;
}

@media (max-width: 991px) {
    .about .content-block .pad-end .text-area {
        padding-left: 0;
    }
}

.about .text-area {
    position: relative;
    padding: 3rem 0;
}

    .about .text-area .cta-area {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .about .text-area .cta-area .signature {
            max-width: 200px;
            display: flex;
            flex-direction: column;
            align-items: center;
        }

            .about .text-area .cta-area .signature .poss {
                display: block;
                font-size: .75rem;
                color: #005f7f;
                margin-top: -.5rem;
                text-transform: capitalize;
            }

.about .about-title {
    font-size: 2.25rem;
    font-weight: 800;
    text-transform: capitalize;
    font-family: "Tajawal", "sans-serif";
    margin-bottom: 1.25rem;
    color: #252525;
}

@media (max-width: 767px) {
    .about .about-title {
        font-size: 2rem;
        margin-bottom: .75rem;
    }
}

.about .section-heading {
    margin-bottom: 1rem;
}

.about .first-p {
    font-family: "Tajawal", "sans-serif";
    font-weight: 500;
    font-size: 1.1rem;
    font-style: italic;
    color: #252525;
    opacity: .85;
    line-height: 1.7;
    margin-bottom: 1rem;
}

    .about .first-p::first-letter {
        text-transform: capitalize;
    }

.about .about-text {
    font-weight: 400;
    font-size: 1.1rem;
    line-height: 1.7;
    margin-bottom: 2rem;
    color: #5f5f5f;
    letter-spacing: .5px;
    padding-left: 55px
}
#tyy #hmoile {
    font-size: 16px !important;
}
#tyy #col1 {
    left:6px;
    width: 112px;
    height: 186px;
}

    #tyy #col1 #crd1 {
        width: 112px;
        height: 186px;
        background: rgba(0,95,127,1);
        border-radius: 8px;
    }

#tyy #col2 {
    left: 14px;
    width: 112px;
    height: 186px;
}

    #tyy #col2 #crd2 {
        width: 112px;
        height: 186px;
        background: rgba(255,255,255,1);
        border-radius: 8px;
    }

#tyy #col3 {
    left: 27px;
    width: 112px;
    height: 186px;
}

    #tyy #col3 #crd3 {
        width: 112px;
        height: 186px;
        background: rgba(255,255,255,1);
        border-radius: 8px;
    }

    .about .about-text::first-letter {
        text-transform: capitalize;
    }

.about .info-items .menu-items {
    margin: 0;
    padding: 2rem 0;
    list-style: none;
}

    .about .info-items .menu-items .info-item {
        margin-bottom: 1.25rem;
        display: flex;
        align-items: start;
        justify-content: start;
    }

@media (max-width: 767px) {
    .about .info-items .menu-items .info-item {
        flex-direction: column;
    }
}

.about .info-items .menu-items .info-item .info-content {
    padding-left: 3rem;
}

.about .info-items .menu-items .info-item .info-title {
    font-family: "Tajawal", "sans-serif";
    margin-bottom: .75rem;
    color: #252525;
    font-weight: 500;
    font-size: 1.25rem;
    text-transform: capitalize;
}

.about .info-items .menu-items .info-item .info-text {
    font-size: 1rem;
    font-weight: 400;
    color: #5f5f5f;
}

.about .info-items .menu-items .info-item .info-icon {
    margin-left: 1.5rem;
    margin-bottom: 1.5rem;
    color: #005f7f;
    font-size: 2.5rem;
    transition: transform 0.3s ease-in-out 0s;
}

.about .info-items .menu-items .info-item .info-img-icon {
    margin-left: 1.5rem;
    margin-bottom: 1.5rem;
    width: 60px;
    height: 60px;
    transition: transform 0.3s ease-in-out 0s;
}

.about .info-items .menu-items .info-item:hover .info-icon,
.about .info-items .menu-items .info-item:hover .info-img-icon {
    transform: translateY(-5px);
}

.about .info-items-grid {
    padding: 3rem 0;
}

    .about .info-items-grid .info-item {
        margin-bottom: 3rem;
    }

        .about .info-items-grid .info-item .item-title {
            display: flex;
            align-items: center;
            margin-bottom: 1.5rem;
            font-size: 1.5rem;
            font-weight: 600;
            font-family: "Tajawal", "sans-serif";
            text-transform: capitalize;
        }

            .about .info-items-grid .info-item .item-title .item-icon {
                margin-left: .75rem;
                font-size: 2.25rem;
                color: #005f7f;
            }

        .about .info-items-grid .info-item .item-text {
            font-weight: 400;
            font-size: .85;
            opacity: .75;
        }

.about .about-stats {
    margin-bottom: 2rem;
}

    .about .about-stats .stat-box {
        text-align: center;
        padding: 1.5rem;
        margin-bottom: 0;
    }

        .about .about-stats .stat-box .stat-num {
            color: #252525;
            font-size: 3rem;
            font-weight: 700;
            margin-bottom: .25rem;
            display: inline-block;
            position: relative;
        }

            .about .about-stats .stat-box .stat-num .sign {
                font-size: 2.5rem;
                color: #005f7f;
                font-weight: 600;
                position: absolute;
                right: 0;
                top: 50%;
                transform: translate(100%, -50%);
            }

        .about .about-stats .stat-box .stat-desc {
            font-size: 1rem;
            font-weight: 300;
            line-height: 1.2;
            color: #4d4d4d;
            text-transform: uppercase;
        }

@media (max-width: 991px) {
    .about .about-stats .stat-box .stat-num {
        font-size: 2rem;
        font-weight: 700;
    }

        .about .about-stats .stat-box .stat-num .sign {
            font-size: 1.25rem;
        }
}

.about .wide-img-area {
    position: absolute;
    width: 100%;
    height: 100%;
    max-height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    z-index: 0;
}

    .about .wide-img-area .overlay {
        z-index: 2;
        opacity: 0;
        transition: all 0.3s ease-in-out 0s;
    }

    .about .wide-img-area > img {
        width: 100%;
        max-width: 100%;
        height: auto;
        min-height: 100%;
        transform-origin: center;
        object-fit: cover;
        transition: all 0.5s ease-in-out 0s;
    }

    .about .wide-img-area:hover .overlay {
        opacity: 0.5;
    }

@media (max-width: 991px) {
    .about .wide-img-area {
        position: relative;
        width: 100%;
        max-height: 360px;
    }
}

.about .wide-img-from-start-dir,
.about .wide-img-from-end-dir {
    margin-bottom: 0 !important;
}

    .about .wide-img-from-start-dir .text-area,
    .about .wide-img-from-end-dir .text-area {
        margin: 0 5rem;
        padding: 5rem 0;
    }

@media (min-width: 1920px) {
    .about .wide-img-from-start-dir .text-area,
    .about .wide-img-from-end-dir .text-area {
        max-width: 950px;
        margin: 0 auto;
    }
}

@media (max-width: 991px) {
    .about .wide-img-from-start-dir .text-area,
    .about .wide-img-from-end-dir .text-area {
        margin: 0 1rem;
        padding: 3rem 0;
    }
}

@media (max-width: 991px) {
    .about .wide-img-from-start-dir .wide-img-area,
    .about .wide-img-from-end-dir .wide-img-area {
        max-height: 500px;
    }
}

/*  05- End about Section    */
/*   06- Start portfolio Section  */
.portfolio {
    overflow: hidden;
    position: relative;
}

    .portfolio .portfolio-wraper {
        overflow: hidden;
        margin-bottom: 3rem;
    }

    .portfolio .portfolio-btn-list {
        list-style: none;
        padding: 0;
        margin: 0;
        text-transform: capitalize;
        margin-bottom: 2rem;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

        .portfolio .portfolio-btn-list .portfolio-btn {
            position: relative;
            margin: 5px;
            padding: .5rem 1rem;
            text-align: center;
            font-size: 1.1rem;
            font-weight: 700;
            z-index: 1;
            color: #252525;
            background: rgba(0, 0, 0, 0);
            cursor: pointer;
            transition: all 0.3s ease-in-out 0s;
        }

            .portfolio .portfolio-btn-list .portfolio-btn:first-child {
                padding-right: 0;
            }

            .portfolio .portfolio-btn-list .portfolio-btn:last-child {
                padding-left: 0;
            }

            .portfolio .portfolio-btn-list .portfolio-btn:not(:last-child)::before {
                content: "";
                width: .5rem;
                height: .5rem;
                background-color: #005f7f;
                position: absolute;
                right: 100%;
                top: 50%;
                transform: translateY(-50%);
            }

            .portfolio .portfolio-btn-list .portfolio-btn:hover, .portfolio .portfolio-btn-list .portfolio-btn.active {
                color: #005f7f;
            }

    .portfolio .portfolio-group {
        direction: ltr;
        position: relative;
    }

    .portfolio .portfolio-img-link {
        position: relative;
        display: block;
        overflow: hidden;
        outline: none;
        z-index: 1;
        transition: all 0.5s ease-in-out 0s;
    }

    .portfolio .portfolio-item {
        position: relative;
        overflow: hidden;
        z-index: 1;
        padding-left: .75rem;
        margin-bottom: .75rem;
    }

@media (max-width: 575px) {
    .portfolio .portfolio-item {
        padding-left: 0;
    }
}

.portfolio .item {
    overflow: hidden;
    position: relative;
}

    .portfolio .item .overlay-color {
        z-index: 2;
        opacity: 0;
    }

    .portfolio .item:hover .item-info {
        transform: scale(1);
        opacity: 1;
    }

    .portfolio .item:hover .overlay-color {
        opacity: 0.5;
    }

    .portfolio .item:hover .portfolio-img {
        transform: scale(1.05);
        transform-origin: center;
    }

    .portfolio .item:hover .icon {
        opacity: 1;
        top: 50%;
        transform: translate(50%, -50%);
    }

    .portfolio .item .portfolio-img {
        display: block;
        min-width: 100%;
        object-fit: cover;
        height: 350px;
        transition: all 1s ease 0s;
    }

    .portfolio .item .item-info {
        position: absolute;
        width: 90%;
        height: 90%;
        right: 5%;
        top: 5%;
        transform: scale(0);
        transform-origin: center;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        opacity: 0;
        background-color: rgba(18, 18, 18, 0.75);
        pointer-events: none;
        transition: all 0.3s ease-out 0s;
        z-index: 5;
    }

        .portfolio .item .item-info .icon {
            opacity: 1;
            bottom: 0%;
            top: auto;
        }

        .portfolio .item .item-info .info-title {
            display: block;
            font-size: 1.25rem;
            font-weight: 700;
            text-transform: capitalize;
            color: #fff;
        }

        .portfolio .item .item-info .tags-list {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .portfolio .item .item-info .tag-item {
            display: inline-block;
            position: relative;
            margin-left: 1rem;
        }

            .portfolio .item .item-info .tag-item:not(:first-child) {
                margin-right: 1rem;
            }

            .portfolio .item .item-info .tag-item:not(:last-child)::before {
                content: "";
                width: 6px;
                height: 6px;
                border-radius: 50%;
                background-color: #fff;
                position: absolute;
                right: 100%;
                top: 50%;
                margin: 0 1rem;
                transform: translate(-50%, -50%);
            }

        .portfolio .item .item-info .tag-link {
            display: inline-block;
            font-size: 1rem;
            text-transform: capitalize;
            color: #fff;
            text-decoration: none !important;
        }

    .portfolio .item .icon {
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 4rem;
        height: 3rem;
        background: rgba(34, 128, 88, 0.8);
        color: #fff;
        font-size: 1.25rem;
        right: 50%;
        top: 25%;
        transform: translate(50%, 0);
        margin: 0;
        opacity: 0;
        cursor: pointer;
        z-index: 5;
        transition: all 0.25s ease-in-out 0s;
    }

.portfolio-grid-rounded .item {
    border-radius: .5rem;
    overflow: hidden;
}

.portfolio-blocks .item {
    border-radius: 0;
    overflow: hidden;
}

.portfolio-grid-no-gaps .portfolio-item {
    padding: 0;
    margin-bottom: 0;
}

.portfolio-grid-no-gaps .item {
    border-radius: 0;
    overflow: hidden;
}

.portfolio .swiper-button-prev,
.portfolio .swiper-button-next {
    background-image: none;
    width: 4.5rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: #fff;
    background: #005f7f;
    cursor: pointer;
    transition: all 0.3s ease-in-out 0s;
}

    .portfolio .swiper-button-prev:hover,
    .portfolio .swiper-button-next:hover {
        background-color: rgba(34, 128, 88, 0.8);
    }

.portfolio-slider .item .portfolio-img {
    height: 450px;
}

@media (max-width: 767px) {
    .portfolio-slider .item .portfolio-img {
        height: 400px;
    }
}

/*   06- End portfolio Section  */
/*  07- Start our-team Section   */
#our-package .tm-member-card {
    right: 60px;
}
.our-team .tm-member-card {
    position: relative;
    margin-bottom: 2rem;
    width: 390px;
    height: 633px;
    
}

    .our-team .tm-member-card #Rectangle_30 {
        width: 390px;
        height: 360px;
    }

    .our-team .tm-member-card #Rectangle_33 {
        width: 390px;
        height: 360px;
    }
    .our-team .tm-member-card #Rectangle_31 {
        width: 338px;
    }
    .our-team .tm-member-card #Rectangle_34 {
        width: 338px;
    }
    .our-team .tm-member-card #Group_90 {
        left: 92px;
    }

    .our-team .tm-member-card #Macbook_Pro_15 {
        left: 30px;
    }
    .our-team .tm-member-card #Group_91 {
        left: 3px;
    }
    .our-team .tm-member-card #Office_Anywhere___ {
        left: -6px;
        font-size: 16px;
    }
    .our-team .tm-member-card #Group_1_kf {
        left: 32px;
       
    }
    .our-team .tm-member-card #Electronic_Manager__ {
        left: -3px;
        font-size: 16px;
    }

    .our-team .tm-member-card #n______________ {
        left: -8px;
    }
    .our-team .tm-member-card #Group_36 {
        left: 177px;
    }

    .our-team .tm-member-card #Group_37 {
        left: 3px;
    }
.our-team .tm-member-card:hover {
    box-shadow: 1px 1px 10px 5px rgba(18, 18, 18, 0.1);
}

        .our-team .tm-member-card:hover .tm-image > img {
            transform: scale(1.05);
            transform-origin: center;
        }

        .our-team .tm-member-card:hover .tm-image .overlay-color {
            opacity: 0.5;
        }

        .our-team .tm-member-card:hover .tm-image .tm-desc .sc-item {
            transform: translateY(0);
            visibility: visible;
            opacity: 1;
        }

    .our-team .tm-member-card .tm-image {
        position: relative;
        overflow: hidden;
        transition: all 0.5s ease-in-out 0s;
    }

        .our-team .tm-member-card .tm-image .overlay-color {
            z-index: 2;
            opacity: 0;
            transition: all 0.5s ease-in-out 0s;
        }

        .our-team .tm-member-card .tm-image img {
            width: 100%;
            transition: all 0.5s ease-in-out 0s;
        }

        .our-team .tm-member-card .tm-image .tm-desc {
            position: absolute;
            right: 0;
            bottom: 0;
            padding: 1rem;
            z-index: 7;
        }

            .our-team .tm-member-card .tm-image .tm-desc .sc-item {
                transform: translateY(150px);
                visibility: hidden;
                opacity: 0;
                transition: all 0.25s ease-in-out 0s;
            }

                .our-team .tm-member-card .tm-image .tm-desc .sc-item:nth-child(1) {
                    transition-delay: 0.1s;
                }

                .our-team .tm-member-card .tm-image .tm-desc .sc-item:nth-child(2) {
                    transition-delay: 0.2s;
                }

                .our-team .tm-member-card .tm-image .tm-desc .sc-item:nth-child(3) {
                    transition-delay: 0.3s;
                }

                .our-team .tm-member-card .tm-image .tm-desc .sc-item:nth-child(4) {
                    transition-delay: 0.4s;
                }

                .our-team .tm-member-card .tm-image .tm-desc .sc-item:nth-child(5) {
                    transition-delay: 0.5s;
                }

                .our-team .tm-member-card .tm-image .tm-desc .sc-item:nth-child(6) {
                    transition-delay: 0.6s;
                }

    .our-team .tm-member-card .tm-details {
        text-align: right;
        padding: 1rem 0;
    }

        .our-team .tm-member-card .tm-details .tm-name {
            text-transform: capitalize;
            font-size: 1.35rem;
            font-weight: 700;
            margin-bottom: 0;
            color: #005f7f;
        }

        .our-team .tm-member-card .tm-details .tm-role {
            text-transform: capitalize;
            font-size: 1rem;
            font-weight: 500;
            color: #121212;
            opacity: .75;
        }

/*  07- End our-team Section   */
/*  08- Start our-clients Section   */
.our-clients {
    background: #252525;
}

    .our-clients .clients-logos {
        text-align: center;
    }

    .our-clients .logo {
        max-height: 75px;
        transition: all 0.5s ease-in-out 0s;
    }

.our-clients-blocks {
    background: #252525;
}

    .our-clients-blocks .section-heading .section-title {
        color: #f1f1f1;
    }

    .our-clients-blocks .blocks-row {
        margin-bottom: -30px;
    }

    .our-clients-blocks .client-block {
        padding: 1.25rem 0;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 30px;
        transition: all 0.5s ease-in-out 0s;
    }

        .our-clients-blocks .client-block:hover {
            transform: translateY(-10px);
        }

@media (max-width: 767px) {
    .our-clients-blocks .client-block {
        padding: 2rem;
    }
}

/*  08- End our-clients Section   */
/*  09- Start faq Section   */
.faq {
    overflow: unset;
    /*Start FAQ-Accordion Rules*/
    /*End FAQ-Accordion Rules*/
}

    .faq .faq-img {
        text-align: center;
    }

@media (max-width: 991px) {
    .faq .faq-img {
        margin-bottom: 3rem;
    }
}

.faq .faq-accordion .card {
    border: none;
}

    .faq .faq-accordion .card:last-of-type {
        margin-bottom: 0 !important;
    }

.faq .faq-accordion .card-header {
    position: relative;
    background: #252525;
    border-bottom: 2px solid #00c1de;
}

    .faq .faq-accordion .card-header .faq-btn {
        width: 100%;
        padding-right: 0;
        padding-left: 20px;
        text-align: right;
        text-decoration: none;
        text-transform: capitalize;
        border-radius: 0;
        font-size: 1.1rem;
        font-weight: 600;
        white-space: normal;
        color: #fff;
        outline: none;
        box-shadow: none;
    }

        .faq .faq-accordion .card-header .faq-btn::before {
            content: "\f068";
            display: inline-block;
            font-style: normal;
            font-variant: normal;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            font-family: 'Font Awesome 5 free' !important;
            font-weight: 900;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            left: 20px;
            right: auto;
            color: #fff;
        }

        .faq .faq-accordion .card-header .faq-btn.collapsed::before {
            content: "\f067";
        }

.faq .faq-accordion .card-body {
    padding-top: .5rem;
}

    .faq .faq-accordion .card-body .faq-answer {
        font-size: 1rem;
        font-weight: 500;
        line-height: 1.75;
        color: #5f5f5f;
    }

.faq.has-bg-image .overlay-photo-image-bg {
    background-image: url("../assets/Images/sections-bg-images/faq.jpg");
    opacity: 1;
    height: 100%;
}

.faq.has-bg-image .overlay-color {
    height: 100%;
}

.faq.has-bg-image .tag-line {
    color: #fff;
}

.faq.has-bg-image .section-title {
    color: #fff;
}

.faq.has-bg-image .section-subtitle {
    color: rgba(255, 255, 255, 0.75);
}

.faq.has-bg-image .line-on-center,
.faq.has-bg-image .line-on-side {
    background-color: #fff;
}

.faq.has-bg-image .contact-us {
    background-color: #252525;
    padding: 3rem 4rem;
}

.faq.has-bg-image input,
.faq.has-bg-image textarea,
.faq.has-bg-image label {
    color: #fff !important;
}
/*  09- End faq Section  */
/*  10- Start testimonials Section   */
.testimonials.off-grid.bg-img-section .overlay-photo-image-bg,
.testimonials.off-grid.bg-img-section .overlay-color {
    left: 0;
    right: auto;
}

@media (max-width: 991px) {
    .testimonials.off-grid.bg-img-section .overlay-photo-image-bg,
    .testimonials.off-grid.bg-img-section .overlay-color {
        width: 100%;
    }
}

.testimonials.off-grid.bg-img-section .overlay-photo-image-bg {
    background-image: url(../assets/Images/testimonials/testmonials-bg.jpg);
    opacity: 1;
}


.testimonials.off-grid.bg-img-section .overlay-color {
    opacity: 0.5 !important;
}

.testimonials.off-grid .testmonial-box .testimonial-content, .testimonials.stack .testmonial-box .testimonial-content {
    background: #f1f1f1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: right;
    width: 100%;
    margin: 0 auto;
    padding: 4rem 0;
    border: 1px solid rgba(34, 128, 88, 0.5);
    border-bottom: 0.25rem solid #005f7f;
}

@media (max-width: 575px) {
    .testimonials.off-grid .testmonial-box .testimonial-content, .testimonials.stack .testmonial-box .testimonial-content {
        flex-direction: column;
        align-items: start;
        padding: 4rem 1rem;
    }
}

.testimonials.off-grid .testmonial-box .testimonial-content .content, .testimonials.stack .testmonial-box .testimonial-content .content {
    padding: 0 2rem;
    margin-bottom: 1rem;
}

@media (max-width: 767px) {
    .testimonials.off-grid .testmonial-box .testimonial-content .content, .testimonials.stack .testmonial-box .testimonial-content .content {
        padding: 0 1rem;
    }
}

.testimonials.off-grid .testmonial-box .testimonial-content .testimonial-text, .testimonials.stack .testmonial-box .testimonial-content .testimonial-text {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.7;
    font-style: italic;
    color: #252525;
    padding: 0;
    margin: 0;
}

@media (max-width: 991px) {
    .testimonials.off-grid .testmonial-box .testimonial-content .testimonial-text, .testimonials.stack .testmonial-box .testimonial-content .testimonial-text {
        font-size: 1.15rem;
    }
}

.testimonials.off-grid .testmonial-box .testimonial-content .customer-testimonial, .testimonials.stack .testmonial-box .testimonial-content .customer-testimonial {
    position: relative;
}

@media (max-width: 767px) {
    .testimonials.off-grid .testmonial-box .testimonial-content .customer-testimonial, .testimonials.stack .testmonial-box .testimonial-content .customer-testimonial {
        padding: 0;
    }
}

.testimonials.off-grid .testmonial-box .testimonial-content .icon, .testimonials.stack .testmonial-box .testimonial-content .icon {
    position: absolute;
    bottom: -3rem;
    left: 2rem;
    right: auto;
    display: block;
    font-size: 6rem;
    opacity: .2;
    color: #005f7f;
    transform: scaleX(1);
}

.testimonials.off-grid .testmonial-box .testimonial-content .customer-info, .testimonials.stack .testmonial-box .testimonial-content .customer-info {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-shrink: 0;
    justify-content: center;
    padding: 0 2rem;
}

    .testimonials.off-grid .testmonial-box .testimonial-content .customer-info img, .testimonials.stack .testmonial-box .testimonial-content .customer-info img {
        width: 4.5rem;
        height: 4.5rem;
        border: 3px solid #005f7f;
        border-radius: 50%;
        margin-bottom: .75rem;
    }

    .testimonials.off-grid .testmonial-box .testimonial-content .customer-info .customer-details, .testimonials.stack .testmonial-box .testimonial-content .customer-info .customer-details {
        display: inline-block;
        text-align: center;
    }

        .testimonials.off-grid .testmonial-box .testimonial-content .customer-info .customer-details .customer-name, .testimonials.stack .testmonial-box .testimonial-content .customer-info .customer-details .customer-name,
        .testimonials.off-grid .testmonial-box .testimonial-content .customer-info .customer-details .customer-role,
        .testimonials.stack .testmonial-box .testimonial-content .customer-info .customer-details .customer-role {
            text-transform: capitalize;
            font-weight: 600;
            margin-bottom: 0;
            padding-top: 0;
            padding-bottom: 0;
        }

        .testimonials.off-grid .testmonial-box .testimonial-content .customer-info .customer-details .customer-name, .testimonials.stack .testmonial-box .testimonial-content .customer-info .customer-details .customer-name {
            font-size: 1.15rem;
            font-weight: 700;
            color: #252525;
        }


        .testimonials.off-grid .testmonial-box .testimonial-content .customer-info .customer-details .customer-role,
        .testimonials.stack .testmonial-box .testimonial-content .customer-info .customer-details .customer-role {
            font-size: 1rem;
            color: #005f7f;
        }

.testimonials .swiper-container {
    margin-bottom: 3rem;
}

.testimonials.off-grid.bg-img-section .overlay-photo-image-bg,
.testimonials.off-grid.bg-img-section .overlay-color {
    width: 50%;
}

@media (max-width: 991px) {
    .testimonials.off-grid.bg-img-section .overlay-photo-image-bg,
    .testimonials.off-grid.bg-img-section .overlay-color {
        width: 0;
    }
}

.testimonials.off-grid .testmonial-box .testimonial-content .customer-info {
    flex-direction: column;
    text-align: center;
}

@media (max-width: 767px) {
    .testimonials.off-grid .testmonial-box .testimonial-content .customer-info {
        padding: 0 1rem;
        margin-bottom: 1.5rem;
    }
}

@media (max-width: 575px) {
    .testimonials.off-grid .testmonial-box .testimonial-content .customer-info {
        flex-direction: row;
        text-align: right;
    }
}

.testimonials.off-grid .testmonial-box .testimonial-content .customer-info::before {
    content: '';
    position: absolute;
    width: 2px;
    height: 80%;
    top: 50%;
    transform: translateY(-50%);
    background-color: #005f7f;
    border-radius: 1rem;
    left: 0;
}

@media (max-width: 575px) {
    .testimonials.off-grid .testmonial-box .testimonial-content .customer-info::before {
        display: none;
    }
}

@media (max-width: 575px) {
    .testimonials.off-grid .testmonial-box .testimonial-content .customer-info img {
        margin-left: 1rem;
    }
}

.testimonials.stack .testmonial-box .testimonial-content {
    flex-direction: column;
    align-items: start;
}

    .testimonials.stack .testmonial-box .testimonial-content .customer-info {
        margin-bottom: 1.5rem;
    }

@media (max-width: 767px) {
    .testimonials.stack .testmonial-box .testimonial-content .customer-info {
        padding: 0 1rem;
    }
}

.testimonials.stack .testmonial-box .testimonial-content .customer-info img {
    margin-left: 1rem;
}

.testimonials.stack .testmonial-box .testimonial-content .customer-info .customer-details {
    text-align: right;
}

.testimonials .swiper-button-prev,
.testimonials .swiper-button-next {
    background-image: none;
    width: 4.5rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: #fff;
    background: #005f7f;
    cursor: pointer;
    transition: all 0.3s ease-in-out 0s;
    top: 0;
    bottom: auto;
    margin-top: 0;
}

    .testimonials .swiper-button-prev:hover,
    .testimonials .swiper-button-next:hover {
        background-color: rgba(34, 128, 88, 0.8);
    }

.testimonials .swiper-button-prev {
    left: 0;
    right: auto;
    transform: translateX(100%);
}

.testimonials .swiper-button-next {
    left: 0;
    right: auto;
}

/*  10- End testimonials Section   */
/*   11- Start contact-us Section  */
.main-form-wraper.input-under-lined label:not(.lbl-for-checkbox), .main-form-wraper.input-boxed label:not(.lbl-for-checkbox) {
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
    text-transform: capitalize;
    position: absolute;
    font-size: .95rem;
    right: 0;
    top: 0px;
    color: #252525;
    transition: all 0.3s ease-in-out 0s;
}

.main-form-wraper input[type=email]:focus ~ label,
.main-form-wraper input[type=text]:focus ~ label,
.main-form-wraper input[type=password]:focus ~ label,
.main-form-wraper input[type=url]:focus ~ label,
.main-form-wraper input[type=search]:focus ~ label,
.main-form-wraper input[type=number]:focus ~ label,
.main-form-wraper textarea:focus ~ label, .main-form-wraper.input-under-lined .input-wraper.has-text label, .main-form-wraper.input-under-lined input[type=email]:focus ~ label:not(.lbl-for-checkbox),
.main-form-wraper.input-under-lined input[type=text]:focus ~ label:not(.lbl-for-checkbox),
.main-form-wraper.input-under-lined input[type=password]:focus ~ label:not(.lbl-for-checkbox),
.main-form-wraper.input-under-lined input[type=url]:focus ~ label:not(.lbl-for-checkbox),
.main-form-wraper.input-under-lined input[type=search]:focus ~ label:not(.lbl-for-checkbox),
.main-form-wraper.input-under-lined input[type=number]:focus ~ label:not(.lbl-for-checkbox),
.main-form-wraper.input-under-lined textarea:focus ~ label:not(.lbl-for-checkbox), .main-form-wraper.input-boxed .input-wraper.has-text label, .main-form-wraper.input-boxed input[type=email]:focus ~ label:not(.lbl-for-checkbox),
.main-form-wraper.input-boxed input[type=text]:focus ~ label:not(.lbl-for-checkbox),
.main-form-wraper.input-boxed input[type=password]:focus ~ label:not(.lbl-for-checkbox),
.main-form-wraper.input-boxed input[type=url]:focus ~ label:not(.lbl-for-checkbox),
.main-form-wraper.input-boxed input[type=search]:focus ~ label:not(.lbl-for-checkbox),
.main-form-wraper.input-boxed input[type=number]:focus ~ label:not(.lbl-for-checkbox),
.main-form-wraper.input-boxed textarea:focus ~ label:not(.lbl-for-checkbox) {
    top: -30px;
    font-size: 1rem;
    font-weight: 600;
    color: #005f7f;
}

.main-form-wraper .not-req {
    display: none;
}

.main-form-wraper .req {
    color: red;
}

.main-form-wraper .error-msg {
    position: absolute;
    left: 0;
    top: 0;
    transform: translateY(50%);
    font-size: .85rem;
    color: red;
    display: none;
}

.main-form-wraper .done-msg {
    font-size: 1rem;
    color: green;
    transform: translateY(1rem);
    transition: all 0.5s ease-in-out 0s;
}

    .main-form-wraper .done-msg.show {
        visibility: visible;
        opacity: 1;
    }

    .main-form-wraper .done-msg.hide {
        visibility: hidden;
        opacity: 0;
    }

.main-form-wraper .input-wraper {
    position: relative;
    margin-bottom: 3rem;
}

    .main-form-wraper .input-wraper .input-icon {
        position: absolute;
        right: auto;
        left: .5rem;
        top: 50%;
        transform: translateY(-50%);
        color: #5f5f5f;
    }

.main-form-wraper .lbl-for-checkbox {
    margin: 0;
    padding: 0;
    margin-right: .5rem;
    text-transform: capitalize;
    color: #5f5f5f;
    font-size: .85rem;
    cursor: pointer;
}

.main-form-wraper input[type=email],
.main-form-wraper input[type=text],
.main-form-wraper input[type=password],
.main-form-wraper input[type=url],
.main-form-wraper input[type=search],
.main-form-wraper input[type=number],
.main-form-wraper textarea {
    display: block;
    width: 100%;
    padding: .5rem;
    outline: none;
    border: 1px solid rgba(34, 128, 88, 0.5);
    transition: all 0.3s ease-in-out 0s;
    background: rgba(0, 0, 0, 0);
    color: #252525;
}

    .main-form-wraper input[type=email] [type=submit]:focus,
    .main-form-wraper input[type=text] [type=submit]:focus,
    .main-form-wraper input[type=password] [type=submit]:focus,
    .main-form-wraper input[type=url] [type=submit]:focus,
    .main-form-wraper input[type=search] [type=submit]:focus,
    .main-form-wraper input[type=number] [type=submit]:focus,
    .main-form-wraper textarea [type=submit]:focus {
        outline: none !important;
    }

.main-form-wraper textarea {
    min-height: 10rem;
}

.main-form-wraper .keep-me-logged-in {
    position: relative;
    display: flex;
    align-items: center;
}

    .main-form-wraper .keep-me-logged-in .check-input {
        -webkit-appearance: none;
        width: 1rem;
        height: 1rem;
        border-radius: .25rem;
        border: 1px solid #005f7f;
        outline: none;
        cursor: pointer;
    }

        .main-form-wraper .keep-me-logged-in .check-input:checked ~ .icon {
            opacity: 1;
            visibility: visible;
        }

    .main-form-wraper .keep-me-logged-in .icon {
        position: absolute;
        right: 2px;
        top: 4px;
        font-size: .75rem;
        color: #005f7f;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: all 0.5s ease-in-out 0s;
    }

.main-form-wraper input[type=submit] {
    outline: none;
    border: none;
}

.main-form-wraper.input-under-lined .input-wraper.has-text label {
    top: -20px;
}

.main-form-wraper.input-under-lined .input-wraper.has-text .b-border {
    transform: scaleX(1);
}

.main-form-wraper.input-under-lined .input-wraper .b-border {
    display: block;
    width: 100%;
    transform: scaleX(0);
    transform-origin: center;
    height: 2px;
    background: #005f7f;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    transition: all 0.3s ease-in-out 0s;
}

.main-form-wraper.input-under-lined label:not(.lbl-for-checkbox) {
    right: 0;
    top: 0px;
    transition: all 0.3s ease-in-out 0s;
}

.main-form-wraper.input-under-lined input[type=email],
.main-form-wraper.input-under-lined input[type=text],
.main-form-wraper.input-under-lined input[type=password],
.main-form-wraper.input-under-lined input[type=url],
.main-form-wraper.input-under-lined input[type=search],
.main-form-wraper.input-under-lined input[type=number],
.main-form-wraper.input-under-lined textarea {
    padding: .5rem 0;
    border: none;
    border-bottom: 1px solid rgba(34, 128, 88, 0.5);
}

    .main-form-wraper.input-under-lined input[type=email]:focus ~ .b-border,
    .main-form-wraper.input-under-lined input[type=text]:focus ~ .b-border,
    .main-form-wraper.input-under-lined input[type=password]:focus ~ .b-border,
    .main-form-wraper.input-under-lined input[type=url]:focus ~ .b-border,
    .main-form-wraper.input-under-lined input[type=search]:focus ~ .b-border,
    .main-form-wraper.input-under-lined input[type=number]:focus ~ .b-border,
    .main-form-wraper.input-under-lined textarea:focus ~ .b-border {
        transform: scaleX(1);
    }

    .main-form-wraper.input-under-lined input[type=email]:focus ~ label:not(.lbl-for-checkbox),
    .main-form-wraper.input-under-lined input[type=text]:focus ~ label:not(.lbl-for-checkbox),
    .main-form-wraper.input-under-lined input[type=password]:focus ~ label:not(.lbl-for-checkbox),
    .main-form-wraper.input-under-lined input[type=url]:focus ~ label:not(.lbl-for-checkbox),
    .main-form-wraper.input-under-lined input[type=search]:focus ~ label:not(.lbl-for-checkbox),
    .main-form-wraper.input-under-lined input[type=number]:focus ~ label:not(.lbl-for-checkbox),
    .main-form-wraper.input-under-lined textarea:focus ~ label:not(.lbl-for-checkbox) {
        top: -20px;
    }

.main-form-wraper.input-boxed {
    padding-top: 30px;
}

    .main-form-wraper.input-boxed label:not(.lbl-for-checkbox) {
        font-size: 1rem;
        font-weight: 600;
        top: -30px;
        right: 0;
        transition: all 0.3s ease-in-out 0s;
    }

    .main-form-wraper.input-boxed input[type=email]:focus,
    .main-form-wraper.input-boxed input[type=text]:focus,
    .main-form-wraper.input-boxed input[type=password]:focus,
    .main-form-wraper.input-boxed input[type=url]:focus,
    .main-form-wraper.input-boxed input[type=search]:focus,
    .main-form-wraper.input-boxed input[type=number]:focus,
    .main-form-wraper.input-boxed textarea:focus {
        border-color: #005f7f;
    }

.contact-info .map-box .mapouter {
    position: relative;
    text-align: left;
    height: 500px;
    width: 100%;
}

    .contact-info .map-box .mapouter .gmap_canvas {
        overflow: hidden;
        background: none !important;
        height: 500px;
        width: 100%;
    }

    .contact-info .map-box .mapouter .map-iframe {
        width: 100%;
        height: 500px;
        border: none;
    }

@media (max-width: 1199px) {
    .contact-info .map-box {
        margin-bottom: 3rem;
    }
}

.contact-info .info-section {
    padding: 2rem 0;
}

.contact-info .info-panel {
    margin-bottom: 2rem;
    display: flex;
    align-items: start;
}

.contact-info .info-title {
    text-transform: capitalize;
    font-family: "Tajawal", "sans-serif";
    font-size: 1.25rem;
    font-weight: 900;
    margin-bottom: 1.25rem;
    color: #005f7f;
}

    .contact-info .info-title .icon {
        color: #005f7f;
        font-size: 1.5rem;
        margin-left: 1rem;
    }

.contact-info .info-text {
    text-transform: capitalize;
    font-size: .9rem;
    font-weight: 300;
    color: #5f5f5f;
    margin: 0;
    margin-bottom: .5rem;
}

.contact-info .link {
    display: block;
    text-transform: lowercase;
    text-decoration: none;
    font-size: .9rem;
    font-weight: 300;
    color: #5f5f5f;
    margin-bottom: .5rem;
}

    .contact-info .link:hover {
        color: #121212;
    }

.contact-us-image {
    padding-top: 1.25rem;
    padding-bottom: 2.5rem;
    text-align: center;
}

/*End user-form Rules*/
/*   11- End contact-us Section  */
/*  12- Start take-action Section   */
.take-action {
    background: #005f7f;
    padding: 150px 0;
}

    .take-action .wave-shape {
        background: #005f7f;
    }

    .take-action .section-heading .section-title {
        color: #f1f1f1;
    }

    .take-action .section-heading .section-subtitle {
        color: #f1f1f1;
    }

    .take-action .section-heading .line-on-side,
    .take-action .section-heading .line-on-center {
        background-color: #fff;
    }

    .take-action .ma-btn-primary {
        background-color: transparent;
        border-color: #fff;
        color: #fff;
    }

        .take-action .ma-btn-primary:hover {
            background-color: #005f7f;
            border-color: #005f7f;
            color: #fff;
        }

    .take-action .overlay-photo-image-bg {
        background-image: url("../assets/Images/sections-bg-images/take-action.jpg");
        opacity: 1;
    }

    .take-action .overlay-color {
        opacity: 0.5 !important;
    }

    .take-action .cta-wrapper .cta-title {
        text-transform: capitalize;
    }

@media (max-width: 991px) {
    .take-action .cta-wrapper .cta-title {
        margin-bottom: 1.25rem;
    }
}

.take-action .cta-wrapper .email-capture-form {
    position: relative;
}

    .take-action .cta-wrapper .email-capture-form .email-lbl {
        text-transform: capitalize;
        display: block;
        font-size: .75rem;
        font-weight: 600;
        margin: 0 0 .5rem 0;
        text-align: right;
    }

    .take-action .cta-wrapper .email-capture-form .captured-email {
        display: inline-block;
        font-size: 1.5rem;
        width: 100%;
        margin-bottom: 1.5rem;
        outline: none;
        padding: .25rem 1rem;
        border: 2px solid #fff;
        border-radius: 5rem;
        text-align: center;
        background: rgba(0, 0, 0, 0);
        color: #fff;
    }

        .take-action .cta-wrapper .email-capture-form .captured-email::placeholder {
            color: rgba(255, 255, 255, 0.5);
        }

    .take-action .cta-wrapper .email-capture-form .email-warning {
        position: absolute;
        bottom: -1.25rem;
        left: 0;
        font-size: .75rem;
        font-style: italic;
        color: #f1f1f1;
    }

    .take-action .cta-wrapper .email-capture-form .subscripe-btn {
        display: block;
        margin: 0 auto;
        border: 2px solid;
        border-radius: 5rem;
        padding: .5rem 3rem;
        font-size: 1rem;
        font-weight: 700;
        text-transform: capitalize;
        cursor: pointer;
        background: #fff;
        color: #005f7f;
        transition: all 0.5s ease-in-out 0s;
    }

        .take-action .cta-wrapper .email-capture-form .subscripe-btn:hover {
            background: transparent;
            color: #fff;
            border-color: #fff;
            transform: translateY(-2px);
        }

        .take-action .cta-wrapper .email-capture-form .subscripe-btn:focus {
            outline: none !important;
        }

.subscribe .overlay-photo-image-bg {
    background-image: url("../assets/Images/sections-bg-images/subscribe.jpg");
    opacity: 1;
}

.subscribe .overlay-color {
    opacity: 0.5 !important;
}

.subscribe .section-heading .section-title {
    color: #f1f1f1;
}

.subscribe .section-heading .section-subtitle {
    color: #f1f1f1;
}

.subscribe .section-heading .line-on-side,
.subscribe .section-heading .line-on-center {
    background-color: #fff;
}

.subscribe .cta-wrapper {
    padding: 2rem 0;
}

@media (max-width: 767px) {
    .subscribe .cta-wrapper {
        padding: 0;
    }
}

.subscribe.2-cols .section-heading {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .subscribe.2-cols .section-heading {
        margin-bottom: 1rem;
    }
}

.subscribe.2-cols .section-heading .section-title {
    margin-bottom: 0;
}

.subscribe .form-group {
    padding: 0;
    margin: 0;
    position: relative;
}

    .subscribe .form-group input[type=email] {
        font-size: 1.75rem;
        width: 100%;
        padding: .5rem 1rem;
        outline: none !important;
        border: 1px solid rgba(0, 0, 0, 0);
        color: #4d4d4d;
        background: #fff;
        margin-bottom: 0;
        border-radius: .25rem;
    }

@media (max-width: 991px) {
    .subscribe .form-group input[type=email] {
        font-size: 1.5rem;
    }
}

@media (max-width: 575px) {
    .subscribe .form-group input[type=email] {
        font-size: 1rem;
    }
}

.subscribe .subscribe-btn {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: .5rem 2rem;
}

    .subscribe .subscribe-btn:hover {
        background: #005f7f;
        color: #fff;
        border-color: #005f7f;
    }

@media (max-width: 575px) {
    .subscribe .subscribe-btn {
        padding: .5rem 1rem;
    }
}

.mc-form-wraper {
    position: relative;
}

    .mc-form-wraper .mailchimp-alerts {
        position: absolute;
        top: 50%;
        width: 100%;
        transform: translateY(-50%);
        right: 0;
        z-index: -1;
        transition: all 0.5s ease-in-out 0s;
    }

        .mc-form-wraper .mailchimp-alerts.show-message {
            top: 100%;
            margin-top: .5rem;
            transform: translateY(0);
            z-index: 1;
        }

        .mc-form-wraper .mailchimp-alerts .mc-msg {
            color: #fff;
            position: relative;
        }

            .mc-form-wraper .mailchimp-alerts .mc-msg .close-icon {
                font-size: .75rem;
                width: .75rem;
                height: .75rem;
                border-radius: 50%;
                display: flex;
                justify-content: center;
                align-items: center;
                opacity: .75;
            }

            .mc-form-wraper .mailchimp-alerts .mc-msg.active {
                padding: .5rem .75rem;
            }

        .mc-form-wraper .mailchimp-alerts .mc-submitting {
            background-color: rgba(255, 165, 0, 0.5);
        }

        .mc-form-wraper .mailchimp-alerts .mc-success {
            background-color: rgba(0, 128, 0, 0.5);
        }

        .mc-form-wraper .mailchimp-alerts .mc-error {
            background-color: rgba(255, 0, 0, 0.5);
        }

/*  12- End take-action Section   */
/*   13- Start page-footer Section  */
.page-footer {
    padding-top: 4rem;
    position: relative;
}

.footer-cols {
    overflow: hidden;
    margin-bottom: 2rem;
}

.footer-col {
    margin-bottom: 1.5rem;
}

.footer-col-title {
    font-size: 1.25rem;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 1rem;
    color: #252525;
}

.footer-text-about-us {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.75;
    padding-left: 1rem;
    margin-bottom: 1.25rem;
    color: #4d4d4d;
}

.sc-wraper {
    padding: 0;
}

.contact-info-card {
    font-weight: 600;
    padding: 0;
    padding-bottom: 1rem;
    border-radius: .5rem;
    transition: all 0.3s ease-in-out 0s;
}

    .contact-info-card:last-of-type {
        padding-bottom: 0;
    }

    .contact-info-card .icon {
        font-size: 1.25rem;
        width: 1.5rem;
        text-align: center;
        margin-left: .5rem;
        vertical-align: middle;
        color: #005f7f;
    }

    .contact-info-card .info {
        text-decoration: none;
        font-size: .85rem;
        font-weight: 500;
        color: #4d4d4d;
        display: inline-block;
        transition: all 0.25s ease-in-out 0s;
    }

        .contact-info-card .info:hover {
            color: #005f7f;
            transform: translateX(-0.25rem);
        }

.footer-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-menu-item {
    display: block;
    position: relative;
    padding-bottom: 1rem;
}

.footer-menu-link {
    font-weight: 500;
    font-size: .85rem;
    text-decoration: none;
    text-transform: capitalize;
    text-decoration: none;
    color: #5f5f5f;
    display: inline-block;
    transition: all 0.25s ease-in-out 0s;
}

    .footer-menu-link:hover {
        color: #005f7f;
        text-decoration: none;
        transform: translateX(-0.25rem);
    }

.copyrights {
    padding: .5rem 0;
    overflow: hidden;
}

    .copyrights .creadits {
        text-align: right;
        font-weight: 600;
        margin: 0;
        font-size: .85rem;
        color: #4d4d4d;
    }

        .copyrights .creadits .link {
            font-weight: 600;
            color: #005f7f;
            text-decoration: none;
        }

    .copyrights .terms-links {
        text-align: left;
    }

        .copyrights .terms-links > a {
            text-decoration: none !important;
            font-weight: 600;
            transition: all 0.5s ease-in-out 0s;
            color: #4d4d4d;
            text-decoration: none;
        }

.dark-color-footer {
    background-color: #252525;
}

    .dark-color-footer .footer-col-title,
    .dark-color-footer .contact-info-card .icon,
    .dark-color-footer .sc-wraper .sc-list .sc-item:hover .sc-icon,
    .dark-color-footer .terms-links,
    .dark-color-footer .copyrights .creadits .link,
    .dark-color-footer .terms-links > a:hover {
        color: #b681d3;
    }

        .dark-color-footer .footer-text-about-us,
        .dark-color-footer .contact-info-card .info,
        .dark-color-footer .contact-info-card .info:hover,
        .dark-color-footer .footer-menu .footer-menu-link,
        .dark-color-footer .copyrights .creadits,
        .dark-color-footer .terms-links > a {
            color: #f1f1f1;
        }

            .dark-color-footer .contact-info-card .info:hover,
            .dark-color-footer .footer-menu .footer-menu-link:hover,
            .dark-color-footer .copyrights .creadits .link {
                color: #fff;
            }

.light-color-footer {
    background-color: #f1f1f1;
}

    .light-color-footer .footer-col-title,
    .light-color-footer .contact-info-card .icon,
    .light-color-footer .terms-links,
    .light-color-footer .copyrights .creadits .link,
    .light-color-footer .sc-wraper .sc-list .sc-item:hover .sc-icon {
        color: #005f7f;
    }

        .light-color-footer .footer-text-about-us,
        .light-color-footer .contact-info-card .info,
        .light-color-footer .footer-menu .footer-menu-link,
        .light-color-footer .copyrights .creadits,
        .light-color-footer .terms-links > a {
            color: #4d4d4d;
        }

            .light-color-footer .contact-info-card .info:hover,
            .light-color-footer .footer-menu .footer-menu-link:hover,
            .light-color-footer .terms-links > a:hover {
                color: #252525;
            }

.main-color-footer {
    background-color: #005f7f;
    border-top: 2px solid #fff;
}

    .main-color-footer .copyrights {
        border-color: #f1f1f1;
    }

    .main-color-footer .sc-wraper .sc-list .sc-item:hover .sc-icon {
        color: #005f7f;
    }

    .main-color-footer .contact-info-card .icon,
    .main-color-footer .terms-links,
    .main-color-footer .copyrights .creadits .link {
        color: #f1f1f1;
    }

        .main-color-footer .footer-col-title,
        .main-color-footer .footer-text-about-us,
        .main-color-footer .contact-info-card .info,
        .main-color-footer .footer-menu .footer-menu-link,
        .main-color-footer .copyrights .creadits,
        .main-color-footer .terms-links > a {
            color: #f1f1f1;
        }

            .main-color-footer .contact-info-card .info:hover,
            .main-color-footer .footer-menu .footer-menu-link:hover,
            .main-color-footer .terms-links > a:hover {
                color: #fff;
            }

.index-page-footer {
    padding: 20px 0;
    text-align: center;
    border-top: 2px solid rgba(34, 128, 88, 0.5);
}

    .index-page-footer .footer-brand {
        text-decoration: none;
        display: inline-block;
        padding-bottom: 1rem;
        width: auto;
    }

        .index-page-footer .footer-brand img {
            width: 120px;
        }

    .index-page-footer .copyrights {
        display: block;
        text-align: center;
        color: #005f7f;
        font-size: .8rem;
        font-weight: 500;
        margin: 0;
    }

/*   13- End page-footer Section  */
/* 14-  Start demos section Rules  */
.page-header .navbar-menu-wraper:after {
    display: none;
}

.demos-hero-section {
    background-color: #252525;
}

    .demos-hero-section .overlay-photo-image-bg {
        background-image: url("../assets/Images/demos/index-hero/index-hero.jpg");
        opacity: 1;
    }

    .demos-hero-section .hero-text-area {
        margin: 0 !important;
    }

        .demos-hero-section .hero-text-area .theme-name {
            font-size: 5rem;
            font-weight: 900;
        }

@media (max-width: 991px) {
    .demos-hero-section .hero-text-area .theme-name {
        font-size: 3.5rem;
    }
}

.demos-hero-section .hero-text-area .hero-subtitle {
    font-size: 1.25rem;
    margin-right: auto;
    margin-left: auto;
}

.demos-hero-section .overlay-image-bg {
    background-image: url("../assets/Images/demos/index-hero-bg.jpg") !important;
    opacity: 1;
}

.demos-hero-section .overlay-linear-gradient {
    opacity: .85 !important;
}

.demos-hero-section .overlay-color {
    opacity: .85 !important;
    background: #121212 !important;
}

.theme-name {
    overflow: hidden;
    text-transform: capitalize;
    transition: all .3s ease-in-out;
    font-size: 3rem;
    font-weight: 700;
    color: #f1f1f1;
}

@media (max-width: 991px) {
    .theme-name {
        font-size: 2.5rem;
        font-weight: 600;
    }
}

.hero-theme-logo > img {
    margin-bottom: 3rem;
}

@media (max-width: 991px) {
    .hero-theme-logo > img {
        max-width: 10rem;
        max-height: 10rem;
    }
}

.demos {
    background: #121212;
}

    .demos .logo {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 250px;
        height: 125px;
        padding: 2rem;
        border: 4px solid #005f7f;
        margin: 0 auto;
        margin-bottom: 2rem;
    }

    .demos .section-heading .section-title {
        color: #005f7f !important;
    }

        .demos .section-heading .section-title .heading-brand-name {
            color: #fff;
            text-transform: capitalize;
            letter-spacing: 4px;
            font-weight: 300;
        }

    .demos .demo {
        position: relative;
        margin-bottom: 2rem;
        width: 100%;
        overflow: hidden;
        display: block;
        position: relative;
        z-index: 0;
        transition: all 0.5s ease-in-out 0s;
    }

        .demos .demo .overlay-color {
            opacity: 0;
            z-index: 1;
        }

        .demos .demo:hover {
            transform: translateY(-10px);
        }

            .demos .demo:hover .overlay-color {
                opacity: .85;
            }

            .demos .demo:hover .demo-links {
                top: 50%;
                transform: translate(-50%, -50%);
                visibility: visible;
                opacity: 1;
            }

            .demos .demo:hover .demo-name {
                background-color: #005f7f;
            }

        .demos .demo .note {
            position: absolute;
            top: 0;
            left: 0;
            font-family: "Tajawal", "sans-serif";
            font-size: 1.25rem;
            font-weight: 500;
            padding: 1rem 2rem;
            background: #005f7f;
            transform: translateY(50%);
            text-transform: lowercase;
            z-index: 2;
            transition: all 0.5s ease-in-out 0s;
        }

        .demos .demo .bg-img {
            position: relative;
        }

        .demos .demo .demo-image {
            width: 100%;
            max-width: 100%;
            height: auto;
        }

        .demos .demo .demo-links {
            display: flex;
            justify-content: center;
            align-items: center;
            position: absolute;
            width: 100%;
            top: 0;
            right: 50%;
            transform: translate(-50%, 0);
            visibility: hidden;
            opacity: 0;
            z-index: 3;
            transition: all 0.5s ease-in-out 0s;
        }

            .demos .demo .demo-links .demo-link {
                padding: .75rem 1rem;
                color: #005f7f;
                text-transform: capitalize;
                font-size: 1.5rem;
                text-align: center;
                text-decoration: none !important;
                transition: all 0.5s ease-in-out 0s;
            }

                .demos .demo .demo-links .demo-link:hover {
                    transform: translateY(-10px);
                }

                .demos .demo .demo-links .demo-link:first-child {
                    margin-left: 1rem;
                }

                .demos .demo .demo-links .demo-link.dark-demo {
                    background-color: #5f5f5f;
                    color: #fff;
                }

                .demos .demo .demo-links .demo-link.light-demo {
                    background-color: #005f7f;
                    color: #fff;
                }

        .demos .demo .demo-name {
            position: relative;
            text-align: center;
            text-transform: capitalize;
            padding: 2rem 1rem;
            font-size: 1.25rem;
            font-weight: 700;
            color: #fff;
            background-color: #252525;
            margin: 0;
            transition: all 0.5s ease-in-out 0s;
        }

/* 14- End  demos section Rules    */
/*   15- Start coloring classes  */
/*-------------Start text color classes-------------*/
.text-gradient-color {
    background: -webkit-linear-gradient(45deg, #005f7f, #0a6336);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-main-color {
    color: #005f7f !important;
}

.text-accent-color {
    color: #0a6336 !important;
}

.text-white-color {
    color: #fff !important;
}

.text-black-color {
    color: #121212 !important;
}

.text-grey-color {
    color: #f1f1f1 !important;
}

.text-extra-dark-grey-color {
    color: #252525 !important;
}

.text-dark-grey-color {
    color: #4d4d4d !important;
}

.text-transparent-25 {
    color: rgba(0, 0, 0, 0.25) !important;
}

.text-transparent-50 {
    color: rgba(0, 0, 0, 0.5) !important;
}

/*-------------End text color classes-------------*/
/*-------------Start bg color classes-------------*/
.bg-gradient-color {
    background: -webkit-linear-gradient(45deg, #0a6336, #005f7f);
    transition: all 0.5s ease-in-out 0s;
}

.bg-solid-color {
    background: #005f7f;
}

.bg-main-color {
    background: #005f7f !important;
}

.bg-accent-color {
    background: #0a6336 !important;
}

.bg-white-color {
    background: #fff !important;
}

.bg-black-color {
    background: #121212 !important;
}

.bg-grey-color {
    background: #f1f1f1 !important;
}

.bg-dark-grey-color {
    background: #4d4d4d !important;
}

.bg-extra-dark-grey-color {
    background: #252525 !important;
}

.bg-transparent-25 {
    background: rgba(0, 0, 0, 0.25) !important;
}

.bg-transparent-50 {
    background: rgba(0, 0, 0, 0.5) !important;
}

.section-bg-shade {
    background: #e6e6e6 !important;
}

    .section-bg-shade svg path {
        fill: #e6e6e6 !important;
    }

/*-------------End bg color classes-------------*/
body.section-heading-gradient .section-title {
    background: -webkit-linear-gradient(45deg, #005f7f, #0a6336);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

body.section-heading-main-color .section-title {
    background: none;
    -webkit-text-fill-color: #005f7f;
    color: #005f7f;
}

body.section-heading-black .section-title {
    color: #252525;
}

/*   15- End coloring classes  */
/*   16- Start dark theme rules  */
body.dark-theme {
    color: #fff;
    background: #121212;
}

    body.dark-theme .tag-line {
        color: #fff;
    }

    body.dark-theme .hollow-text {
        -webkit-text-stroke-color: inherit;
        -webkit-text-stroke-width: 2px;
        -webkit-text-fill-color: rgba(0, 0, 0, 0);
    }

    body.dark-theme .section-heading .section-title {
        color: #f1f1f1;
    }

    body.dark-theme .section-heading .section-subtitle {
        color: rgba(241, 241, 241, 0.75);
    }

    body.dark-theme .section-shape-divider-bottom svg path {
        fill: #121212;
    }

    body.dark-theme .section-shape-divider-bottom.fill-shade svg path {
        fill: #1f1f1f !important;
    }

    body.dark-theme .pattern-top-end, body.dark-theme .pattern-bottom-start {
        background-image: url("../assets/Images/patterns/dots-pattern-white.png") !important;
        opacity: .2 !important;
    }

    body.dark-theme .ma-tabs .switch .switch-btns-list .switch-btn {
        color: rgba(255, 255, 255, 0.75) !important;
        border-color: rgba(255, 255, 255, 0.25) !important;
    }

        body.dark-theme .ma-tabs .switch .switch-btns-list .switch-btn.hover {
            color: #005f7f !important;
            border-color: #005f7f !important;
        }

        body.dark-theme .ma-tabs .switch .switch-btns-list .switch-btn.active {
            color: #fff !important;
            border-color: #005f7f !important;
        }

    body.dark-theme .benefits .benefits-boxes-area .benefit-box {
        background: inherit !important;
    }

    body.dark-theme .benefits .benefits-boxes-area .benefit-title {
        color: #fff !important;
    }

    body.dark-theme .benefits .benefits-boxes-area .benefit-text {
        color: rgba(241, 241, 241, 0.85) !important;
    }

    body.dark-theme .blog .sidebar-box-title {
        color: #f1f1f1 !important;
    }

    body.dark-theme .blog .cats .cat-item .cat-link {
        color: #f1f1f1 !important;
    }

    body.dark-theme .blog .tags .tag-item {
        background-color: #252525 !important;
    }

        body.dark-theme .blog .tags .tag-item:hover {
            background-color: #005f7f !important;
        }

    body.dark-theme .blog .tags .tags-icon-label {
        color: #f1f1f1 !important;
    }

    body.dark-theme .blog .recent-posts .content .r-post-title {
        color: #f1f1f1 !important;
    }

        body.dark-theme .blog .recent-posts .content .r-post-title:hover {
            color: #005f7f !important;
        }

    body.dark-theme .blog .recent-posts .content .r-post-date {
        color: rgba(241, 241, 241, 0.75) !important;
    }

    body.dark-theme .blog .posts-grid .post-summary .post-info .info {
        color: #f1f1f1 !important;
    }

        body.dark-theme .blog .posts-grid .post-summary .post-info .info:not(:last-child):before {
            color: #f1f1f1;
        }

    body.dark-theme .blog .posts-grid .post-summary .post-title {
        color: #f1f1f1 !important;
    }

        body.dark-theme .blog .posts-grid .post-summary .post-title:hover {
            color: #005f7f !important;
        }

    body.dark-theme .blog .posts-grid .post-summary .post-excerpt {
        color: rgba(241, 241, 241, 0.75) !important;
    }

    body.dark-theme .blog .posts-pagination .posts-page-item {
        background-color: #252525 !important;
        color: #005f7f !important;
        border-color: #005f7f !important;
    }

    body.dark-theme .blog .posts-pagination .deactive-posts-page-item {
        background-color: #f1f1f1 !important;
        border-color: #5f5f5f !important;
    }

    body.dark-theme .blog .post-main-area .panel .panel-title {
        color: #f1f1f1 !important;
    }

    body.dark-theme .blog .post-main-area .post-title {
        color: #f1f1f1 !important;
    }

    body.dark-theme .blog .post-main-area .share-title {
        color: #f1f1f1 !important;
    }

    body.dark-theme .blog .post-main-area .post-info .info {
        color: #f1f1f1 !important;
    }

        body.dark-theme .blog .post-main-area .post-info .info:not(:last-child):before {
            color: #f1f1f1 !important;
        }

    body.dark-theme .blog .post-main-area .post-content .post-heading {
        color: #f1f1f1 !important;
    }

    body.dark-theme .blog .post-main-area .post-content .post-text {
        color: rgba(241, 241, 241, 0.75);
    }

    body.dark-theme .blog .post-main-area .post-content a:hover {
        color: #fff;
    }

    body.dark-theme .blog .post-main-area .post-content .post-list .post-list-item {
        color: rgba(241, 241, 241, 0.75) !important;
    }

    body.dark-theme .blog .post-main-area .other-posts .other-post-title {
        color: #f1f1f1 !important;
    }

        body.dark-theme .blog .post-main-area .other-posts .other-post-title:hover {
            color: #005f7f !important;
        }

    body.dark-theme .blog .post-main-area .author-profile .author-disc .author-bio {
        color: #f1f1f1 !important;
    }

    body.dark-theme .blog .post-main-area .comments-area .comment-body .comment-date .date-link {
        color: #f1f1f1 !important;
    }

    body.dark-theme .blog .post-main-area .comments-area .comment-body .comment-text {
        color: #f1f1f1 !important;
    }

    body.dark-theme .main-form-wraper label:not(.lbl-for-checkbox) {
        color: #f1f1f1;
    }

    body.dark-theme .main-form-wraper .lbl-for-checkbox {
        color: #f1f1f1;
    }

    body.dark-theme .main-form-wraper input[type=email],
    body.dark-theme .main-form-wraper input[type=text],
    body.dark-theme .main-form-wraper input[type=password],
    body.dark-theme .main-form-wraper input[type=url],
    body.dark-theme .main-form-wraper input[type=search],
    body.dark-theme .main-form-wraper input[type=number],
    body.dark-theme .main-form-wraper textarea {
        color: #f1f1f1 !important;
    }

    body.dark-theme .contact-info .info-text {
        color: #f1f1f1 !important;
        opacity: .85 !important;
    }

        body.dark-theme .contact-info .info-text .link {
            color: #f1f1f1 !important;
            opacity: .85 !important;
        }

            body.dark-theme .contact-info .info-text .link:hover {
                color: #fff !important;
                opacity: 1 !important;
            }

    body.dark-theme .our-team .tm-member-card .tm-details .tm-role {
        color: #fff;
    }

    body.dark-theme .service-title {
        color: #f1f1f1 !important;
    }

    body.dark-theme .service-text {
        color: rgba(241, 241, 241, 0.75) !important;
    }

    body.dark-theme .services-boxed .service-box {
        box-shadow: 0px 0px 30px 0px rgba(18, 18, 18, 0.5);
    }

    body.dark-theme .portfolio .portfolio-btn-list .portfolio-btn {
        color: #fff;
        background: rgba(0, 0, 0, 0);
    }

        body.dark-theme .portfolio .portfolio-btn-list .portfolio-btn:hover, body.dark-theme .portfolio .portfolio-btn-list .portfolio-btn.active {
            color: #005f7f;
        }

    body.dark-theme .pricing-2 .plan-cost {
        background: #252525 !important;
    }

    body.dark-theme .portfolio-single .info-area .project-info .info {
        background: #121212 !important;
    }

        body.dark-theme .portfolio-single .info-area .project-info .info .title {
            color: #005f7f !important;
        }

        body.dark-theme .portfolio-single .info-area .project-info .info .detail {
            color: #f1f1f1 !important;
        }

        body.dark-theme .portfolio-single .info-area .project-info .info .sc-item .sc-icon {
            color: #fff !important;
        }

    body.dark-theme .project-heading .project-title {
        color: #fff !important;
    }

    body.dark-theme .sub-heading {
        color: #f1f1f1 !important;
    }

    body.dark-theme .project-text {
        color: rgba(241, 241, 241, 0.8) !important;
    }

    body.dark-theme .list .list-item {
        color: rgba(241, 241, 241, 0.8) !important;
    }

    body.dark-theme .about .about-title {
        color: #f1f1f1 !important;
    }

    body.dark-theme .about .first-p {
        color: #f1f1f1 !important;
    }

    body.dark-theme .about .about-text {
        color: rgba(241, 241, 241, 0.75) !important;
    }

    body.dark-theme .about .info-items .menu-items .info-item .info-title {
        color: #f1f1f1;
    }

    body.dark-theme .about .info-items .menu-items .info-item .info-text {
        color: rgba(241, 241, 241, 0.75) !important;
    }

    body.dark-theme .about .about-stats .stat-box .stat-num {
        color: #f1f1f1 !important;
    }

    body.dark-theme .about .about-stats .stat-box .stat-desc {
        color: rgba(241, 241, 241, 0.75) !important;
    }

    body.dark-theme .signing-page .sining-area {
        background-color: #121212 !important;
    }

    body.dark-theme .signing-page .divider .or {
        background-color: #121212 !important;
    }

    body.dark-theme .signing-page .or-sign-up .sign-up-hint {
        color: #f1f1f1 !important;
    }

    body.dark-theme .signing-page .agree-terms .disclaimer {
        color: #5f5f5f !important;
    }

    body.dark-theme .testimonials .testmonial-box .testimonial-content {
        background: #252525 !important;
    }

        body.dark-theme .testimonials .testmonial-box .testimonial-content .customer-info .customer-name {
            color: #f1f1f1 !important;
        }

        body.dark-theme .testimonials .testmonial-box .testimonial-content .testimonial-text {
            color: #f1f1f1 !important;
        }

        body.dark-theme .testimonials .testmonial-box .testimonial-content .icon {
            color: #005f7f !important;
        }

    body.dark-theme .section-bg-shade {
        background: #1f1f1f !important;
    }

/*   16- End dark theme rules  */
/*# sourceMappingURL=styles-RTL.css.map */
.our-clients #card {
   
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgb(255 255 255);
    border-radius: 0.25rem;
}

.our-clients .card-img-top {
    width: 125px;
    height: 125px;
    background-color: #fae6fb4d;
    border-radius: 13px;
}

    .our-clients .card-img-top .mouse_q {
        width: 70.639px;
        height: 70.639px
    }

    .our-clients .card-img-top .testing_rg {
        width: 70.639px;
        height: 70.639px
    }

    .our-clients .card-img-top .settings_q {
        width: 70.639px;
        height: 70.639px
    }

    .our-clients .card-img-top .chart_rk {
        width: 70.639px;
        height: 70.639px
    }

    .our-clients .card-img-top:hover {
        background-color: rgb(112 69 136);
    }

        .our-clients .card-img-top:hover #mouse_q {
            fill: #fff;
        }

        .our-clients .card-img-top:hover #testing_rg {
            fill: #fff;
        }

        .our-clients .card-img-top:hover #settings_q {
            fill: #fff;
        }

        .our-clients .card-img-top:hover #chart_rk {
            fill: #fff;
        }

.our-clients .card-title {
  
    font-family: SomarSans-ExtraBold;
    font-style: normal;
    font-weight: bold;
    
    color: rgba(0,0,0,1);
    
}

    .our-clients .card-title:hover {
        color: rgb(112 69 136);
    }

.our-clients .card-text {
    
    line-height: 30px;
   
   
    font-family: Somar Sans;
    font-style: normal;
    font-weight: normal;
    
    color: rgba(149,149,149,1);
}

/*about style*/
#about .img-area {
    height: 364px;
}


#comp #card .card-img-top {
    margin-right: 105px;
    margin-top: 33px;
}

#comp .card-title {
    margin-right: 33px;
}

#comp .card-body {
    margin-right: -30px
}


    #comp #card .card-img-top {
        width: 140px;
        height: 140px;
    }

#comp #card .card-img-top .chart_rk {
    width: 70.639px;
    height: 70.639px;
    left: -31.812px;
}

    #comp #card .card-title {
        font-size: 25px;
        text-align:center;
    }

    #comp #card .more {
        font-size: 18px;
    }


    #Xdtr .faq-accordion .card-header {
        background: #ffffff;
        border-bottom: 1px solid #f3f3f3;
    }

        #Xdtr .faq-accordion .card-header .faq-btn {
            line-height: 35px;
            margin-top: -0.5px;
            text-align: right;
            font-family: SomarSans-ExtraBold;
            font-style: normal;
            font-weight: bold;
            font-size: 16px;
            color: rgba(0,0,0,1);
            padding: 10px;
        }

            #Xdtr .faq-accordion .card-header .faq-btn::before {
                color: rgba(112 69 136);
            }

        #Xdtr .faq-accordion .card-header .Path_107 {
            width: 25.133px;
            height: 25.133px;
            position: relative;
        }

    #Xdtr .faq-accordion .card-body .faq-answer {
        line-height: 30px;
        margin-top: -7px;
        text-align: right;
        font-family: Somar Sans;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        color: rgba(0,0,0,1);
    }

    #loginLink {
        margin-left: 121px;
    }
#Tec_services .tm-member-card {
    width: 370px;
    height: 382px;
}

.tecon {
    
    font-family: Somar Sans;
 
    color: rgba(255,255,255,1);
}