@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Mulish:wght@200;300;400;500;600;700;800;900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Paytone+One&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;600;700;800;900&amp;display=swap");

/*================================================
1. Default CSS
=================================================*/

@font-face {
  font-family: 'Circular Std black';
  src: url("../fonts/circularStd/CircularStd-Black.eot");
  src: url(../fonts/circularStd/CircularStd-Black.ttf) format("truetype"), url(../fonts/circularStd/CircularStd-Black.woff) format("woff"), url(../fonts/circularStd/CircularStd-Black.woff2) format("woff2");
}

@font-face {
  font-family: 'Circular Std regular';
  src: url("../fonts/circularStd/CircularStd-Book.eot");
  src: url(../fonts/circularStd/CircularStd-Book.ttf) format("truetype"), url(../fonts/circularStd/CircularStd-Book.woff) format("woff"), url(../fonts/circularStd/CircularStd-Book.woff2) format("woff2");
}

@font-face {
  font-family: 'Circular Std bold';
  src: url("../fonts/circularStd/CircularStd-Bold.eot");
  src: url(../fonts/circularStd/CircularStd-Bold.ttf) format("truetype"), url(../fonts/circularStd/CircularStd-Bold.woff) format("woff"), url(../fonts/circularStd/CircularStd-Bold.woff2) format("woff2");
}

@font-face {
  font-family: 'Circular Std medium';
  src: url("../fonts/circularStd/CircularStd-Medium.eot");
  src: url(../fonts/circularStd/CircularStd-Medium.ttf) format("truetype"), url(../fonts/circularStd/CircularStd-Medium.woff) format("woff"), url(../fonts/circularStd/CircularStd-Medium.woff2) format("woff2");
}

:root {
  --color-primary: #FFFEE0;
  --color-primary_hover: #EF4142;
  --color-secondary: #A3212E;
  --color-secondary_hover: #8B1C27;
}

/* Circular Std Font Variables */
/* Circular Std Font End */
a {
  color: unset;
  text-decoration: none;
}

a:focus {
  outline: 0 solid;
}

a:hover {
  text-decoration: none;
  color: unset;
}

img {
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
  font-family: "Poppins", sans-serif;
  color: #183B56;
}

html,
body {
  font-weight: 400;
  line-height: 1.6;
  color: #6e6e6e;
  background-color: #ffffff;
  font-family: "Inter", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

p {
  margin-bottom: 0;
}

input:focus,
textarea:focus,
button:focus {
  outline: none;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

i.bx {
  vertical-align: middle;
}

/* Remove Chrome Input Field's Unwanted Yellow Background Color */
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

.mt-100 {
  margin-top: 100px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-24 {
  margin-top: 24px;
}

.mt-26 {
  margin-top: 26px;
}

.mb-76 {
  margin-bottom: 76px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-76 {
  padding-bottom: 76px;
}

.pb-100 {
  padding-bottom: 100px;
}

.shape {
  position: absolute;
  z-index: -1;
}

.positioning {
  position: relative;
  z-index: 2;
}

.common-btn {
  border-radius: 10px;
  display: inline-block;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  color: #FFFFFF;
  padding: 20px 44px;
  -webkit-transition: .5s;
  transition: .5s;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.common-btn:hover {
  color: #fff;
}

.common-btn:hover::before {
  width: 100%;
}

.common-btn::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0 auto;
  width: 0;
  height: 100%;
  -webkit-transition: .5s;
  transition: .5s;
  z-index: -1;
}

.common-btn.btn-style-1 {
  background: var(--color-secondary);
}

.common-btn.btn-style-1::before {
  background: #7BC678;
}

.common-btn.btn-style-2 {
  background: #7BC678;
}

.common-btn.btn-style-2::before {
  background: var(--color-secondary);
}

.common-btn.btn-hrrd-2 {
  background: #FFE5A3;
  -webkit-backdrop-filter: blur(100px);
  backdrop-filter: blur(100px);
  border-radius: 4px;
  color: #333333;
}

.common-btn.btn-hrrd-2:hover {
  color: #fff;
}

.common-btn.btn-hrrd-2::before {
  background: var(--color-secondary);
}

.common-btn.btn-hrrd-1 {
  background: var(--color-secondary);
  border-radius: 25px;
  padding: 12px 30px;
}

.common-btn.btn-hrrd-1:hover {
  color: var(--color-secondary_hover);
}

.common-btn.btn-hrrd-1::before {
  #ffffff;
}

.common-btn.btn-tripp-1 {
  background: -webkit-gradient(linear, left top, left bottom, from(var(--color-secondary)), to(#FE7B49));
  background: linear-gradient(180deg, var(--color-secondary) 0%, #FE7B49 100%);
  border-radius: 15px;
  font-weight: 700;
}

.common-btn.btn-tripp-1:hover {
  color: #fff;
}

.common-btn.btn-tripp-1::before {
  background: #221314;
}

.title-mark {
  position: relative;
  display: inline-block;
  z-index: 1;
}

.title-mark::before {
  width: 100%;
  height: 51.29px;
  background: rgba(255, 131, 69, 0.7);
  content: "";
  position: absolute;
  bottom: 10px;
  z-index: -1;
  -webkit-animation: up-dn-mark-1 1s alternate infinite;
  animation: up-dn-mark-1 1s alternate infinite;
}

.title-mark.title-mark-section::before {
  width: 100%;
  height: 20px;
  background: rgba(255, 131, 69, 0.7);
  content: "";
  position: absolute;
  bottom: 5px;
  z-index: -1;
  -webkit-animation: up-dn-mark-1 1s alternate infinite;
  animation: up-dn-mark-1 1s alternate infinite;
}

.ch-section-title h1 {
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 50px;
  color: #183B56;
}

.hrdd-section-title.hrrd-subscribe-title h1 {
  color: #fff;
}

.hrdd-section-title.hrrd-subscribe-title h1 span::before {
  border: .5px solid #fff;
  background: #94BCF9;
}

.hrdd-section-title h1 {
  font-family: "Circular Std black";
  font-style: normal;
  font-size: 48px;
  line-height: 58px;
  color: #3B3B3B;
  display: inline-block;
}

.hrdd-section-title h1 span {
  display: inline-block;
  z-index: 1;
  position: relative;
}

.hrdd-section-title h1 span::before {
  position: absolute;
  left: 0;
  height: 50px;
  width: 76%;
  border: 0.5px solid var(--color-secondary);
  background: #FFE3D9;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  z-index: -1;
}

@-webkit-keyframes up-dn-mark-1 {
  0% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes up-dn-mark-1 {
  0% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

.trip-section-title h1,
.trip-section-title h2,
.trip-section-title h3 {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 68px;
  color: #221314;
}




.container-text {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 170px;
  line-height: 1;
  color: rgba(34, 19, 20, 0.1);
  position: absolute;
  z-index: 0;
}

/*added utilities*/
.mt-60 {
  margin-top: 60px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-45 {
  margin-top: 45px;
}

/*added reuseable components*/
.vactor-shape {
  z-index: -1;
}

.tri-btn-fill {
  background: var(--color-secondary);
  border-radius: 25px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  color: #FFFFFF;
  gap: 12px;
  border: none;
  padding: 12px 30px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.tri-btn-fill i {
  -webkit-transition: all .35s;
  transition: all .35s;
}

.tri-btn-fill i::before {
  vertical-align: middle;
}

.tri-btn-fill.tri-submit-btn:hover {
  -webkit-transform: translate3d(3px, 0, 0);
  transform: translate3d(3px, 0, 0);
}

.tri-btn-fill:hover {
  box-shadow: 0 1rem 2.5rem rgba(22, 28, 45, 0.1), 0 0.5rem 1rem -0.75rem rgba(22, 28, 45, 0.1) !important;
  transform: translate3d(0, -3px, 0);
  color: #fff;
  background: var(--color-secondary_hover);
}

.tri-btn-fill:hover i {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}

.ag-btn-fill {
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #FFFFFF;
  font-family: "Circular Std bold";
  background: #404C99;
  border-radius: 15px;
  display: inline-block;
  padding: 25px 44px;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}

.ag-btn-fill:hover {
  -webkit-box-shadow: 0 1rem 2.5rem rgba(22, 28, 45, 0.1), 0 0.5rem 1rem -0.75rem rgba(22, 28, 45, 0.1) !important;
  box-shadow: 0 1rem 2.5rem rgba(22, 28, 45, 0.1), 0 0.5rem 1rem -0.75rem rgba(22, 28, 45, 0.1) !important;
  -webkit-transform: translate3d(0, -3px, 0);
  transform: translate3d(0, -3px, 0);
  color: #fff;
  background: #323b77;
}

.edu-btn-fill {
  font-family: "Rubik", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  display: inline-block;
  background: #ffa600;
  -webkit-box-shadow: 5px 10px 30px rgba(255, 165, 2, 0.3);
  box-shadow: 5px 10px 30px rgba(255, 165, 2, 0.3);
  border-radius: 15px;
  padding: 22px 36px;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}

.edu-btn-fill:hover {
  -webkit-box-shadow: 5px 10px 30px rgba(255, 165, 2, 0.3);
  box-shadow: 5px 10px 30px rgba(255, 165, 2, 0.3);
  color: #fff;
  -webkit-transform: translate3d(0, -3px, 0);
  transform: translate3d(0, -3px, 0);
  background: #e69500;
}

.ag-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}

.ag-rating i {
  color: #FF8423;
}

.ag-section-title {
  font-family: "Circular Std black";
  font-weight: 900;
  font-size: 50px;
  line-height: 60px;
  text-align: center;
  color: #183B56;
}

.edu-section-title {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 58px;
  text-align: center;
  color: #111116;
}

.breadcrumb-area {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFEDE7), to(#FFFFFF));
  background: linear-gradient(180deg, #FFEDE7 0%, #FFFFFF 100%);
  padding-top: 214px;
  padding-bottom: 100px;
}

.breadcrumb-area .breadcrumb-text h1 {
  font-family: "Circular Std black";
  font-style: normal;
  font-size: 72px;
  color: #3B3B3B;
}

.breadcrumb-area .breadcrumb-text p {
  color: var(--color-secondary);
  font-weight: 500;
  font-size: 18px;
  margin-top: 20px;
  line-height: 1;
}

.breadcrumb-area .breadcrumb-text p a {
  color: #3B3B3B;
}

/*================================================
2. Header Menu CSS
=================================================*/
.logo,
.main-nav,
.menu-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.logo img {
  width: 200px;
  height: auto;
}

.header-menu-area {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  background: transparent;
}

.main-nav {
  float: right;
}

.menu-btn-wrap {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}

.hamburger {
  position: relative;
  width: 40px;
  height: 30px;
  cursor: pointer;
  border: 5px solid transparent;
  margin-top: 10px;
  display: none;
  z-index: 1;
}

.hamburger span {
  width: 100%;
  height: 2px;
  background: var(--color-secondary);
  display: block;
  position: absolute;
  right: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.hamburger span.h-top {
  top: 0;
}

.hamburger span.h-bottom {
  bottom: 0;
  width: 27px;
}

.hamburger span.h-middle {
  top: 50%;
  margin-top: -1px;
  width: 25px;
}

.hamburger.h-active span {
  width: 100%;
}

.hamburger.h-active span.h-top {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  margin-top: -1px;
}

.hamburger.h-active span.h-middle {
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px);
  opacity: 0;
}

.hamburger.h-active span.h-bottom {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  bottom: 50%;
  margin-bottom: -1px;
}

.main-nav>ul>li {
  display: inline-block;
  position: relative;
  padding: 35px 12px;
}

.sticky .custom-header {
  padding: 10px 0;
}

.main-nav>ul>li.has-child-menu:after {
  position: absolute;
  right: 2px;
  top: 45px;
  font-family: "boxicons";
  content: "";
  font-size: 20px;
  color: #183b56a3;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.main-nav>ul>li:hover.has-child-menu:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.main-nav>ul>li>a {
  display: block;
  text-decoration: none;
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #183B56;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.main-nav>ul>li:hover>a {
  color: var(--color-secondary);
}

.main-nav>ul>li:hover>a:after {
  opacity: 1;
}

.main-nav ul li .sub-menu {
  position: absolute;
  left: 0;
  top: 90px;
  right: 0;
  min-width: 200px;
  list-style: none;
  margin: 0;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #f5f5f5;
  -webkit-box-shadow: 7px 10px 40px rgba(13, 52, 79, 0.1);
  box-shadow: 7px 10px 40px rgba(13, 52, 79, 0.1);
}

.main-nav ul li .sub-menu li .sub-menu {
  right: -200px;
  left: inherit;
  top: 0;
}

.main-nav ul li .sub-menu>li {
  display: block;
  margin: 0;
  position: relative;
}

.main-nav ul li .sub-menu>li a {
  display: block;
  padding: 15px 18px;
  line-height: 1;
  font-size: 15px;
  font-weight: 500;
  border-bottom: 1px solid #ddd;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.main-nav ul li .sub-menu>li a:last-child {
  border: none;
}

.main-nav ul li .sub-menu>li a:hover {
  color: var(--color-secondary);
}

.main-nav .fl {
  width: 30px;
  font-size: 20px;
  line-height: 35px;
  text-align: center;
  color: #fff;
  font-style: normal;
  position: absolute;
  right: -5px;
  top: 0;
  z-index: 999;
  display: none;
  cursor: pointer;
}

.main-nav .fl:before {
  font-size: 14px;
  text-align: center;
  line-height: 35px;
}

.main-nav>ul>li+li>.sub-menu {
  left: 15px;
}

.main-nav>ul>li:hover>.sub-menu,
.main-nav ul li .sub-menu li:hover>.sub-menu,
.main-nav ul li .sub-menu li .sub-menu li:hover>.sub-menu {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}

.slideInUp {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

.is-active .slideInUp {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slideInUp2 {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.menu-btn-wrap .menu-reg {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  color: #183B56;
  margin-right: 54px;
}

.sticky {
  position: fixed;
  top: 0;
  background: #ffffff;
  z-index: 99;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  padding-top: unset;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}

/*================================================
3. Hero area CSS
=================================================*/
.hero-area {
  position: relative;
  padding-top: 161px;
  background: #F9FCFB;
}

.hero-content h1 {
  font-style: normal;
  font-weight: 800;
  font-size: 80px;
  line-height: 100px;
  position: relative;
  z-index: 1;
}

.hero-content .hero-search-form {
  position: relative;
  background: #FFFFFF;
  -webkit-box-shadow: 10px 20px 40px rgba(195, 199, 197, 0.1);
  box-shadow: 10px 20px 40px rgba(195, 199, 197, 0.1);
  border-radius: 10px;
  max-width: 600px;
  height: 88px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 40px;
  margin-top: 32px;
  margin-bottom: 29px;
}

.hero-content .hero-search-form button {
  position: absolute;
  border: none;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.hero-content .hero-search-form .search-box input {
  border: none;
  position: relative;
}

.hero-content .hero-search-form .search-box input::-webkit-input-placeholder {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  color: #6e6e6e;
  opacity: 0.5;
}

.hero-content .hero-search-form .search-box input:-ms-input-placeholder {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  color: #6e6e6e;
  opacity: 0.5;
}

.hero-content .hero-search-form .search-box input::-ms-input-placeholder {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  color: #6e6e6e;
  opacity: 0.5;
}

.hero-content .hero-search-form .search-box input::placeholder {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  color: #6e6e6e;
  opacity: 0.5;
}

.hero-content .recent-search ul li {
  display: inline-block;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: var(--color-secondary);
}

.hero-content .recent-search ul li:first-child {
  margin-right: 20px;
}

.hero-content .recent-search ul li a {
  display: block;
  background: rgba(0, 0, 0, 0.06);
  border-radius: 2px;
  font-size: 14px;
  color: rgba(63, 71, 92, 0.6);
  padding: 2px 6px;
  margin-right: 2px;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

.hero-content .recent-search ul li a:hover {
  background: var(--color-secondary);
  color: #fff;
}

.hero-img {
  position: relative;
}

.hero-img .cart-box {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  padding: 30px;
  display: inline-block;
  position: absolute;
  bottom: 71px;
  -webkit-transform: translateY(41px);
  transform: translateY(41px);
  right: 0;
  -webkit-animation: up-dn 2.5s alternate linear infinite;
  animation: up-dn 2.5s alternate linear infinite;
}

.hero-img .cart-box p {
  line-height: 1;
}

.hero-img .cart-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 16px;
}

.hero-img .cart-box ul li {
  display: inline-block;
  margin: -8px;
}

.hero-img .cart-box ul li i {
  width: 57px;
  height: 57px;
  background: #FFE7DB;
  border: 0.5px solid #FFFFFF;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #3F475C;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
}

@-webkit-keyframes up-dn {
  0% {
    -webkit-transform: translateY(41px);
    transform: translateY(41px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes up-dn {
  0% {
    -webkit-transform: translateY(41px);
    transform: translateY(41px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

/*================================================
4. Client Logo Area CSS
=================================================*/
.client-logo-box {
  margin-bottom: 24px;
}

/*================================================
5. Job Categories Area CSS
=================================================*/
.job-category-box {
  background: #FFFFFF;
  border: 1px solid #EDEDED;
  border-radius: 8px;
  padding: 30px;
  min-height: 268px;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
  margin-bottom: 24px;
}

.job-category-box:hover {
  background: #F8F9FA;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.job-category-box:hover .job-category-icon i {
  background: var(--color-secondary);
  -webkit-box-shadow: 0px 12px 16px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 12px 16px rgba(0, 0, 0, 0.08);
  color: #fff;
}

.job-category-box .job-category-icon i {
  font-size: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background: rgba(255, 131, 69, 0.1);
  border-radius: 50%;
  -webkit-transition: .5s;
  transition: .5s;
  color: var(--color-secondary);
}

.job-category-box .job-category-content h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0.2px;
  margin-top: 67px;
  margin-bottom: 14px;
}

.job-category-box .job-category-content ul li {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
}

.job-category-box .job-category-content ul li i {
  float: right;
  color: #183B56;
  font-size: 19px;
}

.job-category-box.job-category-explore {
  background: url(../images/job-category-shape.png), -webkit-gradient(linear, left top, left bottom, color-stop(100%, var(--color-secondary)), to(var(--color-secondary)));
  background: url(../images/job-category-shape.png), linear-gradient(var(--color-secondary) 100%, var(--color-secondary) 100%);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 53.5px;
}

.job-category-box.job-category-explore h2 {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0.2px;
  color: #FFFFFF;
}

.job-category-box.job-category-explore h2 i {
  margin-left: 39px;
}

/*================================================
6. Platform Area CSS
=================================================*/
.platform-area {
  background: #FCFCFC;
}

.platform-work-wrap .platform-work-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  background: #FFFFFF;
  border: 1px solid #EDEDED;
  border-radius: 8px;
  margin-bottom: 16px;
  -webkit-transition: .2s;
  transition: .2s;
}

.platform-work-wrap .platform-work-box:hover {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

.platform-work-wrap .platform-work-box:first-child {
  border: none;
  -webkit-box-shadow: 0px 30px 80px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 30px 80px rgba(0, 0, 0, 0.07);
}

.platform-work-wrap .platform-work-box:last-child {
  margin-bottom: 0;
}

.platform-work-wrap .platform-work-box .platform-icon i {
  width: 56px;
  height: 56px;
  background: #FFFFFF;
  -webkit-box-shadow: 2px 10px 25px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 10px 25px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--color-secondary);
  font-size: 17px;
}

.platform-work-wrap .platform-work-box .platform-content {
  padding-left: 16px;
}

.platform-work-wrap .platform-work-box .platform-content h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0.2px;
}

.platform-work-wrap .platform-work-box .platform-content p {
  line-height: 26px;
  margin-top: 8px;
  padding-right: 156px;
}

/*================================================
7. Popular Jobs area CSS
=================================================*/
.single-popular-job-item {
  background: #FFFFFF;
  border: 1px solid #EDEDED;
  border-radius: 16.8383px;
  padding: 40px;
}

.single-popular-job-item:hover .popular-job-content h3 a {
  color: var(--color-secondary);
}

.single-popular-job-item .program-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.single-popular-job-item .program-time span {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  color: #E95432;
  background: rgba(233, 84, 50, 0.1);
  border-radius: 5px;
  display: inline-block;
  padding: 4px 10px;
}

.single-popular-job-item .popular-job-content h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 36px;
  margin-top: 25px;
  margin-bottom: 24px;
}

.single-popular-job-item .popular-job-content h3 a {
  -webkit-transition: all .4s;
  transition: all .4s;
}

.single-popular-job-item .popular-job-content ul li {
  display: inline-block;
  margin-right: 63px;
}

.single-popular-job-item .popular-job-content ul li:last-child {
  margin-right: 0;
}

.single-popular-job-item .popular-job-content ul li i {
  margin-right: 7px;
}

.single-popular-job-item .popular-job-apply {
  margin-top: 52px;
}

.single-popular-job-item .popular-job-apply ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.single-popular-job-item .popular-job-apply ul li {
  display: inline-block;
  line-height: 1;
  font-style: normal;
  font-weight: bold;
  color: #183B56;
}

.single-popular-job-item .popular-job-apply ul li img {
  margin-right: 10px;
  margin-top: -5px;
}

.single-popular-job-item .popular-job-apply ul li a {
  color: #7BC678;
}

.single-popular-job-item .popular-job-apply ul li i {
  color: #fff;
  background: #7BC678;
  display: inline;
  border-radius: 4px;
  padding: 3px 5px;
  font-size: 15px;
  margin-left: 6px;
}

.popular-job-slide .owl-item img {
  display: unset;
  width: unset;
}

.popular-job-slide .owl-dots {
  text-align: center;
  margin-top: 42px;
}

.popular-job-slide .owl-dots button {
  border: none;
  width: 20px;
  height: 20px;
  background: #E0E0E0;
  border-radius: 50%;
  margin-right: 16px;
}

.popular-job-slide .owl-dots button:last-child {
  margin-right: 0;
}

.popular-job-slide .owl-dots button.active {
  background: #FDFDFD;
  border: 0.5px solid var(--color-secondary);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.popular-job-slide .owl-dots button.active::before {
  width: 7.12px;
  height: 7.12px;
  background: var(--color-secondary);
  position: absolute;
  content: "";
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.popular-jobs-area {
  z-index: 1;
  position: relative;
}

.popular-jobs-area .popular-jobs-shape {
  z-index: -1;
  left: 0;
}

/*================================================
8. Testimonial area CSS
=================================================*/
.testimonial-content-slide-box h2 {
  font-style: normal;
  font-weight: bold;
  font-size: 29px;
  line-height: 60px;
  letter-spacing: 0.2px;
}

.testimonial-content-slide-box p {
  font-size: 18px;
  color: #183B56;
  margin-top: 23px;
}

.testimonial-img-slide-box {
  position: relative;
}

.testimonial-img-slide-box.slick-active img {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.testimonial-img-slide-box img {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all .7s ease-in;
  transition: all .7s ease-in;
}

.testimonial-img-slide-box i {
  font-size: 100px;
  position: absolute;
  color: #183B56;
  left: 23%;
  bottom: 38px;
}

.testimonial-content-slide-wrap .tst {
  position: absolute;
  color: #183B56;
  border-radius: 50%;
  cursor: pointer;
  font-size: 35px;
  bottom: -89px;
  left: 0;
  z-index: 3;
  -webkit-transition: .3s;
  transition: .3s;
}

.testimonial-content-slide-wrap .tst:hover {
  color: #6e6e6e;
}

.testimonial-content-slide-wrap .tst.tst-2 {
  margin-left: 62px;
}

/*================================================
9. Around World area CSS
=================================================*/
.around-world-content p {
  margin: 31px 0 54px 0;
}

.around-world-area {
  position: relative;
  z-index: 1;
}

.around-world-area .around-world-shape {
  z-index: -1;
  bottom: 55%;
}

/*================================================
10. Subscribe area CSS
=================================================*/
.subscribe-area {
  position: relative;
  z-index: 1;
}

.subscribe-area .h1-subscribe-dot {
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-animation: up-dn 2s alternate linear infinite;
  animation: up-dn 2s alternate linear infinite;
}

.subscribe-wrap {
  background: #F3F6FB;
  border-radius: 16.8383px;
  padding: 110px 200px;
}

.subscribe-title {
  padding-right: 56px;
}

.subscribe-title h1 {
  line-height: 60px;
}

.subscribe-title .title-mark.title-mark-section::before {
  width: 100%;
  height: 20px;
  background: rgba(255, 131, 69, 0.7);
  content: "";
  position: absolute;
  bottom: 14px;
  z-index: -1;
}

/*================================================
11. Footer area CSS
=================================================*/
.footer-area {
  position: relative;
  z-index: 1;
}

.footer-area .h1-footer-dot {
  right: 0;
  bottom: 0;
  z-index: -1;
}

.single-widget .footer-logo p {
  margin: 13px 0 46px;
}

.single-widget .footer-social ul li {
  display: inline-block;
  margin-right: 4px;
}

.single-widget .footer-social ul li:last-child {
  margin-right: 0;
}

.single-widget .footer-social ul li i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  background: rgba(24, 59, 86, 0.1);
  border-radius: 50%;
  font-size: 16px;
  color: rgba(24, 59, 86, 0.6);
  -webkit-transition: .4s;
  transition: .4s;
}

.single-widget .footer-social ul li i:hover {
  background: rgba(24, 59, 86, 0.3);
  color: rgba(24, 59, 86, 0.9);
}

.single-widget .footer-title h3 {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  color: #183B56;
  margin-top: 31px;
  margin-bottom: 26px;
}

.single-widget .footer-link ul li,
.single-widget .contact-info ul li {
  margin-bottom: 18px;
}

.single-widget .footer-link ul li a,
.single-widget .contact-info ul li a {
  -webkit-transition: .3s;
  transition: .3s;
}

.single-widget .footer-link ul li a:hover,
.single-widget .contact-info ul li a:hover {
  color: var(--color-secondary);
}

.single-widget .footer-link ul li:last-child,
.single-widget .contact-info ul li:last-child {
  margin-bottom: 0;
}

.single-widget .contact-info ul li {
  color: #183B56;
}

.single-widget .contact-info ul li span {
  color: #6e6e6e;
}

.copy-right-area p {
  color: #183B56;
  margin-top: 22px;
}

/*================================================
12. Hrrd Menu area CSS
=================================================*/
.hrrd-menu .main-nav {
  float: left;
}

.hrrd-menu .main-nav>ul>li:hover>a {
  color: var(--color-secondary);
  border-bottom: 1px solid var(--color-secondary);
}

.hrrd-menu .main-nav>ul>li>a {
  color: #3B3B3B;
  line-height: 1;
}

.hrrd-menu .main-nav>ul>li>a.active {
  color: var(--color-secondary);
  border-bottom: 1px solid var(--color-secondary);
}

.hrrd-menu .main-nav>ul>li.has-child-menu:after {
  top: 39px;
}

.hrrd-menu .menu-btn-wrap a {
  margin-right: 16px;
}

.hrrd-menu .menu-btn-wrap a:last-child {
  margin-right: 0;
}

/*================================================
13. Hrrd Hero area CSS
=================================================*/
.hrrd-hero-content h1 {
  font-family: "Circular Std black";
  font-size: 70px;
  line-height: 80px;
  color: #3B3B3B;
}

.hrrd-hero-content .hrrd-hero-client-logo ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.hrrd-hero-content .hrrd-hero-client-logo ul li {
  display: inline-block;
}

.hrrd-hero-content .hrrd-hero-client-logo ul li:hover img {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}

.hrrd-hero-content .hrrd-hero-client-logo ul li img {
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.hrrd-hero-content .hrrd-hero-btn-wrap {
  margin: 44px 0 93px;
}

.hrrd-hero-img-wrap {
  position: relative;
  margin-right: -70px;
}

.hrrd-hero-img-wrap .hrrd-hero-post {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 14.8745px 34.9551px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 14.8745px 34.9551px rgba(0, 0, 0, 0.05);
  border-radius: 7.13976px;
  display: inline-block;
  padding: 25px 30px;
  position: absolute;
  left: -30px;
  top: -10px;
  -webkit-animation: up-dn-cart-time 2s alternate linear infinite;
  animation: up-dn-cart-time 2s alternate linear infinite;
}

.hrrd-hero-img-wrap .hrrd-hero-post h4 {
  font-family: "Circular Std medium";
  font-size: 17.8494px;
  letter-spacing: 0.178494px;
  color: #3B3B3B;
}

.hrrd-hero-img-wrap .hrrd-hero-post .hrrd-hero-post-shape {
  position: relative;
  text-align: center;
  margin: 24px 0px 24px;
}

.hrrd-hero-img-wrap .hrrd-hero-post .hrrd-hero-post-shape i {
  width: 42px;
  height: 42px;
  font-size: 16px;
  color: #183B56;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #FFFFFF;
  -webkit-box-shadow: 0px 14.8745px 34.9551px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 14.8745px 34.9551px rgba(0, 0, 0, 0.05);
  border-radius: 50%;
}

.hrrd-hero-img-wrap .hrrd-hero-post ul {
  line-height: 1;
}

.hrrd-hero-img-wrap .hrrd-hero-post ul li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-right: 15px;
  line-height: 1;
}

.hrrd-hero-img-wrap .hrrd-hero-post ul li:last-child {
  margin-right: 0;
}

.hrrd-hero-img-wrap .hrrd-hero-post ul li:last-child span {
  background: #1565D8;
}

.hrrd-hero-img-wrap .hrrd-hero-post ul li span {
  line-height: 0;
  font-size: 0;
  display: inline-block;
  background: #00B8D9;
  height: 5.35px;
  width: 5.35px;
  border-radius: 50%;
  margin-right: 7px;
}

.like-cart.hero-like-cart {
  padding: 24px;
  border-radius: 8.2142px;
  -webkit-animation: up-dn-cart-like 2s alternate linear infinite;
  animation: up-dn-cart-like 2s alternate linear infinite;
  top: 90px;
  right: 0px;
  bottom: unset;
  left: auto;
}

.like-cart.hero-like-cart .like-cart-box .like-cart-icon i {
  height: 49px;
  width: 49px;
  font-size: 14px;
}

.like-cart.hero-like-cart .like-cart-box .like-cart-content {
  padding-left: 15px;
}

.like-cart.hero-like-cart .like-cart-box .like-cart-content h4 {
  font-size: 17.2326px;
}

.like-cart.hero-like-cart .like-cart-box .like-cart-content h6 {
  font-size: 12.9244px;
  margin-top: 6px;
}

.hrrd-hero {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFEDE7), to(#FFFFFF));
  background: linear-gradient(180deg, #FFEDE7 0%, #FFFFFF 100%);
  padding: 220px 0 134px;
}

.hrrd-hero-shape {
  right: 0;
  bottom: 0;
}

.hrrd-hero-shape-top {
  top: 0;
  left: 0;
}

/*================================================
14. Hrdd Featured area CSS
=================================================*/
.featured-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #FFFFFF;
  -webkit-box-shadow: 5px 30px 56.1276px rgba(55, 55, 55, 0.1098);
  box-shadow: 5px 30px 56.1276px rgba(55, 55, 55, 0.1098);
  border-radius: 20px;
  padding: 40px 30px;
  margin-bottom: 24px;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.featured-box:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}

.featured-box:hover .featured-content h2 {
  color: #1a1a1a;
}

.featured-box .featured-content {
  padding-left: 23px;
}

.featured-box .featured-content h2 {
  font-family: "Circular Std black";
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  color: #3B3B3B;
  margin-bottom: 13px;
  -webkit-transition: color .25s ease-in-out;
  transition: color .25s ease-in-out;
}

.featured-area .featured-shape {
  top: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@-webkit-keyframes zm {
  0% {
    -webkit-transform: scale(0.95) translateX(-50%);
    transform: scale(0.95) translateX(-50%);
  }

  100% {
    -webkit-transform: scale(1) translateX(-50%);
    transform: scale(1) translateX(-50%);
  }
}

@keyframes zm {
  0% {
    -webkit-transform: scale(0.95) translateX(-50%);
    transform: scale(0.95) translateX(-50%);
  }

  100% {
    -webkit-transform: scale(1) translateX(-50%);
    transform: scale(1) translateX(-50%);
  }
}

/*================================================
15. Hrrd Everything area CSS
=================================================*/
.everything-info {
  margin: 34px 0 49px;
}

.everything-info ul li {
  height: 70px;
  background: #FFF3EF;
  border-radius: 4px;
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 28px 0 54px;
  color: #3B3B3B;
  font-weight: 500;
  font-size: 20px;
  position: relative;
  -webkit-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}

.everything-info ul li:hover {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}

.everything-info ul li::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background: var(--color-secondary);
  top: 50%;
  left: 31px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
}

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

.everything-info ul li i {
  color: #230B34;
}

.everything-img-wrap {
  position: relative;
}

.income-cart {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 29.7349px 68.2154px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 29.7349px 68.2154px rgba(0, 0, 0, 0.05);
  border-radius: 20.0099px;
  padding: 40px;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-animation: up-dn-cart-income 3s linear infinite;
  animation: up-dn-cart-income 3s linear infinite;
}

.income-cart p {
  font-family: "Circular Std regular";
  font-style: normal;
  font-size: 14px;
}

.income-cart .income-price-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 12px;
  margin-bottom: 19px;
}

.income-cart .income-price-wrap .income-main-price h2 {
  font-family: "Circular Std black";
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  color: #333333;
  margin-right: 35px;
}

.income-cart .income-price-wrap .income-percent span {
  font-family: "Circular Std regular";
  font-style: normal;
  font-size: 12px;
  color: #1ECAAB;
}

.income-cart .income-price-wrap .income-percent span i {
  font-size: 10px;
  margin-right: 5px;
}

.like-cart {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 26.6471px 61.1317px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 26.6471px 61.1317px rgba(0, 0, 0, 0.05);
  border-radius: 17.932px;
  display: inline-block;
  padding: 53px;
  position: absolute;
  bottom: 41%;
  left: 0;
  -webkit-animation: up-dn-cart-like 2s alternate linear infinite;
  animation: up-dn-cart-like 2s alternate linear infinite;
}

.like-cart .like-cart-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.like-cart .like-cart-box .like-cart-icon i {
  background: rgba(20, 102, 217, 0.1);
  mix-blend-mode: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #1565D8;
  font-size: 31px;
  border-radius: 50%;
  height: 107.59px;
  width: 107.59px;
}

.like-cart .like-cart-box .like-cart-content {
  padding-left: 33px;
}

.like-cart .like-cart-box .like-cart-content h4 {
  font-family: "Circular Std black";
  font-style: normal;
  font-weight: bold;
  font-size: 37.6195px;
  letter-spacing: 0.313496px;
  color: #333333;
}

.like-cart .like-cart-box .like-cart-content h6 {
  font-family: "Circular Std regular";
  font-style: normal;
  font-size: 28.2146px;
  color: #6e6e6e;
  margin-top: 19px;
}

.time-cart {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 21.1129px 50px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 21.1129px 50px rgba(0, 0, 0, 0.1);
  border-radius: 14.9032px;
  padding: 30px;
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-animation: up-dn-cart-time 2.5s alternate linear infinite;
  animation: up-dn-cart-time 2.5s alternate linear infinite;
}

.time-cart .time-cart-img-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.time-cart .time-cart-img-list img {
  margin-right: 15px;
}

.time-cart .time-cart-img-list img:last-child {
  margin-right: 0;
}

.time-cart .time-cart-content h2 {
  font-family: "Circular Std black";
  font-style: normal;
  font-size: 24.8387px;
  letter-spacing: 0.248387px;
  margin-top: 30px;
  margin-bottom: 10px;
}

.time-cart .time-cart-content p {
  font-family: "Circular Std regular";
  font-style: normal;
  font-size: 17.3871px;
  color: #6e6e6e;
  margin-bottom: 18px;
}

.time-cart .time-cart-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.time-cart .time-cart-btn-wrap .time-cart-btn {
  background: #6A99FF;
  border-radius: 9.93548px;
  font-family: "Circular Std medium";
  font-style: normal;
  font-size: 17.3871px;
  color: #FFFFFF;
  padding: 15px 24px;
}

.time-cart .time-cart-btn-wrap .time-cart-btn.time-cart-btn-2 {
  background: rgba(106, 153, 255, 0.1);
  color: #6A99FF;
  margin-left: 19px;
}

.everything-area .everything-left {
  top: 0;
  left: 0;
}

@-webkit-keyframes up-dn-cart-time {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes up-dn-cart-time {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes up-dn-cart-like {
  0% {
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
  }

  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@keyframes up-dn-cart-like {
  0% {
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
  }

  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@-webkit-keyframes up-dn-cart-income {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  40% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  60% {
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes up-dn-cart-income {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  40% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  60% {
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

/*================================================
16. Collaborate area CSS
=================================================*/
.collaborate-area .collaborate-right {
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.collaborate-info>p {
  margin-top: 27px;
  margin-bottom: 28px;
}

.collaborate-info .collaborate-info-list {
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}

.collaborate-info .collaborate-info-list:hover {
  -webkit-transform: translateX(3px);
  transform: translateX(3px);
}

.collaborate-info .collaborate-info-list:hover p i {
  color: #3B3B3B;
}

.collaborate-info .collaborate-info-list p {
  font-weight: 500;
  font-size: 18px;
  color: #3B3B3B;
  margin-bottom: 24px;
}

.collaborate-info .collaborate-info-list p i {
  color: var(--color-secondary);
  background: rgba(255, 115, 66, 0.2);
  mix-blend-mode: normal;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 3px;
  height: 16px;
  width: 16px;
  font-size: 13px;
  margin-right: 4px;
  -webkit-transition: .3s;
  transition: .3s;
}

.hrrd-collaborate-btn-wrap {
  margin-top: 28px;
}

.collaborate-img-wrap {
  position: relative;
}

.engagement-cart {
  position: absolute;
  left: 0;
  top: 136px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 17.9961px 41.2853px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 17.9961px 41.2853px rgba(0, 0, 0, 0.12);
  border-radius: 12.7032px;
  overflow: hidden;
  width: 212px;
  height: 171px;
  -webkit-animation: up-dn-cart-time 2s alternate linear infinite;
  animation: up-dn-cart-time 2s alternate linear infinite;
}

.testimonial-cart {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 17.9961px 41.2853px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 17.9961px 41.2853px rgba(0, 0, 0, 0.12);
  border-radius: 12.7032px;
  padding: 50px 40px 40px;
  display: inline-block;
  -webkit-animation: up-dn-cart-testimonial 2.5s alternate linear infinite;
  animation: up-dn-cart-testimonial 2.5s alternate linear infinite;
}

.testimonial-cart i {
  position: absolute;
  color: #ECECEC;
  font-size: 33px;
  right: 40px;
  top: 50px;
}

.testimonial-cart .testimonial-cart-people h3 {
  font-family: "Circular Std black";
  font-style: normal;
  font-size: 20px;
  letter-spacing: 0.211719px;
}

.testimonial-cart .testimonial-cart-people h6 {
  font-family: "Circular Std regular";
  font-style: normal;
  font-size: 12px;
  color: #6e6e6e;
  margin-top: 6px;
  margin-bottom: 24px;
}

@-webkit-keyframes up-dn-cart-testimonial {
  0% {
    -webkit-transform: translateX(-40px);
    transform: translateX(-40px);
  }

  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@keyframes up-dn-cart-testimonial {
  0% {
    -webkit-transform: translateX(-40px);
    transform: translateX(-40px);
  }

  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

/*================================================
17. Apps area CSS
=================================================*/
.apps-area {
  background: #F9F9F9;
}

.apps-area .hrrd-app-shape {
  left: 100px;
  top: 20%;
  -webkit-animation: rot-1 7.5s linear infinite;
  animation: rot-1 7.5s linear infinite;
}

@-webkit-keyframes rot-1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rot-1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.apps-box {
  background: #FFFFFF;
  -webkit-box-shadow: 5px 30px 56.1276px rgba(55, 55, 55, 0.1098);
  box-shadow: 5px 30px 56.1276px rgba(55, 55, 55, 0.1098);
  border-radius: 20px;
  min-height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
  margin-bottom: 24px;
}

.apps-box:hover {
  background: var(--color-secondary);
  -webkit-box-shadow: 10px 20px 50px rgba(81, 75, 75, 0.2);
  box-shadow: 10px 20px 50px rgba(81, 75, 75, 0.2);
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}

.apps-box:hover img {
  -webkit-filter: brightness(50%) hue-rotate(45deg);
  filter: brightness(50%) hue-rotate(45deg);
}

.apps-box img {
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}

/*================================================
18. Hrrd Pricing area CSS
=================================================*/
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--color-secondary);
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: 0.6s ease transform, 0.6s -webkit-box-shadow;
  transition: 0.6s ease transform, 0.6s -webkit-box-shadow;
  transition: 0.6s ease transform, 0.6s box-shadow;
  transition: 0.6s ease transform, 0.6s box-shadow, 0.6s -webkit-box-shadow;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.toggle-btn {
  margin-top: 35px;
  margin-bottom: 49px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.toggle-btn input:checked+.slider {
  background-color: #37E0F5;
}

.toggle-btn input:checked+.slider:before {
  -webkit-transform: translateX(26px);
  transform: translateX(26px);
}

.toggle-btn span {
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  color: #333333;
}

.toggle-btn input,
.toggle-btn label {
  display: inline-block;
  vertical-align: middle;
}

.pricing-area {
  background: #F9F9F9;
}

.price-content-box {
  border-radius: 15px;
  padding: 50px;
  margin-bottom: 24px;
}

.price-content-box:hover .price-top-content h2 {
  color: #ffc233;
}

.price-content-box.design-2 {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 54px 50px rgba(67, 67, 68, 0.0705882);
  box-shadow: 0px 54px 50px rgba(67, 67, 68, 0.0705882);
}

.price-content-box.design-2:hover .price-top-content h2 {
  color: #ff4f0f;
}

.price-content-box .price-top-content {
  position: relative;
  padding-bottom: 9px;
}

.price-content-box .price-top-content::before {
  position: absolute;
  left: 0;
  width: 90%;
  height: 1.56px;
  bottom: 0;
  background: #F5F6FA;
  content: "";
}

.price-content-box .price-top-content h2 {
  font-family: "Circular Std black";
  font-style: normal;
  font-size: 24px;
  color: #3B3B3B;
  margin-bottom: 11px;
  -webkit-transition: color .25s ease-in-out;
  transition: color .25s ease-in-out;
}

.price-content-box .price-top-content h1 {
  font-family: "Circular Std black";
  font-style: normal;
  font-size: 48px;
  color: #3B3B3B;
}

.price-content-box .price-top-content h1 span {
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  padding-left: 2px;
}

.price-content-box .price-list {
  margin: 30px 0 47px;
}

.price-content-box .price-list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  line-height: 1;
  margin-bottom: 28px;
}

.price-content-box .price-list ul li:last-child {
  margin-bottom: 0;
}

.price-content-box .price-list ul li i {
  width: 26px;
  height: 26px;
  background: rgba(255, 115, 66, 0.1);
  color: var(--color-secondary);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  margin-right: 13px;
}

.price-content-box .pricing-btn-wrap .pricing-btn {
  background: #FFD167;
  border-radius: 4px;
  font-style: normal;
  font-weight: bold;
  color: #FFFFFF;
  width: 100%;
  display: inline-block;
  text-align: center;
  padding: 19px 0;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}

.price-content-box .pricing-btn-wrap .pricing-btn:hover {
  background: #ffc233;
}

.price-content-box .pricing-btn-wrap .pricing-btn.style-2 {
  background: var(--color-secondary);
}

.price-content-box .pricing-btn-wrap .pricing-btn.style-2:hover {
  background: #ff4f0f;
}

.text1 {
  display: none;
}

.pricing-shape {
  right: 100px;
  top: 10%;
  -webkit-animation: rot-2 5s alternate linear infinite;
  animation: rot-2 5s alternate linear infinite;
}

@-webkit-keyframes rot-2 {
  0% {
    -webkit-transform: rotate(0deg) scale(0.3);
    transform: rotate(0deg) scale(0.3);
  }

  100% {
    -webkit-transform: rotate(360deg) scale(1);
    transform: rotate(360deg) scale(1);
  }
}

@keyframes rot-2 {
  0% {
    -webkit-transform: rotate(0deg) scale(0.3);
    transform: rotate(0deg) scale(0.3);
  }

  100% {
    -webkit-transform: rotate(360deg) scale(1);
    transform: rotate(360deg) scale(1);
  }
}

/*================================================
19. Hrrd Testimonial area CSS
=================================================*/
.testimonial-hrrd .testimonial-content-slide-box h2 {
  font-family: "Circular Std black";
  font-style: normal;
  color: #3B3B3B;
}

.testimonial-hrrd .testimonial-content-slide-box p {
  color: #6e6e6e;
}

.testimonial-hrrd .testimonial-img-slide-box i {
  color: #3B3B3B;
  left: 10%;
  bottom: 0;
}

.testimonial-hrrd .testimonial-content-slide-wrap .tst:hover {
  color: var(--color-secondary);
}

.hrrd-testimonial-shape {
  left: 0;
  top: 30%;
  -webkit-animation: up-dn 2s alternate linear infinite;
  animation: up-dn 2s alternate linear infinite;
}

/*================================================
20. Hrrd Subscribe area CSS
=================================================*/
.hrrd-subscribe-wrap {
  background: #669FF6;
  -webkit-backdrop-filter: blur(100px);
  backdrop-filter: blur(100px);
  border-radius: 10px;
  padding: 100px 10px;
}

.hrrd-subscribe-wrap .hrrd-subscribe-title p {
  color: #fff;
  margin: 30px 0 52px;
}

.hrrd-subscribe-wrap form {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.hrrd-subscribe-wrap form input {
  background: #fff;
  width: 100%;
  padding: 37px 205px 37px 40px;
  border: none;
}

.hrrd-subscribe-wrap form button {
  position: absolute;
  right: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: none;
}

.hrrd-subscribe-area .hrrd-subscribe-shape {
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*================================================
21. Hrrd Footer area CSS
=================================================*/
.hrrd-footer-area .single-widget .footer-title h3 {
  font-family: "Circular Std black";
  font-style: normal;
  color: #3B3B3B;
}

.hrrd-footer-area .single-widget .contact-info ul li {
  color: #3B3B3B;
}

.hrrd-footer-area .single-widget .footer-social ul li i {
  background: rgba(255, 115, 66, 0.1);
  color: rgba(255, 115, 66, 0.6);
}

.hrrd-footer-area .single-widget .footer-social ul li i:hover {
  background: rgba(255, 115, 66, 0.4);
  color: rgba(255, 115, 66, 0.9);
}

.hrrd-footer-shape {
  right: 0;
  bottom: 50%;
}

/*================================================
22. Tripp Menu area CSS
=================================================*/
.trip-menu .main-nav {
  float: unset;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.trip-menu .main-nav>ul>li:hover>a {
  color: #EF4142;
}


.trip-menu .main-nav>ul>li>a {
  color: #000;
  line-height: 1;
  position: relative;
  z-index: 1;
}

.trip-menu .main-nav>ul>li>a::before {
  position: absolute;
  left: 0;
  top: 100%;
  height: 5px;
  width: 0;
  content: "";
  z-index: -1;
  background-image: url(../images/shape/trip-menu-shape.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.trip-menu .main-nav>ul>li>a.active {
  color: #221314;
}

.trip-menu .main-nav>ul>li>a.active::before {
  width: 100%;
}

.trip-menu .main-nav>ul>li.has-child-menu:after {
  top: 40px;
}

.trip-menu .menu-btn-wrap a {
  margin-right: 16px;
}

.trip-menu .menu-btn-wrap a:last-child {
  margin-right: 0;
}

/*================================================
23. Trip Services area CSS
=================================================*/
.trip-service-btn a {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  color: var(--color-secondary);
}

.trip-service-btn a i {
  margin-left: 10px;
  font-size: 16px;
}

.trip-service-box {
  background: #FFFFFF;
  border: 1px solid #F0EDED;
  border-radius: 20px;
  padding: 50px 10px;
  margin-bottom: 24px;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}

.trip-service-box:hover {
  -webkit-box-shadow: 5px 30px 56.1276px rgba(55, 55, 55, 0.1098);
  box-shadow: 5px 30px 56.1276px rgba(55, 55, 55, 0.1098);
  border: 1px solid transparent;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}

.trip-service-box .trip-service-content h4 {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 0.2px;
  color: #221314;
  margin-top: 29px;
  margin-bottom: 15px;
}

.trip-service-box .trip-service-content p {
  line-height: 1;
}

.trip-service-text {
  top: 100px;
  left: 50%;
  transform: translate(-50%, 0px);
}

/*================================================
24. Destination area CSS
=================================================*/
.destination-area {
  background: #ffffff !important;
}

.destination-text {
  left: 50%;
  top: -16px;
  z-index: -1;
  transform: translate(-50%, 0px);
}


.destination-content p {
  font-size: 18px;
  line-height: 40px;
  color: #625858;
  margin: 28px 0 49px;
}

.destination-content .destination-btn-wrap a i {
  margin-left: 13px;
}

.single-destination-slide-box {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

.single-destination-slide-box:hover img {
  -webkit-filter: brightness(100%) hue-rotate(45deg);
  filter: brightness(100%) hue-rotate(45deg);
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
}

.single-destination-slide-box img {
  transition: all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-filter 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  will-change: filter;
}

.single-destination-slide-box .destination-slide-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  left: 50%;
  bottom: 25px;
  width: 100%;
  padding: 0 25px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.single-destination-slide-box .destination-slide-info .destination-slide-content h3 {
  font-weight: 600;
  font-size: 20px;
  color: #FFFFFF;
}

.single-destination-slide-box .destination-slide-info .destination-slide-content p {
  font-size: 18px;
  color: #EAEAEA;
  margin-top: 5px;
}

.single-destination-slide-box .destination-slide-info .destination-slide-rating h3 {
  font-weight: 600;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 1;
}

.single-destination-slide-box .destination-slide-info .destination-slide-rating h3 i {
  margin-left: 5px;
  font-size: 15px;
}

.destination-slide-wrap .tst {
  position: absolute;
  color: var(--color-secondary_hover);
  cursor: pointer;
  font-size: 35px;
  top: 100%;
  left: 40%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
  -webkit-transition: .3s;
  transition: .3s;
}

.destination-slide-wrap .tst:hover {
  color: var(--color-secondary);
}

.destination-slide-wrap .tst.tst-2 {
  margin-left: 50px;
}

.destination-slide-wrap .slick-slide {
  margin: 0 10px;
  padding: 15px 0 0;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}

.destination-slide-wrap .slick-list {
  margin: 0 -10px;
}

.destination-slide-wrap .slick-slide.slick-current.slick-active {
  -webkit-transform: translateY(-15px);
  transform: translateY(-15px);
}

.tri-package-style .destination-slide-wrap .slick-slide.slick-current.slick-active {
  -webkit-transform: none;
  transform: none;
}

.tri-package-style .destination-slide-wrap .tst {
  left: 50% !important;
  transform: translate(-100%, 0);
}

.tri-package-style .slick-track {
  left: 10%;
}

.tri-package-style .single-destination-slide-box img {
  aspect-ratio: 16/9;
  object-fit: cover;
}

.tri-package-style .single-destination-slide-box:hover img {
  filter: none;
}

/*================================================
25. Trip Testimonial area CSS
=================================================*/
.trip-testimonial .testimonial-content-slide-wrap .tst {
  color: #fff;
  font-size: 14px;
  height: 36px;
  width: 36px;
  background: var(--color-secondary);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  bottom: -74px;
}

.trip-testimonial .testimonial-content-slide-wrap .tst:hover {
  background: #FFAD9F;
}

.trip-testimonial .testimonial-content-slide-box h2 {
  margin-top: 30px;
}

.reviews-text {
  top: 0;
  right: 100px;
  color: #F8F8F8;
}

/*================================================
26. Trip Map area CSS
=================================================*/
.trip-map-wrap {
  position: relative;
}

.trip-map-wrap .trip-map-country {
  position: absolute;
}

.trip-map-wrap .trip-map-country img {
  -webkit-animation: sc-zoom 1s alternate linear infinite;
  animation: sc-zoom 1s alternate linear infinite;
  z-index: 1;
}

.trip-map-wrap .trip-map-country.country-1 {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 200px;
}

.trip-map-wrap .trip-map-country.country-2 {
  top: 53%;
  left: 55%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.trip-map-wrap .trip-map-country.country-3 {
  bottom: 9%;
  right: 10%;
}

.trip-map-wrap .trip-map-country .trip-map-country-content h2 {
  font-weight: 600;
  font-size: 24px;
  color: #221314;
  margin: 10px 0 10px;
}

.trip-map-wrap .trip-map-country .trip-map-country-content p {
  font-size: 18px;
  line-height: 1;
}

.places-text {
  left: 20%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -12px;
  color: #0000001f;
}

.contact-text {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -12px;
  color: #0000001f;
  z-index: -1;
}



.custom-japan-text {
  position: sticky;
  top: 100px;
  height: auto;
  align-self: flex-start;
}

p {
  text-align: justify;
}

.trip-map-area {
  position: relative;
}

.trip-map-shape {
  top: 63%;
  left: 60%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%) rotate(-26deg);
  position: absolute;
  width: 16%;
}

@-webkit-keyframes sc-zoom {
  0% {
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes sc-zoom {
  0% {
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/*================================================
27. Ag hero style start
=================================================*/
.ag-hero-style {
  overflow-x: hidden;
  background: #ECF7FB;
  position: relative;
  z-index: 1;
  padding-top: 106px;
}

.ag-hero-style .ag-hero-random-shapes .shape-one {
  position: absolute;
  top: 70%;
  left: 0;
  z-index: -1;
}

.ag-hero-style .ag-hero-random-shapes .shape-two {
  position: absolute;
  right: 7%;
  top: 7%;
  z-index: -1;
}

.ag-hero-style .ag-hero-content {
  max-width: 482px;
  padding-top: 180px;
  padding-bottom: 163px;
}

.ag-hero-style .ag-hero-content .ag-hero-title {
  font-size: 80px;
  line-height: 90px;
  color: #183B56;
  font-family: "Circular Std black";
  padding-bottom: 22px;
}

.ag-hero-style .ag-hero-content p {
  font-size: 20px;
  line-height: 40px;
  color: #6e6e6e;
  font-family: "Circular Std regular";
}

.ag-hero-style .ag-hero-content .ag-hero-btn {
  margin-top: 48px;
}

.ag-hero-style .ag-hero-figure {
  position: relative;
  -webkit-transform: translateX(40px);
  transform: translateX(40px);
  margin-top: 32px;
}

.ag-hero-style .ag-hero-figure .project-label {
  position: absolute;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  top: 45%;
  right: 0;
  padding: 21px 22px;
  padding-right: 27px;
  -webkit-transform: translate(10px, -50%);
  transform: translate(10px, -50%);
  z-index: -1;
}

.ag-hero-style .ag-hero-figure .project-label span {
  font-family: "Circular Std regular";
  font-size: 17.516px;
  color: #6e6e6e;
}

.ag-hero-style .ag-hero-figure .project-label h5 {
  font-family: "Circular Std bold";
  font-size: 22.5206px;
  color: #183B56;
  padding-top: 3px;
}

.ag-hero-style .ag-hero-figure .project-label .label-shape {
  position: absolute;
  right: 7px;
  bottom: 7px;
}

.ag-hero-style .ag-hero-figure .review-label {
  position: absolute;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  padding: 23px 25px;
  padding-bottom: 20px;
  left: 0;
  top: 23%;
  z-index: -1;
  -webkit-animation: slide-top 3.5s cubic-bezier(0.15, 0.46, 0.45, 0.94) infinite alternate;
  animation: slide-top 3.5s cubic-bezier(0.15, 0.46, 0.45, 0.94) infinite alternate;
}

@-webkit-keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
}

.ag-hero-style .ag-hero-figure .review-label .label-header {
  gap: 10px;
}

.ag-hero-style .ag-hero-figure .review-label h5 {
  font-family: "Circular Std medium";
  font-size: 16px;
  color: #6e6e6e;
  padding-top: 8px;
}

/*================================================
Ag hero style end
=================================================*/
/*================================================
28. ag client logo style start
=================================================*/
.ag-client-logo-style {
  margin-top: 120px;
}

.ag-client-logo-style .ag-client-logo-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px;
}

/*================================================
ag client logo style end
=================================================*/
/*================================================
29. ag service style start
=================================================*/
.ag-service-style {
  margin-top: 110px;
}

.ag-service-style .ag-section-title {
  padding-bottom: 60px;
}

.ag-service-card {
  background: #FFFFFF;
  -webkit-box-shadow: 5px 30px 56.1276px rgba(55, 55, 55, 0.08);
  box-shadow: 5px 30px 56.1276px rgba(55, 55, 55, 0.08);
  border-radius: 16.8383px;
  padding: 30px 30px;
  padding-bottom: 50px;
}

.ag-service-card:hover .service-icon {
  background: rgba(82, 211, 253, 0.3);
  -webkit-transform: translate3d(0, -3px, 0);
  transform: translate3d(0, -3px, 0);
}

.ag-service-card:hover .service-icon.bg-v2 {
  background: rgba(253, 123, 39, 0.3);
}

.ag-service-card:hover .service-icon.bg-v3 {
  background: rgba(23, 194, 152, 0.3);
}

.ag-service-card .service-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 120px;
  height: 120px;
  background: rgba(82, 211, 253, 0.1);
  border-radius: 20px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.ag-service-card .service-icon.bg-v2 {
  background: rgba(253, 123, 39, 0.1);
}

.ag-service-card .service-icon.bg-v3 {
  background: rgba(23, 194, 152, 0.1);
}

.ag-service-card .service-info .service-title {
  font-family: "Circular Std black";
  font-size: 24px;
  color: #183B56;
  padding-top: 37px;
}

.ag-service-card .service-info p {
  font-family: "Circular Std regular";
  font-style: normal;
  font-size: 18px;
  line-height: 36px;
  color: #6e6e6e;
  padding-top: 16px;
}

/*================================================
ag service style end
=================================================*/
/*================================================
30. ag blog style start
=================================================*/
.ag-blog-style {
  margin-top: 110px;
}

.ag-blog-style .ag-section-title {
  padding-bottom: 60px;
}

.ag-blog-card {
  background: #F8FCFD;
  border-radius: 16.8383px;
  padding: 30px 30px;
  padding-bottom: 22px;
}

.ag-blog-card:hover .blog-thumb img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}

.ag-blog-card .blog-thumb {
  overflow: hidden;
  border-radius: 8px;
}

.ag-blog-card .blog-thumb img {
  width: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.ag-blog-card .blog-disc .blog-meta {
  margin-top: 25px;
}

.ag-blog-card .blog-disc .blog-meta a {
  font-family: "Circular Std regular";
  font-style: normal;
  font-size: 18px;
  color: #6e6e6e;
  display: inline-block;
}

.ag-blog-card .blog-disc .blog-title {
  font-family: "Circular Std black";
  font-size: 24px;
  line-height: 34px;
  color: #183B56;
  padding-top: 10px;
}

.ag-blog-card .blog-disc .blog-btn {
  margin-top: 20px;
}

.ag-blog-card .blog-disc .blog-btn a {
  display: inline-block;
  font-family: "Circular Std bold";
  font-size: 16px;
  color: #404C99;
}

.ag-blog-card .blog-disc .blog-btn a:hover i {
  margin-left: 12px;
}

.ag-blog-card .blog-disc .blog-btn a i {
  margin-left: 8px;
  -webkit-transition: all .25s;
  transition: all .25s;
}

.ag-blog-card .blog-disc .blog-btn a i::before {
  vertical-align: middle;
}

/*================================================
ag blog style end
=================================================*/
/*================================================
31. ag working process style start
=================================================*/
.ag-working-process {
  margin-top: 120px;
  padding-top: 165px;
  padding-bottom: 180px;
  background: #F8FCFD;
  overflow-x: hidden;
}

.ag-working-process .ag-process-disc p {
  font-family: "Circular Std regular";
  font-size: 18px;
  line-height: 36px;
  color: #6e6e6e;
  padding-top: 22px;
}

.ag-working-process .ag-process-disc .process-btn {
  margin-top: 48px;
}

.ag-working-process .ag-process-features-image {
  z-index: 2;
}

.ag-working-process .ag-process-features-image .client-group {
  position: absolute;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 17.4545px 29.0908px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 17.4545px 29.0908px rgba(0, 0, 0, 0.06);
  border-radius: 11.6363px;
  padding: 34px 34px;
  bottom: -60px;
  right: -60px;
}

.ag-working-process .ag-process-features-image .client-group.client-group2 {
  padding: 0;
}

.ag-working-process .ag-process-features-image .client-group h6 {
  font-family: "Circular Std medium";
  font-size: 18.6181px;
  color: #6e6e6e;
  padding-bottom: 14px;
  text-align: start;
}

.ag-working-process .ag-process-features-image .client-group img {
  max-width: 265px;
}

.ag-working-process .ag-process-features-image .process-animi-shape {
  bottom: -30px;
  left: -30px;
  z-index: -1;
  -webkit-animation: slide-top 3.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite alternate;
  animation: slide-top 3.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite alternate;
}

@keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}

.ag-working-process .features-img-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transform: translate(-120px, -60px);
  transform: translate(-120px, -60px);
}

.ag-working-process .features-img-bg2 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  -webkit-transform: translate(98px, -60px);
  transform: translate(98px, -60px);
}

.process-row-gap {
  margin-top: 160px;
}

/*================================================
ag working process style end
=================================================*/
/*================================================
32. ag testimonial style start
=================================================*/
.ag-testimonial-style {
  margin-top: 83px;
}

.ag-testimonial-card {
  max-width: 685px;
  text-align: center;
  padding: 260px 0;
}

.ag-testimonial-card .testiminial-texts {
  font-family: "Circular Std bold";
  font-size: 30px;
  line-height: 60px;
  text-align: center;
  color: #183B56;
}

.ag-testimonial-card .reviewer-name {
  font-family: "Circular Std bold";
  font-size: 18px;
  color: #0BC0EB;
  padding-top: 35px;
  padding-bottom: 12px;
}

.ag-testimonial-card span {
  font-family: "Circular Std regular";
  font-size: 18px;
  color: #6e6e6e;
}

.ag-testimonial-background {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}

.ag-testimonial-background img {
  width: 100%;
}

/*================================================
ag testimonial style end
=================================================*/
/*================================================
33. ag newslatter style start
=================================================*/
.ag-newslatter-style {
  margin-top: 79px;
}

.ag-newslatter-style .ag-newslatter-wrap {
  background: url(../images/agency/backgrounds/newslatter-bg.png) no-repeat center;
  border-radius: 60px;
  padding: 100px 0;
  padding-top: 92px;
}

.ag-newslatter-style .ag-newslatter-wrap h2 {
  padding-bottom: 36px;
}

.ag-newslatter-style .ag-newslatter-wrap .ag-newslatter-form input {
  background: #FFFFFF;
  border-radius: 20px;
  height: 100px;
  width: 100%;
  border: none;
  padding: 20px 40px;
  padding-right: 180px;
  font-family: "Circular Std bold";
  font-size: 18px;
}

.ag-newslatter-style .ag-newslatter-wrap .ag-newslatter-form input::-webkit-input-placeholder {
  font-family: "Circular Std medium";
  font-style: normal;
  font-size: 16px;
  color: #8E9099;
  opacity: 0.6;
}

.ag-newslatter-style .ag-newslatter-wrap .ag-newslatter-form input:-ms-input-placeholder {
  font-family: "Circular Std medium";
  font-style: normal;
  font-size: 16px;
  color: #8E9099;
  opacity: 0.6;
}

.ag-newslatter-style .ag-newslatter-wrap .ag-newslatter-form input::-ms-input-placeholder {
  font-family: "Circular Std medium";
  font-style: normal;
  font-size: 16px;
  color: #8E9099;
  opacity: 0.6;
}

.ag-newslatter-style .ag-newslatter-wrap .ag-newslatter-form input::placeholder {
  font-family: "Circular Std medium";
  font-style: normal;
  font-size: 16px;
  color: #8E9099;
  opacity: 0.6;
}

.ag-newslatter-style .ag-newslatter-wrap .ag-newslatter-form button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  border: none;
  background: #404C99;
  padding: 10px 39px;
  border-radius: 15px;
  font-family: "Circular Std bold";
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #FFFFFF;
  position: absolute;
  top: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 999;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.ag-newslatter-style .ag-newslatter-wrap .ag-newslatter-form button img {
  -webkit-transition: inherit;
  transition: inherit;
}

.ag-newslatter-style .ag-newslatter-wrap .ag-newslatter-form button:hover {
  -webkit-box-shadow: 0 1rem 2.5rem rgba(22, 28, 45, 0.1), 0 0.5rem 1rem -0.75rem rgba(22, 28, 45, 0.1) !important;
  box-shadow: 0 1rem 2.5rem rgba(22, 28, 45, 0.1), 0 0.5rem 1rem -0.75rem rgba(22, 28, 45, 0.1) !important;
  -webkit-transform: translate3d(3px, 0, 0);
  transform: translate3d(3px, 0, 0);
  color: #fff;
  background: #232953;
}

.ag-newslatter-style .ag-newslatter-wrap .ag-newslatter-form button:hover img {
  -webkit-transform: translate3d(3px, 0, 0);
  transform: translate3d(3px, 0, 0);
}

/*================================================
ag newslatter style end
=================================================*/
/*================================================
34. ag footer style start
=================================================*/
.ag-footer-style {
  padding-top: 120px;
  padding-bottom: 100px;
}

.ag-footer-style .copyright-texts p {
  font-size: 16px;
  font-family: "DM Sans", sans-serif;
  color: #6e6e6e;
}

.ag-footer-style .footer-about .f-about-texts {
  font-family: "Circular Std regular";
  font-size: 16px;
  line-height: 36px;
  color: #6e6e6e;
  padding-top: 14px;
}

.ag-footer-style .footer-about .footer-social-links {
  margin-top: 34px;
}

.ag-footer-style .footer-about .footer-social-links li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 42px;
  height: 40px;
  background: #E8EBEE;
  border-radius: 50%;
  position: relative;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.ag-footer-style .footer-about .footer-social-links li a:hover {
  -webkit-box-shadow: 0 1rem 2rem rgba(22, 28, 45, 0.1), 0 0.5rem 0.8rem -0.75rem rgba(22, 28, 45, 0.1) !important;
  box-shadow: 0 1rem 2rem rgba(22, 28, 45, 0.1), 0 0.5rem 0.8rem -0.75rem rgba(22, 28, 45, 0.1) !important;
  -webkit-transform: translate3d(0, -3px, 0);
  transform: translate3d(0, -3px, 0);
  color: rgba(24, 59, 86, 0.8);
  background: #cad1d8;
}

.ag-footer-style .footer-about .footer-social-links li a i {
  color: rgba(24, 59, 86, 0.6);
  font-size: 16px;
}

.ag-footer-style .footer-widget .footer-widget-title {
  font-family: "Circular Std black";
  font-size: 22px;
  color: #183B56;
  text-transform: capitalize;
  padding-bottom: 12px;
}

.ag-footer-style .footer-widget .footer-contact-links li {
  padding-top: 17px;
  font-family: "Circular Std regular";
  font-size: 16px;
  color: #6e6e6e;
}

.ag-footer-style .footer-widget .footer-contact-links li span {
  color: #183B56;
}

.ag-footer-style .footer-widget .footer-links li a {
  display: inline-block;
  font-family: "Circular Std regular";
  font-size: 16px;
  color: #6e6e6e;
  padding-top: 17px;
  -webkit-transition: all .25s;
  transition: all .25s;
}

.ag-footer-style .footer-widget .footer-links li a:hover {
  -webkit-transform: translate3d(3px, 0, 0);
  transform: translate3d(3px, 0, 0);
  color: #183B56;
}

/*================================================
ag footer style end
=================================================*/
/*================================================
35. edu hero style start
=================================================*/
.edu-hero-style {
  background: linear-gradient(90.63deg, #FFFBF4 21.32%, #F7FCF9 132.04%);
  overflow-x: hidden;
  padding-top: 120px;
}

.edu-hero-style .edu-hero-content .edu-hero-title {
  font-weight: 700;
  font-size: 80px;
  line-height: 90px;
  color: #111116;
  font-family: "Poppins", sans-serif;
  padding-bottom: 30px;
}

.edu-hero-style .edu-hero-content p {
  font-family: "Rubik", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 36px;
  color: #6F6F76;
  padding-bottom: 46px;
}

.edu-hero-style .ag-hero-figure {
  -webkit-transform: translateX(100px);
  transform: translateX(100px);
  position: relative;
}

.edu-hero-style .ag-hero-figure .florting-mail-label {
  position: absolute;
  top: 17%;
  left: 0;
  text-align: center;
  background: #FFFFFF;
  -webkit-box-shadow: 5px 15px 50px rgba(0, 0, 0, 0.1);
  box-shadow: 5px 15px 50px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  padding: 18px 26px;
  padding-top: 26px;
  -webkit-animation: slide-top 3.5s ease infinite alternate;
  animation: slide-top 3.5s ease infinite alternate;
}

@-webkit-keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}

.edu-hero-style .ag-hero-figure .florting-mail-label .icon {
  width: 48px;
  height: 48px;
  background: #6B47FC;
  border-radius: 50%;
  -webkit-box-shadow: 2px 8px 20px rgba(107, 71, 252, 0.5);
  box-shadow: 2px 8px 20px rgba(107, 71, 252, 0.5);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.edu-hero-style .ag-hero-figure .florting-mail-label .icon i {
  color: #fff;
}

.edu-hero-style .ag-hero-figure .florting-mail-label h6 {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #111116;
  font-family: "Poppins", sans-serif;
  padding-top: 8px;
  padding-bottom: 2px;
}

.edu-hero-style .ag-hero-figure .florting-mail-label p {
  font-size: 16px;
  color: #6F6F76;
  font-family: "Rubik", sans-serif;
}

.edu-hero-style .ag-hero-figure .florting-mail-label-two {
  position: absolute;
  top: 15%;
  right: 0;
  text-align: center;
  background: #FFFFFF;
  -webkit-box-shadow: 5px 15px 50px rgba(0, 0, 0, 0.1);
  box-shadow: 5px 15px 50px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  padding: 36px 22px;
  padding-bottom: 30px;
}

.edu-hero-style .ag-hero-figure .florting-mail-label-two .icon {
  width: 48px;
  height: 48px;
  background: #51C8FF;
  -webkit-box-shadow: 2px 8px 20px rgba(81, 200, 255, 0.5);
  box-shadow: 2px 8px 20px rgba(81, 200, 255, 0.5);
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.edu-hero-style .ag-hero-figure .florting-mail-label-two .icon i {
  color: #fff;
}

.edu-hero-style .ag-hero-figure .florting-mail-label-two h4 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 30px;
  color: #111116;
}

.edu-hero-style .ag-hero-figure .florting-mail-label-two p {
  font-size: 16px;
  color: #6F6F76;
  font-family: "Rubik", sans-serif;
  padding-top: 3px;
  padding-bottom: 16px;
}

.edu-hero-style .ag-hero-figure .florting-mail-label-two img {
  max-width: 154px;
}

/*================================================
edu hero style end
=================================================*/
/*================================================
36. edu client logo style start
=================================================*/
.edu-client-logo-style {
  margin-top: 105px;
}

.edu-client-logo-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.edu-client-logo-row .edu-client-logobox {
  background: #FFFFFF;
  border-radius: 20px;
  text-align: center;
  width: 210px;
  min-height: 97px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.edu-client-logo-row .edu-client-logobox img {
  max-width: 100%;
}

.edu-client-logo-row .edu-client-logobox:hover {
  -webkit-box-shadow: 5px 30px 60px rgba(85, 85, 85, 0.1);
  box-shadow: 5px 30px 60px rgba(85, 85, 85, 0.1);
  -webkit-transform: translate3d(0, -3px, 0);
  transform: translate3d(0, -3px, 0);
}

/*================================================
edu client logo style end
=================================================*/
/*================================================
37. edu department style start
=================================================*/
.edu-department-style {
  background: #FFFBF4;
  padding-top: 105px;
  padding-bottom: 120px;
  margin-top: 120px;
  z-index: 1;
}

.edu-department-single {
  background: #FFFFFF;
  -webkit-box-shadow: 5px 30px 50px rgba(43, 42, 42, 0.05);
  box-shadow: 5px 30px 50px rgba(43, 42, 42, 0.05);
  border-radius: 20px;
  padding: 24px 30px;
}

.edu-department-single:hover .edu-department-thumb img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
  -webkit-filter: grayscale(70%);
  filter: grayscale(70%);
}

.edu-department-single .edu-department-thumb {
  border-radius: 20px 20px 0px 0px;
  overflow: hidden;
}

.edu-department-single .edu-department-thumb img {
  width: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.edu-department-single .edu-department-disc .department-title {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #3B3B3B;
  padding-top: 25px;
}

.edu-department-single .edu-department-disc .department-title a {
  color: inherit;
}

.edu-department-single .edu-department-disc p {
  font-family: "Rubik", sans-serif;
  font-size: 18px;
  color: #6F6F76;
  padding-top: 15px;
}

.edu-department-single .edu-department-disc .d-btn {
  margin-top: 22px;
}

.edu-department-single .edu-department-disc .d-btn a {
  font-family: "Rubik", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #FFA502;
  display: inline-block;
}

.edu-department-single .edu-department-disc .d-btn a:hover i {
  margin-left: 11px;
}

.edu-department-single .edu-department-disc .d-btn a i {
  margin-left: 8px;
  -webkit-transition: all .25s;
  transition: all .25s;
}

.edu-department-single .edu-department-disc .d-btn a i::before {
  vertical-align: middle;
}

/*================================================
edu department style end
=================================================*/
/*================================================
38. edu instructor style start
=================================================*/
.edu-instructor-style {
  margin-top: 105px;
}

.edu-instructor-single:hover .instructor-image {
  -webkit-transform: translate3d(0, -3px, 0);
  transform: translate3d(0, -3px, 0);
}

.edu-instructor-single:hover .instructor-image::before {
  -webkit-transform: scale(1) translateX(-50%);
  transform: scale(1) translateX(-50%);
  -webkit-transform-origin: -50% 50%;
  transform-origin: -50% 50%;
  opacity: 1;
}

.edu-instructor-single .instructor-image {
  width: 100%;
  text-align: center;
  position: relative;
  -webkit-transition: all .35s;
  transition: all .35s;
}

.edu-instructor-single .instructor-image::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  -webkit-transform: scale(0) translateX(-50%);
  transform: scale(0) translateX(-50%);
  width: 100%;
  background: rgba(255, 166, 0, 0.1);
  border-radius: 50%;
  aspect-ratio: 1 / 1;
  -webkit-transition: all .35s;
  transition: all .35s;
  z-index: -1;
  opacity: 0;
}

.edu-instructor-single .instructor-info {
  text-align: center;
}

.edu-instructor-single .instructor-info h4 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 28px;
  text-align: center;
  color: #3B3B3B;
  padding-top: 32px;
  padding-bottom: 8px;
}

.edu-instructor-single .instructor-info h4 a {
  color: inherit;
}

.edu-instructor-single .instructor-info span {
  font-family: "Rubik", sans-serif;
  font-size: 18px;
  text-align: center;
  color: #6F6F76;
}

.edu-instructor-single .instructor-info .instructor-social-links {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 16px;
  gap: 15px;
}

.edu-instructor-single .instructor-info .instructor-social-links li a {
  color: #3B3B3B;
}

/*================================================
edu instructor style end
=================================================*/
/*================================================
39. edu success style start
=================================================*/
.edu-success-style {
  margin-top: 76px;
}

.edu-success-style .success-play-btn {
  position: absolute;
  right: 17px;
  bottom: 27%;
}

.success-student-image .vactor-shape1 {
  bottom: 70px;
  left: -60px;
}

.edu-success-contents p {
  font-family: Rubik;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 36px;
  color: #6F6F76;
  padding-top: 30px;
}

.edu-success-contents .success-btn {
  padding-top: 48px;
}

.success-play-btn {
  width: 120px;
  height: 120px;
  background: #FFFFFF;
  -webkit-box-shadow: 5px 30px 50px rgba(43, 42, 42, 0.05);
  box-shadow: 5px 30px 50px rgba(43, 42, 42, 0.05);
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
}

.success-play-btn::before {
  position: absolute;
  content: "";
  inset: 0;
  border: 1px solid #000000;
  border-radius: 50%;
  -webkit-animation: bloming 3s infinite alternate;
  animation: bloming 3s infinite alternate;
  z-index: -1;
}

@-webkit-keyframes bloming {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}

@keyframes bloming {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}

.success-play-btn::after {
  position: absolute;
  content: "";
  inset: 0;
  border: 1px solid #000000;
  border-radius: 50%;
  -webkit-animation: bloming2 3s infinite;
  animation: bloming2 3s infinite;
  -webkit-animation-delay: .9s;
  animation-delay: .9s;
}

@-webkit-keyframes bloming2 {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}

@keyframes bloming2 {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}

.success-play-btn i {
  font-size: 32px;
  color: #000000;
}

/*================================================
edu success style end
=================================================*/
/*================================================
40. edu testimonial style start
=================================================*/
.edu-testimonial-right p {
  font-family: "Rubik", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 36px;
  color: #6F6F76;
  padding-top: 28px;
}

.edu-testimonial-style {
  margin-top: 110px;
}

.edu-testimonial-card {
  background: #FFA502;
  border-radius: 18.169px;
  padding: 48px 48px;
  padding-bottom: 40px;
  border-radius: 18.169px;
  -webkit-box-shadow: -5px 10px 20px rgba(255, 165, 2, 0.02);
  box-shadow: -5px 10px 20px rgba(255, 165, 2, 0.02);
}

.edu-testimonial-card.floted-testmonial-card {
  max-width: 695.27px;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.6;
  background: #fff;
  -webkit-box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.05);
}

.edu-testimonial-card.floted-testmonial-card .testi-card-header .reviwer-info .reviewer-self h4,
.edu-testimonial-card.floted-testmonial-card .testi-card-header .reviwer-info .reviewer-self span {
  color: #6F6F76;
}

.edu-testimonial-card.floted-testmonial-card .testi-card-body p {
  color: #6F6F76;
}

.edu-testimonial-card .testi-card-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.edu-testimonial-card .testi-card-header .reviewer-rating {
  gap: 10px;
}

.edu-testimonial-card .testi-card-header .reviewer-rating li i {
  color: #FFFFFF;
  font-size: 18px;
}

.edu-testimonial-card .testi-card-header .reviwer-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

.edu-testimonial-card .testi-card-header .reviwer-info .reviewer-avater {
  max-width: 87px;
}

.edu-testimonial-card .testi-card-header .reviwer-info .reviewer-self h4 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 24.2254px;
  letter-spacing: 0.242254px;
  color: #FFFFFF;
}

.edu-testimonial-card .testi-card-header .reviwer-info .reviewer-self span {
  font-family: "Rubik", sans-serif;
  font-size: 19.3803px;
  color: #FFFFFF;
}

.edu-testimonial-card .testi-card-body p {
  font-family: "Rubik", sans-serif;
  font-size: 24px;
  line-height: 48px;
  color: #FFFFFF;
  padding-top: 22px;
}

.edu-testimonial-silder {
  margin-left: auto;
  max-width: 695.27px;
}

.edu-testimonial-silder .owl-nav {
  position: absolute;
  right: 0;
  bottom: -100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}

.edu-testimonial-silder .owl-nav .owl-prev,
.edu-testimonial-silder .owl-nav .owl-next {
  border: 2px solid #111116;
  color: #111116;
  height: 56px;
  width: 56px;
  background: transparent;
  border-radius: 50%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.edu-testimonial-silder .owl-nav .owl-prev:hover,
.edu-testimonial-silder .owl-nav .owl-next:hover {
  background: #111116;
}

.edu-testimonial-silder .owl-nav .owl-prev:hover i,
.edu-testimonial-silder .owl-nav .owl-next:hover i {
  color: #fff;
}

.edu-testimonial-silder .owl-nav .owl-prev i,
.edu-testimonial-silder .owl-nav .owl-next i {
  font-size: 20px;
}

.edu-testimonial-carusol-wrap {
  padding-bottom: 155px;
}

@-webkit-keyframes edufadeOut {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-20px, 20px, 20px);
    transform: translate3d(-20px, 20px, 20px);
  }
}

@keyframes edufadeOut {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-20px, 20px, 20px);
    transform: translate3d(-20px, 20px, 20px);
  }
}

/*================================================
edu testimonial style end
=================================================*/
/*================================================
41. edu register style start
=================================================*/
.edu-register-style {
  margin-top: 120px;
  position: relative;
  z-index: 1;
}

.edu-register-style .arrow-vactor {
  position: absolute;
  bottom: 55px;
  right: 0;
}

.edu-register-style .edu-register-flort-bg {
  position: absolute;
  z-index: -1;
  min-height: 250px;
  width: 100%;
  background: #2A2A31;
  bottom: 0;
}

.edu-register-style .register-section-title {
  padding-bottom: 62px;
}

.edu-register-style .register-btn {
  padding-top: 30px;
}

/*================================================
edu register style end
=================================================*/
/*================================================
42. edu footer style start
=================================================*/
.edu-footer-style {
  background: #111116;
  padding-top: 130px;
}

.edu-footer-style .footer-copyright {
  padding: 26px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.edu-footer-style .footer-copyright p {
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  color: #B2B2B2;
}

.edu-footer-style .edu-footer-about .f-about-texts {
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  line-height: 32px;
  color: #B2B2B2;
  padding-top: 5px;
}

.edu-footer-style .footer-social-links {
  margin-top: 45px;
}

.edu-footer-style .footer-social-links li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 42px;
  height: 40px;
  border-radius: 50%;
  position: relative;
  -webkit-transition: all .3s;
  transition: all .3s;
  background: #29292e;
  border: 1px solid #29292e;
}

.edu-footer-style .footer-social-links li a:hover {
  background: #18181b;
}

.edu-footer-style .footer-social-links li a:hover i {
  color: rgba(255, 255, 255, 0.8);
}

.edu-footer-style .footer-social-links li a i {
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
}

.edu-footer-style .footer-widget .footer-widget-title {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #F2F2F2;
  padding-bottom: 8px;
}

.edu-footer-style .footer-widget .footer-contact-links li {
  padding-top: 17px;
  font-family: "Rubik", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #B2B2B2;
}

.edu-footer-style .footer-widget .footer-contact-links li span {
  color: #fff;
}

.edu-footer-style .footer-widget .footer-links li a {
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  color: #B3B3B3;
  display: inline-block;
  padding-top: 18px;
  -webkit-transition: all .25s;
  transition: all .25s;
}

.edu-footer-style .footer-widget .footer-links li a:hover {
  -webkit-transform: translate3d(3px, 0, 0);
  transform: translate3d(3px, 0, 0);
  color: #999999;
}

.edu-footer-main-wrap {
  padding-bottom: 50px;
}

.register-florting-image {
  right: 100px;
}

/*================================================
edu footer style end
=================================================*/
/* Edu Menu */
.eu-menu .main-nav {
  float: unset;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}

.eu-menu .main-nav>ul>li:hover>a {
  color: #111116;
}

.eu-menu .main-nav>ul>li:hover>a::before {
  width: 25.42px;
}

.eu-menu .main-nav>ul>li>a {
  color: #111116;
  line-height: 1;
  position: relative;
  z-index: 1;
}

.eu-menu .main-nav>ul>li>a::before {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  bottom: -5px;
  width: 0;
  height: 1.38px;
  background: #FFBE48;
  content: "";
  z-index: -1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.eu-menu .main-nav>ul>li>a.active {
  color: #111116;
}

.eu-menu .main-nav>ul>li>a.active::before {
  width: 25.42px;
}

.eu-menu .main-nav>ul>li.has-child-menu:after {
  top: 40px;
}

.eu-menu .menu-btn-wrap .edu-btn {
  background: #111116;
  -webkit-box-shadow: inset 0px -10px 20px #585867;
  box-shadow: inset 0px -10px 20px #585867;
  border-radius: 15px;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  padding: 19px 31px;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}

.eu-menu .menu-btn-wrap .edu-btn:hover {
  -webkit-transform: translate3d(0, -3px, 0);
  transform: translate3d(0, -3px, 0);
  background: #e69500;
  -webkit-box-shadow: 5px 10px 30px rgba(255, 165, 2, 0.3);
  box-shadow: 5px 10px 30px rgba(255, 165, 2, 0.3);
}

/*================================================
43. tri hero style start
=================================================*/
.tri-hero-style {
  background: url("../images/bg/turkey-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow-x: hidden;
  position: relative;
  z-index: 1;
  padding-bottom: 86px;
  padding-top: 100px;
  height: 100vh;
  margin: 90px 50px 50px 50px;
  border-radius: 40px;
}

.tri-hero-style .tri-hero-figure {
  border-radius: 50%;
  padding: 10px;
  border: 3px solid var(--color-primary_hover);
}

.tri-hero-style .tri-hero-figure img {
  border-radius: 50%;
  width: 100%;
  color: var();
}

.tri-hero-style .florting-shape-2 {
  top: 45%;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}

.tri-hero-style .florting-shape-1 {
  bottom: 10%;
  right: 7%;
  -webkit-animation: tri-slide-x 3.5s ease infinite alternate;
  animation: tri-slide-x 3.5s ease infinite alternate;
}

@-webkit-keyframes tri-slide-x {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
}

.tri-hero-style .tri-hero-label {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}

.tri-hero-style .tri-hero-label img {
  -webkit-box-shadow: 0px 9.55079px 15.918px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 9.55079px 15.918px rgba(0, 0, 0, 0.06);
  -webkit-animation: tri-slide-top 3.5s ease infinite alternate;
  animation: tri-slide-top 3.5s ease infinite alternate;
}

@-webkit-keyframes tri-slide-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}

.tri-hero-style .tri-hero-figure-trans {
  -webkit-transform: translateX(35px);
  transform: translateX(35px);
}

.tri-hero-content {
  padding: 10px;
  backdrop-filter: blur(3px);
  border-radius: 20px;
  background: #ffffff29;
}

.tri-hero-content .tri-hero-figure {
  border-radius: 50%;
}

.tri-hero-content .tri-hero-title {
  font-family: "Paytone One", sans-serif;
  font-weight: 400;
  font-size: 50px;
  line-height: 58px;
  color: #221314;
}

.tri-hero-content .tri-hero-title .underline-vactor {
  position: absolute;
  width: 100%;
  bottom: 12%;
  left: 0;
  z-index: -1;
}

.tri-hero-content p {
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  color: #c7c7bc;
  font-family: "DM Sans", sans-serif;
  padding-top: 14px;
}

/*================================================
tri hero style end
=================================================*/
/*================================================
44. tri explore bar start
=================================================*/
.tri-explore-bar-row {
  background: #FFFFFF;
  -webkit-box-shadow: 10px 30px 40px rgba(158, 162, 160, 0.1);
  box-shadow: 10px 30px 40px rgba(158, 162, 160, 0.1);
  border-radius: 20px;
  padding: 28px 60px;
  padding-top: 36px;
  margin-top: -135px;
  position: relative;
  z-index: 10;
}

.tri-maulti-searchbar .filter-single {
  position: relative;
}

.tri-maulti-searchbar .filter-single:last-child::before {
  display: none;
}

.tri-maulti-searchbar .filter-single::before {
  position: absolute;
  content: "";
  height: 37px;
  width: 1px;
  background: #221314;
  opacity: 0.2;
  top: 50%;
  right: -15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.tri-maulti-searchbar .filter-single.location-select {
  max-width: 132px;
}

.tri-maulti-searchbar .filter-single.date-input {
  max-width: 215px;
}

.tri-maulti-searchbar .filter-single input {
  height: 40px;
  width: 100%;
  width: 100%;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #221314;
  padding: 0;
  border: none;
}

.tri-maulti-searchbar .filter-single .nice-select:after {
  display: none;
}

.tri-maulti-searchbar .filter-single .nice-select {
  width: 100%;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #221314;
  padding: 0;
  border: none;
  height: 40px;
  line-height: 38px;
}

.tri-maulti-searchbar .filter-single h5 {
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #A8A8A8;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.tri-maulti-searchbar .filter-single h5 i {
  color: var(--color-secondary);
  margin-left: 10px;
}

.tri-maulti-searchbar .filter-single h5 i::before {
  vertical-align: middle;
}

/*================================================
tri explore bar end
=================================================*/
/*================================================
45. tri package style start
=================================================*/
.package-text {
  top: 90px;
  left: 50%;
  transform: translate(-50%, 0px);
  z-index: -1;
}

.tri-package-card.tri-package-featured {
  margin-bottom: 40px;
}

.tri-package-card:hover .tri-package-thumb {
  -webkit-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
}

.tri-package-card:hover .tri-package-thumb img {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}

.tri-package-card .tri-package-thumb {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  -webkit-transition: all .35s;
  transition: all .35s;
}

.tri-package-card .tri-package-thumb img {
  width: 100%;
  -webkit-transition: all .35s;
  transition: all .35s;
}

.tri-package-card .tri-package-thumb .tri-package-price {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 30px;
  text-align: right;
  color: #FFFFFF;
  position: absolute;
  top: 36px;
  right: 40px;
}

.tri-package-card .tri-package-disc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 23px;
}

.tri-package-card .tri-package-disc .package-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}

.tri-package-card .tri-package-disc .package-info .location-icon i {
  font-size: 20px;
  color: var(--color-secondary);
}

.tri-package-card .tri-package-disc .package-info .location h4 {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.2px;
  color: #221314;
}

.tri-package-card .tri-package-disc .package-info .location h4 a {
  color: inherit;
}

.tri-package-card .tri-package-disc .package-info .location .package-duration {
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: #6e6e6e;
}

.tri-package-card .tri-package-disc .package-rating {
  gap: 5px;
}

.tri-package-card .tri-package-disc .package-rating li i {
  color: var(--color-secondary);
}

/*================================================
tri package style end                  
=================================================*/
/*================================================
46. tri footer style start
=================================================*/
.tri-footer-style {
  background: linear-gradient(193.79deg, #ffffff 26.44%, rgba(255, 255, 255, 0.6) 91.68%), url("../images/trip/footer-bg.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 100px;
}

.tri-footer-main-wrap {
  padding-bottom: 60px;
}

.tri-footer-subscribe-wrap h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 68px;
  color: #221314;
  padding-bottom: 46px;
}

.tri-footer-subscribe-wrap .subscribe-form-input {
  max-width: 574px;
  position: relative;
}

.tri-footer-subscribe-wrap .subscribe-form-input input {
  width: 100%;
  height: 100px;
  background: #FFFFFF;
  -webkit-box-shadow: 10px 30px 40px rgba(158, 162, 160, 0.25);
  box-shadow: 10px 30px 40px rgba(158, 162, 160, 0.25);
  border-radius: 20px;
  padding: 20px;
  padding-left: 30px;
  border: none;
}

.tri-footer-subscribe-wrap .subscribe-form-input input::-webkit-input-placeholder {
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #A8A8A8;
}

.tri-footer-subscribe-wrap .subscribe-form-input input:-ms-input-placeholder {
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #A8A8A8;
}

.tri-footer-subscribe-wrap .subscribe-form-input input::-ms-input-placeholder {
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #A8A8A8;
}

.tri-footer-subscribe-wrap .subscribe-form-input input::placeholder {
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #A8A8A8;
}

.tri-footer-subscribe-wrap .subscribe-form-input .tri-submit-btn {
  position: absolute;
  right: 15px;
  top: 15px;
  bottom: 15px;
}

.footer-bottom-wrap {
  margin-top: 40px;
}

.footer-bottom-wrap .footer-bottom p {
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #221314;
  margin-top: 18px;
}

.footer-bottom-wrap .footer-social-links {
  gap: 10px;
}

.footer-bottom-wrap .footer-social-links li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: #E9EAEF;
  color: #221314;
  padding: 14px;
  border-radius: 50%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.footer-bottom-wrap .footer-social-links li a:hover {
  -webkit-transform: translate3d(0, -3px, 0);
  transform: translate3d(0, -3px, 0);
  background: #d3d5df;
}

.newsletter-text {
  right: 0;
  bottom: 200px;
  z-index: -1;
}

/*================================================
tri footer style end
=================================================*/
/* 
Agency Menu Css
*/
.agency-menu .main-nav {
  float: unset;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}

.agency-menu .main-nav>ul>li:hover>a {
  color: #404C99;
}

.agency-menu .main-nav>ul>li>a {
  color: rgba(24, 59, 86, 0.8);
  line-height: 1;
  position: relative;
  z-index: 1;
  font-family: "Circular Std regular";
}

.agency-menu .main-nav>ul>li>a.active {
  color: #404C99;
}

.agency-menu .main-nav>ul>li.has-child-menu:after {
  top: 40px;
}

.agency-menu .menu-btn-wrap .log-btn {
  border: 1px solid #183B56;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 15px;
  font-family: "Circular Std bold";
  font-style: normal;
  color: #183B56;
  padding: 19px 43px;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}

.agency-menu .menu-btn-wrap .log-btn:hover {
  -webkit-box-shadow: 0 1rem 2.5rem rgba(22, 28, 45, 0.1), 0 0.5rem 1rem -0.75rem rgba(22, 28, 45, 0.1);
  box-shadow: 0 1rem 2.5rem rgba(22, 28, 45, 0.1), 0 0.5rem 1rem -0.75rem rgba(22, 28, 45, 0.1);
  -webkit-transform: translate3d(0, -3px, 0);
  transform: translate3d(0, -3px, 0);
  color: #fff;
  background: #323b77;
}

/*================================================
 About Page Css
=================================================*/
.exceptionally-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.exceptionally-wrap:hover img {
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
  -webkit-filter: grayscale(0) blur(0px);
  filter: grayscale(0) blur(0px);
}

.exceptionally-wrap img {
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  -webkit-filter: grayscale(30%) blur(0.4px);
  filter: grayscale(30%) blur(0.4px);
}

.exceptionally-wrap .exceptionally-content {
  padding-left: 60px;
}

.exceptionally-wrap .exceptionally-content .exceptionally-content-child {
  margin-bottom: 37px;
}

.exceptionally-wrap .exceptionally-content .exceptionally-content-child:last-child {
  margin-bottom: 0;
}

.exceptionally-wrap .exceptionally-content .exceptionally-content-child h2 {
  font-family: "Circular Std bold";
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0em;
  color: #000000;
  margin-bottom: 14px;
}

.work-mixi .mix {
  display: none;
}

.work-link ul li {
  display: inline-block;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0em;
  color: #6e6e6e;
  margin-right: 50px;
  cursor: pointer;
}

.work-link ul li.active {
  position: relative;
  color: var(--color-secondary);
}

.work-link ul li.active::before {
  position: absolute;
  bottom: -6px;
  left: 0;
  background: var(--color-secondary);
  content: "";
  height: 2px;
  width: 100%;
}

.work-link ul li:last-child {
  margin-right: 0;
}

.latest-work-area {
  background: #F0F0F0;
}

.latest-text {
  margin: 25px 0 33px;
  line-height: 32px;
}

.latest-work-img-wrap {
  -webkit-filter: drop-shadow(0px 4px 40px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0px 4px 40px rgba(0, 0, 0, 0.1));
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  margin-bottom: 24px;
}

.latest-work-img-wrap:hover .latest-work-hover-content {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: left;
  transform-origin: left;
}

.latest-work-img-wrap .latest-work-hover-content {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 115, 66, 0.9)), to(rgba(255, 115, 66, 0.9)));
  background: linear-gradient(0deg, rgba(255, 115, 66, 0.9), rgba(255, 115, 66, 0.9));
  position: absolute;
  left: 0;
  top: 0;
  padding: 37px;
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.7s linear;
  transition: all 0.7s linear;
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transform-origin: right;
  transform-origin: right;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

.latest-work-img-wrap .latest-work-hover-content p {
  font-weight: 700;
  color: rgba(255, 255, 255, 0.6);
}

.latest-work-img-wrap .latest-work-hover-content h2 {
  font-family: "Circular Std bold";
  font-style: normal;
  font-size: 24px;
  line-height: 32px;
  color: #FFFFFF;
  margin: 17px 0 30px;
}

.latest-work-img-wrap .latest-work-hover-content a {
  font-weight: 700;
  color: #FFFFFF;
}

.latest-work-img-wrap .latest-work-hover-content a i {
  font-size: 11px;
}

.section-text {
  position: relative;
  padding-left: 10px;
}

.section-text:before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  width: 2px;
  height: 59px;
  background: var(--color-secondary);
}

.single-about-team:hover .single-about-team-img img {
  -webkit-filter: grayscale(50%);
  filter: grayscale(50%);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.single-about-team:hover .single-about-team-content h3 {
  color: var(--color-secondary);
}

.single-about-team .single-about-team-content h3 {
  font-family: "Circular Std bold";
  font-style: normal;
  font-size: 22px;
  color: #3B3B3B;
  margin: 36px 0 12px;
  -webkit-transition: color .25s ease-in-out;
  transition: color .25s ease-in-out;
}

.single-about-team .single-about-team-content p {
  line-height: 1;
}

.single-about-team .single-about-team-img {
  overflow: hidden;
  border-radius: 16px;
}

.single-about-team .single-about-team-img img {
  transition: all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-filter 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  will-change: filter;
}

.inner-slide-wrap .owl-dots {
  text-align: center;
  margin-top: 46px;
}

.inner-slide-wrap .owl-dots button {
  width: 16px;
  height: 16px;
  background: #EBE0E0;
  border: none;
  border-radius: 50%;
  margin-right: 16px;
}

.inner-slide-wrap .owl-dots button.active {
  background: var(--color-secondary);
}

.inner-slide-wrap .owl-dots button:last-child {
  margin-right: 0;
}

.inner-slide-wrap .owl-item img {
  display: unset;
  width: unset;
}

.about-testimonial-area {
  background: -webkit-gradient(linear, left top, left bottom, from(#F9F9F9), to(rgba(249, 249, 249, 0)));
  background: linear-gradient(180deg, #F9F9F9 0%, rgba(249, 249, 249, 0) 100%);
}

.single-client-testimonial {
  background: #FFFFFF;
  border-radius: 16px;
  padding: 30px;
  border: 1px solid #ededed8a;
}

.single-client-testimonial:hover .client-testimonial-img img {
  -webkit-filter: grayscale(50%);
  filter: grayscale(50%);
}

.single-client-testimonial:hover .client-testimonial-info h2 {
  color: var(--color-secondary);
}

.single-client-testimonial .client-testimonial-img img {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.single-client-testimonial .client-testimonial-info {
  padding-bottom: 24px;
  margin-bottom: 18px;
  border-bottom: 1px solid #EFEFEF;
}

.single-client-testimonial .client-testimonial-info h2 {
  font-family: "Circular Std bold";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  color: #3B3B3B;
  margin: 28px 0 4px;
  -webkit-transition: color .25s ease-in-out;
  transition: color .25s ease-in-out;
}

.single-client-testimonial .client-testimonial-info p {
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  color: #6e6e6e;
}

.single-client-testimonial .client-testimonial-rating ul {
  margin-bottom: 11px;
}

.single-client-testimonial .client-testimonial-rating ul li {
  display: inline-block;
  color: #FAB33F;
  font-size: 22px;
  margin-right: 5px;
}

.single-client-testimonial .client-testimonial-rating ul li:last-child {
  margin-right: 0;
}

/*================================================
 Service Page Css
=================================================*/
.solutions-btn-wrap .btn-hrrd-2 i {
  margin-right: 5px;
}

.solutions-area .collaborate-info>p {
  margin: 28px 0 57px;
}

.all-services-area {
  background: #F9F9F9;
}

.all-services-area .latest-text {
  margin: 25px 0 0px;
}

.all-services-box {
  background: #FFFFFF;
  border-radius: 16px;
  margin-bottom: 24px;
  padding: 24px 30px;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}

.all-services-box:hover {
  -webkit-box-shadow: 7px 15px 60px rgba(42, 46, 67, 0.07);
  box-shadow: 7px 15px 60px rgba(42, 46, 67, 0.07);
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.all-services-box:hover .all-services-icon i {
  color: var(--color-secondary);
}

.all-services-box .all-services-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.all-services-box .all-services-icon i {
  width: 70px;
  height: 70px;
  background: rgba(90, 113, 132, 0.1);
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #697F90;
  font-size: 38px;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}

.all-services-box .all-services-content h3 {
  margin: 26px 0 25px;
  font-family: "Circular Std medium";
  font-style: normal;
  font-size: 22px;
  color: #3B3B3B;
}

.all-services-box .all-services-content p {
  color: #6e6e6e;
  margin-bottom: 14px;
  line-height: 32px;
}

.all-services-box .all-services-content a {
  color: var(--color-secondary);
  font-weight: 600;
  font-size: 18px;
}

.all-services-box .all-services-content a i {
  font-size: 19px;
}

.toggle-btn.pricing-plan-toggle {
  margin: 0;
}

.toggle-btn.pricing-plan-toggle span {
  font-weight: 500;
  font-size: 16px;
  color: #6e6e6e;
}

.toggle-btn.pricing-plan-toggle .slider {
  background-color: #E6EAED;
}

.toggle-btn.pricing-plan-toggle .slider:before {
  background-color: #669FF6;
}

.pricing-plan-wrap {
  background: #FFFFFF;
  border: 1px solid #DEDEDE;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 8px;
  margin-bottom: 24px;
  padding: 32px 16px;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}

.pricing-plan-wrap:hover {
  border: 1px solid transparent;
  -webkit-box-shadow: 7px 15px 60px rgba(42, 46, 67, 0.07);
  box-shadow: 7px 15px 60px rgba(42, 46, 67, 0.07);
  border-radius: 16px;
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}

.pricing-plan-wrap:hover .pricing-plan-info .pricing-plan-icon i {
  color: var(--color-secondary);
}

.pricing-plan-wrap:hover .pricing-plan-btn-wrap a {
  background: var(--color-secondary);
  color: #fff;
}

.pricing-plan-wrap .pricing-plan-info {
  border-bottom: 1px solid rgba(90, 113, 132, 0.25);
  padding-bottom: 16px;
}

.pricing-plan-wrap .pricing-plan-info .pricing-plan-icon {
  width: 104px;
  height: 104px;
  background: rgba(90, 113, 132, 0.05);
  border-radius: 8px;
}

.pricing-plan-wrap .pricing-plan-info .pricing-plan-icon i {
  color: #FFE194;
  font-size: 64px;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}

.pricing-plan-wrap .pricing-plan-info .pricing-plan-compare {
  padding-left: 24px;
}

.pricing-plan-wrap .pricing-plan-info .pricing-plan-compare p {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  color: #6e6e6e;
  line-height: 1;
  margin-bottom: 15px;
}

.pricing-plan-wrap .pricing-plan-info .pricing-plan-compare h1 {
  font-family: "Circular Std bold";
  font-style: normal;
  font-size: 48px;
  line-height: 1;
  color: #333333;
}

.pricing-plan-wrap .pricing-plan-details ul {
  list-style: unset;
  padding-left: 16px;
  color: #333333;
  margin: 20px 0 29px;
}

.pricing-plan-wrap .pricing-plan-details ul li {
  color: #6e6e6e;
  margin-bottom: 10px;
}

.pricing-plan-wrap .pricing-plan-details ul li:last-child {
  margin-bottom: 0;
}

.pricing-plan-wrap .pricing-plan-btn-wrap a {
  display: inline-block;
  background: #FFE5A3;
  border-radius: 8px;
  font-family: "Rubik", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  color: #333333;
  padding: 15px 22px;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}

.counter-wrap {
  background-image: url(../images/service/count-bg.png);
  border-radius: 24px;
  overflow: hidden;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  padding: 82px 0 53px;
}

.counter-wrap .counter-item {
  margin-bottom: 24px;
}

.counter-wrap .counter-item h1 {
  font-family: "Circular Std bold";
  font-style: normal;
  font-size: 48px;
  color: #3B3B3B;
}

.counter-wrap .counter-item p {
  color: #6e6e6e;
  margin-top: 5px;
}

/*================================================
 Blog Page Css
=================================================*/
.blog-post-wrap h1 a {
  font-family: "Circular Std bold";
  font-style: normal;
  font-size: 32px;
  color: #3B3B3B;
  -webkit-transition: color .25s ease-in-out;
  transition: color .25s ease-in-out;
}

.blog-post-wrap h1 a:hover {
  color: var(--color-secondary);
}

.blog-post-wrap p {
  color: #6e6e6e;
  margin-bottom: 30px;
}

.blog-post-wrap ul {
  margin: 15px 0 22px;
}

.blog-post-wrap ul li {
  margin-right: 10px;
  display: inline-block;
}

.blog-post-wrap ul li a {
  font-size: 14px;
  color: #6e6e6e;
  -webkit-transition: color .25s ease-in-out;
  transition: color .25s ease-in-out;
}

.blog-post-wrap ul li a:hover {
  color: #29343d;
}

.blog-post-wrap ul li:last-child {
  margin-right: 0;
}

.blog-post-wrap ul li i {
  color: var(--color-secondary);
  margin-right: 5px;
}

.blog-post-wrap .blog-post-btn {
  color: var(--color-secondary);
  -webkit-transition: .5s;
  transition: .5s;
  display: inline-block;
}

.blog-post-wrap .blog-post-btn:hover {
  -webkit-transform: translateX(4px);
  transform: translateX(4px);
}

.blog-post-img {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}

.blog-post-img:hover img {
  -webkit-filter: brightness(100%) hue-rotate(45deg);
  filter: brightness(100%) hue-rotate(45deg);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.blog-post-img img {
  transition: all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-filter 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  will-change: filter;
}

.pagination-wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pagination-wrap ul li {
  line-height: 1;
  width: 48px;
  height: 48px;
  background: rgba(90, 113, 132, 0.1);
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 500;
  font-size: 22px;
  color: #6e6e6e;
  margin-right: 20px;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}

.pagination-wrap ul li:hover {
  background: var(--color-secondary);
  color: #fff;
}

.pagination-wrap ul li:first-child,
.pagination-wrap ul li:last-child {
  background: none;
  color: var(--color-secondary);
  font-size: 38px;
  width: unset;
  height: unset;
  margin-right: 12px;
}

.pagination-wrap ul li:first-child:hover,
.pagination-wrap ul li:last-child:hover {
  background: unset;
  color: #000;
}

.pagination-wrap ul li:last-child {
  margin-left: -8px;
  margin-right: 0px;
}

.cart-wrap .single-cart {
  margin-bottom: 24px;
  border: 2px solid rgba(102, 159, 246, 0.3);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-filter: drop-shadow(2px 12px 70px rgba(0, 0, 0, 0.08));
  filter: drop-shadow(2px 12px 70px rgba(0, 0, 0, 0.08));
  border-radius: 12px;
  padding: 20px 30px;
  position: relative;
}

.cart-wrap .single-cart::before {
  width: 2px;
  height: 32px;
  position: absolute;
  content: '';
  background: var(--color-secondary);
  left: -2px;
  -webkit-animation: cart-anm-t-b 4s alternate linear infinite;
  animation: cart-anm-t-b 4s alternate linear infinite;
}

.cart-wrap .single-cart.search-cart {
  padding: 22px;
}

.cart-wrap .single-cart.search-cart::before {
  display: none;
}

.cart-wrap .single-cart:last-child {
  margin-bottom: 0;
}

.cart-wrap .single-cart .cart-form {
  position: relative;
  overflow: hidden;
}

.cart-wrap .single-cart .cart-form input {
  width: 100%;
  background: rgba(189, 198, 206, 0.2);
  border-radius: 6px;
  border: none;
  color: #6e6e6e;
  padding: 15px 60px 15px 22px;
}

.cart-wrap .single-cart .cart-form i {
  position: absolute;
  color: var(--color-secondary);
  font-size: 18px;
  right: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.cart-wrap .single-cart .cart-title {
  border-bottom: 2px solid rgba(90, 113, 132, 0.4);
  padding-bottom: 17px;
  margin-bottom: 26px;
}

.cart-wrap .single-cart .cart-title h2 {
  font-family: "Circular Std bold";
  font-style: normal;
  font-size: 26px;
  color: #3B3B3B;
}

.cart-wrap .single-cart .cart-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 2px solid rgba(90, 113, 132, 0.2);
  padding-bottom: 18px;
  margin-bottom: 18px;
}

.cart-wrap .single-cart .cart-post:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.cart-wrap .single-cart .cart-post .cart-post-img {
  max-width: 69px;
  width: 100%;
  overflow: hidden;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(74, 116, 255, 0.08)), to(rgba(74, 116, 255, 0.08)));
  background: linear-gradient(0deg, rgba(74, 116, 255, 0.08), rgba(74, 116, 255, 0.08));
  border-radius: 8px;
}

.cart-wrap .single-cart .cart-post .cart-post-img:hover img {
  -webkit-filter: grayscale(50%);
  filter: grayscale(50%);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.cart-wrap .single-cart .cart-post .cart-post-img img {
  -webkit-transition: .2s;
  transition: .2s;
}

.cart-wrap .single-cart .cart-post .cart-post-content {
  padding-left: 12px;
}

.cart-wrap .single-cart .cart-post .cart-post-content h4 a {
  font-family: "Circular Std medium";
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  color: #3B3B3B;
  -webkit-transition: color .25s ease-in-out;
  transition: color .25s ease-in-out;
}

.cart-wrap .single-cart .cart-post .cart-post-content h4 a:hover {
  color: var(--color-secondary);
}

.cart-wrap .single-cart .cart-post .cart-post-content p {
  font-size: 14px;
  line-height: 18px;
  color: #6e6e6e;
  margin-top: 8px;
}

.cart-wrap .single-cart .comment-box {
  border-bottom: 2px solid rgba(90, 113, 132, 0.2);
  padding-bottom: 18px;
  margin-bottom: 18px;
}

.cart-wrap .single-cart .comment-box:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.cart-wrap .single-cart .comment-box h4 {
  font-family: "Circular Std medium";
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  color: #3B3B3B;
  -webkit-transition: .4s;
  transition: .4s;
}

.cart-wrap .single-cart .comment-box h4:hover {
  color: var(--color-secondary);
}

.cart-wrap .single-cart .comment-box h4 span {
  font-size: 12px;
  color: #6e6e6e;
}

.cart-wrap .single-cart .keywords-tag ul li {
  background: rgba(90, 113, 132, 0.1);
  border-radius: 10px;
  font-size: 14px;
  line-height: 1;
  color: #6e6e6e;
  margin: 0px 9px 12px 0px;
  display: inline-block;
  padding: 10px 17px;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}

.cart-wrap .single-cart .keywords-tag ul li:hover {
  color: #FFFFFF;
  background: var(--color-secondary);
}

.cart-wrap .single-cart .contact-details {
  border-bottom: 2px solid rgba(90, 113, 132, 0.2);
  padding-bottom: 18px;
  margin-bottom: 18px;
}

.cart-wrap .single-cart .contact-details:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.cart-wrap .single-cart .contact-details .contact-details-title h3 {
  font-family: "Circular Std medium";
  font-style: normal;
  font-size: 20px;
  color: #3B3B3B;
  margin-bottom: 26px;
}

.cart-wrap .single-cart .contact-details .contact-details-info ul li {
  color: #6e6e6e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 8px;
}

.cart-wrap .single-cart .contact-details .contact-details-info ul li:hover {
  color: #29343d;
}

.cart-wrap .single-cart .contact-details .contact-details-info ul li:hover i {
  color: #992900;
}

.cart-wrap .single-cart .contact-details .contact-details-info ul li:last-child {
  margin-bottom: 0;
}

.cart-wrap .single-cart .contact-details .contact-details-info ul li i {
  font-size: 20px;
  color: var(--color-secondary);
  margin-right: 15px;
  -webkit-transition: color .25s ease-in-out;
  transition: color .25s ease-in-out;
}

@-webkit-keyframes cart-anm-t-b {
  0% {
    top: 18px;
  }

  100% {
    top: calc(100% - 50px);
  }
}

@keyframes cart-anm-t-b {
  0% {
    top: 18px;
  }

  100% {
    top: calc(100% - 50px);
  }
}

/*================================================
 Contact Page Css
=================================================*/
.shop-check {
  display: block;
  position: relative;
  margin-top: 16px;
  margin-bottom: 45px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-left: 23px;
  /* Create a custom checkbox */
}

.shop-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.shop-check .checkmark {
  position: absolute;
  top: 4px;
  left: 0;
  height: 15px;
  width: 15px;
  border-radius: 2px;
  border: 1px solid var(--color-secondary);
  border-radius: 4px;
  /* Create the checkmark/indicator (hidden when not checked) */
}

.shop-check .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 4px;
  top: 2px;
  width: 5px;
  height: 8px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.shop-check input:checked~.checkmark {
  background-color: var(--color-secondary);
}

/* Show the checkmark when checked */
.shop-check input:checked~.checkmark:after {
  display: block;
}

.contact-input {
  position: relative;
}

.contact-input .form-message {
  position: absolute;
  left: 0;
  top: 102%;
}

.contact-input .form-message.error {
  color: red;
}

.contact-input .form-message.success {
  color: green;
}

.contact-input h3 {
  font-family: "Circular Std black";
  font-style: normal;
  font-size: 48px;
  color: #3B3B3B;
  margin-bottom: 39px;
  text-align: center;
}

.contact-input textarea,
.contact-input input {
  width: 100%;
  border: 1.5px solid rgba(90, 113, 132, 0.25);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 15px 20px;
}

.contact-input textarea::-webkit-input-placeholder,
.contact-input input::-webkit-input-placeholder {
  color: #6e6e6e;
}

.contact-input textarea:-ms-input-placeholder,
.contact-input input:-ms-input-placeholder {
  color: #6e6e6e;
}

.contact-input textarea::-ms-input-placeholder,
.contact-input input::-ms-input-placeholder {
  color: #6e6e6e;
}

.contact-input textarea::placeholder,
.contact-input input::placeholder {
  color: #6e6e6e;
}

.contact-input input {
  margin-bottom: 46px;
}

.contact-input .contact-btn-wrap button {
  border: none;
}

.location-map {
  height: 450px;
  border-radius: 16px;
  overflow: hidden;
}

.location-map iframe {
  height: 100%;
  width: 100%;
}

/*================================================
 Blog Details Page Css
=================================================*/
.blog-post-details h1 a {
  font-size: 48px;
  line-height: 58px;
}

.blog-post-details p {
  margin-top: 35px;
  margin-bottom: 20px;
}

.blog-details-wrap .details-post-content h1 {
  font-family: "Circular Std bold";
  font-style: normal;
  font-size: 36px;
  color: #3B3B3B;
}

.details-post-img {
  position: relative;
  overflow: hidden;
}

.details-post-img:hover:before {
  left: 0;
  right: 0;
  opacity: 0;
  width: auto;
}

.details-post-img:hover:after {
  top: 0;
  bottom: 0;
  opacity: 0;
  width: auto;
}

.details-post-img:after {
  background: rgba(255, 255, 255, 0.6);
  bottom: 50%;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  opacity: 1;
  width: 0;
  -webkit-transition: all 900ms linear;
  transition: all 900ms linear;
}

.details-post-img:before {
  background: rgba(255, 255, 255, 0.3);
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  right: 50%;
  top: 0;
  opacity: 1;
  width: 0;
  -webkit-transition: all 900ms linear;
  transition: all 900ms linear;
}

.details-share {
  margin-top: 34px;
}

.details-share li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
}

.details-share .details-share-info li {
  background: var(--color-secondary);
  color: #fff;
  height: 24px;
  width: 24px;
  border-radius: 3px;
  margin-right: 3px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.details-share .details-share-info li:hover {
  background: #6e6e6e;
  -webkit-transform: rotate(-5deg);
  transform: rotate(-5deg);
}

.details-share .details-share-info li:last-child {
  margin-right: 30px;
}

.details-share .details-share-info li:first-child {
  font-family: "Circular Std bold";
  font-style: normal;
  font-size: 24px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #3B3B3B;
  background: unset;
  height: unset;
  width: unset;
  border-radius: unset;
  margin-right: 10px;
}

.details-share .details-share-info li:first-child:hover {
  background: unset;
  -webkit-transform: unset;
  transform: unset;
}

.details-share .details-share-like li {
  color: var(--color-secondary);
  font-size: 28px;
  margin-right: 12px;
  -webkit-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}

.details-share .details-share-like li:hover {
  color: #6e6e6e;
  -webkit-transform: rotate(-5deg);
  transform: rotate(-5deg);
}

.details-share .details-share-like li:last-child {
  font-size: 18px;
  color: #3B3B3B;
  margin-right: 0;
  margin-left: -5px;
}

.details-share .details-share-like li:last-child:hover {
  color: #3B3B3B;
  -webkit-transform: unset;
  transform: unset;
}

/*
============================================
============= Preloader CSS ================
*/
.preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: #fff;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sk-cube-grid {
  width: 70px;
  height: 70px;
}

.sk-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background-color: var(--color-secondary);
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

@-webkit-keyframes sk-cubeGridScaleDelay {

  0%,
  70%,
  100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }

  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}

@keyframes sk-cubeGridScaleDelay {

  0%,
  70%,
  100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }

  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}

/*
============= Preloader CSS END ================
================================================
*/
/*Back to Top btn*/
.back-to-top-btn {
  position: fixed;
  bottom: 40px;
  right: 30px;
  background: #fff;
  height: 38px;
  width: 38px;
  text-align: center;
  line-height: 36px;
  display: none;
  z-index: 9999;
  -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
}

.back-to-top-btn:hover i {
  color: var(--color-secondary);
}

.back-to-top-btn i {
  color: #183B56;
  font-size: 18px;
  -webkit-transition: .3s;
  transition: .3s;
}

.back-to-top-btn i::before {
  vertical-align: middle;
}

/*# sourceMappingURL=style.css.map */

.japan-video {
  border-radius: 30px;
}

.destination-area .tour-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s ease;
  height: 100%;
}

.destination-area .tour-card:hover {
  transform: translateY(-5px);
}

.destination-area .tour-image img {
  width: 100%;
  height: auto;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.destination-area .tour-info {
  padding: 15px;
  text-align: left;
}

.destination-area .rating {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #FFD700;
}

.destination-area .stars {
  margin-right: 5px;
}

.destination-area .reviews {
  color: #666;
  margin-right: auto;
}

.destination-area .days {
  color: #555;
  font-size: 13px;
}


.destination-area h5 {
  font-size: 18px;
  color: var(--color-secondary) !important;
  margin-top: 5px;
}

.destination-area .price {
  font-size: 16px;
  margin-top: 10px;
  color: #333;
}

.destination-area .price span {
  font-weight: bold;
  font-size: 18px;
}

.packages-btn {
    display: flex;
    justify-content: space-between;
}

.packages-btn .tri-btn-fill {
    margin: 20px 10px 0;
    justify-content: center;
}

.iti{
    width: 100%;
}