
/** cta-section **/

.cta-section{
  position: relative;
}

.cta-section .inner-box{
  position: relative;
  display: block;
  overflow: hidden;
  background: #06194b;
  border-radius: 20px;
  padding: 146px 100px 100px 100px;
  clip-path: polygon(0% 0%, 100% 15%, 100% 100%, 0% 100%, 0% 0%);
  z-index: 1;
  margin-bottom: -150px;
}

.cta-section .inner-box .text h2{
  font-size: 42px;
  line-height: 48px;
  color: #fff;
  font-weight: 700;
}

.cta-section .inner-box .btn-box{
  position: relative;
  margin-top: 15px;
}

.cta-section .inner-box .btn-box .theme-btn-one{
  padding: 19px 56px 20px 56px;
}

.cta-section .pattern-layer .pattern-1{
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 100%;
  width: 445px;
  background-size: cover;
  background-repeat: no-repeat;
}

.cta-section .pattern-layer .pattern-2{
  position: absolute;
  bottom: 0px;
  right: 0px;
  height: 100%;
  width: 556px;
  background-size: cover;
  background-repeat: no-repeat;
}

/** cta-style-two **/

.cta-style-two{
  position: relative;
  padding: 95px 0px 100px 0px;
}

.cta-style-two .text h2{
  display: block;
  font-size: 42px;
  line-height: 48px;
  color: #fff;
  font-weight: 700;
}

.cta-style-two .btn-box{
  position: relative;
  margin-top: 21px;
}

.cta-style-two .btn-box .banner-btn-two{
  padding: 19px 51px 20px 51px;
  border-radius: 35px;
}

.cta-style-two .pattern-layer .pattern-1{
  position: absolute;
  left: 125px;
  bottom: 0px;
  height: 100%;
  width: 616px;
  background-size: cover;
  background-repeat: no-repeat;
}

.cta-style-two .pattern-layer .pattern-2{
  position: absolute;
  top: 0px;
  right: 200px;
  width: 532px;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
/** journal-section **/

.journal-section{
  position: relative;
  padding: 143px 0px 120px 0px;
}

.journal-section .pattern-layer{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 917px;
  height: 578px;
  background-repeat: no-repeat;
}

.journal-section .tab-btn-box{
  position: relative;
  display: block;
  margin-bottom: 60px;
}

.journal-section .tab-btn-box .tab-btns li{
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 20px;
  font-size: 16px;
  line-height: 26px;
  color: #222;
  font-weight: 600;
  border: 1px solid #e5e5e5;
  text-align: center;
  border-radius: 30px;
  padding: 9px 23px;
  cursor: pointer;
  transition: all 500ms ease;
}

.journal-section .tab-btn-box .tab-btns li:last-child{
  margin: 0px !important;
}

.journal-section .tab-btn-box .tab-btns li.active-btn,
.journal-section .tab-btn-box .tab-btns li:hover{
  color: #fff;
}

.journal-section .tabs-box .single-item{
  position: relative;
  display: block;
  background: #fff;
  padding: 35px 40px 40px 40px;
  border-radius: 20px;
  margin-bottom: 30px;
  box-shadow: 0 10px 50px rgb(0 0 0 / 10%);
}

.journal-section .tabs-box .single-item h4{
  margin-bottom: 10px;
  line-height: 24px;
}

.journal-section .tabs-box .single-item .discription{
  position: relative;
  display: block;
}

.journal-section .tabs-box .single-item .discription p span{
  color: #142441;
}

.journal-section .tabs-box .single-item .text{
  position: relative;
  display: block;
  margin-bottom: 16px;
  margin-top: 17px;
}

.journal-section .tabs-box .single-item .odi-code{
  position: relative;
  display: block;
  margin-bottom: 24px;
}

.journal-section .tabs-box .single-item .odi-code p span{
  font-weight: 600;
}

.journal-section .tabs-box .single-item .download-option a{
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 26px;
  font-family: 'Barlow', sans-serif;
  font-weight: 500;
  text-align: center;
  padding: 6px 20px;
  border-radius: 30px;
  text-transform: uppercase;
}

.journal-section .tabs-box .single-item .download-option a i{
  margin-right: 8px;
}

.journal-section .tabs-box .single-item .download-option a:hover{
  color: #fff;
}
/** 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;
}
/** awards-section **/

.awards-section{
  position: relative;
}

.awards-section .sec-title h2{
  margin-bottom: 34px;
}

.awards-section .sec-title p{
  line-height: 30px;
}


.awards-section .inner-box .single-item{
  position: relative;
  display: block;
  background: #fff;
  padding: 30px 30px 30px 160px;
  box-shadow: 0 10px 50px rgb(0 0 0 / 10%);
  min-height: 160px;
}

.awards-section .inner-box .single-item h3{
  position: absolute;
  display: inline-block;
  left: 30px;
  top: 30px;
  width: 100px;
  height: 100px;
  background: #f2f3f5;
  border: 8px solid #fff;
  border-radius: 50%;
  font-size: 26px;
  line-height: 22px;
  font-weight: 700;
  text-align: center;
  padding: 25px 0px 10px 0px;
  box-shadow: 0 20px 30px 5px #eef0f2;
}

.awards-section .inner-box .single-item h3 span{
  display: block;
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  color: #142441;
  font-weight: 400;
  text-transform: uppercase;
}

.awards-section .inner-box .single-item h4{
  margin-bottom: 9px;
}

.awards-section .shape-layer .shape-1 {
  position: absolute;
  left: 360px;
  bottom: 260px;
  width: 123px;
  height: 123px;
  background-repeat: no-repeat;
}

.awards-section .shape-layer .shape-2{
  position: absolute;
  left: 210px;
  bottom: 60px;
  width: 270px;
  height: 270px;
  background: #f6f7f8;
  border-radius: 50%;
  z-index: -1;
}