.hero-text h1{
  margin: 0;
}
.hero-text p{
  margin-top:15px;
    width: 375px;
}
.hero-btn{
  margin-top: 42px;
  height: 50px;
  display: flex;
}
.hero-btn a{
  padding: 13px 57px;
}
.hero-social p{
  margin: 0;
  margin-right: 11px;
}
.hero-social{
  display: flex;
  align-items: center;
  margin-top: 85px;
}
.hero-social a{
  margin: 0 11px;
}
.hero-txt-con{
  position: relative;
  z-index: 2;
}
.hero-row{
  /* height: 50vw; */
  height: 40vw;
  display: flex;
  align-items: center;
}
.abson-con{
  position: absolute;
  height: 100%;
  left: 100px;
  right: 100px;
  border-radius: 10px;
  /* height: 100%; */
}
.bg-hero{
  /* height: 50vw; */
  width: 100%;
}
.hero-bg-elem {
  position: absolute;
  left:0;
  z-index: 1;
  display: flex;
  justify-content: center;
  height: 100%;
  width: 100%;
  transform: scale(1.3);
}
.img-base-con{
  max-height: 490px;
}
.who-btn{
  display: flex;
  height: 50px;
  margin-top: 50px;
}
.who-btn a{
  padding: 15.5px 39px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.who-we-are-txt-con{
  padding: 39px 45px;
  position: relative;
}
.img-border{
  border-radius: 10px;
}


.who-we-are-img-con .who-img-1,
.who-we-are-img-con .who-img-2,
.who-we-are-img-con .who-img-3,
.who-we-are-img-con .who-img-4,
.who-we-are-img-con .who-img-5{
  position: absolute;
}
.who-we-are-img-con .who-img-1{
  width: 62%;
  height: 230px;
  left: 0;
}
.who-we-are-img-con .who-img-2{
  width: 30%;
  height: 160px;
  right: 28px;
  top: 69px;
}
.who-we-are-img-con .who-img-3{
  width:27%;
  height: 160px;
  left: 6%;
  bottom: 17.5%;
}

.who-we-are-img-con .who-img-4{
  width: 53%;
  height: 238px;
  left: 35%;
  bottom: 9px;
}

.who-we-are-img-con .who-img-5{
  width:30%;
  height: 238px;
  right: 0;
  bottom: 9px;
}
.who-cards{
  margin-top: 80px;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  grid-gap: 30px;
}
.card-base{
  background: #FFFFFF;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
  padding: 32px 42px;
}
.card-base h3{
  margin-top: 18px !important;
}
.card-base h3,
.card-base h6{
  margin: 0;
}
.service-header{
  display: flex;
  justify-content: center;
  flex-flow: column wrap;
  align-items: center;
}
.service-header .header h2{
  margin: 0;
  text-align: center;
}
.serv-base{
  display: flex;
  align-items: center;
  margin: 70px 0;
}
.serv-base.rev{
  flex-flow: row-reverse;
}
.s-thumb{
  position: relative;
  z-index: 1;
  box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  height: 338px;
  width: 500px;
}
/* .serv-text{
  padding: 0 70px;
} */
.serv-text h2{
  margin-top: 0;
}
.serv-text p{
  width: 430px;
}
.serv-btn{
  display: flex;
  height: 50px;
  margin-top: 30px;
}
.serv-btn a{
  padding: 13px 49px;
}
.s-bg-element{
  position: absolute;
  top: -90px;
  left: -90px;
  height: 100%;
  width: 100%;
}
.s-bg-element-r{
  position: absolute;
  top: -90px;
  right: -30px;
  height: 100%;
  width: 100%;
}
#partner-slider{
  /* height: 300px; */
  width: 90%;
}
.partner-logos{
  background-color: #FFFFFF;
  box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.02);
  border-radius: 10px;
  height: 160px;
  width: 160px;
  padding: 30px;
  display: inline-block !important;
  margin: 15px;
  /* height: 100%; */
  /* width:500px; */
}
.partner-text .header h2{
  width: 315px;
}
.partner-text .subtext p{
  width: 290px;
}
.logos{
  height: 100%;
  width: 100%;
}
.right-ctrl,
.left-ctrl{
  display: flex;
}
.prtnr-cntrlr{
  position: absolute;
  right: 60px;
  bottom: 65px;
  display: flex;
}
.prtnr-cntrlr .left-ctrl{
  margin-right: 10px
}
.prtnr-cntrlr .right-ctrl{
  margin-left: 10px
}
.prtnr-cntrlr a{
  border: 1.5px solid var(--dodger-blue);
  border-radius: 100px;
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #DFF6FF;
  transition: 0.3s ease-in-out;
}
.prtnr-cntrlr a:hover{
  background: var(--dodger-blue);
  transition: 0.3s ease-in-out;
}
.prtnr-cntrlr a:hover .arrow{
  fill: #ffffff;
  transition: 0.3s ease-in-out;
}
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}
.course-text{
  display: flex;
  flex-flow: column wrap;
  align-items: center;
}
.course-text .course-header h2{
  margin-top: 0;
}
.course-text .course-sub p{
  text-align: center;
  width: 700px;
}
.course-list{
  margin-top: 80px;
}
.courses{
  display: grid;
  grid-template-columns: repeat(3,1fr);
  grid-gap: 30px;
}
.course{
  background: #FFFFFF;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.07);
  overflow: hidden;
  height: 100%;
}
.course-dets h3{
  margin-top: 0;
}
.course-dets{
  padding-top: 34px;
  padding-bottom: 24px;
  padding-left: 19px;
  padding-right: 19px;
}
.courses a{
  position: relative;
  height: 100%;
}
.courses a:before{
  content: '';
  position: absolute;
  width:100%;
  height: 100%;
  box-shadow: 0px 4px 50px rgba(15, 131, 255, 0.2);
  border: 3px solid var(--dodger-blue);
  opacity: 0;
  transition: 0.3s ease-in-out;
}
.courses a:hover:before{
  opacity: 1;
  transition: 0.3s ease-in-out;
}
.course-btn button{
  color: var(--dodger-blue);
  font-weight: bold;
  border: none;
  outline: 0;
  background: none;
  position: relative;
  padding: 0;
}
.course-btn button svg{
  opacity: 0;
  transform: translateX(-15px);
  transition: 0.3s ease-in-out;
}
.courses a:hover .course-btn button svg{
  opacity: 1;
  transform: translateX(0);
  transition: 0.3s ease-in-out;
}
.course-btn-see{
  display: flex;
  justify-content: center;
  margin-top: 70px;
}
.course-btn-see a{
  padding: 13px 48px;
}
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}
@media (max-width: 320px){
  .partner-logos.logo-xs.logo-xxs {
    height: 110px !important;
    width: 110px !important;
  }
}
@media (max-width: 360px){
  .hero-btn a {
    padding: 13px 40px;
  }
  .partner-logos.logo-xs {
    height: 132px !important;
    width: 132px !important;
  }
  .prtnr-cntrlr a {
    height: 35px;
    width: 35px;
  }
}
@media (max-width: 375px){
    .partner-logos{
      height: 140px !important;
      width: 140px !important;
    }
}

@media (max-width: 425px){
  /****------------Who we are ---------------***/
.who-we-are-img-con .who-img-1 {
  height: 228px!important;
  width: 56%!important;
  left: 0%!important;
}

.who-we-are-img-con .who-img-2 {
height: 160px!important;
top: 69px!important;
width: 40%!important;
right: 0% !important;
}

.who-we-are-img-con .who-img-3 {
height: 160px!important;
bottom: 17.5%!important;
width: 36%!important;
left: 4%!important;

}

.who-we-are-img-con .who-img-4 {
height: 228px!important;
left: auto!important;
bottom: 17px!important;
width: 50%!important;
right: 6%!important;
}

}


@media (max-width: 480px){
  .hero-text p {
    width: 100%;
  }
  .hero-btn{
    flex-flow: column wrap;
  }
  .who-we-are-img-con .who-img-2 {
    right: 20px;
  }
  .who-cards{
    padding-top: 55px;
  }
  .who-cards.cards-xs{
    grid-template-columns: repeat(1, 1fr) !important;
        margin-left: -20px;
        margin-right: -20px;
    /* margin-top: 75px !important; */
  }

  .who-we-are-txt-con .title h6{
    margin-top: 0;
  }
  .who-btn{
    display: flex;
    flex-flow: column wrap;
  }
  .serv-text p,
  .s-thumb {
    width: 100% !important;
  }
  .serv-base{
    margin: 70px 15px;
  }
  .s-bg-element{
    left: -90px !important;
  }
  .s-bg-element-r{
    right: -90px !important;
    left: unset !important;
  }
  .serv-btn{
    flex-flow: column wrap;
  }
  .serv-text .header h2{
    font-size: 28px;
    line-height: 34px;
  }
  .course-header h2{
    font-size: 28px;
    line-height: 34px;
  }
  .courses {
    grid-template-columns: repeat(1,1fr) !important;
  }
  .prtnr-cntrlr.xs-cntrl.xs-ls-cntrl.xxs-ls-cntrl{
    right: 35px !important;
  }
  .partner-logos{
    height: 155px;
    width: 155px;
  }
  .card-base{
    display: flex;
    flex-flow: column wrap;
    align-items: flex-start;
    padding: 32px 32px;
  }
  .card-icon{
      height: 52px;
      width: 52px;
  }
  .card-icon img{
       width: 100%;   
  }
  .heading-big{
      font-size: 52px;
  }
}
@media (max-width: 568px){

  .who-we-are-img-con{
    position: relative;
  }

  .carousel-inner .item{
    display: grid;
    grid-template-columns: repeat(2,160px);
    justify-content: center;
    grid-gap: 30px;
    display: none;
  }
  .carousel-inner .item.active{
    display: block;
  }
  .carousel-inner.xs-ls-inner.xxs-ls-inner .item{
    padding: 0 !important;
  }
  .partner-slider .item .partner-logos{
    margin: 0;
  }
}

@media (max-width: 768px) and (min-width:426px){

  .who-we-are-img-con .who-img-1 {
    width: 50%!important;
    height: 228px!important;
    left: 7%!important;
}

.who-we-are-img-con .who-img-2 {
  width: 33%!important;
  height: 160px!important;
  right: 7% !important;
  top: 69px!important;
}

.who-we-are-img-con .who-img-3 {
  width: 30%!important;
  height: 160px!important;
  left: 11%!important;
  bottom: 17.5%!important;
}

.who-we-are-img-con .who-img-4 {
  width: 45%!important;
  height: 228px!important;
  left: auto!important;
  bottom: 17px!important;
  right: 11%!important;
}

}

@media only screen and (max-width: 667px) and (orientation: landscape){
  .carousel-inner.xs-ls-inner .item{
    padding: 0 125px !important;
  }
  .prtnr-cntrlr.xs-cntrl.xs-ls-cntrl.xxs-ls-cntrl{
    right: 165px !important;
  }
  .courses {
    grid-template-columns: repeat(2,1fr) !important;
  }
}
@media only screen and (max-width: 736px) and (orientation: landscape){
  .prtnr-cntrlr.xs-cntrl.xs-ls-cntrl{
    right: 117px !important;
  }
  .carousel-inner .item{
    padding: 0 50px !important;
  }
}
@media (max-width: 768px){
  .prtnr-cntrlr.xs-cntrl{
    right: 127px !important;
  }
  .course-text .course-sub p {
    width: 100%;
  }
  .course-text,
  .course-list{
    padding: 0 15px;
  }



}
@media (max-width: 992px){
  .hero-row{
    display: block;
    height: auto !important;
    padding-top: 20px;
    padding-bottom: 70px;
  }
  /* .abson-con{
    position: relative;
    height: auto;
  } */
  .bg-hero{
    height: auto;
  }
  /* .hero-btn{
    margin-top: 30px;
  } */
  .hero-social{
    margin-top: 50px;
  }
  .flex-stretch{
    flex-flow: row wrap;
  }
  .who-we-are-img-con{
    height: 490px;
  }

  .serv-base{
    flex-flow: row wrap;
    justify-content: center;
  }
  .serv-text{
    display: flex;
    flex-flow: column wrap;
    align-content: center;
    margin-top: 26px;
  }
  .serv-base.rev{
    flex-flow: row-reverse wrap;
  }
  .s-bg-element{
    left: 0;
  }
  .s-bg-element-r{
    top: -90px;
    left: 0px;
  }
  .serv-thumb{
    display: flex;
    justify-content: center;
  }
  #partner-slider{
    width: 100%;
    margin-top: 45px;
  }
  .carousel-inner .item{
    padding: 0px 70px;
  }
  .prtnr-cntrlr{
    right: 110px !important;
  }
  .partner-text{
    padding: 0 15px;
  }
  .partner-text .header h2,
  .partner-text .subtext p{
    width: 100%;
  }
  .who-cards{
    grid-template-columns: repeat(2,255px) !important;
  }

  .img-base-con{
    max-height: 100%;
  }
  .who-we-are-img-con .who-img-1 {
    width: 43%;
    height: 230px;
    left: 100px;
  }
  .who-we-are-img-con .who-img-2 {
    width: 25%;
    height: 160px;
    right: 115px;
    top: 69px;
  }
  .who-we-are-img-con .who-img-3 {
    width: 20%;
    height: 160px;
    left: 16%;
    bottom: 17.5%;
  }
  .who-we-are-img-con .who-img-4 {
    width: 43%;
    height: 238px;
    left: 38%;
    bottom: 9px;
  }
  .who-we-are-img-con .who-img-5 {
    width: 25%;
    height: 238px;
    right: 72px;
    bottom: 9px;
  }
}
@media (max-width: 1024px){

  .who-we-are-img-con .who-img-2{
    right: 24px;
  }

  .who-cards{
    grid-template-columns: repeat(3,1fr);
    grid-gap: 30px;
    margin-top: 20px;
    justify-content: center;
  }
  .s-thumb{
    width: 430px;
  }
  .s-bg-element-r{
    position: absolute;
    top: -90px;
    right: -90px;
    height: 100%;
    width: 100%;
  }
  .serv-text{
    padding: 0;
  }
  .prtnr-cntrlr{
    right: 75px;
  }
  /* .who-we-are-img-con .who-img-2 {
    right: 23px;
  } */
  .courses{
    grid-template-columns: repeat(3,1fr);
  }
  .abson-con{
    left: 35px !important;
    right: 35px !important;
  }
  .hero-row{
    height: 50vw;
  }
  .hero-btn,
  .hero-social{
    margin-top: 30px;
  }
  .abson-con{
    border-radius: 0;
  }
}

@media (max-width: 1024px) and (min-width:769px){

  .who-we-are-img-con .who-img-1 {
    width: 61%!important;
  }
}

@media (max-width: 1366px){
  .abson-con{
    left: 50px;
    right: 50px;
  }
}
@media (max-width: 1480px){
  .hero-bg-elem{
    /* transform: scale(1.1); */
  }
  .hero-bg-elem{
    transform: scale(1) !important;
    height: auto;
  }
}
