@import url("https://fonts.googleapis.com/css?family=Rubik:300,400,500,600,700,800");
@import url("https://fonts.googleapis.com/css?family=Nunito:300,400,600,700,800,900");

/* TABLE OF CONTENT
---------------------------------------------------------
    01. General CSS
    02. Global Class CSS
    03. Header Section CSS
    04. Sticky Menu CSS
    05. Breadcrumbs Section CSS
    06. About Section CSS
    07. Services Section CSS
    08. Popular Courses Section CSS
    09. Course Single Section CSS
    10. Accordion Section CSS
    11. Team Section CSS
    12. Testimonial Section CSS
    13. Blog Section CSS
    14. Gallery Section CSS
    15. CTA Section CSS
    16. Counter Section CSS
    17. Newsletter Section CSS
    18. Faq Section CSS
    19. 404 Error Section CSS
    20. Login Section CSS
    21. Register Section CSS
    22. Contact Section CSS
    23. Footer Section CSS
    24. Scroll Up CSS
    25. Preloader CSS

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

:root {
    --primary-clr: #ef2d56;
    --primary-darker-clr: #a01f3b;
    --secondary-clr: #273c66;
}

/* -----------------------------------
    01. General CSS
-------------------------------------*/
html,
body {
    font-size: 15px;
    color: #505050;
    font-family: "Rubik", sans-serif;
    vertical-align: baseline;
    line-height: 26px;
    font-weight: 400;
    overflow-x: hidden;
}

img {
    max-width: 100%;
    height: auto;
}

p {
    margin: 0 0 26px;
    line-height: 1.8;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Nunito", sans-serif;
    color: #111111;
    margin: 0 0 26px;
    line-height: 1.2;
}

h1 {
    font-size: 70px;
    font-weight: 700;
}

h2 {
    font-size: 36px;
    font-weight: 700;
}

h3 {
    font-size: 26px;
    font-weight: 700;
}

h4 {
    font-size: 24px;
    font-weight: 700;
}

h5 {
    font-size: 18px;
    font-weight: 700;
}

h6 {
    font-size: 16px;
    font-weight: 700;
}

.home-style2 h1,
.home-style2 h2,
.home-style2 h3,
.home-style2 h4,
.home-style2 h5,
.home-style2 h6 {
    color: #112958;
}

a {
    color: var(--primary-clr);
    transition: all 0.3s ease;
    text-decoration: none !important;
    outline: none !important;
    cursor: pointer;
}

a:active,
a:hover {
    text-decoration: none;
    outline: 0 none;
    color: var(--primary-clr);
}

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.clear {
    clear: both;
}

::-moz-selection {
    background: var(--primary-clr);
    text-shadow: none;
    color: #ffffff;
}

::selection {
    background: var(--primary-clr);
    text-shadow: none;
    color: #ffffff;
}

.white-bg {
    background-color: #ffffff;
}

.gray-bg {
    background: #f3f8f9;
}

.event-bg {
    background: #f9f8f8;
}

.transparent-bg {
    background: transparent;
}

.rs-menu-toggle {
    color: var(--primary-clr);
    text-align: right;
}

button {
    cursor: pointer;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none !important;
}

.gridFilter button {
    background: transparent;
    border: 0;
    font-size: 15px;
    font-weight: 700;
    outline: none;
    color: #505050;
    cursor: pointer;
}

.gridFilter button.active {
    color: var(--primary-clr);
}

.gridFilter button+button {
    margin-left: 20px;
}

.gridFilter.style2 button {
    background: #f9f7f8;
    border: none;
    border-radius: 3px;
    font-weight: 500;
    font-size: 16px;
    color: #101010;
    padding: 10px 30px;
    outline: none;
    margin: 0 10px 20px;
}

.gridFilter.style2 button.active,
.gridFilter.style2 button:hover {
    background: #fff;
    color: var(--primary-clr);
    box-shadow: 0 0 30px #eee;
}

.gridFilter.style2.modify1 button {
    margin: 0 0px 20px;
}

blockquote {
    margin: 35px 0;
    padding: 40px;
    color: #666;
    position: relative;
    background: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 55px;
    font-weight: 400;
    font-style: italic;
    text-align: left;
    clear: both;
    box-shadow: 0 0 150px #eee;
}

blockquote:before {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    top: 0;
    height: 100%;
    width: 10px;
    background: var(--primary-clr);
}

blockquote p {
    font-size: 16px;
    margin: 0;
}

/*-- Blog Button Css --*/
.blog-btn {
    color: #111111;
    display: inline-block;
    position: relative;
    font-size: 15px;
    padding-right: 43px;
    text-transform: capitalize;
    font-weight: 600;
}

.blog-btn:after {
    position: absolute;
    content: "\f133";
    right: 20px;
    top: 50%;
    font-size: 15px;
    font-weight: 600;
    color: #111111;
    font-family: "Flaticon";
    transform: translateY(-50%);
    transition: all 0.3s ease;
}

.blog-btn:hover {
    color: var(--primary-clr);
}

.blog-btn:hover:after {
    right: 17px;
    color: var(--primary-clr);
}

/* ------------------------------------
    02. Global Class CSS
---------------------------------------*/
.y-middle {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.y-bottom {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

.readon {
    outline: none;
    padding: 12px 40px;
    border: 1px solid var(--primary-clr);
    border-radius: 30px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 16px;
    font-family: "Rubik", sans-serif;
    font-weight: 700;
    color: #111111;
    background: #f3f8f9;
}

.readon.banner-style {
    color: #ffffff;
    background: var(--primary-clr);
    padding: 16px 58px;
}

.readon.banner-style:hover {
    background: var(--primary-darker-clr);
}

.readon.white-color {
    color: #ffffff !important;
    background: none !important;
    border: 1px solid #ffffff;
    padding: 16px 40px;
}

.readon.white-color:hover {
    background: #ffffff !important;
    color: #4e49a1 !important;
}

.readon.orange-btn {
    color: #ffffff;
    background: var(--primary-clr);
    border-color: var(--primary-clr);
    border-radius: 5px 5px 5px 5px;
    outline: none;
    padding: 12px 35px;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}

.readon.orange-btn.main-home {
    padding: 10px 20px 10px 20px !important;
}

.readon.orange-btn.main-home:hover {
    color: #ffffff;
    background: #171f32;
    border-color: #171f32;
}

.readon.orange-btn:hover {
    color: #ffffff;
    background: var(--primary-darker-clr);
    border-color: var(--primary-darker-clr);
}

.readon.orange-btn.transparent:hover {
    color: #101010;
    background: #ffffff;
    border-color: #ffffff;
}

.readon.register-btn {
    padding: 10px 50px;
    color: #ffffff;
    background: var(--primary-clr);
    border-color: var(--primary-clr);
    font-weight: 500;
    width: 100%;
    border-radius: 5px;
    transition: 250ms;
}

.readon.register-btn:hover {
    background: var(--primary-darker-clr);
}

.readon.submit-btn {
    border: 2px solid;
    border-color: var(--primary-clr);
    padding: 10px 50px;
    line-height: normal;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    background: var(--primary-clr);
    color: #ffffff;
    border-radius: 5px;
    margin-bottom: 12px;
    width: 100%;
    transition: 250ms;
}

.readon.submit-btn:hover {
    background: transparent;
    color: var(--primary-clr);
}

.readon:hover {
    background: var(--primary-clr);
    color: #ffffff;
}

.readon2 {
    outline: none;
    border: none;
    padding: 12px 40px;
    border-radius: 3px;
    display: inline-block;
    text-transform: capitalize;
    font-size: 16px;
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    color: #ffffff;
    background: var(--primary-clr);
    position: relative;
    overflow: hidden;
}

.readon2.banner-style {
    padding: 16px 40px;
}

.readon2.mod {
    text-transform: uppercase;
    padding: 14px 31px;
}

.readon2.transparent {
    background: transparent;
    color: var(--primary-clr);
    border: 1px solid var(--primary-clr);
}

.readon2.transparent:hover {
    color: #ffffff;
    background: var(--primary-clr);
}

.readon2.orange-transparent {
    background: transparent;
    color: var(--primary-clr);
    border: 1px solid var(--primary-clr);
}

.readon2.orange-transparent:hover {
    color: #ffffff;
    background: var(--primary-clr);
}

.readon2.orange {
    background: var(--primary-clr);
}

.readon2.orange:hover {
    background: var(--primary-darker-clr);
}

.readon2:hover {
    background: var(--primary-darker-clr);
    color: #ffffff;
}

.readon2.apply {
    padding: 10px 30px 10px 30px;
}

.readon2.apply:hover {
    color: unset;
}

.readon-arrow {
    color: #111111;
    padding-right: 22px;
    position: relative;
    font-weight: 500;
}

.readon-arrow:after {
    position: absolute;
    content: "\f136";
    font-family: Flaticon;
    font-style: normal;
    top: 50%;
    transform: translateY(-50%);
    right: 5px;
    color: #111111;
    transition: all 0.3s ease;
    font-weight: 600;
    font-size: 14px;
}

.readon-arrow:hover {
    color: var(--primary-clr);
}

.readon-arrow:hover:after {
    right: 0;
    color: var(--primary-clr);
}

/*Pagination*/
.pagination-area .pagination-part {
    display: inline-block;
    padding: 0 5px 0 10px;
    height: 60px;
    line-height: 60px;
    box-shadow: 0px 8px 26px 0px rgba(0, 0, 0, 0.1);
}

.pagination-area .pagination-part li {
    position: relative;
    display: inline-block;
    padding: 0 20px 0 15px;
    text-align: center;
    cursor: pointer;
}

.pagination-area .pagination-part li a {
    display: inline-flex;
    align-items: center;
    color: #111111;
}

.pagination-area .pagination-part li a:hover {
    color: var(--primary-clr);
}

.pagination-area .pagination-part li i {
    margin-left: 10px;
}

.pagination-area .pagination-part li i:before {
    font-size: 28px;
    margin: 0;
    line-height: 60px;
}

.pagination-area .pagination-part li:before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #d6fbff;
}

.pagination-area .pagination-part li:last-child:before {
    display: none;
}

.pagination-area .pagination-part li:hover a,
.pagination-area .pagination-part li.active a {
    color: var(--primary-clr);
}

.pagination-area.orange-color .pagination-part li a:hover {
    color: var(--primary-clr);
}

.pagination-area.orange-color .pagination-part li:before {
    background: var(--primary-clr);
}

.pagination-area.orange-color .pagination-part li:hover a,
.pagination-area.orange-color .pagination-part li.active a {
    color: var(--primary-clr);
}

/*Video Icon*/
.media-icon {
    position: relative;
    display: inline-block;
    z-index: 1;
}

.media-icon .popup-videos {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    background: var(--primary-clr);
    width: 70px;
    height: 70px;
    border-radius: 100%;
    text-align: center;
}

.media-icon .popup-videos:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
    transition: all 0.3s ease;
    z-index: -1;
}

.media-icon .popup-videos i {
    margin-left: 5px;
}

.media-icon .popup-videos i:before {
    font-size: 30px;
    line-height: 70px;
}

.media-icon .popup-videos:hover:before {
    background: var(--primary-clr);
}

.media-icon.orange-color .popup-videos {
    color: var(--primary-clr);
    background: #ffffff;
}

.media-icon.orange-color .popup-videos i:before {
    font-size: 30px;
    line-height: 70px;
}

.media-icon.orange-color .popup-videos:hover:before {
    background: #ffffff;
}

.media-icon.orange-color2 .popup-videos {
    color: #ffffff;
    background: var(--primary-clr);
    animation: circle-ripple 3s linear linear infinite;
    -webkit-animation: circle-ripple 3s linear infinite;
}

.media-icon.orange-color2 .popup-videos:before {
    display: none;
}

.media-icon.orange-color2 .popup-videos:hover:before {
    background: var(--primary-clr);
}

.no-gutter {
    margin-left: 0;
    margin-right: 0;
}

.no-gutter [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
    margin: 0;
}

.relative {
    position: relative;
}

.white-color {
    color: #ffffff !important;
}

.rs-carousel.orange-color .owl-nav .owl-prev:hover i,
.rs-carousel.orange-color .owl-nav .owl-next:hover i {
    color: var(--primary-clr);
}

.rs-carousel .owl-dots {
    text-align: center;
    margin: 40px auto 0;
    line-height: 15px;
    display: block;
}

.rs-carousel .owl-dots .owl-dot {
    width: 30px;
    height: 10px;
    display: inline-block;
    margin: 0 6px;
    padding: 3px 0;
    border-radius: 30px;
    border: 1px solid var(--primary-clr);
    background: transparent;
    opacity: 0.7;
    cursor: pointer;
}

.rs-carousel .owl-dots .owl-dot:hover {
    background: var(--primary-clr);
}

.rs-carousel .owl-dots .active {
    background: var(--primary-clr);
    opacity: 1;
}

.owl-carousel .owl-item img {
    width: auto;
}

.sec-title .sub-title {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.sec-title .sub-title.primary {
    color: var(--primary-clr);
}

.sec-title .sub-title.white {
    color: #ffffff;
}

.sec-title .sub-title.orange {
    color: var(--primary-clr);
}

.sec-title .desc.big {
    font-size: 18px;
    line-height: 30px;
}

/* -----------------------
    03. Header Section CSS
--------------------------*/
.full-width-header .rs-header {
    z-index: 99;
}

.full-width-header .rs-header .topbar-area {
    background: var(--secondary-clr);
}

.full-width-header .rs-header .topbar-area .topbar-contact li {
    display: inline-block;
    line-height: 50px;
    height: 50px;
    margin-right: 17px;
    padding-right: 20px;
    color: #ffffff;
    border-right: 1px solid #374a71;
}

.full-width-header .rs-header .topbar-area .topbar-contact li i {
    margin-right: 2px;
}

.full-width-header .rs-header .topbar-area .topbar-contact li i.flaticon-email:before {
    bottom: -1.5px;
    position: relative;
}

.full-width-header .rs-header .topbar-area .topbar-contact li i:before {
    font-size: 16px;
    color: #ffffff;
}

.full-width-header .rs-header .topbar-area .topbar-contact li a {
    color: #ffffff;
}

.full-width-header .rs-header .topbar-area .topbar-contact li a:hover {
    color: var(--primary-clr);
}

.full-width-header .rs-header .topbar-area .topbar-contact li:last-child {
    margin: 0;
    border: none;
}

.full-width-header .rs-header .topbar-area .topbar-right li {
    display: inline;
    margin-right: 30px;
}

.full-width-header .rs-header .topbar-area .topbar-right li.login-register {
    color: #ffffff;
}

.full-width-header .rs-header .topbar-area .topbar-right li.login-register i {
    margin-right: 10px;
    color: var(--primary-clr);
}

.full-width-header .rs-header .topbar-area .topbar-right li.login-register a {
    color: #ffffff;
}

.full-width-header .rs-header .topbar-area .topbar-right li.login-register a:hover {
    color: var(--primary-clr);
}

.full-width-header .rs-header .topbar-area .topbar-right li a.apply-btn {
    color: #ffffff;
    background: var(--primary-clr);
    padding: 12px 35px;
    display: inline-block;
}

.full-width-header .rs-header .topbar-area .topbar-right li a.apply-btn:hover {
    background: #2db4de;
}

.full-width-header .rs-header .topbar-area .topbar-right li:last-child {
    margin: 0;
}

.full-width-header .rs-header .topbar-area.home8-topbar {
    background: #f9f8f8 !important;
}

.full-width-header .rs-header .topbar-area.home8-topbar .topbar-contact li {
    color: #363636;
    border-right: 1px solid #fff;
}

.full-width-header .rs-header .topbar-area.home8-topbar .topbar-contact li i {
    margin-right: 2px;
}

.full-width-header .rs-header .topbar-area.home8-topbar .topbar-contact li i:before {
    font-size: 16px;
    color: #363636;
}

.full-width-header .rs-header .topbar-area.home8-topbar .topbar-contact li a {
    color: #363636;
}

.full-width-header .rs-header .topbar-area.home8-topbar .topbar-contact li a:hover {
    color: var(--primary-clr);
}

.full-width-header .rs-header .topbar-area.home8-topbar .topbar-contact li:last-child {
    margin: 0;
    border: none;
}

.full-width-header .rs-header .topbar-area.home8-topbar .topbar-right li.login-register {
    color: #363636;
}

.full-width-header .rs-header .topbar-area.home8-topbar .topbar-right li.login-register i {
    margin-right: 10px;
    color: #363636;
}

.full-width-header .rs-header .topbar-area.home8-topbar .topbar-right li.login-register a {
    color: #363636;
}

.full-width-header .rs-header .topbar-area.home8-topbar .topbar-right li.login-register a:hover {
    color: var(--primary-clr);
}

.full-width-header .rs-header .topbar-area.home8-topbar .topbar-right li a.apply-btn {
    background: var(--primary-clr);
    text-transform: uppercase;
}

.full-width-header .rs-header .topbar-area.home8-topbar .topbar-right li a.apply-btn:hover {
    color: #ffffff;
    background: var(--primary-darker-clr);
}

.full-width-header .rs-header .topbar-area.home8-topbar .topbar-right li:last-child {
    margin: 0;
}

.full-width-header .rs-header .topbar-area.home8-topbar.inner-part {
    background: transparent !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.full-width-header .rs-header .topbar-area.home8-topbar.inner-part .topbar-contact li {
    color: #ffffff !important;
}

.full-width-header .rs-header .topbar-area.home8-topbar.inner-part .topbar-contact li i {
    margin-right: 2px;
}

.full-width-header .rs-header .topbar-area.home8-topbar.inner-part .topbar-contact li i:before {
    font-size: 16px;
    color: #ffffff;
}

.full-width-header .rs-header .topbar-area.home8-topbar.inner-part .topbar-contact li a {
    color: #ffffff !important;
}

.full-width-header .rs-header .topbar-area.home8-topbar.inner-part .topbar-contact li a:hover {
    color: var(--primary-clr);
}

.full-width-header .rs-header .topbar-area.home8-topbar.inner-part .topbar-contact li:last-child {
    margin: 0;
    border: none !important;
}

.full-width-header .rs-header .topbar-area.home8-topbar.inner-part .topbar-right li.login-register {
    color: #ffffff;
}

.full-width-header .rs-header .topbar-area.home8-topbar.inner-part .topbar-right li.login-register i {
    margin-right: 10px;
    color: #ffffff !important;
}

.full-width-header .rs-header .topbar-area.home8-topbar.inner-part .topbar-right li.login-register a {
    color: #ffffff !important;
}

.full-width-header .rs-header .topbar-area.home8-topbar.inner-part .topbar-right li.login-register a:hover {
    color: var(--primary-clr);
}

.full-width-header .rs-header .topbar-area.home8-topbar.inner-part .topbar-right li a.apply-btn {
    background: var(--primary-clr);
    text-transform: uppercase;
}

.full-width-header .rs-header .topbar-area.home8-topbar.inner-part .topbar-right li a.apply-btn:hover {
    color: #ffffff;
    background: var(--primary-darker-clr);
}

.full-width-header .rs-header .topbar-area.home8-topbar.inner-part .topbar-right li:last-child {
    margin: 0;
}

.full-width-header .rs-header .logo-part {
    position: relative;
    z-index: 9;
}

.full-width-header .rs-header .menu-area {
    transition: all 0.3s ease;
}

.full-width-header .rs-header .menu-area .logo-cat-wrap {
    display: flex;
    align-items: center;
    height: 120px;
    line-height: 120px;
}

.full-width-header .rs-header .menu-area .rs-menu-area {
    display: flex;
    align-items: center;
    justify-content: center;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li {
    display: inline-block;
    margin-right: 50px;
    padding: 0;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li a {
    transition: all 0.3s ease;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    height: 120px;
    line-height: 120px;
    padding-right: 0;
    margin-right: -12px;
    color: #ffffff;
    z-index: 1;
    position: relative;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li a:hover {
    color: var(--primary-clr);
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li.menu-item-has-children a {
    padding-right: 12px;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li.menu-item-has-children a:before {
    content: "+";
    position: absolute;
    left: auto;
    right: 0;
    top: 50%;
    text-align: center;
    display: block;
    cursor: pointer;
    transform: translateY(-50%);
    transition: all 0.5s ease;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li.menu-item-has-children a:hover:before {
    content: "-";
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li:last-child {
    margin-right: 0 !important;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li:last-child i {
    margin: 0;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu.onepage-menu .active-menu a {
    color: var(--primary-clr) !important;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu {
    background: var(--primary-clr);
    margin: 0;
    padding: 15px 0;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li {
    margin: 0;
    border: none;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li a {
    height: unset !important;
    line-height: unset !important;
    color: #ffffff !important;
    font-weight: 400 !important;
    text-transform: capitalize;
    padding: 10px 30px !important;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li a:hover {
    color: var(--secondary-clr) !important;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li a:before {
    display: none !important;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li:last-child {
    margin: 0;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li.current-menu-item>a,
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li.active>a {
    color: var(--secondary-clr) !important;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.mega-menu {
    background: var(--secondary-clr);
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul li a:hover,
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul li.active a,
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul li.current-menu-item>a {
    color: var(--primary-clr) !important;
}

.full-width-header .rs-header .menu-area .nav-expander {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease;
}

.full-width-header .rs-header .menu-area .nav-expander span {
    height: 2px;
    width: 30px;
    display: block;
    background: #ffffff;
    margin: 6px 0;
    transition: all 0.3s ease;
}

.full-width-header .rs-header .menu-area .nav-expander span.dot1 {
    margin-top: 0;
}

.full-width-header .rs-header .menu-area .nav-expander span.dot3 {
    margin-bottom: 0;
}

.full-width-header .rs-header .menu-area .nav-expander:hover span {
    background: var(--primary-clr);
}

.full-width-header .rs-header .menu-area .nav-expander.style2 span {
    background: #111111;
}

.full-width-header .rs-header .menu-area .nav-expander.style2:hover span {
    background: var(--primary-clr);
}

.full-width-header .rs-header .menu-area .nav-expander.style3 span {
    background: #111111;
}

.full-width-header .rs-header .menu-area .nav-expander.style3:hover span {
    background: var(--primary-clr);
}

.full-width-header .rs-header .menu-area .expand-btn-inner {
    margin-right: 55px;
}

.full-width-header .rs-header .menu-area .expand-btn-inner li {
    display: inline-block;
    margin-right: 15px;
}

.full-width-header .rs-header .menu-area .expand-btn-inner li>a {
    color: #ffffff;
    display: inline-block;
    cursor: pointer;
    z-index: 1;
    position: relative;
}

.full-width-header .rs-header .menu-area .expand-btn-inner li>a i:before {
    font-size: 15px;
    font-weight: 600;
}

.full-width-header .rs-header .menu-area .expand-btn-inner li>a:hover {
    color: #ffffff;
}

.full-width-header .rs-header .menu-area .expand-btn-inner li a.apply-btn {
    text-transform: uppercase;
    color: #ffffff;
}

.full-width-header .rs-header .menu-area .expand-btn-inner li a.apply-btn:hover {
    color: var(--primary-clr);
}

.full-width-header .rs-header .menu-area .expand-btn-inner li:last-child {
    margin-right: 0 !important;
}

.full-width-header .rs-header .menu-area.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(39, 60, 102, 0.9) !important;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
}

.full-width-header .rs-header .menu-area.sticky .logo-cat-wrap {
    height: 90px;
    line-height: 90px;
}

.full-width-header .rs-header .menu-area.sticky .main-menu .rs-menu ul.nav-menu>li>a {
    height: 90px;
    line-height: 90px;
    color: #494949;
}

.full-width-header .rs-header .menu-area.sticky .main-menu .rs-menu ul.nav-menu>li>a:hover {
    color: var(--primary-clr);
}

.full-width-header .rs-header .menu-area.sticky .nav-expander span {
    background: #111111;
}

.full-width-header .rs-header .menu-area.sticky .nav-expander:hover span {
    background: var(--primary-clr);
}

.full-width-header .rs-header .menu-area.sticky .nav-expander.style3 span {
    background: #111111;
}

.full-width-header .rs-header .menu-area.sticky .nav-expander.style3:hover span {
    background: var(--primary-clr);
}

.full-width-header .rs-header .menu-area.sticky .expand-btn-inner li>a {
    color: #494949;
}

.full-width-header .rs-header .menu-area.sticky .expand-btn-inner li>a:hover {
    color: var(--primary-clr);
}

.full-width-header .rs-header .right_menu_togle {
    background: #fafafa;
    padding: 30px 50px;
    width: 500px;
    right: -500px;
    z-index: 999999;
    text-align: center;
    transition: all 0.3s ease;
}

.full-width-header .rs-header .right_menu_togle .close-btn {
    overflow: visible;
    padding: 0;
}

.full-width-header .rs-header .right_menu_togle .close-btn .line {
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.full-width-header .rs-header .right_menu_togle .close-btn .line span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 1px !important;
    height: 20px !important;
    background: #ffffff;
    border: none !important;
    transition: all 0.3s ease;
}

.full-width-header .rs-header .right_menu_togle .close-btn .line span.line2 {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.full-width-header .rs-header .right_menu_togle .close-btn #nav-close {
    position: relative;
    float: unset;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: unset;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
    background: var(--primary-clr);
}

.full-width-header .rs-header .right_menu_togle .close-btn #nav-close:hover {
    transform: rotate(180deg);
}

.full-width-header .rs-header .right_menu_togle .canvas-logo {
    padding-left: 0;
    padding-bottom: 30px;
    margin-top: 50px;
}

.full-width-header .rs-header .right_menu_togle .canvas-logo img {
    max-height: 50px;
}

.full-width-header .rs-header .right_menu_togle .offcanvas-gallery {
    display: inline-block;
}

.full-width-header .rs-header .right_menu_togle .offcanvas-gallery .gallery-img {
    width: 33%;
    float: left;
    padding: 0 5px 10px;
}

.full-width-header .rs-header .right_menu_togle .offcanvas-gallery .gallery-img .image-popup {
    display: block;
    overflow: hidden;
}

.full-width-header .rs-header .right_menu_togle .offcanvas-gallery .gallery-img .image-popup img {
    transition: all 0.3s ease;
}

.full-width-header .rs-header .right_menu_togle .offcanvas-gallery .gallery-img .image-popup:hover img {
    transform: scale(1.1);
}

.full-width-header .rs-header .right_menu_togle .map-img {
    margin-top: 25px;
}

.full-width-header .rs-header .right_menu_togle .canvas-contact {
    padding: 50px 0 0;
}

.full-width-header .rs-header .right_menu_togle .canvas-contact .social li {
    display: inline-block;
    padding-right: 20px;
}

.full-width-header .rs-header .right_menu_togle .canvas-contact .social li a {
    color: #111111;
}

.full-width-header .rs-header .right_menu_togle .canvas-contact .social li a i {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.full-width-header .rs-header .right_menu_togle .canvas-contact .social li a:hover {
    color: var(--primary-clr);
}

.full-width-header .rs-header .right_menu_togle .canvas-contact .social li:last-child {
    padding: 0;
}

.full-width-header.header-style1 {
    width: 100%;
    z-index: 999;
}

.full-width-header.header-style1 .rs-header .menu-area {
    background: var(--secondary-clr);
}

.full-width-header.header-style1 .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li.logo-part {
    padding: 0;
    margin: 0 90px 0 60px;
}

.full-width-header.header-style1 .rs-header .menu-area .main-menu .rs-menu .rs-mega-menu .mega-menu {
    left: unset;
    right: 0;
    background: #ffffff;
    min-width: 770px;
}

.full-width-header.header-style1 .rs-header .menu-area.sticky {
    background: var(--secondary-clr) !important;
}

.full-width-header.header-style1 .rs-header .menu-area.sticky .main-menu .rs-menu ul.nav-menu>li>a {
    color: #ffffff;
}

.full-width-header.header-style1 .rs-header .menu-area.sticky .expand-btn-inner li>a {
    color: #ffffff;
}

.full-width-header.header-style1 .rs-header .menu-area.sticky .expand-btn-inner li>a:hover {
    color: #ffffff;
}

.full-width-header.header-style1 .rs-header .menu-area.sticky .expand-btn-inner li a.apply-btn {
    color: #ffffff;
}

.full-width-header.header-style1 .rs-header .menu-area.sticky .expand-btn-inner li a.apply-btn:hover {
    color: var(--primary-clr);
}

.full-width-header.home8-style4 {
    width: 100%;
    z-index: 999;
}

.full-width-header.home8-style4 .rs-header .menu-area {
    background: #ffffff !important;
}

.full-width-header.home8-style4 .rs-header .menu-area .logo-part {
    position: relative;
    z-index: 9;
}

.full-width-header.home8-style4 .rs-header .menu-area .rs-menu-area .main-menu .rs-menu ul.nav-menu li a {
    color: #111111 !important;
}

.full-width-header.home8-style4 .rs-header .menu-area .rs-menu-area .main-menu .rs-menu ul.nav-menu li a:hover {
    color: var(--primary-clr) !important;
}

.full-width-header.home8-style4 .rs-header .menu-area .rs-menu-area .main-menu .rs-menu ul.nav-menu li a:last-child {
    margin-right: none !important;
}

.full-width-header.home8-style4 .rs-header .menu-area .rs-menu-area .main-menu .rs-menu ul.nav-menu li.current-menu-item>a {
    color: var(--primary-clr) !important;
}

.full-width-header.home8-style4 .rs-header .menu-area .rs-menu-area .main-menu .rs-menu ul.sub-menu {
    background: #ffffff !important;
}

.full-width-header.home8-style4 .rs-header .menu-area .rs-menu-area .main-menu .rs-menu ul.sub-menu li {
    margin: 0;
}

.full-width-header.home8-style4 .rs-header .menu-area .rs-menu-area .main-menu .rs-menu ul.sub-menu li a {
    font-weight: 400 !important;
    color: #111111 !important;
}

.full-width-header.home8-style4 .rs-header .menu-area .rs-menu-area .main-menu .rs-menu ul.sub-menu li a:hover {
    color: var(--primary-clr) !important;
}

.full-width-header.home8-style4 .rs-header .menu-area .rs-menu-area .main-menu .rs-menu ul.sub-menu li.active a {
    color: var(--primary-clr) !important;
}

.full-width-header.home8-style4 .rs-header .menu-area .rs-menu-area .main-menu .rs-menu .rs-mega-menu .mega-menu {
    left: unset;
    right: 0;
    background: #ffffff;
    min-width: 770px;
}

.full-width-header.home8-style4 .rs-header .menu-area .expand-btn-inner li>a {
    color: #111111 !important;
}

.full-width-header.home8-style4 .rs-header .menu-area .expand-btn-inner li>a:hover {
    color: var(--primary-clr) !important;
}

.full-width-header.home8-style4 .rs-header .menu-area .expand-btn-inner .apply-btn {
    background: var(--primary-clr);
    color: #ffffff !important;
    font-size: 15px;
    line-height: 24px;
    padding: 10px 24px;
    border-radius: 30px;
}

.full-width-header.home8-style4 .rs-header .menu-area .expand-btn-inner .nav-expander {
    color: #111111;
}

.full-width-header.home8-style4 .rs-header .menu-area.sticky {
    position: fixed;
    background: #ffffff !important;
}

.full-width-header.home8-style4 .rs-header .menu-area.sticky .rs-menu-area .main-menu .rs-menu ul.nav-menu li a:hover {
    color: var(--primary-clr);
}

.full-width-header.home8-style4 .rs-header .right_menu_togle .close-btn #nav-close {
    background: var(--primary-clr);
}

.full-width-header.home8-style4 .rs-header .right_menu_togle .canvas-contact .social li a:hover {
    color: var(--primary-clr);
}

.full-width-header.home8-style4.main-home {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.full-width-header.home8-style4.main-home .menu-area {
    background: transparent !important;
}

.full-width-header.home8-style4.main-home .menu-area .logo-part .sticky-logo {
    display: none;
}

.full-width-header.home8-style4.main-home .menu-area .rs-menu-area .main-menu .rs-menu ul.nav-menu li {
    margin-right: 45px;
}

.full-width-header.home8-style4.main-home .menu-area .rs-menu-area .main-menu .rs-menu ul.nav-menu li a {
    color: #ffffff !important;
}

.full-width-header.home8-style4.main-home .menu-area .rs-menu-area .main-menu .rs-menu ul.sub-menu {
    background: #ffffff !important;
    min-width: 250px;
    padding-bottom: 30px;
    padding-top: 30px;
    border-radius: 0px;
    border-bottom: 5px solid var(--primary-clr);
    border-color: var(--primary-clr) !important;
}

.full-width-header.home8-style4.main-home .menu-area .rs-menu-area .main-menu .rs-menu ul.sub-menu li {
    margin: 0;
}

.full-width-header.home8-style4.main-home .menu-area .rs-menu-area .main-menu .rs-menu ul.sub-menu li a {
    font-weight: 400 !important;
    color: #111111 !important;
}

.full-width-header.home8-style4.main-home .menu-area .rs-menu-area .main-menu .rs-menu ul.sub-menu li a:hover {
    color: var(--primary-clr) !important;
}

.full-width-header.home8-style4.main-home .menu-area .rs-menu-area .main-menu .rs-menu ul.sub-menu li.active a {
    color: var(--primary-clr) !important;
}

.full-width-header.home8-style4.main-home .menu-area .rs-menu-area .main-menu .rs-menu-toggle {
    color: #ffffff !important;
}

.full-width-header.home8-style4.main-home .menu-area.menu-sticky.sticky .logo-part .sticky-logo {
    display: block;
}

.full-width-header.home8-style4.main-home .menu-area.menu-sticky.sticky .logo-part .normal-logo {
    display: none;
}

.full-width-header.home8-style4.main-home .menu-area.menu-sticky.sticky .rs-menu-area .main-menu .rs-menu ul.nav-menu li a {
    color: #111111 !important;
    padding-right: 18px !important;
}

.full-width-header.home8-style4.main-home .menu-area.menu-sticky.sticky .rs-menu-area .main-menu .rs-menu ul.nav-menu li a:hover {
    color: var(--primary-clr) !important;
}

.full-width-header.home8-style4.main-home .menu-area.menu-sticky.sticky .rs-menu-area .main-menu .rs-menu ul.nav-menu li a:last-child {
    margin-right: none !important;
}

.full-width-header.home8-style4.main-home .menu-area.menu-sticky.sticky .rs-menu-area .main-menu .rs-menu ul.nav-menu li.current-menu-item>a {
    color: var(--primary-clr) !important;
}

.full-width-header.home8-style4.main-home .menu-area.menu-sticky.sticky .expand-btn-inner li>a {
    color: #494949;
}

.full-width-header.home8-style4.main-home .menu-area.menu-sticky.sticky .expand-btn-inner li>a i:before {
    color: #111111 !important;
}

.full-width-header.home8-style4.main-home .menu-area.menu-sticky.sticky .expand-btn-inner li>a:hover {
    color: var(--primary-clr);
}

.full-width-header.home8-style4.main-home .menu-area.menu-sticky.sticky .expand-btn-inner li>a:hover i:before {
    color: var(--primary-clr) !important;
}

.full-width-header.home8-style4.main-home .menu-area.menu-sticky.sticky .expand-btn-inner .nav-expander {
    color: #111111 !important;
}

.full-width-header.home8-style4.main-home .expand-btn-inner li a i:before {
    color: #ffffff !important;
}

.full-width-header.home8-style4.main-home .expand-btn-inner li a:hover i:before {
    color: var(--primary-clr) !important;
}

.full-width-header.home8-style4.main-home .expand-btn-inner .nav-expander {
    color: #ffffff !important;
}

.full-width-header.home8-style4.main-home .expand-btn-inner .nav-expander:hover {
    color: var(--primary-clr) !important;
}

.full-width-header.home8-style4.main-home .right_menu_togle .close-btn #nav-close {
    background: var(--primary-clr);
}

.full-width-header.home8-style4.main-home .right_menu_togle .canvas-contact .social li a:hover {
    color: var(--primary-clr);
}

.full-width-header.transparent {
    position: absolute;
}

.full-width-header.transparent .rs-header .menu-area .rs-menu-area .main-menu .rs-menu ul.nav-menu li a {
    color: #ffffff !important;
}

.full-width-header.transparent .rs-header .menu-area .rs-menu-area .main-menu .rs-menu ul.nav-menu li a:hover {
    color: var(--primary-clr);
}

.full-width-header.transparent .rs-header .menu-area .expand-btn-inner li>a {
    color: #ffffff !important;
}

.full-width-header.transparent .rs-header .menu-area .expand-btn-inner li>a:hover {
    color: var(--primary-clr);
}

.full-width-header.transparent .rs-header .menu-area.menu-sticky {
    background: none;
    border-bottom: none;
}

body .search-modal .modal-content {
    background: transparent;
    position: initial;
    border: 0;
}

body .search-modal .search-block input {
    height: 60px;
    line-height: 60px;
    padding: 0 15px;
    background: transparent;
    border-width: 0 0 1px 0;
    border-radius: 0;
    border-color: rgba(255, 255, 255, 0.4);
    box-shadow: none;
    color: #ffffff;
    font-weight: 600;
    font-size: 18px;
}

body .search-modal .close {
    color: #ffffff;
    margin-top: 20px;
    font-size: 14px;
    background-color: transparent;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    opacity: 1;
    outline: none;
    transition: all 0.3s ease;
}

body .search-modal .close:hover {
    color: var(--primary-clr) !important;
    opacity: 1 !important;
}

body .modal-backdrop {
    opacity: 0.95 !important;
}

/*------------------------------------
    04. Sticky Menu CSS
--------------------------------------*/
.menu-sticky {
    background: #fff;
    margin: 0;
    z-index: 999;
    width: 100%;
    top: 0;
    position: relative;
}

@-webkit-keyframes sticky-animation {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@keyframes sticky-animation {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ------------------------------------
    06. Slider Section CSS
---------------------------------------*/
.rs-slider.style1 {
    position: relative;
}

.rs-slider.style1 .slider-content {
    padding: 250px 0;
}

.rs-slider.style1 .slider-content .sl-sub-title {
    font-size: 48px;
    line-height: 58px;
    font-family: "Nunito", sans-serif;
    margin-bottom: 24px;
}

.rs-slider.style1 .slider-content .sl-title {
    font-size: 90px;
    line-height: 100px;
    margin-bottom: 39px;
    margin-left: -5px;
}

.rs-slider.style1 .slider-content.slide1 {
    background: url(assets/images/slider/h2-1.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.rs-slider.style1 .slider-content.slide2 {
    background: url(assets/images/slider/h2-2.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.rs-slider.style1 .owl-nav .owl-next,
.rs-slider.style1 .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
    width: 42px;
    height: 42px;
    line-height: 42px;
    border-radius: 50%;
    background: var(--primary-clr);
    text-align: center;
    color: #ffffff;
    transition: all 0.5s;
    transition-delay: 0.7s;
    opacity: 0;
    visibility: hidden;
}

.rs-slider.style1 .owl-nav .owl-next i:before,
.rs-slider.style1 .owl-nav .owl-prev i:before {
    content: "\f138";
    font-family: Flaticon;
}

.rs-slider.style1 .owl-nav .owl-next {
    right: 30px;
    left: unset;
}

.rs-slider.style1 .owl-nav .owl-next i:before {
    content: "\f137";
}

.rs-slider.style1:hover .owl-nav .owl-next,
.rs-slider.style1:hover .owl-nav .owl-prev {
    left: 50px;
    transition-delay: 0s;
    visibility: visible;
    opacity: 1;
}

.rs-slider.style1:hover .owl-nav .owl-next {
    right: 50px;
    left: unset;
}

.rs-slider.style2 .owl-nav .owl-next,
.rs-slider.style2 .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
    width: 42px;
    height: 42px;
    line-height: 42px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.1);
    cursor: pointer;
    text-align: center;
    color: #ffffff;
    transition: all 0.5s;
    transition-delay: 0.7s;
    opacity: 0;
    visibility: hidden;
}

.rs-slider.style2 .owl-nav .owl-next i:before,
.rs-slider.style2 .owl-nav .owl-prev i:before {
    content: "\f138";
    font-family: Flaticon;
}

.rs-slider.style2 .owl-nav .owl-next:hover,
.rs-slider.style2 .owl-nav .owl-prev:hover {
    background: var(--primary-clr);
    color: #ffffff;
}

.rs-slider.style2 .owl-nav .owl-next {
    right: 30px;
    left: unset;
}

.rs-slider.style2 .owl-nav .owl-next i:before {
    content: "\f137";
}

.rs-slider.style2:hover .owl-nav .owl-next,
.rs-slider.style2:hover .owl-nav .owl-prev {
    left: 50px;
    transition-delay: 0s;
    visibility: visible;
    opacity: 1;
}

.rs-slider.style2:hover .owl-nav .owl-next {
    right: 50px;
    left: unset;
}

.rs-slider.style2 .owl-carousel .owl-stage-outer {
    padding: 0 0 80px;
    margin: 0 0 -80px;
}

.rs-slider.main-home {
    position: relative;
}

.rs-slider.main-home .slider-content {
    text-align: center;
}

.rs-slider.main-home .slider-content .content-part {
    padding: 250px 35px 400px;
    max-width: 900px;
    margin: 0 auto;
}

.rs-slider.main-home .slider-content .content-part .sl-sub-title {
    font-size: 22px;
    line-height: 30px;
    font-weight: 500;
    color: var(--primary-clr);
    margin-bottom: 22px;
    text-transform: uppercase;
}

.rs-slider.main-home .slider-content .content-part .sl-title {
    font-size: 70px;
    line-height: 80px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 65px;
}

.rs-slider.main-home .slider-content.slide1 {
    background: url(assets/images/slider/main-home/1.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.rs-slider.main-home .slider-content.slide2 {
    background: url(assets/images/slider/main-home/2.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.rs-slider.main-home .owl-nav .owl-next,
.rs-slider.main-home .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
    width: 42px;
    height: 42px;
    line-height: 42px;
    border-radius: 50%;
    background: var(--primary-clr);
    text-align: center;
    color: #ffffff;
    transition: all 0.5s;
    transition-delay: 0.7s;
    opacity: 0;
    visibility: hidden;
}

.rs-slider.main-home .owl-nav .owl-next i:before,
.rs-slider.main-home .owl-nav .owl-prev i:before {
    content: "\f138";
    font-family: Flaticon;
}

.rs-slider.main-home .owl-nav .owl-next:hover,
.rs-slider.main-home .owl-nav .owl-prev:hover {
    background: var(--primary-darker-clr);
}

.rs-slider.main-home .owl-nav .owl-next {
    right: 30px;
    left: unset;
}

.rs-slider.main-home .owl-nav .owl-next i:before {
    content: "\f137";
}

.rs-slider.main-home:hover .owl-nav .owl-next,
.rs-slider.main-home:hover .owl-nav .owl-prev {
    left: 50px;
    transition-delay: 0s;
    visibility: visible;
    opacity: 1;
}

.rs-slider.main-home:hover .owl-nav .owl-next {
    right: 50px;
    left: unset;
}

/* ------------------------------------
    05. Breadcrumbs Section CSS
---------------------------------------*/
.rs-breadcrumbs {
    position: relative;
}

.rs-breadcrumbs .breadcrumbs-img img {
    width: 100%;
}

.rs-breadcrumbs .breadcrumbs-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}

.rs-breadcrumbs .breadcrumbs-text .page-title {
    font-size: 48px;
    margin-bottom: 20px;
    color: var(--primary-clr);
}

.rs-breadcrumbs .breadcrumbs-text ul {
    padding: 0;
}

.rs-breadcrumbs .breadcrumbs-text ul li {
    color: #505050;
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    width: fit-content;
}

.rs-breadcrumbs .breadcrumbs-text ul li:first-of-type::before {
    display: none;
}

.rs-breadcrumbs .breadcrumbs-text ul li::before {
    content: "//";
    color: var(--primary-clr);
    position: relative;
    margin-inline: 5px 8px;
    width: fit-content;
}

.rs-breadcrumbs .breadcrumbs-text ul li a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #505050;
}

.rs-breadcrumbs .breadcrumbs-text ul li a:hover {
    color: var(--primary-clr);
}

.rs-breadcrumbs .breadcrumbs-text.white-color .page-title {
    color: #ffffff;
}

.rs-breadcrumbs .breadcrumbs-text.white-color ul li {
    color: #ffffff;
}

.rs-breadcrumbs .breadcrumbs-text.white-color ul li a {
    color: #ffffff;
}

.rs-breadcrumbs .breadcrumbs-text.white-color ul li a:hover {
    color: var(--primary-clr);
}

.rs-breadcrumbs .breadcrumbs-text.padding {
    padding-top: 100px;
}

.breadcrumbs-overlay:after {
    content: "";
    position: absolute;
    background-color: rgba(17, 17, 17, 0.8);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

/* ------------------------------------
    06. About Section CSS
---------------------------------------*/

.rs-about.style1 .img-part {
    position: relative;
}

.full-width-header.home8-style4:has(.rs-header .menu-area.sticky)~.main-content:not(.contact-page-main) {
    padding-top: 90px;
}

.rs-about.style2 .about-intro {
    border-radius: 3px;
    background: url(assets/images/bg/about-intro-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    padding: 80px 50px;
    box-shadow: 0 0 20px 0px rgba(17, 41, 88, 0.2);
}

.rs-about.style2 .couter-area .counter-item {
    text-align: center;
    padding: 34px 15px;
    border-radius: 3px;
}

.rs-about.style2 .couter-area .counter-item .number {
    margin-bottom: 7px;
    font-size: 42px;
}

.rs-about.style2 .couter-area .counter-item .title {
    font-size: 22px;
    color: #394459;
}

.rs-about.style2 .couter-area .counter-item.one {
    background: #fbf8cc;
}

.rs-about.style2 .couter-area .counter-item.two {
    background: #e9fbd5;
}

.rs-about.style2 .couter-area .counter-item.three {
    background: #dcf1fd;
}

.rs-about.style2 .grid-area .image-grid img {
    border-radius: 3px;
}

.rs-about.style3 .couter-area .counter-item {
    text-align: center;
    padding: 34px 15px;
    border-radius: 10px;
}

.rs-about.style3 .couter-area .counter-item .count-img {
    display: block;
    margin: 0 auto 23px;
}

.rs-about.style3 .couter-area .counter-item .number {
    margin-bottom: 7px;
    font-size: 42px;
    color: #111111;
}

.rs-about.style3 .couter-area .counter-item .title {
    font-size: 22px;
    color: #505050;
}

.rs-about.style3 .couter-area .counter-item.one {
    background: #fbf8cc;
}

.rs-about.style3 .couter-area .counter-item.two {
    background: #e9fbd5;
}

.rs-about.style3 .couter-area .counter-item.three {
    background: #dcf1fd;
}

.rs-about.video-img {
    background: url(assets/images/video/bg.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    border-radius: 10px;
    position: relative;
    padding-bottom: 500px;
}

/* ------------------------------------
    07. Services Section CSS
---------------------------------------*/
.rs-services.style1 .service-item {
    position: relative;
    overflow: hidden;
}

.rs-services.style1 .service-item .content-part {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 1;
    text-align: center;
}

.rs-services.style1 .service-item .content-part i {
    font-size: 40px;
    color: #ffffff;
}

.rs-services.style1 .service-item .content-part i:before {
    font-size: 40px;
}

.rs-services.style1 .service-item .content-part .title {
    font-size: 22px;
    margin: 17px 0 0 0;
}

.rs-services.style1 .service-item .content-part .title a {
    color: #ffffff;
}

.rs-services.style1 .service-item .content-part .title a:hover {
    opacity: 0.8;
}

.rs-services.style1 .service-item:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--secondary-clr);
    opacity: 0.9;
}

.rs-services.style1 .service-item.overly1:after {
    background: var(--secondary-clr);
}

.rs-services.style1 .service-item.overly2:after {
    background: var(--primary-clr);
}

.rs-services.style1 .service-item.overly3:after {
    background: #772bea;
}

.rs-services.style1 .service-item.overly4:after {
    background: #16aaca;
}

.rs-services.style2 .service-item {
    text-align: center;
    background: #f3fafc;
}

.rs-services.style2 .service-item .content-part {
    position: unset;
    transform: unset;
    padding: 60px 35px 50px;
}

.rs-services.style2 .service-item .content-part .icon-part i {
    color: var(--primary-clr);
}

.rs-services.style2 .service-item .content-part .icon-part i:before {
    font-size: 75px;
}

.rs-services.style2 .service-item .content-part .title {
    font-size: 22px;
    margin: 20px 0 0 0;
}

.rs-services.style2 .service-item .content-part .title a {
    color: #111111;
}

.rs-services.style2 .service-item .content-part .title a:hover {
    color: var(--primary-clr);
}

.rs-services.style2 .service-item .content-part .desc {
    margin-bottom: 15px;
    margin-top: 5px;
}

/* ------------------------------------
    08. Popular Courses Section CSS
---------------------------------------*/
.rs-popular-courses.style1 .courses-item {
    padding: 30px;
    border: 1px solid #dfe9eb;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.rs-popular-courses.style1 .courses-item .img-part {
    margin-bottom: 30px;
}

.rs-popular-courses.style1 .courses-item .img-part img {
    width: 100%;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.rs-popular-courses.style1 .courses-item .content-part .meta-part {
    margin-bottom: 17px;
}

.rs-popular-courses.style1 .courses-item .content-part .meta-part li {
    display: inline;
    margin-right: 10px;
}

.rs-popular-courses.style1 .courses-item .content-part .meta-part li span.price {
    display: inline-block;
    padding: 3px 20px;
    color: #ffffff;
    font-weight: 500;
    background: var(--primary-clr);
    border-radius: 3px;
    transition: all 0.3s ease;
}

.rs-popular-courses.style1 .courses-item .content-part .meta-part li a.categorie {
    color: #505050;
}

.rs-popular-courses.style1 .courses-item .content-part .meta-part li:last-child {
    margin: 0;
}

.rs-popular-courses.style1 .courses-item .content-part .title {
    font-size: 24px;
}

.rs-popular-courses.style1 .courses-item .content-part .title a {
    color: #111111;
}

.rs-popular-courses.style1 .courses-item .content-part .bottom-part {
    overflow: hidden;
}

.rs-popular-courses.style1 .courses-item .content-part .bottom-part .info-meta {
    float: left;
    padding-top: 10px;
}

.rs-popular-courses.style1 .courses-item .content-part .bottom-part .info-meta li {
    display: inline;
    margin-right: 15px;
    transition: all 0.3s ease;
}

.rs-popular-courses.style1 .courses-item .content-part .bottom-part .info-meta li.user i {
    color: #505050;
    margin-right: 8px;
    transition: all 0.3s ease;
}

.rs-popular-courses.style1 .courses-item .content-part .bottom-part .info-meta li.ratings i {
    color: #fcb903;
}

.rs-popular-courses.style1 .courses-item .content-part .bottom-part .info-meta li:last-child {
    margin: 0;
}

.rs-popular-courses.style1 .courses-item .content-part .bottom-part .btn-part {
    text-align: right;
}

.rs-popular-courses.style1 .courses-item .content-part .bottom-part .btn-part a {
    padding: 5px 13px;
    background: #f3f8f9;
    border: 1px solid var(--primary-clr);
    display: inline-block;
    border-radius: 3px;
    color: #111111;
}

.rs-popular-courses.style1 .courses-item .content-part .bottom-part .btn-part a i:before {
    font-size: 18px;
    font-weight: 700;
}

.rs-popular-courses.style1.modify1 .courses-item {
    overflow: hidden;
    transition: all 0.3s ease;
}

.rs-popular-courses.style1.modify1 .courses-item .img-part {
    overflow: hidden;
    margin-bottom: 35px;
    border-radius: 4px;
}

.rs-popular-courses.style1.modify1 .courses-item .img-part img {
    transition: all 500ms ease;
    transform: scale(1);
}

.rs-popular-courses.style1.modify1 .courses-item .content-part .title {
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 12px;
}

.rs-popular-courses.style1.modify1 .courses-item .content-part .title a {
    color: #111111;
}

.rs-popular-courses.style1.modify1 .courses-item .content-part .title a:hover {
    color: var(--primary-clr);
}

.rs-popular-courses.style1.modify1 .courses-item:hover .img-part img {
    transform: scale(1.1);
}

.rs-popular-courses.style3 .courses-item {
    border: 1px solid #dfe9eb;
    transition: all 0.3s ease;
}

.rs-popular-courses.style3 .courses-item .img-part img {
    width: 100%;
    transition: all 0.3s ease;
}

.rs-popular-courses.style3 .courses-item .content-part {
    position: relative;
    padding: 40px 25px;
}

.rs-popular-courses.style3 .courses-item .content-part a.categories {
    display: inline-block;
    padding: 0 15px;
    height: 40px;
    line-height: 40px;
    color: #ffffff;
    font-weight: 500;
    background: var(--primary-clr);
    border-radius: 3px;
    transition: all 0.3s ease;
    position: absolute;
    top: -20px;
}

.rs-popular-courses.style3 .courses-item .content-part .meta-part {
    margin-bottom: 17px;
}

.rs-popular-courses.style3 .courses-item .content-part .meta-part li {
    display: inline;
    margin-right: 10px;
    font-weight: 700;
}

.rs-popular-courses.style3 .courses-item .content-part .meta-part li:last-child {
    margin: 0;
}

.rs-popular-courses.style3 .courses-item .content-part .title a {
    color: #111111;
}

.rs-popular-courses.style3 .courses-item .content-part .bottom-part {
    overflow: hidden;
}

.rs-popular-courses.style3 .courses-item .content-part .bottom-part .info-meta {
    float: left;
}

.rs-popular-courses.style3 .courses-item .content-part .bottom-part .info-meta li {
    display: inline;
    margin-right: 15px;
    transition: all 0.3s ease;
}

.rs-popular-courses.style3 .courses-item .content-part .bottom-part .info-meta li.ratings i {
    color: #fcb903;
}

.rs-popular-courses.style3 .courses-item .content-part .bottom-part .info-meta li:last-child {
    margin: 0;
}

.rs-popular-courses.style3 .courses-item .content-part .bottom-part .btn-part {
    text-align: right;
}

.rs-popular-courses.style3 .courses-item .content-part .bottom-part .btn-part a {
    color: #505050;
}

.rs-popular-courses.style3 .courses-item .content-part .bottom-part .btn-part a i:before {
    font-size: 18px;
    font-weight: 700;
    padding-left: 10px;
}

.rs-popular-courses.course-view-style .course-part {
    margin: 0 -15px;
}

.rs-popular-courses.course-view-style .course-part .courses-item {
    float: left;
    width: 46%;
    margin: 0 15px;
    margin-bottom: 30px;
}

.rs-popular-courses.course-view-style .course-part .courses-item.right {
    float: right;
}

.rs-popular-courses.course-view-style .course-search-part {
    background-color: #fff;
    border: 1px solid #e0e0e08c;
    margin-bottom: 30px;
    padding: 15px 30px;
    display: inline-flex;
    width: 100%;
}

.rs-popular-courses.course-view-style .course-search-part .course-view-part {
    display: flex;
    align-items: center;
    float: left;
    width: 90%;
}

.rs-popular-courses.course-view-style .course-search-part .course-view-part .view-icons {
    float: left;
    margin-right: 20px;
    line-height: 1;
}

.rs-popular-courses.course-view-style .course-search-part .course-view-part .view-icons a {
    color: #505050;
    font-size: 20px;
    opacity: 0.7;
}

.rs-popular-courses.course-view-style .course-search-part .course-view-part .view-icons a.view-grid {
    color: var(--primary-clr);
    opacity: 1;
}

.rs-popular-courses.course-view-style .course-search-part .course-view-part .view-icons a:hover {
    color: var(--primary-clr);
    opacity: 1;
}

.rs-popular-courses.course-view-style .course-search-part .type-form {
    position: relative;
    float: right;
}

.rs-popular-courses.course-view-style .course-search-part .type-form select {
    display: block;
    width: 100%;
    min-width: 125px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    padding: 0 40px 0 20px;
    background: var(--primary-clr);
    border: none;
    border-radius: 4px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    cursor: pointer;
}

.rs-popular-courses.course-view-style .course-search-part .type-form .custom-select-box {
    position: relative;
}

.rs-popular-courses.course-view-style .course-search-part .type-form .custom-select-box:before {
    font-family: "FontAwesome";
    content: "\f107";
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    color: #ffffff;
    font-size: 16px;
    line-height: 1;
}

.rs-popular-courses.course-view-style.list-view .course-part {
    margin: 0;
}

.rs-popular-courses.course-view-style.list-view .course-part .courses-item {
    width: 100%;
    margin: 0 0 30px;
    display: flex;
    align-items: center;
}

.rs-popular-courses.course-view-style.list-view .course-part .courses-item .img-part {
    margin: 0;
    margin-right: 30px;
}

.rs-popular-courses.course-view-style.list-view .course-search-part .course-view-part .view-icons a.view-grid {
    color: #505050;
    opacity: 0.7;
}

.rs-popular-courses.course-view-style.list-view .course-search-part .course-view-part .view-icons a.view-list {
    color: var(--primary-clr);
    opacity: 1;
}

.rs-popular-courses.course-view-style .widget-archives .categories {
    margin-left: 25px;
}

.rs-popular-courses.course-view-style .filter-widget {
    position: relative;
}

.rs-popular-courses.course-view-style .filter-widget h5 {
    position: relative;
    padding: 12px 25px;
    padding-left: 0;
    font-size: 16px;
    font-weight: 600;
    color: #03382e;
    display: block;
    border-bottom: 1px solid #f0f5fb;
}

.rs-popular-courses.course-view-style .filter-form {
    position: relative;
}

.rs-popular-courses.course-view-style .filter-form span {
    position: relative;
    color: #626262;
    font-size: 16px;
    display: block;
    font-weight: 600;
    margin-bottom: 15px;
}

.rs-popular-courses.course-view-style .filter-form .radio-box {
    position: relative;
    margin-left: 25px;
    margin-bottom: 12px;
}

.rs-popular-courses.course-view-style .filter-form .radio-box label {
    position: relative;
    display: block;
    width: 100%;
    line-height: 1;
    padding-left: 25px;
    cursor: pointer;
    margin-bottom: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.rs-popular-courses.course-view-style .filter-form .radio-box label:before {
    position: absolute;
    left: 0;
    top: 3px;
    height: 10px;
    width: 10px;
    background: #b6b6b6;
    content: "";
    border-radius: 50px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    border: 1px solid transparent;
}

.rs-popular-courses.course-view-style .filter-form .radio-box label:after {
    position: absolute;
    left: 0px;
    top: 0;
    height: 15px;
    line-height: 15px;
    max-width: 0;
    font-size: 14px;
    color: #ffffff;
    font-weight: 800;
    overflow: hidden;
    background: transparent;
    text-align: center;
    font-family: "FontAwesome";
    -webkit-transition: max-width 500ms ease;
    -moz-transition: max-width 500ms ease;
    -ms-transition: max-width 500ms ease;
    -o-transition: max-width 500ms ease;
    transition: max-width 500ms ease;
}

.rs-popular-courses.course-view-style .filter-form .radio-box input[type="radio"]:checked+label {
    border-color: #25a9e0;
}

.rs-popular-courses.course-view-style .filter-form .radio-box input[type="radio"] {
    display: none;
}

.rs-popular-courses.course-view-style .filter-form .radio-box input[type="radio"]:checked+label:before {
    border: 5px solid var(--primary-clr);
    background: #ffffff;
}

.rs-popular-courses.course-view-style .filter-form .radio-box input[type="radio"]:checked+label:after {
    max-width: 20px;
    opacity: 1;
}

.rs-popular-courses.course-view-style .filter-form .radio-box:last-child {
    margin-bottom: 0px;
}

.rs-popular-courses.course-view-style .filter-form .check-box {
    margin-left: 25px;
    margin-bottom: 12px;
}

.rs-popular-courses.course-view-style .filter-form .check-box label {
    padding-left: 10px;
    line-height: 1;
}

.rs-popular-courses.orange-color .courses-item .content-part .meta-part li span.price {
    background: var(--primary-clr);
}

.rs-popular-courses.orange-color .courses-item .content-part .title a:hover {
    color: var(--primary-clr);
}

.rs-popular-courses.orange-color .courses-item .content-part .bottom-part .btn-part a {
    border: 1px solid #f2f2f2;
    background: transparent;
}

.rs-popular-courses.orange-color .courses-item .content-part .bottom-part .btn-part a:hover {
    background: var(--primary-clr);
    color: #ffffff;
}

.rs-popular-courses.orange-color.style3 .courses-item .content-part a.categories {
    background: var(--primary-clr);
    color: #ffffff;
}

.rs-popular-courses.orange-color.style3 .courses-item .content-part .meta-part li span.price {
    background: unset;
}

.rs-popular-courses.orange-color.style3 .courses-item .content-part .title a {
    color: #111111;
}

.rs-popular-courses.orange-color.style3 .courses-item .content-part .title a:hover {
    color: var(--primary-clr);
}

.rs-popular-courses.orange-color.style3 .courses-item .content-part .bottom-part .btn-part a {
    border: unset;
}

.rs-popular-courses.orange-color.style3 .courses-item .content-part .bottom-part .btn-part a:hover {
    background: transparent;
    color: var(--primary-clr);
}

.rs-degree.style1 .degree-wrap {
    position: relative;
    overflow: hidden;
    border-radius: 3px;
}

.rs-degree.style1 .degree-wrap img {
    width: 100%;
}

.rs-degree.style1 .degree-wrap .title-part {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 30px 21px;
    opacity: 1;
    transition: all 0.3s ease;
}

.rs-degree.style1 .degree-wrap .title-part .title {
    margin: 0;
    color: #ffffff;
}

.rs-degree.style1 .degree-wrap .content-part {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotateY(90deg);
    text-align: center;
    background: rgba(17, 41, 88, 0.9);
    border-radius: 3px;
    padding: 78px 35px 0;
    color: #ffffff;
    opacity: 0;
    transition: all 0.3s ease;
}

.rs-degree.style1 .degree-wrap .content-part .title {
    margin-bottom: 13px;
}

.rs-degree.style1 .degree-wrap .content-part .title a {
    color: var(--primary-clr);
}

.rs-degree.style1 .degree-wrap .content-part .title a:hover {
    color: #cccccc;
}

.rs-degree.style1 .degree-wrap .content-part .desc {
    margin-bottom: 15px;
}

.rs-degree.style1 .degree-wrap .content-part .btn-part a {
    text-transform: uppercase;
    font-weight: 500;
    color: #ffffff;
    padding-bottom: 0;
    border-bottom: 1px solid #ffffff;
}

.rs-degree.style1 .degree-wrap .content-part .btn-part a:hover {
    color: #cccccc;
}

.rs-degree.style1 .degree-wrap:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    background: linear-gradient(transparent, var(--secondary-clr));
}

.rs-degree.style1 .degree-wrap:hover .content-part {
    transform: translate(-50%, -50%) rotateY(0);
    opacity: 1;
}

.rs-degree.style1 .degree-wrap:hover .title-part {
    bottom: -60px;
    opacity: 0;
}

/* -----------------------------------
    09. Course Single Section CSS
-------------------------------------*/
/*Intro Section*/
.intro-section {
    position: relative;
    /*Video Column Style*/
}

.intro-section .video-column {
    position: relative;
    z-index: 1;
}

.intro-section .video-column .intro-video {
    position: relative;
    text-align: center;
    width: 100%;
    display: block;
}

.intro-section .video-column .intro-video h4 {
    position: absolute;
    width: 100%;
    text-align: center;
    color: #ffffff;
    font-weight: 500;
    font-size: 16px;
    text-transform: capitalize;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}

.intro-section .video-column .intro-video:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.1);
}

.intro-section .video-column .course-features-info {
    margin: 50px 0;
    border-radius: 3px;
    padding: 30px 40px 30px;
    background: #ffffff;
    box-shadow: 0 0 30px #eee;
}

.intro-section .video-column .course-features-info ul li {
    display: block;
    padding: 10px 0;
}

.intro-section .video-column .course-features-info ul li i {
    color: var(--primary-clr);
}

.intro-section .video-column .course-features-info ul li .label {
    padding-left: 10px;
}

.intro-section .video-column .course-features-info ul li .value {
    float: right;
    padding-right: 5px;
}

.intro-section .video-column .btn-part {
    background: #ffffff;
    box-shadow: 0 0 35px #eee;
    padding: 50px 50px 35px;
    border-radius: 5px;
}

.intro-section .video-column .btn-part .btn {
    margin: 0 0 15px;
    width: 100%;
}

.intro-section .intro-tabs {
    position: relative;
    border: none;
}

.intro-section .intro-tabs .tab-btns {
    position: relative;
    text-align: center;
    width: 20%;
}

.intro-section .intro-tabs .tab-btns .tab-btn {
    position: relative;
    display: block;
    width: 100%;
    font-size: 14px;
    background: none;
    background: #ffffff;
    color: #626262;
    border: 1px solid #eee;
    font-weight: 500;
    line-height: 24px;
    cursor: pointer;
    float: left;
    padding: 12px 40px 10px;
    text-transform: capitalize;
    transition: all 500ms ease;
}

.intro-section .intro-tabs .tab-btns .tab-btn:hover,
.intro-section .intro-tabs .tab-btns .tab-btn.active {
    color: #ffffff;
    background: var(--primary-clr);
    border-color: var(--primary-clr);
}

.intro-section .intro-tabs .tabs-content {
    position: relative;
    overflow: hidden;
    background-color: #ffffff;
}

.intro-section .intro-tabs .tabs-content .minutes {
    position: relative;
    color: var(--primary-clr);
    font-size: 14px;
    font-weight: 500;
    margin-top: 12px;
}

/* Course Overview */
.course-overview {
    position: relative;
}

.course-overview .instructor-title {
    position: relative;
    color: #111111;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3em;
    margin-bottom: 18px;
}

.course-overview .inner-box {
    position: relative;
    padding: 0px 40px 40px;
}

.course-overview .inner-box h4 {
    position: relative;
    color: #111111;
    font-weight: 600;
    line-height: 1.3em;
    margin-bottom: 15px;
}

.course-overview .inner-box h3 {
    position: relative;
    color: #111111;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3em;
    margin-bottom: 18px;
}

.course-overview .inner-box p {
    position: relative;
    color: #626262;
    font-size: 16px;
    line-height: 1.8em;
    margin-bottom: 15px;
}

.course-overview .inner-box .student-list {
    position: relative;
    margin-top: 25px;
    margin-bottom: 30px;
}

.course-overview .inner-box .student-list li {
    position: relative;
    color: #393939;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3em;
    margin-right: 80px;
    display: inline-block;
    list-style: disc;
    margin-bottom: 10px;
}

.course-overview .inner-box .student-list li .fa {
    color: var(--primary-clr);
    margin: 0px 2px;
}

.course-overview .inner-box .student-list li:last-child {
    margin-right: 0px;
}

.course-overview .inner-box .review-list {
    position: relative;
    margin-bottom: 20px;
}

.course-overview .inner-box .review-list li {
    position: relative;
    color: #626262;
    font-size: 16px;
    margin-bottom: 14px;
    padding-left: 30px;
}

.course-overview .inner-box .review-list li:before {
    position: absolute;
    content: "\f101";
    left: 0px;
    top: 5px;
    color: var(--primary-clr);
    font-size: 14px;
    line-height: 1em;
    font-family: "FontAwesome";
}

.course-overview .inner-box .review-list li:last-child {
    margin-bottom: 0px;
}

/*Course Review*/
.cource-review-box {
    position: relative;
    padding: 0px 40px;
}

.cource-review-box h4 {
    position: relative;
    color: #111111;
    font-weight: 700;
    line-height: 1.3em;
    margin-bottom: 15px;
}

.cource-review-box .rating {
    position: relative;
    color: #626262;
    font-size: 16px;
}

.cource-review-box .rating .fa {
    position: relative;
    color: var(--primary-clr);
    margin: 0px 2px;
    font-size: 16px;
}

.cource-review-box .total-rating {
    position: relative;
    color: var(--primary-clr);
    font-size: 16px;
    font-weight: 600;
    margin-right: 5px;
}

.cource-review-box .text {
    position: relative;
    color: #626262;
    font-size: 16px;
    line-height: 1.8em;
    margin-top: 15px;
}

.cource-review-box .helpful {
    position: relative;
    color: #393939;
    font-size: 16px;
    line-height: 1.8em;
    margin-top: 12px;
    font-weight: 500;
    margin-bottom: 15px;
}

.cource-review-box .like-option {
    position: relative;
}

.cource-review-box .like-option li {
    position: relative;
    margin-right: 10px;
    display: inline-block;
}

.cource-review-box .like-option li i {
    position: relative;
    width: 36px;
    height: 36px;
    color: #626262;
    text-align: center;
    line-height: 36px;
    border-radius: 50px;
    display: inline-block;
    background-color: #eaeff5;
}

.cource-review-box .like-option li i:hover {
    color: var(--primary-clr);
}

.cource-review-box .like-option .report {
    position: relative;
    color: #333;
    font-size: 14px;
    font-weight: 500;
}

.cource-review-box .like-option .report:hover {
    color: var(--primary-clr);
}

.cource-review-box .more {
    position: relative;
    color: var(--primary-clr);
    font-size: 14px;
    font-weight: 500;
    margin-top: 30px;
    display: inline-block;
}

/* -----------------------------------
    10. Accordion Section CSS
-------------------------------------*/
.accordion-box {
    position: relative;
}

.accordion-box .block {
    position: relative;
    background-color: #ffffff;
    border: none;
    border-bottom: 4px solid #f6f6f6;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}

.accordion-box .block .acc-btn {
    position: relative;
    width: 100%;
    text-align: left;
    font-size: 20px;
    margin-bottom: 0px;
    cursor: pointer;
    line-height: 24px;
    font-weight: 600;
    color: #111111;
    padding: 0 25px;
    height: 65px;
    line-height: 65px;
    text-decoration: none !important;
    text-transform: capitalize;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.accordion-box .block .acc-btn:after {
    position: absolute;
    font-family: FontAwesome;
    content: "\f077";
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    font-weight: 400;
    color: #111111;
    padding: unset;
    transition: all 0.3s ease;
}

.accordion-box .block .acc-btn.collapsed:after {
    content: "\f078";
}

.accordion-box .block .card-header {
    position: relative;
    padding: 0;
    border: none;
    border-radius: unset;
}

.accordion-box .block .content {
    position: relative;
    padding: 0px 40px 25px;
}

.accordion-box .block .play-icon {
    position: relative;
    color: #626262;
    font-size: 18px;
    text-align: center;
    line-height: 40px;
    display: inline-block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    background-color: #ffffff;
}

.accordion-box .block .play-icon:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
    transition: all 0.3s ease;
}

.accordion-box .block .play-icon .fa {
    position: relative;
    width: 40px;
    height: 40px;
    line-height: 40px;
    left: 0px;
    z-index: 99;
    color: var(--primary-clr);
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    border-radius: 50%;
    padding-left: 4px;
    margin-right: 30px;
    display: inline-block;
    margin-top: -20px;
    margin-left: -20px;
    background-color: #ffffff;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.accordion-box .block .play-icon:hover:before {
    background: var(--primary-clr);
}

/* ------------------------------------
    11. Team Section CSS
---------------------------------------*/
.rs-team.style1 .team-item {
    position: relative;
    overflow: hidden;
}

.rs-team.style1 .team-item img {
    width: 100%;
}

.rs-team.style1 .team-item .content-part {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 50%);
    text-align: center;
    z-index: 1;
    transition: all 0.3s ease;
    opacity: 0;
}

.rs-team.style1 .team-item .content-part .name {
    margin-bottom: 8px;
    font-size: 22px;
}

.rs-team.style1 .team-item .content-part .name a {
    color: #ffffff;
}

.rs-team.style1 .team-item .content-part .name a:hover {
    color: #111111;
}

.rs-team.style1 .team-item .content-part .designation {
    color: #ffffff;
    margin-bottom: 16px;
    display: block;
}

.rs-team.style1 .team-item .content-part .social-links li {
    display: inline;
    margin-right: 10px;
}

.rs-team.style1 .team-item .content-part .social-links li a {
    display: inline-block;
    color: #ffffff;
    padding-inline: 10px;
}

.rs-team.style1 .team-item .content-part .social-links li a:hover {
    color: #111111;
}

.rs-team.style1 .team-item .content-part .social-links li:last-child {
    margin: 0;
}

.rs-team.style1 .team-item:after {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    transform: translate(-50%, 100%) scale(0.1);
    background: var(--primary-clr);
    opacity: 0;
    border-radius: 3px;
    transition: all 0.3s ease;
}

.rs-team.style1 .team-item:hover .content-part {
    transform: translate(-50%, -50%);
    opacity: 1;
}

.rs-team.style1 .team-item:hover:after {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.9;
}

.rs-team.style1 .owl-item.center .team-item .content-part {
    transform: translate(-50%, -50%);
    opacity: 1;
}

.rs-team.style1 .owl-item.center .team-item:after {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.9;
}

.rs-team.style1.orange-color .team-item:after {
    background: var(--primary-clr);
}

.rs-team.inner-style .team-item {
    overflow: hidden;
}

.rs-team.inner-style .team-item .content-part {
    top: unset !important;
    bottom: -205px;
    transform: translateX(-50%) !important;
    width: 100% !important;
    height: 320px !important;
    background: #ffffff;
    border-radius: 50%;
    padding-top: 30px;
    opacity: 1 !important;
    transition: all 0.3s ease;
}

.rs-team.inner-style .team-item .content-part .name a {
    color: #111111 !important;
}

.rs-team.inner-style .team-item .content-part .name a:hover {
    color: var(--primary-clr) !important;
}

.rs-team.inner-style .team-item .content-part .designation {
    color: #505050 !important;
}

.rs-team.inner-style .team-item .content-part .social-links {
    display: none;
}

.rs-team.inner-style .team-item:hover .content-part {
    bottom: unset;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    width: unset !important;
    height: unset !important;
    background: transparent;
    border-radius: unset;
    padding-top: 0;
    opacity: 1 !important;
}

.rs-team.inner-style .team-item:hover .content-part .name a {
    color: #ffffff !important;
}

.rs-team.inner-style .team-item:hover .content-part .name a:hover {
    color: #111111 !important;
}

.rs-team.inner-style .team-item:hover .content-part .designation {
    color: #ffffff !important;
}

.rs-team.inner-style .team-item:hover .content-part .social-links {
    display: block;
}

/* ------------------------------------
    12. Testimonial Section CSS
---------------------------------------*/
.rs-testimonial.style1 .testi-item {
    background: #f3f8f9;
    max-width: 1000px;
    margin: 0 0 0 auto;
    position: relative;
}

.rs-testimonial.style1 .testi-item .img-part {
    position: absolute;
    left: -240px;
    top: 50px;
}

.rs-testimonial.style1 .testi-item .img-part img {
    border-radius: 5px;
    max-width: 450px;
}

.rs-testimonial.style1 .testi-item .content-part {
    padding: 98px 0 98px 320px;
}

.rs-testimonial.style1 .testi-item .content-part .desc {
    font-family: "Nunito", sans-serif;
    font-weight: 600;
    color: #111111;
    font-size: 36px;
    line-height: 46px;
    position: relative;
}

.rs-testimonial.style1 .testi-item .content-part .desc:before,
.rs-testimonial.style1 .testi-item .content-part .desc:after {
    content: "\f151";
    font-family: Flaticon;
    font-size: 20px;
    color: #111111;
}

.rs-testimonial.style1 .testi-item .content-part .desc:before {
    transform: rotateY(180deg);
    position: absolute;
    left: -30px;
    top: -13px;
}

.rs-testimonial.style1 .testi-item .content-part .desc:after {
    position: relative;
    bottom: -7px;
    right: -8px;
}

.rs-testimonial.style1 .testi-item .content-part .name {
    margin: 0;
    color: #111111;
    font-weight: 500;
}

.rs-testimonial.style2 .donation-part img {
    border-radius: 5px;
    margin-bottom: 22px;
}

.rs-testimonial.style2 .testi-wrap {
    overflow: hidden;
    background: #f3f8f9;
    border-radius: 5px;
    padding: 30px;
}

.rs-testimonial.style2 .testi-wrap .img-part {
    max-width: 209px;
    float: left;
    margin-right: 58px;
}

.rs-testimonial.style2 .testi-wrap .img-part img {
    border-radius: 5px;
}

.rs-testimonial.style2 .testi-wrap .content-part .desc {
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    font-family: "Nunito", sans-serif;
    color: #112958;
    display: inline;
    position: relative;
}

.rs-testimonial.style2 .testi-wrap .content-part .desc:before,
.rs-testimonial.style2 .testi-wrap .content-part .desc:after {
    content: "\f151";
    font-family: Flaticon;
    font-size: 20px;
    color: #112958;
}

.rs-testimonial.style2 .testi-wrap .content-part .desc:after {
    position: relative;
    bottom: -7px;
    right: -8px;
}

.rs-testimonial.style2 .testi-wrap .content-part .desc:before {
    transform: rotateY(180deg);
    position: absolute;
    left: -30px;
    top: -13px;
}

.rs-testimonial.style2 .testi-wrap .content-part .info {
    margin-top: 20px;
    color: #505050;
}

.rs-testimonial.style2 .testi-wrap .content-part .info .name {
    margin: 0;
    font-weight: 600;
}

.rs-testimonial.style3 .testi-item {
    background-color: #f3f8f9;
    background-image: url(assets/images/testimonial/cloud-pattern.png);
    background-repeat: no-repeat;
    background-size: 130%;
    background-position: 0 70px;
    border-radius: 10px;
    padding: 40px 45px;
}

.rs-testimonial.style3 .testi-item .user-info img {
    max-width: 84px;
    height: auto;
    margin-bottom: 22px;
}

.rs-testimonial.style3 .testi-item .user-info .name {
    font-size: 20px;
    margin-bottom: 5px;
}

.rs-testimonial.style3 .testi-item .user-info .designation {
    font-size: 14px;
    color: #555555;
    font-weight: 500;
}

.rs-testimonial.style3 .testi-item .user-info .ratings {
    margin-top: 10px;
}

.rs-testimonial.style3 .testi-item .user-info .ratings li {
    display: inline;
}

.rs-testimonial.style3 .testi-item .user-info .ratings li i {
    color: #fcb903;
}

.rs-testimonial.style3 .testi-item .desc {
    font-size: 17px;
    font-style: italic;
}

.rs-testimonial.style3 .owl-dots {
    text-align: center;
    margin-top: 47px;
}

.rs-testimonial.style3 .owl-dots .owl-dot {
    display: inline-block;
    width: 15px;
    height: 5px;
    border-radius: 2.5px;
    background: var(--primary-clr);
    margin: 0 5px;
    opacity: 0.5;
}

.rs-testimonial.style3 .owl-dots .owl-dot.active {
    opacity: 1;
}

.rs-testimonial.main-home {
    background: url(assets/images/bg/main-home.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.rs-testimonial.main-home .owl-dots {
    text-align: center;
    margin-top: 47px;
}

.rs-testimonial.main-home .owl-dots .owl-dot {
    width: 25px;
    height: 10px;
    display: inline-block;
    margin: 0 6px;
    padding: 3px 0;
    border-radius: 30px;
    background: var(--primary-darker-clr);
    border: none;
    transition: all 0.3s ease;
}

.rs-testimonial.main-home .owl-dots .owl-dot:hover,
.rs-testimonial.main-home .owl-dots .owl-dot.active {
    width: 40px;
    background: var(--primary-clr);
    opacity: 1;
}

.rs-testimonial.main-home .owl-stage-outer {
    padding: 10px;
    margin: -10px;
}

.rs-testimonial.home9-style .testi-item p {
    font-size: 25px;
    font-style: italic;
    color: #111111;
    padding: 15px 0px 15px 0px;
    margin-bottom: 30px;
}

.rs-testimonial.orange-color .testi-item .user-info .ratings li i {
    color: var(--primary-clr);
}

.rs-testimonial.orange-color .owl-dots .owl-dot {
    border-color: var(--primary-clr) !important;
    background: var(--primary-clr) !important;
}

/* ------------------------------------
    13. Blog Section CSS
---------------------------------------*/
.rs-blog.style1 .blog-item {
    border-radius: 3px;
    overflow: hidden;
    border: 1px solid #dfe9eb;
}

.rs-blog.style1 .blog-item .image-part {
    overflow: hidden;
    height: 100%;
}

.rs-blog.style1 .blog-item .image-part a img {
    transition: all 0.5s;
    transform: scale(1);
    height: 100%;
    width: 100%;
}

.rs-blog.style1 .blog-item .blog-content {
    padding: 37px 19px 30px;
}

.rs-blog.style1 .blog-item .blog-content .title {
    margin-bottom: 14px;
    font-size: 24px;
    line-height: 34px;
}

.rs-blog.style1 .blog-item .blog-content .title a {
    color: #111111;
}

.rs-blog.style1 .blog-item .blog-content .title a:hover {
    color: var(--primary-clr);
}

.rs-blog.style1 .blog-item .blog-content .blog-meta {
    margin-bottom: 11px;
}

.rs-blog.style1 .blog-item .blog-content .blog-meta li {
    position: relative;
    margin-right: 5px;
    padding-right: 15px;
    display: inline-block;
}

.rs-blog.style1 .blog-item .blog-content .blog-meta li i {
    padding-right: 3px;
    font-size: 14px;
}

.rs-blog.style1 .blog-item .blog-content .blog-meta li i.fa-calendar {
    padding-right: 7px;
}

.rs-blog.style1 .blog-item .blog-content .blog-meta li a {
    color: #505050;
}

.rs-blog.style1 .blog-item .blog-content .blog-meta li:last-child {
    margin: 0;
    padding: 0;
}

.rs-blog.style1 .blog-item .blog-content .readon-arrow {
    text-transform: uppercase;
}

.rs-blog.style1 .blog-item:hover .image-part a img {
    transform: scale(1.07);
}

.rs-blog.style1 .events-short {
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: #ffffff;
    padding: 30px;
    border: 1px solid #dfe9eb;
    border-radius: 3px;
}

.rs-blog.style1 .events-short .date-part {
    position: absolute;
    background: #f3f8f9;
    width: 100px;
    text-align: center;
    padding: 11px 0 22px;
    border-radius: 3px;
}

.rs-blog.style1 .events-short .date-part .month {
    margin-bottom: 10px;
    display: block;
}

.rs-blog.style1 .events-short .date-part .date {
    font-size: 50px;
    font-family: "Nunito", sans-serif;
    color: var(--primary-clr);
    font-weight: 700;
}

.rs-blog.style1 .events-short .content-part {
    padding-left: 120px;
}

.rs-blog.style1 .events-short .content-part .categorie a {
    color: #505050;
}

.rs-blog.style1 .events-short .content-part .categorie a:hover {
    color: var(--primary-clr);
}

.rs-blog.style1 .events-short .content-part .title {
    line-height: 1.5;
}

.rs-blog.style1 .events-short .content-part .title a {
    color: #111111;
}

.rs-blog.style1 .events-short .content-part .title a:hover {
    color: var(--primary-clr);
}

.rs-blog.style1 .events-short.new-style {
    padding: unset;
    border: none;
}

.rs-blog.style1 .events-short.new-style .date-part {
    position: absolute;
    width: 100px;
    text-align: center;
    padding: 11px 0 22px;
    border-radius: 3px;
}

.rs-blog.style1 .events-short.new-style .date-part .month {
    color: #ffffff;
}

.rs-blog.style1 .events-short.new-style .date-part .date {
    color: #ffffff;
}

.rs-blog.style1 .events-short.new-style .content-part .categorie a {
    color: #4e49a1;
}

.rs-blog.style1 .events-short.new-style .content-part .title {
    padding-right: 62px;
    font-size: 22px;
}

.rs-blog.style1 .events-short.new-style .content-part .title a {
    color: #4e49a1;
}

.rs-blog.style1 .events-short.new-style .content-part .title a:hover {
    color: var(--primary-clr);
}

.rs-blog.style1.modify1 .blog-item {
    border: 1px solid #c7e8f0;
}

.rs-blog.style1.modify1 .blog-item .blog-content {
    padding: 33px 30px 34px;
}

.rs-blog.style1.modify1 .events-short {
    overflow: visible;
    background: #ffffff;
    padding: 6px 0;
    border: none;
    border-radius: 0;
}

.rs-blog.style1.modify1 .events-short .date-part {
    background: #f3f8f9;
}

.rs-blog.style1.modify1 .events-short .date-part.bgc1 {
    background: #dcf1fd;
}

.rs-blog.style1.modify1 .events-short .date-part.bgc2 {
    background: #eaddf8;
}

.rs-blog.style1.modify1 .events-short .date-part.bgc3 {
    background: #f8f6d1;
}

.rs-blog.style1.modify1 .events-short .date-part.bgc4 {
    background: #f9e8e8;
}

.rs-blog.style1.modify1 .events-short .content-part .title {
    font-size: 22px;
}

.rs-blog.style2 .blog-item {
    border-radius: 3px;
    background: #ffffff;
    overflow: hidden;
}

.rs-blog.style2 .blog-item .image-part {
    overflow: hidden;
    height: 100%;
}

.rs-blog.style2 .blog-item .image-part img {
    transition: all 0.5s;
    transform: scale(1);
}

.rs-blog.style2 .blog-item .blog-content {
    padding: 21px 30px 30px;
    color: var(--secondary-clr);
    background: #fcfcfc;
}

.rs-blog.style2 .blog-item .blog-content .title {
    margin-bottom: 14px;
    font-size: 24px;
    line-height: 34px;
}

.rs-blog.style2 .blog-item .blog-content .title a {
    color: #111111;
}

.rs-blog.style2 .blog-item .blog-content .title a:hover {
    color: var(--primary-clr);
}

.rs-blog.style2 .blog-item .blog-content .categories {
    color: #505050;
}

.rs-blog.style2 .blog-item .blog-content .desc {
    color: #505050;
}

.rs-blog.style2 .blog-item .blog-content .blog-meta {
    margin-bottom: 11px;
    color: #505050;
}

.rs-blog.style2 .blog-item .blog-content .blog-meta li {
    position: relative;
    margin-right: 5px;
    padding-right: 15px;
    display: inline-block;
}

.rs-blog.style2 .blog-item .blog-content .blog-meta li i {
    padding-right: 3px;
    font-size: 14px;
}

.rs-blog.style2 .blog-item .blog-content .blog-meta li i.fa-calendar {
    padding-right: 7px;
}

.rs-blog.style2 .blog-item .blog-content .blog-meta li a {
    color: var(--secondary-clr);
}

.rs-blog.style2 .blog-item .blog-content .blog-meta li:last-child {
    margin: 0;
    padding: 0;
}

.rs-blog.style2 .blog-item .blog-content .blog-bottom {
    overflow: hidden;
    padding-top: 21px;
    margin-top: 21px;
    border-top: 1px solid #dcdfe6;
}

.rs-blog.style2 .blog-item .blog-content .blog-bottom li {
    display: inline;
}

.rs-blog.style2 .blog-item .blog-content .blog-bottom li.cmnt-part a {
    color: var(--secondary-clr);
}

.rs-blog.style2 .blog-item .blog-content .blog-bottom li.cmnt-part a:hover {
    color: var(--primary-clr);
}

.rs-blog.style2 .blog-item .blog-content .blog-bottom li.btn-part {
    float: right;
}

.rs-blog.style2 .blog-item .blog-content .blog-bottom li.btn-part .readon-arrow {
    text-transform: uppercase;
    color: var(--secondary-clr);
}

.rs-blog.style2 .blog-item .blog-content .blog-bottom li.btn-part .readon-arrow:hover {
    color: var(--primary-clr);
}

.rs-blog.style2 .blog-item .blog-content.new-style .title a {
    color: #112958;
}

.rs-blog.style2 .blog-item .blog-content.new-style .title a:hover {
    color: var(--primary-clr);
}

.rs-blog.style2 .blog-item .blog-content.new-style .blog-bottom li {
    display: inline;
}

.rs-blog.style2 .blog-item .blog-content.new-style .blog-bottom li.cmnt-part a {
    color: #505050;
}

.rs-blog.style2 .blog-item .blog-content.new-style .blog-bottom li.cmnt-part a:hover {
    color: var(--primary-clr);
}

.rs-blog.style2 .blog-item .blog-content.new-style .blog-bottom li.btn-part {
    float: right;
}

.rs-blog.style2 .blog-item .blog-content.new-style .blog-bottom li.btn-part .readon-arrow {
    text-transform: uppercase;
    color: #112958;
}

.rs-blog.style2 .blog-item .blog-content.new-style .blog-bottom li.btn-part .readon-arrow:hover {
    color: var(--primary-clr);
}

.rs-blog.style2 .blog-item:hover .image-part img {
    transform: scale(1.07);
}

.rs-blog.style2.modify .blog-item .blog-content {
    border: none;
    background: #ffffff;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
}

.rs-blog.style2.modify .blog-item .blog-content .blog-bottom .btn-part {
    font-weight: 600;
    color: #111111;
}

.rs-blog.style2.modify .blog-item .blog-content .blog-bottom .btn-part .readon-arrow {
    font-weight: 600;
    color: #111111;
}

.rs-blog.main-home .owl-stage-outer {
    padding: 0 10px 10px;
    margin: 0 -10px;
}

.rs-blog.main-home .blog-item {
    background: #fff;
    transition: all 500ms ease;
    border-radius: 5px;
}

.rs-blog.main-home .blog-item .blog-content {
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
    padding: 40px 35px 16px;
}

.rs-blog.main-home .blog-item .blog-content .blog-meta {
    margin-bottom: 11px;
}

.rs-blog.main-home .blog-item .blog-content .blog-meta li {
    position: relative;
    margin-right: 5px;
    padding-right: 15px;
    display: inline-block;
}

.rs-blog.main-home .blog-item .blog-content .blog-meta li i {
    padding-right: 3px;
    font-size: 14px;
}

.rs-blog.main-home .blog-item .blog-content .blog-meta li i:before {
    padding-right: 7px;
    color: var(--primary-clr);
}

.rs-blog.main-home .blog-item .blog-content .blog-meta li a {
    color: #505050;
}

.rs-blog.main-home .blog-item .blog-content .blog-meta li:last-child {
    margin: 0;
    padding: 0;
}

.rs-blog.main-home .blog-item .blog-content .title {
    margin-bottom: 14px;
    font-size: 24px;
    line-height: 34px;
}

.rs-blog.main-home .blog-item .blog-content .title a {
    color: #101010;
}

.rs-blog.main-home .blog-item .blog-content .title a:hover {
    color: var(--primary-clr);
}

.rs-blog.main-home .blog-item .blog-content .desc {
    color: #505050;
    padding-bottom: 20px;
}

.rs-blog.main-home .blog-item:hover {
    transform: translateY(-10px);
}

.rs-blog.main-home.modify1 .blog-item .blog-content {
    background-color: #f3fcf8;
    padding: 30px 25px 30px 25px;
    border-radius: 0 0 5px 5px;
    box-shadow: unset;
}

.rs-blog.main-home.modify1 .blog-item .blog-content .blog-meta {
    font-size: 14px;
    text-transform: capitalize;
    display: flex;
    justify-content: space-between;
}

.rs-blog.main-home.modify1 .blog-item .blog-content .blog-meta .date {
    color: #333333;
    font-size: 14px;
}

.rs-blog.main-home.modify1 .blog-item .blog-content .blog-meta .date i:before {
    color: #0c8b51;
    padding-right: 5px;
}

.rs-blog.main-home.modify1 .blog-item .blog-content .blog-meta .admin {
    color: #333333;
    font-size: 14px;
}

.rs-blog.main-home.modify1 .blog-item .blog-content .blog-meta .admin i:before {
    color: #0c8b51;
    padding-right: 5px;
}

.rs-blog.main-home.modify1 .blog-item .blog-content .title {
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
}

.rs-blog.main-home.modify1 .blog-item .blog-content .title a {
    color: #101010;
}

.rs-blog.main-home.modify1 .blog-item .blog-content .title a:hover {
    color: #0c8b51;
}

.rs-blog.home9-style .blog-item {
    border-radius: 3px;
    overflow: hidden;
    border: 1px solid #dfe9eb;
}

.rs-blog.home9-style .blog-item .image-part {
    overflow: hidden;
    height: 100%;
}

.rs-blog.home9-style .blog-item .image-part a img {
    transition: all 0.5s;
    transform: scale(1);
    height: 100%;
    width: 100%;
}

.rs-blog.home9-style .blog-item .blog-content {
    padding: 10px 20px 0px 30px;
}

.rs-blog.home9-style .blog-item .blog-content .title {
    margin-bottom: 14px;
    font-size: 24px;
    line-height: 34px;
}

.rs-blog.home9-style .blog-item .blog-content .title a {
    color: #101010;
}

.rs-blog.home9-style .blog-item .blog-content .title a:hover {
    color: #f4bf00;
}

.rs-blog.home9-style .blog-item .blog-content .txt {
    font-size: 16px;
    color: #505050;
    font-weight: 400;
    margin: 0;
}

.rs-blog.home9-style .blog-item .blog-content .blog-meta {
    margin-bottom: 11px;
}

.rs-blog.home9-style .blog-item .blog-content .blog-meta li {
    position: relative;
    margin-right: 5px;
    padding-right: 15px;
    display: inline-block;
    font-size: 16px;
    color: #505050;
    font-weight: 400;
}

.rs-blog.home9-style .blog-item .blog-content .blog-meta li i {
    padding-right: 3px;
    font-size: 14px;
}

.rs-blog.home9-style .blog-item .blog-content .blog-meta li i:before {
    color: #f4bf00;
    padding-right: 5px;
}

.rs-blog.home9-style .blog-item .blog-content .blog-meta li i:before:last-child {
    padding-right: 0;
}

.rs-blog.home9-style .blog-item .blog-content .blog-meta li a {
    color: #505050;
}

.rs-blog.home9-style .blog-item .blog-content .blog-meta li:last-child {
    margin: 0;
    padding: 0;
}

.rs-blog.home9-style .blog-item:hover .image-part a img {
    transform: scale(1.07);
}

.rs-blog.orange-color .blog-item .blog-content .title a:hover {
    color: var(--primary-clr);
}

.rs-blog.orange-color .blog-item .blog-content .readon-arrow:hover {
    color: var(--primary-clr);
}

.rs-blog.orange-color .blog-item .blog-content .readon-arrow:hover:after {
    color: var(--primary-clr);
}

.rs-blog.orange-color .events-short .content-part .title a:hover {
    color: var(--primary-clr);
}

.rs-inner-blog .blog-item {
    background: #fff;
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.07);
}

.rs-inner-blog .blog-item .blog-content {
    padding: 40px 46px 45px;
    overflow: hidden;
}

.rs-inner-blog .blog-item .blog-content .blog-title {
    margin: 4px 0 10px;
    font-size: 26px;
    line-height: 35px;
}

.rs-inner-blog .blog-item .blog-content .blog-title a {
    color: #111111;
}

.rs-inner-blog .blog-item .blog-content .blog-title a:hover {
    color: var(--primary-clr);
}

.rs-inner-blog .blog-item .blog-content .blog-meta .btm-cate {
    overflow: hidden;
    margin: 0 0 5px;
    padding: 0 0 12px;
    font-size: 13px;
    display: flex;
    align-items: center;
}

.rs-inner-blog .blog-item .blog-content .blog-meta .btm-cate li {
    margin-right: 15px;
}

.rs-inner-blog .blog-item .blog-content .blog-meta .btm-cate li .blog-date {
    display: inline-block;
    font-weight: 400;
    font-size: 13px;
    color: #505050;
}

.rs-inner-blog .blog-item .blog-content .blog-meta .btm-cate li .blog-date i {
    color: var(--primary-clr);
    margin-right: 3px;
}

.rs-inner-blog .blog-item .blog-content .blog-meta .btm-cate li .author {
    display: inline-block;
    padding: 0;
    margin-right: 0;
    line-height: normal;
    color: #555;
}

.rs-inner-blog .blog-item .blog-content .blog-meta .btm-cate li .author i {
    color: var(--primary-clr);
    margin-right: 3px;
}

.rs-inner-blog .blog-item .blog-content .blog-meta .btm-cate li .tag-line {
    position: relative;
    padding-left: 2px;
    color: #555;
}

.rs-inner-blog .blog-item .blog-content .blog-meta .btm-cate li .tag-line i {
    margin-right: 3px;
    color: var(--primary-clr);
}

.rs-inner-blog .blog-item .blog-content .blog-meta .btm-cate li .tag-line i:before {
    font-size: 14px;
    font-weight: 600;
}

.rs-inner-blog .blog-item .blog-content .blog-meta .btm-cate li .tag-line a {
    color: #555;
}

.rs-inner-blog .blog-item .blog-content .blog-desc {
    font-size: 16px;
    line-height: 27px;
    font-weight: 400;
    color: #505050;
    margin-bottom: 35px;
}

.rs-inner-blog .widget-area .widget-title {
    color: #111111;
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    position: relative;
    z-index: 1;
    padding-bottom: 12px;
}

.rs-inner-blog .widget-area .widget-title:before {
    content: "";
    position: absolute;
    border: 0;
    width: 50px;
    height: 2px;
    background: var(--primary-clr);
    z-index: 1;
    margin-left: 0;
    bottom: 0;
    left: 0;
}

.rs-inner-blog .widget-area .search-widget {
    background: #fff;
    padding: 40px 30px 40px;
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.07);
}

.rs-inner-blog .widget-area .search-widget .search-wrap {
    position: relative;
}

.rs-inner-blog .widget-area .search-widget .search-wrap [type="search"] {
    border: 1px solid #ddd;
    color: #444444;
    padding: 12px 17px;
    width: 100%;
    border-radius: 5px;
    position: relative;
}

.rs-inner-blog .widget-area .search-widget .search-wrap button {
    background: transparent;
    border: medium none;
    color: #505050;
    padding: 11px 15px 12px;
    position: absolute;
    display: block;
    right: 0px;
    top: 0;
    z-index: 10;
    font-size: 20px;
    border-radius: 0 5px 5px;
}

.rs-inner-blog .widget-area .search-widget .search-wrap button i:before {
    font-weight: 600;
    font-size: 18px;
}

.rs-inner-blog .widget-area .search-widget .search-wrap button:hover {
    color: var(--primary-clr);
}

.rs-inner-blog .widget-area .recent-posts {
    background: #fff;
    padding: 40px 30px 40px;
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.07);
}

.rs-inner-blog .widget-area .recent-posts ul li {
    margin-top: 13px;
    padding-top: 13px;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    font-weight: 400;
    font-size: 16px;
}

.rs-inner-blog .widget-area .recent-posts ul li a {
    color: #505050;
}

.rs-inner-blog .widget-area .recent-posts ul li a:hover {
    color: var(--primary-clr);
}

.rs-inner-blog .widget-area .recent-posts-widget {
    background: #fff;
    padding: 40px 30px 40px;
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.07);
}

.rs-inner-blog .widget-area .recent-posts-widget .show-featured {
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.rs-inner-blog .widget-area .recent-posts-widget .show-featured .post-img {
    max-width: 150px;
    padding-right: 15px;
    border-radius: 3px;
    overflow: hidden;
}

.rs-inner-blog .widget-area .recent-posts-widget .show-featured .post-desc a {
    font-size: 15px;
    line-height: 22px;
    color: #111111;
    font-weight: 400;
}

.rs-inner-blog .widget-area .recent-posts-widget .show-featured .post-desc a:hover {
    color: var(--primary-clr);
}

.rs-inner-blog .widget-area .recent-posts-widget .show-featured .post-desc .date {
    font-size: 12px;
    line-height: 20px;
    color: var(--primary-clr);
    font-weight: 400;
    display: block;
}

.rs-inner-blog .widget-area .recent-posts-widget .show-featured .post-desc .date i {
    font-size: 12px;
    line-height: 12px;
    color: var(--primary-clr);
    font-weight: 400;
}

.rs-inner-blog .widget-area .recent-posts-widget .show-featured:last-child {
    margin: 0;
    padding: 0;
    border: none;
}

.rs-inner-blog .widget-area .widget-archives {
    background: #fff;
    padding: 40px 30px 40px;
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.07);
}

.rs-inner-blog .widget-area .widget-archives ul li {
    border: none;
    position: relative;
    padding: 6px 0px 6px 14px;
    margin: 0;
    font-size: 16px;
}

.rs-inner-blog .widget-area .widget-archives ul li a {
    color: #505050;
}

.rs-inner-blog .widget-area .widget-archives ul li a:after {
    content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    left: 0;
    top: 6px;
    color: var(--secondary-clr);
}

.rs-inner-blog .widget-area .widget-archives ul li a:hover {
    color: var(--primary-clr);
}

.rs-inner-blog .blog-deatails {
    background: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
    margin-bottom: 0;
}

.rs-inner-blog .blog-deatails .blog-full {
    padding: 40px 45px 40px;
}

.rs-inner-blog .blog-deatails .blog-full .single-post-meta {
    display: flex;
    align-items: center;
    padding: 0 0 30px;
}

.rs-inner-blog .blog-deatails .blog-full .single-post-meta li .p-date {
    color: #555;
    font-size: 14px;
    margin-right: 8px;
}

.rs-inner-blog .blog-deatails .blog-full .single-post-meta li .p-date i {
    font-size: 13px;
    margin-right: 3px;
    color: var(--primary-clr);
}

.rs-inner-blog .blog-deatails .blog-full .single-post-meta li .p-date i:before {
    margin-right: 5px;
}

.rs-inner-blog .blog-deatails .blog-full .single-post-meta .Post-cate {
    list-style: none;
    display: inline-block;
    padding-right: 10px;
    color: #555;
    font-size: 14px;
}

.rs-inner-blog .blog-deatails .blog-full .single-post-meta .Post-cate .tag-line i {
    color: var(--primary-clr);
    margin-right: 3px;
}

.rs-inner-blog .blog-deatails .blog-full .single-post-meta .Post-cate .tag-line i:before {
    margin-right: 4px;
}

.rs-inner-blog .blog-deatails .blog-full .single-post-meta .Post-cate .tag-line a {
    font-weight: 400;
    color: #555;
    font-size: 14px;
}

.rs-inner-blog .blog-deatails .blog-full .single-post-meta .Post-cate .tag-line a:hover {
    color: var(--primary-clr);
}

.rs-inner-blog .blog-deatails .blog-full .single-post-meta .post-comment {
    color: #555;
    font-size: 14px;
}

.rs-inner-blog .blog-deatails .blog-full .single-post-meta .post-comment i:before {
    color: var(--primary-clr);
}

.rs-inner-blog .blog-deatails .blog-full .blog-desc p {
    font-size: 16px;
    font-weight: 400;
    color: #505050;
}

.rs-inner-blog .blog-deatails .blog-full .title {
    color: #111111;
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;
}

.rs-inner-blog .blog-deatails .blog-full .sm-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    color: #111111;
}

.rs-inner-blog .blog-deatails .blog-full .unorder-list li {
    display: block;
    position: relative;
    padding-left: 25px;
    padding-bottom: 15px;
    font-weight: 500;
    line-height: 25px;
}

.rs-inner-blog .blog-deatails .blog-full .unorder-list li:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "\f105";
    font-family: FontAwesome;
    color: var(--primary-clr);
    font-size: 20px;
}

.rs-inner-blog .ps-navigation {
    border-top: 1px solid rgba(170, 170, 170, 0.25);
    border-bottom: 1px solid rgba(170, 170, 170, 0.25);
    padding: 30px 0;
    margin: 60px 0 0;
}

.rs-inner-blog .ps-navigation ul li {
    text-align: right;
}

.rs-inner-blog .ps-navigation ul li a {
    display: inline-block;
}

.rs-inner-blog .ps-navigation ul li a .next-link {
    text-transform: uppercase;
    color: #909090;
    margin-top: 0;
    display: block;
}

.rs-inner-blog .ps-navigation ul li a .next-link:hover {
    color: var(--primary-clr);
}

.rs-inner-blog .ps-navigation ul li a .next-link i:before {
    font-size: 16px;
    font-style: normal;
    color: #505050;
}

.rs-inner-blog .ps-navigation ul li a .link-text {
    font-size: 16px;
    font-weight: 500;
    color: #1c1b1b;
}

.rs-inner-blog .ps-navigation ul li a .link-text:hover {
    color: var(--primary-clr);
}

.rs-inner-blog .comment-area .comment-full .reply-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px;
    margin-top: 45px;
    position: relative;
    padding: 0 0 12px;
    color: #111111;
}

.rs-inner-blog .comment-area .comment-full p span {
    font-size: 16px;
    color: #505050;
}

.rs-inner-blog .comment-area .comment-full .submit-btn .submit {
    border: 2px solid;
    border-color: var(--primary-clr);
    background: var(--primary-clr);
    position: relative;
    display: inline-block;
    padding: 12px 22px;
    border-radius: 3px;
    line-height: normal;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    transition: all 0.3s ease 0s;
    text-transform: uppercase;
}

.rs-inner-blog .comment-area .comment-full .submit-btn .submit:hover {
    opacity: 0.9;
}

.rs-inner-blog.orange-color .blog-btn:hover,
.rs-inner-blog.orange-color .blog-btn:hover::after,
.rs-inner-blog.orange-color .widget-area .recent-posts ul li a:hover,
.rs-inner-blog.orange-color .blog-item .blog-content .blog-title a:hover,
.rs-inner-blog.orange-color .widget-area .search-widget .search-wrap button:hover,
.rs-inner-blog.orange-color .blog-item .blog-content .blog-meta .btm-cate li .author i,
.rs-inner-blog.orange-color .blog-item .blog-content .blog-meta .btm-cate li .tag-line i,
.rs-inner-blog.orange-color .blog-item .blog-content .blog-meta .btm-cate li .blog-date i,
.rs-inner-blog.orange-color .widget-area .recent-posts-widget .show-featured .post-desc .date,
.rs-inner-blog.orange-color .widget-area .recent-posts-widget .show-featured .post-desc .date i,
.rs-inner-blog.orange-color .widget-area .recent-posts-widget .show-featured .post-desc a:hover,
.rs-inner-blog.orange-color .blog-deatails .blog-full .single-post-meta .Post-cate .tag-line i,
.rs-inner-blog.orange-color .blog-deatails .blog-full .single-post-meta .post-comment i::before,
.rs-inner-blog.orange-color .blog-deatails .blog-full .single-post-meta .Post-cate .tag-line a:hover,
.rs-inner-blog.orange-color .blog-deatails .blog-full .single-post-meta li .p-date i,
.rs-inner-blog.orange-color .blog-deatails .blog-full .unorder-list li::before,
.rs-inner-blog.orange-color .ps-navigation ul li a .link-text:hover,
.rs-inner-blog.orange-color .ps-navigation ul li a .next-link:hover,
.rs-inner-blog.orange-color .ps-navigation ul li a .next-link:hover i::before {
    color: var(--primary-clr);
}

.rs-inner-blog.orange-color blockquote::before {
    background: var(--primary-clr);
}

.rs-inner-blog.orange-color .comment-area .comment-full .submit-btn .submit {
    border-color: var(--primary-clr);
    background: var(--primary-clr);
}

.rs-inner-blog.orange-color .comment-area .comment-full .submit-btn .submit:hover {
    border-color: var(--primary-darker-clr);
    background: var(--primary-darker-clr);
}

/* ------------------------------------
    19. Latest Events Section CSS
---------------------------------------*/
.rs-event .event-item {
    transition: all 0.3s ease;
    position: relative;
}

.rs-event .event-item .event-short {
    text-align: left;
    box-shadow: 0 0 20px #eee;
}

.rs-event .event-item .event-short .featured-img {
    position: relative;
}

.rs-event .event-item .event-short .featured-img img {
    border-radius: 5px 5px 0 0;
}

.rs-event .event-item .event-short .categorie {
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 1;
}

.rs-event .event-item .event-short .categorie a {
    background: var(--primary-clr);
    padding: 5px 20px;
    display: inline-block;
    color: #ffffff;
    border-radius: 4px;
}

.rs-event .event-item .event-short .categorie a:hover {
    opacity: 0.9;
}

.rs-event .event-item .event-short .content-part {
    padding: 25px 30px 15px 30px;
    border-radius: 0 0 5px 5px;
}

.rs-event .event-item .event-short .content-part .address {
    padding-bottom: 15px;
    color: #363636;
    font-size: 14px;
}

.rs-event .event-item .event-short .content-part .address i {
    font-size: 13px;
    margin-right: 4px;
}

.rs-event .event-item .event-short .content-part .title {
    font-size: 26px;
    line-height: 32px;
    transition: all 0.8s ease;
}

.rs-event .event-item .event-short .content-part .title a {
    color: #000000;
}

.rs-event .event-item .event-short .content-part .title a:hover {
    color: var(--primary-clr);
}

.rs-event .event-item .event-short .content-part .text {
    color: #363636;
    margin: 0;
    font-size: 14px;
}

.rs-event .event-item .event-short .content-part .event-btm {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #efefef;
    margin-top: 34px;
    padding-top: 26px;
}

.rs-event .event-item .event-short .content-part .event-btm .date-part {
    font-size: 13px;
}

.rs-event .event-item .event-short .content-part .event-btm .date-part .date i {
    font-size: 13px;
    margin-right: 7px;
}

.rs-event .event-item .event-short .content-part .event-btm .btn-part a {
    background: var(--primary-clr);
    text-transform: capitalize;
    padding: 7px 15px;
    color: #ffffff;
    border-radius: 2px;
    font-size: 14px;
    display: inline-block;
}

.rs-event .event-item .event-short .content-part .event-btm .btn-part a:hover {
    background: var(--primary-darker-clr);
}

.rs-event .event-item:hover {
    transform: translateY(-10px);
}

.rs-event.modify1 .event-item .event-short .content-part {
    padding: 30px 30px 35px 30px;
    text-align: center;
}

.rs-event.modify1 .event-item .event-short .content-part .title {
    font-size: 24px;
}

.rs-latest-events.style1 .single-img {
    z-index: 1;
    position: relative;
}

.rs-latest-events.style1 .single-img img {
    border-radius: 3px;
}

.rs-latest-events.style1 .event-wrap {
    z-index: 1;
    position: relative;
}

.rs-latest-events.style1 .event-wrap .events-short {
    overflow: hidden;
    background: #ffffff;
    padding: 31px 30px;
    border-radius: 3px;
}

.rs-latest-events.style1 .event-wrap .events-short .date-part {
    width: 100px;
    float: left;
    text-align: center;
    padding: 11px 0 22px;
    border-radius: 3px;
    margin-right: 25px;
}

.rs-latest-events.style1 .event-wrap .events-short .date-part .month {
    margin-bottom: 10px;
    display: block;
}

.rs-latest-events.style1 .event-wrap .events-short .date-part .date {
    font-size: 50px;
    font-family: "Nunito", sans-serif;
    color: #112958;
    font-weight: 700;
}

.rs-latest-events.style1 .event-wrap .events-short .date-part.bgc1 {
    background: #dcf1fd;
}

.rs-latest-events.style1 .event-wrap .events-short .date-part.bgc2 {
    background: #e9fbd5;
}

.rs-latest-events.style1 .event-wrap .events-short .date-part.bgc3 {
    background: #fee2c0;
}

.rs-latest-events.style1 .event-wrap .events-short .content-part .categorie a {
    color: #505050;
}

.rs-latest-events.style1 .event-wrap .events-short .content-part .categorie a:hover {
    color: var(--primary-clr);
}

.rs-latest-events.style1 .event-wrap .events-short .content-part .title {
    line-height: 1.5;
}

.rs-latest-events.style1 .event-wrap .events-short .content-part .title a {
    color: #112958;
}

.rs-latest-events.style1 .event-wrap .events-short .content-part .title a:hover {
    color: var(--primary-clr);
}

.rs-latest-events.style1 .event-wrap .btn-part a {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    color: #112958;
    position: relative;
    display: inline-block;
}

.rs-latest-events.style1 .event-wrap .btn-part a:after {
    position: absolute;
    content: "";
    right: 0;
    bottom: 3px;
    width: 0;
    height: 1px;
    background: #112958;
    transition: all 0.3s ease;
}

.rs-latest-events.style1 .event-wrap .btn-part a:hover:after {
    left: 0;
    right: auto;
    width: 100%;
}

.rs-latest-events.bg-wrap {
    position: relative;
}

.rs-latest-events.bg-wrap:after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 63%;
    height: 100%;
    background: #f3f8f9;
}

/* ------------------------------------
    14. Gallery Section CSS
---------------------------------------*/
.rs-gallery .gallery-item {
    padding: 0 30px 30px 0;
}

.rs-gallery .gallery-item .gallery-img a img {
    border-radius: 5px;
}

.rs-gallery .gallery-item .title {
    padding-top: 25px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    color: #111111;
}

/* ------------------------------------
    15. CTA Section CSS
---------------------------------------*/
.rs-cta {
    position: relative;
}

.rs-cta.style1 {
    background: url(assets/images/bg/pattern1.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
}

.rs-cta.style1 .partition-bg-wrap {
    position: relative;
}

.rs-cta.style1 .partition-bg-wrap:after,
.rs-cta.style1 .partition-bg-wrap:before {
    position: absolute;
    content: "";
    width: 50%;
    height: 100%;
    bottom: 0;
    z-index: -1;
}

.rs-cta.style1 .partition-bg-wrap:after {
    background: var(--primary-clr);
    left: 0;
}

.rs-cta.style1 .partition-bg-wrap:before {
    background: var(--secondary-clr);
    right: 0;
}

.rs-cta.style2 .video-wrap .popup-videos {
    color: #ffffff;
    display: block;
    overflow: hidden;
    max-width: 270px;
}

.rs-cta.style2 .video-wrap .popup-videos i {
    width: 70px;
    height: 70px;
    line-height: 61px;
    border: 5px solid #ffffff;
    border-radius: 50%;
    text-align: center;
    font-size: 25px;
    float: left;
    margin-right: 20px;
}

.rs-cta.style2 .video-wrap .popup-videos i:before {
    padding-left: 5px;
}

.rs-cta.style2 .video-wrap .popup-videos .title {
    color: #ffffff;
}

.rs-cta.style2 .video-wrap .popup-videos:hover {
    opacity: 0.7;
}

.rs-cta.style2 .partition-bg-wrap {
    position: relative;
}

.rs-cta.style2 .partition-bg-wrap:after,
.rs-cta.style2 .partition-bg-wrap:before {
    position: absolute;
    content: "";
    width: 50%;
    height: 100%;
    top: 0;
    bottom: 0;
    z-index: -1;
}

.rs-cta.style2 .partition-bg-wrap:before {
    background: url(assets/images/cta/style2/left-bg.jpg);
    left: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.rs-cta.style2 .partition-bg-wrap:after {
    background: url(assets/images/cta/style2/right-bg.jpg);
    right: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
}

.rs-cta.style3 {
    background: url(assets/images/bg/pattern1.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
}

.rs-cta.style3 .partition-bg-wrap {
    position: relative;
}

.rs-cta.style3 .partition-bg-wrap:after,
.rs-cta.style3 .partition-bg-wrap:before {
    position: absolute;
    content: "";
    width: 50%;
    height: 100%;
    bottom: 0;
    z-index: -1;
}

.rs-cta.style3 .partition-bg-wrap:after {
    background: var(--primary-clr);
    left: 0;
}

.rs-cta.style3 .partition-bg-wrap:before {
    background: var(--secondary-clr);
    right: 0;
}

.rs-cta.main-home .partition-bg-wrap {
    background: none !important;
    position: relative;
    padding: 130px 0;
}

.rs-cta.main-home .partition-bg-wrap:after,
.rs-cta.main-home .partition-bg-wrap:before {
    position: absolute;
    content: "";
    width: 50%;
    height: 100%;
    bottom: 0;
    z-index: -1;
}

.rs-cta.main-home .partition-bg-wrap:after {
    background: url(assets/images/cta/home1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.rs-cta.main-home .partition-bg-wrap:before {
    background: url(assets/images/cta/main-home.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    right: 0;
}

.rs-cta.home9-style .partition-bg-wrap {
    background: none !important;
    position: relative;
    padding: 100px 0;
}

.rs-cta.home9-style .partition-bg-wrap:after,
.rs-cta.home9-style .partition-bg-wrap:before {
    position: absolute;
    content: "";
    width: 50%;
    height: 100%;
    bottom: 0;
    z-index: -1;
}

.rs-cta.home9-style .partition-bg-wrap:after {
    background: url(assets/images/cta/covid-19.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.rs-cta.home9-style .partition-bg-wrap:before {
    background: #1c335f;
    background-size: cover;
    background-repeat: no-repeat;
    right: 0;
}

/* ------------------------------------
    16. Counter Section CSS
---------------------------------------*/
.rs-counter .counter-item .rs-count {
    position: relative;
    display: inline-block;
    font-size: 42px;
    line-height: 1;
    color: #112958;
    padding-right: 25px;
    margin-bottom: 15px;
}

.rs-counter .counter-item .rs-count:before {
    content: "";
    position: absolute;
    right: 0;
}

.rs-counter .counter-item .rs-count.kplus:before {
    content: "k+";
    right: -25px;
}

.rs-counter .counter-item .rs-count.percent:before {
    content: "%";
    right: -15px;
}

.rs-counter .counter-item .title {
    font-size: 22px;
    color: #505050;
}

/* ------------------------------------
    17. Newsletter Section CSS
---------------------------------------*/
.rs-newsletter.style1 .newsletter-wrap {
    /* background: url(assets/images/bg/newsletter-bg.jpg); */
    background: var(--secondary-clr);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 3px;
    padding: 60px 70px;
    position: relative;
}

.rs-newsletter.style1 .newsletter-wrap .content-part .sec-title {
    display: flex;
    align-items: center;
}

.rs-newsletter.style1 .newsletter-wrap .content-part .sec-title .title-icon img {
    max-width: 50px;
    margin-right: 20px;
}

.rs-newsletter.style1 .newsletter-wrap .newsletter-form {
    position: relative;
    border-radius: 3px;
    overflow: hidden;
}

.rs-newsletter.style1 .newsletter-wrap .newsletter-form input,
.rs-newsletter.style1 .newsletter-wrap .newsletter-form button {
    outline: none;
    border: none;
}

.rs-newsletter.style1 .newsletter-wrap .newsletter-form input {
    background: #ffffff;
    width: 100%;
    color: #505050;
    padding: 17px 30px;
    padding-right: 150px;
}

.rs-newsletter.style1 .newsletter-wrap .newsletter-form button {
    position: absolute;
    right: 0;
    top: 0;
    background: var(--primary-clr);
    color: #ffffff;
    padding: 17px 40px;
    transition: all 0.3s ease;
}

.rs-newsletter.style1 .newsletter-wrap .newsletter-form button:hover {
    background: var(--primary-darker-clr);
}

.rs-newsletter.style1.modify1 .newsletter-wrap {
    background: url(assets/images/bg/newslatter-bg15.jpg);
}

.rs-newsletter.style1.modify1 .newsletter-wrap .newsletter-form button {
    background: var(--primary-clr);
}

.rs-newsletter.style1.modify1 .newsletter-wrap .newsletter-form button:hover {
    background: var(--primary-clr);
}

.rs-newsletter.style2 {
    background: url(assets/images/bg/newsletter-bg2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.rs-newsletter.style2 .sec-title .title {
    margin-bottom: 10px;
}

.rs-newsletter.style2 .sec-title .sub-title {
    margin: 0;
    text-transform: capitalize;
}

.rs-newsletter.style2 .newsletter-wrap {
    border-radius: 3px;
    padding: 60px 70px;
    padding-left: 0;
    position: relative;
}

.rs-newsletter.style2 .newsletter-wrap .newsletter-form {
    position: relative;
    border-radius: 3px;
    overflow: hidden;
    max-width: 500px;
}

.rs-newsletter.style2 .newsletter-wrap .newsletter-form input,
.rs-newsletter.style2 .newsletter-wrap .newsletter-form button {
    outline: none;
    border: none;
}

.rs-newsletter.style2 .newsletter-wrap .newsletter-form input {
    background: #ffffff;
    width: 100%;
    color: #505050;
    padding: 17px 30px;
    padding-right: 150px;
}

.rs-newsletter.style2 .newsletter-wrap .newsletter-form button {
    position: absolute;
    right: 0;
    top: 0;
    background: var(--primary-clr);
    color: #ffffff;
    padding: 17px 40px;
    transition: all 0.3s ease;
}

.rs-newsletter.style2 .newsletter-wrap .newsletter-form button:hover {
    background: #2db4de;
}

.rs-newsletter.modify .newsletter-wrap .newsletter-form button {
    position: absolute;
    right: 4px;
    top: 4px;
    background: var(--primary-clr);
    color: #ffffff;
    padding: 14px 38px;
    transition: all 0.3s ease;
    border-radius: 3px;
}

.rs-newsletter.main-home .newsletter-wrap {
    background: #171f32;
    padding: 60px 70px;
    position: relative;
    border-radius: 5px;
}

.rs-newsletter.main-home .newsletter-wrap .newsletter-form {
    position: relative;
    border-radius: 3px;
    overflow: hidden;
}

.rs-newsletter.main-home .newsletter-wrap .newsletter-form input,
.rs-newsletter.main-home .newsletter-wrap .newsletter-form button {
    outline: none;
    border: none;
}

.rs-newsletter.main-home .newsletter-wrap .newsletter-form input {
    background: #ffffff;
    width: 100%;
    color: #505050;
    padding: 17px 30px;
    padding-right: 150px;
}

.rs-newsletter.main-home .newsletter-wrap .newsletter-form button {
    position: absolute;
    right: 0;
    top: 0;
    background: var(--primary-clr);
    color: #ffffff;
    padding: 17px 40px;
    transition: all 0.3s ease;
    text-transform: uppercase;
}

.rs-newsletter.main-home .newsletter-wrap .newsletter-form button:hover {
    background: #ff6030;
}

.rs-newsletter.orange-color .newsletter-wrap {
    background: #171f32;
}

.rs-newsletter.orange-color .newsletter-wrap .newsletter-form button {
    background: var(--primary-clr);
}

.rs-newsletter.orange-color .newsletter-wrap .newsletter-form button:hover {
    background: var(--primary-darker-clr);
}

/*----------------------------------------
    18. Faq Section CSS
----------------------------------------*/
.rs-faq-part .content-part .title .text-part {
    font-size: 20px;
    color: #111111;
    line-height: 28px;
    font-weight: 700;
    text-transform: uppercase;
}

.rs-faq-part .content-part .accordion {
    border-width: 12px;
}

.rs-faq-part .content-part .accordion .card {
    margin-bottom: 15px;
    border: none;
}

.rs-faq-part .content-part .accordion .card:last-child {
    margin-bottom: 0;
}

.rs-faq-part .content-part .accordion .card .card-header {
    padding: 0 !important;
    border: none;
}

.rs-faq-part .content-part .accordion .card .card-header .card-link {
    font-size: 17px;
    font-weight: 600;
    line-height: 28px;
    color: #ffffff;
    display: block;
    padding: 15px 15px;
    text-transform: capitalize;
    background: var(--primary-clr);
}

.rs-faq-part .content-part .accordion .card .card-header .card-link.collapsed {
    background: #f9f8ff;
    color: #505050;
}

.rs-faq-part .content-part .accordion .card .card-body {
    background: #ffffff;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    color: #505050;
    padding: 15px 14px 15px !important;
    border: 1px solid #f9f8ff;
}

.rs-faq-part.style1 .main-part {
    background: #f9f8f8;
    padding: 60px 60px 70px;
}

.rs-faq-part.style1 .main-part .title .text-part {
    font-size: 36px;
    color: #111111;
    line-height: 46px;
    font-weight: 700;
}

.rs-faq-part.style1 .main-part.new-style {
    background: #f3fcf8;
    padding: 49px 50px 70px;
}

.rs-faq-part.style1 .img-part {
    background: url(assets/images/faq/1.jpg);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    min-height: 615px;
}

.rs-faq-part.orange-color .content-part .accordion .card .card-header .card-link {
    background: var(--primary-clr);
}

.rs-faq-part.orange-color .content-part .accordion .card .card-header .card-link.collapsed {
    background: #f9f8ff;
}

/* ------------------------------------
    19. 404 Error Section CSS
---------------------------------------*/
.rs-page-error {
    padding: 250px 0;
}

.rs-page-error .error-text {
    color: #111111;
    text-align: center;
}

.rs-page-error .error-text .error-code {
    font-size: 100px;
    color: #111111;
    position: relative;
}

.rs-page-error .error-text .error-code:after {
    position: absolute;
    content: "";
    background: #eee;
    height: 1px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 600px;
}

.rs-page-error .error-text h3.error-message {
    color: #111111;
}

.rs-page-error .error-text form {
    position: relative;
    max-width: 400px;
    margin: 0 auto;
}

.rs-page-error .error-text form input {
    border: 1px solid #ddd;
    color: #444444;
    padding: 10px 17px;
    width: 100%;
    border-radius: 5px;
    margin-bottom: 19px;
}

.rs-page-error .error-text form button {
    background: transparent;
    border: medium none;
    color: #666666;
    padding: 11px 16px;
    position: absolute;
    right: 0px;
    top: 0;
    z-index: 10;
    font-size: 20px;
    outline: none;
    border-radius: 25px;
}

/*----------------------------------------
    20. Login Section CSS
----------------------------------------*/
.rs-login .noticed {
    background: #f9f8f8;
    max-width: 800px;
    padding: 70px;
    margin: 0 auto;
}

.rs-login .noticed .main-part {
    max-width: 400px;
    margin: 0 auto;
    text-align: center;
    border-radius: 5px;
}

.rs-login .noticed .main-part .method-account .login {
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    color: #111111;
}

.rs-login .noticed .main-part .method-account label {
    font-size: 15px;
    line-height: 30px;
    font-weight: 600;
    color: #505050;
}

.rs-login .noticed .main-part .method-account input {
    margin-bottom: 30px;
    font-size: 15px;
    font-weight: 400;
    color: #505050;
    width: 100%;
    display: block;
    border: none;
    height: 45px;
    padding: 10px 18px;
    border-radius: 5px;
    box-shadow: 0 0 30px #eee;
}

.rs-login .noticed .main-part .method-account span {
    font-size: 15px;
    line-height: 30px;
    font-weight: 600;
    color: #505050;
    padding-left: 10px;
}

.rs-login .noticed .main-part .method-account .last-password p {
    color: #505050;
    margin: 0;
}

.rs-login .noticed .main-part .method-account .last-password p a {
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
    color: var(--primary-clr);
}

.rs-login .noticed .main-part .method-account .last-password p a:hover {
    color: #505050;
}

/* -----------------------------------
    21. Register Section CSS
-------------------------------------*/
.register-section {
    position: relative;
}

.register-section .register-box {
    position: relative;
    max-width: 970px;
    margin: 0 auto;
    padding: 45px 40px 35px;
    background: #f9f8f8;
}

.register-section .register-box .styled-form {
    max-width: 600px;
    margin: 0 auto;
}

/* Styled Form */
.styled-form {
    position: relative;
}

.styled-form .form-group {
    position: relative;
    /* CheckBox */

    /* RadioBox */
}

.styled-form .form-group label {
    position: relative;
    color: #626262;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
}

.styled-form .form-group input {
    position: relative;
    height: 50px;
    padding: 6px 30px;
    width: 100%;
    color: #222222;
    font-size: 16px;
    border-radius: 0px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    border: none;
    box-shadow: 0 0 30px #eee;
}

.styled-form .form-group input:focus {
    border-color: #ff6262;
}

.styled-form .form-group textarea {
    position: relative;
    height: 150px;
    width: 100%;
    resize: none;
    padding: 15px 15px;
    border-radius: 50px;
    border: 1px solid #f2f2f2;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.styled-form .form-group .users {
    position: relative;
    color: #626262;
    font-size: 16px;
    text-align: center;
}

.styled-form .form-group .users a {
    position: relative;
    color: var(--primary-clr);
    font-weight: 600;
    text-decoration: underline;
}

.styled-form .form-group .users a:hover {
    color: var(--primary-darker-clr);
}

.styled-form .form-group .check-box {
    position: relative;
    margin-bottom: 3px;
    margin-top: 7px;
}

.styled-form .form-group .check-box label {
    position: relative;
    display: block;
    width: 100%;
    line-height: 22px;
    padding: 4px 10px 0px;
    padding-left: 25px;
    background: #ffffff;
    font-size: 16px;
    font-weight: 400;
    color: #626262;
    cursor: pointer;
    margin-bottom: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    font-family: "Poppins", sans-serif;
}

.styled-form .form-group .check-box label:before {
    position: absolute;
    left: 0;
    top: 6px;
    height: 15px;
    width: 15px;
    background: #ffffff;
    content: "";
    border-radius: 3px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    border: 1px solid var(--primary-clr);
}

.styled-form .form-group .check-box label:after {
    position: absolute;
    left: 0px;
    top: 0;
    height: 15px;
    line-height: 15px;
    max-width: 0;
    font-size: 14px;
    color: #ffffff;
    font-weight: 800;
    overflow: hidden;
    background: transparent;
    text-align: center;
    font-family: "FontAwesome";
    -webkit-transition: max-width 500ms ease;
    -moz-transition: max-width 500ms ease;
    -ms-transition: max-width 500ms ease;
    -o-transition: max-width 500ms ease;
    transition: max-width 500ms ease;
}

.styled-form .form-group .check-box input[type="checkbox"]:checked+label {
    border-color: #25a9e0;
}

.styled-form .form-group .radio-box {
    position: relative;
    margin-bottom: 3px;
    margin-top: 7px;
}

.styled-form .form-group .radio-box label {
    position: relative;
    display: block;
    height: 30px;
    width: 100%;
    line-height: 9px;
    padding: 4px 10px 0px;
    padding-left: 25px;
    background: #ffffff;
    font-size: 16px;
    font-weight: 400;
    color: #626262;
    cursor: pointer;
    margin-bottom: 0;
    font-family: "Poppins", sans-serif;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.styled-form .form-group .radio-box label:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 15px;
    width: 15px;
    background: #ffffff;
    content: "";
    border-radius: 3px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    border: 1px solid var(--primary-clr);
}

.styled-form .form-group .radio-box label:after {
    position: absolute;
    left: 0px;
    top: 0;
    height: 15px;
    line-height: 15px;
    max-width: 0;
    font-size: 14px;
    color: #ffffff;
    font-weight: 800;
    overflow: hidden;
    background: transparent;
    text-align: center;
    font-family: "FontAwesome";
    -webkit-transition: max-width 500ms ease;
    -moz-transition: max-width 500ms ease;
    -ms-transition: max-width 500ms ease;
    -o-transition: max-width 500ms ease;
    transition: max-width 500ms ease;
}

.styled-form .form-group .form-group .check-box label {
    padding-left: 30px;
    padding-top: 1px;
    cursor: pointer;
}

.styled-form .form-group .check-box input[type="checkbox"] {
    display: none;
}

.styled-form .form-group .check-box input[type="checkbox"]:checked+label:before {
    border: 5px solid var(--primary-clr);
    background: #ffffff;
}

.styled-form .form-group .check-box input[type="checkbox"]:checked+label:after {
    max-width: 20px;
    opacity: 1;
}

.styled-form .form-group .radio-box input[type="radio"]:checked+label {
    border-color: #25a9e0;
}

.styled-form .form-group .form-group .radio-box label {
    padding-left: 30px;
    padding-top: 1px;
    cursor: pointer;
}

.styled-form .form-group .radio-box input[type="radio"] {
    display: none;
}

.styled-form .form-group .radio-box input[type="radio"]:checked+label:before {
    border: 5px solid var(--primary-clr);
    background: #ffffff;
}

.styled-form .form-group .radio-box input[type="radio"]:checked+label:after {
    max-width: 20px;
    opacity: 1;
}

/*-------------------------------------
    22. Contact Section CSS
--------------------------------------*/
.contact-page-section .inner-part .title {
    font-size: 36px;
    color: #101010;
    line-height: 46px;
    font-weight: 700;
    margin-bottom: 14px;
}

.contact-page-section .inner-part p {
    font-size: 19px;
    color: #363636;
    line-height: 32px;
    font-weight: 400;
}

.contact-page-section .rs-contact-box .address-item {
    padding: 50px 40px 50px 40px;
    background: #ffffff;
    box-shadow: 0 0 30px #fff;
    text-align: center;
    margin: 0px 20px 0px 0px;
    border-radius: 5px 5px 5px 5px;
}

.contact-page-section .rs-contact-box .address-item .icon-part {
    padding-bottom: 20px;
}

.contact-page-section .rs-contact-box .address-item .icon-part img {
    width: 65px;
}

.contact-page-section .rs-contact-box .address-item .address-text .label {
    display: block;
    color: #101010;
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 10px;
}

.contact-page-section .rs-contact-box .address-item .address-text .des {
    font-size: 17px;
    color: #031a3d;
}

.contact-page-section .rs-contact-box .address-item .address-text .des a {
    color: #031a3d;
}

.contact-page-section .rs-contact-box .address-item .address-text .des a:hover {
    color: var(--primary-clr);
}

.contact-page-section .contact-comment-box .from-control {
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #f1f1f1;
    box-shadow: 0 0 30px #eee;
    color: #363636;
    width: 100%;
    max-width: 100%;
    opacity: 1;
    border-radius: 3px;
    border: 1px solid #ffffff;
    color: #767676;
    background: #ffffff;
    padding: 10px 18px;
}

.contact-page-section .contact-comment-box textarea {
    height: 140px;
}

.contact-page-section .contact-comment-box .form-group .btn-send {
    padding: 16px 0px 16px 0px;
    box-shadow: 0px 28px 50px 0px rgba(0, 0, 0, 0.05);
    outline: none;
    border: none;
    padding: 12px 40px;
    border-radius: 3px;
    display: inline-block;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    background: var(--primary-clr);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    width: 100%;
    text-transform: uppercase;
}

.contact-page-section .contact-comment-box .form-group .btn-send:hover {
    opacity: 0.9;
}

.contact-page-section .contact-comment-box.new-style {
    padding: 60px 70px 60px !important;
}

.contact-page-section .contact-map3 {
    overflow: hidden;
}

.contact-page-section .contact-map3 iframe {
    float: left;
    width: 100%;
    height: 600px;
    border: none;
}

/*------------------------------------
    23. Footer Section CSS
------------------------------------*/
.rs-footer {
    background-color: var(--secondary-clr);
    background-image: url(assets/images/bg/footer-bg.png);
    background-size: cover;
}

.rs-footer .footer-top {
    padding: 218px 0 93px;
}

.rs-footer .footer-top .widget-title {
    color: #ffffff;
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 35px;
}

.rs-footer .footer-top .site-map li {
    padding-left: 15px;
    position: relative;
    margin-bottom: 11px;
}

.rs-footer .footer-top .site-map li a {
    color: #e8e8e8;
}

.rs-footer .footer-top .site-map li a:hover {
    color: var(--primary-clr);
}

.rs-footer .footer-top .site-map li:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background: var(--primary-clr);
}

.rs-footer .footer-top .site-map li:last-child {
    margin-bottom: 0;
}

.rs-footer .footer-top .address-widget li {
    position: relative;
    margin-bottom: 16px;
}

.rs-footer .footer-top .address-widget li i {
    position: absolute;
}

.rs-footer .footer-top .address-widget li i:before {
    color: #ffffff;
}

.rs-footer .footer-top .address-widget li .desc {
    padding-left: 35px;
    color: #ffffff;
}

.rs-footer .footer-top .address-widget li .desc a {
    color: #ffffff;
}

.rs-footer .footer-top .address-widget li .desc a:hover {
    color: var(--primary-clr);
}

.rs-footer .footer-top .address-widget li:last-child {
    margin-bottom: 0;
}

.rs-footer .footer-bottom {
    padding: 40px 0;
    background: transparent;
    position: relative;
}

.rs-footer .footer-bottom .copyright p {
    margin-bottom: 0;
    color: #f3f8f9;
}

.rs-footer .footer-bottom .copyright a {
    color: var(--primary-clr);
}

.rs-footer .footer-bottom .footer-logo a {
    display: inline-block;
}

.rs-footer .footer-bottom .footer-logo a img {
    max-width: 190px;
}

.rs-footer .footer-bottom .footer-social li {
    display: inline;
    margin-right: 5px;
}

.rs-footer .footer-bottom .footer-social li a {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 100%;
    background: var(--primary-clr);
    color: #ffffff;
    text-align: center;
}

.rs-footer .footer-bottom .footer-social li a:hover {
    color: #ffffff;
    background: var(--secondary-clr);
}

.rs-footer .footer-bottom .footer-social li:last-child {
    margin: 0;
}

.rs-footer .footer-bottom:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 1px;
    width: 100%;
    max-width: 1240px;
    background: rgba(255, 255, 255, 0.1);
}

.rs-footer.home9-style .footer-top {
    padding: 218px 0 93px;
}

.rs-footer.home9-style .footer-top .widget-title {
    color: #ffffff;
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 35px;
    position: relative;
}

.rs-footer.home9-style .footer-top .widget-title:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    height: 2px;
    width: 40px;
    background: #f4bf00;
}

.rs-footer.home9-style .footer-top .site-map li {
    padding-left: 15px;
    position: relative;
    margin-bottom: 11px;
}

.rs-footer.home9-style .footer-top .site-map li a {
    color: #e8e8e8;
}

.rs-footer.home9-style .footer-top .site-map li a:hover {
    color: #f4bf00;
}

.rs-footer.home9-style .footer-top .site-map li:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background: #f4bf00;
}

.rs-footer.home9-style .footer-top .site-map li:last-child {
    margin-bottom: 0;
}

.rs-footer.home9-style .footer-top .address-widget li {
    position: relative;
    margin-bottom: 16px;
}

.rs-footer.home9-style .footer-top .address-widget li i {
    position: absolute;
}

.rs-footer.home9-style .footer-top .address-widget li i:before {
    color: #f4bf00;
}

.rs-footer.home9-style .footer-top .address-widget li .desc {
    padding-left: 35px;
    color: #ffffff;
}

.rs-footer.home9-style .footer-top .address-widget li .desc a {
    color: #ffffff;
}

.rs-footer.home9-style .footer-top .address-widget li .desc a:hover {
    color: #f4bf00;
}

.rs-footer.home9-style .footer-top .address-widget li:last-child {
    margin-bottom: 0;
}

.rs-footer.home9-style .footer-top .recent-post {
    display: flex;
}

.rs-footer.home9-style .footer-top .recent-post .post-img {
    width: 130px;
    float: left;
    padding-right: 15px;
}

.rs-footer.home9-style .footer-top .recent-post .post-img img {
    border-radius: 4px;
}

.rs-footer.home9-style .footer-top .recent-post .post-item .post-desc a {
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
    line-height: 22px;
    text-transform: capitalize;
}

.rs-footer.home9-style .footer-top .recent-post .post-item .post-desc a:hover {
    color: #f4bf00;
}

.rs-footer.home9-style .footer-top .recent-post .post-item .post-date {
    font-size: 13px;
    color: #ffffff;
    font-weight: 400;
}

.rs-footer.home9-style .footer-top .recent-post .post-item .post-date i {
    font-size: 13px;
    color: #f4bf00;
    padding-right: 5px;
}

.rs-footer.home9-style .footer-bottom {
    padding: 40px 0;
    background: transparent;
    position: relative;
}

.rs-footer.home9-style .footer-bottom .copyright p {
    margin-bottom: 0;
    color: #f3f8f9;
}

.rs-footer.home9-style .footer-bottom .copyright a {
    color: #f4bf00;
}

.rs-footer.home9-style .footer-bottom .copyright a:hover {
    color: var(--primary-clr);
}

.rs-footer.home9-style .footer-bottom .footer-logo a {
    display: inline-block;
}

.rs-footer.home9-style .footer-bottom .footer-logo a img {
    max-width: 190px;
}

.rs-footer.home9-style .footer-bottom .footer-social li {
    display: inline;
    margin-right: 5px;
}

.rs-footer.home9-style .footer-bottom .footer-social li a {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 100%;
    background: #f4bf00;
    color: #ffffff;
    text-align: center;
}

.rs-footer.home9-style .footer-bottom .footer-social li a:hover {
    color: #ffffff;
    background: var(--secondary-clr);
}

.rs-footer.home9-style .footer-bottom .footer-social li:last-child {
    margin: 0;
}

.rs-footer.home9-style .footer-bottom:before {
    background: rgba(255, 255, 255, 0.1);
}

.rs-footer.home9-style.main-home {
    background: #151515;
}

.rs-footer.home9-style.main-home .footer-top .widget-title:before {
    background: var(--primary-clr);
}

.rs-footer.home9-style.main-home .footer-top .footer-logo a {
    display: inline-block;
}

.rs-footer.home9-style.main-home .footer-top .footer-logo a img {
    max-width: 190px;
}

.rs-footer.home9-style.main-home .footer-top .textwidget p {
    color: #ffffff !important;
}

.rs-footer.home9-style.main-home .footer-top .footer_social li {
    display: inline-block;
    margin-right: 6px;
    color: #ffffff;
}

.rs-footer.home9-style.main-home .footer-top .footer_social li a {
    color: #ffffff;
    width: auto;
    height: auto;
    line-height: 16px;
    font-size: 16px;
    margin-right: 10px;
}

.rs-footer.home9-style.main-home .footer-top .footer_social li a:hover {
    color: var(--primary-clr);
}

.rs-footer.home9-style.main-home .footer-top .site-map li a {
    color: #e8e8e8;
}

.rs-footer.home9-style.main-home .footer-top .site-map li a:hover {
    color: var(--primary-clr);
}

.rs-footer.home9-style.main-home .footer-top .site-map li:before {
    background: var(--primary-clr);
}

.rs-footer.home9-style.main-home .footer-top .address-widget li i:before {
    color: var(--primary-clr);
}

.rs-footer.home9-style.main-home .footer-top .address-widget li .desc a:hover {
    color: var(--primary-clr);
}

.rs-footer.home9-style.main-home .footer-top .recent-post .post-img img {
    border-radius: 4px;
}

.rs-footer.home9-style.main-home .footer-top .recent-post .post-item .post-desc a:hover {
    color: var(--primary-clr);
}

.rs-footer.home9-style.main-home .footer-top .recent-post .post-item .post-date i {
    font-size: 13px;
    color: var(--primary-clr);
    padding-right: 5px;
}

.rs-footer.home9-style.main-home .footer-bottom {
    padding: 40px 0;
    background: transparent;
    position: relative;
}

.rs-footer.home9-style.main-home .footer-bottom .copyright p {
    margin-bottom: 0;
    color: #f3f8f9;
}

.rs-footer.home9-style.main-home .footer-bottom .copyright a {
    color: #ffffff;
}

.rs-footer.home9-style.main-home .footer-bottom .copyright a:hover {
    color: var(--primary-clr);
}

.rs-footer.home9-style.main-home .footer-bottom .copy-right-menu li {
    display: inline-block;
    position: relative;
    padding: 0px 19px 0 25px;
}

.rs-footer.home9-style.main-home .footer-bottom .copy-right-menu li a {
    color: #e8e8e8;
}

.rs-footer.home9-style.main-home .footer-bottom .copy-right-menu li a:hover {
    color: var(--primary-clr);
}

.rs-footer.home9-style.main-home .footer-bottom .copy-right-menu li:before {
    display: block;
    content: "";
    position: absolute;
    font-size: 18px;
    background: var(--primary-clr);
    left: 0;
    top: 50%;
    width: 6px;
    height: 6px;
    transform: translateY(-50%);
    border-radius: 50%;
}

.rs-footer.home9-style.main-home .footer-bottom .copy-right-menu li:first-child:before {
    display: none;
}

.rs-footer.home9-style.main-home .footer-bottom:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 1px;
    width: 100%;
    max-width: 1240px;
    background: rgba(255, 255, 255, 0.1);
}

/* -----------------------
    24. Scroll Up CSS
--------------------------*/
#scrollUp {
    text-align: center;
    bottom: 40px;
    cursor: pointer;
    display: none;
    position: fixed;
    right: 20px;
    z-index: 999;
    border-radius: 50px 50px 4px 4px;
}

#scrollUp i {
    background: var(--primary-clr);
    border-radius: 50%;
    height: 40px;
    font-size: 24px;
    font-weight: 600;
    width: 42px;
    color: #fff;
    line-height: 36px;
    transition: all 0.3s ease;
    margin-left: 2px;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
}

#scrollUp i:hover {
    background-color: #1a84a4;
}

#scrollUp.orange-color i {
    background: var(--primary-clr);
}

#scrollUp.orange-color i:hover {
    background-color: var(--primary-darker-clr);
}

/*Pulse Border Animation*/
@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

@-webkit-keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

/*Pulse Border Animation*/
@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

@-webkit-keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

@keyframes circle-ripple {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 84, 33, 0.3), 0 0 0 1em rgba(255, 84, 33, 0.3),
            0 0 0 3em rgba(255, 84, 33, 0.3), 0 0 0 5em rgba(255, 84, 33, 0.3);
    }

    100% {
        box-shadow: 0 0 0 1em rgba(255, 84, 33, 0.3), 0 0 0 3em rgba(255, 84, 33, 0.3),
            0 0 0 5em rgba(255, 84, 33, 0.3), 0 0 0 8em rgba(255, 84, 33, 0);
    }
}

@-webkit-keyframes circle-ripple {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 84, 33, 0.3), 0 0 0 1em rgba(255, 84, 33, 0.3),
            0 0 0 3em rgba(255, 84, 33, 0.3), 0 0 0 5em rgba(255, 84, 33, 0.3);
    }

    100% {
        box-shadow: 0 0 0 1em rgba(255, 84, 33, 0.3), 0 0 0 3em rgba(255, 84, 33, 0.3),
            0 0 0 5em rgba(255, 84, 33, 0.3), 0 0 0 8em rgba(255, 84, 33, 0);
    }
}

@keyframes up-down {
    0% {
        transform: translateY(30px);
        -webkit-transform: translateY(0);
    }

    50% {
        transform: translateY(-50px);
        -webkit-transform: translateY(-50px);
    }

    100% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
    }
}

@-webkit-keyframes up-down {
    0% {
        transform: translateY(30px);
        -webkit-transform: translateY(0);
    }

    50% {
        transform: translateY(-50px);
        -webkit-transform: translateY(-50px);
    }

    100% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
    }
}

@keyframes left-right {
    0% {
        transform: translatex(0);
        -webkit-transform: translatex(0);
    }

    50% {
        transform: translateY(-50px);
        -webkit-transform: translatex(-50px);
    }

    100% {
        transform: translatex(0);
        -webkit-transform: translatex(0);
    }
}

@-webkit-keyframes left-right {
    0% {
        transform: translatex(0);
        -webkit-transform: translatex(0);
    }

    50% {
        transform: translatex(-50px);
        -webkit-transform: translatex(-50px);
    }

    100% {
        transform: translatex(0);
        -webkit-transform: translatex(0);
    }
}

@keyframes spine {
    0% {
        transform: rotate(0);
        -webkit-transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes spine {
    0% {
        transform: rotate(0);
        -webkit-transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spine-r {
    0% {
        transform: rotate(0);
        -webkit-transform: rotate(0);
    }

    100% {
        transform: rotate(-360deg);
        -webkit-transform: rotate(-360deg);
    }
}

@-webkit-keyframes spine-r {
    0% {
        transform: rotate(0);
        -webkit-transform: rotate(0);
    }

    100% {
        transform: rotate(-360deg);
        -webkit-transform: rotate(-360deg);
    }
}

@keyframes spine2 {
    from {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }

    from {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes spine2 {
    from {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }

    from {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}

@keyframes rotated-style {
    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}

@keyframes veritcal-two {
    0% {
        transform: translateY(30px);
    }

    50% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(30px);
    }
}

/* ------------------------------------
    25. Preloader CSS
---------------------------------------*/
.loader {
    background-color: #fff;
    height: 100%;
    width: 100%;
    position: fixed;
    margin-top: 0px;
    top: 0px;
    z-index: 9999999;
}

.loader .loader-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 140px;
    height: 140px;
    border: 5px solid #ebebec;
    border-radius: 50%;
}

.loader .loader-container:before {
    position: absolute;
    content: "";
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 140px;
    height: 140px;
    border-top: 4px solid var(--primary-clr);
    border-radius: 50%;
    animation: loaderspin 1.8s infinite ease-in-out;
    -webkit-animation: loaderspin 1.8s infinite ease-in-out;
}

.loader .loader-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
}

.loader .loader-icon img {
    animation: loaderpulse alternate 900ms infinite;
}

.loader.orange-color .loader-container:before {
    border-color: var(--primary-clr);
}

@keyframes loaderspin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@-webkit-keyframes loaderspin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes loaderpulse {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.2);
    }
}