:root {
    --color-primary: #652a22;
    --color-secondary: #f99933;
    --color-textSecondary: #ff5b5c;
    --color-tertiary: #f8b81f;
    --color-dark: #111212;
    --color-heading: #181818;
    --dark-color-heading: #ffffff;
    --color-border: #e5e5e5;
    --dark-color-border: #282f3a;
    --color-body: #808080;
    --gradient-primary: linear-gradient(-90deg, #652a22 0%, #642921 100%);
    --color-textSecondary: #f9972f;
}

a.edu-btn:after,
button.edu-btn:after {
    content: "";
    height: 100%;
    width: 0;
    background: -webkit-linear-gradient(right, #652a22 0%, #652a22 100%);
    background: linear-gradient(-90deg, #652a22 0%, #652a22 100%);
    border-radius: 5px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

#rihas-preloader {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 99999999999999;
    overflow: hidden;
    background-image: -webkit-linear-gradient(70deg, #652a22 0%, #652a22 100%);
    background-image: linear-gradient(20deg, #652a22 0%, #652a22 100%);
    -webkit-transition: all 1.5s ease-out;
    transition: all 1.5s ease-out;
}

.hero-banner.hero-style-3 .shape-group li.shape-3 {
    opacity: 0.25;
}

.about-style-3 {
    padding: 80px 0 85px;
    position: relative;
}

.gap-large-text {
    padding: 70px 0 65px;
}

.section-gap-large {
    padding: 70px 0 85px;
}

.video-area-2 {
    position: relative;
    z-index: 1;
    padding: 100px 0;
}

.video-banner-content .video-btn {
    margin-bottom: 35px;
}

.edu-footer .footer-top {
    position: relative;
    padding: 60px 0 50px;
}

.edu-footer.footer-style-3 {
    background-color: #67231a;
}

.edu-footer .copyright-area a {
    color: #000000;
    -webkit-transition: background 0.2s linear;
    transition: background 0.2s linear;
}

.edu-footer .copyright-area a:hover {
    color: #ffcc97 !important;
    -webkit-transition: background 0.2s linear;
    transition: background 0.2s linear;
}

.edu-footer .information-list li:hover a {
    color: #ffcc97;
}

.edu-footer .edu-footer-widget .footer-link li:hover a {
    color: #ffcc97;
}

.footer-dark .copyright-area {
    background-color: #f7f5f2;
}


.edu-footer-widget a:Hover {
    color: #cfcfcf;
}

.footer-dark .copyright-area {
    border-top: 1px solid #ffffff;
}

a.btn-transparent,
button.btn-transparent {
    color: var(--color-textSecondary);
}

@media only screen and (max-width: 767px) {
    .edu-header .header-mainmenu {
        padding-top: 0;
        padding-bottom: 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .gap-large-text {
        padding: 50px 0 50px;
    }
}

.header-style-2 .header-top-bar {
    background-color: #652a22 !important;
}

.header-style-2 .header-top .header-info li a {
    color: #ffffff;
}

.header-style-2 .header-top .header-info li:after {
    background-color: #652a22;
    height: 30px;
    display: none;
}

.edu-footer .footer-top::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: none !important;
    background-repeat: no-repeat;
}

.copyright-area {
    padding: 15px 0;
}

.about-style-8:after {
    content: "";
    height: 600px;
    width: 600px;
    border: 1px solid transparent;
    border-radius: 50%;
    position: absolute;
    top: -175px;
    left: -70px;
    z-index: -1;
}

.edu-section-gap {
    padding: 100px 0 100px;
}

.edu-footer.footer-dark p {
    color: #dbdbdb !important;
}

.footer-top.footer-dark a {
    color: #dbdbdb !important;
}

.edu-breadcrumb-area {
    background-color: #f7f5f2 !important;
    padding: 60px 0 58px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.rn-progress-parent {
    bottom: 75px !important;
}

.edu-blog .content.position-top {
    margin-top: -175px;
    margin-left: 10px;
    margin-right: 10px;
}

.myroundedimg {
    border-radius: 11px !important;
}

.edu-blog-widget {
    padding: 0px 40px;
}

.edu-blog-widget.widget-action .inner {
    background-color: #f5f9fa;
    text-align: center;
    padding: 75px 40px 90px;
    border-radius: 10px;
    position: relative;
}
.section-gap-equal {
  padding: 60px 0;
}
.mainmenu-nav .mainmenu li.has-droupdown .submenu {
  z-index: 1000 !important;
}

.header-top .header-info li {
    display: inline-block;
    margin: 0;
    font-family: var(--font-secondary);
    font-size: 14px;
    color: var(--color-white);
    padding: 14px 5px 12px;
    position: relative;
}

.header-style-2 .header-top .header-info li i {
    color: #ffffff;
}

.mainmenu-nav .mainmenu>li>a {
    color: var(--color-heading);
    font-size: 15px;
    font-weight: 600;
    padding: 0 23px;
    display: block;
    height: 90px;
    line-height: 94px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.why-choose-box-3.features-box.color-extra08-style .icon {
    background-color: #67231a;
}

.privacy-policy-area {
    padding: 70px 0 70px;
}

.privacy-policy p {
    margin-bottom: 10px;
}