/* ----------------------------------

Template Name: Online Learning Project
Author: validtheme
Description:
Version: 1.0

Main Font    : Roboto
Main Color   : #8A6552

-------------------------------------

[Typography]

Body copy:    15px 'Roboto', sans-serif
Header:     36px 'Roboto', sans-serif
Input, textarea:  15px 'Roboto', sans-serif
Sidebar heading:  20px 'Roboto', sans-serif

>>> TABLE OF CONTENTS:
=======================
        
    01. Template default css
        - Animations
        - General
        - Section Title
        - Video Button
        - Typography
        - Tables
        - Forms
        - Buttons
        - Pagination
        - Colors
        - Accordion
        - Tabs
    02. Preloader
    03. Topbar
    04 Navbar
        - Navbar Default
        - Navbar Transparent
        - Navbar Sticky
        - Navbar Box
    05. Banner
        - Slide Effect
        - Fade Effect
    06. Features
    07. About Us
        - Full Width Version
        - Default Version
    08. Services
        - Version One
        - Version Two
        - Version Three
    09. Why Choose Us
    10. Company Analysis/Graph
    11. Companies/Clients/Partner
    12. Team
    13. Testimonials
    14. Projects
    15. Gallery
    16. Our Expertise
    17. Work Process
    18. FAQ
    19. Blog
        - Standard
        - Left Sidebar
        - Right Sidebar
        - Single
    20. Error 404
    21. Footer
    22. PHP Contact Form
    23. Others

*/

/*
** General Styles for HTML tags
*/

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap');


/*==============================================
  01. Variables
================================================*/
:root {
    --font-family: 'Roboto', sans-serif;
    --color-heading: #232323;
    --color-body: #666666;
    --color-paragraph: #666666;
    --background-primary: red;
    --background-secondary: green;
    --background-dark: #1b1b1b;
}


/*==============================================
  02. Theme default css
================================================*/
html {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: visible;
}

body {
  font-family: var(--font-family);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  overflow-x: hidden;
  color: var(--color-body);
  font-style: normal;
}

/*
body::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url("assets/img/noise.gif");
    z-index: -1;
    background-color: rebeccapurple;
    opacity: 0.05;
}
*/

html,
body,
.wrapper {
  height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  line-height: 1.2;
  font-family: var(--font-family);
  color: var(--color-heading);
  letter-spacing: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 15px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 35px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 14px;
}


img,
.img {
max-width: 100%;
transition: all 0.3s ease-out 0s;
-webkit-transition: all 0.3s ease-out 0s;
-moz-transition: all 0.3s ease-out 0s;
-ms-transition: all 0.3s ease-out 0s;
-o-transition: all 0.3s ease-out 0s;
outline: none;
border: none;
}


p {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.8;
  color: var(--color-paragraph);
  margin-bottom: 15px;
}


label {
  color: var(--color-body);
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 5px;
}


a:focus,
.btn:focus,
.button:focus,
a:hover,
.btn:hover,
.button:hover {
  text-decoration: none;
  outline: none;
  box-shadow: none;
}

a,
.btn,
button {
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  outline: none;
  font-family: var(--font-family);
  color: var(--color-heading);
  font-weight: 600;
  text-decoration: none;
}

a img,
iframe {
  border: none;
}

hr {
  border-bottom: 1px solid #e7e7e7;
  border-top: 0 none;
  margin: 30px 0;
  padding: 0;
}

pre {
  display: block;
  margin: 0 0 30px;
  padding: 9.5px;
  word-wrap: break-word;
  word-break: break-all;
  color: #333;
  border: 1px solid #ededed;
  border-radius: inherit;
  background-color: #f9f9f9;
  font-size: 13px;
  line-height: 1.42857143;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
  box-shadow: inherit;
}

ul {
    padding-left: 20px;
    margin: 30px 0;
    font-weight: 400;
}

b,
strong {
  font-weight: 900;
}

.btn.active,
.btn:active {
  background-image: inherit !important;
}

.btn.focus,
.btn:active:focus,
.btn:active:hover,
.btn:focus,
.btn:hover {
  outline: 0;
}

input {
  border: 1px solid #e7e7e7;
  border-radius: inherit;
  box-shadow: inherit;
  min-height: 50px;
}


/* Default CSS */

.container-medium {
  padding: 0 15px;
  margin: auto;
  max-width: 1400px;
}

.container-full {
  padding: 0 15px;
  margin: auto;
  max-width: 1400px;
}

.container-fill {
  padding: 0 15px;
  margin: auto;
  max-width: 100%;
  padding: 0;
}

@media (min-width: 576px) {
  .container-medium {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container-medium {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container-medium {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container-medium {
    max-width: 1400px;
    width: 80%;
  }
}

@media (min-width: 576px) {
  .container-full {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container-full {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container-full {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container-full {
    max-width: 1400px;
    width: 90%;
  }
}

@media (min-width: 576px) {
  .container-fill {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container-fill {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container-fill {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container-fill {
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 1199px) {
  .container-fill {
    padding: 0 15px;
  }
}

.bg-cover {
  background-position: center center;
  background-size: cover;
}

.bg-fixed {
  background-attachment: fixed;
  background-position: center top;
  background-size: cover;
}

.bg-light {
  background-color: #ffffff;
}

.bg-dark {
  background-color: var(--background-dark) !important;
}

.bg-theme {
  background-color: var(--background-primary);
}

.bg-gradient {
  background: var(--background-gradient-primary);
}

.bg-gradient-secondary {
  background: var(--background-gradient-secondary);
}

.text-light h1,
.text-light h2,
.text-light h3,
.text-light h4,
.text-light h5,
.text-light h6,
.text-light p,
.text-light a {
  color: #ffffff;
}

.shadow {
  position: relative;
  z-index: 1;
  box-shadow: inherit !important;
}

.shadow.dark::after {
  background: rgb(0 0 0 / 35%);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.shadow.dark-hard::after {
  background: rgb(0 0 0 / 45%);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.shadow.theme::after {
  background: var(--background-primary);
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.shadow.theme-hard::after {
  background: var(--background-primary);
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.7;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}


.align-center {
  align-items: center;
}

/* Button */

/* End Button */

.relative {
  position: relative;
  z-index: 1;
}

.overflow-hidden {
  overflow: hidden;
}

button,
button:focus {
  border: none !important;
  box-shadow: inherit !important;
  outline: inherit !important;
}



/* ============================================================== 
     # Bradcrumb 
=================================================================== */
.breadcrumb-area {
  padding: 150px 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.breadcrumb-area.top-pad-extra {
  padding-top: 240px;
}

.breadcrumb-area .row {
  position: relative;
  z-index: 1;
}

.breadcrumb-area .breadcrumb {
  background: transparent none repeat scroll 0 0;
  display: inline-block;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
}

.breadcrumb-area h1 {
  display: block;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 40px;
  margin-top: -10px;
  margin-bottom: 20px;
}

.breadcrumb > li + li::before {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  font-weight: 600;
  padding: 0 5px;
  color: #ffffff;
  display: none;
}

.breadcrumb-area .breadcrumb li i {
  margin-right: 5px;
}

.breadcrumb-area .breadcrumb li {
  padding: 0 20px;
  position: relative;
  z-index: 1;
  display: inline-block;
}

.breadcrumb-area .breadcrumb li::after {
  content: "";
  height: 2px;
  left: -10px;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  background: #ffffff;
  width: 15px;
}

.breadcrumb-area .breadcrumb li:first-child::after {
  display: none;
}

.breadcrumb-area .breadcrumb a,
.breadcrumb-area .breadcrumb li {
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
  font-family: var(--font-family);
}

.default-padding {
  padding-top: 50px;
  padding-bottom: 50px;
}

/* ============================================================== 
     # Banner 
=================================================================== */
body,
.banner-area,
.banner-area div {
  height: 100%;
}

.banner-area.auto-height,
.banner-area.auto-height div {
  height: auto;
}

.banner-area .box-cell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

.banner-area .box-table {
  display: table;
  width: 100%;
}

.banner-area .box-cell,
.banner-area .box-cell div {
  height: auto;
}

.banner-area {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.banner-area .content {
  position: relative;
  z-index: 9;
  overflow: hidden;
}

/* Animation delays */
.banner-area .carousel-item h1:first-child,
.banner-area .carousel-item h2:first-child,
.banner-area .carousel-item h3:first-child,
.banner-area .carousel-item h4:first-child,
.banner-area .carousel-item h5:first-child,
.banner-area .carousel-item h6:first-child {
  animation-delay: 0.5s;
}

.banner-area .carousel-item h1:nth-child(2),
.banner-area .carousel-item h2:nth-child(2),
.banner-area .carousel-item h3:nth-child(2),
.banner-area .carousel-item h4:nth-child(2),
.banner-area .carousel-item h5:nth-child(2),
.banner-area .carousel-item h6:nth-child(2) {
  animation-delay: 0.9s;
}

.carousel-caption h1:nth-child(3),
.carousel-caption h2:nth-child(3),
.carousel-caption h3:nth-child(3),
.carousel-caption h4:nth-child(3),
.carousel-caption h5:nth-child(3),
.carousel-caption h6:nth-child(3) {
  animation-delay: 0.1s;
}

.banner-area .carousel-item p {
  animation-delay: 1s;
}

.banner-area .carousel-item ul {
  animation-delay: 1.2s;
}

.banner-area .carousel-item a,
.banner-area .carousel-item button {
  animation-delay: 1.4s;
}

/* Carousel Fade Effect */
.carousel-fade .carousel-inner .carousel-item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .carousel-item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
  z-index: 2;
}
/* Slider Zoom Effect */
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }

  to {
    -webkit-transform: scale(1.2, 1.2);
  }
}

@-moz-keyframes zoom {
  from {
    -moz-transform: scale(1, 1);
  }

  to {
    -moz-transform: scale(1.2, 1.2);
  }
}

@-o-keyframes zoom {
  from {
    -o-transform: scale(1, 1);
  }

  to {
    -o-transform: scale(1.2, 1.2);
  }
}

@keyframes zoom {
  from {
    transform: scale(1, 1);
  }

  to {
    transform: scale(1.2, 1.2);
  }
}

.carousel-inner .carousel-item > .slider-thumb {
  -webkit-animation: zoom 20s;
  animation: zoom 20s;
}

.banner-area .carousel-zoom .slider-thumb {
  height: 100%;
  position: absolute;
  width: 100%;
}

.banner-area .carousel-control {
  background: transparent none repeat scroll 0 0;
  height: 60px;
  font-size: 16px;
  line-height: 60px;
  margin-top: -25px;
  opacity: 1;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 9;
  display: inline-block;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #ffffff;
  opacity: 0;
}


/* Carousel Indicators */

.banner-area .carousel-indicator {
  position: absolute;
  left: 10px;
  bottom: 0;
  width: 100%;
}

.banner-area .carousel-indicators {
  position: absolute;
  right: auto;
  left: 0;
  width: auto;
  height: auto;
  top: auto;
  bottom: 0;
  margin: 0;
  padding: 30px 0;
}

.banner-area .carousel-indicators.right {
  padding: 80px 0;
  left: auto;
  right: 0;
}

.banner-area .carousel-indicators li {
  display: block;
  height: 20px;
  width: 20px;
  margin: 10px 5px;
  border: 2px solid rgba(255, 255, 255, 0.7);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: transparent;
  position: relative;
  z-index: 1;
}

.banner-area .carousel-indicators.theme li {
  border: 2px solid #e7e7e7;
  opacity: 1;
}

.banner-area .carousel-indicators li.active {
  border: 2px solid #ffffff;
}

.banner-area .carousel-indicators.theme li.active {
  border: 2px solid #8A6552;
}

.torch-red .banner-area .carousel-indicators.theme li.active {
  border: 2px solid #ee2852;
}

.banner-area .carousel-indicators li::after {
  position: absolute;
  left: 50%;
  top: 50%;
  content: "";
  height: 5px;
  width: 5px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  background: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.banner-area .carousel-indicators.theme li::after {
  background: #8A6552;
}

.torch-red .banner-area .carousel-indicators.theme li::after {
  background: #ee2852;
}

.double-items > .row div {
  height: auto;
}

/* Banner Content  */
.banner-area.auto-height .content {
    padding-top: 95px;
    padding-bottom: 150px;
}

.banner-area.auto-height .content .video-play-button h4 {
    position: absolute;
    width: auto;
    display: block;
    min-width: 200px;
    left: 50%;
    bottom: -70px;
    transform: translateX(-50%);
    color: #ffffff;
}

.banner-area.auto-height .content .video-play-button {
    margin: 0;
}

/* ============================================================== 
     # Video Button Play
=================================================================== */
.video-play-button {
  color: #8A6552;
  font-size: 30px;
  left: 50%;
  padding-left: 7px;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  z-index: 1;
}

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #ffffff repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
  animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button.theme:before,
.video-play-button.theme:after {
  background: #8A6552 repeat scroll 0 0;
}

.orange .video-play-button.theme:before,
.orange .video-play-button.theme:after {
  background: #ff5621 repeat scroll 0 0;
}

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #ffffff repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  transition: all 200ms;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -ms-transition: all 200ms;
  -o-transition: all 200ms;
}

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0)
      scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0)
      scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

.video-play-button i {
  display: block;
  position: relative;
  z-index: 3;
  color: #8A6552;
}

.torch-red .video-play-button i {
  color: #ee2852;
}

.video-play-button.theme i {
  color: #ffffff;
}

.video-play-button.relative {
    position: relative;
    display: inline-block;
    left: 30px;
    height: 68px;
    width: 68px;
    line-height: 68px;
    text-align: center;
    margin-top: 0 !important;
    top: 55px;
    margin-left: 15px !important;
}

.video-play-button.relative::before,
.video-play-button.relative::after {
  height: 68px;
  width: 68px;
  line-height: 68px;
}

.video-play-button.relative i {
  line-height: 70px;
  font-size: 25px;
}

/* Nice Select CSS */
.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 50px;
  line-height: 50px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: 100%;
  margin-bottom: 15px;
  z-index: 1;
}

.nice-select:hover {
  border-color: #dbdbdb;
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
  border-color: #999;
}

.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: "";
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 5px;
}

.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
  overflow-y: auto !important;
  height: 200px;
}

.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}

.nice-select.disabled:after {
  border-color: #96aac1;
}

.nice-select.wide {
  width: 100%;
}

.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}

.nice-select.right {
  float: right;
}

.nice-select.right .list {
  left: auto;
  right: 0;
}

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}

.nice-select.small:after {
  height: 4px;
  width: 4px;
}

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}

.nice-select .list {
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  -webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  -o-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25),
    opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
  width: 100%;
}

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background-color: #f6f6f6;
}

.nice-select .option.selected {
  font-weight: bold;
}

.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}

.no-csspointerevents .nice-select.open .list {
  display: block;
}


/* ============================================================== 
     # Course Carousel 
=================================================================== */

.category-item {
  background-repeat: no-repeat;
    padding: 30px 0;
    width: 100%;
    margin: auto;
    margin-bottom: 30px;
    background: url(assets/img/banner/gradient-gold.jpg);
    background-size: cover;
    background-attachment: fixed;
}


.category-item:last-child {
    margin-bottom: 0;
}

.course-top-info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
    flex-wrap: wrap;
    align-items: center;
}

.course-top-info a {
    position: relative;
    top: 2px;
    color: #ffffff;
}

.course-top-info h5 {
    margin: 0;
    font-size: 16px;
    padding-right: 15px;
    color: #ffffff;
}

.course-top-info h5 i {
    margin-right: 5px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    color: #ffffff;
}

i.fas.fa-chart-line {
    font-size: 18px;
}

.course-top-info a i {
    position: relative;
    top: 1px;
}

.course-carousel .single-item {
    width: 120px;
    min-width: 120px;
    margin-right: 15px;
    display: flex;
    flex-direction: column;
    flex: 1;
     justify-content: flex-start;
    align-items: center;
    white-space: normal;
}

.course-carousel .single-item:last-child {
    margin-right: 0;
}

@media (min-width: 1024px) {

  .course-carousel .single-item {
      width: 180px;
      min-width: 180px;
  }

}

.course-carousel .single-item img {
    border-radius: 5px;
    margin-bottom: 10px;
    box-shadow: 0 0 10px #cccccc;
}

.course-carousel .single-item a {
    display: block;
    padding: 15px;
    background: #ffffff;
    border-radius: 5px;
    height: 100%;
}

.course-carousel .single-item p {
  line-height: 18px;
  margin: 0;
  margin-bottom: 5px;
  margin-top: 5px;
  color: #232323;
  transition: all 0.35s ease-in-out;
  font-size: 13px;
  font-weight: 600;
}

.carousel-items {
  margin-top: 50px;
}

.carousel-items:first-child {
  margin-top: 0;
}

.course-carousel {
  display: flex;
    flex: 1;
    overflow-x: scroll;
  position: relative;
  scrollbar-color: #d5ac68 #f1db9d;
  scrollbar-width: thin;
  -ms-overflow-style: none;
  padding-bottom: 20px;
}

.overlay .course-carousel {
    padding-left: 0;
}
/* Custom Scrollbar */


.course-carousel::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background: #b15050;
  border-radius: 100px;
}

.course-carousel::-webkit-scrollbar
{
  height: 5px;
  background-color: #ffffff;
  border-radius: 100px;
}

.course-carousel::-webkit-scrollbar-thumb
{
  background-color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 100px;
}

::-webkit-scrollbar{ width: 1px; }
::-webkit-scrollbar-track { background: #fff;}
::-webkit-scrollbar-thumb { background: linear-gradient(to bottom right, #FF4F86, #FAD871);border-radius: 0;}

.carousel-items.overlay .single-item a {
    position: relative;
    z-index: 1;
    padding: 0;
    overflow: hidden;
}

.carousel-items.overlay .single-item a p {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 15px;
    margin: 0;
    color: #ffffff;
    z-index: 1;
    font-size: 13px;
    line-height: 20z  px;
}

.carousel-items.overlay .single-item a img {
    margin: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.carousel-items.overlay .single-item a:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.carousel-items.overlay .single-item a::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    height: 80%;
    width: 100%;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 130%) repeat scroll 0 0;
    border-radius: 0 08px 8px;
}

.carousel-items.overlay .single-item {
    min-width: 135px;
}

.navbar .side ul li {
    display: block;
    border-bottom: 1px solid #e7e7e7;
}

.navbar .side ul li a {
    padding: 10px 0;
    display: block;
    font-size: 16px;
}

.navbar .side ul li:last-child {
    border: none;
}

.navbar .side ul li i {
    color: #8A6552;
    display: inline-block;
    margin-right: 5px;
}

footer {
    border-top: 1px solid #e7e7e7;
    padding: 15px 0;
}

footer .item-box {
    display: flex;
    align-items: center;
    flex: 1;
}

footer .item-box .item {
    display: flex;
    flex-direction: column;
    white-space: normal;
    flex: 1;
}

footer .item-box .item a {
    font-size: 13px;
    font-weight: 400;
    color: #666666;
}

footer .item-box .item:nth-child(2) {
    align-items: center;
}

footer .item-box .item:last-child {
    align-items: center;
}

footer .item-box .item a:hover {
    color: #8A6552;
}


/* ============================================================== 
     # Category Popup
=================================================================== */
.course-carousel-area .modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f1f1f1;
    border: none;
}

.course-carousel-area .modal-header button {
    display: inherit;
    padding: 0;
    margin: 0;
    opacity: 1;
}

.course-carousel-area .modal-header button:first-child {
    font-size: 14px;
    color: #8A6552;
    text-shadow: inherit !important;
    opacity: 1;
}

.course-carousel-area .modal-header button:first-child i {
    margin-right: 3px;
}

.course-carousel-area .modal-header button span {
    color: #cf0000;
    opacity: 1;
    text-shadow: inherit !important;
}

.course-carousel-area .modal-dialog {
    width: 100%;
    max-width: 100%;
    margin: 0;
    height: 100%;
    min-height: 100vh;
}

.modal-content {
  min-height: 100%;
}

.modal-footer .item-box {
    display: flex;
    align-items: center;
}

.modal-footer .item-box .item a {
    font-size: 13px;
    font-weight: 400;
    color: #666666;
}

.modal-footer .item-box .item a:hover {
    color: #8A6552;
}

.modal-fullscreen-xl {
  padding: 0 !important;
}

.course-carousel-area ul {
    padding: 0;
    list-style: none;
}

.modal-body ul li a {
    display: flex;
    align-items: center;
}

.modal-body ul li a img {
    height: 80px;
    min-width: 80px;
    border-radius: 8px;
    margin-right: 15px;
    padding: 5px;
    background: #8A6552;
}

.course-carousel-area ul li {
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.course-carousel-area ul li p {
  margin: 0;
  font-size: 14px;
}

.course-carousel-area ul li:last-child {
    margin: 0;
    padding: 0;
    border: none;
}

.course-carousel-area ul li a:hover {
  color: #8A6552 !important;
}

.modal-footer {
    background: #f1f1f1;
    border: none;
    justify-content: center;
}

/*-------------------------------------------------------
 Single 
---------------------------------------------------------*/

.banner-area.single .content {
  padding-top: 150px;
  padding-bottom: 100px;
}

.banner-area .course-top-info .item {
  display: flex;
  align-items: center;
  padding: 0 5px;
  margin-top: 25px;
}

.banner-area .course-top-info .item p {
  margin: 0;
  font-size: 12px;
  text-shadow: 0 1px 1px #000;
}

.banner-area .course-top-info .item i {
font-weight: 300;
color: #aaa;
margin-right: 7px;
font-size: 18px;
position: relative;
text-shadow: 0 1px 1px #000;
}

.banner-area .content h2 {
  margin-bottom: 0;
  font-size: 24px;
}

.banner-area .course-content-info::after {
position: absolute;
left: 0;
bottom: 0;
content: "";
height: 100%;
width: 100%;
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#575e63), to(#3f4347));
z-index: -1;
border-radius: 30px 30px 0 0;
border: 1px solid #878e98;
border-bottom: 1px solid #33373d;
}

.banner-area .course-content-info {
position: relative;
}

.banner-area.home {
  border-bottom: 1px solid #ffffff;
}

.terms-area h5 {
  margin-top: 50px;
}

@media only screen and (max-width: 767px) {
  .terms-area h5 {
    margin-top: 30px;
  }
}

.terms-area p {
  font-size: 12px;
  line-height: 18px;
}

.terms-area ol {
  list-style: disc;
  list-style-type: decimal;
  padding-left: 15px;
}

.terms-area ol li {
  list-style: lower-alpha;
  font-size: 12px;
  line-height: 18px;
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  .terms-area.text-light.default-padding {
    padding-bottom: 10px !important;
  }
}

footer.terms {
  background: rgba(255, 255, 255, 0.5);
  text-align: center;
  padding: 15px 0;
  border-radius: 15px 15px 0 0;
  margin-top: 15px;
}

footer.terms ul {
  margin: 0;
  padding: 0;
}

footer.terms ul li {
  display: inline-block;
  margin: 0 8px;
}

footer.terms ul li a {
  font-size: 13px;
}

footer.terms p {
  margin: 0;
  margin-top: 4px;
  color: #1b1b1b;
  font-size: 13px;
}
