/* =============================================
   EduLearn - Main Stylesheet (Exact Replica)
   Primary: #ff3115 | Font: Roboto Condensed + Montserrat
   ============================================= */

/* ---- Google Fonts ---- */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&family=Roboto+Condensed:wght@300;400;500;600;700&display=swap');

/* ---- General / Reset ---- */
* { margin:0; padding:0; box-sizing:border-box; }
html, body {
  font-size: 16px;
  color: #505050;
  font-family: 'Roboto Condensed', sans-serif;
  vertical-align: baseline;
  line-height: 26px;
  font-weight: 400;
  overflow-x: hidden;
}
a { color: #ff3115; transition: all .3s ease; text-decoration: none !important; outline: none !important; }
a:active, a:hover { text-decoration: none; outline: 0 none; color: #e41f05; }
ul { list-style: outside none none; margin: 0; padding: 0; }
img { max-width: 100%; height: auto; }
p { margin: 0 0 26px; }
h1, h2, h3, h4, h5, h6 { font-family: 'Roboto Condensed', sans-serif; color: #212121; margin: 0 0 26px; font-weight: 700; }
h1 { font-size: 36px; } h2 { font-size: 30px; } h3 { font-size: 24px; }
h4 { font-size: 20px; } h5 { font-size: 16px; } h6 { font-size: 14px; }
::selection { background: #ff3115; text-shadow: none; color: #fff; }
::-moz-selection { background: #ff3115; text-shadow: none; color: #fff; }

/* ---- Utility Classes ---- */
.sec-spacer { padding: 100px 0; }
.sec-color { background-color: #f9f9f9; }
.sec-black { background: #212121; }
.drak-color { background-color: #252525; }
.primary-color { color: #ff3115; }
.primary-bg { background: #ff3115; }
.pt-100 { padding-top: 100px !important; }
.pt-80 { padding-top: 80px !important; }
.pt-70 { padding-top: 70px !important; }
.pt-50 { padding-top: 50px !important; }
.pb-70 { padding-bottom: 70px !important; }
.pb-50 { padding-bottom: 50px !important; }
.pb-45 { padding-bottom: 45px !important; }
.pb-40 { padding-bottom: 40px !important; }
.mb-50 { margin-bottom: 50px; }
.mb-30 { margin-bottom: 30px; }
.mt-80 { margin-top: 80px; }
.mr-30 { margin-right: 30px; }
.text-center { text-align: center; }
.text-right { text-align: right; }
.text-left { text-align: left; }
.pull-right { float: right; }
.relative { position: relative; }
.white-color { color: #fff !important; }
.margin-remove { margin-bottom: 0; }
.uppercase { text-transform: uppercase; }
.display-table { display: table; width: 100%; height: 100%; }
.display-table-cell { display: table-cell; vertical-align: middle; }
.padding-0 { padding: 0 !important; }

/* ---- Background Images ---- */
.bg3 {
  background-image: url(images/bg/counter-bg.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: center top;
}
.bg4 {
  background-image: url(images/bg/cta-bg.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: center top;
}
.bg5 {
  background-image: url(images/bg/testimonial-bg.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: center top;
}

/* ---- Section Title ---- */
.sec-title { position: relative; margin-bottom: 50px; padding-bottom: 20px; }
.sec-title h2 { font-size: 30px; line-height: 24px; margin-bottom: 15px; text-transform: uppercase; }
.sec-title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 100px;
  background: #ff3115;
}
.sec-title.text-center:after { left: 50%; transform: translateX(-50%); }
.sec-title p { margin-bottom: 0; font-size: 16px; }
.sec-title.white-text h2 { color: #fff; }
.sec-title.white-text p { color: rgba(255,255,255,.6); }

/* ---- Readon Buttons ---- */
.readon {
  position: relative;
  display: inline-block;
  padding: 12px 20px;
  line-height: normal;
  background: #ff3115;
  color: #fff;
  transition: all .3s ease;
  border-radius: 2px;
}
.readon:hover, .readon:focus { background: #e41f05; color: rgba(255,255,255,.8); }
.readon.border { background: transparent; border: 1px solid #ff3115; color: #ff3115; }
.readon.border:hover { color: #fff; background: #ff3115; }
.readon.border.white { border-color: #fff; color: #fff; }
.readon.border.white:hover { color: #ff3115; background: #fff; }
.readon2 {
  font-size: 14px;
  border: 1px solid #ff3115;
  background: #ff3115;
  display: inline-block;
  padding: 0 35px;
  height: 45px;
  line-height: 45px;
  color: #fff;
  transition: .4s;
  text-transform: uppercase;
  font-weight: 400;
  text-align: center;
  border-radius: 35px;
}
.readon2:hover { background: #e41f05; color: #fff; }
.primary-btn {
  display: inline-block;
  height: 40px;
  line-height: 35px;
  text-align: center;
  min-width: 136px;
  padding: 0 20px;
  border: 2px solid #ff3115;
  color: #212121;
  transition: all .3s ease;
  font-weight: 600;
}
.primary-btn:hover { background: #ff3115; color: #fff; }

/* ---- Animations ---- */
[class*='rs-animation-'] {
  animation-duration: .5s;
  animation-timing-function: ease-out;
  animation-fill-mode: both;
}
.rs-animation-fade { animation-name: rs-fade; animation-duration: .8s; animation-timing-function: linear !important; }
.rs-animation-scale-up { animation-name: rs-animation-scale-up; }
.rs-animation-hover:not(:hover),
.rs-animation-hover:not(:hover) [class*='rs-animation-'] { animation-name: none; }
@keyframes rs-fade { 0%{opacity:0} 100%{opacity:1} }
@keyframes rs-animation-scale-up { 0%{opacity:0;transform:scale(.2)} 100%{opacity:1;transform:scale(1)} }

/* ---- Image Shine Effect ---- */
.rs-image-effect-shine { position: relative; overflow: hidden; }
.rs-image-effect-shine::before {
  position: absolute; top: 0; left: -75%; z-index: 2;
  display: block; content: '';
  width: 50%; height: 100%;
  background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
  transform: skewX(-25deg);
}
.rs-image-effect-shine:hover::before { animation: img-shine 1s; }
@keyframes img-shine { 100%{left:125%} }

/* ---- Overly Border ---- */
.overly-border::before, .overly-border::after {
  position: absolute; top: 20px; right: 20px; bottom: 20px; left: 20px;
  content: ''; opacity: 0;
  transition: opacity .35s, transform .35s;
  z-index: 1;
}
.about-img .overly-border::before, .about-img .overly-border::after { top:50px; right:50px; bottom:50px; left:50px; }
.overly-border::before { border-top: 5px solid #ff3115; border-bottom: 5px solid #ff3115; transform: scale(0,1); }
.overly-border::after { border-right: 5px solid #ff3115; border-left: 5px solid #ff3115; transform: scale(1,0); }
.about-img:hover .overly-border::before, .about-img:hover .overly-border::after,
.team-content:hover .overly-border::before, .team-content:hover .overly-border::after { opacity: 1; transform: scale(1); }

/* =============================================
   PRELOADER
   ============================================= */
.book_preload { position:fixed; top:0; left:0; width:100%; height:100%; background:#fff; z-index:99999; display:flex; align-items:center; justify-content:center; }
.book { --color:#ff3115; --dur:1.2s; width:60px; height:45px; position:relative; }
.book .book__page { position:absolute; width:50%; height:100%; background:var(--color); transform-origin:left center; animation:flip var(--dur) ease infinite; opacity:.8; }
.book .book__page:nth-child(2) { animation-delay:calc(var(--dur)/6); }
.book .book__page:nth-child(3) { animation-delay:calc(var(--dur)/3); }
@keyframes flip { 0%,100%{transform:rotateY(0)} 50%{transform:rotateY(-180deg)} }

/* =============================================
   TOOLBAR
   ============================================= */
.rs-toolbar { background: #ff3115; padding: 8px 0; }
.rs-toolbar-left .welcome-message { color: #fff; font-size: 14px; }
.rs-toolbar-left .welcome-message i { margin-right: 8px; }
.rs-toolbar-right { text-align: right; display: flex; align-items: center; justify-content: flex-end; }
.toolbar-share-icon { display: inline-block; margin-right: 15px; }
.toolbar-share-icon ul { display: flex; }
.toolbar-share-icon ul li { margin-left: 12px; }
.toolbar-share-icon ul li a { color: #fff; font-size: 14px; }
.toolbar-share-icon ul li a:hover { color: #212121; }
.apply-btn {
  background: #212121;
  color: #fff;
  padding: 7px 25px;
  border-radius: 2px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
}
.apply-btn:hover { background: #333; color: #fff; }

/* =============================================
   HEADER
   ============================================= */
.rs-header-top { background: #fff; padding: 25px 0; border-bottom: 1px solid #eee; }
.header-contact { display: flex; align-items: center; }
.header-contact .widget-text { display: flex; align-items: center; }
.header-contact .widget-text i { font-size: 40px; color: #ff3115; margin-right: 15px; }
.header-contact .info-text span { display: block; font-size: 13px; color: #999; text-transform: uppercase; letter-spacing: .5px; }
.header-contact .info-text a { color: #212121; font-size: 16px; font-weight: 600; }
.header-contact .info-text a:hover { color: #ff3115; }
.logo-area { padding: 3px 0; }
.logo-area img { max-height: 58px; width: auto; object-fit: contain; transition: transform .3s ease; }
.logo-area img:hover { transform: scale(1.03); }

/* =============================================
   NAVIGATION MENU
   ============================================= */
.menu-area { background: #212121; }
.menu-area.menu-sticky { transition: all .3s ease; }
.menu-area.sticky {
  position: fixed; top: 0; left: 0; width: 100%; z-index: 9999;
  background: #212121;
  box-shadow: 0 2px 10px rgba(0,0,0,.3);
  animation: slideDown .4s ease;
}
@keyframes slideDown { from{transform:translateY(-100%)} to{transform:translateY(0)} }

.rs-menu .nav-menu { display: flex; justify-content: center; margin: 0; padding: 0; }
.rs-menu .nav-menu > li { position: relative; }
.rs-menu .nav-menu > li > a {
  display: block; padding: 18px 20px;
  color: #fff; font-size: 14px; font-weight: 600;
  text-transform: uppercase; letter-spacing: .5px;
  transition: all .3s;
  font-family: 'Montserrat', sans-serif;
}
.rs-menu .nav-menu > li > a:hover,
.rs-menu .nav-menu > li.current-menu-item > a { color: #ff3115; }

/* Dropdown */
.rs-menu .nav-menu li .sub-menu {
  position: absolute; top: 100%; left: 0;
  min-width: 230px; background: #fff;
  box-shadow: 0 3px 12px rgba(0,0,0,.15);
  opacity: 0; visibility: hidden; transform: translateY(10px);
  transition: all .3s; z-index: 999; padding: 10px 0;
}
.rs-menu .nav-menu li:hover > .sub-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.rs-menu .nav-menu li .sub-menu li a {
  display: block; padding: 8px 25px; color: #505050;
  font-size: 14px; border-bottom: 1px solid #f5f5f5;
  font-weight: 400;
}
.rs-menu .nav-menu li .sub-menu li a:hover { color: #ff3115; padding-left: 30px; }
.rs-menu .nav-menu li .sub-menu li .sub-menu { top: 0; left: 100%; }

/* Mega Menu */
.mega-menu { min-width: 800px !important; padding: 20px !important; }
.mega-menu-container { width: 100%; }
.mega-menu-innner { display: flex; }
.single-magemenu { flex: 1; padding: 0 15px; }
.single-magemenu .sub-menu { position:static !important; box-shadow:none !important; opacity:1 !important; visibility:visible !important; transform:none !important; padding:0 !important; }

/* Right bar */
.right-bar-icon { position: absolute; right: 0; top: 50%; transform: translateY(-50%); }
.right-bar-icon a { color: #fff; font-size: 16px; margin-left: 15px; cursor: pointer; }
.right-bar-icon a:hover { color: #ff3115; }
.rs-menu-toggle { display: none; color: #fff; font-size: 16px; cursor: pointer; padding: 18px; }
.rs-menu-toggle i { margin-right: 8px; }

/* =============================================
   HERO SLIDER
   ============================================= */
#rs-slider { position: relative; overflow: hidden; }
.slider-overlay-2 { position: relative; }
#rs-slider .item { position: relative; }
#rs-slider .item img { width: 100%; height: 650px; object-fit: cover; }
#rs-slider .slide-content {
  position: absolute; top: 0; left: 0; width: 100%; height: 100%;
  background: rgba(0,0,0,.45);
}
.slider-title {
  font-size: 50px; color: #fff;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 700;
  letter-spacing: 3px;
  font-family: 'Montserrat', sans-serif;
}
.slider-desc { color: rgba(255,255,255,.85); font-size: 16px; margin-bottom: 35px; line-height: 28px; }
.sl-readmore-btn {
  display: inline-block; padding: 14px 35px;
  background: #ff3115; color: #fff;
  border-radius: 2px; font-size: 14px;
  font-weight: 600; text-transform: uppercase; letter-spacing: 1px;
}
.sl-readmore-btn:hover { background: #e41f05; color: #fff; }
.sl-get-started-btn {
  display: inline-block; padding: 14px 35px;
  background: transparent; color: #fff;
  border: 2px solid #fff;
  border-radius: 2px; font-size: 14px;
  font-weight: 600; text-transform: uppercase; letter-spacing: 1px;
}
.sl-get-started-btn:hover { background: #fff; color: #212121; }

/* =============================================
   SERVICES
   ============================================= */
.rs-services-style1 { margin-top: -50px; position: relative; z-index: 10; }
.services-item {
  background: #fff; padding: 35px 20px;
  text-align: center;
  box-shadow: 0 0 20px rgba(0,0,0,.08);
  transition: all .3s;
  border-bottom: 3px solid transparent;
}
.services-item:hover { border-bottom-color: #ff3115; transform: translateY(-5px); box-shadow: 0 5px 25px rgba(0,0,0,.12); }
.services-icon i { font-size: 50px; color: #ff3115; margin-bottom: 20px; display: inline-block; transition: all .3s; }
.services-title { font-size: 18px; margin-bottom: 10px; text-transform: uppercase; }
.services-desc p { font-size: 14px; color: #777; margin: 0; }

/* =============================================
   ABOUT SECTION
   ============================================= */
.about-img { position: relative; overflow: hidden; }
.about-img img { width: 100%; }
.about-img .popup-youtube {
  position: absolute; top: 50%; left: 50%;
  transform: translate(-50%,-50%);
  width: 70px; height: 70px;
  background: #ff3115; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  z-index: 2;
}
.about-img .popup-youtube::before { content: '\f04b'; font-family: 'FontAwesome'; color: #fff; font-size: 22px; margin-left: 5px; }
.about-img .overly-border { position: absolute; top: 0; left: 0; right: 0; bottom: 0; }
.about-desc h3 { font-size: 22px; margin-bottom: 15px; text-transform: uppercase; }
.about-desc p { color: #505050; line-height: 26px; }

/* Accordion */
.rs-accordion-style1 .card { border: none; border-radius: 0; margin-bottom: 5px; }
.rs-accordion-style1 .card-header { padding: 0; border: none; background: none; }
.rs-accordion-style1 .acdn-title {
  font-size: 16px; padding: 15px 25px;
  background: #ff3115; color: #fff;
  cursor: pointer; margin: 0;
  position: relative; font-weight: 500;
  text-transform: uppercase;
}
.rs-accordion-style1 .acdn-title.collapsed { background: #f9f9f9; color: #212121; }
.rs-accordion-style1 .acdn-title::after {
  content: '\f107'; font-family: 'FontAwesome';
  position: absolute; right: 25px; top: 50%;
  transform: translateY(-50%); transition: all .3s;
}
.rs-accordion-style1 .acdn-title.collapsed::after { content: '\f105'; }
.rs-accordion-style1 .card-body { padding: 20px 25px; background: #fff; border: 1px solid #eee; font-size: 14px; color: #505050; line-height: 26px; }

/* =============================================
   COURSES
   ============================================= */
.cource-item { background: #fff; box-shadow: 0 0 10px rgba(0,0,0,.08); margin-bottom: 30px; transition: all .3s; }
.cource-item:hover { box-shadow: 0 5px 25px rgba(0,0,0,.15); }
.cource-img { position: relative; overflow: hidden; }
.cource-img img { width: 100%; height: 230px; object-fit: cover; transition: all .5s; }
.cource-item:hover .cource-img img { transform: scale(1.1); }
.cource-img .image-link {
  position: absolute; top: 50%; left: 50%;
  transform: translate(-50%,-50%) scale(0);
  width: 50px; height: 50px;
  background: #ff3115; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: #fff; transition: all .3s; opacity: 0;
}
.cource-item:hover .cource-img .image-link { transform: translate(-50%,-50%) scale(1); opacity: 1; }
.course-value {
  position: absolute; top: 15px; right: 15px;
  background: #ff3115; color: #fff;
  padding: 5px 18px; border-radius: 2px;
  font-weight: 700; font-size: 16px;
}
.course-body { padding: 20px 25px; }
.course-category { display: inline-block; font-size: 13px; color: #ff3115; text-transform: uppercase; font-weight: 600; margin-bottom: 8px; }
.course-title { font-size: 18px; margin-bottom: 10px; }
.course-title a { color: #212121; }
.course-title a:hover { color: #ff3115; }
.review-wrap { display: flex; align-items: center; margin-bottom: 10px; }
.rating { display: flex; margin-right: 10px; }
.rating li { color: #f9a825; font-size: 14px; margin-right: 2px; }
.review { font-size: 13px; color: #999; }
.course-desc p { font-size: 14px; color: #777; margin: 0; }
.course-footer { display: flex; padding: 15px 25px; border-top: 1px solid #eee; }
.course-footer > div { flex: 1; text-align: center; border-right: 1px solid #eee; padding: 5px 0; }
.course-footer > div:last-child { border: none; }
.course-footer .label { display: block; font-size: 12px; color: #999; text-transform: uppercase; }
.course-footer .desc { font-size: 14px; color: #212121; font-weight: 600; }

/* =============================================
   COUNTER
   ============================================= */
.counter-content { }
.counter-title { font-size: 30px; color: #fff; text-transform: uppercase; margin-bottom: 15px; }
.counter-text p { color: rgba(255,255,255,.75); line-height: 26px; }
.counter-img { margin-top: 25px; overflow: hidden; }
.counter-img img { width: 100%; }
.rs-counter-list {
  text-align: center; padding: 35px;
  background: rgba(255,255,255,.08);
  margin-bottom: 30px; transition: all .3s;
}
.rs-counter-list:hover { background: rgba(255,255,255,.12); }
.counter-number { font-size: 50px; color: #ff3115; font-weight: 700; margin-bottom: 5px; line-height: 1; }
.counter-number.plus::after { content: '+'; }
.counter-desc { font-size: 16px; color: #fff; text-transform: uppercase; font-weight: 500; margin: 0; }

/* =============================================
   EVENTS
   ============================================= */
.event-item { margin-bottom: 30px; }
.event-img { position: relative; overflow: hidden; }
.event-img img { width: 100%; height: 230px; object-fit: cover; transition: all .5s; }
.event-item:hover .event-img img { transform: scale(1.1); }
.event-img .image-link {
  position: absolute; top: 50%; left: 50%;
  transform: translate(-50%,-50%) scale(0);
  width: 50px; height: 50px; background: #ff3115;
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  color: #fff; transition: all .3s; opacity: 0;
}
.event-item:hover .event-img .image-link { transform: translate(-50%,-50%) scale(1); opacity: 1; }
.events-details { padding: 25px; }
.event-date { margin-bottom: 8px; }
.event-date i { color: #ff3115; margin-right: 8px; }
.event-date span { font-size: 14px; color: #505050; }
.event-title { font-size: 20px; margin-bottom: 12px; text-transform: uppercase; }
.event-title a { color: #212121; }
.event-title a:hover { color: #ff3115; }
.event-meta { display: flex; flex-wrap: wrap; margin-bottom: 12px; }
.event-time, .event-location { margin-right: 20px; font-size: 14px; color: #505050; }
.event-time i, .event-location i { color: #ff3115; margin-right: 5px; }
.event-btn a { color: #ff3115; font-weight: 600; font-size: 14px; }
.event-btn a:hover { color: #e41f05; }

/* =============================================
   TEAM
   ============================================= */
.team-item { position: relative; overflow: hidden; margin-bottom: 30px; }
.team-img { position: relative; overflow: hidden; }
.team-img img { width: 100%; height: 370px; object-fit: cover; }
.team-img .normal-text {
  position: absolute; bottom: 0; left: 0; width: 100%;
  padding: 20px; background: linear-gradient(transparent, rgba(0,0,0,.75));
}
.team-img .normal-text .team-name { color: #fff; font-size: 20px; margin-bottom: 3px; }
.team-img .normal-text .subtitle { color: rgba(255,255,255,.8); font-size: 14px; }
.team-content {
  position: absolute; top: 0; left: 0; width: 100%; height: 100%;
  background: rgba(255,49,21,.85);
  opacity: 0; transition: all .4s;
}
.team-item:hover .team-content { opacity: 1; }
.team-content .overly-border { position: absolute; top: 0; left: 0; right: 0; bottom: 0; }
.team-content .display-table-cell { text-align: center; }
.team-content .team-name { font-size: 22px; margin-bottom: 5px; }
.team-content .team-name a { color: #fff; }
.team-content .team-title { display: block; color: rgba(255,255,255,.8); font-size: 15px; margin-bottom: 12px; }
.team-content .team-desc { color: #fff; font-size: 14px; margin-bottom: 18px; padding: 0 30px; }
.team-social a {
  display: inline-block; width: 38px; height: 38px;
  border: 2px solid rgba(255,255,255,.5); border-radius: 50%;
  color: #fff; line-height: 34px; margin: 0 3px;
  font-size: 14px; transition: all .3s;
}
.team-social a:hover { background: #fff; color: #ff3115; border-color: #fff; }

/* =============================================
   CALL TO ACTION
   ============================================= */
.rs-calltoaction { position: relative; }
.rs-calltoaction::before { content:''; position:absolute; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,.65); }
.rs-calltoaction .container { position: relative; z-index: 1; }
.cta-button {
  display: inline-block; padding: 14px 40px;
  background: #ff3115; color: #fff;
  font-size: 15px; font-weight: 600;
  text-transform: uppercase; border-radius: 2px;
  letter-spacing: 1px;
}
.cta-button:hover { background: #e41f05; color: #fff; }

/* =============================================
   LATEST NEWS / BLOG
   ============================================= */
.news-normal-block { background: #fff; box-shadow: 0 0 10px rgba(0,0,0,.08); }
.news-normal-block .news-img img { width: 100%; height: 280px; object-fit: cover; }
.news-normal-block .news-date { padding: 15px 25px 0; }
.news-normal-block .news-date i { color: #ff3115; margin-right: 8px; }
.news-normal-block .news-date span { font-size: 14px; color: #505050; }
.news-normal-block .news-title { padding: 10px 25px 5px; font-size: 20px; }
.news-normal-block .news-title a { color: #212121; }
.news-normal-block .news-title a:hover { color: #ff3115; }
.news-normal-block .news-desc { padding: 0 25px; }
.news-normal-block .news-desc p { font-size: 14px; color: #505050; }
.news-normal-block .news-btn { padding: 0 25px 25px; }
.news-normal-block .news-btn a { color: #ff3115; font-weight: 600; text-transform: uppercase; font-size: 14px; }

.news-list-item { display: flex; margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid #eee; }
.news-list-item:last-child { border: none; margin: 0; padding: 0; }
.news-list-item .news-img { min-width: 130px; margin-right: 20px; }
.news-list-item .news-img img { width: 130px; height: 100px; object-fit: cover; }
.news-list-item .news-title { font-size: 16px; margin-bottom: 5px; }
.news-list-item .news-title a { color: #212121; }
.news-list-item .news-title a:hover { color: #ff3115; }
.news-list-item .news-date i { color: #ff3115; margin-right: 5px; font-size: 13px; }
.news-list-item .news-date span { font-size: 13px; color: #999; }
.news-list-item .news-desc p { font-size: 14px; color: #505050; margin: 5px 0 0; }

/* =============================================
   PRODUCTS / PUBLICATIONS
   ============================================= */
.product-item { text-align: center; margin-bottom: 30px; }
.product-img { margin-bottom: 15px; overflow: hidden; }
.product-img img { width: 100%; height: 320px; object-fit: cover; transition: all .5s; }
.product-item:hover .product-img img { transform: scale(1.05); }
.product-title { font-size: 18px; margin-bottom: 8px; }
.product-title a { color: #212121; }
.product-title a:hover { color: #ff3115; }
.product-price { font-size: 16px; color: #ff3115; font-weight: 600; display: block; margin-bottom: 12px; }
.product-btn a {
  display: inline-block; padding: 10px 25px;
  background: #ff3115; color: #fff;
  font-size: 13px; font-weight: 600;
  text-transform: uppercase; border-radius: 2px;
}
.product-btn a:hover { background: #e41f05; }
.view-btn { text-align: center; margin-top: 30px; }
.view-btn a {
  display: inline-block; padding: 12px 35px;
  border: 2px solid #ff3115; color: #ff3115;
  font-weight: 600; text-transform: uppercase;
  font-size: 14px;
}
.view-btn a:hover { background: #ff3115; color: #fff; }

/* =============================================
   TESTIMONIALS
   ============================================= */
.rs-testimonial { position: relative; }
.rs-testimonial::before { content:''; position:absolute; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,.6); }
.rs-testimonial .container { position: relative; z-index: 1; }
.testimonial-item { display: flex; align-items: flex-start; padding: 30px; background: rgba(255,255,255,.1); border-radius: 3px; }
.testi-img { min-width: 90px; margin-right: 25px; }
.testi-img img { width: 90px; height: 90px; border-radius: 50%; object-fit: cover; border: 3px solid rgba(255,255,255,.3); }
.testi-name { font-size: 20px; color: #fff; margin-bottom: 10px; }
.testi-desc p { color: rgba(255,255,255,.8); font-size: 15px; font-style: italic; margin: 0; line-height: 26px; }

/* =============================================
   PARTNERS
   ============================================= */
.partner-item { text-align: center; }
.partner-item img { max-height: 65px; opacity: .5; transition: all .3s; filter: grayscale(100%); }
.partner-item:hover img { opacity: 1; filter: none; }

/* =============================================
   FOOTER
   ============================================= */
.rs-footer { color: rgba(255,255,255,.7); background: #212121; }
.footer-contact-desc { padding: 50px 0; border-bottom: 1px solid rgba(255,255,255,.1); }
.contact-inner { text-align: center; }
.contact-inner i { font-size: 40px; color: #ff3115; margin-bottom: 12px; display: block; }
.contact-title { color: #fff; font-size: 20px; margin-bottom: 8px; }
.contact-desc { font-size: 14px; margin: 0; color: rgba(255,255,255,.7); }

.footer-top { padding: 60px 0 30px; }
.about-widget img { max-height: 52px; width: auto; object-fit: contain; margin-bottom: 20px; }
.about-widget p { font-size: 14px; line-height: 26px; }

.footer-title {
  color: #fff; font-size: 18px; text-transform: uppercase;
  margin-bottom: 25px; padding-bottom: 15px;
  position: relative;
}
.footer-title::after { content: ''; position: absolute; bottom: 0; left: 0; width: 50px; height: 2px; background: #ff3115; }

/* Recent Posts Widget */
.post-item { display: flex; margin-bottom: 18px; padding-bottom: 18px; border-bottom: 1px solid rgba(255,255,255,.1); }
.post-item:last-child { border: none; }
.post-date {
  min-width: 55px; text-align: center;
  background: #ff3115; border-radius: 3px;
  padding: 8px 5px; margin-right: 15px;
}
.post-date span { display: block; color: #fff; font-size: 12px; line-height: 1.3; }
.post-date span:first-child { font-size: 20px; font-weight: 700; }
.post-title { font-size: 15px; margin-bottom: 3px; }
.post-title a { color: rgba(255,255,255,.8); }
.post-title a:hover { color: #ff3115; }
.post-category { font-size: 13px; color: rgba(255,255,255,.5); }

/* Sitemap Widget */
.sitemap-widget li { margin-bottom: 10px; }
.sitemap-widget li a { color: rgba(255,255,255,.7); font-size: 14px; transition: all .3s; }
.sitemap-widget li a i { margin-right: 8px; color: #ff3115; }
.sitemap-widget li a:hover { color: #ff3115; padding-left: 5px; }

/* Newsletter Form */
.news-form { display: flex; margin-top: 15px; }
.news-form .form-input {
  flex: 1; padding: 12px 15px;
  border: 1px solid rgba(255,255,255,.2);
  background: transparent; color: #fff; font-size: 14px; outline: none;
}
.news-form .form-input::placeholder { color: rgba(255,255,255,.5); }
.news-form .form-button { padding: 12px 20px; background: #ff3115; color: #fff; border: none; cursor: pointer; transition: all .3s; }
.news-form .form-button:hover { background: #e41f05; }

/* Footer Share */
.footer-share { text-align: center; margin-top: 35px; padding-top: 35px; border-top: 1px solid rgba(255,255,255,.1); }
.footer-share ul { display: flex; justify-content: center; }
.footer-share ul li { margin: 0 8px; }
.footer-share ul li a {
  display: inline-block; width: 42px; height: 42px;
  border: 1px solid rgba(255,255,255,.3); border-radius: 50%;
  color: #fff; line-height: 42px; text-align: center;
  font-size: 16px; transition: all .3s;
}
.footer-share ul li a:hover { background: #ff3115; border-color: #ff3115; }

/* Footer Bottom */
.footer-bottom { padding: 25px 0; border-top: 1px solid rgba(255,255,255,.1); text-align: center; }
.footer-bottom .copyright p { margin: 0; font-size: 14px; }
.footer-bottom .copyright a { color: #ff3115; }

/* =============================================
   SCROLL UP
   ============================================= */
#scrollUp {
  position: fixed; bottom: 30px; right: 30px;
  width: 45px; height: 45px; background: #ff3115;
  color: #fff; text-align: center; line-height: 45px;
  font-size: 20px; cursor: pointer; z-index: 999;
  display: none; transition: all .3s;
  box-shadow: 0 2px 10px rgba(0,0,0,.2);
}
#scrollUp:hover { background: #e41f05; }

/* =============================================
   BREADCRUMBS
   ============================================= */
.rs-breadcrumbs { background: url('images/breadcrumbs/inner1.jpg') center/cover no-repeat; position: relative; padding: 100px 0; }
.rs-breadcrumbs::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,.5); }
.rs-breadcrumbs .breadcrumbs-inner { position: relative; z-index: 1; text-align: center; }
.rs-breadcrumbs .page-title { font-size: 36px; color: #fff; text-transform: uppercase; margin-bottom: 10px; }
.rs-breadcrumbs .breadcrumbs-text ul { display: flex; justify-content: center; }
.rs-breadcrumbs .breadcrumbs-text ul li { color: rgba(255,255,255,.8); font-size: 15px; }
.rs-breadcrumbs .breadcrumbs-text ul li a { color: #fff; }
.rs-breadcrumbs .breadcrumbs-text ul li a:hover { color: #ff3115; }
.rs-breadcrumbs .breadcrumbs-text ul li + li::before { content: '/'; margin: 0 12px; color: rgba(255,255,255,.5); }

/* =============================================
   BLOG PAGE
   ============================================= */
.blog-item { margin-bottom: 40px; }
.blog-img { overflow: hidden; margin-bottom: 20px; }
.blog-img img { width: 100%; height: 380px; object-fit: cover; transition: all .5s; }
.blog-item:hover .blog-img img { transform: scale(1.05); }
.blog-meta { margin-bottom: 10px; }
.blog-meta span { font-size: 14px; color: #999; margin-right: 15px; }
.blog-meta span i { color: #ff3115; margin-right: 5px; }
.blog-title { font-size: 24px; margin-bottom: 12px; }
.blog-title a { color: #212121; }
.blog-title a:hover { color: #ff3115; }
.blog-desc p { color: #505050; line-height: 26px; }
.blog-btn a {
  display: inline-block; padding: 12px 30px;
  background: #ff3115; color: #fff;
  font-size: 14px; font-weight: 600;
  text-transform: uppercase; border-radius: 2px;
}
.blog-btn a:hover { background: #e41f05; }

/* Blog Sidebar */
.sidebar-widget { margin-bottom: 30px; padding: 25px; background: #f9f9f9; }
.sidebar-widget .widget-title { font-size: 20px; margin-bottom: 15px; padding-bottom: 12px; border-bottom: 3px solid #ff3115; }
.search-widget .search-wrap { display: flex; }
.search-widget .search-wrap input { flex: 1; padding: 12px 15px; border: 1px solid #ddd; outline: none; font-size: 14px; }
.search-widget .search-wrap button { padding: 12px 20px; background: #ff3115; color: #fff; border: none; cursor: pointer; }
.categories-widget ul li { padding: 10px 0; border-bottom: 1px solid #ddd; }
.categories-widget ul li:last-child { border: none; }
.categories-widget ul li a { color: #505050; font-size: 15px; }
.categories-widget ul li a:hover { color: #ff3115; }
.tags-widget a { display: inline-block; padding: 6px 14px; background: #fff; margin: 3px; font-size: 13px; color: #505050; border: 1px solid #ddd; }
.tags-widget a:hover { background: #ff3115; color: #fff; border-color: #ff3115; }

/* Blog Details */
.blog-details .blog-full-desc p { margin-bottom: 15px; line-height: 26px; color: #505050; }
.blog-details blockquote { background: #f9f9f9; padding: 25px 30px; border-left: 4px solid #ff3115; margin: 25px 0; font-style: italic; }
.blog-details .share-post { display: flex; align-items: center; padding: 20px 0; border-top: 1px solid #eee; margin-top: 20px; }
.blog-details .share-post span { font-weight: 600; margin-right: 15px; }
.blog-details .share-post a { display: inline-block; width: 38px; height: 38px; background: #f9f9f9; text-align: center; line-height: 38px; border-radius: 50%; margin-right: 5px; color: #505050; }
.blog-details .share-post a:hover { background: #ff3115; color: #fff; }

/* Comments */
.comment-area { margin-top: 40px; }
.comment-area .comment-title { font-size: 24px; margin-bottom: 25px; }
.comment-item { display: flex; margin-bottom: 25px; padding-bottom: 25px; border-bottom: 1px solid #eee; }
.comment-item .avatar { min-width: 80px; margin-right: 20px; }
.comment-item .avatar img { width: 80px; height: 80px; border-radius: 50%; object-fit: cover; }
.comment-item .comment-content .author-name { font-size: 18px; margin-bottom: 3px; }
.comment-item .comment-content .comment-date { font-size: 13px; color: #999; margin-bottom: 8px; display: block; }
.comment-item .comment-content p { font-size: 14px; color: #505050; }
.comment-item .reply-btn { color: #ff3115; font-size: 14px; font-weight: 600; }

/* Comment Form */
.comment-form { margin-top: 40px; }
.comment-form .form-title { font-size: 24px; margin-bottom: 20px; }
.comment-form .form-group { margin-bottom: 15px; }
.comment-form input[type="text"], .comment-form input[type="email"], .comment-form textarea {
  width: 100%; padding: 12px 15px; border: 1px solid #ddd; outline: none; font-size: 14px; font-family: 'Roboto Condensed', sans-serif;
}
.comment-form textarea { min-height: 150px; resize: vertical; }
.comment-form .submit-btn { display: inline-block; padding: 14px 35px; background: #ff3115; color: #fff; border: none; font-size: 14px; font-weight: 600; text-transform: uppercase; cursor: pointer; border-radius: 2px; }
.comment-form .submit-btn:hover { background: #e41f05; }

/* =============================================
   TEACHERS / TEAM PAGE
   ============================================= */
.rs-team-page .team-item { margin-bottom: 30px; }
.filter-menu { display: flex; justify-content: center; margin-bottom: 40px; flex-wrap: wrap; }
.filter-menu button {
  padding: 10px 25px; background: transparent; border: 2px solid #ff3115;
  color: #212121; font-size: 14px; font-weight: 600;
  text-transform: uppercase; cursor: pointer; margin: 5px;
  transition: all .3s; font-family: 'Roboto Condensed', sans-serif;
}
.filter-menu button.active, .filter-menu button:hover { background: #ff3115; color: #fff; }

/* =============================================
   GALLERY
   ============================================= */
.gallery-item { position: relative; overflow: hidden; margin-bottom: 30px; }
.gallery-item img { width: 100%; height: 260px; object-fit: cover; transition: all .5s; }
.gallery-item:hover img { transform: scale(1.1); }
.gallery-item .gallery-overlay {
  position: absolute; top: 0; left: 0; width: 100%; height: 100%;
  background: rgba(255,49,21,.8); opacity: 0; transition: all .4s;
  display: flex; align-items: center; justify-content: center;
}
.gallery-item:hover .gallery-overlay { opacity: 1; }
.gallery-item .gallery-overlay a {
  width: 50px; height: 50px; background: #fff; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: #ff3115; font-size: 20px; margin: 0 5px;
  transform: translateY(20px); transition: all .3s;
}
.gallery-item:hover .gallery-overlay a { transform: translateY(0); }

/* =============================================
   CONTACT
   ============================================= */
.rs-contact .contact-info { margin-bottom: 30px; }
.rs-contact .contact-info-item { display: flex; align-items: flex-start; margin-bottom: 20px; }
.rs-contact .contact-info-item i { font-size: 28px; color: #ff3115; margin-right: 15px; min-width: 30px; margin-top: 3px; }
.rs-contact .contact-info-item .info-content h5 { font-size: 18px; margin-bottom: 5px; }
.rs-contact .contact-info-item .info-content p { margin: 0; color: #505050; }
.contact-form .form-group { margin-bottom: 15px; }
.contact-form input[type="text"], .contact-form input[type="email"], .contact-form textarea { width: 100%; padding: 12px 15px; border: 1px solid #ddd; outline: none; font-size: 14px; }
.contact-form textarea { min-height: 150px; }
.contact-form .submit-btn { padding: 14px 35px; background: #ff3115; color: #fff; border: none; font-size: 14px; font-weight: 600; text-transform: uppercase; cursor: pointer; border-radius: 2px; }
.contact-form .submit-btn:hover { background: #e41f05; }
.map-area { margin-bottom: 30px; }
.map-area iframe { width: 100%; height: 450px; border: none; }

/* =============================================
   SHOP
   ============================================= */
.shop-item { margin-bottom: 30px; text-align: center; }
.shop-item .shop-img { position: relative; overflow: hidden; margin-bottom: 15px; }
.shop-item .shop-img img { width: 100%; height: 370px; object-fit: cover; transition: all .5s; }
.shop-item:hover .shop-img img { transform: scale(1.05); }
.shop-item .shop-img .shop-overlay { position: absolute; bottom: -50px; left: 0; width: 100%; padding: 15px; background: rgba(0,0,0,.7); transition: all .3s; }
.shop-item:hover .shop-img .shop-overlay { bottom: 0; }
.shop-item .shop-img .shop-overlay a { color: #fff; margin: 0 8px; font-size: 18px; }
.shop-item .shop-title { font-size: 18px; margin-bottom: 5px; }
.shop-item .shop-title a { color: #212121; }
.shop-item .shop-title a:hover { color: #ff3115; }
.shop-item .shop-price { color: #ff3115; font-weight: 700; font-size: 18px; }
.shop-item .shop-price del { color: #999; font-weight: 400; margin-right: 5px; }

/* Shop Details */
.shop-details .product-images { margin-bottom: 30px; }
.shop-details .product-images img { width: 100%; }
.shop-details .product-info h3 { font-size: 26px; margin-bottom: 10px; }
.shop-details .product-info .price { font-size: 24px; color: #ff3115; font-weight: 700; margin-bottom: 15px; display: block; }
.shop-details .product-info p { line-height: 26px; color: #505050; margin-bottom: 20px; }
.shop-details .quantity-wrap { display: flex; align-items: center; margin-bottom: 20px; }
.shop-details .quantity-wrap label { margin-right: 10px; font-weight: 600; }
.shop-details .quantity-wrap input { width: 60px; padding: 8px; text-align: center; border: 1px solid #ddd; }
.shop-details .add-to-cart-btn { display: inline-block; padding: 14px 35px; background: #ff3115; color: #fff; font-weight: 600; text-transform: uppercase; border: none; cursor: pointer; border-radius: 2px; }
.shop-details .add-to-cart-btn:hover { background: #e41f05; }

/* Cart */
.cart-table { width: 100%; margin-bottom: 30px; }
.cart-table th { background: #f9f9f9; padding: 15px; font-size: 15px; text-transform: uppercase; font-weight: 600; }
.cart-table td { padding: 15px; border-bottom: 1px solid #eee; vertical-align: middle; }
.cart-table .product-thumb img { width: 80px; height: 80px; object-fit: cover; }
.cart-table .remove-btn { color: #ff3115; font-size: 18px; cursor: pointer; }
.cart-total { background: #f9f9f9; padding: 30px; }
.cart-total h4 { font-size: 20px; margin-bottom: 15px; }
.cart-total table { width: 100%; }
.cart-total table td { padding: 10px 0; }
.cart-total .checkout-btn { display: inline-block; padding: 14px 35px; background: #ff3115; color: #fff; font-weight: 600; text-transform: uppercase; margin-top: 15px; border-radius: 2px; }
.cart-total .checkout-btn:hover { background: #e41f05; color: #fff; }

/* Checkout */
.checkout-form label { display: block; margin-bottom: 5px; font-weight: 500; font-size: 15px; }
.checkout-form input, .checkout-form select { width: 100%; padding: 12px 15px; border: 1px solid #ddd; margin-bottom: 15px; outline: none; font-size: 14px; }
.checkout-form .order-summary { background: #f9f9f9; padding: 30px; margin-top: 20px; }
.checkout-form .order-summary h4 { margin-bottom: 15px; }
.checkout-form .place-order-btn { display: inline-block; padding: 14px 35px; background: #ff3115; color: #fff; border: none; font-size: 15px; font-weight: 600; text-transform: uppercase; cursor: pointer; border-radius: 2px; margin-top: 15px; width: 100%; }
.checkout-form .place-order-btn:hover { background: #e41f05; }

/* =============================================
   ERROR 404
   ============================================= */
.error-page { text-align: center; padding: 100px 0; }
.error-page h1 { font-size: 150px; color: #ff3115; margin-bottom: 10px; line-height: 1; }
.error-page h3 { font-size: 36px; margin-bottom: 15px; }
.error-page p { font-size: 16px; color: #505050; margin-bottom: 30px; }
.error-page .home-btn { display: inline-block; padding: 14px 35px; background: #ff3115; color: #fff; font-weight: 600; text-transform: uppercase; border-radius: 2px; }
.error-page .home-btn:hover { background: #e41f05; color: #fff; }

/* =============================================
   SEARCH MODAL
   ============================================= */
.search-modal .modal-dialog { max-width: 600px; }
.search-modal .modal-content { background: transparent; border: none; }
.search-modal .form-control { padding: 15px 20px; font-size: 16px; border: 2px solid #ff3115; border-radius: 0; }
.search-modal .close { position: absolute; top: -30px; right: 0; color: #fff; font-size: 24px; opacity: 1; }

/* =============================================
   OFF CANVAS MENU
   ============================================= */
.right_menu_togle {
  position: fixed; top: 0; right: -350px; width: 350px; height: 100%;
  background: #1a1a1a; z-index: 99999; transition: all .5s;
  overflow-y: auto; padding: 30px;
}
.right_menu_togle.nav-expanded { right: 0; }
.close-btn { text-align: right; margin-bottom: 15px; }
.close-btn span {
  color: #fff; font-size: 20px; cursor: pointer;
  width: 36px; height: 36px; display: inline-block;
  line-height: 34px; text-align: center;
  border: 1px solid rgba(255,255,255,.3); border-radius: 50%;
  transition: all .3s;
}
.close-btn span:hover { background: #ff3115; border-color: #ff3115; }
.canvas-logo { margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid rgba(255,255,255,.1); }
.canvas-logo img { max-height: 45px; }
.canvas-about { margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid rgba(255,255,255,.1); }
.canvas-about p { color: rgba(255,255,255,.6); font-size: 14px; line-height: 24px; margin: 0; }
.sidebarnav_menu { margin-bottom: 25px; padding-bottom: 15px; border-bottom: 1px solid rgba(255,255,255,.1); }
.sidebarnav_menu > li { border-bottom: 1px solid rgba(255,255,255,.06); }
.sidebarnav_menu > li:last-child { border: none; }
.sidebarnav_menu > li > a {
  display: block; padding: 12px 0; color: #fff;
  font-size: 15px; font-weight: 500;
  text-transform: uppercase; letter-spacing: .5px;
  position: relative; transition: all .3s;
}
.sidebarnav_menu > li > a:hover { color: #ff3115; padding-left: 8px; }
.sidebarnav_menu .menu-item-has-children > a::after {
  content: '\f105'; font-family: 'FontAwesome';
  position: absolute; right: 0; top: 50%; transform: translateY(-50%);
  color: rgba(255,255,255,.4); transition: all .3s;
}
.sidebarnav_menu .menu-item-has-children > a:hover::after { color: #ff3115; }
.sidebarnav_menu .list-unstyled { padding-left: 15px; display: none; background: rgba(255,255,255,.03); }
.sidebarnav_menu .list-unstyled li a {
  display: block; padding: 9px 15px; color: rgba(255,255,255,.6);
  font-size: 14px; transition: all .3s;
  border-bottom: 1px solid rgba(255,255,255,.04);
}
.sidebarnav_menu .list-unstyled li:last-child a { border: none; }
.sidebarnav_menu .list-unstyled li a:hover { color: #ff3115; padding-left: 20px; }
.canvas-contact { margin-bottom: 25px; }
.canvas-contact .canvas-title {
  color: #fff; font-size: 16px; text-transform: uppercase;
  margin-bottom: 15px; padding-bottom: 10px;
  border-bottom: 2px solid #ff3115; display: inline-block;
}
.canvas-contact .contact-list { list-style: none; padding: 0; margin: 0; }
.canvas-contact .contact-list li {
  display: flex; align-items: flex-start;
  padding: 10px 0; color: rgba(255,255,255,.6); font-size: 14px;
}
.canvas-contact .contact-list li i {
  color: #ff3115; margin-right: 12px; min-width: 18px;
  font-size: 16px; margin-top: 2px;
}
.canvas-contact .contact-list li span { line-height: 22px; }
.canvas-social { padding-top: 5px; }
.canvas-social a {
  display: inline-block; width: 38px; height: 38px;
  border: 1px solid rgba(255,255,255,.2); border-radius: 50%;
  color: #fff; line-height: 38px; text-align: center;
  font-size: 15px; margin-right: 5px; transition: all .3s;
}
.canvas-social a:hover { background: #ff3115; border-color: #ff3115; color: #fff; }
.right_menu_togle .search-wrap { margin-top: 20px; display: flex; }
.right_menu_togle .search-wrap .search-input { flex: 1; padding: 12px; border: 1px solid rgba(255,255,255,.2); background: transparent; color: #fff; outline: none; }
.right_menu_togle .search-wrap button { padding: 12px 15px; background: transparent; color: #ff3115; border: none; cursor: pointer; }

/* =============================================
   PAGINATION
   ============================================= */
.pagination-area { text-align: center; margin-top: 30px; }
.pagination-area ul { display: inline-flex; }
.pagination-area ul li { margin: 0 3px; }
.pagination-area ul li a { display: inline-block; width: 42px; height: 42px; line-height: 42px; text-align: center; background: #f9f9f9; color: #212121; font-weight: 600; }
.pagination-area ul li a:hover, .pagination-area ul li.active a { background: #ff3115; color: #fff; }

/* =============================================
   ABOUT PAGE EXTRAS
   ============================================= */
.why-choose-us .choose-item { text-align: center; padding: 35px; background: #fff; box-shadow: 0 0 15px rgba(0,0,0,.08); margin-bottom: 30px; transition: all .3s; }
.why-choose-us .choose-item:hover { transform: translateY(-5px); box-shadow: 0 5px 25px rgba(0,0,0,.12); }
.why-choose-us .choose-item i { font-size: 50px; color: #ff3115; margin-bottom: 18px; display: block; }
.why-choose-us .choose-item h4 { font-size: 20px; margin-bottom: 10px; }
.why-choose-us .choose-item p { font-size: 14px; color: #505050; margin: 0; }

/* =============================================
   COURSE DETAILS
   ============================================= */
.course-details-tabs .nav-tabs { border-bottom: 2px solid #eee; margin-bottom: 25px; }
.course-details-tabs .nav-tabs .nav-link { border: none; color: #505050; font-weight: 600; padding: 12px 25px; text-transform: uppercase; font-size: 15px; }
.course-details-tabs .nav-tabs .nav-link.active { color: #ff3115; border-bottom: 2px solid #ff3115; }
.course-sidebar .sidebar-widget { padding: 25px; background: #f9f9f9; margin-bottom: 25px; }
.course-sidebar .course-features li { padding: 10px 0; border-bottom: 1px solid #ddd; display: flex; justify-content: space-between; font-size: 15px; }
.course-sidebar .course-features li:last-child { border: none; }
.course-sidebar .course-features li i { color: #ff3115; margin-right: 8px; }
.course-sidebar .enroll-btn { display: block; padding: 14px; background: #ff3115; color: #fff; text-align: center; font-weight: 600; text-transform: uppercase; margin-top: 15px; }
.course-sidebar .enroll-btn:hover { background: #e41f05; color: #fff; }

/* =============================================
   EVENTS DETAILS
   ============================================= */
.event-sidebar .event-info { background: #f9f9f9; padding: 25px; margin-bottom: 25px; }
.event-sidebar .event-info li { padding: 12px 0; border-bottom: 1px solid #ddd; display: flex; align-items: center; }
.event-sidebar .event-info li:last-child { border: none; }
.event-sidebar .event-info li i { color: #ff3115; margin-right: 12px; font-size: 18px; min-width: 20px; }
.event-sidebar .event-info li span { font-size: 15px; color: #505050; }
.event-sidebar .register-btn { display: block; padding: 14px; background: #ff3115; color: #fff; text-align: center; font-weight: 600; text-transform: uppercase; }
.event-sidebar .register-btn:hover { background: #e41f05; color: #fff; }

/* =============================================
   TEACHER SINGLE
   ============================================= */
.teacher-single-area .teacher-img img { width: 100%; border-radius: 5px; }
.teacher-single-area .teacher-info h3 { font-size: 26px; margin-bottom: 5px; }
.teacher-single-area .teacher-info .designation { color: #ff3115; font-size: 16px; margin-bottom: 15px; display: block; }
.teacher-single-area .teacher-info p { color: #505050; line-height: 26px; }
.teacher-single-area .teacher-social { margin-top: 15px; }
.teacher-single-area .teacher-social a { display: inline-block; width: 40px; height: 40px; background: #f9f9f9; text-align: center; line-height: 40px; border-radius: 50%; color: #505050; margin-right: 5px; }
.teacher-single-area .teacher-social a:hover { background: #ff3115; color: #fff; }
.teacher-single-area .skill-item { margin-bottom: 20px; }
.teacher-single-area .skill-item .skill-header { display: flex; justify-content: space-between; margin-bottom: 8px; }
.teacher-single-area .skill-item .skill-header h6 { font-size: 15px; }
.teacher-single-area .skill-item .progress { height: 8px; border-radius: 4px; background: #eee; }
.teacher-single-area .skill-item .progress-bar { background: #ff3115; border-radius: 4px; }

/* =============================================
   COURSES PAGE 2
   ============================================= */
.course-list-item { display: flex; background: #fff; box-shadow: 0 0 10px rgba(0,0,0,.08); margin-bottom: 30px; }
.course-list-item .course-list-img { min-width: 300px; }
.course-list-item .course-list-img img { width: 300px; height: 100%; object-fit: cover; }
.course-list-item .course-list-content { padding: 30px; flex: 1; }
.course-list-item .course-list-content .course-category { display: inline-block; font-size: 13px; color: #ff3115; text-transform: uppercase; font-weight: 600; margin-bottom: 8px; }
.course-list-item .course-list-content h4 { font-size: 22px; margin-bottom: 10px; }
.course-list-item .course-list-content h4 a { color: #212121; }
.course-list-item .course-list-content h4 a:hover { color: #ff3115; }
.course-list-item .course-list-content p { color: #505050; font-size: 15px; }

/* =============================================
   OWL CAROUSEL OVERRIDES
   ============================================= */
.owl-nav { text-align: center; margin-top: 20px; }
.owl-nav button { width: 42px; height: 42px; background: #ff3115 !important; color: #fff !important; border-radius: 50% !important; margin: 0 5px; font-size: 20px !important; transition: all .3s; }
.owl-nav button:hover { background: #e41f05 !important; }
.owl-dots { text-align: center; margin-top: 20px; }
.owl-dots button.owl-dot { width: 14px; height: 14px; background: #ccc !important; border-radius: 50% !important; margin: 0 4px; transition: all .3s; }
.owl-dots button.owl-dot.active { background: #ff3115 !important; }
