
/** education-section **/

.education-section{
  position: relative;
}

.education-section .border-layout{
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 150px;
}

.education-section .border-layout:before{
  position: absolute;
  content: '';
  background: #ddebeb;
  width: 100%;
  height: 2px;
  left: 0px;
  top: 0px;
}

.education-block-one .inner-box{
  position: relative;
  display: block;
  background: #fff;
  border-radius: 50px;
  padding: 0px 30px 64px 30px;
}

.education-block-one .inner-box h3{
  position: relative;
  display: inline-block;
  width: 120px;
  height: 120px;
  background: #f2f3f5;
  border: 10px solid #fff;
  border-radius: 50%;
  font-size: 26px;
  line-height: 22px;
  font-weight: 700;
  text-align: center;
  margin-top: -50px;
  top: -10px;
  margin-bottom: 40px;
  padding: 25px 0px 10px 0px;
  box-shadow: 0 20px 30px 5px #eef0f2;
}

.education-block-one .inner-box h3 span{
  display: block;
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  color: #142441;
  font-weight: 400;
  text-transform: uppercase;
}

.education-block-one .inner-box h4{
  margin-bottom: 18px;
}

.education-block-one .inner-box .dot-box{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -165px;
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 50%;
}

.education-block-one .inner-box .dot-box:before{
  position: absolute;
  content: '';
  width: 14px;
  height: 14px;
  left: 8px;
  top: 8px;
  border-radius: 50%;
}

.education-block-one .inner-box .dot-box:after{
  position: absolute;
  content: '';
  background: #d5e3e3;
  width: 2px;
  height: 45px;
  top: 30px;
  left: 14px;
}

.education-section .sec-title{
  margin-bottom: 67px;
}

.education-section .pattern-layer .pattern-1{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 690px;
  height: 900px;
  background-size: cover;
  background-repeat: no-repeat;
}

.education-section .pattern-layer .pattern-2{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 525px;
  height: 447px;
  background-size: cover;
  background-repeat: no-repeat;
}