/*----------------------------------------
 01. THEME DEFAULT CSS START
----------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Manrope:wght@300;400;500;600;700;800&display=swap" rel="stylesheet');
:root {
  /**
  @font family declaration
  */
  --tp-ff-body: 'Manrope', sans-serif;
  --tp-ff-heading: 'Manrope', sans-serif;
  --tp-ff-fontawesome: Font Awesome 6 Pro;
  /**
  @color declaration
  */
  --tp-common-white: #ffffff;
  --tp-common-black: #000000;
  --tp-common-orange: #fe7f4c;
  --tp-heading-primary: #1e3737;
  --tp-grey-1: #f2f7f7;
  --tp-grey-2: #8b9e9e;
  --tp-text-body: #6e7a7a;
  --tp-theme-1: #1e3737;
  --tp-theme-2: #07847f;
  --tp-theme-3: #8fe1de;
  --tp-border-1: #385656;
  --tp-border-2: #edefef;
}
/*----------------------------------------*/
/*  06. contact css start
/*----------------------------------------*/
.tp-contact-form__space {
  padding-top: 120px;
  padding-bottom: 130px;
}
.tp-contact-form__subtitle {
  color: var(--tp-common-orange);
  font-weight: 700;
  display: inline-block;
  padding-bottom: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-contact-form__left-box {
    padding-bottom: 50px;
  }
}
.tp-contact-form__left-box p {
  margin-bottom: 0;
  padding-bottom: 45px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-contact-form__left-box p {
    font-size: 14px;
  }
  .tp-contact-form__left-box p br {
    display: none;
  }
}
.tp-contact-form__social-box a {
  font-size: 17px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  width: 40px;
  color: var(--tp-theme-1);
  border-radius: 50%;
  border: 1px solid #e6e9e9;
  display: inline-block;
  transition: all 500ms ease;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.tp-contact-form__social-box a:not(:last-child) {
  margin-right: 10px;
}
.tp-contact-form__social-box a::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: var(--tp-common-orange);
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.4s;
  transition-property: all;
  opacity: 1;
  transform-origin: top;
  transform-style: preserve-3d;
  transform: scaleY(0);
  z-index: -1;
}
.tp-contact-form__social-box a:hover {
  color: var(--tp-common-white);
  border: 1px solid transparent;
}
.tp-contact-form__social-box a:hover::after {
  opacity: 1;
  transform: scaleY(1);
}
.tp-contact-form__form-box {
  background-color: var(--tp-grey-1);
  padding: 60px 50px;
}
@media (max-width: 767px) {
  .tp-contact-form__form-box {
    padding: 30px 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-contact-form__form-box {
    padding: 50px 25px;
  }
}
.tp-contact-form__input-box input {
  color: var(--tp-common-black);
  border: 1px solid transparent;
  transition: 0.3s;
}
.tp-contact-form__input-box input:focus {
  border: 1px solid var(--tp-common-orange);
}
.tp-contact-form__textarea-box textarea {
  height: 150px;
  resize: none;
  border: none;
  padding: 30px;
  padding-top: 25px;
  font-size: 14px;
  width: 100%;
  color: var(--tp-common-black);
  transition: 0.3s;
  border: 1px solid transparent;
}
.tp-contact-form__textarea-box textarea:focus {
  border: 1px solid var(--tp-common-orange);
}
.tp-contact-form__button {
  line-height: 0;
}

.tp-contact__bg {
  background-color: var(--tp-theme-2);
  padding: 50px 55px;
  padding-bottom: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-contact__bg {
    padding: 50px 20px;
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-contact__bg {
    padding: 50px 25px;
    padding-bottom: 20px;
  }
}
.tp-contact__item {
  margin-bottom: 30px;
	width:30%
}
.tp-contact__item:hover .tp-contact__icon span {
  background-color: var(--tp-common-orange);
  color: var(--tp-common-white);
}
.tp-contact__icon span {
  margin-right: 25px;
  font-size: 40px;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  line-height: 91px;
  text-align: center;
  display: inline-block;
  background-color: var(--tp-common-white);
  color: var(--tp-theme-1);
  transition: 0.3s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-contact__icon span {
    font-size: 34px;
    height: 70px;
    width: 70px;
    line-height: 81px;
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .tp-contact__icon span {
    font-size: 20px;
    height: 50px;
    width: 50px;
    line-height: 55px;
    margin-right: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-contact__icon span {
    font-size: 30px;
    height: 70px;
    width: 70px;
    line-height: 81px;
    margin-right: 30px;
  }
}
.tp-contact__text a {
  color: var(--tp-common-white);
  display: block;
  padding-bottom: 10px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-contact__text a {
    font-size: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-contact__text a {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .tp-contact__text a {
    font-size: 14px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-contact__text a {
    font-size: 15px;
  }
}
.tp-contact__text a:last-child {
  padding-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-contact__wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
	.tp-contact__wrapper
	{
		display:block !important
	}
  .tp-contact__item {
	  margin-bottom: 30px;
		width:100%
	}
}
.tp-location__info-box {
  line-height: 0;
}
.tp-location__info-box iframe {
  width: 100%;
}

/*============*/
.tp-btn {
  display: inline-block;
  background-color: var(--tp-common-orange);
  color: var(--tp-common-white);
  height: 58px;
  line-height: 55px;
  padding: 0 51px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  text-transform: capitalize;
  position: relative;
  transition: all 0.6s linear;
  overflow: hidden;
  z-index: 1;
}
.tp-btn:hover {
  color: var(--tp-common-white);
}
.tp-btn:hover::after {
  height: 380%;
}
.tp-btn::after {
  position: absolute;
  content: "";
  background-color: var(--tp-theme-1);
  width: 100%;
  height: 0%;
  left: 50%;
  top: 50%;
  border-radius: 0px;
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: -1;
  transition: all 500ms ease;
}
.tp-btn.theme-2-bg {
  background-color: var(--tp-common-orange);
  color: var(--tp-common-white);
}
.tp-btn.theme-2-bg:hover::after {
  background-color: var(--tp-theme-2);
}

.tp-border-btn {
  display: inline-block;
  border: 1px solid var(--tp-common-orange);
  color: var(--tp-common-white);
  height: 58px;
  line-height: 55px;
  padding: 0 51px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  text-transform: capitalize;
  position: relative;
  transition: all 0.6s linear;
  overflow: hidden;
  z-index: 1;
}
.tp-border-btn:hover {
  color: var(--tp-common-white);
}
.tp-border-btn:hover::after {
  height: 380%;
}
.tp-border-btn::after {
  position: absolute;
  content: "";
  background-color: var(--tp-common-orange);
  width: 100%;
  height: 0%;
  left: 50%;
  top: 50%;
  border-radius: 0px;
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: -1;
  transition: all 500ms ease;
}

.theme-btn {
  display: inline-block;
  background-color: var(--tp-theme-1);
  color: var(--tp-common-white);
  height: 58px;
  line-height: 55px;
  padding: 0 51px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  text-transform: capitalize;
  position: relative;
  transition: all 0.6s linear;
  overflow: hidden;
  z-index: 1;
}
.theme-btn:hover {
  color: var(--tp-common-white);
}
.theme-btn:hover::after {
  height: 380%;
}
.theme-btn::after {
  position: absolute;
  content: "";
  background-color: var(--tp-common-orange);
  width: 100%;
  height: 0%;
  left: 50%;
  top: 50%;
  border-radius: 0px;
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: -1;
  transition: all 500ms ease;
}

.tp-btn-lg {
  display: inline-block;
  background-color: var(--tp-common-orange);
  color: var(--tp-common-white);
  height: 58px;
  line-height: 55px;
  padding: 0 51px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  text-transform: capitalize;
  position: relative;
  transition: all 0.6s linear;
  overflow: hidden;
  z-index: 1;
}
.tp-btn-lg:hover {
  color: var(--tp-common-white);
}
.tp-btn-lg:hover::after {
  height: 560%;
}
.tp-btn-lg::after {
  position: absolute;
  content: "";
  background-color: var(--tp-theme-1);
  width: 100%;
  height: 0%;
  left: 50%;
  top: 50%;
  border-radius: 0px;
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: -1;
  transition: all 500ms ease;
}

.tp-btn-sm {
  display: inline-block;
  background-color: var(--tp-common-orange);
  color: var(--tp-common-white);
  height: 45px;
  line-height: 45px;
  padding: 0 30px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  text-transform: capitalize;
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.tp-btn-sm i {
  padding-left: 20px;
  color: var(--tp-common-white);
  font-size: 16px;
  transform: translateY(2px);
}
.tp-btn-sm:hover {
  color: var(--tp-common-white);
}
.tp-btn-sm:hover::after {
  height: 380%;
}
.tp-btn-sm::after {
  position: absolute;
  content: "";
  background-color: var(--tp-theme-1);
  width: 100%;
  height: 0%;
  left: 50%;
  top: 50%;
  border-radius: 0px;
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: -1;
  transition: all 500ms ease;
}
.tp-btn-sm.theme-2-bg {
  background-color: var(--tp-common-orange);
  color: var(--tp-common-white);
}
.tp-btn-sm.theme-2-bg:hover::after {
  background-color: var(--tp-theme-2);
}

.tp-grey-btn {
  display: inline-block;
  background-color: var(--tp-grey-1);
  color: var(--tp-theme-2);
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  text-transform: capitalize;
  position: relative;
  transition: 0.3s;
  overflow: hidden;
  z-index: 1;
}
.tp-grey-btn:hover {
  color: var(--tp-common-white);
}
.tp-grey-btn:hover::after {
  height: 380%;
}
.tp-grey-btn::after {
  position: absolute;
  content: "";
  background-color: var(--tp-common-orange);
  width: 100%;
  height: 0%;
  left: 50%;
  top: 50%;
  border-radius: 0px;
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: -1;
  transition: all 500ms ease;
}


.tp-section-title {
  font-size: 28px;
  color: var(--tp-theme-1);
  font-weight: 800;
  font-family: var(--tp-ff-heading);
  line-height: 1.2;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-section-title {
    font-size: 45px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-section-title {
    font-size: 42px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-section-title {
    font-size: 42px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-section-title {
    font-size: 35px;
  }
  .tp-section-title br {
    display: none;
  }
}
@media (max-width: 767px) {
  .tp-section-title {
    font-size: 26px;
  }
  .tp-section-title br {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-section-title {
    font-size: 37px;
  }
  .tp-section-title br {
    display: none;
  }
}

.header-wrapper .menu-wrapper ul.main-menu a
{
	color:#fff
}

/*----------------------------------------*/
/*  24. login css start 
/*----------------------------------------*/
.tp-login-wrapper {
  padding: 50px 60px 70px;
  background-color: var(--tp-grey-1);
}
@media (max-width: 767px) {
  .tp-login-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.tp-login-title {
  font-weight: 700;
  font-size: 35px;
  margin-bottom: 4px;
}
.tp-login-top p {
  font-weight: 400;
  font-size: 16px;
  color: #49535B;
}
.tp-login-top p a {
  color: var(--tp-theme-1);
  position: relative;
  display: inline-block;
}
.tp-login-top p a::after {
  position: absolute;
  content: "";
  left: auto;
  right: 0;
  bottom: 4px;
  width: 0%;
  height: 1px;
  background-color: var(--tp-theme-1);
  transition: 0.3s;
}
.tp-login-top p a:hover::after {
  left: 0;
  right: auto;
  width: 100%;
}
.tp-login-option-item {
  margin-bottom: 10px;
}
.tp-login-option-item:not(:last-child) {
  margin-right: 10px;
}
.tp-login-option-item.has-google a {
  width: 252px;
}
.tp-login-option-item.has-google a img {
  margin-right: 7px;
}
.tp-login-option-item a {
  display: inline-block;
  width: 98px;
  height: 56px;
  line-height: 54px;
  text-align: center;
  border: 1px solid #E0E2E3;
  font-size: 16px;
  color: #041226;
}
.tp-login-option-item a img {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
.tp-login-option-item a img.apple {
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -o-transform: translateY(-3px);
  transform: translateY(-3px);
}
.tp-login-option-item a:hover {
  border-color: var(--tp-common-orange);
}
.tp-login-mail {
  position: relative;
  z-index: 1;
}
.tp-login-mail p {
  font-size: 15px;
  color: #55585B;
  margin-bottom: 0;
  padding: 0 20px;
  position: relative;
  display: inline-block;
  background-color: var(--tp-grey-1);
}
.tp-login-mail p a:hover {
  color: var(--tp-theme-1);
}
.tp-login-mail::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 12px;
  width: 100%;
  height: 1px;
  background-color: #E0E2E3;
  transition: 0.3s;
  z-index: -1;
}
.tp-login-input-wrapper {
  margin-bottom: 25px;
}
.tp-login-input-box {
  position: relative;
}
.tp-login-input-box:not(:last-child) {
  margin-bottom: 30px;
}
.tp-login-input input {
  height: 56px;
  background: #FFFFFF;
  border: 1px solid transparent;
  font-size: 14px;
  transition: 0.3s;
  color: var(--tp-common-black);
  text-transform: capitalize;
}
.tp-login-input input::-webkit-input-placeholder {
  color: #95999D;
}
.tp-login-input input:-moz-placeholder {
  color: #95999D;
}
.tp-login-input input::-moz-placeholder {
  color: #95999D;
}
.tp-login-input input:-ms-input-placeholder {
  color: #95999D;
}
.tp-login-input input:focus {
  border: 1px solid var(--tp-common-orange);
}
.tp-login-input-eye {
  position: absolute;
  right: 26px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tp-login-input-eye .open-eye {
  display: none;
}
.tp-login-input-eye span {
  transition: 0.3s;
}
.tp-login-input-eye:hover {
  cursor: pointer;
}
.tp-login-input-eye:hover span {
  color: var(--tp-common-black);
}
.tp-login-remeber input {
  display: none;
}
.tp-login-remeber input:checked ~ label::after {
  background-color: var(--tp-common-white);
  border-color: var(--tp-common-orange);
}
.tp-login-remeber input:checked ~ label::before {
  visibility: visible;
  opacity: 1;
}
.tp-login-remeber label {
  font-size: 15px;
  color: #55585B;
  position: relative;
  padding-left: 26px;
  z-index: 1;
}
.tp-login-remeber label::after {
  position: absolute;
  content: "";
  top: 1px;
  left: 0;
  width: 18px;
  height: 18px;
  line-height: 16px;
  text-align: center;
  border: 1px solid #C3C7C9;
  z-index: -1;
  transition: 0.3s;
}
.tp-login-remeber label::before {
  position: absolute;
  content: url("../img/login/check.svg");
  top: 1px;
  left: 0;
  width: 18px;
  height: 18px;
  line-height: 16px;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  color: var(--tp-common-orange);
  transition: 0.3s;
}
.tp-login-remeber label a:hover {
  color: var(--tp-common-orange);
}
.tp-login-remeber label:hover {
  cursor: pointer;
}
.tp-login-forgot a {
  font-weight: 400;
  font-size: 15px;
  color: var(--tp-theme-1);
  position: relative;
  display: inline-block;
}
.tp-login-forgot a::after {
  position: absolute;
  content: "";
  left: auto;
  right: 0;
  bottom: 4px;
  width: 0%;
  height: 1px;
  background-color: var(--tp-theme-1);
  transition: 0.3s;
}
.tp-login-forgot a:hover::after {
  left: 0;
  right: auto;
  width: 100%;
}
.tp-login-btn {
  font-weight: 500;
  font-size: 16px;
  color: var(--tp-common-white);
  background-color: var(--tp-theme-1);
  padding: 14px 30px;
  text-align: center;
  display: inline-block;
  transition: 0.3s;
}
.tp-login-btn:hover {
  background-color: var(--tp-common-orange);
  color: var(--tp-common-white);
}
