@import url("https://fonts.googleapis.com/css?family=Mukta:200,300,400,500,600,700,800");
@import url("https://fonts.googleapis.com/css?family=Mukta:200,300,400,500,600,700,800");
a {
  color: inherit;
  text-transform: inherit;
  font-style: inherit;
}
a:hover {
  color: #2d9f48;
  text-transform: inherit;
  font-style: inherit;
  text-decoration: inherit;
}

p {
  margin-bottom: 5px;
}

.bold {
  font-weight: bold;
}

.font-gray {
  color: #616060;
}

.font-light-gray {
  color: #9d9c9c;
}

.font-sm {
  font-size: 14px;
}

.font-lg {
  font-size: 22px;
}

.font-default-color {
  color: #2d9f48;
}

.row {
  margin: 0;
}

.row.row-neg {
  margin: 0 -15px;
}

.show {
  display: block;
}

.hide {
  display: none;
}

.mbtb-show {
  display: none;
}
@media only screen and (max-width: 991px) {
  .mbtb-show {
    display: block;
  }
}

.mbtb-none {
  display: block;
}
@media only screen and (max-width: 991px) {
  .mbtb-none {
    display: none;
  }
}

.default-nav-tab {
  margin-bottom: 15px;
  border: none;
  height: 100%;
  padding: 10px 0;
}
.default-nav-tab li {
  padding-right: 20px;
}
.default-nav-tab a.active {
  background: #2d9f48;
  color: white;
  padding: 10px;
  border-radius: 3px;
  box-shadow: 0 2px 25px rgba(0, 0, 0, 0.1);
}

img {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.container {
  max-width: 90%;
  margin: auto;
}
@media only screen and (max-width: 991px) {
  .container {
    max-width: 100%;
    padding: 0 8px;
  }
}

@media only screen and (max-width: 767px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
    padding: 0 8px;
  }
}

.flex-line {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}

.default-btn {
  background: #2d9f48;
  color: white;
  border-radius: 5px;
  outline: none;
}
.default-btn:hover {
  background: #59be71;
}

.tab-content > .active {
  opacity: 1;
}

@media (min-width: 1742px) {
  .container {
    max-width: 1542px;
    margin: 0 auto;
  }
}
.default-btn {
  outline: none !important;
  border: none;
  padding: 5px;
  text-align: center;
  background: none;
  border-radius: 5px;
  background: #2d9f48;
  color: white;
}
.default-btn:hover {
  background: #59be71;
}

a {
  color: inherit;
  text-transform: inherit;
  font-style: inherit;
}
a:hover {
  color: #2d9f48;
  text-transform: inherit;
  font-style: inherit;
  text-decoration: inherit;
}

p {
  margin-bottom: 5px;
}

.bold {
  font-weight: bold;
}

.font-gray {
  color: #616060;
}

.font-light-gray {
  color: #9d9c9c;
}

.font-sm {
  font-size: 14px;
}

.font-lg {
  font-size: 22px;
}

.font-default-color {
  color: #2d9f48;
}

.row {
  margin: 0;
}

.row.row-neg {
  margin: 0 -15px;
}

.show {
  display: block;
}

.hide {
  display: none;
}

.mbtb-show {
  display: none;
}
@media only screen and (max-width: 991px) {
  .mbtb-show {
    display: block;
  }
}

.mbtb-none {
  display: block;
}
@media only screen and (max-width: 991px) {
  .mbtb-none {
    display: none;
  }
}

.default-nav-tab {
  margin-bottom: 15px;
  border: none;
  height: 100%;
  padding: 10px 0;
}
.default-nav-tab li {
  padding-right: 20px;
}
.default-nav-tab a.active {
  background: #2d9f48;
  color: white;
  padding: 10px;
  border-radius: 3px;
  box-shadow: 0 2px 25px rgba(0, 0, 0, 0.1);
}

img {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.container {
  max-width: 90%;
  margin: auto;
}
@media only screen and (max-width: 991px) {
  .container {
    max-width: 100%;
    padding: 0 8px;
  }
}

@media only screen and (max-width: 767px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
    padding: 0 8px;
  }
}

.flex-line {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}

.default-btn {
  background: #2d9f48;
  color: white;
  border-radius: 5px;
  outline: none;
}
.default-btn:hover {
  background: #59be71;
}

.tab-content > .active {
  opacity: 1;
}

@media (min-width: 1742px) {
  .container {
    max-width: 1542px;
    margin: 0 auto;
  }
}
body {
  font-family: Quicksand, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  color: #3e3e3d;
  background: #f9f9f9;
  font-size: 16px;
  padding: 0;
  margin: 0;
  line-height: 1.5;
}

*, *:before, *:after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-weight: 800;
}

p {
  font-size: 18px;
  color: #3e3e3d;
}

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

.pre-nav {
  width: 100%;
  background: #151516;
  height: 2.5rem;
  font-size: 14px;
  color: #c7cccd;
}
@media only screen and (max-width: 767px) {
  .pre-nav {
    display: none;
  }
}

.main-nav {
  width: 100%;
  background: white;
  height: 4.5rem;
  font-size: 18px;
}
.main-nav .nav-holder {
  height: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
}
.main-nav .nav-holder .nav-logo {
  width: 300px;
  height: 100%;
}
@media only screen and (max-width: 991px) {
  .main-nav .nav-holder .nav-logo {
    width: 100%;
  }
  .main-nav .nav-holder .nav-logo img {
    display: block;
    margin: auto;
  }
}
.main-nav .nav-holder .nav-logo img {
  width: auto;
  height: 100%;
  object-fit: contain;
}
.main-nav .nav-holder .nav-item-holder {
  height: 100%;
}
@media only screen and (max-width: 991px) {
  .main-nav .nav-holder .nav-item-holder {
    display: none;
  }
}
.main-nav .nav-holder .nav-item-holder ul {
  height: 100%;
  margin: 0;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}
.main-nav .nav-holder .nav-item-holder ul li {
  position: relative;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 10px 20px;
  list-style: none;
  display: inline-flex;
}
.main-nav .nav-holder .nav-item-holder ul li a {
  font-weight: 600;
}
.main-nav .nav-holder .nav-item-holder ul li a:hover {
  color: inherit;
}
.main-nav .nav-holder .nav-item-holder ul li::after {
  position: absolute;
  top: unset;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  width: 0;
  height: 4px;
  border-radius: 5px;
  transition: 0.2s ease-in-out;
}
.main-nav .nav-holder .nav-item-holder ul li:hover::after {
  content: "";
  width: 100%;
  height: 4px;
  border-radius: 5px;
  transition: 0.3s ease-in-out;
}
.main-nav .nav-holder .nav-item-holder ul li:nth-child(1) {
  color: #67bac6;
}
.main-nav .nav-holder .nav-item-holder ul li:nth-child(1)::after {
  background: #67bac6;
}
.main-nav .nav-holder .nav-item-holder ul li:nth-child(2) {
  color: #e1ad1b;
}
.main-nav .nav-holder .nav-item-holder ul li:nth-child(2)::after {
  background: #e1ad1b;
}
.main-nav .nav-holder .nav-item-holder ul li:nth-child(3) {
  color: #eb1b57;
}
.main-nav .nav-holder .nav-item-holder ul li:nth-child(3)::after {
  background: #eb1b57;
}
.main-nav .nav-holder .nav-item-holder ul li:nth-child(4) {
  color: #7cb51d;
}
.main-nav .nav-holder .nav-item-holder ul li:nth-child(4)::after {
  background: #7cb51d;
}
.main-nav .nav-holder .nav-item-holder ul li:nth-child(5) {
  color: #a257b2;
}
.main-nav .nav-holder .nav-item-holder ul li:nth-child(5)::after {
  background: #a257b2;
}
.main-nav .nav-holder .nav-item-holder ul li:nth-child(6) {
  color: #868fdc;
}
.main-nav .nav-holder .nav-item-holder ul li:nth-child(6)::after {
  background: #868fdc;
}

.mobile-menu-ico {
  margin-left: 20px;
  display: none;
  cursor: pointer;
}
.mobile-menu-ico i {
  font-size: 24px;
}
@media only screen and (max-width: 991px) {
  .mobile-menu-ico {
    display: block;
  }
}

.mobile-menu-visible .mobile-menu {
  opacity: 1;
  visibility: visible;
}

.mobile-menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 300px;
  padding-right: 30px;
  max-width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
}
.mobile-menu ul {
  padding: 0;
}
.mobile-menu ul li {
  list-style: none;
  font-size: 18px;
}
.mobile-menu .nav-logo {
  position: relative;
  padding: 30px 25px;
  text-align: left;
}
.mobile-menu .nav-logo img {
  width: 100%;
  object-fit: contain;
}
.mobile-menu .menu-backdrop {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #000;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.mobile-menu .menu-box {
  position: absolute;
  top: 0;
  right: unset;
  bottom: unset;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  background: white;
  padding: 0;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  border-radius: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.mobile-menu .close-btn {
  position: absolute;
  top: 10px;
  right: 25px;
  bottom: unset;
  left: unset;
  line-height: 30px;
  width: 24px;
  text-align: center;
  font-size: 26px;
  color: #616060;
  cursor: pointer;
  z-index: 10;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
}
.mobile-menu .navbar-collapse {
  display: block !important;
}
.mobile-menu .mb-navigation li {
  position: relative;
  display: block;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu .mb-navigation li a {
  font-weight: 500;
  position: relative;
  display: block;
  line-height: 24px;
  padding: 10px 25px;
  text-transform: uppercase;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.mobile-menu .mb-navigation li a::before {
  content: "";
  position: absolute;
  top: 0;
  right: unset;
  bottom: unset;
  left: 0;
  height: 0;
  border-left: 5px solid #2d9f48;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.mobile-menu .mb-navigation li:nth-child(1) {
  color: #67bac6;
}
.mobile-menu .mb-navigation li:nth-child(1)::after {
  background: #67bac6;
}
.mobile-menu .mb-navigation li:nth-child(2) {
  color: #e1ad1b;
}
.mobile-menu .mb-navigation li:nth-child(2)::after {
  background: #e1ad1b;
}
.mobile-menu .mb-navigation li:nth-child(3) {
  color: #eb1b57;
}
.mobile-menu .mb-navigation li:nth-child(3)::after {
  background: #eb1b57;
}
.mobile-menu .mb-navigation li:nth-child(4) {
  color: #7cb51d;
}
.mobile-menu .mb-navigation li:nth-child(4)::after {
  background: #7cb51d;
}
.mobile-menu .mb-navigation li:nth-child(5) {
  color: #a257b2;
}
.mobile-menu .mb-navigation li:nth-child(5)::after {
  background: #a257b2;
}
.mobile-menu .mb-navigation li:nth-child(6) {
  color: #868fdc;
}
.mobile-menu .mb-navigation li:nth-child(6)::after {
  background: #868fdc;
}
.mobile-menu .mb-navigation .current a:before {
  height: 100%;
}
.mobile-menu .contact-info {
  position: relative;
  padding: 80px 30px 20px 30px;
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
  opacity: 0.7;
  visibility: visible;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -moz-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.mobile-menu-visible .mobile-menu .menu-box {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -moz-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.mobile-menu-visible .mobile-menu .close-btn {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  transition: all 1s ease;
}

.main-banner {
  width: 100%;
  height: calc(100vh - 7rem);
  min-height: 500px;
  background: #f2e6fe;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .main-banner {
    height: calc(65vh - 6rem);
    min-height: 400px;
  }
}
.main-banner .txt-container {
  position: absolute;
  top: 20%;
  right: 10%;
  bottom: unset;
  left: unset;
  width: 500px;
  max-width: 50%;
  padding: 10px;
}
@media only screen and (max-width: 767px) {
  .main-banner .txt-container {
    right: unset;
    left: unset;
    padding: 15px;
    top: unset;
    width: 100%;
    max-width: 100%;
  }
}
.main-banner .txt-container h3 {
  font-size: 60px;
}
@media only screen and (max-width: 767px) {
  .main-banner .txt-container h3 {
    font-size: 30px;
  }
}
.main-banner .txt-container h3 .green {
  color: #7bb41d;
}
.main-banner .txt-container h3 .purple {
  color: #a257b2;
}
@media only screen and (max-width: 767px) {
  .main-banner .txt-container p {
    font-size: 14px;
  }
}
.main-banner .img-holder {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .main-banner .img-holder {
    height: 65%;
  }
}
.main-banner .img-holder img {
  width: 100%;
  height: 100%;
  animation: zoom-in-out 1s ease-in-out;
  object-fit: cover;
}
@media only screen and (max-width: 991px) {
  .main-banner .img-holder img {
    object-fit: cover;
    object-position: left;
  }
}

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

.owl-nav {
  text-align: center;
}

.sticky {
  z-index: 100;
  position: fixed;
  top: 0;
  width: 100%;
}

.owl-nav button {
  text-align: center;
  height: 80px;
  background: #f0aa00 !important;
  margin: 0 15px;
  width: 80px;
  border-radius: 50%;
  justify-content: center;
}
.owl-nav button span {
  color: white;
  font-size: 40px;
}

.owl-nav button:hover {
  background: #eb1b57 !important;
}

@-webkit-keyframes zoom-in-out {
  0% {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -moz-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  100% {
    transform: none;
    transition: 0.3s ease-in-out;
  }
}
.about-section.bg-white {
  background: white;
}

.about-section.bg-yellow {
  background: #fde200;
}

.about-section.bg-light-blue {
  background: #9fe5ef;
}

.about-section.bg-light-purple {
  background: #f2e6fe;
}

.font-40 {
  font-size: 40px;
}
@media only screen and (max-width: 767px) {
  .font-40 {
    font-size: 25px;
  }
}

.banner-hand {
  height: 100px;
  padding-left: 20px;
}
@media only screen and (max-width: 767px) {
  .banner-hand {
    height: 60px;
    padding-left: 20px;
  }
}

.about-section {
  padding: 80px 20px;
}
@media only screen and (max-width: 767px) {
  .about-section {
    padding: 40px 20px;
  }
}
.about-section .holder {
  width: 100%;
  height: 250px;
  text-align: center;
  background: transparent;
  border-radius: 20px;
  transition: 0.3s ease-in-out;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .about-section .holder {
    height: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .about-section .holder h3 {
    font-size: 24px;
  }
}
.about-section .holder .circle-holder {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  font-size: 40px;
  width: 120px;
  height: 120px;
  transition: 0.2s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .about-section .holder .circle-holder {
    font-size: 30px;
    width: 100px;
    height: 100px;
  }
}

.color1 {
  background: #67bac6;
}

.font-color1 {
  color: #67bac6;
}

.color2 {
  background: #e1ad1b;
}

.font-color2 {
  color: #e1ad1b;
}

.color3 {
  background: #eb1b57;
}

.font-color3 {
  color: #eb1b57;
}

.color4 {
  background: #7cb51d;
}

.font-color4 {
  color: #7cb51d;
}

.color5 {
  background: #a257b2;
}

.font-color5 {
  color: #a257b2;
}

.color6 {
  background: #868fdc;
}

.font-color6 {
  color: #868fdc;
}

.circle-holder {
  border-radius: 100%;
  padding: 20px;
}

.default-section {
  padding: 100px 0;
}
@media only screen and (max-width: 767px) {
  .default-section {
    padding: 50px 0;
  }
}

.section-title {
  font-weight: 800;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 80px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .section-title {
    margin-bottom: 40px;
  }
}
.section-title h2 {
  position: relative;
  display: inline-flex;
  font-size: 36px;
  padding: 15px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .section-title h2 {
    font-size: 28px;
  }
}
.section-title h2:after {
  content: "";
  position: absolute;
  top: unset;
  right: unset;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: 60%;
  max-width: 200px;
  height: 1px;
  background: #2d9f48;
  border-radius: 2px;
}
.section-title h2:before {
  content: "";
  position: absolute;
  top: unset;
  right: unset;
  bottom: -3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: 60px;
  height: 6px;
  background: #2d9f48;
  border-radius: 2px;
}

.section-title.light {
  color: white;
}
.section-title.light h2:after {
  content: "";
  position: absolute;
  top: unset;
  right: unset;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: 60%;
  height: 1px;
  background: white;
  border-radius: 2px;
}
.section-title.light h2:before {
  content: "";
  position: absolute;
  top: unset;
  right: unset;
  bottom: -3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: 60px;
  height: 6px;
  background: white;
  border-radius: 2px;
}

.section-title.lg h2 {
  font-size: 46px;
}
@media only screen and (max-width: 767px) {
  .section-title.lg h2 {
    font-size: 34px;
  }
}

.img-holder {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.img-holder img {
  width: 100%;
  height: 100%;
}

.bg-ico {
  background-image: url("/images/content/icon-box-shape-bg2.png"), url("/images/content/icon-box-shape-bg1.png");
  background-attachment: fixed;
  background-position: top left, top right;
  background-repeat: no-repeat, no-repeat;
}

.bg-ico-gray {
  background-image: url("/images/content/icon-box-shape-bg2.png"), url("/images/content/icon-box-shape-bg1.png");
  background-attachment: fixed;
  background-position: top left, top right;
  background-repeat: no-repeat, no-repeat;
}

.bg-shapes-purple {
  background: linear-gradient(to bottom, rgba(72, 170, 245, 0.9607843137), rgba(159, 88, 163, 0.9803921569)), url(/images/content/geometry-bg.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.card-header h3 span.collapsed {
  color: gray;
}

.card-header h3 span {
  font-weight: 600;
  color: #eb1b57;
}

.card-header {
  background: white;
}

.card-header h3 span:hover {
  text-decoration: none;
  color: #eb1b57;
}

.vertical-container {
  width: 100%;
  height: 620px;
  padding: 30px;
  overflow: hidden;
  text-align: center;
  margin-bottom: 40px;
  border-radius: 20px;
  box-shadow: 0 2px 25px rgba(0, 0, 0, 0.1);
  opacity: 0.8;
  position: relative;
  transition: 0.2s ease-in-out;
}
@media only screen and (max-width: 991px) {
  .vertical-container {
    height: auto;
  }
}
.vertical-container:hover {
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  transform: translateY(-20px);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.vertical-container .img-holder {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  height: 200px;
}
.vertical-container .img-holder img {
  width: 180px;
  height: 180px;
  object-fit: contain;
}
.vertical-container .box-title {
  width: 100%;
  height: 80px;
  font-weight: 600;
  font-size: 24px;
  color: black;
}
.vertical-container .box-content {
  width: 100%;
  height: calc(100% - 280px);
  line-height: 1.8;
  font-weight: 500;
}

.bg-gradient-blue {
  border: 1px solid #cbeaff;
  background: -webkit-linear-gradient(to bottom, #cbeaff 3%, white 30%);
  background: -o-linear-gradient(to bottom, #cbeaff 3%, white 30%);
  background: -ms-linear-gradient(to bottom, #cbeaff 3%, white 30%);
  background: -moz-linear-gradient(to bottom, #cbeaff 3%, white 30%);
  background: linear-gradient(to bottom, #cbeaff 3%, white 30%);
}

.bg-gradient-brown {
  border: 1px solid #ffeacb;
  background: -webkit-linear-gradient(to bottom, #ffeacb 3%, white 30%);
  background: -o-linear-gradient(to bottom, #ffeacb 3%, white 30%);
  background: -ms-linear-gradient(to bottom, #ffeacb 3%, white 30%);
  background: -moz-linear-gradient(to bottom, #ffeacb 3%, white 30%);
  background: linear-gradient(to bottom, #ffeacb 3%, white 30%);
}

.bg-gradient-purple {
  border: 1px solid #e3cbff;
  background: -webkit-linear-gradient(to bottom, #e3cbff 3%, white 30%);
  background: -o-linear-gradient(to bottom, #e3cbff 3%, white 30%);
  background: -ms-linear-gradient(to bottom, #e3cbff 3%, white 30%);
  background: -moz-linear-gradient(to bottom, #e3cbff 3%, white 30%);
  background: linear-gradient(to bottom, #e3cbff 3%, white 30%);
}

.bg-gradient-blue-purple {
  border: 1px solid #adb3f4;
  background: -webkit-linear-gradient(to bottom, #adb3f4 3%, white 30%);
  background: -o-linear-gradient(to bottom, #adb3f4 3%, white 30%);
  background: -ms-linear-gradient(to bottom, #adb3f4 3%, white 30%);
  background: -moz-linear-gradient(to bottom, #adb3f4 3%, white 30%);
  background: linear-gradient(to bottom, #adb3f4 3%, white 30%);
}

.bg-gradient-green {
  border: 1px solid #cfe3b3;
  background: -webkit-linear-gradient(to bottom, #cfe3b3 3%, white 30%);
  background: -o-linear-gradient(to bottom, #cfe3b3 3%, white 30%);
  background: -ms-linear-gradient(to bottom, #cfe3b3 3%, white 30%);
  background: -moz-linear-gradient(to bottom, #cfe3b3 3%, white 30%);
  background: linear-gradient(to bottom, #cfe3b3 3%, white 30%);
}

.purple-section {
  color: white;
}
.purple-section .img-holder {
  width: 500px;
  height: 500px;
}
@media only screen and (max-width: 767px) {
  .purple-section .img-holder {
    width: 300px;
    max-width: 80%;
    margin: auto;
    height: 300px;
  }
}
.purple-section .img-holder img {
  object-fit: cover;
}

.highlighted-list {
  margin-top: 30px;
}
.highlighted-list ul {
  margin: 0;
}
.highlighted-list ul li {
  color: #3e3e3d;
  font-weight: 700;
  font-size: 18px;
  padding: 20px 40px 20px 100px;
  background: white;
  width: 100%;
  border-radius: 30px;
  list-style: none;
  margin-bottom: 20px;
  position: relative;
}
.highlighted-list ul li i {
  position: absolute;
  top: 50%;
  right: unset;
  bottom: unset;
  left: 30px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-size: 50px;
}

.contact-form-holder {
  padding: 30px;
  border-radius: 20px;
  width: 100%;
  background: white;
}
.contact-form-holder input, .contact-form-holder select {
  width: 100%;
  padding: 10px 20px;
  border-radius: 20px;
  border: 1px solid #eceff1;
  margin: 5px 0;
}

.submit-btn {
  padding: 10px 20px;
  border-radius: 20px;
  color: white;
  font-weight: 700;
  text-transform: uppercase;
  background: #2d9f48;
  border: none;
}
.submit-btn:hover {
  background: #59be71;
}

.img-grid {
  display: grid;
  grid-template-columns: auto auto;
  grid-gap: 20px;
}
.img-grid .grid-item:first-child {
  grid-row: 1/3;
  grid-column: 2/2;
  height: 360px;
}
@media only screen and (max-width: 767px) {
  .img-grid .grid-item:first-child {
    height: 260px;
  }
}
.img-grid .grid-item:last-child {
  grid-row: 2/2;
  grid-column: 2/2;
  height: 150px;
  margin-top: 100px;
}
@media only screen and (max-width: 767px) {
  .img-grid .grid-item:last-child {
    height: 130px;
  }
}
.img-grid .grid-item:nth-child(2) .img-holder {
  margin-left: 10%;
  width: 90%;
  height: 100%;
}
.img-grid .grid-item {
  height: 260px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .img-grid .grid-item {
    height: 160px;
  }
}
.img-grid .grid-item .img-holder {
  border-radius: 30px;
}
.img-grid .grid-item .img-holder img {
  object-fit: cover;
}

.counter-holder {
  border-radius: 20px;
  padding: 15px;
  text-align: center;
  width: 100%;
  height: 400px;
  transition: 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .counter-holder {
    height: auto;
  }
}
.counter-holder:hover {
  background: white;
  box-shadow: 0 2px 25px rgba(0, 0, 0, 0.1);
  transition: 0.3s ease-in-out;
}
.counter-holder .diamond-holder {
  border-radius: 20px;
  height: 120px;
  width: 120px;
  position: relative;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  margin: 40px auto;
}
@media only screen and (max-width: 767px) {
  .counter-holder .diamond-holder {
    height: 100px;
    width: 100px;
  }
}
.counter-holder .diamond-holder i {
  color: white;
  font-size: 40px;
  position: absolute;
  top: 50%;
  right: unset;
  bottom: unset;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  -moz-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .counter-holder .diamond-holder i {
    font-size: 30px;
  }
}

footer {
  background: white;
  padding: 50px 30px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url("/images/content/footer.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
footer .logo-holder img {
  width: 150px;
  height: auto;
  object-fit: contain;
}
@media only screen and (max-width: 991px) {
  footer h4 {
    text-align: center;
  }
}
@media only screen and (max-width: 991px) {
  footer .desc {
    margin-bottom: 30px;
    text-align: center;
  }
}
footer .quick-links {
  padding: 0 30px;
}
@media only screen and (max-width: 991px) {
  footer .quick-links {
    padding: 0;
    margin-bottom: 30px;
  }
}
footer .quick-links ul li {
  list-style: none;
}
@media only screen and (max-width: 991px) {
  footer .quick-links ul li {
    text-align: center;
  }
}
footer .quick-links ul li a {
  font-weight: 500;
}
footer .social-icons {
  padding: 0 30px;
}
@media only screen and (max-width: 991px) {
  footer .social-icons {
    padding: 0;
  }
}
@media only screen and (max-width: 991px) {
  footer .social-icons ul {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
  }
}
footer .social-icons ul li {
  list-style: none;
  padding: 10px;
}
@media only screen and (max-width: 991px) {
  footer .social-icons ul li {
    display: inline-block;
  }
}

.footer-end {
  width: 100%;
  height: 3rem;
  background: white;
}

/*# sourceMappingURL=style.css.map */
