/*
* feenix 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
--------------------------------------------------------------*/
/*
 * bootstrap  
*/
/*
* define all constant here 
*/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Poppins:wght@400;500;600;700&display=swap");
.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: 35px 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: "Inter", sans-serif;
  font-size: 16px;
  color: #151618;
  padding: 0;
  position: relative;
  text-decoration: none;
}
.menu > .nav-item .mobile_dropdown_icon {
  display: none;
}
.menu > .nav-item .mobile_dropdown_icon.arrow_rotate {
  transform: rotate(180deg);
  color: #1E2845;
}
.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: #3B3B3D;
  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: #1E2845;
}
.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: #E72E38;
}
@media (max-width: 991px) {
  .menu > .nav-item.active .nav-link {
    color: #E72E38;
  }
}
.menu > .nav-item.active .nav-link:before {
  width: 100%;
  left: 0;
  right: auto;
}
.menu > .nav-item:hover .nav-link {
  color: #fff;
}
.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: #000;
  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 (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;
  }
  .search_cart:before {
    display: none;
  }
  .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 .nav-item .nav-link {
    font-size: 16px;
  }
  .search_cart .nav-item:not(:last-child) {
    margin-right: 12px;
  }
}
@media (min-width: 1680px) {
  .custom_header_width {
    max-width: 1730px;
  }
}
.site-header .navbar-nav {
  margin-top: 0;
}

@media (max-width: 768px) {
  .site-header .header_btn {
    display: none;
  }
}

.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 .menu > .nav-item > .nav-link {
  color: #00247A;
}
.site-header.sticky_nav.navbar_fixed .menu > .nav-item > .nav-link:hover {
  color: #6F3FEA;
}
.site-header.sticky_nav.navbar_fixed .menu > .nav-item.active .nav-link {
  color: #6F3FEA;
}
.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: #1E2845;
}
.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: #E72E38;
}

@media (max-width: 1200px) {
  .navbar_logo {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
  }
  .navbar-collapse {
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 105px;
    z-index: 9;
    width: 100%;
    padding: 0 26px;
  }
  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);
  }
}
.header_right_content .navbar_search {
  max-width: 243px;
}
.header_right_content .form-control {
  font-size: 16px;
  font-weight: 400;
  border: 0px;
  padding: 0px;
  border-radius: 0px;
  box-shadow: none;
  padding-left: 30px;
  height: 60px;
  font-family: "Inter", sans-serif;
}
.header_right_content .form-control.placeholder {
  color: #a6a6a6;
}
.header_right_content .form-control:-moz-placeholder {
  color: #a6a6a6;
}
.header_right_content .form-control::-moz-placeholder {
  color: #a6a6a6;
}
.header_right_content .form-control::-webkit-input-placeholder {
  color: #a6a6a6;
}
.header_right_content button {
  border: 0px;
  background: #fff;
  margin-left: -1px;
  padding: 0;
  color: #E72E38;
}

ul.navbar-nav.search_cart {
  position: relative;
}

li.nav-item.search.open form.menu-search-form {
  opacity: 1;
  visibility: visible;
}

.header_part_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.header_part_wrapper .navbar-brand {
  margin: 0 10px !important;
  display: inline-block;
}

.site-header .max_offcanvas_icon {
  background-color: transparent;
  padding: 0;
  border: 0px solid transparent;
  margin-right: 80px;
}

.menu > .nav-item:hover .nav-link {
  color: #3F8FB8 !important;
}

.header_part_wrapper .header_content {
  flex: 70% 0 0;
}

.header_part_wrapper .navbar_logo {
  flex: 20% 0 0;
}

.menu-search-form ::placeholder {
  color: rgba(255, 255, 255, 0.2);
}

.menu-search-form .form-control {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px !important;
  background-color: transparent;
  width: 243px;
  padding: 19px 19px 19px 50px;
  color: #fff;
}

.menu-search-form .input-group i {
  position: absolute;
  left: 0;
  top: 6px;
  padding: 16px;
  color: rgba(255, 255, 255, 0.2);
}

.header_right_content .nav_meta_item:not(:last-child) {
  margin-right: 55px;
}

/*========== blog css ============*/
.site {
  overflow: hidden;
}

.sidebar_right {
  padding-left: 70px !important;
}
@media (max-width: 1199px) {
  .sidebar_right {
    padding-left: 15px !important;
  }
}
@media (max-width: 991px) {
  .sidebar_right {
    max-width: 320px;
    margin-top: 50px;
  }
}
@media (max-width: 576px) {
  .sidebar_right {
    max-width: 100%;
  }
}

@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-top-left-radius: 5px;
  border-top-right-radius: 5px;
  overflow: hidden;
  background: #000;
}
.blog_post_item a.post-thumbnail img {
  display: block;
  margin: 0 auto;
}

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

.media_blog_content {
  margin-top: 0;
  border: 1px solid #EFEDED;
  padding: 32px 40px;
  font-family: "Inter", sans-serif;
}
@media (max-width: 991px) {
  .media_blog_content {
    padding: 28px 20px;
  }
}
.media_blog_content p {
  line-height: 1.8;
  margin-top: 0;
}
.media_blog_content p a {
  font-weight: 500;
  color: #3B3B3D;
  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:after {
  content: "\e901";
  font-family: "icomoon" !important;
  vertical-align: middle;
  margin-left: 6px;
  transition: all 0.2s linear;
  display: inline-block;
}
.media_blog_content .post_bottom .learn_btn_two:hover {
  color: #1E2845;
}
.media_blog_content .post_bottom .learn_btn_two:hover:after {
  transform: translateX(5px);
}

.post-meta {
  color: #899097;
  font-size: 14px;
  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: rgb(255, 255, 255) !important;
  width: 100% !important;
  box-shadow: 0px 10px 30px 0px rgba(20, 3, 67, 0.08);
  border-left: 6px solid #1E2845;
  padding: 50px;
}
.mejs-container .mejs-controls {
  background: transparent !important;
  font-family: "Inter", sans-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: "\f04b";
  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: #1E2845;
  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: #000;
  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: #1E2845;
}
.post-password-form input[type=submit] {
  height: 50px;
  background: #1E2845;
  border: 0px;
  font-weight: 500;
  color: #fff;
  font-size: 14px;
  padding: 0px 25px;
  transition: all 0.3s;
  cursor: pointer;
}
.post-password-form input[type=submit]:hover {
  background: #1E2845;
}

blockquote {
  font-family: "Inter", sans-serif;
  border-radius: 6px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 30px 0px rgba(20, 3, 67, 0.08);
  border-left: 6px solid #1E2845;
  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: "\f10d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 30px;
  color: #1E2845;
  margin-bottom: 15px;
  display: inline-block;
}
blockquote:after {
  content: "\f10d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 30px;
  line-height: 0.3;
  bottom: 0;
  color: #1E2845;
  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: "\e02c";
  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: #1E2845;
  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 rgb(231, 231, 246);
  background: rgb(251, 251, 253);
  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: #1E2845;
  border-color: #1E2845;
  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 rgb(231, 231, 246);
  background: rgb(251, 251, 253);
}
.pagination .page-numbers.prev:hover, .pagination .page-numbers.next:hover {
  background: #1E2845;
  border-color: #1E2845;
  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: #E72E38;
  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: #E72E38;
  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: #1E2845;
}
.widget_recent_entries .recent_post_item:hover h5 {
  color: #1E2845;
}

.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: #3B3B3D;
  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: #1E2845;
  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: #3B3B3D;
  text-decoration: none;
}
.blog_single_info .media_blog_content ul li a:hover {
  color: #1E2845;
}
.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: #1E2845;
}
.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: #E72E38;
  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: #3B3B3D;
}
.blog_single_info .media_blog_content ol li a:hover, .blog_single_info .media_blog_content ul li a:hover {
  color: #1E2845;
}
.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: #1E2845;
  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: #3B3B3D;
  text-decoration: none;
  font-weight: 600;
}
.blog_single_info figcaption a:focus {
  outline: none;
}
.blog_single_info figcaption a:hover {
  color: #1E2845;
}
.blog_single_info .wp-block-image figure figcaption {
  text-align: center;
}
.blog_single_info .wp-block-file a:first-child {
  text-decoration: none;
  color: #3B3B3D;
}
.blog_single_info .wp-block-file a:first-child:hover {
  color: #1E2845;
}
.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: #E72E38;
  padding-left: 30px;
  box-shadow: none;
  transition: all 0.2s linear;
}
.blog_single_info .wp-block-search input:focus {
  outline: none;
  border-color: #1E2845;
}
.blog_single_info .wp-block-search button {
  border: 0px;
  padding: 11px 53px;
  cursor: pointer;
  background: #1E2845;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  transition: all 0.2s linear;
}
.blog_single_info .wp-block-search button:hover {
  background: #1E2845;
  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: #E72E38;
  text-decoration: none;
  margin-right: 12px;
}
.blog_single_info .page-links .post-page-numbers.current {
  color: #1E2845;
  border-bottom: 1px solid #1E2845;
}
.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: #E72E38;
  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: #1E2845;
}

dl dd {
  margin-left: 0;
}
dl dd a {
  text-decoration: none;
  color: #3B3B3D;
}
dl dd a:hover {
  color: #1E2845;
}

.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: "Inter", sans-serif;
}
@media (max-width: 576px) {
  .comment_box .comments_item {
    display: block;
  }
}
.comment_box .comments_item .comment-reply-link {
  font-size: 13px;
  text-transform: uppercase;
  color: #3B3B3D;
  letter-spacing: 1.3px;
  position: absolute;
  text-decoration: none;
  right: 0;
  top: 0;
}
.comment_box .comments_item .comment-reply-link:hover {
  color: #1E2845;
}
.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: #E72E38;
  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: #3B3B3D;
  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: #000;
}
.comment_box .comments_item .content p a:hover {
  color: #1E2845;
}
.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: #1E2845;
}
.comment_box table th {
  padding: 10px 20px;
  color: #E72E38;
  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: #3B3B3D;
}
.comment_box .trackback .comment-body a, .comment_box .pingback .comment-body a {
  color: #000;
  text-decoration: none;
}
.comment_box .trackback .comment-body a:hover, .comment_box .pingback .comment-body a:hover {
  color: #1E2845;
}

.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: #E72E38;
  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: #1E2845;
  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: #1E2845;
  box-shadow: none;
}
.comment-form .btn-comment-form {
  border: 0px;
  padding: 11px 23px;
  cursor: pointer;
  background: #1E2845;
  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: #1E2845;
}

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

.contact_info_item {
  font-family: "Inter", sans-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: #E72E38;
  font-weight: 600;
}
.contact_info_item p {
  line-height: 30px;
  color: #3B3B3D;
  margin-bottom: 0;
}
.contact_info_item p a {
  color: #3B3B3D;
}
.contact_info_item p a:hover {
  color: #1E2845;
}

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

.mapBox {
  height: 460px;
}

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

.widget {
  font-family: "Inter", sans-serif;
  margin-bottom: 0;
}
.widget + .widget {
  margin-top: 55px;
}
.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: #000;
  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: #000;
  text-decoration: none;
  transition: color 0.2s linear;
  font-size: 15px;
}
.widget ul > li a:hover, .widget .wp-block-archives > li a:hover {
  color: #1E2845;
}
.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: #000;
}
.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: #E72E38;
  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: #3B3B3D;
}
.calendar_wrap tbody td a, .wp-block-calendar tbody td a {
  display: block;
  background: #1E2845;
  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: #3B3B3D;
  text-decoration: none;
  transition: all 0.2s linear;
}
.calendar_wrap .wp-calendar-nav a:hover, .wp-block-calendar .wp-calendar-nav a:hover {
  color: #1E2845;
}

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

.widget_recent_comments ul {
  overflow: hidden;
}
.widget_recent_comments ul > li {
  justify-content: flex-start;
  color: #000;
  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: #1E2845 !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: 14px;
}
.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 3px;
  font-size: 16px;
  box-shadow: none;
  border: 1px solid #DFE2E7;
  border-radius: 3px;
  color: #000;
  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: #1E2845;
}
.search-form .search-submit {
  padding: 0px;
  background: transparent;
  border: 0px;
  position: absolute;
  right: 30px;
  height: 100%;
  top: 0;
  cursor: pointer;
}
.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: #1E2845 !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: #000;
  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;
}

@media (max-width: 767px) {
  .coco_banner_section .elementor-widget-wrap {
    justify-content: center;
  }
}
/*
* default setting for the feenix setting 
*/
/*
* define all constant here 
*/
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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,
h2,
h3,
h5,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  margin-top: 0;
  margin-bottom: 15px;
  font-family: "Poppins", sans-serif;
}

main {
  display: block;
}

a {
  transition: all 0.3s;
  text-decoration: none;
}
@media (prefers-reduced-motion: reduce) {
  a {
    transition: none;
  }
}

h2 a {
  text-decoration: none;
}

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

a:visited {
  color: #DCB6B4;
}

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: #DCB6B4;
}

.breadcrumb_content {
  max-width: 780px;
  margin: 0px auto;
}

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

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

.site-footer {
  padding: 20px 0;
  color: #fff;
  border-top: 1px solid #fff;
  text-align: center;
  position: absolute;
  z-index: 99;
  width: 100%;
  background-color: transparent;
}
.site-footer a {
  color: #fff !important;
}
@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;
}

.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;
}

@media (min-width: 1441px) {
  .container {
    max-width: 1320px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .elementor-section .elementor-container {
    padding: 0 !important;
  }
}
@media (max-width: 767px) {
  .elementor-section .elementor-container {
    padding: 0 !important;
  }
}
.cu_btn {
  display: inline-block;
  padding: 8px 27px;
  font-size: 14px;
  border-radius: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 50px;
  border-width: 1px;
  border-style: solid;
  font-weight: 600;
}
.cu_btn.btn_1 {
  border: 1px solid #E72E38;
  color: #fff;
  background-color: #E72E38;
}
.cu_btn.btn_1:hover {
  background-color: #1E2845;
  border-color: #1E2845;
  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: #1E2845;
}
.cu_btn.btn_3 {
  border: 1px solid #1A2A49;
  color: #1A2A49;
  background-color: transparent;
}
.cu_btn.btn_3:hover {
  background-color: #E72E38;
  color: #fff;
  border-color: #E72E38;
}
.cu_btn.base_btn {
  border: 1px solid #E72E38;
  color: #fff;
  background-color: #E72E38;
}
.cu_btn.base_btn:hover {
  background-color: #1E2845;
  color: #fff;
  border-color: #1E2845;
}
.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 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 35px;
  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;
    grid-template-columns: repeat(2, 1fr);
  }
}

.process_section_wrapper {
  text-align: center;
}
@media (max-width: 767.98px) {
  .process_section_wrapper {
    margin-bottom: 42px;
    position: relative;
  }
  .process_section_wrapper:last-child {
    margin-bottom: 0;
  }
}
.process_section_wrapper .number {
  width: 50px;
  height: 50px;
  display: inline-grid;
  background: #3F8FB8;
  border-radius: 12px;
  place-items: center;
  color: #fff;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
.process_section_wrapper .number:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  height: 80px;
  width: 5px;
  background-color: #BEE3F5;
  top: -80px;
  z-index: -1;
}
.process_section_wrapper .process_icon {
  text-align: center;
  margin-bottom: 80px;
  position: relative;
  z-index: 1;
}
.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: 215px;
  width: 215px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  border: 5px solid #BEE3F5;
  padding: 10px;
  background-color: #fff;
}
@media (max-width: 767.98px) {
  .process_section_wrapper .process_icon .process_icon_inner {
    height: 70px;
    width: 70px;
  }
}
.process_section_wrapper p, .process_section_wrapper .description {
  font-size: 24px;
  line-height: 34px;
}
.process_section_wrapper img.process_icon_shape {
  position: absolute;
  z-index: -1;
  left: 0;
  top: -28px;
  right: 0;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .process_section_wrapper {
    margin-bottom: 40px;
  }
}
.process_section_wrapper:nth-child(even) {
  margin-top: 155px;
}
@media (max-width: 991px) {
  .process_section_wrapper:nth-child(even) {
    margin-top: 0;
  }
}

.cre_product_shop_title {
  margin-bottom: 40px;
}
.cre_product_shop_title .title {
  margin-bottom: 0;
}

.testimonial_section_inner {
  border-radius: 12px;
  background-color: #fff;
  padding: 50px 30px;
  border: 1px solid #F2F2F2;
}
.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: 3px;
  color: #6b6b6b;
  background-color: #00B67A;
  border-radius: 1px;
  height: 30px;
  width: 30px;
  display: inline-grid;
  place-content: center;
  margin-right: 10px;
}
.testimonial_section_inner .cre_rating_star i.full {
  color: #fff;
}
.testimonial_section_inner .description {
  font-size: 18px;
  line-height: 30px;
  margin: 24px 0 45px;
  font-family: "Louis George Cafe";
}
.testimonial_section_inner .name {
  font-size: 18px;
  font-weight: 700;
  color: #202020;
  line-height: 32px;
}
.testimonial_section_inner .position {
  color: #666666;
  font-family: "Louis George Cafe";
  font-weight: 400;
}
.testimonial_section_inner .client_info {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .testimonial_section_inner .client_info {
    margin-bottom: 10px;
  }
}
.testimonial_section_inner .client_info img {
  width: 58px;
  border-radius: 50%;
  height: 58px;
  object-fit: cover;
  margin-right: 15px;
}
.testimonial_section_inner .cre_testimonial_section_wrapper {
  position: relative;
}

.swiper-slide-active .testimonial_section_inner {
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.05);
}

.cre_testimonial_section_wrapper {
  position: relative;
}
.cre_testimonial_section_wrapper .cre_slider_wrapper {
  margin-right: -39%;
}
.cre_testimonial_section_wrapper .slider_navigation .nav_next, .cre_testimonial_section_wrapper .slider_navigation .nav_prev {
  width: 58px;
  height: 58px;
  display: inline-grid;
  place-content: center;
  background: rgba(220, 182, 180, 0.4705882353);
  border-radius: 50%;
  margin-left: 15px;
}
.cre_testimonial_section_wrapper .slider_navigation {
  position: absolute;
  right: 0;
  top: -120px;
}

ul.cre_breadcrumbs {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}

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 {
  padding: 38px 0;
  border: 0px solid transparent;
  border-bottom: 1px solid #E7E7E7;
}
.cre_accordion .accordion-item:last-child {
  border-bottom: 0px solid transparent;
}
.cre_accordion .accordion-button {
  font-size: 23px;
  line-height: 30px;
  color: #100707;
  padding: 0;
}
.cre_accordion .accordion-button.collapsed {
  color: #100707;
}
.cre_accordion .accordion-button.collapsed span {
  color: #fff;
}
.cre_accordion .accordion-button:after {
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='16' viewBox='0 0 28 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25.6668 2.33643L14.0002 14.0031L2.3335 2.33643' stroke='%23100707' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
@media (max-width: 767.98px) {
  .cre_accordion .accordion-button {
    font-size: 20px;
    line-height: 28px;
  }
}
.cre_accordion .accordion-collapse .accordion-body {
  padding: 17px 0 0;
}
.cre_accordion .accordion-collapse .accordion-body p {
  color: #676767;
}
.cre_accordion .accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
}
.cre_accordion .accordion-button:not(.collapsed):after {
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='16' viewBox='0 0 28 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25.6668 2.33643L14.0002 14.0031L2.3335 2.33643' stroke='%23EC6861' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.cre_accordion .accordion-button:focus {
  border-color: transparent;
  box-shadow: none;
}

.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;
  }
}

.product_section_content ul.products {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px;
}
@media (max-width: 576px) {
  .product_section_content ul.products {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 0px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.98px) {
  .product_section_content ul.products {
    grid-template-columns: repeat(2, 1fr);
  }
  .product_section_content ul.products li.product {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .product_section_content ul.products {
    grid-template-columns: repeat(2, 1fr);
  }
  .product_section_content ul.products li.product {
    margin-bottom: 0;
  }
}

.pagination .page-numbers:hover {
  background: transparent !important;
  border-color: transparent !important;
  color: #000 !important;
}

@media screen and (min-width: 768px) {
  .col2-set .form-row-first {
    float: left;
    margin-right: 3.8%;
  }
  .col2-set .form-row-last {
    float: right;
    margin-right: 0;
  }
  .col2-set .form-row-first,
  .col2-set .form-row-last {
    width: 48.1%;
  }
}
/**
 * Header cart
 */
.site-header-cart {
  position: relative;
  margin: 0;
  padding: 0;
}
.site-header-cart .cart-contents {
  text-decoration: none;
}
.site-header-cart .widget_shopping_cart {
  display: none;
}
.site-header-cart .product_list_widget {
  margin: 0;
  padding: 0;
}

/**
 * Star rating
 */
.star-rating {
  overflow: hidden;
  position: relative;
  height: 1.618em;
  line-height: 1.618;
  width: 5.3em;
  font-family: star;
  font-weight: 400;
}
.star-rating::before {
  content: "SSSSS";
  opacity: 0.25;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}
.star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}
.star-rating span::before {
  content: "SSSSS";
  top: 0;
  position: absolute;
  left: 0;
  color: #181B31;
}

p.stars a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
  margin-right: 1px;
  font-weight: 400;
}
p.stars a::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-family: star;
  content: "S";
  text-indent: 0;
  opacity: 0.25;
}
p.stars a:hover ~ a::before {
  content: "S";
  opacity: 0.25;
}
p.stars:hover a::before {
  content: "S";
  color: #181B31;
  opacity: 1;
}
p.stars.selected a.active::before {
  content: "S";
  color: #181B31;
  opacity: 1;
}
p.stars.selected a.active ~ a::before {
  content: "S";
  opacity: 0.25;
}
p.stars.selected a:not(.active)::before {
  content: "S";
  color: #181B31;
  opacity: 1;
}

/**
 * Tabs
 */
.woocommerce-tabs ul.tabs {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}
.woocommerce-tabs ul.tabs li {
  display: block;
  margin: 0;
  position: relative;
}
.woocommerce-tabs ul.tabs li a {
  padding: 1em 0;
  display: block;
}
.woocommerce-tabs .panel h2:first-of-type {
  margin-bottom: 1em;
}

/**
 * Password strength meter
 */
/**
 * Forms
 */
.required {
  color: #f00;
}

/**
 * Notices
 */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
  clear: both;
}

.demo_store {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 1em;
  z-index: 9999;
}

@media screen and (min-width: 48em) {
  /**
   * Header cart
   */
  .site-header-cart .widget_shopping_cart {
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 999999;
    left: -999em;
    display: block;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  }
  .site-header-cart:hover .widget_shopping_cart, .site-header-cart.focus .widget_shopping_cart {
    left: 0;
    display: block;
  }
}
ul.products {
  margin: 0;
  padding: 0;
}
ul.products li.product {
  list-style: none;
  position: relative;
  margin-bottom: 2em;
}
ul.products li.product img {
  display: block;
}
ul.products li.product .button {
  display: block;
}

@media screen and (min-width: 48em) {
  ul.products.columns-1 li.product {
    float: none;
    width: 100%;
  }
}
.single-product div.product {
  position: relative;
}
.single-product div.product .woocommerce-product-gallery {
  position: relative;
  float: left;
}
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  position: absolute;
  top: 2em;
  right: 1em;
  display: block;
  z-index: 99;
}
.single-product div.product .woocommerce-product-gallery .flex-viewport {
  margin-bottom: 1em;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
  margin: 0;
  padding: 0;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
  list-style: none;
  cursor: pointer;
  float: left;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
  opacity: 0.5;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
  opacity: 1;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover img {
  opacity: 1;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li {
  width: 48.1%;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n) {
  margin-right: 0;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n+1) {
  clear: both;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
  width: 30.7966666667%;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n) {
  margin-right: 0;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
  clear: both;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
  width: 22.15%;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n) {
  margin-right: 0;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
  clear: both;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
  width: 16.96%;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n) {
  margin-right: 0;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
  clear: both;
}

.stock:empty::before {
  display: none;
}

table.shop_table_responsive thead {
  display: none;
}
table.shop_table_responsive tbody th {
  display: none;
}
table.shop_table_responsive tr td {
  display: block;
  text-align: right;
  clear: both;
}
table.shop_table_responsive tr td::before {
  content: attr(data-title) ": ";
  float: left;
}
table.shop_table_responsive tr td.product-remove a {
  text-align: left;
}
table.shop_table_responsive tr td.product-remove::before {
  display: none;
}
table.shop_table_responsive tr td.actions::before, table.shop_table_responsive tr td.download-actions::before {
  display: none;
}
table.shop_table_responsive tr td.download-actions .button {
  display: block;
  text-align: center;
}

@media screen and (min-width: 48em) {
  table.shop_table_responsive thead {
    display: table-header-group;
  }
  table.shop_table_responsive tbody th {
    display: table-cell;
  }
  table.shop_table_responsive tr th,
  table.shop_table_responsive tr td {
    text-align: left;
  }
  table.shop_table_responsive tr td {
    display: table-cell;
  }
  table.shop_table_responsive tr td::before {
    display: none;
  }
}
/**
 * WooCommerce Price Filter
 */
.widget_price_filter .price_slider {
  margin-bottom: 1.5em;
}
.widget_price_filter .price_slider_amount {
  text-align: right;
  line-height: 2.4;
}
.widget_price_filter .price_slider_amount .button {
  float: left;
}
.widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
}
.widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1em;
  height: 1em;
  cursor: ew-resize;
  outline: none;
  background: #181B31;
  box-sizing: border-box;
  margin-top: -0.25em;
  opacity: 1;
}
.widget_price_filter .ui-slider .ui-slider-handle:last-child {
  margin-left: -1em;
}
.widget_price_filter .ui-slider .ui-slider-handle:hover, .widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
  box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1);
}
.widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  display: block;
  border: 0;
  background: #181B31;
}
.widget_price_filter .price_slider_wrapper .ui-widget-content {
  background: rgba(0, 0, 0, 0.1);
}
.widget_price_filter .ui-slider-horizontal {
  height: 0.5em;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range {
  height: 100%;
}

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