@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');
@import url(https://fonts.googleapis.com/css?family=Raleway:400,700,900,400italic,700italic,900italic);
@import url(http://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500italic,700,500,700italic,900,900italic);
@import url('https://fonts.googleapis.com/css2?family=Cookie&family=Waterfall&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0,1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200,300,400,500,600,700&display=swap');

.section-ptb-xl {
  padding: 100px 0; }
  
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-ptb-xl {
      padding: 80px 0; } }
	  
  @media only screen and (max-width: 767px) {
    .section-ptb-xl {
      padding: 70px 0; } }
	  
  @media only screen and (max-width: 575px) {
    .section-ptb-xl {
      padding: 60px 0; } }
	  
	  
	.bg_color--3 {
  background: var(--lightblue); }
  
  .post-slide-activation {}
  
  
 .post-slide-activation.arrow-style-1 button.slick-arrow {
    position: absolute;
    bottom: 10px;
    left: auto;
    right: 10px;
    z-index: 2;
    width: 46px;
    height: 40px;
    background: #ccd5d5;
    border: 0 none;
    color: #00282a;
    font-size: 24px; }
  .post-slide-activation.arrow-style-1 button.postslide-prev.slick-arrow {
    right: 61px; }
  .post-slide-activation.arrow-style-2 button.slick-arrow {
    position: absolute;
    z-index: 2;
    width: 50px;
    height: 50px;
    background: #5c5c5c;
    border: 0 none;
    color: #ffffff;
    font-size: 24px;
    border-radius: 100%;
    left: -80px;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.4s; }
    .post-slide-activation.arrow-style-2 button.slick-arrow:hover {
      background: var(--ap-color);
      color: #fff; }
  .post-slide-activation.arrow-style-2 button.postslide-next.slick-arrow {
    left: auto;
    right: -80px; }
  .post-slide-activation.arrow-style-3 button.slick-arrow {
    position: absolute;
    z-index: 2;
    width: 50px;
    height: 50px;
    background: #d7dae9;
    border: 0 none;
    color: var(--ap-color);
    font-size: 24px;
    border-radius: 100%;
    left: 40px;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.4s;
    border: 1px solid #d7dae9; }
    @media only screen and (max-width: 575px) {
      .post-slide-activation.arrow-style-3 button.slick-arrow {
        left: -27px; } }
    .post-slide-activation.arrow-style-3 button.slick-arrow:hover {
      background: transparent;
      color: #fff;
      border: 1px solid #ffffff; }
  .post-slide-activation.arrow-style-3 button.postslide-next.slick-arrow {
    left: auto;
    right: 40px; }
    @media only screen and (max-width: 575px) {
      .post-slide-activation.arrow-style-3 button.postslide-next.slick-arrow {
        left: auto;
        right: -27px; } }
  .post-slide-activation.arrow-style-5 button.slick-arrow {
    position: absolute;
    z-index: 2;
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.8);
    border: 0 none;
    color: var(--ap-color);
    font-size: 24px;
    border-radius: 100%;
    left: 40px;
    top: 30%;
    transition: 0.4s; }
    .post-slide-activation.arrow-style-5 button.slick-arrow:hover {
      background: rgba(42, 71, 244, 0.8);
      color: #fff; }
  .post-slide-activation.arrow-style-5 button.postslide-next.slick-arrow {
    left: auto;
    right: 40px; }
  

.single-post-slide {
  position: relative;}
  
  .swift-post-slide{
	padding:50px 0px; 
	border-bottom:2px solid var(--social-border);
	  }
  
  
  @media only screen and (max-width: 767px) {
    .single-post-slide.post-slider-default {
      padding: 266px 0;
      background: var(--ap-color); } }
  @media only screen and (max-width: 767px) {
    .single-post-slide.post-slider-default .thumb {
      display: none; } }
  .single-post-slide.post-slider-default .content {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 40%;
    height: 100%;
    padding: 10px 20px; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .single-post-slide.post-slider-default .content {
        max-width: 49%; } }
    @media only screen and (max-width: 767px) {
      .single-post-slide.post-slider-default .content {
        max-width: 100%; } }
    .single-post-slide.post-slider-default .content .post-inner {
      width: 100%;
      height: 100%;
      background: rgba(0, 140, 167, 0.8);
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding: 30px; }
      @media only screen and (max-width: 767px) {
        .single-post-slide.post-slider-default .content .post-inner {
          padding: 20px 10px; } }
      .single-post-slide.post-slider-default .content .post-inner h2 {
        font-size: 24px;
        font-weight: 500;
        margin-top: 20px;
        margin-bottom: 10px; }
        .single-post-slide.post-slider-default .content .post-inner h2 a {
          color: #ffffff; text-decoration:none; }
      .single-post-slide.post-slider-default .content .post-inner ul.meta li a {
        color: #fff; text-decoration:none; }
      .single-post-slide.post-slider-default .content .post-inner p {
        color: #ffffff;
        font-size: 14px;
        line-height: 28px;
        margin-top: 22px; }
  .single-post-slide.post-slider-default.education-blog .content {
    max-width: 100%;
    padding: 0;
    right: 0;
    left: 0; }
    .single-post-slide.post-slider-default.education-blog .content .post-inner {
      padding: 30px 20PX;
      align-items: center; }
      .single-post-slide.post-slider-default.education-blog .content .post-inner h2 {
        margin-top: 10px;
        margin-bottom: 12px; }
      .single-post-slide.post-slider-default.education-blog .content .post-inner .post-btn a.readmore-btn {
        background: transparent;
        border: 0 none;
        height: auto;
        padding: 0;
        border-radius: 0;
        font-size: 14px;
        line-height: inherit;
        border-bottom: 1px solid #fff; text-decoration:none; }
		
  @media only screen and (max-width: 767px) {
    .single-post-slide.post-slider-2 .content .post-inner {
      padding: 10px; } }
  .single-post-slide.post-slider-2 .content .post-inner h2 {
    font-size: 24px;
	font-family: 'Oswald', sans-serif;
    font-weight: 500; color:var(--primary-text);
    margin-top: 20px; 
    margin-bottom: 18px; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .single-post-slide.post-slider-2 .content .post-inner h2 {
        font-size: 20px;
        margin-top: 15px;
        margin-bottom: 12px; } }
    @media only screen and (max-width: 767px) {
      .single-post-slide.post-slider-2 .content .post-inner h2 {
        font-size: 18px;
        margin-top: 21px;
        margin-bottom: 15px; } }
    .single-post-slide.post-slider-2 .content .post-inner h2 a {
      color: var(--primary-text); text-decoration:none;}
  .single-post-slide.post-slider-2 .content .post-inner ul.meta li {
    color: var(--primary-text); }
    .single-post-slide.post-slider-2 .content .post-inner ul.meta li a {
      color: var(--primary-text);  text-decoration:none;}
  .single-post-slide.post-slider-2 .content .post-inner p {
    color: var(--primary-text);
    font-size: 14px; 
	font-family: 'Poppins', sans-serif;
	text-align:left;
    line-height: 28px;
    margin-top: 22px;
    margin-bottom: 27px; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .single-post-slide.post-slider-2 .content .post-inner p {
        margin-top: 4px; 
        margin-bottom: 14px; } }
  .single-post-slide.post-slider-2 .content .post-inner .post-btn {
    margin-top: 19px; }
    .single-post-slide.post-slider-2 .content .post-inner .post-btn a.readmore-btn {
      border: 1px solid var(--social-border); text-decoration:none;
      color: var(--primary-text); 
	  font-size:12px; font-weight:400;
	  text-transform:uppercase; font-family: 'Oswald', sans-serif;
	  letter-spacing:2px;}
      .single-post-slide.post-slider-2 .content .post-inner .post-btn a.readmore-btn:hover {
        background: var(--ap-color); text-decoration:none;
        color: #ffffff;
        border: 1px solid var(--ap-color); }
  @media only screen and (max-width: 767px) {
    .single-post-slide.post-slider-3 {
      padding: 169px 0;
      background: var(--ap-color); } }
  @media only screen and (max-width: 767px) {
    .single-post-slide.post-slider-3 .thumb {
      display: none; } }
  .single-post-slide.post-slider-3 .content {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    text-align: center; }
    .single-post-slide.post-slider-3 .content .post-inner h2 {
      font-size: 24px;
      font-weight: 500;
      margin-top: 20px;
      margin-bottom: 18px;
      padding: 0 26%;
      line-height: 34px; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .single-post-slide.post-slider-3 .content .post-inner h2 {
          padding: 0 19%; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .single-post-slide.post-slider-3 .content .post-inner h2 {
          padding: 0 12%; } }
      @media only screen and (max-width: 767px) {
        .single-post-slide.post-slider-3 .content .post-inner h2 {
          font-size: 16px;
          margin-top: 12px;
          margin-bottom: 8px;
          padding: 0 12%;
          line-height: 26px; } }
      @media only screen and (max-width: 575px) {
        .single-post-slide.post-slider-3 .content .post-inner h2 {
          padding: 0 20px; } }
      .single-post-slide.post-slider-3 .content .post-inner h2 a {
        color: #ffffff; text-decoration:none; }
    .single-post-slide.post-slider-3 .content .post-inner ul.meta {
      justify-content: center; }
      .single-post-slide.post-slider-3 .content .post-inner ul.meta li {
        color: #ffffff; }
        .single-post-slide.post-slider-3 .content .post-inner ul.meta li a {
          color: #ffffff; text-decoration:none;}
    .single-post-slide.post-slider-3 .content .post-inner p {
      color: #ffffff;
      font-size: 14px;
      line-height: 28px;
      margin-top: 22px;
      margin-bottom: 27px; }
    .single-post-slide.post-slider-3 .content .post-inner .post-btn {
      margin-top: 19px; }
      .single-post-slide.post-slider-3 .content .post-inner .post-btn a.readmore-btn {
        border: 1px solid #ffffff;
        color: #ffffff; }
        .single-post-slide.post-slider-3 .content .post-inner .post-btn a.readmore-btn:hover {
          background: var(--ap-color);
          color: #ffffff;
          border: 1px solid var(--ap-color); }
    .single-post-slide.post-slider-3 .content ul.post-category {
      justify-content: center; }
  @media only screen and (max-width: 767px) {
    .single-post-slide.post-slider-4 {
      padding: 160px 0;
      background: var(--ap-color); } }
  @media only screen and (max-width: 767px) {
    .single-post-slide.post-slider-4 .thumb {
      display: none; } }
  .single-post-slide.post-slider-4 .content {
    position: absolute;
    text-align: center;
    bottom: 0;
    padding: 20px; }
    .single-post-slide.post-slider-4 .content .post-inner {
      background: rgba(0, 86, 255, 0.7);
      padding: 25px;
      text-align: left; }
      .single-post-slide.post-slider-4 .content .post-inner h2 {
        font-size: 24px;
        font-weight: 500;
        margin-bottom: 13px;
        line-height: 34px; }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .single-post-slide.post-slider-4 .content .post-inner h2 {
            font-size: 16px;
            margin-bottom: 13px;
            line-height: 25px; } }
        .single-post-slide.post-slider-4 .content .post-inner h2 a {
          color: #ffffff; }
      .single-post-slide.post-slider-4 .content .post-inner ul.meta li {
        color: #ffffff; }
        .single-post-slide.post-slider-4 .content .post-inner ul.meta li a {
          color: #ffffff; text-decoration:none;}
    .single-post-slide.post-slider-4 .content ul.post-category {
      justify-content: center; }
  .single-post-slide.post-slider-5 .content {
    background: #f4f4f4;
    padding: 60px; }
    .single-post-slide.post-slider-5 .content .post-inner h2 {
      font-size: 24px;
      font-weight: 500;
      margin-top: 20px;
      margin-bottom: 18px;
      line-height: 34px; }
      .single-post-slide.post-slider-5 .content .post-inner h2 a {
        color: var(--primary-text); text-decoration:none; }
    .single-post-slide.post-slider-5 .content .post-inner ul.meta li {
      color: var(--primary-text); }
      .single-post-slide.post-slider-5 .content .post-inner ul.meta li a {
		  text-decoration:none;
        color: var(--primary-text); }
    .single-post-slide.post-slider-5 .content .post-inner p {
      color: #494849;
      font-size: 14px;
      line-height: 28px;
      margin-top: 22px;
      margin-bottom: 27px; }
    .single-post-slide.post-slider-5 .content .post-inner .post-btn {
      margin-top: 19px; }
      .single-post-slide.post-slider-5 .content .post-inner .post-btn a.readmore-btn {
        border: 1px solid #494849;
        color: #494849; text-decoration:none;}
        .single-post-slide.post-slider-5 .content .post-inner .post-btn a.readmore-btn:hover {
          background: var(--ap-color);
          color: #ffffff;
          border: 1px solid var(--ap-color); 
		  text-decoration:none;}
  .single-post-slide .content ul.post-category {
    display: flex;
    padding: 0;
    margin: 0 -10px;
    list-style: none; }
    .single-post-slide .content ul.post-category li {
      background: var(--ap-color);
      height: 24px;
      padding: 0 9px;
      margin: 0 10px;
      transition: 0.4s ease-in-out; 
	  list-style:none;}
	  
	  
      .single-post-slide .content ul.post-category li:hover {
        background: var(--secondary);
        color: #ffffff; }
        
        
      .single-post-slide .content ul.post-category li a {
        color: #fff;
        text-transform: uppercase;
        font-size: 10px;
        font-weight: 400;
        letter-spacing: 1px;
text-decoration:none;}
  .single-post-slide ul.meta {
    list-style: none;
    color: #fff;
    padding: 0;
    margin: 0;
    display: flex;
    margin: 0 -15px; }
    @media only screen and (max-width: 767px) {
      .single-post-slide ul.meta {
        flex-wrap: wrap; } }
    .single-post-slide ul.meta li {
      font-size: 13px;
      letter-spacing: 2px;
      margin: 0 15px; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .single-post-slide ul.meta li {
          margin: 0 10px; } }
      @media only screen and (max-width: 767px) {
        .single-post-slide ul.meta li {
          margin: 0 10px; } }
      .single-post-slide ul.meta li i {
        padding-right: 10px; }
      .single-post-slide ul.meta li a {
        color: var(--ap-color); text-decoration:none;}
  .single-post-slide .post-btn {
    margin-top: 19px; }
    .single-post-slide .post-btn a.readmore-btn {
      background: transparent;
      border: 1px solid #ffffff;
      display: inline-block;
      height: 46px;
      padding: 0 37px;
      border-radius: 23px;
      color: #ffffff;
      font-size: 14px;
      font-weight: 400;
      line-height: 44px;
      transition: 0.4s ease-in-out;  text-decoration:none;}
      .single-post-slide .post-btn a.readmore-btn:hover {
        background: var(--ap-color);
        color: #ffffff;
        border: 1px solid var(--ap-color); text-decoration:none;}
  .single-post-slide .thumb a img {
    width: 100%; }

.new-slider-active {
  position: relative; }
  .new-slider-active .single-post-slide {
    vertical-align: middle; }
  .new-slider-active ul.slick-dots {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    width: 200px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    bottom: 0; }
    @media only screen and (max-width: 767px) {
      .new-slider-active ul.slick-dots {
        position: inherit;
        width: 100%;
        background: #1e1e17; } }
    .new-slider-active ul.slick-dots li {
      background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
      overflow: hidden;
      position: relative;
      -webkit-transition: all 0.5s ease 0s;
      -o-transition: all 0.5s ease 0s;
      transition: all 0.5s ease 0s;
      z-index: 2;
      -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
      display: block;
      width: auto;
      height: auto;
      margin: 0;
      padding: 0;
      cursor: pointer;
      align-items: center;
      display: flex;
      padding: 20px;
      text-align: left;
      border-left: 5px solid #828282;
      border-bottom: 5px solid #828282;
      border-right: 5px solid #828282;
      transition: 0.5s ease-in-out; }
      @media only screen and (max-width: 767px) {
        .new-slider-active ul.slick-dots li {
          padding: 38px 13px; } }
      .new-slider-active ul.slick-dots li:first-child {
        border-top: 5px solid #828282; }
      .new-slider-active ul.slick-dots li.slick-active {
        border: 5px solid #ffffff;
        background: transparent; }
      .new-slider-active ul.slick-dots li h6 {
        font-weight: 500;
        color: #ffffff;
        line-height: 22px;
        font-weight: 500;
        color: #ffffff;
        line-height: 22px;
        position: absolute;
        bottom: 0;
        margin: 0;
        padding-bottom: 20px; }

.single-post-slide {
  vertical-align: middle; }	
  