/*
    Template: Nahla - Multipurpose Bootstrap 5 Template
    Author: RRDevs
    Author URI: https://themeforest.net/user/rrdevs
    Description: Multipurpose Bootstrap 5 Template
    Version: 1.0.0
*/

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body,
html {
    height: 100%;
}

html {
    scroll-behavior: smooth;
}

html,
body,
div,
span,
img,
ol,
ul,
li,
a,
p,
h1,
h2,
h3,
h4,
h5,
h6,
option,
legend,
label,
table,
th,
td,
tr,
article,
aside,
caption,
figure,
footer,
header,
hgroup,
mark,
nav,
section,
time,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

img {
    max-width: 100%;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none !important;
    border: 0;
}

input:focus {
    outline: none;
}

input::-moz-focus-inner {
    border: 0;
    display: none;
}

input::-webkit-focus-inner {
    border: 0;
    display: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
}

::-webkit-input-placeholder {
    color: #555;
    opacity: 1;
    /* Firefox */
}

::-moz-placeholder {
    color: #555;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    color: #555;
    opacity: 1;
    /* Firefox */
}

::-ms-input-placeholder {
    color: #555;
    opacity: 1;
    /* Firefox */
}

::placeholder {
    color: #555;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #555;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #555;
}

table {
    border-collapse: collapse;
}

html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
}

ul,
li {
    margin: 0;
    padding: 0;
}

figure {
    margin: 0px;
}

form {
    position: relative;
}

.form-control:focus {
    outline: 1px solid rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 0 !important;
    box-shadow: 0 0 0 !important;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    font-size: inherit;
    color: inherit;
    font-weight: inherit;
    line-height: inherit;
}

h1:hover a,
h2:hover a,
h3:hover a,
h4:hover a,
h5:hover a,
h6:hover a {
    font-size: inherit;
    color: inherit;
    font-weight: inherit;
}

hr {
    margin: 0;
    padding: 0;
    border-color: #fff;
}

ul {
    list-style-type: none;
}

li {
    list-style: none;
    position: relative;
}

i {
    line-height: 0 !important;
}

a,
button {
    position: relative;
}

a:hover,
a:focus,
button:hover,
button:focus {
    outline: 0;
    text-decoration: none;
}

button {
    border: 0px;
}


/* ------------------------------------------------------------------
    Template All Variables Defined - Value Change with Your's Need
 -------------------------------------------------------------------- */


/* --------------------------------------------
    Template Default Fonts & Fonts Styles
 ---------------------------------------------- */

body {
    font-family: "Open Sans", sans-serif;
    background-image: url(../img/body.png);
    background-position: 0 0;
    background-size: cover;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: var(--nahla-grey);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Pathway Extreme", sans-serif !important;
    margin: 0px;
    margin-bottom: 10px;
    font-weight: 700;
    text-transform: capitalize;
    color: var(--nahla-primary);
}

h1 {
    font-size: 86px;
    line-height: 106px;
}

@media (max-width: 992px) {
    h1 {
        font-size: 65px;
        line-height: 80px;
    }
}

@media (max-width: 768px) {
    h1 {
        font-size: 50px;
    }
}

@media (max-width: 768px) {
    h1 {
        font-size: 40px;
        line-height: 60px;
    }
}

h1.fs-lg {
    font-size: 90px;
    text-transform: uppercase;
}

@media (max-width: 1200px) {
    h1.fs-lg {
        font-size: 70px;
    }
}

@media (max-width: 991px) {
    h1.fs-lg {
        font-size: 50px;
    }
}

@media (max-width: 500px) {
    h1.fs-lg {
        font-size: 46px;
    }
}

h2 {
    font-size: 32px;
    line-height: 42px;
}

h3 {
    font-size: 24px;
    line-height: 32px;
}

h4 {
    font-size: 20px;
    line-height: 28px;
}

h5 {
    font-size: 20px;
    line-height: 28px;
}

h6 {
    font-size: 18px;
    line-height: 28px;
}

a {
    font-family: "Pathway Extreme", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    text-decoration: none;
    outline: none !important;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    text-transform: capitalize;
    color: var(--nahla-primary);
}

ul li {
    font-family: "Open Sans", sans-serif;
    text-align: left;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: var(--nahla-grey);
}

small {
    font-family: "Open Sans", sans-serif;
    color: var(--nahla-grey);
}

p {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: var(--nahla-grey);
}

.blog-border {
    border: 3px solid #000000;
}


/* ----------------------------------
	MAX STYLEING
 ------------------------------------ */

.section-padding {
    padding: 120px 0;
    position: relative;
}

@media (max-width: 1100px) {
    .section-padding {
        padding: 90px 0;
    }
}

@media (max-width: 992px) {
    .section-padding {
        padding: 70px 0;
    }
}

@media (max-width: 768px) {
    .section-padding {
        padding: 60px 0;
    }
}

@media (max-width: 578px) {
    .section-padding {
        padding: 40px 0;
    }
}

.section-bottom {
    padding-bottom: 120px;
    position: relative;
}

@media (max-width: 1030px) {
    .section-bottom {
        padding-bottom: 90px;
    }
}

@media (max-width: 992px) {
    .section-bottom {
        padding-bottom: 70px;
    }
}

@media (max-width: 768px) {
    .section-bottom {
        padding-bottom: 60px;
    }
}

@media (max-width: 578px) {
    .section-bottom {
        padding-bottom: 40px;
    }
}

.section-top {
    padding-top: 120px;
    position: relative;
}

@media (max-width: 1030px) {
    .section-top {
        padding-top: 90px;
    }
}

@media (max-width: 992px) {
    .section-top {
        padding-top: 70px;
    }
}

@media (max-width: 768px) {
    .section-top {
        padding-top: 60px;
    }
}

@media (max-width: 578px) {
    .section-top {
        padding-top: 40px;
    }
}

.mx-auto {
    margin: 0 auto;
}

.card {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.section-title {
    margin-bottom: 30px;
}

@media (max-width: 992px) {
    .section-title {
        padding: 0px 0px;
        margin-bottom: 15px;
    }
}

.section-title h6 {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--nahla-grey);
    margin-bottom: 15px;
    gap: 10px;
    display: inline-block;
    overflow: hidden;
}

.section-title h6 span {
    float: left;
    margin-right: 10px;
    margin-top: 6px;
}

.com_logo_slider .section-title h6 span {
    float: none;
    margin: 0;
}

.section-title h6 .title-arrow {
    background-color: var(--nahla-secondary);
    color: var(--nahla-primary);
    border: 1px solid var(--nahla-primary);
    border-radius: 100%;
    width: 14px;
    height: 14px;
    font-size: 9px;
    padding-left: 2px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.section-title h6 .title-arrow.title-arrow-sp {
    border: 1px solid var(--nahla-secondary);
    color: var(--nahla-secondary) !important;
    background: transparent;
}

.section-title h6.sub-title {
    display: block;
}

.section-title h6.sub-title .title-arrow-logo {
    display: inline;
    background-color: var(--nahla-secondary);
    color: var(--nahla-primary);
    border: 1px solid var(--nahla-primary);
    border-radius: 100%;
    width: 14px;
    height: 14px;
    font-size: 9px;
    padding-left: 2px;
    text-align: center;
}

.section-title h6.text-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.section-title h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 55px;
    text-transform: capitalize;
    color: var(--nahla-primary);
}

.com_logo_slider .section-title {
    position: relative;
}

.com_logo_slider .section-title h6 {
    display: block;
    position: relative;
}

.com_logo_slider .section-title h6::after {
    clear: both;
    content: "";
    position: absolute;
    top: 45%;
    left: 0%;
    width: 35%;
    height: 2px;
    background: var(--nahla-primary);
}

@media (max-width: 1020px) {
    .com_logo_slider .section-title h6::after {
        width: 28%;
    }
}

@media (max-width: 768px) {
    .com_logo_slider .section-title h6::after {
        width: 15%;
    }
}

@media (max-width: 500px) {
    .com_logo_slider .section-title h6::after {
        display: none;
    }
}

.com_logo_slider .section-title h6::before {
    clear: both;
    content: "";
    position: absolute;
    top: 45%;
    right: 0%;
    width: 35%;
    height: 2px;
    background: var(--nahla-primary);
}

@media (max-width: 1020px) {
    .com_logo_slider .section-title h6::before {
        width: 28%;
    }
}

@media (max-width: 768px) {
    .com_logo_slider .section-title h6::before {
        width: 15%;
    }
}

@media (max-width: 500px) {
    .com_logo_slider .section-title h6::before {
        display: none;
    }
}

.video-widget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.video-widget .video-bg {
    width: 85%;
    height: 600px;
}

.video-widget .left-content {
    width: 15%;
}

.video-widget .left-content .video-pop {
    position: absolute;
    top: 10%;
    right: 0%;
    padding: 50px 30px;
    background-color: var(--nahla-primary);
    max-width: 420px;
    min-height: 500px;
}

.video-widget .left-content .video-pop h2 {
    font-family: "Pathway Extreme";
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 42px;
    text-transform: capitalize;
    color: #FFFfff;
}

.video-widget .left-content .video-pop p {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: var(--nahla-grey);
}

.video-widget .left-content .video-pop .video-btn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 180px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 180px;
    border-radius: 500px;
    border: 1px solid var(--nahla-secondary);
}

.video-widget .left-content .video-pop .video-btn a i {
    color: var(--nahla-secondary);
    font-size: 22px;
}

.line {
    width: 1px;
    height: 100%;
    background: rgba(33, 33, 33, 0.1);
    position: absolute;
    top: 0%;
}

.line:nth-child(1) {
    left: 111px;
}

.line:nth-child(2) {
    left: 211px;
}

.line:nth-child(3) {
    right: 111px;
}

.line:nth-child(4) {
    right: 211px;
}

.line-1,
.line-2,
.line-3,
.line-4 {
    width: 1px;
    height: calc(100% - 0px);
    background: rgba(33, 33, 33, 0.1);
    position: absolute;
    top: 0%;
}

.line-1 span,
.line-2 span,
.line-3 span,
.line-4 span {
    top: 0;
    left: -2px;
    position: absolute;
    width: 5px;
    background: var(--nahla-secondary);
    height: 30px;
}

.line-1 {
    left: 111px;
}

@media (max-width: 1700px) {
    .line-1 {
        left: 50px;
    }
}

@media (max-width: 1470px) {
    .line-1 {
        left: 20px;
    }
}

@media (max-width: 1300px) {
    .line-1 {
        display: none;
    }
}

.line-1 span {
    top: 0;
    position: absolute;
    width: 5px;
    background: var(--nahla-secondary);
    height: 30px;
}

.line-2 {
    left: 211px;
}

@media (max-width: 1700px) {
    .line-2 {
        left: 100px;
    }
}

@media (max-width: 1470px) {
    .line-2 {
        left: 70px;
    }
}

@media (max-width: 1400px) {
    .line-2 {
        display: none;
    }
}

.line-2 span {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    top: 0;
    position: absolute;
    width: 5px;
    background: var(--nahla-secondary);
    height: 30px;
}

.line-3 {
    right: 111px;
}

@media (max-width: 1700px) {
    .line-3 {
        right: 50px;
    }
}

@media (max-width: 1470px) {
    .line-3 {
        right: 20px;
    }
}

@media (max-width: 1300px) {
    .line-3 {
        display: none;
    }
}

.line-3 span {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    top: 0;
    position: absolute;
    width: 5px;
    background: var(--nahla-secondary);
    height: 30px;
}

.line-4 {
    right: 211px;
}

@media (max-width: 1700px) {
    .line-4 {
        right: 100px;
    }
}

@media (max-width: 1470px) {
    .line-4 {
        right: 70px;
    }
}

@media (max-width: 1400px) {
    .line-4 {
        right: 70px;
    }
}

@media (max-width: 1400px) {
    .line-4 {
        display: none;
    }
}

.line-4 span {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
    top: 0;
    position: absolute;
    width: 5px;
    background: var(--nahla-secondary);
    height: 30px;
}

@media (max-width: 991px) {
    .line-1,
    .line-2,
    .line-3,
    .line-4,
    .line {
        display: none !important;
    }
}

.line-short {
    width: 1px;
    height: 100%;
    background: rgba(33, 33, 33, 0.1);
}

.line-short span {
    top: 0;
    left: -2px;
    position: absolute;
    width: 5px;
    background: var(--nahla-secondary);
    height: 30px;
    -webkit-animation: line-to-bottom_short 5s ease-in-out infinite;
    animation: line-to-bottom_short 5s ease-in-out infinite;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

.video-wrapper span {
    font-style: normal;
    font-weight: 900;
    font-size: 178px;
    color: transparent;
    text-align: center;
    line-height: 28px;
    text-transform: capitalize;
    -webkit-text-stroke: 2px rgba(255, 255, 255, 0.1);
}

@media (max-width: 1600px) {
    .video-wrapper span {
        font-weight: 900;
        font-size: 150px;
    }
}

@media (max-width: 1400px) {
    .video-wrapper span {
        font-weight: 900;
        font-size: 120px;
    }
}

@media (max-width: 1200px) {
    .video-wrapper span {
        font-weight: 900;
        font-size: 120px;
    }
}

@media (max-width: 992px) {
    .video-wrapper span {
        font-weight: 900;
        font-size: 80px;
    }
}

@media (max-width: 768px) {
    .video-wrapper span {
        font-weight: 900;
        font-size: 50px;
    }
}

@media (max-width: 586px) {
    .video-wrapper span {
        font-weight: 900;
        font-size: 50px;
    }
}

.video-wrapper .video {
    height: 600px;
}

@media (max-width: 992px) {
    .video-wrapper .video {
        height: 500px;
    }
}

@media (max-width: 768px) {
    .video-wrapper .video {
        height: 400px;
    }
}

.video-wrapper .home_1_video {
    max-width: 1076px;
    height: 600px;
    margin: auto;
}

@media (max-width: 992px) {
    .video-wrapper .home_1_video {
        height: 500px;
    }
}

@media (max-width: 768px) {
    .video-wrapper .home_1_video {
        height: 400px;
    }
}

.video-wrapper .shape {
    position: absolute;
    top: calc(50% + 20px);
    left: 5%;
    -webkit-animation: tpswing 2s ease forwards infinite alternate;
    animation: tpswing 2s ease forwards infinite alternate;
    -webkit-transform-origin: top right;
    transform-origin: top right;
}

@media (max-width: 1600px) {
    .video-wrapper .shape {
        left: 0%;
    }
}

@media (max-width: 1400px) {
    .video-wrapper .shape {
        display: none;
    }
}

.text-marquee_home1 {
    padding: 30px 0px;
    background-color: var(--nahla-secondary);
    z-index: 3;
    position: relative;
    overflow: hidden;
}

@media (max-width: 1030px) {
    .text-marquee_home1 {
        padding: 15px 0;
    }
}

.text-marquee_home1 marquee {
    background-color: var(--nahla-secondary);
    font-family: "Pathway Extreme";
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    color: var(--nahla-secondary);
    line-height: 65px;
    text-align: center;
    text-shadow: -1px 1px 0 #000, 1px 1px 0 #000, 1px -1px 0 #000, -1px -1px 0 #000;
}

@media (max-width: 1080px) {
    .text-marquee_home1 marquee {
        font-size: 40px;
    }
}

@media (max-width: 768px) {
    .text-marquee_home1 marquee {
        font-size: 30px;
    }
}

@media (max-width: 768px) {
    .text-marquee_home1 marquee {
        font-size: 25px;
    }
}

.text-marquee {
    padding: 30px 0px;
    background-color: var(--nahla-secondary);
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
    z-index: 3;
    position: relative;
    overflow: hidden;
    margin-left: -10px;
    margin-right: -10px;
    margin-top: -145px;
}

@media (max-width: 1030px) {
    .text-marquee {
        padding: 15px 0;
        margin-top: -105px;
    }
}

@media (max-width: 767px) {
    .text-marquee {
        padding: 15px 0;
        margin-top: -40px;
    }
}

.text-marquee marquee {
    background-color: var(--nahla-secondary);
    font-family: "Pathway Extreme";
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    color: var(--nahla-secondary);
    line-height: 65px;
    text-align: center;
    text-shadow: -1px 1px 0 #000, 1px 1px 0 #000, 1px -1px 0 #000, -1px -1px 0 #000;
}

@media (max-width: 1080px) {
    .text-marquee marquee {
        font-size: 40px;
    }
}

@media (max-width: 768px) {
    .text-marquee marquee {
        font-size: 30px;
    }
}

@media (max-width: 768px) {
    .text-marquee marquee {
        font-size: 25px;
    }
}

.body-overlay {
    background-color: rgba(0, 0, 0, 0.8);
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 55;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.body-overlay:hover {
    cursor: pointer;
}

.body-overlay.opened {
    opacity: 1;
    visibility: visible;
}

iframe {
    width: 550px;
    max-width: 100%;
}

.skill-wrapper .skill_left {
    padding-right: 40px;
}

@media (max-width: 991px) {
    .skill-wrapper .skill_left {
        padding-right: 12px;
    }
}

.skill-wrapper .map iframe {
    width: 100%;
}


/* ----------------------------------
    Template Helps Classes - Styles
 ------------------------------------ */

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white a {
    color: #fff !important;
}

.mlm-30 {
    margin-left: -30px;
}


/* padding left */

.pl-5 {
    padding-left: 5px;
}

.pl-10 {
    padding-left: 10px;
}

.pl-15 {
    padding-left: 15px;
}

.pl-20 {
    padding-left: 20px;
}

.pl-25 {
    padding-left: 25px;
}

.pl-30 {
    padding-left: 30px;
}

.pl-35 {
    padding-left: 35px;
}

.pl-40 {
    padding-left: 40px;
}

.pl-45 {
    padding-left: 45px;
}

.pl-50 {
    padding-left: 50px;
}

.pl-60 {
    padding-left: 60px;
}

.pl-65 {
    padding-left: 65px;
}

.pl-70 {
    padding-left: 70px;
}

.pl-75 {
    padding-left: 75px;
}

.pl-80 {
    padding-left: 80px;
}

.pl-90 {
    padding-left: 90px;
}

.pl-100 {
    padding-left: 100px;
}

.pl-110 {
    padding-left: 110px;
}

.pl-115 {
    padding-left: 115px;
}

.pl-120 {
    padding-left: 120px;
}

.pl-125 {
    padding-left: 125px;
}

.pl-130 {
    padding-left: 130px;
}

.pl-140 {
    padding-left: 140px;
}

.pl-150 {
    padding-left: 150px;
}


/* padding right */

.pr-5 {
    padding-right: 5px;
}

.pr-5i {
    padding-right: 5px !important;
}

@media (max-width: 767px) {
    .pr-5i {
        padding-right: 15px !important;
    }
}

.pr-10 {
    padding-right: 10px;
}

.pr-15 {
    padding-right: 15px;
}

.pr-20 {
    padding-right: 20px;
}

.pr-25 {
    padding-right: 25px;
}

.pr-30 {
    padding-right: 30px;
}

.pr-35 {
    padding-right: 35px;
}

.pr-40 {
    padding-right: 40px;
}

.pr-45 {
    padding-right: 45px;
}

.pr-50 {
    padding-right: 50px;
}

.pr-60 {
    padding-right: 60px;
}

.pr-70 {
    padding-right: 70px;
}

.pr-75 {
    padding-right: 75px;
}

.pr-80 {
    padding-right: 80px;
}

.pr-90 {
    padding-right: 90px;
}

.pr-100 {
    padding-right: 100px;
}

.pr-110 {
    padding-right: 110px;
}

.pr-115 {
    padding-right: 115px;
}

.pr-120 {
    padding-right: 120px;
}

.pr-125 {
    padding-right: 125px;
}

.pr-130 {
    padding-right: 130px;
}

.pr-140 {
    padding-right: 140px;
}

.pr-150 {
    padding-right: 150px;
}


/* padding top */

.pt-5 {
    padding-top: 5px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-15 {
    padding-top: 15px;
}

.pt-20 {
    padding-top: 20px;
}

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

.pt-30 {
    padding-top: 30px;
}

.pt-35 {
    padding-top: 35px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-45 {
    padding-top: 45px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-65 {
    padding-top: 65px;
}

.pt-70 {
    padding-top: 70px;
}

.pt-75 {
    padding-top: 75px;
}

.pt-80 {
    padding-top: 80px;
}

.pt-90 {
    padding-top: 90px;
}

.pt-100 {
    padding-top: 100px;
}

.pt-110 {
    padding-top: 110px;
}

.pt-115 {
    padding-top: 115px;
}

.pt-120 {
    padding-top: 120px;
}

.pt-125 {
    padding-top: 125px;
}

.pt-130 {
    padding-top: 130px;
}

.pt-140 {
    padding-top: 140px;
}

.pt-150 {
    padding-top: 150px;
}


/* padding bottom */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/* margin left */

.ml-5 {
    margin-left: 5px;
}

.ml-10 {
    margin-left: 10px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-20 {
    margin-left: 20px;
}

.ml-25 {
    margin-left: 25px;
}

.ml-30 {
    margin-left: 30px;
}

.ml-35 {
    margin-left: 35px;
}

.ml-40 {
    margin-left: 40px;
}

.ml-45 {
    margin-left: 45px;
}

.ml-50 {
    margin-left: 50px;
}

.ml-60 {
    margin-left: 60px;
}

.ml-70 {
    margin-left: 70px;
}

.ml-75 {
    margin-left: 75px;
}

.ml-80 {
    margin-left: 80px;
}

.ml-90 {
    margin-left: 90px;
}

.ml-100 {
    margin-left: 100px;
}

.ml-110 {
    margin-left: 110px;
}

.ml-115 {
    margin-left: 115px;
}

.ml-120 {
    margin-left: 120px;
}

.ml-125 {
    margin-left: 125px;
}

.ml-130 {
    margin-left: 130px;
}

.ml-140 {
    margin-left: 140px;
}

.ml-150 {
    margin-left: 150px;
}


/* margin right */

.mr-5 {
    margin-right: 5px;
}

.mr-10 {
    margin-right: 10px;
}

.mr-15 {
    margin-right: 15px;
}

.mr-20 {
    margin-right: 20px;
}

.mr-25 {
    margin-right: 25px;
}

.mr-30 {
    margin-right: 30px;
}

.mr-35 {
    margin-right: 35px;
}

.mr-40 {
    margin-right: 40px;
}

.mr-45 {
    margin-right: 45px;
}

.mr-50 {
    margin-right: 50px;
}

.mr-60 {
    margin-right: 60px;
}

.mr-70 {
    margin-right: 70px;
}

.mr-75 {
    margin-right: 75px;
}

.mr-80 {
    margin-right: 80px;
}

.mr-90 {
    margin-right: 90px;
}

.mr-100 {
    margin-right: 100px;
}

.mr-110 {
    margin-right: 110px;
}

.mr-115 {
    margin-right: 115px;
}

.mr-120 {
    margin-right: 120px;
}

.mr-125 {
    margin-right: 125px;
}

.mr-130 {
    margin-right: 130px;
}

.mr-140 {
    margin-right: 140px;
}

.mr-150 {
    margin-right: 150px;
}


/* margin top */

.mt-5 {
    margin-top: 5px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-25 {
    margin-top: 25px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-35 {
    margin-top: 35px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-45 {
    margin-top: 45px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-70 {
    margin-top: 70px;
}

.mt-75 {
    margin-top: 75px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-90 {
    margin-top: 90px;
}

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

.mt-110 {
    margin-top: 110px;
}

.mt-115 {
    margin-top: 115px;
}

.mt-120 {
    margin-top: 120px;
}

.mt-125 {
    margin-top: 125px;
}

.mt-130 {
    margin-top: 130px;
}

.mt-140 {
    margin-top: 140px;
}

.mt-150 {
    margin-top: 150px;
}


/* margin bottom */

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

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

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

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

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

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

@media (max-width: 767px) {
    .mb-sm-0 {
        margin-bottom: 0;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mtm-30 {
    margin-top: -30px;
}

.mbm-30 {
    margin-bottom: -30px;
}

.mbm-50 {
    margin-bottom: -50px;
}

.mlm-30 {
    margin-left: -30px;
}

.mtm-40 {
    margin-top: -40px;
}

.mlm-40 {
    margin-left: -40px;
}

.mlm-50 {
    margin-left: -50px;
}

.mlm-80 {
    margin-left: -80px;
}

.mlm-100 {
    margin-left: -100px;
}


/* background */

.bg-cover {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
}

.bg-center {
    background-position: center;
}

.bg-contain {
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    background-position: left;
}

.bg-right {
    background-repeat: no-repeat;
    background-position: right;
}

.bg-left {
    background-repeat: no-repeat;
    background-position: left;
}

.bg-bottom {
    background-repeat: no-repeat;
    background-position: bottom;
}

.bg-top {
    background-repeat: no-repeat;
    background-position: top;
}

.bg-100 {
    background-size: 100% 100%;
}

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

.mmb-80 {
    margin-bottom: -80px;
}

.lr-9 {
    margin-left: -9px;
    margin-right: -9px;
}

.lr-9 [class*=col] {
    padding-left: 9px;
    padding-right: 9px;
}

.bg-overlay {
    position: relative;
    z-index: 1;
}

.bg-overlay::before {
    position: absolute;
    left: 0;
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    background-color: #000;
    z-index: -1;
}

.fix {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.navbar-brand {
    padding: 0;
    margin-right: 0;
}

#scrollUp {
    background-color: var(--nahla-primary);
    border-radius: 50%;
    bottom: 20px;
    color: #ffffff;
    font-size: 22px;
    height: 40px;
    line-height: 40px;
    right: 20px;
    text-align: center;
    width: 40px;
    -webkit-box-shadow: 0px 5px 15px 0px rgba(1, 29, 80, 0.1);
    box-shadow: 0px 5px 15px 0px rgba(1, 29, 80, 0.1);
    font-weight: 400;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

#scrollUp:hover {
    background-color: var(--nahla-secondary);
}

@media only screen and (max-width: 991px) {
    #scrollUp {
        font-size: 15px;
        height: 30px;
        line-height: 30px;
        right: 30px;
        width: 30px;
    }
}

button {
    border: none;
}

section {
    position: relative;
}

@-webkit-keyframes sticky {
    0% {
        opacity: 0;
        margin-top: -120px;
    }
    50% {
        opacity: 0;
        margin-top: -60px;
    }
    100% {
        opacity: 1;
        margin-top: 0;
    }
}

@keyframes sticky {
    0% {
        opacity: 0;
        margin-top: -120px;
    }
    50% {
        opacity: 0;
        margin-top: -60px;
    }
    100% {
        opacity: 1;
        margin-top: 0;
    }
}

.equal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.equal>[class*=col-] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.hidden-fix {
    overflow: hidden;
}

@media (max-width: 414px) {
    .d-none-mobile {
        display: none !important;
    }
}

.dark-bg {
    background-color: #000;
}

.dark-bg h1,
.dark-bg h2,
.dark-bg h3,
.dark-bg h4,
.dark-bg h5,
.dark-bg h6,
.dark-bg a {
    color: #FFFfff;
}

.dark-bg p {
    color: #cacaca;
}

.no-padding .col-12 {
    padding: 0;
}

@media (max-width: 991px) {
    .no-padding .col-12 {
        padding: 0px 15px;
    }
}

header ul,
header li,
footer ul,
footer li {
    list-style: none;
    display: inline-block;
}

.scroll-up-btn a {
    display: inline-block;
    padding: 16px 20px;
    border-radius: 10px;
    line-height: 1;
    background-color: #ffcb61;
}

.scroll-up-btn a:hover {
    color: #fff !important;
}

.map-iframe {
    display: block;
}

.map-iframe iframe {
    width: 100%;
    height: 650px;
}

@media (max-width: 991px) {
    .map-iframe iframe {
        height: 400px;
    }
}

@media (max-width: 767px) {
    .map-iframe iframe {
        height: 300px;
    }
}

.animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}


/* ----------------------------------
	ANIMATION 
 ------------------------------------ */

@-webkit-keyframes left-to-right {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
    50% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }
    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}

@keyframes left-to-right {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
    50% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }
    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}

@-webkit-keyframes right-to-left {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
    50% {
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }
    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}

@keyframes right-to-left {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
    50% {
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }
    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}

@-webkit-keyframes top-to-bottom {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes top-to-bottom {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@-webkit-keyframes line-to-bottom {
    0% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
    50% {
        -webkit-transform: translateY(800px);
        transform: translateY(800px);
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes line-to-bottom {
    0% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
    50% {
        -webkit-transform: translateY(800px);
        transform: translateY(800px);
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@-webkit-keyframes line-to-bottom_short {
    0% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
    50% {
        -webkit-transform: translateY(170px);
        transform: translateY(170px);
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes line-to-bottom_short {
    0% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
    50% {
        -webkit-transform: translateY(170px);
        transform: translateY(170px);
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@-webkit-keyframes playVideo {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
    }
    40% {
        -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    }
    80% {
        -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@keyframes playVideo {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
    }
    40% {
        -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    }
    80% {
        -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@-webkit-keyframes pluse-icon {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
    50% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }
    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}

@keyframes pluse-icon {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
    50% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }
    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}

@-webkit-keyframes pluse {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes pluse {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@-webkit-keyframes circle {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes circle {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes playVideo-2 {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
    }
    40% {
        -webkit-box-shadow: 0 0 0 20px rgba(69, 191, 118, 0.199);
        box-shadow: 0 0 0 20px rgba(69, 191, 118, 0.199);
    }
    80% {
        -webkit-box-shadow: 0 0 0 20px rgba(69, 191, 118, 0.039);
        box-shadow: 0 0 0 20px rgba(69, 191, 118, 0.039);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(69, 191, 118, 0.097);
        box-shadow: 0 0 0 0 rgba(69, 191, 118, 0.097);
    }
}

@keyframes playVideo-2 {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
    }
    40% {
        -webkit-box-shadow: 0 0 0 20px rgba(69, 191, 118, 0.199);
        box-shadow: 0 0 0 20px rgba(69, 191, 118, 0.199);
    }
    80% {
        -webkit-box-shadow: 0 0 0 20px rgba(69, 191, 118, 0.039);
        box-shadow: 0 0 0 20px rgba(69, 191, 118, 0.039);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(69, 191, 118, 0.097);
        box-shadow: 0 0 0 0 rgba(69, 191, 118, 0.097);
    }
}

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

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    }
    70% {
        -webkit-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    }
    70% {
        -webkit-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}


/* ------------------------------------------------------------------
   Template Default Button, Input Styles - Value Change with Your's Need
 -------------------------------------------------------------------- */

.btnd,
.video-btn,
.theme-btn {
    line-height: 100%;
    font-weight: 400;
    display: inline-block;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    text-transform: uppercase;
    font-size: 14px;
}

.btn {
    border: 0;
    background: transparent;
    border-radius: 0;
    line-height: 1;
    padding: 0;
    margin: 0;
    font-size: inherit;
}

.btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.theme-btn {
    color: #000;
    padding: 13px 20px;
    background-color: var(--nahla-secondary);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.theme-btn.style-1 {
    padding: 20px 40px;
    background-color: var(--nahla-secondary);
    color: var(--nahla-primary);
    text-transform: capitalize;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    border: 1px solid var(--nahla-primary);
    border-radius: 100px;
    overflow: hidden;
}

.theme-btn:hover {
    background: #ffffff;
    color: var(--nahla-primary);
}

.area-btn a {
    padding: 15px 30px;
    border: 1.5px solid #B2E6C7;
    border-radius: 4px;
}

.area-btn a:hover {
    color: #FFFfff;
}

.video-btn i {
    margin-right: 10px;
}

.video-play-btn .play-video {
    border-radius: 50%;
    width: 90px;
    height: 90px;
    border: 1px solid #000;
    background-color: var(--nahla-secondary);
    color: #000;
    line-height: 90px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    text-align: center;
    display: inline-block;
    margin: 0px auto;
    font-size: 20px;
}

@media (max-width: 767px) {
    .video-play-btn .play-video {
        width: 60px;
        height: 60px;
        line-height: 60px;
        font-size: 14px;
    }
}

.video-play-btn .play-video:hover {
    color: var(--nahla-primary);
    -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.video-play-btn .play-text {
    font-weight: 700;
}


/* ----------------------------------
    Template Section Styles
 ------------------------------------*/


/* ----------------------------------
	Header Section Styles
 ------------------------------------ */

.main-menu>nav>ul>li {
    position: relative;
    list-style: none;
    display: inline-block;
    margin-right: 54px;
}

.main-menu>nav>ul>li>a {
    display: inline-block;
    font-size: 16px;
    color: var(--nahla-primary);
    padding: 17px 0;
    font-weight: 500;
}

.main-menu>nav>ul>li.has-dropdown>a {
    position: relative;
}

.main-menu>nav>ul>li .tp-submenu {
    position: absolute;
    top: 120%;
    left: 0;
    width: 200px;
    background: #fff;
    z-index: 99;
    visibility: hidden;
    opacity: 0;
    -webkit-box-shadow: 0px 30px 70px 0px rgba(11, 6, 70, 0.08);
    box-shadow: 0px 30px 70px 0px rgba(11, 6, 70, 0.08);
    padding: 16px 5px;
}

.main-menu>nav>ul>li .tp-submenu li {
    display: block;
    width: 100%;
    margin: 0;
}

.main-menu>nav>ul>li .tp-submenu li.has-dropdown>a::after {
    position: absolute;
    top: 50%;
    right: 25px;
    -webkit-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
}

.main-menu>nav>ul>li .tp-submenu li>a {
    padding: 4px 25px;
    font-size: 16px;
    position: relative;
    z-index: 1;
    color: black;
    display: block;
}

.main-menu>nav>ul>li .tp-submenu li>a::before {
    position: absolute;
    content: "";
    top: 0;
    left: auto;
    right: 0;
    width: 0;
    height: 100%;
    background-color: var(--tp-theme-primary);
    z-index: -1;
}

.main-menu>nav>ul>li .tp-submenu li .tp-submenu {
    left: 120%;
    top: 0;
    visibility: hidden;
    opacity: 0;
    font-size: 16px;
}

.main-menu>nav>ul>li .tp-submenu li:hover>a {
    color: var(--nahla-secondary);
}

.main-menu>nav>ul>li .tp-submenu li:hover>a::after {
    color: #fff;
}

.main-menu>nav>ul>li .tp-submenu li:hover>a::before {
    left: 0;
    right: auto;
    width: 100%;
}

.main-menu>nav>ul>li .tp-submenu li:hover>.tp-submenu {
    left: 100%;
    visibility: visible;
    opacity: 1;
}

.main-menu>nav>ul>li:hover>a {
    color: #fff;
}

.main-menu>nav>ul>li:hover>.tp-submenu {
    top: 63%;
    visibility: visible;
    opacity: 1;
}

.tp-main-menu-mobile .tp-submenu {
    display: none;
}

.tp-main-menu-mobile .header-icon {
    display: none;
}

.tp-main-menu-mobile ul {
    position: static;
    display: block;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.tp-main-menu-mobile ul li {
    list-style: none;
    position: relative;
    width: 100%;
    padding: 0;
}

.tp-main-menu-mobile ul li:not(:last-child) a {
    border-bottom: 1px solid rgba(6, 7, 40, 0.1);
}

.tp-main-menu-mobile ul li.has-dropdown>a .dropdown-toggle-btn {
    position: absolute;
    right: 0;
    top: 10px;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    font-size: 18px;
    color: #fff;
    font-family: "Font Awesome 5 Pro";
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 1;
    width: 30px;
    height: 30px;
    line-height: 22px;
    text-align: center;
    border: 1px solid rgba(6, 7, 40, 0.1);
    -webkit-transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

.tp-main-menu-mobile ul li.has-dropdown>a .dropdown-toggle-btn i {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: rgba(79, 77, 77, 0.8705882353);
}

.tp-main-menu-mobile ul li.has-dropdown>a .dropdown-toggle-btn.dropdown-opened i {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.tp-main-menu-mobile ul li.has-dropdown>a .dropdown-toggle-btn:hover {
    background-color: var(--nahla-secondary);
    border-color: var(--nahla-secondary);
    color: black;
}

.tp-main-menu-mobile ul li.has-dropdown>a .dropdown-toggle-btn:hover i {
    color: black;
}

.tp-main-menu-mobile ul li.has-dropdown>a.expanded {
    color: var(--nahla-secondary);
}

.tp-main-menu-mobile ul li.has-dropdown>a.expanded .dropdown-toggle-btn.dropdown-opened {
    background-color: var(--nahla-secondary);
    border-color: var(--nahla-secondary);
    color: black;
}

.tp-main-menu-mobile ul li.has-dropdown>a.expanded .dropdown-toggle-btn.dropdown-opened i {
    color: black;
}

.tp-main-menu-mobile ul li.has-dropdown:hover>a::after {
    color: var(--tp-theme-green);
}

.tp-main-menu-mobile ul li:last-child a span {
    border-bottom: 0;
}

.tp-main-menu-mobile ul li>a {
    display: block;
    font-size: 16px;
    color: black;
    position: relative;
    padding: 10px 0;
    padding-right: 20px;
}

.tp-main-menu-mobile ul li>a svg {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}

.tp-main-menu-mobile ul li>a>i {
    display: inline-block;
    width: 11%;
    margin-right: 13px;
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    font-size: 21px;
    line-height: 1;
}

.tp-main-menu-mobile ul li>a .menu-text {
    font-size: 16px;
    line-height: 11px;
    border-bottom: 1px solid #EAEBED;
    width: 82%;
    display: inline-block;
    padding: 19px 0 17px;
}

.tp-main-menu-mobile ul li img {
    width: 100%;
}

.tp-main-menu-mobile ul li ul {
    padding: 0;
}

.tp-main-menu-mobile ul li ul li {
    padding: 0;
}

.tp-main-menu-mobile ul li ul li a {
    margin-left: auto;
    width: 93%;
    padding: 8px 5%;
    text-shadow: none !important;
    visibility: visible;
    padding-left: 0;
    padding-right: 20px;
}

.tp-main-menu-mobile ul li ul li li a {
    width: 88%;
    padding: 10px 7%;
    padding-left: 0;
    padding-right: 20px;
}

.tp-main-menu-mobile ul li ul li li li a {
    width: 83%;
    padding: 10px 9%;
    padding-left: 0;
    padding-right: 20px;
}

.tp-main-menu-mobile ul li ul li li li li a {
    width: 68%;
    padding: 10px 11%;
    padding-left: 0;
    padding-right: 20px;
}

.tp-main-menu-mobile ul li:hover>a {
    color: var(--nahla-secondary);
}

.tp-main-menu-mobile ul li:hover>a::after {
    color: var(--tp-theme-1);
}

.tp-main-menu-mobile ul li:hover>a .dropdown-toggle-btn i {
    color: var(--nahla-secondary);
}

.tp-main-menu-mobile ul li:hover .mega-menu {
    visibility: visible;
    opacity: 1;
    top: 0;
}

.tp-main-menu-mobile ul li .mega-menu,
.tp-main-menu-mobile ul li .submenu {
    position: static;
    min-width: 100%;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    visibility: visible;
    opacity: 1;
    display: none;
}

.tp-main-menu-mobile ul li .mega-menu li,
.tp-main-menu-mobile ul li .submenu li {
    float: none;
    display: block;
    width: 100%;
    padding: 0;
}

.tp-main-menu-mobile ul li .mega-menu li:hover a .dropdown-toggle-btn,
.tp-main-menu-mobile ul li .submenu li:hover a .dropdown-toggle-btn {
    color: var(--tp-theme-1);
}

.tp-main-menu-mobile .tp-main-menu-content ul li:not(:last-child) .home-menu-title a {
    border-bottom: none;
}

.tp-main-menu-mobile * ul,
.tp-main-menu-mobile * li {
    -webkit-transition: none !important;
    transition: none !important;
}

header {
    width: 100%;
    z-index: 9999;
    /* ------ top header------ */
    /* ----active------ */
}

header.sticky .main-1 {
    top: 0%;
    background-color: #FFFfff;
    position: fixed;
    z-index: 66;
    -webkit-animation: sticky 1s both;
    animation: sticky 1s both;
    width: 100%;
    -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

header.sticky .main-3 {
    top: 0%;
    background-color: #000;
    position: fixed;
    z-index: 66;
    -webkit-animation: sticky 1s both;
    animation: sticky 1s both;
    width: 100%;
    -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

header.sticky .main-3 .logo {
    display: block;
}

header.sticky .main-4 {
    display: block !important;
    top: 0%;
    background-color: #000;
    position: fixed;
    z-index: 1;
    -webkit-animation: sticky 1s both;
    animation: sticky 1s both;
    width: 100%;
    -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

@media (max-width: 992px) {
    header.sticky .main-4 {
        display: none !important;
    }
}

header.sticky .main-4 .logo {
    display: block;
}

header .main-3 .logo {
    display: none;
}

header .main-4 {
    display: none;
}

header.header-2 {
    position: absolute;
}

header.header-2 .main-right a .content small {
    font-size: 12px;
    line-height: 16px;
}

header.header-2 .main-right a .content h6 {
    font-size: 16px;
    line-height: 20px;
}

header.header-2 .main-right a:last-child {
    background: var(--nahla-secondary);
    border: 1px solid var(--nahla-primary);
    border-radius: 100px;
    padding: 14px 18px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

header.header-2 .main-right a:first-child .icons,
header.header-2 .main-right a:first-child .content small,
header.header-2 .main-right a:first-child .content h6 {
    color: #FFFfff !important;
}

header.header-2 .main-right a:first-child .icons svg,
header.header-2 .main-right a:first-child .content small svg,
header.header-2 .main-right a:first-child .content h6 svg {
    fill: #ffffff;
}

@media (max-width: 1250px) {
    header.header-2 .main-right a:first-child {
        display: none !important;
    }
}

header.header-3 {
    background: transparent;
}

@media (max-width: 992px) {
    header.header-3 {
        background-color: #000;
    }
}

header.header-3 .logo a::after {
    display: none !important;
}

header.header-3 .logo a:last-child {
    display: block;
    padding: 15px 0;
    background: none !important;
    border: none !important;
    border-radius: none;
    padding: none;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

header.header-3 .logo.logo-2 a:last-child {
    padding: 0;
}

header.header-3.sticky .logo a:last-child {
    padding: 0px;
}

@media (max-width: 1100px) {
    header.header-3 .open-time {
        display: none;
    }
}

header.header-3 .header-search a {
    font-size: 18px;
    color: #FFFfff;
    margin-right: 10px;
}

header.header-3 .search-box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(16, 32, 57, 0.6980392157);
    z-index: 10;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}

header.header-3 .search-box.show {
    opacity: 1 !important;
    visibility: visible !important;
    -webkit-transform: scaleX(1) !important;
    transform: scaleX(1) !important;
}

header.header-3 .search-box form {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 600px;
    width: 90%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

header.header-3 .search-box form input {
    border: 0px;
    width: 100%;
    line-height: 1;
    padding: 0px 20px;
    color: var(--nahla-primary);
    font-size: 16px;
    height: 60px;
    background-color: #FFFfff;
}

header.header-3 .search-box form button {
    border: 0px;
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
    height: 60px;
    background-color: var(--nahla-secondary);
    color: #FFFfff;
    text-align: center;
    padding: 0px 25px;
    font-size: 16px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

header.header-3 .search-box form button:hover {
    color: #FFFfff;
}

header.header-3 .search-box .close-icon {
    position: absolute;
    top: 20px;
    right: 25px;
    padding: 5px;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

header.header-3 .search-box .close-icon i {
    font-size: 30px;
    color: #FFFfff;
}

header .logo.logo-2 {
    background: var(--nahla-secondary);
    height: auto;
    padding: 41px 0px;
    padding-top: 30px;
}

@media (max-width: 992px) {
    header .logo.logo-2 {
        padding: 11px 0px;
    }
}

header .header-top {
    position: relative;
    background-color: #000;
}

header .header-top.header-top-2 {
    z-index: 1;
}

header .header-top.header-top-2::before {
    position: absolute;
    clear: both;
    display: block;
    content: "";
    width: 40px;
    height: 100%;
    background-color: #91D120;
    left: 0px;
    top: 0%;
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%);
    clip-path: polygon(0 0, 0 100%, 100% 100%);
    z-index: 5;
}

header .header-top .top-left .icon-left>li {
    background: rgba(255, 255, 255, 0.07);
}

header .header-top .top-left .icon-left>li a {
    padding: 20px 10px;
    line-height: 50px;
    font-size: 16px;
    color: var(--nahla-grey);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

header .header-top .top-left .icon-left>li a:hover {
    color: var(--nahla-secondary);
}

header .header-top .mail a {
    font-weight: 400;
    font-size: 16px;
    line-height: 10px;
    text-transform: lowercase;
    color: var(--nahla-grey);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

header .header-top .mail a i {
    margin-right: 7px;
}

header .header-top .mail a:hover {
    color: var(--nahla-secondary);
}

header .header-top::after {
    position: absolute;
    clear: both;
    display: block;
    content: "";
    width: 50px;
    height: 100%;
    right: 0%;
    background-color: var(--nahla-secondary);
    top: 0%;
    z-index: 5;
}

@media (max-width: 1370px) {
    header .header-top::after {
        display: none !important;
    }
}

header .top-right ul>li {
    position: relative;
    padding: 0px 7px;
}

header .top-right ul>li a {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    text-transform: capitalize;
    color: var(--nahla-grey);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

header .top-right ul>li a:hover {
    color: var(--nahla-secondary);
}

header .top-right ul>li::after {
    position: absolute;
    clear: both;
    display: block;
    content: "";
    width: 1px;
    height: 100%;
    background-color: rgba(247, 242, 236, 0.2);
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
    right: 0%;
    top: 0%;
    z-index: 5;
}

header .top-right ul>li:last-child::after {
    display: none !important;
}

header .main-header.main-2 {
    position: relative;
    z-index: 1;
}

header .main-header.main-2::after {
    position: absolute;
    clear: both;
    display: block;
    content: "";
    width: 15px;
    height: 100%;
    background-color: #91D120;
    left: -16px;
    top: 0%;
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 0);
    clip-path: polygon(0 0, 0 100%, 100% 0);
    z-index: 5;
}

@media (max-width: 992px) {
    header .main-header.main-2::after {
        display: none;
    }
}

header .main-header-wrapper .menu.menu-2 ul>li {
    margin: 2px 10px;
    display: inline-block;
    position: relative;
}

header .main-header-wrapper .menu.menu-2 ul>li>a {
    font-family: "Pathway Extreme", sans-serif;
    color: #FFFfff;
    font-weight: 500;
    padding: 5px 10px;
    display: inline-block;
    background-color: transparent;
}

header .main-header-wrapper .menu.menu-2 ul>li>a:hover {
    color: var(--nahla-secondary);
}

header .main-header-wrapper .menu ul>li {
    margin: 0px 25px;
    position: relative;
}

header .main-header-wrapper .menu ul>li>a {
    font-family: "Pathway Extreme", sans-serif;
    font-weight: 500;
    padding: 5px 10px;
    background-color: var(--nahla-secondary);
}

header .main-header-wrapper .menu ul>li>ul {
    position: absolute;
    top: 100%;
    width: 200px;
    background-color: #FFFfff;
    left: 0;
    z-index: 999;
    -webkit-box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.15);
    box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.15);
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    padding: 10px 0px;
}

header .main-header-wrapper .menu ul>li>ul li {
    display: block !important;
    margin: 0px 0px;
}

header .main-header-wrapper .menu ul>li>ul li a {
    display: block !important;
    background-color: transparent !important;
    padding: 12px 25px;
    color: var(--nahla-primary) !important;
}

header .main-header-wrapper .menu ul>li>ul li a:hover {
    color: #252525 !important;
    margin-left: 20px;
}

header .main-header-wrapper .menu ul>li>ul li::after {
    z-index: -1;
    clear: both;
    display: block;
    content: "";
    position: absolute;
    left: 5%;
    height: 1px;
    width: 0px;
    top: 50%;
    visibility: visible;
    background: var(--nahla-primary);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

header .main-header-wrapper .menu ul>li>ul li:hover::after {
    height: 1px;
    width: 10px;
}

header .main-header-wrapper .menu ul>li>ul ul {
    left: 100%;
    top: 0;
}

header .main-header-wrapper .menu ul>li:hover ul {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(27px);
    transform: translateY(27px);
}

header .main-right a .icons {
    position: relative;
    z-index: 1;
}

header .main-right a .icons::after {
    z-index: -1;
    clear: both;
    border-radius: 300px;
    display: block;
    content: "";
    position: absolute;
    left: 0.9%;
    height: 20px;
    width: 20px;
    top: 0.77%;
    visibility: visible;
    background: var(--nahla-secondary);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

header .main-right a .content small {
    color: var(--nahla-primary);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    font-family: "Open Sans", sans-serif;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

@media (max-width: 992px) {
    header .main-right a .content small {
        font-size: 12px;
        line-height: 16px;
    }
}

header .main-right a .content h6 {
    color: var(--nahla-primary);
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

@media (max-width: 992px) {
    header .main-right a .content h6 {
        font-size: 14px;
        line-height: 18px;
    }
}

header .main-right a:hover .icons::after {
    left: auto;
    right: 0.9% !important;
}

header .main-right a:last-child,
header .main-right a.head-btn {
    border-radius: 100px;
    padding: 15px 30px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

header .main-right a:last-child::after,
header .main-right a.head-btn::after {
    z-index: -1;
    clear: both;
    display: block;
    content: "";
    position: absolute;
    left: 0.9%;
    height: 0;
    width: 0;
    top: 0.77%;
    visibility: visible;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

header .main-right a:last-child:hover,
header .main-right a.head-btn:hover {
    color: #000 !important;
}

header .main-right a:last-child:hover::after,
header .main-right a.head-btn:hover::after {
    left: auto;
    right: 0% !important;
    top: 0%;
    bottom: 0%;
    width: 100%;
    height: 100%;
}

.header-get {
    background: transparent;
    width: 100%;
    height: 50px;
}


/* ---------------------------------
   Mobile Menu Style 
------------------------------------*/

.mobile-menu-wrapper {
    position: fixed;
    overflow: auto;
    right: -320px;
    top: 0;
    width: 320px;
    height: 100vh;
    scroll-behavior: smooth;
    overflow-y: scroll;
    -webkit-transition: right 0.5s ease-in;
    transition: right 0.5s ease-in;
    background-color: #FFFfff;
    padding: 20px;
    z-index: 999;
    -webkit-box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.15);
    box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.15);
}

.mobile-menu-wrapper.show {
    right: 0px;
}

.mobile-menu-wrapper button {
    border: 0;
    background: transparent !important;
    color: #060606;
    border-radius: 30px;
    font-size: 20px;
    position: absolute;
    left: 20px;
    top: 10px;
}

.mobile-menu-wrapper .mobile-menu {
    position: relative !important;
    padding-top: 70px;
}

.mobile-menu-wrapper .mobile-menu .mobile-menu-section ul {
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: transparent;
}

.mobile-menu-wrapper .mobile-menu .mobile-menu-section ul li {
    display: block !important;
}

.mobile-menu-wrapper .mobile-menu .mobile-menu-section .metismenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.mobile-menu-wrapper .mobile-menu .mobile-menu-section .metismenu>li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.mobile-menu-wrapper .mobile-menu .mobile-menu-section .metismenu a {
    position: relative;
    display: block;
    padding: 10px 15px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    text-decoration: none;
    color: #000;
    outline-width: 0;
    text-transform: capitalize;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.mobile-menu-wrapper .mobile-menu .mobile-menu-section .metismenu ul a {
    padding: 10px 15px 10px 35px;
    position: relative;
}

.mobile-menu-wrapper .mobile-menu .mobile-menu-section .metismenu ul a::before {
    clear: both;
    display: block;
    content: "\f067";
    position: absolute;
    right: 0;
    top: 0;
}

.mobile-menu-wrapper .mobile-menu .mobile-menu-section .metismenu ul a:hover {
    padding-left: 40px;
}

.mobile-menu-wrapper .mobile-menu .mobile-menu-section .metismenu ul a:hover::before {
    background-color: #FFFfff;
}

.mobile-menu-wrapper .mobile-menu .mobile-menu-section .metismenu ul a::before {
    position: absolute;
    left: 15px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid #FFFfff;
    content: "";
    top: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.mobile-menu-wrapper .mobile-menu .mobile-menu-section .metismenu ul ul {
    list-style-type: circle !important;
}

.mobile-menu-wrapper .mobile-menu .mobile-menu-section .metismenu ul ul a {
    padding: 10px 15px 10px 45px;
}

.mobile-menu-wrapper .mobile-menu .metismenu .has-arrow {
    background: var(--nahla-secondary);
}

.mobile-menu-wrapper .mobile-menu .mobile-menu-section .metismenu a:hover,
.mobile-menu-wrapper .mobile-menu .mobile-menu-section .metismenu a:focus,
.mobile-menu-wrapper .mobile-menu .mobile-menu-section .metismenu a:active {
    text-decoration: none;
    color: #FFFfff;
    background: var(--nahla-primary);
}

.mobile-menu-wrapper .mobile-menu .metismenu .has-arrow::after {
    position: absolute;
    content: "";
    width: 0.5em;
    height: 0.5em;
    border-width: 1px 0 0 1px;
    border-style: solid;
    border-color: initial;
    right: 1em;
    -webkit-transform: rotate(-45deg) translate(0, -50%);
    transform: rotate(-45deg) translate(0, -50%);
    -webkit-transform-origin: top;
    transform-origin: top;
    top: 50%;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mobile-menu-wrapper .mobile-menu .metismenu .active>.has-arrow::after,
.mobile-menu-wrapper .mobile-menu .metismenu .has-arrow[aria-expanded=true]::after {
    -webkit-transform: rotate(-135deg) translate(0, -50%);
    transform: rotate(-135deg) translate(0, -50%);
}

.mobile-menu-wrapper .mobile-menu .offset-menu-footer {
    margin-top: 35px;
}

.mobile-menu-wrapper .mobile-menu .offset-menu-social-icon a {
    font-size: 14px;
    display: inline-block;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 42px;
    text-align: center;
    margin-right: 5px;
    font-weight: 400;
}

html #wpadminbar {
    height: 46px;
    min-width: 240px;
}

#wpadminbar {
    position: absolute;
}

#wpadminbar {
    position: fixed !important;
    height: 32px !important;
}


/*admin bar css*/

.admin-bar .header-3 .sticky {
    transform: translateY(32px);
}

@media (max-width: 600px) {
    .admin-bar #header-sticky.tp-header-sticky {
        transform: translateY(0px);
    }
}

@media only screen and (min-width: 600px) and (max-width: 767px) {
    .admin-bar .tp-header-sticky {
        transform: translateY(0px);
    }
}


/* ----------------------------------
	HERO SECTION STYLE
 ------------------------------------ */

.hero-wrapper.hero-1 .hero-single-slider {
    position: relative;
    padding: 220px 0px 220px 0px;
    z-index: 1;
    position: relative;
}

@media (max-width: 992px) {
    .hero-wrapper.hero-1 .hero-single-slider {
        padding: 200px 0px 120px 0px;
    }
}

@media (max-width: 768px) {
    .hero-wrapper.hero-1 .hero-single-slider {
        padding: 160px 0px 110px 0px;
    }
}

@media (max-width: 578px) {
    .hero-wrapper.hero-1 .hero-single-slider {
        padding: 120px 0px 100px 0px;
    }
}

.hero-wrapper.hero-1 .hero-single-slider .hero-content h1 {
    font-weight: 700;
    font-size: 86px;
    line-height: 106px;
    color: #FFFfff;
    margin-bottom: 25px;
}

@media (max-width: 1040px) {
    .hero-wrapper.hero-1 .hero-single-slider .hero-content h1 {
        font-size: 52px;
        line-height: 66px;
    }
}

@media (max-width: 992px) {
    .hero-wrapper.hero-1 .hero-single-slider .hero-content h1 {
        font-size: 48px;
        line-height: 62px;
    }
}

@media (max-width: 768px) {
    .hero-wrapper.hero-1 .hero-single-slider .hero-content h1 {
        font-size: 42px;
        line-height: 52px;
    }
}

@media (max-width: 578px) {
    .hero-wrapper.hero-1 .hero-single-slider .hero-content h1 {
        font-size: 40px;
        line-height: 50px;
    }
}

.hero-wrapper.hero-1 .hero-single-slider .hero-content h1 span {
    font-family: "Pathway Extreme";
    font-style: normal;
    font-weight: 700;
    font-size: 96px;
    line-height: 106px;
    color: rgba(0, 0, 0, 0.3137254902);
    opacity: 1;
    text-shadow: -1px 1px 0 #FFFfff, 1px 1px 0 #FFFfff, 1px -1px 0 #FFFfff, -1px -1px 0 #FFFfff;
}

@media (max-width: 1040px) {
    .hero-wrapper.hero-1 .hero-single-slider .hero-content h1 span {
        font-size: 52px;
        line-height: 66px;
    }
}

@media (max-width: 992px) {
    .hero-wrapper.hero-1 .hero-single-slider .hero-content h1 span {
        font-size: 48px;
        line-height: 62px;
    }
}

@media (max-width: 768px) {
    .hero-wrapper.hero-1 .hero-single-slider .hero-content h1 span {
        font-size: 42px;
        line-height: 52px;
    }
}

@media (max-width: 578px) {
    .hero-wrapper.hero-1 .hero-single-slider .hero-content h1 span {
        font-size: 40px;
        line-height: 50px;
    }
}

.hero-wrapper.hero-1 .hero-single-slider .hero-content h1 span.dif-text {
    font-family: "ABeeZee";
}

.hero-wrapper.hero-1 .hero-single-slider .hero-content p {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #FFFfff;
    max-width: 650px;
    margin-bottom: 50px;
}

.hero-wrapper.hero-1 .hero-single-slider .hero-content a {
    background: var(--nahla-secondary);
    border: 1px solid var(--nahla-primary);
    border-radius: 100px;
    padding: 15px 30px;
    position: relative;
    z-index: 1;
}

.hero-wrapper.hero-1 .hero-single-slider:before {
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    background: -webkit-gradient(linear, left top, right top, from(var(--nahla-primary)), to(rgba(33, 33, 33, 0.5)));
    background: linear-gradient(90deg, var(--nahla-primary) 0%, rgba(33, 33, 33, 0.5) 100%);
}

.hero-wrapper.hero-1 .hero-single-slider .left-element {
    position: absolute;
    top: 0;
    left: 0%;
    z-index: -2;
}

.hero-wrapper.hero-1 .hero-single-slider .right-element {
    position: absolute;
    top: 0;
    right: 0%;
    z-index: -2;
}

.hero-wrapper.hero-1 .hero-single-slider .bottom-element {
    position: absolute;
    bottom: 0;
    left: 0%;
    z-index: -2;
}

.hero-wrapper.hero-1 .hero-single-slider .top-element {
    position: absolute;
    right: 0;
    top: 0%;
    z-index: 2;
}

.hero-wrapper.hero-1 .hero-single-slider .top-element-2 {
    position: absolute;
    right: 10%;
    top: 0%;
    z-index: -2;
}

.hero-wrapper.hero-1 .shape {
    position: absolute;
    bottom: 0%;
    right: 11%;
    z-index: -2;
}

.hero-wrapper.hero-1 .shape-left {
    position: absolute;
    left: 0;
    bottom: 25%;
    z-index: -1;
}

.hero-wrapper.hero-1.hero-4 .hero-content h1 {
    color: #FFF;
    font-size: 96px;
    font-family: "Pathway Extreme", sans-serif;
    font-weight: 700;
    line-height: 106px;
}

@media (max-width: 992px) {
    .hero-wrapper.hero-1.hero-4 .hero-content h1 {
        font-size: 80px;
        line-height: 100px;
    }
}

@media (max-width: 768px) {
    .hero-wrapper.hero-1.hero-4 .hero-content h1 {
        font-size: 50px;
        line-height: 80px;
    }
}

@media (max-width: 578px) {
    .hero-wrapper.hero-1.hero-4 .hero-content h1 {
        font-size: 40px;
        line-height: 50px;
    }
}

.hero-wrapper.hero-1.hero-4 .hero-content .bread_c {
    display: inline-block;
    margin-top: -60px;
    padding: 60px 20px 10px;
    position: relative;
}

.hero-wrapper.hero-1.hero-4 .hero-content .bread_c::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: var(--nahla-secondary);
    left: 0;
    top: 0;
    mix-blend-mode: multiply;
    z-index: 1;
}

.hero-wrapper.hero-1.hero-4 .hero-content .bread_c p.breadcrumb {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #FFFfff;
    max-width: auto;
    margin-bottom: 0px;
}

.hero-wrapper.hero-1.hero-4 .hero-content .bread_c p.breadcrumb a {
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    border: none;
    padding: 0;
    background-color: transparent;
    z-index: 99;
}

@media (max-width: 767px) {
    .hero-wrapper.hero-1.hero-4 .hero-content .bread_c {
        margin-top: -40px;
        padding: 40px 20px 10px;
    }
}

@media (max-width: 1030px) {
    .hero-wrapper.hero-1.hero-4 .small_width {
        width: 12%;
    }
}

.hero-wrapper.hero-1.hero-border {
    border-bottom: 20px solid var(--nahla-secondary);
}

.shape-bottom-2 {
    position: absolute;
    bottom: 0;
    left: 50%;
}

.breadcrumb-right-element {
    position: absolute;
    right: 0;
    bottom: -110px;
}

.breadcrumb-video {
    position: absolute;
    right: 231px;
    top: 31%;
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    z-index: 1;
}

.breadcrumb-shape {
    position: absolute;
    right: 208px;
    bottom: -146px;
}

.postbox__thumb a img {
    width: 100%;
    height: 500px;
}

.video-play-btn.rr-video {
    width: inherit;
    top: 44%;
    left: 77%;
}

.tp-choose__play-btn a {
    height: 93px;
    width: 93px;
    background-color: #fff;
    border-radius: 50%;
    line-height: 93px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    position: relative;
}

.tp-choose__play-btn a span {
    margin-left: 5px;
}

.tp-choose__play-btn a::after {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(255, 255, 255, 0.28);
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    border-radius: 50%;
    z-index: 9;
}


/* ----------------------------------
	CONTACT SECTION STYLEING
 ------------------------------------ */

.contact-wrapper.content-1 {
    position: relative;
}

.contact-wrapper.content-1 .contact-img {
    position: absolute;
    bottom: 0;
    width: 335px;
    z-index: -1;
    height: auto;
    left: 6%;
}

@media (max-width: 1500px) {
    .contact-wrapper.content-1 .contact-img {
        left: 0;
    }
}

@media (max-width: 1020px) {
    .contact-wrapper.content-1 .contact-img {
        display: none;
    }
}

.contact-wrapper.content-1 .shape-element {
    left: 18%;
    position: absolute;
    top: calc(30% + 20px);
    -webkit-animation: right-to-left 4s ease-in-out infinite;
    animation: right-to-left 4s ease-in-out infinite;
}

@media (max-width: 1020px) {
    .contact-wrapper.content-1 .shape-element {
        display: none;
    }
}

.contact-wrapper .location-map iframe {
    width: 100%;
}

@media (max-width: 767px) {
    .contact-wrapper .res-column {
        margin-top: 60px;
    }
}

.contact-wrapper .contact-left {
    margin-right: 40px;
}

@media (max-width: 767px) {
    .contact-wrapper .contact-left {
        margin-right: 0;
    }
}

.contact-wrapper .contact-right {
    position: relative;
}

.contact-wrapper .contact-right .img {
    display: inline-block;
    position: absolute;
    left: -18%;
    top: 15%;
}

@media (max-width: 1200px) {
    .contact-wrapper .contact-right .img {
        left: -30%;
    }
}

.single-contact-left {
    max-width: 650px;
    margin-left: 40%;
}

.single-contact-left .section-title h2 {
    font-family: "Pathway Extreme";
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 68px;
    color: #FFFfff;
    text-shadow: -1px 1px 0 #000, 1px 1px 0 #000, 1px -1px 0 #000, -1px -1px 0 #000;
    text-transform: capitalize;
}

@media (max-width: 767px) {
    .single-contact-left .section-title h2 {
        font-size: 40px;
        line-height: 52px;
    }
}

.single-contact-left .link-custome ul>li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    padding: 20px 0px;
    border-bottom: 1px solid var(--nahla-primary);
}

.single-contact-left .link-custome ul>li a {
    display: block;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 34px;
    color: var(--nahla-primary);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 1020px) {
    .single-contact-left {
        margin-left: 1%;
    }
}

@media (max-width: 800px) {
    .single-contact-left {
        margin-left: 0;
        margin-top: 60px;
        margin-bottom: 60px;
    }
}

.single-contact-right {
    height: 650px;
}


/* ----------------------------------
	CONTACT-2 SECTION STYLEING
 ------------------------------------ */

.contact-info a {
    display: block;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 34px;
    color: var(--nahla-primary);
    padding: 30px 0px;
    border-bottom: 1px solid var(--nahla-primary);
}

.contact-info a img {
    margin-right: 10px;
}

.contact-right .form-group label {
    font-family: "Pathway Extreme";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: var(--nahla-primary);
    margin-bottom: 5px;
}

.contact-right .form-group input[type=text],
.contact-right .form-group input[type=email] {
    background-color: transparent;
    height: 50px;
    color: var(--nahla-grey);
    border-bottom: 1px solid #777 !important;
    border-radius: 0px !important;
}

.contact-right .form-group input[type=text]:active,
.contact-right .form-group input[type=text]:focus,
.contact-right .form-group input[type=email]:active,
.contact-right .form-group input[type=email]:focus {
    border: 1px solid var(--nahla-primary) !important;
    border-radius: 5px !important;
}

.contact-right .form-group textarea {
    background-color: transparent;
    color: var(--nahla-grey);
    width: 100%;
    border: none;
    border-radius: 0px !important;
}

.contact-right .form-group textarea:focus {
    outline: none;
    border: none;
}

.contact-right .form-group small {
    border-top: 1px solid var(--nahla-primary) !important;
    display: block;
}

.contact-right .form-group .form-control {
    border: none !important;
}

.contact-right .form-group .form-control:focus {
    outline: 0px solid rgba(0, 0, 0, 0.15) !important;
    border: 0px solid rgba(0, 0, 0, 0.15) !important;
    -webkit-box-shadow: 0 0 0 !important;
    box-shadow: 0 0 0 !important;
}

.contact-right .form-group .form-group button {
    display: inline-block;
}


/* ----------------------------------
	ABOUT SECTION STYLEING
 ------------------------------------ */

.about-wrapper.about-2 {
    position: relative;
}

.about-wrapper.about-2::before {
    content: "";
    clear: both;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../img/service/service-bg-2.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: -1;
}

.about-wrapper.about-2::after {
    content: "";
    clear: both;
    width: 100%;
    height: calc(60% + 20px);
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../img/service/service-bg-1.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: -1;
}

.about-wrapper .about-widget {
    max-width: 1720px;
    background-color: #fff;
    margin: 0 auto;
}

.about-wrapper .about-left .abt_cmpny {
    max-width: 40px;
    max-height: 240px;
    position: absolute;
    right: 0;
    top: 0;
}

.about-wrapper .about-left .abt_cmpny h3.title {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    color: #ECECEC;
    font-family: Pathway Extreme;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-left: 25px;
}

.about-wrapper .about-left.about-left-2 {
    position: relative;
    height: 700px;
    width: 100%;
}

@media (max-width: 768px) {
    .about-wrapper .about-left.about-left-2 {
        height: 500px;
    }
}

.about-wrapper .about-left.about-left-2 .dot-element {
    position: absolute;
    bottom: 0%;
    left: 0%;
    -webkit-animation: left-to-right 4s ease-in-out infinite;
    animation: left-to-right 4s ease-in-out infinite;
}

.about-wrapper .about-left.about-left-2 .box-about {
    position: absolute;
    top: 10%;
    right: 0%;
    left: auto !important;
    display: inline-block;
    -webkit-animation: left-to-right 4s ease-in-out infinite;
    animation: left-to-right 4s ease-in-out infinite;
}

.about-wrapper .about-left .about-left-img {
    width: 100%;
    height: 500px;
    margin-bottom: 50px;
}

.about-wrapper .about-left .service-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}

.about-wrapper .about-left .service-item .icons {
    width: 100px;
    height: 100px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 500px;
    background-color: var(--nahla-secondary);
}

.about-wrapper .about-btn a {
    width: 184px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 184px;
    border-radius: 500px;
    border: 1px solid var(--nahla-primary);
    background: transparent;
}

.about-wrapper .about-btn a:hover {
    background: var(--nahla-secondary);
    color: #fff;
    border: 1px solid var(--nahla-secondary);
}

.about-wrapper .about-right .about-right-img {
    width: 100%;
    height: 500px;
    margin-bottom: 50px;
    position: relative;
}

@media (max-width: 767px) {
    .about-wrapper .about-right .about-right-img {
        margin-bottom: 20px;
    }
}

@media (max-width: 1020px) {
    .about-wrapper .about-right {
        margin-top: 60px;
    }
}

@media (max-width: 767px) {
    .about-wrapper .about-right {
        margin-top: 30px;
    }
}

@media (max-width: 1020px) {
    .about-wrapper .about-right.about-right-home-3 {
        margin-top: 60px;
    }
}

.about-wrapper .about-text-right.about-text-right-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
}

.about-wrapper .about-text-right.about-text-right-2 .icons {
    position: relative;
}

.about-wrapper .about-text-right.about-text-right-2 .icons::after {
    content: "";
    clear: both;
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 400px;
    background-color: var(--nahla-secondary);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.about-wrapper .about-text-right h5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    text-transform: capitalize;
    color: var(--nahla-grey);
}

.about-wrapper .about-text-right h5 i {
    width: 20px;
    height: 20px;
    background-color: var(--nahla-secondary);
    border-radius: 400px;
    font-size: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: rotate(50deg);
    transform: rotate(50deg);
}

.about-wrapper .box-about {
    position: absolute;
    top: 65px;
    left: -67px!important;
}

.about-wrapper .box-about.box-about-2 {
    position: relative;
    top: 0;
    left: 20px;
}

@media (max-width: 991px) {
    .about-wrapper .box-about {
        left: 0;
    }
}

@media (max-width: 767px) {
    .about-wrapper .box-about {
        left: 20px;
        top: 55%;
    }
}

.about-wrapper .box-ten {
    width: 170px;
    height: 100px;
    border-radius: 10px;
    border: 1px solid var(--nahla-primary);
    z-index: 2;
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
    position: relative;
    padding: 25px 0px 0px 20px;
    background-color: var(--nahla-secondary);
}

.about-wrapper .box-ten h5 {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-transform: capitalize;
    color: var(--nahla-primary);
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
}

.about-wrapper .box-ten::after {
    background-color: var(--nahla-secondary);
    position: absolute;
    top: -10px;
    left: -10px;
    content: "";
    clear: both;
    width: 170px;
    height: 100px;
    border-radius: 10px;
    border: 1px solid var(--nahla-primary);
    z-index: -1;
}

.about-wrapper .about-left-img-2 {
    position: absolute;
    top: 30%;
    right: 0%;
}

@media (max-width: 480px) {
    .home-1-about .about-left .about-left-img img {
        max-width: 80% !important;
    }
}

.map {
    max-width: 100%;
}


/* ----------------------------------
	SERVICE SECTION STYLEING
 ------------------------------------ */

.service-wrapper.service-1 .single_service {
    position: relative;
    background-color: #FFFfff;
    padding: 40px 35px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.service-wrapper.service-1 .single_service h5 {
    font-weight: 700;
    font-size: 20px;
    line-height: 34px;
    margin-bottom: 20px;
}

.service-wrapper.service-1 .single_service .card-img {
    width: 100px !important;
    height: 100px !important;
    overflow: hidden;
    border-radius: 400px;
    border: 1px solid #000;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px;
    background-color: var(--nahla-secondary);
}

.service-wrapper.service-1 .single_service .card-img img {
    -o-object-fit: cover;
    object-fit: cover;
}

.service-wrapper.service-1 .single_service p {
    margin-top: 20px;
    margin-bottom: 15px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.service-wrapper.service-1 .single_service ul>li {
    display: block;
    padding-left: 20px;
    margin: 10px 0px;
    font-size: 16px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.service-wrapper.service-1 .single_service ul>li::after {
    content: "\f00c";
    clear: both;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
}

.service-wrapper.service-1 .single_service::after {
    position: absolute;
    clear: both;
    display: block;
    content: "";
    width: 1px;
    height: 100%;
    background-image: url(../img/svg-icon/servicesvg-1.svg);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    right: 0%;
    top: 0%;
    height: 100%;
    width: 100%;
    z-index: -1;
    background-color: var(--nahla-secondary);
}

.service-wrapper.service-1 .single_service:hover {
    background: transparent;
}

.service-wrapper.service-1 .single_service:hover h5,
.service-wrapper.service-1 .single_service:hover p {
    color: var(--nahla-primary);
}

.service-wrapper.service-1 .single_service:hover ul>li {
    color: var(--nahla-primary);
}

@media (max-width: 1030px) {
    .service-wrapper.service-1 {
        padding: 30px 0;
    }
}

.service-wrapper.service-2 {
    position: relative;
}

.service-wrapper.service-2 .single-service-widget {
    position: relative;
    background: #FFFfff;
    -webkit-clip-path: polygon(50% 5%, 100% 0, 100% 50%, 100% 100%, 0 100%, 0% 60%, 0 0);
    clip-path: polygon(50% 5%, 100% 0, 100% 50%, 100% 100%, 0 100%, 0% 60%, 0 0);
    z-index: 1;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.service-wrapper.service-2 .single-service-widget .single_service {
    padding: 40px 35px;
}

.service-wrapper.service-2 .single-service-widget .single_service h5 {
    font-weight: 700;
    font-size: 20px;
    line-height: 34px;
    margin-bottom: 20px;
}

.service-wrapper.service-2 .single-service-widget .single_service .card-img {
    width: 70px;
    height: 70px;
    border: none;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 4;
}

.service-wrapper.service-2 .single-service-widget .single_service .card-img img {
    -o-object-fit: cover;
    object-fit: cover;
}

.service-wrapper.service-2 .single-service-widget .single_service .card-img::after {
    position: absolute;
    clear: both;
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    left: 10%;
    top: 10%;
    border-radius: 500px;
    z-index: -1;
    background-color: var(--nahla-secondary);
}

.service-wrapper.service-2 .single-service-widget .single_service p {
    margin-top: 20px;
    margin-bottom: 15px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.service-wrapper.service-2 .single-service-widget .service-bg-item {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 200px;
}

.service-wrapper.service-2 .single-service-widget::after {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    position: absolute;
    clear: both;
    display: block;
    content: "";
    visibility: hidden;
    opacity: 0;
    background-image: url(../img/svg-icon/servicesvg-1.svg);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    right: 0%;
    top: 0%;
    height: 100%;
    width: 100%;
    z-index: -1;
    background-color: var(--nahla-secondary);
}

.service-wrapper.service-2 .single-service-widget:hover {
    background: transparent !important;
}

.service-wrapper.service-2 .single-service-widget:hover h5,
.service-wrapper.service-2 .single-service-widget:hover p {
    color: var(--nahla-primary);
}

.service-wrapper.service-2 .single-service-widget:hover::after {
    visibility: visible;
    opacity: 1;
}

.service-wrapper.service-2::after {
    content: "";
    clear: both;
    width: 100%;
    height: calc(60% + 20px);
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../img/service/service-bg-1.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: -1;
}

.service-wrapper.service-2::before {
    content: "";
    clear: both;
    width: 100%;
    height: calc(60% + 20px);
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../img/service/service-bg-2.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: -1;
}

.service-wrapper.service-3 {
    position: relative;
}

.service-wrapper.service-3 .single-service-widget {
    position: relative;
    background: #FFFfff;
    -webkit-clip-path: polygon(50% 5%, 100% 0, 100% 50%, 100% 100%, 0 100%, 0% 60%, 0 0);
    clip-path: polygon(50% 5%, 100% 0, 100% 50%, 100% 100%, 0 100%, 0% 60%, 0 0);
    z-index: 1;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.service-wrapper.service-3 .single-service-widget .single_service {
    padding: 40px 35px;
}

.service-wrapper.service-3 .single-service-widget .single_service h5 {
    font-weight: 700;
    font-size: 20px;
    line-height: 34px;
    margin-bottom: 20px;
}

.service-wrapper.service-3 .single-service-widget .single_service .card-img {
    width: 70px;
    height: 70px;
    border: none;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 4;
}

.service-wrapper.service-3 .single-service-widget .single_service .card-img img {
    -o-object-fit: cover;
    object-fit: cover;
}

.service-wrapper.service-3 .single-service-widget .single_service .card-img::after {
    position: absolute;
    clear: both;
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    left: 10%;
    top: 10%;
    border-radius: 500px;
    z-index: -1;
    background-color: var(--nahla-secondary);
}

.service-wrapper.service-3 .single-service-widget .single_service p {
    margin-top: 20px;
    margin-bottom: 15px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.service-wrapper.service-3 .single-service-widget .service-bg-item {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 200px;
}

.service-wrapper.service-3 .single-service-widget::after {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    position: absolute;
    clear: both;
    display: block;
    content: "";
    visibility: hidden;
    opacity: 0;
    background-image: url(../img/svg-icon/servicesvg-1.svg);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    right: 0%;
    top: 0%;
    height: 100%;
    width: 100%;
    z-index: -1;
    background-color: var(--nahla-secondary);
}

.service-wrapper.service-3 .single-service-widget:hover {
    background: transparent !important;
}

.service-wrapper.service-3 .single-service-widget:hover h5,
.service-wrapper.service-3 .single-service-widget:hover p {
    color: var(--nahla-primary);
}

.service-wrapper.service-3 .single-service-widget:hover::after {
    visibility: visible;
    opacity: 1;
}

.service-wrapper.service-4 {
    position: relative;
}

.service-wrapper.service-4::after {
    content: "";
    clear: both;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../img/service/service-bg-1.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: -1;
}

.service-wrapper.service-4::before {
    content: "";
    clear: both;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../img/service/service-bg-2.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: -1;
}

.service-wrapper.service-4 .single_service {
    position: relative;
    background-color: #FFFfff;
    border: 1px solid #FFFfff;
    padding: 40px 35px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.service-wrapper.service-4 .single_service .card-img {
    width: 100px;
    height: 100px;
    overflow: hidden;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
    z-index: 1;
}

.service-wrapper.service-4 .single_service .card-img::after {
    position: absolute;
    clear: both;
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    left: 0%;
    top: 0%;
    border-radius: 500px;
    z-index: -1;
    background-color: var(--nahla-secondary);
}

.service-wrapper.service-4 .single_service p {
    margin-top: 30px;
    margin-bottom: 15px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.service-wrapper.service-4 .single_service h5 {
    margin-top: 80px;
}

.service-wrapper.service-4 .single_service span.num {
    position: absolute;
    top: 50px;
    right: 50px;
    font-family: "Pathway Extreme";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 34px;
    text-align: right;
    color: rgba(33, 33, 33, 0.2);
}

.service-wrapper.service-4 .single_service::after {
    position: absolute;
    clear: both;
    display: block;
    content: "";
    width: 1px;
    height: 100%;
    background-image: url(../img/svg-icon/servicesvg-1.svg);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    right: 0%;
    top: 0%;
    height: 100%;
    width: 100%;
    z-index: -1;
    background-color: var(--nahla-secondary);
}

.service-wrapper.service-4 .single_service:hover {
    border: 1px solid var(--nahla-primary);
    background: transparent;
}

.service-wrapper.service-4 .single_service:hover h5,
.service-wrapper.service-4 .single_service:hover p,
.service-wrapper.service-4 .single_service:hover .num {
    color: var(--nahla-primary);
}

.service-wrapper.service-4 .single_service:hover ul>li {
    color: var(--nahla-primary);
}


/* ----------------------------------
	TESTIMONIAL SECTION STYLEING
 ------------------------------------ */

.single-testimonial {
    background-color: #FFFfff;
    border: 1px solid #000;
    padding: 50px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

@media (max-width: 992px) {
    .single-testimonial {
        padding: 40px 30px;
    }
}

.single-testimonial p {
    margin-top: 20px;
}

.single-testimonial:hover {
    border: 1px solid var(--nahla-secondary);
}

.testimonial-2 {
    position: relative;
    z-index: 2;
    padding-bottom: 240px;
}

.testimonial-2::after {
    content: "";
    clear: both;
    display: block;
    width: 85%;
    height: 100%;
    position: absolute;
    background: #FFFfff;
    top: 0;
    right: 0%;
    z-index: -1;
}

.testimonial-2 .about-testimonial {
    margin-top: 120px;
}

@media (min-width: 1021px) and (max-width: 1120px) {
    .testimonial-2 {
        padding-bottom: 205px;
    }
    .testimonial-2::after {
        width: 100%;
    }
}

@media (max-width: 1020px) {
    .testimonial-2 {
        padding-bottom: 120px;
    }
    .testimonial-2::after {
        width: 100%;
    }
    .testimonial-2 .about-testimonial {
        margin-top: 0;
    }
}

@media (max-width: 850px) {
    .testimonial-2 {
        padding-bottom: 60px;
    }
}

.single-testimonial-2 {
    position: relative;
    z-index: 3;
    padding: 50px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

@media (max-width: 992px) {
    .single-testimonial-2 {
        padding: 40px 30px;
    }
}

@media (max-width: 767px) {
    .single-testimonial-2 {
        padding: 0 20px;
    }
}

.single-testimonial-2 .ring {
    margin-left: auto;
    width: 150px;
    height: 5px;
    border-radius: 2px;
    border: 1px solid #111111;
    background-color: var(--nahla-secondary);
    margin-bottom: 5px;
}

.single-testimonial-2 p {
    margin-top: 20px;
}

.single-testimonial-2 .testimonial-img {
    height: 100px;
    width: 100px;
    border-radius: 6px;
}

.single-testimonial-2 .head-single {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    text-align: right;
    gap: 20px;
}

.single-testimonial-2 h4 {
    margin-top: 30px;
    font-family: "Pathway Extreme";
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 52px;
    text-align: right;
    color: var(--nahla-primary);
    margin-bottom: 30px;
}

@media (max-width: 991px) {
    .single-testimonial-2 h4 {
        font-size: 28px;
        line-height: 42px;
    }
}

@media (max-width: 767px) {
    .single-testimonial-2 h4 {
        font-size: 22px;
        line-height: 32px;
    }
}

.single-testimonial-2 small {
    margin-left: 150px;
}

.testimonial-img {
    height: 100px;
    width: 90px;
    border-radius: 6px;
}

.head-single {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}

.head-content small {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 180%;
    text-align: center;
    text-transform: capitalize;
    color: var(--nahla-grey);
}

.head-content h5 {
    color: var(--nahla-primary);
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
    text-transform: capitalize;
}

.head-content ul>li {
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    display: inline-block;
}

.head-content ul>li i {
    color: #FDCC1F;
}

.about-element {
    position: absolute;
    bottom: 12%;
    left: calc(20% + 30px);
    z-index: 1;
}

@media (max-width: 1600px) {
    .about-element {
        left: calc(15% + 30px);
    }
}

@media (max-width: 1400px) {
    .about-element {
        left: calc(7% + 30px);
    }
}

@media (max-width: 992px) {
    .about-element {
        display: none;
    }
}

.items-widget:nth-child(1) {
    padding: 20px 120px 20px 20px;
    border-right: 1px solid var(--nahla-secondary);
}

@media (max-width: 768px) {
    .items-widget:nth-child(1) {
        padding: 20px 20px 20px 20px;
    }
}

.items-widget:nth-child(2) {
    padding: 20px 20px 20px 120px;
}

@media (max-width: 768px) {
    .items-widget:nth-child(2) {
        padding: 20px 20px 20px 20px;
    }
}

.sercle {
    position: absolute;
    top: 15%;
    left: 42%;
}

.slider-items-test {
    position: relative;
    border: 1px solid var(--nahla-secondary);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.slider-items-test .man-cntent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
}

.slider-items-test .man {
    width: 90px;
    height: 100px;
    border-radius: 6px;
    overflow: hidden;
}

.slider-items-test .man img {
    -o-object-fit: cover;
    object-fit: cover;
}

.slider-items-test .content small {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 180%;
    text-align: center;
    text-transform: capitalize;
    color: var(--nahla-secondary);
}

.slider-items-test .content h6 {
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
    text-transform: capitalize;
    color: #FFFfff;
}

.slider-items-test .content ul>li {
    color: #FFFfff;
    display: inline-block;
}

.slider-items-test .content ul>li i {
    color: gold;
}

.slider-items-test .item-content {
    margin-top: 25px;
}

.slider-items-test .item-content p {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 40px;
    color: rgba(255, 255, 255, 0.6);
}

@media (max-width: 767px) {
    .slider-items-test .item-content p {
        font-size: 18px;
    }
}


/* ----------------------------------
	PORTFOLIO SECTION STYLEING
 ------------------------------------ */

.portfolio-wrapper .portfolio-single {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.portfolio-wrapper .portfolio-single .single-man {
    overflow: hidden;
    height: 550px;
    width: 100%;
    position: relative;
}

.portfolio-wrapper .portfolio-single .single-man.single-man-2 {
    height: 350px;
    overflow: hidden;
}

.portfolio-wrapper .portfolio-single .single-man .content-portfolio {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    z-index: 2;
    left: 20px;
    bottom: 20px;
}

.portfolio-wrapper .portfolio-single .single-man .content-portfolio .icons a {
    width: 70px;
    height: 70px;
    border-radius: 500px;
    padding: 2px solid #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: var(--nahla-secondary);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.portfolio-wrapper .portfolio-single .single-man .content-portfolio .icons a i {
    font-size: 18px;
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
}

.portfolio-wrapper .portfolio-single .single-man .content-portfolio .content small {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.04em;
    text-transform: capitalize;
    color: var(--nahla-secondary);
}

.portfolio-wrapper .portfolio-single .single-man .content-portfolio .content h5 {
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
    text-transform: capitalize;
    color: #FFFfff;
}

.portfolio-wrapper .portfolio-single .single-man::after {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    clear: both;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    right: 0%;
    background: rgba(33, 33, 33, 0.7);
    background-image: url(../img/svg-icon/portfolio.svg);
    background-repeat: no-repeat;
    background-size: cover;
    top: 0%;
    z-index: 1;
}

.portfolio-wrapper .portfolio-single .single-man:hover .content-portfolio {
    visibility: visible;
    opacity: 1;
}

.portfolio-wrapper .portfolio-single .single-man:hover::after {
    visibility: visible;
    opacity: 1;
}

@media (max-width: 1200px) {
    .portfolio-wrapper .portfolio-single .single-man {
        height: 400px;
    }
}

.portfolio-wrapper.portfolio-2 .single-portfolio {
    position: relative;
    width: 100%;
    height: 400px;
    border-radius: 20px;
    text-align: center;
    overflow: hidden;
}

.portfolio-wrapper.portfolio-2 .single-portfolio img {
    -o-object-fit: cover;
    object-fit: cover;
}

.portfolio-wrapper.portfolio-2 .single-portfolio .cta-portfolio {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    bottom: 25px;
    left: 25px;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.portfolio-wrapper.portfolio-2 .single-portfolio .cta-portfolio .icon {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: var(--nahla-secondary);
    border-radius: 500px;
    border: 1px solid var(--nahla-primary);
}

.portfolio-wrapper.portfolio-2 .single-portfolio .cta-portfolio .icon i {
    color: var(--nahla-primary);
    font-size: 18px;
    -webkit-transform: rotate(-50deg);
    transform: rotate(-50deg);
}

.portfolio-wrapper.portfolio-2 .single-portfolio .cta-portfolio .content small {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.04em;
    text-transform: capitalize;
    color: var(--nahla-secondary);
    font-family: "Open Sans", sans-serif;
    margin-bottom: 5px;
}

.portfolio-wrapper.portfolio-2 .single-portfolio .cta-portfolio .content h5 {
    font-size: 24px;
    color: #FFFfff;
    font-weight: 900;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 0;
}

.portfolio-wrapper.portfolio-2 .single-portfolio::after {
    visibility: hidden;
    opacity: 0;
    display: block;
    content: "";
    clear: both;
    z-index: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/svg-icon/portfolio-ho.svg) !important;
    background-repeat: no-repeat;
    background-position: 0 0;
    position: absolute;
    top: 0%;
    background: #000;
    left: 0%;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.portfolio-wrapper.portfolio-2 .single-portfolio:hover::after {
    visibility: visible;
    opacity: 0.5;
}

.portfolio-wrapper.portfolio-2 .single-portfolio:hover .cta-portfolio {
    visibility: visible;
    opacity: 1;
}

@media (max-width: 1020px) {
    .portfolio-wrapper.portfolio-2 .single-portfolio {
        height: auto;
    }
}

.portfolio-wrapper.portfolio-2 .theme-btn {
    padding: 18px 50px;
}

@media (max-width: 767px) {
    .portfolio-wrapper.section-padding-home-3 {
        padding-bottom: 0;
    }
}

.dvr {
    margin: 0 5px;
    font-size: 15px;
}


/* ----------------------------------
	PRICE SECTION STYLEING
 ------------------------------------ */

.pricing-row {
    background-color: #FFFfff;
}

.pricing-row .single-price-card {
    position: relative;
    padding: 50px 40px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.pricing-row .single-price-card .price-head {
    padding-bottom: 10px;
    border-bottom: 2px solid #000;
}

.pricing-row .single-price-card .price-head span {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 43px;
    text-transform: uppercase;
    color: var(--nahla-secondary);
}

.pricing-row .single-price-card .price-head span small {
    color: var(--nahla-grey);
}

.pricing-row .single-price-card .price-head .populer {
    position: absolute;
    z-index: 1;
    top: -10px;
    right: -10px;
}

.pricing-row .single-price-card .price-head .populer .save {
    position: relative;
    background-color: #000;
}

.pricing-row .single-price-card .price-head .populer .save p {
    color: var(--nahla-secondary);
    padding: 0px 10px;
}

.pricing-row .single-price-card .price-head .populer .save::after {
    content: "";
    clear: both;
    z-index: 60px;
    bottom: -10px;
    right: 0px;
    position: absolute;
    width: 10px;
    height: 10px;
    background: #000;
    -webkit-clip-path: polygon(100% 0, 0 0, 0 100%);
    clip-path: polygon(100% 0, 0 0, 0 100%);
}

.pricing-row .single-price-card .price-body {
    margin-top: 30px;
}

.pricing-row .single-price-card .price-body ul>li {
    display: block;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    margin: 15px 0px;
    padding-left: 30px;
    position: relative;
}

.pricing-row .single-price-card .price-body ul>li span.price_icn {
    width: 16px;
    height: 16px;
    border: 1px solid var(--nahla-primary);
    text-align: center;
    line-height: 14px;
    font-size: 8px;
    border-radius: 50%;
    display: inline-block;
}

.pricing-row .single-price-card .price-body .price-btn {
    margin-top: 30px;
}

.pricing-row .single-price-card .price-body .price-btn a {
    width: 184px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 184px;
    border-radius: 500px;
    border: 1px solid var(--nahla-primary);
    background: transparent;
}

.pricing-row .popular {
    background-color: var(--nahla-secondary);
    z-index: 20;
    padding: 50px;
}

.pricing-row .popular .price-head span {
    color: #000;
}

.pricing-row .popular .price-body ul>li {
    color: #000;
}


/* ----------------------------------
	SKILL SECTION STYLEING
 ------------------------------------ */

.error-404-title {
    line-height: 1;
    font-size: 140px;
    font-weight: 700;
    margin-bottom: 15px;
}

.error-title {
    font-size: 42px;
    line-height: 1;
    margin-bottom: 30px;
    font-weight: 600;
}

.error-text {
    margin-bottom: 30px;
}

.error-text span {
    font-size: 17px;
}


/* ----------------------------------
	CTA SECTION STYLEING
 ------------------------------------ */

.cta-wrapper .cta-widget {
    overflow: hidden;
    border: 1px solid var(--nahla-primary);
    padding: 70px 40px;
    position: relative;
}

.cta-wrapper .cta-widget .dot-element-1 {
    position: absolute;
    top: 20px;
    left: 80px;
    z-index: -1;
    -webkit-animation: left-to-right 4s ease-in-out infinite;
    animation: left-to-right 4s ease-in-out infinite;
}

.cta-wrapper .cta-widget .dot-element-2 {
    position: absolute;
    bottom: 20px;
    left: 64%;
    z-index: -1;
    -webkit-animation: left-to-right 4s ease-in-out infinite;
    animation: left-to-right 4s ease-in-out infinite;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.cta-wrapper .cta-widget .line-element-1 {
    position: absolute;
    bottom: -40%;
    left: -40%;
    z-index: -1;
}

.cta-wrapper .cta-widget .line-element-2 {
    position: absolute;
    top: 10%;
    right: -27%;
    z-index: -1;
}

@media (max-width: 1030px) {
    .cta-wrapper .cta-widget .line-element-2 {
        right: -42%;
    }
}

.cta-wrapper .cta-widget .sercle-1 {
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: var(--nahla-secondary);
    bottom: 20px;
    left: 30px;
    -webkit-animation: circle 8s ease-in-out infinite;
    animation: circle 8s ease-in-out infinite;
}

.cta-wrapper .cta-widget .sercle-2 {
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: var(--nahla-secondary);
    top: 20px;
    right: 30px;
    -webkit-animation: circle 8s ease-in-out infinite;
    animation: circle 8s ease-in-out infinite;
}

@media (max-width: 767px) {
    .cta-wrapper .cta-widget {
        padding: 70px 30px;
    }
}

.cta-wrapper .cta-left h2 {
    font-weight: 700;
    font-size: 50px;
    line-height: 68px;
    text-transform: capitalize;
    color: var(--nahla-primary);
}

.cta-wrapper .cta-left h2 span {
    font-weight: 700;
    font-size: 50px;
    line-height: 68px;
    color: #fff;
    text-shadow: -1px 1px 0 #000, 1px 1px 0 #000, 1px -1px 0 #000, -1px -1px 0 #000;
    text-transform: capitalize;
}

@media (max-width: 991px) {
    .cta-wrapper .cta-left h2 {
        font-size: 40px;
        line-height: 48px;
    }
    .cta-wrapper .cta-left h2 span {
        font-size: 40px;
        line-height: 48px;
    }
}

.cta-wrapper-home-1 .cta-widget .line-element-1 {
    bottom: -70%;
    left: 0;
}

.cta-wrapper-home-1 .cta-widget .vector-img {
    position: absolute;
    bottom: 0;
    left: 45%;
}


/* ----------------------------------
	WE DO SECTION STYLEING
 ------------------------------------ */

.we_do-wrapper.we_do-2 {
    position: relative;
    z-index: 1;
}

.we_do-wrapper.we_do-2 .single-wi_do-left .section-title h2 {
    color: #fff;
}

.we_do-wrapper.we_do-2 .single-wi_do-left .section-title h6 {
    color: #fff;
}

.we_do-wrapper.we_do-2 .single-wi_do-left p {
    color: #fff;
}

.we_do-wrapper.we_do-2 p {
    color: #fff;
}

.we_do-wrapper.we_do-2 .icon-text {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.we_do-wrapper.we_do-2 .icons::after {
    display: none !important;
}

.we_do-wrapper.we_do-2 h4 {
    color: #fff;
}

.single-wi_do-left .icon-text {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.single-wi_do-left .icons {
    position: relative;
    width: 60px;
    height: 60px;
    overflow: hidden;
    z-index: 1;
}

.single-wi_do-left .icons img {
    z-index: 1;
    position: relative;
}

.single-wi_do-left .icons::after {
    content: "";
    clear: both;
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 400px;
    background-color: var(--nahla-secondary);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.single-wi_do-left h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 34px;
    color: var(--nahla-primary);
}

.we_do-bg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid var(--nahla-primary);
    padding-top: 45px;
}

.we_do-bg img {
    margin-bottom: -45px;
}

@media (max-width: 991px) {
    .we_do-bg {
        margin-top: 60px;
    }
}

@media (max-width: 480px) {
    .we_do-bg {
        margin-top: 30px;
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 30px;
    }
    .we_do-bg img {
        margin-bottom: -30px;
    }
}

.single-wi_do-right {
    position: relative;
}

@media (max-width: 991px) {
    .single-wi_do-right {
        margin-left: 16%;
        margin-right: 16%;
        margin-bottom: 45px;
    }
}

@media (max-width: 850px) {
    .single-wi_do-right {
        margin-left: 12%;
        margin-right: 12%;
        margin-bottom: 45px;
    }
}

@media (max-width: 700px) {
    .single-wi_do-right {
        margin-left: 6%;
        margin-right: 6%;
    }
}

@media (max-width: 480px) {
    .single-wi_do-right {
        margin-left: 0;
        margin-right: 0;
    }
}


/* ----------------------------------
	TEAM SECTION STYLEING
 ------------------------------------ */

.team-wrapper .single_team {
    position: relative;
}

.team-wrapper .single_team .member-img {
    border-radius: 7px;
    width: 90%;
    height: 370px;
    background-color: #FFFfff;
    margin: 0 auto;
    border-radius: 20px;
    margin-bottom: 20px;
    background-position: center top;
}

.team-wrapper .single_team .member-img .shear-icon {
    position: absolute;
    bottom: 20px;
    left: 20px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.team-wrapper .single_team .member-img .shear-icon a {
    width: 70px;
    height: 70px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 300px;
    border: 1px solid var(--nahla-primary);
    background: var(--nahla-secondary);
    color: var(--nahla-primary);
}

.team-wrapper .single_team .member-bio {
    padding: 25px;
}

.team-wrapper .single_team::before {
    position: absolute;
    background-color: #FFFfff;
    left: 0;
    bottom: 0;
    content: "";
    width: 100%;
    height: 75%;
    border-radius: 7px;
    z-index: -2;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.team-wrapper .single_team::after {
    position: absolute;
    background-image: url(../img/svg-icon/servicesvg-1.svg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    border: 1px solid;
    left: 0;
    opacity: 0;
    bottom: 0;
    visibility: hidden;
    content: "";
    width: 100%;
    height: 75%;
    border-radius: 7px;
    z-index: -1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.team-wrapper .single_team:hover .member-img .shear-icon {
    visibility: visible;
    opacity: 1;
}

.team-wrapper .single_team:hover::before {
    background-color: var(--nahla-secondary);
    border: 1px solid var(--nahla-primary);
}

.team-wrapper .single_team:hover::after {
    visibility: visible;
    opacity: 1;
}

@media (max-width: 991px) {
    .team-wrapper {
        padding-top: 60px;
    }
}


/* ----------------------------------
GALLERY SECTION STYLEING
------------------------------------ */

.single_gallery #gallery-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 300px;
}


/* ----------------------------------
	CASE DETAILS SECTION STYLE 
 ------------------------------------ */

.case-wrapper .case-details-bg {
    padding: 50px;
}

@media (max-width: 570px) {
    .case-wrapper .case-details-bg {
        padding: 30px 10px;
    }
}

.case-wrapper .case-details-bg .case-card {
    margin-left: auto;
    width: 350px;
    max-width: 100%;
    background-image: url(../img/body.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #fff;
    padding: 50px 40px;
}

.case-wrapper .case-details-bg .case-card .catagory {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    gap: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0px;
    border-bottom: 1px solid var(--nahla-primary);
}

.case-wrapper .case-details-bg .case-card .catagory .content small {
    color: #777;
    font-family: Pathway Extreme;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    /* 214.286% */
    text-transform: capitalize;
}

.case-wrapper .case-details-bg .case-card .catagory .content h4 {
    color: var(--nahla-primary);
    font-family: Pathway Extreme;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    text-transform: capitalize;
}

.case-wrapper .case-details-bg .case-card .catagory .content h4 a {
    color: var(--nahla-primary);
    font-family: Pathway Extreme;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    text-transform: none;
}

@media (max-width: 570px) {
    .case-wrapper .case-details-bg .case-card {
        padding: 30px 10px;
    }
}

.case-wrapper .case-img {
    text-align: right;
}

.case-wrapper .case-img img {
    border-radius: 100%;
    padding-top: 35px;
    border-radius: 1000px 1000px 0px 0px;
    border: 1px solid var(--nahla-primary);
    border-bottom: none;
}

@media (max-width: 767px) {
    .case-wrapper .case-img {
        text-align: center;
    }
}

.case-datils-content P {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: var(--nahla-grey);
    padding: 10px 0px !important;
}

.case-datils-content h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: var(--nahla-primary);
}

.case-datils-content ul>li {
    position: relative;
    font-family: "Pathway Extreme";
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    padding: 10px 0px;
    color: var(--nahla-primary);
}

.case-datils-content ul>li .angle {
    width: 16px;
    height: 16px;
    background-color: var(--nahla-secondary);
    border: 1px solid var(--nahla-primary);
    border-radius: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 10px;
    padding-top: 2px;
    margin-right: 10px;
}

.next-prev {
    border-top: 1px solid var(--nahla-primary);
    border-bottom: 1px solid var(--nahla-primary);
    padding: 40px 0px;
}

.next-prev a {
    font-family: "Pathway Extreme";
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    text-transform: capitalize;
    color: #283734;
}

.next-prev a:hover {
    text-decoration: underline;
}

.portfolio-showcase-wrapper .portfolio-cat-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 767px) {
    .portfolio-showcase-wrapper .portfolio-cat-filter {
        gap: 10px;
    }
    .portfolio-showcase-wrapper .portfolio-cat-filter button {
        margin-bottom: 0;
    }
}

.portfolio-showcase-wrapper .project-item-card .contents-card .project-link {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.portfolio-showcase-wrapper .project-item-card a {
    text-align: center;
}

.slider_logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
}

.slider_logo .single_slider {
    min-height: 108px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 10px;
}

.slider_logo .single_slider img {
    opacity: 0.5;
    -webkit-transition: opacity 0.7s ease;
    transition: opacity 0.7s ease;
}

.slider_logo .single_slider img:hover {
    opacity: 1;
}

.testimonials-wrapper .owl-dots {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
}

.testimonials-wrapper .owl-dots .owl-dot {
    width: 12px;
    height: 12px;
    border: 1px solid var(--nahla-grey);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.testimonials-wrapper .owl-dots .owl-dot span {
    width: 5px;
    height: 5px;
    background-color: var(--nahla-primary);
}

.testimonials-wrapper .owl-dots .owl-dot.active {
    border: 1px solid var(--nahla-secondary);
}

.testimonials-wrapper .owl-dots .owl-dot.active span {
    background-color: var(--nahla-secondary);
}

.hero-slider-wrapper .owl-dots {
    position: absolute;
    bottom: 130px;
    left: 50px;
    z-index: 33;
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
}

.hero-slider-wrapper .owl-dots .owl-dot {
    width: 13px;
    height: 13px;
    border: 1px solid var(--nahla-grey);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.hero-slider-wrapper .owl-dots .owl-dot span {
    width: 5px;
    height: 5px;
    background-color: var(--nahla-primary);
}

.hero-slider-wrapper .owl-dots .owl-dot.active {
    border: 1px solid var(--nahla-secondary);
}

.hero-slider-wrapper .owl-dots .owl-dot.active span {
    background-color: var(--nahla-secondary);
}

@media (max-width: 991px) {
    .hero-slider-wrapper .owl-dots {
        bottom: 60px;
    }
}

.portfolio-slider {
    max-width: 1920px;
    margin-left: auto;
}

.portfolio-slider .owl-dots {
    position: absolute;
    left: 0;
    z-index: 33;
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
}

.portfolio-slider .owl-dots .owl-dot {
    width: 13px;
    height: 13px;
    border: 1px solid rgba(33, 33, 33, 0.1019607843);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.portfolio-slider .owl-dots .owl-dot span {
    width: 5px;
    height: 5px;
    background-color: rgba(33, 33, 33, 0.5019607843);
}

.portfolio-slider .owl-dots .owl-dot.active {
    border: 1px solid var(--nahla-secondary);
}

.portfolio-slider .owl-dots .owl-dot.active span {
    background-color: var(--nahla-secondary);
}

@media (max-width: 1920px) {
    .portfolio-slider {
        margin-left: 16%;
    }
}

@media (max-width: 1720px) {
    .portfolio-slider {
        margin-left: 10%;
    }
}

@media (max-width: 1420px) {
    .portfolio-slider {
        margin-left: 5%;
    }
}

@media (max-width: 1300px) {
    .portfolio-slider {
        margin-left: 20px;
    }
}

.portfolio-cat-filter button {
    padding: 7px 15px;
    border: 2px solid var(--nahla-primary);
    border-radius: 3px;
    font-family: "Pathway Extreme";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    text-transform: capitalize;
    color: var(--nahla-primary);
}

@media (max-width: 767px) {
    .portfolio-cat-filter button {
        padding: 15px 25px;
        margin-bottom: 10px;
    }
}

.portfolio-cat-filter button.active,
.portfolio-cat-filter button:active,
.portfolio-cat-filter button:focus,
.portfolio-cat-filter button:hover {
    color: var(--nahla-primary);
    background-color: var(--nahla-secondary);
}

.testimonial-slider-widget .owl-dots {
    z-index: 33;
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
}

.testimonial-slider-widget .owl-dots .owl-dot {
    width: 13px;
    height: 13px;
    border: 1px solid rgba(255, 255, 255, 0.1019607843);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.testimonial-slider-widget .owl-dots .owl-dot span {
    width: 5px;
    height: 5px;
    background-color: rgba(255, 255, 255, 0.5019607843);
}

.testimonial-slider-widget .owl-dots .owl-dot.active {
    border: 1px solid var(--nahla-secondary);
}

.testimonial-slider-widget .owl-dots .owl-dot.active span {
    background-color: var(--nahla-secondary);
}

.project-item-card {
    position: relative;
    overflow: hidden;
    margin-top: 30px;
    border-radius: 10px;
    -o-object-fit: cover;
    object-fit: cover;
}

.project-item-card.project-item-card-2 {
    height: 410px;
}

@media (max-width: 1200px) {
    .project-item-card.project-item-card-2 {
        height: auto;
    }
}

.project-item-card.project-item-card-2 .contents {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    bottom: calc(40% + 10px);
    left: calc(45% + 10px);
    z-index: 2;
    visibility: hidden;
    opacity: 0;
}

.project-item-card .project-link {
    position: relative;
    cursor: pointer;
    width: 65px;
    height: 65px;
    border-radius: 500px;
    border: 1px solid var(--nahla-primary);
    background: var(--nahla-secondary);
    color: var(--nahla-primary);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.project-item-card .contents {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    position: absolute;
    bottom: 40px;
    left: 20px;
    z-index: 2;
    visibility: hidden;
    opacity: 0;
}

.project-item-card .contents .project-thumb small {
    color: var(--nahla-secondary);
    font-size: 16px;
    font-family: Open Sans;
    letter-spacing: 0.64px;
    text-transform: capitalize;
}

.project-item-card .contents .project-thumb h5 {
    color: #FFF;
    font-size: 24px;
    font-family: Pathway Extreme;
    font-weight: 700;
    text-transform: capitalize;
}

.project-item-card .contents-card {
    visibility: hidden;
    opacity: 0;
    z-index: 2;
    position: absolute;
    gap: 15px;
    bottom: 20px;
    left: 20px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.project-item-card .contents-card .project-link {
    width: 70px;
    height: 70px;
    border-radius: 500px;
    background: var(--nahla-secondary);
    border: 1px solid var(--nahla-primary);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
}

.project-item-card .contents-card .content span {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.04em;
    text-transform: capitalize;
    color: var(--nahla-secondary);
}

.project-item-card .contents-card .content h3 {
    font-family: "Pathway Extreme";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
    text-transform: capitalize;
    color: #FFFFFF;
}

.project-item-card::after {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    content: "";
    clear: both;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    background-image: url(../img/svg-icon/gallery.svg);
    position: absolute;
    top: 0%;
    left: 0%;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.project-item-card:hover .contents-card,
.project-item-card:hover .contents,
.project-item-card:hover::after,
.project-item-card:hover::before {
    visibility: visible;
    opacity: 1;
}


/* ----------------------------------
	FAQ SECTION STYLEING
 ------------------------------------ */

@media (max-width: 991px) {
    .faq-left-widget {
        text-align: center;
    }
}

.faq-right-widget .accordion-item {
    background: transparent;
    border-bottom: 1px solid rgba(33, 33, 33, 0.1);
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
    border-radius: 0px !important;
}

.faq-right-widget .accordion-item h5 {
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
    color: var(--nahla-primary);
    padding: 10px 0px;
}

.faq-right-widget .accordion-item h5 button {
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
    color: var(--nahla-primary);
    padding: 10px 0px 10px 30px;
    background: transparent;
}

.faq-right-widget .accordion-item h5 button:hover,
.faq-right-widget .accordion-item h5 button:focus {
    outline: none;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.faq-right-widget .accordion-item h5 button::after {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: absolute;
    left: 0;
    color: var(--nahla-grey);
    width: 20px;
    height: 20px;
    border-radius: 500px;
    border: 1px solid #000;
    margin-left: auto;
    content: "\f105";
    font-size: 12px;
    line-height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Font Awesome 6 Pro";
    background-image: none !important;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.faq-right-widget .accordion-item h5 .accordion-button:not(.collapsed) {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.faq-right-widget .accordion-item h5 .accordion-button:not(.collapsed)::after {
    background-image: none;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    background-color: var(--nahla-secondary);
    color: var(--nahla-primary);
}

.faq-right-widget .accordion-item:last-child {
    border-bottom: none;
}

.faq-right-widget .accordion-item p {
    padding: 0px 0px 20px 35px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: var(--nahla-grey);
}

@media (max-width: 991px) {
    .faq-right-widget {
        margin-top: 60px;
    }
}

@media (max-width: 767px) {
    .faq-right-widget.faq-right-widget-home-3 {
        margin-top: 30px;
    }
}


/* ----------------------------------
	BLOG SECTION STYLE 
 ------------------------------------ */

.blog-wrapper .content {
    padding: 30px;
}

@media (max-width: 991px) {
    .blog-wrapper .content {
        padding: 20px;
    }
}

.blog-wrapper .single_blog {
    background-color: #FFFfff;
}

.blog-wrapper .single_blog .blog-featured-thumb {
    width: 100%;
    position: relative;
    z-index: 1;
    height: 280px;
    overflow: hidden;
}

.blog-wrapper .single_blog .blog-featured-thumb img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}

.blog-wrapper .single_blog .blog-featured-thumb::after {
    background: rgba(255, 255, 255, 0.3);
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    right: 50%;
    top: 0;
    opacity: 0;
    height: 100%;
    pointer-events: none;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}

.blog-wrapper .single_blog .blog-featured-thumb.blog3-thumb {
    height: 400px;
}

@media (max-width: 767px) {
    .blog-wrapper .single_blog .blog-featured-thumb.blog3-thumb {
        height: 300px;
    }
}

.blog-wrapper .single_blog h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    text-transform: capitalize;
    color: var(--nahla-primary);
}

.blog-wrapper .single_blog .post-top-meta {
    margin-top: 10px;
    margin-bottom: 20px;
}

.blog-wrapper .single_blog .post-top-meta .post-date span {
    display: inline;
    padding: 0px 20px;
}

.blog-wrapper .single_blog .post-top-meta .post-date span:first-child {
    padding-left: 0;
}

.blog-wrapper .single_blog .post-top-meta .post-date span:first-child a {
    color: var(--nahla-secondary);
}

.blog-wrapper .single_blog .post-top-meta .post-date span:last-child {
    padding-right: 0;
}

.blog-wrapper .single_blog .post-top-meta .post-date span:last-child a {
    color: #777;
    font-weight: 400;
}

.blog-wrapper .single_blog .btn-link-share {
    margin-top: 30px;
    background: #F5FBEC;
    border-radius: 100px;
}

.blog-wrapper .single_blog .btn-link-share .theme-btn {
    padding: 10px 25px;
    border-radius: 100px;
    border: 1px solid var(--nahla-primary);
    text-transform: capitalize;
    font-weight: 700;
    color: var(--nahla-primary);
}

.blog-wrapper .single_blog .btn-link-share .theme-btn:hover {
    background-color: var(--nahla-secondary);
}

.blog-wrapper .single_blog .btn-link-share a:last-child {
    margin-right: 20px;
}

.blog-wrapper .single_blog:hover .blog-featured-thumb img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.blog-wrapper .single_blog:hover .blog-featured-thumb::after {
    left: 0;
    right: 0;
    opacity: 1;
}

.blog-right {
    padding: 50px 40px;
    background-color: #FFFfff;
}

.blog-right h4 {
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
    text-transform: capitalize;
    color: var(--nahla-primary);
    margin-bottom: 10px;
}

.blog-right .service-list {
    margin-top: 30px;
}

.blog-right .service-list button {
    background: transparent;
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 50px;
    text-transform: capitalize;
    color: var(--nahla-grey);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.blog-right .service-list button:hover,
.blog-right .service-list button:active,
.blog-right .service-list button:focus {
    color: var(--nahla-primary);
}

.blog-right .newsletter_box form input {
    border-radius: 100px;
    border: 1px solid var(--nahla-primary);
    padding: 21px 50px 14px 20px;
}

@media (max-width: 767px) {
    .blog-right .newsletter_box form input {
        padding: 0 0 0 10px;
    }
}

@media (max-width: 500px) {
    .blog-right .newsletter_box form .search-btn {
        background-color: var(--nahla-secondary);
        height: 100%;
        margin-top: -8px;
        right: 0;
    }
}

.blog-right .service-list button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 20px;
}

.blog-right .service-list button .icon {
    width: 20px;
    height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid var(--nahla-primary);
    font-size: 12px;
    background-color: var(--nahla-secondary);
    color: var(--nahla-primary);
    border-radius: 50%;
}

@media (max-width: 767px) {
    .blog-right {
        padding: 30px 25px;
    }
}

.icons-element {
    margin-top: 30px;
}

.icons-element .icons {
    margin-top: 10px;
    gap: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
}

.icons-element .icons a {
    width: 45px;
    height: 45px;
    background: rgba(33, 33, 33, 0.05);
    border-radius: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: rgba(119, 119, 119, 0.3019607843);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid transparent;
}

.icons-element .icons a i {
    font-size: 18px;
}

.icons-element .icons a:hover {
    background-color: var(--nahla-secondary);
    color: var(--nahla-primary);
    border: 1px solid var(--nahla-primary);
}

.blog-bottom-right {
    width: 100%;
    padding: 30px 30px;
    z-index: 1;
    position: relative;
}

.blog-bottom-right:before {
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: all all 0.3s ease ease-in-out;
    transition: all all 0.3s ease ease-in-out;
}

.blog-bottom-right .content {
    padding: 40px 10px 10px 10px;
    border: 2px solid var(--nahla-secondary);
    text-align: center;
}

.blog-bottom-right .content h4 {
    font-weight: 700;
    font-size: 25px;
    line-height: 43px;
    text-align: center;
    text-transform: capitalize;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.blog-bottom-right .content span {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    text-transform: capitalize;
    color: var(--nahla-secondary);
    display: block;
    margin-bottom: 20px;
}

.blog-bottom-right .content h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 58px;
    text-align: center;
    text-transform: capitalize;
    color: #FFFFFF;
    display: block;
    margin-bottom: 10px;
}

.blog-bottom-right .content strong {
    margin-bottom: 30px;
    color: #fff !important;
    display: block;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    text-transform: capitalize;
}


/* ----------------------------------
	BLOG DETAILS SECTION STYLE 
 ------------------------------------ */

.quite {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 50px 30px;
    border: 1px solid var(--nahla-primary);
    background-color: var(--nahla-secondary);
}

.quite .icons {
    width: 70px;
    height: 70px;
    border-radius: 500px;
    border: 1px solid var(--nahla-primary);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.quite .icons i {
    font-size: 25px;
    color: var(--nahla-primary);
}

.quite p {
    font-family: "Pathway Extreme";
    font-style: italic;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: var(--nahla-primary);
}

@media (max-width: 767px) {
    .quite {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 30px 20px;
    }
    .quite p {
        text-align: center;
    }
}

.comment-widget h4 {
    font-weight: 700;
    font-size: 32px;
    line-height: 30px;
    color: var(--nahla-primary);
}

.comment-widget .comment-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}

.comment-widget .comment-item .user-img {
    width: 70px;
    height: 70px;
    overflow: hidden;
}

.comment-widget .comment-item .user-img img {
    -o-object-fit: cover;
    object-fit: cover;
}

.comment-widget .comment-item .user-content {
    position: relative;
}

.comment-widget .comment-item strong {
    font-family: "Pathway Extreme";
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.comment-widget .comment-item p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: var(--nahla-grey);
}

.comment-widget .comment-item button {
    position: absolute;
    top: 0%;
    right: 10px;
    border: none;
    outline: none;
    padding: 2px 10px;
    background: rgba(33, 33, 33, 0.1);
    border-radius: 3px;
}

.comment-widget .comment-item button:active,
.comment-widget .comment-item button:hover {
    background-color: var(--nahla-secondary);
}

.comment-widget .comment-item.comment-item-reply {
    margin-left: 30px;
}

@media (max-width: 767px) {
    .comment-widget .comment-item {
        gap: 10px;
    }
    .comment-widget .comment-item .user-img {
        width: 150px;
        height: 100px;
    }
    .comment-widget .comment-item p {
        font-size: 14px;
        line-height: 24px;
    }
}

.live-comment-widget h4 {
    font-weight: 700;
    font-size: 32px;
    line-height: 30px;
    color: var(--nahla-primary);
}

.live-comment-widget .form-group label {
    font-family: "Pathway Extreme";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: var(--nahla-primary);
    margin-bottom: 5px;
}

.live-comment-widget .form-group input[type=text],
.live-comment-widget .form-group input[type=email] {
    background-color: transparent;
    height: 50px;
    color: var(--nahla-grey);
    border-bottom: 1px solid var(--nahla-grey) !important;
    border-radius: 0px !important;
}

.live-comment-widget .form-group input[type=text]:focus,
.live-comment-widget .form-group input[type=text]:active,
.live-comment-widget .form-group input[type=email]:focus,
.live-comment-widget .form-group input[type=email]:active {
    border: 1px solid var(--nahla-grey) !important;
    border-radius: 5px !important;
}

.live-comment-widget .form-group textarea {
    background-color: transparent;
    color: var(--nahla-grey);
    width: 100%;
    border: none;
    border-radius: 0px !important;
}

.live-comment-widget .form-group textarea:focus {
    outline: none;
    border: none;
}

.live-comment-widget .form-group small {
    border-top: 1px solid var(--nahla-primary) !important;
    display: block;
}

.live-comment-widget .form-group .form-control {
    border: none !important;
}

.live-comment-widget .form-group .form-control:focus {
    outline: 0px solid rgba(0, 0, 0, 0.15) !important;
    border: 0px solid rgba(0, 0, 0, 0.15) !important;
    -webkit-box-shadow: 0 0 0 !important;
    box-shadow: 0 0 0 !important;
}

.live-comment-widget .form-group .form-group button {
    display: inline-block;
}

.postbox__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    text-transform: capitalize;
    color: var(--nahla-primary);
}

.postbox__meta.post-date span {
    margin-right: 15px;
}

.postbox__meta.post-date span a {
    color: #777;
    font-weight: 400;
}

.postbox__meta.post-date span a i {
    color: var(--nahla-secondary);
    font-size: 17px;
    padding-right: 10px;
}

.video-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.postbox-slider-item img {
    width: 100%;
}

.postbox__slider-arrow-wrap .postbox-arrow-prev {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 30px;
    z-index: 1;
    height: 50px;
    width: 50px;
    border-radius: 30px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.postbox__slider-arrow-wrap .postbox-arrow-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 30px;
    z-index: 1;
    height: 50px;
    width: 50px;
    border-radius: 30px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.postbox__thumb a iframe {
    width: 100%;
    height: 500px;
}

.postbox__details-tag a {
    background: #e5e5e5;
    color: #767676;
    padding: 8px 10px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin-bottom: 12px;
    display: inline-block;
}

.postbox__details-tag a:hover {
    background: var(--nahla-secondary);
    color: var(--nahla-primary);
}

.postbox__wrapper .icon-left li>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 500px;
    background-color: #e5e5e5;
    gap: 20px;
}

.postbox__wrapper .icon-left li>a i {
    color: var(--nahla-grey);
    font-size: 16px;
}

.postbox__wrapper .icon-left li>a:hover {
    background: var(--nahla-secondary);
    color: #000;
}

.sidebar__widget-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
    text-transform: capitalize;
    color: var(--nahla-primary);
    margin-bottom: 10px;
}

.sidebar__wrapper {
    padding: 50px 40px;
    background-color: #FFFfff;
}

.blog-sidebar__search .search-px form {
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    border-radius: 140px;
    border: 1px solid var(--nahla-primary);
    overflow: hidden;
    padding: 20px;
}

.blog-sidebar__search .search-px form button {
    right: -59px;
    padding: 20px 23px 43px 17px;
    top: -20px;
    font-size: 18px;
    line-height: 25px;
    background-color: var(--nahla-secondary);
}

.blog-sidebar__search .search-px form button i {
    font-size: 20px;
    color: var(--nahla-primary);
    font-weight: 700;
}

.search-px input {
    border: none;
}

.rc__post-thumb a img {
    width: 80px;
    height: 80px;
}

.rc__post-title {
    margin-bottom: 6px;
    font-size: 16px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.rc__meta span {
    font-size: 14px;
    color: #767676;
}

.rc__meta i {
    color: var(--nahla-secondary);
    font-weight: 500;
}

.tag-cloud-link {
    background: #e5e5e5;
    color: #767676;
    display: inline-block;
    font-size: 14px !important;
    font-weight: 600;
    line-height: 1;
    padding: 13px 15px;
    margin-bottom: 8px;
    margin-right: 5px;
    text-transform: uppercase;
    border: 0;
}

.tag-cloud-link:hover {
    background: var(--nahla-secondary);
    color: var(--nahla-primary);
}

.sidebar__widget-content ul li a {
    background: transparent;
    display: block;
    font-style: normal;
    line-height: 50px;
    text-transform: capitalize;
    color: #727272;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.widget_recent_comments ul li a {
    line-height: 19px;
    margin-bottom: 29px;
    margin: 5px;
}

.sidebar__widget-content ul li a:hover {
    color: var(--nahla-primary);
}

.sidebar__widget-content ul#recentcomments li {
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
    margin-bottom: 20px;
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 50px;
    gap: 10px;
}

.pagination .page a {
    width: 50px;
    height: 50px;
    background-color: #FFFfff;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #777;
    font-family: Open Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 142.857% */
    text-transform: capitalize;
    border: 1px solid transparent;
    margin: 10px;
    font-size: 16px;
}

.pagination .page a:hover {
    border: 1px solid var(--nahla-primary);
    background: var(--nahla-secondary);
    color: var(--nahla-primary);
}

.pagination .page ul li {
    display: inline-block;
}

.postbox__thumb {
    margin-bottom: 30px;
}

.postbox__wrapper .page-numbers.current {
    border: 1px solid var(--nahla-primary);
    background: var(--nahla-secondary);
    color: var(--nahla-primary);
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    font-size: 16px;
}

.postbox-details-comment-title {
    font-weight: 700;
    font-size: 32px;
    line-height: 30px;
    color: var(--nahla-primary);
}

.postbox-details-comment-avater-title {
    font-family: "Pathway Extreme";
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.postbox-details-comment-thumb img {
    width: 70px;
    height: 70px;
    overflow: hidden;
}

.postbox-details-comment-reply {
    position: absolute;
    border: none;
    outline: none;
    padding: 2px 10px;
    background: rgba(33, 33, 33, 0.1);
    font-size: 13px;
}

.postbox-details-comment-reply:hover {
    background-color: var(--nahla-secondary);
    color: var(--nahla-primary);
}

.postbox__comment-input label {
    font-family: "Pathway Extreme";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: var(--nahla-primary);
    margin-bottom: 5px;
}

.postbox__comment-input input {
    background-color: transparent;
    height: 50px;
    color: var(--nahla-grey);
    border-bottom: 1px solid var(--nahla-grey) !important;
    border-radius: 0px !important;
    border: none;
    padding-left: 10px;
}

.postbox__comment-input textarea {
    background-color: transparent;
    color: var(--nahla-grey);
    width: 100%;
    border: none;
    border-radius: 0px !important;
    border-bottom: 1px solid;
    padding: 20px;
}

.comment-titile {
    font-family: "Pathway Extreme";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: var(--nahla-primary);
    margin-bottom: 5px;
}

.postbox__comment-input input:focus {
    border: 1px solid var(--nahla-grey) !important;
    border-radius: 5px !important;
}

.postbox__comment-input textarea:focus {
    border: 1px solid var(--nahla-grey) !important;
    border-radius: 5px !important;
    outline: none;
}

.sidebar__widget ul li a::after {
    position: absolute;
    content: "\f054";
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: "Font Awesome 5 Pro";
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    width: 20px;
    height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid var(--nahla-primary);
    font-size: 12px;
    background-color: var(--nahla-secondary);
    color: var(--nahla-primary);
    border-radius: 50%;
}

.sidebar__widget ul li a {
    font-size: 16px;
    font-weight: 500;
    padding-left: 30px;
    position: relative;
}

.blog-search-content .blog-sidebar__search .search-px form button {
    position: absolute;
    top: -2px;
    right: 0;
}

.pageontent.blog-search-content p {
    margin-bottom: 20px;
}


/* ----------------------------------
	footer Section Styles
 ------------------------------------ */

footer {
    position: relative;
    z-index: 1;
}

footer.footer-1 {
    background-color: var(--nahla-primary);
    background-image: url(../img/footer.png);
}

@media (max-width: 767px) {
    footer.footer-1 {
        padding-top: 20px;
    }
}

footer .single_footer h4 {
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    text-transform: capitalize;
    color: #FFFfff;
    margin-bottom: 20px;
}

footer .single_footer p {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: rgba(255, 255, 255, 0.6);
}

footer .single_footer .icon-left {
    margin-top: 40px;
}

footer .single_footer .icon-left li>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 45px;
    height: 45px;
    border-radius: 500px;
    background: rgba(255, 255, 255, 0.1);
    gap: 20px;
}

footer .single_footer .icon-left li>a i {
    color: var(--nahla-grey);
    font-size: 20px;
}

footer .single_footer .icon-left li>a:hover {
    background: var(--nahla-secondary);
    color: #000;
}

footer .single_footer .icon-left li>a:hover i {
    color: var(--nahla-primary);
}

footer .single_footer.footer-link-2 ul>li {
    display: block;
    padding: 10px;
}

footer .single_footer.footer-link-2 ul>li a {
    text-align: left;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    text-decoration-line: underline;
    color: rgba(255, 255, 255, 0.6);
    padding-left: 30px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

footer .single_footer.footer-link-2 ul>li a:hover {
    color: var(--nahla-secondary);
}

footer .single_footer.footer-link-2 ul>li p {
    color: rgba(255, 255, 255, 0.6);
    padding-left: 30px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

footer .single_footer.footer-link-2 ul>li p:hover {
    color: var(--nahla-secondary);
}

footer .single_footer.footer-link-2 ul>li:nth-child(1) a::after {
    clear: both;
    display: block;
    content: "\f0e0";
    font-family: "Font Awesome 6 Pro";
    font-size: 18px;
    font-weight: 500;
    position: absolute;
    left: 0;
    top: 0;
}

footer .single_footer.footer-link-2 ul>li:nth-child(2) a::after {
    clear: both;
    display: block;
    content: "\f2a0";
    font-family: "Font Awesome 6 Pro";
    font-size: 18px;
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0;
}

footer .single_footer.footer-link-2 ul>li:nth-child(3) p::after {
    clear: both;
    display: block;
    content: "\f3c5";
    font-family: "Font Awesome 6 Pro";
    font-size: 18px;
    font-weight: 600;
    position: absolute;
    left: 15px;
    top: 10px;
}

@media (max-width: 767px) {
    footer .single_footer.footer-link-2 ul>li:nth-child(3) p::after {
        left: 0;
    }
}

@media (max-width: 767px) {
    footer .single_footer.footer-link-2 ul>li {
        padding: 10px 0;
    }
}

footer .single_footer.footer-link-3 ul>li {
    display: block;
    padding: 10px 0px;
    color: rgba(255, 255, 255, 0.6);
}

footer .single_footer.footer-link-3 ul>li a {
    padding: 10px 0px;
    text-align: left;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    color: rgba(255, 255, 255, 0.6);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

footer .single_footer.footer-link-3 ul>li a:hover {
    color: var(--nahla-secondary);
}

footer .single_footer .footer-bootm-link ul>li {
    display: inline-block;
    padding: 0px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
}

footer .single_footer .footer-bootm-link ul>li a {
    color: var(--nahla-grey);
    font-size: 14px;
    padding: 0px 8px 0 4px;
}

footer .single_footer .footer-bootm-link ul>li a:hover {
    color: var(--nahla-secondary);
}

footer .line-element-1,
footer .line-element-2,
footer .dot-element-1,
footer .dot-element-2 {
    position: absolute;
    z-index: -1;
}

footer .line-element-1 {
    top: 10%;
    left: 0;
    opacity: 0.3;
}

footer .line-element-2 {
    bottom: 10%;
    right: 0%;
    opacity: 0.3;
}

footer .dot-element-1 {
    top: 10%;
    left: 0;
    -webkit-animation: top-to-bottom 4s ease-in-out infinite;
    animation: top-to-bottom 4s ease-in-out infinite;
}

footer .dot-element-2 {
    bottom: 10%;
    right: 0%;
    -webkit-animation: top-to-bottom 6s ease-in-out infinite;
    animation: top-to-bottom 6s ease-in-out infinite;
}

.newsletter_box {
    margin-top: 10px;
    margin-bottom: 20px;
}

.newsletter_box.about-right form {
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    border-radius: 140px;
    border: 1px solid var(--nahla-primary);
    overflow: hidden;
}

@media (max-width: 480px) {
    .newsletter_box.about-right form {
        height: 50px;
    }
}

.newsletter_box.about-right form input {
    border-radius: 5px;
    border: 2px solid rgba(255, 255, 255, 0.1);
    color: var(--nahla-primary);
}

.newsletter_box.about-right form button {
    right: 0;
    padding: 20px;
    top: 0;
    font-size: 18px;
    line-height: 25px;
    background-color: var(--nahla-secondary);
}

@media (max-width: 480px) {
    .newsletter_box.about-right form button {
        right: 5px;
        font-size: 13px;
        line-height: 20px;
        padding: 6px 10px;
        top: calc(50% - 16px);
    }
}

.newsletter_box.about-right form button i {
    font-size: 18px;
    color: var(--nahla-primary);
}

@media (max-width: 480px) {
    .newsletter_box.about-right form button i {
        font-size: 13px;
        margin-left: 5px;
    }
}

.newsletter_box.about-right form button:hover {
    color: #FFFfff;
    background-color: var(--nahla-primary);
}

.newsletter_box form {
    height: 61px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

@media (max-width: 480px) {
    .newsletter_box form {
        height: 50px;
    }
}

.newsletter_box form input {
    width: 100%;
    color: #FFFfff;
    font-size: 16px;
    line-height: 19px;
    border-radius: 2px;
    background: transparent;
    padding: 21px 50px 21px 20px;
    border: 2px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 480px) {
    .newsletter_box form input {
        font-size: 14px;
        padding: 16px 148px 16px 15px;
    }
}

.newsletter_box form input::-webkit-input-placeholder {
    color: var(--nahla-grey);
}

.newsletter_box form input::-moz-placeholder {
    color: var(--nahla-grey);
}

.newsletter_box form input:-ms-input-placeholder {
    color: var(--nahla-grey);
}

.newsletter_box form input::-ms-input-placeholder {
    color: var(--nahla-grey);
}

.newsletter_box form input::placeholder {
    color: var(--nahla-grey);
}

.newsletter_box form button {
    border: 0;
    right: 9px;
    color: #FFFfff;
    font-size: 15px;
    line-height: 22px;
    font-weight: 500;
    position: absolute;
    font-family: "Open Sans", sans-serif;
    border-radius: 2px;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 9.5px 18px;
    top: calc(50% - 21.5px);
    background-color: transparent;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

@media (max-width: 480px) {
    .newsletter_box form button {
        right: 5px;
        font-size: 13px;
        line-height: 20px;
        padding: 6px 10px;
        top: calc(50% - 16px);
    }
}

.newsletter_box form button i {
    font-size: 16px;
    color: var(--nahla-secondary);
}

@media (max-width: 480px) {
    .newsletter_box form button i {
        font-size: 13px;
        margin-left: 5px;
    }
}

.newsletter_box form button:hover {
    color: #FFFfff;
    background-color: var(--nahla-primary);
}

.footer-bottom p {
    margin-top: 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #FFFFFF;
}

.footer-bottom p a {
    color: var(--nahla-secondary);
    font-size: 16px;
}

html {
    height: auto;
}

body {
    position: relative;
}

.title-arrow {
    background-color: var(--nahla-secondary);
    color: var(--nahla-primary);
    border: 1px solid var(--nahla-primary);
    border-radius: 100%;
    width: 14px;
    height: 14px;
    font-size: 9px;
    padding-left: 1px;
    text-align: center;
    align-items: center;
    display: inline-block;
    line-height: 12px;
}

.admin-bar header.sticky .main-1,
.admin-bar header.sticky .main-2,
.admin-bar header.sticky .main-3,
.admin-bar .header-bottom.main-4 {
    top: 32px;
}

header.sticky .main-1 .logo img,
header.sticky .main-2 .logo img,
header.sticky .main-3 .logo img,
header.sticky .main-4 .logo img {
    width: 150px;
    height: auto;
    padding: 15px 0;
}


/*New Code*/

.portfolio-single .content {
    margin-left: 15px;
    padding-top: 5px;
}

.single_team .shear-icon {
    display: none;
}

.service-wrapper.service-2 .single-service-widget .single_service .card-img::after,
.service-wrapper.service-4 .single_service .card-img::after {
    display: none;
}

.what-we-do-shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
}

.what-we-do-shape img {
    height: 100%!important;
    object-fit: cover;
}

.we_do-wrapper.we_do-2:before {
    content: "";
    display: block;
    background-color: #212121;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .8;
    z-index: -1;
}