 
:root {
  scroll-behavior: smooth;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-primary);
}
@media (min-width: 1200px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1140px;
}
}
body{
  overflow: inherit;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  overflow: hidden;
  background: var(--color-white);
  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;
  }
}

/*--------------------------------------------------------------
# Sections & Section Header
--------------------------------------------------------------*/
section {
  /* padding: 60px 0; */
  overflow: hidden;
}

.section-header {
  text-align: center;
  padding-bottom: 20px;
}

.section-header h2 {
  font-size: 48px;
  font-weight: 300;
  margin-bottom: 20px;
  color: var(--color-secondary);
}

.section-header p {
  margin: 0 auto;
  color: var(--color-secondary-light);
}

@media (min-width: 1280px) {
  .section-header p {
    max-width: 80%;
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: rgba(var(--color-secondary-rgb), 0.05);
  min-height: 40px;
  margin-top: 76px;
}

.breadcrumbs h2 {
  font-size: 30px;
  font-weight: 300;
  margin: 0;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

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

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: var(--color-secondary-light);
  content: "/";
}

@media (max-width: 992px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs h2 {
    margin-bottom: 10px;
    font-size: 24px;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

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

.scroll-top i {
  font-size: 24px;
  color: var(--color-white);
  line-height: 0;
}

.scroll-top:hover {
  background: rgba(var(--color-primary-rgb), 0.85);
  color: var(--color-white);
}

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

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
  padding: 10px 0px 10px;
  transition: all 0.5s;
  z-index: 997;
  background-color: #57469c;
}

#header::before {
  content: "";
  position: absolute; 
  left: -3%;
  top:-15px;
  width: 30%;
  height: 95px;
  z-index: -1;
  background-color: #fff;
  -webkit-transform: skew(23deg);
  transform: skew(23deg);
  border-radius: 0 10px 0px 0;
  
}

.header.sticked {
  background-color: #57469c;
  box-shadow: 0px 2px 20px rgba(var(--color-secondary-rgb), 0.1);
  top: 0px;
}

.header .logo img {
  max-height: 60px;
  margin-right: 6px;
}
 

/* .header .btn-getstarted,
.header .btn-getstarted:focus {
  font-size: 16px;
  color: var(--color-white);
  background: var(--color-primary);
  padding: 8px 23px;
  border-radius: 4px;
  transition: 0.3s;
  font-family: var(--font-secondary);
}

.header .btn-getstarted:hover,
.header .btn-getstarted:focus:hover {
  color: var(--color-white);
  background: rgba(var(--color-primary-rgb), 0.85);
}

header .menu-bar {
  background-color: #ff6600;
  margin-top: 15px;
  display: flex;
    align-items: center;
    justify-content: space-between;
}
  */
.nav-list {
  padding: 2px 0px 10px 0px;
  position: relative;
  float: left;
}

/* #dropdown {
  cursor: pointer;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border: 1px solid #bab9b9;
}

#dropdown:hover {
  background-color: lightgray;
} */

.current-selection {
  display: inline-block;
  font-size: 14px;
}
 
@media (min-width:993px){
  
}

@media (max-width: 992px){
   
  .logo{
    margin-left: 0px;
    display: inline-block !important;
  }
  .header .logo img{
    height: 40px;
  }
  .header .cart-user{
    margin-right: 20px;
  }
  .header.sticked .mobile-nav-toggle {
    top: 2%;
}
#header::before {  
  top: -5px; 
  height: 65px;  
  width: 32%;
    left: -4%; 
}
.hero-section { 
  margin: 60px 0 20px 0 !important; 
  padding-bottom: 15px;
}
 
  
}

@media (max-width: 1279px) {

  .header .btn-getstarted,
  .header .btn-getstarted:focus {
    margin-right: 50px;
  }
}
.fixed-top{
  top: 34px;
}

.cart-user a img{
  width: 24px;
}
.cart-user a:first-child {
  margin-right: 20px;
}
.header .cart-user {
  float: right;
  display: flex;
}

/*--------------------------------------------------------------
# Header top
--------------------------------------------------------------*/
header-top {
  background-color: #e9e8e8;
  padding: 5px 0px;
  display: block;
  position: relative;
}
/* header-top::after {
  background: url("../img/border.png") repeat-x bottom;
  padding: 5px 0px 0px;
  content: "";
  display: block;
  position: relative;
  bottom: -10px;
} */

header-top a{
  color: #393939;
}
header-top .mail-phone img {
  width: 14px;
  margin-right: 5px;
}

 .mail-phone a:first-child{
  margin-right: 25px;
}
 

/*--------------------------------------------------------------
# Desktop Navigation 
--------------------------------------------------------------*/
@media (min-width: 993px) {
  .navbar {
    padding: 0;
    position: relative;
  }

  .navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }

  .navbar li {
    position: relative;
  }

  .navbar>ul>li {
    white-space: nowrap;
  }

  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 20px;
    font-family: var(--font-secondary);
    font-size: 16px;
    font-weight: 400;
    color: var(--color-white);
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
  }

  .navbar a i,
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }

  .navbar>ul>li>a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: white;
    visibility: hidden;
    transition: all 0.3s ease-in-out 0s;
    transform: scaleX(0);
    transition: all 0.3s ease-in-out 0s;
  }

  .navbar a:hover:before,
  .navbar li:hover>a:before,
  .navbar .active:before {
    visibility: visible;
    transform: scaleX(0.7);
  }

  .navbar a:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover>a {
    color: black;
  }

  .navbar .dropdown a:hover:before,
  .navbar .dropdown:hover>a:before,
  .navbar .dropdown .active:before {
    visibility: hidden;
  }

  .navbar .dropdown a:hover,
  .navbar .dropdown .active,
  .navbar .dropdown .active:focus,
  .navbar .dropdown:hover>a {
    color: var(--color-white);
    background: #23194b;
  }

  .navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 0;
    top: 100%;
    margin: 0;
    padding: 0 0 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #23194b;
    transition: 0.3s;
  }

  .navbar .dropdown ul li {
    min-width: 200px;
  }

  .navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    font-weight: 400;
    color: rgba(var(--color-white-rgb), 0.5);
  }

  .navbar .dropdown ul a i {
    font-size: 12px;
  }

  .navbar .dropdown ul a:hover,
  .navbar .dropdown ul .active,
  .navbar .dropdown ul .active:hover,
  .navbar .dropdown ul li:hover>a {
    color: var(--color-white);
    background: black;     
  }

  .navbar .dropdown:hover>ul {
    opacity: 1;
    visibility: visible;
  }

  .navbar .megamenu {
    position: static;
  }

  .navbar .megamenu ul {
    right: 0;
    padding: 10px;
    display: flex;
  }

  .navbar .megamenu ul li {
    flex: 1;
  }

  .navbar .megamenu ul li a,
  .navbar .megamenu ul li:hover>a {
    color: rgba(var(--color-white-rgb), 0.5);
    background: none;
  }

  .navbar .megamenu ul li a:hover,
  .navbar .megamenu ul li .active,
  .navbar .megamenu ul li .active:hover {
    color: var(--color-white);
    background: var(--color-primary);
  }

  .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;
  }
  
  .track-support{
    display: flex;
    justify-content: space-between;
  }
}

.sell-login{
  background: black;
  color: white; 
 
}
.dropdown-menu.show{
  top: 20px !important;
}

.arrow-up {
width: 0;
height: 0;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-bottom: 10px solid gray;
position: absolute;
top: -10px;
right: 13px;
}

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

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/*--------------------------------------------------------------
# Mobile Navigation
--------------------------------------------------------------*/
@media (max-width: 992px) {
  .navbar {
    position: fixed;
    top: 0;
    left: -100%;
    width: calc(100% - 70px);
    bottom: 0;
    transition: 0.3s;
    z-index: 9997;
  }

  .navbar ul {
    position: absolute;
    inset: 0;
    padding: 10px 0;
    margin: 0;
    background: #57469c;
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
  }

  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: 500;
    color: rgba(var(--color-white-rgb), 0.7);
    white-space: nowrap;
    transition: 0.3s;
    border-bottom: #47397f solid 1px;
  }

  .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: var(--color-white);
  }

  .navbar .dropdown ul,
  .navbar .dropdown .dropdown ul {
    position: static;
    display: none;
    padding: 10px 0;
    margin: 10px 20px;
    transition: all 0.5s ease-in-out;
    border: 1px solid rgba(var(--color-secondary-light-rgb), 0.3);
  }

  .navbar .dropdown>.dropdown-active,
  .navbar .dropdown .dropdown>.dropdown-active {
    display: block;
  }

  .mobile-nav-toggle {
    display: block !important;
    color:#ffffff;
    font-size: 28px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    position: fixed;
    top: 7%;
    z-index: 9999;
    right: calc(100% - 98%);
  }

  .mobile-nav-toggle.bi-x {
    color: var(--color-white);
  }

  .mobile-nav-active {
    overflow: hidden;
    z-index: 9995;
    position: relative;
  }

  .mobile-nav-active .navbar {
    left: 0;
  }

  .mobile-nav-active .navbar:before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(var(--color-secondary-rgb), 0.8);
    z-index: 9996;
  }
}

/*--------------------------------------------------------------
# Index Page
--------------------------------------------------------------*/
 

/*--------------------------------------------------------------
# Carousel Hero Section
--------------------------------------------------------------*/
.hero-section{
  background-image: url("../img/hero-carousel/slider-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  margin: 85px 0 60px 0;
  position: relative;
  
}

.hero-section:before {
  content: "";
  background: rgba(140, 140, 140, .8);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
}


.hero  {
  width: 100%;
   
  /* position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 0px; */
  
}

 

.hero .carousel-item {
  overflow: hidden;
}

@media (max-width: 640px) {
  .hero .container {
    padding: 0 0px;
  }
}

@media (max-width: 992px) {
  .hero .container {
    padding: 0 60px;
  }
 
  .hero .img {    
    width: 100% !important;
  }
}
.hero h1{
  color: #ff6600;
    font-weight: 800;
    font-size: 30px;
}
.hero h2 {
  color:#393939;
  margin-bottom: 25px;
  font-size: 48px;
  font-weight: 700;
  -webkit-animation: fadeInDown 1s both 0.2s;
  animation: fadeInDown 1s both 0.2s;
}

 

@media (max-width: 768px) {
  .hero h2 {
    font-size: 30px;
  }
}

.hero p {
  color: black;
  -webkit-animation: fadeInDown 1s both 0.4s;
  animation: fadeInDown 1s both 0.4s;
  font-weight: 500;
  margin-bottom: 30px;
}

.hero .img {
  padding: 30px;
  -webkit-animation: fadeInDownLite 1s both;
  animation: fadeInDownLite 1s both;
  width: 100%;
}

.hero .btn-get-started {
  font-family: var(--font-secondary);
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 32px;
  border-radius: 5px;
  transition: 0.5s;
  -webkit-animation: fadeInUp 1s both 0.6s;
  animation: fadeInUp 1s both 0.6s;
  color: black;
 background-color: white;
  width: 200px;
  text-align: center;
}

.hero .btn-get-started:hover {
  background: #ff6600;
  color: var(--color-white);
}

.hero .carousel-control-prev {
  justify-content: start;
}

@media (min-width: 640px) {
  .hero .carousel-control-prev {
    padding-left: 15px;
  }
}

.hero .carousel-control-next {
  justify-content: end;
}

@media (min-width: 640px) {
  .hero .carousel-control-next {
    padding-right: 15px;
  }
}

.hero .carousel-control-next-icon,
.hero .carousel-control-prev-icon {
  background: none;
  font-size: 26px;
  line-height: 0;
  background: rgba(var(--color-secondary-rgb), 0.4);
  color: rgba(var(--color-white-rgb), 0.98);
  border-radius: 50px;
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero .carousel-control-next-icon {
  padding-left: 3px;
}

.hero .carousel-control-prev-icon {
  padding-right: 3px;
}

.hero .carousel-control-prev,
.hero .carousel-control-next {
  transition: 0.3s;
}

.hero .carousel-control-prev:focus,
.hero .carousel-control-next:focus {
  opacity: 0.5;
}

.hero .carousel-control-prev:hover,
.hero .carousel-control-next:hover {
  opacity: 0.9;
}

.hero .carousel-indicators li {
  cursor: pointer;
  background: white;
  overflow: hidden;
  border: 0;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  opacity: 0.6;
  transition: 0.3s;
}

.hero .carousel-indicators li.active {
  opacity: 1;
  background: black;
}

@media (max-width:768px) {
  .hero-section{
    background-image: none;
  }
  .hero .img{
    padding: 0px;
    margin-top: 10px;
  }
  .on-offsite .online{
    margin-top: 20px;
  }
  .hero-section:before {
  
    background: rgba(140, 140, 140, .2);
 
}
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes fadeInDownLite {
  from {
    opacity: 0;
    transform: translate3d(0, -10%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDownLite {
  from {
    opacity: 0;
    transform: translate3d(0, -10%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}



/* ------------  online offline ---------------*/

.on-offsite{
  display: block;
  z-index: 5;
  width: 100%;
}
.on-offsite .online, .on-offsite .onsite{
  color: white;
  border-radius: 6px;
  padding: 8px;
  
}
.on-offsite .online {
  background-color: #2cb499;
  transition: .5s;
}

.on-offsite .online:hover .online-icon img, .on-offsite .onsite:hover .online-icon img{
  transform: scale(1.1);
  transition: .5s;
}

.on-offsite .onsite{
  background-color: #00aeff;
  transition: .5s;
}

.on-offsite .online img, .on-offsite .onsite img {
  width: 75px;
  margin-right: 25px;
  transition: .5s;
}
.on-offsite .online h3, .on-offsite .onsite h3{
  font-weight: normal;
  font-size: 22px;
}
.on-offsite .online h3 span, .on-offsite .onsite h3 span{
  font-weight: bold; 
  display: block;
}
 @media (min-width:1400px){
  .on-offsite .online h3, .on-offsite .onsite h3{
    font-size: 35px;
  }
 }
 @media (max-width:1199px){
  .on-offsite .online img, .on-offsite .onsite img{
    width: 55px;
  }
 }

 @media (max-width:992px){
  .on-offsite .online, .on-offsite .onsite{
    padding: 10px;
  }
 }


/*--------------------------------------------------------------
# course
--------------------------------------------------------------*/
.courses .heading, .trending-courses .heading{
font-size: 34px;
font-weight: 800;
color: #ff6600;
text-align: center;
}
.courses {
  margin-bottom: 100px;
}
.courses figure{
  text-align: center;   
    background-color: white;
    padding: 20px;
    display: inline-block;
    margin: 0px auto -80px;
    border-radius: 100%;
}

.courses .course-widget{
  background-color: #eff4fa;
  text-align: center;
  padding: 80px 20px 20px 20px;
  border-radius: 6px;
  transition: .5s;
}

.courses .course-widget:hover{
  box-shadow: #ccc 2px 4px 6px;
}
.courses .course-widget h3 {
  font-size: 30px;
  font-weight: bold; 
}

.courses .course-widget a.knowmore{
  background-color: #004972;
  padding: 5px 18px;
  display: inline-block;
  color: white;
  font-size: 16px;
  font-weight: 600;
  border-radius: 4px;
}

@media (max-width:992px){
  .courses{
    margin-bottom: 50px;
  }
}

/*--------------------------------------------------------------
# enroll
--------------------------------------------------------------*/

.enroll{
  background-color: #57469c;
  padding: 40px 0px;
  background-image: url("../img/enroll_shape03.png");
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
}

.enroll h1{
  color: #ffffff;
  font-weight: 500;
}
.enroll h1 span{
  font-weight: bold;
}

.enroll-figure .img-1{
  position: absolute;
  z-index: 2;
  bottom: -40px;
  left: 140px;
}
.enroll-figure .img-2{
  width: 70%;
    position: absolute;
    bottom: -40px;
    left: 98px;
}

.enroll .enroll-btn{
  background-color: #01334f;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    border-radius: 50px;
    padding: 5px 25px;
    color: #fff;
    margin-top: 25px;
    display: inline-block;
}
.no-bg{
  background-color: transparent;
  background-image: none;
  padding: 0px;
}

@media (max-width:992px) {
  .enroll-figure img{
      display:none;
  }
  .enroll h1{
    text-align: center;
  }
  .enroll .enroll-btn{
    align-items: center;
    justify-content: center;
    display: flex;

  }
}

/*--------------------------------------------------------------
# about
--------------------------------------------------------------*/
.about-wrap {
  position: relative;
  overflow-x: hidden;
}
.about-wrap .about-img {
  height: 350px;
  position: relative;
  border-radius: 5px 5px 80px;
}
.about-wrap .about-img:before {
  position: absolute;
  top: 7px;
  right: -7px;
  content: "";
  background: #ff4f1e;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 5px 5px 85px;
}

.about-bg-1{
  background-image: url("../img/about.jpg"); 

}

.bg-f{
  background-position: center left;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #ddd;
}
.about h1{
  font-size: 38px;
  font-weight: 800;
  color: #505051;
}
.about h1 span{
  color: #57469c;
}
.about h3{
  font-size: 26px;
  font-weight: 500;
  color: #ff6600;
}
.about .about-btn{
  background-color: #ff6600;
  padding: 5px 25px;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  color: #ffffff;
  border-radius: 4px;
  text-transform: uppercase;
}

/*--------------------------------------------------------------
# Trending course
--------------------------------------------------------------*/
 
.trending-courses a{
  color: #000000;
}
.trending-courses a:hover{
  color: #ff6600;
}
.trending-courses .course-widget{
  background-color: #eff4fa;
  border-radius: 4px;
  padding: 8px;
  transition: .5s;
   
}
.trending-courses .course-widget:hover {
  box-shadow: #ccc 2px 4px 6px;
  /* transform: scale3d(1.1, 1.1, 1.1); */
  transform: translateY(-10px);
}
.trending-courses .course-widget figure{
  margin-bottom: 0px;
  margin-right: 25px;
  margin-left: 25px;
}
.trending-courses .course-widget figure img{
  width: 65px;
}

.trending-courses .course-widget h3{
  font-weight: 600;
  font-size: 24px;
}


/*--------------------------------------------------------------
# Trending course
--------------------------------------------------------------*/
.profile{
  background: antiquewhite;
}
.user-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  width: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 20px -5px rgba(0,0,0,0.5);
  margin: 50px auto;
}
 
.user-card:before {
   content: '';
   position: absolute;
   height: 300%;
   width: 300px;
   background: #262626;
   top: -60px;
   left: -125px;
   z-index: 0;
   transform: rotate(17deg);
 }
 
 .user-card-img {
   display: flex;
   justify-content: center;
   align-items: center;   
   z-index: 3;
 }
 
 .user-card-img img {
   width: 200px;
   height: 200px;
   object-fit: cover;
    border-radius: 50%;
    box-shadow: #ccc 4px 0px 10px;
 }
 
 .user-card-info {
   text-align: center;
 }
 
 .user-card-info h2 {
   font-size: 32px;
   margin: 0;
   margin-bottom: 10px;    
   font-weight: 800;
 }

 .user-card-info h3{
  font-size: 20px;
  font-weight: 600;
 }
 
 .user-card-info p {
   font-size: 14px;
   margin-bottom: 2px;
 }
 .user-card-info p span {
  font-weight: 700;
  margin-right: 10px;
}
 @media only screen and (min-width: 768px) {
   .user-card {
     flex-direction: row;
     align-items: flex-start;
   }   
   .user-card-img {
     margin-right: 20px;
     margin-bottom: 0;
   }
 
   .user-card-info {
     text-align: left;
   }
   .modal .modal-body form label{
  
    margin-right: 50px;
  }
   
 }
 

 @media (max-width: 767px){
   .wrapper{
      padding-top: 3%;
   }
   .user-card:before {
      width: 300%;
      height: 200px;
      transform: rotate(0);
   }
   .user-card-info h2 {
      margin-top: 25px;
      font-size: 35px;
   }
   .user-card-info p span {
      display: block;
      
       
   }
   .modal{
    width: 100% !important;
   }
   
 }

/*------modal------*/
.modal .modal-body form input, .modal .modal-body form select{
border-radius: 0px;
}
.modal .modal-body form label{
  font-size: 14px;
  font-weight: 600;
  
}
.modal-content{
  border-radius: 0px;
}
/* .modal-content .modal-header{
  padding: 0px;
  border: 0px;
} */

.modal-content .modal-header button.btn.btn-secondary {
  position: absolute;
  right: -45px;
  top: 0px;
    border-radius: 0px;
    background: #ff6600;
 
}
.modal-content .modal-header{
  font-weight: bold;
  font-size: 22px;
}
.modal-body button.btn{
  background-color: #57469c !important;
  border-color: #57469c;
}
@media (max-width:992px){
  .modal-content .modal-header button.btn.btn-secondary {
    position: absolute;
    right: 0px;
    top: 0px;
      border-radius: 0px;
      background: #ff6600;
   z-index: 5;
  }
}
/*--------------------------------------------------------------
# Data science Section
--------------------------------------------------------------*/
.data-science .about-course h4 span{
  font-weight: 600;
}
.section-header h2{
  font-weight: 800;
}
.curriculum{
  background-color: #eff4fa;
  padding: 15px;
}
.curriculum h3{
  color: #ff6600;
  font-weight: 700;
}
.curriculum h5{
  color:chocolate;
}
.curriculum .accordion-flush .accordion-item .accordion-button{
  font-size: 20px;
  font-weight: 600;
}

.about-wrap .data-sc {
  height: 350px;
  position: relative;
  border-radius: 5px 5px 80px;
}
.about-wrap .data-sc:before {
  position: absolute;
  top: 7px;
  right: -7px;
  content: "";
  background: #ff4f1e;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 5px 5px 85px;
}

.about-bg-2{
  background-image: url("../img/data-science.jpg"); 

}

.about-bg-3{
  background-image: url("../img/devops-with-aws.jpg"); 

}

.about-bg-4{
  background-image: url("../img/python-img.jpg"); 

}

.about-bg-5{
  background-image: url("../img/azure.jpg"); 

}

.about-bg-6{
  background-image: url("../img/oracle.jpg"); 

}

.riaan-title{
  color: #ff6600;
  font-weight: 600;
}
/*----oracle -----*/
.curriculum .course-desc ul {
  background: #ffffff;
  margin: 0px;
  padding: 0px;
}
.curriculum .course-desc ul li {
  list-style-type: none;
  line-height: 34px;
  border-bottom: #ccc solid 1px;
  padding-left: 10px;
}
.curriculum .course-desc ul li:hover {
  background-color: #fafafa;
  color: #000000;
  font-weight: 500;
}

.curriculum .course-desc ul li::before {
  content: "";
  background-image: url("../img/tick-24.png");
  background-repeat: no-repeat;
  background-size: 60%;
  width: 24px;
  height: 24px;
  background-position: center;
  display: inline-block;
  align-items: center;
  justify-content: center;
  position: relative;
  top: 7px;   
}

/*--------------------------------------------------------------
# python Section
--------------------------------------------------------------*/
.python .curriculum .skill-img {
  background-color: #fff;
  transition: all ease-out .5s;
  padding: 10px;
  border: #ccc solid 1px;
}
.python .curriculum .skill-img:hover img {
  transform: scale(1.1);
  transition: all ease .5s;
}
 
/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
 

.contact .info {
  padding: 40px;
  box-shadow: 0px 2px 15px rgba(var(--color-black-rgb), 0.1);
  overflow: hidden;
}

.contact .info h3 {
  font-weight: 600;
  font-size: 24px;
}

.contact .info p {
  color: var(--color-secondary-light);
  margin-bottom: 30px;
  font-size: 15px;
}

.contact .info-item+.info-item {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid rgba(var(--color-secondary-rgb), 0.15);
}

.contact .info-item i {
  font-size: 24px;
  color: var(--color-primary);
  transition: all 0.3s ease-in-out;
  margin-right: 20px;
}

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

.contact .info-item p {
  padding: 0;
  margin-bottom: 0;
  font-size: 14px;
  color: var(--color-secondary-light);
}

.contact .php-email-form {
  width: 100%;
  background: var(--color-white);
}

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

.contact .php-email-form .error-message {
  display: none;
  color: var(--color-white);
  background: var(--color-red);
  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: var(--color-white);
  background: var(--color-green);
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: var(--color-white);
  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 var(--color-green);
  border-top-color: var(--color-white);
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input[type=text],
.contact .php-email-form input[type=email],
.contact .php-email-form textarea {
  border-radius: 0px;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input[type=text]:focus,
.contact .php-email-form input[type=email]:focus,
.contact .php-email-form textarea:focus {
  border-color: var(--color-secondary-light);
}

.contact .php-email-form input[type=text],
.contact .php-email-form input[type=email] {
  height: 48px;
  padding: 10px 15px;
}

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

.contact .php-email-form button[type=submit] {
  background: var(--color-primary);
  border: 0;
  padding: 13px 50px;
  color: var(--color-white);
  transition: 0.4s;
  border-radius: 0;
}

.contact .php-email-form button[type=submit]:hover {
  background: rgba(var(--color-primary-rgb), 0.85);
}

#contact .succssess_msg, .modal-body .success_msg {
  text-align: center;
  margin-top: 15px;
  color: green;
  font-weight: bold;
}

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

  100% {
    transform: rotate(360deg);
  }
}

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

  100% {
    transform: rotate(360deg);
  }
}
 
 
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  color: var(--color-white);
  font-size: 14px;
  margin-top: 50px;
}

.footer .footer-content {
  background-color: #151128;
  background-image: url("../img/ripped-paper-header-1.png");  
  background-repeat:repeat-x;
  background-position: top;
  background-size: auto;
  padding: 60px 0 30px 0; 
}

/* .footer .footer-content::before {
  
  content: "";
  display: block;
} */

.footer .footer-content .footer-info {
  margin-bottom: 30px;
}

.footer .footer-content .footer-info h3 {
  font-size: 28px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}

.footer .footer-content .footer-info h3 span {
  color: var(--color-primary);
}

.footer .footer-content .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: var(--font-primary);
  color: var(--color-white);
}

.footer .footer-content h4 {
  font-size: 18px;
  font-weight: 600;
  color: var(--color-white);
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 15px;
  text-transform: uppercase;
  margin-top: 15px;
}

.footer .footer-content h4::after {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 2px;
  background: var(--color-primary);
  bottom: 0;
  left: 0;
}

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

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

.footer .footer-content .footer-links ul i {
  padding-right: 2px;
  color: var(--color-white);
  font-size: 12px;
  line-height: 1;
}

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

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

.footer .footer-content .footer-links ul a {
  color: rgba(var(--color-white-rgb), 0.7);
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

.footer .footer-content .footer-links ul a:hover {
  color: var(--color-white);
}
 
.footer .footer-legal {
  padding: 30px 0;
  background-color: #0a0a0d;
}
 
.footer .footer-legal .credits a {
  color: var(--color-primary-light);
}

.footer .footer-legal .social-links a {
  font-size: 18px;
  display: inline-block;
  background: rgba(var(--color-white-rgb), 0.1);
  color: var(--color-white);
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

.footer .footer-legal .social-links a:hover {
  background: var(--color-primary);
  text-decoration: none;
}

.copyright span {
  color: #ff6600;
}