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

body {
    font-size: 16px;
    font-family: "Nunito", sans-serif;
    color: #696687
}

a {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

a,
a:focus,
a:hover {
    text-decoration: none
}

a,
a:hover {
    color: #5ea813;
    text-decoration: none
}

button {
    outline: 0 !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    border: none;
    padding: 0
}

button:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333;
    font-weight: 700;
    font-family: "Barlow", sans-serif
}

p {
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 1.6
}

img,
textarea.form-control {
    height: auto
}

img {
    max-width: 100%
}

.form-control,
.form-select {
    color: #838383;
    border: none;
    font-size: 16px;
    padding: 10px 20px;
    width: 100%
}

.form-control::-webkit-input-placeholder,
.form-select::-webkit-input-placeholder {
    color: #676a6a
}

.form-control:-ms-input-placeholder,
.form-select:-ms-input-placeholder {
    color: #676a6a
}

.form-control::-ms-input-placeholder,
.form-select::-ms-input-placeholder {
    color: #676a6a
}

.form-control::placeholder,
.form-select::placeholder {
    color: #676a6a
}

.form-control:focus,
.form-select:focus {
    color: #000;
    background-color: transparent;
    outline: 0;
    border: 1px solid #5ea813
}

.form-control:focus,
.form-control:hover:focus,
.form-select:focus,
.form-select:hover:focus {
    -webkit-box-shadow: unset;
    box-shadow: unset;
    border-color: #5ea813 !important
}

.d-table-cell {
    vertical-align: middle
}

.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px
}

.ptb-70 {
    padding-top: 70px;
    padding-bottom: 70px
}

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

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

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

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

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

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

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

.pl-15,
.shop-details-area .shop-details-desc {
    padding-left: 15px
}

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

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

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

.bg-color {
    background-color: #f9fbfe
}

.bg-color-e9f7fe {
    background-color: #e9f7fe
}

/* navbar */
.navbar-area.is-sticky {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    position: fixed;
    background-color: #fff !important;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    -o-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    -ms-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    -webkit-animation: .5s ease-in-out fadeInDown;
    animation: .5s ease-in-out fadeInDown;
}

.navbar-area .brnd-l1 {
    display: block;
}

.navbar-area.is-sticky .brnd-l1 {
    display: none;
}

.navbar-area .brnd-l2 {
    display: none;
}

.navbar-area.is-sticky .brnd-l2 {
    display: block;
}

.desktop-nav {
    padding-top: 0;
    padding-bottom: 0;
}

.desktop-nav .navbar .navbar-nav .nav-item {
    position: relative;
    padding: 12px 0 15px;
}

.navbar-area.is-sticky .desktop-nav .navbar .navbar-nav .nav-item a.active {
    color: #5ea813;
}

.desktop-nav .navbar .navbar-nav .nav-item a.nav-link,
.desktop-nav .navbar .navbar-nav .nav-item a.nav-link.active {
    text-align: center;
}

.navbar-area.is-sticky .desktop-nav .navbar .navbar-nav .nav-item a {
    color: #222;
}

.desktop-nav .navbar .navbar-nav .nav-item a.active,
.desktop-nav .navbar .navbar-nav .nav-item a:focus,
.desktop-nav .navbar .navbar-nav .nav-item a:hover {
    color: #5ea813;
    text-align: center;
}

.desktop-nav .navbar .navbar-nav .nav-item a {
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    line-height: 1;
    padding: 0 5px;
    margin-left: 20px;
    margin-right: 20px;
}

.desktop-nav .navbar .navbar-nav .nav-item a.nav-link.active:before,
.desktop-nav .navbar .navbar-nav .nav-item a.nav-link:focus:before,
.desktop-nav .navbar .navbar-nav .nav-item a.nav-link:hover:before {
    content: ' ';
    width: 45px;
    height: 2px;
    position: absolute;
    background: #5ea813;
    margin: 0 auto;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}

.dropdown .dropdown-menu {
    display: none;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    -o-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    -ms-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    background: #fff;
    border-radius: 0;
    border: none;
    padding: 0;
    width: 250px;
    border: none;
    z-index: 99;
    top: 40px;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover:before {
    display: none;
}

.dropdown:hover>.dropdown-menu,
.dropend:hover>.dropdown-menu {
    display: block;
    margin-top: 0.125em;
    margin-left: 0.125em;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li {
    padding: 0;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
    color: #696687;
    padding: 15px;
    border-bottom: 1px dashed #eee;
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    display: block;
    text-align: start !important;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover {
    color: #5ea813;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
    color: #696687;
    border-bottom: 1px dashed #eee;
    font-size: 14px;
    line-height: 1;
}

.dropend .dropdown-toggle {
    margin-left: 1em;
    float: right;
}

.dropend .dropdown-toggle:hover {
    color: #5ea813;
}

.dropdown-item:hover {
    color: #5ea813;
}

.dropdown-toggle::after {
    display: none;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-toggle::after {
    display: none;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-toggle i {
    float: right;
}

@media screen and (min-width: 769px) {
    .dropend:hover>.dropdown-menu {
        position: absolute;
        top: 0;
        left: 100%;
    }

    .dropend .dropdown-toggle {
        margin-left: 0.5em;
    }
}

.desktop-nav .navbar .others-options .talk span {
    line-height: 18px;
    text-align: center;
    color: #ffca3a;
    font-size: 18px;
    font-weight: 700;
}

.navbar-toggler {
    border: none
}

.navbar-toggler:focus {
    border: none;
    box-shadow: none;
}

/*
Banner Area Style
======================================================*/

.d-table {
    width: 100%;
    height: 100%;
}

.d-table-cell {
    vertical-align: middle;
}

.banner-area {
    position: relative;
    z-index: 1;
    height: 800px;
    overflow: hidden;
    background-image: url(../images/home-banner-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 90px;
}

.banner-content h1 {
    font-size: 54px;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    -webkit-animation: 0.8s fadeInUpBig;
    animation: 0.8s fadeInUpBig;
    max-width: 750px;
    margin: 0 auto 30px;
}

.banner-content p {
    margin-bottom: 25px;
    color: #5ea813;
    font-weight: 700;
    font-size: 18px;
    -webkit-animation: .5s fadeInUpBig;
    animation: .5s fadeInUpBig;
    text-transform: uppercase;
}

.banner-content .banner-btn {
    -webkit-animation: 1s fadeInUpBig;
    animation: 1s fadeInUpBig;
}

.banner-img {
    position: relative;
    z-index: 1;
    -webkit-animation: 1s fadeInUpBig;
    animation: 1s fadeInUpBig;
}

.banner-btn a:first-child {
    margin-left: 0 !important;
    margin-right: 25px;
}

.default-btn {
    font-size: 16px;
    font-weight: 600;
    border: 2px solid #5ea813;
    color: #5ea813;
    line-height: 1;
    border-radius: 43px;
    -webkit-transition: .5s;
    transition: .5s;
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: inline-table;
    padding: 12px 25px
}

.default-btn::before,
.default-btns::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, right top, from(#5ea813), to(#5ea813));
    background-image: linear-gradient(to right, #5ea813, #5ea813);
    z-index: -1;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .5s;
    transition: .5s
}

.default-btn:hover,
.default-btns:hover {
    color: #fff;
    background-color: transparent
}

.default-btn:hover::before,
.default-btns:hover::before {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .5s;
    transition: .5s
}

.default-btns {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    border: 2px solid #5ea813;
    line-height: 1;
    border-radius: 43px;
    -webkit-transition: .5s;
    transition: .5s;
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: inline-table;
    padding: 12px 25px;
    background-color: #5ea813;
}

/* section title */
.section-title {
    max-width: 750px;
    margin: -6px auto 50px;
    text-align: center;
    position: relative;
}

.section-title span,
.section-titles span {
    font-size: 16px;
    color: #5ea813;
    display: block;
    margin-bottom: 5px;
    font-weight: 700;
    text-transform: uppercase;
}

.read-more-txt h2,
.section-title h2 {
    font-size: 45px;
    margin-bottom: 20px;
    color: #333;
    position: relative;
    text-transform: capitalize;
}

.section-title p {
    max-width: 600px;
    margin: auto;
}

/* services */
.services-area {
    position: relative;
}

.single-services {
    padding: 40px 30px;
    -webkit-transition: .5s;
    transition: .5s;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .05);
    box-shadow: 0 0 10px rgba(0, 0, 0, .05);
    border-radius: 20px;
    background: #f7f9fb;
    margin-bottom: 30px;
}

.single-services:hover {
    box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, .05);
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    background-color: #fff;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.single-services h3 {
    font-size: 30px;
    margin-bottom: 15px;
    text-transform: capitalize;
    font-weight: 700;
}

.single-services h3 a {
    color: #333;
}

.single-services p {
    margin-bottom: 20px;
}

/* cta1 */
.cta1 {
    background: #054e82;
    max-height: 230px;
}

.cta-1st-img {
    margin-top: -88px;
    position: relative;
    text-align: center;
    width: 70%;
}

.cta-1st-sec-titles {
    padding-top: 30px;
    padding-bottom: 30px;
}

.cta-1st-sec-titles span {
    font-size: 16px;
    color: #ffca3a;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-weight: 700;
}

.cta-1st-sec-titles h2 {
    font-size: 35px;
    margin-bottom: 20px;
    color: #fff;
    text-transform: capitalize;
}

/* choose us */
.choose-number .choose-img {
    z-index: -1;
    margin-bottom: -40px;
}

.choose-number .choose-text {
    z-index: 1;
}

.choose-number .choose-text h3 {
    color: #333;
    font-size: 18px;
    font-weight: 700;
}

.choose-number .choose-text p {
    color: #474747;
    font-size: 16px;
    font-weight: 400;
}

/* industries */
.industries-serve {
    background-color: #f7f9fb;
    position: relative;
}

.industries-serve .industries-float-txt span {
    font-size: 16px;
    color: #5ea813;
    display: block;
    margin-bottom: 5px;
    font-weight: 700;
}

.industries-serve .industries-float-txt h2 {
    font-size: 45px;
    margin-bottom: 20px;
    color: #333;
    position: relative;
}

.marquee-wrapper .industries-logo {
    overflow: hidden;
    margin: 0 auto !important;
    text-align: center
}

.marquee-inner span {
    height: 20%
}

.marquee-wrapper .marquee-block {
    width: 161px;
    height: 421px;
    box-sizing: border-box;
    position: relative;
    float: left;
    transform: rotate(17deg)
}

.marquee-inner {
    display: block;
    position: absolute;
    margin: 0 0 0 30px
}

.marquee-inner.to-left {
    animation: 20s linear infinite marqueeTop
}

.marquee-inner.to-right {
    animation: 20s linear infinite marqueeBottom
}

.marquee-item {
    display: block;
    transition: .5s ease-out
}

@keyframes marqueeTop {
    0% {
        top: 0
    }

    100% {
        top: -100%
    }
}

@keyframes marqueeBottom {
    0% {
        top: -100%
    }

    100% {
        top: 0
    }
}

/* web logo */
.section-title span.heading-span {
    font-size: 45px !important;
    color: #333 !important;
    margin-bottom: 20px !important;
    position: relative !important;
    text-transform: capitalize !important;
    font-weight: 700 !important;
    font-family: "Barlow", sans-serif !important;
    display: block !important;
    line-height: 1.2 !important;
}

.single-marketing-box {
    padding: 40px 30px 35px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .06);
    box-shadow: 0 0 10px rgba(0, 0, 0, .06);
    margin-bottom: 30px;
    position: relative;
    border-radius: 10px;
    background: #f9fbfc;
}

.single-marketing-box:hover {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .09);
    box-shadow: 0 0 10px rgba(0, 0, 0, .09);
}

.tating-sec span {
    color: #333;
    font-size: 16px;
    font-weight: 600;
    padding-right: 10px;
    padding-top: 3px;
}

.tating-sec p {
    margin-bottom: 0;
}

/* cta 2 */
.float-right-sec {
    text-align: right;
}

.cta-1st-sec-titles div.heading-span {
    font-size: 35px !important;
    color: #fff !important;
    margin-bottom: 20px !important;
    position: relative !important;
    text-transform: capitalize !important;
    font-weight: 700 !important;
    font-family: "Barlow", sans-serif !important;
    display: block !important;
    line-height: 1.2 !important;
}

.cta-1st-img-1 {
    margin-top: -72px;
    position: relative;
    left: 25%;
    width: 45%;
}

/* technologies */
.technologies-area .nav-pills .nav-link.active,
.technologies-area .nav-pills .show>.nav-link {
    color: #5ea813;
    background-color: transparent;
    border-bottom: 3px solid #5ea813;
    border-radius: 0;
}

.technologies-area .nav-pills .nav-link {
    border-radius: .25rem;
    font-size: 18px;
    font-weight: 700;
    color: #333;
}

.tech-logo-box {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-evenly;
    align-items: center;
}

.tech-logo {
    padding: 8px 5px;
}

/* cliemnt */
.partner-slider.owl-carousel .owl-item img {
    width: auto !important;
}

/* testimonial */
.single-testimonials {
    background-color: #f9f9f9;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    position: relative;
    margin: 16px;
    -webkit-transition: .5s;
    transition: .5s;
    padding: 26px 25px;
    border-radius: 16px;
    z-index: 1;
    min-height: 324px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.single-testimonials i {
    position: absolute;
    top: 30px;
    left: 30px;
    font-size: 70px;
    color: #eae9f0;
    line-height: 1;
    z-index: -1;
    opacity: .5;
}

.single-testimonials p {
    -webkit-transition: .5s;
    transition: .5s;
    font-size: 18px;
}

.testimonials-img {
    display: flex;
    align-items: center;
}

.testimonials-img img {
    width: 55px !important;
}

.testimonials-img img {
    border-radius: 50px;
    left: 25px;
}

.testimonials-img p {
    margin-bottom: 0;
    font-size: 18px;
    color: #000;
    font-weight: 700;
    -webkit-transition: .5s;
    transition: .5s;
}

.testimonials-area .owl-theme .owl-nav {
    -webkit-transition: .5s;
    transition: .5s;
}

.testimonials-slider-bg .owl-theme .owl-nav .owl-next,
.testimonials-slider-bg .owl-theme .owl-nav .owl-prev {
    background-color: transparent;
    position: absolute;
    top: 68%;
    left: -80px;
    margin: 0 !important;
    -webkit-transform: translateY(-85px);
    transform: translateY(-85px);
}

.testimonials-slider-bg .owl-theme .owl-nav .owl-next {
    left: auto;
    right: -80px;
}

.testimonials-slider-bg .owl-theme .owl-nav .owl-next:hover i,
.testimonials-slider-bg .owl-theme .owl-nav .owl-prev:hover i {
    background-color: #5ea813;
    color: #5ea813;
}

.testimonials-slider-bg .owl-theme .owl-nav .owl-next i,
.testimonials-slider-bg .owl-theme .owl-nav .owl-prev i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    background-color: #fff;
    display: inline-block;
    font-size: 30px;
    border-radius: 50%;
    color: #000;
    -webkit-transition: .5s;
    transition: .5s;
    position: relative;
    z-index: 1;
}

.testimonials-slider-bg .owl-theme .owl-nav .owl-next i::after,
.testimonials-slider-bg .owl-theme .owl-nav .owl-prev i::after {
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    width: 42px;
    height: 42px;
    background-color: #f9fbfe;
    border-radius: 50%;
    z-index: -1;
}

/* read more read less */
.mybox1 {
    display: none;
}

#mybuttonid {
    background-color: transparent;
    font-size: 18px;
    color: #5ea813;
    margin-bottom: 5px;
    font-weight: 700;
    display: block;
    border: none;
    text-transform: capitalize;
}

/* faq */
.faq-area .section-title {
    text-align: left !important;
}

.faq-accordion {
    max-width: 930px;
    margin: auto;
    position: relative;
    z-index: 1;
}

.faq-accordion .accordion {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}

.faq-accordion .accordion .accordion-item:last-child,
.faq-accordion.faq-home .accordion .accordion-item,
p:last-child {
    margin-bottom: 0
}

.faq-accordion .accordion .accordion-item {
    border-radius: 5px;
    display: block;
    margin-bottom: 15px;
    border: none;
}

.faq-accordion.faq-home .accordion .accordion-title {
    font-size: 18px;
}

.faq-accordion .accordion .accordion-title {
    padding: 15px 60px 10px 0;
    color: #333;
    text-decoration: none;
    position: relative;
    display: block;
    font-size: 25px;
    font-weight: 700;
    background-color: #fff;
    border-bottom: 1px solid #e9f7fe;
    z-index: 1;
}

.faq-accordion.faq-home .accordion .accordion-title i {
    top: 18px;
}

.faq-accordion .accordion .accordion-title i {
    position: absolute;
    right: 0;
    top: 10px;
    font-size: 18px;
    color: #5ea813;
    -webkit-transition: .5s;
    transition: .5s;
}

.faq-accordion .accordion .accordion-title.active i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.faq-accordion .accordion .accordion-content {
    display: none;
    position: relative;
    margin-top: -6px;
    padding: 20px 60px 10px 0;
    background-color: #fff;
}

.faq-area lottie-player {
    width: 70%;
    margin: 0 auto;
}

.ab-faq .faq-accordion .accordion .accordion-title {
    font-size: 25px;
}

/* footer */
.footer-area {
    padding-top: 30px;
    padding-bottom: 30px;
    z-index: 0;
    background-color: #054e82;
}

.footer-shape1 {
    bottom: 0;
    z-index: -1;
}

.footer-shape2 {
    right: 0;
    bottom: 0;
    z-index: -1;
}

.single-footer-widget div.talk-txt {
    color: #ffca3a;
    font-size: 40px;
    font-weight: 700;
    line-height: 49px;
    font-family: "Barlow", sans-serif;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.single-footer-widget .f-para {
    margin-bottom: 25px;
}

.f-para {
    color: var(--Background, #f7f9fb) !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    font-family: "Nunito", sans-serif !important;
}

.single-footer-widget .lets-connect {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    font-family: "Barlow", sans-serif;
    margin-bottom: .5rem;
}

.numbers p {
    font-family: "Nunito", sans-serif;
}

.single-footer-widget p {
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 25px;
    position: relative;
    color: #fff;
    font-family: "Barlow", sans-serif;
}

.numbers p a {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

.single-footer-widget {
    margin-bottom: 30px;
}

.single-footer-widget .import-link {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.single-footer-widget .import-link li {
    margin-bottom: 10px;
}

.single-footer-widget .import-link li a {
    color: #f7f9fb;
    font-size: 17px;
    font-weight: 400;
}

.single-footer-widget .import-link li a:hover {
    color: #ffca3a !important;
}

.follow-us {
    font-weight: 700;
    color: #fff;
    font-family: "Barlow", sans-serif;
}

.follow-us,
.single-footer-widget h3 {
    font-size: 23px;
    margin-bottom: 25px;
    position: relative;
}

.copy-right-area1 .social-icon {
    line-height: 1;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.social-icon li:first-child {
    margin-left: 0;
    padding-left: 0;
}

.copy-right-area1 .social-icon li {
    display: inline-block;
}

.copy-right-area1 ul li {
    display: inline-block;
    margin-left: 16px;
    position: relative;
}

.copy-right-area1 .social-icon li a i {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    line-height: 44px;
    text-align: center;
    -webkit-transition: .5s;
    transition: .5s;
    display: inline-block;
    color: #fff;
    border: 1px solid #ebf5ff;
    font-size: 20px;
}

.copy-right-area p {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
}

.copy-right-area p i {
    position: relative;
    top: 2px;
    color: #fff;
}

.copy-right-area p span,
.single-footer-widget .import-link li:hover a,
.single-footer-widget div.talk-txt a {
    color: #ffca3a;
}

/* to top */
.go-top {
    position: fixed;
    cursor: pointer;
    right: 3%;
    top: 87%;
    z-index: 4;
    width: 40px;
    text-align: center;
    height: 42px;
    line-height: 42px;
    -webkit-transform: scale(0);
    transform: scale(0);
    visibility: hidden;
    -webkit-transition: .9s;
    transition: .9s
}

.go-top i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #fff;
    -webkit-transition: .5s;
    transition: .5s
}

.go-top i:last-child {
    opacity: 0;
    visibility: hidden;
    top: 60%
}

.go-top::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .5s;
    /* transition: .5s; */
}

.go-top:hover {
    color: #fff
}

.go-top:focus i:first-child,
.go-top:hover i:first-child {
    opacity: 0;
    top: 0;
    visibility: hidden
}

.go-top:focus i:last-child,
.go-top:hover i:last-child {
    opacity: 1;
    visibility: visible;
    top: 50%
}

.go-top.active {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    right: 3%;
    top: 84%;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.go-top,
.go-top::before,
.go-top:hover {
    background-color: #ffca3a
}

.go-top i {
    font-size: 20px
}

/* about */
.coming-soon-area,
.hero-slider-area,
.page-title-area,
.page-title-area1 {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-title-area {
    position: relative;
    z-index: 1;
    background-image: url(../images/breadcrumbs-bg.jpg);
    height: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
}

.page-title-area .page-title-content {
    position: relative;
    margin-top: 50px;
    text-align: left;
}

.page-title-area .page-title-content h1 {
    margin-bottom: 15px;
    font-size: 45px;
    font-weight: 700;
    color: #ffca3a;
}

.page-title-area .page-title-content ul {
    padding-left: 0;
    list-style-type: none;
    margin-top: 10px;
    margin-bottom: -5px;
}

.page-title-area .page-title-content ul li:first-child,
.pricing-area .tab .tabs li:last-child {
    margin-left: 0;
}

.page-title-area .page-title-content ul li {
    display: inline-block;
    position: relative;
    font-size: 16px;
    padding-right: 2px;
    margin-left: 2px;
    color: #fff;
}

.page-title-area .page-title-content ul li a {
    color: #fff;
}

.page-title-area .page-title-content ul li {
    display: inline-block;
    position: relative;
    font-size: 16px;
    padding-right: 2px;
    margin-left: 2px;
    color: #fff;
}

.page-title-area ul li svg {
    /* fill: #222; */
}

.page-title-area .page-title-content ul li:last-child {
    padding-right: 0;
}

.page-title-area .page-title-content ul li.active {
    color: #5ea813;
}

.about-content h2 {
    font-size: 40px;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.vision-mission-box {
    border-radius: 19.965px;
    background: #f7f9fb;
    box-shadow: 9.98239px 9.98239px 9.98239px 0 rgba(0, 0, 0, .05);
    padding-top: 20px;
    margin-bottom: 20px;
}

.vision-text {
    padding-bottom: 20px;
    padding-top: 10px;
}

.mission-vision-bg {
    background-image: url(../images/mission-vission-bg.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 100%;
}

.ab-faq .section-title p {
    max-width: 100%;
    margin: 0;
}

/* contcat us */
.contact-us-form {
    box-shadow: 0 0 10px rgba(0, 0, 0, .05);
    padding: 40px 30px;
    border-radius: 22.5px;
}

.main-contact-area .contact-form h2 {
    font-size: 40px;
    margin-bottom: 30px;
    margin-top: -12px;
}

.main-contact-area .form-group {
    margin-bottom: 20px;
}

.form-control,
.form-select,
.select2-container--classic .select2-selection--single {
    border-radius: 5px;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, .05);
    background-color: #fff;
}

.contact-img {
    width: 80%;
}

.outer-div {
    justify-content: space-between;
    padding: .563rem;
    background-color: #054e82;
    position: relative;
    display: flex;
    align-items: center;
    width: 70%;
    margin: 0 auto;
}

.inner-div,
.outer-div {
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    border-radius: 20px;
}

.inner-div {
    background-color: #fff;
}

.outer-div-content {
    display: flex;
    gap: 10px;
    align-items: center;
}

.outer-div-content p {
    font-weight: 700;
    color: #ffca3a;
    font-size: 13px !important;
}

.outer-div-content a {
    color: #fff;
    font-weight: 500;
}

.inner-div-content {
    display: inline-flex;
    gap: 10px;
    padding: 10px;
    align-items: center;
}

.email-clr {
    font-size: 14px !important;
}

.email-clr,
.email-clr a {
    color: #333;
    font-weight: 800;
}

/* blog */
.br-bottom {
    border-bottom: .5px solid #e9e9e9;
    margin-bottom: 30px;
}

.single-blog {
    margin-bottom: 30px;
}

.single-blog span {
    font-size: 15px;
    display: block;
    margin-bottom: 8px;
    color: #5ea813;
}

.single-blog span i {
    color: #5ea813;
    position: relative;
    /* top: 2px; */
    margin-right: 5px;
}

.blog-page-area .single-blog h3 {
    font-size: 35px;
    font-weight: 700;
}

.single-blog h3 a {
    color: #333;
}

.single-blog p {
    margin-bottom: 12px;
}

.single-blog a.read-mores {
    display: flex;
    align-items: center;
}

.single-blog a.read-mores i {
    font-size: 20px;
    color: #5ea813;
}

.single-blog a.read-mores span {
    color: #5ea813;
    font-size: 16px;
    font-weight: 700;
    padding-top: 6px;
    padding-left: 5px;
}

.single-blog span {
    font-size: 15px;
    display: block;
    margin-bottom: 8px;
    color: #5ea813;
}

.blog-details-content {
    margin-bottom: 30px;
}

.blog-details-content.content-3 h1 {
    font-size: 40px;
    margin-bottom: 30px;
    font-weight: 700;
}

.blog-details-content.content-2 .admin-name {
    padding-left: 12px;
}

.blog-details-content.content-2 .admin-name h6 {
    margin-bottom: 0;
    color: #222;
    font-size: 18px;
    font-weight: 700;
}

.related-area .work-heading p {
    color: #939393;
    font-size: 14px;
    font-weight: 400;
}

.job-secription-area {
    padding-top: 30px;
}

.job-discription {
    padding-bottom: 20px;
}

.job-discription h5 {
    color: #333;
    font-size: 18px;
    font-weight: 700;
}

.job-discription p {
    color: #474747;
    font-size: 16px;
    font-weight: 400;
    line-height: 138.5%;
}

/* pagination */

.pagination-area {
    margin-top: 10px
}

.pagination-area .page-numbers {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    color: #333;
    text-align: center;
    display: inline-block;
    position: relative;
    margin-left: 3px;
    margin-right: 3px;
    font-size: 17px;
    background-color: #f9fbfe;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    border: 1px solid #d9d9d9
}

.pagination-area .page-numbers.current,
.pagination-area .page-numbers:hover {
    color: #fff;
    border-color: #5ea813;
    background-color: #5ea813
}

.pagination-area .page-numbers.next {
    /* top: 5px */
}

.pagination-area .page-numbers i {
    font-size: 17px;
}

/* our work */
#sync1 .item {
    /* background: #0c83e7; */
    /* padding: 80px 0px; */
    margin: 5px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}

#sync2 .item {
    /* background: #C9C9C9; */
    padding: 18px 10px 10px 10px;
    margin: auto;
    /* -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; */
    text-align: center;
    cursor: pointer;
}

#sync2 .owl-item.current.active .item {
    border-radius: 4px;
    box-shadow: 0px 0px 13px #b3b3b3d9;
    /* border: 1px solid #C9C9C9; */
    /* background: #F9FEDC; */
    padding: 18px 10px 10px 10px;
    margin: auto;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
}

#sync2 .owl-item .item img {
    width: auto;
    margin: auto;
}

.work-secs .owl-theme .owl-nav [class*='owl-'] {
    transition: all .3s ease;
}

.work-secs .owl-theme .owl-nav [class*='owl-'].disabled:hover {
    background-color: #D6D6D6;
}

#sync1.owl-theme {
    position: relative;
}

#sync1.owl-theme .owl-next,
#sync1.owl-theme .owl-prev {
    width: 22px;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
}

#sync1.owl-theme .owl-prev {
    left: 10px;
}

#sync1.owl-theme .owl-next {
    right: 10px;
}

#sync2 .owl-stage-outer {
    /* border-radius: 4px; */
    background: #F9F9F9 !important;
}

/* screen show slider image design */
.macbook {
    /* padding: 4% 6%;
    margin: 0 auto;
    max-width: 800px; */
}

.screen {
    background: #000;
    border-radius: 3% 3% 0.5% 0.5% / 5%;
    margin: 0 auto;
    /* for aspect ratio */
    position: relative;
    width: 80%;
}

.screen:before {
    border: 2px solid #cacacc;
    border-radius: 3% 3% 0.5% 0.5% / 5%;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.8) inset, 0 0 1px 2px rgba(255, 255, 255, 0.3) inset;
    content: "";
    display: block;
    /* for aspect ratio ~67:100 */
    padding-top: 67%;
}

.screen:after {
    content: "";
    border-top: 2px solid rgba(255, 255, 255, 0.15);
    position: absolute;
    bottom: 0.75%;
    left: 0.5%;
    padding-top: 1%;
    width: 99%;
}

.viewport {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    margin: 4.3% 3.2%;
    background: #333;
}

.base {
    /* for aspect ratio */
    position: relative;
    width: 100%;
}

.base:before {
    content: "";
    display: block;
    /* for aspect ratio ~33:1000*/
    padding-top: 3.3%;
    /* stylin */
    background: linear-gradient(#eaeced, #edeef0 55%, #fff 55%, #8a8b8f 56%, #999ba0 61%, #4B4B4F 84%, #262627 89%, rgba(0, 0, 0, .01) 98%);
    border-radius: 0 0 10% 10%/ 0 0 50% 50%;
}

.base::after {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.5), rgba(255, 255, 255, 0.8) 0.5%, rgba(0, 0, 0, 0.4) 3.3%, transparent 15%, rgba(255, 255, 255, 0.8) 50%, transparent 85%, rgba(0, 0, 0, 0.4) 96.7%, rgba(255, 255, 255, 0.8) 99.5%, rgba(0, 0, 0, 0.5) 100%);
    content: "";
    height: 53%;
    position: absolute;
    top: 0;
    width: 100%;
}

.notch {
    background: #ddd;
    border-radius: 0 0 7% 7% / 0 0 95% 95%;
    box-shadow: -5px -1px 3px rgba(0, 0, 0, 0.2) inset, 5px -1px 3px rgba(0, 0, 0, 0.2) inset;
    margin-left: auto;
    margin-right: auto;
    margin-top: -3.5%;
    z-index: 2;
    /* for aspect ratio */
    position: relative;
    width: 14%;
}

.notch:before {
    content: "";
    display: block;
    /* for aspect ratio ~1:10 */
    padding-top: 10%;
}

/* Screenshot Hover Scroll Additions */

.macbook .viewport {
    transition: background-position 8s ease;
    background-position: 0 0;
    background-size: 100% auto;
    overflow: hidden;
    cursor: pointer;
}

.macbook:hover .viewport {
    background-position: 0 100%;
}

.macbook .viewport:after {
    background: radial-gradient(circle at right bottom, transparent 75%, rgba(255, 255, 255, 0.05) 75%, transparent);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.tab_view_screen {
    background: #000;
    border-radius: 4% / 3%;
    margin: 0 auto;
    /* for aspect ratio */
    position: relative;
    width: 100%;
    height: 400px
}

.tab_view_screen:before {
    border: 2px solid #cacacc;
    border-radius: 4% / 3%;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.8) inset, 0 0 1px 2px rgba(255, 255, 255, 0.3) inset;
    content: "";
    display: block;
    /* for aspect ratio ~67:100 */
    height: 400px;
}

.tab_view_screen:after {
    content: "";
    border-top: 2px solid rgba(255, 255, 255, 0.15);
    position: absolute;
    bottom: 0.75%;
    left: 0.5%;
    padding-top: 10%;
    width: 100%;
}

.tab_view_screen .viewports {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    margin: 5% 3.5% 11%;
    background: #333;
}

.notchs {
    background: #ddd;
    border-radius: 50%;
    box-shadow: -13px -1px 3px rgb(0 0 0 / 88%) inset, 8px -1px 3px rgb(0 0 0 / 81%) inset;
    margin-left: auto;
    margin-right: auto;
    margin-top: -8.5%;
    z-index: 2;
    position: relative;
    width: 16px;
    height: 16px;
    border: 1px solid #6b6b6b;
}

.notchs:before {
    content: "";
    display: block;
    /* for aspect ratio ~1:10 */
    padding-top: 10%;
}

/* Screenshot Hover Scroll Additions */

.tab_view_screen .viewports {
    transition: background-position 10s ease;
    background-position: 0 0;
    background-size: 100% auto;
    overflow: hidden;
    cursor: pointer;
}

.tab_view_screen:hover .viewports {
    background-position: 0 100%;
}

.tab_view_screen .viewports:after {
    background: radial-gradient(circle at right bottom, transparent 75%, rgba(255, 255, 255, 0.05) 75%, transparent);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

/* mobile */
.mobile_view_screen {
    background: #000;
    border-radius: 10% 10% 5% 5% / 6%;
    margin: 0 auto;
    /* for aspect ratio */
    position: relative;
    width: 100%;
    height: 340px
}

.mobile_view_screen:before {
    border: 2px solid #cacacc;
    border-radius: 7% 7% 6% 6% / 5%;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.8) inset, 0 0 1px 2px rgba(255, 255, 255, 0.3) inset;
    content: "";
    display: block;
    /* for aspect ratio ~67:100 */
    height: 343px;
}

.mobile_view_screen:after {
    content: "";
    /* border-top: 2px solid rgb(12 12 12 / 68%); */
    position: absolute;
    top: 4.75%;
    left: 44%;
    margin: auto;
    padding-top: 5%;
    width: 35px;
    border-radius: 10px;
    /* max-height: 58px; */
    background: #000;
}

.mobile_view_screen .viewportss {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    margin: 5%;
    background: #333;
}

.notchss {
    background: #000;
    /* border-radius: 50%; */
    /* box-shadow: -13px -1px 3px rgb(0 0 0 / 88%) inset, 8px -1px 3px rgb(0 0 0 / 81%) inset; */
    /* margin-left: auto; */
    /* margin-right: auto; */
    /* margin-top: -8.5%; */
    z-index: 2;
    position: absolute;
    bottom: 52%;
    left: -4px;
    width: 7px;
    height: 48px;
    border-radius: 10px 0 0 10px;
}

.notchss:before {
    content: "";
    display: block;
    /* for aspect ratio ~1:10 */
    position: absolute;
    top: -128%;
    left: -1px;
    width: 7px;
    height: 35px;
    border-radius: 10px 0 0 10px;
    background: #000;
}

/* Screenshot Hover Scroll Additions */

.mobile_view_screen .viewportss {
    transition: background-position 11s ease;
    background-position: 0 0;
    background-size: 100% auto;
    overflow: hidden;
    cursor: pointer;
}

.mobile_view_screen:hover .viewportss {
    background-position: 0 100%;
}

.mobile_view_screen .viewportss:after {
    background: radial-gradient(circle at right bottom, transparent 75%, rgba(255, 255, 255, 0.05) 75%, transparent);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.work-secs .container-fluid {
    background: linear-gradient(180deg, rgba(228, 242, 255, 0.57) 0%, rgba(247, 249, 251, 0.00) 100%);
}

@media screen and (max-width:1300px) {
    .mobile_view_screen:before {
        height: 269px;
    }

    .mobile_view_screen {
        height: 266px;
    }

    .tab_view_screen {
        height: 321px;
    }

    .tab_view_screen:before {
        height: 324px;
    }
}

/* career */
.search-role {
    position: relative;
    margin-top: -20px;
    z-index: 1;
}

.search-role .search-form {
    background-color: #fff;
    position: relative;
    border-radius: 5px;
}

.search-role .search-form .form-control {
    border-radius: 5px;
    height: 48px;
}

.search-role .search-form .search-button {
    position: absolute;
    width: 50px;
    height: 47px;
    line-height: 46px;
    top: 0;
    right: 0;
    font-size: 20px;
    color: #fff;
    -webkit-transition: .5s;
    transition: .5s;
    background-color: #5ea813;
    border-radius: 0 5px 5px 0;
}

.about-content span {
    color: #5ea813;
    font-size: 16px;
    display: block;
    margin-bottom: 5px;
    font-weight: 700;
    text-transform: uppercase;
}

.job-list {
    border-bottom: .5px solid #e3e5e6;
    padding: 25px 0;
}

.job-title h5 a {
    color: #333;
}

.job-title p {
    max-width: 600px;
}

.job-discription ul,
.job-dsc {
    padding-top: 10px;
}

.job-dsc p i {
    padding-right: 5px;
    color: #a8a8a8;
    font-size: 17px;
    position: relative;
    top: 2px;
}

.job-dsc p span {
    color: #a8a8a8;
    font-size: 16px;
    font-weight: 600;
}

.job-dsc p a i {
    color: #5ea813;
}

.job-dsc p a span {
    color: #5ea813;
    font-size: 16px;
    font-weight: 700;
}

.apply-form {
    padding: 30px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .09);
    border-radius: 5px;
}

.apply-form .user-form label {
    color: #333;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}

.apply-form .user-form .form-control {
    border-radius: 5px;
    background: #fff;
    border: 1px solid #ddd;
}

.apply-form .user-form .form-group {
    margin-bottom: 20px;
}

.apply-form .user-form .wrapper {
    padding-top: 20px;
}

.apply-form .user-form .wrapper #file-input {
    display: none;
}

.apply-form .user-form label {
    color: #333;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}

.apply-form .user-form label {
    color: #333;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}

.apply-form .user-form .wrapper label[for=file-input] * {
    vertical-align: middle;
    cursor: pointer;
    font-size: 12px;
}

.apply-form .user-form .wrapper label .br-attached {
    border-radius: 5px;
    border: 1px dashed #054e82;
    background: rgba(255, 255, 255, .03);
    width: 200px;
    padding: 12px;
    text-align: center;
    color: #333;
    font-size: 12px;
    font-weight: 400;
}

.apply-form .user-form .wrapper label .br-attached i {
    font-size: 17px;
}

.apply-form .user-form .wrapper i.remove {
    vertical-align: middle;
    margin-left: 2px;
    cursor: pointer;
    display: none;
    color: #ef0000;
    margin-top: -7px;
}

/* services page */
.services-area-sec .services-inner h2 {
    color: #333;
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 15px;
}

.services-area-sec .services-inner .tech-list {
    margin-top: 10px;
    margin-bottom: 20px;
}

.services-area-sec .services-inner .tech-list h3 {
    color: #333;
    font-size: 1.75rem;
    ;
}

.services-area-sec .services-inner .tech-list h3 a {
    display: flex;
    align-items: center;
}

.services-area-sec .services-inner .tech-list h3 i {
    color: #5ea813;
    font-size: 17px;
    font-weight: 100;
    margin-top: 2px;
}

.services-area-sec .services-inner .tech-list h3 span {
    color: #333;
    font-size: 16px;
    font-weight: 600;
    padding-left: 8px;
    transition: .3s ease-in-out;
}

.services-img-center {
    position: relative;
}

.first-img {
    right: 35px
}

.first-img,
.first-img2,
.first-img3,
.first-img4,
.first-img5 {
    margin: auto;
    position: absolute
}

.first-img2,
.first-img3,
.first-img4 {
    right: 25px;
    top: -47px
}

.first-img5 {
    right: 25px;
    top: -223px
}

.dot-duble {
    position: absolute;
    top: 40px;
    right: 29px;
    z-index: 1
}

.dot-duble2 {
    position: absolute;
    top: 0;
    right: 33px;
    z-index: 1
}

.dot-duble3,
.dot-duble4 {
    right: 36px;
    position: absolute;
    z-index: 1
}

.dot-duble3 {
    top: -8px
}

.dot-duble4 {
    top: 0
}

.dot-duble5 {
    position: absolute;
    top: -187px;
    right: 42px;
    z-index: 1
}

.spinner {
    width: 30px;
    height: 30px;
    position: relative
}

.double-bounce1 {
    box-shadow: 0 0 5px 5px #5ea8138a
}

.double-bounce1,
.double-bounce2 {
    width: 60%;
    height: 60%;
    border-radius: 50%;
    background-color: #5ea813;
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: 2s ease-in-out infinite sk-bounce;
    animation: 2s ease-in-out infinite sk-bounce
}

.double-bounce2 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

@-webkit-keyframes sk-bounce {

    0%,
    100% {
        -webkit-transform: scale(0)
    }

    50% {
        -webkit-transform: scale(1)
    }
}

@keyframes sk-bounce {

    0%,
    100% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }

    50% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

.bg-choose {
    background: #f7f9fb
}

@media screen and (max-width:1500px) {
    .first-img {
        right: 36px
    }
}

@media screen and (min-width:1200px) and (max-width:1300px) {
    .first-img {
        right: 17px
    }
}

@media screen and (min-width:992px) and (max-width:1199px) {
    .first-img {
        right: 6px
    }

}

/* counter */
.bg-color-e9f7fe {
    background-color: #e9f7fe;
}

.counter-img {
    margin-top: -70px;
}

.single-counter {
    position: relative;
    margin-bottom: 30px;
    margin-top: 15px;
    z-index: 1
}

.single-counter .count-title h2 {
    font-size: 48px;
    color: #5ea813;
    margin-bottom: 0;
    line-height: 1;
    display: inline-block;
    border-radius: 50%
}

.single-counter .count-title h2 .target {
    position: relative;
    top: 2px;
    margin-left: -10px;
    font-size: 48px;
    color: #5ea813
}

.single-counter .count-title p {
    font-size: 15px;
    margin-bottom: 0;
    color: #333 !important;
    font-weight: 700;
    font-family: "Barlow", sans-serif
}

.single-counter .counter-shape {
    position: absolute;
    top: 50px;
    right: 0;
    margin-right: -100px
}

.single-counter .counter-shape.shape-2 {
    top: 32px
}

.single-counter .count-title {
    text-align: center;
}

.faq-accordion .accordion .accordion-content.show {
    display: block;
}

/* policies-page */
.policies-page h3 {
    font-size: 20px;
}

/* services css */
.section-titles h2 {
    font-size: 45px;
    margin-bottom: 20px;
    color: #333;
    position: relative;
}

.why-choose-us-content {
    margin-bottom: 30px;
}

.why-choose-us-content ul {
    list-style-type: none;
    padding: 0;
    margin: 30px 0 0;
}

.why-choose-us-content ul li {
    position: relative;
    padding-left: 40px;
    margin-bottom: 30px;
}

.why-choose-us-content ul li b {
    position: absolute;
    top: 1px;
    left: 0;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    background-color: #ffca3a;
    color: #fff;
    border-radius: 50%;
    font-size: 16px;
}

.why-choose-us-content ul li h3 {
    font-size: 18px;
    position: relative;
    margin-left: 20px;
    font-weight: 700;
}

.why-choose-us-content ul li h3::before {
    content: ' ';
    position: absolute;
    border: 1px solid #7c7d7e;
    width: 25px;
    top: 11px;
    left: -31px;
}

.why-choose-us-content ul li p {
    margin-bottom: 0;
}

.benifits-content {
    border-radius: 23.286px;
    background: #f7f9fb;
    padding: 40px 35px;
    margin-bottom: 20px;
}

.benifits-content h3,
.benifits-content span.heading-span {
    color: #333;
    font-weight: 700;
    font-family: "Barlow", sans-serif;
    font-size: 1.5rem;
}

.img-width img {
    width: 75%;
}

.faq-img img {
    width: 85%;
}

.img-width-85 img {
    width: 80%;
}

.benifits-img {
    margin-bottom: 20px;
}

.numbers p {
    font-family: "Nunito", sans-serif;
}

.about-content ul {
    list-style-type: none;
    padding: 0;
    margin: 0 0 30px;
}

.about-content ul li {
    margin-bottom: 20px;
    font-family: "Barlow", sans-serif;
    font-size: 20px;
    font-weight: 500;
    position: relative;
    padding-left: 30px;
}

.n-list li {
    font-size: 17px !important;
    padding-left: 0 !important;
    font-family: "Nunito", sans-serif !important;
    line-height: 26px;
}

.n-list li span {
    display: inline;
    margin-right: 5px;
    color: #5c5c5c;
}

#staticBackdrop .modal-content {
    border-radius: 22.5px;
}

.demo-form .popup-heading {
    font-size: 1.75rem;
    color: #333;
    font-weight: 700;
    font-family: "Barlow", sans-serif;
}

/* product-pages css */
.crm-bg {
    background-image: url(../images/product-imgeas/crm-bnr.webp);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 145px;
    padding-bottom: 100px;
}

.crm-bg .product-page-title-content h1 {
    font-size: 54px;
    max-width: 600px;
}

.bnr-contact {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 8.1px #0000001F;
    -ms-box-shadow: 0 0 8.1px #0000001F;
    box-shadow: 0 0 8.1px #0000001F;
    padding: 30px 30px 40px;
    width: 450px;
}

.bnr-contact .form-control,
.bnr-contact .form-select,
.bnr-contact .select2-container--classic .select2-selection--single {
    background-color: #F9F9F9;
    border: 1px solid #EFEDED;
}

.bnr-contact #contactForm .default-btns {
    border-radius: 5px;
}

.built-business {
    max-width: 1120px;
    margin: 5px auto 40px;
    text-align: center;
    position: relative;
}

.built-business h2 {
    font-size: 40px;
    margin-bottom: 20px;
    color: #333;
    position: relative;
    text-transform: capitalize;
}

.built-business p {
    padding-left: 20px;
    padding-right: 20px;
}

.business-box {
    background-color: #F7F9FB;
    border-radius: 20px;
    padding: 30px;
    margin-bottom: 20px;
    min-height: 250px;
    -webkit-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    transition: all ease 0.5s;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    position: relative;
}

.business-box:hover {
    background-color: #054E82;
    -webkit-transition: .35s ease-in-out;
    -ms-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.business-box:hover h3,
.business-box:hover p {
    color: #fff;
}

.business-box .img-end {
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 1;
}

.business-box-1 {
    width: 95%;
    position: relative;
    z-index: 2;
}

.business-box-1 p {
    padding-right: 20px;
    color: #222631;
}

.business-box-1 h3 {
    color: #333333;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 10px;
}

.business-box-txt {
    width: 70%;
}

.business-box-txt h3 {
    color: #333333;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 10px;
}

.business-box-txt p {
    color: #222631;
}

/* features-tab */
.features-tab-area .nav-pills .nav-link.active,
.features-tab-area .nav-pills .show>.nav-link {
    color: #5EA813;
    background-color: transparent;
}

.features-tab-area .nav-pills .nav-link {
    color: #47484B;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
}

.features-tab-area .nav-pills .nav-link .svg-i {
    background-color: #5EA8131A;
    height: 75px;
    width: 75px;
    line-height: 75px;
    border-radius: 50%;
    margin: 0 auto 15px;
}

.features-tab-area .nav-pills .nav-link .svg-i svg path {
    fill: #5EA813
}

.features-tab-area .nav-pills .nav-link.active .svg-i,
.features-tab-area .nav-pills .show>.nav-link .svg-i {
    background-color: #5EA813;
    height: 75px;
    width: 75px;
    line-height: 75px;
    border-radius: 50%;
    margin: 0 auto 17px;
    -webkit-box-shadow: 0 0 6px 2px #8BC34A;
    -ms-box-shadow: 0 0 6px 2px #8BC34A;
    box-shadow: 0 0 6px 2px #8BC34A;
    -webkit-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.features-tab-area .nav-pills .nav-link.active .svg-i svg path,
.features-tab-area .nav-pills .show>.nav-link .svg-i svg path {
    fill: #fff;
}

.tab-container {
    background-image: url(../images/product-imgeas/tab-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.product-content h2 {
    color: #5ea813;
}

.product-content p {
    color: #fff
}

.tab-container .support-list ul li {
    color: #fff
}

.tab-container .default-btns svg {
    margin-right: 6px;
    height: 15px;
}

.card-steps {
    position: relative;
    background-image: linear-gradient(to bottom right, #EEF8FF33 20%, #EEF8FF 100%);
    -webkit-box-shadow: 0 0 4px 0 #0000001C;
    -ms-box-shadow: 0 0 4px 0 #0000001C;
    box-shadow: 0 0 4px 0 #0000001C;
    border-radius: 20px;
    text-align: center;
    padding: 50px 30px;
    height: 380px;
}

.step-inr {
    display: block;
    width: 100%;
    height: auto;
}

.step-inr h5 {
    margin-top: 50px;
    line-height: 25px;
    font-size: 18px;
}

.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #054E82;
    overflow: hidden;
    width: 100%;
    height: 0;
    -webkit-transition: .5s ease;
    -ms-transition: .5s ease;
    transition: .5s ease;
    border-radius: 20px;
}

.card-steps:hover .overlay {
    height: 100%;
}

.card-steps .text {
    color: white;
    font-size: 16px;
    position: absolute;
    top: 50%;
    left: 5%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(0%, -50%);
    text-align: left;
}

.helping-area {
    background-color: #F7F9FB;
}

.product-stat-sec {
    display: flex;
    align-items: center;
    /* margin-bottom: 25px; */
}

.p-stat-icon {
    margin-right: 15px;
}

/* hrms css */

.demos-box-1 {
    background-color: #F7F9FB;
    border-radius: 10px;
    padding: 40px 30px;
    margin-bottom: 30px;
    min-height: 250px;
    -webkit-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    transition: all ease 0.5s;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    text-align: center;
}

.demos-box-1:hover {
    background-color: #ffffff;
    -webkit-transition: .35s ease-in-out;
    -ms-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.demos-box-1 img {
    margin-bottom: 20px;
}

.demos-box-1 h3 {
    margin-bottom: 20px;
    font-size: 25px;
}

.demos-box-long {
    background-color: #F7F9FB;
    border-radius: 10px;
    padding: 40px 30px;
    margin-bottom: 30px;
    min-height: 250px;
    -webkit-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    transition: all ease 0.5s;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    text-align: center;
}

.demos-box-long:hover {
    background-color: #ffffff;
    -webkit-transition: .35s ease-in-out;
    -ms-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.demos-box-long h2 {
    margin-bottom: 20px;
}

.demos-box-long img {
    margin-top: 20px;
    margin-bottom: 20px;
}

.demos-box-long .banner-btn a:first-child {
    margin-left: 0 !important;
    margin-right: 0;
}

.demos-box-long .banner-btn .default-btn {
    padding: 12px 55px;
}

.demos-box-long .banner-btn .default-btns svg {
    height: 14px;
}

.hrms-features {
    background-color: #F7F9FB;
}

.hrms-features ul.nav {
    background-color: #FFFFFF;
    border-radius: 10px;
}

.hrms-features .nav-pills .nav-link.active,
.hrms-features .nav-pills .show>.nav-link {
    background-color: #054E82;
    color: #fff;
    padding: 16px 20px;
}

.hrms-features .nav .nav-link {
    padding: 18px 20px;
    font-size: 17px;
    font-weight: 700;
    color: #333333;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hrms-features ul.tab-f-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-top: 10px;
    padding-left: 1rem;
}

.hrms-features ul.tab-f-list li {
    width: 50%;
    margin-bottom: 10px;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
}

.tab-features-details img {
    margin-bottom: 20px;
}

.tab-features-details h4 {
    margin-bottom: 20px;
}

.easy-steps-box {
    background-color: #FAFAFA;
    border-radius: 20px;
    position: relative;
}

.easy-steps-box .easy-steps-des {
    padding: 30px 20px;
}

.easy-steps-box h4 {
    margin-bottom: 20px;
}

.e-s-box-1 {
    background-color: #F6F7FF;
}

.easy-steps-box .steps-imgs {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.img-step1 {
    opacity: .6;
}

.img-step2 {

    position: absolute;
    right: 0;
    bottom: 0;
    border-radius: 0 0 20px;
}

/* edu css */
.stats-sec {
    background-color: #fff;
    border-radius: 10px;
    padding: 30px 20px;
    box-shadow: 0 0 10px #0770BF61;
    -webkit-box-shadow: 0 0 10px #0770BF61;
    -moz-box-shadow: 0 0 0 10px #0770BF61;
    margin-top: -50px;
    position: relative;
}

.stats-row {
    display: flex;
    width: 100%;
    justify-content: space-around;
    align-items: center;
}

.stats-row .stats-box {
    border-right: 1px solid #DED6D6;
    text-align: center;
    width: 20%;
}

.stats-row .stats-box:last-child {
    border-right: none;
}

.stats-row .stats-box p {
    color: #211F1F;
    font-size: 16px;
    padding-top: 15px;
    font-weight: 600;
    padding-bottom: 5px;
    margin-bottom: 0;
}

.stats-row .stats-box span {
    font-size: 14px;
    color: #383838;
}

.edu-product {
    background-image: url(../images/product-imgeas/edu-product-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.edu-product .nav {
    background-color: #F9F9F9;
    border: 1px solid #D9D9D9;
    border-radius: 5px;
}

.edu-product .nav-pills .nav-link.active,
.edu-product .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #5ea813;
    position: relative;
}

.edu-product .nav-link.active::before {
    content: ' ';
    position: absolute;
    bottom: -16px;
    width: 0;
    height: 0px;
    border-style: solid;
    border-width: 16px 14px 0 14px;
    border-color: #5ea813 transparent transparent transparent;
    margin: auto;
    left: 0;
    right: 0;
}

.edu-product .nav-pills .nav-link {
    padding: 14px 20px;
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    border-radius: 5px;
    text-transform: uppercase;
}

.edu-tab-details ul.tab-f-list {
    list-style: none;
    padding-left: 0;
}

.edu-tab-details .tab-f-list li {
    font-size: 16px;
    margin-bottom: 10px;
}

.edu-tab-details .tab-f-list li i {
    color: #5ea813;
    margin-right: 8px;
}

.user-interfaces {
    background-color: #F7F9FB;
}

.user-interfaces .user-interface-details {
    display: flex;
    margin-bottom: 20px;
}

.user-interfaces .user-interface-details .uer-interface-icon {
    margin-right: 15px;
}

.user-interfaces .user-interface-details .user-interface-text h3 {
    font-size: 20px;
}

/* learn edu */
.learn-edu-accordian .accordion-button:not(.collapsed),
.learn-edu-accordian .accordion-button:focus {
    outline: none;
    border-color: transparent;
    box-shadow: none;
    background-color: transparent;
}

.learn-edu-accordian .accordion-button::after {
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background-color: #FFCA3A;
    background-image: none !important;
    margin-left: 0;
    left: 0;
    position: absolute;
}

.learn-edu-accordian .accordion-button.collapsed::after {
    background-color: #909395;
}

.learn-edu-accordian .accordion-button {
    font-size: 20px;
    /* padding: 0; */
}

/* .learn-edu-accordian .accordion-button span{
    padding: 0 20px;
} */
.accordion-flush>.accordion-item>.accordion-collapse {
    position: relative;
}

.accordion-flush>.accordion-item>.accordion-collapse::before {
    content: ' ';
    position: absolute;
    border: 1px dashed #FFC107;
    left: 6px;
    top: 0;
    bottom: 0;
}

.learn-edu-accordian .accordion-flush>.accordion-item {
    position: relative;
}

.learn-edu-accordian .accordion-flush>.accordion-item::after {
    content: ' ';
    position: absolute;
    border-bottom: 1px solid #C8CBCE !important;
    left: 21px;
    bottom: 0;
    width: 95%;
}

/* inventory css */
.managment-box {
    background-color: #FFFFFF;
    -webkit-transition: .5s;
    transition: .5s;
    -webkit-box-shadow: 0 0 4px #00000066;
    box-shadow: 0 0 4px #00000066;
    border-radius: 18px;
    padding: 30px 25px;
    margin-bottom: 20px;
}

.managment-box:hover {
    box-shadow: 0px 0px 4px 0 rgba(0, 0, 0, .05);
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    background-color: #fff;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.managment-icon {
    margin-bottom: 20px;
}

.managment-box h3 {
    color: #2E2B2B;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.managment-box p {
    color: #474747;
    font-size: 18px;
    margin-bottom: 0;
}

.inventory-managment {
    background-color: #F7F9FB;
}

.features-texts h3 {
    color: #2E2B2B;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 20px;
}

.features-texts ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-top: 15px;
    list-style: none;
    padding-left: 0;
}

.features-texts ul li {
    width: 50%;
    margin-bottom: 20px;
    color: #5B5B5B;
    font-size: 16px;
}

.features-accordian .accordion-item:first-of-type {
    margin: 10px 0;
    border-radius: 2px;
    padding: 2px 5px;
}

.features-accordian .accordion-item:first-of-type>.accordion-header .accordion-button {
    border-radius: 0;
}

.features-accordian .accordion-button:not(.collapsed) {
    box-shadow: none;
}

.features-accordian .accordion-button:not(.collapsed) {
    color: #000000;
    background-color: transparent;
    font-weight: 600;
}

.features-accordian .accordion-button {
    font-size: 17px;
    padding: 10px 15px;
}

.features-accordian .accordion-body p {
    color: #474747;
    font-size: 15px;
}

.features-accordian .accordion-item:not(:first-of-type) {
    border-top: 1px solid #ddd;
    margin: 10px 0;
    border-radius: 2px;
    padding: 2px 5px;
}

.inventory-faq-section {
    background-color: #054E82;
    max-height: 320px;
}

.inv-faq {
    background-color: #FFFFFF;
    box-shadow: 0 0 6.2px 3px #0000001F;
    border-radius: 8px;
    position: relative;
    margin-top: -60px;
}

.inventory-faq {
    padding: 20px;
    overflow: auto;
    height: 380px;
}

.inventory-faq .accordion-item {
    border: none;
}

.inventory-faq .accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;
    color: #2E2B2B;
    font-weight: 500;
}

.inventory-faq .accordion-button {
    font-size: 18px;
    color: #2E2B2B;
    font-weight: 500;
}

.inventory-faq .accordion-button:focus {
    box-shadow: none;
}

.inventory-faq .accordion-item .accordion-body .faq-text-body {
    width: 90%;
}

.inventory-faq::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-transition: .5s;
    transition: .5s;
    border-radius: 10px;
    background-color: #D9D9D9;
}

.inventory-faq::-webkit-scrollbar {
    width: 12px;
    background-color: #D9D9D9;
}

.inventory-faq::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    -webkit-transition: .5s;
    transition: .5s;
    background-color: #5EA813;
}

.support-list ul {
    padding-left: 1.2rem;
}

.support-list ul li {
    margin-bottom: 10px;
}

.school-managment {
    background-color: #F7F9FB;
}

.remote-features {
    background-color: #F7F9FB;
}

.remote-feature-list {
    background-color: #FFFFFF;
    box-shadow: -2px -2px 4px #00000014;
    padding: 30px;
    display: flex;
    margin-bottom: 25px;
    -webkit-transition: .5s;
    transition: .5s;
}

.remote-feature-list:hover {
    box-shadow: 2px 2px 4px #00000014;
}

.remote-feature-list .remote-feature-icon {
    padding-right: 15px;
    width:15%;
}

.remote-feature-list .remote-feature-text h3 {
    font-size: 20px;
}

.roles-permission {
    background-color: #ffffff;
    box-shadow: 0 0 4px #00000040;
    border-radius: 10px;
    padding: 50px;
    position: relative;
    margin-top: -75px;
}

.vector-1 {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
}

.roles-box {
    margin-bottom: 20px;
    z-index: 1;
    position: relative;
}

.roles-box img {
    margin-bottom: 20px;
}

.roles-box h3 {
    font-size: 18px;
}

.teacher-student-list ul {
    list-style: none;
    padding-left: 0;
}

.teacher-student-list ul li {
    margin-bottom: 10px;
}

.teacher-student-list ul li i {
    color: #5ea813;
    margin-right: 10px;
}

.sms-email-sec {
    background-color: #F8F8F8;
}

/* Medical */
.billing-paymnet {
    background-color: #F7F9FB;
}

.billing-payment-box .biil-pay-list {
    display: flex;
    margin-bottom: 15px;
}

.billing-payment-box .biil-pay-list .bill-pay-icon {
    margin-right: 10px;
    color: #5ea813;
}

.how-work-box .how-work-list {
    display: flex;
    margin-bottom: 25px;
}

.how-work-box .how-work-list .how-work-icon {
    margin-right: 15px;
}

.how-work-box .how-work-list .how-work-icon .icon-numb {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    background-color: #5EA813;
    color: #ffffff;
    font-weight: 600;
    font-size: 22px;
    font-family: "Barlow", sans-serif
}

.medical-managment-box img {
    border-radius: 18px;
}

.medical-managment {
    background-color: #F7F9FB;
}

.patients-managment-box {
    background-color: #5EA813;
    border-radius: 16px;
    padding: 30px 20px;
}

.patients-managment-box .patients-managment-icon {
    margin-bottom: 30px;
}

.patients-managment-box h3,
.doctor-managment-box h3 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 15px;
}

.patients-managment-box p,
.doctor-managment-box p {
    color: #fff;
}

.doctor-managment-box {
    background-color: #054E82;
    border-radius: 16px;
    padding: 30px 20px;
}

.doctor-managment-box .doctor-managment-icon {
    margin-bottom: 30px;
}

.medical-managment .default-btns svg {
    height: 15px;
}

.medical-managment .default-btn {
    padding: 12px 53px;
}

.specialists-list ul {
    list-style: none;
    padding-left: 0;
}

.specialists-list ul li {
    margin-bottom: 15px;
}

.specialists-list ul li i {
    color: #5ea813;
}

.specialists-list ul li {
    font-weight: 700;
    color: #121212;
    font-size: 18px;
}

.amenities-box {
    background-color: #FFFFFF;
    border-top: 3px solid #5EA813;
    -webkit-box-shadow: 0 10px 40px #1212121A;
    -ms-box-shadow: 0 10px 40px #1212121A;
    box-shadow: 0 10px 40px #1212121A;
    padding: 30px;
    -webkit-transition: .5s;
    transition: .5s;
}

.amenities-box:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.amenities-box img {
    margin-bottom: 20px;
}

.amenities-box h3 {
    font-size: 20px;
}

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

/* cab css */
.booking-features-sec {
    background-color: #F7F9FB;
}

.booking-features {
    margin-top: 20px;
    padding: 20px;
}

.booking-features img {
    margin-bottom: 15px;
}

.booking-features h3 {
    font-size: 25px;
}

.how-work-sec {
    background-color: #054E82;
}

.cab-work-box {
    background-color: #FDFDFD;
    -webkit-box-shadow: 0 4px 4px #00000040;
    -ms-box-shadow: 0 4px 4px #00000040;
    box-shadow: 0 4px 4px #00000040;
    border-radius: 4px;
    padding: 40px 20px;
    -webkit-transition: .5s;
    transition: .5s;
    margin-bottom: 20px;
}

.cab-work-box:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.cab-work-box img {
    margin-bottom: 20px;
}

.cab-work-box h3 {
    font-size: 22px;
    margin-bottom: 15px;
}

.cab-secure {
    background-image: url(../images/product-imgeas/cab-bg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 100px;
}

.cab-secure-img {
    background-color: #ffffff;
}

.cab-secure-bg-wd {
    max-width: 800px;
    width: 100%;
    position: relative;
    left: 10%;
}

.cab-secure-bg-wd h2,
.cab-secure-bg-wd p {
    color: #ffffff;
}

.cab-secure-bg-wd .banner-btn .default-btns svg {
    height: 14px;
}

.cab-secure-bg-wd .banner-btn .default-btn {
    padding: 12px 54px;
}
.services-area-sec .row:third-child .first-img {
    right: 13px;
}
/* pagination */
.pagination .active>.page-link, .pagination .page-link.active {
    background-color: #5ea813;
    border-color: #5ea813;
    color: #ffffff;
}
.pagination .page-link {
    color: #5ea813;
    font-weight: 600;
}
.pagination .page-link:focus {
    box-shadow: none;
}
/* landing page design */
.landing-age-header{
    position: relative;
}
.headimg {
    top: 0;
    left: -8%;
}
.headimg, .headimg1, .headimg2 {
    position: absolute;
    z-index: -1;
}
.headimg1 {
    right: 0;
}
.landing-page-title span{
    -webkit-animation: .5s fadeInUpBig;
    animation: .5s fadeInUpBig;
}
.landing-page-title h1 {
    font-size: 54px;
    font-style: normal;
    font-weight: 700;
    -webkit-animation: 0.8s fadeInUpBig;
    animation: 0.8s fadeInUpBig;
}
.landing-page-title p{
    -webkit-animation: 1s fadeInUpBig;
    animation: 1s fadeInUpBig;
}
.landing-age-header{
    padding-bottom: 70px;
}
.landingcontactform {
    border-radius: 12.268px;
    background-color: #fff;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    padding: 20px;
}
.sp1 {
    color: #333;
}
.sp1 span {
    color: #ed495c;
}
.sp1, .sp1 span {
    font-size: 15px;
    font-weight: 500;
    font-style: normal;
}
.rating-box {
    -webkit-animation: 0.1s fadeInUpBig;
    animation: 0.1s fadeInUpBig;
    text-align: center;
}
.rating-box span {
    color: #333;
    display: inline-block !important;
}
.rating-box span {
    color: #333;
    display: inline-block !important;
}
.headimg3 {
    top: -35%;
}
.headimg3, .headimg5 {
    right: 0;
    z-index: -1;
    position: absolute;
}
.headimg4 {
    position: absolute;
    z-index: -1;
    left: 0;
    top: -50%;
}
.ecom-number{
    background: #ffffff;
    box-shadow: 3px 3px 5px 4px #7878785c;
    border-radius: 20px;
    padding: 25px;
}
.ecom-number:hover{
        box-shadow: 4px 3px 8px 2px #b4c99c;
}
.single-services lottie-player {
    width: 30%;
}
@media screen and (max-width:1500px) {
    .patients-managment-box .patients-managment-icon,
    .doctor-managment-box .doctor-managment-icon {
        margin-bottom: 20px;
    }
}

@media screen and (max-width:1399px) {
    .cab-secure-bg-wd {
        max-width: 680px;
    }
}

@media screen and (min-width:992px) and (max-width:1199px) {
    .desktop-nav .navbar .navbar-nav .nav-item a {
        margin-left: 10px;
        margin-right: 10px;
    }
}

@media screen and (max-width:1199px) {
    .bnr-contact {
        width: 100%;
    }

    .built-business h2 {
        font-size: 40px;
    }

    .features-tab-area .nav {
        flex-wrap: nowrap;
        overflow: auto;
    }

    .features-tab-area .nav-pills .nav-link {
        font-size: 14px;
    }

    .demos-box-1 {
        padding: 30px 25px;
    }

    .demos-box-1 h3 {
        font-size: 20px;
    }

    .demos-box-long .banner-btn .default-btns {
        padding: 12px 15px;
    }

    .crm-bg .product-page-title-content h1 {
        font-size: 40px;
    }

    .amenities-box h3 {
        font-size: 18px;
    }

    .amenities-box {
        padding: 30px 20px;
    }

    .cab-secure-bg-wd {
        max-width: 550px;
    }
    .remote-feature-list .remote-feature-icon {
        width: 30%;
    }
}

@media screen and (max-width:992px) {
    .built-business h2 {
        font-size: 35px;
    }

    .built-business p {
        padding-left: 10px;
        padding-right: 10px;
    }

    .crm-bg .product-page-title-content h1 {
        font-size: 35px;
    }

    .amenities-box {
        margin-bottom: 20px;
        padding: 30px 20px;
    }

    .cab-secure-bg-wd {
        max-width: 100%;
        left: 0;
        padding: 40px;
    }

    .booking-features {
        padding: 5px;
    }

    .booking-features h3 {
        font-size: 20px;
    }
        .remote-feature-list .remote-feature-icon {
        width: 60%;
    }
    .remote-feature-list {
        padding: 20px;
    }
}

@media screen and (max-width:767px) {
    .built-business h2 {
        font-size: 30px;
    }

    .business-box-txt {
        width: 100%;
    }

    .hrms-features ul.nav {
        flex-wrap: nowrap;
        flex-direction: row !important;
        /* width: 100%; */
        overflow: auto;
    }

    .hrms-features .nav .nav-link {
        font-size: 16px;
        white-space: nowrap;
        padding: 16px 10px;
    }

    .hrms-features .nav .nav-link i {
        margin-left: 10px;
    }

    .product-stat-sec .p-stat-txt h3 {
        font-size: 25px;
    }

    .easy-steps-box {
        margin-bottom: 20px;
    }

    .stats-row {
        flex-wrap: wrap;
    }

    .stats-row .stats-box {
        border-right: none;
        width: 50%;
        margin-bottom: 20px;
    }

    .edu-product .nav {
        background-color: transparent;
        border: none;
        border-radius: 0;
    }

    .edu-product .nav-pills .nav-link {
        padding: 12px 10px;
        font-size: 14px;
    }

    .features-texts ul li {
        width: 100%;
    }

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

    .patients-managment-box {
        margin-bottom: 20px;
    }

    .cab-secure {
        margin-top: 0;
    }

}

@media screen and (max-width:576px) {
    .hrms-features ul.tab-f-list li {
        width: 100%;
        font-size: 16px;
    }

    .stats-sec {
        padding: 30px 15px;
    }

    .cab-secure-bg-wd {
        padding: 40px 15px;
    }
    .headimg3 {
        top: -8%;
    }
}



.mega-menu {
    position: absolute !important;
    left: -155px !important;
    min-width: 53.4em !important;
    height: 445px;
    overflow: auto;
    top: 100% !important;
    z-index: 1000 !important;
    background-color: #fff !important;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) !important;
    -ms-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) !important;
    -o-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) !important;
    display: none !important;
    border-radius: 10px !important;
}
.mega-menu.mega-m{
    left: -28px !important;
}
.nav-item.dropdown:hover .mega-menu {
    display: block !important;
}
.mega-menu-lists{
    margin-bottom: 15px;
}
.mega-menu-lists a.mega-menu-title{
    padding: 0 !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
    font-weight: 600 !important;
    font-size: 15px !important;

}
.mega-menu-lists a.mega-menu-title h6{
    font-weight: 600 !important;
    font-size: 15px !important;
    color: #000;

}
.mega-menu-lists a.mega-menu-title:hover{
    text-align: left !important;
    color: #5EA813 !important;
}
.mega-menu-lists a.mega-menu-title:hover h6{
    color: #5EA813 !important;
}
.mega-menu-lists a.mega-menu-title h6 i{
    padding-right: 10px;
}
.mega-menu-lists .list-unstyled{
    padding-left: 1rem !important;
}
.mega-box{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
}
.mega-boxs{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
}
.mega-menu-lists .list-unstyled li a.mega-item{
    border: none !important;
    outline: none !important;
    background: none !important;
    font-size: 14px !important;
    padding: 5px 12px !important;
    font-weight: 600 !important;
    color: #000000 !important;
}
.mega-menu-lists .list-unstyled li a.mega-item img {
    width: 26px;
    padding: 0 4px 0 0;
    /* filter: grayscale(100%) brightness(0%);
    -webkit-filter: grayscale(100%) brightness(0%);
    -moz-filter: grayscale(100%) brightness(0%); */
}
.mega-menu-lists .list-unstyled li a.mega-item:hover img{
   /* filter: grayscale(0%) brightness(100%);
    -webkit-filter: grayscale(0%) brightness(100%);
    -moz-filter: grayscale(0%) brightness(100%); */
}
.mega-menu-lists .list-unstyled li a.mega-item:hover{
    color: #5EA813 !important;
}
.dropdown-footer {
    border-radius: 10px;
    padding: 17px 30px;
    background: #f6f9ff;
    width: 100%;
    align-items: center;
    justify-content: space-around;
}
.dropdown-footer .dropdown-heading {
    padding: 0px 0px 11px;
    font-size: 16px;
    color: #000000;
    font-weight: 600;
}
.dropdown-footer .dropdown-footer-items {
    display: grid    ;
        grid-template-columns: repeat(3, 1fr);
        width: 100%;
        justify-items: start;
}
.dropdown-footer-items a{
    border: none !important;
    outline: none !important;
    background: none !important;
    font-size: 14px !important;
    padding: 7px 0px !important;
    font-weight: 600 !important;
    color: #000000 !important;
    margin-left: 0 !important;
}
.dropdown-footer-items a:hover{
    color: #5EA813 !important;
}
.dropdown-footer-items a img {
    width: 26px;
    padding: 0 5px 0 0;
}
@media screen and (max-width:1500px) {
    .mega-menu {
        min-width: 53em !important;
    }
    .mega-menu.mega-m {
        left: -52px !important;
    }
}

@media screen and (max-width: 1400px) {
    .mega-menu {
        min-width: 51.4em !important;
        left: -215px !important;
    }
    .mega-menu.mega-m {
        left: -117px !important;
    }
}
@media screen and (max-width: 1200px) {
    .mega-menu {
        min-width: 50em !important;
        left: -300px !important;
    }
    .mega-menu.mega-m {
        left: -247px !important;
    }
}
@media screen and (max-width: 991px) {
    .mega-menu {
        position: static !important;
        left: 20px !important;
        right: 0 !important;
        min-width: 92% !important;
        height: 350px;
        border-radius: 0 !important;
    }
    .mega-box, .dropdown-footer .dropdown-footer-items {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        width: 100%;
    }
    .mega-boxs{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        width: 100%;
    }

}
@media screen and (max-width: 767px){
    .mega-box, .dropdown-footer .dropdown-footer-items {
        grid-template-columns: repeat(1, 1fr);
        width: 100%;
    }
    .dropdown-footer-items {
        grid-template-columns: repeat(1, 1fr);

    }
    .mega-boxs{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        width: 100%;
    }
}
@media screen and (max-width: 480px) {
    .mega-boxs, .dropdown-footer .dropdown-footer-items {
        grid-template-columns: repeat(1, 1fr);
    }
    .mega-menu-lists .list-unstyled {
        padding-left: 0.7rem !important;
    }
    .mega-menu-lists a.mega-menu-title h6 i{
        padding-right: 3px;
    }
}

/*sidebar*/

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #ffffff;
    -webkit-box-shadow: 2px 0 10px #507791;
    -ms-box-shadow: 2px 0 10px #507791;
    -o-box-shadow: 2px 0 10px #507791;
    box-shadow: 2px 0 10px #507791;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;

}

.mob-menu span i {
    color: #0f568c;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

}

.m-menu-sec nav {
	position: relative;
    margin: 15px;
}
.m-menu-sec nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.m-menu-sec nav ul li a {
	display: block;	
	padding: 10px 10px;
	font-weight: 700;
    font-size: 17px;
    color: #333333;
    line-height: 1;   
	text-decoration: none;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	-ms-transition: 0.2s linear;
	-o-transition: 0.2s linear;
	transition: 0.2s linear;
}
.m-menu-sec nav ul li{
    padding:5px 0;
}
.m-menu-sec nav ul li a:hover {
	color: #5ea813;
}
.m-menu-sec nav ul li a .fa {
	width: 16px;
	text-align: center;
	margin-right: 5px;
	float:right;
}
.m-menu-sec nav ul .sub-item {
	background-color:#f9f9f9de;
    margin: 15px;
     height: 300px;
            overflow-y: auto;
}
.m-menu-sec nav ul li.sub-menu ul.sub-item li a {
    font-weight: 600 !important;
    font-size: 16px !important;
    color: #000;
}
.m-menu-sec nav ul li.sub-menu ul.sub-item li a:hover {
	color: #5ea813;
}

.sub-menu-dropdown a.s-item img{
    width: 22px;
}
.sub-menu-dropdown a.s-item span{
    font-size: 14px !important;
    padding: 5px 2px !important;
    font-weight: 600 !important;
    color: #000000 !important;
}

/* product-area home page css */
.product-area {
    background: #054e82;
}

.product-area .section-title h2,
.product-area .section-title p {
    color: #ffffff;
}

.paccordion {
    display: flex;
    width: 100%;
    height: 500px;
    overflow: hidden;
    gap: 10px;
}
.accord-item {
    flex: 1;
    border: 1px solid #ccc;
    padding: 10px;
    cursor: pointer;
    transition: all 0.3s;
    text-align: center;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    background-color: #fff;
}
.strip-text {
    display: block;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
}
.product-description-area {
    display: none;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}
.accord-item.active {
    flex: 4;
    background-color: #fff;
}
.accord-item.active .strip-text {
    display: none;
}
.accord-item.active .product-description-area {
    display: block;
    opacity: 1;
    transform: translateY(0);
    padding: 20px;
}
.product-home-img{
    width: 80%;
    margin: 10px auto;
}

@media (max-width: 768px) {
    .paccordion {
        flex-direction: column;
        height: 100%;
    }
    .accord-item {
        flex: none;
        width: 100%;
    }
    .strip-text {
        writing-mode: horizontal-tb;
        transform: none;
    }
}


/*.icon-bar {*/
/*    position: fixed;*/
/*    bottom: 2%;*/
/*    left: 1%;*/
/*    z-index: 99;*/
/*}*/

/*.icon-bar a {*/
/*    display: block;*/
/*    text-align: center;*/
    /* padding: 12px; */
/*    width: 50px;*/
/*    height: 50px;*/
/*    line-height: 50px;*/
/*    transition: all 0.3sease;*/
/*    color: white;*/
/*    font-size: 28px;*/
/*    border-radius: 50%;*/
/*}*/

/*.icon-bar a:hover {*/
/*    background-color: #2f8639;*/
/*}*/

/*.whatsapp {*/
/*    background: #48c757;*/
/*    color: white;*/
/*}*/


.btn-whatsapp-pulse {
    background: linear-gradient(173deg, #5cf66e, #33a341);
    color: white;
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0;
    height: 0;
    padding: 30px;
    text-decoration: none;
    border-radius: 20%;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    z-index: 9;
}
.btn-whatsapp-pulse:hover{
    color:#fff;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(35, 224, 105, 0.5);
    }

    80% {
        box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
    }
}

.btn-whatsapp-pulse-border {
    bottom: 120px;
    right: 20px;
    animation-play-state: paused;
}

.btn-whatsapp-pulse-border::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    padding: 25px;
    border: 5px solid #25d366;
    opacity: 0.75;
    animation-name: pulse-border;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}
