

@import "../css/icons.css";
*{
  padding: 0;
  margin: 0;
}

body{
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
}
main{
  padding: 0px 0 40px;
  background: #fff;
}

h1 {  
  font-family: "Roboto", sans-serif;
    font-size: 32px;
    line-height: 40px;
    font-weight: 900;
    margin-bottom: 15px;
}
h2 {
  font-family: "Roboto", sans-serif;
  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
}

h3 {
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
}

h4 {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
}

h5 {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
}

h6 {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

p {
  font-family: "Roboto", sans-serif;
    margin-top: 0;
    margin-bottom: 10px;
     
     font-size: 15px;
     line-height: 25px;
}
p {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #333; /* or #111 for darker */
  margin-bottom: 1em;
}

a {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  color: #0066cc; /* adjust to your brand color */
  text-decoration: none;
  transition: color 0.3s ease;
}

a:hover,
a:focus {
  color: #004999;
  text-decoration: none;
}
ul,
ol {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #333;
 margin: 0;
 padding: 0;
}


/* Optional: Use custom bullet style for UL */
ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}
img{
  width: 100%;
}
button{border: none}
a{text-decoration: none;}
.primary-color{
  color: #111;
}
.secondary-color{
  color:  #d61d69;
}
.theme-color {
    color: #f3524a;
}
.section-padding{padding: 50px 0}
.p-0{padding: 0}
.m-0{margin: 0}
.pt-0{padding-top: 0!important}
.pb-0{padding-bottom: 0!important}
.mb-0{margin-bottom: 0}
.mt-20{margin-top: 20px}
.mt-40{margin-top: 20px}
.mb-40{margin-bottom: 20px}
.pt-40{padding-top: 40px}
.pb-40{padding-bottom: 40px}
.d-flex{
  display: flex;
}
.d-block{display: block!important;}
.justify-content-center{
  justify-content: center;
}
.justify-content-end{
  justify-content: end;
}
.text-white {
    color: #fff !important;
}
.text-center{
  text-align: center;
}
.btn{
  font-size: 17px;
  line-height: 24px;
  padding: 10px 22px;
  border-radius: 4px;
  display: inline-block;
}
.btn-block{
  width: 100%;
}
.primary-btn{
  border: 1px solid #111;
  color: #111;
}
.primary-btn:hover{
      background: linear-gradient(-45deg, #ec2350, #f56949);
      color: #fff;
      border-color: #d61d69;
}
.primary-btn i{
  vertical-align: middle;
}
.transparent-btn {
    background-color: #fff;
    display: inline-block;
    color: #000;
    font-weight: 500;
}
.transparent-btn:hover{
  background-color: #facfcd;
}
.secondary-btn{
  background: linear-gradient(-45deg, #ec2350, #f56949);
    display: inline-block;
    color: #fff;
    font-weight: 500;
}
.secondary-btn:hover{
  background: linear-gradient(-45deg, #f56949, #ec2350);
}
.justify-content-center-small{
  text-align: center;
}
.light{
  color: #000a2266;
  font-size: 15px;
  margin-bottom: 5px;
}
.light strong {
    color: #000a22;
    margin-right: 5px;
}
.bg-gray {
    background-color: #000;
}
/*start header*/
header.header {
  position: relative;
  z-index: 15;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background-color: transparent;
  box-shadow: 8px 5px 7px rgb(0 0 0 / 10%) !important;
    -moz-box-shadow: 8px 5px 7px rgba(0, 0, 0, 0.1) !important;
    -webkit-box-shadow: 8px 5px 7px rgb(0 0 0 / 10%) !important;
    background-color: #75646e;
}
  header.rt-header {
    display: none;
  }
  header.header {
    display: none;
  }
.logo-area
 {
    width: 100%;
}
.logo-area a {
  display: block;
  line-height: 22px;
}
.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;
  margin-bottom: 0;
}
.header-menu nav.template-main-menu > ul > li > a {
  transition: all 0.3s ease-out;
}
.header-menu nav.template-main-menu > ul > li > a:hover {
  color: #50ffe4;
}
.mean-bar img {
        width: 130px;
}
nav.template-main-menu > ul > li {
  position: relative;
  list-style: none;
   margin-bottom: 0;
}
nav.template-main-menu > ul > li > a {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  display: block;
  color: #fff;
  text-transform: capitalize;
  font-family: "Montserrat", sans-serif;
  position: relative;
  transition: all 0.3s ease-in-out;
}
  nav.template-main-menu > ul > li > a {
    font-size: 18px;
  }
nav.template-main-menu > ul > li > a:after {
  content: "";
  width: 10px;
  height: 10px;
  border: 1px solid #333;
  display: inline-block;
  transform: rotate(45deg) translate(-2px, -3px);
  border-left: none;
  border-top: none;
  margin-left: 8px;
}
nav.template-main-menu > ul > li > a:after {
    right: 0px;
    margin-left: 7px;
}

nav.template-main-menu > ul > li > a.active {
  color: #c72832;
}
nav.template-main-menu > ul > li > a.active:after {
  border: 1px solid #c72832;
  transform: rotate(45deg) translate(1px, -4px);
  border-left: none;
  border-top: none;
}
nav.template-main-menu > ul > li > a:before {
 content: "";
    width: 100%;
    height: 2px;
    background-color: #c72832;
    position: absolute;
    left: 0;
    bottom: -2px;
    visibility: hidden;
    opacity: 0;
}
nav.template-main-menu > ul > li > a.active:before {
  visibility: visible;
  opacity: 1;
}
nav.template-main-menu > ul > li > a:last-child:after {
  display: none;
}
.header-menu nav.template-main-menu > ul > li > a:hover {
  color: #dadeff;
}
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;
}
  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;
}
 nav.template-main-menu-3 > ul > li > a {
    font-size: 14px;
}

nav.template-main-menu-3 > ul > li > a:after {
  border: 1px solid #212121;
  border-left: none;
  border-top: none;
}
nav.template-main-menu-3 > ul > li > a:before {
  background-color: var(--rt-primary-color);
  bottom: 1px;
}
nav.template-main-menu-3 > ul > li > a.active {
  color: var(--rt-primary-color);
}
nav.template-main-menu-3 > ul > li > a.active:after {
  border: 1px solid var(--rt-primary-color);
  border-left: none;
  border-top: none;
}
nav.template-main-menu-3 > ul > li > a:hover:after {
  color: var(--rt-primary-color);
}
nav.template-main-menu > ul > li ul.dropdown-menu-col-1 {
  border-top: 1px solid var(--rt-primary-color);
  background-color: #ffffff;
  width: 250px;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  padding-left: 0;
  border-radius: 0 0 4px 4px;
  -webkit-transform: translateY(15px);
  -moz-transform: translateY(15px);
  -ms-transform: translateY(15px);
  -o-transform: translateY(15px);
  transform: translateY(15px);
  -webkit-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
nav.template-main-menu > ul > li ul.dropdown-menu-col-1 li {
  position: relative;
  list-style: none;
  margin-bottom: 0;
}
nav.template-main-menu > ul > li ul.dropdown-menu-col-1 li a {
  position: relative;
  font-size: 15px;
  font-weight: 400;
  text-transform: capitalize;
  color: #212121;
  padding: 5px 20px;
  display: block;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
  nav.template-main-menu > ul > li ul.dropdown-menu-col-1 li a {
    font-size: 15px;
  }

nav.template-main-menu > ul > li ul.dropdown-menu-col-1 li a:before {
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 6px;
  color: var(--rt-primary-color);
  position: absolute;
  top: 12px;
  left: 20px;
  transform: scale(0);
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
nav.template-main-menu > ul > li ul.dropdown-menu-col-1 li a:hover {
  color: 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: #000;
  padding: 4px 0px 4px 0;
}
  .header-menu.menu-layout1 {
    padding: 10px 10px;
  }

.header-menu.menu-layout1 nav.template-main-menu > ul > li > a {
  padding: 10px 30px;
}
.header-menu.menu-layout1 nav.template-main-menu > ul > li .no-padding {
  padding-left: 3px;
}
.header-menu.menu-layout1 nav.template-main-menu > ul > li > a {
    padding: 10px 18px;
}

.header-contact li {
    list-style: none;
    display: inline-block;
    margin-left: 8px;
    margin-bottom: 0;
}
.header-contact  li a {
  color: #000;
  font-size: 17px;
}
.header-contact  li a i{
  color: green;
}
.rt-sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  left: 0;
  right: 0;
  background-color: #ffffff;
}
.rt-sticky nav.template-main-menu > ul > li > a {
  padding: 30px 15px;
}
.sticky-on.sticky #navbar-wrap {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  z-index: 999;
  background-color: #fff;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
}
.header-menu.menu-layout1.rt-sticky {
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
  z-index: 150;
  background-color: #fff;
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
  padding-top: 0px;
  padding-bottom: 0;
}
.header-menu.menu-layout1.rt-sticky nav.template-main-menu > ul > li > a {
  padding: 35px 18px;
}
.header-menu.menu-layout1.rt-sticky nav.template-main-menu > ul > li > a {
    padding: 15px 18px;
    color: #333;
}
.header-action-layout1{
    justify-content: end;
    display: flex;
}
.rt-sticky .logo-area{
  padding-top: 10px;
}
.header-action-layout1 .action-list {
  display: flex;
  align-items: center;
}
.header-action-layout1 .action-item {
  color: #212121;
  margin-right: 20px;
  cursor: pointer;
  position: relative;
}

  .header-action-layout1 .action-item {
    margin-right: 20px;
  }
.header-action-layout1 .action-item:last-child {
  margin-right: 0;
}
.header-action-layout1 .action-item-style {
  color: #212121;
  margin-right: 20px;
  cursor: pointer;
  position: relative;
  display: flex;
  width: -19%;
}
.header-action-layout1 .action-item-style:last-child {
  margin-right: 0;
}
.header-action-layout1 .left-right-btn {
  position: relative;
}
.header-action-layout1 .left-right-btn a:hover .item-count {
  color: var(--rt-primary-color);
  background-color: #fff;
}
.header-action-layout1 .left-right-btn a i {
  font-size: 16px;
  border: 1px solid #d1e5e0;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.header-action-layout1 .left-right-btn a i:before {
  transition: all 0.3s ease-in-out;
  color: #960100;
}
.header-action-layout1 .left-right-btn a i:hover {
  background-color: var(--rt-primary-color);
  border-color: var(--rt-primary-color);
}
.header-action-layout1 .left-right-btn a i:hover:before {
  -webkit-animation: toBottomFromTop 0.5s forwards;
  animation: toBottomFromTop 0.5s forwards;
  color: #ffffff;
}
.header-action-layout1 .left-right-btn a .icon-round:before {
  color: var(--rt-primary-color);
}
.header-action-layout1 .left-right-btn a .item-count {
  color: #ffffff;
  font-size: 12px;
  background-color: var(--rt-primary-color);
  border: none;
  border-radius: 50%;
  height: 22px;
  width: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: -10px;
  right: -3px;
}
.header-action-layout1 .wish-btn {
  position: relative;
}
.header-action-layout1 .wish-btn a:hover .item-count {
  color: var(--rt-primary-color);
  background-color: #fff;
}
.header-action-layout1 .wish-btn a i {
  color: var(--rt-primary-color);
  font-size: 16px;
  border: 1px solid #d1e5e0;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.header-action-layout1 .wish-btn a i:before {
  transition: all 0.3s ease-in-out;
  color: #960100;
}
.header-action-layout1 .wish-btn a i:hover {
  background-color: var(--rt-primary-color);
  border-color: var(--rt-primary-color);
}
.header-action-layout1 .wish-btn a i:hover:before {
  -webkit-animation: toBottomFromTop 0.5s forwards;
  animation: toBottomFromTop 0.5s forwards;
  color: #ffffff;
}
.header-action-layout1 .wish-btn a .icon-round:before {
  color: var(--rt-primary-color);
}
.header-action-layout1 .wish-btn a .item-count {
  color: #ffffff;
  font-size: 12px;
  background-color: var(--rt-primary-color);
  border: none;
  border-radius: 50%;
  height: 22px;
  width: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: -10px;
  right: -3px;
}
.header-action-layout1 .my-account i {
  color: #557C70;
  font-size: 16px;
  /* border: 1px solid #d1e5e0; */
  border-radius: 50%;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.header-action-layout1 .my-account i:before {
  transition: all 0.3s ease-in-out;
  color: #557C70;
}
.header-action-layout1 .my-account i:hover {
  color: #333;
  background-color: #fff;
}
.header-action-layout1 .my-account i:hover:before {
  -webkit-animation: toBottomFromTop 0.5s forwards;
  animation: toBottomFromTop 0.5s forwards;
  color: #070707;
}
.header-action-layout1 .my-account .icon-round:before {
  color: var(--rt-primary-color);
}
.header-action-layout1 .my-account {
    margin-right: 0;}

.header-action-layout1 .my-account2 {
  display: flex;
  align-items: center;
}
.header-action-layout1 .my-account2:before {
    display: none;
  }
.header-action-layout1 .my-account2 i {
  color: var(--rt-primary-color);
  font-size: 16px;
  border: 1px solid #d1e5e0;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.header-action-layout1 .my-account2 i:before {
  transition: all 0.3s ease-in-out;
  color: var(--rt-primary-color);
}
.header-action-layout1 .my-account2 i:hover {
  background-color: var(--rt-primary-color);
  border-color: var(--rt-primary-color);
}
.header-action-layout1 .my-account2 i:hover:before {
  -webkit-animation: toBottomFromTop 0.5s forwards;
  animation: toBottomFromTop 0.5s forwards;
  color: #ffffff;
}
.header-action-layout1 .listing-button {
  position: relative;
}
.header-action-layout1 .listing-button:hover .listing-btn span {
  background-color: var(--rt-primary-color);
}
.header-action-layout1 .listing-button:hover .listing-btn span i {
  transform: rotate(180deg);
}
.header-action-layout1 .listing-button:hover .listing-btn .item-text::after {
  visibility: visible;
  opacity: 1;
  width: 100%;
  left: 0;
}
.header-action-layout1 .listing-button .listing-btn {
    display: flex;
    align-items: center;
    background-color: transparent;
    justify-content: center;
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    border: none;
    border-radius: 30px;
    overflow: hidden;
    border: 1px solid #557C70;
}
.header-action-layout1 .listing-button .listing-btn span {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.15);
  padding: 7px 15px;
  border-radius: 30px 0px 0px 30px;
}
.header-action-layout1 .listing-button .listing-btn span {
    display: none;
  }

.header-action-layout1 .listing-button .listing-btn span i {
  transition: all 0.3s ease-in-out;
  color: #fff;
}
.header-action-layout1 .listing-button .listing-btn .item-text {
    color: #557C70;
    background-color: transparent;
    padding: 6px 34px;
    transition: all 0.3s ease-in-out;
    font-weight: 500;
    position: relative;
    z-index: 1;
    font-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;
}
.header-action-layout1 .listing-button2:after {
    display: none;
  }
.header-action-layout4 {
  justify-content: flex-end;
}
.header-menu.menu-layout3 {
  position: relative;
  z-index: 99;
  padding: 0;
}
.header-menu.menu-layout3:after {
  content: "";
  height: 1px;
  width: 100%;
  background-color: #e3e6e6;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
}
.header-menu.menu-layout2 {
  background-color: #ffffff;
  position: relative;
  z-index: 1000;
  padding: 0;
}
.header-menu.menu-layout2:after {
  content: "";
  height: 1px;
  width: 100%;
  background-color: #ffffff;
  opacity: 0.2;
  position: absolute;
  bottom: 86px;
  left: 0;
  z-index: -1;
}
.header-menu.menu-layout2.rt-sticky {
  position: fixed;
  background-color: #fff;
  z-index: 100;
  left: 0;
  right: 0;
}
.header-menu.menu-layout2 nav.template-main-menu > ul > li > a {
  padding: 35px 18px;
}
.header-menu.menu-layout2 nav.template-main-menu > ul > li > a {
    padding: 30px 10px;
  }

.header-menu.menu-layout2.rt-sticky nav.template-main-menu > ul > li > a {
  padding: 31px 15px;
}

.header-menu.menu-layout2.rt-sticky nav.template-main-menu > ul > li > a {
    padding: 30px 10px;
  }

.header-menu.menu-layout2 nav.template-main-menu > ul > li .no-padding {
  padding-left: 3px;
}
.header-bottombar-area {
  padding: 15px 0px 20px;
}
.header-bottombar-area .rent-form .form-check-box {
  display: flex;
  align-items: center;
}
.header-bottombar-area .rent-form .form-check-box .checkbox-button .checkbox-button__label {
  font-size: 14px;
  font-weight: 400;
  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;
}

  .header-bottombar-area .rld-main-search2 .filter-button .search-btn span {
    display: none;
  }

.header-bottombar-area .rld-main-search2 .filter-button .search-btn i {
  margin-left: 5px;
}
.header-bottombar-area .rld-main-search2 .filter-button .reset-btn {
  margin-right: 0;
}
.header-bottombar-area .rld-main-search2 .filter-button .reset-btn:hover i {
  color: #ffffff;
}
.header-bottombar-area .rld-main-search2 .filter-button .reset-btn i {
  margin-left: 5px;
  transition: all 0.4s ease;
}
.header-bottombar-area .testing-explore {
  position: relative;
}
.header-bottombar-area .explore__form-checkbox-list.full-filter {
  top: initial;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.header-bottombar-area .explore__form-checkbox-list.full-filter.filter-block {
  margin-top: 0;
}
.header-menu.menu-layout3.rt-sticky {
  position: fixed;
  background-color: #ffffff;
  box-shadow: none;
  z-index: 100;
  left: 0;
  right: 0;
  border-bottom: 0;
}
.header-menu.menu-layout3.rt-sticky nav.template-main-menu > ul > li > a {
  padding: 31px 15px;
}
  .header-menu.menu-layout3.rt-sticky nav.template-main-menu > ul > li > a {
    padding: 30px 10px;
  }

.header-menu.menu-layout3 nav.template-main-menu > ul > li > a {
  padding: 35px 18px;
}

.header-menu.menu-layout3 nav.template-main-menu > ul > li > a {
    padding: 30px 10px;
}

.header-menu.menu-layout3 nav.template-main-menu > ul > li .no-padding {
  padding-left: 3px;
}
.header-menu.menu-layout4 {
  padding: 0;
}
.header-menu.menu-layout4.rt-sticky {
  padding-top: 0;
}
.middle-bar.for-mobile-menu {
  background-color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 2px 15px;
}
.middle-bar.for-mobile-menu ul li {
  margin: 3px 8px;
}
.search-wrap.for-mobile-menu form {
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.search-wrap.for-mobile-menu input {
  color: #000000;
  border: 0;
  height: 40px;
  padding: 5px 15px;
  background-color: transparent;
}
.search-wrap.for-mobile-menu input:focus {
  outline: none;
}
.search-wrap.for-mobile-menu .search-btn {
  height: 40px;
  padding: 5px 20px;
  background-color: transparent;
  border: 0;
  color: #818284;
  font-size: 15px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.search-wrap.for-mobile-menu .search-btn:focus {
  outline: none;
}
.search-wrap.for-mobile-menu .search-btn:hover {
  color: var(--rt-primary-dark);
}
.search-wrap.for-mobile-menu input::-webkit-input-placeholder {
  color: #878c9f;
  font-size: 15px;
  font-weight: 400;
}
.search-wrap.for-mobile-menu input::-moz-placeholder {
  color: #878c9f;
  font-size: 15px;
  font-weight: 400;
}
.search-wrap.for-mobile-menu input:-moz-placeholder {
  color: #878c9f;
  font-size: 15px;
  font-weight: 400;
}
.search-wrap.for-mobile-menu input:-ms-input-placeholder {
  color: #878c9f;
  font-size: 15px;
  font-weight: 400;
}
.btn-ghost.for-mobile-menu {
  border: 1px solid var(--rt-primary-color);
  padding: 8px 20px;
  font-size: 16px;
  font-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;
  margin-bottom: 0;
}
.offscreen-navigation .menu > li:last-child {
  border-bottom: 0;
}
.offscreen-navigation .menu > li > a {
  background-color: #f3f3f3;
  font-size: 15px;
  padding: 12px 30px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.offscreen-navigation .menu > li > a:hover {
  background-color: #f8f8f8;
}
.offscreen-navigation .menu > li > a.opened {
  background-color: #f8f8f8;
}
.offscreen-navigation .sub-menu {
  display: none;
  background-color: #ffffff;
}
.offscreen-navigation .sub-menu li a {
  border-top: 1px solid #f1f1f1;
  padding-left: 50px;
  font-size: 14px;
  padding-top: 7px;
  padding-bottom: 7px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.offscreen-navigation .sub-menu li a:hover {
  background-color: rgba(0, 113, 220, 0.05);
}
.offscreen-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.offscreen-navigation ul li > a {
  display: block;
  position: relative;
  color: #000000;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.offscreen-navigation ul li > a:hover {
  color: var(--color_primary);
}
.offscreen-navigation ul li.menu-item-has-children > a:after {
     content: "";
     width: 7px;
     height: 7px;
     border: 1px solid #333;
     display: inline-block;
     transform: rotate(45deg) translate(1px, -4px);
     border-left: none;
     border-top: none;
     margin-left: 8px;
     position: absolute;
     right: 27px;
     top: 19px;
}
.offscreen-navigation ul li.menu-item-has-children > a:before {
  color: #999999;
  content: "\f068";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  right: 20px;
  position: absolute;
  font-size: 12px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.offscreen-navigation ul li.menu-item-has-children > a.opened:after {
  opacity: 1;
  /* visibility: hidden; */
}
.offscreen-navigation ul li.menu-item-has-children > a.opened:before {
  /* opacity: 1; */
  /* visibility: visible; */
}
.rt-slide-nav {
    position: fixed;
    top: 0;
    left: -255px;
    width: 255px;
    height: 100vh;
    background-color: #fff;
    z-index: 999;
    transition: .5s cubic-bezier(.77,0,.175,1);
    overflow: auto;
}
.rt-slide-nav.open {
    left: 0;
    background: #f3f3f3;
}
  .rt-header-menu {
    padding: 0px;
    border-bottom: 1px solid rgba(81, 81, 81, 0.15);
    transition: all 0.5s;
  }
  .rt-header-menu.rt-sticky {
    position: fixed !important;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: 999;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
    padding-top: 0;
    z-index: 150;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
  }
.mean-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 5px 15px;
  background-color: rgb(255 255 255 / 80%);
}
.mean-bar-style-2 {
  background-color: rgba(0, 0, 0, 0.8);
}
body .sidebarBtn {
  display: block;
  padding: 12px 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
body .sidebarBtn .bar {
  background: #111;
  height: 3px;
  width: 30px;
  display: block;
  margin-bottom: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
body .sidebarBtn .bar:nth-child(2),
body .sidebarBtn .bar:nth-child(3) {
  width: 25px;
  margin-left: 5px;
}
body .sidebarBtn .bar:last-child {
  margin-bottom: 0;
}
.slidemenuon{
  position: relative;
}
body.sticky-header.slidemenuon:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000057;
}
body.slidemenuon .sidebarBtn .bar:nth-child(2),
body.slidemenuon .sidebarBtn .bar:nth-child(3) {
  opacity: 0;
}
body.slidemenuon .sidebarBtn .bar:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(7px, 7px);
  -ms-transform: rotate(45deg) translate(7px, 7px);
  transform: rotate(45deg) translate(7px, 7px);
}
body.slidemenuon .sidebarBtn .bar:nth-child(4) {
  -webkit-transform: rotate(-45deg) translate(8px, -8px);
  -ms-transform: rotate(-45deg) translate(8px, -8px);
  transform: rotate(-45deg) translate(9px, -10px);
}
.mean-bar--right {
  display: flex;
  align-items: center;
  justify-content: end;
}
  .mean-bar--right {
    min-width: 100px;
  }

.mean-bar--right .actions a {
  color: #100f0f;
  font-size: 20px;
}

.template-search {
  position: fixed;
    top: 10%;
    right: 15%;
    width: 400px;
    height: 200px;
  background-color: #ffffff;
  transform: translate(0px, -100%) scale(0, 0);
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
  transition: all 0.7s ease-in-out;
}
.template-search .search-form {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
.template-search .search-form input[type="search"] {
  width: 60%;
  color: #000000;
  font-size: 40px;
  text-align: left;
  border: none;
  border-bottom: 2px solid;
  margin: 0 auto;
  padding: 10px 0;
  outline: none;
}
.template-search .search-form .search-btn {
  padding: 28px 60px;
  box-shadow: none;
  border: none;
  cursor: pointer;
  font-size: 24px;
  font-weight: 600;
  transform: translateX(-150px) translateY(-10px);
  background-color: transparent;
  transition: all 0.3s ease-out;
}

.template-search .search-form .search-btn i {
  margin-left: 0;
}
.template-search .search-form .search-btn:focus {
  box-shadow: none;
  outline: none;
}
.template-search .search-form input::-webkit-input-placeholder {
  color: #878c9f;
  font-size: 15px;
  font-weight: 400;
}
.template-search .search-form input::-moz-placeholder {
  color: #878c9f;
  font-size: 15px;
  font-weight: 400;
}
.template-search .search-form input:-moz-placeholder {
  color: #878c9f;
  font-size: 15px;
  font-weight: 400;
}
.template-search .search-form input:-ms-input-placeholder {
  color: #878c9f;
  font-size: 15px;
  font-weight: 400;
}
.template-search .close {
  position: fixed;
  top: 0;
  right: 20px;
  color: #000000;
  border: none;
  opacity: 0.7;
  height: 44px;
  line-height: 31px;
  visibility: visible;
  padding: 3px 15px 5px;
  font-size: 37px;
  font-weight: 300;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.template-search .close:focus {
  box-shadow: none;
  border: none;
  outline: none;
}
.template-search .close:hover {
  opacity: 1;
}
.template-search.open {
  transform: translate(0px, 0px) scale(1, 1);
  opacity: 0.95;
  visibility: visible;
}

/*start top header*/
.top-header {
    padding: 9px 20px;
}
.top-header-menu{
  display: none;
  justify-content: end;
  line-height: 72px;
}
.top-header h2{
  text-transform: uppercase;
  font-family: "Lora", serif;
  margin-bottom: -4px;
  color: #000;
}
.top-header h3 {
    text-transform: uppercase;
    font-family: "Lora", serif;
    margin-bottom: 0;
    color: #ef2748;
    font-size: 40px;
}
.top-header-menu li {
    list-style: none;
    display: inline-block;
    margin: 0 11px;
    font-size: 15px;
}
.top-header-menu li a{
  color: #494747;
  font-weight: 500;
  font-size: 14px;
}
.header-adress li{
  list-style: none;
  display: inline-block;
  margin: 0 20px;
  font-size: 13px;
  color: #494747;
  font-weight: 500;
}
.header-adress li a{
  color: #000000;
  font-size: 18px;
}
.header-adress li a:hover{
  color: #ddd;
}
.header-adress {
    text-align: center;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 25px;
}
.header-adress li span
 {
    vertical-align: middle;
    margin-left: 5px;
}
.header-adress li i {
    font-size: 24px;
    color: #ef2748;
    vertical-align: middle;
    font-weight: 600;
}

/*start footer*/
footer{
  padding: 50px 0 20px;
}
.footer-category h5 {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}
.footer-category p {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    margin-right: 100px;
}

.footer-category ul{
  padding-left: 0;
}
.footer-category ul li{
  margin-bottom: 15px;
  line-height: 24px;
  list-style: none;
}
.footer-category ul li a i {
    font-size: 14px;
    color: #fff;
    line-height: 19px;
    vertical-align: middle;
}
.footer-category ul li a {
    font-size: 15px;
    color: #fff;
    line-height: 22px;
}
.footer-category ul li a img{
  width: 30px;
  margin-right: 5px;
      vertical-align: middle;
}
.social__icon li{
  display: inline-block;
  margin-right: 10px;
}
.copyright {
    border-top: 1px solid #bdbdbd;
    padding-top: 20px;
    margin-top: 20px;
    flex-direction: column;
    text-align: center;
}
.copyright {
    border-top: 1px solid #bdbdbd;
    padding-top: 20px;
    margin-top: 20px;
    flex-direction: column;
    text-align: center;
}
.copyright p{
  margin-bottom: 0;
  font-size: 15px;
  line-height: 26px;
  color: #fff;
}
.copyright ul{
    font-size: 17px;
   ine-height: 26px;
   margin-bottom: 0;
       padding-left: 20px;
}
.copyright ul li{
  display: inline-block;
  margin-bottom: 0;
  line-height: 26px;
}
.copyright ul li a{
  color: #111;
  border-right: 1px solid #111;
  padding-right: 10px;
  margin-right: 10px;
  font-size: 15px;
  line-height: 26px;
}
.copyright ul li:last-child a{
  border-right: none;
}
.footer-category h4 {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
   
}
/*end footer*/
@media (max-width: 600px){
  #club-address h2{
    font-size: 19px;
    line-height: 20px;
    text-align: left;
  }
footer{
  padding: 50px 10px;
}
.footer-category h4 {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    text-align: center;
}
.footer-category p {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    margin-right: 0px;
    text-align: center;
}
.footer-category ul li{
  margin-bottom: 8px;
}
#footer-about{
  margin-bottom: 40px;
}
#footer-about .social__icon{
  text-align: center;
}
}

/*start media query*/
@media (min-width: 768px){
  h1 {
        font-size: 45px;
        line-height: 55px;
        margin-bottom: 20px;
    }

  h2 {
    font-size: 34px;
    line-height: 44px;
  }

  h3 {
    font-size: 28px;
    line-height: 38px;
  }

  h4 {
    font-size: 24px;
    line-height: 34px;
  }

  h5 {
    font-size: 20px;
    line-height: 30px;
  }

  h6 {
    font-size: 18px;
     line-height: 28px;
  }
 p {
  margin-bottom: 1rem;
    font-size: 18px;
    line-height: 30px;
  }

  a {
    font-size: 18px;
    line-height: 30px;
  }
ul,
  ol {
    font-size: 18px;
    line-height: 30px;
    padding-left: 24px;
  }


.section-padding{padding: 50px 0}

.top-header-menu{
  display: flex;
  justify-content: end;
}
.header-adress li{
  margin-right: 4px;
  font-size: 16px;
}
.header-adress {
    float: right;
}
header.rt-header {
    display: block;
}
.header-contact  li{
    margin-left: 20px;
}
/*  start banner*/
.banner-main {
    padding: 100px 0;
    background-position: top center;
    height: 700px;
}

 .banner-main p {

    font-size: 22px;
    line-height: 36px;
  }
.title-para{
  font-size: 20px;
  margin: 0 0 40px;
}
/*start about*/
.about-us img
 {
    padding: 0 0px;
}
.about-content {
    padding-left: 50px;
    padding-right: 30px;
}
/*start cta*/
.cta-main {
    padding: 150px 0;
}
.justify-content-center-small{
  justify-content: end;
}
/*start process*/
.process-block-one .inner-box p{
  display: block;
}
.testi-btn{
  display: flex;
  align-items: center;
  justify-content: end;
  margin-top: 0px;
}
.post-btn{
   display: flex;
   align-items: self-start;
   justify-content: end;
   margin-top: 0px;
}
 .blog-small-item h6{
  font-size: 17px;
  font-weight: 700;
  line-height: 27px;
 }
.footer-category ul li a{
  font-size: 15px;
  color: #fff;
  line-height: 22px;
  font-weight: 400;
}

.customer{
  font-size: 20px;
  font-weight: 800;
}
.item{
  font-size: 17px;
}
.tabs_wrapper {
  margin-top: 40px;
}
.order-lg-0{
  order: 0;
}
.info-row {
    grid-template-columns: 50px 400px 1fr;
    grid-template-rows: auto;
    padding: 20px 0;
  }

  .info-title {
    cursor: default; /* no accordion click */
    font-size: 22px;
  }

  .info-desc {
    display: block !important; /* always visible */
    grid-column: auto;
    margin-top: 0;
    font-size: 18px;
    line-height: 31px;
  }
  .info-title:before {
    display: none;
}
.migrate-img img{
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  min-height: 520px;
}
}
@media (min-width: 992px) {
 h1 {
        font-size: 50px;
        line-height: 60px;
  }

  h2 {
    font-size: 40px;
    line-height: 50px;
  }

  h3 {
    font-size: 32px;
    line-height: 42px;
  }

  h4 {
    font-size: 28px;
    line-height: 38px;
  }

  h5 {
    font-size: 24px;
    line-height: 34px;
  }

  h6 {
    font-size: 20px;
    line-height: 30px;
  }
   p {
    font-size: 18px;
    line-height: 34px;
  }

   ul,
    ol {
      font-size: 20px;
      line-height: 34px;
      padding-left: 0px;
    }


.mt-40{margin-top: 40px}
.mb-40{margin-bottom: 40px}
.section-padding{padding: 60px 0}
.top-header{
  display: block;
}
body .sidebarBtn {
        display: none;
}
.rt-header-menu {
    display: none;
  }
.mean-bar img {
        width: 130px;
}
.logo-area {
    width: 100%;
    text-align: right;
}
 header.header {
    display: block;
}
.header-contact  li{
    margin-left: 10px;
}
.header-contact li a {
    color: #000;
    font-size: 13px;
}

}




section.banner-slider .slick-slide{
    height: 500px;
}
/* Slide caption */
.caption {
position: absolute; left: 49%; bottom: 20vh; transform: translateX(-50%);
text-align: center; color: #fff; max-width: min(90vw, 900px);
}
.caption h2 { margin: 0 0 .25rem; font-size: 35px; line-height: 40px; font-weight: 600; }
.caption p {margin: 0;color: #fff;line-height: 25px;font-size: 16px;font-weight: 400;}
.caption .btn {margin-top: 1rem;display: inline-block;padding: .85rem 1.25rem;border-radius: 999px;background: #ef2748;backdrop-filter: blur(4px);color: #ffffff;text-decoration: none;font-weight: 600;border: 1px solid #ef2748;}
.caption .btn:hover { background: #000;border: 1px solid #000; }


/* Dots styling */
.slick-dots { bottom: 18px; }
.slick-dots li button:before { font-size: 10px; opacity: .55; }
.slick-dots li.slick-active button:before { opacity: 1; }


/* Arrows styling (bigger + outside edges) */
.slick-prev, .slick-next {
z-index: 2; width: 48px; height: 48px; border-radius: 999px;
display: grid; place-items: center;
}
.slick-prev { position:absolute;left: 16px;     top: 40%;}
.slick-next { position:absolute;right: 16px;     top: 40%;}
.slick-prev:before, .slick-next:before { font-size: 36px; line-height: 1; }


/* Make arrows easier to see on bright images */
}
/*start about*/
blockquote.meetQuote{
   
}
.aboutMayorBlock {
    padding: 80px;
}
blockquote.meetQuote.fontAlter {
    padding: 5px 40px;
    border-left: 3px solid #ef2748;
    margin: 20px 0;
}
blockquote.meetQuote q {
    font-size: 22px;
}
.meetQuote cite:before {
    display: inline-block;
    vertical-align: middle;
    content: "- ";
}
.btnPlayLink {
    font-size: 18px;
    line-height: 1.3333333333;
    color: #202b5d;
    padding: 3px 0 3px 82px;
}
.btnPlayLink .icnPlay {
    color: #fff;
    left: 0;
    top: 0;
    text-indent: 7px;
    font-size: 26px;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    width: 60px;
    height: 60px;
    background-color: #ef2748;
}

/*start contact page*/
.contact-page {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 120px 0px 120px;
}
.contact-page__content {
    position: relative;
    display: block;
}
.contact-page__content .title-box {
    position: relative;
    display: block;
    margin-bottom: 23px;
}
.contact-page__contact-info {
    position: relative;
    display: block;
}
.contact-page__contact-info li {
    position: relative;
    display: block;
    padding-left: 30px;
    margin-bottom: 20px;
}
.contact-page__contact-info li .icon-box {
    position: absolute;
    top: 5px;
    left: 0;
}
.contact-page__contact-info li .text-box {
    position: relative;
    display: block;
}
.contact-page__contact-info li .text-box h4 {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 4px;
}
.contact-page__contact-info li .text-box p {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
}
.contact-page__social-links {
    position: relative;
    display: block;
    margin-top: 37px;
}
.contact-page__social-links li {
    position: relative;
    display: inline-block;
    margin-right: 6px;
}
.contact-page__social-links li a {
    position: relative;
    display: flex
;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: #3b5998;
    border-radius: 50%;
    text-align: center;
}
.contact-page__social-links li a.bg2 {
    background: #55acee;
}
.contact-page__social-links li a.bg3 {
    background: #dc4e41;
}
.contact-page__social-links li a.bg4 {
    background: #3f729b;
}
.contact-page__social-links li a span {
    position: relative;
    display: block;
}
.contact-page__social-links li a span::before {
    position: relative;
    display: inline-block;
    color: #ffffff;
    font-size: 16px;
}
.contact-page__form
 {
    position: relative;
    display: block;
    background: #FFFFFF;
    box-shadow: 0px 20px 60px 10px rgba(0, 0, 0, 0.07);
    border-radius: 15px;
    padding: 42px 50px 50px;
}
.contact-page__form .add-comment-box {
    margin-top: 0px;
}
.add-comment-box .inner-title {
    position: relative;
    display: block;
    padding-bottom: 62px;
}
.add-comment-box #contact-form
 {
    position: relative;
    display: block;
}
.contact-page__form .add-comment-box .inner-title {
    padding-bottom: 32px;
}
.add-comment-box #contact-form input[type="text"], .add-comment-box #contact-form input[type="email"], .add-comment-box #contact-form textarea {
    position: relative;
    display: block;
    background: #ffffff;
    border: 1px solid #E5E5E5;
    width: 100%;
    height: 50px;
    color: #676767;
    font-weight: 500;
    font-size: 16px;
    font-style: normal;
    text-transform: none;
    padding: 0 35px;
    border-radius: 25px;
    transition: all 500ms ease;
}
.add-comment-box #contact-form .input-box {
    position: relative;
    display: block;
    margin-bottom: 30px;
}
.add-comment-box #contact-form textarea {
    height: 180px;
    padding: 12px 35px;
}
.add-comment-box #contact-form .button-box
 {
    position: relative;
    display: block;
    padding-top: 0px;
    line-height: 0;
}
.add-comment-box #contact-form .button-box button.btn-one
Specificity: (1,3,1)
 {
    line-height: 60px;
    box-shadow: 0px 15px 50px rgba(235, 41, 44, 0.3);
    border-radius: 30px;
    padding-left: 45px;
    padding-right: 45px;
}
.btn-one {
    position: relative;
    display: inline-block;
    border-radius: 25px;
    padding: 0px 35px 0px;
    line-height: 50px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    text-transform: none;
    background: #ef2748;
    overflow: hidden;
    font-family: var(--thm-font);
    transition: all 0.3s ease-in-out 0.1s;
}
.contact-page__contact-info li .text-box p a {
    color: #676767;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.contact-page__contact-info li .icon-box i::before {
    position: relative;
    display: inline-block;
    color: #ef2748;
    font-size: 20px;
    font-weight: 700;
}

/*start breadcrumb*/
.breadcrumb {
    padding: 60px 0;
    background-color: #fdf7f7;
}
.pt-60{
  padding-top: 60px;
}
.breadcrumb ul li{
  list-style: none;
  display: inline-block;
}
/*start comitee table */
.comitte-section{
  padding-bottom: 80px;
  padding-top: 50px;
}
.comitte-section .table thead {
      background: #b31e1e;
      color: #fff;
      text-align: center;
    }
 .comitte-section .table tbody td{
    vertical-align: middle;
    padding: 10px 2px;
    text-transform: capitalize;
}
.comitte-section .table tbody tr:nth-child(odd) td {
    background-color: #fdf7f7;
}
  .comitte-section .table thead th{
    vertical-align: middle;
    padding: 20px 5px;
    color: #75646e;
}
    .member-img {
      width: 70px;
      height: 70px;
      border-radius: 6px;
      object-fit: cover;
    }
    .title-box {
      text-align: left;
      margin-bottom: 20px;
      color: #111;
    }
    .title-box h4 {
      font-weight: bold;
      text-transform: uppercase;
    }

/*    start events*/
.events-grid {
    position: relative;
}
.sec-pad-2 {
    padding: 60px 0px;
}
.schedule-block-one .inner-box {
    position: relative;
    display: block;
    padding: 10px 10px;
    border-radius: 5px;
    border: 1px solid #e0e0ea;
    background: transparent;
    transition: all 500ms ease;
}
.events-grid .schedule-block-one .inner-box {
    margin-bottom: 40px;
}
.schedule-block-one .inner-box .image-box {
    position: relative;
    display: block;
    overflow: hidden;
    background: #252638;
    border-radius: 5px 5px 0px 0px;
}
.schedule-block-one .inner-box .lower-content {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 19px 20px 16px 20px;
    border-radius: 0px 0px 5px 5px;
    box-shadow: 0px 10px 30px 0px rgb(0 0 0 / 5%);
    transition: all 500ms ease;
}
.schedule-block-one .inner-box .image-box .image {
    position: relative;
    display: block;
}
.schedule-block-one .inner-box .image-box .content-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    right: 0px;
    z-index: 2;
}
.schedule-block-one .inner-box .image-box:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.8) 10%, rgba(0, 0, 0, 0.0) 50%);
    left: 0px;
    bottom: 0px;
    z-index: 1;
    transition: all 500ms ease;
}
.schedule-block-one .inner-box .image-box .image img {
    width: 100%;
    transition: all 500ms ease;
}
.schedule-block-one .inner-box .image-box .content-box .post-date {
    position: absolute;
    top: 0px;
    right: 0px;
}
.schedule-block-one .inner-box .image-box .content-box .post-date h3 {
    position: relative;
    display: inline-block;
    width: 90px;
    height: 90px;
    background: #f5f5f6;
    text-align: center;
    border-radius: 50%;
    font-size: 24px;
    font-weight: 700;
    line-height: 23px;
    padding: 26px 0px 20px 0px;
    top: -15px;
    right: -15px;
}
.schedule-block-one .inner-box .image-box .content-box .post-date h3:before {
    position: absolute;
    content: '';
    width: 100px;
    height: 100px;
    left: -5px;
    top: -5px;
    border: 1px solid #f5f5f6;
    border-radius: 50%;
}
.schedule-block-one .inner-box .image-box .content-box .post-date h3 span {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
}
.schedule-block-one .inner-box .image-box .content-box .text {
    position: absolute;
    left: 0px;
    bottom: 20px;
    width: 100%;
    padding: 0px 20px 0px 20px;
}
.schedule-block-one .inner-box .image-box .content-box .text .category {
    background: #ef2748;
}
.schedule-block-one .inner-box .image-box .content-box .text .category {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
    font-weight: 300;
    padding: 2px 7px;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 17px;
}
.schedule-block-one .inner-box .image-box .content-box .text .category i {
    margin-right: 6px;
    font-size: 14px;
}
.schedule-block-one .inner-box .image-box .content-box .text h4 {
    display: block;
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 700;
}
.schedule-block-one .inner-box .lower-content .post-info {
    position: relative;
    padding-bottom: 21px;
    margin-bottom: 16px;
    border-bottom: 1px solid #e3e3e3;
}
.schedule-block-one .inner-box .lower-content .post-info li {
    position: relative;
    display: block;
    font-size: 16px;
    color: #696b7e;
    padding-left: 25px;
    margin-bottom: 4px;
}
.schedule-block-one .inner-box .lower-content .post-info li:last-child {
    margin-bottom: 0px;
}
.schedule-block-one .inner-box .lower-content .links a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 26px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #252638;
}
.schedule-block-one .inner-box .lower-content .post-info li i {
    color: #917084;
    vertical-align: bottom;
}
.schedule-block-one .inner-box .lower-content .post-info li i {
    position: absolute;
    left: 0px;
    top: 8px;
}
.schedule-block-one .inner-box .lower-content .links a i {
    font-size: 12px;
    position: relative;
    top: -1px;
    margin-left: 6px;
}
.schedule-block-one .inner-box .lower-content .share-box {
    position: absolute;
    right: 20px;
    bottom: 16px;
}
.schedule-block-one .inner-box .lower-content .share-box a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 700;
    color: #8e91a2;
}
.schedule-block-one .inner-box .lower-content .share-box a i {
    margin-left: 6px;
}
.schedule-block-one .inner-box .image-box .content-box .text h4 a
 {
    display: inline-block;
    color: #ffffff;
}

.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}
.pagination li {
    display: inline-block;
    margin: 0px 3px;
}
.pagination {
    position: relative;
    display: block;
}
.pagination li a:hover, .pagination li a.current {
    background: #ef2748;
}
.pagination li a:hover, .pagination li a.current {
    color: #ffffff;
}
.pagination li a {
    position: relative;
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    font-family: 'DM Sans', sans-serif;
    height: 54px;
    width: 54px;
    line-height: 54px;
    text-align: center;
    color: #252638;
    background: #f2f2f2;
    border-radius: 5px;
    z-index: 1;
    transition: all 500ms ease;
}
.centred {
    text-align: center;
}

/*start event details*/
/** event-details **/

.event-details{
  position: relative;
  padding-bottom: 60px;
}

.event-details .event-info{
  position: relative;
  margin-top: -62px;
  z-index: 1;
}

.event-details .event-info .single-item{
  position: relative;
  display: block;
  background: #ffffff;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 15%);
}

.event-details .event-info .single-item h4{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 700;
  padding: 16px 20px;
}

.event-details .event-info .single-item .icon-box{
  position: absolute;
  top: 0px;
  right: 20px;
  font-size: 64px;
  line-height: 60px;
  color: rgba(0,0,0,0.1);
  z-index: 2;
}

.event-details .event-info .single-item .list{
  position: relative;
  display: block;
  padding: 18px 20px 23px 20px;
}

.event-details .event-info .single-item .list li{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 28px;
  color: #696b7e;
}

.event-details .event-info .single-item .list li i{
  position: absolute;
  left: 0px;
  top: 1px;
}

.event-details .event-info .single-item .list li a{
  display: inline-block;
  color: #696b7e;
}

.event-details .event-info .single-item .list li a:hover{

}

.event-details .overview-box{
  position: relative;
  display: block;
  padding: 110px 0px;
}

.group-title{
  position: relative;
  display: block;
  margin-bottom: 24px;
}

.group-title h3{
  display: block;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 10px;
}

.group-title .title-shape{
  position: relative;
  width: 50px;
  height: 4px;
  margin-left: 8px;
}

.group-title .title-shape:before{
  position: absolute;
  content: '';
  width: 4px;
  height: 4px;
  left: -8px;
  top: 0px;
}

.event-details .overview-box .image-box{
  position: relative;
  margin: 0px 10px;
  padding-right: 20px;
}

.event-details .overview-box .image-box .image{
  position: relative;
  display: block;
  border-radius: 5px;
}

.event-details .overview-box .image-box img{
  width: 100%;
  border-radius: 5px;
  height: 380px;
}

.event-details .overview-box .image-box .image-column{
  padding: 0px 5px;
}

.event-details .overview-box .text{
  position: relative;
  margin-top: -9px;
}

.event-details .overview-box .text p{
  margin-bottom: 17px;
}

.event-details .overview-box .text .theme-btn{
  margin-top: 16px;
}

.event-details .purpose-box .upper-box{
  position: relative;
  display: block;
  margin-bottom: 33px;
  margin-top: -8px;
}

.event-details .purpose-box .accordion-box .block .acc-btn{
  border: 1px solid #e6e6ea;
  border-radius: 5px;
  padding: 15px 15px 15px 20px;
  box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 5%);
}

.event-details .purpose-box .accordion-box .block .acc-btn h5{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  padding-left: 36px;
}

.event-details .purpose-box .accordion-box .block .acc-btn h5 i{
  position: absolute;
  left: 0px;
  top: 0px;
  color: #8e91a2;
  transition: all 500ms ease;
}

.event-details .purpose-box .accordion-box .block .acc-btn.active h5 i{

}

.event-details .purpose-box .accordion-box .block{
  margin-bottom: 20px;
  border-bottom: none;
}

.event-details .purpose-box .accordion-box .block:last-child{
  margin-bottom: 0px;
}

.event-details .purpose-box .accordion-box .block .acc-content{
  padding: 24px 20px 3px 20px;
}

.event-details .map-inner{
  position: relative;
  width: 100%;
}

.event-details .map-inner #contact-google-map{
  position: relative;
  width: 100%;
  height: 480px;
  border-radius: 5px;
}

.event-details .purpose-box .form-inner{
  position: relative;
  display: block;
  background: #ffffff;
  border: 1px solid #e6e6ea;
  border-radius: 5px;
  box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 6%);
  padding: 30px 20px;
}

.event-details .purpose-box .form-inner .form-group{
  position: relative;
  margin-bottom: 20px;
}

.event-details .purpose-box .form-inner .form-group:last-child{
  margin-bottom: 0px;
}

.event-details .purpose-box .form-inner .form-group input[type='text'],
.event-details .purpose-box .form-inner .form-group input[type='email'],
.event-details .purpose-box .form-inner .form-group textarea{
  position: relative;
  display: block;
  width: 100%;
  height: 58px;
  border: 1px solid #e3e3e3;
  border-radius: 5px;
  padding: 10px 20px;
  font-size: 16px;
  color: #696b7e;
  transition: all 500ms ease;
}

.event-details .purpose-box .form-inner .form-group textarea{
  resize: none;
  height: 106px;
}

.event-details .purpose-box .form-inner .form-group input:focus,
.event-details .purpose-box .form-inner .form-group textarea:focus{

}

.event-details .purpose-box{
  padding-bottom: 110px;
  border-bottom: 1px solid #e6e6ea;
}

.event-details .social-box{
  position: relative;
  padding-top: 32px;
}

.event-details .social-box h4{
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 17px;
}

.event-details .social-box .social-links li{
  position: relative;
  display: inline-block;
  margin: 0px 3.5px;
}

.event-details .social-box .social-links li a{
  position: relative;
  display: inline-block;
  width: 140px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  font-family: 'DM Sans', sans-serif;
  padding: 12px 15px;
  border-radius: 5px;
}

.event-details .social-box .social-links li a i{
  margin-right: 10px;
}

.event-details .social-box .social-links li:first-child a{

}

.event-details .social-box .social-links li:nth-child(2) a{
  
}

.event-details .social-box .social-links li:nth-child(3) a{
  
}

.event-details .social-box .social-links li:last-child a{
  
}

.recent-events .schedule-block-three:last-child .inner-box{
  margin-bottom: 0px;
}

.recent-events .group-title{
  margin-bottom: 40px;
}
.accordion-flush>.accordion-item>.accordion-header .accordion-button, .accordion-flush>.accordion-item>.accordion-header .accordion-button.collapsed{
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.event-details .event-info .single-item h4 {
    background: #75646e;
}
.event-details .event-info .single-item .list {
    position: relative;
    display: block;
    padding: 18px 20px 23px 20px;
}
.event-details .social-box .social-links li {
    position: relative;
    display: inline-block;
    margin: 0px 3.5px;
}
.event-details .social-box .social-links li a {
    position: relative;
    display: inline-block;
    width: 140px;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    font-family: 'DM Sans', sans-serif;
    padding: 12px 15px;
    border-radius: 5px;
}
.event-details .social-box .social-links li:first-child a {
    background: #3b5998;
}
.event-details .social-box .social-links li:nth-child(2) a {
    background: #55acee;
}
.event-details .social-box .social-links li:nth-child(3) a {
    background: #dc4e41;
}
.event-details .social-box .social-links li:last-child a {
    background: #bd081c;
}

/*start gallery*/
.main-gallery img {
    max-height: 300px;
}

.news-alerts {
    width: 100%;
    max-width: 720px;
    margin: 10px auto;
    height: 500px;
    overflow: hidden;
    // background-color: #fff;
    border: 3px solid #000;
}

.news-alerts .mask {
  position: relative;
  left: 0px;
    width: 100%;
    max-width: 720px;
    height: 500px;
    overflow: hidden;
}

.news-alerts ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}

.news-alerts ul li {
    padding: 10px 0px;
    padding: 10px;
}

.news-alerts ul li a {
    color: white;
    font-size: 18px;
    text-decoration: none;
    // margin-left: 30px;  
}

.news-alerts ul li a:hover {
    color: aqua;
    text-decoration: underline;
}

.news-alerts ul li a p {
    color: white;
    font-size: 14px;
    text-decoration: none;
    text-align : center;
    vertical-align: middle;
    word-wrap: normal;
    line-height: 20px;
}

.news-alerts ul li>span {
    font-size: 21px;
    float: left;
    // width: 18%;
    text-align: center;
    padding-right: 8px;
    // margin-left: 30px;  
    color: white;
    height: 54px;
    font-family: sans-serif, serif;
}

.news-alerts ul li {
  background: #ef2748;
  color: white;
  margin: 1px;
}
ol.notice-btn li {
    display: flex;
    gap: 10px;
    margin-bottom: 19px;
}
ol.notice-btn li span {
    display: inline-block;
    line-height: 51px;
}
ol.notice-btn li  a{
  vertical-align: middle;
  float: right;
}

.slide{
  position: relative;
}
.overlay{
   position:absolute;
    inset:0;
    background:rgba(10, 7, 50, 0.65);
}
.breadcrumb ul li a{
  color: #dc4e41;
}
.icon-box {
  color: #c72832;
}
/* tab */
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
  background-color: #ef2748;
}
.nav-link{
  color: #000;
  background-color: #f3f1f1;
}
.nav-link:hover{
   color: #ef2748;
}
#pills-tab {
    display: flex;
    justify-content: center;
    gap: 50px;
}
.title-box h2{
  font-size: 35px;
  font-weight: 600;
}
.Committee-main{
  margin-top: 50px;
}
@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1230px;
    }
}
td {
    font-size: 13px;
}
.sampadaka{
  margin: 50px 80px;
}
.sampadaka-img-box{
  display: flex;
  justify-content: center;
}
.sampadaka-img-box img{
  width: 50%;
  border-radius: 50%;
}
.sampadaka-box{
  text-align: center;
}
.sampadaka-box h2{
  margin-top: 10px;
}
.aboutMayorBlock h2{
  line-height: 20px;
  margin-bottom: 20px;
}
.history p{
  font-size: 16px;
  line-height: 30px;
}
.history{
  margin: 50px 0px;
}
.aboutMayorBlock span{
  font-size: 15px;
  line-height: 30px;
}
.aboutMayorBlock .read a{
  font-size: 15px;
  line-height: 30px;
  color: #ef2748;
}
/* new */
#club-address p{
  font-size: 16px;
  font-weight: 400;
  margin-bottom: -10px;
}
.img-fluid-1{
  width: 50%;
}
.banner-text{
  padding: 30px 20px;
  padding-left: 30px;
  padding-bottom: 0px;
}
.banner-slider{
  overflow-x: hidden;
  border: 20px solid #ef2748;
  border-width: 0px 0px 50px 0px;
}