@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: "Inter",;
  font-size: 16px;
}
h1{
   font-family: "Inter", ;
}
a{
  text-decoration: none;
}
ul{
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
img{
  width: 100%;
}
.ml-2 {
    margin-left: 20px;
}
.mr-2 {
    margin-right: 20px;
}
.p-100{
  padding: 100px 0;
}
.p-50{
  padding: 50px 0;
}
.pt-100{
  padding-top: 100px;
}
.pb-100{
  padding-bottom: 100px;
}
table {margin-bottom:15px}

/*start header*/
header.header {
  position: relative;
  z-index: 15;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background-color: transparent;
  padding: 0px 0 0 0px;
}
@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;
  position: relative;
  height: 63px;
  padding: 10px 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;
}
nav.template-main-menu > ul > li {
  position: relative;
}
nav.template-main-menu > ul > li > a {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  display: block;
  color: #333;
  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: #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: var(--rt-primary-color);
}
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;
  list-style: none;
}
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;
  display: flex;
}
@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;
  display: none;
}
nav.template-main-menu > ul > li ul.dropdown-menu-col-1 li a:hover {
  color: var(--rt-primary-color);
}
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: 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: 0px 20px;
}
.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: 0;
  padding-bottom: 0;
}
.header-menu.menu-layout1.rt-sticky nav.template-main-menu > ul > li > a {
  padding: 14px 18px;
}
@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: #002b5c;
    font-size: 27px;
    /* 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: #002b5c;
}
.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;
    padding: 0 10px;
    font-weight: 500;
    color: #ffffff;
    border: none;
    border-radius: 0;
    overflow: hidden;
    border: 1px solid #557C70;
    background-color: #002B5C;
}
.header-action-layout1 .listing-button .listing-btn span {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.15);
  padding: 7px 15px;
  border-radius: 0;
}
@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: #ffffffe6;
    background-color: transparent;
    padding: 6px 6px;
    transition: all 0.3s ease-in-out;
    font-weight: 500;
    position: relative;
    z-index: 1;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    height: 60px;
    line-height: 53px;
}
.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 22px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
body .sidebarBtn .bar {
  background: #ffffff;
  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;
  background-color: #083661;
}
@media only screen and (max-width: 320px) {
  .mean-bar--right {
    min-width: 100px;
  }
}
.mean-bar--right .actions a {
  color: #100f0f;
  font-size: 20px;
}

.template-search {
  position: fixed;
    top: 10%;
    right:0;
    width: 100%;
    height: 100vh;
  background-color: #f8f8f8;
  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%);
      background-color: #f8f8f8;
}
.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;
  background-color: #f8f8f8;
}
.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: 1;
  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;
}



.logo-area {
    display: flex;
    gap: 30px;
}
.banner-bottom {
    display: flex;
    background-color: #F4F7FA;
    padding: 0px 30px;
    gap: 10px;
}
.banner-bottom-list {
    border-right: 1px solid #ddd;
    width: 20%;
}
.banner-bottom-list:last-child{
  border-right: none;
}
.banner-bottom-list a {	
    display: flex;
    gap: 10px;
    padding: 20px 10px;
	color:currentcolor;
}
.banner-bottom-list img{width: 40px;height: 40px;}
.banner-bottom-list p{
  font-size: 13px;
  margin-bottom: 0;
}

/*start banner*/
.banner-img {
    height: 688px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
}
.banner .row{
  margin: 0;
  padding: 0;
}
.banner .col-md-6{
  padding: 0;
}
.banner {
    background-color: #F4F7FA;
    position: relative;
}
.banner-content {
    position: relative;
    top: 15%;
    padding: 80px;
}
.banner-content h6, .section-title h6{
  color: #0155A2;
  margin-bottom: 50px;
}
.banner-content h1 {
    font-size: 44px;
    line-height: 60px;
    color: #1F1F1F;
    font-weight: 400;
    margin-bottom: 30px;
}
.banner-content p {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 20px;
}
.theme-btn {
    background-color: transparent;
    color: #0155A2;
    font-family: 'Montserrat';
    font-size: 16px;
    padding: 8px 40px;
    display: inline-block;
    border-radius: 60px;
    transition: 0.4s ease-out 0s;
    border: 2px solid #0155A2;
    font-weight: 500;
    text-transform: uppercase;
}
.transparent-btn{
   background-color: transparent;
   color: #ffffff;
   font-family: 'Montserrat';
   font-size: 16px;
   padding: 8px 40px;
   display: inline-block;
   border-radius: 60px;
   transition: 0.4s ease-out 0s;
   font-weight: 500;
   border: 2px solid #fff;
   text-transform: uppercase;
}
.banner.style2 {
    background-color: #0155A2;
    color: #fff;
}
.banner.style2 h6{
  margin-bottom: 30px;
  text-transform: uppercase;
}
.banner.style2 h1{
  color: #fff;
}

/*start partner*/

.partner {
    padding: 50px 0;
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-250px * 7));
    transform: translateX(calc(-250px * 7));
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-250px * 7));
    transform: translateX(calc(-250px * 7));
  }
}
.partner .slider {
  background-color: transparent;
  /* box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125); */
  height: 100px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-top: 20px;
}
.partner .slider::before,
.partner .slider::after {
  /* background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%); */
  content: "";
  height: 100px;
  position: absolute;
  width: 200px;
  z-index: 2;
}
.partner .slider::after {
  right: 0;
  top: 0;
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}
.partner .slider::before {
  left: 0;
  top: 0;
}
.partner .slider .slide-track {
  -webkit-animation: scroll 40s linear infinite;
  animation: scroll 40s linear infinite;
  display: flex;
  width: calc(250px * 14);
}

.partner .slide {
    margin: 0 50px;
    overflow: hidden;
}
.partner .slider img {
    height: 50px;
    width: auto;
}
.section-padding {
    padding: 50px 0;
}

.popular-product {
    padding-left: 100px;
}


/*start blog*/
.blog-list{
  margin-bottom: 40px;
}
.blog-list img {
    height: 300px;
    width: 100%;
    background-color: #ddd;
    margin-bottom: 20px;
}
.blog-list h6 a {
    color: #0155A2;
    font-size: 12px;
    font-weight: 600;
}
.blog-list  p{
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 500;
    line-height: 27px;
}
.blog-list ul li, .blog-detail .date li {
    display: inline-block;
    font-size: 12px;
    color: #666;
    list-style: disc;
    margin-right: 15px;
    position: relative;
}
.blog-list ul li:after, .blog-detail .date li:after{
  content: '';
  position: absolute;
  top: 8px;
  right: -11px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #333;
}
.blog-list ul li:last-child:after, .blog-detail .date li:last-child:after{
  display: none;
}
.section-title h1 {
    color: #1A1A1A;
    font-weight: 300;
}
.section-title{
  margin-bottom: 30px;
}
.product-carosel .product-img {
    background-color: #EBEDF0;
    text-align: center;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}
.product-carosel .item img {
    width: 250px !important;
    height: auto !important;
}
.product-carosel .item h5{
  font-size: 16px;
  margin-top: 10px;
}
.menu-carosel .owl-nav button,
.product-carosel .owl-nav button{
 width: 55px;
 height: 55px;
 border: 1px solid #0155A2!important;
 border-radius: 50%!important;
 line-height: 44px!important;
     background: #fff !important;
}

.menu-carosel .owl-nav button span,
.product-carosel .owl-nav  button span{
    color: #0155A2;
    font-size: 44px;
}
.product-carosel .owl-nav .owl-prev {
    left: -31px;
    position: absolute;
    top: 24%;
}

.product-carosel .owl-nav .owl-next {
    right: 0px;
    position: absolute;
    top: 24%;
}
footer {
    background-color: #0155A2;
    padding: 40px 0 0;
    color: #fff;
}
.footer-top-content {
    padding: 40px 0;
    margin-bottom: 40px;
    border-bottom: 1px solid #ffffff33;
}
.footer-top-content .section-title h1{
  margin-bottom: 30px;
}

.footer-widget h5{
margin-bottom: 20px;
font-size: 15px;
}
ul.footer-category li{
  margin-bottom: 10px;
  font-weight: 300;
}
ul.footer-category li a {
    font-weight: 300;
    color: #F4F7FA;
}
.copyright {
    background-color: #002B5C;
    padding: 20px 0;
    margin-top: 40px;
}
.copyright ul li {
    display: inline-block;
    border-right: 1px solid #F4F7FA;
    color: #F4F7FA;
    font-weight: 300;
    padding-right: 10px;
    margin-right: 5px;
}
.copyright ul li:last-child{
  border-right: none;
}
.copyright p{
      margin-bottom: 0;
    text-align: right;
    color: #F4F7FA;
    font-weight: 300;
}
.footer-logo-bottom{
  padding-top: 60px;
}

.banner-product {
    background-color: #F4F7FA;
     height: 550px;
}
.main-slider-content {
    background-color: #0155A2;
    height: 100%;
    text-align: left;
    padding: 0 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 550px;
}

.block {
    color: #fff;
    background-color: #0165C0;
    padding: 5px 10px;
    display: inline-block;
    margin-bottom: 10px;
}
.banner-product img {
    width: 75%;
    position: relative;
    left: 43%;
    max-width: 100%;
    padding-top: 80px;
}
.main-slider-content-here {
    width: 85%;
}
.main-slider-content-here h1{
  color: #F4F7FA;
  font-size: 45px;
  font-weight: 300;
  margin-bottom: 20px;
}
.footer-logos img {
    width: 74px;
}

.carousel-indicators [data-bs-target]{
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.banner .owl-theme .owl-nav button{
    width: 55px;
    height: 55px;
    border: 1px solid #0155A2 !important;
    border-radius: 50% !important;
    line-height: 44px !important;
    background: #fff !important;
}
.banner .owl-theme .owl-nav {
  text-align: right;
}
.banner .owl-theme .owl-nav span {
    font-size: 38px;
    color: #0155A2;
}
.breadcrumb-area {
    background-color: #0155A2;
    color: #fff;
    padding: 20px 0;
}
.breadcrumb-area  ul li{
  display: inline-block;
}
.breadcrumb-area  h1{
  font-size: 50px;
  margin: 100px 0;
  text-align: center;
  font-weight: 400;
}


.left-part{
    background-color: #F4F7FA;
    padding: 40px 0;
}
.product-carosel h3{
  font-size: 22px;
}
.left-side-category {
  border-bottom: 1px solid #9797974a;
  padding: 40px;
  padding-bottom: 30px;
}
.left-side-category ul{
  padding-top: 20px;
}
.left-side-category ul li{
  margin-bottom: 10px;
  line-height: 18px;
}
.left-side-category h5 {
    font-size: 0.9rem;
    text-transform: uppercase;
    font-weight: 600;   
}
.left-side-category ul li a {
    color: #333;
    font-size: 14px;
    font-weight: 500;
}
.left-side-category h5 a{
  color: #000;
}
.left-side-category h5{
  font-size: 0.9rem;
  text-transform: uppercase;
  position: relative;
}
.left-side-category h5 a{
  color: #000;
}
.right-part {
    padding: 60px 40px;
}
.right-part .product-carosel h5{
  font-size: 1rem;
}
.right-part .product-carosel h6 {
  color: #0155A2;
  text-transform: uppercase;
  font-size: 14px;
}
.right-part h4 {
    font-size: 16px;
    margin-bottom: 50px;
}
.right-part .product-carosel .product-img{
  margin-bottom: 10px;
}
.right-part .product-carosel .col-md-4{
  margin-bottom: 20px;
}
ul.pagination li a {
    color: #6560609E;
    padding: 0 14px;
    font-size: 16px;
    font-weight: 700;
}
ul.pagination li.active a, ul.pagination li i{
  color: #0155A2;
}
.product-category-img{background-color: #EBEDF0;text-align: center;display: flex;justify-content: center;align-items: center;border-radius: 10px;height: 250px;}
.product-category-img img{
  width: 200px;
}
.product-category-main{
  padding: 80px 0;
}
.product-category-main .row{
  border-bottom: 1px solid #E0D6D6;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.product-category-main .row.border-none{
  border-bottom: none;

}
.breadcrumb-area ul li a {
    font-size: 14px;
    color: #000;
    font-weight: 500;
}
.product-banner-right ul li img {
  width: 34px;
  height: 26px;
}
.product-category-main .product-cat-content{
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 25px;
}
.product-category-main .product-cat-content h5, .product-category-main .product-cat-content p{
  width: 100%;
}
.news .nav-item{
  background-color: #fff;
  color: #0155A2;
}
.news .nav-pills{
      display: flex;
    justify-content: space-evenly;
}
.news .nav-item .active{
    border-bottom: 2px solid #0155A2;
    background-color: transparent;
    color: #0155A2;
}
.news .nav-link {
    color: #333;
    border-radius: 0;
}
.news-tab-content{
  background-color: #F4F7FA;
}
.news-tab-content h4{
  font-size: 16px;
  margin-bottom: 40px;
}
.bg-image{
  background-position: center;
  background-size: cover;
}
.left-blog p, .left-blog ol li {
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 33px;
}
.left-blog {
    padding-right: 40px;
}
.right-blog{
  border-left: 1px solid #ddd;
}
.right-blog {
    border-left: 1px solid #ddd;
    padding-left: 30px;
}
.blog-detail h1{
  font-size: 50px;
  margin-bottom: 50px;
}
.blog-detail .right-blog h3{
  font-weight: 300;
  font-size: 22px;
  margin-bottom: 20px;
}
.blog-category .item {
    margin-bottom: 20px;
}
.blog-category .item .product-img{
  margin-bottom: 10px;
}
.blog-category .product-img{
  background-color: #EBEDF0;
    text-align: center;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.blog-category .product-img img{
  width: 160px;
}
.blog-social{
  margin-top: 60px;
}
.blog-social li{
  display: inline-block;
  margin-right: 5px;
  font-size: 20px;
}
.blog-social li i{
  font-size: 30px;
  color: #0155A2;
}
.product-banner {
    background-color: #F4F7FA;
}
.product-banner  .breadcrumb-area {
    background-color: transparent;
    color: #1B1B1B;
    padding: 20px 0;
}
.product-banner .col-md-6{
  padding: 30px 50px;
}
.product-banner-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.product-banner-content h1 {
    color: #0155A2;
    font-weight: 400;
    margin-bottom: 20px;
}
.product-banner-content h5 span{
  color: #0155A2;
    font-weight: 400;
}
.product-banner .col-md-6.product-banner-right{
  background-color: #E2E7EC;
  padding: 30px 0 50px 30px;
}
.product-banner-right ul {
    display: flex;
}
.product-banner-right ul li {
    display: flex;
    gap: 10px;
    padding: 10px;
    border-right: 1px solid #ddd;
    width: 25%;
    background-color: #ffff;
}
.product-banner-right ul li:last-child {
  width: 15%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-banner-right ul li img{
  width: auto;
}
.product-banner-right ul li i{
  font-size: 24px;
  color: #857f7f;
  font-weight: 300;
}
.product-banner-right ul li p{
  margin-bottom: 1px;
  font-size: 12px;
}
.product-banner-img{
  text-align: center;
  padding-top: 50px; 
}
.product-banner-img img {
    width: 80%;
    max-width: 100%;
}
.product-banner-content ul li {
    display: inline-block;
    margin-right: 0px;
}
.product-banner-content ul li a{
  color: #0155A2;
    font-weight: 600;
}
.overview-accordian .accordion-item:first-of-type>.accordion-header .accordion-button {
    background-color: #0155A2;
        color: #fff;

    }
.accordion-button::after{ border: 1px solid #0155A2;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        --bs-accordion-btn-icon-width: 0.9rem;
    background-position: center;
}
 .accordion-button:not(.collapsed)::after{
  border: 1px solid #fff;
 }   
 .accordion-button:not(.collapsed)::after {
     background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
     } 
.overview-accordian .accordion-item .accordion-header .accordion-button {
    border-top: 1px solid #0155A2;
    color: #0155A2;
    border-radius: 0;
    padding: 20px 50px;
    /* background-color: #0155a2; */
}
.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #0155a2; 
    box-shadow: none;
}
.accordion-body {
    background-color: #F4F7FA;
    padding: 50px;
}
.accordion-body h3{
  color: #0155A2;
  font-size: 25px;
  font-weight: 400;
  margin-bottom: 20px;
}
.accordion-body  p{
  font-size: 15px;
  line-height: 25px;
}
.accordion-body  ul{
  padding-left: 20px;
}
.accordion-body  li{
  list-style: disc;
  margin-bottom: 10px;
}
.more-mb-met{
  background-color: #F4F7FA;
}
.more-mb-met .product-carosel .product-img{
  border-radius: 8px;
}
.more-mb-met-title{
  display: flex;
  justify-content: center;
  align-items: center;
}
.row.application-list img{
  border-radius: 8px;
}
.more-mb-met-title h1{
  font-size: 33px;
  margin-bottom: 20px;
}
.solution .product-category-img{
  background-color: transparent;
  height: auto;
}
.solution .product-category-img img {
    width: 100%;
}
.solution-page-banner{
  padding: 60px 0;
}
.solution-page-banner h1{
  color: #0155A2;
  font-size: 50px;
  font-weight: 400;
}
.solution-page-banner p{
  font-size: 17px;
}
.bg-blue{
    background-color: #0155A2;
}

.solution-tab-content  h2{
font-size: 44px;
font-weight: 400;
margin: 20px 0 40px;
}
.process-list-with-icon p, .process p {
    color: #ffffff;
    font-weight: 300;
}
.row.process {
    border-bottom: 1px solid #ffffff5e;
    padding: 0 0 40px;
    margin-bottom: 40px;
}
.process-list-with-icon{
  display: flex;
  gap: 20px;
  margin-bottom: 40px;
}
.process-list-with-icon img{
  width: 47px;
  height: 47px;
}
.process-list h6 {
    text-transform: uppercase;
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 20px;
}
.process-list h5 {
    font-size: 36px;
    font-weight: 700;
}
.graphical-section .left-content{
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.graphical-section{
  position: relative;
  z-index: 9;
}
.graphical-section:after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: #F4F7FA;
   width: 41.66666667%;
   height: 100%;
   z-index: -1;
}
.graphical-section .left-content  h3{
  color: #01488A;
  font-size: 44px;
    font-weight: 300;
}
.graphical-section .left-content img{
  width: 20%;
  margin: 20px 0 100px;
}
.graphical-section .left-content  .note{
  font-size: 13px;
}
.graphical-section .right-img{
  padding: 40px;
}
/*start mega menu*/
nav.template-main-menu > ul > li ul.dropdown-menu-col-1.mega-menu{
     min-width: 940px;
    padding: 30px;
    z-index: 9;
	width: 100%;
	background-color: #F4F7FA;
    box-shadow: 0 3px 10px rgb(0 0 0 / 15%);
}
.mega-menu img, .offscreen-navigation .sub-menu img {
    width: auto;
    margin-bottom: 20px;
}
nav.template-main-menu > ul > li ul.dropdown-menu-col-1.mega-menu a{
   margin-bottom: 5px;
   padding: 0;
}
nav.template-main-menu > ul > li ul.dropdown-menu-col-1.mega-menu li {
    position: relative;
    width: 33%;
    float: left;
    padding: 10px;
    list-style: none;
}
nav.template-main-menu > ul > li ul.dropdown-menu-col-1 img {
    width: 25%;
    float: left;
    margin-right: 9px;
}

nav.template-main-menu > ul > li ul.dropdown-menu-col-1 .product-img img{
  width: 100%!important;
}
.is-active {
    display: none;
}

/*start progressbar*/
.progress {
  display: block;
  width: 100%;
  height: 10px;
  border-radius: 10px;
  overflow: hidden;
  
  background-color: #f5f5f5;
  background-image: linear-gradient(to right, black, black);
  background-repeat: no-repeat;
  background-size: 0 100%;
  
  transition: background-size .4s ease-in-out;
}
.progressbar .content {
  margin: auto;
  padding: 20px;
  width: 600px;
}

.progressbar .slider {
  margin: 30px auto 50px;
}

.progressbar .image {
  padding: 10px;
}

.progressbar img {
    display: block;
    width: 50px;
    height: 50px;
}

.progressbar .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}
.product-banner-img .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 34%;
    left: auto;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 0;
    margin-bottom: 1rem;
    margin-left: 15%;
    transform: rotate(90deg);
}
.product-banner-img .carousel-indicators [data-bs-target]{
  background-color: #0155A2;
}

/*start contact*/
.contact {
    background-color: #f2f2f2;
    position: relative;
    z-index: 9;
}
.get-in-touch {
    padding: 100px;
}
.contact:after{
 content: '';
 position: absolute;
 top: 0;
 left: 0;
 background-color: #0155A2;
 width: 50%;
 height: 100vh;
 z-index: -1;
}
.col-md-6.side-contact {
    padding: 100px 0;
}
.address {
    padding: 0 0 100px 80px;
}
.contact  .row {
    --bs-gutter-x: 0rem;
}
.get-in-touch h1{
  color: #fff;
}
.get-in-touch li a{
  border: 1px solid #fff;
  border-radius: 40px;
  color: #fff;
  display: inline-block;
  width: 80%;
  padding: 15px 30px;
  margin-bottom: 20px;
}
.get-in-touch li a.active, .get-in-touch li a:hover{
  background-color: #fff;
  color: #0155A2;
}
.get-in-touch h1{
  font-size: 50px;
  margin-bottom: 80px;
  font-weight: 400;
}
.address h6{
  color: #01488A;
}
.address h2{
  font-size: 40px;
  color: #000;
}
.address ul li {
    width: 50%;
    float: left;
}
.address ul li a {
    width: 100%;
    display: block;
    color: #000;
}
.address .blog-social li{
  width: auto;
}
.contact-box {
    padding: 80px;
}
.contact-box label{
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 400;
  top: 10px;
}
.required{
  color: red;
}
.contact-box .form-control , .contact-box .form-select{
  background-color: transparent;
}
.form-group{
    padding: 0 5px;
    margin-bottom: 10px;
}
.contact-box .form-control, .contact-box .form-select{
  height: 50px;
  border: 1px solid #ddd;
}
.contact-box h2{
  font-weight: 400;
  font-size: 44px;
  margin-bottom: 30px;
}
.address ul {
    padding: 30px 0;
}
.address img{
  width: auto;
  margin-top: 30px;
}

.col-md-6.side-contact {
          padding: 100px 0;
          border-left: 1px solid #ddd;
      }
       .contact-box {
          padding: 80px;
          border-bottom: 1px solid #ddd;
      }
      .contact-box:last-child{
         border-bottom: none;
      }
      .custom {
  margin-bottom: 16px;
}
.custom.checkbox > label,
.custom.radio > label {
  position: relative;
  cursor: pointer;
  padding-left: 32px;
}
.custom input[type="checkbox"],
.custom input[type="radio"] {
  position: relative;
  margin-left: -26px;
  margin-right: 12px;
  cursor: pointer;
}
.custom input[type="checkbox"]:after,
.custom input[type="radio"]:after {
  content: "";
  position: absolute;
  top: -5px;
  left: -4px;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 2px solid #ddd;
  cursor: pointer;
}
.custom input[type="checkbox"]:before {
  transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  transform: rotate(-45deg) scale(0, 0);
  content: "";
  position: absolute;
  left: -1px;
  z-index: 1;
  width: 13px;
  height: 7.5px;
  border: 2px solid #22B58F;
  border-top-style: none;
  border-right-style: none;
}
.custom input[type="checkbox"]:checked:before {
  transform: rotate(-45deg) scale(1, 1);
}
.custom input[type="checkbox"]:after {
  border-radius: 2px;
}
.custom input[type="radio"] {
  top: -2px;
}
.custom input[type="radio"]:before {
  transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  transform: scale(0, 0);
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  z-index: 1;
  width: 12px;
  height: 12px;
  background: #22B58F;
  border-radius: 50%;
}
.custom input[type="radio"]:checked:before {
  transform: scale(1, 1);
}
.custom input[type="radio"]:after {
  border-radius: 50%;
  top: -3px;
}
.custom label span{
   font-size: 15px;
   text-transform: lowercase;
}
.product-banner-content h5 {
    background-color: #0155a2;
    display: inline-block;
        width: max-content;
    color: #fff;
    padding: 10px 20px;
}
.logo-up-img{
  width: auto;
    float: right;
}
/* 2025-08-03 */
.product-specifications-content table tr th {
    background: #ffffff !important;
    border: 1px solid #ccc !important;
    padding: 8px;
    color: #212529;
    text-align: left;
}

.product-specifications-content table tr td {
    border-color: #ccc !important;
    text-align: left;
	background-color:#ffffff;
	--bs-table-bg-type: #fff;
	font-weight:normal;
}
.product-specifications-content table tr:nth-child(even) td {
    background-color: #f2f2f2;
	--bs-table-bg-type: #f2f2f2;
}
/* 2025-08-04 */
.graphical-section .left-content.if-short-desk img {
    margin-bottom: 30px;
}

.if-short-desk ul li {
    font-size: 14px;
    list-style-type: disc;
    margin-bottom: 15px;
}
.brdrow {
    border-top: 1px solid #ffffff5e;
    padding: 40px 0 0;
    margin-top: 40px;
}
.icon-new-sec h6 {
    font-weight: normal;
    margin: 0;
}

.icon-new-sec .process-list-with-icon {
    align-items: center;
}
/* 2025-08-07 */
table.text-center td,table.text-center th {
    text-align: center !important;
}
ul.certificate-list {
    flex-wrap: wrap;
	margin-top:15px;
}

.product-banner-content ul.certificate-list li {
    width: auto;
    min-width: 20%;
    max-width: 27%;
}

.product-banner-content ul.certificate-list li img {
    height: 35px;
}
.product-banner-content ul.certificate-list li.bn-img {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 75px;
    padding: 0;
}
.product-banner-content ul.certificate-list li.bn-img {min-height:100px;}

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

.file-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
  border: 1px solid #ddd;
  margin-bottom: 8px;
  border-radius: 6px;
  background: #fafafa;
}

.file-info {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  color: #333;
}

.download-btn {
  background: #0073e6;
  color: #fff;
  padding: 6px 12px;
  text-decoration: none;
  border-radius: 4px;
  font-size: 14px;
  transition: 0.3s;
}

.download-btn:hover {
  background: #005bb5;
}
