:root {
    --color-primary: #322b8a;
    --color-secondary: #02062b;
    --color-secondary-hover: #060f5b;
    --color-info: #346cc7;
    --color-info-hover: #035191;
    --color-yellow: #e1b91b;
    --color-dark: #000;
    --color-lightGray: #ccc;
    --color-gray: #f6f5f5;
    --color-darkGray: #e2e2e2;
    --color-green: #44ad44;
    --text-gray: #b1afaf;
    --text-color: #302f2f;
    --footer-text: #181818;
    --border-radius-One: 4px;
    --font-primary: "Open Sans", sans-serif;
    --font-secondary: 'Poppins';
    --font-awesome: 'FontAwesome';
    --content-heading: linear-gradient(to right, #222187, #3c83d1);
    --multi-bg: linear-gradient(48deg, #0000ee 0%, #ec1919 72%, #461f72 100%);
    --shadow-darker: 0px 10px 50px 0px rgba(26, 46, 85, 0.1);
    --shadow-darker2: 0px 20px 50px 0px rgba(26, 46, 85, 0.1);
    --shadow-dark: 0px 10px 30px 0px rgba(20, 36, 66, 0.15);
    --shadow-darkest: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
    --shadow-darker3: 0px 4px 50px 0px rgba(0, 0, 0, 0.1);
    --shadow-darker4: 0px 20px 70px 0px rgba(15, 107, 92, 0.2);
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans.woff2') format('woff2'),
        url('../fonts/OpenSans.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans.woff2') format('woff2'),
        url('../fonts/OpenSans.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Semibold.woff2') format('woff2'),
        url('../fonts/OpenSans-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Bold.woff2') format('woff2'),
        url('../fonts/OpenSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/* @font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-ExtraBold.woff2') format('woff2'),
         url('../fonts/OpenSans-ExtraBold.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
} */
html {
    scroll-behavior: smooth;
}

body {
    background: #fff;
    margin: 0px;
    padding: 0px;
    font-family: var(--font-primary) !important;
    overflow-y: auto !important;
    color: var(--text-color);
    overflow-y: auto !important;
	overflow-x: hidden !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
div,
table,
td,
th,
label,
input,
button {
    font-family: var(--font-primary) !important;
}

a {
    color: var(--color-primary);
}

a:hover {
    color: var(--color-info);
}

a:focus {
    outline: none;
}

p {
    font-size: 15px;
    color: #302f2f !important;
}

input:focus {
    outline: 1px solid;
}

/* ul{margin: 0px 5px;} */
ul li {
    padding: 3px 0px;
}

.bg-primary {
    background: var(--color-primary) !important;
}

.bg-secondary,
.button--primary {
    background: var(--color-secondary) !important;
    color: #fff;
}

.bg-secondary:hover,
.button--primary:hover {
    background: var(--color-secondary-hover) !important;
    color: #fff;
}

.bg-info {
    background: var(--color-info) !important;
}

.btn-success {
    background: var(--color-green);
}

.btn-secondary:hover {
    background: var(--color-secondary-hover) !important;
}

.page-title,
.page-title span {
    font-size: 36px !important;
    font-weight: 700 !important;
    color: #fff !important;
    font-family: var(--font-primary) !important;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5) !important;
    /* Add this line */
}

h1,
.h1 {
    font-size: 36px;
    font-family: var(--font-primary) !important;
    line-height: 1.2 !important;
    margin-bottom: 0.5rem !important;
    color: var(--color-secondary) !important;
    position: relative;
    max-width: 100%;
    font-weight: 600;
}

.title1 {
    font-size: 22px !important;
    color: #fff !important;
    padding: 9px 15px 6px 15px;
    margin-bottom: 16px !important;
    font-weight: 600;
}

h2.node__title,
h2.title2 {
    font-size: 22px !important;
    color: var(--color-secondary) !important;
    padding: 0px;
    margin-bottom: 0.5em !important;
    font-weight: 600;
}

/*New Styles*/
/* .topbar--modifier__left ul li {
    list-style: none;
    padding: 0px 13px;
} */
.topbar--modifier__right ul.navbar-nav {
    display: flex;
    justify-content: start;
    flex-direction: row;
}

.menu-section--modifier ul.navbar-nav {
    display: flex;
    justify-content: start;
    flex-direction: row;
}

.top-bar-social .toplinksmain {
    width: auto;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99;
    position: relative;
}

.top-bar-social .toplinksmain ul li {
    padding: 0;
    margin: 0;
}

.toplinksmain ul li a {
    line-height: 16px;
    margin: 10px 0;
    padding-left: 15px;
    display: block;
    font-size: 13px;
    font-weight: 400;
}

.top-bar-social .toplinksmain ul li a {
    color: #fff;
    padding: 10px 15px;
    margin: 0px;
    background: var(--color-primary);
}

.top-bar-social .toplinksmain {
    width: auto;
    padding: 0;
}

.top-bar-social .toplinksmain {
    width: auto;
    padding: 0;
}

.top-bar-social .toplinksmain .top-header-social {
    padding: 0px;
}

.top-bar {
    padding: 10px 0 0 !important;
    box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.05);
}

.top-bar-social {
    border-bottom: 1px solid #322b8a;
}

.top-bar-social .topLeftText {
    flex: 1;
}

.top-bar-social .topLeftText ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.top-bar-social .topLeftText li {
    margin: 0;
    padding: 0 0 0 15px;
}

.top-bar-social .topLeftText li a {
    color: var(--color-primary);
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
}

.top-bar-social .topLeftText li i,
.top-bar-social .topLeftText li svg {
    margin-right: 4px;
    color: var(--color-primary);
    font-size: 14px;
}

.top-bar-social .topLeftText li:first-child {
    padding: 0;
}

.top-bar-social::after {
    content: '';
    position: absolute;
    top: 0;
    left: 61%;
    right: 0;
    bottom: 0;
    background: var(--color-primary);
    z-index: -1;
}

.top-bar-social .toplinksmain {
    position: relative;
}

.top-bar-social .toplinksmain::before {
    content: '';
    position: absolute;
    top: 0;
    left: -57px !important;
    right: 0;
    bottom: 0;
    transform: skew(-17deg);
    z-index: 9;
    width: 20%;
    left: -2%;
    background: var(--color-primary);
    z-index: -2;
}

.top-bar-social .container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.menu-section--modifier ul>li {
    padding: 14px 3px 12px;
    margin: 0;
    position: relative;
}

.menu-section--modifier ul>li>a {
    color: #1e283a;
    line-height: 14px;
    padding: 0;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
}

.menu-section--modifier .navbar-nav .nav-item ul {
    display: none;
    position: relative;
}

.menu-section--modifier .navbar-nav .nav-item:hover ul {
    background: #fff;
    width: 300px !important;
    position: absolute;
    top: 100%;
    left: inherit;
    right: inherit;
    z-index: 100;
    display: block;
    padding: 8px 0 4px;
    margin: 0;
    display: block !important;
}

.menu-section--modifier .navbar-nav .nav-item:last-child:hover ul {
    right: 0px;
}

.menu-section--modifier .navbar-nav .nav-item:hover ul li {
    padding: 4px 0px !important;
    list-style: none;
}

.menu-section--modifier .navbar-nav .nav-item:hover ul li a {
    color: #1e283a;
    position: relative;
    padding: 0 15px;
    font-weight: 600;
    line-height: 1.5;
    font-size: 14px;
    text-transform: capitalize;
}

.menu-section--modifier .navbar-nav .nav-item:hover ul li a:hover {
    text-decoration: underline;
}

#Mobile--Menu {
    display: none;
}

.site-branding .site-logo {
    height: 40px;
    width: auto;
    top: -4px;
}

.site-branding .site-logo img {
    width: 100%;
    height: 40px;
}

main .region.region-content {
    padding: 0px;
}

.homeslider--modifier .slideTextBlk .field-content p {
    font-size: 3em !important;
    color: #fff !important;
    margin: 0 0 10px;
    line-height: 1.2;
    font-family: "Oswald", sans-serif !important;
    font-size: 50px;
    font-weight: 600;
}

/* .homeslider--modifier::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(48deg, #0000ee 0%, #ec1919 72%, #461f72 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0000ee', endColorstr='#461f72', GradientType=1);
    background-image: linear-gradient(180deg, rgba(192, 11, 238, 0) 25%, rgba(56, 70, 206, 0.9) 100%);
    opacity: 0.90;
} */

.homeslider--modifier .titleBlk,
.homeslider--modifier .inner-column {
    z-index: 9;
    position: relative;
}

.homeslider--modifier .owl-theme .owl-dots .owl-dot span {
    background-color: #3728ff;
    box-shadow: 0 0px 0 #C2503D !important;
    opacity: 0.4;
    padding: 8px 14px;
    font-size: 0;
    border-radius: 0px;
}

.homeslider--modifier .owl-theme .owl-dots .owl-dot.active span {
    background-color: #3728ff;
    box-shadow: 0 0px 0 #C2503D !important;
    border-radius: 0px;
    opacity: 1;
}

.fullWidthBlk {
    width: 100%;
    margin-top: 0px;
}

.MiddleHead--modifier {
    padding: 0.2em 0px 0em 0px;
}

#header--modifier.sticky--modifier,
#header--modifier.InnerHeader.sticky--modifier {
    position: fixed !important;
    width: 100%;
    background: #ffffff;
    -webkit-box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.05);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    z-index: 999;
    -webkit-animation: stickySlideDown 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
    animation: stickySlideDown 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
}

/*Header Fixed*/
#header--modifier.sticky--modifier section.mainMenuOuter {
    margin-top: -3px !important;
}

#header--modifier.sticky--modifier .topbar--modifier {
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 1;
}

footer .copyright-area {
    background-image: var(--multi-bg);
    padding: 10px 0px;
}

footer h2,
footer h5 {
    margin: 0 0 10px;
    padding-bottom: 0px;
    font-weight: 700;
    font-size: 20px;
}

.certifications {
    text-decoration: none;
    list-style: none;
    gap: 15px;
    padding: 0px;
}

footer ul.navbar-nav li {
    margin: 0;
    padding: 0 0 10px;
}

footer ul.navbar-nav li a {
    font-size: 14px;
    font-weight: 500;
    padding: 0px !important;
    margin: 0px;
    text-align: left;
    color: var(--footer-text);
}

.information-list {
    padding: 0px;
    list-style: none;
}

.information-list li,
.information-list li a {
    font-size: 14px;
    font-weight: 600;
    color: var(--footer-text);
    text-decoration: none;
}

.footer-social-icons ul {
    padding: 0px;
}

.footer-social-icons ul li {
    list-style: none;
    padding: 0px 27px 0px 0px;
}

.footer-social-icons ul li svg {
    font-size: 18px;
}

.color-fb svg {
    color: #1877f2 !important;
}

.color-linkd svg {
    color: #0a66c2 !important;
}

.color-twitter svg {
    color: #1da1f2 !important;
}

.color-yt svg {
    color: #cd201f !important;
}

footer .footer-top {
    position: relative;
    padding: 30px 0 30px;
}

.certifications li img {
    max-height: 72px;
    width: auto;
}

.brandLogo__modifier {
    padding: 0 0 50px;
    background: #F9F7F4;
}

.lifestyl__modfier {
    padding: 75px 0;
    background: #F9F7F4;
}

.logoBlkInner .views-view-responsive-grid {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border: 1px solid #c7bebe;
    padding: 15px;
    border-radius: 2px;
    max-width: 100%;
    margin: 0 auto;
    flex-wrap: wrap;
}

.logoBlkInner .views-view-responsive-grid .views-view-responsive-grid__item {
    list-style: none;
    padding: 0 0 0 30px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.logoBlkInner .views-view-responsive-grid .views-view-responsive-grid__item:first-child {
    padding: 0;
}

.logoBlkInner .views-view-responsive-grid .views-view-responsive-grid__item img {
    max-height: 52px;
    max-width: max-content;
}

.logoBlkInner h2,
.lifestyl__modfier h2,
.NewsRoom__modfier h2 {
    font-size: 30px;
    font-weight: 700;
    color: #181818;
    width: 100%;
    margin-bottom: 0.5em;
    text-align: center;
}

.lifestyl__modfier h2 {
    text-align: left;
}

.lifestyl__modfier .field__label {
    display: none;
}

.lifestyl__modfier p {
    text-align: justify;
    margin-bottom: 24px;
    margin-top: 15px;
}

.edu-btn.btn-large,
button.edu-btn.btn-large {
    padding: 0 40px;
}

.edu-btn,
button.edu-btn {
    text-align: center;
    border-radius: 5px;
    display: inline-block;
    height: 60px;
    line-height: 62px;
    color: #fff;
    background: var(--color-primary);
    padding: 0 30px;
    font-size: 15px;
    font-weight: 500;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    font-family: var(--font-primary);
    border: 0 none;
    overflow: hidden;
    position: relative;
    z-index: 1;
    text-decoration: none;
}

.edu-btn.btn-large i,
button.edu-btn.btn-large i {
    top: 0;
    padding-left: 10px;
}

.edu-btn i,
button.edu-btn i {
    padding-left: 6px;
    position: relative;
    font-size: 11px;
}

.edu-btn:hover:after,
button.edu-btn:hover:after {
    left: 0;
    width: 100%;
}

.edu-btn:hover,
button.edu-btn:hover {
    color: #fff;
}

.edu-btn:after,
button.edu-btn:after {
    content: "";
    height: 100%;
    width: 0;
    background: -webkit-linear-gradient(right, #433ac0 0%, #322b8a 100%);
    background: linear-gradient(-90deg, #433ac0 0%, #1ab69d 100%);
    border-radius: 5px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.NewsRoom__modfier {
    padding: 30px 0 70px;

}

.FancyGallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    height: 270px;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.FancyGallery-item.tall {
    height: 100%;
    min-height: 560px;
    /* Tall image for center column */
}

.FancyGallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.FancyGallery-item:hover img {
    transform: scale(1.1);
}

.FancyOverlay a {
    color: var(--text-color);
    text-decoration: none;
    font-size: 15px;
}

.NewsRoom__modfier p {
    font-size: 16px !important;
    font-weight: 500;
    text-align: center;
    margin: 0;
    padding: 0;
}

.NewsRoom__modfier .view-id-news {
    margin-top: 20px !important;
}

.btn-large svg {
    font-size: 13px;
    padding-left: 7px;
}

.NewsRoom__modfier .view-footer {
    display: flex;
    justify-content: center;
    margin-top: 20px !important;
}

.c-newsbox {
    padding-left: 1rem;
    padding-right: 1rem;
    margin-top: 1rem;
}

.NewsRoom__modfier {
    position: relative;
}

.NewsRoom__modfier::after {
    background: url(../images/shape-02.png) no-repeat;
    width: 215px;
    height: 292px;
    content: ".";
    position: absolute;
    background-size: 80%;
    right: 49px;
    bottom: -13px;
    font-size: 0px;
    z-index: -1;
}

/*Numbers*/
.counter__modifier {
    padding: 0;
    border-radius: 0;
    position: relative;
    text-align: center;
}

.counter__modifier h2 {
    color: var(--color-primary);
    font-size: 36px;
    font-weight: 800;
}

.counter__modifier h6 {
    margin-bottom: 0;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
}
.counter__modifier .number {
    display: inline-block;
    min-width: 40px; /* IMPORTANT */
}
.counter__modifier h2.number {
    line-height: 1.4 !important;
    min-width: 45px;
}

.counter__modifier:after {
    content: "";
    height: 100%;
    width: 1px;
    position: absolute;
    background-color: #e5e5e5;
    top: 50%;
    right: -15px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.counter__modifier:not(:last-child)::after {
    background-color: #e5e5e5;
}

/* Custom CSS */
.homeslider--modifier .inner-column {
    padding-bottom: 30px;
}

.itc-services {
    padding-top: 60px;
    background-color: #ffffff;
}

.itc-services .teamRV {
    border-radius: 6px;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.08);
    background: #FFF;
    border: 2px solid #322b8a;
    padding: 6px;
    position: relative;
}

.itc-services .teamRV .text {
    position: absolute;
    z-index: 9;
    bottom: 5px;
    text-align: center;
    padding: 10px;
    color: #ffffff;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.6;
}

.itc-services .teamRV:after {
    content: "-";
    position: absolute;
    top: inherit;
    left: 8px;
    width: calc(100% - 16px);
    z-index: 0;
    height: 80px;
    bottom: 8px;
    background: linear-gradient(0deg, #000 0%, #000 35%, rgba(0, 0, 0, 0.1) 100%);
    opacity: 0.8;
    box-sizing: border-box;
}

.itc-services .teamRV img {
    width: 100%;
}

.itc-services .section-left .title {
    margin-bottom: 4px;
    font-weight: bold;
    line-height: 36px;
    float: left;
    color: #181818;
}

.itc-services .color-primary {
    color: var(--color-primary);
    line-height: 55px;
}

.itc-services .teamRV img {
    height: auto;
}

.latest-news {
    padding: 20px;
    border-radius: 6px;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.08);
    background: #FFF;
    float: left;
    box-sizing: border-box;
    max-height: 440px;
}

/* .latest-news .team-details__top-content h2 {
    display: none;
}
.latest-news .team-details__top-content p {
    display: none;
} */
.latest-news .ceo-card .ceo-title h2 {
    padding: 0 15px;
    margin-bottom: 5px;
}

.latest-news .team-details__top-content {
    padding: 0px;
}

.latest-news .bio-describe p {
    margin: 0 0 5px !important;
    line-height: 1.5;
    font-size: 12px;
    color: #302f2f;
    height: 52px;
    overflow: hidden;
}

.ceo-card .ceo-image img {
    max-width: 100px;
    border-radius: 6px !important;
    height: 100px;
}

.ceo-details {
    padding-left: 15px;
}
.ceo-details h2 {
    font-weight: 700;
    font-size: 16px;
    color: #181818;
    font-weight: 700;
    font-size: 16px;
    color: #181818;
    height: auto;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 215px;
    ;
}

.ceo-details b a {
    font-weight: 700;
    color: #181818;
    font-size: 15px;
    text-decoration: none;
}

.ceo-details a {
    font-weight: 700;
    color: #181818;
    font-size: 15px;
    text-decoration: none;
}

.ceo-details .bio-describe {
    font-size: 12px;
    color: #302f2f;
}

.logoBlkInner .views-view-responsive-grid .views-view-responsive-grid__item img {
    max-width: 160px;
}

.video-and-mission {
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
}

.left-video {
    background-image: url('//themes/custom/rvsolutions/images/overview.jpg');
    background-size: 100% 100%;
    position: relative;
    height: 500px;
    border-radius: 5px;
}

.video_areaCustom:before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background: linear-gradient(48deg, #0000ee 0%, #ec1919 72%, #461f72 100%);
    opacity: 0.7;
    border-radius: 6px;
}

.video_areaCustom .video-btn {
    margin-bottom: 20px;
    text-align: center;
}

.video-play-btn {
    position: relative;
    border: 0;
    width: 80px;
    height: 80px;
    line-height: 82px;
    -webkit-transition: all 1s cubic-bezier(0, 0, 0.2, 1);
    transition: all 1s cubic-bezier(0, 0, 0.2, 1);
    border-radius: 50%;
    background: #fe0000;
    margin: 0 auto;
    display: inline-block;
    font-size: 24px;
    text-align: center;
    color: #ffffff;
    margin-top: 180px;
    z-index: 9;
}

.video-banner-content .title {
    color: #ffffff;
    margin-bottom: 0;
}

.left-video .field__label {
    font-weight: bold;
    display: none;
}

.video-embed-field-responsive-video {
    display: none;
}

.campus-content .features-list .features-box {
    float: left;
    margin-bottom: 15px;
    width: 100%;
}

.campus-content .features-list .color-secondary-style .icon {
    width: 20%;
    background-image: url('/themes/custom/rvsolutions/images/mission.png');
    background-size: 100% 100%;
    float: left;
    height: 85px;
    background-repeat: no-repeat;
    width: 85px;
    cursor: pointer;
}

.campus-content .features-list .color-secondary-style .icon:hover {
    width: 20%;
    background-image: url('/themes/custom/rvsolutions/images/mission-hover.png');
    background-size: 100% 100%;
    float: left;
    height: 85px;
    background-repeat: no-repeat;
    width: 85px;
    cursor: pointer;
}

.campus-content .features-list .color-primary-style .icon {
    width: 20%;
    background-image: url('/themes/custom/rvsolutions/images/vision.png');
    background-size: 100% 100%;
    float: left;
    height: 85px;
    background-repeat: no-repeat;
    width: 85px;
    cursor: pointer;
}

.campus-content .features-list .color-primary-style .icon:hover {
    width: 20%;
    background-image: url('/themes/custom/rvsolutions/images/vision-hover.png');
    background-size: 100% 100%;
    float: left;
    height: 85px;
    background-repeat: no-repeat;
    width: 85px;
    cursor: pointer;
}

.campus-content .features-list .color-extra05-style .icon {
    width: 20%;
    background-image: url('/themes/custom/rvsolutions/images/core.png');
    background-size: 100% 100%;
    float: left;
    height: 85px;
    background-repeat: no-repeat;
    width: 85px;
    cursor: pointer;
}

.campus-content .features-list .color-extra05-style .icon:hover {
    width: 20%;
    background-image: url('/themes/custom/rvsolutions/images/core-hover.png');
    background-size: 100% 100%;
    float: left;
    height: 85px;
    background-repeat: no-repeat;
    width: 85px;
    cursor: pointer;
}

.campus-content .features-list .content {
    width: 80%;
    padding-left: 15px;
    float: left;
}
.campus-content .title {
    text-transform: capitalize;
    font-weight: 700;
    font-size: 18px;
    color: #181818;
    margin-bottom: 12px;
}

.left-video h3.title {
    font-size: 28px;
    position: relative;
    z-index: 9;
    color: #ffffff;
    font-weight: 700;
    text-align: CENTER;
}

.left-video .video-btn i.icon-18 {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-40%, -50%);
    width: 0;
    height: 0;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-left: 20px solid white;
    border-radius: 3px;
}

.video-play-btn {
    position: relative;
    width: 80px;
    height: 80px;
    background: red;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 1;
    color: white;
    font-size: 32px;
}

.video-play-btn:before,
.video-play-btn:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.3);
    transition: var(--transition);
    animation: ripple 2s linear infinite;
}

.video-play-btn:after {
    animation-delay: 1s;
}

@keyframes ripple {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(1.8);
        opacity: 0;
    }
}

.RvNumbers__modfier h2.title {
    font-size: 30px;
    font-weight: 700;
    color: #181818;
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
}

.RvNumbers__modfier {
    margin-bottom: 40px;
}

.view-gallery .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 400px;
    padding: 30px;
    width: 100%;
    background-color: #ffffff;
    object-fit: cover;
}

.view-gallery .owl-theme .owl-nav {
    display: none;
}

.view-gallery .owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 20px 3px;
}

.lifestyl__modfier p {
    padding-right: 40px;
    line-height: 30px;
}

.view-news .horizontal .views-view-grid .views-col {
    float: left;
    padding: 10px !important;
}

.information-list li,
.information-list li a {
    font-size: 14px;
    font-weight: 500;
}

.homeslider--modifier .slideTextBlk .field-content p {
    margin-top: 50px;
}

.fullWidthBlk .owl-theme .owl-dots {
    text-align: left;
    -webkit-tap-highlight-color: transparent;
}

.lifestyl__modfier {
    padding: 60px 0;
    background: #F9F7F4;
}

.FancyOverlay {
    min-height: 115px;
    padding: 0 !important;
    padding-bottom: 0 !important;
}

.FancyOverlay a {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: calc(1em * 1.5 * 3);
    line-height: 1.5em;
    font-weight: 300 !important;
    margin-bottom: 10px !important;
}
.FancyGallery-item img.img-fluid {
    /* height: 2px !important; */
}

.menu-section--modifier .navbar-nav .nav-item:hover ul li a {
    padding: 3px 15px;
}

.slideTextBlk .view-home-text-slide .owl-carousel .owl-item {
    background: none !important;
    height: 400px !important;
    display: flex !important;
    align-items: center;
}

@media screen and (min-width: 320px) and (max-width: 1200px) {
    .left-video {
        width: 100%;
    }
    .menu-section--modifier .navbar-nav .nav-item:hover ul {
    background: #fff;
    width: 300px !important;
    position: absolute;
    /* top: 100%; */
    left: inherit;
    right: inherit;
    z-index: 100;
    display: none;
    padding: 8px 0 4px;
    margin: 0;
    display: none !important;
}

    .right-discription {
        width: 100%;
        padding: 0;
        margin-top: 30px;
    }

    .right-discription .p-3 {
        padding: 0 !important;
    }

    .campus-content {
        margin-left: 0;
    }
}

@media screen and (min-width: 320px) and (max-width: 992px) {
    .row.g-5.fullWidthBlk {
        display: flex;
        flex-direction: column-reverse;
        width: 100%;
        --bs-gutter-y: 0;
        --bs-gutter-x: 0;
    }

    .NewsRoom__modfier:before {
    background: url(../images/shape-01.png) no-repeat;
    width: 280px;
    height: 280px;
    content: ".";
    float: left;
    position: absolute;
    background-size: 81%;
    left: -64px;
    top: -40px;
    font-size: 0px;
    display: none !important;
}
.aword-img {

    height: auto !important;
}
#header--modifier.sticky--modifier, #header--modifier.InnerHeader.sticky--modifier{
    display: none !important;
}
    .itc-services .section-left .title {
        line-height: 36px;
        padding-top: 30px !important;
        padding-bottom: 25px !important;
    }
    .latest-news {
        width: 100%;
    }
    #block-rvsolutions-content .counterup-content .title {
    font-size: 23px !important;
}
.counter__modifier:after{
    display: none !important;
}

    .homeslider--modifier .inner-column {
        padding-top: 40px;
    }

    .homeslider--modifier .slideTextBlk .field-content p {
        text-align: center;
        font-size: 24px !important;
    }

    .fullWidthBlk .owl-theme .owl-nav {
        display: none;
    }

    .fullWidthBlk .owl-theme .owl-dots {
        text-align: center;
        padding-bottom: 20px;
        padding-top: 30px;
    }

    .itc-services .row.p-3 {
        --bs-gutter-x: 0;
    }

    .video-and-mission {
        padding-top: 10px;
        padding-left: 25px;
        padding-right: 25px;
    }

    .left-video {
        height: 300px;
    }

    .video-play-btn {
        margin-top: 80px;
    }

    .campus-content {
        margin-left: 0;
    }

    .col-md-5.right-discription .p-3 {
        padding: 0 !important;
    }

    .col-md-5.right-discription {
        padding: 0 !important;
        margin-top: 15px;
        background-color: #ffffff;
    }

    .campus-content .features-list .color-primary-style .icon {
        width: 20% !important;
        float: left;
        height: 45px;
        width: 45px !important;
    }

    .campus-content .features-list .color-secondary-style .icon {
        width: 20% !important;
        float: left;
        height: 45px;
        width: 45px !important;
    }

    .campus-content .features-list .color-extra05-style .icon {
        width: 20% !important;
        float: left;
        height: 45px;
        width: 45px !important;
    }

    .campus-content {
        box-shadow: none !important;
    }

    .counter__modifier h2 {
        font-size: 27px;
    }

    .view-news .views-view-grid .views-col {
        float: left;
        width: 100% !important;
    }

    .lifestyl__modfier {
        padding: 60px 25px;
        background: #F9F7F4;
    }

    .logoBlkInner .views-view-responsive-grid {
        display: inline-grid;
    }

    .logoBlkInner .views-view-responsive-grid .views-view-responsive-grid__item img {
        max-width: 100%;
    }

    footer {
        padding: 0px 20px;
    }

    .lifestyl__modfier p {
        padding-right: 0px;
    }

    .view-gallery .owl-carousel .owl-item img {
        height: 350px;
    }

    .menu-section--modifier ul>li {
        border-bottom: 1px solid #e7e7e7;
        padding: 20px;
    }

    .menu-section--modifier .navbar-nav .nav-item ul {
        position: relative;
        padding-left: 0;
        list-style: none;
    }

    .slideTextBlk .view-home-text-slide .owl-carousel .owl-item {
        height: 150px !important;
    }
}

@media screen and (min-width: 320px) and (max-width: 768px) {
    .ceo-details {
        padding-left: 15px;
        width: 65%;
    }

    .ceo-details h2 {
        width: auto !important;
    }
}


/* common style */

#block-rvsolutions-bannerimage::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(48deg, #0000ee 0%, #ec1919 72%, #461f72 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0000ee', endColorstr='#461f72', GradientType=1);
    background-image: linear-gradient(48deg, #0000ee 0%, #ec1919 72%, #461f72 100%) !important;
    opacity: 0.80;

}


#block-rvsolutions-bannerimage {
    position: relative;
}


.top-bar-social .toplinksmain ul li a {
    color: #fff !important;
}

#block-rvsolutions-content h3 {
    font-family: 'Open Sans', sans-serif !important;
    color: #000000;
    font-weight: 600;
    font-size: 18px !important;
    margin: 10px 0 10px;
    padding: 0px;
    width: 100%;
}

#block-rvsolutions-content .img-fluid {
    border-radius: 0px;

}
.content-area p {
    margin: 0 0 10px;
    text-align: justify;
    margin-top: 10px;
}
blockquote {
    box-shadow: 0px 5px 50px 0px rgba(26, 46, 85, 0.1);
    background-color: var(--color-white);
    border-radius: 10px;
    padding: 35px 40px 35px 120px;
    position: relative;
}
.field.field--name-field-about-us-image img.img-fluid {
    border-radius: 15px !important;
    margin-top: 24px;
}

.view-id-awards .views-field.views-field-nothing img {
    border-radius: 10px 10px 10px 10px !important;
    margin-bottom: 15px;
}

.view-id-awards .views-field.views-field-nothing {
    margin: 10px;
    background-color: #f7f5f2;
    padding: 0;
    border-radius: 10px 10px 0 0 !important;
}

.view-id-awards .views-.view-id-awards .views-field.views-field-nothing img-nothing {
    border-radius: 5px 5px 0 0;
}

.view-id-awards .views-row .views-col {
    width: 50% !important;
}

.view-id-awards::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(48deg, #0000ee 0%, #ec1919 72%, #461f72 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0000ee', endColorstr='#461f72', GradientType=1);
    opacity: 0.60;
    z-index: -1;
}

.view-awards .views-field-nothing ul {
    display: none;
}

.view-awards {
    padding: 80px 80px;
}

/* .path-awards .container{
    width: 100% !important;
    max-width: 100%;
    padding: 0;
} */
.footer__modifier .container {
    max-width: 1140px;
}

.view-id-career_slider_image img {
    margin-bottom: 10px;
    border-radius: 0 !important;
    margin-top: 30px;
}

article.contextual-region.node.node--type-page.node--view-mode-full {
    margin-top: 40px;
}

.career-buttons .btn.btn-primary {
    border: 1px solid #bebec3;
    background-color: transparent !important;
    color: #4b4a4a;
    padding: 13px 20px;
    margin-left: 0;
}

.view-id-career_slider_image .owl-nav {
    display: none;
}

.view-id-career_slider_image .view-footer {
    text-align: right;
}

.view-id-career_slider_image .view-footer a {
    border: 1px solid #c7c7c7;
    background-color: #ededed9e !important;
    color: #3c3c3c;
    padding: 7px 20px;
    font-size: 14px;
    background: linear-gradient(to bottom, #ededed 5%, #dfdfdf 100%);
}

.view-id-career_slider_image .view-footer a:hover {
    border: 1px solid #c7c7c7;
    background-color: #ededede8 !important;
    color: #3c3c3c;
    padding: 7px 20px;
    font-size: 14px;
}

.view-id-gallery {
    margin-top: 50px;
    margin-bottom: 50px;
}

.view-gallery .views-row .views-col {
    width: 25% !important;
}

.views-field-field-gallery img {
    border-radius: 0 !important;
}
.views-field.views-field-field-gallery {
    height: auto;
    /* width: 275px !important; */
    margin: 8px;
    border: 1px solid #ddd;
    padding: 10px;
}
.view-testimonials {
    margin-top: 40px;
    margin-bottom: 40px;
}

.lifestyl__modfier .view-id-gallery {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.lifestyl__modfier.lifestyl__modfier .views-field-field-gallery {
    padding: 0;
    box-shadow: 0 0 0 1px #ddd;
    margin: 0;
}


.view-testimonials .views-view-grid .views-col {
    float: left;
    margin: 1%;
    background-color: #f5f5f5;
    text-align: center;
    padding: 40px 20px;
    border-radius: 3px;
    min-height: 400px;
    width: 48% !important;
}

.view-testimonials .views-view-grid .views-col .img-fluid {
    border-radius: 5px;
    height: 100px;
    width: 120px;
    margin-bottom: 15px;
    border: 5px solid #322b8a;
    border-radius: 0 !important;
}

.view-testimonials .views-field.views-field-title span {
    color: #000000;
    font-weight: 600;
    margin-bottom: 5px;
    display: block;
    margin-top: 40px;
}

.view-testimonials .views-field-field-testimonial-image {
    position: relative;
}

.view-testimonials .views-field-field-testimonial-image::after {
    content: "";
    border-width: 20px;
    border-style: solid;
    border-color: #322b8a #322b8a transparent transparent;
    position: absolute;
    bottom: -23px;
    right: 47%;
    transform: rotate(-5deg);
    z-index: 9;
}

.active>.page-link,
.page-link.active {
    background-color: #322b8a;
    border-color: #322b8a;
}

.page-link {
    color: #322b8a;
}


.contacts {
    margin-top: 40px;
}

.contacts .alignnone.size-full.wp-image-5964 {
    width: 50px !important;
    float: left;
    object-fit: contain;
}

.left-icon {
    float: left;
    width: 10%;
}

.left-icon img {
    object-fit: contain !important;
}

.contacts .con-txt p {
    margin-bottom: 0 !important;
}

.con-txt {
    float: left;
    width: 90%;
    padding-left: 15px;
}

h3.txt-hed {
    margin-top: 0 !important;
    color: #101010;
    font-weight: 600;
}

.contacts address {
    float: left;
}

.con-txt.phone p a {
    text-decoration: none;
    margin-top: 12px;
    float: left;
    color: #4b4a4a;
}

.con-txt.mail-txt p a {
    text-decoration: none;
    margin-top: 12px;
    float: left;
    color: #4b4a4a;
}


div#block-rvsolutions-webform {
    background-color: #e1e2e42e !important;
    padding: 40px 300px 40px 300px !important;
    border-radius: 0px !important;
    margin-bottom: 40px;
    width: 100% !important;
}

input#edit-actions-submit {
    background: #322b8a !important;
    border: 1px solid #322b8a !important;
    padding: 10px 25px;
}

#edit-actions-submit span.fieldset-legend {
    font-weight: 100;
}

#edit-actions-submit .form-control {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 0;
    box-sizing: border-box;
    margin: 0;
    outline: medium none;
    padding: 6px 8px;
    margin-bottom: 0px;
    color: #898b8d;
}


nav#block-rvsolutions-telecomservicesmenu {
    padding: 20px;
    border-radius: 6px;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.08);
    background: #FFF;
    float: left;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 80px;
}

h5#block-rvsolutions-telecomservicesmenu-menu {
    width: 100%;
    border-bottom: 1px solid hsl(0, 0%, 95%);
    margin-bottom: 14px;
    padding-bottom: 22px;
    font-weight: 800;
    font-size: 18px;
    padding-top: 5px;
    margin-bottom: -1px;
}

#block-rvsolutions-telecomservicesmenu .navbar-nav li {
    padding: 6px 0px;
    font-size: 14px;
    font-weight: 600;
    border-bottom: 0;
    display: block;
    border-top: 1px solid #f3f3f3;
}

/* #block-rvsolutions-telecomservicesmenu  .navbar-nav li .svg-inline--fa {
    position: absolute;
    right: 27px;
} */
#block-rvsolutions-telecomservicesmenu .navbar-nav ul {
    list-style: none;
    padding-left: 0;
}

.main-content ol li {
    font-size: 15px;
    color: #4b4a4a;
}

.main-content ul li {
    font-size: 15px;
    color: #4b4a4a;
}



nav#block-rvsolutions-ictservicesmenu {
    padding: 20px;
    border-radius: 6px;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.08);
    background: #FFF;
    float: left;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 80px;
}

h5#block-rvsolutions-ictservicesmenu {
    width: 100%;
    border-bottom: 1px solid hsl(0, 0%, 95%);
    margin-bottom: 14px;
    padding-bottom: 22px;
    font-weight: 800;
    font-size: 18px;
    padding-top: 5px;
    margin-bottom: -1px;
}

#block-rvsolutions-ictservicesmenu .navbar-nav li {
    padding: 6px 0px;
    font-size: 14px;
    font-weight: 600;
    border-bottom: 0;
    display: block;
    border-top: 1px solid #f3f3f3;
}

/* #block-rvsolutions-ictservicesmenu  .navbar-nav li .svg-inline--fa {
    position: absolute;
    right: 27px;
} */
#block-rvsolutions-ictservicesmenu .navbar-nav ul {
    list-style: none;
    padding-left: 0;
}



:root {
    --color-primary: #322b8a;
    --color-secondary: #02062b;
    --color-secondary-hover: #060f5b;
    --color-info: #346cc7;
    --color-info-hover: #035191;
    --color-yellow: #e1b91b;
    --color-dark: #000;
    --color-lightGray: #ccc;
    --color-gray: #f6f5f5;
    --color-darkGray: #e2e2e2;
    --color-green: #44ad44;
    --text-gray: #b1afaf;
    --text-color: #302f2f;
    --footer-text: #181818;
    --border-radius-One: 4px;
    --font-primary: "Open Sans", sans-serif;
    --font-secondary: 'Poppins';
    --font-awesome: 'FontAwesome';
    --content-heading: linear-gradient(to right, #222187, #3c83d1);
    --multi-bg: linear-gradient(48deg, #0000ee 0%, #ec1919 72%, #461f72 100%);
    --shadow-darker: 0px 10px 50px 0px rgba(26, 46, 85, 0.1);
    --shadow-darker2: 0px 20px 50px 0px rgba(26, 46, 85, 0.1);
    --shadow-dark: 0px 10px 30px 0px rgba(20, 36, 66, 0.15);
    --shadow-darkest: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
    --shadow-darker3: 0px 4px 50px 0px rgba(0, 0, 0, 0.1);
    --shadow-darker4: 0px 20px 70px 0px rgba(15, 107, 92, 0.2);
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans.woff2') format('woff2'),
        url('../fonts/OpenSans.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans.woff2') format('woff2'),
        url('../fonts/OpenSans.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Semibold.woff2') format('woff2'),
        url('../fonts/OpenSans-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Bold.woff2') format('woff2'),
        url('../fonts/OpenSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

html {
    scroll-behavior: smooth;
}

body {
    background: #fff;
    margin: 0px;
    padding: 0px;
    font-family: var(--font-primary) !important;
    overflow-y: auto !important;
    color: var(--text-color);
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
div,
table,
td,
th,
label,
input,
button {
    font-family: var(--font-primary) !important;
}

a {
    color: var(--color-primary);
}

a:hover {
    color: var(--color-info);
}

a:focus {
    outline: none;
}
body p {
    /* font-size: 15px !important; */
    color: #302f2f !important;
    /* text-align: justify; */
    /* padding-top: 10px; */
    /* margin: 0; */
    /* line-height: 1.73; */
}

input:focus {
    outline: 1px solid;
}

/* ul{margin: 0px 5px;} */
ul li {
    padding: 3px 0px;
}

.bg-primary {
    background: var(--color-primary) !important;
}

.bg-secondary,
.button--primary {
    background: var(--color-secondary) !important;
    color: #fff;
}

.bg-secondary:hover,
.button--primary:hover {
    background: var(--color-secondary-hover) !important;
    color: #fff;
}

.bg-info {
    background: var(--color-info) !important;
}

.btn-success {
    background: var(--color-green);
}

.btn-secondary:hover {
    background: var(--color-secondary-hover) !important;
}

.page-title,
.page-title span {
    font-size: 36px !important;
    font-weight: 700 !important;
    color: #fff !important;
    font-family: var(--font-primary) !important;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5) !important;
    /* Add this line */
}

h1,
.h1 {
    font-size: 36px;
    font-family: var(--font-primary) !important;
    line-height: 1.2 !important;
    margin-bottom: 0.5rem !important;
    color: var(--color-secondary) !important;
    position: relative;
    max-width: 100%;
    font-weight: 600;
}

.title1 {
    font-size: 22px !important;
    color: #fff !important;
    padding: 9px 15px 6px 15px;
    margin-bottom: 16px !important;
    font-weight: 600;
}

h2.node__title,
h2.title2 {
    font-size: 22px !important;
    color: var(--color-secondary) !important;
    padding: 0px;
    margin-bottom: 0.5em !important;
    font-weight: 600;
}

/*New Styles*/
/* .topbar--modifier__left ul li {
    list-style: none;
    padding: 0px 13px;
} */
.topbar--modifier__right ul.navbar-nav {
    display: flex;
    justify-content: start;
    flex-direction: row;
}

.menu-section--modifier ul.navbar-nav {
    display: flex;
    justify-content: start;
    flex-direction: row;
}

.top-bar-social .toplinksmain {
    width: auto;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99;
    position: relative;
}

.top-bar-social .toplinksmain ul li {
    padding: 0;
    margin: 0;
}

.toplinksmain ul li a {
    line-height: 16px;
    margin: 10px 0;
    padding-left: 15px;
    display: block;
    font-size: 13px;
    font-weight: 400;
}

.top-bar-social .toplinksmain ul li a {
    color: #fff;
    padding: 10px 15px;
    margin: 0px;
    background: var(--color-primary);
}

.top-bar-social .toplinksmain {
    width: auto;
    padding: 0;
}

.top-bar-social .toplinksmain {
    width: auto;
    padding: 0;
}

.top-bar-social .toplinksmain .top-header-social {
    padding: 0px;
}

.top-bar {
    padding: 10px 0 0 !important;
    box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.05);
}

.top-bar-social {
    border-bottom: 1px solid #322b8a;
}

.top-bar-social .topLeftText {
    flex: 1;
}

.top-bar-social .topLeftText ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.top-bar-social .topLeftText li {
    margin: 0;
    padding: 0 0 0 15px;
}

.top-bar-social .topLeftText li a {
    color: var(--color-primary);
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
}

.top-bar-social .topLeftText li i,
.top-bar-social .topLeftText li svg {
    margin-right: 4px;
    color: var(--color-primary);
    font-size: 14px;
}

.top-bar-social .topLeftText li:first-child {
    padding: 0;
}

.top-bar-social::after {
    content: '';
    position: absolute;
    top: 0;
    left: 61%;
    right: 0;
    bottom: 0;
    background: var(--color-primary);
    z-index: -1;
}

.top-bar-social .toplinksmain {
    position: relative;
}

.top-bar-social .toplinksmain::before {
    content: '';
    position: absolute;
    top: 0;
    left: -57px !important;
    right: 0;
    bottom: 0;
    transform: skew(-17deg);
    z-index: 9;
    width: 20%;
    left: -2%;
    background: var(--color-primary);
    z-index: -2;
}

.top-bar-social .container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.menu-section--modifier ul>li {
    padding: 14px 3px 12px;
    margin: 0;
    position: relative;
}

.menu-section--modifier ul>li>a {
    color: #1e283a;
    line-height: 14px;
    padding: 0;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
}

.menu-section--modifier .navbar-nav .nav-item ul {
    display: none;
    position: relative;
}

/* .menu-section--modifier .navbar-nav .nav-item:hover ul {
    background: #fff;
    width: 300px !important;
    position: absolute;
    top: 100%;
    left: inherit;
    right: inherit;
    z-index: 100;
    display: block;
    padding: 8px 0 4px;
    margin: 0;
    display: block !important;
} */

.menu-section--modifier .navbar-nav .nav-item:last-child:hover ul {
    right: 0px;
}

.menu-section--modifier .navbar-nav .nav-item:hover ul li {
    padding: 4px 0px !important;
    list-style: none;
}

.menu-section--modifier .navbar-nav .nav-item:hover ul li a {
    color: #1e283a;
    position: relative;
    padding: 0 15px;
    font-weight: 600;
    line-height: 1.5;
    font-size: 14px;
    text-transform: capitalize;
}

.menu-section--modifier .navbar-nav .nav-item:hover ul li a:hover {
    text-decoration: underline;
}

#Mobile--Menu {
    display: none;
}

.site-branding .site-logo {
    height: 40px;
    width: auto;
    top: -4px;
}

.site-branding .site-logo img {
    width: 100%;
    height: 40px;
}

main .region.region-content {
    padding: 0px;
}

.homeslider--modifier .slideTextBlk .field-content p {
    font-size: 3em !important;
    color: #fff;
    margin: 0 0 10px;
    line-height: 1.2;
    font-family: "Oswald", sans-serif;
    font-size: 50px;
    font-weight: 600;
}

.homeslider--modifier::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(48deg, #0000ee 0%, #ec1919 72%, #461f72 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0000ee', endColorstr='#461f72', GradientType=1);
    /* background-image: linear-gradient(180deg, rgba(192, 11, 238, 0) 25%, rgba(56, 70, 206, 0.9) 100%); */
    opacity: 0.90;
}

.homeslider--modifier .titleBlk,
.homeslider--modifier .inner-column {
    z-index: 9;
    position: relative;
}

.homeslider--modifier .owl-theme .owl-dots .owl-dot span {
    background-color: #3728ff;
    box-shadow: 0 0px 0 #C2503D !important;
    opacity: 0.4;
    padding: 8px 14px;
    font-size: 0;
    border-radius: 0px;
}

.homeslider--modifier .owl-theme .owl-dots .owl-dot.active span {
    background-color: #3728ff;
    box-shadow: 0 0px 0 #C2503D !important;
    border-radius: 0px;
    opacity: 1;
}

.fullWidthBlk {
    width: 100%;
    margin-top: 0px;
}

.MiddleHead--modifier {
    padding: 0.2em 0px 0em 0px;
}

#header--modifier.sticky--modifier,
#header--modifier.InnerHeader.sticky--modifier {
    position: fixed !important;
    width: 100%;
    background: #ffffff;
    -webkit-box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.05);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    z-index: 999;
    -webkit-animation: stickySlideDown 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
    animation: stickySlideDown 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
}

/*Header Fixed*/
#header--modifier.sticky--modifier section.mainMenuOuter {
    margin-top: -3px !important;
}

#header--modifier.sticky--modifier .topbar--modifier {
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 1;
}

footer {
    box-shadow: 0px 20px 30px 0px rgba(32, 32, 32, 0.3);
    padding: 0px;
}
span.OYPEnA.text-decoration-none.text-strikethrough-none {
    font-size: 17px !important;
}

footer .copyright-area {
    background-image: var(--multi-bg);
    padding: 10px 0px;
}
footer h2,
footer h5 {
    margin: 0 0 10px;
    padding-bottom: 0px;
    font-weight: 700;
    font-size: 20px;
}

.certifications {
    text-decoration: none;
    list-style: none;
    gap: 15px;
    padding: 0px;
}

footer ul.navbar-nav li {
    margin: 0;
    padding: 0 0 10px;
}

footer ul.navbar-nav li a {
    font-size: 14px;
    font-weight: 500;
    padding: 0px !important;
    margin: 0px;
    text-align: left;
    color: var(--footer-text);
}

.information-list {
    padding: 0px;
    list-style: none;
}

.information-list li,
.information-list li a {
    font-size: 14px;
    font-weight: 600;
    color: var(--footer-text);
    text-decoration: none;
}

.footer-social-icons ul {
    padding: 0px;
}

.footer-social-icons ul li {
    list-style: none;
    padding: 0px 27px 0px 0px;
}

.footer-social-icons ul li svg {
    font-size: 18px;
}

.color-fb svg {
    color: #1877f2 !important;
}

.color-linkd svg {
    color: #0a66c2 !important;
}

.color-twitter svg {
    color: #1da1f2 !important;
}

.color-yt svg {
    color: #cd201f !important;
}

footer .footer-top {
    position: relative;
    padding: 30px 0 30px;
}

.certifications li img {
    max-height: 72px;
    width: auto;
}

.brandLogo__modifier {
    padding: 0 0 50px;
    background: #F9F7F4;
}

.lifestyl__modfier {
    padding: 75px 0;
    background: #F9F7F4;
}

.logoBlkInner .views-view-responsive-grid {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border: 1px solid #c7bebe;
    padding: 15px;
    border-radius: 2px;
    max-width: 100%;
    margin: 0 auto;
    flex-wrap: wrap;
}

.logoBlkInner .views-view-responsive-grid .views-view-responsive-grid__item {
    list-style: none;
    padding: 0 0 0 30px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.logoBlkInner .views-view-responsive-grid .views-view-responsive-grid__item:first-child {
    padding: 0;
}

.logoBlkInner .views-view-responsive-grid .views-view-responsive-grid__item img {
    max-height: 52px;
    max-width: max-content;
}

.logoBlkInner h2,
.lifestyl__modfier h2,
.NewsRoom__modfier h2 {
    font-size: 30px;
    font-weight: 700;
    color: #181818;
    width: 100%;
    margin-bottom: 0.5em;
    text-align: center;
}

.lifestyl__modfier h2 {
    text-align: left;
}

.lifestyl__modfier .field__label {
    display: none;
}

.lifestyl__modfier p {
    text-align: justify;
    margin-bottom: 24px;
    margin-top: 15px;
}

.edu-btn.btn-large,
button.edu-btn.btn-large {
    padding: 0 40px;
   
}
.view-footer a.edu-btn.btn-large{
 margin-top: 60px !important;
}

.edu-btn,
button.edu-btn {
    text-align: center;
    border-radius: 5px;
    display: inline-block;
    height: 60px;
    line-height: 62px;
    color: #fff;
    background: var(--color-primary);
    padding: 0 30px;
    font-size: 15px;
    font-weight: 500;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    font-family: var(--font-primary);
    border: 0 none;
    overflow: hidden;
    position: relative;
    z-index: 1;
    text-decoration: none;
}

.edu-btn.btn-large i,
button.edu-btn.btn-large i {
    top: 0;
    padding-left: 10px;
}

.edu-btn i,
button.edu-btn i {
    padding-left: 6px;
    position: relative;
    font-size: 11px;
}

.edu-btn:hover:after,
button.edu-btn:hover:after {
    left: 0;
    width: 100%;
}

.edu-btn:hover,
button.edu-btn:hover {
    color: #fff;
}

.edu-btn:after,
button.edu-btn:after {
    content: "";
    height: 100%;
    width: 0;
    background: -webkit-linear-gradient(right, #433ac0 0%, #322b8a 100%);
    background: linear-gradient(-90deg, #433ac0 0%, #1ab69d 100%);
    border-radius: 5px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.NewsRoom__modfier {
    padding: 30px 0 70px;
}

.FancyGallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    height: 270px;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.FancyGallery-item.tall {
    height: 100%;
    min-height: 560px;
    /* Tall image for center column */
}

.FancyGallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.FancyGallery-item:hover img {
    transform: scale(1.1);
}

.FancyOverlay {
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    position: relative;
    box-shadow: var(--shadow-darker);
    margin-top: -60px !important;
    margin-left: 10px;
    margin-right: 10px;
    min-height: 171px;
    display: flex;
    align-items: center;
}

.FancyOverlay a {
    color: var(--text-color);
    text-decoration: none;
    font-size: 15px;
}

.NewsRoom__modfier p {
    font-size: 16px;
    font-weight: 500;
}

.btn-large svg {
    font-size: 13px;
    padding-left: 7px;
}

.NewsRoom__modfier .view-footer {
    display: flex;
    justify-content: center;
    margin-top: 60px;
}

.c-newsbox {
    padding-left: 1rem;
    padding-right: 1rem;
    margin-top: 1rem;
}

.NewsRoom__modfier {
    position: relative;
}


/*Numbers*/
.counter__modifier {
    padding: 0;
    border-radius: 0;
    position: relative;
    text-align: center;
}

.counter__modifier h2 {
    color: var(--color-primary);
    font-size: 36px;
    /* font-weight: 800; */
}

.counter__modifier h6 {
    margin-bottom: 0;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
}

.counter__modifier:after {
    content: "";
    height: 100%;
    width: 1px;
    position: absolute;
    background-color: #e5e5e5;
    top: 50%;
    right: -15px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.counter__modifier:not(:last-child)::after {
    background-color: #e5e5e5;
}

/* Custom CSS */
.homeslider--modifier .inner-column {
    padding-bottom: 30px;
}

.itc-services {
    padding-top: 60px;
    background-color: #ffffff;
}

.itc-services .teamRV {
    border-radius: 6px;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.08);
    background: #FFF;
    border: 2px solid #322b8a;
    padding: 6px;
    position: relative;
}

.itc-services .teamRV .text {
    position: absolute;
    z-index: 9;
    bottom: 5px;
    text-align: center;
    padding: 10px;
    color: #ffffff;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.6;
}

.itc-services .teamRV:after {
    content: "-";
    position: absolute;
    top: inherit;
    left: 8px;
    width: calc(100% - 16px);
    z-index: 0;
    height: 80px;
    bottom: 8px;
    background: linear-gradient(0deg, #000 0%, #000 35%, rgba(0, 0, 0, 0.1) 100%);
    opacity: 0.8;
    box-sizing: border-box;
}

.itc-services .teamRV img {
    width: 100%;
}

.itc-services .section-left .title {
    margin-bottom: 4px;
    font-weight: bold;
    line-height: 38px;
    float: left;
    color: #181818;
}

.itc-services .color-primary {
    color: var(--color-primary);
    line-height: 55px;
}

.itc-services p.big-title {
    font-size: 16px !important;
    line-height: 26px;
    color: #000 !important;
    float: left;
    text-align: left;
}

.itc-services .teamRV img {
    height: auto;
}

.latest-news {
    padding: 20px;
    border-radius: 6px;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.08);
    background: #FFF;
    float: left;
    box-sizing: border-box;
    max-height: 440px;
}

/* .latest-news .team-details__top-content h2 {
    display: none;
}
.latest-news .team-details__top-content p {
    display: none;
} */
.latest-news .ceo-card .ceo-title h2 {
    padding: 0 15px;
    margin-bottom: 5px;
}

.latest-news .team-details__top-content {
    padding: 0px;
}

.latest-news .bio-describe p {
    margin: 0 0 5px !important;
    line-height: 1.5;
    font-size: 12px;
    color: #302f2f;
    height: 52px;
    overflow: hidden;
}

.ceo-card .ceo-image img {
    max-width: 100px;
    border-radius: 6px;
    height: 100px;
}

.latest-news .ceo-card {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    border-bottom: 0px solid #cdcbc9;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.ceo-details {
    padding-left: 15px;
}
.ceo-details h2 {
    font-weight: 700;
    font-size: 16px;
    color: #181818;
    font-weight: 700;
    font-size: 16px;
    color: #181818;
    height: auto;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 215px;
    ;
}

.ceo-details b a {
    font-weight: 700;
    color: #181818;
    font-size: 15px;
    text-decoration: none;
}

.ceo-details a {
    font-weight: 700;
    color: #181818;
    font-size: 15px;
    text-decoration: none;
}

.ceo-details .bio-describe {
    font-size: 12px;
    color: #302f2f;
}

.logoBlkInner .views-view-responsive-grid .views-view-responsive-grid__item img {
    max-width: 160px;
}

.video-and-mission {
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
}

.left-video {
    background-image: url('//themes/custom/rvsolutions/images/overview.jpg');
    background-size: 100% 100%;
    position: relative;
    height: 500px;
    border-radius: 5px;
}

.video_areaCustom:before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background: linear-gradient(48deg, #0000ee 0%, #ec1919 72%, #461f72 100%);
    opacity: 0.7;
    border-radius: 6px;
}

.video_areaCustom .video-btn {
    margin-bottom: 20px;
    text-align: center;
}

.video-play-btn {
    position: relative;
    border: 0;
    width: 80px;
    height: 80px;
    line-height: 82px;
    -webkit-transition: all 1s cubic-bezier(0, 0, 0.2, 1);
    transition: all 1s cubic-bezier(0, 0, 0.2, 1);
    border-radius: 50%;
    background: #fe0000;
    margin: 0 auto;
    display: inline-block;
    font-size: 24px;
    text-align: center;
    color: #ffffff;
    margin-top: 180px;
    z-index: 9;
}

.video-banner-content .title {
    color: #ffffff;
    margin-bottom: 0;
}

.left-video .field__label {
    font-weight: bold;
    display: none;
}

.video-embed-field-responsive-video {
    display: none;
}

.campus-content .features-list .features-box {
    float: left;
    margin-bottom: 15px;
    width: 100%;
}

.campus-content .features-list .color-secondary-style .icon {
    width: 20%;
    background-image: url('/themes/custom/rvsolutions/images/mission.png');
    background-size: 100% 100%;
    float: left;
    height: 85px;
    background-repeat: no-repeat;
    width: 85px;
    cursor: pointer;
}

.campus-content .features-list .color-secondary-style .icon:hover {
    width: 20%;
    background-image: url('/themes/custom/rvsolutions/images/mission-hover.png');
    background-size: 100% 100%;
    float: left;
    height: 85px;
    background-repeat: no-repeat;
    width: 85px;
    cursor: pointer;
}

.campus-content .features-list .color-primary-style .icon {
    width: 20%;
    background-image: url('/themes/custom/rvsolutions/images/vision.png');
    background-size: 100% 100%;
    float: left;
    height: 85px;
    background-repeat: no-repeat;
    width: 85px;
    cursor: pointer;
}

.campus-content .features-list .color-primary-style .icon:hover {
    width: 20%;
    background-image: url('/themes/custom/rvsolutions/images/vision-hover.png');
    background-size: 100% 100%;
    float: left;
    height: 85px;
    background-repeat: no-repeat;
    width: 85px;
    cursor: pointer;
}

.campus-content .features-list .color-extra05-style .icon {
    width: 20%;
    background-image: url('/themes/custom/rvsolutions/images/core.png');
    background-size: 100% 100%;
    float: left;
    height: 85px;
    background-repeat: no-repeat;
    width: 85px;
    cursor: pointer;
}

.campus-content .features-list .color-extra05-style .icon:hover {
    width: 20%;
    background-image: url('/themes/custom/rvsolutions/images/core-hover.png');
    background-size: 100% 100%;
    float: left;
    height: 85px;
    background-repeat: no-repeat;
    width: 85px;
    cursor: pointer;
}

.campus-content .features-list .content {
    width: 80%;
    padding-left: 15px;
    float: left;
}

.campus-content {
    box-shadow: 0px 10px 50px 0px rgba(26, 46, 85, 0.1);
    ;
    border-radius: 0 5px 5px 5px;
    padding: 40px 30px 40px 30px;
    background-color: var(--color-white);
    margin-left: -120px;
    margin-top: 0;
    z-index: 99;
    background-color: #ffffff;
    position: relative;
    z-index: 9;
    background-color: #ffffff;
    height: 430px;
}

.campus-content .title {
    text-transform: capitalize;
    font-weight: 700;
    font-size: 18px;
    color: #181818;
    margin-bottom: 12px;
}
.left-video h3.title {
    font-size: 28px !important;
    position: relative;
    z-index: 9;
    color: #ffffff;
    font-weight: 700;
    text-align: CENTER;
}

.left-video .video-btn i.icon-18 {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-40%, -50%);
    width: 0;
    height: 0;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-left: 20px solid white;
    border-radius: 3px;
}

.video-play-btn {
    position: relative;
    width: 80px;
    height: 80px;
    background: red;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 1;
    color: white;
    font-size: 32px;
}

.video-play-btn:before,
.video-play-btn:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.3);
    transition: var(--transition);
    animation: ripple 2s linear infinite;
}

.video-play-btn:after {
    animation-delay: 1s;
}

@keyframes ripple {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(1.8);
        opacity: 0;
    }
}

.RvNumbers__modfier h2.title {
    font-size: 30px;
    font-weight: 700;
    color: #181818;
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
}

.RvNumbers__modfier {
    margin-bottom: 40px;
}

.view-gallery .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 370px !important;
    padding: 30px;
    width: 100%;
    background-color: #ffffff;
    object-fit: cover;
}

.view-gallery .owl-theme .owl-nav {
    display: none;
}

.view-gallery .owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 20px 3px;
}

.lifestyl__modfier p {
    padding-right: 40px;
    line-height: 30px;
}

.view-news .horizontal .views-view-grid .views-col {
    float: left;
    padding: 10px !important;
}

.information-list li,
.information-list li a {
    font-size: 14px;
    font-weight: 500;
}

.homeslider--modifier .slideTextBlk .field-content p {
    margin-top: 50px;
}

.fullWidthBlk .owl-theme .owl-dots {
    text-align: left;
    -webkit-tap-highlight-color: transparent;
}

.lifestyl__modfier {
    padding: 60px 0;
    background: #F9F7F4;
}

.FancyOverlay {
    min-height: 115px;
}

.FancyOverlay a {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: calc(1em * 1.5 * 3);
    line-height: 1.5em;
}

.menu-section--modifier .navbar-nav .nav-item:hover ul li a {
    padding: 3px 15px;
}

.slideTextBlk .view-home-text-slide .owl-carousel .owl-item {
    background: none !important;
    height: 400px !important;
    display: flex !important;
    align-items: center;
}

@media screen and (min-width: 320px) and (max-width: 1200px) {
    .left-video {
        width: 100%;
    }

    .right-discription {
        width: 100%;
        padding: 0;
        margin-top: 30px;
    }

    .right-discription .p-3 {
        padding: 0 !important;
    }

    .campus-content {
        margin-left: 0;
    }
}

@media screen and (min-width: 320px) and (max-width: 992px) {
    .row.g-5.fullWidthBlk {
        display: flex;
        flex-direction: column-reverse;
        width: 100%;
        --bs-gutter-y: 0;
        --bs-gutter-x: 0;
    }

    .latest-news {
        width: 100%;
    }

    .homeslider--modifier .inner-column {
        padding-top: 40px;
    }

    .homeslider--modifier .slideTextBlk .field-content p {
        text-align: center;
        font-size: 24px !important;
    }

    .fullWidthBlk .owl-theme .owl-nav {
        display: none;
    }

    .fullWidthBlk .owl-theme .owl-dots {
        text-align: center;
        padding-bottom: 20px;
        padding-top: 30px;
    }

    .itc-services .row.p-3 {
        --bs-gutter-x: 0;
    }

    .video-and-mission {
        padding-top: 10px;
        padding-left: 25px;
        padding-right: 25px;
    }

    .left-video {
        height: 300px;
    }

    .video-play-btn {
        margin-top: 80px;
    }

    .campus-content {
        margin-left: 0;
    }

    .col-md-5.right-discription .p-3 {
        padding: 0 !important;
    }

    .col-md-5.right-discription {
        padding: 0 !important;
        margin-top: 15px;
        background-color: #ffffff;
    }

    .campus-content .features-list .color-primary-style .icon {
        width: 20% !important;
        float: left;
        height: 45px;
        width: 45px !important;
    }

    .campus-content .features-list .color-secondary-style .icon {
        width: 20% !important;
        float: left;
        height: 45px;
        width: 45px !important;
    }

    .campus-content .features-list .color-extra05-style .icon {
        width: 20% !important;
        float: left;
        height: 45px;
        width: 45px !important;
    }

    .campus-content {
        box-shadow: none !important;
    }

    .counter__modifier h2 {
        font-size: 27px;
    }

    .view-news .views-view-grid .views-col {
        float: left;
        width: 100% !important;
    }

    .lifestyl__modfier {
        padding: 60px 25px;
        background: #F9F7F4;
    }

    .logoBlkInner .views-view-responsive-grid {
        display: inline-grid;
    }

    .logoBlkInner .views-view-responsive-grid .views-view-responsive-grid__item img {
        max-width: 100%;
    }

    footer {
        padding: 0px 20px;
    }

    .lifestyl__modfier p {
        padding-right: 0px;
    }

    .view-gallery .owl-carousel .owl-item img {
        height: 350px;
    }

    .menu-section--modifier ul>li {
        border-bottom: 1px solid #e7e7e7;
        padding: 20px;
    }

    .menu-section--modifier .navbar-nav .nav-item ul {
        position: relative;
        padding-left: 0;
        list-style: none;
    }

    .slideTextBlk .view-home-text-slide .owl-carousel .owl-item {
        height: 150px !important;
    }
}

@media screen and (min-width: 320px) and (max-width: 768px) {
    .ceo-details {
        padding-left: 15px;
        width: 65%;
    }

    .ceo-details h2 {
        width: auto !important;
    }
}


/* common style */

#block-rvsolutions-bannerimage::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(48deg, #0000ee 0%, #ec1919 72%, #461f72 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0000ee', endColorstr='#461f72', GradientType=1);
    /* background-image: linear-gradient(180deg, rgba(192, 11, 238, 0) 25%, rgba(56, 70, 206, 0.9) 100%); */
    opacity: 0.80;

}


#block-rvsolutions-bannerimage {
    position: relative;
}


.top-bar-social .toplinksmain ul li a {
    color: #fff !important;
}
#block-rvsolutions-content .con-txt h3.txt-hed {
    font-size: 18px !important;
    margin-bottom: 2px !important;
}
.view-id-awards p {
    text-align: justify;
    color: #302f2f;
    padding-left: 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 25px;
    line-height: 26px;
    padding-bottom: 11px;
}
.view-id-awards .views-field.views-field-nothing img {
    border-radius: 10px 10px 0 0 !important;
    margin-bottom: 25px;
}

.view-id-awards .views-field.views-field-nothing {
    margin: 10px;
    background-color: #f7f5f2;
    padding: 0;
    border-radius: 10px 10px 0 0 !important;
}

.view-id-awards .views-.view-id-awards .views-field.views-field-nothing img-nothing {
    border-radius: 5px 5px 0 0;
}

.view-id-awards .views-row .views-col {
    width: 50% !important;
}

.view-id-awards::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(48deg, #0000ee 0%, #ec1919 72%, #461f72 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0000ee', endColorstr='#461f72', GradientType=1);
    opacity: 0.60;
    z-index: -1;
}

.view-awards .views-field-nothing ul {
    display: none;
}

.view-awards {
    padding: 80px 80px;
}

/* .path-awards .container{
    width: 100% !important;
    max-width: 100%;
    padding: 0;
} */
.footer__modifier .container {
    max-width: 1140px;
}

#block-rvsolutions-page-title h1 {
    position: absolute;
    top: -90px;
    z-index: 99;
    left: 100px !important;
    color: #ffffff !important;
}

.view-id-career_slider_image img {
    margin-bottom: 10px;
    border-radius: 0 !important;
    margin-top: 30px;
}

article.contextual-region.node.node--type-page.node--view-mode-full {
    margin-top: 40px;
}

.career-buttons .btn.btn-primary {
    border: 1px solid #322b8a;
    background-color: transparent !important;
    color: #322b8a;
    padding: 13px 20px;
}

.view-id-career_slider_image .owl-nav {
    display: none;
}

.view-id-career_slider_image .view-footer {
    text-align: right;
}

.view-id-career_slider_image .view-footer a {
    border: 1px solid #c7c7c7;
    background-color: #ededed9e !important;
    color: #3c3c3c;
    padding: 7px 20px;
    font-size: 14px;
}

.view-id-career_slider_image .view-footer a:hover {
    border: 1px solid #c7c7c7;
    background-color: #ededede8 !important;
    color: #3c3c3c;
    padding: 7px 20px;
    font-size: 14px;
}

.view-id-gallery {
    margin-top: 50px;
    margin-bottom: 50px;
}

.view-gallery .views-row .views-col {
    width: 25% !important;
}

.views-field-field-gallery img {
    border-radius: 0 !important;
}

.view-testimonials {
    margin-top: 40px;
    margin-bottom: 40px;
}

.lifestyl__modfier .view-id-gallery {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.lifestyl__modfier.lifestyl__modfier .views-field-field-gallery {
    padding: 0;
    box-shadow: 0 0 0 1px #ddd;
    margin: 0;
}


.view-testimonials .views-view-grid .views-col {
    float: left;
    margin: 1%;
    background-color: #f5f5f5;
    text-align: center;
    padding: 40px 20px;
    border-radius: 3px;
    min-height: 400px;
    width: 48% !important;
}

.view-testimonials .views-view-grid .views-col .img-fluid {
    border-radius: 5px;
    height: 100px;
    width: 120px;
    margin-bottom: 15px;
    border: 5px solid #322b8a;
    border-radius: 0 !important;
}

.view-testimonials .views-field.views-field-title span {
    color: #000000;
    font-weight: 600;
    margin-bottom: 5px;
    display: block;
    margin-top: 40px;
}

.view-testimonials .views-field-field-testimonial-image {
    position: relative;
}

.view-testimonials .views-field-field-testimonial-image::after {
    content: "";
    border-width: 20px;
    border-style: solid;
    border-color: #322b8a #322b8a transparent transparent;
    position: absolute;
    bottom: -23px;
    right: 47%;
    transform: rotate(-5deg);
    z-index: 9;
}

.active>.page-link,
.page-link.active {
    background-color: #322b8a;
    border-color: #322b8a;
}

.page-link {
    color: #322b8a;
}


.contacts {
    margin-top: 40px;
}

.contacts .alignnone.size-full.wp-image-5964 {
    width: 50px !important;
    float: left;
}

.left-icon {
    float: left;
    width: 10%;
}

.contacts .con-txt p {
    margin-bottom: 0 !important;
}

.con-txt {
    float: left;
    width: 90%;
    padding-left: 15px;
}

h3.txt-hed {
    margin-top: 0 !important;
    color: #101010;
    font-weight: 600;
}

.contacts address {
    float: left;
}

.con-txt.phone p a {
    text-decoration: none;
    margin-top: 12px;
    float: left;
    color: #4b4a4a;
}

.con-txt.mail-txt p a {
    text-decoration: none;
    margin-top: 12px;
    float: left;
    color: #4b4a4a;
}


div#block-rvsolutions-webform {
    background-color: #e1e2e4 !important;
    border: none;
    padding: 25px;
    border-radius: 0px;
    margin-bottom: 40px;
    /* border: 1px solid #d8d8d8; */
}

input#edit-actions-submit {
    background: #322b8a !important;
    border: 1px solid #322b8a !important;
    padding: 10px 25px;
}

#edit-actions-submit span.fieldset-legend {
    font-weight: 100;
}

#edit-actions-submit .form-control {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 0;
    box-sizing: border-box;
    margin: 0;
    outline: medium none;
    padding: 6px 8px;
    margin-bottom: 0px;
    color: #898b8d;
}


nav#block-rvsolutions-telecomservicesmenu {
    padding: 20px;
    border-radius: 6px;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.08);
    background: #FFF;
    float: left;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 80px;
}

h5#block-rvsolutions-telecomservicesmenu-menu {
    width: 100%;
    border-bottom: 1px solid hsl(0, 0%, 95%);
    margin-bottom: 14px;
    padding-bottom: 22px;
    font-weight: 800;
    font-size: 18px;
    padding-top: 5px;
    margin-bottom: -1px;
}

#block-rvsolutions-telecomservicesmenu .navbar-nav li {
    padding: 6px 0px;
    font-size: 14px;
    font-weight: 600;
    border-bottom: 0;
    display: block;
    border-top: 1px solid #f3f3f3;
}

/* #block-rvsolutions-telecomservicesmenu  .navbar-nav li .svg-inline--fa {
    position: absolute;
    right: 27px;
} */
#block-rvsolutions-telecomservicesmenu .navbar-nav ul {
    list-style: none;
    padding-left: 0;
}

.main-content ol li {
    font-size: 15px;
    color: #4b4a4a;
}

.main-content ul li {
    font-size: 15px;
    color: #4b4a4a;
}



nav#block-rvsolutions-consumerservicesmenu {
    padding: 20px;
    border-radius: 6px;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.08);
    background: #FFF;
    float: left;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 80px;
}

h5#block-rvsolutions-consumerservicesmenu {
    width: 100%;
    border-bottom: 1px solid hsl(0, 0%, 95%);
    margin-bottom: 14px;
    padding-bottom: 22px;
    font-weight: 800;
    font-size: 18px;
    padding-top: 5px;
    margin-bottom: -1px;
}

#block-rvsolutions-consumerservicesmenu .navbar-nav li {
    padding: 6px 0px;
    font-size: 14px;
    font-weight: 600;
    border-bottom: 0;
    display: block;
    border-top: 1px solid #f3f3f3;
}

/* #block-rvsolutions-consumerservicesmenu  .navbar-nav li .svg-inline--fa {
    position: absolute;
    right: 27px;
} */
#block-rvsolutions-consumerservicesmenu .navbar-nav ul {
    list-style: none;
    padding-left: 0;
}



:root {
    --color-primary: #322b8a;
    --color-secondary: #02062b;
    --color-secondary-hover: #060f5b;
    --color-info: #346cc7;
    --color-info-hover: #035191;
    --color-yellow: #e1b91b;
    --color-dark: #000;
    --color-lightGray: #ccc;
    --color-gray: #f6f5f5;
    --color-darkGray: #e2e2e2;
    --color-green: #44ad44;
    --text-gray: #b1afaf;
    --text-color: #302f2f;
    --footer-text: #181818;
    --border-radius-One: 4px;
    --font-primary: "Open Sans", sans-serif;
    --font-secondary: 'Poppins';
    --font-awesome: 'FontAwesome';
    --content-heading: linear-gradient(to right, #222187, #3c83d1);
    --multi-bg: linear-gradient(48deg, #0000ee 0%, #ec1919 72%, #461f72 100%);
    --shadow-darker: 0px 10px 50px 0px rgba(26, 46, 85, 0.1);
    --shadow-darker2: 0px 20px 50px 0px rgba(26, 46, 85, 0.1);
    --shadow-dark: 0px 10px 30px 0px rgba(20, 36, 66, 0.15);
    --shadow-darkest: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
    --shadow-darker3: 0px 4px 50px 0px rgba(0, 0, 0, 0.1);
    --shadow-darker4: 0px 20px 70px 0px rgba(15, 107, 92, 0.2);
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans.woff2') format('woff2'),
        url('../fonts/OpenSans.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans.woff2') format('woff2'),
        url('../fonts/OpenSans.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Semibold.woff2') format('woff2'),
        url('../fonts/OpenSans-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Bold.woff2') format('woff2'),
        url('../fonts/OpenSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

html {
    scroll-behavior: smooth;
}

body {
    background: #fff;
    margin: 0px;
    padding: 0px;
    font-family: var(--font-primary) !important;
    overflow-y: auto !important;
    color: var(--text-color);
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
div,
table,
td,
th,
label,
input,
button {
    font-family: var(--font-primary) !important;
}

a {
    color: var(--color-primary);
}

a:hover {
    color: var(--color-info);
}

a:focus {
    outline: none;
}

input:focus {
    outline: 1px solid;
}

/* ul{margin: 0px 5px;} */
ul li {
    padding: 3px 0px;
}

.bg-primary {
    background: var(--color-primary) !important;
}

.bg-secondary,
.button--primary {
    background: var(--color-secondary) !important;
    color: #fff;
}

.bg-secondary:hover,
.button--primary:hover {
    background: var(--color-secondary-hover) !important;
    color: #fff;
}

.bg-info {
    background: var(--color-info) !important;
}

.btn-success {
    background: var(--color-green);
}

.btn-secondary:hover {
    background: var(--color-secondary-hover) !important;
}

.page-title,
.page-title span {
    font-size: 36px !important;
    font-weight: 700 !important;
    color: #fff !important;
    font-family: var(--font-primary) !important;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5) !important;
    /* Add this line */
}

h1,
.h1 {
    font-size: 36px;
    font-family: var(--font-primary) !important;
    line-height: 1.2 !important;
    margin-bottom: 0.5rem !important;
    color: var(--color-secondary) !important;
    position: relative;
    max-width: 100%;
    font-weight: 600;
}

.title1 {
    font-size: 22px !important;
    color: #fff !important;
    padding: 9px 15px 6px 15px;
    margin-bottom: 16px !important;
    font-weight: 600;
}

h2.node__title,
h2.title2 {
    font-size: 22px !important;
    color: var(--color-secondary) !important;
    padding: 0px;
    margin-bottom: 0.5em !important;
    font-weight: 600;
}

/*New Styles*/
/* .topbar--modifier__left ul li {
    list-style: none;
    padding: 0px 13px;
} */
.topbar--modifier__right ul.navbar-nav {
    display: flex;
    justify-content: start;
    flex-direction: row;
}

.menu-section--modifier ul.navbar-nav {
    display: flex;
    justify-content: start;
    flex-direction: row;
}

.top-bar-social .toplinksmain {
    width: auto;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99;
    position: relative;
}

.top-bar-social .toplinksmain ul li {
    padding: 0;
    margin: 0;
}

.toplinksmain ul li a {
    line-height: 16px;
    margin: 10px 0;
    padding-left: 15px;
    display: block;
    font-size: 13px;
    font-weight: 400;
}

.top-bar-social .toplinksmain ul li a {
    color: #fff;
    padding: 10px 15px;
    margin: 0px;
    background: var(--color-primary);
}

.top-bar-social .toplinksmain {
    width: auto;
    padding: 0;
}

.top-bar-social .toplinksmain {
    width: auto;
    padding: 0;
}

.top-bar-social .toplinksmain .top-header-social {
    padding: 0px;
}

.top-bar {
    padding: 10px 0 0 !important;
    box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.05);
}

.top-bar-social {
    border-bottom: 1px solid #322b8a;
}

.top-bar-social .topLeftText {
    flex: 1;
}

.top-bar-social .topLeftText ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.top-bar-social .topLeftText li {
    margin: 0;
    padding: 0 0 0 15px;
}

.top-bar-social .topLeftText li a {
    color: var(--color-primary);
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
}

.top-bar-social .topLeftText li i,
.top-bar-social .topLeftText li svg {
    margin-right: 4px;
    color: var(--color-primary);
    font-size: 14px;
}

.top-bar-social .topLeftText li:first-child {
    padding: 0;
}

.top-bar-social::after {
    content: '';
    position: absolute;
    top: 0;
    left: 61%;
    right: 0;
    bottom: 0;
    background: var(--color-primary);
    z-index: -1;
}

.top-bar-social .toplinksmain {
    position: relative;
}

.top-bar-social .toplinksmain::before {
    content: '';
    position: absolute;
    top: 0;
    left: -57px !important;
    right: 0;
    bottom: 0;
    transform: skew(-17deg);
    z-index: 9;
    width: 20%;
    left: -2%;
    background: var(--color-primary);
    z-index: -2;
}

.top-bar-social .container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.menu-section--modifier ul>li {
    padding: 14px 3px 12px;
    margin: 0;
    position: relative;
}

.menu-section--modifier ul>li>a {
    color: #1e283a;
    line-height: 14px;
    padding: 0;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
}

.menu-section--modifier .navbar-nav .nav-item ul {
    display: none;
    position: relative;
}

/* .menu-section--modifier .navbar-nav .nav-item:hover ul {
    background: #fff;
    width: 300px !important;
    position: absolute;
    top: 100%;
    left: inherit;
    right: inherit;
    z-index: 100;
    display: block;
    padding: 8px 0 4px;
    margin: 0;
    display: block !important;
} */

.menu-section--modifier .navbar-nav .nav-item:last-child:hover ul {
    right: 0px;
}

.menu-section--modifier .navbar-nav .nav-item:hover ul li {
    padding: 4px 0px !important;
    list-style: none;
}

.menu-section--modifier .navbar-nav .nav-item:hover ul li a {
    color: #1e283a;
    position: relative;
    padding: 0 15px;
    font-weight: 600;
    line-height: 1.5;
    font-size: 14px;
    text-transform: capitalize;
}

.menu-section--modifier .navbar-nav .nav-item:hover ul li a:hover {
    text-decoration: underline;
}

#Mobile--Menu {
    display: none;
}

.site-branding .site-logo {
    height: 40px;
    width: auto;
    top: -4px;
}

.site-branding .site-logo img {
    width: 100%;
    height: 40px;
}

main .region.region-content {
    padding: 0px;
}

.homeslider--modifier .slideTextBlk .field-content p {
    font-size: 3em !important;
    color: #fff;
    margin: 0 0 10px;
    line-height: 1.2;
    font-family: "Oswald", sans-serif;
    font-weight: 600;
    text-align: left;
}

.homeslider--modifier::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(48deg, #0000ee 0%, #ec1919 72%, #461f72 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0000ee', endColorstr='#461f72', GradientType=1);
    /* background-image: linear-gradient(180deg, rgba(192, 11, 238, 0) 25%, rgba(56, 70, 206, 0.9) 100%); */
    opacity: 0.90;
}

.homeslider--modifier .titleBlk,
.homeslider--modifier .inner-column {
    z-index: 9;
    position: relative;
}

.homeslider--modifier .owl-theme .owl-dots .owl-dot span {
    background-color: #3728ff;
    box-shadow: 0 0px 0 #C2503D !important;
    opacity: 0.4;
    padding: 8px 14px;
    font-size: 0;
    border-radius: 0px;
}

.homeslider--modifier .owl-theme .owl-dots .owl-dot.active span {
    background-color: #3728ff;
    box-shadow: 0 0px 0 #C2503D !important;
    border-radius: 0px;
    opacity: 1;
}

.fullWidthBlk {
    width: 100%;
    margin-top: 0px;
}

.MiddleHead--modifier {
    padding: 0.2em 0px 0em 0px;
}

#header--modifier.sticky--modifier,
#header--modifier.InnerHeader.sticky--modifier {
    position: fixed !important;
    width: 100%;
    background: #ffffff;
    -webkit-box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.05);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    z-index: 999;
    -webkit-animation: stickySlideDown 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
    animation: stickySlideDown 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
}

/*Header Fixed*/
#header--modifier.sticky--modifier section.mainMenuOuter {
    margin-top: -3px !important;
}

#header--modifier.sticky--modifier .topbar--modifier {
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 1;
}
footer .copyright-area {
    background-image: var(--multi-bg);
    padding: 10px 0px;
}
footer h2,
footer h5 {
    margin: 0 0 10px;
    padding-bottom: 0px;
    font-weight: 700;
    font-size: 20px;
}

.certifications {
    text-decoration: none;
    list-style: none;
    gap: 15px;
    padding: 0px;
}

footer ul.navbar-nav li {
    margin: 0;
    padding: 0 0 10px;
}

footer ul.navbar-nav li a {
    font-size: 14px;
    font-weight: 500;
    padding: 0px !important;
    margin: 0px;
    text-align: left;
    color: var(--footer-text);
}

.information-list {
    padding: 0px;
    list-style: none;
}

.information-list li,
.information-list li a {
    font-size: 14px;
    font-weight: 600;
    color: var(--footer-text);
    text-decoration: none;
}

.footer-social-icons ul {
    padding: 0px;
}

.footer-social-icons ul li {
    list-style: none;
    padding: 0px 27px 0px 0px;
}

.footer-social-icons ul li svg {
    font-size: 18px;
}

.color-fb svg {
    color: #1877f2 !important;
}

.color-linkd svg {
    color: #0a66c2 !important;
}

.color-twitter svg {
    color: #1da1f2 !important;
}

.color-yt svg {
    color: #cd201f !important;
}

footer .footer-top {
    position: relative;
    padding: 30px 0 30px;
}

.certifications li img {
    max-height: 72px;
    width: auto;
}

.brandLogo__modifier {
    padding: 0 0 50px;
    background: #F9F7F4;
}

.lifestyl__modfier {
    padding: 75px 0;
    background: #F9F7F4;
}

.logoBlkInner .views-view-responsive-grid {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border: 1px solid #c7bebe;
    padding: 15px;
    border-radius: 2px;
    max-width: 100%;
    margin: 0 auto;
    flex-wrap: wrap;
}

.logoBlkInner .views-view-responsive-grid .views-view-responsive-grid__item {
    list-style: none;
    padding: 0 0 0 30px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.logoBlkInner .views-view-responsive-grid .views-view-responsive-grid__item:first-child {
    padding: 0;
}

.logoBlkInner .views-view-responsive-grid .views-view-responsive-grid__item img {
    max-height: 52px;
    max-width: max-content;
}

.logoBlkInner h2,
.lifestyl__modfier h2,
.NewsRoom__modfier h2 {
    font-size: 30px;
    font-weight: 700;
    color: #181818;
    width: 100%;
    margin-bottom: 0.5em;
    text-align: center;
}

.lifestyl__modfier h2 {
    text-align: left;
}

.lifestyl__modfier .field__label {
    display: none;
}

.lifestyl__modfier p {
    text-align: justify;
    margin-bottom: 24px;
    margin-top: 15px;
}

.edu-btn.btn-large,
button.edu-btn.btn-large {
    padding: 0 40px;
}

.edu-btn,
button.edu-btn {
    text-align: center;
    border-radius: 5px;
    display: inline-block;
    height: 60px;
    line-height: 62px;
    color: #fff;
    background: var(--color-primary);
    padding: 0 30px;
    font-size: 15px;
    font-weight: 500;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    font-family: var(--font-primary);
    border: 0 none;
    overflow: hidden;
    position: relative;
    z-index: 1;
    text-decoration: none;
}

.edu-btn.btn-large i,
button.edu-btn.btn-large i {
    top: 0;
    padding-left: 10px;
}

.edu-btn i,
button.edu-btn i {
    padding-left: 6px;
    position: relative;
    font-size: 11px;
}

.edu-btn:hover:after,
button.edu-btn:hover:after {
    left: 0;
    width: 100%;
}

.edu-btn:hover,
button.edu-btn:hover {
    color: #fff;
}

.edu-btn:after,
button.edu-btn:after {
    content: "";
    height: 100%;
    width: 0;
    background: -webkit-linear-gradient(right, #433ac0 0%, #322b8a 100%);
    background: linear-gradient(-90deg, #433ac0 0%, #1ab69d 100%);
    border-radius: 5px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.NewsRoom__modfier {
    padding: 30px 0 70px;

}

.FancyGallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    height: 270px;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.FancyGallery-item.tall {
    height: 100%;
    min-height: 560px;
    /* Tall image for center column */
}

.FancyGallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.FancyGallery-item:hover img {
    transform: scale(1.1);
}

.FancyOverlay {
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    position: relative;
    box-shadow: var(--shadow-darker);
    margin-top: -95px;
    margin-left: 10px;
    margin-right: 10px;
    min-height: 171px;
    display: flex;
    align-items: center;
}

.FancyOverlay a {
    color: var(--text-color);
    text-decoration: none;
    font-size: 15px;
}

.NewsRoom__modfier p {
    font-size: 16px;
    font-weight: 500;
}

.btn-large svg {
    font-size: 13px;
    padding-left: 7px;
}

.NewsRoom__modfier .view-footer {
    display: flex;
    justify-content: center;
    margin-top: 60px;
}

.c-newsbox {
    padding-left: 1rem;
    padding-right: 1rem;
    margin-top: 1rem;
}

.NewsRoom__modfier {
    position: relative;
}

/* .NewsRoom__modfier:before {
    background: url(../images/shape-01.png) no-repeat;
    width: 280px;
    height: 280px;
    content: ".";
    float: left;
    position: absolute;
    background-size: 81%;
    left: -75px;
    top: 195px;
    font-size: 0px;
} */

/*Numbers*/
.counter__modifier {
    padding: 0;
    border-radius: 0;
    position: relative;
    text-align: center;
}

.counter__modifier h2 {
    color: var(--color-primary);
    font-size: 30px;
    font-weight: 800;
}

.counter__modifier h6 {
    margin-bottom: 0;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
}

.counter__modifier:after {
    content: "";
    height: 100%;
    width: 1px;
    position: absolute;
    background-color: #e5e5e5;
    top: 50%;
    right: -15px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.counter__modifier:not(:last-child)::after {
    background-color: #e5e5e5;
}

/* Custom CSS */
.homeslider--modifier .inner-column {
    padding-bottom: 30px;
}

.itc-services {
    padding-top: 60px;
    background-color: #ffffff;
}

.itc-services .teamRV {
    border-radius: 6px;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.08);
    background: #FFF;
    border: 2px solid #322b8a;
    padding: 6px;
    position: relative;
}

.itc-services .teamRV .text {
    position: absolute;
    z-index: 9;
    bottom: 5px;
    text-align: center;
    padding: 10px;
    color: #ffffff;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.6;
}

.itc-services .teamRV:after {
    content: "-";
    position: absolute;
    top: inherit;
    left: 8px;
    width: calc(100% - 16px);
    z-index: 0;
    height: 80px;
    bottom: 8px;
    background: linear-gradient(0deg, #000 0%, #000 35%, rgba(0, 0, 0, 0.1) 100%);
    opacity: 0.8;
    box-sizing: border-box;
}

.itc-services .teamRV img {
    width: 100%;
}

.itc-services .section-left .title {
    margin-bottom: 4px;
    font-weight: bold;
    line-height: 38px;
    float: left;
    color: #181818;
}

.itc-services .color-primary {
    color: var(--color-primary);
    line-height: 55px;
}

.itc-services .teamRV img {
    height: auto;
}

.latest-news {
    padding: 20px;
    border-radius: 6px;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.08);
    background: #FFF;
    float: left;
    box-sizing: border-box;
    max-height: 440px;
}

/* .latest-news .team-details__top-content h2 {
    display: none;
}
.latest-news .team-details__top-content p {
    display: none;
} */
.latest-news .ceo-card .ceo-title h2 {
    padding: 0 15px;
    margin-bottom: 5px;
}

.latest-news .team-details__top-content {
    padding: 0px;
}

.latest-news .bio-describe p {
    margin: 0 0 5px !important;
    line-height: 1.5;
    font-size: 12px;
    color: #302f2f;
    height: 52px;
    overflow: hidden;

}

.ceo-card .ceo-image img {
    max-width: 100px;
    border-radius: 6px;
    height: 100px;
}

.ceo-details {
    padding-left: 15px;
}
.ceo-details h2 {
    font-weight: 700;
    font-size: 16px;
    color: #181818;
    font-weight: 700;
    font-size: 16px;
    color: #181818;
    height: auto;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 215px;
    ;
}

.ceo-details b a {
    font-weight: 700;
    color: #181818;
    font-size: 15px;
    text-decoration: none;
}

.ceo-details a {
    font-weight: 700;
    color: #181818;
    font-size: 15px;
    text-decoration: none;
}

.ceo-details .bio-describe {
    font-size: 12px;
    color: #302f2f;
}

.logoBlkInner .views-view-responsive-grid .views-view-responsive-grid__item img {
    max-width: 140px;
}

.video-and-mission {
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
}

.left-video {
    background-image: url('//themes/custom/rvsolutions/images/overview.jpg');
    background-size: 100% 100%;
    position: relative;
    height: 500px;
    border-radius: 5px;
}

.video_areaCustom:before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background: linear-gradient(48deg, #0000ee 0%, #ec1919 72%, #461f72 100%);
    opacity: 0.7;
    border-radius: 6px;
}

.video_areaCustom .video-btn {
    margin-bottom: 20px;
    text-align: center;
}

.video-play-btn {
    position: relative;
    border: 0;
    width: 80px;
    height: 80px;
    line-height: 82px;
    -webkit-transition: all 1s cubic-bezier(0, 0, 0.2, 1);
    transition: all 1s cubic-bezier(0, 0, 0.2, 1);
    border-radius: 50%;
    background: #fe0000;
    margin: 0 auto;
    display: inline-block;
    font-size: 24px;
    text-align: center;
    color: #ffffff;
    margin-top: 180px;
    z-index: 9;
}

.video-banner-content .title {
    color: #ffffff;
    margin-bottom: 0;
}

.left-video .field__label {
    font-weight: bold;
    display: none;
}

.video-embed-field-responsive-video {
    display: none;
}

.campus-content .features-list .features-box {
    float: left;
    margin-bottom: 15px;
    width: 100%;
}

.campus-content .features-list .color-secondary-style .icon {
    width: 20%;
    background-image: url('/themes/custom/rvsolutions/images/mission.png');
    background-size: 100% 100%;
    float: left;
    height: 85px;
    background-repeat: no-repeat;
    width: 85px;
    cursor: pointer;
}

.campus-content .features-list .color-secondary-style .icon:hover {
    width: 20%;
    background-image: url('/themes/custom/rvsolutions/images/mission-hover.png');
    background-size: 100% 100%;
    float: left;
    height: 85px;
    background-repeat: no-repeat;
    width: 85px;
    cursor: pointer;
}

.campus-content .features-list .color-primary-style .icon {
    width: 20%;
    background-image: url('/themes/custom/rvsolutions/images/vision.png');
    background-size: 100% 100%;
    float: left;
    height: 85px;
    background-repeat: no-repeat;
    width: 85px;
    cursor: pointer;
}

.campus-content .features-list .color-primary-style .icon:hover {
    width: 20%;
    background-image: url('/themes/custom/rvsolutions/images/vision-hover.png');
    background-size: 100% 100%;
    float: left;
    height: 85px;
    background-repeat: no-repeat;
    width: 85px;
    cursor: pointer;
}

.campus-content .features-list .color-extra05-style .icon {
    width: 20%;
    background-image: url('/themes/custom/rvsolutions/images/core.png');
    background-size: 100% 100%;
    float: left;
    height: 85px;
    background-repeat: no-repeat;
    width: 85px;
    cursor: pointer;
}

.campus-content .features-list .color-extra05-style .icon:hover {
    width: 20%;
    background-image: url('/themes/custom/rvsolutions/images/core-hover.png');
    background-size: 100% 100%;
    float: left;
    height: 85px;
    background-repeat: no-repeat;
    width: 85px;
    cursor: pointer;
}

.campus-content .features-list .content {
    width: 80%;
    padding-left: 15px;
    float: left;
}

.campus-content .title {
    text-transform: capitalize;
    font-weight: 700;
    font-size: 18px;
    color: #181818;
    margin-bottom: 12px;
}

.left-video h3.title {
    font-size: 28px;
    position: relative;
    z-index: 9;
    color: #ffffff;
    font-weight: 700;
    text-align: CENTER;
}

.left-video .video-btn i.icon-18 {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-40%, -50%);
    width: 0;
    height: 0;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-left: 20px solid white;
    border-radius: 3px;
}

.video-play-btn {
    position: relative;
    width: 80px;
    height: 80px;
    background: red;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 1;
    color: white;
    font-size: 32px;
}

.video-play-btn:before,
.video-play-btn:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.3);
    transition: var(--transition);
    animation: ripple 2s linear infinite;
}

.video-play-btn:after {
    animation-delay: 1s;
}

@keyframes ripple {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(1.8);
        opacity: 0;
    }
}

.RvNumbers__modfier h2.title {
    font-size: 30px;
    font-weight: 700;
    color: #181818;
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
}

.RvNumbers__modfier {
    margin-bottom: 40px;
}

.view-gallery .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 400px;
    padding: 30px;
    width: 100%;
    background-color: #ffffff;
    object-fit: cover;
}

.view-gallery .owl-theme .owl-nav {
    display: none;
}

.view-gallery .owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 20px 3px;
}

.lifestyl__modfier p {
    padding-right: 40px;
    line-height: 30px;
}

.view-news .horizontal .views-view-grid .views-col {
    float: left;
    padding: 10px !important;
}

.information-list li,
.information-list li a {
    font-size: 14px;
    font-weight: 500;
}

.homeslider--modifier .slideTextBlk .field-content p {
    margin-top: 50px;
}

.fullWidthBlk .owl-theme .owl-dots {
    text-align: left;
    -webkit-tap-highlight-color: transparent;
}

.lifestyl__modfier {
    padding: 60px 0;
    background: #F9F7F4;
}

.FancyOverlay {
    min-height: 115px;
}

.FancyOverlay a {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: calc(1em * 1.5 * 3);
    line-height: 1.5em;
}

.menu-section--modifier .navbar-nav .nav-item:hover ul li a {
    padding: 3px 15px;
}

.slideTextBlk .view-home-text-slide .owl-carousel .owl-item {
    background: none !important;
    height: 400px !important;
    display: flex !important;
    align-items: center;
}

@media screen and (min-width: 320px) and (max-width: 1200px) {
    .left-video {
        width: 100%;
    }

    .right-discription {
        width: 100%;
        padding: 0;
        margin-top: 30px;
    }

    .right-discription .p-3 {
        padding: 0 !important;
    }

    .campus-content {
        margin-left: 0;
    }
}

@media screen and (min-width: 320px) and (max-width: 992px) {
    .row.g-5.fullWidthBlk {
        display: flex;
        flex-direction: column-reverse;
        width: 100%;
        --bs-gutter-y: 0;
        --bs-gutter-x: 0;
    }
    footer .copyright-area p {
    margin: 0px;
    color: #fff;
    font-size: 12px;
    text-align: center;
}

    .latest-news {
        width: 100%;
    }

    .homeslider--modifier .inner-column {
        padding-top: 40px;
    }

    .homeslider--modifier .slideTextBlk .field-content p {
        text-align: center;
        font-size: 24px !important;
    }

    .fullWidthBlk .owl-theme .owl-nav {
        display: none;
    }

    .fullWidthBlk .owl-theme .owl-dots {
        text-align: center;
        padding-bottom: 20px;
        padding-top: 30px;
    }

    .itc-services .row.p-3 {
        --bs-gutter-x: 0;
    }

    .video-and-mission {
        padding-top: 10px;
        padding-left: 25px;
        padding-right: 25px;
    }

    .left-video {
        height: 300px;
    }

    .video-play-btn {
        margin-top: 80px;
    }

    .campus-content {
        margin-left: 0;
    }

    .col-md-5.right-discription .p-3 {
        padding: 0 !important;
    }

    .col-md-5.right-discription {
        padding: 0 !important;
        margin-top: 15px;
        background-color: #ffffff;
    }

    .campus-content .features-list .color-primary-style .icon {
        width: 20% !important;
        float: left;
        height: 45px;
        width: 45px !important;
    }

    .campus-content .features-list .color-secondary-style .icon {
        width: 20% !important;
        float: left;
        height: 45px;
        width: 45px !important;
    }

    .campus-content .features-list .color-extra05-style .icon {
        width: 20% !important;
        float: left;
        height: 45px;
        width: 45px !important;
    }

    .campus-content {
        box-shadow: none !important;
    }

    .counter__modifier h2 {
        font-size: 27px;
    }

    .view-news .views-view-grid .views-col {
        float: left;
        width: 100% !important;
    }

    .lifestyl__modfier {
        padding: 60px 25px;
        background: #F9F7F4;
    }

    .logoBlkInner .views-view-responsive-grid {
        display: inline-grid;
    }

    .logoBlkInner .views-view-responsive-grid .views-view-responsive-grid__item img {
        max-width: 100%;
    }

    footer {
        padding: 0px 20px;
    }

    .lifestyl__modfier p {
        padding-right: 0px;
    }

    .view-gallery .owl-carousel .owl-item img {
        height: 350px;
    }

    .menu-section--modifier ul>li {
        border-bottom: 1px solid #e7e7e7;
        padding: 20px;
    }

    .menu-section--modifier .navbar-nav .nav-item ul {
        position: relative;
        padding-left: 0;
        list-style: none;
    }

    .slideTextBlk .view-home-text-slide .owl-carousel .owl-item {
        height: 150px !important;
    }
}

@media screen and (min-width: 320px) and (max-width: 768px) {
    .ceo-details {
        padding-left: 15px;
        width: 65%;
    }

    .ceo-details h2 {
        width: auto !important;
    }
}


/* common style */

#block-rvsolutions-bannerimage::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(48deg, #0000ee 0%, #ec1919 72%, #461f72 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0000ee', endColorstr='#461f72', GradientType=1);
    /* background-image: linear-gradient(180deg, rgba(192, 11, 238, 0) 25%, rgba(56, 70, 206, 0.9) 100%); */
    opacity: 0.80;

}


#block-rvsolutions-bannerimage {
    position: relative;
}


.top-bar-social .toplinksmain ul li a {
    color: #fff !important;
}
.view-id-awards .views-field.views-field-nothing img {
    border-radius: 10px 10px 0 0 !important;
    margin-bottom: 15px;
}

.view-id-awards .views-field.views-field-nothing {
    margin: 10px;
    background-color: #f7f5f2;
    padding: 0;
    border-radius: 10px 10px 10px 10px !important;
}

.view-id-awards .views-.view-id-awards .views-field.views-field-nothing img-nothing {
    border-radius: 5px 5px 0 0;
}

.view-id-awards .views-row .views-col {
    width: 50% !important;
}

.view-id-awards::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(48deg, #0000ee 0%, #ec1919 72%, #461f72 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0000ee', endColorstr='#461f72', GradientType=1);
    opacity: 0.60;
    z-index: -1;
}

.view-awards .views-field-nothing ul {
    display: none;
}

.view-awards {
    padding: 80px 80px;
}

/* .path-awards .container{
    width: 100% !important;
    max-width: 100%;
    padding: 0;
} */
.footer__modifier .container {
    max-width: 1140px;
}

.view-id-career_slider_image img {
    margin-bottom: 10px;
    border-radius: 0 !important;
    margin-top: 30px;
}

article.contextual-region.node.node--type-page.node--view-mode-full {
    margin-top: 40px;
}

.career-buttons .btn.btn-primary {
    border: 1px solid #322b8a;
    background-color: transparent !important;
    color: #322b8a;
    padding: 13px 20px;
}

.view-id-career_slider_image .owl-nav {
    display: none;
}

.view-id-career_slider_image .view-footer {
    text-align: right;
}

.view-id-career_slider_image .view-footer a {
    border: 1px solid #c7c7c7;
    background-color: #ededed9e !important;
    color: #3c3c3c;
    padding: 7px 20px;
    font-size: 14px;
}

.view-id-career_slider_image .view-footer a:hover {
    border: 1px solid #c7c7c7;
    background-color: #ededede8 !important;
    color: #3c3c3c;
    padding: 7px 20px;
    font-size: 14px;
}

.view-id-gallery {
    margin-top: 50px;
    margin-bottom: 50px;
}

.view-gallery .views-row .views-col {
    width: 25% !important;
}
.views-field-field-gallery img {
    border-radius: 0 !important;
}

.view-testimonials {
    margin-top: 40px;
    margin-bottom: 40px;
}

.lifestyl__modfier .view-id-gallery {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.lifestyl__modfier.lifestyl__modfier .views-field-field-gallery {
    padding: 0;
    box-shadow: 0 0 0 1px #ddd;
    margin: 0;
}


.view-testimonials .views-view-grid .views-col {
    float: left;
    margin: 1%;
    background-color: #f5f5f5;
    text-align: center;
    padding: 40px 20px;
    border-radius: 3px;
    min-height: 400px;
    width: 48% !important;
}

.view-testimonials .views-view-grid .views-col .img-fluid {
    border-radius: 5px;
    height: 100px;
    width: 120px;
    margin-bottom: 15px;
    border: 5px solid #322b8a;
    border-radius: 0 !important;
}

.view-testimonials .views-field.views-field-title span {
    color: #000000;
    font-weight: 600;
    margin-bottom: 5px;
    display: block;
    margin-top: 40px;
}

.view-testimonials .views-field-field-testimonial-image {
    position: relative;
}

.view-testimonials .views-field-field-testimonial-image::after {
    content: "";
    border-width: 20px;
    border-style: solid;
    border-color: #322b8a #322b8a transparent transparent;
    position: absolute;
    bottom: -23px;
    right: 47%;
    transform: rotate(-5deg);
    z-index: 9;
}

.active>.page-link,
.page-link.active {
    background-color: #322b8a;
    border-color: #322b8a;
}

.page-link {
    color: #322b8a;
}


.contacts {
    margin-top: 40px;
}

.contacts .alignnone.size-full.wp-image-5964 {
    width: 50px !important;
    float: left;
}

.left-icon {
    float: left;
    width: 10%;
}

.contacts .con-txt p {
    margin-bottom: 0 !important;
}

.con-txt {
    float: left;
    width: 90%;
    padding-left: 15px;
}

h3.txt-hed {
    margin-top: 0 !important;
    color: #101010;
    font-weight: 600;
}

.contacts address {
    float: left;
}

.con-txt.phone p a {
    text-decoration: none;
    margin-top: 12px;
    float: left;
    color: #4b4a4a;
}

.con-txt.mail-txt p a {
    text-decoration: none;
    margin-top: 12px;
    float: left;
    color: #4b4a4a;
}


div#block-rvsolutions-webform {
    background-color: #e1e2e42e !important;
    /* border: 1px solid #d8d8d8; */
    padding: 25px;
    border-radius: 10px;
    margin-bottom: 40px;
}

input#edit-actions-submit {
    background: #322b8a !important;
    border: 1px solid #322b8a !important;
    padding: 10px 25px;
}

#edit-actions-submit span.fieldset-legend {
    font-weight: 100;
}

#edit-actions-submit .form-control {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 0;
    box-sizing: border-box;
    margin: 0;
    outline: medium none;
    padding: 6px 8px;
    margin-bottom: 0px;
    color: #898b8d;
}


nav#block-rvsolutions-telecomservicesmenu {
    padding: 20px;
    border-radius: 6px;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.08);
    background: #FFF;
    float: left;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 80px;
}

h5#block-rvsolutions-telecomservicesmenu-menu {
    width: 100%;
    border-bottom: 1px solid hsl(0, 0%, 95%);
    margin-bottom: 14px;
    padding-bottom: 22px;
    font-weight: 800;
    font-size: 18px;
    padding-top: 5px;
    margin-bottom: -1px;
}

#block-rvsolutions-telecomservicesmenu .navbar-nav li {
    padding: 6px 0px;
    font-size: 14px;
    font-weight: 600;
    border-bottom: 0;
    display: block;
    border-top: 1px solid #f3f3f3;
}

/* #block-rvsolutions-telecomservicesmenu  .navbar-nav li .svg-inline--fa {
    position: absolute;
    right: 27px;
} */
#block-rvsolutions-telecomservicesmenu .navbar-nav ul {
    list-style: none;
    padding-left: 0;
}

.main-content ol li {
    font-size: 15px;
    color: #4b4a4a;
}

.main-content ul li {
    font-size: 15px;
    color: #4b4a4a;
}



nav#block-rvsolutions-ictservicesmenu {
    padding: 20px;
    border-radius: 6px;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.08);
    background: #FFF;
    float: left;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 80px;
}

h5#block-rvsolutions-ictservicesmenu {
    width: 100%;
    border-bottom: 1px solid hsl(0, 0%, 95%);
    margin-bottom: 14px;
    padding-bottom: 22px;
    font-weight: 800;
    font-size: 18px;
    padding-top: 5px;
    margin-bottom: -1px;
}

#block-rvsolutions-ictservicesmenu .navbar-nav li {
    padding: 6px 0px;
    font-size: 14px;
    font-weight: 600;
    border-bottom: 0;
    display: block;
    border-top: 1px solid #f3f3f3;
}

/* #block-rvsolutions-ictservicesmenu  .navbar-nav li .svg-inline--fa {
    position: absolute;
    right: 27px;
} */
#block-rvsolutions-ictservicesmenu .navbar-nav ul {
    list-style: none;
    padding-left: 0;
}



:root {
    --color-primary: #322b8a;
    --color-secondary: #02062b;
    --color-secondary-hover: #060f5b;
    --color-info: #346cc7;
    --color-info-hover: #035191;
    --color-yellow: #e1b91b;
    --color-dark: #000;
    --color-lightGray: #ccc;
    --color-gray: #f6f5f5;
    --color-darkGray: #e2e2e2;
    --color-green: #44ad44;
    --text-gray: #b1afaf;
    --text-color: #302f2f;
    --footer-text: #181818;
    --border-radius-One: 4px;
    --font-primary: "Open Sans", sans-serif;
    --font-secondary: 'Poppins';
    --font-awesome: 'FontAwesome';
    --content-heading: linear-gradient(to right, #222187, #3c83d1);
    --multi-bg: linear-gradient(48deg, #0000ee 0%, #ec1919 72%, #461f72 100%);
    --shadow-darker: 0px 10px 50px 0px rgba(26, 46, 85, 0.1);
    --shadow-darker2: 0px 20px 50px 0px rgba(26, 46, 85, 0.1);
    --shadow-dark: 0px 10px 30px 0px rgba(20, 36, 66, 0.15);
    --shadow-darkest: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
    --shadow-darker3: 0px 4px 50px 0px rgba(0, 0, 0, 0.1);
    --shadow-darker4: 0px 20px 70px 0px rgba(15, 107, 92, 0.2);
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans.woff2') format('woff2'),
        url('../fonts/OpenSans.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans.woff2') format('woff2'),
        url('../fonts/OpenSans.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Semibold.woff2') format('woff2'),
        url('../fonts/OpenSans-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Bold.woff2') format('woff2'),
        url('../fonts/OpenSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

html {
    scroll-behavior: smooth;
}

body {
    background: #fff;
    margin: 0px;
    padding: 0px;
    font-family: var(--font-primary) !important;
    overflow-y: auto !important;
    color: var(--text-color);
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
div,
table,
td,
th,
label,
input,
button {
    font-family: var(--font-primary) !important;
}

a {
    color: var(--color-primary);
}

a:hover {
    color: var(--color-info);
}

a:focus {
    outline: none;
}

input:focus {
    outline: 1px solid;
}

/* ul{margin: 0px 5px;} */
ul li {
    padding: 3px 0px;
}

.bg-primary {
    background: var(--color-primary) !important;
}

.bg-secondary,
.button--primary {
    background: var(--color-secondary) !important;
    color: #fff;
}

.bg-secondary:hover,
.button--primary:hover {
    background: var(--color-secondary-hover) !important;
    color: #fff;
}

.bg-info {
    background: var(--color-info) !important;
}

.btn-success {
    background: var(--color-green);
}

.btn-secondary:hover {
    background: var(--color-secondary-hover) !important;
}

.page-title,
.page-title span {
    font-size: 36px !important;
    font-weight: 700 !important;
    color: #fff !important;
    font-family: var(--font-primary) !important;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5) !important;
    /* Add this line */
}

h1,
.h1 {
    font-size: 36px;
    font-family: var(--font-primary) !important;
    line-height: 1.2 !important;
    margin-bottom: 0.5rem !important;
    color: var(--color-secondary) !important;
    position: relative;
    max-width: 100%;
    font-weight: 600;
}

.title1 {
    font-size: 22px !important;
    color: #fff !important;
    padding: 9px 15px 6px 15px;
    margin-bottom: 16px !important;
    font-weight: 600;
}

h2.node__title,
h2.title2 {
    font-size: 22px !important;
    color: var(--color-secondary) !important;
    padding: 0px;
    margin-bottom: 0.5em !important;
    font-weight: 600;
}
.topbar--modifier__right ul.navbar-nav {
    display: flex;
    justify-content: start;
    flex-direction: row;
}

.menu-section--modifier ul.navbar-nav {
    display: flex;
    justify-content: start;
    flex-direction: row;
}

.top-bar-social .toplinksmain {
    width: auto;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99;
    position: relative;
}

.top-bar-social .toplinksmain ul li {
    padding: 0;
    margin: 0;
}

.toplinksmain ul li a {
    line-height: 16px;
    margin: 10px 0;
    padding-left: 15px;
    display: block;
    font-size: 13px;
    font-weight: 400;
}

.top-bar-social .toplinksmain ul li a {
    color: #fff;
    padding: 10px 15px;
    margin: 0px;
    background: var(--color-primary);
}

.top-bar-social .toplinksmain {
    width: auto;
    padding: 0;
}

.top-bar-social .toplinksmain {
    width: auto;
    padding: 0;
}

.top-bar-social .toplinksmain .top-header-social {
    padding: 0px;
}

.top-bar {
    padding: 10px 0 0 !important;
    box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.05);
}

.top-bar-social {
    border-bottom: 1px solid #322b8a;
}

.top-bar-social .topLeftText {
    flex: 1;
}

.top-bar-social .topLeftText ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.top-bar-social .topLeftText li {
    margin: 0;
    padding: 0 0 0 15px;
}

.top-bar-social .topLeftText li a {
    color: var(--color-primary);
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
}

.top-bar-social .topLeftText li i,
.top-bar-social .topLeftText li svg {
    margin-right: 4px;
    color: var(--color-primary);
    font-size: 14px;
}

.top-bar-social .topLeftText li:first-child {
    padding: 0;
}

.top-bar-social::after {
    content: '';
    position: absolute;
    top: 0;
    left: 61%;
    right: 0;
    bottom: 0;
    background: var(--color-primary);
    z-index: -1;
}

.top-bar-social .toplinksmain {
    position: relative;
}

.top-bar-social .toplinksmain::before {
    content: '';
    position: absolute;
    top: 0;
    left: -57px !important;
    right: 0;
    bottom: 0;
    transform: skew(-17deg);
    z-index: 9;
    width: 20%;
    left: -2%;
    background: var(--color-primary);
    z-index: -2;
}

.top-bar-social .container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.menu-section--modifier ul>li {
    padding: 20px 5px 14px;
    margin: 0;
    position: relative;
}

.menu-section--modifier ul>li>a {
    color: #1e283a;
    line-height: 14px;
    padding: 0;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
}

.menu-section--modifier .navbar-nav .nav-item ul {
    display: none;
    position: relative;
}

/* .menu-section--modifier .navbar-nav .nav-item:hover ul {
    background: #fff;
    width: 260px !important;
    position: absolute;
    top: 100%;
    left: inherit;
    right: inherit;
    z-index: 100;
    display: block;
    padding: 8px 0 4px;
    margin: 0;
    display: block !important;
} */

.menu-section--modifier .navbar-nav .nav-item:last-child:hover ul {
    right: -107px;
}

.menu-section--modifier .navbar-nav .nav-item:hover ul li {
    padding: 4px 0px !important;
    list-style: none;
}

.menu-section--modifier .navbar-nav .nav-item:hover ul li a {
    color: #1e283a;
    position: relative;
    padding: 0 15px;
    font-weight: 600;
    line-height: 1.5;
    font-size: 14px;
    text-transform: capitalize;
}

.menu-section--modifier .navbar-nav .nav-item:hover ul li a:hover {
    text-decoration: underline;
}

#Mobile--Menu {
    display: none;
}

.site-branding .site-logo {
    height: 40px;
    width: auto;
    top: -4px;
}

.site-branding .site-logo img {
    width: 100%;
    height: 40px;
}

main .region.region-content {
    padding: 0px;
}

.homeslider--modifier .slideTextBlk .field-content p {
    font-size: 3em !important;
    color: #fff;
    margin: 0 0 10px;
    line-height: 1.2;
    font-family: "Oswald", sans-serif;
    font-size: 50px;
    font-weight: 600;
}
/* 
.homeslider--modifier::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(48deg, #0000ee 0%, #ec1919 72%, #461f72 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0000ee', endColorstr='#461f72', GradientType=1);
    background-image: linear-gradient(180deg, rgba(192, 11, 238, 0) 25%, rgba(56, 70, 206, 0.9) 100%);
    opacity: 0.90;
} */

.homeslider--modifier .titleBlk,
.homeslider--modifier .inner-column {
    z-index: 9;
    position: relative;
}

.homeslider--modifier .owl-theme .owl-dots .owl-dot span {
    background-color: #3728ff;
    box-shadow: 0 0px 0 #C2503D !important;
    opacity: 0.4;
    padding: 8px 14px;
    font-size: 0;
    border-radius: 0px;
}

.homeslider--modifier .owl-theme .owl-dots .owl-dot.active span {
    background-color: #3728ff;
    box-shadow: 0 0px 0 #C2503D !important;
    border-radius: 0px;
    opacity: 1;
}

.fullWidthBlk {
    width: 100%;
    margin-top: 0px;
}

.MiddleHead--modifier {
    padding: 0.2em 0px 0em 0px;
}

#header--modifier.sticky--modifier,
#header--modifier.InnerHeader.sticky--modifier {
    position: fixed !important;
    width: 100%;
    background: #ffffff;
    -webkit-box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.05);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    z-index: 999;
    -webkit-animation: stickySlideDown 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
    animation: stickySlideDown 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
}

/*Header Fixed*/
#header--modifier.sticky--modifier section.mainMenuOuter {
    margin-top: -3px !important;
}

#header--modifier.sticky--modifier .topbar--modifier {
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 1;
}
footer .copyright-area {
    background-image: var(--multi-bg);
    padding: 10px 0px;
}

footer .copyright-area p {
    margin: 0px;
    color: #fff !important;
    font-size: 12px !important;
    text-align: center;
}
.ewast-container h1 {
    font-size: 36px !important;
    font-weight: 700;
    padding-top: 10px;
    line-height: 1.5 !important;
}

footer h2,
footer h5 {
    margin: 0 0 10px;
    padding-bottom: 0px;
    font-weight: 700;
    font-size: 20px;
}

.certifications {
    text-decoration: none;
    list-style: none;
    gap: 15px;
    padding: 0px;
}

footer ul.navbar-nav li {
    margin: 0;
    padding: 0 0 10px;
}

footer ul.navbar-nav li a {
    font-size: 14px;
    font-weight: 500;
    padding: 0px !important;
    margin: 0px;
    text-align: left;
    color: var(--footer-text);
}

.information-list {
    padding: 0px;
    list-style: none;
}

.information-list li,
.information-list li a {
    font-size: 14px;
    font-weight: 600;
    color: var(--footer-text);
    text-decoration: none;
}

.footer-social-icons ul {
    padding: 0px;
}

.footer-social-icons ul li {
    list-style: none;
    padding: 0px 27px 0px 0px;
}

.footer-social-icons ul li svg {
    font-size: 18px;
}

.color-fb svg {
    color: #1877f2 !important;
}

.color-linkd svg {
    color: #0a66c2 !important;
}

.color-twitter svg {
    color: #1da1f2 !important;
}

.color-yt svg {
    color: #cd201f !important;
}

footer .footer-top {
    position: relative;
    padding: 30px 0 30px;
}

.certifications li img {
    max-height: 72px;
    width: auto;
}

.brandLogo__modifier {
    padding: 0 0 50px;
    background: #F9F7F4;
}

.lifestyl__modfier {
    padding: 75px 0;
    background: #F9F7F4;
}

.logoBlkInner .views-view-responsive-grid {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border: 1px solid #c7bebe;
    padding: 15px;
    border-radius: 2px;
    max-width: 100%;
    margin: 0 auto;
    flex-wrap: wrap;
}

.logoBlkInner .views-view-responsive-grid .views-view-responsive-grid__item {
    list-style: none;
    padding: 0 0 0 30px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.logoBlkInner .views-view-responsive-grid .views-view-responsive-grid__item:first-child {
    padding: 0;
}

.logoBlkInner .views-view-responsive-grid .views-view-responsive-grid__item img {
    max-height: 52px;
    max-width: max-content;
}

.logoBlkInner h2,
.lifestyl__modfier h2,
.NewsRoom__modfier h2 {
    font-size: 30px;
    font-weight: 700;
    color: #181818;
    width: 100%;
    margin-bottom: 0.5em;
    text-align: center;
}

.lifestyl__modfier h2 {
    text-align: left;
}

.lifestyl__modfier .field__label {
    display: none;
}

.lifestyl__modfier p {
    text-align: justify;
    margin-bottom: 24px;
    margin-top: 15px;
}

.edu-btn.btn-large,
button.edu-btn.btn-large {
    padding: 0 40px;
}

.edu-btn,
button.edu-btn {
    text-align: center;
    border-radius: 5px;
    display: inline-block;
    height: 60px;
    line-height: 62px;
    color: #fff;
    background: var(--color-primary);
    padding: 0 30px;
    font-size: 15px;
    font-weight: 500;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    font-family: var(--font-primary);
    border: 0 none;
    overflow: hidden;
    position: relative;
    z-index: 1;
    text-decoration: none;
}

.edu-btn.btn-large i,
button.edu-btn.btn-large i {
    top: 0;
    padding-left: 10px;
}

.edu-btn i,
button.edu-btn i {
    padding-left: 6px;
    position: relative;
    font-size: 11px;
}

.edu-btn:hover:after,
button.edu-btn:hover:after {
    left: 0;
    width: 100%;
}

.edu-btn:hover,
button.edu-btn:hover {
    color: #fff;
}

.edu-btn:after,
button.edu-btn:after {
    content: "";
    height: 100%;
    width: 0;
    background: -webkit-linear-gradient(right, #433ac0 0%, #322b8a 100%);
    background: linear-gradient(-90deg, #433ac0 0%, #1ab69d 100%);
    border-radius: 5px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.NewsRoom__modfier {
    padding: 30px 0 70px;
}

.FancyGallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    height: 270px;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.FancyGallery-item.tall {
    height: 100%;
    min-height: 560px;
    /* Tall image for center column */
}

.FancyGallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.FancyGallery-item:hover img {
    transform: scale(1.1);
}

.FancyOverlay {
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    position: relative;
    box-shadow: var(--shadow-darker);
    margin-top: -95px;
    margin-left: 10px;
    margin-right: 10px;
    min-height: 171px;
    display: flex;
    align-items: center;
}

.FancyOverlay a {
    color: var(--text-color);
    text-decoration: none;
    font-size: 15px;
}

.NewsRoom__modfier p {
    font-size: 16px;
    font-weight: 500;
}

.btn-large svg {
    font-size: 13px;
    padding-left: 7px;
}

.NewsRoom__modfier .view-footer {
    display: flex;
    justify-content: center;
    margin-top: 60px;
}

.c-newsbox {
    padding-left: 1rem;
    padding-right: 1rem;
    margin-top: 1rem;
}

.NewsRoom__modfier {
    position: relative;
}

.NewsRoom__modfier:before {
    background: url(../images/shape-01.png) no-repeat;
    width: 280px;
    height: 280px;
    content: ".";
    float: left;
    position: absolute;
    background-size: 81%;
    left: -64px;
    top: -40px;
    font-size: 0px;
}

/*Numbers*/
.counter__modifier {
    padding: 0;
    border-radius: 0;
    position: relative;
    text-align: center;
}

.counter__modifier h2 {
    color: var(--color-primary);
    font-size: 30px;
    /* font-weight: bolder; */
}

.counter__modifier h6 {
    margin-bottom: 0;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
}

.counter__modifier:after {
    content: "";
    height: 100%;
    width: 1px;
    position: absolute;
    background-color: #e5e5e5;
    top: 50%;
    right: -15px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.counter__modifier:not(:last-child)::after {
    background-color: #e5e5e5;
}

/* Custom CSS */
.homeslider--modifier .inner-column {
    padding-bottom: 30px;
}

.itc-services {
    padding-top: 60px;
    background-color: #ffffff;
}

.itc-services .teamRV {
    border-radius: 6px;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.08);
    background: #FFF;
    border: 2px solid #322b8a;
    padding: 6px;
    position: relative;
}

.itc-services .teamRV .text {
    position: absolute;
    z-index: 9;
    bottom: 5px;
    text-align: center;
    padding: 10px;
    color: #ffffff;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.6;
}

.itc-services .teamRV:after {
    content: "-";
    position: absolute;
    top: inherit;
    left: 8px;
    width: calc(100% - 16px);
    z-index: 0;
    height: 80px;
    bottom: 8px;
    background: linear-gradient(0deg, #000 0%, #000 35%, rgba(0, 0, 0, 0.1) 100%);
    opacity: 0.8;
    box-sizing: border-box;
}

.itc-services .teamRV img {
    width: 100%;
}

.itc-services .section-left .title {
    margin-bottom: 4px;
    font-weight: bold;
    line-height: 38px;
    float: left;
    color: #181818;
}

.itc-services .color-primary {
    color: var(--color-primary);
    line-height: 55px;
}

.itc-services .teamRV img {
    height: auto;
}

.latest-news {
    padding: 20px;
    border-radius: 6px;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.08);
    background: #FFF;
    float: left;
    box-sizing: border-box;
    max-height: 440px;
}

/* .latest-news .team-details__top-content h2 {
    display: none;
}
.latest-news .team-details__top-content p {
    display: none;
} */
.latest-news .ceo-card .ceo-title h2 {
    padding: 0 15px;
    margin-bottom: 5px;
}

.latest-news .team-details__top-content {
    padding: 0px;
}

.latest-news .bio-describe p {
    margin: 0 0 5px !important;
    line-height: 1.5;
    font-size: 12px;
    color: #302f2f;
    height: 52px;
    overflow: hidden;
}

.ceo-card .ceo-image img {
    max-width: 100px;
    border-radius: 6px;
    height: 100px;
}

.latest-news .ceo-card {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    border-bottom: 1px solid #cdcbc9;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.ceo-details {
    padding-left: 15px;
}

.ceo-details p {
    margin: 0 0 10px !important;
    font-size: 12px !important;
    color: #302f2f !important;
    text-align: left;
    line-height: 1.5;
    padding: 0px;
}

.ceo-details h2 {
    font-weight: 700;
    font-size: 16px;
    color: #181818;
    font-weight: 700;
    font-size: 16px;
    color: #181818;
    height: auto;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 215px;
    ;
}

.ceo-details b a {
    font-weight: 700;
    color: #181818;
    font-size: 15px;
    text-decoration: none;
}

.ceo-details a {
    font-weight: 700;
    color: #181818;
    font-size: 15px;
    text-decoration: none;
}

.ceo-details .bio-describe {
    font-size: 12px;
    color: #302f2f;
}

.logoBlkInner .views-view-responsive-grid .views-view-responsive-grid__item img {
    max-width: 160px;
}

.video-and-mission {
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
}

.left-video {
    background-image: url('/themes/custom/rvsolutions/images/overview.jpg');
    background-size: 100% 100%;
    position: relative;
    height: 500px;
    border-radius: 5px;
}

.video_areaCustom:before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background: linear-gradient(48deg, #0000ee 0%, #ec1919 72%, #461f72 100%);
    opacity: 0.7;
    border-radius: 6px;
}

.video_areaCustom .video-btn {
    margin-bottom: 20px;
    text-align: center;
}

.video-play-btn {
    position: relative;
    border: 0;
    width: 80px;
    height: 80px;
    line-height: 82px;
    -webkit-transition: all 1s cubic-bezier(0, 0, 0.2, 1);
    transition: all 1s cubic-bezier(0, 0, 0.2, 1);
    border-radius: 50%;
    background: #fe0000;
    margin: 0 auto;
    display: inline-block;
    font-size: 24px;
    text-align: center;
    color: #ffffff;
    margin-top: 180px;
    z-index: 9;
}

.video-banner-content .title {
    color: #ffffff;
    margin-bottom: 0;
}

.left-video .field__label {
    font-weight: bold;
    display: none;
}

.video-embed-field-responsive-video {
    display: none;
}

.campus-content .features-list .features-box {
    float: left;
    margin-bottom: 15px;
    width: 100%;
}

.campus-content .features-list .color-secondary-style .icon {
    width: 20%;
    background-image: url('/themes/custom/rvsolutions/images/mission.png');
    background-size: 100% 100%;
    float: left;
    height: 85px;
    background-repeat: no-repeat;
    width: 85px;
    cursor: pointer;
}

.campus-content .features-list .color-secondary-style .icon:hover {
    width: 20%;
    background-image: url('/themes/custom/rvsolutions/images/mission-hover.png');
    background-size: 100% 100%;
    float: left;
    height: 85px;
    background-repeat: no-repeat;
    width: 85px;
    cursor: pointer;
}

.campus-content .features-list .color-primary-style .icon {
    width: 20%;
    background-image: url('/themes/custom/rvsolutions/images/vision.png');
    background-size: 100% 100%;
    float: left;
    height: 85px;
    background-repeat: no-repeat;
    width: 85px;
    cursor: pointer;
}

.campus-content .features-list .color-primary-style .icon:hover {
    width: 20%;
    background-image: url('/themes/custom/rvsolutions/images/vision-hover.png');
    background-size: 100% 100%;
    float: left;
    height: 85px;
    background-repeat: no-repeat;
    width: 85px;
    cursor: pointer;
}

.campus-content .features-list .color-extra05-style .icon {
    width: 20%;
    background-image: url('/themes/custom/rvsolutions/images/core.png');
    background-size: 100% 100%;
    float: left;
    height: 85px;
    background-repeat: no-repeat;
    width: 85px;
    cursor: pointer;
}

.campus-content .features-list .color-extra05-style .icon:hover {
    width: 20%;
    background-image: url('/themes/custom/rvsolutions/images/core-hover.png');
    background-size: 100% 100%;
    float: left;
    height: 85px;
    background-repeat: no-repeat;
    width: 85px;
    cursor: pointer;
}

.campus-content .features-list .content {
    width: 80%;
    padding-left: 15px;
    float: left;
}

.campus-content {
    box-shadow: 0px 10px 50px 0px rgba(26, 46, 85, 0.1);
    border-radius: 0 5px 5px 5px;
    padding: 40px 20px 40px 20px;
    margin-left: -120px;
    /* margin-top: 40px; */
    position: relative;
    z-index: 9;
    background-color: #ffffff;
    height: 430px;
}

.campus-content .title {
    text-transform: capitalize;
    font-weight: 700;
    font-size: 18px;
    color: #181818;
    margin-bottom: 12px;
}

.campus-content p {
    color: #000 !important;
    text-align: left;
    font-size: 15px;
    line-height: 1.73;
}

.left-video h3.title {
    font-size: 28px;
    position: relative;
    z-index: 9;
    color: #ffffff;
    font-weight: 700;
    text-align: CENTER;
}

.left-video .video-btn i.icon-18 {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-40%, -50%);
    width: 0;
    height: 0;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-left: 20px solid white;
    border-radius: 3px;
}

.video-play-btn {
    position: relative;
    width: 80px;
    height: 80px;
    background: red;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 1;
    color: white;
    font-size: 32px;
}

.video-play-btn:before,
.video-play-btn:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.3);
    transition: var(--transition);
    animation: ripple 2s linear infinite;
}

.video-play-btn:after {
    animation-delay: 1s;
}

@keyframes ripple {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(1.8);
        opacity: 0;
    }
}

.RvNumbers__modfier h2.title {
    font-size: 30px;
    font-weight: 700;
    color: #181818;
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
}

.RvNumbers__modfier {
    margin-bottom: 40px;
}

.view-gallery .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 400px;
    padding: 30px;
    width: 100%;
    background-color: #ffffff;
    object-fit: cover;
}

.view-gallery .owl-theme .owl-nav {
    display: none;
}

.view-gallery .owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 20px 3px;
}

.lifestyl__modfier p {
    padding-right: 40px;
    line-height: 30px;
}

.view-news .horizontal .views-view-grid .views-col {
    float: left;
    padding: 10px !important;
}

.information-list li,
.information-list li a {
    font-size: 14px;
    font-weight: 500;
}

.homeslider--modifier .slideTextBlk .field-content p {
    margin-top: 50px;
}

.fullWidthBlk .owl-theme .owl-dots {
    text-align: left;
    -webkit-tap-highlight-color: transparent;
}

.lifestyl__modfier {
    padding: 60px 0;
    background: #F9F7F4;
}

.FancyOverlay {
    min-height: 115px;
}

.FancyOverlay a {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: calc(1em * 1.5 * 3);
    line-height: 1.5em;
}

.menu-section--modifier .navbar-nav .nav-item:hover ul li a {
    padding: 3px 15px;
}

.slideTextBlk .view-home-text-slide .owl-carousel .owl-item {
    background: none !important;
    height: 400px !important;
    display: flex !important;
    align-items: center;
}

@media screen and (min-width: 320px) and (max-width: 1200px) {
    .left-video {
        width: 100%;
    }

    .right-discription {
        width: 100%;
        padding: 0;
        margin-top: 30px;
    }

    .right-discription .p-3 {
        padding: 0 !important;
    }

    .campus-content {
        margin-left: 0;
    }
}

@media screen and (min-width: 320px) and (max-width: 992px) {
    .row.g-5.fullWidthBlk {
        display: flex;
        flex-direction: column-reverse;
        width: 100%;
        --bs-gutter-y: 0;
        --bs-gutter-x: 0;
    }

    .latest-news {
        width: 100%;
    }

    .homeslider--modifier .inner-column {
        padding-top: 40px;
    }

    .homeslider--modifier .slideTextBlk .field-content p {
        text-align: center;
        font-size: 24px !important;
    }

    .fullWidthBlk .owl-theme .owl-nav {
        display: none;
    }

    .fullWidthBlk .owl-theme .owl-dots {
        text-align: center;
        padding-bottom: 20px;
        padding-top: 30px;
    }

    .itc-services .row.p-3 {
        --bs-gutter-x: 0;
    }

    .video-and-mission {
        padding-top: 10px;
        padding-left: 25px;
        padding-right: 25px;
    }

    .left-video {
        height: 300px;
    }

    .video-play-btn {
        margin-top: 80px;
    }

    .campus-content {
        margin-left: 0;
    }

    .col-md-5.right-discription .p-3 {
        padding: 0 !important;
    }

    .col-md-5.right-discription {
        padding: 0 !important;
        margin-top: 15px;
        background-color: #ffffff;
    }

    .campus-content .features-list .color-primary-style .icon {
        width: 20% !important;
        float: left;
        height: 45px;
        width: 45px !important;
    }

    .campus-content .features-list .color-secondary-style .icon {
        width: 20% !important;
        float: left;
        height: 45px;
        width: 45px !important;
    }

    .campus-content .features-list .color-extra05-style .icon {
        width: 20% !important;
        float: left;
        height: 45px;
        width: 45px !important;
    }

    .campus-content {
        box-shadow: none !important;
    }

    .counter__modifier h2 {
        font-size: 27px;
    }

    .view-news .views-view-grid .views-col {
        float: left;
        width: 100% !important;
    }

    .lifestyl__modfier {
        padding: 30px 25px;
        background: #F9F7F4;
    }

    .logoBlkInner .views-view-responsive-grid {
        display: inline-grid;
    }

    .logoBlkInner .views-view-responsive-grid .views-view-responsive-grid__item img {
        max-width: 100% !important;
    }

    footer {
        padding: 0px 0px !important;
    }

    .lifestyl__modfier p {
        padding-right: 0px;
    }

    .view-gallery .owl-carousel .owl-item img {
        height: 350px;
    }

    .menu-section--modifier ul>li {
        border-bottom: 1px solid #e7e7e7;
        padding: 20px;
    }

    .menu-section--modifier .navbar-nav .nav-item ul {
        position: relative;
        padding-left: 0;
        list-style: none;
    }

    .slideTextBlk .view-home-text-slide .owl-carousel .owl-item {
        height: 150px !important;
    }
}

@media screen and (min-width: 320px) and (max-width: 768px) {
    .ceo-details {
        padding-left: 15px;
        width: 65%;
    }

    .ceo-details h2 {
        width: auto !important;
    }
}


/* common style */

#block-rvsolutions-bannerimage::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: none !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0000ee', endColorstr='#461f72', GradientType=1);
    background-image: linear-gradient(48deg, #0000ee 0%, #ec1919 72%, #461f72 100%) !important;
    opacity: 0.80;
}


#block-rvsolutions-bannerimage {
    position: relative;
}


.top-bar-social .toplinksmain ul li a {
    color: #fff !important;
}
.layout-wrapper .main-content h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    margin: 0 0 10px;
    font-weight: 600 !important;
    margin-top: 20px;
}

.layout-wrapper .main-content h4 {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px !important;
    margin: 0 0 10px;
    color: #000000;
    font-weight: 600 !important;
    margin-top: 20px;
}
.itc-services .counterup-content h3 {
    font-size: 26px !important;
    margin-top: 0 !important
}

.view-id-awards .views-field.views-field-nothing img {
    border-radius: 10px 10px 0 0 !important;
    margin-bottom: 25px;
}

.view-id-awards .views-field.views-field-nothing {
    margin: 10px;
    background-color: #f7f5f2;
    padding: 0;
    border-radius: 10px 10px 10px 10px !important;
}

.view-id-awards .views-.view-id-awards .views-field.views-field-nothing img-nothing {
    border-radius: 5px 5px 0 0;
}

.view-id-awards .views-row .views-col {
    width: 50% !important;
}

.view-id-awards::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(48deg, #0000ee 0%, #ec1919 72%, #461f72 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0000ee', endColorstr='#461f72', GradientType=1);
    opacity: 0.60;
    z-index: -1;
}

.view-awards .views-field-nothing ul {
    display: none;
}

.view-awards {
    padding: 80px 80px;
}

.path-awards main .container {
    width: 100% !important;
    max-width: 100%;
    padding: 0;
}

.footer__modifier .container {
    max-width: 1140px;
}

.view-id-career_slider_image img {
    margin-bottom: 10px;
    border-radius: 0 !important;
    margin-top: 30px;
}

article.contextual-region.node.node--type-page.node--view-mode-full {
    margin-top: 20px;
}

.career-buttons .btn.btn-primary {
    border: 1px solid #322b8a;
    background-color: transparent !important;
    color: #322b8a;
    padding: 13px 20px;
}

.view-id-career_slider_image .owl-nav {
    display: none;
}

.view-id-career_slider_image .view-footer {
    text-align: right;
}

.view-id-career_slider_image .view-footer a {
    border: 1px solid #c7c7c7;
    background-color: #ededed9e !important;
    color: #3c3c3c;
    padding: 7px 20px;
    font-size: 14px;
}

.view-id-career_slider_image .view-footer a:hover {
    border: 1px solid #c7c7c7;
    background-color: #ededede8 !important;
    color: #3c3c3c;
    padding: 7px 20px;
    font-size: 14px;
}

.view-id-gallery {
    margin-top: 50px;
    margin-bottom: 50px;
}

.view-gallery .views-row .views-col {
    width: 25% !important;
}

.views-field-field-gallery img {
    border-radius: 0 !important;
}

.view-testimonials {
    margin-top: 0px;
    margin-bottom: 40px;
}

.lifestyl__modfier .view-id-gallery {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.lifestyl__modfier.lifestyl__modfier .views-field-field-gallery {
    padding: 0;
    box-shadow: 0 0 0 1px #ddd;
    margin: 0;
}


.view-testimonials .views-view-grid .views-col {
    float: left;
    margin: 1%;
    background-color: #f5f5f5 !important;
    text-align: center;
    padding: 30px;
    border-radius: 3px;
    min-height: 441px;
    width: 48% !important;
    margin-top: 60px;
}

.view-testimonials p {
    text-align: justify !important;
}

.view-testimonials .views-view-grid .views-col .img-fluid {
    border-radius: 5px;
    height: 100px;
    width: 120px;
    margin-bottom: 15px;
    border: 5px solid #322b8a;
    border-radius: 0 !important;
}

.view-testimonials .views-field.views-field-title span {
    color: #000000;
    font-weight: 600;
    margin-bottom: 5px;
    display: block;
    margin-top: 40px;
}

.view-testimonials .views-field-field-testimonial-image {
    position: relative;
}

.view-testimonials .views-field-field-testimonial-image::after {
    content: "";
    border-width: 20px;
    border-style: solid;
    border-color: #322b8a #322b8a transparent transparent;
    position: absolute;
    bottom: -23px;
    right: 47%;
    transform: rotate(-5deg);
    z-index: 9;
}

.active>.page-link,
.page-link.active {
    background-color: #322b8a;
    border-color: #322b8a;
}

.page-link {
    color: #322b8a;
}


.contacts {
    margin-top: 40px;
}

.contacts .alignnone.size-full.wp-image-5964 {
    width: 50px !important;
    float: left;
}

.left-icon {
    float: left;
    width: 10%;
}

.contacts .con-txt p {
    margin-bottom: 0 !important;
}

.con-txt {
    float: left;
    width: 90%;
    padding-left: 15px;
}

h3.txt-hed {
    margin-top: 0 !important;
    color: #101010;
    font-weight: 600;
}

.contacts address {
    float: left;
}

.con-txt.phone p a {
    text-decoration: none;
    margin-top: 12px;
    float: left;
    color: #4b4a4a;
}

.con-txt.mail-txt p a {
    text-decoration: none;
    margin-top: 12px;
    float: left;
    color: #4b4a4a;
}


div#block-rvsolutions-webform {
    background-color: #e1e2e4 !important;
    /* border: 1px solid #d8d8d8; */
    padding: 25px;
    border-radius: 10px;
    margin-bottom: 40px;
}

input#edit-actions-submit {
    background: #322b8a !important;
    border: 1px solid #322b8a !important;
    padding: 10px 25px;
}

#edit-actions-submit span.fieldset-legend {
    font-weight: 100;
}

#edit-actions-submit .form-control {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 0;
    box-sizing: border-box;
    margin: 0;
    outline: medium none;
    padding: 6px 8px;
    margin-bottom: 0px;
    color: #898b8d;
}


nav#block-rvsolutions-telecomservicesmenu {
    padding: 20px;
    border-radius: 6px;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.08);
    background: #FFF;
    float: left;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 80px;
}

h5#block-rvsolutions-telecomservicesmenu-menu {
    width: 100%;
    border-bottom: 1px solid hsl(0, 0%, 95%);
    margin-bottom: 14px;
    padding-bottom: 22px;
    font-weight: 800;
    font-size: 18px;
    padding-top: 5px;
    margin-bottom: -1px;
}

#block-rvsolutions-telecomservicesmenu .navbar-nav li {
    padding: 6px 0px;
    font-size: 14px;
    font-weight: 600;
    border-bottom: 0;
    display: block;
    border-top: 1px solid #f3f3f3;
}

/* #block-rvsolutions-telecomservicesmenu  .navbar-nav li .svg-inline--fa {
    position: absolute;
    right: 27px;
} */
#block-rvsolutions-telecomservicesmenu .navbar-nav ul {
    list-style: none;
    padding-left: 0;
}

.main-content ol li {
    font-size: 15px;
    color: #4b4a4a;
}

.main-content ul li {
    font-size: 15px;
    color: #4b4a4a;
}



nav#block-rvsolutions-softwareservices {
    padding: 20px;
    border-radius: 6px;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.08);
    background: #FFF;
    float: left;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 80px;
}

h5#block-rvsolutions-softwareservices {
    width: 100%;
    border-bottom: 1px solid hsl(0, 0%, 95%);
    margin-bottom: 14px;
    padding-bottom: 22px;
    font-weight: 800;
    font-size: 18px;
    padding-top: 5px;
    margin-bottom: -1px;
}

#block-rvsolutions-softwareservices .navbar-nav li {
    padding: 6px 0px;
    font-size: 14px;
    font-weight: 600;
    border-bottom: 0;
    display: block;
    border-top: 1px solid #f3f3f3;
}

/* #block-rvsolutions-softwareservices  .navbar-nav li .svg-inline--fa {
    position: absolute;
    right: 27px;
} */
#block-rvsolutions-softwareservices .navbar-nav ul {
    list-style: none;
    padding-left: 0;
}

/* .main-content .text-formatted.field.field--name-body img {
    width: 60% !important;
    height: auto;
    margin-left: 149px;
    margin-top: 19px;
} */
.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}
img.aligncenter.wp-image-17905.size-large {
    width: 755px;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
}
/* Drop down  softwareservices icon*/
#block-rvsolutions-softwareservices .navbar-nav li {
    position: relative;
}

#block-rvsolutions-softwareservices h5 {
    font-weight: 600;
}

#block-rvsolutions-softwareservices h5 {
    font-weight: 600;
    background: url(/themes/custom/rvsolutions/images/portfolio-rv.png);
    background-repeat: no-repeat;
    padding-left: 60px;
    padding-bottom: 20px;
}

/* #block-rvsolutions-softwareservices .navbar-nav ul li::after {
    background: url('//themes/custom/rvsolutions/images/plus-icon.jpg');
    display: inline-block;
    margin-left: 12px;
    vertical-align: .255em;
    content: "";
    width: 30px;
    height: 30px;
    border: none;
    position: absolute;
    right: -10px;
    bottom: 4px;
    background-size: 12px 12px;
    background-repeat: no-repeat;
} */
#block-rvsolutions-softwareservices .dropdown-toggle::after {
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    display: inline-block;
    margin-left: 12px;
    vertical-align: .255em;
    content: "";
    width: 0.6em;
    height: 2px;
    background-color: currentColor;
    border: none;
}

/* #block-rvsolutions-softwareservices .navbar-nav li .svg-inline--fa {
    display: block;
} */


/* Drop down  ictservicesmenu icon*/
#block-rvsolutions-ictservicesmenu .navbar-nav li {
    position: relative;
}

#block-rvsolutions-ictservicesmenu h5 {
    font-weight: 600;
}

#block-rvsolutions-ictservicesmenu h5 {
    font-weight: 600;
    background: url(/themes/custom/rvsolutions/images/portfolio-rv.png);
    background-repeat: no-repeat;
    padding-left: 60px;
    padding-bottom: 20px;
}

/* #block-rvsolutions-ictservicesmenu .navbar-nav ul li::after {
    background: url('//themes/custom/rvsolutions/images/plus-icon.jpg');
    display: inline-block;
    margin-left: 12px;
    vertical-align: .255em;
    content: "";
    width: 30px;
    height: 30px;
    border: none;
    position: absolute;
    right: -10px;
    bottom: 4px;
    background-size: 12px 12px;
    background-repeat: no-repeat;
} */
#block-rvsolutions-ictservicesmenu .dropdown-toggle::after {
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    display: inline-block;
    margin-left: 12px;
    vertical-align: .255em;
    content: "";
    width: 0.6em;
    height: 2px;
    background-color: currentColor;
    border: none;
}

/* #block-rvsolutions-ictservicesmenu .navbar-nav li .svg-inline--fa {
    display: block;
} */


/* Drop down  ictservicesmenu icon*/
#block-rvsolutions-telecomservicesmenu .navbar-nav li {
    position: relative;
}

#block-rvsolutions-telecomservicesmenu h5 {
    font-weight: 600;
    background: url(/themes/custom/rvsolutions/images/portfolio-rv.png);
    background-repeat: no-repeat;
    padding-left: 60px;
    padding-bottom: 20px;
}

/* #block-rvsolutions-telecomservicesmenu .navbar-nav ul li::after {
    background: url('//themes/custom/rvsolutions/images/plus-icon.jpg');
    display: inline-block;
    margin-left: 12px;
    vertical-align: .255em;
    content: "";
    width: 30px;
    height: 30px;
    border: none;
    position: absolute;
    right: -10px;
    bottom: 4px;
    background-size: 12px 12px;
    background-repeat: no-repeat;
} */
#block-rvsolutions-telecomservicesmenu .dropdown-toggle::after {
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    display: inline-block;
    margin-left: 12px;
    vertical-align: .255em;
    content: "";
    width: 0.6em;
    height: 2px;
    background-color: currentColor;
    border: none;
}

/* #block-rvsolutions-telecomservicesmenu .navbar-nav li .svg-inline--fa {
    display: block;
} */




/* Drop down  consumerservicesmenu icon*/
#block-rvsolutions-consumerservicesmenu .navbar-nav li {
    position: relative;
}

#block-rvsolutions-consumerservicesmenu h5 {
    font-weight: 600;
    background: url(/themes/custom/rvsolutions/images/portfolio-rv.png);
    background-repeat: no-repeat;
    padding-left: 60px;
    padding-bottom: 20px;
}

#block-rvsolutions-consumerservicesmenu h5 {
    font-weight: 600;
}

/* #block-rvsolutions-consumerservicesmenu .navbar-nav ul li::after {
    background: url('//themes/custom/rvsolutions/images/plus-icon.jpg');
    display: inline-block;
    margin-left: 12px;
    vertical-align: .255em;
    content: "";
    width: 30px;
    height: 30px;
    border: none;
    position: absolute;
    right: -10px;
    bottom: 4px;
    background-size: 12px 12px;
    background-repeat: no-repeat;
} */
#block-rvsolutions-consumerservicesmenu .dropdown-toggle::after {
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    display: inline-block;
    margin-left: 12px;
    vertical-align: .255em;
    content: "";
    width: 0.6em;
    height: 2px;
    background-color: currentColor;
    border: none;
}

/* #block-rvsolutions-consumerservicesmenu .navbar-nav li .svg-inline--fa {
    display: block;
} */

.clearfix.text-formatted.field.field--name-body.field--type-text-with-summary.field--label-hidden.field__item ul {
    list-style: square;
}

#block-rvsolutions-headercontactdetails ul li a {
    color: #322b8a;
    text-decoration: none;
}

.clearfix.text-formatted.field.field--name-body.field--type-text-with-summary.field--label-hidden.field__item ul li a {
    color: #000000;
    text-decoration: none;
}

.clearfix.text-formatted.field.field--name-body.field--type-text-with-summary.field--label-hidden.field__item ol li strong {
    margin-bottom: 10px;
    margin-top: 10px;
    display: block;
}

.footer__modifier ul {
    list-style: none !important;
}

.view-id-news {
    margin-top: 50px;
}

.col-lg-3.col-md-6.col-12.c-newsbox {
    border: 1px solid #cfcfcf;
    border-radius: 10px 10px 0 0 !important;
    margin: 10px;
    caption-side: 25;
    width: calc(25% - 20px) !important;
    padding: 0;
    height: 281px;
}

.col-lg-3.col-md-6.col-12.c-newsbox .img-fluid {
    /* border-radius: 10px !important; */
    margin-bottom: 15px;
    /* min-height: 100px; */
}

.col-lg-3.col-md-6.col-12.c-newsbox .field-content a {
    color: #121212;
    text-decoration: none;
    padding-left: 15px;
    float: left;
    margin-bottom: 20px;
    padding-right: 15px;
    font-weight: 600;
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 400 !important;
    line-height: 1.4;
}

.col-lg-3.col-md-6.col-12.c-newsbox .views-field-body {
    display: none;
}

form#webform-submission-job-application-node-192-add-form .js-form-item.form-item.js-form-type-email.form-type-email.js-form-item-email.form-item-email {
    width: 100%;
    padding: 0;
    margin-bottom: 20px !important;
    margin-top: 0;
}

form#webform-submission-job-application-node-192-add-form fieldset.captcha.captcha-type-challenge--math {
    float: unset;
    width: 100%;
}

form#webform-submission-job-application-node-192-add-form #edit-actions {
    float: unset;
    margin-bottom: 20px;
}

form#webform-submission-job-application-node-192-add-form #edit-upload-your-cv--description {
    display: none;
}

form#webform-submission-job-application-node-192-add-form #edit-captcha-response--description {
    display: none;
}

/* .video-and-mission .left-video h3{
    font-size: 24px !important;
}
.video-and-mission h3.title {
     font-size: 24px !important; 
} */
#block-rvsolutions-content .left-video h3.title {
    font-size: 28px !important;
}

.view-header {
    color: #181818;
    font-size: 18px;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 15px;
    float: left;
    display: block;
    width: 100%;
}
.field--type-text-with-summary .ewast-container.ewast-container .left img {
    width: 73% !important;
    margin-left: 63px;
}

.views-field.views-field-field-logo-of-the-client img {
    /* border: 1px solid hsl(0, 0%, 80%); */
    display: inline-block;
    float: left;
    height: 100px;
    object-fit: contain;
    padding: 0px;
    vertical-align: top;
    width: 50%;
    border-radius: 0 !important;
    padding: 10px;
    margin: 0px;
    padding: 8px 8px;
}

.view-our-clients .views-row {
    float: left;
    width: calc(16% - 35px);
    margin: 8px;
    margin-bottom: 15px;
}

.view-our-clients .view-content {
    display: inline;
}

.view-our-clients .view-content .field-content {
    font-size: 0px;
}

.view-our-clients .views-row {
    float: left;
}

.view-our-clients .views-field.views-field-title {
    height: 80px;
    margin-bottom: 20px;
    margin-top: 10px;
    text-align: center;
}

.views-field-nothing .logo {
    /* border: 1px solid hsl(0, 0%, 80%); */
    display: inline-block;
    float: left;
    height: 73px;
    padding: 0px;
    vertical-align: top;
    width: 100%;
    border-radius: 0 !important;
    padding: 10px;
    text-align: center;
}

.views-field-nothing .logo img {
    /* border: 1px solid hsl(0, 0%, 80%);
    display: inline-block;
    float: left;
    height: 73px;
    padding: 0px;
    vertical-align: top;
    width: 100%;
    border-radius: 0 !important;
    padding: 10px;
    margin: 10p;
    margin-bottom: 5px;
    padding: 10px 38px; */
    border-radius: 0 !important;
    /* height: 100px; */
    width: auto !important;
    max-height: 60px;
}

.views-field-nothing .ltitle {
    text-align: center;
    float: left;
    height: 36px;
    overflow: hidden;
    width: 100%;
    display: none;
}
.top-bar-social .topLeftText ul {
    list-style: none !important;
}

.field--type-text-with-summary .ewast-container.ewast-container .left {
    float: left;
    width: 40% !important;
    height: auto;
}

.field--type-text-with-summary .ewast-container.ewast-container .right {
    float: left;
    width: 60% !important;
}

.clearFix {
    clear: both;
}

.ewast-container {
    margin-bottom: 50px;
}

.ewast-container .left img {
    height: auto;
}

.bottomContent.bottomContent.bottomContent img {
    margin-bottom: 30px;
    margin: 0 auto;
    clear: both;
    display: block;
}

.ewast-container .right p {
    font-size: 18px !important;
    font-family: 'Open Sans' !important;
    color: rgb(48, 47, 47) !important;
    text-align: justify;
    margin-top: 15px;
    line-height: 30px;
}

.bottomContent p {
    font-size: 16px !important;
    font-family: 'Open Sans' !important;
    color: rgb(48, 47, 47);
}

.bottomContent span {
    font-size: 16px !important;
    color: rgb(48, 47, 47);
    font-family: 'Open Sans' !important;
}

.NewsRoom__modfier .col-lg-3.col-md-6.col-12.c-newsbox {
    border: none;
}

div#block-rvsolutions-bannerimage {
    margin-bottom: 0px;
}

#block-rvsolutions-page-title {
    position: relative;
}

.space-bt {
    margin-top: 0px;
}

.view-awards {
    position: relative;
/*     top: -30px; */
    background-image:
        url(https://www.rvsolutions.in/wp-content/themes/moesia/final_design/assets/images/schedule_shape2.png),
        url(https://www.rvsolutions.in/wp-content/themes/moesia/final_design/assets/images/schedule_shape1.png);
    background-repeat: no-repeat, no-repeat;
    background-position: left top, right top;
}

/* .view-id-awards{
    background: url(https://www.rvsolutions.in/wp-content/themes/moesia/final_design/assets/images/schedule_shape1.png);
    background-position: right;
    background-repeat: no-repeat;
    background-position: right top;
} */
.js-form-item label {
    font-size: 14px;

}

span.fieldset-legend {
    font-weight: 200;
}

.webform-type-webform-telephone .form-item {
    width: 100% !important;
}

#block-rvsolutions-webform h2 {
    /* border-bottom: 1px solid #c5c5c575; */
    padding-bottom: 15px;
}

.webform-type-webform-telephone .iti--allow-dropdown {
    width: 100%;
}

legend.captcha__title.js-form-required.form-required {
    font-size: 18px;
}

.captcha__description.description {
    font-size: 14px;
}

div#block-rvsolutions-views-block-testimonials-block-1 h2 {
    margin-top: 30px;
    font-size: 22px;
    padding-left: 15px;
}

div#block-rvsolutions-views-block-testimonials-block-1 .view-testimonials {
    margin-top: 0;
}

.layout-wrapper .main-content .content ol {
    padding-left: 15px !important;
    line-height: 36px;
}

.layout-wrapper .main-content .content ol li {
    color: #000000 !important;
}

.layout-wrapper .main-content .content ul li {
    color: #000000 !important;
    line-height: 34px;
}

#block-rvsolutions-content .counterup-content .title {
    font-family: 'Open Sans', sans-serif !important;
    color: #000000;
    font-weight: 700;
    font-size: 28px !important;
}
img.alignnone.size-full.wp-image-18339 {
    width: 755px;
    height: auto;
    padding-top: 20px !important;
}

.itc-services span.color-primary.fontSize {
    font-size: 34px;
}

.video-and-mission h3.title {
    color: #fff !important;
}

.entry-title {
    color: #1e283a !important;
    font-size: 26px !important;
    font-weight: 600;
    line-height: 32px !important;
    text-align: left !important;
    margin: 0px !important;
    padding: 0px !important;
    margin-top: 49px !important;
}

.view-id-gallery {
    margin-top: 5px;
    margin-bottom: 50px;
}

.view-career .card {
    float: left;
    clear: both;
    margin-bottom: 20px;
    border-bottom: 1px dashed #cccccc;
    padding-bottom: 20px;
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
    border: 2px solid #f5f5f5;
}

.view-career h5.card-title {
    background: #ebebeb none repeat scroll 0 0;
    color: #000;
    display: inline-block;
    left: -49px;
    line-height: 35px;
    margin: 0 0 40px;
    padding: 6px 17px 7px 49px;
    position: relative;
    font-size: 20px;
    color: #034da2;
}

.view-career .card-title::after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: -1px;
    width: 0;
    height: 0;
    border-left: 13px solid transparent;
    border-top: 13px solid #ebebeb;
    top: 47px;
}

.view-career .card-text {
    margin-bottom: 20px !important;
    float: left;
    display: block;
    width: 100%;
}

.view-career .more-field {
    line-height: 48px;
    position: relative;
    top: -8px;
}

.view-career .readmore a {
    background: #024da2 none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff !important;
    font-size: 12px;
    padding: 8px 16px 8px 21px;
    position: relative;
    text-decoration: none;
    float: left;

}

.view-career .entry-title {
    margin-top: 20px !important;
    float: left;
}

.view-career .readmore a:hover {
    background: #034085 none repeat scroll 0 0;
}

.view-career .view-id-career_slider_image img {
    margin-bottom: 10px;
    border-radius: 0 !important;
    margin-top: 60px !important;
}

.view-id-career_slider_image img {
    margin-bottom: 10px;
    border-radius: 0 !important;
    margin-top: 26px;
}

.job-details {
    float: left;
    clear: both;
    margin-bottom: 20px;
    border-bottom: 1px dashed #cccccc;
    padding-bottom: 20px;
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
    border: 2px solid #f5f5f5;
    position: relative;
    border-radius: 10px;
}

.job-details .btn-primary {
    background: #024da2 none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff !important;
    font-size: 12px;
    padding: 8px 16px 8px 21px;
    position: relative;
    text-decoration: none;
    float: left;
    position: absolute;
    right: 50px;
    top: 50px;
}

.job-details .btn-primary:hover {
    background: #034085 none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff !important;
    font-size: 12px;
    padding: 8px 16px 8px 21px;
    position: relative;
    text-decoration: none;
    float: left;
    position: absolute;
    right: 50px;
    top: 50px;
}

.view-featured-in.view-featured-in .view-header {
    margin-top: 0 !important;
}

.path-awards main .container {
    width: 100% !important;
    max-width: 100%;
    padding: 0;
}

.awards-details {
    padding-bottom: 10px;
    position: relative;
    height: 600px;
    overflow: hidden;
}

.awards-details .title {
    color: #181818;
    text-transform: uppercase;
    font-weight: 600;
    padding-left: 25px;
	margin-bottom:16px;
}

.awards-details:hover {
    background-color: #ffffff;
    cursor: pointer;
    border-radius: 10px;
}

.node__submitted {
    display: none;
}

form#webform-submission-job-application-node-192-add-form {
    border: 1px solid #dddddd;
    margin-top: 40px;
    padding: 20px;
    width: 50%;
    margin: 0 auto;
    border-radius: 10px;
    margin-bottom: 50px;
    margin-top: 50px;
    box-shadow: 1px 0px 5px -1px #c7c7c7;
}

.office-img {
    position: absolute;
    width: 300px !important;
    left: 540px;
}

div#block-rvsolutions-views-block-testimonials-block-2 h2 {
    position: relative;
    text-align: center;
    margin-bottom: 0 !important;
    margin-top: 30px;
    top: 35px;
    font-weight: 600;
}

div#block-rvsolutions-views-block-testimonials-block-3 h2 {
    position: relative;
    text-align: center;
    margin-bottom: 0 !important;
    margin-top: 30px;
    top: 35px;
    font-weight: 600;
}

div#block-rvsolutions-views-block-testimonials-block-1 h2 {
    position: relative;
    text-align: center;
    margin-bottom: 40px !important;
    margin-top: 30px;
    top: 35px;
    font-weight: 600;
    font-size: 28px;
}

div#block-rvsolutions-views-block-hod-block-1 h2 {
    font-size: 22px;
}

div#block-rvsolutions-views-block-hod-block-2 h2 {
    font-size: 22px;
}

div#block-rvsolutions-views-block-hod-block-3 h2 {
    font-size: 22px;
}

div#block-rvsolutions-views-block-hod-block-4 h2 {
    font-size: 22px;
}


div#block-rvsolutions-views-block-testimonials-block-4 h2 {
    position: relative;
    text-align: center;
    margin-bottom: 0 !important;
    margin-top: 30px;
    top: 35px;
    font-weight: 600;
}

div#block-rvsoluions-views-block-testimonials-block-3 h2 {
    position: relative;
    text-align: center;
    margin-bottom: 0 !important;
    margin-top: 30px;
    top: 15px;
}

.view-our-clients .view-header {
    border-top: 2px solid hsl(0, 0%, 95%);
    padding-top: 30px;
}

.view-our-clients.view-display-id-page_3 .view-header {
    border-top: none !important;
    padding-top: 0px !important;
    margin-top: 10px !important;
    font-size: 20px;
    margin-bottom: 0px;
    padding-left: 9px;
    font-weight: 600;
}

.view-display-id-page_4 .view-header {
    border-top: none !important;
    padding-top: none !important;
}

.view-our-clients .view-header {
    border-top: none !important;
    padding-top: 0px !important;
    margin-top: 10px !important;
}

div#block-rvsolutions-views-block-hod-block-2 h2 {
    font-size: 22px;
}

span.award-by {
    background-color: #f8941f;
    border-radius: 4px;
    padding: 4px 10px;
    font-weight: 500;
    font-size: 12px;
    color: var(--color-white);
    font-family: var(--font-secondary);
    color: #ffffff;
    font-family: inherit;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 99;
}

div#edit-upload-your-cv--description {
    font-size: 10px;
}

.awards-details .img-fluid {
    overflow: hidden;
    border-radius: 20px;
    transition: transform 0.3s ease;
    /* smooth zoom effect */
}

.awards-details .img-fluid:hover {
    transform: scale(1.07);
    /* zoom in */
}

/* 
.close-btn {
    position: absolute;
    right: -40px;
    top: -40px;
    cursor: pointer;
    z-index: 99;
    font-size: 30px;
    color: #fff;
    background: #000;
    height: 40px;
    width: 40px;
    line-height: 1.2;
    border: 2px solid #000;
    border-radius: 7px;
    padding-top: 2px;
}

.pop-up-content-wrap h3{
    margin-bottom: 0 !important;
}
div#customPopup {
    display: none !important;
} */
.close-btn {
    position: absolute;
    right: -40px;
    top: -40px;
    cursor: pointer;
    z-index: 99;
    font-size: 30px;
    color: #fff;
    background: #000;
    height: 40px;
    width: 40px;
    line-height: 1.2;
    border: 2px solid #000;
    border-radius: 7px;
    padding-top: 2px;
}

#closePopup {
    position: absolute;
    top: -36px !important;
    right: -38px !important;
    font-size: 24px;
    cursor: pointer;
}

.pop-up-content-wrap h3 {
    margin-bottom: 0 !important;
}

.awards-details .date {
    padding-left: 25px;
}

.awards-details time.datetime {
    margin-left: 10px;
}

.awards-details .date {
    padding-left: 30px;
    background: url(/themes/custom/rvsolutions/images/dateIcon.png);
    background-repeat: no-repeat;
    background-size: 22px 21px;
    margin-left: 15px;
}

.heateor_sss_sharing_container.heateor_sss_horizontal_sharing {
    margin-bottom: 0px;
    margin-top: 30px;
}

.heateor_sss_sharing_ul {
    margin-top: 5px;
}

.heateor_sss_sharing_ul a {
    margin-right: 5px;
}

.path-awards .heateor_sss_sharing_container {
    display: none;
}

.path-clients .heateor_sss_sharing_container {
    display: none;
}

.logo-card img {
    width: 50% !important;
    height: auto;
    display: block;
    /* border: 1px solid #d9d9d9; */
    border-radius: 3px;
    padding: 14px 100px;
    float: left;
}

.emp-Logo {
    display: ruby;
}

.logo-card {
    float: left;
    width: 45%;
    margin-right: 5%;
    border: 1px solid #d9d9d9;
    margin-bottom: 10px;
    height: 166px;
}

.contact-top {
    position: relative;
}

.contact-top #filterButton {
    border-radius: 5px;
    padding: 2px 0px 4px 0px;
    text-align: center;
    width: 60px;
    box-shadow: none;
    background: #1e283a;
    border: 2px solid #0b0e15;
    font-weight: 700;
    color: #ffffff;
    font-size: 15px;
    line-height: 20px;
    height: auto;
}

.contact-top .search-form select {
    border: 1px solid #ccc;
    border-radius: 5px;
    height: 30px;
    width: 150px;
    margin-right: 10px;
    color: #181818;
    font-weight: 600;
    font-size: 13px;
}

.form-sec {
    float: left;
    position: absolute;
    top: -550px;
    z-index: 99;
}

.job-sidebar span.field-content a {
    color: #323131;
    text-decoration: none;
    padding: 10px 0 !important;
    float: left;
    cursor: pointer;
    background: url(/themes/custom/rvsolutions/images/opening-arrow.png);
    background-repeat: no-repeat;
    background-position: 1px;
    padding-left: 30px !important;
}

.job-sidebar span.field-content a:hover {
    color: #024da2;
    text-decoration: none;
    padding: 10px 0 !important;
    float: left;
    cursor: pointer;
    background: url(/themes/custom/rvsolutions/images/opening-arrow-hover.png);
    background-repeat: no-repeat;
    background-position: 1px;
    padding-left: 30px !important;
}

.job-sidebar .more-link a {
    border: 1px solid #c7c7c7;
    background-color: #ededede8 !important;
    color: #3c3c3c;
    padding: 7px 20px;
    font-size: 14px;
    border-radius: 5px;
    text-decoration: none;
    float: right;
    margin-top: 20px;

}

nav.pager {
    float: left;
}

.leaflet-top,
.leaflet-bottom {
    position: absolute;
    z-index: 10 !important;
    pointer-events: none;
}

/* .navbar-nav a.nav-link.dropdown-toggle {
    font-weight: 700;
} */
.navbar-nav a.nav-link.dropdown-toggle {
    white-space: break-spaces !important;
}

/* Blog Css */
.node--type-news .news-image.mb-3 {
    width: 30%;
    float: left;
    margin-top: 10px;
}

.node--type-news h2.news-title {
    width: 70%;
    float: left;
    padding-left: 15px;
    margin-top: 10px;
}

.node--type-news .news-meta.text-muted.mb-2 {
    float: left;
    width: 70%;
    padding-left: 15px;
    margin-top: 10px;
}

.node--type-news span.news-author.me-3 {
    float: left;
}

.node--type-news .news-author strong {
    margin-left: 5px;
    float: left;
    margin-right: 10px;
}

.node--type-news .field.field--name-field-author.field--type-entity-reference.field--label-hidden.field__item {
    float: left;
}

.node--type-news .news-date {
    float: left;
}

.node--type-news .news-body {
    width: 100%;
    float: left;
}

.node--type-news .news-image.mb-3 img {
    max-height: 200px;
}

.node--type-news .news-date {
    float: left;
    width: 100%;
    margin-top: 10px;
}

.node--type-news .news-date strong {
    float: left;
    padding-left: 5px;
}

.ceo-details a:hover {
    /* background: url('/themes/custom/rvsolutions/css/images/nextArrow.PNG');
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    font-size: 22px;
    color: #000000;
    position: relative;
    top: 7px;
    font-weight: 900; */
    color: #322b8a;
}

.ceo-details .read-more svg {
    position: relative;
    top: 2px;
    left: 8px;
}

.ceo-details .read-more svg.svg-inline--fa.fa-right-long {
    height: 12px;
    position: relative;
    top: 0px;
}

.ceo-details .btnBlk svg.svg-inline--fa.fa-right-long {
    height: 12px;
    position: relative;
    top: 0px;
}

.ceo-details .read-more:hover {
    color: #322b8a;
}

.news-title span.field.field--name-title.field--type-string.field--label-hidden {
    margin-top: 16px;
    font-size: 26px;
    font-weight: 600;
    padding-left: 16px;
    display: flex;
    line-height: 35px;
}

.news-author .field--type-entity-reference a {
    background-color: #f4f4f4;
    border: 1px solid #b9b9b9;
    color: #252525 !important;
    padding: 2px 10px;
    text-decoration: none !important;
    font-size: 14px;
    border-radius: 32px;
}

.recent-post h3 {
    line-height: 24px;
    padding-bottom: 5px;
    margin-bottom: 15px;
    color: #1e283a;
    font-size: 18px;
    font-weight: inherit;
}

.recent-post .item-list {
    float: left;
}

.latest-news .leftImg {
    display: none;
}

.latest-news .rightContent {
    padding-left: 0;
    margin-top: 0;
}
.latest-news .rightContent .title {
    display: none;
}

.recent-post .item-list ul li {
    margin: 0 0 0.75em 0;
    padding: 0;
    list-style: none;
    background: url(/themes/custom/rvsolutions/css/images/sidebar-blue.png);
    background-repeat: no-repeat;
    background-position: 5px 7px;
}

.recent-post .view-header {
    line-height: 24px;
    border-bottom: 3px solid #f3f3f3;
    padding-bottom: 5px;
    margin-bottom: 15px;
    color: #1e283a;
    font-size: 18px;
    font-weight: inherit;
    font-weight: 300;
    margin-top: 0;
}

.recent-post .item-list li {
    margin-bottom: 20px;
}

.recent-post hr {
    border-bottom: 3px solid #f3f3f3;
}

.recent-post .view-id-news {
    margin-top: 30px !important;
}

.recent-post .item-list ul li a {
    margin-bottom: 25px !important;
    line-height: 24px;
    margin: 0px;
    font-family: 'Open Sans', sans-serif;
    color: #686767;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    padding-left: 21px;
    display: block;
}

.recent-post.recent-post h3 {
    line-height: 24px !important;
    border-bottom: 3px solid #f3f3f3;
    padding-bottom: 5px;
    margin-bottom: 15px !important;
    color: #1e283a !important;
    font-size: 18px !important;
    font-weight: inherit !important;
}

.recent-post.recent-post hr {
    border-bottom: none !important;
    margin-bottom: 0 !important;
    border-bottom: none !important;
    border-top: none;
    margin: 0 !important;
    padding: 0 !important;
}

.node--type-chief-executive-officer .field.field--name-field-ceo-image.field--type-image.field--label-above {
    display: none;
}

.ceoDetail .bio-describe {
    display: flex;
}

.leftImg img {
    width: 100%;
    border-radius: 100%;
}

.leftImg {
    /* width: 100%; */
    padding: 20px;
}

.ceoDetail .rightContent h2 {
    font-size: 30px;
    font-weight: 700;
    margin-top: 20px;
}

.ceoDetail .rightContent .designation {
    font-size: 16px;
    line-height: 21px;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: #000;
}

.ceoDetail .rightContent .designation {
    font-size: 16px;
    font-weight: 600;
}

.rightContent {
    /* width: 165%; */
    padding-left: 30px;
    margin-top: 10px;
}

.team-details__top-content-social-links {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
}

.team-details__top-content-social-links li {
    position: relative;
    display: inline-block;
    margin-right: 16px;
}

.team-details__top-content-social-links li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
    transition: all 200ms linear;
    transition-delay: 0s;
    transition-delay: 0.1s;
}

.team-details__top-content-social-links li a span {
    position: relative;
    display: block;
}


.author-profile {
    position: relative;
    display: flex;
    background: #F6F6F6;
    padding: 62px 0px 61px;
    float: left;
    width: 100%;
    background: url(/themes/custom/rvsolutions/css/images/thm-shape1.png) #F6F6F6;
    background-repeat: no-repeat;
    background-position: 22px 290px;
    background-size: 167px;
}

.author-details.author-details .author-name {
    font-size: 30px !important;
    font-weight: bold !important;
}

.author-details .author-email {
    margin-bottom: 5px;
}

.author-profile .author-designation {
    font-size: 18px !important;
    font-weight: 600;
    color: #3c3c3c !important;
    padding-top: 0px;
    margin: 0;
    line-height: 1;
    margin-bottom: 10px;
    letter-spacing: .1em;
}

.author-image {
    float: left;
    padding: 0px 50px;
    width: 100%;
}

.author-image img {
    border-radius: 100%;
}

/* .author-profile {
    position: relative;
    display: block;
    background-color: #F6F6F6;
    padding: 62px 0px 61px;
    float: left;
    width: 100%;
    overflow: hidden;
} */
/* 
.author-profile::before {
    content: "";
    position: absolute;
    background: url(/themes/custom/rvsolutions/css/images/thm-shape1.png) no-repeat;
    background-size: 167px;
    width: 167px;
    height: 167px;
    top: 290px;
    left: 22px;
    transform: rotate(90deg); 
    z-index: 0;
} */
.author-profile::before {
    content: "";
    position: absolute;
    background: url(/themes/custom/rvsolutions/css/images/thm-shape1.png) no-repeat;
    background-size: 167px;
    width: 167px;
    height: 167px;
    top: 290px;
    left: 22px;
    animation: spin 10s linear infinite;
    z-index: 0;
    background-color: #f6f6f6;
    border-radius: 100px
}

/* .bio-describe ::before {
    content: "";
    position: absolute;
    background: url(/themes/custom/rvsolutions/css/images/thm-shape1.png) no-repeat;
    background-size: 167px;
    width: 167px;
    height: 167px;
    top: 520px;
    left: 52px;
    animation: spin 10s linear infinite;
    z-index: -1;
    background-color: #ffffff;
    border-radius: 100px;
} */

.author-profile .author-bio {
    padding-right: 20px;
    /*padding-top: 30px;
    padding-bottom: 30px;*/
}

.author-image img {
    border-radius: 100%;
    z-index: 9;
    position: relative;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.spin {
    animation: spin 2s linear infinite;
}

.heateor_sss_button_twitter img {
    position: relative;
    left: -5px;
    top: -5px;
    width: 45px;
}

.footer-information .information-list img {
    height: 30px
}

.mapIconP {
    position: relative;
    top: -3px;
}

.views-view-responsive-grid__item:nth-child(2) img {
    max-width: 230px !important;
}

.views-view-responsive-grid.views-view-responsive-grid--horizontal {
    --views-responsive-grid--layout-gap: 20px !important;
}

.logoBlkInner.logoBlkInner .views-view-responsive-grid .views-view-responsive-grid__item {
    padding: 0 0 0 0px !important;
}

/* Contact form*/
div#block-rvsolutions-webform {
    float: left;
    padding: 40px 300px 40px 300px !important;
    padding-bottom: 0 !important;
    margin-bottom: 0px !important;
}

div#block-rvsolutions-webform .form-control:focus {
    border-color: none;
    outline: 0 !important;
    box-shadow: none !important;
}

#block-rvsolutions-webform h2 {
    font-size: 26px;
}

input#edit-actions-submit {
    font-size: 14px;
}

#block-rvsolutions-webform span.fieldset-legend {
    font-weight: 600;
    font-size: 14px;
}

.js-form-item.form-item.js-form-type-textfield.form-type-textfield.js-form-item-name.form-item-name {
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding: 5px;
    margin-bottom: 0 !important;
}

.js-form-item.form-item.js-form-type-email.form-type-email.js-form-item-email.form-item-email {
    float: left;
    width: 50%;
    padding: 8px;
    margin-bottom: 0 !important;
}

fieldset#edit-mobile-no--wrapper {
    width: 50%;
    float: right;
    padding: 8px;
    margin-bottom: 0 !important;
}

.js-form-item.form-item.js-form-type-textfield.form-type-textfield.js-form-item-subject.form-item-subject {
    float: left;
    width: 50%;
    padding: 5px;
    margin-bottom: 0 !important;
}

.js-form-item.form-item.js-form-type-textarea.form-type-textarea.js-form-item-message.form-item-message {
    float: left;
    width: 100%;
}

fieldset.captcha.captcha-type-challenge--math {
    float: left;
    width: 100%;
}

div#edit-actions {
    /* float: left; */
    margin-bottom: 70px;
}

div#block-rvsolutions-webform #edit-captcha-response {
    max-width: 150px;
    margin-bottom: 10px;
}

.captcha__description.description {
    display: none;
}

.js-form-item.form-item.js-form-type-textfield.form-type-textfield.js-form-item-captcha-response.form-item-captcha-response {
    margin-bottom: 10px;
}

.job-sidebar.job-sidebar h3 {
    border-bottom: 1px solid #cccccc;
    margin-bottom: 5px;
    margin-top: 0;
    padding-bottom: 10px;
    position: relative;
    font-size: 23px !important;
    font-weight: 600 !important;
}

#block-rvsolutions-content .field--type-text-with-summary h3.about-ht {
    font-size: 18px !important;
    font-weight: 600;
    margin: 10px 0 10px !important;
}
.navbar-nav .dropdown-toggle::after {
    display: none !important;
}

.sticky--modifier .top-bar-social {
    display: none !important;
}

#header--modifier.sticky--modifier {
    padding: 8px 0;
}

.custom-model-wrap {
    max-width: 45% !important;
    position: relative;
}

.custom-model-wrap h3 {
    margin-top: 0 !important;
}

.spareDetail ul li strong {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

.spareDetail li {
    color: #000000 !important;
    line-height: 25px !important;
    margin-bottom: 8px !important;
}

.spareDetail li:first strong {
    margin-top: 40px !important;
    width: 100%;
    display: block !important;
    line-height: 35px;
    color: #302f2f;
}

.recent-post.recent-post h3 {
    line-height: 24px !important;
    border-bottom: 3px solid #f3f3f3;
    padding-bottom: 5px;
    margin-bottom: 15px !important;
    color: #1e283a !important;
    font-size: 18px !important;
}

/* RightSide Tab Menu */
#block-rvsolutions-telecomservicesmenu a.nav-link.dropdown-toggle {
    background: url(/themes/custom/rvsolutions/images/accordian-hide.jpg);
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 20px;
}

#block-rvsolutions-telecomservicesmenu a.nav-link.dropdown-toggle.active {
    background: url(https://www.rvsolutions.in/wp-content/themes/moesia/images/accordian-show.jpg);
    background-repeat: no-repeat;
    background-position: right;
    color: #2a6496;
}

#block-rvsolutions-ictservicesmenu a.nav-link.dropdown-toggle {
    background: url(/themes/custom/rvsolutions/images/accordian-hide.jpg);
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 20px;
}

#block-rvsolutions-ictservicesmenu a.nav-link.dropdown-toggle.active {
    background: url(https://www.rvsolutions.in/wp-content/themes/moesia/images/accordian-show.jpg);
    background-repeat: no-repeat;
    background-position: right;
}

#block-rvsolutions-consumerservicesmenu a.nav-link.dropdown-toggle {
    background: url(/themes/custom/rvsolutions/images/accordian-hide.jpg);
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 20px;
}

#block-rvsolutions-consumerservicesmenu a.nav-link.dropdown-toggle.active {
    background: url(https://www.rvsolutions.in/wp-content/themes/moesia/images/accordian-show.jpg);
    background-repeat: no-repeat;
    background-position: right;
}

#block-rvsolutions-softwareservices a.nav-link.dropdown-toggle {
    background: url(/themes/custom/rvsolutions/images/accordian-hide.jpg);
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 20px;
}

#block-rvsolutions-softwareservices a.nav-link.dropdown-toggle.active {
    background: url(https://www.rvsolutions.in/wp-content/themes/moesia/images/accordian-show.jpg);
    background-repeat: no-repeat;
    background-position: right;
}

.team-details__top-content.ceoDetail {
    margin-bottom: 30px;
}

.latest-news .team-details__top-content.ceoDetail {
    margin-bottom: 0px !important;
}

/* .view.view-news.view-id-news.view-display-id-block_3 .view-header {
    display: none;
} */

/* circle button */
.to-top {
    --scroll: 0%;
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    text-decoration: none;
    background: #fff;
    box-shadow: none;
    background-image: conic-gradient(#fe0000 var(--scroll), #ffffff 0);
    transition: background-image .2s linear;
    border: 3px solid #ffdadd;
    z-index: 99;
}

.to-top svg {
    width: 34px;
    height: 34px;
    stroke: #fe0000;
    stroke-width: 1.5;
    fill: none;
    pointer-events: none;
    background: #fff;
    border-radius: 50%;
    padding: 6px;
}
h1.new-blog {
    font-size: 20px;
    padding-top: 20px;
}
.publish-div {
    display: flex;
    gap: 6px;
    padding-bottom: 10px;
    font-size: 14px;
}
.publish-div svg.svg-inline--fa.fa-calendar-days {
    font-size: 15px;
    padding-bottom: 3px;
    color: #686767;
}

button#backtotop {
    display: none !important;
}

@media (min-width: 230px) and (max-width: 768px) {
    .latest-news .bio-describe ::before {
        display: none !important;
    }
img.aligncenter.wp-image-17874.size-full {
    width: 385px;
    height: auto;
}
#block-rvsolutions-page-title {
    position: relative;
    padding-top: 20px;
}
.content-area {
    padding: 40px 0 50px;
    background: #fff;
}
img.alignnone.size-full.wp-image-18339 {
    width: 399px;
    height: auto;
    padding-top: 20px;
}
    img.aligncenter.wp-image-17905.size-large {
    width: 343px;
    height: auto;
}
    .ceoDetail .bio-describe {
        display: block;
    }

    .ceoDetail .bio-describe {
        height: auto !important;
    }

    .rightContent {
        width: 100%;
    }

    .leftImg img {
        border-radius: 0 !important;
        height: auto;
    }

    .col-lg-3.col-md-6.col-12.c-newsbox {
        width: 100% !important;
    }

    .top-bar-social .toplinksmain ul li a {
        color: #222222 !important;
    }

    .view-awards {
        padding: 20px 20px !important;
    }

    .view-id-awards .views-row .views-col {
        width: 100% !important;
    }

    div#block-rvsolutions-bannerimage {
        margin-bottom: 0;
    }

    .view-gallery .views-row .views-col {
        width: 100% !important;
    }

    .view-testimonials .views-view-grid .views-col {
        width: 100% !important;
    }

    .left-icon {
        float: left;
        width: 50px;
    }

    .contacts address {
        float: left;
        width: 100%;
    }

    .con-txt {
        float: left;
        width: 75%
    }

    .layout-wrapper {
        display: block !important;
        margin-top: -20px !important;
    }

    .layout-wrapper .navbar-nav {
        flex-direction: column-reverse !important;
    }

    .layout-wrapper .navbar-nav li {
        width: 100% !important;
    }

    .layout-wrapper .navbar-nav .dropdown-toggle {
        white-space: break-spaces;
    }

    .navigation a.nav-link.dropdown-toggle {
        font-weight: 800;
    }

    #block-rvsolutions-page-title h1 {
        position: absolute;
        top: -94px;
        left: 0px !important;
        font-size: 20px ;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        text-align: center;
    }

    .view-testimonials {
        margin-top: 0px;
    }

    .view-id-gallery {
        margin-top: 0px;
    }

    article.container.py-5 {
        padding-top: 0 !important;
    }

    .view-id-news {
        margin-top: 0px;
    }

    .view-display-id-page_1 .col-lg-3.col-md-6.col-12.c-newsbox .img-fluid {
        width: 100%;
    }

    .NewsRoom__modfier .col-lg-3.col-md-6.col-12.c-newsbox {
        border: none;
        width: 94% !important;
    }

    .view-display-id-page_1 .col-lg-3.col-md-6.col-12.c-newsbox {
        width: 94% !important;
    }

    .view-id-our_clients .view-header {
        margin-top: 0px;
        margin-bottom: 0;
    }

    .view-our-clients .views-row {
        width: 45%;
        margin-bottom: 0;
    }

    .views-field.views-field-field-logo-of-the-client img {
        margin: 0;
    }

    .view-display-id-attachment_2 .view-header {
        border-top: 2px solid hsl(0, 0%, 95%);
        margin-top: 30px;
        padding-top: 10px;
    }

    .field--type-text-with-summary .ewast-container.ewast-container .left {
        width: 100% !important;
    }

    .right h1 {
        font-size: 28px !important;
        margin-top: 20px;
    }

    .field--type-text-with-summary .ewast-container.ewast-container .right {
        float: left;
        width: 100% !important;
    }

    .bottomContent.bottomContent.bottomContent img {
        height: 200px;
    }

    .layout-wrapper .main-content {
        width: 100% !important;
    }

    form#webform-submission-job-application-node-192-add-form {
        margin-bottom: 25px;
        width: 100%;
        margin-top: 0;
    }
    img.aligncenter.wp-image-17890.size-large {
    width: 380px !important;
    height: auto;
}
    .view-testimonials .views-view-grid .views-col {
    margin-top: 10px;
}
.heateor_sss_sharing_container.heateor_sss_horizontal_sharing {
    margin-bottom: 0px;
    margin-top: -31px;
}
    .menu-section--modifier .navbar-nav .nav-item ul {
        display: block;
        position: relative;
    }

    .menu-section--modifier ul>li {
        border-bottom: 1px solid #e7e7e7;
        padding: 10px 2px;
        margin-left: 15px;
        font-size: 12px;
        list-style: none;
    }

    .menu-section--modifier ul>li>a {
        color: #1e283a;
        line-height: 14px;
        padding: 0;
        font-weight: 400;
        font-size: 14px;
        text-transform: capitalize;
    }

    .menu-section--modifier .navbar-nav .nav-item ul {
        background-color: #f3f3f3;
        margin-top: 10px;
    }

    .menu-section--modifier ul>li {
        border-bottom: none;
        padding: 10px 1px;
        margin-left: 0px;
        list-style: none;
    }

    .nav.navbar-nav a.nav-link.dropdown-toggle {
        font-weight: 700;
    }

    .menu-section--modifier ul.navbar-nav {
        padding-top: 10px;
    }

    .field.field--name-field-about-us-image {
        position: relative;
        top: -30px;
    }

    #closePopup {
        position: absolute;
        top: -41px !important;
        right: -3px !important;
        font-size: 24px;
        cursor: pointer;
    }

    .custom-model-wrap {
        width: 100% !important;
        max-width: 250px !important;
    }

    .logo-card {
        float: left;
        width: 100%;
        margin-right: 5%;
    }

    div#map {
        margin-top: 30px;
    }

    .node--type-news .news-image.mb-3 {
        width: 100%;
    }

    .node--type-news h2.news-title {
        width: 100%;
    }

    .author-details {
        padding: 20px !important;
    }

    .author-profile {
        background: none !important;
    }

    div#block-rvsolutions-views-block-testimonials-block-1 h2 {
        top: -14px;
    }

    div#block-rvsolutions-views-block-testimonials-block-2 h2 {
        top: -14px;
    }

    div#block-rvsolutions-views-block-testimonials-block-3 h2 {
        top: -14px;
    }

    div#block-rvsolutions-views-block-testimonials-block-4 h2 {
        top: -14px;
    }

    .clearfix.text-formatted.field.field--name-body.field--type-text-with-summary.field--label-hidden.field__item {
        margin-top: 20px;
    }

    #block-rvsolutions-headercontactdetails .clearfix.text-formatted.field.field--name-body.field--type-text-with-summary.field--label-hidden.field__item {
        margin-top: 0 !important;
    }

    .js-form-item.form-item.js-form-type-textfield.form-type-textfield.js-form-item-name.form-item-name {
        width: 100%;
    }

    .js-form-item.form-item.js-form-type-email.form-type-email.js-form-item-email.form-item-email {
        width: 100%;
    }

    fieldset#edit-mobile-no--wrapper {
        width: 100%;
    }

    div#block-rvsolutions-webform {
        padding: 20px !important;
    }

    .footer-information.footer-information .information-list img {
        height: auto;
        width: auto !important;
    }

    .certifications li img {
        max-width: 56px;
        object-fit: contain !important;
    }

    #block-rvsolutions-views-block-hod-block-1 .author-profile::before {
        display: none;
    }

    #block-views block-views-blocktestimonials-block-1 .author-profile::before {
        display: none;
    }

    #block-rvsolutions-views-block-hod-block-2 .author-profile::before {
        display: none;
    }

    #block-rvsolutions-views-block-hod-block-3 .author-profile::before {
        display: none;
    }

    #block-rvsolutions-views-block-hod-block-4 .author-profile::before {
        display: none;
    }

    #block-rvsolutions-views-block-hod-block-1 .author-image {
        margin-bottom: 15px;
        width: 100%;
    }

    #block-rvsolutions-views-block-hod-block-2 .author-image {
        margin-bottom: 15px;
        width: 100%;
    }

    #block-rvsolutions-views-block-hod-block-3 .author-image {
        margin-bottom: 15px;
        width: 100%;
    }

    #block-rvsolutions-views-block-hod-block-4 .author-image {
        margin-bottom: 15px;
        width: 100%;
    }

}

@media (min-width: 768px) and (max-width: 2768px) {
    #block-rvsolutions-page-title h1 {
        position: absolute;
        /* top: -144px; */
        z-index: 9;
        /* left: 112px; */
        color: #ffffff !important;
        white-space: normal;
        /* Prevents text from wrapping */
        overflow: hidden;
        /* Hides overflow text */
        text-overflow: ellipsis;
        /* Adds the ellipsis */
        width: 84%;
        font-size: 32px;
        font-weight: 700;
    }
    
h1.new-blog {
    font-size: 20px;
    padding-top: 30px;
}
    .footer-information.footer-information .information-list img {
        height: auto;
        width: auto !important;
    }
}

@media (min-width: 1200px) {

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

@media only screen and (max-width: 991px) {
    .top-bar-social .toplinksmain ul li a {
        color: var(--color-primary) !important;
    }
}


#scrollTopBtn {
    position: fixed;
    bottom: 25px;
    right: 25px;
    width: 81px;
    height: 60px;
    background: #ffffff00;
    border-radius: 50%;
    cursor: pointer;
    border: none;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    transition: 0.3s;
}
  
  #scrollTopBtn.show {
    display: flex;
  }
  
.arrow {
    position: absolute;
    font-size: 25px;
    color: #ff0000;
}
#block-rvsolutions-telecomservicesmenu .navbar-nav li a:hover {
    color: #322b8a;
}
.tableclass {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 15px;
}

.tableclass td, .tableclass th {
    border: 1px solid #ccc;
    padding: 8px 12px;
}

.tableclass strong {
    font-weight: bold;
}
.logo-card p {
    text-align: center;
}
.nav-link.dropdown-toggle.active + .show .nav-link.is-active {
    color: #322b8a;
    /* font-weight: bold; */
}
#block-rvsolutions-ictservicesmenu a.nav-link.dropdown-toggle + .show .nav-link.is-active {
    color: #322b8a;
    /* font-weight: bold; */
}
#block-rvsolutions-consumerservicesmenu a.nav-link.dropdown-toggle + .show .nav-link.is-active {
    color: #322b8a;
    /* font-weight: bold; */
}
#block-rvsolutions-softwareservices a.nav-link.dropdown-toggle + .show .nav-link.is-active {
    color: #322b8a;
    /* font-weight: bold; */
}
#block-rvsolutions-ictservicesmenu a.nav-link.dropdown-toggle.active{
    color: #322b8a;
}
#block-rvsolutions-ictservicesmenu .navbar-nav li a:hover{
      color: #322b8a;
}
#block-rvsolutions-consumerservicesmenu a.nav-link.dropdown-toggle.active{
    color: #322b8a;
}
#block-rvsolutions-consumerservicesmenu .navbar-nav li a:hover{
      color: #322b8a;
}
#block-rvsolutions-softwareservices a.nav-link.dropdown-toggle.active{
    color: #322b8a;
}
#block-rvsolutions-softwareservices .navbar-nav li a:hover{
      color: #322b8a;
}
.client-section {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.empanel-section {
    flex: 1 1 45%;
    text-align: center;
}

.empanel-section-blog {
    width: 100%;
    max-width: 325px;
    height: 125px;
    /* border: 1px solid #ccc; */
    padding: 10px;
    margin: 0 auto;
    
    display: flex;
    align-items: center; /* Image center vertically */
    justify-content: center; /* Image center horizontally */
    background: #fff;
}

.empanel-section-blog img {
    max-width: 26% !important;
    max-height: 100% !important;
    object-fit: contain; /* Image crop nahi hogi – perfect fit */
}

.blog-imgtitle {
    margin-top: 10px;
    font-size:0px;
    font-weight: 600;
}
.view-our-clients.view-our-clients .views-row {
    float: left;
    width: calc(25% - 35px) !important;
    margin: 8px;
    margin-bottom: 15px;
}
.telecom-rv.contextual-region.view-our-clients.view-our-clients .views-row {
    float: left;
    width: calc(18% - 35px) !important;
    margin: 8px;
    margin-bottom: 15px;
}

/* section.container-fluid.lifestyl__modfier .view-id-gallery .img-fluid {
    border-radius: 8px;
    height: 358px !important;
} */

#scrollTopBtn.show {
    display: flex;
    transform: translate(0, 0) rotate(-90deg);
}
.arrow {
    position: absolute;
    font-size: 25px;
    color: #ff0000;
    transform: translate(0, 0) rotate(90deg);
}

.view-id-gallery .img-fluid {
    height: 156px !important;
}

#cboxTitle {
    display: none !important;
}
#block-rvsolutions-telecomservicesmenu a.nav-link {
    background: url(/themes/custom/rvsolutions/images/accordian-hide.jpg);
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 20px;
}
#block-rvsolutions-telecomservicesmenu a.nav-link:hover {
    background: url(/themes/custom/rvsolutions/images/accordian-hide1.jpg);
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 20px;
}
#block-rvsolutions-telecomservicesmenu a.nav-link.active {
    background: url(/themes/custom/rvsolutions/images/accordian-show.jpg);
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 20px;
}
#block-rvsolutions-softwareservices a.nav-link {
    background: url(/themes/custom/rvsolutions/images/accordian-hide.jpg);
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 20px;
}
#block-rvsolutions-softwareservices a.nav-link:hover {
    background: url(/themes/custom/rvsolutions/images/accordian-hide1.jpg);
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 20px;
}
#block-rvsolutions-softwareservices a.nav-link.active {
    background: url(/themes/custom/rvsolutions/images/accordian-show.jpg);
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 20px;
}
#block-rvsolutions-consumerservicesmenu a.nav-link {
    padding-right: 20px;
    background: url(/themes/custom/rvsolutions/images/accordian-hide.jpg) right center no-repeat;
    background-position: right center;
}
#block-rvsolutions-consumerservicesmenu a.nav-link:hover {
    padding-right: 20px;
    background: url(/themes/custom/rvsolutions/images/accordian-hide1.jpg) right center no-repeat;
    background-position: right center;
}
#block-rvsolutions-consumerservicesmenu a.nav-link.active {
    background: url(/themes/custom/rvsolutions/images/accordian-show.jpg);
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 20px;
}
#block-rvsolutions-ictservicesmenu a.nav-link {
    background: url(/themes/custom/rvsolutions/images/accordian-hide.jpg);
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 20px;
}
#block-rvsolutions-ictservicesmenu a.nav-link:hover {
    background: url(/themes/custom/rvsolutions/images/accordian-hide1.jpg);
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 20px;
}
#block-rvsolutions-ictservicesmenu a.nav-link.active {
    background: url(/themes/custom/rvsolutions/images/accordian-show.jpg);
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 20px;
}
/* .navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #322b8a !important;
} */
#cboxWrapper {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: none !important;
}

#block-rvsolutions-telecomservicesmenu a.nav-link.active.is-active.active{
     color: #322b8a !important;
}
#block-rvsolutions-softwareservices a.nav-link.active.is-active.active{
     color: #322b8a !important;
}
#block-rvsolutions-consumerservicesmenu a.nav-link.active.is-active.active{
     color: #322b8a !important;
}
#block-rvsolutions-ictservicesmenu a.nav-link.active.is-active.active{
     color: #322b8a !important;
}
.services-container {
    display: flex;
    gap: 4px;
}
.service-card {
    width: 178px;
    background: #a9a9a9;
    position: relative;
    text-align: center;
}
.circle {
    width: 170px;
    height: 170px;
    background: white;
    border-radius: 50%;
    margin: 10px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
.circle a.service-link {
    text-decoration: none;
    margin: 0;
    font-size: 22px;
    color: #686767 !important;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
}

.count {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    background: #0088cc;
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}
.service-card:hover {
    background: #024da2;   /* blue hover color */
    cursor: pointer;
}

.service-card:hover .circle h3 {
    color: white;          /* text white on hover */
}

.service-card:hover .count {
    background: #0088cc;     /* number circle white */
    color: #fff;        /* number text blue */
}
h3.life-at-rv.mb-3 {
    font-family: 'Open Sans', sans-serif !important;
    color: #000000;
    font-weight: 600;
    font-size: 23px !important;
    margin: 0px !important;
    padding: 0px;
    width: 100%;
}
.view-current-openings-box .owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
    display: flex;
}
.view-current-openings-box .owl-nav button.owl-prev,
.owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: transparent !important;
    border: none !important;
    font-size: 30px !important;
    color: #999 !important;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

/* Left Arrow Position */
.view-current-openings-box .owl-nav button.owl-prev {
    left: -25px;  
}

/* Right Arrow Position */
.view-current-openings-box .owl-nav button.owl-next {
    right: -25px;  
}

/* On Hover (light dark) */
.view-current-openings-box.owl-nav button.owl-prev:hover,
.owl-nav button.owl-next:hover {
    color: #666 !important;
}

/* Remove default focus outline */
.view-current-openings-box .owl-nav button.owl-prev:focus,
.owl-nav button.owl-next:focus {
    outline: none !important;
}
.view-current-openings-box .current-openings-box-wrapper.mt-4 .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #ffffff !important;
}
.view-current-openings-box .current-openings-box-wrapper.mt-4.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #ffffff !important;
}
.view-current-openings-box .current-openings-box-wrapper.mt-4.owl-theme.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #ffffff !important;
}
.aword-img{
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
    /* border-radius: 20px; */
    height: 367px;
}
.container-fluid.slider-home-second {
    padding: 0px !important;
}
/* Thankyou page css With Saurabh*/

.thank-you-form {
    max-width: 450px;
    margin: 60px auto;
    padding: 35px 28px;
    text-align: center;
    background: #ffffff;
    border-radius: 18px;
    box-shadow: 0 12px 35px rgba(0,0,0,0.10);
    font-family: "Poppins", sans-serif;
    position: relative;
    overflow: hidden;
  }
  
  /* Smooth fade-in animation */
  .thank-you-form {
    animation: fadeIn 0.8s ease;
  }
  
  @keyframes fadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
  }
  
  /* Thank you card */
  .thank-you-form {
    --card-bg-1: #f7fbff;
    --card-bg-2: #e6f0ff;
    --text-color: #073763;
    --muted: #274b6a;
    max-width: 520px;
    margin: 48px auto;
    padding: 28px 28px 30px;
    border-radius: 14px;
    background: linear-gradient(135deg, var(--card-bg-1) 0%, var(--card-bg-2) 100%);
    box-shadow: 0 10px 30px rgba(12, 35, 63, 0.12);
    text-align: center;
    color: var(--text-color);
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
    position: relative;
    overflow: hidden;
  }
  
  /* circular check mark above the title */
.thank-you-form::before {
    content: "✓";
    display: block;
    width: 72px;
    height: 72px;
    line-height: 72px;
    border-radius: 50%;
    font-size: 34px;
    color: #fff;
    background: linear-gradient(135deg, #4ade80 0%, #16a34a 100%);
    box-shadow: 0 8px 20px rgba(16, 24, 40, 0.12);
    margin-left: 195px;
    margin-bottom: 10px !important;
}
  
  /* heading and paragraphs */
.thank-you-form h1 {
    font-size: 26px;
    margin: 8px 0 6px;
    font-weight: 700;
    letter-spacing: -0.2px;
    text-align: center;
}
  
.thank-you-form p {
    margin: auto;
    font-size: 15px !important;
    color: #000000 ! IMPORTANT;
    line-height: 1;
    text-align: center;
    padding: 3px;
}
  
  /* optional button (unstyled anchors won't be affected elsewhere) */
  .thank-you-form .ty-btn {
    display: inline-block;
    margin-top: 18px;
    padding: 10px 18px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 600;
    background: linear-gradient(90deg, #2563eb 0%, #1d4ed8 100%);
    color: #fff;
    box-shadow: 0 6px 18px rgba(29, 78, 216, 0.18);
    transition: transform .12s ease, box-shadow .12s ease;
  }
  .thank-you-form .ty-btn:active,
  .thank-you-form .ty-btn:focus {
    transform: translateY(1px);
    box-shadow: 0 4px 12px rgba(29, 78, 216, 0.14);
  }
  
  /* smaller screens */
  @media (max-width: 420px) {
    .thank-you-form {
      margin: 20px 16px;
      padding: 20px;
      border-radius: 12px;
    }
    .thank-you-form::before {
      width: 60px;
      height: 60px;
      line-height: 60px;
      font-size: 30px;
      margin-bottom: 12px;
    }
    .thank-you-form h1 { font-size: 22px; }
  }
  div#block-rvsolutions-bannerimage img {
    width: 100% !important;
}
  .tabelLight thead {
    background-color: #f2f2f2;
  }
.tabelLight {
    margin-bottom: 0px;
    font-size: 15px;
}
.tabelLight td {
    font-weight: 400;
    border: 1px solid #dddddd;
    padding: 8px 15px;
}
.tabelLight th {
    font-weight: 400;
    border: 1px solid #dddddd;
    padding: 8px 15px;
}
img.aligncenter.wp-image-17890.size-large {
    width: 739px;
    height: auto;
}

.av-section {
    display: flex;
    gap: 40px;
    align-items: flex-start;
    margin: 40px 0;
}

.av-left {
    width: 50%;
    font-size: 16px;
    line-height: 1.6;
}

.av-left h3 {
    margin-top: 20px;
}

.av-left ul {
    margin-top: 10px;
    padding-left: 20px;
}

.av-right {
    width: 50%;
}

.img-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0px;
}

.img-grid img {
    width: 100%;
    height: auto;
}
.container-fluid.hod__section {
    padding: 0px;
    margin-top: 60px;
    margin-bottom: 60px;
    background: #F6F6F6;
    margin: 0;
}

.author-details .text-box p {
    font-size: 15px !important;
    margin-bottom: 30px;
    /* padding-top: 26px; */
    color: #000000 !important;
    line-height: 1.73;
}
.author-details .text-box {
    position: relative;
    display: block;
    margin: 0;
    padding-top: 26px;
}
.author-profile .author-bio p {
    font-size: 15px !important;
    margin-bottom: 30px;
    /* padding-top: 26px; */
    color: #000000 !important;
    line-height: 1.73;
}
.container-fluid.contact__form {
    padding: 0;
}
/* ==== FORM WRAPPER ==== */
#block-rvsolutions-webform {
    background: #e3e5e9;
    padding: 40px 0;
}

#block-rvsolutions-webform h2 {
    text-align: center;
    font-size: 32px;
    margin-bottom: 0px;
    font-weight: 700;
    margin-top: 30px;
    padding: 0;
}

/* ==== TWO COLUMN DESIGN ==== */
.webform-submission-form .form-item-name,
.webform-submission-form .form-item-email,
.webform-submission-form .form-item-mobile-no-phone,
.webform-submission-form .form-item-subject {
    width: 48%;
    float: left;
    /* margin-right: 4%; */
}

.webform-submission-form .form-item-email,
.webform-submission-form .form-item-subject {
    margin-right: 0;
}

/* ==== TEXTAREA FULL WIDTH ==== */
.webform-submission-form .form-item-message {
    clear: both;
    width: 100%;
    margin-top: 20px;
}

/* ==== INPUT / TEXTAREA STYLE ==== */
.webform-submission-form input.form-control,
.webform-submission-form textarea.form-control {
    border-radius: 0px;
    border: 1px solid #ccc;
    height: 45px;
}

.webform-submission-form textarea.form-control {
    height: 150px;
}

/* ==== CAPTCHA CENTER ==== */
.captcha {
    /* margin-top: 20px; */
    text-align: center;
}

.captcha .form-item-captcha-response {
    display: inline-block;
}

.captcha input.form-control {
    width: 100px;
    text-align: center;
}

/* ==== SUBMIT BUTTON ==== */
#edit-actions-submit {
    width: 100%;
    background: #162235 !important;
    border: none !important;
    padding: 18px;
    color: #fff !important;
    font-weight: 600;
    margin-top: 25px;
    border-radius: 0 !important;
}
.author-image img.img-fluid {
    border-radius: 100% !important;
}
.telecom-box {
    position: relative;
    overflow: hidden;
    text-align: center;
    height: 140px;  /* <-- yaha height badha sakte ho */
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;  /* text visible rahe */
}

.telecom-box::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(48deg, #0000ee 0%, #ec1919 72%, #461f72 100%);
    opacity: 0.7;
    pointer-events: none;
    z-index: 1;
}

.telecom-box img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;       
    object-fit: cover;     
    z-index: 0;
}

/* ==== Sourabh manali Job form style ==== */


.iti {
    position: relative;
	display:block;
}
div#edit-documents-your-cv--description {
    font-size: 11px;
}
.js-form-item label {
    font-size: 14px;
    font-weight: 600;
}
/* Captcha container */
.captcha.captcha-type-challenge--math {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f5f5f5;
    padding: 10px 15px;
    border-radius: 8px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    max-width: 300px;
}

/* Captcha text / math expression */
.captcha.captcha-type-challenge--math .captcha-question {
    font-weight: bold;
    font-size: 18px;
    color: #333;
}

/* Input box for user answer */
.captcha.captcha-type-challenge--math input {
    padding: 8px 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    width: 100px;
    text-align: center;
    font-size: 16px;
    transition: all 0.3s ease;
}

/* Input focus effect */
.captcha.captcha-type-challenge--math input:focus {
    border-color: #007bff;        /* blue border on focus */
    box-shadow: 0 0 5px rgba(0,123,255,0.5);
    outline: none;
}

/* Refresh / reload button */
.captcha.captcha-type-challenge--math .captcha-refresh {
    cursor: pointer;
    margin-left: 10px;
    font-size: 18px;
    color: #555;
    transition: color 0.3s ease;
}

.captcha.captcha-type-challenge--math .captcha-refresh:hover {
    color: #007bff;
} 
legend.captcha__title.js-form-required.form-required {
    font-size: 14px;
    font-weight: 600;
    margin-top: 40px;
}
.captcha .js-form-item label {
    font-size: 14px;
    font-weight: 600;
}

.contact__form #edit-captcha-response--description {
    display: none;
}
.contact__form fieldset.captcha.captcha-type-challenge--math {
    float: left;
    width: 100%;
    background-color: #ffffff;
}
.contact__form .captcha.captcha-type-challenge--math {
    display: flex;
    max-width: 100% !important;
}
.contact__form legend.captcha__title.js-form-required.form-required {
    text-align: left;
}
.contact__form .captcha .form-item-captcha-response {
    display: inline-flex;
}
.contact__form span.field-prefix {
    width: 100px;
    padding-top: 13px;
}
.contact__form legend.captcha__title.js-form-required.form-required {
    font-size: 14px;
    font-weight: 600;
    margin-top: 1px;
    text-align: left;
}

.leaflet-top, .leaflet-bottom {

        position: absolute;
        z-index: 1000;
        pointer-events: none;
        display: none !important;

}


.contact__form legend.captcha__title.js-form-required.form-required {
    display: none;
}
.captcha.captcha-type-challenge--math{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f5f5f5;
    padding: 10px 15px;
    border-radius: 8px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    width: 320px !important;
}
.captcha .js-form-item label {
    font-size: 11px;
    font-weight: 600;
    margin-top: 16px;
}
.contact__form span.field-prefix {
    width: 100px;
    padding-top: 13px;
    font-size: 14px;
}

/* railway Page*/

