body {
  height: 100vh;
  overflow-x: hidden;
  font-size: 1rem;
  font-family: "Roboto", sans-serif;
}
body.overflow {
  overflow: hidden;
}
body.blackbg {
  background-color: #2E272A;
  padding-top: 130px;
}
body.blackbg h1.bigheading {
  font-size: 110px;
  line-height: normal;
}

@font-face {
  font-family: "better-yesterday-iyesterdayIt";
  src: url("../fonts/better_yesterday_italic-webfont.woff2") format("woff2"), url("../fonts/better_yesterday_italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: content-box;
}

.btn-primary {
  background: #F5892A;
  height: 40px;
  border-radius: 0;
  border: 0;
  color: #2E272A;
  z-index: 9;
  position: relative;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0px 24px;
  font-size: 14px;
  line-height: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Roboto", sans-serif;
}
.btn-primary.btn-lg {
  width: 400px;
  height: 50px;
  font-size: 24px;
  line-height: 50px;
  border-radius: 6px;
}
.btn-primary:hover {
  background-color: #F5892A;
}

.row-md {
  margin-left: -40px;
  margin-right: -40px;
}

.row-md > [class^=col] {
  padding-left: 40px;
  padding-right: 40px;
}

a.btn-primary {
  color: #2E272A;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
}

.container {
  max-width: 1326px;
}

header {
  width: 100%;
  background: transparent;
  position: absolute;
  top: 0;
  z-index: 999;
}
header .logo {
  width: 100%;
  display: inline-block;
  transition: 0.5s all ease-in-out;
}
header .logo img {
  width: 100%;
  transition: 0.5s all ease-in-out;
  height: 68px;
}
header.fixed-header {
  transition: 0.5s all ease-in-out;
}
header.fixed-header .navbar-toggler {
  top: 10px;
}

.top-sec {
  margin: 0;
  padding: 1rem 0;
  list-style-type: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.5s all ease-in-out;
}
.top-sec li {
  color: #FFF;
  font-size: 1rem;
  font-weight: 600;
  line-height: normal;
  font-family: "Roboto", sans-serif;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.top-sec li a {
  color: #FFF;
  text-decoration: none;
}
.top-sec li a.btn-primary {
  color: #2E272A;
}
.top-sec li a.btn-primary:focus {
  box-shadow: none;
  background-color: #E88D09;
}

ul.contact-info {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
ul.contact-info li {
  margin-right: 20px;
}
ul.contact-info li i.fa {
  margin-right: 5px;
}
ul.contact-info li:nth-child(2) a {
  margin-right: 5px;
}

.navbar-toggler {
  position: absolute;
  z-index: 999;
  top: 150px;
  margin-left: 2.2rem;
}
.navbar-toggler span .circle1 {
  width: 20px;
  height: 20px;
  border: 1px solid #FFF;
  display: inline-block;
  border-radius: 50%;
  background-color: #FFF;
  position: absolute;
  top: 25px;
  left: 25px;
}
.navbar-toggler span .circle2 {
  width: 45px;
  height: 45px;
  border: 1px solid #FFF;
  display: inline-block;
  border-radius: 50%;
  background-color: transparent;
  position: absolute;
  top: 12px;
  left: 13px;
}
.navbar-toggler span .circle3 {
  width: 70px;
  height: 70px;
  border: 1px solid #FFF;
  display: inline-block;
  border-radius: 50%;
  background-color: transparent;
  border-style: dashed;
  left: 0;
  position: absolute;
  top: 0;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.navbar-toggler.open-toggler span .circle1 {
  height: 5px;
  width: 26px;
  border-radius: 50px;
  background-color: #FFF;
  border: none;
  top: 35px;
  left: 24px;
  transform: rotate(45deg);
  -webkit-transition: all 0.5s ease;
}
.navbar-toggler.open-toggler span .circle1:after {
  content: "";
  position: absolute;
  height: 5px;
  width: 26px;
  border-radius: 50px;
  background-color: #FFF;
  transform: rotate(-92deg);
  left: -1px;
}
.navbar-toggler.open-toggler span .circle1 .circle2,
.navbar-toggler.open-toggler span .circle1 .circle3 {
  opacity: 0.6;
}

/* Big Heading */
h1.bigheading {
  color: #FFF;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
  opacity: 0.039;
}

/* Openmenu */
/* Full Menu for Header */
.openmenu {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  color: #FFF;
  left: 0;
  background: #2E272A;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  z-index: 10;
}
.openmenu.open {
  opacity: 1;
  visibility: visible;
}
.openmenu.open .contact-info {
  margin-top: -4px;
  align-items: flex-start;
}
.openmenu.open .contact-info.hidden-lg {
  display: none;
}
.openmenu h1.bigheading {
  font-size: 205px;
  position: absolute;
  bottom: 12rem;
  padding-left: 150px;
}
.openmenu ul.navbar {
  padding-top: 170px;
  padding-left: 150px;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}
.openmenu ul.navbar li {
  font-size: 24px;
  font-family: "Roboto", sans-serif;
  line-height: normal;
  font-weight: 400;
  list-style-type: none;
  width: auto;
  margin-bottom: 2rem;
  padding-right: 1.5rem;
}
.openmenu ul.navbar li ul {
  padding: 0;
}
.openmenu ul.navbar li span.icon {
  margin-right: 22px;
}
.openmenu ul.navbar li span.icon img {
  width: auto;
  height: 30px;
}
.openmenu ul.navbar li a {
  color: #FFF;
  padding-left: 50px;
  position: relative;
}
.openmenu ul.navbar li a .icon {
  position: absolute;
  left: 0;
}
.openmenu ul.social-list {
  display: flex;
  padding-left: 150px;
  margin: 0;
  position: absolute;
  bottom: 2rem;
}
.openmenu ul.social-list li {
  list-style-type: none;
}
.openmenu ul.social-list li a {
  color: #6E8B2F;
  text-decoration: none;
  font-size: 26px;
  margin-right: 20px;
  line-height: normal;
}

span.icon {
  margin-right: 22px;
}
span.icon img {
  width: auto;
  height: 30px;
}

h2 {
  font-size: 34px;
  color: #FFF;
  line-height: normal;
  margin-bottom: 0;
  font-weight: 700;
}
h2 span.icon {
  margin-right: 11px;
  height: 30px;
  width: auto;
}

/* Blink Animation */
.blink-image {
  /* Firefox */
  -webkit-animation: blink normal 1s infinite ease-in-out;
  /* Webkit */
  /* IE */
  animation: blink normal 1s infinite ease-in-out;
  /* Opera and prob css3 final iteration */
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* IE */
/* Opera and prob css3 final iteration */
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* Homepage Slider */
.homeslider {
  overflow: hidden;
}

#main {
  display: flex;
}
#main .part {
  flex: 1;
}
#main .part .section {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
#main .part .section img {
  width: 100vw;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: var(--x);
  pointer-events: none;
}
#main .inner-container {
  width: 100%;
  max-width: 1326px;
  position: absolute;
  z-index: 9;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Roboto", sans-serif;
  height: 100%;
  padding-left: 4rem;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
#main .inner-container h1 {
  z-index: 99;
  font-weight: 700;
  color: #CDF37A;
  font-size: 3.75em;
  text-shadow: 2px 2px #000000;
}
#main .inner-container h2 {
  color: #FFF;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px;
  width: 420px;
  text-shadow: 2px 2px #000000;
}
#main .content {
  width: auto;
  position: absolute;
  bottom: 20px;
  text-align: right;
  right: 2rem;
  color: white;
  z-index: 99;
  font-size: 0.8em;
}
#main .content kbd {
  width: 15px;
  height: 15px;
  border: 1px solid white;
  display: inline-block;
  border-radius: 3px;
  background-color: transparent;
  font-size: 0.9em;
  text-align: center;
  padding: inherit;
  vertical-align: text-top;
}
#main .content a {
  color: rgba(227, 227, 227, 0.78);
  text-decoration: none;
  border-bottom: 1px solid currentColor;
}
#main .content a:hover {
  padding-bottom: 1px;
}

.down-arrow {
  -webkit-animation: jumpInfinite 1.5s infinite;
          animation: jumpInfinite 1.5s infinite;
}

@-webkit-keyframes jumpInfinite {
  0% {
    margin-top: 0;
  }
  50% {
    margin-top: 20px;
  }
  100% {
    margin-top: 0;
  }
}

@keyframes jumpInfinite {
  0% {
    margin-top: 0;
  }
  50% {
    margin-top: 20px;
  }
  100% {
    margin-top: 0;
  }
}
.cursor {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: white;
  position: absolute;
  z-index: 999;
  pointer-events: none;
}

.cursor-f {
  width: 48px;
  height: 48px;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #fff;
  border-radius: 100%;
  pointer-events: none;
}

.buttons {
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
}
.buttons button {
  border: none;
  background-size: contain;
  background: url("data:image/svg+xml,%3Csvg width='10' height='29' viewBox='0 0 10 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 0V27L1 17.4857' stroke='white' stroke-width='2' /%3E%3C/svg%3E%0A") no-repeat;
  background-position: center;
  width: 10px;
  height: 30px;
  display: block;
  margin: 20px 0;
  padding: 0 15px;
  transition-duration: 0.6s;
}
.buttons button.next {
  transform: scaleY(-1);
}
.buttons button.prev:active {
  transform: translateY(8px);
}
.buttons button.next:active {
  transform: scaleY(-1) translateY(8px);
}

.why-antarctica {
  background-color: #2E272A;
  padding: 100px 0 80px 0;
  position: relative;
}
.why-antarctica .container:before {
  content: "";
  position: absolute;
  width: 700px;
  height: 700px;
  border-radius: 50%;
  border: 1px dashed #ABA9A9;
  top: 50%;
  left: -260px;
  margin-top: -30px;
  transform: translateY(-50%);
}
.why-antarctica .owl-carousel,
.why-antarctica .container {
  position: relative;
}
.why-antarctica figure {
  width: 550px;
  margin: 0;
  padding-left: 4rem;
}
.why-antarctica figure img {
  width: 550px;
  height: 550px;
  border-radius: 50%;
}
.why-antarctica figure figcaption {
  left: 746px;
  color: #FFF;
  padding-right: 4rem;
  position: absolute;
  top: 320px;
  background-color: #2e272a;
}
.why-antarctica figure figcaption h3 {
  font-size: 34px;
  font-weight: 700;
  line-height: normal;
}
.why-antarctica figure figcaption h3 span {
  text-transform: uppercase;
}
.why-antarctica figure figcaption p {
  color: #D9D9D9;
  font-size: 34px;
  font-weight: 400;
  line-height: 40px;
}
.why-antarctica .why-antarctica .owl-carousel .owl-item img {
  width: 150px;
  transform: scale(0.5);
}
.why-antarctica .why-antarctica .owl-carousel .owl-item.active img {
  width: 550px;
  transform: scale(1);
}
.why-antarctica .content {
  position: absolute;
  left: 650px;
}
.why-antarctica .content h3 {
  color: #6E8B2F;
  font-size: 60px;
  font-weight: 700;
  line-height: normal;
  padding-left: 6.5rem;
  margin-top: 45px;
}
.why-antarctica h1.bigheading {
  font-size: 110px;
  padding-left: 24px;
}
.why-antarctica .owl-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.why-antarctica .owl-dots button.owl-dot {
  position: relative;
  margin: 5px 30px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #F5892A;
}
.why-antarctica .owl-dots button.owl-dot:first-child {
  left: 15px;
  bottom: -24px;
}
.why-antarctica .owl-dots button.owl-dot:nth-child(2) {
  bottom: -20px;
  left: 0px;
}
.why-antarctica .owl-dots button.owl-dot:nth-child(3) {
  bottom: 0px;
  left: -10px;
}
.why-antarctica .owl-dots button.owl-dot:nth-child(4) {
  bottom: 33px;
  left: -27px;
}
.why-antarctica .owl-dots button.owl-dot.active {
  background-color: #6E8B2F;
}
.why-antarctica .owl-nav {
  width: 50px;
  left: 730px;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  bottom: 70px;
  color: #F5892A;
  right: 0;
  font-size: 50px;
}
.why-antarctica .owl-nav button {
  margin: 0rem 1rem;
}

.wrapper {
  width: 100%;
  display: inline-block;
}

.seasons-antarctica {
  position: relative;
  padding: 30px 0;
  min-height: 750px;
}
.seasons-antarctica h2 span.icon {
  margin-right: 4px;
}
.seasons-antarctica .container {
  position: relative;
}
.seasons-antarctica .wrapper-season {
  margin-top: 100px;
  display: flex;
  justify-content: center;
}
.seasons-antarctica figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}
.seasons-antarctica figure img {
  width: 100%;
  height: 100%;
  -webkit-animation: bgimage 25s infinite;
          animation: bgimage 25s infinite;
}
@-webkit-keyframes bgimage {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes bgimage {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.seasons-antarctica .fadeIn {
  -webkit-animation: bgZoom 4s forwards;
          animation: bgZoom 4s forwards;
}
@-webkit-keyframes bgZoom {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes bgZoom {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
.seasons-antarctica:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(46, 39, 42, 0.75);
}
.seasons-antarctica .nav-tabs {
  border-bottom: none;
}
.seasons-antarctica .nav-tabs .nav-link {
  width: 140px;
  height: 140px;
  font-size: 34px;
  font-weight: 300;
  position: relative;
  line-height: normal;
  padding: 0;
  margin-right: 48px;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #F5892A;
  border-radius: 50%;
  color: #F5892A;
  text-transform: uppercase;
}
.seasons-antarctica .nav-tabs .nav-link:hover {
  background-color: #FFF;
}
.seasons-antarctica .nav-tabs .nav-link:after {
  content: "";
  position: absolute;
  width: 43px;
  background-color: #F5892A;
  height: 1px;
  right: -45px;
}
.seasons-antarctica .nav-tabs .nav-link.active {
  background-color: #085e7f;
  color: #FFF;
  font-weight: 900;
  border: 1px solid #085e7f;
}
.seasons-antarctica .nav-tabs .nav-link.active:before {
  content: "";
  position: absolute;
  width: 152px;
  height: 152px;
  border-radius: 50%;
  border: 1px solid #F5892A;
}
.seasons-antarctica .nav-tabs .nav-link.active:after {
  right: -48px;
}
.seasons-antarctica .nav-tabs .nav-link.active span.arrow {
  display: block;
}
.seasons-antarctica .nav-tabs .nav-item {
  position: relative;
}
.seasons-antarctica .nav-tabs .nav-item.active h2 {
  display: block;
}
.seasons-antarctica .nav-tabs .nav-item span.arrow {
  position: absolute;
  left: 39%;
  bottom: -42px;
  display: none;
}
.seasons-antarctica .nav-tabs .nav-item.last-item .nav-link:after {
  display: none;
}
.seasons-antarctica .nav-tabs .nav-item.summer .nav-link.active {
  background-color: #ba4621;
  border: 1px solid #ba4621;
}
.seasons-antarctica .nav-tabs .nav-item.autumn .nav-link.active {
  background-color: #ffc907;
  border: 1px solid #ffc907;
}
.seasons-antarctica .nav-tabs .nav-item h2 {
  font-weight: 400;
  font-size: 34px;
  line-height: normal;
  text-align: center;
  width: 142px;
  position: absolute;
  margin-top: 50px;
  display: none;
}
.seasons-antarctica .tab-content .tab-pane.summer ul.tab-list li .list-wrapper {
  border: 1px solid #ba4621;
  background: rgba(186, 70, 33, 0.3);
}
.seasons-antarctica .tab-content .tab-pane.summer ul.tab-list li .list-wrapper.white {
  background-color: #FFF;
  border: none;
  width: 280px;
}
.seasons-antarctica .tab-content .tab-pane.autumn ul.tab-list li .list-wrapper {
  border: 1px solid #ffc907;
  background: rgba(255, 201, 7, 0.3);
}
.seasons-antarctica .tab-content .tab-pane.autumn ul.tab-list li .list-wrapper.white {
  background-color: #FFF;
  border: none;
  width: 280px;
}
.seasons-antarctica ul.tab-list {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  width: 950px;
}
.seasons-antarctica ul.tab-list li {
  list-style-type: none;
  margin-bottom: 30px;
}
.seasons-antarctica ul.tab-list li span.heading {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px;
  color: #FFF;
  display: block;
  padding-left: 35px;
}
.seasons-antarctica ul.tab-list li .list-wrapper {
  border-radius: 150px;
  height: auto;
  max-height: 70px;
  padding: 15px 28px;
  border: 1px solid #08607B;
  background: rgba(8, 96, 123, 0.3);
  color: #FFF;
  font-family: Roboto;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px;
}
.seasons-antarctica ul.tab-list li .list-wrapper.white {
  background-color: #FFF;
  padding: 0;
  border-radius: 150px;
  border: none;
  width: 280px;
}
.seasons-antarctica ul.tab-list li .list-wrapper.white img {
  border-radius: 150px;
  height: 70px;
}
.seasons-antarctica ul.tab-list li .list-wrapper span.icon {
  margin-right: 10px;
}
.seasons-antarctica ul.tab-list li .list-wrapper.width280 {
  min-width: 165px;
  padding-left: 85px;
  position: relative;
  margin-bottom: 5px;
}
.seasons-antarctica ul.tab-list li .list-wrapper.width280 span.icon {
  position: absolute;
  left: 25px;
}
.seasons-antarctica ul.tab-list li .list-wrapper.icon-list {
  position: relative;
  padding-left: 120px;
  margin-right: 11px;
  margin-bottom: 5px;
}
.seasons-antarctica ul.tab-list li .list-wrapper.icon-list span.icon {
  position: absolute;
  left: 25px;
  width: 65px;
}
.seasons-antarctica ul.tab-list li .list-wrapper.icon-list span.icon img {
  margin: 0 auto;
  text-align: center;
  display: flex;
}
.seasons-antarctica ul.tab-list li.typ1 {
  width: 280px;
}
.seasons-antarctica ul.tab-list li.typ1 .list-wrapper {
  max-width: 280px;
}
.seasons-antarctica ul.tab-list li.typ2 {
  width: 320px;
}
.seasons-antarctica ul.tab-list li.typ2.two-items {
  width: 650px;
}
.seasons-antarctica ul.tab-list li.typ2.two-items .list-wrapper-outer {
  display: flex;
  flex-wrap: wrap;
  width: 660px;
}
.seasons-antarctica ul.tab-list li.typ2.two-items .list-wrapper-outer .list-wrapper {
  min-width: 170px;
}
.seasons-antarctica ul.tab-list li.typ3 {
  width: 270px;
}
.seasons-antarctica ul.tab-list li.typ3 .list-wrapper {
  width: 280px;
}
.seasons-antarctica .tab-content > .tab-pane {
  margin-top: 100px;
}
.seasons-antarctica h1.bigheading {
  font-size: 120px;
  position: absolute;
  padding-left: 2.5rem;
}

/* Footer */
footer {
  background-color: #2E272A;
  padding: 14px 0;
}
footer a:hover {
  color: #FFF;
}
footer ul {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
}
footer ul.top-list {
  margin-bottom: 60px;
}
footer ul.bottom-list {
  font-weight: 700;
}
footer ul li {
  list-style-type: none;
}
footer ul li a {
  color: #FFF;
  text-decoration: none;
}
footer ul li.social-link a {
  margin-right: 20px;
}
footer ul li.social-link i.fa {
  font-size: 26px;
  color: #6E8B2F;
}
footer ul li.contact-list a {
  font-weight: 600;
}
footer ul li.contact-list a i.fa {
  margin-right: 5px;
}
footer ul li.contact-list a:first-child {
  margin-right: 22px;
}
footer ul li.pow-by {
  color: #ABA9A9;
  font-weight: 700;
}
footer ul li.pow-by a {
  color: #F5892A;
}

.about-sec {
  background: #2E272A;
  width: 100%;
  display: inline-block;
  padding: 3rem 0 9rem;
  position: relative;
  /* .circle--slider .count4 li:nth-child(2) .icon {
    transform: rotate(-90deg);
  } */
  /* .circle--slider .count4 li:nth-child(3) .icon {
    transform: rotate(-180deg);
  } */
  /* .circle--slider .count4 li:nth-child(4) .icon {
    transform: rotate(-270deg);
  } */
}
.about-sec .bigTxt {
  line-height: 100px;
  padding-left: 40px;
}
.about-sec .circle--rotate {
  border-radius: 50%;
  border: 2px #474143 solid;
  width: 400px;
  height: 400px;
  margin: 0 5%;
  position: relative;
  transform: rotate(0deg);
  z-index: 0;
  padding: 0;
}
.about-sec .circle--rotate > li {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
  z-index: 10;
  visibility: hidden;
}
.about-sec .circle--rotate > li .icon {
  visibility: visible;
  cursor: pointer;
  text-align: center;
  overflow: hidden;
  font-size: 20px;
  color: #ffffff;
  border-radius: 50%;
  height: 100px;
  width: 100px;
  padding: 0px;
  margin: -10% auto;
  transition: all 500ms ease;
  box-shadow: -10px 10px 25px rgba(0, 0, 0, 0.2);
  /* transform: rotate(-90deg); */
  background: #363032;
}
.about-sec .circle--rotate > li .icon > img {
  width: 60%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.about-sec .circle--rotate > li i {
  color: #ffffff;
  font-size: 24px;
  margin: auto;
  cursor: pointer;
  width: 100%;
  height: 100%;
  display: table;
}
.about-sec .circle--rotate > li i::before {
  display: table-cell;
  vertical-align: middle;
}
.about-sec .circle--rotate > li img {
  margin: auto;
}
.about-sec .circle--slider {
  position: relative;
  padding-top: 5rem;
}
.about-sec .circle--slider .rotate--circle {
  margin: 0 auto;
}
.about-sec .circle--slider .circle--rotate > li div {
  position: relative;
  overflow: visible;
}
.about-sec .circle--slider .circle--rotate > li div span {
  transform: rotate(0deg);
  transition: all 2s;
  opacity: 0;
}
.about-sec .circle--slider .circle--rotate > li.active div {
  font-size: 20px;
  background-color: #3d4128;
  transition: all 1s;
}
.about-sec .circle--slider .count4 li:nth-child(2) {
  transform: rotate(90deg);
}
.about-sec .circle--slider .count4 li:nth-child(3) {
  transform: rotate(180deg);
}
.about-sec .circle--slider .count4 li:nth-child(4) {
  transform: rotate(270deg);
}
.about-sec .circle--slider .animate-wrapper {
  width: 600px;
  height: 25%;
  position: absolute;
  top: 40%;
  right: 0%;
  right: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
}
.about-sec .circle--slider .animate-title {
  color: #fff;
}
.about-sec .circle--slider .animate-img {
  width: 25%;
  height: 25%;
  border-radius: 50%;
  overflow: hidden;
}
.about-sec .circle--slider .animate-img .animate-img__in {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0%;
  right: 0;
  margin: auto;
  border-radius: 50%;
  background-repeat: no-repeat;
  z-index: 3;
  transform: rotate3d(0, 0, 0, 90deg) scale(0.85);
  transition: 1s cubic-bezier(0, 0.87, 0.51, 1.03);
  width: 100%;
  height: 100%;
  opacity: 0;
  background-size: cover;
}
.about-sec .circle--slider .animate-img .animate-img__in figure {
  position: relative;
}
.about-sec .circle--slider .animate-img .animate-img__in figure > img {
  height: 350px;
  width: 100%;
}
.about-sec .circle--slider .animate-img .animate-img__in figure figcaption {
  float: right;
  width: 440px;
  padding: 20px;
  background: #3c373b;
  color: #fff;
  display: none;
}
.about-sec .circle--slider .animate-img .animate-img__in figure figcaption h2 {
  padding-left: 0;
  font-weight: 400;
  font-size: 34px;
}
.about-sec .circle--slider .animate.active .animate-img .animate-img__in {
  opacity: 1;
  left: 0%;
  transform: scale(1);
}
.about-sec .circle--slider .animate.active .animate-img .animate-img__in figure figcaption {
  display: inline-block;
}

.about-sec h2 {
  text-align: left;
  color: #fff;
  padding-left: 40px;
  position: relative;
}
.about-sec h2 .icon {
  position: absolute;
  top: 0;
  display: inline-block;
  height: 30px;
  left: 0;
  line-height: 30px;
}

.about-sec h2 span {
  display: block;
  font-size: 110px;
  font-weight: 700;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.04);
}

.line {
  width: 50px;
  left: -40%;
  position: absolute;
  top: 40%;
  margin-left: 0;
  transform: rotate(0deg);
}

.ltr {
  width: 50px;
  height: 2px;
  background: #f5892a;
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(-50%, -50%);
}

@-webkit-keyframes ltrline {
  0% {
    left: 0;
    top: 0;
  }
  100% {
    left: 100px;
    top: 0;
  }
}

@keyframes ltrline {
  0% {
    left: 0;
    top: 0;
  }
  100% {
    left: 100px;
    top: 0;
  }
}
.ttb {
  width: 2px;
  height: 220px;
  background: #f5892a;
  position: absolute;
  top: 110px;
  left: 74px;
  transform: translate(-50%, -50%);
}

@-webkit-keyframes ttbline {
  0% {
    left: 50%;
    top: 0;
  }
  100% {
    left: 0;
    top: 100px;
  }
}

@keyframes ttbline {
  0% {
    left: 50%;
    top: 0;
  }
  100% {
    left: 0;
    top: 100px;
  }
}
.ltrend {
  width: 290px;
  height: 2px;
  background: #f5892a;
  position: absolute;
  top: 220px;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-left: 194px;
}

@media (max-width: 1024.98px) {
  .circle--rotate {
    margin-left: 5%;
  }
  .circle--slider .animate-wrapper {
    width: 400px;
  }
}
@media (max-width: 991.98px) {
  .circle--rotate {
    width: 300px;
    height: 300px !important;
    z-index: 9;
  }
  .circle--slider .animate-wrapper {
    width: 300px;
    left: 50%;
  }
  .circle--slider .animate.active .animate-img .animate-img__in figure > img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .circle--slider .animate-img .animate-img__in figure figcaption {
    width: 270px;
  }
  .line {
    margin-left: -390px;
    margin-top: 0px;
    left: 310px;
  }
  .ltrend {
    display: inline-block;
  }
  .circle--slider {
    margin-top: 3rem;
  }
  .circle--slider .animate-img .animate-img__in figure > img {
    height: 200px;
  }
  .circle--slider .animate-img .animate-img__in figure figcaption h2 {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  .circle--rotate {
    width: 300px;
    height: 300px !important;
  }
  .circle--slider .rotate--circle {
    height: 500px;
  }
  .circle--slider .animate-wrapper {
    width: 100%;
    left: 50%;
    left: 0;
    margin-top: 350px;
  }
  .circle--slider .animate-img .animate-img__in figure > img {
    height: 200px;
  }
  .circle--slider .animate-img .animate-img__in figure figcaption {
    width: 170px;
    padding: 10px;
  }
  .circle--rotate > li .icon {
    padding: 5px;
  }
  .circle--slider .animate-img .animate-img__in figure figcaption {
    width: 100%;
  }
  .carousel_nav {
    right: 0;
  }
  .line {
    margin-left: -10px;
    margin-top: -370px;
    left: 310px;
  }
  .ltrend {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .line {
    margin-left: -60px;
  }
  .ltr {
    display: none;
  }
}
@media (max-width: 360.98px) {
  .line {
    margin-left: -60px;
  }
}
.centerContainer {
  max-width: 833px;
  margin: 0 auto;
  text-align: center;
  width: 750px;
  position: relative;
  min-height: 700px;
}
.centerContainer h2,
.centerContainer p {
  color: #fff;
}
.centerContainer p {
  font-size: 24px;
  margin-bottom: 0;
  padding: 0 100px;
  line-height: 30px;
}

.bigTxt {
  display: block;
  font-size: 110px;
  font-weight: 700;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.04);
}

.blackBg {
  background: #231D20;
  padding: 2rem 0 0;
}
.blackBg h2 {
  margin-bottom: 1rem;
}
.blackBg h2 span.icon {
  margin-right: 8px;
}
.blackBg span.icon img {
  height: auto;
}

.circle {
  border-bottom: 0;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: -15px;
  overflow: hidden;
  width: 860px;
  height: 560px;
}
.circle .bigTxt {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.circle::before {
  content: "";
  display: inline-block;
  border-radius: 100%;
  width: 430px;
  height: 215px;
  opacity: 0.2;
  border-radius: 50% 50% 0 0/100% 100% 0 0;
  border: 1px solid #F5892A;
  border-bottom: none;
}
.circle::after {
  content: "";
  display: inline-block;
  border-radius: 100%;
  width: 430px;
  height: 215px;
  border-radius: 0 0 50% 50%/0 0 100% 100%;
  opacity: 1;
  border: 2px dashed #F5892A;
  border-top: none;
}
.circle ul {
  position: absolute;
  margin: 0 auto;
  padding: 0;
  width: 430px;
  height: 430px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.circle ul li .icon {
  z-index: 9;
  position: relative;
}
.circle ul li .txt {
  color: #F5892A;
  font-size: 16px;
  font-weight: 500;
}
.circle ul li:hover {
  cursor: pointer;
}
.circle ul li:hover .txt {
  color: #ABA9A9;
}
.circle ul li.left {
  position: absolute;
  left: 0;
  width: 80px;
  height: 81px;
  margin-left: -40px;
  top: 50%;
  margin-top: -100px;
}
.circle ul li.left .leftTxt {
  transform: translate(0%, -40%);
  transition: 1s all ease-in-out;
  display: inline-block;
  opacity: 0;
}
.circle ul li.left .txt {
  position: absolute;
  right: 90px;
  width: 200px;
  top: 50%;
  text-align: right;
  transform: translateY(-50%);
}
.circle ul li.left:after {
  content: "";
  right: 10px;
  background: url(/resources/images/common/icons/arrow-right.png);
  width: 31px;
  height: 16px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.35s all ease-in;
}
.circle ul li.left:hover:after {
  content: "";
  position: absolute;
  right: -40px;
  width: 31px;
  height: 16px;
  color: #fff;
  top: 50%;
  transform: translateY(-50%);
}
.circle ul li.left:hover .leftTxt {
  transform: translate(40%, -40%);
  display: inline-block;
  opacity: 1;
  transition: 1s all ease-in-out 0.45s;
}
.circle ul li.right {
  position: absolute;
  right: 0;
  width: 80px;
  height: 74px;
  margin-right: -40px;
  top: 50%;
  margin-top: -100px;
}
.circle ul li.right .rightTxt {
  transform: translate(-100%, -40%);
  transition: 1s all ease-in-out;
  display: inline-block;
  opacity: 0;
}
.circle ul li.right .txt {
  position: absolute;
  left: 90px;
  width: 200px;
  top: 50%;
  text-align: left;
  transform: translateY(-50%);
}
.circle ul li.right:after {
  content: "";
  position: absolute;
  left: 20px;
  width: 31px;
  height: 16px;
  color: #fff;
  background: url("/resources/images/common/icons/arrow-right.png");
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  transition: 0.35s all ease-in;
}
.circle ul li.right:hover:after {
  content: "";
  position: absolute;
  left: -40px;
  width: 31px;
  height: 16px;
  color: #fff;
  background: url("/resources/images/common/icons/arrow-right.png");
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
}
.circle ul li.right:hover .rightTxt {
  transform: translate(-140%, -40%);
  transition: 1s all ease-in-out;
  display: inline-block;
  opacity: 1;
  transition: 1s all ease-in-out 0.45s;
}
.circle ul li.bottom {
  position: absolute;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
  width: 92px;
  height: 19px;
}
.circle ul li.bottom .bottomTxt {
  transform: translate(-50%, -40%);
  transition: 1s all ease-in-out;
  display: inline-block;
  opacity: 0;
  width: 310px;
}
.circle ul li.bottom .txt {
  position: absolute;
  left: 50%;
  width: 200px;
  bottom: -150px;
  text-align: center;
  transform: translate(-50%, -50%);
}
.circle ul li.bottom:after {
  content: "";
  position: absolute;
  left: 50%;
  width: 31px;
  height: 16px;
  color: #fff;
  background: url(/resources/images/common/icons/arrow-right.png);
  top: 50%;
  transform: translateX(-50%) rotate(270deg);
  margin-top: 0px;
  transition: 0.35s all ease-in;
}
.circle ul li.bottom:hover:after {
  content: "";
  position: absolute;
  left: 50%;
  width: 31px;
  height: 16px;
  color: #fff;
  top: 50%;
  transform: translateX(-50%) rotate(270deg);
  margin-top: -40px;
}
.circle ul li.bottom:hover .bottomTxt {
  transform: translate(-50%, -150%);
  transition: 1s all ease-in-out 0.45s;
  display: inline-block;
  opacity: 1;
}
.circle ul li.active .txt {
  color: #ABA9A9;
}
.circle .bigWidth {
  width: 350px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  bottom: 30px;
}
.circle .displayTxt {
  position: absolute;
  width: 250px;
  top: 65%;
  color: #fff;
  left: 50%;
  transform: translate(-50%, -50%);
}

.defaultTxt {
  position: absolute;
  width: 250px;
  top: 50%;
  color: #fff;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: -37px;
  margin-left: 10px;
  transition: 1s all ease-in-out 0.45s;
}
.defaultTxt:before {
  content: "";
  left: -51px;
  background: url(/resources/images/common/icons/arrow-right.png);
  width: 31px;
  height: 16px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.35s all ease-in;
  margin-top: -22px;
}
.defaultTxt.defaultleftTxt {
  transform: translate(-100%, -50%);
  display: inline-block;
  opacity: 0;
}

section h2 {
  color: #fff;
}

.graybg {
  background: #2E272A;
  padding: 2rem 0;
}
.graybg h2 {
  text-align: center;
  margin-bottom: 0;
}
.graybg .bigTxt {
  line-height: 70px;
  font-weight: 800;
  text-align: center;
  margin-top: 1.5rem;
}
.graybg p {
  color: #fff;
}
.graybg h2 span.icon {
  margin-right: 2px;
}
.graybg.cross-bg h2 span.icon {
  margin-right: 11px;
}
.graybg .cust-row {
  display: flex;
  gap: 50px;
}
.graybg .cust-row .col {
  width: 50%;
}

.midContainer {
  width: 1110px;
  margin: 0 auto;
}

.sm-figure {
  width: 190px;
  height: 158px;
  display: inline-block;
  margin: 0;
  margin-right: 20px;
}
.sm-figure img {
  width: 100%;
}

.lg-figure {
  width: 380px;
  height: 419px;
  display: inline-block;
  margin: 0;
}
.lg-figure img {
  width: 100%;
}

.midContainer p {
  font-size: 24px;
  line-height: 34px;
}

.btn-sm {
  width: 190px;
  padding: 0;
}

.lighGreenBg {
  position: relative;
  padding: 2rem 0 0;
  display: inline-block;
  width: 100%;
}
.lighGreenBg .bgImg {
  width: 100%;
  height: 100%;
  display: inline-block;
  margin: 0;
  position: absolute;
  top: 0;
  overflow: hidden;
}
.lighGreenBg .bgImg img {
  width: 100%;
  height: 100%;
}
.lighGreenBg .bgImg.profile-img {
  width: 350px;
  height: 350px;
  margin: 0;
}
.lighGreenBg .bgImg.profile-img img {
  width: 100%;
}
.lighGreenBg h2 {
  text-align: center;
  color: #2E272A;
}
.lighGreenBg .container {
  z-index: 9;
  position: relative;
}
.lighGreenBg .bigTxt {
  color: #2E272A;
  opacity: 0.1;
  font-weight: 800;
  text-align: center;
  line-height: 80px;
  margin-top: 1rem;
}
.lighGreenBg span.icon {
  margin-right: 0;
}

.profile-sec {
  display: flex;
  justify-content: center;
}
.profile-sec figure {
  width: 350px;
  margin: 0;
}
.profile-sec figure figcaption {
  margin-top: -60px;
}
.profile-sec figure figcaption.leftTxt h2 {
  font-size: 60px;
  font-weight: 800;
  color: #fff;
  margin-left: -380px;
  text-shadow: 2px 2px 2px #000;
}
.profile-sec figure figcaption.leftTxt h3 {
  font-size: 24px;
  margin-left: -100px;
  color: #2E272A;
}
.profile-sec figure figcaption.rightTxt h2 {
  font-size: 60px;
  font-weight: 800;
  color: #fff;
  margin-right: -370px;
  text-shadow: 2px 2px 2px #000;
}
.profile-sec figure figcaption.rightTxt h3 {
  font-size: 24px;
  margin-right: -30px;
  text-align: right;
  color: #2E272A;
}
.profile-sec figure figcaption p {
  font-size: 16px;
  font-weight: 500;
}
.profile-sec.typ2 {
  display: flex;
  justify-content: center;
}

.lightGrayBg {
  background: #7B7779;
  display: inline-block;
  padding: 2rem 0 2rem;
  width: 100%;
}
.lightGrayBg h2 {
  text-align: center;
  color: #fff;
}
.lightGrayBg .bigTxt {
  text-align: center;
  line-height: normal;
  margin-top: -25px;
  margin-bottom: 0;
  font-size: 55px;
}
.lightGrayBg p {
  text-align: center;
  color: #fff;
  font-size: 24px;
}
.lightGrayBg .cust-carousel {
  margin-top: -40px;
}

.cust-carousel.typ2 .owl-carousel {
  max-width: 70%;
}

.cust-carousel .owl-carousel {
  max-width: 1110px;
  margin: 0rem auto;
  display: inline-block;
}
.cust-carousel .owl-carousel .owl-stage-outer {
  padding: 4rem 0;
}
.cust-carousel .owl-carousel .owl-stage-outer .cards-sec {
  padding: 3rem 1.9rem;
  height: 350px;
  background-color: #2E272A;
  border-radius: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.cust-carousel .owl-carousel .owl-stage-outer .cards-sec:before {
  content: "\f10d";
  color: #ABA9A9;
  font-size: 40px;
  top: -30px;
  position: absolute;
  font-family: "FontAwesome";
}
.cust-carousel .owl-carousel .owl-stage-outer .cards-sec figure.icon-img {
  width: 110px;
  height: 110px;
  border-radius: 100%;
  background: #7B7779;
  position: relative;
  margin: 0;
}
.cust-carousel .owl-carousel .owl-stage-outer .cards-sec figure.icon-img img {
  width: 72px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cust-carousel .owl-carousel .owl-stage-outer .cards-sec h4 {
  color: #F5892A;
  font-size: 24px;
  font-weight: 600;
  width: 150px;
  text-align: center;
  border-bottom: 1px solid #F5892A;
  padding-bottom: 1rem;
  padding-top: 1rem;
  margin-bottom: 1rem;
}
.cust-carousel .owl-carousel .owl-stage-outer .cards-sec p {
  color: #fff;
  text-align: center;
  color: #ABA9A9;
  line-height: 25px;
  font-size: 16px;
}

#owl-center.owl-carousel {
  max-width: 100%;
}

#owl-center .owl-item {
  margin: 50px 0;
  cursor: pointer;
}

#owl-center .owl-item .item img {
  position: relative;
  opacity: 0.4;
}

#owl-center .owl-item .item img {
  -webkit-transition: 0.3s;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  transition: 0.3s;
  transform: scale(0.6);
}

#owl-center .owl-item.center .item img {
  opacity: 1;
  transform: scale(1.3);
}

.gallery-sec {
  position: relative;
  padding: 2rem 0 0;
  height: 572px;
  display: inline-block;
  width: 100%;
}
.gallery-sec span.icon {
  margin-right: 0px;
}
.gallery-sec h2 {
  color: #fff;
  position: relative;
  z-index: 9;
}
.gallery-sec .owl-carousel .owl-stage-outer {
  padding: 0 0 1rem;
}
.gallery-sec .gallery-bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 604px;
  margin: 0;
  z-index: 0;
}
.gallery-sec .gallery-bg img {
  width: 100%;
  height: 100%;
}
.gallery-sec:after {
  content: "";
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.gallery-sec .bigTxt {
  position: relative;
  z-index: 9;
  line-height: 90px;
}
.gallery-sec .text-center p {
  text-align: center;
  color: #fff;
  font-size: 24px;
  z-index: 1;
  position: relative;
}

.center .owl-nav {
  width: 80px;
  margin: 0 auto;
}
.center .owl-nav button {
  width: 40px;
  height: 40px;
}
.center .owl-nav button span {
  display: none;
}
.center .owl-nav button.owl-prev::before {
  content: "";
  background: url("/resources/images/common/icons/left-arrow.png");
  width: 17px;
  height: 29px;
  display: inline-block;
}
.center .owl-nav button.owl-next::before {
  content: "";
  background: url("/resources/images/common/icons/right-arrow.png");
  width: 17px;
  height: 29px;
  display: inline-block;
}

.faq-img {
  margin: 0;
  width: 100%;
  height: 100%;
}
.faq-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.accordion .accordion-item {
  border: 0;
}
.accordion .accordion-item .accordion-header {
  display: flex;
  padding-left: 0;
}
.accordion .accordion-item .accordion-header .accordion-button {
  position: relative;
  border: 1px solid #e88d09;
  background: #2e272a;
  height: 46px;
  font-size: 24px;
  font-weight: 800;
  color: #e88d09;
}
.accordion .accordion-item .accordion-header .accordion-button:after {
  position: absolute;
  right: 10px;
  background-image: none;
  transition: 1s all ease-in-out;
}
.accordion .accordion-item .accordion-header .accordion-button[aria-expanded=false]::after {
  content: "\f105";
  font-family: "FontAwesome";
}
.accordion .accordion-item .accordion-header .accordion-button[aria-expanded=true] {
  border-bottom: 0;
}
.accordion .accordion-item .accordion-header .accordion-button[aria-expanded=true]::after {
  content: "\f107";
  transform: none;
  transition: 1s all ease-in-out;
  font-family: "FontAwesome";
}
.accordion .accordion-item .accordion-header .accordion-button:focus {
  outline: 0;
  box-shadow: none;
}
.accordion .accordion-item + .accordion-item {
  margin-top: 1.2rem;
}
.accordion .accordion-item .accordion-collapse {
  background: #2e272a;
  color: #e88d09;
  border: 1px solid #e88d09;
  border-top: 1px solid #2e272a;
}

.cross-bg {
  height: 700px;
  width: 100%;
  display: inline-block;
  position: relative;
  background: #2E272A;
  padding: 4rem 0 0rem;
}
.cross-bg:after {
  content: "";
  width: 100%;
  height: 430px;
  position: absolute;
  top: 0;
  right: 0;
  border-bottom: 770px solid transparent;
  border-left: 99vw solid #231D20;
  border-top: 0 solid transparent;
  border-right: 0 solid transparent;
}
.cross-bg .container {
  position: relative;
  z-index: 9;
}
.cross-bg .container h2 {
  text-align: left;
}
.cross-bg .container .bigTxt {
  text-align: left;
}

.passage-sec {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0;
}
.passage-sec li {
  width: 45%;
  position: relative;
  display: inline-block;
  height: 510px;
}
.passage-sec li .txtContent {
  z-index: 9;
  position: absolute;
  width: 380px;
  bottom: -40px;
  transform: translateY(-40%);
}
.passage-sec li .txtContent h2 {
  font-size: 60px;
  font-weight: 700;
  text-shadow: 2px 2px 2px #000;
}
.passage-sec li .txtContent .text-link {
  font-size: 14px;
  color: #F5892A;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
}
.passage-sec li figure {
  width: 360px;
}
.passage-sec li figcaption {
  display: flex;
  flex-direction: row;
  padding-top: 2rem;
  justify-content: space-between;
  width: 360px;
  position: absolute;
  bottom: 0;
}
.passage-sec li figcaption .btn-primary {
  width: 122px;
}
.passage-sec li figcaption .prz-sec {
  color: #e88d09;
  display: flex;
  flex-direction: column;
}
.passage-sec li figcaption .prz-sec .price {
  font-size: 25px;
  font-weight: 600;
  margin-top: -18px;
}
.passage-sec li figcaption .prz-sec .noOfDaysNights {
  color: #fff;
  font-weight: 200;
  font-size: 16px;
}
.passage-sec li:nth-child(odd) figure {
  position: absolute;
  right: 0;
}
.passage-sec li:nth-child(odd) figcaption {
  right: 0;
}
.passage-sec li:nth-child(odd) .txtContent {
  position: absolute;
  transform: translateY(-50%);
}
.passage-sec li:nth-child(odd) .txtContent p {
  padding-right: 150px;
}
.passage-sec li:nth-child(odd) .txtContent .tooltip-info {
  left: -70px;
  width: 260px;
}
.passage-sec li:nth-child(even) figure {
  position: absolute;
  left: 0;
}
.passage-sec li:nth-child(even) figcaption {
  left: 0;
}
.passage-sec li:nth-child(even) .txtContent {
  position: absolute;
  transform: translateY(-50%);
  right: 0;
}
.passage-sec li:nth-child(even) .txtContent p {
  padding-left: 150px;
}
.passage-sec li:nth-child(even) .txtContent .text-link {
  margin-left: 150px;
}
.passage-sec .map-icon {
  width: 30px;
  height: 30px;
  padding: 10px;
  right: 0px;
  background-color: #e9852f;
  position: absolute;
  bottom: 0;
}
.passage-sec .map-icon img {
  width: 100%;
}

.enq-center {
  width: 850px;
  margin: 3rem auto 0;
  display: flex;
  align-items: center;
}
.enq-center .greenTxt {
  font-size: 24px;
  color: #6E8B2F;
  font-weight: 500;
  padding-right: 10px;
}
.enq-center .or {
  font-size: 16px;
  color: #6E8B2F;
  font-weight: 400;
  padding: 0 10px;
}
.enq-center span {
  color: #fff;
}
.enq-center span a {
  color: #fff;
  text-decoration: none;
}
.enq-center .btn-primary-outline {
  width: 140px;
  height: 40px;
  color: #ef8629;
  border: 1px solid #ef8629;
  border-radius: 0;
  line-height: 27px;
  margin: 0 auto;
  font-size: 15px;
  font-weight: 600;
}

.lightGray {
  background: #7B7779;
  height: 192px;
  display: flex;
  align-items: center;
}
.lightGray .subscription-sec {
  width: 1080px;
  margin: 0 auto;
  display: flex;
}
.lightGray .subscription-sec p {
  font-size: 24px;
  font-weight: 300;
  color: #fff;
  padding-right: 20px;
  line-height: 30px;
}
.lightGray .subscription-sec p b {
  font-weight: 500;
}
.lightGray .subscription-sec .email-input {
  width: 550px;
  display: flex;
}
.lightGray .subscription-sec .email-input .form-control {
  background: #2E272A;
  border: 0;
  border-radius: 0;
  width: 400px;
  height: 60px;
  padding: 0 0 0 1.9rem;
  color: #fff;
}
.lightGray .subscription-sec .email-input .form-control::-moz-placeholder {
  color: #ABA9A9;
}
.lightGray .subscription-sec .email-input .form-control:-ms-input-placeholder {
  color: #ABA9A9;
}
.lightGray .subscription-sec .email-input .form-control::placeholder {
  color: #ABA9A9;
}
.lightGray .subscription-sec .email-input .btn {
  height: 60px;
  width: 150px;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
}

.tooltip-info {
  position: absolute;
  width: auto;
  height: auto;
  border: 1px solid #969696;
  bottom: 30px;
  background: #373134;
  left: 90px;
  padding: 10px;
  z-index: 9;
}
.tooltip-info ul {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin-right: 20px;
}
.tooltip-info ul li {
  width: 100%;
  height: auto;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  position: relative;
  padding-left: 15px;
}
.tooltip-info ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #ddd;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 6px;
}
.tooltip-info ul li + li {
  margin-top: 5px;
}
.tooltip-info:after {
  content: "";
  border-top: 10px solid #ddd;
  border-bottom: 10px solid transparent;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
}

/* Modal */
.cust-modal .modal-dialog {
  max-width: 961px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
}
.cust-modal .modal-dialog .btn-close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 9;
  cursor: pointer;
}
.cust-modal .modal-dialog .modal-content {
  background: linear-gradient(180deg, #F4F3F1 0%, #F2F2F0 20.11%, #FAFBFD 51.7%, #FCFCFE 100%);
  box-shadow: 0px 12px 32px #6B6B6B;
  border-radius: 15px;
  position: relative;
  padding-left: 411px;
  width: 548px;
}
.cust-modal .modal-dialog .modal-content figure {
  width: 411px;
  position: absolute;
  left: 0;
  margin: 0;
  height: 100%;
}
.cust-modal .modal-dialog .modal-content figure img {
  height: 100%;
  width: 100%;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
.cust-modal .modal-dialog .modal-content .form-group {
  padding: 20px;
  display: inline-block;
}
.cust-modal .modal-dialog .modal-content .form-group h2 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 35px;
  text-align: left;
  letter-spacing: 3px;
  padding-top: 0;
  padding-bottom: 1rem;
  text-transform: uppercase;
  color: #231E20;
}
.cust-modal .modal-dialog .modal-content .form-group form {
  display: inline-block;
  width: 95%;
}
.cust-modal .modal-dialog .modal-content .form-group form ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cust-modal .modal-dialog .modal-content .form-group form ul li {
  margin-bottom: 1rem;
}
.cust-modal .modal-dialog .modal-content .form-group form ul li input {
  height: 58px;
  border: 1px solid #E6E6E6;
}
.cust-modal .modal-dialog .modal-content .form-group form ul li input:focus {
  outline: 0;
  box-shadow: none;
}
.cust-modal .modal-dialog .modal-content .form-group form ul li .textarea {
  height: 118px;
  resize: none;
  width: 99%;
  border: 1px solid #E6E6E6;
  padding: 15px;
}
.cust-modal .modal-dialog .modal-content .form-group form ul li .textarea:focus {
  outline: 0;
  box-shadow: none;
}
.cust-modal .modal-dialog .modal-content .form-group form ul li .btn {
  width: 183px;
  height: 58px;
  background: #E88D09;
  border: 1px solid #E6E6E6;
  line-height: 55px;
  border-radius: 5px;
  font-size: 14px;
  color: #0D1B49;
}

/* Request Quote */
.request-quote {
  margin-bottom: 65px;
}
.request-quote .req-heading {
  display: flex;
  justify-content: space-between;
}
.request-quote .req-heading .btn-primary-outline {
  margin-right: 80px;
}
.request-quote h1.bigheading {
  padding-left: 2rem;
}
.request-quote .req-form {
  position: relative;
  padding-left: 552px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-left: 2rem;
}
.request-quote .req-form figure {
  width: 452px;
  height: 524px;
  position: absolute;
  left: 0;
  margin: 0;
}
.request-quote .req-form figure img {
  height: 100%;
  width: 100%;
}
.request-quote .req-form form {
  display: inline-block;
  width: 95%;
}
.request-quote .req-form form ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.request-quote .req-form form ul li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 90px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 29px;
}
.request-quote .req-form form ul li input {
  height: 48px;
  border: 1px solid #F5892A;
  background: transparent;
  border-radius: 0;
  width: 360px;
  padding: 0 21px 0;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.request-quote .req-form form ul li input:focus {
  outline: 0;
  box-shadow: none;
}
.request-quote .req-form form ul li input::-moz-placeholder {
  color: #6E8B2F;
}
.request-quote .req-form form ul li input:-ms-input-placeholder {
  color: #6E8B2F;
}
.request-quote .req-form form ul li input::placeholder {
  color: #6E8B2F;
}
.request-quote .req-form form ul li .textarea {
  height: 68px;
  resize: none;
  border: 1px solid #F5892A;
  padding: 15px 21px 15px;
  width: 100%;
  background: transparent;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 0;
  width: 360px;
}
.request-quote .req-form form ul li .textarea::-moz-placeholder {
  color: #6E8B2F;
}
.request-quote .req-form form ul li .textarea:-ms-input-placeholder {
  color: #6E8B2F;
}
.request-quote .req-form form ul li .textarea::placeholder {
  color: #6E8B2F;
}
.request-quote .req-form form ul li .textarea:focus {
  outline: 0;
  box-shadow: none;
}
.request-quote .req-form form ul li .btn {
  width: 183px;
  height: 50px;
  background: #F5892A;
  border: none;
  line-height: 55px;
  color: #2E272A;
  font-size: 14px;
  font-weight: 700;
  border-radius: 0;
  font-size: 14px;
  color: #0D1B49;
}
.request-quote .req-form form ul li label {
  color: #F5892A;
  position: absolute;
  left: 0;
  width: 108px;
}
.request-quote .req-form form ul li.remarks {
  align-items: flex-start;
}
.request-quote .req-form form ul li.remarks label {
  padding-top: 1rem;
}

.btn-primary-outline {
  width: 100px;
  height: 40px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ef8629;
  border: 1px solid #ef8629;
  border-radius: 0;
  line-height: normal;
  font-size: 14px;
  font-weight: 700;
}
.btn-primary-outline span.icon {
  margin-right: 8px;
}
.btn-primary-outline span.icon i.fa {
  font-size: 16px;
}
.btn-primary-outline:hover {
  color: #ef8629;
}

/* Thank You */
.thankyou {
  text-align: center;
  position: relative;
  margin-bottom: 168px;
}
.thankyou h1.bigheading {
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
}
.thankyou h2 {
  color: #6E8B2F;
  font-size: 60px;
  margin-bottom: 55px;
  font-style: normal;
  font-weight: 700;
  line-height: 80px;
}
.thankyou h2 span.icon {
  display: block;
  height: auto;
  margin-bottom: 40px;
}
.thankyou h2 span.icon img {
  width: 86px;
  height: auto;
}
.thankyou p {
  color: #F5892A;
  font-size: 24px;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 76px;
}
.thankyou .btn-primary {
  color: #2E272A;
  width: 200px;
  height: 50px;
  background-color: #F5892A;
  margin: 0 auto;
}
.thankyou .thankyou-wrapper {
  width: 659px;
  margin: 0 auto;
}

/* Why Circle Slider */
/* Section Services */
.services {
  width: 100%;
  height: 100vh;
  background-color: #2E272A;
  padding: 100px 0 80px 0;
  position: relative;
  /* .circle--slider--why .count4 li:nth-child(2) .icon {
    transform: rotate(-90deg);
  } */
  /* .circle--slider--why .count4 li:nth-child(4) .icon {
    transform: rotate(-270deg);
  } */
}
.services .circle--rotate--why {
  border-radius: 50%;
  border: 1px dashed #ABA9A9;
  width: 800px;
  height: 730px;
  position: relative;
  transform: rotate(0deg);
  z-index: 9;
  padding: 0;
  left: -400px;
}
.services .circle--rotate--why > li {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
  z-index: 10;
  visibility: hidden;
}
.services .circle--rotate--why > li .icon {
  visibility: visible;
  cursor: pointer;
  text-align: center;
  overflow: hidden;
  font-size: 20px;
  color: #ffffff;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  padding: 0px;
  margin: -2.3% auto;
  transition: all 500ms ease;
  box-shadow: -10px 10px 25px rgba(0, 0, 0, 0.2);
  /* transform: rotate(-90deg); */
  background: #F5892A;
}
.services .circle--rotate--why > li .icon:hover {
  height: 100px;
  width: 100px;
  margin: -6% auto;
}
.services .circle--rotate--why > li:hover .icon > img {
  opacity: 1;
  width: 100%;
}
.services .circle--rotate--why > li .icon > img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.2);
  opacity: 0;
}
.services .services .circle--slider--why .circle--rotate--why > li.active div:hover img {
  transform: translate(-50%, -50%) scale(0.5);
}
.services .circle--rotate--why > li i {
  color: #ffffff;
  font-size: 24px;
  margin: auto;
  cursor: pointer;
  width: 100%;
  height: 100%;
  display: table;
}
.services .circle--rotate--why > li i::before {
  display: table-cell;
  vertical-align: middle;
}
.services .circle--rotate--why > li img {
  margin: auto;
}
.services .circle--slider--why {
  position: relative;
}
.services .circle--slider--why .rotate--circle {
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.services .circle--slider--why .rotate--circle .carousel-controls {
  background: #000;
  width: 200px;
  position: absolute;
  right: 0;
  bottom: 90px;
  z-index: 999;
  display: none;
}
.services .circle--slider--why .circle--rotate--why > li div {
  position: relative;
  overflow: visible;
}
.services .circle--slider--why .circle--rotate--why > li div span {
  transition: all 2s;
  opacity: 0;
}
.services .circle--slider--why .circle--rotate--why > li.active div {
  font-size: 20px;
  background-color: #3d4128;
  transition: all 1s 0.35s;
  width: 550px;
  height: 550px;
  margin: -30% auto;
}
.services .circle--slider--why .circle--rotate--why > li.active div img {
  opacity: 1;
  width: 100%;
  transform: translate(-50%, -50%);
}
.services .circle--slider--why .count4 li:nth-child(2) {
  transform: rotate(90deg);
}
.services .circle--slider--why .count4 li:nth-child(3) {
  transform: rotate(180deg);
}
.services .circle--slider--why .count4 li:nth-child(4) {
  transform: rotate(270deg);
}
.services .circle--slider--why .animate-wrapper-why {
  width: 840px;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
}
.services .circle--slider--why .animate-wrapper-why .animate {
  position: absolute;
  top: 260px;
  bottom: 0;
  left: 0%;
  right: 0;
  background-repeat: no-repeat;
  z-index: 3;
  transform: rotate3d(0, 0, 0, 90deg) scale(0.1);
  transition: 1s cubic-bezier(0, 0.87, 0.51, 1.03);
  width: 100%;
  height: auto;
  opacity: 0;
  background-size: cover;
  background: #2e272a;
}
.services .circle--slider--why .animate-wrapper-why .animate.active {
  opacity: 1;
  left: 0%;
  transform: scale(1);
}
.services .circle--slider--why h3 {
  color: #fff;
  font-size: 34px;
  font-weight: 700;
  line-height: normal;
}
.services .circle--slider--why p {
  color: #D9D9D9;
  font-size: 34px;
  font-weight: 400;
  line-height: 40px;
}
.services .circle--slider--why h3 span {
  text-transform: uppercase;
}
.services .circle--slider--why .animate-img {
  width: 25%;
  height: 25%;
  border-radius: 50%;
  overflow: hidden;
}
.services .circle--slider--why .animate-img .animate-img__in {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0%;
  right: 0;
  margin: auto;
  border-radius: 50%;
  background-repeat: no-repeat;
  z-index: 3;
  transform: rotate3d(0, 0, 0, 90deg) scale(0.85);
  transition: 1s cubic-bezier(0, 0.87, 0.51, 1.03);
  width: 100%;
  height: 100%;
  opacity: 0;
  background-size: cover;
}
.services .circle--slider--why .animate-img .animate-img__in figure {
  position: relative;
}
.services .circle--slider--why .animate-img .animate-img__in figure > img {
  height: 350px;
  width: 100%;
}
.services .circle--slider--why .animate-img .animate-img__in figure figcaption {
  float: right;
  width: 440px;
  padding: 20px;
  background: #3c373b;
  color: #fff;
  display: none;
}
.services .circle--slider--why .animate-img .animate-img__in figure figcaption h2 {
  padding-left: 0;
  font-weight: 400;
  font-size: 34px;
}
.services .circle--slider--why .animate.active .animate-img .animate-img__in {
  opacity: 1;
  left: 0%;
  transform: scale(1);
}
.services .circle--slider--why .animate.active .animate-img .animate-img__in figure figcaption {
  display: inline-block;
}

.seasons-antarctica .wrapper-season {
  flex-direction: column;
  align-items: center;
}

.services .circle--slider--why .animate-wrapper-why .animate.active {
  left: 14%;
}

.services .circle--slider--why p {
  max-width: 470px;
}

.faq-img {
  height: 478px;
}

.content-dtls p {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.6);
}

.modal-dialog.modal-lg .modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 700px;
  overflow-y: scroll;
  width: 100%;
  pointer-events: auto;
  background: #373134;
  border: 1px solid #969696;
  outline: 0;
  border-radius: 0;
}

.modal-dialog.modal-lg .btn-close {
  color: #ef8629;
  background: #ea8429;
  opacity: 1;
  background-image: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-dialog.modal-lg .btn-close i {
  color: #373134;
}

.modal-dialog.modal-lg .modal-title {
  font-size: 22px;
  color: #ef8629;
}

.modal-dialog.modal-lg h5 {
  font-size: 20px;
  color: #ef8629;
  margin-bottom: 0;
}

.modal-dialog.modal-lg a {
  color: #ef8629;
}

.modal-dialog.modal-lg ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
}

.modal-dialog.modal-lg ul li {
  color: rgba(255, 255, 255, 0.6);
}

.cust-carousel .owl-carousel .owl-stage-outer .cards-sec {
  height: 140px;
}

.cust-carousel .owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 9;
  transform: translateY(-50%);
}

.cust-carousel .owl-carousel .owl-nav .owl-prev {
  width: 40px;
  height: 40px;
  background-color: #ccc;
  left: -50px;
  position: absolute;
  font-size: 30px;
}

.cust-carousel .owl-carousel .owl-nav .owl-next {
  width: 40px;
  height: 40px;
  background-color: #ccc;
  right: -50px;
  position: absolute;
  font-size: 30px;
}

.cust-carousel .owl-carousel .owl-stage-outer {
  padding: 4rem 0 0;
}

.cust-carousel .owl-carousel .owl-nav button span {
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  line-height: 40px;
}

.downArrow {
  position: absolute;
  z-index: 99;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  top: calc(100vh - 65px);
  border: 1px solid #ddd;
  padding: 10px;
  border-radius: 25px;
  background: #e88d09;
}

footer ul.top-list {
  margin-bottom: 10px;
}

.circle ul li.right .txt {
  width: 180px;
}

.request-quote .req-form form ul li input.form-control,
.request-quote .req-form form ul li .textarea.form-control {
  color: #6E8B2F;
}

#main .inner-container .buttons {
  display: none;
}

.openmenu {
  display: none;
}

.openmenu.open {
  display: inline-block;
}

.lightGray .subscription-sec .email-input form {
  display: flex;
}

.tooltip-info .fa-close {
  display: none;
}

.passage-sec li:nth-child(odd) figure {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.passage-sec li:nth-child(odd) .txtContent {
  position: absolute;
  transform: translateY(-50%);
  left: 0;
}

.passage-sec li:nth-child(even) figure {
  width: 100%;
  display: flex;
  justify-content: flex-start;
}

.passage-sec li:nth-child(even) figure .map-icon {
  right: 237px;
}

.lightGray .subscription-sec {
  position: relative;
}

.lightGray .subscription-sec .messagesubscription {
  position: absolute;
  bottom: 0;
  right: 430px;
  color: #f5892a;
}

.about-sec .circle--slider .animate-wrapper {
  top: 9%;
}

.about-sec {
  padding: 3rem 0 2rem;
}

.about-sec .circle--slider {
  padding-bottom: 7rem;
}

.lighGreenBg .bgImg::after {
  content: "";
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.profile-sec figure figcaption.leftTxt h3,
.profile-sec figure figcaption p,
.lighGreenBg h2,
.profile-sec figure figcaption.rightTxt h3 {
  color: #fff;
}

.profile-sec figure figcaption p,
.profile-sec figure figcaption.leftTxt h3,
.profile-sec figure figcaption.rightTxt h3 {
  color: rgba(255, 255, 255, 0.7);
}

.lighGreenBg .bigTxt {
  color: rgba(255, 255, 255, 0.4);
}

#polar_experts span.icon img {
  filter: saturate(1) contrast(0%) brightness(10);
}

.seasons-antarctica h1.bigheading,
.graybg .bigTxt,
.lightGrayBg .bigTxt {
  font-size: 110px;
}

.blackBg .circle span.icon img {
  filter: none;
}

.bigTxt {
  font-weight: 800;
}

.why-antarctica {
  padding: 0;
  height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.seasons-antarctica h1.bigheading {
  left: 50%;
  transform: translateX(-50%);
}

.cross-bg .container .bigTxt,
.cross-bg .container h2,
.about-sec h2 {
  text-align: center;
}

.about-sec h2 .icon {
  margin-left: -50px;
  left: auto;
}

.profile-sec figure figcaption.rightTxt h2,
.profile-sec figure figcaption.leftTxt h2 {
  text-shadow: none;
}

.centerContainer {
  min-height: 650px;
}

#why_travel_withus .circle {
  margin-top: 35px;
}

.navbar-toggler {
  position: fixed;
}

#main .inner-container h1,
.why-antarctica .content h3 {
  color: #5ab24b;
}

#main .inner-container h1 {
  text-shadow: 2px 2px #26641c;
}

.seasons-antarctica .nav-tabs .nav-item.summer .nav-link.active,
.seasons-antarctica .nav-tabs .nav-item.autumn .nav-link.active,
.seasons-antarctica .nav-tabs .nav-link.active {
  background-color: #5ab24b;
  border: 1px solid #5ab24b;
}

.seasons-antarctica .nav-tabs .nav-link.active:before {
  border: 1px solid #5ab24b;
}

.seasons-antarctica .tab-content .tab-pane.summer ul.tab-list li .list-wrapper,
.seasons-antarctica .tab-content .tab-pane.autumn ul.tab-list li .list-wrapper,
.seasons-antarctica ul.tab-list li .list-wrapper {
  border: 1px solid #5ab24b;
  background: rgba(90, 178, 75, 0.3);
}

.about-sec .circle--slider .animate-img .animate-img__in figure figcaption h2 {
  text-align: left;
}

.passage-sec li:nth-child(even) .txtContent,
.passage-sec li:nth-child(odd) .txtContent {
  transform: none;
  bottom: 15px;
}

.about-sec .circle--rotate > li .icon > img {
  -webkit-animation: zoomout 2.5s ease-in-out infinite;
          animation: zoomout 2.5s ease-in-out infinite;
}

.about-sec .circle--rotate > li.active .icon > img {
  -webkit-animation: none;
          animation: none;
}

@-webkit-keyframes zoomout {
  0% {
    width: 40%;
  }
  50% {
    width: 60%;
  }
  100% {
    width: 40%;
  }
}

@keyframes zoomout {
  0% {
    width: 40%;
  }
  50% {
    width: 60%;
  }
  100% {
    width: 40%;
  }
}
.about-sec .circle--slider .circle--rotate > li div {
  -webkit-animation: border-anim 2s ease-in infinite;
          animation: border-anim 2s ease-in infinite;
}

.about-sec .circle--slider .circle--rotate > li.active div {
  -webkit-animation: none;
          animation: none;
}

@-webkit-keyframes border-anim {
  0% {
    border: 0px solid transparent;
  }
  50% {
    border: 2px solid #5ab24b;
  }
  100% {
    border: 0px solid transparent;
  }
}

@keyframes border-anim {
  0% {
    border: 0px solid transparent;
  }
  50% {
    border: 2px solid #5ab24b;
  }
  100% {
    border: 0px solid transparent;
  }
}
.profile-sec figure figcaption.leftTxt h2 {
  margin-left: 0;
  font-size: 40px;
  text-align: left;
}

.profile-sec figure figcaption.leftTxt h3 {
  margin-left: 0;
  text-align: left;
}

.profile-sec figure figcaption.rightTxt h2 {
  margin: 0;
  font-size: 40px;
  text-align: left;
}

.profile-sec figure figcaption.rightTxt h3 {
  margin-right: 0;
  text-align: left;
}

.profile-sec figure figcaption {
  margin-top: 0;
}

.cust-carousel.typ2 .owl-carousel .owl-nav .owl-prev {
  left: -40px;
}

.cust-carousel.typ2 .owl-carousel .owl-nav .owl-next {
  right: -40px;
}

.cust-carousel.typ2 .owl-carousel .owl-nav {
  margin-top: -100px;
}

.passage-sec li:nth-child(odd) figure,
.passage-sec li:nth-child(even) figure {
  width: 360px;
}

.passage-sec li figure:before {
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  width: auto;
  height: auto;
}

.passage-sec li:nth-child(odd) .txtContent {
  width: 350px;
  left: inherit;
}

.passage-sec li .txtContent h2 {
  font-size: 45px;
  font-weight: 400;
  text-shadow: 2px 2px 2px #000;
  position: absolute;
  display: inline-block;
  width: 420px;
  transform: rotate(-90deg) !important;
  bottom: 168px;
  left: 160px;
  text-transform: uppercase;
  text-align: left;
}

.passage-sec li:nth-child(odd) .txtContent p {
  padding: 10px;
  margin: 0;
}

.passage-sec li .txtContent {
  width: 350px;
}

.passage-sec li:nth-child(even) .txtContent p {
  padding: 10px;
  margin: 0;
}

.passage-sec li:nth-child(even) figure .map-icon {
  right: 0;
}

.passage-sec li .txtContent .text-link {
  padding-left: 10px;
}

.passage-sec li:nth-child(even) .txtContent .text-link {
  margin-left: 0px;
}

.tooltip-info {
  left: 0;
}

.tooltip-info:after {
  left: 30px;
}

.passage-sec li:nth-child(odd) .txtContent .tooltip-info {
  left: 0;
}

.tooltip-info:after {
  display: none;
}

html,
body {
  margin: 0;
}

.graybg .bigTxt.sm-txt {
  text-transform: capitalize;
}

.cust-carousel.typ2 .owl-dots {
  display: none;
}

.cust-carousel.typ2 .owl-carousel .owl-stage-outer {
  padding: 2rem 0 0;
}

.tooltip-info .fa-close {
  display: none;
}

/*7-2-25*/
.homeslider {
  position: relative;
}

.homeslider figure {
  height: 100vh;
}

.homeslider figure > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.why-antarctica h1.bigheading {
  display: none;
}

.why-antarctica .container:before {
  display: none;
}

.why-antarctica .content h3 {
  margin-top: 0;
}

.why-antarctica figure figcaption {
  top: 160px;
}

.why-antarctica .content {
  top: 50px;
}

#choose_antarctica_trip,
#rethinking_travel {
  display: none;
}

.why-antarctica .content h3 {
  padding-left: 0;
}

.why-antarctica figure figcaption {
  left: 654px;
}

.why-antarctica figure img {
  height: 550px;
  width: 550px;
}

.homeslider .inner-container {
  position: absolute;
  bottom: 50px;
  left: 20px;
  width: 100%;
}

.downArrow {
  height: 46px;
  top: -20px;
  display: none;
}

.why-antarctica .content h2 {
  font-size: 30px;
}

.why-antarctica .content h3 {
  font-size: 27px;
}

.why-antarctica figure figcaption h3 {
  font-size: 25px;
  margin: 0;
}

.why-antarctica figure figcaption p {
  font-size: 20px;
  line-height: normal;
}

.seasons-antarctica .wrapper-season {
  margin-top: 50px;
}

.seasons-antarctica .nav-tabs .nav-link {
  width: 100px;
  height: 100px;
  font-size: 22px;
}

.seasons-antarctica .nav-tabs .nav-link.active:before {
  width: 122px;
  height: 122px;
}

.seasons-antarctica .nav-tabs .nav-item span.arrow {
  position: absolute;
  left: 33%;
  bottom: -46px;
}

.seasons-antarctica .nav-tabs .nav-item h2 {
  font-size: 25px;
}

.seasons-antarctica ul.tab-list li .list-wrapper {
  padding: 5px 28px;
  font-size: 20px;
}

.seasons-antarctica ul.tab-list li .list-wrapper.white img {
  height: 50px;
}

.seasons-antarctica {
  min-height: 600px;
}

.passage-sec li:nth-child(odd) figure > img {
  width: 360px;
  height: 440px;
}

.homeslider .owl-carousel {
  height: 100vh;
}

.homeslider .owl-carousel .owl-nav {
  position: absolute;
  bottom: 0;
}

.cross-bg {
  padding: 2rem 0;
}

.passage-sec {
  margin-top: 2rem;
}

.travel_with_us {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 2rem;
  gap: 20px;
}

.cust-carousel .owl-carousel .owl-stage-outer .cards-sec {
  height: 180px;
}

.lighGreenBg .bgImg {
  height: 102%;
}

.navbar-toggler {
  top: 100px;
}

#owl-center .owl-item.center .item img {
  opacity: 1;
  transform: scale(1.6);
}

#owl-center .owl-item .item img {
  transform: scale(0.5);
}

.travel_with_us .travel_dtls {
  width: 28%;
  margin-bottom: 1rem;
  border: 1px solid #ddd;
  padding: 1rem;
}

.travel_with_us .travel_dtls .icons {
  width: auto;
  height: 80px;
}

.travel_with_us .travel_dtls .icons > img {
  width: auto;
  height: 80px;
}

.centerContainer {
  width: 1024px;
  max-width: 1024px;
}

.travel_with_us .travel_dtls h2 {
  font-size: 18px;
  margin-bottom: 10px;
}

.centerContainer p {
  padding: 0;
  font-size: 15px;
  line-height: normal;
}

.inner-container h1 {
  z-index: 99;
  font-weight: 700;
  color: #5ab24b;
  font-size: 3em;
  text-shadow: 2px 2px #26641c;
}

.down-arrow {
  -webkit-animation: jumpInfinite 1.5s infinite;
  animation: jumpInfinite 1.5s infinite;
}

.accordion .accordion-item .accordion-header .accordion-button {
  height: 16px;
  font-size: 20px;
}

.graybg .cust-row {
  margin-top: 2rem;
}

.lightGray .subscription-sec {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.center .owl-nav {
  width: 80px;
  margin: 60px auto;
}

.btn-primary-lg {
  background: #F5892A;
  height: 40px;
  border-radius: 0;
  border: 0;
  color: #2E272A;
  z-index: 9;
  position: relative;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0px 24px;
  font-size: 14px;
  line-height: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 200px;
  font-family: "Roboto", sans-serif;
  margin: 1rem 0;
}

.profile-sec figure figcaption.rightTxt h2,
.profile-sec figure figcaption.leftTxt h2 {
  font-size: 30px;
}

.cust-carousel.typ2 .owl-carousel {
  max-width: 90%;
}

.profile-sec figure {
  width: 90%;
}

.lighGreenBg span.icon {
  margin-right: 10px;
}


.homeslider .owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 40px;
  z-index: 9;
  transform: translateY(-50%);
}

.homeslider .owl-carousel .owl-nav .owl-prev {
  width: 40px;
  height: 40px;
  background-color: #ccc;
  left: 0px;
  position: absolute;
  font-size: 30px;
}

.homeslider .owl-carousel .owl-nav .owl-next {
  width: 40px;
  height: 40px;
  background-color: #ccc;
  right: 0px;
  position: absolute;
  font-size: 30px;
}

.homeslider .owl-carousel .owl-stage-outer {
  padding: 0rem 0 0;
}

.homeslider .owl-carousel .owl-nav button span {
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  line-height: 40px;
}
.homeslider .inner-container h2 {
  color: #FFF;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px;
  text-shadow: 2px 2px #000000;
}
.seasons-antarctica .nav-tabs .nav-link:after {width: 46px;right: -48px;}
.seasons-antarctica .nav-tabs .nav-link.active:after {
    right: -48px;
    width: 37px;
}

.seasons-antarctica ul.tab-list li.typ3 .list-wrapper {display: flex;justify-content: center;}

.profile-sec figure {display: flex;gap: 30px;}
.profile-sec figure > img {width: 450px !important; height: auto;}
.cust-carousel.typ2 .owl-carousel .owl-nav {
  margin-top: 0;
}
.cust-carousel .owl-carousel .owl-stage-outer .cards-sec {
  padding: 6rem 1.9rem 2rem;}
  .cust-carousel .owl-carousel .owl-stage-outer .cards-sec figure.icon-img {
    width: 110px;
    height: 110px;
    border-radius: 100%;
    background: none;
    position: absolute;
    top: 0;
}
.center .owl-nav {
  width: 80px;
  margin: 30px auto;
}
#owl-center.owl-carousel .owl-dots {display: none;}
/*# sourceMappingURL=style.css.map */