.eleddon-warining{
  line-height: 24px;
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

/*============================================================
Accordion Styles
============================================================*/
.tbandel-accordion-wrapper {
  position: relative;
  box-shadow: 0 0 10px -5px #484848;
  border-radius: 10px;
  overflow: hidden;
}
.tbandel-single-accordion {
  position: relative;
  padding: 0 30px;
  transition: 0.3s ease-in;
  z-index: 1;
}
.tbandel-single-accordion + .tbandel-single-accordion {
  border-top: 1px solid #ddd;
}
.tbandel-single-accordion .heading {
  display: inline-block;
  color: #484848;
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 600;
  padding: 20px 0;
  text-decoration: none;
  width: 100%;
  transition: 0.3s ease-in;
}
.tbandel-single-accordion .content {
  height: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-in;
  overflow: hidden;
}
.tbandel-single-accordion.active {
  background: #fff7f8;
}
.tbandel-single-accordion.active .heading {
  color: #ff5a5f;
}
.tbandel-single-accordion.active .content {
  opacity: 1;
  visibility: visible;
  height: auto;
  padding-bottom: 20px;
}
.expand-icon {
  position: absolute;
  height: 26px;
  width: 26px;
  right: 30px;
  top: 26px;
  border-radius: 50%;
  border: 1px solid #767676;
  z-index: -1;
}
.expand-icon:before,
.expand-icon:after {
  position: absolute;
  height: 1px;
  width: 16px;
  top: 50%;
  left: calc(50% - 8px);
  background: #767676;
  content: "";
  transition: all 0.3s ease-in;
}
.tbandel-single-accordion.active .expand-icon:before {
  transform: rotate(90deg);
}

/*==========================
Accordion Red Bg Styles
===========================*/

.tbandel-accordion-wrapper.red-bg {
  box-shadow: none;
  border-radius: 0;
}
.tbandel-accordion-wrapper.red-bg .tbandel-single-accordion {
  border-radius: 10px;
}
.tbandel-accordion-wrapper.red-bg .tbandel-single-accordion {
  background: #ff5a5f;
  color: #fff;
}
.tbandel-accordion-wrapper.red-bg .tbandel-single-accordion .heading {
  color: #fff;
}
.tbandel-accordion-wrapper.red-bg
  .tbandel-single-accordion
  + .tbandel-single-accordion {
  border: none;
  margin-top: 30px;
}
.tbandel-accordion-wrapper.red-bg .expand-icon {
  border-color: #fff;
}
.tbandel-accordion-wrapper.red-bg .expand-icon:before,
.tbandel-accordion-wrapper.red-bg .expand-icon:after {
  background: #fff;
}

/*==========================
 Logo Carousel Styles
===========================*/
.sponsor-carousel-wrapper {
  position: relative;
}
.sponsor-carousel-item.slick-slide {
  border: 1px solid #bfbfbf;
  margin: 10px;
  padding: 10px;
  min-height: 80px;
  min-width: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sponsor-carousel-item img {
  width: 130px;
}

.sponsor-carousel-wrapper .slick-arrow {
  position: absolute;
  height: 60px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #ff5a5f;
  border-radius: 50%;
  transition: all 0.3s ease-in;
  box-shadow: 0 0 8px -4px #ff5a5f;
  top: calc(50% - 30px);
  cursor: pointer;
}
.sponsor-carousel-wrapper .slick-arrow:hover {
  background: #ff5a5f;
  color: #fff;
}
.sponsor-carousel-wrapper .slick-arrow.prev-slide {
  left: -100px;
}
.sponsor-carousel-wrapper .slick-arrow.next-slide {
  right: -100px;
}
/*==========================
Logo Carousel Style Two
===========================*/
.sponsor-carousel-wrapper.style-two .sponsor-carousel-item.slick-slide {
  border: none;
  box-shadow: 0 0 3px 0px #ddd;
}
.sponsor-carousel-wrapper.style-two .slick-arrow {
  box-shadow: none;
  border: 3px solid #d6d6d6;
}
.sponsor-carousel-wrapper.style-two .slick-arrow:hover {
  border-color: #ff5a5f;
}

/*==========================
Icon Box Styles
===========================*/
.tbd-single-service {
  padding-left: 10px;
}
.tbd-single-service .icon-box {
  font-size: 40px;
  color: #ff5a5f;
  margin-bottom: 10px;
}
.tbd-single-service .service-title {
  font-size: 24px;
  text-transform: capitalize;
  font-weight: 700;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.tbd-single-service .service-title:after {
  position: absolute;
  height: 3px;
  width: 60px;
  left: 0;
  bottom: 0;
  background: #ff5a5f;
  content: "";
  opacity: 0.54;
}
.tbd-single-service .readmore-btn {
  font-size: 18px;
  text-transform: capitalize;
  display: inline-block;
  color: #484848;
  margin-top: 20px;
  transition: all 0.3s ease-in;
  text-decoration: none;
}

.tbd-single-service .readmore-btn .fa-arrow-right {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 0 5px;
  color: #ff5a5f;
  transition: all 0.3s ease-in;
}

.tbd-single-service .readmore-btn:hover .fa-arrow-right {
  margin-left: 16px;
}
.service-area .col-lg-3 {
  border-right: 1px solid #d6d6d6;
}
.service-area .col-lg-3:nth-child(4n + 4) {
  border-right: 0;
}
.service-area .col-lg-3:nth-child(n + 5) {
  margin-top: 60px;
}
.service-area .col-lg-3:nth-child(4n + 4) {
  border-right: 0;
}
.service-area .col-lg-3:nth-child(4n + 1) .tbd-single-service {
  padding-left: 0;
}
/*==========================
Icon Box Two Styles
===========================*/
.tbd-single-service.style-two {
  padding: 30px;
  box-shadow: 0 0 6px 0 #d6d6d6;
  border-radius: 10px;
}
.tbd-single-service.style-two .icon-box {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(130deg, #fff 20%, rgba(255, 90, 95, 0.3) 50%);
  border-radius: 50%;
  margin-bottom: 16px;
}
/*==========================
Team Card Styles 1
===========================*/


.tbd-single-team {
  text-align: center;
}
.tbd-single-team img {
  max-width: 100%;
}

.tbd-single-team .name {
  font-size: 22px;
  margin: 20px 0 10px;
  text-transform: capitalize;
  font-weight: 700;
}

.tbd-single-team .team-social {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 20px;
}

.tbd-single-team .post {
  text-transform: capitalize;
  color: #767676;
}

.tbd-single-team .team-social li {
  display: inline-block;
  margin: 0 10px;
}

.tbd-single-team .team-social li a {
  color: #484848;
  transition: all 0.3s ease-in;
}

.tbd-single-team .team-social li a:hover {
  color: #ff5a5f;
}
.team-area .col-lg-3:nth-child(n + 5) {
  margin-top: 60px;
}
/*==========================
Team Card Style 2
===========================*/
.tbd-single-team.style-two {
  padding: 30px;
  border: 1px solid #f2f2f2;
  border-radius: 10px;
  box-shadow: 0 0 15px -7px #ddd;
  text-align: left;
}
.tbd-single-team.style-two .team-social li {
  margin: 0 20px 0 0;
}

/*==========================
Subscribe Style 1
===========================*/
.subscribe-card {
  position: relative;
  min-height: 310px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-size: cover;
  background-position: center;
}
.subscribe-card.style-01 {
  min-height: 310px;
  background-image: url("../img/subscribe/subscribe-1-bg.png");
}

.subscribe-card .title {
  width: 50%;
  text-align: center;
  color: #fff;
  font-size: 32px;
  text-transform: capitalize;
  margin-bottom: 40px;
  line-height: 42px;
}

.title span {
  font-weight: 700;
}

.subscribe-form input[type="email"] {
  border: none;
  background: #fff;
  padding: 16px;
  width: 70%;
}

.subscribe-form {
  display: flex;
  align-items: center;
  width: 60%;
  border-radius: 5px;
  overflow: hidden;
}

.subscribe-btn {
  color: #fff;
  background: #ff5a5f;
  padding: 16px;
  text-transform: capitalize;
  text-decoration: none;
  width: 30%;
  text-align: center;
}
.subscribe-btn:hover {
  color: #fff;
  text-decoration: none;
}
.subscribe-btn .fa-arrow-right {
  margin-left: 10px;
}

/*==========================
Subscribe Card Style 2
===========================*/
.subscribe-card.style-02 {
  min-height: 382px;
  background-image: url("../img/subscribe/subscribe-2-bg.png");
  z-index: 1;
  border-radius: 10px;
  overflow: hidden;
}
.subscribe-card.style-02:after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background: #241588;
  opacity: 0.2;
  z-index: -1;
}
.subscribe-card.style-02 .subscribe-form {
  flex-direction: column;
  width: 100%;
}
.subscribe-card.style-02 .subscribe-btn {
  margin-top: 30px;
  width: auto;
  padding: 14px 40px;
  border-radius: 5px;
}
.subscribe-card.style-02 input {
  border-radius: 5px;
}
/*==========================
Subscribe Card Style 3
===========================*/
.subscribe-card.style-03 {
  min-height: 334px;
  background-image: url("../img/subscribe/subscribe-3-bg.png");
  border-radius: 10px;
  box-shadow: 0 0 11px -5px #777;
  flex-direction: row;
  padding: 0 100px;
  align-items: center;
  text-align: left;
  justify-content: space-between;
}
.cover-shape img {
  max-width: 230px;
}
.subscribe-card.style-03 .title {
  color: #484848;
  width: 100%;
  text-align: left;
}
.subscribe-card.style-03 .content {
  width: 60%;
}
.subscribe-card.style-03 .subscribe-form {
  width: 100%;
}

.subscribe-card.style-03 .subscribe-form .subscribe-btn {
  width: 20%;
  padding: 12px;
  font-size: 22px;
  border-radius: 0 5px 5px 0;
}

.subscribe-card.style-03 .subscribe-form input[type="email"] {
  border: 1px solid #bfbfbf;
  border-radius: 5px 0 0 5px;
  border-right: transparent;
}

/*==========================
Tstimonial Style 1
===========================*/
.eleddon-testimonial-item {
  text-align: center;
}

.eleddon-testimonial-wrapper .thumb {
  max-width: 90px;
  display: inline-block;
}

.author-name {
  font-size: 22px;
  text-transform: capitalize;
  font-weight: 700;
  margin: 20px 0 10px;
}

.author-title {
  text-transform: capitalize;
  color: #767676;
}

.eleddon-testimonial-wrapper .test-author {
  margin-bottom: 30px;
}

.eleddon-testimonial-wrapper.test-style-01 .test-content {
  position: relative;
  background: #f2f2f2;
  padding: 50px 30px;
  border-radius: 10px;
  z-index: 1;
}

.eleddon-testimonial-wrapper .test-content .fa-quote-right {
  font-size: 50px;
  position: absolute;
  left: 30px;
  top: 30px;
  z-index: -1;
  opacity: 0.2;
}
.eleddon-testimonial-wrapper.owl-carousel .owl-item img {
  display: inline-block;
  border-radius: 50%;
}
.eleddon-testimonial-wrapper .slick-dots {
  margin: 50px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
}

.eleddon-testimonial-wrapper .slick-dots li {
  position: relative;
  margin: 0 20px;
  display: block;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background: red;
  cursor: pointer;
}
.eleddon-testimonial-wrapper .slick-dots li:after {
  position: absolute;
  height: 300%;
  width: 300%;
  top: -100%;
  left: -100%;
  border: 1px solid #ddd;
  content: "";
  border-radius: 50%;
  transform: scale(0);
  transition: all 0.3s ease-in;
}

.eleddon-testimonial-wrapper .slick-dots li.slick-active:after {
  transform: scale(1);
}

.eleddon-testimonial-wrapper .slick-dots button {
  display: none;
}
/*==========================
Testimonial Style 2
===========================*/
.eleddon-testimonial-wrapper.test-style-02 .owl-stage-outer {
  padding-top: 30px;
}
.eleddon-testimonial-wrapper.test-style-02 .eleddon-testimonial-item {
  border: 1px solid #bfbfbf;
  margin: 0 10px;
  border-radius: 10px;
  padding: 40px 30px 30px;
}
.eleddon-testimonial-wrapper.test-style-02 .test-author {
  margin: 30px 0 0;
}
.eleddon-testimonial-wrapper.test-style-02 .center .eleddon-testimonial-item {
  background: #ff5a5f;
  color: #fff;
  border: none;
}

.eleddon-testimonial-wrapper.test-style-02
  .center
  .eleddon-testimonial-item
  .author-title {
  color: #fff;
}
.eleddon-testimonial-wrapper.test-style-02 .center .fa-quote-left {
  color: #484848;
}
.eleddon-testimonial-wrapper.test-style-02 .fa-quote-left {
  font-size: 50px;
  position: absolute;
  color: #ff5a5f;
  top: -26px;
  left: 40px;
  z-index: 1;
}

.eleddon-testimonial-wrapper .owl-dots {
  text-align: center;
  margin-top: 50px;
}
.eleddon-testimonial-wrapper .owl-dots.disabled {
  display: block;
}
.eleddon-testimonial-wrapper .owl-dots .owl-dot {
  position: relative;
  margin: 0 20px;
  display: inline-block;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background: #ff5a5f;
  cursor: pointer;
}
.eleddon-testimonial-wrapper .owl-dots .owl-dot:after {
  position: absolute;
  height: 300%;
  width: 300%;
  top: -100%;
  left: -100%;
  border: 1px solid #ddd;
  content: "";
  border-radius: 50%;
  transform: scale(0);
  transition: all 0.3s ease-in;
}
.eleddon-testimonial-wrapper .owl-dots .owl-dot.active:after {
  transform: scale(1);
}

/*==========================
Responsive Styles
===========================*/
@media only screen and (min-width: 1741px) and (max-width: 1924px) {
  .container {
    max-width: 1200px;
  }
}

/*==========================
Team Card Styles 1
===========================*/
.eleddon-single-team {
  text-align: center;
}
.eleddon-single-team img {
  max-width: 100%;
}

.eleddon-single-team .name {
  font-size: 22px;
  margin: 20px 0 10px;
  text-transform: capitalize;
  font-weight: 700;
}

.eleddon-single-team .team-social {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 20px;
}

.eleddon-single-team .post {
  text-transform: capitalize;
  color: #767676;
  margin: 0;
}

.eleddon-single-team .team-social li {
  display: inline-block;
  margin: 0 10px;
}

.eleddon-single-team .team-social li a {
  color: #484848;
  transition: all 0.3s ease-in;
}

.eleddon-single-team .team-social li a:hover {
  color: #ff5a5f;
}
/*==========================
Team Card Style 2
===========================*/
.eleddon-single-team.style-two {
  padding: 30px;
  border: 1px solid #f2f2f2;
  border-radius: 10px;
  box-shadow: 0 0 15px -7px #ddd;
  text-align: left;
}
.eleddon-single-team.style-two .team-social li {
  margin: 0 20px 0 0;
}

/*==========================
Team Card Style 3
===========================*/
.eleddon-single-team.style-three {
  background: #333;
  color: #fff;
  padding: 30px 30px 0;
}

.eleddon-single-team.style-three img {
  border-radius: 50%;
}
.eleddon-single-team.style-three .post{
  color: #fff;
}
.eleddon-single-team.style-three .team-social {
  background: #CC0000;
  padding: 10px 0;
  border-radius: 30px 30px 0 0;
}
.eleddon-single-team.style-three .team-social li a{
color: #fff;
}
/*==========================
Team Card Style 4
===========================*/
.eleddon-single-team.style-four{
  text-align: left;
}
.eleddon-single-team.style-four .post {
  font-weight: 600;
  color: #CC0000;;
}
/*==========================
Team Card Style 5
===========================*/
.eleddon-single-team.style-five{
  position: relative;
  text-align: left;
  padding: 30px;
  background: #EDEFED;
  text-align: center;

}
.eleddon-single-team.style-five img {
  width: 148px;
  border-radius: 50%;
  margin: 0 auto;
  display: block;
}
.eleddon-single-team.style-five .readmore-btn {
  position: absolute;
  font-size: 24px;
  line-height: 24px;
  height: 45px;
  width: 45px;
  background: #CC0000;
  display: flex;
  align-items: center;
  color: #fff;
  justify-content: center;
  bottom: 0;
  right: 0;
}


/*==========================
Service Styles
===========================*/
.eleddon-single-service {
  padding-left: 10px;
}
.eleddon-single-service .icon-box {
  font-size: 40px;
  color: #ff5a5f;
  margin-bottom: 10px;
}
.eleddon-single-service .service-title {
  font-size: 24px;
  text-transform: capitalize;
  font-weight: 700;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.eleddon-single-service .service-title:after {
  position: absolute;
  height: 3px;
  width: 60px;
  left: 0;
  bottom: 0;
  background: #ff5a5f;
  content: "";
  opacity: 0.54;
}
.eleddon-single-service .readmore-btn {
  font-size: 18px;
  text-transform: capitalize;
  display: inline-block;
  color: #484848;
  margin-top: 20px;
  transition: all 0.3s ease-in;
  text-decoration: none;
}

.eleddon-single-service .readmore-btn .fa-arrow-right {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 0 5px;
  color: #ff5a5f;
  transition: all 0.3s ease-in;
}

.eleddon-single-service .readmore-btn:hover .fa-arrow-right {
  margin-left: 16px;
}
.service-area .col-lg-3 {
  border-right: 1px solid #d6d6d6;
}
.service-area .col-lg-3:nth-child(4n + 4) {
  border-right: 0;
}
.service-area .col-lg-3:nth-child(n + 5) {
  margin-top: 60px;
}
.service-area .col-lg-3:nth-child(4n + 4) {
  border-right: 0;
}
.service-area .col-lg-3:nth-child(4n + 1) .eleddon-single-service {
  padding-left: 0;
}
/*==========================
Service Two Styles
===========================*/
.eleddon-single-service.style-two {
  padding: 30px;
  box-shadow: 0 0 6px 0 #d6d6d6;
  border-radius: 10px;
}
.eleddon-single-service.style-two .icon-box {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(130deg, #fff 20%, rgba(255, 90, 95, 0.3) 50%);
  border-radius: 50%;
  margin-bottom: 16px;
}
/*==========================
Service Three Styles
===========================*/
.eleddon-single-service.style-three {
  display: flex;
  align-items: flex-start;
}
.eleddon-single-service.style-three .icon-box {
  height: 80px;
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #cc0000;
  margin: 0 30px 0 0;
  border-radius: 50%;
  color: #fff;
}
.eleddon-single-service.style-three .content-box {
  width: 75%;
}
.eleddon-single-service.style-three .readmore-btn{
  color: #cc0000;
}
.eleddon-single-service.style-three .service-title{
  padding: 0;
}
.eleddon-single-service.style-three .service-title:after{
  display: none;
}
/*==========================
Service Four Styles
===========================*/
.eleddon-single-service.style-four{
  padding: 40px;
  border: 2px solid #D6D6D6;
  transition: all .3s ease-in;
}
.eleddon-single-service.style-four:hover{
  background: #cc0000;
  border-color: #cc0000;
  color: #fff;
}
.eleddon-single-service.style-four:hover .fa-arrow-right,
.eleddon-single-service.style-four:hover .icon-box{
color: #fff;
}
.eleddon-single-service.style-four .service-title{
  padding: 0;
}
.eleddon-single-service.style-four .service-title:after{
  display: none;
}
.eleddon-single-service.style-four .heading-readmore-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.eleddon-single-service.style-four .icon-heading-wrapper {
  display: flex;
  align-items: center;
}

.eleddon-single-service.style-four .service-title,
.eleddon-single-service.style-four .icon-box,
.eleddon-single-service.style-four .readmore-btn {
  margin: 0;
}
.eleddon-single-service.style-four .icon-box {
  margin-right: 20px;
  line-height: 40px;
}
.eleddon-single-service.style-four .fa-arrow-right{
  font-size: 20px;
}

/*==========================
Card Styles
===========================*/
.eleddon-single-card {
  box-shadow: 2px 2px 10px -6px #777;
  border-radius: 10px;
}
.eleddon-single-card .card-content {
  padding: 20px;
}
.eleddon-single-card .title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.eleddon-single-card .rating {
  display: flex;
  align-items: center;
  background: #ddd;
  padding: 5px 10px;
  border-radius: 10px;
}

.eleddon-single-card .rating p {
  margin-left: 10px;
}

.eleddon-single-card .title {
  font-size: 24px;
  text-transform: capitalize;
  font-weight: 700;
  color: #484848;
  transition: all 0.3s ease-in;
}
.eleddon-single-card .title:hover {
  color: #ff5a5f;
  text-decoration: none;
}
.eleddon-single-card .country {
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
  color: #767676;
  margin-bottom: 30px;
}
.eleddon-single-card .package-details-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.eleddon-single-card .icon-box {
  color: #ff5a5f;
  font-size: 20px;
}
.eleddon-single-card .package-tag {
  margin: 10px 0;
  color: #767676;
  text-transform: capitalize;
}

.eleddon-single-card .package-quantity {
  position: relative;
  margin: 0;
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 700;
}
.eleddon-single-card .package-quantity span {
  position: absolute;
  font-size: 10px;
  right: -2px;
  top: 5px;
}

/*==========================
Card Style Two
===========================*/
.eleddon-single-card.style-02 {
  box-shadow: 0 0 3px 0px #777;
}
.eleddon-single-card.style-02 .card-cover {
  border-radius: 10px;
  overflow: hidden;
}
.eleddon-single-card.style-02 .country {
  margin-bottom: 5px;
}
.eleddon-single-card.style-02 .package-price-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.eleddon-single-card.style-02 .like-btn {
  font-size: 18px;
  color: #767676;
}
.eleddon-single-card.style-02 .like-btn.active {
  color: #ff5a5f;
}
.eleddon-single-card.style-02 .price-tag {
  font-size: 12px;
  text-transform: capitalize;
  font-weight: 600;
  color: #767676;
  margin-bottom: 5px;
}

.eleddon-single-card.style-02 .price-count {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .eleddon-single-card .title {
      font-size: 18px;
  }
}

.rating p{
  margin: 0;
}

/*==========================
Pricing Style
===========================*/
.eleddon-single-pricing {
  position: relative;
  border-radius: 10px;
  box-shadow: 0 0 10px -5px #777;
  padding: 30px 0;
  text-align: center;
  background: #fff;
  overflow: hidden;
}
.eleddon-single-pricing.centered {
  transform: scale(1.2);
  z-index: 1;
}

.eleddon-single-pricing .pricing-img {
  width: 126px;
  margin-bottom: 20px;
}

.eleddon-single-pricing .pricing-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 30px;
  text-transform: capitalize;
}

.eleddon-single-pricing .price-count {
  font-size: 45px;
  color: #ff5a5f;
  font-weight: 700;
  margin: 0;
}

.eleddon-single-pricing .price-person {
  font-weight: 600;
  text-transform: capitalize;
  color: #767676;
  margin-bottom: 50px;
}

.eleddon-single-pricing .package-features {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}

.eleddon-single-pricing li {
  position: relative;
  padding: 10px 0 10px 50px;
  color: #767676;
}
.eleddon-single-pricing li:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  content: "";
  background: linear-gradient(to right, #ffffff 0%, #484848 49%, #ffffff 100%);
}
.eleddon-single-pricing li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  left: 20px;
  position: absolute;
}
.eleddon-single-pricing li.available:before {
  content: "\f00c";
}
.eleddon-single-pricing li.not-available:before {
  content: "\f00d";
}
.eleddon-single-pricing .booking-btn {
  display: inline-block;
  text-transform: capitalize;
  color: #ff5a5f;
  border: 1px solid #ff5a5f;
  padding: 12px 40px;
  border-radius: 5px;
  margin-top: 26px;
  transition: all 0.3s ease-in;
}
.eleddon-single-pricing .booking-btn:hover {
  background: #ff5a5f;
  color: #fff;
  text-decoration: none;
}
.eleddon-single-pricing.centered .booking-btn {
  background: #ff5a5f;
  color: #fff;
}
.eleddon-single-pricing.centered .booking-btn:hover {
  color: #ff5a5f;
  background: none;
}
.eleddon-single-pricing .popular-tag {
  font-size: 10px;
  text-transform: uppercase;
  color: #fff;
  background: #ff5a5f;
  padding: 10px;
  position: absolute;
  width: 100%;
  transform: rotate(45deg) translate(98px, -100px);
}
/*==========================
Responsive Styles
===========================*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .eleddon-single-pricing li {
    padding-left: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .eleddon-single-pricing li {
    padding-left: 20px;
    font-size: 14px;
  }

  .eleddon-single-pricing li:before {
    left: 8px;
    font-size: 10px;
  }

  .eleddon-single-pricing .pricing-img {
    width: 80px;
  }

  .eleddon-single-pricing .pricing-title {
    font-size: 24px;
  }

  .eleddon-single-pricing .price-count {
    font-size: 32px;
  }

  .eleddon-single-pricing .price-person {
    margin-bottom: 30px;
  }

  .eleddon-single-pricing .popular-tag {
    transform: rotate(45deg) translate(44px, -60px);
    padding: 6px;
  }

  .eleddon-single-pricing .booking-btn {
    padding: 10px 30px;
    font-size: 14px;
  }
}
/* Tablet Layout wide: 767px. */
@media only screen and (max-width: 767px) {
  .eleddon-single-pricing.centered {
    transform: scale(1);
    margin: 30px 0;
  }

  .eleddon-single-pricing .popular-tag {
    transform: rotate(45deg) translate(90px, -100px);
  }
}


/*==========================
Circular Progressbar Styles
===========================*/
.position {
  float: left;
  margin: 100px 20px;
}

.progress-bar {
  position: relative;
  height: 200px;
  width: 200px;
  background: none;
  margin: 0 auto;
}

.progress-bar div {
  position: absolute;
  height: 200px;
  width: 200px;
  border-radius: 50%;
}

.progress-bar div span {
  position: absolute;
  font-size: 32px;
  line-height: 175px;
  height: 175px;
  width: 175px;
  left: 12.5px;
  top: 12.5px;
  text-align: center;
  border-radius: 50%;
  background-color: white;
  font-weight: 700;
}

.progress-bar .background {
  background-color: #b3cef6;
}

.progress-bar .rotate {
  clip: rect(0 100px 200px 0);
  background-color: #4b86db;
}

.progress-bar .left {
  clip: rect(0 100px 200px 0);
  opacity: 1;
  background-color: #b3cef6;
}

.progress-bar .right {
  clip: rect(0 100px 200px 0);
  transform: rotate(180deg);
  opacity: 0;
  background-color: #4b86db;
}
@keyframes toggle {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.eleddon-single-progressbar h4 {
  font-size: 24px;
  text-transform: capitalize;
  font-weight: 700;
  text-align: center;
}
.eleddon-single-progressbar.style-01 .progress-bar div span {
  color: #ff5a5f;
}
.eleddon-single-progressbar.style-02 .progress-bar div span {
  color: #00a699;
}
.eleddon-single-progressbar.style-03 .progress-bar div span {
  color: #fc642d;
}
.eleddon-single-progressbar.style-04 .progress-bar div span {
  color: #5985ff;
}

.eleddon-single-progressbar.circular-style.style-01{
    display: block;
    min-height: 230px;
}

/*==========================
Progressbar Style Two
===========================*/
.barfiller {
  width: 100%;
  height: 16px;
  background: #d6d6d6;
  position: relative;
  border-radius: 10px;
}

.barfiller .fill {
  display: block;
  position: relative;
  width: 0px;
  height: 100%;
  background: #333;
  z-index: 1;
}

.barfiller .tipWrap {
  display: none;
}

.barfiller .tip {
  margin-top: -40px;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  left: 0px;
  position: absolute;
  z-index: 2;
  border-radius: 6px;
  box-shadow: 0 0 5px 0 #d6d6d6;
}

.barfiller .tip:after {
  border: solid;
  border-color: rgba(0, 0, 0, 0.8) transparent;
  border-width: 6px 6px 0 6px;
  content: "";
  display: block;
  position: absolute;
  left: 16px;
  top: 100%;
  z-index: 9;
}
.eleddon-single-progressbar.bar-style .bar-wrapper {
  padding: 4px;
  box-shadow: 0 0 4px 0px #d6d6d6;
  border-radius: 5px;
}
.eleddon-single-progressbar.bar-style h4 {
  text-align: left;
  margin: 0 0 20px;
}
.eleddon-single-progressbar.bar-style + .eleddon-single-progressbar.bar-style {
  margin-top: 40px;
}

.eleddon-single-progressbar.bar-style.style-01 .barfiller .tip {
  background: #ff5a5f;
}
.eleddon-single-progressbar.bar-style.style-01 .barfiller .tip:after {
  border-color: #ff5a5f transparent;
}
.eleddon-single-progressbar.bar-style.style-02 .barfiller .tip {
  background: #00a699;
}
.eleddon-single-progressbar.bar-style.style-02 .barfiller .tip:after {
  border-color: #00a699 transparent;
}
.eleddon-single-progressbar.bar-style.style-03 .barfiller .tip {
  background: #fc642d;
}
.eleddon-single-progressbar.bar-style.style-03 .barfiller .tip:after {
  border-color: #fc642d transparent;
}
.eleddon-single-progressbar.bar-style.style-04 .barfiller .tip {
  background: #5985ff;
}
.eleddon-single-progressbar.bar-style.style-04 .barfiller .tip:after {
  border-color: #5985ff transparent;
}


/*
 * hero slider
*/
.tbandel-btn {
  display: inline-block;
  background: #ff5a5f;
  color: #fff;
  text-transform: capitalize;
  font-size: 18px;
  line-height: 30px;
  padding: 10px 50px;
  transition: all 0.6s ease;
  text-decoration: none;
}
.tbandel-btn:hover {
  color: #fff;
  background: #00a699;
  text-decoration: none;
}
a:focus,
button:focus,
input:focus,
textarea:focus {
  outline: none;
}
p {
  margin: 0;
}
/*============================================================
Navbar Styles
============================================================*/
.navbar-area {
  position: absolute;
  width: 100%;
  background: #fff;
  padding: 0;
  z-index: 99;
}

.navbar-area .navbar-nav {
  display: block;
  width: 100%;
  text-align: center;
  margin: 0;
}

.navbar-area li {
  display: inline-block;
}
.navbar-area li + li {
  margin-left: 40px;
}
.navbar-area li a {
  position: relative;
  padding: 25px 10px;
  display: block;
  color: #484848;
  transition: all 0.3s ease-in;
  text-transform: capitalize;
  font-size: 18px;
  line-height: 34px;
  font-weight: 500;
  text-decoration: none;
}
.navbar-area .navbar-nav li a:after {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px;
  width: 100%;
  background: #ff5a5f;
  content: "";
  border-radius: 10px 10px 0 0;
  visibility: hidden;
  opacity: 0;
  z-index: -9;
  transition: all 0.3s ease-in;
}

.navbar-area .navbar-nav li a:hover::after {
  visibility: visible;
  opacity: 1;
  z-index: 1;
}

.nav-right-part ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  text-align: right;
}
.nav-right-part li {
  display: inline-block;
}
.nav-right-part li a {
  color: #00a699;
  padding: 0 10px;
}
.nav-right-part li .fa-search {
  color: #484848;
}
.nav-right-part li a.registration-btn {
  box-shadow: 0 0 1px 1px #00a699;
  border-radius: 5px;
  padding: 0 16px;
  border: 1px solid transparent;
}
.nav-right-part li a.registration-btn:hover {
  box-shadow: none;
  border-color: #00a699;
}

.navbar-area li.menu-item-has-children {
  position: relative;
  z-index: 0;
}

.navbar-area li.menu-item-has-children .sub-menu {
  position: absolute;
  text-align: left;
  min-width: 260px;
  margin: 0;
  padding: 0;
  list-style: none;
  left: 0;
  top: 100%;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
  background-color: #fff;
  z-index: 9;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in;
  border-radius: 10px;
}
.navbar-area li.menu-item-has-children .sub-menu li {
  margin: 0;
  display: block;
  padding: 0;
  border-bottom: 1px solid rgba(72, 72, 72, 0.4);
  transition: all 0.3s ease-in;
}
.navbar-area li.menu-item-has-children .sub-menu li:hover {
  background: #ff5a5f;
}
.navbar-area li.menu-item-has-children .sub-menu:hover li {
  border-color: transparent;
}
.navbar-area li.menu-item-has-children .sub-menu li:hover a {
  color: #fff;
}
.navbar-area li.menu-item-has-children .sub-menu li:last-child {
  border: none;
}
.navbar-area li.menu-item-has-children .sub-menu li a {
  padding: 10px 20px;
}
.navbar-area li.menu-item-has-children .sub-menu li a:after {
  display: none;
}
.navbar-area li.menu-item-has-children:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
}
.eleddon-container.nav-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/*============================================================
Hero Styles
============================================================*/
.hero-area {
  position: relative;
}
.hero-area .hero-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20%;
}
.hero-area .content-wrapper {
  width: 70%;
}
.hero-slider-wrapper {
  position: relative;
}
.hero-slider-item.slick-slide {
  height: 100vh;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
}
.hero-slider-item .hero-content h1 {
  font-size: 85px;
  line-height: 115px;
  font-weight: 900;
  color: #fff;
  text-transform: capitalize;
}
.hero-slider-item {
  position: relative;
  z-index: 1;
}
.hero-slider-item:after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background: #00a699;
  opacity: 0.4;
  z-index: -1;
}
.hero-content p {
  color: #fff;
  width: 70%;
  margin: 20px 0 40px;
}

.arrow-social-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: 100px;
  left: 0;
}
.arrow-social-wrapper .eleddon-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
}
.arrow-container {
  width: 130px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hero-social-container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #fff;
  width: 20%;
  margin-left: auto;
}

.hero-social-container p {
  margin-right: 20px;
}

.hero-social-container ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-transform: uppercase;
}
.hero-social-container li {
  margin-left: 10px;
}
.hero-social-container li a {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #484848;
  transition: all 0.3s ease-in;
}

.hero-social-container li a:hover {
  background: #ff5a5f;
  color: #fff;
}

.arrow-container .slider-arrow {
  height: 50px;
  width: 50px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease-in;
}
.arrow-container .slider-arrow:hover {
  color: #fff;
  background: #ff5a5f;
}
.dot-container-wrapper {
  position: absolute;
  width: 100%;
  top: 0;
}

.dot-container-wrapper .row {
  flex-direction: row-reverse;
  padding: 15px;
}
.dot-container {
  display: flex;
  align-items: center;
  position: absolute;
  height: 100vh;
  top: 0;
  right: 8%;
}
.dot-container ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.dot-container li button {
  display: none;
}

.dot-container li {
  position: relative;
  height: 8px;
  width: 8px;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  margin: 10px 0;
  transition: all 0.3s ease-in;
  z-index: 1;
}

.dot-container li:after {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: #fff;
  border-radius: 50%;
  opacity: 0.5;
  content: "";
  z-index: -1;
  transition: all 0.6s ease-in;
}
.dot-container li.slick-active:after {
  transform: scale(2.5);
}
.video-play-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  text-transform: uppercase;
  margin-top: 30px;
}
.video-play-btn p {
  margin: 0;
}
.video-play-btn a {
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 50%;
  color: #ff5a5f;
  transition: all 0.3s ease-in;
  margin-right: 20px;
}

.video-play-btn a:hover {
  background: #ff5a5f;
  color: #fff;
}

/* ==========================
Slider background images
===========================*/
.slider-style-1 .bg-1 {
  background-image: url("../img/slide-bg-1.png");
}
.slider-style-1 .bg-2 {
  background-image: url("../img/slide-bg-2.png");
}
.slider-style-1 .bg-3 {
  background-image: url("../img/slide-bg-3.png");
}
.slider-style-1 .bg-4 {
  background-image: url("../img/slide-bg-5.png");
}
/*==========================
Slider - 2 Styles
===========================*/
.header-area.style-02 .navbar-area {
  background: #1c1c1c;
}
.header-area.style-02 .nav-right-part li .fa-search,
.header-area.style-02 .navbar-area li a {
  color: #fff;
}
.header-area.style-02 .navbar-area li > .sub-menu li > a {
  color: #484848;
}
.header-area.style-02 .navbar-area li > .sub-menu li:hover > a {
  color: #fff;
}
.hero-area.style-02 .video-play-btn a {
  background: #ff5a5f;
  color: #fff;
}
.hero-area.style-02 .tbandel-btn {
  border: 1px solid #fff;
  background: transparent;
}
.hero-area.style-02 .tbandel-btn:hover {
  border-color: #ff5a5f;
  background: #ff5a5f;
}
/*==========================
Slider - 3 Styles
===========================*/
.header-area.style-03 .navbar-area {
  background: none;
}
.header-area.style-03 .nav-right-part li .fa-search,
.header-area.style-03 .navbar-area li a {
  color: #fff;
}
.header-area.style-03 .nav-right-part li a.registration-btn {
  border-color: #fff;
  box-shadow: none;
}
.header-area.style-03 .navbar-area li.menu-item-has-children .sub-menu li a {
  color: #484848;
}
.header-area.style-03
  .navbar-area
  li.menu-item-has-children
  .sub-menu
  li:hover
  a {
  color: #fff;
}
.hero-area.style-03 .arrow-social-wrapper .row {
  justify-content: space-around;
}
.hero-area.style-03 .dot-container-wrapper .row {
  flex-direction: row;
}
.hero-area.style-03 .hero-social-container {
  height: 100vh;
  position: absolute;
  bottom: -100px;
  right: 0;
}
.hero-area.style-03 .arrow-social-wrapper .container {
  position: relative;
}
.hero-area.style-03 .hero-social-container ul {
  display: block;
  padding-bottom: 40px;
}
.hero-area.style-03 .hero-social-container li {
  margin: 12px 0;
}
.hero-area.style-03 .hero-social-container {
  flex-direction: column-reverse;
  justify-content: center;
}
.hero-area.style-03 .hero-social-container p {
  margin: 0;
  transform: rotate(-90deg);
}
.hero-area.style-03 .btn-wrapper {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.hero-area.style-03 .btn-wrapper .video-play-btn {
  margin: 0;
}
.hero-area.style-03 .tbandel-btn {
  margin-right: 40px;
  margin-top: 0;
}
.hero-area.style-03 .dot-container li.slick-active {
  background: #ff5a5f;
}
.hero-area.style-03 .dot-container li.slick-active:after {
  background: none;
  border: 1px solid #fff;
  transform: scale(1);
  height: 20px;
  width: 20px;
  left: -7px;
  top: -7px;
}

/*==========================
Slider - 4 Styles
===========================*/
.hero-area.style-04 .hero-content {
  flex-direction: column;
  text-align: center;
}
.hero-area.style-04 .content-wrapper {
  width: 100%;
}
.hero-area.style-04 .hero-content .content-wrapper p {
  margin: 0 auto;
}
.hero-area.style-04 .hero-content .tbandel-btn {
  margin-top: 30px;
}
.hero-area.style-04 .hero-content .video-play-btn p {
  margin: 0;
  width: inherit;
}
/*==========================
Responsive Styles


.hero-area.style-04
===========================*/
/*==========================
Responsive Styles
===========================*/
/*==========================
Responsive Styles
===========================*/

/*==========================
Responsive Styles
===========================*/
.mobile-menu {
  display: none;
}
@media only screen and (min-width: 1741px) and (max-width: 1924px) {
  .eleddon-container {
    width: 1640px;
  }
}
@media only screen and (min-width: 1651px) and (max-width: 1740px) {
  .container {
    max-width: 1520px;
  }
}
@media only screen and (min-width: 1510px) and (max-width: 1650px) {
  .container {
    max-width: 1340px;
  }
}
@media only screen and (min-width: 1440px) and (max-width: 1509px) {
  .container {
    max-width: 1260px;
  }
}
@media only screen and (min-width: 1367px) and (max-width: 1439px) {
  .container {
    max-width: 1200px;
  }
  .hero-slider-item .hero-content h1 {
    font-size: 70px;
    line-height: 1.4;
  }
  .arrow-social-wrapper {
    bottom: 80px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1366px) {
  .navbar-area .nav-container {
    max-width: 95%;
  }

  .hero-slider-item .hero-content h1 {
    font-size: 64px;
    line-height: 1.4;
  }
  .arrow-social-wrapper {
    bottom: 80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .navbar-area .nav-container .navbar-collapse .navbar-nav li {
    font-size: 16px;
  }
  .navbar-area
    .nav-container
    .navbar-collapse
    .navbar-nav
    li.menu-item-has-children:before {
    right: -9px;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li + li {
    margin-left: 5px;
  }
  .navbar-nav li {
    padding-right: 0px !important;
  }
  .nav-right-part ul li.search {
    padding: 6px 15px 6px 0px;
    padding: 10px;
  }
  .navbar-area .nav-container {
    max-width: 95%;
  }

  .hero-slider-item .hero-content h1 {
    font-size: 56px;
    line-height: 1.4;
  }
  .arrow-social-wrapper {
    bottom: 50px;
  }

  .video-play-btn {
    right: 20%;
  }
  .navbar-area li + li {
    margin-left: 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-area .nav-container .navbar-collapse .navbar-nav li {
    font-size: 14px;
  }
  .hero-slider-item .hero-content h1 {
    font-size: 50px;
    line-height: 1.4;
  }
}

@media only screen and (max-width: 1199px) {
  .banner-style-01 .title {
    line-height: 70px;
    font-size: 70px;
  }
  .margin-xlt-80 {
    margin-top: 0px;
  }
  .contact-widget .contact_info_list li.single-info-item .details {
    padding-left: 25px;
  }
  .hero-social-container p {
    display: none;
  }
  .hero-social-container {
    justify-content: flex-end;
  }
}

@media only screen and (max-width: 991px) {
  .nav-style-01 .responsive-mobile-menu .navbar-toggler {
    left: calc(100% - 40px);
    top: 14px;
    position: absolute;
  }

  .navbar-area .logo {
    padding-top: 0px !important;
  }
  .widget ul {
    text-align: left;
  }
  .navbar-collapse {
    background: var(--heading-color);
    margin-top: 0px;
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
  }
  .navbar-area
    .nav-container
    .navbar-collapse
    .navbar-nav
    li.menu-item-has-children:before {
    right: 20px;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li a {
    color: #484848;
    padding: 10px 20px;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li a:hover {
    color: #484848;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav {
    background: #fff;
  }
  .navbar-area {
    padding: 20px 0;
  }
  .bar1,
  .bar2,
  .bar3 {
    background: #fff;
  }
  .navbar-area .nav-container {
    max-width: 90%;
  }
  .footer-area .copyright-area-inner {
    padding: 20px;
  }

  .contact-widget .contact_info_list li.single-info-item .details {
    padding-left: 25px;
  }
  .footer-area .footer-top .widget.widget_nav_menu ul li a {
    font-size: 14px;
  }
  .navbar-area
    .nav-container
    .navbar-collapse
    .navbar-nav
    li.menu-item-has-children
    .sub-menu
    li
    a {
    padding: 12px 15px;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav > li:hover > a {
    color: #fff !important;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li:hover {
    background: #ff5a5f;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li:hover > a:after {
    display: none;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li:hover > a {
    color: #fff;
  }
  .navbar-area
    .nav-container
    .navbar-collapse
    .navbar-nav
    li.menu-item-has-children
    .sub-menu
    li
    a:hover
    i {
    opacity: 0;
    margin-right: -18px;
  }
  .navbar-area li.menu-item-has-children .sub-menu {
    position: relative;
    flex-direction: column;
    width: 100%;
    height: 0;
    transition: 0.6s;
    border-radius: 0;
  }
  .navbar-area li.menu-item-has-children:hover .sub-menu {
    height: auto;
  }
  .navbar-area li.menu-item-has-children .sub-menu li {
    width: 100%;
    padding-left: 10px;
  }

  .navbar > .container,
  .navbar > .container-fluid {
    justify-content: flex-start;
  }
  .navbar-collapse.collapse.show {
    -webkit-animation: 1.5s 0.3s fadeInUp both;
    animation: 1.5s 0.3s fadeInUp both;
  }
  .navbar-area {
    padding: 20px 0;
  }
  .logo-wrapper.mobile-logo {
    display: block;
    width: 100%;
  }
  .responsive-mobile-menu {
    display: block;
    width: 100%;
    position: relative;
  }

  .responsive-mobile-menu .navbar-toggler {
    position: absolute;
    left: calc(100% - 130px);
    top: 10px;
  }
  .table-responsive {
    display: block !important;
  }
  .navbar-area .nav-container {
    max-width: 90%;
    justify-content: inherit;
    position: relative;
  }
  .nav-right-part ul li.search {
    left: calc(100% - 170px);
  }
  .logo img {
    max-width: 60%;
    margin-left: 10px;
  }
  .navbar-area .logo {
    padding-top: 0px !important;
  }
  .navbar-area .navbar-nav {
    text-align: left;
    top: 100%;
  }
  .navbar-area ul {
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .navbar-area li {
    display: block;
  }
  .navbar-area li + li {
    margin: 0;
  }
  .nav-right-part li a {
    font-size: 12px;
    line-height: 24px;
  }

  .nav-right-part li a.registration-btn {
    padding: 0 10px;
    margin: 0;
  }
  .hero-area .content-wrapper {
    margin-bottom: 40px;
  }
  .nav-right-part {
    position: absolute;
    right: 70px;
    background: none;
  }

  .hero-slider-item .hero-content h1 {
    font-size: 40px;
    line-height: 1.4;
  }

  .hero-content p {
    width: 100%;
  }

  .navbar-collapse.collapse.show .navbar-nav {
    height: auto;
  }
  .arrow-container .slider-arrow {
    height: 30px;
    width: 30px;
  }

  .arrow-container {
    width: 80px;
  }
  .hero-area.style-03 .hero-social-container ul {
    display: flex;
    padding: 0;
  }

  .hero-area.style-03 .hero-social-container {
    height: inherit;
    position: inherit;
    right: 15px;
    bottom: inherit;
  }
  .hero-social-container {
    position: absolute;
    right: 15px;
    width: auto;
    bottom: 10px;
    width: auto;
  }
  .hero-social-container p {
    display: none;
  }

  .arrow-social-wrapper {
    bottom: 50px;
  }
  .header-area.style-02 .navbar-area {
    padding: 20px 0;
  }
  .navbar-area .nav-right-part li {
    margin: 0 15px;
  }

  .hero-area.style-03 .btn-wrapper {
    margin-top: 30px;
    justify-content: center;
  }
  .hero-area.style-03 .tbandel-btn {
    margin-top: 0;
  }

  .hero-area.style-04 .video-play-btn p {
    display: block;
  }
  .hero-area.style-03 .btn-wrapper {
    justify-content: center;
    margin-top: 30px;
  }

  .video-play-btn {
    left: 0;
    margin: 0;
    width: 100%;
  }

  .arrow-social-wrapper {
    bottom: 40px;
  }
  .arrow-social-wrapper .eleddon-container {
    position: relative;
  }
  .hero-area .hero-content {
    flex-direction: column;
    justify-content: inherit;
    align-items: flex-start;
  }

  .header-area.style-02 .toggle-btn .icon-left:before,
  .header-area.style-02 .toggle-btn .icon-left:after,
  .header-area.style-02 .toggle-btn .icon-right:before,
  .header-area.style-02 .toggle-btn .icon-right:after,
  .header-area.style-02 .toggle-btn .icon-left,
  .header-area.style-02 .toggle-btn .icon-right {
    background-color: #fff;
  }
  .header-area.style-02 .toggle-btn.open .icon-left,
  .header-area.style-02 .toggle-btn.open .icon-right,
  .header-area.style-03 .toggle-btn.open .icon-left,
  .header-area.style-03 .toggle-btn.open .icon-right,
  .toggle-btn.open .icon-left,
  .toggle-btn.open .icon-right {
    background: transparent;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li a {
    color: #484848;
  }
  .header-area.style-03 .toggle-btn .icon-left:before,
  .header-area.style-03 .toggle-btn .icon-left:after,
  .header-area.style-03 .toggle-btn .icon-right:before,
  .header-area.style-03 .toggle-btn .icon-right:after,
  .header-area.style-03 .toggle-btn .icon-left,
  .header-area.style-03 .toggle-btn .icon-right {
    background-color: #fff;
  }
  /* ======================================================================
Responsive Mobile Menu
========================================================================*/
  #tbandel_main_menu {
    display: none;
  }
  .mobile-menu {
    display: block;
    position: absolute;
    right: 15px;
  }
  .slicknav_menu {
    background: none;
    padding: 0;
    margin-top: -10px;
  }

  .slicknav_menu .slicknav_menutxt {
    display: none;
  }

  .slicknav_btn {
    background: none;
    margin: 0;
    padding: 0;
  }

  .slicknav_menu .slicknav_icon {
    width: 30px;
  }

  .slicknav_menu .slicknav_icon-bar {
    background: #000;
    width: 30px;
    height: 2px;
  }
  .header-area.style-02 .slicknav_menu .slicknav_icon-bar,
  .header-area.style-03 .slicknav_menu .slicknav_icon-bar {
    background: #fff;
  }
  .header-area.style-02 .mobile-menu ul li a,
  .header-area.style-03 .mobile-menu ul li a {
    color: #484848;
  }

  .mobile-menu .slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
    margin-top: 6px;
  }

  .slicknav_nav {
    background: #fff;
    position: absolute;
    right: 0;
    top: calc(100% + 20px);
    padding: 20px;
    min-width: 300px;
  }
  .navbar-area li a {
    margin: 0;
    padding: 10px;
  }

  .slicknav_nav .slicknav_arrow {
    transform: rotate(76deg);
  }

  .slicknav_nav .slicknav_arrow {
    color: #ff5a5f;
  }
  .navbar-area .navbar-nav li a:after {
    display: none;
  }
}
/* Tablet Layout wide: 767px. */
@media only screen and (max-width: 767px) {
  .navbar-area .nav-container {
    max-width: 95%;
  }
  .nav-right-part {
    right: 60px;
  }
  .nav-right-part ul li.search {
    left: calc(100% - 185px);
  }
  .nav-right-part li a {
    padding: 0;
  }
  .navbar-area .nav-right-part li {
    margin: 0 6px;
  }
  .video-play-btn {
    right: 10%;
    top: 65%;
  }

  .dot-container-wrapper {
    top: 50%;
  }
  .arrow-social-wrapper .eleddon-container {
    position: relative;
    width: 100%;
  }
  .hero-area.style-03 .hero-social-container li + li {
    margin-left: 10px;
  }
  .dot-container {
    height: 36vh;
  }
  .hero-area.style-03 .dot-container-wrapper {
    top: 60%;
  }
  .hero-area.style-03 .hero-social-container {
    right: 15px;
  }
  .hero-area.style-03 .content-wrapper{
    width: auto;
  }
  .hero-area.style-03 .video-play-btn p{
    display: none;
  }
  .hero-area.style-04 .video-play-btn {
    width: inherit;
    margin: 0 auto;
}
}

@media only screen and (min-width: 468px) and (max-width: 767px) {
  .nav-right-part {
    right: 80px;
  }
  .video-play-btn {
    right: 16%;
  }

  .dot-container-wrapper {
    top: 35%;
  }
  .hero-area.style-03 .dot-container {
    margin-left: 0;
  }
}
/* medium tablet layout 599px */
@media only screen and (max-width: 575px) {
}
@media only screen and (max-width: 375px) {
  .nav-right-part ul li {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 320px) {
  .nav-right-part ul li {
    margin-right: 5px;
  }
  .responsive-mobile-menu .navbar-toggler {
    left: calc(100% - 95px);
  }
  .nav-right-part ul li.search {
    left: calc(100% - 145px);
  }
}
