.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.pt-100 {
    padding-top: 100px;
}
.pt-80 {
    padding-top: 80px;
}
.ptb-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}
.pb-100 {
    padding-bottom: 100px;
}
.pb-70 {
    padding-bottom: 70px;
}
.pt-45 {
    padding-top: 45px;
}
.pb-45 {
    padding-bottom: 45px;
}
.about-title-text{
	font-family: "Raleway", sans-serif;
}


/* papri blog typ1 area css */
.papri-typ-1-single-wraper {
    cursor: pointer;
}

.blog-details-ctg-img,
.typ-1-single-ctg-img {
    position: relative;
    overflow: hidden;
}

.papri-typ-1-single-wraper:hover .typ-1-single-ctg-img img {
    transform: scale(1.1);
}

.typ-1-single-ctg-img img {
    transform: scale(1);
    transition: all 500ms linear;
    width: 100%;
}

.blog-ctg a {
    background: #000;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 7px 15px;
    display: inline-block;
    margin-right: 10px;
}

.blog-ctg {
    position: absolute;
    left: 35px;
    top: 35px;
}

.single-blog-content {
    padding: 25px 0;
}

.single-blog-content ul.post-info {
    margin: 0 0 15px 0;
    padding: 0;
}

.single-blog-content ul.post-info li {
    display: inline-block;
    margin-right: 15px;
    color: #ff5959;
    margin-bottom: 0;
}

.single-blog-content ul.post-info li a {
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 600;
    color: #353858;
    margin-left: 5px;
}

.blog-details-content h4.post-title,
.single-blog-content h4 a.post-title {
    display: inline-block;
    border-radius: 5px;
    font-size: 30px;
    font-weight: 700;
    text-transform: capitalize;
    color: #090909;
}

.single-blog-content h4 a.post-title:hover {
    color: #ff5959;
}


/* right wedget area css */
/* wedget search area css */
.single-sid-wdg {
    margin-bottom: 50px;
    border: 1px solid #f1f1f1;
    padding: 30px;
    background: #f7faff;
}


.single-sid-wdg h3 {
    font-weight: 700;
    color: #090909;
    margin-bottom: 40px;
    text-transform: capitalize;
    font-size: 24px;
    position: relative;
}

.single-sid-wdg h3:before {
    position: absolute;
    left: 0;
    content: '';
    bottom: -15px;
    width: 70px;
    height: 4px;
    background: #090909;
}

.wdg-search-form {
    position: relative;
}

button.submit-btn {
    background: #090909 none repeat scroll 0 0;
    border: 1px solid #f1f1f1;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 25px;
    padding: 15px 30px;
    display: inline-block;
    border-radius: 0;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    border-left-color: #f7faff;
}

.wdg-search-form input {
    height: 57px;
    border-radius: 0;
    box-shadow: none;
    color: #1a2b3c;
    background: #fff;
    border: 1px solid #f1f1f1;
    width: 100%;
    padding: 20px;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    text-transform: capitalize;
}

.wdg-search-form input :focus {
    background: transparent !important;
    border: 1px solid #98cb2b;
}

/* widget latest post area css */

.single-wdg-post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f1f1f1;
}

.wdg-post-img {
  min-width: 100px;
  height: auto;
}

.wdg-post-content {
  padding-left: 12px;
}

.wdg-post-content h5{
	font-size: 16px;
}

.wdg-post-content span {
	font-size:14px;
}

.wdg-post-img a img {
  border-radius: 5px;
}

.single-wdg-post:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}

.btn-typ5 {
  color: #090909;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  padding: 0;
  text-transform: uppercase;
  display: inline-block;
  border: none;
  border-radius: 0;
}

.btn-typ5:hover {
        color: #ff5959;
}

.papri-pagination .nav-links span.current {
  color: #fff;
  z-index: 1;
  background: #090909;
}

.papri-pagination .nav-links span {
  border: 1px solid #eeeeee;
  color: #090909;
  display: inline-block;
  font-weight: 600;
  line-height: 45px;
  position: relative;
  text-align: center;
  width: 45px;
  height: 45px;
  margin-right: 5px;
  font-size: 18px;
  background-color: #fff;