.team-support .section-title {
  padding-bottom: 15px;
}
.team-support {
  background: transparent;
  padding: 85px 0 27px;
}
.team-support-inner {
  padding-right: 60px;
  padding-top: 68px;
}
.team-support-inner .btn {
	margin-top: 20px;
}
.team-support .img-block {
  text-align: center;
}
.team-support .section-title {
  align-items: flex-start;
}
.team-support .circle {
  top: 160px;
  right: 15px;
}
.team-support .row [class*="col-"]:last-child {
	text-align: right;
}

/* Alp Apart CSS */
.alp-apart {
  background-color: var(--blue-clr);
  padding: 75px 0 168px;
  border-radius: 0px 0px 0px 375px;
}
.alp-apart .title img {
	margin-top: -40px;
}
.alp-apart .btn {
	margin-top: 30px;
}
.alp-apart ul {
  color: #fff !important;
  max-width: 1100px;
}
.alp-apart .container {
  position: relative;
  padding-left: 120px;
}
/* .alp-apart .title img {
	max-width: 120px;
} */
.title {
  font-size: 70px;
  line-height: 82px;
  font-weight: 300;
  color: var(--white-clr);
  letter-spacing: 0.5px;
  display: inline-flex;
  align-items: center;
  gap: 20px;
  padding-bottom: 15px;
}
.question-mark {
  position: absolute;
  top: 0;
  right: -100px;
}

/* Course Topic CSS */
.course-topic {
  padding: 180px 0 190px;
}
.course-topic-title {
  font-size: 50px;
  line-height: 58px;
  font-weight: 300;
  color: #242424;
  text-align: center;
  padding-bottom: 105px;
}
.course-topic .btn-block {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 108px;
  padding-top: 182px;
} 
/* Our Courses Cover css start */

.our-courses-section {
  padding: 136px 0px 190px;
}
.our-courses-section .btn {
  font-size: 34px;
  line-height: 53px;
  padding: 18px 56px;
}
.our-courses-section .blue-btn:hover, .our-courses-section .blue-btn:focus {
	border-color: var(--blue-clr) !important;
	color: var(--blue-clr) !important;
}

.our-courses-section .h2 {
  margin-bottom: 230px;
  text-align: center;
  color: #242424;
  font-size: 50px;
  font-weight: 300;
  line-height: normal;
  font-family: 'Roboto';
}

.main-our-courses {
  display: flex;
  width: 100%;
  flex-direction: row;
}

.main-our-courses .our-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.main-our-courses .our-box:nth-child(2) {
  margin-left: -69px;
}

.main-our-courses .our-box:nth-child(3) {
  margin-left: -69px;
}

.bg-box {
  width: 257px;
  height: 222px;
  margin: 11px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bg-box p {
  color: #fff;
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 600;
  padding: 0px 20px;
  text-align: center;
  line-height: normal;
}

.bg-blue {
  background: #035280;
}

.bg-red {
  background: #E04956;
}

.bg-orange {
  background: #F68F32;
}

.bg-sky {
  background: #35B1E0;
}

.bg-yellow {
  background: #FFC959;
}

.bg-violate {
  background: #542C77;
}

.bg-bottle {
  background: #6BC9D4;
}

.bg-maroon {
  background: #8B183E;
}

.our-box .obox:nth-child(2) {
  margin-top: -364px;
  margin-left: 207px;
}

.our-box .obox:nth-child(3) {
  margin-left: 207px;
  margin-top: -122px;
}

.cta-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 170px;
}

.cta-wrapper a:not(:first-child) {
  margin-left: 100px;
}

.our-courses-main {
  max-width: 1260px !important;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 20px;
  margin-left: -85px;
}

.our-courses-section .row{
  justify-content: center;
  margin-bottom: -120px;
}

.our-courses-main article {
  width: 257px;
  height: 223px;
  clip-path: url(#hexagono);
  clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);
  margin-right: 128px;
  color: #fff;
  overflow: hidden;
}

.our-courses-main article:nth-child(2n) {
  margin: -122px -64px 0 -192px;
}

.our-courses-main figure {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  max-width: 100%;
  height: 100%;
  color: #fff;
  margin: 0;
}

.our-courses-main figure h3 {
  font-size: 25px;
  line-height: 1.2;
  letter-spacing: 1.255px;
  text-align: center;
  padding: 0;
  margin: 0 auto;
  font-weight: 600;
  width: 55%;
  color: #fff;
}

.our-courses-main article:nth-child(7),
.our-courses-main article:nth-child(9),
.our-courses-main article:nth-child(11) {
  opacity: 0;
  visibility: hidden;
}

.our-courses-main article:nth-child(10) p{
  color: #292929;
}

/* Responsive CSS */
@media (max-width: 1799px) {
  .our-courses-section {
      padding: 120px 0px 150px;
  }
  .our-courses-section .h2 {
      margin-bottom: 200px;
  } 
  .cta-wrapper {
      margin-top: 130px;
  }
}
@media screen and (max-width: 1699px) {
/*   .alp-apart .title img {
    max-width: 250px;
  } */
  .question-mark {
    right: 0;
    max-width: 230px;
  }
  .course-topic {
    padding: 130px 0 130px;
  }
  .course-topic .btn-block {
    padding-top: 130px;
  }

}

@media (max-width: 1650px) {
  .our-courses-section {
      padding: 100px 0px;
  }

  .our-courses-section .h2 {
      font-size: 45px;
  }

  .our-courses-main figure h3 {
      font-size: 22px;
  }
	.title {
		font-size: 60px;	
	}
}

@media screen and (max-width: 1499px) {
  .team-support .section-title br{
    display: none;
  }
  .team-support-inner {
    padding-right: 0;
  }
  .team-support .circle {
    top: 70px;
  }
  .alp-apart .container {
    padding-left: 100px;
  }
  .question-mark {
    right: 50px;
  }
  .alp-apart {
    padding: 75px 0 128px;
    border-radius: 0px 0px 0px 315px;
  }
  .alp-apart ul {
    max-width: 850px;
}
}

@media screen and (max-width: 1399px) {

  .title {
    font-size: 50px;
    line-height: 62px;
  }
  .question-mark {
    max-width: 180px;
  }
  .course-topic {
    padding: 110px 0;
  }
  .course-topic-title {
    padding-bottom: 65px;
  }
  .course-topic .btn-block {
    padding-top: 80px;
  }
  .our-courses-main article{
    width: 200px;
    height: 174px;
    margin-right: 90px;
  }
  .our-courses-main{
    margin-left: -52px;
    max-width: 1000px !important;
  }
  .our-courses-main article:nth-child(2n){
    margin: -97px -64px 0 -144px;
  }
  .our-courses-main figure h3 {
    font-size: 20px;
  }
  .our-courses-section .h2 {
    margin-bottom: 170px;
  }
  .team-support .img-block img {
    max-width: 400px;
  }
	
	.our-courses-section .btn {
		padding: 14px 40px;
		font-size: 26px;
  	line-height: 40px;
	}
  .team-support-inner {
    padding-top: 38px;
  }
  .alp-apart {
    padding: 75px 0 100px;
  }
  .cta-wrapper {
    margin-top: 100px;
  }
}

@media screen and (max-width: 1199px) {
	.alp-apart .title img {
	  margin-top: 0;
	}
  .alp-apart .title img {
    max-width: 115px;
  }
  .alp-apart ul {
    max-width: 620px;
}
  .title {
    font-size: 45px;
    line-height: 60px;
  }
  .alp-apart {
    padding: 75px 0 88px;
    border-radius: 0px 0px 0px 265px;
  }
  .course-topic .btn-block {
    gap: 38px;
  }
  .our-courses-main{
    grid-template-columns: repeat(3, 1fr);
    max-width: 760px !important;
    margin-left: -60px;
}
  .our-courses-main article{
      width: 252px;
      height: 227px;
  }
  .our-courses-main article:nth-child(2n), .our-courses-main article{
      margin: 0;
  }
  .our-courses-main article:nth-child(7), .our-courses-main article:nth-child(9), .our-courses-main article:nth-child(11){
      display: none;
  }
  .our-courses-main article:first-child, .our-courses-main article:nth-child(4), .our-courses-main article:first-child, .our-courses-main article:nth-child(8){
      position: relative;
      top: 120px;
      right: -60px;
  }
  .our-courses-main article:nth-child(3), .our-courses-main article:nth-child(6), .our-courses-main article:nth-child(12){
      position: relative;
      top: 120px;
      right: 60px;
  }
  .our-courses-section .h2 {
      margin-bottom: 50px;
  }
  .our-courses-section .row{
      margin-bottom: 0;
  }
  .cta-wrapper {
      margin-top: 180px;
  }
  .our-courses-section .h2 {
      font-size: 42px;
  }
  .our-courses-section .btn {
    font-size: 24px;
    line-height: 34px;
    padding: 14px 40px;
  }
}

@media screen and (max-width: 991px) {
  .team-support {
    padding: 80px 0 0;
  }
  .team-support .circle {
    top: 20px;
  }
  .team-support-inner {
    padding-top: 0;
  }
  .alp-apart .container {
    padding-left: 12px;
  }
  .alp-apart ul {
    max-width: 500px;
}
  .title {
    font-size: 38px;
    line-height: 46px;
  }
  .alp-apart .title img {
    max-width: 125px;
  }
  .question-mark {
    max-width: 120px;
  }
  .alp-apart {
    padding: 75px 0 80px;
    border-radius: 0px 0px 0px 125px;
  }
  .course-topic {
    padding: 80px 0;
  }
  .course-topic-title {
    font-size: 40px;
    line-height: 48px;
  }
  .our-courses-section {
    padding: 80px 0px;
}
  .our-courses-section .h2 {
    font-size: 38px;
    padding: 0;
  }
  .our-courses-main{
    margin-left: -100px;
  }
  .team-support .img-block img {
    max-width: 290px;
  }
}

@media screen and (max-width: 767px) {
	.alp-apart .btn {
	margin-top: 20px;
}
	.team-support-inner .btn {
	margin-top: 10px;
}
  .team-support {
    padding: 50px 0 0;
  }
  .question-mark {
    max-width: 160px;
    position: static;
    padding-top: 40px;
    margin: 0 auto;
    display: block;
  }
  .alp-apart .title {
    display: inline-block;
  }
  .alp-apart {
    padding: 50px 0;
	  border-radius: 0;
  }
  .alp-apart ul {
    max-width: 100%;
  }
  .course-topic {
    padding: 50px 0;
  }
  .course-topic-title {
    padding-bottom: 30px;
  }
  .course-topic .btn-block {
    gap: 25px;
    padding-top: 40px;
  }
  .course-topic-title {
    font-size: 32px;
    line-height: 42px;
  }
  .our-courses-section .h2{
    font-size: 35px;
}
  .cta-wrapper {
      margin-top: 70px;
  }
  .our-courses-main{
    grid-template-columns: repeat(2, 1fr);
    margin-left: 60px;
    gap: 15px;
  }
  .our-courses-main article:first-child, .our-courses-main article:nth-child(3), .our-courses-main article:nth-child(5), .our-courses-main article:nth-child(8){
    position: relative;
    top: 120px;
    right: unset;
  }
  .our-courses-main article:nth-child(2), .our-courses-main article:nth-child(4), .our-courses-main article:nth-child(6), .our-courses-main article:nth-child(10){
    position: relative;
    top: 0;
    right: 60px;
  }
  .our-courses-main article:nth-child(12){
    position: relative;
    top: 0;
    right: -210px;
  }
  .cta-wrapper a:not(:first-child) {
    margin-left: 40px;
  }
  .our-courses-section .btn {
    font-size: 22px;
    line-height: 32px;
    padding: 14px 36px;
  }
  .our-courses-section {
    padding: 50px 0px;
  }
  .our-courses-section .h2 {
    margin-bottom: 35px;
  }
  .cta-wrapper {
    margin-top: 40px;
  }
}

@media screen and (max-width: 575px) {
  .title {
    font-size: 34px;
    line-height: 40px;
  }
  .question-mark {
    max-width: 130px;
  }
  .alp-apart {
    border-radius: 0px 0px 0px 45px;
  }
  .team-support .circle {
    top: 20px;
  }
  .course-topic-title {
    font-size: 28px;
    line-height: 38px;
  }
  .our-courses-section .h2 {
    font-size: 32px;
}
  .our-courses-main {
    margin-left: 90px;
    gap: 12px;
  }
  .our-courses-main article{
    width: 205px;
    height: 178px;
  }
  .our-courses-main article:first-child, .our-courses-main article:nth-child(3), .our-courses-main article:nth-child(5), .our-courses-main article:nth-child(8){
    top: 96px;
  }
  .our-courses-main article:nth-child(2), .our-courses-main article:nth-child(4), .our-courses-main article:nth-child(6), .our-courses-main article:nth-child(10){
    right: 54px;
  }
  .our-courses-main article:nth-child(12){
    right: -163px;
  }
  .cta-wrapper{
    flex-direction: column;
  }
  .cta-wrapper a:not(:first-child){
    margin-top: 20px;
    margin-left: 0;
  }
  .cta-wrapper {
    margin-top: 50px;
  }
  .our-courses-section .btn {
    font-size: 20px;
    line-height: 30px;
    padding: 12px 30px;
  }
  .our-courses-main {
    max-width: 370px !important;
    padding: 0;
    margin-left: 0;
  }
}


@media screen and (max-width: 480px) {
  .list-wrap li {
    font-size: 18px;
    line-height: 34px;
  }
  .alp-apart .title img {
    max-width: 115px;
  }
  .title {
    font-size: 30px;
    line-height: 32px;
  }
  .team-support .img-block img {
    max-width: 240px;
  }
  .our-courses-main article:nth-child(2), .our-courses-main article:nth-child(4), .our-courses-main article:nth-child(6), .our-courses-main article:nth-child(10) {
    right: 47px;
  }
  .our-courses-main article {
    width: 175px;
    height: 148px;
  }
  .our-courses-main article:first-child, .our-courses-main article:nth-child(3), .our-courses-main article:nth-child(5), .our-courses-main article:nth-child(8) {
    top: 80px;
  }
  .our-courses-main {
    max-width: 315px !important;
  }
  .our-courses-main article:nth-child(12) {
    right: -140px;
  }
}


@media screen and (max-width: 399px) {
  .list-wrap li {
    font-size: 16px;
    line-height: 28px;
  }
  .course-topic .btn-block {
    gap: 15px;
  }
}
@media (max-width: 390px){
  .our-courses-main article{
      width: 164px;
      height: 142px;
  }
  .our-courses-main figure h3 {
      font-size: 18px;
  }
  .our-courses-main article:nth-child(2), .our-courses-main article:nth-child(4), .our-courses-main article:nth-child(6), .our-courses-main article:nth-child(10) {
      right: 43px;
  }
  .our-courses-main article:first-child, .our-courses-main article:nth-child(3), .our-courses-main article:nth-child(5), .our-courses-main article:nth-child(8) {
      top: 76px;
  }
  .our-courses-main figure h3 {
      width: 80%;
  }
  .our-courses-main article:nth-child(12) {
      right: -133px;
  }
  .our-courses-main {
    max-width: 300px !important;
  }
}

@media (max-width: 320px) {
  .our-courses-main article:nth-child(2), .our-courses-main article:nth-child(4), .our-courses-main article:nth-child(6), .our-courses-main article:nth-child(10) {
      right: 34px;
    }
  .our-courses-main article {
    width: 124px;
    height: 102px;
  }
  .our-courses-main figure h3{
    font-size: 14px;
  }
  .our-courses-main {
    max-width: 225px !important;
  }
  .our-courses-main article:first-child, .our-courses-main article:nth-child(3), .our-courses-main article:nth-child(5), .our-courses-main article:nth-child(8) {
    top: 57px;
  }
  .our-courses-main article:nth-child(12) {
    right: -102px;
  }
}