
  @font-face {
    font-family: "Montserrat Black";
    src: url('/themes/common/css/font/Montserrat-Black.ttf');
    font-style: normal;
    font-weight: 900;
  }
  @font-face {
    font-family: "Montserrat Medium";
    src: url('/themes/common/css/font/Montserrat-Medium.ttf');
    font-style: normal;
    font-weight: 500;
  }  
  @font-face {
    font-family: "Montserrat Regular";
    src: url('/themes/common/css/font/Montserrat-Regular.ttf');
    font-style: normal;
    font-weight: 400;
  }  
  @font-face {
    font-family: "Montserrat SemiBold";
    src: url('/themes/common/css/font/Montserrat-SemiBold.ttf');
    font-style: normal;
    font-weight: 600;
  } 
  @font-face {
    font-family: "Montserrat Bold";
    src: url('/themes/common/css/font/Montserrat-Bold.ttf');
    font-style: normal;
    font-weight: 700;
  } 
  @font-face {
    font-family: "Montserrat Italic";
    src: url('/themes/common/css/font/Montserrat-Italic.ttf');
    font-style: italic;
    font-weight: 600;
  } 
  @font-face {
    font-family: "El Messiri";
    src: url('/themes/common/css/font/ElMessiri-Regular.ttf');
    font-style: normal;
    font-weight: 400;
  } 
  .blog-posts-section{
    padding:110px 0px;
  }
  .blog-post-holder{
    font-family: "Montserrat Regular";
    min-height: 560px;
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
  .MsoNormal, .MsoListParagraph{
    /* width: 60%; */
    margin: auto;
 }
  .post-image{
    border-radius: 5px;
    width: 100%;
    height: 252px;
  }
  .post-image img{
    width: 100%;
    height: 100%;
    border-radius: 5px;
    object-fit: cover;
  }
  .post-category-date{
    padding: 20px 0px;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 27px;
    color: #B9B9B9;
    font-family: "Montserrat Regular";

  }
  .post-category{
    display: inline-block;
  }
  .post-date-published{
    display: inline-block;
  }
  .post-title{
    margin-bottom: 0px;
    line-height: 27px;
    color: #000000;
    padding-bottom: 20px;
    font-family: "Montserrat Regular";
  }
  .post-short-description p{
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 27px;
    color: #000000;
    opacity: 0.5;
    padding-bottom: 20px;
    font-family: "Montserrat Regular";
  }
  .post-read-more a{
    font-size: 12px;
    line-height: 27px;
    color: rgb(var(--Blog1-primary-color));
    text-transform: uppercase;
    font-family: "Montserrat Regular";
  }
  .post-read-more a:hover{
    text-decoration: none;
    background: rgb(var(--Blog1-primary-color));
    color: #fff;
    padding: 10px 10px;
  }
  .blog-post-details{
    padding:0px 10px;
  }
  .middle-line{
    display: inline-block;
    width: 40px;
    height: 0.5px;
    background: #B9B9B9;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 5px;
  }
  .blog-footer{
    text-align: center;
    background: #F9F9F9; 
  }
  .fontawesome-insta-nobg:before{
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900; 
    content: "\f16d";
  }
  .footer-social-links {
    border-bottom: 1px solid rgba(31, 99, 78, 0.1);
    padding: 50px 0px;
  }
  .footer-social-links ul{
    list-style-type: none;
    padding-left: 0px;
    margin-bottom: 0px;
  }
  .footer-social-links ul li{
    display: inline-block;
    padding-right: 35px;
  }
  .footer-social-links ul li:last-child{
    padding-right: 0px;
  }
  .blog-icon-link {
    display: inline-block;
    padding-right: 7px;
  }
  .blog-icon-link{
    color: rgb(var(--Blog1-primary-color));
    font-weight: normal;
  }
  .footer-social-links ul li a{
    color: rgb(var(--Blog1-primary-color));
    font-size: 12px;
    line-height: 27px;
    font-family: "Montserrat SemiBold";
  }
  .footer-social-links ul li a:hover{
    text-decoration: none;
  }
  .footer-links-copyright{
    padding: 30px 0px;
  }
  .footer-links-copyright ul{
    list-style-type: none;
    padding-left: 0px;
  }
  .footer-links-copyright ul li {
    display: inline-block;
    padding: 0px 20px;
    position: relative;
  }
  .footer-links-copyright ul li:after{
    content: '';
    position: absolute;
    width: 0.5px;
    height: 12px;
    background:#ccc;
    right: 0px;
    top: 7px;
  }
  .footer-links-copyright ul li:last-child:after{
    content: unset;
  }
  .footer-links-copyright ul li a{
    font-family: "Montserrat Regular";
    font-style: normal;
    font-size: 18px;
    line-height: 27px;
    color:rgb(var(--Blog1-primary-color));
    text-transform: uppercase;
  }
  .footer-links-copyright ul li a:hover{
    text-decoration: none;
  }
  .footer-links-copyright p{
  font-family: "Montserrat Regular";
  font-style: normal;
  font-size: 12px;
  line-height: 27px;
  color:rgb(var(--Blog1-primary-color));
  margin-bottom: 0px;
  margin-top: 20px;
  }
  .footer-links-copyright p span{
    display: inline-block;
    padding-left: 15px;
  }
  .footer-links-copyright p span a{
    color: inherit;
  }
  .footer-links-copyright p span a:hover{
    text-decoration: none;
  }
  .load-more-posts{
    text-align: center;
  }
  .btn-load-posts{
    background: transparent;
    border:none;
    font-family:"Montserrat Regular";
    font-style: normal;
    font-size: 16px;
    line-height: 27px;
    color: rgb(var(--Blog1-primary-color));
    text-transform: uppercase;
    padding: 10px 10px;
    border-radius: 0px;
  }
  .load-more-posts{
    margin-top: 100px;
  }
  .btn-load-posts:hover{
    background:rgb(var(--Blog1-primary-color));
    color: #fff;
    padding: 10px 10px;
    border-radius: 0px;
  }
  .btn-load-posts:focus{
    outline: 0;
    box-shadow: unset;
  }
  .blog-padding-px{
    padding: 50px 90px 0px 90px;
  }
  .blog-category-title-desc .post-title{
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .blog-category-title-desc .post-short-description{
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding-bottom: 30px;
  }
  .blog-main-image img{
    max-width: 100%;
    max-height: 800px;
    /* width: auto; */
    /* height: auto;   */
    border-radius: 5px;      
  }
  .blog-category-title-desc img {
      max-width: 100% !important;
      object-fit: scale-down;
      height: 100%;
      max-height: 100% !important;
      width: 100%;
  }
  .blog-text-img-details .post-short-description p {
    padding-bottom: 30px;
  }
  .blog-text-img-details .blog-padding-px{
    padding:50px 140px 20px 140px;
  }
  .post-img-smaller{
      margin-top: 30px;
      margin-bottom: 50px;
  }
  .post-img-smaller img{
      max-width: 100%;
      max-height: 620px;
      width: auto;
      height: auto;  
      border-radius: 5px; 
  }
  .post-short-description ul{
    padding-bottom: 30px;
    font-family: "Montserrat Regular";
    font-style: normal;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 0px;
    list-style-type:disc;
  }
  .post-short-description ul li{
    color:rgba(0,0,0,0.77);
    margin-bottom: 20px;
  }
  .post-short-description ul li:last-child{
    margin-bottom: 0px;
  }
  .blog-two-column-images img{
    max-width: 100%;
    max-height: 790px;
    width: auto;
    height: auto;
    border-radius: 5px;
  }
  .blog-middle-text .post-short-description p{
    padding-bottom: 30px;
  }
  .post-quote-text{
    padding: 70px 70px 50px 70px;
    position: relative;
  }
  .post-quote-text p{
    font-family: "Montserrat Italic";
    font-size: 24px;
    line-height: 30px;
    color: #000000;
    margin-bottom: 0px;
    padding-bottom: 30px;
  }
  .post-quote-author{
    position: relative;
    text-transform: uppercase;
    font-family: "Montserrat Regular";
    font-style: normal;
    font-size: 12px;
    line-height: 27px;
    color: #A7A7A7;
  }
  .post-quote-author .middle-line{
    margin-left: 0px;
  }
  .blog-middle-text .blog-padding-px .post-short-description:last-child{
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding-bottom: 70px;
  }
  .blog-related-posts{
    padding: 0px;
  }
  .blog-related-posts .blog-post-holder {
      height: 400px;
      min-height: 400px;
      position: relative;
      padding-bottom: 0px;
  }
  .blog-related-posts .post-image {
      border-radius: 0px;
      width: 100%;
      height: 100%;
      position: relative;
  }
  .blog-related-posts .post-image img{
      border-radius: 0px;
  }
  .blog-related-posts .blog-post-details{
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
    padding-left: 0px;
    z-index: 1;
  }
  .overlay-bg-img{
    position: absolute;
    top: 0;
    bottom:0;
    left:0px;
    right: 0px;
    background:rgba(0,0,0,0.2);
  }
  .blog-related-posts a:hover{
    text-decoration: none;
  }
  .blog-related-posts .blog-post-details .post-date-published{
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #E5E5E5;
  }
  .blog-related-posts .blog-post-details .post-title{
    font-size: 20px;
    line-height: 28px;
    color: #FFFFFF;
    font-family: "Montserrat Bold";
    padding-bottom: 0px;
    padding-top:0px;
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .blog-related-posts .blog-post-details p{
    margin-bottom: 0px;
    font-size: 13.3662px;
    line-height: 22px;
    color: #E5E5E5;
  }
  .blog-related-posts .owl-nav{
    position: absolute;
    top: -50px;
    right: 0px;
  }
  .blog-related-posts .owl-nav button{
    border:0px;
    font-size:35px !important;
    color: #B9B9B9 !important;
    margin-left: 10px;
  }
  .blog-related-posts .owl-nav button:focus{
    outline: 0 !important;
  }
  .related-post-title{
    padding-bottom: 50px;
    font-family: "Montserrat Bold";
    font-style: normal;
    font-size: 20px;
    line-height: 30px;
    color: #495057;
    text-align: center;
  }
  .blog-related-posts .post-category-date{
    position: absolute;
    z-index: 1;
    right: 24px;
    top: 22px;
    padding: 5px 11px;
    background: rgba(255,255,255,0.15);
    border-radius: 9px;
    font-size: 11px;
    line-height: 17px;
    color: #FFFFFF;
    font-family: "Montserrat Bold";
    text-transform: unset;
  }
  .quotes-style{
    display: inline-block;
    font-family: El Messiri;
    font-style: normal;
    font-size: 128px;
    line-height: 30px;
    color: rgb(var(--Blog1-primary-color));
    position: absolute;
    left: -10px;
    top: 100px;
  }
  /*Blog Single Post*/
  .featured-image-single{
    margin-top:100px;
  }
  .blog-single-post-edit .post-category-date{
    font-size: 20px;
    padding-top: 50px;
  }
  .blog-single-post-edit .post-category{
    font-family: "Montserrat Bold";
    color: #495057;
  }
  .blog-single-post-edit .post-title {
    font-family: 'Montserrat Bold';
    font-size: 48px;
    line-height: 64px;
    color: #333333;
    margin-bottom: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
  }
  .blog2-single-page-desc{
        margin-top: 22px;
        padding-left: 90px;
        padding-right:90px;
  }
  .blog-single-post-edit .blog-description{
    font-size: 14px;
    line-height: 25px;
    color: #495057;
    font-family: "Montserrat Regular";
  }
 .featured-image-single img{
    max-width: 100%;
    max-height: 500px;
    width: 100%;
    height: auto;
    border-radius: 0px;
 }
 .title-second-desc{
    font-size: 36px;
    color: #D4A373;
    font-family: "Montserrat Bold";
    margin-top: 40px;
 }
 .section-other-image img{
    max-width: 100%;
    max-height: 500px;
    width: 100%;
    height: auto;
 }
 .add-px-padding{
    padding-left:150px;
    padding-right:150px;
 }
 .blog-author-social-links{
    display: flex;
    align-items: center;
    padding:20px 0px;
    border-top: 0.5px solid #C4C4C4;
    justify-content: space-between;
 }
 .blog-author-img-name {
    display: flex;
    align-items: center;
 }
 .share-icons-holder{
    display: flex;
    align-items:center;
 }
 .share-icons-holder a {
  border-radius: 50px;
  transition: 0.4s;
  width: 35px;
  height:35px;
  text-align: center;
  margin-left: 6px;
}
.share-icons-holder a:hover {
  transform: translateY(10px);
}
.share-social-section p{
  font-size: 16px;
  line-height: 16px;
  color: #000000;
  margin-bottom: 5px;
  text-align: center;
  font-family: "Montserrat Medium";
}
.blog-author-img{
  width: 50px;
  height: 50px;
  border-radius: 100%;
  flex-shrink: 0;
}
.blog-author-img img{
  width: 100%;
  height:100%;
  object-fit: cover;
  border-radius: 100%;
}
.blog-author-name{
  color: #343A40;
  font-size: 12px;
  line-height: 20px;
  font-family: "Montserrat Bold";
  margin-left: 17px;
}
.blog-author-name span{
  display: block;
  color:#6C757D;
  font-family: "Montserrat Regular";
}
  /* Extra small devices (portrait phones, less than 576px)*/
  @media (max-width: 575.98px) { 
    .post-image img{
      max-height: unset;
      max-width: unset;
      width: 100%;
      height: 252px;
      object-fit: cover;
    }
    .blog-padding-px{
      padding: 30px;
    }
    .blog2-single-page-desc{
      padding-left: 30px;
      padding-right: 30px;
    }
    .blog-single-post-edit .post-category-date{
      font-size: 16px;
    }
    .blog-text-img-details .blog-padding-px{
      padding: 50px;
    }
    .blog-single-post-edit .post-title{
      font-size: 30px;
    }
    .featured-image-single img{
        max-width: 100%;
        max-height: 800px;
        width: auto;
        height: auto;
    }
    .title-second-desc{
      font-size: 25px;
    }
    .section-other-image img{
      max-width: 100%;
      max-height: 800px;
      width: auto;
      height: auto;
    }
    .blog-related-posts .post-image img{
      height: 100%;
    }
    .blog-two-column-images img{
      margin-bottom: 50px;
    }
    .post-quote-text{
      padding:30px;
    }
    .quotes-style{
      top: 55px;
      font-size: 100px;
    }
    .recent-articles-title{
      margin-bottom: 30px;
    }
    .categories-list{
      margin-bottom: 30px;
    }
    .copyright-blog-2{
      text-align: center;
      padding-bottom: 0px;
    }
    .blog-footer-2 .footer-social-links{
      text-align: center;
      padding-top: 0px;
    }
    .category-articles-section .owl-nav{
      margin-top: 80px;
    }
    .features-articles-carousel .post-image img{
      height: 458px;
    }
    .recent-articles-holder-section .post-image img{
      height: 458px;
    }
    .categories-articles-holder{
      margin-bottom: 50px;
    }
    .blog-footer-4 .blog-icon-link{
      width: 30px;
      height: 30px;
      line-height: 30px;
      margin-right: 0px;
    }
    .blog-footer-4 .footer-social-links ul li{
      margin-right: 5px;
    }
    .blog4-post-title{
      margin-top: 50px;
    }
    .blog4-post-title{
      margin-top: 50px;
    }

  }

  /* Small devices (landscape phones, 576px and up)*/
  @media (min-width: 576px) and (max-width: 767.98px) {
    .post-image img{
      max-height: unset;
      max-width: unset;
      width: 100%;
      height: 252px;
      object-fit: cover;
    }
    .blog-padding-px{
      padding: 30px;
    }
    .blog2-single-page-desc{
      padding-left: 30px;
      padding-right: 30px;
    }
    .blog-single-post-edit .post-category-date{
      font-size: 15px;
    }
    .blog-text-img-details .blog-padding-px{
      padding: 50px;
    }
    .blog-single-post-edit .post-title{
      font-size: 30px;
    }
    .featured-image-single img{
      max-width: 100%;
      max-height: 800px;
      width: auto;
      height: auto;
    }
    .blog-related-posts .post-image img{
      height: 100%;
    }
    .section-other-image img{
      max-width: 100%;
      max-height: 800px;
      width: auto;
      height: auto;
    }
    .title-second-desc{
      font-size: 25px;
    }
    .blog-two-column-images img{
      margin-bottom: 50px;
    }
    .post-quote-text{
      padding:30px;
    }
    .quotes-style{
      top: 55px;
      font-size: 100px;
    }
    .recent-articles-title{
      margin-bottom: 30px;
    }
    .categories-list{
      margin-bottom: 30px;
    }

  }

  /* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991px) { 
    .recent-articles-title{
      margin-bottom: 30px;
    }
    .categories-list{
      margin-bottom: 30px;
    }
    .copyright-blog-2{
      text-align: center;
      padding-bottom: 0px;
    }
    .blog-footer-2 .footer-social-links{
      text-align: center;
      padding-top: 0px;
    }
    .blog-padding-px{
      padding: 30px;
    }
    .blog2-single-page-desc{
      padding-left: 30px;
      padding-right: 30px;
    }
    .blog-single-post-edit .post-category-date{
      font-size: 15px;
    }
    .blog-text-img-details .blog-padding-px{
      padding: 50px;
    }
    .blog-single-post-edit .post-title{
      font-size: 30px;
    }
    .featured-image-single img{
      max-width: 100%;
      max-height: 800px;
      width: 100%;
      height: auto;
    }
    .blog-related-posts .post-image img{
      height: 100%;
    }
    .section-other-image img{
      max-width: 100%;
      max-height: 800px;
      width: auto;
      height: auto;
    }
    .title-second-desc{
      font-size: 25px;
    }
}
