.grid {
  position: relative;
}

.grid .item {
  position: absolute;
  z-index: 1;

  bottom: 20px;
  width: 100%;
  text-align: center;
  vertical-align: middle;
}

.grid .item .button {
  padding: 8px 10px;
  border: none;
  outline: 0;
  display: inline-block;
  border: solid 2px #fff;
  border-radius: 50px;
  color: #fff;
  background-color: transparent;
  text-align: center;
  font-size: 32px;
  cursor: pointer;
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
}

.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url('../img/loader.gif') 50% 50% no-repeat rgb(249, 249, 249);
}

.news-text h4 {
  min-height: 75px;
}

.common-btn {
  z-index: 9;
  background: #fff;
  width: 140px;
  height: 40px;
  text-align: center;
  border-radius: 20px;
  margin-top: 20px;
  display: inline-block;
  padding: 10px;
  border: 1px solid #f36f31;
  position: relative;
  overflow: hidden;
  line-height: 18px;
}

.common-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(.5);
  -moz-transform: scale(.5);
  -o-transform: scale(.5);
  transform: scale(.5);
  -webkit-background-size: 200% auto;
  background-size: 200% auto;
  background-image: -webkit-gradient(linear, left top, right top, from(#f36f31), color-stop(51%, #f36f31), to(#f36f31));
  background-image: -webkit-linear-gradient(left, #f36f31 0%, #f36f31 51%, #f36f31 100%);
  background-image: -moz-linear-gradient(left, #f36f31 0%, #f36f31 51%, #f36f31 100%);
  background-image: -o-linear-gradient(left, #f36f31 0%, #f36f31 51%, #f36f31 100%);
  background-image: linear-gradient(to right, #f36f31 0%, #f36f31 51%, #f36f31 100%);
}

.common-btn:hover {
  color: #fff;
}

.common-btn:hover::before {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/*close_to_heart*/
.transformation h2 {
  color: #282828;
}

.close_to_heart .img_wrap_left {
  width: 55%;
  float: left;
  position: relative;
}

.close_to_heart .img_wrap_left:before {
  content: '';
  position: absolute;
  right: -1px;
  top: 15px;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 15px solid #F56424;
}

.close_to_heart .img_wrap_left img {
  width: 100%
}

.close_to_heart .contnt_right {
  width: 45%;
  float: right;
  background: #F56424;
  padding: 25px;
  color: #fff;
  min-height: 100%;
}

.close_to_heart .rotate_both .img_wrap_left {
  float: right;
  position: relative;
}

.close_to_heart .rotate_both .img_wrap_left:before {
  content: '';
  position: absolute;
  left: -1px;
  top: 15px;
  transform: rotate(180deg);
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 15px solid #F1F1F1;
  z-index: 101;
}

.close_to_heart .rotate_both .contnt_right {
  float: left;
  background: #F1F1F1;
  color: #000;
}

.close_to_heart .contnt_right .content_head {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
}

.close_to_heart .contnt_right .content_head img {
  margin-right: 10px;
}


.inr_body a {
  font-weight: 400;
  font-size: 15px;
  line-height: 28px;
  text-align: center;
  text-decoration-line: underline;
  min-width: 85px;
  display: inline-block;
  cursor: pointer;
  text-transform: uppercase;
}

.wrap_right .contnt_right,
.wrap_left .contnt_right {
  width: 100%;
  background-image: url(../img/2nd_item.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.wrap_right.without_img .contnt_right {
  background-image: inherit;
  background-color: #282828;
}

.wrap_right .contnt_right:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0px;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.wrap_right .contnt_right .inr_body {
  z-index: 2;
  position: relative;
}

.wrap_right .contnt_right .inr_body p {
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
}

.wrap_right.without_img .contnt_right .inr_body p {
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
  margin-top: 30px;
}

.wrap_right.without_img .contnt_right .inr_body span {
  margin-bottom: 0;
  font-size: 14px;
  margin-top: 25px;
}

.mb-15 {
  margin-bottom: 30px;
}

.orange_clr {
  color: #F56424;
  margin-top: 0;
}

.rotate_both .inr_body p {
  margin-bottom: 0px;
}

.contnt_right .inr_body .high_margin {
  margin: 60px 0;
}

/*close_to_heart*/

/*box_wrp-cnt_box*/
.close_to_heart .box_wrp {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-flow: row wrap;
}

.close_to_heart .box_wrp:last-child {
  margin-bottom: 0;
}

.cnt_box {
  position: relative;
  width: 24%;
  margin-bottom: 20px;
  background-color: #fff;
  min-height: 300px;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.cnt_box:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0,0,0,.5);
}

.box_wrp .cnt_box:nth-child(5),
.box_wrp .cnt_box:nth-child(10),
.box_wrp .cnt_box:nth-child(15),
.box_wrp .cnt_box:nth-child(20),
.box_wrp .cnt_box:nth-child(25),
.box_wrp .cnt_box:nth-child(30),
.box_wrp .cnt_box:nth-child(35),
.box_wrp .cnt_box:nth-child(40),
.box_wrp .cnt_box:nth-child(45),
.box_wrp .cnt_box:nth-child(50),
.box_wrp .cnt_box:nth-child(55),
.box_wrp .cnt_box:nth-child(60),
.box_wrp .cnt_box:nth-child(65),
.box_wrp .cnt_box:nth-child(70),
.box_wrp .cnt_box:nth-child(75),
.box_wrp .cnt_box:nth-child(80),
.box_wrp .cnt_box:nth-child(85) {
  margin-right: 0;
}

.bx_itm {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: 300px;
  transform: translate(0, -100%);
  transition: all 1.0s ease-in-out;
  color: #fff;
  padding: 0 10px;
  display: flex;
  flex-direction: column;
  z-index: 1;
}

.cnt_box:hover>.bx_itm {
  transform: translate(0, 0);
  background-color: rgba(237, 103, 38, 0.95);
}

.viw_all_bx {
  margin: 20px 0;
  width: 100%;
  display: inline-block;
  text-align: center;
}

.viw_all_bx a {
  font-size: 18px;
  border: 1.5px solid #F36F31;
  border-radius: 50px;
  padding: 12px 50px;
  color: #808080;
}

.viw_all_bx a:hover {
  background-color: #F36F31;
  color: #fff;
}

.content_head label {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  margin-top: 15px;

}

.inr_body small {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 15px;
}

.inr_body a {
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  text-decoration-line: underline;
  cursor: pointer;
  text-transform: capitalize;
  display: block;
  width: 100%;
  margin: 15px 0;
}

.mobile_slider {
  display: none !important;
  max-width: 70%;
  margin: 0 auto;
  overflow: hidden;
}

.mobile_slider .cnt_box {
  width: 100%;
}

.mobile_slider .owl-dots .owl-dot {
  height: 20px;
  width: 20px;
  background: #fff;
  margin: 2px 8px;
  border: 2px solid #f36f31;
  display: inline-block;
  cursor: pointer;
  padding: 0;
  border-radius: 15px;
}

.mobile_slider .owl-dots .owl-dot.active {
  background: #f36f31;
}

.mobile_slider .owl-dots {
  margin-top: 0;
  text-align: center;
  margin-bottom: 1rem;
}




.cnt_box.bx_1 {
  background-image: url(../img/Centre_of_Well_being.jpg);
}

.cnt_box.bx_2 {
  background-image: url(../img/Teachers_at_Heart.jpg);
}

.cnt_box.bx_3 {
  background-image: url(../img/bx_3.png);
}

.cnt_box.bx_4 {
  background-image: url(../img/Making_the_Difference_Fuelling_a_Dream.jpg);
}

.cnt_box.bx_5 {
  background-image: url(../img/EUNOIA.jpg);
}

.cnt_box.bx_6 {
  background-image: url(../img/Avrio_Schools_of_Tomorrow.jpg);
}

.cnt_box.bx_7 {
  background-image: url(../img/bx_7.jpeg);
}

.cnt_box.bx_8 {
  background-image: url(../img/bx_8.png);
}

.cnt_box.bx_9 {
  background-image: url(../img/bx_9.png);
}

.cnt_box.bx_10 {
  background-image: url(../img/Educator_Impact_Award.jpg);
}

.about-banner .about-banner-wrap video {
  width: 100%;
}


@media screen and (max-width: 1200px) {
  .box_wrp .cnt_box {
    width: 32%;
  }

  .close_to_heart .box_wrp {
    justify-content: space-around;
  }
}

@media screen and (max-width: 1024px) {

  .about-banner-wrap h2 {
    left: 50%;
    top: 60%;
    transform: translate(-50%, -50%);
  }

  .about-banner-wrap {
    height: auto;
  }
}

@media screen and (max-width: 991px) {
  .content_head label {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    margin-top: 12px;
  }

  .inr_body small {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 0;
  }

  .inr_body a {
    font-size: 12px;
    line-height: 20px;
  }

  .mobile_slider {
    display: block !important;
  }

  .close_to_heart .box_wrp.web_view {
    display: none;
  }
}

@media screen and (max-width: 767px) {

.about-banner-wrap{background-image: none; background: none;}

  .box_wrp .cnt_box {
    width: 48%;
  }

  .content_head label {
    font-size: 18px;
  }

  .inr_body small {
    font-size: 14px;
    line-height: 20px;
  }

  .inr_body a {
    font-size: 13px;
  }

  .mobile_slider {
    max-width: 85%;
  }
}

@media screen and (max-width: 480px) {
  .box_wrp .cnt_box {
    width: 100%;
  }

  .mobile_slider {
    max-width: 90%;
  }

  .mobile_slider .owl-dots .owl-dot {
    height: 12px;
    width: 12px;
    margin: 2px 3px;
    border: 1px solid #f36f31;
  }

  .panel {
    height: auto
  }
}

/*cnt_box*/






@media screen and (max-width: 767px) {
  .grid .item {
    bottom: 80px
  }

  .grid .item .button {
    padding: 4px 5px;
    font-size: 15px;
  }

  .preloader {
    background-size: 160px
  }
}

/*close_to_heart*/

/*close_to_heart*/