/*---------------------------------------------
Template Name: Abstrak
Template URL: https://axilthemes.com/demo/template/abstrak/
Description: Digital Agency HTML5 Template
Author: Axilthemes
Author URL: https://axilthemes.com/
Version: 1.3.0
    
===============================================   
STYLESHEET INDEXING
|
|___ Default Styles
|	|___ Variables
|	|___ Reset Styels
|	|___ Typography
|	|___ Forms Styles
|	|___ Helper Classes 
|
|___ Elements Styles
|	|___ Back To Top
|	|___ Breadcrumb
|	|___ Button
|	|___ Pagination 
|	|___ Section Heading
|	|___ Slick 
|
|___Template Styles
|	|___ About Us
|	|___ Banner
|	|___ Brand
|	|___ Call To Action
|	|___ Case Study
|	|___ Contact
|	|___ Counter Up
|	|___ FAQ
|	|___ Pricing
|	|___ Process
|	|___ Project
|	|___ Service
|	|___ Team
|	|___ Testimonial
|	|___  Why Choose
|	|___  404 Error
|
|___Blocks Styles
|	|___ Header Styles
|	|___ Blog Styles
|	|___ Footer Styles
|
|___Dark Style
|
|___Spacing
|
|___ END STYLESHEET INDEXING

--------------------------------------------*/
/*=======================================================================
1. Default Styles
=========================================================================*/
/*-------------------------
    Variables
-------------------------*/
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400&amp;family=Poppins:wght@300;400;500;600;700;800;900&amp;display=swap");

:root {
    --color-primary: #016d82;
    --color-secondary: #CFA448;
    --color-tirnary: #688965;
    --color-white: #ffffff;
    --color-black: #000000;
    --color-light: #ECF2F6;
    --color-dark: #27272E;
    --color-text-dark: #292930;
    --color-accent1: #CFA448;
    --color-accent2: #FAB8C4;
    --color-blue-shade: #105653;
    --color-link: #016d82;
    --color-mabel: #DBF8FF;
    --color-fog: #DBDEFF;
    --color-pink-shade: #FFD3DB;
    --color-peach: #FFEDDC;
    --color-rose: #105653;
    --color-chart1: #896BA7;
    --color-chart2: #BADEFF;
    --color-body: #525260;
    --color-gray-1: #757589;
    --color-gray-2: #999FAE;
    --color-gray-3: #999AB8;
    --color-gray-4: #99A1AA;
    --color-ship-gray: #42424A;
    --color-ghost: #C7C7D5;
    --color-mercury: #E5E5E5;
    --gradient-primary: linear-gradient(90deg, #ECF2F6 0%, rgba(236, 242, 246, 0) 70.31%);
    --gradient-blue: linear-gradient(145.92deg, #5956E9 20.18%, #9991FF 76.9%);
    --gradient-blue2: linear-gradient(145.92deg, #016d82 20.18%, #688965 76.9%);
    --gradient-accent: linear-gradient(180deg, #FAB8C4 0%, #FFEDF0 100%);
    --gradient-white: linear-gradient(266.3deg, rgba(236, 242, 246, 0) 7.84%, #ECF2F6 29.1%, rgba(236, 242, 246, 0) 64.32%);
    --gradient-dark: linear-gradient(180deg, #27272E 0%, #303035 100%);
    --gradient-home: linear-gradient(100deg, #016d82 53%, #24b2cc 100%);
    --border-lighter: 1px solid #ECF2F6;
    --border-dark: 1px solid var(--color-ship-gray);
    --border-gray: 1px solid var(--color-gray-4);
    --font-primary: 'cairo', sans-serif;
    --font-secondary: 'Poppins', sans-serif;
    --font-awesome: 'Font Awesome 5 Pro';
    --transition: all 0.3s ease-in-out;
    --font-body-1: 18px;
    --font-body-2: 16px;
    --font-body-3: 14px;
    --font-body-4: 12px;
    --line-height-b1: 1.5;
    --line-height-b3: 1.1;
    --h1: 80px;
    --h2: 64px;
    --h3: 48px;
    --h4: 32px;
    --h5: 24px;
    --h6: 20px;
}

/*-------------------------
    Reset Styels
-------------------------*/
a {
    display: inline-block;
    text-decoration: none;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

span {
    display: inline-block;
}

a:hover {
    color: #cfa448;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

ul.list-style,
ol.list-style {
    margin: -10px 0;
}

    ul.list-style li,
    ol.list-style li {
        margin: 10px 0;
    }

        ul.list-style li::marker,
        ol.list-style li::marker {
            color: var(--color-primary);
        }

.list-unstyled {
    padding-right: 0;
    list-style: none;
    margin-bottom: 0;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    padding-left: 15px;
    padding-right: 15px;
    z-index: 99999
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .container {
        max-width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

    .row > [class*="col"] {
        padding-left: 15px;
        padding-right: 15px;
    }

    .row.g-0 {
        margin-left: 0;
        margin-right: 0;
    }

        .row.g-0 > [class*="col"] {
            padding-left: 0;
            padding-right: 0;
        }

@media only screen and (min-width: 1400px) {
    .row-35 {
        margin-left: -35px;
        margin-right: -35px;
    }

        .row-35 > [class*="col"] {
            padding-left: 35px;
            padding-right: 35px;
        }

    .row-40 {
        margin-left: -40px;
        margin-right: -40px;
    }

        .row-40 > [class*="col"] {
            padding-left: 40px;
            padding-right: 40px;
        }

    .row-45 {
        margin-left: -45px;
        margin-right: -45px;
    }

        .row-45 > [class*="col"] {
            padding-left: 45px;
            padding-right: 45px;
        }
}

/*-------------------------
    Typography
-------------------------*/
body {
    font-family: var(--font-secondary);
    font-size: var(--font-body-2);
    line-height: var(--line-height-b1);
    color: var(--color-body);
    font-weight: 400;
    height: 100%;
    vertical-align: baseline;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    direction: rtl;
    overflow-x: hidden
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
address,
p,
pre,
blockquote,
table,
hr {
    margin: 0 0 30px 0;
}

    h1 a,
    h2 a,
    h3 a,
    h4 a,
    h5 a,
    h6 a {
        color: inherit;
    }

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-primary);
    font-weight: 500;
    letter-spacing: -0.025em;
    color: var(--color-text-dark);
}

h1,
.h1 {
    font-size: var(--h1);
    line-height: 1.2;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    h1,
    .h1 {
        font-size: 68px;
    }
}

@media only screen and (max-width: 1199px) {
    h1,
    .h1 {
        font-size: 68px;
    }

}

@media only screen and (max-width: 767px) {
    h1,
    .h1 {
        font-size: 48px;
    }

    /*    .lastaddress {
        left: 335px;
    }
*/
    .first-col .amec-logo {
        height: 17px;
    }
}

h2,
.h2 {
    font-size: var(--h2);
    line-height: 1.2;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    h2,
    .h2 {
        font-size: 56px;
    }
}

@media only screen and (max-width: 1199px) {
    h2,
    .h2 {
        font-size: 56px;
    }
}

@media only screen and (max-width: 767px) {
    h2,
    .h2 {
        font-size: 38px;
    }
}

@media only screen and (max-width: 479px) {
    h2,
    .h2 {
        font-size: 34px;
    }
}

h3,
.h3 {
    font-size: var(--h3);
    line-height: 1.2;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    h3,
    .h3 {
        font-size: 40px;
    }
}

@media only screen and (max-width: 1199px) {
    h3,
    .h3 {
        font-size: 36px;
    }
}

@media only screen and (max-width: 767px) {
    h3,
    .h3 {
        font-size: 32px;
    }
}

h4,
.h4 {
    font-size: var(--h4);
    line-height: 1.2;
}

@media only screen and (max-width: 991px) {
    h4,
    .h4 {
        font-size: 26px;
    }
}

@media only screen and (max-width: 767px) {
    h4,
    .h4 {
        font-size: 20px;
    }
}

h5,
.h5 {
    font-size: var(--h5);
    line-height: 1.4;
}

@media only screen and (max-width: 767px) {
    h5,
    .h5 {
        font-size: 20px;
    }

    .typerh5 {
        font-size: 16px;
    }

        .typerh5 span.typer {
            display: block;
            height: 20px;
        }
}


h6,
.h6 {
    font-size: var(--h6);
    line-height: 1.2;
}

@media only screen and (max-width: 767px) {
    h6,
    .h6 {
        font-size: 18px;
    }
}

p {
    font-size: var(--font-body-2);
    line-height: var(--line-height-b1);
    margin: 0 0 40px 0;
}

.body-font1 {
    font-size: var(--font-body-1);
    line-height: var(--line-height-b1);
}

.body-font2 {
    font-size: var(--font-body-2);
    line-height: var(--line-height-b1);
}

.body-font3 {
    font-size: var(--font-body-3);
    line-height: var(--line-height-b3);
}

.body-font4 {
    font-size: var(--font-body-4);
    line-height: var(--line-height-b3);
}

/*-------------------------
    Forms Styles
-------------------------*/
input,
.form-control {
    border: var(--border-lighter);
    border-radius: 16px;
    background-color: transparent;
    color: var(--color-text-dark);
    padding: 15px 20px;
    width: 100%;
    /* -- Placeholder -- */
}

    input:focus,
    .form-control:focus {
        outline: none;
        box-shadow: 0 20px 48px -14px rgba(153, 161, 170, 0.25);
        border-color: transparent;
    }

    input::-webkit-input-placeholder, .form-control::-webkit-input-placeholder {
        color: var(--color-gray-2);
        /* Firefox */
        opacity: 1;
    }

    input::-moz-placeholder, .form-control::-moz-placeholder {
        color: var(--color-gray-2);
        /* Firefox */
        opacity: 1;
    }

    input:-ms-input-placeholder, .form-control:-ms-input-placeholder {
        color: var(--color-gray-2);
        /* Firefox */
        opacity: 1;
    }

    input::-ms-input-placeholder, .form-control::-ms-input-placeholder {
        color: var(--color-gray-2);
        /* Firefox */
        opacity: 1;
    }

    input::placeholder,
    .form-control::placeholder {
        color: var(--color-gray-2);
        /* Firefox */
        opacity: 1;
    }

    input:-ms-input-placeholder,
    .form-control:-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: var(--color-gray-2);
    }

    input::-ms-input-placeholder,
    .form-control::-ms-input-placeholder {
        /* Microsoft Edge */
        color: var(--color-gray-2);
    }

input {
    height: 60px;
}

.form-group {
    margin-bottom: 16px;
}

    .form-group label {
        font-size: 16px;
        font-weight: 700;
        color: #CFA448;
        margin-bottom: 10px;
    }

.input-group {
    background-color: var(--color-white);
    border-radius: 20px;
    height: 72px;
    padding: 10px 10px 10px 55px;
    box-shadow: 0 24px 48px -15px rgba(153, 161, 170, 0.25);
}

@media only screen and (max-width: 479px) {
    .input-group {
        display: block;
        box-shadow: none;
        height: auto;
        padding: 0;
    }
}

.input-group:before {
    content: url("../media/icon/message.png");
    position: absolute;
    left: 30px;
    top: 24px;
    z-index: 1;
}

@media only screen and (max-width: 479px) {
    .input-group:before {
        left: 15px;
        top: 18px;
    }
}

.input-group .form-control {
    padding: 5px 15px;
    height: auto;
    border: none;
    background-color: transparent;
}

    .input-group .form-control:focus {
        box-shadow: none;
    }

@media only screen and (max-width: 479px) {
    .input-group .form-control {
        height: 60px;
        width: 100%;
        /*border-radius: 20px !important;*/
        padding: 5px 15px 5px 50px;
        border: 1px solid var(--color-light);
    }
}

.input-group .subscribe-btn {
    border: none;
    background-color: var(--color-primary);
    color: var(--color-white);
    border-radius: 16px !important;
    margin-left: 0 !important;
    padding: 10px 28px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

    .input-group .subscribe-btn:hover {
        background-color: var(--color-link);
    }

@media only screen and (max-width: 479px) {
    .input-group .subscribe-btn {
        margin-top: 15px;
        padding: 14px 30px;
    }
}

.error-msg, .success-msg {
    margin-top: 25px;
}

    .error-msg p, .success-msg p {
        margin-bottom: 0;
        font-size: 14px;
    }

    .error-msg p {
        color: #ff0000;
    }

    .success-msg p {
        color: #15c54b;
    }

/*-------------------------
  Helper Classes
-------------------------*/
.bg-color-dark {
    background-color: var(--color-dark);
}

.bg-color-light {
    background-color: var(--color-light);
}

.bg-color-mercury {
    background-color: var(--color-mercury);
}

.bg-color-ship-gray {
    background-color: var(--color-ship-gray);
}

.color-gray-4 {
    color: var(--color-gray-4);
}

.opacity-50 {
    opacity: 0.5;
}

/*=======================================================================
2. Elements Styles
=========================================================================*/
/*-------------------------
    Back To Top  
--------------------------*/
.back-to-top {
    position: fixed;
    display: block;
    width: 95px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
    z-index: 9;
    -webkit-transition: all .3s;
    transition: all .3s;
}

    .back-to-top.show {
        bottom: 3px;
        right: 0;
        left: 0;
        opacity: 1;
        margin: 0 auto;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        z-index: 99;
        display: none;
    }

        .back-to-top.show:hover {
            opacity: 1;
        }


/*-------------------------
    Breadcrumb
-------------------------*/
.breadcrum-area {
    background: var(--gradient-primary);
    padding: 130px 0 30px;
    margin-top: -160px;
    position: relative;
    z-index: 1;
}

@media only screen and (max-width: 1199px) {
    .breadcrum-area {
        margin-top: -160px;
    }
}

@media only screen and (max-width: 767px) {
    .breadcrum-area {
        padding: 115px 0 40px;
    }
}

.breadcrumb {
    display: block;
}

    .breadcrumb ul {
        margin-bottom: 40px;
    }

@media only screen and (max-width: 767px) {
    .breadcrumb ul {
        margin-bottom: 35px;
    }
}

.breadcrumb li {
    display: inline-block;
    color: var(--color-primary);
    font-weight: 500;
    position: relative;
    margin-right: 22px;
}

    .breadcrumb li:after {
        content: ".";
        color: var(--color-gray-2);
        font-size: 18px;
        position: absolute;
        top: -5px;
        right: -15px;
    }

    .breadcrumb li a {
        color: var(--color-gray-2);
    }

        .breadcrumb li a:hover {
            color: var(--color-primary);
        }

    .breadcrumb li:last-child:after {
        display: none;
    }

.breadcrumb .title {
    margin-bottom: 0;
    width: 80%;
}

@media only screen and (max-width: 991px) {
    .breadcrumb .title {
        width: 100%;
    }
}

.breadcrumb-banner {
    padding: 280px 0 200px;
}

@media only screen and (max-width: 1199px) {
    .breadcrumb-banner {
        padding: 200px 0 50px;
    }
}

@media only screen and (max-width: 991px) {
    .breadcrumb-banner {
        padding: 150px 0 40px;
    }
}

@media only screen and (max-width: 767px) {
    .breadcrumb-banner {
        padding: 150px 0 20px;
    }
}

.breadcrumb-banner .section-heading .title {
    color: #000248;
    width: 55%;
    margin-bottom: 40px;
}

@media only screen and (max-width: 991px) {
    .breadcrumb-banner .section-heading .title {
        width: 100%;
        margin-bottom: 30px;
    }
}

.breadcrumb-banner .section-heading p {
    width: 40%;
}

@media only screen and (max-width: 991px) {
    .breadcrumb-banner .section-heading p {
        width: 100%;
    }
}

@media only screen and (max-width: 991px) {
    .breadcrumb-banner .section-heading {
        margin-bottom: 40px;
    }
}

.breadcrumb-banner .banner-thumbnail {
    position: absolute;
    bottom: -100px;
    right: 190px;
    text-align: right;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .breadcrumb-banner .banner-thumbnail {
        right: -50px;
        bottom: -80px;
    }

        .breadcrumb-banner .banner-thumbnail img {
            width: 90%;
        }
}

@media only screen and (max-width: 1199px) {
    .breadcrumb-banner .banner-thumbnail {
        right: -40px;
        bottom: -50px;
    }

        .breadcrumb-banner .banner-thumbnail img {
            width: 65%;
        }
}

@media only screen and (max-width: 991px) {
    .breadcrumb-banner .banner-thumbnail {
        position: initial;
        text-align: center;
    }

        .breadcrumb-banner .banner-thumbnail img {
            width: 100%;
        }
}

.breadcrumb-banner .banner-thumbnail.thumbnail-2 {
    bottom: 120px;
    right: 100px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .breadcrumb-banner .banner-thumbnail.thumbnail-2 {
        right: -50px;
    }
}

@media only screen and (max-width: 1199px) {
    .breadcrumb-banner .banner-thumbnail.thumbnail-2 {
        right: 0;
    }
}

@media only screen and (max-width: 991px) {
    .breadcrumb-banner .banner-thumbnail.thumbnail-2 {
        margin: -40px 0 0;
    }

        .breadcrumb-banner .banner-thumbnail.thumbnail-2 img {
            width: 100%;
        }
}

.breadcrumb-banner .banner-thumbnail.thumbnail-3 {
    bottom: -120px;
    right: 80px;
    text-align: right;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .breadcrumb-banner .banner-thumbnail.thumbnail-3 {
        right: -100px;
        bottom: -60px;
    }

        .breadcrumb-banner .banner-thumbnail.thumbnail-3 img {
            width: 80%;
        }
}

@media only screen and (max-width: 1199px) {
    .breadcrumb-banner .banner-thumbnail.thumbnail-3 {
        right: 0px;
        bottom: -50px;
    }

        .breadcrumb-banner .banner-thumbnail.thumbnail-3 img {
            width: 60%;
        }
}

@media only screen and (max-width: 991px) {
    .breadcrumb-banner .banner-thumbnail.thumbnail-3 {
        text-align: center;
        margin: -40px 0 0;
    }

        .breadcrumb-banner .banner-thumbnail.thumbnail-3 img {
            width: 100%;
        }
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .breadcrumb-banner .banner-thumbnail.thumbnail-4 img {
        width: 100%;
    }
}

@media only screen and (max-width: 1199px) {
    .breadcrumb-banner .shape-group-8 .shape.shape-2 img {
        width: 60%;
    }
}

@media only screen and (max-width: 991px) {
    .breadcrumb-banner .shape-group-8 .shape.shape-2 img {
        width: 50%;
    }
}

.breadcrumb-banner .shape-group-8 .shape.shape-3 {
    bottom: -200px;
    top: auto;
}

@media only screen and (max-width: 1199px) {
    .breadcrumb-banner .shape-group-8 .shape.shape-3 {
        bottom: 0;
        opacity: 0.5;
    }
}

.breadcrumb-banner.single-breadcrumb {
    padding: 200px 0 75px;
}

@media only screen and (max-width: 1199px) {
    .breadcrumb-banner.single-breadcrumb {
        padding: 180px 0 70px;
    }
}

@media only screen and (max-width: 991px) {
    .breadcrumb-banner.single-breadcrumb {
        padding: 150px 0 40px;
    }
}

.breadcrumb-banner.single-breadcrumb .section-heading .title {
    width: 100%;
}

.breadcrumb-banner.single-breadcrumb .section-heading p {
    width: 100%;
}

.breadcrumb-banner.single-breadcrumb .banner-thumbnail {
    position: initial;
}

    .breadcrumb-banner.single-breadcrumb .banner-thumbnail img {
        border-radius: 24px;
    }

@media only screen and (max-width: 1199px) {
    .breadcrumb-banner.single-breadcrumb .banner-thumbnail img {
        width: 100%;
    }
}

/*-------------------------
    Button
-------------------------*/
.axil-btn {
    border-radius: 20px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.04em;
    padding: 18px 55px;
    height: auto;
    text-align: center;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    position: relative;
    z-index: 1;
}

    .axil-btn.btn-borderd {
        border: var(--border-gray);
        color: var(--color-dark);
        background-color: transparent;
    }

        .axil-btn.btn-borderd:hover {
            background-color: var(--color-primary);
            color: var(--color-white);
            border-color: var(--color-primary);
        }

    .axil-btn.btn-fill-primary {
        background-color: var(--color-primary) !important;
        color: var(--color-white) !important;
        border: 1px solid var(--color-primary) !important;
        overflow: hidden !important;
        padding: 15px 25px !important;
    }

        .axil-btn.btn-fill-primary::after {
            content: "";
            height: 300px;
            width: 300px;
            background-color: var(--color-link);
            border-radius: 50%;
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translateY(-50%) translateX(-50%) scale(0);
            -ms-transform: translateY(-50%) translateX(-50%) scale(0);
            transform: translateY(-50%) translateX(-50%) scale(0);
            -webkit-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            z-index: -1;
        }

        .axil-btn.btn-fill-primary:hover {
            background-color: var(--color-link);
            border-color: var(--color-link);
        }

            .axil-btn.btn-fill-primary:hover::after {
                -webkit-transform: translateY(-50%) translateX(-50%) scale(1);
                -ms-transform: translateY(-50%) translateX(-50%) scale(1);
                transform: translateY(-50%) translateX(-50%) scale(1);
            }

    .axil-btn.btn-fill-white {
        background-color: var(--color-white);
        box-shadow: 0px 48px 48px 0px rgba(0, 0, 0, 0.12);
    }

        .axil-btn.btn-fill-white:hover {
            background-color: var(--color-accent1);
            color: var(--color-white);
        }

    .axil-btn.btn-large {
        padding: 23px 55px;
    }

@media only screen and (max-width: 991px) {
    .axil-btn.btn-large {
        padding: 18px 35px;
    }
}

.axil-btn.btn-large-fluid {
    padding: 23px;
    width: 100%;
}

.axil-btn.btn-fluid {
    width: 100%;
}

/* -----------------------
Pagination 
--------------------------*/
.pagination {
    margin-top: 80px;
    width: 100%;
}

@media only screen and (max-width: 991px) {
    .pagination {
        margin-top: 45px;
    }
}

.pagination ul, ul.pagination {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: -3px;
    padding: 0;
    margin-top: 55px;
}

@media only screen and (max-width: 575px) {
    .pagination ul, ul.pagination {
        margin: -2px;
    }
}

.pagination li {
    margin: 3px;
}

@media only screen and (max-width: 575px) {
    .pagination li {
        margin: 2px;
    }
}

.pagination li a {
    line-height: 42px;
    min-width: 42px;
    text-align: center;
    color: var(--color-dark);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    display: block;
    padding: 0 15px;
    transition: all 0.5s;
    border: var(--border-light);
    border-radius: 4px;
}

    .pagination li a:hover {
        background: var(--color-primary);
        color: #ffffff;
        border-color: var(--color-primary);
    }

    .pagination li a.current {
        background: var(--color-primary);
        color: #ffffff;
        border-color: var(--color-primary);
    }

@media only screen and (max-width: 575px) {
    .pagination li a {
        line-height: 35px;
        min-width: 35px;
        padding: 0 10px;
        font-size: 14px;
    }
}

/*-------------------------
    Section Heading
-------------------------*/
.section {
    position: relative;
    z-index: 1;
}

.section-heading {
    text-align: center;
    margin-bottom: 60px;
}

@media only screen and (max-width: 991px) {
    .section-heading {
        margin-bottom: 50px;
    }
}

.section-heading .subtitle {
    color: var(--color-rose);
    font-weight: 400;
    font-size: 20px;
    font-family: var(--font-primary);
    margin-bottom: 15px;
}

.active-dark-mode .section-heading .subtitle {
    color: #20a8a2;
}

@media only screen and (max-width: 991px) {
    .section-heading .subtitle {
        font-size: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .section-heading .subtitle {
        font-size: 20px;
    }
}

.section-heading .title {
    font-size: 34px;
    font-weight: 600;
}

@media only screen and (max-width: 575px) {
    .section-heading .title {
        font-size: 33px;
    }
}

@media only screen and (max-width: 479px) {
    .section-heading .title {
        font-size: 33px;
    }
}

.section-heading p {
    font-size: var(--font-body-1);
    width: 50%;
    margin: 0 auto 40px;
}

@media only screen and (max-width: 991px) {
    .section-heading p {
        font-size: 16px;
        width: 100%;
    }
}

.heading-light-left {
    text-align: right;
}

    .heading-light-left .title {
        color: var(--color-white);
        margin-bottom: 35px;
        width: 50%;
    }

@media only screen and (max-width: 1199px) {
    .heading-light-left .title {
        width: 70%;
    }
}

@media only screen and (max-width: 991px) {
    .heading-light-left .title {
        width: 100%;
    }
}

.heading-light-left p {
    color: var(--color-white);
    margin: 0 0 40px;
    width: 40%;
    opacity: 0.6;
}

@media only screen and (max-width: 1199px) {
    .heading-light-left p {
        width: 60%;
    }
}

@media only screen and (max-width: 991px) {
    .heading-light-left p {
        width: 100%;
    }
}

.heading-light .title {
    color: var(--color-white);
}

.heading-light p {
    color: var(--color-gray-4);
}

.heading-left {
    text-align: right;
}

    .heading-left p {
        margin: 0 0 30px;
    }

        .heading-left p + p {
            margin: 0 0 40px;
        }

.shape-group-1 .shape {
    position: absolute;
    z-index: -1;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .shape-group-1 .shape img {
        opacity: 0.4;
    }
}

@media only screen and (max-width: 991px) {
    .shape-group-1 .shape img {
        opacity: 0.4;
    }
}

.shape-group-1 .shape.shape-1 {
    top: 140px;
    left: 315px;
}

.shape-group-1 .shape.shape-2 {
    top: 120px;
    right: 0;
}

.shape-group-1 .shape.shape-3 {
    bottom: 80px;
    left: 0;
}

.shape-group-1 .shape.shape-4 {
    bottom: 60px;
    right: 230px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .shape-group-1 .shape.shape-4 {
        right: 100px;
    }
}

.shape-group-2 .shape {
    position: absolute;
    z-index: -1;
}

    .shape-group-2 .shape.shape-1 {
        bottom: 0;
        right: 135px;
    }

    .shape-group-2 .shape.shape-2 {
        right: 500px;
        top: 0;
    }

    .shape-group-2 .shape.shape-3 {
        right: 815px;
        top: 125px;
    }

.shape-group-3 .shape {
    position: absolute;
    z-index: -1;
}

    .shape-group-3 .shape.shape-1 {
        right: 0;
        top: 90px;
    }

    .shape-group-3 .shape.shape-2 {
        right: 390px;
        top: 165px;
    }

    .shape-group-3 .shape.shape-3 {
        right: 0;
        top: 255px;
        z-index: 2;
        pointer-events: none;
    }

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .shape-group-3 .shape.shape-3 {
        display: none;
    }
}

@media only screen and (max-width: 1199px) {
    .shape-group-3 .shape.shape-3 {
        display: none;
    }
}

.shape-group-4 .shape-1 {
    position: absolute;
    top: 140px;
    right: 440px;
    z-index: -1;
}

.shape-group-5 .shape {
    position: absolute;
    z-index: -1;
}

    .shape-group-5 .shape.shape-1 {
        top: 0;
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
        left: 22%;
    }

    .shape-group-5 .shape.shape-2 {
        bottom: 0;
        left: 250px;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .shape-group-5 .shape.shape-3 {
        bottom: 110px;
        left: 160px;
    }

    .shape-group-5 .shape.shape-4 {
        top: 90px;
        left: 35%;
    }

.shape-group-6 .shape {
    position: absolute;
    z-index: -1;
}

    .shape-group-6 .shape.shape-1 {
        top: 0;
        left: 0;
    }

    .shape-group-6 .shape.shape-2 {
        top: 110px;
        left: 0;
    }

    .shape-group-6 .shape.shape-3 {
        bottom: 140px;
        right: 0;
    }

    .shape-group-6 .shape.shape-4 {
        bottom: -1px;
        left: 11%;
    }

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .shape-group-6 .shape.shape-4 {
        left: 0;
    }

        .shape-group-6 .shape.shape-4 img {
            width: 90%;
        }
}

@media only screen and (max-width: 1199px) {
    .shape-group-6 .shape.shape-4 {
        left: 0;
    }

        .shape-group-6 .shape.shape-4 img {
            width: 70%;
        }
}

.shape-group-7 .shape {
    position: absolute;
    z-index: -1;
}

    .shape-group-7 .shape.shape-1 {
        top: 90px;
        right: 200px;
    }

    .shape-group-7 .shape.shape-2 {
        top: 210px;
        left: 52%;
    }

@media only screen and (max-width: 991px) {
    .shape-group-7 .shape.shape-2 {
        display: none;
    }
}

.shape-group-7 .shape.shape-3 {
    top: 40%;
    left: 170px;
}

.shape-group-8 .shape {
    position: absolute;
    z-index: -1;
    pointer-events: none;
}

    .shape-group-8 .shape.shape-1 {
        bottom: 0;
        left: 0;
    }

@media only screen and (max-width: 767px) {
    .shape-group-8 .shape.shape-1 {
        display: none;
    }
}

.shape-group-8 .shape.shape-2 {
    top: 0;
    right: 0;
    text-align: right;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .shape-group-8 .shape.shape-2 img {
        width: 55%;
    }
}

@media only screen and (max-width: 1199px) {
    .shape-group-8 .shape.shape-2 img {
        width: 80%;
    }
}

@media only screen and (max-width: 767px) {
    .shape-group-8 .shape.shape-2 img {
        width: 60%;
    }
}

.shape-group-8 .shape.shape-3 {
    top: 115px;
    left: 0;
}

.shape-group-9 .shape {
    position: absolute;
    z-index: -1;
}

    .shape-group-9 .shape.shape-1 {
        top: 0;
        left: 32%;
    }

    .shape-group-9 .shape.shape-2 {
        top: 180px;
        left: 18%;
        opacity: 0.5;
        -webkit-animation: movingleftright1 infinite 20000ms;
        animation: movingleftright1 infinite 20000ms;
    }

    .shape-group-9 .shape.shape-3 {
        top: 31%;
        left: 20%;
        -webkit-animation: movingleftright2 infinite 25000ms;
        animation: movingleftright2 infinite 25000ms;
    }

    .shape-group-9 .shape.shape-4 {
        top: 44%;
        left: 28%;
        -webkit-animation: movingleftright1 infinite 25000ms;
        animation: movingleftright1 infinite 25000ms;
    }

    .shape-group-9 .shape.shape-5 {
        top: 50%;
        left: 17%;
        -webkit-animation: movingleftright2 infinite 30000ms;
        animation: movingleftright2 infinite 30000ms;
    }

    .shape-group-9 .shape.shape-6 {
        top: 26%;
        right: 21%;
        -webkit-animation: movingleftright3 infinite 30000ms;
        animation: movingleftright3 infinite 30000ms;
    }

@media only screen and (max-width: 767px) {
    .shape-group-9 .shape.shape-6 {
        display: none;
    }
}

.shape-group-9 .shape.shape-7 {
    top: 30%;
    right: 15%;
    -webkit-animation: movingleftright1 infinite 30000ms;
    animation: movingleftright1 infinite 30000ms;
}

.shape-group-10 .shape {
    position: absolute;
    z-index: -1;
}

    .shape-group-10 .shape.shape-1 {
        top: 100px;
        right: 0;
    }

    .shape-group-10 .shape.shape-2 {
        bottom: 200px;
        left: 0;
    }

    .shape-group-10 .shape.shape-3 {
        top: 680px;
        left: 110px;
    }

.shape-group-11 .shape {
    position: absolute;
    z-index: -1;
}

    .shape-group-11 .shape.shape-1 {
        top: 40px;
        right: 0;
    }

    .shape-group-11 .shape.shape-2 {
        bottom: -310px;
        left: -10px;
        opacity: 0.4;
    }

.shape-group-12 .shape {
    position: absolute;
    z-index: -1;
}

    .shape-group-12 .shape.shape-1 {
        top: 115px;
        left: 38%;
    }

    .shape-group-12 .shape.shape-2 {
        left: 60px;
        bottom: 130px;
    }

    .shape-group-12 .shape.shape-3 {
        right: 60px;
        bottom: 50px;
    }

.shape-group-13 .shape {
    position: absolute;
    z-index: -1;
}

    .shape-group-13 .shape.shape-1 {
        top: 0;
        left: 0;
    }

@media only screen and (max-width: 991px) {
    .shape-group-13 .shape.shape-1 img {
        width: 60%;
    }
}

.shape-group-13 .shape.shape-2 {
    top: 0;
    right: -5px;
    text-align: right;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .shape-group-13 .shape.shape-2 img {
        width: 80%;
    }
}

@media only screen and (max-width: 1199px) {
    .shape-group-13 .shape.shape-2 img {
        width: 75%;
    }
}

@media only screen and (max-width: 991px) {
    .shape-group-13 .shape.shape-2 img {
        width: 50%;
    }
}

@media only screen and (max-width: 479px) {
    .shape-group-13 .shape.shape-2 img {
        width: 40%;
    }
}

.shape-group-13 .shape.shape-3 {
    right: -10px;
    bottom: 62px;
    z-index: 2;
    text-align: right;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .shape-group-13 .shape.shape-3 {
        bottom: 220px;
    }

        .shape-group-13 .shape.shape-3 img {
            width: 60%;
        }
}

@media only screen and (max-width: 1199px) {
    .shape-group-13 .shape.shape-3 {
        bottom: 100px;
    }

        .shape-group-13 .shape.shape-3 img {
            width: 50%;
        }
}

@media only screen and (max-width: 767px) {
    .shape-group-13 .shape.shape-3 img {
        width: 40%;
    }
}

.shape-group-13 .shape.shape-4 {
    left: 220px;
    top: 45%;
    height: 48px;
    width: 48px;
    -webkit-animation: movingleftright1 infinite 25000ms;
    animation: movingleftright1 infinite 25000ms;
}

.shape-group-13 .shape.shape-5 {
    left: 45%;
    bottom: 130px;
    height: 32px;
    width: 32px;
    -webkit-animation: movingleftright3 infinite 20000ms;
    animation: movingleftright3 infinite 20000ms;
}

.shape-group-14 .shape {
    position: absolute;
    z-index: -1;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .shape-group-14 .shape img {
        width: 70%;
    }
}

@media only screen and (max-width: 1199px) {
    .shape-group-14 .shape img {
        width: 40%;
    }
}

.shape-group-14 .shape.shape-1 {
    left: 40%;
    bottom: 230px;
    -webkit-animation: movingleftright1 infinite 20000ms;
    animation: movingleftright1 infinite 20000ms;
}

.shape-group-14 .shape.shape-2 {
    left: 47%;
    bottom: 115px;
    -webkit-animation: movingleftright3 infinite 30000ms;
    animation: movingleftright3 infinite 30000ms;
}

.shape-group-14 .shape.shape-3 {
    right: 160px;
    bottom: 270px;
    -webkit-animation: movingleftright2 infinite 40000ms;
    animation: movingleftright2 infinite 40000ms;
}

.shape-group-16 .shape {
    position: absolute;
    z-index: -1;
}

    .shape-group-16 .shape.shape-1 {
        top: 0;
        right: 0;
    }

    .shape-group-16 .shape.shape-2 {
        top: 120px;
        left: 30%;
    }

    .shape-group-16 .shape.shape-3 {
        bottom: 250px;
        left: 0;
    }

.shape-group-17 .shape {
    position: absolute;
    z-index: -1;
}

    .shape-group-17 .shape.shape-1 {
        top: 0;
        left: 0;
    }

    .shape-group-17 .shape.shape-2 {
        top: 360px;
        right: 0;
        width: 60%
    }

    .shape-group-17 .shape.shape-3 {
        top: 430px;
        left: 0;
    }

    .shape-group-17 .shape.shape-4 {
        top: 35%;
        right: 0;
    }

    .shape-group-17 .shape.shape-5 {
        top: 56%;
        left: 0;
    }

    .shape-group-17 .shape.shape-6 {
        top: 75%;
        right: 0;
    }

.shape-group-18 .shape {
    position: absolute;
    z-index: 0;
}

    .shape-group-18 .shape.shape-1 {
        top: 0;
        right: 0;
        text-align: right;
    }

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .shape-group-18 .shape.shape-1 img {
        width: 70%;
    }
}

@media only screen and (max-width: 1199px) {
    .shape-group-18 .shape.shape-1 img {
        width: 50%;
    }
}

@media only screen and (max-width: 991px) {
    .shape-group-18 .shape.shape-1 img {
        width: 40%;
    }
}

.shape-group-18 .shape.shape-2 {
    bottom: 0;
    left: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .shape-group-18 .shape.shape-2 img {
        width: 70%;
    }
}

@media only screen and (max-width: 1199px) {
    .shape-group-18 .shape.shape-2 img {
        width: 50%;
    }
}

.shape-group-18 .shape.shape-3 {
    top: 34%;
    left: 50%;
    -webkit-animation: movingleftright1 infinite 20000ms;
    animation: movingleftright1 infinite 20000ms;
}

    .shape-group-18 .shape.shape-3 img {
        opacity: 0.5;
    }

.shape-group-18 .shape.shape-4 {
    bottom: 240px;
    left: 45%;
    -webkit-animation: movingleftright2 infinite 30000ms;
    animation: movingleftright2 infinite 30000ms;
}

    .shape-group-18 .shape.shape-4 img {
        width: 75px;
        opacity: 0.5;
    }

.shape-group-18 .shape.shape-5 {
    bottom: 120px;
    left: 53%;
    -webkit-animation: movingleftright1 infinite 25000ms;
    animation: movingleftright1 infinite 25000ms;
}

.shape-group-18 .shape.shape-6 {
    bottom: 100px;
    left: 40%;
    -webkit-animation: movingleftright1 infinite 35000ms;
    animation: movingleftright1 infinite 35000ms;
}

.shape-group-18 .shape.shape-7 {
    top: 0;
    right: 100px;
    z-index: -2;
    text-align: right;
}

@media only screen and (max-width: 1199px) {
    .shape-group-18 .shape.shape-7 img {
        width: 80%;
    }
}

@media only screen and (max-width: 991px) {
    .shape-group-18 .shape.shape-7 img {
        width: 60%;
    }
}

.shape-group-19 .shape {
    position: absolute;
    z-index: -1;
}

    .shape-group-19 .shape.shape-1 {
        top: 0;
        right: 0;
        text-align: right;
    }

@media only screen and (max-width: 991px) {
    .shape-group-19 .shape.shape-1 img {
        width: 60%;
    }
}

.shape-group-19 .shape.shape-2 {
    top: 145px;
    right: 0;
}

.shape-group-20 .shape {
    position: absolute;
    z-index: -1;
}

    .shape-group-20 .shape.shape-1 {
        top: 0;
        left: 120px;
    }

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .shape-group-20 .shape.shape-1 {
        left: -10px;
    }
}

@media only screen and (max-width: 1199px) {
    .shape-group-20 .shape.shape-1 {
        left: -10px;
    }
}

@media only screen and (max-width: 991px) {
    .shape-group-20 .shape.shape-1 img {
        width: 60%;
    }
}

.shape-group-20 .shape.shape-2 {
    bottom: 0;
    right: 0;
    text-align: right;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .shape-group-20 .shape.shape-2 img {
        width: 80%;
    }
}

@media only screen and (max-width: 1199px) {
    .shape-group-20 .shape.shape-2 img {
        width: 75%;
    }
}

@media only screen and (max-width: 991px) {
    .shape-group-20 .shape.shape-2 {
        display: none;
    }
}

.shape-group-20 .shape.shape-3 {
    right: -10px;
    bottom: 62px;
    z-index: 2;
    text-align: right;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .shape-group-20 .shape.shape-3 {
        bottom: 220px;
    }

        .shape-group-20 .shape.shape-3 img {
            width: 60%;
        }
}

@media only screen and (max-width: 1199px) {
    .shape-group-20 .shape.shape-3 {
        bottom: 100px;
    }

        .shape-group-20 .shape.shape-3 img {
            width: 50%;
        }
}

@media only screen and (max-width: 767px) {
    .shape-group-20 .shape.shape-3 img {
        width: 40%;
    }
}

.shape-group-20 .shape.shape-4 {
    left: 220px;
    top: 45%;
    height: 48px;
    width: 48px;
    -webkit-animation: movingleftright1 infinite 25000ms;
    animation: movingleftright1 infinite 25000ms;
}

.shape-group-20 .shape.shape-5 {
    left: 45%;
    bottom: 130px;
    height: 32px;
    width: 32px;
    -webkit-animation: movingleftright3 infinite 20000ms;
    animation: movingleftright3 infinite 20000ms;
}

.shape-group-20 .shape.shape-6 {
    left: 50%;
    top: 250px;
}

@media only screen and (max-width: 991px) {
    .shape-group-20 .shape.shape-6 {
        display: none;
    }
}

.shape-group-20 .shape.shape-7 {
    left: 65%;
    top: 180px;
    -webkit-animation: movingleftright3 infinite 20000ms;
    animation: movingleftright3 infinite 20000ms;
}

.shape-group-20 .shape.shape-8 {
    bottom: 0;
    right: 0;
}

@media only screen and (max-width: 991px) {
    .shape-group-20 .shape.shape-8 {
        display: none;
    }
}

.shape-group-20 .shape.shape-8.marque-images {
    background-image: url("../media/others/designer-text.png");
    background-repeat: repeat-x;
    background-size: auto;
    height: 250px;
    width: 52%;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .shape-group-20 .shape.shape-8.marque-images {
        width: 49%;
    }
}

@media only screen and (max-width: 1199px) {
    .shape-group-20 .shape.shape-8.marque-images {
        width: 62%;
    }
}

.shape-group-21 .shape {
    position: absolute;
    z-index: -1;
}

    .shape-group-21 .shape.shape-1 {
        top: 0;
        left: 0;
    }

@media only screen and (max-width: 991px) {
    .shape-group-21 .shape.shape-1 img {
        width: 60%;
    }
}

.shape-group-21 .shape.shape-2 {
    top: 200px;
    right: 200px;
    text-align: right;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .shape-group-21 .shape.shape-2 {
        top: 120px;
        right: 15px;
    }

        .shape-group-21 .shape.shape-2 img {
            width: 90%;
        }
}

@media only screen and (max-width: 1199px) {
    .shape-group-21 .shape.shape-2 {
        right: 15px;
    }

        .shape-group-21 .shape.shape-2 img {
            width: 50%;
        }
}

@media only screen and (max-width: 991px) {
    .shape-group-21 .shape.shape-2 {
        display: none;
    }
}

.shape-group-21 .shape.shape-3 {
    right: 100px;
    top: 45%;
    height: 53px;
    width: 53px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .shape-group-21 .shape.shape-3 {
        display: none;
    }
}

.shape-group-21 .shape.shape-4 {
    left: 220px;
    top: 45%;
    height: 20px;
    width: 20px;
    -webkit-animation: movingleftright1 infinite 25000ms;
    animation: movingleftright1 infinite 25000ms;
}

.shape-group-21 .shape.shape-5 {
    left: 45%;
    bottom: 130px;
    height: 20px;
    width: 20px;
    -webkit-animation: movingleftright3 infinite 20000ms;
    animation: movingleftright3 infinite 20000ms;
}

.shape-group-21 .shape.shape-6 {
    right: 230px;
    bottom: 40%;
    height: 20px;
    width: 20px;
}

@media only screen and (max-width: 1199px) {
    .shape-group-21 .shape.shape-6 {
        display: none;
    }
}

.shape-group-21 .shape.shape-7 {
    right: 250px;
    top: 40%;
    height: 20px;
    width: 20px;
}

@media only screen and (max-width: 1199px) {
    .shape-group-21 .shape.shape-7 {
        display: none;
    }
}

@-webkit-keyframes movingleftright1 {
    0% {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
    }

    40% {
        -webkit-transform: translateX(50px) translateY(-200px);
        transform: translateX(50px) translateY(-200px);
    }

    75% {
        -webkit-transform: translateX(800px);
        transform: translateX(800px);
    }

    100% {
        -webkit-transform: translateY(0) translateX(0);
        transform: translateY(0) translateX(0);
    }
}

@keyframes movingleftright1 {
    0% {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
    }

    40% {
        -webkit-transform: translateX(50px) translateY(-200px);
        transform: translateX(50px) translateY(-200px);
    }

    75% {
        -webkit-transform: translateX(800px);
        transform: translateX(800px);
    }

    100% {
        -webkit-transform: translateY(0) translateX(0);
        transform: translateY(0) translateX(0);
    }
}

@-webkit-keyframes movingleftright2 {
    0% {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
    }

    40% {
        -webkit-transform: translateX(-50px) translateY(200px);
        transform: translateX(-50px) translateY(200px);
    }

    75% {
        -webkit-transform: translateX(-500px);
        transform: translateX(-500px);
    }

    100% {
        -webkit-transform: translateY(0) translateX(0);
        transform: translateY(0) translateX(0);
    }
}

@keyframes movingleftright2 {
    0% {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
    }

    40% {
        -webkit-transform: translateX(-50px) translateY(200px);
        transform: translateX(-50px) translateY(200px);
    }

    75% {
        -webkit-transform: translateX(-500px);
        transform: translateX(-500px);
    }

    100% {
        -webkit-transform: translateY(0) translateX(0);
        transform: translateY(0) translateX(0);
    }
}

@-webkit-keyframes movingleftright3 {
    0% {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
    }

    40% {
        -webkit-transform: translateX(100px) translateY(-200px);
        transform: translateX(100px) translateY(-200px);
    }

    75% {
        -webkit-transform: translateX(-500px);
        transform: translateX(-500px);
    }

    100% {
        -webkit-transform: translateY(0) translateX(0);
        transform: translateY(0) translateX(0);
    }
}

@keyframes movingleftright3 {
    0% {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
    }

    40% {
        -webkit-transform: translateX(100px) translateY(-200px);
        transform: translateX(100px) translateY(-200px);
    }

    75% {
        -webkit-transform: translateX(-500px);
        transform: translateX(-500px);
    }

    100% {
        -webkit-transform: translateY(0) translateX(0);
        transform: translateY(0) translateX(0);
    }
}

.my_switcher {
    position: fixed;
    top: 200px;
    right: 0;
    background-color: var(--color-secondary);
    border-radius: 30px 0px 0px 30px;
    padding: 10px;
    z-index: 99;
    width: 60px;
    height: 60px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    opacity: 0.85;
}

    /*@media only screen and (max-width: 991px) {
    .my_switcher {
        position: initial;
        display: none;
    }
}*/

    .my_switcher ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .my_switcher ul li a {
            text-align: center;
            color: var(--color-white);
            font-size: 18px;
            height: 40px;
            width: 40px;
            line-height: 40px;
            border: 1px solid transparent;
            border-radius: 50%;
        }

@media only screen and (max-width: 767px) {
    .my_switcher ul li a {
        font-size: 16px;
        height: 30px;
        width: 30px;
        line-height: 30px;
    }
}

.my_switcher ul li a.active {
    color: var(--color-rose);
    display: none;
}

.main-wrapper {
    overflow: hidden;
    background-color: var(--color-white);
}

/*-------------------------
    Slick 
-------------------------*/
.slick-list {
    margin: 0 -15px;
}

    .slick-list .slick-slide {
        padding: 0 15px;
    }

.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.slick-dot-nav .slick-dots {
    bottom: 0;
    text-align: left;
    margin: 0 -10px;
}

    .slick-dot-nav .slick-dots li {
        margin: 0 10px;
        height: 11px;
        width: 11px;
    }

        .slick-dot-nav .slick-dots li button {
            border: none;
            background-color: #DBDEFF;
            border-radius: 50%;
            height: 11px;
            width: 11px;
            -webkit-transition: var(--transition);
            transition: var(--transition);
        }

            .slick-dot-nav .slick-dots li button::before {
                display: none;
            }

        .slick-dot-nav .slick-dots li.slick-active button {
            background-color: var(--color-primary);
        }

.slick-arrow-nav .slick-arrow {
    height: 40px;
    width: 40px;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    z-index: 1;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

    .slick-arrow-nav .slick-arrow::before {
        font-family: var(--font-awesome);
        opacity: 1;
        font-size: 16px;
    }

    .slick-arrow-nav .slick-arrow:hover {
        background-color: black;
    }

    .slick-arrow-nav .slick-arrow.slick-next {
        right: 50px;
    }

@media only screen and (max-width: 767px) {
    .slick-arrow-nav .slick-arrow.slick-next {
        right: 20px;
    }
}

.slick-arrow-nav .slick-arrow.slick-next::before {
    content: "\f105";
}

.slick-arrow-nav .slick-arrow.slick-prev {
    left: 50px;
}

@media only screen and (max-width: 767px) {
    .slick-arrow-nav .slick-arrow.slick-prev {
        left: 20px;
    }
}

.slick-arrow-nav .slick-arrow.slick-prev::before {
    content: "\f104";
}

/*=======================================================================
3. Template Styles
=========================================================================*/
/*-------------------------
   About Us
-------------------------*/
.about-pattern {
    position: absolute;
    left: 6px;
    top: 5px;
    bottom: 10px;
    height: 98%;
    z-index: 99;
}

.about-seaction, .services-content {
    background-image: url("../media/about-background.png");
    background-position: center;
    background-size: cover;
    position: relative
}

.services-content {
    padding: 52px 0 50px !important;
}

.about-content {
    margin: 20px auto;
    width: 90%;
}

.services-title {
    font-size: 20px;
    font-weight: 700;
    color: #4d4d4d;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.services-subtitle {
    font-size: 14px;
    width: 100%;
    margin: 0 auto;
    color: #333;
    font-family: cairo;
    font-weight: 700;
}

.active-dark-mode .about-content p {
    color: #dad9d9 !important;
}

.active-dark-mode .about-content h2, .active-dark-mode .services-content h2 {
    color: var(--color-primary);
}

.about-content h2, .services-content h2, .counter-section .counter-title, .project-section .title {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 700;
    color: #000000;
    width: max-content;
    margin: 0 auto 40px;
    position: relative;
    letter-spacing: 0px
}

.counter-section .counter-title, .project-section .title {
    color: #fff;
}

.about-content h2 span, .services-content h2 span {
    color: var(--color-primary);
}

.counter-section .counter-title span {
    color: #CFA447
}

.about-content h2::before, .services-content h2::before, .counter-section .counter-title::before, .project-section .title::before {
    content: "";
    height: 5px;
    width: 65%;
    background-color: var(--color-secondary);
    position: absolute;
    bottom: -16px;
    right: 0;
}

.services-content h2::before, .project-section .title::before {
    width: 50%;
}

.counter-section .counter-title::before {
    background-color: #fff;
    width: 40%;
}

.about-content p {
    width: 65%;
    color: #000 !important;
    font-size: 23px;
    text-align: right;
    font-weight: 500;
    margin-bottom: 30px !important;
    font-family: cairo;
}

.more-btn {
    background: #CFA447;
    color: #fff !important;
    width: 160px;
    height: 45px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 500;
    margin: 0 auto;
    font-family: cairo;
}

.contact-form-box {
    background-color: #fff;
    padding: 33px 50px;
    border-radius: 30px;
    /* border: 3px solid #006D81;*/
}

.send-btn {
    height: 40px;
    background: #CFA448;
    border: none;
    width: 160px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}

.contact-form-box input, .contact-form-box textarea {
    background: #EFF5F9;
}

.active-dark-mode .contact-form-box input, .active-dark-mode .contact-form-box textarea {
    background: transparent;
    border: 1px solid #dddddd40;
}

.contact-form-box input {
    height: 55px
}

@media only screen and (max-width: 767px) {
    .contact-form-box {
        padding: 25px 30px;
    }
}

.contact-form-box .title {
    font-size: 40px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .contact-form-box .title {
        font-size: 36px;
    }
}

@media only screen and (max-width: 1199px) {
    .contact-form-box .title {
        font-size: 32px;
    }
}

@media only screen and (max-width: 767px) {
    .contact-form-box .title {
        font-size: 28px;
    }
}

.contact-form-box .form-group .axil-btn::after {
    width: calc(100% + 50px);
}

.contact-form-box.shadow-box {
    box-shadow: 0 20px 48px 0 rgba(153, 161, 170, 0.25);
}

.about-expert {
    text-align: center;
    position: relative;
}

    .about-expert .thumbnail {
        position: relative;
        display: inline-block;
        border-radius: 40px;
        box-shadow: 0px 17px 26px 0px rgba(0, 0, 0, 0.2);
    }

        .about-expert .thumbnail img {
            border-radius: 40px;
        }

        .about-expert .thumbnail .popup-video {
            text-align: center;
            position: absolute;
            top: 50%;
            left: 0;
            right: 0;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        }

            .about-expert .thumbnail .popup-video .play-btn {
                height: 100px;
                width: 100px;
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -webkit-align-items: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: center;
                -webkit-justify-content: center;
                -ms-flex-pack: center;
                justify-content: center;
                background-color: rgba(0, 0, 0, 0.8);
                border-radius: 50%;
                margin: 0 auto;
                font-size: 32px;
                color: var(--color-white);
                -webkit-transition: var(--transition);
                transition: var(--transition);
            }

                .about-expert .thumbnail .popup-video .play-btn:hover {
                    background-color: var(--color-primary);
                }

@media only screen and (max-width: 991px) {
    .about-expert .thumbnail .popup-video .play-btn {
        height: 100px;
        width: 100px;
        font-size: 28px;
    }
}

@media only screen and (max-width: 767px) {
    .about-expert .thumbnail .popup-video .play-btn {
        height: 80px;
        width: 80px;
        font-size: 24px;
    }
}

@media only screen and (max-width: 1199px) {
    .about-expert .frame-shape {
        display: none;
    }
}

.about-expert .frame-shape .shape {
    position: absolute;
}

    .about-expert .frame-shape .shape.shape-1 {
        left: -10px;
        bottom: 75px;
    }

    .about-expert .frame-shape .shape.shape-2 {
        bottom: 190px;
        right: -30px;
    }

.about-quality {
    margin-bottom: 60px;
}

    .about-quality .sl-number {
        text-align: center;
        height: 80px;
        width: 80px;
        line-height: 80px;
        border-radius: 50%;
        background: -webkit-linear-gradient(left, #565677 0%, rgba(39, 39, 46, 0) 70.31%);
        background: linear-gradient(90deg, #565677 0%, rgba(39, 39, 46, 0) 70.31%);
        color: var(--color-white);
        margin-bottom: 40px;
        -webkit-transition: var(--transition);
        transition: var(--transition);
    }

    .about-quality .title {
        color: var(--color-white);
    }

    .about-quality p {
        opacity: 0.5;
        color: var(--color-white);
        -webkit-transition: var(--transition);
        transition: var(--transition);
    }

    .about-quality:hover .sl-number, .about-quality.active .sl-number {
        background-color: var(--color-primary);
    }

    .about-quality:hover p, .about-quality.active p {
        opacity: 1;
    }

.about-team .section-heading p {
    width: 100%;
    margin-bottom: 50px;
}

.about-team .axil-btn {
    width: 240px;
}

.about-team .thumbnail {
    padding-right: 100px;
}

/*-------------------------
    Banner
-------------------------*/
.banner {
    margin-top: -160px;
    padding: 255px 0 0;
    position: relative;
    z-index: 2;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .banner {
        padding: 220px 0 0;
        margin-top: -130px;
    }
}

@media only screen and (max-width: 1199px) {
    .banner {
        padding: 200px 0 0;
        min-height: 100%;
    }
}

@media only screen and (max-width: 991px) {
    .banner {
        margin-top: -115px;
        padding: 160px 0 0;
    }
}

@media only screen and (max-width: 767px) {
    .banner {
        margin-top: -115px;
        padding: 150px 0 0;
    }
}

@media only screen and (max-width: 991px) {
    .banner .banner-content {
        margin-bottom: 90px;
    }
}

@media only screen and (max-width: 767px) {
    .banner .banner-content {
        margin-bottom: 60px;
    }
}

@media only screen and (max-width: 575px) {
    .banner .banner-content {
        margin-bottom: 40px;
    }
}

.banner .banner-content .title {
    font-size: 55px;
    font-weight: 700;
    color: var(--color-dark);
}

.sub-title-banner {
    /*  margin: 0;
    font-size: 30px;*/
    margin: 10px;
    font-size: 18px;
    color: #E8B667 !important;
    font-family: cairo;
    text-shadow: -1px 1px 2px rgb(0 0 0 / 40%), 0px 8px 13px rgb(0 0 0 / 20%), -1px -1px 23px rgb(0 0 0 / 19%);
}

.banner .banner-content .subtitle {
    font-size: var(--font-body-1);
    margin-bottom: 40px;
    width: 90%;
}

.banner .banner-content .axil-btn {
    padding: 28px 45px;
    box-shadow: 0 44px 84px -24px #5956e9;
}

@media only screen and (max-width: 991px) {
    .banner .banner-content .axil-btn {
        padding: 20px 35px;
    }
}

.banner .banner-content .btn-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 575px) {
    .banner .banner-content .btn-group {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.banner .banner-content .btn-group a {
    margin-right: 40px;
}

@media only screen and (max-width: 575px) {
    .banner .banner-content .btn-group a {
        margin-right: 0;
        margin-bottom: 30px;
    }
}

.banner .banner-content .btn-group a:last-child {
    margin-right: 0;
    margin-bottom: 0;
}

.banner .banner-content .about-btn {
    font-weight: 500;
    color: var(--color-primary);
    position: relative;
    padding-left: 50px;
}

    .banner .banner-content .about-btn::before {
        content: "";
        height: 1px;
        width: 34px;
        background-color: var(--color-primary);
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: var(--transition);
        transition: var(--transition);
    }

    .banner .banner-content .about-btn:hover::before {
        width: 100%;
    }

.banner .banner-thumbnail {
    position: relative;
}

.banner .banner-social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

    .banner .banner-social .border-line {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        height: 1px;
        width: 100%;
        background-color: var(--color-body);
        margin-right: 30px;
    }

@media only screen and (max-width: 575px) {
    .banner .banner-social .border-line {
        display: none;
    }
}

.banner .banner-social .social-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .banner .banner-social .social-icon li {
        margin-right: 20px;
    }

        .banner .banner-social .social-icon li:last-child {
            margin-right: 0;
        }

        .banner .banner-social .social-icon li a {
            color: var(--color-body);
        }

            .banner .banner-social .social-icon li a i {
                margin-right: 8px;
                font-size: 20px;
                color: var(--color-gray-4);
                -webkit-transition: var(--transition);
                transition: var(--transition);
            }

            .banner .banner-social .social-icon li a:hover {
                color: var(--color-primary);
            }

                .banner .banner-social .social-icon li a:hover i {
                    color: var(--color-primary);
                }

.banner.banner-style-1 .banner-content {
    margin-top: 60px;
}

@media only screen and (max-width: 1199px) {
    .banner.banner-style-1 .banner-content {
        padding-bottom: 100px;
    }
}

@media only screen and (max-width: 991px) {
    .banner.banner-style-1 .banner-content {
        margin-top: 0;
        padding-bottom: 0;
    }
}

.banner.banner-style-1 .banner-content .title {
    font-size: 78px;
    line-height: 1;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .banner.banner-style-1 .banner-content .title {
        font-size: 68px;
    }
}

@media only screen and (max-width: 1199px) {
    .banner.banner-style-1 .banner-content .title {
        font-size: 60px;
    }
}

@media only screen and (max-width: 991px) {
    .banner.banner-style-1 .banner-content .title {
        font-size: 55px;
    }
}

@media only screen and (max-width: 767px) {
    .banner.banner-style-1 .banner-content .title {
        font-size: 40px;
    }
}

.banner.banner-style-1 .banner-thumbnail {
    z-index: 5;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .banner.banner-style-1 .banner-thumbnail .large-thumb img {
        width: 74%;
    }
}

.banner.banner-style-1 .banner-thumbnail .large-thumb-2 {
    text-align: right;
    margin-top: -260px;
    margin-right: -50px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .banner.banner-style-1 .banner-thumbnail .large-thumb-2 img {
        width: 85%;
    }
}

@media only screen and (max-width: 1199px) {
    .banner.banner-style-1 .banner-thumbnail .large-thumb-2 {
        margin-top: -200px;
        margin-right: -30px;
    }

        .banner.banner-style-1 .banner-thumbnail .large-thumb-2 img {
            width: 80%;
        }
}

@media only screen and (max-width: 991px) {
    .banner.banner-style-1 .banner-thumbnail .large-thumb-2 {
        margin-top: -260px;
        margin-right: 0;
    }
}

@media only screen and (max-width: 767px) {
    .banner.banner-style-1 .banner-thumbnail .large-thumb-2 {
        margin-top: 0;
        text-align: center;
        position: absolute;
        bottom: 0;
    }
}

.banner.banner-style-1 .banner-thumbnail .shape-group .shape {
    position: absolute;
}

    .banner.banner-style-1 .banner-thumbnail .shape-group .shape.shape-1 {
        top: -25px;
        right: 20px;
        left: auto;
    }

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .banner.banner-style-1 .banner-thumbnail .shape-group .shape.shape-1 {
        right: 0;
    }
}

@media only screen and (max-width: 1199px) {
    .banner.banner-style-1 .banner-thumbnail .shape-group .shape.shape-1 {
        display: none;
    }
}

.banner.banner-style-2 {
    margin: 0 0px;
    padding: 0;
    background: var(--gradient-home);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    /*height: 565px;*/
    padding: 30px 0
}

@media only screen and (min-width: 1200px) {
    .banner.banner-style-2 {
        width: auto;
        height: 700px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .banner.banner-style-3 {
        padding: 180px 0 160px;
    }

    .banner.banner-style-2 {
        width: auto;
        height: 700px;
    }
}

@media only screen and (max-width: 1199px) {
    .banner.banner-style-3 {
        padding: 200px 0 150px;
    }

    .banner.banner-style-2 {
        width: auto;
        height: 761px;
    }
}


.active-dark-mode .banner.banner-style-2 {
    background: var(--dark-bg-color);
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .banner.banner-style-2 {
        margin: 0 0px;
    }
}


.banner.banner-style-2 .banner-content {
    margin-bottom: 95px;
    position: relative;
    text-align: center;
    /*  padding-left: 9%;*/
}

    .banner.banner-style-2 .banner-content .title {
        color: var(--color-white);
        margin: 10px;
    }

.banner.banner-style-3 {
    padding: 220px 0 210px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .banner.banner-style-3 {
        padding: 180px 0 160px;
    }
}

@media only screen and (max-width: 1199px) {
    .banner.banner-style-3 {
        padding: 200px 0 150px;
    }
}

.mobilepic {
    display: none !important;
}

@media only screen and (max-width: 767px) {
    .banner.banner-style-3 {
        padding: 150px 0 100px;
    }

    .banner.banner-style-2 {
        /*  height: 375px;*/
        height: 475px;
    }

    .webpic {
        display: none !important
    }

    .mobilepic {
        display: flex !important
    }

    .backbanner2 {
        object-position: right bottom !important;
    }
}

.banner.banner-style-3 .banner-content {
    position: relative;
    z-index: 1;
}

    .banner.banner-style-3 .banner-content .subtitle {
        font-size: 20px;
        font-weight: 700;
        color: var(--color-rose);
        letter-spacing: 0.10em;
        font-family: var(--font-primary);
        margin-bottom: 30px;
    }

@media only screen and (max-width: 991px) {
    .banner.banner-style-3 .banner-content .subtitle {
        font-size: 16px;
    }
}

.banner.banner-style-3 .banner-content .title {
    margin-bottom: 60px;
}

@media only screen and (max-width: 991px) {
    .banner.banner-style-3 .banner-content .title {
        margin-bottom: 40px;
    }
}

.banner.banner-style-3 .banner-thumbnail {
    margin-right: -120px;
    text-align: right;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .banner.banner-style-3 .banner-thumbnail {
        margin-right: 0;
    }
}

@media only screen and (max-width: 1199px) {
    .banner.banner-style-3 .banner-thumbnail {
        margin-right: 0;
    }
}

@media only screen and (max-width: 991px) {
    .banner.banner-style-3 .banner-thumbnail {
        text-align: left;
    }
}

.banner.banner-style-4 {
    background: -webkit-linear-gradient(left, #ECF2F6 0%, rgba(236, 242, 246, 0) 70.31%);
    background: linear-gradient(90deg, #ECF2F6 0%, rgba(236, 242, 246, 0) 70.31%);
    padding: 310px 0 100px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .banner.banner-style-4 {
        padding: 250px 0 100px;
    }
}

@media only screen and (max-width: 1199px) {
    .banner.banner-style-4 {
        padding: 250px 0 100px;
    }
}

@media only screen and (max-width: 991px) {
    .banner.banner-style-4 {
        padding: 180px 0 80px;
        min-height: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .banner.banner-style-4 {
        padding: 150px 0 60px;
    }
}

.banner.banner-style-4 .banner-content {
    margin-bottom: 200px;
    position: relative;
    z-index: 1;
}

@media only screen and (max-width: 1199px) {
    .banner.banner-style-4 .banner-content {
        margin-bottom: 100px;
    }
}

@media only screen and (max-width: 991px) {
    .banner.banner-style-4 .banner-content {
        margin-bottom: 0;
    }
}

.banner.banner-style-4 .banner-content .title {
    width: 60%;
    margin-bottom: 50px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .banner.banner-style-4 .banner-content .title {
        font-size: 70px;
        width: 55%;
    }
}

@media only screen and (max-width: 1199px) {
    .banner.banner-style-4 .banner-content .title {
        font-size: 70px;
    }
}

@media only screen and (max-width: 991px) {
    .banner.banner-style-4 .banner-content .title {
        font-size: 60px;
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .banner.banner-style-4 .banner-content .title {
        font-size: 50px;
    }
}

@media only screen and (max-width: 575px) {
    .banner.banner-style-4 .banner-content .title {
        font-size: 40px;
        margin-bottom: 30px;
    }
}

.banner.banner-style-4 .banner-content p {
    font-size: var(--font-body-1);
    width: 50%;
    margin-bottom: 40px;
}

@media only screen and (max-width: 991px) {
    .banner.banner-style-4 .banner-content p {
        width: 100%;
    }
}

.banner.banner-style-4 .banner-thumbnail {
    position: absolute;
    top: 45%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .banner.banner-style-4 .banner-thumbnail {
        right: -300px;
    }

        .banner.banner-style-4 .banner-thumbnail img {
            width: 85%;
        }
}

@media only screen and (max-width: 1199px) {
    .banner.banner-style-4 .banner-thumbnail {
        right: -570px;
    }

        .banner.banner-style-4 .banner-thumbnail img {
            width: 60%;
        }
}

@media only screen and (max-width: 991px) {
    .banner.banner-style-4 .banner-thumbnail {
        position: initial;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        text-align: center;
        margin: -20px 0 20px;
    }

        .banner.banner-style-4 .banner-thumbnail img {
            width: 100%;
        }
}

@media only screen and (max-width: 575px) {
    .banner.banner-style-4 .banner-thumbnail {
        margin: 0 0 20px;
    }
}

.banner.banner-style-5 {
    background-image: url("../media/banner/banner-bg-1.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 310px 0 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .banner.banner-style-5 {
        padding: 250px 0 0;
        min-height: 750px;
    }
}

@media only screen and (max-width: 1199px) {
    .banner.banner-style-5 {
        padding: 230px 0 0;
        min-height: 750px;
    }
}

@media only screen and (max-width: 991px) {
    .banner.banner-style-5 {
        padding: 170px 0 80px;
        min-height: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .banner.banner-style-5 {
        padding: 150px 0 60px;
        min-height: 100%;
    }
}

.banner.banner-style-5::after {
    content: "";
    height: 100%;
    width: 100%;
    background-color: rgba(41, 41, 48, 0.8);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

@media only screen and (max-width: 991px) {
    .banner.banner-style-5 .banner-content {
        margin-bottom: 40px;
    }
}

.banner.banner-style-5 .banner-content .title {
    color: var(--color-white);
    margin-bottom: 50px;
}

@media only screen and (max-width: 1199px) {
    .banner.banner-style-5 .banner-content .title {
        font-size: 70px;
    }
}

@media only screen and (max-width: 991px) {
    .banner.banner-style-5 .banner-content .title {
        font-size: 60px;
    }
}

@media only screen and (max-width: 767px) {
    .banner.banner-style-5 .banner-content .title {
        font-size: 50px;
    }
}

@media only screen and (max-width: 575px) {
    .banner.banner-style-5 .banner-content .title {
        font-size: 40px;
        margin-bottom: 40px;
    }
}

.banner.banner-style-5 .banner-content .axil-btn {
    color: var(--color-text-dark);
    box-shadow: none;
}

.banner.banner-style-5 .banner-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: -140px;
}

@media only screen and (max-width: 991px) {
    .banner.banner-style-5 .banner-form {
        margin-bottom: 0;
        display: block;
    }
}

.banner.banner-style-5 .banner-form .contact-form-box {
    max-width: 450px;
}

@media only screen and (max-width: 991px) {
    .banner.banner-style-5 .banner-form .contact-form-box {
        max-width: 100%;
    }
}

.banner.banner-style-5 .banner-form .title {
    letter-spacing: -0.045em;
}

/*-------------------------
   Brand
-------------------------*/
.brand-wrap-area {
    padding: 90px 0;
}

.brand-grid {
    padding: 10px 0;
}

    .brand-grid img {
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
        opacity: 0.3;
        -webkit-transition: var(--transition);
        transition: var(--transition);
    }

    .brand-grid:hover img, .brand-grid.active img {
        opacity: 1;
        -webkit-filter: grayscale(0);
        filter: grayscale(0);
    }

/*-------------------------
   Call To Action
-------------------------*/
.call-to-action-area {
    padding: 140px 0 100px;
    position: relative;
    z-index: 1;
}

@media only screen and (max-width: 1199px) {
    .call-to-action-area {
        padding: 100px 0;
    }
}

@media only screen and (max-width: 991px) {
    .call-to-action-area {
        padding: 80px 0;
    }
}

@media only screen and (max-width: 767px) {
    .call-to-action-area {
        padding: 60px 0 40px;
    }
}

.call-to-action-area:before {
    content: "";
    height: 730px;
    width: 100%;
    background-color: var(--color-primary);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

@media only screen and (max-width: 991px) {
    .call-to-action-area:before {
        height: 500px;
    }
}

@media only screen and (max-width: 767px) {
    .call-to-action-area:before {
        height: 480px;
    }
}

@media only screen and (max-width: 575px) {
    .call-to-action-area:before {
        height: 400px;
    }
}

.call-to-action {
    border-bottom: 1px solid #e7e7e7;
}

    .call-to-action .section-heading {
        margin-bottom: 65px;
    }

@media only screen and (max-width: 767px) {
    .call-to-action .section-heading {
        margin-bottom: 50px;
    }
}

.call-to-action .section-heading span {
    color: var(--color-accent1);
}

.call-to-action .section-heading .title {
    width: 60%;
    margin: 0 auto 55px;
}

@media only screen and (max-width: 991px) {
    .call-to-action .section-heading .title {
        width: 100%;
    }
}

.call-to-action .thumbnail {
    position: relative;
    text-align: center;
}

    .call-to-action .thumbnail .larg-thumb {
        display: inline-block;
        margin-right: -180px;
    }

@media only screen and (max-width: 991px) {
    .call-to-action .thumbnail .larg-thumb {
        margin-right: -130px;
    }
}

@media only screen and (max-width: 767px) {
    .call-to-action .thumbnail .larg-thumb {
        margin-right: -100px;
    }
}

@media only screen and (max-width: 575px) {
    .call-to-action .thumbnail .larg-thumb {
        margin-right: -50px;
    }
}

@media only screen and (max-width: 1199px) {
    .call-to-action .thumbnail .larg-thumb img {
        width: 90%;
    }
}

@media only screen and (max-width: 991px) {
    .call-to-action .thumbnail .larg-thumb img {
        width: 70%;
    }
}

@media only screen and (max-width: 767px) {
    .call-to-action .thumbnail .larg-thumb img {
        width: 50%;
    }
}

@media only screen and (max-width: 575px) {
    .call-to-action .thumbnail .larg-thumb img {
        width: 50%;
    }
}

.call-to-action .thumbnail .small-thumb li {
    position: absolute;
}

@media only screen and (max-width: 1199px) {
    .call-to-action .thumbnail .small-thumb li img {
        width: 90%;
    }
}

@media only screen and (max-width: 991px) {
    .call-to-action .thumbnail .small-thumb li img {
        width: 70%;
    }
}

@media only screen and (max-width: 767px) {
    .call-to-action .thumbnail .small-thumb li img {
        width: 35%;
    }
}

.call-to-action .thumbnail .small-thumb li.shape-1 {
    bottom: 0;
    left: 155px;
}

@media only screen and (min-width: 1200px) and (max-width: 1299px) {
    .call-to-action .thumbnail .small-thumb li.shape-1 {
        left: 90px;
    }
}

@media only screen and (max-width: 1199px) {
    .call-to-action .thumbnail .small-thumb li.shape-1 {
        left: 15px;
    }
}

@media only screen and (max-width: 991px) {
    .call-to-action .thumbnail .small-thumb li.shape-1 {
        left: -50px;
    }
}

@media only screen and (max-width: 767px) {
    .call-to-action .thumbnail .small-thumb li.shape-1 {
        left: -70px;
    }
}

@media only screen and (max-width: 575px) {
    .call-to-action .thumbnail .small-thumb li.shape-1 {
        left: -125px;
    }
}

.call-to-action .thumbnail .small-thumb li.shape-2 {
    bottom: 0;
    right: 80px;
}

@media only screen and (min-width: 1200px) and (max-width: 1299px) {
    .call-to-action .thumbnail .small-thumb li.shape-2 {
        right: 30px;
    }
}

@media only screen and (max-width: 1199px) {
    .call-to-action .thumbnail .small-thumb li.shape-2 {
        bottom: 0;
        right: -60px;
    }
}

@media only screen and (max-width: 991px) {
    .call-to-action .thumbnail .small-thumb li.shape-2 {
        right: -95px;
    }
}

@media only screen and (max-width: 767px) {
    .call-to-action .thumbnail .small-thumb li.shape-2 {
        right: -110px;
    }
}

@media only screen and (max-width: 575px) {
    .call-to-action .thumbnail .small-thumb li.shape-2 {
        right: -130px;
    }
}

/*-------------------------
   Case Study
-------------------------*/
.case-study-featured {
    margin-bottom: 60px;
}

    .case-study-featured .section-heading .title {
        letter-spacing: -0.045em;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        padding-bottom: 5px;
    }

@media only screen and (max-width: 575px) {
    .case-study-featured .section-heading .title {
        -webkit-line-clamp: 2;
    }
}

.case-study-featured .section-heading p {
    width: 100%;
    font-size: 16px;
}

.case-study-counterup {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

    .case-study-counterup .single-counterup {
        margin-right: 60px;
        padding-right: 60px;
        border-right: 1px solid var(--color-ghost);
    }

        .case-study-counterup .single-counterup:last-child {
            margin-right: 0;
            padding-right: 0;
            border-right: none;
        }

@media only screen and (max-width: 1199px) {
    .case-study-counterup .single-counterup {
        margin-right: 40px;
        padding-right: 40px;
    }
}

@media only screen and (max-width: 575px) {
    .case-study-counterup .single-counterup {
        margin-right: 30px;
        padding-right: 30px;
    }
}

.case-study-counterup .count-number {
    color: var(--color-rose);
    letter-spacing: -0.045em;
    margin-bottom: 0;
    padding: 0 6px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .case-study-counterup .count-number {
        padding: 0 2px;
    }
}

@media only screen and (max-width: 1199px) {
    .case-study-counterup .count-number {
        padding: 0;
    }
}

.case-study-counterup .count-number span {
    vertical-align: middle;
}

    .case-study-counterup .count-number span.symbol {
        margin-left: -6px;
    }

.case-study-featured-thumb {
    text-align: right;
}

@media only screen and (max-width: 991px) {
    .case-study-featured-thumb {
        text-align: left;
        margin-bottom: 30px;
    }
}

.case-study-featured-thumb img {
    display: inline-block;
}

.case-study-page-area .case-study-featured-thumb {
    margin-bottom: 150px;
}

@media only screen and (max-width: 991px) {
    .case-study-page-area .case-study-featured-thumb {
        margin-bottom: 60px;
    }
}

.case-study-solution {
    position: relative;
    z-index: 1;
}

    .case-study-solution .section-heading p {
        width: 100%;
    }

.contact-section {
    /*-------------------------
    Contact
-------------------------*/
    background-image: url(../../img/partenerbg.png) !important;
    /* background: linear-gradient(90deg, rgba(68, 175, 196, 1) 0%, rgba(1, 109, 128, 1) 35%); */
    background-position: center;
    background-size: cover;
    position: relative;
    padding: 0 0 !important;
}


.contact-pattern2 {
    position: absolute;
    bottom: 3px;
    right: auto;
    left: 55%;
    object-fit: cover;
    object-position: left;
    z-index: 9
}

.contact-pattern1 {
    position: absolute;
    bottom: 3px;
    left: auto;
    right: 55%;
    object-fit: cover;
    object-position: right;
    z-index: 9
}

@media (min-width: 767px) and (max-width: 991px) {
    .contact-pattern1 {
        right: 57%;
    }

    .contact-pattern2 {
        left: 57%;
    }
}

@media (min-width: 500px) and (max-width: 766px) {
    .contact-pattern1 {
        right: 60%;
        height: 35px;
    }

    .contact-pattern2 {
        left: 60%;
        height: 35px;
    }
}

@media (min-width: 300px) and (max-width: 499px) {
    .contact-pattern1 {
        right: 66%;
        height: 35px;
    }

    .contact-pattern2 {
        left: 66%;
        height: 35px;
    }
}
/*@media only screen and (max-width: 991px) {
    .contact-pattern1 {
        right: auto;
        height: 45px;
        object-fit: cover;
        object-position: right;
        width: 40%;
    }

    .contact-pattern2 {
        left: auto;
        height: 45px;
        object-fit: cover;
        object-position: left;
        width: 40%;
    }
}

@media only screen and (max-width: 500px) {
    .contact-pattern1 {
        width: 33%;
    }

    .contact-pattern2 {
        width: 33%;
    }
}
*/
.contact-pattern {
    position: absolute;
    bottom: 3px;
    right: 0;
    left: 0;
    width: 100%
}

.conact-header {
    height: 75px;
    margin-bottom: 30px;
    position: relative;
}

    .conact-header .contact-logo {
        height: 75px;
    }

    .conact-header::after {
        content: "";
        height: 5px;
        width: 24%;
        background-color: var(--color-secondary);
        position: absolute;
        bottom: -21px;
        right: 0;
    }

.contact-subtitle {
    color: #B1E0E0;
    font-size: 14px;
    margin-top: 15px;
    width: 65%;
}

.first-col {
    display: flex;
    align-items: flex-start;
    width: 100%;
    Z-INDEX: 9;
    position: relative;
    justify-content: space-between;
    margin-inline: 25px;
    margin-block: 4px;
    top: 28%;
}

    .first-col .footer-icon_responsive {
        height: 170px;
        margin-right: 55px;
    }

    .first-col .footer-icon {
        height: auto;
        margin-right: 25px;
        width: 38%;
        margin-block-start: 0
    }

    .first-col .amec-logo {
        height: 23px;
        width: auto;
        background-color: #0e7b8d;
        padding: 4px 9px;
        margin: 0px 2px;
        border-radius: 5px;
    }



.chat-bttn {
    display: flex;
    align-items: center;
    background: #fff;
    height: 40px;
    width: 210px;
    border-radius: 15px;
    position: relative;
    color: #025660 !important;
    font-size: 18px;
    font-family: cairo;
    font-weight: 700;
    justify-content: end;
    padding: 0 35px;
    cursor: pointer;
}

.chat-bttn-new {
    position: absolute;
    right: 20px;
    bottom: 90px;
}

    .chat-bttn-new img {
        width: 83px;
    }

        .chat-bttn-new img:hover {
            transition: all 600ms ease-in-out;
            transform: translateY(-10px);
        }

.first-col .footer-icon_responsive {
    display: none;
    height: auto;
    /* margin-right: 25px; */
    /*    width: 20%;*/
    /*    margin-inline-end: 12%;*/
}

.first-col .amec-logo {
    height: 23px;
    width: auto;
    background-color: #0e7b8d;
    padding: 4px 9px;
    margin: 0px 2px;
    border-radius: 5px;
}

.address-cont {
    text-align: end;
    width: auto;
    word-break: break-all;
    white-space: pre;
}

.address-list p a:hover {
    color: #cfa447;
    transition: all 600ms ease-in-out;
}

@media only screen and (min-width: 575px) and (max-width: 767px) {

    .first-col .footer-icon_responsive {
/*        display: flex;
        justify-content: center;
        width: 34%;
        height: auto;
        margin: auto;
        position: relative;
        left: 95%*/
    }
}



@media (min-width: 992px) and (max-width: 1199px) {
    .contact-title {
        font-size: 24px;
    }

    .first-col .amec-logo {
        height: 19px;
    }

    .address-list p a {
        /*        font-size: 10.8px !important;*/
    }

    footer-icon_responsive {
        display: none;
    }

    /*    .address-list.row {
        left: -204px;
    }
*/
    .address-list p {
        width: 98% !important;
    }

    .allrights {
        font-size: 5.8px;
        margin: 0px 0 0px !important;
    }

    .lastaddress {
        /*        left: -335px !important;*/
    }
}


@media only screen and (max-width: 1400px) {
    .chat-bttn-new {
        right: 20px;
        bottom: 60px;
    }
}

.chat-bttn img {
    width: 70px;
    position: absolute;
    right: -10px;
}

.social-links {
    display: flex;
    align-items: center;
    margin-top: 25px;
    float: inline-end;
}

    .social-links a img {
        width: 50px;
        margin: 0 0px 5px;
    }

        .social-links a img:hover {
            transition: all 600ms ease-in-out;
            transform: translateY(-10px);
        }

.contact-title {
    font-size: 32px;
    text-transform: initial;
    font-weight: 600;
    color: #DDB057;
    width: max-content;
    position: relative;
    letter-spacing: -1px;
    margin: 0px 0 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .contact-title {
        font-size: 24px;
    }
}

@media (min-width: 767px) and (max-width: 992px) {
    .contact-title {
        font-size: 26px;
        margin: 20px 0 0;
    }
}

@media (max-width: 992px) {
    .first-col .footer-icon {
        margin-right: 30px;
    }

    /*.first-col .footer-icon {
        display: block;
        height: auto;
        margin-right: 25px;
        width: 85%;
        margin-block-start: 0;
    }*/

    footer-icon_responsive {
        display: none;
    }
}
/*    .contact-title::after {
        content: "";
        height: 2px;
        width: 56%;
        background-color: var(--color-secondary);
        position: absolute;
        bottom: -10px;
        right: 0;
    }*/

.contact-title span {
    color: #CFA447;
}

.address-list.row {
    margin-top: 7px;
    /* width: 40%; */
    /* margin-inline-start: -31px; */
    /*    position: relative;
    left: -109px;*/
}


.address-list p {
    margin-bottom: 0px;
    width: 100%;
    margin-bottom: 0px;
}

    .address-list p a {
        display: flex;
        align-items: flex-start;
        color: #D9ECED;
        font-size: 17px;
    }

        .address-list p a strong {
            color: #DDB057;
            margin-right: 6px;
            font-family: 'cairo-bold' !important;
        }

        .address-list p a img {
            width: 26px;
            margin-left: 15px;
        }

.center-column {
    position: relative;
}

/*    .center-column::before {
        content: "";
        height: 52%;
        width: 1px;
        background-color: #ffffffa8;
        position: absolute;
        bottom: 25px;
        right: -50px;
    }

    .center-column::after {
        content: "";
        height: 52%;
        width: 1px;
        background-color: #ffffffa8;
        position: absolute;
        bottom: 25px;
        left: 60px;
    }*/

.office-location {
    margin-bottom: 30px;
}

    .office-location .thumbnail {
        margin-bottom: 30px;
    }

        .office-location .thumbnail img {
            width: 100%;
        }

    .office-location .content .title {
        color: var(--color-white);
        margin-bottom: 20px;
    }

    .office-location .content p {
        color: var(--color-gray-2);
        width: 70%;
    }

.contact-info {
    background-color: var(--color-dark);
    border-radius: 14px;
    padding: 60px 50px;
    box-shadow: 0 9px 18px 0 rgba(0, 0, 0, 0.25);
}

    .contact-info .title {
        color: var(--color-white);
        margin-bottom: 20px;
    }

    .contact-info p {
        color: var(--color-gray-2);
        width: 80%;
    }

    .contact-info .phone-number {
        font-size: 48px;
        color: var(--color-accent2);
        margin-bottom: 0;
    }

@media only screen and (max-width: 1199px) {
    .contact-info .phone-number {
        font-size: 42px;
    }
}

@media only screen and (max-width: 991px) {
    .contact-info .phone-number {
        font-size: 34px;
    }
}

@media only screen and (max-width: 767px) {
    .contact-info .phone-number {
        font-size: 30px;
    }
}

.contact-info .phone-number a:hover {
    color: var(--color-white);
}

.contact-address .section-heading {
    margin-bottom: 180px;
}

@media only screen and (max-width: 991px) {
    .contact-address .section-heading {
        margin-bottom: 80px;
    }

    .contact-address {
        margin-top: 70px;
    }
}

@media only screen and (min-width: 1199px) and (max-width:1300px) {
    /*    .lastaddress {
        left: -349px !important;
    }*/

    /*    .address-list.row {
        left: -211px;
    }*/
}

.contact-address .section-heading .title {
    width: 100%;
}

.contact-address .address {
    margin-bottom: 40px;
}

    .contact-address .address:last-child {
        margin-bottom: 0;
    }

    .contact-address .address .title {
        color: var(--color-dark);
        font-weight: 700;
        margin-bottom: 10px;
        display: flex;
        align-items: center;
    }

.active-dark-mode .contact-address .address .title {
    color: var(--color-white) !important;
}

.contact-address .address .title img {
    width: 32px;
    margin-left: 10px;
    flex: none;
    image-rendering: auto
}

.hjlivc .Counters__CounterIcon-sc-1ei5b29-0 {
    margin-left: 4px;
    margin-right: 0
}

.contact-address .address p {
    font-family: var(--font-primary);
    font-weight: 500;
    font-size: 18px;
    color: var(--color-gray-2);
    width: 50%;
    margin-bottom: 0;
}

@media only screen and (max-width: 991px) {
    .contact-address .address p {
        font-size: 18px;
        width: 80%;
    }
}

.contact-address .address p a {
    color: var(--color-gray-2);
}

    .contact-address .address p a:hover {
        color: var(--color-secondary);
    }

.map_margin {
    margin-top: -85px;
}


@media only screen and (max-width: 992px) {
    .map_margin {
        margin-top: 40px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .map_margin {
        margin-top: -60px;
    }
}
/*-------------------------
   Counter Up
-------------------------*/
.counterup-progress {
    text-align: center;
    padding: 30px 0px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    /* margin-bottom: 30px;*/
}

.counter-section {
       background-image: url('../../img/partenerbg.png');
    position: relative;
    /*   background-image: url('../media/counter/counter-bg.png');*/
    background-size: cover;
    background-position: center;
    padding: 70px 0 100px !important;
    margin: 0px 6%;
    border-radius: 50px;
    overflow: hidden;
}

.active-dark-mode .counter-section {
    background: #000
}

.div-counter {
    background: #f3f7fa;
    background-image: linear-gradient(#f3f7fa, #f8fbfd);
    padding: 0px 0 0px;
}

.active-dark-mode .div-counter {
    background-image: linear-gradient(#27272e,#27272e);
}

.map-pattern {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    object-fit: cover;
    object-position: center;
    height: 100%;
    width: 100%;
    margin: auto;
    z-index: -1
}

.counter-pattern {
    position: absolute;
    right: 6px;
    height: 98%;
    top: 0;
    bottom: 0;
    margin: auto;
}

.counter-items {
    text-align: center
}

    .counter-items .count-number .count {
        color: #caa83d;
        font-size: 45px;
        font-weight: 700;
        font-family: cairo !important;
        direction: ltr;
    }

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .counter-items .count-number .count {
        font-size: 35px;
    }

    .counterup-progress .count-number span.symbol {
        /*      margin: 0px -7px 0 !important;*/
        position: relative;
        font-size: 40px !important;
        top: 0px !important;
    }

    .number-set {
        margin-left: 6px !important;
        top: -6px !important;
    }

    .counterup-progress .title {
        font-size: 15.5px !important;
    }
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
    .counter-items .count-number .count {
        font-size: 25px;
    }

    .counterup-progress .count-number span.symbol {
        /*   margin: 0px -8px 0 !important;*/
        font-size: 25px !important;
        top: 0px !important;
    }

    .number-set {
        margin-left: 4px !important;
        top: -6px !important;
        font-size: 12px !important;
    }

    .counterup-progress .title {
        font-size: 14.5px !important;
    }
}

@media only screen and (min-width: 300px) and (max-width: 767px) {
    .counter-items .count-number .count {
        font-size: 45px;
        direction: ltr;
    }

    .counterup-progress .count-number span.symbol {
        /* margin: 0px -5px 0 0 !important;*/
        font-size: 45px !important;
        top: 0px !important;
    }

    .number-set {
        margin-left: 4px !important;
        top: -6px !important;
        font-size: 12px !important;
    }

    .counterup-progress .title {
        font-size: 16px !important;
    }

    .counteritems {
        position: relative;
        align-items: center;
    }

        .counteritems::before {
            content: "";
            height: 95%;
            top: 20px;
            width: 1px;
            position: absolute;
            background: #fff;
            right: 0;
            left: 0;
            margin: 0 auto;
        }

    .counterup-progress {
        padding: 10px 0px !important;
    }

    .counter-section {
        padding: 30px 0 40px !important;
    }
}
.mobile-view {
    display: none !important;
}
@media only screen and (min-width: 300px) and (max-width: 767px)

{
    .mobile-view {
        display: block !important;
    }

    .desk-view {
        display: none !important;
    }

    .Accredited-title {
        font-size: 17px !important;
        margin-left: 2% !important;
    }

    .allrights {
        font-size: 9px !important;
        margin: 2px 0 0px 3% !important;
    }

    .mobile-view .first-col {
        margin-inline: 8%;
    }
        .mobile-view .first-col .footer-icon_responsive {
            display: flex;
            justify-content: center;
            width: 15%;
            height: auto;
            margin: auto;
            left: 21%;
            margin-top: 3%;
        }

    .lastaddress {
        display: flex;
    }

    .first-col .footer-icon {
        display: none;
    }

    .amec-logo {
        height: 10px !important;
    }

    .project-logo {
        margin: 20px 3% 20px;
    }

    .socialmediacol2 a {
        height: 38px;
        width: 38px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 15px 5px 10px;
        background: #016d81;
        box-shadow: 3px 2px 20px #3f3e3e80;
        border-radius: 40px;
        padding: 9px;
    }

        .socialmediacol2 a img {
            height: 100%;
            width: 100%;
            object-fit: contain;
        }

    .socialmediacol2 {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        left: -34%;
    }
    .first-col {
        display: block;
        text-align: center;
    }

        .first-col div {
            display: flex;
            align-items: self-start;
            justify-content: center;
        }

            .first-col div h2 {
                margin-right: 10px;
            }

    .socialmediacol {
        display: none;
    }

    .socialmediacol2 .social-links a img {
        width: 75px;
    }

    .socialmediacol2 .social-links {
        justify-content: space-between;
        display: flex;
        align-items: center;
        margin: 20px 0 0;
    }
    .first-col .amec-logo {
        padding: 3px;
        height: 19px;
        width: auto;
        background-color: #015666;
        display: block;
    }
}

@media only screen and (min-width: 570px) and (max-width: 767px) {
    .socialmediacol2 {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        left: -10% !important;
    }
}

/*@media only screen and (max-width: 767px) {
    .map-pattern {
        display:none
    }
 }
*/
/*    @media only screen and (max-width: 575px) {
        .counterup-progress {
            padding: 30px 0px;
        }

        .counter-items .count-number .count {
            font-size: 40px;
        }

        .counterup-progress .count-number span.symbol {
            margin: 0px -5px !important;
            font-size: 45px !important;
            top: 3px;
            position: relative;
        }

        .counterup-progress .title {
            margin-top: -14px !important;
            font-size: 19px !important;
            padding-left: 0 !important;
        }
    }*/
@media only screen and (max-width: 575px) {
    .counter-section .col-xs-3 {
        width: 33.33%;
        padding: 0 5PX !IMPORTANT;
    }

    .counterup-progress .title {
        margin-top: -10px !important;
    }


    .counterup-progress .icon img {
        height: 40px !important;
    }
}

.counterup-progress .icon img {
    height: 55px;
}

.counterup-progress .count-number {
    font-weight: 500;
    color: var(--color-primary);
    font-family: var(--font-primary);
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    direction: rtl;
}

    .counterup-progress .count-number span.symbol {
        /*       margin: 0px -12px;*/
        /*  top: 3px;*/
        color: #caa83d;
        font-size: 55px;
        font-weight: 500;
        font-family: cairo;
        position: relative;
    }

.counterup-progress .title {
    color: #fff;
    margin: 0;
    margin-top: -16px;
    font-size: 19px;
    padding-left: 0px;
    font-weight: 400;
}

.counterup-progress.counterup-style-2 {
    background: var(--gradient-primary);
    border: none;
}

    .counterup-progress.counterup-style-2 .icon .light-icon {
        display: none;
    }

    .counterup-progress.counterup-style-2 .title {
        color: var(--color-body);
    }

    .counterup-progress.counterup-style-2:hover, .counterup-progress.counterup-style-2.active {
        background-color: var(--color-light);
    }

.expert-counterup-area .section-heading .axil-btn {
    width: 240px;
}

/*-------------------------
    FAQ
-------------------------*/
.faq-area .section-heading .title {
    font-size: 48px;
    margin-bottom: 40px;
}

@media only screen and (max-width: 575px) {
    .faq-area .section-heading .title {
        font-size: 38px;
    }
}

.faq-area .section-heading p {
    width: 100%;
}

.faq-accordion .accordion-item {
    background-color: var(--color-white);
    border-radius: 24px;
    border: none;
    margin-bottom: 20px;
    box-shadow: 0 10px 48px -30px #99a1aa;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

    .faq-accordion .accordion-item:last-child {
        margin-bottom: 0;
    }

        .faq-accordion .accordion-item:last-child .accordion-button.collapsed {
            margin-bottom: 0;
        }

.faq-accordion .accordion-button {
    box-shadow: none;
    font-size: var(--font-body-1);
    color: var(--color-primary);
    font-weight: 500;
    font-family: var(--font-primary);
    padding: 30px 40px 20px;
    position: relative;
    border-radius: 0 !important;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    background-color: transparent;
}

    .faq-accordion .accordion-button:after {
        content: "\f068";
        font-family: var(--font-awesome);
        background-image: none;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        width: auto;
        color: var(--color-primary);
        -webkit-transition: var(--transition);
        transition: var(--transition);
        padding-left: 10px;
    }

    .faq-accordion .accordion-button.collapsed {
        color: var(--color-dark);
        border-radius: 24px !important;
        padding: 30px 40px;
        background-color: #f8f8f8;
        margin-bottom: -10px;
    }

        .faq-accordion .accordion-button.collapsed:after {
            content: "\f067";
            color: var(--color-dark);
        }

.faq-accordion .accordion-body {
    padding: 0 40px 40px;
}

    .faq-accordion .accordion-body p {
        color: var(--color-gray-1);
        margin-bottom: 0;
    }

/*-------------------------
   Pricing
-------------------------*/
.pricing-table {
    background-color: var(--color-white);
    padding: 40px;
    border-radius: 30px;
    position: relative;
    margin-bottom: 30px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .pricing-table {
        padding: 40px 15px;
    }
}

@media only screen and (max-width: 575px) {
    .pricing-table {
        padding: 40px 30px;
    }
}

.pricing-table .pricing-header {
    text-align: center;
}

    .pricing-table .pricing-header .title {
        color: var(--color-primary);
        font-weight: 400;
        font-size: 40px;
        margin-bottom: 8px;
        letter-spacing: -0.045em;
        -webkit-transition: var(--transition);
        transition: var(--transition);
    }

@media only screen and (max-width: 1199px) {
    .pricing-table .pricing-header .title {
        font-size: 36px;
    }
}

@media only screen and (max-width: 575px) {
    .pricing-table .pricing-header .title {
        font-size: 30px;
    }
}

.pricing-table .pricing-header .subtitle {
    font-size: 14px;
    color: var(--color-text-dark);
    -webkit-transition: var(--transition);
    transition: var(--transition);
    margin-bottom: 20px;
}

.pricing-table .pricing-header .price-wrap {
    border-top: 1px solid #e3e6e9;
    padding-top: 50px;
    margin-bottom: 30px;
    font-family: var(--font-primary);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

    .pricing-table .pricing-header .price-wrap .amount {
        font-size: 64px;
        line-height: 1;
        color: var(--color-text-dark);
        font-weight: 500;
        letter-spacing: -0.045em;
        -webkit-transition: var(--transition);
        transition: var(--transition);
    }

@media only screen and (max-width: 1199px) {
    .pricing-table .pricing-header .price-wrap .amount {
        font-size: 50px;
    }
}

@media only screen and (max-width: 575px) {
    .pricing-table .pricing-header .price-wrap .amount {
        font-size: 40px;
    }
}

.pricing-table .pricing-header .price-wrap .duration {
    font-size: 14px;
    font-weight: 500;
    color: var(--color-gray-2);
    margin-left: 8px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.pricing-table .pricing-header .price-wrap .monthly-pricing {
    display: none;
}

.pricing-table .pricing-body {
    margin-top: 30px;
}

    .pricing-table .pricing-body li {
        padding: 12px 0;
        color: var(--color-gray-2);
        padding-left: 34px;
        position: relative;
        -webkit-transition: var(--transition);
        transition: var(--transition);
    }

        .pricing-table .pricing-body li:before {
            content: "\f00c";
            font-family: var(--font-awesome);
            font-weight: 700;
            position: absolute;
            top: 10px;
            left: 0;
        }

.pricing-table .star-icon {
    height: 48px;
    width: 48px;
    line-height: 48px;
    text-align: center;
    color: var(--color-primary);
    background-color: var(--color-accent1);
    border-radius: 50%;
    position: absolute;
    top: 8px;
    right: 10px;
}

.pricing-table:hover, .pricing-table.active {
    background-color: var(--color-primary);
}

    .pricing-table:hover .pricing-header .title, .pricing-table.active .pricing-header .title {
        color: var(--color-white);
    }

    .pricing-table:hover .pricing-header .subtitle, .pricing-table.active .pricing-header .subtitle {
        color: var(--color-white);
    }

    .pricing-table:hover .pricing-header .price-wrap, .pricing-table.active .pricing-header .price-wrap {
        border-color: rgba(227, 230, 233, 0.2);
    }

        .pricing-table:hover .pricing-header .price-wrap .amount, .pricing-table.active .pricing-header .price-wrap .amount {
            color: var(--color-white);
        }

        .pricing-table:hover .pricing-header .price-wrap .duration, .pricing-table.active .pricing-header .price-wrap .duration {
            color: var(--color-white);
        }

    .pricing-table:hover .pricing-header .axil-btn, .pricing-table.active .pricing-header .axil-btn {
        background-color: var(--color-white);
        border-color: var(--color-white);
        color: var(--color-dark);
    }

        .pricing-table:hover .pricing-header .axil-btn:hover, .pricing-table.active .pricing-header .axil-btn:hover {
            background-color: var(--color-accent1);
            border-color: var(--color-accent1);
            color: var(--color-white);
        }

    .pricing-table:hover .pricing-body li, .pricing-table.active .pricing-body li {
        color: var(--color-white);
    }

.pricing-table.pricing-borderd {
    border: var(--border-light);
}

.pricing-billing-duration {
    text-align: center;
}

    .pricing-billing-duration ul {
        list-style: none;
        padding: 5px;
        margin-bottom: 60px;
        border-bottom: none;
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        background-color: var(--color-white);
        border: 1px solid #E3E6E9;
        border-radius: 110px;
    }

        .pricing-billing-duration ul .nav-item {
            margin-right: 10px;
        }

            .pricing-billing-duration ul .nav-item:last-child {
                margin-right: 0;
            }

        .pricing-billing-duration ul .nav-link {
            color: var(--color-text-dark);
            font-size: 18px;
            font-weight: 500;
            letter-spacing: -0.025em;
            font-family: var(--font-primary);
            background-color: transparent;
            border: none;
            border-radius: 60px;
            padding: 14px 30px;
        }

            .pricing-billing-duration ul .nav-link.active {
                background-color: var(--color-primary);
                color: var(--color-white);
            }

@media only screen and (max-width: 575px) {
    .pricing-billing-duration ul .nav-link {
        font-size: 15px;
        padding: 12px 25px;
    }
}

.pricing-billing-duration ul .billed-check-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

    .pricing-billing-duration ul .billed-check-box input {
        height: 0;
        width: 0;
        visibility: hidden;
    }

    .pricing-billing-duration ul .billed-check-box label {
        cursor: pointer;
        width: 56px;
        height: 24px;
        background-color: var(--color-primary);
        border-radius: 12px;
        position: relative;
    }

        .pricing-billing-duration ul .billed-check-box label::after {
            content: "";
            position: absolute;
            top: 4px;
            left: 4px;
            width: 16px;
            height: 16px;
            background-color: var(--color-white);
            border-radius: 50%;
            -webkit-transition: var(--transition);
            transition: var(--transition);
        }

    .pricing-billing-duration ul .billed-check-box input:checked + label:after {
        left: calc(100% - 4px);
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
    }

/*-------------------------
    Process
-------------------------*/
.process-work {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 80px;
}

.logo_content {
    padding: 0px 30px !important
}

    .logo_content .thumbnail {
        box-shadow: 1px 1px 10px 6px rgb(195 181 181 / 17%);
    }

    .logo_content .content {
        padding: 0 !important
    }

    .logo_content.content-reverse .content {
        text-align: right;
    }

@media only screen and (max-width: 767px) {
    .process-work {
        display: block;
        margin-bottom: 50px;
    }

    .logo_content.content-reverse .content {
        text-align: left;
    }
}

.process-work .thumbnail {
    background-color: var(--color-white);
    border-radius: 30px;
    text-align: center;
    width: 400px;
    height: 200px
}

    .process-work .thumbnail img {
        width: 400px;
        height: 200px;
        object-fit: cover;
        object-position: center;
    }

@media only screen and (max-width: 991px) {
    .process-work .thumbnail {
        width: 300px;
    }
}

@media only screen and (max-width: 767px) {
    .process-work .thumbnail {
        width: 100%;
        margin-bottom: 30px;
    }
}

.process-work .content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 60px;
}

@media only screen and (max-width: 767px) {
    .process-work .content {
        margin-right: 0;
    }
}

.process-work .content .subtitle {
    font-size: 20px;
    color: var(--color-primary);
    font-weight: 700;
    font-family: var(--font-primary);
    margin-bottom: 20px;
}

.logo_content .content .subtitle {
    font-size: 32px !important;
    margin-bottom: 5px !important;
}

@media only screen and (max-width: 767px) {
    .process-work .content .subtitle {
        font-size: 16px !important;
        margin-bottom: 10px;
    }
}

.process-work .content .title {
    font-size: 40px;
}

@media only screen and (max-width: 767px) {
    .process-work .content .title {
        font-size: 32px;
    }
}

.process-work .content p {
    color: #737387;
    width: 100%;
    margin-bottom: 0;
    display: inline;
}

.logo_content .content p {
    font-size: 25px;
}

@media only screen and (max-width: 1199px) {
    .process-work .content p {
        width: 100%;
        font-size: 15px !important;
    }
}

.process-work.content-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

    .process-work.content-reverse .content {
        margin: 0 0px 0 60px;
        padding-right: 100px;
    }

.hjRNuD {
    text-align: right
}

.kANaLF {
    left: 0px !important;
    right: auto !important
}

.eJQBBL > div > svg {
    transform: scaleX(-1);
}

.no-js .owl-carousel, .owl-carousel.owl-loaded, .slick-list {
    direction: ltr !important;
}

@media only screen and (max-width: 1199px) {
    .process-work.content-reverse .content {
        padding-right: 0;
    }
}

@media only screen and (max-width: 767px) {
    .process-work.content-reverse .content {
        margin: 0;
    }
}

.process-work.content-reverse .content p {
    width: 100%;
}

/*-------------------------
   Project
-------------------------*/
.project-section {
    background-image: url('../../img/partenerbg.png') !important;
    background-position: bottom center;
    background-size: cover;
    position: relative;
    /*       margin: 0px 6% 50px;*/
    margin: 0px 6% 0px;
    border-radius: 50px;
    overflow: hidden;
    z-index: 9;
}

#op-portfolio {
    background-position: center;
    background-size: cover;
    position: relative;
    background-image: url("../media/number.png");
    margin-top: -4px
}

.active-dark-mode #op-portfolio {
    background-image: linear-gradient(#27272e,#27272e);
}

.project-pattern {
    position: absolute;
    bottom: 3px;
    right: 0;
    left: 0;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.project-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 60px 3% 20px;
    direction: ltr;
}

    .project-logo .project-items {
        width: 160px;
        height: 100px;
        margin: 20px 25px;
        cursor: pointer
    }

.project-logo-slider .project-items {
    width: 120px;
    height: 100px;
    margin: 20px 10px;
    cursor: pointer
}

    .project-logo .project-items img, .project-logo-slider .project-items img {
        object-fit: contain;
        object-position: center;
        width: 100%;
        height: 100%;
        display: flex;
        transition: -webkit-transform 2s cubic-bezier(0.2, 0.96, 0.34, 1);
        transition: transform 2s cubic-bezier(0.2, 0.96, 0.34, 1);
        transition: transform 2s cubic-bezier(0.2, 0.96, 0.34, 1), -webkit-transform 2s cubic-bezier(0.2, 0.96, 0.34, 1);
    }

        .project-logo .project-items:hover img.default, .project-logo .project-items img.active, .project-logo-slider .project-items:hover img.default, .project-logo-slider .project-items img.active {
            display: none
        }

    .project-logo .project-items:hover img.active, .project-logo-slider .project-items:hover img.active {
        display: flex;
        transition: -webkit-transform 2s cubic-bezier(0.2, 0.96, 0.34, 1);
        transition: transform 2s cubic-bezier(0.2, 0.96, 0.34, 1);
        transition: transform 2s cubic-bezier(0.2, 0.96, 0.34, 1), -webkit-transform 2s cubic-bezier(0.2, 0.96, 0.34, 1);
    }

@media only screen and (min-width: 1224px) and (max-width: 1400px) {
    .project-logo .project-items {
        width: 160px;
        margin: 20px 20px;
    }

    .project-logo {
        margin: 60px 0%;
    }
}

@media only screen and (min-width: 1017px) and (max-width: 1223px) {
    .project-logo .project-items {
        width: 140px;
        margin: 12px 15px;
    }

    .project-logo {
        margin: 60px 0%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1016px) {
    .project-logo .project-items {
        width: 135px;
        margin: 15px 15px;
    }

    .project-logo {
        margin: 60px 0%;
    }
}

@media only screen and (min-width: 803px) and (max-width: 991px) {
    .project-logo .project-items {
        width: 135px;
        margin: 15px 15px;
    }

    .project-logo {
        margin: 60px 0%;
    }
}

@media only screen and (min-width: 621px) and (max-width: 802px) {
    .project-logo .project-items {
        width: 105px;
        margin: 10px 10px;
    }

    .project-logo {
        margin: 60px 0%;
    }
}

@media only screen and (min-width: 767px) {
    .project-logo-slider {
        display: none !important
    }
}

@media only screen and (max-width: 767px) {
    /*  .project-logo {
        display: none !important
    }*/

    .project-logo-slider {
        margin-bottom: 50px !important;
        padding: 0 35px;
    }

        .project-logo-slider .slick-prev {
            left: -10px !important;
            top: 50% !important;
        }

        .project-logo-slider .slick-next {
            right: -10px !important;
            top: 50% !important;
        }
}

.project-grid {
    /*box-shadow: 0 55px 86px -35px #ECF2F6;*/
    border-radius: 30px;
    margin-bottom: 40px;
}

    .project-grid .thumbnail {
        overflow: hidden;
        border-radius: 30px 30px 0 0;
        position: relative;
    }

        .project-grid .thumbnail img {
            border-radius: 30px 30px 0 0;
            width: 100%;
            -webkit-transition: var(--transition);
            transition: var(--transition);
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1);
            -webkit-transition: -webkit-transform 2s cubic-bezier(0.2, 0.96, 0.34, 1);
            transition: -webkit-transform 2s cubic-bezier(0.2, 0.96, 0.34, 1);
            transition: transform 2s cubic-bezier(0.2, 0.96, 0.34, 1);
            transition: transform 2s cubic-bezier(0.2, 0.96, 0.34, 1), -webkit-transform 2s cubic-bezier(0.2, 0.96, 0.34, 1);
        }

    .project-grid .content {
        background-color: #f5f5f5;
        border-radius: 0 0 30px 30px;
        padding: 28px 50px;
        position: relative;
        text-align: right
    }

@media only screen and (max-width: 1199px) {
    .project-grid .content {
        padding: 28px 40px;
    }
}

@media only screen and (max-width: 767px) {
    .project-grid .content {
        padding: 28px 30px;
    }
}

.project-grid .content .title {
    letter-spacing: -0.045em;
    margin-bottom: 10px;
    font-size: 16px !important;
}

    .project-grid .content .title a:hover {
        color: var(--color-link);
    }

.project-grid:hover .thumbnail img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.project-grid.project-style-2 {
    box-shadow: none;
    position: relative;
    margin-bottom: 60px;
}

    .project-grid.project-style-2 .thumbnail {
        border-radius: 30px;
    }

        .project-grid.project-style-2 .thumbnail img {
            border-radius: 30px;
        }

    .project-grid.project-style-2 .content {
        background-color: transparent;
        border-radius: 0;
        padding: 0;
        position: absolute;
        top: 50px;
        left: 50px;
    }

@media only screen and (max-width: 991px) {
    .project-grid.project-style-2 .content {
        top: 30px;
        left: 30px;
    }
}

.project-grid.project-style-2 .content .subtitle {
    font-size: 18px;
    margin-bottom: 15px;
}

.more-project-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 70px;
}

@media only screen and (max-width: 767px) {
    .more-project-btn {
        margin-top: 50px;
    }
}

.more-project-btn .axil-btn {
    padding: 24px 80px;
    color: var(--color-dark);
    display: block;
}

    .more-project-btn .axil-btn.btn-fill-primary {
        color: var(--color-white);
    }

@media only screen and (max-width: 767px) {
    .more-project-btn .axil-btn {
        padding: 18px 40px;
        font-size: 15px;
    }
}

.project-add-banner {
    background-color: var(--color-peach);
    border-radius: 30px;
    padding: 50px 60px 50px 50px;
    margin-bottom: 120px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 991px) {
    .project-add-banner {
        padding: 40px 20px;
        margin-bottom: 100px;
    }
}

@media only screen and (max-width: 575px) {
    .project-add-banner {
        display: block;
    }
}

.project-add-banner .content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 50px;
}

@media only screen and (max-width: 575px) {
    .project-add-banner .content {
        padding-right: 0;
    }
}

.project-add-banner .content .subtitle {
    font-size: var(--font-body-1);
    margin-bottom: 15px;
}

.project-add-banner .content .title {
    width: 80%;
    letter-spacing: -0.045em;
    margin-bottom: 110px;
}

@media only screen and (max-width: 1199px) {
    .project-add-banner .content .title {
        width: 100%;
    }
}

@media only screen and (max-width: 991px) {
    .project-add-banner .content .title {
        margin-bottom: 60px;
    }
}

.project-add-banner .thumbnail {
    margin: -170px 0 -110px;
}

@media only screen and (max-width: 1199px) {
    .project-add-banner .thumbnail {
        width: 50%;
    }
}

@media only screen and (max-width: 767px) {
    .project-add-banner .thumbnail {
        width: 30%;
    }
}

@media only screen and (max-width: 575px) {
    .project-add-banner .thumbnail {
        margin: 40px auto 0;
        width: 70%;
    }
}

.isotope-project-btn {
    margin-bottom: 55px;
}

    .isotope-project-btn button {
        border: none;
        background-color: transparent;
        font-size: 16px;
        font-weight: 500;
        color: var(--color-body);
        font-family: var(--font-primary);
        margin-right: 100px;
        padding: 8px 0;
        position: relative;
    }

@media only screen and (max-width: 575px) {
    .isotope-project-btn button {
        margin-right: 50px;
        font-size: 15px;
    }
}

.isotope-project-btn button:focus-visible {
    outline: none;
}

.isotope-project-btn button:after {
    content: "";
    height: 2px;
    width: 100%;
    background-color: var(--color-primary);
    position: absolute;
    bottom: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.isotope-project-btn button.is-checked {
    color: var(--color-dark);
}

    .isotope-project-btn button.is-checked:after {
        visibility: visible;
        opacity: 1;
    }

.isotope-project-btn button:last-child {
    margin-right: 0;
}

@media only screen and (max-width: 991px) {
    .single-portfolio-area .why-choose-us {
        margin-top: 50px;
    }
}

.project-column-4 .project-grid .content {
    padding: 28px 30px;
    font-size: 12px !important;
}

.isotope-list .popup-video a {
    border-radius: 16px !important;
}

/*-------------------------
    Service
-------------------------*/
.services-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 50px 17px 40px;
    border-radius: 30px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
    transition: var(--transition);
}

.services-items {
    text-align: center;
    padding: 0 20px;
    cursor: pointer;
    margin: 30px 0;
}

.number-set {
    color: #CFA447;
    margin-right: -5px;
    font-size: 18px;
    font-weight: 700;
    position: relative;
}


.services-items img {
    object-fit: contain;
    object-position: center;
    height: 100%;
    width: 100%;
    display: block;
    margin: 0;
}

.services-items:hover .services-title {
    color: var(--color-secondary);
}

span.services-img img.active {
    display: none
}

.services-items:hover .services-img img.default {
    display: none
}

.services-items:hover .services-img img.active {
    display: flex
}

img.services-path {
    width: 35px;
    height: 15px;
    object-fit: contain;
    position: relative;
    margin: 6px auto 8px;
}

span.services-img {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 5px;
    border: 2px solid #e8eaea;
    border-radius: 70px;
    padding: 20px;
}

.active-dark-mode span.services-img {
    border: 2px solid #2d2d33;
}

.services-items:hover .services-img {
    padding: 0;
    border: none
}

.mobilerights {
    display: none
}

@media only screen and (max-width: 767px) {
    /*    span.services-img {
        width: 75px;
        height: 75px;
    }*/
    .webrights {
        display: none
    }

    .mobilerights {
        color: #b1e0e0;
        font-size: 12px;
        margin: 8px 0 0;
        display: block
    }

    .services-title {
        color: #cfa448;
        font-size: 20px;
    }

    .services-subtitle {
        font-size: 14px;
        width: 100%;
        font-weight: 300;
        margin: 0;
        display: none
    }

    .services-items {
        margin-top: 10px !important;
        margin-bottom: 20px !important;
        padding: 0 0px;
    }

    .services-content .container {
        max-width: 640px;
    }

    .services-content .col-xs-6 {
        width: 50%;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .services-grid {
        padding: 50px 17px 40px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .services-grid {
        padding: 40px 15px;
    }
}

@media only screen and (max-width: 991px) {
    .services-grid {
        padding: 40px 15px;
    }
}

.services-grid:after {
    content: "";
    height: 100%;
    width: 100%;
    background: var(--gradient-dark);
    border: 1px solid;
    border-image-source: linear-gradient(0deg, #27272E 64.45%, rgba(74, 75, 86, 0.72) 100%);
    border-radius: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.services-grid .thumbnail {
    margin-left: 25px;
    max-width: 85px;
}

@media only screen and (max-width: 1199px) {
    .services-grid .thumbnail {
        max-width: 60px;
    }
}

@media only screen and (max-width: 991px) {
    .services-grid .thumbnail {
        width: 50px;
        margin-right: 15px;
    }
}

.services-grid .content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

    .services-grid .content .title a {
        color: var(--color-white);
    }

        .services-grid .content .title a:hover {
            color: var(--color-primary);
        }

    .services-grid .content p {
        color: var(--color-white);
        opacity: 0.5;
        letter-spacing: -0.025em;
        -webkit-transition: var(--transition);
        transition: var(--transition);
    }

    .services-grid .content .more-btn {
        font-weight: 500;
        color: var(--color-white);
        position: relative;
        padding-right: 50px;
    }

        .services-grid .content .more-btn:before {
            content: "";
            width: 34px;
            height: 1px;
            background-color: var(--color-white);
            position: absolute;
            top: 50%;
            right: 0;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            -webkit-transition: var(--transition);
            transition: var(--transition);
        }

.services-grid:hover:after, .services-grid.active:after {
    visibility: visible;
    opacity: 1;
}

.kUysCM {
    text-align: right;
}

.bpUDvh {
    margin-left: 8px !important;
    margin-right: 0 !important
}

.ifszmB {
    float: right !important
}

.services-grid:hover .thumbnail::after, .services-grid.active .thumbnail::after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.services-grid:hover .content p, .services-grid.active .content p {
    color: var(--color-light);
    opacity: 1;
}

.services-grid:hover .content .more-btn, .services-grid.active .content .more-btn {
    color: var(--color-accent2);
}

    .services-grid:hover .content .more-btn:before, .services-grid.active .content .more-btn:before {
        background-color: var(--color-accent2);
    }

.services-grid.service-style-2 {
    /*background: -webkit-linear-gradient(top, #F8F8F8 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(180deg, #F8F8F8 0%, rgba(255, 255, 255, 0) 100%);*/
    border: 1px solid;
    border-image-source: linear-gradient(90deg, #ECF2F6 0%, rgba(236, 242, 246, 0) 70.31%);
    background-color: var(--color-white);
    margin-bottom: 30px;
}

    .services-grid.service-style-2:after {
        display: none;
    }

    .services-grid.service-style-2 .content .title a {
        color: var(--color-text-dark);
    }

        .services-grid.service-style-2 .content .title a:hover {
            color: var(--color-primary);
        }

    .services-grid.service-style-2 .content p {
        color: var(--color-body);
        opacity: 1;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }

    .services-grid.service-style-2 .content .more-btn {
        color: var(--color-body);
    }

        .services-grid.service-style-2 .content .more-btn:before {
            background-color: var(--color-body);
        }

    .services-grid.service-style-2:hover, .services-grid.service-style-2.active {
        background-color: #eeeeee;
    }

        .services-grid.service-style-2:hover .content .more-btn, .services-grid.service-style-2.active .content .more-btn {
            color: var(--color-primary);
        }

            .services-grid.service-style-2:hover .content .more-btn:before, .services-grid.service-style-2.active .content .more-btn:before {
                background-color: var(--color-primary);
            }

.service-scroll-navigation-area {
    position: relative;
    padding-top: 90px;
}

.service-scroll-nav {
    background-color: var(--color-white);
    z-index: 3;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    padding-top: 5px;
    padding-bottom: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

    .service-scroll-nav ul {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        border-bottom: 1px solid var(--color-mercury);
    }

        .service-scroll-nav ul li {
            margin: 0 10px;
        }

            .service-scroll-nav ul li a {
                padding: 30px 10px;
                color: var(--color-dark);
                position: relative;
            }

@media only screen and (max-width: 991px) {
    .service-scroll-nav ul li a {
        padding: 26px 0;
        font-size: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .service-scroll-nav ul li a {
        padding: 10px 0;
        font-size: 15px;
    }
}

@media only screen and (max-width: 575px) {
    .service-scroll-nav ul li a {
        font-size: 14px;
    }
}

.service-scroll-nav ul li a::after {
    content: "";
    height: 2px;
    width: 0;
    background-color: var(--color-primary);
    position: absolute;
    bottom: -1px;
    left: 0;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.service-scroll-nav ul li a:hover {
    color: var(--color-primary);
}

    .service-scroll-nav ul li a:hover::after {
        width: 100%;
    }

.service-scroll-nav ul li.current a {
    color: var(--color-primary);
}

    .service-scroll-nav ul li.current a::after {
        width: 100%;
    }

/*-------------------------
    Team
-------------------------*/
.team-grid {
    text-align: center;
    margin-bottom: 80px;
    overflow: hidden;
    /* background: #fff; */
    border-radius: 10px;
    border: 1px solid #ececec;
    margin: 15px 0px;
    padding: 10px;
    height: 430px;
}

    .team-grid .thumbnail {
        margin-bottom: 15px;
        display: flex;
    }

    .team-grid .content h5 {
        color: #016d81 !important;
        position: relative;
        align-items: center;
        font-size: 18px;
        text-align: right;
    }

        .team-grid .content h5:after {
            content: '';
            display: block;
            width: 50px;
            height: 2px;
            background: #cfa448;
            margin: 5px 0px 0px 0px;
            -webkit-transition-duration: .3s;
            transition-duration: .3s;
        }

    .team-grid .thumbnail a {
        position: relative;
        /* border: 1px solid #f1f1f1; */
        border-radius: 10px;
        padding: 10px;
        background: rgb(241 241 241 / 48%);
        height: 250px;
        width: 100%;
        background-position: center;
        background-size: cover;
    }
        /*       .team-grid .thumbnail a:after {
                content: "";
                height: 100%;
                width: 100%;
                border: 8px dashed var(--color-rose);
                border-radius: 50%;
                position: absolute;
                left: 0;
                top: 0;
                -webkit-transform: rotate(90deg);
                -ms-transform: rotate(90deg);
                transform: rotate(90deg);
                visibility: hidden;
                opacity: 0;
                -webkit-transition: var(--transition);
                transition: var(--transition);
            }*/
        .team-grid .thumbnail a img {
            border-radius: 50%;
        }

    .team-grid .content .title {
        color: var(--color-white);
        margin-bottom: 10px;
    }

    .team-grid .content .designation {
        display: block;
        color: var(--color-gray-2);
        text-align: right;
        font-size: 12px;
    }

    .team-grid .content .designation2 {
        display: flex;
        align-items: center;
        justify-content: right;
        font-size: 12px;
        color: #cfa448;
        margin-bottom: 4px;
    }

    .team-grid:hover .thumbnail a:after, .team-grid.active .thumbnail a:after {
        visibility: visible;
        opacity: 1;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

.team-details-content {
    padding-right: 50px;
    margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
    .team-details-content {
        padding-right: 0;
    }
}

.team-details-content .subtitle {
    display: block;
    color: var(--color-primary);
    border-bottom: 3px solid;
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
    .team-details-content .subtitle {
        font-size: 18px;
    }
}

.team-details-content .social-share {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -10px;
}

    .team-details-content .social-share li {
        margin: 10px;
    }

        .team-details-content .social-share li a {
            font-size: 20px;
            color: var(--color-gray-2);
        }

            .team-details-content .social-share li a:hover {
                color: var(--color-primary);
            }

.team-details-content p {
    font-size: 20px;
    margin-top: 40px;
    line-height: 1.7;
}

.team-details-thumb img {
    border-radius: 10px;
}

/*-------------------------
   Testimonial
-------------------------*/
.testimonial-grid {
    padding: 50px 0 30px;
    border-top: 2px solid transparent;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

@media only screen and (max-width: 767px) {
    .testimonial-grid {
        padding: 30px 0;
    }
}

.testimonial-grid .social-media {
    font-size: 20px;
    font-weight: 700;
    color: var(--color-rose);
    font-family: var(--font-primary);
    letter-spacing: -0.025em;
    margin-bottom: 30px;
}

.testimonial-grid p {
    font-size: 24px;
    line-height: 1.2;
    color: var(--color-text-dark);
    font-family: var(--font-primary);
    letter-spacing: -0.025em;
}

@media only screen and (max-width: 767px) {
    .testimonial-grid p {
        font-size: 18px;
    }
}

.testimonial-grid .author-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

    .testimonial-grid .author-info .thumb img {
        border-radius: 50%;
    }

    .testimonial-grid .author-info .content {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin-left: 20px;
    }

        .testimonial-grid .author-info .content span {
            display: block;
        }

        .testimonial-grid .author-info .content .name {
            font-weight: 500;
            color: var(--color-text-dark);
            letter-spacing: -0.04em;
            margin-bottom: 3px;
        }

        .testimonial-grid .author-info .content .designation {
            font-size: 14px;
            color: var(--color-gray-2);
            letter-spacing: -0.025em;
        }

.testimonial-grid:hover, .testimonial-grid.active {
    border-top-color: var(--color-primary);
}

.testimonial-grid.testimonial-light p {
    color: var(--color-white);
}

.testimonial-grid.testimonial-light .author-info .content .name {
    color: var(--color-white);
}

.customer-review-area .section-heading .title {
    font-size: 50px;
    margin-bottom: 40px;
}

@media only screen and (max-width: 1199px) {
    .customer-review-area .section-heading .title {
        font-size: 46px;
    }
}

@media only screen and (max-width: 991px) {
    .customer-review-area .section-heading .title {
        font-size: 38px;
    }
}

.customer-review-area .review-site-logo {
    text-align: right;
}

@media only screen and (max-width: 991px) {
    .customer-review-area .review-site-logo img {
        width: 80%;
    }
}

@media only screen and (max-width: 991px) {
    .customer-review-area .review-site-logo {
        text-align: left;
        margin-bottom: 5px;
    }
}

.followers-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 90px -50px -15px;
}

@media only screen and (max-width: 991px) {
    .followers-list {
        margin: 90px -15px -15px;
    }
}

@media only screen and (max-width: 767px) {
    .followers-list {
        margin: 50px -15px -15px;
    }
}

.followers-list li {
    margin: 0 50px;
    margin-bottom: 15px;
}

@media only screen and (max-width: 991px) {
    .followers-list li {
        margin: 0 15px;
    }
}

.followers-list li a i {
    height: 67px;
    width: 67px;
    line-height: 67px;
    text-align: center;
    color: var(--color-white);
    border-radius: 100%;
    margin-right: 25px;
}

@media only screen and (max-width: 991px) {
    .followers-list li a i {
        margin-right: 10px;
        height: 50px;
        width: 50px;
        line-height: 50px;
    }
}

.followers-list li a span {
    color: #000248;
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    font-family: var(--font-primary);
}

@media only screen and (max-width: 991px) {
    .followers-list li a span {
        font-size: 18px;
    }
}

@media only screen and (max-width: 767px) {
    .followers-list li a span {
        margin-top: 10px;
    }
}

.followers-list li.dribble a i {
    background-color: #EA4C89;
    box-shadow: 0 10px 37px -5px rgba(234, 76, 137, 0.5);
}

.followers-list li.behance a i {
    background-color: #0067FF;
    box-shadow: 0 10px 37px -5px rgba(0, 103, 255, 0.5);
}

.followers-list li.linkedin a i {
    background-color: #0177AC;
    box-shadow: 0 10px 37px -5px rgba(1, 119, 172, 0.5);
}

/*-------------------------
    Why Choose
-------------------------*/
@media only screen and (max-width: 991px) {
    .why-choose-us {
        margin-bottom: 60px;
    }
}

.why-choose-us .section-heading {
    margin-bottom: 50px;
}

    .why-choose-us .section-heading p {
        width: 100%;
    }

.why-choose-us .accordion-item {
    border: none;
    border-bottom: 1px solid var(--color-gray-2);
    background-color: transparent;
    border-radius: 0;
}

    .why-choose-us .accordion-item .accordion-button {
        font-size: 24px;
        color: var(--color-primary);
        background-color: transparent;
        box-shadow: none;
        padding: 20px 10px 20px 0;
    }

        .why-choose-us .accordion-item .accordion-button i {
            margin-right: 20px;
        }

        .why-choose-us .accordion-item .accordion-button:after {
            display: none;
        }

        .why-choose-us .accordion-item .accordion-button.collapsed {
            color: var(--color-body);
        }

    .why-choose-us .accordion-item .accordion-body {
        padding: 0 0 18px 0;
    }

.why-choose-us .why-choose-thumb {
    position: relative;
    z-index: 1;
}

    .why-choose-us .why-choose-thumb img {
        border-radius: 30px;
    }

/*-------------------------
    404 Error
-------------------------*/
.onepage-screen-area {
    position: relative;
    z-index: 1;
    background: var(--gradient-primary);
    margin-top: -160px;
    min-height: 500px;
    height: 100vh;
    padding: 150px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .onepage-screen-area {
        margin-top: -130px;
        padding: 150px 0 50px;
    }
}

@media only screen and (max-width: 1199px) {
    .onepage-screen-area {
        margin-top: -120px;
        padding: 150px 0 50px;
    }
}

@media only screen and (max-width: 991px) {
    .onepage-screen-area {
        height: 100%;
        padding: 200px 0 100px;
        text-align: center;
    }
}

@media only screen and (max-width: 767px) {
    .onepage-screen-area {
        padding: 150px 0 100px;
    }
}

.onepage-screen-area .content .title {
    font-size: 80px;
    margin-bottom: 40px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .onepage-screen-area .content .title {
        font-size: 70px;
    }
}

@media only screen and (max-width: 1199px) {
    .onepage-screen-area .content .title {
        font-size: 60px;
    }
}

@media only screen and (max-width: 991px) {
    .onepage-screen-area .content .title {
        font-size: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .onepage-screen-area .content .title {
        font-size: 40px;
    }
}

.onepage-screen-area .content .axil-btn {
    padding: 22px 80px;
}

@media only screen and (max-width: 991px) {
    .onepage-screen-area .content .axil-btn {
        padding: 18px 50px;
    }
}

.onepage-screen-area .content .countdown {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 60px;
    margin-bottom: 40px;
}

    .onepage-screen-area .content .countdown .countdown-section {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        text-align: center;
        position: relative;
    }

        .onepage-screen-area .content .countdown .countdown-section::after {
            content: "";
            height: 80px;
            width: 1px;
            background-color: var(--color-light);
            position: absolute;
            top: 50%;
            right: 0;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        }

        .onepage-screen-area .content .countdown .countdown-section:last-child::after {
            display: none;
        }

        .onepage-screen-area .content .countdown .countdown-section .countdown-number {
            font-size: 80px;
            font-weight: 700;
            color: var(--color-rose);
            font-family: var(--font-primary);
            line-height: 1;
            margin-bottom: 10px;
        }

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .onepage-screen-area .content .countdown .countdown-section .countdown-number {
        font-size: 70px;
    }
}

@media only screen and (max-width: 1199px) {
    .onepage-screen-area .content .countdown .countdown-section .countdown-number {
        font-size: 60px;
    }
}

@media only screen and (max-width: 767px) {
    .onepage-screen-area .content .countdown .countdown-section .countdown-number {
        font-size: 50px;
    }
}

@media only screen and (max-width: 575px) {
    .onepage-screen-area .content .countdown .countdown-section .countdown-number {
        font-size: 30px;
    }
}

.onepage-screen-area .content .countdown .countdown-section .countdown-unit {
    font-size: 18px;
}

@media only screen and (max-width: 575px) {
    .onepage-screen-area .content .countdown .countdown-section .countdown-unit {
        font-size: 15px;
    }
}

.onepage-screen-area .thumbnail {
    margin-right: -90px;
}

@media only screen and (max-width: 991px) {
    .onepage-screen-area .thumbnail {
        margin-right: 0;
    }
}

.onepage-screen-area .shape-group-8 .shape-3 {
    top: auto;
    bottom: -80px;
}

.onepage-screen-area.coming-soon-area {
    margin-top: 0;
    padding: 50px 0;
}

@media only screen and (max-width: 1199px) {
    .onepage-screen-area.coming-soon-area {
        height: 100%;
        text-align: center;
    }
}

.onepage-screen-area.coming-soon-area .site-logo {
    margin-bottom: 100px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .onepage-screen-area.coming-soon-area .site-logo {
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 1199px) {
    .onepage-screen-area.coming-soon-area .site-logo {
        margin-bottom: 50px;
    }
}

.onepage-screen-area.coming-soon-area .site-logo .logo-dark {
    display: none;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .onepage-screen-area.coming-soon-area .thumbnail {
        margin-right: 0;
    }
}

@media only screen and (max-width: 1199px) {
    .onepage-screen-area.coming-soon-area .thumbnail {
        display: none;
    }
}

.onepage-screen-area.coming-soon-area .shape-group-8 .shape-3 {
    bottom: auto;
    top: 25px;
}

/*-------------------------
    Privacy Policy
-------------------------*/
.privacy-policy-area .section-title {
    margin-bottom: 60px;
}

    .privacy-policy-area .section-title .title {
        border-bottom: 3px solid var(--color-primary);
        padding-bottom: 15px;
    }

.privacy-policy-area h4 {
    margin-bottom: 20px;
}

.privacy-policy-area p {
    line-height: 1.7;
}

.privacy-policy-area ul {
    padding-left: 20px;
    margin-bottom: 40px;
}

    .privacy-policy-area ul li {
        margin-top: 10px;
        margin-bottom: 10px;
        line-height: 28px;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

        .privacy-policy-area ul li:hover {
            color: var(--color-primary);
        }

/*-------------------------
    Splash Page Style
-------------------------*/
.splash-header-style .axil-mainmenu .header-navbar .header-main-nav {
    margin: 0 22px;
}

.splash-header-style .mainmenu li.current a {
    color: var(--color-primary);
}

    .splash-header-style .mainmenu li.current a:before {
        width: 100%;
        opacity: 1;
    }

.splash-header-style .buy-btn a {
    display: block;
}

@media only screen and (max-width: 767px) {
    .splash-header-style .buy-btn a {
        padding: 15px 30px;
        font-size: 15px;
    }
}

.splash-main-banner {
    background-color: var(--color-light);
    padding: 240px 0;
    /*height: 1000px;*/
    z-index: 2;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .splash-main-banner {
        padding: 200px 0;
    }
}

@media only screen and (max-width: 1199px) {
    .splash-main-banner {
        height: auto;
        padding: 240px 0 50px;
    }
}

@media only screen and (max-width: 991px) {
    .splash-main-banner {
        padding: 170px 0 0;
    }
}

@media only screen and (max-width: 767px) {
    .splash-main-banner {
        padding: 150px 0 0;
    }
}

.splash-main-banner:before {
    content: "";
    height: 100%;
    width: 100%;
    background: -webkit-linear-gradient(bottom, rgba(250, 184, 196, 0.7) 10%, #FFFFFF 100%);
    background: linear-gradient(0deg, rgba(250, 184, 196, 0.7) 10%, #FFFFFF 100%);
    -webkit-clip-path: circle(103% at 50% -52%);
    clip-path: circle(103% at 50% -52%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .splash-main-banner:before {
        -webkit-clip-path: circle(120% at 50% -52%);
        clip-path: circle(120% at 50% -52%);
    }
}

@media only screen and (max-width: 1199px) {
    .splash-main-banner:before {
        -webkit-clip-path: circle(140% at 50% -52%);
        clip-path: circle(140% at 50% -52%);
    }
}

@media only screen and (max-width: 479px) {
    .splash-main-banner:before {
        -webkit-clip-path: circle(170% at 50% -52%);
        clip-path: circle(170% at 50% -52%);
    }
}

.splash-main-banner .banner-content {
    text-align: center;
}

    .splash-main-banner .banner-content .title {
        font-size: 70px;
        line-height: 1.4;
        font-weight: 700;
        margin-bottom: 40px;
        letter-spacing: -0.045em;
    }

@media only screen and (max-width: 1199px) {
    .splash-main-banner .banner-content .title {
        font-size: 60px;
    }
}

@media only screen and (max-width: 991px) {
    .splash-main-banner .banner-content .title {
        font-size: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .splash-main-banner .banner-content .title {
        font-size: 40px;
    }
}

.splash-main-banner .site-element-count {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .splash-main-banner .site-element-count .count-box {
        margin-right: 55px;
        text-align: center;
        min-width: 150px;
    }

        .splash-main-banner .site-element-count .count-box:last-child {
            margin-right: 0;
        }

@media only screen and (max-width: 767px) {
    .splash-main-banner .site-element-count .count-box {
        min-width: 80px;
        margin-right: 30px;
    }
}

.splash-main-banner .site-element-count .count-title {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 15px;
    font-family: var(--font-primary);
}

.splash-main-banner .site-element-count .count-number {
    font-size: 80px;
    color: var(--color-primary);
    font-weight: 700;
    padding: 0 8px;
}

@media only screen and (max-width: 1199px) {
    .splash-main-banner .site-element-count .count-number {
        font-size: 70px;
    }
}

@media only screen and (max-width: 991px) {
    .splash-main-banner .site-element-count .count-number {
        font-size: 50px;
    }
}

@media only screen and (max-width: 575px) {
    .splash-main-banner .site-element-count .count-number {
        font-size: 40px;
    }
}

.splash-main-banner .site-element-count .count-number span.symbol {
    margin: -8px;
}

@media only screen and (max-width: 991px) {
    .splash-main-banner .site-element-count .count-number span.symbol {
        margin: -4px;
    }
}

.splash-main-banner .demo-slider {
    margin-top: 60px;
}

@media only screen and (max-width: 767px) {
    .splash-main-banner .demo-slider {
        margin-top: 30px;
    }
}

.splash-main-banner .demo-slider .slick-slide {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
    margin: 0 -36px 100px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

@media only screen and (max-width: 991px) {
    .splash-main-banner .demo-slider .slick-slide {
        margin: 0 0 100px;
    }
}

@media only screen and (max-width: 767px) {
    .splash-main-banner .demo-slider .slick-slide {
        margin: 0 0 60px;
    }
}

.splash-main-banner .demo-slider .slick-slide a {
    border-radius: 30px;
    box-shadow: 0 60px 86px -30px rgba(153, 159, 174, 0.4);
}



.splash-main-banner .demo-slider .slick-slide.slick-active.slick-center {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.main-demo-area {
    padding: 380px 0 120px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .main-demo-area {
        padding: 300px 0 90px;
    }
}

@media only screen and (max-width: 1199px) {
    .main-demo-area {
        padding: 0 0 80px;
    }
}

.main-demo-area .section-heading {
    margin-bottom: 50px;
}

@media only screen and (max-width: 991px) {
    .main-demo-area .section-heading {
        margin-bottom: 10px;
    }
}

.main-demo-area .section-heading p {
    width: 100%;
}

.main-demo-area .single-demo {
    text-align: center;
    margin-bottom: 80px;
}

@media only screen and (max-width: 767px) {
    .main-demo-area .single-demo {
        margin-bottom: 60px;
    }
}

.main-demo-area .single-demo a {
    display: block;
}

.main-demo-area .single-demo .thumb {
    border-radius: 30px;
    display: block;
    margin-bottom: 40px;
    box-shadow: 0 78px 40px -58px rgba(153, 161, 170, 0.5);
    position: relative;
    overflow: hidden;
}

    .main-demo-area .single-demo .thumb:before {
        content: '';
        position: absolute;
        top: 0;
        left: -75%;
        z-index: 2;
        display: block;
        width: 50%;
        height: 100%;
        background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
        -webkit-transform: skewX(-25deg);
        -ms-transform: skewX(-25deg);
        transform: skewX(-25deg);
    }

    .main-demo-area .single-demo .thumb img {
        border-radius: 30px;
        -webkit-transition: -webkit-transform 2s cubic-bezier(0.2, 0.96, 0.34, 1);
        transition: -webkit-transform 2s cubic-bezier(0.2, 0.96, 0.34, 1);
        transition: transform 2s cubic-bezier(0.2, 0.96, 0.34, 1);
        transition: transform 2s cubic-bezier(0.2, 0.96, 0.34, 1), -webkit-transform 2s cubic-bezier(0.2, 0.96, 0.34, 1);
        width: 100%;
    }

.main-demo-area .single-demo .title {
    margin-bottom: 0;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.main-demo-area .single-demo:hover .thumb:before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

.main-demo-area .single-demo:hover .thumb img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.main-demo-area .single-demo:hover .title {
    color: var(--color-primary);
}

.main-demo-area .shape-group li {
    position: absolute;
    top: 25%;
    z-index: -1;
}

    .main-demo-area .shape-group li.shape-2 {
        top: 39%;
    }

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.splash-features .section-heading {
    margin-bottom: 40px;
}

@media only screen and (max-width: 991px) {
    .splash-features .section-heading {
        margin-bottom: 10px;
    }
}

.splash-features .section-heading .title {
    width: 100%;
}

.splash-features .section-heading p {
    width: 100%;
}

.splash-features .services-grid {
    padding: 55px;
    height: 100%;
    margin-bottom: 0;
    display: block;
}

    .splash-features .services-grid .thumbnail {
        margin-bottom: 30px;
        margin-right: 0;
        max-width: 100%;
    }

    .splash-features .services-grid .content .title {
        color: var(--color-white);
    }

    .splash-features .services-grid .content p {
        margin-bottom: 0;
        -webkit-transition: var(--transition);
        transition: var(--transition);
    }

    .splash-features .services-grid:hover .content p, .splash-features .services-grid.active .content p {
        opacity: 1;
        color: var(--color-light);
    }

.spalsh-why-choose .section-heading {
    margin-bottom: 40px;
}

@media only screen and (max-width: 991px) {
    .spalsh-why-choose .section-heading {
        margin-bottom: 10px;
    }
}

.spalsh-why-choose .section-heading p {
    width: 100%;
}

.spalsh-why-choose .line-shape {
    position: absolute;
    top: 90px;
    left: 0;
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
    z-index: -1;
}

.why-buy-box {
    background-color: var(--color-white);
    border-radius: 30px;
    padding: 35px;
    margin-bottom: 80px;
    border: var(--border-light);
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

@media only screen and (max-width: 991px) {
    .why-buy-box {
        margin-bottom: 30px;
    }
}

.why-buy-box .heading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
}

    .why-buy-box .heading .icon {
        text-align: center;
        height: 62px;
        width: 62px;
        line-height: 60px;
        background-color: var(--color-accent1);
        border-radius: 50%;
        margin-right: 20px;
    }

    .why-buy-box .heading .title {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin-bottom: 20px;
        -webkit-transition: var(--transition);
        transition: var(--transition);
    }

.why-buy-box p {
    margin-bottom: 0;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.support-box {
    height: 100%;
    padding-bottom: 30px;
}

    .support-box a {
        display: block;
        height: 100%;
        position: relative;
        z-index: 1;
        background-color: var(--color-white);
        border: var(--border-light);
        border-radius: 30px;
        overflow: hidden;
    }

    .support-box .inner {
        height: 100%;
        padding: 30px 35px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        position: relative;
        z-index: 1;
        -webkit-transition: var(--transition);
        transition: var(--transition);
    }

    .support-box .heading {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
    }

        .support-box .heading .icon {
            text-align: center;
            height: 62px;
            width: 62px;
            line-height: 60px;
            background-color: var(--color-light);
            border-radius: 50%;
            margin-left: 20px;
        }

        .support-box .heading .title {
            -webkit-box-flex: 1;
            -webkit-flex: 1;
            -ms-flex: 1;
            flex: 1;
            font-weight: 700;
            margin-bottom: 18px;
            letter-spacing: -0.045em;
            -webkit-transition: var(--transition);
            transition: var(--transition);
        }

    .support-box p {
        color: var(--color-body);
        margin-bottom: 16px;
        -webkit-transition: var(--transition);
        transition: var(--transition);
    }

    .support-box .item-btn {
        text-align: center;
        height: 46px;
        width: 68px;
        line-height: 46px;
        font-size: 26px;
        border-radius: 100px;
        color: var(--color-white);
        border: none;
        -webkit-transition: var(--transition);
        transition: var(--transition);
    }

    .support-box .shape-group li {
        position: absolute;
        right: 0;
        bottom: -1px;
        z-index: -1;
    }

    .support-box:hover a, .support-box.active a {
        box-shadow: 0 50px 50px -24px rgba(153, 161, 170, 0.3);
    }

    .support-box:hover .inner .item-btn, .support-box.active .inner .item-btn {
        background-color: var(--color-primary);
    }

    .support-box.online-docuentation .item-btn {
        background-color: var(--color-rose);
    }

    .support-box.support-ticket .item-btn {
        background-color: var(--color-chart1);
    }

.splash-call-to-action {
    background-color: var(--color-primary);
    padding: 140px 0 80px;
    margin-bottom: 0;
}

@media only screen and (max-width: 1199px) {
    .splash-call-to-action {
        padding: 100px 0 40px;
    }
}

@media only screen and (max-width: 991px) {
    .splash-call-to-action {
        padding: 80px 0 30px;
    }
}

@media only screen and (max-width: 767px) {
    .splash-call-to-action {
        padding: 60px 0 10px;
    }
}

.splash-call-to-action:before {
    display: none;
}

.splash-call-to-action .section-heading .title {
    margin-bottom: 20px;
    font-size: 80px;
    width: 100%;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .splash-call-to-action .section-heading .title {
        font-size: 70px;
    }
}

@media only screen and (max-width: 1199px) {
    .splash-call-to-action .section-heading .title {
        font-size: 60px;
    }
}

@media only screen and (max-width: 767px) {
    .splash-call-to-action .section-heading .title {
        font-size: 50px;
    }
}

@media only screen and (max-width: 575px) {
    .splash-call-to-action .section-heading .title {
        font-size: 40px;
    }
}

.splash-call-to-action .section-heading p {
    width: 100%;
    font-size: 20px;
    color: var(--color-light);
}

@media only screen and (max-width: 991px) {
    .splash-call-to-action .section-heading p {
        font-size: 18px;
    }
}

.splash-call-to-action .section-heading p a {
    font-weight: 700;
    margin-left: 10px;
    color: var(--color-light);
    text-decoration: underline;
}

    .splash-call-to-action .section-heading p a:hover {
        color: var(--color-white);
    }

.splash-call-to-action .section-heading .axil-btn {
    color: #2A288B;
    padding: 24px 80px;
    -webkit-filter: drop-shadow(0px 14px 20px rgba(35, 34, 87, 0.4)) drop-shadow(0px 48px 48px rgba(0, 0, 0, 0.12));
    filter: drop-shadow(0px 14px 20px rgba(35, 34, 87, 0.4)) drop-shadow(0px 48px 48px rgba(0, 0, 0, 0.12));
    box-shadow: none;
}

.splash-call-to-action .call-to-action {
    border-bottom: none;
}

.splash-footer {
    padding-top: 0 !important;
}

    .splash-footer .footer-bottom {
        border: none;
        padding: 30px 0;
    }

@media only screen and (max-width: 991px) {
    .splash-footer .footer-copyright {
        text-align: center;
        margin-bottom: 20px;
    }
}

.splash-footer .footer-copyright .copyright-text {
    font-size: 16px;
}

.splash-footer .footer-social {
    text-align: center;
}

@media only screen and (max-width: 991px) {
    .splash-footer .footer-social {
        margin-bottom: 20px;
    }
}

.splash-footer .footer-social li {
    display: inline-block;
    margin-right: 25px;
}

    .splash-footer .footer-social li:last-child {
        margin-right: 0;
    }

    .splash-footer .footer-social li a {
        height: 40px;
        width: 40px;
        line-height: 42px;
        text-align: center;
        background-color: var(--color-light);
        border-radius: 50%;
        color: var(--color-body);
    }

        .splash-footer .footer-social li a:hover {
            background-color: var(--color-primary);
            color: var(--color-light);
        }

@media only screen and (max-width: 991px) {
    .splash-footer .footer-bottom-link {
        text-align: center;
    }
}

.splash-footer .footer-bottom-link ul {
    margin: 0 -30px;
}

@media only screen and (max-width: 991px) {
    .splash-footer .footer-bottom-link ul {
        margin: 0 -20px;
    }
}

.splash-footer .footer-bottom-link ul li {
    padding: 0 30px;
}

@media only screen and (max-width: 991px) {
    .splash-footer .footer-bottom-link ul li {
        padding: 0 20px;
    }
}

.splash-footer .footer-bottom-link ul li:after {
    height: 58%;
    width: 2px;
    right: -4px;
}

.splash-footer .footer-bottom-link ul li a {
    font-size: 16px;
    color: var(--color-body);
}

/*-------------------------
    Onepage Template
-------------------------*/
.onepage-template .mainmenu li.current a:not(.axil-btn) {
    color: #cfa447;
}

    .onepage-template .mainmenu li.current a:not(.axil-btn):before, .onepage-template .mainmenu li.current a:not(.axil-btn):after {
        width: 100%;
        opacity: 1;
    }

.onepage-template .mainmenu .header-btn {
    margin-right: 0;
}

@media only screen and (max-width: 991px) {
    .onepage-template .mainmenu .header-btn {
        padding: 10px 0;
    }
}

.onepage-template .mainmenu .header-btn a {
    padding-top: 0;
    padding-bottom: 0;
}

    .onepage-template .mainmenu .header-btn a.btn-fill-white {
        color: var(--color-primary);
    }

    .onepage-template .mainmenu .header-btn a:before {
        display: none;
    }

    .onepage-template .mainmenu .header-btn a:hover {
        color: var(--color-white);
    }

.onepage-template .mainmenu .header-btn.current a:after {
    -webkit-transform: translateY(-50%) translateX(-50%) scale(1);
    -ms-transform: translateY(-50%) translateX(-50%) scale(1);
    transform: translateY(-50%) translateX(-50%) scale(1);
}

.onepage-template .mainmenu-nav .mainmenu > li:last-child {
    border-bottom: none;
}

.whatsapp-img {
    margin: 0 !important;
}

    .whatsapp-img img {
        width: 35px;
        margin-top: -5px;
    }

.onepage-template .axil-header.header-style-4 .mainmenu li.current a {
    color: var(--color-light);
}

.onepage-template .axil-header .header-navbar .header-main-nav {
    margin-right: 0;
    direction: rtl;
}

.onepage-template .blog-list .modal-thumb {
    display: none;
}

.onepage-template .blog-list .post-content p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.onepage-template .services-grid .content .title {
    color: var(--color-white);
}

.onepage-template .services-grid.service-style-2 .content .title {
    color: var(--color-text-dark);
}

.onepage-template .header-offcanvasmenu .offcanvas-body .main-navigation li.current a {
    color: var(--color-primary);
}

.blog-list .post-content p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.blog-list .post-content .details-description {
    display: none;
    visibility: hidden;
    opacity: 0;
}

.project-grid .modal-thumb {
    display: none;
}

.project-grid .details-description {
    display: none;
    visibility: hidden;
    opacity: 0;
}

.case-study-featured .details-description {
    display: none;
    visibility: hidden;
    opacity: 0;
}

.op-modal-wrap {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 100;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    padding: 50px;
}

@media only screen and (max-width: 767px) {
    .op-modal-wrap {
        padding: 20px;
    }
}

.op-modal-wrap.open {
    visibility: visible;
    opacity: 1;
    pointer-events: all;
    z-index: 999999999 !important;
}

.op-modal-wrap .op-modal-inner {
    background-color: var(--color-white);
    max-width: 1000px;
    width: 100%;
    padding: 50px;
    padding-top: 70px;
    position: relative;
    overflow-y: hidden;
    border-radius: 25px;
}

.op-modal-wrap .op-modal-inner2 {
    padding: 0 !important;
    overflow: hidden !important
}

.op-modal-wrap .op-modal-inner .modal_content {
    overflow-y: scroll;
    height: 100%;
    padding: 0px 35px;
    margin: 40px 0 !important;
    overflow-x: hidden;
    width: 100%;
}

    .op-modal-wrap .op-modal-inner .modal_content::-webkit-scrollbar-thumb, .op-modal-wrap .op-modal-inner .modal_content::-webkit-scrollbar-thumb {
        border-radius: 11px;
        -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
        background-color: #006d82;
    }

    .op-modal-wrap .op-modal-inner .modal_content::-webkit-scrollbar, .op-modal-wrap .op-modal-inner .modal_content::-webkit-scrollbar {
        width: 7px;
        background-color: #F5F5F5;
    }

@media only screen and (max-width: 767px) {
    .op-modal-wrap .op-modal-inner {
        padding: 30px;
        padding-top: 60px;
    }

    .op-modal-wrap .op-modal-inner2 {
        padding: 0 !important
    }
}

.op-modal-wrap .op-modal-inner .close {
    position: sticky;
    right: 15px;
    top: 25px;
    border: none;
    background-color: var(--color-secondary);
    border-radius: 4px;
    padding: 3px 10px;
    color: var(--color-white);
    -webkit-transition: var(--transition);
    transition: var(--transition);
}
/*@media only screen and (min-width: 992px) {
    .op-modal-wrap .op-modal-inner .close {
        left: 15%;
    }
}*/
@media only screen and (max-width: 481px) {
    .op-modal-wrap .op-modal-inner .close {
        left: 5.5%;
    }

    .op-modal-wrap .op-modal-inner2 .modal_content {
        padding: 0px 35px !important;
        margin: 30px 0 !important
    }
}

.op-modal-wrap .op-modal-inner .close:hover {
    color: var(--color-light);
    background-color: var(--color-primary);
}

.op-blog-modal .post-thumbnail {
    margin-bottom: 30px;
}

    .op-blog-modal .post-thumbnail a {
        display: block;
    }

    .op-blog-modal .post-thumbnail img {
        max-height: 450px;
        width: 100%;
        object-fit: cover;
        object-position: center;
        border-radius: 24px;
    }

.op-blog-modal .post-content .title a {
    pointer-events: none;
}

.op-blog-modal .post-content .blog-share {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 16px;
}

    .op-blog-modal .post-content .blog-share .share-label {
        margin-bottom: 0;
        margin-right: 25px;
    }

@media only screen and (max-width: 1199px) {
    .op-blog-modal .post-content .blog-share .share-label {
        margin-right: 20px;
    }
}

.op-blog-modal .post-content .blog-share .social-list {
    margin: 0 -10px;
}

    .op-blog-modal .post-content .blog-share .social-list li {
        display: inline-block;
    }

        .op-blog-modal .post-content .blog-share .social-list li a {
            color: var(--color-dark);
            padding: 5px 10px;
        }

@media only screen and (max-width: 1199px) {
    .op-blog-modal .post-content .blog-share .social-list li a {
        padding: 5px;
    }
}

.op-blog-modal .post-content .blog-share .social-list li a:hover {
    color: var(--color-primary);
}

.op-portfolio-modal, .op-portfolio-modal2 {
    padding-top: 115px
}

    .op-portfolio-modal .portfolio-thumbnail {
        margin-bottom: 30px;
    }

        .op-portfolio-modal .portfolio-thumbnail a {
            display: block;
            pointer-events: none;
        }

        .op-portfolio-modal .portfolio-thumbnail img {
            max-height: 450px;
            width: 100%;
            object-fit: cover;
            object-position: center;
            border-radius: 24px;
        }

    .op-portfolio-modal .portfolio-content .title a {
        pointer-events: none;
    }

    .op-portfolio-modal .portfolio-content .project-share {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        border-radius: 16px;
    }

        .op-portfolio-modal .portfolio-content .project-share .share-label {
            margin-bottom: 0;
            margin-right: 25px;
        }

@media only screen and (max-width: 1199px) {
    .op-portfolio-modal .portfolio-content .project-share .share-label {
        margin-right: 20px;
    }
}

.op-portfolio-modal .portfolio-content .project-share .social-list {
    margin: 0 -10px;
}

    .op-portfolio-modal .portfolio-content .project-share .social-list li {
        display: inline-block;
    }

        .op-portfolio-modal .portfolio-content .project-share .social-list li a {
            color: var(--color-dark);
            padding: 5px 10px;
        }

@media only screen and (max-width: 1199px) {
    .op-portfolio-modal .portfolio-content .project-share .social-list li a {
        padding: 5px;
    }
}

.op-portfolio-modal .portfolio-content .project-share .social-list li a:hover {
    color: var(--color-primary);
}

.op-case-modal .op-modal-inner {
    border-radius: 10px;
}

.op-case-modal .case-content p:last-child {
    margin-bottom: 0;
}

.op-case-modal .case-content .title {
    font-size: 36px;
}

@media only screen and (max-width: 991px) {
    .op-case-modal .case-content .title {
        font-size: 30px;
    }
}

body.op-modal-open {
    overflow: hidden;
}

.active-dark-mode .op-modal-wrap .op-modal-inner {
    background-color: var(--dark-main-body);
}

.active-dark-mode.onepage-template .services-grid .content .title {
    color: var(--dark-title-light);
}

.active-dark-mode.onepage-template .op-blog-modal .post-content .blog-share .social-list li a {
    color: var(--dark-title-light);
}

    .active-dark-mode.onepage-template .op-blog-modal .post-content .blog-share .social-list li a:hover {
        color: var(--color-primary);
    }

.active-dark-mode.onepage-template .op-portfolio-modal .portfolio-content .project-share .social-list li a {
    color: var(--dark-title-light);
}

    .active-dark-mode.onepage-template .op-portfolio-modal .portfolio-content .project-share .social-list li a:hover {
        color: var(--color-primary);
    }

.active-dark-mode.onepage-template .mainmenu li.current a:not(.axil-btn) {
    color: #cfa447;
}

@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: auto;
    }
}

/*=======================================================================
4.Blocks Styles 
=========================================================================*/
/*-------------------------
   Header Styles
-------------------------*/
.axil-header {
    position: fixed;
    z-index: 999;
    height: 90px;
    width: 100%;
}

.light-version-logo, .dark-version-logo {
    width: 185px
}

.header-logo {
    text-align: center
}

.headertitle {
    margin: 0px 0 0;
    color: #cfa447 !important;
    font-weight: 600;
    font-size: 14.5px;
}

.axil-header .header-navbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    direction: ltr;
}

    .axil-header .header-navbar .header-logo a {
        display: block;
    }

    .axil-header .header-navbar .header-logo .dark-version-logo {
        display: none;
    }

    .axil-header .header-navbar .header-logo .sticky-logo {
        display: none;
    }



    .axil-header .header-navbar .header-main-nav {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin: 0 55px 0 50px;
    }

@media only screen and (max-width: 1199px) {
    .axil-header .header-navbar .header-main-nav {
        margin: 0 30px;
    }
}

@media only screen and (max-width: 991px) {
    .axil-header .header-navbar .header-main-nav {
        margin: 0;
    }
}

.axil-header.header-style-1 .axil-mainmenu.axil-sticky .header-navbar .header-logo .light-version-logo {
    display: none;
}

.axil-header.header-style-1 .axil-mainmenu.axil-sticky .header-navbar .header-logo .sticky-logo {
    display: block;
}

.axil-header.header-style-2 .axil-mainmenu {
    padding: 5px 80px 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .axil-header.header-style-2 .axil-mainmenu {
        padding: 5px 15px 0;
    }
}

@media only screen and (max-width: 1199px) {
    .axil-header.header-style-2 .axil-mainmenu {
        padding: 5px 15px 0;
    }
}

@media only screen and (max-width: 991px) {
    .axil-header.header-style-2 .axil-mainmenu {
        padding: 10px 0px 0;
    }
}

.axil-header.header-style-2 .axil-mainmenu.axil-sticky {
    padding: 15px 80px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .axil-header.header-style-2 .axil-mainmenu.axil-sticky {
        padding: 15px;
    }
}

@media only screen and (max-width: 1199px) {
    .axil-header.header-style-2 .axil-mainmenu.axil-sticky {
        padding: 15px;
    }
}

@media only screen and (max-width: 575px) {
    .axil-header.header-style-2 .axil-mainmenu.axil-sticky {
        padding: 15px 0;
    }
}

.axil-header.header-style-2 .axil-mainmenu .mainmenu {
    justify-content: flex-start;
    padding-right: 45px;
}

.axil-header.header-style-3 .axil-mainmenu.axil-sticky .header-navbar .header-logo .light-version-logo {
    display: none;
}

.axil-header.header-style-3 .axil-mainmenu.axil-sticky .header-navbar .header-logo .sticky-logo {
    display: block;
}

.axil-header.header-style-3 .header-action .sidemenu-btn .btn-wrap {
    background-color: var(--color-light);
}

@media only screen and (max-width: 1299px) {
    .axil-header.header-style-4 .header-main-nav {
        margin: 0 15px;
    }
}

@media only screen and (max-width: 991px) {
    .axil-header.header-style-4 .header-main-nav {
        margin: 0;
    }
}

@media only screen and (max-width: 991px) {
    .axil-header.header-style-4 .mainmenu-nav {
        background-color: var(--color-dark);
    }
}

.axil-header.header-style-4 .mainmenu-nav .mainmenu .menu-item-has-children .axil-submenu {
    background-color: var(--color-dark);
}

    .axil-header.header-style-4 .mainmenu-nav .mainmenu .menu-item-has-children .axil-submenu li a {
        color: var(--color-light);
    }

        .axil-header.header-style-4 .mainmenu-nav .mainmenu .menu-item-has-children .axil-submenu li a:hover {
            color: var(--color-primary);
        }

        .axil-header.header-style-4 .mainmenu-nav .mainmenu .menu-item-has-children .axil-submenu li a.active {
            color: var(--color-primary);
        }

.axil-header.header-style-4 .mobile-nav-header {
    border-color: var(--color-gray-4);
}

    .axil-header.header-style-4 .mobile-nav-header .mobile-nav-logo .light-mode {
        display: none;
    }

    .axil-header.header-style-4 .mobile-nav-header .mobile-nav-logo .dark-mode {
        display: block;
    }

    .axil-header.header-style-4 .mobile-nav-header .mobile-menu-close {
        background-color: var(--color-white);
        color: var(--color-black);
        border: none;
    }

.axil-header.header-style-4 .axil-mainmenu.axil-sticky {
    background-color: var(--color-dark);
}

@media only screen and (max-width: 1199px) {
    .axil-header.header-style-4 .mainmenu li {
        margin: 0 10px;
    }
}

@media only screen and (max-width: 991px) {
    .axil-header.header-style-4 .mainmenu li {
        border-color: var(--color-gray-4);
    }
}

.axil-header.header-style-4 .mainmenu li a {
    color: var(--color-light);
}

    .axil-header.header-style-4 .mainmenu li a::before {
        background-color: var(--color-white);
    }

    .axil-header.header-style-4 .mainmenu li a::after {
        color: var(--color-gray-4);
    }

.axil-header.header-style-4 .header-action .header-btn .axil-btn {
    display: block;
}

.axil-mainmenu {
    padding: 50px 0;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .axil-mainmenu {
        padding: 35px 0;
    }
}

@media only screen and (max-width: 1199px) {
    .axil-mainmenu {
        padding: 30px 0;
    }
}

.axil-mainmenu.axil-sticky {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 5;
    background-color: var(--color-white);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
    padding: 15px 0;
    -webkit-animation: headerSlideDown .8s ease forwards;
    animation: headerSlideDown .8s ease forwards;
}

    .axil-mainmenu.axil-sticky .header-action .sidemenu-btn .btn-wrap {
        background-color: #f9f9f9;
        border-radius: 65px;
    }

        .axil-mainmenu.axil-sticky .header-action .sidemenu-btn .btn-wrap span {
            background-color: #cfa448;
        }

    .axil-mainmenu.axil-sticky .header-action .social-icon-list li a {
        color: var(--color-dark);
    }

        .axil-mainmenu.axil-sticky .header-action .social-icon-list li a:hover {
            color: var(--color-primary);
        }

.mainmenu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    list-style: none;
    padding: 0;
    margin: 0;
}

    .mainmenu > li {
        margin: 0 17px;
    }

@media only screen and (max-width: 1200px) {
    .mainmenu > li {
        margin: 0 15px;
    }

    .mainmenu > .menu-item-has-children > a, .mobile_nave > .menu-item-has-children > a {
        margin-left: 12px;
    }

    .mainmenu > li > a {
        font-size: 21px !important;
    }
}

.mainmenu > li > a {
    /* color: var(--color-primary);*/
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    font-family: var(--font-primary);
    line-height: 50px;
    height: 50px;
    display: block;
    position: relative;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

    .mainmenu > li > a::before {
        content: "";
        height: 2px;
        width: 0;
        background-color: var(--color-secondary);
        position: absolute;
        bottom: 5px;
        left: 0;
        opacity: 0;
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }

    .mainmenu > li > a::after {
        content: "";
        height: 2px;
        width: 0;
        background-color: var(--color-secondary);
        position: absolute;
        top: 8px;
        left: 0;
        opacity: 0;
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }

    .mainmenu > li > a:hover {
        color: var(--color-primary);
    }

        .mainmenu > li > a:hover::before, .mainmenu > li > a:hover::after {
            opacity: 1;
            width: 100%;
        }

    .mainmenu > li > a.active {
        color: var(--color-primary);
    }

        .mainmenu > li > a.active::before {
            width: 100%;
            opacity: 1;
        }

.mainmenu > .menu-item-has-children, .mobile_nave > .menu-item-has-children {
    position: relative;
    margin-left: 10px;
}

    .mainmenu > .menu-item-has-children > a, .mobile_nave > .menu-item-has-children > a {
        position: relative;
        margin-left: 20px;
        /*   color: #3D3343;*/
        color: #d6a44b;
        text-transform: capitalize;
        font-weight: bolder;
        font-size: 18px;
        position: relative;
        direction: ltr;
    }

li.menu-item-has-children.lang_drop_down::before {
    content: "";
    height: 30px;
    width: 1px;
    position: absolute;
    left: 0;
    top: 10px;
    bottom: 0;
    border: 1px solid #bababa;
}

.mainmenu > .menu-item-has-children > a img, .mobile_nave > .menu-item-has-children > a img {
    width: 16px;
    margin: 10px 10px 10px;
    transform: rotate(90deg);
}

.mainmenu > li.lang_drop_down > a::before, .mainmenu > li.lang_drop_down > a::after, .mainmenu > li.whatsapp-img > a::before, .mainmenu > li.whatsapp-img > a::after {
    display: none !important
}
/*      .mainmenu > .menu-item-has-children > a::after, .mobile_nave > .menu-item-has-children > a::after {
            content: "\f107";
            font-family: var(--font-awesome);
            font-weight: 400;
            color: var(--color-text-dark);
            font-size: 18px;
            position: absolute;
            top: 0;
            left: -20px;
        }*/

.mainmenu > .menu-item-has-children .axil-submenu, .mobile_nave > .menu-item-has-children .axil-submenu {
    position: absolute;
    top: 100%;
    left: 20px;
    right: auto;
    background: #ffffff;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    min-width: 250px;
    padding: 15px 10px;
    border-radius: 20px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    list-style: none;
    margin: 0;
    box-shadow: 0 13px 48px 0 rgba(0, 0, 0, 0.15);
}

    .mainmenu > .menu-item-has-children .axil-submenu li, .mobile_nave > .menu-item-has-children .axil-submenu li {
        margin: 0;
        -webkit-transition: var(--transition);
        transition: var(--transition);
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }

        .mainmenu > .menu-item-has-children .axil-submenu li a, .mobile_nave > .menu-item-has-children .axil-submenu li a {
            position: relative;
            font-size: 16px;
            text-transform: capitalize;
            text-align: center;
            color: #a9a7a7;
            font-weight: 500;
            padding: 7px 15px;
            border-radius: 4px;
            display: block;
            -webkit-transition: var(--transition);
            transition: var(--transition);
        }

.lang_drop_down ul li:first-child::after {
    content: "";
    height: 1PX;
    width: auto;
    position: absolute;
    right: 10px;
    bottom: 0;
    left: 10px;
    top: auto;
    border: 1px solid #bababa;
}

/*           .mainmenu > .menu-item-has-children .axil-submenu li a::after {
                    content: "";
                    height: 1px;
                    width: 0;
                    background-color: var(--color-primary);
                    position: absolute;
                    top: 50%;
                    left: 0;
                    -webkit-transform: translateY(-50%);
                    -ms-transform: translateY(-50%);
                    transform: translateY(-50%);
                    -webkit-transition: var(--transition);
                    transition: var(--transition);
                }*/

.mainmenu > .menu-item-has-children .axil-submenu li a:hover, .mobile_nave > .menu-item-has-children .axil-submenu li a:hover {
    color: var(--color-primary);
}

    .mainmenu > .menu-item-has-children .axil-submenu li a:hover::after, .mobile_nave > .menu-item-has-children .axil-submenu li a:hover::after {
        width: 100%;
    }

.mainmenu > .menu-item-has-children .axil-submenu li a.active, .mobile_nave .mainmenu > .menu-item-has-children .axil-submenu li a.active {
    color: var(--color-primary);
}

    .mainmenu > .menu-item-has-children .axil-submenu li a.active::after, .mobile_nave > .menu-item-has-children .axil-submenu li a.active::after {
        width: 100%;
    }

.mainmenu > .menu-item-has-children:hover .axil-submenu, .mobile_nave > .menu-item-has-children:hover .axil-submenu {
    opacity: 1;
    visibility: visible;
    z-index: 9;
    left: 0;
    border-radius: 50px;
    box-shadow: 0px -4px 10px #acacac45, 1px 4px 10px #acacac45;
}

    .mainmenu > .menu-item-has-children:hover .axil-submenu li, .mobile_nave > .menu-item-has-children:hover .axil-submenu li {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        /*border-radius: 20px;*/
    }

        .mainmenu > .menu-item-has-children:hover .axil-submenu li:nth-child(1n) {
            -webkit-transition-delay: .1s;
            transition-delay: .1s;
        }

        .mainmenu > .menu-item-has-children:hover .axil-submenu li:nth-child(2n) {
            -webkit-transition-delay: .2s;
            transition-delay: .2s;
        }

        .mainmenu > .menu-item-has-children:hover .axil-submenu li:nth-child(3n) {
            -webkit-transition-delay: .3s;
            transition-delay: .3s;
        }

        .mainmenu > .menu-item-has-children:hover .axil-submenu li:nth-child(4n) {
            -webkit-transition-delay: .4s;
            transition-delay: .4s;
        }

        .mainmenu > .menu-item-has-children:hover .axil-submenu li:nth-child(5n) {
            -webkit-transition-delay: .5s;
            transition-delay: .5s;
        }

        .mainmenu > .menu-item-has-children:hover .axil-submenu li:nth-child(6n) {
            -webkit-transition-delay: .6s;
            transition-delay: .6s;
        }

        .mainmenu > .menu-item-has-children:hover .axil-submenu li:nth-child(7n) {
            -webkit-transition-delay: .7s;
            transition-delay: .7s;
        }

        .mainmenu > .menu-item-has-children:hover .axil-submenu li:nth-child(8n) {
            -webkit-transition-delay: .8s;
            transition-delay: .8s;
        }

        .mainmenu > .menu-item-has-children:hover .axil-submenu li:nth-child(9n) {
            -webkit-transition-delay: .8s;
            transition-delay: .8s;
        }

        .mainmenu > .menu-item-has-children:hover .axil-submenu li:nth-child(10n) {
            -webkit-transition-delay: .8s;
            transition-delay: .8s;
        }

        .mainmenu > .menu-item-has-children:hover .axil-submenu li:nth-child(11n) {
            -webkit-transition-delay: .8s;
            transition-delay: .8s;
        }

        .mainmenu > .menu-item-has-children:hover .axil-submenu li:nth-child(12n) {
            -webkit-transition-delay: .8s;
            transition-delay: .8s;
        }

.header-action > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .header-action > ul > li {
        margin-right: 30px;
    }

        .header-action > ul > li:last-child {
            margin-right: 0;
        }

.header-action .sidemenu-btn {
    margin-right: 0;
}

    .header-action .sidemenu-btn .btn-wrap {
        height: 60px;
        width: 60px;
        background-color: var(--color-light);
        border: none;
        border-radius: 10px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-transition: var(--transition);
        transition: var(--transition);
    }

@media only screen and (max-width: 991px) {


    .header-action .sidemenu-btn .btn-wrap span {
        height: 3px;
        width: 20px;
        background-color: var(--color-dark);
        margin-bottom: 4px;
        border-radius: 10px;
        -webkit-transition: var(--transition);
        transition: var(--transition);
    }

        .header-action .sidemenu-btn .btn-wrap span:last-child {
            margin-bottom: 0;
            width: 20px;
            margin-right: 0px;
        }

    .header-action .sidemenu-btn .btn-wrap:focus {
        box-shadow: none;
    }

    .header-action .sidemenu-btn .btn-wrap:hover span:last-child {
        width: 20px;
        margin-right: 0;
    }

    .header-action .sidemenu-btn .btn-wrap:hover span:first-child {
        width: 10px;
        margin-right: -10px;
    }

    .header-action .sidemenu-btn .btn-wrap.btn-dark {
        background-color: #f9f9f9;
        border-radius: 65px;
        position: relative;
        top: 5px;
    }

        .header-action .sidemenu-btn .btn-wrap.btn-dark span {
            background-color: #cfa448;
        }
}

@media only screen and (max-width: 575px) {
    .header-action .header-social-link {
        display: none;
    }
}

.header-action .social-icon-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -15px;
}

    .header-action .social-icon-list li {
        margin: 15px;
    }

        .header-action .social-icon-list li a {
            font-size: 20px;
            color: var(--color-body);
        }

@media only screen and (max-width: 991px) {
    .header-action .social-icon-list li a {
        color: var(--color-dark);
    }
}

.header-action .social-icon-list li a:hover {
    color: var(--color-primary);
}

.header-action .header-btn {
    margin-right: 0;
}

@media only screen and (max-width: 1399px) {
    .header-action .header-btn .axil-btn {
        padding: 15px 15px !important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-action .header-btn .axil-btn {
        padding: 15px 15px !important;
    }
}

@media only screen and (max-width: 991px) {
    .header-action .header-btn {
        margin-right: 0px;
    }
}

@media only screen and (max-width: 575px) {
    .header-action .header-btn {
        display: none !important;
    }
}

@media only screen and (min-width: 992px) {
    .header-action .mobile-menu-btn {
        display: none;
    }
}

.header-action .mobile-menu-btn .btn-wrap {
    height: 40px;
    width: 40px;
}

.header-action .my_switcher {
    margin-left: 10px;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    line-height: 42px;
    padding: 0;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .header-action .my_switcher {
        margin-right: 15px;
    }
}

.header-action .my_switcher ul {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.header-offcanvasmenu {
    width: 60vw;
    min-width: 300px;
    -webkit-transition: all 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: all 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
}

@media only screen and (max-width: 1199px) {
    .header-offcanvasmenu {
        width: 70vw;
    }
}

.header-offcanvasmenu .offcanvas-header {
    padding: 50px 100px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .header-offcanvasmenu .offcanvas-header {
        padding: 50px;
    }
}

@media only screen and (max-width: 1199px) {
    .header-offcanvasmenu .offcanvas-header {
        padding: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .header-offcanvasmenu .offcanvas-header {
        padding: 30px 30px 0;
    }
}

.header-offcanvasmenu .offcanvas-header .btn-close {
    margin: 0;
    font-size: 22px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

@media only screen and (max-width: 991px) {
    .header-offcanvasmenu .offcanvas-header .btn-close {
        font-size: 14px;
    }
}

.header-offcanvasmenu .offcanvas-header .btn-close:hover {
    color: var(--color-primary);
    opacity: 1;
}

.header-offcanvasmenu .offcanvas-header .btn-close:focus {
    border: none;
    box-shadow: none;
}

.header-offcanvasmenu .offcanvas-body {
    padding: 50px 100px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .header-offcanvasmenu .offcanvas-body {
        padding: 50px;
    }
}

@media only screen and (max-width: 1199px) {
    .header-offcanvasmenu .offcanvas-body {
        padding: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .header-offcanvasmenu .offcanvas-body {
        padding: 30px;
    }
}

.header-offcanvasmenu .offcanvas-body .side-nav-search-form {
    position: relative;
    margin-bottom: 70px;
}

@media only screen and (max-width: 991px) {
    .header-offcanvasmenu .offcanvas-body .side-nav-search-form {
        margin-bottom: 40px;
    }
}

.header-offcanvasmenu .offcanvas-body .side-nav-search-form .search-field {
    font-size: 40px;
    height: auto;
    border: none;
    border-bottom: 2px solid var(--color-gray-3);
    border-radius: 0;
    padding: 5px 0;
}

@media only screen and (max-width: 991px) {
    .header-offcanvasmenu .offcanvas-body .side-nav-search-form .search-field {
        font-size: 20px;
    }
}

.header-offcanvasmenu .offcanvas-body .side-nav-search-form .search-field:focus {
    box-shadow: none;
}

.header-offcanvasmenu .offcanvas-body .side-nav-search-form .side-nav-search-btn {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: transparent;
    border: none;
    padding: 0;
}

    .header-offcanvasmenu .offcanvas-body .side-nav-search-form .side-nav-search-btn i {
        font-weight: 400;
        font-size: 24px;
        color: var(--color-gray-4);
        -webkit-transition: var(--transition);
        transition: var(--transition);
    }

@media only screen and (max-width: 991px) {
    .header-offcanvasmenu .offcanvas-body .side-nav-search-form .side-nav-search-btn i {
        font-size: 18px;
    }
}

.header-offcanvasmenu .offcanvas-body .side-nav-search-form .side-nav-search-btn:hover i {
    color: var(--color-primary);
}

.header-offcanvasmenu .offcanvas-body .main-navigation {
    margin: -30px 0;
    margin-top: -45px;
}

@media only screen and (max-width: 991px) {
    .header-offcanvasmenu .offcanvas-body .main-navigation {
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .header-offcanvasmenu .offcanvas-body .main-navigation {
        margin: -20px 0;
        margin-bottom: 40px;
    }
}

.header-offcanvasmenu .offcanvas-body .main-navigation li {
    margin: 30px 0;
}

@media only screen and (max-width: 767px) {
    .header-offcanvasmenu .offcanvas-body .main-navigation li {
        margin: 20px 0;
    }
}

.header-offcanvasmenu .offcanvas-body .main-navigation li a {
    color: var(--color-dark);
    font-size: 36px;
    font-weight: 500;
}

@media only screen and (max-width: 1199px) {
    .header-offcanvasmenu .offcanvas-body .main-navigation li a {
        font-size: 24px;
    }
}

@media only screen and (max-width: 767px) {
    .header-offcanvasmenu .offcanvas-body .main-navigation li a {
        font-size: 20px;
    }
}

.header-offcanvasmenu .offcanvas-body .main-navigation li a:hover {
    color: var(--color-primary);
}

.header-offcanvasmenu .offcanvas-body .main-navigation li a.active {
    color: var(--color-primary);
}

.header-offcanvasmenu .offcanvas-body .contact-inner .title {
    font-size: 18px;
    line-height: 1;
    color: var(--color-dark);
    font-weight: 500;
    display: block;
    margin-bottom: 15px;
}

@media only screen and (max-width: 1199px) {
    .header-offcanvasmenu .offcanvas-body .contact-inner .title {
        font-size: 16px;
    }
}

.header-offcanvasmenu .offcanvas-body .contact-inner .address {
    margin-bottom: 40px;
}

@media only screen and (max-width: 991px) {
    .header-offcanvasmenu .offcanvas-body .contact-inner .address {
        margin-bottom: 25px;
    }
}

.header-offcanvasmenu .offcanvas-body .contact-inner .address a {
    color: var(--color-body);
    display: block;
    margin-bottom: 10px;
}

    .header-offcanvasmenu .offcanvas-body .contact-inner .address a i {
        margin-right: 20px;
    }

.header-offcanvasmenu .offcanvas-body .contact-inner .address p {
    margin-bottom: 0;
}

.header-offcanvasmenu .offcanvas-body .contact-inner .social-share {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -15px -6px;
}

    .header-offcanvasmenu .offcanvas-body .contact-inner .social-share li {
        margin: 15px 6px;
    }

        .header-offcanvasmenu .offcanvas-body .contact-inner .social-share li a {
            color: var(--color-white);
            font-size: 16px;
            text-align: center;
            width: 50px;
            height: 50px;
            line-height: 53px;
            display: block;
            border-radius: 100%;
            background-color: var(--color-primary);
            text-align: center;
        }

            .header-offcanvasmenu .offcanvas-body .contact-inner .social-share li a:hover {
                background-color: var(--color-dark);
            }

.mobile-nav-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 10px;
    padding-bottom: 20px;
    border: none
}

@media only screen and (min-width: 992px) {
    .mobile-nav-header {
        display: none;
    }
}

.mobile-nav-header .mobile-nav-logo {
    width: 150px;
    line-height: 1;
}

    .mobile-nav-header .mobile-nav-logo .dark-mode {
        display: none;
    }

.mobile-nav-header .mobile-menu-close {
    background-color: var(--color-secondary);
    height: 30px;
    width: 30px;
    border-radius: 40px;
    color: #fff;
    font-size: 14px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
}

    .mobile-nav-header .mobile-menu-close:hover {
        background-color: var(--color-primary);
        border-color: var(--color-primary);
        color: var(--color-white);
    }

@media only screen and (max-width: 991px) {
    .axil-mainmenu.axil-sticky {
        -webkit-animation: none;
        animation: none;
    }

    .mainmenu-nav {
        position: fixed;
        top: 0;
        bottom: 0;
        left: -300px;
        background-color: var(--color-white);
        width: 300px;
        padding: 20px 10px;
        -webkit-transition: all 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
        transition: all 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
        z-index: 1050;
    }

        .mainmenu-nav.show {
            right: 0;
        }

        .mainmenu-nav .mainmenu {
            display: block;
            height: 100%;
            overflow: auto;
        }

            .mainmenu-nav .mainmenu > li {
                border-bottom: none;
            }

                .mainmenu-nav .mainmenu > li > a {
                    height: 50px;
                    line-height: 50px;
                    background: #F9F9F9;
                    display: flex;
                    margin: 8px 0;
                    padding: 10px;
                    align-items: center;
                    justify-content: space-between;
                    border-radius: 26px 15px 15px 15px;
                }
                    /*    .active-dark-mode .mainmenu li a {
        background: #131317;
    }*/

                    .mainmenu-nav .mainmenu > li > a::before, .mainmenu-nav .mainmenu > li > a::after {
                        display: none;
                    }

            .mainmenu-nav .mainmenu .menu-item-has-children .axil-submenu {
                display: none;
                position: initial;
                visibility: visible;
                opacity: 1;
                min-width: 100%;
                box-shadow: none;
                padding: 0 0 10px;
                -webkit-transition: initial;
                transition: initial;
            }

                .mainmenu-nav .mainmenu .menu-item-has-children .axil-submenu li {
                    opacity: 1;
                    -webkit-transform: translateX(0);
                    -ms-transform: translateX(0);
                    transform: translateX(0);
                }

                    .mainmenu-nav .mainmenu .menu-item-has-children .axil-submenu li a {
                        padding: 7px 10px;
                    }

                        .mainmenu-nav .mainmenu .menu-item-has-children .axil-submenu li a::after {
                            display: none;
                        }

            .mainmenu-nav .mainmenu .menu-item-has-children.menu-item-open .axil-submenu {
                display: block;
            }
}

@-webkit-keyframes headerSlideDown {
    0% {
        margin-top: -50px;
        opacity: 0;
    }

    30% {
        margin-top: -10px;
        opacity: 0;
    }

    100% {
        margin-top: 0;
        opacity: 1;
    }
}

@keyframes headerSlideDown {
    0% {
        margin-top: -50px;
        opacity: 0;
    }

    30% {
        margin-top: -10px;
        opacity: 0;
    }

    100% {
        margin-top: 0;
        opacity: 1;
    }
}

/*-------------------------
    Blog Styles
-------------------------*/
.news-section .section-heading .title, .blog_info .section-heading .title {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 700;
    color: #000000;
    width: max-content;
    margin: 0 auto 30px;
    position: relative;
    letter-spacing: 0px;
}

.news-section {
    margin-top: -5px;
    background: #f8fbfd;
}

    .news-section .section-heading .title::before, .blog_info .section-heading .title::before {
        content: "";
        height: 5px;
        width: 73%;
        background-color: var(--color-secondary);
        position: absolute;
        bottom: -16px;
        right: 0;
    }

.active-dark-mode .news-section .section-heading .title, .active-dark-mode .blog_info .section-heading .title {
    color: #fff
}

.active-dark-mode .news-content {
    background: #000;
}

    .active-dark-mode .news-content .post-content .title {
        color: #e1e1e1;
    }

.blog-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: var(--border-light);
    border-bottom: var(--border-light);
    padding: 40px 20px 40px 0;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

@media only screen and (max-width: 1199px) {
    .blog-list {
        padding: 40px 0;
    }
}

@media only screen and (max-width: 767px) {
    .blog-list {
        display: block;
    }
}

@media only screen and (max-width: 767px) {
    .blog-list .post-thumbnail {
        margin-bottom: 30px;
    }
}

.blog-list .post-thumbnail a {
    border-radius: 30px;
    overflow: hidden;
    display: block;
}

    .blog-list .post-thumbnail a img {
        border-radius: 30px;
        -webkit-transition: var(--transition);
        transition: var(--transition);
    }

@media only screen and (max-width: 767px) {
    .blog-list .post-thumbnail a img {
        width: 100%;
    }
}

.blog-list .post-content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 20px;
}

@media only screen and (max-width: 767px) {
    .blog-list .post-content {
        margin-right: 0;
    }
}

.blog-list .post-content .title {
    margin-bottom: 20px;
}

    .blog-list .post-content .title a {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        height: 36px;
    }

        .blog-list .post-content .title a:hover {
            color: var(--color-link);
        }

.blog-list .post-content p {
    color: var(--color-gray-2);
    letter-spacing: -0.025em;
    margin-bottom: 30px;
}

.blog-list .post-content .more-btn {
    font-weight: 500;
    color: var(--color-text-dark);
}

    .blog-list .post-content .more-btn i {
        margin-left: 20px;
        font-weight: 700;
        vertical-align: middle;
        -webkit-transition: var(--transition);
        transition: var(--transition);
    }

    .blog-list .post-content .more-btn:hover {
        color: var(--color-link);
    }

        .blog-list .post-content .more-btn:hover i {
            margin-left: 10px;
        }

.blog-list:hover, .blog-list.active {
    border-top-color: var(--color-primary);
}

    .blog-list:hover .post-thumbnail a img, .blog-list.active .post-thumbnail a img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

.blog-list.border-start {
    border-left: var(--border-light) !important;
    padding-left: 25px;
    padding-right: 0;
}

@media only screen and (max-width: 1199px) {
    .blog-list.border-start {
        border-left: none !important;
        padding-left: 0;
    }
}

.blog-grid {
    margin-bottom: 80px;
}

@media only screen and (max-width: 991px) {
    .blog-grid {
        margin-bottom: 60px;
    }
}

.blog-grid .title {
    letter-spacing: -0.045em;
    margin-bottom: 35px;
    color: var(--color-dark);
}

@media only screen and (max-width: 767px) {
    .blog-grid .title {
        margin-bottom: 30px;
        letter-spacing: 0;
        line-height: 1.15;
    }
}

.blog-grid .title a:hover {
    color: var(--color-primary);
}

.blog-grid .author {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

    .blog-grid .author .info {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin-left: 20px;
    }

    .blog-grid .author .author-name {
        margin-bottom: 6px;
    }

.news-cards {
    padding: 20px;
    position: relative
}

.news-content {
    background: #fff;
    box-shadow: 0px 6px 18px rgb(156 156 156 / 25%), -2px 0px 4px rgb(165 161 161 / 22%);
    border-radius: 18px;
    height: 450px
}

.news-section .news-content {
    height: 420px;
}

.news-content .post-content {
    padding: 20px;
}

    .news-content .post-content .title {
        width: 100%;
        font-size: 16px;
        color: #000;
        margin-bottom: 10px;
    }

        .news-content .post-content .title a {
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            line-height: 22px;
        }

.containu-btn {
    display: flex;
    align-items: center;
    color: #cfa447;
    margin-top: 30px;
    font-weight: 500;
    margin-bottom: 10px;
    position: absolute;
    bottom: 40px;
}

    .containu-btn img {
        width: 18px;
        margin: 0 10px;
        padding-top: 3px;
        transform: scaleX(-1);
        animation-delay: 50ms;
        animation-duration: 0.8s;
        animation-name: arrow;
        animation-iteration-count: infinite;
        animation-timing-function: cubic-bezier(0.55, 0, 0.21, 1);
    }

.blog-grid .post-thumbnail {
    margin: 30px 0;
    position: relative;
}

    .blog-grid .post-thumbnail a, .post-thumbnail a {
        border-radius: 15px 15px 0 0 !important;
        overflow: hidden;
        width: 100%
    }

        .blog-grid .post-thumbnail a img {
            border-radius: 30px;
            -webkit-transition: -webkit-transform 2s cubic-bezier(0.2, 0.96, 0.34, 1);
            transition: -webkit-transform 2s cubic-bezier(0.2, 0.96, 0.34, 1);
            transition: transform 2s cubic-bezier(0.2, 0.96, 0.34, 1);
            transition: transform 2s cubic-bezier(0.2, 0.96, 0.34, 1), -webkit-transform 2s cubic-bezier(0.2, 0.96, 0.34, 1);
        }

    .blog-grid .post-thumbnail .popup-video, .post-thumbnail .popup-video {
        text-align: center;
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

        .blog-grid .post-thumbnail .popup-video .play-btn, .post-thumbnail .popup-video .play-btn {
            height: 100px;
            width: 100px;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
            background: -webkit-linear-gradient(top, rgba(32, 38, 43, 0.8) 0%, #20262B 100%);
            background: linear-gradient(180deg, rgba(32, 38, 43, 0.8) 0%, #20262B 100%);
            border-radius: 50%;
            margin: 0 auto;
            font-size: 32px;
            color: var(--color-white);
            -webkit-transition: var(--transition);
            transition: var(--transition);
        }

            .blog-grid .post-thumbnail .popup-video .play-btn:hover, .post-thumbnail .popup-video .play-btn:hover {
                background-color: var(--color-primary);
            }

@media only screen and (max-width: 1199px) {
    .blog-grid .post-thumbnail .popup-video .play-btn, .post-thumbnail .popup-video .play-btn {
        height: 100px;
        width: 100px;
        font-size: 26px;
    }
}

@media only screen and (max-width: 575px) {
    .blog-grid .post-thumbnail .popup-video .play-btn, .post-thumbnail .popup-video .play-btn {
        height: 80px;
        width: 80px;
        font-size: 20px;
    }
}

.blog-grid:hover .post-thumbnail a img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.blog-grid.blog-without-thumb {
    background: var(--gradient-primary);
    padding: 50px;
    border-radius: 30px;
    border-right: 2px solid rgba(80, 92, 253, 0);
}

@media only screen and (max-width: 767px) {
    .blog-grid.blog-without-thumb {
        padding: 40px;
    }
}

.blog-grid.blog-without-thumb blockquote .title {
    margin-bottom: 30px;
    line-height: 1.4;
}

.blog-grid.blog-without-thumb .author .info {
    margin-left: 0;
}

.blog-grid.blog-thumb-slide .post-thumbnail .slick-list {
    margin: 0;
}

    .blog-grid.blog-thumb-slide .post-thumbnail .slick-list .slick-slide {
        padding: 0;
    }

.blog-grid.blog-thumb-slide .post-thumbnail .slick-dots {
    text-align: center;
    bottom: 50px;
}

@media only screen and (max-width: 767px) {
    .blog-grid.blog-thumb-slide .post-thumbnail .slick-dots {
        bottom: 20px;
    }
}

.recent-post-slide .slick-list {
    margin: 0;
}

    .recent-post-slide .slick-list .slick-slide {
        padding: 0 5px;
    }

.blog-meta li {
    display: inline-block;
    color: var(--color-gray-2);
    margin-left: 20px;
    position: relative;
    font-size: 14px;
    direction: ltr;
}

    .blog-meta li:after {
        content: "";
        height: 17px;
        width: 1px;
        background-color: var(--color-gray-2);
        position: absolute;
        top: 2px;
        left: -15px;
    }

    .blog-meta li:last-child:after {
        display: none;
    }

.single-blog .single-blog-content .post-thumbnail {
    margin: 0 0 10px;
}

    .single-blog .single-blog-content .post-thumbnail img {
        border-radius: 18px;
        object-fit: cover;
        height: 500px;
        object-position: center;
    }

.single-blog .single-blog-content .author {
    margin-bottom: 30px;
}

.single-blog .single-blog-content p {
    margin-bottom: 15px;
    font-size: 18px;
    text-align: justify;
}

    .single-blog .single-blog-content p strong {
        font-family: 'cairo-bold' !important;
    }

.single-blog .single-blog-content .wp-block-quote {
    margin: 50px 0;
    background: var(--gradient-primary);
    padding: 50px;
    border-radius: 30px;
    border-right: 2px solid rgba(80, 92, 253, 0);
}

    .single-blog .single-blog-content .wp-block-quote p {
        font-size: 18px;
        margin-bottom: 0;
    }

.single-blog .single-blog-content .list-style {
    padding-left: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
}

    .single-blog .single-blog-content .list-style li {
        margin: 12px 0;
    }

.single-blog .audio-player {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 50px;
    margin-bottom: 60px;
    background-color: var(--color-mercury);
    box-shadow: none;
    border-radius: 30px;
    padding: 5px 30px;
}

    .single-blog .audio-player .play-pause-btn svg {
        width: 10px;
    }

    .single-blog .audio-player .controls {
        font-size: 14px;
    }

        .single-blog .audio-player .controls .gap-progress {
            background-color: var(--color-primary);
        }

            .single-blog .audio-player .controls .gap-progress .progress__pin {
                height: 10px;
                width: 10px;
                top: -3px;
                background-color: var(--color-primary);
            }

    .single-blog .audio-player .volume .volume__button svg {
        width: 15px;
    }

    .single-blog .audio-player .volume .volume__button.open svg path {
        fill: var(--color-primary);
    }

    .single-blog .audio-player .volume .volume__controls .volume__progress {
        background-color: var(--color-primary);
    }

        .single-blog .audio-player .volume .volume__controls .volume__progress .pin {
            background-color: var(--color-primary);
        }

.blog-author {
    background-color: var(--color-light);
    padding: 50px;
    border-radius: 30px;
    margin-bottom: 80px;
}

@media only screen and (max-width: 991px) {
    .blog-author {
        margin-bottom: 60px;
    }
}

@media only screen and (max-width: 1200px) {

    .single-blog .single-blog-content .post-thumbnail img {
        height: 435px
    }
}

@media only screen and (max-width: 767px) {
    .blog-author {
        padding: 30px;
    }

    .single-blog .single-blog-content .post-thumbnail img {
        height: 300px
    }
}

.blog-author .author {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media only screen and (max-width: 767px) {
    .blog-author .author {
        display: block;
        text-align: center;
    }
}

@media only screen and (max-width: 767px) {
    .blog-author .author .author-thumb {
        margin-bottom: 20px;
    }
}

.blog-author .author .author-thumb img {
    border-radius: 50%;
}

.blog-author .author .info {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 30px;
}

@media only screen and (max-width: 767px) {
    .blog-author .author .info {
        margin-left: 0;
    }
}

.blog-author .author .info .title {
    margin-bottom: 20px;
}

.blog-author .author .info p {
    color: #737387;
    margin-bottom: 22px;
}

.blog-author .author .social-share {
    margin: 0 -10px;
}

    .blog-author .author .social-share li {
        display: inline-block;
    }

        .blog-author .author .social-share li a {
            font-size: var(--font-body-1);
            color: var(--color-body);
            padding: 0 10px;
        }

            .blog-author .author .social-share li a:hover {
                color: var(--color-primary);
            }

.blog-comment {
    margin-bottom: 55px;
}

@media only screen and (max-width: 575px) {
    .blog-comment {
        margin-bottom: 40px;
    }
}

.blog-comment .section-title {
    margin-bottom: 50px;
}

.blog-comment .comment-list .comment {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
}

    .blog-comment .comment-list .comment:last-child {
        margin-bottom: 0;
    }

    .blog-comment .comment-list .comment .thumbnail {
        padding-right: 30px;
    }

        .blog-comment .comment-list .comment .thumbnail img {
            height: 60px;
            width: 60px;
        }

    .blog-comment .comment-list .comment .content {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

        .blog-comment .comment-list .comment .content .heading {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
            justify-content: space-between;
            margin-bottom: 10px;
        }

@media only screen and (max-width: 479px) {
    .blog-comment .comment-list .comment .content .heading {
        display: block;
    }
}

.blog-comment .comment-list .comment .content .heading .title {
    margin-bottom: 0;
}

@media only screen and (max-width: 479px) {
    .blog-comment .comment-list .comment .content .heading .title {
        margin-bottom: 8px;
    }
}

.blog-comment .comment-list .comment .content .heading .comment-date {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

    .blog-comment .comment-list .comment .content .heading .comment-date p {
        margin-bottom: 0;
        font-size: 15px;
        color: var(--color-primary);
    }

    .blog-comment .comment-list .comment .content .heading .comment-date .reply-btn {
        font-size: 14px;
        color: var(--color-primary);
        padding-left: 10px;
    }

        .blog-comment .comment-list .comment .content .heading .comment-date .reply-btn:hover {
            color: var(--color-dark);
        }

.blog-comment .comment-list .comment .content p {
    margin-bottom: 20px;
}

.blog-comment .comment-list .comment-reply {
    margin-left: 75px;
}

@media only screen and (max-width: 575px) {
    .blog-comment .comment-list .comment-reply {
        margin-left: 30px;
    }
}

.blog-comment-form {
    background-color: var(--color-white);
    border-radius: 30px;
    padding: 50px;
    box-shadow: 0 40px 48px 0 rgba(153, 161, 170, 0.25);
}

@media only screen and (max-width: 767px) {
    .blog-comment-form {
        padding: 30px;
    }
}

.blog-comment-form .title {
    font-size: 40px;
}

@media only screen and (max-width: 991px) {
    .blog-comment-form .title {
        font-size: 36px;
    }
}

@media only screen and (max-width: 767px) {
    .blog-comment-form .title {
        font-size: 32px;
    }
}

@media only screen and (max-width: 767px) {
    .related-blog-area .section-heading .title {
        font-size: 36px;
    }
}

@media only screen and (max-width: 575px) {
    .related-blog-area .section-heading .title {
        font-size: 30px;
    }
}

.wp-block-quote {
    margin: 50px 0;
    background: var(--gradient-primary);
    padding: 50px;
    border-radius: 30px;
    border-right: 2px solid rgba(80, 92, 253, 0);
}

    .wp-block-quote p {
        font-size: 18px;
        margin-bottom: 0;
    }

/*-------------------------
    Widget
-------------------------*/
@media only screen and (max-width: 991px) {
    .axil-sidebar {
        margin-top: 50px;
    }
}

.axil-sidebar .widget {
    margin-bottom: 80px;
}

    .axil-sidebar .widget .widget-title {
        position: relative;
    }

        .axil-sidebar .widget .widget-title::before {
            content: "";
            height: 5px;
            width: 18%;
            background-color: var(--color-secondary);
            position: absolute;
            bottom: -10px;
            right: 0;
        }

@media only screen and (max-width: 991px) {
    .axil-sidebar .widget {
        margin-bottom: 50px;
    }
}

.axil-sidebar .widget:last-child {
    margin-bottom: 0;
}

.widget.widget-search .blog-search {
    position: relative;
}

    .widget.widget-search .blog-search input {
        padding-right: 45px;
    }

        .widget.widget-search .blog-search input:focus {
            box-shadow: none;
            border: var(--border-lighter);
        }

        .widget.widget-search .blog-search input::-webkit-input-placeholder {
            color: var(--color-dark);
        }

        .widget.widget-search .blog-search input::-moz-placeholder {
            color: var(--color-dark);
        }

        .widget.widget-search .blog-search input:-ms-input-placeholder {
            color: var(--color-dark);
        }

        .widget.widget-search .blog-search input::-ms-input-placeholder {
            color: var(--color-dark);
        }

        .widget.widget-search .blog-search input::placeholder {
            color: var(--color-dark);
        }

    .widget.widget-search .blog-search .search-button {
        position: absolute;
        right: 20px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        border: 0;
        padding: 0;
        background-color: transparent;
        font-weight: 500;
        color: var(--color-body);
    }

        .widget.widget-search .blog-search .search-button:before {
            content: "";
            position: absolute;
            background: var(--color-gray-4);
            height: 18px;
            width: 1px;
            left: -14px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        }

.widget.widget-categories .category-list li:first-child a {
    padding-top: 0;
}

.widget.widget-categories .category-list a {
    display: block;
    font-size: var(--font-body-1);
    color: var(--color-body);
    border-bottom: var(--border-lighter);
    padding: 18px 0;
    position: relative;
}

    .widget.widget-categories .category-list a:before {
        content: "";
        height: 1px;
        width: 0;
        background-color: var(--color-primary);
        position: absolute;
        bottom: -1px;
        left: 0;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: var(--transition);
        transition: var(--transition);
    }

    .widget.widget-categories .category-list a:after {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 4.5px 0 4.5px 6px;
        border-color: transparent transparent transparent var(--color-dark);
        position: absolute;
        right: 0;
        content: "";
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: var(--transition);
        transition: var(--transition);
    }

    .widget.widget-categories .category-list a:hover {
        color: var(--color-primary);
    }

        .widget.widget-categories .category-list a:hover:before {
            visibility: visible;
            opacity: 1;
            width: 100%;
        }

        .widget.widget-categories .category-list a:hover:after {
            border-color: transparent transparent transparent var(--color-primary);
        }

.widget.widge-social-share .blog-share {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: var(--color-primary);
    padding: 24px 30px;
    border-radius: 16px;
}

@media only screen and (max-width: 1199px) {
    .widget.widge-social-share .blog-share {
        padding: 24px 20px;
    }
}

.widget.widge-social-share .blog-share .title {
    color: var(--color-white);
    margin-bottom: 0;
    margin-right: 25px;
}

@media only screen and (max-width: 1199px) {
    .widget.widge-social-share .blog-share .title {
        margin-right: 20px;
    }
}

.widget.widge-social-share .social-list {
    margin: 0 -10px;
}

    .widget.widge-social-share .social-list li {
        display: inline-block;
    }

        .widget.widge-social-share .social-list li a {
            color: var(--color-white);
            padding: 5px 10px;
        }

@media only screen and (max-width: 1199px) {
    .widget.widge-social-share .social-list li a {
        padding: 5px;
    }
}

.widget.widge-social-share .social-list li a:hover {
    opacity: 0.8;
}

.widget.widget-recent-post .single-post {
    display: block;
    margin-bottom: 25px;
    padding-bottom: 20px;
    /* border-bottom: var(--border-lighter);*/
    box-shadow: 0px 6px 18px rgb(156 156 156 / 25%), -2px 0px 4px rgb(165 161 161 / 22%);
    border-radius: 18px;
}

    .widget.widget-recent-post .single-post .post-thumbnail a {
        border-radius: 18px;
        overflow: hidden;
    }

        .widget.widget-recent-post .single-post .post-thumbnail a img {
            border-radius: 18px 18px 0 0 !important;
            -webkit-transition: var(--transition);
            transition: var(--transition);
            object-fit: cover;
        }

    .widget.widget-recent-post .single-post .post-content {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding: 20px 20px 0px 20px;
    }

        .widget.widget-recent-post .single-post .post-content .title {
            margin-bottom: 10px;
        }

    .widget.widget-recent-post .single-post:hover .post-thumbnail a img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

.widget.widget-banner-ad a {
    border-radius: 20px;
}

    .widget.widget-banner-ad a img {
        border-radius: 20px;
    }

/*-------------------------
   Footer Styles
-------------------------*/
.footer-area {
    padding-top: 10px;
}

.footer-top {
    padding-bottom: 70px;
    padding-top: 0px;
}

@media only screen and (max-width: 991px) {
    .footer-top {
        padding-bottom: 50px;
        padding-top: 0px;
    }
}

.footer-social-link ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -5px;
}

    .footer-social-link ul li a {
        color: var(--color-gray-3);
        font-size: 30px;
        padding: 5px;
    }

@media only screen and (max-width: 991px) {
    .footer-social-link ul li a {
        font-size: 20px;
    }
}

.footer-social-link ul li a:hover {
    color: var(--color-link);
}

.footer-widget {
    margin-bottom: 80px;
}

@media only screen and (max-width: 767px) {
    .footer-widget {
        margin-bottom: 50px;
    }
}

.footer-widget .widget-title {
    font-weight: 700;
}

.footer-widget.border-end {
    border-right-color: var(--color-ghost) !important;
    padding-right: 80px;
    margin-right: 40px;
}

@media only screen and (max-width: 1199px) {
    .footer-widget.border-end {
        border: none !important;
        padding-right: 0;
        margin-right: 0;
    }
}

.footer-newsletter .title {
    margin-bottom: 20px;
    letter-spacing: -0.045em;
}

.footer-menu-link ul {
    margin: -8px 0;
}

.footer-menu-link li a {
    color: var(--color-body);
    padding: 8px 0;
    font-size: 18px;
    line-height: 1.5;
}

@media only screen and (max-width: 991px) {
    .footer-menu-link li a {
        font-size: 16px;
    }
}

.footer-menu-link li a:hover {
    color: var(--color-link);
}

.footer-bottom {
    border-top: 1px solid var(--color-ghost);
    padding: 25px 0;
}

@media only screen and (max-width: 767px) {
    .footer-copyright {
        text-align: center;
        margin-bottom: 10px;
    }
}

.footer-copyright .copyright-text {
    color: var(--color-primary);
}

    .footer-copyright .copyright-text a {
        color: var(--color-gray-1);
    }

        .footer-copyright .copyright-text a:hover {
            color: var(--color-primary);
        }

.footer-bottom-link {
    text-align: left;
}

@media only screen and (max-width: 767px) {
    .footer-bottom-link {
        text-align: center;
    }
}

.footer-bottom-link ul {
    margin: 0 -20px;
}

    .footer-bottom-link ul li {
        padding: 0 20px;
        display: inline-block;
        position: relative;
    }

        .footer-bottom-link ul li::after {
            content: "";
            height: 4px;
            width: 4px;
            background-color: var(--color-gray-4);
            border-radius: 50%;
            position: absolute;
            top: 53%;
            right: -5px;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        }

        .footer-bottom-link ul li:last-child::after {
            display: none;
        }

        .footer-bottom-link ul li a {
            color: var(--color-gray-1);
        }

            .footer-bottom-link ul li a:hover {
                color: var(--color-link);
            }

.footer-dark {
    background-color: var(--color-dark);
    padding-top: 0;
}

    .footer-dark .footer-bottom {
        border-top-color: var(--color-body);
    }

    .footer-dark .footer-copyright .copyright-text {
        color: var(--color-gray-2);
    }

        .footer-dark .footer-copyright .copyright-text a {
            color: var(--color-gray-2);
        }

            .footer-dark .footer-copyright .copyright-text a:hover {
                color: var(--color-white);
            }

    .footer-dark .footer-bottom-link ul li a {
        color: var(--color-gray-2);
    }

        .footer-dark .footer-bottom-link ul li a:hover {
            color: var(--color-primary);
        }

    .footer-dark .footer-bottom-link ul li:after {
        background-color: var(--color-gray-2);
    }

/*=======================================================================
5. Dark Style 
=========================================================================*/
/*-------------------------
    Dark Style
-------------------------*/
.active-dark-mode {
    color-scheme: dark;
    --dark-main-body: #212121;
    --dark-bg-color: var(--color-dark);
    --dark-body-text: #D3D3D4;
    --dark-title-light: #D3D3D4;
    --dark-solid-btn: var(--color-ghost);
    --dark-border-gray: var(--color-body);
}

    .active-dark-mode body {
        color: var(--dark-body-text);
    }

    .active-dark-mode p {
        color: var(--dark-body-text);
    }

    .active-dark-mode h1,
    .active-dark-mode h2,
    .active-dark-mode h3,
    .active-dark-mode h4,
    .active-dark-mode h5,
    .active-dark-mode h6 {
        color: var(--dark-title-light);
    }

    .active-dark-mode ul li, .active-dark-mode ol li {
        color: var(--dark-body-text);
    }

    .active-dark-mode .form-group label {
        color: var(--dark-body-text);
    }

    .active-dark-mode input,
    .active-dark-mode .form-control {
        color: var(--dark-body-text);
        border-color: var(--dark-border-gray);
        /* -- Placeholder -- */
    }

        .active-dark-mode input:focus,
        .active-dark-mode .form-control:focus {
            box-shadow: none;
            border-color: transparent;
            background-color: #171717;
        }

        .active-dark-mode input::-webkit-input-placeholder, .active-dark-mode .form-control::-webkit-input-placeholder {
            color: var(--dark-body-text);
            /* Firefox */
            opacity: 1;
        }

        .active-dark-mode input::-moz-placeholder, .active-dark-mode .form-control::-moz-placeholder {
            color: var(--dark-body-text);
            /* Firefox */
            opacity: 1;
        }

        .active-dark-mode input:-ms-input-placeholder, .active-dark-mode .form-control:-ms-input-placeholder {
            color: var(--dark-body-text);
            /* Firefox */
            opacity: 1;
        }

        .active-dark-mode input::-ms-input-placeholder, .active-dark-mode .form-control::-ms-input-placeholder {
            color: var(--dark-body-text);
            /* Firefox */
            opacity: 1;
        }

        .active-dark-mode input::placeholder,
        .active-dark-mode .form-control::placeholder {
            color: var(--dark-body-text);
            /* Firefox */
            opacity: 1;
        }

        .active-dark-mode input:-ms-input-placeholder,
        .active-dark-mode .form-control:-ms-input-placeholder {
            /* Internet Explorer 10-11 */
            color: var(--dark-body-text);
        }

        .active-dark-mode input::-ms-input-placeholder,
        .active-dark-mode .form-control::-ms-input-placeholder {
            /* Microsoft Edge */
            color: var(--dark-body-text);
        }

    .active-dark-mode .input-group {
        background-color: #171717;
        box-shadow: none;
    }

        .active-dark-mode .input-group::before {
            content: url("../media/icon/message-light.png");
        }

@media only screen and (max-width: 479px) {
    .active-dark-mode .input-group {
        background-color: transparent;
    }

        .active-dark-mode .input-group .form-control:focus {
            background-color: transparent;
            border-color: var(--dark-border-gray);
        }
}

.active-dark-mode .error-msg, .active-dark-mode .success-msg {
    margin-top: 25px;
}

    .active-dark-mode .error-msg p, .active-dark-mode .success-msg p {
        margin-bottom: 0;
        font-size: 14px;
    }

    .active-dark-mode .error-msg p {
        color: #ff0000;
    }

    .active-dark-mode .success-msg p {
        color: #15c54b;
    }

.active-dark-mode .bg-color-light {
    background-color: var(--color-text-dark);
}

.active-dark-mode .bg-color-mercury {
    background-color: var(--dark-bg-color);
}

.active-dark-mode .main-wrapper {
    background-color: #27272e;
}

.active-dark-mode .axil-btn.btn-borderd {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
    color: var(--color-white);
    overflow: hidden;
}

    .active-dark-mode .axil-btn.btn-borderd::after {
        content: "";
        height: 350px;
        width: 350px;
        background-color: var(--color-link);
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateY(-50%) translateX(-50%) scale(0);
        -ms-transform: translateY(-50%) translateX(-50%) scale(0);
        transform: translateY(-50%) translateX(-50%) scale(0);
        -webkit-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        z-index: -1;
    }

    .active-dark-mode .axil-btn.btn-borderd:hover {
        border-color: var(--color-link);
    }

        .active-dark-mode .axil-btn.btn-borderd:hover:after {
            -webkit-transform: translateY(-50%) translateX(-50%) scale(1);
            -ms-transform: translateY(-50%) translateX(-50%) scale(1);
            transform: translateY(-50%) translateX(-50%) scale(1);
        }

.active-dark-mode .axil-btn.btn-fill-white {
    background-color: var(--color-primary);
    color: var(--color-white);
    overflow: hidden;
}

    .active-dark-mode .axil-btn.btn-fill-white::after {
        content: "";
        height: 350px;
        width: 350px;
        background-color: var(--color-link);
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateY(-50%) translateX(-50%) scale(0);
        -ms-transform: translateY(-50%) translateX(-50%) scale(0);
        transform: translateY(-50%) translateX(-50%) scale(0);
        -webkit-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        z-index: -1;
    }

    .active-dark-mode .axil-btn.btn-fill-white:hover:after {
        -webkit-transform: translateY(-50%) translateX(-50%) scale(1);
        -ms-transform: translateY(-50%) translateX(-50%) scale(1);
        transform: translateY(-50%) translateX(-50%) scale(1);
    }

.active-dark-mode .shape-group-1 .shape img {
    -webkit-filter: brightness(0.2);
    filter: brightness(0.2);
}

.active-dark-mode .shape-group-3 .shape:not(.shape-3) img {
    -webkit-filter: brightness(0.3);
    filter: brightness(0.3);
}

.active-dark-mode .shape-group-4 .shape-1 img {
    -webkit-filter: brightness(0.2);
    filter: brightness(0.2);
}

.active-dark-mode .shape-group-6 .shape img {
    -webkit-filter: brightness(0.3);
    filter: brightness(0.3);
}

.active-dark-mode .shape-group-7 .shape img {
    -webkit-filter: brightness(0.2);
    filter: brightness(0.2);
}

.active-dark-mode .shape-group-8 .shape-1 img, .active-dark-mode .shape-group-8 .shape-2 img, .active-dark-mode .shape-group-8 .shape-3 img {
    -webkit-filter: brightness(0.3);
    filter: brightness(0.3);
}

.active-dark-mode .shape-group-9 .shape img {
    -webkit-filter: brightness(0.5);
    filter: brightness(0.5);
}

.active-dark-mode .shape-group-11 .shape img {
    -webkit-filter: brightness(0.5);
    filter: brightness(0.5);
}

.active-dark-mode .shape-group-12 .shape-3 img {
    opacity: 0.3;
}

.active-dark-mode .shape-group-13 .shape-1 img {
    -webkit-filter: brightness(0.1);
    filter: brightness(0.1);
}

.active-dark-mode .shape-group-13 .shape-2 img {
    -webkit-filter: brightness(0.3);
    filter: brightness(0.3);
}

.active-dark-mode .shape-group-17 .shape img {
    -webkit-filter: brightness(0.3);
    filter: brightness(0.3);
}

.active-dark-mode .shape-group-19 .shape {
    opacity: 0.2;
}

.active-dark-mode .shape-group-20 .shape-1 {
    opacity: 0.2;
}

.active-dark-mode .shape-group-20 .shape-2 {
    opacity: 0.2;
}

.active-dark-mode .shape-group-21 .shape-1 img {
    -webkit-filter: brightness(0.1);
    filter: brightness(0.1);
}

.active-dark-mode .shape-group-21 .shape-2 img {
    -webkit-filter: brightness(0.3);
    filter: brightness(0.3);
}

.active-dark-mode .slick-dot-nav .slick-dots li button {
    background-color: var(--dark-body-text);
}

.active-dark-mode .slick-dot-nav .slick-dots li.slick-active button {
    background-color: var(--color-primary);
}

.active-dark-mode .mainmenu li a {
    color: #cfa448;
}

.axil-mainmenu .mainmenu li a img.rightarrow, .axil-mainmenu.axil-sticky .mainmenu li a img.rightarrow {
    display: none
}

.mainmenu-nav.offcanvas.show li a img.rightarrow {
    position: absolute;
    width: 18px;
    left: 20px;
    transform: scaleX(-1);
    display: block
}

.active-dark-mode .mainmenu li a::before {
    background-color: var(--dark-body-text);
}

.active-dark-mode .mainmenu li a:hover {
    color: var(--dark-title-light);
}

.active-dark-mode .mainmenu .menu-item-has-children a::after {
    color: var(--dark-body-text);
}

.active-dark-mode .mainmenu .menu-item-has-children .axil-submenu {
    background-color: var(--dark-bg-color);
}

    .active-dark-mode .mainmenu .menu-item-has-children .axil-submenu li a {
        color: var(--dark-body-text);
    }

        .active-dark-mode .mainmenu .menu-item-has-children .axil-submenu li a::after {
            background-color: var(--dark-title-light);
        }

        .active-dark-mode .mainmenu .menu-item-has-children .axil-submenu li a:hover {
            color: var(--dark-title-light);
        }

.active-dark-mode .axil-mainmenu.axil-sticky {
    /*background-color: var(--dark-bg-color);*/
    background-color: #212121;
}

    .active-dark-mode .axil-mainmenu.axil-sticky .header-action .social-icon-list li a {
        color: var(--color-white);
    }

.active-dark-mode .axil-header .header-navbar .header-logo .light-version-logo {
    display: none;
}

.active-dark-mode .axil-header .header-navbar .header-logo .dark-version-logo {
    display: block;
}

.active-dark-mode .axil-header.header-style-1 .axil-mainmenu.axil-sticky .header-navbar .header-logo .sticky-logo {
    display: none;
}

.active-dark-mode .axil-header.header-style-3 .axil-mainmenu.axil-sticky .header-navbar .header-logo .sticky-logo {
    display: none;
}

.active-dark-mode .axil-header.header-style-3 .header-action .sidemenu-btn .btn-wrap {
    background-color: #464646;
}

.active-dark-mode .axil-header.header-style-3 .header-action .social-icon-list li a {
    color: var(--dark-body-text);
}

.active-dark-mode .axil-header.header-style-4 .mainmenu-nav .mainmenu li a {
    color: var(--dark-body-text);
}

    .active-dark-mode .axil-header.header-style-4 .mainmenu-nav .mainmenu li a::after {
        color: var(--dark-body-text);
    }

.active-dark-mode .axil-header.header-style-4 .mainmenu-nav .mainmenu .menu-item-has-children .axil-submenu li a {
    color: var(--dark-body-text);
}

.active-dark-mode .header-offcanvasmenu {
    background-color: var(--dark-bg-color);
}

    .active-dark-mode .header-offcanvasmenu .offcanvas-header .btn-close {
        background-color: var(--dark-body-text);
        border-radius: 50%;
        height: 20px;
        width: 20px;
        line-height: 20px;
        font-size: 14px;
    }

    .active-dark-mode .header-offcanvasmenu .offcanvas-body .main-navigation li a {
        color: var(--dark-title-light);
    }

        .active-dark-mode .header-offcanvasmenu .offcanvas-body .main-navigation li a:hover {
            color: var(--color-white);
        }

    .active-dark-mode .header-offcanvasmenu .offcanvas-body .contact-inner .title {
        color: var(--dark-title-light);
    }

    .active-dark-mode .header-offcanvasmenu .offcanvas-body .contact-inner .address a {
        color: var(--dark-body-text);
    }

        .active-dark-mode .header-offcanvasmenu .offcanvas-body .contact-inner .address a:hover {
            color: var(--color-white);
        }

.active-dark-mode .header-action .sidemenu-btn .btn-wrap {
    background-color: #525260;
}

    .active-dark-mode .header-action .sidemenu-btn .btn-wrap span {
        background-color: var(--dark-title-light);
    }

/*.active-dark-mode .mobile-nav-header {
    border-bottom-color: var(--dark-border-gray);
}*/

.active-dark-mode .mobile-nav-header .mobile-menu-close {
    background-color: var(--color-secondary);
    color: #fff;
    border: none;
}

.active-dark-mode .mobile-nav-header .mobile-nav-logo .light-mode {
    display: none;
}

.active-dark-mode .mobile-nav-header .mobile-nav-logo .dark-mode {
    display: block;
}

@media only screen and (max-width: 991px) {
    .active-dark-mode .mainmenu-nav {
        background-color: var(--dark-bg-color);
    }

    .mainmenu-nav .whatsapp-img img {
        margin: 15px 10px;
    }

    .active-dark-mode .mainmenu-nav .mainmenu > li {
        border-bottom-color: var(--dark-border-gray);
    }

    .active-dark-mode .mainmenu-nav .mainmenu .menu-item-has-children .axil-submenu {
        background-color: transparent;
    }

        .active-dark-mode .mainmenu-nav .mainmenu .menu-item-has-children .axil-submenu li a {
            color: var(--dark-body-text);
        }

            .active-dark-mode .mainmenu-nav .mainmenu .menu-item-has-children .axil-submenu li a:hover {
                color: var(--color-primary);
            }
}

.banner .banner-content .title {
    text-shadow: 1px 4px 8px #565656, 0px 0px 0px rgb(0 0 0 / 10%), 1px 1px 0px rgb(0 0 0 / 10%);
}

.active-dark-mode .banner .banner-content .title {
    color: #fff;
    text-shadow: 1px 4px 8px #565656, 0px 0px 0px rgb(0 0 0 / 10%), 1px 1px 0px rgb(0 0 0 / 10%);
    font-weight: 700;
}

.active-dark-mode .about-seaction {
    background-color: #27272e;
    background-image: none !important;
}

.active-dark-mode .news-section {
    background-color: #27272e;
    background-image: none !important;
}

.active-dark-mode .services-content {
    /* background-color: #212121;*/
    background-color: #27272e;
    background-image: none !important;
}

.services-content .container {
    margin: 20px auto 0px;
}

.active-dark-mode .banner .banner-content .subtitle {
    color: var(--dark-body-text);
}

.active-dark-mode .banner .banner-content .axil-btn {
    box-shadow: none;
}

.active-dark-mode .banner .banner-social .social-icon li a {
    color: var(--dark-body-text);
}

    .active-dark-mode .banner .banner-social .social-icon li a i {
        color: var(--dark-body-text);
    }

.active-dark-mode .banner.banner-style-2 {
    background-color: var(--dark-bg-color);
}

.active-dark-mode .banner.banner-style-4 {
    background: var(--dark-main-body);
}

.active-dark-mode .banner.banner-style-5 .banner-content .axil-btn {
    color: var(--dark-solid-btn);
}

/*.active-dark-mode .section-heading .title {
    color: var(--dark-title-light);
}*/

.active-dark-mode .section-heading p {
    color: var(--dark-body-text);
}

.active-dark-mode .heading-light-left p {
    opacity: 1 !important;
}

.active-dark-mode .breadcrum-area {
    background: var(--dark-bg-color);
}

.active-dark-mode .case-study-counterup .single-counterup {
    border-right-color: var(--dark-border-gray);
}

.active-dark-mode .case-study-counterup .counter-title {
    color: var(--dark-body-text);
}

.active-dark-mode .isotope-project-btn button {
    color: var(--dark-body-text);
}

    .active-dark-mode .isotope-project-btn button::after {
        background-color: var(--dark-body-text);
    }

.active-dark-mode .project-add-banner .content .title {
    color: var(--color-dark);
}

.active-dark-mode .project-grid {
    box-shadow: none;
}

    .active-dark-mode .project-grid .content {
        background-color: var(--dark-bg-color);
    }

        .active-dark-mode .project-grid .content .subtitle {
            color: var(--dark-body-text);
        }

    .active-dark-mode .project-grid.project-style-2 .content {
        background-color: transparent;
    }

        .active-dark-mode .project-grid.project-style-2 .content .subtitle {
            color: var(--color-body);
        }

        .active-dark-mode .project-grid.project-style-2 .content .title {
            color: var(--color-text-dark);
        }

.active-dark-mode .process-work .content p {
    color: var(--dark-body-text);
}

.active-dark-mode .services-grid .content .title a {
    color: inherit;
}

    .active-dark-mode .services-grid .content .title a:hover {
        color: var(--color-primary);
    }

.active-dark-mode .services-grid .content p {
    color: var(--dark-body-text);
    opacity: 1;
}

.active-dark-mode .services-grid .content .more-btn {
    color: var(--dark-solid-btn);
}

.active-dark-mode .services-grid:hover .content .more-btn, .active-dark-mode .services-grid.active .content .more-btn {
    color: var(--color-accent2);
}

.active-dark-mode .services-grid.service-style-2 {
    /*background: var(--dark-bg-color);*/
    background: #1e3843;
    /*background: #115652;*/
}

    .active-dark-mode .services-grid.service-style-2 .content .title a {
        color: var(--dark-title-light);
    }

    .active-dark-mode .services-grid.service-style-2 .content p {
        color: var(--dark-body-text);
    }

    .active-dark-mode .services-grid.service-style-2 .content .more-btn {
        color: var(--dark-solid-btn);
    }

    .active-dark-mode .services-grid.service-style-2:hover .content .more-btn, .active-dark-mode .services-grid.service-style-2.active .content .more-btn {
        color: var(--color-primary);
    }

.active-dark-mode .service-scroll-nav {
    background-color: var(--dark-main-body);
}

    .active-dark-mode .service-scroll-nav ul {
        border-bottom-color: var(--dark-border-gray);
    }

        .active-dark-mode .service-scroll-nav ul li a {
            color: var(--dark-body-text);
        }

            .active-dark-mode .service-scroll-nav ul li a:hover {
                color: var(--color-white);
            }

            .active-dark-mode .service-scroll-nav ul li a:after {
                background-color: var(--color-white);
            }

        .active-dark-mode .service-scroll-nav ul li.current a {
            color: var(--color-white);
        }

.active-dark-mode .contact-form-box {
    background-color: #292930;
}

    .active-dark-mode .contact-form-box.shadow-box {
        box-shadow: 0 20px 48px 0 rgba(0, 0, 0, 0.25);
    }

.active-dark-mode .contact-address .address p {
    color: var(--dark-body-text);
}

    .active-dark-mode .contact-address .address p a {
        color: var(--dark-body-text);
    }

.active-dark-mode .testimonial-grid .author-info .content .name {
    color: var(--dark-title-light);
}

.active-dark-mode .testimonial-grid p {
    color: var(--dark-body-text);
}

.active-dark-mode .followers-list li a span {
    color: var(--dark-body-text);
}

.active-dark-mode .pricing-billing-duration ul {
    background-color: var(--dark-main-body);
    border-color: var(--dark-border-gray);
}

    .active-dark-mode .pricing-billing-duration ul .nav-link {
        color: var(--dark-body-text);
    }

        .active-dark-mode .pricing-billing-duration ul .nav-link.active {
            background-color: var(--color-link);
        }

.active-dark-mode .pricing-table {
    background-color: var(--dark-main-body);
}

    .active-dark-mode .pricing-table .pricing-header .subtitle {
        color: var(--dark-body-text);
    }

    .active-dark-mode .pricing-table .pricing-header .price-wrap {
        border-color: rgba(227, 230, 233, 0.2);
    }

        .active-dark-mode .pricing-table .pricing-header .price-wrap .amount {
            color: var(--dark-body-text);
        }

    .active-dark-mode .pricing-table:hover .pricing-header .price-wrap, .active-dark-mode .pricing-table.active .pricing-header .price-wrap {
        border-color: rgba(227, 230, 233, 0.4);
    }

        .active-dark-mode .pricing-table:hover .pricing-header .price-wrap .amount, .active-dark-mode .pricing-table.active .pricing-header .price-wrap .amount {
            color: var(--color-white);
        }

    .active-dark-mode .pricing-table:hover .pricing-header .axil-btn, .active-dark-mode .pricing-table.active .pricing-header .axil-btn {
        background-color: var(--color-primary);
        border-color: var(--color-link);
        color: var(--color-white);
    }

        .active-dark-mode .pricing-table:hover .pricing-header .axil-btn:after, .active-dark-mode .pricing-table.active .pricing-header .axil-btn:after {
            -webkit-transform: translateY(-50%) translateX(-50%) scale(1);
            -ms-transform: translateY(-50%) translateX(-50%) scale(1);
            transform: translateY(-50%) translateX(-50%) scale(1);
        }

    .active-dark-mode .pricing-table.pricing-borderd {
        border-color: var(--dark-border-gray);
    }

.active-dark-mode .why-choose-us .accordion-item {
    border-bottom-color: var(--dark-border-gray);
}

    .active-dark-mode .why-choose-us .accordion-item .accordion-button.collapsed {
        color: var(--dark-body-text);
    }

    .active-dark-mode .why-choose-us .accordion-item .accordion-body {
        color: var(--dark-body-text);
    }

.active-dark-mode .faq-accordion .accordion-item {
    background-color: var(--dark-main-body);
    box-shadow: none;
}

.active-dark-mode .faq-accordion .accordion-button {
    background-color: transparent;
}

    .active-dark-mode .faq-accordion .accordion-button.collapsed {
        color: var(--dark-body-text);
    }

        .active-dark-mode .faq-accordion .accordion-button.collapsed::after {
            color: var(--dark-body-text);
        }

.active-dark-mode .faq-accordion .accordion-body p {
    color: var(--dark-body-text);
}

.active-dark-mode .counterup-progress .title {
    color: var(--dark-title-light);
}

.active-dark-mode .counterup-progress.counterup-style-2 {
    background: var(--dark-bg-color);
}

    .active-dark-mode .counterup-progress.counterup-style-2 .icon .light-icon {
        display: inline-block;
    }

    .active-dark-mode .counterup-progress.counterup-style-2 .icon .dark-icon {
        display: none;
    }

    .active-dark-mode .counterup-progress.counterup-style-2 .title {
        color: var(--dark-title-light);
    }

.active-dark-mode .blog-list {
    border-top-color: var(--dark-border-gray);
    border-bottom-color: var(--dark-border-gray);
}

    .active-dark-mode .blog-list .post-content p {
        color: var(--dark-body-text);
    }

    .active-dark-mode .blog-list .post-content .more-btn {
        color: var(--dark-solid-btn);
    }

    .active-dark-mode .blog-list.border-start {
        border-left-color: var(--dark-border-gray) !important;
    }

.active-dark-mode .blog-grid .title {
    color: var(--dark-title-light);
}

.active-dark-mode .blog-grid.blog-without-thumb {
    background: var(--dark-bg-color);
}

.active-dark-mode .blog-author {
    background-color: var(--dark-bg-color);
}

    .active-dark-mode .blog-author .author .info .title {
        color: var(--dark-title-light);
    }

    .active-dark-mode .blog-author .author .info p {
        color: var(--dark-body-text);
    }

    .active-dark-mode .blog-author .author .social-share li a {
        color: var(--dark-body-text);
    }

        .active-dark-mode .blog-author .author .social-share li a:hover {
            color: var(--color-white);
        }

.active-dark-mode .blog-comment-form {
    background-color: var(--dark-bg-color);
    box-shadow: none;
}

    .active-dark-mode .blog-comment-form .form-control:focus {
        background-color: var(--dark-main-body);
    }

.active-dark-mode .single-blog .single-blog-content .wp-block-quote {
    background: var(--dark-bg-color);
}

.active-dark-mode .wp-block-quote {
    background: var(--dark-bg-color);
}

.active-dark-mode .call-to-action-area {
    border: var(--dark-border-gray);
}

    .active-dark-mode .call-to-action-area::before {
        background-color: var(--dark-bg-color);
    }

    .active-dark-mode .call-to-action-area .call-to-action {
        border-color: var(--dark-border-gray);
    }

.active-dark-mode .footer-social-link ul li a {
    color: var(--dark-body-text);
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

    .active-dark-mode .footer-social-link ul li a:hover {
        color: var(--color-primary);
    }

.active-dark-mode .footer-widget.border-end {
    border-right-color: var(--dark-border-gray) !important;
}

.active-dark-mode .footer-menu-link li a {
    color: var(--dark-body-text);
}

    .active-dark-mode .footer-menu-link li a:hover {
        color: var(--color-primary);
    }

.active-dark-mode .footer-bottom {
    border-top-color: var(--dark-border-gray);
}

.active-dark-mode .footer-bottom-link ul li a {
    color: var(--dark-body-text);
}

    .active-dark-mode .footer-bottom-link ul li a:hover {
        color: var(--color-white);
    }

.active-dark-mode .footer-bottom-link ul li::after {
    background-color: var(--dark-body-text);
}

.active-dark-mode .footer-copyright .copyright-text {
    color: var(--dark-body-text);
}

    .active-dark-mode .footer-copyright .copyright-text a {
        color: var(--dark-body-text);
    }

        .active-dark-mode .footer-copyright .copyright-text a:hover {
            color: var(--color-white);
        }

.active-dark-mode .widget.widget-search .blog-search input {
    /* -- Placeholder -- */
}

    .active-dark-mode .widget.widget-search .blog-search input::-webkit-input-placeholder {
        color: var(--dark-body-text);
        /* Firefox */
        opacity: 1;
    }

    .active-dark-mode .widget.widget-search .blog-search input::-moz-placeholder {
        color: var(--dark-body-text);
        /* Firefox */
        opacity: 1;
    }

    .active-dark-mode .widget.widget-search .blog-search input:-ms-input-placeholder {
        color: var(--dark-body-text);
        /* Firefox */
        opacity: 1;
    }

    .active-dark-mode .widget.widget-search .blog-search input::-ms-input-placeholder {
        color: var(--dark-body-text);
        /* Firefox */
        opacity: 1;
    }

    .active-dark-mode .widget.widget-search .blog-search input::placeholder {
        color: var(--dark-body-text);
        /* Firefox */
        opacity: 1;
    }

    .active-dark-mode .widget.widget-search .blog-search input:-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: var(--dark-body-text);
    }

    .active-dark-mode .widget.widget-search .blog-search input::-ms-input-placeholder {
        /* Microsoft Edge */
        color: var(--dark-body-text);
    }

.active-dark-mode .widget.widget-search .blog-search .search-button {
    color: var(--dark-body-text);
}

.active-dark-mode .widget.widget-categories .category-list a {
    color: var(--dark-body-text);
    border-bottom-color: var(--dark-border-gray);
}

    .active-dark-mode .widget.widget-categories .category-list a::after {
        border-color: transparent transparent transparent var(--dark-body-text);
    }

.active-dark-mode .widget.widge-social-share .blog-share {
    background-color: var(--dark-bg-color);
}

.active-dark-mode .widget.widget-recent-post .single-post {
    border-bottom-color: var(--dark-border-gray);
}

.active-dark-mode .pagination ul li a {
    border-color: var(--dark-border-gray);
    color: var(--dark-body-text);
}

    .active-dark-mode .pagination ul li a:hover {
        background-color: var(--color-primary);
        border-color: var(--color-primary);
    }

    .active-dark-mode .pagination ul li a.current {
        border-color: var(--color-primary);
    }

.active-dark-mode .onepage-screen-area {
    background: transparent;
}

    .active-dark-mode .onepage-screen-area .content .countdown .countdown-section::after {
        background-color: var(--dark-border-gray);
    }

    .active-dark-mode .onepage-screen-area .content .countdown .countdown-section .countdown-unit {
        color: var(--dark-body-text);
    }

    .active-dark-mode .onepage-screen-area.coming-soon-area .site-logo .logo-light {
        display: none;
    }

    .active-dark-mode .onepage-screen-area.coming-soon-area .site-logo .logo-dark {
        display: block;
    }

.active-dark-mode .splash-main-banner {
    background-color: var(--color-text-dark);
}

    .active-dark-mode .splash-main-banner:before {
        background: var(--dark-main-body);
    }

    .active-dark-mode .splash-main-banner .site-element-count .count-title {
        color: var(--dark-body-text);
    }

    .active-dark-mode .splash-main-banner .demo-slider .slick-slide a {
        box-shadow: none;
    }

.active-dark-mode .main-demo-area .single-demo .thumb {
    box-shadow: none;
}

.active-dark-mode .main-demo-area .shape-group li {
    opacity: 0.1;
}

.active-dark-mode .spalsh-why-choose .why-buy-box {
    background-color: var(--dark-main-body);
    border-color: var(--dark-main-body);
}

    .active-dark-mode .spalsh-why-choose .why-buy-box.active {
        background-color: var(--color-primary);
        border-color: var(--color-primary);
    }

.active-dark-mode .spalsh-why-choose .line-shape {
    opacity: 0.1;
}

.active-dark-mode .support-box a {
    background-color: var(--dark-main-body);
    border-color: var(--dark-main-body);
}

.active-dark-mode .support-box:hover a, .active-dark-mode .support-box.active a {
    box-shadow: 0 50px 50px -24px rgba(1, 1, 1, 0.3);
}

.active-dark-mode .splash-call-to-action {
    background-color: var(--dark-bg-color);
}

/*=======================================================================
6. Spacing 
=========================================================================*/
/*-------------------------
    Section Space
-------------------------*/
.section-padding {
    padding: 50px 0 50px;
}

@media only screen and (max-width: 1199px) {
    .section-padding {
        padding: 100px 0 70px;
    }
}

@media only screen and (max-width: 991px) {
    .section-padding {
        padding: 80px 0 50px;
    }
}

@media only screen and (max-width: 767px) {
    .section-padding {
        padding: 60px 0 30px;
    }
}

.section-padding-2 {
    padding: 70px 0 70px;
}

@media only screen and (max-width: 1199px) {
    .section-padding-2 {
        padding: 100px 0 60px;
    }
}

@media only screen and (max-width: 991px) {
    .section-padding-2 {
        padding: 80px 0 40px;
    }
}

@media only screen and (max-width: 767px) {
    .section-padding-2 {
        padding: 25px 0 20px;
    }
}

.section-padding-equal {
    padding: 20px 0 50px;
}

@media only screen and (max-width: 1199px) {
    .section-padding-equal {
        padding: 100px 0;
    }
}

@media only screen and (max-width: 991px) {
    .section-padding-equal {
        padding: 80px 0;
    }
}

@media only screen and (max-width: 767px) {
    .section-padding-equal {
        padding: 60px 0;
    }
}

.mt--200 {
    margin-top: 200px;
}

.mt--150 {
    margin-top: 150px;
}

.mt--100 {
    margin-top: 100px;
}

.mt--90 {
    margin-top: 90px;
}

.mt--80 {
    margin-top: 80px;
}

.mt--20 {
    margin-top: 20px !important;
}

.mb--100 {
    margin-bottom: 100px;
}

.mb--90 {
    margin-bottom: 90px;
}

.mb--80 {
    margin-bottom: 80px !important;
}

.mb--50 {
    margin-bottom: 50px !important;
}

.mb--40 {
    margin-bottom: 40px !important;
}

.mb--30 {
    margin-bottom: 30px !important;
}

.mb--20 {
    margin-bottom: 20px !important;
}

.ml--20 {
    margin-left: 20px !important;
}

.pt--250 {
    padding-top: 250px;
}

.pt--200 {
    padding-top: 200px;
}

.pt--150 {
    padding-top: 150px;
}

.pb--90 {
    padding-bottom: 90px;
}

.pb--80 {
    padding-bottom: 80px;
}

.pb--70 {
    padding-bottom: 70px;
}

.plr--30 {
    padding: 0 30px;
}

@media only screen and (max-width: 1199px) {
    .pt_lg--200 {
        padding-top: 200px;
    }

    .pt_lg--100 {
        padding-top: 100px;
    }

    .pb_lg--40 {
        padding-bottom: 40px;
    }

    .pb_lg--20 {
        padding-bottom: 20px;
    }
}

@media only screen and (max-width: 991px) {
    .mb_md--70 {
        margin-bottom: 70px;
    }

    .mb_md--30 {
        margin-bottom: 30px;
    }

    .pt_md--100 {
        padding-top: 100px;
    }

    .pt_md--80 {
        padding-top: 80px;
    }

    .pb_md--70 {
        padding-bottom: 70px;
    }

    .pb_md--20 {
        padding-bottom: 20px;
    }

    .mt_md--0 {
        margin-top: 0;
    }

    .mb_md--0 {
        margin-bottom: 0;
    }

    .pb_md--0 {
        padding-bottom: 0;
    }
}

@media only screen and (max-width: 767px) {
    .pt_sm--80 {
        padding-top: 80px;
    }

    .pt_sm--60 {
        padding-top: 60px;
    }

    .pb_sm--0 {
        padding-bottom: 0;
    }
}

/*p color*/
.P_Dimmed_Color {
    color: #8480ae !important;
}

/*about*/
.Criteria a {
    font-size: 20px !important;
}

.cta-background-image {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 1 !important;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pattern-image {
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9999;
    position: absolute;
    opacity: .4
}

.dropdown-icon {
    font-size: 14px;
    margin-right: 8px;
}

.icon-parent {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 52px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    border-radius: 15px;
}

    .icon-parent i {
        color: white;
    }

.icon-parent-style1 {
    background: var(--color-primary);
}

.icon-parent-style2 {
    background: var(--color-secondary);
}

.icon-parent-style3 {
    background: var(--color-blue-shade);
}

.icon-parent-style4 {
    background: var(--color-tirnary);
}

/*services icons*/
.serv-icon {
    color: var(--color-primary);
    font-size: 40px;
    line-height: 0.7em;
}

.active-dark-mode .serv-icon {
    color: var(--color-secondary);
}

.backbanner {
    transition: opacity 0.4s ease-in;
    -webkit-transition: opacity 0.4s ease-in;
    -moz-transition: opacity 0.4s ease-in;
    -ms-transition: opacity 0.4s ease-in;
    -o-transition: opacity 0.4s ease-in;
    opacity: 1;
}

.transitioning-src {
    transition: opacity 0.4s ease-out;
    -webkit-transition: opacity 0.4s ease-out;
    -moz-transition: opacity 0.4s ease-out;
    -ms-transition: opacity 0.4s ease-out;
    -o-transition: opacity 0.4s ease-out;
    opacity: 0;
}

.backbanner2 {
    object-fit: cover;
    object-position: center;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    left: auto;
    right: auto;
    position: relative;
    display: flex;
    justify-content: center;
}

.owl-dots {
    text-align: center;
    margin-top: 50px
}

.owl-dot {
    display: inline-flex;
    height: 7px !important;
    width: 7px !important;
    background-color: #016d82 !important;
    opacity: .5;
    border-radius: 50%;
    margin: 10px 5px 0;
}

    .owl-dot.active {
        background-color: var(--color-secondary) !important;
        opacity: 1 !important
    }


.InnerDescContainer, .InnerDescContainer img {
    border-radius: 20px;
}

.branding_section {
    padding: 0px 0 80px;
    /*background: #fafafa;*/
}

    .branding_section .brand-carousel {
        margin: 20px 0
    }

    .branding_section .single-logo {
        /*  border: 1px solid #026e82;*/
        display: flex;
        justify-content: center;
        padding: 45px 0;
        border-radius: 25px;
        width: 150px;
        height: 150px;
        align-items: center
    }

        .branding_section .single-logo:hover, .brand_2 .single-logo:hover {
            /*border: 2px solid var(--color-secondary);*/
            transition: .5s ease-in-out;
        }

        .branding_section .single-logo img, .brand_2 .single-logo img {
            display: block;
            width: 100%;
            max-width: 150px;
        }

        .branding_section .single-logo img {
            border-radius: 25px;
            border: 1px solid #f5f5f5;
        }

.active-dark-mode .branding_section .single-logo img {
    border: 1px solid rgb(33 33 33);
}

.branding_section .owl-item, .brand_2 .owl-item {
    display: flex;
    justify-content: center;
    align-items: center
}

.brand_2 {
    padding: 65px 0;
    background: #27272e;
    margin-top: 70px;
}

    .brand_2 .single-logo {
        display: flex;
        justify-content: center;
        padding: 45px 0;
        border-radius: 50%;
        width: 150px;
        height: 150px;
        align-items: center
    }

.more_step {
    display: block !important;
    text-align: center;
    background: #f5f5f5;
    cursor: pointer;
}

.active-dark-mode .more_step {
    background: #333232 !important;
}

.more_step p {
    margin: 5px 0 0;
    font-size: 22px;
    font-weight: 600;
    color: #cfa448;
}

.more_step img {
    width: 40px !important;
    margin: 0 auto !important;
}

.counter_icon {
    font-size: 32px;
    color: #016d82;
}

.put_logo {
    border: 2px dashed #cfa448;
    text-align: center;
    align-items: center;
    /* animation: pulse-out-in 5s ease-out infinite;*/
}

@keyframes pulse-out-in {
    0% {
        transform: scale(1);
    }

    25% {
        transform: scale(.8);
    }

    50% {
        transform: scale(.5);
    }

    75% {
        transform: scale(.8);
    }

    100% {
        transform: scale(1);
    }
}

.put_logo p {
    line-height: 28px;
    margin: 0;
}

    .put_logo p strong {
        display: block;
        color: #cfa448;
        font-size: 44px;
    }
/***************************/
/*.pop-theme-light {
    --color-primary: #0060df;
    --color-secondary: #fbfbfe;
    --color-accent: #fd6f53;
    --font-color: #000000;
}

.pop-theme-dark {
    --color-primary: #17ed90;
    --color-secondary: #2a2c2d;
    --color-accent: #12cdea;
    --font-color: #ffffff;
}*/

.contanjjj {
    display: flex;
    width: 100%;
    height: 100%;
    background: var(--color-secondary);
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.container h1 {
    color: var(--font-color);
    font-family: sans-serif;
}

/*.container button {
    color: var(--font-color);*/
/*background: var(--color-primary);*/
/*padding: 10px 20px;
    border: 0;
    border-radius: 30px;
}*/

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

    /* Hide default HTML checkbox */
    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #363636;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 40px;
        width: 40px;
        left: 0px;
        bottom: 4px;
        top: 0;
        bottom: 0;
        margin: auto 0;
        -webkit-transition: 0.4s;
        transition: 0.4s;
        box-shadow: 0 0px 15px #2020203d;
        background: white url('../../../i.ibb.co/FxzBYR9/night.png');
        background-repeat: no-repeat;
        background-position: center;
    }

input:checked + .slider {
    background-color: #cda049;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(24px);
    -ms-transform: translateX(24px);
    transform: translateX(24px);
    background: white url('../../../i.ibb.co/7JfqXxB/sunny.png');
    background-repeat: no-repeat;
    background-position: center;
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.popup_content {
    text-align: center;
    padding: 60px 0 50px;
}

    .popup_content h4 {
        margin: 0 0 8px;
        color: #127689;
        font-weight: 700;
    }

.img_of_theme {
    background-position: top center;
    height: 510px;
    background-size: cover;
    background-repeat: no-repeat;
}

.first-pop-content {
    padding: 0 !important;
    direction: rtl;
}

.dark_theme.first-pop-content {
    background: #27272e !important
}

    .dark_theme.first-pop-content .img_of_theme {
        background-image: url('../media/HomeBanner/darkthem.png') !important
    }

.light_cont {
    border-right: 1px dashed #ddd;
}

@media only screen and (max-width: 767px) {
    .img_of_theme {
        height: 200px;
    }

    .popup_content {
        padding: 10px 0 20px;
    }

        .popup_content .light-version-logo {
            height: 80px !important;
        }

        .popup_content p {
            margin-bottom: 15px;
        }

    .light_cont {
        border-right: none;
    }
}

.merg_two_pop {
    padding: 0 !important;
    position: relative;
}

    .merg_two_pop .switch {
        position: absolute;
        top: 13px;
        left: 0;
        right: 0;
        margin: 0 auto;
        z-index: 9999;
    }

    .merg_two_pop .popup_content {
        padding: 10px 25px 10px;
    }

    .merg_two_pop .img_of_theme {
        height: 280px !important;
        margin: 20px auto 0 !important;
        border-radius: 15px;
    }

    .merg_two_pop .light-version-logo {
        height: 90px !important;
    }

.close_modal {
    position: absolute !important;
    width: auto;
}
/*@media only screen and (max-width: 570px) {
    .merg_two_pop .switch{
        top:73%
    }
}*/
.cont_close {
    position: relative;
    top: 35px;
    display: block;
    max-width: 1000px;
    width: 100%;
    z-index: 999;
}

.closing_modal {
    background-color: var(--color-secondary);
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 40px;
    /*  position: absolute;*/
    z-index: 999;
    /*  top: 110px;
    left: 45px;*/
    height: 45px;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.logo_without_animation {
    height: 50px !important;
    margin-top: 30px;
    margin-bottom: 10px;
}

@media only screen and (max-width: 575px) {
    .merg_two_pop .popup_content {
        padding: 50px 25px 10px !important;
    }

    .merg_two_pop .first-pop-content {
        display: none
    }

        .merg_two_pop .first-pop-content.active {
            display: block
        }
}

.op-light-modal .op-modal-inner, .light_theme {
    background-color: var(--color-white) !important;
}



.btn-slide, .btn-slide2 {
    position: relative;
    display: inline-block;
    height: 54px;
    width: 240px;
    line-height: 50px;
    padding: 0;
    border-radius: 20px;
    background: #fdfdfd;
    border: 2px solid var(--color-primary);
    transition: .5s;
}

.btn-slide2 {
    border: 2px solid #efa666;
}

.btn-slide:hover {
    background-color: var(--color-primary);
}

.btn-slide2:hover {
    background-color: #efa666;
}

    .btn-slide:hover span.circle, .btn-slide2:hover span.circle2 {
        left: 100%;
        margin-left: -45px;
        background-color: #fdfdfd;
        color: var(--color-primary);
    }

    .btn-slide2:hover span.circle2 {
        color: #efa666;
    }

    .btn-slide:hover span.title, .btn-slide2:hover span.title2 {
        left: 40px;
        opacity: 0;
    }

    .btn-slide:hover span.title-hover, .btn-slide2:hover span.title-hover2 {
        opacity: 1;
        left: 40px;
    }

.btn-slide span.circle, .btn-slide2 span.circle2 {
    display: block;
    background-color: var(--color-primary);
    color: #fff;
    position: absolute;
    float: left;
    margin: 5px;
    line-height: 40px;
    height: 40px;
    width: 40px;
    top: 0;
    left: 0;
    transition: .5s;
    border-radius: 10px;
    text-align: center;
}

.btn-slide2 span.circle2 {
    background-color: #efa666;
}

.btn-slide span.title,
.btn-slide span.title-hover, .btn-slide2 span.title2,
.btn-slide2 span.title-hover2 {
    position: absolute;
    left: 90px;
    text-align: center;
    margin: 0 auto;
    font-size: 16px;
    font-weight: bold;
    color: var(--color-primary);
    transition: .5s;
}

.btn-slide2 span.title2,
.btn-slide2 span.title-hover2 {
    color: #efa666;
    left: 80px;
}

.btn-slide span.title-hover, .btn-slide2 span.title-hover2 {
    left: 80px;
    opacity: 0;
}

.btn-slide span.title-hover, .btn-slide2 span.title-hover2 {
    color: #fff;
}

.InnerDescContainer {
    padding-top: 30px;
}


.eapps-widget-toolbar {
    display: none !important;
}

#eapps-social-feed-ec16869a-d195-453e-a193-ad9ddef1f6f0 a:last-child {
    display: none !important;
}

.LayoutContainer__Container-sc-16u86q7-0 {
    border-radius: 20px;
}

.active-dark-mode .LayoutContainer__Container-sc-16u86q7-0 {
    background-color: white;
}

.splash-main-banner:before {
    content: none !important;
}

.splash-main-banner {
    margin-top: 0 !important;
}

/*.TempSize {
    width: 828px !important;
    height: 427px;
}*/

.lang_drop_down .glob_icon {
    margin-left: 5px;
}

.lang_drop_down .axil-submenu img {
    width: 16px !important;
    margin-left: 5px;
}

.lang_drop_down .axil-submenu {
    padding: 0 !important;
    min-width: max-content !important;
}

    .lang_drop_down .axil-submenu li {
        padding: 10px;
    }

        .lang_drop_down .axil-submenu li:first-child {
            border-radius: 50px 50px 0 0
        }

        .lang_drop_down .axil-submenu li:last-child {
            border-radius: 0px 0px 50px 50px
        }

.mainmenu > .menu-item-has-children .axil-submenu li a:hover::after {
    display: none
}

.lang_drop_down .axil-submenu li a {
    display: flex;
    width: 100%;
    align-items: center;
    color: #016d82;
    color: #016d82;
}

.lang_drop_down .axil-submenu li:first-child:hover {
    background: var(--color-primary) !important;
    border-radius: 50px 50px 0 0;
}

    .lang_drop_down .axil-submenu li:first-child:hover::after {
        display: none
    }

.lang_drop_down .axil-submenu li:last-child:hover {
    background: var(--color-primary) !important;
    border-radius: 0 0 50px 50px;
}

.mobile_nave > .menu-item-has-children {
    height: 40px;
    background: none;
    border-radius: 65px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
}

.mobile_nave li.menu-item-has-children.lang_drop_down::before {
    top: 5px
}

.mobile_nave > .menu-item-has-children > a::after, .mobile_nave > .menu-item-has-children > a {
    color: #d6a44b !important;
}

@media only screen and (min-width: 992px) {
    .mobile_nave > .menu-item-has-children {
        display: none !important;
    }
}

.ThumbForService {
    background-color: transparent !important;
    box-shadow: none !important;
}

.dnbtn {
    /*border: 2px solid #cfa448;*/
    position: absolute;
    color: #ffffff !important;
    left: 13px;
    background: var(--color-primary);
    top: -30px;
    padding: 0;
    width: 50px;
    height: 50px;
    text-decoration: none;
    transition: .3s;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
}

    .dnbtn:hover i {
        display: none;
    }

    .dnbtn span {
        color: #fff !important;
        font-size: 12px;
        transition: .3s;
        animation: fadein .3s;
        display: none
    }

    .dnbtn:hover span {
        display: flex
    }

    .dnbtn:hover {
        width: 160px;
    }

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeout {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}


.op-modal-innerForProjects {
    max-width: 10000px !important;
}

.isotope-list .popup-video a {
    height: 50px !important;
    width: 50px !important;
    font-size: 20px !important;
}

.loader-container {
    width: 100%;
    height: 100vh;
    background: #fff;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999
}

.loader {
    width: 8rem;
    height: auto;
    background: transparent !important;
    /*animation: 1s linear infinite spinner-grow;*/
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

@keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.addcontent {
    position: absolute;
    bottom: -30px;
    display: flex !important;
    align-items: center;
    height: 50px;
    width: 190px;
    justify-content: center;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 15px;
    box-shadow: 0 2px 10px 0 rgb(0 0 0 / 10%);
}

    .addcontent::after {
        /* content: " ";*/
        position: absolute;
        bottom: -10px;
        margin-top: 0;
        right: 38%;
        border-radius: 70px;
        width: 0;
        height: 0;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
    }

    .addcontent h6, .addcontent a {
        margin: 0 !important;
        color: #fff !important;
    }

.country_thumb .thumbnail {
    height: 350px !important;
    border-radius: 30px !important;
    background: #fff !important
}

.country_thumb .project-grid:hover .thumbnail img {
    transform: scale(1) !important
}

.active-dark-mode .country_thumb .thumbnail {
    background: #fff !important
}

.country_thumb a {
    box-shadow: none !important
}

.sliding1 {
    background: #3b837e;
}

.addcontent.sliding1::after {
    border-top: 16px solid #3b837e;
}

.sliding2 {
    background: #698965;
}

.addcontent.sliding2::after {
    border-top: 16px solid #698965;
}

.sliding3 {
    background: #cfa547;
}

.addcontent.sliding3::after {
    border-top: 16px solid #cfa547;
}

.sliding4 {
    background: #115652;
}

.addcontent.sliding4::after {
    border-top: 16px solid #115652;
}

.sliding5 {
    background: #0e6d82;
}

.addcontent.sliding5::after {
    border-top: 16px solid #0e6d82;
}

.active-light-mode .partener_section {
    background-color: #fff !important
}

.active-dark-mode .path-content::before, .active-dark-mode .path-content::after {
    background-color: #cbcbcb;
}

.active-light-mode .partener_section {
    background-color: #fff !important
}

.active-dark-mode .partener_section .title {
    color: #fff
}

.partener_section .title {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 700;
    color: #000000;
    width: max-content;
    margin: 0 auto 30px;
    position: relative;
    letter-spacing: 0px;
}

    .partener_section .title::before {
        content: "";
        height: 5px;
        width: 48%;
        background-color: var(--color-secondary);
        position: absolute;
        bottom: -5px;
        right: 10px;
    }

.map-section {
    display: flex;
    align-items: center;
    justify-content: center;
    direction: rtl;
    position: relative;
    width: 90%;
    height: 500px;
    margin: 100px auto 120px;
}

    .map-section .map-items img {
        position: absolute;
        cursor: pointer
    }

.path-content {
    width: 65px;
    display: flex;
    position: absolute;
    z-index: 9;
    height: 65px;
    align-items: baseline;
    justify-content: center;
    right: 15%;
    bottom: 55%;
    transform: scale(0.8) !important;
}

    .path-content .user-back {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .path-content .user-path {
        width: 38px;
        margin-top: 8px;
    }

.map-section .map-items img.path1 {
    position: absolute;
    right: 20px;
    width: 52%;
    top: -45px;
}

.map-section .map-items img.path2 {
    position: absolute;
    right: 36%;
    width: 19%;
    top: 32%;
}

.map-section .map-items img.path3 {
    right: -95%;
    position: relative;
    width: 55%;
    bottom: -172px;
}

.map-section .map-items img.path4 {
    left: 20px;
    position: absolute;
    width: 45%;
    top: 0;
}

.map-section .map-items img.path5 {
    position: absolute;
    bottom: -27%;
    left: 25%;
    width: 14%;
}

.map-section .map-items img.path-active {
    display: none
}

.map-section .map-items:active img.path-default {
    display: none
}

.map-section .map-items:active img.path-active {
    display: flex
}

.partener_section .title span {
    color: var(--color-primary);
}

.active-dark-mode #op-contact {
    background-color: #212121 !important;
    background-image: none !important;
}

.active-dark-mode .partener_section {
    background-color: #27272e !important;
    background-image: none !important;
}

.active-dark-mode .project-section {
    /*    background-color: #000;*/
    background-color: #434343;
    background-image: none !important;
}

.path-content::after {
    content: "";
    height: 55px;
    width: 2px;
    background-color: #494642;
    position: absolute;
    bottom: -48px;
    right: -26px;
}

.path-content::before {
    content: "";
    height: 2px;
    width: 82%;
    background-color: #494642;
    position: absolute;
    bottom: 5px;
    right: -25px;
}

.flag-image {
    width: 32px;
    border: 2px solid #fff;
    top: 62px;
    right: -22px;
}

.mapuser-name {
    display: block;
    position: absolute;
    top: 112px;
    width: max-content;
    padding: 0 10px;
    background: #006d81;
    color: #fff;
    font-size: 12px;
    right: -90px;
    font-weight: 700;
    border: 1px solid;
}

.path5-conteant {
    left: 30%;
    right: auto;
    bottom: 0%;
}

.path4-1-conteant {
    left: 20%;
    right: auto;
    top: 0;
}

.path4-2-conteant {
    left: 20%;
    right: auto;
}

.path4-3-conteant {
    left: 12%;
    right: auto;
    bottom: 67%;
}

    .path4-3-conteant::before {
        left: -25px;
        right: auto;
    }

    .path4-3-conteant::after {
        left: -26px;
        right: auto;
    }

    .path4-3-conteant .flag-image {
        left: -22px;
        right: auto;
    }

    .path4-3-conteant .mapuser-name {
        left: -75px;
        right: auto;
    }

.slick-slide.country_thumb {
    height: 350px !important;
}

.path1-12 {
    right: 42.5%;
    bottom: 64%;
}

    .path1-12::before {
        width: 105px;
        bottom: 5px;
        left: -70px;
        right: auto;
    }

    .path1-12::after {
        height: 100px;
        bottom: -93px;
        left: -71px;
        right: auto;
    }

    .path1-12 .flag-image {
        left: -67px;
        right: auto
    }

    .path1-12 .mapuser-name {
        top: 157px;
        left: -105px;
        right: auto;
    }

.path-content.path1-11 {
    top: 9%;
    right: 33.5%;
}

    .path-content.path1-11::before {
        width: 147px;
        bottom: 50px;
        right: 55px;
    }

    .path-content.path1-11::after {
        width: 2px;
        bottom: 17px;
        right: 200px;
        height: 35px;
    }

    .path-content.path1-11 .mapuser-name {
        top: 48px;
        right: 135px;
    }

    .path-content.path1-11 .flag-image {
        top: 18px;
        left: -132px;
        right: auto;
    }

.path-content.path1-10 {
    top: 1%;
    right: 23%;
}

    .path-content.path1-10::after {
        height: 42px;
        bottom: -35px;
    }

    .path-content.path1-10 .mapuser-name {
        top: 100px;
    }

.path-content.path1-9 {
    right: 36.5%;
    bottom: 65%;
}

    .path-content.path1-9::after {
        height: 142px;
        bottom: -135px;
        right: -10px;
    }

    .path-content.path1-9 .mapuser-name {
        top: 200px;
        right: -65px;
    }

    .path-content.path1-9 .flag-image {
        right: -6px;
    }

    .path-content.path1-9::before {
        width: 58%;
        right: -9px;
    }

.path-content.path1-8 {
    right: 28%;
    bottom: 71%;
}

    .path-content.path1-8::after {
        height: 40px;
        bottom: -33px;
    }

    .path-content.path1-8 .mapuser-name {
        top: 98px;
    }

.path-content.path1-7 {
    right: 30%;
    bottom: 48%;
}

    .path-content.path1-7 .mapuser-name {
        top: 190px;
    }

    .path-content.path1-7::after {
        height: 132px;
        bottom: -125px;
    }

.path-content.path1-6 {
    bottom: 36%;
    right: 16.5%;
}

    .path-content.path1-6 .mapuser-name {
        top: 165px;
    }

    .path-content.path1-6::after {
        height: 107px;
        bottom: -100px;
    }

.path-content::after, .path-content::before, .flag-image, .mapuser-name {
    opacity: 0 !important
}

.path-content:hover {
    transform: scale(1) !important;
}

.map-section .map-items:hover .path-content {
    transform: scale(1.1) !important;
}

    .map-section .map-items:hover .flag-image, .map-section .map-items:hover .mapuser-name, .map-section .map-items:hover .path-content::after, .map-section .map-items:hover .path-content::before {
        opacity: 1 !important;
    }

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .map-section {
        width: 98%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .map-section {
        width: 100%;
        height: 407px;
    }

        .map-section .map-items:hover .path-content {
            transform: scale(.7) !important;
        }

        .map-section .map-items img.path3 {
            right: -56%;
        }
}

@media only screen and (min-width: 900px) and (max-width: 991px) {
    .map-section {
        height: 396px;
    }
}

@media only screen and (min-width: 800px) and (max-width: 900px) {
    .map-section {
        height: 330px;
    }
}

@media only screen and (min-width: 360px) and (max-width: 480px) {
    .map-section {
        height: 160px;
        margin: 100px auto 75px;
    }

        .map-section .map-items img.path4 {
            left: 0;
            position: absolute;
            width: 46%;
            top: 0;
        }

        .map-section .map-items img.path1 {
            right: 0;
            width: 55%;
            top: -28px;
        }

        .map-section .map-items img.path2 {
            right: 37.5%;
            width: 17%;
            top: 30%;
        }

        .map-section .map-items img.path5 {
            position: absolute;
            bottom: -27%;
            left: 25%;
            width: 14%;
        }

    .path-content {
        transform: scale(0.4) !important;
    }

    .map-section .map-items:hover .path-content {
        transform: scale(.4) !important;
    }

    .map-section .map-items img.path3 {
        right: 0;
        position: relative;
        width: 30%;
        bottom: -70px;
    }

    .path-content {
        right: 8%;
        bottom: 44%;
    }

    .path4-2-conteant {
        left: 12%;
        right: auto;
        bottom: 48%;
    }

    .path4-1-conteant {
        left: 24%;
        right: auto;
        top: -30px;
    }

    .path4-3-conteant {
        left: 4%;
        right: auto;
        bottom: 67%;
    }

    .path5-conteant {
        left: 20%;
        right: auto;
        bottom: -5%;
    }

    .path-content.path1-10 {
        top: -16%;
        right: 7%;
    }

    .path-content.path1-8 {
        right: 23%;
        bottom: 75%;
    }

    .path-content.path1-7 {
        right: 27%;
        bottom: 37%;
    }

    .path-content.path1-11 {
        top: 3%;
        right: 35.5%;
    }

    .path-content.path1-9 {
        right: 28.5%;
        bottom: 61%;
    }

    .path1-12 {
        right: 42.5%;
        bottom: 52%;
    }

    .mapuser-name {
        font-size: 10px
    }
}

@media only screen and (min-width: 481px) and (max-width: 600px) {
    .map-section {
        height: 205px;
        margin: 100px auto 120px;
    }

        .map-section .map-items img.path4 {
            left: 0;
            position: absolute;
            width: 46%;
            top: 0;
        }

        .map-section .map-items img.path1 {
            right: 0;
            width: 55%;
            top: -28px;
        }

        .map-section .map-items img.path2 {
            right: 37.5%;
            width: 17%;
            top: 35%;
        }

        .map-section .map-items img.path5 {
            position: absolute;
            bottom: -27%;
            left: 25%;
            width: 14%;
        }

    .path-content {
        transform: scale(0.4) !important;
    }

    .map-section .map-items:hover .path-content {
        transform: scale(.4) !important;
    }

    .map-section .map-items img.path3 {
        right: 0;
        position: relative;
        width: 30%;
        bottom: -70px;
    }

    .path-content {
        right: 8%;
        bottom: 44%;
    }

    .path4-2-conteant {
        left: 12%;
        right: auto;
        bottom: 48%;
    }

    .path4-1-conteant {
        left: 24%;
        right: auto;
        top: -30px;
    }

    .path4-3-conteant {
        left: 4%;
        right: auto;
        bottom: 67%;
    }

    .path5-conteant {
        left: 25%;
        right: auto;
        bottom: -5%;
    }

    .path-content.path1-10 {
        top: -16%;
        right: 7%;
    }

    .path-content.path1-8 {
        right: 23%;
        bottom: 75%;
    }

    .path-content.path1-7 {
        right: 27%;
        bottom: 37%;
    }

    .path-content.path1-11 {
        top: 3%;
        right: 35.5%;
    }

    .path-content.path1-9 {
        right: 28.5%;
        bottom: 61%;
    }

    .path1-12 {
        right: 42.5%;
        bottom: 52%;
    }

    .mapuser-name {
        font-size: 10px
    }
}


@media only screen and (min-width: 600px) and (max-width:767px) {
    .map-section {
        height: 205px;
        margin: 100px auto 120px;
    }

        .map-section .map-items img.path4 {
            left: 0;
            position: absolute;
            width: 46%;
            top: 0;
        }

        .map-section .map-items img.path1 {
            right: 0;
            width: 55%;
            top: -28px;
        }

        .map-section .map-items img.path2 {
            right: 37.5%;
            width: 18%;
            top: 49%;
        }

        .map-section .map-items img.path5 {
            position: absolute;
            bottom: -50%;
            left: 25%;
            width: 14%;
        }

    .path-content {
        transform: scale(0.4) !important;
    }

    .map-section .map-items:hover .path-content {
        transform: scale(.4) !important;
    }

    .map-section .map-items img.path3 {
        right: 0;
        position: relative;
        width: 30%;
        bottom: -120px;
    }

    .path-content {
        right: 8%;
        bottom: 44%;
    }

    .path4-2-conteant {
        left: 12%;
        right: auto;
        bottom: 48%;
    }

    .path4-1-conteant {
        left: 24%;
        right: auto;
        top: -30px;
    }

    .path4-3-conteant {
        left: 4%;
        right: auto;
        bottom: 67%;
    }

    .path5-conteant {
        left: 25%;
        right: auto;
        bottom: -5%;
    }

    .path-content.path1-10 {
        top: -4%;
        right: 7%;
    }

    .path-content.path1-8 {
        right: 23%;
        bottom: 75%;
    }

    .path-content.path1-7 {
        right: 32%;
        bottom: 33%;
    }

    .path-content.path1-11 {
        top: 3%;
        right: 35.5%;
    }

    .path-content.path1-9 {
        right: 24.5%;
        bottom: 61%;
    }

    .path1-12 {
        right: 42.5%;
        bottom: 52%;
    }

    .mapuser-name {
        font-size: 10px
    }
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
    .path-content {
        transform: scale(0.7) !important;
    }

    .map-section .map-items:hover .path-content {
        transform: scale(.8) !important;
    }

    .partener_section .container {
        max-width: 100%;
    }

    .map-section {
        width: 98%;
        height: 335px;
    }

        .map-section .map-items img.path3 {
            right: -35%;
        }

        .map-section .map-items img.path2 {
            right: 36%;
            width: 19%;
            top: 37%;
        }

    .mapuser-name {
        font-size: 10px;
    }
}


.box1 {
    transform: rotate(0deg);
    z-index: 99999999;
    position: absolute;
    right: 0%;
    bottom: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: end;
}

    .box1 img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        object-position: center
    }

.rotate-full {
    -webkit-animation: infinite-spinning 8s 1 linear;
    animation: infinite-spinning 8s 1 linear;
}

@keyframes rotate-full {
    0% {
        /* transform: rotate(0deg);*/
        opacity: 1
    }

    100% {
        /*transform: rotate(359deg);*/
        opacity: 0
    }
}


@keyframes infinite-spinning {
    from {
        /* transform: rotate(0deg);*/
        opacity: 1
    }

    to {
        /*  transform: rotate(360deg);*/
        opacity: 0
    }
}

.animated {
    -webkit-animation-duration: 8s;
    animation-duration: 8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

    .animated .infinite {
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
    }


@keyframes w3-spin {
    0% {
        transform: rotate(0deg);
        opacity: 0
    }

    50% {
        transform: rotate(359deg);
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

/*.small-map-section {
    display: none
}*/

/*@media only screen and (max-width: 1000px) {
    .map-section {
        display: none
    }

    .partener_section .container {
        max-width: 100% !important
    }

    .partener_section .small-map-section {
        display: flex
    }
}*/
.darkpattern {
    display: none
}

.active-dark-mode .path-default {
    filter: brightness(0.5);
}

.active-dark-mode .darkpattern {
    display: flex
}

.active-dark-mode .light-pattern {
    display: none
}

@media only screen and (max-width: 575px) {
    .country_thumb .thumbnail, .slick-slide.country_thumb {
        height: 250px !important;
    }
}

.activeFixed {
    background-color: #eeeeee !important;
}

.active-dark-mode .activeFixed {
    background-color: #1e3843 !important /*#12514f !important*/;
}

.mail_icon {
    border-radius: 8px;
    background: #d0a546;
}

.linked_icon {
    border-radius: 8px;
    background: #007ab9;
}

.twitt_icon {
    border-radius: 8px;
    background: #55acee;
}

.add_icon {
    border-radius: 8px;
    background: #e60022;
}

.project-grid.content.subtitle {
    font-size: 13px;
}

.project.reports, .project.videos {
    right: auto;
    left: auto !important;
    position: relative !important;
    top: 0 !important
}

.slick-prev {
    left: -65px !important;
    background-image: url('../media/left-arrow.png');
}

    .slick-prev:before, .slick-next:before {
        display: none
    }

.slick-next {
    right: -65px !important;
    background-image: url('../media/right-arrow.png');
}

.slick-prev, .slick-next {
    display: flex !important;
    width: 40px !important;
    height: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    align-items: center !important;
    background-color: transparent !important;
    z-index: 99999999 !important;
    cursor: pointer !important;
    top: 40% !important;
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .slick-next {
        right: -30px !important;
    }

    .slick-prev {
        left: -30px !important;
    }
}
/*    .slick-prev::before {
        font-family: "Font Awesome 5 Pro";
        content: "\f104" !important;
    }

    .slick-next::before {
        font-family: "Font Awesome 5 Pro";
        content: "\f105" !important;
    }
*/
/*.active-dark-mode .slick-prev:before, .active-dark-mode .slick-next:before {
    background: #1d1d20 !important
}
*/
.slick-dots li button::before {
    font-size: 16px !important;
    border-radius: 0 !important;
    color: #016D81 !important;
}

.work_ul {
    display: block;
    min-height: 168px;
    padding: 0 0px !important;
    margin-bottom: 40px;
}

.header-btn {
    display: flex !important;
    align-items: center !important
}

    .header-btn img {
        width: 24px;
        /* margin-left: 5px !important*/
    }


.fbGDtz {
    border-radius: 10px !important;
    width: 40px !important;
    height: 40px !important;
}

.team_flag2 {
    width: 40px;
    height: 25px;
    background: #016d82;
    background-position: center;
    background-size: cover;
    border-radius: 5px;
    bottom: 2px;
    margin-left: 5px;
    flex: none;
}



.pagination-container {
    text-align: center;
    float: none;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination {
    justify-content: center
}

    .pagination li {
    }

        .pagination li a, .pagination li span {
            width: 30px;
            height: 30px;
            display: inline-block;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 5px;
            border-radius: 9px;
        }

        .pagination li.active span {
            color: #fff !important;
            background-color: var(--color-secondary) !important;
            text-decoration: none;
            cursor: pointer;
        }


.RTL__ .slick-track {
    direction: rtl !important;
}

.subscribe_div {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .subscribe_div .subscribe-btn {
        margin: 0;
        height: 72px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        top: 4px;
        left: -1px;
        border-radius: 20px 0px 0px 20px !important;
        width: 30%
    }

    .subscribe_div input {
        width: 70% !important;
        /* margin-top: 8px; */
        border-radius: 0px 20px 20px 0px;
        height: 72px !important;
        padding: 10px 55px 10px 10px !important;
        box-shadow: -1px 1px 20px 1px rgb(153 161 170 / 25%) !important;
        display: flex;
        align-items: center;
        border-top-right-radius: 20px !important;
        border-bottom-right-radius: 20px !important;
    }

    .subscribe_div .input-group {
        background-color: transparent;
        border-radius: 0;
        box-shadow: none;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .subscribe_div .input-group:before {
            right: 20px;
            top: 33px;
            z-index: 99;
            left: auto
        }

.LocatedText {
    color: white;
    visibility: visible;
    font-size: 35px;
    font-weight: 700;
}

.serv_card {
    height: 280px !important;
    position: relative;
}

    .serv_card .more-btn {
        bottom: 20px;
        position: absolute !important
    }

@media only screen and (min-width: 767px) and (max-width: 1250px) {
    .work_ul {
        font-size: 14px;
    }
}

@media only screen and (max-width: 767px) {
    .serv_card {
        height: 260px !important;
    }

    .work_ul {
        font-size: 14px;
    }
}

@media only screen and (max-width: 479px) {
    .work_ul h5 {
        font-size: 16px !important;
        margin-bottom: 10px !important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1060px) {
    .mainmenu > li > a {
        font-size: 16px;
    }

    .light-version-logo, .dark-version-logo {
        width: 185px !important
    }
}

.at4-share-count {
    display: none !important
}

.blog_info .title {
    font-weight: 700;
}

.blog_info {
    z-index: 2;
    position: relative;
}

    .blog_info .subtitle {
        font-size: 18px;
        width: 80%;
        color: #878686;
    }

    .blog_info .info {
        display: flex;
        align-items: center;
        margin-top: 40px;
    }

    .blog_info .author-name {
        margin: 0;
        color: #cfa448 !important;
        font-weight: 600;
        font-size: 16px;
        margin-left: 20px;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;
    }

.info .author-name {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 0;
}

    .info .author-name span {
        margin: 5px 0;
        display: flex;
        font-size: 16px;
    }

.sharethis-inline-share-buttons {
    background: #f7f7f9;
    padding: 8px 15px;
    border-radius: 50px;
    display: flex !important;
    margin: 10px 0;
    z-index: 9 !important
}

    .sharethis-inline-share-buttons .st-btn {
        display: flex !important;
        align-items: center;
        justify-content: center;
        border-radius: 40px !important;
        width: 32px;
        padding: 0 !important
    }

        .sharethis-inline-share-buttons .st-btn img {
            top: 0 !important
        }

.active-dark-mode .sharethis-inline-share-buttons {
    background: #1c1c1f;
}

.hom_blog {
    display: block;
}

    .hom_blog .post-thumbnail {
        margin-bottom: 0 !important
    }

        .hom_blog .post-thumbnail a {
            border-radius: 10px 10px 0 0px !important;
        }

            .hom_blog .post-thumbnail a img {
                width: 100%;
                object-fit: cover;
                object-position: center;
                border-radius: 10px 10px 0 0px !important;
                height: 196px;
            }

    .hom_blog p:empty {
        display: none !important;
    }

    .hom_blog .post-content {
        padding: 20px;
        border-radius: 0 0 10px 10px;
        margin-right: 0 !important;
        height: 120px;
    }

.active-dark-mode .hom_blog .post-content {
    background: #000;
}

.hom_blog .post-content {
    background: #eee;
}

.bottom-pattern {
    display: none;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    position: absolute;
    height: 42px;
    object-fit: cover;
    object-position: center;
}

@media only screen and (max-width: 991px) {
    /*       .header-action .sidemenu-btn .btn-wrap {
            height: 50px;
            width: 50px;
        }*/

    .dropdown-icon {
        display: none;
    }

    .mobile_nave > .menu-item-has-children > a::after {
        top: 2px !important;
    }

    .about-content p {
        width: 90%;
        text-align: center;
    }

    .services-items {
        margin-bottom: 60px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .about-content p {
        width: 90%;
    }

    .slick-next {
        right: -25px !important;
    }

    .slick-prev {
        left: -25px !important;
    }
}

@media only screen and (max-width: 767px) {
    .slick-next {
        right: -25px !important;
    }

    .slick-prev {
        left: -25px !important;
    }

    .about-content h2, .services-content h2, .counter-section .counter-title, .project-section .title {
        font-size: 35px;
    }
}

@media only screen and (max-width: 991px) {
    .bottom-pattern {
        display: flex;
        /*filter: contrast(0.5);*/
    }

    /*    .about-pattern, .contact-pattern, .center-column::before, .center-column::after, .counter-pattern {
        display: none !important;
    }*/
    /*
    .banner.banner-style-2 .banner-content {
        margin-bottom: 0px;
    }*/
}

@media only screen and (max-width: 767px) {
    .banner.banner-style-2 .banner-content {
        margin-bottom: 8%;
        /* padding-left: 0;*/
    }
}

@media only screen and (max-width: 650px) {
    .banner.banner-style-2 .banner-content {
        margin-bottom: 20%;
        /*   padding-left: 20px;*/
    }
}

@media only screen and (min-width: 500px) and (max-width: 650px) {
    .banner.banner-style-2 .banner-content {
        margin-bottom: 10%;
        /*  padding-left: 15px;*/
    }

    .banner .banner-content .title {
        font-size: 32px;
    }
}

@media only screen and (min-width: 300px) and (max-width: 500px) {
    .banner.banner-style-2 .banner-content {
        margin-bottom: 8%;
        /*    padding-left: 0px;*/
    }

    .banner .banner-content .title {
        font-size: 32px;
    }
}

button.modal_close {
    background: #cfa448;
    border: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    color: #FFFFFF;
    cursor: pointer;
    outline: none;
    width: 52px;
    height: 52px;
    position: absolute;
    left: -10px;
    top: -20px;
    -webkit-transition: -webkit-transform 600ms;
    -moz-transition: -moz-transform 600ms;
    -ms-transition: -ms-transform 600ms;
    -o-transition: -o-transform 600ms;
    transition: transform 600ms;
}

    button.modal_close:hover {
        background: #016d81;
        -webkit-transform: rotate(360deg) scale(1.10);
        -moz-transform: rotate(360deg) scale(1.10);
        -ms-transform: rotate(360deg) scale(1.10);
        -o-transform: rotate(360deg) scale(1.10);
        transform: rotate(360deg) scale(1.10);
        -webkit-transition: -webkit-transform 600ms;
        -moz-transition: -moz-transform 600ms;
        -ms-transition: -ms-transform 600ms;
        -o-transition: -o-transform 600ms;
        transition: transform 600ms;
    }

    button.modal_close span, button.modal_close span:before, button.modal_close span:after {
        background: #FFFFFF;
        content: '';
        cursor: pointer;
        display: block;
        height: 2px;
        position: absolute;
        width: 20px;
    }

        button.modal_close span:first-child {
            background: none;
            bottom: 0;
            left: 0;
            margin: auto;
            position: absolute;
            right: 0;
            top: 0;
        }

        button.modal_close span:before {
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        button.modal_close span:after {
            -webkit-transform: translateY(-2px) rotate(-45deg);
            -moz-transform: translateY(-2px) rotate(-45deg);
            -ms-transform: translateY(-2px) rotate(-45deg);
            -o-transform: translateY(-2px) rotate(-45deg);
            transform: translateY(-2px) rotate(-45deg);
            top: 2px;
        }

.favorite-button {
    --button-y: 0px;
    --star-y: 0px;
    --star-scale: 1;
    --star-rotate: 0deg;
    --star-hole-scale: 0;
    --star-face-scale: 1;
    --text-x: 0px;
    --text-o: 1;
    -webkit-tap-highlight-color: transparent;
    -webkit-appearance: none;
    outline: none;
    border: none;
    background: none;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 19px;
    cursor: pointer;
    position: relative;
    color: var(--text-color-default);
    transform: translateY(var(--button-y)) translateZ(0);
}

    .favorite-button:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        border-radius: 9px;
        transition: transform 0.2s;
        transform: scale(var(--background-scale-x, 1), var(--background-scale-y, 1)) translateZ(0);
        background: var(--background-default);
    }

    .favorite-button:active {
        --background-scale-x: .98;
        --background-scale-y: .96;
    }

    .favorite-button span {
        display: block;
        opacity: var(--text-o);
        transform: translateX(var(--text-x));
    }

    .favorite-button .icon {
        width: 36px;
        height: 119px;
        display: flex;
        pointer-events: none;
        position: relative;
        -webkit-clip-path: ellipse(150% 50% at 50% 50%);
        clip-path: ellipse(150% 50% at 50% 50%);
        margin: -100px 2px 0 -8px;
    }

        .favorite-button .icon:before {
            content: "";
            margin-top: auto;
            display: block;
            width: 36px;
            height: 12px;
            background: var(--star-hole);
            box-shadow: inset 0 3px 0 0 var(--star-hole-inner);
            border-radius: 100px/30px;
            transform: scale(var(--star-hole-scale));
            transform-origin: 50% 100%;
        }

        .favorite-button .icon .star {
            position: absolute;
            bottom: 0;
            transform: translateY(var(--star-y)) rotate(var(--star-rotate)) scale(var(--star-scale));
            transition: border-radius 0.2s, background 0.2s, -webkit-clip-path 0.2s;
            transition: clip-path 0.2s, border-radius 0.2s, background 0.2s;
            transition: clip-path 0.2s, border-radius 0.2s, background 0.2s, -webkit-clip-path 0.2s;
        }




    .favorite-button.star-round {
        --star-clip: polygon(10px 0, 20px 0, 20px 7px, 20px 12px, 20px 19px, 10px 19px, 0 19px, 0 12px, 0 7px, 0 0);
        --star-radius: 50%;
    }

    .favorite-button.active {
        --star-color: var(--star-color-active);
        --star-face-color: var(--star-face-color-active);
        --star-face-radius: 0 0 2px 2px;
    }

.about-more-button {
    background: #CFA447;
    color: #fff !important;
    width: 160px;
    height: 45px;
    border-radius: 5px;
    justify-content: center;
    font-size: 22px;
    font-weight: 500;
    margin: 10px auto;
    display: flex;
    align-items: center;
    outline: none;
    cursor: pointer;
    position: relative;
    border: 0;
    padding: 0;
}

    .about-more-button:hover {
        background: var(--color-primary)
    }

    .about-more-button.active {
        --fill: var(--background-progress);
        --fill-delay: .2s;
        --fill-duration: .4s;
    }

    .about-more-button.success {
        --success-background: var(--background-progress-success);
    }

    .about-more-button svg {
        display: block;
        position: absolute;
        width: 100%;
        left: 0;
        right: 0;
    }

        .about-more-button svg.background {
            height: 45px;
            top: 0;
            opacity: var(--background-opacity);
            fill: var(--fill, var(--background));
            transition: fill var(--fill-duration, 0.2s) linear var(--fill-delay, 0s);
        }

        .about-more-button svg.progress {
            height: 32px;
            bottom: -13px;
            stroke: var(--background-progress);
            background: transparent;
            fill: none;
            stroke-width: 7;
            stroke-linecap: round;
            pointer-events: none;
            opacity: var(--progress-opacity);
            transform: translateY(var(--progress-y)) scale(var(--progress-sx), var(--progress-sy)) translateZ(0);
        }

            .about-more-button svg.progress path:last-child {
                stroke-dasharray: 157;
                stroke-dashoffset: var(--progress);
                stroke: var(--success-background, var(--background-progress-active));
                transition: stroke 0.2s linear;
            }

    .about-more-button .label,
    .about-more-button .success {
        z-index: 1;
    }

    .about-more-button .label {
        position: relative;
        display: flex;
        padding: 12px 40px;
        opacity: var(--letters-o);
        display: none
    }

        .about-more-button .label span {
            display: block;
            --move: 0 !important;
            --rotate: 0 !important;
            --part: 0 !important;
            /*            transform: translateY(calc(var(--letters-y) * var(--move))) translateZ(0) rotate(calc(var(--letters-r) * var(--rotate) * var(--part)));
*/
        }

    .about-more-button .labe2 {
        z-index: 99
    }

    .about-more-button .success {
        position: absolute;
        left: 0;
        height: 45px;
        background: #cfa447;
        width: 160px;
        border-radius: 5px;
        display: flex;
        align-items: center;
        justify-content: center;
        top: 12px;
        color: var(--success-text);
        opacity: var(--success-opacity);
    }

.imagemodale .modal-dialog {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 10px;
    justify-content: center;
    overflow: hidden;
    margin: 0;
    width: 100%;
    max-width: 100%;
}

.imagemodale img {
    width: 100%;
    height: 450px;
    object-fit: contain;
}

@media only screen and (max-width: 767px) {
    .project-pattern {
        height: 45px;
    }

    .path-content::after, .path-content::before, .flag-image, .mapuser-name {
        display: none !important;
    }

    .partener_section .container {
        max-width: 100%;
    }
}

.container_mouse {
    text-align: center;
    color: var(--color);
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 2rem;
    cursor: pointer;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
}

    .container_mouse .mouse-btn {
        margin: 10px auto;
        width: 40px;
        height: 80px;
        border: 3px solid #e1dcd2;
        border-radius: 30px;
        display: flex;
    }

        .container_mouse .mouse-btn .mouse-scroll {
            display: block;
            width: 20px;
            height: 20px;
            background: linear-gradient(170deg, rgba(122, 122, 124, 0.918), rgb(123, 124, 124));
            background: #cfa448;
            border-radius: 50%;
            margin: auto;
            animation: scrolling 1s linear infinite;
        }


@keyframes scrolling {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        transform: translateY(20px);
    }
}

@keyframes scrolling2 {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        transform: translateY(10px);
    }
}

.blog-header {
    background: #d6a44b;
    width: fit-content;
    padding: 20px 60px;
    margin: 0 auto 100px;
    border-radius: 0px 50px 50px 0px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF !important;
    z-index: 999;
    position: relative;
}

.blog-pattern {
    position: absolute;
    left: 0;
    top: 50px;
    height: 100px;
    width: 43%;
    object-fit: cover;
    object-position: right;
}

@media only screen and (min-width: 992px) and (max-width: 1300px) {
    .blog-pattern {
        width: 38%;
    }
}

@media only screen and (min-width: 600px) and (max-width: 992px) {
    .blog-pattern {
        width: 32%;
    }
}

.blog-header-details {
    background: #d6a44b;
    padding: 20px 25px;
    margin: 25px 0 40px;
    border-radius: 60px 0px 0px 60px;
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF !important;
    z-index: 999;
    position: relative;
    font-size: 29px;
    width: 65%;
    text-align: center
}

.blog-details-pattern {
    position: absolute;
    right: 0;
    top: 75px;
    height: 100px;
    width: 15%;
    object-fit: cover;
    object-position: left;
}

@media only screen and (max-width: 1200px) {
    .blog-header-details {
        width: 100%;
    }

    .blog_info-details {
        padding: 50px 0 !important;
    }
}

@media only screen and (min-width: 1600px) and (max-width: 1800px) {
    .blog-details-pattern {
        width: 10%;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .blog-details-pattern {
        width: 5%;
    }
}

@media (min-width: 767px) and (max-width: 992px) {
    .blog-details-pattern {
        width: 2%;
    }

    .contact-title {
        font-size: 26px;
        margin: 20px 0 0;
    }

    .address-list.row {
        margin-top: -25px !important;
        /* width: 91%; */
        height: 14px;
        padding: 2px 3px;
        margin-inline-start: -1%;
    }

    .first-col .amec-logo {
        height: 14px;
        padding: 2px 3px;
        margin: 0px 6px 0 0px;
        border-radius: 2px;
    }

    .social-links {
        margin-top: 20px;
        margin-right: -26px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .blog-details-pattern {
        width: 7%;
    }

    .contact-title {
        font-size: 24px;
    }

    .Accredited-title {
        margin: 1px 0 0;
        font-size: 17px;
    }

    .first-col .amec-logo {
        height: 17px;
    }

    .allrights {
        font-size: 10px;
        margin: 0px 0 0px;
    }

    .address-list p a {
        /*        font-size: 11px !important;*/
    }

    footer-icon_responsive {
        display: none;
    }

    .address-list.row {
        /*        left: -184px !important;*/
    }

    .address-list p {
        width: 98% !important;
    }

        .address-list p a {
            font-size: 12px !important;
        }
    /*
    .lastaddress {
        left: -315px !important;
    }*/
}

@media only screen and (min-width: 900px) and (max-width: 992px) {
    .blog-details-pattern {
        width: 11%;
    }
}

@media only screen and (min-width: 820px) and (max-width: 899px) {
    .blog-details-pattern {
        width: 11%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 819px) {
    .blog-details-pattern {
        width: 4%;
    }
}

@media only screen and (min-width: 700px) and (max-width: 767px) {
    .blog-details-pattern {
        top: 80px;
        width: 13%;
    }
}

@media only screen and (max-width: 699px) {
    .blog-details-pattern {
        display: none
    }

    .blog-header-details {
        border-radius: 0;
        margin: 25px 0 40px;
        background: transparent;
        color: #000 !important;
        padding: 0 10px;
    }

    .active-dark-mode .blog-header-details {
        color: var(--dark-title-light) !important
    }
}
/**************************************/

.downloadingbtn .check {
    display: none;
}

.downloadingbtn .btn {
    background: #CFA447;
    color: #fff !important;
    width: 180px;
    height: 45px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 500;
    margin: 0 auto;
    font-family: cairo;
    position: relative
}

    .downloadingbtn .btn img {
        display: none
    }

    .downloadingbtn .btn:before {
        width: 0%;
        position: absolute;
        right: 0;
        bottom: -5px;
        height: 5px;
        background-color: #e5af52;
        content: "";
        border-radius: 50px;
    }

    .downloadingbtn .btn:hover {
        background-color: #016d81;
    }

.downloadingbtn input[type=checkbox]:checked ~ .btn {
    background: transparent;
    color: #cfa447 !important;
}

    .downloadingbtn input[type=checkbox]:checked ~ .btn:before {
        width: 100%;
        content: "";
        color: #fff;
        text-align: center;
        line-height: 70px;
        transition: all 3.5s linear;
    }


    .downloadingbtn input[type=checkbox]:checked ~ .btn .me {
        display: none;
    }

.network-img {
    width: 90px;
    height: 50px;
    background: #ffffff;
    z-index: 999;
    border-radius: 10px;
    padding: 4px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #eeeeee;
    transform: scale(.6) !important;
}

.map-section .map-items:hover .network-img {
    transform: scale(.7) !important;
}

.network-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    position: relative !important;
}

.network-img::after {
    background-color: #cbcbcb;
    content: "";
    height: 27px;
    width: 2px;
    position: absolute;
    bottom: -26px;
    right: 47%;
}

.network-img::before {
    position: absolute;
    bottom: -30px;
    width: 16px;
    height: 16px;
    background: #cbcbcb;
    border-radius: 16px;
    content: "";
    right: 39%;
}

.network-img1 {
    top: 60px;
    right: 34%;
}

.network-img2 {
    right: 21%;
    top: 16%;
    background: #92b953;
}

.network-img3 {
    top: 10%;
    right: 42%;
    background: #0d2acd;
}

.network-img6 {
    right: 17%;
    top: -1%;
}

.network-img4 {
    top: -15px;
    right: 38%;
}

.network-img5 {
    top: -9px;
    right: 29%;
    background: #d03223;
}

.network-img9 {
    bottom: 15%;
    right: 12%;
}

.network-img7 {
    right: 12%;
    top: 20%;
}

.network-img8 {
    top: 36%;
    right: 24%;
}

.network-img10 {
    left: 8%;
    top: 12%;
}

.network-img11 {
    left: 20%;
    top: -18px;
}

.network-img12 {
    top: 25%;
    left: 20%;
}

.network-img13 {
    top: 0%;
    left: 33%;
}

.network-img14 {
    bottom: 0;
    left: 28%;
    background: #93bd38;
}

.network-img15 {
    bottom: 100px;
    left: 28%;
}

.network-img16 {
    bottom: 60px;
    right: 60px;
    background: #00407d;
}

.network-img17 {
    right: 46%;
    top: 40%;
}

.network-img18 {
    right: 40%;
    bottom: 15%;
}

.network-img19 {
    right: 39%;
    top: 38%;
}

.network-img21 {
    right: 32%;
    top: 36%;
}

.network-img20 {
    top: 32%;
    right: 16%;
}

.network-img22 {
    top: 2%;
    right: 46.5%;
}

    .network-img22::before {
        bottom: -85px;
    }

    .network-img22::after {
        bottom: -73px;
        height: 72px;
    }

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .network-img22 {
        top: -4%;
        right: 46%;
    }

    .network-img20 {
        top: 26%;
        right: 15%;
    }

    .network-img21 {
        right: 32%;
        top: 31%;
    }

    .network-img {
        transform: scale(.5) !important;
    }

    .network-img6 {
        top: -3%;
    }

    .map-section .map-items:hover .network-img {
        transform: scale(.6) !important;
    }

    .network-img9 {
        bottom: 10%;
        right: 19%;
    }

    .network-img7 {
        right: 12%;
        top: 14%;
    }

    .network-img4 {
        top: -30px;
        right: 38%;
    }

    .network-img5 {
        top: -23px;
        right: 28%;
    }

    .network-img1 {
        top: 30px;
        right: 33%;
    }

    .network-img2 {
        right: 21%;
        top: 11%;
    }

    .network-img8 {
        top: 34%;
        right: 24%;
    }
}

@media only screen and (min-width: 801px) and (max-width: 991px) {
    .network-img22 {
        top: -4%;
        right: 46%;
    }

    .network-img {
        transform: scale(.5) !important;
    }

    .network-img20 {
        top: 25%;
        right: 15%;
    }

    .map-section .map-items:hover .network-img {
        transform: scale(.6) !important;
    }

    .network-img1 {
        top: 36px;
    }

    .network-img2 {
        right: 19%;
    }

    .network-img21 {
        right: 32%;
        top: 29%;
    }

    .network-img5 {
        top: -28px;
        right: 29%;
    }

    .network-img15 {
        left: 25%;
        bottom: 60px;
    }

    .network-img14 {
        left: 26%;
    }

    .network-img8 {
        top: 40%;
        right: 24%;
    }

    .network-img19 {
        right: 37%;
        top: 40%;
    }

    .network-img7 {
        right: 12%;
        top: 17%;
    }

    .network-img18 {
        right: 39%;
        bottom: 6%;
    }

    .network-img3 {
        top: 5%;
        right: 41%;
    }

    .network-img6 {
        top: -7%;
    }
}
.socialmediacol2 {
    display: none
}


@media only screen and (min-width: 767px) and (max-width: 800px) {
    .network-img22 {
        top: -9%;
        right: 45.5%;
    }

    .network-img18 {
        right: 37%;
        bottom: 15%;
    }

    .network-img20 {
        top: 19%;
        right: 14%;
    }

    .network-img {
        transform: scale(.5) !important;
    }

    .network-img3 {
        top: 3%;
        right: 41%;
        z-index: 9999;
    }

    .map-section .map-items:hover .network-img {
        transform: scale(.6) !important;
    }

    .network-img1 {
        top: 17px;
    }

    .network-img5 {
        top: -28px;
        right: 29%;
    }

    .network-img2 {
        right: 20%;
        top: 8%;
        z-index: 9999;
    }

    .network-img15 {
        left: 25%;
    }

    .network-img14 {
        left: 26%;
    }

    .network-img21 {
        right: 29%;
        top: 32%;
    }

    .network-img8 {
        top: 27%;
        right: 23%;
    }

    .network-img7 {
        right: 11%;
        top: 10%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

    .network-img {
        transform: scale(.4) !important;
    }

    .network-img4 {
        top: -23px;
        right: 36%;
    }

    .network-img5 {
        top: -14px;
        right: 27%;
    }

    .map-section .map-items:hover .network-img {
        transform: scale(.4) !important;
    }

    .network-img13 {
        top: -8%;
        left: 27%;
    }

    .network-img12 {
        top: 33%;
        left: 13%;
    }

    .network-img6 {
        right: 14%;
        top: -9%;
    }

    .network-img15 {
        bottom: 0px;
        left: 20%;
    }

    .network-img14 {
        bottom: -40px;
        left: 23%;
    }

    .network-img21 {
        right: 31%;
        top: 28%;
    }

    .network-img18 {
        right: 38%;
        bottom: 8%;
    }

    .network-img17 {
        right: 42%;
        top: 33%;
    }

    .network-img2 {
        right: 17%;
        top: 13%;
        z-index: 9999
    }
}

@media only screen and (min-width: 300px) and (max-width: 575px) {
    

    .network-img {
        transform: scale(.3) !important;
    }

    network-img12 {
        top: 25%;
        left: 15%;
    }

    .map-section .map-items:hover .network-img {
        transform: scale(.3) !important;
    }

    .network-img10 {
        left: -6%;
        top: -8%;
    }

    .network-img13 {
        top: -15%;
        left: 22%;
    }

    .network-img11 {
        left: 6%;
    }

    .network-img3 {
        top: 3%;
        right: 33%;
        z-index: 9999;
    }

    .network-img12 {
        top: 13%;
        left: 6%;
    }

    .network-img15 {
        left: 15%;
        bottom: 15px;
    }

    .network-img14 {
        left: 17%;
        bottom: -20px;
    }

    .network-img9 {
        bottom: 3%;
        right: 12%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .network-img16 {
        bottom: 14px;
        right: 105px;
    }
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
    .network-img16 {
        bottom: -5%;
        right: 17%;
    }

    .network-img9 {
        bottom: 0%;
        right: 25%;
    }
}

@media only screen and (min-width: 600px) and (max-width: 767px) {
    .network-img22 {
        top: -4%;
        right: 44.5%;
    }


    .network-img21 {
        right: 29%;
        top: 40%;
    }

    .network-img20 {
        top: 39%;
        right: 12%;
    }

    .network-img16 {
        bottom: -10%;
        right: 20%;
    }

    .network-img17 {
        right: 46%;
        top: 52%;
    }

    .network-img18 {
        right: 37%;
        bottom: -12%;
        z-index: 9999;
    }

    .network-img19 {
        right: 38%;
        top: 50%;
    }

    .network-img9 {
        bottom: -10%;
        right: 27%;
    }

    .network-img3 {
        top: 6%;
        right: 39%;
    }

    .network-img1 {
        right: 30%;
        top: 23px;
    }

    .network-img8 {
        top: 32%;
        right: 20%;
    }
}

@media only screen and (min-width: 481px) and (max-width: 600px) {
    .network-img16 {
        bottom: 13%;
        right: 11%;
    }

    .network-img9 {
        bottom: 13%;
        right: 20%;
    }

    .network-img18 {
        right: 35%;
        bottom: 14%;
    }

    .network-img17 {
        right: 42%;
        top: 33%;
    }

    .network-img19 {
        right: 34%;
        top: 31%;
    }

    .network-img3 {
        top: 2%;
        right: 38%;
    }
}

@media only screen and (min-width: 300px) and (max-width: 480px) {
    .network-img16 {
        bottom: 6%;
        right: 3%;
    }

    .banner.banner-style-2 {
        /*   height: 265.53px;*/
        height: 340.53px;
    }

    .sub-title-banner {
        font-size: 12px;
    }

    .container_mouse .mouse-btn {
        margin: 10px auto 0;
        width: 30px;
        height: 50px;
    }

        .container_mouse .mouse-btn .mouse-scroll {
            animation: scrolling2 1s linear infinite;
        }

    .network-img18 {
        right: 30%;
        bottom: 25%;
        z-index: 9999;
    }

    .network-img19 {
        right: 32%;
        top: 24%;
    }

    .network-img17 {
        right: 37%;
        top: 22%;
    }

    .network-img6 {
        right: 9%;
        top: -17%;
    }
}




@media only screen and (min-width: 575px) and (max-width: 600px) {
    .network-img22 {
        top: -14%;
        right: 42.5%;
    }

    .network-img8 {
        top: 32%;
        right: 20%;
    }

    .network-img1 {
        top: 11px;
        right: 28%;
        z-index: 9999;
    }

    .network-img21 {
        right: 28%;
        top: 26%;
    }

    .network-img20 {
        top: 19%;
        right: 10%;
    }
}

@media only screen and (min-width: 480px) and (max-width: 575px) {
    .network-img22 {
        top: -13%;
        right: 41.5%;
    }

    .network-img4 {
        top: -33px;
        right: 33%;
    }

    .network-img3 {
        top: -5%;
        right: 36%;
    }

    .network-img5 {
        top: -27px;
        right: 24%;
    }

    .network-img21 {
        right: 26%;
        top: 21%;
    }

    .network-img1 {
        top: 1px;
        right: 28%;
        z-index: 9999;
    }

    .network-img6 {
        right: 11%;
        top: -12%;
    }

    .network-img2 {
        right: 14%;
        top: 1%;
        z-index: 9999;
    }

    .network-img8 {
        top: 20%;
        right: 17%;
    }

    .network-img20 {
        top: 18%;
        right: 9%;
    }
}

@media only screen and (min-width: 300px) and (max-width: 480px) {
    .network-img4 {
        top: -41px;
        right: 28%;
    }

    .network-img3 {
        top: -13%;
        right: 32%;
    }

    .network-img5 {
        top: -38px;
        right: 18%;
    }

    .network-img1 {
        top: -18px;
        right: 22%;
        z-index: 9999;
    }

    .network-img2 {
        right: 12%;
        top: -5%;
        z-index: 9999;
    }
}

.services-content, .counter-section {
    margin-top: -2px;
}

.sharethis-inline-share-buttons {
    float: left;
}

@media only screen and (max-width: 991px) {
    .axil-header .header-navbar .header-logo img {
        width: 165px !important;
    }

    .headertitle {
        /*  font-size: 16px;*/
        font-size: 13px;
    }
}

@media only screen and (min-width: 670px) and (max-width: 767px) {
    .network-img7 {
        right: 8%;
        top: 17%;
    }
}

@media only screen and (min-width: 600px) and (max-width: 671px) {
    .network-img7 {
        right: 7%;
        top: 14%;
    }
}

@media only screen and (min-width: 480px) and (max-width: 599px) {
    .network-img7 {
        right: 6%;
        top: 9%;
    }
}


@media only screen and (min-width: 369px) and (max-width: 480px) {
    .network-img7 {
        right: 4%;
        top: 2%;
    }

    .network-img20 {
        top: 10%;
        right: 7%;
    }

    .network-img8 {
        top: 10%;
        right: 14%;
        z-index: 9999;
    }
}

@media only screen and (min-width: 400px) and (max-width: 480px) {
    .network-img21 {
        right: 24%;
        top: 16%;
    }

    .network-img22 {
        top: -19%;
        right: 40.5%;
    }
}

@media only screen and (min-width: 369px) and (max-width: 400px) {
    .network-img21 {
        right: 22%;
        top: 7%;
        z-index: 9999;
    }

    .network-img22 {
        top: -29%;
        right: 36.5%;
    }
}

@media only screen and (min-width: 300px) and (max-width: 368px) {
    .network-img22 {
        top: -33%;
        right: 35.5%;
    }

    .network-img7 {
        right: 0%;
        top: -9%;
    }

    .network-img20 {
        z-index: 9999;
        top: 1%;
        right: 4%;
    }

    .network-img8 {
        top: 7%;
        right: 13%;
        z-index: 9999;
    }

    .network-img21 {
        right: 22%;
        top: 7%;
        z-index: 9999;
    }
}

.bloges-btn {
    margin-top: 30px;
    position: relative;
    z-index: 1;
}

    .bloges-btn:after {
        position: absolute;
        content: "";
        width: 0;
        height: 100%;
        top: 0;
        right: 0;
        z-index: -1;
        background-color: #016d81;
        border-radius: 5px;
        box-shadow: inset 2px 2px 2px 0px rgba(255,255,255,.5), 7px 7px 20px 0px rgba(0,0,0,.1), 4px 4px 5px 0px rgba(0,0,0,.1);
        transition: all 0.3s ease;
    }

    .bloges-btn:hover {
        color: #fff;
    }

        .bloges-btn:hover:after {
            right: auto;
            left: 0;
            width: 100%;
        }

    .bloges-btn:active {
        top: 2px;
    }

.sourse-hint, .sourse-hint2 {
    color: #939393;
}

    .sourse-hint svg {
        width: 18px;
        margin-left: 10px;
        color: #ae8b43;
    }

    .sourse-hint2 svg {
        margin-left: 10px;
        color: #ae8b43;
        width: 18px;
    }

    .sourse-hint strong {
        color: #ae8b43;
        margin: 0 5px;
    }

.sourse-hint2 {
    padding-right: 20px;
    position: relative
}

    .sourse-hint2:before {
        content: "";
        height: 100%;
        position: absolute;
        right: 6px;
        top: 0;
        border: 1px solid #9393932e;
    }

@media only screen and (min-width: 767px) and (max-width: 900px) {
    .news-section .slick-next {
        right: -40px !important;
    }

    .news-section .slick-prev {
        left: -40px !important;
    }
}

@media only screen and (min-width: 767px) and (max-width: 1200px) {
    .news-section .post-thumbnail a img, .all-news .post-thumbnail a img {
        height: 170px !important
    }

    .news-section .news-content {
        height: 300px;
    }

    .all-news .news-content {
        height: 350px;
    }

    .news-section .news-cards, .all-news .news-cards {
        padding: 20px 5px;
    }
}

.img-mobileview {
    display: none !important;
    height: auto !important;
    width: 100%;
}

.img.img-blogview {
    width: 100%;
}

@media (min-width: 992px) and (max-width: 1199px) {

    /*    .address-list p a {
        font-size: 11.8px !important;
    }*/

    /*    .address-list.row {
        left: -184px;
        width: 46%;
    }*/

    .first-col .amec-logo {
        height: 19px;
    }

    .allrights {
        font-size: 5.8px;
        /* margin: 0px 0 0px; */
    }

    /*    .address-list.row {
        left: -184px !important;
    }*/

    .address-list p a {
        /*        font-size: 10px !important;*/
    }
}


@media only screen and (max-width: 480px) {
    .address-list p a, .address-list p {
        font-size: 14px;
    }

    .img-blogview {
        display: none
    }

    .img-mobileview {
        display: block !important
    }

    .sourse-hint svg, .sourse-hint2 svg {
        width: 14px;
        margin-left: 8px;
    }

    .info .author-name span {
        font-size: 12px;
    }
}

@media only screen and (max-width: 992px) {
    .contact-section .col-xs-6 {
        width: 50%
    }

    .contact-section {
        padding: 25px 0 !important;
    }

    .chat-bttn-new {
        bottom: 70px;
    }
}

@media only screen and (max-width: 600px) {
    .chat-bttn-new {
        bottom: 55px;
    }
}


@media only screen and (max-width: 992px) {
    li.menu-item-has-children.lang_drop_down::before {
        display: none
    }

    .mainmenu > .menu-item-has-children > a, .mobile_nave > .menu-item-has-children > a {
        position: relative;
        top: 5px;
    }
}

@media only screen and (max-width: 480px) {
    /*    .address-list p a, .address-list p {
        font-size: 14px;
    }*/

    .mainmenu > .menu-item-has-children > a, .mobile_nave > .menu-item-has-children > a {
        margin-left: 0px;
        position: relative;
        top: 5px;
    }

    li.menu-item-has-children.lang_drop_down::before {
        display: none;
    }
}

@media (min-width: 767px) and (max-width: 1024px) {
    .lastaddress {
        margin: 9px 4px 0;
    }

    .Accredited-title {
        font-size: 14.5px !important;
        margin: -7px 0 0 !important;
    }

    .amec-logo {
        height: 9px !important;
        margin: 0 6px !important;
    }

    .allrights {
        margin: 4px 0 0px !important;
        font-size: 7px !important;
    }

    .address-list.row {
        margin-top: 0px;
    }

        .address-list.row p a {
            font-size: 9px;
        }

    .left-percent {
        left: 36%;
        width: 114%;
        top: -43% !important;
    }
}

@media only screen and (min-width: 1024px) and (max-width : 1280px) {
    .lastaddress {
        margin: 9px 4px 0;
    }

    .Accredited-title {
        font-size: 19px !important;
        margin: -7px 0 0 !important;
    }

    .amec-logo {
        height: 10px !important;
        margin: 0 6px !important;
    }

    .allrights {
        margin: 4px 0 0px !important;
        font-size: 10px !important;
    }

    .address-list.row {
        margin-top: 0px;
    }

        .address-list.row p a {
            font-size: 12px;
        }

    .left-percent {
        left: 36%;
        width: 114%;
        top: -44%;
    }
}

@media only screen and (min-width: 1280px) and (max-width : 1500px) {
    .lastaddress {
        margin: 17px 4px 0 !important;
    }

    .Accredited-title {
        font-size: 20.5px !important;
        margin: -10px 0 0 !important;
    }

    .amec-logo {
        height: 12px !important;
        margin: 0 6px !important;
    }

    .allrights {
        margin: 4px 0 0px !important;
        font-size: 11px !important;
    }

    .address-list.row {
        margin-top: 9px;
    }

        .address-list.row p a {
            font-size: 13px;
        }

    .social-links.row a img {
        width: 48px;
    }
}

.col-lg-5-custum {
    width: 20%;
    padding: 0 5px !important;
}

.col-lg-4-custum {
    width: 25%;
    padding: 0 5px !important;
}

.counterslider {
    display: none
}

.col-lg-3-custum {
    width: 33.33%;
    padding: 0 10px !important;
}

@media only screen and (min-width: 300px) and (max-width: 767px) {
    .col-lg-4-custum, .col-lg-3-custum {
        display: none
    }

    .counterslider {
        display: block;
        margin-top: 30px;
    }

        .counterslider .counterup-progress {
            text-align: center
        }

            .counterslider .counterup-progress .icon img {
                margin: 0 auto
            }

        .counterslider .slick-prev {
            left: 0px !important;
        }

        .counterslider .slick-next {
            right: 0px !important;
        }


    .socialmediacol2 .social-links {
        display: none
    }

    .first-col {
        margin-block: 5px 30px;
        top: 0%;
        left: -7%;
    }

        .first-col .footer-icon {
            margin-right: 30px;
            display: none;
        }

        .first-col .amec-logo {
            padding: 3px;
            height: 19px;
            width: auto;
            background-color: #015666;
            display: block;
        }

    .socialmediacol2 {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        left: -32%;
        margin-top: 24px;
    }

    .lastaddress {
        margin: 15px 22px 0 !important;
        display:flex;
    }

    .Accredited-title {
        font-size: 21px !important;
    }

    .allrights {
        font-size: 9px !important;
        margin: 2px 22px 0px !important;
    }
}

.mobile-contact-pattern {
    position: absolute;
    top: 0;
    right: 0;
    object-fit: cover;
    object-position: left;
    left: 0;
    display: none;
    z-index: 9
}

.mobileproject-pattern, .mobileblog-pattern, .mobileblog {
    display: none
}

.socialmediacol2 {
    display: none
}

@media only screen and (min-width: 300px) and (max-width: 767px) {
    .project-logo {
        margin: 20px 3% 20px;
    }

    .socialmediacol2 a {
        height: 38px;
        width: 38px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 15px 5px 10px;
        background: #016d81;
        box-shadow: 3px 2px 20px #3f3e3e80;
        border-radius: 40px;
        padding: 9px;
    }

        .socialmediacol2 a img {
            height: 100%;
            width: 100%;
            object-fit: contain;
        }

    .project-section .title {
        margin: 0 auto 25px;
    }

    .services-content {
        padding: 5px 0 15px !important;
    }

    .about-seaction {
        background: #fff;
        padding: 10px 0 30px;
    }

    .contact-section {
        padding: 49px 0 25px !important;
    }

    .mobile-contact-pattern {
        display: block;
        opacity: 0.3;
    }

    .services-content {
        background: #f2f2f2;
        border-radius: 0 0 0 45px;
    }

        .about-content h2::before, .services-content h2::before, .counter-section .counter-title::before, .project-section .title::before {
            left: 0;
            margin: 0 auto;
            right: 0;
            bottom: -10px;
        }

    .section-heading .title {
        font-size: 38px;
        font-weight: 700;
    }

    .about-content h2 {
        color: #016d82;
    }

    .about-content p {
        font-size: 22px;
        color: #4f4f4f !important;
        font-weight: 600;
    }

    .socialmediacol2 {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .downloadingbtn {
        margin-top: 0 !important;
    }

        .downloadingbtn .btn {
            background: transparent;
            color: #CFA447 !important;
            flex-direction: column;
            font-weight: 400 !important
        }

            .downloadingbtn .btn img {
                display: flex;
                width: 24px;
                margin-top: 5px;
            }

            .downloadingbtn .btn:hover {
                background-color: transparent;
            }

    .first-col {
        display: block;
        text-align: center;
    }

        .first-col .footer-icon {
            display: none;
            height: auto;
            margin-right: 25px;
            width: 85%;
        }

        .first-col .footer-icon_responsive {
            display: flex;
            justify-content: center;
            height: auto;
            margin: auto;
        }



        .first-col div {
            display: flex;
            align-items: self-start;
            justify-content: center;
        }

            .first-col div h2 {
                margin-right: 10px;
            }

    .center-column {
        display: none
    }

    span.services-img {
        margin: 0 auto 5px !important;
    }

    .services-items {
        text-align: center;
    }

        .services-items img.services-path {
            display: none;
        }

    .news-section {
        background: #ffffff;
        padding-top: 30px !important;
        margin-top: 0;
        padding-bottom: 65px !important;
    }

    .active-dark-mode .mobileblogslide .containu-btn {
        color: #bababa;
    }

    .contact-pattern2, .contact-pattern1 {
        display: none
    }

    .socialmediacol {
        display: none;
    }

    .socialmediacol2 .social-links a img {
        width: 75px;
    }

    .socialmediacol2 .social-links {
        justify-content: space-between;
        display: flex;
        align-items: center;
        margin: 20px 0 0;
    }

    .div-counter {
        background: #fff;
    }

    .map-pattern, .project-pattern {
        display: none
    }

    .counter-section {
        margin: 0;
        border-radius: 45px 0px 0 0;
    }

        .counter-section .counter-title span {
            color: #ffffff;
        }

    .col-lg-5-custum {
        width: 50%;
    }

    .counterup-progress .icon img {
        display: none;
    }

    /*    .counterup-progress .count-number {
            direction: rtl;
        }
*/
    .project-section {
        margin: 0;
        border-radius: 0;
        background: #f9f9f9;
        background-image: none !important;
    }

    #op-portfolio {
        background-image: none;
        background: #f9f9f9;
    }

    .project-logo .project-items {
        width: 26%;
        height: 70px;
        margin: 20px 10px;
        object-fit: contain;
    }

        .project-logo .project-items img, .project-logo-slider .project-items img {
            filter: brightness(0.7);
        }

            .project-logo .project-items img.active {
                filter: brightness(1);
            }

    .services-content h2, .project-section .title {
        color: #016d82;
    }

    .mobileproject-pattern {
        position: absolute;
        left: -34%;
        bottom: 2%;
        width: 100%;
        display: block;
        opacity: 0.04;
    }

    .active-dark-mode .mobileproject-pattern {
        opacity: 0.1;
    }

    .mobileblog-pattern {
        position: absolute;
        bottom: 0;
        right: 0;
        object-fit: cover;
        object-position: left;
        left: 0;
        display: block;
        opacity: 0.8;
    }

    .news-section .container {
        max-width: 100%;
        padding: 0
    }

    .mobileblogslide {
        /*      max-width: 320px !important;*/
        transform: scale(.96);
        padding: 25px 12px !important;
    }

    .slick-list {
        max-height: 450px;
    }

    .mobileblog {
        display: block;
        margin: 30px 0
    }

    .mobileblogeimge {
        height: 280px;
        width: 100%;
        object-fit: cover;
        object-position: center;
        border: 4px solid #ecedef;
        border-radius: 20px;
    }

    .mobileblogslide .containu-btn {
        position: relative;
        bottom: 20px;
        color: #606060;
    }

    .mobileblogslide .post-content {
        padding: 0 10px;
        max-width: 314px;
    }

        .mobileblogslide .post-content h6 {
            font-size: 17px;
            color: #000;
            font-weight: 600;
        }

    .active-dark-mode .mobileblogslide .post-content h6 {
        color: #dad9d9 !important
    }

    .recent-post-slide {
        display: none
    }

    .mobileblogslide.slick-slide.slick-current.slick-active.slick-center {
        transform: scale(1.04);
    }

    .news-section .section-heading .title::before {
        right: 0;
        left: 0;
        margin: 0 auto;
    }
    /*    .active-dark-mode .counter-section .counter-title span {
        color: #CFA447;
    }*/
    .active-dark-mode .counter-section {
        background: #006677;
    }

    .active-dark-mode .news-section, .active-dark-mode .containerMobileOnly {
        background-color: #000000;
    }

    .active-dark-mode .services-title {
        color: #cfa448 !important;
    }

    .active-dark-mode .header-action .sidemenu-btn .btn-wrap span {
        background-color: var(--dark-title-light);
    }

    .active-dark-mode .news-section .section-heading .title {
        color: #016d82 !important
    }

    .active-dark-mode .axil-mainmenu.axil-sticky .header-action .sidemenu-btn .btn-wrap span {
        background-color: var(--dark-title-light);
    }

    .active-dark-mode .axil-mainmenu.axil-sticky .header-action .sidemenu-btn .btn-wrap {
        background-color: var(--color-body);
    }

    .contact-title {
        color: #DDB057 !important;
        font-size: 26px;
    }

    .first-col .amec-logo {
        height: 7px;
    }
}

@media only screen and (min-width: 500px) and (max-width: 767px) {
    .mobileblogslide {
        max-width: fit-content !important;
    }

        .mobileblogslide.slick-slide.slick-current.slick-active.slick-center {
            transform: scale(.96);
        }
}

@media (max-width: 767px) {
    .containerMobileOnly {
        display: flex;
        flex-direction: column;
    }

    #op-service {
        order: 2;
    }

    #op-portfolio {
        order: 1;
    }
}
/*********************************************************************/
.video_footer {
    height: auto;
    position: relative;
}


.footer_left {
    flex: 1;
    align-self: center;
}

.footerlogo {
    width: 180px
}

.amec-logo {
    height: 14px;
    margin: 0 6px;
}

.contact-line {
    grid-column-gap: 16px;
    align-items: flex-start;
    display: flex;
    justify-content: flex-start;
    width: 80%;
}

    .contact-line svg {
        color: #fff;
        width: 24px;
        height: 24px;
        object-fit: contain;
        object-position: top;
    }

.contact_text {
    color: #fff;
    /*  text-transform: uppercase;*/
    font-size: 20px;
    line-height: 24px;
}

.form-heading {
    font-size: 32px;
    text-transform: initial;
    font-weight: 700;
    color: #fff !important;
    width: 100%;
    position: relative;
    letter-spacing: -1px;
    margin: 0px 0 25px;
}

.contact-line:hover svg, .contact-line:hover .contact_text {
    color: #cfa447;
    transition: all 600ms ease-in-out;
}

.contacts_lines {
    grid-row-gap: 16px;
    flex-direction: column;
    margin-top: 40px;
    display: flex
}

.w-background-video {
    position: relative;
    overflow: hidden;
    /*    height: 500px;*/
    color: #fff
}

.background-video-2 {
    position: static;
}

.background-video {
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,.5));
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%
}

video {
    display: inline-block;
    vertical-align: baseline;
}

.w-background-video > video {
    background-size: cover;
    background-position: 50% 50%;
    position: absolute;
    margin: auto;
    width: 100%;
    height: 100%;
    right: -100%;
    bottom: -100%;
    top: -100%;
    left: -100%;
    object-fit: fill;
    z-index: 0;
}

    .w-background-video > video::-webkit-media-controls-start-playback-button {
        display: none !important;
        -webkit-appearance: none
    }

.w-background-video--control {
    position: absolute;
    bottom: 1em;
    right: 1em;
    background-color: transparent;
    padding: 0
}

    .w-background-video--control > [hidden] {
        display: none !important
    }

.w-layout-blockcontainer {
    padding-top: 72px;
    padding-bottom: 72px;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    max-width: 1010px;
    position: relative;
    z-index: 9;
    justify-content: center
}

.footer_left {
    flex: 1;
    align-self: center;
    max-width: 532px
}

.vediocover {
    /* background: #016d81e0;*/
    z-index: 1;
    position: absolute;
    margin: auto;
    width: 100%;
    height: 100%;
    right: -100%;
    bottom: -100%;
    top: -100%;
    left: -100%;
    object-fit: cover;
}

#pills-tab button {
    background: transparent;
    border: 2px solid transparent;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    border-radius: 0;
    padding: 0 10px 10px 10px;
}

    #pills-tab button.active {
        border-bottom: 2px solid #CFA448;
        color: #CFA448;
    }

.contact-input {
    height: 50px;
    background: #ffffffd6;
    margin-bottom: 10px;
    border: none;
    border-radius: 5px;
    width: 100%;
    padding: 15px 20px;
    outline: none;
    color: var(--color-text-dark);
    text-align: center
}

textarea.contact-input {
    height: 100px;
}

.phone-and-email {
    grid-column-gap: 12px;
    display: flex;
}

.contact-input::placeholder,
.contact-input::placeholder {
    color: #9a9a9a !important;
}

.submit_button {
    margin: 0 auto;
    font-size: 18px;
}

.form_container {
    z-index: 9;
    position: relative;
    margin: 0 10%;
    text-align: center;
}

    .form_container .nav-pills {
        justify-content: center;
    }

.lastaddress {
    /* display: flex; */
    align-items: baseline;
    z-index: 9;
    /*    position: relative;*/
    margin: 15px 4px 0;
    /*    left: -38%;*/
    /*    width: max-content;*/
}

.inline-m {
    margin-inline-start: 6%;
}


.Accredited-title {
    font-size: 21px;
    text-transform: initial;
    font-weight: 600;
    color: #DDB057;
    width: max-content;
    position: relative;
    margin: -4px 0 0;
}


.allrights {
    z-index: 9;
    position: relative;
    color: #fff;
    font-size: 13px;
    margin: 2px 0 0px;
}

@media (min-width: 300px) and (max-width: 992px) {
    .form_container {
        margin: 25px 0%;
    }
}

@media (min-width: 300px) and (max-width: 767px) {
    .mobile-hidden {
        display: none !important
    }

}

span.symbol2 {
    font-size: 28px;
    position: relative;
    display: inline-flex;
    color: #caa83d;
    font-weight: 700;
    /* left: 15%; */
    margin: 0 5px 0 0px;
    /* top: -8px; */
}

.axil-header.header-style-2 .axil-mainmenu.axil-sticky li a {
    color: var(--color-primary);
}

.cta-background-image .w-background-video {
    /*    height:100%*/
}

.cta-background-image .vediocover {
    background: #00000063;
}

.mainmenu-nav.offcanvas li a {
    color: var(--color-primary);
}

.lang_drop_down .axil-submenu li.active a, .lang_drop_down .axil-submenu li:last-child:hover a, .lang_drop_down .axil-submenu li:first-child:hover a {
    color: #fff !important
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
    span.symbol2 {
        font-size: 20px;
    }
}

.ser_dir_ltr {
    direction: ltr
}

.video-logo {
    width: 265px;
}

@media only screen and (min-width: 300px) and (max-width: 480px) {
    .video-logo {
        width: 180px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 650px) {
    .video-logo {
        width: 235px;
    }

    .sub-title-banner {
        font-size: 16px;
    }
}

.axil-mainmenu .header-logo {
    display: none
}

.axil-mainmenu.axil-sticky .header-logo {
    display: block
}

.blogpage .header {
    position: relative;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.blogpage .axil-mainmenu {
    padding: 13px 15px 0;
}

.blogpage .header-logo {
    display: block;
}

.blogpage .mainmenu > li > a {
    color: var(--color-primary);
}

.blogpage .mainmenu-nav {
    padding-top: 8px;
}

.content1 {
    display: flex;
    align-items: flex-start;
}

@media only screen and (min-width: 767px) {
    .hiddendesktop {
        display: none
    }
}


.fisrt-col {
    width: fit-content;
    position: relative;
    top: 24%;
}

.active-dark-mode #op-contact .first-col .footer-icon {
    height: auto;
    margin-right: 25px;
    width: 38%;
    margin-block-start: 0;
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    mask-image: linear-gradient(to right, rgb(0 0 0 / 89%), rgb(0 0 0 / 0%));
}

.left-percent {
    left: 36%;
    width: 114%;
    top: -46%;
}

@media only screen and (min-width: 993px) and (max-width: 1200px) {
    .news-section .post-thumbnail a img, .all-news .post-thumbnail a img {
        height: 220px !important;
    }

    .news-section .news-content {
        height: 350px;
    }
}
