.slider-content p, .slider-content h3, .slider-content li{
  color: #fff !important;

}
.slider-content .title {
  padding-top: 80px;
  font-size: 45px;
  font-weight: 700;
  color: #fff;
}
.slider-content ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.slider-content li {
  margin-top: 15px;
  display: flex;
}
.slider-content li i {
  margin-top: 4px;
  padding-right: 15px;
}
.slider-content .slider-btn {
  padding-top: 15px;
  padding-bottom: 80px;
}
.features-mask {
  max-width: 450px;

}
.features-area-2 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.blog-list h4{
  margin-top: 40px;
}
.contact-form {
  padding-top: 0px;
}
.contact-form a{
  color: cornflowerblue;
}
.checkbox-container {
  display: flex;
  align-items: flex-start;
}
.SecondCheck {
  margin-top: 0.3rem;
  margin-right: 0.5rem;
}
.FirstCheck {
  margin-top: 0.5rem;
  margin-right: 0.5rem;
}
.blog-sidebar-post .post-items li .single-post .post-content{
  padding: 0%;
}
.blog-sidebar-post .post-items li .single-post .post-content .post-title a {
  line-height: 22px;
  font-weight: 600;
  font-size: 14px;

}
.banner-content .title {
  color: #fff;
  font-weight: 700;
  font-size: 45px;
}
.blog-details-content .details-content .title {
  font-weight: 700;
  font-size: 35px;
  color: #07294d;
  margin-top: 20px;
}
.about-content .about-title {
  font-weight: 700;
  font-size: 36px;
}
.about-content {
  width: 100%;
  max-width: 100%;
}
.event-area {
  padding-top: 60px;
  padding-bottom: 60px;
}
.start-journy{
  margin-left: 10em;
}

 .single-form select {
  width: 100%;
  height: 50px;
  padding: 0 20px;
  border: 1px solid #dbdbdb;
  font-weight: 500;
  font-size: 16px;
  color: #303030;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
.event-title{
  color: #0c8b51;
}
.single-event{
  height: 21em;
}
.sign-up-page{
  margin-top: 7em;
}
.sign-up-page h3{
font-size: 24px;
}
.fw-600{
  font-weight: 600;
}
.contact-area .slider-content {
  max-width: 100%;
}
@media only screen and (max-width:1370px) {
  .navigation .nav-menus-wrapper .nav-menu li a {
      font-weight: bold;
      font-size: 11px;
  }
  .sign-up-page .specialty-box {
    height: 22em;
  }
}
 @media  (max-width:999px){
  .sign-up-page .specialty-box {
    height: 24em;
}
  .start-journy{
    margin-left: 0em;
  }
  .header-logo img{
    width: 16em;
  }
  .slider-area {
 padding-top: 120px;
}
.slider-content {
  max-width: 100%;
}
.features-image-2{
  max-width: 100%;
}
 }
 @media  (max-width:767px){
  .sign-up-page .specialty-box {
    height: auto;
}
.sign-up-page h3 {
  font-size: 20px;
}
  .single-event{
    height: auto;
  }
 }
 @media  (max-width:600px){
  .sign-up-page {
    margin-top: 10em;
}
  .sign-up-page h3 {
    font-size: 16px;
}
  .banner-content .title {
    color: #fff;
    font-weight: 700;
    font-size: 24px;
}
.features-title {
  font-size: 40px;
  line-height: 58px;
}
  .slider-content .title {

    font-size: 28px;
  
}
.slider-content h3{
  font-size: 16px;
}
 }