@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url("https://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css");
/* Smooth scroll behavior */

:root {
    scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
    font-family: 'Poppins', sans-serif;
    color: var(--color-default);
    overflow-x: hidden;
    font-weight: 400;
}

a {
    color: #f68723;
    text-decoration: none;
}

a:hover {
    color: #ffc732;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
}

a {
    transition: 0.3s;
}

#flex-scroll {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    position: absolute;
    z-index: 9;
    bottom: 0;
}

.popup-content .carousel-caption {
    top: 0%;
}

.carousel-caption {
    position: absolute;
    right: 5%;
    bottom: 1.25rem;
    left: 5%;
    top: 10%;
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: left;
}

.azadi-logo {
    height: 4.5vw;
}

.smart-dash-btn {
    background-color: #fff;
    position: relative;
    width: 13vw;
    padding: 1rem 1.5rem;
    border-radius: 0px 10px 0px 10px;
    box-shadow: 4px 3px 10px rgb(0 0 0 / 43%);
    margin-left: 14%;
}

.smart-dash-btn:hover {
    transform: scale(1.1);
}

.smart-dash-btn img {
    width: 100%;
}

.back-dash-btn {
    background-color: #fff;
    position: relative;
    padding: 0.7vw 1.5vw;
    border-radius: 0px 10px 0px 10px;
    box-shadow: 4px 3px 10px rgb(0 0 0 / 43%);
    text-align: center;
    color: #000;
    font-weight: 500;
    font-size: 0.9vw;
    line-height: normal;
}

.back-dash-btn:hover {
    background-color: #f68728;
    color: #fff;
    transform: scale(1.1);
}

.back-dash-btn>i {
    margin-right: 5px;
}

.mla-dash-btn {
    background-color: #f68728;
    position: relative;
    padding: 0.7vw 1.5vw;
    border-radius: 0px 10px 0px 10px;
    box-shadow: 4px 3px 10px rgb(0 0 0 / 43%);
    text-align: center;
    color: #fff;
    font-weight: 500;
    font-size: 0.9vw;
    line-height: normal;
    margin-right: 1rem;
}

.mla-dash-btn:hover {
    background-color: #fff;
    color: #000;
    transform: scale(1.1);
}

.mla-dash-btn i {
    font-size: 14px;
    float: left;
}

.dash-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 1rem;
}

.box {
    width: 7%;
}

.box a {
    display: block
}

.box a img:hover {
    transition: all .3s;
    transform: translateY(-10px);
}

.box a img {
    width: 100%;
    position: relative;
    transition: 0.3s;
}

.tree-box {
    padding: 0px;
    margin-top: -100px;
    position: relative;
    z-index: 9;
    overflow: visible;
}

.treebox {
    border-radius: 5px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 40px -20px, rgba(0, 0, 0, 0.3) 0px 20px 30px -30px;
    margin-bottom: 40px;
}

.treebox fieldset {
    width: 100%;
    border: 1px solid #ffffff;
    border-radius: inherit;
    padding: 1rem 2rem 2rem 2em;
    background-color: #fff;
}

.treebox fieldset legend {
    line-height: 0;
    padding: 18px 10px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    color: #fff;
    float: none;
    border: 3px solid #fff;
    width: 160px;
    background-color: #c55d00;
    border-radius: 100px;
    background: #c55d00;
    margin: 0px;
}

.treebox fieldset {
    color: #000;
}

.schemes-center {
    padding: 0px;
    display: flex;
    width: 100%;
    margin: 0;
    margin-top: 0px;
}

.schemes-center>li {
    list-style: none;
    width: 20%;
    float: left;
    margin: 8px;
}

.schemes-center>li:first-child {
    width: 87%;
}

.schemes-center>li:first-child .amrut-list {
    width: 30%;
    float: left;
}

.schemes-center>li:first-child .amrut-list li {}

.schemes-icon-box {
    text-align: center;
    transition: 0.3s;
    width: 100%;
    vertical-align: middle;
    display: table;
    position: relative;
}

.schemes-icon-box>aside {
    position: absolute;
    top: -89px;
    background: #fff;
    border-radius: 100px;
    border: 1px solid #ffffff;
    z-index: 3;
    margin: auto;
    width: 80px;
    height: 80px;
    padding: 4px;
    left: 0px;
    right: 0px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 19%);
    overflow: hidden;
}

.schemes-icon-box>aside>img {
    width: 100%;
}

.schemes-icon-box span {
    background: #f5f5f5;
    width: 103px;
    height: 103px;
    padding: 12px;
    border: 1px solid #e7e7e7;
    overflow: hidden;
    display: inline-block;
    border-radius: 100%;
}

.schemes-icon-box span img {
    width: 100%;
}

.schemes-icon-box h4 {
    color: #000;
    font-size: 15px;
    margin: 0px;
    background: #f3f3f3;
    padding: 0px 4px;
    height: 45px;
    text-align: center;
    position: relative;
    z-index: 2;
    line-height: normal;
    display: table-cell;
    vertical-align: middle;
    font-weight: 700;
    border-radius: 2px;
}

.amrut-list {
    padding: 0;
    margin: 0;
    margin: 10px;
}

.amrut-list>li {
    list-style: none;
    position: relative;
    padding: 10px 0px;
    border-bottom: 1px solid #e7e4e4;
    line-height: normal;
    display: inline-block;
    width: 100%;
}

.amrut-list>li:last-child {
    border: 0;
}

/* .amrut-list > li:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #f68723;
  position: absolute;
  left: 0;
  top: 18px;
  border-radius: 5px;
} */

.amrut-list>li>a {
    font-size: 12px;
    color: #000;
    padding-right: 6px;
    display: flex;
    font-weight: 500;
}

.amrut-list>li>a>b {
    color: #ffffff;
    font-size: 8px;
    font-weight: 500;
    width: 18px;
    /* display: inline-block; */
    /* float: left; */
    background: #f68723;
    height: 18px;
    border-radius: 100px;
    padding: 0px 0px;
    text-align: center;
    line-height: 19px;
    margin-right: 6px;
    position: relative;
    top: 1px;
}

.amrut-list>li>a>span {
    width: 84%;
}

.amrut-list>li>a:hover {
    color: #f68723;
}

/*--------------------------------------------------------------
# Sections & Section Header
--------------------------------------------------------------*/

section {
    padding: 80px 0;
    overflow: hidden;
}

.section-bg {
    background-color: #f5f6f7;
}

.section-header {
    text-align: center;
    padding-bottom: 30px;
}

.section-header h2 {
    font-size: 28px;
    font-weight: 600;
    position: relative;
    color: #2e3135;
}

.section-header p {
    margin: 0 auto 0 auto;
}

@media (min-width: 1199px) {
    .section-header p {
        max-width: 60%;
    }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/

.breadcrumbs {
    padding: 240px 0 60px 0;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* .breadcrumbs:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  inset: 0;
} */

.breadcrumbs h2 {
    font-size: 56px;
    font-weight: 500;
    color: #fff;
    font-family: var(--font-secondary);
}

.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0 0 10px 0;
    margin: 0;
    font-size: 13px;
    font-weight: 400;
    color: #f68723;
}

.breadcrumbs ol a {
    color: rgba(255, 255, 255, 0.8);
    transition: 0.3s;
}

.breadcrumbs ol a:hover {
    text-decoration: underline;
}

.breadcrumbs ol li+li {
    padding-left: 10px;
}

.breadcrumbs ol li+li::before {
    display: inline-block;
    padding-right: 10px;
    color: #fff;
    content: "/";
}

/*--------------------------------------------------------------
# Scroll top button
--------------------------------------------------------------*/

.scroll-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
    background: #f68723;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}

.scroll-top i {
    font-size: 24px;
    color: #fff;
    line-height: 0;
}

.scroll-top:hover {
    background: #333;
    color: #fff;
}

.scroll-top.active {
    visibility: visible;
    opacity: 1;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/

#preloader {
    position: fixed;
    inset: 0;
    z-index: 999999;
    overflow: hidden;
    background: #fff;
    transition: all 0.6s ease-out;
}

#preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid #fff;
    border-color: #f68723 transparent #f68723 transparent;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: animate-preloader 1.5s linear infinite;
}

@keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/

@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

/*  ===============================================
    TopBar
------------------------*/

.top_bar {
    width: 100%;
}

.top_bar_inner {
    z-index: 2;
    display: flex;
    position: relative;
    background-color: #4e364a;
    padding-top: 6px;
}

.top_bar_inner:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 32px solid #4e364a;
    border-left: 26px solid transparent;
    position: absolute;
    left: -25px;
    top: 0px;
}

.top_bar_inner:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 32px solid #4e364a;
    border-right: 26px solid transparent;
    position: absolute;
    right: -25px;
    top: 0px;
}

.top_bar_icon {
    display: table-cell;
    vertical-align: middle;
    font-weight: 400;
    position: relative;
    top: -4px;
}

.top_bar_contact_item .top_bar_icon i {
    font-size: 15px;
}

.top_bar_contact_item,
.top_bar_contact_item span {
    color: #478d21;
    font-weight: 700;
}

.top_bar_contact_item {}

.top_bar_contact_item:not(.with-icon) {
    padding-left: 18px;
    margin-left: 18px;
}

.top_bar_contact_item:not(.with-icon):after {
    content: "";
    height: 6px;
    width: 6px;
    background-color: rgba(255, 255, 255, 0.30);
    display: block;
    position: absolute;
    left: -3px;
    top: 22px;
    border-radius: 20px;
}

.text-base-white .top_bar_contact_item>a {
    color: rgba(255, 255, 255, 0.70);
}

.top_bar_contact_list {
    margin: 0px;
    display: flex;
    padding: 0;
}

.top_bar_contact_list>li {
    list-style: none;
    padding: 0px 13px;
    line-height: normal;
    border-right: 1px solid rgb(255 255 255 / 21%);
}

.top_bar_contact_list>li:first-child {}

.top_bar_contact_list>li:last-child {
    border-right: 0;
}

.top_bar_contact_list>li>a {
    font-size: 14px;
    font-weight: 300;
    color: #fff;
}

.top_bar_contact_list>li>a:hover {}

.left-img {
    position: absolute;
    bottom: 70px;
    height: 580px;
    margin-left: -5rem;

}

.right-img {
    position: absolute;
    bottom: 40px;
    height: 530px;
    right: 50px;

}

.popup-content .left-img {
    /* position: absolute;
    bottom: 70px;
    height: 580px;
    margin-left: -5rem; */
    position: absolute;
    bottom: -20px;
    height: 680px;
    margin-left: -15rem;
}

.popup-content .right-img {
    /* position: absolute;
    bottom: 40px;
    height: 530px;
    right: 50px; */
    position: absolute;
    bottom: -20px;
    height: 778px;
    right: -210px;
}

.newtextspace .forupsrtc {
    background-color: #f68723 !important;
    border-radius: 12px 12px 12px 0px !important;
    padding: 5px 30px !important;
    font-size: 31px !important;
    text-shadow: none;
    display: inline;
    color: #fff;
    font-weight: 600;
}

.froomsplasfooter{
    background-color: #000000db;
        position: absolute;
        right: 0% !important;
        left: 0% !important;
        bottom: 0;
            padding: 20px 1rem;
}

.modulespls {
    text-align: center;
    padding: 0px;
    margin: 0px;
}


.newtextspace p span {
    color: #000;
    font-weight: 800;
    font-size: 8rem;
    line-height: 134px;
}

.newtextspace h5 {
    color: #bfbfbf;
    font-size: 2.3rem;
    font-weight: 400;
    margin-top: -18px;
}

.secondpopupcont .right-img2 {
    /* position: absolute;
    bottom: 40px;
    height: 530px;
    right: 50px; */
    /* position: absolute;
    bottom: 215px;
    height: 700px;
    right: 0px; */

        position: absolute;
            bottom: 217px;
            height: 684px;
            right: -120px;
}

.map-img {
    position: absolute;
    top: 6rem;
    height: 576px;
    right: 50px;
}

.page-change-sec {
    position: relative;
    display: flex;
    margin: 4px 3px;
    padding: 0px;
}

.page-change-sec>li:first-child {
    list-style: none;
    margin-left: 5px;
}

.page-change-sec>li {
    list-style: none;
    margin-right: 5px;
}

.page-change-sec>li>a {
    border: 1px solid #b9b9b9;
    width: 18px;
    display: block;
    height: 18px;
    line-height: 15px;
    text-align: center;
    font-size: 12px;
    color: #545454;
    background-color: #fff;
}

.page-change-sec>li>a:hover {
    background-color: #f68723;
    color: #fff;
    border: 1px solid #f68723;
}

.navbar-right-select {
    position: relative;
    top: 0px;
    margin: 0px 0px;
    display: block;
}

.navbar-right-select>li {
    display: inline-block;
}

.toplogin-btn {
    margin-right: 0px;
    white-space: nowrap;
    display: inline-block;
    font-weight: 400;
    color: #ffffff;
    background: #f1731c;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    padding: 0px 12px;
    border-radius: 2px;
    font-size: 12px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.toplogin-btn:hover {
    color: #ffffff;
    background: #d5712c;
}

.reg-btn {
    text-align: center;
    font-weight: 500;
    position: relative;
    display: inline-block;
    padding: 0px 12px;
    color: #fff;
    margin: 0px auto;
    font-size: 12px;
    background: #478d21;
    border-radius: 2px;
}

.reg-btn:hover {
    color: #fff;
    background: #478d21;
}

.language {
    font-size: 12px;
    display: inline-block;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    color: #fff;
    padding: 4px 12px;
    border-radius: 2px;
    background: transparent;
    border: 1px solid rgb(255 255 255 / 42%);
    line-height: normal;
}

.language:hover {
    color: #000;
    background: #ffffff;
}

.language:focus {
    color: #000;
    background: #ffffff;
}

.table-borderless {
    margin: 0px;
}

.table-borderless tbody tr td,
.table-borderless tbody tr th {
    font-size: 13px;
    line-height: normal;
    padding: 8px;
    background: #f9f9f9;
}

.table-borderless tbody tr td strong {
    font-weight: 900;
}

.table-borderless tbody tr {
    border-bottom: 1px solid #e3dddd;
}

.table-borderless tbody tr:last-child {
    border-bottom: 0;
}

.header {
    z-index: 997;
    position: absolute;
    padding: 0px 0;
    top: 0;
    left: 0;
    right: 0;
    padding-top: 20px;
}

.header .logo img {
    max-height: 5vw;
    margin-right: 1vw;
}

.header .logo h1 {
    font-size: 2.2vw;
    font-weight: 700;
    color: #fff;
    margin: 0;
    line-height: 2.8vw;
}

.header .logo h1 span {
    display: block;
    font-size: 1vw;
    font-weight: 400;
    line-height: normal;
}

.dash-header {
    z-index: 997;
    position: relative;
    padding: 0px 0;
    top: 0;
    left: 0;
    right: 0;
    padding: 2rem 0rem;
    background: #33120d;
    display: flex;
    width: 100%;
}

.dash-header .logo img {
    max-height: 44px;
    margin-right: 12px;
}

.dash-header .logo h2 {
    font-size: 1.5vw;
    font-weight: 500;
    color: #fff;
    margin: 0;
    line-height: 24px;
    border-left: solid #979797 1px;
    padding-left: 14px;
}

.dash-header .logo h2 span {
    display: block;
    font-size: 0.7vw;
    font-weight: 200;
    line-height: normal;
    padding-top: 4px;
}

/*--------------------------------------------------------------
# Desktop Navigation
--------------------------------------------------------------*/

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    padding-right: calc(var(--bs-gutter-x) * 3);
    padding-left: calc(var(--bs-gutter-x) * 3);
}

.container-navbar {
    padding-left: 130px;
    margin-top: 20px;
    background: #fff;
}

.container-navbar:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 50px solid #fff;
    border-left: 30px solid transparent;
    position: absolute;
    margin-left: 43px;
}

.container-navbar::after {
    content: "";
    width: 20%;
    height: 49px;
    background-color: #fff;
    position: absolute;
    right: 0px;
    margin-top: -49px;
    z-index: -1;
}

@media (min-width: 1280px) {
    .navbar {
        padding: 0;
        background-color: #fff;
    }

    .navbar ul {
        margin: 0 0rem;
        padding: 0;
        display: flex;
        list-style: none;
        align-items: center;
    }

    .navbar li {
        position: relative;
    }

    .navbar>ul>li {
        white-space: nowrap;
        padding: 6px 28px;
        margin-left: 0px;
        border-right: 1px solid #ededed;
    }

    .navbar>ul>li:last-child {
        border-right: 0;
    }

    .navbar a,
    .navbar a:focus {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 0px;
        font-size: 14px;
        font-weight: 500;
        color: #000;
        white-space: nowrap;
        transition: 0.3s;
        position: relative;
        line-height: 28px;
        height: 37px;
    }

    .navbar a i,
    .navbar a:focus i {
        font-size: 12px;
        line-height: 0;
        margin-left: 5px;
    }

    /* .navbar > ul > li > a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -6px;
    left: 0;
    background-color: #f68723;
    visibility: hidden;
    width: 0px;
    transition: all 0.3s ease-in-out 0s;
  } */
    .navbar a:hover:before,
    .navbar li:hover>a:before,
    .navbar .active:before {
        visibility: visible;
        width: 100%;
    }

    .navbar a:hover,
    .navbar .active,
    .navbar .active:focus,
    .navbar li:hover>a {
        color: #e85700;
    }

    .navbar .dropdown ul {
        display: block;
        position: absolute;
        left: 2px;
        top: calc(100% + 30px);
        margin: 0;
        padding: 10px 217px;
        z-index: 99;
        width: 100vw;
        left: -314px;
        opacity: 0;
        visibility: hidden;
        background: #fff;
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
        transition: 0.3s;
    }

    .navbar .dropdown ul li {
        min-width: 200px;
    }

    .navbar .dropdown ul a {
        padding: 12px;
        font-size: 12px;
        text-transform: none;
        color: var(--color-default);
        height: auto;
        line-height: 24px;
    }

    .navbar .dropdown ul a i {
        font-size: 12px;
    }

    .navbar .dropdown ul a:hover,
    .navbar .dropdown ul .active:hover,
    .navbar .dropdown ul li:hover>a {
        color: #f68723;
    }

    .navbar .dropdown:hover>ul {
        opacity: 1;
        top: 100%;
        visibility: visible;
    }

    .navbar .dropdown:hover>ul span {
        font-size: 16px;
        padding: 4px 10px;
        display: block;
        margin: 4px 16px;
        /* background-color: #eee; */
        border-radius: 0px 10px 0px 10px;
        font-weight: 500;
        text-transform: uppercase;
        text-wrap: pretty;
    }

    .navbar .dropdown .dropdown ul {
        top: 0;
        left: calc(100% - 30px);
        visibility: hidden;
    }

    .navbar .dropdown .dropdown:hover>ul {
        opacity: 1;
        top: 0;
        left: 100%;
        visibility: visible;
    }
}

@media (min-width: 1280px) and (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }

    .navbar .dropdown .dropdown:hover>ul {
        left: -100%;
    }
}

@media (min-width: 1280px) {

    .mobile-nav-show,
    .mobile-nav-hide {
        display: none;
    }
}

/*--------------------------------------------------------------
# Mobile Navigation
--------------------------------------------------------------*/

@media (max-width: 1279px) {
    .container-navbar:before {
        content: "";
        display: none;
    }

    .container-navbar::after {
        content: "";
        display: none;
    }

    .navbar {
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        max-width: 400px;
        bottom: 0;
        transition: 0.3s;
        z-index: 9997;
    }

    .navbar ul {
        position: absolute;
        inset: 0;
        padding: 50px 0 10px 0;
        margin: 0;
        background: rgba(0, 0, 0, 0.8);
        overflow-y: auto;
        transition: 0.3s;
        z-index: 9998;
    }

    .navbar a,
    .navbar a:focus {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 20px;
        font-family: 'Poppins', sans-serif;
        font-size: 15px;
        font-weight: 500;
        color: #000;
        white-space: nowrap;
        text-transform: uppercase;
        transition: 0.3s;
    }

    .navbar a i,
    .navbar a:focus i {
        font-size: 12px;
        line-height: 0;
        margin-left: 5px;
    }

    .navbar a:hover,
    .navbar .active,
    .navbar .active:focus,
    .navbar li:hover>a {
        color: #fff;
    }

    .navbar .dropdown ul,
    .navbar .dropdown .dropdown ul {
        position: static;
        display: none;
        padding: 10px 0;
        margin: 10px 20px;
        transition: all 0.5s ease-in-out;
        border: 1px solid #222428;
    }

    .navbar .dropdown>.dropdown-active,
    .navbar .dropdown .dropdown>.dropdown-active {
        display: block;
    }

    .mobile-nav-show {
        position: relative;
        color: #fff;
        font-size: 28px;
        cursor: pointer;
        line-height: 0;
        transition: 0.5s;
        z-index: 9999;
        padding-right: 10px;
    }

    .mobile-nav-hide {
        color: #fff;
        font-size: 32px;
        cursor: pointer;
        line-height: 0;
        transition: 0.5s;
        position: fixed;
        right: 20px;
        top: 20px;
        z-index: 9999;
    }

    .mobile-nav-active {
        overflow: hidden;
    }

    .mobile-nav-active .navbar {
        right: 0;
    }

    .mobile-nav-active .navbar:before {
        content: "";
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, 0.6);
        z-index: 9996;
    }
}

/*--------------------------------------------------------------
# Get Started Section
--------------------------------------------------------------*/

.get-started .content {
    padding: 30px 0;
}

.get-started .content h3 {
    font-size: 36px;
    color: var(--color-secondary);
    font-weight: 600;
    margin-bottom: 25px;
    padding-bottom: 25px;
    position: relative;
}

.get-started .content h3:after {
    content: "";
    position: absolute;
    display: block;
    width: 60px;
    height: 4px;
    background: #f68723;
    left: 0;
    bottom: 0;
}

.get-started .content p {
    font-size: 14px;
}

.get-started .php-email-form {
    background: #fff;
    padding: 30px;
    height: 100%;
}

@media (max-width: 575px) {
    .get-started .php-email-form {
        padding: 20px;
    }
}

.get-started .php-email-form h3 {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.get-started .php-email-form p {
    font-size: 14px;
    margin-bottom: 20px;
}

.get-started .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #df1529;
    text-align: left;
    padding: 15px;
    margin-bottom: 24px;
    font-weight: 600;
}

.get-started .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #059652;
    text-align: center;
    padding: 15px;
    margin-bottom: 24px;
    font-weight: 600;
}

.get-started .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
    margin-bottom: 24px;
}

.get-started .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #059652;
    border-top-color: #fff;
    animation: animate-loading 1s linear infinite;
}

.get-started .php-email-form input,
.get-started .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    border-radius: 0;
}

.get-started .php-email-form input:focus,
.get-started .php-email-form textarea:focus {
    border-color: #f68723;
}

.get-started .php-email-form input {
    padding: 12px 15px;
}

.get-started .php-email-form textarea {
    padding: 12px 15px;
}

.get-started .php-email-form button[type=submit] {
    background: #f68723;
    border: 0;
    padding: 10px 30px;
    color: #fff;
    transition: 0.4s;
    border-radius: 4px;
}

.get-started .php-email-form button[type=submit]:hover {
    background: rgba(254, 185, 0, 0.8);
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# Constructions Section
--------------------------------------------------------------*/

.constructions {
    padding-right: 5rem;
}

.constructions .card-item {
    position: relative;
    margin-bottom: 2rem;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 40px -20px, rgba(0, 0, 0, 0.3) 0px 20px 30px -30px;
}

.constructions .card-item .card-bg {}

.constructions .card-item .card-bg img {
    background: #efc17d;
    /* border: 1px solid #dbdada; */
    display: block;
    margin: auto;
    width: 100%;
}

.constructions .card-item .card-body {
    text-align: center;
    height: auto;
    padding: 10px;
}

.constructions .card-item h4 {
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 3px;
    color: #000;
}

.constructions .card-item p {
    color: #000;
    margin: 0px;
    font-size: 12px;
    font-weight: 500;
}

/*--------------------------------------------------------------
# Services Section
--------------------------------------------------------------*/

.services .service-item {
    padding: 40px;
    background: #fff;
    height: 100%;
}

.services .service-item .icon {
    width: 48px;
    height: 48px;
    position: relative;
    margin-bottom: 50px;
}

.services .service-item .icon i {
    color: var(--color-secondary);
    font-size: 40px;
    transition: ease-in-out 0.3s;
    z-index: 2;
    position: relative;
    line-height: 1.8;
}

.services .service-item .icon:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #f0f1f2;
    border-radius: 50px;
    z-index: 1;
    top: 10px;
    right: -15px;
    transition: 0.3s;
}

.services .service-item h3 {
    color: var(--color-default);
    font-weight: 700;
    margin: 0 0 20px 0;
    padding-bottom: 8px;
    font-size: 22px;
    position: relative;
    display: inline-block;
    border-bottom: 4px solid #ebebed;
    transition: 0.3s;
}

.services .service-item p {
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
}

.services .service-item .readmore {
    margin-top: 15px;
    display: inline-block;
    color: #f68723;
}

.services .service-item:hover .icon:before {
    background: #f68723;
}

.services .service-item:hover h3 {
    border-color: #f68723;
}

/*--------------------------------------------------------------
# Features Section
--------------------------------------------------------------*/

.features .nav-tabs {
    border: 0;
}

.features .nav-link {
    padding: 15px 0;
    transition: 0.3s;
    color: var(--color-secondary);
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    height: 100%;
    border: 0;
    border-bottom: 4px solid #e2e4e6;
}

.features .nav-link i {
    padding-right: 15px;
    font-size: 48px;
}

.features .nav-link h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}

@media (max-width: 575px) {
    .features .nav-link h4 {
        font-size: 16px;
    }
}

.features .nav-link:hover {
    color: #f68723;
}

.features .nav-link.active {
    color: #f68723;
    background-color: transparent;
    border-color: #f68723;
}

.features .tab-content {
    margin-top: 30px;
}

.tab-content {
    margin-top: 2rem;
}

.features .tab-pane h3 {
    font-weight: 700;
    font-size: 32px;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.features .tab-pane h3:after {
    content: "";
    position: absolute;
    display: block;
    width: 60px;
    height: 3px;
    background: #f68723;
    left: 0;
    bottom: 0;
}

.features .tab-pane ul {
    list-style: none;
    padding: 0;
}

.features .tab-pane ul li {
    padding-top: 10px;
}

.features .tab-pane ul i {
    font-size: 20px;
    padding-right: 4px;
    color: #f68723;
}

.features .tab-pane p:last-child {
    margin-bottom: 0;
}

/*--------------------------------------------------------------
# Our Projects Section
--------------------------------------------------------------*/

.projects .portfolio-flters {
    padding: 0;
    margin: 0 auto 20px auto;
    list-style: none;
    text-align: center;
}

.projects .portfolio-flters li {
    cursor: pointer;
    display: inline-block;
    padding: 0;
    font-size: 18px;
    font-weight: 500;
    margin: 0 10px;
    line-height: 1;
    margin-bottom: 5px;
    transition: all 0.3s ease-in-out;
}

.projects .portfolio-flters li:hover,
.projects .portfolio-flters li.filter-active {
    color: #f68723;
}

.projects .portfolio-flters li:first-child {
    margin-left: 0;
}

.projects .portfolio-flters li:last-child {
    margin-right: 0;
}

@media (max-width: 575px) {
    .projects .portfolio-flters li {
        font-size: 14px;
        margin: 0 5px;
    }
}

.projects .portfolio-content {
    position: relative;
    overflow: hidden;
}

.projects .portfolio-content img {
    transition: 0.3s;
}

.projects .portfolio-content .portfolio-info {
    opacity: 0;
    position: absolute;
    inset: 0;
    z-index: 3;
    transition: all ease-in-out 0.3s;
    background: rgba(0, 0, 0, 0.6);
    padding: 15px;
}

.projects .portfolio-content .portfolio-info h4 {
    font-size: 14px;
    padding: 5px 10px;
    font-weight: 400;
    color: #fff;
    display: inline-block;
    background-color: #f68723;
}

.projects .portfolio-content .portfolio-info p {
    position: absolute;
    bottom: 10px;
    text-align: center;
    display: inline-block;
    left: 0;
    right: 0;
    font-size: 16px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.8);
}

.projects .portfolio-content .portfolio-info .preview-link,
.projects .portfolio-content .portfolio-info .details-link {
    position: absolute;
    left: calc(50% - 40px);
    font-size: 26px;
    top: calc(50% - 14px);
    color: #fff;
    transition: 0.3s;
    line-height: 1.2;
}

.projects .portfolio-content .portfolio-info .preview-link:hover,
.projects .portfolio-content .portfolio-info .details-link:hover {
    color: #f68723;
}

.projects .portfolio-content .portfolio-info .details-link {
    left: 50%;
    font-size: 34px;
    line-height: 0;
}

.projects .portfolio-content:hover .portfolio-info {
    opacity: 1;
}

.projects .portfolio-content:hover img {
    transform: scale(1.1);
}

/*--------------------------------------------------------------
# Testimonials Section
--------------------------------------------------------------*/

.testimonials2 {
    background: url("../img/Major-bg.jpg") no-repeat center center;
    background-size: cover;
    padding: 8rem 0rem;
}

.testimonials .testimonial-wrap {
    padding-left: 0px;
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
    overflow: hidden;
}

.testimonials .testimonial-item {
    box-sizing: content-box;
    padding: 10px;
    margin: 0px;
    min-height: 97px;
    box-shadow: 0px 2px 20px rgba(82, 86, 94, 0.1);
    position: relative;
    background: #fff;
    border-radius: 5px;
    display: block;
}

.testimonials .testimonial-item:hover .testimonial-img {
    transform: scale(1.11);
    z-index: 9;
}

.testimonials .testimonial-item .testimonial-img {
    height: 100px;
    margin: auto;
    display: block;
    aspect-ratio: 3 / 2;
    object-fit: contain;
    transition: linear 0.1s;
}

.testimonials .testimonial-item h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0 5px 0;
    color: #000;
}

.testimonials .testimonial-item h4 {
    font-size: 14px;
    color: #999;
    margin: 0;
}

.testimonials .testimonial-item .stars {
    margin: 10px 0;
}

.testimonials .testimonial-item .stars i {
    color: #ffc107;
    margin: 0 1px;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
    color: #ffd565;
    font-size: 26px;
    line-height: 0;
}

.testimonials .testimonial-item .quote-icon-left {
    display: inline-block;
    left: -5px;
    position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
    display: inline-block;
    right: -5px;
    position: relative;
    top: 10px;
    transform: scale(-1, -1);
}

.testimonials .testimonial-item p {
    font-style: italic;
    margin: 15px auto 15px auto;
}

.testimonials .swiper-pagination {
    margin-top: 30px;
    position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    background-color: #d5d7da;
    opacity: 1;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #c15b00;
}

@media (max-width: 767px) {
    .testimonials .testimonial-wrap {
        padding-left: 0;
    }

    .testimonials .testimonials-carousel,
    .testimonials .testimonials-slider {
        overflow: hidden;
    }

    .testimonials .testimonial-item {
        padding: 30px;
        margin: 15px;
    }

    .testimonials .testimonial-item .testimonial-img {
        position: static;
        left: auto;
    }
}

/*--------------------------------------------------------------
# Alt Services Section
--------------------------------------------------------------*/

.alt-services .img-bg {
    background-size: cover;
    background-position: center center;
    min-height: 400px;
}

.alt-services h3 {
    font-size: 28px;
    font-weight: 700;
    color: var(--color-secondary);
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}

.alt-services h3:after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background: #f68723;
    left: 0;
    bottom: 0;
}

.programmes-header {
    font-size: 22px;
    background: #f68723;
    padding: 12px 20px;
    color: #fff;
    text-align: center;
    position: relative;
    margin-bottom: 20px;
}

.programmes-header:before {
    content: '';
    border-top: 10px solid #f68723;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    bottom: -9px;
    left: 47px;
    margin: auto;
}

.programmes-icon-box {
    display: block;
    border: 1px solid #d6d6d6;
    background: #f8f8f8;
    width: 100%;
    margin-bottom: 2rem;
    transition: 0.3s;
}

.bgnone {

    margin-bottom: 1.7rem;
    margin-top: 1.3rem;
}

.bgnone:hover {
    box-shadow: none !important;
    border: 1px solid #d6d6d6 !important;
}

.programmes-icon-box:hover {
    border: 1px solid #fff;
    background: #fff;
    box-shadow: 0px 8px 40px #b9b9b9;
    transform: scale(1.1);
}

.programmes-icon-box:hover span img {
    border: 1px solid #fff;
    background: #fff;
    box-shadow: 0px 8px 40px #b9b9b9;
    transform: scale(1.2);
}

/* .programmes-icon-box:hover {
  border: 1px solid #1e1e1e;
  background: #1e1e1e;
} */

.programmes-icon-box span {
    width: 100%;
    height: 230px;
    overflow: hidden;
    display: block;
}

.programmes-icon-box span img {
    width: 100%;
    object-fit: fill;
    height: 100%;
    transition: linear 0.2s;
}

.programmes-icon-box .scheme-text {
    padding: 2rem 2rem;
}

.programmes-icon-box .scheme-text h4 {
    color: #000;
    font-size: 1vw;
    margin: 0px;
    line-height: normal;
    font-weight: 600;
    padding-top: 0px;
    text-align: left;
    height: 60px;
    margin-bottom: 1.5rem;
}

.newheaight.scheme-text h4 {
    height: auto !important;
}

.programmes-icon-box .scheme-text p {
    margin-bottom: 1.5rem;
}

.programmes-icon-box .scheme-text a {
    border: 1px solid #84b43e;
    background: #84b43e;
    color: #fff;
    display: inline-block;
    width: 47%;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 38px;
    margin-right: 4%;
    border-radius: 0px 10px 0px 10px;
}

.programmes-icon-box .scheme-text a:last-child {
    border: 1px solid #d7d7d7;
    background: #d7d7d7;
    margin-right: 0rem;
    color: #000;
}

.programmes-icon-box .scheme-text a:hover {
    border: 1px solid #f68723;
    background: #f68723;
    color: #fff;
}

.chartsection-bg {
    background: #f68723;
}

.alt-services .icon-box {
    margin-top: 50px;
}

.alt-services .icon-box i {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f68723;
    margin-right: 25px;
    font-size: 28px;
    width: 56px;
    height: 56px;
    border-radius: 4px;
    line-height: 0;
    box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.08);
    background-color: #fff;
    transition: 0.3s;
}

.alt-services .icon-box:hover i {
    background-color: #f68723;
    color: #fff;
}

.alt-services .icon-box h4 {
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 18px;
}

.alt-services .icon-box h4 a {
    color: #000;
    transition: 0.3s;
}

.alt-services .icon-box h4 a:hover {
    color: #f68723;
}

.alt-services .icon-box p {
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
}

/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/

.about h2 {
    font-size: 48px;
    font-weight: 700;
    font-family: var(--font-secondary);
    margin: 30px 0;
}

@media (min-width: 991px) {
    .about h2 {
        max-width: 65%;
        margin: 0 0 80px 0;
    }
}

.about .our-story {
    padding: 40px;
    background-color: #f5f6f7;
}

@media (min-width: 991px) {
    .about .our-story {
        padding-right: 35%;
    }
}

.about .our-story h4 {
    text-transform: uppercase;
    font-size: 18px;
    color: #838893;
}

.about .our-story h3 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--color-secondary);
}

.about .our-story p:last-child {
    margin-bottom: 0;
}

.about ul {
    list-style: none;
    padding: 0;
    font-size: 15px;
}

.about ul li {
    padding: 5px 0;
    display: flex;
    align-items: center;
}

.about ul i {
    font-size: 20px;
    margin-right: 4px;
    color: #f68723;
}

.about .watch-video i {
    font-size: 32px;
    transition: 0.3s;
    color: #f68723;
}

.about .watch-video a {
    font-weight: 600;
    color: var(--color-secondary);
    margin-left: 8px;
    transition: 0.3s;
}

.about .watch-video:hover a {
    color: #f68723;
}

.about .about-img {
    min-height: 600px;
    background-size: cover;
    background-position: center;
}

@media (min-width: 992px) {
    .about .about-img {
        position: absolute;
        top: 0;
        right: 0;
    }
}

/*--------------------------------------------------------------
# Stats Counter Section
--------------------------------------------------------------*/

.stats-counter .stats-item {
    padding: 30px 20px;
}

.stats-counter .stats-item i {
    line-height: 0;
    margin-right: 0px;
    color: #f68723;
    width: 96px;
}

.stats-counter .stats-item i img {
    width: 34%;
}

.stats-counter .stats-item {
    font-size: 28px;
    font-weight: 500;
    color: #fff;
    text-align: center;
}

.stats-counter .stats-item span {
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    white-space: nowrap;
}

.stats-counter .stats-item p {
    padding: 0;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 26px;
    color: #fff;
    white-space: nowrap;
}

/*--------------------------------------------------------------
# Our Team Section
--------------------------------------------------------------*/

.team .member {
    position: relative;
}

.team .member .member-img {
    margin: 0 80px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}

@media (max-width: 1024px) {
    .team .member .member-img {
        margin: 0 60px;
    }
}

.team .member .member-img img {
    position: relative;
    z-index: 1;
}

.team .member .member-img .social {
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    padding-bottom: 20px;
    transition: 0.3s;
    visibility: hidden;
    opacity: 0;
}

.team .member .member-img .social a {
    transition: 0.3s;
    color: #fff;
    font-size: 20px;
    margin: 0 8px;
}

.team .member .member-img .social a:hover {
    color: #f68723;
}

.team .member .member-info {
    margin-top: 30px;
}

.team .member .member-info h4 {
    font-weight: 700;
    margin-bottom: 6px;
    font-size: 18px;
    color: var(--color-secondary);
}

.team .member .member-info span {
    font-style: italic;
    display: block;
    font-size: 15px;
    color: #838893;
    margin-bottom: 10px;
}

.team .member .member-info p {
    margin-bottom: 0;
    font-size: 14px;
}

.team .member:hover .member-img .social {
    padding-bottom: 0;
    visibility: visible;
    opacity: 1;
}

/*--------------------------------------------------------------
# Servie Cards Section
--------------------------------------------------------------*/

.services-cards h3 {
    font-size: 20px;
    font-weight: 700;
    color: var(--color-secondary);
}

.services-cards p {
    font-size: 15px;
}

.services-cards ul li {
    display: flex;
    align-items: center;
    font-size: 14px;
    padding-top: 10px;
}

.services-cards ul li i {
    font-size: 16px;
    color: #f68723;
    margin-right: 6px;
}

/*--------------------------------------------------------------
# Projet Details Section
--------------------------------------------------------------*/

.project-details .portfolio-details-slider img {
    width: 100%;
}

.project-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: rgba(255, 255, 255, 0.7);
    opacity: 1;
}

.project-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #f68723;
}

.project-details .swiper-button-prev,
.project-details .swiper-button-next {
    width: 48px;
    height: 48px;
}

.project-details .swiper-button-prev:after,
.project-details .swiper-button-next:after {
    color: rgba(255, 255, 255, 0.8);
    background-color: rgba(0, 0, 0, 0.2);
    font-size: 13px;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

.project-details .swiper-button-prev:hover:after,
.project-details .swiper-button-next:hover:after {
    background-color: rgba(0, 0, 0, 0.6);
}

@media (max-width: 575px) {

    .project-details .swiper-button-prev,
    .project-details .swiper-button-next {
        display: none;
    }
}

.project-details .portfolio-info h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}

.project-details .portfolio-info h3:after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background: #f68723;
    left: 0;
    bottom: 0;
}

.project-details .portfolio-info ul {
    list-style: none;
    padding: 0;
    font-size: 15px;
}

.project-details .portfolio-info ul li {
    display: flex;
    flex-direction: column;
    padding-bottom: 15px;
}

.project-details .portfolio-info ul strong {
    text-transform: uppercase;
    font-weight: 400;
    color: #838893;
    font-size: 14px;
}

.project-details .portfolio-info .btn-visit {
    padding: 8px 40px;
    background: #f68723;
    color: #fff;
    border-radius: 50px;
    transition: 0.3s;
}

.project-details .portfolio-info .btn-visit:hover {
    background: #ffc019;
}

.project-details .portfolio-description h2 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--color-secondary);
}

.project-details .portfolio-description p {
    padding: 0;
}

.project-details .portfolio-description .testimonial-item {
    padding: 30px 30px 0 30px;
    position: relative;
    background: #f5f6f7;
    height: 100%;
    margin-bottom: 50px;
}

.project-details .portfolio-description .testimonial-item .testimonial-img {
    width: 90px;
    border-radius: 50px;
    border: 6px solid #fff;
    float: left;
    margin: 0 10px 0 0;
}

.project-details .portfolio-description .testimonial-item h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 15px 0 5px 0;
    padding-top: 20px;
}

.project-details .portfolio-description .testimonial-item h4 {
    font-size: 14px;
    color: #6c757d;
    margin: 0;
}

.project-details .portfolio-description .testimonial-item .quote-icon-left,
.project-details .portfolio-description .testimonial-item .quote-icon-right {
    color: #ffd565;
    font-size: 26px;
    line-height: 0;
}

.project-details .portfolio-description .testimonial-item .quote-icon-left {
    display: inline-block;
    left: -5px;
    position: relative;
}

.project-details .portfolio-description .testimonial-item .quote-icon-right {
    display: inline-block;
    right: -5px;
    position: relative;
    top: 10px;
    transform: scale(-1, -1);
}

.project-details .portfolio-description .testimonial-item p {
    font-style: italic;
    margin: 0 0 15px 0 0 0;
    padding: 0;
}

/*--------------------------------------------------------------
# Service Details Section
--------------------------------------------------------------*/

.service-details .services-list {
    padding: 10px 30px;
    border: 1px solid #d5d7da;
    margin-bottom: 20px;
}

.service-details .services-list a {
    display: block;
    line-height: 1;
    padding: 8px 0 8px 15px;
    border-left: 3px solid #d9e3e8;
    margin: 20px 0;
    color: var(--color-secondary);
    transition: 0.3s;
}

.service-details .services-list a.active {
    font-weight: 700;
    border-color: #f68723;
}

.service-details .services-list a:hover {
    border-color: #f68723;
}

.service-details .services-img {
    margin-bottom: 20px;
}

.service-details h3 {
    font-size: 28px;
    font-weight: 700;
}

.service-details h4 {
    font-size: 20px;
    font-weight: 700;
}

.service-details p {
    font-size: 15px;
}

.service-details ul {
    list-style: none;
    padding: 0;
    font-size: 15px;
}

.service-details ul li {
    padding: 5px 0;
    display: flex;
    align-items: center;
}

.service-details ul i {
    font-size: 20px;
    margin-right: 8px;
    color: #f68723;
}

/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/

.contact .info-item {
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
    padding: 20px 0 30px 0;
}

.contact .info-item i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    font-size: 24px;
    line-height: 0;
    color: #f68723;
    border-radius: 50%;
    border: 2px dotted #ffd565;
}

.contact .info-item h3 {
    font-size: 20px;
    color: #6c757d;
    font-weight: 700;
    margin: 10px 0;
}

.contact .info-item p {
    padding: 0;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
}

.contact .php-email-form {
    width: 100%;
    background: #fff;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
    padding: 30px;
}

.contact .php-email-form .form-group {
    padding-bottom: 20px;
}

.contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #df1529;
    text-align: left;
    padding: 15px;
    font-weight: 600;
}

.contact .php-email-form .error-message br+br {
    margin-top: 25px;
}

.contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #059652;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

.contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}

.contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #059652;
    border-top-color: #fff;
    animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
    border-color: #f68723;
}

.contact .php-email-form input {
    height: 44px;
}

.contact .php-email-form textarea {
    padding: 10px 12px;
}

.contact .php-email-form button[type=submit] {
    background: #f68723;
    border: 0;
    padding: 10px 35px;
    color: #fff;
    transition: 0.4s;
    border-radius: 5px;
}

.contact .php-email-form button[type=submit]:hover {
    background: rgba(254, 185, 0, 0.8);
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# Recent Blog Posts Section
--------------------------------------------------------------*/

.recent-blog-posts .post-item {
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.06);
    transition: 0.3s;
}

.recent-blog-posts .post-item .post-img img {
    transition: 0.5s;
}

.recent-blog-posts .post-item .post-date {
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #f68723;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    padding: 6px 12px;
    font-weight: 500;
}

.recent-blog-posts .post-item .post-content {
    padding: 30px;
}

.recent-blog-posts .post-item .post-title {
    font-size: 24px;
    color: var(--color-secondary);
    font-weight: 700;
    transition: 0.3s;
    margin-bottom: 15px;
}

.recent-blog-posts .post-item .meta i {
    font-size: 16px;
    color: #f68723;
}

.recent-blog-posts .post-item .meta span {
    font-size: 15px;
    color: #838893;
}

.recent-blog-posts .post-item hr {
    color: #888;
    margin: 20px 0;
}

.recent-blog-posts .post-item .readmore {
    display: flex;
    align-items: center;
    font-weight: 600;
    line-height: 1;
    transition: 0.3s;
    color: #838893;
}

.recent-blog-posts .post-item .readmore i {
    line-height: 0;
    margin-left: 6px;
    font-size: 16px;
}

.recent-blog-posts .post-item:hover .post-title,
.recent-blog-posts .post-item:hover .readmore {
    color: #f68723;
}

.recent-blog-posts .post-item:hover .post-img img {
    transform: scale(1.1);
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

.hero {
    overflow-x: hidden;
    padding: 0;
}

.popup-onload .hero .carousel {

    min-height: 100vh;
}

.hero .carousel {
    width: 100%;
    min-height: 870px;
    padding: 0px 0;
    margin: 0;
    position: relative;
}

.hero .carousel-item {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    z-index: 1;
    transition-duration: 0.4s;
}

.hero .carousel-control-prev,
.hero .carousel-control-next {
    width: auto;
}

/* .hero .carousel-item::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  inset: 0;
} */

.hero .info {
    position: absolute;
    inset: 0;
    z-index: 2;
}

.modiji-comma {
    position: relative;
    top: -16px;
    z-index: 0;
    margin-left: -4rem;
}

.modiji-caption-text1 {
    text-align: left;
    line-height: 2.8vw;
    font-size: 2vw;
    color: #fff;
    position: relative;
}

.modiji-caption-text1 span {
    color: #fff;
    font-weight: 700;
}

.modiji-caption-text1 b {
    color: #70250e;
    font-weight: 700;
}

@media (max-width: 768px) {
    .hero .info {
        padding: 0 50px;
    }
}

.hero .info h2 {
    color: #fff;
    margin-bottom: 0px;
    padding-bottom: 10px;
    font-size: 2.5vw;
    font-weight: 700;
    position: relative;
    text-shadow: 2px 2px #000000;
}

.hero .info h2 span {
    display: block;
}

/* .hero .info h2:after {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 4px;
  background: #f68723;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
} */

@media (max-width: 768px) {
    .hero .info h2 {
        font-size: 36px;
    }
}

.hero .info p {
    color: #fff;
    font-size: 1.2vw;
    padding: 10px 0px;
}

.hero .info .btn-get-started {
    font-weight: 600;
    font-size: 0.8vw;
    display: inline-block;
    padding: 12px 50px;
    border-radius: 0px 10px 0px 10px;
    transition: 0.5s;
    text-transform: uppercase;
    color: #000;
    background-color: #fff;
    margin-top: 10px;
}

.hero .info .btn-get-started:hover {
    color: #fff;
    background: #f68723;
}

.hero .carousel-control-prev {
    justify-content: start;
}

@media (min-width: 640px) {
    .hero .carousel-control-prev {
        padding-left: 15px;
    }
}

.hero .carousel-control-next {
    justify-content: end;
}

@media (min-width: 640px) {
    .hero .carousel-control-next {
        padding-right: 15px;
    }
}

.hero .carousel-control-next-icon,
.hero .carousel-control-prev-icon {
    background: none;
    font-size: 26px;
    line-height: 0;
    background: rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.6);
    border-radius: 50px;
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero .carousel-control-prev,
.hero .carousel-control-next {
    z-index: 3;
    transition: 0.3s;
}

.hero .carousel-control-prev:focus,
.hero .carousel-control-next:focus {
    opacity: 0.5;
}

.hero .carousel-control-prev:hover,
.hero .carousel-control-next:hover {
    opacity: 0.9;
}

.wel-grid {
    padding: 5rem 1rem;
    overflow: hidden;
}

.center-title {
    font-size: 32px;
    margin-bottom: 1rem;
    display: block;
    font-weight: 700;
    line-height: normal;
}

.center-title span {
    display: block;
}

.about-tax {
    padding-left: 2rem;
    padding-right: 4rem;
}

.about-tax>p {
    line-height: 28px;
    text-align: left;
    font-weight: 400;
    margin-bottom: 1rem;
    font-size: 18px;
}

.row-benefits {
    margin-top: 1rem;
}

.row-benefits a {
    background-color: #84b43e;
    display: inline-block;
    padding: 1rem 4rem;
    border-radius: 0px 10px 0px 10px;
    font-size: 16px;
    font-weight: 500;
    margin: 5px;
    color: #ffffff;
}

.row-benefits a:last-child {
    background-color: #f6f6f6;
    color: #fff;
    border: 1px solid #959595;
    width: 207px;
    padding: 1rem 2rem;
}

.row-benefits a:last-child img {
    width: 100%;
}

.row-benefits a:last-child:hover {
    background-color: #eee;
    color: #fff;
    border: 1px solid #84b43e;
    transform: scale(1.1);
}

.row-benefits a:hover {
    background-color: #f68723;
    color: #fff;
}

.udd-btn {
    background-color: #f68723 !important;
    color: #fff !important;
}

.udd-btn:hover {
    background-color: #84b43e !important;
    color: #fff;
}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/

.blog .blog-pagination {
    margin-top: 30px;
    color: #838893;
}

.blog .blog-pagination ul {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
}

.blog .blog-pagination li {
    margin: 0 5px;
    transition: 0.3s;
}

.blog .blog-pagination li a {
    color: var(--color-secondary);
    padding: 7px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog .blog-pagination li.active,
.blog .blog-pagination li:hover {
    background: #f68723;
    color: #fff;
}

.blog .blog-pagination li.active a,
.blog .blog-pagination li:hover a {
    color: var(--color-white);
}

/*--------------------------------------------------------------
# Blog Posts List
--------------------------------------------------------------*/

.blog .posts-list .post-item {
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.06);
    transition: 0.3s;
}

.blog .posts-list .post-img img {
    transition: 0.5s;
}

.blog .posts-list .post-date {
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #f68723;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    padding: 6px 12px;
    font-weight: 500;
}

.blog .posts-list .post-content {
    padding: 30px;
}

.blog .posts-list .post-title {
    font-size: 24px;
    color: var(--color-secondary);
    font-weight: 700;
    transition: 0.3s;
    margin-bottom: 15px;
}

.blog .posts-list .meta i {
    font-size: 16px;
    color: #f68723;
}

.blog .posts-list .meta span {
    font-size: 15px;
    color: #838893;
}

.blog .posts-list p {
    margin-top: 20px;
}

.blog .posts-list hr {
    color: #888;
    margin-bottom: 20px;
}

.blog .posts-list .readmore {
    display: flex;
    align-items: center;
    font-weight: 600;
    line-height: 1;
    transition: 0.3s;
    color: #838893;
}

.blog .posts-list .readmore i {
    line-height: 0;
    margin-left: 6px;
    font-size: 16px;
}

.blog .posts-list .post-item:hover .post-title,
.blog .posts-list .post-item:hover .readmore {
    color: #f68723;
}

.blog .posts-list .post-item:hover .post-img img {
    transform: scale(1.1);
}

/*--------------------------------------------------------------
# Blog Details
--------------------------------------------------------------*/

.blog .blog-details {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    padding: 30px;
}

.blog .blog-details .post-img {
    margin: -30px -30px 20px -30px;
    overflow: hidden;
}

.blog .blog-details .title {
    font-size: 28px;
    font-weight: 700;
    padding: 0;
    margin: 20px 0 0 0;
    color: var(--color-secondary);
}

.blog .blog-details .content {
    margin-top: 20px;
}

.blog .blog-details .content h3 {
    font-size: 22px;
    margin-top: 30px;
    font-weight: bold;
}

.blog .blog-details .content blockquote {
    overflow: hidden;
    background-color: rgba(82, 86, 94, 0.06);
    padding: 60px;
    position: relative;
    text-align: center;
    margin: 20px 0;
}

.blog .blog-details .content blockquote p {
    color: var(--color-default);
    line-height: 1.6;
    margin-bottom: 0;
    font-style: italic;
    font-weight: 500;
    font-size: 22px;
}

.blog .blog-details .content blockquote:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background-color: #f68723;
    margin-top: 20px;
    margin-bottom: 20px;
}

.blog .blog-details .meta-top {
    margin-top: 20px;
    color: #6c757d;
}

.blog .blog-details .meta-top ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    align-items: center;
    padding: 0;
    margin: 0;
}

.blog .blog-details .meta-top ul li+li {
    padding-left: 20px;
}

.blog .blog-details .meta-top i {
    font-size: 16px;
    margin-right: 8px;
    line-height: 0;
    color: #f68723;
}

.blog .blog-details .meta-top a {
    color: #6c757d;
    font-size: 14px;
    display: inline-block;
    line-height: 1;
    transition: 0.3s;
}

.blog .blog-details .meta-top a:hover {
    color: #f68723;
}

.blog .blog-details .meta-bottom {
    padding-top: 10px;
    border-top: 1px solid rgba(82, 86, 94, 0.15);
}

.blog .blog-details .meta-bottom i {
    color: #838893;
    display: inline;
}

.blog .blog-details .meta-bottom a {
    color: rgba(82, 86, 94, 0.8);
    transition: 0.3s;
}

.blog .blog-details .meta-bottom a:hover {
    color: #f68723;
}

.blog .blog-details .meta-bottom .cats {
    list-style: none;
    display: inline;
    padding: 0 20px 0 0;
    font-size: 14px;
}

.blog .blog-details .meta-bottom .cats li {
    display: inline-block;
}

.blog .blog-details .meta-bottom .tags {
    list-style: none;
    display: inline;
    padding: 0;
    font-size: 14px;
}

.blog .blog-details .meta-bottom .tags li {
    display: inline-block;
}

.blog .blog-details .meta-bottom .tags li+li::before {
    padding-right: 6px;
    color: var(--color-default);
    content: ",";
}

.blog .blog-details .meta-bottom .share {
    font-size: 16px;
}

.blog .blog-details .meta-bottom .share i {
    padding-left: 5px;
}

.blog .post-author {
    padding: 20px;
    margin-top: 30px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .post-author img {
    max-width: 120px;
    margin-right: 20px;
}

.blog .post-author h4 {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 0px;
    padding: 0;
    color: var(--color-secondary);
}

.blog .post-author .social-links {
    margin: 0 10px 10px 0;
}

.blog .post-author .social-links a {
    color: rgba(82, 86, 94, 0.5);
    margin-right: 5px;
}

.blog .post-author p {
    font-style: italic;
    color: rgba(108, 117, 125, 0.8);
    margin-bottom: 0;
}

/*--------------------------------------------------------------
# Blog Sidebar
--------------------------------------------------------------*/

.blog .sidebar {
    padding: 30px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .sidebar .sidebar-title {
    font-size: 20px;
    font-weight: 700;
    padding: 0;
    margin: 0;
    color: var(--color-secondary);
}

.blog .sidebar .sidebar-item+.sidebar-item {
    margin-top: 40px;
}

.blog .sidebar .search-form form {
    background: #fff;
    border: 1px solid rgba(82, 86, 94, 0.3);
    padding: 3px 10px;
    position: relative;
}

.blog .sidebar .search-form form input[type=text] {
    border: 0;
    padding: 4px;
    border-radius: 4px;
    width: calc(100% - 40px);
}

.blog .sidebar .search-form form input[type=text]:focus {
    outline: none;
}

.blog .sidebar .search-form form button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 15px;
    margin: -1px;
    background: #f68723;
    color: var(--color-secondary);
    transition: 0.3s;
    border-radius: 0 4px 4px 0;
    line-height: 0;
}

.blog .sidebar .search-form form button i {
    line-height: 0;
}

.blog .sidebar .search-form form button:hover {
    background: rgba(254, 185, 0, 0.8);
}

.blog .sidebar .categories ul {
    list-style: none;
    padding: 0;
}

.blog .sidebar .categories ul li+li {
    padding-top: 10px;
}

.blog .sidebar .categories ul a {
    color: var(--color-secondary);
    transition: 0.3s;
}

.blog .sidebar .categories ul a:hover {
    color: var(--color-default);
}

.blog .sidebar .categories ul a span {
    padding-left: 5px;
    color: rgba(54, 77, 89, 0.4);
    font-size: 14px;
}

.blog .sidebar .recent-posts .post-item {
    display: flex;
}

.blog .sidebar .recent-posts .post-item+.post-item {
    margin-top: 15px;
}

.blog .sidebar .recent-posts img {
    max-width: 80px;
    margin-right: 15px;
}

.blog .sidebar .recent-posts h4 {
    font-size: 15px;
    font-weight: bold;
}

.blog .sidebar .recent-posts h4 a {
    color: var(--color-secondary);
    transition: 0.3s;
}

.blog .sidebar .recent-posts h4 a:hover {
    color: #f68723;
}

.blog .sidebar .recent-posts time {
    display: block;
    font-style: italic;
    font-size: 14px;
    color: rgba(54, 77, 89, 0.4);
}

.blog .sidebar .tags {
    margin-bottom: -10px;
}

.blog .sidebar .tags ul {
    list-style: none;
    padding: 0;
}

.blog .sidebar .tags ul li {
    display: inline-block;
}

.blog .sidebar .tags ul a {
    color: #838893;
    font-size: 14px;
    padding: 6px 14px;
    margin: 0 6px 8px 0;
    border: 1px solid rgba(131, 136, 147, 0.4);
    display: inline-block;
    transition: 0.3s;
}

.blog .sidebar .tags ul a:hover {
    color: var(--color-secondary);
    border: 1px solid #f68723;
    background: #f68723;
}

.blog .sidebar .tags ul a span {
    padding-left: 5px;
    color: rgba(131, 136, 147, 0.8);
    font-size: 14px;
}

/*--------------------------------------------------------------
# Blog Comments
--------------------------------------------------------------*/

.blog .comments {
    margin-top: 30px;
}

.blog .comments .comments-count {
    font-weight: bold;
}

.blog .comments .comment {
    margin-top: 30px;
    position: relative;
}

.blog .comments .comment .comment-img {
    margin-right: 14px;
}

.blog .comments .comment .comment-img img {
    width: 60px;
}

.blog .comments .comment h5 {
    font-size: 16px;
    margin-bottom: 2px;
}

.blog .comments .comment h5 a {
    font-weight: bold;
    color: var(--color-default);
    transition: 0.3s;
}

.blog .comments .comment h5 a:hover {
    color: #f68723;
}

.blog .comments .comment h5 .reply {
    padding-left: 10px;
    color: var(--color-secondary);
}

.blog .comments .comment h5 .reply i {
    font-size: 20px;
}

.blog .comments .comment time {
    display: block;
    font-size: 14px;
    color: rgba(82, 86, 94, 0.8);
    margin-bottom: 5px;
}

.blog .comments .comment.comment-reply {
    padding-left: 40px;
}

.blog .comments .reply-form {
    margin-top: 30px;
    padding: 30px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .comments .reply-form h4 {
    font-weight: bold;
    font-size: 22px;
}

.blog .comments .reply-form p {
    font-size: 14px;
}

.blog .comments .reply-form input {
    border-radius: 4px;
    padding: 10px 10px;
    font-size: 14px;
}

.blog .comments .reply-form input:focus {
    box-shadow: none;
    border-color: rgba(254, 185, 0, 0.8);
}

.blog .comments .reply-form textarea {
    border-radius: 4px;
    padding: 10px 10px;
    font-size: 14px;
}

.blog .comments .reply-form textarea:focus {
    box-shadow: none;
    border-color: rgba(254, 185, 0, 0.8);
}

.blog .comments .reply-form .form-group {
    margin-bottom: 25px;
}

.blog .comments .reply-form .btn-primary {
    border-radius: 4px;
    padding: 10px 20px;
    border: 0;
    background-color: var(--color-secondary);
}

.blog .comments .reply-form .btn-primary:hover {
    color: var(--color-secondary);
    background-color: #f68723;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.footer {
    color: #fff;
    background: url("../img/foot-bg.jpg") top center no-repeat;
    background-size: cover;
    font-size: 14px;
    padding: 80px 0 30px 0;
    position: relative;
    border-top: 1px solid #3e3e3e;
}

.footer:before {
    content: "";
    background: rgb(22 22 22 / 49%);
    position: absolute;
    inset: 0;
}

.footer .footer-content {
    margin-bottom: 3rem;
}

.footer .footer-content .footer-info {
    margin-bottom: 30px;
}

.footer .footer-content .footer-info h3 {
    margin: 0 0 20px 0;
    line-height: normal;
    display: flex;
}

.footer .footer-content .footer-info h3 img {
    height: 100px;
}

.footer .footer-content .footer-info h3 span {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    line-height: 28px;
    margin-left: 10px;
    padding: 10px 0px;
}

.footer .footer-content .footer-info h3 span b {
    display: block;
    font-size: 16px;
    font-weight: 300;
}

.footer .footer-content .footer-info p {
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 0;
    font-family: 'Poppins', sans-serif;
    color: rgb(255 255 255 / 82%);
    font-weight: 400;
}

.footer .footer-content .social-links a {
    font-size: 18px;
    display: inline-block;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    line-height: 1;
    margin-right: 8px;
    border-radius: 4px;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

.footer .footer-content .social-links a:hover {
    background: #f68723;
    text-decoration: none;
}

.footer .footer-content h4 {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    position: relative;
    padding-bottom: 12px;
}

.footer .footer-content .footer-links {
    margin-bottom: 30px;
}

.footer .footer-content .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer .footer-content .footer-links ul li {
    padding: 6px 0;
}

.footer .footer-content .footer-links ul li:first-child {
    padding-top: 0;
}

.footer .footer-content .footer-links ul a {
    color: rgb(255 255 255 / 82%);
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
    line-height: 20px;
}

.footer .footer-content .footer-links ul a:hover {
    color: #f68723;
    padding-left: 5px;
}

.footer .footer-legal {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    padding-top: 30px;
}

.footer .footer-legal .copyright {
    color: #ccc;
    text-align: left;
    font-size: 12px;
}

.footer .footer-legal .copyright strong {
    font-weight: 500;
}

.footer .footer-legal .credits {
    padding-top: 4px;
    font-size: 12px;
    color: #fff;
    text-align: right;
}

.footer .footer-legal .credits a {
    color: #f68723;
}

.footer-address {}

.footer-address p {
    color: rgb(255 255 255 / 82%);
    display: flex;
}

.footer-address p i {
    display: block;
    margin-right: 10px;
    color: #f68723;
    font-size: 15px;
}

.footer-address p span {
    display: inline-block;
    width: 90%;
}

.col-carousel {
    margin: 70px 0;
}

/* owl nav */

.owl-prev span,
.owl-next span {
    color: #FFF;
}

.owl-prev span:hover,
.owl-next span:hover {
    color: #8199A3;
}

.owl-prev,
.owl-next {
    position: absolute;
    top: 0;
    height: 100%;
}

.owl-prev {
    left: 7px;
}

.owl-next {
    right: 7px;
}

/* removing blue outline from buttons */

button:focus,
button:active {
    outline: none;
}

.dash-button {
    background-color: #f6f6f6;
    color: #fff;
    border: 1px solid #959595;
    width: 230px;
    padding: 1rem 2rem;
    border-radius: 0px 10px 0px 10px;
    font-size: 16px;
    font-weight: 500;
    display: block;
    float: right;
    top: -19px;
    position: relative;
}

.dash-button:hover {
    background-color: #eee;
    color: #fff;
    border: 1px solid #84b43e;
    transform: scale(1.1);
}

.dash-button img {
    width: 100%;
}

/*--------- Dashboard---------*/

.main-content {
    position: relative;
    margin-bottom: auto;
    padding: 4rem 0rem;
    background: #e6ecf3;
}

.main-content .filter-btn {
    display: flex;
    padding: 8px 10px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    background-color: #f68728;
    width: 180px;
    border: 0;
    text-align: center;
    align-items: center;
    justify-content: center;
    height: 42px;
    line-height: 22px;
    transition: all .35s ease-Out;
}

.main-content .filter-btn:hover {
    background: #408a28;
    color: #fff;
}

.main-content .filter-btn i {
    font-size: 14px;
    float: left;
}

.main-content .filter-btn span {
    font-size: 15px;
    float: left;
    padding: 5px;
}

.main-content form {
    display: flex;
    padding: 2rem 0px;
    width: 100%;
    padding-top: 7px;
}

.main-content .form-fild {
    margin-right: 1rem;
    width: 23%;
}

.main-content .form-fild:last-child {
    margin-right: 0rem;
}

.main-content .form-fild .form-select {
    font-size: 14px;
    padding: 10px;
    font-weight: 500;
    color: #333;
    padding-left: 20px;
}

.section-container {
    background-color: #ffffff;
    padding: 2rem;
    -webkit-border-radius: 0.3rem;
    -moz-border-radius: 0.3rem;
    border-radius: 0.3rem;
    margin-bottom: 2rem;
    -webkit-box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.1);
}

.section-top-margin {
    background-color: #33120d;
    padding-bottom: 20px;
}

.page-title {
    font-size: 16px;
    padding-bottom: 5px;
    margin-bottom: 0px;
    font-weight: 600;
    height: 55px;
    line-height: 24px;
}

.page-title>span {
    float: right;
    position: relative;
    top: -6px;
}

.plain-widget {
    position: relative;
    padding: 15px 20px;
    -webkit-border-radius: 0.3rem;
    -moz-border-radius: 0.3rem;
    border-radius: 0.3rem;
    margin-bottom: .9rem;
    background: #ffffff;
    -webkit-box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.1);
    text-align: left;
}

.plain-widget .growth {
    position: absolute;
    top: 16px;
    right: 20px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    color: #ffffff;
    font-weight: 500;
    text-align: center;
    width: 68px;
}

.plain-widget p {
    margin: 0;
    padding: 0 0 7px 0;
    color: #565555;
    font-size: 15px;
    font-weight: 500;
}

.plain-widget h3 {
    margin: 0 0 12px 0;
    font-size: 32px;
    font-weight: 700;
    color: #222222;
}

.plain-widget a {
    display: block;
    color: #898989;
    font-size: 12px;
    text-align: center;
}

.section-container>span {
    background: #408a28;
    padding: 4px 12px;
    display: inline-block;
    border-radius: 100px;
    font-size: 12px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 8px;
}

hr {
    margin: 10px 0;
    color: inherit;
    border: 0;
    border-top: var(--bs-border-width) solid;
    opacity: .25;
}

.table-pt {
    font-size: .85rem;
    color: #737373;
}

.table-dark {
    color: #a6a6a6;
}

.table-dark th {
    background-color: #e5e5e5;
    color: #000;
}

.table-pt.no-border {
    border: 0;
}

.table-bordered {
    border: 1px solid #e6ecf3;
}

.table-bordered th {
    border: 1px solid #d5d5d5;
    line-height: normal;
    font-size: 12px;
    vertical-align: middle;
    text-align: left;
}

.table-bordered th h6 {
    font-size: 14px;
}

.table-bordered td {
    border: 1px solid #d5d5d5;
    line-height: normal;
    font-size: 12px;
    vertical-align: middle;
    font-weight: 600;
}

.table-bordered td a {
    color: #df8900;
    display: block;
}

.table-bordered td a:hover {
    color: #df8900;
    text-decoration: underline;
}

.table-hover tbody tr:hover {
    background-color: #f0f4f8;
}

.table-pt thead th {
    border-bottom: 1px solid #dee2e6;
    border-top: 0px solid #dee2e6;
    color: #f72;
    font-size: 12px;
    font-weight: 500;
    padding: 8px 0px;
    text-transform: uppercase;
}

.table-pt td {
    vertical-align: middle;
    border-top: 1px solid #e6ecf3;
    padding: 7px 0px;
    color: #000;
    font-size: 12px;
    font-weight: 500;
}

.table-pt.table-dark thead th {
    border-color: #404040;
}

.table-pt.table-dark td {
    border-color: #333333;
}

.table-pt .thead-light th {
    border-color: #f0f4f8;
    background: #f0f4f8;
}

.table-success,
.table-success>td,
.table-success>th {
    background: #d9f5cd;
    border-color: #a8e98d;
    color: #19390b;
}

.table-danger,
.table-danger>td,
.table-danger>th {
    background: #ffdbdb;
    border-color: #ffc2c2;
    color: #660000;
}

.table-warning,
.table-warning>td,
.table-warning>th {
    background: #fff7d7;
    border-color: #ffe98b;
    color: #a48500;
}

.table-info,
.table-info>td,
.table-info>th {
    background: #d2e9fc;
    border-color: #baddfb;
    color: #063963;
}

.table-light,
.table-light>td,
.table-light>th {
    background: #b8c7d8;
    border-color: #a1b5cb;
    color: #6686ab;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f7f9fb;
}

.table-active,
.table-active>td,
.table-active>th {
    background: #e6ecf3;
}

.nav-tabs {
    border-bottom: var(--bs-nav-tabs-border-width) solid transparent;
}

.nav-tabs .nav-link {
    color: #fff;
    font-weight: 700;
    background-color: #33120d;
    margin-right: 3px;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    color: #000000;
    outline: 0;
    background: #fff;
}

.our-logo-link {
    display: inline-block;
    width: 100%;
}

.our-logo-icon-box {
    display: flex;
    padding: 5px 6px;
    text-align: center;
    border: 0px;
    background: none;
    float: left;
    transition: 0.3s;
    border-radius: 0px;
    width: 32%;
    margin-bottom: 0px;
}

.our-logo-icon-box:last-child {
    width: 32%;
}

.our-logo-icon-box>span {
    background: #ffffff;
    width: 85px;
    height: 85px;
    padding: 10px 10px;
    border: 1px solid #d3d3d3;
    overflow: hidden;
    display: inline-block;
    border-radius: 100%;
    transition: 1s;
    margin-bottom: auto;
}

.our-logo-icon-box>span>img {
    width: 100%
}

.our-logo-icon-box spanimg {
    transition: .5s;
    transform: rotateY(0deg);
}

.our-logo-icon-box:hover>span {
    transform: rotateY(360deg);
}

.our-logo-icon-box>h4 {
    color: #000;
    font-size: 0.9vw;
    margin: 0px;
    line-height: normal;
    font-weight: 600;
    padding: 4px 4px;
    transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out;
    text-transform: uppercase;
    margin-top: 23px !important;
    text-align: left;
    line-height: normal;
}

.our-logo-icon-box:hover {
    transform: scale(1) !important;
}

/*  side navigation  */

.mySidenav-grid {
    position: relative;
}

.mySidenav-grid .card-title {
    position: relative;
    font-size: 25px;
    margin-bottom: 2rem;
    font-weight: 800;
    /* background-color: #33120d; */
    display: inline-block;
    color: #000;
    border-bottom: 1px solid #b1adad;
    padding-bottom: 6px;
}

.card-left-list {
    background: #ffffff;
    width: 100%;
    border-radius: 6px;
    padding: 30px;
    box-shadow: 0px 7px 10px rgb(153 153 153 / 32%);
    position: relative;
    margin-bottom: 10px;
    margin-top: 0rem;
}

.card-left-list h4 {
    font-size: 20px;
    margin-bottom: 20px;
    float: left;
}

.card-left-list h5 {
    float: right;
}

.card-left-list h5 button {
    background: #4CAF50;
    border: 0;
    font-size: 14px;
    color: #fff;
    padding: 8px 20px;
    border-radius: 5px;
}

.card-left-list h5 button:hover {
    opacity: 0.9;
}

.card-left-list h5 button:last-child {
    background: #3F51B5
}

.card-left-list-2 {
    background: #ffffff;
    width: 100%;
    position: relative;
    margin-bottom: 10px;
    margin-top: 0rem;
}

.card-left-list-2 h4 {
    font-size: 20px;
    margin-bottom: 20px;
    float: left;
}

.card-left-list-2 h5 {
    float: right;
}

.card-left-list-2 h5 button {
    background: #4CAF50;
    border: 0;
    font-size: 14px;
    color: #fff;
    padding: 8px 20px;
    border-radius: 5px;
}

.card-left-list-2 h5 button:hover {
    opacity: 0.9;
}

.card-left-list-2 h5 button:last-child {
    background: #3F51B5
}

.cstm-ddl {
    width: 100%;
    color: #000000;
    font-weight: 600;
    padding: 10px 20px;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
    font-size: 14px;
    border-radius: 5px;
    margin-bottom: 10px;
    padding-right: 40px;
    box-shadow: 0px 7px 10px rgb(153 153 153 / 32%);
    appearance: none;
    background: #fff url(../img/br_down.png) no-repeat right;
    background-position-x: 96%;
    display: inline-block;
}

.cstm-ddl:focus {
    outline: 0;
}

#canvas-holder {
    text-align: center;
    margin-top: 4rem;
}

canvas {
    width: 15vw;
    height: 15vw;
}

.right-chart {
    background: #ffffff;
    width: 100%;
    border-radius: 6px;
    padding: 20px;
    box-shadow: 0px 7px 10px rgb(153 153 153 / 32%);
    position: relative;
    margin-bottom: 10px;
}

.right-chart>h2>span {
    float: right;
}

.right-chart h2 {
    font-weight: 700;
    font-size: 14px;
    color: #000000;
    margin-bottom: 10px;
    text-align: left;
}

.right-chart .right-chart-scroll {
    /* position: relative;
  overflow: auto;
  height: 300px; */
}

.right-chart ul {
    margin: 0;
    padding: 0;
    margin-bottom: 0px;
}

.right-chart ul li {
    padding: 0px;
    margin: 0px;
    list-style: none;
    /* background: #ededed; */
    /* padding: 5px 10px; */
    /* margin-bottom: 0px; */
    font-size: 12px;
    font-weight: 700;
    /* border-bottom: 1px solid #e3e2e2; */
}

.right-chart ul li:last-child {
    border-bottom: 0px
}

.right-chart ul li b {
    float: right;
}

.right-chart ul li .form-select {
    width: 100%;
    color: #000000;
    font-weight: 600;
    padding: 8px 16px;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
    font-size: 12px;
    border-radius: 3px;
    margin-bottom: 10px;
    padding-right: 40px;
    box-shadow: 0px 4px 7px rgb(153 153 153 / 32%);
    appearance: none;
    background: #fff url(../img/br_down.png) no-repeat right;
    background-position-x: 96%;
    display: inline-block;
    border: 1px solid #e9e9e9;
}

.sidemenu-menu {
    position: absolute;
    top: 85px;
    right: -2px;
    height: 70px;
    width: 26px;
    font-weight: 400;
    font-size: 13px;
    background: #fff;
    padding: 0px;
    color: #646464;
    line-height: 68px;
    text-align: center;
    border-radius: 5px 0px 0px 5px;
    -webkit-box-shadow: 0 1px 2px rgba(60, 64, 67, 0.3), 0 2px 6px 2px rgba(60, 64, 67, 0.15);
    -moz-box-shadow: 0 1px 2px rgba(60, 64, 67, 0.3), 0 2px 6px 2px rgba(60, 64, 67, 0.15);
    box-shadow: 0 1px 2px rgba(60, 64, 67, 0.3), 0 2px 6px 2px rgba(60, 64, 67, 0.15);
    cursor: pointer;
    z-index: 1;
}

.sidenav {
    width: 300px;
    position: absolute;
    z-index: 1;
    transition: 0.5s;
    top: 11rem;
}

.sidenav>a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s
}

.sidenav>a:hover,
.offcanvas>a:focus {
    color: #f1f1f1;
}

.sidenav ul {
    list-style: none;
    margin: 0;
    background-color: #fff;
    border-radius: 10px 0px 0px 10px;
    padding: 20px 0px;
    box-shadow: -4px 5px 6px rgb(153 153 153 / 44%);
    overflow: hidden;
    position: relative;
    z-index: 1;
    margin-left: 26px;
    max-height: 700px;
    overflow: auto;
}

.sidenav ul h4 {
    font-size: 16px;
    text-align: center;
    font-weight: 800;
    color: #454545;
    margin-bottom: 22px;
}

.sidenav ul li {
    border-top: 1px dashed #ccc;
}

.sidenav ul li:first-child {
    border-top: 0px;
}

.sidenav ul li:last-child {
    border-bottom: 0px;
}

.sidenav ul li a {
    display: block;
    padding: 13px 10px 13px 12px;
    color: #333;
    font-size: 13px;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -ms-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
    border: 0px;
    border-left: 8px solid #fff;
}

.sidenav ul li a:hover,
.sidenav ul li a:focus {
    background-color: #ebebeb;
    border-left: 8px solid #8BC34A;
}

.sidenav ul li.active .widget-icon .icon>svg path:hover {
    fill: #fff;
}

.sidenav ul li a .fa {
    width: 16px;
    text-align: center;
    margin-right: 5px;
    float: right;
}

.sidenav ul li .active1 {
    background-color: #ebebeb;
    border-left: 8px solid #67b667;
}

.sidenav ul li .active2 {
    background-color: #ebebeb;
    border-left: 8px solid #f6238c;
}

.sidenav ul li .active3 {
    background-color: #ebebeb;
    border-left: 8px solid #0080ff;
}

.sidenav ul li .active4 {
    background-color: #ebebeb;
    border-left: 8px solid #5603fc;
}

.sidenav ul li .active5 {
    background-color: #ebebeb;
    border-left: 8px solid #ffaa00;
}

.sidenav ul li .active6 {
    background-color: #ebebeb;
    border-left: 8px solid #3dd6f5;
}

.sidenav ul ul {
    box-shadow: none;
    padding: 0px 0px 0px 0px;
    border-radius: 0px;
    margin: 0px;
}

.sidenav ul ul li {
    border-top: 1px dashed #ccc;
    border-bottom: 0px dashed #ccc;
    padding-left: 28px;
    background: #ebebeb;
}

.sidenav ul ul li .widget-style3 .widget-data .lbl-txt {
    color: #333;
}

.sidenav ul ul li .widget-style3 .widget-data h3 {
    font-size: 14px;
    color: #333;
}

.widget-style3 .widget-data .lbl-txt {
    color: #333;
    font-size: 14px;
    font-weight: 700;
}

.sidenav ul li ul li a {
    border-left: 0px solid transparent;
    padding: 10px 20px;
    background: transparent;
    font-size: 11px;
}

.sidenav ul li ul li a:hover {
    background: transparent;
    border-left: 0px solid #3498db;
}

.closebtn {
    cursor: pointer;
    position: absolute;
    left: 0px;
    color: #646464;
    top: 85px;
    font-size: 13px;
    background: #ffffff;
    border: 0px;
    z-index: 1;
    line-height: 64px;
    margin-left: 0px;
    box-shadow: 0px 2px 7px rgb(60 64 67 / 19%), 0 2px 6px 2px rgb(60 64 67 / 10%);
    width: 28px;
    height: 69px;
    padding: 0px;
    border-radius: 4px 0px 0px 4px;
    border-left: 1px solid #dadce0;
    text-align: center;
}

.sidenav {
    right: 0;
}

.widget-style3 .widget-icon {
    width: 34px;
    position: relative;
    top: -2px;
}

.widget-style3 .widget-icon .icon>img {
    height: auto;
    width: 25px;
}

.widget-style3 .widget-data {
    width: calc(100% - 45px);
    text-decoration: none;
}

.widget-style3 .widget-data h3 {
    margin: 0px;
    font-size: 16px;
    margin-top: 4px;
    font-weight: 700;
}

/*  side navigation menu */

/*----------------------------------------Tauheed CSS------------------------------------------*/

.inner-header {
    /*padding-left: 130px;
  padding-right: 130px;*/
}

.inner-header h3 {
    color: #fff;
    font-size: 33px;
    margin-bottom: 20px;
}

.inner-header p {
    color: #fff;
    padding: 0 10rem;
}

.cmt-service-description {
    padding-right: 20px;
}

.cmt-service-single-content-area div:not(.featured-title)>h4 {
    /*  margin-top: 0;*/
}

.cmt-service-single-content-area div:not(.featured-title)>h4 {
    margin-top: 3rem;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    color: #1c1618;
    margin-bottom: 1.5rem;
    /* background-color: #f1f1f1; */
    /* padding: 5px 20px; */
    /* border-radius: 5px; */
    border-bottom: 2px solid #1c1618;
    padding-bottom: 15px;
}

.cmt-service-single-content-area p {
    text-align: justify;
    color: #333;
    font-size: 14px;
    line-height: 25px;
    font-weight: 500;
}

.flow-list {
    counter-reset: index;
    padding-left: 13px;
}

/* List element */

.flow-list li {
    counter-increment: index;
    align-items: center;
    padding: 12px 7px;
    box-sizing: border-box;
    color: #333;
    font-size: 14px;
    line-height: 25px;
    font-weight: 500;
    text-align: justify;
    border-bottom: 1px solid #ccc;
}

.flow-list li:last-child {
    border-bottom: 0;
}

/* Element counter */

.flow-list li::before {
    /* content: counters(index, ".", decimal-leading-zero);
    font-size: 1.3rem;
    text-align: left;
    font-weight: bold;
    min-width: 50px;
    padding-right: 12px;
    font-feature-settings: "tnum";
    font-variant-numeric: tabular-nums;
    align-self: flex-start;
    background-image: linear-gradient(to bottom, #478d21, orangered);
    background-attachment: fixed;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
}

/* Element separation */

.flow-list li+li {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

/*--------------------------------------*/

/*--------------------------------------*/

.eligiblity-rightbar {
    padding-left: 3rem !important;
}

.eligiblity-rightbar .btn-primary {
    background: #408a28;
    border-color: #408a28;
    border-radius: 6px;
    padding: 16px 0;
    font-size: 19px;
    width: 100%;
}

.eligiblity-rightbar .btn-primary:hover {
    background: #f68723;
    border-color: #f68723;
}

.rightbar-btn {
    background: #746a8a;
    padding: 20px 20px;
    border-radius: 6px;
    margin: 25px 0;
}

.rightbar-btn .btn-primary {
    background: #fff;
    border-color: #E3E3E3;
    border-radius: 6px;
    padding: 8px 0;
    padding-left: 50px;
    text-align: left;
    font-size: 19px;
    width: 100%;
    font-weight: 500;
    color: #707070;
    font-size: 15px;
    margin-bottom: 9px;
    background: url(../img/btn-arrow.png)#fff no-repeat left;
    background-position: 18px 14px;
}

.rightbar-btn .btn-primary:hover,
.rightbar-btn .btn-primary:focus {
    border-color: #fe892d !important;
    color: #fff !important;
    background: url(../img/btn-arrow-w.png)#fe892d no-repeat left;
    background-position: 12px 14px;
}

.rightbar-btn .btn-primary:hover,
.rightbar-btn .btn-primary:focus {
    border-color: #fe892d !important;
    color: #fff !important;
    background: url(../img/btn-arrow-w.png)#fe892d no-repeat left;
    background-position: 12px 14px;
}

.accordion-item:first-of-type {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    overflow: hidden;
}

.accordion-item:last-of-type {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.accordion-item:first-of-type .accordion-button {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.accordion-item {
    background-color: #fff;
    border: 1px solid #ebebeb;
    margin-bottom: 10px;
    box-shadow: 0px 8px 40px #dfdede;
}

.accordion-item h2 {
    font-size: 14px;
    font-weight: 600
}

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

.accordion-button {
    font-weight: 600;
}

.accordion-body:not(.collapsed) {
    text-align: justify;
    color: #333;
    font-size: 14px;
    line-height: 25px;
    font-weight: 500;
}

.accordion-button:not(.collapsed) {
    color: #000000;
    background-color: #f3f3f3;
}

.dash-accordion .accordion-item {
    background-color: #fff;
    border: 0px solid #ebebeb;
    margin-bottom: 10px;
    box-shadow: none;
}

.dash-accordion .accordion-item .accordion-body .card-left-list-2 .form-select {
    font-size: 12px;
    font-weight: 500;
}

.rightbar-scheme {
    background: #ededed;
    padding: 10px 20px;
    border-radius: 6px;
    margin: 10px 0;
}

.rightbar-scheme ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.rightbar-scheme ul li {
    padding: 0 5px;
    font-size: 12px;
    text-transform: none;
    color: #333;
    height: auto;
    line-height: 24px;
    font-weight: 500;
    /*border-bottom: 1px solid #c9c9c9;*/
}

.rightbar-scheme ul li a {
    color: #333;
}

.rightbar-scheme ul span {
    font-size: 13px;
    background-color: #e9610f;
    width: 100%;
    padding: 7px 18px;
    border-radius: 0px 10px 0px 10px;
    color: #fff;
    margin: 10px 0;
    display: block;
}

.portfolio-details-slider {
    margin-top: 23px;
    border-radius: 6px;
}

.project-details .portfolio-details-slider img {
    width: 100%;
    border-radius: 6px;
}

.legend-grid {
    position: absolute;
    max-width: 200px;
    bottom: 180px;
    margin-left: 20px;
    z-index: 1;
}

.legend-grid>ul {
    display: flex;
    margin: 0px;
    padding: 0px;
    width: 100%;
    border: 1px solid #997250;
}

.legend-grid>ul>li {
    width: 30px;
    height: 30px;
    list-style: none;
    background: #fff;
    border-right: 1px solid rgb(229 229 229 / 60%);
}

.legend-grid>h3 {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    float: left;
}

.legend-grid>span {
    font-size: 14px;
    font-weight: 600;
    display: block;
    max-width: 204px;
    text-align: right;
    line-height: normal;
}

.lblTotMineArea {
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    margin-top: 5px;
}

.lblTotMineArea:before {
    content: '';
    border-bottom: 6px solid #3a3a3a;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    position: absolute;
    left: 0px;
}

.lblTotMineArea:after {
    content: '';
    border-bottom: 6px solid #3a3a3a;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    position: absolute;
    right: 0px;
}

.lblTotMineArea span {
    position: absolute;
    font-weight: 700;
    font-size: 10px;
}

.lblTotMineArea span:first-child {
    left: -8px;
    bottom: -25px;
}

.lblTotMineArea span:last-child {
    right: -5px;
    bottom: -25px;
}

.highcharts-figure,
.highcharts-data-table table {
    /* min-width: 310px; */
    /* max-width: 800px; */
    /* margin: 1em auto; */
    padding: 2rem;
    background: #fff;
}

#container {
    height: 400px;
}

.highcharts-data-table table {
    font-family: Verdana, sans-serif;
    border-collapse: collapse;
    border: 1px solid #ebebeb;
    margin: 10px auto;
    text-align: center;
    width: 100%;
    max-width: 500px;
}

.highcharts-data-table caption {
    padding: 1em 0;
    font-size: 1.2em;
    color: #555;
}

.highcharts-data-table th {
    font-weight: 600;
    padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
    padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
    background: #f8f8f8;
}

.highcharts-data-table tr:hover {
    background: #f1f7ff;
}

.highcharts-credits {
    display: none;
}

/***drop-down table*****/

.pcs,
.cur,
.per {
    white-space: nowrap;
}

.pcs:after {
    content: " pcs";
}

.cur:before {
    content: "$";
}

.per:after {
    content: "%";
}

table.fold-table {
    background: white;
    color: #555;
    width: 100%;
}

table.fold-table>tbody>tr.view {
    transition: all 0.3s ease;
}

table.fold-table>tbody>tr.view td,
table.fold-table>tbody>tr.view th {
    cursor: pointer;
}

table.fold-table>tbody>tr.view td:first-child,
table.fold-table>tbody>tr.view th:first-child {
    position: relative;
    padding-left: 20px;
}

table.fold-table>tbody>tr.view td:first-child:before,
table.fold-table>tbody>tr.view th:first-child:before {
    position: absolute;
    top: 50%;
    left: 5px;
    width: 9px;
    height: 16px;
    margin-top: -8px;
    font: 16px fontawesome;
    content: "";
    transition: all 0.3s ease;
}

table.fold-table>tbody>tr.view:nth-child(4n-1) {
    background: #eee;
}

table.fold-table>tbody>tr.view:hover {
    background: #ddd;
}

table.fold-table>tbody>tr.view.open {
    background: tomato;
    color: white;
}

table.fold-table>tbody>tr.view.open td:first-child:before,
table.fold-table>tbody>tr.view.open th:first-child:before {
    transform: rotate(-180deg);
    color: white;
}

table.fold-table>tbody>tr.fold {
    display: none;
}

table.fold-table>tbody>tr.fold.open {
    display: table-row;
}

table.fold-table>tbody>tr.view.open td:first-child:before,
table.fold-table>tbody>tr.view.open th:first-child:before {
    transform: rotate(-180deg);
    color: #333;
}

.fold-content {
    padding: 0.5em;
}

.fold-content h3 {
    margin-top: 0;
}

.fold-content>table {
    background: white;
    color: #555;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
}

.fold-content>table>tbody>tr {
    font-family: "Droid Serif", serif;
    cursor: pointer;
}

.fold-content>table>tbody>tr:nth-child(even) {
    background: #eee;
}

.fold-content>table>tbody>tr:hover {
    background: #ddd;
}

.visible-small {
    display: none;
}

.visible-big {
    display: block;
}

@media (max-width: 700px) {
    table.small-friendly>thead {
        display: none;
    }

    table.small-friendly>tbody>tr>td,
    table.small-friendly>tbody>tr>th {
        position: relative;
        padding: 0;
        padding-left: 50%;
        display: block;
        vertical-align: top;
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    }

    table.small-friendly>tbody>tr>td:before,
    table.small-friendly>tbody>tr>th:before {
        position: absolute;
        top: 0;
        left: 0.5em;
        max-width: 50%;
        content: attr(data-th) ": ";
        display: block;
        font-weight: bold;
    }

    table.small-friendly>tbody>tr>td:first-child,
    table.small-friendly>tbody>tr>th:first-child {
        margin-top: 1em;
    }

    table.small-friendly>tbody>tr>td:last-child,
    table.small-friendly>tbody>tr>th:last-child {
        margin-bottom: 1em;
        border: 0;
    }

    .visible-small {
        display: block;
    }

    .visible-big {
        display: none;
    }
}




#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    z-index: 100;
    display: block;
}

.popup-content {
    padding: 0px 0px;
    line-height: 1.5;
}

.cnt223 a {
    text-decoration: none;
}

.popup-onload {
    margin: 0 auto;
    display: none;
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
}

.cnt223 {
    min-width: 100%;
    width: 100%;
    min-height: 100vh;
    margin: 0px auto;
    position: relative;
    z-index: 999999999;
    padding: 15px 35px;
    border-radius: 0px;
    box-shadow: 0 2px 5px #000;
}

.cnt223 p {
    clear: both;
    color: #555555;
    /* text-align: justify; */
    font-size: 20px;
    font-family: sans-serif;
}

.cnt223 p a {
    color: #d91900;
    font-weight: bold;
}

.cnt223 .x {
    float: right;
    height: 35px;
    left: 22px;
    position: relative;
    top: -25px;
    width: 34px;
}

.cnt223 .x:hover {
    cursor: pointer;
}


.cloud {
    animation: drift 25s linear infinite;
}


@keyframes drift {
    from {
        transform: translateX(-555px);
    }

    to {
        transform: translatex(1900px);
    }
}

.swiper-container.swiper-container-initialized.swiper-container-horizontal {
    position: absolute;
    top: 0;
    width: 474px;
    height: 306px;
    margin: 66px 0 0 68px;
}

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
}

.bulting-cont h1 {
    font-size: 32px;
    margin-bottom: 1rem;
    display: block;
    font-weight: 700;
    line-height: normal;
    color: #000;
    line-height: 40px;
}

.bulting-cont p {
    line-height: 22px;
    text-align: left;
    font-weight: 400;
    margin-bottom: 1rem;
    font-size: 14px;
    color: #000;
}




#transformMotherlandSec h5 {
    font-size: 2rem;
    font-weight: 600;
    color: #fff;
    line-height: 4rem;
    margin: 0%;
}

.borderboxs .nav-button a {
    padding: 1rem 2rem;
    border-radius: 0px 10px 0px 10px;
    font-size: 16px;
    font-weight: 500;
    margin-left: 0px;
    border: 0;
    transition: all 0.4s;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.borderboxs .btn-primary {
    background-color: #f68723;
    color: #fff !important;
}

.borderboxs .nav-button a:hover {
    background-color: #84b43e;
}

.custom-navigation {
    position: absolute;
    right: 84px;
    top: 34px;
}

.custom-navigation .swiper-button-next {
    transform: rotate(181deg);
    background: #f68723;
    width: 44px;
    border-radius: 32px;
    transition: all 0.4s;
}

.custom-navigation .swiper-button-prev {
    transform: rotate(-181deg);
    background: #f68723;
    width: 44px;
    border-radius: 32px;
    transition: all 0.4s;
}


.custom-navigation .swiper-button-next:hover {
    background: #84b43e;
    color: #fff;
}

.custom-navigation .swiper-button-prev:hover {
    background: #84b43e;
    color: #fff;
}

.swiper-button-next:after {
    font-size: 18px;
    color: #fff;
    font-weight: 900;
}

.swiper-button-prev:after {
    font-size: 18px;
    color: #fff;
    font-weight: 900;
}

.infinite-flex {
    display: flex;
    align-items: center;
}

.borderboxs h1 {
    font-size: 32px;
    margin-bottom: 1rem;
    display: block;
    font-weight: 700;
    line-height: normal;
    color: #000;
}

.links-flex {
    display: flex;
    justify-content: space-between;
}

.link-cont {
    background: #fff;
    /* box-shadow: 0 8px 40px #dfdede; */
    box-shadow: 0px 2px 20px rgba(82, 86, 94, 0.1);
    padding: 17px 17px 17px;
    border-radius: 5px;
    float: left;
    margin: 12px 0;
    position: relative;
    z-index: 1;
    width: 100%;
    transition: linear .2s;
    /* display: table; */
}

.link-cont img {
    aspect-ratio: 3 / 2;
    object-fit: contain;
    width: -webkit-fill-available;
    height: 60px;
}

.link-cont:hover {
    color: #fff;
    /* box-shadow: 0 8px 10px #b9b9b9; */
    transform: scale(1.1);
    z-index: 2;
}

#start {
    text-align: center;
    background-color: #179dff;
    padding: 3rem 0 4rem;
}

#start h5 {
    font-size: 32px;
    color: #fff;
    margin: 1rem 0 3rem;
    font-weight: 600;
}

#start a {
    background-color: #84b43e;
    display: inline-block;
    padding: 1rem 4rem;
    border-radius: 0px 10px 0px 10px;
    font-size: 16px;
    font-weight: 500;
    margin: 5px;
    color: #ffffff;
}

#start a:hover {
    background-color: #f68723;
    color: #fff;
}

#mapbg {
    background: url(../img/locationmap-bg.5817f92f3287d1e7.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 5rem;
}

.udd-btn {
    background-color: #f68723;
    color: #fff;
}

.suggestidea:hover {
    color: #fff;
}

.flex {
    display: flex !important;
    margin: 0 !important;
    width: 100% !important;
    background: transparent !important;
}

.flex span {
    background: transparent !important;
    margin: 0% !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    text-transform: capitalize !important;
}

.navitem p {
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
    background: transparent !important;
    text-wrap: pretty;
    line-height: 17px;
    margin: 0px;
}

.navitem a {
    display: block;
    margin: 10px 17px;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
}

.navitem a:hover {
    background: #ddd6;
}

.page-header.is-sticky {
    position: fixed;
    z-index: 999;
    background: #f68723;
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    animation: slideDown 0.35s ease-out;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

.more-link {
    display: inline-flex;
    font-weight: 600;
    padding: 0%;
    font-size: 16px !important;
    justify-content: start !important;
}

.more-link:after {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --tw-content: "→";
    content: var(--tw-content);
}

.more-link:hover {
    --tw-text-opacity: 1;
    color: rgb(2 138 72 / var(--tw-text-opacity));
}


/* MY CSS START */
.wpb_wrapper {
    display: flex;
    align-items: center;
    padding-bottom: 17px;

}

.wpb_wrapper p {
    font-size: 32px;
    font-weight: 700;
}

.iconsBox {
    padding: 4rem 0;
}

.aboutPageIconText {
    padding-left: 27px;
    line-height: 22px;
    text-align: left;
    font-weight: 400;
    font-size: 14px;
}

.aboutPageIcon img:hover {
    transform: scale(1.11);
}

.aboutPageIcon img {
    transition: linear 0.1s;
    width: 105px;
    height: 105px;
}

.iconsBox {
    padding-left: 2rem;
}

.contact-info-item {
    background: #efefef;
    padding: 30px 10px;
    border-radius: 4px;
}

.contact-info-icon {
    margin-bottom: 15px;
}

.contact-info-icon i {
    font-size: 48px;
    color: #275785;
}

.contact-info-text span {
    color: #1c1c1c;
    font-size: 16px;
    display: inline-block;
    width: 100%;
    font-weight: 500;
}

.contact-info {
    text-align: center;
}

.contactDetailsPage {
    padding: 4rem 0rem 0rem 2rem;
}


.contact-info-text span a {
    color: #1c1c1c;
    font-size: 16px;
    display: inline-block;
    width: 100%;
    font-weight: 500;
}

/* CONTACT US CSS START */


.detailsTable table thead tr {

    color: #000 !important;
}

.detailsTable table thead td {
    width: 10%;
}

.detailsTable .table-bordered td {
    border: 0 !important;
}

.detailsTable .table-bordered th {
    border: 0px solid #d5d5d5;
    background: #f3c511;
    text-align: left !important;
    padding: 15px 20px;
}

.detailsTable .table-bordered td {
    text-align: left;
    padding: 15px 20px;
}

.detailsTable #detailsTable2 tbody tr:nth-child(even) {
    background: #f2f2f2 !important;
}

.detailsTable {
    padding: 4rem 0rem 4rem 2rem;
}

.detailsTable #detailsTable2 tbody tr td:nth-child(2) {
    width: 20%;
}

.detailsTable #detailsTable2 tbody tr td:nth-child(3) {
    width: 30%;
}

.detailsTable #detailsTable2 tbody tr td:nth-child(4) {
    width: 20%;
}

.detailsTable #detailsTable2 tbody tr td:nth-child(5) {
    width: 20%;
}



/* CONTACT US CSS CLOSE */



/* MY CSS CLOSE */




/* TERM & CONDITION CSS START */

.main-content.termsBox {
    background-color: #FFF;
}

.termsBox P {
    line-height: 22px;
    text-align: left;
    font-weight: 400;
    margin-bottom: 1rem;
    font-size: 14px;
}

ul.list {
    margin: 0 0 15px 0;
    padding: 0;
}

.termsBox ul li a {
    line-height: 22px;
    text-align: left;
    font-weight: 400;
    font-size: 14px;
    color: #333a65;
    margin-bottom: 6px
}

.termsBox ul li a:hover {
    color: #ffac00;
}

.termsBox ul li {
    list-style-type: none;
    padding-left: 32px;
}

.contactText {
    color: #333a65;
    font-weight: 600;
}

.contactText:hover {
    color: #ffac00;
}

ul.list li:before {
    content: "\f061";
    font-family: 'FontAwesome';
    color: #f75d0f;
    font-size: 14px;
    margin-left: -30px;
    margin-right: 6px;
    padding: 2px 5px;
    width: 20px;
    height: 20px;
    box-sizing: border-box;

}

/* TERM & CONDITION CSS CLOSE */


/* PRIVACY BOX CSS START */

.main-content.termsBox.privacyBox ul li {
    line-height: 22px;
    text-align: left;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 6px
}

.incontent h4 {
    color: #000;
    border-bottom: 1px dashed #007c7c;
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-size: 1rem;
    font-weight: 700;
}

/* PRIVACY BOX CSS CLOSE */

.main-content.termsBox.privacyBox ul li {
    line-height: 22px;
    text-align: left;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 6px
}

.incontent h4 {
    color: #000;
    border-bottom: 1px dashed #007c7c;
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-size: 1rem;
    font-weight: 700;
}

/* PRIVACY BOX CSS CLOSE */

.popup-onload .carousel-caption-text h4 {
    width: max-content;
    font-size: 35px;
    margin-bottom: 2rem;
    color: #f68723;
    background-color: #fff;
    padding: 12px 35px;
    border-radius: 20px 20px 20px 0px;
}

.popup-onload .carousel-caption-text h1 {
    font-size: 5.7rem;
    font-weight: 700;
    white-space: nowrap;
    line-height: 100px;

}

.popup-onload .carousel-caption-text p {
    font-size: 5.2rem;
    line-height: 100px;
    font-weight: 700;
    -webkit-text-stroke: 2px #fff;
    color: transparent !important;
    display: block;
    white-space: nowrap;
}

.skipIntro {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    position: absolute;
    font-size: 22px;
    border: 1px solid #fff;
    background: #000;
    color: #fff;
    gap: 16px;
    padding: 14px;
    right: 47px;
    bottom: 47px;
    z-index: 9999;
    border-radius: 4px;

}

.skipIntro:hover {
    color: #fff !important;
}

.skipIntro img {
    width: 25px;
}

#hero-carousel1 .carousel-item {
    transition-duration: 2s;
}

/*********************Gyan CSS****************************/
.menuTtextHighlight {
    color: #fff;
    background-color: #95bf59;
    border-radius: 5px !important;
    width: 33rem;
}

.leader {
    border-radius: 0px 8px 8px 0px;
}

.leader ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.leader ul li:first-child {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.leader ul li {
    padding: 12px 15px;
    height: auto;
    box-sizing: border-box;
    overflow: hidden;
    border: 0px solid #ccc;
    background-color: rgb(234, 101, 36);
    border-radius: 8px;
    margin: 0px auto 20px auto;
    width: 100%;
}

.leader ul li img {
    border-radius: 50%;
    max-height: 105px;
    display: block;
    float: left;
    border: 2px solid rgba(255, 255, 255, 0.61);
}

.leader ul li h4 {
    color: #fff;
    font-size: 1.2em;
    margin-top: 10px;
    margin-bottom: 3px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}

.leader ul li p {
    color: #fff;
    margin-bottom: 5px;
    font-size: 0.9em;
    text-align: center;
}
.banner2text h5{
    display: flex;
        /* align-items: center; */
        font-size: 26px;
            line-height: 32px;
    margin: 0 0 20px 0;
        color: #000;
    }

.flextext{
    display: flex;
        line-height: 47px;
        gap: 10px;
}

   @-webkit-keyframes blinker {
       from {
           opacity: 1.0;
       }

       to {
           opacity: 0.0;
       }
   }

   .blink {
       text-decoration: blink;
       -webkit-animation-name: blinker;
       -webkit-animation-duration: 0.6s;
       -webkit-animation-iteration-count: infinite;
       -webkit-animation-timing-function: ease-in-out;
       -webkit-animation-direction: alternate;
   }