* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #818090;
}

span {
  display: inline-block;
}

a {
  display: inline-block;
  text-decoration: none;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

body {
  overflow-x: hidden;
  font-size: 15px;
  font-weight: 400;
  color: #2a283e;
  position: relative;
  font-family: "Arimo", sans-serif;
}

.common--subtitle {
  font-size: 32px;
  font-weight: 500;
  border-radius: 70px 0px;
  background-color: #bde4f8;
  padding: 10px 40px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.common--title {
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
}

.common--button {
  font-size: 16px;
  font-weight: 600;
  background-color: #bde4f8;
  padding: 13px 36px;
  color: #2a283e;
  border-radius: 50px;
  transition: all 0.3s ease 0s;
  margin-top: 30px;
}

.common--button:hover {
  background-color: #2a283e;
  color: #ffffff;
}

/* --Button Area start-- */
.btn-check:focus+.btn,
.btn:focus {
  outline: none;
  box-shadow: none;
}

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  font-size: 16px;
  border-radius: 5px;
  box-shadow: none;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.btn:hover {
  color: #ffffff;
}

.btn_theme {
  color: #2a283e;
  background-color: #bde4f8;
  transition: 0.4s all ease-in-out;
  box-shadow: none;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  z-index: 0;
  border: none;
}

.btn_story {
  color: #bde4f8;
  background-color: #ffffff;
  transition: 0.4s all ease-in-out;
  box-shadow: none;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  z-index: 0;
  border: 2px solid #bde4f8;
}

.btn_theme:hover {
  background-color: #2a283e;
  color: #ffffff;
}

.btn_story:hover {
  background-color: #bde4f8;
  color: #ffffff;
}

.btn_md {
  padding: 12px 35px;
  font-size: 18px;
}

.btn_sm {
  font-size: 16px;
  padding: 5px 18px;
}

.btn_navber {
  color: #2a283e;
  border: 2px solid #bde4f8;
  padding: 7px 20px;
  transition: 0.4s all ease-in-out;
  box-shadow: none;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  z-index: 0;
}

.btn_navber:hover {
  background: #bde4f8;
  color: #2a283e;
}

.is-sticky .btn_navber {
  border: 1px solid #bde4f8;
}

.section_heading {
  text-align: center;
  margin-bottom: 50px;
}

.section_heading h3 {
  font-size: 22px;
  color: #2a283e;
  font-weight: 400;
  margin-top: 15px;
  text-transform: capitalize;
}

.section_heading h2 {
  font-size: 32px;
  padding-top: 20px;
  position: relative;
  color: #2a283e;
}

.section_heading_two {
  text-align: center;
  margin-bottom: 50px;
}

.section_heading_two h3 {
  color: #818090;
  font-weight: 400;
  margin-bottom: -30px;
}

.section_heading_two h2 {
  padding-top: 40px;
  position: relative;
}

.line_limit_1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.line_limit_2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.line_limit_3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.line_limit_4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.line_limit_5 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.line_limit_6 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}

.line_limit_7 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}

.line_limit_8 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
}

.line_limit_9 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
}

.line_limit_10 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
}

::selection {
  background-color: #FDC221;
  color: #2a283e;
}

section {
  position: relative;
}

.view-all-btn {
  font-size: 20px;
  font-weight: 600;
  background-color: #ffffff;
  padding: 10px 30px;
  color: #0A0B0F;
  border-radius: 10px;
  transition: all 0.3s ease 0s;
  margin-top: 30px;
  width: fit-content;
}

.view-all-btn:hover {
  background-color: #bde4f8;
}

.view-all-bg-dark {
  background-color: #0A0B0F;
}

#what_we_do {
  padding: 60px 0;
}

#about {
  padding: 0 0 50px;
}

#events,
#counter,
#news,
#contact_us,
.publication {
  padding: 50px 0 50px;
}

#partner {
  padding: 100px 0;
}

#footer {
  padding: 50px 0 30px 0;
}

.team-page,
.story-list,
.gallery-list {
  padding: 80px 0;
}

.sticky-top {
  top: -143px;
  transition: 0.5s;
  z-index: 1000 !important;
  background-color: #ffffff;
}

.print-btn {
  text-align: center;
  background-color: #ffffff;
  width: 35px;
  height: 35px;
  border: 1px solid #2a283e;
  border-radius: 3px;
}

.print-btn i {
  font-size: 20px;
  line-height: 32px;
}

.swal2-image {
  height: 400px !important;
}

.topbar {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1294117647);
  background-color: transparent;
}

.slogan {
  font-size: 17px;
  font-weight: 700;
  color: #1E5F1D;
}

.topbar-list {
  padding: 0;
  margin-bottom: 0;
}

.topbar-list li {
  position: relative;
  list-style-type: none;
  display: inline-block;
  color: #2a283e;
  margin-right: 25px;
  font-size: 14px;
}

.topbar-list li::before {
  content: "";
  position: absolute;
  top: 5px;
  right: -15px;
  width: 1px;
  height: 15px;
  background-color: rgba(219, 219, 219, 0.4705882353);
}

.topbar-list li:last-child::before {
  display: none;
}

.topbar-list li:last-child {
  margin-right: 0;
}

.topbar-list li a {
  color: #1E5F1D;
}

.topbar-list li a:hover {
  color: #bde4f8;
}

.topbar-list li i {
  color: #1E5F1D;
  padding-right: 7px;
}

.topbar-list-right li:first-child i {
  color: #371cff;
  padding-right: 7px;
}

.topbar-list-right li:nth-child(2) i {
  color: #ba2222;
  padding-right: 7px;
}

.topbar-list-right li:last-child i {
  color: #256aff;
  padding-right: 7px;
}

.topbar-list-right {
  text-align: right;
}

.topbar-list-right li {
  position: relative;
  display: inline-flex;
  margin-right: 10px;
  font-size: 16px;
}

.topbar-list-right li:last-child {
  margin-right: 0px;
}

.topbar-list-right li a {
  color: #2a283e;
}

.topbar-list-right li a:hover {
  color: #bde4f8;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  text-transform: capitalize;
}

.navbar {
  padding: 0;
}

nav {
  width: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

nav .container .navbar-nav li {
  margin: 0 16px;
  position: relative;
}

nav .container .navbar-nav li a {
  font-size: 17px;
  font-weight: 600;
  color: #2a283e;
  transition: all 0.3s ease 0s;
  line-height: 86px;
}

nav .container .navbar-nav li a i {
  font-size: 14px;
}

nav .container .navbar-nav li .sub-dropdown-menu {
  background-color: #ffffff;
  min-width: 300px;
  position: absolute;
  top: 90%;
  left: 0;
  visibility: hidden;
  opacity: 0;
  border-radius: 10px;
  transition: all 0.3s ease 0s;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}

nav .container .navbar-nav li .sub-dropdown-menu li {
  margin: 0;
  border-bottom: 1px solid #cacaca;
}

nav .container .navbar-nav li .sub-dropdown-menu li a {
  line-height: 44px;
  color: #2a283e;
  font-size: 14px;
  font-weight: 500;
  width: 100%;
  display: block;
  padding: 0 18px;
}

nav .container .navbar-nav li .sub-dropdown-menu li a i {
  color: #2a283e;
  line-height: 44px;
}

nav .container .navbar-nav li .sub-dropdown-menu li:hover a {
  color: #8161b4 !important;
}

nav .container .navbar-nav li .sub-dropdown-menu li .sub-dropdown-menu {
  left: 100%;
  top: 0;
}

nav .container .navbar-nav li .sub-dropdown-menu li:last-child {
  border-bottom: none !important;
}

nav .container .navbar-nav li:hover>.sub-dropdown-menu {
  opacity: 1;
  visibility: visible;
}

nav .container .navbar-nav li:hover>.sub-dropdown-menu li a {
  color: #2a283e;
  text-transform: capitalize;
}

nav .container .search {
  margin-right: 30px;
}

nav .container .search .main-icon {
  color: #2a283e;
  font-size: 20px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
}

nav .container .search .search-field {
  width: 100%;
  background-color: #8161b4;
  position: fixed;
  top: 0;
  left: 0;
  padding: 16px 0;
  transition: all 0.4s ease 0s;
  transform: translateY(-100%);
}

nav .container .search .search-field .input-groups {
  position: relative;
  width: 95%;
}

nav .container .search .search-field .input-groups input {
  width: 100%;
  height: 55px;
  background-color: #f2f2f2;
  border-radius: 5px;
  border: 0;
  padding: 0 24px;
  padding-right: 65px;
}

nav .container .search .search-field .input-groups .submit-btn {
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  font-size: 20px;
  background-color: transparent;
  border: 0;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
}

nav .container .search .search-field .close-btn {
  position: absolute;
  top: 50%;
  right: 13px;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-color: #2a283e;
  color: #ffffff;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  border: 0;
  transition: all 0.3s ease 0s;
}

nav .container .search .search-field .close-btn:hover {
  background-color: #bde4f8;
  color: #2a283e;
}

nav .container .search .show-search-field {
  transform: translateY(0) !important;
  z-index: 9;
}

.mobile-topbar {
  width: 100%;
  background-color: #ffffff;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-topbar .bars i {
  width: 50px;
  height: 50px;
  background-color: #2a283e;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  cursor: pointer;
  transition: all linear 0.2s;
}

.mobile-topbar .bars i:hover {
  background-color: #bde4f8;
  color: #ffffff;
}

.mobile-menu {
  z-index: 999;
  background-color: #ffffff;
  width: 100%;
  transition: all linear 0.2s;
}

.mobile-menu .mobile-topbar .icon i {
  width: 45px;
  height: 45px;
  background-color: #ffffff;
  border-radius: 50%;
  text-align: center;
  line-height: 45px;
  font-size: 16px;
  cursor: pointer;
  transition: all linear 0.2s;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.mobile-menu .mobile-topbar .icon i:hover {
  background-color: #bde4f8;
  color: #ffffff;
  border-color: #bde4f8;
}

.mobile-menu .mobile-menu-overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}

.mobile-menu .mobile-menu-main {
  width: 320px;
  height: 100%;
  background-color: #ffffff;
  position: fixed;
  top: 0;
  right: -320px;
  z-index: 999;
  overflow-y: scroll;
  transition-duration: 0.3s;
}

.mobile-menu .mobile-menu-main .close-m-menu i {
  width: 40px;
  height: 40px;
  background-color: #2a283e;
  text-align: center;
  line-height: 40px;
  color: #ffffff;
  font-size: 20px;
  cursor: pointer;
  transition: all linear 0.2s;
}

.mobile-menu .mobile-menu-main .close-m-menu i:hover {
  background-color: #bde4f8;
}

.mobile-menu .mobile-menu-main .menu-body {
  padding: 20px;
}

.mobile-menu .mobile-menu-main .menu-body .action {
  padding-top: 20px;
  padding-bottom: 30px;
}

.mobile-menu .mobile-menu-main .menu-body .action ul li {
  width: 50px;
  height: 50px;
  background-color: #ffffff;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1) !important;
  color: #2a283e;
  font-size: 18px;
  transition: all linear 0.2s;
  cursor: pointer;
  position: relative;
  margin-right: 24px;
}

.mobile-menu .mobile-menu-main .menu-body .action ul li sup {
  width: 25px;
  height: 25px;
  background-color: #bde4f8;
  border-radius: 50%;
  text-align: center;
  line-height: 25px;
  display: inline-block;
  color: #ffffff;
  position: absolute;
  top: -4px;
  font-size: 12px;
  font-weight: 600;
}

.mobile-menu .mobile-menu-main .menu-body .action ul li a {
  color: #2a283e;
}

.mobile-menu .mobile-menu-main .menu-body .search input {
  width: 100%;
  height: 45px;
  background-color: transparent;
  border: 1px solid #cccccc;
  border-radius: 3px;
  padding: 0 50px 0 20px;
  transition: all linear 0.2s;
}

.mobile-menu .mobile-menu-main .menu-body .search input:focus {
  border-color: #bde4f8;
}

.mobile-menu .mobile-menu-main .menu-body .search button {
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  background-color: transparent;
  border: 0;
  font-size: 18px;
}

.mobile-menu .mobile-menu-main .menu-body .menu-list {
  padding-top: 10px;
}

.mobile-menu .mobile-menu-main .menu-body .menu-list ul li a {
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 400;
  color: #232F3E;
  border-top: 1px solid #f2f2f2;
  width: 100%;
  line-height: 40px;
  transition: all linear 0.2s;
}

.mobile-menu .mobile-menu-main .menu-body .menu-list ul li a:hover {
  color: #8161b4;
}

.mobile-menu .mobile-menu-main .menu-body .menu-list ul li a i {
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  text-align: center;
  line-height: 40px;
  transition: all linear 0.2s;
}

.mobile-menu .mobile-menu-main .menu-body .menu-list ul li a:hover i {
  background-color: #8161b4;
  color: #ffffff;
}

.mobile-menu .mobile-menu-main .menu-body .menu-list ul li ul {
  padding-left: 20px;
  display: none;
}

.mobile-menu-overlay {
  transition-duration: 0.3s;
  visibility: hidden;
  opacity: 0;
}

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

.show-mobile-menu {
  right: 0 !important;
}

.mobile-sticky-top {
  padding: 10px 0 !important;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}

#banner .banner-img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 550px 0 100px;
}

#banner .banner-img .banner_five_text {
  width: 80%;
  height: 80px;
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: center;
  padding-left: 20px;
  margin-left: 80px;
  border-left: 12px solid #bde4f8;
}

#banner .banner-img .banner_five_text h6 {
  color: #ffffff;
  font-size: 18px;
  padding-bottom: 12px;
}

#banner .banner-img .banner_five_text h6 span {
  color: #bde4f8;
}

#banner .banner-img .banner_five_text a {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.432);
  font-size: 40px;
  font-weight: 600;
  line-height: 80px;
  text-transform: uppercase;
  padding: 0 20px;
}

#banner .banner-img .image {
  position: relative;
  text-align: right;
  width: 100%;
  height: 735px;
}

#banner .banner-img .image>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#banner .banner-img .image .banner_element .banner_text {
  position: absolute;
  top: 0;
}

#banner .banner-img .image .banner_element img {
  position: absolute;
  box-shadow: 10px 12px 30px rgba(0, 0, 0, 0.1);
}

#banner .banner-img .image .element_1 {
  top: 44%;
  left: 64px;
}

#banner .banner-img .image .element_2 {
  top: 23%;
  right: -14%;
}

#banner .banner-img .image .element_3 {
  bottom: 0;
  left: 67%;
}

#banner .banner-img .image .shape-1 {
  -webkit-animation: left1right 5s linear 0s infinite;
  animation: left1right 5s linear 0s infinite;
}

@keyframes left1right {
  50% {
    -ms-transform: translateY(20px);
    /* IE 9 */
    -webkit-transform: translateY(20px);
    /* Chrome, Safari, Opera */
    transform: translateY(20px);
  }
}

#banner .banner-img .image .shape-2 {
  -webkit-animation: left2right 3s linear 0s infinite;
  animation: left2right 3s linear 0s infinite;
}

@keyframes left2right {
  50% {
    -ms-transform: translateY(20px);
    /* IE 9 */
    -webkit-transform: translateY(20px);
    /* Chrome, Safari, Opera */
    transform: translateY(20px);
  }
}

#banner .banner-img .image .shape-3 {
  -webkit-animation: left13right 9s linear 0s infinite;
  animation: left3right 9s linear 0s infinite;
}

@keyframes left3right {
  50% {
    -ms-transform: translateY(20px);
    /* IE 9 */
    -webkit-transform: translateY(20px);
    /* Chrome, Safari, Opera */
    transform: translateY(20px);
  }
}

#banner .banner-img .banner_text p {
  padding-top: 20px;
  font-size: 18px;
  line-height: 30px;
}

#banner .banner-img .banner_text a {
  text-transform: uppercase;
  padding-top: 250px;
  color: #006230;
  font-size: 36px;
  font-weight: 500;
}

#banner .banner-img .banner_text a>span {
  font-weight: 700;
  text-transform: capitalize;
  padding-bottom: 30px;
}

#banner .banner-img .banner_text .color_big {
  position: relative;
  z-index: 999;
}

#banner .banner-img .banner_text .color_big::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 20px;
  background: #fdc221;
  bottom: 21px;
  left: 0;
  z-index: -1;
}

#banner .icon {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  color: #ffffff;
  border-radius: 50%;
  border: 1px solid #ffffff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 16px;
  transition: all linear 0.2s;
  background-color: transparent;
  opacity: 1;
}

#banner .icon:hover {
  color: #bde4f8;
  border-color: #bde4f8;
}

#banner .left {
  left: 50px;
  z-index: 9;
}

#banner .right {
  right: 50px;
}

#banner .icon:hover {
  opacity: 1;
}

#banner .slick-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: block !important;
}

#banner .slick-dots li {
  list-style: none;
  display: inline-block;
  margin: 0 3px;
}

#banner .slick-dots li button {
  font-size: 0;
  border-radius: 50%;
  border: 0;
  width: 12px;
  height: 12px;
  background-color: #bde4f8;
}

#banner .slick-dots li.slick-active button {
  background-color: #ffffff;
}

.about_area_img {
  width: 100%;
}

.about_area_img img {
  width: 100%;
  padding: 100px 50px 0 0;
}

.about_area_main_text {
  padding-top: 54px;
}

.about_area_heading {
  position: relative;
  display: flex;
  align-items: center;
}

.about_area_heading h2 {
  font-size: 32px;
  padding-top: 20px;
  text-transform: capitalize;
  color: #2a283e;
}

.about_area_heading_two h2 {
  line-height: 50px;
  font-weight: 500;
}

.color_big_heading {
  position: relative;
  z-index: 99;
}

.color_big_heading::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 20px;
  background: #fdc221;
  bottom: 4px;
  left: 0;
  z-index: -1;
}

.about_area_heading_two h3 {
  font-weight: 500;
  color: var(--main-color);
  padding-top: 15px;
}

.about_area_para {
  padding-top: 20px;
}

.about_area_para h5 {
  line-height: 26px;
  font-size: 16px;
  color: #818090;
}

.about_area_para p {
  font-size: 18px;
  padding-top: 20px;
  line-height: 26px;
}

.about_vedio_area {
  padding-top: 45px;
}

.vedio_btn {
  margin-left: 35px;
  font-size: 18px;
  font-weight: 600;
  color: #2a283e;
}

.vedio_btn i {
  height: 50px;
  width: 50px;
  border: 1px solid;
  text-align: center;
  line-height: 46px;
  border-radius: 50%;
  font-size: 24px;
  margin-right: 14px;
  color: #bde4f8;
}

/* --Counter Area-- */
.notice {
  box-shadow: 0 0 25px rgba(33, 37, 41, 0.3);
  padding: 30px 30px 10px;
}

.notice_page {
  box-shadow: none;
}

.notice_page .pagination ul {
  background-color: #ffffff;
}

.notice ul {
  background-color: #f2f2f2;
  margin-bottom: 14px;
  position: relative;
  height: 65px;
}

.notice ul li.date {
  background-color: #9F89C0;
  color: #ffffff;
  width: 80px;
  padding: 10px 0;
  font-weight: 600;
  position: absolute;
  top: 0;
  left: 0;
}

.notice ul li.info {
  padding: 14px;
  padding-right: 80px;
  padding-left: 100px;
}

.notice ul li.info a {
  color: #1e1d23;
  transition: all linear 0.2s;
  font-size: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.notice ul li.info a:hover {
  color: #bde4f8;
}

.notice ul li.pdf {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.notice ul li.pdf a {
  width: 50px;
  height: 50px;
  background-color: #C7EAFC;
  text-align: center;
  line-height: 44px;
  border-radius: 50%;
  font-size: 25px;
  color: #ffffff;
}

#counter {
  z-index: 9;
}

.counter_area_wrapper {
  background: #ffffff;
  box-shadow: -4px -6px 24px rgba(0, 0, 0, 0.08), 8px 12px 24px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  padding: 30px 20px;
}

.counter_item {
  text-align: center;
  border-right: 1px solid #eeeeee;
}

.counter_item img {
  height: 64px;
}

.counter_item .count {
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0;
  top: 0;
}

.counter_item .count p {
  font-size: 22px;
  color: #bde4f8;
  font-weight: 700;
}

.row .col-lg-3:last-child .counter_item {
  border-right: none;
}

.counter_item h2 {
  line-height: 50px;
  padding-top: 10px;
}

.counter_item p {
  font-size: 18px;
  padding-top: 10px;
}

.search-block {
  margin-bottom: 24px;
  border-radius: 10px;
  padding: 30px;
  background-color: #f2f2f2;
}

.search-block .input-groups {
  position: relative;
}

.search-block .input-groups input {
  width: 100%;
  height: 50px;
  border-radius: 3px;
  border: 0;
  background-color: #ffffff;
  padding: 0 40px 0 20px;
  border: 1px solid transparent;
}

.search-block .input-groups button {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  font-size: 18px;
  background-color: transparent;
  border: 0;
}

#news {
  background-color: #eef4f8;
}

.blog_card_wrapper {
  background: #ffffff;
  box-shadow: 6px 12px 24px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  z-index: 9;
}

.blog_card_img {
  overflow: hidden;
  width: 456px;
  height: 304px;
}

.blog_card_img a {
  height: 100%;
}

.blog_card_img a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s all ease-in-out;
}

.blog_card_wrapper:hover .blog_card_img a img {
  transform: scale(1.2);
}

.blog_card_text {
  padding: 20px 20px;
}

.blog_card_heading {
  height: 207px;
  padding-top: 10px;
}

.blog_card_heading h3 {
  line-height: 35px;
}

.blog_card_heading h3 a {
  color: #2a283e;
}

.blog_card_tags a {
  color: #8161b4;
}

.blog_card_heading h3 a:hover {
  color: #8161b4;
}

.blog_card_heading p {
  padding-top: 13px;
}

.blog_boxed_bottom_wrapper {
  border-top: 1px solid rgba(196, 196, 196, 0.3411764706);
  padding-top: 15px;
  margin-top: 17px;
}

.blog_boxed_bottom_wrapper .row .col-lg-6:last-child .blog_bottom_boxed {
  border-right: none;
}

.blog_bottom_boxed {
  display: flex;
  align-items: center;
  border-right: 1px solid #e6e6e6;
}

.blog_bottom_content {
  padding-left: 8px;
}

.blog_bottom_content h5 {
  font-size: 16px;
  font-weight: 500;
}

.blog_bottom_content p {
  padding-top: 0;
  font-size: 14px;
}

.section_after {
  position: relative;
}

.section_after::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 240px;
  background-color: #ffffff;
}

.about_top_boxed {
  position: relative;
  border-radius: 20px;
  padding: 40px 30px 20px 30px;
  transition: 0.4s all ease-in-out;
  margin: 70px 12px 30px;
  height: 295px;
}

.about_top_boxed:hover {
  transform: translateY(10px);
}

.bg_one {
  background: #cae4f7;
}

.bg_two {
  background: #fdf0dd;
}

.bg_three {
  background: #d2f4f4;
}

.bg_four {
  background: #e0eafd;
}

.bg_five {
  background: #fff8c4;
}

.about_top_boxed_icon {
  text-align: center;
  margin: 0px auto 0 auto;
  margin-top: -90px;
  transition: 0.4s all ease-in-out;
}

.about_top_boxed:hover .about_top_boxed_icon {
  transform: translateY(20px);
}

.about_top_boxed_icon img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  box-shadow: 0px -4px 16px rgba(0, 0, 0, 0.06), 4px 8px 16px rgba(0, 0, 0, 0.1);
  margin: -45px auto 0 auto;
}

.about_top_boxed_text {
  padding-top: 20px;
}

.about_top_boxed_text h3 {
  font-size: 30px;
  font-weight: 500;
  padding: 7px 0;
  height: 86px;
}

.about_top_boxed_text a {
  font-size: 16px;
  font-weight: 500;
  color: #1E5F1D;
}

.about_top_boxed_vector {
  position: absolute;
  bottom: 15px;
  right: 20px;
}

.subscribe_wrapper {
  background: #ffffff;
  box-shadow: -4px -6px 24px rgba(0, 0, 0, 0.08), 8px 12px 24px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  padding: 40px 85px 40px 85px;
}

.subscribe_wrapper .subscribe_text h3 {
  font-size: 30px;
  padding-top: 10px;
  line-height: 40px;
}

#subscribe_form .form-control {
  border: 1px solid #bde4f8;
  height: 60px;
  background: #ffffff;
}

#subscribe_form .btn_md {
  padding: 16px 35px;
  font-size: 18px;
}

#events {
  background-color: #eef4f8;
}

.est {
  font-size: 20px;
  padding-top: 10px;
}

.event_left_side_wrapper {
  background: #ffffff;
  box-shadow: -4px 6px 24px rgba(0, 0, 0, 0.08), 6px 12px 24px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
}

.event_big_img {
  position: relative;
  overflow: hidden;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  height: 430px;
}

.event_big_img a {
  height: 100%;
}

.event_big_img a img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  transition: 0.4s all ease-in-out;
}

.event_left_side_wrapper:hover .event_big_img a img {
  transform: scale(1.2) rotate(3deg);
}

.event_content_area {
  position: relative;
}

.big_content_padding {
  padding: 28px 18px;
  height: 360px;
}

.small_content_padding {
  padding: 15px 18px;
  margin-bottom: 20px;
  height: 250px;
}

.event_para p {
  padding-top: 8px;
}

.small_content_padding .event_para {
  padding-right: 90px;
}

.event_tag_area a {
  font-size: 18px;
  font-weight: 500;
  color: #1E5F1D;
}

.event_heading {
  padding-right: 90px;
}

.event_heading h3 {
  line-height: 34px;
}

.event_heading h3 a {
  color: #2a283e;
}

.event_heading h3 a:hover {
  color: #8161b4;
}

.event_date {
  position: absolute;
  width: 85px;
  height: 83px;
  text-align: center;
  right: 32px;
  top: 31px;
}

.event_date h6 {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 18px;
  color: #fff;
  transform: translate(-50%, -58%);
}

.event_date h6 span {
  display: block;
}

.event_para {
  padding-right: 90px;
}

.event_boxed_bottom_wrapper {
  border-top: 1px solid rgba(196, 196, 196, 0.2509803922);
  border-bottom: 1px solid rgba(196, 196, 196, 0.2509803922);
  padding-top: 15px;
  margin-top: 17px;
  padding-bottom: 15px;
}

.event_boxed_bottom_wrapper .row .col-lg-6:last-child .event_bottom_boxed {
  border-right: none;
}

.event_bottom_boxed {
  display: flex;
  align-items: center;
  border-right: 1px solid #e6e6e6;
}

.event_bottom_content {
  padding-left: 8px;
}

.event_bottom_content h5 {
  font-size: 16px;
  font-weight: 500;
}

.event_bottom_content p {
  padding-top: 0;
  font-size: 14px;
}

.event_button {
  margin-top: 30px;
}

.event_button a {
  width: 100%;
}

#partner .partner_logo {
  background-color: transparent;
  text-align: center;
}

#partner .partner_logo a {
  /* background-color: #fff; */
  height: 120px;
  width: 90%;
  border: 1px solid #bde4f8;
  border-radius: 10px;
  /* box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4), 0px 7px 13px -3px rgba(0, 0, 0, 0.3), inset 0px -3px 0px rgba(0, 0, 0, 0.2); */
  /* box-shadow: 0px 50px 100px -20px rgba(50, 50, 93, 0.25), 0px 30px 60px -30px rgba(0, 0, 0, 0.3), inset 0px -2px 6px 0px rgba(10, 37, 64, 0.35); */
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.11), 0 2px 2px rgba(0, 0, 0, 0.11), 0 4px 4px rgba(0, 0, 0, 0.11), 0 6px 8px rgba(0, 0, 0, 0.11), 0 8px 16px rgba(0, 0, 0, 0.11);
}

#partner .owl-carousel .owl-item img {
  width: 230px;
  padding: 0 20px;
}

.owl-theme .owl-nav {
  display: none;
}

.pagination ul li {
  display: inline-block;
  box-shadow: 0 0px 25px rgba(0, 0, 0, 0.1);
}

.pagination ul li.arrow {
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  margin: 0 6px;
}

.pagination ul li.arrow a {
  color: #000000;
  line-height: 40px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-weight: 500;
  transition: all linear 0.2s;
}

.pagination ul li.arrow a i {
  font-size: 14px;
}

.pagination ul li.arrow a:hover {
  background-color: #bde4f8;
  color: #2a283e;
}

.pagination ul li.arrow:last-child {
  margin-right: 0;
}

.pagination ul li.mid-pagi {
  padding: 0 20px;
  background-color: #fff;
  height: 40px;
  line-height: 40px;
  border-radius: 50px;
}

.pagination ul li.mid-pagi a {
  margin: 0 10px;
  color: #232323;
}

.pagination ul li.mid-pagi a.active {
  width: 25px;
  height: 25px;
  background-color: #bde4f8;
  border-radius: 50%;
  text-align: center;
  line-height: 25px;
  display: inline-block;
  color: #2a283e;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.3);
}

#footer {
  background-color: #eef4f8;
}

.amp i {
  font-size: 20px;
  color: #2a283e;
  margin-right: 24px;
}

.widget iframe {
  width: 100%;
  height: 300px;
}

.widget .widget-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 24px !important;
}

.widget a {
  color: #0A0F26;
  transition: 0.3s;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
  text-transform: capitalize;
}

.widget a:hover {
  color: #EF4444;
}

.widget .list-unstyled li {
  margin-bottom: 16px;
}

.widget .social a {
  color: #0A0F26;
  margin-right: 20px;
  transition: 0.3s;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: transparent;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.widget .social a:first-child {
  color: #090eff;
  background-color: white;
  border: 1px solid #2a283e;
}

.widget .social a:nth-child(2) {
  color: #d73428;
  background-color: white;
  border: 1px solid #2a283e;
}

.widget .social a:nth-child(3) {
  color: #2a7cff;
  background-color: white;
  border: 1px solid #2a283e;
}

.widget .social a:nth-child(4) {
  color: #ff0000;
  background-color: #fff;
  border: 1px solid #2a283e;
}

.widget .social a:nth-child(5) {
  color: #ff0000;
  background-color: white;
  border: 1px solid #2a283e;
}

.widget .social a:hover {
  transform: translateY(5px);
}

.widget .subscribe .input_groups {
  position: relative;
}

.widget .subscribe .input_groups input {
  width: 100%;
  height: 50px;
  border-radius: 5px;
  border: 1px solid #ddd;
  transition: 0.3s;
  padding: 0 20px;
}

.widget .subscribe .input_groups input:focus {
  border-color: rgba(0, 0, 0, 0.5);
}

.widget .subscribe .input_groups button {
  background-color: #0A0F26;
  color: #ffffff;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 5px;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 18px;
  border: 0;
  transition: 0.3s;
}

.widget .subscribe .input_groups button:hover {
  background-color: #EF4444;
}

.footer_btm {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  margin-top: 40px;
  padding-top: 30px;
}

.footer_btm p {
  font-size: 17px;
  font-weight: 500;
}

.footer_btm p a {
  color: #8161b4;
}

#button {
  display: inline-block;
  background-color: #bde4f8;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #2a283e;
  text-align: center;
  border-radius: 5px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  font-size: 18px;
  z-index: 1000;
  cursor: pointer;
}

#button.show {
  opacity: 1;
  visibility: visible;
}

.bread-crumb {
  background-color: #bde4f8;
}

.bread-crumb .overlay {
  padding: 50px 0;
}

.bread-crumb .overlay .text h3 {
  font-size: 40px;
  font-weight: 700;
  color: #8161b4;
  margin-bottom: 10px;
}

.bread-crumb .overlay .text ul li {
  display: inline-block;
  color: #2a283e;
  font-weight: 500;
  position: relative;
  padding: 0 20px;
}

.bread-crumb .overlay .text ul li a {
  color: #8161b4;
}

.bread-crumb .overlay .text ul li a i {
  padding-right: 4px;
}

.bread-crumb .overlay .text ul li::before {
  position: absolute;
  top: 3px;
  right: -8px;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  content: "\f054";
  font-size: 12px;
  color: #8161b4;
}

.bread-crumb .overlay .text ul li:last-child::before {
  display: none;
}

.about--page {
  padding-top: 80px;
}

.about--page .about--company .image {
  overflow: hidden;
  border-radius: 10px;
}

.about--page .about--company .show--two--service {
  border-bottom: 1px solid #ddd;
  padding-bottom: 30px;
  margin-top: 40px;
}

.about--page .about--company .show--two--service .service--item .service--icon {
  margin-bottom: 16px;
}

.about--page .about--company .show--two--service .service--item .service--icon i {
  width: 65px;
  height: 60px;
  background-color: #bde4f8;
  border-radius: 5px;
  text-align: center;
  line-height: 60px;
  font-size: 28px;
}

.about--page .about--company .show--two--service .service--item .service--info h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.about--page .about--company .call--use {
  position: relative;
  margin-top: 40px;
  padding-left: 60px;
}

.about--page .about--company .call--use .icon {
  position: absolute;
  top: 10px;
  left: 0;
}

.about--page .about--company .call--use .icon i {
  font-size: 32px;
}

.about--page .about--company .call--use .info h4 {
  font-size: 24px;
  font-weight: 600;
}

.about--page .about--company .call--use .info h4 a {
  color: #2a283e;
}

.about--page .our--services {
  padding-top: 80px;
}

.about--page .our--services .services--bg {
  background-color: #F2F2F2;
  padding: 80px 0;
}

.about--page .our--services .services--bg .services--main {
  margin-top: 60px;
}

.about--page .our--services .services--bg .services--main .service--item {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 40px 30px;
  transition: all linear 0.2s;
}

.about--page .our--services .services--bg .services--main .service--item h4 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 8px;
}

.about--page .our--services .services--bg .services--main .service--item a {
  margin-top: 30px;
  width: 50px;
  height: 50px;
  background-color: #bde4f8;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  color: #2a283e;
  font-size: 16px;
  transition: all linear 0.2s;
}

.about--page .our--services .services--bg .services--main .service--item a:hover {
  background-color: #2a283e;
  color: #ffffff;
}

.about--page .our--services .services--bg .services--main .service--item:hover {
  margin-top: -10px;
}

.about--page .award {
  background-color: #2a283e;
}

.about--page .award .award--bg {
  padding: 80px 0;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
}

.about--page .award .award--main {
  padding-top: 60px;
}

.about--page .award .award--main .award--item {
  width: 280px;
  height: 280px;
  border-radius: 50%;
  border: 1px solid rgba(221, 221, 221, 0.2);
  padding: 40px;
}

.about--page .award .award--main .award--item .icon {
  filter: brightness(0) invert(1);
}

.about--page .award .award--main .award--item .text h3 {
  font-size: 42px;
  font-weight: 700;
  color: #ffffff;
  margin: 15px 0;
}

.about--page .award .award--main .award--item .text p {
  color: rgba(255, 255, 255, 0.7);
}

.project-list {
  padding: 60px 0;
  background-color: rgba(199, 187, 217, 0.2784313725);
}

.project-list .project-item {
  margin-bottom: 24px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.project-list .project-item .project-image {
  position: relative;
  height: 305px;
}

.project-list .project-item .project-image img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.project-list .project-item .project-image .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  padding: 0;
  top: 0;
  left: 0;
  background-color: rgba(164, 143, 197, 0.55);
  transform: scaleX(0);
  transition: all 0.5s ease 0s;
  display: flex;
  justify-content: center;
  align-items: center;
}

.project-list .project-item .project-image .overlay i {
  color: #ffffff;
  font-size: 15px;
}

.project-list .project-item .project-text {
  background-color: #ffffff;
}

.project-list .project-item .project-text .dates ul li a {
  background-color: #8161b4;
}

.project-list .project-item .project-text .info {
  padding: 30px;
  height: 310px;
}

.project-list .project-item .project-text .info .title {
  font-size: 24px;
  font-weight: 600;
  color: #2a283e;
  transition: all linear 0.2s;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.project-list .project-item .project-text .info .title:hover {
  color: #8161b4;
}

.project-list .project-item .project-text .info p {
  margin-top: 15px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.project-list .project-item .project-text .project-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 15px 40px;
}

.project-list .project-item .project-text .project-footer a {
  font-size: 15px;
  font-weight: 500;
  color: #2a283e;
  transition: all linear 0.2s;
}

.project-list .project-item .project-text .project-footer a:hover {
  color: #bde4f8;
}

.project-list .project-item .project-text .project-footer a+a {
  margin-left: 30px;
}

.project-list .project-item:hover .overlay {
  transform: scaleX(1);
}

.story-list .story-item {
  background-color: #ffffff;
  margin-bottom: 24px;
  border-radius: 3px;
  border: 2px solid #8161b4;
  transition: 0.4s all ease-in-out;
}

.story-list .story-item .image {
  width: 40%;
  border-radius: 3px 0 0 3px;
  height: 300px;
  overflow: hidden;
  transition: 0.4s all ease-in-out;
}

.story-list .story-item .image .overlay {
  bottom: 0;
  left: 0;
  right: 0;
  top: 183px;
  background: rgba(130, 104, 171, 0.44);
  display: flex;
}

.story-list .story-item .image .overlay .title {
  padding-bottom: 20px;
  padding-left: 20px;
}

.story-list .story-item .image .overlay .title p {
  color: #eef4f8;
}

.story-list .story-item .image .overlay .title h5 {
  font-size: 24px;
  padding-bottom: 16px;
  color: #ffffff;
}

.story-list .story-item .image img {
  transition: all 0.3s ease 0s;
  object-fit: cover;
  height: 100%;
}

.story-list .story-item .text {
  height: 300px;
  margin-top: 0;
  width: 60%;
  padding: 20px;
}

.story-list .story-item .text img {
  width: 100px;
  height: 100px;
  margin: 0 20px 20px 0;
  opacity: 0.4;
}

.story-list .story-item .text .berif {
  border-left: 4px solid #8161b4;
  padding-left: 16px;
}

.story-list .story-item .text .berif h5 {
  margin-bottom: 24px;
}

.story-list .story-item .text a {
  margin-left: 16px;
  color: #2a283e;
}

.story-list .story-item .text p {
  font-size: 16px;
  color: #2a283e;
}

.story-list .story-item:hover .image img {
  transform: rotate(3deg) scale(1.09);
}

.gallery-list {
  background-color: #ffffff;
  transition: all linear 0.2s;
  border: 1px solid #ddd;
}

.gallery-list .gallery-list-item {
  background-color: #f2f2f2;
  transition: all linear 0.2s;
  border: 1px solid #ddd;
  margin-bottom: 24px;
}

.gallery-list .gallery-list-item .image {
  background-color: #ddd;
  height: 218px;
  overflow: hidden;
  position: relative;
}

.gallery-list .gallery-list-item .image img {
  object-fit: cover;
  height: 100%;
  transition: all linear 0.2s;
}

.gallery-list .gallery-list-item .image i {
  transform: translate(0%, 0%);
  position: absolute;
  top: 20px;
  left: unset;
  right: 20px;
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  border-radius: 6px;
  text-align: center;
  line-height: 45px;
  color: #8161b4;
  font-size: 20px;
  -webkit-text-stroke: 1px;
}

.gallery-list .gallery-list-item .text {
  padding: 14px;
  height: 80px;
}

.gallery-list .gallery-list-item .text .title {
  font-size: 22px;
  font-weight: 500;
  color: #002C42;
  line-height: 36px;
  color: #00B2B2;
}

.gallery-list .gallery-list-item:hover .image img {
  transform: scale(1.09);
}

.content-page {
  padding-top: 50px;
  margin-bottom: 60px;
}

.content-page .content-main {
  background-color: #eef4f8;
  padding: 40px;
  margin-bottom: 30px;
}

.content-page .content-main .image {
  float: left;
  margin-right: 24px;
  margin-bottom: 20px;
}

.content-page .content-main .image img {
  border-radius: 10px;
  border-radius: 10px;
  width: 100%;
  max-height: 400px;
}

.content-page .content-main p,
.content-page .content-main ul,
.content-page .content-main ol,
.content-page .content-main table,
.content-page .content-main .content-table {
  margin-bottom: 30px;
  color: #2a283e;
}

.content-page .content-main ul,
.content-page .content-main ol {
  padding-top: 12px;
}

.content-page .content-main table {
  margin-top: 12px;
}

.content-page .content-main h1 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 40px;
  position: relative;
  padding: 15px 0;
  z-index: 1;
  padding-left: 24px;
}

.content-page .content-main h1::before {
  width: 360px;
  height: 100%;
  background-image: linear-gradient(to right, rgba(244, 70, 47, 0.4), #fff);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  content: "";
  z-index: -1;
}

.content-page .content-main p {
  text-align: justify;
}

.content-page .content-main .background p {
  padding-left: 10px;
  border-left: 5px solid #8161b4;
}

.content-page .content-main ul li {
  margin-left: 30px;
}

.content-page .content-main ol li {
  margin-left: 30px;
}

.content-page .content-main table thead {
  background-color: #2a283e;
}

.content-page .content-main table tr th {
  min-width: 150px;
  text-align: start;
}

.content-page .content-main table tr td {
  padding: 15px 10px;
  vertical-align: middle;
}

.content-page .content-main .content-table table thead tr th span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
}

.content-page .content-main .content-table table tbody tr:nth-child(odd) {
  background-color: #ffffff;
}

.content-page .content-main .content-table table tbody tr:nth-child(even) {
  background-color: #ededed;
}

.content-page .content-main .content-table table tbody td:first-child,
.content-page .content-main .content-table table tbody td:nth-child(5),
.content-page .content-main .content-table table tbody td:last-child {
  text-align: center;
}

.content-page .content-main .content-table table tbody td img {
  height: 60px;
}

.content-page .content-main .content-table .action {
  background-color: red;
  border: 0;
  padding: 5px 10px;
  color: #ffffff;
}

.content-page .content-main blockquote {
  width: 100%;
  display: inline-block;
}

.content-page .content-main blockquote p {
  font-size: 24px;
  font-weight: 600;
  color: #666666;
  line-height: 40px;
  padding: 20px 80px 20px 40px;
  background-color: white;
  border-bottom: 3px solid #ed1c24;
  position: relative;
}

.content-page .content-main blockquote p::before {
  font-family: "Font Awesome 5 Free";
  content: "\f10d";
  color: #ed1c24;
  display: inline-block;
  padding-right: 30px;
  font-size: 30px;
}

.content-page .content-main .note p {
  color: #ec0c0c;
  font-weight: bold;
}

.content-page .content-main .note p::before {
  content: "**";
}

.content-page .content-main .note p::after {
  content: "**";
}

.content-page .content-main .content-background-style {
  background-color: red;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  padding: 8px;
  border-radius: 3px;
}

.content-page .content-main .content-border-style {
  border-bottom: 1px solid #2a283e;
  padding-bottom: 10px;
  color: #2a283e;
}

.content-page .content-main .content-after-border-style {
  position: relative;
  padding-bottom: 10px;
  color: #2a283e;
}

.content-page .content-main .content-after-border-style::before {
  width: 100px;
  height: 2px;
  background-color: #2a283e;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
}

.content-page .content-main .content-border-dash-style {
  margin-top: 15px;
  border: 2px dashed #2a283e;
  font-size: 16px;
  font-weight: 600;
  color: #2a283e;
  padding: 6px 10px;
}

.content-page .content-main .content-border-dots-style {
  border: 2px dotted #2a283e;
  font-size: 16px;
  font-weight: 600;
  color: #2a283e;
  padding: 6px 10px;
}

.project-details-page {
  padding-top: 60px;
  padding-bottom: 60px;
}

.project-details-page .project-left {
  background-color: #f2f2f2;
  border-radius: 10px;
}

.project-details-page .project-left .image {
  overflow: hidden;
  border-radius: 10px;
  height: 500px;
}

.project-details-page .project-left .image img {
  border-radius: 10px;
  transition: all 0.3s ease 0s;
  height: 100%;
  object-fit: cover;
}

.project-details-page .project-left .image:hover img {
  transform: scale(1.1);
}

.project-details-page .project-left .text {
  padding: 30px;
}

.project-details-page .project-left .text .dates {
  margin-bottom: 24px;
}

.project-details-page .project-left .text .dates ul {
  padding: 5px 20px;
  border-radius: 5px;
  display: inline-block;
  background-color: #8161b4;
  color: #ffffff;
}

.project-details-page .project-left .text .dates ul li {
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  position: relative;
}

.project-details-page .project-left .text .dates ul li::before {
  position: absolute;
  top: 50%;
  left: -18px;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  background-color: #ffffff;
  border-radius: 50%;
  content: "";
}

.project-details-page .project-left .text .dates ul li:first-child::before {
  display: none;
}

.project-details-page .project-left .text .dates ul li+li {
  margin-left: 30px;
}

.project-details-page .project-left .text .details h3 {
  padding-bottom: 20px;
}

.project-details-page .project-left .text .details p {
  margin-bottom: 20px;
  color: #2a283e;
  text-align: justify;
}

.project-details-page .project-left .text .details h5 {
  padding-top: 20px;
  padding-bottom: 16px;
}

.project-details-page .project-left .text blockquote {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  border-left: 5px solid #bde4f8;
  position: relative;
  text-align: justify;
}

.project-details-page .project-left .text blockquote strong {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500px;
  margin-top: 20px;
  display: inline-block;
  font-style: italic;
}

.project-details-page .project-left .text blockquote::before {
  content: "\f10e";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 22px;
  bottom: 10px;
  font-size: 90px;
  opacity: 0.03;
  line-height: 98px;
  color: #2a283e;
}

.project-details-page .project-left .text ul {
  padding-left: 14px;
}

.project-details-page .project-left .text ul li {
  line-height: 26px;
  font-size: 16px;
  font-weight: 400px;
}

.project-details-page .project-left .text ol {
  padding-left: 17px;
}

.project-details-page .project-left .text ol li {
  line-height: 26px;
  font-size: 16px;
  font-weight: 400px;
}

.project-details-page .project-right {
  position: sticky;
  top: 20px;
  bottom: 0;
}

.project-details-page .project-right .info-block {
  margin-bottom: 24px;
  border-radius: 10px;
  padding: 30px;
  background-color: #f2f2f2;
}

.project-details-page .project-right .info-block .project-title {
  font-size: 22px;
  font-weight: 600px;
}

.project-details-page .project-right .info-block .search .input-groups {
  position: relative;
}

.project-details-page .project-right .info-block .search .input-groups input {
  width: 100%;
  height: 50px;
  border-radius: 3px;
  border: 0;
  background-color: #ffffff;
  padding: 0 40px 0 20px;
  border: 1px solid transparent;
}

.project-details-page .project-right .info-block .search .input-groups input:focus {
  border-color: #2a283e;
}

.project-details-page .project-right .info-block .search .input-groups button {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  font-size: 18px;
  background-color: transparent;
  border: 0;
}

.project-details-page .project-right .info-block .small-project-item {
  margin-top: 24px;
}

.project-details-page .project-right .info-block .small-project-item .recent-project .image {
  padding-right: 15px;
  width: 30%;
  height: 70px;
}

.project-details-page .project-right .info-block .small-project-item .recent-project .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.project-details-page .project-right .info-block .small-project-item .recent-project .text {
  width: 70%;
}

.project-details-page .project-right .info-block .small-project-item .recent-project .text h5 {
  font-size: 15px;
  font-weight: 500px;
  color: #2a283e;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all linear 0.2s;
}

.project-details-page .project-right .info-block .small-project-item .recent-project .text h5:hover {
  color: #8161b4;
}

.project-details-page .project-right .info-block .small-project-item .recent-project .text span {
  font-size: 13px;
  font-weight: 400px;
  color: #2a283e;
  margin-top: 10px;
}

.project-details-page .content-box .small-image {
  float: right;
  margin-left: 24px;
  height: auto;
}

.project-details-page .content-box .small-image img {
  border-radius: 10px;
}

.project-details-page .content-box p {
  text-align: justify;
}

.project-box p:last-child {
  display: inline-block;
}

.project-box p+p {
  padding: 24px 0;
}

.project-box h3 {
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  margin-bottom: 20px;
}

.project-box h5 {
  margin-top: 25px;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
}

.project-box .small-image {
  float: left;
  margin: 20px 20px 20px 0;
  width: 400px;
}

.project-box .small-image img {
  border-radius: 10px;
  width: 100%;
}

.project-box .text {
  padding: 30px;
}

.project-box ul {
  margin-top: 20px;
}

.project-box ul li {
  list-style: none;
  margin-left: 30px;
  display: flex;
  margin-bottom: 8px;
}

.project-box ul li::before {
  font-family: "Font Awesome 5 Free";
  content: "\f058";
  color: #787878;
  display: inline-block;
  padding-right: 15px;
  vertical-align: middle;
  font-weight: 900;
  font-size: 20px;
}

.portfolio-single .project-banner {
  width: 100%;
  height: 730px;
}

.portfolio-single .project-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.portfolio-single .common--title {
  margin-bottom: 15px;
}

.portfolio-single .project-detail {
  padding: 60px 0;
}

.portfolio-single .project-detail .sub-title {
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
}

.portfolio-single .project-detail .challenge .image {
  width: 100%;
  height: 228px;
}

.portfolio-single .project-detail .challenge .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.portfolio-single .project-detail .req-list li {
  list-style: none;
  margin-top: 5px;
  padding-bottom: 5px;
  display: flex;
  align-items: center;
}

.portfolio-single .project-detail .req-list li i {
  font-size: 18px;
  margin-right: 10px;
}

.portfolio-single .project-detail .project-info-box {
  display: inline-block;
  width: 100%;
  background: #eee;
  padding: 45px;
  border-radius: 10px;
}

.portfolio-single .project-detail .project-info-box .info .list li {
  list-style: none;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1019607843);
}

.portfolio-single .project-detail .project-info-box .info .list li h5 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
}

.portfolio-single .project-detail .project-info-box .info .list li .social-list i {
  font-size: 24px;
  color: #ffffff;
  background-color: #2a283e;
  display: inline-block;
  text-align: center;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 900px;
  transition: all 0.3s ease-in-out;
}

.portfolio-single .project-detail .project-info-box .info .list li .social-list i:hover {
  background-color: #bde4f8;
  color: #2a283e;
}

.portfolio-single .projects--item .projects--image {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  height: 410px;
}

.portfolio-single .projects--item .projects--image img {
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  transition: all 0.4s ease 0s;
}

.portfolio-single .projects--item .projects--image:hover img {
  transform: scale(1.1);
}

.portfolio-single .projects--item .projects--image .projects--text {
  padding: 30px;
  padding-bottom: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.portfolio-single .projects--item .projects--image .projects--text .projects--title {
  font-size: 24px;
  font-weight: 700;
  color: #2a283e;
  margin-bottom: 10px;
  display: inline-block;
  padding: 5px 12px;
  z-index: 9;
  transition: all 0.3s ease 0s;
  opacity: 1;
  background-color: #ffffff;
  border-radius: 5px;
}

.portfolio-single .projects--item .projects--image .projects--text .projects--tagline {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  color: #2a283e;
  display: inline-block;
  padding: 3px 12px;
  z-index: 9;
  transition: all 0.3s ease 0s;
  opacity: 1;
  border-radius: 5px;
  background-color: #bde4f8;
}

.portfolio-single .projects--item .projects--image:hover .projects--title {
  opacity: 1 !important;
}

.portfolio-single .projects--item .projects--image:hover .projects--title::before {
  width: 100% !important;
  opacity: 1 !important;
}

.portfolio-single .projects--item .projects--image:hover .projects--tagline {
  opacity: 1 !important;
}

.portfolio-single .projects--item .projects--image:hover .projects--tagline::before {
  width: 100% !important;
  opacity: 1 !important;
}

.product-box {
  background-color: #f2f2f2;
}

.product-box h3 {
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  margin-bottom: 20px;
}

.product-box h5 {
  margin-top: 25px;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
}

.product-box .image {
  overflow: hidden;
  height: 600px;
  margin-bottom: 30px;
}

.product-box .image img {
  transition: all 0.3s ease 0s;
  width: 100%;
  height: 100%;
}

.product-box .image:hover img {
  transform: scale(1.01);
}

.product-box .text {
  padding: 30px;
}

.product-box ul {
  padding-top: 10px;
}

.product-box ul li {
  list-style: none;
  margin-left: 30px;
  display: flex;
  margin-bottom: 8px;
}

.product-box ul li::before {
  font-family: "Font Awesome 5 Free";
  content: "\f058";
  color: #787878;
  display: inline-block;
  padding-right: 15px;
  vertical-align: middle;
  font-weight: 900;
  font-size: 20px;
}

.service-box h3 {
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  margin-bottom: 20px;
}

.service-box p:first-child {
  margin-top: 20px;
}

.service-box p+p {
  padding: 24px 0;
}

.service-box h5 {
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
}

.service-box>img {
  border-radius: 10px;
  width: 100%;
}

.service-box .small-image {
  float: left;
  margin-right: 24px;
  margin-bottom: 20px;
  width: 400px;
}

.service-box .small-image img {
  border-radius: 10px;
  width: 100%;
}

.service-box ul li {
  list-style: none;
  margin-left: 40px;
  display: flex;
}

.service-box ul li::before {
  font-family: "Font Awesome 5 Free";
  content: "\f058";
  color: #787878;
  display: inline-block;
  padding-right: 15px;
  vertical-align: middle;
  font-weight: 900;
  font-size: 20px;
}

.service-single .project-banner {
  width: 100%;
  height: 700px;
}

.service-single .project-banner img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.service-single .sr-sm-img {
  height: 500px !important;
}

.service-single .sr-sm-img img {
  border-radius: 10px;
}

.call-expert {
  border-radius: 15px;
  height: 500px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.call-expert a {
  border-radius: 15px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4784313725);
}

.call-expert a .text {
  color: #ffffff;
  font-size: 40px;
  font-weight: 700;
  padding-left: 30px;
  padding-bottom: 30px;
}

.call-expert a .call {
  background-color: #bde4f8;
  color: #2a283e;
  width: 228px;
  padding: 20px 30px;
  font-size: 22px;
  border-radius: 0 10px 10px 0;
}

.rl-service {
  border-bottom: 1px solid rgba(0, 0, 0, 0.4784313725);
  padding-bottom: 20px;
}

.rl-service .image {
  width: 98px;
}

.rl-service .image i {
  background-color: #bde4f8;
  margin-right: 20px;
  border-radius: 10px;
  padding: 20px;
  font-size: 40px;
}

.rl-service .text {
  width: 300px;
}

.rl-service .text h4 {
  font-size: 22px;
  font-weight: 500;
  padding-bottom: 15px;
}

.contact_left_item {
  background: #ffffff;
  box-shadow: 8px 10px 24px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  display: flex;
  padding: 30px 40px;
  margin-bottom: 30px;
}

.contact_left_item img {
  max-width: 100%;
  height: auto;
}

.contact_left_text {
  padding-left: 20px;
  margin: auto 0;
}

.contact_left_text p,
.contact_left_text a {
  font-size: 20px;
}

.contact_form_Wrapper {
  background: #ffffff;
  box-shadow: 8px 10px 24px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 20px 40px;
}

.contact_form_Wrapper h3 {
  padding-bottom: 20px;
}

#contact_form .form-group {
  padding-bottom: 15px;
}

.form-control {
  height: 60px;
  border: none;
  box-shadow: 0px 1px 13px 0px rgba(0, 0, 0, 0.0509803922);
  padding: 10px 22px;
  font-size: 16px;
  background: rgba(224, 60, 51, 0.0784313725);
}

.form-control:focus {
  color: #ffffff;
  background-color: #fff;
  border: 1px solid #bde4f8;
  outline: none;
  box-shadow: none;
}

.contact_map_area iframe {
  width: 100%;
}

.map iframe {
  width: 100%;
  border: 0;
  height: 450px;
}

.what-we-do-page {
  margin: 50px 0;
}

.what-we-do-page .image {
  width: 100%;
  height: 432px;
  text-align: center;
  position: relative;
}

.what-we-do-page .image .frame1 {
  position: absolute;
  top: 0;
  left: 0;
}

.what-we-do-page .image .frame2 {
  position: absolute;
  bottom: 0;
  right: 0;
}

.what-we-do-page .image>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding: 15px;
  border: 1px solid #8161b4;
}

.what-we-do-page .text {
  margin-left: 50px;
  background-color: #eef4f8;
  margin-bottom: 30px;
  padding: 30px;
}

.what-we-do-page .text h5 {
  padding-bottom: 12px;
}

.what-we-do-page .text p {
  padding-left: 20px;
  border-left: 5px solid #8161b4;
  color: #2a283e;
  margin-bottom: 20px;
}

.what-we-do-page .text ol {
  padding-bottom: 25px;
  list-style: none;
}

.what-we-do-page .text ol li {
  margin-left: 30px;
  padding-bottom: 20px;
}

.what-we-do-page .text ul>li::marker,
.what-we-do-page .text ol>li::marker {
  font-weight: bold;
  font-size: 20px;
}

.what-we-do-page h3 {
  padding-bottom: 20px;
  padding-left: 50px;
}

.gallery-item {
  background-color: #f2f2f2;
  transition: all linear 0.2s;
  border: 1px solid #ddd;
  margin-bottom: 24px;
}

.gallery-item .image {
  background-color: #ddd;
  height: 218px;
  overflow: hidden;
  position: relative;
}

.gallery-item .image img {
  object-fit: cover;
  height: 100%;
  transition: all linear 0.2s;
}

.gallery-item .image i {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  right: 20px;
  width: 45px;
  height: 45px;
  background-color: #ffffff;
  border-radius: 50%;
  text-align: center;
  line-height: 45px;
  color: #ED1C24;
  font-size: 16px;
  -webkit-text-stroke: 1px;
}

.gallery-item .text {
  padding: 14px;
  min-height: 116px;
}

.gallery-item .text h6 {
  font-size: 16px;
  font-weight: 500;
  color: #002C42;
  line-height: 22px;
}

.gallery-item:hover .image img {
  transform: scale(1.1);
}

.photo-gallery-view {
  padding: 60px 0;
}

.video-gallery-view {
  padding: 60px 0;
}

.video-gallery-view .gallery-item .image i {
  font-size: 18px;
  padding-left: 4px;
}

.team-page .title {
  font-size: 32px;
  padding-bottom: 8px;
  border-bottom: 3px solid #8161b4;
  margin: 15px 0 30px;
}

.team-page .team_wrapper {
  cursor: pointer;
  margin-bottom: 30px;
  z-index: 9;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 8px 10px 24px rgba(0, 0, 0, 0.1);
  transition: 0.4s all ease-in-out;
}

.team-page .team_wrapper .volunteer_img {
  position: relative;
  height: 306px;
}

.team-page .team_wrapper .volunteer_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.team-page .team_wrapper .volunteer_icon {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%, 20px);
  transition: 0.4s all ease-in-out;
  opacity: 0;
}

.team-page .team_wrapper .volunteer_icon ul {
  display: flex;
  justify-content: center;
}

.team-page .team_wrapper .volunteer_icon ul li {
  padding-left: 20px;
  list-style: none;
}

.team-page .team_wrapper .volunteer_icon ul li>a {
  height: 30px;
  width: 30px;
  background: #2a283e;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  color: #fff;
  font-size: 14px;
  display: block;
  transition: 0.4s all ease-in-out;
}

.team-page .team_wrapper .volunteer_icon ul li:first-child {
  padding-left: 0px;
}

.team-page .team_wrapper .volunteer_text {
  padding: 20px 20px;
  text-align: center;
  height: 142px;
}

.team-page .team_wrapper .volunteer_text h3 {
  font-size: 26px;
  color: #00B2B2;
}

.team-page .team_wrapper .volunteer_text p:last-child {
  margin-bottom: 0;
  color: #2a283e;
  font-size: 16px;
}

.team-page .team_wrapper:hover {
  box-shadow: rgba(0, 0, 0, 0.14) 8px 20px 22px;
}

.team-page .team_wrapper:hover .volunteer_icon {
  opacity: 1;
  transform: translate(-50%, 0px);
}

.team-page .organogram a {
  width: max-content;
  background-color: #bde4f8;
  color: #2a283e;
}

.team-page .organogram a:hover {
  background-color: #8161b4;
  color: #ffffff;
}

.publication_category {
  background-color: #F2F2F2;
  position: sticky;
  top: 80px;
}

.publication_category .nav-pills .nav-link.active,
.publication_category .nav-pills .show>.nav-link {
  color: #2a283e;
  background-color: #bde4f8;
}

.publication_category .nav-pills .nav-link {
  text-align: start;
  color: #2a283e;
  background-color: #ffffff;
  font-size: 16px;
  font-weight: 600;
}

.publication_category .nav-pills .nav-link span {
  position: relative;
  width: 100%;
}

.publication_category .nav-pills .nav-link span:before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  font-size: 12px;
  right: 0;
  top: 5px;
  position: absolute;
  color: inherit;
  line-height: normal;
}

.publication_category .nav-pills .nav-link:hover {
  background-color: #bde4f8;
  color: #8161b4;
}

.publication h6 {
  color: #8161b4;
}

.publication h6 a {
  color: #8161b4;
}

.publication .list .item {
  border-radius: 6px;
  border: 1px solid #bde4f8;
  margin-bottom: 24px;
}

.publication .list .item .image {
  width: 100%;
  height: 250px;
}

.publication .list .item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.publication .list .item .text {
  height: 100px;
}

.publication .list .item .text a {
  color: #2a283e;
}

.publication .list .item .text a h4 {
  padding: 20px 15px 0 15px;
  font-size: 20px;
  font-weight: 500;
}

.publication .list .item:hover .text h4 {
  color: #8161b4;
}

.gb_page {
  padding-top: 60px;
  margin-bottom: 60px;
}

.gb_page .content_main {
  background-color: #eef4f8;
  padding: 40px;
  margin-bottom: 30px;
}

.gb_page .content_main .title {
  font-size: 32px;
  padding-bottom: 8px;
  border-bottom: 3px solid #8161b4;
  margin: 15px 0 30px;
}

.gb_page .content_main .gb_member {
  height: 300px;
  background-color: #ffffff;
  border-radius: 10px;
  margin-bottom: 24px;
}

.gb_page .content_main .gb_member .shape1 {
  background-color: #bde4f8;
  border-radius: 5px 0% 100% 5px;
  padding: 10px;
  height: 90%;
  width: 65%;
}

.gb_page .content_main .gb_member .shape1 .image {
  width: 170px;
  height: 170px;
  margin-top: 20px;
  margin-left: 20px;
}

.gb_page .content_main .gb_member .shape1 .image img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gb_page .content_main .gb_member .shape2 {
  background-color: #bde4f8;
  border-radius: 100% 5px 5px 0%;
  padding: 0 10px 20px 30px;
  height: 80%;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: end;
}

.gb_page .content_main .gb_member .shape2 h3 {
  font-size: 24px;
}

.gb_page .content_main .gb_member .shape2 h4 {
  font-size: 20px;
  color: rgba(199, 187, 217, 0.2784313725);
  color: rgb(124, 124, 124);
}

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