/* 11. blog */
.blog-img{
    position: relative;
    & > a{
        display: inline-block;
        overflow: hidden;
        & img{
            width:100%;
            transition: .3s;
        }
    }
}
.blog-wrapper:hover .blog-img img{transform:scale(1.1) ;}
.blog-date{
    position: absolute;
	top: 20px;
	left: 20px;
    & > a{
    color: $white;
	font-size: 20px;
	text-transform: capitalize;
	font-weight: 700;
	background: $theme-color;
	line-height: 24px;
	padding: 7px 18px;
	display: inline-block;
    font-family: $poppins;
    }
}
.blog-text{
    margin-top: 22px;
    & h3{
        font-size: 24px;
        line-height: 1.3;
        letter-spacing: -.3px;
        margin-bottom: 23px;
        & > a{
            transition: .3s;
            &:hover{color:$theme-color}
        }
    }
}


.latest-news {
    position: relative; }
  
  .news__thumb img {
    width: 100%; }
  .postbox__thumb img {
      width: 100%;
  }
  .blog-inner-img img{
      width: 100%;
  }
  .news-meta span {
      font-weight: 500;
      letter-spacing: 2px;
      text-transform: uppercase;
      color: #747691;
      margin-right: 15px;
      font-size: 13px;
  }
  .news-meta span a {
      color: #747691;
  }
  .news-meta span a:hover {
      color: $theme-color;
  }
  .news__caption h2 {
      font-size: 24px;
      margin-bottom: 15px;
      line-height: 1.4;
  }
        .news__caption h2 a:hover {
          color: $theme-color;
      }
  
  .news-link {
    font-size: 12px;
    color: #e4ecf3;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px; }
    .news-link:hover {
      color: $white; }
  
  .news-link i {
    transition: .3s;
    display: inline-block; }
  
  .news-link:hover i {
    transform: translateX(3px); }
  
  .news__thumb-2 img {
    width: 100%;
  }
  
  .news__caption-2 {
    padding: 33px;
  }
  
  .news__caption-2 h2 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  
  .news__caption-2 h2 a:hover {
    color: $theme-color;
  }
  
  .news__caption-2 p {
    margin-bottom: 0;
  }
  
  .news-meta span {
    text-transform: uppercase;
    margin-right: 25px;
    font-size: 13px;
  }
  
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .news-meta span {
      margin-right: 10px;
    }
  }
  
  .news-meta span a {
    color: $theme-color;
    letter-spacing: 2px;
    font-weight: 500;
  }
  
  .postbox__thumb {
    position: relative;
  }
  
  .postbox__thumb a img {
    max-width: 100%;
  }
  
  .post-meta span {
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 500;
    text-transform: uppercase;
    color: #6f7172;
    margin-right: 20px;
  }
  
  @media (max-width: 767px) {
    .post-meta span {
      margin-right: 10px;
    }
  }
  
  .post-meta span a:hover {
    color: $theme-color;
  }
  
  .post-meta span i {
      color: $theme-color;
      margin-right: 2px;
  }
  .post-meta span a {
      color: #6f7172;
  }
  .postbox__text {
    background: #faf9ff;
  }
  
  .p-50 {
    padding: 50px;
  }
  
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .p-50 {
      padding: 30px;
    }
  }
  
  @media (max-width: 767px) {
    .p-50 {
      padding: 30px;
    }
  }
  
  .p-30 {
    padding: 30px;
  }
  
  .post-meta {
      margin-bottom: 20px;
  }
  
  .blog-title {
      font-size: 28px;
      line-height: 1.3;
      margin-bottom: 20px;
  }
  
  .blog-title a:hover {
    color: $theme-color;
  }
  
  .read-more {
    letter-spacing: 2px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
  }
  .read-more{
      color: $theme-color;
  }
  .read-more .btn:hover{
      transform: translateY(-2px);
  }
  .read-more:hover {
    color: #8fb569;
  }
  
  .read-more i {
    transition: .3s;
    display: inline-block;
  }
  
  .blog-title-sm {
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 1.5;
  }
  
  .postbox__gallery .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
    border: none;
    background: none;
    padding: 0;
    z-index: 9;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    background: $white;
    width: 60px;
    height: 60px;
    color: #6f7172;
    border-radius: 50%;
    font-size: 14px;
  }
  
  .postbox__gallery .slick-arrow:hover {
    background: $theme-color;
    color: $white;
  }
  
  .postbox__gallery .slick-arrow.slick-next {
    right: 30px;
    left: auto;
  }
  
  .postbox__video {
    position: relative;
  }
  
  .video-btn {
    position: absolute;
    background: $white;
    height: 120px;
    width: 120px;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    border-radius: 50%;
    line-height: 120px;
    color: $theme-color;
    transform: translateY(-50%);
  }
  
  .video-btn:hover {
    background: $theme-color;
    color: $white;
  }
  
.post-text blockquote {
	background: none;
	padding: 40px 50px;
	position: relative;
	border-left: 5px solid $theme-color;
	color: #444;
	margin-top: 30px;
	margin-bottom: 30px;
}
  
  @media (max-width: 767px) {
    .post-text blockquote {
      padding: 30px;
    }
  }
  .post-text blockquote p {
	font-size: 26px;
	margin-bottom: 20px;
	color: #222;
	font-weight: 600;
	line-height: 1.3;
}
  
  .post-text blockquote footer {
    font-size: 14px;
    letter-spacing: 2px;
    color: #222;
    font-weight: 500;
    text-transform: uppercase;
  }


//   sidebar 
// widget
.search-form {
    position: relative;
  }
  .search-form input {
      width: 100%;
      height: 80px;
      border: 1px solid #d7d7d7;
      padding: 0 20px;
      font-size: 18px;
      color: $black;
      font-weight: 600;
  }
  
  .search-form button {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	background-image: -moz-linear-gradient(-51deg, #eb120a 0%, #ff5e14 99%);
	background-image: -webkit-linear-gradient(-51deg, #eb120a 0%, #ff5e14 99%);
	background-image: -ms-linear-gradient(-51deg, #eb120a 0%, #ff5e14 99%);
	padding: 0 30px;
	color: $white;
	line-height: 60px;
	border: 0;
}
  
  .search-form button:hover {
    background: $theme-color;
  }
  .search-form input::-moz-placeholder {
    font-size: 18px;
    color: $black;
    font-weight: 600;
}
.search-form input::placeholder {
    font-size: 18px;
    color: $black;
    font-weight: 600;
}
.widget {
	padding: 30px;
	background-color: $white;
	box-shadow: 0px 8px 16px 0px rgba(200, 183, 255, 0.2);
}
.widget-2{box-shadow: none;}
.widget-title {
	font-size: 22px;
	position: relative;
	display: block;
	padding-bottom: 20px;
	border-bottom: 2px solid #ededed;
	margin-bottom: 35px;
}
.widget-title::after {
	position: absolute;
	content: "";
	width: 70px;
	height: 3px;
	left: 0;
	bottom: -2px;
	background-image: -moz-linear-gradient(-51deg, #eb120a 0%, #ff5e14 99%);
	background-image: -webkit-linear-gradient(-51deg, #eb120a 0%, #ff5e14 99%);
	background-image: -ms-linear-gradient(-51deg, #eb120a 0%, #ff5e14 99%);
}
  
  .about-me img {
      margin-bottom: 25px;
      border-radius: 50%;
  }
  
  .about-me h4 {
    font-size: 18px;
    letter-spacing: 1px;
  }
  
  .widget-social-icon a {
      display: inline-block;
      margin: 0 8px;
      color: $theme-color;
  }
  
  .widget-social-icon a:hover {
    color: $theme-color;
  }
  .banner-widget img {
    width: 100%;
  }
  .widget .recent-posts > li:first-child {
    border: 0;
    padding-top: 0;
  }
  
  .widget .recent-posts li:last-child {
    padding-bottom: 0;
  }
  
  .widget .recent-posts > li {
    border-top: 1px solid #eaedff;
    padding: 20px 0;
    overflow: hidden;
  }
  
  .widget-posts-image {
    float: left;
  }
  
  .widget-posts-image img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-right: 15px;
  }
  
  .widget-posts-body {
    overflow: hidden;
  }
  
  .widget-posts-title {
      margin-bottom: 10px;
      font-size: 16px;
      line-height: 1.3;
  }
  
  .widget-posts-title a:hover {
    color: $theme-color;
  }
  
  .widget-posts-meta {
    font-size: 12px;
  }
  
  ul.cat li {
    border-top: 1px solid #eaedff;
    padding: 15px 0;
    overflow: hidden;
  }
  
  ul.cat li:first-child {
    border-top: 0;
    padding-top: 0;
  }
  
  ul.cat li:last-child {
    padding-bottom: 0;
  }
  ul.cat li a {
      display: block;
      color: #647589;
  }
  
  ul.cat li a:hover {
    color: $theme-color;
  }
  
  .social-profile a {
    height: 50px;
    width: 50px;
    text-align: center;
    background: #062a4d;
    line-height: 50px;
    margin-right: 2px;
    display: inline-block;
    color: $white;
    margin-bottom: 5px;
  }
  
  .social-profile a:hover {
    background: $theme-color;
  }
  
  #Instafeed {
    margin: 0 -5px;
    overflow: hidden;
  }
  
  #Instafeed li {
    width: 33.33%;
    float: left;
    padding: 0 5px;
    margin-bottom: 10px;
  }
  
  #Instafeed li img {
    width: 100%;
  }
  
  .tag a {
      display: inline-block;
      line-height: 1;
      padding: 12px 18px;
      background: #f5f5f5;
      margin-bottom: 8px;
      margin-right: 5px;
      text-transform: uppercase;
      font-size: 12px;
      font-weight: 500;
      color: #5f5b5b;
      border-radius: 2px;
  }
  
  .tag a:hover {
    background: $theme-color;
    color: $white;
  }
  
  .bg-none {
    background: none;
  }
  
  .blog-post-tag span {
    font-size: 18px;
    font-weight: 600;
    display: block;
    margin-bottom: 17px;
    font-family: "Poppins", sans-serif;
    color: #062a4d;
  }
  
  .blog-post-tag a {
    color: #646974;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    border: 2px solid #eaedff;
    padding: 12px 24px;
    margin-right: 10px;
    transition: .3s;
    border-radius: 5px;
    margin-bottom: 10px;
  }
  
  .blog-post-tag a:hover {
    color: $white;
    background: $theme-color;
    border-color: $theme-color;
  }
  
  .blog-post-tag a:last-child {
    margin-right: 0;
  }
  
  .blog-share-icon span {
    font-size: 18px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    color: #062a4d;
    display: block;
    margin-bottom: 17px;
  }
  
  .blog-share-icon a {
    color: #6f7172;
    font-size: 18px;
    transition: .3s;
    margin-right: 22px;
  }
  
  .blog-share-icon a:hover {
    color: $theme-color;
  }
  
  .blog-share-icon a:last-child {
    margin-right: 0;
  }
  
  .blog-details-border {
    border-top: 1px solid #eaedff;
    border-bottom: 1px solid #eaedff;
    padding-top: 33px;
    padding-bottom: 23px;
    margin-bottom: 42px;
  }
  .b-author {
	padding: 35px;
	border: 1px solid #f6f6f6;
	border-left: 3px solid #f5380f;
}
  
  @media (max-width: 767px) {
    .b-author {
      padding: 0 30px 44px 30px;
    }
  }
  .author-img {
      float: left;
  }
  .author-text {
      overflow: hidden;
      padding-left: 30px;
  }
  .author-text h3 {
      font-size: 24px;
      margin-bottom: 15px;
      font-weight: 600;
  }
  .author-text p {
      margin-bottom: 15px;
      font-size: 15px;
      line-height: 28px;

  }
  
  .author-icon a {
	font-size: 14px;
	margin-right: 10px;
	transition: 0.3s;
	color: #444;
}
  
  .author-icon a:hover {
    color:$theme-color;
  }
  
  .post-comments {
    border-bottom: 1px solid #eaedff;
    margin-bottom: 42px;
    padding-bottom: 46px;
  }
  
  .blog-coment-title h2 {
    font-size: 26px;
    margin-bottom: 0;
  }
  
  .comments-avatar {
    float: left;
  }
  
  @media (max-width: 767px) {
    .comments-avatar {
      float: none;
    }
  }
  
  .comments-avatar img {
    width: 100px;
    margin-right: 20px;
  }
  
  .latest-comments li:first-child .comments-box {
    border-top: 0;
    padding-top: 0;
  }
  
  .latest-comments li:last-child .comments-box {
    border-bottom: 0;
    padding-bottom: 0;
  }
  
  .latest-comments li.children {
    margin-left: 100px;
  }
  
  @media (max-width: 767px) {
    .latest-comments li.children {
      margin-left: 0;
    }
  }
  
  .comments-box {
    border-top: 1px solid #eaedff;
    padding: 30px 0;
  }
  
  .comments-text {
    overflow: hidden;
    padding-top: 4px;
  }
  
  @media (max-width: 767px) {
    .comments-text {
      margin-top: 15px;
    }
  }
  
  .comments-text p {
    margin-bottom: 0;
    margin-top: 8px;
  }
  
  .avatar-name h5 {
    font-size: 18px;
    margin-bottom: 7px;
  }
  
  .avatar-name span {
    color: $theme-color;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
  }
  
  .avatar-name {
    margin-bottom: 3px;
    overflow: hidden;
    position: relative;
  }
  
  .reply {
    color: #6f7172;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    transition: .3s;
    line-height: 1;
    margin-top: 4px;
    position: absolute;
    right: 0;
    top: 0;
  }
  
  .reply:hover {
    color: $theme-color;
  }
  
  .reply i {
    margin-right: 5px;
  }
  
  .post-comments-title {
    margin-bottom: 39px;
  }
  
  .post-comments-title h2 {
      font-size: 26px;
      color: #140a20;
      margin-bottom: 0;
  }
  
  .conatct-post-form {
      background: #f6f6f6;
      padding: 50px;
  }
  
  @media (max-width: 767px) {
    .conatct-post-form {
      padding: 20px;
    }
  }
  
  .conatct-post-form input {
    border: none;
    height: 60px;
    margin-bottom: 20px;
    padding: 0 30px;
    width: 100%;
    font-size: 14px;
    color: #a7a7c1;
  }
  
  .conatct-post-form textarea {
    border: none;
    height: 150px;
    margin-bottom: 20px;
    padding: 30px;
    width: 100%;
    color: #a7a7c1;
    font-size: 14px;
  }
  
  #contacts-form input::-moz-placeholder {
    color: #a7a7c1;
    font-size: 14px;
  }
  
  #contacts-form input::placeholder {
    color: #a7a7c1;
    font-size: 14px;
  }
  
  #contacts-form textarea::-moz-placeholder {
    color: #a7a7c1;
    font-size: 14px;
  }
  
  #contacts-form textarea::placeholder {
    color: #a7a7c1;
    font-size: 14px;
  }
  
  .contact-icon {
    position: relative;
  }
  .navigation-border {
      border-top: 2px solid #f7f7f7;
      overflow: hidden;
  }
  
  .navigation-border {
    border-top: 2px solid #f7f7f7;
    overflow: hidden;
  }
  
  .bakix-navigation span {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
  }
  .bakix-navigation span a {
      color: #666;
  }
  .bakix-navigation span a:hover {
    color: $theme-color;
  }
  
  .bakix-navigation h4 {
    font-size: 24px;
    margin: 0;
  }
  
  .bakix-navigation h4 a:hover {
    color: $theme-color;
  }
  
  
  .basic-pagination ul {
      display: block;
  }
  .basic-pagination ul li {
      display: inline-block;
      margin: 0 5px;
  }
  @media (max-width: 767px) {
      .basic-pagination ul li {
          margin-bottom: 10px;
      }
  }
  .basic-pagination ul li a {
      height: 70px;
      width: 70px;
      background:$white ;
      color: #9990b8;
      font-size: 16px;
      font-weight: 500;
      border-radius: 50%;
      line-height: 70px;
      margin: 0px;
      display: inline-block;
      text-align: center;
  }
  .basic-pagination ul li a:hover ,.basic-pagination ul li.active a {
      background: $theme-color;
      color: $white;
  }
  
  .basic-pagination-2 ul li a {
      background: transparent;
      color: #9990b8;
      border: 2px solid #eaebec;
      height: 60px;
      width: 60px;
      line-height: 56px;
  }
  .basic-pagination-2 ul li a:hover,.basic-pagination-2 ul li.active a {
      background: $theme-color;
      color: $white;
      border-color: $theme-color;
  }
  