

**********************************************/
/*----------------------------------------*/
/*  1.1 Theme Default
/*----------------------------------------*/
.rr-product-tab-2 .nav-tabs .nav-link .rr-product-tab-tooltip, .rr-tab-line, .rr-swiper-dot .swiper-pagination-bullet, .rr-swiper-dot-border .swiper-pagination-bullet, .rr-swiper-scrollbar, .back-to-top-wrapper, a,
button,
p,
input,
select,
textarea,
li,
.transition-3 {
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

.rr-hotspot svg, .rr-pagination ul li a svg, .rr-pagination ul li span svg, .rr-swiper-arrow button svg, .rr-theme-toggle-main span svg {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}

/* transform */
.rr-product-tab-2 .nav-tabs .nav-link:not(:first-child)::after {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

:root {
  /**
  @font family declaration
  */
  /* --rr-ff-body: 'Libre Bodoni', sans-serif;
  --rr-ff-h: 'Libre Bodoni', sans-serif;
  --rr-ff-s: 'sail', system-ui;
  --rr-ff-p: 'Open Sans', sans-serif; */
  --rr-ff-fontawesome: "Font Awesome 6 Pro";
  /**
  @color declaration
  */
  --rr-common-white: #fff;
  --rr-common-black: #000000;
  --rr-grey-1: #f2f4f9;
  --rr-grey-2: #203240;
  --rr-text-body: #070707;
  --rr-heading-1: #994C46;
  --rr-theme-1: #F37932;
  --rr-border-1: #ebebeb;
}

/*---------------------------------
	typography css start
---------------------------------*/
body {
  font-family: var(--rr-ff-body);
  font-size: 16px;
  font-weight: 400;
  color: var(--rr-text-body);
  line-height: 30px;
}

a {
  text-decoration: none;
}

ul {
  margin: 0px;
  padding: 0px;
}

/* img {
  max-width: 100%;
} */


button {
  color: inherit;
  outline: none;
  border: none;
  background: transparent;
}

button:hover {
  cursor: pointer;
}

button:focus {
  outline: 0;
}


/*----------------------------------------*/
/*  2.3 Buttons
/*----------------------------------------*/
.rr-btn {
  font-size: 16px;
  padding: 14px 30px;
  position: relative;
  font-family: var(--rr-ff-p);
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  /* background-color: var(--rr-theme-1); */
  background: #FF0057;
background: linear-gradient(90deg, rgba(255, 0, 87, 1) 0%, rgba(191, 22, 80, 1) 100%);
  color: var(--rr-common-white);
  letter-spacing: 0.03em;
  z-index: 1;
  transition: all 0.3s ease-in-out;
  text-transform: capitalize;
  border-radius: 30px;
  display: inline-block;
}
/* .rr-btn::before {
  content: "";
  border: 1px solid var(--rr-theme-1);
  width: 100%;
  position: absolute;
  height: 100%;
  top: 7px;
  left: 7px;
  transition: 0.2s;
  z-index: 2;
} */
.rr-btn::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  background: var(--rr-heading-1);
  transition: 0.5s;
  z-index: 1;
  border-radius: 30px;
}
.rr-btn:hover.rr-btn::before {
  top: 0;
  left: 0;
  border: 1px solid var(--rr-heading-1);
}
.rr-btn:hover.rr-btn::after {
  width: 100%;
}
.rr-btn:hover.rr-btn {
  color: var(--rr-common-white);
}
.rr-btn:focus {
  color: #fff;
}
.rr-btn span, .rr-btn i {
  position: relative;
  z-index: 9;
}
@media (max-width: 402px) {
  .rr-btn {
    padding: 8px 11px;
  }
}

/*----------------------------------------*/
/*  2.10 Offcanvas
/*----------------------------------------*/
.body-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(24, 24, 24, 0.8);
  visibility: hidden;
  opacity: 0;
  transition: 0.45s ease-in-out;
}
.body-overlay.apply {
  opacity: 1;
  visibility: visible;
}
.body-overlay:hover {
  cursor: url(../img/cross-out.png), pointer;
}

.rroffcanvas {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: fixed;
  top: 0;
  right: -100%;
  width: 480px;
  bottom: 0;
  box-shadow: 0 16px -32px 0 rgba(0, 0, 0, 0.8);
  /* background-color: var(--rr-common-black); */
  background-color:#F37932;
  z-index: 999999;
  padding: 50px;
  scrollbar-width: none;
  opacity: 0;
  visibility: hidden;
  transition: 0.45s ease-in-out;
  overflow-y: scroll;
}
.rroffcanvas .homemenu {
  margin-bottom: 30px;
}
.rroffcanvas .homemenu-title {
  color: var(--rr-common-white);
}
.rroffcanvas .rr-main-menu-mobile {
  margin-bottom: 50px;
}
.rroffcanvas .rr-main-menu-mobile {
  margin-bottom: 50px;
}
.rroffcanvas.opened {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 767px) {
  .rroffcanvas {
    width: 300px;
    padding: 30px 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .rroffcanvas {
    width: 400px;
    padding: 40px;
  }
}
.rroffcanvas.opened {
  right: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-duration: 0.6s;
}
.rroffcanvas__title p {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.49);
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .rroffcanvas__title p {
    font-size: 17px;
  }
}
.rroffcanvas__contact-title h5 {
  font-size: 14px;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 30px;
  display: inline-block;
}
.rroffcanvas__input-title h4 {
  font-size: 14px;
  color: #888888;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 30px;
  display: inline-block;
}
.rroffcanvas__input {
  margin-bottom: 100px;
}
.rroffcanvas__input input {
  background: rgba(118, 118, 130, 0.3);
  border: transparent;
  height: 60px;
  width: 100%;
  padding-left: 20px;
  padding-right: 80px;
  color: var(--rr-common-white);
}
.rroffcanvas__input button {
  height: 60px;
  width: 60px;
  background-color: var(--rr-theme-1);
  color: var(--rr-common-white);
  font-size: 16px;
  position: absolute;
  top: 0;
  right: 0;
}
.rroffcanvas__contact-info {
  margin-bottom: 50px;
}
.rroffcanvas__contact-info ul li {
  font-size: 16px;
  color: var(--rr-common-white);
  margin-bottom: 15px;
  list-style-type: none;
}
@media (max-width: 767px) {
  .rroffcanvas__contact-info ul li {
    font-size: 14px;
  }
}
.rroffcanvas__contact-info ul li:last-child {
  margin-bottom: 0;
}
.rroffcanvas__contact-info ul li a {
  margin-left: 10px;
  transition: 0.3s;
}
.rroffcanvas__contact-info ul li a:hover {
  color: var(--rr-theme-1);
}
.rroffcanvas__logo {
  margin-bottom: 20px;
  width:50%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rroffcanvas__logo {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .rroffcanvas__logo {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .rroffcanvas__logo img {
    width: 150px;
  }
}
.rroffcanvas__close-btn button {
  position: absolute;
  right: 31px;
  top: 40px;
  transition: 1s;
  -webkit-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-duration: 0.3s;
  height: 40px;
  width: 40px;
  line-height: 45px;
  background-color: var(--rr-common-white);
  color: var(--rr-common-black);
}
.rroffcanvas__close-btn button:hover i {
  transform: rotate(360deg);
}
.rroffcanvas__close-btn button i {
  font-weight: 300;
  font-size: 20px;
  transition: 0.9s;
}
.rroffcanvas__social {
  margin-top: 30px;
}
.rroffcanvas__social .social-icon a {
  height: 55px;
  width: 55px;
  line-height: 58px;
  text-align: center;
  font-size: 16px;
  background-color: rgba(251, 251, 253, 0.08);
  color: var(--rr-common-white);
  margin-right: 15px;
  transition: 0.3s;
  display: inline-block;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .rroffcanvas__social .social-icon a {
    margin-right: 3px;
    height: 50px;
    width: 50px;
    line-height: 53px;
    font-size: 15px;
  }
}
.rroffcanvas__social .social-icon a:hover {
  background-color: var(--rr-theme-1);
  color: var(--rr-common-white);
}


/*----------------------------------------*/
/*  3.1 Header Style 1
/*----------------------------------------*/
.header-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
  width: 100%;
  z-index: 99;
  visibility: visible;
  background-color: rgba(255, 255, 255, 0.95);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  -webkit-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  -khtml-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  -moz-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  -ms-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  -o-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
}
.header-sticky .rr-header-main-menu nav ul li > a {
  padding: 25px 0;
  color: var(--rr-common-black) !important;
}

.rr-header-1-before::before {
  position: absolute;
  content: "";
  top: 0;
  right: -25px;
  width: 1px;
  height: 100%;
  background: rgba(5, 17, 69, 0.1);
}

.rr-header-search-main {
  position: absolute !important;
  left: -44px !important;
  top: 2px !important;
}

.rr-header-icon-card-main {
  position: absolute !important;
  left: -5px !important;
  top: 2px !important;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rr-header-contat {
    margin-left: 0 !important;
  }
  .rr-header-contat .as_btn{font-size:13px;}
}
.rr-header-main-menu > nav > ul > li {
  display: inline-block;
  margin: 0px 17px;
  position: relative;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .rr-header-main-menu > nav > ul > li {
    margin: 0px 17px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rr-header-main-menu > nav > ul > li {
    margin: 0px 10px;
  }
}
.rr-header-main-menu > nav > ul > li > a {
  font-weight: 600;
  font-size: 16px;
  padding: 18px 0 !important;
  display: inline-block;
  color: var(--rr-heading-1) !important;
  text-transform: uppercase;
  font-family: var(--rr-ff-p);
  line-height: 28px;
}
.rr-header-main-menu > nav > ul > li .submenu {
  position: absolute;
  top: calc(100% + 15px);
  left: -5px;
  width: 240px;
  z-index: 999;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  transform: scaleY(0);
  transform-origin: top center;
  text-align: start;
  background-color: var(--rr-common-white);
  border-top: 5px solid var(--rr-theme-1);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.rr-header-main-menu > nav > ul > li .submenu > li {
  margin: 0;
  margin-bottom: 10px;
  display: block;
  font-family: var(--rr-ff-p);
}
.rr-header-main-menu > nav > ul > li .submenu > li:last-child {
  margin-bottom: 0;
}
.rr-header-main-menu > nav > ul > li .submenu > li > a {
  padding: 0;
  text-transform: capitalize;
  color: var(--rr-common-white);
  position: relative;
}
.rr-header-main-menu > nav > ul > li .submenu > li > a::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: auto;
  height: 1px;
  width: 0;
  background-color: var(--rr-theme-1);
  transition: 0.7s;
  display: inline-block;
}
.rr-header-main-menu > nav > ul > li .submenu > li:hover > a {
  color: var(--rr-theme-1);
}
.rr-header-main-menu > nav > ul > li .submenu > li:hover > a::after {
  width: 100%;
  right: auto;
  left: 0;
}
.rr-header-main-menu > nav > ul > li.has-dropdown::after {
  content: "\f107";
  font-family: "Font Awesome 6 Pro";
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  transition: 0.3s;
  margin-left: 2px;
  transform: translateY(2px);
}
.rr-header-main-menu > nav > ul > li:hover.has-dropdown::after {
  transform: rotate(-180deg);
  color: var(--rr-theme-1) !important;
}
.rr-header-main-menu > nav > ul > li:hover > a {
  color: var(--rr-theme-1) !important;
}
.rr-header-main-menu > nav > ul > li:hover .submenu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}
.rr-header-icon {
  transform: translateY(3px);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rr-header-icon {
    margin: 0;
  }
}
.rr-header-icon-search {
  position: absolute;
  left: -50px;
  top: 13px;
}
.rr-header-icon-card {
  position: absolute;
  left: -12px;
  top: 14px;
}
.rr-header-icon-card span {
  background: var(--rr-theme-1);
  color: #fff;
  font-size: 12px;
  line-height: 26px;
  font-weight: 600;
  font-family: var(--rr-ff-p);
  display: block;
  text-align: center;
  border-radius: 68px;
  width: 14px;
  height: 16px;
  line-height: 15px;
  position: absolute;
  top: 0;
  right: -6px;
}
.rr-header-icon a {
  font-size: 24px;
  display: inline-block;
  color: var(--rr-common-black);
  transition: 0.3s;
}
.rr-header-icon a:hover {
  color: var(--rr-theme-1);
}
.rr-header-btn {
  line-height: 0;
}
.rr-header-bar i {
  height: 48px;
  width: 48px;
  line-height: 48px;
  display: inline-block;
  margin: 10px 0;
  /* margin-left: 25px; */
  font-size: 25px;
  color: var(--rr-common-white);
  background-color: var(--rr-common-white);
  border-radius: 7px;
}
.rr-header-border {
  border-bottom: 1px solid #dcdcdc;
}

.rr-header-2-lang .nice-select .list {
  width: 100%;
  margin-top: 9px;
}
.rr-header-top-btn-text span {
  background: var(--rr-theme-1);
  color: var(--rr-common-white);
  padding: 5px 24px;
  border-radius: 50px;
  font-size: 14px;
  font-family: var(--rr-ff-p);
  font-weight: 500;
}
.rr-header-area {
  padding: 19px 0;
}
.rr-header-top {
  padding: 9px 0;
  position: relative;
  z-index: 6;
  background-color: var(--rr-heading-1);
}
.rr-header-icon button {
  font-size: 19px;
  display: inline-block;
  transition: 0.3s;
  line-height: 0;
}
.rr-header-icon button:hover {
  color: var(--rr-theme-1);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rr-header-icon button {
    margin-right: 25px;
  }
}
.rr-header-top-info ul li {
  list-style: none;
}
.rr-header-top-info ul li b {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: var(--rr-common-white);
  font-family: var(--rr-ff-p);
}
.rr-header-top-info ul li b i {
  color: var(--rr-common-white);
  margin-right: 6px;
}
.rr-header-top-info ul li a {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: var(--rr-common-white);
  font-family: var(--rr-ff-p);
}
.rr-header-top-info ul li a i {
  color: var(--rr-common-white);
  margin-right: 6px;
}
.rr-header-top-info ul li a:hover {
  color: rgba(255, 255, 255, 0.768627451);
}
.rr-header-top-info ul li a:hover img {
  color: var(--rr-theme-1);
}
.rr-header-social a {
  height: 36px;
  width: 36px;
  background: #f2eef3;
  text-align: center;
  line-height: 36px;
  color: var(--rr-heading-1);
  border-radius: 30px;
  margin-right: 10px;
  transition: 0.7s;
  font-size: 20px;
  display: inline-block;
}
.rr-header-social a svg path {
  transition: 0.3s;
}
.rr-header-social a:hover {
  background-color: var(--rr-theme-1);
  color: var(--rr-common-white);
}
.rr-header-social a:hover svg path {
  stroke: #fff;
}
.rr-header-social a:last-child {
  margin-right: 0px;
}
.rr-header-lang-main .nice-select span {
  color: #fff;
}

/*----------------------------------------*/
/*  3.2 Header Style 2
/*----------------------------------------*/

.rr-header-main-menu > nav > ul > li {
  display: inline-block;
  margin: 0px 12px;
  position: relative;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rr-header-main-menu > nav > ul > li {
    margin: 0px 7px;
  }
}
.rr-header-main-menu > nav > ul > li > a {
  font-weight: 600;
  font-size: 14px;
  padding: 18px 0 !important;
  display: inline-block;
  color: var(--rr-common-white) !important;
  text-transform: uppercase;
  font-family: var(--rr-ff-p);
  line-height: 28px;
}
.rr-header-main-menu > nav > ul > li .submenu {
  position: absolute;
  top: calc(100% + 15px);
  left: -5px;
  width: 240px;
  z-index: 999;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  transform: scaleY(0);
  transform-origin: top center;
  text-align: start;
  background-color: var(--rr-common-white);
  border-top: 5px solid var(--rr-theme-1);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.rr-header-main-menu > nav > ul > li .submenu > li {
  margin: 0;
  margin-bottom: 10px;
  display: block;
  font-family: var(--rr-ff-p);
}
.rr-header-main-menu > nav > ul > li .submenu > li:last-child {
  margin-bottom: 0;
}
.rr-header-main-menu > nav > ul > li .submenu > li > a {
  padding: 0;
  text-transform: capitalize;
  color: var(--rr-common-black);
  position: relative;
}
.rr-header-main-menu > nav > ul > li .submenu > li > a::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: auto;
  height: 1px;
  width: 0;
  background-color: var(--rr-theme-1);
  transition: 0.7s;
  display: inline-block;
}
.rr-header-main-menu > nav > ul > li .submenu > li:hover > a {
  color: var(--rr-theme-1);
}
.rr-header-main-menu > nav > ul > li .submenu > li:hover > a::after {
  width: 100%;
  right: auto;
  left: 0;
}
.rr-header-main-menu > nav > ul > li.has-dropdown::after {
  content: "\f107";
  font-family: "Font Awesome 6 Pro";
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  transition: 0.3s;
  margin-left: 2px;
  transform: translateY(2px);
  color: var(--rr-common-white) !important;
}


.header-sticky .rr-header-main-menu > nav > ul > li.has-dropdown::after{
  color: var(--rr-common-black) !important;
}

.rr-header-main-menu > nav > ul > li:hover.has-dropdown::after {
  transform: rotate(-180deg);
  color: var(--rr-theme-1) !important;
}
.rr-header-main-menu > nav > ul > li:hover > a {
  color: var(--rr-theme-1) !important;
}
.rr-header-main-menu > nav > ul > li:hover .submenu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}

.rr-header-bar i {
  height: 48px;
  width: 48px;
  line-height: 48px;
  display: inline-block;
  margin: 10px 0;
  /* margin-left: 25px; */
  font-size: 25px;
  color: var(--rr-theme-1);
  border-radius: 7px;
}

/* .rr-header-3-menu .rr-header-main-menu > nav > ul > li .submenu {
  top: 126%;
} */
.rr-header-3-top {
  /* background-color: #1B7262; */
  background-color: transparent;
  position: absolute;
  right: 0px;
  top: 15px;
    z-index: 11;
}
.rr-header-3-top-info ul li {
  list-style: none;
}
.rr-header-3-top-info ul li a {
  font-family: var(--rr-ff-p);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  transition: 0.3s;
}
.rr-header-3-top-info ul li a:hover {
  /* opacity: 0.6; */
 color: #F37932;
}

/*----------------------------------------*/
/*  3.3 Header Style 3
/*----------------------------------------*/
.rr-header-3-main-menu > nav > ul > li .submenu {
  top: calc(100% + 10px);
}

.rr-header-3-social a {
  margin-right: 20px;
}
.rr-header-3-social a:last-child {
  margin-right: 0;
}
.rr-header-3-lang .nice-select .list {
  margin-top: -41px;
  position: relative;
  z-index: 9999;
  margin-left: -19px;
  margin-right: -20px;
}
.rr-header-3-height {
  position: absolute;
  width: 100%;
  height: auto;
  z-index: 9;
}
/* .rr-header-3-before-main ul li::before {
  position: absolute;
  content: "";
  right: -15px;
  top: 0;
  width: 1px;
  height: 100%;
  background: linear-gradient(180deg, rgba(5, 17, 69, 0.01) 0%, rgba(5, 17, 69, 0.1) 49.5%, rgba(5, 17, 69, 0.01) 100%);
} */
.rr-header-3-before-main ul li:last-child::before {
  display: none;
}
.rr-header-3-border {
  padding: 10px 0;
}
.rr-header-3-border::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  /* background: linear-gradient(90deg, rgba(5, 17, 69, 0.01) 0%, rgba(5, 17, 69, 0.1) 49.5%, rgba(5, 17, 69, 0.01) 100%); */
  text-align: center;
}
.rr-header-3-icon {
  margin-left: 20px;
  position: relative;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .rr-header-3-icon {
    display: none;
  }
}
.rr-header-3-icon span {
  font-family: var(--rr-ff-p);
  font-weight: 500;
  font-size: 12px;
  color: #FFFFFF;
  width: 15px;
  height: 15px;
  line-height: 15px;
  background-color: var(--rr-theme-1);
  border-radius: 50px;
  display: inline-block;
  text-align: center;
  position: absolute;
  right: -8px;
  top: -9px;
}
.rr-header-3-social a svg {
  stroke: white;
  transition: 0.3s;
}
.rr-header-3-social a svg:hover {
  stroke: white;
  opacity: 0.6;
}

/* HEADER CSS */
/*----------------------------------------*/
/*  4.1 Main menu css
/*----------------------------------------*/
@media (max-width: 767px) {
  .rr-menu-bar {
    margin-right: 0px;
  }
}

.rr-header-main-menu nav ul li .has-homemenu {
  width: 680px;
  padding: 30px 30px 10px 30px;
  opacity: 0;
  visibility: hidden;
  background-color: var(--rr-common-black);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.rr-header-main-menu nav ul li .has-homemenu .homemenu {
  padding: 0px 10px;
  position: relative;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .rr-header-main-menu nav ul li .has-homemenu {
    left: -50px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rr-header-main-menu nav ul li .has-homemenu {
    left: -40px;
    width: 670px;
  }
}


.rr-main-menu-mobile .rr-submenu {
  display: none;
}
.rr-main-menu-mobile .header-icon {
  display: none;
}
.rr-main-menu-mobile ul {
  position: static;
  display: block;
  box-shadow: none;
}
.rr-main-menu-mobile ul li {
  list-style: none;
  position: relative;
  width: 100%;
  padding: 0;
}
.rr-main-menu-mobile ul li:not(:last-child) a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.rr-main-menu-mobile ul li.has-dropdown > a .dropdown-toggle-btn {
  position: absolute;
  right: 0;
  top: 21%;
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
  font-size: 18px;
  color: #ffffff;
  font-family: "Font Awesome 5 Pro";
  transition: all 0.3s ease-in-out;
  z-index: 1;
  width: 25px;
  height: 25px;
  line-height: 22px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 1);
  transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.rr-main-menu-mobile ul li.has-dropdown > a .dropdown-toggle-btn i {
  transition: all 0.3s ease-in-out;
}
.rr-main-menu-mobile ul li.has-dropdown > a .dropdown-toggle-btn.dropdown-opened i {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.rr-main-menu-mobile ul li.has-dropdown > a .dropdown-toggle-btn:hover {
  background-color: var(--rr-theme-1);
  border-color: var(--rr-theme-1);
  color: var(--rr-common-white);
}
.rr-main-menu-mobile ul li.has-dropdown > a .dropdown-toggle-btn:hover i {
  color: var(--rr-common-white);
}
.rr-main-menu-mobile ul li.has-dropdown > a.expanded {
  color: #fff;
}
.rr-main-menu-mobile ul li.has-dropdown > a.expanded .dropdown-toggle-btn.dropdown-opened {
  background-color: var(--rr-theme-1);
  border-color: #ffffff;
  color: var(--rr-common-white);
}
.rr-main-menu-mobile ul li.has-dropdown > a.expanded .dropdown-toggle-btn.dropdown-opened i {
  color: var(--rr-common-white);
}
.rr-main-menu-mobile ul li.has-dropdown:hover > a::after {
  color: var(--rr-theme-green);
}
.rr-main-menu-mobile ul li:last-child a span {
  border-bottom: 0;
}
.rr-main-menu-mobile ul li > a {
  display: block;
  font-size: 16px;
  color: var(--rr-common-white);
  position: relative;
  padding: 10px 0;
  padding-right: 20px;
  text-transform: capitalize;
  text-align: left;
}
.rr-main-menu-mobile ul li > a svg {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
.rr-main-menu-mobile ul li > a > i {
  display: inline-block;
  width: 11%;
  margin-right: 13px;
  -webkit-transform: translateY(4px);
  -moz-transform: translateY(4px);
  -ms-transform: translateY(4px);
  -o-transform: translateY(4px);
  transform: translateY(4px);
  font-size: 21px;
  line-height: 1;
}
.rr-main-menu-mobile ul li > a .menu-text {
  font-size: 16px;
  line-height: 11px;
  border-bottom: 1px solid #EAEBED;
  width: 82%;
  display: inline-block;
  padding: 19px 0 17px;
}
.rr-main-menu-mobile ul li img {
  width: 100%;
}
.rr-main-menu-mobile ul li ul {
  padding: 0;
}
.rr-main-menu-mobile ul li ul li {
  padding: 0;
}
.rr-main-menu-mobile ul li ul li a {
  margin-left: auto;
  width: 93%;
  padding: 10px 5%;
  text-shadow: none !important;
  visibility: visible;
  padding-left: 0;
  padding-right: 20px;
}
.rr-main-menu-mobile ul li ul li li a {
  width: 88%;
  padding: 10px 7%;
  padding-left: 0;
  padding-right: 20px;
}
.rr-main-menu-mobile ul li ul li li li a {
  width: 83%;
  padding: 10px 9%;
  padding-left: 0;
  padding-right: 20px;
}
.rr-main-menu-mobile ul li ul li li li li a {
  width: 68%;
  padding: 10px 11%;
  padding-left: 0;
  padding-right: 20px;
}
.rr-main-menu-mobile ul li:hover > a {
  color: #F7BF9E;
}
.rr-main-menu-mobile ul li:hover > a::after {
  color: var(--rr-theme-1);
}
.rr-main-menu-mobile ul li:hover > a .dropdown-toggle-btn i {
  color: var(--rr-theme-1);
}
.rr-main-menu-mobile ul li:hover .mega-menu {
  visibility: visible;
  opacity: 1;
  top: 0;
}
.rr-main-menu-mobile ul li .mega-menu, .rr-main-menu-mobile ul li .submenu {
  position: static;
  min-width: 100%;
  padding: 0;
  box-shadow: none;
  visibility: visible;
  opacity: 1;
  display: none;
}
.rr-main-menu-mobile ul li .mega-menu li, .rr-main-menu-mobile ul li .submenu li {
  float: none;
  display: block;
  width: 100%;
  padding: 0;
}
.rr-main-menu-mobile ul li .mega-menu li:hover a .dropdown-toggle-btn, .rr-main-menu-mobile ul li .submenu li:hover a .dropdown-toggle-btn {
  color: var(--rr-theme-1);
}
.rr-main-menu-mobile .rr-main-menu-content ul li:not(:last-child) .home-menu-title a {
  border-bottom: none;
}
.rr-main-menu-mobile * ul, .rr-main-menu-mobile * li {
  transition: none !important;
}
.header-sticky .rr-header-logo{width: 30%;}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {

}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {

}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rr-header-right{padding-top: 15px;}
	.header-sticky .rr-header-logo{width: 40%;}
	.rr-header-main-menu > nav > ul > li > a{font-size:14px;}
	.rr-btn{font-size: 14px; padding: 5px 30px;}
	.rr-header-logo{width: 75%;}
  .rr-header-3-top{top: 7px;}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rr-header-logo {width: 80%;}
	.header-sticky .rr-header-logo {width: 25%;}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.rr-header-logo {width: 80%;}
	.header-sticky .rr-header-logo {width: 30%;}
}
@media only screen and (max-width: 767px) {
	.rr-header-logo {width: 80%;}
	.header-sticky .rr-header-logo {width: 50%;}
}
