body {
  font-family: "Bricolage Grotesque", sans-serif;
  overflow-x: hidden !important;
  font-size: 1rem;
  color: #212529;
  background-color: #ffffff;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: var(--bs-font-sans-serif);
  line-height: 1.4;
  font-weight: 600;
}

::selection {
  background: rgba(32, 33, 36, 0.9);
  color: #ffffff;
}

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

p {
  line-height: 1.6;
}

/*********************************/
/*         Menu                  */
/*===============================*/
/*body.admin-bar
{
  #topnav
  {
    top : 32px;

    @media (max-width : 991px)
    {
      top : 46px;
    }
  }
}

@media (max-width : 991px)
{
  html
  {
    body.admin-bar {
      top : 46px;
    }
  }
}*/
#topnav {
  position: relative;
  right: 0;
  left: 0;
  top: 0;
  z-index: 99998;
  background-color: transparent;
  border: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (min-width: 992px) {
  #topnav .container {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
#topnav .logo {
  float: left;
  color: #1B0F2E !important;
}
#topnav .logo .l-dark,
#topnav .logo .logo-dark-mode {
  display: none;
}
#topnav .logo .l-light,
#topnav .logo .logo-light-mode {
  display: inline-block;
}
@media (max-width: 991px) {
  #topnav .logo .l-light,
  #topnav .logo .logo-light-mode {
    height: 32px;
  }
}
#topnav .logo:focus {
  outline: none;
}
#topnav .menu-item-has-children > a:after {
  display: inline-block;
  content: "\eb3a";
  margin-left: 8px;
  font-family: "unicons-line";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 0.9;
  color: #a0a0a0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#topnav .menu-item-has-children.active a {
  color: #ffffff;
}
#topnav .menu-item-has-children.active .sub-menu li.active > a {
  color: #202124 !important;
}
#topnav .menu-item-has-children.active.active .menu-arrow {
  border-color: #202124;
}
#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 .menu-item-has-children {
  position: relative;
}
#topnav .menu-item-has-children .sub-menu {
  position: relative;
}
#topnav .menu-item-has-children .sub-menu .sub-menu-arrow {
  border: solid #1B0F2E;
  border-radius: 0.5px;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  position: absolute;
  right: 20px;
  top: 13px;
}
#topnav .menu-item-has-children .sub-menu .menu-item-has-children .sub-menu .menu-item-has-children:hover .sub-menu-arrow {
  border-color: #202124;
}
#topnav .menu-item-has-children .sub-menu .menu-item-has-children:hover > .sub-menu-arrow {
  border-color: #202124;
}
#topnav .navbar-toggle {
  border: 0;
  position: relative;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
#topnav .navbar-toggle .lines {
  width: 25px;
  display: block;
  position: relative;
  margin: 0;
  top: 22px;
  height: 18px;
}
#topnav .navbar-toggle span {
  height: 2px;
  width: 100%;
  background-color: #1B0F2E;
  display: block;
  margin-bottom: 5px;
  transition: transform 0.5s ease;
}
#topnav .navbar-toggle span:last-child {
  margin-bottom: 0;
}
#topnav .buy-button {
  float: right;
  line-height: inherit;
}
#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] {
  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;
  transform: rotate(45deg);
}
#topnav .navbar-toggle.open span:nth-child(2) {
  visibility: hidden;
}
#topnav .navbar-toggle.open span:last-child {
  width: 100%;
  top: 6px;
  transform: rotate(-45deg);
}
#topnav .navbar-toggle.open span:hover {
  background-color: #202124;
}
#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 svg {
  display: none;
}
#topnav .navigation-menu > li {
  float: left;
  display: block;
  position: relative;
  margin: 0 10px;
}
#topnav .navigation-menu > li:hover > a, #topnav .navigation-menu > li.active > a {
  color: #202124 !important;
}
#topnav .navigation-menu > li > a {
  display: block;
  color: #1B0F2E;
  font-size: 17px;
  background-color: transparent !important;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  text-transform: none;
  font-family: var(--bs-font-sans-serif);
  padding-left: 15px;
  padding-right: 15px;
}
#topnav .navigation-menu > li > a span {
  display: inline-block;
  position: relative;
  line-height: normal;
}
#topnav .navigation-menu > li > a span:after {
  content: "";
  height: 2px;
  width: 0;
  background-color: #00EAE7;
  position: absolute;
  bottom: -7px;
  left: 0;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#topnav .navigation-menu > li > a:hover span:after {
  opacity: 1;
  width: 100%;
}
#topnav .navigation-menu > li > a:hover {
  /*-webkit-transform: scale(1.02);
  transform: scale(1.02);*/
}
#topnav .navigation-menu > li > a:hover, #topnav .navigation-menu > li > a:active {
  color: #202124;
}
#topnav .navigation-menu > li > a .aj--lang-text {
  display: none !important;
}
#topnav .navigation-menu > li > a svg {
  display: inline-flex;
}
@media (max-width: 991px) {
  #topnav .navigation-menu > li > a .aj-lang-icon {
    width: auto;
    height: 18px;
    font-size: 0;
    line-height: 0;
  }
}
#topnav .navigation-menu > li > a:hover svg {
  /*transform : rotateX(180deg);*/
}
#topnav .navigation-menu > li .sub-menu.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 .menu-item-has-children .menu-arrow {
  border: solid #1B0F2E;
  border-radius: 0.5px;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  position: absolute;
  transition: all 0.5s;
  right: -1px;
  top: 30px;
}
#topnav .navigation-menu .menu-item-has-children:hover .menu-arrow {
  transform: rotate(225deg);
}
#topnav .menu-extras {
  float: right;
}
#topnav.scroll {
  background-color: #ffffff;
  border: none;
  box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
}
#topnav.scroll .navigation-menu > li > a {
  color: #1B0F2E;
}
#topnav.scroll .navigation-menu > li > .menu-arrow {
  border-color: #1B0F2E;
}
#topnav.scroll .navigation-menu > li:hover > a, #topnav.scroll .navigation-menu > li.active > a {
  color: #202124;
}
#topnav.scroll .navigation-menu > li:hover > .menu-arrow, #topnav.scroll .navigation-menu > li.active > .menu-arrow {
  border-color: #202124;
}
#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 {
  position: fixed;
  background: rgba(255, 255, 255, 0.8);
  border: solid 1px rgba(220, 223, 229, 0.6);
  backdrop-filter: saturate(160%) blur(12px);
  -webkit-backdrop-filter: saturate(160%) blur(12px);
  z-index: 999999;
}
#topnav.nav-sticky .navigation-menu.nav-light > li > a {
  color: #1B0F2E;
}
#topnav.nav-sticky .navigation-menu.nav-light > li.active > a {
  color: #202124 !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: #202124 !important;
}
#topnav.nav-sticky .navigation-menu.nav-light > li:hover > a, #topnav.nav-sticky .navigation-menu.nav-light > li.active > a {
  color: #202124 !important;
}
#topnav.nav-sticky .navigation-menu.nav-light .menu-item-has-children .menu-arrow {
  border-color: #1B0F2E;
}
#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;
  letter-spacing: 0;
  line-height: 62px;
}

@media (min-width: 1025px) {
  #topnav .navigation-menu > li .sub-menu.megamenu {
    width: 1116px !important;
  }
}
@media screen and (max-width: 1024px) and (min-width: 992px) {
  #topnav .navigation-menu > li .sub-menu.megamenu {
    width: 936px !important;
  }
}
.aj-lang-menu-container .navigation-menu > li .sub-menu {
  position: absolute !important;
  top: 100%;
  left: unset;
  right: 0;
  z-index: 1000;
  padding: 15px 0;
  list-style: none;
  min-width: 180px;
  visibility: hidden;
  opacity: 0;
  margin-top: 10px;
  transition: all 0.2s ease;
  border-radius: 6px;
  background-color: #FFF;
  box-shadow: 0 90px 70px 0 rgba(0, 0, 0, 0.04), 0 40px 35px 0 rgba(0, 0, 0, 0.03), 0 25px 15px 0 rgba(0, 0, 0, 0.03), 0 11px 7px 0 rgba(0, 0, 0, 0.03), 0 2px 5px 0 rgba(0, 0, 0, 0.03);
  display: block !important;
}
.aj-lang-menu-container .navigation-menu > li.menu-item-has-children:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
  margin-top: 0;
}

@media (min-width: 992px) {
  #topnav .navigation-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #topnav .navigation-menu > .menu-item-has-children:hover .menu-arrow {
    top: 33px !important;
  }
  #topnav .navigation-menu > .menu-item-has-children.active .menu-arrow {
    top: 30px;
  }
  #topnav .navigation-menu > li .sub-menu {
    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;
    transition: all 0.2s ease;
    border-radius: 12px;
    background-color: #FFF;
    box-shadow: 0 0 1px rgba(27, 16, 46, 0.07), 0 90px 70px 0 rgba(27, 16, 46, 0.04), 0 40px 35px 0 rgba(27, 16, 46, 0.03), 0 25px 15px 0 rgba(27, 16, 46, 0.03), 0 11px 7px 0 rgba(27, 16, 46, 0.03), 0 2px 5px 0 rgba(27, 16, 46, 0.03);
  }
  #topnav .navigation-menu > li .sub-menu li {
    position: relative;
  }
  #topnav .navigation-menu > li .sub-menu li a {
    display: block;
    padding: 12px 30px;
    clear: both;
    white-space: nowrap;
    font-size: 14px;
    /*text-transform : uppercase;*/
    /*letter-spacing : 0.04em;*/
    font-weight: 700;
    color: #1B0F2E !important;
    transition: all 0.3s;
  }
  #topnav .navigation-menu > li .sub-menu li a:hover {
    color: #202124 !important;
  }
  #topnav .navigation-menu > li .sub-menu li ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
  }
  #topnav .navigation-menu > li .sub-menu.megamenu {
    white-space: nowrap;
    left: 50%;
    transform: translateX(-50%);
    position: fixed;
    top: auto;
    display: flex;
  }
  #topnav .navigation-menu > li .sub-menu.megamenu > li {
    overflow: hidden;
    vertical-align: top;
    width: 20%;
  }
  #topnav .navigation-menu > li .sub-menu.megamenu > li .sub-menu {
    left: 100%;
    top: 0;
    margin-left: 10px;
    margin-top: -1px;
  }
  #topnav .navigation-menu > li .sub-menu > li .sub-menu {
    left: 101%;
    top: 0;
    margin-left: 10px;
    margin-top: -1px;
  }
  #topnav .navigation-menu > li > a {
    line-height: 62px;
  }
  #topnav .navigation-menu > li:hover > .menu-arrow {
    border-color: #202124;
  }
  #topnav .navigation-menu > li:hover > a, #topnav .navigation-menu > li.active > a {
    color: #202124 !important;
  }
  #topnav .navigation-menu > li.last-elements .sub-menu {
    left: auto;
    right: 0;
  }
  #topnav .navigation-menu > li.last-elements .sub-menu:before {
    left: auto;
    right: 10px;
  }
  #topnav .navigation-menu > li.last-elements .sub-menu > li.menu-item-has-children .sub-menu {
    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 .menu-item-has-children .menu-arrow {
    border-color: rgba(255, 255, 255, 0.5);
  }
  #topnav .navigation-menu.nav-light .menu-item-has-children.active .menu-arrow {
    border-color: #ffffff !important;
  }
  #topnav .navigation-menu.nav-right {
    justify-content: flex-end !important;
  }
  #topnav .navigation-menu.nav-left {
    justify-content: flex-start !important;
  }
  #topnav .navigation-menu.nav-left > li.last-elements .sub-menu {
    left: 0 !important;
    right: auto !important;
  }
  #topnav .navigation-menu.nav-left > li.last-elements .sub-menu:before {
    left: 45px !important;
    right: auto !important;
  }
  #topnav .buy-button {
    padding-left: 15px;
    margin-left: 15px;
    margin-top: 5px;
  }
  #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;
    box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
    height: 62px;
  }
  #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 .sub-menu {
    display: none;
    list-style: none;
    padding-left: 20px;
    margin: 0;
  }
  #topnav .navigation-menu > li .sub-menu li a {
    display: block;
    position: relative;
    padding: 7px 15px;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 0.04em;
    font-weight: 700;
    color: #1B0F2E !important;
    transition: all 0.3s;
  }
  #topnav .navigation-menu > li .sub-menu.megamenu li .megamenu-head {
    padding: 7px 15px;
  }
  #topnav .navigation-menu > li .sub-menu.open {
    display: block;
  }
  #topnav .navigation-menu > li .sub-menu .sub-menu {
    display: none;
    list-style: none;
  }
  #topnav .navigation-menu > li .sub-menu .sub-menu.open {
    display: block;
  }
  #topnav .navigation-menu > li .sub-menu.megamenu > li > ul {
    list-style: none;
    padding-left: 0;
  }
  #topnav .navigation-menu > li .sub-menu.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: #1B0F2E;
    padding: 10px 20px;
  }
  #topnav .navigation-menu > li > a:after {
    position: absolute;
    right: 15px;
  }
  #topnav .navigation-menu > li > a:hover,
  #topnav .navigation-menu > li .sub-menu li a:hover,
  #topnav .navigation-menu > li.menu-item-has-children.open > a {
    color: #202124;
  }
  #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 .menu-item-has-children .sub-menu .sub-menu-arrow {
    transform: rotate(45deg);
    position: absolute;
    right: 20px;
    top: 12px;
  }
  #topnav .menu-item-has-children.active a {
    color: #202124;
  }
  #navigation {
    position: absolute;
    top: 62px;
    left: 0;
    width: 100%;
    display: none;
    height: auto;
    padding-bottom: 0;
    overflow: auto;
    border-top: 1px solid #f2f4f6;
    /*border-bottom    : 1px solid darken($light, 2%);*/
    background-color: #fff;
    box-shadow: 0 90px 70px 0 rgba(0, 0, 0, 0.04), 0 40px 35px 0 rgba(0, 0, 0, 0.03), 0 25px 15px 0 rgba(0, 0, 0, 0.03), 0 11px 7px 0 rgba(0, 0, 0, 0.03), 0 2px 5px 0 rgba(0, 0, 0, 0.03);
    z-index: 666;
    padding: 22px 0;
  }
  #navigation.open {
    display: block;
    overflow-y: auto;
  }
  .dd-none {
    display: none !important;
  }
  .ww-100 {
    width: 100% !important;
  }
  .tt-center {
    text-align: center !important;
  }
  .tt-center .icons {
    margin-right: auto !important;
    margin-left: auto !important;
  }
}
@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed;
  }
}
@media (max-width: 768px) {
  #topnav .navigation-menu .menu-item-has-children .menu-arrow {
    right: 8px;
    top: 16px;
  }
}
@media (min-width: 768px) {
  #topnav .navigation-menu > li.menu-item-has-children:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
  }
  #topnav .navigation-menu > li.menu-item-has-children:hover > .sub-menu > li.menu-item-has-children:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
    margin-left: 0;
    margin-right: 0;
  }
  #topnav .navigation-menu > li.menu-item-has-children:hover > .sub-menu > li.menu-item-has-children:hover > .sub-menu > li:hover > .sub-menu {
    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 {
    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: #1B0F2E !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: #202124 !important;
}

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

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

.aj-hero .container {
  position: relative;
}
.aj-hero .container:before {
  position: absolute;
  content: "";
  top: 0;
  left: calc(var(--bs-gutter-x) * 0.5);
  bottom: 0;
  right: calc(var(--bs-gutter-x) * 0.5);
  display: flex;
  background: #BEE7E4;
  border-radius: 32px;
}
.aj-hero .container .title-heading {
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: center;
}
.aj-hero .container .title-heading .btn {
  width: 100%;
}
@media (min-width: 768px) {
  .aj-hero .container .title-heading {
    padding-top: 120px;
    padding-bottom: 120px;
    padding-left: 80px;
    padding-right: 0;
    text-align: unset;
  }
  .aj-hero .container .title-heading .btn {
    width: auto;
  }
}

.aj-page-title svg {
  display: none;
}
@media (min-width: 992px) {
  .aj-page-title {
    overflow: hidden;
    margin-top: -114px;
    padding: 0 !important;
  }
  .aj-page-title .container {
    padding: 154px 0 90px 0 !important;
  }
  .aj-page-title .section-title {
    padding-top: 30px;
  }
  .aj-page-title:before {
    content: " ";
    width: 100%;
    height: 55%;
    position: absolute;
    z-index: 1;
    background-image: radial-gradient(circle at 0% 0%, #F8FDFF 0%, #CEEDEA 100%);
    cursor: none !important;
  }
  .aj-page-title .container {
    z-index: 5;
    position: relative;
  }
  .aj-page-title svg {
    display: block !important;
    position: absolute;
    top: 20%;
    width: 100%;
    height: auto;
    z-index: 2;
    cursor: none !important;
  }
}
@media (max-width: 991px) {
  .aj-page-title {
    margin-top: -24px !important;
  }
}

#aj-lang-menu-list .menu-item-has-children > a:after {
  display: none;
}

/*********************************/
/*         Footer                */
/*===============================*/
.footer {
  background: #202942;
  position: relative;
  color: #adb5bd;
}
.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: #fff;
}
.footer .foot-subscribe .form-control {
  background-color: #27314f;
  border: 1px solid #27314f;
  color: #dee2e6 !important;
}
.footer .foot-subscribe .form-control:focus {
  box-shadow: none;
}
.footer .foot-subscribe.foot-white .form-control {
  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 {
  transition: all 0.5s ease;
}
.footer .footer-list li a:hover {
  color: #e6e8ea;
}
.footer .footer-list li:last-child {
  margin-bottom: 0;
}
.footer .footer-border,
.footer .footer-bar {
  border-top: 1px solid #283453;
}
.footer .border {
  border-color: #283453 !important;
}
.footer.footer-light {
  background: #f8f9fa;
  color: #8492a6;
}
.footer.footer-light .footer-head {
  color: #1B0F2E;
}
.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::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;
  box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
}
.accordion .accordion-item .accordion-button {
  font-weight: 600;
  text-align: left;
  box-shadow: none;
  padding: 1rem 2.5rem 1rem 1.25rem;
}
.accordion .accordion-item .accordion-button:focus {
  box-shadow: none;
}
.accordion .accordion-item .accordion-button:before {
  content: "\f0377";
  display: block;
  font-family: "Material Design Icons";
  font-size: 26px;
  color: #202124;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.5s ease;
}
.accordion .accordion-item .accordion-button.collapsed {
  background-color: #ffffff;
  color: #1B0F2E !important;
  transition: all 0.5s;
}
.accordion .accordion-item .accordion-button.collapsed:before {
  content: "\f0419";
  color: #1B0F2E !important;
}
.accordion .accordion-item .accordion-button:not(.collapsed) {
  color: #202124;
}
.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%;
  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: #202124;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  animation: sk-bounce 2s infinite ease-in-out;
}
#preloader #status .spinner .double-bounce2 {
  animation-delay: -1s;
}

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
  }
  50% {
    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: #1B0F2E !important;
  text-align: left;
}
.form-control:focus {
  border-color: #202124;
  box-shadow: none;
}
.form-control[readonly] {
  background-color: #ffffff;
}
.form-control:disabled {
  background-color: #dee2e6;
}
.form-control::placeholder {
  color: #3c4858;
}

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

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

@media (max-width: 991px) {
  .subcribe-form input {
    padding: 10px 20px !important;
  }
  .subcribe-form button {
    position: relative !important;
    width: 100% !important;
    margin: 10px auto 0 !important;
    min-height: 52px;
  }
}
/*********************************/
/*         Blog & News           */
/*===============================*/
.blog.blog-primary .tag {
  background: #202124 !important;
}
.blog.blog-primary .title:hover,
.blog.blog-primary .readmore:hover {
  color: #202124 !important;
}
.blog.blog-primary .link {
  color: #202124 !important;
}

.blog.blog-secondary .tag {
  background: #64748B !important;
}
.blog.blog-secondary .title:hover,
.blog.blog-secondary .readmore:hover {
  color: #64748B !important;
}
.blog.blog-secondary .link {
  color: #64748B !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: #1B0F2E !important;
}
.blog.blog-dark .title:hover,
.blog.blog-dark .readmore:hover {
  color: #1B0F2E !important;
}
.blog.blog-dark .link {
  color: #1B0F2E !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 {
  transition: all 0.3s ease;
}
.blog .content h4 {
  line-height: 1.2;
}
.blog .content .title {
  transition: all 0.5s ease;
}
.blog .content .post-meta .like, .blog .content .post-meta .comments, .blog .content .post-meta .readmore {
  font-size: 15px;
  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;
  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 {
  transform: translateY(0px) !important;
}
.blog .overlay {
  background: #3c4858;
}
.blog:hover {
  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: #1B0F2E;
  transition: all 0.5s ease;
}
.sidebar .widget .blog-categories li a:hover {
  color: #202124;
}
.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: #1B0F2E;
  font-size: 15px;
  transition: all 0.5s ease;
}
.sidebar .widget .post-recent .post-recent-content a:hover {
  color: #202124;
}
.sidebar .widget .post-recent .post-recent-content span {
  font-size: 13px;
}

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

.media-list .media .media-heading:hover {
  color: #202124 !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;
  transition: all 0.5s ease;
}

.job-box.job-primary .position a:hover {
  color: #202124 !important;
}
.job-box.job-primary .company-name:hover {
  color: #202124 !important;
}
.job-box.job-primary .title:hover,
.job-box.job-primary .readmore:hover {
  color: #202124 !important;
}
.job-box.job-primary .icons {
  color: #202124 !important;
}
.job-box.job-primary.candidate-list .name:hover, .job-box.job-primary.company-list .name:hover {
  color: #202124 !important;
}
.job-box.job-primary .bg {
  background-color: #202124 !important;
}
.job-box.job-primary .bg-soft {
  background-color: rgba(32, 33, 36, 0.1) !important;
  border: 1px solid rgba(32, 33, 36, 0.1) !important;
  color: #202124 !important;
}
.job-box.job-primary .btn-soft {
  background-color: rgba(32, 33, 36, 0.05) !important;
  border: 1px solid rgba(32, 33, 36, 0.05) !important;
  color: #202124 !important;
  box-shadow: 0 3px 5px 0 rgba(32, 33, 36, 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: #202124 !important;
  border-color: #202124 !important;
  color: #ffffff !important;
}

.job-box.job-secondary .position a:hover {
  color: #64748B !important;
}
.job-box.job-secondary .company-name:hover {
  color: #64748B !important;
}
.job-box.job-secondary .title:hover,
.job-box.job-secondary .readmore:hover {
  color: #64748B !important;
}
.job-box.job-secondary .icons {
  color: #64748B !important;
}
.job-box.job-secondary.candidate-list .name:hover, .job-box.job-secondary.company-list .name:hover {
  color: #64748B !important;
}
.job-box.job-secondary .bg {
  background-color: #64748B !important;
}
.job-box.job-secondary .bg-soft {
  background-color: rgba(100, 116, 139, 0.1) !important;
  border: 1px solid rgba(100, 116, 139, 0.1) !important;
  color: #64748B !important;
}
.job-box.job-secondary .btn-soft {
  background-color: rgba(100, 116, 139, 0.05) !important;
  border: 1px solid rgba(100, 116, 139, 0.05) !important;
  color: #64748B !important;
  box-shadow: 0 3px 5px 0 rgba(100, 116, 139, 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: #64748B !important;
  border-color: #64748B !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;
  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;
  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;
  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;
  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;
  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: #1B0F2E !important;
}
.job-box.job-dark .company-name:hover {
  color: #1B0F2E !important;
}
.job-box.job-dark .title:hover,
.job-box.job-dark .readmore:hover {
  color: #1B0F2E !important;
}
.job-box.job-dark .icons {
  color: #1B0F2E !important;
}
.job-box.job-dark.candidate-list .name:hover, .job-box.job-dark.company-list .name:hover {
  color: #1B0F2E !important;
}
.job-box.job-dark .bg {
  background-color: #1B0F2E !important;
}
.job-box.job-dark .bg-soft {
  background-color: rgba(27, 15, 46, 0.1) !important;
  border: 1px solid rgba(27, 15, 46, 0.1) !important;
  color: #1B0F2E !important;
}
.job-box.job-dark .btn-soft {
  background-color: rgba(27, 15, 46, 0.05) !important;
  border: 1px solid rgba(27, 15, 46, 0.05) !important;
  color: #1B0F2E !important;
  box-shadow: 0 3px 5px 0 rgba(27, 15, 46, 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: #1B0F2E !important;
  border-color: #1B0F2E !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;
  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;
  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 {
  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 {
  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 {
  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 {
  transition: all 0.5s ease;
}
.job-box.candidate-list:hover, .job-box.company-list:hover {
  box-shadow: 0 5px 13px rgba(60, 72, 88, 0.2) !important;
}
.job-box:hover {
  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: #202124 !important;
}

.categories.category-secondary .title:hover {
  color: #64748B !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: #1B0F2E !important;
}

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

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

.categories {
  transition: all 0.5s ease;
}
.categories:hover {
  transform: translateY(-10px);
  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;
  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: #202124;
  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;
  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: #1B0F2E !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;
  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 {
  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-icon {
  line-height: 0;
  display: inline-flex;
}

.play-btn {
  height: 64px;
  width: 64px;
  font-size: 30px;
  line-height: 0;
  border-radius: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #FFF;
  color: #000;
}
.play-btn i {
  height: 75px;
  -webkit-text-stroke: 2px #202124;
  -webkit-text-fill-color: transparent;
  width: 75px;
  font-size: 25px;
  line-height: 75px;
  display: inline-block;
  background-color: #fff;
}
.play-btn i:hover {
  -webkit-text-stroke: 2px #202124;
  -webkit-text-fill-color: #202124;
}

@media (max-width: 767px) {
  iframe {
    width: auto !important;
  }
}
/*********************************/
/*     Features & Services       */
/*===============================*/
.features.feature-primary .icon {
  background: rgba(32, 33, 36, 0.1);
}
.features.feature-primary .image:before {
  background: linear-gradient(45deg, transparent, rgba(32, 33, 36, 0.1));
}
.features.feature-primary .read-more,
.features.feature-primary .color {
  color: #202124 !important;
}
.features.feature-primary.feature-clean .icons {
  color: #202124 !important;
}
.features.feature-primary.feature-clean .icons i {
  background-color: rgba(32, 33, 36, 0.1);
}
.features.feature-primary.feature-clean .title:hover {
  color: #202124 !important;
}
.features.feature-primary.feature-full-bg .icon-color {
  color: #202124 !important;
}
.features.feature-primary.feature-full-bg:hover {
  background-color: #202124 !important;
}
.features.feature-primary.key-feature .icon {
  background: linear-gradient(45deg, transparent, rgba(32, 33, 36, 0.15));
  color: #202124;
}
.features.feature-primary.course-feature .full-img {
  color: #202124 !important;
}
.features.feature-primary.explore-feature:hover .icons,
.features.feature-primary.explore-feature:hover .title {
  color: #202124 !important;
}
.features.feature-primary .btn-soft {
  background-color: rgba(32, 33, 36, 0.05) !important;
  border: 1px solid rgba(32, 33, 36, 0.05) !important;
  color: #202124 !important;
  box-shadow: 0 3px 5px 0 rgba(32, 33, 36, 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: #202124 !important;
  border-color: #202124 !important;
  color: #ffffff !important;
}
.features.feature-primary:hover .image:before {
  background: rgba(32, 33, 36, 0.1);
}

.features.feature-secondary .icon {
  background: rgba(100, 116, 139, 0.1);
}
.features.feature-secondary .image:before {
  background: linear-gradient(45deg, transparent, rgba(100, 116, 139, 0.1));
}
.features.feature-secondary .read-more,
.features.feature-secondary .color {
  color: #64748B !important;
}
.features.feature-secondary.feature-clean .icons {
  color: #64748B !important;
}
.features.feature-secondary.feature-clean .icons i {
  background-color: rgba(100, 116, 139, 0.1);
}
.features.feature-secondary.feature-clean .title:hover {
  color: #64748B !important;
}
.features.feature-secondary.feature-full-bg .icon-color {
  color: #64748B !important;
}
.features.feature-secondary.feature-full-bg:hover {
  background-color: #64748B !important;
}
.features.feature-secondary.key-feature .icon {
  background: linear-gradient(45deg, transparent, rgba(100, 116, 139, 0.15));
  color: #64748B;
}
.features.feature-secondary.course-feature .full-img {
  color: #64748B !important;
}
.features.feature-secondary.explore-feature:hover .icons,
.features.feature-secondary.explore-feature:hover .title {
  color: #64748B !important;
}
.features.feature-secondary .btn-soft {
  background-color: rgba(100, 116, 139, 0.05) !important;
  border: 1px solid rgba(100, 116, 139, 0.05) !important;
  color: #64748B !important;
  box-shadow: 0 3px 5px 0 rgba(100, 116, 139, 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: #64748B !important;
  border-color: #64748B !important;
  color: #ffffff !important;
}
.features.feature-secondary:hover .image:before {
  background: rgba(100, 116, 139, 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;
  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;
  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;
  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;
  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;
  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(27, 15, 46, 0.1);
}
.features.feature-dark .image:before {
  background: linear-gradient(45deg, transparent, rgba(27, 15, 46, 0.1));
}
.features.feature-dark .read-more,
.features.feature-dark .color {
  color: #1B0F2E !important;
}
.features.feature-dark.feature-clean .icons {
  color: #1B0F2E !important;
}
.features.feature-dark.feature-clean .icons i {
  background-color: rgba(27, 15, 46, 0.1);
}
.features.feature-dark.feature-clean .title:hover {
  color: #1B0F2E !important;
}
.features.feature-dark.feature-full-bg .icon-color {
  color: #1B0F2E !important;
}
.features.feature-dark.feature-full-bg:hover {
  background-color: #1B0F2E !important;
}
.features.feature-dark.key-feature .icon {
  background: linear-gradient(45deg, transparent, rgba(27, 15, 46, 0.15));
  color: #1B0F2E;
}
.features.feature-dark.course-feature .full-img {
  color: #1B0F2E !important;
}
.features.feature-dark.explore-feature:hover .icons,
.features.feature-dark.explore-feature:hover .title {
  color: #1B0F2E !important;
}
.features.feature-dark .btn-soft {
  background-color: rgba(27, 15, 46, 0.05) !important;
  border: 1px solid rgba(27, 15, 46, 0.05) !important;
  color: #1B0F2E !important;
  box-shadow: 0 3px 5px 0 rgba(27, 15, 46, 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: #1B0F2E !important;
  border-color: #1B0F2E !important;
  color: #ffffff !important;
}
.features.feature-dark:hover .image:before {
  background: rgba(27, 15, 46, 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;
  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;
  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;
  transform: rotate(33.75deg);
}
.features.feature-clean {
  background-color: #ffffff;
}
.features.feature-clean .icons i {
  height: 65px;
  width: 65px;
  display: inline-flex !important;
  justify-content: center;
  align-items: center;
}
.features .ride-image {
  transform: rotate(-45deg);
}
.features .ride-image img {
  border-radius: 100% 100% 100% 0;
}
.features.key-feature {
  transition: all 0.3s ease;
}
.features.key-feature:hover {
  transform: scale(1.05);
  box-shadow: 0 5px 13px rgba(60, 72, 88, 0.2) !important;
}
.features:hover .image:before {
  animation: spinner-border 5s linear infinite !important;
}
.features.feature-full-bg {
  transition: all 0.5s ease;
}
.features.feature-full-bg .big-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  opacity: 0.015;
  font-size: 180px;
}
.features.feature-full-bg:hover {
  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 {
  transition: all 0.5s ease;
}
.features.course-feature .full-img {
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
  left: 0;
  right: 0;
  opacity: 0;
  margin: 0 auto;
  z-index: -2;
  transition: all 0.5s ease;
  font-size: 250px;
}
.features.course-feature:hover {
  transform: translateY(-10px);
}
.features.course-feature:hover .full-img {
  opacity: 0.05;
}
.features.explore-feature {
  transition: all 0.5s ease;
}
.features.explore-feature .icons {
  height: 80px;
  width: 80px;
  display: inline-flex !important;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease;
}
.features.explore-feature:hover {
  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: flex;
  align-items: center;
  justify-content: center;
}

.work-process {
  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 {
  transform: none !important;
}
.work-process:hover {
  transform: translateY(-10px);
}
.work-process.d-none-arrow:hover {
  transform: none !important;
}

.features-absolute {
  position: relative;
  z-index: 2;
  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;
  transform: rotate(150deg);
}
@media (max-width: 768px) {
  .app-feature-shape-right:after {
    left: 0;
  }
}

.app-feature-shape-left:after {
  right: 10rem;
  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;
  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(32, 33, 36, 0.1);
  box-shadow: 0 0 40px rgba(32, 33, 36, 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: 21%;
    left: -7%;
  }
}
@media (min-width: 1024px) {
  .modern-saas-absolute-left {
    left: 5%;
  }
}

.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%;
  filter: blur(100px);
  pointer-events: none;
  z-index: -2;
  background-color: rgba(32, 33, 36, 0.15);
}

.modern-app-bg-shape:after {
  content: " ";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: linear-gradient(to right, rgba(32, 33, 36, 0.3) 0%, rgba(32, 33, 36, 0.5) 35%, #202124 100%);
  box-shadow: 0 0 40px rgba(32, 33, 36, 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: #202124 !important;
}
.nft.nft-primary .link {
  color: #202124 !important;
}
.nft.nft-primary .author .name:hover {
  color: #202124 !important;
}
.nft.nft-primary .bg-soft {
  background-color: rgba(32, 33, 36, 0.1) !important;
  border: 1px solid rgba(32, 33, 36, 0.1) !important;
  color: #202124 !important;
}
.nft.nft-primary .btn {
  background-color: #202124 !important;
  border: 1px solid #202124 !important;
  color: #ffffff !important;
  box-shadow: 0 3px 5px 0 rgba(32, 33, 36, 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: #080809 !important;
  border-color: #080809 !important;
  color: #ffffff !important;
}

.nft.nft-secondary .title:hover,
.nft.nft-secondary .read-more:hover {
  color: #64748B !important;
}
.nft.nft-secondary .link {
  color: #64748B !important;
}
.nft.nft-secondary .author .name:hover {
  color: #64748B !important;
}
.nft.nft-secondary .bg-soft {
  background-color: rgba(100, 116, 139, 0.1) !important;
  border: 1px solid rgba(100, 116, 139, 0.1) !important;
  color: #64748B !important;
}
.nft.nft-secondary .btn {
  background-color: #64748B !important;
  border: 1px solid #64748B !important;
  color: #ffffff !important;
  box-shadow: 0 3px 5px 0 rgba(100, 116, 139, 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: #4f5b6d !important;
  border-color: #4f5b6d !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;
  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: #25a06e !important;
  border-color: #25a06e !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;
  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: #117a8b !important;
  border-color: #117a8b !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;
  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: #d55b0e !important;
  border-color: #d55b0e !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;
  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: #d21e32 !important;
  border-color: #d21e32 !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;
  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: #dae0e5 !important;
  border-color: #dae0e5 !important;
  color: #ffffff !important;
}

.nft.nft-dark .title:hover,
.nft.nft-dark .read-more:hover {
  color: #1B0F2E !important;
}
.nft.nft-dark .link {
  color: #1B0F2E !important;
}
.nft.nft-dark .author .name:hover {
  color: #1B0F2E !important;
}
.nft.nft-dark .bg-soft {
  background-color: rgba(27, 15, 46, 0.1) !important;
  border: 1px solid rgba(27, 15, 46, 0.1) !important;
  color: #1B0F2E !important;
}
.nft.nft-dark .btn {
  background-color: #1B0F2E !important;
  border: 1px solid #1B0F2E !important;
  color: #ffffff !important;
  box-shadow: 0 3px 5px 0 rgba(27, 15, 46, 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: #040208 !important;
  border-color: #040208 !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;
  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: #0f1420 !important;
  border-color: #0f1420 !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;
  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: #68788f !important;
  border-color: #68788f !important;
  color: #ffffff !important;
}

.nft.nft-item {
  transition: all 0.5s ease;
}
.nft.nft-item .nft-image .item-img {
  transition: all 0.5s ease;
}
.nft.nft-item .nft-image .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: all 0.5s ease;
  background: #1B0F2E;
}
.nft.nft-item:hover {
  box-shadow: 0 5px 13px rgba(60, 72, 88, 0.2) !important;
}
.nft .bid-btn {
  position: absolute;
  transition: all 0.5s ease;
  bottom: -100px;
  right: 0;
  left: 0;
}
.nft.nft-creator {
  transition: all 0.5s ease;
}
.nft.nft-creator img {
  transition: all 0.5s ease;
}
.nft.nft-creator:hover img {
  height: 90px !important;
  width: 90px !important;
}
.nft:hover .nft-image .item-img {
  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;
  align-self: center;
  position: relative !important;
  background-position: center center;
}

.bg-photography {
  height: 100vh;
  background-size: cover !important;
  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;
  align-self: center;
  position: relative !important;
  background-position: center center;
}

.bg-home-75vh {
  height: 75vh !important;
  background-size: cover !important;
  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;
  align-self: center;
  position: relative !important;
  background-position: center center;
}

.bg-half-290 {
  padding: 220px 0 0;
  background-size: cover !important;
  align-self: center;
  position: relative !important;
  background-position: center center;
}

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

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

.bg-half {
  padding: 200px 0 100px;
  background-size: cover !important;
  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;
  align-self: center;
  position: relative !important;
  background-position: center center;
}

.bg-circle-gradiant {
  background: radial-gradient(circle at 50% 50%, rgba(32, 33, 36, 0.1) 0%, rgba(32, 33, 36, 0.1) 33.333%, rgba(32, 33, 36, 0.2) 33.333%, rgba(32, 33, 36, 0.2) 66.666%, rgba(32, 33, 36, 0.3) 66.666%, rgba(32, 33, 36, 0.3) 99.999%);
}

.lawyer-wrapper {
  overflow: hidden;
}
.lawyer-wrapper:before {
  content: "";
  position: absolute;
  bottom: 25rem;
  right: 13rem;
  width: 50rem;
  height: 25rem;
  transform: rotate(100deg);
  background: linear-gradient(90deg, rgba(32, 33, 36, 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 {
  animation: slideleft 30000s infinite linear;
}

@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 {
    max-width: 550px;
  }
}
@media (max-width: 767px) {
  .classic-saas-image .bg-saas-shape img,
  .freelance-hero .bg-shape img {
    max-width: 100%;
    height: auto;
  }
}

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

.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 {
  box-shadow: 0 0 40px rgba(32, 33, 36, 0.5);
  background-color: #5c5f68;
}

.studio-home {
  padding: 7%;
}

.agency-wrapper:before {
  content: "";
  position: absolute;
  bottom: 22rem;
  right: 54rem;
  width: 90rem;
  height: 35rem;
  border-radius: 17rem;
  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;
  align-self: center;
  position: relative !important;
  background-position: center center;
}

.bg-top-74 {
  padding: 74px 0 0;
  background-size: cover !important;
  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%;
  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;
  transition: all 0.5s ease;
  border: 0;
  background: #202124 !important;
  margin: auto 4px;
}
.carousel-indicators .active {
  background-color: #202124 !important;
  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: #202124;
  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") #202124;
  width: 100%;
  clip-path: circle(65% at 40% 25%);
}

.bg-invoice {
  padding: 100px 0;
  background-size: cover !important;
  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;
  transform: rotate(120deg);
  opacity: 0.9;
}
.classic-app-image .app-images {
  position: absolute;
  bottom: 60px;
  right: -20px;
}

.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 {
  box-shadow: 0 0 40px rgba(32, 33, 36, 0.5);
  background-color: #202124;
}

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

.swiper-slider-hero .swiper-container,
.swiper-slider-hero .swiper-slide .slide-inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.swiper-slider-hero .swiper-container .swiper-button-prev,
.swiper-slider-hero .swiper-container .swiper-button-next {
  background: transparent;
  width: 35px;
  height: 35px;
  line-height: 35px;
  margin-top: -30px;
}
.swiper-slider-hero .swiper-container .swiper-button-prev:before,
.swiper-slider-hero .swiper-container .swiper-button-next:before {
  font-family: "Material Design Icons";
  font-weight: 900;
  color: #ffffff;
}
.swiper-slider-hero .swiper-container .swiper-button-prev:hover,
.swiper-slider-hero .swiper-container .swiper-button-next:hover {
  background: #202124;
  border-color: #202124 !important;
}
.swiper-slider-hero .swiper-container .swiper-button-prev {
  left: 10px;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.swiper-slider-hero .swiper-container .swiper-button-prev:before {
  content: "\f0141";
}
.swiper-slider-hero .swiper-container .swiper-button-next {
  right: 10px;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.swiper-slider-hero .swiper-container .swiper-button-next:before {
  content: "\f0142";
}
.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-170, .bg-half-260, .bg-marketing, .swiper-slider-hero .swiper-container .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: #202124;
}
@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%;
  transform: translate(-50%, -50%);
}

.shape {
  position: absolute;
  pointer-events: none;
  right: 0;
  bottom: -2px;
  left: 0;
}
.shape > svg {
  transform: scale(2);
  width: 100%;
  height: auto;
  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;
  animation: 100s ppb_kenburns linear infinite alternate;
}

@keyframes move {
  0% {
    transform-origin: bottom;
    transform: scale(1);
  }
  100% {
    transform: scale(1.4);
  }
}
@keyframes ppb_kenburns {
  0% {
    transform: scale(1.3) translate(-10%, 10%);
  }
  25% {
    transform: scale(1) translate(0, 0);
  }
  50% {
    transform: scale(1.3) translate(10%, 10%);
  }
  75% {
    transform: scale(1) translate(0, 0);
  }
  100% {
    transform: scale(1.3) translate(-10%, 10%);
  }
}
/*********************************/
/*         Pricing & Plans       */
/*===============================*/
.pricing.pricing-primary.business-rate:hover {
  border-color: #202124 !important;
}
.pricing.pricing-primary.business-rate:hover .title {
  color: #202124;
}
.pricing.pricing-primary.starter-plan {
  border-color: #202124 !important;
}
.pricing.pricing-primary .name,
.pricing.pricing-primary .icon {
  color: #202124;
}
.pricing.pricing-secondary.business-rate:hover {
  border-color: #64748B !important;
}
.pricing.pricing-secondary.business-rate:hover .title {
  color: #64748B;
}
.pricing.pricing-secondary.starter-plan {
  border-color: #64748B !important;
}
.pricing.pricing-secondary .name,
.pricing.pricing-secondary .icon {
  color: #64748B;
}
.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: #1B0F2E !important;
}
.pricing.pricing-dark.business-rate:hover .title {
  color: #1B0F2E;
}
.pricing.pricing-dark.starter-plan {
  border-color: #1B0F2E !important;
}
.pricing.pricing-dark .name,
.pricing.pricing-dark .icon {
  color: #1B0F2E;
}
.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;
  transition: all 0.5s ease;
}
.pricing .price {
  font-weight: 400;
}
.pricing.business-rate:hover {
  transform: scale(1.03);
  z-index: 2;
  box-shadow: 0 5px 13px rgba(60, 72, 88, 0.2) !important;
  background-color: #fff !important;
}
.pricing.starter-plan {
  transform: scale(1.05);
  z-index: 2;
}
@media (max-width: 767px) {
  .pricing.starter-plan {
    transform: scale(1);
  }
}
.pricing.best-plan:hover {
  transform: translateY(-10px);
}

.ribbon.ribbon-primary span {
  background-color: #202124 !important;
}
.ribbon.ribbon-primary span:before {
  border-left-color: #080809;
  border-top-color: #080809;
}
.ribbon.ribbon-primary span:after {
  border-right-color: #080809;
  border-top-color: #080809;
}
.ribbon.ribbon-secondary span {
  background-color: #64748B !important;
}
.ribbon.ribbon-secondary span:before {
  border-left-color: #4f5b6d;
  border-top-color: #4f5b6d;
}
.ribbon.ribbon-secondary span:after {
  border-right-color: #4f5b6d;
  border-top-color: #4f5b6d;
}
.ribbon.ribbon-success span {
  background-color: #2eca8b !important;
}
.ribbon.ribbon-success span:before {
  border-left-color: #25a06e;
  border-top-color: #25a06e;
}
.ribbon.ribbon-success span:after {
  border-right-color: #25a06e;
  border-top-color: #25a06e;
}
.ribbon.ribbon-info span {
  background-color: #17a2b8 !important;
}
.ribbon.ribbon-info span:before {
  border-left-color: #117a8b;
  border-top-color: #117a8b;
}
.ribbon.ribbon-info span:after {
  border-right-color: #117a8b;
  border-top-color: #117a8b;
}
.ribbon.ribbon-warning span {
  background-color: #f17425 !important;
}
.ribbon.ribbon-warning span:before {
  border-left-color: #d55b0e;
  border-top-color: #d55b0e;
}
.ribbon.ribbon-warning span:after {
  border-right-color: #d55b0e;
  border-top-color: #d55b0e;
}
.ribbon.ribbon-danger span {
  background-color: #e43f52 !important;
}
.ribbon.ribbon-danger span:before {
  border-left-color: #d21e32;
  border-top-color: #d21e32;
}
.ribbon.ribbon-danger span:after {
  border-right-color: #d21e32;
  border-top-color: #d21e32;
}
.ribbon.ribbon-light span {
  background-color: #f8f9fa !important;
}
.ribbon.ribbon-light span:before {
  border-left-color: #dae0e5;
  border-top-color: #dae0e5;
}
.ribbon.ribbon-light span:after {
  border-right-color: #dae0e5;
  border-top-color: #dae0e5;
}
.ribbon.ribbon-dark span {
  background-color: #1B0F2E !important;
}
.ribbon.ribbon-dark span:before {
  border-left-color: #040208;
  border-top-color: #040208;
}
.ribbon.ribbon-dark span:after {
  border-right-color: #040208;
  border-top-color: #040208;
}
.ribbon.ribbon-footer span {
  background-color: #202942 !important;
}
.ribbon.ribbon-footer span:before {
  border-left-color: #0f1420;
  border-top-color: #0f1420;
}
.ribbon.ribbon-footer span:after {
  border-right-color: #0f1420;
  border-top-color: #0f1420;
}
.ribbon.ribbon-muted span {
  background-color: #8492a6 !important;
}
.ribbon.ribbon-muted span:before {
  border-left-color: #68788f;
  border-top-color: #68788f;
}
.ribbon.ribbon-muted span:after {
  border-right-color: #68788f;
  border-top-color: #68788f;
}

.ribbon {
  position: absolute;
  top: -5px;
  width: 75px;
  height: 75px;
  z-index: 2;
}
.ribbon.ribbon-right {
  right: -5px;
}
.ribbon.ribbon-right span {
  right: -23px;
  transform: rotate(45deg);
}
.ribbon.ribbon-left {
  left: -5px;
}
.ribbon.ribbon-left span {
  left: -21px;
  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 {
  transition: all 0.5s ease;
  font-weight: bold;
}
.switcher-pricing .toggler--is-active {
  color: #202124 !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: #202124 !important;
}

.team.team-secondary .name:hover {
  color: #64748B !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: #1B0F2E !important;
}

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

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

.team img {
  transition: all 0.5s ease;
}
.team .team-icon {
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
  right: 0;
  opacity: 0;
  left: 0;
  text-align: center;
  transition: all 0.5s ease;
}
.team:hover img {
  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;
  box-sizing: border-box;
  border: 8px solid #1B0F2E;
  border-color: transparent #fff #fff transparent;
  transform-origin: 0 0;
  transform: rotate(135deg);
  box-shadow: 2px 2px 2px -1px rgba(27, 15, 46, 0.15);
}

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

.tns-controls button[data-controls=prev],
.tns-controls button[data-controls=next] {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #fff;
  color: #1B0F2E;
  border: none;
  transition: all 0.5s ease;
  z-index: 1;
  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: #202124;
  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: #202124;
}
.tiny-timeline .item-box {
  margin: 70px 15px 20px;
}
.tiny-timeline .item-box:before, .tiny-timeline .item-box:after {
  content: "";
  position: absolute;
  left: 50%;
  background: #202124;
}
.tiny-timeline .item-box:before {
  width: 2px;
  height: 46px;
  top: -46px;
  transform: translateX(-50%);
}
.tiny-timeline .item-box:after {
  width: 13px;
  height: 13px;
  top: -59px;
  border-radius: 3px;
  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 {
    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;
  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;
  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 {
  justify-content: flex-end;
  text-align: right;
}
.chat.chat-person .chat-right .chat-user-image {
  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: #202124 !important;
}
.work-container.work-primary.work-modern .work-icon, .work-container.work-primary.work-creative .work-icon {
  color: #202124 !important;
}
.work-container.work-primary.work-modern .work-icon:hover, .work-container.work-primary.work-creative .work-icon:hover {
  background: #202124 !important;
}
.work-container.work-primary .btn {
  background-color: #202124 !important;
  border: 1px solid #202124 !important;
  color: #ffffff !important;
  box-shadow: 0 3px 5px 0 rgba(32, 33, 36, 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: #080809 !important;
  border-color: #080809 !important;
  color: #ffffff !important;
}
.work-container.work-primary .bg {
  background-color: #202124 !important;
}
.work-container.work-primary .link {
  color: #202124 !important;
}

.work-container.work-secondary .title:hover {
  color: #64748B !important;
}
.work-container.work-secondary.work-modern .work-icon, .work-container.work-secondary.work-creative .work-icon {
  color: #64748B !important;
}
.work-container.work-secondary.work-modern .work-icon:hover, .work-container.work-secondary.work-creative .work-icon:hover {
  background: #64748B !important;
}
.work-container.work-secondary .btn {
  background-color: #64748B !important;
  border: 1px solid #64748B !important;
  color: #ffffff !important;
  box-shadow: 0 3px 5px 0 rgba(100, 116, 139, 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: #4f5b6d !important;
  border-color: #4f5b6d !important;
  color: #ffffff !important;
}
.work-container.work-secondary .bg {
  background-color: #64748B !important;
}
.work-container.work-secondary .link {
  color: #64748B !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;
  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: #25a06e !important;
  border-color: #25a06e !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;
  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: #117a8b !important;
  border-color: #117a8b !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;
  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: #d55b0e !important;
  border-color: #d55b0e !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;
  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: #d21e32 !important;
  border-color: #d21e32 !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;
  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: #dae0e5 !important;
  border-color: #dae0e5 !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: #1B0F2E !important;
}
.work-container.work-dark.work-modern .work-icon, .work-container.work-dark.work-creative .work-icon {
  color: #1B0F2E !important;
}
.work-container.work-dark.work-modern .work-icon:hover, .work-container.work-dark.work-creative .work-icon:hover {
  background: #1B0F2E !important;
}
.work-container.work-dark .btn {
  background-color: #1B0F2E !important;
  border: 1px solid #1B0F2E !important;
  color: #ffffff !important;
  box-shadow: 0 3px 5px 0 rgba(27, 15, 46, 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: #040208 !important;
  border-color: #040208 !important;
  color: #ffffff !important;
}
.work-container.work-dark .bg {
  background-color: #1B0F2E !important;
}
.work-container.work-dark .link {
  color: #1B0F2E !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;
  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: #0f1420 !important;
  border-color: #0f1420 !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;
  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: #68788f !important;
  border-color: #68788f !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 {
  transition: all 0.5s ease;
}
.work-container.work-classic .work-image:hover {
  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;
  transition: all 0.5s ease;
}
.work-container .overlay-work {
  background-color: #3c4858;
}
.work-container .overlay-grid {
  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;
  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 {
  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%;
  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 {
  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 {
  transition: all 0.5s ease;
}
.work-container.work-grid img {
  transition: all 0.5s ease;
}
.work-container.work-grid .content {
  background-color: #fff;
}
.work-container.work-grid:hover {
  box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
}
.work-container.work-grid:hover img {
  transform: translateY(-40px);
}
.work-container.work-grid .content, .work-container.work-creative .content {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  transform: translateY(150px);
  overflow: hidden;
  transition: all 0.5s ease;
  z-index: 1;
}
.work-container.work-grid .content .title, .work-container.work-creative .content .title {
  transition: all 0.5s ease;
}
.work-container.work-grid:hover .content, .work-container.work-creative:hover .content {
  transform: translateY(0);
}
.work-container.work-modern .icons, .work-container.work-creative .icons {
  position: absolute;
  z-index: 2;
  opacity: 0;
  transition: all 0.5s ease;
}
.work-container.work-modern .icons .work-icon, .work-container.work-creative .icons .work-icon {
  height: 45px;
  width: 45px;
  justify-content: center;
  align-items: center;
  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 {
  transform: translateY(500px);
}
.work-container.work-creative:hover .overlay-grid {
  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;
  transition: all 0.5s ease;
}
.container-filter li.active, .container-filter li:hover {
  color: #202124 !important;
  border-color: #202124 !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: #202124 !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;
  transition: all 0.5s ease;
}
.popular-tour:hover .overlay-work {
  opacity: 0.6;
}

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

.event-schedule.event-secondary .date {
  color: #64748B !important;
}
.event-schedule.event-secondary .date .day {
  background: rgba(100, 116, 139, 0.1);
  box-shadow: 0px 0px 2px 0.25px rgba(100, 116, 139, 0.5);
}
.event-schedule.event-secondary .content .title:hover {
  color: #64748B !important;
}
.event-schedule.event-secondary:hover {
  border-color: #64748B !important;
}

.event-schedule.event-success .date {
  color: #2eca8b !important;
}
.event-schedule.event-success .date .day {
  background: rgba(46, 202, 139, 0.1);
  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);
  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);
  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);
  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);
  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: #1B0F2E !important;
}
.event-schedule.event-dark .date .day {
  background: rgba(27, 15, 46, 0.1);
  box-shadow: 0px 0px 2px 0.25px rgba(27, 15, 46, 0.5);
}
.event-schedule.event-dark .content .title:hover {
  color: #1B0F2E !important;
}
.event-schedule.event-dark:hover {
  border-color: #1B0F2E !important;
}

.event-schedule.event-footer .date {
  color: #202942 !important;
}
.event-schedule.event-footer .date .day {
  background: rgba(32, 41, 66, 0.1);
  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);
  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 {
  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;
  transition: all 0.5s ease;
}
.event-schedule .content .location-time {
  font-size: 14px;
}
.event-schedule:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
}

/*********************************/
/*         Shopping              */
/*===============================*/
.shop-features .category-title {
  position: absolute;
  top: 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;
  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 {
  transition: all 0.5s ease;
}
.shop-list .content .product-name:hover {
  color: #202124 !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: #202124;
  border-radius: 4px;
  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 {
  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: 120px 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: linear-gradient(to left, #614092 0%, #080809 100%);
}

.bg-linear-gradient {
  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: 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: 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: 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: linear-gradient(to top, rgba(32, 33, 36, 0) 0%, rgba(32, 33, 36, 0.15) 50%, rgba(32, 33, 36, 0.3) 100%);
}

.bg-gradient-overlay {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 25%, rgba(0, 0, 0, 0.75) 50%, black 100%);
}

.bg-gradient-overlay-2 {
  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: linear-gradient(to bottom, rgba(32, 33, 36, 0) 0%, rgba(32, 33, 36, 0.25) 25%, rgba(32, 33, 36, 0.5) 50%, rgba(32, 33, 36, 0.75) 75%, #202124 100%);
}

.bg-gradient-white-overlay {
  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;
}
.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;
  transform: translate3d(0, 0, 0);
}
.text-slider > ul {
  white-space: nowrap;
}
.text-slider .move-text {
  animation: moveSlideshow 12s linear infinite;
}

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

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

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

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.5, 1.5);
  }
  100% {
    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 {
  animation: spinner-animation 5s linear infinite;
}

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

.home-wrapper:before {
  content: "";
  position: absolute;
  bottom: 40rem;
  right: 0rem;
  width: 90rem;
  height: 35rem;
  transform: rotate(78.75deg);
  background: linear-gradient(90deg, rgba(32, 33, 36, 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;
  animation: cookie-popup-in 0.5s ease forwards;
}

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

@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;
  animation: animate 25s linear infinite;
  bottom: -150px;
  background: rgba(32, 33, 36, 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%;
  animation-delay: 0s;
}
.background-effect .circles li:nth-child(2) {
  left: 10%;
  animation-delay: 2s;
  animation-duration: 12s;
}
.background-effect .circles li:nth-child(3) {
  left: 70%;
  animation-delay: 4s;
}
.background-effect .circles li:nth-child(4) {
  left: 40%;
  animation-delay: 0s;
  animation-duration: 18s;
}
.background-effect .circles li:nth-child(5) {
  left: 65%;
  animation-delay: 0s;
}
.background-effect .circles li:nth-child(6) {
  left: 75%;
  animation-delay: 3s;
}
.background-effect .circles li:nth-child(7) {
  left: 35%;
  animation-delay: 7s;
}
.background-effect .circles li:nth-child(8) {
  left: 50%;
  animation-delay: 15s;
  animation-duration: 45s;
}
.background-effect .circles li:nth-child(9) {
  left: 20%;
  animation-delay: 2s;
  animation-duration: 35s;
}
.background-effect .circles li:nth-child(10) {
  left: 85%;
  animation-delay: 0s;
  animation-duration: 11s;
}

@keyframes animate {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
    border-radius: 10px;
  }
  100% {
    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: #202124 !important;
}

.border-secondary {
  border-color: #64748B !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: #1B0F2E !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: #1B0F2E;
  border: 1px solid #1B0F2E;
  height: 32px;
  width: 32px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  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: #202124;
  border-color: #202124 !important;
  color: #fff !important;
}
.social-icon li a:hover .fea-social {
  fill: #202124;
}
.social-icon.social li a {
  color: #adb5bd;
  border-color: #adb5bd;
}
.social-icon.foot-social-icon li a {
  color: #adb5bd;
  border-color: #283453;
}

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

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

.switcher-btn {
  position: fixed;
  top: 200px;
  height: 41px;
  width: 40px;
  padding: 3px;
  border-radius: 0 30px 30px 0;
  display: flex;
  align-items: 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;
  transition: all 0.5s ease;
}

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

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

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-slider {
  display: none;
}

.slick-slider.slick-initialized {
  display: block;
}

.slick-slider .slick-slide {
  overflow: hidden;
  visibility: hidden;
}

.slick-slider .slick-slide:first-of-type {
  visibility: visible;
}

.slick-slider.slick-initialized .slick-slide {
  visibility: visible;
}

.iti {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 1rem !important;
}
.iti * {
  box-sizing: border-box;
}
.iti__hide {
  display: none;
}
.iti__v-hide {
  visibility: hidden;
}
.iti input,
.iti input[type=text],
.iti input[type=tel] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}
.iti__flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 0;
}
.iti__selected-flag {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
.iti__arrow {
  margin-left: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}
[dir=rtl] .iti__arrow {
  margin-right: 6px;
  margin-left: 0;
}
.iti__arrow--up {
  border-top: none;
  border-bottom: 4px solid #555;
}
.iti__country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  padding: 0;
  margin-top: 6px;
  background-color: white;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.03), 0 8px 16px rgba(0, 0, 0, 0.08), 0 30px 60px -30px rgba(0, 0, 0, 0.12);
  border-radius: 13px;
  /*white-space: nowrap;*/
  width: 100%;
  min-width: 349px;
  max-height: 240px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.iti__country-list--dropup {
  bottom: 100%;
  margin-bottom: -1px;
}
@media (max-width: 500px) {
  .iti__country-list {
    /*white-space: normal;*/
  }
}
.iti__flag-box {
  display: inline-block;
  width: 20px;
}
.iti__divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 4px solid #f7f8f7;
}
.iti__country {
  display: flex;
  align-items: center;
  padding: 12px 10px;
  outline: none;
}
.iti__dial-code {
  color: #999;
  font-size: 12px;
}
.iti__country.iti__highlight {
  background-color: rgba(0, 0, 0, 0.15);
}
.iti__country-name {
  font-size: 14px;
  line-height: 1.4;
  cursor: pointer;
  flex: 1 0 0;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
}
.iti__flag-box, .iti__country-name {
  margin-right: 6px;
}
[dir=rtl] .iti__flag-box, [dir=rtl] .iti__country-name {
  margin-right: 0;
  margin-left: 6px;
}
.iti--allow-dropdown input,
.iti--allow-dropdown input[type=text],
.iti--allow-dropdown input[type=tel], .iti--separate-dial-code input,
.iti--separate-dial-code input[type=text],
.iti--separate-dial-code input[type=tel] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}
[dir=rtl] .iti--allow-dropdown input,
[dir=rtl] .iti--allow-dropdown input[type=text],
[dir=rtl] .iti--allow-dropdown input[type=tel], [dir=rtl] .iti--separate-dial-code input,
[dir=rtl] .iti--separate-dial-code input[type=text],
[dir=rtl] .iti--separate-dial-code input[type=tel] {
  padding-right: 52px;
  padding-left: 6px;
  margin-right: 0;
}
.iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container {
  right: auto;
  left: 0;
}
[dir=rtl] .iti--allow-dropdown .iti__flag-container, [dir=rtl] .iti--separate-dial-code .iti__flag-container {
  right: 0;
  left: auto;
}
.iti--allow-dropdown .iti__flag-container:hover {
  cursor: pointer;
}
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti--allow-dropdown input[disabled] + .iti__flag-container:hover,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
  cursor: default;
}
.iti--allow-dropdown input[disabled] + .iti__flag-container:hover .iti__selected-flag,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover .iti__selected-flag {
  background-color: transparent;
}
.iti--separate-dial-code.iti--show-flags .iti__selected-dial-code {
  margin-left: 6px;
  font-size: 17px;
  color: #FFF;
}
[dir=rtl] .iti--separate-dial-code.iti--show-flags .iti__selected-dial-code {
  margin-left: 0;
  margin-right: 6px;
}
.iti--container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
}
.iti--container:hover {
  cursor: pointer;
}

.iti-mobile .iti--container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed;
}
.iti-mobile .iti__country-list {
  max-height: 100%;
  width: 100%;
}
.iti-mobile .iti__country {
  padding: 10px 10px;
  line-height: 1.5em;
}

.iti__flag {
  width: 20px;
}
.iti__flag.iti__be {
  width: 18px;
}
.iti__flag.iti__ch {
  width: 15px;
}
.iti__flag.iti__mc {
  width: 19px;
}
.iti__flag.iti__ne {
  width: 18px;
}
.iti__flag.iti__np {
  width: 13px;
}
.iti__flag.iti__va {
  width: 15px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-size: 5762px 15px;
  }
}
.iti__flag.iti__ac {
  height: 10px;
  background-position: 0px 0px;
}
.iti__flag.iti__ad {
  height: 14px;
  background-position: -22px 0px;
}
.iti__flag.iti__ae {
  height: 10px;
  background-position: -44px 0px;
}
.iti__flag.iti__af {
  height: 14px;
  background-position: -66px 0px;
}
.iti__flag.iti__ag {
  height: 14px;
  background-position: -88px 0px;
}
.iti__flag.iti__ai {
  height: 10px;
  background-position: -110px 0px;
}
.iti__flag.iti__al {
  height: 15px;
  background-position: -132px 0px;
}
.iti__flag.iti__am {
  height: 10px;
  background-position: -154px 0px;
}
.iti__flag.iti__ao {
  height: 14px;
  background-position: -176px 0px;
}
.iti__flag.iti__aq {
  height: 14px;
  background-position: -198px 0px;
}
.iti__flag.iti__ar {
  height: 13px;
  background-position: -220px 0px;
}
.iti__flag.iti__as {
  height: 10px;
  background-position: -242px 0px;
}
.iti__flag.iti__at {
  height: 14px;
  background-position: -264px 0px;
}
.iti__flag.iti__au {
  height: 10px;
  background-position: -286px 0px;
}
.iti__flag.iti__aw {
  height: 14px;
  background-position: -308px 0px;
}
.iti__flag.iti__ax {
  height: 13px;
  background-position: -330px 0px;
}
.iti__flag.iti__az {
  height: 10px;
  background-position: -352px 0px;
}
.iti__flag.iti__ba {
  height: 10px;
  background-position: -374px 0px;
}
.iti__flag.iti__bb {
  height: 14px;
  background-position: -396px 0px;
}
.iti__flag.iti__bd {
  height: 12px;
  background-position: -418px 0px;
}
.iti__flag.iti__be {
  height: 15px;
  background-position: -440px 0px;
}
.iti__flag.iti__bf {
  height: 14px;
  background-position: -460px 0px;
}
.iti__flag.iti__bg {
  height: 12px;
  background-position: -482px 0px;
}
.iti__flag.iti__bh {
  height: 12px;
  background-position: -504px 0px;
}
.iti__flag.iti__bi {
  height: 12px;
  background-position: -526px 0px;
}
.iti__flag.iti__bj {
  height: 14px;
  background-position: -548px 0px;
}
.iti__flag.iti__bl {
  height: 14px;
  background-position: -570px 0px;
}
.iti__flag.iti__bm {
  height: 10px;
  background-position: -592px 0px;
}
.iti__flag.iti__bn {
  height: 10px;
  background-position: -614px 0px;
}
.iti__flag.iti__bo {
  height: 14px;
  background-position: -636px 0px;
}
.iti__flag.iti__bq {
  height: 14px;
  background-position: -658px 0px;
}
.iti__flag.iti__br {
  height: 14px;
  background-position: -680px 0px;
}
.iti__flag.iti__bs {
  height: 10px;
  background-position: -702px 0px;
}
.iti__flag.iti__bt {
  height: 14px;
  background-position: -724px 0px;
}
.iti__flag.iti__bv {
  height: 15px;
  background-position: -746px 0px;
}
.iti__flag.iti__bw {
  height: 14px;
  background-position: -768px 0px;
}
.iti__flag.iti__by {
  height: 10px;
  background-position: -790px 0px;
}
.iti__flag.iti__bz {
  height: 12px;
  background-position: -812px 0px;
}
.iti__flag.iti__ca {
  height: 10px;
  background-position: -834px 0px;
}
.iti__flag.iti__cc {
  height: 10px;
  background-position: -856px 0px;
}
.iti__flag.iti__cd {
  height: 15px;
  background-position: -878px 0px;
}
.iti__flag.iti__cf {
  height: 14px;
  background-position: -900px 0px;
}
.iti__flag.iti__cg {
  height: 14px;
  background-position: -922px 0px;
}
.iti__flag.iti__ch {
  height: 15px;
  background-position: -944px 0px;
}
.iti__flag.iti__ci {
  height: 14px;
  background-position: -961px 0px;
}
.iti__flag.iti__ck {
  height: 10px;
  background-position: -983px 0px;
}
.iti__flag.iti__cl {
  height: 14px;
  background-position: -1005px 0px;
}
.iti__flag.iti__cm {
  height: 14px;
  background-position: -1027px 0px;
}
.iti__flag.iti__cn {
  height: 14px;
  background-position: -1049px 0px;
}
.iti__flag.iti__co {
  height: 14px;
  background-position: -1071px 0px;
}
.iti__flag.iti__cp {
  height: 14px;
  background-position: -1093px 0px;
}
.iti__flag.iti__cq {
  height: 12px;
  background-position: -1115px 0px;
}
.iti__flag.iti__cr {
  height: 12px;
  background-position: -1137px 0px;
}
.iti__flag.iti__cu {
  height: 10px;
  background-position: -1159px 0px;
}
.iti__flag.iti__cv {
  height: 12px;
  background-position: -1181px 0px;
}
.iti__flag.iti__cw {
  height: 14px;
  background-position: -1203px 0px;
}
.iti__flag.iti__cx {
  height: 10px;
  background-position: -1225px 0px;
}
.iti__flag.iti__cy {
  height: 14px;
  background-position: -1247px 0px;
}
.iti__flag.iti__cz {
  height: 14px;
  background-position: -1269px 0px;
}
.iti__flag.iti__de {
  height: 12px;
  background-position: -1291px 0px;
}
.iti__flag.iti__dg {
  height: 10px;
  background-position: -1313px 0px;
}
.iti__flag.iti__dj {
  height: 14px;
  background-position: -1335px 0px;
}
.iti__flag.iti__dk {
  height: 15px;
  background-position: -1357px 0px;
}
.iti__flag.iti__dm {
  height: 10px;
  background-position: -1379px 0px;
}
.iti__flag.iti__do {
  height: 14px;
  background-position: -1401px 0px;
}
.iti__flag.iti__dz {
  height: 14px;
  background-position: -1423px 0px;
}
.iti__flag.iti__ea {
  height: 14px;
  background-position: -1445px 0px;
}
.iti__flag.iti__ec {
  height: 14px;
  background-position: -1467px 0px;
}
.iti__flag.iti__ee {
  height: 13px;
  background-position: -1489px 0px;
}
.iti__flag.iti__eg {
  height: 14px;
  background-position: -1511px 0px;
}
.iti__flag.iti__eh {
  height: 10px;
  background-position: -1533px 0px;
}
.iti__flag.iti__er {
  height: 10px;
  background-position: -1555px 0px;
}
.iti__flag.iti__es {
  height: 14px;
  background-position: -1577px 0px;
}
.iti__flag.iti__et {
  height: 10px;
  background-position: -1599px 0px;
}
.iti__flag.iti__eu {
  height: 14px;
  background-position: -1621px 0px;
}
.iti__flag.iti__ez {
  height: 14px;
  background-position: -1643px 0px;
}
.iti__flag.iti__fi {
  height: 12px;
  background-position: -1665px 0px;
}
.iti__flag.iti__fj {
  height: 10px;
  background-position: -1687px 0px;
}
.iti__flag.iti__fk {
  height: 10px;
  background-position: -1709px 0px;
}
.iti__flag.iti__fm {
  height: 11px;
  background-position: -1731px 0px;
}
.iti__flag.iti__fo {
  height: 15px;
  background-position: -1753px 0px;
}
.iti__flag.iti__fr {
  height: 14px;
  background-position: -1775px 0px;
}
.iti__flag.iti__fx {
  height: 14px;
  background-position: -1797px 0px;
}
.iti__flag.iti__ga {
  height: 15px;
  background-position: -1819px 0px;
}
.iti__flag.iti__gb {
  height: 10px;
  background-position: -1841px 0px;
}
.iti__flag.iti__gd {
  height: 12px;
  background-position: -1863px 0px;
}
.iti__flag.iti__ge {
  height: 14px;
  background-position: -1885px 0px;
}
.iti__flag.iti__gf {
  height: 14px;
  background-position: -1907px 0px;
}
.iti__flag.iti__gg {
  height: 14px;
  background-position: -1929px 0px;
}
.iti__flag.iti__gh {
  height: 14px;
  background-position: -1951px 0px;
}
.iti__flag.iti__gi {
  height: 10px;
  background-position: -1973px 0px;
}
.iti__flag.iti__gl {
  height: 14px;
  background-position: -1995px 0px;
}
.iti__flag.iti__gm {
  height: 14px;
  background-position: -2017px 0px;
}
.iti__flag.iti__gn {
  height: 14px;
  background-position: -2039px 0px;
}
.iti__flag.iti__gp {
  height: 14px;
  background-position: -2061px 0px;
}
.iti__flag.iti__gq {
  height: 14px;
  background-position: -2083px 0px;
}
.iti__flag.iti__gr {
  height: 14px;
  background-position: -2105px 0px;
}
.iti__flag.iti__gs {
  height: 10px;
  background-position: -2127px 0px;
}
.iti__flag.iti__gt {
  height: 13px;
  background-position: -2149px 0px;
}
.iti__flag.iti__gu {
  height: 11px;
  background-position: -2171px 0px;
}
.iti__flag.iti__gw {
  height: 10px;
  background-position: -2193px 0px;
}
.iti__flag.iti__gy {
  height: 12px;
  background-position: -2215px 0px;
}
.iti__flag.iti__hk {
  height: 14px;
  background-position: -2237px 0px;
}
.iti__flag.iti__hm {
  height: 10px;
  background-position: -2259px 0px;
}
.iti__flag.iti__hn {
  height: 10px;
  background-position: -2281px 0px;
}
.iti__flag.iti__hr {
  height: 10px;
  background-position: -2303px 0px;
}
.iti__flag.iti__ht {
  height: 12px;
  background-position: -2325px 0px;
}
.iti__flag.iti__hu {
  height: 10px;
  background-position: -2347px 0px;
}
.iti__flag.iti__ic {
  height: 14px;
  background-position: -2369px 0px;
}
.iti__flag.iti__id {
  height: 14px;
  background-position: -2391px 0px;
}
.iti__flag.iti__ie {
  height: 10px;
  background-position: -2413px 0px;
}
.iti__flag.iti__il {
  height: 15px;
  background-position: -2435px 0px;
}
.iti__flag.iti__im {
  height: 10px;
  background-position: -2457px 0px;
}
.iti__flag.iti__in {
  height: 14px;
  background-position: -2479px 0px;
}
.iti__flag.iti__io {
  height: 10px;
  background-position: -2501px 0px;
}
.iti__flag.iti__iq {
  height: 14px;
  background-position: -2523px 0px;
}
.iti__flag.iti__ir {
  height: 12px;
  background-position: -2545px 0px;
}
.iti__flag.iti__is {
  height: 15px;
  background-position: -2567px 0px;
}
.iti__flag.iti__it {
  height: 14px;
  background-position: -2589px 0px;
}
.iti__flag.iti__je {
  height: 12px;
  background-position: -2611px 0px;
}
.iti__flag.iti__jm {
  height: 10px;
  background-position: -2633px 0px;
}
.iti__flag.iti__jo {
  height: 10px;
  background-position: -2655px 0px;
}
.iti__flag.iti__jp {
  height: 14px;
  background-position: -2677px 0px;
}
.iti__flag.iti__ke {
  height: 14px;
  background-position: -2699px 0px;
}
.iti__flag.iti__kg {
  height: 12px;
  background-position: -2721px 0px;
}
.iti__flag.iti__kh {
  height: 13px;
  background-position: -2743px 0px;
}
.iti__flag.iti__ki {
  height: 10px;
  background-position: -2765px 0px;
}
.iti__flag.iti__km {
  height: 12px;
  background-position: -2787px 0px;
}
.iti__flag.iti__kn {
  height: 14px;
  background-position: -2809px 0px;
}
.iti__flag.iti__kp {
  height: 10px;
  background-position: -2831px 0px;
}
.iti__flag.iti__kr {
  height: 14px;
  background-position: -2853px 0px;
}
.iti__flag.iti__kw {
  height: 10px;
  background-position: -2875px 0px;
}
.iti__flag.iti__ky {
  height: 10px;
  background-position: -2897px 0px;
}
.iti__flag.iti__kz {
  height: 10px;
  background-position: -2919px 0px;
}
.iti__flag.iti__la {
  height: 14px;
  background-position: -2941px 0px;
}
.iti__flag.iti__lb {
  height: 14px;
  background-position: -2963px 0px;
}
.iti__flag.iti__lc {
  height: 10px;
  background-position: -2985px 0px;
}
.iti__flag.iti__li {
  height: 12px;
  background-position: -3007px 0px;
}
.iti__flag.iti__lk {
  height: 10px;
  background-position: -3029px 0px;
}
.iti__flag.iti__lr {
  height: 11px;
  background-position: -3051px 0px;
}
.iti__flag.iti__ls {
  height: 14px;
  background-position: -3073px 0px;
}
.iti__flag.iti__lt {
  height: 12px;
  background-position: -3095px 0px;
}
.iti__flag.iti__lu {
  height: 12px;
  background-position: -3117px 0px;
}
.iti__flag.iti__lv {
  height: 10px;
  background-position: -3139px 0px;
}
.iti__flag.iti__ly {
  height: 10px;
  background-position: -3161px 0px;
}
.iti__flag.iti__ma {
  height: 14px;
  background-position: -3183px 0px;
}
.iti__flag.iti__mc {
  height: 15px;
  background-position: -3205px 0px;
}
.iti__flag.iti__md {
  height: 10px;
  background-position: -3226px 0px;
}
.iti__flag.iti__me {
  height: 10px;
  background-position: -3248px 0px;
}
.iti__flag.iti__mf {
  height: 14px;
  background-position: -3270px 0px;
}
.iti__flag.iti__mg {
  height: 14px;
  background-position: -3292px 0px;
}
.iti__flag.iti__mh {
  height: 11px;
  background-position: -3314px 0px;
}
.iti__flag.iti__mk {
  height: 10px;
  background-position: -3336px 0px;
}
.iti__flag.iti__ml {
  height: 14px;
  background-position: -3358px 0px;
}
.iti__flag.iti__mm {
  height: 14px;
  background-position: -3380px 0px;
}
.iti__flag.iti__mn {
  height: 10px;
  background-position: -3402px 0px;
}
.iti__flag.iti__mo {
  height: 14px;
  background-position: -3424px 0px;
}
.iti__flag.iti__mp {
  height: 10px;
  background-position: -3446px 0px;
}
.iti__flag.iti__mq {
  height: 14px;
  background-position: -3468px 0px;
}
.iti__flag.iti__mr {
  height: 14px;
  background-position: -3490px 0px;
}
.iti__flag.iti__ms {
  height: 10px;
  background-position: -3512px 0px;
}
.iti__flag.iti__mt {
  height: 14px;
  background-position: -3534px 0px;
}
.iti__flag.iti__mu {
  height: 14px;
  background-position: -3556px 0px;
}
.iti__flag.iti__mv {
  height: 14px;
  background-position: -3578px 0px;
}
.iti__flag.iti__mw {
  height: 14px;
  background-position: -3600px 0px;
}
.iti__flag.iti__mx {
  height: 12px;
  background-position: -3622px 0px;
}
.iti__flag.iti__my {
  height: 10px;
  background-position: -3644px 0px;
}
.iti__flag.iti__mz {
  height: 14px;
  background-position: -3666px 0px;
}
.iti__flag.iti__na {
  height: 14px;
  background-position: -3688px 0px;
}
.iti__flag.iti__nc {
  height: 10px;
  background-position: -3710px 0px;
}
.iti__flag.iti__ne {
  height: 15px;
  background-position: -3732px 0px;
}
.iti__flag.iti__nf {
  height: 10px;
  background-position: -3752px 0px;
}
.iti__flag.iti__ng {
  height: 10px;
  background-position: -3774px 0px;
}
.iti__flag.iti__ni {
  height: 12px;
  background-position: -3796px 0px;
}
.iti__flag.iti__nl {
  height: 14px;
  background-position: -3818px 0px;
}
.iti__flag.iti__no {
  height: 15px;
  background-position: -3840px 0px;
}
.iti__flag.iti__np {
  height: 15px;
  background-position: -3862px 0px;
}
.iti__flag.iti__nr {
  height: 10px;
  background-position: -3877px 0px;
}
.iti__flag.iti__nu {
  height: 10px;
  background-position: -3899px 0px;
}
.iti__flag.iti__nz {
  height: 10px;
  background-position: -3921px 0px;
}
.iti__flag.iti__om {
  height: 10px;
  background-position: -3943px 0px;
}
.iti__flag.iti__pa {
  height: 14px;
  background-position: -3965px 0px;
}
.iti__flag.iti__pe {
  height: 14px;
  background-position: -3987px 0px;
}
.iti__flag.iti__pf {
  height: 14px;
  background-position: -4009px 0px;
}
.iti__flag.iti__pg {
  height: 15px;
  background-position: -4031px 0px;
}
.iti__flag.iti__ph {
  height: 10px;
  background-position: -4053px 0px;
}
.iti__flag.iti__pk {
  height: 14px;
  background-position: -4075px 0px;
}
.iti__flag.iti__pl {
  height: 13px;
  background-position: -4097px 0px;
}
.iti__flag.iti__pm {
  height: 14px;
  background-position: -4119px 0px;
}
.iti__flag.iti__pn {
  height: 10px;
  background-position: -4141px 0px;
}
.iti__flag.iti__pr {
  height: 14px;
  background-position: -4163px 0px;
}
.iti__flag.iti__ps {
  height: 10px;
  background-position: -4185px 0px;
}
.iti__flag.iti__pt {
  height: 14px;
  background-position: -4207px 0px;
}
.iti__flag.iti__pw {
  height: 13px;
  background-position: -4229px 0px;
}
.iti__flag.iti__py {
  height: 11px;
  background-position: -4251px 0px;
}
.iti__flag.iti__qa {
  height: 8px;
  background-position: -4273px 0px;
}
.iti__flag.iti__re {
  height: 14px;
  background-position: -4295px 0px;
}
.iti__flag.iti__ro {
  height: 14px;
  background-position: -4317px 0px;
}
.iti__flag.iti__rs {
  height: 14px;
  background-position: -4339px 0px;
}
.iti__flag.iti__ru {
  height: 14px;
  background-position: -4361px 0px;
}
.iti__flag.iti__rw {
  height: 14px;
  background-position: -4383px 0px;
}
.iti__flag.iti__sa {
  height: 14px;
  background-position: -4405px 0px;
}
.iti__flag.iti__sb {
  height: 10px;
  background-position: -4427px 0px;
}
.iti__flag.iti__sc {
  height: 10px;
  background-position: -4449px 0px;
}
.iti__flag.iti__sd {
  height: 10px;
  background-position: -4471px 0px;
}
.iti__flag.iti__se {
  height: 13px;
  background-position: -4493px 0px;
}
.iti__flag.iti__sg {
  height: 14px;
  background-position: -4515px 0px;
}
.iti__flag.iti__sh {
  height: 10px;
  background-position: -4537px 0px;
}
.iti__flag.iti__si {
  height: 10px;
  background-position: -4559px 0px;
}
.iti__flag.iti__sj {
  height: 15px;
  background-position: -4581px 0px;
}
.iti__flag.iti__sk {
  height: 14px;
  background-position: -4603px 0px;
}
.iti__flag.iti__sl {
  height: 14px;
  background-position: -4625px 0px;
}
.iti__flag.iti__sm {
  height: 15px;
  background-position: -4647px 0px;
}
.iti__flag.iti__sn {
  height: 14px;
  background-position: -4669px 0px;
}
.iti__flag.iti__so {
  height: 14px;
  background-position: -4691px 0px;
}
.iti__flag.iti__sr {
  height: 14px;
  background-position: -4713px 0px;
}
.iti__flag.iti__ss {
  height: 10px;
  background-position: -4735px 0px;
}
.iti__flag.iti__st {
  height: 10px;
  background-position: -4757px 0px;
}
.iti__flag.iti__su {
  height: 10px;
  background-position: -4779px 0px;
}
.iti__flag.iti__sv {
  height: 12px;
  background-position: -4801px 0px;
}
.iti__flag.iti__sx {
  height: 14px;
  background-position: -4823px 0px;
}
.iti__flag.iti__sy {
  height: 14px;
  background-position: -4845px 0px;
}
.iti__flag.iti__sz {
  height: 14px;
  background-position: -4867px 0px;
}
.iti__flag.iti__ta {
  height: 10px;
  background-position: -4889px 0px;
}
.iti__flag.iti__tc {
  height: 10px;
  background-position: -4911px 0px;
}
.iti__flag.iti__td {
  height: 14px;
  background-position: -4933px 0px;
}
.iti__flag.iti__tf {
  height: 14px;
  background-position: -4955px 0px;
}
.iti__flag.iti__tg {
  height: 13px;
  background-position: -4977px 0px;
}
.iti__flag.iti__th {
  height: 14px;
  background-position: -4999px 0px;
}
.iti__flag.iti__tj {
  height: 10px;
  background-position: -5021px 0px;
}
.iti__flag.iti__tk {
  height: 10px;
  background-position: -5043px 0px;
}
.iti__flag.iti__tl {
  height: 10px;
  background-position: -5065px 0px;
}
.iti__flag.iti__tm {
  height: 14px;
  background-position: -5087px 0px;
}
.iti__flag.iti__tn {
  height: 14px;
  background-position: -5109px 0px;
}
.iti__flag.iti__to {
  height: 10px;
  background-position: -5131px 0px;
}
.iti__flag.iti__tr {
  height: 14px;
  background-position: -5153px 0px;
}
.iti__flag.iti__tt {
  height: 12px;
  background-position: -5175px 0px;
}
.iti__flag.iti__tv {
  height: 10px;
  background-position: -5197px 0px;
}
.iti__flag.iti__tw {
  height: 14px;
  background-position: -5219px 0px;
}
.iti__flag.iti__tz {
  height: 14px;
  background-position: -5241px 0px;
}
.iti__flag.iti__ua {
  height: 14px;
  background-position: -5263px 0px;
}
.iti__flag.iti__ug {
  height: 14px;
  background-position: -5285px 0px;
}
.iti__flag.iti__uk {
  height: 10px;
  background-position: -5307px 0px;
}
.iti__flag.iti__um {
  height: 11px;
  background-position: -5329px 0px;
}
.iti__flag.iti__un {
  height: 14px;
  background-position: -5351px 0px;
}
.iti__flag.iti__us {
  height: 11px;
  background-position: -5373px 0px;
}
.iti__flag.iti__uy {
  height: 14px;
  background-position: -5395px 0px;
}
.iti__flag.iti__uz {
  height: 10px;
  background-position: -5417px 0px;
}
.iti__flag.iti__va {
  height: 15px;
  background-position: -5439px 0px;
}
.iti__flag.iti__vc {
  height: 14px;
  background-position: -5456px 0px;
}
.iti__flag.iti__ve {
  height: 14px;
  background-position: -5478px 0px;
}
.iti__flag.iti__vg {
  height: 10px;
  background-position: -5500px 0px;
}
.iti__flag.iti__vi {
  height: 14px;
  background-position: -5522px 0px;
}
.iti__flag.iti__vn {
  height: 14px;
  background-position: -5544px 0px;
}
.iti__flag.iti__vu {
  height: 12px;
  background-position: -5566px 0px;
}
.iti__flag.iti__wf {
  height: 14px;
  background-position: -5588px 0px;
}
.iti__flag.iti__ws {
  height: 10px;
  background-position: -5610px 0px;
}
.iti__flag.iti__xk {
  height: 15px;
  background-position: -5632px 0px;
}
.iti__flag.iti__ye {
  height: 14px;
  background-position: -5654px 0px;
}
.iti__flag.iti__yt {
  height: 14px;
  background-position: -5676px 0px;
}
.iti__flag.iti__za {
  height: 14px;
  background-position: -5698px 0px;
}
.iti__flag.iti__zm {
  height: 14px;
  background-position: -5720px 0px;
}
.iti__flag.iti__zw {
  height: 10px;
  background-position: -5742px 0px;
}

.iti__flag {
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url("../../assets/libs/intl-tel-input-master/img/flags.png");
  background-repeat: no-repeat;
  background-color: #dbdbdb;
  background-position: 20px 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url("../../assets/libs/intl-tel-input-master/img/flags@2x.png");
  }
}

.iti__flag.iti__np {
  background-color: transparent;
}

.iti__selected-flag {
  padding: 0;
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background: transparent !important;
}

/* ---------------------------------------------
 malihu jquery custom scrollbar plugin
 * Plugin URI: http://manos.malihu.gr/jquery-custom-content-scroller
------------------------------------------------ */
/*
1. BASIC STYLE
*/
.mCustomScrollbar {
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom;
  /* direct pointer events to js */
}

.mCustomScrollbar.mCS_no_scrollbar,
.mCustomScrollbar.mCS_touch_action {
  -ms-touch-action: auto;
  touch-action: auto;
}

.mCustomScrollBox { /* contains plugin's markup */
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: none;
  direction: ltr;
}

.mCSB_container { /* contains the original content */
  overflow: hidden;
  width: auto;
  height: auto;
}

/*
2. VERTICAL SCROLLBAR | y-axis
*/
/* RTL direction/left-side scrollbar */
.mCSB_scrollTools {
  position: absolute;
  width: 16px;
  height: auto;
  right: 0;
  top: 0;
  left: auto;
  bottom: 0;
}

.mCSB_outside + .mCSB_scrollTools {
  right: -26px;
}

/* scrollbar position: outside */
.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: auto;
  right: 0;
}

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  right: -26px;
}

/* RTL direction/left-side scrollbar (scrollbar position: outside) */
.mCSB_scrollTools .mCSB_draggerContainer {
  /* contains the draggable element and dragger rail markup */
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
}

.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0;
}

.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
}

.mCSB_scrollTools .mCSB_dragger {
  /* the draggable element */
  cursor: pointer;
  width: 100%;
  height: 30px;
  /* minimum dragger height */
  z-index: 1;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  /* the dragger element */
  position: relative;
  width: 4px;
  height: 100%;
  margin: 0 auto;
  text-align: center;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px;
}

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}

.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0;
}

/*
3. HORIZONTAL SCROLLBAR | x-axis
*/
.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-bottom: 30px;
}

.mCSB_horizontal.mCSB_outside > .mCSB_container {
  min-height: 100%;
}

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}

/* non-visible scrollbar */
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 16px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
}

.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px;
}

/* scrollbar position: outside */
.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0 20px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 30px;
  /* minimum dragger width */
  height: 100%;
  left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  /* auto-expanded scrollbar */
  margin: 2px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 8px;
  /* auto-expanded scrollbar */
  margin: 4px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0;
}

/*
4. VERTICAL AND HORIZONTAL SCROLLBARS | yx-axis
*/
.mCSB_container_wrapper {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 30px;
}

.mCSB_container_wrapper > .mCSB_container {
  padding-right: 30px;
  padding-bottom: 30px;
  box-sizing: border-box;
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px;
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px;
}

/* non-visible horizontal scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0;
}

/* non-visible vertical scrollbar/RTL direction/left-side scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0;
}

/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 20px;
}

/* non-visible scrollbar/RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px;
}

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
  padding-right: 0;
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
  padding-bottom: 0;
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
  /* non-visible scrollbar */
  margin-left: 0;
}

/* non-visible horizontal scrollbar */
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}

/*
5. TRANSITIONS
*/
.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  transition: opacity 0.2s, background-color 0.2s;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
  transition: 0.2s ease-out;
}

/*
6.1 THEMES
*/
/* default theme ("light") */
.mCSB_scrollTools {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}

.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 0;
  filter: "alpha(opacity=0)";
  -ms-filter: "alpha(opacity=0)";
}

.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollBox:hover > .mCSB_scrollTools,
.mCustomScrollBox:hover ~ .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background: rgba(0, 0, 0, 0.3);
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background: rgba(0, 0, 0, 0.3);
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background: rgba(0, 0, 0, 0.4);
  filter: "alpha(opacity=85)";
  -ms-filter: "alpha(opacity=85)";
}

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background: rgba(0, 0, 0, 0.5);
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
}

/*scroll bar in dark skin*/
.jamal-skin-dark .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: rgba(255, 255, 255, 0.35);
}
.jamal-skin-dark .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(255, 255, 255, 0.45);
}
.jamal-skin-dark .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.jamal-skin-dark .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(255, 255, 255, 0.55);
}

:root {
  --transition: all 0.3s ease-in-out;
}

.container {
  --pad-inner: 52px;
  --innerWidth: 1920px;
  width: 100%;
  max-width: var(--innerWidth);
  margin: 0 auto;
  padding: 0 var(--pad-inner);
}
@media (max-width: 767px) {
  .container {
    --pad-inner: 16px;
  }
}

html {
  scroll-behavior: auto;
  height: auto;
}

body, html {
  -webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: antialiased;
  min-height: 100%;
  text-rendering: optimizeLegibility;
  width: 100%;
}

body {
  -moz-osx-font-smoothing: grayscale;
  word-break: break-word;
  -webkit-font-smoothing: antialiased;
}

a {
  cursor: pointer !important;
}

.aj--hover-op50:hover {
  opacity: 0.5 !important;
  text-decoration: underline !important;
}

.ml-3, .mx-3 {
  margin-left: 1rem !important;
}

.ml-5, .mx-5 {
  margin-left: 3rem !important;
}

@media (min-width: 992px) {
  .ml-lg-4, .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
}
* {
  outline: none 0 !important;
}

::selection {
  background: #00EAE7 !important;
  color: #000 !important;
}

@media (max-width: 767px) {
  .mob-text-center {
    text-align: center !important;
  }
  .mob-w100 {
    width: 100% !important;
    min-width: auto !important;
    max-width: 100% !important;
  }
}
.aj--bg-1 {
  background-image: url(../images/footer-bg.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.aj--bg-2 {
  background-image: url(../images/bg-2.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.aj--bg-3 {
  background-image: url(../images/bg-3.svg) !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.btn svg {
  margin-left: 18px;
}

.intro_background__D_zwa {
  --ease-basic: cubic-bezier(0.5,0,0,1);
  --ease-out: cubic-bezier(0.25,1,0.5,1);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  animation: intro_fade-in__sO2SP 2s var(--ease-basic) forwards;
  opacity: 0;
}
.intro_background__D_zwa video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@keyframes intro_fade-in__sO2SP {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.aj--modal-wrapper {
  --transition-duration: 750ms;
  --transition-delay: 0ms;
  background-color: transparent;
  display: flex;
  height: 100%;
  justify-content: flex-end;
  left: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  transition: 0.75s cubic-bezier(0.075, 0.82, 0.165, 1) 0ms;
  transition: var(--transition-duration) cubic-bezier(0.075, 0.82, 0.165, 1) var(--transition-delay);
  width: 100%;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}
.aj--modal-wrapper .wpcf7-form .cls-1 {
  fill: red !important;
}
.aj--modal-wrapper .wpcf7-form .cls-2 {
  fill: #444;
}
.aj--modal-wrapper .wpcf7-form.invalid {
  position: relative;
}
.aj--modal-wrapper .wpcf7-form.invalid .wpcf7-response-output {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  border: 0 none;
  padding: 20px;
  margin: 24px 0 0;
  background: #fff1eb;
  color: #c13515;
  box-shadow: 0 0 16px rgba(193, 53, 21, 0.15);
  border-radius: 13px;
}
.aj--modal-wrapper .wpcf7-form .wpcf7-spinner {
  background-image: linear-gradient(90deg, #E4CA9D 6%, #D1CCA2 10%, #9AD4B4 22%, #6BDAC4 35%, #44E0D0 47%, #26E4DA 60%, #11E7E1 72%, #04E9E5 84%, #00EAE7 100%);
  color: #000;
  border-radius: 31px;
  width: 62px;
  height: 62px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  opacity: 1;
  margin: 8px 0 0 0;
}
.aj--modal-wrapper .wpcf7-form .wpcf7-spinner:before {
  position: relative !important;
}
.aj--modal-wrapper .wpcf7-form.submitting .wpcf7-submit {
  display: none;
}
.aj--modal-wrapper .wpcf7-form p {
  margin: 0 !important;
  padding: 0 !important;
  display: flex;
}
.aj--modal-wrapper .wpcf7-form .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.aj--modal-wrapper .wpcf7-form select.wpcf7-form-control.wpcf7-select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23FFFFFF'><polygon points='0,0 100,0 50,50'/></svg>") !important;
  background-size: 12px !important;
  background-position: calc(100% - 0px) center !important;
  background-repeat: no-repeat !important;
}
.aj--modal-wrapper .wpcf7-form label {
  color: rgba(255, 255, 255, 0.5) !important;
  position: relative;
}
.aj--modal-wrapper .wpcf7-form label span.wpcf7-not-valid-tip {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  position: absolute;
  top: 100%;
  margin-top: 5px;
  color: rgb(193, 53, 21);
  border-radius: 8px;
  font-size: 13px;
  font-weight: 400;
  padding: 6px 10px;
  background: #fff1eb;
  margin-left: auto;
  z-index: 100;
  left: 0;
  right: 0;
  box-shadow: 0 0 50px rgba(193, 53, 21, 0.15);
  opacity: 1 !important;
  margin-right: auto;
  animation: mover 0.7s infinite alternate;
}
.aj--modal-wrapper .wpcf7-form label span.wpcf7-not-valid-tip:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 10px solid #fff1eb;
  position: absolute;
  bottom: 100%;
  z-index: 0;
}
.aj--modal-wrapper .wpcf7-form div.dswcf7_country_sel {
  position: relative;
  top: -24px;
}
.aj--modal-wrapper .wpcf7-form div.iti {
  width: 100% !important;
  margin-top: -14px !important;
}
.aj--modal-wrapper .wpcf7-form div.iti input.wpcf7-form-control.wpcf7-tel {
  margin: 0 !important;
}
.aj--modal-wrapper .wpcf7-form ul.iti__country-list {
  background: #414242 !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: 0 10px 70px 0 rgba(0, 0, 0, 0.07) !important;
  max-width: 349px !important;
  top: 100% !important;
}
.aj--modal-wrapper .wpcf7-form input.wpcf7-form-control.wpcf7-submit {
  background-image: linear-gradient(90deg, #E4CA9D 6%, #D1CCA2 10%, #9AD4B4 22%, #6BDAC4 35%, #44E0D0 47%, #26E4DA 60%, #11E7E1 72%, #04E9E5 84%, #00EAE7 100%);
  color: #000;
  border-radius: 31px;
  min-width: 260px;
  min-height: 62px;
  font-size: 19px;
}
.aj--modal-wrapper .wpcf7-form .wpcf7-form-control:not(.wpcf7-submit) {
  background: transparent none !important;
  border: 0 none !important;
  border-radius: 0 !important;
  color: #FFF !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  box-shadow: inset 0 -3px rgba(255, 255, 255, 0.5);
  margin-top: -14px !important;
  margin-right: 0 !important;
  margin-bottom: 24px !important;
  margin-left: 0 !important;
  transition: 0.75s cubic-bezier(0.075, 0.82, 0.165, 1) 0ms;
  font-size: 17px;
  letter-spacing: 0;
}
.aj--modal-wrapper .wpcf7-form .wpcf7-form-control:not(.wpcf7-submit).wpcf7-tel {
  padding-left: 92px !important;
}
.aj--modal-wrapper .wpcf7-form .wpcf7-form-control:not(.wpcf7-submit):focus, .aj--modal-wrapper .wpcf7-form .wpcf7-form-control:not(.wpcf7-submit):hover {
  box-shadow: inset 0 -3px rgb(255, 255, 255);
}
.aj--modal-wrapper .wpcf7-form .wpcf7-form-control.wpcf7-textarea {
  -webkit-appearance: unset !important;
  -moz-appearance: unset !important;
  appearance: unset !important;
  padding: 24px !important;
}
.aj--modal-wrapper .wpcf7-form .wpcf7-form-control.wpcf7-textarea:focus, .aj--modal-wrapper .wpcf7-form .wpcf7-form-control.wpcf7-textarea:hover {
  background-color: #000 !important;
}
.aj--modal-wrapper .wpcf7-form select {
  height: calc(0.89286vw + 37.14286px);
  padding: 0 calc(0.44643vw + 8.57143px) !important;
}
.aj--modal-wrapper .aj--franschising-modal {
  --border-radius: 0;
  --color: #fff;
  --background-color: #ff5f00;
  --transition-duration: 550ms;
  background-color: #202124;
  border-bottom-left-radius: 16px;
  border-bottom-left-radius: var(--border-radius);
  border-top-left-radius: 16px;
  border-top-left-radius: var(--border-radius);
  transition: 0.55s cubic-bezier(0.075, 0.82, 0.165, 1) var(--transition-delay);
  transition: var(--transition-duration) cubic-bezier(0.075, 0.82, 0.165, 1) var(--transition-delay);
  width: 100%;
  color: var(--color);
}
.aj--modal-wrapper .aj--franschising-modal .aj--footer--bg {
  -webkit-transform: translate(-50%, -50%) scale(1.2) !important;
  -ms-transform: translate(-50%, -50%) scale(1.2) !important;
  transform: translate(-50%, -50%) scale(1.2) !important;
  opacity: 0.433 !important;
  z-index: -1;
}
.aj--modal-wrapper .container {
  width: 100% !important;
}
.aj--modal-wrapper .aj--modal-inner {
  display: flex;
  flex-direction: row;
  padding: max(90px, 87.036px + 0.76vw) max(20px, 17.036px + 0.76vw) max(20px, 17.036px + 0.76vw);
  height: 100%;
  align-items: center;
}
@media (max-width: 767px) {
  .aj--modal-wrapper .aj--modal-inner {
    padding: max(140px, 87.036px + 0.76vw) max(20px, 17.036px + 0.76vw) max(60px, 17.036px + 0.76vw);
  }
}
.aj--modal-wrapper .aj--modal-close,
.aj--modal-wrapper .aj--modal-logo {
  position: absolute;
  left: calc(var(--pad-inner));
  top: 27px !important;
}
.aj--modal-wrapper .aj--modal-close {
  left: unset !important;
  right: calc(var(--pad-inner));
}
.aj--modal-wrapper header {
  opacity: 0;
  -webkit-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  transform: translateY(-40px);
  transition: 1s;
  position: relative;
  z-index: 100;
}
.aj--modal-wrapper .aj--modal-inner__left {
  opacity: 0;
  -webkit-transform: translateY(70px);
  -ms-transform: translateY(70px);
  transform: translateY(70px);
  transition: 1s;
  position: relative;
}
.aj--modal-wrapper .aj--modal-inner__left > svg {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translateY(-128px) !important;
  -ms-transform: translateY(-128px) !important;
  transform: translateX(-128px) !important;
  width: auto !important;
  max-width: unset !important;
}
@media (max-width: 1080px) {
  .aj--modal-wrapper .aj--modal-inner__left > svg {
    display: none;
  }
}
.aj--modal-wrapper .aj--modal-inner__right {
  opacity: 0;
  -webkit-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  transform: translateY(-40px);
  transition: 1s;
}
body.aj--modal-request-active {
  overflow: hidden;
}
body.aj--modal-request-active #modal-requset {
  visibility: visible;
  background-color: rgba(0, 0, 0, 0.8);
  pointer-events: all;
  z-index: 99999999 !important;
  opacity: 1;
}
body.aj--modal-request-active #modal-requset .aj--franschising-modal {
  z-index: 3;
}
body.aj--modal-request-active #modal-requset header,
body.aj--modal-request-active #modal-requset .aj--modal-inner__left,
body.aj--modal-request-active #modal-requset .aj--modal-inner__right {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
body.aj--modal-request-active .aj--whatsapp-button {
  opacity: 0 !important;
}
body.aj--modal-contact-active {
  overflow: hidden;
}
body.aj--modal-contact-active #modal-contact {
  visibility: visible;
  background-color: rgba(0, 0, 0, 0.8);
  pointer-events: all;
  z-index: 99999999 !important;
  opacity: 1;
}
body.aj--modal-contact-active #modal-contact .aj--franschising-modal {
  z-index: 3;
}
body.aj--modal-contact-active #modal-contact header,
body.aj--modal-contact-active #modal-contact .aj--modal-inner__left,
body.aj--modal-contact-active #modal-contact .aj--modal-inner__right {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
body.aj--modal-contact-active .aj--whatsapp-button {
  opacity: 0 !important;
}
body.admin-bar .aj--modal-wrapper .aj--franschising-modal .aj--modal-close,
body.admin-bar .aj--modal-wrapper .aj--franschising-modal .aj--modal-logo {
  top: 57px !important;
}

.aj--ui-lightbox-close,
.aj--modal-close {
  overflow: visible;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: 0;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
  height: 52px;
  width: 52px;
  position: absolute;
  right: calc(var(--bs-gutter-x) * 0.5);
  top: 25px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  cursor: pointer !important;
  background-image: linear-gradient(90deg, #E4CA9D 6%, #D1CCA2 10%, #9AD4B4 22%, #6BDAC4 35%, #44E0D0 47%, #26E4DA 60%, #11E7E1 72%, #04E9E5 84%, #00EAE7 100%);
  color: #000 !important;
}
.aj--ui-lightbox-close:focus, .aj--ui-lightbox-close:active,
.aj--modal-close:focus,
.aj--modal-close:active {
  background-image: linear-gradient(90deg, #E4CA9D 6%, #D1CCA2 10%, #9AD4B4 22%, #6BDAC4 35%, #44E0D0 47%, #26E4DA 60%, #11E7E1 72%, #04E9E5 84%, #00EAE7 100%);
  color: #000 !important;
}
.aj--ui-lightbox-close svg,
.aj--modal-close svg {
  transition: 0.75s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.aj--ui-lightbox-close:hover,
.aj--modal-close:hover {
  background: #FFF !important;
  color: #000 !important;
}
.aj--ui-lightbox-close:hover svg,
.aj--modal-close:hover svg {
  transform: scale(1.1) rotate(180deg);
}
@media (max-width: 767px) {
  .aj--ui-lightbox-close,
  .aj--modal-close {
    right: 10px;
    top: 10px;
    height: 40px;
    width: 40px;
  }
  .aj--ui-lightbox-close svg,
  .aj--modal-close svg {
    width: 16px;
    height: 16px;
  }
}

.aj--ui-lightbox {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1 !important;
  opacity: 0;
  transition: opacity 0.3s;
  overflow: hidden;
  visibility: hidden;
}
.aj--ui-lightbox:before {
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 0;
}
.aj--ui-lightbox .aj--ui-lightbox-close {
  opacity: 0;
  -webkit-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  transform: translateY(-40px);
  transition: 1s;
}
.aj--ui-lightbox .aj--ui-lightbox__content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
  max-width: 1050px;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  line-height: 0;
  width: 100%;
}
.aj--ui-lightbox .aj--ui-lightbox__content .aj--ui-lightbox__scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
  opacity: 0;
  -webkit-transform: translateY(70px);
  -ms-transform: translateY(70px);
  transform: translateY(70px);
  transition: 1s;
}
.aj--ui-lightbox .aj--ui-lightbox__content .aj--ui-lightbox__scaler iframe {
  display: block;
  top: 0;
  left: 0;
  height: 100%;
  background: #000;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  position: absolute;
  max-width: unset !important;
  max-height: unset !important;
  width: 100% !important;
}
.aj--ui-lightbox .aj--ui-lightbox__inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgba(255, 255, 255, 0.7);
  will-change: transform, opacity;
  padding-top: 40px;
  padding-bottom: 40px;
  /* &::after {
     position: absolute;
     bottom: -850px;
     left: -550px;
     z-index: -1;
     content: " ";
     background: #000;
     width: 1500px;
     height: 1500px;
     border-radius: 100%;
     filter: blur(8rem);
     opacity: 0.3;
     //animation: zoom-in-zoom-out 3s ease-in-out infinite alternate;
   }*/
}
@media (max-width: 767px) {
  .aj--ui-lightbox .aj--ui-lightbox__inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.aj--ui-lightbox .aj--ui-lightbox__inner::before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.aj--ui-lightbox .aj--ui-lightbox__inner iframe {
  max-width: 100% !important;
  max-height: 90vh;
}

body.on-video-overlay-active {
  overflow: hidden;
}
body.on-video-overlay-active.admin-bar .aj--ui-lightbox .aj--modal-close {
  top: 57px !important;
}
body.on-video-overlay-active .aj--whatsapp-button {
  opacity: 0 !important;
}
body.on-video-overlay-active .aj--ui-lightbox {
  display: block;
  opacity: 1;
  pointer-events: all;
  z-index: 99999999 !important;
  visibility: visible;
}
body.on-video-overlay-active .aj--ui-lightbox:before {
  opacity: 0.9;
}
body.on-video-overlay-active .aj--ui-lightbox.aj--ui-lb-open .aj--ui-lightbox__scaler {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
body.on-video-overlay-active .aj--ui-lightbox .aj--ui-lightbox-close {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

#cursor-outer,
#cursor-inner {
  z-index: 999999999999999 !important;
}

.aj--min-w344 {
  min-width: 344px !important;
}

.z-index-50 {
  z-index: 50 !important;
}

.aj--cta-box {
  place-content: center;
  place-items: center;
  position: relative;
  overflow: hidden;
  background: transparent;
}
.aj--cta-box::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(128deg, #ecf3fd 4%, #f5f9fd 24%, #d8e3ff 48%, #f8faff 80%);
  z-index: -1;
  animation: aj--cta-animate 8s ease-in-out infinite alternate;
}

@keyframes aj--cta-animate {
  0%, 100% {
    opacity: 0.8;
    -webkit-filter: saturate(1);
    -webkit-filter: hue-rotate(0deg);
  }
  50% {
    opacity: 1;
    background: linear-gradient(144deg, #ecf3fd 4%, #f5f9fd 26%, #d8e3ff 48%, #f8faff 80%);
    -webkit-filter: saturate(4);
    -webkit-filter: hue-rotate(320deg);
  }
}
.btn-fill-sh-big {
  box-shadow: 0 24px 64px -15px rgba(153, 161, 170, 0.25);
}
.btn-fill-sh-big:hover {
  box-shadow: 0 24px 64px -15px #00EAE7;
}

.btn.aj--btn-colors {
  background-image: linear-gradient(90deg, #E4CA9D 6%, #D1CCA2 10%, #9AD4B4 22%, #6BDAC4 35%, #44E0D0 47%, #26E4DA 60%, #11E7E1 72%, #04E9E5 84%, #00EAE7 100%);
  background-blend-mode: multiply;
}
.btn.aj--btn-colors:not(:hover) {
  color: var(--bs-primary);
}
.btn.aj--btn-colors:hover {
  color: var(--bs-primary);
}

/*
.aj--clients-warp {

  padding-top: 35px;

  div.slick-track {
    display: flex !important;
    position: relative;
    justify-content: center;
    align-items: center;
  }
}

.aj--client-inner {
  width: 230px;
  height: 230px;
  border-radius: 120px;
  background: #FFF;
  box-shadow: 0px 10px 70px 0px rgba(0, 0, 0, 0.07);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: -40px;

  img {
    display: inline-block !important;;
    width: auto !important;
    max-width: 100% !important;
    height: auto !important;
  }

  &:nth-child(odd) {
    margin-top: -70px;
  }
}*/
.aj--clients-warp {
  position: relative;
  overflow: unset !important;
  direction: ltr !important;
  opacity: 0;
  --transition-duration: 750ms;
  --transition-delay: 0ms;
  transition: 0.75s cubic-bezier(0.075, 0.82, 0.165, 1) 0ms;
  transition: var(--transition-duration) cubic-bezier(0.075, 0.82, 0.165, 1) var(--transition-delay);
}
.aj--clients-warp:not(.slick-initialized) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  opacity: 1;
}
.aj--clients-warp:not(.slick-initialized) .aj--client-warp {
  opacity: 1;
  margin: 0 !important;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
@media (max-width: 481px) {
  .aj--clients-warp:not(.slick-initialized) .aj--client-warp {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.aj--clients-warp:not(.slick-initialized) .aj--client-warp .aj--client-inner {
  margin: 0 12px;
}
@media (max-width: 481px) {
  .aj--clients-warp:not(.slick-initialized) .aj--client-warp .aj--client-inner {
    margin: 0 12px 30px;
  }
}
.aj--clients-warp:not(.slick-initialized) .aj--client-warp:nth-child(5) {
  opacity: 0;
  display: none;
}
@media (max-width: 481px) {
  .aj--clients-warp:not(.slick-initialized) .aj--client-warp:nth-child(3), .aj--clients-warp:not(.slick-initialized) .aj--client-warp:nth-child(4) {
    opacity: 0;
    display: none;
  }
}
.aj--clients-warp.slick-initialized {
  opacity: 1;
}
.aj--clients-warp.slick-initialized img {
  /*opacity: 0;
  -webkit-transform: translateY(40px);
  -ms-transform: translateY(40px);
  transform: translateY(40px);
  transition: 1s;*/
}
.aj--clients-warp .slick-list {
  overflow: visible;
}
.aj--clients-warp .slick-track {
  display: flex;
}
.aj--clients-warp .slick-slide {
  height: inherit !important;
}
.aj--clients-warp .slick-list {
  padding-bottom: 48px;
}
@media (max-width: 481px) {
  .aj--clients-warp .slick-list {
    padding-bottom: 30px !important;
  }
}
@media (max-width: 481px) {
  .aj--clients-warp .ot--review__item {
    font-size: 14px !important;
    line-height: 1.6 !important;
  }
}
.aj--clients-warp .aj--client-warp {
  opacity: 0;
  -webkit-transition: 0.4s cubic-bezier(0.12, 0, 0.39, 0);
  transition: 0.4s cubic-bezier(0.12, 0, 0.39, 0);
  overflow: unset !important;
  margin: 0 12px;
}
@media (max-width: 481px) {
  .aj--clients-warp .aj--client-warp {
    margin: 0 12px 30px;
  }
}
.aj--clients-warp .aj--client-warp .aj--client-inner {
  -webkit-transition: 0.4s cubic-bezier(0.12, 0, 0.39, 0);
  transition: 0.4s cubic-bezier(0.12, 0, 0.39, 0);
  background: #FFFFFF;
  box-shadow: 0 10px 70px 0 rgba(0, 0, 0, 0.07);
  border-radius: 20px;
  padding: 34px 40px 40px 40px;
  text-align: center;
}
@media (max-width: 481px) {
  .aj--clients-warp .aj--client-warp .aj--client-inner {
    padding: 18px;
    width: 100% !important;
  }
}
.aj--clients-warp .aj--client-warp:hover .aj--client-inner {
  background: #F8F8F7;
  box-shadow: 0 25px 20px -20px rgba(64, 72, 82, 0.27);
}
.aj--clients-warp .aj--client-warp.slick-current {
  opacity: 1;
}
.aj--clients-warp .aj--client-warp.slick-active {
  opacity: 1;
}
.aj--clients-warp .aj--client-warp.slick-active img {
  /*opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);*/
}
.aj--clients-warp div.aj--client-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 17px;
  line-height: 32px;
  font-weight: 300;
}
@media (max-width: 481px) {
  .aj--clients-warp div.aj--client-inner {
    width: 100% !important;
    margin: 0 3px !important;
    height: inherit !important;
  }
}
.aj--clients-warp div.aj--client-inner img {
  display: inline-block !important;
  width: 150px !important;
  height: 150px !important;
  margin: 0 auto !important;
}
.aj--clients-warp .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  list-style: none;
}
.aj--clients-warp .slick-dots li {
  margin-right: 12px;
  margin-left: 12px;
}
.aj--clients-warp .slick-dots li button {
  font-size: 0;
  border: 1px solid #636d74;
  background: transparent;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: block;
  padding: 0;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
}
.aj--clients-warp .slick-dots li.slick-active button {
  background: #14E7E0 !important;
  box-shadow: 0 0 0 10px rgba(20, 231, 224, 0.2) !important;
  border: none 0 !important;
}

.aj--team-warp {
  position: relative;
  overflow: unset !important;
  direction: ltr !important;
  opacity: 0;
  --transition-duration: 750ms;
  --transition-delay: 0ms;
  transition: 0.75s cubic-bezier(0.075, 0.82, 0.165, 1) 0ms;
  transition: var(--transition-duration) cubic-bezier(0.075, 0.82, 0.165, 1) var(--transition-delay);
}
.aj--team-warp:not(.slick-initialized) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.aj--team-warp:not(.slick-initialized) .aj--team-slide {
  opacity: 1;
  margin: 0 !important;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
@media (max-width: 481px) {
  .aj--team-warp:not(.slick-initialized) .aj--team-slide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.aj--team-warp:not(.slick-initialized) .aj--team-slide .aj--team-inner {
  padding: 0 24px;
}
@media (max-width: 481px) {
  .aj--team-warp:not(.slick-initialized) .aj--team-slide .aj--team-inner {
    padding: 0 12px;
  }
}
.aj--team-warp:not(.slick-initialized) .aj--team-slide:nth-child(5) {
  opacity: 0;
  display: none;
}
@media (max-width: 481px) {
  .aj--team-warp:not(.slick-initialized) .aj--team-slide:nth-child(3), .aj--team-warp:not(.slick-initialized) .aj--team-slide:nth-child(4) {
    opacity: 0;
    display: none;
  }
}
.aj--team-warp div.card {
  background: transparent none !important;
}
.aj--team-warp div.card .aj--team-thumb {
  overflow: hidden;
  box-shadow: 0 55px 86px -35px #ECF2F6 !important;
  border-radius: 25px;
}
.aj--team-warp div.card .aj--team-thumb img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  filter: grayscale(100%);
}
.aj--team-warp div.card .aj--team-thumb:hover img {
  opacity: 1 !important;
}
.aj--team-warp div.card .aj--team-thumb:before {
  content: " ";
  background-image: linear-gradient(40deg, #E4CA9D 0%, #D1CCA2 2%, #9AD4B4 8%, #6BDAC4 14%, rgba(0, 234, 231, 0) 44%);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  z-index: 1;
}
.aj--team-warp div.card .aj--team-thumb ul {
  z-index: 50;
}
.aj--team-warp.slick-initialized {
  opacity: 1;
}
.aj--team-warp.slick-initialized .card-body {
  opacity: 0;
  -webkit-transform: translateY(40px);
  -ms-transform: translateY(40px);
  transform: translateY(40px);
  transition: 1s;
}
.aj--team-warp .slick-list {
  overflow: visible;
}
.aj--team-warp .slick-track {
  display: flex;
}
.aj--team-warp .slick-slide {
  height: inherit !important;
}
.aj--team-warp .slick-list {
  padding-bottom: 48px;
}
@media (max-width: 481px) {
  .aj--team-warp .slick-list {
    padding-bottom: 30px !important;
  }
}
@media (max-width: 481px) {
  .aj--team-warp .ot--review__item {
    font-size: 14px !important;
    line-height: 1.6 !important;
  }
}
.aj--team-warp .aj--team-slide {
  margin: 0 auto;
  opacity: 0;
  -webkit-transition: 0.4s cubic-bezier(0.12, 0, 0.39, 0);
  transition: 0.4s cubic-bezier(0.12, 0, 0.39, 0);
  font-size: 17px;
  line-height: 32px;
  font-weight: 300;
}
.aj--team-warp .aj--team-slide:hover .aj--team-thumb img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  filter: unset !important;
}
.aj--team-warp .aj--team-slide.slick-active .card-body {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.aj--team-warp .aj--team-slide .aj--team-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
@media (max-width: 481px) {
  .aj--team-warp .aj--team-slide {
    width: 100% !important;
    margin: 0 3px !important;
    height: inherit !important;
  }
}
.aj--team-warp .aj--team-slide img {
  display: inline-block !important;
  width: auto !important;
  max-width: 100% !important;
  height: auto !important;
  margin: 0 auto !important;
}
@media (min-width: 480px) {
  .aj--team-warp .aj--team-slide {
    margin: 0 24px;
  }
}
.aj--team-warp .aj--team-slide.slick-active {
  opacity: 1;
}
.aj--team-warp .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  list-style: none;
}
@media (max-width: 767px) {
  .aj--team-warp .slick-dots {
    padding: 0 !important;
    margin-bottom: 10px !important;
    margin-top: 30px !important;
  }
}
.aj--team-warp .slick-dots li {
  margin-right: 12px;
  margin-left: 12px;
}
.aj--team-warp .slick-dots li button {
  font-size: 0;
  border: 1px solid #636d74;
  background: transparent;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: block;
  padding: 0;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
}
.aj--team-warp .slick-dots li.slick-active button {
  background: #14E7E0 !important;
  box-shadow: 0 0 0 10px rgba(20, 231, 224, 0.2) !important;
  border: none 0 !important;
}

.aj--hero {
  position: relative;
  overflow: hidden;
  width: 100% !important;
  max-width: 100% !important;
}
.aj--hero .play-icon {
  text-align: unset !important;
  position: relative !important;
  transform: unset !important;
}
@media (max-width: 767px) {
  .aj--hero {
    margin-top: -24px !important;
  }
  .aj--hero .play-icon {
    text-align: center !important;
  }
  .aj--hero div.container {
    padding: 0 !important;
  }
  .aj--hero div.container .aj--hero-inner .aj--hero-slide-warp {
    border-radius: 0 !important;
  }
  .aj--hero .aj--hero-slide_cata .btn {
    width: 100% !important;
  }
}

.aj--hero-inner {
  position: relative;
  overflow: unset !important;
  /*opacity: 0;
  --transition-duration: 750ms;
  --transition-delay: 0ms;
  transition: 0.75s cubic-bezier(0.075, 0.82, 0.165, 1) 0ms;
  transition: var(--transition-duration) cubic-bezier(0.075, 0.82, 0.165, 1) var(--transition-delay);*/
}
.aj--hero-inner div.card {
  background: transparent none !important;
}
.aj--hero-inner div.card .aj--team-thumb {
  overflow: hidden;
  box-shadow: 0 55px 86px -35px #ECF2F6 !important;
  border-radius: 100%;
}
.aj--hero-inner div.card .aj--team-thumb img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  filter: grayscale(100%);
}
.aj--hero-inner div.card .aj--team-thumb:hover img {
  opacity: 1 !important;
}
.aj--hero-inner div.card .aj--team-thumb:before {
  content: " ";
  background-image: linear-gradient(40deg, #E4CA9D 0%, #D1CCA2 2%, #9AD4B4 8%, #6BDAC4 14%, rgba(0, 234, 231, 0) 44%);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  z-index: 1;
}
.aj--hero-inner div.card .aj--team-thumb ul {
  z-index: 50;
}
.aj--hero-inner:not(.slick-initialized) .aj--hero-slide-warp:not(:first-of-type) {
  display: none;
}
.aj--hero-inner.slick-initialized .aj--hero-bg {
  -webkit-transition: all 1.2s ease-in-out !important;
  transition: all 1.2s ease-in-out !important;
  -webkit-transition-delay: 0.4s !important;
  transition-delay: 0.4s !important;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%) !important;
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%) !important;
  -webkit-animation-duration: 4s !important;
  animation-duration: 4s !important;
  -webkit-animation-fill-mode: both !important;
  animation-fill-mode: both !important;
  -webkit-animation-delay: 2s !important;
  animation-delay: 2s !important;
  opacity: unset !important;
}
.aj--hero-inner.slick-initialized .aj--hero-slide_text {
  opacity: 0;
  -webkit-transform: translateY(140px);
  -ms-transform: translateY(140px);
  transform: translateY(140px);
  transition: 1s;
}
.aj--hero-inner.slick-initialized .aj--hero-slide_cata {
  opacity: 0;
  -webkit-transform: translateY(60px);
  -ms-transform: translateY(60px);
  transform: translateY(60px);
  transition: 1s;
}
.aj--hero-inner .slick-list {
  overflow: visible;
  height: unset !important;
}
.aj--hero-inner .slick-track {
  display: flex;
}
@media (max-width: 481px) {
  .aj--hero-inner .ot--review__item {
    font-size: 14px !important;
    line-height: 1.6 !important;
  }
}
.aj--hero-inner .aj--hero-slide-warp {
  width: 100% !important;
  height: 780px;
  border-radius: 34px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  font-size: 17px;
  line-height: 32px;
  font-weight: 300;
}
.aj--hero-inner .aj--hero-slide-warp:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: " ";
  background-color: #62EDE6;
}
.aj--hero-inner .aj--hero-slide-warp:after {
  position: absolute;
  bottom: -850px;
  left: -550px;
  z-index: 5;
  content: " ";
  background: #ECDABA;
  width: 1500px;
  height: 1500px;
  border-radius: 100%;
  filter: blur(8rem);
  opacity: 0.9;
  animation: zoom-in-zoom-out 3s ease-in-out infinite alternate;
}
@media (max-width: 767px) {
  .aj--hero-inner .aj--hero-slide-warp:after {
    animation: unset !important;
    width: 800px;
    height: 1000px;
    bottom: -350px;
    left: -370px;
    z-index: 200;
  }
}
.aj--hero-inner .aj--hero-slide-warp:hover .aj--team-thumb img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  filter: unset !important;
}
.aj--hero-inner .aj--hero-slide-warp.slick-current .aj--hero-bg {
  visibility: visible !important;
  opacity: unset !important;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%) !important;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%) !important;
  -webkit-filter: drop-shadow(0 25px 1px rgba(3, 121, 164, 0.0823529412));
  filter: drop-shadow(0 25px 1px rgba(3, 121, 164, 0.0823529412));
}
.aj--hero-inner .aj--hero-slide-warp.slick-current .aj--hero-slide_text, .aj--hero-inner .aj--hero-slide-warp.slick-current .aj--hero-slide_cata {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.aj--hero-inner .aj--hero-slide-warp > .aj--hero-slide {
  display: flex;
  justify-content: start;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 333;
}
.aj--hero-inner .aj--hero-slide-warp > .aj--hero-slide > svg {
  position: absolute;
  left: 0;
  bottom: -50px;
  max-width: 100%;
  z-index: -1;
}
.aj--hero-inner .aj--hero-slide-warp > .aj--hero-slide .aj--hero-bg {
  position: absolute;
  top: 60px;
  z-index: -1;
  right: 200px;
  width: 1788px;
}
@media (max-width: 767px) {
  .aj--hero-inner .aj--hero-slide-warp > .aj--hero-slide .aj--hero-bg {
    display: none !important;
  }
}
@media (max-width: 481px) {
  .aj--hero-inner .aj--hero-slide-warp > .aj--hero-slide svg {
    height: auto !important;
  }
}
.aj--hero-inner .aj--hero-slide-warp .aj--hero-slide_content {
  padding: 80px;
  width: 100%;
  max-width: 62%;
  display: block;
}
@media (max-width: 481px) {
  .aj--hero-inner .aj--hero-slide-warp .aj--hero-slide_content {
    max-width: 100%;
    padding: 40px;
  }
}
.aj--hero-inner .aj--hero-slide-warp .aj--hero-slide_text h2 {
  font-weight: 300;
}
.aj--hero-inner .aj--hero-slide-warp .aj--hero-slide_text h2 strong {
  font-weight: bold !important;
}
@media (max-width: 481px) {
  .aj--hero-inner .aj--hero-slide-warp {
    width: 100% !important;
    margin: 0 !important;
    height: 540px !important;
  }
}
.aj--hero-inner .aj--hero-slide-warp img {
  display: inline-block !important;
  width: auto !important;
  max-width: 100% !important;
  height: auto !important;
  margin: 0 auto !important;
}
.aj--hero-inner .slick-dots {
  position: absolute;
  right: 40px;
  top: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  list-style: none;
  flex-direction: column;
  margin: 0 auto !important;
  padding: 0 !important;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media (max-width: 767px) {
  .aj--hero-inner .slick-dots {
    right: unset;
    left: unset;
    top: unset;
    bottom: 20px;
    flex-direction: row;
    width: 100% !important;
    -webkit-transform: unset !important;
    transform: unset !important;
  }
}
.aj--hero-inner .slick-dots li {
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .aj--hero-inner .slick-dots li {
    margin-top: unset;
    margin-bottom: unset;
    margin-left: 8px;
    margin-right: 8px;
  }
}
.aj--hero-inner .slick-dots li button {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 0;
  border: none 0 !important;
  background: transparent none !important;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  padding: 0;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.aj--hero-inner .slick-dots li button:before {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.1);
  content: " ";
  display: inline-flex;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.aj--hero-inner .slick-dots li.slick-active button {
  border: none 0 !important;
}
.aj--hero-inner .slick-dots li.slick-active button:before {
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
}

@keyframes aj--hero-animate {
  0%, 100% {
    opacity: 0.8;
    -webkit-filter: saturate(1);
    -webkit-filter: hue-rotate(0deg);
  }
  50% {
    opacity: 1;
    background: linear-gradient(221deg, rgba(0, 234, 231, 0.7) 6%, rgba(14, 232, 226, 0.7) 15%, rgba(51, 226, 214, 0.7) 34%, rgba(112, 218, 194, 0.7) 58%, rgba(195, 206, 167, 0.7) 89%, rgba(228, 202, 157, 0.7) 100%);
    -webkit-filter: saturate(4);
    -webkit-filter: hue-rotate(0.5turn);
  }
}
.js-s-stroke {
  overflow: hidden !important;
  display: block !important;
}
@media (max-width: 767px) {
  .js-s-stroke {
    top: unset !important;
  }
  .js-s-stroke svg {
    width: 100% !important;
    max-width: 100% !important;
  }
}

.btn-fill-ef {
  -webkit-transition: 0.3s cubic-bezier(0.12, 0, 0.39, 0);
  transition: 0.3s cubic-bezier(0.12, 0, 0.39, 0);
  position: relative;
  overflow: hidden;
  border: 0 none !important;
  display: block;
}
.btn-fill-ef span {
  position: relative;
  z-index: 5;
}
.btn-fill-ef:after {
  content: "";
  height: 344px;
  width: 344px;
  background-image: linear-gradient(90deg, #E4CA9D 6%, #D1CCA2 10%, #9AD4B4 22%, #6BDAC4 35%, #44E0D0 47%, #26E4DA 60%, #11E7E1 72%, #04E9E5 84%, #00EAE7 100%);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%) scale(0);
  -ms-transform: translateY(-50%) translateX(-50%) scale(0);
  transform: translateY(-50%) translateX(-50%) scale(0);
  -webkit-transition: 0.3s cubic-bezier(0.12, 0, 0.39, 0);
  transition: 0.3s cubic-bezier(0.12, 0, 0.39, 0);
  z-index: -1;
}
.btn-fill-ef:hover {
  background: transparent !important;
  color: var(--bs-primary);
}
.btn-fill-ef:hover:after {
  -webkit-transform: translateY(-50%) translateX(-50%) scale(1);
  -ms-transform: translateY(-50%) translateX(-50%) scale(1);
  transform: translateY(-50%) translateX(-50%) scale(1);
  z-index: 1;
}

.aj--fact__value {
  -webkit-transition: 0.4s cubic-bezier(0.12, 0, 0.39, 0);
  transition: 0.4s cubic-bezier(0.12, 0, 0.39, 0);
}

.aj--counters-aside,
.aj--teams-aside {
  position: relative;
  z-index: 9;
}

.aj--teams-aside {
  z-index: 9;
}

.aj--section-story .card {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.04) 0%, rgba(236, 242, 246, 0) 70.31%) !important;
  border-radius: 20px !important;
}
.aj--section-story .carddd {
  background: #fff !important;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.04), 0 8px 22px 0 rgba(0, 0, 0, 0.08), 0 0 1px 0 rgba(64, 64, 66, 0.14), inset -4px 0 0 rgba(64, 64, 66, 0.09) !important;
  border-radius: 20px !important;
  padding: 34px 40px 40px !important;
}

.aj--section-story {
  position: relative;
  overflow: hidden;
  /*&:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 151rem;
    //border-radius: 3rem;
    background-color: #EFEADE;
    height: 100%;
    //height: calc(100% - 70%);
  }*/
}

.aj--values-aside {
  position: relative;
}
.aj--values-aside:before {
  content: "";
  position: absolute;
  left: 50%;
  top: -35%;
  transform: translateX(-50%);
  width: 100%;
  background-color: #EFEADE;
  background-image: linear-gradient(180deg, #FFFFFF 37%, #EFEADE 100%);
  height: 200%;
}
@media (max-width: 767px) {
  .aj--values-aside .section-title {
    text-align: center !important;
  }
  .aj--values-aside .col-12.col-md-4 {
    text-align: center !important;
  }
  .aj--values-aside .col-12.col-md-4 img {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

.features .icon {
  background: rgba(247, 150, 28, 0.1);
}

#counter .counter-box {
  -webkit-transition: 0.4s cubic-bezier(0.12, 0, 0.39, 0);
  transition: 0.4s cubic-bezier(0.12, 0, 0.39, 0);
}
#preloader {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.aj--loader img {
  height: 68px;
  width: auto;
  max-width: 100%;
}

/**
 WhatsApp Icon
 */
.aj--whatsapp-button {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 60px;
  height: 60px;
  z-index: 99999999;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  background-color: #44E55F;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
  color: #FFF;
}
@supports (-webkit-text-stroke: 1px black) {
  .aj--fact__value {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px #1d1f22;
    -webkit-transition: 0.4s cubic-bezier(0.12, 0, 0.39, 0);
    transition: 0.4s cubic-bezier(0.12, 0, 0.39, 0);
  }
}
.aj--counters {
  background-color: #1d1f22;
  color: #FFF;
  position: relative;
  overflow: hidden;
}
.aj--counters .counter-box {
  background-color: #18191d;
  padding: 60px 0;
  border-radius: 23px;
}
@media (max-width: 767px) {
  .aj--counters {
    background-image: unset !important;
  }
  .aj--counters .counter-box {
    background-color: transparent;
    border-radius: unset;
    padding: 12px 0;
  }
  .aj--counters .counter-box img {
    width: 60px;
    height: 70px;
  }
}

.aj--footer {
  background-color: #1d1f22;
  color: #FFF;
  position: relative;
  overflow: hidden;
}
.aj--footer a:not(:hover) {
  color: #FFF;
}
.aj--footer a:hover {
  color: #eee;
}
.aj--footer .container {
  position: relative;
  z-index: 2;
}

.aj--footer-top-area {
  padding-top: 110px;
  padding-bottom: 110px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 991px) {
  .aj--footer-top-area {
    padding-top: 48px;
    padding-bottom: 18px;
  }
}

.aj--widget-title {
  font-size: 19px;
  line-height: 1;
  color: #00EAE7;
  font-weight: normal;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .aj--widget-title {
    margin-bottom: 20px;
  }
}

.aj--widget-list ul, .aj--widget-list li {
  list-style: none;
  margin: 0 !important;
  padding: 0 !important;
}
.aj--widget-list li {
  font-size: 19px;
  line-height: 1.233;
  font-weight: 300;
}
.aj--widget-list li a {
  display: inline-block;
  font-weight: inherit;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}
.aj--widget-list li a span {
  display: inline-block;
  position: relative;
}
.aj--widget-list li a span:after {
  content: "";
  height: 2px;
  width: 0;
  background-color: #00EAE7;
  position: absolute;
  bottom: -7px;
  left: 0;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.aj--widget-list li a:hover span:after {
  opacity: 1;
  width: 100%;
}

.aj--widget-body {
  margin: 0;
  font-size: 21px;
  line-height: 1;
}
.aj--widget-body p {
  margin-bottom: unset !important;
}

.aj--footer--bg {
  position: absolute;
  z-index: 1;
  width: auto;
  height: 100%;
  max-width: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
}

.aj--footer-bottom-area {
  padding-top: 34px;
  padding-bottom: 34px;
}

.aj--social-links li {
  position: relative;
  display: inline-block;
}
.aj--social-links a {
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: 0.3s cubic-bezier(0.12, 0, 0.39, 0);
  transition: 0.3s cubic-bezier(0.12, 0, 0.39, 0);
  width: 60px;
  height: 60px;
  z-index: 9;
}
.aj--social-links a span {
  border-radius: 0;
  display: block;
  height: 0;
  width: 0;
  left: 50%;
  margin: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: 0.4s cubic-bezier(0.12, 0, 0.39, 0);
  transition: 0.4s cubic-bezier(0.12, 0, 0.39, 0);
  z-index: -1;
  opacity: 0;
  background-color: #111;
}
.aj--social-links a.aj--social-x span {
  background-color: #000;
}
.aj--social-links a.aj--social-linkedin span {
  background-color: #0077b5;
}
.aj--social-links a.aj--social-mail span {
  background-color: #000;
}
.aj--social-links a svg {
  -webkit-transition: 0.4s cubic-bezier(0.12, 0, 0.39, 0);
  transition: 0.4s cubic-bezier(0.12, 0, 0.39, 0);
}
.aj--social-links a:hover span {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  top: 0;
  left: 0;
  opacity: 1;
}
.aj--social-links a:hover svg {
  filter: brightness(0) invert(1);
}

.aj--screen-body {
  background-image: linear-gradient(270deg, #414348 0%, #101010 100%);
  border-radius: 44px 44px 0 0;
  padding: 34px 34px 0 34px;
  position: relative;
  overflow: hidden;
  display: block;
}
@media (max-width: 991px) {
  .aj--screen-body {
    padding: 18px 18px 0 18px;
    border-radius: 28px 28px 0 0;
  }
}
.aj--screen-body .aj--screen-inner {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #FFF;
  border-radius: 18px 18px 0 0;
  min-height: 375px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-position: center top !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
@media (max-width: 991px) {
  .aj--screen-body .aj--screen-inner {
    border-radius: 13px 13px 0 0;
    background-size: contain !important;
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 42px;
    padding-bottom: 42px;
    min-height: unset !important;
  }
}
.aj--screen-body .aj--screen-inner:before {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #FFF;
  opacity: 0.7;
}
.aj--screen-body .aj--screen-inner:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  opacity: 0.8;
  background-image: linear-gradient(0deg, #01EAE7 0%, rgba(68, 224, 208, 0) 56%);
}
.aj--screen-body .aj--screen-inner .aj--screen-content {
  position: relative;
  z-index: 5;
}

ul.shape-group-9 .shape {
  z-index: 1 !important;
}

.shape-group-1 .shape {
  position: absolute;
  z-index: -1;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .shape-group-1 .shape img {
    opacity: 0.4;
  }
}
@media only screen and (max-width: 991px) {
  .shape-group-1 .shape img {
    opacity: 0.4;
  }
}
.shape-group-1 .shape.shape-1 {
  top: 140px;
  left: 315px;
}

.shape-group-1 .shape.shape-2 {
  top: 120px;
  right: 0;
}

.shape-group-1 .shape.shape-3 {
  bottom: 80px;
  left: 0;
}

.shape-group-1 .shape.shape-4 {
  bottom: 60px;
  right: 230px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .shape-group-1 .shape.shape-4 {
    right: 100px;
  }
}
.shape-group-2 .shape {
  position: absolute;
  z-index: -1;
}

.shape-group-2 .shape.shape-1 {
  bottom: 0;
  right: 135px;
}

.shape-group-2 .shape.shape-2 {
  right: 500px;
  top: 0;
}

.shape-group-2 .shape.shape-3 {
  right: 815px;
  top: 125px;
}

.shape-group-3 .shape {
  position: absolute;
  z-index: -1;
}

.shape-group-3 .shape.shape-1 {
  right: 0;
  top: 90px;
}

.shape-group-3 .shape.shape-2 {
  right: 390px;
  top: 165px;
}

.shape-group-3 .shape.shape-3 {
  right: 0;
  top: 255px;
  z-index: 2;
  pointer-events: none;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .shape-group-3 .shape.shape-3 {
    display: none;
  }
}
@media only screen and (max-width: 1199px) {
  .shape-group-3 .shape.shape-3 {
    display: none;
  }
}
.shape-group-4 .shape-1 {
  position: absolute;
  top: 140px;
  right: 440px;
  z-index: -1;
}

.shape-group-5 .shape {
  position: absolute;
  z-index: -1;
}

.shape-group-5 .shape.shape-1 {
  top: 0;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  left: 22%;
}

.shape-group-5 .shape.shape-2 {
  bottom: 0;
  left: 250px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.shape-group-5 .shape.shape-3 {
  bottom: 110px;
  left: 160px;
}

.shape-group-5 .shape.shape-4 {
  top: 90px;
  left: 35%;
}

.shape-group-6 .shape {
  position: absolute;
  z-index: -1;
}

.shape-group-6 .shape.shape-1 {
  top: 0;
  left: 0;
}

.shape-group-6 .shape.shape-2 {
  top: 110px;
  left: 0;
}

.shape-group-6 .shape.shape-3 {
  bottom: 140px;
  right: 0;
}

.shape-group-6 .shape.shape-4 {
  bottom: -1px;
  left: 11%;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .shape-group-6 .shape.shape-4 {
    left: 0;
  }
  .shape-group-6 .shape.shape-4 img {
    width: 90%;
  }
}
@media only screen and (max-width: 1199px) {
  .shape-group-6 .shape.shape-4 {
    left: 0;
  }
  .shape-group-6 .shape.shape-4 img {
    width: 70%;
  }
}
.shape-group-7 .shape {
  position: absolute;
  z-index: -1;
}

.shape-group-7 .shape.shape-1 {
  top: 90px;
  right: 200px;
}

.shape-group-7 .shape.shape-2 {
  top: 210px;
  left: 52%;
}

@media only screen and (max-width: 991px) {
  .shape-group-7 .shape.shape-2 {
    display: none;
  }
}
.shape-group-7 .shape.shape-3 {
  top: 40%;
  left: 170px;
}

.shape-group-8 .shape {
  position: absolute;
  z-index: -1;
  pointer-events: none;
}

.shape-group-8 .shape.shape-1 {
  bottom: 0;
  left: 0;
}

@media only screen and (max-width: 767px) {
  .shape-group-8 .shape.shape-1 {
    display: none;
  }
}
.shape-group-8 .shape.shape-2 {
  top: 0;
  right: 0;
  text-align: right;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .shape-group-8 .shape.shape-2 img {
    width: 90%;
  }
}
@media only screen and (max-width: 1199px) {
  .shape-group-8 .shape.shape-2 img {
    width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .shape-group-8 .shape.shape-2 img {
    width: 60%;
  }
}
.shape-group-8 .shape.shape-3 {
  top: 115px;
  left: 0;
}

.shape-group-9 .shape {
  position: absolute;
  z-index: -1;
}

.shape-group-9 .shape.shape-1 {
  top: 0;
  left: 32%;
}

.shape-group-9 .shape.shape-2 {
  top: 180px;
  left: 18%;
  opacity: 0.5;
  -webkit-animation: movingleftright1 infinite 20000ms;
  animation: movingleftright1 infinite 20000ms;
}

.shape-group-9 .shape.shape-3 {
  top: 31%;
  left: 20%;
  -webkit-animation: movingleftright2 infinite 25000ms;
  animation: movingleftright2 infinite 25000ms;
}

.shape-group-9 .shape.shape-4 {
  top: 44%;
  left: 28%;
  -webkit-animation: movingleftright1 infinite 25000ms;
  animation: movingleftright1 infinite 25000ms;
}

.shape-group-9 .shape.shape-5 {
  top: 50%;
  left: 17%;
  -webkit-animation: movingleftright2 infinite 30000ms;
  animation: movingleftright2 infinite 30000ms;
}

.shape-group-9 .shape.shape-6 {
  top: 26%;
  right: 21%;
  -webkit-animation: movingleftright3 infinite 30000ms;
  animation: movingleftright3 infinite 30000ms;
}

@media only screen and (max-width: 767px) {
  .shape-group-9 .shape.shape-6 {
    display: none;
  }
}
.shape-group-9 .shape.shape-7 {
  top: 30%;
  right: 15%;
  -webkit-animation: movingleftright1 infinite 30000ms;
  animation: movingleftright1 infinite 30000ms;
}

.shape-group-10 .shape {
  position: absolute;
  z-index: -1;
}

.shape-group-10 .shape.shape-1 {
  top: 100px;
  right: 0;
}

.shape-group-10 .shape.shape-2 {
  bottom: 200px;
  left: 0;
}

.shape-group-10 .shape.shape-3 {
  top: 680px;
  left: 110px;
}

.shape-group-11 .shape {
  position: absolute;
  z-index: -1;
}

.shape-group-11 .shape.shape-1 {
  top: 40px;
  right: 0;
}

.shape-group-11 .shape.shape-2 {
  bottom: -310px;
  left: -10px;
  opacity: 0.4;
}

.shape-group-12 .shape {
  position: absolute;
  z-index: -1;
}

.shape-group-12 .shape.shape-1 {
  top: 115px;
  left: 38%;
}

.shape-group-12 .shape.shape-2 {
  left: 60px;
  bottom: 130px;
}

.shape-group-12 .shape.shape-3 {
  right: 60px;
  bottom: 50px;
}

.shape-group-13 .shape {
  position: absolute;
  z-index: -1;
}

.shape-group-13 .shape.shape-1 {
  top: 0;
  left: 0;
}

@media only screen and (max-width: 991px) {
  .shape-group-13 .shape.shape-1 img {
    width: 60%;
  }
}
.shape-group-13 .shape.shape-2 {
  top: 0;
  right: -5px;
  text-align: right;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .shape-group-13 .shape.shape-2 img {
    width: 80%;
  }
}
@media only screen and (max-width: 1199px) {
  .shape-group-13 .shape.shape-2 img {
    width: 75%;
  }
}
@media only screen and (max-width: 991px) {
  .shape-group-13 .shape.shape-2 img {
    width: 50%;
  }
}
@media only screen and (max-width: 479px) {
  .shape-group-13 .shape.shape-2 img {
    width: 40%;
  }
}
.shape-group-13 .shape.shape-3 {
  right: -10px;
  bottom: 62px;
  z-index: 2;
  text-align: right;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .shape-group-13 .shape.shape-3 {
    bottom: 220px;
  }
  .shape-group-13 .shape.shape-3 img {
    width: 60%;
  }
}
@media only screen and (max-width: 1199px) {
  .shape-group-13 .shape.shape-3 {
    bottom: 100px;
  }
  .shape-group-13 .shape.shape-3 img {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .shape-group-13 .shape.shape-3 img {
    width: 40%;
  }
}
.shape-group-13 .shape.shape-4 {
  left: 220px;
  top: 45%;
  height: 48px;
  width: 48px;
  -webkit-animation: movingleftright1 infinite 25000ms;
  animation: movingleftright1 infinite 25000ms;
}

.shape-group-13 .shape.shape-5 {
  left: 45%;
  bottom: 130px;
  height: 32px;
  width: 32px;
  -webkit-animation: movingleftright3 infinite 20000ms;
  animation: movingleftright3 infinite 20000ms;
}

.shape-group-14 .shape {
  position: absolute;
  z-index: -1;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .shape-group-14 .shape img {
    width: 70%;
  }
}
@media only screen and (max-width: 1199px) {
  .shape-group-14 .shape img {
    width: 40%;
  }
}
.shape-group-14 .shape.shape-1 {
  left: 40%;
  bottom: 230px;
  -webkit-animation: movingleftright1 infinite 20000ms;
  animation: movingleftright1 infinite 20000ms;
}

.shape-group-14 .shape.shape-2 {
  left: 47%;
  bottom: 115px;
  -webkit-animation: movingleftright3 infinite 30000ms;
  animation: movingleftright3 infinite 30000ms;
}

.shape-group-14 .shape.shape-3 {
  right: 160px;
  bottom: 270px;
  -webkit-animation: movingleftright2 infinite 40000ms;
  animation: movingleftright2 infinite 40000ms;
}

.shape-group-16 .shape {
  position: absolute;
  z-index: -1;
}

.shape-group-16 .shape.shape-1 {
  top: 0;
  right: 0;
}

.shape-group-16 .shape.shape-2 {
  top: 120px;
  left: 30%;
}

.shape-group-16 .shape.shape-3 {
  bottom: 250px;
  left: 0;
}

.shape-group-17 .shape {
  position: absolute;
  z-index: -1;
}

.shape-group-17 .shape.shape-1 {
  top: 0;
  left: 0;
}

.shape-group-17 .shape.shape-2 {
  top: 360px;
  right: 0;
}

.shape-group-17 .shape.shape-3 {
  top: 430px;
  left: 0;
}

.shape-group-17 .shape.shape-4 {
  top: 35%;
  right: 0;
}

.shape-group-17 .shape.shape-5 {
  top: 56%;
  left: 0;
}

.shape-group-17 .shape.shape-6 {
  top: 75%;
  right: 0;
}

.shape-group-18 .shape {
  position: absolute;
  z-index: -1;
}

.shape-group-18 .shape.shape-1 {
  top: 0;
  right: 0;
  text-align: right;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .shape-group-18 .shape.shape-1 img {
    width: 70%;
  }
}
@media only screen and (max-width: 1199px) {
  .shape-group-18 .shape.shape-1 img {
    width: 50%;
  }
}
@media only screen and (max-width: 991px) {
  .shape-group-18 .shape.shape-1 img {
    width: 40%;
  }
}
.shape-group-18 .shape.shape-2 {
  bottom: 0;
  left: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .shape-group-18 .shape.shape-2 img {
    width: 70%;
  }
}
@media only screen and (max-width: 1199px) {
  .shape-group-18 .shape.shape-2 img {
    width: 50%;
  }
}
.shape-group-18 .shape.shape-3 {
  top: 34%;
  left: 50%;
  -webkit-animation: movingleftright1 infinite 20000ms;
  animation: movingleftright1 infinite 20000ms;
}

.shape-group-18 .shape.shape-3 img {
  opacity: 0.5;
}

.shape-group-18 .shape.shape-4 {
  bottom: 240px;
  left: 45%;
  -webkit-animation: movingleftright2 infinite 30000ms;
  animation: movingleftright2 infinite 30000ms;
}

.shape-group-18 .shape.shape-4 img {
  width: 75px;
  opacity: 0.5;
}

.shape-group-18 .shape.shape-5 {
  bottom: 120px;
  left: 53%;
  -webkit-animation: movingleftright1 infinite 25000ms;
  animation: movingleftright1 infinite 25000ms;
}

.shape-group-18 .shape.shape-6 {
  bottom: 100px;
  left: 40%;
  -webkit-animation: movingleftright1 infinite 35000ms;
  animation: movingleftright1 infinite 35000ms;
}

.shape-group-18 .shape.shape-7 {
  top: 0;
  right: 100px;
  z-index: -2;
  text-align: right;
}

@media only screen and (max-width: 1199px) {
  .shape-group-18 .shape.shape-7 img {
    width: 80%;
  }
}
@media only screen and (max-width: 991px) {
  .shape-group-18 .shape.shape-7 img {
    width: 60%;
  }
}
.shape-group-19 .shape {
  position: absolute;
  z-index: -1;
}

.shape-group-19 .shape.shape-1 {
  top: 0;
  right: 0;
  text-align: right;
}

@media only screen and (max-width: 991px) {
  .shape-group-19 .shape.shape-1 img {
    width: 60%;
  }
}
.shape-group-19 .shape.shape-2 {
  top: 145px;
  right: 0;
}

.shape-group-20 .shape {
  position: absolute;
  z-index: -1;
}

.shape-group-20 .shape.shape-1 {
  top: 0;
  left: 120px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .shape-group-20 .shape.shape-1 {
    left: -10px;
  }
}
@media only screen and (max-width: 1199px) {
  .shape-group-20 .shape.shape-1 {
    left: -10px;
  }
}
@media only screen and (max-width: 991px) {
  .shape-group-20 .shape.shape-1 img {
    width: 60%;
  }
}
.shape-group-20 .shape.shape-2 {
  bottom: 0;
  right: 0;
  text-align: right;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .shape-group-20 .shape.shape-2 img {
    width: 80%;
  }
}
@media only screen and (max-width: 1199px) {
  .shape-group-20 .shape.shape-2 img {
    width: 75%;
  }
}
@media only screen and (max-width: 991px) {
  .shape-group-20 .shape.shape-2 {
    display: none;
  }
}
.shape-group-20 .shape.shape-3 {
  right: -10px;
  bottom: 62px;
  z-index: 2;
  text-align: right;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .shape-group-20 .shape.shape-3 {
    bottom: 220px;
  }
  .shape-group-20 .shape.shape-3 img {
    width: 60%;
  }
}
@media only screen and (max-width: 1199px) {
  .shape-group-20 .shape.shape-3 {
    bottom: 100px;
  }
  .shape-group-20 .shape.shape-3 img {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .shape-group-20 .shape.shape-3 img {
    width: 40%;
  }
}
.shape-group-20 .shape.shape-4 {
  left: 220px;
  top: 45%;
  height: 48px;
  width: 48px;
  -webkit-animation: movingleftright1 infinite 25000ms;
  animation: movingleftright1 infinite 25000ms;
}

.shape-group-20 .shape.shape-5 {
  left: 45%;
  bottom: 130px;
  height: 32px;
  width: 32px;
  -webkit-animation: movingleftright3 infinite 20000ms;
  animation: movingleftright3 infinite 20000ms;
}

.shape-group-20 .shape.shape-6 {
  left: 50%;
  top: 250px;
}

@media only screen and (max-width: 991px) {
  .shape-group-20 .shape.shape-6 {
    display: none;
  }
}
.shape-group-20 .shape.shape-7 {
  left: 65%;
  top: 180px;
  -webkit-animation: movingleftright3 infinite 20000ms;
  animation: movingleftright3 infinite 20000ms;
}

.shape-group-20 .shape.shape-8 {
  bottom: 0;
  right: 0;
}

@media only screen and (max-width: 991px) {
  .shape-group-20 .shape.shape-8 {
    display: none;
  }
}
.shape-group-20 .shape.shape-8.marque-images {
  background-image: url("../media/others/designer-text.png");
  background-repeat: repeat-x;
  background-size: auto;
  height: 250px;
  width: 52%;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .shape-group-20 .shape.shape-8.marque-images {
    width: 49%;
  }
}
@media only screen and (max-width: 1199px) {
  .shape-group-20 .shape.shape-8.marque-images {
    width: 62%;
  }
}
.shape-group-21 .shape {
  position: absolute;
  z-index: -1;
}

.shape-group-21 .shape.shape-1 {
  top: 0;
  left: 0;
}

@media only screen and (max-width: 991px) {
  .shape-group-21 .shape.shape-1 img {
    width: 60%;
  }
}
.shape-group-21 .shape.shape-2 {
  top: 200px;
  right: 200px;
  text-align: right;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .shape-group-21 .shape.shape-2 {
    top: 120px;
    right: 15px;
  }
  .shape-group-21 .shape.shape-2 img {
    width: 90%;
  }
}
@media only screen and (max-width: 1199px) {
  .shape-group-21 .shape.shape-2 {
    right: 15px;
  }
  .shape-group-21 .shape.shape-2 img {
    width: 50%;
  }
}
@media only screen and (max-width: 991px) {
  .shape-group-21 .shape.shape-2 {
    display: none;
  }
}
.shape-group-21 .shape.shape-3 {
  right: 100px;
  top: 45%;
  height: 53px;
  width: 53px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .shape-group-21 .shape.shape-3 {
    display: none;
  }
}
.shape-group-21 .shape.shape-4 {
  left: 220px;
  top: 45%;
  height: 20px;
  width: 20px;
  -webkit-animation: movingleftright1 infinite 25000ms;
  animation: movingleftright1 infinite 25000ms;
}

.shape-group-21 .shape.shape-5 {
  left: 45%;
  bottom: 130px;
  height: 20px;
  width: 20px;
  -webkit-animation: movingleftright3 infinite 20000ms;
  animation: movingleftright3 infinite 20000ms;
}

.shape-group-21 .shape.shape-6 {
  right: 230px;
  bottom: 40%;
  height: 20px;
  width: 20px;
}

@media only screen and (max-width: 1199px) {
  .shape-group-21 .shape.shape-6 {
    display: none;
  }
}
.shape-group-21 .shape.shape-7 {
  right: 250px;
  top: 40%;
  height: 20px;
  width: 20px;
}

@media only screen and (max-width: 1199px) {
  .shape-group-21 .shape.shape-7 {
    display: none;
  }
}
@-webkit-keyframes movingleftright1 {
  0% {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
  40% {
    -webkit-transform: translateX(50px) translateY(-200px);
    transform: translateX(50px) translateY(-200px);
  }
  75% {
    -webkit-transform: translateX(800px);
    transform: translateX(800px);
  }
  100% {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
  }
}
@keyframes movingleftright1 {
  0% {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
  40% {
    -webkit-transform: translateX(50px) translateY(-200px);
    transform: translateX(50px) translateY(-200px);
  }
  75% {
    -webkit-transform: translateX(800px);
    transform: translateX(800px);
  }
  100% {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
  }
}
@-webkit-keyframes movingleftright2 {
  0% {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
  40% {
    -webkit-transform: translateX(-50px) translateY(200px);
    transform: translateX(-50px) translateY(200px);
  }
  75% {
    -webkit-transform: translateX(-500px);
    transform: translateX(-500px);
  }
  100% {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
  }
}
@keyframes movingleftright2 {
  0% {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
  40% {
    -webkit-transform: translateX(-50px) translateY(200px);
    transform: translateX(-50px) translateY(200px);
  }
  75% {
    -webkit-transform: translateX(-500px);
    transform: translateX(-500px);
  }
  100% {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
  }
}
@-webkit-keyframes movingleftright3 {
  0% {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
  40% {
    -webkit-transform: translateX(100px) translateY(-200px);
    transform: translateX(100px) translateY(-200px);
  }
  75% {
    -webkit-transform: translateX(-500px);
    transform: translateX(-500px);
  }
  100% {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
  }
}
@keyframes movingleftright3 {
  0% {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
  40% {
    -webkit-transform: translateX(100px) translateY(-200px);
    transform: translateX(100px) translateY(-200px);
  }
  75% {
    -webkit-transform: translateX(-500px);
    transform: translateX(-500px);
  }
  100% {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
  }
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.left_to_right_apperance {
  -webkit-transition: all 2.5s ease-in-out;
  -o-transition: all 2.5s ease-in-out;
  transition: all 2.5s ease-in-out;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}

.aos-animate.left_to_right_apperance {
  -webkit-transform: scale(1) !important;
  transform: scale(1) !important;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%) !important;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%) !important;
}

.elementor-section .elementor-container {
  width: 100% !important;
}

.shadow-big {
  box-shadow: 50px 60px 60px -20px rgba(0, 0, 0, 0.175);
}

.left-0 {
  left: 0 !important;
}

.text-right {
  text-align: right !important;
}

.mt-120 {
  margin-top: 120px !important;
}

.mb-120 {
  margin-bottom: 120px !important;
}

.aj-title-sp {
  position: relative;
}
.aj-title-sp:before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 124px;
  height: 16px;
  bottom: -10px;
  left: -8px;
  z-index: -1;
  cursor: none !important;
  background-image: linear-gradient(270deg, rgba(206, 237, 234, 0) 0%, #CEEDEA 100%);
}

.aj-title-sp3 {
  position: relative;
}
.aj-title-sp3:before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 124px;
  height: 8px;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  cursor: none !important;
  background-image: linear-gradient(270deg, rgba(5, 144, 112, 0) 0%, #059070 100%);
}

.aj-sp-1 {
  display: inline-block;
  width: 124px;
  height: 8px;
  cursor: none !important;
  background-image: linear-gradient(270deg, rgba(206, 237, 234, 0) 0%, #CEEDEA 100%);
}

.circle-highlight2 {
  position: relative;
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  text-transform: inherit;
  letter-spacing: inherit;
  padding: 0 3px;
  line-height: inherit;
}
.circle-highlight2 svg {
  position: absolute;
  left: 0;
  width: 100%;
  height: 44%;
  top: auto;
  bottom: -25px;
}
.circle-highlight2 svg path {
  stroke-linecap: round;
  opacity: 1;
  animation: nectarStrokeAnimation 1.3s cubic-bezier(0.65, 0, 0.35, 1) forwards;
}

.aj-icon-75 {
  height: 75px;
  width: 75px;
  min-width: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 991px) {
  .mb-120 {
    margin-bottom: 48px !important;
  }
  h4 br {
    display: none !important;
  }
}
.accordion .accordion-item {
  padding: 14px 10px;
  background: #FFFFFF;
  box-shadow: 0 1px 0 0 rgba(27, 15, 46, 0.08), 0 90px 70px 0 rgba(27, 15, 46, 0.04), 0 40px 35px 0 rgba(27, 15, 46, 0.03), 0 25px 15px 0 rgba(27, 15, 46, 0.03), 0 11px 7px 0 rgba(27, 15, 46, 0.03);
  border-radius: 13px;
}

.aj-faq-section-img {
  /*filter    : grayscale(100%);*/
  max-width: 380px;
}
@media (max-width: 991px) {
  .aj-faq-section-img {
    max-width: 100%;
  }
}

.aj-site-footer .aj-site-footer-inner {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  background: #1B0F2E;
  color: #FFF;
  border-radius: 32px;
}

.aj-site-footer-areas-inner {
  padding: 50px;
}
@media (max-width: 991px) {
  .aj-site-footer-areas-inner {
    padding: 32px;
  }
}

@media (max-width: 991px) {
  .aj-site-footer-top-area {
    text-align: center;
  }
}

.aj-text-01 {
  color: #CEEDEA;
}

.aj-site-footer-newsletter-area {
  background: #BEE7E4;
  color: #1B0F2E;
}

.aj-site-footer-bottom-area {
  background: url("../murabba/murabba-text-bg.svg") no-repeat center bottom;
}
@media (max-width: 991px) {
  .aj-site-footer-bottom-area {
    background-size: contain;
  }
}
.aj-site-footer-bottom-area a {
  color: #ACB8CA;
  text-decoration: underline !important;
}
.aj-site-footer-bottom-area a:hover {
  color: #FFF;
}

.aj-site-footer-bottom-inner {
  padding: 20px 50px;
}
@media (max-width: 991px) {
  .aj-site-footer-bottom-inner {
    padding: 20px 32px;
  }
}

.footer-list li {
  padding: 4px 0;
}
@media (min-width: 992px) {
  .footer-list li {
    float: left;
    width: 50%;
  }
}

.aj-hero-inner-img {
  text-align: center;
  max-width: 85%;
  margin-left: auto;
}

.wpcf7-form label,
.wpcf7-form-control {
  width: 100%;
}

input.wpcf7-form-control,
.wpcf7-textarea {
  border: calc(0.04464vw + 1.85714px) solid #000;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: calc(0.89286vw + 37.14286px);
  padding: 0 calc(0.44643vw + 8.57143px) !important;
  border-radius: 10px !important;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  display: block;
  outline: 0 !important;
  margin: 8px 0 0 0;
}

.wpcf7-textarea {
  height: auto !important;
  padding: calc(0.44643vw + 8.57143px) !important;
}

input.wpcf7-form-control:focus,
.wpcf7-textarea:focus {
  border-color: #059070 !important;
}

.wpcf7-form label {
  line-height: 24px;
  font-size: 13px;
  font-weight: normal;
  color: #64747E !important;
}

input.wpcf7-submit {
  --bs-btn-bg: #059070;
  --bs-btn-border-color: #059070;
  --bs-btn-hover-bg: #047a5f;
  --bs-btn-hover-border-color: #04735a;
  --bs-btn-focus-shadow-rgb: 43, 161, 133;
  --bs-btn-active-bg: #04735a;
  --bs-btn-active-border-color: #046c54;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-bg: #059070;
  --bs-btn-disabled-border-color: #059070;
  --bs-btn-color: #ffffff;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-active-color: #ffffff;
  --bs-btn-disabled-color: #ffffff;
  width: auto;
  border: none 0 !important;
  padding: 14px 30px !important;
  font-size: 16px;
  line-height: 1.1;
  height: auto !important;
  border-radius: 100px !important;
  transition: all 0.3s;
  font-weight: 500;
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
}
@media (max-width: 991px) {
  input.wpcf7-submit {
    width: 100% !important;
  }
}

input.wpcf7-submit:hover {
  background-color: #1B0F2E;
}

@media (max-width: 991px) {
  .section-title br {
    display: none !important;
  }
}
section.aj--hero div.aj--hero-inner:not(.slick-initialized) div.aj--hero-slide-warp {
  display: none !important;
}

section.aj--hero div.aj--hero-inner:not(.slick-initialized) div.aj--hero-slide-warp:first-child {
  display: block !important;
}

@media (max-width: 767px) {
  .logo svg {
    width: auto;
    height: 32px;
  }
  .ml-5, .mx-5 {
    margin-left: 2rem !important;
  }
  section,
  #topnav,
  section.aj--hero,
  div.aj--section-title-warp,
  div.aj--section-PF-warp {
    transform: unset !important;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
}

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