@import "../css/icons.css";
*{
  padding: 0;
  margin: 0;
}

body{
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  font-weight: 400;
  background:#f9f9f9;
}
main{
  padding: 0px 0 40px;
  background: #fff;
}

h1 {
    font-size: 32px;
    line-height: 40px;
    font-weight: 900;
    margin-bottom: 15px;
}
h2 {
  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
}

h3 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
}

h4 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
}

h5 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
}

h6 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
h4{
  margin: 10px 0;
}
p {
    margin-top: 0;
    margin-bottom: 10px;
     font-size: 15px;
     line-height: 25px;
}
p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400; /* or #111 for darker */
  margin-bottom: 1em;
}

a {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  color: #111; /* adjust to your brand color */
  text-decoration: none;
  transition: color 0.3s ease;
}

a:hover,
a:focus {
  color: #11115d;
  text-decoration: none;
}
ul,
ol {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #333;
  padding-left: 0;
  margin-bottom: 1.5em;
}

ul li,
ol li {
  margin-bottom: 10px;
}

/* Optional: Use custom bullet style for UL */
ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}
img{
  width: 100%;
  border-radius: 8px;
  vertical-align: middle;
}
button{border: none}
a{text-decoration: none;}
.primary-color{
  color: #111;
}
.secondary-color{
  color:  #d61d69;
}
.theme-color {
    color: #f3524a;
}
.section-padding{padding: 50px 0}
.p-0{padding: 0}
.m-0{margin: 0}
.pt-0{padding-top: 0!important}
.pb-0{/* padding-bottom: 0!important; */}
.mb-0{margin-bottom: 0}
.mt-20{margin-top: 20px}
.mt-40{margin-top: 20px}
.mb-40{margin-bottom: 20px}
.pt-40{padding-top: 40px}
.pb-40{padding-bottom: 40px}
.d-flex{
  display: flex;
}
.d-block{display: block!important;}
.justify-content-center{
  justify-content: center;
}
.justify-content-end{
  justify-content: end;
}
.text-white {
    color: #fff !important;
}
.text-center{
  text-align: center;
}
.btn{
  font-size: 17px;
  line-height: 24px;
  padding: 10px 22px;
  border-radius: 4px;
  display: inline-block;
}
.btn i {
      position: relative;
      left: 0%; /* start hidden on the left */
      transition: left 0.3s ease;
}
.btn:hover i {
      left: 5%; /* slide to center */
    }
.btn-block{
  width: 100%;
}
.primary-btn{
  border: 1px solid #040a21;
  color: #040a21;
}
.primary-btn:hover{
      background: #11115d;
      color: #fff;
      border-color: #11115d;
}
.primary-btn i{
  vertical-align: middle;
}
.transparent-btn {
    background-color: #fff;
    display: inline-block;
    color: #000;
    font-weight: 500;
}
.transparent-btn:hover{
  background-color: #facfcd;
}
.bg-blue {
    background-color: #11115d;
}
.secondary-btn{
  background: #11115d;
  display: inline-block;
  color: #fff;
  font-weight: 500;
}

.secondary-btn:hover{
  background: #fff;
  color: #11115d;
  border: 1px solid #11115d;
}
.dark-btn {
    background-color: #f8684e;
    color: #fff;
}
.dark-btn:hover{
  background-color: #c93f26;
  color: #fff;
}

.justify-content-center-small{
  text-align: center;
}
.light{
  color: color-mix(in oklab, #000a22 40%, transparent);
  font-size: 16px;
  margin-bottom: 5px;
}
.light strong {
    color: #11115d;
    margin-right: 15px;
}
.light strong a{
  color: #dd224f;
}
.bg-gray {
    background-color: #ececec;
}
.light-bg-gray{
  background-color: #f2f2f2;
}
.mb-20{
  margin-bottom: 20px;
}
.m-20{margin: 20px}
/*start header*/
header.header {
  position: relative;
  z-index: 15;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background-color: transparent;
  box-shadow: 8px 5px 7px rgb(0 0 0 / 10%) !important;
    -moz-box-shadow: 8px 5px 7px rgba(0, 0, 0, 0.1) !important;
    -webkit-box-shadow: 8px 5px 7px rgb(0 0 0 / 10%) !important;
}
  header.rt-header {
    display: none;
  }
  header.header {
    display: none;
  }
.logo-area
 {
    width: 150px;
}
.logo-area a {
  display: block;
  line-height: 22px;
}
.logo-area a img{
  border-radius: 0;
}
.header-menu {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 100;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.header-menu:after {
  clear: both;
  content: "";
  display: block;
}
.header-menu nav.template-main-menu > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.header-menu nav.template-main-menu > ul > li > a {
  transition: all 0.3s ease-out;
}
.header-menu nav.template-main-menu > ul > li > a:hover {
  color: #50ffe4;
}
.mean-bar img {
        width: 130px;
}
nav.template-main-menu > ul > li {
  position: relative;
  list-style: none;
   margin-bottom: 0;
}
nav.template-main-menu > ul > li > a {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  display: block;
  color: #333;
  text-transform: capitalize;
  position: relative;
  transition: all 0.3s ease-in-out;
}
  nav.template-main-menu > ul > li > a {
    font-size: 18px;
  }
nav.template-main-menu > ul > li > a:after {
  content: "";
  width: 10px;
  height: 10px;
  border: 1px solid #333;
  display: inline-block;
  transform: rotate(45deg) translate(-2px, -3px);
  border-left: none;
  border-top: none;
  margin-left: 8px;
}
nav.template-main-menu > ul > li > a:after {
    right: 0px;
    margin-left: 7px;
}

nav.template-main-menu > ul > li > a.active {
  color: #c72832;
}
nav.template-main-menu > ul > li > a.active:after {
  border: 1px solid #c72832;
  transform: rotate(45deg) translate(1px, -4px);
  border-left: none;
  border-top: none;
}
nav.template-main-menu > ul > li > a:before {
 content: "";
    width: 100%;
    height: 2px;
    background-color: #c72832;
    position: absolute;
    left: 0;
    bottom: -2px;
    visibility: hidden;
    opacity: 0;
}
nav.template-main-menu > ul > li > a.active:before {
  visibility: visible;
  opacity: 1;
}
nav.template-main-menu > ul > li > a:last-child:after {
  display: none;
}
.header-menu nav.template-main-menu > ul > li > a:hover {
  color: #11115d;
}
nav.template-main-menu-2 > ul > li > a {
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  display: block;
  color: #212121;
  text-transform: capitalize;
  position: relative;
  transition: all 0.3s ease-in-out;
}
  nav.template-main-menu-2 > ul > li > a {
    font-size: 14px;
  }
nav.template-main-menu-2 > ul > li > a:after {
  border: 1px solid #212121;
  border-left: none;
  border-top: none;
}
nav.template-main-menu-2 > ul > li > a:before {
  background-color: var(--rt-primary-color);
}
nav.template-main-menu-2 > ul > li > a.active {
  color: var(--rt-primary-color);
}
nav.template-main-menu-2 > ul > li > a.active:after {
  border: 1px solid var(--rt-primary-color);
  border-left: none;
  border-top: none;
}
nav.template-main-menu-2 > ul > li > a:hover:after {
  color: var(--rt-primary-color);
}
nav.template-main-menu-3 > ul > li > a {
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  display: block;
  color: #212121;
  text-transform: capitalize;
  position: relative;
  transition: all 0.3s ease-in-out;
}
 nav.template-main-menu-3 > ul > li > a {
    font-size: 14px;
}

nav.template-main-menu-3 > ul > li > a:after {
  border: 1px solid #212121;
  border-left: none;
  border-top: none;
}
nav.template-main-menu-3 > ul > li > a:before {
  background-color: var(--rt-primary-color);
  bottom: 1px;
}
nav.template-main-menu-3 > ul > li > a.active {
  color: var(--rt-primary-color);
}
nav.template-main-menu-3 > ul > li > a.active:after {
  border: 1px solid var(--rt-primary-color);
  border-left: none;
  border-top: none;
}
nav.template-main-menu-3 > ul > li > a:hover:after {
  color: var(--rt-primary-color);
}
nav.template-main-menu > ul > li ul.dropdown-menu-col-1 {
  border-top: 1px solid var(--rt-primary-color);
  background-color: #ffffff;
  width: 250px;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  padding-left: 0;
  border-radius: 0 0 4px 4px;
  -webkit-transform: translateY(15px);
  -moz-transform: translateY(15px);
  -ms-transform: translateY(15px);
  -o-transform: translateY(15px);
  transform: translateY(15px);
  -webkit-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
nav.template-main-menu > ul > li ul.dropdown-menu-col-1 li {
  position: relative;
  list-style: none;
  margin-bottom: 0;
}
nav.template-main-menu > ul > li ul.dropdown-menu-col-1 li a {
  position: relative;
  font-size: 15px;
  font-weight: 400;
  text-transform: capitalize;
  color: #212121;
  padding: 5px 20px;
  display: block;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
  nav.template-main-menu > ul > li ul.dropdown-menu-col-1 li a {
    font-size: 15px;
  }

/*nav.template-main-menu > ul > li ul.dropdown-menu-col-1 li a:before {
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 6px;
  color: var(--rt-primary-color);
  position: absolute;
  top: 12px;
  left: 20px;
  transform: scale(0);
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}*/
nav.template-main-menu > ul > li ul.dropdown-menu-col-1 li a:hover {
  color: #11115d;
}
nav.template-main-menu > ul > li ul.dropdown-menu-col-1 li a:hover:before {
  transform: scale(1);
}
nav.template-main-menu > ul > li ul.dropdown-menu-col-1 li:after {
  content: "";
  position: absolute;
  top: 0;
  left: 20px;
  right: 20px;
  height: 100%;
  border-bottom: 1px solid #e9e9e9;
  z-index: -1;
}
nav.template-main-menu > ul > li ul.dropdown-menu-col-1 li:last-child:after {
  border-bottom: none;
}

nav.template-main-menu > ul > li .template-mega-menu ul.sub-menu li a {
  font-size: 15px;
  text-transform: capitalize;
  color: #212121;
  padding: 5px 15px 5px 30px;
  display: block;
  -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  -moz-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  -ms-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  -o-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  position: relative;
}
nav.template-main-menu > ul > li .template-mega-menu ul.sub-menu li a i {
  color: #000000;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
nav.template-main-menu > ul > li .template-mega-menu ul.sub-menu li a:hover {
  color: var(--rt-primary-color);
  padding: 5px 15px 5px 35px;
}
nav.template-main-menu > ul > li .template-mega-menu ul.sub-menu li a:hover i {
  color: var(--rt-primary-color);
  animation: toRightFromLeft10 0.5s;
}
nav.template-main-menu > ul > li:hover ul.dropdown-menu-col-1 {
  opacity: 1;
  visibility: visible;
  transform: translatey(0);
}
nav.template-main-menu > ul > li:hover ul.dropdown-menu-col-2 {
  opacity: 1;
  visibility: visible;
  transform: translatey(0);
}
nav.template-main-menu > ul > li:hover .template-mega-menu {
  opacity: 1;
  visibility: visible;
  transform: translatey(0);
}
.header-menu.menu-layout1 {
  background-color: transparent;
  padding: 4px 0px 4px 0;
}
  .header-menu.menu-layout1 {
    padding: 10px 10px;
  }

.header-menu.menu-layout1 nav.template-main-menu > ul > li > a {
  padding: 10px 30px;
}
.header-menu.menu-layout1 nav.template-main-menu > ul > li .no-padding {
  padding-left: 3px;
}
.header-menu.menu-layout1 nav.template-main-menu > ul > li > a {
    padding: 10px 18px;
}

.header-contact li {
    list-style: none;
    display: inline-block;
    margin-left: 8px;
    margin-bottom: 0;
}
.header-contact  li a {
  font-size: 17px;
}
.header-contact  li a i{
  color: green;
}
.rt-sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  left: 0;
  right: 0;
  background-color: #ffffff;
}
.rt-sticky nav.template-main-menu > ul > li > a {
  padding: 30px 15px;
}
.sticky-on.sticky #navbar-wrap {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  z-index: 999;
  background-color: #fff;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
}
.header-menu.menu-layout1.rt-sticky {
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
  z-index: 150;
  background-color: #fff;
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
  padding-top: 0px;
  padding-bottom: 0;
}
.header-menu.menu-layout1.rt-sticky nav.template-main-menu > ul > li > a {
  padding: 35px 18px;
}
.header-menu.menu-layout1.rt-sticky nav.template-main-menu > ul > li > a {
    padding: 20px 8px;
}
.header-action-layout1{
    justify-content: end;
    display: flex;
}
.rt-sticky .logo-area{
  padding-top: 10px;
}
.header-action-layout1 .action-list {
  display: flex;
  align-items: center;
}
.header-action-layout1 .action-item {
  color: #212121;
  margin-right: 20px;
  cursor: pointer;
  position: relative;
}

  .header-action-layout1 .action-item {
    margin-right: 20px;
  }
.header-action-layout1 .action-item:last-child {
  margin-right: 0;
}
.header-action-layout1 .action-item-style {
  color: #212121;
  margin-right: 20px;
  cursor: pointer;
  position: relative;
  display: flex;
  width: -19%;
}
.header-action-layout1 .action-item-style:last-child {
  margin-right: 0;
}
.header-action-layout1 .left-right-btn {
  position: relative;
}
.header-action-layout1 .left-right-btn a:hover .item-count {
  color: var(--rt-primary-color);
  background-color: #fff;
}
.header-action-layout1 .left-right-btn a i {
  font-size: 16px;
  border: 1px solid #d1e5e0;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.header-action-layout1 .left-right-btn a i:before {
  transition: all 0.3s ease-in-out;
  color: #960100;
}
.header-action-layout1 .left-right-btn a i:hover {
  background-color: var(--rt-primary-color);
  border-color: var(--rt-primary-color);
}
.header-action-layout1 .left-right-btn a i:hover:before {
  -webkit-animation: toBottomFromTop 0.5s forwards;
  animation: toBottomFromTop 0.5s forwards;
  color: #ffffff;
}
.header-action-layout1 .left-right-btn a .icon-round:before {
  color: var(--rt-primary-color);
}
.header-action-layout1 .left-right-btn a .item-count {
  color: #ffffff;
  font-size: 12px;
  background-color: var(--rt-primary-color);
  border: none;
  border-radius: 50%;
  height: 22px;
  width: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: -10px;
  right: -3px;
}
.header-action-layout1 .wish-btn {
  position: relative;
}
.header-action-layout1 .wish-btn a:hover .item-count {
  color: var(--rt-primary-color);
  background-color: #fff;
}
.header-action-layout1 .wish-btn a i {
  color: var(--rt-primary-color);
  font-size: 16px;
  border: 1px solid #d1e5e0;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.header-action-layout1 .wish-btn a i:before {
  transition: all 0.3s ease-in-out;
  color: #960100;
}
.header-action-layout1 .wish-btn a i:hover {
  background-color: var(--rt-primary-color);
  border-color: var(--rt-primary-color);
}
.header-action-layout1 .wish-btn a i:hover:before {
  -webkit-animation: toBottomFromTop 0.5s forwards;
  animation: toBottomFromTop 0.5s forwards;
  color: #ffffff;
}
.header-action-layout1 .wish-btn a .icon-round:before {
  color: var(--rt-primary-color);
}
.header-action-layout1 .wish-btn a .item-count {
  color: #ffffff;
  font-size: 12px;
  background-color: var(--rt-primary-color);
  border: none;
  border-radius: 50%;
  height: 22px;
  width: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: -10px;
  right: -3px;
}
.header-action-layout1 .my-account i {
  color: #557C70;
  font-size: 16px;
  /* border: 1px solid #d1e5e0; */
  border-radius: 50%;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.header-action-layout1 .my-account i:before {
  transition: all 0.3s ease-in-out;
  color: #557C70;
}
.header-action-layout1 .my-account i:hover {
  color: #333;
  background-color: #fff;
}
.header-action-layout1 .my-account i:hover:before {
  -webkit-animation: toBottomFromTop 0.5s forwards;
  animation: toBottomFromTop 0.5s forwards;
  color: #070707;
}
.header-action-layout1 .my-account .icon-round:before {
  color: var(--rt-primary-color);
}
.header-action-layout1 .my-account {
    margin-right: 0;}

.header-action-layout1 .my-account2 {
  display: flex;
  align-items: center;
}
.header-action-layout1 .my-account2:before {
    display: none;
  }
.header-action-layout1 .my-account2 i {
  color: var(--rt-primary-color);
  font-size: 16px;
  border: 1px solid #d1e5e0;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.header-action-layout1 .my-account2 i:before {
  transition: all 0.3s ease-in-out;
  color: var(--rt-primary-color);
}
.header-action-layout1 .my-account2 i:hover {
  background-color: var(--rt-primary-color);
  border-color: var(--rt-primary-color);
}
.header-action-layout1 .my-account2 i:hover:before {
  -webkit-animation: toBottomFromTop 0.5s forwards;
  animation: toBottomFromTop 0.5s forwards;
  color: #ffffff;
}
.header-action-layout1 .listing-button {
  position: relative;
}
.header-action-layout1 .listing-button:hover .listing-btn span {
  background-color: var(--rt-primary-color);
}
.header-action-layout1 .listing-button:hover .listing-btn span i {
  transform: rotate(180deg);
}
.header-action-layout1 .listing-button:hover .listing-btn .item-text::after {
  visibility: visible;
  opacity: 1;
  width: 100%;
  left: 0;
}
.header-action-layout1 .listing-button .listing-btn {
    display: flex;
    align-items: center;
    background-color: transparent;
    justify-content: center;
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    border: none;
    border-radius: 30px;
    overflow: hidden;
    border: 1px solid #557C70;
}
.header-action-layout1 .listing-button .listing-btn span {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.15);
  padding: 7px 15px;
  border-radius: 30px 0px 0px 30px;
}
.header-action-layout1 .listing-button .listing-btn span {
    display: none;
  }

.header-action-layout1 .listing-button .listing-btn span i {
  transition: all 0.3s ease-in-out;
  color: #fff;
}
.header-action-layout1 .listing-button .listing-btn .item-text {
    color: #557C70;
    background-color: transparent;
    padding: 6px 34px;
    transition: all 0.3s ease-in-out;
    font-weight: 500;
    position: relative;
    z-index: 1;
    font-size: 16px;
}
.header-action-layout1 .listing-button .listing-btn .item-text::after {
  content: "";
  width: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.15);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
  border-radius: 0px 30px 30px 0px;
  z-index: -1;
}
.header-action-layout1 .listing-button2:after {
  left: 208px;
  bottom: -22px;
}
.header-action-layout1 .listing-button2:after {
    display: none;
  }
.header-action-layout4 {
  justify-content: flex-end;
}
.header-menu.menu-layout3 {
  position: relative;
  z-index: 99;
  padding: 0;
}
.header-menu.menu-layout3:after {
  content: "";
  height: 1px;
  width: 100%;
  background-color: #e3e6e6;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
}
.header-menu.menu-layout2 {
  background-color: #ffffff;
  position: relative;
  z-index: 1000;
  padding: 0;
}
.header-menu.menu-layout2:after {
  content: "";
  height: 1px;
  width: 100%;
  background-color: #ffffff;
  opacity: 0.2;
  position: absolute;
  bottom: 86px;
  left: 0;
  z-index: -1;
}
.header-menu.menu-layout2.rt-sticky {
  position: fixed;
  background-color: #fff;
  z-index: 100;
  left: 0;
  right: 0;
}
.header-menu.menu-layout2 nav.template-main-menu > ul > li > a {
  padding: 35px 18px;
}
.header-menu.menu-layout2 nav.template-main-menu > ul > li > a {
    padding: 30px 10px;
  }

.header-menu.menu-layout2.rt-sticky nav.template-main-menu > ul > li > a {
  padding: 31px 15px;
}

.header-menu.menu-layout2.rt-sticky nav.template-main-menu > ul > li > a {
    padding: 30px 10px;
  }

.header-menu.menu-layout2 nav.template-main-menu > ul > li .no-padding {
  padding-left: 3px;
}
.header-bottombar-area {
  padding: 15px 0px 20px;
}
.header-bottombar-area .rent-form .form-check-box {
  display: flex;
  align-items: center;
}
.header-bottombar-area .rent-form .form-check-box .checkbox-button .checkbox-button__label {
  font-size: 14px;
  font-weight: 400;
  color: #878c9f;
}
.header-bottombar-area .map-form {
  margin-bottom: 0;
}
.header-bottombar-area .map-form .control-style .form-control {
  height: 46px;
  border: 1px solid #e3e6e6;
  color: var(--rt-primary-color);
}
.header-bottombar-area .map-form .control-style .form-control:focus {
  box-shadow: none;
  outline: 0;
}
.header-bottombar-area .map-form .control-style ::placeholder {
  color: #878c9f;
  font-size: 15px;
  font-weight: 400;
}
.header-bottombar-area .map-form .rld-single-select .single-select {
  height: 46px;
  line-height: 46px;
  border: 1px solid #e3e6e6;
}
.header-bottombar-area .rld-main-search2 {
  box-shadow: none;
  border-radius: 0px;
  margin-bottom: 0px;
  background-color: transparent;
  position: relative;
  margin-right: 0px;
}
.header-bottombar-area .rld-main-search2 .dropdown-filter {
  cursor: pointer;
  position: relative;
  text-align: center;
  display: inline-block;
  margin: 0px 5px 0px 0px;
  border: 0;
  font-size: 20px;
}
.header-bottombar-area .rld-main-search2 .dropdown-filter:after {
  display: none;
}
.header-bottombar-area .rld-main-search2 .filter-button .filter-btn1 {
  padding: 10px 25px;
}
.header-bottombar-area .rld-main-search2 .filter-button .search-btn {
  color: #ffffff;
  border: none;
  margin-right: 0;
  background-color: var(--rt-primary-color);
  transition: all 0.3s ease-in-out;
}
.header-bottombar-area .rld-main-search2 .filter-button .search-btn:hover {
  background-color: var(--rt-primary-dark);
}
.header-bottombar-area .rld-main-search2 .filter-button .search-btn:after {
  display: none;
}

  .header-bottombar-area .rld-main-search2 .filter-button .search-btn span {
    display: none;
  }

.header-bottombar-area .rld-main-search2 .filter-button .search-btn i {
  margin-left: 5px;
}
.header-bottombar-area .rld-main-search2 .filter-button .reset-btn {
  margin-right: 0;
}
.header-bottombar-area .rld-main-search2 .filter-button .reset-btn:hover i {
  color: #ffffff;
}
.header-bottombar-area .rld-main-search2 .filter-button .reset-btn i {
  margin-left: 5px;
  transition: all 0.4s ease;
}
.header-bottombar-area .testing-explore {
  position: relative;
}
.header-bottombar-area .explore__form-checkbox-list.full-filter {
  top: initial;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.header-bottombar-area .explore__form-checkbox-list.full-filter.filter-block {
  margin-top: 0;
}
.header-menu.menu-layout3.rt-sticky {
  position: fixed;
  background-color: #ffffff;
  box-shadow: none;
  z-index: 100;
  left: 0;
  right: 0;
  border-bottom: 0;
}
.header-menu.menu-layout3.rt-sticky nav.template-main-menu > ul > li > a {
  padding: 31px 15px;
}
  .header-menu.menu-layout3.rt-sticky nav.template-main-menu > ul > li > a {
    padding: 30px 10px;
  }

.header-menu.menu-layout3 nav.template-main-menu > ul > li > a {
  padding: 35px 18px;
}

.header-menu.menu-layout3 nav.template-main-menu > ul > li > a {
    padding: 30px 10px;
}

.header-menu.menu-layout3 nav.template-main-menu > ul > li .no-padding {
  padding-left: 3px;
}
.header-menu.menu-layout4 {
  padding: 0;
}
.header-menu.menu-layout4.rt-sticky {
  padding-top: 0;
}
.middle-bar.for-mobile-menu {
  background-color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 2px 15px;
}
.middle-bar.for-mobile-menu ul li {
  margin: 3px 8px;
}
.search-wrap.for-mobile-menu form {
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.search-wrap.for-mobile-menu input {
  color: #000000;
  border: 0;
  height: 40px;
  padding: 5px 15px;
  background-color: transparent;
}
.search-wrap.for-mobile-menu input:focus {
  outline: none;
}
.search-wrap.for-mobile-menu .search-btn {
  height: 40px;
  padding: 5px 20px;
  background-color: transparent;
  border: 0;
  color: #818284;
  font-size: 15px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.search-wrap.for-mobile-menu .search-btn:focus {
  outline: none;
}
.search-wrap.for-mobile-menu .search-btn:hover {
  color: var(--rt-primary-dark);
}
.search-wrap.for-mobile-menu input::-webkit-input-placeholder {
  color: #878c9f;
  font-size: 15px;
  font-weight: 400;
}
.search-wrap.for-mobile-menu input::-moz-placeholder {
  color: #878c9f;
  font-size: 15px;
  font-weight: 400;
}
.search-wrap.for-mobile-menu input:-moz-placeholder {
  color: #878c9f;
  font-size: 15px;
  font-weight: 400;
}
.search-wrap.for-mobile-menu input:-ms-input-placeholder {
  color: #878c9f;
  font-size: 15px;
  font-weight: 400;
}
.btn-ghost.for-mobile-menu {
  border: 1px solid var(--rt-primary-color);
  padding: 8px 20px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 4px;
  color: var(--color_primary);
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-ghost.for-mobile-menu:hover {
  background-color: var(--color_primary);
  color: #ffffff;
}
.action-btn.for-mobile-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
}
.action-btn.for-mobile-menu a {
  color: var(--color_text_heading);
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.action-btn.for-mobile-menu a:after {
  content: "|";
  padding: 0 5px 0 8px;
}
.action-btn.for-mobile-menu a:last-child:after {
  display: none;
}
.action-btn.for-mobile-menu a:hover {
  color: var(--color_primary);
}
.offscreen-navigation .menu > li {
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.offscreen-navigation .menu > li:last-child {
  border-bottom: 0;
}
.offscreen-navigation .menu > li > a {
  background-color: #f3f3f3;
  font-size: 15px;
  padding: 12px 30px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.offscreen-navigation .menu > li > a:hover {
  background-color: #f8f8f8;
}
.offscreen-navigation .menu > li > a.opened {
  background-color: #f8f8f8;
}
.offscreen-navigation .sub-menu {
  display: none;
  background-color: #ffffff;
}
.offscreen-navigation .sub-menu li a {
  border-top: 1px solid #f1f1f1;
  padding-left: 50px;
  font-size: 14px;
  padding-top: 7px;
  padding-bottom: 7px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.offscreen-navigation .sub-menu li a:hover {
  background-color: rgba(0, 113, 220, 0.05);
}
.offscreen-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.offscreen-navigation ul li > a {
  display: block;
  position: relative;
  color: #000000;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
ul.dropdown-menu-col-1 li a {
    padding: 12px 40px;
}

.offscreen-navigation ul li > a:hover {
  color: var(--color_primary);
}
.offscreen-navigation ul li.menu-item-has-children > a:after {
     content: "";
     width: 7px;
     height: 7px;
     border: 1px solid #333;
     display: inline-block;
     transform: rotate(45deg) translate(1px, -4px);
     border-left: none;
     border-top: none;
     margin-left: 8px;
     position: absolute;
     right: 27px;
     top: 19px;
}
.offscreen-navigation ul li.menu-item-has-children > a:before {
  color: #999999;
  content: "\f068";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  right: 20px;
  position: absolute;
  font-size: 12px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.offscreen-navigation ul li.menu-item-has-children > a.opened:after {
  opacity: 1;
  /* visibility: hidden; */
}
.offscreen-navigation ul li.menu-item-has-children > a.opened:before {
  /* opacity: 1; */
  /* visibility: visible; */
}
.rt-slide-nav {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    z-index: 999;
    transition: .5s cubic-bezier(.77,0,.175,1);
    overflow: auto;
}
.rt-slide-nav.open {
    left: 0;
    background: #f3f3f3;
}
  .rt-header-menu {
    padding: 0px;
    border-bottom: 1px solid rgba(81, 81, 81, 0.15);
    transition: all 0.5s;
  }
  .rt-header-menu.rt-sticky {
    position: fixed !important;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: 999;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
    padding-top: 0;
    z-index: 150;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
  }
.mean-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 5px 15px;
  background-color: rgb(255 255 255 / 80%);
}
.mean-bar-style-2 {
  background-color: rgba(0, 0, 0, 0.8);
}
body .sidebarBtn {
    display: block;
    padding: 12px 0;
    cursor: pointer;
    -webkit-transition: all 0.3s 
ease-in-out;
    transition: all 0.3s 
ease-in-out;
    position: absolute;
    z-index: 9999;
}
body .sidebarBtn .bar {
  background: #111;
  height: 3px;
  width: 30px;
  display: block;
  margin-bottom: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
body .sidebarBtn .bar:nth-child(2),
body .sidebarBtn .bar:nth-child(3) {
  width: 25px;
  margin-left: 5px;
}
body .sidebarBtn .bar:last-child {
  margin-bottom: 0;
}
.slidemenuon{
  position: relative;
}
body.sticky-header.slidemenuon:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000057;
}
body.slidemenuon .sidebarBtn .bar:nth-child(2),
body.slidemenuon .sidebarBtn .bar:nth-child(3) {
  opacity: 0;
}
body.slidemenuon .sidebarBtn .bar:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(7px, 7px);
  -ms-transform: rotate(45deg) translate(7px, 7px);
  transform: rotate(45deg) translate(7px, 7px);
}
body.slidemenuon .sidebarBtn .bar:nth-child(4) {
  -webkit-transform: rotate(-45deg) translate(8px, -8px);
  -ms-transform: rotate(-45deg) translate(8px, -8px);
  transform: rotate(-45deg) translate(9px, -10px);
}
.mean-bar--right {
  display: flex;
  align-items: center;
  justify-content: end;
}
  .mean-bar--right {
    min-width: 100px;
  }

.mean-bar--right .actions a {
  color: #100f0f;
  font-size: 20px;
}

.template-search {
  position: fixed;
    top: 10%;
    right: 15%;
    width: 400px;
    height: 200px;
  background-color: #ffffff;
  transform: translate(0px, -100%) scale(0, 0);
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
  transition: all 0.7s ease-in-out;
}
.template-search .search-form {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
.template-search .search-form input[type="search"] {
  width: 60%;
  color: #000000;
  font-size: 40px;
  text-align: left;
  border: none;
  border-bottom: 2px solid;
  margin: 0 auto;
  padding: 10px 0;
  outline: none;
}
.template-search .search-form .search-btn {
  padding: 28px 60px;
  box-shadow: none;
  border: none;
  cursor: pointer;
  font-size: 24px;
  font-weight: 600;
  transform: translateX(-150px) translateY(-10px);
  background-color: transparent;
  transition: all 0.3s ease-out;
}

.template-search .search-form .search-btn i {
  margin-left: 0;
}
.template-search .search-form .search-btn:focus {
  box-shadow: none;
  outline: none;
}
.template-search .search-form input::-webkit-input-placeholder {
  color: #878c9f;
  font-size: 15px;
  font-weight: 400;
}
.template-search .search-form input::-moz-placeholder {
  color: #878c9f;
  font-size: 15px;
  font-weight: 400;
}
.template-search .search-form input:-moz-placeholder {
  color: #878c9f;
  font-size: 15px;
  font-weight: 400;
}
.template-search .search-form input:-ms-input-placeholder {
  color: #878c9f;
  font-size: 15px;
  font-weight: 400;
}
.template-search .close {
  position: fixed;
  top: 0;
  right: 20px;
  color: #000000;
  border: none;
  opacity: 0.7;
  height: 44px;
  line-height: 31px;
  visibility: visible;
  padding: 3px 15px 5px;
  font-size: 37px;
  font-weight: 300;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.template-search .close:focus {
  box-shadow: none;
  border: none;
  outline: none;
}
.template-search .close:hover {
  opacity: 1;
}
.template-search.open {
  transform: translate(0px, 0px) scale(1, 1);
  opacity: 0.95;
  visibility: visible;
}

/*start top header*/
.top-header {
    background-color: #f5f6f7;
    padding: 9px 0;
    display: none;
}
.top-header-menu{
  display: none;
  justify-content: end;
}
.top-header-menu li {
    list-style: none;
    display: inline-block;
    margin: 0 11px;
    font-size: 15px;
}
.top-header-menu li a{
  color: #494747;
  font-weight: 500;
  font-size: 14px;
}
.header-adress li{
  list-style: none;
  display: inline-block;
  margin: 0 20px;
  font-size: 13px;
  color: #494747;
  font-weight: 500;
}
.header-adress li a{
  font-size: 18px;
}
.header-adress {
    text-align: center;
    margin-bottom: 0;
}
.header-adress li span
 {
    vertical-align: middle;
    margin-left: 5px;
}
.header-adress li i {
    vertical-align: middle;
    font-weight: 600;
}

/*start footer*/
footer{
  padding: 75px 0 50px;
}
.footer-category h5 {
    font-size: 18px;
    font-weight: 800;
    color: #111;
    line-height: 24px;
    margin-bottom: 20px;
}
.footer-category ul{
  padding-left: 0;
}
.footer-category ul li{
  margin-bottom: 11px;
  line-height: 24px;
  list-style: none;
}
.footer-category ul li a {
    font-size: 14px;
    color: #111;
    line-height: 19px;
    vertical-align: middle;
}
.footer-category ul li a i{
  width: 15px;
  float: left;
  line-height: 26px;
  margin-right: 5px;
}
.footer-category ul li a span{
  display: table;
}
.footer-category ul li a img{
  width: 30px;
  margin-right: 5px;
      vertical-align: middle;
}
.social__icon li{
  display: inline-block;
  margin-right: 10px;
}
.copyright {
    border-top: 1px solid #bdbdbd;
    padding-top: 20px;
    margin-top: 20px;
    flex-direction: column;
    text-align: center;
}
.copyright {
    border-top: 1px solid #bdbdbd;
    padding-top: 20px;
    margin-top: 20px;
    flex-direction: column;
    text-align: center;
}
.copyright p{
  margin-bottom: 0;
  font-size: 15px;
  line-height: 26px;
  color: #111;
}
.copyright ul{
    font-size: 17px;
   ine-height: 26px;
   margin-bottom: 0;
       padding-left: 20px;
}
.copyright ul li{
  display: inline-block;
  margin-bottom: 0;
  line-height: 26px;
}
.copyright ul li a{
  color: #111;
  border-right: 1px solid #111;
  padding-right: 10px;
  margin-right: 10px;
  font-size: 15px;
  line-height: 26px;
}
.copyright ul li:last-child a{
  border-right: none;
}
/*end footer*/

/*start banner*/
.banner-main {
    padding: 50px 0;
    background-position: top center;
    height: auto;
    background-color: #11115d;
}
.banner-main h1{
  color: #fff;
}

.banner-main p {
    font-size: 16px;
    color: #f9f9f9 ;
    line-height: 26px;
    font-weight: 500;
}
.banner-main p span{
    margin-top: 20px;
    background: -webkit-linear-gradient(91.89deg, #f09784 -13.87%, #b1184f 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 100%;
}
}


/*end banner*/

/*start about us*/

.about-content {
    padding-left: 0px;
    padding-right: 0px;
}
.about-us-main {
    padding-top: 80px;
}
.about-us img
 {
    padding: 0 20px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
/*start cta*/
.cta-main {
    background: linear-gradient(-45deg, #f89f83, #ec2350, #f09730, #c60449);
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
    padding: 80px 0;
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
/*start testimonial*/
.swiper-button-next, .swiper-button-prev{
  color: #11115d!important;
}
.testimonial .swiper {
  width: 100%;
  height: 100%;
}

.testimonial .swiper-slide {
  text-align: center;
  font-size: 18px;
  /* background: #fff; */
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.testimonial .swiper-button-next,.testimonial  .swiper-button-prev{
      top: 36%;
}

.testimonial .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
      border-radius: 15px;
}
.testimonial .swiper-slide .testi-img{
    position: relative;
}
.testimonial .swiper-slide .testi-img:after {
    content: '';
    position: absolute;
    right: -7px;
    top: 30px;
    width: 15px;
    height: 28%;
    background-color: #ec2350;
}
.testimonial-item{
  text-align: left;
  background-color: #dfe1e1;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.testimonial-item .content h6 {
    font-size: 20px;
    position: relative;
    margin-top: 0;
    line-height: 30px;
}
.testimonial-item .content
 {
    padding: 15px 10px;
}
.testimonial-item .content p{
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 26px;
}
.testimonial-item .content a{
  color: #ec2350;
}
.testi-btn{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
/*start enquiry*/
iframe{
  width: 100%;
}

.enquiry-left-content{
      align-items: center;
     display: flex ; 
     justify-content: center;
    flex-direction: column;
}
.contact-panel {
    background-color: #fff;
    padding: 40px 30px;
    border-radius: 16px;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .15);
    box-shadow: 0 0 4px rgba(0, 0, 0, .15);
}
 .contact-panel .form-group-icon {
  margin-bottom: 15px;
  padding: 0 5px;
}
 .contact-panel .form-group-icon label {
  color: #737373;
  font-weight: 400;
  margin-bottom: 10px;
  display: inline-block;
      font-size: 13px;

}
 .contact-panel .form-group-icon .form-control,
 .contact-panel .form-group-icon .form-select {
  background: transparent;
  width: 100%;
  height: 35px;
  border: 1px solid #c4c4c4;
  padding: 8px 10px;
  border-radius: 4px;
  position: relative;
}
 .contact-panel .form-group-icon textarea {
  height: 80px !important;
}
 .contact-panel .form-group-icon i {
  position: absolute;
  top: 59%;
  left: 27px;
  font-size: 19px;
  font-weight: 600;
}
 .contact-panel .form-group-icon .iti {
  width: 100%;
}
 .contact-panel .form-group-icon .iti .iti__flag-container {
  left: 0px;
}
 .contact-panel .form-group-icon .iti .iti__flag-container .iti__selected-flag {
  background-color: transparent;
}
 .contact-panel .form-group-icon .iti .iti__flag-container .iti__country-list {
  white-space: inherit;
}
 .contact-panel .form-group-icon .form-control,  .contact-panel .form-group-icon .form-select {
    background: transparent;
    width: 100%;
    height: 40px;
    border: 1px solid #c4c4c4;
    padding: 8px 10px;
    border-radius: 4px;
    position: relative;
}
   .contact-panel .form-group-icon .form-control,
   .contact-panel .form-group-icon .form-select {
    height: 48px;
    font-size: 16px;
    color: #4f4c4c;
  }
/*  start process*/
.process-section{
  position: relative;
}

.process-block-one .inner-box{
  position: relative;
  display: block;
  text-align: center;
}

.process-block-one .inner-box .icon-box{
  position: relative;
  margin-bottom: 23px;
}
.process-block-one .inner-box .icon-box img {
   width: auto;
}
.process-block-one .inner-box h4{
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 800;
  margin-bottom: 12px;
  color: #333;
}
.process-block-one .inner-box p{
  font-size: 16px;
  line-height: 25px;
  display: none;
}

.process-block-one .inner-box a{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  font-weight: 800;
  padding-right: 35px;
  text-transform: uppercase;
}

.process-block-one .inner-box a span{
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0;
  transition: all 500ms ease;
}

.process-block-one .inner-box a:hover span{
  opacity: 1;
}

.process-block-one .inner-box a:hover{
  padding-right: 120px;
}

.process-block-one .inner-box a i{
  position: absolute;
  font-size: 18px;
  top: 2px;
  right: 0px;
}

.process-block-one .inner-box a:after{
  position: absolute;
  content: '\f141';
  font-family: 'Font Awesome 5 Pro';
  top: 0px;
  right: 17px;
  font-size: 16px;
  transition: all 500ms ease;
}

.process-section .inner-content{
  padding-bottom: 45px;
}

.process-block-one .inner-box:before{
  position: absolute;
  content: '';
  background: #dedede;
  width: 1px;
  height: 100%;
  top: 0px;
  right: -15px;
}

.process-block:last-child .process-block-one .inner-box:before{
  display: none;
}

.process-section .lower-box h2{
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  margin-bottom: 31px;
}

.process-section .lower-box h2 a{
  display: inline-block;
  line-height: 30px;
}
.process-block-one .inner-box:before
 {
    position: absolute;
    content: '';
    background: #dedede;
    width: 1px;
    height: 100%;
    top: 0px;
    right: -15px;
}
.process-block-one  .inner-box a span
 {
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0;
    transition: all 500ms ease;
}
.process-block-one  .inner-box a:after {
    position: absolute;
    content: '...';
    top: -8px;
    right: 13px;
    font-size: 27px;
    transition: all 500ms ease;
    vertical-align: top;
}

/*Start blog section*/

 .blog-small-item.row {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.blog-right-part  .blog-small-item.row:last-child{
  border-bottom: none;
}
 .blog-small-item h6 {
    font-weight: 600;

}
 .blog-bigger img {
    border-radius: 8px;
    margin-bottom: 20px;
  }
  .blog-right-part {
    padding-left: 30px;
}
.blog-bigger h3 {
    font-weight: 800;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

 .blog-small-item img{
  border-radius: 8px;
 }
 .post-btn{
  display: flex;
  justify-content: center;
  margin-top: 20px;
  align-items: center;
 }
/* start table */
.table-wrap{
  border:none; 
  box-shadow:none; 
  background:transparent; 
}
.table-scroll{
  overflow:visible; 
}
table{
  display:block; 
  min-width:initial; 
  border:0; 
}
caption{
  padding:0 0 12px; 
  text-align:left;
  font-weight:600;
  font-size:18px;
  color:var(--text);
}
thead{ display:none; }
tbody{ display:grid; gap:12px; }
/*tr{
  display:grid;
  background:var(--bg);
  border:1px solid var(--border);
  border-radius:var(--radius);
  box-shadow:0 6px 16px rgba(0,0,0,.05);
  overflow:hidden;
}*/
/*td{
  display:flex; 
  justify-content:space-between; 
  gap:16px;
  padding:12px 14px; 
  border:0; 
  border-bottom:1px dashed #ddd;
}*/
.table-wrap {
  width: 100%;
  overflow-x: auto; /* enables horizontal scroll */
  -webkit-overflow-scrolling: touch; /* smooth scroll on iOS */
  margin-top: 20px;
}

.table-scroll table {
  width: 100%;
  border-collapse: collapse;
  min-width: 800px; /* force scroll on small screens */
}

.table-scroll th,
.table-scroll td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #ddd;
  white-space: nowrap; /* prevents text from wrapping */
}
td:last-child{ border-bottom:0; }

tbody td ul li{
  font-size: 15px;
  margin-bottom: 0;
  list-style: disc;
}
tbody td h6{
  font-weight: 800;
  font-size: 20px;
}
tbody td p{
  font-size: 17px;
  margin-bottom: 0;
}
tbody td a {
    font-size: 20px;
    float: right;
    color: #004792;
}
tbody td a i{
vertical-align: middle;
}
 .icon-btn {
      position: relative;
      font-size: 16px;
      line-height: 24px;
      font-family: 'Mulish'!important;
}
.icon-btn i {
      position: relative;
      left: 0%; /* start hidden on the left */
      transition: left 0.3s ease;
}
.icon-btn:hover i {
      left: 5%; /* slide to center */
    }
.item{
  font-size: 17px;
}
.customer{
  font-size: 15px;
  font-weight: 800;
}

/* Pills/badges */
.badge{
  display:inline-block; 
  padding:.25rem .55rem; 
  border-radius:999px;
  font-size:12px; 
  line-height:1; 
  border:1px solid var(--border); 
  color:#374151; 
  background:#fff;
}
.badge.ok{ border-color:#bbf7d0; background:#ecfdf5; color:#065f46;}
.badge.warn{ border-color:#fde68a; background:#fffbeb; color:#92400e;}

.tabs_wrapper {
  width: 100%;
  margin: 0 auto;
  background: transparent;
  margin-top: 0px;
}

/* Mobile-first (accordion view is default) */
ul.tabs {
  display: none;
}

.tab_container {
  display: block;
  margin: 0 auto;
  width: 100%;
  border-top: none;
  border-radius: 0;
  box-shadow: 2px 2px 10px rgb(239 236 236 / 50%);
}

.tab_content {
  padding: 20px;
  height: 100%;
  display: none;
}
.tab_content h4{
  font-weight: 700;
  margin-bottom: 10px;
}
.tab_content p {
  font-size: 14px;
  line-height: 24px;
}

.tab_drawer_heading {
  background: #f9f9f9;
  color: #111;
  margin: 0;
  padding: 12px 4px;
  display: block;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-bottom: 1px solid #ddd;
  text-align: left;
  font-size: 14px;
}
.tab_drawer_heading span{
  border: 1px solid #d61d69;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  display: inline-block;
  color: #d61d69;
  text-align: center;
  margin-right: 7px;
}
.tab_drawer_heading.d_active span{
  background-color: #d61d69;
  color: #fff;
}
.tab_drawer_heading i{
  float: right;
  vertical-align: middle;
  display: flex;
  justify-content: center;
  position: relative;
  top: 8px;
}
.tab_drawer_heading:hover {
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ae0046", endColorstr="#fb0f56",GradientType=0 );
}
.d_active {
  background: #fff;
  background: #f9f9f9;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#4c001e", endColorstr="#9f0735",GradientType=0 );
  color: #111;
}
/*start steps*/
.step-info {
      font-size: 14px;
      font-weight: bold;
      margin-bottom: 10px;
    }

    /* Progress bar */
    .progress-bar {
      display: flex;
      gap: 5px;
      margin-bottom: 30px;
    }
    .progress-bar div {
      width: 30px;
      height: 10px;
      border: 1px solid #000;
      background: #fff;
      border-radius: 2px;
    }
    .progress-bar div.active {
      background: #000;
    }

    h2 {
      margin-bottom: 20px;
    }

    /* Options */
    .options {
      display: flex;
      gap: 15px;
      flex-wrap: wrap;
      margin-bottom: 40px;
    }
    .options button {
      border: 1px solid #222;
      background: #fff;
      padding: 12px 20px;
      cursor: pointer;
      font-size: 14px;
      transition: all 0.2s;
      border-radius: 8px;
    }
    .options button:hover,
    .options button.selected {
      background: #11115d;
      color: #fff;
      border-color: #11115d;
    }

    /* Navigation Buttons */
    .nav-buttons {
      display: flex;
      gap: 15px;
    }
    .nav-buttons button {
      padding: 12px 25px;
      font-size: 14px;
      cursor: pointer;
      transition: all 0.2s;
      border-radius: 8px;
    }
    .back-btn {
      background: #11115d;
      color: white;
    }
    .next-btn {
      background: #fff;
      color: #11115d;
      border: 1px solid #11115d;
    }
    .next-btn:disabled {
      background: #fff;
      color: #aaa;
      border: 1px solid #ddd;
      cursor: not-allowed;
    }

/* Hide steps */
    .step {
      display: none;
    }
    .step.active {
      display: block;
    }
/*start step box */
.step-box
 {
    border: 1px solid #ddd;
    border-radius: 16px;
        margin: 10px;
}
.step-box-title{
  padding: 40px;
}
.step-box-title h5, .step-box-title h4{
  font-weight: 800;
}
.step-form {
    padding: 20px;
}
.score-box.text-center {
    border: 1px solid #ddd;
    padding: 30px;
    margin: 20px 0px 0px 0px;
    border-radius: 16px;
}
.score-box h5{
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.score-box h5:last-child{
  border-bottom: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.score-box img{
  width: 50px;
  margin: auto;
}
.score{
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 50%;
  background-color: #11115d;
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  margin: auto;
}
.talk-to-expert {
    display: flex
;
    align-items: start;
    margin-top: 10px;
    padding-bottom: 40px;
}
.talk-to-expert img {
    width: 50px;
    margin-right: 10px;
}
.talk-to-expert p{
  margin-bottom: 0;
}
/*start team */
.team-member-img {
    width: 150px;
    height: 150px;
    margin: auto;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 20px;
    filter: grayscale(90%);
}
.team-member {
    text-align: center;
}
.team-member-img:hover{
    background: linear-gradient(91.89deg, #f46b47 -13.87%, #de0d4f 100.42%);
    border-radius: 50%;
    margin-bottom: 20px;
    -o-object-fit: contain;
    object-fit: contain;
    padding: 3px;
        transition: 0.3s ease-in-out;
        filter: grayscale(0%);
}
.team-member-img img{
  border-radius: 50%;
}
.info-table {
  width: 100%;
  border-collapse: collapse;
}

.info-row {
  display: grid;
  grid-template-columns: 40px 1fr; /* Mobile default */
  grid-template-rows: auto auto;
  align-items: flex-start;
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
}

.info-number {
  font-size: 20px;
  font-weight: bold;
  color: #0b1c3d;
}

.info-title {
  font-weight: 800;
  font-size: 16px;
  cursor: pointer;
}
.info-title:before {
    content: "\e909";
    font-family: 'icomoon' !important;
    font-size: 15px;
    float: right;
    vertical-align: middle;
    top: 7px;
    position: relative;
    font-weight: 300;
}
.info-desc {
  font-size: 14px;
  color: #111;
  grid-column: span 2;
  display: none; /* Hidden in accordion mode */
  margin-top: 10px;
}

/* Accordion active */
.info-desc.active {
  display: block;
}
/*start license section*/
.license .swiper-container {
        width: 100%;
        height: 100%;
        margin-top: 40px;
        padding-bottom: 20px;
    }
 .license   .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
 }
  .license  .swiper-button-next:after, .license   .swiper-button-prev:after{
    font-size: 26px;
  }
   .license  .swiper-button-next,  .license  .swiper-button-prev{
    top: auto;
    bottom: 0px;
    width: 20px;
    height: 20px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 20px 20px;
    background-size: 20px 20px;
  }
  .license  .swiper-button-prev{
        left: 45%;
  }
  .license  .swiper-button-next{
    right: 45%;
  }
.cirtificate-item {
    text-align: left;
}
.cirtificate-item h6{
  font-size: 20px;
  font-weight: 800;
}
/* The Modal (background) */
.licence-modal .column {
  float: left;
  width: 25%;
}
.licence-modal.modal {
  display: none;
  position: fixed;
  z-index: 999;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.licence-modal .modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.licence-modal .close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.licence-modal .close:hover,
.licence-modal .close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.license .cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.licence-modal .prev,
.licence-modal .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.licence-modal .next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.licence-modal .prev:hover,
.licence-modal .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.licence-modal .numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}


.licence-modal .caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.licence-modal .demo {
  opacity: 0.6;
}

.licence-modal .active,
.licence-modal .demo:hover {
  opacity: 1;
}
.breadcrumb{padding: 50px 0 30px}
/*calculator*/
.calculator-main{
 padding: 20px 0 80px;
}
/*start migrate form*/
.migrate-main {
    padding: 20px 0 80px;
}
.migrate-form {
    padding: 40px;
    border: 1px solid #dddd;
}
.migrate-form .form-group-icon {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
}
.migrate-form .form-group-icon  span{
  font-weight: 700;
  white-space: nowrap;
  padding: 0 9px 0 2px;
  line-height: 28px;
  font-size: 18px;
}
.migrate-form .form-group-icon  label{font-weight: 700;line-height: 28px;font-size: 18px;margin-bottom: 10px;}
.migrate-form .form-group-icon .form-control, .migrate-form .form-group-icon .form-select{
  border: none !important;
  border-bottom: 1px solid #000 !important;
  border-radius: 0 !important;
  cursor: pointer;
  padding: 0 5px !important;
  font-size: 16px;
  height: 28px !important;
  min-width: none;
  max-width: none;
  width: 100%;
  color: #666;
  font-size: 15px;
}
.migrate-form .form-group-icon .form-control:placeholder, .migrate-form .form-group-icon .form-select {
  color: #666;
}
.migrate-form .form-group-icon .form-control:focus-visible, .migrate-form .form-group-icon .form-select:focus-visible {
    border: none;
    outline: none;
}
.migrate-form .iti{
  display: block;
  margin-top: 10px;
}
.tacbox {
  display:block;
  max-width: 800px;
  margin-bottom: 20px;
}

.tacbox input {
  height: 20px;
  width: 20px;
  vertical-align: middle;
  margin-right: 5px;
}
.tacbox a{
  font-size: 18px;
  margin-left: 5px;
}
.Confused{
  display: flex;
    align-items: start;
    margin-top: 10px;
}
.Confused img {
    width: 80px;
    margin-right: 10px;
}
.Confused h6{
  font-size: 20px;
  font-weight: 700;
}
.migrate-img img{
  min-height: auto;
}
/*start contact*/
.adress-box{
  background-color: #f2f6f9;
}
.adress-box {
    background-color: #f2f6f9;
    padding: 20px;
}
.adress-box  .adress-box-item h5{
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 10px;
}
.adress-box-item{
  margin-bottom: 20px;
}
 .video-card {
    position: relative;
    max-width: 100%;
    height: 510px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    overflow: hidden;
    background: #000;
    /* box-shadow: 0 10px 24px rgba(0,0,0,.15); */
  }


  /* Thumbnail state */
  .thumb {
    width: 100%;
    height: 500px;
    display: grid;
    place-items: center;
    cursor: pointer;
    position: relative;
    user-select: none;
  }
  .thumb img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    filter: saturate(1.05);
    display: block;
  }
  .play-badge {
    position: absolute;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: rgba(255,255,255,.9);
    display: grid;
    place-items: center;
    transition: transform .2s ease, background .2s ease;
    box-shadow: 0 6px 18px rgba(0,0,0,.25);
  }
  .play-badge::before {
    content: "";
    border-style: solid;
    border-width: 14px 0 14px 22px;
    border-color: transparent transparent transparent #000;
    margin-left: 4px;
  }
  .thumb:hover .play-badge,
  .thumb:focus-visible .play-badge { transform: scale(1.06); background: #fff; }

  /* Video state */
  .video-card video {
    width: 100%;
    height: 500px;
    display: block;
  }

  /* Make the thumbnail focusable for keyboard users */
  .thumb { outline: none; }
  .thumb:focus-visible { box-shadow: 0 0 0 3px rgba(59,130,246,.6) inset; }
/*start country */
.visa-offer-country-items > li {
  overflow: hidden;
}

.visa-offer-country-items {
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: block;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
  position: relative;
  gap: 30px;
}

.visa-offer-country-items > li {
  cursor: grab;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin: 0;
  margin-top: 30px;
  padding: 20px;
  list-style: none;
  width: 100%;
  height: inherit;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border: 1px solid #dddddd;
  border-radius: 20px;
  min-height: auto;
  background: #fff;
}

.bg-dark .visa-offer-country-items > li {
  background: var(--dark-secondary);
}

.visa-offer-country-items li.out::after {
  opacity: 0;
}

.visa-offer-country-items li .visa-offer-country-item.big-section {
  width: 100%;
}

.visa-offer-country-items li.out {
  width: 100%;
  background: #fff;
}

.bg-dark .visa-offer-country-items li.out {
  background: var(--dark);
}

.accrdion-portfolio-area .visa-offer-country-item {
  display: inline-block;
  height: auto;
  min-height: auto;
  padding: 30px;
  border-radius: 20px;
  position: relative;
  z-index: 1;
}

.visa-offer-country-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: auto;
  position: relative;
}

.visa-offer-country-item .icon img {
  height: 80px;
}

.visa-offer-country-item .country {
  display: flex;
  flex-direction: row;
  gap: 30px;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 30px;
}

.visa-offer-country-item .country h5 {
  margin-bottom: 3px;
  font-size: 20px;
  writing-mode: inherit;
  font-weight: 700;
  line-height: 25px;
}

.visa-offer-country-item .country .content {
  display: flex;
  flex-direction: column;
}

.visa-offer-country-item .country span {
  writing-mode: inherit;
}

.out .visa-offer-country-item .country h5 {
  writing-mode: inherit;
}

.out .visa-offer-country-item .country span {
  writing-mode: inherit;
  font-size: 18px;
}

.out .visa-offer-country-item .country .content {
  display: block;
}

.out .visa-offer-country-item .country {
  justify-content: flex-start;
  flex-direction: row;
  align-items: center;
}

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

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

ul.list-style-one li {
  position: relative;
  padding-left: 25px;
  margin-top: 5px;
  font-size: 17px;
  margin-bottom: 5px;
}

ul.list-style-one li::after {
  position: absolute;
  left: 0;
  top: 10px;
  content: "\e90d";
  font-family: "icomoon";
  height: 16px;
  width: 16px;
  background: red;
  text-align: center;
  line-height: 16px;
  border-radius: 50%;
  font-size: 10px;
  color: #fff;
}

.color-secondary ul.list-style-one li::after {
  background: var(--color-secondary);
}

.visa-offer-country-item .bottom {
  margin-top: 0;
}


    .visa-offer-country-item ul.list-style-one {
       position: relative;
  transition: all 0.15s ease-in-out;
        transform: none;
        visibility: visible;
        opacity: 1;
    }

.out .visa-offer-country-item ul.list-style-one {
  visibility: visible;
  opacity: 1;
  transition-delay: 0.2s;
  transform: translateY(0);
  margin-bottom: 20px;
}

.visa-offer-country-item .btn-style-one {
  transform: translateX(50px);
  opacity: 0;
  visibility: hidden;
}

.out .visa-offer-country-item .btn-style-one {
  transform: translateX(0);
  visibility: visible;
  opacity: 1;
  transition-delay: 0.3s;
}

.bg-dark .visa-offer-country-items > li {
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.out .visa-offer-country-item .btn-style-one:hover {
  transition-delay: inherit !important;
}
/* base: mobile-first (one slide row, scroll-snap slider) */
.visa-offer-country-items {
  list-style: none;
  padding: 8px 12px;
  margin: 0;
  display: flex;                 /* row of slides */
  overflow-x: auto;              /* horizontal scroll */
  scroll-snap-type: x mandatory; /* snap! */
  -webkit-overflow-scrolling: touch;
  gap: 16px;
  scroll-padding-inline: 12px;
  scrollbar-width: none;         /* Firefox */
  mask-image: linear-gradient(to right, transparent 0, black 24px, black calc(100% - 24px), transparent 100%);
  margin-top:0px;
}
.visa-offer-country-items::-webkit-scrollbar { display: none; }

.visa-offer-country-items > li {
  flex: 0 0 80%;                 /* slide width (tweak 70ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“90%) */
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.visa-offer-country-item {
  background: #fff;
  border-radius: 20px;
  height: auto;
  min-height: 100%;
}
.visa-offer-country-item .country {
  display: flex;
  align-items: center;
  gap: 14px;
}
.visa-offer-country-item .icon img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

/* --- TABLET and up --- */
@media (min-width: 992px) {
  .visa-offer-country-items {
    display: grid;
    overflow: visible;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding: 0;
    mask-image: none;
  }
  .visa-offer-country-items > li {
    flex: initial;
  }
  .visa-offer-country-item .country h5 {
    writing-mode: vertical-lr;
  }
  .visa-offer-country-item .country span {
    writing-mode: vertical-lr;
  }

}

/* --- SMALL DESKTOP --- */
@media (min-width: 1200px) {
  .visa-offer-country-items {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* --- LARGE DESKTOP --- */
@media (min-width: 1400px) {
  .visa-offer-country-items {
    grid-template-columns: repeat(5, 1fr);
  }
}

/* spacing helpers */
.mt-30 { margin-top: 30px; }
.typing-text {
    font-weight: 600;
    font-size: 30px;
}
.typing-text span{
  margin-top: 0;
  font-weight: 600;
  font-size: 30px;
}
.text_1 {
  animation: text1;
}

.text_2 {
  animation: text2;
}

.text_1, .text_2 {
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  animation-duration: 20s;
  animation-timing-function: steps(25, end);
  animation-iteration-count: infinite;
}

.text_1::after, .text_2::after {
  content: "";
  position: absolute;
  right: 0;
  animation: caret infinite;
  animation-duration: 1s;
  animation-timing-function: steps(1, end);
}

@keyframes text2 {
  0%, 50%, 100% {
    width: 0;
  }
  
  60%, 90% {
    width: 21.2em;
  }
}

@keyframes text1 {
  0%, 50%, 100% {
    width: 0;
  }
  10%, 40% {
    width: 17em;
  }
}

@keyframes caret {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
.banner-btns {
    display: flex;
    gap: 13px;
    margin-top: 30px;
}
.banner-btns .primary-btn {
    border: 1px solid #fff;
    color: #fff;
}
.banner-btns .secondary-btn {
    background: #fff;
    color: #11115d;
    border: 1px solid #fff;
}
.blog-detail-content h2 {
    font-size: 35px;
}
.blog-detail-img{
  margin: 40px 0 20px;
}
ul.date {
    display: flex;
    margin-bottom: 20px;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
}
ul.date li{
  color: #595858;
  font-size: 18px;
  margin-bottom: 10px;
  list-style: none;
}
ul.date li span{
  color: #11115d;
}
ul.date li  i{
  color: #11115d;
  vertical-align: middle;
}
.blog-detail-content ul{
  list-style: disc;
  padding-left: 40px;
}
.other-blog{
  margin-top: 50px;
}
.other-blog h6{
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  margin: 10px 0;
}
.other-blog p{
  font-size: 17px;
  line-height: 23px;
}
.blog-title {
    font-size: 15px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: -0.52px;
    margin: 10px 0 10px;
}
.blog-title a{
  color: #000;
  font-weight: 600;
  line-height: 30px;
  font-size: 22px;
}
.blog-meta a img{
  width: 25px;
  height: 25px;
  border-radius: 50%;
      vertical-align: middle;
      margin-right: 5px;
}
.blog-meta {
    display: flex;
    justify-content: space-between;
}
.blog-meta a {
    color: rgba(0, 0, 0, 0.6);
    font-size: 18px;
    font-weight: 400;
    display: inline-block;
    margin-right: 4px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.blog-meta a i
 {
    color: #11115d;
}
.blog-five {
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-bottom: 30px;
}
.blog-five .blog-thumb {
  overflow: hidden; /* Prevents image from overflowing */
  border-radius: 8px; /* Optional: rounded corners */
}

.blog-five .blog-thumb img {
  width: 100%;
  height: auto;
  transition: transform 0.5s ease; /* Smooth animation */
}

.blog-five .blog-thumb:hover img {
  transform: scale(1.1); /* Zoom in */
}

.blog-content {
    padding: 10px 15px 30px;
    background-color: #fff;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.blog-thumb img {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    height: auto;
}
.banner-main  .typedtext {
  margin-top: 0;
  border-right: 2px solid black;
  animation: blinkTextCursor 200ms steps(5) infinite normal;
  height: 40px;
  margin-bottom: 20px;
  color: #000;
  display: block;
}
.banner-main  .typedtext {
    background: -webkit-linear-gradient(91.89deg, #f09784 -13.87%, #b1184f 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    height: 35px;
    font-size: 28px;
    font-weight: 600;
}

@keyframes blinkTextCursor {
  from {
    border-right-color: transparent;
  }
  to {
    border-right-color: transparent;
  }
}
/*start why choose us*/
.why-main {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 0;
    color: #fff;
}
.why-main p{
  color: #f2f2f2;
}
.why-main h3{
  margin: 30px 0 20px;
}
.why-main ul li{
  width: 50%;
  float: left;
  color: #f2f2f2;
  font-size: 18px;
  list-style: none;
}
.why-main ul li i{
  color: #fff;
  margin-right: 10px;
  background-color: green;
  border-radius: 50%;
  width: 18px;
  float: left;
  line-height: 20px;
  margin-top: 9px;
}
.why-main ul li span {
    display: table;
    line-height: 29px;
}
.banner-main {
    position: relative;
  }
.banner-main .bg-video {
    position: absolute;
    inset: 0;                    
    width: 100%;
    height: 100%;
    object-fit: cover;         
    z-index: 0;
    pointer-events: none;             
}
.country-list-item {
    text-align: center;
    color: #fff;
    margin: 20px 0px;
    background-color: #1a1963;
    padding: 10px 10px;
}
.country-list-item p{
  margin-bottom: 0px;
}
/*start media query*/
@media (min-width: 768px){
  h1 {
        font-size: 45px;
        line-height: 55px;
        margin-bottom: 20px;
    }

  h2 {
    font-size: 34px;
    line-height: 44px;
  }

  h3 {
    font-size: 28px;
    line-height: 38px;
  }

  h4 {
    font-size: 24px;
    line-height: 34px;
  }

  h5 {
    font-size: 20px;
    line-height: 30px;
  }

  h6 {
    font-size: 18px;
     line-height: 28px;
  }
 p {
  margin-bottom: 1rem;
    font-size: 18px;
    line-height: 30px;
  }

  a {
    font-size: 18px;
    line-height: 30px;
  }
ul,
  ol {
    font-size: 18px;
    line-height: 30px;
    padding-left: 24px;
  }

  ul li,
  ol li {
    margin-bottom: 12px;
  }
.section-padding{padding: 50px 0}

.top-header-menu{
  display: flex;
  justify-content: end;
}
.header-adress li{
  margin-right: 4px;
  font-size: 16px;
}
.header-adress {
    float: right;
}
header.rt-header {
    display: block;
}
.header-contact  li{
    margin-left: 20px;
}
/*  start banner*/
.banner-main {
    background: #11115d;
    color: #fff;
    padding: 80px 0 80px;
    overflow: hidden;
    height: 750px;
    background-position: top right;
}

#homepage__globe canvas {
    background: rgba(0,0,0,0);
    height: 170%;
    left: 500px;
    position: absolute;
    -webkit-transform: translateY(-45%);
    transform: translateY(-45%);
    width: 100%
}

 .banner-main p {

    font-size: 22px;
    line-height: 36px;
  }
.title-para{
  font-size: 20px;
  margin: 0 0 40px;
}
/*start about*/
.about-us img
 {
    padding: 0 0px;
}
.about-content {
    padding-left: 50px;
    padding-right: 30px;
}
/*start cta*/
.cta-main {
    padding: 150px 0;
}
.justify-content-center-small{
  justify-content: end;
}
/*start process*/
.process-block-one .inner-box p{
  display: block;
}
.testi-btn{
  display: flex;
  align-items: center;
  justify-content: end;
  margin-top: 0px;
}
.post-btn{
   display: flex;
   align-items: self-start;
   justify-content: end;
   margin-top: 0px;
}
 .blog-small-item h6{
  font-size: 17px;
  font-weight: 700;
  line-height: 27px;
 }
.footer-category ul li a{
  font-size: 15px;
  color: #111;
  line-height: 22px;
}
.copyright {
    flex-direction: row;
    text-align: left;
    display: flex;
     align-items: center;
}
.customer{
  font-size: 20px;
  font-weight: 800;
}
.item{
  font-size: 17px;
}
.tabs_wrapper {
  margin-top: 40px;
}
.order-lg-0{
  order: 0;
}
.info-row {
    grid-template-columns: 50px 400px 1fr;
    grid-template-rows: auto;
    padding: 20px 0;
  }

  .info-title {
    cursor: default; /* no accordion click */
    font-size: 22px;
  }

  .info-desc {
    display: block !important; /* always visible */
    grid-column: auto;
    margin-top: 0;
    font-size: 18px;
    line-height: 31px;
  }
  .info-title:before {
    display: none;
}
.migrate-img img{
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  min-height: 520px;
}
}
@media (min-width: 992px) {
 h1 {
        font-size: 50px;
        line-height: 60px;
  }

  h2 {
    font-size: 40px;
    line-height: 50px;
  }

  h3 {
    font-size: 32px;
    line-height: 42px;
  }

  h4 {
    font-size: 28px;
    line-height: 38px;
  }

  h5 {
    font-size: 24px;
    line-height: 34px;
  }

  h6 {
    font-size: 20px;
    line-height: 30px;
  }
   p {
    font-size: 20px;
    line-height: 34px;
  }

  a {
    font-size: 20px;
    line-height: 34px;
  }
   ul,
    ol {
      font-size: 20px;
      line-height: 34px;
      padding-left: 0px;
    }

 ul li, ol li {
      margin-bottom: 14px;
}
.mt-40{margin-top: 40px}
.mb-40{margin-bottom: 40px}
.section-padding{padding: 60px 0}
.top-header{
  display: block;
}
body .sidebarBtn {
        display: none;
}
.rt-header-menu {
    display: none;
  }
.mean-bar img {
        width: 130px;
}
.logo-area {
    width: 126px;
}
 header.header {
    display: block;
}
.header-contact  li{
    margin-left: 10px;
}
.header-contact li a {
    font-size: 13px;
}
.pl-30 {
    padding-left: 30px;
}
.header-menu.menu-layout1 nav.template-main-menu > ul > li > a {
    padding: 10px 8px;
    font-size: 14px;
}
.about-content {
    padding-left: 50px;
    padding-right: 30px;
}
.footer__top {
    padding-top: 60px;
    padding-bottom: 50px;
    position: relative;
}
.social__icon.d-flex.justify-content-end {
    justify-content: end !important;
}
.copyright-area {
    padding: 20px 0;
}
.footer__list ul li a {
    margin-bottom: 32px;
}
.header-menu nav.template-main-menu > ul{
  margin-bottom: 0;
}
ul.header-contact {
    margin-bottom: 0;
}
.tab_content p {
    font-size: 14px;
    line-height: 24px;
}
 .table-wrap{ 
    /* background:var(--bg); */
    /* border:1px solid var(--border); */
    /* border-radius:var(--radius); */
    /* overflow:hidden; */
  }
  .table-scroll{
    overflow-x:auto; /* enables scroll if needed */
    -webkit-overflow-scrolling:touch;
  }
  table{
    width:100%;
    border-collapse:separate;
    border-spacing:0;
    min-width: 100%; /* prevent squish on mid widths */
    display:table; 
  }
  caption{
    padding:16px 20px;
  }
  thead{ display:table-header-group; }
  thead th{
    background: #fff;
    text-align:left;
    font-size: 16px;
    letter-spacing:.02em;
    color: #111;
    padding: 15px 14px;
    border-bottom: 1px solid #e1d8d8;
    font-weight: 800;
  }
  tbody{ display:table-row-group; gap:0; }
  tr{
    display:table-row;
    background:transparent;
    border:0;
    border-radius:0;
    box-shadow:none;
  }
  tbody td{
     border:0;
    display:table-cell; 
    padding: 10px 11px;
    border-bottom: 1px solid #e1d8d8;
    vertical-align:middle;
   
  }
  tbody tr:nth-child(odd){ background:var(--stripe); }
  tbody tr:hover{ background:#f9f9f9; }
  tfoot td{
    padding:14px 16px;
    background:#f9fafb;
    font-weight:600;
  }
  td:last-child{ border-bottom:1px solid #e1d8d8; }
   ul.tabs {
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 10;
    margin: 0;
    padding: 0;
    width: 40%;
    min-width: 175px;
    list-style: none;
    transition: all 0.3s ease;
  }
  ul.tabs li {
    margin: 0;
    cursor: pointer;
    padding: 22px 0px;
    line-height: 31px;
    color: #000000;
    text-align: left;
    font-weight: bold;
    transition: all 0.3s ease;
    border-bottom: 1px solid #bfbcbc;
  }
  ul.tabs li:last-child{
    border-bottom: none;
  }
  ul.tabs li:hover {
    transition: all 0.3s ease;
  }
  ul.tabs li.active {
    color: #191818;
    transition: all 0.3s ease;
  }
    ul.tabs li.active:before, ul.tabs li:hover:before {
        content: "\e909";
        font-family: 'icomoon' !important;
        font-size: 30px;
        float: right;
        vertical-align: middle;
        top: 7px;
        position: relative;
        font-weight: 300;
        --tw-duration: .3s;
    transition-duration: .3s;
    }
  ul.tabs li span{
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    border: 1px solid #11115d;
    display: inline-block;
    color: #11115d;
    text-align: center;
    margin-right: 10px;
    float: left;
  }
    ul.tabs li.active span{
    background-color: #11115d;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    display: inline-block;
    color: #fff;
    text-align: center;
    margin-right: 10px;
  }
  ul.tabs li  P{
    font-size: 20px;
    line-height: 28px;
    margin: 5px 0;
    display: table;
  }
  .tab_container {
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 20;
    left: 0;
    width: 59%;
    min-width: 10px;
    text-align: left;
    background: white;
    border-radius: 0;
  }

  .tab_drawer_heading {
    display: none;
  }

/*start calculator-main*/
.step-form {
    padding: 40px;
}
.score-box.text-center {
    border: 1px solid #ddd;
    padding: 30px;
    margin: 40px 40px 0px 0px;
    border-radius: 16px;
}
.migrate-img img{
  min-height: 500px;
}
.breadcrumb{padding: 80px 0 50px}
/*start contact*/
.adress-box  .adress-box-item h5{
  font-weight: 700;
  font-size: 25px;
  margin-bottom: 15px;
}
.adress-box-item{
  margin-bottom: 0;
}
.adress-box {
    padding: 40px;
}
.visa-offer-country-items {
  display: flex;
}
.visa-offer-country-item ul.list-style-one {
  visibility: hidden;
  opacity: 0;
  transform: translateY(-50px);
}
.visa-offer-country-items > li{
      max-height: 600px;
      width: 30%;
      margin-top: 0;
}
.visa-offer-country-item {
  height: 100%;
}
.visa-offer-country-item .country {
  flex-direction: column;
  justify-content: center;
  margin-bottom: 0px;
}
.visa-offer-country-item .bottom {
  margin-top: -250px;
}
.visa-offer-country-item .secondary-btn {
    transform: translateX(50px);
    opacity: 0;
    visibility: hidden;
}
.out .visa-offer-country-item .secondary-btn {
    transform: translateX(0);
    visibility: visible;
    opacity: 1;
    /* transition-delay: 0.3s; */
}
.visa-offer-country-item .country .content {
  display: flex;
  flex-direction: row-reverse;
}
ul.list-style-one li {
    font-size: 14px;
    line-height: 24px;
}
ul.date {
    flex-direction: row;
}
.globe {
 display: block!important;
}

}
@media (min-width: 1200px) {
  h1 {
        font-size: 56px;
        line-height: 70px;
    }
  h2 {
    font-size: 48px;
    line-height: 58px;
  }

  h3 {
    font-size: 40px;
    line-height: 52px;
  }

  h4 {
    font-size: 32px;
    line-height: 44px;
  }

  h5 {
    font-size: 28px;
    line-height: 38px;
  }

  h6 {
    font-size: 24px;
    line-height: 34px;
  }
  a {
    font-size: 22px;
    line-height: 36px;
  }

  a {
    font-size: 22px;
    line-height: 36px;
  }
ul,
  ol {
    font-size: 22px;
    line-height: 36px;
    padding-left: 0;
    margin: 0;
    list-style: none;
  }

  ul li,
  ol li {
    margin-bottom: 16px;
  }
  .section-padding{padding: 80px 0}

.primary-btn{
  padding: 10px 30px;
}
.header-menu.menu-layout1 nav.template-main-menu > ul > li > a {
        padding: 10px 10px;
        font-size: 17px;
}
.logo-area {
    width: 150px;
}
.header-contact  li{
    margin-left: 10px;
}
.header-contact li a {
    font-size: 17px;
}
.header-menu.menu-layout1.rt-sticky nav.template-main-menu > ul > li > a {
    padding: 20px 16px;
}
.tab_content p {
       font-size: 18px;
       line-height: 30px;
       margin-bottom: 10px;
}
.blog-bigger p
 {
    font-size: 16px;
    line-height: 28px;
}
thead th{
  width: 15%;
}
thead th:nth-child(4){
  width: 30%;
}
 .contact-panel .form-group-icon label {
  font-size: 18px;
 }
.footer-category ul li a{
  font-size: 17px;
}
.footer-category ul li a i{
  margin-right: 5px;
  width: 20px;
  float: left;
  vertical-align: middle;
  line-height: 27px;
}
.footer-category ul li a:hover{
  text-decoration: underline;
  color: #11115d;
}
/*start team*/
.team-member-title h6{
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 0;
}
.team-member-title p{
  font-size: 17px;
  line-height: 23px;
}
.migrate-img img{
  min-height: 505px;
}
ul.list-style-one li {
    font-size: 14px;
    line-height: 24px;
}
ul.list-style-one li {
    font-size: 17px;
    line-height: 34px;
}
.why-main ul li i{
  margin-top: 5px;
}
.visa-offer-country-items {
  margin-top:20px;
}
.country-list-item {
    margin: 20px 20px;
}
}
@media (min-width: 1400px) {
  .header-menu.menu-layout1 nav.template-main-menu > ul > li > a {
        padding: 10px 16px;
        font-size: 18px;
}
.visa-offer-country-items > li {
  padding: 60px 37px;
  }
}


/* GLOBE */
.globe {
 display: none;
}

.globe .globe-list {
  z-index: 10;
  position: absolute;
  left: 0;
  top: 0;
  list-style: none;
  display: none;
}

.globe .globe-list {
  opacity: 0;
  transition: opacity 3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.globe .globe-list.active {
  opacity: 1;
}

.globe .globe-list > li {
  opacity: 0.4;
  position: absolute;
  margin-left: -8px;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #00ffd3;
  transition: opacity 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.globe .globe-list > li.active {
  opacity: 1;
  margin-left: -12px;
  margin-top: -12px;
  width: 24px;
  height: 24px;
}

.globe .globe-list > li:before {
  content: "";
  opacity: 0.5;
  pointer-events: none;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -8px;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #00ffd3;
  -webkit-animation: 2s pulse infinite linear;
  animation: 2s pulse infinite linear;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    transform: scale(2);
  }
}
.globe .globe-list > li.active:before {
  margin-left: -12px;
  margin-top: -12px;
  width: 24px;
  height: 24px;
}

.globe .globe-list > li.active,
.globe .globe-list > li.active:before {
  background: #ffffff;
}

.globe .globe-list .text {
  position: absolute;
  opacity: 0.8;
  right: 21px;
  top: 50%;
  display: block;
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  text-align: right;
  text-shadow: -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000;
  color: #ffffff;
  white-space: nowrap;
  transform: translateY(-50%);
}

.globe .globe-list > li.active .text {
  opacity: 1;
  right: 29px;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
}

.globe .globe-canvas {
  z-index: 1;
  position: absolute;
  right: -100%;
  top: -10% ;
}

.globe svg {
  height: 100%;
  width: 100%;
  opacity: 0.3;
  -webkit-animation: rotation 10s linear infinite;
          animation: rotation 10s linear infinite;
}

.svg-wrapper {
  opacity: 0;
  display: inline-block;
  width: 50%;
  transform: scale(0.5);
  transition: opacity 1s ease-out 1.6s, transform 1s ease-out 1.6s;
}
.svg-wrapper.active {
  opacity: 1;
  transform: none;
}

@-webkit-keyframes rotation {
  0% {
    transform: scaleX(-1) rotate(360deg);
  }
  100% {
    transform: scaleX(-1) rotate(0deg);
  }
}

@keyframes rotation {
  0% {
    transform: scaleX(-1) rotate(360deg);
  }
  100% {
    transform: scaleX(-1) rotate(0deg);
  }
}