html,
body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
li,
img,
hr,
label,
input {
  margin: 0 !important;
  padding: 0 !important;
}

.fb-page,
.fb-page span,
.fb-page span iframe[style] {
  min-width: 70% !important;
  -o-object-fit: cover;
     object-fit: cover;
}

button {
  outline: none !important;
}

ul li {
  list-style: none;
}

@font-face {
  font-family: Montserrat-Light;
  src: url(/fonts/Montserrat-Light.otf);
}
@font-face {
  font-family: Montserrat-Medium;
  src: url(/fonts/Montserrat-Medium.otf);
}
@font-face {
  font-family: Montserrat-Regular;
  src: url(/fonts/Montserrat-Regular.otf);
}
@font-face {
  font-family: Montserrat-SemiBold;
  src: url(/fonts/Montserrat-SemiBold.otf);
}
body {
  color: #244152 !important;
}

p {
  font-size: 18px !important;
  line-height: 25px !important;
  font-family: Montserrat-Regular !important;
}

.heading {
  font-family: Montserrat-Medium !important;
  line-height: 54px !important;
  font-size: 45px !important;
}

.text-medium {
  font-family: Montserrat-Medium !important;
  line-height: 17px !important;
  font-size: 14px !important;
}

.font-primary-light {
  font-family: Montserrat-Light !important;
}

.font-primary-medium {
  font-family: Montserrat-Medium !important;
}

.font-primary-regular {
  font-family: Montserrat-Regular !important;
}

.font-primary-semiBold {
  font-family: Montserrat-SemiBold !important;
}

.color-light {
  color: #caefce !important;
}

.color-primary {
  color: #33823e !important;
}

.color-secondary {
  color: #009866 !important;
}

.color-dark {
  color: #244152 !important;
}

.color-light-green {
  color: #6dcc7e !important;
}

.color-dark-grey {
  color: #58595b !important;
}

.light-bg {
  background: #caefce !important;
}

.white-bg {
  background: #fff !important;
}

.dark-bg {
  background: #244152 !important;
}

.light-grey-bg {
  background: #ededed !important;
}

.light-green-bg {
  background: #6dcc7e !important;
}

.primary-bg {
  background: #33823e;
}

.secondary-bg {
  background: #009866 !important;
}

.font-10 {
  font-size: 10px !important;
}

.font-12 {
  font-size: 12px !important;
}

.font-14 {
  font-size: 14px !important;
}

.font-16 {
  font-size: 16px !important;
}

.font-18 {
  font-size: 18px !important;
}

.font-20 {
  font-size: 20px !important;
}

.font-22 {
  font-size: 22px !important;
}

.font-26 {
  font-size: 26px !important;
}

.font-30 {
  font-size: 30px !important;
}

.font-32 {
  font-size: 32px !important;
}

.font-40 {
  font-size: 40px !important;
}

.font-45 {
  font-size: 45px !important;
}

.font-60 {
  font-size: 60px !important;
}

.w-90 {
  width: 90% !important;
}

.lh-14 {
  line-height: 14px !important;
}

.lh-16 {
  line-height: 16px !important;
}

.lh-20 {
  line-height: 20px !important;
}

.lh-30 {
  line-height: 30px !important;
}

.lh-25 {
  line-height: 25px !important;
}

.lh-45 {
  line-height: 45px !important;
}

.mt-6 {
  margin-top: 6rem !important;
}

.border-bottom-grey {
  border-bottom: 1px solid #ccc;
}

.height-50 {
  height: 50vh !important;
}

.height-60 {
  height: 60vh !important;
}

.height-75 {
  height: 75vh !important;
}

.height-100 {
  height: 100vh !important;
}

.wlc-text {
  font-size: 20px !important;
}

.wm-logo {
  top: 3%;
  left: 2%;
  width: 200px;
  cursor: pointer;
  overflow: hidden;
}

.local-bodies-list li {
  list-style: disc !important;
}

.img-wrapper {
  width: inherit;
}
.img-wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 300px;
}

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.width-inherit {
  width: inherit !important;
}

.radius-10 {
  border-radius: 10px !important;
}

.thank-you-wrapper {
  height: 50vh;
}

.contact-ribbon {
  position: fixed;
  right: -44px;
  top: 40%;
  z-index: 1900;
  transform: rotate(270deg);
}

.radius-20 {
  border-radius: 20px;
}

.radius-40 {
  border-radius: 40px;
}

.service-request .form-control {
  color: #fff !important;
}

.b-shadow {
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.5) !important;
}

.radius-right-10 {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.dark-divider {
  border-bottom: 1px solid #ccc;
  width: 84%;
  transform-origin: center;
  transform: scaleX(1);
  transition: all 0.4s;
}

.input-border {
  border: none;
  border-bottom: 1px solid #ccc;
}

.img-height-150 {
  height: 150px !important;
}

.img-height-200 {
  height: 200px !important;
}

.img-height-100 {
  height: 100px !important;
}

.img-height-50 {
  height: 50px !important;
}

.nav-placeholder {
  z-index: 1500;
  background: #fff;
  transition: all 0.5s;
}

#navbarSupportedContent {
  white-space: nowrap;
}

.banner-margin {
  margin-top: 170px;
}

.history .fa {
  -webkit-text-stroke: 8px #ededed !important;
}

.news-image {
  height: 300px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.form-control:focus {
  border-color: none;
  box-shadow: none;
}

.landing-wrapper {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background: #fffafa !important;
  min-height: 100vh;
}

.toggle-enabled,
.faq-toggler {
  cursor: pointer;
}

.home-icons-wrapper {
  height: 30vh !important;
}
.home-icons-wrapper img {
  height: 20vh !important;
  transition: all 0.5s;
}
.home-icons-wrapper img:hover {
  transform: scale(1.4, 1.4);
}

.navbar .navbar-brand img {
  height: 150px !important;
  transition: all 0.5s;
}
.navbar .navbar-brand .sticky-brand {
  height: 40px !important;
}
.navbar .navbar-toggler .menu-bar div {
  height: 2px;
  width: 30px;
  background: #ccc !important;
  margin: 2px 0;
  border-radius: 2px;
  transition: all 0.5s;
}
.navbar .navbar-toggler .menu-bar div:nth-child(1) {
  transform: rotate(45deg);
  transform-origin: 40% 90%;
}
.navbar .navbar-toggler .menu-bar div:nth-child(2) {
  opacity: 0;
}
.navbar .navbar-toggler .menu-bar div:nth-child(3) {
  width: 30px;
  transform: rotate(-45deg);
  transform-origin: 20% 20%;
}
.navbar .navbar-toggler.collapsed .menu-bar div:nth-child(1) {
  transform: rotate(0);
}
.navbar .navbar-toggler.collapsed .menu-bar div:nth-child(2) {
  opacity: 1;
}
.navbar .navbar-toggler.collapsed .menu-bar div:nth-child(3) {
  width: 20px;
  margin-left: auto;
  transform: rotate(0);
}
.navbar .navbar-toggler.collapsed .menu-bar:hover div:nth-child(3) {
  width: 30px;
  transition: all 0.5s;
}
.navbar .social-links li {
  display: inline-block;
  margin-left: 10px !important;
}
.navbar .social-links li a {
  color: #244152 !important;
  text-decoration: none;
}
.navbar .nav-link {
  padding: 10px 0 10px 0 !important;
  margin-right: 0;
  margin: 0.5rem;
  position: relative;
  text-transform: uppercase;
  font-family: Montserrat-Medium !important;
  font-size: 11px !important;
  color: #244152 !important;
}
.navbar .nav-link::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #6dcc7e !important;
  left: 0;
  bottom: 0;
  transform-origin: center;
  transform: scaleX(0);
  transition: all 0.4s;
}
.navbar .nav-link.active::after, .navbar .nav-link:hover::after {
  transform: scaleX(1);
}
.navbar .dropdown-menu .dropdown-item {
  font-family: Montserrat-Medium !important;
  font-size: 11px !important;
  color: #244152 !important;
  text-transform: uppercase;
  border-bottom: 1px solid #244152 !important;
}
.navbar .dropdown-menu .dropdown-item:hover, .navbar .dropdown-menu .dropdown-item.dropdown-active {
  color: #fff !important;
  background-color: #244152 !important;
}

.project-img-ratio-outer {
  position: relative;
  width: 100%;
  height: auto;
}
.project-img-ratio-outer:after {
  content: "";
  display: block;
  padding-bottom: 75%;
}
.project-img-ratio-outer .project-img-ratio-inner {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.home-card-wrapper {
  position: absolute;
  bottom: -25%;
}

.text-banner-1 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.banner-1 {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/new-banners/child-seggr.jpg);
  background-repeat: no-repeat;
  height: 100vh;
  background-size: cover !important;
}

.banner-2 {
  background: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url(../img/new-banners/we-are-unawasters.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
}

.banner-3 {
  background: url(../img/dummy/banner-3.png);
  background-size: 100%;
  background-position: 0% 70%;
  background-repeat: no-repeat;
  background-size: cover !important;
  height: 100vh;
}

.partner {
  width: 400px !important;
  height: 400px !important;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
}

.banner-4 {
  background: url(../img/dummy/banner-4.png);
  background-position: 0% 70%;
  background-repeat: no-repeat;
  background-size: cover !important;
  height: 80vh;
}

.footer {
  background: #1a1a1a !important;
}
.footer ul {
  padding: 0 10px !important;
  width: 100%;
}
.footer ul li {
  padding: 10px 8px !important;
}
.footer ul li a {
  color: #fff !important;
  text-transform: uppercase !important;
}

.bottom-bar {
  background: #000 !important;
  color: #fff !important;
}
.bottom-bar li {
  display: inline-block;
  padding: 0 5px !important;
}
.bottom-bar li a {
  color: #fff !important;
}

.about-banner-1 {
  height: 100vh;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/new-banners/about-us-1.jpg);
}

.founder-wrapper {
  position: relative;
  height: 300px;
  width: 300px;
}
.founder-wrapper .founder-text {
  height: inherit;
  transition: 0.5s;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.founder-wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
  height: inherit;
  opacity: 1;
  display: block;
  width: 100%;
}
.founder-wrapper:hover .founder-text {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.5);
  height: inherit;
  border-radius: 10px;
}

.rs-banner-1 {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../img/new-banners/Banner-Resources.jpeg);
  height: 70vh;
}
.rs-banner-1 .rs-doc-wrapper {
  top: 80%;
}

.col-md-2-5 {
  flex: 0 0 20%;
  max-width: 20%;
}

.segregation-wrapper {
  top: -16%;
}

.white-paper-wrapper {
  top: 78%;
}

.news-letter-wrapper {
  top: -50%;
}

.news-banner-1 {
  background: linear-gradient(rgba(0, 0, 0, 0.6)), url(../img/banners/news-banner.jpg);
  background-position-x: center;
  background-position-y: 20%;
  background-size: cover !important;
  background-repeat: no-repeat;
  height: 70vh;
}

.news-wrapper {
  top: 80%;
}

.contact-wrapper {
  top: 90%;
}

.z-5 {
  z-index: 5 !important;
}

.blog-banner-1 {
  background-size: cover !important;
  background: linear-gradient(rgba(0, 0, 0, 0.6)), url(../img/banners/Banner-Blog.JPG);
  background-position-x: center;
  height: 70vh;
}

.faq-banner-1 {
  background: linear-gradient(rgba(0, 0, 0, 0.6)), url(../img/new-banners/BannerFAQ.JPG);
  background-position-x: center;
  background-size: cover !important;
  height: 70vh;
}

.contact-banner-1 {
  background: linear-gradient(rgba(0, 0, 0, 0.6)), url(../img/banners/AboutUsBanner.jpeg);
  background-position: center;
  background-size: contain !important;
  height: 70vh;
}

.local-body-banner-1 {
  background: linear-gradient(rgba(0, 0, 0, 0.6)), url(../img/new-banners/BannerFAQ.JPG);
  background-position-x: center;
  background-size: cover !important;
  height: 70vh;
}

ol.carousel-indicators {
  margin-bottom: -40px !important;
}
ol.carousel-indicators li {
  width: 10px;
  height: 10px;
  margin: 5px !important;
  border-radius: 50%;
  border: 0;
  background: grey;
}
ol.carousel-indicators li.active {
  background: #33823e;
}

.partner-home-carousel .carousel-indicators {
  margin-bottom: -50px !important;
}
.partner-home-carousel img {
  height: 250px !important;
  width: 250px !important;
}

.service-wrapper {
  top: 80%;
}

.service-caro-image {
  height: 70vh !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.service-caro-image.twm {
  -o-object-position: 50% 0;
     object-position: 50% 0;
}

.srvices-caro-wrapper ol.carousel-indicators {
  top: 70%;
}
.srvices-caro-wrapper ol.carousel-indicators li {
  background: #fff !important;
}
.srvices-caro-wrapper ol.carousel-indicators li.active {
  background: #33823e !important;
}
.srvices-caro-wrapper .carousel-control-next {
  right: 0px;
}
.srvices-caro-wrapper .carousel-control-prev {
  left: 0px;
}

.input-border-light {
  border: none;
  background: none !important;
  border-bottom: 1px solid #ccc;
}

.vision-image {
  bottom: 0;
  height: 400px;
}

.navbar-wrapper {
  z-index: 1500;
  width: 100%;
  background: #fff !important;
}

p,
.light-grey-bg,
.fa,
div {
  animation: fadeAnimation 0.5s;
  transition: all 0.5s;
}

.dark-divider-animation {
  transform: scaleX(0);
}

.epr-service {
  border-bottom-left-radius: 215px;
  border-bottom-right-radius: 215px;
  border-top-right-radius: 40px;
  border-top-left-radius: 40px;
  height: 350px;
  width: 230px;
  margin-top: 100px !important;
}
.epr-service img {
  height: 200px;
  position: absolute;
  top: -40%;
  left: 50%;
  transform: translateX(-50%);
}

.curly-brace {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 16%;
  display: inline-block;
  text-align: center;
}
.curly-brace .brace {
  display: inline-flex;
}
.curly-brace .brace > div {
  width: 50px;
  height: 1px;
  background: black;
  margin: 20px 30px;
  position: relative;
}
.curly-brace .brace > div:before, .curly-brace .brace > div:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  border-top-left-radius: 200px;
  border: 1px solid black;
  border-right: none;
  border-bottom: none;
}
.curly-brace .brace > div:after {
  right: -30px;
}
.curly-brace .brace .right:after {
  transform: rotate(90deg);
  top: 0;
}
.curly-brace .brace .left:before {
  transform: rotate(0deg);
  top: 0px;
  left: -30px;
}
.curly-brace .brace .left:after {
  transform: rotate(180deg);
  top: -29px;
}
.curly-brace .brace .right:before {
  left: -30px;
  top: -29px;
  transform: rotate(-90deg);
}

.rounded-arrow {
  width: 60px;
  height: 50px;
}
.rounded-arrow .line {
  width: 2px;
  height: 50px;
  background: #000 !important;
  position: relative;
  margin: 40px auto;
}
.rounded-arrow .line .top,
.rounded-arrow .line .bottom {
  position: absolute;
  width: 30px;
  height: 30px;
  border-top-left-radius: 200px;
  border: 2px solid black;
  border-right: none;
  border-bottom: none;
}
.rounded-arrow .line .triangle {
  left: 37px;
  position: absolute;
  background-color: #6dcc7e;
  transform: rotate(30deg) skewX(-30deg) scale(1, 0.866);
}
.rounded-arrow .line .triangle:before, .rounded-arrow .line .triangle:after {
  content: "";
  position: absolute;
  background-color: inherit;
}
.rounded-arrow .line .triangle:before {
  transform: rotate(-135deg) skewX(-45deg) scale(1.414, 0.707) translate(0, -50%);
}
.rounded-arrow .line .triangle:after {
  transform: rotate(135deg) skewY(-45deg) scale(0.707, 1.414) translate(50%);
}
.rounded-arrow .line .triangle, .rounded-arrow .line .triangle:before, .rounded-arrow .line .triangle:after {
  width: 20px;
  height: 20px;
  border-top-right-radius: 30%;
}
.rounded-arrow.even .top {
  bottom: 100%;
}
.rounded-arrow.even .bottom {
  transform: rotate(180deg);
  left: -28px;
  top: 100%;
}
.rounded-arrow.even .triangle {
  top: -40px;
}
.rounded-arrow.odd .top {
  bottom: 100%;
  left: -28px;
  transform: rotate(90deg);
}
.rounded-arrow.odd .bottom {
  top: 100%;
  transform: rotate(-90deg);
}
.rounded-arrow.odd .triangle {
  bottom: -40px;
}

.srv-circle-wrapper {
  border-radius: 100%;
  background-image: linear-gradient(to bottom, #6dcc7e, #009866 100%);
  padding: 10px !important;
  width: 90px;
  height: 90px;
}
.srv-circle-wrapper .srv-circle {
  width: 70px;
  height: 70px;
  background: linear-gradient(to top, #6dcc7e 0%, #009866 100%);
  border-radius: 100%;
}

.owas-service-wrapper {
  height: 400px;
}
.owas-service-wrapper .owas-service-inner {
  width: 500px;
  height: 160px;
  border: 10px solid #ccc !important;
  padding: 20px !important;
  border-radius: 80px;
  position: relative;
}
.owas-service-wrapper .owas-service-inner .owas-service {
  position: absolute;
  z-index: 1000;
  width: 440px;
  height: 100px;
  border-radius: 60px;
  box-shadow: 38px 32px 34px -33px rgba(0, 0, 0, 0.72);
}
.owas-service-wrapper .owas-service-inner .owas-service p {
  padding-top: 2.1rem !important;
}
.owas-service-wrapper .owas-service-inner:after {
  content: "";
  height: 15px;
  width: 35%;
  position: absolute;
  top: 99%;
  left: 50%;
  transform: translateX(-50%);
  background: #fff !important;
}
.owas-service-wrapper .owas-service-inner .vertical-line {
  width: 2px;
  height: 80px;
  background: #ccc;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
}
.owas-service-wrapper .owas-service-inner .vertical-line:after, .owas-service-wrapper .owas-service-inner .vertical-line:before {
  content: "";
  height: 15px;
  width: 15px;
  border-radius: 50%;
  position: absolute;
  background: #6dcc7e !important;
  left: 50%;
  transform: translateX(-50%);
}
.owas-service-wrapper .owas-service-inner .vertical-line:before {
  top: 0%;
}
.owas-service-wrapper .owas-service-inner .vertical-line:after {
  top: 100%;
}
.owas-service-wrapper .owas-service-inner .vertical-line .image {
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translateX(-50%);
}
.owas-service-wrapper .owas-service-inner .rounded-line {
  position: absolute;
  z-index: 1000;
  width: 150px;
  height: 60px;
}
.owas-service-wrapper .owas-service-inner .rounded-line .inner-line {
  width: 100%;
  height: 2px;
  background: #ccc !important;
  position: relative;
  margin: 30px auto;
}
.owas-service-wrapper .owas-service-inner .rounded-line .inner-line .left,
.owas-service-wrapper .owas-service-inner .rounded-line .inner-line .right {
  position: absolute;
  width: 30px;
  height: 30px;
  border-top-left-radius: 200px;
  border: 2px solid #ccc !important;
  border-right: none !important;
  border-bottom: none !important;
}
.owas-service-wrapper .owas-service-inner .rounded-line .inner-line .left:after,
.owas-service-wrapper .owas-service-inner .rounded-line .inner-line .right:after {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  background: #caefce;
  border-radius: 50%;
  bottom: -50%;
  left: -25%;
}
.owas-service-wrapper .owas-service-inner .rounded-line .inner-line .image {
  position: absolute;
  top: 245%;
  left: -80px;
}
.owas-service-wrapper .owas-service-inner .rounded-line.first {
  top: 109%;
  right: 64%;
}
.owas-service-wrapper .owas-service-inner .rounded-line.first .left {
  right: 100%;
}
.owas-service-wrapper .owas-service-inner .rounded-line.first .right {
  transform: rotate(180deg);
  top: -28px;
  left: 100%;
}
.owas-service-wrapper .owas-service-inner .rounded-line.second {
  top: 109%;
  left: 64%;
}
.owas-service-wrapper .owas-service-inner .rounded-line.second .left {
  right: 100%;
  transform: rotate(270deg);
  top: -28px;
}
.owas-service-wrapper .owas-service-inner .rounded-line.second .right {
  transform: rotate(90deg);
  left: 100%;
}
.owas-service-wrapper .owas-service-inner .rounded-line.second .left:after,
.owas-service-wrapper .owas-service-inner .rounded-line.second .right:after {
  top: -25%;
  left: 100%;
  background: #33823e;
}
.owas-service-wrapper .owas-service-inner .rounded-line.second .image {
  position: absolute;
  top: 245%;
  left: 80%;
}

.isc {
  height: 550px;
}
.isc .isc-circle-wrapper {
  width: 350px;
  height: 350px;
  background: #fff;
  border: 10px solid #ededed;
  border-radius: 50%;
  padding: 30px;
  position: relative;
}
.isc .isc-circle-wrapper .isc-circle-outer {
  width: 270px;
  height: 270px;
  background-image: linear-gradient(to bottom, #ededed, rgba(237, 237, 237, 0.4) 100%);
  border-radius: 50%;
  padding: 30px;
}
.isc .isc-circle-wrapper .isc-circle-outer .isc-circle-inner {
  width: 210px;
  height: 210px;
  border-radius: 50%;
  background-image: linear-gradient(to bottom, #fff, #ededed 100%);
  box-shadow: 23px 23px 5px 0px rgba(0, 0, 0, 0.2);
  padding: 3px;
}
.isc .isc-circle-wrapper .isc-circle-outer .isc-circle-inner .isc-circle {
  width: 203px;
  height: 203px;
  border-radius: 50%;
  background-image: linear-gradient(to bottom, rgba(237, 237, 237, 0.5), #fff 100%);
}
.isc .isc-circle-wrapper .line {
  width: 7px;
  height: 100px;
  background: #6dcc7e;
  position: absolute;
}
.isc .isc-circle-wrapper .line:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  top: -1%;
  left: 50%;
  transform: translateX(-50%);
  background: #6dcc7e;
  box-shadow: 0px 6px 9px 0px rgba(158, 111, 111, 0.5);
}
.isc .isc-circle-wrapper .vertical-line {
  top: 100%;
  left: 50%;
}
.isc .isc-circle-wrapper .vertical-line .image {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translateX(-50%);
}
.isc .isc-circle-wrapper .left-line {
  top: 85%;
  transform: rotate(45deg);
  background: #58595b;
}
.isc .isc-circle-wrapper .left-line:before {
  background: #caefce;
}
.isc .isc-circle-wrapper .left-line .image {
  position: absolute;
  top: 30%;
  right: -1300%;
  transform: rotate(-45deg);
}
.isc .isc-circle-wrapper .right-line {
  top: 85%;
  left: 90%;
  transform: rotate(-45deg);
  background: #33823e;
}
.isc .isc-circle-wrapper .right-line .image {
  position: absolute;
  top: 30%;
  left: -1300%;
  transform: rotate(45deg);
}
.isc .isc-circle-wrapper .right-line:before {
  background: #33823e;
}

.twm-wrapper {
  height: 600px;
  position: relative;
}
.twm-wrapper .twm-arrow-wrapper .twm-circle {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  position: absolute;
  background: #6dcc7e;
}
.twm-wrapper .twm-arrow-wrapper .twm-circle:after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: radial-gradient(circle, rgb(255, 255, 255) 0%, #ededed 100%);
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.7);
}
.twm-wrapper .twm-arrow-wrapper .twm-circle .twm-arrow {
  width: 400px;
  height: 40px;
}

.push-contact {
  visibility: hidden;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.7);
  border-radius: 2px;
  background: #fff;
  position: fixed;
  z-index: 2000;
  right: 0;
  height: 100%;
  top: 0;
  overflow-y: auto;
}
.push-contact .close-btn {
  left: 5%;
  top: 5%;
  z-index: 2002;
}
.push-contact.show {
  visibility: visible;
  animation: fadein 0.7s;
}
.push-contact.remove {
  animation: fadeout 0.7s;
}

.dropdown > .dropdown-menu {
  top: 83% !important;
  transition: 0.4s all ease-in-out;
}

.dropdown:hover > .dropdown-menu {
  display: block;
  top: 100%;
}

.dropdown > .dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
  pointer-events: none;
}

@keyframes fadein {
  from {
    right: -33.3%;
    opacity: 0;
  }
  to {
    right: 0;
    opacity: 1;
  }
}
@keyframes fadeout {
  from {
    right: 0;
    opacity: 1;
  }
  to {
    bottom: -33.3%;
    opacity: 0;
  }
}
@keyframes fadeAnimation {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.arrow i {
  color: #33823e !important;
  transform: scale(2);
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    color: #fff;
    transform: scale(0.8);
  }
  100% {
    color: #33823e;
    transform: scale(1.6);
  }
  0% {
    color: #fff;
    transform: scale(0.8);
  }
}
[data-aos=appear] {
  opacity: 0;
  transition-property: opacity;
}
[data-aos=appear].aos-animate {
  opacity: 1;
}

.page-item {
  margin-bottom: 20px !important;
}
.page-item.active .page-link {
  color: #fff !important;
  background-color: #009866 !important;
  border-color: #009866 !important;
}

.page-link {
  color: #009866 !important;
}

.page-link:focus,
.btn:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.25) !important;
}

.carousel-control-next {
  right: -50px;
}

.carousel-control-prev {
  left: -50px;
}

.carousel-control-prev .carousel-control-next {
  opacity: 1 !important;
}

.testimonials-carousel ol.carousel-indicators {
  margin-bottom: -20px !important;
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
  border-color: none;
  box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.25) !important;
}

.services ul {
  list-style: none;
  padding: 0;
}
.services ul li {
  padding-left: 1.3em;
  padding-top: 5px !important;
  position: relative;
}
.services ul li:before {
  content: "\f0da";
  font-family: FontAwesome;
  position: absolute;
  color: #009866 !important;
  margin-left: -1.3em;
  width: 1.3em;
}

.twm-img {
  width: 650px !important;
}

.post-body p {
  font-size: 12px !important;
  line-height: 20px !important;
}

.partner-logo {
  width: 50px !important;
}

#testimonialsCarousel .carousel-control-next {
  right: -80px;
}

#testimonialsCarousel .carousel-control-prev {
  left: -80px;
}

.faq-top-button {
  transition: all 0.5s;
}
.faq-top-button:hover, .faq-top-button.active {
  color: #009866 !important;
}

@media (max-width: 1024px) {
  p {
    font-size: 16px !important;
    line-height: 22px !important;
  }
  .font-16 {
    font-size: 14px !important;
  }
  .font-14 {
    font-size: 12px !important;
  }
  .font-18 {
    font-size: 14px !important;
  }
  .banner-1 {
    height: 50vh !important;
  }
  .home-card-wrapper {
    bottom: -30%;
  }
  .banner-2 {
    margin-top: 25% !important;
    height: 50vh !important;
  }
  .banner-3 {
    background-position: 0 45%;
    height: 35vh !important;
  }
  .banner-4 {
    height: 35vh !important;
  }
  .about-banner-1 {
    height: 60vh !important;
  }
  .height-60 {
    height: 30vh !important;
  }
  .height-100 {
    height: 50vh !important;
  }
  .founder-wrapper {
    height: 250px;
    width: 250px;
  }
  .blog-banner-1 {
    height: 35vh !important;
  }
  .faq-banner-1 {
    height: 40vh;
  }
  .rs-banner-1 {
    height: 40vh;
  }
  .height-75 {
    height: 40vh !important;
  }
  .service-caro-image {
    height: 60vh !important;
  }
  .service-wrapper {
    top: 80%;
  }
}
@media (max-width: 768px) {
  p {
    font-size: 14px !important;
    line-height: 20px !important;
  }
  .heading {
    line-height: 40px !important;
    font-size: 35px !important;
  }
  .text-medium {
    line-height: 14px !important;
    font-size: 10px !important;
  }
  .font-60 {
    font-size: 45px !important;
  }
  .font-26 {
    font-size: 22px !important;
  }
  .font-30 {
    font-size: 24px !important;
  }
  .lh-20 {
    line-height: 16px !important;
  }
  .lh-45 {
    line-height: 40px !important;
  }
  .height-60 {
    height: 40vh !important;
  }
  .w-sm-30 {
    width: 30% !important;
  }
  .img-height-150 {
    height: 75px !important;
  }
  .img-height-200 {
    height: 100px !important;
  }
  .founder-wrapper {
    height: 180px;
    width: 180px;
  }
  .partner {
    width: 280px !important;
    height: 280px !important;
  }
  .partner img {
    height: 150px !important;
    width: 150px !important;
  }
  .lh-25 {
    line-height: 18px !important;
  }
  .font-22 {
    font-size: 16px !important;
  }
  .vision-image {
    top: -200px;
    right: -10%;
    height: 500px;
  }
  .carousel-control-next {
    right: -35px;
  }
  .carousel-control-prev {
    left: -35px;
  }
}
@media (max-width: 576px) {
  .wm-logo {
    top: 0;
    left: 0;
    width: 40px;
  }
  .border-sm-bottom {
    border-bottom: 1px solid #58595b !important;
  }
  .carousel-control-next {
    right: -17px;
  }
  .carousel-control-prev {
    left: -17px;
  }
  .banner-margin {
    margin-top: 100px !important;
  }
  .overflow-sm-hidden {
    overflow: hidden;
  }
  p {
    font-size: 12px !important;
    line-height: 18px !important;
  }
  .heading {
    font-size: 30px !important;
    line-height: 30px !important;
  }
  .s-heading {
    font-size: 20px !important;
    line-height: 22px !important;
  }
  .font-26 {
    font-size: 16px !important;
  }
  .font-40 {
    font-size: 30px !important;
  }
  .font-60 {
    font-size: 40px !important;
    line-height: 35px !important;
  }
  .lh-25 {
    line-height: 18px !important;
  }
  .lh-30 {
    line-height: 25px !important;
  }
  .lh-45 {
    line-height: 30px !important;
  }
  .height-60 {
    height: 60vh !important;
  }
  .about-banner-1 {
    height: 130vh !important;
  }
  .navbar .navbar-brand img {
    height: 60px !important;
  }
  .navbar .navbar-brand .sticky-brand {
    height: 40px !important;
  }
  .navbar .social-links ul {
    margin: 0 !important;
    padding: 0 !important;
  }
  .navbar .social-links ul li {
    margin-left: 1px !important;
  }
  .home-card-wrapper {
    top: 65%;
  }
  .w-sm-100 {
    width: 100% !important;
  }
  .banner-1 {
    height: 80vh !important;
  }
  .banner-2 {
    margin-top: 45% !important;
    height: 70vh !important;
  }
  .banner-3 {
    height: 80vh !important;
  }
  .banner-4 {
    height: 85vh !important;
  }
  .founder-wrapper {
    height: 250px;
    width: 250px;
  }
  .partner {
    width: 80% !important;
    height: -moz-fit-content !important;
    height: fit-content !important;
    position: static !important;
    transform: translateY(0) !important;
  }
  .partner img {
    height: 130px !important;
    width: 130px !important;
  }
  .partner .carousel-indicators {
    margin-bottom: -40px !important;
  }
  .img-height-50 {
    height: 30px !important;
  }
  .blog-banner-1 {
    height: 75vh !important;
    background-position: left;
  }
  .news-image {
    height: 150px;
  }
  .faq-banner-1 {
    height: 80vh;
  }
  .radius-right-10 {
    border-radius: 0;
  }
  .footer ul {
    padding: 0 !important;
    margin: 0 !important;
    width: -moz-fit-content;
    width: fit-content;
  }
  .footer ul li {
    display: none !important;
    margin-bottom: 0 !important;
  }
  .footer ul li.footer-headings {
    display: block !important;
    padding: 10px 0 !important;
    border-bottom: 2px solid #009866 !important;
  }
  .bottom-bar p {
    font-size: 10px !important;
  }
  .bottom-bar ul {
    padding-left: 0px !important;
  }
  .bottom-bar ul li {
    padding: 0 2px !important;
    font-size: 8px !important;
  }
  .service-caro-image {
    height: 90vh !important;
  }
  .service-wrapper {
    top: 75%;
  }
  .vision-image {
    position: static !important;
    top: -11px;
    right: -10%;
    height: 223px;
    z-index: -1;
    margin: auto;
    display: block;
  }
  .home-caro .carousel-control-next {
    right: 20px;
  }
  .home-caro .carousel-control-prev {
    left: 20px;
  }
  .contact-wrapper {
    background: transparent !important;
    border: 0 !important;
  }
  .contact-wrapper .contact-left {
    border-radius: 10px !important;
    background: #fff;
    box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.5);
  }
  .founder-caro .carousel-control-next {
    right: -15px;
  }
  .founder-caro .carousel-control-prev {
    left: -15px;
  }
  .founder-caro ol.carousel-indicators {
    margin-bottom: 0px !important;
  }
  .rs-banner-1 {
    height: 70vh;
  }
  .resources-height {
    height: 200vh !important;
  }
  .resources-height-2 {
    height: 300vh !important;
  }
  .segregation-wrapper {
    top: -18%;
  }
  .white-paper-wrapper {
    top: 70%;
  }
  .resources-height-3 {
    height: 150vh !important;
  }
  .resources-height-4 {
    height: 170vh !important;
  }
  .twm-img {
    width: 360px !important;
  }
  #partner-placeholder {
    height: auto !important;
  }
  .partner-logo {
    width: 70px !important;
  }
  #testimonialsCarousel .carousel-control-next {
    right: -15px;
  }
  #testimonialsCarousel .carousel-control-prev {
    left: -15px;
  }
}
@media (max-width: 320px) {
  p {
    font-size: 10px !important;
    line-height: 18px !important;
  }
  .s-heading {
    font-size: 16px !important;
    line-height: 22px !important;
  }
  .font-60 {
    font-size: 35px !important;
  }
  .banner-2 {
    margin-top: 70% !important;
    height: 100vh !important;
  }
  .banner-4 {
    height: 95vh !important;
  }
}
.modal-backdrop {
  z-index: 10000;
}

.modal {
  z-index: 10001;
}

.text-last-left {
  -moz-text-align-last: left;
       text-align-last: left;
}

.text-justify-center {
  text-align: justify;
  -moz-text-align-last: center;
       text-align-last: center;
}

.loading-div {
  position: fixed;
  top: 0;
  bottom: 0;
  height: 100% !important;
  width: 100% !important;
  background-color: rgba(255, 255, 255, 0.7607843137);
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loading-div img {
  animation: blinkk 1s infinite linear;
}
@keyframes blinkk {
  0% {
    opacity: 0.3;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.2);
  }
  100% {
    opacity: 0.3;
    transform: scale(1);
  }
}
.wmemp-img {
  max-width: 100%;
}

.custom-link {
  text-decoration: underline;
}/*# sourceMappingURL=style.css.map */


/* Hide on desktop/tablet */
.mobile-only {
    display: none !important;
}

/* Show only on mobile (≤ 768px) */
@media screen and (max-width: 768px) {
    .mobile-only {
        display: block !important;
    }
}