@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;900&display=swap");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.css");
@import url("bootstrap.min.css");
@import url("owl.carousel.min.css");
@import url("owl.theme.default.min.css");
@import url("jquery-ui.css");
@import url("gallery.css");
/*-- color style --*/
/*-- font style --*/
/*-- media query --*/
* {
  outline: none;
}

html,
body,
ul,
ol {
  margin: 0;
  padding: 0;
}

ul {
  list-style-type: none;
}

html {
  font-size: 1rem;
}

a {
  color: #00a5df;
}

a:hover,
a:active,
a:focus {
  transition: all ease-in-out 0.3s;
}

a {
  text-decoration: none;
}
a:hover {
  color: #fd7030;
  text-decoration: none;
}

.custum-input {
  background-color: #ffffff;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #ffffff !important;
  padding-left: 1rem;
  min-height: 40px;
}
.custum-input:focus {
  background-color: #e5e4e6;
}

::-webkit-input-placeholder {
  color: #000000 !important;
}

:focus::-webkit-input-placeholder {
  opacity: 0.5;
  color: #ffffff;
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
  color: #ffffff;
  background-color: #00a5df;
  border-color: transparent;
  opacity: 0.5;
}

.dropdown-container {
  position: relative;
  min-width: auto;
}
.dropdown-container .dropdown-toggle::after {
  opacity: 0;
}
.dropdown-container .dropdown-toggle {
  cursor: pointer;
  position: relative;
  color: #ffffff;
  transition: all ease-in-out 0.3s;
  text-transform: uppercase;
}
.dropdown-container .dropdown-toggle label {
  cursor: pointer;
  width: 100%;
}
.dropdown-container .dropdown-toggle:hover, .dropdown-container .dropdown-toggle:active, .dropdown-container .dropdown-toggle:focus {
  color: #fd7030;
}
.dropdown-container .dropdown-menu {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0px 0px 4px -2px rgba(0, 0, 0, 0.5);
  margin-top: 17px;
  position: absolute;
  right: 0;
  top: 100%;
  display: none;
  background-color: #ffffff;
  z-index: 10;
}
.dropdown-container .dropdown-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 0.5rem;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .dropdown-container .dropdown-menu ul {
    border-radius: 0rem;
  }
}
.dropdown-container .dropdown-menu a {
  text-decoration: none;
  display: block;
  padding: 5px 20px;
  font-weight: 600;
  box-shadow: 0px 0px 4px -2px rgba(0, 0, 0, 0.5);
  transition: all ease-in-out 0.3s;
}
.dropdown-container .dropdown-menu a:hover, .dropdown-container .dropdown-menu a:active, .dropdown-container .dropdown-menu a:focus {
  color: inherit;
}
.dropdown-container .dropdown-menu .dropdown-item {
  color: #000000;
}

.dropdown-menu,
.dropdown-toggle {
  position: relative;
}
.dropdown-menu::before,
.dropdown-toggle::before {
  content: "";
  position: absolute;
  right: 2px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  border: 5px solid;
  border-top-color: rgba(0, 0, 0, 0);
  border-left-color: rgba(0, 0, 0, 0);
  margin-top: -2.5px;
  background-color: rgba(0, 0, 0, 0);
  transition: all ease-in-out 0.3s;
  z-index: 10;
}

.dropdown-menu {
  z-index: 10;
  position: relative;
}
.dropdown-menu::before {
  z-index: -1;
  transform: rotate(-135deg);
  top: -4px;
  border-color: #ffffff;
  box-shadow: 0px 0px 4px -2px rgba(0, 0, 0, 0.5);
  display: none;
}

.dropdown-open .dropdown-menu.dropdown-active {
  display: block;
}

.dropdown-container.dropdown-open .dropdown-toggle {
  color: #ffffff;
}
.dropdown-container.dropdown-open .dropdown-toggle:before {
  transform: rotate(-135deg);
}

@media screen and (max-width: 992px) {
  #navbarSupportedContent {
    background-color: #ffffff;
    position: absolute;
    right: 0;
    top: 4rem;
    min-width: 12rem;
    z-index: 99;
  }
}
@media screen and (max-width: 992px) {
  #navbarSupportedContent .nav-item {
    padding: 1rem 0.5rem;
  }
}
@media screen and (max-width: 992px) {
  #navbarSupportedContent .dropdown-active {
    position: relative;
    border-radius: 0;
    border: 0;
  }
}
@media screen and (max-width: 992px) {
  #navbarSupportedContent .dropdown-active .nav-item {
    padding: 0rem 0rem;
  }
}
@media screen and (max-width: 992px) {
  #navbarSupportedContent .dropdown-toggle {
    color: #ffffff;
    padding: 0rem 0.5rem;
  }
}

.dropdown-open .dropdown-menu {
  min-width: 5remrem;
  padding: 0 0;
}
.dropdown-open .dropdown-menu a {
  padding: 0.5rem 0.5rem;
}
.dropdown-open .dropdown-menu a:active, .dropdown-open .dropdown-menu a:hover {
  background-color: #fd7030;
}

.menu-main li {
  padding-left: 1rem;
}
.menu-main li.active a {
  color: #fd7030;
}
.menu-main li a {
  cursor: pointer;
  position: relative;
  color: #505050;
  transition: all ease-in-out 0.3s;
  min-width: 120px;
  font-size: 1rem;
  font-weight: 500;
  padding: 1.35rem 0.75rem;
  border-radius: 1.625rem;
}
.menu-main li a:hover,
.menu-main li a .active {
  color: #fd7030;
  transition: all 0.3s;
}
.menu-main li a:hover:before,
.menu-main li a .active:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 25px;
  height: 2px;
  background-color: #fd7030;
}

body {
  font-family: "Poppins", sans-serif;
  background-color: #ffffff;
}

.font-bold {
  font-weight: 600;
}

.theme-bg-primary {
  background-color: #fd7030;
}

.theme-bg-secondary {
  background-color: #00a5df;
}

.theme-bg-light {
  background-color: #919191;
}

.theme-bg-white {
  background-color: #ffffff;
}

.theme-bg-accent-one {
  background-color: #505050;
}

.theme-bg-accent-two {
  background-color: #919191;
}

.theme-bg-accent-three {
  background-color: #e5e4e6;
}

.theme-bg-accent-four {
  background-color: #f5f5f5;
}

.theme-bg-gradient {
  background: linear-gradient(13deg, #00a5df 0%, #fd7030 100%);
}

.theme-text-white {
  color: #ffffff;
}

.theme-text-primary {
  color: #fd7030;
}

.theme-text-secondary {
  color: #00a5df;
}

.theme-text-accent-one {
  color: #505050;
}

.theme-text-dark {
  color: #000000;
}

.theme-text-accent-two {
  color: #919191;
}

.theme-box-shadow {
  box-shadow: 0 0rem 0.8rem rgba(80, 80, 80, 0.15);
}

.theme-text-shadow {
  text-shadow: 0 0rem 0.8rem rgba(80, 80, 80, 0.15);
}

.theme-border-radius {
  border-radius: 1.625rem;
}

.theme-border-radius-top {
  border-top-left-radius: 1.625rem;
  border-top-right-radius: 1.625rem;
}

.theme-border-radius-bottom {
  border-bottom-left-radius: 1.625rem;
  border-bottom-right-radius: 1.625rem;
}

.font-small {
  font-size: 0.8rem;
}

.font-extra-small {
  font-size: 0.75rem;
}

.max-1 {
  max-width: 50rem;
}

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

.font-black {
  font-weight: 900;
}

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

.max {
  max-width: 650px;
  margin: auto;
}

video {
  filter: none !important;
}

.word-wrap {
  word-wrap: break-word;
}

.rotate-90 {
  transform: rotate(90deg);
}

.cardeffect {
  transition: all 500ms ease-in-out;
}
.cardeffect:hover {
  transform: translateY(-10px);
  cursor: pointer;
  box-shadow: 0px 12px 30px 0px rgba(0, 0, 0, 0.2);
  transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
}

.text-link-effect {
  display: inline-block;
  overflow: hidden;
  position: relative;
}
.text-link-effect:before, .text-link-effect:after {
  content: "";
  position: absolute;
  transition: transform 0.5s ease;
  right: 0;
  bottom: 0;
  background: #fd7030;
}
.text-link-effect:before {
  width: 100%;
  height: 2px;
  transform: translateX(-100%);
}
.text-link-effect:after {
  width: 2px;
  height: 100%;
  transform: translateY(100%);
}
.text-link-effect > span {
  display: block;
  color: #00a5df;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  position: relative;
}
.text-link-effect > span:before, .text-link-effect > span:after {
  content: "";
  position: absolute;
  transition: transform 0.5s ease;
  left: 0;
  top: 0;
  background: #fd7030;
}
.text-link-effect > span:before {
  width: 100%;
  height: 2px;
  transform: translateX(100%);
}
.text-link-effect > span:after {
  width: 2px;
  height: 100%;
  transform: translateY(-100%);
}
.text-link-effect:hover:before, .text-link-effect:hover:after, .text-link-effect:hover > span:before, .text-link-effect:hover > span:after {
  transform: translate(0, 0);
}

.link-btn {
  background-color: #e5e4e6;
  color: #fd7030;
  border-radius: 1.625rem;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.link-btn:hover {
  background-color: #fd7030;
  color: #ffffff;
}

.button-effect {
  background-color: #00a5df;
  min-height: 56px;
  color: #ffffff;
  min-width: 75px;
  border-radius: 50%;
  border: none;
  transition: all 0.2s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.button-effect::before, .button-effect::after {
  background: #fd7030;
  content: "";
  position: absolute;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
.button-effect::after {
  height: 100%;
  left: 0;
  top: 0;
  width: 0;
}
.button-effect:before {
  width: 100%;
  height: 100%;
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  left: -100%;
  background: #fd7030;
  transition: all 0.2s;
}
.button-effect:hover {
  background: #00a5df;
}
.button-effect:hover:after {
  width: 100%;
}
.button-effect:hover:before {
  top: 0;
  left: 0;
}

.owl-carousel .owl-nav {
  margin: 0;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  color: #505050;
  font-size: 3rem;
  position: absolute;
  top: 40%;
  background: #ffffff;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  transition: all 0.3s ease-in-out;
}
.owl-carousel .owl-nav button.owl-prev span,
.owl-carousel .owl-nav button.owl-next span {
  line-height: 3rem;
  position: absolute;
  top: -10px;
  left: 8px;
  color: #00a5df;
}
.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
  background-color: #fd7030;
}
.owl-carousel .owl-nav button.owl-prev {
  left: -2%;
}
@media screen and (max-width: 575px) {
  .owl-carousel .owl-nav button.owl-prev {
    left: 0px;
  }
}
.owl-carousel .owl-nav button.owl-next {
  right: -2%;
}
@media screen and (max-width: 575px) {
  .owl-carousel .owl-nav button.owl-next {
    right: 0px;
  }
}
.owl-carousel:hover .owl-nav {
  opacity: 1;
}
.owl-carousel .owl-nav {
  margin: 0;
}

.highlight {
  position: relative;
  display: flo;
  justify-content: center;
  align-items: center;
  color: #00a5df;
}
.highlight::before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 2px;
  position: absolute;
  background: #e5e4e6;
  top: 10px;
  left: 30px;
}
.highlight i {
  color: #e5e4e6;
}

.btn-primary {
  min-height: 40px;
  max-width: 175px;
  width: 100%;
  border-radius: 0;
}

.btn-secondary {
  min-height: 40px;
  max-width: 140px;
  width: 100%;
  border-radius: 0;
  background-color: #ffffff;
  border: 1px solid #919191;
  color: #000000;
}
.btn-secondary:hover {
  border-color: #fd7030 !important;
}

.flood-effect {
  transition: 0.25s ease-in-out;
  overflow: hidden;
  display: inline-block;
  border-radius: 1.625rem;
  vertical-align: middle;
}
.flood-effect:hover {
  box-shadow: inset 10rem 0 0 0 #00a5df;
}
.flood-effect:hover:hover a {
  color: #ffffff;
}

.img-effect img {
  transition: all 0.4s ease-in-out;
}
.img-effect:hover img {
  transform: scale(1.1);
}

.set-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

:root {
  --transition-duration: 0.6s;
}

.carousel {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  height: 70vh;
  min-height: 400px;
}
.carousel .slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transform: translateX(100%);
  transition: all var(--transition-duration) ease-in-out;
  display: flex;
  align-items: flex-end;
}
.carousel .slide.active {
  opacity: 1;
  transform: translateX(0);
  z-index: 1;
}
.carousel .slide.exit-left {
  transform: translateX(-100%);
}
.carousel .slide.exit-right {
  transform: translateX(100%);
}
.carousel .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.1));
  z-index: 0;
}
.carousel .slide-content {
  padding: 2rem;
  z-index: 2;
  max-width: 700px;
  margin-bottom: 30px;
  display: none;
}
.carousel .slide-content h1 {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}
.carousel .slide-content p {
  font-size: 1rem;
  color: #ddd;
  margin-bottom: 1rem;
}
.carousel .slide-content .author {
  font-size: 0.85rem;
  color: #aaa;
}
.carousel .controls {
  position: absolute;
  bottom: 1rem;
  left: 0;
  right: 0;
  padding: 0 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 10;
}
.carousel .controls .dots {
  display: flex;
  gap: 0.5rem;
}
.carousel .controls .dots .dot {
  width: 12px;
  height: 12px;
  border-radius: 9999px;
  background-color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: all 0.3s ease;
}
.carousel .controls .dots .dot.active {
  width: 32px;
  background-color: #fd7030;
}
.carousel .controls .arrows {
  display: flex;
  gap: 0.5rem;
}
.carousel .controls .arrows .arrow-btn {
  padding: 0.5rem 0.8rem;
  border-radius: 0;
  border: 0.5px solid rgba(255, 255, 255, 0.3);
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  font-size: 1.25rem;
  cursor: pointer;
  transition: background 0.3s;
}
.carousel .controls .arrows .arrow-btn:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

@media (max-width: 768px) {
  .slide-content {
    padding: 1.5rem;
  }
  .slide-content h1 {
    font-size: 1.5rem;
  }
  .slide-content p {
    font-size: 0.9rem;
  }
}
@media (max-width: 480px) {
  .slide-content h1 {
    font-size: 1.2rem;
  }
  .slide-content p {
    display: none;
  }
}
.breadcrumb-area {
  position: relative;
  z-index: 1;
  background-image: url(../images/section/breadcrumb.webp);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 240px;
  display: flex;
  justify-content: start;
  align-items: center;
}
.breadcrumb-area::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: #ffffff;
  background: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0.1601015406) 100%);
  left: 0;
  top: 0;
  opacity: 0.5;
  z-index: -1;
}
.breadcrumb-area .breadcrumb-content h2 {
  margin-bottom: 0;
  color: #000000;
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
  display: none;
}
.breadcrumb-area .breadcrumb-content ul {
  padding-left: 0;
  list-style-type: none;
  margin-top: 12px;
  margin-bottom: 0;
  display: none;
}
.breadcrumb-area .breadcrumb-content ul li {
  color: #fd7030;
  display: inline-block;
  position: relative;
  font-weight: 400;
  font-size: 17px;
  margin-left: 0px;
  margin-right: 20px;
}
.breadcrumb-area .breadcrumb-content ul li::before {
  content: "";
  position: absolute;
  right: -15px;
  top: 11px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #ffffff;
}
.breadcrumb-area .breadcrumb-content ul li:last-child::before {
  display: none;
}
.breadcrumb-area .breadcrumb-content ul li a {
  display: inline-block;
  color: #00a5df;
  transition: 0.4s;
}
.breadcrumb-area .breadcrumb-content ul li a:hover {
  color: #fd7030;
}

.blog-card .date-tags {
  bottom: 20px;
  left: -10px;
  z-index: 1;
  display: block;
  background: #fd7030;
  cursor: pointer;
  border-radius: 1.625rem;
  overflow: hidden;
}
.blog-card .date-tags a {
  color: #ffffff;
  padding: 0.25rem 1rem;
  display: inline-block;
}

.pagination li a.page-link {
  border: 2px solid #919191;
  border-radius: 1.625rem;
  color: #fd7030;
  font-size: 20px;
  line-height: 35px;
  text-align: center;
  width: 3rem;
  height: 3rem;
  display: inline-block;
  margin-right: 10px;
}
.pagination li a.page-link:hover {
  color: #ffffff;
  background: #fd7030;
  border-color: #919191;
}
.pagination li a.page-link:first-child {
  border-radius: 0;
  border-radius: 1.625rem;
}
.pagination li a.page-link:last-child {
  border-radius: 0;
  border-radius: 1.625rem;
}

.post-wrap {
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
}
.post-wrap p i {
  line-height: 2rem;
  border-left: 4px solid #fd7030;
  height: 100%;
  display: block;
  padding: 1rem;
  background: rgba(253, 112, 48, 0.04);
  text-align: justify;
}
.post-wrap .post-desc {
  line-height: 2rem;
  text-align: justify;
  color: #505050;
}
.post-wrap .image-caption {
  color: #919191;
  font-size: 0.8rem;
  font-weight: 500;
  margin-top: 12px;
  text-align: center;
}

.post-wrap-center,
.blog-post-social,
.blog-next-post-button {
  max-width: 855px;
  margin: auto;
}

.cat {
  color: #ffffff;
  cursor: pointer;
  background: #fd7030;
  padding: 0 0.5rem;
}
.cat:hover {
  color: #000000;
  background: #00a5df;
}

.blog-post-social {
  border-top: 1px solid #919191;
}
.blog-post-social .post-tag-list {
  display: flex;
  justify-content: start;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.blog-post-social .post-tag-list li {
  font-weight: 600;
  color: #000000;
  margin: 0 8px 5px 0;
}
.blog-post-social .post-tag-list li:first-child {
  margin-right: 10px;
  border: none;
}
.blog-post-social .post-tag-list li a {
  font-size: 0.8rem;
  color: #000000;
  font-weight: normal;
  border: 1px solid #919191;
  padding: 0.5rem 1rem;
  display: inline-block;
  background: #e5e4e6;
}
.blog-post-social .post-tag-list li a:hover {
  color: #00a5df;
  border-color: #fd7030;
}
.blog-post-social .blog-icon-list {
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.blog-post-social .blog-icon-list li {
  margin-left: 1.5rem;
}
.blog-post-social .blog-icon-list li a {
  display: inline-block;
  font-size: 1.5rem;
  transition: 0.4s ease;
}
.blog-post-social .blog-icon-list li a i {
  color: #00a5df;
  padding-right: 1rem;
}
.blog-post-social .blog-icon-list li a:hover {
  transform: scale(1.1);
}

.blog-next-post-button {
  padding: 1rem;
  border: 1px solid #e5e4e6;
}
.blog-next-post-button .post-item .post-title {
  display: block;
  color: #505050;
}
.blog-next-post-button .post-item .wrap-post {
  display: block;
}
.blog-next-post-button .post-item .wrap-post .post-meta {
  margin-top: 0.5rem;
}
.blog-next-post-button .post-item.next-btn {
  text-align: right;
}

#sync1 .item {
  background: #fd7030;
  border-radius: 1.625rem;
}
#sync1 .item img {
  width: 100%;
  height: auto;
}

#sync2 .item {
  border-radius: 1.625rem;
  cursor: pointer;
}
#sync2 .item img {
  width: 100%;
  height: auto;
  margin: auto;
}

.tour-heading {
  border-bottom: 1px solid #e5e4e6;
  padding-bottom: 10px;
  display: block;
  font-weight: 600;
}

.tour-info li {
  line-height: 1.5rem;
  color: #505050;
  list-style: none;
  padding: 5px 0 5px 25px;
  margin: 0 0 0 0px;
  position: relative;
}
.tour-info li:before {
  font-family: "bootstrap-icons";
  content: "\f309";
  position: absolute;
  display: inline-block;
  color: #505050;
  left: 0px;
}

.support-box {
  position: relative;
  overflow: hidden;
}
.support-box:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  bottom: 0;
}
.support-box .assistence {
  position: absolute;
  bottom: 20px;
  left: 0px;
  display: flex;
  flex-direction: column;
}
.support-box .assistence .help-txt {
  font-size: 1.5rem;
  font-weight: 600;
  color: #ffffff;
}
.support-box .assistence .call-tag {
  background-color: #fd7030;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #ffffff;
  color: #ffffff;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
}
.support-box .assistence .call-tag:hover {
  background-color: #00a5df;
}

.about {
  padding: 5rem 0 2rem 0;
}

.what-we-offer {
  padding: 5rem 0 5rem 0;
  background: rgba(245, 245, 245, 0);
}
.what-we-offer .process-card {
  min-height: 260px;
  padding: 1rem;
  display: block;
}

.story .icon-wrap {
  width: 2rem;
  height: 2rem;
  background-color: #fd7030;
  color: #ffffff;
  font-size: 1.5rem;
  border-radius: 50%;
  display: inline-block;
  line-height: 2rem;
  text-align: center;
}

.next-story {
  background-color: rgba(253, 112, 48, 0.1);
  background-image: url(../images/section/cta-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  min-height: 450px;
  background-position: center center;
  position: relative;
  align-items: center;
  justify-content: center;
  display: flex;
  padding: 6rem 0;
  background-attachment: scroll;
}
.next-story::before {
  content: "";
  background: #000000;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  border-radius: 0 10px 10px 0;
}
.next-story a {
  max-width: 300px;
  min-height: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.flight {
  padding: 5rem 0 2rem 0;
}

.fare-routes {
  padding-top: 5rem;
  padding-bottom: 1rem;
}
@media screen and (max-width: 575px) {
  .fare-routes {
    padding-top: 1rem;
    padding-bottom: 3rem;
  }
}
.fare-routes .flightLine {
  position: relative;
  width: 100%;
  height: 1px;
  background-color: #e5e4e6;
}
.fare-routes .flightLine > * {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 9px;
  height: 9px;
  border: 1px solid #e5e4e6;
  border-radius: 100%;
}
.fare-routes .flightLine > :first-child {
  left: 0;
  background-color: #e5e4e6;
}
.fare-routes .flightLine > :nth-child(2) {
  right: 0;
  background-color: #e5e4e6;
}

.hotels {
  padding: 5rem 0 2rem 0;
}
.hotels #sync2 .item img {
  width: 100%;
  height: 100%;
  margin: auto;
}

.page-loader {
  width: 100%;
  height: 100%;
  position: fixed;
  background: #ffffff;
  z-index: 9999;
  overflow: visible;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.page-loader .circle-loader {
  position: relative;
  width: auto;
  height: auto;
}
.page-loader .circle-loader div {
  height: 10px;
  width: 10px;
  background-color: #fd7030;
  border-radius: 50%;
  position: absolute;
  animation: 0.8s opaque ease-in-out infinite both;
}
.page-loader .circle-loader :nth-child(1) {
  top: -25px;
  left: 0;
}
.page-loader .circle-loader :nth-child(2) {
  top: -17px;
  left: 17px;
  animation-delay: 0.1s;
}
.page-loader .circle-loader :nth-child(3) {
  top: 0;
  left: 25px;
  animation-delay: 0.2s;
}
.page-loader .circle-loader :nth-child(4) {
  top: 17px;
  left: 17px;
  animation-delay: 0.3s;
}
.page-loader .circle-loader :nth-child(5) {
  top: 25px;
  left: 0;
  animation-delay: 0.4s;
}
.page-loader .circle-loader :nth-child(6) {
  top: 17px;
  left: -17px;
  animation-delay: 0.5s;
}
.page-loader .circle-loader :nth-child(7) {
  top: 0;
  left: -25px;
  animation-delay: 0.6s;
}
.page-loader .circle-loader :nth-child(8) {
  top: -17px;
  left: -17px;
  animation-delay: 0.7s;
}
@keyframes opaque {
  0% {
    opacity: 0.1;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0.1;
  }
  100% {
    opacity: 0.1;
  }
}

.info-top {
  background-color: #00a5df;
  border-bottom: 1px solid #e5e4e6;
}
.info-top a {
  color: #000000;
  vertical-align: middle;
}
.info-top a:hover {
  color: #ffffff;
}
.info-top .social a,
.info-top .social .botom-link {
  color: #000000;
}
.info-top .social a:hover,
.info-top .social .botom-link:hover {
  color: #ffffff;
}

.head-wrapper {
  background: #000000;
  display: block;
  min-height: 60vh;
  background-size: cover;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .head-wrapper {
    min-height: 55vh;
  }
}
.head-wrapper::after {
  content: "";
  position: absolute;
  display: block;
  background: rgba(0, 0, 0, 0.9);
  opacity: 0.6;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;
}

.header {
  position: relative;
  width: 100%;
  z-index: 2;
  background-color: #ffffff;
}
.header img {
  width: 150px;
  height: auto;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .header .menu-main li a {
    padding: 0.25rem;
  }
}

.smooth {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  box-shadow: 0 0rem 0.8rem rgba(80, 80, 80, 0.15);
  position: fixed;
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.flight-search {
  position: absolute;
  z-index: 10;
  width: 100%;
  bottom: 20%;
  /*checkbox css*/
}
.flight-search .box-wrap {
  background: rgba(255, 255, 255, 0);
  padding: 0rem;
  border-radius: 1.625rem;
}
.flight-search .icon-20 {
  width: 20px;
  height: 20px;
}
.flight-search .search-pan {
  background: #ffffff;
  padding: 0rem;
  min-height: auto;
  position: relative;
  /*Date calender*/
}
.dropdown-toggle .flight-search .search-pan::after {
  position: absolute;
  right: 10px;
  top: 50%;
}
.flight-search .search-pan .dropdown .dropdown-menu {
  width: 100%;
  padding: 0px 0.5rem;
  border-radius: 0.5rem;
  /*-- Droup down Traveller --*/
}
.flight-search .search-pan .dropdown .dropdown-menu .drop-rest li {
  border-bottom: 1px solid #e5e4e6;
  display: flex;
  padding: 5px 0 5px 0;
}
.flight-search .search-pan .dropdown .dropdown-menu .drop-rest li span {
  font-size: 14px;
  font-weight: 500;
}
.flight-search .search-pan .dropdown .dropdown-menu .drop-rest li .br {
  display: block;
  padding-top: 0px;
}
.flight-search .search-pan .dropdown .dropdown-menu .drop-rest li .btn {
  background-color: #00a5df;
  color: #ffffff;
}
.flight-search .search-pan .dropdown .dropdown-menu .drop-rest li .btn:hover {
  background-color: #fd7030;
  color: #505050;
}
.flight-search .search-pan .dropdown .dropdown-menu .plus-minus-input {
  align-items: center;
  width: 45%;
}
@media screen and (max-width: 992px) {
  .flight-search .search-pan .dropdown .dropdown-menu .plus-minus-input {
    width: 30%;
  }
}
@media screen and (max-width: 575px) {
  .flight-search .search-pan .dropdown .dropdown-menu .plus-minus-input {
    width: 50%;
  }
}
.flight-search .search-pan .dropdown .dropdown-menu .plus-minus-input .input-group-button button {
  background-color: #00a5df;
  border: none;
  color: #ffffff;
  border-radius: 1.625rem;
}
.flight-search .search-pan .dropdown .dropdown-menu .plus-minus-input .input-group-button button:hover {
  background-color: #fd7030;
  color: #505050;
}
.flight-search .search-pan .dropdown .dropdown-menu .plus-minus-input .input-group-field {
  text-align: center;
  width: 50%;
  background: #e5e4e6;
  border: 0;
  border-radius: 1.625rem !important;
}
.flight-search .search-pan .dropdown .dropdown-menu .plus-minus-input .input-group-field::-webkit-inner-spin-button, .flight-search .search-pan .dropdown .dropdown-menu .plus-minus-input .input-group-field::-webkit-outer-spin-button {
  -webkit-appearance: none;
          appearance: none;
}
.flight-search .search-pan .form-group {
  position: relative;
}
.flight-search .search-pan .icon-pos {
  top: 14px;
  left: 16px;
  color: #919191;
}
@media screen and (max-width: 992px) {
  .flight-search .search-pan .icon-pos {
    top: 1rem;
  }
}
.flight-search .search-pan .input-group {
  color: inherit;
}
.flight-search .search-pan .form-control {
  font-size: 14px;
  background-color: transparent;
  min-height: 56px;
  border: 0px;
  text-decoration: none;
  border-radius: 0;
  text-align: left;
}
.flight-search .search-pan .form-control.dropdown-toggle:after {
  display: none;
}
.flight-search .search-pan ::-webkit-input-placeholder {
  color: #919191 !important;
  font-size: 1rem;
  font-weight: 600;
}
.flight-search .search-pan .cal-input {
  background: none;
  border: 0px;
  width: 6rem;
  padding: 0.4rem 0 0 0.5rem;
}
.flight-search .search-pan .dep-date-input {
  position: relative;
  width: auto;
  height: 2rem;
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  background: #ffffff;
  border-style: none;
  padding: 0 0;
  margin: 0.3rem 0 0 2rem;
}
.flight-search .search-pan .dep-date-input:after {
  content: "";
  position: absolute;
  right: -12px;
  bottom: 0px;
  width: 0;
  height: 0;
  border-left: 0.8rem solid #ffffff;
  border-top: 1rem solid transparent;
  border-bottom: 1rem solid transparent;
}
.flight-search .search-pan .arv-date-input {
  position: relative;
  width: 45%;
  height: 2rem;
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  background: #ffffff;
  border-style: none;
  padding: 0 0;
  margin: 0.3rem 0 0 2rem;
}
.flight-search .search-pan .arv-date-input:before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 0.5rem solid #e5e4e6;
  border-top: 1rem solid transparent;
  border-bottom: 1rem solid transparent;
}
.flight-search .search-pan .dropdown-toggle {
  padding: 0 1rem 0 3rem;
}
.flight-search .search-pan .dropdown-toggle::before {
  color: #919191;
  right: 0.8rem;
}
.flight-search .nav-tabs .nav-item {
  margin-right: 1rem;
}
@media screen and (max-width: 767px) {
  .flight-search .nav-tabs .nav-item {
    margin-bottom: 1rem;
  }
}
.flight-search .nav-tabs .nav-item .nav-link {
  font-weight: 700;
  color: #000000;
  background: linear-gradient(13deg, #00a5df 0%, #fd7030 100%);
  border: 1px solid #ffffff;
  padding: 0.5rem;
  border-radius: 20rem;
  min-width: 120px;
}
.flight-search .nav-tabs .nav-item .nav-link:hover {
  border-color: transparent;
}
.flight-search .nav-tabs .nav-item .active {
  background: #000000;
  color: #ffffff;
}
.flight-search .btn-search {
  min-height: 56px;
  width: 142px;
  min-width: auto;
  border-radius: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.flight-search .check-wrap {
  position: relative;
  padding-left: 1.5rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  color: #00a5df;
}
.flight-search .check-wrap input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.flight-search .check-wrap .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 1rem;
  width: 1rem;
  border-radius: 0.2rem;
  border: 1px solid #00a5df;
}
.flight-search .check-wrap .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.flight-search .check-wrap .checkmark:after {
  left: 0.2rem;
  top: 0rem;
  width: 0.5rem;
  height: 0.8rem;
  border: solid #00a5df;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
.flight-search .check-wrap:hover input ~ .checkmark {
  background-color: #e5e4e6;
}
.flight-search .check-wrap input:checked ~ .checkmark {
  border: 1px solid #00a5df;
}
.flight-search .check-wrap input:checked ~ .checkmark:after {
  display: block;
}

.hero {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.hero .video-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  justify-content: center;
  align-items: center;
  display: flex;
  min-height: auto;
}
@media screen and (max-width: 1200px) {
  .hero .video-image {
    min-height: 55vh;
  }
}
.hero .video-image .background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
}
.hero .video-image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.ui-widget-header {
  background-color: #fd7030 !important;
  color: #505050 !important;
}

.promo-ban {
  position: relative;
}
.promo-ban .promo {
  min-height: auto;
  position: relative;
  overflow: hidden;
  border-radius: 50rem;
}
.promo-ban .promo:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  left: 0;
  top: 0;
  position: absolute;
}
.promo-ban .promo img {
  height: auto;
}
.promo-ban .promo .promo-hover {
  height: auto;
  color: #ffffff;
  padding: 10px 15px;
  margin: 0 0;
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0;
  transition: all 0.3s ease 0s;
  min-height: auto;
  font-weight: 600;
}
.promo-ban .promo:hover .promo-hover {
  bottom: 10px;
  justify-content: center;
  display: flex;
  align-items: center;
}

.travel-deal {
  position: relative;
}
.travel-deal .owl-carousel .owl-stage-outer {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.travel-deal .owl-carousel .owl-dots {
  display: none;
}
.travel-deal .pack {
  position: relative;
  overflow: hidden;
}
.travel-deal .pack:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.05);
  left: 0;
  top: 0;
  position: absolute;
}
.travel-deal .pack img {
  height: auto;
  max-height: 300px;
  width: 100%;
}
.travel-deal .promo-hover {
  height: auto;
  color: #ffffff;
  padding: 10px 15px;
  margin: 0 0;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0;
  transition: all 0.3s ease 0s;
  min-height: auto;
  font-weight: 600;
}
.travel-deal .retreat-card h4 {
  min-height: 60px;
  line-height: 2rem;
}
@media screen and (max-width: 1200px) {
  .travel-deal .retreat-card p {
    min-height: 155px;
  }
}

.featured-deal {
  position: relative;
}
.featured-deal .picHeight {
  position: relative;
  max-height: 240px;
  height: auto;
}
.featured-deal .airline-tags {
  top: 1rem;
  left: 1rem;
  z-index: 1;
}
.featured-deal .airline-tags .airlineName {
  opacity: 0;
}
.featured-deal .airline-icon {
  display: block;
  background: #ffffff;
  border-radius: 40px;
  cursor: pointer;
}
.featured-deal .airline-icon a {
  text-decoration: none;
  color: #00a5df;
}
.featured-deal .airline-icon a:hover {
  border-radius: 50px;
}
.featured-deal .airline-icon a:hover a {
  color: #ffffff;
}
.featured-deal .airline-icon a:hover .airlineName {
  opacity: 100;
}

.flight-destination {
  position: relative;
  z-index: 0;
}
.flight-destination img {
  width: 100%;
  max-height: 285px;
  border-radius: 1.625rem 1.625rem 0 0;
}
.flight-destination .pack-tag {
  font-weight: bold;
  font-size: 0.75rem;
  color: #ffffff;
  position: absolute;
  top: 20px;
  left: 20px;
  background: #d90000;
  display: inline-block;
  z-index: 1;
  letter-spacing: 1px;
  width: 100px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 1.625rem;
}

.process-card {
  position: relative;
  z-index: 0;
  overflow: hidden;
  cursor: pointer;
}
.process-card:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -2rem;
  left: -2rem;
  background: #ffffff;
  opacity: 0.5;
  height: 2rem;
  width: 2rem;
  border-radius: 50%;
  transform: scale(1);
  transform-origin: 50% 50%;
  transition: transform 0.25s ease-out;
}
.process-card:hover:before {
  transform: scale(50);
}
.process-card:hover p {
  transition: all 0.3s ease-out;
  color: #505050;
}
.process-card:hover .icon {
  transform: translateY(-10px);
}
.process-card .icon {
  width: 70px;
  height: 70px;
  margin: auto;
  transition: 0.5s ease-in-out;
  margin-top: 1rem;
}

.services-sec {
  background-color: rgba(0, 165, 223, 0.105);
}

.about-img img:first-child {
  width: 90%;
}

.about-pic {
  position: relative;
}
.about-pic .position {
  position: absolute;
  top: 43%;
  left: 40%;
}
.about-pic .video-icon {
  border-radius: 50%;
  background-color: #00a5df;
  line-height: 60px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: pulseBig infinite 4s linear;
}
.about-pic .video-icon:hover {
  background-color: #fd7030;
}
.about-pic .video-icon:hover i {
  color: #000000;
}
.about-pic .video-icon i {
  color: #000000;
  font-size: 2rem;
}

.whyus-section {
  position: relative;
  background: #ffffff;
  z-index: 0;
  min-height: 80vh;
}
.whyus-section .whyus-inner {
  padding: 50px 0px 0px 65px;
}
@media screen and (max-width: 992px) {
  .whyus-section .whyus-inner {
    padding: 80px 0px 0 0px;
  }
}
@media screen and (max-width: 575px) {
  .whyus-section .whyus-inner {
    padding: 30px 0px 0 0px;
  }
}
.whyus-section .whyus-inner .whyus-point-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.whyus-section .whyus-inner .whyus-point-wrap .list-points {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 1rem;
  width: 100%;
  background: #ffffff;
  margin: 0 0 20px 0;
  border-radius: 0;
  padding: 0 0;
  border-top: 0;
}
.whyus-section .whyus-inner .whyus-point-wrap .list-points .accordion-header {
  width: 100%;
}
.whyus-section .whyus-inner .whyus-point-wrap .list-points .accordion-header .accordion-button {
  border-radius: 0;
  background-color: transparent;
  border-top: 1px solid #e5e4e6;
  width: 100%;
}
.whyus-section .whyus-inner .whyus-point-wrap .list-points .accordion-header .accordion-button span {
  color: #000000;
  font-weight: 600;
}
@media screen and (max-width: 575px) {
  .whyus-section .whyus-inner .whyus-point-wrap .list-points {
    width: 100%;
  }
}
.whyus-section .whyus-inner .whyus-point-wrap .list-points .icon {
  width: 52px;
  color: #ffffff;
}

.features {
  position: relative;
  min-height: 600px;
  background-color: #ffffff;
  z-index: 1;
}
.features .feature-icon {
  width: 7rem;
  height: 7rem;
  background-color: #f5f5f5;
  padding: 1rem;
  display: inline-flex;
  margin-bottom: 1rem;
  line-height: 1rem;
  justify-content: center;
  align-items: center;
}

.blog {
  position: relative;
}
.blog .con {
  position: absolute;
  left: 5%;
  top: 5%;
}
.blog .item-effect {
  background: #505050;
  overflow: hidden;
  max-height: 250px;
}
@media screen and (max-width: 575px) {
  .blog .item-effect {
    max-height: 100%;
  }
}
.blog .item-effect img {
  min-height: 220px;
}
.blog .item-effect a {
  position: absolute;
  bottom: 0;
  left: 10%;
  border-radius: 50%;
  font-size: 2rem;
  color: #ffffff;
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  background: #00a5df;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 300ms 0ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.blog .item-effect:hover a {
  transform: translate(-50%, -50%) scale(1);
  transition: transform 300ms 100ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: 0.3s ease-in-out;
}
.blog .item-effect:hover a:hover {
  background-color: #fd7030;
  color: #505050;
}
.blog .item-effect:hover img {
  opacity: 0.3;
  filter: grayscale(10%);
}

.testimonials {
  position: relative;
  background-color: rgba(253, 112, 48, 0.05);
  padding: 8rem 0;
}
.testimonials .client-con {
  text-align: justify;
  background-color: #ffffff;
  border-radius: 1.625rem;
}
.testimonials .client-con .text-box {
  height: 100px !important;
  overflow-y: auto !important;
}

.contact-sec {
  background-color: #e5e4e6;
  background-image: url(../images/section/consult-bg.jpg);
  padding: 6rem 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  min-height: auto;
  background-position: center center;
  position: relative;
}
.contact-sec::before {
  content: "";
  background: rgba(0, 0, 0, 0.75);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.contact-sec .contact-form {
  position: relative;
  z-index: 2;
}
.contact-sec .support-list {
  counter-reset: section;
}
.contact-sec .support-list li {
  padding: 0 0 1rem 0;
  display: flex;
  color: #505050;
  margin-bottom: 2rem;
}
.contact-sec .support-list li:before {
  counter-increment: section;
  content: counters(section, ".") " ";
  padding: 10px;
  margin-right: 1.5rem;
  margin-bottom: 0.5rem;
  width: 2rem;
  height: 2rem;
  line-height: 0.5rem;
  border: 2px solid #000000;
  border-radius: 50%;
  color: #000000;
  display: inline-block;
}

#sidebar {
  width: 300px;
  background: transparent;
  position: fixed;
  height: 100%;
  top: 0;
  left: -300px;
  transition: left 0.5s ease;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
}
#sidebar .box-contact {
  background-color: #e5e4e6;
  padding: 1rem;
  border-radius: 0;
  width: 100%;
  height: auto;
  box-shadow: 0 0rem 0.8rem rgba(80, 80, 80, 0.15);
  position: absolute;
  top: 15%;
}
#sidebar.visible {
  left: 0px;
  transition: left 0.7s ease;
}
#sidebar #sidebar-btn {
  overflow: hidden;
  position: absolute;
  height: 8rem;
  width: 3rem;
  line-height: 5rem;
  bottom: auto;
  top: 15%;
  left: 300px;
  text-align: center;
  z-index: 1;
  background-color: #fd7030;
  display: block;
  color: #ffffff;
  transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  border-radius: 0;
  cursor: pointer;
}
#sidebar #sidebar-btn span {
  transform: rotate(90deg);
  display: flex;
  letter-spacing: 2px;
}

.partner {
  position: relative;
  padding: 3rem 0;
}
.partner .owl-carousel .owl-item img {
  margin: auto;
  width: auto;
}

.map iframe {
  width: 100%;
  height: 300px;
  border: 0;
}

.footer {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f5f5f5;
}
.footer .fl-menu li {
  list-style: none;
  line-height: 2.5rem;
}
.footer .fl-menu li a {
  color: #505050;
  position: relative;
}
.footer .fl-menu li a:hover {
  color: #fd7030;
}
.footer .social li {
  margin-right: 0.5rem;
}
.footer .social li:last-child {
  margin-right: 0;
}
.footer .social li a {
  color: #505050;
  padding: 8px 12px;
  line-height: 1;
  background: #f5f5f5;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all ease-in-out 0.3s;
}
.footer .social li a:hover {
  transform: translateY(-2px);
}

.back-to-top {
  position: fixed;
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  z-index: 50;
  border-radius: 0%;
  right: 1%;
  bottom: 2rem;
  text-align: center;
  padding: 0px;
  margin: 0px;
}
.back-to-top .back-to-top a {
  text-decoration: none;
}
.back-to-top i {
  color: #ffffff;
  font-size: 1.8rem;
  transition: all 0.3s ease-in-out;
}
.back-to-top i:hover {
  color: #fd7030;
}/*# sourceMappingURL=main.css.map */