﻿@charset "UTF-8";

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

    Template Name: Broadx – Internet Provider & Satellite TV HTML Template
    Author: RRdevs
    Support: htrrs://help.themepure.net/support/
    Description: Broadx – Internet Provider & Satellite TV HTML Template
    Version: 1.0

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

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

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

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

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


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

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

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


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



**********************************************/


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


/*  1.1 Theme Default
/*----------------------------------------*/

@import url('../../../../../css2');
.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";
    /**
  @color declaration
  */
    --rr-common-white: #fff;
    --rr-common-black: #000000;
    --rr-grey-1: #f2f4f9;
    --rr-grey-2: #203240;
    --rr-text-body: #636363;
    --rr-text-1: #777777;
    --rr-heading-1: #203240;
    --rr-theme-1: #da251c;
    --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;
}

.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: var(--rr-ff-body);
    font-size: 16px;
    font-weight: 400;
    color: var(--rr-text-body);
    line-height: 0px;
}

a {
    text-decoration: none;
}

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

h1 {
    font-size: 40px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 16px;
}

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

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

img {
    max-width: 100%;
}

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

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

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

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

button:hover {
    cursor: pointer;
}

button:focus {
    outline: 0;
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
input[type=url],
textarea {
    outline: none;
    background-color: #fff;
    height: 60px;
    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:  #0372cb;
}

input[type=text]:focus::placeholder,
input[type=email]:focus::placeholder,
input[type=tel]:focus::placeholder,
input[type=number]:focus::placeholder,
input[type=password]:focus::placeholder,
input[type=url]:focus::placeholder,
textarea:focus::placeholder {
    opacity: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/*---------------------------------
    1.2 Common Classes
---------------------------------*/

.w-img img {
    width: 100%;
}

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

.fix {
    overflow: hidden;
}

.clear {
    clear: both;
}

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

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

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

.p-relative {
    position: relative;
}

.p-absolute {
    position: absolute;
}

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

.demo {
    -webkit-transition: color 0.3s 0s linear;
    -moz-transition: color 0.3s 0s linear;
    -ms-transition: color 0.3s 0s linear;
    -o-transition: color 0.3s 0s linear;
    transition: color 0.3s 0s linear;
    -webkit-transition: color 0.3s linear, transform 0.2s ease;
    -moz-transition: color 0.3s linear, transform 0.2s ease;
    -ms-transition: color 0.3s linear, transform 0.2s ease;
    -o-transition: color 0.3s linear, transform 0.2s ease;
    transition: color 0.3s linear, transform 0.2s ease;
}

[dir=rtl] .demo {
    margin-left: 0;
    margin-right: 15px;
}

div.demo img {
    margin-left: 10px;
}

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


/*----------------------------------------
    Body Overlay 
-----------------------------------------*/

.body-overlay {
    background-color: var(--rr-common-black);
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 9999;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
}

.body-overlay:hover {
    cursor: url("../img/icon/cross-out.png"), pointer;
}

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


/* dropcap */

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

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


/* gutter for x axis */

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

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .rr-gx-20 {
        --bs-gutter-x: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .rr-gx-20 {
        --bs-gutter-x: 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .rr-gx-20 {
        --bs-gutter-x: 15px;
    }
}

@media (max-width: 767px) {
    .rr-gx-20 {
        --bs-gutter-x: 10px;
    }
}

.rr-gx-20 [class*=col-] {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
}


/* gutter for x axis */

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

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .rr-gx-30 {
        --bs-gutter-x: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .rr-gx-30 {
        --bs-gutter-x: 30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .rr-gx-30 {
        --bs-gutter-x: 15px;
    }
}

@media (max-width: 767px) {
    .rr-gx-30 {
        --bs-gutter-x: 10px;
    }
}

.rr-gx-30 [class*=col-] {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
}


/* gutter for x axis */

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

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .rr-gx-40 {
        --bs-gutter-x: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .rr-gx-40 {
        --bs-gutter-x: 30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .rr-gx-40 {
        --bs-gutter-x: 30px;
    }
}

@media (max-width: 767px) {
    .rr-gx-40 {
        --bs-gutter-x: 15px;
    }
}

.rr-gx-40 [class*=col-] {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
}

@media (min-width: 1400px) {
    .container-large {
        max-width: 1325px;
    }
}


/*---------------------------------
    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:  #0372cb;
    box-shadow: 0px 8px 16px rgba(3, 4, 28, 0.3);
    color: var(--rr-common-white);
    border-radius: 50%;
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
}

.back-to-top-btn svg {
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
}

.back-to-top-btn:hover {
    -webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    -o-transform: translateY(-4px);
    transform: translateY(-4px);
}


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


/*  2.2 Theme Settings
/*----------------------------------------*/

.rr-theme-settings-area {
    position: fixed;
    top: 50%;
    left: 0;
    width: 240px;
    background-color: #fff;
    border: 1px solid #EAEAEF;
    -webkit-transform: translateY(-50%) translateX(-100%);
    -moz-transform: translateY(-50%) translateX(-100%);
    -ms-transform: translateY(-50%) translateX(-100%);
    -o-transform: translateY(-50%) translateX(-100%);
    transform: translateY(-50%) translateX(-100%);
    z-index: 991;
    direction: ltr;
    border-bottom-right-radius: 4px;
}

.rr-theme-settings-area.settings-opened {
    -webkit-transform: translateY(-50%) translateX(0%);
    -moz-transform: translateY(-50%) translateX(0%);
    -ms-transform: translateY(-50%) translateX(0%);
    -o-transform: translateY(-50%) translateX(0%);
    transform: translateY(-50%) translateX(0%);
}

.rr-theme-settings-area.settings-opened .rr-theme-settings-gear {
    opacity: 0;
}

.rr-theme-settings-area.settings-opened .rr-theme-settings-close {
    opacity: 1;
}

.rr-theme-settings-open {
    position: absolute;
    top: -1px;
    left: 100%;
}

.rr-theme-settings-open button {
    background-color: var(--rr-common-white);
    border: 1px solid #EAEAEF;
    border-left: 0;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 24px;
    color: var(--rr-common-black);
    position: relative;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.rr-theme-settings-gear {
    display: inline-block;
    -webkit-animation: rr-theme-setting-spin 4s linear infinite;
    -moz-animation: rr-theme-setting-spin 4s linear infinite;
    -ms-animation: rr-theme-setting-spin 4s linear infinite;
    -o-animation: rr-theme-setting-spin 4s linear infinite;
    animation: rr-theme-setting-spin 4s linear infinite;
}

@-webkit-keyframes rr-theme-setting-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes rr-theme-setting-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-ms-keyframes rr-theme-setting-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rr-theme-setting-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.rr-theme-settings-close {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}

.rr-theme-header-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 30px;
}

.rr-theme-wrapper {
    padding: 20px 30px 30px;
}

.rr-theme-toggle {
    text-align: center;
}

.rr-theme-toggle-main {
    display: inline-block;
    width: 74px;
    margin: auto;
    position: relative;
    z-index: 1;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 5px;
    border-radius: 100px;
}

.rr-theme-toggle-light,
.rr-theme-toggle-dark {
    display: inline-block;
    width: 26px;
    height: 26px;
    line-height: 26px;
    color: #D9D9D9;
}

.rr-theme-toggle-light.active,
.rr-theme-toggle-dark.active {
    color: var(--rr-common-black);
}

.rr-theme-toggle input {
    display: none;
}

.rr-theme-toggle:hover {
    cursor: pointer;
}

.rr-theme-toggle label {
    color: var(--rr-common-white);
    font-size: 14px;
    font-weight: 500;
}

.rr-theme-toggle label:hover {
    cursor: pointer;
}

.rr-theme-toggle #rr-theme-toggler {
    display: none;
}

.rr-theme-toggle #rr-theme-toggler:checked+i {
    right: calc(50% - 4px);
}

.rr-theme-toggle-slide {
    position: absolute;
    top: 50%;
    right: 4px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 50%;
    height: 26px;
    color: var(--rr-common-black);
    background-color: var(--rr-common-white);
    border-radius: 30px;
    -webkit-transform: translate3d(0, 0);
    transform: translate3d(0, 0);
    -webkit-transition: all 0.2s 0s cubic-bezier(0.25, 1, 0.5, 1);
    -moz-transition: all 0.2s 0s cubic-bezier(0.25, 1, 0.5, 1);
    -ms-transition: all 0.2s 0s cubic-bezier(0.25, 1, 0.5, 1);
    -o-transition: all 0.2s 0s cubic-bezier(0.25, 1, 0.5, 1);
    transition: all 0.2s 0s cubic-bezier(0.25, 1, 0.5, 1);
    z-index: -1;
}

.rr-theme-dir {
    text-align: center;
}

.rr-theme-dir-main {
    display: inline-block;
    width: 160px;
    margin: auto;
    position: relative;
    z-index: 1;
    background-color: #f0f0f5;
    padding: 4px;
    border-radius: 20px;
}

.rr-theme-dir-ltr,
.rr-theme-dir-rtl {
    display: inline-block;
    width: 48%;
    height: 26px;
    line-height: 26px;
}

.rr-theme-dir input {
    display: none;
}

.rr-theme-dir:hover {
    cursor: pointer;
}

.rr-theme-dir label {
    color: var(--rr-common-black);
    font-size: 14px;
    font-weight: 500;
}

.rr-theme-dir label:hover {
    cursor: pointer;
}

.rr-theme-dir #rr-dir-toggler {
    display: none;
}

.rr-theme-dir #rr-dir-toggler:checked+i {
    right: calc(50% - 4px);
}

.rr-theme-dir-slide {
    position: absolute;
    top: 50%;
    right: 4px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 50%;
    height: 26px;
    color: var(--rr-common-black);
    background-color: var(--rr-common-white);
    border-radius: 30px;
    -webkit-transform: translate3d(0, 0);
    transform: translate3d(0, 0);
    -webkit-transition: all 0.2s 0s cubic-bezier(0.25, 1, 0.5, 1);
    -moz-transition: all 0.2s 0s cubic-bezier(0.25, 1, 0.5, 1);
    -ms-transition: all 0.2s 0s cubic-bezier(0.25, 1, 0.5, 1);
    -o-transition: all 0.2s 0s cubic-bezier(0.25, 1, 0.5, 1);
    transition: all 0.2s 0s cubic-bezier(0.25, 1, 0.5, 1);
    z-index: -1;
}

.rr-theme-color-item.active button::before {
    opacity: 1;
    visibility: visible;
}

.rr-theme-color-btn {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: relative;
}

.rr-theme-color-btn::before {
    position: absolute;
    content: "\f00c";
    font-weight: 600;
    font-family: var(--rr-ff-fontawesome);
    color: var(--rr-common-white);
    font-size: 16px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
    opacity: 0;
    visibility: hidden;
}

.rr-theme-color-btn.rr-color-settings-btn[data-color="#F50963"] {
    background-color: #F50963;
}

.rr-theme-color-btn.rr-color-settings-btn[data-color="#008080"] {
    background-color: #008080;
}

.rr-theme-color-btn.rr-color-settings-btn[data-color="#F31E5E"] {
    background-color: #F31E5E;
}

.rr-theme-color-btn.rr-color-settings-btn[data-color="#AB6C56"] {
    background-color: #AB6C56;
    color: black;
}

.rr-theme-color-btn.rr-color-settings-btn[data-color="#4353FF"] {
    background-color: #4353FF;
}

.rr-theme-color-btn.rr-color-settings-btn[data-color="#3661FC"] {
    background-color: #3661FC;
}

.rr-theme-color-btn.rr-color-settings-btn[data-color="#2CAE76"] {
    background-color: #2CAE76;
}

.rr-theme-color-btn.rr-color-settings-btn[data-color="#FF5A1B"] {
    background-color: #FF5A1B;
}

.rr-theme-color-btn.rr-color-settings-btn[data-color="#03041C"] {
    background-color: #03041C;
}

.rr-theme-color-btn.rr-color-settings-btn[data-color="#ED212C"] {
    background-color: #ED212C;
}

.rr-theme-color-input {
    margin-top: 15px;
}

.rr-theme-color-input h6 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
}

.rr-theme-color-input label {
    display: inline-block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color:  #0372cb;
    -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:  #0372cb;
    color: var(--rr-common-white);
    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:  #0372cb;
}

.rr-btn::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: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: 50px;
        padding: 0 30px;
    }
}

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

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

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

.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:  #0372cb;
    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:  #0372cb;
    border-radius: 30px;
    padding: 3px;
    margin-left: 13px;
}

.rr-btn-2:hover {
    background-color:  #0372cb;
    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:  #0372cb;
    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-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:  #0372cb;
}

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

.rr-btn-blog {
    font-family: var(--rr-ff-p);
    background-color:  #0372cb;
    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:  #0372cb;
}

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

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

.rr-btn-border {
    font-family: var(--rr-ff-p);
    background-color:  #0372cb;
    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:  #0372cb;
}

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

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

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


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


/*  2.7 Carousel
/*----------------------------------------*/


/* rr range slider css */

.rr-range-slider .inside-slider {
    padding-left: 7px;
    padding-right: 17px;
}

.rr-range-slider .noUi-target {
    background-color: #191C3C;
    border-radius: 12px;
    border: 0;
    box-shadow: none;
}

.rr-range-slider .noUi-connect {
    background-color: var(--rr-theme-primary);
}

.rr-range-slider .noUi-horizontal {
    height: 6px;
}

.rr-range-slider .noUi-handle {
    height: 24px;
    width: 24px;
    background-color: var(--rr-theme-primary);
    border-radius: 50%;
    border: 4px solid var(--rr-common-white);
    box-shadow: 0px 4px 10px rgba(5, 9, 43, 0.3);
    top: -9px;
}

.rr-range-slider .noUi-handle:hover {
    cursor: pointer;
}

.rr-range-slider .noUi-handle::before,
.rr-range-slider .noUi-handle::after {
    display: none;
}

.rr-range-slider-dark .noUi-handle {
    border: 4px solid #2D314B;
}


/* rr swiper slider dot */

.rr-swiper-dot {
    line-height: 1;
}

.rr-swiper-dot .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: var(--rr-grey-3);
    opacity: 1;
    margin: 0 3px;
    position: relative;
}

.rr-swiper-dot .swiper-pagination-bullet button {
    font-size: 0;
}

.rr-swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--rr-theme-primary);
}

.rr-swiper-dot.rr-swiper-dot-style-darkRed .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--rr-theme-secondary);
}

.rr-swiper-dot-border {
    line-height: 1;
}

.rr-swiper-dot-border .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: transparent;
    opacity: 1;
    margin: 0 3px;
    position: relative;
    border: 1px solid rgba(2, 6, 38, 0.4);
}

.rr-swiper-dot-border .swiper-pagination-bullet button {
    font-size: 0;
}

.rr-swiper-dot-border .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--rr-common-black);
    border-color: var(--rr-common-black);
}

.rr-swiper-dot-border .swiper-pagination-bullet:hover {
    border-color: var(--rr-common-black);
}

.rr-swiper-dot-border.rr-swiper-dot-style-darkRed .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--rr-theme-secondary);
}

.rr-swiper-arrow button {
    width: 40px;
    height: 40px;
    line-height: 38px;
    font-size: 20px;
    text-align: center;
    background-color: transparent;
    color: var(--rr-text-2);
    border: 1px solid rgba(2, 6, 38, 0.1);
    border-radius: 50%;
}

.rr-swiper-arrow button:hover {
    background-color: var(--rr-theme-primary);
    color: var(--rr-common-white);
}


/* rr swiper scrollbar */

.rr-swiper-scrollbar {
    background-color: #EDEFF2;
    height: 2px;
}

.rr-swiper-scrollbar .rr-swiper-scrollbar-drag {
    background-color: var(--rr-common-black);
    height: 100%;
}

.rr-swiper-scrollbar .rr-swiper-scrollbar-drag:hover {
    cursor: pointer;
}

.rr-swiper-scrollbar:hover,
.rr-swiper-scrollbar:focus {
    -webkit-transform: scaleY(3);
    -moz-transform: scaleY(3);
    -ms-transform: scaleY(3);
    -o-transform: scaleY(3);
    transform: scaleY(3);
}


/* rr slick arrow */

.rr-slick-dot .slick-dots li {
    display: inline-block;
    margin: 0 4px;
}

.rr-slick-dot .slick-dots li.slick-active button {
    background-color: var(--rr-common-white);
}

.rr-slick-dot .slick-dots li button {
    font-size: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.2);
}

.rr-slick-dot-blue .slick-dots li.slick-active button {
    background-color: var(--rr-theme-primary);
}

.rr-slick-dot-blue .slick-dots li button {
    background-color: var(--rr-grey-3);
}


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


/*  2.8 Nice Select
/*----------------------------------------*/

.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #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(../img/cross-out.png), pointer;
}

.rroffcanvas {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: fixed;
    top: 0;
    right: -100%;
    width: 480px;
    bottom: 0;
    box-shadow: 0 16px -32px 0 rgba(0, 0, 0, 0.8);
    background-color: var(--rr-common-black);
    z-index: 999999;
    padding: 50px;
    scrollbar-width: none;
    opacity: 0;
    visibility: hidden;
    transition: 0.45s ease-in-out;
    overflow-y: scroll;
}

.rroffcanvas .homemenu {
    margin-bottom: 30px;
}

.rroffcanvas .homemenu-title {
    color: var(--rr-common-white);
}

.rroffcanvas .rr-main-menu-mobile {
    margin-bottom: 50px;
}

.rroffcanvas .rr-main-menu-mobile {
    margin-bottom: 50px;
}

.rroffcanvas.opened {
    opacity: 1;
    visibility: visible;
}

@media (max-width: 767px) {
    .rroffcanvas {
        width: 300px;
        padding: 40px 35px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .rroffcanvas {
        width: 400px;
        padding: 40px;
    }
}

.rroffcanvas.opened {
    right: 0;
    -webkit-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition-duration: 0.6s;
}

.rroffcanvas__title p {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.49);
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 50px;
}

@media (max-width: 767px) {
    .rroffcanvas__title p {
        font-size: 17px;
    }
}

.rroffcanvas__contact-title h5 {
    font-size: 14px;
    color: #42464a;
    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:  #0372cb;
    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;
    line-height: 27px;
}
.mb-40 {
    margin-bottom: 40px;
    margin-top: 5%;
}
.rr-services-details-list ul li a {
    font-family: roboto;
    padding: 10%;
}

.rroffcanvas__contact-info ul li a:hover {
    color: #ffffff;
}

.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:  #0372cb;
    color: var(--rr-common-white);
}


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


/*  2.11 Breadcrumb
/*----------------------------------------*/

.breadcrumb__height {
    height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
    background-position: bottom;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .breadcrumb__height {
        height: 576px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .breadcrumb__height {
        height: 484px;
    }
}

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

.breadcrumb__overlay {
    position: relative;
}

.breadcrumb__overlay::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #1f313e;
    opacity: 0.9;
}

.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: 50px;
    text-transform: capitalize;
    color: var(--rr-common-white);
    margin-bottom: 20px;
    line-height: 1;
}

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

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .breadcrumb__title {
        font-size: 58px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .breadcrumb__title {
        font-size: 45px;
    }
}

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

.breadcrumb__list span {
    font-size: 16px;
    text-transform: capitalize;
    color:  #0372cb;
    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: var(--rr-common-white);
}

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

.breadcrumb__content {
    align-content: center;
    margin-top: 340px;
}

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


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


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

.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:  #0372cb;
    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:  #0372cb;
    font-weight: 700;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color:  #0372cb;
    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:  #0372cb;
}

@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: #0372cb;
    display: inline-block;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-family: var(--rr-ff-p);
}

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

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

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

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

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


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


/*  2.16 Search css start
/*----------------------------------------*/

.search__popup {
    padding: 70px;
    padding-top: 70px;
    padding-bottom: 100px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 55%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 999;
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    -webkit-transform: translateY(calc(-100% - 80px));
    -moz-transform: translateY(calc(-100% - 80px));
    -ms-transform: translateY(calc(-100% - 80px));
    -o-transform: translateY(calc(-100% - 80px));
    transform: translateY(calc(-100% - 80px));
    -webkit-transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
    -moz-transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
    transition-delay: 0.7s;
}

.search__popup.search-opened {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    transition-delay: 0s;
}

.search__popup.search-opened .search__input {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    transition-delay: 0.3s;
}

.search__popup.search-opened .search__input::after {
    width: 100%;
    transition-delay: 0.5s;
}

.search__popup-2 {
    background-color: var(--rr-common-black-13);
}

.search__popup-2 .search__input .search-input-field~.search-focus-border {
    background-color: var(--rr-theme-8);
}

.search__popup-3 .search__input .search-input-field~.search-focus-border {
    background-color: var(--rr-theme-10);
}

.search__top {
    margin-bottom: 80px;
}

.search__input {
    position: relative;
    height: 80px;
    transition: all 0.3s ease-out 0s;
    transition-delay: 0.5s;
    opacity: 0;
}

.search__input::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 0%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease-out 0s;
    transition-delay: 0.3s;
}

.search__input input {
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: 0;
    outline: 0;
    font-size: 24px;
    color: var(--rr-common-white);
    border-bottom: 1px solid transparent;
    padding: 0;
    padding-right: 30px;
}

.search__input input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(255, 255, 255, 0.5);
    font-size: 24px;
}

.search__input input::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(255, 255, 255, 0.5);
    font-size: 24px;
}

.search__input input:-moz-placeholder {
    /* Firefox 4-18 */
    color: rgba(255, 255, 255, 0.5);
    font-size: 24px;
}

.search__input input:-ms-input-placeholder {
    /* IE 10+  Edge*/
    color: rgba(255, 255, 255, 0.5);
    font-size: 24px;
}

.search__input input::placeholder {
    /* MODERN BROWSER */
    color: rgba(255, 255, 255, 0.5);
    font-size: 24px;
}

.search__input button {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 18px;
    color: var(--rr-common-white);
}

.search__input .search-input-field~.search-focus-border {
    position: absolute;
    bottom: 0;
    left: auto;
    right: 0;
    width: 0;
    height: 1px;
    background-color: var(--rr-common-orange);
    -webkit-transition: 0.5s 0.3s 0s ease-out;
    -moz-transition: 0.5s 0.3s 0s ease-out;
    -ms-transition: 0.5s 0.3s 0s ease-out;
    -o-transition: 0.5s 0.3s 0s ease-out;
    transition: 0.5s 0.3s 0s ease-out;
}

.search__input .search-input-field:focus~.search-focus-border {
    width: 100%;
    left: 0;
    right: auto;
    -webkit-transition: 0.5s 0.3s 0s ease-out;
    -moz-transition: 0.5s 0.3s 0s ease-out;
    -ms-transition: 0.5s 0.3s 0s ease-out;
    -o-transition: 0.5s 0.3s 0s ease-out;
    transition: 0.5s 0.3s 0s ease-out;
}

.search__close-btn {
    font-size: 25px;
    color: rgba(255, 255, 255, 0.3);
}

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


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


/*  2.17 Hostspot css start
/*----------------------------------------*/

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

.rr-hotspot:hover {
    cursor: pointer;
}


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


/*  2.178 Range Slider css start
/*----------------------------------------*/

.ui-button-icon-only,
.ui-controlgroup-vertical .ui-controlgroup-item {
    box-sizing: border-box;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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


/*  3.1 Header Style 1
/*----------------------------------------*/

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
    .rr-header-right {
        justify-content: end !important;
    }
}

.rr-header-1-shap::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    background: #203240;
    width: 190px;
    height: 100%;
    z-index: 3;
    display: block;
    clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
}

@media only screen and (min-width: 1600px) and (max-width: 1700px),
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-header-1-shap::before {
        display: none;
    }
}

.rr-header-1-shap::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    background: #203240;
    width: 190px;
    height: 100%;
    z-index: 3;
    display: block;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 24% 100%);
}

@media only screen and (min-width: 1600px) and (max-width: 1700px),
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-header-1-shap::after {
        display: none;
    }
}

.rr-header-1-top-btn-text span {
    background:  #0372cb;
    color: var(--rr-common-white);
    padding: 5px 24px;
    border-radius: 50px;
    font-size: 14px;
    font-family: var(--rr-ff-p);
    font-weight: 500;
}

.rr-header-1-top {
    padding: 5px;
    position: relative;
    z-index: 6;
}

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

.rr-header-1-top-info ul li b {
    font-size: 14px;
    color: #636363;
    font-weight: 400;
    font-family: var(--rr-ff-p);
}

.rr-header-1-top-info ul li b i {
    color:  #0372cb;
    margin-right: 6px;
}

.rr-header-1-top-info ul li a {
    font-size: 14px;
    color: #636363;
    font-family: var(--rr-ff-p);
    font-weight: 400;
}

.rr-header-1-top-info ul li a i {
    color:  #0372cb;
    margin-right: 6px;
}

.rr-header-1-top-info ul li a:hover {
    color:  #0372cb;
}

.rr-header-1-title {
    font-size: 18px;
    color: var(--rr-heading-1);
    margin: 0;
    font-weight: 600;
}

.rr-header-1-social a i {
    height: 37px;
    width: 37px;
    background: #f2eef3;
    text-align: center;
    line-height: 37px;
    color:  #0372cb;
    border-radius: 30px;
    margin-right: 10px;
    transition: 0.7s;
}

.rr-header-1-social a i:hover {
    background-color:  #0372cb;
    color: var(--rr-common-white);
}

.rr-header-1-main {
    padding: 20px 0;
    border-bottom: 1px solid #f2f4f9;
}

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

.rr-header-1-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-theme-2);
    transform: rotate(46deg);
}

.rr-header-1-contat-text h4 {
    font-size: 22px;
    color: #232323;
    font-weight: 700;
}

.rr-header-1-contat-text b {
    font-size: 17px;
    color: #636363;
    font-weight: 500;
    font-family: var(--rr-ff-p);
}

.rr-header-1-contat-text b:hover {
    opacity: 0.7;
}

.rr-header-1-contat {
    margin-bottom: -11px;
    margin-right: -9px;
}

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

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

.rr-header-bg {
    background: var(--rr-common-white);
    border-radius: 0 0 0 10px;
}

.rr-header-area {
    position: relative;
    z-index: 5;
}

.rr-header-bottom {
    margin-bottom: -141px;
}

.rr-header-4-border {
    border-bottom: 1px solid #374754;
}

.rr-header-4.header-sticky {
    background-color: var(--rr-grey-2) !important;
}


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


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

.rr-header-2-contat-text b:hover {
    opacity: 0.7;
}

.rr-header-2-border {
    border-bottom: 1px solid #3c3e47;
}

.rr-header-2-icon button {
    font-size: 19px;
    display: inline-block;
    color: white !important;
    margin-right: 7px;
    transition: 0.3s;
    border: 1px solid;
    border-radius: 66px;
    padding: 10px;
    line-height: 0;
}

.rr-header-2-social {
    display: flex;
    align-items: center;
}

.rr-header-2-social span {
    font-size: 18px;
    color: var(--rr-common-white);
    margin-right: 40px;
    transition: all 0.3s ease-out 0s;
    font-weight: 600;
}

.rr-header-2-social ul li {
    display: inline-block;
    margin: 0 auto;
}

.rr-header-2-social ul li a {
    height: 34px;
    width: 34px;
    text-align: center;
    line-height: 34px;
    background-color: var(--rr-common-white);
    border-radius: 50px;
    color:  #0372cb;
    display: block;
    margin-right: 5px;
    transition: all 0.3s ease-out 0s;
}

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

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

.rr-header-2-top::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background:  #0372cb;
    width: 40%;
    height: 100%;
    z-index: 1;
}

.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-menu ul li a {
    color: #636363;
    font-size: 16px;
    transition: 0.7s;
}

.rr-header-2-menu ul li a:hover {
    color:  #0372cb;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .rr-header-2-lang {
        margin-left: 40px;
    }
}

.rr-header-2-lang .nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: transparent;
    border-radius: 0;
    border: none;
    padding-right: 51px !important;
}

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

.rr-header-lang-main .nice-select::after {
    right: 0px !important;
}

.rr-header-lang-main .nice-select {
    padding-right: 14px !important;
}


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


/*  3.3 Header Style 3
/*----------------------------------------*/

.rr-header-2-contat-icon span {
    color:  #0372cb;
}

.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: #0773cc;
    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:  #0372cb;
    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:  #0372cb;
    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: #dde8f1;
}

.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: #94c8f3;
}
.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:  #0372cb;
}

.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;
    line-height: 73%;

}

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

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

.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: 700;
    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: 503px;
    z-index: 999;
    padding: 30px 40px;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
    transform: scaleY(0);
    transform-origin: top center;
    text-align: start;
    background-color: rgb(15, 66, 92);
    border-top: 5px solid  #0372cb;
    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:  #0372cb;
    transition: 0.7s;
    display: inline-block;
}

.rr-header-main-menu>nav>ul>li .submenu>li:hover>a {
    color:  #0372cb;
}

.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:  #0372cb !important;
}

.rr-header-main-menu>nav>ul>li:hover>a {
    color:  #0372cb !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);
}
.w{
    width:70%;
}

@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:  #0372cb;
}

@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:  #0372cb;
}

.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: #0172ce;
    border-radius: 7px;
}

.rr-header-border {
    border-bottom: 1px solid #dcdcdc;
}

.rr-header-main-menu>nav>ul.rr-onepage-menu>li>a.active {
    color:  #0372cb;
}

.rr-header-4-menu {
    padding: 13px 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;
    }
    .w{
        width:40%;
    }
}

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

.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:  #0372cb;
    border-color:  #0372cb;
    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:  #0372cb;
}

.rr-main-menu-mobile ul li.has-dropdown>a.expanded .dropdown-toggle-btn.dropdown-opened {
    background-color:  #0372cb;
    border-color:  #0372cb;
    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:  #0372cb;
}

.rr-main-menu-mobile ul li:hover>a::after {
    color:  #0372cb;
}

.rr-main-menu-mobile ul li:hover>a .dropdown-toggle-btn i {
    color:  #0372cb;
}

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

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

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

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

.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  #0372cb;
}

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

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

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

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


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


/*  5.3 Recent Post css
/*----------------------------------------*/

.rc__meta span {
    font-family: var(--rr-ff-p);
}

.rc__post ul li:not(:last-child) {
    margin-bottom: 15px;
}

.rc__post-title {
    font-weight: 600;
    font-size: 17px;
    color: #3a3a3a;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .rc__post-title br {
        display: none;
    }
}

.rc__post-title a:hover {
    color:  #0372cb;
}

.rc__meta span {
    font-weight: 400;
    font-size: 15px;
    color: #888686;
    display: block;
}

.rc__meta span i {
    margin-right: 3px;
    color:  #0372cb;
    font-size: 14px;
    font-weight: 500;
}

.rc__post-thumb {
    flex: 0 0 auto;
}


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


/*  5.4 Sidebar css
/*----------------------------------------*/

.sidebar__search-input-2 button i {
    width: 40px;
    height: 40px;
    background:  #0372cb;
    color: var(--rr-common-white);
    border-radius: 30px;
    line-height: 40px;
    text-align: center;
}

.sidebar__widget-bg {
    background: #f2f4f9;
    padding: 30px 40px;
    border-radius: 20px;
}

.sidebar__widget-title {
    position: relative;
    display: inline-block;
    font-weight: 700;
    font-size: 25px;
    color: var(--rr-common-black);
    margin-bottom: 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) {
    .sidebar__widget-title {
        font-size: 25px;
    }
}

.sidebar__widget-title::before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    background:  #0372cb;
    width: 70px;
    height: 3px;
}

.sidebar__widget-gallery {
    position: relative;
}

.sidebar__widget-gallery:hover::after {
    opacity: 1;
    visibility: visible;
}

.sidebar__widget-gallery:hover .sidebar__widget-gallery-icon {
    opacity: 1;
    visibility: visible;
}

.sidebar__widget-gallery::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

.sidebar__widget-gallery img {
    width: 100%;
}

.sidebar__widget-gallery-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    opacity: 0;
    visibility: visible;
    transition: 0.3s;
}

.sidebar__widget-gallery-icon span {
    font-size: 16px;
    color: var(--rr-common-white);
}

.sidebar__widget-gallery-wrap {
    margin-right: 30px;
}

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

.sidebar__widget-content ul li {
    list-style-type: none;
}

.sidebar__widget-content ul li:not(:last-child) {
    padding-bottom: 5px;
}

.sidebar__widget-content ul li a {
    font-size: 17px;
    transition: 0.3s;
    color: #636363;
    font-family: var(--rr-ff-p);
}

.sidebar__widget-content ul li a i {
    margin-right: 10px;
}

.sidebar__widget-content ul li a:hover {
    color:  #0372cb;
    text-decoration: underline;
}

.sidebar__widget-content ul li a.active {
    color:  #0372cb;
    text-decoration: underline;
}

.sidebar__about {
    padding: 37px 0 38px 0;
}

.sidebar__thumb img {
    border-radius: 50%;
    margin-bottom: 20px;
}

.sidebar__content-title {
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    color: var(--rr-common-black);
    margin-bottom: 6px;
}

.sidebar__content-designation {
    font-weight: 400;
    font-size: 14px;
    color: #727A7D;
    display: block;
    margin-bottom: 13px;
}

.sidebar__content p {
    font-size: 16px;
    color: #838383;
    margin-bottom: 27px;
}

.sidebar__content-social a {
    height: 37px;
    width: 42px;
    line-height: 37px;
    text-align: center;
    display: inline-block;
    border: 1px solid #E8E8E8;
    margin-right: 12px;
}

.sidebar__content-social a i {
    transition: 0.3s;
}

.sidebar__content-social a:hover {
    border: 1px solid  #0372cb;
    background-color:  #0372cb;
}

.sidebar__content-social a:hover i {
    color: var(--rr-common-white);
}

.sidebar__search {
    position: relative;
}

.sidebar__search input {
    width: 100%;
    height: 48px;
    line-height: 48px;
    background: var(--rr-common-white);
    padding: 0 30px;
    text-transform: capitalize;
    border: 1px solid #dfdfdf;
    outline: none;
    padding-right: 50px;
    border-radius: 30px;
}

.sidebar__search input:focus {
    border: 1px solid  #0372cb;
}

.sidebar__search button {
    position: absolute;
    top: 0px;
    right: 5px;
    height: 100%;
    line-height: 48px;
    color: var(--rr-common-black);
}

.sidebar__banner::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.sidebar__banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    background: var(--rr-common-white);
}

.sidebar__banner-content h4 {
    padding: 15px 20px;
    font-size: 24px;
    color: var(--rr-common-black);
    text-transform: uppercase;
    margin-bottom: 0;
}

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

.tagcloud a {
    font-weight: 400;
    font-size: 16px;
    color: #636363;
    text-transform: capitalize;
    padding: 0px 15px;
    margin-right: 5px;
    background-color: var(--rr-common-white);
    border: 1px solid #d7d7d7;
    margin-bottom: 14px;
    display: inline-block;
    font-family: var(--rr-ff-p);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tagcloud a {
        padding: 1px 9px;
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .tagcloud a {
        padding: 1px 10px;
        font-size: 14px;
    }
}

.tagcloud a:hover {
    color: var(--rr-common-white);
    background-color:  #0372cb;
    border: 1px solid  #0372cb;
}

.author-text h5 {
    font-size: 22px;
    margin-bottom: 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .author-text h5 {
        font-size: 19px;
    }
}

@media (max-width: 767px) {
    .author-thumb img {
        width: 100%;
    }
}


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


/*  5.1 blog css
/*----------------------------------------*/

.rr-blog-text p {
    margin-bottom: 9px;
}

.rr-blog-link a {
    font-weight: 600;
}

.rr-blog-meta a:hover {
    color:  #0372cb;
}

.rr-blog-item-user-title a:hover {
    color:  #0372cb;
}

.rr-blog-content-info span a:hover {
    color:  #0372cb;
}

.rr-blog-wid img {
    width: 100% !important;
    object-fit: cover !important;
    height: 100%;
}

.rr-blog-cat {
    background: #f2f4f9;
    color:  #0372cb;
    padding: 3px 30px;
    position: absolute;
    top: 15px;
    left: 15px;
    border-radius: 30px;
    z-index: 1;
    text-transform: uppercase;
    transition: 0.7s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .rr-blog-cat {
        padding: 3px 16px;
    }
}

.rr-blog-cat:hover {
    background:  #0372cb;
    color: #fff;
}

.rr-blog-thumb::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 35%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    transition: 0.7s;
    opacity: 0;
    visibility: hidden;
}

@media (max-width: 350px) {
    .rr-blog-content-info {
        flex-direction: column;
    }
}

.rr-blog-wrap {
    border-top: 1px solid #ececec;
    padding-top: 11px;
}

.rr-blog-content-opcity::before {
    content: "";
    position: absolute;
    background: rgba(229, 229, 236, 0.5);
    bottom: 0;
    left: 0;
    height: 35%;
    width: 100%;
    transition: 0.7s;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
}

.rr-blog-thumb span {
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 2;
    background: var(--rr-common-white);
    padding: 8px 30px;
    color:  #0372cb;
    border-radius: 34px;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    transition: 0.7s;
    font-family: var(--rr-ff-p);
}

.rr-blog-item {
    border: 1px solid #ddd;
}

@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-blog-item {
        flex-wrap: wrap;
    }
}

.rr-blog-item-user-title {
    font-size: 14px;
    margin-left: 7px;
    font-weight: 500;
    transition: 0.3s;
    font-family: var(--rr-ff-p);
}

@media (max-width: 767px) {
    .rr-blog-item-user-title {
        font-size: 13px;
    }
}

.rr-blog-item-thumb span:hover {
    color: #fff;
    background:  #0372cb;
}

.rr-blog-item:hover .rr-blog-thumb-icon {
    opacity: 1;
    visibility: visible;
}

.rr-blog-item:hover .rr-blog-content-opcity::before {
    opacity: 1;
    visibility: visible;
    height: 100%;
}

.rr-blog-item:hover .rr-blog-thumb-main {
    background:  #0372cb;
    color: #fff;
}

.rr-blog-item:hover .rr-blog-thumb-main .rr-blog-thumb::after {
    opacity: 1;
    visibility: visible;
    height: 100%;
}

.rr-blog-item:hover .rr-blog-thumb-main img {
    transform: scale(1.2);
}

.rr-blog-text {
    color: #636363;
}

.rr-blog-meta span {
    font-weight: 500;
    color: #636363;
    font-size: 14px;
}

.rr-blog-meta span i {
    color:  #0372cb;
    margin-right: 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-blog-meta span {
        font-size: 14px;
    }
}

.rr-blog-meta span:not(:last-child) {
    margin-right: 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .rr-blog-meta span:not(:last-child) {
        margin-right: 14px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .rr-blog-meta span:not(:last-child) {
        margin-right: 14px;
    }
}

.rr-blog-meta-2 {
    position: absolute;
    bottom: 17px;
    left: 20px;
    z-index: 1;
    line-height: 1;
}

.rr-blog-meta-2 span {
    color: var(--rr-common-white);
}

.rr-blog-thumb {
    overflow: hidden;
    position: relative;
}

.rr-blog-thumb img {
    transition: 0.9s;
    height: 100%;
    object-fit: cover;
    height: 250px;
    width: 100%;
}

@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-blog-thumb img {
        height: 100%;
    }
}

.rr-blog-thumb-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 9;
    transform: translate(-50%, -50%);
    transition: 0.7s;
    opacity: 0;
    visibility: hidden;
}

.rr-blog-thumb-icon a {
    font-size: 40px;
    color: var(--rr-common-white);
}

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

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
    .rr-blog-content-info span {
        font-size: 13px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .rr-blog-content-info span {
        font-size: 13px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .rr-blog-content-info span {
        font-size: 14px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .rr-blog-content-info span {
        font-size: 14px;
    }
}

@media (max-width: 350px) {
    .rr-blog-content-info span {
        margin-left: 0px;
    }
}

.rr-blog-content-info span i {
    color:  #0372cb;
    margin-right: 5px;
}

.rr-blog-title {
    font-weight: 700;
    font-size: 22px;
    transition: 0.3s;
    margin-bottom: 15px;
    margin-right: 30px;
    display: inline-block;
    line-height: 33px;
}

@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-blog-title {
        font-size: 19px;
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    .rr-blog-title {
        font-size: 20px;
        margin-right: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .rr-blog-title {
        margin-right: 0;
    }
}

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

.rr-blog-title:hover {
    color:  #0372cb;
}

.rr-blog-text>a {
    font-weight: 600;
    transition: 0.3s;
}

.rr-blog-text>a:hover {
    color:  #0372cb;
}

.rr-blog-text>a i {
    display: inline-block;
    margin-left: 7px;
    transform: translateY(2px);
}

.rr-blog-text span {
    display: block;
    padding-bottom: 15px;
    color: var(--rr-common-black);
}

.rr-blog-link a {
    font-weight: 400;
    color: #13172b;
    position: relative;
    display: inline-block;
    padding-right: 20px;
    font-size: 18px;
    font-family: var(--rr-ff-p);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .rr-blog-link a {
        padding-left: 5px;
        font-size: 14px;
    }
}

@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-blog-link a {
        padding-left: 11px;
        font-size: 14px;
    }
}

.rr-blog-link a i {
    background-color:  #0372cb;
    height: 18px;
    width: 18px;
    text-align: center;
    line-height: 18px;
    border-radius: 50px;
    color: var(--rr-common-white);
    font-size: 14px;
    font-weight: 700;
}

.rr-blog-link a:hover {
    color:  #0372cb;
}

.rr-blog-social-box {
    position: relative;
}

.rr-blog-social-box button {
    height: 34px;
    width: 34px;
    line-height: 39px;
    border-radius: 50%;
    color: var(--rr-common-white);
    background-color: var(--rr-common-black);
}

.rr-blog-social-box:hover .rr-blog-social {
    opacity: 1;
    visibility: visible;
    left: -105px;
}

.rr-blog-social {
    position: absolute;
    top: 50%;
    left: -90px;
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

.rr-blog-social a {
    font-size: 16px;
    color: var(--rr-common-black);
    transition: 0.3s;
    margin: 0 6px;
}

.rr-blog-social a:hover {
    color:  #0372cb;
}

.rr-blog-content {
    padding-left: 28px !important;
    padding: 10px;
    padding-top: 22px;
    padding-bottom: 18px;
}

@media (max-width: 767px) {
    .rr-blog-content {
        padding-left: 0;
    }
}

.rr-blog-thumb span:hover {
    background:  #0372cb;
    color: var(--rr-common-white);
}


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


/*  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: var(--rr-theme-2);
    opacity: 0.9;
}

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

@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: #ffffff;
    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;
    }
}
.margin50{
    margin-top: 50px;
}
.margin50 span{
    font-size: 20px;
    margin-bottom: 10px;
}
.rr-footer-social a:hover {
    color: var(--rr-common-white);
    background-color:  #0372cb;
}

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

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

.rr-footer-list ul li a:hover {
    margin-left: 0;
    color:  #0372cb;
}

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

@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:  #0372cb;
    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:  #0372cb;
}

@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: 19.5px 51px;
}

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

.rr-slider-2-social {
    margin-top: 30px;
    padding-top: 30px;
    transform: translateY(150px);
    opacity: 0;
}

.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:  #0372cb;
    border-radius: 50px;
    display: block;
    transition: 0.3s;
}

.rr-slider-2-social ul li a:hover {
    background-color:  #0372cb;
    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:  #0372cb;
    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);
}

.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 {
    transform: rotate(-90deg);
    position: absolute;
    left: -3px;
    top: 1px;
    transform: rotate(-90deg);
}

@media (max-width: 767px) {
    .rr-slider-2-conuter {
        top: 0;
    }
}

.rr-slider-2-conuter b {
    background-color: var(--rr-common-white);
    color:  #0372cb;
    padding: 10px;
    font-size: 27px;
    font-family: var(--rr-ff-p);
    font-weight: 700;
    line-height: 71px;
    -webkit-text-stroke: 2px rgb(231, 34, 84);
    color: transparent;
    border-radius: 5px;
}

.rr-slider-2-height {
    height: 770px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@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: 740px;
    }
}

@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: -142px;
    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: 82%;
    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:  #0372cb;
    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:  #0372cb;
    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:  #0372cb;
    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:  #0372cb;
    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:  #0372cb;
    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:  #0372cb;
    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:  #0372cb;
    height: 1px;
    transition: 0.7s;
}

.rr-slider-4-play span:hover {
    color:  #0372cb;
}

.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 {
    border: 1px solid #ececec;
    margin-bottom: 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  #0372cb;
    -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: 35px 21px;
    padding-top: 90px;
    -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::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:  #0372cb;
    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:  #0372cb;
}

.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:  #0372cb;
    color: var(--bs-body-bg);
    border-radius: 50%;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
}

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

.rr-features-item:hover .rr-features-btn {
    color:  #0372cb;
}

.rr-features-item:hover .rr-features-icon {
    border-top: 7px solid var(--rr-common-white);
    background-color:  #0372cb;
}

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

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

.rr-features-item:hover .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:  #0372cb;
    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:  #0372cb;
}

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

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

.rr-about-tag {
    border-bottom: 1px solid #ddd;
}

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

@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: 1200px) and (max-width: 1399px) {
    .rr-about-title-box {
        margin-bottom: 85px;
    }
}

@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:  #0372cb;
    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:  #0372cb;
    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:  #0372cb;
    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;
    background-color: rgba(0, 0, 0, 0.6);
    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:  #0372cb;
}

.rr-about-list ul li:hover i {
    background:  #0372cb;
}

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

.rr-about-list-4 ul li:hover i {
    background:  #0372cb;
}

.rr-about-icon {
    height: 68px;
    width: 68px;
    background:  #0372cb;
    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: 14px;
    color: #636363;
    line-height: 22px;
    max-width: 287px;
}

.rr-about-info h4 {
    font-size: 22px;
    color: #3a3a3a;
    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:  #0372cb;
    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  #0372cb;
    border-right: 3px solid  #0372cb;
}

.rr-about-experience span {
    position: absolute;
    top: 50%;
    left: -160px;
    font-size: 22px;
    background:  #0372cb;
    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:  #0372cb;
    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.12 price css start
/*----------------------------------------*/

.rr-price-2-shap-side-icon {
    position: absolute;
    right: 0;
    bottom: 93px;
}

.rr-price-2-shap {
    position: absolute;
    right: 25px;
    top: 27%;
    background: var(--rr-grey-1);
    width: 90px;
    height: 90px;
    text-align: center;
    line-height: 86px;
    border-radius: 50%;
    border: 5px solid;
    border-color: #fff;
}

.rr-price-2-top {
    background: var(--rr-grey-2);
    padding: 40px;
    margin-bottom: 20px;
    -webkit-clip-path: polygon(100% 0, 100% 75%, 64% 100%, 0 88%, 0 0);
    clip-path: polygon(100% 0, 100% 75%, 64% 100%, 0 88%, 0 0);
}

.rr-price-2-top span {
    font-size: 16px;
    color: #3a3a3a;
    background: #fff;
    padding: 10px 40px;
    font-weight: 600;
    border-radius: 30px;
    margin-bottom: 30px;
    display: inline-block;
    font-family: var(--rr-ff-p);
}

@media (max-width: 767px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .rr-price-2-title-box {
        margin-bottom: 0;
    }
}

.rr-price-2-list {
    padding: 40px;
    padding-bottom: 25px;
    padding-top: 0;
}

@media xss {
    .rr-price-2-list {
        padding: 30px;
    }
}

.rr-price-2-item {
    overflow: hidden;
    position: relative;
    box-shadow: 0px 0px 80px 0px rgba(18, 14, 14, 0.08);
    background-color: var(--rr-common-white);
    border-radius: 0 0 12px 12px;
}

.rr-price-2-item.active {
    background-color: var(--rr-heading-1);
}

.rr-price-2-item.active .rr-price-2-top {
    background-color:  #0372cb;
}

.rr-price-2-item.active .rr-price-2-top h5 {
    color: var(--rr-common-white);
}

.rr-price-2-item.active .rr-price-2-top span {
    color: var(--rr-heading-1);
}

.rr-price-2-item.active ul li {
    color: #fff;
}

.rr-price-2-item.active a {
    background-color:  #0372cb;
    color: var(--rr-common-white);
}

.rr-price-2-item.active a i {
    background-color: var(--rr-theme-2);
}

.rr-price-2-list ul li {
    list-style-type: none;
    position: relative;
    color: #636363;
    margin-bottom: 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .rr-price-2-list ul li {
        font-size: 15px;
    }
}

.rr-price-2-rate {
    color: #fff;
    font-size: 43px;
}

.rr-price-2-rate b {
    color: #d9d9d9;
    font-size: 16px;
    font-weight: 700;
}


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


/*  7.21 testimonial css start
/*----------------------------------------*/

.rr-testimonial-text p {
    font-size: 19px;
    color: #333;
    transition: 0.3s;
}

.rr-testimonial-shap {
    position: absolute;
    bottom: 58px;
    right: 31px;
}

.rr-testimonial-author-thumb img {
    position: absolute;
    bottom: -44px;
    border-radius: 50%;
    height: 90px;
    width: 85px;
    border-bottom: 5px solid  #0372cb;
}

.rr-testimonial-quote i {
    font-size: 40px;
    position: absolute;
    top: -30px;
    left: 67px;
    background: var(--rr-theme-2);
    border-radius: 50px;
    display: inline-block;
    line-height: 85px;
    height: 85px;
    width: 85px;
    text-align: center;
    color: #fff;
    border-bottom: 4px solid  #0372cb;
}

.rr-testimonial-item {
    padding: 30px;
    padding-top: 90px;
    margin-bottom: 50px;
    margin-top: 50px;
}

.rr-testimonial-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    -webkit-clip-path: polygon(29% 0, 100% 24%, 100% 100%, 0 100%, 0 10%);
    clip-path: polygon(29% 0, 100% 24%, 100% 100%, 0 100%, 0 10%);
    background: var(--rr-grey-1);
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: 0.3s;
}

.rr-testimonial-item:hover .rr-testimonial-star span i {
    color: #fff;
}

.rr-testimonial-item:hover::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    -webkit-clip-path: polygon(29% 0, 100% 24%, 100% 100%, 0 100%, 0 10%);
    clip-path: polygon(29% 0, 100% 24%, 100% 100%, 0 100%, 0 10%);
    background: var(--rr-theme-2);
    width: 100%;
    height: 100%;
    z-index: -1;
}

.rr-testimonial-item:hover p,
.rr-testimonial-item:hover h5,
.rr-testimonial-item:hover span {
    color: #fff;
}

.rr-testimonial-star {
    margin-bottom: -8px;
}

.rr-testimonial-star i {
    color:  #0372cb;
    font-size: 14px;
}

.rr-testimonial-star span i {
    color: #a8a8a8;
}

.rr-testimonial-author-thumb>img {
    border-radius: 50%;
    height: 80px;
    width: 80px;
}

.rr-testimonial-author-info h5 {
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 5px;
    color: #3a3a3a;
    transition: 0.3s;
}

.rr-testimonial-author-info span {
    color: #636363;
    transition: 0.3s;
}

.rr-testimonial-arrow-box {
    display: none;
}

.testimonial-item p {
    max-width: 600px;
    text-align: center;
    margin: 0 64px;
    margin-top: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .testimonial-item p {
        margin: 0 257px;
        margin-top: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial-item p {
        margin: 0 148px;
        margin-top: 20px;
    }
}

@media (max-width: 350px) {
    .testimonial-item p {
        margin: 0 11px;
        margin-top: 20px;
    }
}

.testimonial-quate-icon {
    position: absolute;
    left: -46px;
    top: 80px;
    text-align: center;
    z-index: 3;
}

.testimonial-quate-icon span {
    height: 85px;
    width: 85px;
    background: #f2f4f9;
    line-height: 85px;
    text-align: center;
    margin: 0 auto;
    display: block;
    border-radius: 50px;
    font-size: 42px;
    color:  #0372cb;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .testimonial-quate-icon {
        left: 35px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .testimonial-quate-icon {
        display: none;
    }
}

.testimonial-quate-icon-right {
    position: absolute;
    right: -46px;
    top: 80px;
    text-align: center;
    z-index: 3;
}

.testimonial-quate-icon-right span {
    height: 85px;
    width: 85px;
    background: #f2f4f9;
    line-height: 85px;
    text-align: center;
    margin: 0 auto;
    display: block;
    border-radius: 50px;
    font-size: 42px;
    color:  #0372cb;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .testimonial-quate-icon-right {
        right: 35px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .testimonial-quate-icon-right {
        display: none;
    }
}

.testimonial-area .testimonial-nav button {
    display: none !important;
}

.testimonial-thumb {
    margin: 20px 0;
}

.testimonial-nav {
    margin: 24px auto auto;
    text-align: center;
    width: 512px;
}

@media (max-width: 767px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .testimonial-nav {
        margin: 0 auto auto;
        text-align: center;
        width: 300px;
    }
}

.testimonial-thumb.slick-center>img {
    transform: scale(1.5);
    z-index: 99;
    position: relative;
}

.testimonial-thumb>img {
    transform: scale(0.9);
}

.testimonial-thumb.slick-img-width img {
    transform: scale(1.2);
    transition: 0.3s;
}

.testimonial-shap {
    position: absolute;
    top: 95px;
    left: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .testimonial-shap {
        left: 132px;
    }
}

@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) {
    .testimonial-shap {
        display: none;
    }
}

.designation {
    margin-top: 30px;
}

.designation h3 {
    font-size: 22px;
    color: #3a3a3a;
    font-weight: 500;
    margin: 0;
}

.testimonia-item-active ul {
    text-align: center;
    margin-top: 100px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .testimonia-item-active ul {
        margin-top: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonia-item-active ul {
        margin-top: 30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 350px) {
    .testimonia-item-active ul {
        margin-top: 40px;
    }
}

.testimonia-item-active ul li {
    display: inline-block;
    margin-right: 10px;
}

.testimonia-item-active ul li button {
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 16px;
    border: 2px solid  #0372cb;
    border-radius: 50px;
    color: #fff;
    transition: 0.3s;
    font-size: 10px;
}

.testimonia-item-active ul li.slick-active {
    background:  #0372cb;
    height: 20px;
    width: 20px;
    text-align: center;
    line-height: 20px;
    border-radius: 50px;
}

.testimonia-item-active ul li.slick-active button {
    color:  #0372cb;
}


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


/*  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  #0372cb;
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

.gallery-slider-dots .swiper-pagination-bullet-active {
    background-color:  #0372cb;
}

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

@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:  #0372cb;
    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:  #0372cb;
    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:  #0372cb;
    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:  #0372cb;
}

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

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

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

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

.rr-service-1-content {
    background: var(--rr-common-white);
    padding: 30px;
    padding-bottom: 40px;
    padding-top: 175px;
    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-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: 22px;
    font-weight: 700;
    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:  #0372cb;
}

@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: #636363;
    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: 17px;
    width: 17px;
    background-color:  #0372cb;
    border-radius: 30px;
    font-size: 12px;
    color: var(--rr-common-white);
    line-height: 17px;
    text-align: center;
    margin-right: 5px;
}

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

@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:  #0372cb;
}

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

.rr-service-3-item:hover .rr-service-3-btn {
    background-color:  #0372cb;
    color: var(--rr-common-white);
}

.rr-service-3-item:hover .rr-service-3-btn a i {
    color:  #0372cb;
}

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

@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:  #0372cb;
}

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

.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.15 service css start
/*----------------------------------------*/

.rr-services-details-check ul li {
    list-style: none;
    text-decoration: none;
    font-size: 16px;
    color: #6c6c6e;
    margin-bottom: 9px;
    font-family: var(--rr-ff-p);
}

.rr-services-details-check ul li i {
    color:  #0372cb;
}

.rr-services-details-list {
    padding: 35px 30px;
    background: #f2f4f9;
    padding-bottom: 25px;
}

@media (max-width: 767px) {
    .rr-services-details-list {
        padding: 15px 17px;
        padding-bottom: 15px;
    }
}

.rr-services-details-list span {
    font-size: 22px;
    color: var(--rr-theme-2);
    font-weight: 700;
    margin-bottom: 20px;
    display: block;
}

.rr-services-details-list ul li {
    list-style: none;
    text-decoration: none;
}

.rr-services-details-list ul li a {
    margin-bottom: 17px;
    display: block;
    font-size: 16px;
    color: var(--rr-theme-2);
    background-color: #fff;
    padding: 34px;
    border: 1px solid #0572cb;
    border-radius: 30px;
    font-weight: 700;
    transition: 0.3s;
    font-family: var(--rr-ff-p);
}

.rr-services-details-list ul li a i {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background-color: var(--rr-theme-2);
    color: #fff;
    border-radius: 50px;
    margin-right: 15px;
    transition: 0.3s;
}

@media (max-width: 767px) {
    .rr-services-details-list ul li a i {
        margin-right: 5px;
    }
}

.rr-services-details-list ul li a:hover {
    background-color:  #0372cb;
    border: 1px solid  #0372cb;
    color: #fff;
}

.rr-services-details-list ul li a:hover i {
    background-color: #fff;
    color:  #0372cb;
}


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


/*  7.2 brand css start
/*----------------------------------------*/

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

.rr-brand-item:hover img {
    filter: grayscale(0%);
    opacity: 1;
}

.rr-brand-box .rr-brand-item {
    border: none;
    padding: 0;
}

.rr-brand-padding {
    padding-top: 410px;
}

@media (max-width: 767px) {
    .rr-brand-padding {
        padding-top: 81px;
    }
}

.rr-brand-padding-top {
    padding-top: 435px;
}

.rr-brand-border {
    border-bottom: 1px solid #ded7d7;
}


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


/*  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-before::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #203240;
    opacity: 0.9;
    z-index: 1;
}

.rr-video-subtitle {
    font-size: 22px;
    color:  #0372cb;
    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: 35px;
    }
    .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: 50px;
}

@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:  #0372cb;
    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:  #0372cb;
    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:  #0372cb;
    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  #0372cb;
    height: 12px;
    width: 12px;
}

.swiper-pagination-bullet-active {
    background:  #0372cb;
}


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


/*  7.8 faq css start
/*----------------------------------------*/

.rr-faq-active h2 button {
    color: #fff;
}

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

.rr-faq-wrap {
    border: 1px solid var(--rr-border-1);
}

.rr-faq-active button {
    background: var(--rr-theme-2);
}

.rr-faq-active button::after {
    color: #fff;
}

.rr-faq-active h2 {
    color: #fff;
    margin-top: -8px;
}

.rr-faq-thumb img {
    width: inherit;
    margin-left: 10px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .rr-faq-thumb img {
        margin-left: 0px;
    }
}

@media (max-width: 767px) {
    .rr-faq-thumb img {
        margin-top: 30px;
        margin-left: 0px;
    }
}

.rr-faq-offer {
    position: absolute;
    left: 56%;
    top: 125px;
    height: 115px;
    width: 115px;
    border-radius: 50%;
    text-align: center;
    background-color:  #0372cb;
    animation: zoom 7000ms infinite;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .rr-faq-offer {
        position: absolute;
        left: 52%;
        top: 125px;
        height: 100px;
        width: 100px;
        border-radius: 50%;
        text-align: center;
        background-color:  #0372cb;
    }
}

@media (max-width: 767px) {
    .rr-faq-offer {
        left: 56%;
        top: 68px;
        height: 90px;
        width: 90px;
    }
}

.rr-faq-offer span {
    color: var(--rr-common-white);
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    display: inline-block;
    transform: translateY(29px);
    font-family: var(--rr-ff-heading);
}

@media (max-width: 767px) {
    .rr-faq-offer span {
        transform: translateY(17px);
    }
}

.rr-faq-offer span b {
    font-size: 36px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 767px) {
    .rr-faq-offer span b {
        font-size: 27px;
        line-height: 0;
    }
}

.rr-faq-offer::after {
    position: absolute;
    content: "";
    bottom: 8px;
    left: 5px;
    height: 22px;
    width: 22px;
    transform: rotate(-9deg);
    background-color:  #0372cb;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}

.rr-faq-shape-1 {
    position: absolute;
    top: 0;
    right: 100px;
    animation: moving 7s linear infinite;
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
    .rr-faq-shape-1 {
        right: -5%;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .rr-faq-shape-1 {
        right: -8%;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .rr-faq-shape-1 {
        right: -12%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .rr-faq-shape-1 {
        right: -27%;
    }
}

.rr-faq-shape-2 {
    position: absolute;
    bottom: 70px;
    right: 15px;
    z-index: 1;
    animation: rrtranslateY2 3s infinite alternate;
}

.rr-faq-shape-3 {
    position: absolute;
    bottom: 0;
    left: 0;
}

.rr-faq-shape-4 {
    position: absolute;
    top: 0;
    right: 0;
    animation: rrtranslateX2 3s infinite alternate;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .rr-faq-shape-4 {
        right: -9%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .rr-faq-shape-4 {
        right: -25%;
    }
}

.rr-faq-shape-5 {
    position: absolute;
    top: 55px;
    right: 565px;
    animation: zoom 7000ms infinite;
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
    .rr-faq-shape-5 {
        right: 420px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .rr-faq-shape-5 {
        right: 350px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .rr-faq-shape-5 {
        right: 250px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .rr-faq-shape-5 {
        right: 150px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .rr-faq-shape-5 {
        right: 50px;
    }
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
    .rr-faq-shape-5 img {
        max-width: 67%;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .rr-faq-shape-5 img {
        max-width: 71%;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .rr-faq-shape-5 img {
        max-width: 71%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .rr-faq-shape-5 img {
        max-width: 65%;
    }
}


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


/*  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: 40px;
        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: 470px;
    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:  #0372cb;
    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.19 cta css start
/*----------------------------------------*/

.rr-tab-link a:hover {
    color:  #0372cb;
}

.rr-tab__item-info {
    background: var(--rr-grey-1);
    padding: 10px 30px;
    margin: 0 15px;
    border-radius: 5px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .rr-tab__item-info {
        padding: 20px 19px;
        margin: 0 4px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .rr-tab__item-info {
        padding: 16px 15px;
        margin-top: 25px !important;
        margin: 0 6px;
    }
}

@media (max-width: 767px) {
    .rr-tab__item-info {
        padding: 13px 15px;
        margin: 0 8px;
        margin-top: 28px;
    }
}

.rr-tab__item-info b {
    font-size: 40px;
    color:  #0372cb;
    margin-right: 30px;
}

@media (max-width: 767px) {
    .rr-tab__item-info b {
        font-size: 20px;
        margin-right: 10px;
    }
}

.rr-tab__item-title {
    font-size: 22px;
    color: #3a3a3a;
    font-weight: 700;
    line-height: 25px;
}

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

.rr-tab__item-info::before {
    content: "";
    position: absolute;
    bottom: -35px;
    right: 29px;
    width: 25px;
    height: 33px;
    clip-path: polygon(0 0, 0 100%, 100% 52%);
    background: #f2f4f9;
    background-color: rgb(242, 244, 249);
    transform: rotate(90deg);
    padding-bottom: 50px;
}

.rr-tab__item {
    position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .rr-tab__item {
        padding-bottom: 0;
        padding-top: 10px;
        margin-bottom: 20px;
    }
}

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

.rr-tab-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-tab-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-tab-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-tab-video-play a i {
    display: inline-block;
    padding-left: 4px;
}

.rr-tab-title-3 {
    font-size: 22px;
    color: var(--rr-heading-1);
    font-weight: 700;
    text-transform: uppercase;
    line-height: 50px;
}

.rr-tab_content {
    width: 1170px;
    margin: 0 auto;
    margin-top: 0px;
    z-index: 1;
    position: relative;
    box-shadow: 0px 4px 60px 0px rgba(35, 35, 49, 0.04);
    padding: 10px;
    padding-right: 10px;
    border-radius: 10px;
    padding-right: 70px;
    margin-bottom: -364px;
    background: var(--rr-common-white);
    border: 1px solid #ece8e8;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .rr-tab_content {
        width: auto;
    }
}

@media (max-width: 767px) {
    .rr-tab_content {
        width: auto;
        padding-right: 8px;
    }
}

.rr-tab-list-icon span {
    color:  #0372cb;
    font-size: 40px;
    position: relative;
    margin-right: 20px;
    padding-right: 20px;
}

.rr-tab-list-icon span::before {
    position: absolute;
    content: "";
    width: 2px;
    height: 40px;
    background:  #0372cb;
    right: 0;
    top: 0;
}

.rr-tab-link {
    margin-bottom: 40px;
}

.rr-tab-link a {
    font-size: 16px;
    color: #3a3a3a;
    line-height: 26px;
    font-weight: 500;
    font-family: var(--rr-ff-p);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .rr-tab-link {
        display: none;
    }
}

@media (max-width: 767px) {
    .rr-tab-link {
        max-width: 330px;
    }
}

.rr-tab-link a span {
    color:  #0372cb;
}

.rr-tab-lists {
    border-top: 1px solid #ece8e8;
    padding-top: 35px;
    margin-top: 35px;
}

@media (max-width: 767px) {
    .rr-tab__thumb {
        text-align: left !important;
    }
}

.rr-tab__thumb img {
    height: 559px;
    width: 100%;
    object-fit: cover;
}

.rr-tab__thumb::before {
    position: absolute;
    content: "";
    width: 192px;
    height: 648px;
    top: -43px;
    left: 50px;
    background:  #0372cb;
    transform: rotate(-20deg);
    z-index: -1;
}

@media (max-width: 767px) {
    .rr-tab__thumb::before {
        display: none;
    }
}

.active .rr-tab__item-info {
    background-color:  #0372cb;
}

.active .rr-tab__item-info b {
    color: var(--rr-common-white);
}

.active .rr-tab__item-info .rr-tab__item-title {
    color: var(--rr-common-white);
}

.active .rr-tab__item-info.rr-tab__item-info::before {
    background-color:  #0372cb;
}

.rr-tab-2__section-box .rr-tab-2__item {
    padding: 40px;
    padding-top: 30px;
    padding-bottom: 40px;
    padding-right: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .rr-tab-2__section-box .rr-tab-2__item {
        padding-bottom: 10px;
        padding-top: 29px;
        padding-right: 0px;
        padding-left: 10px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .rr-tab-2__section-box .rr-tab-2__item {
        padding-top: 25px;
        padding-bottom: 30px;
        padding-right: 0px;
        padding-left: 10px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .rr-tab-2__item {
        padding-bottom: 0;
        padding-top: 10px;
        margin-bottom: 20px;
    }
}

.rr-tab-2__item-info {
    background: var(--rr-grey-1);
    padding: 10px 30px;
    margin: 0 15px;
    border-radius: 5px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .rr-tab-2__item-info {
        padding: 20px 19px;
        margin: 0 4px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .rr-tab-2__item-info {
        padding: 16px 15px;
        margin-top: 25px !important;
        margin: 0 6px;
    }
}

@media (max-width: 767px) {
    .rr-tab-2__item-info {
        padding: 13px 8px;
        margin: 0 8px;
        margin-top: 28px;
    }
}

.rr-tab-2__item-info b {
    font-size: 40px;
    color:  #0372cb;
    margin-right: 30px;
}

@media (max-width: 767px) {
    .rr-tab-2__item-info b {
        font-size: 20px;
        margin-right: 10px;
    }
}

.rr-tab-2__item-title {
    font-size: 22px;
    color: #3a3a3a;
    font-weight: 700;
}

@media (max-width: 767px) {
    .rr-tab-2__item-title {
        font-size: 14px;
    }
}

.rr-tab-2__item-info::before {
    content: "";
    position: absolute;
    bottom: -35px;
    right: 29px;
    width: 25px;
    height: 33px;
    clip-path: polygon(0 0, 0 100%, 100% 52%);
    background: #f2f4f9;
    background-color: rgb(242, 244, 249);
    transform: rotate(90deg);
    padding-bottom: 50px;
}

.rr-tab-2__item {
    position: relative;
}

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

.rr-tab-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-common-white);
    background-color: #203240;
    position: relative;
}

.rr-tab-2-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-tab-2-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-tab-2-video-play a i {
    display: inline-block;
    padding-left: 4px;
}

.rr-tab-2-title-3 {
    font-size: 22px;
    color: var(--rr-heading-1);
    text-transform: uppercase;
    font-weight: 700;
    line-height: 50px;
}

.rr-tab-2_content {
    width: 1170px;
    margin: 0 auto;
    margin-top: 0px;
    z-index: 1;
    position: relative;
    box-shadow: 0px 4px 60px 0px rgba(35, 35, 49, 0.04);
    padding: 10px;
    border-radius: 10px;
    background: var(--rr-common-white);
    padding-bottom: 0;
    margin-bottom: 100px;
    border: 1px solid #ece8e8;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .rr-tab-2_content {
        width: auto;
    }
}

@media (max-width: 767px) {
    .rr-tab-2_content {
        width: auto;
        padding-right: 8px;
    }
}

.rr-tab-2-list-icon span {
    color:  #0372cb;
    font-size: 40px;
    position: relative;
    margin-right: 20px;
    padding-right: 20px;
}

.rr-tab-2-list-icon span::before {
    position: absolute;
    content: "";
    width: 2px;
    height: 40px;
    background:  #0372cb;
    right: 0;
    top: 0;
}

.rr-tab-2-link {
    margin-bottom: 40px;
}

.rr-tab-2-link a {
    font-size: 16px;
    color: rgb(58, 58, 58);
    line-height: 26px;
    font-weight: 500;
    font-family: var(--rr-ff-p);
}

.rr-tab-2-link a:hover {
    color:  #0372cb;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .rr-tab-2-link {
        display: none;
    }
}

@media (max-width: 767px) {
    .rr-tab-2-link {
        max-width: 330px;
    }
}

.rr-tab-2-link a span {
    color:  #0372cb;
}

.rr-tab-2-lists {
    border-top: 1px solid #ece8e8;
    padding-top: 35px;
    margin-top: 35px;
}

@media (max-width: 767px) {
    .rr-tab-2__thumb {
        text-align: left !important;
    }
}

.rr-tab-2__thumb img {
    height: 555px;
    object-fit: cover;
}

.rr-tab-2__thumb::before {
    position: absolute;
    content: "";
    width: 192px;
    height: 648px;
    top: -64px;
    background:  #0372cb;
    transform: rotate(-20deg);
    z-index: -1;
    right: 17px;
}

@media (max-width: 767px) {
    .rr-tab-2__thumb::before {
        display: none;
    }
}

.active .rr-tab-2__item-info {
    background-color:  #0372cb;
}

.active .rr-tab-2__item-info b {
    color: var(--rr-common-white);
}

.active .rr-tab-2__item-info .rr-tab-2__item-title {
    color: var(--rr-common-white);
}

.active .rr-tab-2__item-info.rr-tab-2__item-info::before {
    background-color:  #0372cb;
}


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


/*  7.4 contact css start
/*----------------------------------------*/

.rr-call-area::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    background-color:  #0372cb;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.9;
}

.rr-call-info h3 {
    color: var(--rr-common-white);
    font-size: 22px;
}

@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:  #0372cb;
}

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

@media (max-width: 767px) {
    .rr-contact-form-box {
        padding: 45px 15px;
    }
}

.rr-contact-form-box h6 {
    color:  #0372cb;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
}

.rr-contact-shap {
    position: absolute;
    top: -155px;
    left: 0;
}

.rr-contact-item {
    background: #203240;
    padding: 55px;
    -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-contact-item {
        padding: 40px;
    }
}

@media (max-width: 767px) {
    .rr-contact-item {
        padding: 20px;
    }
}

.rr-contact-item:hover {
    background-color:  #0372cb;
}

.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:  #0372cb;
    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: 50px;
    color:  #0372cb;
    font-size: 20px;
}

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

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

.rr-contact-form-input-box input {
    border: 1px solid #a4a5ac;
    border-radius: 4px;
}

.rr-contact-box-item {
    background: #f2f4f9;
    padding: 35px;
    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:  #0372cb;
}

.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:  #0372cb;
    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:  #0372cb;
    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.20 team css start
/*----------------------------------------*/

.rr-team-3-title a:hover {
    color:  #0372cb;
}

.rr-team-3-content {
    background: #f2f4f9;
    padding: 40px 50px;
    padding-top: 160px;
    -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-team-3-social {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.rr-team-3-thumb {
    margin-bottom: -134px;
    z-index: 1;
}

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

.rr-team-3-title:hover {
    color:  #0372cb;
}

.rr-team-3-social a {
    background-color: var(--rr-theme-2);
    width: 40px;
    height: 40px;
    border-radius: 50px;
    line-height: 40px;
    text-align: center;
    font-size: 13px;
    color: var(--rr-common-white);
    display: inline-block;
    opacity: 0;
    margin-left: 3px;
    -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-team-3-social a:hover {
    background:  #0372cb;
    color: var(--rr-common-white);
}

.rr-team-3-item:hover .rr-team-3-social a {
    opacity: 1;
}

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

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

.rr-team-3-item:hover .rr-team-3-content span {
    color: var(--rr-common-white);
}

.rr-team-3-item:hover .rr-team-3-thumb::before {
    top: -8px;
}

.rr-team-3-item:hover .rr-team-3-content {
    padding-top: 145px;
}

.rr-team-3-thumb::before {
    position: absolute;
    content: "";
    top: 8px;
    left: 0;
    width: 100%;
    height: 100%;
    background:  #0372cb;
    border-radius: 50%;
    z-index: -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-team-3-area .rr-team-active .rr-team-3-item {
    margin-top: 35px;
    margin-bottom: 30px;
}

.rr-team-4-content span {
    font-size: 16px;
    line-height: 28px;
    font-family: var(--rr-ff-p);
    color: #777777;
    font-weight: 400;
}

.rr-team-4-img {
    width: 240px;
    height: 258px;
    border-radius: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .rr-team-4-img {
        width: 100%;
        height: 100%;
    }
}

@media (max-width: 767px) {
    .rr-team-4-area .row {
        margin-bottom: 30px;
    }
}

.rr-team-4-icon a:hover img {
    filter: brightness(0) invert(1);
}

.rr-team-4-social a {
    background-color: #f2eef3;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    line-height: 40px;
    text-align: center;
    font-size: 13px;
    color:  #0372cb;
    display: inline-block;
    opacity: 0;
    margin-bottom: 10px;
    -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-team-4-content {
    border: 1px solid #ece8e8;
    background: var(--rr-common-white);
    padding: 30px;
    padding-bottom: 40px;
    padding-top: 200px;
    border-radius: 10px;
    -webkit-clip-path: polygon(0 0, 100% 33%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 33%, 100% 100%, 0% 100%);
    z-index: 1;
    position: relative;
    transition: 0.3s;
}

.rr-team-4-thumb {
    padding: 20px;
    padding-bottom: 20px;
    padding-bottom: 0;
    margin-bottom: -185px;
    z-index: 2;
    padding-top: 0;
}

.rr-team-4-title {
    font-size: 22px;
    color: var(--rr-heading-1);
}

.rr-team-4-title:hover {
    color:  #0372cb;
}

.rr-team-4-icon a {
    position: absolute;
    top: 18px;
    left: 40px;
    width: 45px;
    height: 45px;
    background: var(--rr-common-white);
    text-align: center;
    line-height: 45px;
    border-radius: 50px;
    z-index: 2;
    -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-team-4-icon a:hover {
    background-color:  #0372cb;
}

.rr-team-4-arrow a {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background: var(--rr-heading-1);
    color: var(--rr-common-white);
    border-radius: 50px;
    position: absolute;
    left: 50%;
    bottom: 0;
    right: 50%;
    transform: translate(-50%);
    bottom: -24px;
    z-index: 2;
    -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-team-4-arrow i {
    -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-team-4-item:hover .rr-team-4-arrow i {
    transform: rotate(90deg);
}

.rr-team-4-item:hover .rr-team-4-content {
    background-color: #f2f4f9;
}

.rr-team-4-item:hover .rr-team-4-arrow a {
    background:  #0372cb;
}

.rr-team-4-item:hover .rr-team-4-icon-2 a {
    opacity: 1;
    visibility: visible;
}

.rr-team-4-item:hover .rr-team-4-content::before {
    opacity: 1;
    visibility: visible;
}

.rr-team-4-item:hover .rr-team-4-content::after {
    opacity: 1;
    visibility: visible;
}

.rr-team-4-social a:hover {
    color: #fff;
    background:  #0372cb;
}

.rr-team-4-social {
    position: absolute;
    top: 18px;
    left: 40px;
    z-index: 2;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    cursor: pointer;
    text-align: center;
    transition: all 0.5s ease;
    overflow: 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-team-4-social .icon {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    color: #55585B;
    -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-team-4-social:hover {
    height: 230px;
}

.rr-team-4-social:hover a {
    opacity: 1;
}

.rr-team-4-social:hover .icon {
    height: 32px;
}

.rr-team-4-content::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    -webkit-clip-path: polygon(0 0, 100% 43%, 0% 100%);
    clip-path: polygon(0 0, 100% 43%, 0% 100%);
    background: var(--rr-grey-2);
    width: 150px;
    height: 189px;
    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-team-4-content::after {
    position: absolute;
    content: "";
    bottom: 107px;
    right: 0;
    -webkit-clip-path: polygon(100% 30%, 100% 100%, 0 8%);
    clip-path: polygon(100% 30%, 100% 100%, 0 8%);
    background:  #0372cb;
    width: 117px;
    height: 135px;
    z-index: 99;
    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-team-details-content h4 {
    font-size: 22px;
    color: #3a3a3a;
    margin-bottom: 20px;
    font-weight: 700;
}

.rr-team-details-content ul li {
    border: 1px solid #dddddd;
    margin-bottom: 20px;
    list-style: none;
    padding: 10px 50px;
    border-radius: 60px;
    font-family: var(--rr-ff-p);
}

@media (max-width: 767px) {
    .rr-team-details-content ul li {
        padding: 10px 24px;
        border-radius: 12px;
    }
}

.rr-team-details-social {
    border: 1px solid #dddddd;
    padding: 10px 50px;
    border-radius: 60px;
}

@media (max-width: 767px) {
    .rr-team-details-social {
        padding: 10px 32px;
        border-radius: 14px;
    }
}

.rr-team-details-social span {
    margin-right: 20px;
    font-family: var(--rr-ff-p);
}

.rr-team-details-social ul li {
    display: inline-block;
}

.rr-team-details-social ul li a {
    margin: 0 10px;
    color: var(--rr-theme-2);
}

.rr-team-details-social ul li a:hover {
    color:  #0372cb;
}

.rr-doctors-btn {
    line-height: 0;
}

.rr-doctors-img img {
    width: 499px;
}

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

.rr-doctors-item {
    background-color: #f6f9ff;
    border-radius: 6px;
    padding-bottom: 0;
    position: relative;
    background-image: none;
    padding-left: 0;
}

@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-doctors-item {
        flex-wrap: wrap;
    }
}

.rr-doctors-content {
    margin-right: 30px;
    margin-left: 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-doctors-content {
        padding: 30px;
        margin-right: 0px;
        margin-left: 0px;
    }
}

.rr-doctors-content span {
    color:  #0372cb;
}

.rr-doctors-button {
    border: 1px solid  #0372cb;
    padding: 6px 20px;
    color:  #0372cb;
    font-size: 14px;
    font-weight: 500;
    transition: 0.3s;
    display: inline-block;
}

.rr-doctors-button:hover {
    background:  #0372cb;
    color: var(--rr-common-white);
}

.rr-doctors-button-2 {
    border: 1px solid  #0372cb;
    padding: 0px 20px;
    color:  #0372cb;
    font-size: 14px;
    font-weight: 500;
    transition: 0.3s;
    display: inline-block;
}

.rr-doctors-button-2:hover {
    background:  #0372cb;
    color: var(--rr-common-white);
}

.rr-doctors-name {
    transition: 0.3s;
}

.rr-doctors-name:hover {
    color:  #0372cb;
}

.rr-team-detail-box-layout1 {
    box-shadow: 0px 1px 0px 0px rgba(222, 229, 232, 0.75);
    background: #f1f7fa;
    padding: 30px;
}

.rr-single-item p {
    color: var(--rr-heading-1);
}

.rr-table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.rr-item-team-contact ul li span a:hover {
    color:  #0372cb;
}

.rr-item-about-team {
    box-shadow: 0px 1px 0px 0px rgba(222, 229, 232, 0.75);
    background: #f1f7fa;
    padding: 30px;
    margin-bottom: 40px;
}

.rr-item-text {
    font-size: 22px;
    margin-bottom: 20px;
    color: var(--rr-heading-1);
}

@media (max-width: 767px) {
    .rr-item-text {
        font-size: 20px;
    }
}

.rr-item-team-contact {
    box-shadow: 0px 1px 0px 0px rgba(222, 229, 232, 0.75);
    background: #f1f7fa;
    padding: 30px;
}

.rr-item-team-contact h3 {
    font-size: 22px;
    margin-bottom: 20px;
    color: var(--rr-heading-1);
}

.rr-item-team-contact ul li {
    list-style: none;
    color: var(--rr-heading-1);
    font-size: 14px;
    font-family: var(--rr-ff-p);
}

.rr-item-designation {
    font-size: 14px;
    color:  #0372cb;
    font-family: var(--rr-ff-p);
}

.rr-item-title {
    font-size: 30px;
    color: var(--rr-theme-2);
    font-weight: 700;
    margin: 0;
}

.rr-item-ctg {
    margin-bottom: 0;
}

.rr-item-social li {
    list-style: none;
    display: inline-block;
}

.rr-item-social li a {
    margin: 0 7px;
    color: var(--rr-theme-2);
    font-size: 18px;
}

@media (max-width: 767px) {
    .rr-item-social li a {
        margin: 0 5px;
    }
}

.rr-item-social li a:hover {
    color:  #0372cb;
}

.schedule-btn {
    text-align: right;
}

.rr-single-item {
    margin-bottom: 40px;
}

.rr-single-item:last-child {
    margin-bottom: 0;
}

.schedule-table thead tr th {
    font-family: var(--rr-ff-p);
}

tbody tr td {
    font-family: var(--rr-ff-p);
}

thead tr th {
    font-family: var(--rr-ff-p);
}

span.current {
    font-weight: 400;
    font-size: 16px;
    font-family: var(--rr-ff-p);
}


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


/*  7.10 funfact css start
/*----------------------------------------*/

.rr-funfact-border-bottom {
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 100px;
}

.rr-funfact-area {
    margin-bottom: -95px;
}

.rr-funfact-border {
    border-bottom: 2px solid  #0372cb;
}

.rr-funfact_shap {
    position: absolute;
    top: -77px;
    transform: rotate(-134deg);
    right: -80px;
}

.rr-funfact-icon {
    width: 120px;
    height: 120px;
    background: var(--rr-theme-2);
    border-radius: 50%;
    text-align: center;
    line-height: 106px;
    border: 7px solid #fff;
    display: inline-block;
    margin-bottom: 19px;
    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-funfact-number {
    font-size: 51px;
    margin-bottom: 0;
    line-height: 1;
    color: #23252a;
    -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-funfact-number b {
    font-size: 51px;
    margin-bottom: 0;
    line-height: 1;
    color: #23252a;
    -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: 1200px) and (max-width: 1399px) {
    .rr-funfact-number b {
        font-size: 50px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .rr-funfact-number b {
        font-size: 46px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .rr-funfact-number b {
        font-size: 45px;
    }
}

.rr-funfact-content-2 {
    -webkit-clip-path: polygon(0 0, 100% 5%, 100% 96%, 0 100%) !important;
    clip-path: polygon(0 0, 100% 5%, 100% 96%, 0 100%) !important;
}

.rr-funfact-content {
    padding: 60px 15px;
    position: relative;
    z-index: 2;
    background-color: var(--rr-grey-1);
    -webkit-clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 97%);
    clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 97%);
}

.rr-funfact-content span {
    transition: 0.3s;
}

.rr-funfact-content:hover span {
    color: var(--rr-common-white);
}

.rr-funfact-content:hover::after {
    opacity: 1;
    visibility: visible;
    height: 100%;
}

.rr-funfact-content:hover h5 {
    color: #fff;
}

.rr-funfact-content:hover b {
    color: #fff;
}

.rr-funfact-content:hover .rr-funfact-icon {
    background-color:  #0372cb;
}

.rr-funfact-content::after {
    content: "";
    bottom: 0;
    left: 0;
    height: 0%;
    width: 100%;
    background-color: var(--rr-grey-2);
    position: absolute;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}

.rr-funfact-content span {
    font-weight: 600;
    color: #6c6c6e;
    font-family: var(--rr-ff-p);
    font-size: 18px;
}

.rr-funfact-white-bg {
    background: var(--rr-common-white);
}

.rr-counter-icofont-brain-icon span {
    width: 75px;
    height: 75px;
    background:  #0372cb;
    color: var(--rr-common-white);
    text-align: center;
    line-height: 75px;
    display: block;
    font-size: 45px;
    border-radius: 50px;
    margin-top: -46px;
}

.rr-counter-info-text h4 {
    font-size: 22px;
}

.rr-counter-circle::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    width: 230px;
    height: 230px;
    background: #d9daf1;
    border-radius: 50%;
    right: 50%;
    bottom: 50%;
    transform: translate(-50%, -50%);
}

.rr-counter-shap-img {
    position: absolute;
    top: 300px;
    left: 40px;
}

@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-counter-shap-img {
        display: none;
    }
}

.rr-counter-man-bg {
    position: absolute;
    right: 0;
    bottom: 0;
}

@media (max-width: 767px) {
    .rr-counter-man-bg {
        display: none;
    }
}

.rr-counter-circle-bottom::before {
    position: absolute;
    content: "";
    bottom: -228px;
    right: -93px;
    width: 340px;
    height: 340px;
    text-align: center;
    line-height: 340px;
    background: #8c87cd91;
    border-radius: 50%;
    animation: rr-hotspot 3s cubic-bezier(0.4, 0, 1, 1) infinite;
    animation-delay: 0s;
    animation-delay: 0s;
    animation-delay: 0s;
}

.rr-counter-circle-right::after {
    position: absolute;
    content: "";
    bottom: -107px;
    right: -224px;
    width: 340px;
    height: 340px;
    text-align: center;
    line-height: 340px;
    background: #b4a5ee;
    border-radius: 50%;
    animation: rr-hotspot 3s cubic-bezier(0.4, 0, 1, 1) infinite;
    animation-delay: 0s;
    animation-delay: 0s;
    animation-delay: 0s;
}


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


/*  7.14 product css
/*----------------------------------------*/

@media (max-width: 767px) {
    .rr-project-tab-wrapper ul {
        justify-content: center !important;
    }
}

.rr-project-text {
    margin-top: 20px;
}

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

.rr-project-area {
    margin-top: -101px;
}

.rr-project-title-wrapper {
    margin-bottom: -42px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .rr-project-title-wrapper {
        margin-bottom: 0px;
        text-align: center;
    }
}

@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-project-tab-wrapper {
        margin-top: 25px;
    }
}

.rr-project-tab-wrapper ul li {
    margin-left: 22px !important;
}

@media (max-width: 350px) {
    .rr-project-tab-wrapper ul li {
        margin-left: 13px !important;
        padding-bottom: 20px;
    }
}

.rr-project-tab-wrapper ul li button {
    color: #3a3a3a;
    font-size: 16px;
    border-radius: 0;
    font-weight: 600;
    padding: 0px 12px;
    margin: 5px;
}

.rr-project-tab-wrapper ul li button.active,
.rr-project-tab-wrapper ul li button .nav-pills .show>.nav-link {
    background-color:  #0372cb !important;
    border-radius: 0;
}

.rr-project-tab-wrapper ul li button:hover {
    color: #fff !important;
    background-color:  #0372cb !important;
    border-radius: 0;
}

.rr-project-thumb-title {
    color: var(--rr-common-white);
    transition: 0.3s;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 0;
}

.rr-project-thumb-title:hover {
    color:  #0372cb;
}

.rr-project-thumb-info {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 30px;
    padding-bottom: 5px;
    transition: 0.7s;
    opacity: 0;
    visibility: hidden;
}

.rr-project-thumb-info p {
    color: #fff;
}

.rr-project-thumb::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 35%;
    width: 100%;
    background-color: rgb(32, 50, 64);
    transition: 0.7s;
    opacity: 0;
    visibility: hidden;
    border-radius: 7px;
}

.rr-project-thumb:hover::before {
    opacity: 0.89;
    visibility: visible;
    height: 100%;
}

.rr-project-thumb:hover .rr-project-thumb-info {
    opacity: 1;
    visibility: visible;
}

.rr-project-thumb:hover .rr-project-right-icon a {
    opacity: 1;
    visibility: visible;
    width: 50px;
    height: 50px;
}

.rr-project-right-icon a {
    position: absolute;
    bottom: 24px;
    right: 30px;
    color: #fff;
    width: 0px;
    height: 0px;
    background:  #0372cb;
    text-align: center;
    line-height: 50px;
    border-radius: 50px;
    transition: 0.7s;
    opacity: 0;
    visibility: hidden;
}

.rr-project-right-icon:hover a {
    background: var(--rr-common-white);
    color: var(--rr-theme-2);
}

.rr-project-padding {
    margin-top: -104px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .rr-project-padding {
        margin-top: -90px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .rr-project-padding {
        margin-top: -85px;
    }
}

@media (max-width: 767px) {
    .rr-project-padding {
        margin-top: 0px;
    }
}

.row-custom {
    display: flex;
    margin: 0 -15px;
}

@media (max-width: 350px) {
    .row-custom {
        flex-direction: column;
    }
}

.col-custom {
    flex: 1;
    width: 320px;
    height: 369px;
    background-size: cover;
    margin-top: 0;
    transition: 0.4s;
}

.rr-project-4-item {
    height: 100%;
    cursor: pointer;
    overflow: hidden;
}

.rr-project-4-thumb {
    height: 100%;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    position: relative;
}

.rr-project-4-content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 40px 32px 38px;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    z-index: 2;
}

.rr-project-4-title {
    font-size: 17px;
    color: var(--rr-common-white);
    transform: translate(-50%, -50%);
    z-index: 5;
    position: absolute;
    top: 50%;
    left: 50%;
    background:  #0372cb;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
    font-family: var(--rr-ff-p);
    font-weight: 500;
}

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

.rr-project-4-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.col-custom.active {
    flex: 2;
}

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

.col-custom.active .rr-project-4-title {
    opacity: 1;
    visibility: visible;
    padding: 22px 34px;
}

@media (max-width: 767px) {
    .col-custom.active .rr-project-4-title {
        padding: 17px 14px;
    }
}

.rr-projects-content span {
    font-size: 22px;
    color: var(--rr-grey-2);
    font-weight: 700;
    margin-bottom: 20px;
    display: block;
}

.rr-projects-info {
    position: absolute;
    right: 0;
    bottom: 20px;
    background: #e1355c;
    color: var(--rr-common-white);
    z-index: 9;
    padding: 20px 50px;
    opacity: 0.9;
    font-family: var(--rr-ff-p);
}

@media (max-width: 767px) {
    .rr-projects-info {
        bottom: -12px;
    }
}

.rr-projects-info ul li {
    list-style: none;
    margin-bottom: 10px;
}

.rr-projects-info ul li:last-child {
    margin-bottom: 0px;
}

.rr-projects-info ul li span {
    margin-left: 29px;
}


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


/*  7.13 contact css start
/*----------------------------------------*/

.rr-process-shap-img {
    position: absolute;
    z-index: 1;
    bottom: 157px;
}

@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-process-shap-img {
        display: none;
    }
}

.rr-process-padding {
    padding-bottom: 400px;
}

@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-work-2__content p br {
        display: none;
    }
}

.rr-work-2-img img {
    width: 280px;
    height: 280px;
    border-radius: 50%;
}

@media (max-width: 767px) {
    .rr-work-2__content br {
        display: none;
    }
}

.rr-work-2__icon {
    width: 120px;
    height: 120px;
    text-align: center;
    line-height: 120px;
    background: var(--rr-common-white);
    font-size: 55px;
    border-radius: 50%;
    color:  #0372cb;
    margin: 0 auto;
    z-index: 2;
    position: relative;
}

.rr-work-2__icon::before {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 0;
    height: 0;
    background:  #0372cb;
    content: "";
    text-align: center;
    line-height: 100px;
    border-radius: 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-work-2__icon::after {
    border: 2px solid #eaeced;
    position: absolute;
    top: 10px;
    left: 10px;
    width: 100px;
    height: 100px;
    background-color: transparent;
    content: "";
    border-radius: 50%;
    -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-work-2__icon span {
    -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-work-2__shap-img {
    position: absolute;
    z-index: 1;
    top: -42px;
    left: 0;
}

@media (max-width: 767px) {
    .rr-work-2__shap-img {
        display: none;
    }
}

.rr-work-2__item:hover .rr-work-2__icon::before {
    opacity: 1;
    visibility: visible;
    width: 100px;
    height: 100px;
}

.rr-work-2__item:hover .rr-work-2__icon::after {
    border: none;
}

.rr-work-2__item:hover span {
    position: relative;
    z-index: 1;
    color: var(--rr-common-white);
}

.tl-progress input {
    color: #203240 !important;
}

.rr-about-3-progressbar:nth-child(1) {
    border-right: 0;
}

.rr-about-3-progressbar:nth-child(2) {
    border-right: 0;
}

.rr-about-3-progressbar:nth-child(3) {
    border-right: 0;
}

.rr-about-3-progressbar:hover.rr-about-3-progressbar:nth-child(1) {
    border-right: 0;
}

.rr-about-3-progressbar:hover.rr-about-3-progressbar:nth-child(2) {
    border-right: 0;
}

.rr-about-3-progressbar:hover.rr-about-3-progressbar:nth-child(3) {
    border-right: 0;
}


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


/*  7.5 counter css start
/*----------------------------------------*/

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

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

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

@media (max-width: 350px) {
    .rr-counter-btn {
        text-align: center;
    }
}

.rr-counter-box-wapper {
    background: #f2f4f9;
    width: 380px;
    margin-top: 304px;
    padding: 30px 0;
    padding-bottom: 0;
}

@media (max-width: 350px) {
    .rr-counter-box-wapper {
        width: 312px;
        margin-top: 235px;
        flex-wrap: wrap;
    }
}

@media (max-width: 350px) {
    .rr-counter-box-info-text {
        text-align: center;
        margin-top: 20px;
    }
}

.rr-counter-img img {
    position: absolute;
    clip-path: polygon(100% 75%, 93% 100%, 84% 75%, 0 75%, 0 0, 100% 0);
}

.rr-counter-box-icon span {
    width: 75px;
    height: 75px;
    background:  #0372cb;
    color: var(--rr-common-white);
    text-align: center;
    line-height: 75px;
    display: block;
    font-size: 45px;
    border-radius: 50px;
    margin-top: -46px;
}


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


/*  7.11 cart css start
/*----------------------------------------*/

.rr-map iframe {
    height: 550px;
    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  #0372cb;
    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:  #0372cb;
}

.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:  #0372cb;
    line-height: normal;
}

.rr-icon-box-wrapper .rr-icon {
    margin-right: 20px;
}

.rr-choose-list-content p {
    max-width: 282px;
}

@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:  #0372cb;
    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:  #0372cb;
}

.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: 30px;
    padding-top: 25px;
    padding-bottom: 25px;
    -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: #3a3a3a;
    -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:  #0372cb;
    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;
}


/*# sourceMappingURL=main.css.map */

@media (max-width:768px){
    .rr-counter-img img{
        position:relative;
    }
}