@import url(bootstrap.min.css);
@import url(all.css);
@import url(owl.carousel.min.css);
@import url(jquery.fancybox.css);
@import url(odometer.css);

/* Start Fonts */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

/* End Fonts */

:root {
    --main-color: #1e71bb;
    --bg-gradient: linear-gradient(75deg, #185d9b, #1e71bb);
    --sec-color: #faba0a;
    --thr-color: #87baf5;
    --dark-color: #333333;
    --bg-color: #f3faff;
}

* {
    box-sizing: border-box;
    /* font-family: 'Jazeera'; */
}

a {
    text-decoration: none;
    font-family: 'Noto Kufi Arabic', sans-serif;
    color: #000;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

a:hover {
    text-decoration: none;
    color: var(--main-color);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

a:focus {
    text-decoration: none;
    /* color: inherit; */
}

button,
button:hover {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

body {
    padding: 0;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    background: #fff;
    text-align: start;
}

section,
footer {
    /* overflow: hidden; */
    position: relative;
}

p {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #565656;
}

ul {
    padding: 0;
    margin: 0;
    display: block;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

li {
    display: block;
    list-style: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

iframe {
    width: 100%;
    height: 100%;
}

.padding {
    padding: 0 !important;
}

img {
    max-width: 100%;
}

input,
button,
input:focus,
button:focus,
input:active,
button:active,
button:hover,
textarea:active,
textarea:focus,
select,
select:active,
select:focus {
    outline: none !important;
}

textarea {
    resize: none;
}

main {
    overflow: hidden;
    /* min-height: 100vh; */
}

.owl-carousel {
    direction: ltr;
}


/* Start Loading */

.loader {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 999999999999999999999999999999;
    background: #fff;
    transition: all .5s;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader .loader-inner {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
}

.loader .loader-inner img {
    max-width: 250px;
}


/* End Loading */


/* Start Not-found */

.not-found .not-found-pro {
    max-width: 500px;
    margin: auto;
    text-align: center;
}

.not-found .not-found-pro img {
    max-height: 400px;
}

.not-found .not-found-pro h2 {
    font-size: 30px;
    color: var(--dark-color);
    font-weight: bold;
}

.not-found .not-found-pro h4 {
    margin: 15px 0;
    font-size: 20px;
    color: #777;
}

.not-found .not-found-pro p {
    margin: 25px 0 15px;
    font-size: 14px;
    color: #777;
    /* font-weight: bold; */
    position: relative;
}

.not-found .not-found-pro .btn.go-home {
    padding: 0;
    line-height: normal;
    min-height: auto;
    background: transparent;
    color: var(--sec-color);
    font-size: 20px;
    text-decoration: underline;
    margin: 0 auto;
}

.not-found .not-found-pro p::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    border-bottom: 1px #f1f1f1 solid;
    margin: auto;
    width: 100%;
    bottom: 0;
    height: 1px;
    z-index: -2;
}

.not-found .not-found-pro p::before {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
    margin: auto;
    z-index: -1;
    border: 1px #f1f1f1 solid;
}

.not-found.not-found-404 .not-found-pro h2 {
    margin: 20px 0;
}


/* End Not-found */

/* Start Header */

.scroll-top.open {
    top: 90%;
}

.header nav.navbar {
    padding: 0.3rem 1rem;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.header nav.navbar.affix {
    padding: 0 1rem;
    -webkit-box-shadow: 0 0.1rem 0.08rem rgba(0, 0, 0, 0.08);
    box-shadow: 0 0.1rem 0.08rem rgba(0, 0, 0, 0.08);
}

.header .navbar-brand {
    font-size: inherit;
    height: auto;
}

.header .navbar-toggler:focus {
    outline: none;
}

.header .menu li {
    display: inline-block;
    position: relative;
}

.header .menu li:first-child {
    margin-left: 0;
}

.header .menu li a {
    font-size: 18px;
    text-decoration: none;
    padding: 22px 12px;
    display: block;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    color: #fff;
    opacity: 0.8;
}

.header .menu li a.dropdown-toggle:after {
    position: relative;
    left: 2px;
    vertical-align: middle;
}

.header .menu li a:hover {
    opacity: 1;
}

.header .menu li:hover>ul {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.header .menu li:hover>a {
    opacity: 1;
}

.header .menu ul {
    visibility: hidden;
    opacity: 0;
    margin: 0;
    padding: 0;
    width: 200px;
    position: absolute;
    left: 0;
    background: #f5f5f5;
    z-index: 9;
    border-radius: 4px;
    -webkit-transform: translate(0, 20px);
    transform: translate(0, 20px);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.header .menu ul:after {
    bottom: 100%;
    left: 35px;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border: solid transparent;
    border-bottom-color: #f5f5f5;
    border-width: 8px;
    margin-left: -8px;
}

.header .menu ul li {
    display: block;
    float: none;
    background: none;
    margin: 0;
    padding: 0;
}


.header .menu ul li a {
    text-transform: inherit;
    font-weight: normal;
    display: block;
    color: #696969;
    padding: 8px 15px;
}


.header .menu ul li a.dropdown-toggle-inner:after {
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    margin-left: auto;
    position: absolute;
    right: 15px;
    font-size: 12px;
}


.header .menu ul li a:hover {
    color: #fff;
    background: #6730e3;
}


.header .menu ul li:hover>a {
    color: #fff;
    background: #6730e3;
}


.header .menu ul ul {
    left: 200px;
    top: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate(20px, 20px);
    transform: translate(20px, 20px);
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}


.header .menu ul ul:after {
    left: -8px;
    top: 10px;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border: solid transparent;
    border-right-color: #f5f5f5;
    border-width: 8px;
}


.header .bg-transparent .navbar-toggler {
    color: #fff;
}


.header .custom-nav.affix,
.header .custom-nav-3.affix {
    background: #fff;
}


.menu li>ul ul:hover {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}


.custom-nav.affix,
.custom-nav-3.affix {
    background: #fff !important;
}

.custom-nav ul li a,
.custom-nav-2.affix ul li a {
    color: #fff;
}

.custom-nav.affix ul li a {
    color: #696969;
}

.menu ul.sub-menu li:first-child a:hover,
.menu ul.sub-menu li:last-child ul li:first-child a:hover {
    border-radius: 4px 4px 0 0;
}

.menu ul.sub-menu li:last-child a:hover,
.menu ul.sub-menu li:last-child ul li:last-child a:hover {
    border-radius: 0 0 4px 4px;
}

.menu ul.sub-menu li:last-child ul li a:hover {
    border-radius: 0;
}

.affix {
    background: var(--bg-gradient);
    -webkit-transition: padding 0.4s ease-out;
    transition: padding 0.4s ease-out;
}

.fixed-top {
    top: auto;
}

.fixed-top.affix {
    top: 0;
}

@media (min-width: 320px) and (max-width: 992px) {

    .navbar.custom-nav-3,
    .navbar.custom-nav {
        background: #fff !important;
    }

    .navbar {
        background: linear-gradient(75deg, #4f1bc5, #7b17c5) !important;
        padding: .45rem 1rem !important;
    }

    .menu li {
        display: block;
    }

    .custom-nav.affix {
        background: #fff !important;
        border-bottom: 1px solid rgba(72, 94, 144, 0.16);
    }

    .custom-nav ul li a {
        color: #696969 !important;
    }

    .white-bg.navbar .navbar-toggler span {
        color: #9629e6;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    .menu ul {
        top: 40px;
    }

    .menu li a {
        padding: 8px 15px !important;
    }

    a.homer {
        background: #374147;
    }
}

@media (max-width: 767px) {
    .header nav.navbar {
        padding: 0.5rem 1rem;
    }

    nav {
        margin: 0;
        background: none;
    }

    .menu li {
        display: block;
        margin: 0;
    }

    .menu li a {
        padding: 8px 15px !important;
    }

    .menu li a:hover,
    .menu li:hover>a {
        background: #9629e6;
        color: #fff;
    }

    .menu ul {
        visibility: hidden;
        opacity: 0;
        top: 0;
        left: 0;
        width: 100%;
        -webkit-transform: initial;
        transform: initial;
    }

    .menu li:hover>ul {
        visibility: visible;
        opacity: 1;
        position: relative;
        -webkit-transform: initial;
        transform: initial;
    }

    .menu ul ul {
        left: 0;
        -webkit-transform: initial;
        transform: initial;
    }

    .menu li>ul ul:hover {
        -webkit-transform: initial;
        transform: initial;
    }
}

@media (max-width: 767px) {
    .header .menu ul ul {
        left: 0;
        -webkit-transform: initial;
        transform: initial;
    }

    .header .menu ul ul:after {
        display: none;
    }
}

.header.white-bg .menu li a {
    color: #696969;
}

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

@media (max-width: 992px) and (min-width: 320px) {
    .white-bg .navbar {
        background: #fff !important;
    }

    .white-bg .navbar .menu li a:hover,
    .white-bg .navbar .menu li:hover>a {
        background: #e5e9f2;
    }
}

.header .navbar-brand .img-fluid {
    max-height: 110px;
    filter: brightness(0) invert(1);
}

.navbar-nav {
    width: 100%;
    justify-content: flex-end;
}

/* End Header */

/* Start Hero-slider */

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

.bg-image {
    position: relative;
}

[image-overlay] {
    position: relative;
}

[image-overlay]:before {
    position: absolute;
    content: '';
    background: var(--bg-gradient);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

[image-overlay="8"]:before,
[data-overly-top="8"]:before,
[data-overly-bottom="8"]:before,
[data-overlay-gradient="8"]:before {
    opacity: 0.8;
}

.bg-image .background-image-wraper {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover !important;
    background-position: 50% 50% !important;
    z-index: 0;
    transition: opacity .3s linear;
    -webkit-transition: opacity .3s linear;
    opacity: 0;
}

.bg-image .background-image-wraper:not([class*='col-']) {
    width: 100%;
}

.hero-bottom-shape,
.hero-bottom-shape-two {
    position: absolute;
    top: 1px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    transform: scaleX(-1);
}

[image-overlay] *:not(.container):not(.background-image-wraper) {
    z-index: 2;
}

.effect-1 {
    position: absolute;
    top: -70px;
    left: -70px;
    width: 400px;
    height: 400px;
}

.opacity-1 {
    opacity: 0.05;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

.align-items-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important;
}

@media (min-width: 576px) {
    .justify-content-sm-center {
        -ms-flex-pack: center !important;
        -webkit-box-pack: center !important;
        justify-content: center !important;
    }
}

@media (min-width: 768px) {
    .justify-content-md-center {
        -ms-flex-pack: center !important;
        -webkit-box-pack: center !important;
        justify-content: center !important;
    }

}

@media (min-width: 992px) {
    .justify-content-lg-between {
        -ms-flex-pack: justify !important;
        -webkit-box-pack: justify !important;
        justify-content: space-between !important;
    }

}

.pt-5,
.py-5 {
    padding-top: 3rem !important;
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}

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

.hero-slider-content h1 {
    font-weight: 600;
    font-size: 42px;
}

.lead {
    font-size: 20px;
    font-weight: 300;
    color: #fff;
    margin: 20px 0;
    line-height: 1.6;
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}

.list-inline-item {
    display: inline-block;
}

.list-inline-item:not(:last-child) {
    margin-left: 0.5rem;
}

.list-inline-item:not(:last-child) {
    margin-right: 0.5rem;
}

.btn {
    position: relative;
    font-family: "Montserrat", sans-serif;
    font-size: 0.838rem;
    font-weight: 500;
    padding: 8px 35px;
    line-height: 1.75em;
    border-radius: 50px;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.btn-brand {
    background-color: var(--main-color);
    border-color: var(--main-color);
    color: #fff;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.icon-size-sm {
    font-size: 26px;
}

.app-download-btn .download-text h5 {
    font-size: 14px;
    color: inherit;
}

.btn-brand .download-text {
    padding-inline-start: 14px;
    text-align: start;
}

.banner-h {
    padding: 120px 0 100px;
}

.btn-brand:hover,
.btn-brand:focus {
    background-color: var(--sec-color);
    border-color: var(--sec-color);
    color: #fff;
}

.header nav.navbar.affix .navbar-brand .img-fluid {
    max-height: 65px;
    /* filter: brightness(0) invert(1); */
}

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

.banner-h .img-wrap {
    max-width: 500px;
    margin: 0 auto;
    position: relative;
    -webkit-animation: bounceHero 3s infinite;
    animation: bounceHero 3s infinite;
}

@-webkit-keyframes bounceHero {
    0% {
        top: 0px;
    }

    50% {
        top: 25px;
    }

    100% {
        top: 0px;
    }
}

@keyframes bounceHero {
    0% {
        top: 0px;
    }

    50% {
        top: 25px;
    }

    100% {
        top: 0px;
    }
}


/* End Hero-slider */

/* Start About-h */

.about-h {
    padding: 50px 0 100px;
}

.about-text h2 {
    font-size: 48px;
    color: #222;
    font-weight: bold;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
    margin: 0 0 24px;
}

.about-list {
    padding-inline-start: 20px;
}

.about-list li {
    list-style: disc;
    display: list-item;
    padding: 8px 0;
}

.about-text .btn {
    margin: 30px 0 0;
}

.bg-gray.about-h {
    background: var(--bg-color);
    padding: 100px 0;
}

/* End About-h */

/* Start Features-h */
.section-heading {
    margin-bottom: 80px;
}

@media (max-width: 991px) {
    .section-heading {
        margin-bottom: 50px;
    }
}

.section-heading>span {
    color: var(--primary-t-color);
}

.section-heading>h2 {
    position: relative;
    font-size: 48px;
    color: #222;
    font-weight: bold;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
    margin: 0 auto;
    line-height: 1.3;
    max-width: 720px;
}

@media (max-width: 575px) {
    .section-heading>h2 {
        line-height: 1.5;
    }
}

.section-heading>h2::after {
    position: absolute;
    content: '';
    height: 2px;
    width: 70px;
    background-color: var(--main-color);
    bottom: -15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.homepage-5 .features-area .section-heading>h2::after,
.contact-page .contact-area .section-heading>h2::after {
    left: 0;
    -webkit-transform: inherit;
    transform: inherit;
}

.features-h {
    padding: 100px 0;
}

.section-heading p {
    margin: 40px 0 0;
}

.features-item .image-box {
    padding: 24px 0;
    display: flex;
}

.features-item .image-box .featured-img {
    margin-inline-end: 16px;
    width: 48px;
    height: 48px;
    line-height: 48px;
}

.features-item .image-box .icon-text {
    width: calc(100% - 48px);
}

.features-item .image-box .icon-text h3 {
    font-size: 24px;
    line-height: 1.5;
    font-weight: 600;
    color: #333;
}

.features-item .image-box .icon-text p {}

.features-slider-wrapper {
    background: rgba(0, 0, 0, 0) url(../images/mobile-slider.png) no-repeat scroll top center/cover;
    overflow: hidden;
}

.features-h .features-slider-wrapper {
    padding: 67px 23px 90px 26px;
    background-size: 100%;
    max-width: 290px;
    margin: 0 auto;
}

.features-slider .slide-item img {
    width: 100%;
    height: 100%;
    max-height: 426px;
    object-fit: cover;
    object-position: center;
}

/* End Features-h */

/* Start Screenshots-h */

.screenshot-wrap .screenshot-frame {
    background-image: url(../images/iphone-mask.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: block;
    width: 290px;
    height: 513px;
    position: absolute;
    top: -10px;
    left: calc(50% + 0.5px);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
    border-radius: 20px;
}

.screenshot-wrap {
    position: relative;
}

.screenshot-wrap .screen-carousel .owl-item img {
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-shadow: 0 4px 10px 0 rgb(0 0 0 / 12%);
    box-shadow: 0 4px 10px 0 rgb(0 0 0 / 12%);
    border-radius: 30px;
    max-height: 494px;
    object-fit: cover;
    object-position: center;
}

.screenshot-wrap .screen-carousel .owl-item.active.center img {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.screenshots-h {
    padding: 100px 0;
}

.bg-gray {
    background: var(--bg-color);
}


/* End Screenshots-h */

/* Start Process-h */

.process-h {
    padding: 100px 0;
}

.work-process-wrap {
    position: relative;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}

.work-process-wrap .process-icon-item {
    position: relative;
    margin-bottom: 88px;
}

.work-process-wrap .process-icon-item .process-icon {
    position: relative;
    z-index: 1;
    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-color: #fff;
    height: 8.75rem;
    width: 8.75rem;
    line-height: 1;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 2.1875rem 0 rgb(119 119 120 / 13%);
    box-shadow: 0 0 2.1875rem 0 rgb(119 119 120 / 13%);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    margin-inline-end: 24px;
    font-size: 44.048px;
    color: var(--main-color);
}

.work-process-wrap .process-icon-item .process-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.work-process-wrap .process-icon-item .process-content h5 {
    margin-bottom: 15px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    line-height: 1.25;
    color: #1b2e4b;
    font-size: 18.76px;
}

.work-process-wrap .process-icon-item .process-content p {
    color: #696969;
    font-size: 15px;
}

.work-process-wrap .right-shape .d-flex {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    flex-direction: row-reverse !important;
}

.text-right {
    text-align: right;
}

.work-process-wrap .right-shape .d-flex .process-icon {
    margin-inline-end: 0;
    margin-inline-start: 24px;
}

.work-process-wrap .process-icon-item svg {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 80%;
}

/* End Process-h */

/* Start Counter-h */

.gradient-bg {
    background: var(--bg-gradient);
}

.counter-h {
    padding: 40px 0;
}

.count-data {
    padding: 8px;
    text-align: center;
}

.count-data .icon-size-lg {
    font-size: 46px;
}

.count-data .counter-item {
    margin: 0 0 4px;
    font-size: 26.264px;
    font-weight: bold;
}

.count-data .counter-item * {
    font-size: inherit;
    line-height: inherit;
}

.count-data span {
    font-size: 15px;
    line-height: 1.75;
}

/* End Counter-h */

/* Start Review-h */

.testimonial-area .single-testimonial img {
    width: 100px;
    height: 100px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 50%;
}

.testimonial-area .single-testimonial .client-name {
    font-size: 20.8px;
    font-weight: 600;
    line-height: 1.3;
    color: #222;
}

.testimonial-area .single-testimonial .client-address {
    font-size: 16px;
    font-weight: 400;
    color: #222;
}

.testimonial-area .single-testimonial .client-rating {
    font-size: 18px;
    color: #ffa200;
}

.svg-inline--fa.fa-w-18 {
    width: 18px;
}

.testimonial-area .single-testimonial .client-description p {}

.single-testimonial.p-3.p-md-5 {
    padding: 0 !important;
}

.testimonial-h {
    padding: 100px 0;
}

.testimonial-area .owl-dots {
    position: relative;
    margin: 30px 0 0;
}

@media (max-width: 767px) {
    .testimonial-area .owl-dots {
        bottom: -15px;
    }
}

.testimonial-area .owl-dots .owl-dot {
    height: 8px;
    width: 8px;
    background-color: rgba(0, 0, 0, 0.12);
    border-radius: 50%;
    outline: none;
    margin: 5px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.testimonial-area .owl-dots .owl-dot.active {
    background-color: var(--main-color);
    -webkit-box-shadow: 0 1px 5px var(--main-color);
    box-shadow: 0 1px 5px var(--main-color);
}

/* End Review-h */

/* Start Faq-h */

.faq-h {
    padding: 100px 0;
}

.faq-content {
    max-width: 760px;
    margin: 0 auto;
}

.faq-content .accordion-item {
    /* border-radius: 0 !important; */
    border: none;
    border-bottom: 1px solid #dee2e6 !important;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 0.25rem;
    margin: 8px 0;
}

.faq-content .accordion-item .accordion-button {
    position: relative;
    /* display: block; */
    width: 100%;
    background: transparent;
    color: #444;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    font-size: 16px;
    font-weight: 500;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.faq-content .accordion-item .accordion-body {
    padding: 20px;
}

.accordion-button::after {
    margin-inline-start: auto;
    content: '\f107';
    background: transparent !important;
    font-family: 'Font Awesome 6 Pro';
    font-weight: bold;
}

/* End Faq-h */

/* Start Contact-h */

.contact-h {
    padding: 100px 0;
}

.contact-us-form {
    background: #f5f5f5;
}

.contact-us-form h4 {
    margin-bottom: 15px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    line-height: 1.25;
    color: #1b2e4b;
    font-size: 22.512px;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e5e9f2;
    border-radius: 0.25rem;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    font-size: 14px;
    height: 48px;
}

.form-group {
    margin-bottom: 16px;
}

textarea.form-control {
    height: 160px;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: var(--main-color);
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.contact-us-content h2 {
    margin-bottom: 15px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    line-height: 1.25;
    color: #1b2e4b;
    font-size: 35.269px;
}

.contact-us-content .lead {
    color: #696969;
}

.btn-outline-brand-01 {
    border-color: var(--main-color);
    color: var(--main-color);
}

.btn-outline-brand-01:hover,
.btn-outline-brand-01:focus {
    background-color: var(--sec-color);
    border-color: var(--sec-color);
    color: #fff;
}

.pl-2,
.px-2 {
    padding-inline-start: 0.5rem !important;
}

hr.my-5 {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.contact-icon {
    margin-inline-end: 16px;
    font-size: 16px;
}

.contact-icon .rounded-circle {
    border: 1px solid var(--main-color);
    color: var(--main-color);
}

.contact-text h5 {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    line-height: 1.25;
    color: #1b2e4b;
    font-size: 18.76px;
}

.contact-text p {
    margin: 0 0 1rem;
}

/* End Contact-h */

/* Start Footer */

footer .hero-bottom-shape, footer .hero-bottom-shape-two {
    transform: scale(-1);
    top: -15px;
}



.footer-top .capy-right p {
    margin: 10px auto 0;
    font-weight: 400;
    font-size: 12px;
    /* opacity: .8; */
    text-align: center;
    line-height: 1.8;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-align-items: center;
}

.comany-name a {
    display: block;
    overflow: hidden;
    height: 30px;
    width: 80px;
}

.comany-name a svg {
    height: 100px;
    object-fit: cover;
    transform: scale(1.2) translateY(-28px) translateX(-47px);
    display: block;
    filter: brightness(0) invert(1);
}

.footer-top {
    padding: 200px 0 50px;
    text-align: center;
}

.logo-f img {
    max-height: 100px;
    filter: brightness(0) invert(1);
}

footer {
    overflow: hidden;
}

.footer-top p {
    color: #fff;
    max-width: 600px;
    margin: 30px auto;
}

footer .hero-bottom-shape-two {
    width: 130%;
}

.social-icons.d-flex {
    justify-content: center;
}

.social-icons a {
    width: 40px;
    height: 40px;
    font-size: 18px;
    margin: 5px;
    border-radius: 3px;
    overflow: hidden;
}

.social-icons > a.facebook {
  background-color: #3b5999 !important;
}

.social-icons > a.twitter {
  background-color: #55acee !important;
}

.social-icons > a.google-plus {
  background-color: #dd4b39 !important;
}

.social-icons > a.vine {
  background-color: #00b489 !important;
}

.social-icons a i {
    display: block;
    color: #fff;
    width: 100%;
    height: 100%;
    line-height: 40px;
    transition: all .5s;
}

.social-icons > a:hover i:first-child {
  margin-top: -40px;
}

.download-app {
    margin: 30px 0;
}

.download-app h3 {
    color: #fff;
    font-weight: 600;
    margin: 0 0 20px;
}

.button-group.store-buttons.store-black.d-flex.flex-wrap {
    justify-content: center;
}

.button-group.store-buttons.store-black.d-flex.flex-wrap a {
    margin: 0 5px;
}

.button-group.store-buttons.store-black.d-flex.flex-wrap a img {
    max-height: 45px;
}

/* End Footer */

.more-about {
    padding-top: 100px;
}

.about-block {
    padding: 25px;
    background: var(--bg-color);
    border-radius: 10px;
    margin: 15px 0;
}

.about-block h3 {
    font-size: 28px;
    font-weight: 600;
    color: #222;
    margin: 0 0 16px;
}

.about-block p {
    margin: 0 0 16px;
}

.features-slider-wrapper.features-slider-laptop.overflow-hidden {
    background: rgba(0, 0, 0, 0) url(../images/laptop-slider.png) no-repeat scroll top center/cover;
    max-width: 500px;
    background-size: contain;
    padding-bottom: 240px;
    padding-top: 30px;
    max-height: 500px;
    overflow: hidden !important;
}

.features-slider-wrapper.features-slider-laptop.overflow-hidden .features-slider .slide-item img {
    max-height: 245px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.features-h .row {
    align-items: center;
    -webkit-align-items: center;
}

.single-customer {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-column-align: center;
    justify-items: center;
    width: 60%;
    height: auto;
    -webkit-transition: -webkit-transform .5s ease-in;
    transition: -webkit-transform .5s ease-in;
    transition: transform .5s ease-in;
    transition: transform .5s ease-in, -webkit-transform .5s ease-in;
    transition: transform .5s ease-in,-webkit-transform .5s ease-in;
    margin: 8px auto;
}

.single-customer:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.about-thumb.mx-auto {
    display: flex;
    justify-content: flex-end;
    /* -webkit-animation: bounceHero 3s infinite; */
    /* animation: bounceHero 3s infinite; */
    position: relative;
}

.about-thumb.mx-auto img {
    max-width: 350px;
}

/* End Services-h */

/* Start Search-h */

.search-h {
    position: relative;
    opacity: 0.94;
    z-index: -1;
}



.bg-overlay::after {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: var(--main-color);
    opacity: 0.94;
    z-index: -1;
}

.breadcrumb-area {
    height: 450px;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.breadcrumb-content.text-center h2 {
    font-size: 3rem;
    font-weight: 600;
}

section.section.faq-area.style-two.ptb_100 {
    padding: 100px 0;
}

section.section.faq-area.style-two.ptb_100 .faq-content {
    max-width: 100%;
}

.card-header .btn {
    position: relative;
    display: block;
    width: 100%;
    background: transparent;
    color: #222;
    font-size: 16px;
    text-align: start;
    font-weight: bold;
}

.card-header .btn:hover, .card-header .btn:focus, .card-header .btn:active {
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}



.card-header {
    background: transparent;
    padding: 0;
    line-height: normal;
    height: auto;
}

.text-top-h {
    max-width: 700px;
    margin: 0 0 40px;
}

.faq-content .section-heading h2::after {
    display: none;
}

.faq-content .section-heading {
    margin: 30px 0;
}

.card-body p {
}

.last-child p {
    margin: 50px 0 0;
}

.faq-content .section-heading h2 {
    margin: 0;
}