@charset "UTF-8";
.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: #54595F;
  --rr-heading-1: #051145;
  --rr-theme-1: #1B7261;
  --rr-border-1: #ebebeb;
}

/*-----------------------------------------------------------------------------------

    Template Name: Brulloft – Wedding planner WordPress Theme 
    Author: RRdevs
    Support: rubelmh55@gmail.com
    Description: Brulloft – Wedding planner WordPress Theme 
    Version: 1.0

-----------------------------------------------------------------------------------

/************ TABLE OF CONTENTS ***************

	-----------------
    01. THEME CSS
	-----------------
		1.1 Theme Default
		1.2 Common Classes
		1.3 Default Spacing

	-----------------
    02. COMPONENTS css
	-----------------
		2.1 Back to top
		2.2 Theme Settings
		2.3 Buttons
		2.4 Animations
		2.5 Preloader
		2.6 Background 
		2.7 Carousel
		2.8 Nice Select
		2.9 Pagination
		2.10 Offcanvas
		2.11 Breadcrumb
		2.12 Accordion
		2.13 Tab
		2.14 Modal
		2.15 Section Title
		2.16 Search
		2.17 Hotspot
		2.18 Ragne Slider

	-----------------
    03. HEADER CSS
	-----------------
		3.1 Header Style 1
		3.2 Header Style 2
		3.3 Header Style 3
		3.4 Header Style 4


    ---------------------------------
	04. MENU CSS
	---------------------------------
		4.1 Main menu css

	---------------------------------
	05. BLOG CSS
	---------------------------------
		5.1 Blog css
		5.2 Postbox css
		5.3 Recent Post css
		5.4 Sidebar css

	---------------------------------
	06. FOOTER CSS
	---------------------------------
		6.1 Footer Style 1
		6.2 Footer Style 2


	---------------------------------
	07. PAGES CSS
	---------------------------------
		7.1 about css start 
		7.2 brand css start
		7.3 choose css start
		7.4 contact css start
		7.5 counter css start
		7.6 cta css start
		7.7 error css start
		7.8 faq css start
		7.9 feature css start 
		7.10 funfact css start
		7.11 map css start
		7.12 price css start
		7.13 process css start
		7.14 project css start 
		7.15 services details css start
		7.16 services css start 
		7.17 slider css start 
		7.18 subscribe css start
		7.19 tab css start
		7.20 team css start
		7.21 testimonial css start
		7.22 time css start
		7.23 video css start



**********************************************/
/*----------------------------------------*/
/*  1.1 Theme Default
/*----------------------------------------*/
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  max-width: 1290px;
}

.custom-container-1 {
  max-width: 1760px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/*---------------------------------
	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;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--rr-ff-heading);
  color: var(--rr-common-black);
  margin-top: 0px;
  font-weight: 700;
  line-height: 1.2;
  -webkit-transition: color 0.3s 0s ease-out;
  -moz-transition: color 0.3s 0s ease-out;
  -ms-transition: color 0.3s 0s ease-out;
  -o-transition: color 0.3s 0s ease-out;
  transition: color 0.3s 0s ease-out;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

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

p {
  font-family: var(--rr-ff-p);
  color: var(--rr-text-body);
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 15px;
}

img {
  max-width: 100%;
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  color: inherit;
  text-decoration: none;
}

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

button:hover {
  cursor: pointer;
}

button:focus {
  outline: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
input[type=url],
textarea {
  outline: none;
  background-color: var(--rr-common-white);
  height: 50px;
  width: 100%;
  line-height: 50px;
  font-size: 16px;
  color: var(--rr-common-black);
  padding-left: 15px;
  padding-right: 15px;
  border: 1px solid transparent;
  resize: none;
  font-family: var(--rr-ff-p);
}
input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #767676;
}
input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=url]::-moz-placeholder,
textarea::-moz-placeholder { /* Firefox 19+ */
  color: #767676;
}
input[type=text]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=url]:-moz-placeholder,
textarea:-moz-placeholder { /* Firefox 4-18 */
  color: #767676;
}
input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
textarea:-ms-input-placeholder { /* IE 10+  Edge*/
  color: #767676;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=number]::placeholder,
input[type=password]::placeholder,
input[type=url]::placeholder,
textarea::placeholder { /* MODERN BROWSER */
  color: #767676;
}
[dir=rtl] input[type=text],
[dir=rtl] input[type=email],
[dir=rtl] input[type=tel],
[dir=rtl] input[type=number],
[dir=rtl] input[type=password],
[dir=rtl] input[type=url],
[dir=rtl] textarea {
  text-align: right;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=url]:focus,
textarea:focus {
  border-color: var(--rr-theme-1);
}
input[type=text]:focus::placeholder,
input[type=email]:focus::placeholder,
input[type=tel]:focus::placeholder,
input[type=number]:focus::placeholder,
input[type=password]:focus::placeholder,
input[type=url]:focus::placeholder,
textarea:focus::placeholder {
  opacity: 0;
}

textarea {
  line-height: 1.4;
  padding-top: 17px;
  padding-bottom: 17px;
}

input[type=color] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: 0;
  cursor: pointer;
  height: 100%;
  width: 100%;
  padding: 0;
  border-radius: 50%;
}

*::-moz-selection {
  background: var(--rr-common-black);
  color: var(--rr-common-white);
  text-shadow: none;
}

::-moz-selection {
  background: var(--rr-common-black);
  color: var(--rr-common-white);
  text-shadow: none;
}

::selection {
  background: var(--rr-common-black);
  color: var(--rr-common-white);
  text-shadow: none;
}

*::-moz-placeholder {
  color: var(--rr-common-black);
  font-size: 14px;
  opacity: 1;
}

*::placeholder {
  color: var(--rr-common-black);
  font-size: 14px;
  opacity: 1;
}

.z-index {
  position: relative;
  z-index: 1;
}

.z-index-2 {
  position: relative;
  z-index: 2;
}

.z-index-3 {
  position: relative;
  z-index: 3;
}

.z-index-4 {
  position: relative;
  z-index: 4;
}

.z-index-5 {
  position: relative;
  z-index: 5;
}

.z-index-6 {
  position: relative;
  z-index: 6;
}

.z-index-7 {
  position: relative;
  z-index: 7;
}

.z-index-8 {
  position: relative;
  z-index: 8;
}

.z-index-9 {
  position: relative;
  z-index: 9;
}

.gx-5 {
  --bs-gutter-x: 10px;
}

.gx-10 {
  --bs-gutter-x: 10px;
}

.gx-15 {
  --bs-gutter-x: 15px;
}

.gx-20 {
  --bs-gutter-x: 20px;
}

.gx-25 {
  --bs-gutter-x: 25px;
}

.gx-30 {
  --bs-gutter-x: 30px;
}

.gx-35 {
  --bs-gutter-x: 35px;
}

.gx-40 {
  --bs-gutter-x: 40px;
}

.gx-45 {
  --bs-gutter-x: 45px;
}

.gx-50 {
  --bs-gutter-x: 50px;
}

/*---------------------------------
    1.2 Common Classes
---------------------------------*/
.w-img img {
  width: 100%;
}

.m-img img {
  max-width: 100%;
}

.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

.z-index-1 {
  z-index: 1;
}

.z-index-11 {
  z-index: 11;
}

.overflow-y-visible {
  overflow-x: hidden;
  overflow-y: visible;
}

.p-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

.include-bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.demo {
  -webkit-transition: color 0.3s 0s linear;
  -moz-transition: color 0.3s 0s linear;
  -ms-transition: color 0.3s 0s linear;
  -o-transition: color 0.3s 0s linear;
  transition: color 0.3s 0s linear;
  -webkit-transition: color 0.3s linear, transform 0.2s ease;
  -moz-transition: color 0.3s linear, transform 0.2s ease;
  -ms-transition: color 0.3s linear, transform 0.2s ease;
  -o-transition: color 0.3s linear, transform 0.2s ease;
  transition: color 0.3s linear, transform 0.2s ease;
}
[dir=rtl] .demo {
  margin-left: 0;
  margin-right: 15px;
}
div.demo img {
  margin-left: 10px;
}

[rr-theme=rr-theme-dark] .demo {
  color: yellow;
}

/*----------------------------------------
    Body Overlay 
-----------------------------------------*/
.body-overlay {
  background-color: var(--rr-common-black);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 9999;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -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;
}
.body-overlay:hover {
  cursor: url("../img/icon/cross-out.png"), pointer;
}

.body-overlay.opened {
  opacity: 0.7;
  visibility: visible;
}

/* dropcap */
.rr-dropcap::first-letter {
  font-size: 90px;
  font-weight: 500;
  float: left;
  text-align: center;
  color: var(--rr-common-black);
  margin-right: 5px;
  line-height: inherit;
  text-transform: capitalize;
}

.class {
  stroke-dasharray: 189px, 191px;
  stroke-dashoffset: 0px;
}

/* gutter for x axis */
.rr-gx-20 {
  --bs-gutter-x: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rr-gx-20 {
    --bs-gutter-x: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rr-gx-20 {
    --bs-gutter-x: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .rr-gx-20 {
    --bs-gutter-x: 15px;
  }
}
@media (max-width: 767px) {
  .rr-gx-20 {
    --bs-gutter-x: 10px;
  }
}
.rr-gx-20 [class*=col-] {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

/* gutter for x axis */
.rr-gx-30 {
  --bs-gutter-x: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rr-gx-30 {
    --bs-gutter-x: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rr-gx-30 {
    --bs-gutter-x: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .rr-gx-30 {
    --bs-gutter-x: 15px;
  }
}
@media (max-width: 767px) {
  .rr-gx-30 {
    --bs-gutter-x: 10px;
  }
}
.rr-gx-30 [class*=col-] {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

/* gutter for x axis */
.rr-gx-40 {
  --bs-gutter-x: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rr-gx-40 {
    --bs-gutter-x: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rr-gx-40 {
    --bs-gutter-x: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .rr-gx-40 {
    --bs-gutter-x: 30px;
  }
}
@media (max-width: 767px) {
  .rr-gx-40 {
    --bs-gutter-x: 15px;
  }
}
.rr-gx-40 [class*=col-] {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

@media (min-width: 1400px) {
  .container-large {
    max-width: 1325px;
  }
}
/*----------------------------------------*/
/*  2.1 Back to top
/*----------------------------------------*/
.back-to-top-wrapper {
  position: fixed;
  right: 50px;
  bottom: 0;
  height: 44px;
  width: 44px;
  cursor: pointer;
  display: block;
  border-radius: 50%;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 767px) {
  .back-to-top-wrapper {
    right: 20px;
    bottom: 20px;
  }
}
.back-to-top-wrapper.back-to-top-btn-show {
  visibility: visible;
  opacity: 1;
  bottom: 50px;
}

.back-to-top-btn {
  display: inline-block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: var(--rr-theme-1);
  box-shadow: 0px 8px 16px rgba(3, 4, 28, 0.3);
  color: var(--rr-common-white);
  border-radius: 50%;
  -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;
}
.back-to-top-btn svg {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
.back-to-top-btn:hover {
  -webkit-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  -o-transform: translateY(-4px);
  transform: translateY(-4px);
}

/*----------------------------------------*/
/*  2.2 Theme Settings
/*----------------------------------------*/
.rr-theme-settings-area {
  position: fixed;
  top: 50%;
  left: 0;
  width: 240px;
  background-color: #fff;
  border: 1px solid #EAEAEF;
  -webkit-transform: translateY(-50%) translateX(-100%);
  -moz-transform: translateY(-50%) translateX(-100%);
  -ms-transform: translateY(-50%) translateX(-100%);
  -o-transform: translateY(-50%) translateX(-100%);
  transform: translateY(-50%) translateX(-100%);
  z-index: 991;
  direction: ltr;
  border-bottom-right-radius: 4px;
}
.rr-theme-settings-area.settings-opened {
  -webkit-transform: translateY(-50%) translateX(0%);
  -moz-transform: translateY(-50%) translateX(0%);
  -ms-transform: translateY(-50%) translateX(0%);
  -o-transform: translateY(-50%) translateX(0%);
  transform: translateY(-50%) translateX(0%);
}
.rr-theme-settings-area.settings-opened .rr-theme-settings-gear {
  opacity: 0;
}
.rr-theme-settings-area.settings-opened .rr-theme-settings-close {
  opacity: 1;
}
.rr-theme-settings-open {
  position: absolute;
  top: -1px;
  left: 100%;
}
.rr-theme-settings-open button {
  background-color: var(--rr-common-white);
  border: 1px solid #EAEAEF;
  border-left: 0;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 24px;
  color: var(--rr-common-black);
  position: relative;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.rr-theme-settings-gear {
  display: inline-block;
  -webkit-animation: rr-theme-setting-spin 4s linear infinite;
  -moz-animation: rr-theme-setting-spin 4s linear infinite;
  -ms-animation: rr-theme-setting-spin 4s linear infinite;
  -o-animation: rr-theme-setting-spin 4s linear infinite;
  animation: rr-theme-setting-spin 4s linear infinite;
}
@-webkit-keyframes rr-theme-setting-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes rr-theme-setting-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes rr-theme-setting-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rr-theme-setting-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.rr-theme-settings-close {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}
.rr-theme-header-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 30px;
}
.rr-theme-wrapper {
  padding: 20px 30px 30px;
}
.rr-theme-toggle {
  text-align: center;
}
.rr-theme-toggle-main {
  display: inline-block;
  width: 74px;
  margin: auto;
  position: relative;
  z-index: 1;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 5px;
  border-radius: 100px;
}
.rr-theme-toggle-light, .rr-theme-toggle-dark {
  display: inline-block;
  width: 26px;
  height: 26px;
  line-height: 26px;
  color: #D9D9D9;
}
.rr-theme-toggle-light.active, .rr-theme-toggle-dark.active {
  color: var(--rr-common-black);
}
.rr-theme-toggle input {
  display: none;
}
.rr-theme-toggle:hover {
  cursor: pointer;
}
.rr-theme-toggle label {
  color: var(--rr-common-white);
  font-size: 14px;
  font-weight: 500;
}
.rr-theme-toggle label:hover {
  cursor: pointer;
}
.rr-theme-toggle #rr-theme-toggler {
  display: none;
}
.rr-theme-toggle #rr-theme-toggler:checked + i {
  right: calc(50% - 4px);
}
.rr-theme-toggle-slide {
  position: absolute;
  top: 50%;
  right: 4px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50%;
  height: 26px;
  color: var(--rr-common-black);
  background-color: var(--rr-common-white);
  border-radius: 30px;
  -webkit-transform: translate3d(0, 0);
  transform: translate3d(0, 0);
  -webkit-transition: all 0.2s 0s cubic-bezier(0.25, 1, 0.5, 1);
  -moz-transition: all 0.2s 0s cubic-bezier(0.25, 1, 0.5, 1);
  -ms-transition: all 0.2s 0s cubic-bezier(0.25, 1, 0.5, 1);
  -o-transition: all 0.2s 0s cubic-bezier(0.25, 1, 0.5, 1);
  transition: all 0.2s 0s cubic-bezier(0.25, 1, 0.5, 1);
  z-index: -1;
}
.rr-theme-dir {
  text-align: center;
}
.rr-theme-dir-main {
  display: inline-block;
  width: 160px;
  margin: auto;
  position: relative;
  z-index: 1;
  background-color: #f0f0f5;
  padding: 4px;
  border-radius: 20px;
}
.rr-theme-dir-ltr, .rr-theme-dir-rtl {
  display: inline-block;
  width: 48%;
  height: 26px;
  line-height: 26px;
}
.rr-theme-dir input {
  display: none;
}
.rr-theme-dir:hover {
  cursor: pointer;
}
.rr-theme-dir label {
  color: var(--rr-common-black);
  font-size: 14px;
  font-weight: 500;
}
.rr-theme-dir label:hover {
  cursor: pointer;
}
.rr-theme-dir #rr-dir-toggler {
  display: none;
}
.rr-theme-dir #rr-dir-toggler:checked + i {
  right: calc(50% - 4px);
}
.rr-theme-dir-slide {
  position: absolute;
  top: 50%;
  right: 4px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50%;
  height: 26px;
  color: var(--rr-common-black);
  background-color: var(--rr-common-white);
  border-radius: 30px;
  -webkit-transform: translate3d(0, 0);
  transform: translate3d(0, 0);
  -webkit-transition: all 0.2s 0s cubic-bezier(0.25, 1, 0.5, 1);
  -moz-transition: all 0.2s 0s cubic-bezier(0.25, 1, 0.5, 1);
  -ms-transition: all 0.2s 0s cubic-bezier(0.25, 1, 0.5, 1);
  -o-transition: all 0.2s 0s cubic-bezier(0.25, 1, 0.5, 1);
  transition: all 0.2s 0s cubic-bezier(0.25, 1, 0.5, 1);
  z-index: -1;
}
.rr-theme-color-item.active button::before {
  opacity: 1;
  visibility: visible;
}
.rr-theme-color-btn {
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: relative;
}
.rr-theme-color-btn::before {
  position: absolute;
  content: "\f00c";
  font-weight: 600;
  font-family: var(--rr-ff-fontawesome);
  color: var(--rr-common-white);
  font-size: 16px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -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;
  opacity: 0;
  visibility: hidden;
}
.rr-theme-color-btn.rr-color-settings-btn[data-color="#F50963"] {
  background-color: #F50963;
}
.rr-theme-color-btn.rr-color-settings-btn[data-color="#008080"] {
  background-color: #008080;
}
.rr-theme-color-btn.rr-color-settings-btn[data-color="#F31E5E"] {
  background-color: #F31E5E;
}
.rr-theme-color-btn.rr-color-settings-btn[data-color="#AB6C56"] {
  background-color: #AB6C56;
  color: black;
}
.rr-theme-color-btn.rr-color-settings-btn[data-color="#4353FF"] {
  background-color: #4353FF;
}
.rr-theme-color-btn.rr-color-settings-btn[data-color="#3661FC"] {
  background-color: #3661FC;
}
.rr-theme-color-btn.rr-color-settings-btn[data-color="#2CAE76"] {
  background-color: #2CAE76;
}
.rr-theme-color-btn.rr-color-settings-btn[data-color="#FF5A1B"] {
  background-color: #FF5A1B;
}
.rr-theme-color-btn.rr-color-settings-btn[data-color="#03041C"] {
  background-color: #03041C;
}
.rr-theme-color-btn.rr-color-settings-btn[data-color="#ED212C"] {
  background-color: #ED212C;
}
.rr-theme-color-input {
  margin-top: 15px;
}
.rr-theme-color-input h6 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
}
.rr-theme-color-input label {
  display: inline-block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: var(--rr-theme-1);
  -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-theme-color-input label:hover {
  cursor: pointer;
}
.rr-theme-color-input input {
  display: none;
}

/*----------------------------------------*/
/*  2.3 Buttons
/*----------------------------------------*/
.rr-btn {
  font-size: 16px;
  padding: 14px 20px;
  position: relative;
  font-family: var(--rr-ff-p);
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  background-color: var(--rr-theme-1);
  color: var(--rr-common-white);
  letter-spacing: 0.03em;
  z-index: 1;
  transition: all 0.3s ease-in-out;
  text-transform: capitalize;
}
.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;
}
.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) !important;
}
.rr-btn:focus {
  color: var(--rr-common-white);
}
.rr-btn span, .rr-btn i {
  position: relative;
  z-index: 9;
}

.active .rr-btn {
  font-size: 16px;
  padding: 14px 20px;
  position: relative;
  font-family: var(--rr-ff-p);
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  background-color: var(--rr-theme-1);
  color: var(--rr-common-white);
  letter-spacing: 0.03em;
  z-index: 1;
  transition: all 0.3s ease-in-out;
  text-transform: capitalize;
}
.active .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;
}
.active .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;
}
.active .rr-btn:hover.rr-btn::before {
  top: 0;
  left: 0;
  border: 1px solid var(--rr-heading-1);
}
.active .rr-btn:hover.rr-btn::after {
  width: 100%;
}
.active .rr-btn:hover.rr-btn {
  color: var(--rr-common-white);
}
.active .rr-btn:focus {
  color: var(--rr-common-white);
}
.active .rr-btn span, .active .rr-btn i {
  position: relative;
  z-index: 9;
}
@media (max-width: 402px) {
  .active .rr-btn {
    padding: 8px 11px;
  }
}

.rr-btn-2 {
  font-size: 16px;
  padding: 14px 20px;
  outline: 0;
  cursor: pointer;
  position: relative;
  font-family: var(--rr-ff-p);
  font-weight: 600;
  line-height: 26px;
  background-color: var(--rr-heading-1);
  color: var(--rr-common-white);
  letter-spacing: 0.03em;
  z-index: 1;
  transition: all 0.3s ease-in-out;
  text-transform: capitalize;
}
.rr-btn-2::before {
  content: "";
  border: 1px solid var(--rr-heading-1);
  width: 100%;
  position: absolute;
  height: 100%;
  top: 7px;
  left: 7px;
  transition: 0.2s;
  z-index: 2;
}
.rr-btn-2::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  background: var(--rr-theme-1);
  transition: 0.5s;
  z-index: 1;
}
.rr-btn-2:hover.rr-btn-2::before {
  top: 0;
  left: 0;
  border: 1px solid var(--rr-theme-1);
}
.rr-btn-2:hover.rr-btn-2::after {
  width: 100%;
}
.rr-btn-2:hover.rr-btn-2 {
  color: var(--rr-common-white);
}
.rr-btn-2:focus {
  color: var(--rr-common-white);
}
.rr-btn-2 span, .rr-btn-2 i {
  position: relative;
  z-index: 9;
}

.rr-card {
  font-size: 16px;
  letter-spacing: 1px;
  padding: 12px 24px;
  cursor: pointer;
  position: relative;
  font-family: var(--rr-ff-p);
  font-weight: 600;
  line-height: 26px;
  background-color: var(--rr-theme-1);
  color: var(--rr-common-white);
  z-index: 1;
  transition: all 0.3s ease-in-out;
  text-transform: capitalize;
}
.rr-card::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  background: var(--rr-heading-1);
  transition: 0.5s;
  z-index: -1;
}
.rr-card:hover.rr-card::after {
  width: 100%;
}
.rr-card:hover.rr-card {
  color: var(--rr-common-white);
}
.rr-card:focus {
  color: var(--rr-common-white);
}

.rr-btn-3 {
  font-size: 16px;
  padding: 14px 20px;
  position: relative;
  font-family: var(--rr-ff-p);
  font-weight: 600;
  line-height: 26px;
  background-color: var(--rr-heading-1);
  color: var(--rr-common-white);
  z-index: 1;
  transition: all 0.3s ease-in-out;
  text-transform: capitalize;
}
.rr-btn-3::before {
  content: "";
  border: 1px solid var(--rr-heading-1);
  width: 100%;
  position: absolute;
  height: 100%;
  top: 7px;
  left: 7px;
  transition: 0.2s;
  z-index: 2;
}
.rr-btn-3::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  background: var(--rr-common-white);
  transition: 0.5s;
  z-index: 1;
}
.rr-btn-3:hover.rr-btn-3::before {
  top: 0;
  left: 0;
  border: 1px solid var(--rr-theme-1);
}
.rr-btn-3:hover.rr-btn-3::after {
  width: 100%;
}
.rr-btn-3:hover.rr-btn-3 {
  color: var(--rr-heading-1);
}
.rr-btn-3:focus {
  color: var(--rr-common-white);
}
.rr-btn-3 span, .rr-btn-3 i {
  position: relative;
  z-index: 9;
}

.rr-btn-white {
  font-size: 16px;
  padding: 14px 20px;
  position: relative;
  font-family: var(--rr-ff-p);
  font-weight: 600;
  line-height: 26px;
  background-color: var(--rr-common-white);
  color: var(--rr-heading-1);
  z-index: 1;
  transition: all 0.3s ease-in-out;
  text-transform: capitalize;
}
.rr-btn-white::before {
  content: "";
  border: 1px solid var(--rr-common-white);
  width: 100%;
  position: absolute;
  height: 100%;
  top: 7px;
  left: 7px;
  transition: 0.2s;
  z-index: 2;
}
.rr-btn-white::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  background: var(--rr-heading-1);
  transition: 0.5s;
  z-index: 1;
}
.rr-btn-white:hover.rr-btn-white::before {
  top: 0;
  left: 0;
  border: 1px solid var(--rr-heading-1);
}
.rr-btn-white:hover.rr-btn-white::after {
  width: 100%;
}
.rr-btn-white:hover.rr-btn-white {
  color: var(--rr-common-white);
}
.rr-btn-white:focus {
  color: var(--rr-common-white);
}
.rr-btn-white span, .rr-btn-white i {
  position: relative;
  z-index: 9;
}

.rr-menu-btn {
  font-family: var(--rr-ff-p);
  background-color: var(--rr-theme-1);
  color: var(--rr-common-white);
  width: 140px;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  overflow: hidden;
  display: inline-block;
  font-weight: 600;
  font-size: 15px;
  position: relative;
  z-index: 9;
}
.rr-menu-btn:hover {
  background-color: var(--rr-common-black);
  color: var(--rr-common-white);
}
.rr-menu-btn:focus {
  color: var(--rr-common-white);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rr-menu-btn {
    width: 104px;
    font-size: 14px;
  }
}

.rr-btn-blog {
  font-family: var(--rr-ff-p);
  background-color: var(--rr-theme-1);
  color: var(--rr-common-white);
  padding: 15px 40px;
  border-radius: 40px;
  text-transform: uppercase;
  overflow: hidden;
  display: inline-block;
  font-weight: 500;
  font-size: 17px;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
.rr-btn-blog:hover {
  color: var(--rr-common-white);
}
.rr-btn-blog:hover.rr-btn-blog::before {
  width: 100%;
}
.rr-btn-blog:hover.rr-btn-blog span i {
  background-color: var(--rr-theme-1);
}
.rr-btn-blog:focus {
  color: var(--rr-common-white);
}
.rr-btn-blog::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  background: var(--rr-heading-1);
  transition: 0.5s;
  z-index: -1;
}
@media (max-width: 767px) {
  .rr-btn-blog {
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
  }
}
.rr-btn-blog span i {
  color: var(--rr-common-white) f;
  background-color: #203240;
  border-radius: 30px;
  padding: 3px;
  margin-left: 9px;
  transition: 0.5s;
}

.rr-btn-solid {
  font-family: var(--rr-ff-p);
  font-weight: 400;
  font-size: 16px;
  line-height: 187%;
  color: #001d08;
}
.rr-btn-solid span {
  background: #1B7262;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  display: inline-block;
  border-radius: 50px;
  margin-left: 10px;
  transition: 0.3s;
}
.rr-btn-solid span:hover {
  background-color: var(--rr-heading-1);
}

/*----------------------------------------*/
/*  2.4 Animations
/*----------------------------------------*/
/* pulse effect animation */
@-webkit-keyframes rr-pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@-moz-keyframes rr-pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@-ms-keyframes rr-pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes rr-pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@-webkit-keyframes rr-pulse-2 {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@-moz-keyframes rr-pulse-2 {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@-ms-keyframes rr-pulse-2 {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes rr-pulse-2 {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@-webkit-keyframes rr-shake {
  10%, 90% {
    -webkit-transform: translate3d(-1px, 0, 0);
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    -webkit-transform: translate3d(2px, 0, 0);
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    -webkit-transform: translate3d(-4px, 0, 0);
    transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    -webkit-transform: translate3d(4px, 0, 0);
    transform: translate3d(4px, 0, 0);
  }
}
@-moz-keyframes rr-shake {
  10%, 90% {
    -webkit-transform: translate3d(-1px, 0, 0);
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    -webkit-transform: translate3d(2px, 0, 0);
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    -webkit-transform: translate3d(-4px, 0, 0);
    transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    -webkit-transform: translate3d(4px, 0, 0);
    transform: translate3d(4px, 0, 0);
  }
}
@-ms-keyframes rr-shake {
  10%, 90% {
    -webkit-transform: translate3d(-1px, 0, 0);
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    -webkit-transform: translate3d(2px, 0, 0);
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    -webkit-transform: translate3d(-4px, 0, 0);
    transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    -webkit-transform: translate3d(4px, 0, 0);
    transform: translate3d(4px, 0, 0);
  }
}
@keyframes rr-shake {
  10%, 90% {
    -webkit-transform: translate3d(-1px, 0, 0);
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    -webkit-transform: translate3d(2px, 0, 0);
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    -webkit-transform: translate3d(-4px, 0, 0);
    transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    -webkit-transform: translate3d(4px, 0, 0);
    transform: translate3d(4px, 0, 0);
  }
}
@keyframes float-bob-y {
  0% {
    transform: translateY(-20px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(-20px);
  }
}
@-webkit-keyframes borderanimate2 {
  0% {
    transform: translate(-50%, -50%) scale(0.8);
  }
  60% {
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(2.5);
    opacity: 0;
  }
}
@-moz-keyframes borderanimate2 {
  0% {
    transform: translate(-50%, -50%) scale(0.8);
  }
  60% {
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(2.5);
    opacity: 0;
  }
}
@-ms-keyframes borderanimate2 {
  0% {
    transform: translate(-50%, -50%) scale(0.8);
  }
  60% {
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(2.5);
    opacity: 0;
  }
}
@keyframes borderanimate2 {
  0% {
    transform: translate(-50%, -50%) scale(0.8);
  }
  60% {
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(2.5);
    opacity: 0;
  }
}
@-webkit-keyframes rr-rotate-center {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes rr-rotate-center {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes rr-rotate-center {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rr-rotate-center {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rr-mobile-view {
  0%, 10% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
  50%, 60% {
    -webkit-transform: translateY(-57%);
    -moz-transform: translateY(-57%);
    -ms-transform: translateY(-57%);
    -o-transform: translateY(-57%);
    transform: translateY(-57%);
  }
  90%, 100% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-moz-keyframes rr-mobile-view {
  0%, 10% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
  50%, 60% {
    -webkit-transform: translateY(-57%);
    -moz-transform: translateY(-57%);
    -ms-transform: translateY(-57%);
    -o-transform: translateY(-57%);
    transform: translateY(-57%);
  }
  90%, 100% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-ms-keyframes rr-mobile-view {
  0%, 10% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
  50%, 60% {
    -webkit-transform: translateY(-57%);
    -moz-transform: translateY(-57%);
    -ms-transform: translateY(-57%);
    -o-transform: translateY(-57%);
    transform: translateY(-57%);
  }
  90%, 100% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@keyframes rr-mobile-view {
  0%, 10% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
  50%, 60% {
    -webkit-transform: translateY(-57%);
    -moz-transform: translateY(-57%);
    -ms-transform: translateY(-57%);
    -o-transform: translateY(-57%);
    transform: translateY(-57%);
  }
  90%, 100% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-webkit-keyframes rr-svg-line {
  100% {
    stroke-dashoffset: 350;
  }
}
@-moz-keyframes rr-svg-line {
  100% {
    stroke-dashoffset: 350;
  }
}
@-ms-keyframes rr-svg-line {
  100% {
    stroke-dashoffset: 350;
  }
}
@keyframes rr-svg-line {
  100% {
    stroke-dashoffset: 350;
  }
}
@-webkit-keyframes rr-border-loader {
  0% {
    stroke-dashoffset: -356px;
    stroke-dasharray: 356px, 366px;
  }
  95% {
    stroke-dashoffset: 0;
    stroke-dasharray: 356px, 366px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 0, 366px;
  }
}
@-moz-keyframes rr-border-loader {
  0% {
    stroke-dashoffset: -356px;
    stroke-dasharray: 356px, 366px;
  }
  95% {
    stroke-dashoffset: 0;
    stroke-dasharray: 356px, 366px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 0, 366px;
  }
}
@-ms-keyframes rr-border-loader {
  0% {
    stroke-dashoffset: -356px;
    stroke-dasharray: 356px, 366px;
  }
  95% {
    stroke-dashoffset: 0;
    stroke-dasharray: 356px, 366px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 0, 366px;
  }
}
@keyframes rr-border-loader {
  0% {
    stroke-dashoffset: -356px;
    stroke-dasharray: 356px, 366px;
  }
  95% {
    stroke-dashoffset: 0;
    stroke-dasharray: 356px, 366px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 0, 366px;
  }
}
@keyframes tfLeftToRight {
  49% {
    transform: translateX(30%);
  }
  50% {
    opacity: 0;
    transform: translateX(-30%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes scrollText-2 {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0%);
  }
}
@keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
@keyframes zoom {
  0% {
    transform: scale(0.5);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.5);
  }
}
@keyframes movingright {
  0% {
    transform: translatey(0px);
  }
  20% {
    transform: translateX(50px);
  }
  50% {
    transform: translatey(-40px);
  }
  100% {
    transform: translatey(0px);
  }
}
@keyframes moving {
  0% {
    transform: translatey(0px);
  }
  20% {
    transform: translateX(-50px);
  }
  50% {
    transform: translatey(-40px);
  }
  100% {
    transform: translatey(0px);
  }
}
@keyframes animationglob {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes img-border {
  0% {
    -webkit-border-radius: 51% 49% 77% 23%/65% 50% 50% 35%;
    -moz-border-radius: 51% 49% 77% 23%/65% 50% 50% 35%;
    border-radius: 51% 49% 77% 23%/65% 50% 50% 35%;
  }
  100% {
    -webkit-border-radius: 30% 70% 28% 72%/53% 69% 31% 47%;
    -moz-border-radius: 30% 70% 28% 72%/53% 69% 31% 47%;
    border-radius: 30% 70% 28% 72%/53% 69% 31% 47%;
  }
}
@keyframes rr-hotspot {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  to {
    transform: scale(1.3);
    opacity: 0;
  }
}
@keyframes rr-hotspot-2 {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  to {
    transform: scale(1.3);
    opacity: 0;
  }
}
@keyframes rrupdown {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@keyframes itupdown {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@-webkit-keyframes borderanimate2 {
  0% {
    transform: translate(-50%, -50%) scale(0.8);
  }
  60% {
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(2.5);
    opacity: 0;
  }
}
@-moz-keyframes borderanimate2 {
  0% {
    transform: translate(-50%, -50%) scale(0.8);
  }
  60% {
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(2.5);
    opacity: 0;
  }
}
@-ms-keyframes borderanimate2 {
  0% {
    transform: translate(-50%, -50%) scale(0.8);
  }
  60% {
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(2.5);
    opacity: 0;
  }
}
@keyframes borderanimate2 {
  0% {
    transform: translate(-50%, -50%) scale(0.8);
  }
  60% {
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(2.5);
    opacity: 0;
  }
}
@-webkit-keyframes rr-rotate-center {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes rr-rotate-center {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes rr-rotate-center {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rr-rotate-center {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rr-mobile-view {
  0%, 10% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
  50%, 60% {
    -webkit-transform: translateY(-57%);
    -moz-transform: translateY(-57%);
    -ms-transform: translateY(-57%);
    -o-transform: translateY(-57%);
    transform: translateY(-57%);
  }
  90%, 100% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-moz-keyframes rr-mobile-view {
  0%, 10% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
  50%, 60% {
    -webkit-transform: translateY(-57%);
    -moz-transform: translateY(-57%);
    -ms-transform: translateY(-57%);
    -o-transform: translateY(-57%);
    transform: translateY(-57%);
  }
  90%, 100% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-ms-keyframes rr-mobile-view {
  0%, 10% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
  50%, 60% {
    -webkit-transform: translateY(-57%);
    -moz-transform: translateY(-57%);
    -ms-transform: translateY(-57%);
    -o-transform: translateY(-57%);
    transform: translateY(-57%);
  }
  90%, 100% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@keyframes rr-mobile-view {
  0%, 10% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
  50%, 60% {
    -webkit-transform: translateY(-57%);
    -moz-transform: translateY(-57%);
    -ms-transform: translateY(-57%);
    -o-transform: translateY(-57%);
    transform: translateY(-57%);
  }
  90%, 100% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-webkit-keyframes rr-svg-line {
  100% {
    stroke-dashoffset: 350;
  }
}
@-moz-keyframes rr-svg-line {
  100% {
    stroke-dashoffset: 350;
  }
}
@-ms-keyframes rr-svg-line {
  100% {
    stroke-dashoffset: 350;
  }
}
@keyframes rr-svg-line {
  100% {
    stroke-dashoffset: 350;
  }
}
@keyframes rrswing {
  0% {
    -webkit-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    transform: rotate(25deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
/*----------------------------------------*/
/*  2.4 Animations
/*----------------------------------------*/
/* pulse effect animation */
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@-webkit-keyframes ripple {
  70% {
    box-shadow: 0 0 0 40px rgba(10, 165, 205, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(10, 165, 205, 0);
  }
}
@keyframes ripple {
  70% {
    box-shadow: 0 0 0 40px rgba(10, 165, 205, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(10, 165, 205, 0);
  }
}
@keyframes animationglob {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes moving {
  0% {
    transform: translatey(0px);
  }
  25% {
    transform: translatex(20px);
  }
  50% {
    transform: translatey(-20px);
  }
  75% {
    transform: translatex(-20px);
  }
  100% {
    transform: translatey(0px);
  }
}
@keyframes rr-hotspot {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  to {
    transform: scale(1.3);
    opacity: 0;
  }
}
@keyframes rr-hotspot-2 {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  to {
    transform: scale(1.3);
    opacity: 0;
  }
}
@keyframes rrupdown {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@-webkit-keyframes movingX {
  0% {
    left: 100%;
  }
  100% {
    left: -25%;
  }
}
@keyframes movingX {
  0% {
    left: 100%;
  }
  100% {
    left: -25%;
  }
}
@keyframes rrupdown {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-20px);
  }
}
@keyframes rrswing {
  0% {
    -webkit-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    transform: rotate(25deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-moz-keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
@-ms-keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
@-webkit-keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
@keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
@-moz-keyframes headerSlideUp {
  0% {
    margin-top: 0;
  }
  100% {
    margin-top: -150px;
  }
}
@-ms-keyframes headerSlideUp {
  0% {
    margin-top: 0;
  }
  100% {
    margin-top: -150px;
  }
}
@-webkit-keyframes headerSlideUp {
  0% {
    margin-top: 0;
  }
  100% {
    margin-top: -150px;
  }
}
@keyframes headerSlideUp {
  0% {
    margin-top: 0;
  }
  100% {
    margin-top: -150px;
  }
}
/* heartbeat animation */
@keyframes heartbeat {
  to {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
}
@-webkit-keyframes heartbeat {
  to {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
}
@keyframes moving {
  0% {
    transform: translatey(0px);
  }
  25% {
    transform: translatex(20px);
  }
  50% {
    transform: translatey(-20px);
  }
  75% {
    transform: translatex(-20px);
  }
  100% {
    transform: translatey(0px);
  }
}
@keyframes zooming {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.zooming {
  -webkit-animation: zooming 1.3S infinite alternate;
  animation: zooming 1.3S infinite alternate;
}

@-webkit-keyframes zoom {
  0% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
  50% {
    -webkit-transform: scale(1.1) translate(19px, 19px);
    transform: scale(1.1) translate(19px, 19px);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
@keyframes zoom {
  0% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
  50% {
    -webkit-transform: scale(1.1) translate(19px, 19px);
    transform: scale(1.1) translate(19px, 19px);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
.zoom {
  -webkit-animation: zooming 1.3S infinite alternate;
  animation: zooming 1.3S infinite alternate;
}

@keyframes upDown {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px);
  }
}
.upDown-top {
  -webkit-animation: upDown 1S infinite alternate;
  animation: upDown 1S infinite alternate;
}

@keyframes rrswing {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(-14deg);
    -ms-transform: rotate(-14deg);
    transform: rotate(-14deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes rrswingright {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(14deg);
    -ms-transform: rotate(14deg);
    transform: rotate(14deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
/*----------------------------------------*/
/*  2.5 Preloader
/*----------------------------------------*/
.preloader-close {
  position: fixed;
  z-index: 9;
  font-size: 26px;
  background: var(--rr-common-white);
  width: 40px;
  height: 40px;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  right: 30px;
  top: 30px;
}

#loading {
  background-color: var(--rr-theme-1);
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 99;
  margin-top: 0px;
  top: 0px;
  font-family: var(--rr-ff-p);
}

#loading-center {
  width: 100%;
  height: 100%;
  position: relative;
}

#loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 200px;
  width: 200px;
  margin-top: -100px;
  margin-left: -100px;
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.object {
  -moz-border-radius: 50% 50% 50% 50%;
  -webkit-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  position: absolute;
  border-top: 5px solid var(--rr-common-white);
  border-bottom: 5px solid transparent;
  border-left: 5px solid var(--rr-common-white);
  border-right: 5px solid transparent;
  -webkit-animation: animate 2s infinite;
  animation: animate 2s infinite;
}

#object_one {
  left: 75px;
  top: 75px;
  width: 50px;
  height: 50px;
}

#object_two {
  left: 65px;
  top: 65px;
  width: 70px;
  height: 70px;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

#object_three {
  left: 55px;
  top: 55px;
  width: 90px;
  height: 90px;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

#object_four {
  left: 45px;
  top: 45px;
  width: 110px;
  height: 110px;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

@keyframes animate {
  50% {
    -ms-transform: rotate(360deg) scale(0.8);
    -webkit-transform: rotate(360deg) scale(0.8);
    transform: rotate(360deg) scale(0.8);
  }
}
#loading-center-contact {
  width: 100%;
  height: 100%;
  position: relative;
}

#loading-center-absolute-contact {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 200px;
  width: 200px;
  margin-top: -100px;
  margin-left: -100px;
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.object-contact {
  -moz-border-radius: 50% 50% 50% 50%;
  -webkit-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  position: absolute;
  border-top: 5px solid var(--rr-common-white);
  border-bottom: 5px solid transparent;
  border-left: 5px solid var(--rr-common-white);
  border-right: 5px solid transparent;
  -webkit-animation: animate 2s infinite;
  animation: animate 2s infinite;
}

#object_one-contact {
  left: 75px;
  top: 75px;
  width: 50px;
  height: 50px;
}

#object_two-contact {
  left: 65px;
  top: 65px;
  width: 70px;
  height: 70px;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

#object_three-contact {
  left: 55px;
  top: 55px;
  width: 90px;
  height: 90px;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

#object_four-contact {
  left: 45px;
  top: 45px;
  width: 110px;
  height: 110px;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

@keyframes animate {
  50% {
    -ms-transform: rotate(360deg) scale(0.8);
    -webkit-transform: rotate(360deg) scale(0.8);
    transform: rotate(360deg) scale(0.8);
  }
}
/*----------------------------------------*/
/*  2.6 Background
/*----------------------------------------*/
.white-bg {
  background-color: var(--rr-common-white);
}

.black-bg {
  background-color: var(--rr-heading-1);
}

.black-bg-2 {
  background-color: var(--rr-common-black-3);
}

.theme-bg {
  background-color: var(--rr-theme-1);
}

.theme-bg-2 {
  background-color: var(--rr-theme-2);
}

.grey-bg {
  background-color: var(--rr-grey-1);
}

/*----------------------------------------*/
/*  2.7 Carousel
/*----------------------------------------*/
/* rr range slider css */
.rr-range-slider .inside-slider {
  padding-left: 7px;
  padding-right: 17px;
}
.rr-range-slider .noUi-target {
  background-color: #191C3C;
  border-radius: 12px;
  border: 0;
  box-shadow: none;
}
.rr-range-slider .noUi-connect {
  background-color: var(--rr-theme-primary);
}
.rr-range-slider .noUi-horizontal {
  height: 6px;
}
.rr-range-slider .noUi-handle {
  height: 24px;
  width: 24px;
  background-color: var(--rr-theme-primary);
  border-radius: 50%;
  border: 4px solid var(--rr-common-white);
  box-shadow: 0px 4px 10px rgba(5, 9, 43, 0.3);
  top: -9px;
}
.rr-range-slider .noUi-handle:hover {
  cursor: pointer;
}
.rr-range-slider .noUi-handle::before, .rr-range-slider .noUi-handle::after {
  display: none;
}
.rr-range-slider-dark .noUi-handle {
  border: 4px solid #2D314B;
}

/* rr swiper slider dot */
.rr-swiper-dot {
  line-height: 1;
}
.rr-swiper-dot .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: var(--rr-grey-3);
  opacity: 1;
  margin: 0 3px;
  position: relative;
}
.rr-swiper-dot .swiper-pagination-bullet button {
  font-size: 0;
}
.rr-swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--rr-theme-primary);
}
.rr-swiper-dot.rr-swiper-dot-style-darkRed .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--rr-theme-secondary);
}

.rr-swiper-dot-border {
  line-height: 1;
}
.rr-swiper-dot-border .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: transparent;
  opacity: 1;
  margin: 0 3px;
  position: relative;
  border: 1px solid rgba(2, 6, 38, 0.4);
}
.rr-swiper-dot-border .swiper-pagination-bullet button {
  font-size: 0;
}
.rr-swiper-dot-border .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--rr-common-black);
  border-color: var(--rr-common-black);
}
.rr-swiper-dot-border .swiper-pagination-bullet:hover {
  border-color: var(--rr-common-black);
}
.rr-swiper-dot-border.rr-swiper-dot-style-darkRed .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--rr-theme-secondary);
}

.rr-swiper-arrow button {
  width: 40px;
  height: 40px;
  line-height: 38px;
  font-size: 20px;
  text-align: center;
  background-color: transparent;
  color: var(--rr-text-2);
  border: 1px solid rgba(2, 6, 38, 0.1);
  border-radius: 50%;
}
.rr-swiper-arrow button:hover {
  background-color: var(--rr-theme-primary);
  color: var(--rr-common-white);
}
/* rr swiper scrollbar */
.rr-swiper-scrollbar {
  background-color: #EDEFF2;
  height: 2px;
}
.rr-swiper-scrollbar .rr-swiper-scrollbar-drag {
  background-color: var(--rr-common-black);
  height: 100%;
}
.rr-swiper-scrollbar .rr-swiper-scrollbar-drag:hover {
  cursor: pointer;
}
.rr-swiper-scrollbar:hover, .rr-swiper-scrollbar:focus {
  -webkit-transform: scaleY(3);
  -moz-transform: scaleY(3);
  -ms-transform: scaleY(3);
  -o-transform: scaleY(3);
  transform: scaleY(3);
}

/* rr slick arrow */
.rr-slick-dot .slick-dots li {
  display: inline-block;
  margin: 0 4px;
}
.rr-slick-dot .slick-dots li.slick-active button {
  background-color: var(--rr-common-white);
}
.rr-slick-dot .slick-dots li button {
  font-size: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
}
.rr-slick-dot-blue .slick-dots li.slick-active button {
  background-color: var(--rr-theme-primary);
}
.rr-slick-dot-blue .slick-dots li button {
  background-color: var(--rr-grey-3);
}

/*----------------------------------------*/
/*  2.8 Nice Select
/*----------------------------------------*/
.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: var(--rr-common-white);
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
}
.nice-select:hover {
  border-color: #dbdbdb;
}
.nice-select:active, .nice-select.open, .nice-select:focus {
  border-color: #999;
}
.nice-select::after {
  position: absolute;
  content: "\f107";
  top: 50%;
  right: 15px;
  font-family: var(--rr-ff-fontawesome);
  color: #000;
  font-weight: 500;
  pointer-events: none;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  margin-top: 0;
  transform-origin: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  border-bottom: 0;
  border-right: 0;
  height: 37px;
}
.nice-select.open::after {
  -webkit-transform: translateY(-50%) rotate(-180deg);
  -moz-transform: translateY(-50%) rotate(-180deg);
  -ms-transform: translateY(-50%) rotate(-180deg);
  -o-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
}
.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}
.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}
.nice-select.disabled::after {
  border-color: #cccccc;
}
.nice-select.wide {
  width: 100%;
}
.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}
.nice-select.right {
  float: right;
}
.nice-select.right .list {
  left: auto;
  right: 0;
}
.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}
.nice-select.small::after {
  height: 4px;
  width: 4px;
}
.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}
.nice-select .list {
  background-color: var(--rr-common-white);
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}
.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.nice-select .option.selected {
  font-weight: bold;
}
.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}

.no-csspointerevents .nice-select.open .list {
  display: block;
}

/*----------------------------------------*/
/*  2.9 Pagination
/*----------------------------------------*/
.rr-pagination ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.rr-pagination ul li {
  display: inline-block;
}
.rr-pagination ul li:not(:last-child) {
  margin-right: 6px;
}
.rr-pagination ul li a, .rr-pagination ul li span {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  border: 1px solid rgba(2, 6, 38, 0.1);
  font-size: 16px;
  font-weight: 500;
  color: var(--rr-text-body);
}
.rr-pagination ul li a:hover, .rr-pagination ul li a.current, .rr-pagination ul li span:hover, .rr-pagination ul li span.current {
  background: var(--rr-theme-primary);
  border-color: var(--rr-theme-primary);
  color: var(--rr-common-white);
}
/*----------------------------------------*/
/*  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);
  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: 40px 35px;
  }
}
@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: #888888;
  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: 60px;
}
@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);
}

/*----------------------------------------*/
/*  2.11 Breadcrumb
/*----------------------------------------*/
.breadcrumb__height {
  height: 440px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: cover;
  object-fit: cover;
  background-position: bottom;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .breadcrumb__height {
    height: 576px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .breadcrumb__height {
    height: 484px;
  }
}
.breadcrumb__subtitle {
  font-size: 16px;
  display: block;
  padding-bottom: 5px;
  text-transform: uppercase;
  color: var(--rr-common-white);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .breadcrumb__subtitle {
    font-size: 14px;
  }
}
.breadcrumb__title {
  font-family: var(--rr-ff-h);
  font-style: normal;
  font-weight: 700;
  font-size: 64px;
  line-height: 80px;
  text-align: center;
  color: #051145;
  text-transform: capitalize;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .breadcrumb__title {
    font-size: 35px;
    line-height: 39px;
  }
}
.breadcrumb__list {
  display: inline-block;
  padding: 0px 10px;
}
.breadcrumb__list span {
  font-family: var(--rr-ff-p);
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  color: var(--rr-text-body);
  margin: 0 2px;
}
.breadcrumb__list span.dvdr i {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  display: inline-block;
  margin: 0 5px;
}
.breadcrumb__list span a {
  color: var(--rr-text-body);
  transition: 0.3s;
}
.breadcrumb__list span a:hover {
  color: var(--rr-theme-1);
}
.breadcrumb__shap .shap {
  position: absolute;
  bottom: 0;
  left: 0;
  animation: moving 9s linear infinite;
}
@media (max-width: 767px) {
  .breadcrumb__shap .shap {
    display: none;
  }
}
.breadcrumb__shap .shap-2 {
  position: absolute;
  top: 100px;
  left: 240px;
  animation: rrswing 1s ease-in-out 1s forwards infinite alternate;
  transform-origin: right right;
}
.breadcrumb__shap .shap-3 {
  position: absolute;
  right: 480px;
  top: 100px;
  animation: rr-hotspot 3s cubic-bezier(0.4, 0, 1, 1) infinite;
  animation-delay: 0s;
  animation-delay: 0s;
  animation-delay: 0s;
}
.breadcrumb__shap .shap-4 {
  position: absolute;
  top: -138px;
  right: 0;
  animation: movingright 9s linear infinite;
}

/*----------------------------------------*/
/*  2.12 Accordion
/*----------------------------------------*/
.accordion-items.rr-faq-active h2 button {
  color: var(--rr-common-white);
  width: 100%;
}
.accordion-items.rr-faq-active h2 button i {
  background-color: var(--rr-theme-1);
}
.accordion-items.rr-faq-active h2 button::after {
  color: var(--rr-common-white);
}

.rr-custom-accordion .accordion-items {
  border-bottom: 1px solid #cecece;
}
.rr-custom-accordion .accordion-items i {
  height: 22px;
  width: 22px;
  background: var(--rr-theme-2);
  line-height: 22px;
  text-align: center;
  border-radius: 30px;
  color: var(--rr-common-white);
  font-size: 14px;
  margin-right: 10px;
}
.rr-custom-accordion .accordion-buttons {
  position: relative;
  font-size: 18px;
  text-align: left;
  padding: 10px 60px;
  padding-left: 23px;
  transition: 0.3s;
  font-family: var(--rr-ff-heading);
  color: var(--rr-common-black);
  padding-bottom: 17px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rr-custom-accordion .accordion-buttons {
    font-size: 17px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rr-custom-accordion .accordion-buttons {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .rr-custom-accordion .accordion-buttons {
    font-size: 14px;
    display: flex;
    padding: 21px 14px;
    padding-left: 10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .rr-custom-accordion .accordion-buttons {
    font-size: 14px;
    display: flex;
  }
}
.rr-custom-accordion .accordion-buttons::after {
  position: absolute;
  content: "\f106";
  font-family: "Font Awesome 5 Pro";
  top: 10px;
  right: 0px;
  font-weight: 700;
  font-size: 17px;
  opacity: 1;
  transition: 0.3s;
  height: 22px;
  width: 22px;
  line-height: 23px;
  border-radius: 50%;
  text-align: center;
  color: var(--rr-theme-1);
  padding-right: 30px;
}
@media (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
  .rr-custom-accordion .accordion-buttons::after {
    right: 20px;
    padding-right: 0;
  }
}
.rr-custom-accordion .accordion-buttons.collapsed::after {
  content: "\f107";
}
.rr-custom-accordion .collapsed {
  position: relative;
  z-index: 99;
  font-size: 17px;
  color: #6c6c6e;
  font-weight: 500;
  width: 100%;
}
@media (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
  .rr-custom-accordion .collapsed {
    font-size: 14px;
  }
}
.rr-custom-accordion .accordion-body {
  padding: 30px;
  padding-bottom: 31px;
  padding-right: 30px;
  padding-top: 34px;
  position: relative;
  z-index: 1;
  font-weight: 400;
  font-size: 17px;
  line-height: 24px;
  color: #767676;
  position: relative;
  max-width: 450px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rr-custom-accordion .accordion-body {
    max-width: 434px;
  }
}
.rr-custom-accordion .accordion-body span {
  font-size: 60px;
  color: var(--rr-theme-1);
  font-weight: 700;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--rr-theme-1);
  color: transparent;
  transform: rotate(-90deg);
  display: block;
  position: absolute;
  right: -105px;
  top: 50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rr-custom-accordion .accordion-body span {
    right: -34px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rr-custom-accordion .accordion-body span {
    top: 55px;
    right: -118px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .rr-custom-accordion .accordion-body span {
    display: none;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rr-custom-accordion .accordion-body {
    font-size: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rr-custom-accordion .accordion-body {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rr-custom-accordion .accordion-body {
    font-size: 14px;
  }
}
@media (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
  .rr-custom-accordion .accordion-body {
    font-size: 13px;
    padding-right: 20px;
    line-height: 26px;
    padding: 20px;
  }
}

.rr-custom-accordion-2 .accordion-items {
  margin-bottom: 30px;
}
.rr-custom-accordion-2 .accordion-buttons {
  position: relative;
  width: 100%;
  font-weight: 700;
  font-size: 18px;
  text-align: left;
  padding: 21px 60px;
  padding-left: 30px;
  transition: 0.3s;
  font-family: var(--rr-ff-heading);
  color: var(--rr-common-black);
  border: 1px solid #e7e7e7;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rr-custom-accordion-2 .accordion-buttons {
    font-size: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rr-custom-accordion-2 .accordion-buttons {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .rr-custom-accordion-2 .accordion-buttons {
    font-size: 15px;
    padding-left: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .rr-custom-accordion-2 .accordion-buttons {
    font-size: 17px;
  }
}
.rr-custom-accordion-2 .accordion-buttons::after {
  position: absolute;
  content: "\f068";
  font-family: "Font Awesome 5 Pro";
  top: 21px;
  right: 20px;
  font-weight: 700;
  font-size: 12px;
  opacity: 1;
  transition: 0.3s;
  height: 22px;
  width: 22px;
  line-height: 23px;
  border-radius: 50%;
  text-align: center;
  color: var(--rr-common-white);
  background-color: var(--rr-theme-1);
}
@media (max-width: 767px) {
  .rr-custom-accordion-2 .accordion-buttons::after {
    right: 20px;
  }
}
.rr-custom-accordion-2 .accordion-buttons:not(.collapsed) {
  border: 1px solid black;
}
.rr-custom-accordion-2 .accordion-buttons.collapsed::after {
  content: "\f067";
}
.rr-custom-accordion-2 .collapsed {
  position: relative;
  z-index: 99;
}
.rr-custom-accordion-2 .accordion-body {
  padding: 25px 30px;
  padding-right: 40px;
  position: relative;
  z-index: 1;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #767676;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rr-custom-accordion-2 .accordion-body {
    font-size: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rr-custom-accordion-2 .accordion-body {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rr-custom-accordion-2 .accordion-body {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .rr-custom-accordion-2 .accordion-body {
    font-size: 13px;
    padding-right: 0;
    line-height: 26px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .rr-custom-accordion-2 .accordion-body {
    font-size: 14px;
  }
}

.rr-custom-accordion .accordion-items:last-child {
  border-bottom: none;
}

/*----------------------------------------*/
/*  2.13 Tab
/*----------------------------------------*/
.rr-tab .nav-tabs {
  padding: 0;
  margin: 0;
  border: 0;
}
.rr-tab .nav-tabs .nav-link {
  padding: 0;
  margin: 0;
  border: 0;
}

.rr-product-tab-2 .nav-tabs .nav-link {
  font-size: 20px;
  color: #A0A2A4;
  position: relative;
}
@media (max-width: 767px) {
  .rr-product-tab-2 .nav-tabs .nav-link {
    font-size: 15px;
  }
}
.rr-product-tab-2 .nav-tabs .nav-link:not(:first-child) {
  margin-left: 28px;
}
.rr-product-tab-2 .nav-tabs .nav-link:not(:first-child)::after {
  position: absolute;
  left: -17px;
  top: 50%;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #CED2D6;
}
.rr-product-tab-2 .nav-tabs .nav-link.active {
  color: var(--rr-theme-secondary);
}
.rr-product-tab-2 .nav-tabs .nav-link.active .rr-product-tab-tooltip {
  opacity: 1;
  visibility: visible;
}
.rr-product-tab-2 .nav-tabs .nav-link .rr-product-tab-tooltip {
  position: absolute;
  top: -24px;
  right: 0;
  background-color: var(--rr-theme-secondary);
  color: var(--rr-common-white);
  font-size: 12px;
  line-height: 1;
  display: inline-block;
  padding: 4px 9px;
  border-radius: 4px;
  visibility: hidden;
  opacity: 0;
  font-weight: 700;
}
.rr-product-tab-2 .nav-tabs .nav-link .rr-product-tab-tooltip::after {
  position: absolute;
  content: "";
  bottom: 0;
  bottom: -5px;
  left: 7px;
  width: 13px;
  height: 6px;
  background-color: var(--rr-theme-secondary);
  clip-path: polygon(100% 0, 0 0, 28% 100%);
}
.rr-product-tab-3 .nav-tabs .nav-link {
  font-size: 16px;
  padding: 0 0;
}
@media (max-width: 767px) {
  .rr-product-tab-3 .nav-tabs .nav-link {
    font-size: 15px;
  }
}
.rr-product-tab-3 .nav-tabs .nav-link:not(:first-child) {
  margin-left: 23px;
}
.rr-product-tab-3 .nav-tabs .nav-link:not(:first-child)::after {
  width: 4px;
  height: 4px;
  left: -14px;
}
.rr-product-tab-3 .nav-tabs .nav-link.active {
  color: var(--rr-common-black);
}
.rr-product-tab-3 .nav-tabs .nav-link.active .rr-product-tab-tooltip {
  opacity: 1;
  visibility: visible;
}
.rr-product-tab-3 .nav-tabs .nav-link .rr-product-tab-tooltip {
  background-color: var(--rr-theme-primary);
}
.rr-product-tab-3 .nav-tabs .nav-link .rr-product-tab-tooltip::after {
  background-color: var(--rr-theme-primary);
}
.rr-product-tab-5 .nav-tabs .nav-link {
  padding: 0 5px;
}
@media (max-width: 767px) {
  .rr-product-tab-5 .nav-tabs .nav-link {
    font-size: 15px;
  }
}
.rr-product-tab-5 .nav-tabs .nav-link:not(:last-child)::after {
  left: -15px;
}
.rr-product-tab-5 .nav-tabs .nav-link:not(:first-child) {
  margin-left: 22px;
}
.rr-product-tab-5 .nav-tabs .nav-link.active {
  color: var(--rr-common-black);
}
.rr-product-tab-5 .nav-tabs .nav-link.active .rr-product-tab-tooltip {
  opacity: 1;
  visibility: visible;
}
.rr-product-tab-5 .nav-tabs .nav-link .rr-product-tab-tooltip {
  background-color: var(--rr-theme-green);
}
.rr-product-tab-5 .nav-tabs .nav-link .rr-product-tab-tooltip::after {
  background-color: var(--rr-theme-green);
}

.rr-tab-line {
  position: absolute;
  content: "";
  left: 0;
  bottom: -1px;
  width: 38%;
  height: 2px;
  background-color: var(--rr-common-black);
}

/*----------------------------------------*/
/*  2.15 Section Title
/*----------------------------------------*/
.rr-section-subtitle {
  color: var(--rr-theme-1);
  padding-bottom: 10px;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  font-family: var(--rr-ff-s);
  display: block;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .rr-section-subtitle {
    font-size: 18px;
  }
}
.rr-section-subtitle img {
  margin-bottom: -4px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .rr-section-main p br {
    display: none;
  }
}
.rr-section-title {
  margin-bottom: 0;
  line-height: 1.2;
  color: var(--rr-heading-1);
  font-family: var(--rr-ff-h);
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  margin-bottom: 0;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .rr-section-title {
    font-size: 35px;
    line-height: 1.2;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rr-section-title {
    font-size: 32px;
    line-height: 1.3;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rr-section-title {
    font-size: 35px;
    line-height: 1.3;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rr-section-title {
    font-size: 35px;
    line-height: 1.3;
  }
  .rr-section-title br {
    display: none;
  }
}
@media (max-width: 767px) {
  .rr-section-title {
    font-size: 27px;
    line-height: 1.3;
  }
  .rr-section-title br {
    display: none;
  }
}
.rr-section-white-subtitle {
  color: var(--rr-common-white);
  padding-bottom: 10px;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  font-family: var(--rr-ff-s);
  display: block;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .rr-section-white-subtitle {
    font-size: 18px;
  }
}
.rr-section-white-subtitle img {
  margin-bottom: -4px;
}
.rr-section-white-title {
  margin-bottom: 0;
  line-height: 1.2;
  color: var(--rr-common-white);
  font-family: var(--rr-ff-h);
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  margin-bottom: 0;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .rr-section-white-title {
    font-size: 35px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rr-section-white-title {
    font-size: 32px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rr-section-white-title {
    font-size: 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rr-section-white-title {
    font-size: 35px;
  }
  .rr-section-white-title br {
    display: none;
  }
}
@media (max-width: 767px) {
  .rr-section-white-title {
    font-size: 27px;
  }
  .rr-section-white-title br {
    display: none;
  }
}

/*----------------------------------------*/
/*  2.16 Search css start
/*----------------------------------------*/
.search__popup {
  padding: 70px;
  padding-top: 70px;
  padding-bottom: 100px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 55%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 999;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  -webkit-transform: translateY(calc(-100% - 80px));
  -moz-transform: translateY(calc(-100% - 80px));
  -ms-transform: translateY(calc(-100% - 80px));
  -o-transform: translateY(calc(-100% - 80px));
  transform: translateY(calc(-100% - 80px));
  -webkit-transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
  -moz-transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
  transition-delay: 0.7s;
}
.search__popup.search-opened {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
  transition-delay: 0s;
}
.search__popup.search-opened .search__input {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  transition-delay: 0.3s;
}
.search__popup.search-opened .search__input::after {
  width: 100%;
  transition-delay: 0.5s;
}
.search__popup-2 {
  background-color: var(--rr-common-black-13);
}
.search__popup-2 .search__input .search-input-field ~ .search-focus-border {
  background-color: var(--rr-theme-8);
}
.search__popup-3 .search__input .search-input-field ~ .search-focus-border {
  background-color: var(--rr-theme-10);
}
.search__top {
  margin-bottom: 80px;
}
.search__input {
  position: relative;
  height: 80px;
  transition: all 0.3s ease-out 0s;
  transition-delay: 0.5s;
  opacity: 0;
}
.search__input::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 0%;
  height: 1px;
  background-color: rgba(var(--rr-common-white), 0.3);
  transition: all 0.3s ease-out 0s;
  transition-delay: 0.3s;
}
.search__input input {
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 0;
  outline: 0;
  font-size: 24px;
  color: var(--rr-common-white);
  border-bottom: 1px solid transparent;
  padding: 0;
  padding-right: 30px;
}
.search__input input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(var(--rr-common-white), 0.5);
  font-size: 24px;
}
.search__input input::-moz-placeholder { /* Firefox 19+ */
  color: rgba(var(--rr-common-white), 0.5);
  font-size: 24px;
}
.search__input input:-moz-placeholder { /* Firefox 4-18 */
  color: rgba(var(--rr-common-white), 0.5);
  font-size: 24px;
}
.search__input input:-ms-input-placeholder { /* IE 10+  Edge*/
  color: rgba(var(--rr-common-white), 0.5);
  font-size: 24px;
}
.search__input input::placeholder { /* MODERN BROWSER */
  color: rgba(var(--rr-common-white), 0.5);
  font-size: 24px;
}
.search__input button {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 18px;
  color: var(--rr-common-white);
}
.search__input .search-input-field ~ .search-focus-border {
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  width: 0;
  height: 1px;
  background-color: var(--rr-common-orange);
  -webkit-transition: 0.5s 0.3s 0s ease-out;
  -moz-transition: 0.5s 0.3s 0s ease-out;
  -ms-transition: 0.5s 0.3s 0s ease-out;
  -o-transition: 0.5s 0.3s 0s ease-out;
  transition: 0.5s 0.3s 0s ease-out;
}
.search__input .search-input-field:focus ~ .search-focus-border {
  width: 100%;
  left: 0;
  right: auto;
  -webkit-transition: 0.5s 0.3s 0s ease-out;
  -moz-transition: 0.5s 0.3s 0s ease-out;
  -ms-transition: 0.5s 0.3s 0s ease-out;
  -o-transition: 0.5s 0.3s 0s ease-out;
  transition: 0.5s 0.3s 0s ease-out;
}

.search__close-btn {
  font-size: 25px;
  color: rgba(var(--rr-common-white), 0.3);
}
.search__close-btn:hover {
  color: var(--rr-common-white);
}

/*----------------------------------------*/
/*  2.17 Hostspot css start
/*----------------------------------------*/
.rr-hotspot {
  display: inline-block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 16px;
  color: var(--rr-common-black);
  border-radius: 50%;
  background-color: var(--rr-common-white);
  position: absolute;
  z-index: 1;
}
.rr-hotspot:hover {
  cursor: pointer;
}

/*----------------------------------------*/
/*  2.178 Range Slider css start
/*----------------------------------------*/
.ui-button-icon-only, .ui-controlgroup-vertical .ui-controlgroup-item {
  box-sizing: border-box;
}

.ui-checkboxradio-disabled, .ui-state-disabled {
  pointer-events: none;
}

.ui-datepicker .ui-icon, .ui-icon {
  text-indent: -99999px;
  background-repeat: no-repeat;
}

.ui-helper-reset, .ui-menu {
  outline: 0;
  list-style: none;
}

.ui-helper-hidden, .ui-resizable-autohide .ui-resizable-handle, .ui-resizable-disabled .ui-resizable-handle {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
}

.ui-helper-clearfix:after, .ui-helper-clearfix:before {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

.ui-front {
  z-index: 100;
}

.ui-state-disabled {
  cursor: default !important;
}

.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.25em;
  position: relative;
  overflow: hidden;
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0;
  padding: 0.5em 0.5em 0.5em 0.7em;
  font-size: 100%;
}

.ui-autocomplete, .ui-menu .ui-menu {
  position: absolute;
}

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}

.ui-autocomplete {
  top: 0;
  left: 0;
  cursor: default;
}

.ui-menu {
  padding: 0;
  margin: 0;
  display: block;
}

.ui-button, .ui-controlgroup {
  display: inline-block;
  vertical-align: middle;
}

.ui-button, .ui-menu-icons, .ui-resizable {
  position: relative;
}

.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px 0.4em;
}

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0;
}

.ui-menu .ui-state-active, .ui-menu .ui-state-focus {
  margin: -1px;
}

.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em;
}

.ui-button, .ui-controlgroup .ui-controlgroup-label {
  padding: 0.4em 1em;
}

.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.2em;
  margin: auto 0;
}

.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

.ui-button {
  line-height: normal;
  margin-right: 0.1em;
  cursor: pointer;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: visible;
}

.ui-button, .ui-button:active, .ui-button:hover, .ui-button:link, .ui-button:visited {
  text-decoration: none;
}

.ui-button-icon-only {
  width: 2em;
  text-indent: -9999px;
  white-space: nowrap;
}

input.ui-button.ui-button-icon-only {
  text-indent: 0;
}

.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap;
}

input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: 0.4em 1em;
}

button.ui-button::-moz-focus-inner, input.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0;
}

.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus, .ui-controlgroup > .ui-controlgroup-item:focus {
  z-index: 9999;
}

.ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}

.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%;
}

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none;
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none;
}

.ui-controlgroup-vertical .ui-spinner-input {
  width: 75%;
  width: calc(100% - 2.4em);
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: 0.12em;
  border: none;
}

.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none;
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon, .ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid;
}

.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}

.ui-datepicker .ui-datepicker-next, .ui-datepicker .ui-datepicker-prev {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-next-hover, .ui-datepicker .ui-datepicker-prev-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-next span, .ui-datepicker .ui-datepicker-prev span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}

.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: 700;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td a, .ui-datepicker td span {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-multi .ui-datepicker-group, .ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

.ui-datepicker .ui-icon {
  display: block;
  overflow: hidden;
  left: 0.5em;
  top: 0.3em;
}

.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.2em;
  outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
  padding: 0.4em 1em;
  position: relative;
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0;
  padding: 1px;
  height: 20px;
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0.5em 1em;
  background: 0 0;
  overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0;
  background-image: none;
  margin-top: 0.5em;
  padding: 0.3em 1em 0.5em 0.4em;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: 0.5em 0.4em 0.5em 0;
  cursor: pointer;
}

.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0;
}

.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0;
}

.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0;
}

.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0;
}

.ui-dialog .ui-resizable-ne, .ui-dialog .ui-resizable-nw, .ui-dialog .ui-resizable-se, .ui-dialog .ui-resizable-sw {
  width: 7px;
  height: 7px;
}

.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0;
}

.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

.ui-draggable-handle, .ui-selectable, .ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted #000;
}

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: 700;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0;
  height: auto;
  border: 0;
}

.ui-selectmenu-open {
  display: block;
}

.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em;
}

.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

.ui-slider-horizontal {
  height: 0.8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min, .ui-spinner-down {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max, .ui-spinner-up {
  top: 0;
}

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}

.ui-spinner-input {
  border: none;
  background: 0 0;
  color: inherit;
  padding: 0.222em 0;
  margin: 0.2em 2em 0.2em 0.4em;
  vertical-align: middle;
}

.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: 0.5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}

.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none;
}

.ui-tabs {
  position: relative;
  padding: 0.2em;
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0.2em 0.2em 0;
}

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px 0.2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: 0.5em 1em;
  text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: 0 0;
}

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
}

body .ui-tooltip {
  border-width: 2px;
}

.ui-widget, .ui-widget button, .ui-widget input, .ui-widget select, .ui-widget textarea {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}

.ui-widget-content {
  border: 1px solid #ddd;
  background: #fff;
  color: #333;
}

.ui-widget-content a, .ui-widget-header a {
  color: #333;
}

.ui-widget-header {
  border: 1px solid #ddd;
  background: #e9e9e9;
  color: #333;
  font-weight: 700;
}

.ui-button, .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, html .ui-button.ui-state-disabled:active, html .ui-button.ui-state-disabled:hover {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: 400;
  color: #454545;
}

.ui-button, .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, a.ui-button, a:link.ui-button, a:visited.ui-button {
  color: #454545;
  text-decoration: none;
}

.ui-button:focus, .ui-button:hover, .ui-state-focus, .ui-state-hover, .ui-widget-content .ui-state-focus, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-focus, .ui-widget-header .ui-state-hover {
  border: 1px solid #ccc;
  background: #ededed;
  font-weight: 400;
  color: #2b2b2b;
}

.ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited, .ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, a.ui-button:focus, a.ui-button:hover {
  color: #2b2b2b;
  text-decoration: none;
}

.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6;
}

.ui-button.ui-state-active:hover, .ui-button:active, .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: 400;
  color: #fff;
}

.ui-icon-background, .ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #fff;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: #fff;
  text-decoration: none;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
  color: #777620;
}

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}

.ui-state-error a, .ui-state-error-text, .ui-widget-content .ui-state-error a, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error a, .ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
  font-weight: 700;
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: Alpha(Opacity=70);
  font-weight: 400;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35);
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
}

.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon, .ui-widget-content .ui-icon, .ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-button:focus .ui-icon, .ui-button:hover .ui-icon, .ui-state-focus .ui-icon, .ui-state-hover .ui-icon {
  background-image: url("images/ui-icons_555555_256x240.png");
}

.ui-button:active .ui-icon, .ui-state-active .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png");
}

.ui-button .ui-state-highlight.ui-icon, .ui-state-highlight .ui-icon {
  background-image: url("images/ui-icons_777620_256x240.png");
}

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_cc0000_256x240.png");
}

.ui-button .ui-icon {
  background-image: url("images/ui-icons_777777_256x240.png");
}

.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-caret-1-n {
  background-position: 0 0;
}

.ui-icon-caret-1-ne {
  background-position: -16px 0;
}

.ui-icon-caret-1-e {
  background-position: -32px 0;
}

.ui-icon-caret-1-se {
  background-position: -48px 0;
}

.ui-icon-caret-1-s {
  background-position: -65px 0;
}

.ui-icon-caret-1-sw {
  background-position: -80px 0;
}

.ui-icon-caret-1-w {
  background-position: -96px 0;
}

.ui-icon-caret-1-nw {
  background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-first, .ui-icon-seek-start {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

.ui-corner-all, .ui-corner-left, .ui-corner-tl, .ui-corner-top {
  border-top-left-radius: 3px;
}

.ui-corner-all, .ui-corner-right, .ui-corner-top, .ui-corner-tr {
  border-top-right-radius: 3px;
}

.ui-corner-all, .ui-corner-bl, .ui-corner-bottom, .ui-corner-left {
  border-bottom-left-radius: 3px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-br, .ui-corner-right {
  border-bottom-right-radius: 3px;
}

.ui-widget-overlay {
  background: #aaa;
  opacity: 0.3;
  filter: Alpha(Opacity=30);
}

.ui-widget-shadow {
  -webkit-box-shadow: 0 0 5px #666;
  box-shadow: 0 0 5px #666;
}

/*----------------------------------------*/
/*  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;
}

.rr-header-1-before::before {
  position: absolute;
  content: "";
  top: 0;
  left: -80px;
  width: 1px;
  height: 100%;
  background: rgba(5, 17, 69, 0.1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .rr-header-1-before::before {
    display: none;
  }
}

.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;
  }
}
.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: 400;
  font-size: 16px;
  padding: 18px 0 !important;
  display: inline-block;
  color: var(--rr-heading-1) !important;
  text-transform: capitalize;
  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: 30px 40px;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  transform: scaleY(0);
  transform-origin: top center;
  text-align: start;
  background-color: var(--rr-common-black);
  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-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: var(--rr-common-white);
  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-theme-2);
  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: 10px 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: var(--rr-common-white) FFFC4;
}
.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: var(--rr-common-white);
}
.rr-header-social a:last-child {
  margin-right: 0px;
}
.rr-header-lang-main .nice-select span {
  color: var(--rr-common-white);
  font-family: var(--rr-ff-p);
}

.rr-header-logo a img {
  width: 135px;
  height: 37px;
  object-fit: cover;
}

.rr-header-2-lang ul li {
  font-family: var(--rr-ff-p);
}

/*----------------------------------------*/
/*  3.2 Header Style 2
/*----------------------------------------*/
.rr-header-2-menu nav ul li .submenu > li > a::after {
  bottom: 5px !important;
}

.rr-header-2-area {
  padding-top: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .rr-header-2-area {
    padding-top: 0px;
  }
}

.rr-header-2-area.header-sticky {
  padding-top: 0px;
}

.rr-header-2-menu {
  position: relative;
}
.rr-header-2-menu::before {
  position: absolute;
  content: "";
  top: 21px;
  right: -18px;
  width: 1px;
  height: 60px;
  background: rgba(5, 17, 69, 0.1);
}
.rr-header-2-bg {
  background: var(--rr-common-white);
}
.rr-header-menu > nav > ul > li .submenu {
  top: calc(100% + 0px) !important;
}
.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 10px;
  }
}
.rr-header-main-menu > nav > ul > li > a {
  font-weight: 400;
  font-size: 16px;
  padding: 18px 0 !important;
  display: inline-block;
  color: var(--rr-heading-1) !important;
  text-transform: capitalize;
  font-family: var(--rr-ff-p);
  line-height: 28px;
}
.rr-header-main-menu > nav > ul > li .submenu {
  position: absolute;
  top: calc(100% + 11px);
  left: -5px;
  width: 240px;
  z-index: 999;
  padding: 30px 40px;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  transform: scaleY(0);
  transform-origin: top center;
  text-align: start;
  background-color: var(--rr-common-black);
  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;
  padding: 5px 0 !important;
}
.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.has-dropdown:hover ul.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-main-menu > nav > ul > li.has-dropdown ul.submenu 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.has-dropdown ul.submenu li.has-dropdown ul.submenu {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
}
.rr-header-main-menu > nav > ul > li.has-dropdown ul.submenu li.has-dropdown:hover ul.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-main-menu > nav > ul > li.has-dropdown ul.submenu li.has-dropdown ul.submenu 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.has-dropdown ul.submenu li.has-dropdown ul.submenu li.has-dropdown ul.submenu {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
}
.rr-header-main-menu > nav > ul > li.has-dropdown ul.submenu li.has-dropdown ul.submenu li.has-dropdown:hover ul.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-main-menu > nav > ul > li.has-dropdown ul.submenu li.has-dropdown ul.submenu li.has-dropdown ul.submenu 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.has-dropdown ul.submenu li.has-dropdown ul.submenu li.has-dropdown ul.submenu li.has-dropdown ul.submenu {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
}
.rr-header-main-menu > nav > ul > li.has-dropdown ul.submenu li.has-dropdown ul.submenu li.has-dropdown ul.submenu li.has-dropdown:hover ul.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-main-menu > nav > ul > li.has-dropdown ul.submenu li.has-dropdown ul.submenu li.has-dropdown ul.submenu li.has-dropdown ul.submenu 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.has-dropdown ul.submenu li.has-dropdown ul.submenu li.has-dropdown ul.submenu li.has-dropdown ul.submenu li.has-dropdown ul.submenu {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
}
.rr-header-main-menu > nav > ul > li.has-dropdown ul.submenu li.has-dropdown ul.submenu li.has-dropdown ul.submenu li.has-dropdown ul.submenu li.has-dropdown:hover ul.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-main-menu > nav > ul > li.has-dropdown ul.submenu li.has-dropdown ul.submenu li.has-dropdown ul.submenu li.has-dropdown ul.submenu li.has-dropdown ul.submenu 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.has-dropdown ul.submenu li.has-dropdown ul.submenu li.has-dropdown ul.submenu li.has-dropdown ul.submenu li.has-dropdown ul.submenu li.has-dropdown ul.submenu {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
}
.rr-header-main-menu > nav > ul > li.has-dropdown ul.submenu li.has-dropdown ul.submenu li.has-dropdown ul.submenu li.has-dropdown ul.submenu li.has-dropdown ul.submenu li.has-dropdown:hover ul.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-main-menu > nav > ul > li.has-dropdown ul.submenu li.has-dropdown ul.submenu li.has-dropdown ul.submenu li.has-dropdown ul.submenu li.has-dropdown ul.submenu li.has-dropdown ul.submenu 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.has-dropdown ul.submenu li.has-dropdown ul.submenu li.has-dropdown ul.submenu li.has-dropdown ul.submenu li.has-dropdown ul.submenu li.has-dropdown ul.submenu li.has-dropdown ul.submenu {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
}
.rr-header-main-menu > nav > ul > li.has-dropdown ul.submenu li.has-dropdown ul.submenu li.has-dropdown ul.submenu li.has-dropdown ul.submenu li.has-dropdown ul.submenu li.has-dropdown ul.submenu li.has-dropdown:hover ul.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-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-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: 22px;
  top: 2px;
}
.rr-header-icon-card {
  position: absolute;
  left: 70px;
  top: 2px;
}
.rr-header-icon-card span {
  background: var(--rr-theme-1);
  color: var(--rr-common-white);
  font-size: 10px;
  line-height: 26px;
  font-weight: 600;
  font-family: var(--rr-ff-p);
  display: block;
  text-align: center;
  border-radius: 68px;
  width: 15px;
  height: 14px;
  line-height: 13px;
  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-theme-1);
  border-radius: 7px;
}
.rr-header-border {
  border-bottom: 1px solid #dcdcdc;
}
.rr-header-menu nav ul li > a {
  color: #232323 !important;
  padding: 36px 0 !important;
}
.rr-header-menu nav ul li.has-dropdown::after {
  color: #232323 !important;
}
.rr-header-menu nav ul li .submenu > li > a {
  color: var(--rr-common-white) !important;
}
.rr-header-menu nav ul li .submenu > li > a::after {
  bottom: 34px;
}
.rr-header-3-menu .rr-header-main-menu > nav > ul > li .submenu {
  top: 126%;
}
.rr-header-3-top {
  background-color: #1B7262;
}
.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: 14px;
  line-height: 24px;
  color: var(--rr-common-white) FFF;
  transition: 0.3s;
}
.rr-header-3-top-info ul li a:hover {
  opacity: 0.6;
}
.rr-header-3-text p {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  text-transform: lowercase;
  color: var(--rr-common-white) FFF;
  margin: 0;
}
.rr-header-3-lang span {
  font-family: var(--rr-ff-p);
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  text-transform: capitalize;
  color: var(--rr-common-white) FFF;
  margin-top: 7px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rr-header-3-lang {
    margin-left: 40px;
  }
}
.rr-header-3-lang .nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  border-radius: 0;
  border: none;
  padding-right: 19px !important;
}
.rr-header-3-lang .nice-select::after {
  top: 48%;
  right: 40px;
  color: var(--rr-common-white);
}
.rr-header-2-main {
  position: absolute;
  width: 100%;
  height: auto;
}
.rr-header-2-contat-text b:hover {
  opacity: 0.7;
}
.rr-header-2-border {
  border-bottom: 1px solid #3c3e47;
}
.rr-header-2-icon button {
  font-size: 19px;
  display: inline-block;
  color: var(--rr-common-white) f !important;
  margin-right: 7px;
  transition: 0.3s;
  border: 1px solid;
  border-radius: 66px;
  padding: 10px;
  line-height: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rr-header-2-lang {
    margin-left: 40px;
  }
}
.rr-header-2-lang .nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  border-radius: 0;
  border: none;
  padding-right: 16px !important;
}
.rr-header-lang-main.nice-select {
  padding-right: 14px !important;
}
.rr-header-lang-main.nice-select::after {
  right: 0px !important;
}

.rr-btn.rr-header-spc {
  padding: 15px 25px;
}

/*----------------------------------------*/
/*  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;
}
.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: var(--rr-common-white) FFF;
  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: var(--rr-common-white) f;
  transition: 0.3s;
}
.rr-header-3-social a svg:hover {
  stroke: var(--rr-common-white) f;
  opacity: 0.6;
}

.rr-header-3-icon a {
  transition: 0.3s;
}
.rr-header-3-icon a:hover svg path {
  stroke: var(--rr-theme-1);
}

/* 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-header-2__menu nav ul li .has-homemenu {
  width: 680px;
  padding: 30px 30px 10px 30px;
  opacity: 0;
  visibility: hidden;
  background-color: var(--rr-common-white);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.rr-header-2__menu nav ul li .has-homemenu .homemenu {
  padding: 0px 10px;
  position: relative;
  margin-bottom: 20px;
}

.homemenu-btn {
  position: absolute;
  bottom: 20%;
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}

.homemenu-title {
  font-size: 16px;
  margin-bottom: 0;
  color: var(--rr-common-white);
  display: inline-block;
  font-weight: 700;
}
.homemenu-title:hover {
  color: #ababab;
}

.homemenu-thumb {
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.homemenu-thumb:hover .homemenu-btn {
  opacity: 1;
  visibility: visible;
  bottom: 50%;
  transform: translateY(50%);
}

.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(6, 7, 40, 0.1);
}
.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: #7F8387;
  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, 0.12);
  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: var(--rr-theme-1);
}
.rr-main-menu-mobile > ul > li.has-dropdown > a.expanded .dropdown-toggle-btn.dropdown-opened {
  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.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: var(--rr-theme-1);
}
.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;
}

.rr-header-main-menu ul li .submenu li .submenu {
  left: 125%;
  top: 0;
}

.rr-header-main-menu > nav > ul > li.menu-last .submenu {
  right: 0;
  left: auto;
}
.rr-header-main-menu > nav > ul > li.menu-last .submenu li .submenu {
  right: 125%;
  left: auto;
}

/*----------------------------------------*/
/*  5.2 Postbox css
/*----------------------------------------*/
.postbox-main-title {
  font-family: var(--rr-ff-h);
  font-weight: 700;
  font-size: 24px;
  line-height: 142%;
  color: #051145;
}

.postbox__comment-content p {
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  align-items: center;
  color: #666871;
}

.postbox__comment-name p.postbox__comment-date {
  font-weight: 400;
  font-size: 13px;
  line-height: 17px;
  text-transform: uppercase;
  color: #666871;
  margin-bottom: 13px;
  display: block;
}

.postbox__comment-input textarea {
  border: 1px solid rgba(5, 17, 69, 0.1);
  height: 162px;
}

.postbox-border {
  margin-bottom: 30px;
  padding: 25px 30px;
  margin-bottom: 90px;
  background: #F5F5F5;
}

.post-comments-wrap ul li {
  list-style: none;
  margin-left: 0;
  padding-left: 11px;
  background: #f9f9f9;
}
@media (max-width: 767px) {
  .post-comments-wrap ul li {
    padding-left: 0;
  }
}

.postbox__comment-avater {
  flex: 0 0 auto;
  margin-right: 20px;
}
.postbox__comment-avater img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}

.postbox__comment-input input {
  border: 1px solid rgba(5, 17, 69, 0.1);
  margin-bottom: 30px;
}

.postbox-pagination-pre-text a:hover {
  background: var(--rr-theme-1);
  color: var(--rr-common-white) FFF;
}

.postbox__area iframe {
  width: 100%;
}

.postbox-info h4 {
  font-family: var(--rr-ff-h);
  font-weight: 700;
  font-size: 24px;
  line-height: 142%;
  color: #051145;
}

.postbox__thumb img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.postbox-pagination-pre-text a {
  font-family: var(--rr-ff-p);
  font-weight: 600;
  font-size: 12px;
  line-height: 100%;
  text-align: center;
  color: #001d08;
  padding: 8px 16px;
  background-color: var(--rr-common-white);
  margin: 0;
  margin-bottom: 8px;
  display: inline-block;
}

.postbox-pagination-pre-text h3 {
  font-family: var(--rr-ff-p);
  font-weight: 600;
  font-size: 16px;
  line-height: 162%;
  color: #001d08;
}

.postbox-right-border {
  border-right: 1px solid rgba(4, 9, 30, 0.1);
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .postbox__item.format-image {
    margin-left: 0;
  }
}

.rr-postbox-share-wrapper {
  margin-top: 40px;
}

.postbox__thumb-slider {
  margin-bottom: 20px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .postbox__area {
    padding: 60px 0;
  }
}
.postbox-social a {
  background: var(--rr-common-white) FFF;
  height: 40px;
  width: 40px;
  line-height: 44px;
  text-align: center;
  display: inline-block;
  border-radius: 50px;
  color: var(--rr-common-white);
  margin-right: 5px;
}
.postbox-social a:last-child {
  margin-right: 0;
}
.postbox-social a.social-tw {
  background-color: #229EF2;
}
.postbox-social a.social-tw:hover {
  background-color: #57ade6;
}
.postbox-social a.social-fb {
  background-color: #2E4E9C;
}
.postbox-social a.social-fb:hover {
  background-color: #728ed5;
}
.postbox-social a.social-pin {
  background-color: #0681BA;
}
.postbox-social a.social-pin:hover {
  background-color: #659bb5;
}
.postbox-social a.social-link {
  background-color: #EB044F;
}
.postbox-social a.social-link:hover {
  background-color: #e37296;
}
.postbox-social span {
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  color: #001D08;
  margin-right: 12px;
}
.postbox_details-tagcloud a {
  background: var(--rr-common-white) FFF;
  border: 1px solid rgba(4, 9, 30, 0.1);
  padding: 5px 15px;
  font-size: 13px;
  margin-right: 5px;
  margin-bottom: 8px;
  display: inline-block;
  font-weight: 500;
}
.postbox_details-tagcloud a:hover {
  background-color: #1355E2;
  color: var(--rr-common-white);
}
.postbox_details-tagcloud span {
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  color: #04091E;
  transition: 0.3s;
  margin-right: 10px;
}
.postbox__comment-reply a {
  padding: 7px 18px;
  transition: 0.3s;
  font-family: var(--rr-ff-p);
  font-weight: 600;
  font-size: 12px;
  line-height: 83%;
  text-transform: uppercase;
  border: 1px solid rgba(3, 4, 29, 0.1);
}
.postbox__comment-reply a:hover {
  background-color: var(--rr-theme-1);
  color: var(--rr-common-white);
}
.postbox__slider-arrow-wrap button {
  height: 50px;
  width: 50px;
  line-height: 50px;
  background-color: var(--rr-common-white);
  color: var(--rr-common-black);
  text-align: center;
  font-size: 18px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .postbox__slider-arrow-wrap button {
    height: 30px;
    width: 30px;
    line-height: 30px;
  }
}
.postbox__slider-arrow-wrap .postbox-arrow-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 9;
}
.postbox__slider-arrow-wrap .postbox-arrow-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: 9;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .postbox__content {
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .postbox__comment-form-box {
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .postbox__comment {
    margin-right: 0;
  }
}
.postbox__comment-form {
  margin-bottom: 30px;
}
.postbox__thumb {
  position: relative;
}
.postbox__thumb .play-btn {
  position: absolute;
  top: 38%;
  left: 44%;
  z-index: 1;
}
.postbox__thumb .play-btn a {
  height: 85px;
  width: 85px;
  line-height: 87px;
  font-family: var(--rr-ff-p);
}
.postbox__thumb .play-btn a::after {
  display: none;
}
.postbox__item-single:hover {
  box-shadow: none;
}
.postbox__meta span {
  display: inline-block;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: var(--rr-text-body);
  margin-right: 28px;
  transition: 0.3s;
  text-transform: capitalize;
}
.postbox__meta span:last-child {
  margin-right: 0;
}
.postbox__meta span svg {
  margin-top: -4px;
  margin-right: 5px;
}
.postbox__meta span:hover a {
  color: var(--rr-theme-1);
}
.postbox__tag {
  position: absolute;
  bottom: 0px;
  left: 0;
}
.postbox__tag p {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  color: var(--rr-common-white);
  letter-spacing: 0.135em;
  background: var(--rr-theme-1);
  clip-path: polygon(0px 0px, 100% 0px, 92.7% 53.45%, 100% 100%, 0px 100%, 0px 50%);
  width: 130px;
}
.postbox__content-single {
  padding-left: 0;
  padding-right: 0;
  border: none;
}
@media (max-width: 767px) {
  .postbox__content-thumb {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .postbox__content-thumb img {
    margin-bottom: 20px;
  }
}
.postbox__title {
  font-family: var(--rr-ff-h);
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 64px;
  color: #051145;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .postbox__title {
    font-size: 30px;
    line-height: 37px;
  }
}
@media (max-width: 767px) {
  .postbox__title {
    font-size: 25px;
    line-height: 37px;
  }
}
.postbox__title a:hover {
  color: var(--rr-theme-1);
}
.postbox__blockquote-shape {
  display: inline-block;
  transform: translateY(12px);
  flex: 0 0 auto;
  margin-right: 30px;
}
.postbox__blockquote blockquote p {
  font-family: var(--rr-ff-heading);
  font-weight: 600;
  font-size: 26px;
  color: #121D2C;
  margin-bottom: 0px;
  line-height: 32px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .postbox__blockquote blockquote p {
    font-size: 22px;
  }
}
.postbox__blockquote blockquote cite {
  font-weight: 400;
  font-size: 16px;
  color: #332D2D;
  font-style: inherit;
  position: relative;
}
.postbox__blockquote blockquote cite::before {
  content: "";
  font-size: 28px;
  color: var(--rr-common-white);
  padding-bottom: 0px;
  display: inline-block;
  background: #191515;
  height: 2px;
  width: 16px;
  font-weight: 400;
  text-align: center;
  top: -4px;
  margin-right: 10px;
  position: relative;
}
.postbox-details-desc-thumb-caption {
  font-size: 18px;
  font-weight: 500;
  color: #807A7A;
  font-style: italic;
  text-align: center;
  display: block;
  margin-top: 30px;
  margin-bottom: 50px;
}
.postbox__list {
  margin-bottom: 60px;
}
.postbox__list-title {
  font-weight: 600;
  font-size: 28px;
  color: #121D2C;
  margin-bottom: 50px;
}
.postbox__list-content ul li {
  list-style: none;
  font-weight: 400;
  font-size: 16px;
  color: #445658;
  margin-bottom: 24px;
  position: relative;
  padding-left: 40px;
}
.postbox__list-content ul li span {
  height: 27px;
  width: 27px;
  line-height: 25px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  background-color: var(--rr-common-white);
  color: var(--rr-theme-1);
  box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.06);
  position: absolute;
  top: 0;
  left: 0;
}
.postbox__list-content ul li span.active {
  background-color: var(--rr-theme-1);
  color: var(--rr-common-white);
}
.postbox__details-share-wrapper {
  padding-top: 20px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e7e6e8;
}
.postbox__details-share span {
  font-size: 20px;
  font-weight: 500;
  color: #121416;
  margin-right: 15px;
}
.postbox__details-share a {
  height: 37px;
  width: 37px;
  text-align: center;
  line-height: 37px;
  display: inline-block;
  background-color: #F2F6F7;
  color: var(--rr-common-black);
  margin-right: 10px;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .postbox__details-share a {
    margin-bottom: 10px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    margin-right: 8px;
  }
}
.postbox__details-share a:hover {
  background-color: var(--rr-theme-1);
  color: var(--rr-common-white);
}
.postbox__details-tag span {
  font-size: 20px;
  font-weight: 500;
  color: #121416;
  margin-right: 6px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .postbox__details-tag span {
    font-size: 16px;
  }
}
.postbox__read-more .postbox-btn {
  position: relative;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  color: #132047;
}
.postbox__read-more .postbox-btn span {
  margin-left: 5px;
}
.postbox__read-more .postbox-btn span::before {
  position: absolute;
  content: "";
  top: 1px;
  right: -10px;
  border: 1px solid #E8F2F9;
  height: 28px;
  width: 28px;
  display: inline-block;
  border-radius: 50%;
}
.postbox__text img {
  max-width: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .postbox__text img {
    width: 100%;
  }
}
.postbox__text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 16px;
}
.postbox__text-single p {
  margin-bottom: 15px;
}
.postbox__slider button {
  position: absolute;
  left: 50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  font-size: 30px;
  color: var(--rr-common-white);
}
.postbox__slider button.postbox-slider-button-next {
  left: auto;
  right: 50px;
}
@media (max-width: 767px) {
  .postbox__slider button.postbox-slider-button-next {
    right: 10px;
  }
}
@media (max-width: 767px) {
  .postbox__slider button {
    left: 10px;
  }
}
.postbox__tag span {
  font-size: 16px;
  margin-bottom: 17px;
  color: var(--rr-common-black);
  margin-right: 10px;
}
.postbox__play-btn a {
  height: 85px;
  width: 85px;
  line-height: 85px;
  background-color: var(--rr-common-white);
  color: var(--rr-theme-1);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  border-radius: 50%;
  animation: pulse 2s infinite;
}
.postbox__author {
  padding: 45px 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .postbox__author {
    padding: 45px 40px;
  }
}
@media (max-width: 767px) {
  .postbox__author {
    padding: 45px 20px;
  }
}
.postbox__author-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--rr-common-white);
}
.postbox__author-thumb {
  flex: 0 0 auto;
  margin-right: 25px;
}
@media (max-width: 767px) {
  .postbox__author-thumb {
    margin-bottom: 30px;
  }
}
.postbox__author-content p {
  color: #9898a0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .postbox__author-content p {
    font-size: 14px;
  }
  .postbox__author-content p br {
    display: none;
  }
}
.postbox__author-social a {
  color: var(--rr-common-white);
  margin-right: 20px;
  display: inline-block;
  transition: 0.3s;
}
.postbox__author-social a:hover {
  color: var(--rr-theme-1);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .postbox__wrapper {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px), (max-width: 767px) {
  .postbox__wrapper {
    margin-bottom: 0px;
    padding-right: 0px;
  }
}
.postbox-thumb img {
  width: 100%;
}
.postbox__comment-text span {
  font-family: var(--rr-ff-p);
  font-weight: 400;
  font-size: 14px;
  text-transform: capitalize;
  color: var(--rr-text-body);
}
.postbox-thumb {
  margin-bottom: 24px;
}
.postbox__comment-avater {
  flex: 0 0 auto;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .postbox__comment-info {
    flex-wrap: wrap;
  }
}
.postbox__comment ul li {
  list-style: none;
  padding: 30px;
  margin-bottom: 30px;
  margin-left: 0;
  padding-left: 11px;
  background: #f9f9f9;
}
.postbox__comment ul li:last-child {
  margin-bottom: 0;
}
.postbox__comment ul li.children {
  margin-left: 65px;
}
@media (max-width: 767px) {
  .postbox__comment ul li.children {
    margin-left: 15px;
  }
}
.postbox__comment-title {
  font-family: var(--rr-ff-h);
  font-weight: 700;
  font-size: 24px;
  line-height: 142%;
  color: #051145;
}
.postbox__comment-avater img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}
.postbox__comment-name {
  margin-bottom: 5px;
}
.postbox__comment-name h5 {
  font-family: var(--rr-ff-p);
  font-weight: 600;
  font-size: 16px;
  color: #001d08;
}
.postbox__comment-name span {
  font-weight: 400;
  font-size: 13px;
  line-height: 17px;
  text-transform: uppercase;
  color: #666871;
  margin-bottom: 13px;
  display: block;
}
@media (max-width: 767px) {
  .postbox__comment-text {
    margin-left: 0;
    margin-top: 15px;
  }
}
.postbox__comment-text p {
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  align-items: center;
  color: #666871;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .postbox__comment-text p {
    font-size: 15px;
  }
}
.postbox__comment-agree {
  padding-left: 5px;
}
.postbox__comment-agree input {
  margin: 0;
  appearance: none;
  -moz-appearance: none;
  display: block;
  width: 16px;
  height: 16px;
  background: var(--rr-common-white);
  border: 1px solid #949392;
  outline: none;
  flex: 0 0 auto;
  -webkit-transform: translateY(-1px);
  -moz-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  -o-transform: translateY(-1px);
  transform: translateY(-1px);
}
.postbox__comment-agree input:checked {
  position: relative;
  background-color: var(--rr-theme-1);
  border-color: transparent;
}
.postbox__comment-agree input:checked::after {
  box-sizing: border-box;
  content: "\f00c";
  position: absolute;
  font-family: var(--rr-ff-fontawesome);
  font-size: 10px;
  color: var(--rr-common-white);
  top: 47%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.postbox__comment-agree input:hover {
  cursor: pointer;
}
.postbox__comment-agree label {
  padding-left: 8px;
  color: #838383;
  line-height: 1;
}
.postbox__comment-agree label a {
  color: var(--rr-common-black);
  font-weight: 600;
  padding-left: 4px;
}
.postbox__comment-agree label a:hover {
  color: var(--rr-theme-1);
}
.postbox__comment-agree label:hover {
  cursor: pointer;
}
.postbox-youtube {
  position: absolute;
  content: "";
  left: 45%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: 0.4s;
  margin-top: -20px;
}
.postbox-youtube a {
  position: absolute;
  width: 74px;
  height: 44px;
  left: 0;
  top: 0;
  background: #EB044F;
  border-radius: 6px;
  text-align: center;
  line-height: 40px;
}
.postbox-blockquote-thumb {
  position: absolute;
  right: 122px;
  top: 20px;
}
.postbox-blockquote-content {
  background: var(--rr-common-white) FFF;
  box-shadow: 0px 20px 40px rgba(5, 17, 69, 0.1), inset 4px 0px 0px #1B7262;
  padding: 30px 40px;
  position: relative;
}
.postbox-blockquote-content h4 {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: var(--rr-text-body);
  margin: 0;
  margin-bottom: 24px;
}
.postbox-blockquote-content span {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #051145;
  margin-left: 30px;
}
.postbox-blockquote-content span::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 2px;
  left: 43px;
  bottom: 45px;
  background: #1B7262;
  display: block;
}
.postbox__slider-arrow-wrap button {
  height: 50px;
  width: 50px;
  line-height: 50px;
  background-color: var(--rr-common-white);
  color: var(--rr-common-black);
  text-align: center;
  font-size: 18px;
  transition: 0.3s;
}
.postbox__slider-arrow-wrap button:hover {
  color: var(--rr-common-white);
}
.postbox__slider-arrow-wrap .postbox-arrow-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 2;
}
.postbox__slider-arrow-wrap .postbox-arrow-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: 2;
}

.tp-postbox-item-thumb img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.basic-pagination ul li {
  list-style: none;
  display: inline-block;
}
.basic-pagination ul li:hover a {
  color: var(--rr-common-white);
  background-color: var(--rr-common-black);
}
.basic-pagination ul li.active a {
  color: var(--rr-common-white);
  background-color: var(--rr-common-black);
}
.basic-pagination ul li > a {
  height: 40px;
  width: 40px;
  display: inline-block;
  line-height: 40px;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  color: var(--rr-theme-1);
  transform: translateY(3px);
  transition: all 0.3s ease-in-out;
  background: #F5F5F5;
  font-family: var(--rr-ff-p);
}
.basic-pagination ul li > a.current {
  height: 50px;
  width: 50px;
  display: inline-block;
  line-height: 50px;
  text-align: center;
  font-weight: 900;
  font-size: 18px;
  color: var(--rr-common-white);
  background-color: var(--rr-theme-1);
  transition: all 0.3s ease-in-out;
  border: none;
}
.basic-pagination.bg-color ul li > a {
  background-color: #f5f5f8;
  border: none;
}
.basic-pagination.bg-color ul li > a.current {
  background-color: #f5f5f8;
}
.basic-pagination.bg-color ul li:hover a {
  background-color: var(--rr-theme-1);
}
.basic-pagination.bg-color ul li.active a {
  background-color: var(--rr-theme-1);
}
.basic-pagination-thumb {
  margin-bottom: 24px;
}
.basic-pagination-info h4 {
  font-family: var(--rr-ff-h);
  font-weight: 700;
  font-size: 24px;
  line-height: 142%;
  color: #051145;
}
.basic-pagination_details__title {
  font-family: var(--rr-ff-h);
  font-weight: 700;
  font-size: 24px;
  line-height: 142%;
  color: #051145;
}
.basic-pagination-thumb {
  margin-bottom: 24px;
}
.basic-pagination-info h4 {
  font-family: var(--rr-ff-h);
  font-weight: 700;
  font-size: 24px;
  line-height: 142%;
  color: #051145;
}

.rr-postbox-details-form-input-box input {
  height: 46px;
}
.rr-postbox-details-form-input-box textarea {
  height: 162px;
}
.rr-postbox-details-form-input-box input,
.rr-postbox-details-form-input-box textarea {
  border: 1px solid rgba(5, 17, 69, 0.1);
}
.rr-postbox-details-form-input-box span {
  font-family: var(--rr-ff-p);
  font-weight: 600;
  font-size: 16px;
  color: #051145;
  margin: 0;
  margin-bottom: 10px;
  display: block;
}

.tagcloud span {
  font-family: var(--rr-ff-p);
  font-weight: 700;
  font-size: 18px;
  line-height: 111%;
  color: #001d08;
  margin-right: 12px;
}

/*----------------------------------------*/
/*  5.3 Recent Post css
/*----------------------------------------*/
.rc__post {
  margin-bottom: 25px;
}
.rc__post:last-child {
  margin-bottom: 0px !important;
}
.rc__meta span {
  font-family: var(--rr-ff-p);
}
.rc__post ul li:not(:last-child) {
  margin-bottom: 15px;
}
.rc__post-title {
  font-family: "Libre Bodoni";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: var(--rr-heading-1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .rc__post-title br {
    display: none;
  }
}
.rc__post-title a:hover {
  color: var(--rr-theme-1);
}
.rc__meta span {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 10px;
  color: #1B7262;
  margin: 0;
  margin-bottom: 13px;
  display: inline-block;
}
.rc__meta span i {
  margin-right: 3px;
  color: var(--rr-theme-1);
  font-size: 14px;
  font-weight: 500;
}
.rc__post-thumb {
  flex: 0 0 auto;
}

/*----------------------------------------*/
/*  5.4 Sidebar css
/*----------------------------------------*/
.sidebar__social span {
  width: 36px !important;
  height: 36px !important;
  line-height: 33px;
  text-align: center;
  display: inline-block;
  border: 1px solid rgba(5, 17, 69, 0.1);
  margin-right: 10px;
  transition: 0.3s;
}
.sidebar__social span a svg {
  transition: 0.3s;
}
.sidebar__social span:hover {
  background-color: var(--rr-theme-1);
}
.sidebar__social span:hover a svg {
  filter: brightness(0) invert(1);
}
.sidebar__search-input-2 button i {
  color: #646464;
}
.sidebar__widget {
  padding: 30px;
  box-sizing: border-box;
  background: var(--rr-common-white);
  border: 1px solid rgba(0, 29, 8, 0.1);
}
.sidebar__widget:last-child {
  margin-bottom: 0;
}
.sidebar__widget-title {
  font-family: var(--rr-ff-h);
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
  color: #051145;
  margin: 0;
  margin-bottom: 24px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sidebar__widget-title {
    font-size: 25px;
  }
}
.sidebar__widget-gallery {
  position: relative;
}
.sidebar__widget-gallery:hover::after {
  opacity: 1;
  visibility: visible;
}
.sidebar__widget-gallery:hover .sidebar__widget-gallery-icon {
  opacity: 1;
  visibility: visible;
}
.sidebar__widget-gallery::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.sidebar__widget-gallery img {
  width: 100%;
}
.sidebar__widget-gallery-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  opacity: 0;
  visibility: visible;
  transition: 0.3s;
}
.sidebar__widget-gallery-icon span {
  font-size: 16px;
  color: var(--rr-common-white);
}
.sidebar__widget-gallery-wrap {
  margin-right: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sidebar__widget-gallery-wrap {
    margin-right: 0;
  }
}
.sidebar__widget-content ul li {
  list-style-type: none;
  box-sizing: border-box;
  margin-bottom: 10px;
  transition: 0.3s;
  position: relative;
  display: flex;
  flex-direction: column;
  font-family: var(--rr-ff-p);
}
.sidebar__widget-content ul li a {
  transition: 0.3s;
  font-family: var(--rr-ff-p);
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: var(--rr-text-body);
  transition: 0.3s;
  padding: 3px 20px;
  padding-left: 20px;
  background: var(--rr-common-white) FFF;
  width: 100%;
  transition: 0.3s;
  padding-left: 0;
}
.sidebar__widget-content ul li a i {
  margin-right: 10px;
}
.sidebar__widget-content ul li a:hover {
  color: var(--rr-theme-1);
}
.sidebar__widget-content ul li a.active {
  color: var(--rr-theme-1);
}
.sidebar__about {
  padding: 37px 0 38px 0;
}
.sidebar__thumb img {
  border-radius: 50%;
  margin-bottom: 20px;
}
.sidebar__content-title {
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  color: var(--rr-common-black);
  margin-bottom: 6px;
}
.sidebar__content-designation {
  font-weight: 400;
  font-size: 14px;
  color: #727A7D;
  display: block;
  margin-bottom: 13px;
}
.sidebar__content p {
  font-size: 16px;
  color: #838383;
  margin-bottom: 27px;
}
.sidebar__content-social a {
  height: 37px;
  width: 42px;
  line-height: 37px;
  text-align: center;
  display: inline-block;
  border: 1px solid #E8E8E8;
  margin-right: 12px;
}
.sidebar__content-social a i {
  transition: 0.3s;
}
.sidebar__content-social a:hover {
  border: 1px solid var(--rr-theme-1);
  background-color: var(--rr-theme-1);
}
.sidebar__content-social a:hover i {
  color: var(--rr-common-white);
}
.sidebar__search {
  position: relative;
}
.sidebar__search input {
  width: 100%;
  height: 48px;
  line-height: 48px;
  background: var(--rr-common-white);
  padding: 0 41px;
  text-transform: capitalize;
  border: 1px solid rgba(0, 29, 8, 0.1);
  outline: none;
  padding-right: 50px;
}
.sidebar__search input:focus {
  border: 1px solid var(--rr-theme-1);
}
.sidebar__search button {
  position: absolute;
  top: 0px;
  left: 18px;
  height: 100%;
  line-height: 48px;
  color: var(--rr-common-black);
}
.sidebar__banner::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.sidebar__banner-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  background: var(--rr-common-white);
}
.sidebar__banner-content h4 {
  padding: 15px 20px;
  font-size: 24px;
  color: var(--rr-common-black);
  text-transform: uppercase;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .tagcloud {
    margin-bottom: 30px;
  }
}
.tagcloud a {
  font-weight: 400;
  font-size: 16px !important;
  color: #636363;
  text-transform: capitalize;
  padding: 0px 15px;
  margin-right: 5px;
  background-color: var(--rr-common-white);
  border: 1px solid #d7d7d7;
  margin-bottom: 14px;
  display: inline-block;
  font-family: var(--rr-ff-p);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tagcloud a {
    padding: 1px 9px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .tagcloud a {
    padding: 1px 10px;
    font-size: 14px;
  }
}
.tagcloud a:hover {
  color: var(--rr-common-white);
  background-color: var(--rr-theme-1);
  border: 1px solid var(--rr-common-white);
}

.author-text h5 {
  font-size: 22px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .author-text h5 {
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  .author-thumb img {
    width: 100%;
  }
}

.project-sidebar {
  background: #1b7262;
  padding: 30px;
  padding-bottom: 35px;
}
.project-sidebar-title {
  font-family: var(--rr-ff-h);
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
  color: #051145;
}
.project-sidebar-wrap ul li {
  font-family: var(--rr-ff-p);
  font-weight: 600;
  font-size: 16px;
  line-height: 162%;
  color: var(--rr-text-body);
  list-style: none;
  border-bottom: 1px solid rgba(5, 17, 69, 0.1);
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.project-sidebar-wrap ul li:last-child {
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.project-sidebar-wrap ul li span {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: var(--rr-text-body);
}
.project-sidebar-service {
  border: 1px solid rgba(5, 17, 69, 0.1);
  padding: 30px;
}
.project-sidebar-service:last-child {
  padding: 0 !important;
  border: none !important;
}
.project-sidebar-wrap h3 {
  font-family: var(--rr-ff-h);
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  color: var(--rr-common-white);
  margin-bottom: 33px;
}
.project-sidebar-title {
  font-family: var(--rr-ff-h);
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  color: #051145 !important;
  margin-bottom: 33px;
}

.rr-project-details-content ul li {
  list-style: none;
  font-family: var(--rr-ff-p);
  font-weight: 400;
  font-size: 16px;
  line-height: 225%;
  color: var(--rr-text-body);
}
.rr-project-details-content ul li svg {
  margin-right: 14px;
}

/*----------------------------------------*/
/*  5.1 blog css
/*----------------------------------------*/
.rr-blog-item-thumb img {
  height: 250px !important;
  width: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.3s;
}
.rr-blog-active {
  margin: -27px;
  padding: 29px;
}
.rr-blog-item-btn a span i {
  margin-left: 5px;
}
.rr-blog-item-thumb {
  transition: 0.3s;
}
.rr-blog-item-thumb::after {
  background: rgba(255, 255, 255, 0.3);
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  right: 50%;
  top: 0;
  opacity: 0;
  height: 100%;
  pointer-events: none;
  transition: all 400ms linear;
}
.rr-blog-item-wrapper:hover .rr-blog-item-thumb img {
  transform: scale(1.1);
}
.rr-blog-item-wrapper:hover .rr-blog-item-thumb::after {
  left: 0;
  right: 0;
  opacity: 1;
}
.rr-blog-item-thumb a img {
  width: 100%;
  height: auto;
  transition: all 300ms ease;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .rr-blog-area {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}
.rr-blog-item-btn:hover {
  color: var(--rr-heading-1);
}
.rr-blog-item-info span a:hover {
  color: var(--rr-theme-1);
}
.rr-blog-item-title {
  font-family: var(--rr-ff-h);
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
  color: var(--rr-theme-1);
  margin-bottom: 14px;
}
.rr-blog-item-title:hover {
  color: var(--rr-heading-1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rr-blog-item-title {
    font-size: 18px;
    line-height: 29px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .rr-blog-item-title {
    font-size: 20px;
    line-height: 29px;
  }
}
.rr-blog-item-date {
  width: 50px;
  height: 56px;
  background: var(--rr-theme-1);
  text-align: center;
  padding: 6px 8px;
  position: absolute;
  right: 30px;
  top: -25px;
}
@media (max-width: 767px) {
  .rr-blog-item-date {
    top: -40px;
  }
}
.rr-blog-item-date h4 {
  margin-bottom: 0;
  color: var(--rr-common-white);
  font-family: var(--rr-ff-p);
  margin-bottom: 4px;
  font-size: 24px;
  font-weight: 700;
}
.rr-blog-item-date p {
  margin-bottom: 0;
  line-height: 0;
  color: var(--rr-common-white);
  font-family: var(--rr-ff-p);
  font-size: 12px;
  font-weight: 400;
}
.rr-blog-item-info span {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: var(--rr-text-body);
  font-family: var(--rr-ff-p);
  margin: 24px 0;
  margin-right: 30px;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .rr-blog-item-info span {
    margin-right: 20px;
  }
}
.rr-blog-item-info span:last-child {
  margin-right: 0px;
}
.rr-blog-item-info span img {
  margin-top: -3px;
}
.rr-blog-item-content {
  background: var(--rr-common-white);
  border: 1px solid rgba(5, 17, 69, 0.1);
  padding: 30px;
  padding-top: 0;
  transition: 0.3s;
  position: relative;
  z-index: 2;
}
.rr-blog-item-content:hover {
  box-shadow: 0px 20px 40px rgba(5, 17, 69, 0.1);
  border: 1px solid var(--rr-common-white);
}
.rr-blog-btn a {
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  color: var(--rr-text-body);
  font-family: var(--rr-ff-p);
}
.rr-blog-2-item-date {
  width: 50px;
  height: 56px;
  background: var(--rr-theme-1);
  text-align: center;
  padding: 6px 8px;
  position: absolute;
  left: 30px;
  top: 30px;
  transform: translate(0, -7%);
}
.rr-blog-2-item-date h4 {
  margin-bottom: 0;
  color: var(--rr-common-white);
  font-family: var(--rr-ff-p);
  margin-bottom: 4px;
  font-size: 24px;
  font-weight: 700;
}
.rr-blog-2-item-date p {
  margin-bottom: 0;
  line-height: 0;
  color: var(--rr-common-white);
  font-family: var(--rr-ff-p);
  font-size: 12px;
  font-weight: 400;
}
.rr-blog-2-item-info span {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: var(--rr-text-body);
  font-family: var(--rr-ff-p);
  margin: 24px 0;
  margin-right: 30px;
}
.rr-blog-2-item-info span:last-child {
  margin-right: 0px;
}
.rr-blog-2-item-info span img {
  margin-top: -3px;
}
.rr-blog-2-item-content {
  background: var(--rr-common-white);
  border: 1px solid rgba(5, 17, 69, 0.1);
  padding: 30px;
  padding-top: 0;
  transition: 0.3s;
}
.rr-blog-2-item-content:hover {
  box-shadow: 0px 20px 40px rgba(5, 17, 69, 0.1);
  border: 1px solid var(--rr-common-white);
}
.rr-blog-2-item-content:hover:hover {
  color: var(--rr-theme-1);
}
.rr-blog-3-item-date {
  width: 50px;
  height: 56px;
  background: var(--rr-theme-1);
  text-align: center;
  padding: 6px 8px;
  position: absolute;
  left: 30px;
  bottom: 20px;
  transform: translate(0, -7%);
}
.rr-blog-3-item-date h4 {
  margin-bottom: 0;
  color: var(--rr-common-white);
  font-family: var(--rr-ff-p);
  margin-bottom: 4px;
  font-size: 24px;
  font-weight: 700;
}
.rr-blog-3-item-date p {
  margin-bottom: 0;
  line-height: 0;
  color: var(--rr-common-white);
  font-family: var(--rr-ff-p);
  font-size: 12px;
  font-weight: 400;
}
.rr-blog-3-item-info span {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: var(--rr-text-body);
  font-family: var(--rr-ff-p);
  margin: 24px 0;
  margin-right: 30px;
}
.rr-blog-3-item-info span:last-child {
  margin-right: 0px;
}
.rr-blog-3-item-info span img {
  margin-top: -3px;
}
.rr-blog-3-item-content {
  background: var(--rr-common-white);
  border: 1px solid rgba(5, 17, 69, 0.1);
  padding: 30px;
  padding-top: 0;
  transition: 0.3s;
}
.rr-blog-3-item-content:hover {
  box-shadow: 0px 20px 40px rgba(5, 17, 69, 0.1);
  border: 1px solid var(--rr-common-white);
}
.rr-blog-3-item-content:hover:hover {
  color: var(--rr-theme-1);
}

.postbox-arrow-next {
  box-sizing: border-box;
  position: absolute;
  width: 50px;
  height: 50px;
  background: var(--rr-common-white) FFF;
  border: 1px solid rgba(5, 17, 69, 0.1);
  transform: matrix(-1, 0, 0, 1, 0, 0);
  top: 44px;
  right: 15px;
  text-align: center;
  line-height: 45px;
  transition: 0.3s;
}
.postbox-arrow-next svg {
  transition: 0.3s;
  margin-bottom: 3px;
}
.postbox-arrow-next:hover {
  background-color: #1B7261;
  color: var(--rr-common-white);
}
.postbox-arrow-next:hover svg {
  filter: brightness(0) invert(1);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .postbox-arrow-next {
    display: none;
  }
}
.postbox-arrow-prev {
  box-sizing: border-box;
  position: absolute;
  width: 50px;
  height: 50px;
  background: var(--rr-common-white) FFF;
  border: 1px solid rgba(5, 17, 69, 0.1);
  transform: matrix(-1, 0, 0, 1, 0, 0);
  top: 44px;
  right: 80px;
  text-align: center;
  line-height: 45px;
  transition: 0.3s;
}
.postbox-arrow-prev svg {
  transition: 0.3s;
  margin-bottom: 3px;
}
.postbox-arrow-prev:hover {
  background-color: #1B7261;
  color: var(--rr-common-white);
}
.postbox-arrow-prev:hover svg {
  filter: brightness(0) invert(1);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .postbox-arrow-prev {
    display: none;
  }
}

.zoom-instagram-widget__items .zoom-instagram-widget__item .zoom-instagram-link {
  padding-left: 0;
  margin-left: 0;
}

.zoom-instagram-widget__item .zoom-instagram-icon-wrap .zoom-svg-instagram-stroke {
  margin-left: 4px !important;
}

.zoom-instagram-widget__item .hover-layout.small .zoom-instagram-icon-wrap {
  bottom: calc(50% - 21px) !important;
}

.basic-pagination ul li span.current {
  background-color: var(--rr-theme-1);
  color: var(--rr-common-white);
  height: 40px;
  width: 40px;
  display: inline-block;
  line-height: 40px;
  text-align: center;
}

.postbox__comment-box.border-mr {
  margin-bottom: 30px;
}
.postbox__comment-box.border-mr:last-child {
  margin-bottom: 0;
}

/*----------------------------------------*/
/*  6.1 Footer Style 1
/*----------------------------------------*/
.our-gallery__item::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: var(--rr-heading-1);
  transform: scale(0);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.8;
}

.rr-footer__widget-gallery:hover .our-gallery__item::before {
  transform: scale(1);
}
.rr-footer__widget-gallery:hover.rr-footer__widget-gallery a span {
  opacity: 1;
}
.rr-footer__widget-gallery a span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--rr-common-white);
  opacity: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.rr-footer__widget-gallery a img {
  width: 100%;
  object-fit: cover;
}
.rr-footer-widget-content-item {
  margin-bottom: 16px;
}
.rr-footer-widget-content-item:last-child {
  margin-bottom: 0;
}
.rr-footer-widget-content-item svg {
  margin-top: -4px;
  height: 18px;
  width: 18px;
  margin-right: 8px;
}
.rr-footer-widget-content p {
  color: var(--rr-common-white);
  font-family: var(--rr-ff-p);
}
.rr-footer-widget-content-item a {
  color: var(--rr-common-white);
  font-family: var(--rr-ff-p);
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  transition: 0.3s;
}
.rr-footer-widget-content-item a:hover {
  color: var(--rr-heading-1);
}
.rr-footer-title {
  font-family: var(--rr-ff-h);
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
  display: flex;
  align-items: center;
  color: var(--rr-common-white);
}
.rr-footer-social span {
  font-family: var(--rr-ff-p);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  display: flex;
  align-items: center;
  color: var(--rr-common-white) FFF;
  margin-right: 10px;
}
.rr-footer-social a {
  font-size: 18px;
  display: inline-block;
  height: 36px;
  width: 36px;
  line-height: 36px;
  text-align: center;
  margin-right: 10px;
  background-color: var(--rr-common-white);
  color: #051145;
  transition: 0.3s;
  transition: 0.3s;
  border-radius: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .rr-footer-social a {
    font-size: 13px;
    height: 30px;
    width: 30px;
    line-height: 30px;
  }
}
.rr-footer-social a svg path {
  transition: 0.3s;
}
.rr-footer-social a:hover {
  color: var(--rr-common-white);
  background-color: #051145;
}
.rr-footer-social a:hover svg path {
  stroke: var(--rr-common-white);
}
.rr-footer-title {
  font-weight: 700;
  font-size: 22px;
  color: var(--rr-common-white);
  margin-top: 5px;
  margin-bottom: 23px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .rr-footer-title {
    font-size: 20px;
  }
}
.rr-footer-list ul li {
  list-style-type: none;
  overflow: hidden;
}
.rr-footer-list ul li:not(:last-child) {
  margin-bottom: 10px;
}
.rr-footer-list ul li a {
  color: var(--rr-common-white);
  position: relative;
  padding-left: 16px;
  margin-left: -16px;
  transition: 0.3s;
  font-family: var(--rr-ff-p);
  font-weight: 400;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .rr-footer-list ul li a {
    font-size: 14px;
  }
}
.rr-footer-list ul li a::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 2px;
  width: 10px;
}
.rr-footer-list ul li a:hover {
  margin-left: 0;
  color: var(--rr-heading-1);
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .rr-copyright-2-right {
    text-align: center !important;
  }
}
.rr-copyright-space {
  padding: 20px 0;
}
.rr-copyright-broder {
  border-top: 1px solid #52606a;
}
@media (max-width: 767px) {
  .rr-copyright-left {
    margin-bottom: 20px;
  }
}
.rr-copyright-left p {
  color: var(--rr-common-white);
  margin-bottom: 0;
  font-family: var(--rr-ff-p);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .rr-copyright-left p {
    font-size: 14px;
    margin-left: 10px;
  }
}
.rr-copyright-left p a {
  color: var(--rr-theme-1);
  font-weight: 600;
}
.rr-copyright-right a {
  color: var(--rr-common-white);
  transition: 0.3s;
  margin-right: 27px;
  font-family: var(--rr-ff-p);
}
.rr-copyright-right a:hover {
  color: var(--rr-theme-1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .rr-copyright-right a {
    font-size: 14px;
  }
}

.footer-cols-2 {
  margin-left: 45px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .footer-cols-2 {
    margin-left: 0;
  }
}

/*----------------------------------------*/
/*  6.1 Footer Style 1
/*----------------------------------------*/
.rr-footer-2-subscribe input {
  border: 1px solid rgba(5, 17, 69, 0.1);
  margin-bottom: 10px;
}
.rr-footer-2-widget-content-info ul li {
  list-style: none;
  margin-bottom: 10px;
}
.rr-footer-2-widget-content-info ul li a {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  align-items: center;
  color: #051145;
}
.rr-footer-2-widget-content-info ul li a span {
  margin-right: 10px;
  border: 1px solid rgba(5, 17, 69, 0.1);
  height: 36px !important;
  width: 36px !important;
  line-height: 31px;
  text-align: center;
  border-radius: 50px;
  display: inline-block;
}
.rr-footer-2-widget-content-info ul li a:hover {
  color: #1B7261;
}
.rr-footer-2-widget-content-item {
  margin-bottom: 16px;
}
.rr-footer-2-widget-content-item:last-child {
  margin-bottom: 0;
}
.rr-footer-2-widget-content-item svg {
  margin-top: -4px;
  height: 18px;
  width: 18px;
  margin-right: 8px;
}
.rr-footer-2-widget-content p {
  color: var(--rr-text-body);
  font-family: var(--rr-ff-p);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .rr-footer-2-widget-content p br {
    display: none;
  }
}
.rr-footer-2-widget-content-item a {
  color: var(--rr-text-body);
  font-family: var(--rr-ff-p);
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  transition: 0.3s;
}
.rr-footer-2-widget-content-item a:hover {
  color: var(--rr-theme-1);
}
.rr-footer-2-title {
  font-family: var(--rr-ff-h);
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
  margin-top: 5px;
  margin-bottom: 23px;
  color: #051145;
}
.rr-footer-2-social span {
  font-family: var(--rr-ff-p);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  display: flex;
  align-items: center;
  color: #1B7261;
  margin-right: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .rr-footer-2-social span {
    font-size: 14px;
  }
}
.rr-footer-2-social a {
  font-size: 18px;
  display: inline-block;
  height: 36px;
  width: 36px;
  line-height: 31px;
  text-align: center;
  margin-right: 10px;
  border: 1px solid rgba(5, 17, 69, 0.1);
  transition: 0.3s;
  border-radius: 50px;
}
.rr-footer-2-social a svg path {
  transition: 0.3s;
}
.rr-footer-2-social a:hover {
  background-color: var(--rr-theme-1);
}
.rr-footer-2-social a:hover svg path {
  stroke: var(--rr-common-white);
}
.rr-footer-2-list ul li {
  list-style-type: none;
  overflow: hidden;
}
.rr-footer-2-list ul li:not(:last-child) {
  margin-bottom: 10px;
}
.rr-footer-2-list ul li a {
  color: var(--rr-text-body);
  position: relative;
  padding-left: 25px;
  margin-left: 3px;
  transition: 0.3s;
  font-family: var(--rr-ff-p);
  font-weight: 400;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .rr-footer-2-list ul li a {
    font-size: 14px;
  }
}
.rr-footer-2-list ul li a::after {
  content: "\f101";
  font-family: "Font Awesome 6 Pro";
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  transition: 0.3s;
  margin-left: 2px;
  transform: translateY(2px);
  position: absolute;
  left: 0;
}
.rr-footer-2-list ul li a:hover {
  color: var(--rr-theme-1);
}
.rr-footer-2-list ul li a:hover svg path {
  color: #1B7261;
  stroke: #1B7261;
}
.rr-footer-2-list ul li a svg path {
  transition: 0.3s;
}
.rr-footer-2-main ul li {
  list-style-type: none;
  overflow: hidden;
}
.rr-footer-2-main ul li a {
  color: var(--rr-text-body);
  position: relative;
  transition: 0.3s;
  font-family: var(--rr-ff-p);
  font-weight: 400;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .rr-footer-2-main ul li a {
    font-size: 14px;
  }
}
.rr-footer-2-main ul li a:hover {
  color: var(--rr-theme-1);
}
.rr-footer-2-main ul li a svg path {
  transition: 0.3s;
}

.rr-copyright-2-space {
  padding: 13px 0;
}
.rr-copyright-2-broder {
  border-top: 1px solid rgba(5, 17, 69, 0.1);
}
.rr-copyright-2-left p {
  color: var(--rr-text-body);
  margin-bottom: 0;
  font-family: var(--rr-ff-p);
}
.rr-copyright-2-left p a {
  color: var(--rr-theme-1);
  font-weight: 600;
}
.rr-copyright-2-right p {
  color: var(--rr-text-body);
  margin-bottom: 0;
  font-family: var(--rr-ff-p);
}
.rr-copyright-2-right p a {
  color: var(--rr-theme-1);
  font-weight: 600;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .rr-copyright-social {
    text-align: center !important;
  }
}
.rr-copyright-social ul li {
  display: inline-block;
  margin-right: 10px;
  margin-top: 7px;
}
.rr-copyright-social ul li:last-child {
  margin-right: 0;
}
.rr-copyright-social ul li a {
  height: 36px;
  width: 36px;
  text-align: center;
  line-height: 32px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: inline-block;
  border-radius: 50px;
}
.rr-copyright-social ul li a:hover {
  background-color: var(--rr-theme-1);
}
.rr-copyright-2-left p {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: var(--rr-common-white) FFF;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .rr-copyright-2-left p {
    text-align: center;
    margin-bottom: 20px;
  }
}
.rr-copyright-2-left-main p {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: var(--rr-text-body);
  margin-bottom: 0;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .rr-copyright-2-left-main p {
    text-align: center;
    margin-bottom: 20px;
  }
}
.rr-copyright-2-left-main p a {
  color: var(--rr-theme-1);
  font-weight: 700;
}

.rr-footer-3-title {
  font-family: var(--rr-ff-h);
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
  margin-top: 5px;
  margin-bottom: 23px;
  color: #051145;
}

.rr-footer-list .nice-select ul {
  width: 100% !important;
}

.rr-footer-2-list .footer-cols-1 ul li a::after {
  content: "";
}

.rr-footer-2-list .footer-cols-1 ul li a {
  padding-left: 0px;
  margin-left: 0px;
}

.widget_categories ul li {
  position: relative;
}
.widget_categories ul li::before {
  content: "";
  position: absolute;
  top: 11px;
  left: -14px;
  width: 5px;
  height: 5px;
  line-height: 5px;
  background: var(--rr-text-body);
  border-radius: 50px;
}

.footer-col-2-2 {
  margin-left: 45px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .footer-col-2-2 {
    margin-left: 0;
  }
}

.footer-col-3-2 {
  margin-left: 45px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .footer-col-3-2 {
    margin-left: 0;
  }
}

/*----------------------------------------*/
/*  7.6 cta css start
/*----------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .rr-cta-2-btns {
    text-align: center !important;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .rr-cta-btn {
    text-align: center !important;
  }
}
.rr-cta-before-color {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.rr-cta-title {
  font-family: var(--rr-ff-h);
  font-weight: 700;
  font-size: 48px;
  line-height: 64px;
  color: #051145;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rr-cta-title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rr-cta-title {
    text-align: center;
    font-size: 40px;
    line-height: 44px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .rr-cta-title {
    text-align: center;
    font-size: 30px;
    line-height: 44px;
  }
}
.rr-cta-bg-color {
  background: #F9F9F9;
}
.rr-cta-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rr-cta-title-2 {
  position: relative;
  font-family: var(--rr-ff-h);
  font-weight: 700;
  font-size: 48px;
  line-height: 64px;
  color: var(--rr-common-white) FFF;
}
.rr-cta-bg-img::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background: var(--rr-theme-1);
  width: 100%;
  height: 100%;
  opacity: 0.9;
}
.rr-cta-title-left {
  font-family: var(--rr-ff-h);
  font-weight: 700;
  font-size: 36px;
  line-height: 58px;
  color: var(--rr-common-white) FFF;
  position: relative;
}
.rr-cta-2-area {
  padding: 60px 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.rr-cta-2-bg-img::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background: var(--rr-theme-1);
  width: 100%;
  height: 100%;
  opacity: 0.9;
}
.rr-cta-2-title-left {
  font-family: var(--rr-ff-h);
  font-weight: 700;
  font-size: 36px;
  line-height: 58px;
  color: var(--rr-common-white);
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rr-cta-2-title-left {
    font-size: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rr-cta-2-title-left {
    text-align: center;
    font-size: 26px;
    line-height: 44px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .rr-cta-2-title-left {
    text-align: center;
    font-size: 26px;
    line-height: 44px;
  }
}
.rr-cta-2-bg-color {
  background: #F9F9F9;
}
.rr-cta-2-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .rr-cta-2-btn {
    text-align: center !important;
    margin-top: 20px !important;
  }
}

/*----------------------------------------*/
/*  7.4 contact css start
/*----------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .rr-contact-info {
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .rr-contact-form {
    padding: 60px 0;
  }
}
.rr-contact-2-form-input-box input {
  background: var(--rr-common-white) FFF;
  border: 1px solid rgba(5, 17, 69, 0.1);
}
.rr-contact-2-form-input-box textarea {
  background: var(--rr-common-white) FFF;
  border: 1px solid rgba(5, 17, 69, 0.1);
  height: 120px;
}
.rr-contact-item {
  margin-bottom: 30px;
}
.rr-contact-item:last-child {
  margin-bottom: 0;
}
.rr-contact-item-content a {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #051145;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .rr-contact-item-content a br {
    display: none;
  }
}
.rr-contact-item-content a:hover {
  color: var(--rr-theme-1);
}
.rr-contact-item-title {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #646464;
  margin: 0;
  margin-bottom: 4px;
}
.rr-contact-item-icon span {
  width: 60px;
  height: 60px;
  background: rgba(27, 114, 98, 0.1);
  border-radius: 30px;
  line-height: 60px;
  text-align: center;
  display: inline-block;
  margin-right: 20px;
}
.rr-contact__comment-form-box {
  background: #F5F5F5;
  padding: 30px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .rr-contact__comment-form-box {
    padding: 20px;
  }
}
.rr-contact__comment-form-box p {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #646464;
  margin: 0;
  margin-bottom: 40px;
}
.rr-contact__comment-form-box-2 p {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #646464;
  margin: 0;
  margin-bottom: 40px;
}
.rr-contact__title {
  font-family: "Libre Bodoni";
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 46px;
  color: #051145;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .rr-contact__title {
    font-size: 30px;
  }
}
.rr-contact-form-input-box textarea {
  border: 1px solid rgba(5, 17, 69, 0.1);
  height: 180px;
}
.rr-contact-form-input-box textarea:focus {
  border-color: var(--rr-theme-1);
}
.rr-contact-form-input-box input {
  border: 1px solid rgba(5, 17, 69, 0.1);
}

.rr-appointment-tyhumb {
  position: absolute;
  top: 0;
  left: 0;
}

.rr-map {
  line-height: 0;
}
.rr-map iframe {
  width: 100%;
  height: 570px;
}

.rr-form-box-border {
  border-radius: inherit !important;
}
.rr-form-textarea-box textarea:focus {
  border-color: var(--rr-theme-1);
}
.rr-form-theme-bg {
  height: 50px;
  line-height: 10px;
}
.rr-form-input-main input {
  height: 55px;
  border: 1px solid #e8e7e7;
}
.rr-form-box b {
  color: var(--rr-theme-1);
  font-weight: 600;
  text-transform: uppercase;
}
.rr-form-input-box .nice-select {
  height: 55px;
  width: 100%;
  line-height: 55px;
  color: #767676;
  font-size: 16px;
  border-radius: 0;
  padding: 0 30px;
  border-color: var(--rr-common-white);
  margin-bottom: 30px;
  font-family: var(--rr-ff-p);
  border: 1px solid #e8e7e7;
}
.rr-form-input-box .nice-select::after {
  font-size: 16px;
  margin-right: 20px;
}
.rr-form-theme-bg {
  width: 100%;
  border-radius: 0px;
}
.rr-form-thumb-box {
  position: absolute;
  left: 315px;
  bottom: 0;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .rr-form-thumb-box {
    left: 10%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .rr-form-thumb-box {
    left: 4%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rr-form-thumb-box {
    left: -1%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rr-form-thumb-box {
    left: -10%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .rr-form-thumb-box {
    position: static;
    text-align: center;
    margin-bottom: 50px;
  }
}
.rr-form-box {
  margin-top: -796px;
  background: #fcfcfc;
  width: 575px;
  padding: 65px 35px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rr-form-box {
    margin-left: 0;
    margin-top: -787px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rr-form-box {
    margin-top: -721px;
    width: 532px;
    padding: 35px 35px;
    position: relative;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rr-form-box {
    margin-top: -558px;
    width: 443px;
    padding: 31px 35px;
    z-index: 3;
    position: relative;
  }
}
@media (max-width: 767px) {
  .rr-form-box {
    margin-top: 0;
    padding: 20px;
    width: 100%;
    margin: 29px 0;
  }
}
@media (max-width: 767px) {
  .rr-form-box h4 {
    padding-bottom: 20px;
  }
}
.rr-form-input-box input {
  box-shadow: 0px 0px 60px 0px rgba(30, 22, 22, 0.06);
}
.rr-form-textarea-box textarea {
  height: 140px;
  padding-bottom: 20px;
  box-shadow: 0px 0px 60px 0px rgba(30, 22, 22, 0.06);
  border: 1px solid #e8e7e7;
}
.rr-form-shape-1 {
  position: absolute;
  bottom: 0;
  right: 30px;
  animation: rrtranslateX2 2s infinite alternate;
}
.rr-form-shape-2 {
  position: absolute;
  bottom: 0;
  left: 0;
  animation: rrtranslateX2 4s infinite alternate;
}
.rr-form-shape-3 {
  position: absolute;
  top: 100px;
  left: -20px;
  z-index: 1;
  animation: moving 9s linear infinite;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .rr-form-shape-3 {
    left: 70px;
  }
}
.rr-form-shape-4 {
  position: absolute;
  top: 255px;
  left: -27%;
  z-index: 1;
  animation: rrtranslateX2 7s infinite alternate;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .rr-form-shape-4 {
    left: 20px;
  }
}
.rr-form-shape-5 {
  position: absolute;
  bottom: 75px;
  left: -85px;
  z-index: 1;
  animation: rrtranslateX2 5s infinite alternate;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .rr-form-shape-5 {
    left: 10px;
    top: 600px;
  }
}
.rr-form-shape-6 {
  position: absolute;
  top: 105px;
  right: 18%;
  z-index: 1;
  animation: rrtranslateY2 4s infinite alternate;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .rr-form-shape-6 {
    right: 140px;
  }
}

.loading-form {
  position: fixed !important;
  width: 100% !important;
  height: 100% !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  z-index: 9999 !important;
  background: #000 !important;
  opacity: 0.5 !important;
  display: none;
}

.success-message {
  color: var(--rr-theme-1) !important;
}

.error-message {
  color: red !important;
}

/*----------------------------------------*/
/*  7.5 counter css start
/*----------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .rr-counter-info {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .rr-counter-info-text h4 {
    font-size: 15px;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .rr-counter-info-text p {
    font-size: 13px;
    max-width: 200px;
  }
}

@media (max-width: 350px) {
  .rr-counter-btn {
    text-align: center;
  }
}
.rr-counter-box-wapper {
  background: #f2f4f9;
  width: 380px;
  margin-top: 304px;
  padding: 30px 0;
  padding-bottom: 0;
}
@media (max-width: 350px) {
  .rr-counter-box-wapper {
    width: 312px;
    margin-top: 235px;
    flex-wrap: wrap;
  }
}
@media (max-width: 350px) {
  .rr-counter-box-info-text {
    text-align: center;
    margin-top: 20px;
  }
}
.rr-counter-img img {
  position: absolute;
  clip-path: polygon(100% 75%, 93% 100%, 84% 75%, 0 75%, 0 0, 100% 0);
}
.rr-counter-box-icon span {
  width: 75px;
  height: 75px;
  background: var(--rr-theme-1);
  color: var(--rr-common-white);
  text-align: center;
  line-height: 75px;
  display: block;
  font-size: 45px;
  border-radius: 50px;
  margin-top: -46px;
}

/*----------------------------------------*/
/*  7.23 video css start
/*----------------------------------------*/
.rr-video-main {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  height: 500px;
  object-fit: cover;
}
.rr-video-main::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #051145;
  opacity: 0.4;
}
.rr-video-shap-right {
  position: absolute;
  right: 195px;
  bottom: -8px;
  -webkit-animation: upDown 1.3S infinite alternate;
  animation: upDown 1.3S infinite alternate;
}
.rr-video-thumb img {
  width: 100%;
  height: 100%;
}
.rr-video-shap-left {
  position: absolute;
  left: 243px;
  top: 200px;
  -webkit-animation: upDown 1.3S infinite alternate;
  animation: upDown 1.3S infinite alternate;
}
.rr-video-thumb::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: var(--rr-theme-1);
  opacity: 0.7;
}
.rr-video-play {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: 0.4s;
}
.rr-video-play a {
  display: inline-block;
  height: 90px;
  width: 90px;
  line-height: 90px;
  text-align: center;
  font-size: 18px;
  border-radius: 50%;
  color: var(--rr-theme-1);
  background-color: var(--rr-common-white);
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .rr-video-play a {
    height: 60px;
    width: 60px;
    line-height: 60px;
  }
}
.rr-video-play a::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: 65%;
  height: 65%;
  background-color: rgba(255, 255, 255, 0.671);
  animation: borderanimate2 2.5s linear infinite;
  z-index: -1;
  border-radius: 50%;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .rr-header-right {
    margin-right: 0;
  }
}

/*----------------------------------------*/
/*  7.7 error css start
/*----------------------------------------*/
.rr-error-title {
  font-family: "Libre Bodoni";
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 64px;
  text-align: center;
  color: #051145;
  margin: 0;
  margin-bottom: 14px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .rr-error-title {
    font-size: 30px;
    line-height: 51px;
  }
}
.rr-error-content span {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  color: var(--rr-text-body);
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .rr-brand-item {
    text-align: center !important;
  }
}
.rr-brand-title {
  font-family: "Libre Bodoni";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
  color: #051145;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .rr-brand-title {
    text-align: center !important;
    margin-bottom: 30px;
  }
}

/*----------------------------------------*/
/*  7.6 cta css start
/*----------------------------------------*/
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .rr-service-area {
    padding-top: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .rr-service-details {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .rr-service-details-area {
    padding: 60px 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .rr-service-details-img {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .rr-service-details-img-1 {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .rr-service-details-img-2 {
    margin-left: 0;
  }
}
.rr-service-details-thumb img {
  width: 100%;
}
.rr-service-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
  text-align: center;
  color: var(--rr-theme-1);
  font-family: var(--rr-ff-h);
  transition: 0.3s;
}
.rr-service-title:hover {
  color: var(--rr-heading-1);
}
.rr-service-content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: var(--rr-text-body);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .rr-service-content p br {
    display: none;
  }
}
.rr-service-btn a {
  font-family: var(--rr-ff-p);
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: var(--rr-text-body);
}
.rr-service-item {
  padding: 35px;
  transition: 0.3s;
}
.rr-service-item:hover {
  background: var(--rr-common-white) FFF;
  box-shadow: 0px 20px 40px rgba(5, 17, 69, 0.1);
  padding: 35px;
}
.rr-service-btn:hover a {
  color: var(--rr-theme-1);
}
.rr-service-thumb {
  margin-bottom: 24px;
}
.rr-service-shap {
  position: absolute;
  bottom: 0;
  -webkit-animation: upDown 1.3S infinite alternate;
  animation: upDown 1.3S infinite alternate;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .rr-service-shap {
    display: none;
  }
}
.rr-service-3-item {
  padding: 26px;
  transition: 0.3s;
}
.rr-service-3-item:hover .rr-service-3-icon img {
  filter: brightness(0) invert(1);
  transform: scale(1.1);
}
.rr-service-3-item:hover .rr-service-3-icon::before {
  width: 100px;
  height: 100px;
  line-height: 100px;
}
.rr-service-3-icon {
  width: 100px;
  height: 100px;
  line-height: 100px;
  background: rgba(27, 114, 97, 0.08);
  border-radius: 50px;
  text-align: center;
  margin: 0;
  margin-bottom: 24px;
  transition: 0.3s;
  position: relative;
}
.rr-service-3-icon::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 0;
  height: 0;
  line-height: 0;
  background-color: var(--rr-theme-1);
  border-radius: 50%;
  transition: 0.3s;
}
.rr-service-3-icon img {
  transition: 0.3s;
  transform: scale(1);
}
.rr-service-3-title a {
  color: var(--rr-theme-1);
  font-family: var(--rr-ff-h);
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
  margin: 0;
  margin-bottom: 8px;
}
.rr-service-3-title a:hover {
  color: var(--rr-heading-1);
}
@media (max-width: 767px) {
  .rr-service-3-title a {
    font-size: 20px;
  }
}
.rr-service-3-content p {
  font-family: var(--rr-ff-p);
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: var(--rr-text-body);
  margin: 0;
  margin-bottom: 24px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .rr-service-3-content p br {
    display: none;
  }
}
.rr-service-3-btn a {
  font-family: var(--rr-ff-p);
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: var(--rr-text-body);
}
.rr-service-3-btn a:hover {
  color: var(--rr-theme-1);
}
.rr-service-3-item:hover {
  background: var(--rr-common-white) FFF;
  box-shadow: 0px 10px 15px rgba(0, 29, 8, 0.1);
}
.rr-service-details-title {
  font-family: "Libre Bodoni";
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 64px;
  display: flex;
  align-items: center;
  color: #051145;
  margin: 0;
  margin-bottom: 14px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .rr-service-details-title {
    font-size: 30px;
  }
}
.rr-service-details-content p {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: var(--rr-text-body);
}
.rr-service-details-content ul {
  margin-left: 15px;
}
.rr-service-details-content ul li {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 36px;
  color: var(--rr-text-body);
  position: relative;
}
.rr-service-details-content ul li::before {
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 4px;
  height: 4px;
  text-align: center;
  line-height: 4px;
  background-color: #051145;
}

.service-details-wrap.service-details-info p {
  margin: 0;
  margin-bottom: 24px;
  display: block;
}
.service-details-wrap ul li a i {
  margin-top: 5px;
}
.service-details-wrap.service-details-info li a {
  font-family: var(--rr-ff-p);
  font-weight: 400;
  font-size: 16px;
  line-height: 162%;
  color: var(--rr-text-body);
  margin-bottom: 17px;
  transition: 0.3s;
  margin-left: 13px;
  box-shadow: none;
}
.service-details-wrap.service-details-info li a:last-child {
  margin-bottom: 0;
}
.service-details-info {
  background: var(--rr-common-white) FFF;
  box-shadow: 0px 3px 6px rgba(5, 17, 69, 0.1);
  padding: 30px;
}
.service-details-info ul {
  margin-left: 18px;
}
.service-details-info ul li {
  box-shadow: none;
  background: var(--rr-common-white) FFF;
  font-family: var(--rr-ff-p);
  font-weight: 400;
  font-size: 16px;
  line-height: 162%;
  color: var(--rr-text-body);
  margin-bottom: 10px;
  transition: 0.3s;
}
.service-details-info ul li:last-child {
  margin-bottom: 0;
}
.service-details-info ul li:hover {
  color: #1B7262;
}
.service-details-title {
  font-family: "Libre Bodoni";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 26px;
  display: flex;
  align-items: center;
  color: #051145;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(5, 17, 69, 0.1);
}
.service-details-wrap ul li {
  box-shadow: 0px 3px 6px rgba(5, 17, 69, 0.1);
  margin-bottom: 10px;
  list-style: none;
  transition: 0.3s;
  background: var(--rr-common-white) FFF;
}
.service-details-wrap ul li a {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  color: #051145;
  transition: 0.3s;
  padding: 12px 20px;
  display: flex;
  justify-content: space-between;
}
.service-details-wrap ul li:hover a {
  color: var(--rr-common-white);
  background-color: var(--rr-theme-1);
}
.service-details-wrap ul li.active a {
  color: var(--rr-common-white);
  background-color: #1B7262;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .rr-service-3-area {
    padding-top: 60px;
  }
}

.rr-services-2-active {
  padding: 0 10px;
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  .rr-services-2-active {
    padding-bottom: 60px;
  }
}

/*----------------------------------------*/
/*  7.6 cta css start
/*----------------------------------------*/
@media (max-width: 350px) {
  .rr-shop-bottom-btn {
    flex-wrap: wrap;
  }
}
.rr-shop-item:hover .rr-shop-cart-btn {
  top: 50%;
  opacity: 1;
  visibility: visible;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .rr-shop-details_main {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .rr-shop-details-price-cart {
    flex-wrap: wrap;
  }
}
.rr-shop-details__title-sm {
  font-family: var(--rr-ff-h);
  font-weight: 700;
  font-size: 36px;
  line-height: 128%;
  color: #051145;
  margin: 0;
  margin-bottom: 12px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .rr-shop-details__title-sm {
    font-size: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .rr-shop-area {
    padding: 60px 0;
  }
}
.rr-shop-bg {
  background: #FAFBFF;
}
.rr-shop-title {
  font-family: var(--rr-ff-h);
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
  text-align: center;
  color: var(--rr-theme-1);
}
.rr-shop-title:hover {
  color: var(--rr-heading-1);
}
.rr-shop-content span {
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: var(--rr-text-body);
}
.rr-shop-thumb {
  margin-bottom: 24px;
}
.rr-shop-cart-btn {
  position: absolute;
  top: 60%;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  transform: translateY(-16%);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}
.rr-shop-cart-btn a {
  background: var(--rr-theme-1);
  color: var(--rr-common-white);
  padding: 9px 20px;
  font-family: var(--rr-ff-p);
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.rr-shop-cart-btn a:hover {
  background-color: var(--rr-heading-1);
}
.rr-shop-thumb {
  position: relative;
}
.rr-shop-item:hover .rr-shop-cart-btn a {
  opacity: 1;
  visibility: visible;
  transform: translateY(50%);
}
.rr-shop-thumb img {
  width: 100%;
  object-fit: cover;
}
.rr-shop-old-price {
  font-family: var(--rr-ff-p);
  font-weight: 400;
  font-size: 16px;
  line-height: 162%;
  text-decoration: line-through;
  color: #1b7261;
  margin-right: 8px;
}
.rr-shop-new-price {
  font-family: var(--rr-ff-p);
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  color: #051145;
}
.rr-shop-title-2 {
  font-family: "Libre Bodoni";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #1B7261;
}
.rr-shop-title-2:hover {
  color: var(--rr-heading-1);
}
.rr-shop-shop-details__short-description p {
  font-family: var(--rr-ff-p);
  font-weight: 400;
  font-size: 18px;
  line-height: 156%;
  color: var(--rr-text-body);
  margin: 0;
  margin-bottom: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .rr-shop-shop-details__short-description p br {
    display: none;
  }
}
.rr-shop-details__quantity {
  border: 0;
  background-color: transparent;
  width: 100%;
  height: 100%;
  text-align: center;
  color: var(--rr-heading-1);
  display: flex;
  align-items: center;
}
.rr-shop-details__social span {
  font-family: var(--rr-ff-p);
  font-weight: 400;
  font-size: 16px;
  line-height: 162%;
  color: #051145;
  margin-right: 10px;
}
.rr-shop-details__social ul li {
  display: inline-block;
  margin-right: 14px;
}
.rr-shop-details__social ul li a {
  color: var(--rr-text-body);
  transition: 0.3s;
  font-size: 15px;
}
.rr-shop-details__social ul li a:hover {
  color: #1B7261;
}
.rr-shop-details__shop-info ul li {
  font-family: var(--rr-ff-p);
  font-weight: 400;
  font-size: 16px;
  line-height: 162%;
  color: #051145;
  list-style: none;
}
.rr-shop-details__quantity input {
  background: #f7f7f7;
  width: 200px;
  height: 50px;
  text-align: center;
}
.rr-shop-details-action__title {
  font-family: var(--rr-ff-h);
  font-weight: 700;
  font-size: 18px;
  line-height: 156%;
  color: #001d08;
  margin-bottom: 14px;
}

.rr-cart-plus {
  position: absolute;
  right: 18px;
  top: 11px;
}

.rr-cart-minus {
  position: absolute;
  left: 18px;
  top: 11px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .shop-filter-area {
    padding-top: 90px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .product-details-area {
    padding-bottom: 80px;
  }
}

/*----------------------------------------*/
/*  7.6 cta css start
/*----------------------------------------*/
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .rr-team-info-area {
    padding-bottom: 60px;
  }
}
.rr-team-2-area {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .rr-team-details-avatar-wrap {
    margin-bottom: 40px;
  }
}
.rr-team-details-thumb img {
  width: 100%;
}
.rr-team-item:hover .rr-team-social {
  top: 64%;
  opacity: 1;
  visibility: visible;
}
.rr-team-2-shadow {
  background: var(--rr-common-white) FFF;
  border: 1px solid rgba(5, 17, 69, 0.1);
  transition: 0.3s;
}
.rr-team-2-shadow:hover {
  box-shadow: 0px 20px 40px rgba(5, 17, 69, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.rr-team-2-social a {
  margin: 10px;
  transition: 0.3s;
}
.rr-team-2-social a:hover svg path {
  stroke: #1B7261;
}
.rr-team-item {
  position: relative;
}
.rr-team-thumb img {
  border-radius: 50%;
}
.rr-team-thumb {
  margin-bottom: 24px;
}
.rr-team-title {
  font-family: var(--rr-ff-h);
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
  text-align: center;
  color: var(--rr-theme-1);
}
.rr-team-title:hover {
  color: var(--rr-heading-1);
}
.rr-team-content span {
  font-family: var(--rr-ff-p);
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: var(--rr-text-body);
  margin-bottom: 4px;
}
.rr-team-social {
  background-color: var(--rr-common-white);
  box-shadow: 0px 20px 40px rgba(5, 17, 69, 0.1);
  width: 300px;
  height: 60px;
  text-align: center;
  position: absolute;
  top: 75%;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  transform: translateY(-16%);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}
.rr-team-social a {
  color: var(--rr-text-body);
  font-size: 16px;
  margin: 0 5px;
  height: 60px;
  width: 27px;
  line-height: 60px;
  text-align: center;
  display: inline-block;
  transition: 0.3s;
}
.rr-team-social a svg path:hover {
  stroke: var(--rr-theme-1);
}
.rr-team-bg-color::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1B7261;
  content: "";
  opacity: 0.9;
}
.rr-team-2-thumb {
  margin: 0;
  margin-bottom: 24px;
}
.rr-team-2-thumb img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.rr-team-2-item {
  background: var(--rr-common-white);
  padding: 30px;
}
.rr-team-2-content span {
  font-family: var(--rr-ff-p);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: var(--rr-text-body);
  margin-bottom: 24px;
  display: block;
  margin: 0;
  margin-bottom: 18px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .rr-team-2-area {
    padding: 60px 0;
  }
}
.rr-team-2-title {
  font-family: var(--rr-ff-h);
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
  text-align: center;
  color: var(--rr-theme-1);
  transition: 0.3s;
  margin: 0;
  margin-bottom: 4px;
}
.rr-team-2-title:hover {
  color: var(--rr-heading-1);
}
.rr-team-details-avatar-title {
  font-family: "Libre Bodoni";
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 46px;
  color: #1B7261;
}
.rr-team-details-avatar span {
  font-family: var(--rr-ff-p);
  font-weight: 400;
  font-size: 16px;
  line-height: 162%;
  color: var(--rr-text-body);
  display: inline-block;
}
.rr-team-details-avatar h5 {
  font-family: var(--rr-ff-h);
  font-weight: 500;
  font-size: 24px;
  line-height: 142%;
  color: #051145;
  margin: 0;
  margin-bottom: 14px;
}
.rr-team-details-avatar p {
  font-family: var(--rr-ff-p);
  font-weight: 400;
  font-size: 16px;
  line-height: 162%;
  color: var(--rr-text-body);
}
.rr-team-details-avatar-list ul li {
  list-style: none;
  margin-bottom: 10px;
}
.rr-team-details-avatar-list ul li:last-child {
  margin-bottom: 0;
}
.rr-team-details-avatar-list ul li span {
  font-family: var(--rr-ff-p);
  font-weight: 600;
  font-size: 18px;
  color: #051145;
  margin-right: 30px;
}
.rr-team-details-avatar-list ul li a {
  font-family: var(--rr-ff-p);
  font-weight: 400;
  font-size: 16px;
  color: var(--rr-text-body);
  transition: 0.3s;
}
.rr-team-details-avatar-list ul li a:hover {
  color: var(--rr-theme-1);
}
.rr-team-details-avatar-social a {
  border: 1px solid rgba(5, 17, 69, 0.1);
  height: 36px;
  width: 36px;
  text-align: center;
  line-height: 31px;
  display: inline-block;
  transition: 0.3s;
  margin-right: 5px;
}
.rr-team-details-avatar-social a svg {
  transition: 0.3s;
}
.rr-team-details-avatar-social a:hover {
  background-color: var(--rr-theme-1);
}
.rr-team-details-avatar-social a:hover svg {
  filter: brightness(0) invert(1);
}
.rr-team-details-title {
  font-family: var(--rr-ff-h);
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 46px;
  color: #1B7261;
  margin: 0;
  margin-bottom: 4px;
}
.rr-team-info {
  font-family: var(--rr-ff-h);
  font-weight: 700;
  font-size: 48px;
  line-height: 45px;
  color: #051145;
  margin: 0;
  margin-bottom: 14px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .rr-team-info {
    font-size: 35px;
  }
}
.rr-team-info ul {
  margin-bottom: 30px;
}
.rr-team-info ul li {
  list-style: none;
  margin-left: 16px;
}
.rr-team-info ul li a {
  display: block;
  font-family: var(--rr-ff-p);
  font-weight: 400;
  font-size: 16px;
  line-height: 162%;
  color: #051145;
  position: relative;
  margin-bottom: 15px;
}
.rr-team-info ul li a::before {
  position: absolute;
  content: "";
  top: 11px;
  left: -14px;
  width: 5px;
  height: 5px;
  text-align: center;
  line-height: 5px;
  background: #051145;
  border-radius: 50%;
}
.rr-team-info ol {
  padding-left: 20px;
}
.rr-team-info ol li {
  margin-bottom: 15px;
  font-family: var(--rr-ff-p);
  font-weight: 400;
  font-size: 16px;
  line-height: 162%;
  color: #051145;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .team-detals-area {
    padding-top: 80px;
  }
}

.rr-team-social a:hover svg path[stroke="var(--rr-text-body)"] {
  stroke: var(--rr-theme-1) !important;
}

/*----------------------------------------*/
/*  7.6 cta css start
/*----------------------------------------*/
.testimonial-arrow-next {
  position: absolute;
  left: -49px;
  top: 55%;
}
.testimonial-arrow-next:hover svg path {
  position: relative;
  stroke: #1B7261;
  z-index: 9;
}

.testimonial-arrow-prev {
  position: absolute;
  right: -49px;
  top: 55%;
}
.testimonial-arrow-prev:hover svg path {
  position: relative;
  stroke: #1B7261;
  z-index: 9;
}

.rr-testimonial-active {
  margin: -50px;
  padding: 20px;
}

.rr-testimonial-before::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-testimonial-item-active {
  margin-bottom: 100px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .rr-testimonial-item-active {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .rr-testimonial-single-area {
    padding-top: 60px;
  }
}
.rr-testimonial-thumb {
  display: flex;
  flex: 0 0 auto;
}
.rr-testimonial-thumb img {
  width: 80px;
  height: 80px;
  object-fit: cover;
}
.rr-testimonial-item {
  background: var(--rr-common-white);
  box-shadow: 0px 10px 15px rgba(0, 29, 8, 0.1);
  padding: 30px;
  padding-bottom: 25px;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .rr-testimonial-item {
    display: block !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .rr-testimonial-content p br {
    display: none;
  }
}
.rr-testimonial-swiper-dot {
  position: absolute;
  bottom: -21px;
  left: 50%;
  transform: translate(-50%);
  z-index: 9;
  transition: 0.3s;
  z-index: 1;
}
.rr-testimonial-active {
  padding-bottom: 51px;
}
.rr-testimonial-star span {
  color: #FFB016;
  font-size: 24px;
}
.rr-testimonial-title {
  font-family: var(--rr-ff-h);
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
  color: var(--rr-theme-1);
  margin: 0;
}
.rr-testimonial-star {
  margin-bottom: 10px;
}
.rr-testimonial-shap span {
  position: absolute;
  bottom: -64px;
  z-index: 1;
  left: 87px;
  -webkit-animation: upDown 1.3S infinite alternate;
  animation: upDown 1.3S infinite alternate;
}
.rr-testimonial-area {
  background: #FAFBFF;
}
.rr-testimonial-swiper-dot .swiper-pagination-bullet {
  width: 30px;
  height: 6px;
  display: inline-block;
  border-radius: 50%;
  background: rgba(27, 114, 97, 0.3);
  margin-right: 10px;
  border-radius: 24px;
}
.rr-testimonial-swiper-dot .swiper-pagination-bullet-active {
  background: var(--rr-theme-1);
}
.rr-testimonial-item-active {
  text-align: center;
}
.rr-testimonial-item-active ul li {
  display: inline-block;
  margin-right: 10px;
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 16px;
  background-color: #D9D9D9;
  border-radius: 50px;
  color: var(--rr-common-white);
  transition: 0.3s;
  font-size: 0px;
}
.rr-testimonial-item-active ul li.slick-active {
  background: var(--rr-theme-1);
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 16px;
  border-radius: 50px;
}
.rr-testimonial-single-item p {
  font-family: var(--rr-ff-p);
  font-weight: 400;
  font-size: 20px;
  line-height: 34px;
  text-align: center;
  letter-spacing: 0.015em;
  color: var(--rr-text-body);
  margin: 0;
  margin-bottom: 24px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .rr-testimonial-single-item p br {
    display: none;
  }
}
.rr-testimonial-single-item h3 {
  font-family: var(--rr-ff-h);
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
  text-align: center;
  color: var(--rr-heading-1);
  margin: 0;
  margin-bottom: 30px;
}
.rr-testimonial-single-quate-icon-right {
  position: absolute;
  right: -220px;
}
.rr-testimonial-single-quate-icon {
  position: absolute;
  left: -227px;
}

.rr-testimonial-arrow-box button svg:hover path[stroke-opacity="0.3"] {
  stroke-opacity: 1;
}

/*----------------------------------------*/
/*  7.6 cta css start
/*----------------------------------------*/
.rr-funfact {
  box-sizing: border-box;
  background: linear-gradient(180deg, var(--rr-common-white) FFF 0%, var(--rr-common-white) FFF 100%);
  position: relative;
  z-index: 2;
  box-shadow: 0px 20px 40px rgba(5, 17, 69, 0.1);
}
@media (max-width: 767px) {
  .rr-funfact-2-content {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .rr-funfact-2-icon {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .rr-funfact-2-number {
    flex-direction: column !important;
  }
}
@media (max-width: 767px) {
  .rr-funfact-content::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(27, 114, 97, 0.1);
  }
}
.rr-funfact-content {
  padding: 92px 80px;
}
.rr-funfact-number {
  font-family: var(--rr-ff-h);
  font-weight: 700;
  font-size: 48px;
  line-height: 60px;
  text-align: center;
  color: #1B7261;
  margin: 0;
}
.rr-funfact-number span {
  font-family: var(--rr-ff-p);
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #000000;
}
.rr-funfact-shap {
  position: absolute;
  left: 0;
  animation: upDown 1.3S infinite alternate;
  top: -5px;
}
.rr-funfact-shap-2 {
  position: absolute;
  right: 0;
  animation: upDown 1.3S infinite alternate;
  top: 27px;
}
.rr-funfact-content::before {
  position: absolute;
  top: 65px;
  right: 0;
  width: 1px;
  height: 150px;
  background: rgba(27, 114, 97, 0.1);
  content: "";
}
.rr-funfact-content::before:last-child {
  display: none;
}
.rr-funfact-2-number {
  font-family: var(--rr-ff-h);
  font-weight: 700;
  font-size: 48px;
  line-height: 60px;
  color: var(--rr-theme-1);
}
.rr-funfact-2-text {
  line-height: 0;
}
.rr-funfact-2-text span {
  font-family: var(--rr-ff-p);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: var(--rr-text-body);
}
.rr-funfact-text span {
  font-family: var(--rr-ff-p);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: var(--rr-heading-1);
}

.rr-funfact .col-xl-3:last-child .rr-funfact-content:before {
  display: none !important;
}

.rr-brand-item img {
  filter: grayscale(100%);
  opacity: 0.5;
  transition: all 0.3s linear;
}
.rr-brand-item:hover img {
  filter: grayscale(0%);
  opacity: 1;
}

.search-open-btn {
  transition: 0.3s;
}
.search-open-btn:hover svg path {
  stroke: var(--rr-theme-1);
}

.rr-header-icon-card {
  transition: 0.3s;
}
.rr-header-icon-card:hover svg path {
  stroke: var(--rr-theme-1);
}

/*----------------------------------------*/
/*  7.6 cta css start
/*----------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .rr-about-area {
    padding-top: 80px;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .rr-about-main-info {
    margin-bottom: 50px;
  }
}
.rr-about-img {
  background-repeat: no-repeat;
  background-position: center;
}
.rr-about-img img {
  margin-top: -16px;
  max-width: 400px !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .rr-about-img {
    margin-top: 20px;
  }
}
.rr-about-title-wrapper p {
  font-family: var(--rr-ff-p);
  color: var(--rr-text-body);
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .rr-about-title-wrapper p {
    font-size: 16px;
  }
}
.rr-about-thumb-2 {
  position: relative;
  z-index: 2;
}
.rr-about-thumb-2 img {
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .rr-about-main-info {
    margin-bottom: 40px;
    margin-top: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .rr-about-3-area {
    padding-bottom: 60px;
  }
}
.rr-about-3-thumb img {
  width: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rr-about-title-wrapper {
    margin-top: 50px;
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .rr-about-title-wrapper {
    margin-top: 0;
    margin-left: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .rr-about-title-wrapper p br {
    display: none;
  }
}
.rr-about-shap {
  position: absolute;
  top: -27px;
  z-index: 2;
  right: 7px;
}
.rr-about-info {
  background: var(--rr-common-white);
  box-shadow: 0px 20px 40px rgba(5, 17, 69, 0.1);
  padding-top: 150px;
  padding-left: 123px;
  padding-right: 30px;
  margin-left: -85px;
  position: relative;
  z-index: 1;
  margin-top: 30px;
  padding-bottom: 193px;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .rr-about-info {
    padding: 125px 0;
    padding-left: 123px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .rr-about-info {
    padding-top: 0px;
    padding-left: 90px;
    padding-bottom: 121px;
  }
}
@media (max-width: 767px) {
  .rr-about-info {
    padding-top: 0px;
    padding-left: 90px;
    padding-bottom: 121px;
  }
}
.rr-about-shap-wrap {
  position: absolute;
  right: 161px;
  top: 29%;
  animation: upDown 1.3S infinite alternate;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .rr-about-shap-wrap {
    right: 80px;
  }
}
.rr-about-3-thumb {
  position: relative;
  border: 30px solid var(--rr-theme-1);
  z-index: 2;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .rr-about-3-thumb {
    margin-bottom: 40px;
  }
}
.rr-about-3-thumb img {
  transition: 0.3s;
}
.rr-about-3-thumb::before {
  position: absolute;
  top: -14px;
  left: -17px;
  width: 585px;
  height: 645px;
  content: "";
  border: 20px solid var(--rr-theme-1);
  transform: rotate(-14deg);
  z-index: -1;
  transition: 0.3s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .rr-about-3-thumb::before {
    display: none;
  }
}
.rr-about-3-thumb::after {
  background: rgba(255, 255, 255, 0.3);
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  right: 50%;
  top: 0;
  opacity: 0;
  height: 100%;
  pointer-events: none;
  transition: all 400ms linear;
}
.rr-about-3-thumb:hover.rr-about-3-thumb::before {
  transform: rotate(0deg);
}
.rr-about-3-thumb:hover.rr-about-3-thumb::after {
  left: 0;
  right: 0;
  opacity: 1;
}

/*----------------------------------------*/
/*  7.7 error css start
/*----------------------------------------*/
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .rr-hero-3-area {
    overflow: hidden;
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .rr-hero-main-wrap {
    overflow: hidden;
  }
}
.rr-hero-btn {
  transform: translateY(80px);
  opacity: 0;
}
.rr-hero-counter {
  position: absolute;
  right: 50px;
  top: 48%;
  bottom: 50%;
  transform: translateY(-50%);
}
.rr-hero-counter span {
  font-family: var(--rr-ff-p);
  font-weight: 600;
  font-size: 16px;
  line-height: 162%;
  color: var(--rr-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .rr-hero-counter {
    display: none;
  }
}
.rr-hero-2-content h4 {
  font-family: var(--rr-ff-s);
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  color: var(--rr-common-white);
  transform: translateY(-80px);
  opacity: 0;
}
.rr-hero-social {
  position: absolute;
  left: 60px;
  bottom: 70px;
}
.rr-hero-social ul li {
  list-style: none;
  display: inline-block;
  margin-right: 10px;
}
.rr-hero-social ul li a {
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background-color: var(--rr-common-white);
  border-radius: 50px;
  display: inline-block;
  transition: 0.3s;
}
.rr-hero-social ul li a svg {
  transition: 0.3s;
}
.rr-hero-social ul li a:hover {
  background-color: #1B7262;
}
.rr-hero-social ul li a:hover svg {
  filter: brightness(0) invert(1);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .rr-hero-social {
    display: none;
  }
}
.rr-hero-shap {
  position: absolute;
  right: 620px;
  top: 324px;
  z-index: 3;
  animation: zooming 1.3S infinite alternate;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px), only screen and (min-width: 1400px) and (max-width: 1599px) {
  .rr-hero-shap {
    right: 520px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rr-hero-shap {
    right: 360px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rr-hero-shap {
    right: 715px;
  }
}
.rr-hero-shap-full-2 {
  position: absolute;
  left: 622px;
  bottom: -73px;
  z-index: 3;
  animation: zooming 1.3S infinite alternate;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px), only screen and (min-width: 1400px) and (max-width: 1599px) {
  .rr-hero-shap-full-2 {
    left: 500px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rr-hero-shap-full-2 {
    left: 356px;
  }
}
.rr-hero-shap-full-3 {
  position: absolute;
  top: 60px;
  left: 0;
  -webkit-animation: upDown 1.3S infinite alternate;
  animation: upDown 1.3S infinite alternate;
}
.rr-hero-shap-full-4 {
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-animation: upDown 1.3S infinite alternate;
  animation: upDown 1.3S infinite alternate;
}
.rr-hero-shape {
  position: absolute;
  top: 0;
  left: -66px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rr-hero-shape {
    left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .rr-hero-shape {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .rr-hero-banner-btn {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 402px) {
  .rr-hero-banner-btn {
    margin-bottom: 27px;
  }
}
@media (max-width: 767px) {
  .rr-hero-banner-info {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .rr-hero-banner {
    margin-bottom: 40px;
  }
}
.rr-hero-arrow-box .swiper-button-next::after,
.rr-hero .swiper-container-rtl .swiper-button-prev::after {
  content: "";
}
.rr-hero-arrow-box .swiper-button-prev::after,
.rr-hero .swiper-container-rtl .swiper-button-next::after {
  content: "";
}
.rr-hero-shape2 {
  position: absolute;
  top: 0;
  right: -66px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rr-hero-shape2 {
    right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .rr-hero-shape2 {
    display: none;
  }
}
.rr-hero-content span {
  font-family: var(--rr-ff-p);
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  color: var(--rr-common-white) FFF;
  margin: 0;
  margin-bottom: 12px;
  display: inline-block;
}
.rr-hero-title2 {
  font-family: var(--rr-ff-h);
  font-style: normal;
  font-weight: 700;
  font-size: 64px;
  line-height: 80px;
  text-align: center;
  color: var(--rr-common-white) FFF;
  margin: 0;
  margin-bottom: 40px;
  transform: translateX(-100px);
  opacity: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rr-hero-title2 {
    font-size: 50px;
    line-height: 64px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .rr-hero-title2 {
    font-size: 50px;
    line-height: 64px;
  }
}
@media (max-width: 767px) {
  .rr-hero-title2 {
    font-size: 37px;
    line-height: 55px;
  }
}
.rr-hero-2-content {
  background: rgba(173, 198, 221, 0.5);
  padding: 85px 15px;
}
.rr-hero-space {
  height: 950px !important;
  width: 100%;
  padding-top: 330px !important;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media only screen and (min-width: 1700px) and (max-width: 1800px) {
  .rr-hero-space {
    padding-top: 300px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .rr-hero-space {
    padding-top: 300px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rr-hero-space {
    padding-top: 240px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rr-hero-space {
    padding-top: 240px;
    height: 820px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rr-hero-space {
    padding-top: 190px;
    height: 700px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .rr-hero-space {
    height: 600px;
    padding-top: 20px;
  }
}
.rr-hero-space::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #051145;
  opacity: 0.4;
}
.rr-hero-bg {
  background: #F6F8FF;
}
.rr-hero-sm {
  position: absolute;
  top: 60px;
  right: -110px;
  animation: upDown 1.3S infinite alternate;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .rr-hero-sm {
    top: 248px;
    right: -20px;
  }
}
.rr-hero-subtitle {
  font-family: var(--rr-ff-s);
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: var(--rr-theme-1);
  margin: 0;
  margin-bottom: 12px;
}
.rr-hero-title {
  font-family: var(--rr-ff-h);
  font-style: normal;
  font-weight: 700;
  font-size: 64px;
  line-height: 80px;
  color: var(--rr-heading-1);
  margin: 0;
  margin-bottom: 12px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .rr-hero-title {
    font-size: 49px;
    line-height: 61px;
  }
}
@media (max-width: 767px) {
  .rr-hero-title {
    font-size: 28px;
    line-height: 39px;
  }
}
.rr-hero-banner p {
  font-family: var(--rr-ff-p);
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: var(--rr-text-body);
  margin: 0;
  margin-bottom: 40px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .rr-hero-banner p br {
    display: none;
  }
}
.rr-hero-md {
  position: absolute;
  left: -126px;
  bottom: -43px;
  animation: upDown 1.3S infinite alternate;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rr-hero-md {
    left: -30px;
    bottom: 11px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rr-hero-md {
    left: 123px;
    bottom: 0;
  }
}
.rr-hero-md img {
  border-radius: 120px !important;
}
.rr-hero-border-full {
  position: absolute;
  left: -146px;
  bottom: -55px;
  animation: upDown 1.3S infinite alternate;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rr-hero-border-full {
    left: -54px;
    bottom: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rr-hero-border-full {
    left: 103px;
    bottom: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .rr-hero-border-full {
    display: none;
  }
}
.rr-hero-shap-1 {
  position: absolute;
  left: 0;
  animation: upDown 1.3S infinite alternate;
  top: 214px;
}
.rr-hero-shap-2 {
  position: absolute;
  right: 0;
  bottom: -150px;
  z-index: 2;
  animation: upDown 1.3S infinite alternate;
}
.rr-hero-shap-3 {
  position: absolute;
  left: 220px;
  top: 55px;
  animation: rrswing 2s ease-in-out 1s forwards infinite alternate;
  transform-origin: top right;
}
.rr-hero-shap-4 {
  position: absolute;
  top: 0;
  right: 0;
}
.rr-hero-banner-shap {
  position: absolute;
  left: -58px;
  animation: zooming 1.3S infinite alternate;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rr-hero-banner-shap {
    left: -94px;
    top: -91px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .rr-hero-banner-shap {
    left: 50px;
    top: 42px;
  }
}
@media (max-width: 767px) {
  .rr-hero-banner-shap {
    display: none;
  }
}
.rr-hero-banner-text b a {
  font-family: var(--rr-ff-p);
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  color: var(--rr-theme-1);
  transition: 0.3s;
}
.rr-hero-banner-text b a:hover {
  color: var(--rr-heading-1);
}
.rr-hero-banner-play span a {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 53px;
  text-align: center;
  font-size: 18px;
  border-radius: 50%;
  color: var(--rr-theme-1);
  background-color: var(--rr-common-white);
  position: relative;
  filter: drop-shadow(0px 14px 44px rgba(0, 0, 0, 0.15));
  margin-right: 10px;
}
.rr-hero-banner-play span a::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: 65%;
  height: 65%;
  background-color: rgba(255, 255, 255, 0.671);
  animation: borderanimate2 2.5s linear infinite;
  z-index: -1;
  border-radius: 50%;
}
.rr-hero-3-lr-img {
  position: relative;
  z-index: 1;
  top: 20px;
  left: 130px;
  animation: rrswing 3s ease-in-out 1s forwards infinite alternate;
  transform-origin: bottom right;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .rr-hero-3-lr-img {
    top: 27px !important;
    left: 23px !important;
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .rr-hero-3-lr-img {
    top: 8px;
    left: -23px;
    width: 152px;
  }
}
.rr-hero-3-rl-img {
  position: relative;
  z-index: 1;
  top: 20px;
  right: 130px;
  animation: rrswingright 3s ease-in-out 1s forwards infinite alternate;
  transform-origin: bottom left;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .rr-hero-3-rl-img {
    top: 35px !important;
    right: 0 !important;
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .rr-hero-3-rl-img {
    top: 5px;
    right: 20px;
    width: 152px;
  }
}
.rr-hero-3-md-img {
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .rr-hero-3-md-img {
    width: 100% !important;
    left: 0 !important;
  }
}
@media (max-width: 767px) {
  .rr-hero-3-md-img {
    width: 135px;
    left: -13px;
  }
}
.rr-hero-3-title {
  font-family: "Libre Bodoni";
  font-style: normal;
  font-weight: 700;
  font-size: 64px;
  line-height: 80px;
  text-align: center;
  color: #1B7262;
  margin: 0;
  margin-bottom: 45px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rr-hero-3-title {
    font-size: 50px;
    line-height: 65px;
  }
  .rr-hero-3-title br {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .rr-hero-3-title {
    font-size: 40px;
    line-height: 50px;
  }
  .rr-hero-3-title br {
    display: none;
  }
}
@media (max-width: 767px) {
  .rr-hero-3-title {
    font-size: 30px;
    line-height: 40px;
  }
  .rr-hero-3-title br {
    display: none;
  }
}
.rr-hero-3-info {
  margin-bottom: 60px;
}
.rr-hero-3-bg-color {
  background: linear-gradient(180deg, rgba(27, 114, 97, 0.06) 0%, rgba(27, 114, 97, 0) 100%);
}
.rr-hero-2-area .swiper-slide.swiper-slide-active .rr-hero-title2 {
  opacity: 1;
  transform: translateX(0px);
  transition: all 2500ms ease;
}
.rr-hero-2-area .swiper-slide.swiper-slide-active .rr-hero-2-content h4 {
  opacity: 1;
  transform: translateY(0px);
  transition: all 2500ms ease;
}
.rr-hero-2-area .swiper-slide.swiper-slide-active .rr-hero-btn {
  opacity: 1;
  transform: translateY(0px);
  transition: all 2500ms ease;
}

.swiper-button-next {
  right: 59px !important;
  top: 370px !important;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .swiper-button-next {
    display: none;
  }
}
.swiper-button-prev {
  position: absolute !important;
  right: 59px !important;
  left: auto !important;
  bottom: 258px !important;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .swiper-button-prev {
    display: none;
  }
}
.swiper-pagination {
  font-family: var(--rr-ff-p);
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  color: var(--rr-common-white) FFF;
  position: absolute;
  right: 45px;
  bottom: 385px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .swiper-pagination {
    position: relative;
    text-align: center;
    right: 0;
    bottom: 60px;
  }
}
.swiper-pagination span {
  font-family: var(--rr-ff-p);
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  color: var(--rr-common-white) FFF;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0);
}

.rr-hero-2-area .swiper-pagination {
  bottom: 50px;
  width: calc(100% - 506px);
  left: 14%;
  right: 0 !important;
  z-index: 1;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .rr-hero-2-area .swiper-pagination {
    width: calc(100% - 453px);
    left: 17%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rr-hero-2-area .swiper-pagination {
    width: calc(100% - 453px);
    left: 17%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rr-hero-2-area .swiper-pagination {
    width: calc(100% - 453px);
    left: 20%;
    bottom: 94px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rr-hero-2-area .swiper-pagination {
    bottom: 86px;
    left: 28%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .rr-hero-2-area .swiper-pagination {
    display: none;
  }
}
.rr-hero-2-area .swiper-pagination span {
  font-family: var(--rr-ff-p);
  width: 12px;
  height: 12px;
  line-height: 12px;
  text-align: center;
  background-color: var(--rr-common-white) FFF;
  position: relative;
  margin: 20px !important;
  opacity: 1 !important;
}
.rr-hero-2-area .swiper-pagination span.swiper-pagination-bullet-active::after {
  position: absolute;
  content: "";
  top: -19px;
  left: -19px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: 1px solid var(--rr-common-white);
  border-radius: 50px;
}

.slider-main-dotts {
  position: absolute;
  right: 0;
  bottom: 380px;
}
.slider-main-dotts span {
  font-family: var(--rr-ff-p);
  font-weight: 600;
  font-size: 16px;
  line-height: 162%;
  color: var(--rr-common-white);
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .swiper-button-next {
    display: none !important;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .swiper-button-prev {
    display: none !important;
  }
}

/*----------------------------------------*/
/*  7.6 cta css start
/*----------------------------------------*/
.rr-work-thumb {
  position: relative;
  overflow: hidden;
  transition: 0.3s;
}
.rr-work-thumb img {
  width: 100%;
  height: 500px !important;
  object-fit: cover;
}
.rr-work-thumb::before {
  position: absolute;
  width: auto;
  height: auto;
  left: 30px;
  top: 30px;
  background: rgba(255, 255, 255, 0.6);
  content: "";
  bottom: 30px;
  right: 30px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 2;
}
.rr-work-thumb img {
  width: 100%;
  height: 470px;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s;
}
.rr-work-item:hover .rr-work-thumb::before {
  opacity: 1;
  visibility: visible;
}
.rr-work-item:hover .rr-work-thumb img {
  transform: scale(1.2);
}
.rr-work-item:hover .rr-work-content {
  opacity: 1;
  visibility: visible;
}
.rr-work-title {
  font-family: var(--rr-ff-h);
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
  text-align: center;
  color: var(--rr-heading-1);
  transition: 0.3s;
}
@media (max-width: 767px) {
  .rr-work-title {
    font-size: 19px;
    line-height: 25px;
  }
}
.rr-work-title:hover {
  color: var(--rr-theme-1);
}
.rr-work-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.rr-work-content span {
  font-family: var(--rr-theme-1);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 34px;
  text-align: center;
  color: var(--rr-theme-1);
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .rr-project-slider-area {
    padding-top: 80px;
  }
}

.rr-project-active {
  padding-bottom: 80px;
  margin: 0 -130px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .rr-project-active {
    padding-bottom: 40px;
    margin: 0;
  }
}

.rr-project-slider-title {
  font-family: var(--rr-ff-h);
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  color: var(--rr-theme-1);
  transition: 0.3s;
}
.rr-project-slider-title:hover {
  color: var(--rr-heading-1);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rr-project-slider-title {
    font-size: 18px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .rr-project-slider-title {
    font-size: 20px;
    margin-bottom: 5px;
  }
}
.rr-project-slider-item {
  position: relative;
  z-index: 1;
}
.rr-project-slider-content {
  background: var(--rr-common-white) FFF;
  box-shadow: 0px 20px 40px rgba(5, 17, 69, 0.1);
  padding: 21px 25px;
  margin: 0 30px;
  margin-top: -64px;
  position: relative;
}
.rr-project-slider-content span {
  font-family: var(--rr-ff-p);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: var(--rr-text-body);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .rr-project-slider-content span {
    font-size: 14px;
  }
}
.rr-project-slider-thumb img {
  width: 100%;
  height: auto;
}

.rr-project-slider-bg::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 420px;
  background: #FAFBFF;
  z-index: 1;
  top: 0;
  left: 0;
}

.rr-brand-item {
  margin: 0 21px;
}

/*----------------------------------------*/
/*  7.6 cta css start
/*----------------------------------------*/
.rr-pricing-tag {
  font-family: var(--rr-ff-h);
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
  color: var(--rr-heading-1);
  margin: 0;
  margin-bottom: 30px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .rr-pricing-tag {
    font-size: 20px;
  }
}
.rr-pricing-tag span {
  font-family: var(--rr-ff-h);
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: var(--rr-theme-1);
}
.rr-pricing-item {
  background: var(--rr-common-white);
  box-shadow: 0px 20px 40px rgba(5, 17, 69, 0.1);
  padding: 30px 60px;
  padding-bottom: 40px;
}
.rr-pricing-item-medial {
  padding: 30px 26px;
  padding-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .rr-pricing-item {
    height: 100%;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .rr-pricing-item {
    padding: 30px 20px;
  }
}
.rr-pricing-item::before {
  position: absolute;
  top: 178px;
  left: 0;
  content: "";
  background: rgba(5, 17, 69, 0.1);
  width: 100%;
  height: 1px;
}
.rr-pricing-item.active {
  box-shadow: 0px 20px 40px rgba(5, 17, 69, 0.1), inset 0px 4px 0px #1B7261;
  position: relative;
  z-index: 2;
  margin-top: -45px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .rr-pricing-item.active {
    margin-top: 0px;
  }
}
.rr-pricing-list {
  margin-bottom: 40px;
}
.rr-pricing-list ul li {
  font-family: var(--rr-ff-p);
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  color: var(--rr-text-body);
  margin-bottom: 24px;
  list-style: none;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .rr-pricing-list ul li br {
    display: none;
  }
}
.rr-pricing-price {
  font-family: var(--rr-ff-h);
  font-style: italic;
  font-weight: 700;
  font-size: 48px;
  line-height: 64px;
  color: var(--rr-heading-1);
  margin: 0;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.rr-pricing-price span {
  font-family: var(--rr-ff-h);
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: var(--rr-text-body);
}

/*----------------------------------------*/
/*  7.6 cta css start
/*----------------------------------------*/
.rr-instagrem-widget-gallery {
  overflow: hidden;
  transition: 0.3s;
}
.rr-instagrem-widget-gallery img {
  transition: 0.5s;
  transform: scale(1);
  width: 100%;
  margin: 0;
  padding: 0;
}
.rr-instagrem-widget-gallery a span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0 auto;
  text-align: center;
  transform: translate(-50%, -50%);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background-color: var(--rr-common-white);
  color: var(--rr-theme-1);
  width: 0px;
  height: 0px;
  line-height: 0px;
  font-size: 30px;
  border-radius: 50px;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  z-index: 8;
}
.rr-instagrem-widget-gallery::before {
  position: absolute;
  top: 30px;
  left: 30px;
  width: auto;
  height: auto;
  content: "";
  background-color: #051145;
  bottom: 30px;
  right: 30px;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  z-index: 7;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rr-instagrem-widget-gallery::before {
    top: 20px;
    left: 20px;
    top: 20px;
    left: 20px;
  }
}
.rr-instagrem-widget-gallery:hover.rr-instagrem-widget-gallery::before {
  opacity: 0.6;
  visibility: visible;
}
.rr-instagrem-widget-gallery:hover.rr-instagrem-widget-gallery a span {
  opacity: 1;
  visibility: visible;
  width: 80px;
  height: 80px;
  line-height: 83px;
}
.rr-instagrem-widget-gallery:hover.rr-instagrem-widget-gallery img {
  transform: scale(1.2);
}

/*----------------------------------------*/
/*  7.6 cta css start
/*----------------------------------------*/
@media (max-width: 767px) {
  .rr-register-sign {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.rr-register-all-content {
  padding: 40px;
  background: var(--rr-common-white) FFF;
  border: 1px solid rgba(5, 17, 69, 0.1);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .rr-register-button-wrap {
    flex-wrap: wrap;
  }
}
.rr-register-title {
  font-family: var(--rr-ff-h);
  font-weight: 700;
  font-size: 36px;
  line-height: 45px;
  text-align: center;
  color: #051145;
  margin: 0;
  margin-bottom: 13px;
}
@media (max-width: 767px) {
  .rr-register-title {
    font-size: 28px;
    line-height: 38px;
  }
}
.rr-register-title-wrapper p {
  font-family: var(--rr-ff-p);
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #646464;
}
.rr-register-signup-item input {
  height: 50px;
  line-height: 50px;
  border: 1px solid rgba(5, 17, 69, 0.1);
  margin-bottom: 20px;
}
.rr-register-input-title {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #051145;
  margin: 0;
  margin-bottom: 10px;
  text-align: left;
}
@media (max-width: 767px) {
  .rr-register-input-title {
    font-size: 14px;
    text-align: left;
  }
}
.rr-register-wrap a {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #1B7262;
}
.rr-register-sign-check span {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: var(--rr-text-body);
}
.rr-register-sing-buttom a {
  background: #1B7262;
  text-align: center;
  width: 100%;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  font-family: var(--rr-ff-p);
  font-weight: 600;
  font-size: 16px;
  color: var(--rr-common-white);
}
.rr-register-sing-buttom a:hover {
  background-color: var(--rr-heading-1);
}
.rr-register-sign a {
  box-sizing: border-box;
  background: var(--rr-common-white) FFF;
  border: 1px solid rgba(5, 17, 69, 0.1);
  padding: 13px 110px;
  transition: 0.3s;
  width: 100%;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: #051145;
  transition: 0.3s;
}
.rr-register-sign a svg, .rr-register-sign a img {
  margin-right: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rr-register-sign a {
    padding: 10px 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rr-register-sign a {
    padding: 10px 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .rr-register-sign a {
    padding: 10px 15px;
    margin: 0 5px;
  }
}
@media (max-width: 767px) {
  .rr-register-sign a {
    padding: 10px 10px;
    margin: 0 5px;
  }
}
.rr-register-sign img {
  transition: 0.3s;
}
.rr-register-sign:hover a {
  color: var(--rr-common-white);
  background-color: #051145;
}
.rr-register-sign:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.rr-register-sign-social h5 {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #051145;
}
.rr-register-sign-social h5 a {
  color: #1B7262;
}
.rr-register-course-sidebar-list {
  margin-bottom: 38px;
  text-align: left;
}

.woocs_price_code del {
  font-family: var(--rr-ff-p);
  font-weight: 400;
  font-size: 16px;
  line-height: 162%;
  text-decoration: line-through;
  color: #1b7261;
  margin-right: 10px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .woocommerce-product-details__short-description p br {
    display: none;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .woocommerce-product-gallery.woocommerce-product-gallery--with-images {
    padding-right: 0px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .product-additional-tab {
    display: block;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .product-additional-tab .nav-tabs {
    width: 100%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .bd-content-tab {
    margin-left: 0px;
    margin-top: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .bd-section-title {
    font-size: 35px !important;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .woocommerce h2 {
    font-size: 24px !important;
  }
}

/*----------------------------------------*/
/*  7.6 cta css start
/*----------------------------------------*/
.rr-tab__section button.active span svg circle {
  fill: #1b7261;
  z-index: 999;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .rr-tab__section {
    margin-left: 0;
  }
}
.rr-tab button {
  margin: 12px;
  margin-top: 0;
  margin-bottom: 0;
}
.rr-tab__text h6 {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  display: flex;
  align-items: center;
  color: #051145;
  margin-bottom: 0;
}
.rr-tab-item {
  padding: 13px 20px 12px;
  -webkit-box-shadow: 0px 0px 4px rgba(0, 29, 8, 0.1);
  box-shadow: 0px 0px 4px rgba(0, 29, 8, 0.1);
  border-radius: 4px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .rr-tab-item {
    flex-wrap: wrap !important;
    justify-content: center !important;
  }
}
.rr-tab_sub-info {
  display: inherit;
}
.rr-tab_sub-info b {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  display: flex;
  align-items: center;
  color: #051145;
  margin-right: 15px;
}
@media (max-width: 767px) {
  .rr-tab_sub-info b {
    display: none;
  }
}
.rr-tab-lan-5 {
  border: 1px solid #e5e8e6 !important;
  color: var(--rr-heading-primary);
  width: 270px !important;
}
.rr-tab-lan-5 span {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  display: flex;
  align-items: center;
  color: #051145;
  margin-top: 5px;
}
.rr-tab-lan-5 ul li {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #051145;
}
.rr-tab_sub-info .nice-select.open .list {
  width: 100%;
}
.rr-tab_sub-info .nice-select::after {
  right: 10px;
  color: #001D08;
}
.rr-tab_bottom-button h5 {
  font-family: var(--rr-ff-p);
  font-weight: 400;
  font-size: 18px;
  margin: 0;
  line-height: 2;
  color: #051145;
}

.nav-tabs {
  border-bottom: none;
}

.product-thumbnail a img {
  margin-right: 10px;
}

.product-details-nav ul li.action {
  background-color: #1b7261;
}
.product-details-nav ul li.action span {
  color: var(--rr-common-white);
}

.product-details-nav ul li {
  background: #F7F7F7;
  margin-right: 10px;
  padding: 5px 15px;
  transition: 0.3s;
}
.product-details-nav ul li:hover {
  background: #1b7261;
}
.product-details-nav ul li:hover button span {
  color: var(--rr-common-white);
}
.product-details-nav ul li button span {
  font-family: var(--rr-ff-p);
  font-weight: 600;
  font-size: 16px;
  color: #051145;
  transition: 0.3s;
}
.product-details-title {
  font-family: var(--rr-ff-h);
  font-weight: 700;
  font-size: 36px;
  line-height: 128%;
  color: #001d08;
  margin: 0;
  margin-bottom: 10px;
}
.product-details-signup-item h6 {
  font-family: var(--rr-ff-p);
  font-weight: 400;
  font-size: 18px;
  line-height: 144%;
  color: #001d08;
}
.product-details-signup-item input {
  border: 1px solid rgba(5, 17, 69, 0.1);
  width: 100%;
  height: 50px;
}
.product-details-signup-item textarea {
  border: 1px solid rgba(5, 17, 69, 0.1);
  width: 100%;
  height: 180px;
}
.product-details-signup-item {
  margin-bottom: 20px;
}

.table-content table tbody {
  vertical-align: baseline;
}

.form_input input {
  background: #F5F5F5;
}

.rr-shop-box {
  background: #f5f5f5;
  padding: 30px;
}
.rr-shop-title-box {
  font-family: var(--rr-ff-p);
  font-weight: 700;
  font-size: 24px;
  line-height: 142%;
  color: #051145;
}
.rr-shop-middel-box span {
  font-family: var(--rr-ff-p);
  font-weight: 400;
  font-size: 16px;
  line-height: 162%;
  color: var(--rr-text-body);
}
.rr-shop-middel-box h6 {
  font-family: var(--rr-ff-p);
  font-weight: 400;
  font-size: 16px;
  line-height: 162%;
  color: #051145;
}
.rr-shop-box {
  position: relative;
}
.rr-shop-box::before {
  position: absolute;
  top: 167px;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(5, 17, 69, 0.1);
  content: "";
}
.rr-shop-box-wrapper {
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.rr-shop-bottom-title {
  font-family: var(--rr-ff-p);
  font-weight: 600;
  font-size: 18px;
  line-height: 144%;
  color: #051145;
}
.rr-shop-btn-box {
  font-family: var(--rr-ff-p);
  font-weight: 600;
  font-size: 16px;
  line-height: 162%;
  color: #051145;
  background: var(--rr-common-white);
  padding: 12px 58px;
  margin-right: 30px;
  transition: 0.3s;
  padding-top: 15px;
}
@media (max-width: 350px) {
  .rr-shop-btn-box {
    margin-right: 0px;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .rr-shop-btn-box {
    font-size: 14px;
    line-height: 20px;
    padding: 12px 20px;
    margin-right: 10px;
  }
}
.rr-shop-btn-box:hover {
  background: #1b7261;
  color: var(--rr-common-white);
}
.rr-shop-btn-box-2 {
  font-family: var(--rr-ff-p);
  font-weight: 600;
  font-size: 16px;
  color: var(--rr-common-white);
  background: #1b7261;
  padding: 12px 58px;
  transition: 0.3s;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .rr-shop-btn-box-2 {
    padding: 12px 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .rr-shop-btn-box-2 {
    font-size: 14px;
    line-height: 20px;
    padding: 12px 20px;
  }
}
.rr-shop-btn-box-2:hover {
  background: var(--rr-common-white);
  color: #051145;
}
.rr-shop-form_input input {
  width: 370px;
  height: 50px;
  background: #f5f5f5;
  margin-right: 10px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .rr-shop-form_input input {
    width: 100%;
  }
}
.rr-shop-details__quantity-2 input {
  border-radius: 4px;
  width: 80px;
  height: 34px;
  background-color: #f5f5f5;
  text-align: center;
}
.rr-shop-details__quantity-2 {
  text-align: start;
  width: 80px;
}
.rr-shop-plus {
  position: absolute;
  right: 4px;
  top: 4px;
  font-family: var(--rr-ff-p);
  font-weight: 400;
  font-size: 16px;
  line-height: 162%;
  color: #051145;
}
.rr-shop-minus {
  position: absolute;
  left: 5px;
  top: 4px;
  font-family: var(--rr-ff-p);
  font-weight: 400;
  font-size: 16px;
  line-height: 162%;
  color: #051145;
}

.product-remove a {
  width: 20px;
  height: 20px;
  background: rgba(5, 17, 69, 0.1490196078);
  border-radius: 50px;
  display: inline-block;
  line-height: 18px;
  text-align: center;
}
.product-name {
  font-family: var(--rr-ff-p);
  font-weight: 600;
  font-size: 16px;
  line-height: 162%;
  color: #051145;
  margin: 0;
  margin-bottom: 4px;
}
.product-thumbnail__wrapper span {
  font-family: var(--rr-ff-p);
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: var(--rr-text-body);
}
.product-subtotal span {
  font-family: var(--rr-ff-p);
  font-weight: 600;
  font-size: 16px;
  line-height: 162%;
  color: #051145;
}

.amount.amount-2 {
  font-family: var(--rr-ff-p);
  font-weight: 600;
  font-size: 16px;
  line-height: 162%;
  color: #051145;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px), (max-width: 767px) {
  .table {
    width: 1000px;
  }
}
.table thead tr th {
  font-family: var(--rr-ff-p);
  font-weight: 400;
  font-size: 16px;
  line-height: 187%;
  color: var(--rr-text-body);
  padding-left: 0;
}
.table tbody tr td {
  padding: 25px 0;
  border: 1px solid none;
}

.table > thead {
  border-top: 1px solid rgba(5, 17, 69, 0.1);
}

@media (max-width: 767px) {
  .cart-area {
    padding: 80px 0;
  }
}

/*----------------------------------------*/
/*  7.6 cta css start
/*----------------------------------------*/
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .rr-appointment-tyhumb {
    position: relative;
  }
}
@media only screen and (min-width: 1700px) and (max-width: 1800px) {
  .rr-appointment-tyhumb img {
    width: 800px;
    height: 800px;
    object-fit: cover;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .rr-appointment-tyhumb img {
    width: 700px;
    height: 700px;
    object-fit: cover;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .rr-appointment-tyhumb img {
    width: 700px;
    height: 700px;
    object-fit: cover;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rr-appointment-tyhumb img {
    width: 600px;
    height: 700px;
    object-fit: cover;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .rr-appointment-tyhumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .rr-appointment-info {
    margin-left: 0;
  }
}

.rr-btn-2 span svg {
  margin-bottom: 6px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .rr-project-sidebar-img-1 {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.rr-project-sidebar-title {
  font-family: var(--rr-ff-h);
  font-weight: 700;
  font-size: 48px;
  line-height: 50px;
  color: #051145;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .rr-project-sidebar-title {
    font-size: 30px;
    line-height: 40px;
  }
}
.rr-project-sidebar-thumb img {
  width: 100%;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .rr-project-sidebar-img {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .rr-project-sidebar-img-2 {
    margin-left: 0;
  }
}

/*----------------------------------------*/
/*  7.6 cta css start
/*----------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .rr-checkout-place {
    margin-top: 50px;
    padding: 20px !important;
  }
}
.rr-checkout-payment-item label a {
  margin-left: 20px;
  position: relative;
}
.rr-checkout-payment-item label a::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 1px;
  background-color: var(--rr-common-black);
}
.rr-checkout-input .nice-select {
  height: 50px;
  line-height: 48px;
  border-radius: 0;
  border: 1px solid #D5D8DB;
  color: var(--rr-common-black);
  float: none;
  padding: 0 26px;
  font-family: var(--rr-ff-p);
}
.rr-checkout-payment-item:not(:last-child) {
  margin-bottom: 10px;
}
.rr-checkout-input label {
  font-weight: 500;
  color: var(--rr-common-black);
}
.rr-checkout-payment {
  padding-bottom: 26px;
  margin-bottom: 24px;
  border-bottom: 1px solid #E0E2E3;
}
.rr-checkout-agree {
  margin-bottom: 24px;
}
.rr-checkout-bill-area {
  padding: 45px 40px 24px;
  background-color: var(--rr-common-white);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .rr-checkout-bill-area {
    padding: 30px;
  }
}
.rr-checkout-place {
  padding: 44px 50px 50px;
  background-color: var(--rr-common-white);
}
.rr-checkout-bill-title {
  font-weight: 600;
  font-size: 26px;
  margin-bottom: 35px;
  font-family: var(--rr-ff-h);
  color: var(--rr-heading-1);
}
.rr-checkout-input label {
  font-weight: 500;
  color: var(--rr-heading-1);
  font-family: var(--rr-ff-h);
}
.rr-checkout-input label span {
  color: red;
}
.rr-checkout-btn {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: var(--rr-common-white);
  background-color: var(--rr-theme-1);
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  text-align: center;
}
.rr-checkout-btn:hover {
  background-color: var(--rr-common-black);
  color: var(--rr-common-white);
}
.rr-checkout-input input, .rr-checkout textarea {
  width: 100%;
  background: var(--rr-common-white) FFF;
  border: 1px solid #D5D8DB;
  color: var(--rr-common-black);
  height: 50px;
}
.rr-checkout-input {
  margin-bottom: 20px;
}
.rr-checkout-option label {
  font-size: 15px;
  color: var(--rr-text-body);
  position: relative;
  padding-left: 6px;
  z-index: 1;
  font-family: var(--rr-ff-h);
  font-family: var(--rr-ff-p);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .rr-checkout-option label {
    padding-left: 0px;
    font-size: 13px;
  }
}
.rr-checkout-option-wrapper {
  margin-top: 10px;
  margin-bottom: 17px;
}
.rr-checkout-input {
  margin-bottom: 20px;
}
.rr-checkout-input textarea {
  height: 200px;
  resize: none;
  border: 1px solid #D5D8DB;
  width: 100%;
}
.rr-checkout-place-title {
  font-size: 26px;
  font-weight: 600;
  margin-right: 37px;
  margin-bottom: 30px;
}
.rr-checkout-payment-item label {
  font-size: 14px;
  position: relative;
  padding-left: 7px;
  font-weight: 500;
  color: var(--rr-common-black);
  font-family: var(--rr-ff-p);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .rr-checkout-area {
    padding: 60px 0;
  }
}
.rr-checkout-input .nice-select::after {
  right: 26px;
  position: absolute;
  content: "\f107";
  top: 50%;
  font-family: var(--rr-ff-fontawesome);
  color: var(--rr-common-black);
  font-weight: 500;
  pointer-events: none;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  margin-top: 0;
  transform-origin: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.rr-checkout-input .nice-select.open::after {
  -webkit-transform: translateY(-50%) rotate(-180deg);
  -moz-transform: translateY(-50%) rotate(-180deg);
  -ms-transform: translateY(-50%) rotate(-180deg);
  -o-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
}
.rr-checkout-input .nice-select .list {
  width: 100%;
}

.rr-order-info-list ul li {
  list-style: none;
  padding: 15px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.rr-order-info-list ul li.rr-order-info-list-header {
  padding-top: 0;
  padding-bottom: 12px;
}
.rr-order-info-list ul li.rr-order-info-list-header h4 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
}
.rr-order-info-list ul li:not(:last-child) {
  border-bottom: 1px solid #E0E2E3;
}
.rr-order-info-list ul li.rr-order-info-list-desc p {
  font-size: 15px;
  margin-bottom: 0;
}
.rr-order-info-list ul li span {
  font-size: 15px;
  color: var(--rr-common-black);
  font-family: var(--rr-ff-p);
}
.rr-order-info-list ul li.rr-order-info-list-shipping span label {
  font-size: 14px;
  position: relative;
  padding-right: 27px;
}
.rr-order-info-list ul li.rr-order-info-list-shipping span label::before {
  position: absolute;
  content: "";
  right: 4px;
  top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--rr-theme-1);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s 0s ease-out;
  -moz-transition: all 0.2s 0s ease-out;
  -ms-transition: all 0.2s 0s ease-out;
  -o-transition: all 0.2s 0s ease-out;
  transition: all 0.2s 0s ease-out;
}
.rr-order-info-list ul li.rr-order-info-list-shipping span label::before span {
  color: var(--rr-theme-1);
}

/*# sourceMappingURL=brulloft-core.css.map */
