@charset "UTF-8";
/*
* zachholtmeier default stylesheed   
*/
/*
 * table of content 
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Variables
# Normalize
# Typography
	## Headings
	## Copy
# Elements
	## Lists
	## Tables
# Forms
	## Buttons
	## Fields
# Navigation
	## Links
	## Menus
	## Next & Previous
# Accessibility
# Alignments
# Clearings
# Layout
# Widgets
# Content
	## Archives
	## Posts and pages
	## Comments
# Blocks
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Lora:wght@400;500;600;700&display=swap");
@font-face {
  font-family: "Gotham";
  src: url("../font/GothamLight.ttf");
  font-weight: 300;
}
@font-face {
  font-family: "Gotham";
  src: url("../font/GothamBook.ttf");
  font-weight: 400;
}
@font-face {
  font-family: "Gotham";
  src: url("../font/GothamMedium.ttf");
  font-weight: 500;
}
@font-face {
  font-family: "Gotham";
  src: url("../font/GothamBold.ttf");
  font-weight: 700;
}
/*
* define all constant here 
*/
.header_top {
  font-family: "Gotham";
  padding: 8px 0px;
}
.header_top.border_bottom {
  border-bottom: 1px solid #e5e5e5;
}

.mr-4 {
  margin-right: 40px;
}

.w-100 {
  width: 100%;
}

.d-block {
  display: block;
}

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

.site-header .site-logo {
  max-width: 246px;
}
@media (max-width: 1200px) {
  .site-header .site-logo {
    max-width: 170px;
  }
}
@media (max-width: 576px) {
  .site-header .site-logo {
    max-width: 150px;
  }
}
.site-header .header_btn .cu_btn:not(:last-child) {
  margin-right: 27px;
}

.navbar-brand img + img {
  display: none;
}

.menu > .nav-item {
  position: relative;
  padding: 29px 20px;
  transition: all 0.1s linear;
  text-transform: capitalize;
}
@media (max-width: 1199px) {
  .menu > .nav-item {
    padding: 20px 15px;
  }
}
.menu > .nav-item > .nav-link {
  font-family: "Gotham";
  font-size: 15px;
  color: #434754;
  padding: 0;
  position: relative;
  text-decoration: none;
}
@media (max-width: 1199px) {
  .menu > .nav-item > .nav-link {
    color: #00247A;
  }
}
.menu > .nav-item .mobile_dropdown_icon {
  display: none;
}
.menu > .nav-item .mobile_dropdown_icon.arrow_rotate {
  transform: rotate(180deg);
  color: #005028;
}
.menu > .nav-item.submenu .dropdown-menu {
  margin: 0px;
  border: 0px;
  border-radius: 0px;
  left: -30px;
  min-width: 200px;
  padding: 15px 0px;
  background: #fff;
  box-shadow: 0px 6px 20px 0px rgba(1, 6, 33, 0.08);
  display: none;
}
@media (min-width: 992px) {
  .menu > .nav-item.submenu .dropdown-menu {
    transform: translateY(20px);
    top: 100%;
    transition: all 0.3s ease-in;
    opacity: 0;
    visibility: hidden;
    display: block;
  }
}
.menu > .nav-item.submenu .dropdown-menu .nav-item {
  display: block;
  width: 100%;
  padding: 0px 30px;
  position: relative;
}
.menu > .nav-item.submenu .dropdown-menu .nav-item:not(:first-child) {
  margin-top: 14px;
}
.menu > .nav-item.submenu .dropdown-menu .nav-item .nav-link {
  padding: 0px;
  white-space: nowrap;
  font-size: 14px;
  color: #434754;
  transition: color 0.2s linear;
}
.menu > .nav-item.submenu .dropdown-menu .nav-item .nav-link:after {
  display: none;
}
.menu > .nav-item.submenu .dropdown-menu .nav-item:hover > .nav-link, .menu > .nav-item.submenu .dropdown-menu .nav-item:focus > .nav-link, .menu > .nav-item.submenu .dropdown-menu .nav-item.active > .nav-link {
  color: #3D9426;
}
.menu > .nav-item.submenu .dropdown-menu .nav-item > .dropdown-menu {
  transition: transform 0.3s ease-in;
}
.menu > .nav-item.submenu .dropdown-menu .nav-item > .dropdown-menu:before {
  display: none;
}
@media (min-width: 992px) {
  .menu > .nav-item.submenu .dropdown-menu .nav-item > .dropdown-menu {
    position: absolute;
    left: 100%;
    top: -15px;
    opacity: 0;
    display: block;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.3s ease-in;
  }
}
.menu > .nav-item.active .nav-link {
  color: #005028;
}
@media (max-width: 991px) {
  .menu > .nav-item.active .nav-link {
    color: #005028;
  }
}
.menu > .nav-item.active .nav-link:before {
  width: 100%;
  left: 0;
  right: auto;
}
.menu > .nav-item:hover .nav-link {
  color: #005028;
}
.menu > .nav-item:hover .nav-link:before {
  width: 100%;
  left: 0;
  right: auto;
}
@media (min-width: 992px) {
  .menu > .nav-item:hover .dropdown-menu {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
  }
  .menu > .nav-item:hover .dropdown-menu .maga_menu_col ul > .nav-item > .dropdown-menu {
    opacity: 1;
    visibility: visible;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .menu > .nav-item:hover .dropdown-menu > .nav-item:hover .dropdown-menu {
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
  }
}

.navbar_fixed .navbar {
  z-index: 999;
  background: #fff;
  box-shadow: 0px 4px 6px 0px rgba(12, 0, 46, 0.0005);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.navbar_fixed .navbar .navbar-brand img {
  display: none;
}
.navbar_fixed .navbar .navbar-brand img + img {
  display: inline-block;
}
.navbar_fixed .navbar .menu > .nav-item {
  padding-top: 24px;
  padding-bottom: 24px;
  transition: all 0.2s linear;
}
@media (max-width: 1200px) {
  .navbar_fixed .navbar .menu > .nav-item {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.navbar_fixed .search_cart .nav-item {
  padding-top: 20px;
  padding-bottom: 20px;
  transition: all 0.2s linear;
}

.navbar-toggler {
  position: relative;
  width: 30px;
  height: 20px;
  border-radius: 0px;
  padding: 0px;
  border: 0px;
  margin: 25px 0px;
}
.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}
.navbar-toggler span {
  display: block;
  position: absolute;
  height: 1px;
  width: 50%;
  background: #00247A;
  opacity: 1;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.navbar-toggler span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0;
}
.navbar-toggler span:nth-child(odd) {
  left: 0px;
  border-radius: 9px 0 0 9px;
}
.navbar-toggler span:nth-child(1), .navbar-toggler span:nth-child(6) {
  transform: rotate(45deg);
}
.navbar-toggler span:nth-child(2), .navbar-toggler span:nth-child(5) {
  transform: rotate(-45deg);
}
.navbar-toggler span:nth-child(1) {
  left: 0px;
  top: 4px;
}
.navbar-toggler span:nth-child(2) {
  left: calc(50% - 4px);
  top: 4px;
}
.navbar-toggler span:nth-child(3) {
  left: -50%;
  opacity: 0;
}
.navbar-toggler span:nth-child(4) {
  left: 100%;
  opacity: 0;
}
.navbar-toggler span:nth-child(5) {
  left: 0px;
  top: 14px;
}
.navbar-toggler span:nth-child(6) {
  left: calc(50% - 4px);
  top: 14px;
}
.navbar-toggler.collapsed span:nth-child(1), .navbar-toggler.collapsed span:nth-child(2) {
  top: 2px;
}
.navbar-toggler.collapsed span:nth-child(3), .navbar-toggler.collapsed span:nth-child(4) {
  top: 9px;
}
.navbar-toggler.collapsed span:nth-child(5), .navbar-toggler.collapsed span:nth-child(6) {
  top: 16px;
}
.navbar-toggler.collapsed span:nth-child(2), .navbar-toggler.collapsed span:nth-child(5), .navbar-toggler.collapsed span:nth-child(1), .navbar-toggler.collapsed span:nth-child(6) {
  transform: rotate(0deg);
}
.navbar-toggler.collapsed span:nth-child(3) {
  opacity: 1;
  left: 0;
}
.navbar-toggler.collapsed span:nth-child(4) {
  opacity: 1;
  left: calc(50% - 4px);
}

@media (min-width: 1199px) {
  .collapse.navbar-collapse {
    padding-right: 30px;
  }
}
@media (max-width: 1199px) {
  .menu > .nav-item.mega_menu .mega_menu_inner .maga_menu_col {
    max-width: 960px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 1200px) {
  .header_left span {
    padding: 4px 11px;
    font-size: 13px;
    margin-right: 7px;
  }

  .header_right li {
    margin-right: 15px;
  }

  .search_cart {
    flex-direction: initial;
    margin-left: auto;
    margin-right: 25px;
  }
  .search_cart:before {
    display: none;
  }
  .search_cart .nav-item {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .mobile_dropdown_icon {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .nav-link.dropdown-toggle.show + .mobile_dropdown_icon {
    transform: rotate(-180deg);
  }

  .menu > .nav-item {
    margin-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }
  .menu > .nav-item .nav-link, .menu > .nav-item.mega_menu {
    position: relative;
  }
  .menu > .nav-item .nav-link:before {
    display: none;
  }
  .menu > .nav-item.submenu .dropdown-menu {
    padding-left: 15px;
    padding-right: 15px;
    box-shadow: none;
    padding-bottom: 0px;
  }
  .menu > .nav-item.submenu .dropdown-menu.show {
    display: block;
  }
  .menu > .nav-item.submenu .dropdown-menu .nav-item {
    padding-left: 0;
    padding-right: 0;
  }
  .menu > .nav-item.submenu .dropdown-menu .nav-item .mobile_dropdown_icon {
    top: 0px;
  }
  .menu > .nav-item .mobile_dropdown_icon {
    display: block;
    position: absolute;
    right: 0;
    top: 10px;
    font-size: 22px;
    transition: all 0.2s;
  }
  .menu > .nav-item.mega_menu .mega_menu_inner {
    padding-bottom: 20px;
  }
  .menu > .nav-item.mega_menu .mega_menu_inner:before {
    display: none;
  }
  .menu > .nav-item.mega_menu .mega_menu_inner .maga_menu_col ul > .nav-item {
    width: 50%;
  }
  .menu > .nav-item.mega_menu .mega_menu_inner .maga_menu_col ul > .nav-item > .dropdown-menu {
    padding-left: 0;
    padding-top: 20px;
    padding-right: 0;
    display: block !important;
  }

  .search_cart .nav-item.submenu .dropdown-menu {
    position: absolute;
    top: 100%;
    right: -52px !important;
  }
}
@media (max-width: 767px) {
  .header_top .container > .d-flex {
    display: block !important;
  }
  .header_top .container > .d-flex .header_left, .header_top .container > .d-flex .header_right {
    justify-content: center;
  }
  .header_top .container > .d-flex .header_right {
    margin-top: 5px;
  }

  .menu {
    max-width: 540px;
  }
}
@media (max-width: 576px) {
  .search_cart .nav-item.submenu .dropdown-menu {
    padding: 20px 15px;
    min-width: 290px;
  }

  .menu-search-form {
    width: 270px;
  }

  .header_left span {
    padding: 4px 7px;
    font-size: 11px;
  }
}
@media (max-width: 370px) {
  .header_left {
    display: none !important;
  }

  .navbar-brand {
    padding-right: 5px;
  }
  .navbar-brand img {
    max-width: 100%;
  }

  .nice-select .list {
    left: auto;
    right: 0;
  }

  .search_cart {
    margin-right: 10px;
  }
  .search_cart .nav-item .nav-link {
    font-size: 16px;
  }
  .search_cart .nav-item:not(:last-child) {
    margin-right: 12px;
  }
}
@media (min-width: 1365px) {
  .custom_header_width {
    max-width: 1730px;
  }
}
.site-header .navbar-nav {
  margin-top: 0;
}

.site-header .navbar-toggler {
  margin-left: 25px;
}

.site-header.sticky_nav.navbar_fixed .navbar {
  box-shadow: 0px 6px 15px 0px rgba(130, 112, 255, 0.1);
}
.site-header.sticky_nav.navbar_fixed .cu_btn.btn_2 {
  border: 1px solid #00247A;
  color: #00247A;
  background-color: transparent;
}
.site-header.sticky_nav.navbar_fixed .cu_btn.btn_2:hover {
  background-color: #00247A;
  color: #fff;
}
.site-header.sticky_nav.navbar_fixed .cu_btn.btn_1 {
  border: 1px solid #00247A;
  color: #fff;
  background-color: #00247A;
}
.site-header.sticky_nav.navbar_fixed .cu_btn.btn_1:hover {
  background-color: transparent;
  color: #00247A;
  border-color: #00247A;
}
.site-header.sticky_nav.navbar_fixed .navbar-toggler span {
  background: #00247A;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar.menu_collaps .navbar-toggler span {
  background: #00247A;
}
.navbar.menu_collaps .navbar-brand img {
  display: none;
}
.navbar.menu_collaps .navbar-brand img + img {
  display: inline-block;
}
.navbar.menu_collaps .cu_btn.btn_2 {
  border: 1px solid #00247A;
  color: #00247A;
  background-color: transparent;
}
.navbar.menu_collaps .cu_btn.btn_2:hover {
  background-color: #00247A;
  color: #fff;
}
.navbar.menu_collaps .cu_btn.btn_1 {
  border: 1px solid #00247A;
  color: #fff;
  background-color: #00247A;
}
.navbar.menu_collaps .cu_btn.btn_1:hover {
  background-color: transparent;
  color: #00247A;
  border-color: #00247A;
}
.navbar.menu_collaps .menu > .nav-item.active .nav-link {
  color: #005028;
}

@media (max-width: 1200px) {
  .navbar_logo {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
  }

  .navbar-collapse {
    background-color: #fff;
    position: absolute;
    width: 100%;
    left: 0;
    top: 86px;
    padding: 0 15px 20px;
    box-shadow: 0 15px 14px rgba(17, 17, 17, 0.1);
    z-index: 9;
  }

  nav.navbar.fixed-top.menu_collaps {
    background-color: #fff;
  }

  nav.navbar.menu_one.fixed-top.menu_collaps {
    box-shadow: 0px 6px 15px 0px rgba(130, 112, 255, 0.1);
  }

  a.cu_btn.btn_4.d-none.d-lg-block {
    text-transform: uppercase;
    font-size: 16px;
    padding: 16px 51px;
  }

  .mobile-btn .cu_btn.btn_4 {
    display: block !important;
    padding: 12px 36px;
  }

  .mobile_nav_meta {
    display: flex;
    align-items: center;
  }
}
.site-header.sticky_nav.navbar_fixed {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}

.footer_copyright_part a {
  color: #3D9426;
}

.sub_header_part {
  background-color: #005028;
  padding: 15px 0;
}
@media (max-width: 576px) {
  .sub_header_part {
    display: none;
  }
}

.sub_header_part_inner .header_meta_item {
  color: #fff;
  font-family: "Gotham", Sans-serif;
  font-size: 14px;
}
.sub_header_part_inner .header_meta_item img {
  margin-right: 6px;
}
.sub_header_part_inner .header_meta_item a {
  color: #fff;
}
.sub_header_part_inner .header_meta_item a:hover {
  color: #fff;
}
.sub_header_part_inner .social_icon a {
  color: #D1D1D1;
  display: inline-block;
}
.sub_header_part_inner .social_icon a:not(:last-child) {
  margin-right: 14px;
}
.sub_header_part_inner .social_icon a:hover {
  color: #fff;
}
@media (min-width: 768px) {
  .sub_header_part_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .sub_header_part_inner .header_left_meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .sub_header_part_inner .header_left_meta .header_meta_item:not(:last-child) {
    margin-right: 20px;
  }
}
@media (min-width: 1680px) {
  .sub_header_part_inner .header_left_meta .header_meta_item:not(:last-child) {
    margin-right: 82px;
  }
}

.site-header .cu_btn.btn_4 {
  text-transform: uppercase;
  font-size: 16px;
  padding: 16px 55px;
}

.cre_breadcrumbs-crumb-link {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cre_breadcrumbs-crumb-link .cre_breadcrumbs-text {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

@media (max-width: 991px) {
  .elementor-widget:not(:last-child) {
    margin-bottom: 10px;
  }
}
/*========== blog css ============*/
.site {
  overflow: hidden;
}

@media (max-width: 480px) {
  .has-post-thumbnail .media_blog_content .featured_post {
    position: absolute;
    right: 20px;
    top: 20px;
  }
}

.featured_post {
  position: absolute;
  right: 20px;
  top: 20px;
  background: #fc6e00;
  border-radius: 3px;
  line-height: 15px;
  display: inline-block;
  padding: 5px 10px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  z-index: 1;
}
@media (max-width: 480px) {
  .featured_post {
    position: relative;
    right: 0px;
    top: 0px;
    margin-bottom: 12px;
  }
}

.blog_post_item {
  position: relative;
}
.blog_post_item:not(:last-child) {
  margin-bottom: 40px;
}
.blog_post_item a.post-thumbnail {
  display: flex;
  border-radius: 10px;
  overflow: hidden;
  background: #000;
}
.blog_post_item a.post-thumbnail img {
  display: block;
  margin: 0 auto;
}

.blog_title {
  font-size: 50px;
  line-height: 1.35;
  color: #005028;
  font-weight: 600;
  transition: color 0.2s linear;
  margin: 0px 0px 20px;
  word-break: break-word;
}
.blog_title a {
  color: #005028;
}
.blog_title a:focus {
  outline: none;
}

.media_blog_content p {
  line-height: 1.8;
  margin-top: 0;
}
.media_blog_content p a {
  font-weight: 500;
  color: #434754;
  text-decoration: none;
}
.media_blog_content p a:focus {
  outline: none;
}
.media_blog_content p:empty {
  display: none;
}
.media_blog_content .post_bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 500;
  color: #899097;
}
.media_blog_content .post_bottom .learn_btn_two {
  text-decoration: none;
  color: #899097;
  text-transform: uppercase;
}
.media_blog_content .post_bottom .learn_btn_two:hover {
  color: #005028;
}
.media_blog_content .post_bottom .learn_btn_two:hover:after {
  transform: translateX(5px);
}

.post-meta {
  color: #899097;
  font-size: 20px;
  padding-bottom: 10px;
}
.post-meta span:not(:last-child):after {
  content: "";
  width: 1px;
  height: 12px;
  background: #899097;
  display: inline-block;
  margin: 0px 3px;
}
.post-meta span span::after {
  display: none;
}
.post-meta a {
  text-decoration: none;
  color: #899097;
}

.mejs-container {
  border-radius: 6px;
  background: white !important;
  width: 100% !important;
  box-shadow: 0px 10px 30px 0px rgba(20, 3, 67, 0.08);
  border-left: 6px solid #005028;
  padding: 50px;
}
.mejs-container .mejs-controls {
  background: transparent !important;
  font-family: "Lora", serif;
  padding-left: 60px;
  padding-right: 40px;
  height: 100%;
  align-items: center;
}
.mejs-container .mejs-controls .mejs-button {
  height: auto;
}
.mejs-container .mejs-controls .mejs-button button {
  background: none;
  position: relative;
  height: auto;
  line-height: 1;
  margin: 0px;
}
.mejs-container .mejs-controls .mejs-button button::before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 13px;
}
.mejs-container .mejs-controls .mejs-button.mejs-volume-button {
  display: none;
  width: 0px;
}
.mejs-container .mejs-controls .mejs-time {
  padding: 0;
  height: auto;
}
.mejs-container .mejs-controls .mejs-time .mejs-currenttime, .mejs-container .mejs-controls .mejs-time .mejs-duration {
  font-size: 13px;
  color: #424255;
  font-weight: 400;
  line-height: 1.35;
}
.mejs-container .mejs-controls .mejs-time-rail {
  height: auto;
  padding-top: 0;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: -15px;
}
.mejs-container .mejs-controls .mejs-time-rail .mejs-time-loaded {
  background: #f2f0f6;
}
.mejs-container .mejs-controls .mejs-time-rail .mejs-time-total {
  margin-top: 0;
  background: #f2f0f6;
  height: 14px;
  border-radius: 0px;
}
.mejs-container .mejs-controls .mejs-time-rail .mejs-time-total .mejs-time-current {
  background: #005028;
  height: 100%;
}
.mejs-container .mejs-controls .mejs-time-rail .mejs-time-total .mejs-time-handle {
  background: #e9e7f1;
  height: 100%;
}
.mejs-container .mejs-controls .mejs-time-rail .mejs-time-total .mejs-time-handle .mejs-time-handle-content {
  display: none;
}
.mejs-container .mejs-controls .mejs-horizontal-volume-slider {
  height: auto;
  width: 60px;
  margin-left: 45px;
}
.mejs-container .mejs-controls .mejs-horizontal-volume-total {
  height: 8px;
  background: #e4e0ee !important;
  border-radius: 0px;
  top: -4px;
}
.mejs-container .mejs-controls .mejs-horizontal-volume-total .mejs-horizontal-volume-current {
  background: #05bc0e;
  border-radius: 0px;
}

.post-password-form input[type=password] {
  height: 50px;
  background: transparent;
  padding: 0px 25px 3px;
  font-size: 16px;
  box-shadow: none;
  border: 1px solid #DFE2E7;
  border-radius: 3px;
  color: #005028;
  transition: all 0.2s linear;
  margin-left: 8px;
}
.post-password-form input[type=password].placeholder {
  color: #899097;
}
.post-password-form input[type=password]:-moz-placeholder {
  color: #899097;
}
.post-password-form input[type=password]::-moz-placeholder {
  color: #899097;
}
.post-password-form input[type=password]::-webkit-input-placeholder {
  color: #899097;
}
.post-password-form input[type=password]:focus {
  outline: none;
  box-shadow: none;
  border-color: #005028;
}
.post-password-form input[type=submit] {
  height: 50px;
  background: #3D9426;
  border: 0px;
  font-weight: 500;
  color: #fff;
  font-size: 20px;
  padding: 0px 25px;
  transition: all 0.3s;
  cursor: pointer;
}
.post-password-form input[type=submit]:hover {
  background: #005028;
}

blockquote {
  font-family: "Lora", serif;
  border-radius: 6px;
  background-color: white;
  box-shadow: 0px 10px 30px 0px rgba(20, 3, 67, 0.08);
  border-left: 6px solid #005028;
  padding: 30px 70px 32px 30px;
  position: relative;
  margin-bottom: 60px;
  overflow: hidden;
  margin-left: 0;
  margin-right: 0;
  z-index: 1;
}
@media (max-width: 576px) {
  blockquote {
    padding-right: 30px;
  }
}
blockquote:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 30px;
  color: #005028;
  margin-bottom: 15px;
  display: inline-block;
}
blockquote:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 30px;
  line-height: 0.3;
  bottom: 0;
  color: #005028;
  opacity: 0.1;
  font-size: 140px;
  transform: rotate(180deg);
  z-index: -1;
}
blockquote cite {
  color: #899097 !important;
}
blockquote cite br {
  display: none;
}

.wp-block-pullquote.has-cyan-bluish-gray-background-color blockquote {
  max-width: 80%;
}

.blockquote_two:before {
  content: "";
  font-size: 150px;
  right: 0;
  bottom: 20px;
  line-height: 1.2;
  font-family: "ElegantIcons";
}
.blockquote_two p {
  font-style: normal;
}

.wp-block-pullquote:not(.has-background) {
  padding: 0px;
}

.video_icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 20px 40px 0 rgba(1, 16, 58, 0.14);
  text-align: center;
  line-height: 85px;
  font-size: 35px;
  position: relative;
  transition: all 0.3s linear;
  display: inline-block;
  color: #005028;
  text-shadow: 0 6px 25px rgba(84, 162, 65, 0.9);
}
.video_icon::before, .video_icon:after {
  content: "";
  width: 100%;
  height: 100%;
  border: 0.2px solid #fff;
  border-radius: 50%;
  opacity: 0.1;
  position: absolute;
  left: 0;
}
.video_icon:after {
  transform: scale(1.4);
}

.pagination {
  padding-top: 35px;
}
.pagination .page-numbers {
  width: 44px;
  height: 44px;
  line-height: 42px;
  border: 1px solid #e7e7f6;
  background: #fbfbfd;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  color: #7b8a9e;
  border-radius: 50%;
  text-decoration: none;
}
.pagination .page-numbers i::before {
  color: #7b8a9e;
}
.pagination .page-numbers.current, .pagination .page-numbers:hover {
  background: #005028;
  border-color: #005028;
  color: #fff;
}
.pagination .page-numbers.current i:before, .pagination .page-numbers:hover i:before {
  color: #fff;
}
.pagination .page-numbers:focus {
  outline: none;
}
.pagination .page-numbers.prev, .pagination .page-numbers.next {
  width: 44px;
  height: 44px;
  line-height: 44px;
  border: 1px solid #e7e7f6;
  background: #fbfbfd;
}
.pagination .page-numbers.prev:hover, .pagination .page-numbers.next:hover {
  background: #005028;
  border-color: #005028;
  color: #fff;
}
.pagination .page-numbers.prev:hover i:before, .pagination .page-numbers.next:hover i:before {
  color: #fff;
}

.widget_title {
  font-size: 24px;
  font-weight: 600;
  color: #005028;
  line-height: 1.2;
  margin-bottom: 25px;
}

.widget_recent_entries ul {
  margin-bottom: 0;
}
.widget_recent_entries ul li + li {
  margin-top: 30px;
}
.widget_recent_entries .recent_post_item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.widget_recent_entries .recent_post_item img {
  margin-right: 25px;
  border-radius: 4px;
}
.widget_recent_entries .recent_post_item .recent_post_content h5 {
  font-size: 15px;
  line-height: 1.35;
  font-weight: 600;
  color: #005028;
  margin-bottom: 4px;
  transition: color 0.2s linear;
}
.widget_recent_entries .recent_post_item .recent_post_content .post_date {
  color: #85859c;
  font-size: 15px;
  font-weight: 400;
}
.widget_recent_entries .recent_post_item .recent_post_content .post_date:hover {
  color: #005028;
}
.widget_recent_entries .recent_post_item:hover h5 {
  color: #005028;
}

.tagcloud, .wp-block-tag-cloud {
  margin: -5px -4px;
}
.tagcloud a, .tagcloud .tag-cloud-link, .wp-block-tag-cloud a, .wp-block-tag-cloud .tag-cloud-link {
  font-size: 14px !important;
  line-height: 34px;
  color: #434754;
  border-radius: 3px;
  background: #efefef;
  text-align: center;
  padding: 0px 20px;
  display: inline-block;
  text-decoration: none;
  font-weight: 400;
  margin: 5px 3px;
  transition: all 0.2s linear;
}
.tagcloud a:hover, .tagcloud .tag-cloud-link:hover, .wp-block-tag-cloud a:hover, .wp-block-tag-cloud .tag-cloud-link:hover {
  background: #005028;
  color: #fff;
}

.zigzag_shap {
  margin-bottom: 0;
}
.zigzag_shap li {
  position: absolute;
  z-index: -1;
}
.zigzag_shap li:nth-child(1) {
  left: 0;
  top: 640px;
}
.zigzag_shap li:nth-child(2) {
  left: 0;
  bottom: 50px;
}
.zigzag_shap.right li:nth-child(1) {
  right: 0;
  left: auto;
  top: 130px;
  bottom: auto;
}
.zigzag_shap.right li:nth-child(2) {
  right: 0;
  left: auto;
  bottom: 580px;
}

/*========== End medical_blog_list_area css ===========*/
/*========== start blog_single_info css ===========*/
.blog_single_info .media_blog_content {
  padding: 0;
  border: 0px;
}
.blog_single_info .media_blog_content ul {
  margin-left: 0;
}
.blog_single_info .media_blog_content ul li a {
  color: #434754;
  text-decoration: none;
}
.blog_single_info .media_blog_content ul li a:hover {
  color: #005028;
}
.blog_single_info .media_blog_content code {
  color: #e83e8c;
  word-break: break-word;
}
.blog_single_info .media_blog_content h3 {
  margin-top: 0;
}
.blog_single_info .media_blog_content p {
  padding-top: 0;
}
.blog_single_info .media_blog_content p a:hover {
  color: #005028;
}
.blog_single_info .media_blog_content p.has-background {
  padding: 1.25em 2.375em;
}
.blog_single_info .media_blog_content blockquote {
  margin-bottom: 45px;
  margin-top: 45px;
}
.blog_single_info .media_blog_content blockquote p {
  font-size: 20px;
  line-height: 36px;
  font-weight: 500;
  color: #005028;
  margin-bottom: 23px !important;
}
.blog_single_info .media_blog_content blockquote.is-style-large {
  padding: 30px 70px 32px 30px;
}
.blog_single_info .media_blog_content ol, .blog_single_info .media_blog_content ul {
  margin-left: 0;
}
.blog_single_info .media_blog_content ol li a, .blog_single_info .media_blog_content ul li a {
  text-decoration: none;
  color: #434754;
}
.blog_single_info .media_blog_content ol li a:hover, .blog_single_info .media_blog_content ul li a:hover {
  color: #005028;
}
.blog_single_info .media_blog_content ol li:not(:last-child), .blog_single_info .media_blog_content ul li:not(:last-child) {
  margin-bottom: 7px;
}
.blog_single_info .post_bottom {
  margin-bottom: 25px;
  clear: both;
}
.blog_single_info .post_bottom .tagcloud {
  padding-top: 15px;
}
.blog_single_info .post_comments i {
  color: #005028;
  font-size: 16px;
  vertical-align: middle;
  margin-right: 4px;
}
.blog_single_info .widget_title {
  margin-bottom: 40px;
}
.blog_single_info .tagcloud {
  margin: 0px;
}
.blog_single_info .single-page-media {
  margin-bottom: 20px;
}
.blog_single_info .wp-block-button__link {
  border-radius: 3px;
}
.blog_single_info .wp-block-button {
  margin-bottom: 25px;
}
.blog_single_info .wp-block-button.aligncenter + p + .wp-block-button .wp-block-button__link {
  border-radius: 45px;
}
.blog_single_info .wp-block-button.is-style-squared .wp-block-button__link {
  border-radius: 0px;
}
.blog_single_info .wp-block-cover {
  margin-bottom: 25px;
}
.blog_single_info .wp-block-cover .wp-block-cover-text {
  color: #ffffff !important;
  line-height: 1.4;
  font-size: 1.9em;
}
.blog_single_info .wp-block-cover .wp-block-cover-text a {
  color: #fff;
}
@media (max-width: 991px) {
  .blog_single_info .wp-block-cover .wp-block-cover-text br {
    display: none;
  }
}
.blog_single_info figcaption a {
  color: #434754;
  text-decoration: none;
  font-weight: 600;
}
.blog_single_info figcaption a:focus {
  outline: none;
}
.blog_single_info figcaption a:hover {
  color: #005028;
}
.blog_single_info .wp-block-image figure figcaption {
  text-align: center;
}
.blog_single_info .wp-block-file a:first-child {
  text-decoration: none;
  color: #434754;
}
.blog_single_info .wp-block-file a:first-child:hover {
  color: #005028;
}
.blog_single_info .wp-block-calendar {
  margin-bottom: 30px;
}
.blog_single_info .wp-block-calendar table {
  margin-bottom: 0;
}
.blog_single_info .wp-block-search .wp-block-search__label {
  margin-bottom: 10px;
  display: inline-block;
}
.blog_single_info .wp-block-search input {
  border-radius: 3px;
  border: 1px solid #e5e5e5;
  height: 60px;
  line-height: 60px;
  font-size: 14px;
  color: #005028;
  padding-left: 30px;
  box-shadow: none;
  transition: all 0.2s linear;
}
.blog_single_info .wp-block-search input:focus {
  outline: none;
  border-color: #005028;
}
.blog_single_info .wp-block-search button {
  border: 0px;
  padding: 11px 53px;
  cursor: pointer;
  background: #005028;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  transition: all 0.2s linear;
}
.blog_single_info .wp-block-search button:hover {
  background: #3D9426;
  color: #fff;
}
@media (max-width: 576px) {
  .blog_single_info .wp-block-search button {
    padding: 11px 22px;
  }
}
.blog_single_info .wp-block-search + p {
  margin-top: 40px;
}
.blog_single_info .wp-block-tag-cloud {
  margin-bottom: 20px;
}
.blog_single_info .wp-block-latest-posts {
  padding-left: 0;
}
.blog_single_info .wp-block-group.has-background {
  padding: 15px 15px 1px;
  margin-bottom: 30px;
}
.blog_single_info .page-links {
  padding-top: 20px;
  margin-bottom: 2em;
}
.blog_single_info .page-links .post-page-numbers {
  font-size: 20px;
  color: #005028;
  text-decoration: none;
  margin-right: 12px;
}
.blog_single_info .page-links .post-page-numbers.current {
  color: #005028;
  border-bottom: 1px solid #005028;
}
.blog_single_info .wp-block-table table {
  margin-bottom: 30px;
}
.blog_single_info table {
  border: 1px solid #DFE2E7;
  border-collapse: collapse;
  border-spacing: 0;
  text-align: left;
  margin-bottom: 4em;
}
.blog_single_info table thead {
  background: #f5f5f5;
}
.blog_single_info table td, .blog_single_info table th {
  border-top: 1px solid #DFE2E7;
  padding: 0px;
  line-height: 40px;
}
@media (max-width: 576px) {
  .blog_single_info table td, .blog_single_info table th {
    padding: 0px;
  }
}
.blog_single_info table td a, .blog_single_info table th a {
  text-decoration: none;
  font-weight: 500;
  line-height: 40px !important;
}
.blog_single_info table td a:hover, .blog_single_info table th a:hover {
  color: #fff;
}
.blog_single_info table th {
  padding: 0px 20px;
  list-style: inherit;
  color: #005028;
  background: transparent;
}
@media (max-width: 576px) {
  .blog_single_info table th {
    padding: 0px 5px;
  }
}
.blog_single_info .wp-caption-text a {
  display: inline-block;
}

code {
  color: #005028;
}

dl dd {
  margin-left: 0;
}
dl dd a {
  text-decoration: none;
  color: #434754;
}
dl dd a:hover {
  color: #005028;
}

.social_icon {
  font-size: 16px;
  color: #313131;
}
.social_icon ul {
  display: inline-block;
  margin-bottom: 0px;
}
.social_icon ul li {
  display: inline-block;
  margin-left: 20px;
}
.social_icon ul li a {
  font-size: 14px;
}
.social_icon ul li:nth-child(1) a {
  color: #4085cb;
}
.social_icon ul li:nth-child(2) a {
  color: #26d0fe;
}
.social_icon ul li:nth-child(3) a {
  color: #ec1313;
}
.social_icon ul li:nth-child(4) a {
  color: #0077b5;
}

/*========== End blog_single_info css ===========*/
/*========== Start comment_box css ===========*/
.blog_comment_inner {
  margin-top: 74px;
}

.comment_box {
  padding-left: 0;
  margin: 0px 0px 74px;
}
.comment_box ul, .comment_box ol {
  margin-left: 0;
}
.comment_box .comment {
  background: #f9f9f9;
  padding: 30px 30px 10px;
}
@media (max-width: 576px) {
  .comment_box .comment {
    padding: 30px 20px 20px;
  }
}
.comment_box .comment:not(:last-child) {
  margin-bottom: 30px;
}
.comment_box .comment > ul {
  margin-left: 100px;
  margin-top: 17px;
  padding: 0px;
  list-style: none;
}
@media (max-width: 576px) {
  .comment_box .comment > ul {
    margin-left: 0;
    margin-top: 27px;
  }
}
.comment_box .comment > ul .comment {
  padding: 0px;
  border-top: 1px solid #ebebeb;
}
@media (max-width: 576px) {
  .comment_box .comment > ul .comment {
    padding-left: 30px;
  }
}
@media (max-width: 400px) {
  .comment_box .comment > ul .comment {
    padding-left: 15px;
  }
}
.comment_box .comment > ul .comment ul li:not(:last-child) {
  margin-bottom: 13px;
}
@media (max-width: 767px) {
  .comment_box .comment > ul .comment ul li ul li ul {
    margin-left: 0;
  }
}
.comment_box .comment > ul .comments_item {
  padding-top: 35px;
}
@media (max-width: 576px) {
  .comment_box .comment > ul .comments_item {
    padding-top: 30px;
  }
}
.comment_box .comments_item {
  display: flex;
  flex-wrap: wrap;
  font-family: "Gotham";
}
@media (max-width: 576px) {
  .comment_box .comments_item {
    display: block;
  }
}
.comment_box .comments_item .comment-reply-link {
  font-size: 13px;
  text-transform: uppercase;
  color: #434754;
  letter-spacing: 1.3px;
  position: absolute;
  text-decoration: none;
  right: 0;
  top: 0;
}
.comment_box .comments_item .comment-reply-link:hover {
  color: #005028;
}
.comment_box .comments_item .comments_author_img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-right: 30px;
  margin-bottom: 15px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .comment_box .comments_item .comments_author_img {
    margin-right: 15px;
  }
}
.comment_box .comments_item .comments_author_img a {
  display: block;
}
.comment_box .comments_item .comments_author_img img {
  max-width: 100%;
}
.comment_box .comments_item .content {
  position: relative;
  flex: 1;
}
.comment_box .comments_item .content h4 {
  font-size: 18px;
  font-weight: 600;
  color: #005028;
  margin-bottom: 0px;
  margin-top: 0;
}
.comment_box .comments_item .content .comment-date {
  padding-top: 5px;
}
.comment_box .comments_item .content .comment-date a, .comment_box .comments_item .content .comment-date span {
  font-size: 14px;
  color: #85859c;
  text-decoration: none;
  line-height: 1.5;
  display: inline-block;
}
.comment_box .comments_item .content p {
  font-size: 15px;
  line-height: 26px;
  color: #434754;
  padding-top: 10px;
  margin-top: 0;
  margin-bottom: 1rem;
}
.comment_box .comments_item .content p + p {
  padding-top: 0;
}
.comment_box .comments_item .content p a {
  text-decoration: none;
  font-weight: 500;
  color: #005028;
}
.comment_box .comments_item .content p a:hover {
  color: #005028;
}
.comment_box .comments_item .content ul li, .comment_box .comments_item .content ol li {
  margin: 8px 0px;
}
.comment_box table {
  border: 1px solid #DFE2E7;
  border-collapse: collapse;
  border-spacing: 0;
  text-align: left;
  margin-bottom: 4em;
}
.comment_box table thead {
  background: #f5f5f5;
}
.comment_box table td, .comment_box table th {
  border-top: 1px solid #DFE2E7;
  padding: 9px;
}
.comment_box table td a, .comment_box table th a {
  text-decoration: none;
  font-weight: 500;
}
.comment_box table td a:hover, .comment_box table th a:hover {
  color: #005028;
}
.comment_box table th {
  padding: 10px 20px;
  color: #005028;
  background: #fff;
}
.comment_box .trackback, .comment_box .pingback {
  margin-bottom: 16px;
}
.comment_box .trackback .comment-body, .comment_box .pingback .comment-body {
  font-size: 15px;
  color: #434754;
}
.comment_box .trackback .comment-body a, .comment_box .pingback .comment-body a {
  color: #005028;
  text-decoration: none;
}
.comment_box .trackback .comment-body a:hover, .comment_box .pingback .comment-body a:hover {
  color: #005028;
}

.comment-form .form-group:not(:last-child) {
  margin-bottom: 30px;
}
.comment-form .form-group input {
  border-radius: 3px;
  border: 1px solid #e5e5e5;
  height: 60px;
  line-height: 60px;
  font-size: 15px;
  color: #005028;
  padding-left: 30px;
  box-shadow: none;
  transition: all 0.2s linear;
}
.comment-form .form-group input.placeholder {
  color: #9ca3b9;
}
.comment-form .form-group input:-moz-placeholder {
  color: #9ca3b9;
}
.comment-form .form-group input::-moz-placeholder {
  color: #9ca3b9;
}
.comment-form .form-group input::-webkit-input-placeholder {
  color: #9ca3b9;
}
.comment-form .form-group input:focus {
  border-color: #005028;
  box-shadow: none;
}
.comment-form .form-group textarea {
  height: 180px;
  padding-left: 30px;
  padding-top: 12px;
  border: 1px solid #e5e5e5;
}
.comment-form .form-group textarea.placeholder {
  color: #9ca3b9;
}
.comment-form .form-group textarea:-moz-placeholder {
  color: #9ca3b9;
}
.comment-form .form-group textarea::-moz-placeholder {
  color: #9ca3b9;
}
.comment-form .form-group textarea::-webkit-input-placeholder {
  color: #9ca3b9;
}
.comment-form .form-group textarea:focus {
  border-color: #005028;
  box-shadow: none;
}
.comment-form .btn-comment-form {
  border: 0px;
  padding: 11px 23px;
  cursor: pointer;
  background: #005028;
  color: #fff;
  font-size: 16px;
  line-height: 29px;
  font-weight: 500;
}
.comment-form .logged-in-as {
  margin-top: -20px;
}
.comment-form .logged-in-as a {
  text-decoration: none;
  color: #899097;
}
.comment-form .logged-in-as a:hover {
  color: #005028;
}

/*========== End comment_box css ===========*/
/*========== Start contact_info_item css ===========*/
.contact_info {
  padding-right: 80px;
}

.contact_info_item {
  font-family: "Lora", serif;
  padding-bottom: 25px;
}
.contact_info_item:not(:first-child) {
  border-top: 1px solid #eeebf6;
  padding-top: 35px;
}
.contact_info_item .contact_title {
  font-size: 20px;
  color: #005028;
  font-weight: 600;
}
.contact_info_item p {
  line-height: 30px;
  color: #434754;
  margin-bottom: 0;
}
.contact_info_item p a {
  color: #434754;
}
.contact_info_item p a:hover {
  color: #005028;
}

.contact_form .medical_theme_btn {
  padding: 11px 35px;
}

.mapBox {
  height: 460px;
}

/*========== End contact_info_item css ===========*/
.widget-title {
  font-weight: 600;
  margin: 0px 0px 20px;
  font-size: 24px;
  color: #005028;
}

.widget {
  font-family: "Lora", serif;
  margin-bottom: 0;
}
.widget + .widget {
  margin-top: 35px;
}
.widget ul, .widget .wp-block-archives {
  padding-left: 0;
  margin: -12px 0px;
  list-style: none;
}
.widget ul > li, .widget .wp-block-archives > li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 12px 0px;
  width: 100%;
  line-height: 1.6;
  transition: color 0.2s linear;
  font-size: 15px;
  align-items: center;
  color: #005028;
  margin-top: 0 !important;
}
.widget ul > li:not(:last-child), .widget .wp-block-archives > li:not(:last-child) {
  border-bottom: 1px solid #DFE2E7;
}
.widget ul > li a, .widget .wp-block-archives > li a {
  color: #262933;
  text-decoration: none;
  transition: color 0.2s linear;
  font-size: 15px;
}
.widget ul > li a:hover, .widget .wp-block-archives > li a:hover {
  color: #005028;
}
.widget ul > li a:focus, .widget .wp-block-archives > li a:focus {
  outline: none;
}
.widget ul > li > ul, .widget .wp-block-archives > li > ul {
  display: flex;
  flex-wrap: wrap;
  flex: 100%;
  margin-left: 15px;
  margin-top: 0px;
}
.widget ul > li > ul li, .widget .wp-block-archives > li > ul li {
  color: #005028;
}
.widget select {
  width: 100%;
  border: 1px solid #DFE2E7;
  border-radius: 3px;
  height: 50px;
  padding: 0px 3.5em 2px 30px;
  font-size: 16px;
  line-height: 46px;
  color: #899097;
  -webkit-appearance: none;
  appearance: none !important;
  background: url("../images/arrow.png") no-repeat 95%;
  margin-top: 5px;
}
.widget select:focus {
  outline: none;
}
.widget p:empty {
  display: none;
}
.widget br + img {
  margin: 10px 0;
}

.wp-block-archives-dropdown, .wp-block-categories-dropdown.wp-block-categories {
  margin-bottom: 20px;
}
.wp-block-archives-dropdown select, .wp-block-categories-dropdown.wp-block-categories select {
  border: 1px solid #DFE2E7;
  border-radius: 3px;
  height: 50px;
  padding: 0px 3.5em 2px 30px;
  font-size: 16px;
  line-height: 46px;
  color: #899097;
  -webkit-appearance: none;
  appearance: none !important;
  background: url("../images/arrow.png") no-repeat 95%;
}
.wp-block-archives-dropdown select:focus, .wp-block-categories-dropdown.wp-block-categories select:focus {
  outline: none;
}

.calendar_wrap, .wp-block-calendar {
  border: 1px solid #DFE2E7;
}
.calendar_wrap .wp-calendar-table, .wp-block-calendar .wp-calendar-table {
  margin-bottom: 10px;
  border-spacing: 0;
}
.calendar_wrap caption, .wp-block-calendar caption {
  font-size: 18px;
  padding: 7px 0px;
}
.calendar_wrap caption, .calendar_wrap nav, .wp-block-calendar caption, .wp-block-calendar nav {
  background: #f5f5f5;
}
.calendar_wrap thead tr th, .wp-block-calendar thead tr th {
  color: #005028;
  border-top: none;
  text-align: center;
  font-weight: 600;
  line-height: 45px;
  border-top: 1px solid #DFE2E7;
}
.calendar_wrap tbody td, .wp-block-calendar tbody td {
  text-align: center;
  font-size: 14px;
  color: #434754;
}
.calendar_wrap tbody td a, .wp-block-calendar tbody td a {
  display: block;
  background: #005028;
  color: #fff;
  text-decoration: none;
  border-radius: 3px;
  line-height: 38px;
}
.calendar_wrap .wp-calendar-nav, .wp-block-calendar .wp-calendar-nav {
  display: flex;
  justify-content: space-between;
  padding: 6px 15px;
}
.calendar_wrap .wp-calendar-nav a, .wp-block-calendar .wp-calendar-nav a {
  font-size: 14px;
  color: #434754;
  text-decoration: none;
  transition: all 0.2s linear;
}
.calendar_wrap .wp-calendar-nav a:hover, .wp-block-calendar .wp-calendar-nav a:hover {
  color: #005028;
}

.widget_categories ul li + li {
  margin-top: 0;
}

.widget_recent_comments ul {
  overflow: hidden;
}
.widget_recent_comments ul > li {
  justify-content: flex-start;
  color: #005028;
  margin-left: -5px;
  margin-right: -5px;
}
.widget_recent_comments ul > li a {
  margin: 0 5px !important;
  transition: all 0.2s linear;
}
.widget_recent_comments ul > li a:hover {
  color: #005028 !important;
}
.widget_recent_comments ul > li .url {
  font-weight: 500;
}

.widget_nav_menu .menu li {
  padding: 0px;
}
.widget_nav_menu .menu li:not(:last-child) {
  border: 0px;
}
.widget_nav_menu .menu li a {
  padding: 12px 0px;
  border-bottom: 1px solid #DFE2E7;
  display: block;
  width: 100%;
}
.widget_nav_menu .menu li ul {
  margin-top: 0;
  margin-bottom: 0;
}

.widget_rss ul li {
  line-height: 1.8;
  font-size: 14px;
}
.widget_rss ul li:not(:last-child) {
  border: 0px;
}
.widget_rss ul li a {
  font-weight: 600;
  display: block;
  font-size: 15px;
  line-height: 1.6;
  width: 100%;
  display: block;
}
.widget_rss ul li .rss-date {
  font-size: 13px;
  color: #899097;
  display: block;
  margin: 2px 0px 15px;
}
.widget_rss ul li .rssSummary {
  font-size: 20px;
}
.widget_rss ul li cite {
  font-weight: 500;
  color: #899097;
  margin-top: 6px;
  font-size: 13px;
}
.widget_rss ul li cite:before {
  content: "-";
  display: inline-block;
  margin-right: 3px;
}

.widget_search .widget-title {
  margin-bottom: 40px;
}

.search-form {
  position: relative;
}
.search-form input {
  width: 100%;
  height: 50px;
  background: transparent;
  padding: 0px 25px;
  font-size: 16px;
  box-shadow: none;
  border: 1px solid #DFE2E7;
  border-radius: 35px;
  color: #005028;
  transition: all 0.2s linear;
}
.search-form input.placeholder {
  color: #899097;
}
.search-form input:-moz-placeholder {
  color: #899097;
}
.search-form input::-moz-placeholder {
  color: #899097;
}
.search-form input::-webkit-input-placeholder {
  color: #899097;
}
.search-form input:focus {
  outline: none;
  box-shadow: none;
  border-color: #005028;
}
.search-form .search-submit {
  padding: 0px;
  background: transparent;
  border: 0px;
  position: absolute;
  right: 30px;
  height: 100%;
  top: 0;
  cursor: pointer;
  color: #B5B8C2;
}
.search-form .search-submit:focus {
  outline: none;
}

.widget_text p {
  line-height: 1.8;
}

.wp-caption {
  margin-bottom: 1em;
}
.wp-caption a {
  display: flex;
  flex-wrap: wrap;
}
.wp-caption .wp-caption-text {
  margin: 1em 0;
  font-size: 14px;
  color: #899097;
}

.widget_tag_cloud .tagcloud {
  margin-top: 0;
}

.wp-block-media-text, .wp-block-media-text.alignwide, figure.wp-block-gallery {
  margin-bottom: 30px;
}

.wp-block-gallery .blocks-gallery-item {
  margin-bottom: 1em !important;
}
.wp-block-gallery .blocks-gallery-item figcaption {
  line-height: 1.6;
}
.wp-block-gallery.columns-3 ul {
  margin-bottom: 20px;
}

.comment-form p {
  margin-top: 0;
}
.comment-form .form-submit {
  margin-bottom: 0;
}

.share_links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
}
.share_links ul {
  margin-bottom: 0;
  list-style: none;
  margin-left: 0px;
  padding-left: 8px;
}
.share_links ul li {
  display: inline-block;
}
.share_links ul li:not(:last-child) {
  margin-right: 8px;
  margin-bottom: 0px !important;
}
.share_links ul li a {
  font-size: 14px;
  color: #899097 !important;
}
.share_links ul li a:hover {
  color: #005028 !important;
}

.comment-reply-title, .comments-title {
  font-weight: 600;
  margin-bottom: 45px;
  margin-top: 0;
  font-size: 28px;
  line-height: 1.35;
}

.about-autheor {
  margin-top: 75px;
}

.author-details {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 380px) {
  .author-details {
    display: block;
  }
}
.author-details .auther-avater {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 25px;
}
@media (max-width: 380px) {
  .author-details .auther-avater {
    margin-right: 0;
    margin-bottom: 25px;
  }
}
.author-details .auther-info {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.author-details .auther-info h4 {
  font-size: 20px;
  font-weight: 600;
  margin-top: 0;
  color: #005028;
  margin-bottom: 0;
}
.author-details .auther-info p {
  margin-top: 10px;
  margin-bottom: 0;
}

.wp-block-column ol {
  padding-left: 17px;
  margin-left: 0;
}
.wp-block-column blockquote {
  padding-right: 20px;
}

.wp-block-media-text__content .has-large-font-size {
  margin-bottom: 25px;
}

.wp-block-gallery.columns-2.is-cropped ul {
  margin-bottom: 1em;
}

.wp-block-embed {
  margin-bottom: 22px;
}
.wp-block-embed .wp-block-embed__wrapper {
  margin-bottom: 22px;
}
.wp-block-embed.wp-block-embed-youtube .wp-block-embed__wrapper {
  margin-bottom: 14px;
}
.wp-block-embed.wp-block-embed-facebook, .wp-block-embed.wp-block-embed-instagram {
  margin-top: 0;
  margin-bottom: 12px;
}
.wp-block-embed.wp-block-embed-facebook .wp-block-embed__wrapper, .wp-block-embed.wp-block-embed-instagram .wp-block-embed__wrapper {
  margin-bottom: 12px;
}
.wp-block-embed.wp-block-embed-wordpress-tv {
  margin-top: 22px;
}
.wp-block-embed.wp-block-embed-wordpress-tv .wp-block-embed__wrapper {
  margin-bottom: 12px;
}

.breadcrumb_content .page_title {
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
}

.blog_post_item {
  text-align: center;
  margin-bottom: 30px;
  border: 1px solid #CADCC6;
  padding: 10px;
  border-radius: 10px;
}
.blog_post_item .post_bottom {
  justify-content: center;
}
.blog_post_item .media_blog_content {
  padding: 16px 15px 20px;
}
.blog_post_item .blog_page_title, .blog_post_item .post_date_loop {
  font-size: 18px;
  font-family: "Gotham";
  color: #262933;
  line-height: 28px;
  margin-bottom: 10px;
  display: inline-block;
}
.blog_post_item .blog_title {
  margin-bottom: 5px;
}
.blog_post_item .blog_title a {
  font-size: 24px;
  display: inline-block;
  font-weight: 700;
  line-height: 31px;
  margin-bottom: 0;
}
.blog_post_item .cu_btn.btn_3 {
  font-size: 16px;
  text-transform: uppercase;
  line-height: 23px;
  padding: 15px 57px;
}

.banner_section_inner {
  background-color: #fff;
  text-align: center;
  padding: 60px 50px;
  border-radius: 15px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .banner_section_inner {
    padding: 30px 20px;
  }
}
.banner_section_inner:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: -20px;
  background-color: #fff;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  opacity: 0.7;
  height: 100%;
  backdrop-filter: blur(8px);
  border-radius: 15px;
  z-index: -1;
}
@media (max-width: 767.98px) {
  .banner_section_inner:after {
    width: 10%;
  }
}
.banner_section_inner .cu_btn {
  text-transform: uppercase;
  font-size: 18px;
  padding: 21px 37px;
  width: 214px;
  text-align: center;
}
.banner_section_inner .cu_btn:not(:last-child) {
  margin-right: 30px;
}
@media (max-width: 576px) {
  .banner_section_inner .cu_btn:not(:last-child) {
    margin-right: 10px;
  }
}
@media (max-width: 576px) {
  .banner_section_inner .cu_btn {
    font-size: 14px;
    width: 160px;
    padding: 12px 25px;
    margin: 5px 0;
  }
}
.banner_section_inner .btn_4 {
  box-shadow: 0 8px 30px rgba(61, 148, 38, 0.53);
}

.banner_section_inner h2 {
  font-size: 70px;
  line-height: 89px;
  font-weight: 700;
  font-family: "Lora", serif;
  margin-bottom: 45px;
}
@media (max-width: 767.98px) {
  .banner_section_inner h2 {
    font-size: 34px;
    line-height: 44px;
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .banner_section_inner h2 {
    font-size: 55px;
    line-height: 63px;
    margin-bottom: 25px;
  }
}

/*
* default setting for the zachholtmeier setting 
*/
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: "Lora", serif;
  font-size: 20px;
  color: #434754;
  line-height: 32px;
}

p {
  margin-bottom: 0;
  margin-top: 0;
}

/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
h1 {
  font-size: 60px;
  font-weight: 700;
}

h2 {
  font-size: 50px;
  font-weight: 700;
}

h3 {
  font-size: 36px;
  font-weight: 700;
}

h4 {
  font-size: 24px;
  font-weight: 700;
}

h5 {
  font-size: 20px;
  font-weight: 700;
}

h6 {
  font-size: 15px;
  font-weight: 700;
}

h1,
h2,
h3,
h5,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #005028;
  font-family: "Gotham";
  margin-top: 0;
  margin-bottom: 15px;
}

main {
  display: block;
}

a {
  text-decoration: none;
}

h2 a {
  text-decoration: none;
}

a:hover,
a:focus,
a:active,
h2 a:hover {
  color: #005028;
}

a:visited {
  color: #181B31;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

.list-unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list-unstyled li {
  list-style: none;
}

.comment-list {
  list-style: none;
}

.comment-list ul {
  list-style: initial;
}

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

.text-white {
  color: #fff;
}
.text-white h2,
.text-white .page-title {
  color: #fff;
  line-height: 1.5;
  word-break: break-word;
  margin-top: 0;
  margin-bottom: 15px;
}
.text-white .breadcrumb .breadcrumbs__link,
.text-white .breadcrumbs .breadcrumbs__link {
  color: #fff;
  text-decoration: none;
}
.text-white .breadcrumb li a,
.text-white .breadcrumbs li a {
  color: #fff;
}
.text-white .post-meta {
  color: #fff;
}
.text-white .post-meta span:not(:last-child):after {
  background: #fff;
}
.text-white .post-meta a {
  color: #fff;
}
.text-white .post-meta a:focus {
  outline: none;
}
.text-white .post-meta a:hover {
  color: #005028;
}

.breadcrumb li a {
  text-decoration: none;
}

.sec_padding {
  padding-top: 100px;
  padding-bottom: 100px;
}

.banner-with-color {
  background-color: #3D9426;
}

.site-footer {
  padding: 20px 0;
  background-color: #eaeff1;
  color: #434754;
}
.site-footer a {
  color: #005028;
}
@media (max-width: 767px) {
  .site-footer {
    text-align: center;
  }
}

@media (min-width: 1200px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1200px) {
  .container .row {
    margin-right: calc(var(--bs-gutter-x)/ -1.6);
    margin-left: calc(var(--bs-gutter-x)/ -1.6);
  }
  .container .row > * {
    padding-right: calc(var(--bs-gutter-x)/ 1.6);
    padding-left: calc(var(--bs-gutter-x)/ 1.6);
  }
}

.blog_breadcrumbs_area_two,
.blog_breadcrumbs_area_two.page-banner,
.blog_breadcrumbs_area_two.blog-single-page,
.blog_breadcrumbs_area_two.archive-banner,
.blog_breadcrumbs_area_two.banner-404 {
  padding: 135px 0px;
  position: relative;
  z-index: 1;
}
.blog_breadcrumbs_area_two .overlay_bg,
.blog_breadcrumbs_area_two.page-banner .overlay_bg,
.blog_breadcrumbs_area_two.blog-single-page .overlay_bg,
.blog_breadcrumbs_area_two.archive-banner .overlay_bg,
.blog_breadcrumbs_area_two.banner-404 .overlay_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.5);
}

.parallaxie {
  background-attachment: fixed !important;
}

.pricing_list_item .elementor-icon-list-item span span {
  display: block;
  font-size: 18px;
  color: #647589;
  line-height: 32px;
  font-weight: 400;
}

.contact_form_content br {
  display: none;
}
.contact_form_content a {
  display: inline-flex;
  align-items: center;
}
.contact_form_content a img {
  margin-right: 10px;
}

@media screen and (min-width: 1024px) {
  #mapbase svg {
    height: 726px !important;
  }
}
@media (max-width: 1024px) and (min-width: 767px) {
  #mapbase svg {
    height: 450px !important;
  }
}
#visnames text {
  font-size: 12px !important;
  font-weight: 700 !important;
  position: relative;
  color: #00247A !important;
}

.contact_info_inner a {
  color: #00247A;
}

.popup_btn {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 185px;
  height: 185px;
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
}
@media (max-width: 991px) {
  .popup_btn {
    width: 100px;
    height: 100px;
  }
}

.popup_btn i {
  font-size: 30px;
  color: #3D9426;
  z-index: 10;
}
@media (max-width: 767.98px) {
  .popup_btn i {
    font-style: 20px;
  }
}

.popup_btn::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  z-index: 1;
  animation: animation 2s infinite;
}

@keyframes animation {
  0% {
    transform: scale(1);
    opacity: 0.9;
    z-index: 1;
  }
  100% {
    transform: scale(1.4);
    opacity: 0;
    z-index: 1;
  }
}
.question_btn .metform-btn {
  box-shadow: none;
}

.question_btn button.metform-btn.metform-submit-btn {
  width: 100%;
}

.question_btn .elementor-widget-container {
  margin-top: 0 !important;
}

.cre_breadcrumbs {
  display: flex;
}

.choose_section .elementor-widget-container {
  min-height: 325px;
}

.mf-error-message {
  color: #FFF;
}

/* services section css */
.pt_services_section .elementor-image-box-content {
  padding: 0 10px;
}
.pt_services_section .elementor-image-box-wrapper img {
  box-shadow: 0 8px 30px rgba(193, 193, 193, 0.66);
}

/* services section css end*/
.cu_btn {
  display: inline-block;
  padding: 18px 55px;
  font-size: 20px;
  font-family: "Gotham";
  border-radius: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 50px;
  border-width: 1px;
  border-style: solid;
  font-weight: 700;
}
.cu_btn.btn_1 {
  border: 1px solid #fff;
  color: #00247A;
  background-color: #fff;
}
.cu_btn.btn_1:hover {
  background-color: #00247A;
  border-color: #00247A;
  color: #fff;
}
.cu_btn.btn_2 {
  border: 1px solid #fff;
  color: #fff;
  background-color: transparent;
}
.cu_btn.btn_2:hover {
  background-color: #fff;
  border-color: #fff;
  color: #00247A;
}
.cu_btn.btn_3 {
  border: 1px solid #3D9426;
  color: #3D9426;
  background-color: rgba(61, 148, 38, 0.11);
}
.cu_btn.btn_3:hover {
  background-color: #005028;
  color: #fff;
}
.cu_btn.btn_4 {
  border: 1px solid #3D9426;
  color: #fff;
  background-color: #3D9426;
}
.cu_btn.btn_4:hover {
  background-color: #005028;
  border-color: #005028;
  color: #fff;
}
.cu_btn.gradient_btn {
  border: 1px solid transparent;
  color: #fff;
  background-image: linear-gradient(to right, #030878 0%, #6F3FEA 51%, #030878 100%);
  background-size: 200% auto;
  padding: 10px 44px;
}
.cu_btn.gradient_btn:hover {
  background-position: 100%;
}

.cre_process_section_wrapper {
  padding: 80px;
  border-radius: 15px;
  box-shadow: 0 10px 35px rgba(130, 112, 255, 0.25);
  border-bottom: 12px solid #3D9426;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 80px;
  background-color: #fff;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  .cre_process_section_wrapper {
    padding: 40px 20px;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .cre_process_section_wrapper {
    padding: 40px 20px;
    grid-gap: 30px;
  }
}

.process_section_wrapper {
  text-align: center;
}
@media (max-width: 767.98px) {
  .process_section_wrapper {
    margin-bottom: 42px;
    text-align: left;
    position: relative;
    padding-left: 88px;
  }
  .process_section_wrapper:last-child {
    margin-bottom: 0;
  }
}
.process_section_wrapper .process_icon {
  text-align: center;
  margin-bottom: 16px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .process_section_wrapper .process_icon {
    position: absolute;
    left: 0;
  }
}
.process_section_wrapper .process_icon .process_shape {
  position: absolute;
  right: -157px;
  top: 50px;
  z-index: -1;
}
@media (max-width: 767.98px) {
  .process_section_wrapper .process_icon .process_shape {
    right: 0;
    top: 120px;
    transform: rotate(90deg);
  }
}
.process_section_wrapper .process_icon .process_icon_inner {
  height: 93px;
  width: 93px;
  display: inline-grid;
  place-items: center;
  border-radius: 25px;
  background-color: #E7DEFF;
}
@media (max-width: 767.98px) {
  .process_section_wrapper .process_icon .process_icon_inner {
    height: 70px;
    width: 70px;
  }
}
.process_section_wrapper .process_icon .process_icon_inner img {
  max-width: 35px;
}
@media (max-width: 767.98px) {
  .process_section_wrapper .process_icon .process_icon_inner img {
    max-width: 25px;
  }
}
.process_section_wrapper .title {
  font-size: 28px;
  font-weight: 700;
  line-height: 37px;
}
@media (max-width: 767.98px) {
  .process_section_wrapper .title {
    margin-bottom: 10px;
  }
}
.process_section_wrapper:last-child .process_icon .process_shape {
  display: none;
}

.cre_pricing_section_wrapper {
  text-align: center;
  background-color: #fff;
  padding: 45px 20px;
  border-radius: 15px;
  box-shadow: 0 10px 25px rgba(130, 112, 255, 0.25);
  border-bottom: 12px solid rgba(111, 63, 234, 0.32);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 100%;
  min-height: 581px;
}
.cre_pricing_section_wrapper .sub_title {
  font-size: 24px;
  color: #6F3FEA;
  text-transform: uppercase;
  line-height: 32px;
  letter-spacing: 3px;
}
.cre_pricing_section_wrapper .title {
  font-size: 35px;
  margin-bottom: 31px;
  line-height: 47px;
}
@media (max-width: 991px) {
  .cre_pricing_section_wrapper .title {
    font-size: 30px;
    line-height: 38px;
  }
}
.cre_pricing_section_wrapper .cu_btn.btn_3 {
  padding: 10px 42px;
}
.cre_pricing_section_wrapper .pricing_item_wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #DDDDDD;
}
.cre_pricing_section_wrapper .pricing_item_wrapper li {
  font-size: 18px;
  margin-bottom: 16px;
  position: relative;
  padding-left: 30px;
}
.cre_pricing_section_wrapper .pricing_item_wrapper li .pricing_list_icon {
  position: absolute;
  left: 0;
  top: 4px;
}
.cre_pricing_section_wrapper:hover {
  border-bottom: 12px solid #6f3fea;
}
.cre_pricing_section_wrapper:hover .cu_btn.btn_3 {
  background-image: linear-gradient(to right, #030878 0%, #6F3FEA 100%);
  color: #fff;
}

.testimonial_section_inner {
  border-radius: 10px;
  background-color: #fff;
  padding: 30px;
  box-shadow: 0 2px 25px rgba(130, 112, 255, 0.23);
  margin-top: 21px;
  margin-bottom: 21px;
}
.testimonial_section_inner .name {
  margin-bottom: 0;
}
.testimonial_section_inner .cre_rating_star {
  margin-bottom: 8px;
}
.testimonial_section_inner .cre_rating_star i {
  font-size: 18px;
  margin-right: 8px;
  color: #CBCBCB;
}
.testimonial_section_inner .cre_rating_star i.full {
  color: #FF8C19;
}
.testimonial_section_inner .title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 17px;
}
.testimonial_section_inner .description {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 17px;
}
.testimonial_section_inner .name {
  font-size: 18px;
  font-weight: 600;
}
.testimonial_section_inner .name span {
  font-size: 16px;
  font-weight: 300;
  color: #647589;
}

@media (min-width: 1200px) {
  .cre_testimonial_section_wrapper .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .cre_testimonial_section_wrapper .row {
    margin-right: -20px;
    margin-left: -20px;
  }
  .cre_testimonial_section_wrapper .row > * {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.testimonial_section_wrapper {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  orphans: 1;
  widows: 1;
  position: relative;
  z-index: 1;
}
@media (max-width: 576px) {
  .testimonial_section_wrapper {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.98px) {
  .testimonial_section_wrapper {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .testimonial_section_wrapper {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}

.testimonial_section_inner {
  display: inline-block;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
}

.testimonial_section_wrapper:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #fff 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #fff 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #fff 100%);
  height: 473px;
}

.testimonial_page_section .testimonial_section_wrapper:after {
  display: none;
}

ul.cre_breadcrumbs {
  margin: 0;
  padding: 0;
}

ul.cre_breadcrumbs li {
  display: inline-block;
}

.cre_breadcrumbs-separator-text {
  color: #fff;
  font-size: 28px;
  margin: 0 14px !important;
  display: inline-block;
}

.cre_accordion .accordion-item {
  margin-bottom: 30px;
  border-radius: 15px;
}
.cre_accordion .accordion-button {
  color: #00247A;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  padding: 30px;
}
@media (max-width: 767.98px) {
  .cre_accordion .accordion-button {
    font-size: 18px;
    line-height: 24px;
  }
}
.cre_accordion .accordion-button span {
  height: 46px;
  width: 46px;
  flex: 46px 0 0;
  display: inline-grid;
  place-items: center;
  border-radius: 8px;
  margin-right: 20px;
  color: #fff;
}
.cre_accordion .accordion-item {
  border: 0px solid transparent;
  background-color: #fff;
  box-shadow: 0 8px 25px #8270ff30 !important;
}
.cre_accordion .accordion-button {
  border-radius: 15px !important;
  box-shadow: none;
  color: #005028;
}
.cre_accordion .accordion-button span {
  background-color: #fff;
}
.cre_accordion .accordion-button.collapsed {
  border-radius: 15px;
  color: #262933;
}
.cre_accordion .accordion-collapse {
  border-radius: 15px;
}
.cre_accordion .accordion-collapse .accordion-body p {
  color: #434754;
  font-size: 16px;
  line-height: 25px;
}
.cre_accordion .accordion-body {
  padding: 0 30px 30px;
}
.cre_accordion .accordion-button:not(.collapsed) {
  background-color: transparent;
}

.cre_accordion {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  orphans: 1;
  widows: 1;
  position: relative;
  z-index: 1;
}

.accordion-item {
  display: inline-block;
  width: 100%;
}

.cre_timeline_section.cre_timeline_default_style .cre_timeline_section_inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 22px;
  height: 100%;
  width: 18px;
  z-index: 1;
  background-color: #D0C1F8;
  border-radius: 12px;
}
@media only screen and (min-width: 991px) {
  .cre_timeline_section.cre_timeline_default_style .cre_timeline_section_inner::before {
    left: 50%;
    margin-left: -9px;
  }
}
@media only screen and (max-width: 991px) {
  .cre_timeline_section.cre_timeline_default_style .cre_timeline_main_coutent_inner {
    padding-left: 40px;
    margin-bottom: 50px;
  }
}
.cre_timeline_section.cre_timeline_default_style .cre_timeline_main_coutent_inner {
  display: inline-block;
  position: relative;
}
.cre_timeline_section.cre_timeline_default_style .cre_timeline_main_coutent_inner .cre_title {
  font-size: 40px;
  margin-bottom: 15px;
  line-height: 45px;
}
@media only screen and (max-width: 991px) {
  .cre_timeline_section.cre_timeline_default_style .cre_timeline_main_coutent_inner .cre_title {
    margin-bottom: 8px;
    font-size: 24px;
    line-height: 30px;
  }
}
.cre_timeline_section.cre_timeline_default_style .cre_limeline_section_inner_wrapper {
  position: relative;
  margin-bottom: 60px;
}
@media (min-width: 991px) and (max-width: 1200px) {
  .cre_timeline_section.cre_timeline_default_style .cre_limeline_section_inner_wrapper {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 991px) {
  .cre_timeline_section.cre_timeline_default_style .cre_limeline_section_inner_wrapper {
    margin-bottom: 40px;
    padding-left: 55px;
  }
}
@media only screen and (max-width: 576px) {
  .cre_timeline_section.cre_timeline_default_style .cre_limeline_section_inner_wrapper {
    padding-left: 35px;
  }
}
.cre_timeline_section.cre_timeline_default_style .cre_limeline_section_inner_wrapper:last-child {
  margin-bottom: 0;
}
.cre_timeline_section.cre_timeline_default_style .cre_limeline_section_inner_wrapper:after {
  content: "";
  display: table;
  clear: both;
}
.cre_timeline_section.cre_timeline_default_style .cre_limeline_counter {
  position: absolute;
  top: 135px;
  left: 0;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  background-image: linear-gradient(to bottom, #030878 0%, #6F3FEA 51%);
  font-size: 25px;
  font-weight: 500;
  border: 9px solid #D0C1F8;
  color: #fff;
  font-weight: 700;
}
@media only screen and (max-width: 991px) {
  .cre_timeline_section.cre_timeline_default_style .cre_limeline_counter {
    top: 0;
  }
}
@media (min-width: 991px) and (max-width: 1200px) {
  .cre_timeline_section.cre_timeline_default_style .cre_limeline_counter {
    top: 40px;
  }
}
.cre_timeline_section.cre_timeline_default_style .cre_limeline_counter img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
}
@media only screen and (min-width: 991px) {
  .cre_timeline_section.cre_timeline_default_style .cre_limeline_counter {
    left: 50%;
    transform: translateX(-50%);
  }
}
.cre_timeline_section.cre_timeline_default_style .cre_timeline_coutent_inner {
  float: left;
}
@media only screen and (max-width: 991px) {
  .cre_timeline_section.cre_timeline_default_style .cre_timeline_coutent_inner {
    margin-top: 20px;
  }
}
.cre_timeline_section.cre_timeline_default_style .cre_limeline_section_inner_wrapper:nth-child(odd) .cre_timeline_main_coutent_inner:before {
  left: 0;
  right: auto;
  clip-path: polygon(0% 0%, 100% 100%, 100% 0);
}
@media only screen and (max-width: 991px) {
  .cre_timeline_section.cre_timeline_default_style .cre_limeline_section_inner_wrapper:nth-child(odd) .cre_timeline_main_coutent_inner:before {
    left: -18px;
  }
}
@media only screen and (min-width: 991px) {
  .cre_timeline_section.cre_timeline_default_style .cre_timeline_main_coutent_inner {
    margin-left: 0;
    width: 42%;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    margin: 140px 0;
    text-align: right;
  }
  .cre_timeline_section.cre_timeline_default_style .cre_timeline_main_coutent_inner::before {
    top: 24px;
    left: 100%;
    border-color: transparent;
    border-left-color: white;
  }
  .cre_timeline_section.cre_timeline_default_style .cre_timeline_coutent_inner {
    position: absolute;
    width: 100%;
    left: 121%;
    top: -75px;
    margin-left: 95px;
    text-align: left;
  }
  .cre_timeline_section.cre_timeline_default_style .cre_limeline_section_inner_wrapper:nth-child(odd) .cre_timeline_main_coutent_inner {
    float: right;
    text-align: left;
  }
  .cre_timeline_section.cre_timeline_default_style .cre_limeline_section_inner_wrapper:nth-child(odd) .cre_timeline_main_coutent_inner::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: white;
  }
  .cre_timeline_section.cre_timeline_default_style .cre_limeline_section_inner_wrapper:nth-child(odd) .cre_timeline_section__read-more {
    float: right;
  }
  .cre_timeline_section.cre_timeline_default_style .cre_limeline_section_inner_wrapper:nth-child(odd) .cre_timeline_coutent_inner {
    left: auto;
    right: 120%;
    margin-left: auto;
    margin-right: 98px;
    text-align: right;
  }
}
@media (min-width: 991px) and (max-width: 1200px) {
  .cre_timeline_section.cre_timeline_default_style .cre_timeline_main_coutent_inner {
    margin: 80px 0;
  }
}

.footer_menu_item ul {
  margin: 0;
  padding: 0;
}

.footer_menu_item ul li {
  list-style: none;
  margin-bottom: 5px;
}

.footer_menu_item ul li a {
  color: rgba(255, 255, 255, 0.8);
  text-transform: capitalize;
  font-size: 16px;
}

.cta_section_inner {
  background-color: #fff;
  border-radius: 15px;
  padding: 57px 60px 64px;
  position: relative;
  box-shadow: 0 10px 25px #8270ff12;
}
@media (max-width: 767.98px) {
  .cta_section_inner {
    padding: 150px 20px 30px 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .cta_section_inner {
    padding: 30px 25px;
  }
}
.cta_section_inner .title {
  font-size: 50px;
  font-weight: 700;
  line-height: 67px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .cta_section_inner .title {
    font-size: 30px;
    line-height: 38px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .cta_section_inner .title {
    font-size: 36px;
    line-height: 40px;
  }
}
.cta_section_inner .description {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .cta_section_inner .description {
    margin-bottom: 20px;
  }
}

.cta_section_inner .cta_section_images {
  position: absolute;
  top: -144px;
  right: 16px;
}
@media (max-width: 767.98px) {
  .cta_section_inner .cta_section_images {
    top: -181px;
  }
}
@media (min-width: 420px) and (max-width: 576px) {
  .cta_section_inner .cta_section_images {
    top: -190px;
    max-width: 82%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .cta_section_inner .cta_section_images {
    top: -4px;
    max-width: 351px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .cta_section_inner .cta_section_images {
    top: -90px;
    max-width: 51%;
  }
}

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