 @font-face {
     font-family: droid;
     src: url("../fonts/droid.ttf");
 }

 :root {
     --font-default: droid, system-ui, -apple-system, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, Liberation Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji, droid;
     --font-primary: droid, Inter, sans-serif;
     --font-secondary: Poppins, sans-serif;
 }

 :root {
     --color-default: #0a0d13;
     --color-primary: #22426e;
     --color-secondary:#22426e;
     --color-hover: #84bb18;
 }

 :root {
     scroll-behavior: smooth;
 }

 body {
     font-family: var(--font-default);
     color: var(--color-default);
 }

 a {
     color: var(--color-primary);
     text-decoration: none;
 }

 a.btn :hover {
     color: #fff !important;
 }

 p a:hover {
     color: var(--color-hover);
     text-decoration: none;
 }

 

 section {
     padding: 50px 0;
     overflow: hidden;
 }
 #header{
	 border-top: solid 3px #fff !important;
 }
 .section-header {
     text-align: center;
     padding: 30px 0;
     position: relative;
 }

 .section-header h2 {
     font-size: 32px;
     font-weight: 700;
     text-transform: uppercase;
     margin-bottom: 20px;
     padding-bottom: 0;
     color: var(--color-secondary);
     position: relative;
     z-index: 2;
     margin-bottom: 20px;
     padding-bottom: 20px;
     position: relative;
 }

 .section-header h2:after {
     content: "";
     position: absolute;
     display: block;
     width: 50px;
     height: 3px;
     background: var(--color-primary);
     left: 0;
     right: 0;
     bottom: 0;
     margin: auto;
 }

 .section-header span {
     position: absolute;
     top: 36px;
     color: #9e9e9e0f;
     left: 0;
     right: 0;
     z-index: 1;
     font-weight: 700;
     font-size: 76px;
     text-transform: uppercase;
     line-height: 0;
 }

 .section-header p {
     margin-bottom: 0;
     position: relative;
     z-index: 2;
 }

 .inner-section-header {
     text-align: right;
     padding: 30px 0;
     position: relative;
 }

 .inner-section-header h1 {
     font-size: 32px;
     font-weight: 700;
     text-transform: uppercase;
     margin-bottom: 20px;
     padding-bottom: 0;
     color: #fff;
     position: relative;
     z-index: 2;
     margin-bottom: 20px;
     padding-bottom: 20px;
     position: relative;
 }

 .inner-section-header h1:after {
     content: "";
     position: absolute;
     display: block;
     width: 50px;
     height: 3px;
     background: var(--color-primary);
     bottom: 0;
     margin: auto;
     margin-right: 10px;
 }

 .inner-section-header span {
     position: absolute;
     top: 36px;
     color: #9e9e9e0f;
     right: 0;
     z-index: 1;
     font-weight: 700;
     font-size: 76px;
     text-transform: uppercase;
     line-height: 0;
 }

 @media (max-width: 640px) {
     .section-header h2 {
         font-size: 28px;
         margin-bottom: 15px;
     }
     .section-header span {
         font-size: 38px;
     }
     .inner-section-header h1 {
         font-size: 28px;
         margin-bottom: 15px;
         margin-right: 20px;
     }
     .inner-section-header span {
         font-size: 38px;
     }
 }

 .breadcrumbs .page-header {
     padding: 140px 0 80px 0;
     position: relative;
     background-size: cover;
     background-position: center;
     background-repeat: no-repeat;
 }

 .breadcrumbs .page-header:before {
     content: "";
     background-color: rgba(14, 29, 52, 0.8);
     position: absolute;
     inset: 0;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
 }

 .breadcrumbs .page-header h2 {
     font-size: 44px;
     font-weight: 500;
     color: #fff;
     font-family: var(--font-secondary);
 }

 .breadcrumbs .page-header p {
     color: rgba(255, 255, 255, 0.8);
 }

 .breadcrumbs nav {
     background-color: #f3f6fc;
     padding: 20px 0;
 }

 .breadcrumbs nav ol {
     display: flex;
     flex-wrap: wrap;
     list-style: none;
     margin: 0;
     padding: 0;
     font-size: 16px;
     font-weight: 600;
     color: var(--color-secondary);
 }

 .breadcrumbs nav ol a {
     color: var(--color-primary);
     transition: 0.3s;
 }

 .breadcrumbs nav ol a:hover {
     text-decoration: underline;
 }

 .breadcrumbs nav ol li+li {
     padding-left: 10px;
 }

 .breadcrumbs nav ol li+li::before {
     display: inline-block;
     padding-right: 10px;
     color: #4278cc;
     content: "/";
 }

 .scroll-top {
     position: fixed;
     visibility: hidden;
     opacity: 0;
     right: 15px;
     bottom: 15px;
     z-index: 99999;
     background: var(--color-primary);
     width: 40px;
     height: 40px;
     border-radius: 4px;
     transition: all 0.4s;
 }

 .scroll-top i {
     font-size: 24px;
     color: #fff;
     line-height: 0;
 }

 .scroll-top:hover {
     background: var(--color-hover);
     color: #fff;
 }

 .scroll-top.active {
     visibility: visible;
     opacity: 1;
 }

 #preloader {
     position: fixed;
     inset: 0;
     z-index: 9999;
     overflow: hidden;
     background: #fff;
     transition: all 0.6s ease-out;
     width: 100%;
     height: 100vh;
 }

 #preloader:before,
 #preloader:after {
     content: "";
     position: absolute;
     border: 4px solid var(--color-primary);
     border-radius: 50%;
     -webkit-animation: animate-preloader 2s cubic-bezier(0, 0.2, 0.8, 1) infinite;
     animation: animate-preloader 2s cubic-bezier(0, 0.2, 0.8, 1) infinite;
 }

 #preloader:after {
     -webkit-animation-delay: -0.5s;
     animation-delay: -0.5s;
 }

 @-webkit-keyframes animate-preloader {
     0% {
         width: 10px;
         height: 10px;
         top: calc(50% - 5px);
         left: calc(50% - 5px);
         opacity: 1;
     }
     100% {
         width: 72px;
         height: 72px;
         top: calc(50% - 36px);
         left: calc(50% - 36px);
         opacity: 0;
     }
 }

 @keyframes animate-preloader {
     0% {
         width: 10px;
         height: 10px;
         top: calc(50% - 5px);
         left: calc(50% - 5px);
         opacity: 1;
     }
     100% {
         width: 72px;
         height: 72px;
         top: calc(50% - 36px);
         left: calc(50% - 36px);
         opacity: 0;
     }
 }

 @media screen and (max-width: 768px) {
     [data-aos-delay] {
         transition-delay: 0 !important;
     }
     .topcategories .border {
         margin-top: 10px;
     }
 }

 .header {
     transition: all 0.5s;
     z-index: 997;
     padding: 30px 0;
 }

 .header.sticked {
     background: rgba(14, 29, 52, 0.9);
     padding: 15px 0;
     box-shadow: 0px 2px 20px rgba(14, 29, 52, 0.1);
 }

 .header .logo img {
     max-height: 85px;
     position: absolute;
 }

 .header .logo h1 {
     font-size: 30px;
     margin: 0;
     font-weight: 700;
     color: #fff;
     font-family: var(--font-primary);
 }

 @media (min-width: 1280px) {
     .main-menu {
         display: flex;
     }
     .navbar {
         padding: 0;
     }
     .navbar ul {
         list-style: none;
         align-items: center;
     }
     .navbar li {
         position: relative;
     }
     .navbar a,
     .navbar a:focus {
         display: flex;
         align-items: center;
         justify-content: space-between;
         padding: 10px 0 10px 30px;
         font-family: var(--font-primary);
         font-size: 16px;
         font-weight: 400;
         color: rgba(255, 255, 255, 0.6);
         white-space: nowrap;
         transition: 0.3s;
     }
     .navbar a i,
     .navbar a:focus i {
         font-size: 12px;
         line-height: 0;
         margin-left: 5px;
     }
    
      
     .navbar .get-a-quote:hover,
     .navbar .get-a-quote:focus:hover {
         color: #fff;
         background: #84bb18;
     }
     .navbar .dropdown ul {
         position: absolute;
         top: calc(100% + -6px);
         margin: 0;
         padding: 10px 0;
         z-index: 99;
         background: #fff;
         box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
         transition: 0.3s;
         border-radius: 4px;
     }
     .navbar .dropdown ul li {
         min-width: 270px;
     }
     .navbar .dropdown ul a {
         padding: 10px 20px;
         font-size: 15px;
         text-transform: none;
         font-weight: 400;
         color: var(--color-secondary);
     }
     .navbar .dropdown ul a i {
         font-size: 12px;
     }
     .navbar .dropdown ul a:hover,
     .navbar .dropdown ul .active:hover,
     .navbar .dropdown ul li:hover>a {
         color: var(--color-primary);
     }
     .navbar .dropdown:hover>ul {
         opacity: 1;
         top: 100%;
         visibility: visible;
     }
     .navbar .dropdown .dropdown ul {
         top: 0;
         left: calc(100% - 30px);
         visibility: hidden;
     }
     .navbar .dropdown .dropdown:hover>ul {
         opacity: 1;
         top: 0;
         left: 100%;
         visibility: visible;
     }
 }

 @media (min-width: 1280px) and (max-width: 1366px) {
     .navbar .dropdown .dropdown ul {
         left: -90%;
     }
     .navbar .dropdown .dropdown:hover>ul {
         left: -100%;
     }
 }

 @media (min-width: 1280px) {
     .mobile-nav-show,
     .mobile-nav-hide {
         display: none;
     }
 }

 @media (max-width: 1279px) {
     .dropdown-submenu:hover>.dropdown-menu {
         right: 1% !important;
     }
     .navbar {
         position: fixed;
         top: 0;
         right: -100%;
         width: 100%;
         max-width: 400px;
         bottom: 0;
         transition: 0.3s;
         z-index: 9997;
     }
     .navbar ul {
         position: absolute;
         top: 0;
         padding: 50px 0 10px 0;
         margin: 0;
         background: #fff;
         overflow-y: auto;
         transition: 0.3s;
         z-index: 9998;
         width: 100%;
     }
     .navbar a,
     .navbar a:focus {
         display: flex;
         align-items: center;
         justify-content: space-between;
         padding: 12px 20px;
         font-family: var(--font-primary);
         font-size: 16px;
         font-weight: 500;
         color: rgba(255, 255, 255, 0.7);
         white-space: nowrap;
         transition: 0.3s;
     }
     .navbar a i,
     .navbar a:focus i {
         font-size: 12px;
         line-height: 0;
         margin-left: 5px;
     }
     .navbar a:hover,
     .navbar .active,
     .navbar .active:focus,
     .navbar li:hover>a {
         color: #fff;
     }
     .navbar .get-a-quote,
     .navbar .get-a-quote:focus {
         background: var(--color-primary);
         padding: 8px 20px;
         border-radius: 4px;
         margin: 15px;
         color: #fff;
     }
     .navbar .get-a-quote:hover,
     .navbar .get-a-quote:focus:hover {
         color: #fff;
         background: rgba(13, 66, 255, 0.8);
     }
     .navbar .dropdown ul,
     .navbar .dropdown .dropdown ul {
         position: relative;
         display: none;
         padding: 10px 0;
         transition: all 0.5s ease-in-out;
         border: 1px solid #19335c;
     }
     .dropdown-submenu:hover>.dropdown-menu {
         left: unset !important;
         margin-top: unset !important;
         position: relative;
     }
     .dropdown-item:focus,
     .dropdown-item:hover {
         background-color: #666;
     }
     .navbar .dropdown>.dropdown-active,
     .navbar .dropdown .dropdown>.dropdown-active {
         display: block;
     }
     .mobile-nav-show {
         
         font-size: 28px;
         cursor: pointer;
         line-height: 0;
         transition: 0.5s;
         z-index: 9999;
         margin-right: 10px;
     }
     .mobile-nav-hide {
         color: #000;
         font-size: 32px;
         cursor: pointer;
         line-height: 0;
         transition: 0.5s;
         position: fixed;
         right: 20px;
         top: 20px;
         z-index: 9999;
     }
     .mobile-nav-active {
         overflow: hidden;
     }
     .mobile-nav-active .navbar {
         right: 0;
     }
     .mobile-nav-active .navbar:before {
         content: "";
         position: fixed;
         inset: 0;
         background: #fff;
         z-index: 9996;
     }
 }

 .featured-services .service-item {
     position: relative;
     height: 100%;
     margin-bottom: 20px;
 }

 .featured-services .service-item .icon {
     margin-left: 20px;
 }

 .featured-services .service-item .icon i {
     color: var(--color-primary);
     font-size: 48px;
     transition: 0.3s;
 }

 .featured-services .service-item:hover .icon {
     background: #fff;
 }

 .featured-services .service-item:hover .icon i {
     color: var(--color-primary);
 }

 .featured-services .service-item .title {
     font-weight: 700;
     margin-bottom: 10px;
     font-size: 20px;
     color: var(--color-secondary);
     transition: 0.3s;
 }

 .featured-services .service-item .description {
     font-size: 15px;
     color: #132848;
     margin-bottom: 10px;
 }

 .featured-services .service-item .readmore {
     display: flex;
     align-items: center;
     color: var(--color-secondary);
     transition: 0.3s;
     font-weight: 700;
     font-size: 14px;
 }

 .featured-services .service-item .readmore i {
     margin-left: 8px;
 }

 .featured-services .service-item:hover .title,
 .featured-services .service-item:hover .readmore,
 .featured-services .service-item:hover .icon i {
     color: var(--color-primary);
 }

 .about .content h3 {
     font-weight: 700;
     font-size: 32px;
     font-family: var(--font-secondary);
     color: var(--color-secondary);
 }

 .about .content ul {
     list-style: none;
     padding: 0;
 }

 .about .content ul li {
     display: flex;
     align-items: flex-start;
     margin-top: 40px;
 }

 .about .content ul i {
     flex-shrink: 0;
     font-size: 48px;
     color: var(--color-primary);
     margin-right: 20px;
     line-height: 0;
 }

 .about .content ul h5 {
     font-size: 18px;
     font-weight: 700;
     color: #19335c;
 }

 .about .content ul p {
     font-size: 15px;
 }

 .about .content p:last-child {
     margin-bottom: 0;
 }

 .about .play-btn {
     width: 94px;
     height: 94px;
     background: radial-gradient( var(--color-primary) 50%, rgba(190, 191, 197, 0.4) 52%);
     border-radius: 50%;
     display: block;
     position: absolute;
     left: calc(50% - 47px);
     top: calc(50% - 47px);
     overflow: hidden;
 }

 .about .play-btn:before {
     content: "";
     position: absolute;
     width: 120px;
     height: 120px;
     -webkit-animation-delay: 0s;
     animation-delay: 0s;
     -webkit-animation: pulsate-btn 2s;
     animation: pulsate-btn 2s;
     -webkit-animation-direction: forwards;
     animation-direction: forwards;
     -webkit-animation-iteration-count: infinite;
     animation-iteration-count: infinite;
     -webkit-animation-timing-function: steps;
     animation-timing-function: steps;
     opacity: 1;
     border-radius: 50%;
     border: 5px solid rgba(13, 66, 255, 0.7);
     top: -15%;
     left: -15%;
     background: rgba(198, 16, 0, 0);
 }

 .about .play-btn:after {
     content: "";
     position: absolute;
     left: 50%;
     top: 50%;
     transform: translateX(-40%) translateY(-50%);
     width: 0;
     height: 0;
     border-top: 10px solid transparent;
     border-bottom: 10px solid transparent;
     border-left: 15px solid #fff;
     z-index: 100;
     transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
 }

 .about .play-btn:hover:before {
     content: "";
     position: absolute;
     left: 50%;
     top: 50%;
     transform: translateX(-40%) translateY(-50%);
     width: 0;
     height: 0;
     border: none;
     border-top: 10px solid transparent;
     border-bottom: 10px solid transparent;
     border-left: 15px solid #fff;
     z-index: 200;
     -webkit-animation: none;
     animation: none;
     border-radius: 0;
 }

 .about .play-btn:hover:after {
     border-left: 15px solid var(--color-primary);
     transform: scale(20);
 }

 @-webkit-keyframes pulsate-btn {
     0% {
         transform: scale(0.6, 0.6);
         opacity: 1;
     }
     100% {
         transform: scale(1, 1);
         opacity: 0;
     }
 }

 @keyframes pulsate-btn {
     0% {
         transform: scale(0.6, 0.6);
         opacity: 1;
     }
     100% {
         transform: scale(1, 1);
         opacity: 0;
     }
 }

 .services .card {
     border: 1px solid rgba(14, 29, 52, 0.15);
     background: #fff;
     position: relative;
     border-radius: 0;
     height: 100%;
 }

 .services .card .card-img {
     overflow: hidden;
     border-radius: 0;
 }

 .services .card .card-img img {
     transition: 0.3s ease-in-out;
 }

 .services .card h3 {
     font-weight: 700;
     font-size: 18px;
     margin-bottom: 5px;
     padding: 10px 30px;
     text-transform: uppercase;
 }

 .services .card a {
     color: var(--color-secondary);
     transition: 0.3;
 }

 .services .card a:hover {
     color: var(--color-primary);
 }

 .services .card p {
     padding: 0 30px;
     margin-bottom: 30px;
     color: var(--color-secondary);
     font-size: 15px;
 }

 .services .card:hover .card-img img {
     transform: scale(1.1);
 }

 .call-to-action {
     background: linear-gradient(rgba(14, 29, 52, 0.6), rgba(14, 29, 52, 0.8)), url("../img/cta-bg.webp") center center;
     background-size: cover;
     padding: 100px 0;
 }

 @media (min-width: 1365px) {
     .call-to-action {
         background-attachment: fixed;
     }
 }

 .call-to-action h3 {
     color: #fff;
     font-size: 28px;
     font-weight: 700;
 }

 .call-to-action p {
     color: #fff;
 }

 .call-to-action .cta-btn {
     font-family: var(--font-primary);
     font-weight: 500;
     font-size: 16px;
     letter-spacing: 1px;
     display: inline-block;
     padding: 12px 40px;
     border-radius: 5px;
     transition: 0.5s;
     margin: 10px;
     border: 2px solid #fff;
     color: #fff;
 }

 .call-to-action .cta-btn:hover {
     background: var(--color-primary);
     border: 2px solid var(--color-primary);
 }

 .features {
     padding-top: 80px;
 }

 .features .features-item+.features-item {
     margin-top: 100px;
 }

 @media (max-width: 640px) {
     .features .features-item+.features-item {
         margin-top: 40px;
     }
 }

 .features .features-item h3 {
     font-weight: 600;
     font-size: 26px;
     color: var(--color-secondary);
 }

 .features .features-item ul {
     list-style: none;
     padding: 0;
 }

 .features .features-item ul li {
     padding-bottom: 10px;
 }

 .features .features-item ul li:last-child {
     padding-bottom: 0;
 }

 .features .features-item ul i {
     font-size: 20px;
     padding-right: 4px;
     color: var(--color-primary);
 }

 .features .features-item p:last-child {
     margin-bottom: 0;
 }

 .pricing .pricing-item {
     padding: 60px 40px;
     box-shadow: 0 3px 20px -2px rgba(108, 117, 125, 0.15);
     background: #fff;
     height: 100%;
     border-top: 4px solid #fff;
     border-radius: 5px;
 }

 .pricing h3 {
     font-weight: 600;
     margin-bottom: 15px;
     font-size: 20px;
     color: var(--color-secondary);
 }

 .pricing h4 {
     font-size: 48px;
     color: var(--color-primary);
     font-weight: 400;
     font-family: var(--font-primary);
     margin-bottom: 25px;
 }

 .pricing h4 sup {
     font-size: 28px;
 }

 .pricing h4 span {
     color: rgba(108, 117, 125, 0.8);
     font-size: 18px;
 }

 .pricing ul {
     padding: 20px 0;
     list-style: none;
     color: #6c757d;
     text-align: left;
     line-height: 20px;
 }

 .pricing ul li {
     padding: 10px 0;
     display: flex;
     align-items: center;
 }

 .pricing ul i {
     color: #059652;
     font-size: 24px;
     padding-right: 3px;
 }

 .pricing ul .na {
     color: rgba(108, 117, 125, 0.5);
 }

 .pricing ul .na i {
     color: rgba(108, 117, 125, 0.5);
 }

 .pricing ul .na span {
     text-decoration: line-through;
 }

 .pricing .buy-btn {
     display: inline-block;
     padding: 12px 35px;
     border-radius: 4px;
     color: var(--color-primary);
     transition: none;
     font-size: 16px;
     font-weight: 500;
     font-family: var(--font-primary);
     transition: 0.3s;
     border: 1px solid var(--color-primary);
 }

 .pricing .buy-btn:hover {
     background: var(--color-primary);
     color: #fff;
 }

 .pricing .featured {
     border-top-color: var(--color-primary);
 }

 .pricing .featured .buy-btn {
     background: var(--color-primary);
     color: #fff;
 }

 @media (max-width: 992px) {
     .pricing .box {
         max-width: 60%;
         margin: 0 auto 30px auto;
     }
 }

 @media (max-width: 767px) {
     .pricing .box {
         max-width: 80%;
         margin: 0 auto 30px auto;
     }
     .withnumbers .col-xl-3 {
         margin-top: 1rem;
     }
 }

 @media (max-width: 420px) {
     .pricing .box {
         max-width: 100%;
         margin: 0 auto 30px auto;
     }
 }

 .faq {}

 .faq .accordion-item {
     border: 0;
     margin-bottom: 10px;
 }

 .faq .accordion-collapse {
     border: 0;
 }

 .faq .accordion-button {
     padding: 15px 30px 20px 60px;
     font-weight: 600;
     border: 0;
     font-size: 18px;
     color: var(--color-default);
     text-align: left;
     background: rgba(14, 29, 52, 0.03);
     border-radius: 5px;
 }

 .faq .accordion-button:focus {
     box-shadow: none;
 }

 .faq .accordion-button:not(.collapsed) {
     color: var(--color-primary);
     border-bottom: 0;
     box-shadow: none;
 }

 .faq .question-icon {
     position: absolute;
     top: 14px;
     left: 25px;
     font-size: 20px;
     color: var(--color-primary);
 }

 .faq .accordion-button:after {
     position: absolute;
     right: 15px;
     top: 15px;
 }

 .faq .accordion-body {
     padding: 0 30px 25px 60px;
     border: 0;
     background: rgba(14, 29, 52, 0.03);
     border-radius: 5px;
 }

 .testimonials {
     padding: 80px 0;
     background: url("../img/testimonials-bg.jpg") no-repeat;
     background-position: center center;
     background-size: cover;
     position: relative;
 }

 .testimonials::before {
     content: "";
     position: absolute;
     inset: 0;
     background: rgba(14, 29, 52, 0.7);
 }

 .testimonials .section-header {
     margin-bottom: 40px;
 }

 .testimonials .testimonials-carousel,
 .testimonials .testimonials-slider {
     overflow: hidden;
 }

 .testimonials .testimonial-item {
     text-align: center;
     color: #fff;
 }

 .testimonials .testimonial-item .testimonial-img {
     width: 100px;
     border-radius: 50%;
     border: 6px solid rgba(255, 255, 255, 0.15);
     margin: 0 auto;
 }

 .testimonials .testimonial-item h3 {
     font-size: 20px;
     font-weight: bold;
     margin: 10px 0 5px 0;
     color: #fff;
 }

 .testimonials .testimonial-item h4 {
     font-size: 14px;
     color: rgba(255, 255, 255, 0.6);
     margin: 0 0 15px 0;
 }

 .testimonials .testimonial-item .stars {
     margin-bottom: 15px;
 }

 .testimonials .testimonial-item .stars i {
     color: #ffc107;
     margin: 0 1px;
 }

 .testimonials .testimonial-item .quote-icon-left,
 .testimonials .testimonial-item .quote-icon-right {
     color: rgba(255, 255, 255, 0.6);
     font-size: 26px;
     line-height: 0;
 }

 .testimonials .testimonial-item .quote-icon-left {
     display: inline-block;
     left: -5px;
     position: relative;
 }

 .testimonials .testimonial-item .quote-icon-right {
     display: inline-block;
     right: -5px;
     position: relative;
     top: 10px;
     transform: scale(-1, -1);
 }

 .testimonials .testimonial-item p {
     font-style: italic;
     margin: 0 auto 15px auto;
 }

 .testimonials .swiper-pagination {
     margin-top: 20px;
     position: relative;
 }

 .testimonials .swiper-pagination .swiper-pagination-bullet {
     width: 12px;
     height: 12px;
     background-color: rgba(255, 255, 255, 0.4);
     opacity: 0.5;
 }

 .testimonials .swiper-pagination .swiper-pagination-bullet-active {
     background-color: #fff;
     opacity: 1;
 }

 @media (min-width: 992px) {
     .testimonials .testimonial-item p {
         width: 80%;
     }
 }

 .stats-counter .stats-item {
     padding: 30px;
     width: 100%;
 }

 .stats-counter .stats-item span {
     font-size: 48px;
     display: block;
     color: var(--color-secondary);
     font-weight: 700;
     margin-bottom: 20px;
     padding-bottom: 20px;
     position: relative;
 }

 .stats-counter .stats-item span:after {
     content: "";
     position: absolute;
     display: block;
     width: 25px;
     height: 3px;
     background: var(--color-primary);
     left: 0;
     right: 0;
     bottom: 0;
     margin: auto;
 }

 .stats-counter .stats-item p {
     padding: 0;
     margin: 0;
     font-family: var(--font-primary);
     font-size: 15px;
     font-weight: 500;
     color: var(--color-secondary);
 }

 .team .member {
     text-align: center;
     margin-bottom: 20px;
     background: #fff;
     border: 1px solid rgba(14, 29, 52, 0.15);
 }

 .team .member img {
     margin: -1px -1px 30px -1px;
 }

 .team .member .member-content {
     padding: 0 20px 30px 20px;
 }

 .team .member h4 {
     font-weight: 700;
     margin-bottom: 2px;
     font-size: 18px;
 }

 .team .member span {
     font-style: italic;
     display: block;
     font-size: 13px;
     color: #6c757d;
 }

 .team .member p {
     padding-top: 10px;
     font-size: 14px;
     font-style: italic;
     color: #6c757d;
 }

 .team .member .social {
     margin-top: 15px;
 }

 .team .member .social a {
     color: rgba(14, 29, 52, 0.5);
     transition: 0.3s;
 }

 .team .member .social a:hover {
     color: var(--color-primary);
 }

 .team .member .social i {
     font-size: 18px;
     margin: 0 2px;
 }

 .horizontal-pricing .pricing-item {
     box-shadow: 0 3px 20px -2px rgba(108, 117, 125, 0.15);
     padding-bottom: 30px;
     background: #fff;
     height: 100%;
     position: relative;
 }

 .horizontal-pricing h3 {
     font-weight: 700;
     margin-bottom: 0;
     font-size: 24px;
     color: var(--color-secondary);
 }

 .horizontal-pricing h4 {
     font-size: 48px;
     color: var(--color-primary);
     font-weight: 400;
     font-family: var(--font-primary);
     margin-bottom: 25px;
     text-align: center;
 }

 .horizontal-pricing h4 sup {
     font-size: 28px;
 }

 .horizontal-pricing h4 span {
     color: rgba(108, 117, 125, 0.8);
     font-size: 18px;
 }

 .horizontal-pricing ul {
     padding: 20px 0;
     list-style: none;
     color: #6c757d;
     text-align: left;
     line-height: 20px;
 }

 .horizontal-pricing ul li {
     padding-top: 15px;
     display: flex;
     align-items: center;
 }

 .horizontal-pricing ul i {
     color: #059652;
     font-size: 24px;
     padding-right: 3px;
 }

 .horizontal-pricing ul .na {
     color: rgba(108, 117, 125, 0.5);
 }

 .horizontal-pricing ul .na i {
     color: rgba(108, 117, 125, 0.5);
 }

 .horizontal-pricing ul .na span {
     text-decoration: line-through;
 }

 .horizontal-pricing .buy-btn {
     display: inline-block;
     padding: 12px 40px;
     border-radius: 4px;
     color: #fff;
     background-color: var(--color-primary);
     border: 2px solid var(--color-primary);
     transition: none;
     font-size: 16px;
     font-weight: 500;
     transition: 0.3s;
     font-family: var(--font-primary);
 }

 .horizontal-pricing .buy-btn:hover {
     background: #406aff;
     border-color: #406aff;
 }

 .horizontal-pricing .featured {
     background: var(--color-primary);
 }

 .horizontal-pricing .featured h3,
 .horizontal-pricing .featured h4,
 .horizontal-pricing .featured h4 span,
 .horizontal-pricing .featured ul,
 .horizontal-pricing .featured ul .na,
 .horizontal-pricing .featured ul i,
 .horizontal-pricing .featured ul .na i {
     color: #fff;
 }

 .horizontal-pricing .featured .buy-btn {
     background: var(--color-primary);
     color: #fff;
     border-color: #fff;
 }

 .horizontal-pricing .featured .buy-btn:hover {
     background: #fff;
     color: var(--color-primary);
 }

 .get-a-quote .quote-bg {
     min-height: 500px;
     background-size: cover;
     background-position: center;
 }

 .get-a-quote .php-email-form {
     background: #f3f6fc;
     padding: 40px;
     height: 100%;
 }

 @media (max-width: 575px) {
     .get-a-quote .php-email-form {
         padding: 20px;
     }
 }

 .get-a-quote .php-email-form h3 {
     font-size: 14px;
     font-weight: 700;
     text-transform: uppercase;
     letter-spacing: 1px;
 }

 .get-a-quote .php-email-form h4 {
     font-size: 14px;
     font-weight: 700;
     text-transform: uppercase;
     letter-spacing: 1px;
     margin: 20px 0 0 0;
 }

 .get-a-quote .php-email-form p {
     font-size: 14px;
     margin-bottom: 20px;
 }

 .get-a-quote .php-email-form .error-message {
     display: none;
     color: #fff;
     background: #df1529;
     text-align: left;
     padding: 15px;
     margin-bottom: 24px;
     font-weight: 600;
 }

 .get-a-quote .php-email-form .sent-message {
     display: none;
     color: #fff;
     background: #059652;
     text-align: center;
     padding: 15px;
     margin-bottom: 24px;
     font-weight: 600;
 }

 .get-a-quote .php-email-form .loading {
     display: none;
     background: #fff;
     text-align: center;
     padding: 15px;
     margin-bottom: 24px;
 }

 .get-a-quote .php-email-form .loading:before {
     content: "";
     display: inline-block;
     border-radius: 50%;
     width: 24px;
     height: 24px;
     margin: 0 10px -6px 0;
     border: 3px solid #059652;
     border-top-color: #fff;
     -webkit-animation: animate-loading 1s linear infinite;
     animation: animate-loading 1s linear infinite;
 }

 .get-a-quote .php-email-form input,
 .get-a-quote .php-email-form textarea {
     border-radius: 0;
     box-shadow: none;
     font-size: 14px;
     border-radius: 0;
 }

 .get-a-quote .php-email-form input:focus,
 .get-a-quote .php-email-form textarea:focus {
     border-color: var(--color-primary);
 }

 .get-a-quote .php-email-form input {
     padding: 12px 15px;
 }

 .get-a-quote .php-email-form textarea {
     padding: 12px 15px;
 }

 .get-a-quote .php-email-form button[type="submit"] {
     background: var(--color-primary);
     border: 0;
     padding: 10px 30px;
     color: #fff;
     transition: 0.4s;
     border-radius: 4px;
 }

 .get-a-quote .php-email-form button[type="submit"]:hover {
     background: rgba(13, 66, 255, 0.8);
 }

 @-webkit-keyframes animate-loading {
     0% {
         transform: rotate(0deg);
     }
     100% {
         transform: rotate(360deg);
     }
 }

 @keyframes animate-loading {
     0% {
         transform: rotate(0deg);
     }
     100% {
         transform: rotate(360deg);
     }
 }

 .contact .info-item+.info-item {
     margin-top: 40px;
 }

 .contact .info-item i {
     font-size: 20px;
     background: var(--color-primary);
     color: #fff;
     width: 44px;
     height: 44px;
     display: flex;
     justify-content: center;
     align-items: center;
     border-radius: 4px;
     transition: all 0.3s ease-in-out;
     margin-right: 15px;
 }

 .contact .info-item h4 {
     padding: 0;
     font-size: 20px;
     font-weight: 600;
     margin-bottom: 5px;
     color: var(--color-secondary);
 }

 .contact .info-item p {
     padding: 0;
     margin-bottom: 0;
     font-size: 14px;
     color: rgba(14, 29, 52, 0.8);
 }

 .contact .php-email-form {
     width: 100%;
     background: #fff;
 }

 .contact .php-email-form .form-group {
     padding-bottom: 8px;
 }

 .contact .php-email-form .error-message {
     display: none;
     color: #fff;
     background: #df1529;
     text-align: left;
     padding: 15px;
     font-weight: 600;
 }

 .contact .php-email-form .error-message br+br {
     margin-top: 25px;
 }

 .contact .php-email-form .sent-message {
     display: none;
     color: #fff;
     background: #059652;
     text-align: center;
     padding: 15px;
     font-weight: 600;
 }

 .contact .php-email-form .loading {
     display: none;
     background: #fff;
     text-align: center;
     padding: 15px;
 }

 .contact .php-email-form .loading:before {
     content: "";
     display: inline-block;
     border-radius: 50%;
     width: 24px;
     height: 24px;
     margin: 0 10px -6px 0;
     border: 3px solid #059652;
     border-top-color: #fff;
     -webkit-animation: animate-loading 1s linear infinite;
     animation: animate-loading 1s linear infinite;
 }

 .contact .php-email-form input,
 .contact .php-email-form textarea {
     border-radius: 4px;
     box-shadow: none;
     font-size: 14px;
 }

 .contact .php-email-form input {
     height: 44px;
 }

 .contact .php-email-form textarea {
     padding: 10px 12px;
 }

 .contact .php-email-form button[type="submit"] {
     background: var(--color-primary);
     border: 0;
     padding: 10px 35px;
     color: #fff;
     transition: 0.4s;
     border-radius: 5px;
 }

 .contact .php-email-form button[type="submit"]:hover {
     background: rgba(13, 66, 255, 0.8);
 }

 @keyframes animate-loading {
     0% {
         transform: rotate(0deg);
     }
     100% {
         transform: rotate(360deg);
     }
 }

 .service-details .services-list {
     padding: 10px 30px;
     border: 1px solid #d3dff3;
     margin-bottom: 20px;
 }

 .service-details .services-list a {
     display: block;
     line-height: 1;
     padding: 8px 0 8px 15px;
     border-left: 3px solid #c2cbdf;
     margin: 20px 0;
     color: var(--color-secondary);
     transition: 0.3s;
 }

 .service-details .services-list a.active {
     font-weight: 700;
     border-color: var(--color-primary);
 }

 .service-details .services-list a:hover {
     border-color: var(--color-primary);
 }

 .service-details .services-img {
     margin-bottom: 20px;
 }

 .service-details h3 {
     font-size: 28px;
     font-weight: 700;
     color: var(--color-secondary);
 }

 .service-details h4 {
     font-size: 20px;
     font-weight: 700;
     color: var(--color-secondary);
 }

 .service-details p {
     font-size: 15px;
 }

 .service-details ul {
     list-style: none;
     padding: 0;
     font-size: 15px;
 }

 .service-details ul li {
     padding: 5px 0;
     display: flex;
     align-items: center;
 }

 .service-details ul i {
     font-size: 20px;
     margin-right: 8px;
     color: var(--color-primary);
 }

 .hero {
     width: 100%;
     min-height: 50vh;
     background-color: #000000eb;
     background-size: cover;
     background-position: center;
     position: relative;
     padding: 120px 0 0px 0;
     color: rgba(255, 255, 255, 0.8);
 }
.fixed-top img{
	max-height: 78px;
}
 .hero h2 {
     margin-bottom: 20px;
     padding: 0;
     font-size: 36px;
     font-weight: 700;
     color: #fff;
 }

 @media (max-width: 575px) {
     .hero h2 {
         font-size: 30px;
     }
     .newsubmenu {
         position: unset !important;
         z-index: 2000;
     }
     .navbar .dropdown ul {
         max-height: auto;
     }
     .dropdown-item.active,
     .dropdown-item:active {
         background-color: unset !important;
     }
 }

 .hero p {
     font-size: 15px;
     font-weight: 400;
     margin-bottom: 40px;
 }

 .hero form {
     background: #fff;
     border-radius: 10px;
 }

 .hero form .form-control {
     padding-top: 18px;
     padding-bottom: 18px;
     padding-left: 20px;
     padding-right: 20px;
     border: none;
     margin-right: 10px;
     border: none !important;
     background: none !important;
 }

 .hero form .form-control:hover,
 .hero form .form-control:focus {
     outline: none;
     box-shadow: none;
 }

 .hero form .btn-primary {
     background-color: var(--color-primary);
     padding: 15px 30px;
 }

 .hero form .btn-primary:hover {
     background-color: #84bb18;
 }

 .hero .stats-item {
     padding: 30px;
     width: 100%;
 }

 .hero .stats-item span {
     font-size: 32px;
     display: block;
     font-weight: 700;
     margin-bottom: 15px;
     padding-bottom: 15px;
     position: relative;
 }

 .hero .stats-item span:after {
     content: "";
     position: absolute;
     display: block;
     width: 20px;
     height: 3px;
     background: var(--color-primary);
     left: 0;
     right: 0;
     bottom: 0;
     margin: auto;
 }

 .hero .stats-item p {
     padding: 0;
     margin: 0;
     font-family: var(--font-primary);
     font-size: 15px;
     font-weight: 600;
 }

 .footer {
     font-size: 14px;
     background-color: var(--color-secondary);
     padding: 50px 0;
     color: white;
 }

 .footer .footer-info .logo {
     line-height: 0;
     margin-bottom: 25px;
 }

 .footer .footer-info .logo img {
     max-height: 121px;
     margin-right: 6px;
 }

 .footer .footer-info .logo span {
     font-size: 30px;
     font-weight: 700;
     letter-spacing: 1px;
     color: #fff;
     font-family: var(--font-primary);
 }

 .footer .footer-info p {
     font-size: 14px;
     font-family: var(--font-primary);
 }

 .footer .social-links a {
     display: flex;
     align-items: center;
     justify-content: center;
     width: 57px;
     height: 57px;
     border-radius: 50%;
     border: 1px solid rgba(255, 255, 255, 0.2);
     font-size: 31px;
     color: rgba(255, 255, 255, 0.7);
     margin-right: 10px;
     transition: 0.3s;
 }

 .footer .social-links a:hover {
     color: #fff;
     border-color: #fff;
 }

 .footer h4 {
     font-size: 16px;
     font-weight: bold;
     position: relative;
     padding-bottom: 12px;
 }

 .footer .footer-links {
     margin-bottom: 30px;
 }

 .footer .footer-links ul {
     list-style: none;
     padding: 0;
     margin: 0;
 }

 .footer .footer-links ul i {
     padding-right: 2px;
     color: rgba(13, 66, 255, 0.8);
     font-size: 12px;
     line-height: 0;
 }

 .footer .footer-links ul li {
     padding: 10px 0;
     display: flex;
     align-items: center;
 }

 .footer .footer-links ul li:first-child {
     padding-top: 0;
 }

 .footer .footer-links ul a {
     color: #fff;
     transition: 0.3s;
     display: inline-block;
     line-height: 1;
 }
#hero img{
	    max-height: 451px;
    object-fit: cover;
}
 .footer .footer-links ul a:hover {
     color: #fff;
 }

 .footer .footer-contact p {
     line-height: 26px;
 }

 .footer .copyright {
     text-align: center;
 }

 .footer .credits {
     padding-top: 4px;
     text-align: center;
     font-size: 13px;
 }

 .footer .credits a {
     color: #fff;
 }

 .btn-primary {
     border: solid 1p var(--color-primary);
     border-radius: 0px 5px 5px 0px;
 }

 

 .hero form .btn-primary {
     border-radius: 5px 0px 0px 5px;
 }

 .navbar .fa-cart-shopping {
     font-size: 20px;
     padding-right: 7px;
 }

 .register {
     padding: 5px !important;
     background: var(--color-secondary) !important;
     border: solid 1px var(--color-primary) !important;
     color: #fff !important;
     padding-left: 10px !important;
     padding-right: 10px !important;
 }

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

 .available {
     padding: 5px 12px 5px 12px;
     border: solid 2px var(--color-primary) !important;
     color: #fff;
 }

 .mt-40 {
     margin-top: 40px;
 }

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

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

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

 .btn-success:hover {
     background: #84bb18;
 }

 .right-price {
     font-size: 21px;
 }

 .course-details ul {
     list-style: none;
     padding: 0;
 }

 

 .course-details li:before {
     content: "\f00c";
     font-family: FontAwesome;
     display: inline-block;
     margin-right: -1.3em;
     width: 1.3em;
     color: #666;
 }

 .services img {
     max-width: 100%;
     max-height: 203px;
     object-fit: cover;
     width: 100%;
 }

 .form-container label {
     margin-top: 15px;
     margin-bottom: 15px;
 }

 .form-container iframe {
     width: 100%;
     height: -webkit-fill-available;
 }

 .min-height-30 {
     min-height: 30vh;
 }

 #hero h2 {
     color: var(--bs-gray-300);
 }

 .dropdown .list-group {
     list-style: none;
 }

 .dropdown .list-group li {
     text-align: right;
 }

 .dropdown .list-group li a:hover {
     color: var(--color-primary);
 }

 
 #header .align-items-center {
     background: #0000009e;
     border-radius: 35px;
     padding-top: 5px;
 }

 .animated {
     -webkit-animation-duration: 1s;
     animation-duration: 1s;
     -webkit-animation-fill-mode: both;
     animation-fill-mode: both;
 }

 @-webkit-keyframes fadeOut {
     0% {
         opacity: 1;
     }
     100% {
         opacity: 0;
     }
 }

 @keyframes fadeOut {
     0% {
         opacity: 1;
     }
     100% {
         opacity: 0;
     }
 }

 .fadeOut {
     -webkit-animation-name: fadeOut;
     animation-name: fadeOut;
 }

 @-webkit-keyframes fadeIn {
     0% {
         opacity: 0;
     }
     100% {
         opacity: 1;
     }
 }

 @keyframes fadeIn {
     0% {
         opacity: 0;
     }
     100% {
         opacity: 1;
     }
 }

 .fadeIn {
     -webkit-animation-name: fadeIn;
     animation-name: fadeIn;
 }

 .appear {
     position: relative;
     z-index: 2000;
 }

  

 .btn-default {
     background-color: var(--color-secondary);
     color: #fff;
 }
 

 #faqlist .title-container {
     margin-right: 15px;
 }
 
 #about .order-last div {
     margin-right: 15px;
 }

  

 .dropdown .list-group li {
     text-align: right;
     font-size: 18px;
     padding-top: 10px;
 }

 
 .jeg_sharelist a .bi {
     font-size: 1.3em;
     display: inline-block;
     width: 38px;
     line-height: 38px;
     white-space: nowrap;
     margin-left: 14px;
     text-align: center;
     transition: all 0.2s ease-in-out;
     background: #efefef;
     border-radius: 100%;
 }

 .jeg_sharelist {
     padding-right: 30px;
     padding-top: 12px;
     padding-bottom: 12px;
 }

 .footer .footer-contact p {
     text-align: right;
 
 }

 .footer .footer-contact h4 {
     text-align: right;
 }

  

 .footer .footer-info p {
     text-align: right;
 }

 .credits img {
     max-width: 60px;
     background: #fff;
     padding: 4px;
     border-radius: 5px;
     max-height: 23px;
 }

 
 .dropdown-item.active,
 .dropdown-item:active {
     color: var(--bs-dropdown-link-active-color);
     text-decoration: none;
     background-color: #fff;
 }

 .dropdown-toggle::after {
     margin-right: 8px;
 }

 .custom-toggle-arrow {
     margin-left: 10px;
 }

 .form-control {
     line-height: 2;
 }

 .iti--allow-dropdown {
     width: 100%;
 }

 .swiper {
     width: 100%;
     height: 100%;
 }

 .swiper-slide {
     text-align: center;
     font-size: 18px;
     background: #fff;
     display: -webkit-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     -webkit-justify-content: center;
     justify-content: center;
     -webkit-box-align: center;
     -ms-flex-align: center;
     -webkit-align-items: center;
     align-items: center;
     opacity: 0.9;
     border-radius: 9px;
 }

 .swiper-slide img {
     display: block;
     width: 100%;
     object-fit: cover;
     min-height: 213px;
 }

 .dropdown:hover>.dropdown-menu {
     display: block !important;
 }

 .dropdown-submenu:hover>.dropdown-menu {
     display: block !important;
     right: 100%;
     margin-top: -37px;
 }

 .dropdown-item {
     font-size: small;
 }

 .dropdown-toggle::after {
     font-size: var(--font-md);
     margin-bottom: -2px;
 }

 .dropdown-menu li a.active {}

 .custom-toggle-arrow {
     font-size: 18px;
     margin-top: 1px;
     line-height: 12px;
 }

 .main-menu form {
     position: relative;
     transition: all 1s;
     width: 50px;
     height: 50px;
     box-sizing: border-box;
     border-radius: 25px;
     border: 4px solid #000;
     padding: 5px;
     margin-left: 22px;
 }

 .main-menu input {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 41.5px;
     line-height: 30px;
     outline: 0;
     border: 0;
     display: none;
     font-size: 1em;
     border-radius: 20px;
     padding: 0 49px;
 }

 .main-menu .fa {
     box-sizing: border-box;
     padding: 10px;
     width: 42.5px;
     height: 41.5px;
     position: absolute;
     top: 0;
     right: -1px;
     border-radius: 50%;
     color: rgba(255, 255, 255, 0.6);
     text-align: center;
     font-size: 1.2em;
     transition: all 1s;
 }

 .main-menu form:hover {
     width: 200px;
     cursor: pointer;
 }

 .main-menu form:hover input {
     display: block;
 }

 .main-menu form:hover .fa {
     background: #07051a;
     color: white;
 }

 .contact-info img {
     max-width: 20px;
 }

 .contact-info {
     direction: ltr;
 }

 .topcourses .swiper-slide img {
     max-height: 100%;
 }

 .swiper-horizontal>.swiper-pagination-bullets,
 .swiper-pagination-bullets.swiper-pagination-horizontal,
 .swiper-pagination-custom,
 .swiper-pagination-fraction {
     bottom: 0px;
 }

 .topcategories h5 {
     text-align: center;
 }

 .topcategories .border {
     border-radius: 0.375rem;
 }

 .currency-drop {
     width: 106px;
 }

 .currency-drop .dropdown-submenu a {
     width: 139px;
     font-weight: bold;
 }

 .currency-drop .dropdown-menu {
     max-width: 150px;
 }

 .withnumbers .bg-primary {
     background-color: #666 !important;
 }

 .topcategories .card {
     border: 0;
     width: 100%;
 }

 .withnumbers li a {
     color: #333;
 }

 .swiper-button-next {
     color: #84bb18 !important;
 }

 .swiper-button-prev {
     color: #84bb18 !important;
 }

 .section-header h2 a {
     color: #333;
 }

 .gray {
     color: #333;
 }

 a:hover {
     color: #333;
 }

 .categories-list img {
     object-fit: scale-down;
 }

 .text-right {
     text-align: right;
 }

 .contact-us .social-links a {
     display: flex;
     align-items: center;
     justify-content: center;
     width: 57px;
     height: 57px;
     border-radius: 50%;
     font-size: 31px;
     color: var(--color-primary);
     margin-right: 10px;
     transition: 0.3s;
 }

 .business-container img {
     max-height: 295px;
 }

 .section-header span {
     display: none;
 }

 .venue-info {
     background: url("../img/venue-info-bg.jpg") top center no-repeat;
     background-size: cover;
     position: relative;
     padding-top: 60px;
     padding-bottom: 60px;
 }

 .venue-info:before {
     content: "";
     background: rgba(13, 20, 41, 0.8);
     position: absolute;
     bottom: 0;
     top: 0;
     left: 0;
     right: 0;
 }

 .venue-info h3 {
     font-size: 29px;
     font-weight: 700;
     color: #fff;
 }

 .venue-info p {
     color: #fff;
     margin-bottom: 0;
 }

 .venue-info table {
     width: 100%;
 }

 .venue-info .col-lg-10 {
     z-index: 100;
 }

 .dir-ltr {
     direction: ltr;
 }

 .companies-swiper img {
     max-height: 135px;
     min-height: 156px;
 }

 .venue-info a:hover {
     color: #fff;
 }

 .schedule-heading {
     padding-bottom: 14px;
     padding-right: 42px;
 }

 .schedule-heading .ev {
     margin-right: 30px;
 }

 .schedule-heading a {
     font-weight: normal;
 }

 .schedule-heading a:hover {
     color: var(--color-hover);
 }

 .navbar .dropdown ul {
     max-height: 685px;
 }

 .dropdown-submenu .dropdown-menu {
     overflow: auto;
 }

 .courses .dropdown-submenu {
     direction: ltr;
 }

 .root-47 {
     max-height: 400px !important;
 }

 

 .breadcrumb-rtl {
     display: flex;
     align-items: center;
     font-size: 16px;
     color: #555;
     margin-top: 9px;
     margin-bottom: 22px;
     ;
 }

 .breadcrumb-rtl a {
     text-decoration: none;
     color: #fff;
 }

 .breadcrumb-rtl a:hover {
     text-decoration: underline;
 }

 .breadcrumb-rtl span {
     margin: 0 10px;
 }

 .breadcrumb-rtl .current-page {
     font-weight: bold;
     color: #ccc;
 }