/*
Theme Name: Unicor Pharma
Theme URI: http://codearoma/
Author: codearoma
Author URI: https://codearoma.com/
Description: CodeAroma Technologies mainly focuses on Website development, Application development, Software development, Online Marketing Services and Branding. 
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: codearoma
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
This theme, like WordPress, is licensed under the GPL.
*/


/* Sticky Navbar */
#masthead {
    background-color: #fff;
    transition: .5s ease top;
    top: -105px;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, .2);

    &.sticky {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
    }

    .header {
        justify-content: center;

        h1 {
            color: white;
        }
    }

    ;
    z-index: 999;
}


/* Menu styling */
.main-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.main-navigation li {
    position: relative;
}

.main-navigation a {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    color: #000000;
    font-size: 17px;
    font-family: var(--rr-ff-p);
    line-height: 28px;
    font-weight: 500;

}


.main-navigation ul.sub-menu {
    display: none;
    padding-left: 15px;
}

.main-navigation ul.sub-menu.depth-0 {
    padding-left: 0;
}

.menu-toggle {
    display: none;

}
/* Allow mobile menu to scroll if items overflow */
@media (max-width: 991px) {
    .main-navigation {
        max-height: 80vh;  /* menu height limit, adjust as needed */
        overflow-y: auto;  /* vertical scroll */
        overflow-x: hidden; /* hide horizontal scroll */
        -webkit-overflow-scrolling: touch; /* smooth scroll on iOS */
    }

    .main-navigation ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }
}

/* .main-navigation a:hover,
.main-navigation a:focus {
    background-color: #f5f5f5;
} */
/* 
.main-navigation .current-menu-item>a {
    font-weight: bold;
} */
 strong {
    font-weight: bold;
}

/* Mobile styles */
@media (max-width: 991px) {
    .menu-toggle {
        display: block;
        position: absolute;
        right: 0;
        top: 4px;
        width: 40px;
        height: 40px;
        background: #000;
        border: none;
        cursor: pointer;
        padding: 0;
        font-size: 18px;
        line-height: 24px;
        text-align: center;
        z-index: 1;
        color: #fff;
    }

    .main-navigation li.has-children>a {
        padding-right: 40px;
    }

    .main-navigation ul.sub-menu {
        display: none;
        padding-left: 15px;
        background-color: #f9f9f9;
    }

    .main-navigation ul.sub-menu .sub-menu {
        padding-left: 15px;
    }

    .main-navigation ul.sub-menu li a {
        padding-left: 25px;
    }

    .main-navigation ul.sub-menu li.has-children>a {
        padding-right: 40px;
    }

    .main-navigation ul.sub-menu.active {
        display: block;
    }
}

/* Desktop styles */
@media (min-width:991px) {
    .main-navigation>ul>li {
        display: inline-block;
    }

    .main-navigation ul.sub-menu {
        position: absolute;
        background: #fff;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        z-index: 100;
        padding-left: 0;
        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;
        left: -5px;
        width: 429px;
    }
ul.sub-menu.depth-0 li a {
    color: #fff;
}
.sub-menu>li:hover>a::after {
    width: 11%;
    right: auto;
    left: 18px;
}
img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
    width: 100%;
    height: auto;
}
a:hover {
    color: inherit;
}
.sub-menu>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;
}
.sub-menu>li>a::after {
    bottom: 16px !important;
}
    .main-navigation ul.sub-menu .sub-menu {
        left: 100%;
        top: 0;
    }

    .main-navigation li.has-children:hover>ul.sub-menu {
        display: block;
    }
}
.accordion-body ul li:before {
    content: "\f058";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #df5600;
    position: absolute;
    left: 0;
    top: 7px;
}
.accordion-body ul li {
    padding: 0.5rem 0;
    position: relative;
    padding-left: 30px;
}
ul,
ol {
  list-style: none;
  padding-left: 0; /* optional: remove left space */
  margin-left: 0;  /* optional */
}
/* Only on first service (post ID 50) and only for collapse1 */
.postid-50 #collapse1 .accordion-body ul li:nth-child(3),
.postid-50 #collapse1 .accordion-body ul li:nth-child(4),
.postid-50 #collapse1 .accordion-body ul li:nth-child(5) {
    margin-left: 30px;
}



/*Custom Form*/
.form-group textarea,
.form-group input[type="email"],
.form-group input[type="text"] {
    position: relative;
    display: block;
    width: 100%;
    font-size: 15px;
    color: #000;
    line-height: 30px;
    font-weight: 600;
    background-color: #ffffff;
    border-radius: 6px;
    padding: 11px 20px;
    border-width: 1px;
    border-style: solid;
    border-color: var(--rr-theme-1);
    -o-border-image: initial;
    border-image: initial;
    -webkit-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
    margin-bottom: 15px;
}

button.refresh-captcha {
    background: #f1f1f1;
    color: #000;
    padding: 13px 16px;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    border-radius: 7px;
    border: 1px solid var(--rr-theme-1);
}

.refresh-captcha:hover {
    background-color: #e0e0e0;
}

.custom-file-upload {
    display: inline-block;
    padding: 12px 20px;
    cursor: pointer;
    border: 1px solid var(--rr-theme-1);
    border-radius: 5px;
    background-color: #f9f9f9;
    color: #000;
    text-align: left;
    transition: all 0.3s ease;
    width: 100%;
}

.custom-file-upload:hover {
    background-color: #f0f0f0;
}

.custom-file-upload input[type="file"] {
    display: none;
}

.file-name {
    margin-top: 8px;
    font-size: 14px;
    color: #555;
    word-break: break-all;
    position: absolute;
    right: 25px;
    top: 6px;
}

.form-group {
    position: relative;
}

.captcha {
    font-weight: 700;
    font-size: 25px;
    padding: 8px 0px;
    background-color: #f0f0f0;
    margin-bottom: 10px;
    text-align: center;
    font-family: 'Shadows Into Light', cursive;
    font-style: normal;
    letter-spacing: 5px;
    border: 1px solid var(--rr-theme-1);
    border-radius: 7px;
}

.captcha-error {
    color: red;
    display: none;
    position: absolute;
}


.logo img {
    max-width: 90px;
    height: auto;
}
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
        justify-content: flex-end;

    }
        .navbar-expand-lg {
        padding: 0;
    }
}

.main-menu-three__btn.thm-btn {
    background: #df5600;
    color: #fff;
    border: none;
    border-radius: 29px;
    font-weight: 600;
    width:100%
}
/*----------------------------------------*/
/*  1.1 Theme Default
/*----------------------------------------*/

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

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

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

:root {
  /**
  @font family declaration
  */
  --rr-ff-body: 'Poppins';
  --rr-ff-heading: 'Poppins';
  --rr-ff-p: 'Rubik';
  --rr-ff-span: 'Rubik';
  --rr-ff-fontawesome: "Font Awesome 6 Pro";

  --rr-common-white: #fff;
  --rr-common-black: #000000;
  --rr-grey-1: #f2f4f9;
  --rr-grey-2: #203240;
  --rr-text-body: #000;
  --rr-text-1: #777777;
  --rr-heading-1: #203240;
  --rr-theme-1: #ed3e00;
  --rr-theme-2: #203240;
  --rr-theme-3: #17212a;
  --rr-border-1: #ebebeb;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  max-width: 1200px;
}

.rr-header-logo a img {
max-width: 90px;
  height: auto;
}

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

.custom-container-2 {
  max-width: 1500px;
}

.custom-container-3 {
  max-width: 1590px;
}

.custom-container-4 {
  max-width: 1300px;
}

.custom-container-5 {
  max-width: 1600px;
}

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

/*---------------------------------
	typography css start 
---------------------------------*/
body {
  font-family: 'Poppins';
  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: 'Poppins' !important;
  color: var(--rr-common-black);
  margin-top: 0px;
  font-weight: 600;
  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: 28px;
  margin-bottom: 8px;
}

/* 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: #fff;
  height: 46px;
  width: 100%;
  line-height: 60px;
  font-size: 16px;
  color: var(--rr-common-black);
  padding-left: 30px;
  padding-right: 30px;
  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("assets/images/icon/cross-out.html"), 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;
  }
}

/*---------------------------------
    1.3 Default Spacing
---------------------------------*/
/*----------------------------------------*/
/*  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-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 {
  border-radius: 40px;
  background-color: #ffffff;
  color: #000000;
  padding: 15px 51px;
  overflow: hidden;
  display: inline-block;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.03em;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  font-family: var(--rr-ff-p);
}

.rr-btn:hover {
  color: var(--rr-common-white);
}

.rr-btn:hover.rr-btn::before {
  width: 100%;
}

.rr-btn:hover.rr-btn span i {
  background-color: #000;
}

.rr-btn::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  background: var(--rr-theme-1);
  transition: 0.5s;
  z-index: -1;
}

.rr-btn:focus {
  color: #fff;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .rr-btn {
    padding: 15px 16px;
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .rr-btn {
    font-size: 14px;
    height: 50px;
    line-height: 32px;
    padding: 0 30px;
  }
}

.rr-btn span i {
  color: #ffffff;
  background-color: #000000;
  border-radius: 30px;
  padding: 3px;
  margin-left: 9px;
  transition: 0.5s;
}

.rr-btn:hover {
  background-color: var(--rr-common-white);
  color: #fff;
}

.rr-btn:hover.theme-bg:hover {
  background-color: var(--rr-common-black);
  color: var(--rr-common-white);
}

.rr-btn-3 {
  font-family: var(--rr-ff-p);
  border-radius: 40px;
  text-transform: uppercase;
  background-color: var(--rr-theme-2);
  color: var(--rr-common-white);
  padding: 15px 30px;
  overflow: hidden;
  display: inline-block;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.03em;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
}

.rr-btn-3:hover {
  color: var(--rr-common-white);
}

.rr-btn-3:hover.rr-btn-3::before {
  width: 100%;
}

.rr-btn-3:hover.rr-btn-3 span i {
  background-color: var(--rr-theme-1);
}

.rr-btn-3::before {
  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:focus {
  color: #fff;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .rr-btn-3 {
    padding: 15px 16px;
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .rr-btn-3 {
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
  }
}

.rr-btn-3 span i {
  color: white;
  background-color: #203240;
  border-radius: 30px;
  padding: 3px;
  margin-left: 9px;
  transition: 0.5s;
}

.rr-btn-3:hover {
  background-color: var(--rr-common-white);
  color: var(--rr-common-black);
}

.rr-btn-3:hover.theme-bg:hover {
  background-color: var(--rr-common-black);
  color: var(--rr-common-white);
}

.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: 500;
  font-size: 15px;
  letter-spacing: 0.03em;
  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: #fff;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rr-menu-btn {
    width: 104px;
    font-size: 14px;
  }
}

.rr-btn-2 {
  font-family: var(--rr-ff-p);
  background-color: var(--rr-grey-1);
  color: #3a3a3a;
  border-radius: 40px;
  text-transform: uppercase;
  padding: 15px 40px;
  overflow: hidden;
  display: inline-block;
  font-weight: 500;
  font-size: 17px;
  letter-spacing: 0.03em;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  border-radius: 40px;
  margin-bottom: 30px;
  margin-left: 40px;
}

.rr-btn-2:focus {
  color: #fff;
}

@media (max-width: 767px) {
  .rr-btn-2 {
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
  }
}

.rr-btn-2 span i {
  color: white;
  background-color: var(--rr-theme-1);
  border-radius: 30px;
  padding: 3px;
  margin-left: 13px;
}

.rr-btn-2:hover {
  background-color: var(--rr-theme-1);
  color: var(--rr-common-white);
}

.rr-btn-2:hover span i {
  background-color: var(--rr-theme-2);
}

.rr-btn-1 {
  font-family: var(--rr-ff-p);
  background-color: #000000;
  color: var(--rr-common-white);
  padding: 14px 14px;
  overflow: hidden;
  border-radius: 40px;
  text-transform: uppercase;
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.03em;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
}

.rr-btn-1:hover {
  color: var(--rr-common-white);
}

.rr-btn-1:hover.rr-btn-1::before {
  width: 100%;
}

.rr-btn-1:hover.rr-btn-1 span i {
  background-color: #000;
}

.rr-btn-1::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  background: var(--rr-theme-1);
  transition: 0.5s;
  z-index: -1;
}

.rr-btn-1:focus {
  color: #fff;
}

@media (max-width: 767px) {
  .rr-btn-1 {
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
  }
}

.rr-btn-1 span i {
  color: white;
  background-color: #000;
  border-radius: 30px;
  padding: 3px;
  margin-left: 9px;
  transition: 0.5s;
}

.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;
  letter-spacing: 0.03em;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
}

.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: #fff;
}

.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: white;
  background-color: #203240;
  border-radius: 30px;
  padding: 3px;
  margin-left: 9px;
  transition: 0.5s;
}

.rr-btn-black {
  font-family: var(--rr-ff-p);
  background-color: var(--rr-theme-2);
  color: var(--rr-common-white);
  padding: 15px 40px;
  overflow: hidden;
  border-radius: 40px;
  text-transform: uppercase;
  display: inline-block;
  font-weight: 500;
  font-size: 17px;
  letter-spacing: 0.03em;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
}

.rr-btn-black:hover {
  color: var(--rr-common-white);
}

.rr-btn-black:hover.rr-btn-black::before {
  width: 100%;
}

.rr-btn-black:hover.rr-btn-black span i {
  background-color: var(--rr-heading-1);
}

.rr-btn-black:focus {
  color: #fff;
}

.rr-btn-black::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  background: var(--rr-theme-1);
  transition: 0.5s;
  z-index: -1;
}

@media (max-width: 767px) {
  .rr-btn-black {
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
  }
}

.rr-btn-black span i {
  color: white;
  background-color: var(--rr-theme-1);
  border-radius: 30px;
  padding: 3px;
  margin-left: 9px;
  transition: 0.5s;
}

.rr-btn-white {
  font-family: var(--rr-ff-p);
  background-color: var(--rr-common-white);
  color: var(--rr-common-black);
  padding: 15px 40px;
  border-radius: 40px;
  text-transform: uppercase;
  overflow: hidden;
  display: inline-block;
  font-weight: 500;
  font-size: 17px;
  letter-spacing: 0.03em;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
}

.rr-btn-white:hover {
  color: var(--rr-common-white);
}

.rr-btn-white:hover.rr-btn-white::before {
  width: 100%;
}

.rr-btn-white:hover.rr-btn-white span i {
  background-color: var(--rr-heading-1);
}

.rr-btn-white:focus {
  color: #fff;
}

.rr-btn-white::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  background: var(--rr-theme-1);
  transition: 0.5s;
  z-index: -1;
}

@media (max-width: 767px) {
  .rr-btn-white {
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
  }
}

.rr-btn-white span i {
  color: white;
  background-color: var(--rr-theme-1);
  border-radius: 30px;
  padding: 3px;
  margin-left: 9px;
  transition: 0.5s;
}

.rr-btn-white-2 {
  font-family: var(--rr-ff-p);
  background-color: var(--rr-common-white);
  color: var(--rr-common-black);
  padding: 15px 40px;
  border-radius: 40px;
  text-transform: uppercase;
  overflow: hidden;
  display: inline-block;
  font-weight: 500;
  font-size: 17px;
  letter-spacing: 0.03em;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
}

.rr-btn-white-2:hover {
  color: var(--rr-common-white);
}

.rr-btn-white-2:hover.rr-btn-white-2::before {
  width: 100%;
}

.rr-btn-white-2:hover.rr-btn-white-2 span i {
  background-color: var(--rr-theme-1);
}

.rr-btn-white-2:focus {
  color: #fff;
}

.rr-btn-white-2::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  background: var(--rr-theme-2);
  transition: 0.5s;
  z-index: -1;
}

@media (max-width: 767px) {
  .rr-btn-white-2 {
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
  }
}

.rr-btn-white-2 span i {
  color: white;
  background-color: var(--rr-theme-1);
  border-radius: 30px;
  padding: 3px;
  margin-left: 9px;
  transition: 0.5s;
}

.rr-btn-border {
  font-family: var(--rr-ff-p);
  background-color: var(--rr-theme-1);
  color: var(--rr-common-white);
  padding: 15px 30px;
  text-transform: uppercase;
  overflow: hidden;
  display: inline-block;
  font-weight: 500;
  font-size: 17px;
  letter-spacing: 0.03em;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  padding-top: 17px;
}

.rr-btn-border:hover {
  color: var(--rr-common-white);
}

.rr-btn-border:hover.rr-btn-border::before {
  width: 100%;
}

.rr-btn-border:hover.rr-btn-border span i {
  background-color: var(--rr-theme-1);
}

.rr-btn-border:focus {
  color: #fff;
}

.rr-btn-border::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  background: var(--rr-heading-1);
  transition: 0.5s;
  z-index: -1;
}

.rr-btn-border::after {
  position: absolute;
  content: "";
  right: -9px;
  bottom: 5px;
  height: 7px;
  width: 50px;
  background: #fff;
  transition: 0.5s;
  z-index: -1;
  transform: rotate(-43deg);
  opacity: 0.6;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rr-btn-border {
    padding: 11px 16px;
  }
}

@media (max-width: 767px) {
  .rr-btn-border {
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
  }
}

.rr-btn-border span i {
  color: white;
  background-color: #203240;
  border-radius: 30px;
  padding: 3px;
  margin-left: 9px;
  transition: 0.5s;
}

.rr-form-theme-bg {
  font-size: 16px;
  font-weight: 500;
}

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

/*----------------------------------------*/
/*  2.5 Preloader
/*----------------------------------------*/
.preloader-close {
  position: fixed;
  z-index: 99999999;
  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: 999;
  margin-top: 0px;
  top: 0px;
}

#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 #FFF;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #FFF;
  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);
  }
}

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

/*----------------------------------------*/
/*  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: #fff;
  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: 0;
  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%);
}

.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: #fff;
  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(assets/images/cross-out.webp), 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: 54px;
  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 {
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: cover;
  object-fit: cover;
  background-position: bottom;
  padding: 90px 0px;
}

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

@media (max-width: 767px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .breadcrumb-img {
    display: none;
  }
}

.breadcrumb__overlay {
  position: relative;
}

.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-weight: 700;
    font-size: 28px;
    text-transform: capitalize;
    color: #203240;
    margin-bottom: 20px;
    line-height: 1.5;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .breadcrumb__title {
    font-size: 58px;
  }
}
img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
    width: 100%;
    height: auto;
}
h3.wp-block-heading {
    font-size: 22px;
    color: #203240;
}

/* @media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumb__title {
    font-size: 36px;
  }
} */

@media (max-width: 767px) {
  .breadcrumb__title {
    font-size: 36px;
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .breadcrumb__title {
    margin-bottom: 0;
  }
}

.breadcrumb__list {
  display: inline-block;
  padding: 0px 0px;
}
.breadcrumb__section-title-box p{
  font-size: 20px;
}
.breadcrumb__list span {
  font-size: 16px;
  text-transform: capitalize;
  color: #000;
  font-family: var(--rr-ff-p);
  font-weight: 400;
}

.breadcrumb__list span.dvdr i {
  font-size: 15px;
  transform: rotate(-12deg);
  display: inline-block;
}

.breadcrumb__list span a {
  color: #000;
}

@media (max-width: 767px) {
  .breadcrumb__content {
    flex-wrap: wrap;
  }
}

.breadcrumb__content {
  align-content: center;
}

/* @media only screen and (min-width: 992px) and (max-width: 1199px) {
  .breadcrumb__content {
    margin-top: 290px;
  }
} */

/* @media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumb__content {
    margin-top: 250px;
  }
} */

/* @media (max-width: 767px) {
  .breadcrumb__content {
    margin-top: 100px;
  }
} */
.breadcrumb-shap {
  position: absolute;
  right: 86px;
  z-index: 9;
  bottom: 180px;
}
.about-b {
  background-image: url(assets/images/about/about-b.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0 0 30px 30px;
}
.breadcrumb__overlay::after {
  content: "";
  position: absolute;
  top: 0;
  left: -5px;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, #ffffffd1 25%, rgba(34, 34, 34, 0.2) 66%);
}
    .rr-section-titlearea {
        font-size: 18px;
    }
.area-b {
  background-image: url(assets/images/homepage/area2-b.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0 0 30px 30px;
}

.service-b {
  background-image: url(assets/images/homepage/area-b.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0 0 30px 30px;
}

.career-b {
  background-image: url(assets/images/homepage/career-b.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0 0 30px 30px;
}

.contact-b {
  background-image: url(assets/images/homepage/contact-bb.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0 0 30px 30px;
}

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

.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: #fff;
  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.14 Modal
/*----------------------------------------*/
/*----------------------------------------*/
/*  2.15 Section Title
/*----------------------------------------*/
.rr-section-subtitle img {
  margin-top: -5px;
}

.rr-section-border-rl::before {
  content: "";
  position: absolute;
  top: 17px;
  left: 0;
  width: 435px;
  height: 1px;
  background: #ded7d7;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rr-section-border-rl::before {
    width: 320px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .rr-section-border-rl::before {
    display: none;
  }
}

.rr-section-border-rl::after {
  content: "";
  position: absolute;
  top: 17px;
  right: 0;
  width: 435px;
  height: 1px;
  background: #ded7d7;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rr-section-border-rl::after {
    width: 320px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .rr-section-border-rl::after {
    display: none;
  }
}

.rr-section-subtitle {
  font-size: 22px;
  font-weight: 500;
  color: var(--rr-theme-1);
  display: inline-block;
  padding-bottom: 10px;
  text-transform: uppercase;
  font-family: var(--rr-ff-p);
}

@media (max-width: 767px) {
  .rr-section-subtitle {
    font-size: 16px;
  }
}

.rr-section-subtitle img {
  margin-bottom: -4px;
}

@media (max-width: 767px) {
  .rr-section-title-space {
    margin-bottom: 30px !important;
  }
}

.rr-section-title {
  font-size: 40px;
  margin-bottom: 0;
  line-height: 1.2;
  color: #000;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .rr-section-title {
    font-size: 35px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rr-section-title {
    font-size: 26px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rr-section-title {
    font-size: 35px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rr-section-title {
    font-size: 35px;
  }

  .rr-section-title br {
    display: none;
  }
}

@media (max-width: 767px) {
  .rr-section-title {
    font-size: 27px;
  }

  .rr-section-title br {
    display: none;
  }
}

.rr-section-title-2 {
  font-size: 66px;
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .rr-section-title-2 {
    font-size: 62px;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .rr-section-title-2 {
    font-size: 58px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rr-section-title-2 {
    font-size: 55px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rr-section-title-2 {
    font-size: 48px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rr-section-title-2 {
    font-size: 44px;
  }
}

@media (max-width: 767px) {
  .rr-section-title-2 {
    font-size: 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .rr-section-title-2 {
    font-size: 34px;
  }
}

.rr-section-title-3 {
  font-size: 45px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rr-section-title-3 {
    font-size: 42px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rr-section-title-3 {
    font-size: 37px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rr-section-title-3 {
    font-size: 37px;
  }
}

@media (max-width: 767px) {
  .rr-section-title-3 {
    font-size: 28px;
  }

  .rr-section-title-3 br {
    display: none;
  }
}


/*----------------------------------------*/
/*  3.3 Header Style 3
/*----------------------------------------*/
.rr-header-2-contat-icon span {
  color: var(--rr-theme-1);
}

.rr-header-2-contat-icon::before {
  content: "";
  position: absolute;
  bottom: -6px;
  left: -5px;
  width: 30px;
  height: 30px;
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  background: var(--rr-common-white);
  transform: rotate(46deg);
}

.rr-header-2-top {
  padding: 4px 0;
  position: relative;
  z-index: 7;
}

.rr-header-2-top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: var(--rr-theme-1);
  width: 43%;
  height: 100%;
  z-index: 1;
}

@media only screen and (min-width: 1700px) and (max-width: 1800px) {
  .rr-header-2-top::before {
    width: 42%;
  }
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .rr-header-2-top::before {
    width: 42%;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .rr-header-2-top::before {
    width: 41%;
  }
}

.rr-header-2-contat {
  background: var(--rr-theme-1);
  padding: 18px 25px;
}

.rr-header-2-contat h4 {
  color: var(--rr-common-white);
  margin-bottom: 0;
  font-size: 22px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .rr-header-2-contat h4 {
    font-size: 18px;
  }
}

.rr-header-2-contat b {
  color: var(--rr-common-white);
  font-weight: 400;
}

.rr-header-2-contat-icon {
  height: 50px;
  width: 50px;
  background: var(--rr-common-white);
  text-align: center;
  line-height: 50px;
  border-radius: 50px;
  color: var(--rr-theme-1);
  font-size: 20px;
}

.rr-header-2-before::after {
  content: "";
  position: absolute;
  top: -4px;
  left: 577px;
  width: 50px;
  height: 50px;
  clip-path: polygon(0 0, 0 0, 100% 100%, 0% 100%);
  background: #f1dde7;
}

.rr-header-2-before::before {
  content: "";
  position: absolute;
  top: -4px;
  left: 527px;
  width: 50px;
  height: 50px;
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 0% 100%);
  background: #efbfcf;
}

.rr-header-2-search button {
  color: #000 !important;
}

.rr-header-2-top-info ul li {
  list-style: none;
}

.rr-header-2-top-info ul li a {
  color: var(--rr-common-white);
}

.rr-header-2-top-info ul li a:hover {
  opacity: 0.7;
}

.rr-header-2-top-info ul li span {
  color: var(--rr-common-white);
}

.rr-header-2-top-info ul li span i {
  margin-right: 10px;
}

.rr-header-2-menu ul li a {
  color: #636363;
  font-size: 16px;
  transition: 0.7s;
}

.rr-header-2-menu ul li a:hover {
  color: var(--rr-theme-1);
}

.rr-header-2-lang .nice-select::after {
  right: 32px;
}

.rr-header-2-lang .nice-select .list {
  left: 21px;
}

.rr-header-menu nav ul li>a {
  color: #232323 !important;
  padding: 17px 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: 16px !important;
}

.rr-header-3-menu .rr-header-main-menu>nav>ul>li .submenu {
  top: 126%;
}

/*----------------------------------------*/
/*  3.4 Header Style 4
/*----------------------------------------*/
/* .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-top-height {
  padding: 10px 0;
}

.rr-header-top-left ul li {
  padding-left: 30px;
  position: relative;
  list-style-type: none;
  display: inline-block;
}

.rr-header-top-left ul li:not(:last-child) {
  margin-right: 35px;
}

@media (max-width: 767px) {
  .rr-header-top-left ul li:not(:last-child) {
    margin-right: 0;
  }
}

.rr-header-top-left ul li i {
  position: absolute;
  top: 9px;
  left: 0;
  font-size: 14px;
  color: var(--rr-common-white);
}

.rr-header-top-left ul li a {
  color: var(--rr-common-white);
  transition: 0.3s;
}

@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) {
  .rr-header-top-left ul li a {
    font-size: 14px;
  }
}

.rr-header-top-left ul li a:hover {
  color: var(--rr-theme-1);
}

.rr-header-top-social span {
  padding-right: 20px;
  font-size: 16px;
  display: inline-block;
  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) {
  .rr-header-top-social span {
    font-size: 14px;
  }
}

.rr-header-top-social a {
  margin: 0 7px;
  display: inline-block;
  color: var(--rr-common-white);
  transition: 0.3s;
}

.rr-header-top-social a:hover {
  color: var(--rr-theme-1);
}

.rr-header-top-social a:last-child {
  margin-right: 0;
}

@media (max-width: 767px) {
  .rr-header-top-social a {
    margin: 0 2px;
    font-size: 13px;
  }
}

.rr-header-main-menu>nav>ul>li {
  display: inline-block;
  margin: 0px 17px;
  position: relative;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .rr-header-main-menu>nav>ul>li {
    margin: 0px 17px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rr-header-main-menu>nav>ul>li {
    margin: 0px 10px;
  }
}

.rr-header-main-menu>nav>ul>li>a {
  font-weight: 500;
  font-size: 17px;
  padding: 55px 0;
  display: inline-block;
  color: var(--rr-common-white);
  text-transform: capitalize;
  font-family: var(--rr-ff-p);
  line-height: 28px;
}

.rr-header-main-menu>nav>ul>li .submenu {
  position: absolute;
  top: 100%;
  left: -5px;
  width: 429px;
  z-index: 999;
  padding: 15px 15px;
  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: "+";
  font-family: "Font Awesome 6 Pro";
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  transition: 0.3s;
  margin-left: -2px;
  transform: translateY(2px);
  color: var(--rr-common-white);
}

.rr-header-main-menu>nav>ul>li:hover.has-dropdown::after {
  transform: rotate(-180deg);
  color: var(--rr-theme-1) !important;
}

.rr-header-main-menu>nav>ul>li:hover>a {
  color: var(--rr-theme-1) !important;
}

.rr-header-main-menu>nav>ul>li:hover .submenu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}

.rr-header-icon {
  transform: translateY(3px);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rr-header-icon {
    margin: 0;
  }
}

.rr-header-icon button {
  font-size: 19px;
  display: inline-block;
  color: #8a8a8a !important;
  margin-right: 7px;
  transition: 0.3s;
  border: 1px solid;
  border-radius: 66px;
  padding: 10px;
  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-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-main-menu>nav>ul.rr-onepage-menu>li>a.active {
  color: var(--rr-theme-1);
}

.rr-header-4-menu {
  padding: 0px 0;
  background: #fff;
}

.rr-header-4-menu .rr-header-main-menu>nav>ul>li .submenu {
  top: 126%;
} */

/* 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: 810px;
  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-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: 810px;
  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-black);
  display: inline-block;
  font-weight: 700;
}

.homemenu-title:hover {
  color: var(--rr-theme-1);
}

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

/*----------------------------------------*/
/*  5.2 Postbox css
/*----------------------------------------*/
@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 {
  position: relative;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #767676;
  margin-right: 25px;
  display: inline-block;
  font-family: var(--rr-ff-p);
}

.postbox__meta span i {
  font-weight: 700;
  font-style: normal;
  color: var(--rr-theme-1);
  margin-right: 5px;
}

.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: #fff;
  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-weight: 700;
  font-size: 30px;
  color: #3a3a3a;
  margin-bottom: 22px;
  max-width: 644px;
}

@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;
  }
}

@media (max-width: 767px) {
  .postbox__title {
    font-size: 25px;
  }
}

.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: #fff;
  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: 28px;
}

.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);
}

.postbox__comment ul li {
  margin-bottom: 10px;
  list-style: none;
  border-bottom: 1px solid #e7e6e8;
}

.postbox__comment ul li.children {
  margin-left: 65px;
}

@media (max-width: 767px) {
  .postbox__comment ul li.children {
    margin-left: 15px;
  }
}

.postbox__comment-wrap ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.postbox__comment-wrap .postbox__comment-reply span {
  font-size: 16px;
  font-weight: 600;
  margin-right: 90px;
  display: inline-block;
  color: var(--rr-theme-1);
}

.postbox__comment-wrap .postbox__comment-reply a {
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  color: var(--rr-common-black);
}

.postbox__comment-form-title {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 40px;
}

.postbox__comment-input {
  position: relative;
  margin-bottom: 20px;
}

.postbox__comment-input span {
  font-weight: 600;
  color: var(--rr-common-black);
  margin-bottom: 12px;
  display: block;
}

.postbox__comment-input input,
.postbox__comment-input textarea {
  height: 55px;
  padding: 0 20px;
  width: 100%;
  font-size: 14px;
  color: var(--rr-common-black);
  outline: none;
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  box-shadow: 0px 15px 10px rgba(242, 242, 242, 0.18);
}

.postbox__comment-input input:focus,
.postbox__comment-input textarea:focus {
  border: 1px solid var(--rr-theme-1);
}

.postbox__comment-input input:focus::placeholder,
.postbox__comment-input textarea:focus::placeholder {
  font-size: 0;
}

.postbox__comment-input textarea {
  height: 175px;
  resize: none;
  padding-top: 20px;
  padding-bottom: 20px;
}

.postbox__comment-title {
  font-size: 28px;
  color: #121416;
  font-weight: 600;
  margin-bottom: 20px;
}

.postbox__comment-box {
  padding-top: 30px;
  padding-bottom: 40px;
}

.postbox__comment-avater {
  flex: 0 0 auto;
}

.postbox__comment-avater img {
  border-radius: 50%;
}

@media (max-width: 767px) {
  .postbox__comment-avater {
    margin-bottom: 30px;
  }
}

.postbox__comment-name {
  margin-bottom: 5px;
}

.postbox__comment-name h5 {
  font-weight: 600;
  font-size: 22px;
  line-height: 1;
  color: #3a3a3a;
  margin-bottom: 8px;
}

.postbox__comment-name span {
  font-size: 17px;
  color: #636363;
  font-family: var(--rr-ff-p);
  font-weight: 500;
}

@media (max-width: 767px) {
  .postbox__comment-text {
    margin-left: 0;
    margin-top: 15px;
  }
}

.postbox__comment-text p {
  font-size: 16px;
  color: #636363;
  margin-bottom: 5px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .postbox__comment-text p {
    font-size: 15px;
  }
}

.postbox__comment-reply a {
  position: relative;
  font-weight: 600;
  font-size: 17px;
  display: block;
  color: var(--rr-theme-1);
}

.postbox__comment-reply a i {
  position: absolute;
  top: 10px;
  left: 0;
}

.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;
}

@media (max-width: 767px) {
  .postbox__comment-info {
    flex-wrap: wrap;
  }
}

.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-theme-1);
}

.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;
}

.basic-pagination ul li {
  list-style: none;
  display: inline-block;
  margin-right: 14px;
}

@media (max-width: 767px) {
  .basic-pagination ul li {
    margin-right: 5px;
  }
}

.basic-pagination ul li:hover a {
  color: var(--rr-common-white);
  background-color: var(--rr-common-black);
  border: 2px solid var(--rr-common-black);
}

.basic-pagination ul li.active a {
  color: var(--rr-common-white);
  background-color: var(--rr-common-black);
  border: 2px solid var(--rr-common-black);
}

.basic-pagination ul li>a {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  display: inline-block;
  line-height: 49px;
  text-align: center;
  font-weight: 900;
  font-size: 16px;
  color: #071C34;
  border: 2px solid #EDEDED;
  transform: translateY(3px);
  transition: all 0.3s ease-in-out;
}

.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-common-black);
  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-heading-1);
}

.basic-pagination.bg-color ul li.active a {
  background-color: var(--rr-heading-1);
}

/*----------------------------------------*/
/*  6.1 Footer Style 1
/*----------------------------------------*/
.rr-footer-main {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.rr-footer-main::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: 0.9;
}

.footer-sec {
  background-image: url(assets/images/homepage/home-banner-01-2.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.pt-22 {
  padding-top: 22px;
}

.main-footer__bottom__pyment.text-white {
  text-align: right;
}

.rr-footer-right-shap {
  position: absolute;
  right: 28px;
  top: 37%;
  animation: itupdown 0.8s infinite alternate;
}

@media (max-width: 767px) {
  .rr-footer-right-shap {
    display: none;
  }
}

.rr-footer-text p {
  font-size: 24px;
  line-height: 1.4;
  padding-right: 30px;
  margin-bottom: 40px;
  color: var(--rr-common-white);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rr-footer-text p {
    font-size: 20px;
  }
}

@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-text p {
    font-size: 15px;
    padding-right: 0;
  }
}

.rr-footer-widget-content-list-item {
  margin-bottom: 10px;
  display: flex;
}

.rr-footer-widget-content-list-item a {
  color: #fff;
  font-size: 16px;
  margin-left: 7px;
  line-height: 28px;
  font-family: var(--rr-ff-p);
}

.rr-footer-widget-content-list-item a:hover {
  color: var(--rr-theme-1);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rr-footer-widget-content-list-item a {
    font-size: 14px;
  }
}

.rr-footer-widget-content-list-item i {
  color: var(--rr-theme-1);
  font-size: 15px;
  margin-right: 10px;
  flex: 0 0 auto;
  transform: translateY(4px);
  margin-top: 6px;
}

.rr-footer-social a {
  font-size: 18px;
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  margin-right: 10px;
  background-color: #445360;
  color: var(--rr-common-white);
  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:hover {
  color: var(--rr-common-white);
  background-color: var(--rr-theme-1);
}

.rr-footer-title {
  font-weight: 700;
  font-size: 22px;
  color: var(--rr-common-white);
  margin-top: 25px;
}

@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 {
  padding-top: 24px;
}

.rr-footer-list ul li {
  list-style-type: none;
  overflow: hidden;
  z-index: 2;
  position: relative;
}

.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;
  background-color: var(--rr-theme-1);
}

.rr-footer-list ul li a:hover {
  margin-left: 0;
  color: var(--rr-theme-1);
}

.rr-footer-contact {
  padding-top: 24px;
}

.rr-footer-contact ul li {
  list-style: none;
}

.rr-footer-contact span {
  color: var(--rr-common-white);
  position: relative;
  margin-bottom: 9px;
  display: block;
  font-family: var(--rr-ff-p);
}

.rr-footer-contact a {
  line-height: 2.2;
  color: var(--rr-common-white);
}

.rr-footer-contact a:hover {
  color: var(--rr-theme-1);
  color: #fff;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rr-footer-contact a {
    font-size: 14px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .rr-footer-contact a {
    font-size: 14px;
  }

  .rr-footer-contact a br {
    display: none;
  }
}

.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;
  }
}

/*----------------------------------------*/
/*  7.17 slider css start
/*----------------------------------------*/
.rr-slider-2-btn {
  line-height: 0;
}

.rr-slider-2-large-text h1 {
  font-size: 142px;
  position: absolute;
  top: 280px;
  left: -76px;
  z-index: 9;
  transform: rotate(-90deg);
  -webkit-text-stroke: 13px rgba(38, 49, 62, 0.431372549);
  color: transparent;
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .rr-slider-2-large-text h1 {
    left: -146px;
  }
}

@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),
(max-width: 767px) {
  .rr-slider-2-large-text h1 {
    display: none;
  }
}

.rr-slider-2-btn a {
  padding: 11.5px 15px;
}

.rr-slider-2-experience {
  margin-left: 48px;
}

.rr-slider-2-social {
  margin-top: 30px;
  padding-top: 30px;
}

.carousel-indicators [data-bs-target] {
  background-color: #e26619;
}

.rr-slider-2-social::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 520px;
  height: 1px;
  background-color: #3f424a;
}

@media (max-width: 767px),
(max-width: 767px) {
  .rr-slider-2-social::after {
    display: none;
  }
}

.rr-slider-2-social span {
  font-size: 18px;
  color: var(--rr-common-white);
  margin-right: 25px;
}

@media (max-width: 767px) {
  .rr-slider-2-social span {
    font-size: 15px;
  }
}

.rr-slider-2-social ul li {
  display: inline-block;
  list-style: none;
  margin-right: 10px;
}

.rr-slider-2-social ul li a {
  background-color: var(--rr-common-white);
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  color: var(--rr-theme-1);
  border-radius: 50px;
  display: block;
  transition: 0.3s;
}

.rr-slider-2-social ul li a:hover {
  background-color: var(--rr-theme-1);
  color: var(--rr-common-white);
}

.rr-slider-2-experience span {
  background: var(--rr-common-white);
  padding: 10px 16px;
  color: var(--rr-common-black);
  font-size: 16px;
  font-family: var(--rr-ff-p);
  font-weight: 700;
  line-height: 75px;
  border-radius: 0 20px 20px 0;
}

.rr-slider-2-line-shap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 10px;
  background: var(--rr-theme-1);
  transform: rotate(-23deg);
  opacity: 0.6;
}

@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),
(max-width: 767px) {
  .rr-slider-2-line-shap::before {
    display: none;
  }
}

.rr-slider-2-line-shap::after {
  content: "";
  position: absolute;
  top: 300px;
  left: 143px;
  height: 0;
  width: 10px;
  background: var(--rr-common-white);
  transform: rotate(41deg);
  opacity: 0.6;
}

@media only screen and (min-width: 1700px) and (max-width: 1800px) {
  .rr-slider-2-line-shap::after {
    top: 384px;
    left: 335px;
  }
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .rr-slider-2-line-shap::after {
    top: 370px;
    left: 280px;
  }
}

@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),
(max-width: 767px) {
  .rr-slider-2-line-shap::after {
    display: none;
  }
}

.rr-slider-2-info {
  /* opacity: 0; */
  z-index: 3;
  position: relative;
  /* transform: translateY(150px); */
}

.rr-slider-2-img {
      position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    /* opacity: 0; */
    transform: scale(1.2);
    left: 0;
}
.rr-slider-2-img img{
    width:100%;
}

.rr-slider-2-line-shap {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 921px;
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .rr-slider-2-line-shap {
    top: -78px;
    left: 695px;
  }
}

.rr-slider-2-conuter {
  position: absolute;
  left: -3px;
  top: 1px;
}

@media (max-width: 767px) {
  .rr-slider-2-conuter {
    top: 0;
  }
}
.rr-about-title-box.mb-30 ul li {
    margin-left: 20px;
    font-weight: 600;
}
.rr-slider-2-conuter b {
  background-color: var(--rr-common-white);
  color: var(--rr-theme-1);
  padding: 10px;
  font-size: 27px;
  font-family: var(--rr-ff-p);
  font-weight: 700;
  line-height: 71px;
  -webkit-text-stroke: 2px rgb(223 86 0);
  color: transparent;
  border-radius: 5px;
}
/* .rr-about-title-box.mb-20 ul li {
    margin-left: 20px;
} */
.rr-slider-2-height {
  /* height: 770px; */
  display: flex;
  align-items: center;
  justify-content: center;
      padding: 70px 8px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .rr-slider-2-height {
    height: 780px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rr-slider-2-height {
    height: 570px;
  }
}

/* @media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rr-slider-2-height {
    height: 700px;
  }
} */

/* @media only screen and (min-width: 768px) and (max-width: 991px) {
  .rr-slider-2-height {
    height: 680px;
  }
} */

/* @media (max-width: 767px) {
  .rr-slider-2-height {
    height: 640px;
  }
} */

.rr-slider-2-bg {
  position: absolute;
  top: -174px;
  right: 0;
  height: 912px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  transition: transform 7000ms ease, opacity 1500ms ease-in;
  transition: transform 7000ms ease, opacity 1500ms ease-in, -webkit-transform 7000ms ease;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .rr-slider-2-bg {
    height: 922px;
  }
}

.rr-slider-2-bg img {
  width: 65%;
  object-fit: cover;
  height: 100%;
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .rr-slider-2-bg img {
    width: 90%;
    height: 100%;
    object-fit: cover;
  }
}

@media (max-width: 767px) {
  .rr-slider-2-bg img {
    width: 100%;
  }
}

.rr-slider-2-subtitle {
  font-size: 28px;
  display: inline-block;
  color: #fff;
  font-family: var(--rr-ff-p);
  line-height: 75px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .rr-slider-2-subtitle {
    font-size: 16px;
  }
}

.rr-slider-2-subtitle img {
  margin-right: 20px;
}

.rr-slider-2-title {
  margin-bottom: 20px;
  font-size: 60px;
  color: var(--rr-common-white);
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .rr-slider-2-title {
    font-size: 60px;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .rr-slider-2-title {
    font-size: 60px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rr-slider-2-title {
    font-size: 50px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rr-slider-2-title {
    font-size: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rr-slider-2-title {
    font-size: 40px;
  }
}

@media (max-width: 767px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .rr-slider-2-title {
    font-size: 28px;
  }
}

.rr-slider-2-title-box {
  /* opacity: 0; */
  z-index: 3;
  position: relative;
  /* transform: translateY(-150px); */
}

.rr-slider-2-title-box span {
  font-weight: 600;
  font-size: 24px;
  color: #a5a5a5;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rr-slider-2-title-box span {
    font-size: 21px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rr-slider-2-title-box span {
    font-size: 19px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .rr-slider-2-title-box span {
    font-size: 17px;
  }
}

.rr-slider-2-title-box span i {
  font-style: normal;
  display: inline-block;
  margin-left: 20px;
}

.rr-slider-2-title-box p {
  font-size: 16px;
  color: #fff;
  margin: 0;
}

.rr-slider-2-button {
  transform: translateY(150px);
  opacity: 0;
}

.rr-slider-2-button span {
  font-weight: 600;
  font-size: 18px;
  color: var(--rr-common-white);
}

.rr-slider-2-button span i {
  font-size: 16px;
  color: var(--rr-theme-1);
  margin-right: 10px;
  display: inline-block;
}

.rr-slider-2-button span:not(:last-child) {
  margin-right: 35px;
}

@media (max-width: 767px) {
  .rr-slider-2-button a {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .rr-slider-2-button {
    flex-wrap: wrap;
  }
}

.rr-slider-2-video-wrap {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  padding: 10px;
  padding-right: 70px;
  padding-bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
}

@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) {
  .rr-slider-2-video-wrap {
    padding-right: 0;
  }
}

.rr-slider-2-video-thumb {
  margin-right: 60px;
}

.rr-slider-2-video-play {
  position: absolute;
  top: 50%;
  right: 60px;
  transform: translateY(-50%);
  z-index: 1 !important;
}

.rr-slider-2-video-play a {
  display: inline-block;
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 18px;
  border-radius: 50%;
  color: var(--rr-theme-1);
  background-color: var(--rr-common-white);
  position: relative;
}

.rr-slider-2-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%;
}

.rr-slider-2-video-play a::after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: 70%;
  height: 70%;
  background-color: rgba(255, 255, 255, 0.405);
  animation: borderanimate2 2.3s linear infinite;
  z-index: -1;
  border-radius: 50%;
}

.rr-slider-2-video-play a i {
  display: inline-block;
  padding-left: 4px;
}

.rr-slider-2-shape-1 {
  position: absolute;
  right: 265px;
  bottom: 185px;
  z-index: 1;
  animation: rrswing 1s forwards infinite alternate;
}

.rr-slider-2-arrow-box {
  position: absolute;
  right: 107px;
  bottom: -120px;
  z-index: 8;
  transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .rr-slider-2-arrow-box {
    right: 45px;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rr-slider-2-arrow-box {
    right: 83px;
    bottom: 40px;
  }
}

@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-slider-2-arrow-box {
    right: 107px;
    bottom: 18px;
  }
}

@media (max-width: 767px) {
  .rr-slider-2-arrow-box {
    display: none;
  }
}

.rr-slider-2-arrow-box button {
  font-size: 20px;
  font-weight: 700;
  background: var(--rr-common-white);
  height: 65px;
  width: 65px;
  text-align: center;
  line-height: 65px;
  margin: 0 auto;
  display: inline-block;
  color: var(--rr-common-white);
  border-radius: 50px;
  transition: all 0.3s ease-out 0s;
}

.rr-slider-2-arrow-box button.slider-next {
  margin-right: 10px !important;
}

.rr-slider-2-arrow-box button i {
  height: 30px;
  width: 30px;
  background-color: var(--rr-theme-1);
  text-align: center;
  line-height: 30px;
  border-radius: 50px;
  transition: all 0.3s ease-out 0s;
}

.rr-slider-2-arrow-box button:hover {
  color: var(--rr-theme-2);
  background-color: var(--rr-theme-2);
}

.rr-slider-2-arrow-box button:hover i {
  background-color: var(--rr-common-white);
}

.rr-slider-2-wrapper .swiper-slide.swiper-slide-active .rr-slider-2-title-box {
  opacity: 1;
  transform: translatey(0px);
  transition: all 2500ms ease;
}

.rr-slider-2-wrapper .swiper-slide.swiper-slide-active .rr-slider-2-button {
  opacity: 1;
  transform: translatey(0px);
  transition: all 2500ms ease;
}

.rr-slider-2-wrapper .swiper-slide.swiper-slide-active .rr-slider-2-info {
  opacity: 1;
  transform: translatey(0px);
  transition: all 2500ms ease;
}

.rr-slider-2-wrapper .swiper-slide.swiper-slide-active .rr-slider-2-img {
  opacity: 1;
  transform: scale(1.2);
  transition: all 2500ms ease;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .rr-slider-2-wrapper .swiper-slide.swiper-slide-active .rr-slider-2-img {
    transform: scale(2);
    object-fit: cover;
  }
}

.rr-slider-2-wrapper .swiper-slide.swiper-slide-active .rr-slider-2-line-shap::before {
  top: -26px;
  left: 159px;
  height: 405px;
  transition: all 2500ms ease;
  opacity: 1;
}

@media only screen and (min-width: 1700px) and (max-width: 1800px) {
  .rr-slider-2-wrapper .swiper-slide.swiper-slide-active .rr-slider-2-line-shap::before {
    top: -26px;
    left: 339px;
    height: 479px;
  }
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .rr-slider-2-wrapper .swiper-slide.swiper-slide-active .rr-slider-2-line-shap::before {
    top: -26px;
    left: 280px;
    height: 479px;
  }
}

.rr-slider-2-wrapper .swiper-slide.swiper-slide-active .rr-slider-2-line-shap::after {
  height: 300px;
  transition: all 2500ms ease;
  opacity: 1;
}

.rr-slider-2-wrapper .swiper-slide.swiper-slide-active .rr-slider-2-social {
  opacity: 1;
  transform: translatey(0px);
  transition: all 2500ms ease;
}

.rr-slider-1-shap {
  text-align: center;
}

.rr-slider-1-shap img {
  width: 500px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .rr-slider-1-thumb {
    text-align: center;
  }

  .rr-slider-1-thumb img {
    width: 300px;
  }
}

.rr-slider-1-subtitle img {
  margin-top: -5px;
}

@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-slider-1-button-box a {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .rr-slider-1-button-box {
    flex-wrap: wrap;
  }
}

.rr-slider-1-title-box p {
  max-width: 475px;
  color: #636363;
}

.rr-slider-1-area {
  margin-top: -62px;
}

@media (max-width: 767px) {
  .rr-slider-1-area {
    margin-top: -50px;
  }
}

.rr-slider-1-area::before {
  background-color: #f2f4f9;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: 0.9s;
  opacity: 0.9;
}

.rr-slider-1-title {
  font-size: 60px;
  color: #292930;
  line-height: 1.2;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rr-slider-1-title {
    font-size: 45px;
  }
}

@media (max-width: 767px) {
  .rr-slider-1-title {
    font-size: 35px;
  }
}

.rr-slider-1-shap {
  position: absolute;
  bottom: 203px;
  right: -200px;
  width: inherit;
  animation: moving 9s linear infinite;
}

@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-slider-1-shap {
    right: 0;
  }
}

.rr-slider-1-subtitle {
  font-size: 22px;
  color: var(--rr-theme-1);
  font-weight: 500;
  display: inline-block;
  border-bottom: 1px solid;
  margin-bottom: 18px;
  font-family: var(--rr-ff-p);
}

@media (max-width: 767px) {
  .rr-slider-1-subtitle {
    font-size: 18px;
  }
}

.rr-slider-1-shap-star {
  position: absolute;
  right: 100px;
  top: 100px;
  animation: animationglob 30s cubic-bezier(1, 0.99, 0.03, 0.01) infinite;
}

@media (max-width: 767px) {
  .rr-slider-1-shap-star {
    display: none;
  }
}

.rr-slider-1-shap-plus-2 {
  position: absolute;
  bottom: 67px;
  left: 67px;
  animation: animationglob 30s cubic-bezier(1, 0.99, 0.03, 0.01) infinite;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rr-slider-1-shap-plus-2 {
    top: 10px;
  }
}

@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-slider-1-shap-plus-2 {
    display: none;
  }
}

.rr-slider-1-shap-plus {
  position: absolute;
  left: 80px;
  top: 100px;
  animation: animationglob 30s cubic-bezier(1, 0.99, 0.03, 0.01) infinite;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rr-slider-1-shap-plus {
    top: 10px;
  }
}

@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-slider-1-shap-plus {
    display: none;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
  .rr-slider-3-title-box {
    padding-top: 90px;
  }
}

@media (max-width: 350px) {
  .rr-slider-3-title-box {
    padding-top: 0px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rr-slider-3-content {
    margin-left: 150px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rr-slider-3-content {
    margin-left: 100px;
  }
}

.rr-slider-3-height {
  height: 750px;
  padding-top: 100px;
}

.rr-slider-3-thumb {
  transform: scale(1);
  transition: all 2500ms ease;
}

.rr-slider-3-content {
  top: 50%;
  bottom: 50%;
  transform: translateY(-50%);
  padding: 60px;
  padding-left: 50px;
}

.rr-slider-3-content::before {
  background: rgba(231, 34, 84, 0.69);
  height: 510px;
  position: absolute;
  top: 25px;
  left: -30px;
  content: "";
  width: 100%;
  transform: translateX(-150px);
  opacity: 0;
}

.rr-slider-3-content::after {
  background: rgba(231, 34, 84, 0.69);
  height: 510px;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  transform: translateX(150px);
  opacity: 0;
}

@media (max-width: 767px) {
  .rr-slider-3-content {
    padding: 30px 30px;
  }
}

.rr-slider-3-area {
  background-position: center;
  background-size: cover;
}

.rr-slider-3-title-box p {
  color: #fff;
  position: relative;
  z-index: 2;
  transform: translateX(150px);
  opacity: 0;
}

.rr-slider-3-subtitle {
  font-size: 22px;
  color: var(--rr-common-white);
  font-weight: 700;
  display: inline-block;
  position: relative;
  z-index: 2;
  transform: translateY(-150px);
  opacity: 0;
}

@media (max-width: 767px) {
  .rr-slider-3-subtitle {
    font-size: 16px;
  }
}

.rr-slider-3-btn {
  transform: translateX(-150px);
  opacity: 0;
  z-index: 2;
  position: relative;
}

.rr-slider-3-title {
  font-size: 60px;
  color: var(--rr-common-white);
  position: relative;
  z-index: 2;
  transform: translateY(-150px);
  opacity: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rr-slider-3-title {
    font-size: 58px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .rr-slider-3-title {
    font-size: 59px;
  }
}

@media (max-width: 767px),
(max-width: 350px) {
  .rr-slider-3-title {
    font-size: 35px;
  }
}

.rr-slider-3-arrow-box {
  position: absolute;
  right: 0;
  bottom: 70px;
  z-index: 8;
  transition: all 0.3s ease-out 0s;
  transform: translateX(-50%);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rr-slider-3-arrow-box {
    bottom: 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
  .rr-slider-3-arrow-box {
    display: none;
  }
}

.rr-slider-3-arrow-box button {
  font-size: 20px;
  font-weight: 700;
  background: var(--rr-common-white);
  height: 70px;
  width: 70px;
  text-align: center;
  line-height: 70px;
  margin: 0 10px;
  display: inline-block;
  color: var(--rr-common-white);
  border-radius: 50px;
  transition: all 0.3s ease-out 0s;
}

.rr-slider-3-arrow-box button i {
  height: 30px;
  width: 30px;
  background-color: var(--rr-theme-1);
  text-align: center;
  line-height: 30px;
  border-radius: 50px;
  transition: all 0.3s ease-out 0s;
}

.rr-slider-3-arrow-box button:hover {
  color: var(--rr-theme-2);
  background-color: var(--rr-theme-2);
}

.rr-slider-3-arrow-box button:hover i {
  background-color: var(--rr-common-white);
}

.rr-slider-3-arrow-box button .slider-prev {
  right: 0;
  left: auto;
}

.rr-slider-3-wrapper .swiper-slide.swiper-slide-active .rr-slider-3-subtitle {
  opacity: 1;
  transform: translatey(0px);
  transition: all 2500ms ease;
}

.rr-slider-3-wrapper .swiper-slide.swiper-slide-active .rr-slider-3-title {
  opacity: 1;
  transform: translatey(0px);
  transition: all 2500ms ease;
}

.rr-slider-3-wrapper .swiper-slide.swiper-slide-active .rr-slider-3-title-box p {
  opacity: 1;
  transform: translatey(0px);
  transition: all 2500ms ease;
}

.rr-slider-3-wrapper .swiper-slide.swiper-slide-active .rr-slider-3-btn {
  opacity: 1;
  transform: translatey(0px);
  transition: all 2500ms ease;
}

.rr-slider-3-wrapper .swiper-slide.swiper-slide-active .rr-slider-3-content::before {
  opacity: 1;
  transform: translatey(0px);
  transition: all 2500ms ease;
}

.rr-slider-3-wrapper .swiper-slide.swiper-slide-active .rr-slider-3-content::after {
  opacity: 1;
  transform: translatey(0px);
  transition: all 2500ms ease;
}

.rr-slider-3-wrapper .swiper-slide.swiper-slide-active .rr-slider-3-thumb {
  transform: scale(1.1);
  transition: all 2500ms ease;
}

.rr-slider-4-main {
  margin-top: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rr-slider-4-play-wrap {
    margin-top: 20px;
  }
}

@media (max-width: 350px) {
  .rr-slider-4-button-box a {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .rr-slider-4-thumb {
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  .rr-slider-4-content {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .rr-slider-4-button-box {
    flex-wrap: wrap;
  }
}

.rr-slider-4-title-box p {
  color: var(--rr-common-white);
  max-width: 500px;
}

.rr-slider-4-title {
  font-size: 60px;
  color: var(--rr-common-white);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rr-slider-4-title {
    font-size: 48px;
  }
}

@media (max-width: 767px) {
  .rr-slider-4-title {
    font-size: 38px;
  }
}

.rr-slider-4-main-2 {
  position: absolute;
  bottom: 57px;
  left: -111px;
}

@media (max-width: 767px) {
  .rr-slider-4-main-2 {
    display: none;
  }
}

.rr-slider-4-shap {
  position: absolute;
  left: 80px;
  bottom: 80px;
  animation: rrtranslateY2 2s forwards infinite alternate;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .rr-slider-4-shap {
    display: none;
  }
}

.rr-slider-4-plus-img {
  position: absolute;
  left: -50px;
  top: -29px;
  animation: zoom 3s ease-in-out 0.1s infinite alternate forwards;
}

.rr-slider-4-play span {
  font-size: 18px;
  color: var(--rr-common-white);
  margin-left: 30px;
  position: relative;
  cursor: pointer;
  transition: 0.4s;
}

.rr-slider-4-play span::before {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 2px;
  width: 0px;
  background: var(--rr-theme-1);
  height: 1px;
  transition: 0.7s;
}

.rr-slider-4-play span:hover {
  color: var(--rr-theme-1);
}

.rr-slider-4-play span:hover::before {
  width: 110px;
}

.rr-slider-4-play b {
  display: inline-block;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  border-radius: 50%;
  color: var(--rr-heading-1);
  background-color: var(--rr-common-white);
  position: relative;
}

.rr-slider-4-play b::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-slider-4-play b::after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: 70%;
  height: 70%;
  background-color: rgba(255, 255, 255, 0.405);
  animation: borderanimate2 2.3s linear infinite;
  z-index: -1;
  border-radius: 50%;
}

.rr-slider-4-play b i {
  display: inline-block;
  padding-left: 4px;
}

.rr-slider-4-img {
  position: absolute;
  top: 0px;
  left: 0;
  z-index: -1;
}

.rr-slider-4-img img {
  -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%;
  -webkit-animation: img-border 5s linear infinite alternate;
  -moz-animation: img-border 5s linear infinite alternate;
  -o-animation: img-border 5s linear infinite alternate;
  animation: img-border 5s linear infinite alternate;
  transition: all 0.3s ease-out 0s;
  height: 835px;
}

.slick-side {
  transform: scale(1.2);
}

.rr-slider-3-shap-sm {
  position: absolute;
  top: 178px;
  right: -62px;
  transform: rotate(-3deg);
  z-index: 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-slider-3-shap-sm {
    display: none;
  }
}

/*----------------------------------------*/
/*  7.9 feature css start
/*----------------------------------------*/
.rr-features-title:hover .rr-features-title::before {
  width: 100%;
  height: 1px;
}

.rr-features-item {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  margin-bottom: 30px;
  border-radius: 0 0 30px 30px;
}

.rr-features-main {
  display: grid;
  grid-template-columns: 350px 350px 350px 350px 350px;
  text-align: center;
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .rr-features-main {
    grid-template-columns: 300px 300px 300px 300px 300px;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .rr-features-main {
    grid-template-columns: 315px 315px 315px 315px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rr-features-main {
    grid-template-columns: 320px 320px 320px 320px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rr-features-main {
    grid-template-columns: 360px 360px 360px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rr-features-main {
    grid-template-columns: 320px 320px 320px;
    margin: 0;
  }
}

@media (max-width: 767px) {
  .rr-features-main {
    grid-template-columns: 360px 360px;
    margin: 0;
  }
}

@media (max-width: 350px) {
  .rr-features-main {
    grid-template-columns: 300px;
    margin: 0;
  }
}

.rr-features-content {
  padding: 35px 40px;
}

.rr-features-thumb span {
  position: absolute;
  top: 13px;
  left: 50%;
  transform: translate(-50%);
  font-size: 25px;
  color: var(--bs-body-bg);
  font-weight: 600;
  z-index: 2;
}

.rr-features-icon {
  height: 125px;
  width: 120px;
  text-align: center;
  line-height: 120px;
  background: #f2f4f9;
  border-radius: 50%;
  position: absolute;
  top: 50px;
  left: 50%;
  right: 50%;
  z-index: 1;
  transform: translate(-50%);
  border-top: 7px solid var(--rr-theme-1);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.rr-features-content {
  padding: 15px 15px;
  padding-top: 70px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  border-radius: 0 0 30px 30px;
}

.rr-features-thumb::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background: var(--rr-common-white);
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.rr-features-thumb::after {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  width: 70px;
  height: 0;
  background: var(--rr-theme-1);
  z-index: 1;
  -webkit-clip-path: polygon(0 0, 100% 0, 93% 100%, 7% 100%);
  clip-path: polygon(0 0, 100% 0, 93% 100%, 7% 100%);
  transform: translate(-50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.rr-features-title a {
  font-size: 22px;
  color: var(--rr-heading-1);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

@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) {
  .rr-features-title a {
    margin-top: 20px;
  }
}

.rr-features-title a:hover {
  color: var(--rr-theme-1);
}

.rr-features-btn {
  font-size: 18px;
  color: #13172b;
  font-weight: 600 !important;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-weight: var(--rr-ff-p);
}

.rr-features-btn span i {
  height: 18px;
  width: 18px;
  background: var(--rr-theme-1);
  color: var(--bs-body-bg);
  border-radius: 50%;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
}

.rr-features-item .rr-features-content {
  background: #f2f4f9;
}

.rr-features-item .rr-features-btn {
  color: var(--rr-theme-1);
}

.rr-features-item .rr-features-icon {
  border-top: 7px solid var(--rr-common-white);
  background-color: var(--rr-theme-1);
}

.rr-features-item .rr-features-thumb::before {
  background: #203240;
  visibility: visible;
  z-index: 1;
  opacity: 0.9;
}

.rr-features-item .rr-features-thumb::after {
  visibility: visible;
  opacity: 1;
  height: 100px;
}

.rr-features-item .rr-features-icon img {
  filter: brightness(0) invert(1);
}

.rr-features-box-icon span {
  width: 65px;
  height: 65px;
  background: var(--rr-heading-1);
  color: var(--rr-common-white);
  text-align: center;
  line-height: 65px;
  margin: 0 auto;
  display: inline-block;
  font-size: 30px;
  border-radius: 50%;
  transition: all 0.3s ease-out 0s;
}

.rr-features-box-bg-color::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 74%;
  height: 165px;
  background: var(--rr-theme-1);
  z-index: -1;
  transition: all 0.3s ease-out 0s;
}

@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) {
  .rr-features-box-bg-color::before {
    width: 100%;
  }
}

.rr-features-box-img {
  position: absolute;
  left: 0;
  top: 0;
}

.rr-features-box-text h4 {
  font-size: 22px;
  color: var(--rr-heading-1);
  margin: 0;
  transition: all 0.3s ease-out 0s;
}

.rr-features-box-text b {
  color: #636363;
  transition: all 0.3s ease-out 0s;
  font-weight: 400;
}

.rr-features-box-box {
  background: var(--rr-common-white);
  padding: 32px 57px;
  margin-top: 17px;
  transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rr-features-box-box {
    padding: 32px 25px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .rr-features-box-box {
    padding: 32px 30px;
  }
}

.rr-features-box-box:hover {
  background-color: var(--rr-heading-1);
}

.rr-features-box-box:hover .rr-features-box-text h4 {
  color: var(--rr-common-white);
}

.rr-features-box-box:hover .rr-features-box-text b {
  color: var(--rr-common-white);
}

.rr-features-box-box:hover .rr-features-box-icon span {
  background: var(--rr-theme-1);
}

.rr-features-3 {
  transition: all 0.3s ease-out 0s;
}

.rr-features-3-icon {
  width: 120px;
  height: 100%;
  transition: all 0.3s ease-out 0s;
  font-size: 60px;
  color: var(--rr-theme-1);
}

.rr-features-3-item {
  margin-bottom: 25px;
  border: 1px solid #ddd;
  padding: 20px;
  padding-bottom: 4px;
  transition: all 0.3s ease-out 0s;
}

.rr-features-3-title {
  font-size: 22px;
  color: var(--rr-theme-2);
  transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rr-features-3-title {
    font-size: 20px;
  }
}

.rr-features-3-content p {
  transition: all 0.3s ease-out 0s;
}

.rr-features-3:hover {
  background: rgba(231, 34, 84, 0.9);
}

.rr-features-3:hover .rr-features-3-icon {
  color: var(--rr-common-white);
}

.rr-features-3:hover .rr-features-3-title {
  color: var(--rr-common-white);
}

.rr-features-3:hover .rr-features-3-content p {
  color: var(--rr-common-white);
}

/*----------------------------------------*/
/*  7.1 about css start
/*----------------------------------------*/
.rr-about-3-progressbar {
  padding: 50px 58px;
  padding-bottom: 35px;
  transition: 0.3s;
  border: 1px solid #dddddd;
  position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rr-about-3-progressbar {
    font-size: 38px;
    padding: 50px 33px;
    width: 25%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rr-about-3-progressbar {
    padding: 30px 44px;
    width: 50%;
  }
}

@media (max-width: 767px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .rr-about-3-progressbar {
    padding: 30px 37px;
    width: 100%;
  }
}

.rr-about-3-progressbar::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: -1;
}

.rr-about-3-progressbar:hover.rr-about-3-progressbar {
  border: 1px solid #203240;
}

.rr-about-3-progressbar:hover.rr-about-3-progressbar::before {
  background: #203240;
  opacity: 1;
  visibility: visible;
  height: 100%;
  width: 100%;
}

.rr-about-3-progressbar:hover p {
  color: var(--rr-common-white);
}

.rr-about-3-progressbar:hover .tl-progress input {
  color: var(--rr-common-white) !important;
}

.rr-about-3-progressbar-title p {
  font-size: 22px;
  color: #3a3a3a;
  font-weight: 700;
  line-height: 28px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .rr-about-3-thumb {
    margin: 0 50px;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rr-about-3-area {
    margin-top: 0;
  }
}

.rr-about-3-img-3 {
  border-bottom: 14px solid var(--rr-common-white);
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .rr-about-3-img-3 {
    margin-left: 131px;
  }
}

.rr-about-3-img-2 {
  position: absolute;
  right: 0;
  top: 0;
  border-bottom: 14px solid var(--rr-common-white);
}

.rr-about-3-wapp {
  margin-left: -130px;
}

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

.rr-about-3-area {
  margin-bottom: -332px;
}

@media (max-width: 767px) {
  .rr-about-3-area {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.rr-about-3-main-img {
  border-right: 14px solid var(--rr-common-white);
  width: 523px;
}

@media (max-width: 767px) {
  .rr-about-3-main-img {
    display: none;
  }
}

.rr-about-3-experience {
  position: absolute;
  bottom: 133px;
  right: -141px;
  font-size: 22px;
  background: var(--rr-theme-1);
  color: var(--rr-common-white);
  padding: 18px 47px;
  font-weight: 600;
  transform: rotate(-90deg);
}

.rr-about-3-experience span::before {
  position: absolute;
  content: "";
  top: 4px;
  left: 5px;
  border: 1px solid #fff;
  border-style: dashed;
  width: 97%;
  height: 87%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rr-about-3-experience {
    right: -149px;
  }
}

@media (max-width: 767px) {
  .rr-about-3-experience {
    display: none;
  }
}

.rr-about-2-experience span::before {
  position: absolute;
  content: "";
  top: 4px;
  left: 5px;
  border: 1px solid #fff;
  border-style: dashed;
  width: 97%;
  height: 87%;
}

.rr-about-2-experience span {
  position: absolute;
  top: 18px;
  left: 0;
  font-size: 22px;
  background: var(--rr-theme-1);
  color: var(--rr-common-white);
  z-index: 2;
  padding: 16px 50px;
  padding-right: 52px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .rr-about-2-experience span {
    font-size: 17px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rr-work-2__content p br {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rr-about-thumb {
    margin: 0 200px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .rr-about-thumb {
    margin: 0 87px;
  }
}

@media (max-width: 767px) {
  .rr-about-area {
    padding-bottom: 0;
  }
}

@media (max-width: 767px) {
  .rr-about-content {
    margin-bottom: 60px;
    text-align: left;
  }
}

@media (max-width: 767px) {
  .rr-about-info b {
    margin-bottom: 0px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .rr-about-info b {
    margin-bottom: 30px !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .rr-about-info b {
    margin-bottom: 30px !important;
    color: var(--rr-theme-2) !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rr-about-tag {
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .rr-about-tag {
    display: none !important;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rr-about-img {
    margin-left: 0px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rr-about-wapp {
    text-align: left !important;
  }
}

@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-about-title-box {
    margin-bottom: 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rr-about-area {
    padding-bottom: 50px;
    padding-top: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .rr-about-main {
    text-align: left !important;
    padding-top: 30px;
  }
}

.rr-about-shap {
  position: absolute;
  left: 59px;
  top: -26px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .rr-about-shap {
    display: none;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rr-about-content {
    text-align: center;
    padding-top: 20px !important;
    margin-top: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rr-about-content {
    text-align: center;
    margin-top: 20;
  }
}

.rr-about-info span a {
  font-size: 16px;
  color: var(--rr-theme-1);
  display: block;
  transition: all 0.3s ease-out 0s;
  position: relative;
  font-family: var(--rr-ff-p);
  font-weight: 500;
}

.rr-about-info span a::before {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 2px;
  width: 0;
  background: var(--rr-theme-1);
  height: 1px;
  transition: 0.7s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rr-about-info span a::before {
    left: 80px;
  }
}

@media (max-width: 767px) {
  .rr-about-info span a::before {
    display: none;
  }
}

.rr-about-info span a:hover::before {
  width: 352px;
}

@media (max-width: 767px) {
  .rr-about-info span a:hover::before {
    width: 310px;
  }
}

.rr-about-info b {
  display: inline-block;
  color: var(--rr-common-white);
}

.rr-about-info b a {
  color: var(--rr-theme-1);
  font-size: 16px;
  border-bottom: 1px solid;
  font-weight: 500;
}

.rr-about-shap-2 {
  position: absolute;
  right: 80px;
  top: 22px;
}

.rr-about-sml-img {
  margin-top: -346px;
  margin-left: -94px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rr-about-sml-img {
    margin-left: -12px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .rr-about-sml-img {
    margin-left: 0;
  }
}

.rr-about-sm-img {
  margin-top: -65px;
  margin-right: 62px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rr-about-sm-img {
    margin-top: -153px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rr-about-sm-img {
    margin-top: -134px;
    margin-bottom: 20px;
    margin-right: 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .rr-about-sm-img {
    margin-top: -152px;
  }
}

.rr-about-sm-img img {
  border-radius: 100%;
  border: 10px solid #fff;
}

.rr-about-sm-img::before {
  position: absolute;
  top: 10px;
  right: 8px;
  height: 160px;
  width: 160px;
  z-index: 1;
  content: "";
  display: inline-block;
  border-radius: 105px;
}

.rr-about-list {
  background: var(--rr-grey-1);
  padding: 14px 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .rr-about-list ul {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.rr-about-list ul li {
  list-style: none;
  color: #636363;
  margin-right: 20px;
  transition: 0.3s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rr-about-list ul li {
    margin-right: 9px;
    font-size: 13px;
  }
}

.rr-about-list ul li i {
  width: 17px;
  height: 17px;
  background: var(--rr-heading-1);
  color: var(--rr-common-white);
  display: inline-block;
  border-radius: 30px;
  font-size: 12px;
  text-align: center;
  line-height: 17px;
  transition: 0.3s;
  margin-right: 3px;
}

.rr-about-list ul li:hover {
  color: var(--rr-theme-1);
}

.rr-about-list ul li:hover i {
  background: var(--rr-theme-1);
}

.rr-about-list-4 {
  background: var(--rr-grey-1);
  padding: 14px 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .rr-about-list-4 ul {
    flex-wrap: wrap;
  }
}

.rr-about-list-4 ul li {
  list-style: none;
  color: #636363;
  margin-right: 20px;
  transition: 0.3s;
  font-family: var(--rr-ff-p);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rr-about-list-4 ul li {
    margin-right: 9px;
    font-size: 13px;
  }
}

.rr-about-list-4 ul li i {
  width: 17px;
  height: 17px;
  background: var(--rr-heading-1);
  color: var(--rr-common-white);
  display: inline-block;
  border-radius: 30px;
  font-size: 12px;
  text-align: center;
  line-height: 17px;
  transition: 0.3s;
}

.rr-about-list-4 ul li:hover {
  color: var(--rr-theme-1);
}

.rr-about-list-4 ul li:hover i {
  background: var(--rr-theme-1);
}

.rr-about-icon {
  height: 68px;
  width: 68px;
  background: var(--rr-theme-1);
  text-align: center;
  line-height: 68px;
  display: inline-block;
  margin-top: -10px;
  border-radius: 35px;
}

.rr-about-tag-title {
  font-size: 18px;
  color: #333333;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rr-about-tag-title {
    font-size: 14px;
  }
}

.rr-about-text p {
  font-size: 16px;
  color: #000;
  line-height: 22px;
  max-width: 287px;
}

.rr-about-info h4 {
  font-size: 22px;
  color: #000;
  font-weight: 500;
}

@media (max-width: 767px) {
  .rr-about-info h4 {
    font-size: 17px;
  }
}

.rr-about-call {
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}

@media (max-width: 767px) {
  .rr-about-call {
    display: none !important;
  }
}

.rr-about-call-btn {
  color: #fff;
  background: var(--rr-theme-1);
  transform: rotate(-90deg);
  padding: 10px 14px;
  position: absolute;
  bottom: 30px;
  right: -30px;
}

@media (max-width: 767px) {
  .rr-about-call-btn {
    display: none !important;
  }
}

.rr-about-call-img {
  border-bottom: 3px solid var(--rr-theme-1);
  border-right: 3px solid var(--rr-theme-1);
}

.rr-about-experience span {
  position: absolute;
  top: 50%;
  left: -160px;
  font-size: 22px;
  background: var(--rr-theme-1);
  color: var(--rr-common-white);
  padding: 16px 50px;
  padding-right: 50px;
  padding-right: 52px;
  font-weight: 600;
  transform: rotate(-90deg);
  bottom: 50%;
  transform: translateY(-50deg);
  display: table;
}

.rr-about-experience span::before {
  position: absolute;
  content: "";
  top: 4px;
  left: 5px;
  border: 1px solid #fff;
  border-style: dashed;
  width: 97%;
  height: 87%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rr-about-experience span {
    left: -116px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rr-about-experience span {
    left: 6px;
    transform: rotate(0deg);
    bottom: 0;
  }
}

@media (max-width: 767px) {
  .rr-about-experience span {
    display: none;
  }
}

@media (max-width: 767px) {
  .rr-btn-white.rr-about-2-btn-sm {
    background-color: var(--rr-grey-2);
    color: var(--rr-common-white);
  }
}

.rr-image2 {
  position: absolute;
  width: 50%;
  top: 45%;
  left: 0;
}

.rr-image1 {
  width: 80%;
  text-align: right;
}

.about-us-img {
  position: relative;
  text-align: right;
}

.rr-info-title {
  font-size: 22px;
  color: var(--rr-theme-2);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rr-info-title {
    font-size: 20px;
  }
}

.rr-about-wrapper {
  margin-top: 70px;
}

@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-wrapper {
    margin-top: 0px;
    margin-left: 0;
  }
}

.rr-about-wrapper-list {
  margin-bottom: 20px;
}

.rr-about-wrapper-list ul li {
  display: inline-block;
  margin-bottom: 10px;
  justify-content: space-between;
  margin-right: 40px;
  color: var(--rr-theme-2);
}

.rr-about-wrapper-list ul li span {
  color: var(--rr-theme-1);
  font-size: 12px;
}

.rr-about-thumb-wrapper .shape-2 {
  position: absolute;
  bottom: 49px;
  left: -79px;
  z-index: -1;
}

.rr-about-thumb-wrapper .shape-1 {
  position: absolute;
  bottom: 0;
  right: 0;
  border: 10px solid #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rr-about-4-main-img {
    height: 100%;
    width: 100%;
  }
}

/*----------------------------------------*/
/*  7.16 service css start
/*----------------------------------------*/
.gallery-slider-dots {
  margin-top: 40px;
}

.gallery-slider-dots .swiper-pagination-bullet {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  position: relative;
  display: inline-block;
  background-color: var(--rr-common-black);
  margin: 0 8px;
  z-index: 2;
}

.gallery-slider-dots .swiper-pagination-bullet::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  border: 1px solid var(--rr-theme-1);
  transform: translate(-50%, -50%) scale(2);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.gallery-slider-dots .swiper-pagination-bullet-active {
  background-color: var(--rr-theme-1);
}

.gallery-slider-dots .swiper-pagination-bullet-active::after {
  opacity: 1;
  visibility: visible;
}

.rr-service-right-icon {
  position: absolute;
  right: 0;
  bottom: 0;
}

.rr-service-wapp {
  padding: 300px 0;
  padding-top: 354px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rr-service-wapp {
    padding-top: 250px;
    padding-bottom: 200px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .rr-service-wapp {
    padding-top: 250px;
    padding-bottom: 200px;
  }
}

@media (max-width: 767px) {
  .rr-service-wapp {
    padding-top: 250px;
    padding-bottom: 200px;
  }
}

.rr-service-height {
  background-position: center;
  background-size: cover;
}

.rr-service-title a {
  font-size: 22px;
  color: #3a3a3a;
}

.rr-service-title a:hover {
  color: var(--rr-theme-1);
}

@media (max-width: 767px) {
  .rr-service-title a {
    font-size: 17px;
  }
}

.rr-service-content {
  padding: 30px;
  border-radius: 10px 10px 0 0;
  padding-bottom: 12px;
}

.rr-service-content span {
  font-size: 16px;
  color: #636363;
}

.rr-service-content span i {
  background-color: var(--rr-theme-1);
  font-size: 10px;
  color: #fff;
  border-radius: 50px;
  height: 16px;
  width: 16px;
  text-align: center;
  line-height: 16px;
}

.rr-service-content p {
  margin-top: 13px;
}

.rr-service-right-icon a {
  width: 53px;
  height: 53px;
  background: var(--rr-theme-1);
  text-align: center !important;
  line-height: 53px;
  display: inline-block;
  color: #fff;
  transition: 0.3s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rr-service-right-icon a {
    top: 31%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rr-service-right-icon a {
    top: 32%;
  }
}

@media (max-width: 767px) {
  .rr-service-right-icon a {
    top: 43.5%;
  }
}

@media (max-width: 350px) {
  .rr-service-right-icon a {
    top: 48.5%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .rr-service-right-icon a {
    top: 21%;
  }
}

.rr-service-right-icon a i {
  color: var(--rr-theme-1);
  background-color: var(--rr-common-white);
  border-radius: 50px;
  line-height: 21px;
  display: inline-block;
  font-size: 13px;
  height: 20px;
  width: 20px;
  text-align: center;
  font-weight: 700;
}

.rr-service-icon img {
  width: 30px;
  height: 30px;
}

.rr-service-icon {
  position: absolute;
  left: 25px;
  top: 37px;
  background: var(--rr-heading-1);
  text-align: center;
  height: 60px;
  width: 60px;
  line-height: 60px;
  border-radius: 50px;
  transition: 0.3s;
}

.rr-service-content span a:hover {
  color: var(--rr-theme-1);
}

.rr-service-number {
  position: absolute;
  top: 5px;
  left: 48px;
  transform: rotate(-90deg);
}

.rr-service-number span {
  color: var(--rr-common-white);
}

.rr-service-number::before {
  background: var(--rr-theme-1);
  content: "";
  width: 51px;
  height: 42px;
  position: absolute;
  top: -7px;
  left: -21px;
  z-index: -1;
  transition: 0.3s;
}

.rr-service-item:hover .rr-service-right-icon a {
  background-color: var(--rr-theme-2);
}

.rr-service-item:hover .rr-service-icon {
  background: var(--rr-theme-1);
}

.rr-service-item:hover .rr-service-number::before {
  background: var(--rr-theme-2);
}


/* services start */
section.rr-service-1-area {
  /* background-image: url(assets/images/about/ser-b.webp); */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.rr-service-1-list ul li a:hover {
  color: #fff;
}

.rr-service-1-title a:hover {
  color: #fff;
}

.rr-service-1-content {
  background: var(--rr-common-white);
   padding: 19px;
  padding-bottom: 40px;
  padding-top: 185px;
  border-radius: 10px;
  -webkit-clip-path: polygon(0 30%, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 30%, 100% 0, 100% 100%, 0% 100%);
  z-index: 1;
  position: relative;
  height: 300px;
  transition: all 0.3s ease-out 0s;
}

.rr-service-1-content-2 {
  background: #f2f4f9;
  padding: 30px;
  padding-bottom: 40px;
  padding-top: 200px;
  border-radius: 10px;
  -webkit-clip-path: polygon(0 30%, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 30%, 100% 0, 100% 100%, 0% 100%);
  z-index: 1;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.rr-service-1-title {
  font-size: 15px;
  font-weight: 700;
  line-height: 25px;
  color: var(--rr-heading-1);
  transition: 0.3s;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.rr-service-1-title:hover {
  color: var(--rr-theme-1);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 767px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .rr-service-1-list ul {
    flex-wrap: wrap;
  }
}

.rr-service-1-list ul li {
  list-style: none;
  position: relative;
  font-size: 16px;
  color: #000;
  font-family: var(--rr-ff-p);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rr-service-1-list ul li {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .rr-service-1-list ul li {
    font-size: 13px;
    margin-left: 5px;
  }
}

.rr-service-1-list ul li i {
  height: 20px;
  width: 20px;
  background-color: var(--rr-theme-1);
  border-radius: 30px;
  font-size: 11px;
  color: var(--rr-common-white);
  line-height: 20px;
  text-align: center;
  margin-right: 05px;
  margin-bottom: 0;
}

.rr-service-1-thumb {
  padding: 20px;
  padding-bottom: 0;
  margin-bottom: -175px;
  position: relative;
  z-index: 2;
}

.rr-service-1-icon {
  background: var(--rr-heading-1);
  height: 67px;
  width: 65px;
  line-height: 65px;
  border-radius: 50px;
  transition: 0.3s;
  text-align: center;
  position: relative;
  z-index: 6;
  border-top: 3px solid #fff;
}

.rr-service-1-icon .icon {
  z-index: 100;
  position: relative;
}

.rr-service-1-icon-main {
  display: flex;
  justify-content: right;
  margin-top: -39px;
  margin-right: 25px;
}

.rr-service-1-item:hover .rr-service-1-content {
  background: var(--rr-heading-1);
}

.rr-service-1-item:hover .rr-service-1-content-2 {
  background: var(--rr-heading-1);
}

.rr-service-1-item:hover .rr-service-1-icon {
  background-color: var(--rr-theme-1);
  border-bottom: 3px solid #fff;
  border-top: none;
}

.rr-service-1-item:hover .rr-service-1-title {
  color: var(--rr-common-white);
}

.rr-service-1-item:hover .rr-service-1-content p {
  color: var(--rr-common-white);
}

.rr-service-1-item:hover .rr-service-1-content-2 p {
  color: var(--rr-common-white);
}

.rr-service-1-item:hover .rr-service-1-list ul li {
  color: var(--rr-common-white);
}

.rr-service-1-item:hover .icon {
  margin-bottom: 0;
}

.rr-service-3-img-main img {
  width: 1000px;
  height: 100%;
}

.rr-service-3-title a:hover {
  color: var(--rr-theme-1);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rr-service-3-text {
    margin-left: 10px;
    text-align: center;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rr-service-3-text {
    margin-left: 20px;
  }
}

@media (max-width: 767px) {
  .rr-service-3-text p br {
    display: none;
  }
}

.rr-service-3-item:hover .rr-service-3-bg::before {
  opacity: 0.8;
  visibility: visible;
  background-color: #203240;
}

.rr-service-3-item:hover .rr-service-3-text p {
  color: var(--rr-common-white);
}

.rr-service-3-item:hover .rr-service-3-title {
  color: var(--rr-common-white);
}

.rr-service-3-item:hover .rr-service-3-icon {
  background-color: var(--rr-theme-1);
}

.rr-service-3-item:hover .rr-service-3-icon img {
  filter: brightness(0) invert(1);
}

.rr-service-3-item:hover .rr-service-3-icon::before {
  background-color: var(--rr-theme-1);
}

.rr-service-3-item:hover .rr-service-3-btn {
  background-color: var(--rr-theme-1);
  color: var(--rr-common-white);
}

.rr-service-3-item:hover .rr-service-3-btn a i {
  color: var(--rr-theme-1);
}

.rr-service-3-text p {
  color: var(--rr-heading-1);
  margin: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rr-service-3-text p br {
    display: none;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rr-service-3-text p {
    max-width: 366px;
    margin-right: 30px;
  }
}

.rr-service-3-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--rr-common-white);
  transition: all 0.3s ease-out 0s;
}

.rr-service-3-item {
  border: 2px solid #ecebeb;
  border-radius: 10px;
}

.rr-service-3-title {
  font-size: 22px;
  color: #3a3a3a;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rr-service-3-title {
    font-size: 17px;
  }
}

.rr-service-3-content {
  padding: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rr-service-3-content {
    padding: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rr-service-3-content {
    padding: 10px;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    padding-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .rr-service-3-content {
    padding: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .rr-service-3-bg img {
    width: 100%;
    height: 300px;
    object-fit: cover;
  }
}

@media (max-width: 767px) {
  .rr-service-3-text {
    text-align: center;
    margin-left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rr-service-3-bg img {
    width: 100%;
    height: 300px;
    object-fit: cover;
  }
}

.rr-service-3-icon {
  height: 120px;
  width: 120px;
  background: var(--rr-common-white);
  text-align: center;
  line-height: 120px;
  display: inline-block;
  border-radius: 100%;
  box-shadow: 0px 0px 40px 0px rgba(30, 22, 22, 0.06);
  transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rr-service-3-icon {
    height: 90px;
    width: 90px;
    line-height: 90px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rr-service-3-icon {
    height: 90px;
    width: 90px;
    line-height: 90px;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .rr-service-3-icon {
    height: 90px;
    width: 90px;
    line-height: 90px;
    margin-bottom: 10px;
  }
}

.rr-service-3-icon img {
  transition: all 0.3s ease-out 0s;
}

.rr-service-3-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  object-fit: cover;
}

.rr-service-3-icon img {
  width: 53px;
  height: auto;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rr-service-3-icon img {
    width: 40px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rr-service-3-icon img {
    width: 40px;
  }
}

.rr-service-3-icon::before {
  background: #f2f3f8;
  content: "";
  position: absolute;
  bottom: 0;
  left: 64px;
  width: 55px;
  height: 60px;
  z-index: -1;
  transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 767px) {
  .rr-service-3-icon::before {
    display: none;
  }
}

.rr-service-3-btn {
  color: var(--rr-common-white);
  background: var(--rr-theme-2);
  transform: rotate(-90deg);
  position: absolute;
  right: -69px;
  top: 63px;
  display: inline-block;
  text-align: center;
  padding: 10px 45px;
  transition: all 0.3s ease-out 0s;
  z-index: 2;
  border-radius: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rr-service-3-btn {
    transform: translate(-65%);
    right: 0px;
    bottom: 0px;
    top: auto;
  }
}

@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-btn {
    display: none;
  }
}

.rr-service-3-btn a i {
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  background-color: var(--rr-common-white);
  color: var(--rr-heading-1);
  border-radius: 50px;
  font-weight: 700;
  transition: all 0.3s ease-out 0s;
}

.rr-service-box-content span a:hover {
  color: var(--rr-theme-1);
}

@media (max-width: 767px) {
  .rr-service-box-info {
    margin-left: 65px;
  }
}

@media (max-width: 767px) {
  .rr-service-box-img {
    margin: 30px 0;
  }
}

.rr-service-box-thumb {
  margin-top: -27px;
}

.rr-service-box-title {
  font-size: 22px;
  color: #3a3a3a;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 767px) {
  .rr-service-box-title {
    font-size: 16px;
  }
}

.rr-service-box-title:hover a {
  color: var(--rr-theme-1);
}

.rr-service-box-content {
  padding: 40px 30px 49px;
  border-radius: 6px;
}

.rr-service-box-content span {
  font-size: 16px;
  color: #636363;
  font-family: var(--rr-ff-p);
}

.rr-service-box-content span i {
  background-color: var(--rr-theme-1);
  font-size: 10px;
  color: #fff;
  border-radius: 50px;
  height: 16px;
  width: 16px;
  text-align: center;
  line-height: 16px;
}

.rr-service-box-content p {
  margin-top: 13px;
}

.rr-service-box-right-icon a {
  width: 53px;
  height: 53px;
  background: var(--rr-theme-1);
  text-align: center !important;
  line-height: 53px;
  display: inline-block;
  color: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.3s;
}

.rr-service-box-right-icon a i {
  color: var(--rr-theme-1);
  background-color: var(--rr-common-white);
  border-radius: 50px;
  line-height: 21px;
  display: inline-block;
  font-size: 13px;
  height: 20px;
  width: 20px;
  text-align: center;
  font-weight: 700;
}

.rr-service-box-icon img {
  width: 30px;
  height: 30px;
}

.rr-service-box-icon {
  position: absolute;
  left: 25px;
  top: 37px;
  background: var(--rr-heading-1);
  text-align: center;
  height: 60px;
  width: 60px;
  line-height: 60px;
  border-radius: 50px;
  transition: 0.3s;
}

.rr-service-box-number {
  position: absolute;
  top: 5px;
  left: 48px;
  transform: rotate(-90deg);
}

.rr-service-box-number span {
  color: var(--rr-common-white);
}

.rr-service-box-number::before {
  background: var(--rr-theme-1);
  content: "";
  width: 51px;
  height: 42px;
  position: absolute;
  top: -8px;
  left: -20px;
  z-index: -1;
  transition: 0.3s;
}

.rr-service-box-item:hover .rr-service-box-icon {
  background: var(--rr-theme-1);
}

.rr-service-box-item:hover .rr-service-box-number::before {
  background: var(--rr-theme-2);
}

.rr-service-box-right-icon a:hover {
  background: var(--rr-heading-1);
}

/*----------------------------------------*/
/*  7.23 video css start
/*----------------------------------------*/
.rr-video-subtitle img {
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  .rr-video-title-box {
    margin-bottom: 20px;
  }
}

.rr-video-shap-circle {
  position: absolute;
  bottom: -276px;
  left: -250px;
  z-index: 2;
}

@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),
(max-width: 767px) {
  .rr-video-shap-circle {
    display: none;
  }
}

.rr-video-shap-circle-2 {
  position: absolute;
  top: -276px;
  left: 330px;
  z-index: 2;
}

@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),
(max-width: 767px) {
  .rr-video-shap-circle-2 {
    display: none;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .rr-video-title-box {
    padding: 20px;
  }
}
.rr-video-subtitle {
  font-size: 22px;
  color: var(--rr-theme-1);
  font-weight: 500;
  display: inline-block;
  text-transform: uppercase;
  font-family: var(--rr-ff-p);
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .rr-video-subtitle {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .rr-video-subtitle {
    font-size: 14px;
  }
}

.rr-video-title {
  font-size: 40px;
  color: var(--rr-common-white);
  margin-bottom: 28px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .rr-video-title {
    font-size: 35px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rr-video-title {
    font-size: 32px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rr-video-title {
    font-size: 35px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rr-video-title {
    font-size: 30px;
  }

  .rr-video-title br {
    display: none;
  }
}

@media (max-width: 767px) {
  .rr-video-title {
    font-size: 27px;
  }

  .rr-video-title br {
    display: none;
  }
}

.rr-video-title-box p {
  color: var(--rr-common-white);
  margin-bottom: 25px;
}

@media only screen and (min-width: 1600px) and (max-width: 1700px),
only screen and (min-width: 1400px) and (max-width: 1599px) {
  .rr-video-title-box p br {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .rr-video-title-box p {
    margin-bottom: 30px;
  }
}

.rr-video-shap {
  position: absolute;
  top: 50%;
  left: 50px;
  transform: translate(50%);
  bottom: 50%;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .rr-video-shap {
    left: 10px;
  }
}

.rr-video-play {
  position: absolute;
  top: 50%;
  right: 50%;
  bottom: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rr-video-play {
    right: 30%;
  }
}

@media (max-width: 767px) {
  .rr-video-play {
    right: 0;
    left: 36%;
  }
}

.rr-video-play a {
  display: inline-block;
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 18px;
  border-radius: 50%;
  color: var(--rr-theme-1);
  background-color: var(--rr-common-white);
  position: relative;
}

.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%;
}

.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: 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),
only screen and (min-width: 576px) and (max-width: 767px) {
  .rr-video-2-arae {
    overflow: hidden;
  }
}

.rr-video-2-man-img {
  position: absolute;
  bottom: 0;
  right: 191px;
  z-index: 2;
}

@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),
(max-width: 767px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .rr-video-2-man-img {
    top: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rr-video-2-man-img {
    right: 65px;
  }
}

.rr-video-2-before::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #203240;
  opacity: 0.9;
  z-index: 1;
}

.rr-video-2-subtitle {
  font-size: 22px;
  color: var(--rr-theme-1);
  font-weight: 500;
  display: inline-block;
  text-transform: uppercase;
  font-family: var(--rr-ff-p);
}

@media (max-width: 767px) {
  .rr-video-2-subtitle {
    font-size: 14px;
  }
}

.rr-video-2-title {
  font-size: 40px;
  color: var(--rr-common-white);
  margin-bottom: 28px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .rr-video-2-title {
    font-size: 35px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rr-video-2-title {
    font-size: 32px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rr-video-2-title {
    font-size: 35px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rr-video-2-title {
    font-size: 35px;
  }

  .rr-video-2-title br {
    display: none;
  }
}

@media (max-width: 767px) {
  .rr-video-2-title {
    font-size: 27px;
  }

  .rr-video-2-title br {
    display: none;
  }
}

.rr-video-2-title-box p {
  color: var(--rr-common-white);
  margin-bottom: 50px;
}

.rr-video-2-shap {
  position: absolute;
  top: 50%;
  left: 50px;
  transform: translate(50%);
  bottom: 50%;
}

@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),
(max-width: 767px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .rr-video-2-shap {
    display: none;
  }
}

.rr-video-2-play {
  position: absolute;
  top: 50px;
  right: 50px;
}

.rr-video-2-play a {
  display: inline-block;
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 18px;
  border-radius: 50%;
  color: var(--rr-theme-1);
  background-color: var(--rr-common-white);
  position: relative;
}

.rr-video-2-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%;
}

.rr-video-2-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%;
}

.rr-video-box-area {
  margin-right: 240px;
  margin-left: 240px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 60px;
  margin-top: -300px;
}

@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) {
  .rr-video-box-area {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
}

@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-video-box-area {
    border-radius: 0px;
  }
}

.rr-video-box-area::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--rr-heading-1);
  z-index: 1;
  opacity: 0.9;
  border-radius: 60px;
}

@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-video-box-area::before {
    border-radius: 0px;
  }
}

.rr-video-box-img {
  padding: 20px;
  margin-left: -121px;
}

@media only screen and (min-width: 1700px) and (max-width: 1800px) {
  .rr-video-box-img {
    margin-left: -20px;
  }
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .rr-video-box-img {
    margin-left: -15px;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .rr-video-box-img {
    padding: 0px;
    margin-left: 15px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rr-video-box-img {
    padding: 0px;
    margin-left: -95px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rr-video-box-img {
    padding: 20px;
    margin-left: -12px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rr-video-box-img {
    padding: 20px;
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .rr-video-box-img {
    margin-left: 0;
  }
}

.rr-video-box-img img {
  position: relative;
  z-index: 2;
}

.rr-video-box-video-play {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translateY(-50%);
  z-index: 2 !important;
}

.rr-video-box-video-play a {
  display: inline-block;
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 18px;
  border-radius: 50%;
  color: var(--rr-common-white);
  background-color: #203240;
  position: relative;
}

.rr-video-box-video-play a::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: 65%;
  height: 65%;
  background-color: rgba(1, 1, 1, 0.671);
  animation: borderanimate2 2.5s linear infinite;
  z-index: -1;
  border-radius: 50%;
}

.rr-video-box-video-play a::after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: 70%;
  height: 70%;
  background-color: rgba(1, 1, 1, 0.671);
  animation: borderanimate2 2.3s linear infinite;
  z-index: -1;
  border-radius: 50%;
}

.rr-video-box-video-play a i {
  display: inline-block;
  padding-left: 4px;
}

.rr-main-swiper-dot span {
  color: #fff;
  border: 1px solid var(--rr-theme-1);
  height: 12px;
  width: 12px;
}

.swiper-pagination-bullet-active {
  background: var(--rr-theme-1);
}

.rr-video-arae {
  background-image: url(assets/images/homepage/banner-1.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/*----------------------------------------*/
/*  7.6 cta css start
/*----------------------------------------*/
.rr-call-info span {
  transition: 0.3;
}

.rr-call-info span:hover {
  opacity: 0.7;
}

.rr-call-area {
  background-position: center;
  background-size: cover;
}

@media (max-width: 767px) {
  .rr-call-area {
    padding-top: 50px;
  }
}

@media (max-width: 767px) {
  .rr-call-btn {
    text-align: center !important;
    margin-bottom: 0px;
    margin-top: 0;
  }
}

.rr-call-info {
  margin-top: 7px;
}

@media (max-width: 767px) {
  .rr-call-info {
    text-align: center;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
  .rr-call-warap {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 20px;
  }
}

.rr-call-icon {
  margin-left: 10px;
}

.rr-call-shap::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
width: 694px;
  background: var(--rr-grey-2);
  height: 100%;
  z-index: 1;
  clip-path: polygon(0 0, 72% 0, 100% 100%, 0% 100%);
}

@media (max-width: 767px),
(max-width: 767px) {
  .rr-call-shap::after {
    display: none;
  }
}

.rr-cta-icon {
  height: 76px;
  width: 76px;
  background: #fff;
  text-align: center;
  line-height: 76px;
  border-radius: 50px;
}

.rr-cta-button button:hover {
  opacity: 0.9;
}

.rr-cta-wrap::before {
  content: "";
  background-color: var(--rr-theme-1);
  width: 1420px;
  height: 100%;
  position: absolute;
  left: 50%;
  right: 50%;
  transform: translate(-50%, -50%);
  border-radius: 83px;
  display: inline-block;
  z-index: -1;
  bottom: -73px;
}

@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),
(max-width: 767px) {
  .rr-cta-wrap::before {
    width: 100%;
    border-radius: 0;
  }
}

@media (max-width: 767px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .rr-cta-left-box {
    margin-bottom: 20px;
  }
}

.rr-cta-area {
  margin-bottom: -71px;
  z-index: 2;
}

@media (max-width: 767px) {
  .rr-cta-area {
    padding-bottom: 150px;
    padding-top: 20px;
    margin-bottom: -85px;
  }
}

.rr-cta-btn {
  min-height: 100%;
  text-align: center;
  color: var(--rr-common-white);
  padding: 10px 25px;
  display: inline-block;
  font-weight: 600;
  font-size: 17px;
  letter-spacing: 0.03em;
  text-transform: capitalize;
  position: relative;
  z-index: 9;
  transition: all 0.3s ease-in-out;
  border-radius: 0 8px 8px 0px;
}

.rr-cta-wrap {
  height: 145px;
}

.rr-cta-wrap-box {
  margin-bottom: -135px;
  position: relative;
  z-index: 8;
}

.rr-cta-right-box {
  margin-left: 5px;
}

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

.rr-cta-right-box input {
  height: 50px;
  line-height: 80px;
  padding: 0 29px;
  font-size: 16px;
  color: #79797b;
  background-color: var(--rr-common-white);
  border: none;
  border-radius: 8px;
}

@media (max-width: 767px) {
  .rr-cta-right-box input {
    height: 60px;
    line-height: 60px;
    padding: 0 12px;
    padding-right: 12px;
    font-size: 14px;
    padding-right: 155px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .rr-cta-right-box input {
    height: 70px;
    line-height: 70px;
    padding: 0 12px;
    padding-right: 12px;
    font-size: 14px;
    padding-right: 220px;
  }
}

.rr-cta-right-box input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #a5a5a5;
}

.rr-cta-right-box input::-moz-placeholder {
  /* Firefox 19+ */
  color: #a5a5a5;
}

.rr-cta-right-box input:-moz-placeholder {
  /* Firefox 4-18 */
  color: #a5a5a5;
}

.rr-cta-right-box input:-ms-input-placeholder {
  /* IE 10+  Edge*/
  color: #a5a5a5;
}

.rr-cta-right-box input::placeholder {
  /* MODERN BROWSER */
  color: #a5a5a5;
}

.rr-cta-button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}

.rr-cta-title {
  font-size: 22px;
  color: rgb(255, 255, 255);
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 0;
}

.rr-cta-content span {
  color: #fff;
  font-family: var(--rr-ff-p);
  opacity: 0.9;
}

@media (max-width: 767px) {
  .rr-cta-content span {
    font-size: 13px;
  }
}

.rr-cta-btn span {
  font-family: var(--rr-ff-p);
}

/*----------------------------------------*/
/*  7.4 contact css start
/*----------------------------------------*/
.rr-call-area::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background-color: #df5600f7;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.9;
}

.rr-call-info h3 {
  color: var(--rr-common-white);
  font-size: 30px;
}

@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-call-info h3 {
    font-size: 18px;
  }
}

.rr-call-info span {
  color: var(--rr-common-white);
  font-family: var(--rr-ff-p);
}

.rr-call-icon {
  width: 111px;
  height: 111px;
  background: var(--rr-common-white);
  text-align: center;
  line-height: 100px;
  border-radius: 10px;
  transform: rotate(40deg);
  margin-right: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rr-call-icon {
    padding-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .rr-call-icon {
    margin-right: 40px;
    margin-bottom: 40px;
  }
}

.rr-call-icon img {
  transform: rotate(-41deg);
}

.rr-contact-1-border .nice-select {
  border-radius: 5px !important;
}

.rr-contact-1-border .nice-select {
  height: 50px !important;
  line-height: 50px !important;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rr-contact-1-form {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .rr-contact-1-icon {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.rr-contact-1-border .nice-select::after {
  color: var(--rr-theme-1);
}

.rr-contact-1-border input {
  background: transparent;
  border: 1px solid #666b75;
  caret-color: var(--rr-common-white);
  border-radius: 5px;
}

.rr-contact-1-border input::placeholder {
  color: var(--rr-common-white);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rr-contact-1-wapp {
    text-align: center;
    margin-left: 0;
    padding-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .rr-contact-1-wapp {
    text-align: center;
    margin-left: 0;
    padding-bottom: 40px;
  }
}

.rr-contact-1-info span a:hover {
  opacity: 0.7;
}

.rr-contact-1-border input {
  color: #fff !important;
  height: 50px !important;
  line-height: 50px;
}

.rr-contact-1-item {
  background: var(--rr-theme-1);
  padding: 53px 50px;
  border-bottom: 2px solid #f286a0;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .rr-contact-1-item {
    display: inline-block !important;
    margin: 0 7px;
    margin-bottom: 30px;
    border: none;
  }
}

.rr-contact-1-item:last-child {
  border-bottom: none;
}

.rr-contact-1-icon span {
  width: 65px;
  height: 65px;
  background: var(--rr-common-white);
  color: var(--rr-theme-1);
  text-align: center;
  line-height: 65px;
  margin: 0 auto;
  display: block;
  border-radius: 50px;
  font-size: 25px;
}

.rr-contact-1-info h4 {
  color: var(--rr-common-white);
  font-size: 22px;
  font-weight: 700;
  margin: 0;
}

.rr-contact-1-info span {
  color: var(--rr-common-white);
  font-family: var(--rr-ff-p);
  font-weight: 400;
  font-size: 22px;
}

.rr-contact-box-contat p:hover {
  opacity: 0.7;
}

.rr-contact-border {
  border: 1px solid #f2f4f9;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rr-contact-info {
    margin-top: 125px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rr-contact-info {
    margin-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .rr-contact-info {
    margin-bottom: 60px;
  }
}

.rr-contact-form-box {
  background: #f2f4f9;
  padding: 50px 30px;
  border: 8px double var(--rr-theme-1);
  border-radius: 30px;
}

@media (max-width: 767px) {
  .rr-contact-form-box {
    padding: 45px 15px;
  }
}

.rr-contact-form-box h6 {
  color: var(--rr-theme-1);
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
}

.rr-contact-shap {
  position: absolute;
  top: -155px;
  left: 0;
}

.rr-contact-item {
  background: #07090b;
      padding: 52px;

  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  border-radius: 30px;
  margin-bottom: 20px;
}
.widget_nav_menu{
  padding-top: 0;
  padding-bottom: 0;
}
.widget-title{
      font-weight: 700;
    font-size: 22px;
    color: var(--rr-common-white);
    margin-top: 25px;
}
.menu-footer1-container{
      padding-top: 24px;
}
.menu-footer2-container{
      padding-top: 24px;
}
.menu-footer3-container{
      padding-top: 24px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rr-contact-item {
    padding: 40px;
  }
}

@media (max-width: 767px) {
  .rr-contact-item {
    padding: 20px;
  }
}

.rr-contact-item:hover {
  background-color: var(--rr-theme-1);
}

.rr-contact-item:hover.rr-contact-item::before {
  opacity: 1;
  visibility: visible;
  height: 91px;
}

.rr-contact-item::before {
  position: absolute;
  content: "";
  top: 50%;
  right: -69px;
  background: var(--rr-theme-1);
  width: 69px;
  height: 0px;
  clip-path: polygon(0 0, 0 100%, 100% 52%);
  bottom: 50%;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

@media (max-width: 767px) {
  .rr-contact-item::before {
    display: none;
  }
}

.rr-contact-icon {
  width: 65px;
  height: 65px;
  background: var(--rr-common-white);
  text-align: center;
  line-height: 65px;
  border-radius: 15px;
  color: var(--rr-theme-1);
  font-size: 25px;
}

.rr-contact-info-title {
  font-size: 22px;
  color: var(--rr-common-white);
  margin-bottom: 7px;
}

.rr-contact-text span {
  font-size: 22px;
  color: var(--rr-common-white);
  font-family: var(--rr-ff-p);
  font-weight: 400;
}

@media (max-width: 767px) {
  .rr-contact-text span {
    font-size: 18px;
  }
}

.rr-contact-stoktext h3 {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--rr-theme-1);
  font-size: 96px;
  color: transparent;
  transform: rotate(-90deg);
  white-space: nowrap;
  margin-top: 475px;
  opacity: 0.2;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rr-contact-stoktext h3 {
    margin-top: 430px;
  }
}

.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;
  }
}

.rr-contact-form-input-box textarea {
  border: 1px solid #a4a5ac;
  border-radius: 4px;
  height: 165px;
}

.rr-contact-form-input-box textarea:focus {
  border-color: var(--rr-theme-1);
}

.rr-contact-form-input-box input {
  border: 1px solid #a4a5ac;
  border-radius: 4px;
}

.rr-contact-box-item {
  background: #f2f4f9;
  padding: 50px;
  transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rr-contact-box-item {
    padding: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rr-contact-box-item {
    padding: 20px;
  }
}

@media (max-width: 767px) {
  .rr-contact-box-item {
    padding: 33px;
  }
}

.rr-contact-box-icon span {
  background: #203240;
  color: #fff;
  width: 65px;
  height: 65px;
  text-align: center;
  line-height: 65px;
  display: block;
  border-radius: 50px;
  font-size: 20px;
  transition: all 0.3s ease-out 0s;
}

.rr-contact-box-contat span {
  font-size: 22px;
  color: #3a3a3a;
  font-weight: 500;
  margin-bottom: 10px;
  display: block;
  transition: all 0.3s ease-out 0s;
}

.rr-contact-box-contat p {
  font-size: 17px;
  color: #636363;
  margin: 0;
  transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rr-contact-box-contat p {
    font-size: 13px;
  }
}

.rr-contact-box-item:hover {
  background-color: var(--rr-theme-1);
}

.rr-contact-box-item:hover.rr-contact-box-item::before {
  opacity: 1;
  visibility: visible;
}

.rr-contact-box-item:hover .rr-contact-box-icon span {
  color: var(--rr-theme-1);
  background-color: var(--rr-common-white);
}

.rr-contact-box-item:hover .rr-contact-box-contat span {
  color: var(--rr-common-white);
}

.rr-contact-box-item:hover .rr-contact-box-contat p {
  color: var(--rr-common-white);
}

.rr-contact-box-item::before {
  content: "";
  position: absolute;
  bottom: -45px;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
  background: var(--rr-theme-1);
  clip-path: polygon(0 0, 51% 100%, 99% 0);
  width: 59px;
  height: 45px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-out 0s;
}

@media (max-width: 767px) {
  .rr-contact-box-item::before {
    display: none;
  }
}

.nice-select .list {
  width: 100%;
}



/*----------------------------------------*/
/*  7.22 cart css start
/*----------------------------------------*/
.rr-table-title {
  font-size: 20px;
  color: var(--rr-common-white);
  font-weight: 500;
  margin: 0;
}

.rr-table-time h4 {
  background: var(--rr-common-white);
  color: #3a3a3a;
  font-size: 17px;
  padding: 15px;
  margin-bottom: 0px;
}

.rr-table-main table tbody tr td {
  font-size: 14px;
  color: var(--rr-common-white);
  text-align: center;
  border: 1px solid #43525e;
  padding: 13px 10px;
}

.rr-table-doc-name {
  position: relative;
  z-index: 3;
}

.rr-table-img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  border: 2px solid var(--rr-theme-1);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-out 0s;
  height: 100%;
  width: 100%;
}

.rr-table-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rr-table-main-data:hover .rr-table-img {
  opacity: 1;
  visibility: visible;
}

/*----------------------------------------*/
/*  7.3 cart css start
/*----------------------------------------*/
.rr-icon-box {
  border-radius: 3px;
  box-shadow: 0 0 30px 0 rgba(0, 20, 9, 0.1);
  margin-bottom: 30px;
}

.rr-icon-box:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .rr-choose-wrapp {
    margin-right: 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-choose-oman-img {
    position: absolute;
    bottom: 0;
  }
}

.rr-icon-box-title {
  font-size: 20px;
  color: var(--rr-heading-1);
  transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rr-icon-box-title {
    font-size: 17px;
  }
}

.rr-icon-box-title:hover {
  color: var(--rr-theme-1);
}

.rr-choose-img-right {
  border: 16px solid #fff;
}

.rr-icon-box.rr-style-2 {
  transform: translate(-30px, 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-icon-box.rr-style-2 {
    transform: translate(0);
  }
}

.rr-icon-box.rr-style-3 {
  transform: translate(30px, 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-icon-box.rr-style-3 {
    transform: translate(0);
  }
}

.rr-icon-box-wrapper {
  display: flex;
  padding: 30px;
  align-items: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rr-icon-box-wrapper {
    padding: 17px;
  }
}

.rr-icon-box-wrapper .rr-icon i {
  font-size: 80px;
  line-height: 1;
}

.rr-icon-box-wrapper .rr-icon i {
  font-size: 64px;
  color: var(--rr-theme-1);
  line-height: normal;
}

.rr-icon-box-wrapper .rr-icon {
  margin-right: 20px;
}

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

.rr-choose-item-right:hover {
  background-color: var(--rr-theme-2);
}

.rr-choose-item-right:hover.rr-choose-item-right::before {
  background-color: var(--rr-theme-2);
}

.rr-choose-item-right:hover .rr-choose-title {
  color: var(--rr-common-white);
}

.rr-choose-item-right:hover p {
  color: var(--rr-common-white);
}

.rr-choose-item-right:hover .rr-choose-icon span {
  background-color: var(--rr-theme-1);
  color: var(--rr-common-white);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rr-choose-item-right {
    margin-bottom: 30px;
  }
}

.rr-choose-list:hover .rr-choose-list-single {
  background: #26313e;
}

.rr-choose-list:hover.rr-choose-list::before {
  background: #26313e;
}

.rr-choose-list:hover .rr-choose-list-icon span {
  color: var(--rr-common-white);
  background-color: var(--rr-theme-1);
}

.rr-choose-list:hover .rr-choose-list-content h3 {
  color: var(--rr-common-white);
}

.rr-choose-list:hover .rr-choose-list-content p {
  color: var(--rr-common-white);
}

.rr-choose-list::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: -64px;
  width: 65px;
  height: 65px;
  background: var(--rr-common-white);
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 52%);
  clip-path: polygon(0 0, 0% 100%, 100% 52%);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .rr-choose-list::before {
    display: none;
  }
}

.rr-choose-list-single {
  background: var(--rr-common-white);
  padding: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rr-choose-list-single {
    padding: 15px;
    padding-top: 10px;
    padding-bottom: 9px;
    margin-top: 0;
  }
}

@media (max-width: 767px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .rr-choose-list-single {
    padding: 15px;
    padding-top: 30px;
    padding-bottom: 15px;
  }
}

.rr-choose-list-content h3 {
  font-size: 22px;
  color: var(--rr-theme-1);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

@media (max-width: 767px) {
  .rr-choose-list-content h3 {
    font-size: 18px;
  }
}

.rr-choose-list-content P {
  margin: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.rr-choose-list-icon span {
  height: 75px;
  width: 75px;
  background: #f2edf2;
  text-align: center;
  line-height: 75px;
  border-radius: 50%;
  color: var(--rr-theme-1);
  font-size: 35px;
  margin-top: -17px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  display: block;
}

.rr-choose-shap {
  position: absolute;
  right: 0;
  top: 0;
}

.rr-choose-list-icon {
  margin-top: 20px;
}


/*----------------------------------------*/
/*  7.7 error css start
/*----------------------------------------*/
.rr-error-title {
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 20px;
}

.rr-error-content span {
  color: #636363;
  font-size: 17px;
}

/* CSS */
section {
  padding-top: 70px;
  padding-bottom: 70px;
}

section.rr-choose-area {
  background-color: #f3f3f3;
}

.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.fa-arrow-left {
  background-color: var(--rr-theme-1);
  padding: 8px 9px;
  border-radius: 50px;
  float: left;
  position: relative;
  display: flex;
  margin: 0 10px;
}

.fa-arrow-right {
  background-color: var(--rr-theme-1);
  padding: 8px 9px;
  border-radius: 50px;
  float: left;
  position: relative;
  display: flex;
  margin: 0 10px;
}
/* who we are */
.counter-area {
  position: relative;
}

.counter-wrap {
  padding: 50px 15px 50px 30px;
  border-radius: 100px;
  position: relative;
  border: 10px solid #df5600;
  z-index: 1;
  background-image: url(assets/images/about/bg-img.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.counter-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  position: relative;
  z-index: 1;
}
.counter-box .icon {
  position: relative;
  font-size: 45px;
  width: 90px;
  height: 90px;
  line-height: 80px;
  text-align: center;
  color: var(--theme-color);
  z-index: 1;
}
.counter-box .icon::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: var(--color-white);
  transform: rotate(45deg);
  width: 100%;
  height: 100%;
  border-radius: 30px;
  z-index: -1;
}

.counter-box .icon img {
  width: 55px;
}

.counter-box .counter {
  display: block;
  line-height: 1;
  color: #fff;
  font-size: 50px;
  font-weight: 600;
}

.counter-box .title {
  color: #fff;
  margin-top: 20px;
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
}

@media all and (max-width: 991px) {
  .counter-area .counter-box {
    margin: 40px 0;
  }
}

.features-two__card {
  position: relative;
  padding: 20px 20px 20px;
  background-color: #fff;
  border-radius: 30px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  margin-bottom: 25px;
}

@media (max-width: 360px) {
  .features-two__card {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.features-two__card__bg {
  width: 100%;
  height: 100%;
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: inherit;
  overflow: hidden;
}
.features-two__card__bg::before {
  content: "";
  width: 200px;
  height: 100px;
  position: absolute;
  top: -58px;
  left: -113px;
  transform: rotate(-45deg);
  background-color: var(--rr-theme-1);
}
.features-two__card__bg__inner {
  width: 100%;
  height: 100%;
  position: relative;
  position: absolute;
  right: -100%;
  bottom: -100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: inherit;
  z-index: 1;
  transition: all 500ms ease;
}
.features-two__card__bg__inner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #df5600;
  border-radius: inherit;
}
.features-two__card:hover .features-two__card__bg__inner {
  right: 0px;
  bottom: 0px;
}
.features-two__card__content {
  position: relative;
  text-align: center;
  z-index: 2;
}
.features-two__card__icon-box {
  margin: 0 auto 15px;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background-color: #fff;
  background: linear-gradient(180deg, transparent 50%, RGBA(var(--insuba-base-rgb, 3, 101, 211), 0.09)) 50%;
  border-radius: 50%;
  transition: all 500ms ease;
}
.features-two__card:hover .features-two__card__icon-box {
  background: linear-gradient(180deg, transparent 50%, RGBA(var(--insuba-white-rgb, 255, 255, 255), 0.09)) 50%;
}
.features-two__card__icon {
  display: inline-flex;
  font-size: 50px;
  color: var(--rr-theme-1);
  transition: all 500ms ease;
}
.features-two__card__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.features-two__card:hover .features-two__card__icon {
  color: #fff;
  -webkit-animation-name: wobble-horizontal-hover;
  animation-name: wobble-horizontal-hover;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.features-two__card__title {
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.318;
  text-transform: capitalize;
}
.features-two__card__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.features-two__card__title a:hover {
  background-size: 100% 1px;
}

.features-two__card__text {
  margin: 0;
  transition: all 500ms ease;
}

.features-two__card:hover .features-two__card__title,
.features-two__card:hover .features-two__card__text {
  color: #fff;
}

.features-two__card__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 47px;
  height: 47px;
  position: absolute;
  left: 50%;
  bottom: -23px;
  transform: translateX(-50%);
  background-color: var(--rr-theme-1);
  border-radius: 50%;
  overflow: hidden;
  z-index: 2;
  transition: all 500ms ease;
}

.features-two__card__btn__icon {
  display: inline-flex;
  font-size: 20px;
  color: #fff;
  transition: all 500ms ease;
}

.features-two__card__btn__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.features-two__card__btn:hover .features-two__card__btn__icon {
  transform: rotate(90deg);
}

.features-two__card:hover .features-two__card__btn {
  background-color: var(--rr-theme-1);
}

.rr-about-area1 .item.bottom {
  top: auto;
  bottom: 60px;
  height: 70%;
}

.rr-about-area1 .item:first-child img {
  height: 100%;
}

.rr-about-area1 .item:first-child {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 600px;
}

.rr-about-area1 {
  background-color: #f5f5f5;
}

.shape-top-left {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  max-width: 22%;
}

.shape-top-left img {
    height: 100%;
    width: 100%;
}
.who-we {
  background-image: url(assets/images/about/27.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.he-1 {
  height: 261px;
}
/* career */
.img-radius {
  border-radius: 10px 50px;
}

.video-two {
  position: relative;
  padding-bottom: 265px;
  background-color: var(--insuba-black10, #000000);
  overflow: hidden;
}

@media (max-width: 767px) {
  .video-two {
    padding-bottom: 246px;
  }
}

@media (max-width: 575px) {
  .video-two {
    padding-bottom: 226px;
  }
}

.video-two__bg {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  mix-blend-mode: luminosity;
}

.pb-123 {
  padding-bottom: 44px;
}

.video-two__overlay {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.video-two__overlay::before {
  content: "";
  width: 60%;
  height: 100%;
  background: linear-gradient(57deg, rgb(255 255 255 / 90%), #00000000);
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 991px) {
  .video-two__overlay::before {
    width: 100%;
    background: RGBA(var(--insuba-base-rgb, 3, 101, 211), 0.7);
  }
}

.video-two__overlay::after {
  content: "";
  width: 50%;
  height: 100%;
  background: linear-gradient(178deg, transparent, #ffffff);
  position: absolute;
  top: 0;
  right: 0;
}

@media (max-width: 991px) {
  .video-two__overlay::after {
    display: none;
  }
}

.video-two__shape {
  width: 193px;
  height: 260px;
  position: absolute;
  top: 0;
  right: 315px;
  background: linear-gradient(180deg, RGBA(var(--insuba-base-rgb, 3, 101, 211), 0.8), transparent);
  transform: skewX(19deg);
  z-index: 3;
}

@media (max-width: 1799px) {
  .video-two__shape {
    right: 150px;
  }
}

@media (max-width: 1599px) {
  .video-two__shape {
    display: none;
  }
}

.video-two .container {
  position: relative;
  z-index: 2;
}

.video-two .sec-title {
  margin: 0;
}

@media (max-width: 991px) {
  .video-two .sec-title {
    text-align: center;
  }
}

.video-two .sec-title__top {
  background-color: var(--insuba-white, #ffffff);
}

.video-two .sec-title__box {
  background-color: var(--rr-theme-1);
}

.video-two .sec-title__box::after {
  border-color: transparent transparent transparent var(--rr-theme-1);
}

.video-two .sec-title__box__inner {
  background-color: var(--insuba-white, #ffffff);
}

.video-two .sec-title__tagline {
  color: var(--rr-theme-1);
}

.video-two .sec-title__title {
  color: #000;
}

.video-two__video-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-two__video-button::after {
  content: "";
  width: 585px;
  height: 742px;
  background-image: url(../images/shapes/video-shape-2-1.webp);
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 1199px) {
  .video-two__video-button::after {
    display: none;
  }
}

.video-two__video-button__inner {
  text-align: center;
}

.video-two__video-button .video-btn {
  margin: 0 auto 12px;
}

.video-two__video-button__text {
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: 17px;
  color: var(--insuba-white, #ffffff);
  font-weight: 500;
  text-transform: capitalize;
}

.video-two__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.jarallax-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: translateZ(0);
}
.work-planning-two {
  position: relative;
  padding-bottom: 80px;
  background-color: transparent;
}
.work-planning-two__overlay {
  width: 100%;
  height: calc(100% - 156px);
  position: absolute;
  left: 0;
  bottom: 0;
}

.work-planning-two__bg {
  width: 100%;
  height: calc(100% - 156px);
  position: relative;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  overflow: hidden;
}

.work-planning-two__bg__inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: -190px;
  background-position: center center;
  background-size: auto;
  background-repeat: repeat-x;
  animation: moveBackground 40s linear 0s infinite;
}

.work-planning-two .container {
  position: relative;
  z-index: 2;
}

.work-planning-two__inner {
  margin-top: -225px;
  position: relative;
  z-index: 2;
  background-color: var(--insuba-white, #ffffff);
  border-radius: 40px;
  overflow: hidden;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

@media (max-width: 991px) {
  .work-planning-two__inner {
    padding: 110px 40px 101px;
  }
}

@media (max-width: 767px) {
  .work-planning-two__inner {
    padding-top: 100px;
    padding-bottom: 91px;
  }
}

@media (max-width: 575px) {
  .work-planning-two__inner {
    padding-top: 80px;
    padding-bottom: 71px;
  }
}

@media (max-width: 390px) {
  .work-planning-two__inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.work-planning-two__top {
  margin-bottom: 110px;
  padding-left: 60px;
  padding-right: 60px;
}

@media (max-width: 991px) {
  .work-planning-two__top {
    padding: 0;
    margin-bottom: 49px;
  }
}

.work-planning-two__shape-one {
  max-width: 100%;
  height: auto;
  position: absolute;
  top: -585px;
  left: -176px;
}

.work-planning-two__shape-two {
  max-width: 100%;
  height: auto;
  position: absolute;
  top: -500px;
  right: -370px;
}

.work-planning-two__bg__inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: -190px;
  background-position: center center;
  background-size: auto;
  background-repeat: repeat-x;
  animation: moveBackground 40s linear 0s infinite;
}

.wi-conteiner {
  max-width: 1000px;
}


/* Industries Section */
.industries-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 25px;
  margin-top: 30px;
}

.industry-card {
  background: white;
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.industry-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, #ff6200, #833b00);
  transition: height 0.3s ease;
  z-index: -1;
}

.industry-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.industry-card:hover::before {
  height: 100%;
}

.industry-card:hover h3,
.industry-card:hover .icon {
  color: white;
}

.icon {
  font-size: 40px;
  color: var(--rr-theme-1);
  transition: all 0.3s ease;
}
.tp-feature-3-item img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image  {
    max-width: 100% !important;
    height: auto;
}
h3 {
  font-size: 20px;
}

/* Product Categories */
.products-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 30px;
}

.product-pill {
  background: white;
  padding: 12px 25px;
  border-radius: 50px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.product-pill::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #ff6200, #833b00);
  z-index: -1;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
}

.product-pill:hover {
  color: white;
  transform: translateY(-3px);
}

.product-pill:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}

/* Animation Delays */
.section:nth-child(1) {
  animation-delay: 0.1s;
}

.section:nth-child(2) {
  animation-delay: 0.3s;
}

.section:nth-child(3) {
  animation-delay: 0.5s;
}

/* Responsive */
@media (max-width: 768px) {
  .industries-grid {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  }

  .country-list {
    columns: 1;
  }
}


/** service-details **/

.service-sidebar {
  position: relative;
  display: block;
  margin-right: 20px;
}

.service-sidebar .category-widget {
  position: relative;
  display: block;
  border: 1px solid #e6ebed;
  padding: 22px 30px 9px 30px;
}

.service-sidebar .category-widget h3 {
  display: block;
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  margin-bottom: 21px;
}

.service-sidebar .category-widget .category-list li {
  position: relative;
  display: block;
}

.service-sidebar .category-widget .category-list li a {
  position: relative;
  display: block;
  font-size: 19px;
  line-height: 26px;
  font-weight: 500;
  color: #000;
  padding: 15px 0px 13px 0px;
  /* border-bottom: 1px solid #e6ebed; */
  z-index: 1;
}

.service-sidebar .sidebar-banner .image-box .icon-box:before {
  background: var(--rr-theme-1);
}

.service-sidebar .category-widget .category-list li:last-child a {
  border-bottom: none;
}

.service-sidebar .category-widget .category-list li a:hover,
.service-sidebar .category-widget .category-list li a.current {
  color: #fff;
}

.service-sidebar .category-widget .category-list li a:before {
  position: absolute;
  content: '';
  width: calc(100% - -20px);
  height: 100%;
  left: -30px;
  top: 0px;
  opacity: 0;
  z-index: -1;
  transition: all 500ms ease;
}

.service-sidebar .category-widget .category-list li a:hover:before,
.service-sidebar .category-widget .category-list li a.current:before,
.service-sidebar .category-widget .category-list li a:hover:after,
.service-sidebar .category-widget .category-list li a.current:after {
  opacity: 1;
}

.service-sidebar .category-widget .category-list li a:after {
  position: absolute;
  content: '';
  width: 30px;
  height: 100%;
  top: 0px;
  right: -20px;
  opacity: 0;
  z-index: -1;
  transition: all 500ms ease;
  clip-path: polygon(0% 0%, 100% 50%, 0% 100%, 0% 100%, 0% 0%);
}

.service-sidebar .category-widget {
  margin-bottom: 0px;
}

.service-sidebar .download-widget .download-list li {
  position: relative;
  display: block;
  margin-bottom: 32px;
  background: #f0f5f7;
  padding: 14px 20px 16px 80px;
}

.service-sidebar .download-widget .download-list li:last-child {
  margin-bottom: 0px;
}

.service-sidebar .download-widget .download-list li .icon {
  position: absolute;
  left: 20px;
  top: -12px;
  width: 40px;
  height: 50px;
  line-height: 58px;
  text-align: center;
  font-size: 24px;
  color: #fff;
}

.service-sidebar .download-widget .download-list li .icon:before {
  position: absolute;
  content: '';
  background: #0b9092;
  height: 12px;
  width: 10px;
  top: 0px;
  right: -10px;
  clip-path: polygon(0% 0%, 100% 100%, 0% 100%, 0% 100%, 0% 0%);
}

.service-sidebar .download-widget .download-list li h5 {
  display: block;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 5px;
}

.service-sidebar .download-widget .download-list li span {
  position: relative;
  display: block;
  line-height: 16px;
}

.service-sidebar .download-widget .download-list li a {
  position: absolute;
  top: 20px;
  right: 30px;
  display: inline-block;
  width: 38px;
  height: 38px;
  line-height: 44px;
  font-size: 16px;
  color: #fff;
  background: #16436f;
  text-align: center;
  z-index: 1;
}
.service-sidebar .download-widget {
  margin-bottom: 50px;
}
.service-sidebar .sidebar-banner .inner-box {
  position: relative;
  display: block;
  background: #16436f;
  padding: 20px 30px 40px 30px;
}

.service-sidebar .sidebar-banner .logo {
  position: relative;
  display: block;
  margin-bottom: 8px;
  z-index: 1;
}

.service-sidebar .sidebar-banner .image-box {
  position: relative;
  display: block;
  margin-left: 34px;
  max-width: 256px;
  margin-bottom: 12px;
}

.service-sidebar .sidebar-banner .image-box .image {
  position: relative;
  display: block;
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

.service-sidebar .sidebar-banner .image-box .image img {
  width: 100%;
}

.service-sidebar .sidebar-banner .image-box:before {
  position: absolute;
  content: '';
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  left: -1px;
  top: -1px;
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

.service-sidebar .sidebar-banner .image-box .icon-box {
  position: absolute;
  left: -41px;
  bottom: 30px;
  display: inline-block;
  width: 80px;
  height: 70px;
  line-height: 80px;
  text-align: center;
  font-size: 40px;
  color: #fff;
  z-index: 1;
}

.service-sidebar .sidebar-banner .image-box .icon-box:before {
  position: absolute;
  content: '';
  width: 80px;
  height: 70px;
  left: 0px;
  top: 0px;
  z-index: -1;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  transform: rotate(90deg);
}

.service-sidebar .sidebar-banner h3 {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 20px;
  z-index: 1;
}

.service-sidebar .sidebar-banner p {
  color: #d1dbe5;
  margin-bottom: 22px;
  z-index: 1;
}

.service-sidebar .sidebar-banner .shape .shape-1 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 228px;
  height: 140px;
  background-repeat: no-repeat;
  z-index: 1;
}

.service-sidebar .sidebar-banner .shape .shape-2 {
  position: absolute;
  right: -45px;
  bottom: 63px;
  width: 123px;
  height: 276px;
  background-repeat: no-repeat;
  z-index: 1;
}

.service-details-content {
  position: relative;
  display: block;
}

.service-details-content .content-one h2 {
  display: block;
  font-size: 35px;
  line-height: 47px;
  font-weight: 600;
  margin-bottom: 25px;
  color: var(--rr-theme-1);
}
.service-details-content .image-box {
  position: relative;
  display: block;
}
.service-details-content .image-box img {
  width: 100%;
}
.service-details-content .content-one .image-box {
  margin-bottom: 25px;
}

.service-details-content .content-one {
  margin-bottom: 18px;
}
.content-box1 h3 {
  font-size: 25px;
  line-height: 30px;
  font-weight: 600;
  color: var(--rr-theme-1);
  margin-bottom: 10px;
}

.service-details-content .content-two .content-box {
  position: relative;
  display: block;
}

.service-details-content h2 {
  font-size: 36px;
  line-height: 46px;
  font-weight: 500;
  margin-bottom: 12px;
}

.service-details-content .content-two .text {
  margin-bottom: 15px;
}

.service-details-content .content-two .single-item {
  position: relative;
  display: block;
  padding-left: 22px;
  margin-bottom: 15px;
}

.service-details-content .content-two .single-item:last-child {
  margin-bottom: 0px;
}

.service-details-content .content-two .single-item:before {
  position: absolute;
  content: '';
  width: 16px;
  height: 16px;
  left: 0px;
  top: 9px;
  border-radius: 50%;
}

.service-details-content .content-two .single-item h3 {
  position: relative;
  display: inline-block;
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  margin-bottom: 19px;
}

.service-details-content .content-two .single-item h3:before {
  position: absolute;
  content: '';
  background: #e6ebed;
  width: 100%;
  height: 5px;
  left: 0px;
  bottom: -1px;
}

.service-details-content .content-two .image-box {
  margin-bottom: 23px;
}

.service-details-content .content-two .list-item li {
  position: relative;
  display: block;
  margin-bottom: 8px;
  padding-left: 20px;
}

.inner-box.content-box1 {
  border: 4px double;
  padding: 15px;
  border-radius: 20px;
}

.service-details-content .content-two .list-item li:last-child {
  margin-bottom: 0px;
}

.service-details-content .content-two .list-item li:before {
  position: absolute;
  content: "\f336";
  font-family: "Font Awesome 6 Pro";
  font-size: 16px;
  left: 0px;
  top: 0px;
}

.service-2sec {
  background-image: url(assets/images/service/price-shape.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.inner-box.content-box2 {
  border: 4px solid var(--rr-theme-1);
  padding: 15px;
  border-radius: 30px 0 30px 0;
  background-color: #fff;
}

.single-item h3 {
  color: var(--rr-theme-1);
}

.service-details-content .content-three .text {
  position: relative;
  margin-bottom: 37px;
}

.service-details-content .content-three .inner-box {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.service-details-content .content-three .single-item .icon-box {
  position: relative;
  display: inline-block;
  margin-bottom: 18px;
}

.service-details-content .content-three .single-item .icon-box .icon {
  position: relative;
  display: inline-block;
  width: 140px;
  height: 130px;
  line-height: 146px;
  font-size: 56px;
  text-align: center;
  z-index: 1;
}

.service-details-content .content-three .single-item .icon-box .icon:before {
  position: absolute;
  content: '';
  background: #f0f5f7;
  width: 140px;
  height: 130px;
  left: 0px;
  top: 0px;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  transform: rotate(90deg);
  z-index: -1;
}

.service-details-content .content-three .single-item .icon-box span {
  position: absolute;
  top: -1px;
  right: -21px;
  width: 48px;
  height: 40px;
  line-height: 42px;
  font-size: 16px;
  color: #fff;
  font-family: 'Saira', sans-serif;
  font-weight: 500;
  text-align: center;
  z-index: 1;
}

.service-details-content .content-three .single-item .icon-box span:before {
  position: absolute;
  content: '';
  background: #fff;
  left: 0px;
  top: 0px;
  width: 48px;
  height: 40px;
  z-index: -1;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  transform: rotate(90deg);
}

.service-details-content .content-three .single-item .icon-box span:after {
  position: absolute;
  content: '';
  left: 4px;
  top: 4px;
  width: 38px;
  height: 32px;
  z-index: -1;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  transform: rotate(90deg);
}

.service-details-content .content-three .single-item h4 {
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  text-align: center;
}

.service-details-content .content-three .single-item .icon-box .shape {
  position: absolute;
  top: 40px;
  right: -145px;
  width: 120px;
  height: 46px;
  background-repeat: no-repeat;
}

.service-details-content .content-three .single-item .overlay-content {
  position: absolute;
  left: 0px;
  bottom: -165px;
  width: 100%;
  background: #fff;
  padding: 28px 30px 27px 30px;
  box-shadow: 0px -5px 30px 0px rgb(0 0 0 / 10%);
  opacity: 0;
  z-index: 1;
  visibility: hidden;
  transition: all 500ms ease;
}

.service-details-content .content-three .single-item:hover .overlay-content {
  opacity: 1;
  bottom: -155px;
  visibility: visible;
}

.service-details-content .content-three .single-item .overlay-content:before {
  position: absolute;
  content: '';
  background: #fff;
  width: 38px;
  height: 22px;
  top: -22px;
  clip-path: polygon(0% 0%, 50% 0%, 100% 100%, 0% 100%, 50% 0%);
}

.service-details-content .content-three .single-item:first-child .overlay-content:before {
  left: 50px;
}

.service-details-content .content-three .single-item:nth-child(2) .overlay-content:before {
  left: 50%;
  transform: translateX(-50%);
}

.service-details-content .content-three .single-item:last-child .overlay-content:before {
  right: 50px;
}

.service-details-content .content-three {
  margin-bottom: 45px;
}

.service-details-content .content-four {
  position: relative;
  padding-right: 100px;
  margin-bottom: 52px;
}

.service-details-content .content-four .shape {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 170px;
  height: 310px;
  background-repeat: no-repeat;
}
.service-details-content .content-four .text {
  margin-bottom: 32px;
}
.service-details-content .content-four .text h2 {
  margin-bottom: 2px;
}
.service-details-content .content-four .text p {
  color: #16436f;
}
.service-details-content .content-four .inner-box {
  position: relative;
  display: block;
  background: #fff2ea;
  padding: 19px 30px 30px 30px;
}

.service-details-content .content-four .list-inner {
  position: relative;
}

.service-details-content .content-four .list-style-one {
  float: left;
  width: 50%;
}

.service-details-content .content-four .list-style-one li {
  padding-top: 5px;
  padding-bottom: 12px;
  border-bottom: 1px dashed #c5cace;
}

.service-details-content .content-four .list-style-one li:last-child {
  border-bottom: none;
}

.service-details-content .content-four .list-style-one:first-child {
  padding-right: 30px;
}

.service-details-content .content-four .list-style-one:last-child {
  padding-left: 30px;
}

.service-details-content .content-four .list-style-one li:before {
  top: 6px;
}
.service-details-content .content-four .btn-box {
  padding-top: 13px;
}
.service-details-content .content-four .btn-box .theme-btn {
  width: 100%;
}

.service-details-content .content-four .btn-box .theme-btn i {
  position: relative;
  top: 1px;
  margin-left: 8px;
}

.service-details-content .content-five .title-text {
  margin-bottom: 29px;
}

.service-details-content {
  margin-top: -9px;
}

/** research-page-section **/
.research-page-section {
  position: relative;
}
.research-page-section .project-block-one .inner-box {
  margin-bottom: 30px;
}

.research-page-section .filter-btns li {
  position: relative;
  display: inline-block;
  margin-right: 50px;
  font-size: 14px;
  line-height: 24px;
  font-family: 'Saira', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  cursor: pointer;
  padding-top: 6px;
  transition: all 500ms ease;
}

.service-sidebar .download-widget .download-list li .icon {
  background: var(--rr-theme-1);
}

.service-sidebar .category-widget .category-list li a:before {
  background: var(--rr-theme-1);
}

.service-sidebar .category-widget .category-list li a:after {
  background: var(--rr-theme-1);
}

.service-details-content .content-two .single-item:before {
  border: 3px solid var(--rr-theme-1);
}

.service-details-content .content-two .list-item li:before {
  color: var(--rr-theme-1);
}

.list-style-one li:before {
  color: var(--rr-theme-1);
}

.research-page-section .filter-btns li:last-child {
  margin: 0px !important;
}

.research-page-section .filter-btns li:before {
  position: absolute;
  content: '';
  border: 2px solid #b8bdc1;
  width: 8px;
  height: 8px;
  bottom: 8px;
  right: -30px;
  border-radius: 50%;
}

.research-page-section .filter-btns li:last-child:before {
  display: none;
}

.research-page-section .filter-btns li:after {
  position: absolute;
  content: '';
  width: 0%;
  height: 2px;
  left: 0px;
  top: 0px;
  transition: all 500ms ease;
}

.research-page-section .filter-btns li.active:after {
  width: 100%;
}

.research-page-section .filters {
  position: relative;
  margin-bottom: 43px;
}

.research-page-section .more-btn {
  margin-top: 30px;
}

.service-thirteen__item {
  position: relative;
  z-index: 2;
  text-align: center;
  overflow: hidden;
  background-color: #fff;
  border-radius: 0 0 4px 4px;
  filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.08));
  counter-increment: count;
  margin: 0 0 30px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.service-thirteen__item__normal {
  position: relative;
  z-index: 1;
  padding: 30px 15px 15px;
  height: 100%;
  width: 100%;
}

ul.list-item.clearfix {
  text-align: left;
}

.service-thirteen__item__shape {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 201px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

.service-thirteen__item__title {
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  margin: 22px 0 15px;
}

.service-thirteen__item__text {
  line-height: 30px;
  font-size: 16px;
  font-weight: 600;
  margin: 0 35px 14px;
}

.service-thirteen {
  background-image: url(assets/images/service/ser-d-img.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.chooseus-style-two .shape .shape-3 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat
}

.chooseus-style-two {
  background: var(--hover1);
  position: relative
}

.chooseus-style-two1 {
  background: #fff
}

.chooseus-style-two .shape .shape-1 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 515px;
  height: 330px
}

.chooseus-style-two .shape .shape-1 {
  background: #eb7328
}

.chooseus-style-two .content-box {
  background: #fff;
  padding: 30px 30px 10px 30px;
  position: relative;
  z-index: 99;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 15px;
}

.chooseus-style-two .image-layer {
  position: absolute;
  right: 15px;
  top: 42px
}

.chooseus-style-two .content-box .inner-box .single-item {
    position: relative;
    display: block;
    margin-bottom: 20px;
    display: flex;
    gap: 20px;
}

.chooseus-style-two .content-box .inner-box .single-item .icon-box {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 1px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 40px;
  background: var(--primary);
  text-align: center;
  border-radius: 50%;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .1);
  z-index: 1;
  transition: all .5s ease;
  color: var(--white)
}

.chooseus-style-two .content-box .inner-box .single-item h4 {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #000;
}

.chooseus-style-two .content-box .inner-box .single-item:hover .icon-box:before {
  transform: scale(1, 1)
}

.chooseus-style-two .content-box .inner-box .single-item:hover i {
  color: var(--white)
}

.chooseus-style-two .content-box .inner-box .single-item .icon-box:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 50%;
  transform: scale(0, 0);
  z-index: -1;
  transition: all .5s ease
}



/*Multi Slider*/
.slider-container {
  width: 100%;
  padding: 20px 0;
  position: relative;
  overflow: hidden;
}

.slider-wrapper {
  display: flex;
  transition: transform 0.5s ease;
}

.slider-slide {
  flex: 0 0 auto;
  text-align: center;
  font-size: 18px;
  box-sizing: border-box;
  padding: 0 10px;
}

.slider-slide img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.slider-button {
  position: absolute;
  top: 39%;
  transform: translateY(-50%);
  z-index: 10;
  width: 40px;
  height: 40px;
  background: rgb(255 255 255);
  border-radius: 50%;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.rr-call-info span a {
  font-size: 18px;
}

.slider-button-next {
  right: 10px;
}

.slider-button-prev {
  left: 10px;
}

.slider-pagination {
  text-align: center;
  margin-top: 10px;
}

.slider-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background: #ccc;
  border-radius: 50%;
  cursor: pointer;
}

.slider-dot.active {
  background: #333;
}

.rr-contact-text span a {
  word-break: break-word;
  overflow-wrap: break-word;
  display: inline-block;
  /* Optional: ensures word-wrap applies cleanly */
  max-width: 100%;
  font-size: 17px;
  /* Optional: prevent overflow */
}


/* inquiry start */

.contact-two {
  position: relative;
  padding-top: 80px;
  background-color: var(--insuba-white8, #edf0f2);
}

.contact-two .container {
  position: relative;
  z-index: 1;
}

@media (min-width: 1200px) {
  .contact-two__wrapper {
    margin: 0;
    padding: 0;
    max-width: 100%;
    width: 45%;
    position: absolute !important;
    left: 0;
    bottom: 27px;
    z-index: 2 !important;
  }
}

@media (min-width: 1400px) {
  .contact-two__wrapper {
    width: 42.2%;
  }
}

@media (max-width: 1199px) {
  .contact-two__image {
    margin-bottom: 50px;
    display: table;
  }
}

.contact-two__image__inner {
  position: absolute;
  right: 110px;
  bottom: 200px;
}

@media (max-width: 1399px) {
  .contact-two__image__inner {
    right: 55px;
  }
}

@media (min-width: 1200px) and (max-width: 1299px) {
  .contact-two__image__inner {
    right: 20px;
  }
}

@media (max-width: 1199px) {
  .contact-two__image__inner {
    position: static;
  }
}

.contact-two__image__inner img {
  width: 450px;
  height: 450px;
  border-radius: 50%;
  border: 7px solid var(--insuba-white, #ffffff);
}

@media (max-width: 500px) {
  .contact-two__image__inner img {
    width: 380px;
    height: 380px;
  }
}

@media (max-width: 412px) {
  .contact-two__image__inner img {
    width: 343px;
    height: 343px;
  }
}

@media (max-width: 375px) {
  .contact-two__image__inner img {
    width: 328px;
    height: 328px;
  }
}

@media (max-width: 360px) {
  .contact-two__image__inner img {
    width: 288px;
    height: 288px;
  }
}

.contact-two__image__sahpe {
  max-width: 100%;
  height: auto;
}

@media (max-width: 1199px) {
  .contact-two__image__sahpe {
    display: none;
  }
}

.contact-two__call {
  position: relative;
  margin: -64px auto 0;
  display: table;
  z-index: 1;
}

.contact-two__call__inner {
  padding-right: 51px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 26px;
  background-color: #203240;
  border-radius: 43px;
  z-index: 1;
}

@media (max-width: 390px) {
  .contact-two__call__inner {
    padding: 30px;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 10px;
  }
}

.contact-two__call__inner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 6px solid var(--insuba-white, #ffffff);
  border-radius: inherit;
}

.contact-two__call__icon {
  width: 87px;
  height: 87px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 42px;
  color: var(--insuba-white, #ffffff);
  background-color: #ff6500;
  border: 6px solid var(--insuba-white, #ffffff);
  border-radius: 43px;
}

@media (max-width: 390px) {
  .contact-two__call__icon {
    width: 75px;
    height: 75px;
    font-size: 32px;
  }
}

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

.contact-two__call__title {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 700;
  color: var(--insuba-white, #ffffff);
  line-height: 1.4;
}

.contact-two__call__number {
  position: relative;
  z-index: 1;
  font-size: 16px;
  font-weight: 400;
  color: var(--insuba-white, #ffffff);
  line-height: 1;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.contact-two__call__number:hover {
  background-size: 100% 1px;
}

.contact-two__call__number:hover {
  color: var(--rr-theme-1);
}

.contact-two__content {
  position: relative;
  /* padding-left: 105px; */
}

@media (max-width: 767px) {
  .contact-two__content {
    padding-left: 90px;
  }
}

@media (max-width: 575px) {
  .contact-two__content {
    padding-left: 0px;
  }
}

.contact-two .sec-title {
  margin-bottom: 21px;
}

.contact-two__description {
  padding-right: 75px;
  margin-bottom: 24px;
}

@media (max-width: 767px) {
  .contact-two__description {
    padding-right: 0;
  }
}

@media (max-width: 575px) {
  .contact-two__description {
    margin-bottom: 40px;
  }
}

.contact-two__text {
  margin: 0;
}

.contact-two .contact__tab-box {
  position: static;
}

@media (min-width: 576px) {
  .contact-two .tab-buttons {
    margin: 0;
    position: absolute;
    top: 46.1%;
    left: -258px;
    transform: rotate(-90deg) translateY(-50%);
    z-index: 11;
  }
}

.contact-two .tab-buttons .tab-btn {
  padding-left: 19.4px;
  padding-right: 19.4px;
}

@media (max-width: 1199px) {
  .contact-two .tab-buttons .tab-btn {
    gap: 16px;
    font-size: 18px;
  }
}

@media (max-width: 575px) {
  .contact-two .tab-buttons .tab-btn {
    padding: 5px 20px;
    gap: 10px;
    font-size: 14px;
    border: 0;
    border: 1px solid var(--insuba-border-color, #dddddd);
  }
}

.contact-two .contact__tab-content {
  padding: 0;
  background-color: transparent;
  border-radius: 0;
}

.contact-two .contact__form {
  max-width: 500px;
}

.contact-two .contact__form__group {
  grid-gap: 19px;
}

.contact-two .contact__form__insurance-progress {
  margin-top: 3px;
}

.contact-two .contact__form__insurance-balance {
  color: var(--rr-theme-1);
}

.contact-two .contact__form button[type=submit] {
  margin-top: 15px;
  padding: 10.5px 25px;
  width: 100%;
  display: block;
}

.contact-two .contact__form .bootstrap-select>.dropdown-toggle {
  height: 55px;
  line-height: 55px;
}

.contact-two .contact__form .bootstrap-select .dropdown-menu>li>a {
  background-color: var(--insuba-white, #ffffff);
}

.contact-two .contact__form .bootstrap-select .dropdown-menu>li:hover>a,
.contact-two .contact__form .bootstrap-select .dropdown-menu>li.selected>a {
  background-color: var(--rr-theme-1);
  color: var(--insuba-white, #ffffff);
  border-color: var(--rr-theme-1);
}

.contact-two .contact__form input[type=text],
.contact-two .contact__form input[type=email],
.contact-two .contact__form input[type=password],
.contact-two .contact__form input[type=tel] {
  height: 55px;
}

.contact-two__shape {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.contact-two__shape__one {
  max-width: 100%;
  height: auto;
  position: absolute;
  right: 0;
  bottom: 147px;
  animation: moveHorizontal 4s ease infinite;
}

@media (max-width: 1599px) {
  .contact-two__shape__one {
    max-width: 250px;
    right: -70px;
  }
}

@media (max-width: 1399px) {
  .contact-two__shape__one {
    display: none;
  }
}

.contact-two__shape__two {
  max-width: 100%;
  height: auto;
  position: absolute;
  top: -120px;

  right: 0;
  animation: zump 2s linear infinite;
}

.contact-two--home-4 {
  padding-top: var(--section-space, 120px);
  background-color: var(--insuba-white, #ffffff);
}

@media (max-width: 767px) {
  .contact-two--home-4 {
    padding-top: 100px;
  }
}

@media (max-width: 575px) {
  .contact-two--home-4 {
    padding-top: 80px;
  }
}

.contact-two--home-4 .sec-title {
  padding-right: 60px;
}

@media (max-width: 1199px) {
  .contact-two--home-4 .sec-title {
    padding-right: 0;
  }
}

.contact-two--home-4 .contact-two__image {
  width: auto;
  position: relative;
  position: absolute;
  top: -28px;
  right: -111px;
  left: auto;
  bottom: auto;
}

@media (max-width: 1599px) {
  .contact-two--home-4 .contact-two__image {
    top: 0;
    right: -80px;
  }
}

@media (max-width: 1399px) {
  .contact-two--home-4 .contact-two__image {
    right: -30px;
  }
}

@media (max-width: 1299px) {
  .contact-two--home-4 .contact-two__image {
    right: 10px;
  }
}

@media (max-width: 1199px) {
  .contact-two--home-4 .contact-two__image {
    display: table;
    margin-bottom: 60px;
    position: relative;
    top: auto;
    right: auto;
  }
}

.contact-two--home-4 .contact-two__image__one {
  position: relative;
  max-width: 100%;
  height: auto;
  z-index: 1;
}

@media (max-width: 1599px) {
  .contact-two--home-4 .contact-two__image__one {
    max-width: 620px;
  }
}

@media (max-width: 1399px) {
  .contact-two--home-4 .contact-two__image__one {
    max-width: 560px;
  }
}

@media (max-width: 1299px) {
  .contact-two--home-4 .contact-two__image__one {
    max-width: 530px;
  }
}

@media (max-width: 1199px) {
  .contact-two--home-4 .contact-two__image__one {
    max-width: 100%;
  }
}

.contact-two--home-4 .contact-two__image__sahpe {
  position: absolute;
  right: 0;
  bottom: 117px;
  animation: zumpBottom 2s linear infinite;
}

@media (max-width: 575px) {
  .contact-two--home-4 .contact-two__image__sahpe {
    display: none;
  }
}

.contact-two--home-4 .contact-two__call {
  margin: 0;
  position: absolute;
  right: 56px;
  bottom: -7px;
  width: 87px;
  height: 87px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--rr-theme-1);
  border-radius: 50%;
  border: 4px solid var(--insuba-white, #ffffff);
  font-size: 35px;
  color: var(--insuba-white, #ffffff);
  z-index: 2;
}

.contact-two--home-4 .contact-two__call svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

@media (max-width: 1799px) {
  .contact-two--home-4 .contact-two__call {
    right: 80px;
    bottom: -20px;
  }
}

@media (max-width: 1199px) {
  .contact-two--home-4 .contact-two__call {
    bottom: -30px;
  }
}

@media (max-width: 767px) {
  .contact-two--home-4 .contact-two__call {
    right: 50px;
  }
}

@media (max-width: 500px) {
  .contact-two--home-4 .contact-two__call {
    right: 30px;
  }
}

.contact-two--home-4 .contact-two__shape-one {
  max-width: 100%;
  height: auto;
  position: absolute;
  right: 68px;
  bottom: 119px;
  animation: zump 2s linear infinite;
}

@media (max-width: 1799px) {
  .contact-two--home-4 .contact-two__shape-one {
    right: 25px;
    bottom: 60px;
  }
}

@media (max-width: 1599px) {
  .contact-two--home-4 .contact-two__shape-one {
    display: none;
  }
}

.contact-two .contact__form input[type=tel] {
  height: 55px;
}

.contact-two .contact__form__group {
  grid-gap: 19px;
}

@media (min-width: 768px) {
  .contact__form__group {
    grid-template-columns: repeat(2, 1fr);
  }
}

.contact__form__group {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 28px;
  margin: 0;
}

.contact__form input[type=text],
.contact__form input[type=email],
.contact__form input[type=password],
.contact__form input[type=tel],
.contact__form textarea {
  border: none;
  outline: none;
  padding: 0 26px;
  display: block;
  width: 100%;
  height: 50px;
  font-family: var(--insuba-font, "Roboto", sans-serif);
  color: var(--insuba-text, #636363);
  font-size: 16px;
  font-weight: 400;
  background-color: var(--insuba-white, #ffffff);
  border: 1px solid var(--insuba-gray7, #e8e7e7);
  border-radius: 30px;
  transition: all 400ms ease;
}



/* career contact */

.contact__wrapper {
  position: relative;
  z-index: 2;
  /* background-color: var(--insuba-white, #ffffff); */
}

.contact__call {
  padding: 9px 55px 6px 0;
  position: absolute;
  right: -160px;
  bottom: 115px;
  display: inline-flex;
  align-items: center;
  gap: 26px;
  background-color: #000000;
  border-radius: 50px;
  z-index: 2;
}

@media (max-width: 430px) {
  .contact__call {
    margin-bottom: 30px;
    position: static;
    padding: 40px 40px 32px;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 20px;
  }
}

@media (min-width: 431px) and (max-width: 575px) {
  .contact__call {
    padding: 12px 40px 9px 0;
    right: 10px;
    bottom: 150px;
    gap: 20px;
  }
}

@media (min-width: 576px) and (max-width: 991px) {
  .contact__call {
    right: -20px;
    bottom: 150px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .contact__call {
    padding: 12px 40px 9px 0;
    right: -15px;
    bottom: 150px;
    gap: 20px;
  }
}

@media (min-width: 1200px) and (max-width: 1299px) {
  .contact__call {
    right: 50px;
  }
}

@media (min-width: 1300px) and (max-width: 1399px) {
  .contact__call {
    right: -60px;
  }
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .contact__call {
    right: -90px;
  }
}

.contact__call::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 6px solid var(--insuba-white, #ffffff);
  border-radius: inherit;
}

@media (max-width: 430px) {
  .contact__call::after {
    display: none;
  }
}

.contact__call__icon {
  position: relative;
  margin-left: -11px;
  width: 87px;
  height: 87px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 42px;
  color: var(--insuba-white, #ffffff);
  background-color: var(--rr-theme-1);
  border: 6px solid var(--insuba-white, #ffffff);
  border-radius: 43px;
  z-index: 1;
}

@media (max-width: 575px) {
  .contact__call__icon {
    width: 70px;
    height: 70px;
    font-size: 30px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .contact__call__icon {
    width: 70px;
    height: 70px;
    font-size: 30px;
  }
}

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

.contact__call__title {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 700;
  color: var(--insuba-white, #ffffff);
  line-height: 1.4;
}

@media (max-width: 430px) {
  .contact__call__title {
    margin-bottom: 10px;
  }
}

.contact__call__number {
  position: relative;
  z-index: 1;
  font-size: 16px;
  font-weight: 400;
  color: var(--insuba-white, #ffffff);
  line-height: 1;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.contact__call__number:hover {
  background-size: 100% 1px;
}

.contact__call__number:hover {
  color: var(--rr-theme-1);
}

.contact__inner {
  position: relative;
  padding: 23px 18px 24px 54px;
  border: 4px dotted var(--rr-theme-1);
  border-radius: 30px;
}

.rr-price-2-title-box p {
  color: #000;
}
@media (max-width: 1199px) {
  .contact__inner {
    padding: 40px 30px;
  }
}

@media (max-width: 430px) {
  .contact__inner {
    padding: 20px;
  }
}

.contact__inner__shape-box {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  overflow: hidden;
}

.contact__inner__shape {
  width: 276px;
  height: 329px;
  background-color: var(--rr-theme-1);
  position: relative;
  position: absolute;
  top: -192px;
  right: 0;
  transform: rotate(-20deg);
}

@media (max-width: 1199px) {
  .contact__inner__shape {
    display: none;
  }
}

.contact__inner__shape::before {
  content: "";
  width: 299px;
  height: 146px;
  background-color: var(--rr-theme-1);
  position: absolute;
  top: -97px;
  left: -209px;
  transform: rotate(20deg) skewY(68deg);
}

.contact__inner__shape::after {
  content: "";
  width: 293px;
  height: 152px;
  background-color: var(--rr-theme-1);
  position: absolute;
  top: 288px;
  right: -37px;
  transform: rotate(20deg) skewY(55deg);
}

.contact__row {
  position: relative;
  z-index: 1;
  --bs-gutter-x: 76px;
}

@media (max-width: 1199px) {
  .contact__row {
    --bs-gutter-x: 40px;
  }
}

.contact__form-col {
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
  width: 35.536%;
}

@media (max-width: 991px) {
  .contact__form-col {
    width: 100%;
  }
}

.contact__image-col {
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
    width: 64.464%;
  /* padding-left: 0; */
}

@media (max-width: 991px) {
  .contact__image-col {
    width: 100%;
  }
}

.contact__tab-box {
  position: relative;
  display: block;
}

.contact__tab-box .tab-buttons {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 43px;
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  z-index: 1;
}

@media (max-width: 575px) {
  .contact__tab-box .tab-buttons {
    gap: 15px;
  }
}

.contact__tab-box .tab-buttons .tab-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  cursor: pointer;
  padding: 7.5px 28.7px;
  font-family: var(--insuba-heading-font, "Poppins", serif);
  font-size: 18px;
  font-weight: 700;
  color: var(--insuba-black, #122f2a);
  text-transform: capitalize;
  background-color: var(--insuba-white, #ffffff);
  border-radius: 0;
  border-top: 1px solid var(--insuba-border-color, #dddddd);
  border-right: 1px solid var(--insuba-border-color, #dddddd);
  border-bottom: 1px solid var(--insuba-border-color, #dddddd);
  overflow: visible;
  z-index: 1;
  transition: all 500ms ease;
}

.contact__tab-box .tab-buttons .tab-btn:first-child {
  border-left: 1px solid var(--insuba-border-color, #dddddd);
}

@media (max-width: 1199px) {
  .contact__tab-box .tab-buttons .tab-btn {
    padding-left: 20px;
    padding-right: 20px;
    gap: 10px;
    font-size: 14px;
  }
}

@media (max-width: 575px) {
  .contact__tab-box .tab-buttons .tab-btn {
    padding-top: 5px;
    padding-bottom: 5px;
    border: 0;
    border: 1px solid var(--insuba-border-color, #dddddd);
  }
}

.contact__tab-box .tab-buttons .tab-btn:hover {
  color: var(--insuba-white, #ffffff);
  border-color: var(--rr-theme-1);
}

.contact__tab-box .tab-buttons .tab-btn__icon {
  font-size: 20px;
}

.contact__tab-box .tab-buttons .tab-btn.active-btn {
  color: var(--insuba-white, #ffffff);
  background-color: var(--rr-theme-1);
  border-color: var(--rr-theme-1);
}

.contact__tab-box .tabs-content {
  position: relative;
  display: block;
}

.contact__tab-box .tabs-content .tab {
  position: relative;
  display: none;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
  z-index: 10;
}

.contact__tab-box .tabs-content .tab.active-tab {
  display: block;
}

.contact__tab-content {
  padding: 49px 51px 51px;
  background-color: var(--insuba-white5, #f0f5f5);
  border-radius: 20px;
}

@media (max-width: 1199px) {
  .contact__tab-content {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 430px) {
  .contact__tab-content {
    padding: 29px 25px 31px;
  }
}

@media (max-width: 360px) {
  .contact__tab-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.contact__title {
  margin-bottom: 29px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.218;
  color: #fff;
  text-align: center;
}

.contact__form__group {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 28px;
  margin: 0;
}

@media (min-width: 768px) {
  .contact__form__group {
    grid-template-columns: repeat(2, 1fr);
  }
}

.contact__form__control {
  border: none;
  width: auto;
  height: auto;
  border-radius: 0;
  padding: 0;
  position: relative;
}

.contact__form__control--full {
  grid-column-start: 1;
  grid-column-end: -1;
}

.contact__form .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  position: relative;
  display: block;
  width: 100% !important;
  font-family: var(--insuba-font, "Roboto", sans-serif);
}

.contact__form .bootstrap-select>.dropdown-toggle::after {
  display: none;
}

.contact__form .bootstrap-select>.dropdown-toggle {
  position: relative;
  height: 50px;
  outline: none !important;
  border-radius: 30px;
  border: 1px solid var(--insuba-gray7, #e8e7e7);
  background-color: var(--insuba-white, #ffffff) !important;
  margin: 0;
  padding: 0;
  padding-left: 26px;
  padding-right: 26px;
  font-family: var(--insuba-font, "Roboto", sans-serif);
  color: var(--insuba-text, #636363) !important;
  text-transform: capitalize;
  font-size: 16px;
  line-height: 50px;
  font-weight: 400;
  box-shadow: none !important;
  background-repeat: no-repeat;
  background-size: 14px 12px;
  background-position: right 25.75px center;
}

@media (max-width: 375px) {
  .contact__form .bootstrap-select>.dropdown-toggle {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.contact__form .bootstrap-select>.dropdown-toggle::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 26px;
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-weight: 900;
  font-size: 16px;
  color: var(--insuba-text, #636363);
}

@media (max-width: 375px) {
  .contact__form .bootstrap-select>.dropdown-toggle::before {
    right: 20px;
  }
}

.contact__form .bootstrap-select .dropdown-menu>li+li>a {
  border-top: 1px solid var(--insuba-border-color, #dddddd);
}

.contact__form .bootstrap-select .dropdown-menu {
  border: none;
}

.contact__form .bootstrap-select .dropdown-menu>li>a {
  font-family: var(--insuba-font, "Roboto", sans-serif);
  font-size: 15px;
  font-weight: 400;
  padding: 10px 22px;
  color: var(--insuba-black, #122f2a);
  background-color: var(--insuba-white2, #ecf2f2);
  text-transform: capitalize;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.contact__form .bootstrap-select .dropdown-menu>li:hover>a,
.contact__form .bootstrap-select .dropdown-menu>li.selected>a {
  background-color: var(--rr-theme-1);
  color: var(--insuba-white, #ffffff);
  border-color: var(--rr-theme-1);
}

.contact__form .bootstrap-select>.dropdown-toggle {
  display: flex;
  align-items: center;
}

.contact__form .bootstrap-select>.dropdown-toggle .filter-option {
  display: flex;
  align-items: center;
}

.contact__form input[type=text],
.contact__form input[type=email],
.contact__form input[type=password],
.contact__form input[type=tel],
.contact__form textarea {
  border: none;
  outline: none;
  padding: 0 26px;
  display: block;
  width: 100%;
  height: 50px;
  color: var(--insuba-text, #636363);
  font-size: 16px;
  font-weight: 400;
  background-color: var(--insuba-white, #ffffff);
  border: 1px solid #ff6a00;
  border-radius: 30px;
  transition: all 400ms ease;
}

.contact__form input[type=text]:focus,
.contact__form input[type=email]:focus,
.contact__form input[type=password]:focus,
.contact__form input[type=tel]:focus,
.contact__form textarea:focus {
  color: var(--insuba-black, #122f2a);
  border-color: var(--rr-theme-1);
}

@media (max-width: 375px) {

  .contact__form input[type=text],
  .contact__form input[type=email],
  .contact__form input[type=password],
  .contact__form input[type=tel],
  .contact__form textarea {
    padding-left: 23px;
    padding-right: 23px;
  }
}

.contact__form__insurance-progress {
  margin-top: -4px;
}

.contact__form__insurance-progress-title {
  margin-bottom: 12px;
  font-family: var(--insuba-font, "Roboto", sans-serif);
  font-size: 16px;
  color: var(--insuba-text, #636363);
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.75;
}

.contact__form__insurance-balance {
  margin: 0;
  font-weight: 700;
}

.contact__form__insurance-balance-box {
  position: absolute;
  top: 0;
  right: 0;
}

.contact__form__insurance-progress-range {
  width: calc(100% - 8px);
  margin-left: auto;
  margin-right: auto;
}

.contact__form__insurance-progress-range .irs-single,
.contact__form__insurance-progress-range .irs-from,
.contact__form__insurance-progress-range .irs-to {
  display: none;
}

.contact__form__insurance-progress-range .irs--flat {
  position: relative;
  height: 4px;
}

.contact__form__insurance-progress-range .irs--flat::after {
  content: "";
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid var(--rr-theme-1);
  border-radius: 10px;
}

.contact__form__insurance-progress-range .irs--flat .irs-handle,
.contact__form__insurance-progress-range .irs--flat .irs-line,
.contact__form__insurance-progress-range .irs--flat .irs-bar {
  top: 0;
}

.contact__form__insurance-progress-range .irs--flat .irs-line {
  height: 4px;
  border-radius: 6px;
  border: 0;
  background-color: var(--insuba-gray4, #dbdbdb);
}

.contact__form__insurance-progress-range .irs--flat .irs-bar {
  height: 4px;
  border-radius: 4px;
  background-color: var(--rr-theme-1);
}

.contact__form__insurance-progress-range .irs--flat .irs-handle {
  cursor: pointer;
  height: 20px;
  width: 20px;
  background-color: var(--rr-theme-1);
  border: 0;
  border-radius: 50%;
  top: -9px;
}

.contact__form__insurance-progress-range .irs--flat .irs-handle i {
  display: none;
}

.contact__form button[type=submit] {
  margin-top: 16px;
}

.contact__image {
  position: relative;
}

.contact__image::after {
  content: "";
  position: absolute;
  top: -12px;
  right: -8px;
  width: 100%;
  height: 100%;
  background-color: var(--insuba-white, #ffffff);
  border-radius: 20px;
}

@media (max-width: 1199px) {
  .contact__image::after {
    display: none;
  }
}

.contact__image img {
  position: relative;
  z-index: 1;
  width: 100%;
  display: block;
  border-radius: 20px;
}

.contact__umbrella-image {
  max-width: 100%;
  height: auto;
  position: absolute;
  left: 125px;
  bottom: 357px;
  animation: zump 2s linear infinite;
}

@media (max-width: 1599px) {
  .contact__umbrella-image {
    max-width: 95px;
    left: 30px;
  }
}

@media (max-width: 1399px) {
  .contact__umbrella-image {
    display: none;
  }
}

.contact__call-image {
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 244px;
  right: 79px;
  animation: treeMove 6s ease infinite;
}

@media (max-width: 1599px) {
  .contact__call-image {
    width: 80px;
    right: 40px;
  }
}

@media (max-width: 1399px) {
  .contact__call-image {
    display: none;
  }
}

.contact-one {
  margin-bottom: -230px;
  position: relative;
  z-index: 1;
  background-color: transparent;
}

.contact-one__inner {
  position: relative;
  background-color: var(--rr-theme-1);
  border-radius: 50px;
}

@media (max-width: 767px) {
  .contact-one__inner {
    border-radius: 30px;
  }
}

.contact-one__inner::after {
  content: "";
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 10px solid var(--insuba-white7, #fffcf6);
  border-radius: inherit;
}

.contact-one__wrapper {
  padding: 76px 70px 80px;
  position: relative;
  z-index: 1;
  background-color: var(--rr-theme-1);
  border-radius: 40px;
}

@media (max-width: 1199px) {
  .contact-one__wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (max-width: 991px) {
  .contact-one__wrapper {
    padding-top: 180px;
  }
}

@media (max-width: 767px) {
  .contact-one__wrapper {
    border-radius: 20px;
  }
}

@media (max-width: 430px) {
  .contact-one__wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 390px) {
  .contact-one__wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.contact-one__wrapper__shape {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  border-radius: inherit;
  z-index: 1;
}

.contact-one__shape-one {
  position: absolute;
  top: -80px;
  left: -88px;
  z-index: 1;
}

@media (max-width: 767px) {
  .contact-one__shape-one {
    display: none;
  }
}

.contact-one__shape-two {
  position: absolute;
  right: -366px;
  bottom: -390px;
}

.contact-one .row {
  position: relative;
  z-index: 2;
}

.contact-one__col-image {
  position: relative;
  flex: 0 0 auto;
  width: 50%;
}

@media (max-width: 1199px) {
  .contact-one__col-image {
    width: 45%;
  }
}

@media (max-width: 991px) {
  .contact-one__col-image {
    width: 100%;
  }
}

.contact-one__col-form {
  flex: 0 0 auto;
  width: 50%;
}

@media (max-width: 1199px) {
  .contact-one__col-form {
    width: 55%;
  }
}

@media (max-width: 991px) {
  .contact-one__col-form {
    width: 100%;
  }
}

.contact-one__video {
  padding: 37px 30px 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  position: relative;
  position: absolute;
  top: -76px;
  right: 41px;
  background-color: var(--insuba-black5, #0f3667);
  text-align: center;
  z-index: 1;
}

@media (max-width: 1199px) {
  .contact-one__video {
    right: 20px;
  }
}

@media (max-width: 991px) {
  .contact-one__video {
    top: -180px;
    right: auto;
    left: 15px;
  }
}

.contact-one__video::after {
  content: "";
  width: 100%;
  height: 4px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: var(--insuba-white, #ffffff);
}

.contact-one__video__title {
  margin: 0;
  font-size: 17px;
  font-weight: 500;
  color: var(--insuba-white, #ffffff);
  text-transform: capitalize;
  line-height: 1.47;
}

@media (max-width: 575px) {
  .contact-one__video__title br {
    display: inline-block;
  }
}

.contact-one__image {
  width: 100%;
  position: relative;
  position: absolute;
  left: 26px;
  bottom: -80px;
  overflow: hidden;
}

@media (max-width: 1199px) {
  .contact-one__image {
    left: -10px;
  }
}

@media (max-width: 991px) {
  .contact-one__image {
    display: none;
  }
}

.contact-one__image::before {
  content: "";
  width: 409px;
  height: 409px;
  position: absolute;
  left: 0;
  bottom: -164px;
  background-color: var(--insuba-white, #ffffff);
  border-radius: 50%;
}

@media (max-width: 1199px) {
  .contact-one__image::before {
    width: 394px;
    height: 394px;
    bottom: -108px;
  }
}

.contact-one__image::after {
  content: "";
  width: 383px;
  height: 383px;
  position: absolute;
  left: 14px;
  bottom: -153px;
  background-color: var(--insuba-black5, #0f3667);
  border-radius: 50%;
  z-index: 1;
}

@media (max-width: 1199px) {
  .contact-one__image::after {
    width: 370px;
    height: 370px;
    left: 12px;
    bottom: -95px;
  }
}

.contact-one__image__one {
  position: relative;
  max-width: 100%;
  height: auto;
  z-index: 2;
}

.contact-one__image__two {
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 40%;
  right: 18px;
  animation: zumpBottom 2s linear infinite;
}

@media (max-width: 1199px) {
  .contact-one__image__two {
    display: none;
  }
}

.contact-one__title {
  margin-bottom: 28px;
  font-size: 35px;
  color: var(--insuba-white, #ffffff);
  font-weight: 700;
  line-height: 1.314;
}

@media (max-width: 575px) {
  .contact-one__title {
    font-size: 33px;
  }
}

.contact-one .contact__form {
  padding-right: 73px;
}

@media (max-width: 1199px) {
  .contact-one .contact__form {
    padding-right: 0;
  }
}

.contact-one .contact__form__insurance-progress-title,
.contact-one .contact__form__insurance-balance {
  color: var(--insuba-white, #ffffff);
}

.contact-one .contact__form__insurance-progress-range .irs--flat::after {
  border-color: var(--insuba-black5, #0f3667);
}

.contact-one .contact__form__insurance-progress-range .irs--flat .irs-bar {
  background-color: var(--insuba-black3, #19232b);
}

.contact-one .contact__form__insurance-progress-range .irs--flat .irs-handle {
  background-color: var(--insuba-white, #ffffff);
}

.contact__tab-content {
  padding: 49px 51px 51px;
  background-color: #df5600b5;
  border-radius: 20px;
}

.contact__form__control textarea {
  height: 100px;
  /* or as needed */
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px;
  line-height: 1.5;
  resize: none;
  /* optional */
  box-sizing: border-box;
}

.slider-slide p {
  font-size: 20px;
  font-weight: 600;
}

.contact__form__control input[type="file"]::-webkit-file-upload-button {
  background: var(--rr-theme-1);
  color: white;
  border: none;
  padding: 8px 12px !important;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 500;
}

.contact__form__control input[type="file"] {
  width: 100%;
  /* Full width */
  border: 1px solid var(--rr-theme-1);
  /* Gray border */
  padding: 6px 0px;
  /* Spacing inside input */
  border-radius: 30px;
  font-size: 16px;
  box-sizing: border-box;
  background-color: #fff;
}

.pr-0{
  padding-right: 13px;
}
.rr-about-btn {
    line-height: 0;
}
.list-item li{
  list-style: none;
}

/* partner */
.tp-feature-3-bg {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.tp-feature-3-item {
    background-color: #fff;
    padding: 35px 29px 30px 21px;
    display: inline-block;
    /* margin-right: 30px; */
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    box-shadow: 0px 4px 40px 0px rgba(23, 19, 4, 0.06);
    width: 276px;
    margin-bottom: 20px;
    border-radius: 30px;
    height: 200px;
    border-top: 4px solid var(--rr-theme-1);

}
.tp-feature-3-item::before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 2px;
    width: 100%;
    background-color: var(--rr-theme-1);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.tp-feature-3-item-icon i {
    font-size: 66px;
    color: var(--rr-theme-1);
}
.tp-feature-3-item-title {
    font-size: 16px;
    font-weight: 500;
}
.tp-feature-3-item::after{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: -webkit-linear-gradient(90deg, rgb(223 86 0) 31%, rgb(13 110 253 / 71%) 100%, #0d6efd 100%);
    box-shadow: 0px 4px 40px 0px rgba(23, 19, 4, 0.06);
    z-index: -1;
    transition: 0.4s;
    opacity: 0;
}
.tp-feature-3-item-icon{
    margin-bottom: 13px;
}
.tp-feature-3-item-icon i {
    font-size: 66px;
    color: var(--rr-theme-1);
}
.tp-feature-3-item-content span{
    -webkit-text-stroke: 1px rgba(15, 13, 29, 0.059);
    -webkit-text-fill-color: transparent;
    display: inline-block;
    font-size: 150px;
    font-weight: 900;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    bottom: 35px;
    text-transform: uppercase;
}
.tp-feature-3-item:hover::after {
    background-color: transparent;
    opacity: 1;
}
.tp-feature-3-item:hover .tp-feature-3-item-title {
    color: #fff;
}
.tp-feature-3-item:hover .tp-feature-3-item-icon img {
  filter: brightness(0) invert(1);
}

.rr-about-main-img img {
    width: 100%;
    height: auto;
}

/* about us  */
.main img{
  width: 100%;
  height: auto;
}

/* Single Item Container */
.single-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 20px;
  border-radius: 8px;
  transition: all 0.3s ease;
  background-color: #fff;
  height: 100%;
}

.single-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* Icon Container */
.single-item-icon {
  flex: 0 0 60px;
  width: 60px;
  height: 60px;
  min-width: 60px;
  background: #f8f9fa;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

/* Image Styling */
.single-item-icon img {
  width: 36px;
  height: 36px;
  object-fit: contain;
  transition: all 0.3s ease;
}

.single-item:hover .single-item-icon img {
  transform: scale(1.1);
}

/* Content Area */
.single-item-content {
  flex: 1;
}

.single-item-content h4 {
  margin: 0 0 12px 0;
  color: #2a2a2a;
  font-size: 18px;
  font-weight: 600;
}

.single-item-content p {
  margin: 0;
  color: #000;
  line-height: 1.6;
  font-size: 15px;
}

/* Optional: Add different colored backgrounds for icons */
.single-item:nth-child(odd) .single-item-icon {
  background-color: rgba(74, 108, 247, 0.1);
}

.single-item:nth-child(even) .single-item-icon {
  background-color: rgba(46, 204, 113, 0.1);
}

/* map section */
/* Country Groups Section */
.country-groups {
  padding: 60px 20px;
  max-width: 1400px;
  margin: 0 auto;
  background-image: url(assets/images/flag/services-world-map.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

    .region-box {
      background-color: #f0efff8c;
      border-radius: 12px;
      padding: 20px;
      margin-bottom: 20px;
      box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    }
    .country-list a {
      display: flex;
      align-items: center;
      gap: 10px;
      margin-bottom: 10px;
      text-decoration: none;
      color: #000;
    }
    .country-list a img {
      width: 30px;
      height: 30px;
      object-fit: cover;
      border-radius: 50%;
    }
    .region-title {
      font-weight: 600;
      font-size: 1.2rem;
      margin-bottom: 15px;
    }
.region-box {
  height: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.country-list .row > .col-6 {
  padding: 5px 8px;
}
.rr-contact-form-box .font-s{
  font-size: 23px;
}
.country-list a {
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 6px;
  padding: 6px 10px;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  text-decoration: none;
  transition: background-color 0.2s ease-in-out;
}

.country-list a:hover {
  background-color: #e0e0e0;
}

.country-list img {
  width: 30px;
  height: 30px;
  object-fit: cover;
  margin-right: 10px;
  border-radius: 3px;
}
.country-groups .row.g-4 {
  --bs-gutter-x: 1rem;
  --bs-gutter-y: 1rem;
}
.country-groups .container {
  padding-bottom: 30px;
}
/* faq service detail */
        .faq-section {
            margin-bottom: 3rem;
        }
        
        .section-title {
            color: #df5600;
            border-left: 5px solid #df5600;
            padding-left: 15px;
            margin: 2rem 0 1.5rem;
            font-weight: 600;
        }
        
        .accordion-button {
            font-weight: 600;
            color: #333;
            background-color: white;
            box-shadow: 0 2px 5px rgba(0,0,0,0.05);
            border-radius: 5px !important;
            padding: 1.25rem;
        }
        
        .accordion-button:not(.collapsed) {
            color: #df5600;
            background-color: rgba(223, 86, 0, 0.1);
            box-shadow: 0 2px 5px rgba(0,0,0,0.05);
        }
        
        .accordion-button:focus {
            box-shadow: 0 0 0 0.25rem rgba(223, 86, 0, 0.25);
            border-color: #df5600;
        }
        
        .accordion-item {
            border: 1px solid rgba(0,0,0,0.1);
            border-radius: 5px !important;
            margin-bottom: 15px;
            overflow: hidden;
        }
        
        .accordion-body {
            padding: 1.5rem;
            background-color: white;
        }
        
        .service-list {
            list-style-type: none;
            padding-left: 0;
        }
        
        .service-list li {
            padding: 0.5rem 0;
            position: relative;
            padding-left: 30px;
        }
        
        .service-list li:before {
            content: "\f058";
            font-family: "Font Awesome 6 Free";
            font-weight: 900;
            color: #df5600;
            position: absolute;
            left: 0;
            top: 7px;
        }
        
        @media (max-width: 768px) {
            .accordion-button {
                padding: 1rem;
                font-size: 0.95rem;
            }
            
            .accordion-body {
                padding: 1rem;
            }
        }

.accordion-button::after {
    font-family: "Font Awesome 6 Free";  
    font-weight: 900;                  
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    margin: 0 5px;
    content: "\2b"; 
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
    font-size: 1rem;
    color: var(--bs-accordion-btn-color);
    text-align: left;
    background-color: var(--bs-accordion-btn-bg);
    border: 1px solid #df5600;
    border-radius: 0;
    overflow-anchor: none;
    transition: var(--bs-accordion-transition);
    justify-content: space-between;
}

.rr-slider-2-content.z-index-2{
    background-color: #000000ba;
    padding: 30px;
    border-radius: 85px 0 85px 0;
}
div#section-a h2 {
    font-size: 22px;
    color:var(--rr-theme-1);
    margin-top: 20px;
}
/* .wp-block-list li {
    display: flex;
} */
.wp-block-list li {
    padding: 0.5rem 0;
    position: relative;
    padding-left: 30px;
}
.desktop{
  display: block;
}
.mobile{
  display: none;
}
img.img-radius {
    width: 100%;
    height: auto;
}
@media (max-width:1200px) {
  .tp-feature-3-item {
    background-color: #fff;
    padding: 25px 15px 20px 15px;
    display: inline-block;
    /* margin-right: 30px; */
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: 0.3s;
    position: relative;
    box-shadow: 0px 4px 40px 0px rgba(23, 19, 4, 0.06);
    width: 233px;
    margin-bottom: 15px;
    border-radius: 30px;
    height: 200px;
    border-top: 4px solid var(--rr-theme-1);
}
}
@media (max-width:992px) {
  .tp-feature-3-item {
    width: 244px;
}
section{
  padding-bottom: 50px;
  padding-top: 50px;
}
.pt-70 {
    padding-top: 50px;
}
.rr-choose-list-content h3 {
    font-size: 18px;
}
.breadcrumb__height{
    padding: 50px 0px;
}
.breadcrumb__title {
    font-size: 30px;
    margin-bottom: 10px;
}
.content-side {
    margin-top: 25px;
}
.rr-footer-title {
    margin-top: 0px;
}
.rr-footer-list {
    padding-top: 15px;
}
}

@media (max-width: 767px) {
    .tp-feature-3-item {
        width: 272px;
    }
.desktop{
  display: none;
}
.mobile{
  display: block;
}
.mb-20 {
    margin-bottom: 5px;
}
.main-footer__bottom__pyment.text-white{
    text-align: center;
}
.contact__tab-content {
    padding: 20px;
}
    .contact__inner {
        padding: 25px;
    }
}

@media (max-width: 576px) {
    .tp-feature-3-item {
        width: 175px;
    }
    .tp-feature-3-wrapper {
    width: 50%;
}
    .breadcrumb__title {
        font-size: 16px !important;
        margin-bottom: 10px;
    }
section{
  padding-bottom: 25px;
  padding-top: 25px;
}
.pt-70 {
    padding-top: 25px;
}
.mb-50 {
    margin-bottom: 25px;
}
.chooseus-style-two .content-box {
    padding: 15px;
}
.single-item {
    padding: 12px;
}
.chooseus-style-two .content-box .inner-box .single-item h4 {
    font-size: 18px;
}
.service-sidebar .category-widget .category-list li a {
    font-size: 16px;
    padding: 10px 0px 10px 0px;
}
.rr-slider-2-content.z-index-2 {
    padding: 20px;
}
.rr-slider-2-height {
    padding: 35px 8px;
}
    .rr-slider-2-img {
    position: absolute;
    right: -544px;
    }
}


@media (max-width: 400px) {
  .tp-feature-3-wrapper {
    width: 100%;
  }
      .tp-feature-3-item {
        width: 100%;
    }
        .rr-section-title {
        font-size: 20px;
    }
.main-navigation a {
    font-size: 14px !important;
}
}

.rr-india-map {
    width: 148px;
    height: 65px;
    background: var(--rr-common-white);
    text-align: center;
    line-height: 65px;
    border-radius: 15px;
    color: var(--rr-theme-1);
    font-size: 25px;
}
.contact {
  background-image: url(assets/images/contact/career-bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.contact-left {
      width: 40%;
      background: #df5600;
      padding: 30px;
      color: #fff;
    }

    .contact-left h2 {
      margin-bottom: 10px;
      font-size: 28px;
    }

    .contact-left p {
      margin-bottom: 30px;
    }

    .contact-info-box {
      background: #fff;
      color: #000;
      border-radius: 10px;
      padding: 20px;
      margin-bottom: 20px;
    }

    .contact-info-box i {
      font-size: 20px;
      margin-right: 10px;
      color: #df5600;
    }

    .contact-info-title {
      font-weight: bold;
      text-transform: uppercase;
      margin-bottom: 5px;
      color: #000;
    }

    .contact-right {
      width: 60%;
      padding: 30px;
    }

    .contact-right p {
      margin-bottom: 20px;
      color: #555;
    }

    .contact-form input,
    .contact-form textarea {
      width: 100%;
      padding: 12px;
      margin-bottom: 15px;
      border: 1px solid #ccc;
      border-radius: 5px;
      
    }

    .form-row {
      display: flex;
      gap: 10px;
    }

    .form-row input {
      flex: 1;
    }

    .contact-form textarea {
      resize: vertical;
      min-height: 120px;
    }

    .contact-form button {
      background: #df5600;
      color: white;
      border: none;
      padding: 12px 20px;
      font-size: 16px;
      border-radius: 5px;
      cursor: pointer;
    }

    .contact-form button:hover {
      background: #c44d00;
    }

    @media (max-width: 768px) {
      .contact-container {
        flex-direction: column;
      }

      .contact-left,
      .contact-right {
        width: 100%;
      }
    }
    .contact-container {
      display: flex;
      background: #fff;
      box-shadow: 0 0 10px rgba(0,0,0,0.1);
    }
    .contact-left p, .contact-left h2{
      color: #fff;
    }
    .contact-left .contact-iimg{
      width: 100%;
      height: auto;
    }

.category-list li a {
    white-space: normal;       /* allow multi-line wrapping */
    word-wrap: break-word;     /* break long words if needed */
    overflow-wrap: break-word; /* modern alternative */
    display: inline-block;     /* ensures wrapping works well inside li */
    line-height: 1.5;          /* better readability */
}

ul.wp-block-list li:before {
    content: "\f058";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #df5600;
    position: absolute;
    left: 0;
    top: 7px;
}

