/* Template Name: Landrick - PHP Multipurpose App, Saas & Software Landing & Admin Dashboard Template
   Author: Shreethemes
   E-mail: support@shreethemes.in
   Created: August 2019
   Version: 5.0.0
   File Description: Main Css file of the template
*/

@import url('https://fonts.googleapis.com/css2?family=Source+Code+Pro:ital,wght@0,200..900;1,200..900&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');
body {
  font-family: "Source Sans 3", sans-serif;
  font-optical-sizing: auto;
  overflow-x: hidden !important;
  font-size: 1rem;
  color: #212529;
  background-color: #ffffff;
}
/*font-family: "Source Code Pro", monospace;
  font-optical-sizing: auto;*/
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Source Sans 3", sans-serif;
  line-height: 1.4;
  font-weight: 600;
}

::-moz-selection {
  background: rgba(47, 85, 212, 0.9);
  color: #ffffff;
}

::selection {
  background: rgba(47, 85, 212, 0.9);
  color: #ffffff;
}

a {
  text-decoration: none !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

p {
  line-height: 1.6;
}

/*********************************/
/*         Menu                  */
/*===============================*/
#topnav {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  z-index: 999;
  background-color: transparent;
  border: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#topnav .logo {
  float: left;
  color: #212529 !important;
}
#topnav .logo .l-dark,
#topnav .logo .logo-dark-mode {
  display: none;
}
#topnav .logo .l-light,
#topnav .logo .logo-light-mode {
  display: inline-block;
}
#topnav .logo:focus {
  outline: none;
}
#topnav .has-submenu.active a {
  color: #ffffff;
}
#topnav .has-submenu.active .submenu li.active > a {
  color: #2f55d4 !important;
}
#topnav .has-submenu.active.active .menu-arrow {
  border-color: #2f55d4;
}
#topnav #navigation.toggle-menu {
  position: relative;
  display: block;
  top: 0;
  border: none;
}
#topnav #navigation.toggle-menu .toggle-menu-item {
  display: block;
}
#topnav #navigation.toggle-menu .toggle-menu-item > li {
  float: none;
  margin: 0 16px !important;
  text-align: center;
}
#topnav #navigation.toggle-menu .toggle-menu-item > li > a {
  padding: 16px 0;
  min-height: auto;
  font-size: 18px;
}
#topnav .has-submenu {
  position: relative;
}
#topnav .has-submenu .submenu {
  position: relative;
}
#topnav .has-submenu .submenu .submenu-arrow {
  border: solid #212529;
  border-radius: 0.5px;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  right: 20px;
  top: 13px;
}
#topnav .has-submenu .submenu .has-submenu .submenu .has-submenu:hover .submenu-arrow {
  border-color: #2f55d4;
}
#topnav .has-submenu .submenu .has-submenu:hover > .submenu-arrow {
  border-color: #2f55d4;
}
#topnav .navbar-toggle {
  border: 0;
  position: relative;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
#topnav .navbar-toggle .lines {
  width: 25px;
  display: block;
  position: relative;
  margin: 30px 0 26px 10px;
  height: 18px;
}
#topnav .navbar-toggle span {
  height: 2px;
  width: 100%;
  background-color: #212529;
  display: block;
  margin-bottom: 5px;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
#topnav .navbar-toggle span:last-child {
  margin-bottom: 0;
}
#topnav .buy-button {
  float: right;
  line-height: 74px;
}
#topnav .buy-button > li {
  line-height: initial;
}
#topnav .buy-button .login-btn-primary,
#topnav .buy-button .btn-icon-dark {
  display: none;
}
#topnav .buy-button .login-btn-light,
#topnav .buy-button .btn-icon-light {
  display: inline-block;
}
#topnav .buy-button .search-bar .menu-search form {
  position: relative;
}
#topnav .buy-button .search-bar .searchform input[type=text] {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 10px 12px;
  height: 44px;
  font-size: 14px;
  display: block;
  outline: none !important;
  padding-right: 45px;
}
#topnav .buy-button .search-bar .searchform input[type=submit] {
  display: none;
}
#topnav .buy-button .search-bar .searchform:after {
  content: "\f0349";
  position: absolute;
  font-family: "Material Design Icons";
  right: 14px;
  top: 14px;
  font-size: 20px;
  line-height: 20px;
  pointer-events: none;
}
#topnav .buy-button .dropdown .dropdown-toggle:after,
#topnav .buy-menu-btn .dropdown .dropdown-toggle:after {
  display: none;
}
#topnav .navbar-toggle.open span {
  position: absolute;
}
#topnav .navbar-toggle.open span:first-child {
  top: 6px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#topnav .navbar-toggle.open span:nth-child(2) {
  visibility: hidden;
}
#topnav .navbar-toggle.open span:last-child {
  width: 100%;
  top: 6px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#topnav .navbar-toggle.open span:hover {
  background-color: #2f55d4;
}
#topnav .navbar-toggle:hover, #topnav .navbar-toggle:focus,
#topnav .navbar-toggle .navigation-menu > li > a:hover, #topnav .navbar-toggle:focus {
  background-color: transparent;
}
#topnav .navigation-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
#topnav .navigation-menu > li {
  float: left;
  display: block;
  position: relative;
  margin: 0 4px;
}
#topnav .navigation-menu > li:hover > a, #topnav .navigation-menu > li.active > a {
  color: #2f55d4 !important;
}
#topnav .navigation-menu > li > a {
  display: block;
  color: #6c757d;
  font-size: 14px;
  background-color: transparent !important;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 24px;
  text-transform: uppercase;
  font-family: var(--bs-font-sans-serif-pro);
    font-weight: 600;
    
  padding-left: 15px;
  padding-right: 15px;
}
#topnav .navigation-menu > li > a:hover, #topnav .navigation-menu > li > a:active {
  color: #2f55d4;
}
#topnav .navigation-menu > li .submenu.megamenu li .megamenu-head {
  padding: 10px 20px;
  white-space: nowrap;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-weight: 700;
  color: #161c2d !important;
}
#topnav .navigation-menu .has-submenu .menu-arrow {
  border: solid #212529;
  border-radius: 0.5px;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  right: -1px;
  top: 30px;
}
#topnav .navigation-menu .has-submenu:hover .menu-arrow {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}
#topnav .menu-extras {
  float: right;
}
#topnav.scroll {
  background-color: #ffffff;
  border: none;
  -webkit-box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
          box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
}
#topnav.scroll .navigation-menu > li > a {
  color: #212529;
}
#topnav.scroll .navigation-menu > li > .menu-arrow {
  border-color: #212529;
}
#topnav.scroll .navigation-menu > li:hover > a, #topnav.scroll .navigation-menu > li.active > a {
  color: #2f55d4;
}
#topnav.scroll .navigation-menu > li:hover > .menu-arrow, #topnav.scroll .navigation-menu > li.active > .menu-arrow {
  border-color: #2f55d4;
}
#topnav.defaultscroll.dark-menubar .logo {
  line-height: 70px;
}
#topnav.defaultscroll.scroll .logo {
  line-height: 62px;
}
#topnav.defaultscroll.scroll.dark-menubar .logo {
  line-height: 62px;
}
#topnav.nav-sticky {
  background: #fff;
  -webkit-box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
          box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
}
#topnav.nav-sticky .navigation-menu.nav-light > li > a {
  color: #212529;
}
#topnav.nav-sticky .navigation-menu.nav-light > li.active > a {
  color: #2f55d4 !important;
}
#topnav.nav-sticky .navigation-menu.nav-light > li:hover > .menu-arrow, #topnav.nav-sticky .navigation-menu.nav-light > li.active > .menu-arrow {
  border-color: #2f55d4 !important;
}
#topnav.nav-sticky .navigation-menu.nav-light > li:hover > a, #topnav.nav-sticky .navigation-menu.nav-light > li.active > a {
  color: #2f55d4 !important;
}
#topnav.nav-sticky .navigation-menu.nav-light .has-submenu .menu-arrow {
  border-color: #212529;
}
#topnav.nav-sticky.tagline-height {
  top: 0 !important;
}
#topnav.nav-sticky .buy-button .login-btn-primary,
#topnav.nav-sticky .buy-button .btn-icon-dark {
  display: inline-block;
}
#topnav.nav-sticky .buy-button .login-btn-light,
#topnav.nav-sticky .buy-button .btn-icon-light {
  display: none;
}
#topnav.nav-sticky .logo .l-dark {
  display: inline-block;
}
#topnav.nav-sticky .logo .l-light {
  display: none;
}

.logo {
  font-weight: 700;
  font-size: 24px;
  margin-right: 15px;
  padding: 0 0 6px;
  letter-spacing: 1px;
  line-height: 68px;
}

.h5_fliesstext {
   color: #133B39;
    font-size: 32px;
    font-family: Source Sans 3; font-weight: 400; line-height: 28px; 
}

.text-fliesstext {
    
   color: #133B39;
    font-size: 16px;
    font-family: Source Sans 3; font-weight: 400; line-height: 28px; 
}

.text-fliesstext-table-tools{
  margin: 12px 0 8px;
}

.text-fliesstext-table-search{
  width: 100%;
  max-width: 320px;
  border: 1px solid #b6cccb;
  border-radius: 6px;
  padding: 8px 10px;
  font-size: 14px;
  line-height: 1.2;
  color: #28615e;
  background: #fff;
}

.text-fliesstext-table-wrap{
  width: 100%;
  overflow-x: auto;
  margin-bottom: 16px;
}

.text-fliesstext table{
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #b6cccb;
}

.text-fliesstext table th,
.text-fliesstext table td{
  border: 1px solid #b6cccb;
  padding: 8px 10px;
  font-size: 14px;
  line-height: 1.4;
  color: #28615e;
  vertical-align: top;
}

.text-fliesstext table th{
  background-color: #b6cccb;
  font-weight: 700;
  white-space: nowrap;
}

.text-fliesstext table th.is-sortable{
  cursor: pointer;
  user-select: none;
}

.text-fliesstext table th.is-sortable::after{
  content: " ↕";
  font-size: 12px;
  opacity: 0.7;
}

.text-fliesstext table th.is-sortable.is-sort-asc::after{
  content: " ↑";
  opacity: 1;
}

.text-fliesstext table th.is-sortable.is-sort-desc::after{
  content: " ↓";
  opacity: 1;
}

.thema-page-section .text-fliesstext a{
  overflow-wrap: anywhere;
  word-break: break-word;
}

.thema-page-section .text-fliesstext a.thema-external-link{
  color: #28615e !important;
  text-decoration: none !important;
}

.thema-page-section .text-fliesstext a.thema-external-link:hover,
.thema-page-section .text-fliesstext a.thema-external-link:focus{
  color: #28615e !important;
  text-decoration: none !important;
}

.thema-page-section .text-fliesstext a.thema-external-link-icon{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  margin-left: 6px;
  vertical-align: middle;
  transform: translateY(-1px);
  color: #7a838f !important;
  background: #fff;
  border: 1px solid #d8e2e1;
  border-radius: 6px;
  text-decoration: none !important;
}

.thema-page-section .text-fliesstext a.thema-external-link-icon i{
  font-size: 14px;
  line-height: 1;
}

.thema-page-section .text-fliesstext a.thema-external-link-icon span{
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
}

.thema-page-section .text-fliesstext a.thema-external-link-icon:hover,
.thema-page-section .text-fliesstext a.thema-external-link-icon:focus{
  color: #133B39 !important;
  border-color: #b8cbc9;
  background: #f5f9f9;
}

@media (max-width: 992px){
  .text-fliesstext-table-search{
    max-width: 100%;
    font-size: 14px;
  }

  .text-fliesstext table th,
  .text-fliesstext table td{
    padding: 7px 8px;
    font-size: 13px;
  }
}

@media (min-width: 1025px) {
  #topnav .navigation-menu > li .submenu.megamenu {
    width: 1116px !important;
  }
}
@media screen and (max-width: 1024px) and (min-width: 992px) {
  #topnav .navigation-menu > li .submenu.megamenu {
    width: 936px !important;
  }
}
@media (min-width: 992px) {
  #topnav .navigation-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #topnav .navigation-menu > .has-submenu:hover .menu-arrow {
    top: 33px !important;
  }
  #topnav .navigation-menu > .has-submenu.active .menu-arrow {
    top: 30px;
  }
  #topnav .navigation-menu > li .submenu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    padding: 15px 0;
    list-style: none;
    min-width: 180px;
    visibility: hidden;
    opacity: 0;
    margin-top: 10px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border-radius: 6px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
            box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
  }
  #topnav .navigation-menu > li .submenu li {
    position: relative;
  }
  #topnav .navigation-menu > li .submenu li a {
    display: block;
    padding: 10px 20px;
    clear: both;
    white-space: nowrap;
    font-size: 11px;
    letter-spacing: 0.04em;
    font-weight: 700;
    color: #212529 !important;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #topnav .navigation-menu > li .submenu li a:hover {
    color: #2f55d4 !important;
  }
  #topnav .navigation-menu > li .submenu li ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
  }
  #topnav .navigation-menu > li .submenu.megamenu {
    white-space: nowrap;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    position: fixed;
    top: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #topnav .navigation-menu > li .submenu.megamenu > li {
    overflow: hidden;
    vertical-align: top;
    width: 20%;
  }
  #topnav .navigation-menu > li .submenu.megamenu > li .submenu {
    left: 100%;
    top: 0;
    margin-left: 10px;
    margin-top: -1px;
  }
  #topnav .navigation-menu > li .submenu > li .submenu {
    left: 101%;
    top: 0;
    margin-left: 10px;
    margin-top: -1px;
  }
  #topnav .navigation-menu > li > a {
    padding-top: 25px;
    padding-bottom: 25px;
    min-height: 62px;
  }
  #topnav .navigation-menu > li:hover > .menu-arrow {
    border-color: #2f55d4;
  }
  #topnav .navigation-menu > li:hover > a, #topnav .navigation-menu > li.active > a {
    color: #2f55d4 !important;
  }
  #topnav .navigation-menu > li.last-elements .submenu {
    left: auto;
    right: 0;
  }
  #topnav .navigation-menu > li.last-elements .submenu:before {
    left: auto;
    right: 10px;
  }
  #topnav .navigation-menu > li.last-elements .submenu > li.has-submenu .submenu {
    left: auto;
    right: 100%;
    margin-left: 0;
    margin-right: 10px;
  }
  #topnav .navigation-menu.nav-light > li > a {
    color: rgba(255, 255, 255, 0.5);
  }
  #topnav .navigation-menu.nav-light > li.active > a {
    color: #ffffff !important;
  }
  #topnav .navigation-menu.nav-light > li:hover > .menu-arrow {
    border-color: #ffffff !important;
  }
  #topnav .navigation-menu.nav-light > li:hover > a {
    color: #ffffff !important;
  }
  #topnav .navigation-menu.nav-light .has-submenu .menu-arrow {
    border-color: rgba(255, 255, 255, 0.5);
  }
  #topnav .navigation-menu.nav-light .has-submenu.active .menu-arrow {
    border-color: #ffffff !important;
  }
  #topnav .navigation-menu.nav-right {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  #topnav .navigation-menu.nav-left {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  #topnav .navigation-menu.nav-left > li.last-elements .submenu {
    left: 0 !important;
    right: auto !important;
  }
  #topnav .navigation-menu.nav-left > li.last-elements .submenu:before {
    left: 45px !important;
    right: auto !important;
  }
  #topnav .buy-button {
    padding-left: 15px;
    margin-left: 15px;
  }
  #topnav .navbar-toggle {
    display: none;
  }
  #topnav #navigation {
    display: block !important;
  }
  #topnav.scroll {
    top: 0;
  }
  #topnav.scroll .navigation-menu > li > a {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #topnav.scroll-active .navigation-menu > li > a {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media (max-width: 991px) {
  #topnav {
    background-color: #fff;
    -webkit-box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
            box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
    min-height: 74px;
  }
  #topnav .logo .l-dark {
    display: inline-block !important;
  }
  #topnav .logo .l-light {
    display: none !important;
  }
  #topnav .container {
    width: auto;
  }
  #topnav #navigation {
    max-height: 400px;
  }
  #topnav .navigation-menu {
    float: none;
  }
  #topnav .navigation-menu > li {
    float: none;
  }
  #topnav .navigation-menu > li .submenu {
    display: none;
    list-style: none;
    padding-left: 20px;
    margin: 0;
  }
  #topnav .navigation-menu > li .submenu li a {
    display: block;
    position: relative;
    padding: 7px 15px;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 0.04em;
    font-weight: 700;
    color: #212529 !important;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #topnav .navigation-menu > li .submenu.megamenu li .megamenu-head {
    padding: 7px 15px;
  }
  #topnav .navigation-menu > li .submenu.open {
    display: block;
  }
  #topnav .navigation-menu > li .submenu .submenu {
    display: none;
    list-style: none;
  }
  #topnav .navigation-menu > li .submenu .submenu.open {
    display: block;
  }
  #topnav .navigation-menu > li .submenu.megamenu > li > ul {
    list-style: none;
    padding-left: 0;
  }
  #topnav .navigation-menu > li .submenu.megamenu > li > ul > li > span {
    display: block;
    position: relative;
    padding: 10px 15px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    color: #8492a6;
  }
  #topnav .navigation-menu > li > a {
    color: #212529;
    padding: 10px 20px;
  }
  #topnav .navigation-menu > li > a:after {
    position: absolute;
    right: 15px;
  }
  #topnav .navigation-menu > li > a:hover,
  #topnav .navigation-menu > li .submenu li a:hover,
  #topnav .navigation-menu > li.has-submenu.open > a {
    color: #2f55d4;
  }
  #topnav .menu-extras .menu-item {
    border-color: #8492a6;
  }
  #topnav .navbar-header {
    float: left;
  }
  #topnav .buy-button .login-btn-primary,
  #topnav .buy-button .btn-icon-dark {
    display: inline-block !important;
  }
  #topnav .buy-button .login-btn-light,
  #topnav .buy-button .btn-icon-light {
    display: none;
  }
  #topnav .has-submenu .submenu .submenu-arrow {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    right: 20px;
    top: 12px;
  }
  #topnav .has-submenu.active a {
    color: #2f55d4;
  }
  #navigation {
    position: absolute;
    top: 74px;
    left: 0;
    width: 100%;
    display: none;
    height: auto;
    padding-bottom: 0;
    overflow: auto;
    border-top: 1px solid rgb(242.05, 243.9, 245.75);
    border-bottom: 1px solid rgb(242.05, 243.9, 245.75);
    background-color: #fff;
    -webkit-box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
            box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
  }
  #navigation.open {
    display: block;
    overflow-y: auto;
  }
}
@media (max-width: 768px) {
  #topnav .navigation-menu .has-submenu .menu-arrow {
    right: 8px;
    top: 16px;
  }
}
@media (min-width: 768px) {
  #topnav .navigation-menu > li.has-submenu:hover > .submenu {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
  }
  #topnav .navigation-menu > li.has-submenu:hover > .submenu > li.has-submenu:hover > .submenu {
    visibility: visible;
    opacity: 1;
    margin-left: 0;
    margin-right: 0;
  }
  #topnav .navigation-menu > li.has-submenu:hover > .submenu > li.has-submenu:hover > .submenu > li:hover > .submenu {
    visibility: visible;
    opacity: 1;
    margin-left: 0;
    margin-right: 0;
  }
  .navbar-toggle {
    display: block;
  }
}
@media (max-width: 425px) {
  #topnav .buy-menu-btn {
    display: block !important;
    margin: 0 10px;
    padding: 10px 20px;
  }
  #topnav .buy-menu-btn .dropdown .dropdown-menu.show {
    -webkit-transform: translate3d(0px, -54px, 0px) !important;
            transform: translate3d(0px, -54px, 0px) !important;
  }
}
.tagline {
  position: absolute;
  width: 100%;
  z-index: 99;
  font-size: 14px;
  padding: 13px 0;
}
@media screen and (max-width: 575px) {
  .tagline {
    display: none;
  }
}

@media screen and (max-width: 575px) {
  .tagline-height {
    top: 0px !important;
  }
}
@media (min-width: 576px) {
  .tagline-height {
    top: 47px !important;
  }
}

.sidebar-nav > .navbar-item {
  padding: 5px 0;
}
.sidebar-nav > .navbar-item .navbar-link {
  color: #212529 !important;
  font-size: 15px;
  font-weight: 600;
}
.sidebar-nav > .navbar-item .navbar-link .navbar-icon {
  font-size: 18px;
  margin-right: 6px;
}
.sidebar-nav > .navbar-item:hover .navbar-link, .sidebar-nav > .navbar-item.active .navbar-link {
  color: #2f55d4 !important;
}

#navmenu-nav li.active a {
  color: #2f55d4 !important;
}
#navmenu-nav li.account-menu.active .navbar-link, #navmenu-nav li.account-menu:hover .navbar-link {
  color: #ffffff !important;
  background-color: #2f55d4 !important;
}

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

/*********************************/
/*         Footer                */
/*===============================*/
.footer {
  background: #133b39;
  position: relative;
  color: #b4b9c9;
}
.footer .footer-py-60 {
  padding: 60px 0;
}
.footer .footer-py-30 {
  padding: 30px 0;
}
.footer .logo-footer {
  font-size: 22px;
}
.footer .logo-footer:focus {
  outline: none;
}
.footer .footer-head {
  letter-spacing: 1px;
  font-weight: 500;
  color: #f8f9fa;
}
.footer .foot-subscribe .form-control {
  background-color: rgb(38.7462686567, 49.3134328358, 79.2537313433);
  border: 1px solid rgb(38.7462686567, 49.3134328358, 79.2537313433);
  color: #dee2e6 !important;
}
.footer .foot-subscribe .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.footer .foot-subscribe.foot-white .form-control {
  color: #adb5bd;
}
.footer .foot-subscribe input::-webkit-input-placeholder {
  color: #adb5bd;
}
.footer .foot-subscribe input::-moz-placeholder {
  color: #adb5bd;
}
.footer .foot-subscribe input:-ms-input-placeholder {
  color: #adb5bd;
}
.footer .foot-subscribe input::-ms-input-placeholder {
  color: #adb5bd;
}
.footer .foot-subscribe input::placeholder {
  color: #adb5bd;
}
.footer .text-foot {
  color: #adb5bd;
}
.footer .footer-list {
  margin-bottom: 0;
}
.footer .footer-list li {
  margin-bottom: 10px;
}
.footer .footer-list li a {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.footer .footer-list li a:hover {
  color: rgb(229.5135135135, 232, 234.4864864865);
}
.footer .footer-list li:last-child {
  margin-bottom: 0;
}
.footer .footer-border,
.footer .footer-bar {
  border-top: 1px solid rgb(40.3265306122, 51.6683673469, 83.1734693878);
}
.footer .border {
  border-color: rgb(40.3265306122, 51.6683673469, 83.1734693878) !important;
}
.footer.footer-light {
  background: #f8f9fa;
  color: #8492a6;
}
.footer.footer-light .footer-head {
  color: #212529;
}
.footer.footer-light .foot-subscribe .form-control {
  background-color: #f8f9fa;
  border: 1px solid #e9ecef;
  color: #f8f9fa;
}
.footer.footer-light .foot-subscribe.foot-white .form-control {
  color: #adb5bd;
}
.footer.footer-light .foot-subscribe input::-webkit-input-placeholder {
  color: #adb5bd;
}
.footer.footer-light .foot-subscribe input::-moz-placeholder {
  color: #adb5bd;
}
.footer.footer-light .foot-subscribe input:-ms-input-placeholder {
  color: #adb5bd;
}
.footer.footer-light .foot-subscribe input::-ms-input-placeholder {
  color: #adb5bd;
}
.footer.footer-light .foot-subscribe input::placeholder {
  color: #adb5bd;
}
.footer.footer-light .border {
  border-color: #e9ecef !important;
}
.footer.footer-light .text-foot {
  color: #8492a6;
}
.footer.footer-light .footer-list li a:hover {
  color: #495057;
}

.avatar.avatar-coin, .avatar.avatar-sm-sm {
  height: 36px !important;
  width: 36px !important;
}
.avatar.avatar-ex-sm {
  max-height: 25px !important;
}
.avatar.avatar-ex-small {
  height: 36px !important;
  width: 36px !important;
}
.avatar.avatar-md-sm {
  height: 45px !important;
  width: 45px !important;
}
.avatar.avatar-small {
  height: 65px !important;
  width: 65px !important;
}
.avatar.avatar-md-md {
  height: 80px !important;
  width: 80px !important;
}
.avatar.avatar-medium {
  height: 110px !important;
  width: 110px !important;
}
.avatar.avatar-large {
  height: 140px !important;
  width: 140px !important;
}
.avatar.avatar-ex-large {
  height: 180px !important;
  width: 180px !important;
}

.accordion .accordion-item {
  overflow: hidden;
  border: 0;
  -webkit-box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
          box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
}
.accordion .accordion-item .accordion-button {
  font-weight: 600;
  text-align: left;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 1rem 2.5rem 1rem 1.25rem;
}
.accordion .accordion-item .accordion-button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.accordion .accordion-item .accordion-button:before {
  content: "\f0143";
  display: block;
  font-family: "Material Design Icons";
  font-size: 16px;
  color: #2f55d4;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.accordion .accordion-item .accordion-button.collapsed {
  background-color: #ffffff;
  color: #212529 !important;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.accordion .accordion-item .accordion-button.collapsed:before {
  top: 15px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  color: #212529 !important;
}
.accordion .accordion-item .accordion-button:not(.collapsed) {
  color: #2f55d4;
}
.accordion .accordion-item .accordion-button:after {
  display: none;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(45deg, #ffffff, #ffffff);
  z-index: 9999999;
}
#preloader #status {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#preloader #status .spinner {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 100px auto;
}
#preloader #status .spinner .double-bounce1, #preloader #status .spinner .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #2f55d4;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
          animation: sk-bounce 2s infinite ease-in-out;
}
#preloader #status .spinner .double-bounce2 {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.form-label,
.form-check-label {
  font-weight: 700;
  font-size: 14px;
}

.form-control {
  border: 1px solid #e9ecef;
  font-size: 14px;
  line-height: 26px;
  border-radius: 6px;
  color: #212529 !important;
  text-align: left;
}
.form-control:focus {
  border-color: #2f55d4;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.form-control[readonly] {
  background-color: #ffffff;
}
.form-control:disabled {
  background-color: #dee2e6;
}
.form-control::-webkit-input-placeholder {
  color: #3c4858;
}
.form-control::-moz-placeholder {
  color: #3c4858;
}
.form-control:-ms-input-placeholder {
  color: #3c4858;
}
.form-control::-ms-input-placeholder {
  color: #3c4858;
}
.form-control::placeholder {
  color: #3c4858;
}

.form-check-input {
  border: 1px solid #e9ecef;
  background-color: #ffffff;
}
.form-check-input:focus {
  border-color: #2f55d4;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.form-check-input.form-check-input:checked {
  background-color: #2f55d4;
  border-color: #2f55d4;
}

.subcribe-form .btn {
  padding: 10px 20px;
}
.subcribe-form input {
  padding: 12px 20px;
  width: 100%;
  color: #212529 !important;
  border: none;
  outline: none !important;
  padding-right: 160px;
  background-color: rgba(255, 255, 255, 0.8);
  height: 50px;
}
.subcribe-form input::-webkit-input-placeholder {
  color: #3c4858;
}
.subcribe-form input::-moz-placeholder {
  color: #3c4858;
}
.subcribe-form input:-ms-input-placeholder {
  color: #3c4858;
}
.subcribe-form input::-ms-input-placeholder {
  color: #3c4858;
}
.subcribe-form input::placeholder {
  color: #3c4858;
}
.subcribe-form button {
  position: absolute;
  top: 2px;
  right: 3px;
  outline: none !important;
}
.subcribe-form form {
  position: relative;
  max-width: 600px;
  margin: 0px auto;
}

/*********************************/
/*         Blog & News           */
/*===============================*/
.blog.blog-primary .tag {
  background: #2f55d4 !important;
}
.blog.blog-primary .title:hover,
.blog.blog-primary .readmore:hover {
  color: #2f55d4 !important;
}
.blog.blog-primary .link {
  color: #2f55d4 !important;
}

.blog.blog-secondary .tag {
  background: #6c757d !important;
}
.blog.blog-secondary .title:hover,
.blog.blog-secondary .readmore:hover {
  color: #6c757d !important;
}
.blog.blog-secondary .link {
  color: #6c757d !important;
}

.blog.blog-success .tag {
  background: #2eca8b !important;
}
.blog.blog-success .title:hover,
.blog.blog-success .readmore:hover {
  color: #2eca8b !important;
}
.blog.blog-success .link {
  color: #2eca8b !important;
}

.blog.blog-info .tag {
  background: #17a2b8 !important;
}
.blog.blog-info .title:hover,
.blog.blog-info .readmore:hover {
  color: #17a2b8 !important;
}
.blog.blog-info .link {
  color: #17a2b8 !important;
}

.blog.blog-warning .tag {
  background: #f17425 !important;
}
.blog.blog-warning .title:hover,
.blog.blog-warning .readmore:hover {
  color: #f17425 !important;
}
.blog.blog-warning .link {
  color: #f17425 !important;
}

.blog.blog-danger .tag {
  background: #e43f52 !important;
}
.blog.blog-danger .title:hover,
.blog.blog-danger .readmore:hover {
  color: #e43f52 !important;
}
.blog.blog-danger .link {
  color: #e43f52 !important;
}

.blog.blog-light .tag {
  background: #f8f9fa !important;
}
.blog.blog-light .title:hover,
.blog.blog-light .readmore:hover {
  color: #f8f9fa !important;
}
.blog.blog-light .link {
  color: #f8f9fa !important;
}

.blog.blog-dark .tag {
  background: #212529 !important;
}
.blog.blog-dark .title:hover,
.blog.blog-dark .readmore:hover {
  color: #212529 !important;
}
.blog.blog-dark .link {
  color: #212529 !important;
}

.blog.blog-footer .tag {
  background: #202942 !important;
}
.blog.blog-footer .title:hover,
.blog.blog-footer .readmore:hover {
  color: #202942 !important;
}
.blog.blog-footer .link {
  color: #202942 !important;
}

.blog.blog-muted .tag {
  background: #8492a6 !important;
}
.blog.blog-muted .title:hover,
.blog.blog-muted .readmore:hover {
  color: #8492a6 !important;
}
.blog.blog-muted .link {
  color: #8492a6 !important;
}

.blog {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.blog .content h4 {
  line-height: 1.2;
}
.blog .content .title {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.blog .content .post-meta .like, .blog .content .post-meta .comments, .blog .content .post-meta .readmore {
  font-size: 15px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.blog .content .post-meta .like:hover {
  color: #e43f52 !important;
}
.blog .content .post-meta .comments:hover {
  color: #2eca8b !important;
}
.blog .author,
.blog .teacher,
.blog .preview,
.blog .course-fee {
  position: absolute;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.blog .author {
  top: 5%;
  left: 5%;
}
.blog .author .user,
.blog .author .date,
.blog .author .profession,
.blog .teacher .user,
.blog .teacher .date,
.blog .teacher .profession {
  color: #ffffff;
}
.blog .teacher {
  bottom: 6%;
  left: 5%;
}
.blog .course-fee {
  bottom: -5%;
  right: 5%;
  width: 50px;
  height: 50px;
}
.blog .course-fee .fee {
  line-height: 50px;
}
.blog.blog-detail:hover {
  -webkit-transform: translateY(0px) !important;
          transform: translateY(0px) !important;
}
.blog .overlay {
  background: #3c4858;
}
.blog:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.blog:hover .overlay {
  opacity: 0.6;
}
.blog:hover .author,
.blog:hover .teacher,
.blog:hover .preview,
.blog:hover .course-fee {
  opacity: 1;
}
.blog .blog-list-meta {
  position: absolute;
  bottom: 24px;
}
.blog .preview {
  color: #ffffff !important;
}

.sidebar .widget .blog-categories li {
  padding-bottom: 10px;
}
.sidebar .widget .blog-categories li:last-child {
  padding-bottom: 0;
}
.sidebar .widget .blog-categories li a, .sidebar .widget .blog-categories li span {
  font-size: 15px;
}
.sidebar .widget .blog-categories li a {
  color: #212529;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.sidebar .widget .blog-categories li a:hover {
  color: #2f55d4;
}
.sidebar .widget .post-recent {
  padding-bottom: 15px;
}
.sidebar .widget .post-recent:last-child {
  padding-bottom: 0;
}
.sidebar .widget .post-recent .post-recent-thumb {
  width: 25%;
}
.sidebar .widget .post-recent .post-recent-content {
  width: 75%;
  padding-left: 10px;
}
.sidebar .widget .post-recent .post-recent-content a {
  display: block;
  color: #212529;
  font-size: 15px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.sidebar .widget .post-recent .post-recent-content a:hover {
  color: #2f55d4;
}
.sidebar .widget .post-recent .post-recent-content span {
  font-size: 13px;
}

.tagcloud > a {
  background: #f8f9fa;
  color: #212529;
  display: inline-block;
  font-size: 9px;
  letter-spacing: 1px;
  margin: 5px 10px 5px 0;
  padding: 8px 12px 7px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-weight: 600;
}
.tagcloud > a:hover {
  background: #2f55d4;
  color: #ffffff;
}

.media-list .media .media-heading:hover {
  color: #2f55d4 !important;
}
.media-list .sub-comment {
  border-left: 2px dashed #e9ecef;
}

.blog .overlay,
.job-box .job-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.job-box.job-primary .position a:hover {
  color: #2f55d4 !important;
}
.job-box.job-primary .company-name:hover {
  color: #2f55d4 !important;
}
.job-box.job-primary .title:hover,
.job-box.job-primary .readmore:hover {
  color: #2f55d4 !important;
}
.job-box.job-primary .icons {
  color: #2f55d4 !important;
}
.job-box.job-primary.candidate-list .name:hover, .job-box.job-primary.company-list .name:hover {
  color: #2f55d4 !important;
}
.job-box.job-primary .bg {
  background-color: #2f55d4 !important;
}
.job-box.job-primary .bg-soft {
  background-color: rgba(47, 85, 212, 0.1) !important;
  border: 1px solid rgba(47, 85, 212, 0.1) !important;
  color: #2f55d4 !important;
}
.job-box.job-primary .btn-soft {
  background-color: rgba(47, 85, 212, 0.05) !important;
  border: 1px solid rgba(47, 85, 212, 0.05) !important;
  color: #2f55d4 !important;
  -webkit-box-shadow: 0 3px 5px 0 rgba(47, 85, 212, 0.1);
          box-shadow: 0 3px 5px 0 rgba(47, 85, 212, 0.1);
}
.job-box.job-primary .btn-soft:hover, .job-box.job-primary .btn-soft:focus, .job-box.job-primary .btn-soft:active, .job-box.job-primary .btn-soft.active, .job-box.job-primary .btn-soft.focus {
  background-color: #2f55d4 !important;
  border-color: #2f55d4 !important;
  color: #ffffff !important;
}

.job-box.job-secondary .position a:hover {
  color: #6c757d !important;
}
.job-box.job-secondary .company-name:hover {
  color: #6c757d !important;
}
.job-box.job-secondary .title:hover,
.job-box.job-secondary .readmore:hover {
  color: #6c757d !important;
}
.job-box.job-secondary .icons {
  color: #6c757d !important;
}
.job-box.job-secondary.candidate-list .name:hover, .job-box.job-secondary.company-list .name:hover {
  color: #6c757d !important;
}
.job-box.job-secondary .bg {
  background-color: #6c757d !important;
}
.job-box.job-secondary .bg-soft {
  background-color: rgba(108, 117, 125, 0.1) !important;
  border: 1px solid rgba(108, 117, 125, 0.1) !important;
  color: #6c757d !important;
}
.job-box.job-secondary .btn-soft {
  background-color: rgba(108, 117, 125, 0.05) !important;
  border: 1px solid rgba(108, 117, 125, 0.05) !important;
  color: #6c757d !important;
  -webkit-box-shadow: 0 3px 5px 0 rgba(108, 117, 125, 0.1);
          box-shadow: 0 3px 5px 0 rgba(108, 117, 125, 0.1);
}
.job-box.job-secondary .btn-soft:hover, .job-box.job-secondary .btn-soft:focus, .job-box.job-secondary .btn-soft:active, .job-box.job-secondary .btn-soft.active, .job-box.job-secondary .btn-soft.focus {
  background-color: #6c757d !important;
  border-color: #6c757d !important;
  color: #ffffff !important;
}

.job-box.job-success .position a:hover {
  color: #2eca8b !important;
}
.job-box.job-success .company-name:hover {
  color: #2eca8b !important;
}
.job-box.job-success .title:hover,
.job-box.job-success .readmore:hover {
  color: #2eca8b !important;
}
.job-box.job-success .icons {
  color: #2eca8b !important;
}
.job-box.job-success.candidate-list .name:hover, .job-box.job-success.company-list .name:hover {
  color: #2eca8b !important;
}
.job-box.job-success .bg {
  background-color: #2eca8b !important;
}
.job-box.job-success .bg-soft {
  background-color: rgba(46, 202, 139, 0.1) !important;
  border: 1px solid rgba(46, 202, 139, 0.1) !important;
  color: #2eca8b !important;
}
.job-box.job-success .btn-soft {
  background-color: rgba(46, 202, 139, 0.05) !important;
  border: 1px solid rgba(46, 202, 139, 0.05) !important;
  color: #2eca8b !important;
  -webkit-box-shadow: 0 3px 5px 0 rgba(46, 202, 139, 0.1);
          box-shadow: 0 3px 5px 0 rgba(46, 202, 139, 0.1);
}
.job-box.job-success .btn-soft:hover, .job-box.job-success .btn-soft:focus, .job-box.job-success .btn-soft:active, .job-box.job-success .btn-soft.active, .job-box.job-success .btn-soft.focus {
  background-color: #2eca8b !important;
  border-color: #2eca8b !important;
  color: #ffffff !important;
}

.job-box.job-info .position a:hover {
  color: #17a2b8 !important;
}
.job-box.job-info .company-name:hover {
  color: #17a2b8 !important;
}
.job-box.job-info .title:hover,
.job-box.job-info .readmore:hover {
  color: #17a2b8 !important;
}
.job-box.job-info .icons {
  color: #17a2b8 !important;
}
.job-box.job-info.candidate-list .name:hover, .job-box.job-info.company-list .name:hover {
  color: #17a2b8 !important;
}
.job-box.job-info .bg {
  background-color: #17a2b8 !important;
}
.job-box.job-info .bg-soft {
  background-color: rgba(23, 162, 184, 0.1) !important;
  border: 1px solid rgba(23, 162, 184, 0.1) !important;
  color: #17a2b8 !important;
}
.job-box.job-info .btn-soft {
  background-color: rgba(23, 162, 184, 0.05) !important;
  border: 1px solid rgba(23, 162, 184, 0.05) !important;
  color: #17a2b8 !important;
  -webkit-box-shadow: 0 3px 5px 0 rgba(23, 162, 184, 0.1);
          box-shadow: 0 3px 5px 0 rgba(23, 162, 184, 0.1);
}
.job-box.job-info .btn-soft:hover, .job-box.job-info .btn-soft:focus, .job-box.job-info .btn-soft:active, .job-box.job-info .btn-soft.active, .job-box.job-info .btn-soft.focus {
  background-color: #17a2b8 !important;
  border-color: #17a2b8 !important;
  color: #ffffff !important;
}

.job-box.job-warning .position a:hover {
  color: #f17425 !important;
}
.job-box.job-warning .company-name:hover {
  color: #f17425 !important;
}
.job-box.job-warning .title:hover,
.job-box.job-warning .readmore:hover {
  color: #f17425 !important;
}
.job-box.job-warning .icons {
  color: #f17425 !important;
}
.job-box.job-warning.candidate-list .name:hover, .job-box.job-warning.company-list .name:hover {
  color: #f17425 !important;
}
.job-box.job-warning .bg {
  background-color: #f17425 !important;
}
.job-box.job-warning .bg-soft {
  background-color: rgba(241, 116, 37, 0.1) !important;
  border: 1px solid rgba(241, 116, 37, 0.1) !important;
  color: #f17425 !important;
}
.job-box.job-warning .btn-soft {
  background-color: rgba(241, 116, 37, 0.05) !important;
  border: 1px solid rgba(241, 116, 37, 0.05) !important;
  color: #f17425 !important;
  -webkit-box-shadow: 0 3px 5px 0 rgba(241, 116, 37, 0.1);
          box-shadow: 0 3px 5px 0 rgba(241, 116, 37, 0.1);
}
.job-box.job-warning .btn-soft:hover, .job-box.job-warning .btn-soft:focus, .job-box.job-warning .btn-soft:active, .job-box.job-warning .btn-soft.active, .job-box.job-warning .btn-soft.focus {
  background-color: #f17425 !important;
  border-color: #f17425 !important;
  color: #ffffff !important;
}

.job-box.job-danger .position a:hover {
  color: #e43f52 !important;
}
.job-box.job-danger .company-name:hover {
  color: #e43f52 !important;
}
.job-box.job-danger .title:hover,
.job-box.job-danger .readmore:hover {
  color: #e43f52 !important;
}
.job-box.job-danger .icons {
  color: #e43f52 !important;
}
.job-box.job-danger.candidate-list .name:hover, .job-box.job-danger.company-list .name:hover {
  color: #e43f52 !important;
}
.job-box.job-danger .bg {
  background-color: #e43f52 !important;
}
.job-box.job-danger .bg-soft {
  background-color: rgba(228, 63, 82, 0.1) !important;
  border: 1px solid rgba(228, 63, 82, 0.1) !important;
  color: #e43f52 !important;
}
.job-box.job-danger .btn-soft {
  background-color: rgba(228, 63, 82, 0.05) !important;
  border: 1px solid rgba(228, 63, 82, 0.05) !important;
  color: #e43f52 !important;
  -webkit-box-shadow: 0 3px 5px 0 rgba(228, 63, 82, 0.1);
          box-shadow: 0 3px 5px 0 rgba(228, 63, 82, 0.1);
}
.job-box.job-danger .btn-soft:hover, .job-box.job-danger .btn-soft:focus, .job-box.job-danger .btn-soft:active, .job-box.job-danger .btn-soft.active, .job-box.job-danger .btn-soft.focus {
  background-color: #e43f52 !important;
  border-color: #e43f52 !important;
  color: #ffffff !important;
}

.job-box.job-light .position a:hover {
  color: #f8f9fa !important;
}
.job-box.job-light .company-name:hover {
  color: #f8f9fa !important;
}
.job-box.job-light .title:hover,
.job-box.job-light .readmore:hover {
  color: #f8f9fa !important;
}
.job-box.job-light .icons {
  color: #f8f9fa !important;
}
.job-box.job-light.candidate-list .name:hover, .job-box.job-light.company-list .name:hover {
  color: #f8f9fa !important;
}
.job-box.job-light .bg {
  background-color: #f8f9fa !important;
}
.job-box.job-light .bg-soft {
  background-color: rgba(248, 249, 250, 0.1) !important;
  border: 1px solid rgba(248, 249, 250, 0.1) !important;
  color: #f8f9fa !important;
}
.job-box.job-light .btn-soft {
  background-color: rgba(248, 249, 250, 0.05) !important;
  border: 1px solid rgba(248, 249, 250, 0.05) !important;
  color: #f8f9fa !important;
  -webkit-box-shadow: 0 3px 5px 0 rgba(248, 249, 250, 0.1);
          box-shadow: 0 3px 5px 0 rgba(248, 249, 250, 0.1);
}
.job-box.job-light .btn-soft:hover, .job-box.job-light .btn-soft:focus, .job-box.job-light .btn-soft:active, .job-box.job-light .btn-soft.active, .job-box.job-light .btn-soft.focus {
  background-color: #f8f9fa !important;
  border-color: #f8f9fa !important;
  color: #ffffff !important;
}

.job-box.job-dark .position a:hover {
  color: #212529 !important;
}
.job-box.job-dark .company-name:hover {
  color: #212529 !important;
}
.job-box.job-dark .title:hover,
.job-box.job-dark .readmore:hover {
  color: #212529 !important;
}
.job-box.job-dark .icons {
  color: #212529 !important;
}
.job-box.job-dark.candidate-list .name:hover, .job-box.job-dark.company-list .name:hover {
  color: #212529 !important;
}
.job-box.job-dark .bg {
  background-color: #212529 !important;
}
.job-box.job-dark .bg-soft {
  background-color: rgba(33, 37, 41, 0.1) !important;
  border: 1px solid rgba(33, 37, 41, 0.1) !important;
  color: #212529 !important;
}
.job-box.job-dark .btn-soft {
  background-color: rgba(33, 37, 41, 0.05) !important;
  border: 1px solid rgba(33, 37, 41, 0.05) !important;
  color: #212529 !important;
  -webkit-box-shadow: 0 3px 5px 0 rgba(33, 37, 41, 0.1);
          box-shadow: 0 3px 5px 0 rgba(33, 37, 41, 0.1);
}
.job-box.job-dark .btn-soft:hover, .job-box.job-dark .btn-soft:focus, .job-box.job-dark .btn-soft:active, .job-box.job-dark .btn-soft.active, .job-box.job-dark .btn-soft.focus {
  background-color: #212529 !important;
  border-color: #212529 !important;
  color: #ffffff !important;
}

.job-box.job-footer .position a:hover {
  color: #202942 !important;
}
.job-box.job-footer .company-name:hover {
  color: #202942 !important;
}
.job-box.job-footer .title:hover,
.job-box.job-footer .readmore:hover {
  color: #202942 !important;
}
.job-box.job-footer .icons {
  color: #202942 !important;
}
.job-box.job-footer.candidate-list .name:hover, .job-box.job-footer.company-list .name:hover {
  color: #202942 !important;
}
.job-box.job-footer .bg {
  background-color: #202942 !important;
}
.job-box.job-footer .bg-soft {
  background-color: rgba(32, 41, 66, 0.1) !important;
  border: 1px solid rgba(32, 41, 66, 0.1) !important;
  color: #202942 !important;
}
.job-box.job-footer .btn-soft {
  background-color: rgba(32, 41, 66, 0.05) !important;
  border: 1px solid rgba(32, 41, 66, 0.05) !important;
  color: #202942 !important;
  -webkit-box-shadow: 0 3px 5px 0 rgba(32, 41, 66, 0.1);
          box-shadow: 0 3px 5px 0 rgba(32, 41, 66, 0.1);
}
.job-box.job-footer .btn-soft:hover, .job-box.job-footer .btn-soft:focus, .job-box.job-footer .btn-soft:active, .job-box.job-footer .btn-soft.active, .job-box.job-footer .btn-soft.focus {
  background-color: #202942 !important;
  border-color: #202942 !important;
  color: #ffffff !important;
}

.job-box.job-muted .position a:hover {
  color: #8492a6 !important;
}
.job-box.job-muted .company-name:hover {
  color: #8492a6 !important;
}
.job-box.job-muted .title:hover,
.job-box.job-muted .readmore:hover {
  color: #8492a6 !important;
}
.job-box.job-muted .icons {
  color: #8492a6 !important;
}
.job-box.job-muted.candidate-list .name:hover, .job-box.job-muted.company-list .name:hover {
  color: #8492a6 !important;
}
.job-box.job-muted .bg {
  background-color: #8492a6 !important;
}
.job-box.job-muted .bg-soft {
  background-color: rgba(132, 146, 166, 0.1) !important;
  border: 1px solid rgba(132, 146, 166, 0.1) !important;
  color: #8492a6 !important;
}
.job-box.job-muted .btn-soft {
  background-color: rgba(132, 146, 166, 0.05) !important;
  border: 1px solid rgba(132, 146, 166, 0.05) !important;
  color: #8492a6 !important;
  -webkit-box-shadow: 0 3px 5px 0 rgba(132, 146, 166, 0.1);
          box-shadow: 0 3px 5px 0 rgba(132, 146, 166, 0.1);
}
.job-box.job-muted .btn-soft:hover, .job-box.job-muted .btn-soft:focus, .job-box.job-muted .btn-soft:active, .job-box.job-muted .btn-soft.active, .job-box.job-muted .btn-soft.focus {
  background-color: #8492a6 !important;
  border-color: #8492a6 !important;
  color: #ffffff !important;
}

.job-box {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.job-box .job-overlay {
  opacity: 0.6;
}
.job-box .head {
  position: absolute;
  top: 15px;
  right: 15px;
}
.job-box .position {
  position: absolute;
  top: 15px;
  left: 15px;
}
.job-box .position a {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.job-box .firm-logo {
  position: absolute;
  left: 0;
  right: 0;
  height: 60px;
  width: 60px;
  line-height: 60px;
  margin: 0 auto;
  top: -30px;
}
.job-box .company-name {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.job-box.candidate-list .like {
  -webkit-text-stroke: 1px #8492a6;
  -webkit-text-fill-color: transparent;
}
.job-box.candidate-list .like:hover, .job-box.candidate-list .like:focus {
  -webkit-text-stroke: #e43f52;
  -webkit-text-fill-color: #e43f52;
}
.job-box.candidate-list, .job-box.company-list {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.job-box.candidate-list:hover, .job-box.company-list:hover {
  -webkit-box-shadow: 0 5px 13px rgba(60, 72, 88, 0.2) !important;
          box-shadow: 0 5px 13px rgba(60, 72, 88, 0.2) !important;
}
.job-box:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

@media (min-width: 1024px) {
  .job-profile {
    top: -378px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .job-profile {
    top: -338px;
  }
}
@media (max-width: 767px) {
  .company-logo {
    float: none !important;
    text-align: left !important;
  }
}
.categories.category-primary .title:hover {
  color: #2f55d4 !important;
}

.categories.category-secondary .title:hover {
  color: #6c757d !important;
}

.categories.category-success .title:hover {
  color: #2eca8b !important;
}

.categories.category-info .title:hover {
  color: #17a2b8 !important;
}

.categories.category-warning .title:hover {
  color: #f17425 !important;
}

.categories.category-danger .title:hover {
  color: #e43f52 !important;
}

.categories.category-light .title:hover {
  color: #f8f9fa !important;
}

.categories.category-dark .title:hover {
  color: #212529 !important;
}

.categories.category-footer .title:hover {
  color: #202942 !important;
}

.categories.category-muted .title:hover {
  color: #8492a6 !important;
}

.categories {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.categories:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
          box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
}

/*********************************/
/*         Contact us            */
/*===============================*/
.form-icon .icons {
  position: absolute;
  top: 12px;
  left: 18px;
}

.map {
  line-height: 0;
}
.map iframe {
  width: 100%;
  height: 400px;
}

.error {
  margin: 8px 0px;
  display: none;
  color: #e43f52;
}

#ajaxsuccess {
  font-size: 16px;
  width: 100%;
  display: none;
  clear: both;
  margin: 8px 0px;
}

.error_message,
#success_page {
  padding: 10px;
  margin-bottom: 20px;
  text-align: center;
  border-radius: 5px;
}

.error_message {
  background-color: rgba(240, 115, 90, 0.1) !important;
  border: 2px solid rgba(240, 115, 90, 0.1) !important;
  color: #f0735a !important;
  font-size: 14px;
}

.contact-loader {
  display: none;
}

#success_page {
  background-color: rgba(83, 199, 151, 0.1) !important;
  border: 2px solid rgba(83, 199, 151, 0.1) !important;
  color: #53c797 !important;
}
#success_page p {
  margin-bottom: 0 !important;
}

.qs-datepicker-container {
  background-color: #fff;
  border-color: #e9ecef;
  color: #3c4858;
  -webkit-box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
          box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
}
.qs-datepicker-container .qs-controls {
  background-color: #e9ecef;
  color: #3c4858;
}
.qs-datepicker-container .qs-controls .qs-month-year {
  font-weight: 600;
  font-size: 15px;
}
.qs-datepicker-container .qs-controls .qs-month-year:hover {
  border-bottom: 1px solid #e9ecef;
}
.qs-datepicker-container .qs-squares .qs-square {
  font-size: 15px;
  height: 34px;
  width: 34px;
}
.qs-datepicker-container .qs-squares .qs-square:not(.qs-empty):not(.qs-disabled):not(.qs-day):not(.qs-active):hover, .qs-datepicker-container .qs-squares .qs-square.qs-current {
  background: #2f55d4;
  color: #ffffff;
  border-radius: 30px;
  font-weight: 500;
  text-decoration: none;
  border-radius: 30px;
}
.qs-datepicker-container .qs-squares .qs-day {
  font-weight: 500;
  color: #8492a6;
}

@media (min-width: 768px) {
  .map.map-height-two iframe {
    height: 551px;
  }
}
/*********************************/
/* Countdown(Comingsoon, Maintenance) */
/*===============================*/
.coming-soon, .maintenance, .error-page {
  font-size: 40px;
  letter-spacing: 1px;
}
@media (max-width: 767px) {
  .coming-soon, .maintenance, .error-page {
    font-size: 32px;
  }
}

#countdown .count-down, #eventdown .count-down, #token-sale .count-down {
  display: inline-block;
  margin: 30px 10px 10px;
  color: #ffffff;
  text-align: center;
}
#countdown .count-down .count-number, #eventdown .count-down .count-number, #token-sale .count-down .count-number {
  font-size: 40px;
  line-height: 95px;
}
#countdown .count-down .count-head, #eventdown .count-down .count-head, #token-sale .count-down .count-head {
  display: block;
  position: relative;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
}

#countdown .count-down .count-number {
  font-size: 40px;
  line-height: 95px;
  border: 4px solid #ffffff;
  height: 130px;
  width: 130px;
  border-radius: 50%;
}

#token-sale .count-down {
  border: 0;
  color: #212529 !important;
}
#token-sale .count-down .count-number {
  line-height: 80px;
}
@media (max-width: 767px) {
  #token-sale .count-down .count-number {
    font-size: 30px;
  }
}
#token-sale .count-down .count-head {
  margin-bottom: 0 !important;
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
}
@media (max-width: 767px) {
  #token-sale .count-down .count-head {
    font-size: 10px;
  }
}

#eventdown .count-down {
  margin: 10px !important;
  border: 0;
}
@media (max-width: 767px) {
  #eventdown .count-down {
    width: 60px;
  }
}
#eventdown .count-down .count-number {
  line-height: 80px;
}
@media (max-width: 767px) {
  #eventdown .count-down .count-number {
    font-size: 30px;
  }
}
#eventdown .count-down .count-head {
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
}
@media (max-width: 767px) {
  #eventdown .count-down .count-head {
    font-size: 10px;
  }
}

#maintenance {
  color: #ffffff;
  font-size: 56px;
  letter-spacing: 1px;
}
#maintenance .indicator {
  font-size: 18px;
}

/*********************************/
/*         CTA                   */
/*===============================*/
.bg-cta {
  padding: 150px 0;
}

.play-btn {
  height: 78px;
  width: 78px;
  font-size: 30px;
  line-height: 76px;
  border-radius: 50%;
  display: inline-block;
  color: #ffffff;
  border: 1px solid #fff;
}

.play-icon {
  position: absolute;
  bottom: 50%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  right: 0;
  left: 0;
  text-align: center;
}
.play-icon i {
  height: 75px;
  -webkit-text-stroke: 2px #2f55d4;
  -webkit-text-fill-color: transparent;
  width: 75px;
  font-size: 25px;
  line-height: 75px;
  display: inline-block;
  background-color: #fff;
}
.play-icon i:hover {
  -webkit-text-stroke: 2px #2f55d4;
  -webkit-text-fill-color: #2f55d4;
}

@media (max-width: 767px) {
  iframe {
    width: auto !important;
  }
}
/*********************************/
/*     Features & Services       */
/*===============================*/
.features.feature-primary .icon {
  background: rgba(47, 85, 212, 0.1);
}
.features.feature-primary .image:before {
  background: linear-gradient(45deg, transparent, rgba(47, 85, 212, 0.1));
}
.features.feature-primary .read-more,
.features.feature-primary .color {
  color: #2f55d4 !important;
}
.features.feature-primary.feature-clean .icons {
  color: #2f55d4 !important;
}
.features.feature-primary.feature-clean .icons i {
  background-color: rgba(47, 85, 212, 0.1);
}
.features.feature-primary.feature-clean .title:hover {
  color: #2f55d4 !important;
}
.features.feature-primary.feature-full-bg .icon-color {
  color: #2f55d4 !important;
}
.features.feature-primary.feature-full-bg:hover {
  background-color: #2f55d4 !important;
}
.features.feature-primary.key-feature .icon {
  background: linear-gradient(45deg, transparent, rgba(47, 85, 212, 0.15));
  color: #2f55d4;
}
.features.feature-primary.course-feature .full-img {
  color: #2f55d4 !important;
}
.features.feature-primary.explore-feature:hover .icons,
.features.feature-primary.explore-feature:hover .title {
  color: #2f55d4 !important;
}
.features.feature-primary .btn-soft {
  background-color: rgba(47, 85, 212, 0.05) !important;
  border: 1px solid rgba(47, 85, 212, 0.05) !important;
  color: #2f55d4 !important;
  -webkit-box-shadow: 0 3px 5px 0 rgba(47, 85, 212, 0.1);
          box-shadow: 0 3px 5px 0 rgba(47, 85, 212, 0.1);
}
.features.feature-primary .btn-soft:hover, .features.feature-primary .btn-soft:focus, .features.feature-primary .btn-soft:active, .features.feature-primary .btn-soft.active, .features.feature-primary .btn-soft.focus {
  background-color: #2f55d4 !important;
  border-color: #2f55d4 !important;
  color: #ffffff !important;
}
.features.feature-primary:hover .image:before {
  background: rgba(47, 85, 212, 0.1);
}

.features.feature-secondary .icon {
  background: rgba(108, 117, 125, 0.1);
}
.features.feature-secondary .image:before {
  background: linear-gradient(45deg, transparent, rgba(108, 117, 125, 0.1));
}
.features.feature-secondary .read-more,
.features.feature-secondary .color {
  color: #6c757d !important;
}
.features.feature-secondary.feature-clean .icons {
  color: #6c757d !important;
}
.features.feature-secondary.feature-clean .icons i {
  background-color: rgba(108, 117, 125, 0.1);
}
.features.feature-secondary.feature-clean .title:hover {
  color: #6c757d !important;
}
.features.feature-secondary.feature-full-bg .icon-color {
  color: #6c757d !important;
}
.features.feature-secondary.feature-full-bg:hover {
  background-color: #6c757d !important;
}
.features.feature-secondary.key-feature .icon {
  background: linear-gradient(45deg, transparent, rgba(108, 117, 125, 0.15));
  color: #6c757d;
}
.features.feature-secondary.course-feature .full-img {
  color: #6c757d !important;
}
.features.feature-secondary.explore-feature:hover .icons,
.features.feature-secondary.explore-feature:hover .title {
  color: #6c757d !important;
}
.features.feature-secondary .btn-soft {
  background-color: rgba(108, 117, 125, 0.05) !important;
  border: 1px solid rgba(108, 117, 125, 0.05) !important;
  color: #6c757d !important;
  -webkit-box-shadow: 0 3px 5px 0 rgba(108, 117, 125, 0.1);
          box-shadow: 0 3px 5px 0 rgba(108, 117, 125, 0.1);
}
.features.feature-secondary .btn-soft:hover, .features.feature-secondary .btn-soft:focus, .features.feature-secondary .btn-soft:active, .features.feature-secondary .btn-soft.active, .features.feature-secondary .btn-soft.focus {
  background-color: #6c757d !important;
  border-color: #6c757d !important;
  color: #ffffff !important;
}
.features.feature-secondary:hover .image:before {
  background: rgba(108, 117, 125, 0.1);
}

.features.feature-success .icon {
  background: rgba(46, 202, 139, 0.1);
}
.features.feature-success .image:before {
  background: linear-gradient(45deg, transparent, rgba(46, 202, 139, 0.1));
}
.features.feature-success .read-more,
.features.feature-success .color {
  color: #2eca8b !important;
}
.features.feature-success.feature-clean .icons {
  color: #2eca8b !important;
}
.features.feature-success.feature-clean .icons i {
  background-color: rgba(46, 202, 139, 0.1);
}
.features.feature-success.feature-clean .title:hover {
  color: #2eca8b !important;
}
.features.feature-success.feature-full-bg .icon-color {
  color: #2eca8b !important;
}
.features.feature-success.feature-full-bg:hover {
  background-color: #2eca8b !important;
}
.features.feature-success.key-feature .icon {
  background: linear-gradient(45deg, transparent, rgba(46, 202, 139, 0.15));
  color: #2eca8b;
}
.features.feature-success.course-feature .full-img {
  color: #2eca8b !important;
}
.features.feature-success.explore-feature:hover .icons,
.features.feature-success.explore-feature:hover .title {
  color: #2eca8b !important;
}
.features.feature-success .btn-soft {
  background-color: rgba(46, 202, 139, 0.05) !important;
  border: 1px solid rgba(46, 202, 139, 0.05) !important;
  color: #2eca8b !important;
  -webkit-box-shadow: 0 3px 5px 0 rgba(46, 202, 139, 0.1);
          box-shadow: 0 3px 5px 0 rgba(46, 202, 139, 0.1);
}
.features.feature-success .btn-soft:hover, .features.feature-success .btn-soft:focus, .features.feature-success .btn-soft:active, .features.feature-success .btn-soft.active, .features.feature-success .btn-soft.focus {
  background-color: #2eca8b !important;
  border-color: #2eca8b !important;
  color: #ffffff !important;
}
.features.feature-success:hover .image:before {
  background: rgba(46, 202, 139, 0.1);
}

.features.feature-info .icon {
  background: rgba(23, 162, 184, 0.1);
}
.features.feature-info .image:before {
  background: linear-gradient(45deg, transparent, rgba(23, 162, 184, 0.1));
}
.features.feature-info .read-more,
.features.feature-info .color {
  color: #17a2b8 !important;
}
.features.feature-info.feature-clean .icons {
  color: #17a2b8 !important;
}
.features.feature-info.feature-clean .icons i {
  background-color: rgba(23, 162, 184, 0.1);
}
.features.feature-info.feature-clean .title:hover {
  color: #17a2b8 !important;
}
.features.feature-info.feature-full-bg .icon-color {
  color: #17a2b8 !important;
}
.features.feature-info.feature-full-bg:hover {
  background-color: #17a2b8 !important;
}
.features.feature-info.key-feature .icon {
  background: linear-gradient(45deg, transparent, rgba(23, 162, 184, 0.15));
  color: #17a2b8;
}
.features.feature-info.course-feature .full-img {
  color: #17a2b8 !important;
}
.features.feature-info.explore-feature:hover .icons,
.features.feature-info.explore-feature:hover .title {
  color: #17a2b8 !important;
}
.features.feature-info .btn-soft {
  background-color: rgba(23, 162, 184, 0.05) !important;
  border: 1px solid rgba(23, 162, 184, 0.05) !important;
  color: #17a2b8 !important;
  -webkit-box-shadow: 0 3px 5px 0 rgba(23, 162, 184, 0.1);
          box-shadow: 0 3px 5px 0 rgba(23, 162, 184, 0.1);
}
.features.feature-info .btn-soft:hover, .features.feature-info .btn-soft:focus, .features.feature-info .btn-soft:active, .features.feature-info .btn-soft.active, .features.feature-info .btn-soft.focus {
  background-color: #17a2b8 !important;
  border-color: #17a2b8 !important;
  color: #ffffff !important;
}
.features.feature-info:hover .image:before {
  background: rgba(23, 162, 184, 0.1);
}

.features.feature-warning .icon {
  background: rgba(241, 116, 37, 0.1);
}
.features.feature-warning .image:before {
  background: linear-gradient(45deg, transparent, rgba(241, 116, 37, 0.1));
}
.features.feature-warning .read-more,
.features.feature-warning .color {
  color: #f17425 !important;
}
.features.feature-warning.feature-clean .icons {
  color: #f17425 !important;
}
.features.feature-warning.feature-clean .icons i {
  background-color: rgba(241, 116, 37, 0.1);
}
.features.feature-warning.feature-clean .title:hover {
  color: #f17425 !important;
}
.features.feature-warning.feature-full-bg .icon-color {
  color: #f17425 !important;
}
.features.feature-warning.feature-full-bg:hover {
  background-color: #f17425 !important;
}
.features.feature-warning.key-feature .icon {
  background: linear-gradient(45deg, transparent, rgba(241, 116, 37, 0.15));
  color: #f17425;
}
.features.feature-warning.course-feature .full-img {
  color: #f17425 !important;
}
.features.feature-warning.explore-feature:hover .icons,
.features.feature-warning.explore-feature:hover .title {
  color: #f17425 !important;
}
.features.feature-warning .btn-soft {
  background-color: rgba(241, 116, 37, 0.05) !important;
  border: 1px solid rgba(241, 116, 37, 0.05) !important;
  color: #f17425 !important;
  -webkit-box-shadow: 0 3px 5px 0 rgba(241, 116, 37, 0.1);
          box-shadow: 0 3px 5px 0 rgba(241, 116, 37, 0.1);
}
.features.feature-warning .btn-soft:hover, .features.feature-warning .btn-soft:focus, .features.feature-warning .btn-soft:active, .features.feature-warning .btn-soft.active, .features.feature-warning .btn-soft.focus {
  background-color: #f17425 !important;
  border-color: #f17425 !important;
  color: #ffffff !important;
}
.features.feature-warning:hover .image:before {
  background: rgba(241, 116, 37, 0.1);
}

.features.feature-danger .icon {
  background: rgba(228, 63, 82, 0.1);
}
.features.feature-danger .image:before {
  background: linear-gradient(45deg, transparent, rgba(228, 63, 82, 0.1));
}
.features.feature-danger .read-more,
.features.feature-danger .color {
  color: #e43f52 !important;
}
.features.feature-danger.feature-clean .icons {
  color: #e43f52 !important;
}
.features.feature-danger.feature-clean .icons i {
  background-color: rgba(228, 63, 82, 0.1);
}
.features.feature-danger.feature-clean .title:hover {
  color: #e43f52 !important;
}
.features.feature-danger.feature-full-bg .icon-color {
  color: #e43f52 !important;
}
.features.feature-danger.feature-full-bg:hover {
  background-color: #e43f52 !important;
}
.features.feature-danger.key-feature .icon {
  background: linear-gradient(45deg, transparent, rgba(228, 63, 82, 0.15));
  color: #e43f52;
}
.features.feature-danger.course-feature .full-img {
  color: #e43f52 !important;
}
.features.feature-danger.explore-feature:hover .icons,
.features.feature-danger.explore-feature:hover .title {
  color: #e43f52 !important;
}
.features.feature-danger .btn-soft {
  background-color: rgba(228, 63, 82, 0.05) !important;
  border: 1px solid rgba(228, 63, 82, 0.05) !important;
  color: #e43f52 !important;
  -webkit-box-shadow: 0 3px 5px 0 rgba(228, 63, 82, 0.1);
          box-shadow: 0 3px 5px 0 rgba(228, 63, 82, 0.1);
}
.features.feature-danger .btn-soft:hover, .features.feature-danger .btn-soft:focus, .features.feature-danger .btn-soft:active, .features.feature-danger .btn-soft.active, .features.feature-danger .btn-soft.focus {
  background-color: #e43f52 !important;
  border-color: #e43f52 !important;
  color: #ffffff !important;
}
.features.feature-danger:hover .image:before {
  background: rgba(228, 63, 82, 0.1);
}

.features.feature-light .icon {
  background: rgba(248, 249, 250, 0.1);
}
.features.feature-light .image:before {
  background: linear-gradient(45deg, transparent, rgba(248, 249, 250, 0.1));
}
.features.feature-light .read-more,
.features.feature-light .color {
  color: #f8f9fa !important;
}
.features.feature-light.feature-clean .icons {
  color: #f8f9fa !important;
}
.features.feature-light.feature-clean .icons i {
  background-color: rgba(248, 249, 250, 0.1);
}
.features.feature-light.feature-clean .title:hover {
  color: #f8f9fa !important;
}
.features.feature-light.feature-full-bg .icon-color {
  color: #f8f9fa !important;
}
.features.feature-light.feature-full-bg:hover {
  background-color: #f8f9fa !important;
}
.features.feature-light.key-feature .icon {
  background: linear-gradient(45deg, transparent, rgba(248, 249, 250, 0.15));
  color: #f8f9fa;
}
.features.feature-light.course-feature .full-img {
  color: #f8f9fa !important;
}
.features.feature-light.explore-feature:hover .icons,
.features.feature-light.explore-feature:hover .title {
  color: #f8f9fa !important;
}
.features.feature-light .btn-soft {
  background-color: rgba(248, 249, 250, 0.05) !important;
  border: 1px solid rgba(248, 249, 250, 0.05) !important;
  color: #f8f9fa !important;
  -webkit-box-shadow: 0 3px 5px 0 rgba(248, 249, 250, 0.1);
          box-shadow: 0 3px 5px 0 rgba(248, 249, 250, 0.1);
}
.features.feature-light .btn-soft:hover, .features.feature-light .btn-soft:focus, .features.feature-light .btn-soft:active, .features.feature-light .btn-soft.active, .features.feature-light .btn-soft.focus {
  background-color: #f8f9fa !important;
  border-color: #f8f9fa !important;
  color: #ffffff !important;
}
.features.feature-light:hover .image:before {
  background: rgba(248, 249, 250, 0.1);
}

.features.feature-dark .icon {
  background: rgba(33, 37, 41, 0.1);
}
.features.feature-dark .image:before {
  background: linear-gradient(45deg, transparent, rgba(33, 37, 41, 0.1));
}
.features.feature-dark .read-more,
.features.feature-dark .color {
  color: #212529 !important;
}
.features.feature-dark.feature-clean .icons {
  color: #212529 !important;
}
.features.feature-dark.feature-clean .icons i {
  background-color: rgba(33, 37, 41, 0.1);
}
.features.feature-dark.feature-clean .title:hover {
  color: #212529 !important;
}
.features.feature-dark.feature-full-bg .icon-color {
  color: #212529 !important;
}
.features.feature-dark.feature-full-bg:hover {
  background-color: #212529 !important;
}
.features.feature-dark.key-feature .icon {
  background: linear-gradient(45deg, transparent, rgba(33, 37, 41, 0.15));
  color: #212529;
}
.features.feature-dark.course-feature .full-img {
  color: #212529 !important;
}
.features.feature-dark.explore-feature:hover .icons,
.features.feature-dark.explore-feature:hover .title {
  color: #212529 !important;
}
.features.feature-dark .btn-soft {
  background-color: rgba(33, 37, 41, 0.05) !important;
  border: 1px solid rgba(33, 37, 41, 0.05) !important;
  color: #212529 !important;
  -webkit-box-shadow: 0 3px 5px 0 rgba(33, 37, 41, 0.1);
          box-shadow: 0 3px 5px 0 rgba(33, 37, 41, 0.1);
}
.features.feature-dark .btn-soft:hover, .features.feature-dark .btn-soft:focus, .features.feature-dark .btn-soft:active, .features.feature-dark .btn-soft.active, .features.feature-dark .btn-soft.focus {
  background-color: #212529 !important;
  border-color: #212529 !important;
  color: #ffffff !important;
}
.features.feature-dark:hover .image:before {
  background: rgba(33, 37, 41, 0.1);
}

.features.feature-footer .icon {
  background: rgba(32, 41, 66, 0.1);
}
.features.feature-footer .image:before {
  background: linear-gradient(45deg, transparent, rgba(32, 41, 66, 0.1));
}
.features.feature-footer .read-more,
.features.feature-footer .color {
  color: #202942 !important;
}
.features.feature-footer.feature-clean .icons {
  color: #202942 !important;
}
.features.feature-footer.feature-clean .icons i {
  background-color: rgba(32, 41, 66, 0.1);
}
.features.feature-footer.feature-clean .title:hover {
  color: #202942 !important;
}
.features.feature-footer.feature-full-bg .icon-color {
  color: #202942 !important;
}
.features.feature-footer.feature-full-bg:hover {
  background-color: #202942 !important;
}
.features.feature-footer.key-feature .icon {
  background: linear-gradient(45deg, transparent, rgba(32, 41, 66, 0.15));
  color: #202942;
}
.features.feature-footer.course-feature .full-img {
  color: #202942 !important;
}
.features.feature-footer.explore-feature:hover .icons,
.features.feature-footer.explore-feature:hover .title {
  color: #202942 !important;
}
.features.feature-footer .btn-soft {
  background-color: rgba(32, 41, 66, 0.05) !important;
  border: 1px solid rgba(32, 41, 66, 0.05) !important;
  color: #202942 !important;
  -webkit-box-shadow: 0 3px 5px 0 rgba(32, 41, 66, 0.1);
          box-shadow: 0 3px 5px 0 rgba(32, 41, 66, 0.1);
}
.features.feature-footer .btn-soft:hover, .features.feature-footer .btn-soft:focus, .features.feature-footer .btn-soft:active, .features.feature-footer .btn-soft.active, .features.feature-footer .btn-soft.focus {
  background-color: #202942 !important;
  border-color: #202942 !important;
  color: #ffffff !important;
}
.features.feature-footer:hover .image:before {
  background: rgba(32, 41, 66, 0.1);
}

.features.feature-muted .icon {
  background: rgba(132, 146, 166, 0.1);
}
.features.feature-muted .image:before {
  background: linear-gradient(45deg, transparent, rgba(132, 146, 166, 0.1));
}
.features.feature-muted .read-more,
.features.feature-muted .color {
  color: #8492a6 !important;
}
.features.feature-muted.feature-clean .icons {
  color: #8492a6 !important;
}
.features.feature-muted.feature-clean .icons i {
  background-color: rgba(132, 146, 166, 0.1);
}
.features.feature-muted.feature-clean .title:hover {
  color: #8492a6 !important;
}
.features.feature-muted.feature-full-bg .icon-color {
  color: #8492a6 !important;
}
.features.feature-muted.feature-full-bg:hover {
  background-color: #8492a6 !important;
}
.features.feature-muted.key-feature .icon {
  background: linear-gradient(45deg, transparent, rgba(132, 146, 166, 0.15));
  color: #8492a6;
}
.features.feature-muted.course-feature .full-img {
  color: #8492a6 !important;
}
.features.feature-muted.explore-feature:hover .icons,
.features.feature-muted.explore-feature:hover .title {
  color: #8492a6 !important;
}
.features.feature-muted .btn-soft {
  background-color: rgba(132, 146, 166, 0.05) !important;
  border: 1px solid rgba(132, 146, 166, 0.05) !important;
  color: #8492a6 !important;
  -webkit-box-shadow: 0 3px 5px 0 rgba(132, 146, 166, 0.1);
          box-shadow: 0 3px 5px 0 rgba(132, 146, 166, 0.1);
}
.features.feature-muted .btn-soft:hover, .features.feature-muted .btn-soft:focus, .features.feature-muted .btn-soft:active, .features.feature-muted .btn-soft.active, .features.feature-muted .btn-soft.focus {
  background-color: #8492a6 !important;
  border-color: #8492a6 !important;
  color: #ffffff !important;
}
.features.feature-muted:hover .image:before {
  background: rgba(132, 146, 166, 0.1);
}

.features .image:before {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 5px;
  width: 64px;
  height: 64px;
  border-radius: 6px;
  -webkit-transform: rotate(33.75deg);
          transform: rotate(33.75deg);
}
.features.feature-clean {
  background-color: #ffffff;
}
.features.feature-clean .icons i {
  height: 65px;
  width: 65px;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.features .ride-image {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.features .ride-image img {
  border-radius: 100% 100% 100% 0;
}
.features.key-feature {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.features.key-feature:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-box-shadow: 0 5px 13px rgba(60, 72, 88, 0.2) !important;
          box-shadow: 0 5px 13px rgba(60, 72, 88, 0.2) !important;
}
.features:hover .image:before {
  -webkit-animation: spinner-border 5s linear infinite !important;
          animation: spinner-border 5s linear infinite !important;
}
.features.feature-full-bg {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.features.feature-full-bg .big-icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  opacity: 0.015;
  font-size: 180px;
}
.features.feature-full-bg:hover {
  -webkit-box-shadow: 0 10px 25px rgba(60, 72, 88, 0.15);
          box-shadow: 0 10px 25px rgba(60, 72, 88, 0.15);
  color: #ffffff !important;
}
.features.feature-full-bg:hover .icon-color i,
.features.feature-full-bg:hover .para {
  color: rgba(255, 255, 255, 0.5) !important;
}
.features.feature-full-bg:hover .content,
.features.feature-full-bg:hover .icon-color {
  z-index: 2;
}
.features.feature-full-bg:hover .big-icon {
  opacity: 0.05;
}
.features.feature-full-bg:hover .readmore {
  color: #ffffff !important;
}
.features.course-feature {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.features.course-feature .full-img {
  position: absolute;
  bottom: 50%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  left: 0;
  right: 0;
  opacity: 0;
  margin: 0 auto;
  z-index: -2;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 250px;
}
.features.course-feature:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.features.course-feature:hover .full-img {
  opacity: 0.05;
}
.features.explore-feature {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.features.explore-feature .icons {
  height: 80px;
  width: 80px;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.features.explore-feature:hover {
  -webkit-box-shadow: 0 10px 25px rgba(60, 72, 88, 0.15) !important;
          box-shadow: 0 10px 25px rgba(60, 72, 88, 0.15) !important;
}

.features .title,
.key-feature .title {
  font-size: 18px !important;
}
.features .icon,
.key-feature .icon {
  height: 45px;
  width: 45px;
  min-width: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.work-process {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.work-process .step, .work-process .step-icon {
  opacity: 0.06;
}
.work-process a {
  font-size: 15px;
}
.work-process.process-arrow:after {
  content: "";
  position: absolute;
  width: 60%;
  height: 40px;
  top: 30px;
  left: 80%;
  background: url("../images/process.png") center center no-repeat;
  z-index: 1;
}
@media (max-width: 767px) {
  .work-process.process-arrow:after {
    display: none;
  }
}
.work-process.process-arrow:hover {
  -webkit-transform: none !important;
          transform: none !important;
}
.work-process:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.work-process.d-none-arrow:hover {
  -webkit-transform: none !important;
          transform: none !important;
}

.features-absolute {
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.features-absolute {
  margin: -200px 0 0px;
}
@media (max-width: 768px) {
  .features-absolute {
    margin: -140px 0 0;
  }
}
.features-absolute.blog-search {
  margin: -120px 0 0px;
}
@media (max-width: 768px) {
  .features-absolute.blog-search {
    margin: -90px 0 0px;
  }
}

.app-feature-shape-right:after,
.app-feature-shape-left:after {
  bottom: 0rem;
  width: 30rem;
  height: 40rem;
  border-radius: 10rem;
}

.app-feature-shape-right:after {
  left: 10rem;
  -webkit-transform: rotate(150deg);
          transform: rotate(150deg);
}
@media (max-width: 768px) {
  .app-feature-shape-right:after {
    left: 0;
  }
}

.app-feature-shape-left:after {
  right: 10rem;
  -webkit-transform: rotate(210deg);
          transform: rotate(210deg);
}
@media (max-width: 768px) {
  .app-feature-shape-left:after {
    right: 0;
  }
}

.app-subscribe {
  position: absolute;
  top: -200px;
}
@media (max-width: 767px) {
  .app-subscribe {
    position: relative;
    top: 0;
  }
}

.saas-feature-shape-left:after,
.saas-feature-shape-right:after {
  bottom: -3rem;
  width: 35rem;
  height: 35rem;
  border-radius: 15rem;
  -webkit-transform: rotate(145deg);
          transform: rotate(145deg);
}
@media (max-width: 767px) {
  .saas-feature-shape-left:after,
  .saas-feature-shape-right:after {
    bottom: -1rem;
    width: 25rem;
    height: 25rem;
    border-radius: 10rem;
  }
}

.saas-feature-shape-left:after {
  left: -10rem;
}

.saas-feature-shape-right:after {
  right: -10rem;
}

.app-feature-shape-right:after,
.app-feature-shape-left:after,
.saas-feature-shape-left:after,
.saas-feature-shape-right:after,
.social-feature-left:after,
.social-feature-right:after {
  background: rgba(47, 85, 212, 0.1);
  -webkit-box-shadow: 0 0 40px rgba(47, 85, 212, 0.1);
          box-shadow: 0 0 40px rgba(47, 85, 212, 0.1);
}

.app-feature-shape-right:after,
.app-feature-shape-left:after,
.saas-feature-shape-left:after,
.saas-feature-shape-right:after,
.social-feature-left:after,
.social-feature-right:after {
  content: "";
  position: absolute;
  z-index: -1;
}

.modern-saas-absolute-left,
.modern-saas-absolute-right {
  position: absolute;
}

.modern-saas-absolute-left {
  top: 2%;
  left: -2%;
}
@media (min-width: 768px) {
  .modern-saas-absolute-left {
    top: 20%;
    left: -7%;
  }
}
@media (min-width: 1024px) {
  .modern-saas-absolute-left {
    left: -10%;
  }
}

.modern-saas-absolute-right {
  bottom: 2%;
  right: -2%;
}
@media (min-width: 768px) {
  .modern-saas-absolute-right {
    bottom: 20%;
    right: -7%;
  }
}
@media (min-width: 1024px) {
  .modern-saas-absolute-right {
    right: -10%;
  }
}

.modern-app-round {
  position: fixed;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  -webkit-filter: blur(100px);
          filter: blur(100px);
  pointer-events: none;
  z-index: -2;
  background-color: rgba(47, 85, 212, 0.15);
}
.modern-app-round.primary-50 {
  background-color: rgba(47, 85, 212, 0.5) !important;
}

.modern-app-bg-shape:after {
  content: " ";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(47, 85, 212, 0.3)), color-stop(35%, rgba(47, 85, 212, 0.5)), to(#2f55d4));
  background: linear-gradient(to right, rgba(47, 85, 212, 0.3) 0%, rgba(47, 85, 212, 0.5) 35%, #2f55d4 100%);
  -webkit-box-shadow: 0 0 40px rgba(47, 85, 212, 0.2);
          box-shadow: 0 0 40px rgba(47, 85, 212, 0.2);
  z-index: -1;
}
@media (max-width: 768px) {
  .modern-app-bg-shape:after {
    width: 400px;
    height: 400px;
  }
}

.modern-app-absolute-left,
.modern-app-absolute-right {
  position: absolute;
}

.modern-app-absolute-right {
  top: 7%;
  right: -2%;
}
@media (min-width: 768px) {
  .modern-app-absolute-right {
    top: 20%;
    right: -7%;
  }
}
@media (min-width: 1024px) {
  .modern-app-absolute-right {
    right: -10%;
  }
}

.modern-app-absolute-left {
  bottom: 7%;
  left: -2%;
}
@media (min-width: 768px) {
  .modern-app-absolute-left {
    bottom: 20%;
    left: -7%;
  }
}
@media (min-width: 1024px) {
  .modern-app-absolute-left {
    left: -10%;
  }
}

.social-feature-left:after,
.social-feature-right:after {
  width: 450px;
  height: 520px;
  border-radius: 30px;
  bottom: -75px;
}
@media (max-width: 768px) {
  .social-feature-left:after,
  .social-feature-right:after {
    width: 300px;
    height: 400px;
    bottom: -65px;
  }
}
@media (max-width: 575px) {
  .social-feature-left:after,
  .social-feature-right:after {
    bottom: -35px;
  }
}

.social-feature-left:after {
  right: -200px;
}
@media (max-width: 575px) {
  .social-feature-left:after {
    right: 60px;
  }
}

.social-feature-right:after {
  left: -200px;
}
@media (max-width: 575px) {
  .social-feature-right:after {
    left: 60px;
  }
}

.construction-img {
  position: absolute;
  bottom: 0;
  right: 20px;
}

/*********************************/
/*          NFT                  */
/*===============================*/
.nft.nft-primary .title:hover,
.nft.nft-primary .read-more:hover {
  color: #2f55d4 !important;
}
.nft.nft-primary .link {
  color: #2f55d4 !important;
}
.nft.nft-primary .author .name:hover {
  color: #2f55d4 !important;
}
.nft.nft-primary .bg-soft {
  background-color: rgba(47, 85, 212, 0.1) !important;
  border: 1px solid rgba(47, 85, 212, 0.1) !important;
  color: #2f55d4 !important;
}
.nft.nft-primary .btn {
  background-color: #2f55d4 !important;
  border: 1px solid #2f55d4 !important;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 5px 0 rgba(47, 85, 212, 0.1);
          box-shadow: 0 3px 5px 0 rgba(47, 85, 212, 0.1);
}
.nft.nft-primary .btn:hover, .nft.nft-primary .btn:focus, .nft.nft-primary .btn:active, .nft.nft-primary .btn.active, .nft.nft-primary .btn.focus {
  background-color: rgb(35.6334661355, 67.1235059761, 172.3665338645) !important;
  border-color: rgb(35.6334661355, 67.1235059761, 172.3665338645) !important;
  color: #ffffff !important;
}

.nft.nft-secondary .title:hover,
.nft.nft-secondary .read-more:hover {
  color: #6c757d !important;
}
.nft.nft-secondary .link {
  color: #6c757d !important;
}
.nft.nft-secondary .author .name:hover {
  color: #6c757d !important;
}
.nft.nft-secondary .bg-soft {
  background-color: rgba(108, 117, 125, 0.1) !important;
  border: 1px solid rgba(108, 117, 125, 0.1) !important;
  color: #6c757d !important;
}
.nft.nft-secondary .btn {
  background-color: #6c757d !important;
  border: 1px solid #6c757d !important;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 5px 0 rgba(108, 117, 125, 0.1);
          box-shadow: 0 3px 5px 0 rgba(108, 117, 125, 0.1);
}
.nft.nft-secondary .btn:hover, .nft.nft-secondary .btn:focus, .nft.nft-secondary .btn:active, .nft.nft-secondary .btn.active, .nft.nft-secondary .btn.focus {
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785) !important;
  border-color: rgb(84.3605150215, 91.3905579399, 97.6394849785) !important;
  color: #ffffff !important;
}

.nft.nft-success .title:hover,
.nft.nft-success .read-more:hover {
  color: #2eca8b !important;
}
.nft.nft-success .link {
  color: #2eca8b !important;
}
.nft.nft-success .author .name:hover {
  color: #2eca8b !important;
}
.nft.nft-success .bg-soft {
  background-color: rgba(46, 202, 139, 0.1) !important;
  border: 1px solid rgba(46, 202, 139, 0.1) !important;
  color: #2eca8b !important;
}
.nft.nft-success .btn {
  background-color: #2eca8b !important;
  border: 1px solid #2eca8b !important;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 5px 0 rgba(46, 202, 139, 0.1);
          box-shadow: 0 3px 5px 0 rgba(46, 202, 139, 0.1);
}
.nft.nft-success .btn:hover, .nft.nft-success .btn:focus, .nft.nft-success .btn:active, .nft.nft-success .btn.active, .nft.nft-success .btn.focus {
  background-color: rgb(36.5403225806, 160.4596774194, 110.4153225806) !important;
  border-color: rgb(36.5403225806, 160.4596774194, 110.4153225806) !important;
  color: #ffffff !important;
}

.nft.nft-info .title:hover,
.nft.nft-info .read-more:hover {
  color: #17a2b8 !important;
}
.nft.nft-info .link {
  color: #17a2b8 !important;
}
.nft.nft-info .author .name:hover {
  color: #17a2b8 !important;
}
.nft.nft-info .bg-soft {
  background-color: rgba(23, 162, 184, 0.1) !important;
  border: 1px solid rgba(23, 162, 184, 0.1) !important;
  color: #17a2b8 !important;
}
.nft.nft-info .btn {
  background-color: #17a2b8 !important;
  border: 1px solid #17a2b8 !important;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 5px 0 rgba(23, 162, 184, 0.1);
          box-shadow: 0 3px 5px 0 rgba(23, 162, 184, 0.1);
}
.nft.nft-info .btn:hover, .nft.nft-info .btn:focus, .nft.nft-info .btn:active, .nft.nft-info .btn.active, .nft.nft-info .btn.focus {
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667) !important;
  border-color: rgb(17.3333333333, 122.0869565217, 138.6666666667) !important;
  color: #ffffff !important;
}

.nft.nft-warning .title:hover,
.nft.nft-warning .read-more:hover {
  color: #f17425 !important;
}
.nft.nft-warning .link {
  color: #f17425 !important;
}
.nft.nft-warning .author .name:hover {
  color: #f17425 !important;
}
.nft.nft-warning .bg-soft {
  background-color: rgba(241, 116, 37, 0.1) !important;
  border: 1px solid rgba(241, 116, 37, 0.1) !important;
  color: #f17425 !important;
}
.nft.nft-warning .btn {
  background-color: #f17425 !important;
  border: 1px solid #f17425 !important;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 5px 0 rgba(241, 116, 37, 0.1);
          box-shadow: 0 3px 5px 0 rgba(241, 116, 37, 0.1);
}
.nft.nft-warning .btn:hover, .nft.nft-warning .btn:focus, .nft.nft-warning .btn:active, .nft.nft-warning .btn.active, .nft.nft-warning .btn.focus {
  background-color: rgb(213.3017241379, 90.9956896552, 13.6982758621) !important;
  border-color: rgb(213.3017241379, 90.9956896552, 13.6982758621) !important;
  color: #ffffff !important;
}

.nft.nft-danger .title:hover,
.nft.nft-danger .read-more:hover {
  color: #e43f52 !important;
}
.nft.nft-danger .link {
  color: #e43f52 !important;
}
.nft.nft-danger .author .name:hover {
  color: #e43f52 !important;
}
.nft.nft-danger .bg-soft {
  background-color: rgba(228, 63, 82, 0.1) !important;
  border: 1px solid rgba(228, 63, 82, 0.1) !important;
  color: #e43f52 !important;
}
.nft.nft-danger .btn {
  background-color: #e43f52 !important;
  border: 1px solid #e43f52 !important;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 5px 0 rgba(228, 63, 82, 0.1);
          box-shadow: 0 3px 5px 0 rgba(228, 63, 82, 0.1);
}
.nft.nft-danger .btn:hover, .nft.nft-danger .btn:focus, .nft.nft-danger .btn:active, .nft.nft-danger .btn.active, .nft.nft-danger .btn.focus {
  background-color: rgb(210.4109589041, 29.5890410959, 50.4109589041) !important;
  border-color: rgb(210.4109589041, 29.5890410959, 50.4109589041) !important;
  color: #ffffff !important;
}

.nft.nft-light .title:hover,
.nft.nft-light .read-more:hover {
  color: #f8f9fa !important;
}
.nft.nft-light .link {
  color: #f8f9fa !important;
}
.nft.nft-light .author .name:hover {
  color: #f8f9fa !important;
}
.nft.nft-light .bg-soft {
  background-color: rgba(248, 249, 250, 0.1) !important;
  border: 1px solid rgba(248, 249, 250, 0.1) !important;
  color: #f8f9fa !important;
}
.nft.nft-light .btn {
  background-color: #f8f9fa !important;
  border: 1px solid #f8f9fa !important;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 5px 0 rgba(248, 249, 250, 0.1);
          box-shadow: 0 3px 5px 0 rgba(248, 249, 250, 0.1);
}
.nft.nft-light .btn:hover, .nft.nft-light .btn:focus, .nft.nft-light .btn:active, .nft.nft-light .btn.active, .nft.nft-light .btn.focus {
  background-color: rgb(218.25, 223.5, 228.75) !important;
  border-color: rgb(218.25, 223.5, 228.75) !important;
  color: #ffffff !important;
}

.nft.nft-dark .title:hover,
.nft.nft-dark .read-more:hover {
  color: #212529 !important;
}
.nft.nft-dark .link {
  color: #212529 !important;
}
.nft.nft-dark .author .name:hover {
  color: #212529 !important;
}
.nft.nft-dark .bg-soft {
  background-color: rgba(33, 37, 41, 0.1) !important;
  border: 1px solid rgba(33, 37, 41, 0.1) !important;
  color: #212529 !important;
}
.nft.nft-dark .btn {
  background-color: #212529 !important;
  border: 1px solid #212529 !important;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 5px 0 rgba(33, 37, 41, 0.1);
          box-shadow: 0 3px 5px 0 rgba(33, 37, 41, 0.1);
}
.nft.nft-dark .btn:hover, .nft.nft-dark .btn:focus, .nft.nft-dark .btn:active, .nft.nft-dark .btn.active, .nft.nft-dark .btn.focus {
  background-color: rgb(10.2567567568, 11.5, 12.7432432432) !important;
  border-color: rgb(10.2567567568, 11.5, 12.7432432432) !important;
  color: #ffffff !important;
}

.nft.nft-footer .title:hover,
.nft.nft-footer .read-more:hover {
  color: #202942 !important;
}
.nft.nft-footer .link {
  color: #202942 !important;
}
.nft.nft-footer .author .name:hover {
  color: #202942 !important;
}
.nft.nft-footer .bg-soft {
  background-color: rgba(32, 41, 66, 0.1) !important;
  border: 1px solid rgba(32, 41, 66, 0.1) !important;
  color: #202942 !important;
}
.nft.nft-footer .btn {
  background-color: #202942 !important;
  border: 1px solid #202942 !important;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 5px 0 rgba(32, 41, 66, 0.1);
          box-shadow: 0 3px 5px 0 rgba(32, 41, 66, 0.1);
}
.nft.nft-footer .btn:hover, .nft.nft-footer .btn:focus, .nft.nft-footer .btn:active, .nft.nft-footer .btn.active, .nft.nft-footer .btn.focus {
  background-color: rgb(15.3469387755, 19.6632653061, 31.6530612245) !important;
  border-color: rgb(15.3469387755, 19.6632653061, 31.6530612245) !important;
  color: #ffffff !important;
}

.nft.nft-muted .title:hover,
.nft.nft-muted .read-more:hover {
  color: #8492a6 !important;
}
.nft.nft-muted .link {
  color: #8492a6 !important;
}
.nft.nft-muted .author .name:hover {
  color: #8492a6 !important;
}
.nft.nft-muted .bg-soft {
  background-color: rgba(132, 146, 166, 0.1) !important;
  border: 1px solid rgba(132, 146, 166, 0.1) !important;
  color: #8492a6 !important;
}
.nft.nft-muted .btn {
  background-color: #8492a6 !important;
  border: 1px solid #8492a6 !important;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 5px 0 rgba(132, 146, 166, 0.1);
          box-shadow: 0 3px 5px 0 rgba(132, 146, 166, 0.1);
}
.nft.nft-muted .btn:hover, .nft.nft-muted .btn:focus, .nft.nft-muted .btn:active, .nft.nft-muted .btn.active, .nft.nft-muted .btn.focus {
  background-color: rgb(103.6933962264, 120.0047169811, 143.3066037736) !important;
  border-color: rgb(103.6933962264, 120.0047169811, 143.3066037736) !important;
  color: #ffffff !important;
}

.nft.nft-item {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.nft.nft-item .nft-image .item-img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.nft.nft-item .nft-image .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #212529;
}
.nft.nft-item:hover {
  -webkit-box-shadow: 0 5px 13px rgba(60, 72, 88, 0.2) !important;
          box-shadow: 0 5px 13px rgba(60, 72, 88, 0.2) !important;
}
.nft .bid-btn {
  position: absolute;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  bottom: -100px;
  right: 0;
  left: 0;
}
.nft.nft-creator {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.nft.nft-creator img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.nft.nft-creator:hover img {
  height: 90px !important;
  width: 90px !important;
}
.nft:hover .nft-image .item-img {
  -webkit-transform: scale(1.1) rotate(3deg);
          transform: scale(1.1) rotate(3deg);
}
.nft:hover .nft-image .overlay {
  opacity: 0.7;
}
.nft:hover .bid-btn {
  bottom: 0;
}

/*********************************/
/*         Home & Hero           */
/*===============================*/
.bg-home {
  height: 100vh;
  background-size: cover !important;
  -ms-flex-item-align: center;
      align-self: center;
  position: relative !important;
  background-position: center center;
}

.bg-photography {
  height: 100vh;
  background-size: cover !important;
  -ms-flex-item-align: center;
      align-self: center;
  position: relative !important;
  background-position: center center;
}
@media (max-width: 767px) {
  .bg-photography {
    padding: 300px 0;
    height: auto;
  }
}

.bg-video-studio {
  height: 100vh;
  background-size: cover !important;
  -ms-flex-item-align: center;
      align-self: center;
  position: relative !important;
  background-position: center center;
}

.bg-home-75vh {
  height: 75vh !important;
  background-size: cover !important;
  -ms-flex-item-align: center;
      align-self: center;
  position: relative !important;
  background-position: center center;
}
@media (max-width: 767px) {
  .bg-home-75vh {
    height: 80vh !important;
  }
}

.bg-half-260 {
  padding: 260px 0;
  background-size: cover !important;
  -ms-flex-item-align: center;
      align-self: center;
  position: relative !important;
  background-position: center center;
}


.bg-half-120 {
  padding: 120px 0;
  background-size: cover !important;
  -ms-flex-item-align: center;
      align-self: center;
  position: relative !important;
  background-position: center center;
}

.bg-half-170 {
  padding: 170px 0;
  background-size: cover !important;
  -ms-flex-item-align: center;
      align-self: center;
  position: relative !important;
  background-position: center center;
}

.bg-half-100 {
  padding: 100px 0;
  background-size: cover !important;
  -ms-flex-item-align: center;
      align-self: center;
  position: relative !important;
  background-position: center center;
}

.bg-half {
  padding: 200px 0 100px;
  background-size: cover !important;
  -ms-flex-item-align: center;
      align-self: center;
  position: relative !important;
  background-position: center center;
}
@media (max-width: 768px) {
  .bg-half {
    padding: 160px 0 60px;
  }
}

.bg-auth-home {
  padding: 142px 0;
  background-size: cover !important;
  -ms-flex-item-align: center;
      align-self: center;
  position: relative !important;
  background-position: center center;
}

.bg-consulting {
  height: 100vh;
  background-size: cover !important;
  -ms-flex-item-align: center;
      align-self: center;
  position: relative !important;
  background-position: center center;
}

@media (max-width: 767px) {
  .bg-consulting {
    padding: 0 0 300px;
    height: auto;
  }
  .bg-consulting .background {
    padding: 120px 12px 50px;
    background: #ffffff;
  }
}
@media (min-width: 768px) {
  .bg-consulting:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background: #ffffff;
  }
}
.bg-circle-gradiant {
  background: radial-gradient(circle at 50% 50%, rgba(47, 85, 212, 0.1) 0%, rgba(47, 85, 212, 0.1) 33.333%, rgba(47, 85, 212, 0.2) 33.333%, rgba(47, 85, 212, 0.2) 66.666%, rgba(47, 85, 212, 0.3) 66.666%, rgba(47, 85, 212, 0.3) 99.999%);
}

.lawyer-wrapper {
  overflow: hidden;
}
.lawyer-wrapper:before {
  content: "";
  position: absolute;
  bottom: 25rem;
  right: 13rem;
  width: 50rem;
  height: 25rem;
  -webkit-transform: rotate(100deg);
          transform: rotate(100deg);
  background: -webkit-gradient(linear, left top, right top, from(rgba(47, 85, 212, 0.3)), to(transparent));
  background: linear-gradient(90deg, rgba(47, 85, 212, 0.3), transparent);
  z-index: 1;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .lawyer-wrapper:before {
    right: -10rem;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .lawyer-wrapper:before {
    right: -15rem;
    height: 20rem;
    bottom: 25rem;
  }
}
@media (max-width: 575px) {
  .lawyer-wrapper:before {
    right: -15rem;
    height: 20rem;
    bottom: 35rem;
  }
}

.it-home {
  -webkit-animation: slideleft 30000s infinite linear;
          animation: slideleft 30000s infinite linear;
}

@-webkit-keyframes slideleft {
  from {
    background-position: 0%;
  }
  to {
    background-position: 90000%;
  }
}

@keyframes slideleft {
  from {
    background-position: 0%;
  }
  to {
    background-position: 90000%;
  }
}
.home-dashboard img {
  position: relative;
  top: 60px;
  z-index: 1;
}
@media (min-width: 768px) {
  .home-dashboard.onepage-hero {
    overflow: hidden;
  }
}

.classic-saas-image .bg-saas-shape:after {
  bottom: 3rem;
  left: 0;
  width: 75rem;
  height: 55rem;
  border-radius: 20rem;
}
@media (max-width: 767px) {
  .classic-saas-image .bg-saas-shape:after {
    left: 10rem;
    width: 30rem;
    height: 30rem;
    border-radius: 10rem;
  }
}

@media (max-width: 768px) {
  .classic-saas-image .bg-saas-shape img,
  .freelance-hero .bg-shape img,
  .ai-hero .image img {
    max-width: 550px;
  }
}
@media (max-width: 767px) {
  .classic-saas-image .bg-saas-shape img,
  .freelance-hero .bg-shape img,
  .ai-hero .image img {
    max-width: 100%;
    height: auto;
  }
}

.classic-saas-image .bg-saas-shape:after,
.freelance-hero .bg-shape:after {
  opacity: 0.9;
  -webkit-transform: rotate(130deg);
          transform: rotate(130deg);
}
@media (max-width: 767px) {
  .classic-saas-image .bg-saas-shape:after,
  .freelance-hero .bg-shape:after {
    bottom: -5rem !important;
    height: 30rem;
  }
}

.ai-hero:after, .ai-hero:before {
  content: "";
  position: absolute;
  border: 2px dashed rgba(206, 212, 218, 0.5);
  border-radius: 50%;
  -webkit-animation: spinner-animation 72s linear infinite;
          animation: spinner-animation 72s linear infinite;
  z-index: -1;
}
.ai-hero:after {
  top: -40px;
  right: -128px;
  height: 576px;
  width: 576px;
}
@media (min-width: 1024px) {
  .ai-hero:after {
    top: 0;
  }
}
.ai-hero:before {
  top: -144px;
  right: -224px;
  height: 768px;
  width: 768px;
}
@media (min-width: 1024px) {
  .ai-hero:before {
    top: -96px;
  }
}
.ai-hero .image:after {
  content: "";
  position: absolute;
  top: -40px;
  right: 0;
  width: 672px;
  height: 672px;
  background-color: rgba(47, 85, 212, 0.4);
  border-radius: 50%;
  -webkit-filter: blur(100px);
          filter: blur(100px);
  pointer-events: none;
  z-index: -1;
}
@media (min-width: 1024px) {
  .ai-hero .image:after {
    top: -96px;
  }
}

.freelance-hero .bg-shape:after {
  bottom: 0rem;
  left: 7rem;
  width: 100rem;
  height: 70rem;
  border-radius: 6rem;
}
@media (max-width: 768px) {
  .freelance-hero .bg-shape:after {
    bottom: -10rem;
  }
}
@media (max-width: 767px) {
  .freelance-hero .bg-shape:after {
    left: 15rem;
    width: 40rem;
    height: 30rem;
  }
}

.freelance-hero .bg-shape:after {
  -webkit-box-shadow: 0 0 40px rgba(47, 85, 212, 0.5);
          box-shadow: 0 0 40px rgba(47, 85, 212, 0.5);
  background-color: rgb(152.6573705179, 171.3545816733, 233.8426294821);
}

.studio-home {
  padding: 7%;
}

.agency-wrapper:before {
  content: "";
  position: absolute;
  bottom: 22rem;
  right: 54rem;
  width: 90rem;
  height: 35rem;
  border-radius: 17rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #f8f9fa;
  z-index: -1;
}
@media (max-width: 768px) {
  .agency-wrapper:before {
    right: 12rem;
  }
}
@media (max-width: 767px) {
  .agency-wrapper:before {
    right: 0;
  }
}

.bg-marketing {
  padding: 76px 0 120px;
  background-size: cover !important;
  -ms-flex-item-align: center;
      align-self: center;
  position: relative !important;
  background-position: center center;
}

.bg-top-74 {
  padding: 74px 0 0;
  background-size: cover !important;
  -ms-flex-item-align: center;
      align-self: center;
  position: relative !important;
  background-position: center center;
}

.home-slider .carousel-control-next,
.home-slider .carousel-control-prev {
  width: 30px;
  height: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 30px;
  border: 1px solid #e9ecef;
}
.home-slider .carousel-control-next-icon,
.home-slider .carousel-control-prev-icon {
  width: 30%;
}
.home-slider .carousel-control-next {
  right: 8px;
}
.home-slider .carousel-control-prev {
  left: 8px;
}

.carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border-radius: 3px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: 0;
  background: #2f55d4 !important;
  margin: auto 4px;
}
.carousel-indicators .active {
  background-color: #2f55d4 !important;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.bg-animation-left:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 70%;
  height: 100%;
  background: rgba(255, 255, 255, 0.85);
  clip-path: polygon(0 0, 90% 0, 70% 100%, 0% 100%);
}
@media (max-width: 767px) {
  .bg-animation-left:after {
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}
.bg-animation-left.dark-left:after {
  background: rgba(0, 0, 0, 0.6);
}
.bg-animation-left.crypto-home:after {
  background: #2f55d4;
  width: 80%;
  clip-path: polygon(0 0, 100% 0, 50% 100%, 0% 100%);
}
.bg-animation-left.task-management-home:after {
  background: url("../images/task/bg.png") #2f55d4;
  width: 100%;
  clip-path: circle(65% at 40% 25%);
}

.bg-invoice {
  padding: 100px 0;
  background-size: cover !important;
  -ms-flex-item-align: center;
      align-self: center;
  position: relative !important;
  background-position: center center;
}

.classic-app-image .bg-app-shape:after {
  bottom: 3rem;
  left: -8rem;
  width: 55rem;
  height: 35rem;
  border-radius: 20rem;
  -webkit-transform: rotate(120deg);
          transform: rotate(120deg);
  opacity: 0.9;
}
.classic-app-image .app-images {
  position: absolute;
  bottom: 60px;
  right: -20px;
}
.classic-app-image .app-images-bottom {
  position: absolute;
  bottom: 10px;
  right: 0px;
}
.classic-app-image .app-images-up {
  position: absolute;
  top: 10px;
  left: 0px;
}

.classic-app-image .bg-app-shape:after,
.classic-saas-image .bg-saas-shape:after,
.freelance-hero .bg-shape:after {
  content: " ";
  position: absolute;
  z-index: -1;
}

.classic-app-image .bg-app-shape:after,
.classic-saas-image .bg-saas-shape:after {
  -webkit-box-shadow: 0 0 40px rgba(47, 85, 212, 0.5);
          box-shadow: 0 0 40px rgba(47, 85, 212, 0.5);
  background-color: #2f55d4;
}

.shape-before .shape-img {
  position: absolute;
  top: -50px;
  left: -35px;
  z-index: -1;
  height: auto;
  overflow: hidden;
}

.swiper-slider-hero .swiper-slide .slide-inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.swiper-slider-hero .swiper-button-prev,
.swiper-slider-hero .swiper-button-next {
  background: transparent;
  width: 35px;
  height: 35px;
  line-height: 35px;
  margin-top: -30px;
}
.swiper-slider-hero .swiper-button-prev:before,
.swiper-slider-hero .swiper-button-next:before {
  font-family: "Material Design Icons";
  font-weight: 900;
  color: #ffffff;
}
.swiper-slider-hero .swiper-button-prev:hover,
.swiper-slider-hero .swiper-button-next:hover {
  background: #2f55d4;
  border-color: #2f55d4 !important;
}
.swiper-slider-hero .swiper-button-prev {
  left: 10px;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.swiper-slider-hero .swiper-button-prev:before {
  content: "\f0141";
}
.swiper-slider-hero .swiper-button-next {
  right: 10px;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.swiper-slider-hero .swiper-button-next:before {
  content: "\f0142";
}
.swiper-slider-hero .swiper-button-next:after,
.swiper-slider-hero .swiper-rtl .swiper-button-prev:after,
.swiper-slider-hero .swiper-button-prev:after,
.swiper-slider-hero .swiper-rtl .swiper-button-next:after {
  display: none;
}
.swiper-slider-hero .swiper-pagination-bullet {
  color: #f8f9fa;
  background: transparent;
}
.swiper-slider-hero .swiper-pagination-bullet-active {
  color: #ffffff;
}
.swiper-slider-hero .swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-slider-hero .swiper-pagination-custom,
.swiper-slider-hero .swiper-pagination-fraction {
  bottom: 45px;
}
.swiper-slider-hero .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 13px;
}

@media (min-width: 769px) {
  .bg-studio:after {
    content: "";
    position: absolute;
    right: 0px;
    top: 0px;
    width: 50%;
    height: 100%;
    background: #ffffff none repeat scroll 0 0;
    z-index: 2;
  }
}
@media (max-width: 767px) {
  .bg-home, .bg-half-120, .bg-half-170, .bg-half-260, .bg-marketing, .swiper-slider-hero .swiper-slide {
    padding: 150px 0;
    height: auto;
  }
}
.personal-hero:before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: -20rem;
  width: 50rem;
  height: 50rem;
  right: 150px;
  left: 0;
  margin: 0 auto;
  border-radius: 50%;
  background: #2f55d4;
}
@media (max-width: 576px) {
  .personal-hero:before {
    width: 30rem;
    height: 30rem;
    bottom: -10rem;
  }
}
.personal-hero .personal-overlay {
  visibility: hidden !important;
}
@media (max-width: 768px) {
  .personal-hero .personal-overlay {
    visibility: visible !important;
  }
  .personal-hero .title,
  .personal-hero .sub-title {
    color: #ffffff;
  }
  .personal-hero .para {
    color: rgba(255, 255, 255, 0.5);
  }
}

@media (min-width: 769px) {
  .personal-hero .personal-hero-para {
    position: absolute;
    top: 50%;
    backdrop-filter: blur(12px);
    background-color: rgba(248, 249, 250, 0.5);
    z-index: 1;
    padding: 24px;
  }
}
.bg-video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}
.bg-video-wrapper iframe {
  width: 100vw;
  height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  min-height: 100vh;
  min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.shape {
  position: absolute;
  pointer-events: none;
  right: 0;
  bottom: -2px;
  left: 0;
}
.shape > svg {
  -webkit-transform: scale(2);
          transform: scale(2);
  width: 100%;
  height: auto;
  -webkit-transform-origin: top center;
          transform-origin: top center;
}
.shape.integration-hero {
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  height: 250px;
  background: #fff;
}
@media (max-width: 768px) {
  .shape.integration-hero {
    height: 140px;
  }
}
@media (max-width: 425px) {
  .shape.integration-hero {
    height: 60px;
  }
}
@media (max-width: 425px) {
  .shape {
    bottom: -4px;
  }
}

/* Kenburn Effect */
.zoom-image {
  position: absolute;
  overflow: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.image-wrap {
  position: absolute;
  top: -350px;
  right: -100px;
  bottom: -350px;
  left: -100px;
  margin: auto;
  height: auto;
  min-height: 100%;
  width: auto;
  min-width: 100%;
  overflow: hidden;
  -webkit-animation: 100s ppb_kenburns linear infinite alternate;
          animation: 100s ppb_kenburns linear infinite alternate;
}

@-webkit-keyframes move {
  0% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
  }
}

@keyframes move {
  0% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
  }
}
@-webkit-keyframes ppb_kenburns {
  0% {
    -webkit-transform: scale(1.3) translate(-10%, 10%);
            transform: scale(1.3) translate(-10%, 10%);
  }
  25% {
    -webkit-transform: scale(1) translate(0, 0);
            transform: scale(1) translate(0, 0);
  }
  50% {
    -webkit-transform: scale(1.3) translate(10%, 10%);
            transform: scale(1.3) translate(10%, 10%);
  }
  75% {
    -webkit-transform: scale(1) translate(0, 0);
            transform: scale(1) translate(0, 0);
  }
  100% {
    -webkit-transform: scale(1.3) translate(-10%, 10%);
            transform: scale(1.3) translate(-10%, 10%);
  }
}
@keyframes ppb_kenburns {
  0% {
    -webkit-transform: scale(1.3) translate(-10%, 10%);
            transform: scale(1.3) translate(-10%, 10%);
  }
  25% {
    -webkit-transform: scale(1) translate(0, 0);
            transform: scale(1) translate(0, 0);
  }
  50% {
    -webkit-transform: scale(1.3) translate(10%, 10%);
            transform: scale(1.3) translate(10%, 10%);
  }
  75% {
    -webkit-transform: scale(1) translate(0, 0);
            transform: scale(1) translate(0, 0);
  }
  100% {
    -webkit-transform: scale(1.3) translate(-10%, 10%);
            transform: scale(1.3) translate(-10%, 10%);
  }
}
/*********************************/
/*         Pricing & Plans       */
/*===============================*/
.pricing.pricing-primary.business-rate:hover {
  border-color: #2f55d4 !important;
}
.pricing.pricing-primary.business-rate:hover .title {
  color: #2f55d4;
}
.pricing.pricing-primary.starter-plan {
  border-color: #2f55d4 !important;
}
.pricing.pricing-primary .name,
.pricing.pricing-primary .icon {
  color: #2f55d4;
}
.pricing.pricing-secondary.business-rate:hover {
  border-color: #6c757d !important;
}
.pricing.pricing-secondary.business-rate:hover .title {
  color: #6c757d;
}
.pricing.pricing-secondary.starter-plan {
  border-color: #6c757d !important;
}
.pricing.pricing-secondary .name,
.pricing.pricing-secondary .icon {
  color: #6c757d;
}
.pricing.pricing-success.business-rate:hover {
  border-color: #2eca8b !important;
}
.pricing.pricing-success.business-rate:hover .title {
  color: #2eca8b;
}
.pricing.pricing-success.starter-plan {
  border-color: #2eca8b !important;
}
.pricing.pricing-success .name,
.pricing.pricing-success .icon {
  color: #2eca8b;
}
.pricing.pricing-info.business-rate:hover {
  border-color: #17a2b8 !important;
}
.pricing.pricing-info.business-rate:hover .title {
  color: #17a2b8;
}
.pricing.pricing-info.starter-plan {
  border-color: #17a2b8 !important;
}
.pricing.pricing-info .name,
.pricing.pricing-info .icon {
  color: #17a2b8;
}
.pricing.pricing-warning.business-rate:hover {
  border-color: #f17425 !important;
}
.pricing.pricing-warning.business-rate:hover .title {
  color: #f17425;
}
.pricing.pricing-warning.starter-plan {
  border-color: #f17425 !important;
}
.pricing.pricing-warning .name,
.pricing.pricing-warning .icon {
  color: #f17425;
}
.pricing.pricing-danger.business-rate:hover {
  border-color: #e43f52 !important;
}
.pricing.pricing-danger.business-rate:hover .title {
  color: #e43f52;
}
.pricing.pricing-danger.starter-plan {
  border-color: #e43f52 !important;
}
.pricing.pricing-danger .name,
.pricing.pricing-danger .icon {
  color: #e43f52;
}
.pricing.pricing-light.business-rate:hover {
  border-color: #f8f9fa !important;
}
.pricing.pricing-light.business-rate:hover .title {
  color: #f8f9fa;
}
.pricing.pricing-light.starter-plan {
  border-color: #f8f9fa !important;
}
.pricing.pricing-light .name,
.pricing.pricing-light .icon {
  color: #f8f9fa;
}
.pricing.pricing-dark.business-rate:hover {
  border-color: #212529 !important;
}
.pricing.pricing-dark.business-rate:hover .title {
  color: #212529;
}
.pricing.pricing-dark.starter-plan {
  border-color: #212529 !important;
}
.pricing.pricing-dark .name,
.pricing.pricing-dark .icon {
  color: #212529;
}
.pricing.pricing-footer.business-rate:hover {
  border-color: #202942 !important;
}
.pricing.pricing-footer.business-rate:hover .title {
  color: #202942;
}
.pricing.pricing-footer.starter-plan {
  border-color: #202942 !important;
}
.pricing.pricing-footer .name,
.pricing.pricing-footer .icon {
  color: #202942;
}
.pricing.pricing-muted.business-rate:hover {
  border-color: #8492a6 !important;
}
.pricing.pricing-muted.business-rate:hover .title {
  color: #8492a6;
}
.pricing.pricing-muted.starter-plan {
  border-color: #8492a6 !important;
}
.pricing.pricing-muted .name,
.pricing.pricing-muted .icon {
  color: #8492a6;
}

.pricing {
  position: relative;
  z-index: 1;
  border-bottom: 3px solid #e9ecef !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.pricing .price {
  font-weight: 400;
}
.pricing.business-rate:hover {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
  z-index: 2;
  -webkit-box-shadow: 0 5px 13px rgba(60, 72, 88, 0.2) !important;
          box-shadow: 0 5px 13px rgba(60, 72, 88, 0.2) !important;
  background-color: #fff !important;
}
.pricing.starter-plan {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  z-index: 2;
}
@media (max-width: 767px) {
  .pricing.starter-plan {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.pricing.best-plan:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.ribbon.ribbon-primary span {
  background-color: #2f55d4 !important;
}
.ribbon.ribbon-primary span:before {
  border-left-color: rgb(35.6334661355, 67.1235059761, 172.3665338645);
  border-top-color: rgb(35.6334661355, 67.1235059761, 172.3665338645);
}
.ribbon.ribbon-primary span:after {
  border-right-color: rgb(35.6334661355, 67.1235059761, 172.3665338645);
  border-top-color: rgb(35.6334661355, 67.1235059761, 172.3665338645);
}
.ribbon.ribbon-secondary span {
  background-color: #6c757d !important;
}
.ribbon.ribbon-secondary span:before {
  border-left-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
  border-top-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
}
.ribbon.ribbon-secondary span:after {
  border-right-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
  border-top-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
}
.ribbon.ribbon-success span {
  background-color: #2eca8b !important;
}
.ribbon.ribbon-success span:before {
  border-left-color: rgb(36.5403225806, 160.4596774194, 110.4153225806);
  border-top-color: rgb(36.5403225806, 160.4596774194, 110.4153225806);
}
.ribbon.ribbon-success span:after {
  border-right-color: rgb(36.5403225806, 160.4596774194, 110.4153225806);
  border-top-color: rgb(36.5403225806, 160.4596774194, 110.4153225806);
}
.ribbon.ribbon-info span {
  background-color: #17a2b8 !important;
}
.ribbon.ribbon-info span:before {
  border-left-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
  border-top-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
}
.ribbon.ribbon-info span:after {
  border-right-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
  border-top-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
}
.ribbon.ribbon-warning span {
  background-color: #f17425 !important;
}
.ribbon.ribbon-warning span:before {
  border-left-color: rgb(213.3017241379, 90.9956896552, 13.6982758621);
  border-top-color: rgb(213.3017241379, 90.9956896552, 13.6982758621);
}
.ribbon.ribbon-warning span:after {
  border-right-color: rgb(213.3017241379, 90.9956896552, 13.6982758621);
  border-top-color: rgb(213.3017241379, 90.9956896552, 13.6982758621);
}
.ribbon.ribbon-danger span {
  background-color: #e43f52 !important;
}
.ribbon.ribbon-danger span:before {
  border-left-color: rgb(210.4109589041, 29.5890410959, 50.4109589041);
  border-top-color: rgb(210.4109589041, 29.5890410959, 50.4109589041);
}
.ribbon.ribbon-danger span:after {
  border-right-color: rgb(210.4109589041, 29.5890410959, 50.4109589041);
  border-top-color: rgb(210.4109589041, 29.5890410959, 50.4109589041);
}
.ribbon.ribbon-light span {
  background-color: #f8f9fa !important;
}
.ribbon.ribbon-light span:before {
  border-left-color: rgb(218.25, 223.5, 228.75);
  border-top-color: rgb(218.25, 223.5, 228.75);
}
.ribbon.ribbon-light span:after {
  border-right-color: rgb(218.25, 223.5, 228.75);
  border-top-color: rgb(218.25, 223.5, 228.75);
}
.ribbon.ribbon-dark span {
  background-color: #212529 !important;
}
.ribbon.ribbon-dark span:before {
  border-left-color: rgb(10.2567567568, 11.5, 12.7432432432);
  border-top-color: rgb(10.2567567568, 11.5, 12.7432432432);
}
.ribbon.ribbon-dark span:after {
  border-right-color: rgb(10.2567567568, 11.5, 12.7432432432);
  border-top-color: rgb(10.2567567568, 11.5, 12.7432432432);
}
.ribbon.ribbon-footer span {
  background-color: #202942 !important;
}
.ribbon.ribbon-footer span:before {
  border-left-color: rgb(15.3469387755, 19.6632653061, 31.6530612245);
  border-top-color: rgb(15.3469387755, 19.6632653061, 31.6530612245);
}
.ribbon.ribbon-footer span:after {
  border-right-color: rgb(15.3469387755, 19.6632653061, 31.6530612245);
  border-top-color: rgb(15.3469387755, 19.6632653061, 31.6530612245);
}
.ribbon.ribbon-muted span {
  background-color: #8492a6 !important;
}
.ribbon.ribbon-muted span:before {
  border-left-color: rgb(103.6933962264, 120.0047169811, 143.3066037736);
  border-top-color: rgb(103.6933962264, 120.0047169811, 143.3066037736);
}
.ribbon.ribbon-muted span:after {
  border-right-color: rgb(103.6933962264, 120.0047169811, 143.3066037736);
  border-top-color: rgb(103.6933962264, 120.0047169811, 143.3066037736);
}

.ribbon {
  position: absolute;
  top: -5px;
  width: 75px;
  height: 75px;
  z-index: 2;
}
.ribbon.ribbon-right {
  right: -5px;
}
.ribbon.ribbon-right span {
  right: -23px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.ribbon.ribbon-left {
  left: -5px;
}
.ribbon.ribbon-left span {
  left: -21px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.ribbon span {
  position: absolute;
  top: 18px;
  width: 100px;
  color: #ffffff;
}
.ribbon span:before, .ribbon span:after {
  content: "";
  position: absolute;
  top: 100%;
  z-index: -1;
  border: 3px solid transparent;
}
.ribbon span:before {
  left: 0;
}
.ribbon span:after {
  right: 0;
}

.invoice-top .logo-invoice {
  font-weight: 700;
  font-size: 27px;
  letter-spacing: 1px;
}

.crypto-chart {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  opacity: 0.1;
  z-index: 0;
}

.apexcharts-tooltip {
  background: #161c2d !important;
  color: #ffffff;
}

.switcher-pricing .toggle, .switcher-pricing .toggler {
  display: inline-block;
  vertical-align: middle;
}
.switcher-pricing .toggler {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-weight: bold;
}
.switcher-pricing .toggler--is-active {
  color: #2f55d4 !important;
}
.switcher-pricing .form-switch .form-check-input {
  width: 48px;
  height: 24px;
  margin-top: 0;
}

.hide {
  display: none;
}

/*********************************/
/*         Team members          */
/*===============================*/
.team.team-primary .name:hover {
  color: #2f55d4 !important;
}

.team.team-secondary .name:hover {
  color: #6c757d !important;
}

.team.team-success .name:hover {
  color: #2eca8b !important;
}

.team.team-info .name:hover {
  color: #17a2b8 !important;
}

.team.team-warning .name:hover {
  color: #f17425 !important;
}

.team.team-danger .name:hover {
  color: #e43f52 !important;
}

.team.team-light .name:hover {
  color: #f8f9fa !important;
}

.team.team-dark .name:hover {
  color: #212529 !important;
}

.team.team-footer .name:hover {
  color: #202942 !important;
}

.team.team-muted .name:hover {
  color: #8492a6 !important;
}

.team img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.team .team-icon {
  position: absolute;
  bottom: 50%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  right: 0;
  opacity: 0;
  left: 0;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.team:hover img {
  -webkit-box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
          box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
  opacity: 0.2;
}
.team:hover .overlay-team {
  opacity: 0.6;
}
.team:hover .team-icon {
  opacity: 1;
}

/*********************************/
/*         Testimonial           */
/*===============================*/
.client-testi {
  cursor: e-resize;
}
.client-testi .client-image {
  margin-right: 16px;
}
.client-testi .content:before {
  content: "";
  position: absolute;
  top: 30px;
  left: 0;
  margin-left: 13px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 8px solid #212529;
  border-color: transparent #fff #fff transparent;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-box-shadow: 2px 2px 2px -1px rgba(33, 37, 41, 0.15);
          box-shadow: 2px 2px 2px -1px rgba(33, 37, 41, 0.15);
}

.tns-nav {
  text-align: center;
  margin-top: 10px;
}
.tns-nav button {
  border-radius: 3px;
  background: rgba(47, 85, 212, 0.5) !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: none;
  margin: 0 5px;
  padding: 5px;
}
.tns-nav button.tns-nav-active {
  background: #2f55d4 !important;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.tns-controls button[data-controls=prev],
.tns-controls button[data-controls=next] {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 16px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #fff;
  color: #212529;
  border: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 1;
  -webkit-box-shadow: 0 10px 25px rgba(60, 72, 88, 0.15);
          box-shadow: 0 10px 25px rgba(60, 72, 88, 0.15);
}
.tns-controls button[data-controls=prev]:hover,
.tns-controls button[data-controls=next]:hover {
  background: #2f55d4;
  color: #ffffff;
}
.tns-controls button[data-controls=prev] {
  left: 0;
}
.tns-controls button[data-controls=next] {
  right: 0;
}

.slick-slider {
  overflow-x: hidden !important;
  cursor: pointer;
}

.tiny-timeline {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.tiny-timeline:before {
  content: "";
  position: absolute;
  width: 100%;
  top: 17px;
  left: 0;
  height: 2px;
  background: #2f55d4;
}
.tiny-timeline .item-box {
  margin: 70px 15px 20px;
}
.tiny-timeline .item-box:before, .tiny-timeline .item-box:after {
  content: "";
  position: absolute;
  left: 50%;
  background: #2f55d4;
}
.tiny-timeline .item-box:before {
  width: 2px;
  height: 46px;
  top: -46px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.tiny-timeline .item-box:after {
  width: 13px;
  height: 13px;
  top: -59px;
  border-radius: 3px;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}

/* RTL */
/*rtl:begin:ignore*/
html[dir=rtl] .swiper-slider-hero, html[dir=rtl] .tns-inner, html[dir=rtl] .tns-nav {
  direction: ltr !important;
}
html[dir=rtl] .tns-visually-hidden {
  left: 0 !important;
  visibility: hidden;
}

/*rtl:end:ignore*/
/*********************************/
/*         Authentications       */
/*===============================*/
.login-page {
  font-size: 15px;
}
.login-page .forgot-pass {
  z-index: 99;
  position: relative;
  font-size: 13px;
}

.cover-user .container-fluid {
  max-width: 100%;
}
@media (max-width: 768px) {
  .cover-user .container-fluid .padding-less {
    position: relative !important;
    height: 400px !important;
  }
}
.cover-user .container-fluid .padding-less.img {
  background: scroll center no-repeat;
  background-size: cover;
  position: absolute;
  height: 100%;
}
.cover-user .cover-user-img {
  height: 100vh;
}
@media (min-width: 1025px) {
  .cover-user .cover-user-img {
    padding: 0px 20%;
  }
}
@media (max-width: 768px) {
  .cover-user .cover-user-img {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: start !important;
    height: auto !important;
    padding: 30px;
  }
}
@media (max-width: 768px) {
  .cover-user .cover-user-content {
    text-align: left !important;
  }
  .cover-user .cover-my-30 {
    margin: 30px 0;
  }
}

.form-signin {
  width: 100%;
  max-width: 400px;
  margin: auto;
}

.bg-profile {
  padding: 100px 0;
  background-size: cover !important;
  -ms-flex-item-align: center;
      align-self: center;
  position: relative !important;
  background-position: center center;
}
.bg-profile .public-profile {
  top: 175px;
}

.chat .chat-list:hover, .chat .chat-list.active, .chat .chat-list:focus {
  background: #f8f9fa !important;
  -webkit-box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
          box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
}
.chat .chat-list .on-off,
.chat .chat-type .on-off {
  position: absolute;
  left: -1px;
  top: -1px;
  font-size: 12px !important;
}
.chat.chat-person .on-off {
  font-size: 10px;
}
.chat.chat-person .chat-msg {
  margin-left: 8px;
}
.chat.chat-person .chat-msg .msg {
  border: 1px solid #e9ecef;
}
.chat.chat-person .chat-msg .msg-time {
  font-size: 12px !important;
}
.chat.chat-person .chat-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: right;
}
.chat.chat-person .chat-right .chat-user-image {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.chat.chat-person .chat-right .chat-user-image .on-off {
  right: -1px;
}
.chat.chat-person .chat-right .chat-msg {
  margin-right: 8px;
  margin-left: 0;
}
.chat.chat-person .chat-right .chat-msg .msg {
  display: inline-block;
}
.chat.chat-person .chat-right .chat-msg .msg-time {
  display: block;
}

.simplebar-track.simplebar-vertical {
  width: 8px !important;
}
.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  width: 4px !important;
  background: #adb5bd !important;
}

.ck.ck-toolbar,
.ck.ck-editor__main > .ck-editor__editable:not(.ck-focused) {
  background: #ffffff !important;
  border: 1px solid #e9ecef !important;
}

.ck.ck-toolbar > .ck-toolbar__items > :not(.ck-toolbar__line-break), .ck.ck-toolbar > .ck.ck-toolbar__grouped-dropdown {
  color: #212529;
}

/*********************************/
/*         Works & Portfolios    */
/*===============================*/
.work-container.work-primary .title:hover {
  color: #2f55d4 !important;
}
.work-container.work-primary.work-modern .work-icon, .work-container.work-primary.work-creative .work-icon {
  color: #2f55d4 !important;
}
.work-container.work-primary.work-modern .work-icon:hover, .work-container.work-primary.work-creative .work-icon:hover {
  background: #2f55d4 !important;
}
.work-container.work-primary .btn {
  background-color: #2f55d4 !important;
  border: 1px solid #2f55d4 !important;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 5px 0 rgba(47, 85, 212, 0.1);
          box-shadow: 0 3px 5px 0 rgba(47, 85, 212, 0.1);
}
.work-container.work-primary .btn:hover, .work-container.work-primary .btn:focus, .work-container.work-primary .btn:active, .work-container.work-primary .btn.active, .work-container.work-primary .btn.focus {
  background-color: rgb(35.6334661355, 67.1235059761, 172.3665338645) !important;
  border-color: rgb(35.6334661355, 67.1235059761, 172.3665338645) !important;
  color: #ffffff !important;
}
.work-container.work-primary .bg {
  background-color: #2f55d4 !important;
}
.work-container.work-primary .link {
  color: #2f55d4 !important;
}

.work-container.work-secondary .title:hover {
  color: #6c757d !important;
}
.work-container.work-secondary.work-modern .work-icon, .work-container.work-secondary.work-creative .work-icon {
  color: #6c757d !important;
}
.work-container.work-secondary.work-modern .work-icon:hover, .work-container.work-secondary.work-creative .work-icon:hover {
  background: #6c757d !important;
}
.work-container.work-secondary .btn {
  background-color: #6c757d !important;
  border: 1px solid #6c757d !important;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 5px 0 rgba(108, 117, 125, 0.1);
          box-shadow: 0 3px 5px 0 rgba(108, 117, 125, 0.1);
}
.work-container.work-secondary .btn:hover, .work-container.work-secondary .btn:focus, .work-container.work-secondary .btn:active, .work-container.work-secondary .btn.active, .work-container.work-secondary .btn.focus {
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785) !important;
  border-color: rgb(84.3605150215, 91.3905579399, 97.6394849785) !important;
  color: #ffffff !important;
}
.work-container.work-secondary .bg {
  background-color: #6c757d !important;
}
.work-container.work-secondary .link {
  color: #6c757d !important;
}

.work-container.work-success .title:hover {
  color: #2eca8b !important;
}
.work-container.work-success.work-modern .work-icon, .work-container.work-success.work-creative .work-icon {
  color: #2eca8b !important;
}
.work-container.work-success.work-modern .work-icon:hover, .work-container.work-success.work-creative .work-icon:hover {
  background: #2eca8b !important;
}
.work-container.work-success .btn {
  background-color: #2eca8b !important;
  border: 1px solid #2eca8b !important;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 5px 0 rgba(46, 202, 139, 0.1);
          box-shadow: 0 3px 5px 0 rgba(46, 202, 139, 0.1);
}
.work-container.work-success .btn:hover, .work-container.work-success .btn:focus, .work-container.work-success .btn:active, .work-container.work-success .btn.active, .work-container.work-success .btn.focus {
  background-color: rgb(36.5403225806, 160.4596774194, 110.4153225806) !important;
  border-color: rgb(36.5403225806, 160.4596774194, 110.4153225806) !important;
  color: #ffffff !important;
}
.work-container.work-success .bg {
  background-color: #2eca8b !important;
}
.work-container.work-success .link {
  color: #2eca8b !important;
}

.work-container.work-info .title:hover {
  color: #17a2b8 !important;
}
.work-container.work-info.work-modern .work-icon, .work-container.work-info.work-creative .work-icon {
  color: #17a2b8 !important;
}
.work-container.work-info.work-modern .work-icon:hover, .work-container.work-info.work-creative .work-icon:hover {
  background: #17a2b8 !important;
}
.work-container.work-info .btn {
  background-color: #17a2b8 !important;
  border: 1px solid #17a2b8 !important;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 5px 0 rgba(23, 162, 184, 0.1);
          box-shadow: 0 3px 5px 0 rgba(23, 162, 184, 0.1);
}
.work-container.work-info .btn:hover, .work-container.work-info .btn:focus, .work-container.work-info .btn:active, .work-container.work-info .btn.active, .work-container.work-info .btn.focus {
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667) !important;
  border-color: rgb(17.3333333333, 122.0869565217, 138.6666666667) !important;
  color: #ffffff !important;
}
.work-container.work-info .bg {
  background-color: #17a2b8 !important;
}
.work-container.work-info .link {
  color: #17a2b8 !important;
}

.work-container.work-warning .title:hover {
  color: #f17425 !important;
}
.work-container.work-warning.work-modern .work-icon, .work-container.work-warning.work-creative .work-icon {
  color: #f17425 !important;
}
.work-container.work-warning.work-modern .work-icon:hover, .work-container.work-warning.work-creative .work-icon:hover {
  background: #f17425 !important;
}
.work-container.work-warning .btn {
  background-color: #f17425 !important;
  border: 1px solid #f17425 !important;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 5px 0 rgba(241, 116, 37, 0.1);
          box-shadow: 0 3px 5px 0 rgba(241, 116, 37, 0.1);
}
.work-container.work-warning .btn:hover, .work-container.work-warning .btn:focus, .work-container.work-warning .btn:active, .work-container.work-warning .btn.active, .work-container.work-warning .btn.focus {
  background-color: rgb(213.3017241379, 90.9956896552, 13.6982758621) !important;
  border-color: rgb(213.3017241379, 90.9956896552, 13.6982758621) !important;
  color: #ffffff !important;
}
.work-container.work-warning .bg {
  background-color: #f17425 !important;
}
.work-container.work-warning .link {
  color: #f17425 !important;
}

.work-container.work-danger .title:hover {
  color: #e43f52 !important;
}
.work-container.work-danger.work-modern .work-icon, .work-container.work-danger.work-creative .work-icon {
  color: #e43f52 !important;
}
.work-container.work-danger.work-modern .work-icon:hover, .work-container.work-danger.work-creative .work-icon:hover {
  background: #e43f52 !important;
}
.work-container.work-danger .btn {
  background-color: #e43f52 !important;
  border: 1px solid #e43f52 !important;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 5px 0 rgba(228, 63, 82, 0.1);
          box-shadow: 0 3px 5px 0 rgba(228, 63, 82, 0.1);
}
.work-container.work-danger .btn:hover, .work-container.work-danger .btn:focus, .work-container.work-danger .btn:active, .work-container.work-danger .btn.active, .work-container.work-danger .btn.focus {
  background-color: rgb(210.4109589041, 29.5890410959, 50.4109589041) !important;
  border-color: rgb(210.4109589041, 29.5890410959, 50.4109589041) !important;
  color: #ffffff !important;
}
.work-container.work-danger .bg {
  background-color: #e43f52 !important;
}
.work-container.work-danger .link {
  color: #e43f52 !important;
}

.work-container.work-light .title:hover {
  color: #f8f9fa !important;
}
.work-container.work-light.work-modern .work-icon, .work-container.work-light.work-creative .work-icon {
  color: #f8f9fa !important;
}
.work-container.work-light.work-modern .work-icon:hover, .work-container.work-light.work-creative .work-icon:hover {
  background: #f8f9fa !important;
}
.work-container.work-light .btn {
  background-color: #f8f9fa !important;
  border: 1px solid #f8f9fa !important;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 5px 0 rgba(248, 249, 250, 0.1);
          box-shadow: 0 3px 5px 0 rgba(248, 249, 250, 0.1);
}
.work-container.work-light .btn:hover, .work-container.work-light .btn:focus, .work-container.work-light .btn:active, .work-container.work-light .btn.active, .work-container.work-light .btn.focus {
  background-color: rgb(218.25, 223.5, 228.75) !important;
  border-color: rgb(218.25, 223.5, 228.75) !important;
  color: #ffffff !important;
}
.work-container.work-light .bg {
  background-color: #f8f9fa !important;
}
.work-container.work-light .link {
  color: #f8f9fa !important;
}

.work-container.work-dark .title:hover {
  color: #212529 !important;
}
.work-container.work-dark.work-modern .work-icon, .work-container.work-dark.work-creative .work-icon {
  color: #212529 !important;
}
.work-container.work-dark.work-modern .work-icon:hover, .work-container.work-dark.work-creative .work-icon:hover {
  background: #212529 !important;
}
.work-container.work-dark .btn {
  background-color: #212529 !important;
  border: 1px solid #212529 !important;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 5px 0 rgba(33, 37, 41, 0.1);
          box-shadow: 0 3px 5px 0 rgba(33, 37, 41, 0.1);
}
.work-container.work-dark .btn:hover, .work-container.work-dark .btn:focus, .work-container.work-dark .btn:active, .work-container.work-dark .btn.active, .work-container.work-dark .btn.focus {
  background-color: rgb(10.2567567568, 11.5, 12.7432432432) !important;
  border-color: rgb(10.2567567568, 11.5, 12.7432432432) !important;
  color: #ffffff !important;
}
.work-container.work-dark .bg {
  background-color: #212529 !important;
}
.work-container.work-dark .link {
  color: #212529 !important;
}

.work-container.work-footer .title:hover {
  color: #202942 !important;
}
.work-container.work-footer.work-modern .work-icon, .work-container.work-footer.work-creative .work-icon {
  color: #202942 !important;
}
.work-container.work-footer.work-modern .work-icon:hover, .work-container.work-footer.work-creative .work-icon:hover {
  background: #202942 !important;
}
.work-container.work-footer .btn {
  background-color: #202942 !important;
  border: 1px solid #202942 !important;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 5px 0 rgba(32, 41, 66, 0.1);
          box-shadow: 0 3px 5px 0 rgba(32, 41, 66, 0.1);
}
.work-container.work-footer .btn:hover, .work-container.work-footer .btn:focus, .work-container.work-footer .btn:active, .work-container.work-footer .btn.active, .work-container.work-footer .btn.focus {
  background-color: rgb(15.3469387755, 19.6632653061, 31.6530612245) !important;
  border-color: rgb(15.3469387755, 19.6632653061, 31.6530612245) !important;
  color: #ffffff !important;
}
.work-container.work-footer .bg {
  background-color: #202942 !important;
}
.work-container.work-footer .link {
  color: #202942 !important;
}

.work-container.work-muted .title:hover {
  color: #8492a6 !important;
}
.work-container.work-muted.work-modern .work-icon, .work-container.work-muted.work-creative .work-icon {
  color: #8492a6 !important;
}
.work-container.work-muted.work-modern .work-icon:hover, .work-container.work-muted.work-creative .work-icon:hover {
  background: #8492a6 !important;
}
.work-container.work-muted .btn {
  background-color: #8492a6 !important;
  border: 1px solid #8492a6 !important;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 5px 0 rgba(132, 146, 166, 0.1);
          box-shadow: 0 3px 5px 0 rgba(132, 146, 166, 0.1);
}
.work-container.work-muted .btn:hover, .work-container.work-muted .btn:focus, .work-container.work-muted .btn:active, .work-container.work-muted .btn.active, .work-container.work-muted .btn.focus {
  background-color: rgb(103.6933962264, 120.0047169811, 143.3066037736) !important;
  border-color: rgb(103.6933962264, 120.0047169811, 143.3066037736) !important;
  color: #ffffff !important;
}
.work-container.work-muted .bg {
  background-color: #8492a6 !important;
}
.work-container.work-muted .link {
  color: #8492a6 !important;
}

.work-container.work-classic .work-image {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.work-container.work-classic .work-image:hover {
  -webkit-box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
          box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
}
.work-container .overlay-work,
.work-container .overlay-grid {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.work-container .overlay-work {
  background-color: #3c4858;
}
.work-container .overlay-grid {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(25%, rgba(0, 0, 0, 0.25)), color-stop(50%, rgba(0, 0, 0, 0.5)), color-stop(75%, rgba(0, 0, 0, 0.75)), to(black));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 25%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.75) 75%, black 100%);
}
.work-container.work-classic .content .title, .work-container.work-grid .content .title, .work-container.work-modern .content .title {
  font-size: 18px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.work-container.work-classic .content .tag, .work-container.work-grid .content .tag, .work-container.work-modern .content .tag {
  font-size: 15px !important;
}
.work-container.work-modern img,
.work-container.work-modern .overlay-work,
.work-container.work-modern .content,
.work-container.work-modern .client,
.work-container.work-modern .read_more {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.work-container.work-modern .content,
.work-container.work-modern .client,
.work-container.work-modern .read_more {
  position: absolute;
}
.work-container.work-modern .overlay-work {
  opacity: 0;
}
.work-container.work-modern .content {
  z-index: 1;
  bottom: 5%;
  left: 5%;
}
.work-container.work-modern .icons {
  right: 0;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.work-container.work-modern .content,
.work-container.work-modern .client {
  opacity: 0;
}
.work-container.work-modern .client {
  color: #ffffff;
}
.work-container.work-modern .client,
.work-container.work-modern .read_more {
  z-index: 1;
  right: 5%;
  top: 5%;
}
.work-container.work-modern .read_more {
  height: 30px;
  width: 30px;
  line-height: 30px;
}
.work-container.work-modern:hover img {
  -webkit-transform: scale(1.1) rotate(3deg);
          transform: scale(1.1) rotate(3deg);
}
.work-container.work-modern:hover .overlay-work {
  opacity: 0.65;
}
.work-container.work-modern:hover .personal-port,
.work-container.work-modern:hover .content,
.work-container.work-modern:hover .client {
  opacity: 1;
}
.work-container.work-grid {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.work-container.work-grid img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.work-container.work-grid .content {
  background-color: #fff;
}
.work-container.work-grid:hover {
  -webkit-box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
          box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
}
.work-container.work-grid:hover img {
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
}
.work-container.work-grid .content, .work-container.work-creative .content {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  -webkit-transform: translateY(150px);
          transform: translateY(150px);
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 1;
}
.work-container.work-grid .content .title, .work-container.work-creative .content .title {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.work-container.work-grid:hover .content, .work-container.work-creative:hover .content {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.work-container.work-modern .icons, .work-container.work-creative .icons {
  position: absolute;
  z-index: 2;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.work-container.work-modern .icons .work-icon, .work-container.work-creative .icons .work-icon {
  height: 45px;
  width: 45px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.work-container.work-modern .icons .work-icon:hover, .work-container.work-creative .icons .work-icon:hover {
  color: #ffffff !important;
}
.work-container.work-modern:hover .icons, .work-container.work-creative:hover .icons {
  opacity: 1;
}
.work-container.work-creative .icons {
  top: 0;
  right: 0;
}
.work-container.work-creative .overlay-grid {
  -webkit-transform: translateY(500px);
          transform: translateY(500px);
}
.work-container.work-creative:hover .overlay-grid {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.work-details ul li b {
  max-width: 90px;
  width: 100%;
  display: inline-block;
}

.container-filter li {
  font-size: 13px;
  padding: 0px 15px;
  margin: 5px 3px;
  font-weight: 700;
  letter-spacing: 0.8px;
  cursor: pointer;
  line-height: 34px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.container-filter li.active, .container-filter li:hover {
  color: #2f55d4 !important;
  border-color: #2f55d4 !important;
}
.container-filter.filter-border li {
  color: #8492a6 !important;
  border-bottom: 2px solid transparent;
}
.container-filter.filter-border li.active, .container-filter.filter-border li:hover {
  color: #2f55d4 !important;
}

.spacing {
  padding: 7px;
}

/*********************************/
/*      Travel                   */
/*===============================*/
.popular-tour .content {
  position: absolute;
  bottom: 3%;
  left: 5%;
}
.popular-tour .overlay-work {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.popular-tour:hover .overlay-work {
  opacity: 0.6;
}

/*********************************/
/*         Events                */
/*===============================*/
.event-schedule.event-primary .date {
  color: #2f55d4 !important;
}
.event-schedule.event-primary .date .day {
  background: rgba(47, 85, 212, 0.1);
  -webkit-box-shadow: 0px 0px 2px 0.25px rgba(47, 85, 212, 0.5);
          box-shadow: 0px 0px 2px 0.25px rgba(47, 85, 212, 0.5);
}
.event-schedule.event-primary .content .title:hover {
  color: #2f55d4 !important;
}
.event-schedule.event-primary:hover {
  border-color: #2f55d4 !important;
}

.event-schedule.event-secondary .date {
  color: #6c757d !important;
}
.event-schedule.event-secondary .date .day {
  background: rgba(108, 117, 125, 0.1);
  -webkit-box-shadow: 0px 0px 2px 0.25px rgba(108, 117, 125, 0.5);
          box-shadow: 0px 0px 2px 0.25px rgba(108, 117, 125, 0.5);
}
.event-schedule.event-secondary .content .title:hover {
  color: #6c757d !important;
}
.event-schedule.event-secondary:hover {
  border-color: #6c757d !important;
}

.event-schedule.event-success .date {
  color: #2eca8b !important;
}
.event-schedule.event-success .date .day {
  background: rgba(46, 202, 139, 0.1);
  -webkit-box-shadow: 0px 0px 2px 0.25px rgba(46, 202, 139, 0.5);
          box-shadow: 0px 0px 2px 0.25px rgba(46, 202, 139, 0.5);
}
.event-schedule.event-success .content .title:hover {
  color: #2eca8b !important;
}
.event-schedule.event-success:hover {
  border-color: #2eca8b !important;
}

.event-schedule.event-info .date {
  color: #17a2b8 !important;
}
.event-schedule.event-info .date .day {
  background: rgba(23, 162, 184, 0.1);
  -webkit-box-shadow: 0px 0px 2px 0.25px rgba(23, 162, 184, 0.5);
          box-shadow: 0px 0px 2px 0.25px rgba(23, 162, 184, 0.5);
}
.event-schedule.event-info .content .title:hover {
  color: #17a2b8 !important;
}
.event-schedule.event-info:hover {
  border-color: #17a2b8 !important;
}

.event-schedule.event-warning .date {
  color: #f17425 !important;
}
.event-schedule.event-warning .date .day {
  background: rgba(241, 116, 37, 0.1);
  -webkit-box-shadow: 0px 0px 2px 0.25px rgba(241, 116, 37, 0.5);
          box-shadow: 0px 0px 2px 0.25px rgba(241, 116, 37, 0.5);
}
.event-schedule.event-warning .content .title:hover {
  color: #f17425 !important;
}
.event-schedule.event-warning:hover {
  border-color: #f17425 !important;
}

.event-schedule.event-danger .date {
  color: #e43f52 !important;
}
.event-schedule.event-danger .date .day {
  background: rgba(228, 63, 82, 0.1);
  -webkit-box-shadow: 0px 0px 2px 0.25px rgba(228, 63, 82, 0.5);
          box-shadow: 0px 0px 2px 0.25px rgba(228, 63, 82, 0.5);
}
.event-schedule.event-danger .content .title:hover {
  color: #e43f52 !important;
}
.event-schedule.event-danger:hover {
  border-color: #e43f52 !important;
}

.event-schedule.event-light .date {
  color: #f8f9fa !important;
}
.event-schedule.event-light .date .day {
  background: rgba(248, 249, 250, 0.1);
  -webkit-box-shadow: 0px 0px 2px 0.25px rgba(248, 249, 250, 0.5);
          box-shadow: 0px 0px 2px 0.25px rgba(248, 249, 250, 0.5);
}
.event-schedule.event-light .content .title:hover {
  color: #f8f9fa !important;
}
.event-schedule.event-light:hover {
  border-color: #f8f9fa !important;
}

.event-schedule.event-dark .date {
  color: #212529 !important;
}
.event-schedule.event-dark .date .day {
  background: rgba(33, 37, 41, 0.1);
  -webkit-box-shadow: 0px 0px 2px 0.25px rgba(33, 37, 41, 0.5);
          box-shadow: 0px 0px 2px 0.25px rgba(33, 37, 41, 0.5);
}
.event-schedule.event-dark .content .title:hover {
  color: #212529 !important;
}
.event-schedule.event-dark:hover {
  border-color: #212529 !important;
}

.event-schedule.event-footer .date {
  color: #202942 !important;
}
.event-schedule.event-footer .date .day {
  background: rgba(32, 41, 66, 0.1);
  -webkit-box-shadow: 0px 0px 2px 0.25px rgba(32, 41, 66, 0.5);
          box-shadow: 0px 0px 2px 0.25px rgba(32, 41, 66, 0.5);
}
.event-schedule.event-footer .content .title:hover {
  color: #202942 !important;
}
.event-schedule.event-footer:hover {
  border-color: #202942 !important;
}

.event-schedule.event-muted .date {
  color: #8492a6 !important;
}
.event-schedule.event-muted .date .day {
  background: rgba(132, 146, 166, 0.1);
  -webkit-box-shadow: 0px 0px 2px 0.25px rgba(132, 146, 166, 0.5);
          box-shadow: 0px 0px 2px 0.25px rgba(132, 146, 166, 0.5);
}
.event-schedule.event-muted .content .title:hover {
  color: #8492a6 !important;
}
.event-schedule.event-muted:hover {
  border-color: #8492a6 !important;
}

.event-schedule {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.event-schedule .date .day {
  font-size: 18px;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  line-height: 48px;
  border: 2px solid #e9ecef;
}
.event-schedule .date .month {
  font-size: 13px;
}
.event-schedule .content .title {
  font-size: 20px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.event-schedule .content .location-time {
  font-size: 14px;
}
.event-schedule:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
          box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
}

/*********************************/
/*         Shopping              */
/*===============================*/
.shop-features .category-title {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 20px;
  z-index: 1;
}

.shop-list .shop-image .overlay-work,
.shop-list .shop-image .shop-icons {
  position: absolute;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.shop-list .shop-image .overlay-work {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.shop-list .shop-image .overlay-work .out-stock {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.shop-list .shop-image .shop-icons {
  top: 15px;
  right: 15px;
  z-index: 2;
}
.shop-list .shop-image:hover .overlay-work,
.shop-list .shop-image:hover .shop-icons {
  opacity: 1;
}
.shop-list .content .product-name {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.shop-list .content .product-name:hover {
  color: #2f55d4 !important;
}
.shop-list .label {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 2;
}
.shop-list .qty-btn {
  pointer-events: none;
  width: 65px;
  padding-left: 15px;
}

/*********************************/
/*         Timeline              */
/*===============================*/
.main-icon {
  border: 2px solid #e9ecef;
  height: 40px;
  width: 40px;
  line-height: 0;
  text-align: center;
}
.main-icon .fea {
  height: 20px;
}
@media (min-width: 768px) {
  .main-icon {
    margin: 0 auto;
  }
}

.timeline-page:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 95%;
  margin: auto;
  width: 2px;
  background-color: #e9ecef !important;
}
.timeline-page .timeline-item .date-label-left, .timeline-page .timeline-item .duration-right {
  margin-right: 15px;
}
.timeline-page .timeline-item .date-label-left:after, .timeline-page .timeline-item .duration-right:after {
  content: "";
  position: absolute;
  top: 12px;
  width: 12px;
  height: 12px;
  z-index: 1;
  background-color: #2f55d4;
  border-radius: 4px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.timeline-page .timeline-item .date-label-left {
  float: right;
  margin-right: 15px;
}
.timeline-page .timeline-item .date-label-left:after {
  right: -34px;
}
.timeline-page .timeline-item .duration-right {
  float: left;
  margin-left: 15px;
}
.timeline-page .timeline-item .duration-right:after {
  left: -34px;
}
.timeline-page .timeline-item .event {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.timeline-page .timeline-item .event.event-description-right {
  margin-left: 15px;
}
.timeline-page .timeline-item .event.event-description-left {
  margin-right: 15px;
  text-align: right;
}

@media (max-width: 767px) {
  .timeline-page {
    margin-left: 18px;
  }
  .timeline-page:after {
    margin: 0;
  }
  .timeline-page .timeline-item .duration {
    float: left !important;
    margin: 0 0 30px 15px !important;
    text-align: left !important;
  }
  .timeline-page .timeline-item .duration:after {
    left: -21px !important;
  }
  .timeline-page .timeline-item .duration .event {
    text-align: left !important;
    margin-left: 15px;
  }
  .timeline-page .timeline-item .event-description-left {
    text-align: left !important;
    margin: 0 0 0 15px;
  }
}
/*********************************/
/*         Tobii Lightbox        */
/*===============================*/
.tobii > button.tobii__close svg,
.tobii > button.tobii__prev svg,
.tobii > button.tobii__next svg {
  height: 36px;
  width: auto;
}

.tobii__counter {
  font-size: 16px;
}

.tobii-zoom {
  display: block !important;
}

.tobii-zoom__icon {
  display: none;
}

#grid {
  padding: 0 !important;
}

.fw-medium {
  font-weight: 600;
}

.section {
  padding: 100px 0;
  position: relative;
}
@media (max-width: 768px) {
  .section {
    padding: 60px 0;
  }
}

.section-two {
  padding: 60px 0;
  position: relative;
}

.bg-overlay {
  background-color: rgba(60, 72, 88, 0.7);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.bg-overlay-white {
  background-color: rgba(255, 255, 255, 0.5);
}

.bg-gradient-primary {
  background: -webkit-gradient(linear, right top, left top, from(rgb(96.9879518072, 64.0963855422, 145.9036144578)), to(rgb(35.6334661355, 67.1235059761, 172.3665338645)));
  background: linear-gradient(to left, rgb(96.9879518072, 64.0963855422, 145.9036144578) 0%, rgb(35.6334661355, 67.1235059761, 172.3665338645) 100%);
}

.bg-linear-gradient {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(80%, rgba(0, 0, 0, 0.3)), to(black));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.3) 80%, black 100%);
}

.bg-linear-gradient-2 {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(75%, rgba(0, 0, 0, 0.7)), to(black));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.7) 75%, black 100%);
}

.bg-linear-gradient-3 {
  background: -webkit-gradient(linear, left top, right top, from(black), color-stop(25%, black), color-stop(50%, rgba(0, 0, 0, 0.5)), color-stop(75%, rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to right, black 0%, black 25%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.25) 75%, rgba(0, 0, 0, 0) 100%);
}

.bg-linear-gradient-4 {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(25%, rgba(0, 0, 0, 0.25)), color-stop(50%, rgba(0, 0, 0, 0.5)), color-stop(75%, rgba(0, 0, 0, 0.75)), to(black));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 25%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.75) 75%, black 100%);
}

.bg-linear-gradient-primary {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(47, 85, 212, 0)), color-stop(50%, rgba(47, 85, 212, 0.15)), to(rgba(47, 85, 212, 0.3)));
  background: linear-gradient(to top, rgba(47, 85, 212, 0) 0%, rgba(47, 85, 212, 0.15) 50%, rgba(47, 85, 212, 0.3) 100%);
}

.bg-gradient-overlay {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(25%, rgba(0, 0, 0, 0.3)), color-stop(50%, rgba(0, 0, 0, 0.6)), to(black));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 25%, rgba(0, 0, 0, 0.6) 50%, black 100%);
}

.bg-gradient-overlay-2 {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), color-stop(25%, rgba(0, 0, 0, 0.6)), color-stop(50%, rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.6) 25%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.8) 100%);
}

.bg-primary-gradient-overlay {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(47, 85, 212, 0)), color-stop(25%, rgba(47, 85, 212, 0.25)), color-stop(50%, rgba(47, 85, 212, 0.5)), color-stop(75%, rgba(47, 85, 212, 0.75)), to(#2f55d4));
  background: linear-gradient(to bottom, rgba(47, 85, 212, 0) 0%, rgba(47, 85, 212, 0.25) 25%, rgba(47, 85, 212, 0.5) 50%, rgba(47, 85, 212, 0.75) 75%, #2f55d4 100%);
}

.bg-gradient-white-overlay {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.5)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.5) 100%);
}

.title-heading {
  line-height: 26px;
}
.title-heading .heading {
  font-size: 45px !important;
  letter-spacing: 1px;
    color:#f18a3b
}
.title-heading .heading.heading-lg {
  font-size: 60px !important;
}
@media (max-width: 768px) {
  .title-heading .heading {
    font-size: 35px !important;
  }
}
.title-heading .para-desc {
  font-size: 18px;
}

.section-title .title {
  letter-spacing: 0.5px;
  font-size: 30px !important;
}
@media (max-width: 768px) {
  .section-title .title {
    font-size: 24px !important;
  }
}

.text-shadow-title {
  text-shadow: 2px 0 0 #ffffff, -2px 0 0 #ffffff, 0 4px 0 rgba(255, 255, 255, 0.4), 0 -2px 0 #ffffff, 1px 1px #ffffff, -1px -1px 0 #ffffff, 1px -1px 0 #ffffff, -1px 1px 0 #ffffff;
}

.para-desc {
  max-width: 600px;
}

.mt-100 {
  margin-top: 100px;
}

.text-slider {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.text-slider > ul {
  white-space: nowrap;
}
.text-slider .move-text {
  -webkit-animation: moveSlideshow 12s linear infinite;
          animation: moveSlideshow 12s linear infinite;
}

@-webkit-keyframes moveSlideshow {
  100% {
    -webkit-transform: translateX(-45%);
            transform: translateX(-45%);
  }
}

@keyframes moveSlideshow {
  100% {
    -webkit-transform: translateX(-45%);
            transform: translateX(-45%);
  }
}
.mover {
  -webkit-animation: mover 1s infinite alternate;
          animation: mover 1s infinite alternate;
}

@-webkit-keyframes mover {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}

@keyframes mover {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}
.mover-2 {
  -webkit-animation: movers 10s infinite alternate;
          animation: movers 10s infinite alternate;
}

@-webkit-keyframes movers {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(350px);
            transform: translateY(350px);
  }
}

@keyframes movers {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(350px);
            transform: translateY(350px);
  }
}
.mover-minus {
  -webkit-animation: mover3 1s infinite alternate;
          animation: mover3 1s infinite alternate;
}

@-webkit-keyframes mover3 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}

@keyframes mover3 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}
.zoom-in-out {
  -webkit-animation: zoom-in-zoom-out 3s ease-out infinite;
          animation: zoom-in-zoom-out 3s ease-out infinite;
}

@-webkit-keyframes zoom-in-zoom-out {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.5, 1.5);
            transform: scale(1.5, 1.5);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

@keyframes zoom-in-zoom-out {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.5, 1.5);
            transform: scale(1.5, 1.5);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
.feature-posts-placeholder {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  height: 66.6%;
}
@media (max-width: 425px) {
  .feature-posts-placeholder {
    height: 80%;
  }
}

.spin-anything {
  -webkit-animation: spinner-animation 5s linear infinite;
          animation: spinner-animation 5s linear infinite;
}

@-webkit-keyframes spinner-animation {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spinner-animation {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.seo-hero-widget {
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.seo-hero-widget:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  z-index: 9;
}

.home-wrapper:before {
  content: "";
  position: absolute;
  bottom: 40rem;
  right: 0rem;
  width: 90rem;
  height: 35rem;
  -webkit-transform: rotate(78.75deg);
          transform: rotate(78.75deg);
  background: -webkit-gradient(linear, left top, right top, from(rgba(47, 85, 212, 0.3)), to(transparent));
  background: linear-gradient(90deg, rgba(47, 85, 212, 0.3), transparent);
  z-index: 1;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .home-wrapper:before {
    right: -20rem;
  }
}
@media (min-width: 426px) and (max-width: 768px) {
  .home-wrapper:before {
    right: -15rem;
    width: 70rem;
    height: 25rem;
  }
}
@media (max-width: 425px) {
  .home-wrapper:before {
    right: -25rem;
  }
}

.cookie-popup {
  position: fixed;
  bottom: 12px;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 512px;
  z-index: 5;
}
.cookie-popup .cookie-popup-actions button {
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
  font-weight: 600;
  position: absolute;
  top: 5px;
  right: 5px;
}
@media (max-width: 425px) {
  .cookie-popup {
    left: 12px;
    right: 12px;
  }
}

.cookie-popup-not-accepted {
  display: block;
  -webkit-animation: cookie-popup-in 0.5s ease forwards;
          animation: cookie-popup-in 0.5s ease forwards;
}

.cookie-popup-accepted {
  display: none !important;
}

@-webkit-keyframes cookie-popup-in {
  from {
    bottom: -6.25rem;
  }
  to {
    bottom: 1.25rem;
  }
}

@keyframes cookie-popup-in {
  from {
    bottom: -6.25rem;
  }
  to {
    bottom: 1.25rem;
  }
}
.clip-text {
  font-size: 190px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.clip-text.clip-text-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1024px) {
  .clip-text {
    font-size: 180px;
  }
}
@media (max-width: 768px) {
  .clip-text {
    font-size: 135px;
  }
}
@media (max-width: 425px) {
  .clip-text {
    font-size: 50px;
  }
}

@media (min-width: 768px) {
  .margin-top-100 {
    margin-top: 100px;
  }
}
@media (max-width: 768px) {
  .mt-60 {
    margin-top: 60px;
  }
}
.background-effect .circles {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.background-effect .circles li {
  position: absolute;
  display: block;
  -webkit-animation: animate 25s linear infinite;
          animation: animate 25s linear infinite;
  bottom: -150px;
  background: rgba(47, 85, 212, 0.15);
}
.background-effect .circles li:nth-child(1), .background-effect .circles li:nth-child(2), .background-effect .circles li:nth-child(3), .background-effect .circles li:nth-child(4), .background-effect .circles li:nth-child(5), .background-effect .circles li:nth-child(6), .background-effect .circles li:nth-child(7), .background-effect .circles li:nth-child(8), .background-effect .circles li:nth-child(9), .background-effect .circles li:nth-child(10) {
  width: 24px;
  height: 24px;
}
.background-effect .circles li:nth-child(1) {
  left: 25%;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.background-effect .circles li:nth-child(2) {
  left: 10%;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-duration: 12s;
          animation-duration: 12s;
}
.background-effect .circles li:nth-child(3) {
  left: 70%;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.background-effect .circles li:nth-child(4) {
  left: 40%;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-duration: 18s;
          animation-duration: 18s;
}
.background-effect .circles li:nth-child(5) {
  left: 65%;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.background-effect .circles li:nth-child(6) {
  left: 75%;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.background-effect .circles li:nth-child(7) {
  left: 35%;
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
}
.background-effect .circles li:nth-child(8) {
  left: 50%;
  -webkit-animation-delay: 15s;
          animation-delay: 15s;
  -webkit-animation-duration: 45s;
          animation-duration: 45s;
}
.background-effect .circles li:nth-child(9) {
  left: 20%;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-duration: 35s;
          animation-duration: 35s;
}
.background-effect .circles li:nth-child(10) {
  left: 85%;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-duration: 11s;
          animation-duration: 11s;
}

@-webkit-keyframes animate {
  0% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
    opacity: 1;
    border-radius: 10px;
  }
  100% {
    -webkit-transform: translateY(-1000px) rotate(720deg);
            transform: translateY(-1000px) rotate(720deg);
    opacity: 0;
  }
}

@keyframes animate {
  0% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
    opacity: 1;
    border-radius: 10px;
  }
  100% {
    -webkit-transform: translateY(-1000px) rotate(720deg);
            transform: translateY(-1000px) rotate(720deg);
    opacity: 0;
  }
}
.fea {
  stroke-width: 1.8;
}
.fea.icon-sm {
  height: 16px;
  width: 16px;
}
.fea.icon-ex-md {
  height: 20px;
  min-width: 20px;
}
.fea.icon-m-md {
  height: 28px;
  width: 28px;
}
.fea.icon-md {
  height: 35px;
  width: 35px;
}
.fea.icon-lg {
  height: 42px;
  width: 42px;
}
.fea.icon-ex-lg {
  height: 52px;
  width: 52px;
}

[class^=uil-]:before,
[class*=" uil-"]:before {
  margin: 0;
}

.uim-svg {
  vertical-align: 0 !important;
}

.rounded {
  border-radius: 6px !important;
}

.rounded-top {
  border-top-left-radius: 6px !important;
  border-top-right-radius: 6px !important;
}

.rounded-left {
  border-top-left-radius: 6px !important;
  border-bottom-left-radius: 6px !important;
}

.rounded-bottom {
  border-bottom-left-radius: 6px !important;
  border-bottom-right-radius: 6px !important;
}

.rounded-right {
  border-top-right-radius: 6px !important;
  border-bottom-right-radius: 6px !important;
}

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

.rounded-lg {
  border-radius: 30px !important;
}

.border-primary {
  border-color: #2f55d4 !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #2eca8b !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #f17425 !important;
}

.border-danger {
  border-color: #e43f52 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #212529 !important;
}

.border-footer {
  border-color: #202942 !important;
}

.border-muted {
  border-color: #8492a6 !important;
}

.opacity-05 {
  opacity: 0.05;
}

.opacity-075 {
  opacity: 0.075;
}

.opacity-1 {
  opacity: 0.1;
}

.opacity-2 {
  opacity: 0.2;
}

.opacity-3 {
  opacity: 0.3;
}

.opacity-4 {
  opacity: 0.4;
}

.opacity-5 {
  opacity: 0.5;
}

.opacity-6 {
  opacity: 0.6;
}

.opacity-7 {
  opacity: 0.7;
}

.opacity-8 {
  opacity: 0.8;
}

.opacity-9 {
  opacity: 0.9;
}

.z-index-1 {
  z-index: 1;
}

.z-index-0 {
  z-index: 0;
}

.z-index-m-1 {
  z-index: -1;
}

.small, small {
  font-size: 90%;
}

.social-icon li a {
  color: #212529;
  border: 1px solid #212529;
  height: 32px;
  width: 32px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  overflow: hidden;
  position: relative;
}
.social-icon li a .fea-social {
  stroke-width: 2;
}
.social-icon li a:hover {
  background-color: #2f55d4;
  border-color: #2f55d4 !important;
  color: #fff !important;
}
.social-icon li a:hover .fea-social {
  fill: #2f55d4;
}
.social-icon.social li a {
  color: #adb5bd;
  border-color: #adb5bd;
}
.social-icon.foot-social-icon li a {
  color: #adb5bd;
  border-color: rgb(40.3265306122, 51.6683673469, 83.1734693878);
}

.back-to-top {
  position: fixed;
  z-index: 99;
  bottom: 30px;
  right: 30px;
  display: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  height: 36px;
  width: 36px;
  line-height: 33px;
  border-radius: 6px;
  text-align: center;
  background: #F18A3B;
  color: #fff !important;
}
.back-to-top .icons {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #fff !important;
}
.back-to-top:hover {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.back-to-top:hover .icons {
  -webkit-transform: rotate(-45deg) !important;
          transform: rotate(-45deg) !important;
  color: #fff !important;
}

.back-to-home {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 1;
}

.sticky-bar {
  position: sticky;
  top: 80px;
}

.position-middle-bottom {
  position: absolute;
  bottom: 15px;
  left: 12px;
  right: 12px;
  text-align: center;
}

.text-color-white {
  color: #fff !important;
}

.d-flex .flex-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.brand-gray img {
  -webkit-filter: grayscale(1);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.brand-gray img:hover {
  -webkit-filter: grayscale(0);
}

.about-left .img-one {
  max-width: 70%;
}
.about-left .img-two {
  position: absolute;
  right: 0;
  bottom: 5%;
  max-width: 250px;
}

.about-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.about-right .img-one {
  max-width: 70%;
}
.about-right .img-two {
  position: absolute;
  left: 0;
  bottom: 5%;
  max-width: 250px;
}

.switcher-btn {
  position: fixed;
  top: 200px;
  height: 41px;
  width: 40px;
  padding: 3px;
  border-radius: 0 30px 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.style-switcher .t-dark,
.style-switcher .t-rtl-light {
  display: inline-block;
}
.style-switcher .t-ltr-light,
.style-switcher .t-light,
.style-switcher .t-rtl-dark,
.style-switcher .t-ltr-dark {
  display: none;
}

[dir=rtl] .style-switcher .t-rtl-light {
  display: none;
}
[dir=rtl] .style-switcher .t-ltr-light {
  display: inline-block;
}

ul.pattern {
  overflow: hidden;
  border-radius: 0px;
  list-style: none;
}
ul.pattern li {
  float: left;
  margin: 2px;
}
ul.pattern li .color-list {
  display: block;
  height: 35px;
  width: 60px;
  margin: 5px;
}
ul.pattern .color1 {
  background-color: #2f55d4;
}
ul.pattern .color2 {
  background-color: #16a34a;
}
ul.pattern .color3 {
  background-color: #f7961c;
}

.mode-dark {
  display: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.mode-light {
  display: blog;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

body[data-layout-mode=dark] .mode-dark {
  display: inline-block;
}
body[data-layout-mode=dark] .mode-light {
  display: none;
}

/* SCHULATLAS */

/* ================================
   Schulatlas: Navbar Desktop Fix
   ================================ */
@media (min-width: 992px) {

  /* Menü nicht umbrechen + nicht zentrieren */
  #topnav .navigation-menu{
    justify-content: flex-start !important;
    flex-wrap: nowrap !important;
    gap: 6px;                 /* schöner Abstand statt "auseinandergezogen" */
  }

  /* LI-Abstände neutralisieren (falls irgendwo margins greifen) */
  #topnav .navigation-menu > li{
    margin: 0 !important;
    white-space: nowrap;
  }

  /* Links kompakter, damit alles in eine Zeile passt */
  #topnav .navigation-menu > li > a{
    padding: 0 7px !important;
    line-height: 68px;         /* ggf. an Headerhöhe anpassen */
    display: flex;
    align-items: center;
    gap: 2px;
  }

  /* Icon im Menü sauber inline */
  #topnav .navigation-menu .nav-icon{
    height: 22px;
    width: auto;
    display: inline-block;
    flex: 0 0 auto;
  }

  /* Navigation näher ans Logo (optional – wenn du’s enger willst) */
  #topnav #navigation{
    margin-left: 18px;
  }
}


/* Megamenü Grundlayout */
.navigation-menu .megamenu {
    display: flex;
    gap: 24px;
    padding: 20px;
    min-width: 720px;
}

/* Jede Spalte */
.navigation-menu .megamenu > li {
    flex: 1;
    min-width: 180px;
}

/* Spalten-Überschrift */
.megamenu-head {
    font-weight: 600;
    margin-bottom: 8px;
    white-space: nowrap;
}

/* Unterebene */
.submenu-level-2 {
    margin-top: 6px;
    margin-left: 12px;
    font-size: 0.9em;
}


/* 1) WICHTIG: DropdownicHtiG gegen Clipping (Landrick/Bootstrap Dropdowns) */
.navbar, .navigation-menu, .navigation-menu > li { overflow: visible !important; }
.navigation-menu .submenu { overflow: visible !important; }

/* 2) Mega Container */
.navigation-menu .submenu.megamenu.atlas-mega{
  display: grid;
  grid-template-columns: repeat(4, minmax(220px, 1fr));
  gap: 28px;
  padding: 18px 22px 22px;
  min-width: 980px;
  max-width: 1240px;

  /* modern card look */
  background: #fff;
  border: 1px solid rgba(15,23,42,.08);
  border-radius: 16px;
  box-shadow: 0 18px 60px rgba(15,23,42,.12);
}

/* 3) Header über alle Spalten */
.atlas-mega__header{
  grid-column: 1 / -1;
  list-style: none;
  margin: 0 0 6px 0;
  padding: 0;
}


.atlas-mega__icon{
  font-size: 22px;
  opacity: .9;
}

.atlas-mega__text{
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;

  /* kleiner als vorher + wrap */
  font-size: 16px;
  line-height: 1.2;

  /* NICHT abschneiden */
  white-space: normal;
  overflow: visible;
}

/* 4) Spalten */
.atlas-mega__col{
  list-style: none;
  margin: 0;
  padding: 0;
}

/* 5) Block / Section */
.atlas-mega__block{ }

.atlas-mega__h{
  font-weight: 750;     /* etwas weniger „brutal“ */
  font-size: 18px;      /* kleiner als in deinem Screenshot */
  line-height: 1.25;
  margin: 10px 0 10px;

  /* Wrap statt cut */
  white-space: normal;
  overflow-wrap: anywhere;
}

/* Trenner wie Vorlage, aber moderner */
.atlas-mega__rule{
  height: 2px;
  background: rgba(15,23,42,.75);
  margin: 14px 0;
  border-radius: 999px;
}

/* 6) Links/Liste */
.atlas-mega__list{
  margin: 0;
  padding-left: 18px;
}

.atlas-mega__list li{
  margin: 8px 0;
}

.atlas-mega__link{
  font-size: 14px;
  line-height: 1.35;
  font-weight: 600;
  color: rgba(15,23,42,.88);
  text-decoration: none;

  /* Wrap statt cut */
  white-space: normal;
  overflow-wrap: anywhere;
}

.atlas-mega__link:hover{
  text-decoration: underline;
}

.atlas-mega__list--inner{
  padding-left: 18px;
  margin-top: 8px;
}

.atlas-mega__link--small{
  font-size: 13px;
  font-weight: 550;
  opacity: .95;
}

/* 7) Accordion (Desktop) */
.atlas-acc{ display: grid; gap: 6px; }

.atlas-acc__item{
  border: 1px solid rgba(15,23,42,.08);
  border-radius: 12px;
  background: rgba(15,23,42,.02);
  padding: 6px 10px;
}

.atlas-acc__sum{
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 650;
  font-size: 13px;
  color: rgba(15,23,42,.86);

  /* Wrap */
  white-space: normal;
  overflow-wrap: anywhere;
}

.atlas-acc__sum::-webkit-details-marker{ display:none; }

.atlas-acc__sum::after{
  content: "▾";
  margin-left: auto;
  opacity: .6;
  transform: rotate(0deg);
  transition: transform .15s ease;
}

.atlas-acc__item[open] .atlas-acc__sum::after{
  transform: rotate(180deg);
}

.atlas-acc__singlelink{
  margin-top: 6px;
  padding-left: 2px;
}
/* =========================================================
   SCHULATLAS – MEGAMENÜ (2026-01, komplett neu / Landrick-kompatibel)
   Ziel:
   - Kapitel (Header) über alle Spalten (kein "eigene Spalte"-Bug)
   - Keine abgeschnittenen Bezeichnungen (kein nowrap/ellipsis/hidden)
   - Accordion clean (kein Background/Border), nur elegante Symbole
   - Konsistente Fontgrößen pro Level + saubere Paddings
   - Bottom-Akzentfarbe (full-bleed) über --mega-accent
   ========================================================= */

/* --- 1) Reset gegen Landrick-Megamenu Defaults (float/25%/nowrap) --- */
#topnav .navigation-menu > li .submenu.megamenu.atlas-mega{
  /* Full-bleed, aber Landrick-typische Card-Anmutung */
  width: 100vw !important;
  max-width: 100vw !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  margin-top: 0 !important;

  display: grid !important;
  grid-template-columns: repeat(4, minmax(240px, 1fr));
  gap: 26px;

  position: absolute;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: 18px;
  box-shadow: 0 18px 60px rgba(60,72,88,.18);

  padding: 18px 26px 28px !important;

  /* Wichtig: Menu selbst darf scrollen, ohne dass Labels abgeschnitten werden */
  max-height: calc(100vh - 160px);
  overflow-y: auto;
  overflow-x: visible;

  /* Accent via Inline Style: --mega-accent */
  --mega-accent: var(--mega-accent, #2f55d4);
}


.atlas-mega__title {
    font-size: 18px;
    display: table-cell;
    vertical-align: center;
    font-display: 900
}


.atlas-mega__title img {
    padding-right: 12px;
}

/* Landrick setzt oft float/width auf direkte LI-Kinder */
#topnav .navigation-menu > li .submenu.megamenu.atlas-mega > li{
  float: none !important;
  width: auto !important;
  max-width: none !important;
  overflow: visible !important;
}

/* Harte Anti-Cut-Overrides innerhalb des Megamenüs */
#topnav .navigation-menu > li .submenu.megamenu.atlas-mega,
#topnav .navigation-menu > li .submenu.megamenu.atlas-mega *{
  text-overflow: clip !important;
  overflow: visible !important;
  max-width: none !important;
}

#topnav .navigation-menu > li .submenu.megamenu.atlas-mega a,
#topnav .navigation-menu > li .submenu.megamenu.atlas-mega span,
#topnav .navigation-menu > li .submenu.megamenu.atlas-mega div,
#topnav .navigation-menu > li .submenu.megamenu.atlas-mega li{
  white-space: normal !important;
}

/* --- 2) Header "Kapitel ..." über alle Spalten --- */
#topnav .navigation-menu > li .submenu.megamenu.atlas-mega .atlas-mega__header{
  grid-column: 1 / -1 !important;
  list-style: none;
  margin: 0 0 6px 0;
  padding: 0;
}

#topnav .navigation-menu > li .submenu.megamenu.atlas-mega {
  display: flex;
  align-items: baseline;
  gap: 14px;
  padding: 2px 2px 6px;
}

/* "Kapitel" */
#topnav .navigation-menu > li .submenu.megamenu.atlas-mega .atlas-mega__kicker{
  font-size: 13px;
  font-weight: 600;
  color: rgba(60,72,88,.72);
  letter-spacing: .02em;
}

/* Kapiteltext */
#topnav .navigation-menu > li .submenu.megamenu.atlas-mega .atlas-mega__text{
  font-size: 20px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(15,23,42,.92);
  line-height: 1.15;
}

/* --- 3) Spalten-Container --- */
#topnav .navigation-menu > li .submenu.megamenu.atlas-mega .atlas-mega__col{
  list-style: none;
  margin: 0;
  padding: 0;
  min-width: 0;
}

#topnav .navigation-menu > li .submenu.megamenu.atlas-mega .atlas-mega__block{
  min-width: 0;
}

/* Divider zwischen Blocks */
#topnav .navigation-menu > li .submenu.megamenu.atlas-mega .atlas-mega__rule{
  height: 2px;
  background: rgba(15,23,42,.75);
  border-radius: 999px;
  margin: 14px 0 14px;
}

/* --- 4) Level-Definitionen: konsistente Typo pro Level --- */
/* Level 2: Section-Link (atlas-mega__hlink) */
#topnav .navigation-menu > li .submenu.megamenu.atlas-mega .atlas-mega__hlink{
  display: flex;
  align-items: baseline;
  gap: 10px;
  min-width: 0;

  font-size: 14px;            /* Level 2 Größe */
  font-weight: 900;
  letter-spacing: .10em;

  color: #343a40;
  text-decoration: none !important;

  padding: 8px 10px;
  border-radius: 12px;
}

#topnav .navigation-menu > li .submenu.megamenu.atlas-mega .atlas-mega__hlink:hover{
  background: rgba(47,85,212,.08);
  color: var(--mega-accent) !important;
}

/* Level-2 Hint "Öffnen" */
#topnav .navigation-menu > li .submenu.megamenu.atlas-mega .atlas-mega__hint{
  margin-left: auto;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .06em;
  color: rgba(60,72,88,.70);
  white-space: nowrap !important;
}

#topnav .navigation-menu > li .submenu.megamenu.atlas-mega .atlas-mega__hlink:hover .atlas-mega__hint{
  color: var(--mega-accent);
}

/* Level 3: Plain Links (atlas-plain) + Accordion Summary (atlas-acc__sum)
   -> bewusst exakt gleiche Font-Eigenschaften */
#topnav .navigation-menu > li .submenu.megamenu.atlas-mega .atlas-plain,
#topnav .navigation-menu > li .submenu.megamenu.atlas-mega .atlas-acc__sum{
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;

  font-size: 14px;            /* Level 3 Größe = konsistent */
  font-weight: 500;
  letter-spacing: .04em;

  color: #343a40 !important;
  text-decoration: none !important;
  line-height: 1.35;

  padding: 8px 10px;
  border-radius: 12px;
}

#topnav .navigation-menu > li .submenu.megamenu.atlas-mega .atlas-plain:hover,
#topnav .navigation-menu > li .submenu.megamenu.atlas-mega .atlas-acc__sum:hover{
  background: rgba(47,85,212,.08);
  color: var(--mega-accent) !important;
}

/* Plain-Link Bausteine */
#topnav .navigation-menu > li .submenu.megamenu.atlas-mega .atlas-plain__dot{
  width: 6px;
  height: 6px;
  border-radius: 99px;
  background: rgba(60,72,88,.55);
  flex: 0 0 auto;
  margin-top: 1px;
}

#topnav .navigation-menu > li .submenu.megamenu.atlas-mega .atlas-plain:hover .atlas-plain__dot{
  background: var(--mega-accent);
}

#topnav .navigation-menu > li .submenu.megamenu.atlas-mega .atlas-plain__text{
  min-width: 0;
  flex: 1 1 auto;
}

/* Arrow rechts */
#topnav .navigation-menu > li .submenu.megamenu.atlas-mega .atlas-plain__arrow{
  margin-left: auto;
  opacity: .55;
  flex: 0 0 auto;
}

#topnav .navigation-menu > li .submenu.megamenu.atlas-mega .atlas-plain:hover .atlas-plain__arrow{
  opacity: .85;
}

/* --- 5) Accordion: clean (ohne Hintergrund/Border), elegante Symbole --- */
#topnav .navigation-menu > li .submenu.megamenu.atlas-mega details.atlas-acc__item{
  border: 0 !important;
  background: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* Standard Marker entfernen */
#topnav .navigation-menu > li .submenu.megamenu.atlas-mega .atlas-acc__sum{
  cursor: pointer;
  list-style: none;
}
#topnav .navigation-menu > li .submenu.megamenu.atlas-mega .atlas-acc__sum::-webkit-details-marker{
  display: none;
}

/* Badge "+" links: klein, elegant */
#topnav .navigation-menu > li .submenu.megamenu.atlas-mega .atlas-acc__badge{
  width: 18px;
  height: 18px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;

  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  color: rgba(60,72,88,.78);
  background: rgba(60,72,88,.10);
  flex: 0 0 auto;
}

#topnav .navigation-menu > li .submenu.megamenu.atlas-mega details[open] .atlas-acc__badge{
  background: rgba(47,85,212,.14);
  color: var(--mega-accent);
}

/* Summary Text */
#topnav .navigation-menu > li .submenu.megamenu.atlas-mega .atlas-acc__sumtext{
  min-width: 0;
  flex: 1 1 auto;
}

/* Chevron rechts – nur als Icon (Span), keine extra Button-Optik */
#topnav .navigation-menu > li .submenu.megamenu.atlas-mega .atlas-acc__chev{
  margin-left: auto;
  width: 10px;
  height: 10px;
  border-right: 2px solid rgba(60,72,88,.60);
  border-bottom: 2px solid rgba(60,72,88,.60);
  transform: rotate(45deg);
  transition: transform .15s ease, border-color .15s ease, opacity .15s ease;
  opacity: .85;
  flex: 0 0 auto;
}

#topnav .navigation-menu > li .submenu.megamenu.atlas-mega .atlas-acc__sum:hover .atlas-acc__chev{
  border-color: var(--mega-accent);
  opacity: 1;
}

#topnav .navigation-menu > li .submenu.megamenu.atlas-mega details[open] .atlas-acc__chev{
  transform: rotate(-135deg);
}

/* Accordion Panel: Einrückung + Luft */
#topnav .navigation-menu > li .submenu.megamenu.atlas-mega .atlas-acc__panel{
  padding: 8px 0 2px 18px;
  display: grid;
  gap: 8px;
}

/* Meta-Link "Übersicht öffnen" (kleiner, ruhiger) */
#topnav .navigation-menu > li .submenu.megamenu.atlas-mega .atlas-mega__link--meta{
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: .06em !important;
  text-transform: uppercase !important;
  color: rgba(60,72,88,.78) !important;

  display: inline-flex;
  align-items: center;
  gap: 8px;

  padding: 6px 8px;
  border-radius: 10px;
  text-decoration: none !important;
}

#topnav .navigation-menu > li .submenu.megamenu.atlas-mega .atlas-mega__link--meta:hover{
  background: rgba(47,85,212,.08);
  color: var(--mega-accent) !important;
}

/* Inner List */
#topnav .navigation-menu > li .submenu.megamenu.atlas-mega .atlas-mega__list{
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 6px;
}

/* Level 4: inner links (atlas-mega__link--small) */
#topnav .navigation-menu > li .submenu.megamenu.atlas-mega .atlas-mega__link--small{
  font-size: 15px !important;     /* NICHT größer als Level 3 */
  font-weight: 500 !important;
  letter-spacing: .02em !important;
  text-transform: none !important; /* bessere Lesbarkeit in Tiefe */
  color: #343a40 !important;

  display: flex;
  align-items: center;
  gap: 8px;

  padding: 6px 8px;
  border-radius: 10px;
  text-decoration: none !important;
}

#topnav .navigation-menu > li .submenu.megamenu.atlas-mega .atlas-mega__link--small:hover{
  background: rgba(47,85,212,.08);
  color: var(--mega-accent) !important;
}

/* Subcontainer (für Plain-Links/Details) */
#topnav .navigation-menu > li .submenu.megamenu.atlas-mega .atlas-mega__sub{
  display: grid;
  gap: 6px;
  margin-top: 8px;
}

/* --- 6) Footer: Akzentbalken unten (FULL-BLEED) --- */
#topnav .navigation-menu > li .submenu.megamenu.atlas-mega .atlas-mega__footer{
  grid-column: 1 / -1 !important;
  list-style: none;
  margin: 18px 0 0 0;
  padding: 0;
  height: 0;
  position: relative;
}

/* Full-bleed Bar unabhängig von Menu-Padding/Radius */
#topnav .navigation-menu > li .submenu.megamenu.atlas-mega .atlas-mega__accent{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 8px;
  border-radius: 0;
  background: var(--mega-accent);
  opacity: .95;
  pointer-events: none;
}

/* --- 7) Responsive --- */
@media (max-width: 1240px){
  #topnav .navigation-menu > li .submenu.megamenu.atlas-mega{
    grid-template-columns: repeat(3, minmax(220px, 1fr));
    gap: 22px;
    padding: 16px 18px 26px !important;
  }
}
@media (max-width: 980px){
  #topnav .navigation-menu > li .submenu.megamenu.atlas-mega{
    grid-template-columns: repeat(2, minmax(220px, 1fr));
  }
}
@media (max-width: 740px){
  #topnav .navigation-menu > li .submenu.megamenu.atlas-mega{
    grid-template-columns: 1fr;
    border-radius: 14px;
    padding: 14px 14px 22px !important;
    max-height: calc(100vh - 120px);
  }
  #topnav .navigation-menu > li .submenu.megamenu.atlas-mega .atlas-mega__text{
    font-size: 18px;
  }
}


/* =========================================================
   FIX v2 – Dropdown wurde abgeschnitten (Overflow/Clipping)
   Ursache: Eltern-Container/Wrapper mit overflow:hidden bzw.
   transform/rounded card clippt absolute positioned Submenu.
   Lösung: Atlas-Megamenü als FIXED Layer + Scroll im Menü.
   ========================================================= */

/* Eltern dürfen nicht clippen */
header, .header, #topnav, #topnav .container, #topnav .container-fluid,
#topnav .navbar, nav, .navbar, .nav-wrapper, .container, .container-fluid{
  overflow: visible !important;
}

/* Sicherstellen, dass Dropdown über allem liegt */
#topnav{ z-index: 1050 !important; }
#topnav .navigation-menu{ position: relative; z-index: 1051 !important; }

/* Damit fixed nicht durch li-Positionen eingeschränkt wird */
#topnav .navigation-menu > li{ position: static !important; }

/* Atlas-Megamenü: fixed, full-bleed, nicht mehr von Wrappers abgeschnitten */
#topnav .navigation-menu > li .submenu.megamenu.atlas-mega{
  position: fixed !important;
  left: 0 !important;
  right: 0 !important;
  width: 100vw !important;
  max-width: 100vw !important;
  transform: none !important;
  margin: 0 !important;

  /* unterhalb der Topbar – bei Bedarf anpassen */
  top: var(--atlas-mega-top, 88px) !important;

  /* wenn viel Inhalt: innerhalb scrollen statt abschneiden */
  max-height: calc(100vh - var(--atlas-mega-top, 88px) - 16px) !important;
  overflow: auto !important;
  -webkit-overflow-scrolling: touch;
}

/* Optional: hübscher Scrollbar (neutral) */
#topnav .navigation-menu > li .submenu.megamenu.atlas-mega::-webkit-scrollbar{
  width: 10px;
}
#topnav .navigation-menu > li .submenu.megamenu.atlas-mega::-webkit-scrollbar-thumb{
  background: rgba(60,72,88,.22);
  border-radius: 999px;
  border: 3px solid rgba(255,255,255,.85);
}
#topnav .navigation-menu > li .submenu.megamenu.atlas-mega::-webkit-scrollbar-track{
  background: transparent;
}

/* Bottom-Bar bleibt full-bleed innerhalb fixed 100vw */
#topnav .navigation-menu > li .submenu.megamenu.atlas-mega::after{
  left: 12px !important;
  right: 12px !important;
}


/* Outer wrapper: 4:3 und darf overflow zeigen */
.atlas-card-mediaWrap{
  position: relative;
  aspect-ratio: 4 / 3;
}

/* Inner wrapper: rund + clipping fürs Bild */
.atlas-card-mediaInner{
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 2;              /* über dem Balken */
}

/* Bild füllt inner */
.atlas-card-img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Underlay: sitzt hinter dem Bild und "blitzt" unten raus */
.atlas-card-underlay{
  position: absolute;
  left: -16px;
  right: -16px;

  height: 90px;            /* dein Wunsch */
  background: #53C0D7;

  bottom: -17px;           /* wie viel sichtbar sein soll (Vorlage ~28-32px) */
  z-index: 1;

  /* keine Rundung wie Vorlage */
  border-radius: 0;
}

/* Bookmark über allem */
.atlas-card-bookmark{
  width: 44px;
  height: 44px;
  z-index: 3;
}
/* =========================================================
   SCHULATLAS – CARD v3 (Band wie vorlage1.png)
   - Band über volle Breite im Media-Bereich (innerhalb p-3)
   - Kein "linker Block" mehr: Band sitzt immer full-width unten
   - Bild bleibt inset + gerundet, Band sichtbar darunter
   Nutzung:
   <div class="atlas-card" style="--atlas-card-accent:#53C0D7">...</div>
   ========================================================= */

:root{
  --atlas-card-accent: #53C0D7;
  --atlas-card-band-h: 56px;
  --atlas-card-inset: 14px;
  --atlas-card-radius: 1.25rem; /* ~ rounded-4 */
}

/* Card hover optional (falls du es magst) */
.atlas-card{
  transition: transform .18s ease, box-shadow .18s ease;
}
.atlas-card:hover{
  transform: translateY(-2px);
  box-shadow: 0 14px 44px rgba(0,0,0,.16);
}

/* Media wrapper: definiert den "weißen Rahmen" um das Bild
   und reserviert Platz, damit der Band unten sichtbar bleibt */
.atlas-card .atlas-card-mediaWrap{
  position: relative;
  background: #fff;
  border-radius: var(--atlas-card-radius);
  padding: var(--atlas-card-inset);
  padding-bottom: calc(var(--atlas-card-inset) + var(--atlas-card-band-h));
  overflow: hidden; /* damit der Band sauber gerundet ist */
}

/* Der Band (Accent) – volle Breite, unten */
.atlas-card .atlas-card-band{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: var(--atlas-card-band-h);
  background: var(--atlas-card-accent);
  border-bottom-left-radius: var(--atlas-card-radius);
  border-bottom-right-radius: var(--atlas-card-radius);
  z-index: 1;
}

/* Bildbox: sitzt im Flow, hat eigenes Aspect-Ratio */
.atlas-card .atlas-card-mediaInner{
  position: relative;
  border-radius: calc(var(--atlas-card-radius) - 4px);
  overflow: hidden;
  aspect-ratio: 4 / 3;
  z-index: 2; /* über dem Band */
  background: #f7f7f7;
}

/* Bild */
.atlas-card .atlas-card-img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Bookmark über dem Bild */
.atlas-card .atlas-card-bookmark{
  width: 44px;
  height: 44px;
  z-index: 3;
}

/* Altlasten: falls irgendwo noch das alte Underlay-Div existiert */
.atlas-card-underlay{
  display: none !important;
}




/*CARD*/

.card_schulatlas {

  	width: 300px;

    height: 500px;

  	position: relative;

  	box-shadow: 0px 8px 35px rgba(0, 0, 0, 0.16);

  	border-radius: 10px;

  	background-color: #eff4f3;

  	border: 1px solid #e9ecef;

  	box-sizing: border-box;

  	overflow: hidden;

  	text-align: left;

  	font-size: 12px;

  	color: #28615e;

  	font-family: 'Source Sans 3';
    
    float: left;
    margin-left: 12px;
    margin-bottom: 40px;

}

.card_imagebox_schulatlas {

  	position: absolute;

  	width: 100%;

  	top: 15px;

  	right: 0px;

  	left: 0px;

  	height: 232px;

}

.card_balken_schulatlas {

  	position: absolute;

  	width: 100%;

  	top: 180px;

  	right: 0px;

  	left: 0px;


  	height: 52px;

}

.card_image_schulatalas {

  	position: absolute;

  	width: calc(100% - 27.1px);

  	top: 0px;

  	right: 13.05px;

  	left: 14.05px;

  	border-radius: 11px;

  	max-width: 100%;

  	overflow: hidden;

  	height: 218px;

  	object-fit: cover;

}

.card_image_schulatalas--placeholder {
	background-color: #f4f7f6;
	object-fit: cover;
	object-position: center center;
	padding: 0;
}

.card_body_schulatlas {

	position: absolute;

	top: 267px;
	left: 16px;
	right: 16px;
	bottom: 12px;

	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 6px;

	/* Fix: gleiche Card-Höhe, kein Überlappen – Content bleibt innerhalb */
	overflow: hidden;
	padding-right: 4px;

}

.card_bookmark_schulatlas {
    position: absolute;
    right: 24px;
    top: 4px;
    z-index: 10;
    width: 22px;
    height: 22px;
    transition: transform .16s ease, filter .16s ease, box-shadow .16s ease, opacity .16s ease;
    transform-origin: center;
}

.card_breadcrumb_schulatlas {
    font-size: 12px;
    color: #28615e;
}
.card_breadcrumb_schulatlas a {
    color: inherit;
    text-decoration: none;
}
.card_breadcrumb_schulatlas a:hover,
.card_breadcrumb_schulatlas a:focus {
    text-decoration: underline;
}

.card_titel_schulatlas {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    font-family: 'Source Sans 3';
    color: #133b39;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
    overflow: hidden;
}

.card_badge_schulatlas {
    position: relative;
    border-radius: 4px;
    background-color: #b6cccb;
    padding: 4px 8px;
    box-sizing: border-box;
    text-align: center;
    font-size: 10px;
    color: #fff;
}

.card_btn_schulatlas {
    margin-left: 24px;
    position: relative;
    border-radius: 6px;
    background-color: #fff;
    border: 1px solid #28615e;
    box-sizing: border-box;
    float: right;
    padding: 8px 12px;
    text-align: left;
    font-size: 14px;
    color: #28615e;
}

.card_btn_schulatlas:hover,
.card_btn_schulatlas:focus,
.card_btn_schulatlas:focus-visible {
    background-color: #fff;
    border-color: #28615e;
    color: #28615e;
    box-shadow: 0 6px 14px rgba(40, 97, 94, 0.14);
    transform: translateY(-1px);
}

.card_footer_schulatlas{
  width: 100%;
  margin-top: auto;
  padding-top: 6px !important;
}


.bereich_titel {
    position: relative;
    font-size: 40px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-family: 'Source Sans 3';
    color: #133b39;
    text-align: left;
    padding-bottom: 24px;
    padding-left: 58px;
}

.bereich_titel_icon {  
    color: #133b39;
    height: 38px;
    padding-right: 12px;
}

/* äußerer Bereich */
.row-horizontal-scroll {
    width: 100%;
    --bs-gutter-x: 0;
    margin-left: 0;
    margin-right: 0;
}

.row-horizontal-scroll > .col-12 {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding-left: 0;
    padding-right: 0;
}

.cards-scroll-toolbar {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin: 10px 0 0;
}

.cards-scroll-toolbar.is-hidden {
    display: none;
}

.cards-grid-wrap{
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.cards-grid-wrap .card_schulatlas{
    margin-left: 0;
    margin-bottom: 0;
}

/* eigentlicher Scroll-Container */
.cards-scroll {
    display: flex;
    flex-wrap: nowrap;        /* ❗ kein Umbruch */
    gap: 1.25rem;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 24px 0 16px;

    /* Smooth UX */
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    touch-action: pan-x pinch-zoom;
    scroll-snap-type: x proximity;
    scrollbar-width: thin;
    scrollbar-color: rgba(40, 97, 94, 0.42) rgba(19, 59, 57, 0.08);
}

.cards-scroll-nav {
    position: relative;
    width: 48px;
    height: 54px;
    border: 1px solid #28615e;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 10px 22px rgba(19, 59, 57, 0.10);
    color: #28615e;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    z-index: 4;
    transition: opacity .18s ease, transform .18s ease, background-color .18s ease, box-shadow .18s ease;
}

.cards-scroll-nav:hover,
.cards-scroll-nav:focus {
    background: #ffffff;
    box-shadow: 0 12px 24px rgba(19, 59, 57, 0.14);
    color: #28615e;
}

.cards-scroll-nav i {
    font-size: 24px;
    line-height: 1;
}

.cards-scroll-nav--prev {
}

.cards-scroll-nav--next {
}

.cards-scroll-nav.is-disabled {
    opacity: .32;
    pointer-events: none;
}

.cards-scroll-nav.is-hidden {
    opacity: 0;
    pointer-events: none;
}

/* einzelne Cards */
.card_schulatlas {
    flex: 0 0 auto;           /* ❗ niemals schrumpfen */
    scroll-snap-align: start;
    width: 320px;             /* fixe Card-Breite */
    height: 500px;
    box-shadow: var(--bs-box-shadow-sm);
}

/* optional: Scrollbar schöner machen */
.cards-scroll::-webkit-scrollbar {
    height: 10px;
}
.cards-scroll::-webkit-scrollbar-thumb {
    background: rgba(40, 97, 94, 0.42);
    border-radius: 999px;
    border: 2px solid rgba(244, 247, 246, 0.95);
}
.cards-scroll::-webkit-scrollbar-track {
    background: rgba(19, 59, 57, 0.08);
    border-radius: 999px;
}

.card_row_titel {
   
    position: relative;
    font-size: 24px;
    font-weight: 600;
    font-family: 'Source Sans 3';
    color: #133b39;
    text-align: left;
    display: inline-block;
}

.card_row_titel a,
.card_row_titel a:visited,
.card_row_titel a:hover,
.card_row_titel a:focus {
    color: inherit !important;
}

.card_sub_txt {
    position: relative;
    font-size: 12px;
    font-family: 'Source Sans 3';
    color: #28615e;
    text-align: left;
}

.btn_schulatlas {
    
    position: relative;
    border-radius: 6px;
    background-color: #fff;
    border: 1px solid #f5a362;
    box-sizing: border-box;
    padding: 8px 12px;
    text-align: left;
    font-size: 14px;
    color: #f18a3b
    
}


/* =========================================================
   Schulatlas – Card Image Slider + Admin UI (Dropzone)
   Fix: Upload-Overlay blockiert nicht mehr das Sliden/Dots.
   Pro Card nur 1 Copyright + Löschen (für aktives Bild).
   ========================================================= */

.card-image-slider{
  position:absolute;
  width: calc(100% - 27.1px);
  top: 0px;
  right: 13.05px;
  left: 14.05px;
  height: 218px;
  border-radius: 11px;
  overflow: hidden;
}

.card-image-slides{
  position: relative;
  width: 100%;
  height: 100%;
}

.card-image-slider .card-slide{
  position: absolute;
  inset: 0;
  width: calc(100% - 27.1px);
  height: 100%;
  object-fit: cover;
  display: none;
}

.card-image-slider .card-slide.is-active{
  display: block;
}

/* wichtig: bestehende card_image_schulatalas Definition überschreiben (sonst doppelte Offsets) */
.card-image-slider .card_image_schulatalas{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  left: 0 !important;
  right: 0 !important;
  top: 0 !important;
  border-radius: 0 !important;
}

/* Dots */
.card-image-dots{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  z-index: 6;
  pointer-events: auto;
}

.card-dot{
  width: 11px;
  height: 11px;
  border-radius: 999px;
  border: 0;
  background: rgba(255,255,255,.55);
  box-shadow: 0 2px 8px rgba(0,0,0,.25);
  cursor: pointer;
}

.card-dot.is-active{
  background: #fff;
}

/* Upload Button (Admin) */
.card-upload-toggle{
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 8;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.9);
  background: rgba(0,0,0,.28);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.card-upload-toggle:hover{
  background: rgba(0,0,0,.38);
}

.card-upload-plus{
  font-size: 22px;
  line-height: 1;
  margin-top: -2px;
}

/* Dropzone Overlay:
   - NICHT auf Hover anzeigen (sonst blockiert es Dots/Swipe)
   - nur wenn Admin aktiv "Upload" klickt oder während Drag&Drop (is-dragover)
*/
.card-image-dropzone-overlay{
  position: absolute;
  inset: 0;
  z-index: 7;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,.35);
  border: 2px dashed rgba(255,255,255,.85);
  opacity: 0;
  pointer-events: none;
  transition: opacity .16s ease;
}

.card-image-slider.is-upload-open .card-image-dropzone-overlay,
.card-image-slider.is-dragover .card-image-dropzone-overlay{
  opacity: 1;
  pointer-events: auto;
}

.card-image-dropzone-overlay .dz-message{
  margin: 0;
  color: #fff;
  text-align: center;
  padding: 14px 16px;
}

.card-image-dropzone-overlay .dz-icon{
  font-size: 28px;
  line-height: 1;
  margin-bottom: 8px;
}

.card-image-dropzone-overlay .dz-text small{
  opacity: .9;
}

/* Admin Panel unter Breadcrumb */
.card-image-admin-panel{
  width: 100%;
  margin: 6px 0 2px 0;
}

.card-image-admin-row{
  display: flex;
  align-items: center;
  gap: 10px;
}

.card-image-admin-row .card-image-copyright{
  flex: 1;
  min-width: 0;
}

.card-image-admin-hint{
  margin-top: 6px;
  font-size: 12px;
  opacity: .75;
}

/* kleinere Bootstrap-Spacings in der Card (damit alles in 500px Höhe passt) */
.card_body_schulatlas .mb-2{ margin-bottom: .35rem !important; }
.card_body_schulatlas .mb-3{ margin-bottom: .6rem !important; }


/* =========================================================
   Schulatlas – Admin Panel Look & Feel (Cards Images)
   ========================================================= */
.card-image-admin-panel{
  background: rgba(255,255,255,.82);
  border: 1px solid rgba(19,59,57,.10);
  border-radius: 10px;
  padding: 8px 10px;
  box-shadow: 0 6px 22px rgba(0,0,0,.10);
  backdrop-filter: blur(6px);
}

.card-image-admin-row{
  gap: 8px;
}

.card-image-admin-panel .form-control{
  background: rgba(255,255,255,.95);
  border: 1px solid rgba(19,59,57,.18);
  border-radius: 8px;
  font-size: 12px;
  padding: 6px 8px;
  height: auto;
}

.card-image-admin-panel .btn{
  border-radius: 8px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1;
}

/* Dropzone default styles zähmen (sonst min-height/spacing) */
.card-image-dropzone-overlay.dropzone{
  min-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

.card-image-dropzone-overlay .dz-preview{
  display:none !important;
}

/* Dots immer klickbar + nicer */
.card-dot{
  opacity: .8;
}
.card-dot:hover{
  opacity: 1;
  transform: scale(1.1);
}

/* optional: Body darf scrollen wenn wirklich viel Admin-Content */
.card_body_schulatlas{
  overflow: auto;
  scrollbar-width: thin;
}
.card_body_schulatlas::-webkit-scrollbar{ width: 8px; }
.card_body_schulatlas::-webkit-scrollbar-thumb{ background: rgba(0,0,0,.18); border-radius: 8px; }
.card_body_schulatlas::-webkit-scrollbar-track{ background: transparent; }

/* =========================================================
   Schulatlas – Global Typography & Layout Consolidation
   ========================================================= */
:root{
  --atlas-link-hover: #F18A3B;
}

a:not(.btn):not([class*="btn-"]):hover,
a:not(.btn):not([class*="btn-"]):focus{
  color: var(--atlas-link-hover) !important;
  text-decoration: none !important;
}

.schulatlas-topnav{
  background-color: #fff;
  padding-top: 6px;
  border-bottom: 1px solid rgba(108,117,125,.55);
}

#topnav.schulatlas-topnav .container{
  min-height: 82px;
}

#topnav.schulatlas-topnav .logo{
  line-height: 1;
  padding: 2px 0 0;
  margin-right: 26px;
}

#topnav.schulatlas-topnav .logo img{
  height: 66px;
  width: auto;
  display: block;
}

#topnav.schulatlas-topnav .navigation-menu > li > a{
  color: #6C757D !important;
  font-size: 14px !important;
  font-weight: 600;
  letter-spacing: .01em;
  text-transform: uppercase;
  padding: 10px 12px;
  line-height: 1.2;
  position: relative;
  transition: color .18s ease;
}

#topnav.schulatlas-topnav .navigation-menu > li.parent-parent-menu-item > a .topnav-main-link__inner{
  display: inline-flex;
  align-items: center;
  gap: 6px;
  position: relative;
}

#topnav.schulatlas-topnav .navigation-menu > li.parent-parent-menu-item > a .topnav-main-link__inner::after{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  height: 3px;
  border-radius: 999px;
  background: var(--menu-accent, #6C757D);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform .18s ease;
}

#topnav.schulatlas-topnav.scroll .navigation-menu > li > a,
#topnav.schulatlas-topnav.scroll-active .navigation-menu > li > a{
  padding-top: 10px;
  padding-bottom: 10px;
}

#topnav.schulatlas-topnav .navigation-menu > li.parent-parent-menu-item:hover > a,
#topnav.schulatlas-topnav .navigation-menu > li.parent-parent-menu-item.topnav-main-active > a{
  color: var(--menu-accent, #6C757D) !important;
}

#topnav.schulatlas-topnav .navigation-menu > li.parent-parent-menu-item:hover > a .topnav-main-link__inner::after,
#topnav.schulatlas-topnav .navigation-menu > li.parent-parent-menu-item.topnav-main-active > a .topnav-main-link__inner::after{
  transform: scaleX(1);
}

#topnav.schulatlas-topnav .navigation-menu .nav-icon{
  width: 16px;
  height: 16px;
  margin-right: 6px;
  vertical-align: -1px;
}

#topnav.schulatlas-topnav .navigation-menu > li > a .nav-icon{
  margin-right: 0;
}

#topnav.schulatlas-topnav .navigation-menu .nav-icon--menu{
  display: inline-block;
  flex: 0 0 16px;
  background-color: currentColor;
  -webkit-mask-image: var(--menu-icon-url);
  mask-image: var(--menu-icon-url);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.schulatlas-top-actions{
  margin-top: 0;
  margin-left: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.schulatlas-top-actions > li > a{
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #6C757D !important;
  font-size: 21px;
  border-radius: 0;
  background: transparent !important;
  position: relative;
}

.schulatlas-top-actions > li > a:hover{
  color: #6C757D !important;
  opacity: .8;
  background: transparent !important;
}

.schulatlas-top-actions > li > a.top-bookmark-link i.uil-bookmark-full{
  color: #F18A3B !important;
}

.top-bookmark-badge{
  min-width: 16px;
  height: 16px;
  border-radius: 999px;
  background: #F18A3B;
  color: #fff;
  font-size: 10px;
  line-height: 16px;
  font-weight: 700;
  text-align: center;
  padding: 0 4px;
  position: absolute;
  top: -6px;
  right: -8px;
}

.top-bookmark-badge.is-hidden{
  display: none;
}

.top-bookmark-badge.is-badge-pop{
  animation: atlasBadgePop .22s ease-out;
}

@keyframes atlasBadgePop{
  0%{ transform: scale(1); }
  45%{ transform: scale(1.22); }
  100%{ transform: scale(1); }
}

@media (min-width: 1200px){
  #topnav.schulatlas-topnav .container{
    display: flex;
    align-items: center;
  }

  #topnav.schulatlas-topnav #navigation{
    display: flex !important;
    align-items: center;
    flex: 1 1 auto;
    min-width: 0;
  }

  #topnav.schulatlas-topnav .navigation-menu{
    display: flex;
    align-items: center;
    gap: 0;
    margin: 0;
    flex: 1 1 auto;
    min-width: 0;
  }

  #topnav.schulatlas-topnav .buy-button{
    float: none;
    line-height: 1;
  }

  .schulatlas-top-actions{
    display: flex;
    align-items: center;
    margin-left: auto;
  }
}

@media (max-width: 1199px){
  #topnav.schulatlas-topnav{
    padding-top: 4px;
  }

  #topnav.schulatlas-topnav .container{
    min-height: 74px;
    position: relative;
  }

  #topnav.schulatlas-topnav .logo{
    margin-right: 0;
    padding-top: 3px;
  }

  #topnav.schulatlas-topnav .logo img{
    height: 58px;
  }

  #topnav.schulatlas-topnav .navbar-toggle{
    display: block;
  }

  #topnav.schulatlas-topnav #navigation{
    display: none !important;
  }

  #topnav.schulatlas-topnav #navigation.open{
    display: block !important;
  }

  #topnav.schulatlas-topnav .navigation-menu{
    display: block;
  }

  #topnav.schulatlas-topnav .buy-button.schulatlas-top-actions{
    display: flex;
    float: none;
    line-height: 1;
    margin: 0;
    gap: 6px;
    position: absolute;
    right: 52px;
    top: 50%;
    transform: translateY(-50%);
  }

  #topnav.schulatlas-topnav .buy-button.schulatlas-top-actions > li{
    line-height: 1;
  }

  #topnav.schulatlas-topnav .buy-button.schulatlas-top-actions > li > a{
    width: 22px;
    height: 22px;
    font-size: 19px;
  }
}

.schulatlas-index-hero{
  background: linear-gradient(180deg, #f4f7f6 0%, #edf3f1 100%);
}

.index-hero-shell{
  padding: 8px 0 0;
}

.index-hero-shell .row{
  --bs-gutter-x: 2.1rem;
}

.index-hero-content{
  padding-right: 0;
  height: 100%;
  position: relative;
  min-height: 320px;
  display: flex;
  align-items: flex-start;
}

.index-hero-textblock{
  margin-bottom: 0;
  max-width: none;
  position: absolute;
  inset: 0 0 auto 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .45s ease, transform .45s ease;
  transform: translateY(10px);
}

.index-hero-textblock.is-active{
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.index-hero-textblock .heading{
  margin-bottom: 9px !important;
  color: #ea8734;
  font-size: clamp(1.85rem, 2.45vw, 2.9rem);
  line-height: .98;
  letter-spacing: -0.02em;
  max-width: none;
}

.index-hero-textblock .para-desc{
  color: #768197 !important;
  font-size: clamp(1rem, 1.06vw, 1.12rem);
  line-height: 1.5;
  font-weight: 500;
  max-width: 50ch;
  letter-spacing: -0.008em;
}

.index-hero-stage{
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.index-hero-stage__main{
  position: relative;
  overflow: hidden;
  min-height: 480px;
  border-radius: 24px;
  background: #dfe8e5;
  box-shadow: 0 18px 38px rgba(19, 59, 57, .08);
}

.index-hero-stage__media{
  position: absolute;
  inset: 0;
}

.index-hero-preview-image{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0;
  transition: opacity .9s ease-in-out;
}

.index-hero-preview-image.is-active{
  opacity: 1;
}

.index-hero-stage__main::after{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(9, 21, 21, .04) 0%, rgba(9, 21, 21, .14) 55%, rgba(9, 21, 21, .38) 100%);
  pointer-events: none;
}

.index-hero-stage__overlay{
  position: absolute;
  inset: auto 0 0;
  z-index: 2;
  padding: 22px;
  color: #fff;
}

.index-hero-stage__kicker{
  display: inline-flex;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .16);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.index-hero-stage__title{
  margin: 10px 0 0;
  color: #fff;
  font-size: clamp(1.1rem, 2vw, 1.5rem);
  line-height: 1.2;
  font-weight: 700;
}

.schulatlas-full-width-img{
  width: 100%;
}

@media (max-width: 991.98px){
  .index-hero-shell{
    padding-top: 0;
  }

  .index-hero-content{
    padding-right: 0;
    min-height: 0;
    display: block;
    height: auto;
  }

  .index-hero-textblock{
    position: relative;
    inset: auto;
    opacity: 0;
    visibility: hidden;
    transform: none;
    display: none;
  }

  .index-hero-textblock.is-active{
    display: block;
    opacity: 1;
    visibility: visible;
    transform: none;
  }

  .index-hero-textblock .para-desc{
    max-width: none;
  }

  .index-hero-stage__main{
    min-height: 420px;
  }

  .index-hero-stage{
    height: auto;
    display: block;
  }
}

@media (max-width: 767.98px){
  .index-hero-textblock{
    margin-bottom: 0;
  }

  .index-hero-textblock .heading{
    margin-bottom: 7px !important;
    font-size: clamp(1.5rem, 7vw, 2.15rem);
    line-height: 1.02;
    max-width: none;
  }

  .index-hero-textblock .para-desc{
    font-size: .98rem;
    line-height: 1.44;
  }

  .index-hero-stage__main{
    min-height: 300px;
    border-radius: 20px;
  }

  .index-hero-stage__overlay{
    padding: 16px;
  }
}

.card-bookmark-clickable{
  cursor: pointer;
}

.card_bookmark_schulatlas.card-bookmark-clickable:hover{
  transform: translateY(-1px) scale(1.08);
  filter: drop-shadow(0 2px 6px rgba(241, 138, 59, .35));
}

.card_bookmark_schulatlas.card-bookmark-clickable:active{
  transform: translateY(0) scale(.96);
}

.card_bookmark_schulatlas.card-bookmark-clickable:focus-visible{
  outline: 2px solid #F18A3B;
  outline-offset: 3px;
  border-radius: 3px;
}

.card_bookmark_schulatlas.card-bookmark-clickable.is-bookmarked{
  filter: drop-shadow(0 2px 7px rgba(241, 138, 59, .42));
}

.thema-print-header,
.thema-print-impressum{
  display: none;
}

@media print {
  @page {
    margin: 12mm;
  }

  header#topnav,
  footer.footer,
  #back-to-top,
  .atlas-search-overlay,
  .thema-sidebar-actions,
  .thema-shop {
    display: none !important;
  }

  main {
    display: block !important;
  }

  .thema-page-section {
    padding: 0 !important;
    background: #fff !important;
  }

  .thema-page-section .container {
    max-width: none !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  .thema-page-section .row {
    display: block !important;
    margin: 0 !important;
  }

  .thema-page-section [class*="col-"] {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    padding: 0 !important;
  }

  .thema-print-header {
    display: flex !important;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 14mm;
    page-break-inside: avoid;
  }

  .thema-print-logo-wrap {
    display: flex;
    align-items: center;
  }

  .thema-print-logo {
    width: auto;
    height: 26mm;
    max-width: 70mm;
  }

  .thema-print-qr-wrap {
    text-align: right;
  }

  .thema-print-qr {
    width: 30mm;
    height: 30mm;
    display: inline-block;
  }

  .thema-print-qr-url {
    margin-top: 2mm;
    color: #133B39;
    font-size: 10pt;
    line-height: 1.2;
  }

  .thema-mainmenu-title {
    font-size: 18pt !important;
    letter-spacing: 1.6px !important;
  }

  .thema-title {
    font-size: 22pt !important;
    line-height: 1.2 !important;
  }

  .thema-mainmenu-icon,
  .thema-thumbs,
  .carousel-control-prev,
  .carousel-control-next {
    display: none !important;
  }

  .text-fliesstext,
  .text-fliesstext p {
    font-size: 11.5pt !important;
    line-height: 1.45 !important;
  }

  .text-fliesstext a {
    color: #133B39 !important;
    text-decoration: none !important;
  }

  .thema-print-impressum {
    display: block !important;
    margin-top: 14mm;
    padding-top: 4mm;
    border-top: 1px solid #d9e2e1;
    color: #133B39;
    font-size: 10.5pt;
    page-break-inside: avoid;
  }
}

.card-image-empty-hint{
  margin: 8px 0 10px;
}

.card-meta-row{
  font-size: 13px;
}

/* =========================================================
   Schulatlas – Mega Menu (atlas-template)
   ========================================================= */
#topnav .navigation-menu > li .submenu.megamenu.atlas-template{
  --mega-title-size: 38px;
  --mega-title-weight: 800;
  --mega-title-tracking: .09em;
  --mega-h5-size: 22px;
  --mega-h5-weight: 800;
  --mega-item-size: 17px;
  --mega-item-weight: 500;
  background: #ffffff;
  border-bottom: 14px solid var(--menu-accent, #53C0D7);
  border-radius: 0;
  width: min(1240px, calc(100vw - 44px)) !important;
  max-height: calc(100vh - 110px);
  overflow-y: auto;
  overflow-x: hidden;
  overscroll-behavior: contain;
  padding: 26px 38px 22px !important;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
}

#topnav .navigation-menu > li .submenu.megamenu.atlas-template > li{
  width: 100% !important;
  overflow: hidden;
  min-width: 0;
}

.atlas-template__header{
  grid-column: 1 / -1;
  margin-bottom: 8px;
}

.atlas-template__title{
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: "Source Sans Pro", "Nunito", sans-serif;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  font-weight: 700;
  color: #111B29;
  word-wrap: break-word;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.atlas-template__title .nav-icon{
  width: 24px;
  height: 24px;
  margin-right: 0;
}

.atlas-template__title .nav-icon--title{
  flex: 0 0 24px;
  filter: brightness(0) saturate(100%) invert(9%) sepia(17%) saturate(1315%) hue-rotate(179deg) brightness(96%) contrast(93%);
}

.atlas-template__col{
  display: grid;
  align-content: start;
  gap: 20px;
  min-width: 0;
}

.atlas-template__block{
  min-width: 0;
}

.atlas-template__rule{
  width: 100%;
  height: 0;
  border-top: 1px solid #000;
  opacity: 1;
}

.atlas-template__section{
  margin: 0 0 11px 0;
  font-family: "Source Sans Pro", "Nunito", sans-serif;
  font-size: 14px;
  line-height: 16px;
  font-weight: 900;
  color: #343A40;
  min-width: 0;
}

.atlas-template__section a{
  color: inherit !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  padding: 0 !important;
  min-height: 0 !important;
  white-space: normal !important;
  overflow-wrap: anywhere;
  word-break: break-word;
  hyphens: auto;
}

#topnav .navigation-menu > li .submenu.megamenu.atlas-template .atlas-template__section a:hover,
#topnav .navigation-menu > li .submenu.megamenu.atlas-template .atlas-template__section a:focus,
#topnav .navigation-menu > li .submenu.megamenu.atlas-template .atlas-template__section a:active{
  color: #F18A3B !important;
  text-decoration: none !important;
}

.atlas-template__list{
  margin: 0;
  padding-left: 0;
  list-style: none !important;
  min-width: 0;
}

.atlas-template__list li{
  margin-bottom: 9px;
  min-width: 0;
  display: block !important;
  position: relative;
  padding-left: 20px;
}

.atlas-template__list li::before{
  content: "•";
  position: absolute;
  left: 3px;
  top: 1px;
  color: #2f343a;
  font-size: 1.08em;
  line-height: 1.2;
}

.atlas-template__list a{
  color: #343a40 !important;
  font-family: "Source Sans Pro", "Nunito", sans-serif;
  text-transform: none !important;
  letter-spacing: 0 !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 16px !important;
  padding: 0 !important;
  display: inline !important;
  white-space: normal !important;
  overflow-wrap: anywhere;
  word-break: break-word;
  hyphens: auto;
}

#topnav .navigation-menu > li .submenu.megamenu.atlas-template .atlas-template__list a:hover,
#topnav .navigation-menu > li .submenu.megamenu.atlas-template .atlas-template__list a:focus,
#topnav .navigation-menu > li .submenu.megamenu.atlas-template .atlas-template__list a:active{
  color: #F18A3B !important;
  text-decoration: none !important;
}

/* =========================================================
   Schulatlas – Thema Detail
   ========================================================= */
.thema-mainline { margin-bottom: 10px; }
.thema-mainmenu-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #133B39;
  font-size: 40px;
  font-family: "Source Sans 3", "Source Sans Pro", sans-serif;
  font-weight: 700;
  letter-spacing: 4px;
  line-height: 1.15;
  text-transform: uppercase;
  margin: 0;
  word-wrap: break-word;
}
.thema-mainmenu-icon {
  width: 28px;
  height: 28px;
  filter: grayscale(1) brightness(.2);
  flex: 0 0 28px;
}
.thema-mainmenu-icon--geschichte {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
}
.thema-breadcrumb {
  color: #28615E;
  font-size: 16px;
  font-family: "Source Sans 3", "Source Sans Pro", sans-serif;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 12px;
  word-wrap: break-word;
  max-width: 100%;
}
.thema-breadcrumb a {
  color: inherit;
  text-decoration: none;
}
.thema-breadcrumb a:hover,
.thema-breadcrumb a:focus {
  text-decoration: underline;
}
.thema-kapitelnummer {
  color: #133B39;
  font-size: 16px;
  font-family: "Source Sans 3", "Source Sans Pro", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 8px;
  word-wrap: break-word;
}
.thema-title {
  color: #133B39;
  font-size: 40px;
  font-family: "Source Sans 3", "Source Sans Pro", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 18px !important;
  word-wrap: break-word;
}
.thema-sidebar-actions {
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  margin-bottom: 14px;
}
.thema-sidebar-sticky{
  position: sticky;
  top: 104px;
  max-height: calc(100vh - 120px);
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 6px;
  overscroll-behavior: contain;
  scrollbar-width: thin;
  scrollbar-color: rgba(40, 97, 94, 0.35) rgba(19, 59, 57, 0.08);
}
.thema-sidebar-sticky::-webkit-scrollbar{
  width: 8px;
}
.thema-sidebar-sticky::-webkit-scrollbar-thumb{
  background: rgba(40, 97, 94, 0.35);
  border-radius: 999px;
}
.thema-sidebar-sticky::-webkit-scrollbar-track{
  background: rgba(19, 59, 57, 0.08);
  border-radius: 999px;
}
.thema-sidebar-actions .btn {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #d8e2e1;
  color: #7a838f;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.thema-sidebar-actions .btn:hover {
  color: #133B39;
  border-color: #b8cbc9;
  background: #f5f9f9;
}

.thema-sidebar-actions .btn.is-bookmarked{
  color: #fff;
  border-color: #F18A3B;
  background: #F18A3B;
}

.thema-sidebar-actions .btn.is-bookmarked i.uil-bookmark-full{
  color: #fff !important;
}

.thema-sidebar-actions .btn.is-bookmark-anim{
  animation: atlasBookmarkPulse .28s ease-out;
}

@keyframes atlasBookmarkPulse{
  0%{ transform: scale(1); }
  40%{ transform: scale(1.12); }
  100%{ transform: scale(1); }
}

.bookmarks-page-section{
  background: #eff4f3;
  min-height: 65vh;
}

.bookmarks-page-head{
  margin-bottom: 24px;
  padding-left: calc(var(--bs-gutter-x, 1.5rem) * 0.5);
  padding-right: calc(var(--bs-gutter-x, 1.5rem) * 0.5);
}

.bookmarks-page-title{
  color: #133B39;
  font-size: clamp(30px, 4vw, 40px);
  font-family: "Source Sans 3", "Source Sans Pro", sans-serif;
  font-weight: 700;
  margin: 0 0 6px 0;
}

.bookmarks-page-subtitle{
  color: #28615E;
  font-size: 16px;
  margin: 0;
}

.bookmarks-card{
  border: 0;
  border-radius: 14px;
}

.bookmarks-list{
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.bookmarks-item{
  border: 1px solid #d7e3e1;
  border-radius: 10px;
  background: #fff;
  padding: 12px 14px;
}

.bookmarks-item a{
  color: #133B39 !important;
  text-decoration: none !important;
  display: block;
}

.bookmarks-item a:hover{
  color: #F18A3B !important;
}

.bookmarks-item__kapitel{
  color: #28615E;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 3px;
}

.bookmarks-item__title{
  color: #133B39;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 700;
}

.bookmarks-empty{
  border: 1px dashed #b9cfcc;
  border-radius: 10px;
  padding: 16px;
  color: #28615E;
  background: #f7fbfa;
}
.thema-sidebar-card {
  background: #EFF4F3;
  border: 0;
  border-radius: 0 0 10px 10px !important;
  box-shadow: none !important;
}
.thema-sidebar-card .card-body {
  padding: 16px !important;
  background: transparent;
}
.thema-sidebar-card .card-title {
  color: #133B39;
  font-size: 24px;
  font-family: "Source Sans 3", "Source Sans Pro", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 8px !important;
}
.thema-sidebar-list .d-flex {
  gap: 8px !important;
  margin-bottom: 8px !important;
  align-items: flex-start !important;
}
.thema-sidebar-list i {
  color: #133B39 !important;
  font-size: 18px;
  line-height: 28px;
  margin-top: 0 !important;
}
.thema-sidebar-list a,
.thema-sidebar-list .text-muted.small {
  color: #133B39 !important;
  font-size: 16px;
  font-family: "Source Sans 3", "Source Sans Pro", sans-serif;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}
.thema-sidebar-list a:hover {
  color: #133B39 !important;
  text-decoration: none !important;
  opacity: .85;
}
.thema-thumb { width: 120px; height: 78px; object-fit: cover; }
.thema-thumbs { display: flex; gap: 12px; overflow-x: auto; padding-bottom: 6px; }
.thema-shop{
  background: #ECA05F;
  border-radius: 12px !important;
}
.thema-shop .card-body{
  padding: 28px 26px !important;
}
.thema-shop__top{
  display: flex;
  align-items: center;
  gap: 18px;
}
.thema-shop__icon{
  flex: 0 0 92px;
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.thema-shop__icon i{
  font-size: 74px;
  line-height: 1;
}
.thema-shop__content{
  min-width: 0;
}
.thema-shop__title{
  margin: 0 0 8px;
  color: #fff;
  font-size: 24px;
  font-family: "Source Sans 3", "Source Sans Pro", sans-serif;
  font-weight: 800;
  line-height: 1.15;
}
.thema-shop__subtitle{
  color: #fff;
  font-size: 16px;
  font-family: "Source Sans 3", "Source Sans Pro", sans-serif;
  font-weight: 400;
  line-height: 1.35;
  margin-bottom: 6px;
}
.thema-shop__topic{
  color: #fff;
  font-size: 16px;
  font-family: "Source Sans 3", "Source Sans Pro", sans-serif;
  font-weight: 400;
  line-height: 1.35;
  word-break: break-word;
}
.thema-shop__actions{
  margin-top: 24px;
  padding-left: 110px;
}
.thema-shop__cta{
  display: flex;
  width: 100%;
  height: 30px;
  position: relative;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: 1px solid #f5a362;
  box-sizing: border-box;
  padding: 0 24px;
  text-align: left;
  border-radius: 6px;
  color: #343A40 !important;
  font-size: 16px;
  font-family: "Source Sans Pro", "Source Sans 3", sans-serif;
  font-weight: 400;
  line-height: 1;
  text-decoration: none !important;
}
.thema-shop__cta:hover,
.thema-shop__cta:focus{
  background-color: #fff;
  border-color: #f5a362;
  color: #343A40 !important;
}
.section-anchor { scroll-margin-top: 120px; }
.thema-tag{
  display: inline-flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
  padding: 8px 12px;
  margin-right: 4px;
  margin-bottom: 8px;
  background: #fff;
  border-radius: 6px;
  outline: 1px solid #28615E;
  outline-offset: -1px;
  color: #28615E;
  font-size: 14px;
  font-family: Inter, "Source Sans 3", "Source Sans Pro", sans-serif;
  font-weight: 600;
  line-height: 16px;
  word-wrap: break-word;
  text-decoration: none;
  transition: background-color .18s ease, color .18s ease, outline-color .18s ease;
}
.thema-tag:hover,
.thema-tag:focus{
  background: #f5f9f9;
  color: #133B39;
  outline-color: #133B39;
}

.thema-page-section{
  padding-top: 128px !important;
  padding-bottom: 28px !important;
}

.sitemap-page-section{
  padding-top: 132px !important;
  padding-bottom: 36px !important;
}

.sitemap-page-title{
  color: #133B39;
  font-size: 40px;
  font-family: "Source Sans 3", "Source Sans Pro", sans-serif;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.sitemap-page-subtitle{
  color: #28615E;
  font-size: 18px;
  font-family: "Source Sans 3", "Source Sans Pro", sans-serif;
  font-weight: 400;
}

.sitemap-card{
  background: #fff;
}

.sitemap-card-head{
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}

.sitemap-card-icon{
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}

.sitemap-card-title{
  margin: 0;
  color: #6C757D;
  font-size: 14px;
  font-family: "Source Sans 3", "Source Sans Pro", sans-serif;
  font-weight: 700;
  letter-spacing: .08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.sitemap-topic-list{
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.sitemap-topic-list li{
  margin-bottom: 8px;
}

.sitemap-topic-list .sitemap-topic-item{
  padding-left: calc(var(--sitemap-level, 0) * 14px);
}

.sitemap-topic-list .sitemap-topic-level-0 > a{
  font-weight: 600;
}

.sitemap-topic-list .sitemap-topic-break{
  margin-top: 14px;
}

.sitemap-topic-list a{
  color: #343A40 !important;
  font-size: 16px;
  font-family: "Source Sans 3", "Source Sans Pro", sans-serif;
  font-weight: 400;
  line-height: 1.35;
  text-decoration: none !important;
}

.sitemap-topic-list a:hover,
.sitemap-topic-list a:focus{
  color: #F18A3B !important;
}

.atlas-search-open{
  overflow: hidden;
}

.atlas-search-overlay{
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: none;
}

.atlas-search-overlay.is-open{
  display: block;
}

.atlas-search-overlay__backdrop{
  position: absolute;
  inset: 0;
  background: rgba(17, 27, 41, 0.62);
  backdrop-filter: blur(3px);
}

.atlas-search-overlay__panel{
  position: relative;
  max-width: 760px;
  margin: 110px auto 0;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 24px 64px rgba(17, 27, 41, 0.28);
  padding: 28px 28px 24px;
}

.atlas-search-overlay__close{
  position: absolute;
  top: 14px;
  right: 14px;
  width: 34px;
  height: 34px;
  border: 1px solid #d8e2e1;
  border-radius: 10px;
  background: #fff;
  color: #6C757D;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.atlas-search-overlay__label{
  color: #133B39;
  font-size: 18px;
  font-family: "Source Sans 3", "Source Sans Pro", sans-serif;
  font-weight: 700;
  margin-bottom: 14px;
}

.atlas-search-overlay__form{
  display: flex;
  gap: 10px;
}

.atlas-search-overlay__input{
  flex: 1 1 auto;
  height: 46px;
  border: 1px solid #d8e2e1;
  border-radius: 10px;
  padding: 0 14px;
  color: #133B39;
  font-size: 16px;
}

.atlas-search-overlay__submit{
  flex: 0 0 auto;
  height: 46px;
  border-radius: 6px;
  border: 1px solid #28615E;
  background: #fff;
  color: #28615E;
  padding: 0 14px;
  font-size: 14px;
  font-family: Inter, "Source Sans 3", "Source Sans Pro", sans-serif;
  font-weight: 600;
  line-height: 16px;
}
.atlas-search-overlay__submit:hover,
.atlas-search-overlay__submit:focus{
  background: #eff4f3;
  color: #28615E;
}

.search-page-section{
  padding-top: 132px !important;
  padding-bottom: 40px !important;
}

.search-page-title{
  color: #133B39;
  font-size: 34px;
  font-family: "Source Sans 3", "Source Sans Pro", sans-serif;
  font-weight: 700;
  margin-bottom: 6px;
}

.search-page-subtitle{
  color: #28615E;
  font-size: 16px;
}

.search-form{
  display: flex;
  gap: 10px;
}

.search-form__input{
  flex: 1;
  height: 44px;
  border: 1px solid #d8e2e1;
  border-radius: 10px;
  padding: 0 12px;
  font-size: 16px;
}

.search-form__btn{
  height: 44px;
  border-radius: 6px;
  border: 1px solid #28615E;
  background: #fff;
  color: #28615E;
  padding: 0 14px;
  font-size: 14px;
  font-family: Inter, "Source Sans 3", "Source Sans Pro", sans-serif;
  font-weight: 600;
  line-height: 16px;
}
.search-form__btn:hover,
.search-form__btn:focus{
  background: #eff4f3;
  color: #28615E;
}

.search-hit{
  border: 1px solid #e7efee;
  border-radius: 12px;
  padding: 16px 18px;
  background: #fff;
}

.search-hit__meta{
  color: #6C757D;
  font-size: 13px;
  margin-bottom: 4px;
}

.search-hit__badge-wrap{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  margin-bottom: 4px;
}

.search-hit__badge{
  display: inline-flex;
  align-items: center;
  border: 1px solid #28615E;
  border-radius: 999px;
  padding: 2px 8px;
  color: #28615E;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  background: #eff4f3;
}

.search-hit__taghint{
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  vertical-align: middle;
}

.search-hit__taghint-label{
  color: #6f7c7b;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
}

.search-hit__tag{
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 2px 8px;
  border-radius: 999px;
  background: #f5a362;
  border: 1px solid #f5a362;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
}

.search-hit__tag mark,
.search-hit__taghint-label mark{
  background: transparent;
  color: inherit;
  padding: 0;
}

.search-hit__kapitel{
  color: #28615E;
  font-size: 13px;
  font-weight: 700;
  margin-top: 3px;
  margin-bottom: 0;
}

.search-hit__title{
  margin: 0 0 6px;
  line-height: 1.15;
}

.search-hit__title a{
  color: #133B39 !important;
  font-size: 22px;
  font-weight: 700;
}

.search-hit__excerpt{
  color: #343A40;
  font-size: 15px;
  line-height: 1.5;
}

.search-hit__actions{
  margin-top: 10px;
}

.search-hit__action{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 6px;
  border: 1px solid #f5a362;
  background: #fff;
  color: #343A40 !important;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none !important;
  transition: background-color .18s ease, border-color .18s ease, color .18s ease;
}

.search-hit__action:hover,
.search-hit__action:focus{
  background: #fff7f0;
  border-color: #f09a52;
  color: #343A40 !important;
}

.search-hit mark{
  background: #FDE4CC;
  color: #133B39;
  padding: 0 .15em;
}

.search-filter-chips{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.search-chip{
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid #d8e2e1;
  border-radius: 999px;
  padding: 4px 10px;
  color: #28615E !important;
  font-size: 13px;
  font-weight: 600;
  background: #fff;
  text-decoration: none !important;
}

.search-chip span{
  color: #6C757D;
  font-weight: 700;
}

.search-chip.is-active{
  border-color: #28615E;
  background: #eff4f3;
}

/* =========================================================
   Schulatlas – Cards (Dropzone Variant in Frontend Include)
   ========================================================= */
.card-image-dropzone{
  position:absolute;
  inset:0;
  z-index:6;
  opacity:0;
  pointer-events:none;
}
.card-image-slider.is-dragover .card-image-dropzone{pointer-events:auto}
.card-image-slider.is-uploader-open .card-image-dropzone{opacity:0;pointer-events:none}
.card-image-dropzone-hint{
  position:absolute;
  inset:10px;
  z-index:6;
  border:2px dashed rgba(255,255,255,.85);
  border-radius:inherit;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  color:#fff;
  background:rgba(0,0,0,.28);
  opacity:0;
  pointer-events:none;
  transition:opacity .15s ease;
}
.card-image-slider.is-dragover .card-image-dropzone-hint{opacity:1}

@media (max-width: 1399px){
  #topnav .navigation-menu > li .submenu.megamenu.atlas-template{
    --mega-title-size: 32px;
    --mega-h5-size: 20px;
    --mega-item-size: 16px;
  }
}

@media (max-width: 1199px){
  #topnav .navigation-menu > li .submenu.megamenu.atlas-template{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }
  .thema-mainmenu-title{ font-size: 21px; }
  .thema-breadcrumb{ font-size: 15px; line-height: 24px; }
  .thema-kapitelnummer{ font-size: 15px; }
  .thema-title{ font-size: 34px; line-height: 1.2; }
  .sitemap-page-title{ font-size: 34px; }
}

@media (max-width: 991px){
  #topnav .navigation-menu > li.has-submenu.parent-parent-menu-item > a{
    display: none !important;
  }
  #topnav .navigation-menu > li .submenu.megamenu.atlas-template{
    width: 100% !important;
    max-height: none;
    overflow: visible;
    grid-template-columns: 1fr;
    padding: 10px 14px !important;
    border-bottom: 0;
    background: transparent;
  }
  .atlas-template__title{ font-size: 20px; }
  .atlas-template__section{ font-size: 14px; line-height: 16px; margin-bottom: 6px; }
  .atlas-template__list a{ font-size: 14px !important; line-height: 16px !important; font-weight: 400 !important; }

  .thema-mainmenu-title{ font-size: 18px; letter-spacing: .05em; }
  .thema-breadcrumb{ font-size: 14px; line-height: 22px; margin-bottom: 8px; }
  .thema-kapitelnummer{ font-size: 14px; margin-bottom: 6px; }
  .thema-title{ font-size: 28px; margin-bottom: 12px !important; line-height: 1.2; }
  .thema-mainmenu-icon{ width: 22px; height: 22px; flex-basis: 22px; }
  .thema-sidebar-sticky{
    position: static;
    max-height: none;
    overflow: visible;
    padding-right: 0;
  }
  .thema-sidebar-actions{ justify-content: flex-end; }
  .thema-sidebar-card .card-title{ font-size: 20px; }
  .thema-sidebar-list a,
  .thema-sidebar-list .text-muted.small{ font-size: 15px; line-height: 24px; }
  .thema-shop .card-body{ padding: 20px 18px !important; }
  .thema-shop__top{ gap: 12px; }
  .thema-shop__icon{ flex-basis: 56px; height: 56px; }
  .thema-shop__icon i{ font-size: 44px; }
  .thema-shop__title{ font-size: 22px; }
  .thema-shop__subtitle,
  .thema-shop__topic{ font-size: 15px; }
  .thema-shop__actions{ margin-top: 16px; padding-left: 0; }
  .thema-shop__cta{ height: 30px; font-size: 16px; border-radius: 6px; }
  .sitemap-page-section{ padding-top: 108px !important; padding-bottom: 24px !important; }
  .sitemap-page-title{ font-size: 28px; letter-spacing: .06em; }
  .sitemap-page-subtitle{ font-size: 16px; }
  .sitemap-topic-list a{ font-size: 15px; }
  .atlas-search-overlay__panel{
    margin: 86px 14px 0;
    padding: 22px 16px 16px;
  }
  .atlas-search-overlay__form{
    flex-direction: column;
  }
  .atlas-search-overlay__submit{
    width: 100%;
  }
  .search-page-section{ padding-top: 110px !important; }
  .search-page-title{ font-size: 28px; }
  .search-hit__title a{ font-size: 19px; }
  .thema-page-section{
    padding-top: 104px !important;
    padding-bottom: 20px !important;
  }

  .bereich_titel{
    font-size: 24px;
    letter-spacing: .05em;
    padding-left: 0;
    padding-bottom: 10px;
  }

  .card_row_titel{
    font-size: 20px;
    padding-left: 12px;
    line-height: 1.25;
  }

  .cards-scroll{
    gap: .75rem;
    padding: 12px 0 10px;
  }

  .cards-scroll-toolbar{
    justify-content: center;
    gap: 8px;
    margin-top: 8px;
  }

  .cards-scroll-nav{
    width: 42px;
    height: 48px;
  }

  .cards-scroll-nav i{
    font-size: 22px;
  }

  .card_schulatlas{
    width: 286px;
    height: 500px;
  }

  .card_imagebox_schulatlas{
    height: 206px;
  }

  .card_balken_schulatlas{
    top: 160px;
    height: 46px;
  }

  .card_body_schulatlas{
    top: 234px;
    left: 14px;
    right: 14px;
    bottom: 10px;
  }

  .card_titel_schulatlas{
    font-size: 18px;
    line-height: 22px;
  }

  .card_btn_schulatlas{
    padding: 7px 11px;
    font-size: 13px;
  }
}

@media (min-width: 577px) and (max-width: 991px){
  .bereich_titel{
    font-size: 40px;
    letter-spacing: 0.1em;
    padding-left: 58px;
    padding-bottom: 24px;
  }

  .card_row_titel{
    font-size: 24px;
    padding-left: 12px;
    line-height: normal;
  }

  .cards-scroll{
    gap: 1.25rem;
    padding: 24px 0 16px;
  }

  .cards-scroll-toolbar{
    justify-content: flex-end;
    gap: 10px;
    margin-top: 10px;
  }

  .cards-scroll-nav{
    width: 48px;
    height: 54px;
  }

  .cards-scroll-nav i{
    font-size: 24px;
  }

  .card_schulatlas{
    width: 320px;
    height: 500px;
  }

  .card_imagebox_schulatlas{
    height: 232px;
  }

  .card_balken_schulatlas{
    top: 180px;
    height: 52px;
  }

  .card_body_schulatlas{
    top: 267px;
    left: 16px;
    right: 16px;
    bottom: 12px;
  }

  .card_titel_schulatlas{
    font-size: 20px;
    line-height: 24px;
  }

  .card_btn_schulatlas{
    padding: 8px 14px;
    font-size: 14px;
  }
}

@media (max-width: 576px){
  .cards-scroll{
    gap: 1.25rem;
    padding: 24px 0 16px;
  }

  .cards-scroll-toolbar{
    justify-content: center;
    gap: 10px;
    margin-top: 10px;
  }

  .cards-scroll-nav{
    width: 48px;
    height: 54px;
  }

  .cards-scroll-nav i{
    font-size: 24px;
  }

  .card_schulatlas{
    width: 320px;
    height: 500px;
  }

  .card_imagebox_schulatlas{
    height: 232px;
  }

  .card_balken_schulatlas{
    top: 180px;
    height: 52px;
  }

  .card_body_schulatlas{
    top: 267px;
    left: 16px;
    right: 16px;
    bottom: 12px;
  }

  .card_titel_schulatlas{
    font-size: 20px;
    line-height: 24px;
  }

  .card_btn_schulatlas{
    padding: 8px 14px;
    font-size: 14px;
  }
}

/* ========================================================================
   Index Home 2026 Layout
   ======================================================================== */
.index-home-section{
  background:#f5f7f7;
  padding:54px 0 72px;
}

.index-home-header h2,
.index-themen-overview h3,
.index-bookmarks-block h3{
  font-size:15px;
  font-weight:700;
  color:#184a4a;
  margin:0 0 8px;
}

.index-home-header h2{
  font-size:20px;
}

.index-home-header h3{
  margin:0 0 8px;
  font-size:28px;
  font-weight:700;
  color:#184a4a;
}

.index-home-header p{
  max-width:760px;
  color:#6b7280;
  margin-bottom:26px;
}

.index-theme-card.card_schulatlas{
  float:none;
  width:100%;
  max-width:320px;
  height:500px;
  margin:0 auto;
}

.index-bookmarks-block{
  margin-top:44px;
  padding-top:34px;
  border-top:1px dashed #ccd2d8;
}

.index-bookmarks-cards{
  margin-top:8px;
}

.index-bookmarks-cards .index-theme-card.card_schulatlas{
  margin:0;
}

.index-themen-overview{
  margin-top:48px;
  padding-top:34px;
  border-top:1px dashed #ccd2d8;
}

.index-topic-pill{
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  text-align:center;
  min-height:96px;
  border-radius:10px;
  overflow:hidden;
  padding:16px;
  text-decoration:none;
  position:relative;
  background-size:cover;
  background-position:center;
  isolation:isolate;
}

.index-topic-pill::before{
  content:"";
  position:absolute;
  inset:0;
  background:rgba(10,35,35,.48);
  z-index:-1;
}

.index-topic-pill__title{
  color:#fff;
  font-weight:700;
  font-size:22px;
  line-height:1.2;
}

.index-topic-pill__count{
  margin-top:10px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:20px;
  padding:2px 8px;
  border-radius:9px;
  background:#fff;
  color:#28615e;
  font-size:17px;
  font-weight:400;
  line-height:1;
}

.index-facts-grid{
  margin-top:48px;
  padding-top:34px;
  border-top:1px dashed #ccd2d8;
  display:grid;
  gap:16px;
  grid-template-columns:repeat(4,minmax(0,1fr));
}

.index-fact-card{
  background:#efe3d3;
  border-radius:10px;
  padding:16px;
  min-height:148px;
}

.index-fact-card__num{
  color:#184a4a;
  font-size:46px;
  font-weight:700;
  line-height:1;
  margin-bottom:8px;
}

.index-fact-card p{
  margin:0;
  color:#5c6470;
  font-size:17px;
  line-height:1.45;
}

.index-fact-card--shop{
  background:#F18A3B;
  color:#fff;
  display:flex;
  flex-direction:column;
}

.index-fact-card__shop-icon{
  font-size:32px;
  line-height:1;
}

.index-fact-card__shop-title{
  margin-top:8px;
  font-size:24px;
  font-weight:700;
}

.index-fact-card__shop-link{
  margin-top:auto;
  display:inline-flex;
  height:32px;
  align-items:center;
  justify-content:center;
  background:#fff;
  border-radius:6px;
  color:#343a40;
  text-decoration:none;
  font-size:14px;
  padding:0 14px;
}

.index-touch-block{
  margin-top:48px;
  padding:26px;
  border-radius:12px;
  background:#efe3d3;
}

.index-touch-copy h3{
  margin:0 0 10px;
  font-size:46px;
  line-height:1.1;
  color:#184a4a;
}

.index-touch-copy p{
  color:#5f6772;
  margin-bottom:16px;
}

.index-touch-link{
  display:inline-flex;
  height:32px;
  align-items:center;
  justify-content:center;
  border:1px solid #f5a362;
  background:#fff;
  color:#343a40;
  text-decoration:none;
  border-radius:6px;
  padding:0 14px;
}

.index-touch-gallery{
  height:100%;
  display:grid;
  gap:20px;
  grid-template-columns:repeat(3,minmax(0,1fr));
}

.index-touch-gallery img{
  width:100%;
  height:100%;
  min-height:210px;
  object-fit:cover;
  border-radius:10px;
}

.index-partner-block{
  margin-top:48px;
  padding-top:30px;
  border-top:1px dashed #ccd2d8;
}

.index-partner-logo{
  display:flex;
  justify-content:center;
  align-items:center;
  height:92px;
  background:#f4f6f6;
  border-radius:8px;
  border:1px solid #e5e7eb;
  padding:12px;
}

.index-partner-logo img{
  max-width:100%;
  max-height:62px;
  width:auto;
  height:auto;
  object-fit:contain;
  filter: grayscale(100%);
  opacity:.92;
}

.projektteam-content{
  display:grid;
  gap:22px;
}

.projektteam-block{
  padding:22px 24px;
  background:linear-gradient(180deg,#faf8f4 0%,#f6f2eb 100%);
  border:1px solid #ece3d6;
  border-radius:16px;
  box-shadow:0 10px 24px rgba(24,74,74,.05);
}

.projektteam-block h3{
  margin:0 0 14px;
  color:#184a4a;
  font-size:24px;
  font-weight:700;
  line-height:1.15;
}

.projektteam-block ul{
  margin:0;
  padding-left:1.2rem;
}

.projektteam-block li{
  margin-bottom:14px;
  color:#4f5967;
  font-size:17px;
  line-height:1.6;
}

.projektteam-block li:last-child{
  margin-bottom:0;
}

.thema-page-section .text-fliesstext.content-page-copy a{
  color:#ea8734 !important;
  text-decoration:none !important;
  font-weight:600;
}

.thema-page-section .text-fliesstext.content-page-copy a:hover,
.thema-page-section .text-fliesstext.content-page-copy a:focus{
  color:#d87728 !important;
  text-decoration:underline !important;
  text-decoration-thickness:1px;
  text-underline-offset:2px;
}

@media (max-width: 1199.98px){
  .index-theme-card.card_schulatlas{ max-width:100%; }
  .index-topic-pill__title{ font-size:20px; }
  .index-facts-grid{ grid-template-columns:repeat(2,minmax(0,1fr)); }
}

@media (max-width: 991.98px){
  .index-home-header h2,
  .index-themen-overview h3,
  .index-bookmarks-block h3{ font-size:30px; }
  .index-home-header h3{ font-size:24px; }
  .index-touch-copy h3{ font-size:38px; }
  .index-touch-gallery{ grid-template-columns:repeat(2,minmax(0,1fr)); }
  .projektteam-block h3{ font-size:22px; }
}

@media (max-width: 767.98px){
  .index-home-section{ padding:38px 0 56px; }
  .index-theme-card.card_schulatlas{
    width:286px;
    height:470px;
  }
  .index-facts-grid{ grid-template-columns:1fr; }
  .index-touch-block{ padding:18px; }
  .index-touch-copy h3{ font-size:32px; }
  .index-touch-gallery{ grid-template-columns:1fr; }
  .index-touch-gallery img{ min-height:190px; }
  .projektteam-block{
    padding:18px;
    border-radius:12px;
  }
  .projektteam-block h3{ font-size:20px; }
  .projektteam-block li{
    font-size:16px;
    line-height:1.55;
  }
}
