h1,
h4 {
    color: var(--secondary-color) !important
}

h1,
h2,
h4 {
    font-family: "PT Serif", serif;
    font-weight: 900 !important;
    font-style: normal
}

*,
.inner-process .inner-process-card {
    padding: 0
}

.explore-header h2,
.hero-header h2,
.hero-header p,
.inner-about-banner ul li a:hover {
    color: #fff !important
}

.explore-section,
.hero-setion {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover
}

h3,
span {
    text-transform: uppercase
}

#backToTop,
.navbar {
    background-color: #9cd5d9
}

.blog-card,
.card_image,
.subscribe-form {
    overflow: hidden
}

* {
    margin: 0
}

:root {
    --main-color: #FFFFFF;
    --secondary-color: #000000;
    --third-color: #345c00;
    --background-color: #ffffff;
    --text-color: #333;
    --border-color: #ddd;
    --font-size: 16px;
    --font-headsize: 54px;
    --line-height: 1.5;
    --font-weight-bold: 700;
    --box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    --text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
    --gt-gradient-1: linear-gradient(90deg, rgb(67, 0, 231) 0%, rgb(125, 0, 252) 100%);
    --font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif
}

::selection {
    background-color: #add8e6;
    color: #000
}

h2 {
    font-size: 40px
}

h4 {
    font-size: 22px !important
}

p,
span {
    font-family: var(--font-family)
}

span {
    color: var(--third-color);
    font-weight: 600
}

p {
    color: var(--secondary-color);
    font-size: 16px;
    text-align: justify;
    font-weight: 400 !important
}

body {
    overflow-x: hidden !important
}

a:hover {
    text-decoration: none !important
}

.navbar {
    transition: top .3s, bottom .3s, border-radius .5s, max-width .3s;
    width: 100%;
    z-index: 999;
    padding: 1rem 0
}

.navbar-brand img {
    width: 100%;
    height: 60px
}

.navbar-nav .nav-link {
    color: #000 !important;
    font-weight: 600
}

.navbar-toggler {
    border: none !important
}

.dropdown-menu.show {
    background-color: #fff !important
}

.navbar-at-bottom .nav-link,
.navbar-nav .nav-link:hover {
    color: orange
}

.btn-schedule {
    background-color: orange;
    color: #fff;
    border-radius: 30px;
    padding: 8px 20px
}

.btn-schedule:hover {
    background-color: #f80
}

.navbar-at-top {
    top: 0;
    position: fixed;
    border-radius: 0;
    max-width: 100%
}

.navbar-at-bottom {
    position: fixed;
    border-radius: 50px;
    background-color: rgba(31, 54, 81, .9);
    bottom: 10%;
    max-width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0
}

.navbar-at-bottom .btn-schedule {
    padding: 5px 15px;
    font-size: .9em
}

.our-process {
    background-color: #f8f7f5
}

.hero-setion {
    background-image: url("/assets/banner/hero-banner.png") !important;
    border-radius: 15px
}

.inner-hero {
    padding: 400px 40px 100px 260px
}

.explore-header,
.hero-header {
    max-width: 500px
}

.hero-header p {
    text-align: left !important
}

.hero-header a {
    background-color: var(--third-color);
    padding: 10px 20px;
    color: #fff;
    border-radius: 5px;
    font-weight: 500;
    text-decoration: none
}

.about-img-content a,
.contuct-btn a {
    font-weight: 600;
    text-decoration: none
}

.about-inner-content {
    padding-top: 40px;
    padding-left: 50px
}

.knowus-inner {
    padding: 44px 0
}

.contuct-btn a {
    background-color: #000;
    padding: 15px 25px;
    border-radius: 4px;
    color: #fff;
    background-color: var(--third-color) !important
}

.hero-header a:hover {
    color: #fff9f9;
    text-decoration: none
}

.contuct-btn a:hover {
    color: #fff;
    text-decoration: none;
    background-color: var(--third-color) !important
}

.inner-doc,
.inner-process {
    padding: 50px 0
}

.process-header {
    text-align: center
}

.inner-process-card img {
    transition: transform .3s ease-in-out
}

.inner-process-card:hover img {
    animation: .5s ease-in-out bounce
}

@keyframes bounce {

    0%,
    100% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-10px)
    }
}

.inner-about {
    padding: 40px 150px
}

.about-para {
    border-left: 2px solid red;
    display: flex;
    align-items: center;
    align-content: center
}

.about-para p {
    padding-left: 20px
}

.about-img,
.blog-details-img {
    display: flex;
    justify-content: center
}

.about-img img {
    border-radius: 30px 0;
    max-height: 385px
}

.about-img-content {
    max-width: 420px
}

.about-img-content a {
    color: #000
}

.ab-1:hover .a-1 img,
.ab-2:hover .a-2 img {
    border-radius: 35px;
    transition: .7s ease-in
}

.ab-3:hover .a-3 img {
    border-radius: 35px;
    transition: .7s ease-in-out
}

.ab-1:hover .about-img-content a img,
.ab-2:hover .about-img-content a img,
.ab-3:hover .about-img-content a img {
    transition: .7s ease-in-out;
    transform: rotate(45deg)
}

.explore-section {
    background-image: url('/assets/banner/explore-bg.webp');
    background-attachment: fixed
}

.inner-explore {
    padding: 350px 0 50px 170px
}

.explore-header a {
    background-color: var(--third-color);
    padding: 10px 20px;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 500
}

.explore-header a:hover {
    color: #000;
    text-decoration: none !important
}

.faq-item {
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
    width: 68%
}

.faq-item button {
    width: 100%;
    background-color: #fff;
    color: #333;
    padding: 20px;
    border: none;
    text-align: left;
    font-size: 20px;
    font-weight: 500;
    cursor: pointer;
    transition: .3s;
    position: relative
}

.faq-item button::after {
    content: '\002B';
    font-size: 24px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    transition: transform .3s
}

.faq-item button.active::after {
    content: '\2212';
    transform: translateY(-50%) rotate(180deg)
}

.faq-item button:hover {
    background-color: #f0f0f0
}

.faq-answer {
    display: none;
    padding: 0 20px 15px;
    font-size: 18px;
    color: #555;
    background-color: #fafafa;
    margin-top: 10px;
    border-left: 4px solid #4caf50;
    border-radius: 5px;
    transition: max-height .3s
}

.faq-answer.open {
    display: block;
    animation: .3s fadeIn
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.faq-item button:focus {
    outline: 0
}

.faq-img {
    padding: 50px 10px 20px 170px
}

.innner-faq {
    padding: 0 130px
}

.testimonial {
    padding: 100px 0;
    margin-right: 50px;
    flex-direction: column;
    display: block;
    position: relative
}


h1 {
    font-size: 40px;
    line-height: 1.225;
    margin-top: 23px;
    margin-bottom: 0
}

.carousel-indicators {
    all: unset;
    padding-top: 43px;
    display: flex;
    list-style: none;
    background-clip: padding-box;
    height: 2px
}

h3 {
    color: #000;
    font-weight: 700;
    margin-top: 37px;
    font-size: 20px;
    line-height: 1.45
}

.inner-footer {
    padding: 100px 60px
}

.footer-section {
    background: #9cd5d9;
    position: relative
}

.footer-cta {
    border-bottom: 1px solid #373636
}

.single-cta i {
    color: #2b3076 !important;
    font-size: 30px;
    float: left;
    margin-top: 8px
}

.cta-text {
    padding-left: 15px;
    display: inline-block
}

.cta-text h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 2px
}

.cta-text span {
    color: #757575;
    font-size: 15px
}

.footer-content {
    position: relative;
    z-index: 2
}

.footer-pattern img {
    position: absolute;
    top: 0;
    left: 0;
    height: 330px;
    background-size: cover;
    background-position: 100% 100%
}

.parent-about,
.poster,
.subscribe-form {
    position: relative
}

.footer-logo img {
    max-width: 200px
}

.footer-text p {
    margin-bottom: 14px;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    line-height: 28px
}

.footer-social-icon span {
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 700;
    font-family: Poppins, sans-serif;
    margin-bottom: 20px
}

.footer-social-icon a {
    color: #fff;
    font-size: 16px;
    margin-right: 15px
}

.footer-social-icon i {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%
}

.facebook-bg {
    background: #3b5998
}

.twitter-bg {
    background: #55acee
}

.google-bg {
    background: #2b3076
}

.footer-widget-heading h3 {
    color: #2b3076;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative
}

.footer-widget-heading h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 2px;
    width: 50px;
    background: #2b3076
}

.footer-widget ul li {
    display: inline-block;
    width: 50%;
    margin-bottom: 5px;
    text-decoration: none !important
}

.footer-widget ul li a:hover {
    color: #2b3076
}

.footer-widget ul {
    padding-left: 5px;
    font-weight: 600
}

.footer-widget ul li a {
    text-decoration: none;
    color: #000;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 600;
    display: inline-block
}

.subscribe-form input {
    width: 100%;
    padding: 14px 28px;
    background: #2e2e2e;
    border: 1px solid #2e2e2e;
    color: #fff
}

.subscribe-form button {
    position: absolute;
    right: 0;
    background: #2b3076;
    padding: 13px 20px;
    border: 1px solid #2b3076
}

.subscribe-form button i {
    color: #fff;
    font-size: 22px;
    transform: rotate(-6deg)
}

.copyright-area {
    background: #202020;
    padding: 25px 0
}

.copyright-text p {
    margin: 0;
    font-size: 14px;
    color: #878787
}

.copyright-text p a,
.doc-left a:hover,
.footer-menu li:hover a {
    color: #fff
}

.footer-menu li {
    display: inline-block;
    margin-left: 20px
}

.footer-menu li a {
    font-size: 14px;
    color: #878787
}

.location-footer {
    display: flex;
    gap: 10px;
    align-items: center;
    align-content: center;
    font-size: 24px
}

#backToTop,
.child-content-1 {
    display: none
}

.location-footer i {
    font-size: 24px;
    margin-top: -10px
}

.location-footer-content p {
    font-weight: 900;
    color: var(--text-color)
}

.location-footer-content a {
    color: var(--text-color);
    text-decoration: none !important
}

.product-list .nav-link {
    padding: 0 !important;
    display: inline-block
}

.social-icons i {
    font-size: 24px;
    margin: 0 15px;
    color: #333;
    transition: color .3s, transform .3s
}

.social-icons i:hover {
    color: #2b3076;
    transform: scale(1.1)
}

.main-ab-head {
    border-bottom: 1px solid #000;
    margin-bottom: 5px
}

.main-ab-head h1 {
    font-size: 52px
}

.main-ab-content p {
    font-size: 14px
}

.child-about {
    position: absolute;
    background-color: #fecd87;
    max-width: 450px;
    padding: 30px;
    bottom: 8%;
    right: -30%
}

#preloader,
.blog-card,
.child-content {
    background-color: #fff
}

.child-about h2 {
    font-size: 28px
}

.about-banner {
    width: 100%;
    background-image: url('../banner/hero-banner.png');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 20px;
    border-radius: 15px;
    margin-top: 10px
}

.inner-about-banner {
    padding: 70px 0 50px
}

ul.breadcrumb {
    padding: 10px 16px;
    list-style: none;
    display: flex;
    justify-content: center;
    background-color: transparent !important
}

ul.breadcrumb li {
    display: inline;
    font-size: 22px;
    color: #fff;
    font-weight: 600
}

ul.breadcrumb li+li:before {
    padding: 8px;
    color: #fff;
    content: "/\00a0"
}

ul.breadcrumb li a {
    text-align: center !important;
    color: #fff;
    text-decoration: none
}

ul.breadcrumb li a:hover {
    color: #01447e;
    text-decoration: underline
}

.pro-content-1 {
    padding: 0 15px
}

.service-img-inner {
    padding-left: 10px
}

.service-img-inner img {
    width: 100px
}

.service-para {
    font-size: 18px !important
}

.parent-content img {
    position: relative;
    width: 60%
}

.parent-content {
    padding-left: 120px;
    position: relative
}

.child-content {
    position: absolute;
    bottom: 20%;
    right: 20%;
    max-width: 550px;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .1), 0 6px 20px rgba(0, 0, 0, .1)
}

.blog-card {
    width: 350px;
    height: 510px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
    transition: transform .1s, box-shadow .2s;
    transform-style: preserve-3d
}

.blog-card:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, .2)
}

.blog-card img {
    width: 100%;
    height: 235px;
    object-fit: cover
}

.blog-card-content,
.inner-blog-card {
    padding: 20px
}

.blog-card-title {
    font-size: 20px;
    margin: 0 0 10px
}

.blog-card-description {
    font-size: 14px;
    color: #555
}

.blog-card-content a {
    background-color: var(--third-color);
    color: #fff;
    padding: 10px 20px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 7px
}

.blog-card-content a:hover {
    color: #fff !important;
    text-decoration: none !important
}

.modal-title {
    color: #000;
    text-align: center !important
}

.modal-body img {
    border-radius: 5px;
    display: flex;
    justify-content: center
}

.Blog-inner-img {
    display: flex;
    justify-content: center;

    gap: 10px;
    flex-wrap: wrap
}

.blog-body-1 h2 {
    font-size: 20px
}

.modal-ul {
    list-style: none;
    padding: 0;
    margin: 0 0 10px;
    counter-reset: list-counter
}

.modal-ul li {
    padding: 5px;
    border-radius: 8px;
    align-items: flex-start;
    counter-increment: list-counter
}

.modal-ul li strong {
    color: #345c00
}

.modal-body a {
    color: #0056b3;
    font-weight: 700
}

.blog-details-content h1 span,
.blog-details-content h2 {
    color: var(--third-color)
}

.blog-details-img img {
    width: 60%;
    height: 600px;
    margin-bottom: 10px
}

.blog-details-content h2 {
    font-size: 26px
}

.inner-blog-details {
    box-shadow: 0 4px 6px rgba(0, 0, 0, .1);
    padding: 20px;
    margin-bottom: 20px
}

.blog-details-content {
    padding: 0 250px
}

.blog-body-1 h4,
.blog-details-content a {
    color: var(--third-color) !important
}

#preloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.preloader-image {
    width: 150px;
    height: auto;
    margin-bottom: 20px
}

.loader {
    border: 16px solid #f3f3f3;
    border-top: 16px solid #3498db;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: 6s linear infinite spin
}

@keyframes spin {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

#backToTop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    color: #000 !important;
    border: none;
    padding: 15px;
    border-radius: 8px;
    text-align: center;
    font-size: 18px;
    cursor: pointer
}

.child-eye {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.pro-detail-img {
    display: flex;
    justify-content: center !important
}

.pro-detail-img img {
    width: 70%;
    height: 600px !important;
    border-radius: 25px !important
}

.detail-para {
    font-size: 14px;
    font-size: 600
}

.card_image {
    position: relative;
    width: 100%;
    max-width: 350px;
    cursor: pointer;
    border-radius: 12px;
    transition: .3s;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .15)
}

.gallery-img {
    width: 100%;
    display: block;
    transition: transform .6s, filter .6s
}

.card_image:hover .gallery-img {
    filter: grayscale(100%);
    transform: scale(1.1)
}

.styled-phone {
    float: right;
    margin-left: 10px !important
}

.doc-left {
    padding-top: 50px
}

.doc-right img {
    width: 100%;
    height: 650px
}

.doc-left a {
    color: #fff;
    background-color: #345c00;
    padding: 10px 20px;
    border-radius: 5px;
    margin-top: 10px
}

.blog6-img {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 50px 0px;
    flex-wrap: wrap;
}

.blog6-img img {
    width: 300px;
}

.blog-social-links a {
    color: #000;
}

.blog-social-links a:hover {
    color: #345c00;
}


/* added */
.blog-warp h4 {
    padding: 5px 0px;
    border-bottom: 2px dotted rgb(163, 163, 163);
}

.blog-image-warp img {
    border-radius: 15px;
}

.blog-warp h6 {
    color: #000;
    font-weight: bolder;
}

.blog-warp a {
    color: var(--third-color) !important;
}

.modal-10 ul li {
    margin: 5px 0px;
}

.modal-10 ul {
    list-style: none;
}

@media screen and (max-width: 767px) {
.mo ul{
    padding-left: 10px;
}
}