body {
    font-family: "Albert Sans", sans-serif !important;
}

.toggle,
[id^=drop] {
    display: none;
}

.nav-glob {
    position: sticky;
    top: 0;
    padding: 2px 40px;
    z-index: 9999;
}

nav {
    margin: 0;
    padding: 0;
    background-color: #000000;
}

#logo {
    display: block;
    padding: 0 30px;
    float: left;
    font-size: 20px;
    line-height: 60px;
}

nav:after {
    content: "";
    display: table;
    clear: both;
}

.nav-points {
    margin: auto;
}

nav ul {
    float: right;
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}

nav ul li {
    margin: 0px;
    display: inline-block;
    float: left;
    background-color: #000000;
}

nav a {
    display: block;
    padding: 0 20px;
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
    line-height: 60px;
    text-decoration: none;
}

nav ul li ul li:hover {
    background: #000000;
}

nav a:hover {
    background-color: #000000;
}

nav ul ul {
    display: none;
    position: absolute;
    top: 60px;
}

nav ul li:hover>ul {
    display: inherit;
}

nav ul ul li {
    width: 254px;
    float: none;
    display: list-item;
    position: relative;
}

nav ul ul ul li {
    position: relative;
    top: -40px;
    left: 250px;
}

.nav ul li>a:after {
    content: ' +';
}

li>a:only-child:after {
    content: '';
}

.menu li a {
    color: white;
}

.menu li a:hover {
    color: #ebae09;
}

.call {
    margin: auto;
    text-align: right;
}

.call a:hover {
    color: #ebae09;
}

.book-btn {
    background-color: #7ab900;
    padding: 8px 10px;
    border-radius: 6px;
}

/* Media Queries
  --------------------------------------------- */

@media all and (max-width : 768px) {

    #logo {
        display: block;
        padding: 0;
        width: 100%;
        text-align: center;
        float: none;
    }

    nav {
        margin: 0;
    }

    .toggle+a,
    .menu {
        display: none;
    }

    .toggle {
        display: block;
        background-color: #254441;
        padding: 0 20px;
        color: #FFF;
        font-size: 18px;
        font-weight: 500;
        line-height: 60px;
        text-decoration: none;
        border: none;
    }

    .toggle:hover {
        background-color: #000000;
    }

    [id^=drop]:checked+ul {
        display: block;
    }

    nav ul li {
        display: block;
        width: 100%;
    }

    nav ul ul .toggle,
    nav ul ul a {
        padding: 0 40px;
    }

    nav ul ul ul a {
        padding: 0 80px;
    }

    nav a:hover,
    nav ul ul ul a {
        background-color: #000000;
    }

    nav ul li ul li .toggle,
    nav ul ul a {
        background-color: #212121;
    }

    nav ul ul {
        float: none;
        position: static;
        color: #ffffff;
    }

    nav ul ul li:hover>ul,
    nav ul li:hover>ul {
        display: none;
    }

    nav ul ul li {
        display: block;
        width: 100%;
    }

    nav ul ul ul li {
        position: static;

    }
}

@media all and (max-width : 330px) {

    nav ul li {
        display: block;
        width: 94%;
    }

}

/* --------------------------------------------- */

/* -------------------banner---------------- */
.banner-text {
    padding: 100px 105px 138px 100px;
}

.banner-head {
    font-weight: 500;
    color: #000000;
    font-size: 44px;
    line-height: 55px;
    margin-bottom: 10px;
}

.banner-scnd {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0;
    color: #000000;
    margin-bottom: 10px;
}

.mobile {
    margin: 15px 0px;
}

.mobile a {
    color: black;
    text-decoration: none;
    font-size: 20px;
    font-weight: 500;
}

.btn-call {
    background-color: #007eb9;
    color: white;
    font-size: 17px;
    font-weight: 600;
    padding: 8px 10px;
    border-radius: 6px;
    margin-right: 20px;
}

.btn-read {
    background-color: #7ab900;
    color: white;
    font-size: 17px;
    font-weight: 600;
    padding: 8px 10px;
    border-radius: 6px;
}

button.qxCTlb {
    background-color: #7ab900 !important;
    color: white !important;
    font-size: 17px !important;
    font-weight: 500 !important;
    padding: 8px 10px !important;
    border-radius: 6px !important;
}


.hero.hero-slider {
    position: relative;
    min-height: 90vh;
    color: #fff;
    display: flex;
    align-items: center;
    overflow: hidden;
    background-color: #002a52;
    /* fallback while images load */
}

/* Slides wrapper */
.hero .slides {
    position: absolute;
    inset: 0;
    z-index: 0;
}

/* Each slide is a full-cover background layer */
.hero .slide {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transform: scale(1.05);
    /* slight zoom for a subtle parallax feel */
    transition: opacity 900ms ease-in-out, transform 1200ms ease-in-out;
    will-change: opacity, transform;
}

.hero .slide.active {
    opacity: 1;
    transform: scale(1);
}

/* Optional: dark gradient overlay to improve text contrast */
.hero .overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, .65) 0%, rgba(0, 0, 0, .35) 40%, rgba(0, 0, 0, .15) 100%);
    z-index: 1;
    pointer-events: none;
}

/* Content sits above slides & overlay */
.hero .content {
    position: relative;
    z-index: 2;
    padding: 10px 75px;
}

.content h1 {
    line-height: 62px;
}

/* Buttons */
.cta-btn,
.cta-btn2 {
    display: inline-block;
    padding: 12px 22px;
    margin-right: 8px;
    margin-top: 10px;
    font-weight: 700;
    text-decoration: none;
    border-radius: 8px;
    transition: transform .15s ease, background-color .2s ease, border-color .2s ease;
}

.cta-btn {
    background-color: #ff9900;
    color: #fff;
}

.cta-btn:hover {
    transform: translateY(-1px);
    background-color: #cc7a00;
    color: white;
}

.cta-btn2 {
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
}

.cta-btn2:hover {
    transform: translateY(-1px);
    background: rgba(255, 255, 255, .15);
    color: black;
}

.cta-btn a:hover {
    color: white !important;
}

.cta-btn2 a:hover {
    color: rgb(0, 0, 0) !important;
}

/* Right image subtle float */
.banner-pdd img {
    max-width: 100%;
    height: auto;
    animation: floatImage 4s ease-in-out infinite;
}

@keyframes floatImage {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-8px);
    }
}

/* Nav arrows */
.hero .nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    width: 46px;
    height: 46px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, .6);
    background: rgba(0, 0, 0, .25);
    backdrop-filter: blur(2px);
    display: grid;
    place-items: center;
    cursor: pointer;
    user-select: none;
    transition: background .2s ease, transform .15s ease, border-color .2s ease;
}

.hero .nav:hover {
    background: rgba(0, 0, 0, .4);
    border-color: #fff;
    transform: translateY(-50%) scale(1.05);
}

.hero .nav:active {
    transform: translateY(-50%) scale(0.97);
}

.hero .nav svg {
    width: 20px;
    height: 20px;
    fill: #fff;
}

.hero .nav.prev {
    left: 14px;
}

.hero .nav.next {
    right: 14px;
}

/* Responsive height tweak */
@media (max-width: 991.98px) {
    .hero.hero-slider {
        min-height: 100%;
        padding-top: 24px;
        padding-bottom: 24px;
    }
}

/* -------------------banner---------------- */

a {
    text-decoration: none;
    color: rgb(0, 0, 0);
}

/* ----------------------------------------------------- */
.title {
    font-weight: 500;
    font-size: 30px;
    color: #080808;
}

.title-mb {
    margin-bottom: 30px;
}

.title-btm {
    margin-bottom: 30px;
}

/* ----------------------------------------------------- */



/* ----------------------------------service------------------------------- */
.glob-lr {
    padding: 40px 80px;
}

.service-bottom {
    margin-bottom: 60px;
}

.service {
    overflow: hidden;
    /* box-shadow: 1px 1px 12px 1px #dddddd; */
    /* background: white; */
    border-radius: 8px;
    height: 100%;
    text-align: center;
}

.service img {
    margin-bottom: 8px;

}

.service-title {
    color: #000000;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 4px;
}

.service p {
    color: #444444;
    margin-bottom: 0px;
}

.srve-pdd {
    padding: 15px;
}

.rd-btn a {
    text-decoration: none;
    color: #2f2f96;
    font-weight: 500;
    font-size: 14px;
}

.rd-btn-mb a {
    text-decoration: none;
    color: #2f2f96;
    font-weight: 500;
    font-size: 14px;
}

/* ----------------------------------service------------------------------- */

/* ------------------------------------------------------- */

.mb-cate {
    margin-bottom: 30px;
}

.category {
    overflow: hidden;
    text-align: center;
    height: 100%;
}

.category img {
    margin-bottom: 10px;
    border-radius: 8px;
}

.category h3 {
    font-size: 15px;
    color: #080808;
}

/* ------------------------------------------------------- */

/* ------------------------------------------------------- */

/* Carousel */
.carousel-item {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform .6s ease-in-out;
}

.owl-carousel .carousel-item {
    background: #fff;
    /* border: 1px solid #D9D7DA; */
    text-align: center;
}

.owl-carousel .carousel-item-text {
    /* padding: 12px; */
    position: relative;
}

.owl-carousel .carousel-item .item-kicker {
    color: #ffffff;
    display: block;
    font-size: 20px;
    font-weight: 600;
    overflow: hidden;
    text-transform: uppercase;
    position: absolute;
    top: 20px;
    left: 30px;
}

.carousel-item-text img {
    border-radius: 10px;
    box-shadow: 1px 1px 8px 1px #b7b7b7;
}

.carousel-item a {
    text-decoration: none;
}

.owl-carousel .carousel-item .item-title {
    color: #646464;
    font-size: 1em;
    font-weight: 600;
    height: 38px;
    margin: 0;
    overflow: hidden;
}


.owl-dot {
    border-radius: 50px;
    height: 10px;
    width: 10px;
    display: inline-block;
    background: rgba(127, 127, 127, 0.5);
    margin-left: 5px;
    margin-right: 5px;
}

.owl-dot.active {
    background: rgba(127, 127, 127, 1);
}


/* Tabs */

.nav-tabs {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.nav-tabs>li {
    display: block;
    position: relative;
    text-align: center;
}

.nav-tabs>li:last-child {
    margin-right: 0;
}

.tab-content {
    display: inline-block;
    width: 100%;
}

.tab-content .tab-pane {
    display: none;
}

.tab-content .tab-pane.active {
    display: block;
}

/* ------------------------------------------------------- */

/* ------------------------------------------------------- */

.choose-box {
    padding: 15px;
    overflow: hidden;
    text-align: center;
    background-color: white;
    box-shadow: 1px 1px 12px 1px #d9d9d9;
    border-radius: 8px;
    height: 100%;
}

.choose-box h3 {
    font-size: 15px;
    line-height: 20px;
    color: black;
}

.choose-box img {
    margin-bottom: 10px;
}

.mb-cate a {
    color: black;
    text-decoration: none;
}

/* ------------------------------------------------------- */



/* ------------------------------------------------------- */

.heading-section {
    text-align: center;
}

.sub-heading {
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    display: block;
    font-weight: 600;
    color: #2e9ca1;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.heading-section h2 {
    font-size: 28px;
    font-weight: 600;
    padding-top: 10px;
    padding-bottom: 15px;
}

.testimonial-box {
    display: block;
    position: relative;
    padding: 30px 20px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .03);
    border-radius: 5px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .08);
}

.user-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: relative;
    min-width: 80px;
    background-size: 100%;
}

.carousel-testimonial .item {
    padding: 30px 10px;
}

.quote {
    position: absolute;
    top: -23px;
    color: #2e9da1;
    font-size: 27px;
}

.name {
    margin-bottom: 0;
    line-height: 14px;
    font-size: 17px;
    font-weight: 500;
}

.position {
    color: #adadad;
    font-size: 14px;
}

.carousel-testimonial .owl-nav {
    text-align: center;
}

.carousel-testimonial .owl-nav button.owl-next,
.carousel-testimonial .owl-nav button.owl-prev {
    padding: 0 12px !important;
}

.carousel-testimonial .owl-nav button {
    outline: none;
    padding: 0;
}

.carousel-testimonial .owl-nav button.owl-next span,
.carousel-testimonial .owl-nav button.owl-prev span {
    display: block;
    font-size: 40px;
    width: 25px;
    height: 25px;
    vertical-align: 0px;
    line-height: 16px;
}

.carousel-testimonial .owl-nav button.owl-next.disabled,
.carousel-testimonial .owl-nav button.owl-prev.disabled {
    opacity: 0.5;
}

.text.pl-4 {
    padding-left: 10px;
}

/* ------------------------------------------------------- */


/* ------------------------------------------------------- */

/* ================ The Timeline ================ */

.timeline {
    position: relative;
    width: 670px;
    margin: 0 auto;
    margin-top: 20px;
    padding: 1em 0;
    list-style-type: none;
}

.timeline:before {
    position: absolute;
    left: 50%;
    top: 0;
    content: ' ';
    display: block;
    width: 6px;
    height: 100%;
    margin-left: -3px;
    background: rgb(80, 80, 80);
    background: -moz-linear-gradient(top, rgba(80, 80, 80, 0) 0%, rgb(80, 80, 80) 8%, rgb(80, 80, 80) 92%, rgba(80, 80, 80, 0) 100%);
    z-index: 5;
}

.timeline li {
    padding: 1em 0;
}

.timeline li:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.direction-l {
    position: relative;
    width: 300px;
    float: left;
    text-align: right;
}

.direction-r {
    position: relative;
    width: 300px;
    float: right;
}

.flag-wrapper {
    position: relative;
    display: inline-block;

    text-align: center;
}

.flag {
    position: relative;
    display: inline;
    background: rgb(248, 248, 248);
    padding: 6px 10px;
    border-radius: 5px;

    font-weight: 600;
    text-align: left;
}

.direction-l .flag {
    -webkit-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
}

.direction-r .flag {
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
}

.direction-l .flag:before,
.direction-r .flag:before {
    position: absolute;
    top: 50%;
    right: -40px;
    content: ' ';
    display: block;
    width: 12px;
    height: 12px;
    margin-top: -10px;
    background: #fff;
    border-radius: 10px;
    border: 4px solid rgb(255, 80, 80);
    z-index: 10;
}

.direction-r .flag:before {
    left: -40px;
}

.direction-l .flag:after {
    content: "";
    position: absolute;
    left: 100%;
    top: 50%;
    height: 0;
    width: 0;
    margin-top: -8px;
    border: solid transparent;
    border-left-color: rgb(248, 248, 248);
    border-width: 8px;
    pointer-events: none;
}

.direction-r .flag:after {
    content: "";
    position: absolute;
    right: 100%;
    top: 50%;
    height: 0;
    width: 0;
    margin-top: -8px;
    border: solid transparent;
    border-right-color: rgb(248, 248, 248);
    border-width: 8px;
    pointer-events: none;
}

.time-wrapper {
    display: inline;

    line-height: 1em;
    font-size: 0.66666em;
    color: rgb(250, 80, 80);
    vertical-align: middle;
}

.direction-l .time-wrapper {
    float: left;
}

.direction-r .time-wrapper {
    float: right;
}

.time {
    display: inline-block;
    padding: 4px 6px;
    background: rgb(248, 248, 248);
}

.desc {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5em;
}

.direction-r .desc {
    margin: 1em 0 0 0.75em;
}

/* ================ Timeline Media Queries ================ */

@media screen and (max-width: 660px) {

    .timeline {
        width: 100%;
        padding: 4em 0 1em 0;
    }

    .timeline li {
        padding: 2em 0;
    }

    .direction-l,
    .direction-r {
        float: none;
        width: 100%;

        text-align: center;
    }

    .flag-wrapper {
        text-align: center;
    }

    .flag {
        background: rgb(255, 255, 255);
        z-index: 15;
    }

    .direction-l .flag:before,
    .direction-r .flag:before {
        position: absolute;
        top: -30px;
        left: 50%;
        content: ' ';
        display: block;
        width: 12px;
        height: 12px;
        margin-left: -9px;
        background: #fff;
        border-radius: 10px;
        border: 4px solid rgb(255, 80, 80);
        z-index: 10;
    }

    .direction-l .flag:after,
    .direction-r .flag:after {
        content: "";
        position: absolute;
        left: 50%;
        top: -8px;
        height: 0;
        width: 0;
        margin-left: -8px;
        border: solid transparent;
        border-bottom-color: rgb(255, 255, 255);
        border-width: 8px;
        pointer-events: none;
    }

    .time-wrapper {
        display: block;
        position: relative;
        margin: 4px 0 0 0;
        z-index: 14;
    }

    .direction-l .time-wrapper {
        float: none;
    }

    .direction-r .time-wrapper {
        float: none;
    }

    .desc {
        position: relative;
        margin: 1em 0 0 0;
        padding: 1em;
        background: rgb(245, 245, 245);
        -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.20);
        -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.20);
        box-shadow: 0 0 1px rgba(0, 0, 0, 0.20);

        z-index: 15;
    }

    .direction-l .desc,
    .direction-r .desc {
        position: relative;
        margin: 1em 1em 0 1em;
        padding: 1em;

        z-index: 15;
    }

}

@media screen and (min-width: 400px) {

    .direction-l .desc,
    .direction-r .desc {
        margin: 1em 0em 0 0em;
    }

}

/* ------------------------------------------------------- */

.progressbar {
    text-align: center;
    width: 100%;
    zoom: 5;
}

.counter div {
    background-color: white;
    display: inline-block;
    border: 1px solid grey;
    border-radius: 50%;
    width: 2em;
    line-height: 1.88em;
    vertical-align: top;
}

.counter td {
    cursor: pointer;
    text-align: center;
    position: relative;
}

.counter span {
    position: absolute;
    top: 1em;
    left: -50%;
    width: 100%;
    border-top: 2px solid grey;
    z-index: -100;
}

.progressbar .active,
.progressbar .active * {
    font-size: 8px;
    border-color: #8fcc52;
    color: #8fcc52;
}

.txt-fnt {
    padding: 0px 10px;
    font-size: 4px !important;
    font-weight: 500;
    color: black !important;
}

.counter td:not(:first-child):before {

    position: absolute;
    top: 2em;
    display: block;
    border-top: 2px solid grey;
}

.progressbar .descriptions {}


/* --------------------------------------- */
.mb-blog {
    margin-bottom: 30px;
}

.blog {
    padding: 15px;
    overflow: hidden;
    background-color: white;
    box-shadow: 1px 1px 12px 1px #d9d9d9;
    height: 100%;
}

.mb-blog a {
    color: black;
    text-decoration: none;
}

.blog img {
    margin-bottom: 10px;
}

.blog h3 {
    font-size: 17px;
    color: #080808;
}

.blog p {
    font-size: 15px;
    color: #424242;
}

/* --------------------------------------- */




/* -------------------footer------------------ */

.footer {
    padding-top: 80px;
    padding-bottom: 40px;
}

/*END FOOTER SOCIAL DESIGN*/
.single_footer {}

@media only screen and (max-width:768px) {
    .single_footer {
        margin-bottom: 30px;
    }
}

.single_footer h3 {
    color: #000000;
    margin-top: 0;
    margin-bottom: 25px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
}

.single_footer h3::after {
    content: "";
    display: block;
    height: 2px;
    width: 40px;
    background: #000000;
    margin-top: 20px;
}

.single_footer p {
    color: #000000;
}

.single_footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.single_footer ul li a {
    text-decoration: none;
    color: #000000;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    line-height: 36px;
    font-size: 15px;
    /* text-transform: capitalize; */
}

.single_footer ul li a:hover {
    color: #068b63;
}

.single_footer_address {}

.single_footer_address ul {}

.single_footer_address ul li {
    color: #000000;
}

.single_footer_address ul li span {
    font-weight: 400;
    color: #000000;
    line-height: 28px;
}

.contact_social ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

/*START NEWSLETTER CSS*/
.subscribe {
    display: block;
    position: relative;
    margin-top: 15px;
    width: 100%;
}

.subscribe__input {
    background-color: #fff;
    border: medium none;
    border-radius: 5px;
    color: #333;
    display: block;
    font-size: 15px;
    font-weight: 500;
    height: 60px;
    letter-spacing: 0.4px;
    margin: 0;
    padding: 0 150px 0 20px;
    text-align: center;
    text-transform: capitalize;
    width: 100%;
}

@media only screen and (max-width:768px) {
    .subscribe__input {
        padding: 0 50px 0 20px;
    }
}

.subscribe__btn {
    background-color: transparent;
    border-radius: 0 25px 25px 0;
    color: #01c7e9;
    cursor: pointer;
    display: block;
    font-size: 20px;
    height: 60px;
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
}

.subscribe__btn i {
    transition: all 0.3s ease 0s;
}

@media only screen and (max-width:768px) {
    .subscribe__btn {
        right: 0px;
    }
}

.subscribe__btn:hover i {
    color: #ff3666;
}

button {
    padding: 0;
    border: none;
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
}

/*END NEWSLETTER CSS*/

/*START SOCIAL PROFILE CSS*/
.social_profile {
    margin-top: 20px;
}

.social_profile ul {
    display: flex;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}


.social_profile ul li a {
    text-align: center;
    border: 0px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    margin: 0px 5px;
    font-size: 18px;
    color: #000000;
    border-radius: 30px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: block;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

@media only screen and (max-width:768px) {
    .social_profile ul li a {
        margin-right: 10px;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width:480px) {
    .social_profile ul li a {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
}

.social_profile ul li a:hover {
    background: #0c9253;
    border: 1px solid #077e46;
    color: #fff;
    border: 0px;
}

.call-tag a {
    color: black;
    text-decoration: none;
    margin-left: 10px;
}

/*END SOCIAL PROFILE CSS*/

.copy-right-text {
    color: #000000;
}

.copy-right-text a {
    color: #09855b;
}



.copyright {
    margin-top: 70px;
    padding-top: 40px;
    color: #fff;
    font-size: 15px;
    border-top: 1px solid rgba(85, 85, 85, 0.4);
    text-align: center;
}

.copyright a {
    color: #000000;
    transition: all 0.2s ease 0s;
}

.copyright a:hover {
    color: #ff3666;
}

/* -------------------footer------------------ */

/* --------------------------------------------- */
.brand-logo {
    box-shadow: 1px 1px 8px 1px #cccccc;
    border-radius: 8px;
    overflow: hidden;
}

.mb-logo {
    margin-bottom: 20px;
}

/* --------------------------------------------- */


/* --------------------------------------- */
.mb-area {
    margin-bottom: 30px;
}

.area {
    padding: 15px;
    overflow: hidden;
    background-color: white;
    box-shadow: 1px 1px 12px 1px #d9d9d9;
    height: 100%;
}

.mb-area a {
    color: black;
    text-decoration: none;
}

.area iframe {
    margin-bottom: 10px;
}

.area h3 {
    font-size: 17px;
    color: #080808;
}

.area p {
    font-size: 15px;
    color: #424242;
}

/* --------------------------------------- */
/* ------------------about------------------ */
.issue-points {
    padding-left: 30px;
}

.issue-points li {
    line-height: 35px;
    font-size: 18px;
    font-weight: 500;
}

/* ------------------about------------------ */

.enquiry {
    background-color: white;
    box-shadow: 1px 1px 12px 1px #dbdbdb;
    border-radius: 6px;
    border: none;
    padding: 20px;
}

.enquiry label {
    width: 100%;
    font-size: 15px;
}

.enquiry input {
    width: 100%;
    margin-bottom: 10px;
    border-radius: 4px;
    border: 1px solid #b3b3b3;
    padding: 5px 10px;
}

.enquiry select {
    width: 100%;
    margin-bottom: 20px;
    border-radius: 4px;
    border: 1px solid #b3b3b3;
    padding: 10px 10px;
}

.enquiry textarea {
    width: 100%;
    margin-bottom: 10px;
    border-radius: 4px;
    border: 1px solid #b3b3b3;
    padding: 5px 10px;
}

.submit {
    font-size: 15px;
    font-weight: 500;
    border: none;
    border-radius: 6px;
    padding: 8px 18px;
    background: #cd0000;
    color: white;
}

.contact-title {
    color: white;
    margin-bottom: 20px;
}

.describle {
    font-size: 18px;
    font-weight: 550;
    margin-bottom: 15px;
}

/* ------------------------ */
.issues-bottom {
    margin-bottom: 60px;
}

.issues {
    overflow: hidden;
    box-shadow: 1px 1px 12px 1px #dddddd;
    background: white;
    border-radius: 8px;
    height: 100%;
    display: flex;
}

.issues img {
    margin-right: 2px;
}

.issues-title {
    color: #000000;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 4px;
}

.issues p {
    color: #444444;
    margin-bottom: 0px;
}

.issues-pdd {
    padding: 4px;
    margin: auto;
}

/* --------------------------------------------- */
.why-choose {
    display: flex;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 16px rgba(60, 125, 255, 0.08);
    /* margin: 40px auto; */
}

.left {
    flex: 1;
    padding: 50px 80px;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.left h2 {
    margin-bottom: 24px;
    color: #333;
}

.feature {
    display: flex;
    align-items: flex-start;
    margin-bottom: 26px;
}

.icon {
    width: 32px;
    height: 32px;
    background: #e7f2fd;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 14px;
    font-size: 18px;
    color: #2684ff;
}

.feature-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 4px;
    color: #222;
}

.feature-desc {
    font-size: 18px;
    color: #555;
}

.right {
    flex: 1;
    position: relative;
    /* background: linear-gradient(135deg,#60e7f7 0,#2684ff 100%); */
    display: flex;
    align-items: center;
    justify-content: center;
}

.image-bg {
    /* width: 90%;
      border-radius: 8px;
      margin-top: 30px;
      /* You can use a custom image here
      background: url('https://images.unsplash.com/photo-1519389950473-47ba0277781c?auto=format&fit=crop&w=400&q=80') center/cover no-repeat; */
    position: relative;
}

.success-rate {
    position: absolute;
    top: 48px;
    right: 28px;
    background: #fff;
    border-radius: 26px;
    padding: 16px 26px;
    box-shadow: 0 4px 18px rgba(60, 125, 255, 0.13);
    display: flex;
    align-items: center;
    font-size: 18px;
}

.circle {
    width: 44px;
    height: 44px;
    background: #60e7f7;
    border-radius: 50%;
    color: #2684ff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 20px;
    margin-right: 12px;
}

@media (max-width:700px) {
    .container {
        flex-direction: column;
    }

    .right,
    .left {
        width: 100%;
    }

    .success-rate {
        top: 16px;
        right: 10px;
    }
}

/* --------------------------------------------- */

/* --------------------------------------------- */

/* --------------------------------------------- */