/********** Template CSS **********/
/* @import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');

body {
    /* font-family: 'Ubuntu', sans-serif; */
    font-family: 'Lora', serif;
}

:root {
    /* --primary: #00B98E; */
    /* --primary: #013565; */
    --primary: #1BA2F3;
    --light: #F3F6F8;
    --dark: #1BA2F3;

    /* --dark: #0E2E50; */
}

/* .color-blue {
    color: #1BA2F3;
} */

/*
.color-green {
    color: #AECE3D;
} */

p {
    font-size: 17px;
    /* color: #1BA2F3 ; */
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #013565;
    /* font-family: 'Ubuntu', sans-serif; */
    font-family: 'Lora', serif;
}

.bg-primary {
    background-color: #1BA2F3 !important;
}

.bg-secondary {
    background-color: #1BA2F3 !important;
}

.text-secondary {
    color: #1BA2F3 !important;
}

.service-text-box {
    margin-top: 5%;
    background: #1BA2F3;
    border-radius: 0px 0px 15px 15px;
}

.heading-fancy {
    font-size: 45px;
}

.fancy-text {
    font-size: 25px;
}

.first-text {
    color: #013565;
}

.last-text {
    color: #aece3d;
}

.service-text-box h5 {
    margin: 0px;
    padding: 15px;
    color: #ffffff;
    font-size: 17px;
}

.btn-primary {
    background-color: #1BA2F3 !important;
    border-color: #1BA2F3 !important;
}

.btn-primary:hover {
    border-color: #1BA2F3 !important;

}

.breadcrumb-color {
    background-color: #1BA2F3;
}

.btn-secondary {
    background-color: #1BA2F3 !important;
    border-color: #1BA2F3 !important;
}

.btn-secondary:hover {
    border-color: #1BA2F3 !important;

}

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
    background: #AECE3D;
    color: #ffffff;
}

.my-6 {
    margin-top: 6rem;
    margin-bottom: 6rem;
}

.py-6 {
    /* padding-top: 6rem;
    padding-bottom: 6rem; */
    padding-top: 2rem;
    padding-bottom: 3rem;
}


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-outline-primary:hover {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50px;
}


/*** Navbar ***/
.navbar .navbar-nav .nav-link {
    position: relative;
    margin-left: 25px;
    padding: 35px 0;
    color: #FFFFFF;
    font-weight: 500;
    outline: none;
    transition: .5s;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: #FFFFFF;
    /* color: #000000; */
}

.sticky-top.navbar .navbar-nav .nav-link {
    padding: 20px 0;
    color: var(--dark);
}

.sticky-top.navbar .navbar-nav .nav-link:hover,
.sticky-top.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

.navbar .navbar-brand h1 {
    color: #FFFFFF;
}

.navbar .navbar-brand img {
    /* max-height: 75px; */
    max-height: 91px;
    transition: .5s;
}

.sticky-top.navbar .navbar-brand img {
    /* max-height: 60px; */
    max-height: 86px;
}

@media (max-width: 991.98px) {
    .sticky-top.navbar {
        position: relative;
        background: #FFFFFF;
    }

    .navbar .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid #DDDDDD;
    }

    .navbar .navbar-nav .nav-link,
    .sticky-top.navbar .navbar-nav .nav-link {
        padding: 10px 0;
        margin-left: 0;
        color: var(--dark);
    }

    .navbar .navbar-nav .nav-link:hover,
    .navbar .navbar-nav .nav-link.active {
        color: var(--primary);
    }

    .navbar .navbar-brand h1 {
        color: var(--primary);
    }

    .navbar .navbar-brand img {
        max-height: 45px;
    }
}

@media (min-width: 992px) {
    .navbar {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        border-bottom: 1px solid rgba(256, 256, 256, .2);
        z-index: 999;
    }

    .sticky-top.navbar {
        position: fixed;
        background: #FFFFFF !important;
    }

    .navbar .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 2px;
        bottom: 10px;
        left: 0;
        background: #FFFFFF;
        opacity: 0;
        transition: .5s;
    }

    .sticky-top.navbar .navbar-nav .nav-link::before {
        /* background: var(--primary); */
        background-color: #AECE3D;
    }

    .navbar .navbar-nav .nav-link:hover::before,
    .navbar .navbar-nav .nav-link.active::before {
        /* bottom: -1px; */
        left: 0;
        opacity: 1;
    }

    .navbar .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }

    .sticky-top.navbar .navbar-brand h1 {
        color: var(--primary);
    }

    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Hero Header ***/
.hero-header {
    margin-bottom: 4rem;
    padding: 12rem 0 9rem 0;
    /* background: url(../img/shape-bottom.png) center bottom no-repeat; */
}

.service-margin {
    margin-top: 5%;
}

.page-header {
    /* margin-bottom: 4rem; */
    margin-bottom: 1rem;
    /* padding: 12rem 0 6rem 0; */
    padding: 7rem 0 1rem 0;
}

@media (max-width: 991.98px) {
    .hero-header {
        padding: 6rem 0 9rem 0;
    }

    .page-header {
        padding: 6rem 0;
    }
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: rgba(256, 256, 256, .5);
}


/*** Service ***/
.service-item {
    /* box-shadow: 0 0 45px rgba(0, 0, 0, .07); */
    /* border: 1px solid transparent; */
    /* box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 7%) !important; */
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    /* box-shadow: 9px 11px 36px -4px rgba(0,0,0,0.59); */
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    transition: .5s;
    background: white;
}

.service-item:hover {
    -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    /* box-shadow: 15px 20px 53px 4px rgba(0,0,0,0.59); */
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}


.sub-services {
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    /* box-shadow: 9px 11px 36px -4px rgba(0,0,0,0.59); */
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);

    border-radius: 20px;
    transition: .5s;
}

.sub-services:hover {
    -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    /* box-shadow: 15px 20px 53px 4px rgba(0,0,0,0.59); */
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    border-radius: 20px;
}

.card {
    border: 1px hidden rgba(0, 0, 0, 0.125);
}

.service-item .service-icon,
.service-item .service-btn {
    margin: -1px 0 0 -1px;
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 5px 0;
    transition: .5s;
}

.service-item .service-btn {
    margin: -1px -1px 0 0;
    border-radius: 0 5px;
    opacity: 0;
}

.service-item:hover .service-btn {
    opacity: 1;
}


/*** Testimonial ***/
.testimonial-carousel .owl-item .testimonial-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
    border: 1px solid transparent;
    transform: scale(.85);
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    box-shadow: none;
    border-color: var(--primary);
    transform: scale(1);
}

.testimonial-carousel .owl-item .testimonial-item img {
    width: 70px;
    height: 70px;
}

#privacy-heading h5 i {
    font-size: 20px;
    padding-right: 5px;
}

.testimonial-carousel .owl-nav {
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin: 0 12px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    border: 1px solid var(--primary);
    border-radius: 45px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: #FFFFFF;
    background: var(--primary);
}


/*** Team ***/
.team-item {
    position: relative;
    padding: 30px;
    text-align: center;
    transition: .5s;
    z-index: 1;
}

.team-item::before,
.team-item::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 40%;
    top: 0;
    left: 0;
    border-radius: 5px;
    background: #FFFFFF;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
    transition: .5s;
    z-index: -1;
}

.team-item::after {
    top: auto;
    bottom: 0;
}

.team-item:hover::before,
.team-item:hover::after {
    background: var(--primary);
}

.team-item h5,
.team-item p {
    transition: .5s;
}

.team-item:hover h5,
.team-item:hover p {
    color: #FFFFFF;
}

.team-item img {
    padding: 15px;
    border: 1px solid var(--primary);
}


/*** Footer ***/
.footer .btn.btn-social {
    margin-right: 10px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid rgba(256, 256, 256, .1);
    border-radius: 40px;
    transition: .3s;
    background: #AECE3D;

}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 10px;
    padding: 0;
    text-align: left;
    color: var(--light);
    font-weight: normal;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 14px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

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

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

.image-box {
    width: 100%;
    height: 177px;
    /* background: #1BA2F3; */
    text-align: center;
    border-radius: 5px 5px 0px 0px;

}

.image-box img {
    width: 75%;
    height: 100%;
    padding: 20px;
    /* margin: 0px 25%; */
}

.services ul {
    list-style-type: square;
    font-size: 18px;
    font-weight: 600;
    color: #000000;
}

.blog-image-box {
    width: 100%;
    height: auto;
}

.blog-image-box img {
    width: 100%;
    height: 180px;
    padding: 10px;


}

.blog-box span {
    font-size: 14px;
    color: #000000;
}

.blog-box {
    position: relative;
    height: 500px;
}

.blog-box-read {
    position: absolute;
    bottom: 2%;

}

.blog-box p {
    font-size: 16px;
    color: #000000;
    text-align: justify;
}

.blog-page-box {
    position: relative;
    height: 500px;
}

.blog-page-box p {
    font-size: 14px;
    color: #000000;
    text-align: justify;
}

.blog-page-box-read {
    position: absolute;
    bottom: 2%;
}

.company-vission h4 {
    text-align: center;
    /* color: #000000; */
    font-weight: 600;

    /* font-size: 20px; */

}

.company-vission p {
    font-size: 18px;
    text-align: justify;
}

.company-vission {
    font-size: 18px;
    color: #000000;
    text-align: left;
    padding: 10px;
}

/* .services ul{
    width: 100%;
    height: auto;
    display: inline;
    margin: 0;
    padding: 0;
}

.services ul>li{
    width: 48.5%;
    height: auto;
    display: inline-block;
    padding: 0px;
}
*/

.blog-container {
    background-color: #e7e7e7;
}

.rounded {
    border-radius: 15px !important;
}

.summary-style p {
    color: #000000;
    font-size: 18px;
    margin: 0px;
}

.conatct-page h4 {
    font-size: 22px;
    color: #000000;
    padding: 10px;
}

.conatct-page table tr th {
    /* text-align: center; */
    color: #000000;
    font-size: 22px;
}

.conatct-page table tr td {
    color: #000000;
    font-size: 18px;
}

.conatct-page table tr td p a {
    color: #000000;
}

/* .conatct-page {
    height: 440px;
} */

.Social-link {
    /* text-align: center; */
}

.Social-link a {
    background: #1BA2F3;
    color: #ffffff;
    text-align: center;
    width: 40px;
    height: 40px;
    border-radius: 100%;
}

.Social-link a:hover {
    background: #1BA2F3;

}

.footer {
    /* background-color: #1BA2F3 !important; */
    background-color: #1BA2F3 !important;
}

.footer table tr td p a {
    color: #ffffff;
}

.recent-post {
    background: #ffffff;
    padding: 10px;
    height: auto;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 8%);
}

.dropdown-item.active,
.dropdown-item:active {
    background: #1BA2F3 !important;
}

.navbar-color {
    background: #1BA2F3 !important;
    color: white !important;
}

.recent-post h4 {
    font-size: 18px;
    /* text-decoration: underline; */
    /* padding: 5px; */
    border-bottom: 1px solid;
}

.recent-post h6 {
    font-size: 14px;
}

/* .resent-post-image {
    width: 100%;
    height: 70px;
} */

/* .resent-post-image img {
    width: 100%;
} */

.recent-post img {
    width: 100%;
    height: 70px;
}

.blog-details-single img {
    width: 90%;
}

.blog-details-single span {
    font-size: 15px;
    color: #000000;
    /* margin-bottom: 10px; */
}

.blog-details-single p {
    margin-top: 10px;
    font-size: 15px;
    color: #000000;
    

}

.contact-container {
    /* padding-top: 3rem; */
    padding-bottom: 3rem;
}

.contact-address span {
    font-size: 16px;
    /* margin-top: 5px; */
}

.contact-address a {
    color: #1BA2F3;
}

.modal-image img {
    width: 100%;
    height: 200px;
}

.our-company {
    width: 100%;
display: flex;
    align-items: center; /* Vertically center items */
    /* height: 150px; */
}

.our-company img {
    /* width: 30%; */
    height: 100px;
    /* text-align: center; */
    margin-left: 37%;
    margin-top: 7%;

}
.new{
    justify-content: center !important;
    align-items: center;
}
.new p{
margin:0;
}

.chart-box-content {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.contact-address i {
    font-size: 14px;
}

.footer-logo {
    /* text-align: center; */
}

.footer-logo img {
    width: 50%;

}

.home-header {
    background-color: #ffffff;
}

.home-header a {
    color: #1BA2F3 !important;
}

/* .w-100{
    width: 100% !important;
    height: 550px !important;
} */
.carousel-image {
    width: 100%;
    height: 550px !important;
}

.carousel-caption {
    top: 43% !important;
}

.modal-box-increase {
    width: 120%;
}

.modal-box-increase ul li {
    font-size: 15px;
}

.about {
    text-decoration: none;
    position: relative;
}

.about:after {
    position: absolute;
    content: '';
    height: 2px;
    bottom: -6px;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 26%;
    background: #AECE3D;
}

.service {
    text-decoration: none;
    position: relative;
}

.service:after {
    position: absolute;
    content: '';
    height: 2px;
    bottom: -8px;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 11%;
    background: #AECE3D;

}

.why-people {
    text-decoration: none;
    position: relative;
}

.why-people:after {
    position: absolute;
    content: '';
    height: 2px;
    bottom: -8px;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 44%;
    background: #AECE3D;

}

.business-partner {
    text-decoration: none;
    position: relative;
}

.business-partner:after {
    position: absolute;
    content: '';
    height: 2px;
    bottom: -8px;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 29%;
    background: #AECE3D;

}

.loan-partner {
    text-decoration: none;
    position: relative;
}

.loan-partner:after {
    position: absolute;
    content: '';
    height: 2px;
    bottom: -8px;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 24%;
    background: #AECE3D;

}

.blog {
    text-decoration: none;
    position: relative;
}

.blog:after {
    position: absolute;
    content: '';
    height: 2px;
    bottom: -6px;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 6%;
    background: #AECE3D;
}

.overlay {
    background-color: rgba(0, 0, 0, .5);
}

.overlay h3 {
    color: #FFFFFF;
}

.testimonial {
    text-decoration: none;
    position: relative;
}

.testimonial:after {
    position: absolute;
    content: '';
    height: 2px;
    bottom: -6px;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 14%;
    background: #AECE3D;
}

.pic {
    width: 100%;
    height: 250px;
}

.pic img {
    width: 100%;

}

.team-member {
    text-decoration: none;
    position: relative;

}

.team-member:after {
    position: absolute;
    content: '';
    height: 2px;
    bottom: -6px;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 68%;
    background: #AECE3D;
}

.primary-goal {
    text-decoration: none;
    position: relative;
}

.primary-goal:after {
    position: absolute;
    content: '';
    height: 2px;
    bottom: -6px;
    margin: 0 auto;
    left: -85%;
    right: 0;
    width: 14%;
    background: #AECE3D;
}

.primary-goal-line {
    text-decoration: none;
    position: relative;
}

.primary-goal-line:after {
    position: absolute;
    content: '';
    height: 2px;
    bottom: -6px;
    margin: 0 auto;
    left: -82%;
    right: 0;
    width: 18%;
    background: #AECE3D;
}

.help-rows a p {
    color: #1BA2F3;
}

.summery {
    text-decoration: none;
    position: relative;
}

.summery:after {
    position: absolute;
    content: '';
    height: 2px;
    bottom: -6px;
    margin: 0 auto;
    left: -87%;
    right: 0;
    width: 8%;
    background: #AECE3D;
}

.list-group-item.active {
    background-color: #AECE3D !important;
    border-color: #AECE3D !important;
}

/* .blog-list span{
    margin-left: 38%;
} */
.category {
    position: relative;

}

.category_count {
    position: absolute;
    right: 5%;

}

.blog-ul {
    width: 100%;
    height: auto;
    display: inline;
    margin: 0;
    padding: 0;
}

.blog-ul li {
    width: 32%;
    height: auto;
    vertical-align: top;
    display: inline-block;
    /* border: 1px solid red; */
    margin-bottom: 20px;
    margin-left: 5px;
    padding: 0;
}

.blog-ul li h5 a {
    color: #1BA2F3 !important;
    font-size: 16px;
    font-weight: 600;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff !important;
    background-color: #1BA2F3 !important;
    border-color: #1BA2F3 !important;
}

.page-item .page-link {
    color: #1BA2F3 !important;
}

.client-image {
    width: 100%;
    /* height: 100px; */
    border-radius: 4px;
    /* background-color: #f1f1f1; */
    /* box-shadow: 10px 5px 5px 5px; */
    /* padding: 20px 5px; */
}

.client-image a img {
    /* padding: 20px 0px; */
    width: 100% !important;
    /* height: 100px; */
}

.contact-btn-round {
    width: 40px !important;
    height: 40px !important;
}

.btn-appointment a {
    background-color: #1BA2F3 !important;
    color: #ffffff !important;
}

.btn-appointment a:hover {
    /* background-color: #AECE3D !important; */
    background-color: #1BA2F3 !important;
    color: #ffffff !important;
}

.blog-box h5 a {
    color: #1BA2F3 !important;
}

.home-about-section {
    padding-bottom: 3rem;
}

.term-use a {
    color: #1BA2F3;

}

.footer-address h5 {
    color: #ffffff;
}

.footer-address h5 {
    font-size: 18px;
    font-weight: 100;
}

.footer-address h5 span {
    font-size: 15px;

}

.footer-address h5 span a {
    color: #ffffff;
}

.footer-address .seprate-line {
    color: #AECE3D;
}

.service_footer .seprate-line {
    color: #AECE3D;
}

.service_footer {
    padding: 20px 0;
    /* font-size: 18px !important; */
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.service_footer h5 {
    font-size: 15px;
    font-weight: 100;
    color: #ffffff;
}

.service_footer h5 a {
    font-size: 15px;
    color: #ffffff;
}

.black {
    text-align: center;
    background: #000;
    background-blend-mode: multiply;
    color: #AECE3D;
    width: 100%;
    height: 100%;
    /* position: absolute; */
    opacity: 1.7;
    border-radius: 40px;
}

.title-opacity {
    background: #000000;
    opacity: 0.7;
}

.services-ul {
    width: 100%;
    height: auto;
    display: inline;
    margin: 0;
    padding: 0;
}

.services-ul li {
    width: 22.75%;
    height: auto;
    display: inline-block;
    margin: 5px;
    vertical-align: top;
    /* border: 1px solid red; */
    padding: 0;
}

.card-image-box {
    width: 100%;
    height: 210px;
}

.our-company {
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
    border-radius: 20px;
    padding: 25px;
    background-color: #FFFFFF;
    margin-bottom: 20px;
}

.about-icon {
    width: 100px;
    height: 70px;
}

.about-icon img {
    width: 100%;
}

.primary-icon {
    width: 75px;
    height: 70px;
}

.primary-icon img {
    width: 100%;
}

.our-company .our-company-icon img {
    /* width: 40%; */
    margin: 0 auto;
    /* margin: 30px 14%; */
}

.our-company-icon {
    width: 100%;
    height: auto;
    text-align: center;
}

.feature-icon {
    width: 75px;
    height: 75px;
    /* background: #1BA2F3; */
    border-radius: 4px;
    padding: 5px;
    /* border-radius: 50%; */
}

.feature-icon img {
    width: 100%;
}

.feature_heading {
    font-size: 17px;
    text-transform: capitalize;
}

.feature_main_heading {
    font-weight: 600;
    text-align: center;
    padding-bottom: 3%;
}

.text-bolder {
    font-weight: 600;
}

.feature-card {
    margin-top: 0;
}

.testimonial-item {
    background-color: white;
}

.blog_bottom {
    padding: 15px;
}

.svg-wrapper {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto;
    width: 320px;
}

.text_light_blue {
    /* color: #013565; */
    color: #d6fb51;
    margin-bottom: 2%;
}

.blog-page {
    padding: 13px;
}

.buttet-point {
    list-style-type: square;
    padding: 0 20px;
    color: #013565;
    font-size: 22px;
}

.footer-box {
    position: relative;
}

.whatsapp-call-box {
    position: absolute;
    bottom: 12%;
}

.whatsapp-box {
    text-align: left;
}

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


/* whatsappcss */
.floating_btn {
    position: fixed;
    bottom: 85px;
    right: 20px;
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.call_btn {
    position: fixed;
    bottom: 160px;
    /* left: 20px; */
    right: 20px;
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

@keyframes pulsing {
    to {
        box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
    }
}

/* .contact_icon {
    background-color: #42db87;
    color: #fff;
    width: 55px;
    height: 55px;
    font-size: 30px;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translatey(0px);
    animation: pulse 1.5s infinite;
    box-shadow: 0 0 0 0 #42db87;
    -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    font-weight: normal;
    font-family: sans-serif;
    text-decoration: none !important;
    transition: all 300ms ease-in-out;
} */

.whatsapp-image {
    width: 51px;
    height: 85px;
}

.whatsapp-image img {
    width: 100%;
}

.client-ul {
    width: 100%;
    height: auto;
    /* display: inline; */
    margin: 0;
    padding: 0;
}

.client-ul li {
    width: 18%;
    /* height: auto; */
    height: 125px;
    display: inline-block;
    list-style-type: none;
    background: #ffffff;
    border-radius: 4px;
    vertical-align: top;
    /* border: 1px solid red; */
    margin: 5px;
    padding: 3%;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 7%)
}

.client-image-box {
    height: 57px;
}


/* .text_icon {
    margin-top: 8px;
    color: #707070;
    font-size: 13px;
} */

.header-tagline {
    font-size: 11px;
    font-weight: bolder;
    color: #AECE3D;
}

.fancy-text {
    color: #ededed !important;
}

.card-image-box {
    text-align: center;
}

.card-image-box img {
    width: 100%;
    height: 100%;
    padding: 20px;
}

.all-contact-text {
    font-size: 15px;
}

/* .address-image {
    width: 50px;
    height: 22px;
} */

.address-image {
    width: 2%;
}


.right-border {
    border-right: 1px solid #aece3d;
}

.bottom-border {
    border-bottom: 1px solid #aece3d;
}

.left-border {
    border-left: 1px solid #aece3d;
}

.top-border {
    border-top: 1px solid #aece3d;
}

.add-image-box {
    /* width: 100px;
    height: 50px; */
    text-align: center;
    padding: 0;
    margin-bottom: 3%;
    /*margin-left: 12%; */
}

.add-image-box img {
    width: 10%;
}

.touch-headding {
    text-decoration: none;
    position: relative;
    color: #013565;
    margin: 3% 0px;
}


.touch-headding:after {
    position: absolute;
    content: '';
    height: 2px;
    bottom: -6px;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 26%;
    background: #AECE3D;
}

.need-headding {
    text-decoration: none;
    position: relative;
    color: #013565;
    margin: 3% 0px;
}

.need-headding:after {
    position: absolute;
    content: '';
    height: 2px;
    bottom: -6px;
    margin: 0 auto;
    left: 0;
    right: 3px;
    width: 13%;
    background: #AECE3D;
}

.need-help-box {
    padding: 5%;
}

.need-image-box {
    width: 85px;
    height: 85px;
    border: 1px solid #aece3d;
    border-radius: 50px;
}

.need-image-box i {
    font-size: 50px;
    padding: 14px 19px;
    color: #1BA2F3;
}

.need-image-box img {
    width: 100%;
    padding: 18%;
}

.get-touch-box {
    padding: 4%;
}

.get-touch-box h4 {
    text-align: center;
}

.get-touch-box h6 {
    text-align: center;
    color: #1BA2F3 !important;
}

.about-ys-text {
    text-decoration: none;
    position: relative;
}

.about-ys-text:after {
    position: absolute;
    content: '';
    height: 2px;
    bottom: -6px;
    margin: 0 auto;
    left: 0;
    /* right: 0; */
    width: 25%;
    background: #AECE3D;
}

.home-services-ul {
    width: 100%;
    height: auto;
    display: inline;
    margin: 0;
    padding: 0;
}

.home-services-ul li {
    width: 22%;
    height: auto;
    display: inline-block;
    vertical-align: top;
    /* border: 1px solid red; */
    padding: 0;
    margin: 10px;
}

.services-padd {
    padding-top: 2rem;
    padding-bottom: 3rem;
}

/* appointment */
.appoint-modal-header {
    display: block;

}

.appoint-headding {
    color: #ffffff;
    font-weight: 600;
    font-size: 22px
}

.appoint-sub-headding {
    color: #ffffff;
    font-weight: 600;
    font-size: 16px
}

.yellow {
    color: #f5ee33;
    /* font-weight: 600; */
}

.logo-heading {
    font-size: 35px;
    margin: 5px 0px 0px 0px;
}

.tax-image-box img {
    height: 240px !important;
    /* padding: 30px !important; */
}

.features-main-box {
    background: #f1f1f1;
}

.features-row {
    background: #ffffff;
    border-radius: 8px;
}

.fetures-image img {
    width: 100%;
}

.fetures-box1 {
    padding: 10px;
    margin: 0;
}

.fetures-box2 h3 {
    font-size: 25px;
    font-weight: 600;
    /* padding: 20% 20px 20px; */
    padding: 20px;
    margin-top: 15%;

}

.fetures-box2 p {
    padding: 0 20px;
}

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

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