.mean-container .mean-nav {
  float: left;
  width: 100%;
  background: #070337;
  margin-top: 44px;
}

.mean-container .mean-nav ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
}

.mean-container .mean-nav ul li {
  position: relative;
  float: left;
  width: 100%;
}

.mean-container .mean-nav ul li a {
  display: block;
  float: left;
  width: 90%;
  padding: 10px 5%;
  margin: 0;
  text-align: left;
  color: #5a5a5a;
  text-decoration: none;
  text-transform: uppercase;
}


.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 1px;
  width: 26px;
  height: 32px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  font-weight: 700;
  background: transparent;
  border: none !important;
  font-size: 14px;
}

ul {
  margin: 0px;
  padding: 0px;
}

.p-relative {
  position: relative;
}


li {
  list-style: none;
}

a,
button {
  outline: none;
  border: none;
  background: transparent;
}

button:hover {
  cursor: pointer;
}

button:focus {
  outline: 0;
}


/*Buttons*/
.tp-btn img, .meanmenu-logout img {
  width: 40px;
}

.tp-btn {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  /* background: #ff5052; */
  border: 3px solid #3c9aec;
  /* height: 56px; */
  line-height: 57px;
  text-align: center;
  padding: 0 28px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 10px;
  text-transform: capitalize;
}

.tp-btn i {
  padding-left: 17px;
}

.tp-btn:hover {
  color: #292930;
  background-color: #ffff5b;
}

.tp-btn:hover i {
  animation: tfLeftToRight 0.5s forwards;
}

.tp-btn::before, .tp-btn::after {
  content: "";
  background: #ffff5b;
  height: 50%;
  width: 0;
  position: absolute;
  transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: -1;
}

.tp-btn::before {
  top: 0;
  left: 0;
  right: auto;
}

.tp-btn::after {
  bottom: 0;
  right: 0;
  left: auto;
}

.tp-btn:hover::before {
  width: 100%;
  right: 0;
  left: auto;
}

.tp-btn:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-btn {
    height: 60px;
    line-height: 60px;
  }
}

@media (max-width: 767px) {
  .tp-btn {
    height: 56px;
    line-height: 56px;
  }
}


.body-overlay.apply {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 999;
  transition: 0.3s;
}



/*----------------------------------------*/
/*  17. MEANMENU css start
/*----------------------------------------*/
.mobile-menu.mean-container {
  overflow: hidden;
}

@media (max-width: 767px) {
  .mobile-menu.mean-container {
    margin-bottom: 30px;
  }
}

.mobile-menu .sidebar-list {
  clear: both;
}

.mobile-menu .sidebar-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 5px;
  color: #ffffff;
}

.mobile-menu .sidebar-list li::after {
  top: 10px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  border: 1px solid #888888;
  background-color: transparent;
  content: "";
  display: inline-block;
  position: absolute;
}

/* mean menu customize */
.mean-container a.meanmenu-reveal {
  display: none;
}

.mean-container .mean-nav {
  background: none;
  margin-top: 0;
}

.mean-container .mean-bar {
  padding: 0;
  min-height: auto;
  background: none;
}

.mean-container .mean-nav>ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important;
}

.mean-container a.meanmenu-reveal {
  display: none !important;
}

.mean-container .mean-nav ul li a {
  width: 100%;
  padding: 15px 0;
  color: #5a5a5a;
  ;
  border-top: 1px solid #bcbcbc;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
}

.mean-container .mean-nav ul li a:hover {
  color: #FFDC60;
}

.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 10px;
  padding: 0 !important;
  line-height: 14px;
  border: 1px solid #888888 !important;
  height: 30px;
  width: 30px;
  line-height: 30px;
  color: #000;
  line-height: 30px;
  top: 0;
  font-weight: 400;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
  background: --clr-theme-1;
  color: --clr-common-white;
  border-color: #888888;
}

.mean-container .mean-nav ul li>a>i {
  display: none;
}

.mean-container .mean-nav ul li>a.mean-expand i {
  display: inline-block;
}

.mean-container .mean-nav>ul>li:first-child>a {
  border-top: 0;
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked {
  color: --clr-common-black;
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked i {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  color: #000000;
}

/*----------------------------------------*/
/*  02. header css start
/*----------------------------------------*/
.tp-main-menu ul li {
  display: inline-block;
  margin-right: 60px;
  position: relative;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .tp-main-menu ul li {
    margin-right: 40px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-main-menu ul li {
    margin-right: 32px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-main-menu ul li {
    margin-right: 25px;
  }
}

.tp-main-menu ul li a {
  font-size: 18px;
  font-weight: 600;
  color: #8A90A2;
  text-transform: capitalize;
  position: relative;
  padding: 25px 0;
  display: inline-block;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-main-menu ul li a {
    font-size: 15px;
  }
}

.tp-main-menu ul li a i {
  margin-left: 5px;
  transform: translateY(2px);
  transition: 0.4s;
}

.tp-main-menu ul li a::after{
  position: absolute;
  content: "";
  bottom: 22px;
  left: 0;
  width: 0;
  height: 4px;
  background-color: #7fd5f7;
  border-radius: 33px;
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
}


.tp-main-menu ul li a::before {
  position: absolute;
  content: "";
  bottom: 22px;
  right: 0;
  width: 0;
  height: 4px;
  background-color: #ff5052;
  border-radius: 33px;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}


.tp-main-menu ul li a:hover {
  color: #007bff !important;
}

.tp-main-menu ul li:hover a::after, .tp-main-menu ul li.current-item a::after  {
  visibility: visible;
  opacity: 1;
  width: 90%;
}

.tp-main-menu ul li:hover a::before, .tp-main-menu ul li.current-item a::before {
  visibility: visible;
  opacity: 1;
  width: 50%;
}

.tp-main-menu ul li:hover a i {
  transform: rotate(-180deg);
}

.tp-main-menu ul li:hover ul.submenu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.tp-main-menu ul li ul.submenu {
  position: absolute;
  background-color: #ffdc60;
  padding: 15px 5px;
  width: 270px;
  transition: 0.3s;
  top: 110%;
  opacity: 0;
  visibility: hidden;
  border-radius: 0px 15px 0px 15px;
  z-index: 5;
}

.tp-main-menu ul li ul.submenu li {
  margin: 0;
  margin-bottom: 10px;
  display: block;
}

.tp-main-menu ul li ul.submenu li:last-child {
  margin-bottom: 0;
}

.tp-main-menu ul li ul.submenu li a {
  font-size: 16px;
  font-weight: 500;
  color: #53585a;
  display: block;
  padding: 0;
}

.tp-main-menu ul li ul.submenu li a::after, .tp-main-menu ul li ul.submenu li a::before {
  display: none;
}

.tp-main-menu ul li ul.submenu li a:hover {
  color: #53585a;
}

.tp-main-menu ul li:hover::after {
  color: #292930;
  transform: rotate(-180deg);
}

.hasdropdown-white {
  padding-top: 35px;
  padding-bottom: 35px;
}

.hasdropdown-white .hasdropdown::after {
  color: #ffffff;
}

.hasdropdown-white .hasdropdown:hover::after {
  color: #FFDC60;
}

.header-space-three {
  padding-right: 115px;
  padding-left: 115px;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .header-space-three {
    padding-right: 100px;
    padding-left: 100px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header-space-three {
    padding-right: 50px;
    padding-left: 50px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-space-three {
    padding-right: 0px;
    padding-left: 0px;
  }
}

.tp-header-bs-area {
  padding-right: 115px;
  padding-left: 115px;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .tp-header-bs-area {
    padding-right: 40px;
    padding-left: 40px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-header-bs-area {
    padding-right: 0px;
    padding-left: 0px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-header-bs-area {
    padding-right: 0px;
    padding-left: 0px;
  }
}
@supports (-webkit-touch-callout: none) {
  .tp-header-right button {
    font-size: 25px;
    color: #1583fa;
    height: 57px;
    width: 57px;
    /* display: inline-block; */
    text-align: center;
    text-align: -webkit-center;
    text-align: -moz-center;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 12px #b1b0b07d;
  }
  .fas.fa-bars{
    margin-left: -6px;

  }
}

@supports not (-webkit-touch-callout: none) {
  /* CSS for other than iOS devices */ 
  .tp-header-right button {
    font-size: 25px;
    color: #1583fa;
    margin-left: 30px;
    height: 57px;
    width: 57px;
    line-height: 57px;
    text-align: center;
    text-align: -webkit-center;
    text-align: -moz-center;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 12px #b1b0b07d;
  }
}


.tp-shadow-transparent button {
  box-shadow: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-shadow-transparent button {
    box-shadow: 0px -2px 12px #EBE9F3;
  }
}
.tp-header-button {
  line-height: 0;
}

.tp-header-bg {
  background-color: #ffffff;
  margin-left: 80px;
  margin-right: 80px;
  padding: 0px 35px;
  margin-top: 50px;
  border-radius: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-header-bg {
    margin-left: 0;
    margin-right: 0;
  }
}

.tp-menu-bar button {
  font-size: 30px;
  color: #292930;
  font-weight: 400;
  height: 70px;
  width: 70px;
  background-color: #ffffff;
  text-align: center;
  line-height: 70px;
  display: inline-block;
  border-radius: 10px;
  position: relative;
  z-index: 2;
}

.tp-menu-bar button:hover {
  background-color: #FFDC60;
  color: #292930;
}

@media only screen and (min-width: 1601px) and (max-width: 1800px) {
  .header-transparent {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .header-transparent {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header-transparent {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-transparent {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.header-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #ffffff;
  width: 100%;
  padding-top: 0px;
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  box-shadow: 0px 2px 55px rgba(168, 182, 218, 0.32);
  z-index: 9999;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .header-sticky {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.header-sticky .tp-menu-bar button {
  box-shadow: 0px 2px 55px rgba(168, 182, 218, 0.32);
}

.header-sticky.tp-header-bg {
  margin-top: 0;
  margin-left: 0;
  border-radius: 0;
}

.header-sticky .tp-main-menu ul li a {
  padding: 28px 0;
}

.hasdropdown-white.header-sticky {
  background-color: #5956E9;
  padding-bottom: 0px;
  padding-top: 0;
  box-shadow: none;
}

.hasdropdown-white.header-sticky .tp-main-menu nav>ul>li>a {
  padding-top: 35px;
  padding-bottom: 35px;
}

.tp-md-header-area.header-sticky .bar .tp-menu-bar button {
  box-shadow: 0px 2px 55px rgba(168, 182, 218, 0.32);
}

.tp-green-bg.header-sticky {
  background: #5956E9;
}

.tpoffcanvas {
  position: fixed;
  top: 0;
  right: -100%;
  width: 485px;
  height: 100vh;
  box-shadow: 0 16px -32px 0 rgba(0, 0, 0, 0.8);
  background-color: #fff;
  z-index: 9999;
  transition: 1s;
  padding: 50px;
  overflow-y: scroll;
  opacity: 0;
  visibility: hidden;
}

@media (max-width: 767px) {
  .tpoffcanvas {
    width: 330px;
    padding: 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tpoffcanvas {
    width: 400px;
    padding: 40px;
  }
}

.tpoffcanvas.opened {
  right: 0;
  opacity: 1;
  visibility: visible;
}

.tpoffcanvas__logo {
  margin-bottom: 60px;
}

.tpoffcanvas__logo img {
  width: 180px;
  height: 100%;
}

.tpoffcanvas__close-btn {
  font-size: 30px;
  position: absolute;
  right: 50px;
  top: 60px;
  transition: 0.3s;
}

.tpoffcanvas__close-btn a {
  color: #f44c4e;
}

@media (max-width: 767px) {
  .tpoffcanvas__close-btn {
    font-size: 28px;
    right: 20px;
    top: 44px;
  }
}

@media only screen and (min-width: 576px)and (max-width: 767px) {
  .tpoffcanvas__close-btn {
    right: 36px;
    top: 52px;
  }
}

.tpoffcanvas__close-btn:hover {
  color: red;
  transform: rotate(90deg);
}

.tpoffcanvas__content p {
  font-size: 26px;
  color: #ffffff;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 0;
  padding-bottom: 55px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tpoffcanvas__content p br {
    display: none;
  }
}

.tpoffcanvas__contact {
  clear: both;
}

@media only screen and (min-width: 768px)and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tpoffcanvas__contact {
    margin-top: 60px;
  }
}

.tpoffcanvas__contact span {
  font-size: 14px;
  color: #888888;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 30px;
  display: inline-block;
}

.tpoffcanvas__contact ul {
  margin-bottom: 60px;
}

.tpoffcanvas__contact ul li {
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 27px;
  position: relative;
  padding-left: 40px;
}

@media (max-width: 767px) {
  .tpoffcanvas__contact ul li {
    font-size: 16px;
    padding-left: 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tpoffcanvas__contact ul li {
    font-size: 18px;
  }
}

.tpoffcanvas__contact ul li:last-child {
  margin-bottom: 0;
}

.tpoffcanvas__contact ul li i {
  color: #FFDC60;
  font-size: 22px;
  position: absolute;
  left: 0;
  top: 4px;
}

@media (max-width: 767px) {
  .tpoffcanvas__contact ul li i {
    font-size: 16px;
  }
}

.tpoffcanvas__contact ul li:hover {
  color: #FFDC60;
}

/* .tpoffcanvas__input {
  margin-top: 65px;
}

.tpoffcanvas__input p {
  color: #888888;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.tpoffcanvas__input input {
  background: #a8a8b74d;
  border: transparent;
  height: 60px;
  width: 100%;
  padding-left: 20px;
  padding-right: 80px;
  border-radius: 10px;
  color: #ffffff;
}

.tpoffcanvas__input input::placeholder {
  font-size: 14px;
  color: #000;
  font-weight: 400;
}

.tpoffcanvas__input button {
  height: 60px;
  width: 60px;
  background-color: #f44c4e;
  color: #ffffff;
  font-size: 16px;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 10px;
} */

.tp-main-menu {
  position: relative;
}

.tp-main-menu ul li.has-mega-menu {
  position: static;
}

.tp-main-menu ul li.has-mega-menu ul.submenu {
  width: 800px;
  right: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-main-menu ul li.has-mega-menu ul.submenu {
    left: -170px;
  }
}

.tp-main-menu ul li.has-mega-menu ul.submenu li {
  width: 33.33%;
  float: left;
}

@media screen and (max-width:992px) {
  .tp-md-header-area {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.meanmenu-logout {
  /* position: absolute;
  left: 0;
  right: 0;
  bottom: 50px; */
  text-align: center;
  width: 100%;
  margin-top: 70px;
}

.meanmenu-logout button {
  width: 100%;
  border: 2px solid #f44c4e;
  border-radius: 6px;
  padding: 10px 100px;
  font-size: 18px;
  color: #007bff;
  text-transform: uppercase;
  font-weight: 600;
}

.tp-logo img {
  width: 175px;
}

@media screen and (max-width:767px) {
  .meanmenu-logout button {
    padding: 10px 57px;
  }
  .register-menu{
    display: block !important;
  }
}

.meanmenu-profile-section .meanmenu-profile {
  border: 3px solid #f44c4e;
  border-radius: 50%;
  width: 120px;
  height: 120px;
}

.meanmenu-profile-section .dropdown-menu.show {
  left: -60px !important;
  border: 1px solid rgb(244 76 78);
  border-radius: 0rem 1.25rem 0.25rem 1.25rem;
  width: 200px;
}

.meanmenu-profile-section .dropdown-menu .dropdown-item img {
  width: 30px;
}