 /*
       __      _               ____
      /  \    | \   |  |    |      |
     /----\   |  \  |  |    |      |
    /      \  |   \_|  |____| |____|

*/


@import url('https://fonts.googleapis.com/css2?family=Arya:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* Smooth scroll behavior */ :root {
  scroll-behavior: smooth;
}

[tooltip] {
  position: relative;
  cursor: pointer;
}
[tooltip]:before, [tooltip]:after {
  position: absolute;
  left: 50%;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
[tooltip]:before {
  content: "";
  border: 5px solid transparent;
  border-top: 5px solid #2c2b2b;
  transform: translate(-50%, calc(-100% - 17px));
}
[tooltip]:after {
  content: attr(tooltip);
  background: #2c2b2b;
  padding: 5px 14px;
  border-radius: 2px;
  color: #F9F9F9;
  font-size: 10px;
  line-height: normal;
  white-space: nowrap;
  transform: translate(-50%, calc(-100% - 24px));
}
[tooltip]:hover:before, [tooltip]:hover:after {
  opacity: 1;
  visibility: visible;
}
[tooltip]:hover:before {
  transform: translate(-50%, calc(-100% - -30px));
}
[tooltip]:hover:after {
  transform: translate(-50%, calc(-100% - 90px));
}


/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Poppins", sans-serif;
  color: var(--color-default);
  overflow-x: hidden;
  font-weight: 400;
}
.constructions .card-animate {
  display: inline-block;
  width: 20%;
}
.programmes-icon-box > img {
  width: 80px;
  position: absolute;
  right: 10px;
  top: 185px;
}
a {
  color: #f68723;
  text-decoration: none;
}
a:hover {
  color: #ffc732;
  text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {}
a {
  transition: 0.3s;
}
#accordionExample .accordion-item .accordion-header .accordion-button {}
#accordionExample .accordion-item .accordion-header .accordion-button h4 {
  margin: 0px;
  font-size: 20px;
  font-weight: 600;
}
#flex-scroll {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  position: absolute;
  z-index: 9;
  bottom: 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;
}

.top-right-btn {
  float: right;
  display: flex;
  align-items: center;
  height: 100px;
}
.smart-dash-btn {
  background-color: transparent;
  position: relative;
  padding: 10px 30px;
  border-radius: 5px;
  box-shadow: 4px 3px 10px rgb(0 0 0 / 43%);
  text-align: center;
  font-size: 18px;
  color: #ffffff;
  margin-left: 10px;
  border: 1px solid #fff;
}
.smart-dash-btn:hover {
  transform: scale(1.1);
  background-color: #fff;
  color: #000;
}
.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;
}
/*--------------------------------------------------------------
# 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: "Poppins", sans-serif;
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 14px;
  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: -20px;
  height: 580px;
  margin-left: -5rem;
}
.right-img {
  position: absolute;
  bottom: -20px;
  height: 530px;
  right: 50px;
}
.map-img {
  position: absolute;
  top: 5rem;
  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: 14px;
  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: 1.8vw;
  font-weight: 700;
  color: #fff;
  margin: 0;
  line-height: 2.5vw;
}
.header .logo h1 span {
  display: block;
  font-size: 1vw;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.4px;
}
.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: 0px;
  margin-top: 20px;
}
/* .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: rgb(255 255 255 / 94%);
    border-radius: 5px;
    width: 100%;
}
  .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: 600;
    color: #000;
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
    line-height: normal;
    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 0;
    z-index: 99;
    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: 5px 26px;
    text-transform: none;
    color: var(--color-default);
    height: auto;
    line-height: 24px;
  }
  .navbar .dropdown ul a i {
    /* font-size: 12px; */
    transform: rotate(270deg);
  }
  .navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {}
  .navbar .dropdown:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }
  .navbar .dropdown:hover > ul span {}
  .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 ul > span {
    background: #FF9800;
    font-size: 12px;
    display: block;
    padding: 5px 20px;
    font-weight: 700;
  }
  .navbar a, .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 7px 20px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #ccc;
    white-space: normal;
    /* text-transform: uppercase; */
    transition: 0.3s;
  }
  .navbar > ul > li > a {
    font-size: 14px;
  }
  .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: 0px 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: 0px;
  }
  .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;
  display: flex;
  align-items: center;
  border-radius: 5px;
  overflow: hidden;
  background: #f1f1f1;
  height: 136px;
  padding: 1.1rem;
}
.constructions .card-item .card-bg {
  width: 100px;
  height: 100px;
  border-radius: 5px;
  overflow: hidden;
}
.constructions .card-item .card-bg img {
  background: #efc17d;
  display: block;
  margin: auto;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.constructions .card-item .card-body {
  height: auto;
  padding: 10px;
  width: 70%;
}
.constructions .card-item h4 {
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 5px;
  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;
}
.search-filter-btn {
  float: right;
  display: flex;
  align-items: center;
  position: relative;
}
.search-filter-btn > i {
  font-size: 25px;
}
.search-filter-btn > input, .search-filter-btn > input:focus {
  border: 1px solid #ccc;
  padding: 9px 20px;
  border-radius: 100px;
  outline: 0;
  float: left;
  font-size: 14px;
}
.search-filter-btn > h3 {
  float: left;
  border-radius: 5px;
  color: #000;
  padding: 10px 5px;
  font-size: 16px;
  background-color: #b9df8d;
  height: 40px;
  width: 50px;
  text-align: center;
  margin: 0px;
  margin-left: 5px;
  border: 1px solid #a1b38b;
  font-weight: 700;
}
.search-filter-btn > h3 > small {
  position: absolute;
  font-size: 12px;
  color: #000000;
  top: -15px;
  right: 6px;
  font-weight: 600;
}
.search-filter-btn > h3 > span {}
.search-filter-btn > input:hover {
  border: 1px solid #f1cdac;
  box-shadow: 0px 0px 10px rgb(246 135 35 / 33%);
}
.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: 1rem 2rem;
  margin: 0px;
  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: auto;
  margin: auto;
  display: block;
  transition: linear 0.1s;
  max-width: 100%;
}
.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;
  position: relative;
}
.programmes-icon-box > h3 {
  font-size: 18px;
  position: absolute;
  left: -1px;
  top: -2px;
  color: #ffffff;
  font-weight: 500;
  z-index: 1;
  background: #f68723;
  padding: 5px 7px;
  clip-path: polygon(0% 0%, 0% 100%, 100% 0%);
  width: 60px;
  height: 50px;
}
.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;
  min-height: 180px;
  position: relative;
}
.programmes-icon-box .scheme-text h4 {
  color: #000;
  font-size: 17px;
  margin: 0px;
  line-height: normal;
  font-weight: 600;
  padding-top: 0px;
  text-align: left;
  min-height: 50px;
  margin-bottom: 1.5rem;
}
.programmes-icon-box .scheme-text a {
  border: 1px solid #84b43e;
  background: #84b43e;
  color: #fff;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  border-radius: 5px;
  padding: 7px 20px;
}
/* .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 {
  
}
.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: "Poppins", sans-serif;
  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: 10px;
  color: #f68723;
  width: 96px;
}
.stats-counter .stats-item i img {
  width: 100%;
}
.stats-counter .stats-item {
  font-size: 1.1vw;
  font-weight: 500;
  color: #fff;
}
.stats-counter .stats-item span {
  font-size: 2vw;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
}
.stats-counter .stats-item p {
  padding: 0;
  margin: 0;
  font-family: 'Poppins', sans-serif;
  font-size: 1.1vw;
  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: 14px;
  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: #002002;
  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: 14px;
  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;
}
.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: 6px;
  z-index: 0;
  margin-left: -4rem;
}
.modiji-caption-text1 {
  font-family: "Arya", sans-serif;
  text-align: left;
  line-height: 2.5vw;
  font-size: 2.1vw;
  color: #fff;
  position: relative;
  text-shadow: 2px 2px rgb(0 0 0 / 41%);
}
.modiji-caption-text1 span {
  color: #fff;
  font-weight: 700;
}
.modiji-caption-text1 b {
  color: #fff;
  font-weight: 700;
}
.hero .info h2 {
  font-family: "Arya", sans-serif;
  color: #fff;
  margin-bottom: 0px;
  padding-bottom: 10px;
  font-size: 2.5vw;
  font-weight: 700;
  position: relative;
  text-shadow: 2px 2px #000000;
  line-height: 68px;
}
.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;
} */
.hero .info p {
  color: #fff;
  font-size: 1vw;
  padding: 10px 0px;
}
.hero .info .btn-get-started {
  font-weight: 600;
  font-size: 0.8vw;
  display: inline-block;
  padding: 15px 40px;
  border-radius: 5px;
  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: 22px;
  text-align: left;
  font-weight: 400;
  margin-bottom: 1rem;
  font-size: 14px;
}
.row-benefits {
  margin-top: 1rem;
}
.row-benefits a {
  background-color: #84b43e;
  display: inline-block;
  padding: 1rem 3rem;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
  margin: 5px;
  color: #ffffff;
}
.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: 14px;
  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: auto;
  width: 100%;
}
.footer .footer-content .footer-info h3 span {
  font-size: 1.5rem;
  font-weight: 600;
  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: 18px;
  font-weight: 300;
  letter-spacing: 2.4px;
}
.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 > li > a {
  color: rgb(255 255 255 / 82%);
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}
.footer .footer-content .footer-links > ul > li > 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%;
}


.footer .footer-content .footer-links-list {
    padding-left: 4rem;
    padding-right: 3rem;
}

.footer .footer-content .footer-links-list h4 {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    position: relative;
    padding-bottom: 12px;
}
.footer .footer-content .footer-links-list ul {
    padding: 0px;
}
.footer .footer-content .footer-links-list li {
    display: inline-block;
    margin: 0px;
    padding: 3px 3px;
}
.footer .footer-content .footer-links-list li a {
    background-color: rgb(255 255 255 / 13%);
    color: #ebebeb;
    padding: 6px 10px;
    font-size: 14px;
    border-radius: 2px;
    display: block;
}
.footer .footer-content .footer-links-list li a:hover {
    background-color: rgb(246 135 35);
    color: #ffffff;
}
.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%;
}
.main-content .gallery-form {
  background: #fff;
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 3rem;
}
.gallery-form .form-select {
  padding: 9px 20px;
  font-size: 14px;
}
.gallery-form .col-form-label {
  font-size: 15px;
}
.hero .info .slider-widget {
  position: relative;
  padding: 15px 20px;
  -webkit-border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  border-radius: 0.3rem;
  margin-bottom: .9rem;
  background: rgb(52 13 13 / 24%);
  -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;
  border: 1px solid #7b91bb;
  background: rgb(49, 71, 170);
  background: linear-gradient(90deg, rgb(49 71 170 / 74%) 0%, rgb(38 153 142 / 90%) 100%);
}
.hero .info .slider-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;
}
.hero .info .slider-widget p {
  margin: 0;
  padding: 0 0 7px 0;
  color: #fff !important;
  font-size: 15px;
  font-weight: 500;
}
.hero .info .slider-widget h3 {
  margin: 0 0 0px 0;
  font-size: 40px;
  font-weight: 700;
  color: #fff;
}
.hero .info .slider-widget {}
.hero .info .slider-widget a {
  display: block;
  padding: 0.5vw 9vw;
}
.hero .info .slider-widget a img {
  width: 100%;
  transition: 0.3s;
}
.hero .info .slider-widget a:hover img {
  transform: scale(1.1);
}
/*--------- 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 {
  padding: 2rem 0px;
  width: 100%;
  padding-top: 7px;
}
.main-content .form-fild {
  margin-bottom: 1rem;
  font-size: 14px;
}
.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;
}
.hero .info .smart-widget {
  background-color: #fff;
  width: 330px;
  display: block;
  margin: auto;
}
.hero .info .smart-widget a {
  display: block;
  padding: 10px;
}
.table-pt {
  font-size: .85rem;
  color: #737373;
}
.table-dark {
  color: #a6a6a6;
}
.table-dark th {
  background-color: #69816a;
  color: #ffffff;
}
.table-pt.no-border {
  border: 0;
}
.table-bordered {
  border: 1px solid #e6ecf3;
}
.table-bordered th {
  border: 1px solid #d5d5d5;
  line-height: normal;
  font-size: 14px;
  vertical-align: middle;
  font-weight: 400;
}
.table-bordered tfoot th {
  font-size: 15px;
}
.table-bordered th h6 {
  font-size: 14px;
}
.table-bordered td {
  border: 1px solid #d5d5d5;
  line-height: normal;
  font-size: 14px;
  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: 14px;
  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: 14px;
  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: 14px;
  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 h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 1rem;
}
    .eligiblity-rightbar .btn-primary {
        background: #408a28;
        border-color: #408a28;
        border-radius: 6px;
        padding: 10px 5px;
        font-size: 13px;
        width: 50%;
        margin-bottom: 10px;
        float: left;
        margin-right: 5px;
    }
.eligiblity-rightbar .btn-primary:hover {
  background: #f68723;
  border-color: #f68723;
}
.eligiblity-rightbar .btn-primary2 {
  background: #f68723;
  border-color: #f68723;
  color: #fff;
  border-radius: 6px;
  padding: 10px 5px;
  font-size: 13px;
  width: 48%;
}
.eligiblity-rightbar .btn-primary2:hover {
  
  background: #408a28;
  border-color: #408a28;
}


.rightbar-btn {
  background: #404040;
  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: 600;
  color: #000000;
  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: #fff;
  border-bottom: 1px solid #ebebeb;
}
.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 {
  margin-left: 22px;
  padding: 6px 0px;
  font-size: 14px;
  text-transform: none;
  color: #333;
  height: auto;
  line-height: normal;
  font-weight: 500;
  border-bottom: 1px dotted #c9c9c9;
  list-style: disc;
}
.rightbar-scheme ul li a {
  color: #333;
}
.rightbar-scheme ul span {
  font-size: 16px;
  background-color: #f68723;
  width: 100%;
  padding: 7px 18px;
  border-radius: 5px;
  color: #fff;
  margin: 10px 0;
  display: block;
  font-weight: 600;
}

.portfolio-details-slider {
  margin-top: 23px;
  border-radius: 6px;
}
.project-details .portfolio-details-slider img {
  width: 100%;
  border-radius: 6px;
}
@import url("https://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css");
.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;
  }
}
@media (max-width: 768px) {
  .hero .info h2 {
    font-size: 16px;
    font-weight: 600;
    position: relative;
    text-shadow: 1px 1px #000000;
  }
  .hero .info p {
    font-size: 12px;
  }
  .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    padding-right: calc(var(--bs-gutter-x)* .5);
    padding-left: calc(var(--bs-gutter-x)* .5);
  }
  .header .logo {
    width: 65%;
  }
  .header .logo img {
    max-height: 40px;
    margin-right: 10px;
  }
  .header .logo h1 {
    font-size: 12px;
    font-weight: 600;
    line-height: normal;
  }
  .header .logo h1 span {
    font-size: 9px;
    line-height: normal;
    letter-spacing: 0px;
    line-height: normal;
  }
  .azadi-logo {
    display: none;
  }
  .smart-dash-btn {
    width: 100px;
    padding: 3px 7px;
    margin-left: 0px;
    margin-top: 10px;
  }
  .container-navbar {
    padding-left: 0px;
    margin-top: 0px;
    position: absolute;
    top: 0px;
    right: 0px;
  }
  .hero .carousel {
    min-height: 440px;
  }
  .right-img {
    height: 130px;
    right: 0px;
    bottom: -30px;
  }
  .left-img {
    height: 160px;
    left: -12px;
    margin-left: 0px;
    bottom: -30px;
  }
  .carousel-caption-text {
    margin-top: 2rem
  }
  .map-img {
    display: none;
  }
  .hero .carousel-control-prev, .hero .carousel-control-next {
    display: none;
  }
  .hero .info {
    padding: 0 0px;
  }
  .modiji-caption-text1 {
    text-align: left;
    line-height: 16px;
    font-size: 14px;
    color: #fff;
    position: relative;
    text-shadow: 1px 1px rgb(0 0 0 / 41%);
  }
  .hero .info .slider-widget h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 0px;
  }
  .modiji-caption-text1 span {
    color: #fff;
    font-weight: 600;
  }
  .hero .info .slider-widget p {
    padding: 0 0 4px 0;
    font-size: 10px;
    font-weight: 500;
    display: block;
  }
  .hero .info .slider-widget a {
    display: block;
    padding: 0px 30px;
  }
  .hero .info .slider-widget .growth {
    top: 12px;
    right: 10px;
    width: 34px;
  }
  .hero .info .slider-widget .growth img {
    top: 12px;
    right: 10px;
    width: 34px;
  }
  .hero .info .slider-widget {
    padding: 10px 10px;
    width: 100%;
  }
  .hero .info .btn-get-started {
    font-size: 12px;
    padding: 10px 30px;
  }
  .tree-box {
    margin-top: 0px;
  }
  .schemes-center {
    display: block;
  }
  .schemes-center > li:first-child {
    width: 100%;
    margin: 0px;
    margin-bottom: 3rem;
  }
  .treebox fieldset {
    padding: 10px;
  }
  .schemes-icon-box > aside {
    top: -50px;
    width: 60px;
    height: 60px;
  }
  .schemes-icon-box h4 {
    font-size: 14px;
    padding: 0px 4px;
    height: 42px;
  }
  .schemes-center > li {
    width: 100%;
    margin: 0px;
    padding: 10px;
    margin-bottom: 2rem;
  }
  .schemes-center > li:last-child {
    margin-bottom: 0px;
  }
  .schemes-center > li:first-child .amrut-list {
    width: 100%;
    margin: 0px;
    padding: 10px;
  }
  .wel-grid {
    padding: 2rem 1rem;
  }
  .about-tax {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .center-title {
    font-size: 22px;
    line-height: 28px;
  }
  .about-tax > p {
    line-height: 20px;
    font-size: 12px;
    color: #000;
  }
  .our-logo-icon-box {
    width: 100%;
  }
  .our-logo-icon-box {
    padding: 5px;
    width: 33%;
    display: block;
  }
  .our-logo-icon-box > span {
    width: 55px;
    height: 55px;
    padding: 10px 10px;
  }
  .our-logo-icon-box > h4 {
    font-size: 10px;
    margin: 0px;
    padding: 0px;
    margin-top: 0px !important;
    text-align: center;
    line-height: 13px;
  }
  .row-benefits a {
    display: inline-block;
    padding: 1rem 1rem;
    font-size: 12px;
    margin: 0px;
    width: 49%;
    text-align: center;
    margin-bottom: 1rem;
  }
  .row-benefits a:last-child {
    width: 100%;
  }
  .constructions {
    padding-right: 0rem;
  }
  .testimonials2 {
    padding: 1rem 0rem;
  }
  .stats-counter .stats-item {
    padding: 0px 0px;
    font-size: 12px;
  }
  .stats-counter .stats-item i {
    width: 36px;
    margin-right: 6px;
  }
  .stats-counter .stats-item p {
    font-size: 9px;
    white-space: normal;
  }
  .modiji-comma {
    position: absolute;
    top: 10px;
    z-index: 0;
    margin-left: -4rem;
    width: 10px;
  }
  .modiji-comma img {
    width: 40px;
  }
  .stats-counter .stats-item span {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    white-space: normal;
  }
  section {
    padding: 50px 0;
  }
  .section-header {
    padding-bottom: 10px;
  }
  .section-header h2 {
    font-size: 16px;
  }
  .dash-button {
    width: 210px;
    font-size: 16px;
    display: block;
    float: none;
    top: 0px;
    position: relative;
    margin-bottom: 1rem;
  }
  .programmes-icon-box .scheme-text {
    padding: 1rem 1rem;
  }
  .programmes-icon-box .scheme-text h4 {
    font-size: 14px;
    padding-top: 0px;
    text-align: left;
    height: auto;
    margin-bottom: 1rem;
  }
  .testimonials .testimonial-item {
    padding: 10px;
    margin: 0px;
  }
  .footer .footer-content .footer-info h3 span {
    font-size: 20px;
    line-height: 27px;
    margin-left: 10px;
    padding: 0px 0px;
    text-align: left;
  }
  .footer .footer-content .footer-info h3 span b {
    font-size: 12px;
    letter-spacing: normal;
    line-height: normal;
  }
  .footer .footer-content .footer-info h3 img {
    height: 60px;
  }
  .footer {
    font-size: 14px;
    padding: 50px 0 20px 0;
    text-align: center;
  }
  .footer .footer-content .footer-info p {
    font-size: 12px;
    line-height: 18px;
  }
  .footer-address p {
    display: block;
    font-size: 12px;
  }
  .footer .footer-content {
    margin-bottom: 1rem;
  }
  .footer .footer-content .social-links {
    align-items: center !important;
    justify-content: center !important;
  }
  .footer .footer-legal .copyright {
    text-align: center;
    font-size: 10px;
  }
  .footer .footer-legal .credits {
    font-size: 10px;
    text-align: center;
  }
  .scroll-top {
    bottom: 165px;
    width: 30px;
    height: 30px;
    right: 10px;
  }
  .footer .footer-legal {
    padding-top: 20px;
  }
  .header {
    padding: 10px 0;
    padding-top: 20px;
  }
  .inner-header h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .breadcrumbs {
    padding: 90px 0 20px 0;
  }
  .breadcrumbs ol {
    padding: 0 0 0px 0;
    font-size: 10px;
  }
  .hero .info .smart-widget {
    width: 150px !important;
  }
  .hero .info .smart-widget a {
    padding: 0px 10px;
  }
}
.album-images .album-item span img {
  position: absolute;
  height: 100%;
  transition: 0.3s;
}
.album-images .album-item span {
  width: 100%;
  display: block;
  height: 280px;
  overflow: hidden;
  position: relative;
}
.album-images .album-item h2 {
  background: #441412;
  font-size: 20px;
  padding: 10px;
  color: #fff;
  text-align: center;
  display: block;
}
.graph-table tr th h6 {
  font-size: 18px;
  text-align: center;
  padding: 6px 0px;
  user-select: none;
}