@font-face {
    font-family: Poppins;
    src: url(../fonts/Poppins/Poppins-Regular.ttf);
}
html {
    font-size: 10px;
    font-family: Poppins;
}
body main {
    background-image: url("../images/other/bg.jpg");
    padding-bottom: 50px;
}

/*========== Bootstrap 5  Missing Class Start ==========*/
.text-justify {
    text-align: justify !important;
}
.alert-success {
    font-size: 18px;
}

/*========== Bootstrap 5  Missing Class End ==========*/
/*========== Navbar & Logo Start ==========*/
.main-navbar {
    height: 65px;
}
.main-navbar .square-logo {
    position: relative;
    background: #ffffff;
    z-index: 9;
    top: 30px;
    border-radius: 50%;
}
.main-navbar .square-logo img {
    height: 120px;
    padding: 15px;
}

/*========== Navbar & Logo End ==========*/
/*========== Common CSS Start ==========*/
p {
    margin: 0rem;
}

a {
    text-decoration: none;
}

ul {
    list-style-type: none;
}

section {
    margin-bottom: 5vw;
}

.general-text p {
    font-size: 1.6rem;
    font-family: Poppins, sans-serif;
    color: #000000;
}

.general-text {
    font-size: 1.6rem;
    font-family: Poppins, sans-serif;
    color: #000000;
}

.lmw-link-st-1 {
    font-size: 1.6rem;
    font-family: Poppins, sans-serif;
    transition: all 0.3s ease 0s;
    color: #13873c;
}
.lmw-link-st-1:hover {
    font-size: 1.7rem;
    color: #ffbf00;
}

.lmw-main-btn {
    background: #13873c;
    color: #ffffff;
    padding: 1rem;
    display: inline-block;
    margin: 1rem 0rem;
    font-weight: 600;
    border: none;
    font-size: 1.6rem;
    font-family: Poppins, sans-serif;
    border-radius: 0.5rem;
}
.lmw-main-btn:hover {
    background: #ffbf00;
    color: #ffffff;
}

.lmw-main-btn-white {
    background: #ffffff;
    color: #13873c;
}

.thm-1-icon i {
    width: 4rem;
    height: 4rem;
    color: #ffffff;
    text-align: center;
    background: #ffbf00;
    padding: 1rem;
    font-size: 2rem;
    border-radius: 0.5rem !important;
}

/*========== Common CSS End ==========*/
/*========== Social Media BG Color & Text Color CSS Start ==========*/
.social-media-link-st1 {
    font-size: 2rem;
}
.social-media-link-st1:hover {
    color: red;
}

.lmw-facebook-icon {
    background-color: rgb(24, 119, 242);
}

.lmw-instagram-icon {
    background: rgb(221, 42, 123);
}

.lmw-whatsapp-icon {
    background-color: rgb(37, 211, 102);
}

.lmw-twitter-icon {
    background-color: rgb(20, 23, 26);
}

.lmw-youtube-icon {
    background-color: #ff0000;
}

.lmw-facebook-icon-text {
    color: rgb(24, 119, 242);
}

.lmw-instagram-icon-text {
    color: rgb(214, 36, 159);
}

.lmw-twitter-icon-text {
    color: rgb(20, 23, 26);
}

.lmw-youtube-icon-text {
    color: #ff0000;
}

.lmw-blog-inner-social-share a {
    font-size: 2rem;
    font-weight: 600;
    padding: 1.5rem 0rem !important;
    font-family: Poppins, sans-serif;
    border-radius: 1rem !important;
}

/*========== Social Media BG Color & Text Color CSS End ==========*/
/*========== Carasol Slider Button customization Start ==========*/
.owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    pointer-events: none; /* To allow clicks through the container */
}

.owl-nav button.owl-prev,
.owl-nav button.owl-next {
    background: #13873c !important;
    width: 30px;
    height: 100px;
    pointer-events: auto; /* To make buttons clickable */
    color: #ffffff !important;
    font-size: 3rem !important;
}

.owl-nav button.owl-prev {
    left: -50px; /* Adjust this value as needed */
}

.owl-nav button.owl-next {
    right: -50px; /* Adjust this value as needed */
}

/*========== Carasol Slider Button customization End ==========*/
/*========== Scroll To Top Css Start ==========*/
#scrollToTopBtn {
    display: none;
    right: 10rem;
    position: fixed;
    bottom: 5rem;
    right: 3rem;
    z-index: 99;
    font-size: 2rem;
    height: 4rem;
    width: 4rem;
    border: 2px solid #ffffff;
    background-color: #13873c;
    color: #ffffff;
    border-radius: 0.5rem;
}

/*========== Scroll To Top Css End ==========*/
/* General Form Start */
.form-control {
    font-size: 1.5rem;
}

input[type="text"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="password"]::-moz-placeholder {
    padding-left: 1rem;
    font-family: Poppins, sans-serif;
    font-size: 1.6rem;
}

input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="number"]::placeholder,
input[type="password"]::placeholder {
    padding-left: 1rem;
    font-family: Poppins, sans-serif;
    font-size: 1.6rem;
}

input[type="text"],
input[type="email"],
input[type="number"],
input[type="password"] {
    height: 5rem;
    border: 0.1rem solid #c7c7c7;
    border-radius: 0.5rem !important;
}

.general-contact-form .form-group {
    margin-bottom: 1rem;
}
.general-contact-form .form-control {
    padding: 0.5rem 0.75rem;
    font-size: 1.5rem;
}
.general-contact-form label {
    font-size: 1.8rem;
    font-family: Poppins, sans-serif;
    color: #000000;
}
.general-contact-form textarea {
    height: 12rem;
    border: 0.1rem solid #c7c7c7;
    border-radius: 0.5rem !important;
}

/* General Form End */
.header-contact-section {
    background-color: #13873c;
    color: #fff;
    padding: 0.5rem 2rem;
}
.header-contact-section a {
    color: #fff;
    text-decoration: none;
    font-size: 1.8rem;
}

header nav img {
    padding: 0.5rem 0rem;
    height: 8rem;
}
header nav .navbar-nav a {
    border-radius: 0.5rem;
    font-size: 1.6rem;
    font-family: Poppins, sans-serif;
    color: #13873c !important;
    padding: 1rem 1.5rem !important;
}
header nav .navbar-nav a:hover {
    background-color: #ffbf00;
    color: #ffffff !important;
}
header nav .navbar-nav .dropdown-menu {
    border-radius: 0.5rem;
    padding: 0;
}
header nav .navbar-nav .dropdown-menu a {
    padding: 1rem;
}
header nav .navbar-nav .dropdown-menu a:hover {
    background-color: #ffbf00;
}
header nav .navbar-nav .dropdown-menu li {
    border-bottom: 1px solid #ffffff;
}
header nav .navbar-nav .dropdown-menu li:last-child {
    border-bottom: none;
}
header nav .special-btn {
    border-radius: 0.5rem;
    background-color: #13873c;
    color: #ffffff !important;
    padding: 1rem;
    font-size: 1.6rem;
    margin-left: 1rem;
    font-weight: 600;
}
header nav .special-btn:hover {
    background-color: #ffbf00;
}

.main-heading-section {
    margin-bottom: 1rem;
}
.main-heading-section h2 {
    font-size: 3rem;
    font-weight: 600;
    font-family: Poppins, sans-serif;
    color: #13873c;
}
.main-heading-section p {
    font-size: 2rem;
    font-weight: 600;
    font-family: Poppins, sans-serif;
    color: #ffbf00;
}
.main-heading-section .view-all-link a {
    font-size: 18px;
    color: #13873c;
    border-bottom: 1px dashed #ffbf00;
}

.home-about-us .main-img {
    border-radius: 1rem;
}

.our-team-section .card {
    border-radius: 1rem;
}
.our-team-section img {
    height: 10rem;
}
.our-team-section h3 {
    margin-top: 1rem;
    font-family: Poppins, sans-serif;
    color: #4caf50;
}
.our-team-section .designation {
    text-align: center;
    font-weight: 600;
    font-size: 1.4rem;
    font-family: Poppins, sans-serif;
    color: #000000;
}

.home-blog-card-section .card {
    border-radius: 1rem;
}
.home-blog-card-section .card-img-top {
    border-radius: 1rem 1rem 0 0;
}
.home-blog-card-section .card-title {
    height: 5rem;
    overflow: hidden;
    font-weight: 600;
    color: #4caf50;
}
.home-blog-card-section .card-text {
    text-align: left;
    height: 8rem;
    overflow: hidden;
    font-family: Poppins, sans-serif;
    color: #000000;
}
.home-blog-card-section a {
    text-align: center;
    display: block;
}
.home-blog-card-section h3 {
    font-size: 2rem;
    font-family: Poppins, sans-serif;
}

.home-pricing-plan {
    font-family: Poppins, sans-serif;
}
.home-pricing-plan .card {
    border: 1px solid #13873c;
    border-radius: 1rem;
}
.home-pricing-plan .head {
    border-radius: 1rem;
    background-color: #ffbf00;
    color: #ffffff;
    padding: 2rem 0rem;
}
.home-pricing-plan .head .price {
    font-size: 2rem;
}
.home-pricing-plan .head .price span {
    font-size: 5rem;
}
.home-pricing-plan ul {
    padding: 2rem 0rem;
}
.home-pricing-plan span {
    font-size: 5rem;
    font-weight: 600;
}
.home-pricing-plan li {
    font-size: 2rem;
}
.home-pricing-plan li::before {
    content: "\f00c";
    font-family: "FontAwesome";
    margin-right: 1rem;
}
.home-pricing-plan h3 {
    font-size: 3rem;
}

.contact-section .contact-info .info-text {
    font-size: 1.6rem;
    font-family: Poppins, sans-serif;
    color: #000000;
}
.contact-section .contact-info .info-text a {
    color: #000000;
}
.contact-section .contact-info .info-text a:hover {
    color: #000000;
}
.contact-section .contact-info h4 {
    font-family: Poppins, sans-serif;
    color: #4caf50;
    font-weight: 600;
    font-size: 2rem;
}

/*========== Faq Section Start ==========*/
.faq-section h3 .accordion-button {
    font-size: 2rem;
    border: 0.1rem solid #ffbf00;
    font-family: Poppins, sans-serif;
    color: #000000;
    border-radius: 0.5rem !important;
}
.faq-section h3 .accordion-button:not(.collapsed) {
    border-radius: 0.5rem 0.5rem 0 0 !important;
}
.faq-section .accordion-item {
    border: none;
    margin-bottom: 1rem;
}
.faq-section .accordion-body {
    background: #ffffff;
    border: 0.1rem solid #ffbf00;
    border-top: none;
    font-family: Poppins, sans-serif;
    color: #000000;
    border-radius: 0 0 0.5rem 0.5rem !important;
}
.faq-section .accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #ffbf00;
    box-shadow: none;
    border-bottom: none;
}

/*========== Faq Section End  ==========*/
/*========== Counter Section Start  ==========*/
.counter-section .counter-number {
    font-size: 4rem;
    font-weight: 600;
    color: #ffbf00;
    font-family: Poppins, sans-serif;
}
.counter-section .text {
    font-size: 1.6rem;
    font-family: Poppins, sans-serif;
}
.counter-section img {
    height: 120px;
}

/*========== Counter Section End  ==========*/
.testimonials-section img {
    height: 10rem !important;
    width: 10rem !important;
    border: 2px solid #ffbf00;
    padding: 0.5rem;
}
.testimonials-section h4 {
    margin-top: 0.5rem;
    font-family: Poppins, sans-serif;
    font-size: 2rem;
    color: #4caf50;
}
.testimonials-section .designations {
    font-size: 2rem;
    font-family: Poppins, sans-serif;
    color: #000000;
}
.testimonials-section .star {
    color: #ffbf00;
    font-size: 1.5rem;
}
.testimonials-section .each {
    background-color: #ffffff;
    padding: 4rem;
    border: 1px solid #ffbf00;
}

.classic-amenities .inner-each img {
    border-radius: 50%;
    border: 1px solid #13873c;
    padding: 5px;
    transition: 0.5s ease-in-out;
    height: 120px;
    background: #fff;
}
.classic-amenities .inner-each img:hover {
    transform: translate(0%, 0%) rotate(360deg);
    box-shadow: 0px 0px 13px 0px #ffbf00;
    border: 1px solid #13873c;
}
.classic-amenities .inner-each .text {
    font-family: Poppins, sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    color: #000000;
}

.mission-vission h3 {
    font-family: Poppins, sans-serif;
    font-size: 2rem;
    font-weight: 600;
}
.mission-vission .each-div {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
}
.mission-vission li {
    margin-bottom: 1rem;
    font-family: Poppins, sans-serif;
    font-size: 1.5rem;
}
.mission-vission li i {
    font-weight: 600;
    font-size: 3rem;
}
.mission-vission .mission {
    border: 1px dashed #13873c;
}
.mission-vission .mission h3 {
    color: #ffbf00;
}
.mission-vission .mission i {
    color: #ffbf00;
}
.mission-vission .vision {
    border: 1px dashed #ffbf00;
}
.mission-vission .vision h3 {
    color: #13873c;
}
.mission-vission .vision i {
    color: #13873c;
}

.about-us-contact-section {
    padding: 5rem 0rem;
    background-image: linear-gradient(147deg, #13873c, #062e14);
}
.about-us-contact-section .text {
    font-family: Poppins, sans-serif;
    font-size: 1.5rem;
}
.about-us-contact-section a {
    font-size: 3rem;
}

/*========== Main Blog Inner Page CSS Start ==========*/
.lmw-blog-inner-header-section h1 {
    font-size: 3rem;
    font-weight: 600;
    font-family: Poppins, sans-serif;
    color: #13873c;
}
.lmw-blog-inner-header-section .main-img {
    border-radius: 1rem;
}
.lmw-blog-inner-header-section .author-image {
    border-radius: 0.5rem;
}

.lmw-blog-inner-body-section .main-blog-body {
    width: 95%;
}
.lmw-blog-inner-body-section .main-blog-body p {
    margin-bottom: 2rem;
    font-family: Poppins, sans-serif;
    font-size: 1.6rem;
    color: #000000;
}
.lmw-blog-inner-body-section .main-blog-body h2 {
    font-size: 2.5rem;
    font-weight: 700;
    font-family: Poppins, sans-serif;
    color: #ffbf00;
}
.lmw-blog-inner-body-section .main-blog-body h3 {
    font-size: 2rem;
    font-weight: 700;
    font-family: Poppins, sans-serif;
    color: #ffbf00;
}
.lmw-blog-inner-body-section .main-blog-body h4 {
    font-size: 1.6rem;
    font-weight: 700;
    font-family: Poppins, sans-serif;
    color: #ffbf00;
}

.table-of-content {
    background: rgb(245, 245, 245);
    padding: 3rem;
    border-radius: 1rem;
}
.table-of-content .toc-heading {
    font-size: 2rem;
    font-family: Poppins, sans-serif;
    color: #13873c;
}
.table-of-content .main-list > li {
    counter-increment: main-counter 1;
    margin-bottom: 1rem;
    font-size: 1.6rem;
    font-family: Poppins, sans-serif;
    color: #ffbf00;
}
.table-of-content .nested-list {
    list-style-type: none;
    counter-reset: nested-counter 0;
}
.table-of-content .main-list > li::before {
    content: counter(main-counter) ". ";
}
.table-of-content .nested-list > li::before {
    content: counter(nested-counter, lower-alpha) ". ";
}
.table-of-content .nested-list > li {
    counter-increment: nested-counter 1;
    color: rgb(94, 94, 94);
    color: #ffd966;
}
.table-of-content .nested-list > li a {
    color: rgb(94, 94, 94);
    color: #ffd966;
}
.table-of-content a {
    color: rgb(0, 0, 0);
    color: #ffbf00;
}

.right-side-panel-blog h5 {
    font-size: 2rem;
    font-weight: 600;
    font-family: Poppins, sans-serif;
    color: #ffbf00;
}
.right-side-panel-blog .element {
    margin-bottom: 3rem;
}
.right-side-panel-blog .search input[type="text"]::-moz-placeholder {
    padding-left: 1rem;
}
.right-side-panel-blog .search input[type="text"]::placeholder {
    padding-left: 1rem;
}
.right-side-panel-blog .search input[type="text"] {
    height: 5rem;
    width: 100%;
    margin-right: 0.5rem;
    padding-left: 1rem;
    border-width: initial;
    border-style: none;
    border-color: initial;
    -o-border-image: initial;
    border-image: initial;
    font-size: 1.6rem;
    font-family: Poppins, sans-serif;
    border-radius: 0.5rem !important;
}
.right-side-panel-blog .search form {
    border-width: 0.1rem;
    border-style: solid;
    border-color: #ffbf00;
    -o-border-image: initial;
    border-image: initial;
    padding: 0.5rem;
    border-radius: 0.5rem !important;
}
.right-side-panel-blog .search button {
    width: 5rem;
    height: 5rem;
    border-width: initial;
    border-style: none;
    border-color: initial;
    -o-border-image: initial;
    border-image: initial;
    border-radius: 0.5rem !important;
}
.right-side-panel-blog .category {
    border-radius: 1rem !important;
    background: rgb(245, 245, 245);
    padding: 1.5rem 2rem !important;
}
.right-side-panel-blog .category li {
    font-size: 1.6rem;
    font-family: Poppins, sans-serif;
}
.right-side-panel-blog .category li a {
    color: #000000 !important;
    padding: 1rem 0rem;
}
.right-side-panel-blog .category ul li:last-child {
    border-bottom: none;
}
.right-side-panel-blog .category ul li {
    border-bottom: 0.1rem solid rgb(0, 0, 0);
}
.right-side-panel-blog .recent-post .title {
    color: #4caf50;
    font-weight: 600;
    font-size: 1.2rem;
    font-family: Poppins, sans-serif;
}
.right-side-panel-blog .recent-post .date {
    font-size: 1.6rem;
    font-family: Poppins, sans-serif;
    color: #000000;
}
.right-side-panel-blog .recent-post img {
    border-radius: 0.5rem !important;
}
.right-side-panel-blog .tags a {
    font-size: 1.6rem;
    font-family: Poppins, sans-serif;
    background-color: #ffbf00;
    color: #ffffff !important;
    border-radius: 0.5rem !important;
}

.single-page-section h5 {
    font-size: 2rem;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    color: #ffbf00;
}

.lmw-blog-inner-comment-form form label {
    font-size: 1.6rem;
    font-family: Poppins, sans-serif;
    color: #000000;
}
.lmw-blog-inner-comment-form form small {
    font-size: 1.2rem;
    font-family: Poppins, sans-serif;
    color: #000000 !important;
}
.lmw-blog-inner-comment-form form textarea {
    border-radius: 0.5rem !important;
}
.lmw-blog-inner-comment-form form .agree-check {
    height: 1.5rem;
    width: 1.5rem;
    border-radius: 0.5rem !important;
}

.lmw-blog-inner-comment-list .main-single-comment {
    border-width: 0.1rem;
    border-style: solid;
    border-color: rgb(214, 214, 214);
    -o-border-image: initial;
    border-image: initial;
    padding: 2rem;
    border-radius: 1rem !important;
}
.lmw-blog-inner-comment-list li {
    margin-bottom: 2rem;
}
.lmw-blog-inner-comment-list .sub-comment-list {
    margin: 2rem 0rem;
}
.lmw-blog-inner-comment-list span {
    width: 100%;
    display: block;
    font-size: 0.9rem;
    font-family: Poppins, sans-serif;
    color: #ffbf00;
}
.lmw-blog-inner-comment-list h6 {
    font-size: 1.6rem;
    font-weight: 700;
    font-family: Poppins, sans-serif;
    color: #ffbf00;
}
.lmw-blog-inner-comment-list .text {
    font-size: 1.6rem;
    font-family: Poppins, sans-serif;
    color: #000000;
}
.lmw-blog-inner-comment-list .text a {
    color: #ffbf00;
    font-size: 1.5rem;
    margin-left: 2rem;
    text-align: right;
}
.lmw-blog-inner-comment-list img {
    border-radius: 0.5rem;
}

/*========== Main Blog Inner Page CSS End ==========*/
/*========== Single Service Page Common Start ==========*/
.single-page-inner-header-section .main-div {
    padding: 5rem 0rem;
    background-size: cover;
    background-repeat: no-repeat;
}
.single-page-inner-header-section .image {
    position: relative;
}
.single-page-inner-header-section .text .title {
    font-size: 5rem;
    font-family: Poppins, sans-serif;
    font-weight: 600;
}
.single-page-inner-header-section .text .breadcrumb {
    font-size: 1.6rem;
    list-style: none;
    padding: 0;
    margin: 0;
    font-family: Poppins, sans-serif;
}
.single-page-inner-header-section .text .breadcrumb li {
    position: relative;
    margin-right: 1em;
    color: #13873c;
    margin-right: 2em;
}
.single-page-inner-header-section .text .breadcrumb li:last-child {
    color: #000000;
    margin-right: 0em;
}
.single-page-inner-header-section .text .breadcrumb li a {
    text-decoration: none;
    color: inherit;
}
.single-page-inner-header-section .text .breadcrumb li a:hover {
    color: #20e064;
    color: #107132;
}
.single-page-inner-header-section .text .breadcrumb li:after {
    content: ">";
    position: absolute;
    right: -1em;
}
.single-page-inner-header-section .text .breadcrumb li:last-child:after {
    content: "";
}

.single-page-inner-main-body-section .main-img {
    width: 100%;
    border-radius: 1rem;
}
.single-page-inner-main-body-section h1 {
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-size: 3rem;
}
.single-page-inner-main-body-section .list-of-service .heading {
    background-color: #13873c;
    font-size: 2rem;
    font-family: Poppins, sans-serif;
    color: #ffffff;
    text-align: center;
    border-radius: 1rem 1rem 0 0;
}
.single-page-inner-main-body-section .list-of-service ul {
    padding: 0rem;
}
.single-page-inner-main-body-section .list-of-service ul li {
    font-size: 1.8rem;
    font-family: Poppins, sans-serif;
    border: 1px solid red;
    border-bottom: none;
    padding: 1rem;
}
.single-page-inner-main-body-section .list-of-service ul li:last-child {
    border: 1px solid red;
}
.single-page-inner-main-body-section .list-of-service ul li:last-child {
    border-radius: 0 0 1rem 1rem;
}
.single-page-inner-main-body-section .list-of-service ul .select {
    color: #13873c;
}
.single-page-inner-main-body-section .consulting-box {
    padding: 6rem 0rem;
    background-color: #13873c;
    border-radius: 1rem;
    outline: 1px solid #ffffff;
    outline-offset: -10px;
}
.single-page-inner-main-body-section .consulting-box .fa-paper-plane {
    color: #ffffff;
    font-size: 4rem;
}
.single-page-inner-main-body-section .heading,
.single-page-inner-main-body-section .phone,
.single-page-inner-main-body-section .email {
    font-size: 2rem;
    color: #ffffff;
    font-weight: 100;
}
.single-page-inner-main-body-section .phone {
    font-size: 3rem;
    font-weight: 600;
}

/*========== Single Service Page Common End ==========*/
/*========== Footer CSS Start ==========*/
footer {
    background-image: url("../images/other/footer.png");
    background-repeat: no-repeat;
    background-position: bottom 40px right 0px;
    background-size: contain;
    margin-top: 50px;
}
footer h6 {
    font-weight: 600;
    font-size: 1.8rem;
    font-family: Poppins, sans-serif;
    color: #13873c;
}
footer .about i {
    width: 4rem;
    height: 4rem;
    color: #ffffff;
    text-align: center;
    font-size: 2rem;
    padding: 1rem;
    border-radius: 50%;
}
footer .about {
    font-size: 1.6rem;
    color: #000000;
    font-family: Poppins, sans-serif;
    text-align: justify;
    width: 90%;
}
footer .about .soical-link a div {
    border-radius: 0.5rem;
}
footer .nav-link ul li {
    margin-bottom: 0.5rem;
}
footer .nav-link a {
    color: #000000;
    font-size: 1.6rem;
    font-family: Poppins, sans-serif;
    transition: all 0.3s ease 0s;
}
footer .nav-link a:hover {
    letter-spacing: 1px;
    color: #ffbf00;
}
footer .nav-link a::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    margin-right: 1rem;
    color: #13873c;
}
footer .contact-details a {
    color: #000000;
    font-size: 1.6rem;
    font-family: Poppins, sans-serif;
}
footer .contact-details .each-element {
    margin-bottom: 1rem;
}
footer .fooer-menu-info {
    padding: 20px 0px;
}
footer .footer-copyrights-section {
    background-color: #13873c;
}
footer .footer-copyrights-section .copyright {
    font-size: 1.6rem;
    font-family: Poppins, sans-serif;
    color: #ffffff;
}
footer .footer-copyrights-section .copyright a {
    color: #ffbf00;
}

/*========== Footer CSS End ==========*/

@media (max-width: 1000px) {
    html {
        font-size: 50%;
    }

    .main-navbar .square-logo img {
        height: 80px;
        padding: 8px;
    }
    .main-navbar {
        height: 60px;
    }
    .header-contact-section a {
        font-size: 13px;
    }
    .main-navbar .square-logo {
        top: 0;
    }
    .navbar-toggler {
        margin-top: -18px;
    }
    .navbar-collapse {
        z-index: 2;
        background: #fff;
    }
    .navbar-collapse {
        text-align: right;
        padding: 0px 10px 20px 0px;
        right: -4px;
        top: -20px;
        position: relative;
    }
    .navbar-nav {
        margin-bottom: 10px;
    }
    .space-for-mob {
        margin-bottom: 50px;
    }
    .main-heading-section p {
        font-size: 16px;
    }
    .main-heading-section .view-all-link a {
        font-size: 15px;
    }
    footer {
        background-position: bottom 54px right 0px;
    }
    footer .about {
        text-align: center;
    }
    footer .about img {
        width: 50% !important;
    }
    .soical-link {
        margin: 20px 0px;
        justify-content: center;
    }
    .mob-menu-gap {
        margin-bottom: 10px;
    }
    .mob-text-align-center {
        text-align: center !important;
    }
}
