/*---------------------------------------------
Project Name: Sacred Spouses
Description: Muslim Social Network
Author: Aildco LLC
Author URL: https://aildco.com/
--------------------------------------------*/

@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: #3DB2FF;
    --color-sand-crystal: #FFEDDA;
    --color-garuda-gold: #FFB830;
    --color-red-flag: #ff2442;
    --color-pink-light: #f6ecee;
    /*--color-pink-light: #f5e5e8;*/
    /*--color-primary: #5956E9;*/
    /*--color-primary: #33f7c8;*/
    --color-white: #ffffff;
    --color-black: #000000;
    --color-light: #ECF2F6;
    --color-dark: #27272E;
    --color-text-dark: #292930;
    /*--color-accent1: #FFDC60;*/
    --color-accent1: #f6fa5e;
    --color-accent2: #FAB8C4;
    --color-blue-shade: #6865FF;
    --color-link: #2522BA;
    --color-mabel: #DBF8FF;
    --color-fog: #DBDEFF;
    --color-pink-shade: #FFD3DB;
    --color-peach: #FFEDDC;
    --color-rose: #C75C6F;
    --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-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%);
    --border-light: 1px solid #E3E6E9;
    --border-lighter: 1px solid #ECF2F6;
    --border-dark: 1px solid var(--color-ship-gray);
    --border-gray: 1px solid var(--color-gray-4);
    --font-primary: "DM Sans", 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 Styles
-------------------------*/
a {
    display: inline-block;
    text-decoration: none;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

span {
    display: inline-block;
}

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-left: 0;
    list-style: none;
    margin-bottom: 0;
}

.list-unstyled li img {
    width: 40px;
    height: 40px;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    padding-left: 15px;
    padding-right: 15px;
}

@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;
}

/*-------------------------
    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;
}

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;
    }
}

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;
    }
}

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;
}

/*-------------------------
    Forms Styles
-------------------------*/
.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-red-flag);
    color: var(--color-white);
    border-radius: 16px !important;
    margin-left: 0 !important;
    padding: 10px 28px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    font-weight: 600;
}

.input-group .subscribe-btn:hover {
    opacity: .7;
}

@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-light {
    background-color: var(--color-light);
}

.bg-color-light-pink {
    background-color: #f6ecee;
}

.red {
    color: var(--color-red-flag) !important;
}


/*-------------------------
    Back To Top  
--------------------------*/
.back-to-top {
    position: fixed;
    bottom: -40px;
    right: 40px;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: var(--color-red-flag);
    color: #fff;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
    z-index: 9;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

@media only screen and (max-width: 575px) {
    .back-to-top {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
}

.back-to-top:focus {
    color: var(--color-white);
}

.back-to-top.show {
    bottom: 40px;
    right: 40px;
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

@media only screen and (max-width: 575px) {
    .back-to-top.show {
        bottom: 10px;
        right: 10px;
    }
}

.back-to-top.show:hover {
    color: var(--color-white);
    bottom: 30px;
    opacity: 1;
}

@media only screen and (max-width: 575px) {
    .back-to-top.show:hover {
        bottom: 10px;
    }
}


/*-------------------------
    Breadcrumb
-------------------------*/
.breadcrumb-area {
    /*background: var(--gradient-primary);*/
    background-color: var(--color-white);
    padding: 100px 0 70px;
    position: relative;
    z-index: 1;
    text-align: center;
}

@media only screen and (max-width: 1199px) {
    .breadcrumb-area {
        margin-top: -120px;
    }
}

@media only screen and (max-width: 767px) {
    .breadcrumb-area {
        padding: 150px 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-red-flag);
    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-red-flag);
}

.breadcrumb li:last-child:after {
    display: none;
}

.breadcrumb .title {
    margin-bottom: 0;
    /*width: 80%;*/
    width: 100%;
}

@media only screen and (max-width: 991px) {
    .breadcrumb .title {
        width: 100%;
    }
}

@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: var(--color-black);
    /*width: 55%;*/
    width: 100%;
    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: 16px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.04em;
    /*padding: 18px 55px;*/
    padding: 10px 40px;
    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-white);
    color: var(--color-primary);
    border: 2px solid var(--color-primary);
    overflow: hidden;
}

.axil-btn.btn-fill-primary::after {
    content: "";
    height: 300px;
    width: 300px;
    background-color: var(--color-primary);
    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-primary);
    border-color: var(--color-primary);
    color: var(--color-white);
}

.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%;
}

/*-------------------------
    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-red-flag);
    font-weight: 500;
    font-size: 20px;
    font-family: var(--font-primary);
    margin-bottom: 15px;
}

@media only screen and (max-width: 991px) {
    .section-heading .subtitle {
        font-size: 18px;
    }
}

@media only screen and (max-width: 767px) {
    .section-heading .subtitle {
        font-size: 16px;
    }
}

@media only screen and (max-width: 1199px) {
    .section-heading .title {
        font-size: 60px;
    }
}

@media only screen and (max-width: 991px) {
    .section-heading .title {
        font-size: 50px;
    }
}

@media only screen and (max-width: 575px) {
    .section-heading .title {
        font-size: 38px;
    }
}

@media only screen and (max-width: 479px) {
    .section-heading .title {
        font-size: 34px;
    }
}

.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 .title {
    color: var(--color-white);
}

.heading-light p {
    color: var(--color-gray-4);
}

.heading-left {
    text-align: left;
}

.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: 90%;
    }
}

@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: 40%;
    left: 30%;
    -webkit-animation: movingleftright1 infinite 17000ms;
    animation: movingleftright1 infinite 17000ms;
}

.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 23000ms;
    animation: movingleftright2 infinite 23000ms;
}

.shape-group-9 .shape.shape-4 {
    top: 44%;
    right: 28%;
    -webkit-animation: movingleftright1 infinite 27000ms;
    animation: movingleftright1 infinite 27000ms;
}

.shape-group-9 .shape.shape-5 {
    top: 50%;
    right: 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;
}

.shape-group-9 .shape.shape-7 {
    top: 70%;
    left: 15%;
    -webkit-animation: movingleftright1 infinite 15000ms;
    animation: movingleftright1 infinite 15000ms;
}

.shape-group-9 .shape.shape-8 {
    top: 30%;
    right: 15%;
    -webkit-animation: movingleftright1 infinite 15000ms;
    animation: movingleftright1 infinite 15000ms;
}

@media only screen and (max-width: 767px) {
    .shape-group-9 .shape.shape-6 {
        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);
    }
}

.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: rgb(0, 0, 0);
}

.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-us .section-heading p {
    width: 100%;
}

.contact-form-box {
    background-color: var(--color-white);
    padding: 50px;
    border-radius: 30px;
}

@media only screen and (max-width: 767px) {
    .contact-form-box {
        padding: 40px 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: 150px;
    width: 150px;
    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: 120px;
        width: 120px;
        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;
    min-height: 800px;
}

@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: 80px;
    font-weight: 700;
    color: var(--color-dark);
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .banner .banner-content .title {
        font-size: 68px;
    }
}

@media only screen and (max-width: 1199px) {
    .banner .banner-content .title {
        font-size: 60px;
    }
}

@media only screen and (max-width: 991px) {
    .banner .banner-content .title {
        font-size: 55px;
    }
}

@media only screen and (max-width: 767px) {
    .banner .banner-content .title {
        font-size: 40px;
    }
}

.banner .banner-content .subtitle {
    font-size: var(--font-body-1);
    margin-bottom: 40px;
    width: 90%;
    color: var(--color-black);
}

.banner .banner-content .axil-btn {
    padding: 13px 50px;
    margin-top: 20px;
}

@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;
    padding-left: 40px;
    text-align: center;
}

@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: 50px;
    line-height: 1.3;
    margin: 0;
}

.banner.banner-style-1 .banner-content .subtitle-halal {
    /*color: #9b41fe;*/
    color: var(--color-primary);
    font-size: 36px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .banner.banner-style-1 .banner-content .title {
        font-size: 36px;
    }
}

@media only screen and (max-width: 1199px) {
    .banner.banner-style-1 .banner-content .title {
        font-size: 45px;
    }
}

@media only screen and (max-width: 991px) {
    .banner.banner-style-1 .banner-content .title {
        font-size: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .banner.banner-style-1 .banner-content .title {
        font-size: 30px;
    }
}

.banner.banner-style-1 .banner-thumbnail {
    z-index: 5;
    position: relative;
}

.banner.banner-style-1 .banner-thumbnail img {
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
    position: absolute;
    right: 0;
    top: 0;
}

@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 95px;
    padding: 250px 0 300px 200px;
    background-color: var(--color-link);
    border-radius: 60px;
    overflow: hidden;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .banner.banner-style-2 {
        padding: 150px 0 200px 100px;
        min-height: 600px;
        margin: 0 30px;
    }
}

@media only screen and (max-width: 1199px) {
    .banner.banner-style-2 {
        margin: 0 30px;
        padding: 150px 60px;
        min-height: 600px;
    }
}

@media only screen and (max-width: 991px) {
    .banner.banner-style-2 {
        min-height: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .banner.banner-style-2 {
        padding: 80px 30px;
    }
}

@media only screen and (max-width: 575px) {
    .banner.banner-style-2 {
        margin: 0 15px;
    }
}

.banner.banner-style-2 .banner-content {
    margin-bottom: 0;
}

.banner.banner-style-2 .banner-content .title {
    color: var(--color-white);
    margin-bottom: 40px;
}

.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;
    }
}

@media only screen and (max-width: 767px) {
    .banner.banner-style-3 {
        padding: 150px 0 100px;
    }
}

.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.1em;
    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: 100%;
    width: 100%;
    /*background-color: #c2dbe0;*/
    background-color: var(--color-white);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.call-to-action-area .axil-btn.btn-borderd:hover {
    color: var(--color-white);
    background-color: var(--color-red-flag);
    border-color: var(--color-red-flag);
}

@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-black);
    font-size: 30px;
}

.call-to-action .section-heading .title {
    width: 60%;
    margin: 0 auto 55px;
    color: var(--color-black);
    font-weight: 400;
}

@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;
    }
}


/*-------------------------
    Contact
-------------------------*/
.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 .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-white);
    font-weight: 700;
    margin-bottom: 10px;
}

.contact-address .address p {
    font-family: var(--font-primary);
    font-weight: 500;
    font-size: 24px;
    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-white);
}

/*-------------------------
   Counter Up
-------------------------*/
.counterup-progress {
    background: transparent;
    border: 1px solid;
    border-image-source: linear-gradient(0deg, #27272E 64.45%, rgba(74, 75, 86, 0.72) 100%);
    text-align: center;
    padding: 70px 20px 60px;
    border-radius: 30px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
    .counterup-progress {
        padding: 40px 20px;
    }
}

@media only screen and (max-width: 575px) {
    .counterup-progress {
        padding: 30px 10px;
    }
}

.counterup-progress .icon {
    margin-bottom: 20px;
}

.counterup-progress .count-number {
    font-weight: 500;
    color: var(--color-primary);
    font-family: var(--font-primary);
    margin-bottom: 10px;
    letter-spacing: -0.045em;
}

@media only screen and (max-width: 767px) {
    .counterup-progress .count-number {
        letter-spacing: 0;
    }
}

.counterup-progress .count-number span.symbol {
    margin: 0 -6px;
}

.counterup-progress .title {
    color: var(--color-white);
}

.counterup-progress:hover, .counterup-progress.active {
    background: var(--gradient-dark);
}

.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 p {
    width: 100%;
}

.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 rgb(153, 161, 170);
    -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 {
    min-height: 900px;
    background-color: var(--color-white);
    padding: 40px;
    border-radius: 30px;
    position: relative;
    margin-bottom: 30px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.pricing-table.package-1 {
    background-color: var(--color-white);
}

.pricing-table.package-2 {
    /*background-color: #c2dbe0;*/
    border: 1px solid var(--color-red-flag);
    background-color: var(--color-white);
}

.pricing-table.package-3 {
    /*background-color: var(--color-black);*/
    border: 3px solid var(--color-red-flag);
    background-color: var(--color-white);
}

@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 {
    min-height: 100px;
    color: var(--color-black);
    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 rgb(227, 230, 233);
    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 .yearly-pricing {
    display: none;
}

.pricing-table .pricing-body {
    margin-top: 30px;
}

.pricing-table .pricing-body li {
    padding: 12px 0 12px 34px;
    color: var(--color-black);
    position: relative;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.pricing-table .pricing-body li:before {
    content: "\f00c";
    font-family: var(--font-awesome);
    font-weight: 900;
    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.package-3 .pricing-header .title,
.pricing-table.package-3 .pricing-header .subtitle,
.pricing-table.package-3 .pricing-header .price-wrap .amount,
.pricing-table.package-3 .pricing-header .axil-btn.btn-borderd,
.pricing-table.package-3 .pricing-body li {
    /*color: var(--color-white);*/
    color: var(--color-black);
}

.pricing-table .axil-btn.btn-borderd:hover,
.pricing-table.package-3 .axil-btn.btn-borderd:hover {
    color: var(--color-white);
    background-color: var(--color-red-flag);
    border-color: var(--color-red-flag);
}

/*.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-black);
}

.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%);
}


/*-------------------------
    Service
-------------------------*/
.services-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 50px 50px 40px;
    border-radius: 30px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
    transition: var(--transition);
    /*background-color: var(--color-primary);*/
    background-color: #b8e1ff;
    min-height: 300px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .services-grid {
        padding: 50px 30px 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 25px;
    }
}

.services-grid .thumbnail {
    margin-right: 25px;
    max-width: 56px;
}

@media only screen and (max-width: 1199px) {
    .services-grid .thumbnail {
        max-width: 56px;
    }
}

@media only screen and (max-width: 991px) {
    .services-grid .thumbnail {
        width: 56px;
        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-left: 50px;
}

.services-grid .content .more-btn:before {
    content: "";
    width: 34px;
    height: 1px;
    background-color: var(--color-white);
    position: absolute;
    top: 50%;
    left: 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;
}

.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 {
    margin-bottom: 30px;
}

.services-grid.service-style-2:after {
    display: none;
}

.services-grid.service-style-2 .content .title a {
    color: var(--color-text-dark);
    font-weight: 600;
}

.services-grid.service-style-2 .content p {
    color: var(--color-black);
    opacity: 1;
    overflow: hidden;
}

.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 .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);
}


/*-------------------------
   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-red-flag);
}

.testimonial-grid.testimonial-light p {
    color: var(--color-white);
}

.testimonial-grid.testimonial-light .author-info .content .name {
    color: var(--color-white);
}


/*-------------------------
    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 h5 {
    margin-bottom: 5px;
}

.privacy-policy-area p {
    line-height: 1.7;
    margin-bottom: 15px;
}

.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
-------------------------*/
@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}


@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: auto;
    }
}


/*-------------------------
   Header Styles
-------------------------*/
.axil-header {
    position: relative;
    z-index: 4;
}

.axil-header .header-navbar {
    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;
}

.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;
}

@media only screen and (max-width: 991px) {
    .axil-header .header-navbar .header-logo img {
        width: 150px;
    }
}

.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;
    }
}

.header-navbar .header-logo .light-version-logo,
.header-navbar .header-logo .sticky-logo {
    width: 180px;
}

.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: 50px 80px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .axil-header.header-style-2 .axil-mainmenu {
        padding: 35px 15px;
    }
}

@media only screen and (max-width: 1199px) {
    .axil-header.header-style-2 .axil-mainmenu {
        padding: 35px 15px;
    }
}

@media only screen and (max-width: 575px) {
    .axil-header.header-style-2 .axil-mainmenu {
        padding: 30px 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 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.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 .header-action .sidemenu-btn .btn-wrap {
    background-color: var(--color-body);
}

.axil-mainmenu.axil-sticky .header-action .sidemenu-btn .btn-wrap span {
    background-color: var(--color-white);
}

.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: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

.mainmenu > li {
    margin: 0 24px;
}

@media only screen and (max-width: 1199px) {
    .mainmenu > li {
        margin: 0 12px;
    }
}

.mainmenu > li > a {
    /*color: var(--color-body);*/
    color: #00002d;
    font-weight: 500;
    font-size: var(--font-body-2);
    font-family: var(--font-primary);
    line-height: 60px;
    height: 60px;
    display: block;
    position: relative;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.mainmenu > li > a::before {
    content: "";
    height: 2px;
    width: 0;
    background-color: var(--color-red-flag);
    position: absolute;
    bottom: 12px;
    left: 0;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.mainmenu > li > a:hover {
    color: var(--color-red-flag);
}

.mainmenu > li > a:hover::before {
    opacity: 1;
    width: 100%;
}

.mainmenu > li > a.active {
    color: var(--color-red-flag);
}

.mainmenu > li > a.active::before {
    width: 100%;
    opacity: 1;
}

.mainmenu > .menu-item-has-children {
    position: relative;
}

.mainmenu > .menu-item-has-children > a {
    position: relative;
    margin-right: 20px;
}

.mainmenu > .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;
    right: -20px;
}

.mainmenu > .menu-item-has-children .axil-submenu {
    position: absolute;
    top: 100%;
    left: 20px;
    background: #ffffff;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    min-width: 250px;
    padding: 15px 10px;
    border-radius: 4px;
    -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 {
    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 {
    position: relative;
    font-size: 14px;
    text-transform: capitalize;
    color: var(--color-body);
    font-weight: 500;
    padding: 7px 15px;
    border-radius: 4px;
    display: block;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

/*.mainmenu > .menu-item-has-children .axil-submenu li a::after {
    content: "";
    height: 1px;
    width: 0;
    background-color: var(--color-red-flag);
    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 {
    color: var(--color-red-flag);
}

.mainmenu > .menu-item-has-children .axil-submenu li a:hover::after {
    width: 100%;
}

.mainmenu > .menu-item-has-children .axil-submenu li a.active {
    color: var(--color-red-flag);
}

.mainmenu > .menu-item-has-children .axil-submenu li a.active::after {
    width: 100%;
}

.mainmenu > .menu-item-has-children:hover .axil-submenu {
    opacity: 1;
    visibility: visible;
    z-index: 9;
    left: 0;
}

.mainmenu > .menu-item-has-children:hover .axil-submenu li {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.mainmenu > .menu-item-has-children:hover .axil-submenu li:nth-child(1n) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.mainmenu > .menu-item-has-children:hover .axil-submenu li:nth-child(2n) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.mainmenu > .menu-item-has-children:hover .axil-submenu li:nth-child(3n) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.mainmenu > .menu-item-has-children:hover .axil-submenu li:nth-child(4n) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.mainmenu > .menu-item-has-children:hover .axil-submenu li:nth-child(5n) {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.mainmenu > .menu-item-has-children:hover .axil-submenu li:nth-child(6n) {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.mainmenu > .menu-item-has-children:hover .axil-submenu li:nth-child(7n) {
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s;
}

.mainmenu > .menu-item-has-children:hover .axil-submenu li:nth-child(8n) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.mainmenu > .menu-item-has-children:hover .axil-submenu li:nth-child(9n) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.mainmenu > .menu-item-has-children:hover .axil-submenu li:nth-child(10n) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.mainmenu > .menu-item-has-children:hover .axil-submenu li:nth-child(11n) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.mainmenu > .menu-item-has-children:hover .axil-submenu li:nth-child(12n) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.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.login-btn-group > li > a {
    color: #00002d;
}

.header-action > ul.login-btn-group > li.register-btn > a {
    color: #fff;
    background-color: var(--color-red-flag);
    border: 1px solid var(--color-red-flag);
    padding: 10px 20px;
    text-align: center;
    border-radius: 10px;
    font-weight: bold;
}

.header-action > ul.login-btn-group > li.register-btn > a:hover {
    color: var(--color-white);
    border-color: #ff6479;
    background-color: #ff6479;
}

.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: 50%;
    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 {
        height: 50px;
        width: 50px;
    }
}

.header-action .sidemenu-btn .btn-wrap span {
    height: 2px;
    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: 10px;
    margin-right: -10px;
}

.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: var(--color-body);
}

.header-action .sidemenu-btn .btn-wrap.btn-dark span {
    background-color: var(--color-white);
}

@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 40px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-action .header-btn .axil-btn {
        padding: 15px 25px;
    }
}

@media only screen and (max-width: 991px) {
    .header-action .header-btn {
        margin-right: 30px;
    }
}

@media only screen and (max-width: 575px) {
    .header-action .header-btn {
        display: none;
    }
}

@media only screen and (min-width: 992px) {
    .header-action .mobile-menu-btn {
        display: none;
    }
}

.header-action .mobile-menu-btn .btn-wrap {
    height: 50px;
    width: 50px;
}

.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-bottom: 1px solid var(--color-fog);
}

@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: transparent;
    height: 30px;
    width: 30px;
    border: 2px solid var(--color-gray-4);
    border-radius: 10px;
    color: var(--color-dark);
    font-size: 14px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    line-height: 1;
}

.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: 0.2s;
        transition: 0.2s;
        z-index: 1050;
    }

    .mainmenu-nav.show {
        left: 0;
    }

    .mainmenu-nav .mainmenu {
        display: block;
        height: 100%;
        overflow: auto;
    }

    .mainmenu-nav .mainmenu > li {
        border-bottom: 1px solid var(--color-fog);
    }

    .mainmenu-nav .mainmenu > li > a {
        height: 50px;
        line-height: 50px;
    }

    .mainmenu-nav .mainmenu > li > a::before {
        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;
    }

    .mainmenu > .menu-item-has-children > a .submenu-toggle-btn {
        position: absolute;
        top: 0;
        right: -20px;
        height: 50px;
        width: 12px;
        background-color: transparent;
        z-index: 5;
    }

    .mainmenu > .menu-item-has-children > a:after {
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

    .mainmenu > .menu-item-has-children.open > a {
        color: var(--color-primary);
    }

    .mainmenu > .menu-item-has-children.open > a:after {
        color: var(--color-primary);
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}


/*-------------------------
   Footer Styles
-------------------------*/
.footer-area {
    padding: 100px 0 20px;
}

.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: flex-end;
    -ms-flex-pack: justify;
    justify-content: flex-end;
    margin: 0 -5px;
}

.footer-social-link ul li a {
    color: var(--color-black);
    font-size: 20px;
    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-primary);
}

.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-black);
}

.footer-copyright .copyright-text a {
    color: var(--color-primary);
}

.footer-copyright .copyright-text a:hover {
    color: var(--color-red-flag);
}

@media only screen and (max-width: 767px) {
    .footer-bottom-link {
        text-align: center;
    }
}

.footer-bottom-link ul li {
    padding: 0 20px;
    display: inline-block;
    position: relative;
}

.footer-bottom-link ul li:last-child {
    padding-right: 0;
}

.footer-bottom-link ul li a {
    color: var(--color-gray-1);
}

.footer-bottom-link ul li a:hover {
    color: var(--color-red-flag);
}


/*-------------------------
    Section Space
-------------------------*/
.section-padding {
    padding: 100px 0 90px;
}

@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;
    }
}

.mb--100 {
    margin-bottom: 100px;
}

/* Home third part */
.page-intro-cerv .cont {
    padding: 60px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.page-intro-cerv p {
    line-height: 1.8;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    color: #777;
    margin: 0;
}

.page-intro-cerv .bg-dots {
    position: absolute;
    bottom: -250px;
    left: 60px;
    width: 50%;
    height: 250px;
    background-repeat: repeat;
    background-size: 6px;
    opacity: .6;
}

.page-intro-cerv .img {
    padding: 15px;
    height: 100%;
}

.fit-img {
    overflow: hidden;
}

.fit-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.bord-thin-right {
    border-right: 1px solid rgba(0, 0, 0, 0.14);
}

.bord-thin-left {
    border-left: 1px solid rgba(0, 0, 0, 0.14);
}

.bord-thin-top {
    border-top: 1px solid rgba(0, 0, 0, 0.14);
}

.position-re {
    position: relative;
}

.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mt-100 {
    margin-top: 100px !important;
}

.fz-100 {
    font-size: 100px !important;
    line-height: 1.1;
}


/* Help */
.fw-600 {
    font-weight: 600 !important;
}

.pt-25 {
    padding-top: 25px !important;
}

.mb-80 {
    margin-bottom: 80px !important;
}

.sec-head .bord {
    position: relative;
    padding-right: 30px;
}

.sub-title {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--color-primary);
}

.services .item-box2 {
    padding: 40px;
    border-radius: 20px;
    background: #f5f7f9;
    position: relative;
    overflow: hidden;
}

.services .item-box2:hover .read-more {
    opacity: 1;
    top: 0px;
    right: 0px;
}

.services .item-box2:hover .read-more .arrow img {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
}

.services .item-box2 .read-more:hover .arrow {
    background: var(--color-red-flag);
}

.services .item-box2 .read-more {
    position: absolute;
    top: -20px;
    right: -20px;
    background: #fff;
    padding: 10px;
    border-radius: 0 0 0 30px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    opacity: 0;
}

.services .item-box2 .icon {
    width: 70px;
    opacity: .5;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

services .item-box2 h5 {
    font-size: 25px;
}

services .item-box2 p {
    line-height: 1.8;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    color: #777;
    margin: 0;
}

.services .item-box2 .read-more .arrow {
    width: 70px;
    height: 70px;
    line-height: 70px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 50%;
    text-align: center;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.services .item-box2 .read-more .arrow img {
    opacity: 0;
    -webkit-transform: translateX(-20px) translateY(20px);
    -ms-transform: translateX(-20px) translateY(20px);
    transform: translateX(-20px) translateY(20px);
    -webkit-transition-delay: .8s;
    -o-transition-delay: .8s;
    transition-delay: .8s;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.icon-img-20 {
    width: 20px;
}

.services .item-box2 .read-more .shape-left-top {
    position: absolute;
    top: 0;
    left: -2.1rem;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    line-height: 1;
}

.services .item-box2 .read-more .shape-left-top svg {
    width: 2.1rem;
    height: 2.1rem;
}

.services .item-box2 .read-more .shape-right-bottom {
    position: absolute;
    bottom: -2.1rem;
    right: 0;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    line-height: 1;
}

.services .item-box2 .read-more .shape-right-bottom svg {
    width: 2.1rem;
    height: 2.1rem;
}

.services svg {
    vertical-align: middle;
}

/* Love Guide */
.love-guide {
    background-color: var(--color-pink-light);
}

.love-guide .love-guide-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 50px 50px 40px;
    border-radius: 30px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
    min-height: 300px;
    text-align: center;
    border: 1px solid var(--color-red-flag);
    background-color: var(--color-white);
}

/*.love-guide .love-guide-grid.grid-1 {
    background-color: #f6fa5e;
}
.love-guide .love-guide-grid.grid-2 {
    background-color: #33f7c8;
}*/
.love-guide .love-guide-grid .title {
    font-weight: 600;
}

.love-guide .love-guide-grid .title a:hover {
    color: var(--color-black);
}

.love-guide .love-guide-grid p {
    font-size: 20px;
    color: var(--color-black);
}

.love-guide .love-guide-grid a.more-btn {
    color: var(--color-black);
}

.love-guide .love-guide-grid .axil-btn.btn-borderd:hover {
    background-color: var(--color-red-flag);
    border-color: var(--color-red-flag);
    color: var(--color-white);
}

.lovelink-letter {
    text-align: center;
    max-width: 800px;
    margin: auto;
}

.lovelink-letter .title {
    margin-bottom: 20px;
    letter-spacing: -0.045em;
}

/* Login */
.tp-login-wrapper {
    padding: 50px 60px 70px;
    /*background-color: #f5f5f5;*/
    background-color: #f4f5ff;
    border-radius: 10px;
}

@media (max-width: 767px) {
    .tp-login-wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.tp-login-title {
    font-weight: 600;
    margin-bottom: 16px;
}

.tp-login-top span {
    color: #000;
    font-weight: 500;
    margin-bottom: 10px;
}

.tp-login-top p {
    font-weight: 400;
    font-size: 16px;
    color: #49535B;
}

.tp-login-top p a {
    color: var(--color-black);
    position: relative;
    display: inline-block;
}

.tp-login-top p a::after {
    position: absolute;
    content: "";
    left: auto;
    right: 0;
    bottom: 4px;
    width: 0%;
    height: 1px;
    background-color: var(--color-black);
    transition: 0.3s;
}

.tp-login-top p a:hover::after {
    left: 0;
    right: auto;
    width: 100%;
}

.tp-login-option-item {
    margin-bottom: 10px;
}

.tp-login-option-item:not(:last-child) {
    margin-right: 10px;
}

.tp-login-option-item.has-google a {
    width: 240px;
}

.tp-login-option-item.has-google a img {
    margin-right: 7px;
}

.tp-login-option-item a {
    display: inline-block;
    width: 98px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border: 1px solid #E0E2E3;
    border-radius: 10px;
    font-size: 14px;
    color: #041226;
}

.tp-login-option-item a img {
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
}

.tp-login-option-item a img.apple {
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px);
}

.tp-login-option-item a:hover {
    border-color: #1E1E1E;
}

.tp-login-mail {
    position: relative;
    z-index: 1;
}

.tp-login-mail p {
    font-size: 15px;
    color: var(--color-black);
    margin-bottom: 0;
    padding: 0 20px;
    position: relative;
    display: inline-block;
    /*background-color: #F5F7F5;*/
    background-color: var(--color-white);
}

.tp-login-mail p a {
    color: inherit;
}

.tp-login-mail p a:hover {
    color: var(--color-black);
}

.tp-login-mail::after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 12px;
    width: 100%;
    height: 1px;
    background-color: #E0E2E3;
    transition: 0.3s;
    z-index: -1;
}

.tp-login-input-wrapper {
    margin-bottom: 20px;
}

.tp-login-input-wrapper .full_name,
.tp-login-input-wrapper .password_area {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.tp-login-input-box {
    position: relative;
}

.tp-login-input-box.half {
    width: 50%;
}

.tp-login-input-box:not(:last-child) {
    margin-bottom: 15px;
}

.tp-login-input input {
    height: 56px;
    background: #FFFFFF;
    border: 1px solid #E0E2E3;
    font-size: 14px;
    color: #1E1E1E;
}

.tp-login-input input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #95999D;
}

.tp-login-input input::-moz-placeholder { /* Firefox 19+ */
    color: #95999D;
}

.tp-login-input input:-moz-placeholder { /* Firefox 4-18 */
    color: #95999D;
}

.tp-login-input input:-ms-input-placeholder { /* IE 10+  Edge*/
    color: #95999D;
}

.tp-login-input input::placeholder { /* MODERN BROWSER */
    color: #95999D;
}

.tp-login-input-title label {
    font-size: 14px;
    padding: 0 5px;
    line-height: 1;
    color: var(--color-black);
}

.tp-login-input-eye {
    position: absolute;
    right: 26px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.tp-login-input-eye .open-eye {
    display: none;
}

.tp-login-input-eye span {
    transition: 0.3s;
}

.tp-login-input-eye:hover {
    cursor: pointer;
}

.tp-login-input-eye:hover span {
    color: #1E1E1E;
}

.tp-login-remember input {
    display: none;
}

.tp-login-remember input:checked ~ label::after {
    background-color: #1E1E1E;
    border-color: #1E1E1E;
}

.tp-login-remember input:checked ~ label::before {
    visibility: visible;
    opacity: 1;
}

.tp-login-remember label {
    font-size: 15px;
    position: relative;
    padding-left: 26px;
    z-index: 1;
    color: #1E1E1E;
    display: inline-block;
}

.tp-login-remember label::after {
    position: absolute;
    content: "";
    top: 4px;
    left: 0;
    width: 18px;
    height: 18px;
    line-height: 16px;
    text-align: center;
    border: 1px solid #C3C7C9;
    z-index: -1;
    transition: 0.3s;
}

.tp-login-remember label::before {
    position: absolute;
    content: url("../media/icon/check.svg");
    top: 4px;
    left: 0;
    width: 18px;
    height: 18px;
    line-height: 16px;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    color: #F5F7F5;
    transition: 0.3s;
}

.tp-login-remember label a:hover {
    color: var(--tp-theme-primary);
}

.tp-login-remember label:hover {
    cursor: pointer;
}

.tp-login-forgot a {
    font-weight: 400;
    font-size: 15px;
    color: #1E1E1E;
    position: relative;
    display: inline-block;
}

.tp-login-forgot a::after {
    position: absolute;
    content: "";
    left: auto;
    right: 0;
    bottom: 4px;
    width: 0%;
    height: 1px;
    background-color: #1E1E1E;
    transition: 0.3s;
}

.tp-login-forgot a:hover::after {
    left: 0;
    right: auto;
    width: 100%;
}

.tp-login-btn {
    font-weight: 500;
    font-size: 16px;
    padding: 14px 30px;
    text-align: center;
    display: inline-block;
    color: #1E1E1E;
    background-color: #1E1E1E;
    border: 2px solid #1E1E1E;
}

.tp-login-btn:hover {
    background-color: #fff;
    color: #1E1E1E;
}

.p-relative {
    position: relative;
}

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

.fix {
    overflow: hidden;
}

.pb-140 {
    padding-bottom: 140px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
input[type=url],
textarea {
    outline: none;
    background-color: #fff;
    height: 45px;
    width: 100%;
    line-height: 56px;
    font-size: 14px;
    color: #1E1E1E;
    padding: 0 26px;
    border: 1px solid #E0E2E3;
    border-radius: 10px;
}

input {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.gender {
    width: 100%;
    padding: 10px;
    margin: 20px 0;
    border: 1px solid #E0E2E3;
    border-radius: 8px;
    background-color: var(--color-white);
    text-align: center;
}
.gender .title {
    color: #1E1E1E;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 30px;
}