.educational-text {
  padding-top: 170px;
}

.inner-educational-text {
  text-align: center;
}

.educational-heading {
  font-family: 'ClioXSBold';
  font-weight: 700;
  font-size: 40px;
  line-height: 40px;
  text-transform: uppercase;
  color: #424656;
  margin-bottom: 100px;
}

.educational-underheading {
  font-family: 'ClioXSBold';
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
  color: #2A7DE1;
  position: relative;
  margin-bottom: 45px;
}

.educational-underheading:after {
  content: '';
  display: block;
  width: 105px;
  height: 3px;
  position: absolute;
  bottom: -20px;
  left: 46%;
  background-color: #2A7DE1;
}

.educational-underheading2 {
  font-family: 'ClioXSBold';
  font-weight: 700;
  font-size: 16px;
  color: #424656;
  margin-bottom: 15px;
}

.educational-paragr {
  font-family: 'ClioXSRegular';
  font-weight: 400;
  max-width: 850px;
  line-height: 24px;
  font-size: 16px;
  color: #424656;
  margin: 0 auto;
  margin-bottom: 25px;
}

.inner-educational-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 120px;
}

.content-photos {
  max-width: 590px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.content-photo {
  width: 280px;
  height: 240px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  margin-bottom: 30px;
}

.content-photo-popup-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.content-photo-popup{
  margin: 0 auto; 
  width: 900px;
  height: 600px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.content-video {
  width: 585px;
  height: 505px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 30px;
}

.watch-video-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 195px;
  height: 55px;
  color: #fff;
  font-family: 'ClioXSBold';
  font-size: 14px;
  background-color: #2A7DE1;
  border-radius: 30px;
  text-decoration: none;
  background-image: url(../img/Polyg1.png);
  background-position-x: 160px;
  background-position-y: center;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.watch-video-btn:hover {
  background-position-x: 170px;
}

@media screen and (max-width: 1025px) {
  .content-photo {
    width: 240px;
    height: 200px;
  }
  .content-photos {
    max-width: 510px;
  }
  .content-video {
    height: 430px;
  }
}

@media screen and (max-width: 769px) {
  .inner-educational-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .content-photo {
    width: 280px;
    height: 240px;
  }
  .content-photos {
    max-width: 580px;
  }
  .content-video {
    margin-left: 0;
    width: 580px;
  }
  .educational-underheading:after {
    left: 44%;
  }
}

@media screen and (max-width: 426px) {
  .inner-educational-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .content-photo {
    width: 370px;
    height: 300px;
  }
  .content-photos {
    max-width: 580px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .content-video {
    width: 370px;
    height: 300px;
  }
  .educational-underheading:after {
    left: 38%;
  }
}

@media screen and (max-width: 376px) {
  .inner-educational-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .content-photo {
    width: 310px;
    height: 240px;
  }
  .content-video {
    width: 310px;
    height: 240px;
  }
  .educational-underheading:after {
    left: 36%;
  }
}

.inner-educational-program {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 120px;
}

.educational-program-text-heding {
  font-family: 'ClioXSBold';
  color: #2A7DE1;
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.educational-program-text-paragr {
  max-width: 500px;
  margin-bottom: 20px;
  font-family: 'ClioXSRegular';
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #424656;
}

.educational-program-text-list {
  max-width: 520px;
  padding-left: 15px;
  font-family: 'ClioXSRegular';
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #424656;
}

.educational-program-link {
  width: 485px;
  height: 410px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 170px;
}

.download-link {
  width: 100px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  border-radius: 50%;
  background-color: #2A7DE1;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  background-image: url(../img/Arrrrrow1.png);
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: 70px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.download-link:hover {
  background-position-y: 75px;
}

@media screen and (max-width: 1025px) {
  .educational-program-link {
    margin-left: 0px;
  }
}

@media screen and (max-width: 769px) {
  .educational-program-link {
    width: 534px;
    height: 455px;
    margin-top: 20px;
  }
  .inner-educational-program {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 426px) {
  .educational-program-link {
    width: 370px;
    height: 320px;
    margin-top: 15px;
  }
  .educational-program-text {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 376px) {
  .educational-program-link {
    width: 310px;
    height: 240px;
  }
  .educational-program-text {
    padding-left: 25px;
  }
}

.get-program-form {
  max-width: 725px;
  margin: 0 auto;
  margin-bottom: 170px;
}

.get-program-form-heading {
  font-family: 'ClioXSBold';
  color: #2A7DE1;
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.input-heading {
  font-family: 'ClioXSRegular';
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #424656;
  margin-top: 25px;
}

.get-program-input {
  width: 680px;
  height: 55px;
  border: 1px solid #7B7B7B;
  outline: none;
  padding-left: 20px;
  padding-right: 20px;
}

.get-program-text {
  width: 680px;
  height: 120px;
  resize: none;
  border: 1px solid #7B7B7B;
  outline: none;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
}

.submit-get-program {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #2A7DE1;
  outline: none;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  font-family: 'ClioXSBold';
  font-weight: 700;
  font-size: 20px;
  width: 345px;
  height: 55px;
  margin-top: 25px;
  border: none;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
}
.submit-get-program:hover{
  background-color:#00B8E1;
}
.get-program-inputs-wrapper {
  max-width: 680px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.get-program-input-wrapper .get-program-input {
  width: 305px;
}
.get-program-form{
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 426px) {
  .get-program-form-heading{
    margin-left: 30px;
  }
  .get-program-input {
    width: 370px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .get-program-text {
    width: 360px;
    padding-left: 20px;
    padding-right: 10px;
    padding-top: 10px;
  }
  .get-program-inputs-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .get-program-input-wrapper .get-program-input {
    width: 370px;
  }
}

@media screen and (max-width: 376px) {
  .get-program-input {
    width: 300px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .get-program-text {
    width: 290px;
    height: 80px;
    padding-left: 20px;
    padding-right: 10px;
    padding-top: 10px;
  }
  .get-program-inputs-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .get-program-input-wrapper .get-program-input {
    width: 300px;
  }
  .submit-get-program {
    width: 323px;
  }
}

@media screen and (max-width: 321px) {
  .get-program-input {
    width: 280px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .get-program-text {
    width: 270px;
    height: 80px;
    padding-left: 20px;
    padding-right: 10px;
    padding-top: 10px;
  }
  .get-program-inputs-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .get-program-input-wrapper .get-program-input {
    width: 280px;
  }
  .submit-get-program {
    width: 301px;
  }
}
/*# sourceMappingURL=educational.css.map */