* {
  padding: 0px;
  margin: 0px;
  font-family: "Lato", sans-serif;
}
:root {
  --bg-orange: #fdf2e3;
  --bg-yellow: #ffc697;
}
.element {
  background: var(--bg-orange);
}
body {
  font-size: 15px;
  color: #000000;
}
.flex-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
h1,
h2,
h3 {
  font-family: "Radio Canada", sans-serif;
  font-weight: 600;
}
h1 {
  font-size: 45px;
}
h2 {
  font-size: 32px;
}
h3 {
  font-size: 24px;
}
img {
  width: 100%;
  height: auto;
}
.top-border {
  border-top: 1px solid #f0eff2;
}
.txt-cntr {
  text-align: center;
}
.left-icon {
  float: left;
  width: 30px;
  margin-right: 10px;
  margin-top: -2px;
}
p,
li {
  line-height: 26px;
}
li {
  list-style: none;
}
.txt-highlight {
  color: #e4761e;
  font-weight: 600;
}
.bg1 {
  background: #fdf2e3;
}
.full-width {
  padding: 0 20px;
}
.pad-all-20 {
  padding: 20px;
}
.pad-tb-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.w-1200 {
  margin: auto;
  max-width: 1200px;
}
.w-1024 {
  margin: auto;
  max-width: 1024px;
}
.clr-magenta {
    color: #F3987A;
}
.clr-orange {
  color: #704368;
}
.clr-yellow {
    color: #704368;
}
.clr-red {
    color: #F3987A;
}
.clr-blue {
    color: #F3987A;
}
.bgr-magenta {
    background: #FFCA8A;
}
.bgr-orange {
    background: #FFC000;
}
.bgr-yellow {
    background: #DF7221;
}
.bgr-red {
    background: #C04F15;
}
.bgr-blue {
    background: #78206E;
}
.main-title {
    text-align: center;
    color: #704368;
    margin-bottom: 30px;
}
.vision-box {
    background: var(--bg-orange);
    background: #fff;
    position: relative;
}
.mission-vision {
    display: flex;
    gap: 40px;
}
.mission-box {
    flex: 1;
    padding: 20px;
    background: #704368;
}
.mission-vision-pic {
  position: absolute;
  width: 45%;
  top: -20px;
  right: 0px;
}
.mv-position {
    position: relative;
    flex: 1;
    padding: 20px;
    background: #F3987A;
}
.vision-box h2,
.mission-box h2 {
    margin-bottom: 20px;
    text-align: center;
    color: #fff;
    padding: 10px 0;
    font-size: 27px;
}
.vision-box p,
.mission-box p {
    font-size: 17px;
    color: #fff;
}
.mv-icon {
  width: 65px;
  float: left;
  margin-right: 20px;
  margin-top: -15px;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.mv-position:hover .mv-icon,
.mission-box:hover .mv-icon {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.objective-box {
  background: url("../images/objective-bg.jpg") center right no-repeat
    var(--bg-yellow);
  height: 500px;
}
.objective-box h2 {
  margin-bottom: 30px;
}
.objective-box li {
  padding: 10px 0;
}
.object-1 {
  flex: 1;
  background: rgb(0, 98, 80, 0.8);
  padding: 40px 30px;
  color: #fff;
  margin-top: 20px;
}
.object-2 {
  flex: 2;
}
.title {
    text-align: center;
    margin-bottom: 30px;
    color: #000;
}
.core-bg {
    background: #F6F7FB;
}
.core-pillar-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  margin-top: 20px;
}
.core-pillar {
  flex-basis: 49%;
  display: flex;
  gap: 30px;
  margin: 20px 0;
}
.core-pillar h3 {
  font-size: 22px;
  margin-bottom: 20px;
}
.core-title-1 {
    color: #F3987A;
}
.core-title-2 {
    color: #704368;
}
.core-title-3 {
    color: #F3987A;
}
.core-title-4 {
    color: #704368;
}
.core-content {
  background: #fff;
  border-radius: 20px;
  padding: 20px;
  position: relative;
}

.core-icon {
  flex-basis: 100px;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.core-icon img {
  width: 100px;
}
.core-pillar:hover .core-icon {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.left-arrow {
  position: absolute;
  width: 30px;
  top: 20px;
  right: -25px;
}
.right-arrow {
  position: absolute;
  width: 30px;
  top: 20px;
  left: -25px;
}
.core-pillar ul {
  margin-top: 20px;
}
.core-pillar li {
  padding: 3px 0;
}
.program-box {
  background: var(--bg-orange);
  text-align: center;
}
.list-icon {
  float: left;
  width: 30px !important;
  height: 30px;
  margin: -4px 0 0px 0;
}
.program-flex-box {
  display: flex;
  gap: 30px;
  justify-content: space-around;
  padding: 50px 0 0;
}
.program-flex-box h2 {
  margin-bottom: 30px;
  color: #552e52;
}
.program {
  flex: 1;
  padding: 20px;
  height: 468px;
  border-radius: 20px;
  text-align: center;
}
.pr-bg-1 {
  background: url("../images/process-bg-1.png") no-repeat;
}
.pr-bg-2 {
  background: url("../images/process-bg-2.png") no-repeat;
}
.pr-bg-3 {
  background: url("../images/process-bg-3.png") no-repeat;
}
.program h3 {
  font-size: 20px;
  margin: 20px 0 10px;
  line-height: 27px;
}
.pr-bg-1 h3 {
  color: #ec6d19;
}
.pr-bg-2 h3 {
  color: #c4583d;
}
.pr-bg-3 h3 {
  color: #4570a9;
}
.program img {
  width: 90px;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.program:hover img {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.pr-title h2 {
  text-align: center;
}
.program ul {
  margin-left: -10px;
}
.program li {
  display: flex;
  padding: 7px 0px 7px 0px;
  font-size: 14px;
  line-height: 22px;
  text-align: left;
}
.key-impact {
  padding: 50px 20px;
  text-align: center;
}
    .key-impact h2 {
        margin-bottom: 30px;
        color: #704368
    }
.imapct-box {
  display: flex;
  gap: 30px;
}
.impact {
  flex: 1;
  padding: 30px 20px;
  background: #efefef;
  flex-wrap: wrap
}
    .impact:hover img {
        transform: scale(1.1);
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
    }
    .impact h3 {
        margin: 30px 0 20px;
        color: #F3987A;
        font-size: 20px;
    }
    .impact img {
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
    }

.gtm-reach {
  background: var(--bg-orange);
  text-align: center;
}
.gtm-reach-content {
  margin: auto;
  max-width: 1100px;
  margin-bottom: 20px;
  margin-top: -10px;
}
.gtm-reach-content h1 {
  margin-bottom: 30px;
  color: #704368
}
    .gtm-reach-content h2 {
        margin-bottom: 30px;
        color: #704368;
    }
.gtm-reach-content p {
  font-size: 18px;
  padding: 0 110px;
  line-height: 30px;
  margin-top: -20px;
}
.gtm-data {
  margin: auto;
  max-width: 1024px;
  padding: 60px 0 20px 0;
}
.gtm-title {
    padding: 20px 50px;
    border-radius: 20px;
    background: #fff;
    font-size: 20px;
    font-weight: 600;
    color: #F3987A
}
.data-box {
  max-width: 900px;
  margin: auto;
  display: flex;
  gap: 30px;
  justify-content: space-between;
  margin-top: 70px;
  flex-wrap: wrap
}
.data {
  flex: 1;
}
.data img {
  width: 90px;
}
.data-round {
  margin: auto;
  background: #fff;
  border-radius: 100%;
  width: 160px;
  height: 160px;
  margin-top: -2px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.data:hover .data-round {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.data-round h4 {
  font-size: 30px;
  font-weight: 600;
}
.data-round p {
  font-size: 15px;
  color: #616161;
}
.bor-magenta {
    border: 4px solid #F3987A;
    color: #F3987A;
}
.bor-orange {
    border: 4px solid #704368;
    color: #704368;
}
.bor-yellow {
    border: 4px solid #F3987A;
    color: #F3987A;
}
.bor-blue {
    border: 4px solid #704368;
    color: #704368;
}
.partner {
  float: left;
  background: #fff;
  width: 150px;
  height: 150px;
  border: 1px solid #fee5c7;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.partner img {
  width: 80%;
  height: auto;
}
.product_slider2 h2 {
    text-align: center;
    margin-bottom: 30px;
    color: #704368;
}
.main-footer {
  background: var(--bg-orange);
  border-top: 3px solid #fff;
}
.footer-stat {
  display: flex;
  gap: 30px;
}
.foot,
.foot3 {
  flex: 2;
}

.foot2 {
  flex: 1;
}
.footer-stat h3 {
    color: #704368;
    font-size: 22px;
    font-weight: normal;
    margin: 5px 0 0px 0px;
    padding-bottom: 8px;
    text-transform: uppercase;
}
.footer-stat h4 {
    margin-bottom: 20px;
}
.bord4 {
    width: 40px;
    height: 3px;
    background: #e1dacd;
    margin-bottom: 20px;
}
.footer-stat a {
  text-decoration: none;
  color: #50504f;
}

.footer-stat a:hover {
  text-decoration: none;
  color: #000;
}
.footer-stat li {
  padding: 6px 10px 6px 0px;
  list-style: none;
  text-align: justify;
  letter-spacing: 0.5px;
  font-size: 15px;
  line-height: 20px;
}

.footer-stat p {
  padding: 7px 10px 7px 0px;
  font-size: 15px;
  color: #50504f;
  margin: 0px;
  line-height: 24px;
}
.footer-icon {
  width: 12px;
  float: left;
  margin-right: 10px;
  margin-top: -2px;
}
.adrs {
  width: 25px;
  float: left;
  margin-right: 10px;
  margin-top: 0px;
}
.mbl {
  width: 19px;
  float: left;
  margin-right: 10px;
  margin-top: 2px;
}
.eml {
  width: 22px;
  float: left;
  margin-right: 10px;
  margin-top: 2px;
}
.feeter {
  padding: 20px;
}
.manage-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.feeter a {
    color: #F3987A;
    text-decoration: none;
}
.feeter p {
  color: #424242;
}
.mis-login {
  padding: 6px 15px;
  background: #006250;
  border-radius: 10px;
  color: #fff !important;
}
.social-link {
  padding: 20px;
  background: #006250;
  text-align: center;
  color: #fff;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.social-link span {
  margin-right: 10px;
}
.scl-icon {
  width: 40px;
  margin: 0 7px;
}
.banner {
  position: relative;
  background: url("../images/banner-bg.png") left top no-repeat;
  height: 400px;
}
.banner-content {
  float: right;
  width: 600px;
  height: 100%;
  background: url("../images/banner-content-bg.png") right center no-repeat;
  position: relative;
  text-align: center;
}
.banner-content h1 {
  font-size: 30px;
  margin-top: 0px;
  margin-bottom: 30px;
  color: #fff;
}
.banner-content p {
  color: #fff;
}
.banner-box {
  padding: 70px 50px 0 50px;
}
.banner-arrow {
  width: 100%;
  position: absolute;
  text-align: center;
  bottom: -4px;
}
.arrow-img {
  width: 100px;
  margin-right: -130px;
}
.top-header {
  background: #efefef;
  padding: 7px 20px 5px;
}
.top-header-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.top-header-box ul {
  display: flex;
  gap: 15px;
}
.top-header-box img {
  width: 30px;
}
.login-btn {
  padding: 5px 15px;
  border-radius: 20px;
  background: #fff;
  border: 2px solid #d0d0d0;
  text-decoration: none;
  color: #202020;
}
    .login-btn:hover {
        background: #F3987A;
        border: 2px solid #F3987A;
        color: #fff;
    }
.login-btn img {
  float: left;
  width: 15px;
  margin-right: 10px;
}
.sticky-content {
    position: sticky;
    top: 0;
    z-index: 999;
    background: #fff;
}
header {
  position: relative;
  z-index: 99999;
  margin: auto;
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 0;
}

.logo img {
    width: 90px;
}
.sticky-content .logo img {
    width: 70px
}
.home-icon {
  width: 30px;
  margin-top: -3px;
}
.about-box {
  background: var(--bg-yellow);
  width: 80%;
  padding: 20px 0;
  border-radius: 0 20px 20px 0;
  margin-left: -20px;
  margin-top: -200px;
}
.about-spacer {
  margin: auto;
  max-width: 1200px;
  margin-left: 40px;
}
.about-box p {
  padding-right: 300px;
  font-size: 16px;
  line-height: 28px;
}
.about-flex {
  display: flex;
  gap: 50px;
  margin-top: 50px;
}
.about-flex h3 {
  color: #000;
  margin-bottom: 20px;
}
.about-flex p {
  font-size: 16px;
  line-height: 27px;
}
.about-content {
  flex: 3;
}
.about-img {
  width: 480px;
  margin-top: -30px;
}
.intervention-box {
  padding: 20px 20px 0;
  border: 1px solid #e89a7e;
  margin-top: 40px;
}
.intervention-box h3 {
  text-align: center;
  color: #000;
  margin-bottom: 30px;
}
.intervention-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.intervention-flex2 {
  margin: auto;
  width: 80%;
  display: flex;
  justify-content: space-between;
  text-align: center;
  margin-bottom: 20px;
  margin-top: -90px;
}
.intervention-flex3 {
    display: flex;
    margin: auto;
    justify-content: space-between;
    text-align: center;
    gap: 30px;
    margin-top: 0px;
}
.inter-round-bord-1, .inter-round-bord-2, .inter-round-bord-3, .inter-round-bord-4, .inter-round-bord-5 {
    padding: 10px;
    border-radius: 100%;
    width: 190px;
    height: 190px;
}
.inter-round-bord-1 {
    border: 3px solid #F3987A;
}
.inter-round-bord-2 {
    border: 3px solid #704368;
}
.inter-round-bord-3 {
    border: 3px solid #704368;
}
.inter-round-bord-4 {
    border: 3px solid #F3987A;
}
.inter-round-bord-5 {
    border: 3px solid #F3987A;
}
.intervention-point {
    padding: 20px;
    height: 150px;
    position: relative;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.inter-bg1 {
    background: #E1FFF8;
    background: #F4F4F4;
}
.inter-bg2 {
    background: #FFEAE4;
    background: #F4F4F4;
}
.inter-bg3 {
    background: #FFEEE1;
    background: #F4F4F4;
}
.inter-bg4 {
    background: #FFDBE3;
    background: #F4F4F4;
}
.inter-bg5 {
    background: #DEEFFF;
    background: #F4F4F4;
}
.intervention-icon {
    width: 70px;
}
.intervention-arrow {
  width: 35%;
  margin-bottom: -4px;
  margin-top: -40px
}
.intervention-box h4 {
  margin-bottom: 5px;
  margin-top: 6px;
  font-size: 19px;
}
.intervention-box p {
  color: #000;
}
.inter-link1, .inter-link2, .inter-link3, .inter-link4, .inter-link5 {
    position: absolute;
    z-index: 5;
    width: 28px;
    height: 28px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: 2px solid #fff;
    transition: all 0.2s ease-out;
}
.intervention-point:hover .inter-link1, .intervention-point:hover .inter-link2, .intervention-point:hover .inter-link3, .intervention-point:hover .inter-link4, .intervention-point:hover .inter-link5 {
    width: 34px;
    height: 34px;
}
.inter-link1 {
    bottom: -22px;
    background: #F3987A;
}
.inter-link2 {
    right: -22px;
    background: #704368;
}
.inter-link3 {
    left: -22px;
    background: #704368;
}
.inter-link4 {
    right: -22px;
    background: #F3987A;
}
.inter-link5 {
    left: -22px;
    background: #F3987A;
}
.svg-link {
    fill: #fff;
    width: 15px
}
.gfm-content,
.gfc-center,
.converge-content,
.awareness-content,
.system-content {
    position: absolute;
    background: #F4F4F4;
    border-radius: 10px;
    padding: 10px;
    opacity: 0;
    visibility: hidden;
    transition: bottom 0.5s, top 0.5s;
    vertical-align: bottom;
    z-index: 9
}
.gfm-content {
    top: 50px;
    width: 100%;
    height: 100px;
    border: 1px solid #F3987A;
}
.gfc-center {
    right: 0;
    top: -20px;
    width: 100%;
    height: 120px;
    border: 1px solid #704368;
}
.converge-content {
    left: 0;
    top: 20px;
    width: 100%;
    height: 150px;
    border: 1px solid #704368;
}
.awareness-content {
    right: 0;
    top: -20px;
    width: 100%;
    height: 120px;
    border: 1px solid #F3987A;
}
.system-content {
    left: 0;
    top: -20px;
    width: 100%;
    height: 120px;
    border: 1px solid #F3987A;
}
.intervention-point:hover .gfm-content,
.intervention-point:hover .gfc-center,
.intervention-point:hover .converge-content,
.intervention-point:hover .awareness-content,
.intervention-point:hover .system-content {
  visibility: visible;
  opacity: 1;
  bottom: 0px;
  top: 110px;
}
.intervention-point:hover .gfm-content {
  top: 210px;
}
.intervention-point:hover .gfc-center {
  top: 100px;
  right: -230px;
}
.intervention-point:hover .converge-content {
    top: 80px;
    left: -230px;
}
.intervention-point:hover .awareness-content {
    top: 80px;
    right: -230px;
}
.intervention-point:hover .system-content {
    top: 80px;
    left: -230px;
}
.page-banner {
  width: 100%;
  height: 280px;
  background: #006250;
  display: flex;
}
.intervention-bg,
.design-bg {
  flex-basis: 900px;
  height: 280px;
}
.intervention-bg {
  background: url("../images/intervention/intervention-banner.jpg") top left
    no-repeat;
}
.design-bg {
  background: url("../images/design/design-banner.jpg") top left no-repeat;
}
.banner-title {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-title h2 {
  color: #fff;
  text-align: center;
  font-weight: 600;
  font-size: 35px;
}
.semi-title {
  color: #f59678;
  font-size: 28px;
}
.gtm-design {
    background: var(--bg-orange);
    background: #F6F7FB;
    padding: 30px 0 30px;
}
.map-content {
    padding: 0 20px;
    display: flex;
    gap: 20px
}
.design-box {
    display: flex;
    flex-direction: column;
    flex-basis: 300px !important;
    height: 60px;
    gap: 20px;
}
.map-box {
    flex-basis: 950px;
}
.design {
    flex: 1;
    padding: 10px 10px 10px 20px;
    border-radius: 20px;
    text-align: left;
    color: #fff;
    cursor: pointer;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}
.ds-arrow {
  position: absolute;
  right: -155px;
  top: 30px;
  width: 100%;
  text-align: center;
  display: none;
  transform: rotate(270deg)
}
.arrow-down {
  width: 25px !important;
}
.ds-active .ds-arrow {
  display: block;
}
.design h3 {
  font-size: 20px;
  margin-top: 5px;
  line-height: 27px;
}
.design img {
  width: 100px;
}
.design-details {
  background: #fff;
  border-radius: 10px;
  padding: 10px;
  display: none;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.limit-size {
  font-size: 15px;
  font-weight: normal;
}
.phase-data {
  display: flex;
  gap: 20px;
}
.phase {
  flex: 1;
  padding: 10px;
  background: #ede4fe;
  border-radius: 10px;
}
.phase span {
  font-weight: bold;
  font-size: 22px
}
.session-map-data {
  display: flex;
  gap: 50px;
  margin-top: 20px;
}
.state-map {
  flex: 2;
}
.focused {
  flex: 1;
}
.round-data {
  padding: 10px;
  background: #fff;

  border-radius: 20px;
}
.bord-1 {
    border: 2px solid #FFCA8A;
}
.bord-2 {
    border: 2px solid #FFC000;
}
.bord-3 {
    border: 2px solid #DF7221;
}
.bord-4 {
    border: 2px solid #C04F15;
}
.bord-5 {
    border: 2px solid #78206E;
}
.round-design {
  padding: 20px;
  border-radius: 10px;
}
.fy-bg-1 {
    background: #FFEBD3;
}
.fy-bg-2 {
    background: #FFF0C4;
}
.fy-bg-3 {
    background: #FFE9D8;
}
.fy-bg-4 {
    background: #FFE3D5;
}
.fy-bg-5 {
    background: #FFE1FB;
}
.round-design h3 {
  color: #552e52;
}
.round-design p {
  margin: 13px 0;
}
.round-design span {
  font-weight: bold;
}
.act-data {
  display: block;
}
.team-handle {
  padding: 40px 0;
}
    .team-handle h1 {
        font-size: 40px;
        margin-bottom: 10px;
        margin-top: 0px;
        color: #704368
    }
.our-team {
    margin: auto;
    max-width: 1000px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-top: 30px;
}
.team-box {
  flex-basis: 28%;
  text-align: left;
  margin-bottom: 20px;
}
.box-bg {
  background: #fff;
  border-radius: 10px;
  padding: 10px;
}
.team-box img {
  width: 100%;
}
.team-box h3 {
    font-size: 18px;
    color: #F3987A;
    margin: 10px 0 6px;
    font-weight: 500;
}
.team-box h4 {
  color: #595959;
  font-style: italic;
  margin-top: 0px;
  font-size: 14px;
}
.partner-box {
  background: #f7f7f1;
}
.partner-list {
  margin: auto;
  max-width: 1200px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 30px;
}
.partner-logo {
  background: #fff;
  flex-basis: 23%;
  text-align: center;
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
    .partner-logo img {
        width: 100px;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
    }
    .partner-logo:hover img {
        transform: scale(1.1);
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
    }
.manage-contact {
  margin: auto;
  max-width: 1100px;
  padding: 50px 0;
  display: flex;
  gap: 40px;
  align-items: center;
}
.contact-details {
  flex: 1;
}
.contact-details h2 {
  font-size: 30px;
  margin-bottom: 20px;
  color: #006250;
}
.contact-details p {
  margin: 0 0 15px;
}
.address-box {
    padding: 10px 20px;
    background: #F5F5F5;
    margin-bottom: 20px;
}
    .address-box h4 {
        margin-bottom: 15px;
        color: #2C5377;
        font-size: 21px;
    }
    .main-page-banner {
        width: 100%;
        height: 500px;
    }
.program-banner {
    background-image: url(../images/pages-banner/program-banner.jpg);
    background-position: top center;
    background-size: cover;
}
.team-banner {
    background-image: url(../images/pages-banner/team-banner.jpg);
    background-position: top center;
    background-size: cover;
}
.economic-banner {
    background-image: url(../images/pages-banner/economic-empower-banner.jpg);
    background-position: top center;
    background-size: cover;
}
.support-banner {
    background-image: url(../images/pages-banner/support-banner.jpg);
    background-position: top center;
    background-size: cover;
}
.aware-educate-banner {
    background-image: url(../images/pages-banner/aware-educate-banner.jpg);
    background-position: top center;
    background-size: cover;
}
.about-banner {
    background-image: url(../images/pages-banner/about-gtm.jpg);
    background-position: top center;
    background-size: cover;
}
.gfc-banner {
    background-image: url(../images/pages-banner/gfc-banner.jpg);
    background-position: top center;
    background-size: cover;
}
.intervention-banner {
    background-image: url(../images/pages-banner/intervention-bg.jpg);
    background-position: top center;
    background-size: cover;
}
.design-banner {
    background-image: url(../images/pages-banner/gtm-design.jpg);
    background-position: top center;
    background-size: cover;
}
.gslp-banner {
    background-image: url(../images/pages-banner/gslp-banner.jpg);
    background-position: top center;
    background-size: cover;
}
.gfm-banner {
  background-image: url(../images/pages-banner/gfm-banner.jpg);
  background-position: top center;
  background-size: cover;
}
.sac-banner {
    background-image: url(../images/pages-banner/sac-banner.jpg);
    background-position: top center;
    background-size: cover;
}
.convergence-banner {
  background-image: url(../images/convergence-banner.jpg);
  background-position: top center;
  background-size: cover;
}
.banner-box {
  margin: auto;
  max-width: 1200px;
  position: relative;
  height: 450px;
}
.banner-text {
  max-width: 550px;
  position: absolute;
  bottom: 20px;
  padding: 25px 25px 15px;
  /*margin-top: -20px;*/
  background: rgba(255, 255, 255, 0.9);
}
.banner-text h1 {
  font-size: 30px;
  margin-bottom: 10px;
  margin-top: 0;
}
.banner-text p {
  font-size: 18px;
  line-height: 28px;
}
.components {
  margin: auto;
  max-width: 1200px;
  padding: 20px 0 50px;
}

.components p,
.component-bg p {
  font-size: 16px;
  margin: 15px 0;
}
.component-bg {
  padding: 40px 20px;
  background: #eef7fc;
}
    .component-bg h2 {
        margin-bottom: 50px;
        margin-left: -20px;
        margin-top: -60px;
        color: #013A40;
        text-align: center
    }
    .component-bg h2 span {
        font-size: 25px;
        margin-bottom: 20px;
        background: #DAF5F8;
        border: 1px solid #013A40;
        padding: 20px 40px;
        border-radius: 40px;
    }

.module-list {
  display: flex;
  gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  color: #fff;
}
.bg-box-1,
.bg-box-2,
.bg-box-3,
.bg-box-4 {
    flex: 1;
    position: relative;
}
.bg-box-1 h3,
.bg-box-2 h3,
.bg-box-3 h3,
.bg-box-4 h3 {
  text-align: center;
  padding: 12px 0;
  border-bottom: 2px solid #fff;
  font-size: 19px;  
}
.bg-box-1 {
  background: #006250;
}
.bg-box-2 {
  background: #f56e00;
}
.bg-box-3 {
  background: #3795eb;
}
.bg-box-4 {
  background: #f59678;
}
.gslp-bg {
    opacity: 0;
    visibility: hidden;
    transition: bottom 0.5s, top 0.5s;
    vertical-align: bottom;
    position: absolute;
    width: 100%;
    height: 92%;
    top: 0px;
    left: 0;
    z-index: 9999999;
}
    .gslp-bg ul {
        padding: 20px;
    }
.bg-box-1:hover .gslp-bg {
    visibility: visible;
    opacity: 1;
    bottom: 0px;
    top: 40px;
    /*background: #006250;*/
    background: rgba(0, 98, 80, 0.94)
}
.bg-box-2:hover .gslp-bg {
    visibility: visible;
    opacity: 1;
    bottom: 0px;
    top: 40px;
    /*background: #F56E00;*/
    background: rgba(245, 110, 0, 0.94)
}
.bg-box-3:hover .gslp-bg {
    visibility: visible;
    opacity: 1;
    bottom: 0px;
    top: 40px;
    /*background: #3795EB;*/
    background: rgba(55, 149, 235, 0.94)
}
.bg-box-4:hover .gslp-bg {
    visibility: visible;
    opacity: 1;
    bottom: 0px;
    top: 40px;
    background: rgba(245, 150, 120, 0.94)
}
.gslp-bg li {
    padding: 5px 0;
    font-size: 14px;
    line-height: 23px;
}
.dot-icon {
  width: 17px;
  float: left;
  margin: 3px 10px 10px 0;
}
.dot-icons {
    width: 30px;
    float: left;
    margin: -2px 0px 10px 0;
}
.module-access-btn {
    width: 240px;
    display: block;
    padding: 13px 10px;
    margin-left: 12px;
    margin-right: 12px;
    text-align: center;
    color: #fff;
    border-radius: 6px;
    margin-top: 15px;
    background: #191919;
    text-decoration: none;
}
.gslp-bg a {
  text-decoration: none;
}
.module-access-btn:hover .arrow-right-solid {
  transform: rotate(145deg);
}
.arrow-right-solid {
  width: 15px;
  transform: rotate(125deg);
}
.img-zoom {
  overflow: hidden;
}
    .img-zoom .module-front, .img-zoom .event-img {
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
    }
    .bg-box-1:hover .module-front,
    .bg-box-2:hover .module-front,
    .bg-box-3:hover .module-front,
    .bg-box-4:hover .module-front,
    .img-zoom:hover .event-img {
        transform: scale(1.1);
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
    }
.gfm {
  float: right;
  width: 60%;
  margin-left: 30px;
}
.program-structure {
  margin: auto;
  max-width: 1200px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 0;
  gap: 50px;
}
.program-title {
  flex: 2;
}
.program-list {
  flex: 3;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.list-1 {
  border-radius: 15px;
  padding: 15px 15px 10px;
}
.list-1 img {
  width: 55px;
  background: #a6a6a6;
  padding: 14px;
  border-radius: 100%;
  float: left;
  margin-left: -50px;
  margin-right: 20px;
  margin-bottom: 20px;
  margin-top: 0px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.list-1 h3 {
  margin-bottom: 6px;
  font-size: 20px;
}
.list-1 p {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 0px;
}
.bgr1 {
    background: #F3987A;
    margin-left: -30px;
}
.bgr2 {
    background: #ffeebb;
}
.bgr3 {
    background: #ffeebb;
}
.bgr4 {
    background: #F3987A;
    margin-left: -30px;
}
.bgr1:hover img,
.bgr2:hover img,
.bgr3:hover img,
.bgr4:hover img {
  transform: scale(1.06);
  -moz-transform: scale(1.06);
  -webkit-transform: scale(1.06);
  -o-transform: scale(1.06);
  -ms-transform: scale(1.06); /* IE 9 */
}
.title-design {
  height: 300px;
  width: 300px;
  background: #fff;
  border: 5px solid #704368;
  text-align: center;
  border-radius: 100%;
  padding: 20px;
  position: relative;
}
.round-box {
  background: #704368;
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
.round-box h2 {
  color: #fff;
  padding-top: 110px;
}
.line1,
.line2,
.line3,
.line4 {
    width: 130px;
    height: 3px;
    background: #704368;
    position: absolute;
    right: -75px;
}
.line1 {
  transform: rotate(155deg);
}
.line2 {
  width: 120px;
  transform: rotate(175deg);
  top: 100px;
  right: -110px;
}
.line3 {
  width: 120px;
  transform: rotate(200deg);
  top: 200px;
  right: -117px;
}
.line4 {
  transform: rotate(215deg);
  top: 310px;
  right: -85px;
}
.sac {
  margin: auto;
  max-width: 1200px;
  display: flex;
  gap: 70px;
  align-items: center;
  padding: 50px 0;
}
.sac-graph {
    flex: 1;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
    .sac-graph h2 {
        color: #704368
    }
    .sac-graph:hover {
        transform: scale(1.06);
        -moz-transform: scale(1.06);
        -webkit-transform: scale(1.06);
        -o-transform: scale(1.06);
        -ms-transform: scale(1.06); /* IE 9 */
    }
    .sac-graph img {
        width: 100%;
    }
.sac-content {
  flex: 1;
}
.meeting-frequency {
    margin-top: 30px;
    text-align: center;
    padding: 20px;
    background: #FFE8D8;
    /*border: 2px solid #1EA5AC;*/
    border-radius: 20px;
}
    .meeting-frequency span {
        background: #fff;
        padding: 12px 20px;
        font-size: 18px;
        font-weight: bold;
        color: #FF7F2A;
    }
    .meeting-frequency h3 {
        font-size: 20px;
    }
    .sac-content p {
        margin: 20px 0;
        line-height: 25px;
        font-size: 15px;
    }
.content-design {
  padding: 5px 20px 5px 70px;
  background: #bdefbd;
  border-radius: 120px 0 0 120px;
}
.content-design-2 {
  padding: 5px 20px 5px 70px;
  background: #a5c2e5;
  margin: 20px 0 0 60px;
  border-radius: 120px 0 0 120px;
}
.content-design-3 {
  padding: 5px 20px 5px 70px;
  background: #fbd4d7;
  border-radius: 120px 0 0 120px;
  margin: 20px 0 0 0px;
  
}
.content-design-4 {
  padding: 15px 20px 5px 40px;
  /*background: #bdefbd;
  border-radius: 120px 0 0 120px;*/
}
.content-design-5 {
  padding: 5px 20px 5px 40px;
  background: #efefef;
  /*border-radius: 0px 120px 120px 0px;*/
  margin-top: 20px;
  margin-bottom: 20px;
}

.titler {
    text-align: center;
    margin-bottom: 20px;
}
.convergence-2 {
    margin: auto;
    max-width: 1180px;
    display: flex;
    gap: 40px;
    align-items: center;
}
.converge p {
    font-size: 18px;
    line-height: 28px
}
.converge2 {
    padding: 10px;
    border: 2px solid #FCCCBC;
    border-radius: 20px
}
.content-manage {
    border-radius: 20px;
    background: #F3987A;
    padding: 20px;
}
    .content-manage p {
        color: #fff;
    }
    .convergence {
        margin: auto;
        max-width: 900px;
        padding: 0px 0 50px;
        margin-top: 10px;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
    }
    .convergence:hover {
        transform: scale(1.1);
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
    }
.women-economic-empowerment {
  padding: 20px 0 50px 0;
  margin: auto;
  max-width: 1200px;
  text-align: center;
}
.women-economic-empowerment h1 {
  margin: 0px 0 20px;
  font-size: 36px;
  color: #704368
}
.goal-bg {
  margin: auto;
  max-width: 604px;
  height: 170px;
  background: url("../images/wee-goal.png") top center no-repeat;
}
.goal-bg h2 {
  padding-top: 50px;
  color: #a05800;
}
.goal-list {
  display: flex;
  max-width: 700px;
  margin: auto;
  gap: 20px;
}
.goal-box {
  flex: 1;
  margin-top: -50px;
}
.goal-box h3 {
  color: #fff;
  font-size: 17px;
}
.bg-round1,
.bg-round2,
.bg-round3 {
  display: block;
  margin: auto;
  margin-bottom: 20px;
  width: 140px;
  height: 140px;
  border-radius: 100%;
  padding: 10px;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.bg-round1 {
    border: 3px solid #FF9071;
}
.bg-round2 {
  border: 3px solid #704368;
}
.bg-round3 {
    border: 3px solid #FF9071;
}
.goal-box:hover .bg-round1,
.goal-box:hover .bg-round2,
.goal-box:hover .bg-round3 {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.bg-round1 span,
.bg-round2 span,
.bg-round3 span {
  display: block;
  border-radius: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.bg-round1 span {
    background: #FF9071;
}
.bg-round2 span {
  background: #704368;
}
.bg-round3 span {
    background: #FF9071;
}
.bg-grey {
  background: #fdf2e3;
}
.bg-greys {
    background: #F6F7FB;
    text-align: center;
}
.wee-status {
  margin: auto;
  max-width: 1200px;
}
.wee-status h3 {
  margin-bottom: 35px;
  margin-top: 30px;
  font-size: 20px;
}
.wee-semi-title {
    padding: 12px 20px;
    background: #fff;
    border-radius: 10px;
    color: #704368;
}
.status-data {
  display: flex;
  gap: 20px;
  margin-top: 20px;
  flex-wrap: wrap
}
.status-data p {
  background: #fff;
  padding: 25px 10px 10px;
  font-size: 14px;
  line-height: 20px;
  border-radius: 6px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  margin-top: -20px;
  min-height: 100px
}
.data-1,
.data-2,
.data-3,
.data-4,
.data-5,
.data-6,
.data-7 {
  flex: 1;
}

.status-data span {
  display: block;
  margin: auto;
  width: 90px;
  height: 66px;
  border-radius: 100%;
  color: #fff;
  font-size: 30px;
  border: 5px solid #fff;
  padding-top: 24px;
  position: relative;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.data-1 span {
  background: #f59678;
}
.data-2 span {
  background: #704368;
}
.data-3 span {
    background: #f59678;
}
.data-4 span {
    background: #704368;
}
.data-5 span {
    background: #f59678;
}
.data-6 span {
    background: #704368;
}
.data-7 span {
    background: #f59678;
}
.data-1:hover span,
.data-2:hover span,
.data-3:hover span,
.data-4:hover span,
.data-5:hover span,
.data-6:hover span,
.data-7:hover span {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.profit-investment {
  margin: auto;
  max-width: 1100px;
  display: flex;
  margin-top: 30px;
}
.profit,
.activity {
  flex: 1;
}
.activity {
  background: url(../images/activity-bg.png);
  border-radius: 20px;
  height: 260px;
  margin-top: 65px;
  margin-left: -70px;
  text-align: right;
}
.activity h3 {
  padding: 20px 20px 20px 0;
}
.activity p {
  padding: 0px 20px 20px 120px;
  font-size: 17px;
  line-height: 32px;
}
.entry {
  display: flex;
  gap: 20px;
  margin-top: 30px;
}
.entry-data {
  flex: 2;
}
.graphic-section {
  flex: 3;
  background: #f6f6f6;
}
.graphic-section img {
  width: 100%;
  padding-top: 40px;
}
.gender-facilitation-center {
  margin: auto;
  max-width: 1200px;
}
.gender-facilitation-center h1 {
  font-size: 35px;
  margin-bottom: 12px;
  color: #704368
}
.gender-facilitation-center h4 {
  font-size: 16px;
  font-weight: normal;
  font-style: italic;
  color: #3b3b3b;
  margin-bottom: 22px;
}
.gender-facilitation-center p {
  padding: 0 120px;
}
    .gender-facilitation-center h2 {
        margin: 30px 0 20px;
        color: #F3987A;
    }
.case-type {
  display: flex;
  margin: auto;
  max-width: 950px;
  gap: 20px;
  background: #fff;
  padding: 20px;
  border-radius: 20px;
}
.case {
  flex: 1;
}
    .case img {
        width: 100%;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
    }
    .case:hover img {
        transform: scale(1.1);
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
    }
    .gfc-service {
        margin: auto;
        max-width: 1200px;
        text-align: center;
        padding-bottom: 30px;
    }
.gfc-service h2 {
  margin-bottom: 32px;
}
.gfc-list {
  display: flex;
  gap: 40px;
}
.gfc-list h3 {
  font-size: 18px;
  margin-top: 20px;
  background: #c5e0b4;
  border: 1px solid #718067;
  padding: 10px 10px;
  margin-bottom: 25px;
}

.gfc p {
  font-size: 14px;
  line-height: 22px;
}
.gfc {
  flex: 1;
  position: relative;
}
.gfc img {
  width: 80%;
}
.gfc-bg {
  background: #f2f2f2;
}
.gfc-center {
  margin: auto;
  max-width: 1200px;
}
.gfc-center h2 {
  font-size: 30px;
  margin-bottom: 20px;
  color: #e4761e;
}
.gfc-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
}
.gfc-flex div {
  flex: 1;
}
.gfc-center p {
  margin: 12px 0;
}
.gfc-photo {
  width: 100%;
  border-radius: 10px;
}
.gfc-foundation {
  margin: auto;
  max-width: 1200px;
  display: flex;
  gap: 50px;
}
.gfc-function {
  flex: 2;
  text-align: center;
}
.gcrp-title {
    max-width: 312px
}
.gcrp-days {
    max-width: 360px
}
.gcrp-footer {
    max-width: 830px
}
.gfc-counter {
    flex: 1;
}
.gfc-details {
    padding: 10px;
    background: #fff;
    border: 2px solid #FCCCBC;
    border-radius: 20px;
}
.gfc-service-round {
    position: relative;
    margin: auto;
    width: 552px;
    height: 551px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.center-title {
    width: 308.77px;
    height: 309.68px
}
.round-box-1 {
    position: absolute;
    width: 294.15px;
    height: 224.83px;
    top: 0;
    left: 16px;
    cursor: pointer;
}
.round-box-2 {
    position: absolute;
    width: 262.64px;
    height: 241.17px;
    top: 0;
    right: 14px;
    cursor: pointer;
}
.round-box-3 {
    position: absolute;
    width: 187.8px;
    height: 306.48px;
    top: 191px;
    right: 1px;
    cursor: pointer;
}
.round-box-4 {
    position: absolute;
    width: 322.93px;
    height: 152.25px;
    bottom: 4px;
    right: 114px;
    cursor: pointer;
}
.round-box-5 {
    position: absolute;
    width: 183.22px;
    height: 320.64px;
    top: 175px;
    left: 4px;
    cursor: pointer;
}
.plus-1, .plus-2, .plus-3, .plus-4, .plus-5 {
    position: absolute;
    width: 30px;
    top: 0;
    left: 0px;
    z-index: 9;
    transition: all 0.2s ease-out;
}
.round-box-1:hover .plus-1, .round-box-2:hover .plus-2, .round-box-3:hover .plus-3, .round-box-4:hover .plus-4, .round-box-5:hover .plus-5 {
    width: 35px;
}
.plus-1 {
    top: 55px;
    left: 70px;
}
.plus-2 {
    top: 80px;
    left: 190px;
}
.plus-3 {
    top: 120px;
    left: 164px;
}
.plus-4 {
    top: 133px;
    left: 110px;
}
.plus-5 {
    top: 110px;
    left: -12px;
}
    .gfc-appear-1, .gfc-appear-2, .gfc-appear-3, .gfc-appear-4, .gfc-appear-5 {
        position: absolute;
        background: #F0F0F0;
        top: 100px;
        left: 0;
        padding: 10px;
        opacity: 0;
        visibility: hidden;
        transition: bottom 0.5s, top 0.5s;
        vertical-align: bottom;
        width: 250px;
        border-radius: 10px;
        border: 1px solid #E1E1E1
    }
.gfc-appear-1 {
    top: 100px;
    left: 0;
}
.gfc-appear-2 {
    top: 100px;
    left: 0;
}
.gfc-appear-3 {
    top: 100px;
    left: 0;
}
.gfc-appear-4 {
    top: 100px;
    left: 0;
}
.gfc-appear-5 {
    top: 100px;
    left: 0;
}
.round-box-1:hover .gfc-appear-1 {
    visibility: visible;
    opacity: 1;
    top: -20px;
    left: -290px;
}
.round-box-2:hover .gfc-appear-2 {
    visibility: visible;
    opacity: 1;
    top: -20px;
    left: 310px !important;
}
.round-box-3:hover .gfc-appear-3 {
    visibility: visible;
    opacity: 1;
    top: -20px;
    left: 220px !important;
}
.round-box-4:hover .gfc-appear-4 {
    visibility: visible;
    opacity: 1;
    top: -140px;
    left: -420px !important;
}
.round-box-5:hover .gfc-appear-5 {
    visibility: visible;
    opacity: 1;
    top: 0px;
    left: -290px !important;
}
.gfc-content h4 {
    font-size: 20px;
    margin-bottom: 12px;
}

.round-border {
    background: #F3987A;
    padding: 30px 40px;
    border-radius: 20px;
    height: 88%;
}
.round-border h2 {
  font-size: 28px;
  margin-bottom: 20px;
}
.gfc-reporting {
  background: #e8f3f5;
}
.modes-of-gfc-reporting {
  margin: auto;
  max-width: 1200px;
  display: flex;
  align-items: center;
  gap: 60px;
}
.reporting-list,
.case-management {
  flex: 1;
}
.case-list {
  padding: 15px;
  border-radius: 20px;
  margin: 20px 0;
  color: #fff;
  position: relative;
  font-size: 16px;
  line-height: 26px;
}
.case-bg1 {
    background: #F3987A;
    margin-left: 12px;
}

.case-bg2 {
    background: #704368;
    margin-left: 42px;
}
.case-bg3 {
    background: #F3987A;
    margin-left: 72px;
}
.case-bg1 span,
.case-bg2 span,
.case-bg3 span {
  width: 40px;
  height: 34px;
  text-align: center;
  border-radius: 100%;
  background: #fff;
  color: #000;
  font-size: 20px;
  font-weight: bold;
  padding-top: 6px;
  margin-right: 5px;
  margin-left: -30px;
  float: left;
}
.case-bg1 span {
    border: 2px solid #FF9071;
    margin-top: -7px;
}
.case-bg2 span {
  border: 2px solid #704368;
  margin-top: -7px;
}
.case-bg3 span {
    border: 2px solid #FF9071;
    margin-top: 2px;
}
.case-management {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
}
.case-management ul {
  margin-top: 20px;
}
.case-management li {
  padding: 8px 10px;
  border-bottom: 2px dashed #e8f3f5;
}
.case-management span {
  color: #00644f;
  font-weight: bold;
}
    .case-management img {
        float: left;
        max-width: 300px;
        border-radius: 10px;
        border: 8px solid #E4F0FF
    }
.bg-orissa-data {
  text-align: center;
  background-size: 15px 15px !important;
  background: repeating-linear-gradient(
    -45deg,
    #ccc,
    transparent 1px,
    transparent 0,
    transparent 51%
  );
}
    .bg-orissa-data h2 {
        margin-bottom: 40px;
        color: #704368
    }
        .bg-orissa-data h2 span {
            font-size: 19px;
            font-weight: normal;
            color: #F3987A;
        }
            .bg-orissa-data h2 span a {
                color: #F3987A;
                padding: 2px 2px;
                background: #F6F6F6
            }
            .gtm-orissa-data {
                display: flex;
                gap: 50px;
                max-width: 1200px;
                margin: auto;
                margin-top: 70px;
            }
.dat-box {
  flex: 1;
}
.dat-box h4 {
  margin-bottom: 25px;
  height: 45px;
  line-height: 25px;
}
.cl-percent {
  display: block;
  font-weight: 600;
  font-size: 85px;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.dat-box:hover .cl-percent {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.dat-box p {
  font-size: 15px;
  color: #333333;
  margin-top: 15px;
  line-height: 22px;
}
.clr-1 {
    color: #704368;
}
.clr-2 {
  color: #f59678;
}
.clr-3 {
    color: #704368;
}
.clr-4 {
    color: #F59678;
}
.gtm-orissa-content {
  margin: auto;
  max-width: 1200px;
  display: flex;
  gap: 60px;
  align-items: center;
  margin-top: 120px;
}
.gtm-orissa-pic {
  flex: 1;
}
.gtm-orissa-pic img {
  width: 100%;
}
.gtm-box-cont {
  flex: 2;
  display: flex;
  flex-direction: column;
  text-align: left;
}
.gtm-box-cont h3 {
  font-size: 20px;
  margin-bottom: 10px;
}
.dat-box2 {
  flex: 1;
  margin-top: 26px;
}
.dat-icon {
  width: 60px;
  float: left;
  margin-right: 20px;
  margin-bottom: 30px;
}
.program-content {
  display: flex;
  gap: 50px;
  margin-bottom: 40px;
  margin: auto;
  max-width: 1200px;
}
.left-content,
.right-content {
  flex: 1;
}
.tab-bg {
  background: var(--bg-orange);
  text-align: center;
}
    .tab-bg h1 {
        font-size: 36px;
        margin-bottom: 30px;
        color: #704368
    }
.tab-bg h2,
.seminar h2 {
  font-size: 23px;
  margin-bottom: 40px;
}
    .tab-bg h2 span,
    .seminar h2 span {
        padding: 10px 30px;
        background: #F3987A;
        color: #fff;
        border-radius: 20px;
    }
.seminar {
  text-align: center;
}
.seminar-data {
  margin: auto;
  max-width: 1200px;
  display: flex;
  gap: 50px;
  align-items: center;
  text-align: left;
}
.seminar-data1,
.seminar-data2 {
  flex: 1;
}
.seminar-data2 {
    flex: 1;
    padding: 10px;
    background: #fff;
    border: 2px solid #FCCCBC;
    border-radius: 20px;
}
.round-border h3,
.seminar-data1 h3 {
  font-size: 28px;
  margin-bottom: 20px;
}
.seminar-icon {
  float: left;
  width: 120px;
  margin-right: 30px;
}
.seminar-data1 p {
  font-size: 15px;
  line-height: 24px;
}
.semi-svg {
  width: 30px;
  float: left;
  margin: -8px 15px 0 0;
}
.preview-dropdown {
  text-align: left;
  display: block;
  border: 2px solid #dfdfdf;
  background: #fff;
  border-radius: 10px;
  text-align: left;
}

.preview-dropdown + .preview-dropdown {
  margin-top: 15px;
}

.dropdown__top {
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  align-items: center;
  color: #000000;
  font-weight: 600;
  padding: 20px;
  cursor: pointer;
}

    .dropdown__top::after {
        content: "+";
        transition: transform 0.5s ease;
        color: #F3987A;
        font-size: 30px;
    }

.open .dropdown__top::after {
  content: "-";
}

.dropdown__btm {
  box-sizing: border-box;
  padding: 0px 20px 20px 20px;
  display: none;
  color: #4d4d4d;
  line-height: 23px;
}
.econom-bg {
  background: #e7edf9;
  background: #fff;
}
.econom-bg h2 {
  font-size: 24px;
  text-align: center;
}
.economy-section {
  margin: auto;
  max-width: 1200px;
  display: flex;
  gap: 40px;
  align-items: center;
}
.economy-1 {
  flex: 2;
}
.economy-1 h3 {
  font-style: italic;
}
.economy-2 {
  flex: 1;
  padding: 7px;
  background: #fff;
  border: 2px solid #202020;
  border-radius: 20px;
}

.round-border-2 {
  background: #a8defa;
  padding: 20px 20px;
  border-radius: 20px;
  height: 88%;
}
.round-border-2 h3 {
    margin-bottom:20px
}
.counselling-process {
    margin: auto;
    max-width: 1100px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: space-between;
    gap: 2%;
    padding: 20px;
    background: #fff;
}
.process-1 {
  flex-basis: 21%;
  margin: 20px 0;
  position: relative;
}
.process-1 h4 {
  background: #fdf2e3;
  color: #444;
  padding: 10px;
  border-radius: 5px;
}
.process-1 h4 span {
  font-size: 15px;
  font-weight: normal;
}
.counselling-box {
  background: var(--bg-orange);
  text-align: center;
}
.counselling-box h2 {
  font-size: 24px;
  margin-bottom: 20px;
}
.counselling-box p {
  padding: 0 110px;
}
.counselling-icon {
    width: 90px;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.process-1:hover .counselling-icon {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}
.ar-rt {
    position: absolute;
    width: 60px;
    transform: rotate(180deg);
    top: 50px;
    right: -50px;
}
.ar-lt {
  position: absolute;
  width: 60px;
  top: 50px;
  right: -50px;
}
.rotate-left {
  position: absolute;
  left: -50px;
  top: 280px;
  width: 70px;
}
.rotate-right {
  position: absolute;
  right: -50px;
  top: 110px;
  width: 70px;
  transform: rotate(180deg);
}
.support-service {
  display: flex;
  margin: auto;
  max-width: 950px;
  margin-bottom: 40px;
  padding: 50px;
  background: #e9f7e8;
  border-radius: 20px;
  gap: 60px;
  align-items: center;
}
.support-box {
  flex: 1;
}
.support-content {
  flex: 2;
}
.support-service h3 {
  margin-bottom: 20px;
}
.design-stage {
  margin: auto;
  max-width: 1200px;
  display: flex;
  gap: 20px;
  position: relative;
  text-align: center;
  margin-top: 40px;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.stage-1, .web-view {
  flex: 1;
  position: relative;
}

.triangle-left, .triangle-right, .triangle-right2, .triangle-right3, .triangle-right4, .triangle-right5 {
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    position: absolute;
}
.triangle-left {
    border-left: 20px solid #fff;
    left: -12px;
    top: 11px;
}
.triangle-right {
    border-left: 20px solid #F59678;
    right: -8px;
    top: 11px;
}
.triangle-right2 {
    border-left: 20px solid #704368;
    right: -8px;
    top: 11px;
}
.triangle-right3 {
    border-left: 20px solid #005A45;
    right: -8px;
    top: 11px;
}
.triangle-right4 {
    border-left: 20px solid #704368;
    right: -8px;
    top: 11px;
}
.triangle-right5 {
    border-left: 20px solid #AACE9A;
    right: -8px;
    top: 11px;
}
.title-stage-1, .title-stage-2, .title-stage-3, .title-stage-4, .title-stage-5 {
    padding: 12px 7px;
    font-size: 16px;
    font-weight: normal;
    border-radius: 5px;
    color: #fff;
    background: #F59678;
    margin: 0 2px;
    position: relative;
}
.title-stage-1 {
    background: #F59678;
}
.title-stage-2 {
    background: #704368;
}
.title-stage-3 {
    background: #F59678;
}
.title-stage-4 {
    background: #704368;
}
.title-stage-5 {
    background: #F59678;
}
.chart-arrow {
    position: absolute;
    width: 55px;
    top: 65px;
    right: -40px;
}
.state-icon {
  display: block;
  width: 80px;
  height: 80px;
  margin: auto;
  padding: 20px;
  border-radius: 100%;
  margin-bottom: 10px;
}
.bgr-1 {
  background: #f59678;
}
.bgr-2 {
  background: #704368;
}
.bgr-3 {
    background: #f59678;
}
.bgr-4 {
    background: #704368;
}
.bgr-5 {
    background: #f59678;
}
.state-icon img {
  width: 60px;
  padding-top: 10px;
}
.gtm-design-box {
  padding: 20px 20px 40px;
  background: #fff;
  margin: auto;
  max-width: 1200px;
  border-radius: 10px;
}
.gtm-design-box h3 {
  text-align: center;
  font-size: 18px;
}

.top-line-ht-1, .top-line-ht-2, .top-line-ht-3, .top-line-ht-4, .top-line-ht-5 {
    height: 80px;
    width: 1px;    
    margin: auto;
}
.info-icon, .info-icon2 {
    position: absolute;
    width: 25px;
    height: 22px;
    border-radius: 5px;
    padding-top: 3px
    /*background: #F0F1F3;*/
}
.info-icon {
    bottom: -35px;
    left: 45%
}
.info-icon2 {
    top: -35px;
    left: 45%
}
.svg-info {
    fill: #333;
    width: 6px;
}
.top-line-ht-1 {
    border-left: 3px dashed #f59678;
}
.top-line-ht-2 {
    border-left: 3px dashed #704368;
    margin-bottom: 10px;
}
.top-line-ht-3 {
    border-left: 3px dashed #F59678;
}
.top-line-ht-4 {
    border-left: 3px dashed #704368;
    margin-bottom: 10px;
}
.top-line-ht-5 {
    border-left: 3px dashed #F59678;
}
.dot-1, .dot-2, .dot-3, .dot-4, .dot-5 {
    width: 11px;
    height: 11px;
    display: block;
    border-radius: 100%;
    margin: auto;
}
.dot-1 {
    background: #F59678;
}
.dot-2 {
    background: #704368;
}
.dot-3 {
    background: #F59678;
}
.dot-4 {
    background: #704368;
}
.dot-5 {
    background: #F59678;
}
.sp-bot {
    margin-bottom: 10px;
    margin-top: 5px;
}
.sp-top {
    margin-top: 10px;
    margin-bottom: 5px;
}
.space-top {
    margin-top: 237px;
}
.stage-1-content {
    /*padding: 15px 15px 0;
    background: #e4e8ec;*/
    text-align: left;
}
    .stage-1-content h4 {
        font-size: 17px;
        margin-bottom: 12px;
        color: #F59678;
    }
.stage-1-content p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 15px;
}
.stage-1-content ul {
  margin-bottom: 12px;
}
.stage-1-content li {
  display: flex;
  padding: 7px 0;
  line-height: 20px;
  font-size: 14px;
}
.stage-1-content img {
  margin-left: -10px;
}
.outcome, .outcome2 {
    position: absolute;
    left: 0;
    top: 0px;
    opacity: 0;
    padding: 20px;
    visibility: hidden;
    transition: bottom 0.5s, top 0.5s;
    vertical-align: bottom;
    background: #e4e8ec;
    width: 100%;
    z-index: 9999
}

.stage-1:hover .outcome {
  visibility: visible;
  opacity: 1;
  bottom: 0px;
  top: -20px;
}
.stage-1:hover .outcome2 {
    visibility: visible;
    opacity: 1;
    bottom: 0px;
    top: -240px;
}
.objectives-list {
  margin: auto;
  max-width:1200px;
  margin-top: 40px;
  display: flex;
  gap: 20px;
  align-items: center;
}
.obj-title {
    flex: 2;
    display: flex;
    justify-content: space-evenly;
}
    .obj-title img {
        width: 111px;
        height: 11px;
        margin-top: 12px;
    }
    .obj-icon {
        flex: 1
    }
    .obj-icon img {
        width: 100%
    }
    .obj-content {
        flex: 3
    }
        .obj-content p {
            font-size: 18px
        }
        .obj-1 {
            padding: 10px 20px;
            border-radius: 10px;
            margin: 13px 0px 13px 30px;
            color: #fff;
        }
.obg-bg1 {
    background: #F3987A;
}
.obg-bg2 {
    background: #704368;
    margin-left: 60px
}
.obg-bg3 {
    background: #F3987A;
    margin-left: 60px
}
.obg-bg4 {
    background: #704368;
}
.partner-msg {
    margin: auto;
    max-width: 1000px;
    text-align: center;
    padding: 50px 20px;
}

    .partner-msg p {
        font-size: 17px;
        line-height: 28px;
    }

    .partner-msg h4 {
        color: #e53d2c;
        font-size: 20px;
        margin-bottom: 2px;
    }

.volunteer-form {
    padding: 40px 20px;
    background: #fff2f0;
}

.page-manage {
    margin: auto;
    max-width: 1100px;
    display: flex;
    gap: 40px;
}

.volunteer-enquiry {
    flex: 1;
    background: #fff;
    padding: 20px 0;
}
    .volunteer-enquiry h3 {
        font-size: 22px;
        margin-left: 20px;
        margin-bottom: 15px;
    }
    .volunteer-enquiry input[type="text"],
    .volunteer-enquiry textarea,
    .volunteer-enquiry select {
        width: 88%;
        margin: 11px 4%;
        padding: 16px 2%;
        font-size: 16px;
        border: 1px solid #e1e1e1;
        outline: none;
    }

.volunteer-msg {
    flex: 1;
}

    .volunteer-msg h4 {
        color: #E4761E;
        font-weight: bold;
        letter-spacing: 1;
        font-size: 18px;
        margin-bottom: 20px;
        margin-top: 20px
    }

        .volunteer-msg h4 span {
            border-bottom: 1px solid #E4761E;
        }

    .volunteer-msg p {
        color: #222;
        line-height: 25px;
        margin: 15px 0
    }

    .volunteer-msg ul {
        margin: 0px;
        padding: 0px;
    }

    .volunteer-msg li {
        list-style: circle;
        color: #222;
        line-height: 25px;
        margin-left: 20px;
        padding: 6px 0
    }

.contact-form input[type="submit"],
.volunteer-enquiry input[type="submit"] {
    background: #e53d2c;
    width: 90%;
    margin: 10px 4% 0px 4%;
    padding: 12px 1%;
    font-size: 16px;
    color: #fff;
    border: none;
    cursor: pointer;
}

    .contact-form input[type="submit"]:hover,
    .volunteer-enquiry input[type="submit"]:hover {
        background: #000;
    }

.volunteer-enquiry {
    flex: 1;
    background: #fff;
    padding: 20px 0;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

    .volunteer-enquiry input[type="text"],
    .volunteer-enquiry textarea,
    .volunteer-enquiry select {
        width: 88%;
        margin: 11px 4%;
        padding: 16px 2%;
        font-size: 16px;
        border: 1px solid #e1e1e1;
        outline: none;
    }
.contact-box {
    background: #fff;
    padding: 80px 60px;
    position: relative;
    display: flex;
    gap: 40px;
}

    .contact-box i {
        color: #af915f;
        margin-right: 14px;
        margin-bottom: 12px;
        float: left;
        margin-top: 6px;
    }

.contact-details h3 {
    margin-bottom: 30px;
    font-family: brandon-grotesque, sans-serif;
}

.cont-svg {
    width: 20px;
    margin-right: 9px;
    float: left;
    margin-top: 2px;
    fill: #E4761E;
}

.contact-details p {
    color: #52595e;
    padding: 7px 0;
}

.contact-details,
.contact-form {
    flex: 1;
}

.contact-form {
    background: #f5f5f5;
    padding: 30px 0;
    border-radius: 5px;
}

    .contact-form h3 {
        padding: 0 20px;
        font-weight: normal;
        margin-top: 0px;
        color: #2C5377
    }

    .contact-form input[type="text"],
    .contact-form textarea {
        width: 88%;
        margin: 8px 4%;
        padding: 9px 1%;
        font-size: 15px;
        border: 1px solid #ebebeb;
        outline: none;
    }

    .contact-form input[type="submit"],
    .volunteer-enquiry input[type="submit"] {
        background: #E4761E;
        width: 90%;
        margin: 10px 4% 0px 4%;
        padding: 12px 1%;
        font-size: 16px;
        color: #fff;
        border: none;
        cursor: pointer;
    }

        .contact-form input[type="submit"]:hover,
        .volunteer-enquiry input[type="submit"]:hover {
            background: #000;
        }
.sustain {
    display: flex;
    padding: 2px 20px;
    color: #fff;
    background: #E4761E;
    margin: -10px 0 0 0;
    text-align: center;
}

    .sustain h3 {
        font-weight: normal;
        flex: 1;
        font-size: 25px;
        margin: 30px 0
    }
.partner-msg {
    margin: auto;
    max-width: 1000px;
    text-align: center;
    padding: 50px 20px;
}

    .partner-msg p {
        font-size: 17px;
        line-height: 28px;
        margin: 14px 0
    }
.partnership-box {
    text-align: left !important;
    margin-bottom: 30px;
    padding: 0 0 0px 20px;
    border-left: 4px solid #DBDBDB;
}
.partnership-box h3 {
    color: #2A2A2A;
    margin-bottom: 15px;
}
.partner-msg h4 {
    color: #E4761E;
    font-size: 20px;
    margin-bottom: 2px;
}
.contact-bg {
    padding: 30px;
    background: #F7F7F1;
    margin-top: 30px
}
.donate-banner {
    padding: 50px 20px;
    background: url('../images/donate-bg.jpg') center center no-repeat;
    position: relative;
}
.donate-control {
    margin: auto;
    max-width: 1200px;
    display: flex;
    gap: 60px
}
.donate-content {
    flex: 1;
    padding: 30px 0;
}
    .donate-content h2 {
        color: #fff;
        margin-top: 65px;
        margin-bottom: 12px
    }
    .donate-content p {
        color: #fff;
        font-size: 15px;
    }
    .donate-details {
        flex: 1;
        background: linear-gradient(180deg, #FFFFFF 0%, #B4FFC4 127.37%);
        padding: 30px;
        border-radius: 10px;
        
    }
    .donate-details h3 {
        text-align: center;
        color: #0068C8;
        font-size: 19px;
        margin-top: 15px;
        font-weight: 400
    }
    .bank-logo {
        display: block;
        margin: auto;
        width: 170px
    }
.bank-details {
    padding: 30px 20px
}
.bank-details h2 {
    font-size: 22px;
    margin-bottom: 20px;
}
    .bank-details p {
        margin: 0px 0;
        font-size: 16px;
        padding: 12px 0;
        border-bottom: 1px solid #CADEFF
    }
.bank-details p span {
    float: right;
}
.donate-icon {
    width: 350px;
    position: absolute;
    bottom: 0px;
    left: 0
}
.donate-matter {
    margin: auto;
    max-width: 1024px;
    padding: 50px 20px;
    text-align: center;
}
    .donate-matter p {
        margin: 15px 0;
        font-size: 17px;
        color: #727272;
    }
.donate-highlight {
    display: flex;
}
.donate-high-content {
    flex: 2;
    background: #EDF7E8;
    padding: 30px 0 0 0;
}
.donate-top {
    margin: auto;
    width: 80%;
    padding-bottom: 40px
}
    .donate-top span {
        padding: 5px 12px;
        background: #FFDFC4;
        color: #E4761E;
        border-radius: 20px;
    }
    .donate-top h1 {
        font-size: 38px;
        margin-top: 25px;
        line-height: 40px;
        padding-right: 50px;
    }
    .donate-top p {
        padding: 20px 50px 30px 0;
        color: #464040;
    }
.donate-btn {
    padding: 9px 22px;
    font-size: 16px;
    background: #e4761e;
    color: #fff;
    border-radius: 20px;
    text-decoration: none;
}
.donate-data {
    display: flex;
    justify-content: space-evenly;
    gap: 20px;
    margin: auto;
    background: #006351;
    padding: 30px 0;
    color: #fff;
    text-align: center;
}
    .donate-data h3 {
        font-weight: 500;
        font-size: 27px;
    }
    .donate-data h4 {
        font-weight: normal;
        margin-top: 16px;
    }

    .donate-high-image {
        flex: 1;
        background: url('../images/1623826151885.jpg') top center;
        background-size: cover
    }
.donate-data-icon {
    width: 55px;
    display: block;
    margin: auto;
    margin-bottom: 12px;
}
.cool-number {
    background: #FFF2E2;
    padding-left: 20px;
    padding-right: 20px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    perspective: 1000px;
    flex-wrap: wrap
}

.cool-card {
    position: relative;
    flex: 1;
    padding: 30px;
    height: 250px;
    text-align: center;
    color: #ecf0f1;
    border-radius: 2px;
    transform-style: preserve-3d;
}
.flexes {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 70px;
    gap: 5px;
    color: #222222;
}
    .flexes h3 {
        margin-top: 30px !important
    }
    .cool-card h3 {
        font-size: 70px;
        font-weight: 700;
        color: #222;
        margin-bottom: 15px;
        margin-top: 40px
    }
        .cool-card h3 span {
            color: #e4761e
        }
        .cool-card p {
            font-size: 20px;
            line-height: 30px;
            color: #000;
            text-transform: uppercase;
            font-weight: 600;
            padding: 0 10px
        }
.face--back p {
    font-size: 14px;
    padding: 10px 20px 20px;
    font-weight: normal;
    text-transform: unset;
    line-height: 22px;
}
.cool-bg1 {
    color: #F3987A
}
.cool-bg2 {
    color: #F3987A
}
.cool-bg3 {
    color: #F3987A
}
.cool-bg4 {
    color: #F3987A
}
.cool-card img {
    width: 80px;
    margin-top: 10px;
}
.face {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    backface-visibility: hidden;
    transition: transform 0.5s ease-in-out;
}

.face--front {
    -webkit-box-shadow: 0 7px 15px rgba(0, 0, 0, .15);
    box-shadow: 0 7px 15px rgba(0, 0, 0, .15);
    -webkit-transform-style: preserve-3d;
    background: #fff;
}

.face--back {
    -webkit-box-shadow: 0 7px 15px rgba(0, 0, 0, .15);
    box-shadow: 0 7px 15px rgba(0, 0, 0, .15);
    -webkit-transform-style: preserve-3d;
    background: #fff;
    transform: rotateY(180deg);
}

.cool-card:hover .face--front {
    transform: rotateY(-180deg);
}

.cool-card:hover .face--back {
    transform: rotateY(0deg);
}
.video-transmodal-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999999;
    background: rgba(0, 90, 69, 0.7);
}
.video-modal {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
    margin-top: 20px;
    padding: 15px;
    background: #fff;
}
    .video-modal h2 {
        margin-bottom: 20px;
        text-align: center;
        font-size: 26px
    }
    .vide {
        width: 100%;
    }
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0px;
    height: 0;
    margin-top: 0px;
    overflow: hidden;
}
.close-icon {
    width: 26px;
    position: absolute;
    top: -10px;
    right: -10px;
    cursor: pointer
}
.model-hide {
    display: none
}
.gtm-video {
    background: #F6F7FB;
    padding: 0 20px
}
.manage-video {
    margin: auto;
    max-width: 900px;
    text-align: center;
}
.manage-video h3 {
    font-size: 30px;
    margin-bottom: 20px;
}
.doc-reports {
    margin: auto;
    max-width: 1024px;

}
    .doc-reports h2, .blog-section h1 {
        text-align: center;
        font-size: 33px;
        margin-bottom: 20px;
        color: #704368
    }
.doc-bg {
    background: #F6F7FB
}
.doc-table {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.doc-bg th {
    padding: 10px 12px;
    background: #6A4566;
    font-size: 16px;
    color: #fff
}
    .doc-bg td {
        padding: 10px 12px;
        background: #fff;
    }
.doc-download {
    width: 95px;
    padding: 5px 12px;
    border-radius: 5px;
    background: #F3987A;
    color: #fff;
    display: block;
    margin: auto;
    text-align: center;
    text-decoration: none
}
    .doc-download:hover {
        background: #3795eb
    }
    .doc-svg {
        float: left;
        width: 15px;
        fill: #fff;
        margin-right: 5px
    }
.blog-section {
    background: #F6F7FB
}
.blog-list {
    max-width: 1200px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px;
}
.blog-box {
    flex-basis: 31%;
    background: #fff;
    box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
    padding: 0 0 20px;
    border-radius: 7px;
    text-decoration: none;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
    .blog-box:hover {
        transform: scale(1.05);
        -moz-transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -o-transform: scale(1.05);
        -ms-transform: scale(1.05);
    }
.blog-img {
    border-radius: 7px 7px 0 0;
}
.blog-box h2 {
    font-size: 22px;
    margin: 20px;
    color: #292A30
}
.blog-box:hover h2 {
    color: #F3987A
}
    .blog-box p {
        margin: 0 20px
    }
.blog-category {
    color: #704368
}
.blog-time {
    float: right;
    color: #5D5D5D
}
.svg-time {
    width: 15px;
    fill: #FFB87D;
    float: left;
    margin: 6px 7px 0 0;
}
.data-insight {
    padding-bottom: 30px;
}
.data-insight h2 {
    background: #FFF7C1;
    padding: 10px 0;
    text-align: center;
    margin-bottom: 20px;
}
.data-insight h3 {
    font-size: 22px;
    color: #333333;
    font-weight: normal;
    margin: 0 0 15px 20px
}
.data-insight-list {
    display: flex;
    gap: 20px;
    text-align: center;
    padding: 0 20px;
    margin-bottom: 20px
}
.data-insight-list h4 {
    margin-bottom: 15px;
    font-size: 14px
}
    .data-insight-list p {
        font-size: 30px;
        font-weight: bold;
    }
.insights {
    padding: 15px 8px;
    border-radius: 10px;
    flex: 1;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
    .insights:hover {
        transform: scale(1.05);
        -moz-transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -o-transform: scale(1.05);
        -ms-transform: scale(1.05);
    }
    .databg-1 {
        background: rgb(167,203,255);
        background: linear-gradient(82deg, rgba(167,203,255,1) 0%, rgba(188,228,253,1) 100%);
        color: #002C56;
    }
.databg-2 {
    background: rgb(156,233,154);
    background: linear-gradient(82deg, rgba(156,233,154,1) 0%, rgba(201,246,128,1) 100%);
    color: #015B25;
}
.databg-3 {
    background: rgb(255,134,132);
    background: linear-gradient(82deg, rgba(255,134,132,1) 0%, rgba(255,155,155,1) 100%);
    color: #5A050F;
}
.databg-4 {
    background: rgb(255,162,87);
    background: linear-gradient(82deg, rgba(255,162,87,1) 0%, rgba(254,187,133,1) 100%);
    color: #5F2B00;
}
.databg-5 {
    background: rgb(137,222,202);
    background: linear-gradient(82deg, rgba(137,222,202,1) 0%, rgba(178,255,237,1) 100%);
    color: #004434;
}
.databg-6 {
    background: rgb(181,181,181);
    background: linear-gradient(82deg, rgba(181,181,181,1) 0%, rgba(225,225,225,1) 100%);
    color: #121212;
}
.databg-7 {
    background: rgb(219,186,213);
    background: linear-gradient(82deg, rgba(219,186,213,1) 0%, rgba(246,208,239,1) 100%);
    color: #382234;
}
.insight-table {
    margin: auto;
    padding: 0 20px;
    margin-bottom: 20px
}
    .insight-table table {
        border-collapse: collapse;
    }
    .insight-table th, .insight-table td {
        border: 1px solid #BEBEBE;
    }
    .insight-table thead th {
        background: #AACFFF;
        color: #00214D;
        padding: 11px 10px;
        font-size: 18px;
        font-weight: normal;
    }
.tab-semi-title {
    background: #F1F1F1;
    color: #000;
    font-weight: bold;
    padding: 9px 10px;
    font-size: 14px;
}
.tab-semi-title2 {
    background: #fff;
    color: #333;
    padding: 9px 10px;
    font-size: 14px;
}
.case-studies-section {
    padding: 40px 20px;
}
.case-study-content {
    margin: auto;
    max-width: 950px
}
.case-banner {
    border-radius: 10px;
}
.case-study-content h1 {
    font-size: 33px;
    margin: 20px 0;
    text-align: center
}
.case-content p {
    font-size: 15px;
    color: #2C2B2A;
    margin: 20px 0
}
.case-matter-design {
    display: flex;
    gap: 30px;
}
    .case-matter-design img {
        width: 100%;
        margin-top: 25px
    }
    .matter1 {
        flex: 2
    }
.matter2 {
    flex: 1
}
.case-quote {
    position: relative;
    padding: 2px 20px;
    background: #F0C9D2;
    border-radius: 10px
}
.img-round {
    border-radius: 10px;
    margin-bottom: 20px;
}
.quote-icon {
    position: absolute;
    width: 30px;
    left: -16px;
    top: -35px;
}
.quote-bg-1 {
    background: #C0BFE7
}
.quote-bg-2 {
    background: #FAECD9
}
.quote-bg-3 {
    background: #E3EEDE
}
.quote-righter {
    display: block;
    text-align: right;
    font-weight: bold;
    margin-bottom: 12px;
}
.breaker {
    display: block;
    clear: both;
    height: 20px;
}
.date-time {
    margin-bottom: 20px;
}
.blog-date-time {
    color: #888;
    font-size: 14px;
    margin-right: 12px;
}
    .blog-date-time svg {
        fill: #888888;
        width: 14px;
        margin-right: 3px;
        vertical-align: middle;
    }
.content-bg {
    background: url(../background.png);
}
article {
    display: block;
    text-align: left;
    max-width: 650px;
    margin: 0 auto;
    padding: 50px 20px;
}

    article h1 {
        font-size: 40px;
        margin-bottom: 20px
    }

.under-logo {
    max-width: 120px;
    padding: 10px;
    background: #fff;
    border-radius: 5px;
}
article p {
    margin: 10px 0
}
article .high {
    color: #e53d2c;
    font-size: 22px;
    font-weight: bold;
}
.event-section {
    padding: 40px 20px;
    background: #EDEDED;
}
.event-section h1 {
    text-align: center;
    font-size: 40px;
    margin-bottom: 40px
}
    .event-section h1 span {
        padding: 0px 50px;
        border-left: 3px solid #E4761E;
        border-right: 3px solid #E4761E;
    }
.event-list {
    margin: auto;
    max-width: 1200px;
    display: flex;
    gap: 20px;
}
.event-box {
    background: #fff;
    flex: 1;
    padding-bottom: 20px;
    text-decoration: none
}
    .event-box h4, .event-box h2, .event-box p, .event-box span {
        padding: 5px 20px
    }
.event-box h4 {
    color: #E4761E;
    margin-top: 10px
}
    .event-box h2 {
        font-size: 22px;
        color: #222;
        margin: 5px 0 5px
    }
    .event-box p {
        color: #555555;
        margin-bottom: 10px;
    }
.link-arrow {
    text-transform: uppercase;
    color: #E4761E;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 13px;
}
.link-arrow .svg-arrow-left {
    display: inline-block;
    transition: 0.1s ease-in;
}

.link-arrow:hover .svg-arrow-left {
    transform: translateX(40%);
}
.svg-arrow-left {
    width: 13px;
    margin-left: 5px;
    fill: #E4761E
}
.module-data {
    padding: 0px 20px 40px;
    background: #FDF2E3
}
    .module-data h1 {
        font-size: 50px;
        margin-bottom: 20px;
        margin-top: 0px;
        text-align: center;
        padding-top: 30px
    }
.module-section {
    max-width: 1200px;
    margin: auto;
    background: #fff;
    padding: 20px;
    display: none
}
.module-content {
    display: flex;
    align-items: center;
    gap: 70px;    
}
.mod-contentent-active {
    display: block !important;
}
.module-photo {
    flex: 1;
}
    .module-photo img {
        width: 90%
    }
    .module-box {
        flex: 2
    }

        .module-box h2 {
            font-size: 36px;
            margin-bottom: 20px;
            color: #F3987A;
            margin-top: 0px
        }
.module-box li {
    list-style: none;
    padding: 15px 0;
    font-size: 21px;
}
.module-poster, .module-poster2 {
    margin: auto;
    max-width: 1160px;
    padding: 20px;    
    background: #FFE6C7;
    margin-top: 40px;
    border-radius: 10px;
}
.module-poster2 {
    background: #F4F3F1;
}
    .module-poster h3 {
        font-size: 28px;
    }
.module-tabs {
    display: flex;
    margin: auto;
    max-width: 900px;
    gap: 8px;
}
    .module-tabs a {
        flex: 1;
        text-align: center;
        padding: 20px 0;
        font-size: 23px;
        background: #704368;
        color: #fff;
        text-decoration: none;
        border-radius: 5px 5px 0 0;
    }
        .module-tabs a:hover, .mod-current {
            background: #fff !important;
            color: #000 !important;
            font-weight: bold;
        }
.mob-view, .icon-mob {
    display: none
}
.sop-box {
    position: fixed;
    width: 130px;
    padding: 5px;
    background: #FC5A5C;
    text-align: center;
    left: 10px;
    bottom: 10px;
    z-index: 5
}

    .sop-box a {
        display: block;
        padding: 6px 10px;
        border: 2px solid #FFCCCC;
        color: #fff;
        font-size: 15px;
        text-decoration: none
    }

.svg-down {
    width: 16px;
    font-size: 14px;
    position: fixed;
    bottom: -5px;
    fill: #FC5A5C
}