.hero-area-2-inner {
  display: flex;
  background-image: url(../images/banner-background-one.jpg);
}
.hero-area-2-inner .section-header {
  width: 50%;
}
.hero-area-2-inner .title-wrapper .subtext {
  font-size: 60px;
    line-height: 60px;
    letter-spacing: 1px;
    color: #ff7ca6;
    text-transform: none;
    font-family: sans-serif;
}
.hero-area-2-inner .title-wrapper .linestext {
     font-size: 35px;
    line-height: 45px;
        letter-spacing: -1px;
    margin-top: 15px;
    color: #fff;
    text-transform: none;
    font-family: sans-serif;
}

.hero-area-2-inner .section-content {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}


    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1300px;
    }

.aboutauthorcontent {
  margin: 50px 0;
}
.aboutauthorcontent .text {
  margin: 50px 0;
  color: #fff;
}





.seminarsecitems {
      display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.seminarsecitems .workbox1 {
  margin-top: 150px !important;
}
.seminarsecitems .workbox2 {
  margin-top: 150px !important;
}





.seminarsecitems .work-box {
border-radius: 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    text-align: left;
    transition: all 0.3s 
ease;
    margin: 15px;
    border: 1px solid #522b2b;
    padding: 15px;
    width: calc((100% - 90px) / 3);
}
.seminarsecitems .work-box .content .title {
 font-family: sans-serif;
 margin-top: 15px;
 margin-bottom: 5px;
}




.service-area-2{
  padding: 100px 0;
}
.service-area-2 .services-wrapper-2 .service-box-wrapper {
 padding: 25px;
 background-color: #fff !important;
     border: 1px solid #000;
     margin: 50px 0;
}
.service-area-2 .services-wrapper-2 .service-box-wrapper .title {
 font-size: 50px;
    line-height: 60px;
    color: #000;
    margin-bottom: 15px;
      border-bottom: 1px solid #000;
}
.service-area-2 .services-wrapper-2 .service-box-wrapper .personalitydesc {
 font-size: 20px;
    line-height: 30px;
    color: #000;
    margin-bottom: 15px;
}
.service-area-2 .services-wrapper-box {
    background-color: var(--primary);
    position: relative;
    padding: 50px;
}


.about-area-2 .section-content .year-since {
  font-size: 300px;
  font-weight: 315;
  line-height: 0.71;
  letter-spacing: -0.1em;
  font-family: var(--font_sequelsansmediumbody);
  white-space: nowrap;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  opacity: 1;
}

.about-area-2 .section-content .year-since {
  font-size: 300px !important;
  font-weight: 315;
  line-height: 0.71;
  letter-spacing: -0.1em;
  font-family: var(--font_sequelsansmediumbody);
  white-space: nowrap;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  opacity: 1;
}

.branastraline {
  text-align: center;
  font-size: 16px;
  line-height: 26px;
}




.footer-area-2 .footer-box {
text-align: center;
}


.threeboxsectionitems {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -15px;
}
.sectionitem_single.bgred {
  background-image: url(../images/bgred.png);
   padding: 15px;
    width: calc((100% - 90px) / 3);
}
.sectionitem_single.bgred .text{
  font-size: 16px;
  line-height: 26px;
  color: #fff;
}


.actually-area .section-title {
    max-width: 800px;
    text-align: center;
    margin-inline: auto;
    font-size: 95px !important;
    line-height: 105px !important;
}
/* .actually-area {
    background-image: url(../images/bgshape.png);
} */

.whoimboxes {
   display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -15px;
}
.whoimboxes .service-box-wrapper {
   padding: 15px !important;
   margin: 15px !important;
    width: calc((100% - 90px) / 3);
}

.services-wrapper-2 .titleimage {
  max-width: 400px;
  margin: auto;
}
.service-area-2 .services-wrapper-box {
    background-color: #fff !important;
    position: relative;
}

.personalityimageitems {
 display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -15px;
}
.personalityimageitems .personalityimageitems_single {
    margin: 15px;
  border: 1px solid #522b2b;
    padding: 15px;
    width: calc((100% - 60px) / 2);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
.personalityimageitems .personalityimageitems_single img {
    width: 100%;
}
.personalityimageitems .personalityimageitems_single .title {
   font-size: 25px;
   line-height: 30px;
   color: #fff;
   margin-top: 10px;
}

.footer-area-2 .footer-box .footertextbig {
    font-size: 55px;
    color: #fff;
    max-width: 650px;
    margin: 0 auto;
}
.footer-area-2 .contectbox {
       margin: 80px 0;
    text-align: center;
    background-image: url(../images/bgred.png);
    padding: 15px;
    background-repeat: no-repeat;
    background-position: bottom;
}
.footer-area-2 .contectbox .contactinfo {
       font-size: 40px;
    line-height: 50px;
    color: #fff;
    padding: 15px 0;
}

.section-spacing {
  padding-top: 200px !important;
}
.contactsvg {
  width: 55px;
}




@media screen and (max-width: 1440px) {
    .campuslife .campuslife_inner .subtext {
        text-align: center;
    }
   .about-area-2 .section-content .year-since {
    font-size: 90px !important;
    justify-content: center;
    display: flex;
}
}


@media screen and (max-width: 1199px) {
    .seminarsecitems .work-box .content .title {
      margin-bottom: 5px;
      font-size: 20px;
  }
  .actually-area .section-title {
    font-size: 70px !important;
    line-height: 80px !important;
}
.service-area-2 .services-wrapper-2 .service-box-wrapper .title {
    font-size: 28px;
    line-height: 40px;
}
}



@media screen and (max-width: 991px) {
.seminarsecitems .work-box {
    width: calc((100% - 60px) / 2);
}
.whoimboxes .service-box-wrapper {
    width: calc((100% - 60px) / 2);
}
}



@media screen and (max-width: 767px) {
    
.seminarsecitems .work-box {
    width: 100%;
}
.whoimboxes .service-box-wrapper {
     width: 100%;
     transform: rotate(360deg) !important;
}
.hero-area-2-inner {
    flex-wrap: wrap;
      padding-top: 50px;
}
.hero-area-2-inner .section-header {
    width: 100%;
}
.hero-area-2-inner .title-wrapper .subtext {
    font-size: 40px;
    line-height: 40px;
}
.hero-area-2-inner .section-content {
    width: 100%;
}
.sectionitem_single.bgred {
    width: 100%;
}
.seminarsecitems .workbox1 {
    margin-top: 0 !important;
}

.hero-area-2 .section-title {
        font-size: 120px !important;
    }

.service-area-2 .services-wrapper-box {
    padding: 50px 10px;
}
.personalityimageitems .personalityimageitems_single {
    width: 100%;
}
.footer-area-2 .footer-box .footertextbig {
    font-size: 40px;
    line-height: 50px;
    color: #fff;
    max-width: 650px;
    margin: 0 auto;
}
.footer-area-2 .contectbox .contactinfo {
    font-size: 21px;
}

.contactsvg {
    width: 30px;
}
.footer-area-2 .contectbox .contactinfo {
    padding: 0 0;
}
.section-spacing {
    padding-top: 260px !important;
}

}