
/** 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;
}
/** events-section **/

.events-section{
  position: relative;
}

.events-section .sec-title{
  margin-bottom: 100px;
}

.event-block-one .inner-box{
  position: relative;
  display: block;
  background: #ffffff;
  border-radius: 20px;
  padding: 0px 30px 30px 30px;
  transition: all 500ms ease;
}

.event-block-one .inner-box:hover{
  box-shadow: 0 10px 30px rgb(0 0 0 / 10%);
}

.event-block-one .inner-box .post-date{
  position: relative;
  display: inline-block;
  width: 90px;
  height: 90px;
  background: #f2f3f5;
  text-align: center;
  border-radius: 50%;
  border: 5px solid #ffffff;
  padding: 13px 0px 10px 0px;
  box-shadow: 0 10px 30px rgb(0 0 0 / 10%);
  margin-top: -45px;
  margin-bottom: 23px;
}

.event-block-one .inner-box .post-date h3{
  display: block;
  font-size: 32px;
  line-height: 32px;
  font-weight: 700;
}

.event-block-one .inner-box .post-date h3 span{
  display: block;
  font-size: 15px;
  line-height: 16px;
  font-weight: 600;
  color: #142441;
  text-transform: uppercase;
  margin-top: 4px;
}

.event-block-one .inner-box h4{
  display: block;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  margin-bottom: 10px;
}

.event-block-one .inner-box h4 a{
  display: inline-block;
  color: #142441;
}

.event-block-one .inner-box h4 a:hover{

}

.event-block-one .inner-box .info li{
  position: relative;
  display: block;
  font-size: 15px;
  padding-left: 26px;
  margin-bottom: 2px;
}

.event-block-one .inner-box .info li:last-child{
  margin-bottom: 0px;
}

.event-block-one .inner-box .info li i{
  position: absolute;
  left: 0px;
  top: 5px;
  font-size: 18px;
}

.event-block-one .inner-box .info{
  position: relative;
  display: block;
  margin-bottom: 18px;
}

.event-block-one .inner-box p{
  margin-bottom: 24px;
}

.event-block-one .inner-box .thumb-list li{
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 5px;
}

.event-block-one .inner-box .thumb-list li:last-child{
  margin: 0px !important;
}

.event-block-one .inner-box .thumb-list li .image{
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  background: #ffffff;
  padding: 4px;
  border-radius: 50%;
  box-shadow: 0 10px 30px rgb(0 0 0 / 10%);
}

.event-block-one .inner-box .thumb-list li .image img{
  width: 100%;
  border-radius: 50%;
}

.events-section .pattern .pattern-1{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 271px;
  height: 620px;
  background-repeat: no-repeat;
}

.events-section .pattern .pattern-2{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 588px;
  height: 465px;
  background-repeat: no-repeat;
}

.events-style-two .event-block-one .inner-box{
  padding: 0px;
  overflow: hidden;
  box-shadow: 0 15px 20px 10px #f3f6f6;
  transition: all 500ms ease;
}

.events-style-two .event-block-one .inner-box:hover{
  box-shadow: 0 20px 30px 10px #e5edec;
}

.event-block-one .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
}

.event-block-one .inner-box .image-box img{
  width: 100%;
  transition: all 500ms ease;
}

.event-block-one .inner-box .image-box:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 0%;
  left: 0px;
  bottom: 0px;
  opacity: 0.6;
  transition: all 500ms ease;
}

.event-block-one .inner-box:hover .image-box:before{
  height: 100%;
}

.event-block-one .inner-box .image-box a{
  position: absolute;
  display: inline-block;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  font-size: 0px;
  color: #fff;
  z-index: 1;
}

.event-block-one .inner-box .lower-content{
  padding: 0px 30px 38px 30px;
}

.events-section.alternat-2{
  padding-bottom: 230px;
  clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 0% 100%, 0% 0%);
}

.events-section.alternat-2 .event-block-one .inner-box{
  border-radius: 50px;
  padding-top: 115px;
  padding-bottom: 80px;
}

.events-section.alternat-2 .event-block-one .inner-box .post-date{
  width: 140px;
  height: 140px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -70px;
  margin-top: 0px;
  border: 10px solid #fff;
  padding-top: 30px;
}

.events-section.alternat-2 .event-block-one .inner-box .post-date h3{
  font-size: 35px;
}

.events-section.alternat-2 .event-block-one .inner-box .post-date span{
  font-size: 17px;
}

.event-block-one .inner-box .info li strong{
  font-weight: 600;
  color: #142441;
}

.events-section.alternat-2 .event-block-one .inner-box h4{
  margin-bottom: 20px;
}

.events-section.alternat-2 .event-block-one .inner-box .info{
  margin-bottom: 23px;
}

.event-block-one .inner-box .link{
  position: absolute;
  left: 0px;
  width: 100%;
  text-align: center;
  bottom: -21px;
}

.event-block-one .inner-box .link a{
  position: relative;
  display: inline-block;
  font-size: 20px;
  width: 54px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  color: #142441;
  box-shadow: 0 10px 30px #cbe1e1;
  z-index: 1;
}

.event-block-one .inner-box .link a:hover{
  color: #fff;
}

.events-section.alternat-2 .sec-title{
  margin-bottom: 125px;
}

.events-section.home-4{
  position: relative;
  width: 100%;
  padding-bottom: 330px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 0%);
}

.events-page .events-style-two{
  position: relative;
  padding: 143px 0px 120px 0px;
}

.events-page .event-block-one .inner-box{
  margin-bottom: 30px;
}

.events-page .events-style-two .pattern-layer {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 917px;
  height: 578px;
  background-repeat: no-repeat;
}

.events-page.events-style-two{
  position: relative;
  padding: 143px 0px 120px 0px;
}

.events-page.event-block-one .inner-box{
  margin-bottom: 30px;
}

.events-page.events-style-two .pattern-layer {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 917px;
  height: 578px;
  background-repeat: no-repeat;
}