@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

/* Smooth scroll behavior */ :root {
  scroll-behavior: smooth;
}
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
/*update CSS*/

.content-img-left {
    float: left;
    margin: 0 3rem 3rem 0;
    max-width: 32%;
}
.content-img-right {
    float: right;
    margin: 0 0 3rem 3rem;
    max-width: 32%;
}
.footer-address p {
    display: block;
    font-size: 12px;
}

.center-title:last-child {
    font-size: 2rem;
    line-height: normal;
    max-width: 100%;
}

.stats-item {
    position: relative;
    padding-right: 20px;
}

    .stats-item::after {
        content: "";
        position: absolute;
        top: 28%;
        right: 0;
        height: 50%;
        width: 1px;
        background-color: #ccc;
    }

    .stats-item.no-border1::after {
        display: block;
    }
    .stats-item.no-border2::after {
        display: none;
    }


.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 15%;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
    z-index: 2;
}

/*remove caraousel*/
.all-slides-grid {
    display: flex!important;
    flex-wrap: wrap;
    gap: 10px; 
    width:100% !important;
/*    justify-content: space-between;*/
}

    .all-slides-grid .item {
        /* flex: 1 1 calc(33.333% - 20px) !important; */
        box-sizing: border-box;
        flex-wrap: wrap;
/*        display: flex;*/
        width: 32.33%;
    }

.grid {
    position: relative;
    margin: -10px auto!important;
     padding: 0 !important; 
    /* max-width: 1000px; */
    list-style: none;
    text-align: center;
    /* display: flex !important; */
/*    gap: 10px !important;*/
}

@media (max-width: 1024px) {
    .center-title:last-child {
     max-width: 100%;
    }
    
    .mobile-app-grid {
         padding: 5rem 0rem!important;
    }
    .treebox {
        margin: 50px 0 !important;
    }
    .all-slides-grid .item {
        flex: 1 1 calc(50% - 20px); /* 2 columns on tablets */
    }
}

@media (max-width: 600px) {
    .all-slides-grid .item {
        flex: 1 1 100%; /* 1 column on mobile */
    }
}


.web-print-d {
    display: flex;
    justify-content: center;
}
    .web-print-d button {
        background: transparent;
        border: none;
    }
    /* updated PMS CSS */
    .owl-carousel .owl-next span {
        transform: scaleX(-1) !important;
        display: inline-block;
    }


.owl-carousel .owl-prev span {
    transform: scaleX(-1) !important;
    display: inline-block;
}



ul.list1 {
	line-height: 27px;
	text-align: left;
	font-weight: 400;
	font-size: 14px;
	padding-left: 0;
	list-style: none;
}
ul.list1 li {
	padding-left: 35px;
	padding-bottom: .5rem;
}

ul.list1 li::before {
	content: "";
	height: 25px;
	width: 25px;
	mask: url(../../assetsdb/img/brand-loom.svg);
  z-index: 1;
	position: absolute;
	margin-top: 3px;
	margin-left: -35px;
  
  background-color:#2a9f53; /* Desired color */
  -webkit-mask: url(../../assetsdb/img/brand-loom.svg) no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
}



/* seal of schemes central */
.central.badge {
    position: relative !important;
    width: 70px !important;
    height: 36px !important;
    background: radial-gradient(circle, #ff2400 0%, #c20500 100%);
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    padding: 0 19px !important;
    margin: 31px 20px;
    float: right;
}

    .central.badge::before, .central.badge::after {
        content: "";
        position: absolute;
        width: 45px;
        height: 7px;
        background: #cb0a00;
        top: 34px;
        z-index: 10;
    }

    .central.badge::before {
        left: 2px;
        transform: rotate(-20deg);
    }

    .central.badge::after {
        right: 2px;
        transform: rotate(20deg);
    }

    .central.badge .label {
        position: absolute;
        bottom: -16px;
        background: #fff;
        color: #000;
        padding: 4px 8px;
        border-radius: 5px;
        font-size: 10px;
        font-weight: 500;
        box-shadow: 0 2px 5px rgba(0,0,0,0.2);
        z-index: 12;
    }

/* seal of schemes central */

/* seal of schemes state */
.state.badge {
    position: relative !important;
    width: 70px !important;
    height: 36px !important;
    background: radial-gradient(circle, #0093ff 0%, #0063ba 100%);
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    padding: 0 19px !important;
    margin: 31px 20px;
    float: right;
}

    .state.badge::before, .state.badge::after {
        content: "";
        position: absolute;
        width: 45px;
        height: 7px;
        background: #0093ff;
        top: 34px;
        z-index: 10;
    }

    .state.badge::before {
        left: 2px;
        transform: rotate(-20deg);
    }

    .state.badge::after {
        right: 2px;
        transform: rotate(20deg);
    }

    .state.badge .label {
        position: absolute;
        bottom: -16px;
        background: #fff;
        color: #000;
        padding: 4px 8px;
        border-radius: 5px;
        font-size: 10px;
        font-weight: 500;
        box-shadow: 0 2px 5px rgba(0,0,0,0.2);
        z-index: 12;
    }
/* seal of schemes state */
/* projects */
/*---------------*/
/***** Lily *****/
/*---------------*/
.owl-prev span:hover, .owl-next span:hover {
	color: #fff !important;
}

.owl-theme .owl-dots {
	display: none !important;
}


figure.effect-lily img {
    max-width: none;
    width: -webkit-calc(100% + 20px) !important;
    width: calc(100% + 50px) !important;
/*    opacity: 0.7;*/
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-40px,0, 0);
    transform: translate3d(-40px,0,0);
}

figure.effect-lily figcaption {
	text-align: left;
}

figure.effect-lily figcaption > div {
    position: absolute;
    bottom: 20px;
    left: 0;
    padding: 2em;
    width: 100%;
    height: auto;
}
figure.effect-lily h2,
figure.effect-lily ul {
	-webkit-transform: translate3d(0,40px,0);
	transform: translate3d(0,40px,0);
}

figure.effect-lily h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}
figure.effect-lily ul {
    color: rgba(255,255,255,0.8);
    opacity: 9;
    -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
    transition: opacity 0.2s, transform 0.35s;
    margin: 0;
    padding: 0;
    display: flex;
    margin-top: 10px;
    align-items: center;
    justify-content: flex-start;
}
figure.effect-lily ul li {
    list-style: none;
    font-size: 12px;
    font-weight: 500;
    /* width: 100%; */
    text-align: left;
    background-color: #fff;
    padding: 7px 10px;
    border-radius: 7px;
}
figure.effect-lily ul li a {
  color: #000;
}
figure.effect-lily ul li span {
    display: block;
    font-size: 16px;
    font-weight: 700;
}
figure.effect-lily:hover img,
figure.effect-lily:hover ul {
/*	opacity: 1;*/
}

figure.effect-lily:hover img,
figure.effect-lily:hover h2,
figure.effect-lily:hover ul {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-lily:hover ul {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
}



.owl-theme .owl-nav {
	margin-top: 10px;
	position: absolute;
	top: -99px !important;
	right: 70px !important;
}

.grid {
    position: relative;
    margin: 0 auto;
    /* padding: 1em 0 4em; */
    /* max-width: 1000px; */
    list-style: none;
    text-align: center;
}
/* Common style */
.grid figure {
    position: relative;
    /* float: left; */
    overflow: hidden;
    margin: 10px 0%;
    min-width: 100%;
    max-width: 100%;
    max-height: 350px;
    width: 100%;
    /* background: #000000; */
    text-align: center;
    cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 110%;
/*	opacity: 0.8;*/
}

.grid figure figcaption {
  position: absolute !important;
  bottom: 12rem;
  left: 11rem;
	/* padding: 10em 0 5rem; */
	color: #fff;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption, .grid figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(200,158,101,0) 0%, rgba(0,0,0,1) 140%);
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}
.grid figure h2 {
	font-weight: 600;
	font-size: 20px;
	color: #fff;
	/* border-bottom: 1px solid #fff; */
	padding-bottom: 0.5rem;
	margin-bottom: 0;
/*	white-space: pre-wrap;*/
	line-height: 29px;
}

.grid figure h2 span {
	font-weight: 800;
}


.owl-carousel .owl-nav button.owl-next:hover, .owl-carousel .owl-nav button.owl-prev:hover {
    opacity: 0.9;
    color: #fff !important;
    background: rgb(253 85 3) !important;
    border: 1px solid #fd5503;
}
.project-select {
    border-radius: 100px;
    background-color: transparent;
    border: 1px solid #898989;
    padding: 10px 20px;
    margin-top: -0.4rem;
}
.project-select:focus{
	outline: 0;
	box-shadow: none;
	border: 1px solid #898989;
		
}

.priority-areas-select {
    border-radius: 100px;
    background-color: transparent;
    border: 1px solid #898989;
    padding: 10px 20px;
    margin-top: 1.6rem;
    background-image: url("../images/select-arrow-white.svg");
    color: #fff;
}
.priority-areas-select option{
	 color: #000;
}
.priority-areas-select:focus{
	outline: 0;
	box-shadow: none;
	border: 1px solid #898989;
		
}


.mobile-app-grid {
    background: #fff;
    padding: 7rem 0rem;
}
.mobile-app-icon > li > a img {
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
}
.mobile-app-icon > li > a img:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

.mobile-app-title {
    margin-bottom: 2.2rem;
}
.mobile-app-title h3{
    font-weight: 500;
    margin: 0px;
    color: #848484;
}
.mobile-app-title > span {
    background: #ec7e20;
    display: block;
    height: 3px;
    width: 70px;
    margin-top: 15px;
    margin-bottom: 20px;
}
.mobile-app-title h1{
    font-size:2rem;
    font-weight: 700;
    margin: 0px;
    color: #000;
}




.input-group-btn {
}
.corner-more-btn {
    display: inline-block;
    font-size: 9px;
    font-weight: 600;
    text-decoration: none;
    color: #333;
    text-align: center;
    position: relative;
    transition: all .35s;
    padding: 3px 23px;
    margin-top: 25px;
    background: #fff;
    border: 1px solid rgb(214 214 214 / 63%);
    text-transform: uppercase;
    border-radius: 100px;
    overflow: hidden;
}
.corner-more-btn:hover {
    color: #ffffff;
    background: transparent;
    border: 1px solid #fff;
}
.bird-corner {
    display: flex;
}
.bird-corner > li {
    list-style: none;
}
.testi_v {
    background: url(../images/loading.gif) no-repeat center #f1f1f1;
    width: 100%;
    height: 220px;
    background-size: 50px;
    border: 1px solid #e7e7e7;
}
.search-open {
    overflow: hidden;
}
/*
.close {
    position: absolute;
    top: 1rem;
    right: 2rem;
    background: none;
    border: 0;
    font-size: 3rem;
    font-weight: 700;
    display: block;
    cursor: pointer;
    color: #fff;
    outline: none;
    text-shadow: none;
    padding: 48px !important;
}
.close:hover {
    opacity: 0.9;
    color: #fff;
}
.close:before, .close:after {
    position: absolute;
    top: 30px;
    right: 40px;
    content: ' ';
    height: 53px;
    width: 2px;
    background-color: #fff;
}
.close:before {
    transform: rotate(45deg);
}
.close:after {
    transform: rotate(-45deg);
}
*/
.search-box.search-elem {
    margin: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: rgb(5 57 100 / 98%);
    transition: all 0.3s ease-in-out;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}
.search-box.search-elem .inner {
    width: 80%;
    position: fixed;
    top: 50%;
    right: 0px;
    left: 0px;
    margin: auto;
}
.search-box.search-elem button.submit {
    outline: none;
    height: 72px;
    padding: 10px 70px;
    background: #ec7e20 !important;
    font-size: 20px;
    color: white !important;
    border: 0px;
    cursor: pointer;
    width: 19%;
}
.search-box.search-elem button.submit:hover {
    background: #51a103 !important;
}
.search-box.search-elem input[type=text] {
    padding: 20px;
    height: 72px;
    font-size: 32px;
    font-weight: 300;
    border: none;
    transition: border 0.3s;
    border-radius: 0;
    background: transparent;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-style: italic;
    float: left;
    width: 81%;
}
.search-box.search-elem input[type=text]:focus {
    border-bottom: solid 1px #ec7e20;
    box-shadow: none;
    outline: 0;
}
.search-box.search-elem.search-open {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.social_nav {
    top: 170px;
    position: fixed;
    z-index: 999;
}
.social_nav:hover {
    right: 40px;
}
.social_nav ul {
    margin-top: 0;
    margin-bottom: 0rem
}
.social_nav li {
    height: 45px;
    position: relative;
    list-style: none;
    margin-bottom: 5px;
}
.social_nav li a {
    color: #fff !important;
    display: block;
    width: 130px;
    line-height: 45px;
    transition: all .3s linear;
    text-decoration: none !important;
    border-radius: 10px 0px 0px 10px;
    padding: 2px 10px;
    position: fixed;
    z-index: 999;
    width: 45px;
    white-space: nowrap;
    transition: all 0.3s linear;
    border-radius: 10px 0px 0px 10px;
    right: -16px
}
.social_nav ul li a:hover {
    width: 130px;
    box-shadow: 0 0 2px 1px rgb(0 0 0 / 30%);
}
.social_nav li:nth-child(1) a {
    background: #4267B2
}
.social_nav li:nth-child(2) a {
    background: #ff0000
}
.social_nav li:nth-child(3) a {
    background: #00acee
}
.social_nav li a i {
    width: 18px;
}
.social_nav ul li a span {
    font-weight: 600;
}
.expertise-grid {
    padding: 90px 0px;
    padding-bottom: 0px;
}
.click-btn {
    text-align: center;
    font-size: 15px;
    color: #1d212a;
    text-decoration: none;
    transition: all 0.35s;
    box-sizing: border-box;
    background: #f0f2f5;
    padding: 30px 10px;
    font-weight: 600;
    margin-bottom: 20px;
}
.btn-style1 {
}
.btn-style1:hover {
    transform: translateY(-0.25em);
    color: #1d212a;
}
.btn-style1:hover::before {
    opacity: 1;
}
.btn-style1::before {
    width: 100%;
    height: 1em;
    position: absolute;
    left: 0;
    bottom: -1.35em;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    opacity: 0;
    transition: all 0.65s;
    content: "";
}
/* projects */


.news_box {
    background: #363636;
    padding: 4rem 3rem;
}
.news-title {
    color: #ffff;
    font-size: 27px;
    margin: 0px;
    padding: 0px 5px;
    display: block;
    line-height: normal;
    position: relative;
    border-left: 2px solid #fd5503;
    margin-bottom: 2rem;
    justify-content: space-between;
    font-weight: 700;
}
.news-title > img {
    height: 25px;
}

.news-more-btn {
    display: block;
    text-align: center;
    width: 100%;
    color: #000000;
    font-weight: 600;
}
.news-more-btn:hover {
    color: #33bca5;
}
.pressRelease {
}
.ticker li {
    display: block;
    font-size: 13px;
    border-bottom: 1px solid #d7d7d7;
    padding: 20px 0px;
}
.ticker li aside {
    background: #ea6726;
    float: left;
    /* padding: 10px; */
    width: 76px;
    border-radius: 5px;
    text-align: center;
    margin-right: 20px;
}
.ticker li aside h2 {
    color: #fff;
    font-weight: 700;
    margin: 0px;
}
.ticker li aside span {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
}
.ticker li article {
}
.ticker li article p {
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 57px;
    margin: 0px;
    line-height: normal;
    color: #fff;
    margin-bottom: 1rem;
}
    .ticker li article p a {
        color:#fff;
    }
        .ticker li article span {
    font-size: 12px;
    font-weight: 400;
    color: #fff;
}
.ticker li article span img {
    height: 22px;
}
.ticker {
    overflow: auto;
    position: relative;
    border: none;
    /* background-color: #fff; */
    height: 300px;
    margin: 0px;
    padding: 0px;
}
.newsmore {
    padding: 13px 20px;
}




.know-more-btn {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    color: #fff;
    text-align: center;
    transition: all .35s;
    padding: 10px 34px;
    background: #f5f5f5;
    text-transform: uppercase;
    clear: both;
    position: relative;
    background-color: #fd7303;
    border: 0;
}
.know-more-btn span {
    position: relative;
    z-index: 2;
}
.know-more-btn:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background:#fd5503;
    transition: all .35s;
}
.know-more-btn:hover {
    color: #fff;
}
.know-more-btn:hover:after {
    width: 100%;
} 
/* updated PMS CSS */

body {
  font-family: 'Poppins', sans-serif;
  color: var(--color-default);
  overflow-x: hidden;
  font-weight: 400;
}
a {
  color: #f68723;
  text-decoration: none;
}
a:hover {
  color: #ffc732;
  text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
font-family: 'Poppins', sans-serif;
}
a {
  transition: 0.3s;
}
#flex-scroll {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  position: absolute;
  z-index: 9;
  bottom: 0;
}
.carousel-caption {
  position: absolute;
  right: 5%;
  bottom: 1.25rem;
  left: 5%;
  top: 10%;
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: left;
}


.azadi-logo {
  height: 4.5vw;
}

.smart-dash-btn {
	background-color: #fff;
	position: relative;
	width: 10vw;
	padding: .7rem 1.2rem .4rem;
	border-radius: 0px 10px 0px 10px;
	box-shadow: 2px 2px 10px rgb(0 0 0 / 43%);
	margin-left: 14%;
}
.smart-dash-btn:hover{
  transform: scale(1.1);
}
.smart-dash-btn img{
  width: 100%;
}
.back-dash-btn {
  background-color: #fff;
  position: relative;
  padding: 0.7vw 1.5vw;
  border-radius: 0px 10px 0px 10px;
  box-shadow: 4px 3px 10px rgb(0 0 0 / 43%);
  text-align: center;
  color: #000;
  font-weight: 500;
  font-size: 0.9vw;
  line-height: normal;
}
.back-dash-btn:hover{
  background-color: #f68728;
  color: #fff;
  transform: scale(1.1);
}
.back-dash-btn > i{
  margin-right: 5px;
}


.mla-dash-btn {
  background-color: #f68728;
  position: relative;
  padding: 0.7vw 1.5vw;
  border-radius: 0px 10px 0px 10px;
  box-shadow: 4px 3px 10px rgb(0 0 0 / 43%);
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-size: 0.9vw;
  line-height: normal;
  margin-right: 1rem;
}
.mla-dash-btn:hover{
  background-color: #fff;
  color: #000;
  transform: scale(1.1);
}
.mla-dash-btn i {
  font-size: 14px;
  float: left;
}
.dash-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 1rem;
}


.box {
  width: 7%;
}
.box a {
  display: block
}
.box a img:hover {
  transition: all .3s;
  transform: translateY(-10px);
}
.box a img {
  width: 100%;
  position: relative;
  transition: 0.3s;
}
.tree-box {
  padding: 0px;
  margin-top: -100px;
  position: relative;
  z-index: 9;
  overflow: visible;
}
.treebox {
    border-radius: 5px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 40px -20px, rgba(0, 0, 0, 0.3) 0px 20px 30px -30px;
    margin-bottom: 40px;
    margin: 50px 100px;
}
.treebox fieldset {
  width: 100%;
  border: 1px solid #ffffff;
  border-radius: inherit;
  padding: 2em;
  background-color: #fff;
}
.treebox fieldset legend {
  line-height: 0;
  padding: 18px 10px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
  color: #fff;
  float: none;
  border: 3px solid #fff;
  width: 160px;
  background-color: #c55d00;
  border-radius: 100px;
  background: #c55d00;
  margin: 0px;
}
.treebox fieldset {
  color: #000;
}
.schemes-center {
  padding: 0px;
  display: flex;
  width: 100%;
  margin: 0;
  margin-top: 0px;
}
.schemes-center > li {
  list-style: none;
  width: 20%;
  float: left;
  margin: 8px;
}
.schemes-center > li:first-child{
  width: 87%;
}

.schemes-center > li:first-child .amrut-list {
  width: 30%;
  float: left;
}
.schemes-center > li:first-child .amrut-list li{

}
.schemes-icon-box {
  text-align: center;
  transition: 0.3s;
  width: 100%;
  vertical-align: middle;
  display: table;
  position: relative;
}
.schemes-icon-box > aside {
  position: absolute;
  top: -89px;
  background: #fff;
  border-radius: 100px;
  border: 1px solid #ffffff;
  z-index: 3;
  margin: auto;
  width: 80px;
  height: 80px;
  padding: 4px;
  left: 0px;
  right: 0px;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 19%);
  overflow: hidden;
}
.schemes-icon-box > aside > img {
  width: 100%;
}
.schemes-icon-box span {
  background: #f5f5f5;
  width: 103px;
  height: 103px;
  padding: 12px;
  border: 1px solid #e7e7e7;
  overflow: hidden;
  display: inline-block;
  border-radius: 100%;
}
.schemes-icon-box span img {
  width: 100%;
}
.schemes-icon-box h4 {
  color: #000;
  font-size: 15px;
  margin: 0px;
  background: #f3f3f3;
  padding: 0px 4px;
  height: 45px;
  text-align: center;
  position: relative;
  z-index: 2;
  line-height: normal;
  display: table-cell;
  vertical-align: middle;
  font-weight: 700;
  border-radius: 2px;
}
.amrut-list {
  padding: 0;
  margin: 0;
  margin: 10px;
}
.amrut-list > li {
  list-style: none;
  position: relative;
  padding: 10px 0px;
  border-bottom: 1px solid #e7e4e4;
  line-height: normal;
  display: inline-block;
  width: 100%;
}
.amrut-list > li:last-child {
  border: 0;
}
/* .amrut-list > li:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #f68723;
  position: absolute;
  left: 0;
  top: 18px;
  border-radius: 5px;
} */

.amrut-list > li > a {
  font-size: 12px;
  color: #000;
  padding-right: 6px;
  display: flex;
  font-weight: 500;
}
.amrut-list > li > a > b {
  color: #ffffff;
  font-size: 8px;
  font-weight: 500;
  width: 18px;
  /* display: inline-block; */
  /* float: left; */
  background: #f68723;
  height: 18px;
  border-radius: 100px;
  padding: 0px 0px;
  text-align: center;
  line-height: 19px;
  margin-right: 6px;
  position: relative;
  top: 1px;
}
.amrut-list > li > a > span {
  width: 84%;
}
.amrut-list > li > a:hover{
  color: #f68723;
}
/*--------------------------------------------------------------
# Sections & Section Header
--------------------------------------------------------------*/
section {
  padding: 80px 0;
  overflow: hidden;
}
.section-bg {
  background-color: #f5f6f7;
}
.section-header {
  text-align: center;
  padding-bottom: 30px;
}
.section-header h2 {
  font-size: 28px;
  font-weight: 600;
  position: relative;
  color: #2e3135;
}


.section-header p {
  margin: 0 auto 0 auto;
}
@media (min-width: 1199px) {
  .section-header p {
    max-width: 60%;
  }
}
/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 240px 0 60px 0;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
/* .breadcrumbs:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  inset: 0;
} */
.breadcrumbs h2 {
  font-size: 56px;
  font-weight: 500;
  color: #fff;
  font-family: var(--font-secondary);
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 13px;
  font-weight: 400;
  color: #f68723;
}
.breadcrumbs ol a {
  color: rgba(255, 255, 255, 0.8);
  transition: 0.3s;
}
.breadcrumbs ol a:hover {
  text-decoration: underline;
}
.breadcrumbs ol li + li {
  padding-left: 10px;
}
.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #fff;
  content: "/";
}
/*--------------------------------------------------------------
# Scroll top button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: #f68723;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}
.scroll-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}
.scroll-top:hover {
  background: #333;
  color: #fff;
}
.scroll-top.active {
  visibility: visible;
  opacity: 1;
}
/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  inset: 0;
  z-index: 999999;
  overflow: hidden;
  background: #fff;
  transition: all 0.6s ease-out;
}
#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #fff;
  border-color: #f68723 transparent #f68723 transparent;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1.5s linear infinite;
}
@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
 /*  ===============================================
    TopBar
------------------------*/
.top_bar {
  width: 100%;
 
}

.top_bar_inner {
  z-index: 2;
  display: flex;
  position: relative;
  background-color: #4e364a;
  padding-top: 6px;
}
.top_bar_inner:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 32px solid #4e364a;
  border-left: 26px solid transparent;
  position: absolute;
  left: -25px;
  top: 0px;
}
.top_bar_inner:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 32px solid #4e364a;
  border-right: 26px solid transparent;
  position: absolute;
  right:  -25px;
  top: 0px;
}

.top_bar_icon {
  display: table-cell;
  vertical-align: middle;
  font-weight: 400;
  position: relative;
  top: -4px;
}

.top_bar_contact_item .top_bar_icon i {
   font-size: 15px;
}

.top_bar_contact_item, .top_bar_contact_item span {
   color: #478d21;
   font-weight: 700;
}

.top_bar_contact_item {}

.top_bar_contact_item:not(.with-icon) {
   padding-left: 18px;
   margin-left: 18px;
}

.top_bar_contact_item:not(.with-icon):after {
   content: "";
   height: 6px;
   width: 6px;
   background-color: rgba(255, 255, 255, 0.30);
   display: block;
   position: absolute;
   left: -3px;
   top: 22px;
   border-radius: 20px;
}

.text-base-white .top_bar_contact_item>a {
   color: rgba(255, 255, 255, 0.70);
}
.top_bar_contact_list {
  margin: 0px;
  display: flex;
  padding: 0;
}

.top_bar_contact_list>li {
  list-style: none;
  padding: 0px 13px;
  line-height: normal;
  border-right: 1px solid rgb(255 255 255 / 21%);
}

.top_bar_contact_list>li:first-child {

}
.top_bar_contact_list>li:last-child {
  
  border-right: 0;
}
.top_bar_contact_list>li>a {
  font-size: 14px;
  font-weight: 300;
  color: #fff;
}

.top_bar_contact_list>li>a:hover {}

.left-img {
    position: absolute;
    bottom: 0;
    height: 580px;
    margin-left: 0;
    animation: moveRightLeft 25s ease-in-out infinite;
}
.right-img {
    position: absolute;
    bottom: -35px;
    height: 530px;
    right: 50px;
    animation: moveLeftRight 25s ease-in-out infinite;
}

@keyframes moveLeftRight {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(-50px);
    }
    
    100% {
        transform: translateX(0);
    }
    
}

@keyframes moveRightLeft {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(50px);
    }
    
    100% {
        transform: translateX(0);
    }
    
}
.map-img {
  position: absolute;
  top: 7rem;
  height: 576px;
  right: -50px;
}

.ashok {
    position: absolute;
    bottom: -80px !important;
    left: 52%;
    transform: translateX(52%);
    animation: slideUp 1.5s ease-out forwards, rotate360 32s linear infinite;
}

@keyframes rotate360 {
    from {
        transform: translateX(-52%) rotate(0deg);
    }

    to {
        transform: translateX(-52%) rotate(360deg);
    }
}

@keyframes slideUp {
    0% {
        bottom: -100px;
        opacity: 0;
    }

    100% {
        bottom: 0;
        opacity: 1;
    }
}

.flag-left {
    position: absolute;
    bottom: -30px !important;
    left: 0;

}

.flag-right {
    position: absolute;
    bottom: -30px !important;
    right: 0;
}





.page-change-sec {
  position: relative;
  display: flex;
  margin: 4px 3px;
  padding: 0px;
}

.page-change-sec>li:first-child {
  list-style: none;
  margin-left: 5px;
}

.page-change-sec>li {
  list-style: none;
  margin-right: 5px;
}
.page-change-sec>li>a {
 border: 1px solid #b9b9b9;
 width: 18px;
 display: block;
 height: 18px;
 line-height: 15px;
 text-align: center;
 font-size: 12px;
 color: #545454;
 background-color: #fff;
}

.page-change-sec>li>a:hover {
  background-color: #f68723;
  color: #fff;
  border: 1px solid #f68723;
}

.navbar-right-select {
  position: relative;
  top: 0px;
  margin: 0px 0px;
  display: block;
}
.navbar-right-select>li {
  display: inline-block;
}

.toplogin-btn {
  margin-right: 0px;
  white-space: nowrap;
  display: inline-block;
  font-weight: 400;
  color: #ffffff;
  background: #f1731c;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  padding: 0px 12px;
  border-radius: 2px;
  font-size: 12px;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.toplogin-btn:hover {
  color: #ffffff;
  background: #d5712c;
}
.reg-btn {
  text-align: center;
  font-weight: 500;
  position: relative;
  display: inline-block;
  padding: 0px 12px;
  color: #fff;
  margin: 0px auto;
  font-size: 12px;
  background: #478d21;
  border-radius: 2px;
}

.reg-btn:hover {
   color: #fff;
   background: #478d21;
}

.language {
  font-size: 12px;
  display: inline-block;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #fff;
  padding: 4px 12px;
  border-radius: 2px;
  background: transparent;
  border: 1px solid rgb(255 255 255 / 42%);
  line-height: normal;
}
.language:hover {
   color: #000;
   background: #ffffff;
}

.language:focus {
   color: #000;
   background: #ffffff;

}

.table-borderless{
  margin: 0px;
}
.table-borderless tbody tr td, .table-borderless tbody tr th {
  font-size: 13px;
  line-height: normal;
  padding: 8px;
  background: #f9f9f9;
}

.table-borderless tbody tr td strong{
  font-weight: 900;
}

.table-borderless tbody tr{
  
  border-bottom: 1px solid #e3dddd;
}

.table-borderless tbody tr:last-child{
  border-bottom:0;
}
.header {
  z-index: 997;
  position: absolute;
  padding: 0px 0;
  top: 0;
  left: 0;
  right: 0;
  padding-top: 20px;
}
.header .logo img {
	max-height: 3.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: .74vw;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.1px;
}
.dash-header {
  z-index: 997;
  position: relative;
  padding: 0px 0;
  top: 0;
  left: 0;
  right: 0;
  padding: 2rem 0rem;
  background: #33120d;
  display: flex;
  width: 100%;
}
.dash-header .logo img {
  max-height: 44px;
  margin-right: 12px;
}
.dash-header .logo h2 {
  font-size: 1.5vw;
  font-weight: 500;
  color: #fff;
  margin: 0;
  line-height: 24px;
  border-left: solid #979797 1px;
  padding-left: 14px;
}
.dash-header .logo h2 span {
  display: block;
  font-size: 0.7vw;
  font-weight: 200;
  line-height: normal;
  padding-top: 4px;
}

/*--------------------------------------------------------------
# Desktop Navigation
--------------------------------------------------------------*/

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  padding-right: calc(var(--bs-gutter-x) * 3);
  padding-left: calc(var(--bs-gutter-x) * 3);
}

.container-navbar {
  /* padding-left: 130px; */
  margin-top: 20px;
}
/* .container-navbar:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 50px solid #fff;
  border-left: 30px solid transparent;
  position: absolute;
  margin-left: 43px;
} */
.container-navbar::after {
  content: "";
  /* width: 20%; */
  height: 49px;
  background-color: #fff;
  position: absolute;
  right: 0px;
  margin-top: -49px;
  z-index: -1;
}
@media (min-width: 1280px) {
  .navbar {
    padding: 0;
    background-color: #fff;
  }
  .navbar ul {
    margin: 0 0rem;
    padding-left: 3rem;
    padding-right: 3rem;
    display: flex;
    list-style: none;
    align-items: center;
  }
  .navbar li {
    position: relative;
  }
  .navbar > ul > li {
    white-space: nowrap;
    padding: 6px 28px;
    margin-left: 0px;
    border-right: 1px solid #ededed;
}
.navbar > ul > li:last-child{
  border-right:0;
}
  .navbar a, .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0px;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
    line-height: 28px;
    height: 37px;
}
  .navbar a i, .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }
  /* .navbar > ul > li > a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -6px;
    left: 0;
    background-color: #f68723;
    visibility: hidden;
    width: 0px;
    transition: all 0.3s ease-in-out 0s;
  } */
  .navbar a:hover:before, .navbar li:hover > a:before, .navbar .active:before {
    visibility: visible;
    width: 100%;
  }
  .navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
    color: #e85700;
}
  .navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 2px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 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: 0px 26px;
    font-size: 12px;
    text-transform: none;
    color: var(--color-default);
    height: auto;
    line-height: 24px;
}
  .navbar .dropdown ul a i {
    font-size: 12px;
  }
  .navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
    color: #f68723;
  }
  .navbar .dropdown:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .navbar .dropdown:hover > ul span {
    font-size: 12px;
    padding: 6px 17px;
    display: block;
    margin: 7px 16px;
    background-color: #eee;
    margin-bottom: 10px;
    border-radius: 0px 10px 0px 10px;
    font-weight: 500;
}
  .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) {
    .constructions .col-lg-2 {
        width: 25% !important;
    }
    .content-img-right, .content-img-left {
        max-width: 57%!important;
    }
  .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) {
    .constructions .col-lg-2 {
        width: 25% !important;
    }
    .content-img-right, .content-img-left {
        max-width: 57% !important;
    }

    .content-img-right, .content-img-left {
        max-width: 57% !important;
    }
    .hero .carousel {
    
        min-height: 780px!important;
    }
    .flag-right {
        bottom: 54px!important ;
        width: 50%;
        z-index: 2;
    }

    .flag-left {
        bottom: 54px!important ;
        left: 0;
        width: 50%;
        z-index: 1;
    }

    .left-img {
           bottom: 100px!important;
           left:0;
    }

    .right-img {
        bottom: 50px!important;
        right:0;
    }
    .map-img {
        top: 10rem;
        height: 58%;
        right: -40px;
    }
    .constructions .minblock {
        display: none;
    }

    .constructions .col-lg-2 {
        width: 25% !important;
    }

    .constructions .card-item h4 {
        font-size: 12px;
    }

    .constructions .card-item p {
        font-size: 12px;
    }
  .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: 13px;
}
  .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 17px 40px -20px, rgba(0, 0, 0, 0.3) 0px 20px 30px -30px;
    }
.constructions .card-item .card-bg {}
.constructions .card-item .card-bg img {
    background: #fbbea0;
    /* border: 1px solid #dbdada; */
    display: block;
    margin: auto;
    width: 100%;
}
.constructions .card-item .card-body {
  text-align: center;
  height: auto;
  padding: 10px;
}
.constructions .card-item h4 {
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 3px;
  color: #000;

}
.constructions .card-item p {
  color: #000;
  margin: 0px;
  font-size: 12px;
  font-weight: 500;
}

.constructions .card-animate {
  display: inline-block;
  width: 20%;
}

/*--------------------------------------------------------------
# Services Section
--------------------------------------------------------------*/
.services .service-item {
  padding: 40px;
  background: #fff;
  height: 100%;
}
.services .service-item .icon {
  width: 48px;
  height: 48px;
  position: relative;
  margin-bottom: 50px;
}
.services .service-item .icon i {
  color: var(--color-secondary);
  font-size: 40px;
  transition: ease-in-out 0.3s;
  z-index: 2;
  position: relative;
  line-height: 1.8;
}
.services .service-item .icon:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: #f0f1f2;
  border-radius: 50px;
  z-index: 1;
  top: 10px;
  right: -15px;
  transition: 0.3s;
}
.services .service-item h3 {
  color: var(--color-default);
  font-weight: 700;
  margin: 0 0 20px 0;
  padding-bottom: 8px;
  font-size: 22px;
  position: relative;
  display: inline-block;
  border-bottom: 4px solid #ebebed;
  transition: 0.3s;
}
.services .service-item p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}
.services .service-item .readmore {
  margin-top: 15px;
  display: inline-block;
  color: #f68723;
}
.services .service-item:hover .icon:before {
  background: #f68723;
}
.services .service-item:hover h3 {
  border-color: #f68723;
}
/*--------------------------------------------------------------
# Features Section
--------------------------------------------------------------*/
.features .nav-tabs {
  border: 0;
}
.features .nav-link {
  padding: 15px 0;
  transition: 0.3s;
  color: var(--color-secondary);
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  height: 100%;
  border: 0;
  border-bottom: 4px solid #e2e4e6;
}
.features .nav-link i {
  padding-right: 15px;
  font-size: 48px;
}
.features .nav-link h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}
@media (max-width: 575px) {
  .features .nav-link h4 {
    font-size: 16px;
  }
}
.features .nav-link:hover {
  color: #f68723;
}
.features .nav-link.active {
  color: #f68723;
  background-color: transparent;
  border-color: #f68723;
}
.features .tab-content {
  margin-top: 30px;
}

.tab-content{
  margin-top: 2rem;
}

.features .tab-pane h3 {
  font-weight: 700;
  font-size: 32px;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.features .tab-pane h3:after {
  content: "";
  position: absolute;
  display: block;
  width: 60px;
  height: 3px;
  background: #f68723;
  left: 0;
  bottom: 0;
}
.features .tab-pane ul {
  list-style: none;
  padding: 0;
}
.features .tab-pane ul li {
  padding-top: 10px;
}
.features .tab-pane ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #f68723;
}
.features .tab-pane p:last-child {
  margin-bottom: 0;
}
/*--------------------------------------------------------------
# Our Projects Section
--------------------------------------------------------------*/
.projects .portfolio-flters {
  padding: 0;
  margin: 0 auto 20px auto;
  list-style: none;
  text-align: center;
}
.projects .portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 0;
  font-size: 18px;
  font-weight: 500;
  margin: 0 10px;
  line-height: 1;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.projects .portfolio-flters li:hover, .projects .portfolio-flters li.filter-active {
  color: #f68723;
}
.projects .portfolio-flters li:first-child {
  margin-left: 0;
}
.projects .portfolio-flters li:last-child {
  margin-right: 0;
}
@media (max-width: 575px) {
  .projects .portfolio-flters li {
    font-size: 14px;
    margin: 0 5px;
  }
}
.projects .portfolio-content {
  position: relative;
  overflow: hidden;
}
.projects .portfolio-content img {
  transition: 0.3s;
}
.projects .portfolio-content .portfolio-info {
  opacity: 0;
  position: absolute;
  inset: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: rgba(0, 0, 0, 0.6);
  padding: 15px;
}
.projects .portfolio-content .portfolio-info h4 {
  font-size: 14px;
  padding: 5px 10px;
  font-weight: 400;
  color: #fff;
  display: inline-block;
  background-color: #f68723;
}
.projects .portfolio-content .portfolio-info p {
  position: absolute;
  bottom: 10px;
  text-align: center;
  display: inline-block;
  left: 0;
  right: 0;
  font-size: 16px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8);
}
.projects .portfolio-content .portfolio-info .preview-link, .projects .portfolio-content .portfolio-info .details-link {
  position: absolute;
  left: calc(50% - 40px);
  font-size: 26px;
  top: calc(50% - 14px);
  color: #fff;
  transition: 0.3s;
  line-height: 1.2;
}
.projects .portfolio-content .portfolio-info .preview-link:hover, .projects .portfolio-content .portfolio-info .details-link:hover {
  color: #f68723;
}
.projects .portfolio-content .portfolio-info .details-link {
  left: 50%;
  font-size: 34px;
  line-height: 0;
}
.projects .portfolio-content:hover .portfolio-info {
  opacity: 1;
}
.projects .portfolio-content:hover img {
  transform: scale(1.1);
}
/*--------------------------------------------------------------
# Testimonials Section
--------------------------------------------------------------*/
.testimonials2 {
  background: url("../img/Major-bg.jpg") no-repeat center center;
  background-size: cover;
  padding: 8rem 0rem;
}
.testimonials .testimonial-wrap {
  padding-left: 0px;
}
.testimonials .testimonials-carousel, .testimonials .testimonials-slider {
  overflow: hidden;
}
.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 10px;
  margin: 0px;
  min-height: 97px;
  box-shadow: 0px 2px 20px rgba(82, 86, 94, 0.1);
  position: relative;
  background: #fff;
  border-radius: 5px;
  display: block;
}
.testimonials .testimonial-item:hover .testimonial-img {
  transform: scale(1.11);
  z-index: 9;
}
.testimonials .testimonial-item .testimonial-img {
  height: 100px;
  margin: auto;
  display: block;
  transition: linear 0.1s;
}
.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #000;
}
.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}
.testimonials .testimonial-item .stars {
  margin: 10px 0;
}
.testimonials .testimonial-item .stars i {
  color: #ffc107;
  margin: 0 1px;
}
.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: #ffd565;
  font-size: 26px;
  line-height: 0;
}
.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}
.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
  transform: scale(-1, -1);
}
.testimonials .testimonial-item p {
  font-style: italic;
  margin: 15px auto 15px auto;
}
.testimonials .swiper-pagination {
  margin-top: 30px;
  position: relative;
}
.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  background-color: #d5d7da;
  opacity: 1;
}
.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #c15b00;
}
@media (max-width: 767px) {
  .testimonials .testimonial-wrap {
    padding-left: 0;
  }
  .testimonials .testimonials-carousel, .testimonials .testimonials-slider {
    overflow: hidden;
  }
  .testimonials .testimonial-item {
    padding: 30px;
    margin: 15px;
  }
  .testimonials .testimonial-item .testimonial-img {
    position: static;
    left: auto;
  }
}
/*--------------------------------------------------------------
# Alt Services Section
--------------------------------------------------------------*/
.alt-services .img-bg {
  background-size: cover;
  background-position: center center;
  min-height: 400px;
}
.alt-services h3 {
  font-size: 28px;
  font-weight: 700;
  color: var(--color-secondary);
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}
.alt-services h3:after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #f68723;
  left: 0;
  bottom: 0;
}
.programmes-header {
  font-size: 22px;
  background: #f68723;
  padding: 12px 20px;
  color: #fff;
  text-align: center;
  position: relative;
  margin-bottom: 20px;
}
.programmes-header:before {
  content: '';
  border-top: 10px solid #f68723;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  bottom: -9px;
  left: 47px;
  margin: auto;
}
.programmes-icon-box {
  display: block;
  border: 1px solid #d6d6d6;
  background: #f8f8f8;
  width: 100%;
  margin-bottom: 2rem;
  transition: 0.3s;
  position: relative;
}
.programmes-icon-box:hover {
  border: 1px solid #fff;
  background: #fff;
  box-shadow: 0px 8px 40px #b9b9b9;
  transform: scale(1.1);
}
.programmes-icon-box:hover span img {
  border: 1px solid #fff;
  background: #fff;
  box-shadow: 0px 8px 40px #b9b9b9;
  transform: scale(1.2);
}
/* .programmes-icon-box:hover {
  border: 1px solid #1e1e1e;
  background: #1e1e1e;
} */
.programmes-icon-box span {
  width: 100%;
  height: 230px;
  overflow: hidden;
  display: block;
}
.programmes-icon-box span img {
  width: 100%;
  object-fit: fill;
  height: 100%;
  transition: linear 0.2s;
}
.programmes-icon-box .scheme-text {
  padding: 2rem 2rem;
}

.programmes-icon-box .scheme-text h4 {
  color: #000;
  font-size: 1vw;
  margin: 0px;
  line-height: normal;
  font-weight: 600;
  padding-top: 0px;
  text-align: left;
  height: 60px;
  margin-bottom: 1.5rem;
}
.programmes-icon-box .scheme-text a {
  border: 1px solid #84b43e;
  background: #84b43e;
  color: #fff;
  display: inline-block;
  width: 47%;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 38px;
  margin-right: 4%;
  border-radius: 0px 10px 0px 10px;
}
.programmes-icon-box .scheme-text a:last-child {
  border: 1px solid #d7d7d7;
  background: #d7d7d7;
  margin-right: 0rem;
  color: #000;
}
.programmes-icon-box .scheme-text a:hover {
  border: 1px solid #f68723;
  background: #f68723;
  color: #fff;
}


.chartsection-bg {
  background: #21878c;
}
.alt-services .icon-box {
  margin-top: 50px;
}
.alt-services .icon-box i {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f68723;
  margin-right: 25px;
  font-size: 28px;
  width: 56px;
  height: 56px;
  border-radius: 4px;
  line-height: 0;
  box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.08);
  background-color: #fff;
  transition: 0.3s;
}
.alt-services .icon-box:hover i {
  background-color: #f68723;
  color: #fff;
}
.alt-services .icon-box h4 {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 18px;
}
.alt-services .icon-box h4 a {
  color: #000;
  transition: 0.3s;
}
.alt-services .icon-box h4 a:hover {
  color: #f68723;
}
.alt-services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}
/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
.about h2 {
  font-size: 48px;
  font-weight: 700;
  font-family: var(--font-secondary);
  margin: 30px 0;
}
@media (min-width: 991px) {
  .about h2 {
    max-width: 65%;
    margin: 0 0 80px 0;
  }
}
.about .our-story {
  padding: 40px;
  background-color: #f5f6f7;
}
@media (min-width: 991px) {
  .about .our-story {
    padding-right: 35%;
  }
}
.about .our-story h4 {
  text-transform: uppercase;
  font-size: 18px;
  color: #838893;
}
.about .our-story h3 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--color-secondary);
}
.about .our-story p:last-child {
  margin-bottom: 0;
}
.about ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}
.about ul li {
  padding: 5px 0;
  display: flex;
  align-items: center;
}
.about ul i {
  font-size: 20px;
  margin-right: 4px;
  color: #f68723;
}
.about .watch-video i {
  font-size: 32px;
  transition: 0.3s;
  color: #f68723;
}
.about .watch-video a {
  font-weight: 600;
  color: var(--color-secondary);
  margin-left: 8px;
  transition: 0.3s;
}
.about .watch-video:hover a {
  color: #f68723;
}
.about .about-img {
  min-height: 600px;
  background-size: cover;
  background-position: center;
}
@media (min-width: 992px) {
  .about .about-img {
    position: absolute;
    top: 0;
    right: 0;
  }
}
/*--------------------------------------------------------------
# Stats Counter Section
--------------------------------------------------------------*/
.stats-counter .stats-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0px;
}
.stats-counter .stats-item i {
  line-height: 0;
  margin-right: 10px;
  color: #f68723;
  width: 70px;
}
.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: #000;
  white-space: nowrap;
}
.stats-counter .stats-item p {
  padding: 0;
  margin: 0;
  font-family: 'Poppins', sans-serif;
  font-size: 1vw;
  color: #000;
  white-space: nowrap;
}
/*--------------------------------------------------------------
# Our Team Section
--------------------------------------------------------------*/
.team .member {
  position: relative;
}
.team .member .member-img {
  margin: 0 80px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1024px) {
  .team .member .member-img {
    margin: 0 60px;
  }
}
.team .member .member-img img {
  position: relative;
  z-index: 1;
}
.team .member .member-img .social {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  padding-bottom: 20px;
  transition: 0.3s;
  visibility: hidden;
  opacity: 0;
}
.team .member .member-img .social a {
  transition: 0.3s;
  color: #fff;
  font-size: 20px;
  margin: 0 8px;
}
.team .member .member-img .social a:hover {
  color: #f68723;
}
.team .member .member-info {
  margin-top: 30px;
}
.team .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 6px;
  font-size: 18px;
  color: var(--color-secondary);
}
.team .member .member-info span {
  font-style: italic;
  display: block;
  font-size: 15px;
  color: #838893;
  margin-bottom: 10px;
}
.team .member .member-info p {
  margin-bottom: 0;
  font-size: 14px;
}
.team .member:hover .member-img .social {
  padding-bottom: 0;
  visibility: visible;
  opacity: 1;
}
/*--------------------------------------------------------------
# Servie Cards Section
--------------------------------------------------------------*/
.services-cards h3 {
  font-size: 20px;
  font-weight: 700;
  color: var(--color-secondary);
}
.services-cards p {
  font-size: 15px;
}
.services-cards ul li {
  display: flex;
  align-items: center;
  font-size: 14px;
  padding-top: 10px;
}
.services-cards ul li i {
  font-size: 16px;
  color: #f68723;
  margin-right: 6px;
}
/*--------------------------------------------------------------
# Projet Details Section
--------------------------------------------------------------*/
.project-details .portfolio-details-slider img {
  width: 100%;
}
.project-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.7);
  opacity: 1;
}
.project-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #f68723;
}
.project-details .swiper-button-prev, .project-details .swiper-button-next {
  width: 48px;
  height: 48px;
}
.project-details .swiper-button-prev:after, .project-details .swiper-button-next:after {
  color: rgba(255, 255, 255, 0.8);
  background-color: rgba(0, 0, 0, 0.2);
  font-size: 13px;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.project-details .swiper-button-prev:hover:after, .project-details .swiper-button-next:hover:after {
  background-color: rgba(0, 0, 0, 0.6);
}
@media (max-width: 575px) {
  .project-details .swiper-button-prev, .project-details .swiper-button-next {
    display: none;
  }
}
.project-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}
.project-details .portfolio-info h3:after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #f68723;
  left: 0;
  bottom: 0;
}
.project-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}
.project-details .portfolio-info ul li {
  display: flex;
  flex-direction: column;
  padding-bottom: 15px;
}
.project-details .portfolio-info ul strong {
  text-transform: uppercase;
  font-weight: 400;
  color: #838893;
  font-size: 14px;
}
.project-details .portfolio-info .btn-visit {
  padding: 8px 40px;
  background: #f68723;
  color: #fff;
  border-radius: 50px;
  transition: 0.3s;
}
.project-details .portfolio-info .btn-visit:hover {
  background: #ffc019;
}
.project-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--color-secondary);
}
.project-details .portfolio-description p {
  padding: 0;
}
.project-details .portfolio-description .testimonial-item {
  padding: 30px 30px 0 30px;
  position: relative;
  background: #f5f6f7;
  height: 100%;
  margin-bottom: 50px;
}
.project-details .portfolio-description .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50px;
  border: 6px solid #fff;
  float: left;
  margin: 0 10px 0 0;
}
.project-details .portfolio-description .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 15px 0 5px 0;
  padding-top: 20px;
}
.project-details .portfolio-description .testimonial-item h4 {
  font-size: 14px;
  color: #6c757d;
  margin: 0;
}
.project-details .portfolio-description .testimonial-item .quote-icon-left, .project-details .portfolio-description .testimonial-item .quote-icon-right {
  color: #ffd565;
  font-size: 26px;
  line-height: 0;
}
.project-details .portfolio-description .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}
.project-details .portfolio-description .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
  transform: scale(-1, -1);
}
.project-details .portfolio-description .testimonial-item p {
  font-style: italic;
  margin: 0 0 15px 0 0 0;
  padding: 0;
}
/*--------------------------------------------------------------
# Service Details Section
--------------------------------------------------------------*/
.service-details .services-list {
  padding: 10px 30px;
  border: 1px solid #d5d7da;
  margin-bottom: 20px;
}
.service-details .services-list a {
  display: block;
  line-height: 1;
  padding: 8px 0 8px 15px;
  border-left: 3px solid #d9e3e8;
  margin: 20px 0;
  color: var(--color-secondary);
  transition: 0.3s;
}
.service-details .services-list a.active {
  font-weight: 700;
  border-color: #f68723;
}
.service-details .services-list a:hover {
  border-color: #f68723;
}
.service-details .services-img {
  margin-bottom: 20px;
}
.service-details h3 {
  font-size: 28px;
  font-weight: 700;
}
.service-details h4 {
  font-size: 20px;
  font-weight: 700;
}
.service-details p {
  font-size: 15px;
}
.service-details ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}
.service-details ul li {
  padding: 5px 0;
  display: flex;
  align-items: center;
}
.service-details ul i {
  font-size: 20px;
  margin-right: 8px;
  color: #f68723;
}
/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.contact .info-item {
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
	padding: 20px 25px 30px 25px;
}
.contact .info-item i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  font-size: 24px;
  line-height: 0;
  color: #f68723;
  border-radius: 50%;
  border: 2px dotted #ffd565;
}
.contact .info-item h3 {
  font-size: 20px;
  color: #6c757d;
  font-weight: 700;
  margin: 10px 0;
}
.contact .info-item p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}
.contact .php-email-form {
  width: 100%;
  background: #fff;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
  padding: 30px;
}
.contact .php-email-form .form-group {
  padding-bottom: 20px;
}
.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #df1529;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}
.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #059652;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #059652;
  border-top-color: #fff;
  animation: animate-loading 1s linear infinite;
}
.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}
.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
  border-color: #f68723;
}
.contact .php-email-form input {
  height: 44px;
}
.contact .php-email-form textarea {
  padding: 10px 12px;
}
.contact .php-email-form button[type=submit] {
  background: #f68723;
  border: 0;
  padding: 10px 35px;
  color: #fff;
  transition: 0.4s;
  border-radius: 5px;
}
.contact .php-email-form button[type=submit]:hover {
  background: rgba(254, 185, 0, 0.8);
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------
# Recent Blog Posts Section
--------------------------------------------------------------*/
.recent-blog-posts .post-item {
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.06);
  transition: 0.3s;
}
.recent-blog-posts .post-item .post-img img {
  transition: 0.5s;
}
.recent-blog-posts .post-item .post-date {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #f68723;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  padding: 6px 12px;
  font-weight: 500;
}
.recent-blog-posts .post-item .post-content {
  padding: 30px;
}
.recent-blog-posts .post-item .post-title {
  font-size: 24px;
  color: var(--color-secondary);
  font-weight: 700;
  transition: 0.3s;
  margin-bottom: 15px;
}
.recent-blog-posts .post-item .meta i {
  font-size: 16px;
  color: #f68723;
}
.recent-blog-posts .post-item .meta span {
  font-size: 15px;
  color: #838893;
}
.recent-blog-posts .post-item hr {
  color: #888;
  margin: 20px 0;
}
.recent-blog-posts .post-item .readmore {
  display: flex;
  align-items: center;
  font-weight: 600;
  line-height: 1;
  transition: 0.3s;
  color: #838893;
}
.recent-blog-posts .post-item .readmore i {
  line-height: 0;
  margin-left: 6px;
  font-size: 16px;
}
.recent-blog-posts .post-item:hover .post-title, .recent-blog-posts .post-item:hover .readmore {
  color: #f68723;
}
.recent-blog-posts .post-item:hover .post-img img {
  transform: scale(1.1);
}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  overflow-x: hidden;
  padding: 0;
}
.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 {
  text-align: left;
  line-height: 2.5vw;
  font-size: 2vw;
  color: #fff;
  position: relative;
}
.modiji-caption-text1 span {
  color: #fff;
  font-weight: 700;
}
.modiji-caption-text1 b {
  color: #70250e;
  font-weight: 700;
}


.hero .info h2 {
  color: #fff;
  margin-bottom: 0px;
  padding-bottom: 10px;
  font-size: 2.5vw;
  font-weight: 700;
  position: relative;
  text-shadow: 2px 2px #000000;
}
.hero .info h2 span {
  display: block;
}
/* .hero .info h2:after {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 4px;
  background: #f68723;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
} */

.hero .info p {
  color: #fff;
  font-size: 1.1vw;
  padding: 10px 0px;
}
.hero .info .btn-get-started {
  font-weight: 600;
  font-size: 0.8vw;
  display: inline-block;
  padding: 12px 50px;
  /* border-radius: 0px 10px 0px 10px; */
  transition: 0.5s;
  text-transform: uppercase;
  color: #000;
  background-color: #fff;
  margin-top: 10px;
}
.hero .info .btn-get-started:hover {
  color: #fff;
  background: #f68723;
}
.hero .carousel-control-prev {
  justify-content: start;
}
@media (min-width: 640px) {
  .hero .carousel-control-prev {
    padding-left: 15px;
  }
}
.hero .carousel-control-next {
  justify-content: end;
}
@media (min-width: 640px) {
  .hero .carousel-control-next {
    padding-right: 15px;
  }
}
.hero .carousel-control-next-icon, .hero .carousel-control-prev-icon {
  background: none;
  font-size: 26px;
  line-height: 0;
  background: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.6);
  border-radius: 50px;
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero .carousel-control-prev, .hero .carousel-control-next {
  z-index: 3;
  transition: 0.3s;
}
.hero .carousel-control-prev:focus, .hero .carousel-control-next:focus {
  opacity: 0.5;
}
.hero .carousel-control-prev:hover, .hero .carousel-control-next:hover {
  opacity: 0.9;
}


.wel-grid {
  padding: 5rem 1rem;
  overflow: hidden;
}
.center-title {
  font-size: 2rem;
  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: 27px;
  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 4rem;
  /* border-radius: 0px 10px 0px 10px; */
  font-size: 16px;
  font-weight: 500;
  margin: 5px;
  color: #ffffff;
}
/* .row-benefits a:last-child {
  background-color: #f6f6f6;
  color: #fff;
  border: 1px solid #959595;
  width: 207px;
  padding: 1rem 2rem;
} */
.row-benefits a:last-child img{
  width: 100%;
}
/* .row-benefits a:last-child:hover {
  background-color: #eee;
  color: #fff;
  border: 1px solid #84b43e;
  transform: scale(1.1);
} */
.row-benefits a:hover {
  background-color: #f68723;
  color: #fff;
}
.udd-btn{
  background-color: #f68723 !important;
  color: #fff!important;
}
.udd-btn:hover {
  background-color: #84b43e !important;
  color: #fff;
}







/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.blog .blog-pagination {
  margin-top: 30px;
  color: #838893;
}
.blog .blog-pagination ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}
.blog .blog-pagination li {
  margin: 0 5px;
  transition: 0.3s;
}
.blog .blog-pagination li a {
  color: var(--color-secondary);
  padding: 7px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog .blog-pagination li.active, .blog .blog-pagination li:hover {
  background: #f68723;
  color: #fff;
}
.blog .blog-pagination li.active a, .blog .blog-pagination li:hover a {
  color: var(--color-white);
}
/*--------------------------------------------------------------
# Blog Posts List
--------------------------------------------------------------*/
.blog .posts-list .post-item {
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.06);
  transition: 0.3s;
}
.blog .posts-list .post-img img {
  transition: 0.5s;
}
.blog .posts-list .post-date {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #f68723;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  padding: 6px 12px;
  font-weight: 500;
}
.blog .posts-list .post-content {
  padding: 30px;
}
.blog .posts-list .post-title {
  font-size: 24px;
  color: var(--color-secondary);
  font-weight: 700;
  transition: 0.3s;
  margin-bottom: 15px;
}
.blog .posts-list .meta i {
  font-size: 16px;
  color: #f68723;
}
.blog .posts-list .meta span {
  font-size: 15px;
  color: #838893;
}
.blog .posts-list p {
  margin-top: 20px;
}
.blog .posts-list hr {
  color: #888;
  margin-bottom: 20px;
}
.blog .posts-list .readmore {
  display: flex;
  align-items: center;
  font-weight: 600;
  line-height: 1;
  transition: 0.3s;
  color: #838893;
}
.blog .posts-list .readmore i {
  line-height: 0;
  margin-left: 6px;
  font-size: 16px;
}
.blog .posts-list .post-item:hover .post-title, .blog .posts-list .post-item:hover .readmore {
  color: #f68723;
}
.blog .posts-list .post-item:hover .post-img img {
  transform: scale(1.1);
}
/*--------------------------------------------------------------
# Blog Details
--------------------------------------------------------------*/
.blog .blog-details {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  padding: 30px;
}
.blog .blog-details .post-img {
  margin: -30px -30px 20px -30px;
  overflow: hidden;
}
.blog .blog-details .title {
  font-size: 28px;
  font-weight: 700;
  padding: 0;
  margin: 20px 0 0 0;
  color: var(--color-secondary);
}
.blog .blog-details .content {
  margin-top: 20px;
}
.blog .blog-details .content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
}
.blog .blog-details .content blockquote {
  overflow: hidden;
  background-color: rgba(82, 86, 94, 0.06);
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}
.blog .blog-details .content blockquote p {
  color: var(--color-default);
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
}
.blog .blog-details .content blockquote:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #f68723;
  margin-top: 20px;
  margin-bottom: 20px;
}
.blog .blog-details .meta-top {
  margin-top: 20px;
  color: #6c757d;
}
.blog .blog-details .meta-top ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  padding: 0;
  margin: 0;
}
.blog .blog-details .meta-top ul li + li {
  padding-left: 20px;
}
.blog .blog-details .meta-top i {
  font-size: 16px;
  margin-right: 8px;
  line-height: 0;
  color: #f68723;
}
.blog .blog-details .meta-top a {
  color: #6c757d;
  font-size: 14px;
  display: inline-block;
  line-height: 1;
  transition: 0.3s;
}
.blog .blog-details .meta-top a:hover {
  color: #f68723;
}
.blog .blog-details .meta-bottom {
  padding-top: 10px;
  border-top: 1px solid rgba(82, 86, 94, 0.15);
}
.blog .blog-details .meta-bottom i {
  color: #838893;
  display: inline;
}
.blog .blog-details .meta-bottom a {
  color: rgba(82, 86, 94, 0.8);
  transition: 0.3s;
}
.blog .blog-details .meta-bottom a:hover {
  color: #f68723;
}
.blog .blog-details .meta-bottom .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}
.blog .blog-details .meta-bottom .cats li {
  display: inline-block;
}
.blog .blog-details .meta-bottom .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
}
.blog .blog-details .meta-bottom .tags li {
  display: inline-block;
}
.blog .blog-details .meta-bottom .tags li + li::before {
  padding-right: 6px;
  color: var(--color-default);
  content: ",";
}
.blog .blog-details .meta-bottom .share {
  font-size: 16px;
}
.blog .blog-details .meta-bottom .share i {
  padding-left: 5px;
}
.blog .post-author {
  padding: 20px;
  margin-top: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.blog .post-author img {
  max-width: 120px;
  margin-right: 20px;
}
.blog .post-author h4 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0px;
  padding: 0;
  color: var(--color-secondary);
}
.blog .post-author .social-links {
  margin: 0 10px 10px 0;
}
.blog .post-author .social-links a {
  color: rgba(82, 86, 94, 0.5);
  margin-right: 5px;
}
.blog .post-author p {
  font-style: italic;
  color: rgba(108, 117, 125, 0.8);
  margin-bottom: 0;
}
/*--------------------------------------------------------------
# Blog Sidebar
--------------------------------------------------------------*/
.blog .sidebar {
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.blog .sidebar .sidebar-title {
  font-size: 20px;
  font-weight: 700;
  padding: 0;
  margin: 0;
  color: var(--color-secondary);
}
.blog .sidebar .sidebar-item + .sidebar-item {
  margin-top: 40px;
}
.blog .sidebar .search-form form {
  background: #fff;
  border: 1px solid rgba(82, 86, 94, 0.3);
  padding: 3px 10px;
  position: relative;
}
.blog .sidebar .search-form form input[type=text] {
  border: 0;
  padding: 4px;
  border-radius: 4px;
  width: calc(100% - 40px);
}
.blog .sidebar .search-form form input[type=text]:focus {
  outline: none;
}
.blog .sidebar .search-form form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 15px;
  margin: -1px;
  background: #f68723;
  color: var(--color-secondary);
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  line-height: 0;
}
.blog .sidebar .search-form form button i {
  line-height: 0;
}
.blog .sidebar .search-form form button:hover {
  background: rgba(254, 185, 0, 0.8);
}
.blog .sidebar .categories ul {
  list-style: none;
  padding: 0;
}
.blog .sidebar .categories ul li + li {
  padding-top: 10px;
}
.blog .sidebar .categories ul a {
  color: var(--color-secondary);
  transition: 0.3s;
}
.blog .sidebar .categories ul a:hover {
  color: var(--color-default);
}
.blog .sidebar .categories ul a span {
  padding-left: 5px;
  color: rgba(54, 77, 89, 0.4);
  font-size: 14px;
}
.blog .sidebar .recent-posts .post-item {
  display: flex;
}
.blog .sidebar .recent-posts .post-item + .post-item {
  margin-top: 15px;
}
.blog .sidebar .recent-posts img {
  max-width: 80px;
  margin-right: 15px;
}
.blog .sidebar .recent-posts h4 {
  font-size: 15px;
  font-weight: bold;
}
.blog .sidebar .recent-posts h4 a {
  color: var(--color-secondary);
  transition: 0.3s;
}
.blog .sidebar .recent-posts h4 a:hover {
  color: #f68723;
}
.blog .sidebar .recent-posts time {
  display: block;
  font-style: italic;
  font-size: 14px;
  color: rgba(54, 77, 89, 0.4);
}
.blog .sidebar .tags {
  margin-bottom: -10px;
}
.blog .sidebar .tags ul {
  list-style: none;
  padding: 0;
}
.blog .sidebar .tags ul li {
  display: inline-block;
}
.blog .sidebar .tags ul a {
  color: #838893;
  font-size: 14px;
  padding: 6px 14px;
  margin: 0 6px 8px 0;
  border: 1px solid rgba(131, 136, 147, 0.4);
  display: inline-block;
  transition: 0.3s;
}
.blog .sidebar .tags ul a:hover {
  color: var(--color-secondary);
  border: 1px solid #f68723;
  background: #f68723;
}
.blog .sidebar .tags ul a span {
  padding-left: 5px;
  color: rgba(131, 136, 147, 0.8);
  font-size: 14px;
}
/*--------------------------------------------------------------
# Blog Comments
--------------------------------------------------------------*/
.blog .comments {
  margin-top: 30px;
}
.blog .comments .comments-count {
  font-weight: bold;
}
.blog .comments .comment {
  margin-top: 30px;
  position: relative;
}
.blog .comments .comment .comment-img {
  margin-right: 14px;
}
.blog .comments .comment .comment-img img {
  width: 60px;
}
.blog .comments .comment h5 {
  font-size: 16px;
  margin-bottom: 2px;
}
.blog .comments .comment h5 a {
  font-weight: bold;
  color: var(--color-default);
  transition: 0.3s;
}
.blog .comments .comment h5 a:hover {
  color: #f68723;
}
.blog .comments .comment h5 .reply {
  padding-left: 10px;
  color: var(--color-secondary);
}
.blog .comments .comment h5 .reply i {
  font-size: 20px;
}
.blog .comments .comment time {
  display: block;
  font-size: 14px;
  color: rgba(82, 86, 94, 0.8);
  margin-bottom: 5px;
}
.blog .comments .comment.comment-reply {
  padding-left: 40px;
}
.blog .comments .reply-form {
  margin-top: 30px;
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.blog .comments .reply-form h4 {
  font-weight: bold;
  font-size: 22px;
}
.blog .comments .reply-form p {
  font-size: 14px;
}
.blog .comments .reply-form input {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}
.blog .comments .reply-form input:focus {
  box-shadow: none;
  border-color: rgba(254, 185, 0, 0.8);
}
.blog .comments .reply-form textarea {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}
.blog .comments .reply-form textarea:focus {
  box-shadow: none;
  border-color: rgba(254, 185, 0, 0.8);
}
.blog .comments .reply-form .form-group {
  margin-bottom: 25px;
}
.blog .comments .reply-form .btn-primary {
  border-radius: 4px;
  padding: 10px 20px;
  border: 0;
  background-color: var(--color-secondary);
}
.blog .comments .reply-form .btn-primary:hover {
  color: var(--color-secondary);
  background-color: #f68723;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  color: #fff;
  background: url("../img/foot-bg.jpg") top center no-repeat;
  background-size: cover;
  font-size: 14px;
  padding: 80px 0 30px 0;
  position: relative;
  border-top: 1px solid #3e3e3e;
}
.footer:before {
  content: "";
  background: rgb(22 22 22 / 49%);
  position: absolute;
  inset: 0;
}
.footer .footer-content{
  margin-bottom: 3rem;
}
.footer .footer-content .footer-info {
  margin-bottom: 30px;
}
.footer .footer-content .footer-info h3 {
  margin: 0 0 20px 0;
  line-height: normal;
  display: flex;
}
.footer .footer-content .footer-info h3 img {
  height: 55px;
}
.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: 16px;
	font-weight: 300;
	letter-spacing: 0.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 a {
  color: rgb(255 255 255 / 82%);
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}
.footer .footer-content .footer-links ul a:hover {
  color: #f68723;
  padding-left: 5px;
}
.footer .footer-legal{
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding-top: 30px;
}
.footer .footer-legal .copyright {
  color: #ccc;
  text-align: left;
  font-size: 12px;
}
.footer .footer-legal .copyright strong {
  font-weight: 500;
}
.footer .footer-legal .credits {
  padding-top: 4px;
  font-size: 12px;
  color: #fff;
  text-align: right;
}
.footer .footer-legal .credits a {
  color: #f68723;
}
.footer-address {}
.footer-address p {
  color: rgb(255 255 255 / 82%);
  display: flex;
}
.footer-address p i {
  display: block;
  margin-right: 10px;
  color: #f68723;
  font-size: 15px;
}
.footer-address p span {
  display: inline-block;
  width: 90%;
}
.col-carousel {
  margin: 70px 0;
}
/* owl nav */
.owl-prev span, .owl-next span {
  /* color: #FFF; */
}
.owl-prev span:hover, .owl-next span:hover {
  color: #8199A3;
}
.owl-prev, .owl-next {
  position: absolute;
  top: 0;
  height: 100%;
}
.owl-prev {
  left: 7px;
}
.owl-next {
  right: 7px;
}
/* removing blue outline from buttons */
button:focus, button:active {
  outline: none;
}


.dash-button {
  background-color: #f6f6f6;
  color: #fff;
  border: 1px solid #959595;
  width: 230px;
  padding: 1rem 2rem;
  border-radius: 0px 10px 0px 10px;
  font-size: 16px;
  font-weight: 500;
  display: block;
  float: right;
  top: -19px;
  position: relative;
}
.dash-button:hover {
  background-color: #eee;
  color: #fff;
  border: 1px solid #84b43e;
  transform: scale(1.1);
}

.dash-button img{
width: 100%;
}

.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 #f9f9f9;
}
.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 {
  display: flex;
  padding: 2rem 0px;
  width: 100%;
  padding-top: 7px;
}
.main-content .form-fild {
  margin-right: 1rem;
  width: 23%;
}
.main-content .form-fild:last-child {
  margin-right: 0rem;
}
.main-content .form-fild .form-select {
  font-size: 14px;
  padding: 10px;
  font-weight: 500;
  color: #333;
  padding-left: 20px;
}
.section-container {
  background-color: #ffffff;
  padding: 2rem;
  -webkit-border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  border-radius: 0.3rem;
  margin-bottom: 2rem;
  -webkit-box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.1);
}
.section-top-margin{
  background-color: #33120d;
    padding-bottom: 20px;
}
.page-title {
  font-size: 16px;
  padding-bottom: 5px;
  margin-bottom: 0px;
  font-weight: 600;
  height: 55px;
  line-height: 24px;
}
.page-title > span {
  float: right;
  position: relative;
  top: -6px;
}
.plain-widget {
  position: relative;
  padding: 15px 20px;
  -webkit-border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  border-radius: 0.3rem;
  margin-bottom: .9rem;
  background: #ffffff;
  -webkit-box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.1);
  text-align: left;
}
.plain-widget .growth {
  position: absolute;
  top: 16px;
  right: 20px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  color: #ffffff;
  font-weight: 500;
  text-align: center;
  width: 68px;
}
.plain-widget p {
  margin: 0;
  padding: 0 0 7px 0;
  color: #565555;
  font-size: 15px;
  font-weight: 500;
}
.plain-widget h3 {
  margin: 0 0 12px 0;
  font-size: 32px;
  font-weight: 700;
  color: #222222;
}
.plain-widget a {
  display: block;
  color: #898989;
  font-size: 12px;
  text-align: center;
}
.section-container > span {
  background: #408a28;
  padding: 4px 12px;
  display: inline-block;
  border-radius: 100px;
  font-size: 12px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 8px;
}
hr {
  margin: 10px 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: .25;
}

.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: #e5e5e5;
  color: #000;
}
.table-pt.no-border {
  border: 0;
}

.table-bordered {
  border: 1px solid #e6ecf3;
}

.table-bordered th {
  border: 1px solid #d5d5d5;
  line-height: normal;
  font-size: 12px;
  vertical-align: middle;
  text-align: left;
}
.table-bordered th h6{
  font-size: 14px;
}
.table-bordered td {
  border: 1px solid #d5d5d5;
  line-height: normal;
  font-size: 12px;
  vertical-align: middle;
  font-weight: 600;
}
.table-bordered td a {
  color: #df8900;
  display: block;
}
.table-bordered td a:hover {
  color: #df8900;
  text-decoration: underline;
}
.table-hover tbody tr:hover {
  background-color: #f0f4f8;
}

.table-pt thead th {
  border-bottom: 1px solid #dee2e6;
  border-top: 0px solid #dee2e6;
  color: #f72;
  font-size: 12px;
  font-weight: 500;
  padding: 8px 0px;
  text-transform: uppercase;
}
.table-pt td {
  vertical-align: middle;
  border-top: 1px solid #e6ecf3;
  padding: 7px 0px;
  color: #000;
  font-size: 12px;
  font-weight: 500;
}

.table-pt.table-dark thead th {
  border-color: #404040;
}

.table-pt.table-dark td {
  border-color: #333333;
}

.table-pt .thead-light th {
  border-color: #f0f4f8;
  background: #f0f4f8;
}

.table-success,
.table-success>td,
.table-success>th {
  background: #d9f5cd;
  border-color: #a8e98d;
  color: #19390b;
}

.table-danger,
.table-danger>td,
.table-danger>th {
  background: #ffdbdb;
  border-color: #ffc2c2;
  color: #660000;
}

.table-warning,
.table-warning>td,
.table-warning>th {
  background: #fff7d7;
  border-color: #ffe98b;
  color: #a48500;
}

.table-info,
.table-info>td,
.table-info>th {
  background: #d2e9fc;
  border-color: #baddfb;
  color: #063963;
}

.table-light,
.table-light>td,
.table-light>th {
  background: #b8c7d8;
  border-color: #a1b5cb;
  color: #6686ab;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f7f9fb;
}

.table-active,
.table-active>td,
.table-active>th {
  background: #e6ecf3;
}

.nav-tabs {
  border-bottom: var(--bs-nav-tabs-border-width) solid transparent;
}

.nav-tabs .nav-link {
  color: #fff;
  font-weight: 700;
  background-color: #33120d;
  margin-right: 3px;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  color: #000000;
  outline: 0;
  background: #fff;
}


.our-logo-link {
  display: inline-block;
  width: 100%;
}
.our-logo-icon-box {
  display: flex;
  padding: 5px 6px;
  text-align: center;
  border: 0px;
  background: none;
  float: left;
  transition: 0.3s;
  border-radius: 0px;
  width: 32%;
  margin-bottom: 0px;
}
.our-logo-icon-box:last-child{
  width: 32%;
}
.our-logo-icon-box > span {
  background: #ffffff;
  width: 85px;
  height: 85px;
  padding: 10px 10px;
  border: 1px solid #d3d3d3;
  overflow: hidden;
  display: inline-block;
  border-radius: 100%;
  transition: 1s;
  margin-bottom: auto;
}
.our-logo-icon-box > span > img{
  width:100%
}
.our-logo-icon-box spanimg {
  transition: .5s;
  transform: rotateY(0deg);
}
.our-logo-icon-box:hover > span {
  transform: rotateY(360deg);

}
.our-logo-icon-box > h4 {
  color: #000;
  font-size: 0.9vw;
  margin: 0px;
  line-height: normal;
  font-weight: 600;
  padding: 4px 4px;
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out;
  text-transform: uppercase;
  margin-top: 23px !important;
  text-align: left;
  line-height: normal;
}
.our-logo-icon-box:hover {
  transform: scale(1)!important;
  
}


/*  side navigation  */

.mySidenav-grid{
  position: relative;
}
.mySidenav-grid .card-title {
  position: relative;
  font-size: 25px;
  margin-bottom: 2rem;
  font-weight: 800;
  /* background-color: #33120d; */
  display: inline-block;
  color: #000;
  border-bottom: 1px solid #b1adad;
  padding-bottom: 6px;
}

.card-left-list {
  background: #ffffff;
  width: 100%;
  border-radius: 6px;
  padding: 30px;
  box-shadow: 0px 7px 10px rgb(153 153 153 / 32%);
  position: relative;
  margin-bottom: 10px;
  margin-top: 0rem;
}
.card-left-list h4 {
  font-size: 20px;
  margin-bottom: 20px;
  float: left;
}
.card-left-list h5 {
  float: right;
}

.card-left-list h5 button {
  background: #4CAF50;
  border: 0;
  font-size: 14px;
  color: #fff;
  padding: 8px 20px;
  border-radius: 5px;
}
.card-left-list h5 button:hover{
  opacity: 0.9;
}
.card-left-list h5 button:last-child{
  background: #3F51B5
}

.card-left-list-2 {
  background: #ffffff;
  width: 100%;
  position: relative;
  margin-bottom: 10px;
  margin-top: 0rem;
}
.card-left-list-2 h4 {
  font-size: 20px;
  margin-bottom: 20px;
  float: left;
}
.card-left-list-2 h5 {
  float: right;
}

.card-left-list-2 h5 button {
  background: #4CAF50;
  border: 0;
  font-size: 14px;
  color: #fff;
  padding: 8px 20px;
  border-radius: 5px;
}
.card-left-list-2 h5 button:hover{
  opacity: 0.9;
}
.card-left-list-2 h5 button:last-child{
  background: #3F51B5
}


.cstm-ddl {
  width: 100%;
  color: #000000;
  font-weight: 600;
  padding: 10px 20px;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  font-size: 14px;
  border-radius: 5px;
  margin-bottom: 10px;
  padding-right: 40px;
  box-shadow: 0px 7px 10px rgb(153 153 153 / 32%);
  appearance: none;
  background: #fff url(../img/br_down.png) no-repeat right;
  background-position-x: 96%;
  display: inline-block;
}
.cstm-ddl:focus {
  outline: 0;
}
#canvas-holder{
  text-align: center;
  margin-top: 4rem;
}
canvas {
  width: 15vw;
  height: 15vw;
}

.right-chart {
  background: #ffffff;
  width: 100%;
  border-radius: 6px;
  padding: 20px;
  box-shadow: 0px 7px 10px rgb(153 153 153 / 32%);
  position: relative;
  margin-bottom: 10px;
}

.right-chart>h2>span {
  float: right;
}

.right-chart h2 {
  font-weight: 700;
  font-size: 14px;
  color: #000000;
  margin-bottom: 10px;
  text-align: left;
}

.right-chart .right-chart-scroll {
  /* position: relative;
  overflow: auto;
  height: 300px; */
}
.right-chart ul {
  margin: 0;
  padding: 0;
  margin-bottom: 0px;
}
.right-chart ul li {
  padding: 0px;
  margin: 0px;
  list-style: none;
  /* background: #ededed; */
  /* padding: 5px 10px; */
  /* margin-bottom: 0px; */
  font-size: 12px;
  font-weight: 700;
  /* border-bottom: 1px solid #e3e2e2; */
}
.right-chart ul li:last-child{
  border-bottom: 0px
}

.right-chart ul li b {
  float: right;
}

.right-chart ul li .form-select {
  width: 100%;
  color: #000000;
  font-weight: 600;
  padding: 8px 16px;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  font-size: 12px;
  border-radius: 3px;
  margin-bottom: 10px;
  padding-right: 40px;
  box-shadow: 0px 4px 7px rgb(153 153 153 / 32%);
  appearance: none;
  background: #fff url(../img/br_down.png) no-repeat right;
  background-position-x: 96%;
  display: inline-block;
  border: 1px solid #e9e9e9;
}
.sidemenu-menu {
  position: absolute;
  top: 85px;
  right: -2px;
  height: 70px;
  width: 26px;
  font-weight: 400;
  font-size: 13px;
  background: #fff;
  padding: 0px;
  color: #646464;
  line-height: 68px;
  text-align: center;
  border-radius: 5px 0px 0px 5px;
  -webkit-box-shadow: 0 1px 2px rgba(60,64,67,0.3), 0 2px 6px 2px rgba(60,64,67,0.15);
  -moz-box-shadow: 0 1px 2px rgba(60,64,67,0.3), 0 2px 6px 2px rgba(60,64,67,0.15);
  box-shadow: 0 1px 2px rgba(60,64,67,0.3), 0 2px 6px 2px rgba(60,64,67,0.15);
  cursor: pointer;
  z-index: 1;
}
.sidenav {
  width: 300px;
  position: absolute;
  z-index: 1;
  transition: 0.5s;
  top: 11rem;
}
.sidenav > a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s
}


.sidenav > a:hover,
.offcanvas > a:focus {
  color: #f1f1f1;
}

.sidenav ul {
  list-style: none;
  margin: 0;
  background-color: #fff;
  border-radius: 10px 0px 0px 10px;
  padding: 20px 0px;
  box-shadow: -4px 5px 6px rgb(153 153 153 / 44%);
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin-left: 26px;
  max-height: 700px;
  overflow: auto;
}
.sidenav ul h4 {
  font-size: 16px;
  text-align: center;
  font-weight: 800;
  color: #454545;
  margin-bottom: 22px;
}

.sidenav ul li {
  border-top: 1px dashed #ccc;
}
.sidenav ul li:first-child{
  border-top: 0px;
}
.sidenav ul li:last-child{
  border-bottom: 0px;
}

.sidenav ul li a {
  display: block;
  padding: 13px 10px 13px 12px;
  color: #333;
  font-size: 13px;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
  border: 0px;
  border-left: 8px solid #fff;
}
.sidenav ul li a:hover, .sidenav ul li a:focus {
  background-color: #ebebeb;
  border-left: 8px solid #8BC34A;
}
.sidenav ul li.active .widget-icon .icon>svg path:hover {
  fill: #fff;
}
.sidenav ul li a .fa {
  width: 16px;
  text-align: center;
  margin-right: 5px;
  float: right;
}
.sidenav ul li .active1 {
  background-color: #ebebeb;
  border-left: 8px solid #67b667;
}

.sidenav ul li .active2 {
  background-color: #ebebeb;
  border-left: 8px solid #f6238c;
}

.sidenav ul li .active3 {
  background-color: #ebebeb;
  border-left: 8px solid #0080ff;
}

.sidenav ul li .active4 {
  background-color: #ebebeb;
  border-left: 8px solid #5603fc;
}

.sidenav ul li .active5 {
  background-color: #ebebeb;
  border-left: 8px solid #ffaa00;
}

.sidenav ul li .active6 {
  background-color: #ebebeb;
  border-left: 8px solid #3dd6f5;
}


.sidenav ul ul {
  box-shadow: none;
  padding: 0px 0px 0px 0px;
  border-radius: 0px;
  margin: 0px;
}
.sidenav ul ul li {
  border-top: 1px dashed #ccc;
  border-bottom: 0px dashed #ccc;
  padding-left: 28px;
  background: #ebebeb;
}
.sidenav ul ul li .widget-style3 .widget-data .lbl-txt{
  color: #333;
}
.sidenav ul ul li .widget-style3 .widget-data h3{
  font-size: 14px;
  color: #333;
}
.widget-style3 .widget-data .lbl-txt {
  color: #333;
  font-size: 14px;
  font-weight: 700;
}

.sidenav ul li ul li a {
  border-left: 0px solid transparent;
  padding: 10px 20px;
  background: transparent;
  font-size: 11px;
}
.sidenav ul li ul li a:hover {
  background: transparent;
  border-left: 0px solid #3498db;
}
.closebtn {
  cursor: pointer;
  position: absolute;
  left: 0px;
  color: #646464;
  top: 85px;
  font-size: 13px;
  background: #ffffff;
  border: 0px;
  z-index: 1;
  line-height: 64px;
  margin-left: 0px;
  box-shadow: 0px 2px 7px rgb(60 64 67 / 19%), 0 2px 6px 2px rgb(60 64 67 / 10%);
  width: 28px;
  height: 69px;
  padding: 0px;
  border-radius: 4px 0px 0px 4px;
  border-left: 1px solid #dadce0;
  text-align: center;
}
.sidenav {
  right: 0;
}
.widget-style3 .widget-icon {
  width: 34px;
  position: relative;
  top: -2px;
}
.widget-style3 .widget-icon .icon>img {
  height: auto;
  width: 25px;
}
.widget-style3 .widget-data {
  width: calc(100% - 45px);
  text-decoration: none;
}
.widget-style3 .widget-data h3 {
  margin: 0px;
  font-size: 16px;
  margin-top: 4px;
  font-weight: 700;
}




/*  side navigation menu */


















/*----------------------------------------Tauheed CSS------------------------------------------*/
.inner-header {
  /*padding-left: 130px;
  padding-right: 130px;*/
}
.inner-header h3 {
  color: #fff;
  font-size: 33px;
  margin-bottom: 20px;
}
.inner-header p{color:#fff;padding: 0 10rem; }

.cmt-service-description {
  padding-right: 20px;
}

.cmt-service-single-content-area div:not(.featured-title) > h4 {
/*  margin-top: 0;*/
}
.cmt-service-single-content-area div:not(.featured-title) > h4 {
  margin-top: 3rem;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  color: #1c1618;
  margin-bottom: 1.5rem;
  /* background-color: #f1f1f1; */
  /* padding: 5px 20px; */
  /* border-radius: 5px; */
  border-bottom: 2px solid #1c1618;
  padding-bottom: 15px;
}
.cmt-service-single-content-area p {
  text-align: justify;
  color: #333;
  font-size: 14px;
  line-height: 25px;
  font-weight: 500;
}
.flow-list {
/*    counter-reset: index;  */
padding-left:13px;
  }
  
  /* List element */
  .flow-list li {
    counter-increment: index;
    
    align-items: center;
    padding: 12px 7px;
    box-sizing: border-box;
    color: #333;
    font-size: 14px;
    line-height: 25px;
    font-weight: 500;
    text-align: justify;
    border-bottom: 1px solid #ccc;
}
.flow-list li:last-child{
    border-bottom:0;
}
  /* Element counter */
  .flow-list li::before {

   /* content: counters(index, ".", decimal-leading-zero);
    font-size: 1.3rem;
    text-align: left;
    font-weight: bold;
    min-width: 50px;
    padding-right: 12px;
    font-feature-settings: "tnum";
    font-variant-numeric: tabular-nums;
    align-self: flex-start;
    background-image: linear-gradient(to bottom, #478d21, orangered);
    background-attachment: fixed;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
}
  /* Element separation */
  .flow-list li + li {
    border-top: 1px solid rgba(255,255,255,0.2);
  }

  /*--------------------------------------*/


  /*--------------------------------------*/


.eligiblity-rightbar {
  padding-left: 3rem!important;
}
.eligiblity-rightbar .btn-primary {
  background: #408a28;
  border-color: #408a28;
  border-radius: 6px;
  padding: 16px 0;
  font-size: 19px;
  width: 100%;
}
.eligiblity-rightbar .btn-primary:hover {
  background: #f68723;
  border-color: #f68723;
  
}

.rightbar-btn {
  background: #746a8a;
  padding: 20px 20px;
  border-radius: 6px;
  margin: 25px 0;
}

.rightbar-btn .btn-primary {
  background: #fff;
  border-color: #E3E3E3;
  border-radius: 6px;
  padding: 8px 0;
  padding-left: 50px;
  text-align: left;
  font-size: 19px;
  width: 100%;
  font-weight: 500;
  color: #707070;
  font-size: 15px;
  margin-bottom: 9px;
  background: url(../img/btn-arrow.png)#fff no-repeat left;
  background-position: 18px 14px;
}

.rightbar-btn .btn-primary:hover, .rightbar-btn .btn-primary:focus {
  border-color: #fe892d !important;
  color: #fff !important;
  background: url(../img/btn-arrow-w.png)#fe892d no-repeat left;
  background-position: 12px 14px;
}

.rightbar-btn .btn-primary:hover, .rightbar-btn .btn-primary:focus {
  border-color: #fe892d !important;
  color: #fff !important;
  background: url(../img/btn-arrow-w.png)#fe892d no-repeat left;
  background-position: 12px 14px;
}

.accordion-item:first-of-type {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  overflow: hidden;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.accordion-item:first-of-type .accordion-button {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.accordion-item {
  background-color: #fff;
  border: 1px solid #ebebeb;
  margin-bottom: 10px;
  box-shadow: 0px 8px 40px #dfdede;
}
.accordion-item h2 {font-size: 14px; font-weight: 600}

.accordion-button:focus {
  box-shadow: none;
}
.accordion-button {
  font-weight: 600;
}

.accordion-body:not(.collapsed) {
 text-align: justify;
  color: #333;
  font-size: 14px;
  line-height: 25px;
  font-weight: 500;
  
}
.accordion-button:not(.collapsed) {
  color: #000000;
  background-color: #f3f3f3;
}


.dash-accordion .accordion-item {
  background-color: #fff;
  border: 0px solid #ebebeb;
  margin-bottom: 10px;
  box-shadow: none;
}
.dash-accordion .accordion-item .accordion-body .card-left-list-2 .form-select {
  font-size: 12px;
  font-weight: 500;
}
.rightbar-scheme {
    background: #ededed;
    padding: 10px 20px;
    border-radius: 6px;
    margin: 10px 0;
}
.rightbar-scheme ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.rightbar-scheme ul li {
  padding: 0 5px;
    font-size: 12px;
    text-transform: none;
    color: #333;
    height: auto;
    line-height: 24px;
    font-weight: 500;
    /*border-bottom: 1px solid #c9c9c9;*/
}

.rightbar-scheme ul li a{color: #333;}

.rightbar-scheme ul span {
    font-size: 13px;
    background-color: #e9610f;
    width: 100%;
    padding: 7px 18px;
    border-radius: 0px 10px 0px 10px;
    color: #fff;
    margin: 10px 0;
    display: block;
}

.portfolio-details-slider{ 
  margin-top: 23px;
  border-radius: 6px;
}
.project-details .portfolio-details-slider img {
  width: 100%;
  border-radius: 6px;
}






@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;
  }
  
.album-images .album-item{

}
.album-images .album-item span {
/*  width: 100%;
  display: block;
  max-height: 340px;
  overflow: hidden;
  position: relative;*/
}
    .album-images .album-item span img {
        /*  position: absolute;
  height: 100%;
  transition: 0.3s;*/
  min-width: 100%;
  }
.album-images .album-item span img:hover {
  transform: scale(1.1);
}
.album-images .album-item h2 {
  background: #441412;
  font-size: 20px;
  padding: 10px;
  color: #fff;
  text-align: center;
  display: block;
}

/***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;
}

.programmes-icon-box > img {
  width: 80px;
  position: absolute;
  right: 10px;
  top: 185px;
}
@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) {
    .mobile-app-grid {
        padding: 2rem 0rem !important;
    }
    .constructions .col-lg-2 {
        width: 100% !important;
    }
    .content-img-right {
        float: right;
        margin: 0 0 1rem 1rem;
        max-width: 100%!important;
    }

    .content-img-left {
        float: left;
        margin: 0 1rem 1rem 0;
        max-width: 100%!important;
    }
    .hero .carousel {
        min-height: 370px !important;
    }

    .flag-right {
     
        bottom: 29px !important;
        width: 50%;
        z-index: 2;
    }
    .flag-left {
       
        bottom: 29px !important;
        left: 0;
        width: 50%;
        z-index: 1;
    }
    
    .stats-item.no-border1::after {
        display: none;
    }
    .treebox {
       margin: 50px 0;
    }
.eligiblity-rightbar.ps-4 {
	padding-left: 1rem!important; 
}
  .album-images .album-item h2 {
	font-size: 15px;
}
  .accordion-button {
	font-size: 13px;
}
.accordion-body:not(.collapsed) {
	font-size: 12px;
}
.accordion-item h2 {font-size: 12px; }
.main-content {
	padding: 2rem 0rem;

}
.about-tax h5 {
	font-size: 1.1rem;
}
.footer {
	font-size: 12px !important;
	text-align: left !important;
}
  .footer .footer-content .footer-links ul li {
	padding: 4px 0 !important;
}
  .footer .footer-content h4 {
	font-size: 15px;
 
}
.mobile-app-grid {
  	padding: 2rem 0rem;
}
  .grid figure img {
	max-width: 113%;
	/* opacity: 0.8; */
}
  figure.effect-lily figcaption > div {
	bottom: 20px;
	width: 100%;
	height: auto;
}
.grid figure h2 {
	font-size: 12px;
  line-height: 18px;
} 
figure.effect-lily ul li {
	font-size: 10px;
	padding: 6px 8px;
} 
figure.effect-lily ul {
	margin-top: 0;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
	width: 40px !important;
	height: 40px !important;
	line-height: 0 !important;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
	font-size: 24px !important;

}
.owl-theme .owl-nav {
	right: 56px !important;
}

.owl-theme .owl-nav [class*="owl-"] {
	margin: 0px !important;
}
.news-more-btn {
	font-size: 13px;
}
  .news_box {
		padding: 2rem 2rem;
    
}
  .news-title {
	font-size: 1.1rem;
	margin: 0px;
	padding: 0px 5px 1rem;
	font-weight: 700;
}
.ticker li article p {
  font-size: 12px;
}
  .hero .info h2 {
    font-size: 20px;
}
.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: 7vw;
  margin-right: 2vw;
}
.header .logo h1 {
  font-size: 3vw;
  font-weight: 600;
  line-height: 4vw;
}
.header .logo h1 span {
  font-size: 2vw;
  line-height: normal;
  letter-spacing: 0px;
}
.azadi-logo {
  display: none;
}
.smart-dash-btn {
  width: 90px;
  padding: 3px 10px;
  margin-left: 1vw;
  margin-right: 1vw;
}
.hero .carousel {
  min-height: 440px;
}
.left-img {
    height: 190px;
    left: 0;
    margin-left: 0px;
    bottom: 5px!important;
    z-index: 42;
}
    .right-img {
        height: 181px;
        right: 0px;
        bottom: -10px!important;
        z-index: -1;
    }

    .ashok {
      
        bottom: -59px !important;
        left: 52%;
        height: 115px;
        z-index: 999 !important;
    }
.map-img {
  display: none;
}
.hero .carousel-control-prev, .hero .carousel-control-next {
  display: none;
}
.hero .info {
  padding: 0 0px;
}
.modiji-caption-text1 {
  line-height: 20px;
  font-size: 16px;
  position: absolute;
  top: 54px;
}

.hero .info .slider-widget h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 0px;
}
.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: -70px;
}
.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: 1rem 1rem;
}
.about-tax {
  padding-left: 0rem;
  padding-right: 0rem;
  padding-bottom: 2rem;
}
.center-title {
  font-size: 1.1rem!important;
  line-height: 28px;
  
}

.center-title:last-child {
	max-width: 100%;
}
ul.list1 {
	line-height: 20px;
	font-size: 12px;
}
.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 25px;
	font-size: 12px;
	justify-content: flex-start;
	align-items: center;
}

.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: #000;
  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: 45px;
}
.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: flex;
  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;
}
}
