.about-style-1 .inner .description {
    margin-top: 10px !important;
}

.banner-style-4 .home-four-banner-wrapper {
    min-height: auto !important;
}

.btn-sm {
    border-radius: 3px !important;
    /* background: var(--color-primary) !important; */
    font-weight: 700;
    font-size: 16px !important;
    /* color: var(--color-white) !important; */
    height: 36px !important;
    line-height: 36px !important;
    padding: 0 15px !important;
    display: inline-block !important;
}

.color-orange {
    color: #f6892b;
}

.footer-style-default .footer-top {
    padding: 40px 0 !important;
}

.edu-header .logo a img {
    max-height: 78px !important;
}

.footer-style-default .edu-footer-widget .footer-link li a {
    font-size: 14px !important;
    line-height: 15px !important;
}

.eduvibe-footer-one {
    background: #222223 !important;
}



.Rg-header-top {
    background-color: #0f3f7e;
    /* padding-top: 15px;
    padding-bottom: 15px; */
}

.Rg-header-top ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.header-contact {
    text-align: end;
}

.header-contact ul li {
    display: inline-block;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
}

.header-contact ul li i {
    margin-right: 10px;
    background-color: #f6892b;
    border-radius: 50%;
    padding: 5px;
    font-size: 15px;
}

.header-contact ul li a {
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
    display: flex;
    align-items: center;
    margin-right: 2rem;
}

.header-contact ul li a:hover {
    color: #ffffff;
}

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

.social .follow-us {
    font-size: 16px;
    color: #ffffff;
    padding-right: 10px;
    font-weight: 500;
}

.social ul li {
    display: inline-block;
    padding: 0 5px;
}

.social ul li a {
    color: #ffffff;
    font-size: 16px;
}

.social ul li a:hover {
    color: #ffffff;
}

.edu-section-gap {
    padding: 35px 0 !important;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 4rem;
    height: 4rem;
}

.carousel-dark .carousel-control-next-icon,
.carousel-dark .carousel-control-prev-icon {
    -webkit-filter: invert(0) grayscale(100);
    filter: invert(0) grayscale(100);
}

.inner .info-btn {
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    color: var(--color-heading);
    margin-left: 30px;
    transition: 0.4s;
}

.inner .info-btn i {
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 100%;
    text-align: center;
    margin-right: 15px;
    background: rgba(251, 124, 86, 0.15);
    color: var(--color-secondary);
    display: inline-block;
}

.Rg-Arrow {
    background-color: #0f3f7e;
    padding: 2px;
    border-radius: 3px;
    color: #fff;
}

.Rg-Scroll {
    /* max-height: 430px; */
    height: auto;
    overflow-x: auto;
}

.flag {
    position: fixed;
    right: 2rem;
    top: 7.6rem;
    width: 7rem;
    z-index: inherit;
}




.cityPanel {
    text-align: justify;
    margin: 30px;
}

.cityPanel h2 {
    font-size: 22px;
    background-color: #00afef;
    padding: 5px;
    color: #fff;
    text-align: center;
    border-radius: 5px;
}

.cityPanel .cityList {
    text-align: justify;
}

.cityPanel a {
    display: inline-block;
    color: #000;
    display: inline-block;
    padding: 3px 10px;
    margin: 0 5px 8px -2px;
    border: 1px solid #7a8a9e;
    border-radius: 3px;
    font-size: 12px !important;
    background-color: #ecf5ff;
    font-weight: 500;
    color: #000;
}


/* Whatsapp floating icon css start */
.mywhatsapp {
    /* padding-left: 15px; */
    /* padding-right: 15px; */
    position: fixed !important;
    z-index: 16000160 !important;
    bottom: 10rem;
    right: 30px;
    text-align: center !important;
    height: 51px;
    min-width: 51px;
    border-radius: 25px;
    visibility: visible;
    transition: none !important;
    background-color: #4dc247;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: bounce 5s infinite ease-in;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
    }

    80% {
        box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
    }
}

.mywhatsapp .Rg-whatsapp {
    display: contents;
    position: fixed;
    z-index: 999;
    background-color: #25d366;
    border-radius: 50px;
    color: #ffffff;
    text-decoration: none;
    font-size: 30px;
    box-shadow: 0px 0px 25px -6px rgb(13 68 110);
}

.mywhatsapp .Rg-whatsapp a {
    color: #ffffff;
}

.mywhatsapp .Rg-whatsapp span {
    color: white;
    font-size: 15px;
    font-family: 'Poppins';
    margin-left: 10px;
    font-weight: 300;
}

/* Whatsapp floating icon css end */







/* Resume Button Css Start  */
.RgResume-btn {
    z-index: 9998;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 45px;
    height: 45px;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    position: fixed;
    top: 70px;
    right: 35px;
    overflow: hidden;
    transition-duration: .3s;
    /* background: #7d2ae8; */
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.199);
    background: linear-gradient(82.3deg,
            rgba(150, 93, 233, 1) 10.8%,
            rgba(99, 88, 238, 1) 94.3%);
}

/* plus sign */
.sign {
    width: 100%;
    transition-duration: .3s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sign svg {
    width: 25px;
}

.sign svg path {
    fill: white;
}

/* text */
.text {
    position: absolute;
    right: 0%;
    width: 0%;
    opacity: 0;
    color: white;
    font-size: 1em;
    font-family: 'Poppins';
    font-weight: 600;
    transition-duration: .3s;
}

/* hover effect on button width */
.RgResume-btn:hover {
    width: 130px;
    border-radius: 40px;
    transition-duration: .3s;
}

.RgResume-btn:hover .sign {
    width: 40%;
    transition-duration: .3s;
    padding-left: 8px;
}

/* hover effect button's text */
.RgResume-btn:hover .text {
    opacity: 1;
    width: 60%;
    transition-duration: .3s;
    padding-right: 10px;
}

/* button click effect*/
.RgResume-btn:active {
    transform: translate(2px, 2px);
}

/* Resume Button Css End  */



/* for Project Smooth Scrolling Start  */
html {
    scroll-behavior: smooth;
}

/* for Project Smooth Scrolling End  */


/* for smooth scrollbar start  */
/* for whole project */
html {
    --scrollbarBG: #f1f1f1;
    --thumbBG: #f89d36;
}

body::-webkit-scrollbar {
    width: 14px;
}

body {
    scrollbar-width: thin;
    scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}

body::-webkit-scrollbar-track {
    background: var(--scrollbarBG);
}

body::-webkit-scrollbar-thumb {
    background-color: var(--thumbBG);
    border-radius: 6px;
    border: 3px solid var(--scrollbarBG);
}

/* for whole project end */

/* for particular area start */
/* width */
.Rg-Scroll::-webkit-scrollbar {
    width: 8px;
}

/* Track */
.Rg-Scroll::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
.Rg-Scroll::-webkit-scrollbar-thumb {
    background: #0f3f7e;
    border-radius: 10px;
}

/* Handle on hover */
.Rg-Scroll::-webkit-scrollbar-thumb:hover {
    background: #0f3f7e;
}

/* for particular area start */

/* for smooth scrollbar end  */