@charset "UTF-8";
/*-----------------------------------------------------------------------------------

    Theme Name: Fabrex - Multipurpose Business and Admin Template
    Description: Multipurpose Business and Admin Template
    Author: Chitrakoot Web
    Version: 1.1

-----------------------------------------------------------------------------------*/
/* ----------------------------------
        
    01. edu Blog
    02. edu Section heading
    
---------------------------------- */
/* ===================================
    Common styles
====================================== */

.edupost-cont a[href] {
  text-decoration: underline;
  font-weight: 400;
  color: #0000ff;
}

.edupost-cont a[href]:hover {
  color: #990099;
}


/* Button style */
  .butn.teal {
    background: #009999;
    color: #fff; }
    .butn.teal:hover, .edubutn.teal:active, .edubutn.teal:focus {
      color: #fff;
      border-radius: 3px; }
    .butn.teal:after {
      background: #232323;
      border-radius: 3px; }

/* list style edu */
.list-style-edu {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 24px; }
  .list-style-edu li {
    position: relative;
    padding: 0 2em 10px 2em;
    margin: 0 2em 10px 2em;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); 
	text-indent: -2em;

}

/* table style edu */
  .wtitle {
	  text-align: center; }
  .w120 {
	  width: 120px;
	  text-align: center; }
  .w160 {
	  width: 160px;
	  text-align: center; }
  .w200 {
	  width: 200px;
	  text-align: center; }



/* ===================================
    Page title
====================================== */
/*edu style2*/
.edupage-title-section {
  padding: 250px 0 150px;
  text-align: center; }
  .edupage-title-section h1 {
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 2;
    color: #fff;
    margin-bottom: 0; }
  .edupage-title-section ul {
    margin-bottom: 0;
    margin-top: 15px;
    text-align: center; }
    .edupage-title-section ul li {
      display: inline-block; }
      .edupage-title-section ul li:last-child a {
        color: #990099; }
      .edupage-title-section ul li:after {
        content: '\f105';
        font-weight: 700;
        vertical-align: middle;
        color: #fff;
        font-family: Font Awesome\ 5 Free;
        padding: 0 5px 0 10px;
        font-size: 12px; }
      .edupage-title-section ul li:last-child:after {
        content: none; }
      .edupage-title-section ul li a {
        color: #fff;
        font-size: 16px;
        font-weight: 500; }
  .edupage-title-section .active a, .edupage-title-section li.active:last-child a {
    color: #fff; }

@media screen and (max-width: 1199px) {
  .edupage-title-section {
    padding: 200px 0 100px; }
    .edupage-title-section h1 {
      font-size: 36px;
      line-height: 42px; } }
@media screen and (max-width: 991px) {
  .edupage-title-section {
    padding: 148px 0 75px; }
    .edupage-title-section h1 {
      margin-bottom: 10px;
      font-size: 30px;
      line-height: 40px; }
    .edupage-title-section ul {
      margin-top: 5px; } }

/* ===================================
    edu Blog
====================================== */
.edublogs h2 {
	margin-top: 60px;
	margin-bottom: 40px;
  	margin-left: 2em;
	text-indent: -2em;
	font-size: 32px;
	color: #990099;
}
.edublogs h3 {
	margin-top: 40px;
	margin-bottom: 40px;
  	margin-left: 2em;
	text-indent: -2em;
	font-size: 29px;
	color: #009999;
}

.edublogs h4 {
	margin-top: 40px;
	margin-bottom: 40px;
  	margin-left: 2em;
	text-indent: -2em;
	font-size: 26px;
	color: #232323;
}

.edublogs p {
	margin-top: 20px;
	margin-bottom: 30px;
	font-size: 24px;
}

.edublogs ul {
	font-size: 24px;
}

.edublogs .edupost {
  margin-bottom: 30px; }
  .edublogs .edupost .content {
    padding: 30px;
    background: #fafafa; }
    .edublogs .edupost .content .edupost-title h5 {
      font-size: 26px;
      line-height: normal;
      font-weight: 500;
      margin-bottom: 0; }
      .edublogs .edupost .content .edupost-title h5 a {
        color: #232323; }
        .edublogs .edupost .content .edupost-title h5 a:hover {
          color: #F24259; }
    .edublogs .edupost .content .meta {
      margin-bottom: 15px; }
      .edublogs .edupost .content .meta li {
        display: inline-block;
        margin: 5px; }
    .edublogs .edupost .content .special {
      padding: 15px;
      margin: 60px 0;
      border-left: 4px solid #990099;
      font-size: 26px; 
      font-weight: 700;
      color: #990099; }
    .edublogs .edupost .content .btn {
      border-color: #6f6f6f;
      color: #6f6f6f;
      min-width: auto;
      padding: 6px 20px;
      font-size: 12px; }
      .edublogs .edupost .content .btn:hover {
        color: #fff;
        border-color: #F24259; }
  .edublogs .edupost .edupost-title {
    margin-top: 30px;
    padding-top: 20px;
	border-top: 1px dashed #ddd;
    margin-bottom: 30px;
    padding-bottom: 20px;
	border-bottom: 1px dashed #ddd;
    text-align: left; }
  .edublogs .edupost .edupost-cont {
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: left; }
  .edublogs .edupost .share-edupost {
    margin-top: 30px;
    padding-top: 20px;
    text-align: left; }
    .edublogs .edupost .share-edupost span {
      font-weight: 700; }
    .edublogs .edupost .share-edupost ul {
      float: right; }
      .edublogs .edupost .share-edupost ul li {
        display: inline-block;
        margin: 0 0 0 15px; }
  .edublogs .edupost .edupost-img img {
	margin-bottom: 60px;
    width: 100%; }
.edublogs .eduposts .title-g h3 {
  font-weight: 700;
  font-size: 25px;
  margin-bottom: 10px; }

/* ===================================
    Section heading
====================================== */
.edu-section-heading {
  margin-bottom: 30px;
  text-align: center; }
  .edu-section-heading.half {
    margin-bottom: 30px; }
  .edu-section-heading strong {
    font-weight: 600; }
  .edu-section-heading p {
    position: relative;    
    padding-bottom: 10px;
    font-weight: 600;
    margin-bottom: 10px;
    position: relative;
    line-height: 140%;
	font-size: 29px;
    color: #990099; }
  .edu-section-heading span {
	font-size: 32px; }
.edu-section {
    margin-top: 100px;
    margin-bottom: 100px; }

