.page-heading .heading{font-family: "Noto Serif", serif;font-weight:200;font-size:44.31px;line-height:1.5;letter-spacing:3%;color:#fff !important;margin:0}
.page-heading p{font-family: "Noto Serif", serif;font-weight:300;font-size:27.34px;line-height:1.5;letter-spacing:3%;vertical-align:middle;text-transform:capitalize;max-width:60%;     color: #fff;}
.page-heading{display:flex;flex-direction:column;gap:20px;align-items:flex-start}
.page-heading img{width:auto;margin-bottom:15px}
div#inside-header{margin-top:100px}
.about-img{max-width:80%}
.breadcrumb li,.breadcrumb li a{color:#000;display:flex;gap:12px;text-transform:capitalize;font-family: "Noto Serif", serif;font-weight:font weight/400;line-height:14px;letter-spacing:21%;vertical-align:middle;text-transform:capitalize}
.breadcrumb{display:flex;gap:12px}
.breadcrumb li:after{content:"|"}
.breadcrumb li:last-child:after{display:none}
.heading{font-family: "Noto Serif", serif;
  font-weight: 300;
  font-size: 40px;
  line-height: 1.1;
  letter-spacing: 3%;
  text-transform: capitalize;
  color: #000;
  margin-bottom: 25px;}
.heading {
    color: #000 !important;
}
.our-mission{position:relative; min-height: unset;}
.mission-img-left{position:absolute;left:0;max-width:25%;top:0}
.our-mission .gjs-cell{padding:0;width:auto;height:auto}
.our-mission .mission-text{/* padding-left:30%;width:55% */}
.our-mission .gjs-row{display:flex;padding:0}
.our-mission .mission-img-right{/* width:50%;max-width:45%;padding-left:4%;position:absolute;right:0;top:130px;bottom:130px */}
.our-mission .mission-text {
  padding-right: 40px;
}
.our-mission .container-fluid{padding:0}
.our-mission .mission-img-right img{    height: 100%;
    object-fit: cover;
    min-height: 272px;
    min-width: 100%;}
.our-mission .mission-img-left {
    bottom: 0;
    width: 25%;
}

.mission-img-left img {
    max-height: 100%;
    object-fit: cover;
    width: 100%;
}

.mission-img-left .mission-img {
    height: 100%;
    width: 100%;
}
.common-list{padding:0;margin:0;list-style-type:none}
.common-list li{padding-left:20px;position:relative;font-family: "Noto Serif", serif;font-weight:400;font-size:16px;line-height:18px;letter-spacing:0;vertical-align:middle;margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid rgba(0,0,0,.1)}
.common-list li:before{background:#A91F5D;content:"";width:2.5px;height:16px;position:absolute;left:0;top:6px}
.common-list li:last-child{padding-bottom:0;margin:0;border:0}
.center-text{text-align:center}
.center-text p{max-width:760px;margin:0 auto}
.vision-row{gap:34px;margin-top:50px;padding:0}
.vision-col {
    flex: 0 0 25%;
    max-width: calc(25% - 101px);
    background: #EFEEFF;
    padding: 74px 34px;
}
.bg-light-grey .vision-col {
    background: #fff;
}
.vision-col h3{font-family: "Noto Serif", serif;font-weight:400;font-size:20px;line-height:25px;letter-spacing:7%;text-transform:capitalize;margin-bottom:25px}
.vision-col img:first-child{margin-bottom:25px;     max-height: 76px;}
.awards-row{display:flex;gap:10px;flex-wrap:wrap}
.awards-col{background:#ccc;flex:0 0 25%;max-width:calc(25% - 8px)}
.awards-row {
    margin-top: 50px;
}


/* TIMELINE
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.timeline ul {
  background: #F4F4F4;
  padding: 50px 0;
}

.timeline ul li {
  list-style-type: none;
  position: relative;
  width: 9px;
  margin: 0 auto;
  padding-bottom: 50px;
  background: #C2C2C1;
  padding-top: 50px;
}

.timeline ul li::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 35px;
  transform: translateX(-50%);
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: inherit;
  z-index: 1;
}

.timeline ul li div {
  position: relative;
  bottom: 0;
  width: 487px;
  padding: 0;
  background: transparent;
  padding-top: 54px;
  background: url(../images/dotted-line.svg) no-repeat top left;
  z-index: 1;
}

.timeline ul li div::before {
  /* content: ""; */
  position: absolute;
  bottom: 7px;
  width: 0;
  height: 0;
  border-style: solid;
}

.timeline ul li:nth-child(odd) div {
  left: 45px;
}

.timeline ul li:nth-child(odd) div::before {
  left: -15px;
  border-width: 8px 16px 8px 0;
  border-color: transparent #f45b69 transparent transparent;
}

.timeline ul li:nth-child(even) div {
  left: -530px;
}

.timeline ul li:nth-child(even) div::before {
  right: -15px;
  border-width: 8px 0 8px 16px;
  border-color: transparent transparent transparent #f45b69;
}

time {
  display: block;
  width: 108px;
  height: 108px;
  margin-bottom: 8px;
  font-family: "Noto Serif", serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #fff;
  background: rgb(169, 31, 93);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: -54px;
  z-index: 9;
}


/* EFFECTS
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.timeline ul li::after {
  transition: background 0.5s ease-in-out;
}

.timeline ul li.in-view::after {
  background: #fff;
  border:7px solid #a91f5d;
}

.timeline ul li div {
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.timeline ul li:nth-child(odd) div {
  transform: translate3d(200px, 0, 0);
}

.timeline ul li:nth-child(even) div {
  transform: translate3d(-200px, 0, 0);
}

.timeline ul li.in-view div {
  transform: none;
  visibility: visible;
  opacity: 1;
}


/* GENERAL MEDIA QUERIES
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@media screen and (max-width: 900px) {
  .timeline ul li div {
    width: 250px;
	padding-top: 70px;
  }
  .timeline ul li:nth-child(even) div {
    left: -289px;
    /*250+45-6*/
  }
  .timeline ul li:nth-child(2n+2) div {
  text-align: left;
}
.timeline ul li:nth-child(2n) div {
    left: 45px !important;
    right: auto !important;
    background-position: left top !important;
	text-align: left !important;
  }
}

@media screen and (max-width: 600px) {
  .timeline ul li {
    margin-left: 20px;
  }
  .timeline ul li div {
    width: calc(100vw - 91px);
	    background-size: 65% !important;
	padding-top: 70px;
  }
  .timeline ul li:nth-child(even) div {
    left: 45px;
  }
  .timeline ul li:nth-child(even) div::before {
    left: -15px;
    border-width: 8px 16px 8px 0;
    border-color: transparent #f45b69 transparent transparent;
  }
}


/* EXTRA/CLIP PATH STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.timeline-clippy ul li::after {
  width: 40px;
  height: 40px;
  border-radius: 0;
}

.timeline-rhombus ul li::after {
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.timeline-rhombus ul li div::before {
  bottom: 12px;
}

.timeline-star ul li::after {
  clip-path: polygon(
    50% 0%,
    61% 35%,
    98% 35%,
    68% 57%,
    79% 91%,
    50% 70%,
    21% 91%,
    32% 57%,
    2% 35%,
    39% 35%
  );
}

.timeline-heptagon ul li::after {
  clip-path: polygon(
    50% 0%,
    90% 20%,
    100% 60%,
    75% 100%,
    25% 100%,
    0% 60%,
    10% 20%
  );
}

.timeline-infinite ul li::after {
  animation: scaleAnimation 2s infinite;
}

@keyframes scaleAnimation {
  0% {
    transform: translateX(-50%) scale(1);
  }
  50% {
    transform: translateX(-50%) scale(1.25);
  }
  100% {
    transform: translateX(-50%) scale(1);
  }
}

.timeline ul li::before {
    content: "";
    width: 30px;
    height: 30px;
    background: url(../images/arrow-right-time.svg) no-repeat center;
    position: absolute;
    top: 35px;
    left: 19px;
	filter: brightness(0);
}
.timeline ul li:nth-child(2n+2):before {
    background: url(../images/arrow-left-time.svg) no-repeat center;
    left: auto;
    right: 19px;
}
.timeline ul li div h3 {
    font-family: "Noto Serif", serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 26px;
    letter-spacing: 0px;
    vertical-align: middle;
    text-transform: capitalize;
}

.timeline ul li div p {
    font-family: "Noto Serif", serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
    vertical-align: middle;
    max-width: 400px;
    display: inline-block;
}

.timeline ul li:nth-child(2n+2) time {
    left: 0;
}

.timeline ul li:nth-child(2n+2)  div {
    background-position: right top;
    text-align: right;
}
.count-digit{font-family: "Noto Serif", serif;font-weight:300;font-size:50.59px;line-height:50.59px;letter-spacing:0;text-transform:capitalize;color:#A91F5D}
.gjs-section.about-mg-section .count-digit {
  color: #000;
}
.count-digit.plus:after{content:"+"}
.count-digit.cr.plus:after{content:"CR+";margin-left:10px}
.count-digit~p{font-family: "Noto Serif", serif;font-weight:300;font-size:16.86px;line-height:100%;letter-spacing:7%;text-transform:capitalize}
.counter-outer .gjs-cell:after{content:"";width:1px;height:75px;position:absolute;border-right:1px solid rgba(0,0,0,.1);top:0;right:19px}
.counter-outer .gjs-cell{position:relative;flex:auto;width:auto;height:auto}
.counter-outer{display:flex}
.counter-outer .gjs-cell:last-child:after{display:none}
.gjs-row.counter-outer {
    padding: 0;
}
.gjs-section.about-mg-section .gjs-row.counter-outer {margin-bottom:20px;}
.gjs-section.about-mg-section .counter-outer .gjs-cell:first-child, .counter-outer .gjs-cell:first-child {
    width: 201px;
}

.gjs-section.about-mg-section .counter-outer .gjs-cell:nth-child(2), .counter-outer .gjs-cell:nth-child(2) {
    width: 230px;
}
.gjs-section.about-mg-section .more-btn {
  display: inline-block;
}
.about-mg-section .about-left-part .more-btn {
    margin-top: 25px;
}
.row.impact-row{margin:0;gap:10px; margin-top:50px;}
.col-lg-6.col1{max-width: calc(45.3% - 5px);
    padding: 0;
    flex: 0 0 55%;}
.col-lg-6.col2{max-width: calc(54.5% - 5px);
    padding: 0;
    width: 55%;}
.impact-box-card{position:relative}
.impact-box-card .txt-container{position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  left: 0;
  transition: all 0.5s ease;
  padding: 15px;
    padding-top: 15px;
  padding-top: 15px;
  padding-top: 15px;
  padding-top: 20px;
  background: rgba(0,0,0,0);
  display: flex;
  flex-direction: column;
  transition: all 0.8s ease !important;
  top: auto;
  justify-content: end;
  left: 0;
  width: 100%;
  transform: translateY(4%);
}
.impact-box-card:hover .txt-container {
    width: 100%;
  padding-top: 20px;
  background: rgba(0, 0, 0, 0.20);
  top: 0;
  height: 100%;
  transform: none;
  left: 0;
}
.col-lg-6.col1 .impact-box-card .txt-container {
  padding-top: 25%;
}
.col-lg-6.col1 .impact-box-card:hover .txt-container {
  padding-top: 25%;
}
.col-lg-6.col2 .row{display:flex;gap:10px;margin:0}
.col-lg-6.col2 .row .col-lg-6{padding:0;max-width:calc(50% - 5px)}
.impact-box-card .txt-container h3{font-family: "Noto Serif", serif;font-weight:400;font-size:48px;line-height:1.2;letter-spacing:0;color:#fff; transition: all 0.8s ease !important;}
.impact-box-card .txt-container h4{font-family: "Noto Serif", serif;font-weight:400;font-size:20px;line-height:26px;letter-spacing:0;text-transform:capitalize;color:#fff; transition: all 0.5s ease !important;}
.impact-box-card .txt-container p{font-family: "Noto Serif", serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
  text-transform: capitalize;
  color: #fff;
  transform: translateY(100%);
  transition: all 0.8s ease !important;
  margin: 0;
  position: absolute;
  bottom: 0;
  pointer-events: none;}
.col-lg-6.col1 .impact-box-card{/* height:100% */}
.col-lg-6.col1 .impact-box-card .img-container{/* height:100% */}
.col-lg-6.col1 .impact-box-card .img-container img{/* height:100% */;object-fit:cover}
.transforming-tab-content{padding:0;background:#fff;display:flex}
.transforming-tab-content .transforming-heading{font-size:32px;width:100%;margin-bottom:20px;line-height:1;letter-spacing:3px}
.transforming-tab-content .transforming-text{font-size:16px;width:100%;margin-bottom:0;line-height:1.5;font-family: "Noto Serif", serif}
shortcode {
    width: 100%;
}
.transforming-inside-content .transforming-tab-content:nth-child(2) {
  flex-direction: row-reverse;
}
.transforming-inside-content .transforming-tab-content
{box-shadow: 0px 0px 10px 0px #0000001C;}
.transforming-inside-content .transforming-tab-content .transforming-text {
  margin-bottom: 25px;
}
.transforming-inside-content {
  /* margin-top: 50px; */
}
section#dummy1 .transforming-tab-content {
    flex-direction: row-reverse;
}
#blog-list {
  background: #f4f4f4 !important;
}
footer {
  clear: both;
}
.blog-card
{max-width: calc(33.3333333% - 20px);}
.blogs-grid {
    display: flex !important;
	    gap: 30px;
}
.counter-outer{padding:0}
.gjs-section.about-mg-section .count-digit{font-family: "Noto Serif", serif;font-weight:600;font-size:50.59px;line-height:50.59px;letter-spacing:0;text-transform:capitalize}
.gjs-section.about-mg-section .count-digit~p{font-family: "Noto Serif", serif;font-weight:300;font-size:16px;line-height:100%;letter-spacing:7%;text-transform:capitalize;color:#000}
.services-section .content-wrapper .more-btn.more-btn-2{background:0 0;color:#fff;border-color:#fff}
.services-section .content-wrapper .more-btn.more-btn-2::after{filter:brightness(0) invert(1)}
.services-section .content-wrapper .content {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.services-section .content-wrapper .content img {
    max-width: 80px;
}

.services-section .content-wrapper .content > * {
    margin: 0;
}
.services-section .content-wrapper .content img, .services-section .content-wrapper h2, .services-section .content-wrapper p {
    margin-bottom: 10px !important;
}
.blog-excerpt
{    min-height: 77px;}
.gjs-section.about-mg-section
{position: relative;}
.about-right-part
{    /* position: absolute;
    bottom: 0;
    height: auto !important; */}
.slick-dots li.slick-active button {
    background: #A91F5D;
    opacity:1;
}
.slick-dots li
{    width: 30px;
    height: 5px;}
.slick-dots li button {
    background: #A91F5D;
    opacity:0.5;
	    width: 30px;
    height: 5px;
	padding:0;
}
.hero-slider {
    margin-top: 100px;
}
.body-blogs .blogs-grid {
    flex-wrap: wrap;
}
div#featured-post{margin-top:100px}
section.featured-home-post section.container{position:relative;height:100%;display:inline-block}
section.featured-home-post section.container .featured-home-post-item{flex:0 0 50%;display:inline-block;width:100%;float:left;margin-left:0;margin-bottom:0;position:relative; max-width:calc(50% - 15px;)}

section.featured-home-post section.container .featured-home-post-item img{width:100%;height:100%;object-fit:cover}
section.featured-home-post section.container .featured-home-post-item .featured-home-post-item-info{position:absolute;bottom:20px;left:calc(66% + 20px);z-index:1}
section.featured-home-post{display:inline-block;width:100%; text-align: center;}

div#featured-post{padding:40px 0}
section.featured-home-post section.container .featured-home-post-item .featured-home-post-item-info h2.featured-home-post-item-title a{color:#fff!important;font-family: "Noto Serif", serif;font-weight:300;font-style:Light;font-size:35px;leading-trim:NONE;line-height:1;letter-spacing:0}
section.featured-home-post section.container .featured-home-post-item .featured-home-post-item-info h2.featured-home-post-item-title {
  margin-bottom: 5px;
}
section.featured-home-post section.container .featured-home-post-item .featured-home-post-item-info section.featured-home-post-item-des{display:none}
section.featured-home-post section.container .featured-home-post-item .featured-home-post-item-info section.featured-home-post-item-date{color:#fff;display:flex;gap:10px;font-family: "Noto Serif", serif;font-weight:400;font-style:Regular;font-size:18px;leading-trim:NONE;line-height:20px;letter-spacing:0;vertical-align:middle;text-transform:capitalize}
section.featured-home-post section.container .featured-home-post-item .featured-home-post-item-info section.featured-home-post-item-date span:first-child:after{content:"|"}
section.featured-home-post section.container .featured-home-post-item .featured-home-post-item-info section.featured-home-post-item-date span:first-child{display:flex;gap:10px}
section.featured-home-post section.container .featured-home-post-item:first-child section.featured-home-post-item-info{left:20px}
section.featured-home-post section.container .featured-home-post-item::after {
  content: "";
  position: absolute;
  background: linear-gradient(179.71deg, rgba(0, 0, 0, 0) 31.57%, rgba(0, 0, 0, 0.7) 97.46%);
  width: auto;
  height: 100%;
  left: 66%;
  top: 0;
  right: 0;
}
section.featured-home-post section.container .featured-home-post-item:first-child:after
{width:100%; left:0}

section.featured-home-post section.container .featured-home-post-item .featured-home-post-item-info section.featured-home-post-item-date {
  text-align: left;
  justify-content: flex-start;
  align-content: center;
}
section.featured-home-post section.container .featured-home-post-item .featured-home-post-item-info section.featured-home-post-item-date span:first-child::after {
  display: none;
}
section.featured-home-post section.container .featured-home-post-item .featured-home-post-item-info section.featured-home-post-item-date i {
  display: none;
}
section.featured-home-post section.container .featured-home-post-item .featured-home-post-item-info section.featured-home-post-item-date span {
  background: #fff;
  color: #000;
  font-size: 15px;
  padding: 3px 7px;
}
section.featured-home-post section.container .featured-home-post-item .featured-home-post-item-info section.featured-home-post-item-date span:first-child {
  background: transparent;
  color: #fff;
  padding: 0;
  display: flex;
  align-content: center;
  line-height: 1.6;
}
#blog-list .blog-content{min-height: 310px;}
.section-blog-details .blog-row{padding:0;border:0}
.section-blog-details .breadcrumb-wrap ul{justify-content:flex-start;gap:10px;margin:0 !important}
.section-blog-details .breadcrumb-wrap ul li:before{display:none}
.section-blog-details .breadcrumb-wrap ul li{padding:0 !important}
.section-blog-details .breadcrumb-wrap ul li,.section-blog-details .breadcrumb-wrap ul li a{font-family: "Noto Serif", serif;font-weight:font weight/400;font-style:9pt Regular;font-size:14.1px;leading-trim:NONE;line-height:14px;letter-spacing:21%;vertical-align:middle;text-transform:capitalize;color:#000;display:flex;gap:10px}
.section-blog-details .breadcrumb-wrap ul li:after{position:static}
.section-blog-details h1.blog-hd{font-family: "Noto Serif", serif;font-weight:300;font-style:Light;font-size:40px;leading-trim:NONE;line-height:53px;letter-spacing:0}
.section-blog-details .breadcrumb-wrap{margin-bottom:10px}
.section-blog-details .blog-date{font-family: "Noto Serif", serif;font-weight:400;font-style:Regular;font-size:16px;leading-trim:NONE;line-height:20px;letter-spacing:0;vertical-align:middle;text-transform:capitalize}
.section-blog-details .blog-date span.cat-name{display:inline-block;background:#A91F5D;color:#fff;padding:7px 12px;border-radius:3px;font-size:15px;font-weight:700;margin-bottom:15px;letter-spacing:.5px;line-height:1;font-family: "Noto Serif", serif;margin-left:15px}
.section-blog-details .rounded-box-wrap {
    padding: 0;
    margin: 0;
    border: 0;
	margin-bottom: 40px;
}
span.cat-name a {
    color: #fff;
}
.blog-news-listing-r .search-input{border:1px solid rgba(0,0,0,.15);font-family: "Noto Serif", serif;font-weight:400;font-style:Regular;font-size:16px;leading-trim:NONE;line-height:100%;letter-spacing:0;vertical-align:middle;padding:14px 25px;border-radius:5px;color:#000;     width: 100%;}
.blog-news-listing-r .search-input::placeholder{color:#000}
.section-blog-details .heading-3{font-family: "Noto Serif", serif;font-weight:400;font-style:Regular;font-size:22px;leading-trim:NONE;line-height:26.4px;letter-spacing:-.44px;vertical-align:middle;color:#A91F5D}
.section-blog-details .rounded-box-wrap ul.category-list li{background: 0 0 !important;
  padding: 0;
    padding-bottom: 0px;
  margin-bottom: 8px;
  border: 0;
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 10px;}
  .section-blog-details .rounded-box-wrap ul.category-list li:last-child{margin:0; padding:0; border:0}
.section-blog-details .rounded-box-wrap ul.category-list li a{font-family: "Noto Serif", serif;font-weight:400;font-style:Regular;font-size:16px;leading-trim:CAP_HEIGHT;line-height:18px;letter-spacing:0;vertical-align:middle}
.section-blog-details .rounded-box-wrap ul.category-list li span.category-num a{font-family: "Noto Serif", serif;font-weight:500;font-style:Medium!important;font-size:18px;leading-trim:CAP_HEIGHT;line-height:30.06px;letter-spacing:0;text-align:right;vertical-align:middle;color:#000!important}
.section-blog-details .rounded-box-wrap ul.category-list li span.category-num{background:rgb(244, 244, 244);width:25px;height:25px}
.section-blog-details .rounded-box-wrap.tags-wrap .blog-tags span{background:#A91F5D;border-radius:4px;padding:6px 15px}
.section-blog-details .rounded-box-wrap.tags-wrap .blog-tags span a{font-family: "Noto Serif", serif;font-weight:500;font-style:Medium;font-size:16px;leading-trim:CAP_HEIGHT;line-height:26px;letter-spacing:0;vertical-align:middle;text-transform:capitalize;color:#fff}
.sitemap .footer-links.sitemap-links li:before{display:none}
.sitemap .footer-links.sitemap-links li:after{display:none}
.sitemap-links:after{display:none}
.sitemap-col1 ul.footer-sublinks{display:none}
.sitemap-col2 ul.footer-sublinks{display:block;margin-top:0}
.sitemap .footer-links li a{font-family: "Noto Serif", serif;font-weight:400;font-style:Regular;font-size:16px;leading-trim:NONE;line-height:16px;letter-spacing:0;color:#000}
.sitemap-col1>ul.footer-links.sitemap-links{margin-bottom:15px}
.sitemap-col1>ul.footer-links.sitemap-links li{padding:0;padding-left:15px}
.sitemap-col1>ul.footer-links.sitemap-links li:before{content:"";width:3px;height:16px;background:#000;position:absolute;left:0;display:block;border-radius:0;top:8px}
.sitemap-col1.sitemap-col2 ul.footer-sublinks li{padding:0;margin-bottom:10px}
.sitemap-col1.sitemap-col2 ul.footer-sublinks li:before{display:none}
.mt-header {
    margin-top: 100px;
}
.footer-innerwrap.sitemap {
    max-width: 750px;
    margin: 0 auto;
	    margin-top: 50px;
}
.section-sitemap {
        background: url(../images/sitemap-bg.png) no-repeat center bottom;
    padding-bottom: 300px !important;
    background-size: cover;
}


.s-content-pagenav {
  margin-top : 20px; padding-top: 1.8rem; border-top: 1px solid rgba(0, 0, 0, 0.1); position: relative;
}
  .s-content-nav : after {
  content: ""; display: table; clear: both;
}
.s-content-nav span {
  display: block;  font-size: 12px; text-transform: none;  color: #7f7f7f; margin-bottom: 1.2rem; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;
}
.s-content-nav a {
  font-size: 2.2rem; line-height: 1.5; color: #19191b;
}
  .s-content-nav a : hover span, .s-content-nav a : focus span {
  color: #19191b;
}
.s-content-prev, .s-content-next {
  width: 50%; float: left; padding-right: 2rem;
}
.s-content-next a span {
  text-align: right; padding-right: 0 !important;
}
.s-content-next {
  padding: 0;
}
.s-content-pagenav {
    width: 100%;
}

.s-content-nav > * {
   width: auto;
}

.s-content-nav a span {
    font-family: "Noto Serif", serif;
    font-weight: 500;
    font-style: Medium;
    font-size: 15px;
    leading-trim: NONE;
    line-height: 32px;
    letter-spacing: 0px;
    vertical-align: middle;
    display: flex;
    gap: 10px;
    margin: 0;
    color: #000;
}

.s-content-nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.s-content-nav a {
    border: 1px solid #A91F5D;
    display: inline-block;
    padding: 5px 25px;
    border-radius: 30px;
}

.s-content-prev span img {
    transform: rotateY(180deg);
}
.blog-news-listing-l .blog-desc * {
  font-family: "Noto Serif", serif !important;
}
.blog-news-listing-l .blog-desc p, .blog-news-listing-l .blog-desc p * {
    font-family: "Noto Serif", serif !important;
}
.blog-news-listing-l .blog-desc p, .blog-news-listing-l .blog-desc p * {
  font-size: 16px !important;
}
.blog-news-listing-l .blog-desc p {
  padding-bottom: 0 !important;
  margin-bottom: 20px !important;
  margin-top: 0 !important;
  line-height: 1.5 !important;
}
.body-about div#scrollsmoother-container, .body-homepage div#scrollsmoother-container {
    padding-bottom: 165px !important;
}
.nav-item.hide-desktop {
  display: none;
}
div#parentHorizontalTab2 {
    display: flex !important;
    /* align-items: flex-start; */
    background: #4759A6;
    position: relative;
}

div#parentHorizontalTab2 ul.resp-tabs-list {flex-direction: column;
    margin: 0;
    min-width: 40%;
    gap: 0;
    padding-right: 18%;
    padding-bottom: 70px;
    padding-left: 50px;
    padding-top: 320px;}

div#parentHorizontalTab2 ul.resp-tabs-list li {
    color: #000 !important;
    min-height: unset;
    text-align: left;
    max-width: unset;
    border: 0 !important;
    line-height: 1;
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(0,0,0,0.15) !important;
    justify-content: space-between;
}

div#parentHorizontalTab2 .content-wrapper {
    position: absolute;
    left: -25%;
    bottom: 0.5px;
    max-width: 50%;
    padding: 50px;
    background: #182766;
    width: 50%;
	min-height: 389px;
}

div#parentHorizontalTab2 .service-section {
    position: static;
    height: 100%;
}

div#parentHorizontalTab2 ul.resp-tabs-list li span {
    font-family: "Noto Serif", serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 1;
    letter-spacing: 13%;
    min-height: unset;
	color: #fff;
}
div#parentHorizontalTab2 ul.resp-tabs-list li span.icon.active {
    display: none;
}

div#parentHorizontalTab2 .resp-tabs-list .resp-tab-active span.icon.active {
    display: block;
}

div#parentHorizontalTab2 .resp-tabs-list .resp-tab-active span.icon.nonactive {
    display: none;
}
div#parentHorizontalTab2 ul.resp-tabs-list li span.icon {
  filter: brightness(0) invert(1);
}
div#parentHorizontalTab2 {
    overflow: visible;
}

div#parentHorizontalTab2 .service-section > img {
    position: absolute;
    left: 0;
    width: calc(100% + 90px);
    height: 100%;
    object-fit: cover;
}

div#parentHorizontalTab2 .resp-tab-content {
    height: 100%;
    overflow: visible;
}

div#parentHorizontalTab2 .resp-tabs-container {
    min-height: 100%;
    position: relative;
    flex: 0 0 60%;
    padding: 0;
    overflow: visible;
}

div#parentHorizontalTab2 .content h3 {
    font-family: "Noto Serif", serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 26px;
    leading-trim: NONE;
    line-height: 34.2px;
    letter-spacing: 1px;
    vertical-align: middle;
    text-transform: capitalize;
    color: #fff;
    margin: 0;
}

div#parentHorizontalTab2 .content p {
    font-family: "Noto Serif", serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 26px;
    letter-spacing: 0px;
    vertical-align: middle;
    text-transform: none;
    color: #fff;
    margin: 0;
}

div#parentHorizontalTab2 .content {
    gap: 15px;
    display: flex;
    flex-direction: column;
}

div#parentHorizontalTab2 .content > img {
    max-width: 70px;
}

div#parentHorizontalTab2 ul.resp-tabs-list li.resp-tab-active span {
    font-weight: 600;
    color: #fff;
	
}
.social-text {
    position: absolute;
    flex: 0 0 100%;
    padding-right: 5%;
    /* padding-bottom: 100px; */
    padding-left: 50px;
    width: 40%;
    top: 70px;
}
.social-text > * {
  color: #fff !important;
}
div#parentHorizontalTab2 .content .more-btn.more-btn-2 {
  background: transparent !important;
  border-color: #fff !important;
}
div#parentHorizontalTab2 ul.resp-tabs-list li:last-child {
    margin: 0;
    padding: 0;
    border: 0 !important;
}
div#wrap ul li {
    background: #ccc;
    max-width: max-content;
	    list-style: none;
    background: transparent !important;
    border-top: 1px solid rgba(255,255,255,0.3);
}
div#wrap ul li.active {
  border-color: #fff;
}

div#wrap {
    height: calc(100vh - 105px);
    position: relative;
}

div#wrap ul {
    max-width: unset;
  float: right;
  position: absolute;
  width: 100%;
  height: auto;
  bottom: 0;
  z-index: 99999;
  display: flex;
  flex-direction: row;
  align-items: end;
  margin: 0;
  padding: 0;
  list-style-type: n;
  flex-wrap: wrap;
  padding: 0 50px;
  justify-content: space-between;
}
.image-product {
    opacity: 1;
    visibility: visible;
}
.image-product::before {
  content: "";
  height: 207px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}
a.product-link.active ~ .image-product {
    position:absolute;
	z-index:1
}
div#wrap ul li.show-always .image-product {
        opacity: 1 !important;
}
.image-product {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: all 0.5s ease;
    background-size: cover !important;
}

div#wrap ul li.show-always {
    /*! height: 0; */
}
div#wrap ul li a h3 {
    display: flex;
    align-items: center;
    margin: 0;
    color: #fff;
    font-family: "Noto Serif", serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 20px;
    letter-spacing: 0%;
    text-transform: capitalize;
    letter-spacing: 0.9px;
    padding: 20px;
}

div#wrap ul li a span.icon {
    padding: 0;
    height: 100px;
    width: 100px;
    text-align: center;
    line-height: 100px;
    margin-right: 43px;
}

div#wrap ul li:nth-child(2) {background: #E76F51;/*! min-width: 640px; */}
div#wrap ul li:nth-child(3) {background: #F4A261;/*! min-width: 560px; */}
div#wrap ul li:nth-child(4) {background: #E9C46A;/*! min-width: 480px; */}
div#wrap ul li:nth-child(5) {background: #A91F5D;/*! padding: 0; *//*! min-width: 400px; */}

div#wrap ul li span.icon {
    background: rgba(0,0,0,0.10);
}
.col-lg-6.col2 .impact-box-card .txt-container p, .impact-box-card .txt-container p {
   /*  height: 0; */
    margin: 0;
    /* overflow: hidden; */
    transition: all 0.5s ease;
    opacity: 0;
	pointer-events: none;
}

.col-lg-6.col2 .impact-box-card:hover .txt-container p, .impact-box-card:hover .txt-container p{
    height: auto;
  opacity: 1;
  position: relative;
  transform: translateY(0);
}

.col-lg-6.col2 .impact-box-card {
    transition: all 0.5s ease;
}
.vision-col p {
    opacity: 0;
    visibility: hidden;
    height: 0;
    margin: 0;
    line-height: 1.5;
    transition: all 0.5s ease;
}

.vision-col:hover img:first-child {
    margin-top: -30px;
}
.vision-col:hover p {
    visibility: visible;
    height: auto;
    opacity: 1;
}

.vision-col:hover  .arrow-up {
    display: none;
}

.vision-col:hover {
    /* padding: 40px 35px; */
}

.vision-col {
    padding: 50px 35px;
    min-height: 420px;
    transition: all 0.5s ease;
}

.vision-col .arrow-up {
    transition: all 0.5s ease;
}

.vision-col:hover h3 {
    color: #000;
}

.vision-col img:first-child {
    transition: all 0.5s ease;
}
.bg-light-grey {
    background: #f5f5f5;
}

.vision-row {
    display: flex;
    justify-content: center;
}

.our-objective .vision-row .vision-col p {
    opacity: 1;
    visibility: visible;
    height: auto;
}

.our-objective .vision-row .vision-col .arrow-up {
    display: none;
}

.our-objective .vision-row .vision-col {
    min-height: unset;
}
.awards-row {
    margin-bottom: 30px;
}
.section-blog-details {
    padding-bottom: 50px !important;
}
.container.ask-mayank {
    max-width: 1188px !important;
    padding-left: 34%;
}

.ask-mayank form {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    row-gap: 15px;
}

.ask-mayank form .form-group {
    flex: 0 0 50%;
    max-width: calc(50% - 20px);
}

.ask-mayank form .form-group .form-control {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #000;
    border-radius: 0;
    padding: 10px 0;
}

.ask-mayank form .form-group label {
    display: none;
}

.ask-mayank form .form-group:nth-last-child(2) {
    flex: 0 0 100%;
    max-width: unset;
}

.ask-mayank form .form-group textarea {
    height: 100px;
}

.ask-mayank form button.btn {
    background: #A91F5D;
  color: #fff;
  border-radius: 30px;
  padding: 13px 50px !important;
  font-weight: 500;
  text-transform: uppercase;
  outline: 0;
  border: 0;
}
.ask-mayank form button.btn:hover {
    background: #A91F5D;
}
.ask-mayank {
    margin-top: 50px;
}

.ask-mayank h3 {
    font-family: "Noto Serif", serif;
    font-weight: 300;
    font-style: Light;
    font-size: 30px;
    leading-trim: NONE;
    line-height: 36px;
    letter-spacing: 0px;
    margin-bottom: 30px;
}
.sitemap-col1>ul.footer-links.sitemap-links li.hide-sitemap {
    display: none;
}
div#inside-header.image-only {
    height: 350px;
    position: relative;
}

div#inside-header .banner-main {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}
body div#scrollsmoother-container {
    padding-bottom: 165px !important;
}
body.body-site-map div#scrollsmoother-container {
    padding-bottom: 50px !important;
}
body.body-post div#scrollsmoother-container {
    padding-bottom: 50px !important;
}
h3.search-msg {
    text-align: center;
    font-family: "Noto Serif", serif;
    font-weight: 300;
    font-style: Light;
    font-size: 30px;
    leading-trim: NONE;
    line-height: 36px;
    letter-spacing: 0px;
    margin-bottom: 30px;
}
.img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity 0.5s ease;
    pointer-events: none;
}
.impact-box-card .txt-container > * {
    transition: all 0.5s ease;
}

.impact-box-card:hover .txt-container > * {
    /* transform: translateY(-10px); */
}
.impact-box-card:hover .txt-container h3 {
    font-size: 48px;
}

.impact-box-card:hover .txt-container h4 {
    font-size: 20px;
}

.image-product {
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
}

.image-product.active {
  opacity: 1;
  pointer-events: unset;
}
.image-data {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 9999;
}
.image-data .img-text {
  position: absolute;
  left: 50px;
  top: 50%;
  transform: translateY(-50%);
}
.image-data .img-text .heading {
  font-family: "Noto Serif", serif;
  font-weight: 500;
  font-style: Medium;
  font-size: 60px;
  leading-trim: NONE;
  line-height: 62px;
  letter-spacing: 0%;
  /*! text-align: center; */
  text-transform: none;
  margin-bottom: 15px;
  color: #fff !important;
}
.image-data .img-text p {
  font-family: "Noto Serif", serif;
  font-weight: 500;
  font-style: Medium;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: 0%;
  text-transform: capitalize;
  /*! text-align: center; */
}

.image-data #t1 .img-text .heading {
  /* font-family: Playwrite US Trad;
  font-weight: 200;
  font-style: ExtraLight;
  font-size: 44.31px;
  leading-trim: NONE;
  line-height: 51.85px;
  letter-spacing: 3%;
      margin-top: 15px; */
}
.image-data #t1 .img-text p {
  font-family: Playwrite US Trad;
  font-weight: 300;
  font-style: Light;
  font-size: 27.34px;
  leading-trim: NONE;
  line-height: 59.2px;
  letter-spacing: 3%;
  vertical-align: middle;
  text-transform: capitalize;
}
.image-data #t1 .img-text {
  max-width: 55%;
}
.image-data .img-text .more-btn.more-btn-2 {
  background: transparent !important;
  color: #fff;
  border-color: #fff !important;
}
.image-data .img-text .more-btn.more-btn-2:after {
  filter: brightness(0) invert(1);
}
.image-data .img-text .more-btn:hover::after {
    right: calc(100% - 48px);
}
div#wrap ul li.active .image-product {
  opacity: 1;
}
div#wrap ul li:hover ~ li .image-product {
  opacity: 0 !important;
}
.body-thank-you div#inside-header .banner-main
{background: url(https://demo.imageonline.in/mayankgandhi/public/images/about-header.jpg) no-repeat center;background-size: cover;}
.gjs-text.thank-you-txt {
  text-align: center;
}
.vision-col .arrow-up {
  position: absolute;
  bottom: 60px;
}
.vision-col {
  position: relative;
}
.bg-light-grey .vision-col {
    background: #fff;
}

.our-objective .vision-row .vision-col {
    flex: 0 0 25%;
    max-width: calc(25% - 27px);
}

.our-objective .vision-row {
    flex-wrap: wrap;
}
.about-row-home, .gjs-section.about-mg-section .gjs-row {
  padding-top: 0;
  padding-bottom: 0;
}
.site-navbar .menu-right {
  display: none !important;
}
.awards-row
{margin-bottom: 10px;}
.counter-outer .gjs-cell {
    flex: auto;
    width: auto !important;
    max-width: 170px;
}

.gjs-section.about-mg-section .gjs-row.counter-outer {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}


.counter-outer .gjs-cell:nth-child(2) {
    max-width: 220px;
}

.counter-outer .gjs-cell:after {
    right: -10px;
}

.counter-outer .gjs-cell:nth-child(3):after {
    display: none;
}

.count-digit.times:after {
    content: "Times";
    text-transform: capitalize;
    font-size: 28px;
    margin-left: 5px;
}

.count-digit.times {
    display: flex;
}
.about-inside .gjs-row.counter-outer {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.row.footer-row {
    align-items: flex-start;
}
.common-section.bg-purple {
    background-color: #efeeff;
	background-color: #f5f5f5;
}
.common-section.mt-negative {
    margin-top: -50px;
}

.area-content .about-text {
    padding-left: 40px;
}
.area-content .about-text.left {
    padding-left: 0;
    padding-right: 40px;
}
.area-content .about-text .more-btn-col {
    display: inline-block;
    height: auto !important;
    margin-top: 25px;
}
.more-btn-col {
    margin-top: 25px;
}
.more-btn
{    display: inline-block;}
div#gvt {}

.transforming-tab-content.image-left {
    flex-direction: row-reverse;
}

.transforming-tab-content.image-right {
    flex-direction: row !important;
}
.row.image-left {
    flex-direction: row-reverse;
}

.row.image-left .about-text {
    padding-left: 40px;
}
.featured-home-post-item-row {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

section.featured-home-post section.container .featured-home-post-item {
    flex: 0 0 25%;
    max-width: calc(25% - 23px);
    position: relative;
}

section.featured-home-post section.container .featured-home-post-item .category-name {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: end;
    justify-content: center;
    z-index: 9;
    padding-bottom: 20px;
}

section.featured-home-post section.container .featured-home-post-item .category-name h2 {
    color: #fff;
    font-size: 25px;
    font-weight: 500;
    margin: 0;
}

section.featured-home-post section.container .featured-home-post-item::after {
    left: 0;
}

section.featured-home-post section.container .featured-home-post-item a {
    /* position: relative; */
}
.blog-content .date-wrap .blog-date
{display:none;}
.blog-content .date-wrap .blog-date ~ span:nth-child(2) {
  margin-left: 0;
}
.blogs-grid .no-data {
  background: transparent;
  border: 0;
  font-size: 22px;
}
.video-box iframe {
  width: 100%;
  min-height: 300px;
}
.video-box .video-title {
  display: none;
}
.pagination li a, .pagination li span {
    border-color: #a91f5d !important;
    color: #a91f5d;
}

.pagination li.active a, .pagination li.active span {
    background-color: #a91f5d !important;
    border-color: #a91f5d !important;
}

.pagination li.page-item.disabled span.page-link, .page-link.disabled {
    color: #a91f5d !important;
}
@media all and (max-width:1550px)

{
	.container {
  max-width: 1480px;
}
}
@media all and (min-width:992px)

{
.about-row-home .about-left-part {
  margin-top: -100px;
}
}
@media all and (max-width:1450px)

{
	.container {
  max-width: 1410px !important;
}
	div#parentHorizontalTab2 ul.resp-tabs-list {
  padding-top: 320px;
  padding-right: 15%;
}
.counter-outer .gjs-cell::after {
  right: 21px;
}
.vision-col {
  padding: 50px 30px;
  min-height: 435px;
  transition: all 0.5s ease;
}
.blog-section .gjs-row {
  padding: 0;
}
}
@media all and (max-width:992px)

{
	
.common-section {
    padding-top: 70px;
    padding-bottom: 70px;
}
	.header-part {
position: static;
    transform: none !important;
    display: inline-block;
    padding: 15px 0;
    position: static !important;
    top: auto;
    transform: none !important;
    margin-top: 200px;
	background: #f5f5f5;
}

#inside-header {
    height: auto;
}

div#inside-header .banner-main {
    height: 200px;
	top: 0;
	background-size: cover !important;
	background-position: right center !important;
}
#inside-header {
    height: auto !important;
	margin-top: 87px !important;
}
.page-heading p {
    max-width: unset;
}
.about-inside.common-section .col-lg-6:first-child {
  order: 2;
}
.about-img {
    max-width: unset;
    margin-top: 30px;
}

.mission-img-left {
    position: static;
    max-width: unset;
}

.our-mission .mission-text {
    padding: 30px 15px;
    width: 100%;
}

.our-mission .mission-img-right {
    width: 100%;
    max-width: unset;
    width: 100%;
    position: static;
	    padding: 0;
}

.our-mission.common-section {
    padding: 0;
}

.mission-img-left .mission-img {
  height: 250px;
  display: flex;
  align-items: end;
  overflow: hidden;
}
.mission-img-left .mission-img img {
  object-fit: cover;
}
.common-list li br {
  display: none;
}
.vision-col {
    flex: auto;
    max-width: unset;
    padding: 35px 30px;
	        min-height: unset;
}

.timeline ul li:nth-child(2n+2):before {
    background: url(../images/arrow-right-time.svg) no-repeat center;
    right: auto;
    left: 19px;
}

.timeline ul li:nth-child(2n+2) time {
    right: 0;
    left: auto;
}
.awards-col {
    flex: 0 0 50%;
    max-width: calc(50% - 5px);
}

.heading {
  font-size: 35px;
  line-height: 1.2;
}
.page-heading .heading {
    font-size: 23px;
        color: #000 !important;
}

.page-heading p {
            font-size: 15px;
        line-height: 1.5;
        color: #000 !important;
}

.page-heading img {
    width: 40px;
	filter: brightness(0);
	margin-bottom: 0;
}
.page-heading {gap: 10px;}
.our-mission .gjs-row {
    margin: 0;
	justify-content: center;
}
.services-section .content-wrapper .content{display:flex;flex-direction:column;gap:25px}
.services-section .content-wrapper .content img{max-width:80px}
.services-section .content-wrapper .content>*{margin:0}
div#mainSection{padding: 0 !important;padding-bottom: 200px !important;background-position: left bottom !important;background-size: 100% auto !important;flex-direction:column;/* padding-left: 0 !important; */}
.sidebar{width: 100% !important;padding-bottom: 30px !important;}
.sidebar {
    padding: 50px 15px;
}
.sidebar ul {
    padding: 0;
}
.services-section .content-wrapper{position: static !important;max-width: unset !important;margin: 0 !important;width: auto !important;}
.col-lg-6.col1,.col-lg-6.col2{flex:auto;max-width:100%}
.col-lg-6.col2 .row .col-lg-6{max-width:unset}
.gjs-cell{height:auto}
.transforming-tab-content{flex-direction:column}
section#dummy1 .transforming-tab-content {
  flex-direction: column;
}
.transforming-tab-left{width:100%;padding:20px}
.transforming-tab-right{width:100%;margin-top:20px}
.transforming-tab-content.image-right, .transforming-tab-content.image-left {
    flex-direction: column !important;
}
.transforming-tab-right img {
    margin-bottom: 30px;
    height: auto;
    object-fit: unset;
}
.quote-content{width: 100% !important;padding: 0 !important;padding-top: 60px !important;}
.testimonials-photo-frame{top:-200px}
.testimonials-part{padding-top:200px}
.quote-content::before{height: 50px !important;width: 50px !important;background-size: contain !important;}
.blog-card{max-width:unset}
.blogs-grid{flex-direction:column}
.gjs-cell {
    height: auto !important;
}

.transforming-tab-left, .transforming-tab-right {
    width: 100%;
    padding: 20px;
}

.resp-tab-content .gjs-row {
    padding: 0;
}
#parentHorizontalTab {
    display: inline-block;
}

.gjs-cell {
    height: auto !important;
}

.transforming-tab-left, .transforming-tab-right {
    width: 100% !important;
        padding: 20px !important;
}

.resp-tab-content .gjs-row {
    padding: 0;
}
    .resp-tab-content .more-btn-row {
        margin-top: 15px;
    }
.top-panel {
    padding-top: 30px;
}

.logo-wrap a {
    display: inline-block;
}

.gjs-section.about-mg-section {
    padding-bottom: 250px;
	padding-top: 50px;
}

.about-right-part {
    height: 250px !important;
    width: calc(100% - 31px) !important;
    text-align: center;
    padding: 0;
}

.about-right-part img {
    height: 100%;
    width: auto;
    display: inline-block;
}

.gjs-section.about-mg-section .counter-outer {
    padding: 0;
    display: flex;
    gap: 15px;
}

.gjs-section.about-mg-section .count-digit {
    font-size: 26px;
    line-height: 30px;
}

.about-left-part {
    width: 100% !important;
    padding: 0;
}

.counter-outer .gjs-cell {
    /* width: 50% !important; */
	        width: auto !important;
}

.gjs-section.about-mg-section .count-digit~p {
    font-size: 14px;
}

.counter-outer .gjs-cell:after {
    right: -8px;
    top: 10px;
}
.featured-home-post-item-row {
    flex-wrap: wrap;
}

section.featured-home-post section.container .featured-home-post-item {
    max-width: unset;
    flex: auto;
    margin-bottom: 0;
}

section.featured-home-post section.container .featured-home-post-item img {
    height: auto;
}

section.featured-home-post section.container .featured-home-post-item .featured-home-post-item-info h2.featured-home-post-item-title a {
    font-size: 25px;
}

section.featured-home-post section.container .featured-home-post-item .featured-home-post-item-info section.featured-home-post-item-date {
    font-size: 15px;
}
section.featured-home-post section.container .featured-home-post-item .featured-home-post-item-info section.featured-home-post-item-date span {
  font-size: 14px;
  padding: 1px 5px;
}
section.featured-home-post section.container .featured-home-post-item .featured-home-post-item-info section.featured-home-post-item-date {
  margin-top: 5px;
}
section.featured-home-post section.container .featured-home-post-item .featured-home-post-item-info h2.featured-home-post-item-title {
    margin: 0;
}
.section-sitemap {
padding-bottom: 260px !important;
    background-size: 100% auto !important;
    background-color: #D2ECFF;
    background-image: url(../images/sitemap-bg-mobile.png);
  }
.body-transforming-india div#inside-header .banner-main {
    background-position: left top !important;
}

.hero-slider {
    margin-top: 87px;
}
.impact-box-card .txt-container h3 {
    font-size: 35px;
    line-height: 1;
}

.impact-box-card .txt-container h4 {
    font-size: 18px;
    line-height: 1;
}

.impact-box-card .txt-container p {
    line-height: 1.3;
}
.impact-box-card .txt-container h4 {
    font-size: 18px;
    line-height: 1;
}

.count-digit {
    font-size: 26px;
    line-height: 25px;
}

.counter-outer .gjs-cell {
    /* display: flex; */
}

.gjs-row.counter-outer {
    display: flex;
}
.about-left-part{padding-right:0 !important}
.count-digit~p {
    font-size: 15px;
}
.gjs-section.about-mg-section {
  background-size: auto 70% !important;
  background-position: center bottom !important;
}

.gjs-section.about-mg-section {
  background-color: #d2eefc;
  padding-bottom: 280px !important;
}
.about-left-part {
  padding: 0 !important;
  width: 100%;
  order: 1;
}
.about-right-part {
  width: 100% !important;
  position: absolute;
  bottom: 0;
}
.gjs-section.about-mg-section .more-btn-row {
  display: inline-block;
}
.gjs-section.about-mg-section .more-btn-row * {
  display: inline-block;
}
span.cat-name a {
    color: #fff;
}

.tags-share-wrap {
    left: 5px;
    top: 181px;
}

.blog-detail-main, .blog-news-listing-r {
    padding-left: 50px;
    padding-right: 0;
}

.blog-news-listing-l .blog-row {
    padding: 0 !important;
}

.section-blog-details .blog-date {
    margin-right: 0;
}

.blog-news-details-wrap:before {
    left: 40px !important;
    bottom: 0;
}

.blog-news-listing-r.fw-mbl-100.blog-sidebar.aos-init.aos-animate {}

.section-blog-details {
    margin-top: 118px;
    padding-top: 50px;
    padding-bottom: 50px;
}
div#featured-post
{ margin-top: 118px;width: 100%;
    display: flex;}
.section-blog-details h1.blog-hd {
    font-size: 30px;
    line-height: 1.2;
}
.featured-home-post-item-row {
  margin-bottom: 30px;
}
.s-content-nav a {
  padding: 8px 10px;
}
.s-content-prev, .s-content-next {
  padding: 0;
}
.s-content-nav span img {
  max-width: 18px;
}
.s-content-nav a span {
  font-size: 14px;
}
.nav-item.hide-desktop {
  display: block;
}
h2.resp-accordion span.icon img {
  max-height: 50px;
}
#parentHorizontalTab {
  margin-top: 30px !important;
}
div#parentHorizontalTab2 {
    display: block !important;
	padding:0 15px;
	        padding-bottom: 30px;
}

div#parentHorizontalTab2 .content-wrapper {
    position: static;
    max-width: unset;
    width: 100%;
    padding: 30px;
	min-height: unset;
}

div#parentHorizontalTab2 .service-section > img {
    position: static;
}

.social-text {
    position: static;
    padding: 15px 0;
    padding-top: 50px;
    width: 100%;
}
div#parentHorizontalTab2 .resp-tab-content {
    display: none !important;
}
div#parentHorizontalTab2 .resp-tab-content.resp-tab-content-active {
    display: block !important;
    margin-bottom: 10px;
	padding: 0 !important;
}

div#wrap ul li {
    max-width: 100%;
    min-width: unset !important;
}

div#wrap ul {
  height: auto;
  width: 100%;
  object-fit: cover;
  position: static;
  order: 2;
  padding: 0;
  /*! display: inline-flex; */
  margin-top: 0;
  background: #4759A5;
}
div#wrap ul li.active {
  background: rgb(61, 77, 142) !important;
}
.image-data .img-text .heading br {
  display: none;
}
.image-product.active {height: auto;padding-top: 200px;background-size: auto 200px !important;background-position: right top !important;position: static !important;min-height: 360px;}

div#wrap ul li a h3 {font-size: 13px; line-height: 1.2;color: #fff;padding: 0;padding: 10px;border-right: 1px solid rgba(255,255,255,0.15);border-bottom: 1px solid rgba(255,255,255,0.15);display: inline-block;width: 100%;}

div#wrap ul li::marker {
    display: none;
}

div#wrap ul li {
    list-style-type: none;
    flex: 0 0 50%;
    width: 50%;
    max-height: unset;
    display: inline-block;
	border:0;
}

div#wrap ul li a span.icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    padding: 10px 5px;
    margin-right: 10px;
    display: flex;
    align-content: center;
    justify-content: center;
    flex: 0 0 50px;
}

div#wrap ul li:first-child {
    flex: 0 0 0;
}

.image-data .img-text {
  position: static;
  transform: none;
  padding: 15px;
  margin-top: 0;
  display: inline-block;
  border-bottom: 0;
  /*! margin-bottom: 15px; */
}
.image-data {
  position: relative;
  height: auto;
  order: 1;
  height: auto;
  padding-top: 0;
}
.image-data .img-text .heading {
  color: #000 !important;
  font-size: 25px;
  line-height: 1.2;
  margin-bottom: 8px;
}
.heading.text-white {
}
.image-data .img-text p {
  color: #000 !important;
  font-size: 15px;
}

.image-data #t1 .img-text .heading {
  font-size: 27px;
  line-height: 1.5;
}
.image-data #t1 .img-text p {
  font-size: 16px;
  line-height: 1.5;
}
.image-data #t1 .img-text img {
  filter: brightness(0);
  width: 50px;
}
.image-data #t1 .img-text {
  max-width: unset;
}
.image-data .image-product {
  /* display: none; */
}
.image-data .image-product:first-child {
  display: inline-block;
}
.product-link {
  display: inline-block;
  width: 100%;
}
.tagline {
  display: inline-block;
}
.image-product::before {
  display: none;
}
div#wrap ul li:first-child {
  display: none;
}
div#wrap ul li:nth-child(3) a h3, div#wrap ul li:nth-child(5) a h3 {
  border-right: 0;
}
.image-product::before {
  display: none;
}
section.hero-banner {
    margin-bottom: 0;
	margin-top:87px;
}
div#wrap {
    height: 250px;
    height: auto;
    display: flex;
    flex-direction: column;
    position: static;
}
.container.ask-mayank {
    padding-left: 15px;
}
.ask-mayank-form {
        padding-bottom: 260px !important;
        background-position: bottom left !important;
        background-size: auto 300px !important;
        background-color: #d5effb;
    }
div#parentHorizontalTab2 .resp-arrow {
    margin-top: 3px;
	border-color: #fff;
}
.vision-col p {
    height: auto;
    opacity: 1;
    visibility: visible;
	margin-bottom:15px;
}
.mt-header
{margin-top:87px;}
.about-inside .about-text .counter-outer .gjs-cell:after {
    right: 20px;
    top: 0;
}
.vision-col .arrow-up {
    display: none;
}

.vision-col:hover img:first-child {
    margin-top: 0;
}
#parentHorizontalTab2 h2.resp-accordion span.icon.active {
    display: none;
}

#parentHorizontalTab2 h2.resp-accordion span.icon {
    display: none;
}

.counter-outer .gjs-cell {
  width: 33.33333% !important;
}
.count-digit {
  font-size: 22px !important;
}
.counter-outer .gjs-cell::after {
  right: -1px;
  top: 0;
}
.impact-box-card .txt-container p, .col-lg-6.col2 .impact-box-card .txt-container p, .impact-box-card .txt-container p {
  display: block;
  opacity: 1;
  height: auto;
  transform: none;
    position: static;
}
.impact-box-card .txt-container {
  background: #A91F5D !important;
    width: 100%;
    transform: none;
    left: 0;
    top: 0;
    padding-top: 25px;
    padding: 20px 30px !important;
  position: static;
  
}
.blog-section .gjs-row {
  padding: 0;
    padding-top: 0px;
    padding-bottom: 0px;
}
.body-our-impact div#inside-header .banner-main {
  background-position: left center !important;
}
div#inside-header.image-only {
  height: 200px !important;
}
div#inside-header ~ .mt-header {
  padding-top: 50px;
}
.ask-mayank form .form-group {
  flex: 0 0 100%;
  max-width: unset;
}
div#parentHorizontalTab2 .resp-tab-content.resp-accordion-closed {
  display: none !important;
  overflow: hidden;
}
div#parentHorizontalTab2 .resp-tab-content {
  transition: all 0.5s ease;
}

div#wrap ul li .image-product {
  display: none;
}
div#wrap ul li.show-always .image-product {
  display: block;
  background-position: left center;
}
div#wrap ul li.active .image-product {
  display: block;
}
.resp-vtabs .resp-tab-content {
  border: 0 !important;
}

.img-container {
  height: 200px !important;
}
.img-container img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.tags-share-wrap {
  top: 125px;
}
.tags-share-wrap {
}
.section-blog-details .blog-date span.cat-name {
  font-size: 12px;
  padding: 5px 10px;
  margin-left: 5px;
}
.section-blog-details .blog-date {
  font-size: 13px;
}
.about-right-part {
    padding: 0 !important;
}
.area-content .about-text {
    padding-left: 0;
    margin-bottom: 30px;
}

.our-mission .mission-img-left {
    width: 100%;
}

.our-objective .vision-row .vision-col {
    flex: auto;
    max-width: unset;
}
.transforming-inside-content {
    margin-top: 0;
}
.transforming-tab-right {
  margin-top: 0;
}
 .transforming-tab-left, .transforming-tab-right {
    padding-bottom: 0 !important;
  }
.area-content .about-text.left {
  padding-right: 0;
}
.heading {
  font-size: 30px;
}

.tagline .more-btn-col {
  margin-top: 15px;
}
.image-data .img-text .more-btn.more-btn-2::after
{filter:none;}
.image-data .img-text .more-btn.more-btn-2
{color: #A91F5D !important;
  border-color: #A91F5D !important;}
 .featured-home-post-item-row .owl-dots {
    /* position: absolute; */
    width: 100%;
    left: 0;
    display: flex;
    justify-content: center;
}

.featured-home-post-item-row .owl-dots button.owl-dot {
    margin: 0;
    width: auto;
    height: auto;
}

.featured-home-post-item-row .owl-dots button.owl-dot span {
    width: 30px;
    height: 4px;
    background: #000;
	border-radius: 0;
}

.featured-home-post-item-row .owl-dots button.owl-dot.active span {
    background: #A91F5D;
    opacity: 1;
}
.video-box {
  margin: 15px 0;
}
}

@media screen and (max-width: 480px) {

.video-box iframe {
  min-height: 200px;
}
}