@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+Display:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
*{
  padding: 0;
  margin: 0;
}
body{
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
}
h1{
   font-family: "Noto Serif Display", serif;
}
a{
  text-decoration: none;
}
ul{
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.ml-2 {
    margin-left: 20px;
}
.mr-2 {
    margin-right: 20px;
}
.p-100{
  padding: 100px 0;
}
.p-50{
  padding: 50px 0;
}
.pt-50{
  padding-top: 50px;
}
.pt-100{
  padding-top: 100px;
}
.pb-100{
  padding-bottom: 100px;
}
.section-padding{
  padding: 80px 0;
}
img{
  width: 100%;
}

/*start header*/
header.header {
  position: relative;
  z-index: 15;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background-color: transparent;
}
@media only screen and (max-width: 991px) {
  header.rt-header {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  header.header {
    display: none;
  }
}
.logo-area a {
  display: block;
}
.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;
}
nav.template-main-menu > ul > li {
  position: relative;
  padding: 8px 15px;
}
nav.template-main-menu > ul > li > a {
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  display: block;
  color: #000000;
  text-transform: capitalize;
  font-family: "Montserrat", sans-serif;
  position: relative;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 1199px) {
  nav.template-main-menu > ul > li > a {
    font-size: 14px;
  }
}
nav.template-main-menu > ul > li > 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;
}
@media only screen and (max-width: 1366px) {
  nav.template-main-menu > ul > li > a:after {
    right: 0px;
    margin-left: 7px;
  }
}
nav.template-main-menu > ul > li > a.active {
  color: #fff;
  background-color: #576b8b;
  padding: 10px 20px;
  border-radius: 8px;
}
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;
  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: var(--rt-primary-color);
  color: #fff;
  background-color: #576b8b;
  padding: 10px 20px;
  border-radius: 8px;
}
nav.template-main-menu-2 > ul > li > a {
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  display: block;
  color: #212121;
  text-transform: capitalize;
  font-family: "Ubuntu", sans-serif;
  position: relative;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 1199px) {
  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;
  font-family: "Ubuntu", sans-serif;
  position: relative;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 1199px) {
  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;
  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;
}
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: 12px 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;
}
@media only screen and (max-width: 1199px) {
  nav.template-main-menu > ul > li ul.dropdown-menu-col-1 li a {
    font-size: 13px;
  }
}
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: var(--rt-primary-color);
  padding-left: 40px;
}
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: 10px 0px 13px 0;
}
@media only screen and (max-width: 1199px) {
  .header-menu.menu-layout1 {
    padding: 10px 10px;
  }
}
.header-menu.menu-layout1 nav.template-main-menu > ul > li > a {padding: 8px 22px;}
.header-menu.menu-layout1 nav.template-main-menu > ul > li .no-padding {
  padding-left: 3px;
}
@media only screen and (max-width: 1199px) {
  .header-menu.menu-layout1 nav.template-main-menu > ul > li > a {
    padding: 20px 10px;
  }
}
.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: 10px;
  padding-bottom: 0;
}
.header-menu.menu-layout1.rt-sticky nav.template-main-menu > ul > li > a {
  padding: 10px 26px;
}
@media only screen and (max-width: 1199px) {
  .header-menu.menu-layout1.rt-sticky nav.template-main-menu > ul > li > a {
    padding: 20px 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;
}
@media only screen and (max-width: 1199px) {
  .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: 30px;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  margin-right: 5px;
}
.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);
}
@media only screen and (max-width: 1199px) {
  .header-action-layout1 .my-account {
    margin-right: 0;
  }
}
.header-action-layout1 .my-account2 {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1199px) {
  .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;
}
@media only screen and (max-width: 1199px) {
  .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-family: "Montserrat", sans-serif;
    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;
}
@media only screen and (max-width: 1199px) {
  .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;
}
@media only screen and (max-width: 1199px) {
  .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;
}
@media only screen and (max-width: 1199px) {
  .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;
  font-family: "Jost", sans-serif;
  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;
}
@media only screen and (max-width: 1199px) {
  .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;
}
@media only screen and (max-width: 1199px) {
  .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;
}
@media only screen and (max-width: 1199px) {
  .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;
}

@media only screen and (min-width: 992px) {
  .hide-on-desktop-menu {
    display: none !important;
  }
}
@media only screen and (max-width: 991px) {
  .hide-on-mobile-menu {
    display: none;
  }
}
.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-family: "Ubuntu", sans-serif;
  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;
}
.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;
}
.offscreen-navigation ul li > a:hover {
  color: var(--color_primary);
}
.offscreen-navigation ul li.menu-item-has-children > a:after {
  color: #999999;
  content: "\f067";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  right: 20px;
  position: absolute;
  font-size: 12px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.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: 0;
  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: -300px;
    width: 300px;
    height: 100vh;
    background-color: #fff;
    z-index: 999;
    transition: .5s cubic-bezier(.77,0,.175,1);
    overflow: auto;
    background: #95bada;
}
.rt-slide-nav.open {
    left: 0;
    background: #f3f3f3;
}
@media (max-width: 991px) {
  .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;
    background-color: #0e2e50;
    -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;
  }
}
@media (min-width: 992px) {
  .rt-header-menu {
    display: none;
  }
}
.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: none;
  padding: 12px 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
body .sidebarBtn .bar {
  background: #557c70;
  height: 2px;
  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;
}
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(8px, -8px);
}
.mean-bar--right {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 320px) {
  .mean-bar--right {
    min-width: 100px;
  }
}
.mean-bar--right .actions a {
  color: #100f0f;
  font-size: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: inherit;
  font-weight: 600;
  border: 1px solid #576b8b75;
  border-radius: 8px;
  padding: 4px 13px;
}

.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;
}
.search-box {
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(-100%,-50%);
  background: #fff;
  height: 50px;
  border-radius: 50px;
  padding: 10px;
}

.search-btn {
  position: absolute;
  color: #557c70;
  float: right;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  /* background: #fff; */
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 2s;
  right: 0;
  top: 0;
}


.fa-search {
  background: #ffffff;
  font-size: 24px;
}

.search-input {
  border: none;
  background: none;
  outline: none;
  float: left;
  padding: 0;
  color: white;
  font-size: 20px;
  transition: 0.4s;
  line-height: 31px;
  width: 0;
}

.search-box:hover > .search-input {
  width: 230px;
  padding: 0 7px;
}



.banner{
  height: 430px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.scroll-container {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  background-color: #2da6a4;
  padding: 7px;
  position: relative;
  color: #fff;
  font-size: 30px;
  font-weight: 300;
}

.scroll-container .scrolling-text {
  display: inline-block;
  padding-left: 100%;
  animation: scroll-left 20s linear infinite;
  font-style: italic;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-100%);
  }
}


.start-time {
    position: relative;
    z-index: 99;
}
.start-time:after{
 content: '';
 position: absolute;
 top: 0;
 left: 0;
 background-image: url(../img/left-icon.png);
 width: 100%;
 height: 50%;
 background-position: left center;
 background-size: contain;
 background-repeat: no-repeat;
 opacity: 0.1;
 z-index: -1;
}
.start-time:before{
 content: '';
 position: absolute;
 bottom: 0;
 right: 0;
 background-image: url(../img/right-icon.png);
 width: 100%;
 height: 50%;
 background-position: right center;
 background-size: contain;
 background-repeat: no-repeat;
 opacity: 0.1;
 z-index: -1;
}
.round-item {
    text-align: center;
}
.round-item:hover img{
  transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
}
.round-item img {
    width: 60%;
    margin: auto;
    transition-duration: 2s;
}
.round-item p {
    color: #000;
    font-weight: 500;
    margin-top: 20px;
    font-size: 14px;
}
.domain-logos{
  text-align: center;
  padding-top: 80px;
}
.domain-logos h3 {
    color: #576b8b;
    margin-bottom: 30px;
    font-size: 24px;
}
.counter-main h1 {
    -webkit-text-stroke: 2px #fff;
    -webkit-text-fill-color: transparent;
    font-size: 100px;
    font-family: poppins;
        font-weight: 900;
    text-shadow: 0px 0px 2px #33333300, 0px 3px 1em #33333354, -1px 7px 0.2em #33333329;
}
.leadership {
    background-color: #009999;
    color: #fff;
    text-align: center;
}
.counter-main {
    padding-top: 60px;
}
.leadership h2 {
    font-weight: 700;
    font-size: 32px;
}
.counter-main h3{
  font-size: 16px;
  font-weight: 700;
}
.partner {
    border-radius: 50px;
    margin: 40px;
    background-color: #576b8b;
    padding: 40px;
}
.partner-headline {
    display: flex;
    color: #fff;
}
.partner-headline img {
    width: 100px;
    height: 100px;
}
.partner-headline p{
  text-align: center;
}
.partner h5 {
    color: #fff;
    margin-bottom: 20px;
    font-weight: 400;
    width: 55%;
    line-height: 32px;
}
.steps img {
    width: 50%;
}
.steps p {
    color: #fff;
    margin-bottom: 0;
    font-size: 14px;
}
.steps .col-md-3{
  text-align: center;
}
.service-form {
    background-color: #fff;
    padding: 20px;
    text-align: center;
    position: relative;
    top: -10%;
}
.service-form  .form-control{
  border: 1px solid #888;
  border-radius: 0;
  margin-bottom: 10px;
}
.service-form h6 {
    color: #009999;
    margin-bottom: 20px;
    font-size: 15px;
}
.service-form .btn{
  background-color: #009999;
  padding: 4px 20px;
  color: #fff;
  border-radius: 0;
  transition: 0.3s ease-in;
}
.service-form .btn:hover{
  background-color: #fff;
  color: #009999;
  transition: 0.3s ease-in;
  border: 1px solid #009999;
}
footer {
    background-color: #56616b;
    color: #fff;
    padding: 50px 0;
}
ul.footer-category {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
ul.footer-category li {
    display: inline-block;
    margin: 0 10px;
}
ul.footer-category li a{
  background-color: #fff;
  padding: 4px 20px;
  border-radius: 5px;
  color: #333;
  font-size: 14px;
  font-weight: 500;
}
.copyright{
  background-color: #2e2f2f;
  color: #fff;
  padding: 20px;
}
.copyright p{
  margin-bottom: 0;
}
.social-icons{
  margin-top: 50px;
  display: inline-block;
}
.social-icons li{
    display: inline-block;
  width: 40px;
  height: 40px;
      margin-right: 10px;
  background-color: #fff;
  border-radius: 50%;
  color: #576b8b;
    text-align: center;
    line-height: 40px;

}
ul.last-footer-category li {
    display: flex;
}
.last-footer-category-item {
    font-size: 11px;
    color: #dfdfdf;
    text-align: right;
    width: 85%;
}
.last-footer-category-item h5{
  font-weight: 600;
  color: #fff;
}
.last-footer-category-item  p{
  font-size: 12px;
  line-height: 15px;
  margin-top: 5px;
}
ul.last-footer-category li i{
  color: #fff;
  margin-left: 5px;
  position: relative;
  padding-left: 5px;
}
ul.last-footer-category li i:after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 30px;
  background-color: #fff;
}
.logo-area img {
    width: 160px;
}
.steps img {
  transition-duration: 2s;
}
.steps img:hover {
  transition-duration: 2s;
      transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
}
.thank-modal .modal-content {
    height: 250px;
    text-align: center;
}
.thank-modal .modal-body{
      display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.thank-modal .btn-close {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
}
.thank-modal .modal-content  h1 {
    color: #009999;
}