.testimonial-items::after {
    display: none;
}
.testimonial-items .testimonial-content h6::before {
    display: none;
}
.footer-widgets-wrapper .single-footer-widget .footer-content p {
    color: #fff;
}
.footer-widgets-wrapper .single-footer-widget .list-area li a {
    color: #fff;
}
.footer-widgets-wrapper .single-footer-widget .widget-head h3 {
    color: #fff;
}
.footer-bottom .footer-wrapper {
    padding-top: 25px;
    padding-bottom: 20px;
}
@media (max-width: 1399px) {
    .footer-bottom .scroll-icon {
        left: 94%;
    }
}
.footer-bottom .scroll-icon {
    background-color: #34327C;
}
.footer-bottom .footer-wrapper p {
    color: #fff;
}
.footer-bottom .footer-wrapper .footer-menu li a {
    color: #fff;
}
.footer-widgets-wrapper {
    padding: 90px 0 72px;
}
.section-padding {
    padding: 100px 0;
}
.hero-1 .hero-content .hero-button .video-btn::before {
    border: 1px solid #5C2998;
}
.ripple::after {
    box-shadow: 0 0 0 0 #5C2998;
    opacity: 0.5;
}
.contact-info-area {
    padding-top: 90px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #fff;
    
}
.section-padding {
    padding: 95px 0;
}
.main-cta-wrapper .cta-bg {
    background-color: #FF5F00;
}
.header-main .main-menu ul li .has-homemenu {      
   width: 1200px;
    left: -570px;
    border-radius: 20px;
    padding: 25px 30px;
}
.header-main .main-menu ul li .submenu {
    -webkit-box-shadow: none;   
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb::before {
    background: transparent;
}



.btn-arrow-left {
    position: relative;
    padding-left: 14px;
    padding-right: 18px;
}

.btn-arrow-left {
    padding-right: 26px;
}

.btn-arrow-left:after { /* make two squares (before and after), looking similar to the button */
    content:"";
    position: absolute;
    top: 5px; /* move it down because of rounded corners */
    width: 19px; /* same as height */
    height: 17px; /* button_outer_height / sqrt(2) */
    background: inherit; /* use parent background */
    border: inherit; /* use parent border */
    border-left-color: transparent; /* hide left border */
    border-bottom-color: transparent; /* hide bottom border */
    border-radius: 0px 4px 0px 0px; /* round arrow corner, the shorthand property doesn't accept "inherit" so it is set to 4px */
    -webkit-border-radius: 0px 4px 0px 0px;
    -moz-border-radius: 0px 4px 0px 0px;
}

.btn-arrow-left:before,
.btn-arrow-left:after {
    transform: rotate(225deg); /* rotate left arrow squares 225 deg to point left */
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
}

.btn-arrow-left:before { /* align the "before" square to the left */
    left: -11px;
}

.btn-arrow-left:after { /* align the "after" square to the right */
    right: -9px;
}

.btn-arrow-left:before { /* bring arrow pointers to front */
    z-index: 1;
}

.btn-arrow-left:after { /* hide arrow tails background */
    background-color: white;
}
.btn {
    
    --bs-btn-line-height: 0.9;
    font-size: 15px;
}
.btn-course{
    background-color:#ffb16e;
    padding: 5px 30px;
    border-radius: 25px;
}

.btn-arrow-right{
    position: relative;
    padding-left: 16px;
    padding-right: 14px;
}
.btn-arrow-right {
    padding-left: 16px;
}

.btn-arrow-right:before,
.btn-arrow-right:after{ /* make two squares (before and after), looking similar to the button */
    content:"";
    position: absolute;
    top: 3px; /* move it down because of rounded corners */
    width: 20px; /* same as height */
    height: 20px; /* button_outer_height / sqrt(2) */
    background: inherit; /* use parent background */
    border: inherit; /* use parent border */
    border-left-color: transparent; /* hide left border */
    border-bottom-color: transparent; /* hide bottom border */
    border-radius: 0px 4px 0px 0px; /* round arrow corner, the shorthand property doesn't accept "inherit" so it is set to 4px */
    -webkit-border-radius: 0px 4px 0px 0px;
    -moz-border-radius: 0px 4px 0px 0px;
}
.btn-arrow-right:before,
.btn-arrow-right:after {
    transform: rotate(45deg); /* rotate right arrow squares 45 deg to point right */
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

.btn-arrow-right:before{ /* align the "before" square to the left */
    left: -8px;
}
.btn-info .btn-arrow-right:before{ /* align the "before" square to the left */
    left: 0px;
}
.btn-arrow-right:after{ /* align the "after" square to the right */
    right: -8px;
}
.btn-arrow-right:after{ /* bring arrow pointers to front */
    z-index: 1;
}
.btn-arrow-right:before{ /* hide arrow tails background */
    background-color: white;
}
.rating {
display: block;
position: relative;
width: 144px;
height: 24px;
background-size: 30px 24px;
background-repeat: repeat-x;
background-position: -3px 0;
border-radius: 0;
background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 24 24' width='24' height='24' xmlns='http://www.w3.org/2000/svg'><path fill='%23DDD' stroke-linejoin='round' stroke='%23DDD' d='M 525.333 570.775 L 528.39 578.125 L 536.325 578.761 L 530.28 583.94 L 532.127 591.684 L 525.333 587.534 L 518.539 591.684 L 520.386 583.94 L 514.341 578.761 L 522.276 578.125 Z' transform='matrix(-0.809017, 0.587785, -0.587785, -0.809017, 779.285368, 175.34678)'></path></svg>");
align-self:center;
}
.rating:-moz-meter-optimum::-moz-meter-bar {
background-size: 30px 24px;
background-repeat: repeat-x;
background-position: -3px 0;
background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 24 24' width='24' height='24' xmlns='http://www.w3.org/2000/svg'><path fill='orange' stroke-linejoin='round' stroke='orange' d='M 525.333 570.775 L 528.39 578.125 L 536.325 578.761 L 530.28 583.94 L 532.127 591.684 L 525.333 587.534 L 518.539 591.684 L 520.386 583.94 L 514.341 578.761 L 522.276 578.125 Z' transform='matrix(-0.809017, 0.587785, -0.587785, -0.809017, 779.285368, 175.34678)'></path></svg>");
}
.rating::-webkit-meter-bar {
background: transparent;
border-radius: 0;
border: 0;
height: 24px;
}
.rating::-webkit-meter-optimum-value {
background-color: transparent;
height: 100%;
background-size: 30px 24px;
background-repeat: repeat-x;
background-position: -3px 0;
background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 24 24' width='24' height='24' xmlns='http://www.w3.org/2000/svg'><path fill='orange' stroke-linejoin='round' stroke='orange' d='M 525.333 570.775 L 528.39 578.125 L 536.325 578.761 L 530.28 583.94 L 532.127 591.684 L 525.333 587.534 L 518.539 591.684 L 520.386 583.94 L 514.341 578.761 L 522.276 578.125 Z' transform='matrix(-0.809017, 0.587785, -0.587785, -0.809017, 779.285368, 175.34678)'></path></svg>");
}
@media (max-width:1199px) {
    .btn-arrow-left:after {
        background-color: #F4EEE5;
    }
    .btn-arrow-right:before {
        background-color: #F4EEE5;
    }        
}
.header-main .main-menu ul li .submenu li a {
    padding-bottom: 5px;
    padding-top: 5px;
}
.header-main .main-menu ul li .submenu {
    padding-left:0;
}
.header-main .main-menu ul li a {
    text-decoration:none;
}
@media (max-width: 1399px) {
    .header-4 .header-main .header-right .header-button {
        display: block!important;
    }
}
.theme-btn {
   
    text-decoration: none;
}
