@charset "utf-8";
/*body,html {
  margin: 0;
  padding: 0;
  background: #fff;
  color: #5e5e5e;
  font-family: 'Jost', sans-serif;
}*/
a, a:hover {
    text-decoration: none;
}
/**,*::before,*::after {
  box-sizing: border-box;
}*/
body a, button, .btn {
    cursor: pointer !important;
}
h4 {
    margin: 0;
    padding: 0;
    color: #202e3b;
}
.py-5 {
    padding-bottom: 3rem !important;
    padding-top: 3rem !important;
}
.p-0{
    padding: 0 !important;
}
.mt-5 {
    margin-top: 3rem !important;
}
.text-center {
    text-align: center !important;
}
.train-mode .item {
	max-width: 20%;
  }

.position-relative {
    position: relative !important;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
	max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
	max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
	max-width: 960px;
  }
  .pt-lg-4, .py-lg-4{
        padding-top: 1.5rem !important;
    }
}

@media (min-width: 1200px) {
  .container {
	max-width: 1140px;
  }
}

@media (min-width: 992px) {
  .col-lg-3 {
	flex: 0 0 25%;
	max-width: 25%;
  }
}
.col-lg-3,.col-md-6 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
 box-sizing: border-box;
}

@media (max-width: 991px) {
    .train-mode .item {
        max-width: 100%;
    }
}

@media (min-width: 768px) {
  .col-md-6 {
	flex: 0 0 50%;
	max-width: 50%;
  }
	
}

@media (min-width: 1200px) {
  .col-md-6 {
	flex: 0 0 50%;
	max-width: 50%;
  }

}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.btn-style {
    padding: 20px 40px;
    font-size: 18px;
    line-height: 18px;
    font-weight: 600;
    transition: 0.3s ease-in;
    border-radius: 4px;
}

.btn-primary {
  color:#231501;
  background-color: #ff9900;
  border-color: #ff9900;
}

.btn-primary:hover {
  color: #fff;
  background-color: #d02925;
  border-color: #d02925;
}

.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #e53935;
  border-color: #e53935;
  box-shadow: 0 0 0 0.2rem rgb(211 47 47 / 32%);
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #e53935;
  border-color: #e53935;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #d02925;
  border-color: #d02925;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgb(244 64 52 / 28%);
}


.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.edu-info {
  position: absolute;
  background: #fff;
  padding: 14px 14px;
  bottom: 20px;
  left: 20px;
  right: 20px;
  margin: 0 auto;
  border-radius: 4px;
}

.edu-info a {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 22px;
  text-align: center;
  display: block;
  color: #ed1c24;
}
.edu-info:hover {
    background: #ec1d28;
}
.edu-info:hover h4 a {
    color: #fff;
}

@media (max-width:1280px) {
	.edu-info {
		padding: 10px 10px;
	}
	.edu-info a {
	 font-size: 14px;
	}
}
.edu-info a {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 22px;
    text-align: center;
    display: block;
    color: #ed1c24;
}

.w3l-courses a.zoom {
  overflow: hidden;
  border-radius: 6px;
}
.w3l-courses-uni a.zoom {
  border-radius: 6px 6px 0 0;
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card>hr {
  margin-right: 0;
  margin-left: 0;
}
.card-img, .card-img-top, .card-img-bottom {
    flex-shrink: 0;
    width: 100%;
}
.w3l-courses .card {
  border: none;
  background: none;
  box-shadow: 0 20px 40px 0 rgba(50, 65, 141, 0.12);
  box-shadow: 0 25px 98px 0 rgba(0, 0, 0, 0.04);
  border: 1px solid transparent rgba(255, 255, 255, 0.2);
}

.w3l-courses a.zoom img {
  transition: 0.3s ease-in-out;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

.w3l-courses .card:hover img {
  overflow: hidden;
  transform: scale(1.1);
  transition: 0.3s ease-in-out;
}

.w3l-courses .card:hover .author img {
  transform: inherit;
}

.w3l-courses .card-header {
  border: none;
}

.w3l-courses span.inn-text {
  line-height: 48px;
  font-weight: 400;
  text-transform: capitalize;
  color: var(--heading-color);
}


.title-subw3hny {
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 30px;
  letter-spacing: 1px;
  color: #ed1c24;
  display: block;
}
.title-w3l{
  font-size: 38px;
  line-height: 48px;
  font-weight: 600;
  text-transform: capitalize;
}

@media (max-width: 1080px) {
  .title-w3l {
	font-size: 32px !important;
	line-height: 40px;
  }
}

@media (max-width: 568px) {
  .title-w3l {
	font-size: 30px !important;
	line-height: 38px;
  }
}

@media (max-width:480px) {
  .title-w3l {
	font-size: 26px !important;
	line-height: 32px;
  }
  .btn-style {
	padding: 12px 30px;
  }
}

@media (max-width: 375px) {
  .btn-style {
	font-size: 16px;
  }

  .title-w3l {
	font-size: 24px !important;
	line-height: 30px;
  }
  p {
	font-size: 16px;
	line-height: 26px;
  }
}

.w3l-bottom-grids-6 {
  background: var(--bg-grey);
}

.w3l-bottom-grids-6 .grids-feature span {
  font-size: 36px;
  color: var(--secondary-color);
}

.w3l-bottom-grids-6 h4 a.title-head {
  display: block;
  color: var(--heading-color);
  font-weight: 600;
  line-height: 34px;
  margin-bottom: 15px;
  margin-top: 25px;
  font-size: 24px;
}

.w3l-bottom-grids-6 h4 a.title-head:hover {
  color: var(--primary-color);
  transition: 0.3s ease-out;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
}

@media (max-width:640px) {
  .w3l-bottom-grids-6 h4 a.title-head {
	margin-top: 18px;
	font-size: 20px;
  }
}
.index-bxys {
  background: none;
}
.index-bxys-list-wrap {
  padding: 60px 0 40px;
  background: #f1f2f1;
}
.index-bxys-list {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
  overflow: hidden;
}
.index-bxys-list-i {
  position: relative;
  float: left;
  width: 420px;
  padding-right: 110px;
  padding-top: 10px;
  text-align: right;
}
.index-bxys-list .index-bxys-list-i:nth-child(2n) {
  float: right;
  padding-left: 110px;
  padding-right: 0;
  text-align: left;
}
.index-bxys-list .index-bxys-list-i:nth-child(1),
.index-bxys-list .index-bxys-list-i:nth-child(2) {
  margin-bottom: 80px
}
.index-bxys-list-i .fas {
  position: absolute;
  right: 0;
  top: 0;
  width: 96px;
  height: 110px;
  background: url(icon_bxys_1.png) no-repeat;
  background-size: 96px 110px;
}
.index-bxys-list-i .fas-icon-5 {
  background-image: url(icon_bxys_2.png);
}
.index-bxys-list-i .fas-icon-4 {
  background-image: url(icon_bxys_3.png);
}
.index-bxys-list-i .fas-icon-2 {
  background-image: url(icon_bxys_4.png);
}
.index-bxys-list .index-bxys-list-i:nth-child(2n) .fas {
  right: auto;
  left: 0;
}
.index-bxys h4 a.title-head {
  font-size: 20px;
  margin: 0 0 5px;
}
.index-bxys-list-i p {
  font-size: 16px;
}
.index-bxys-center {
  position: absolute;
  left: 50%;
  top: 10px;
  width: 252px;
  height: 288px;
  margin: 0 0 0 -126px;
  background: url(icon_bxys_c.png) no-repeat;
}

@media all and (max-width: 991px) {
  .index-bxys-list-wrap {
	padding: 30px 0 15px;
  }
  .index-bxys-list .index-bxys-list-i:nth-child(1),
  .index-bxys-list .index-bxys-list-i:nth-child(2) {
	margin-bottom: 30px;
  }
  .index-bxys-list {
	width: 100%;
  }
  .index-bxys-center {
	display: none;
  }
  .index-bxys-list-i {
	float: none;
	width: 100%;
	margin: 0 0 30px;
	padding-right: 90px;
  }
  .index-bxys-list .index-bxys-list-i:nth-child(2n) {
	float: none;
	padding-left: 90px;
  }
  .index-bxys-list-i .fas {
	width: 70px;
	height: 84px;
	background-size: 70px 84px;
  }
}