@font-face {
    font-family: museo100;
    src: url("../icons/fonts/Museo_Slab_100.otf");

   

    
  }
  
  @font-face {
    font-family: museo300;
    src: url("../icons/fonts/Museo_Slab_300.otf");
  }

   
  @font-face {
    font-family: museo500;
    src: url("../icons/fonts/Museo_Slab_500.otf");
  }

  @font-face {
    font-family: museo700;
    src: url("../icons/fonts/Museo_Slab_700.otf");
  }

  @font-face {
    font-family: museo100italic;
    src: url("../icons/fonts/Museo_Slab_100italic.otf");
  }

  *{
    font-family:  museo500;
  }



  /****************************************** header starts ***************************************/


  #header{
    background-color: white;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    border-bottom: 10px solid lightgray;
}

.navbar-nav .nav-item a:hover{
    color: white;
    background-color: #F07883;
}

.active{
    background-color: #F07883;
    
}
.bl-active{
  color: white !important;
}

.dropdown-divider{
    border-top: 1px solid #F07883 !important;
}
li{
  padding: 5px;
 }


.navbar-nav li a{
    color: #000000;
    font-weight: 500;
    font-size: 16px;
}

.current a{
  background-color: #F07883;
  color: white !important;
} 

.language-buttons{
  position:absolute;
  right:1%;
  bottom:8%;
  display: flex;
}

.language-buttons span{
  margin-right: 12px;
}

.language-buttons button{
  background-color: #f8f9fa;
  border: none;
  color: #000000;
  padding:2px 14px;
  text-align: center;
  display: inline-block;
  font-size: 16px;
  transition: all 0.6s ease;
  cursor: pointer;
  border-radius: 4px;
  box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
  margin-right: 10px;
}

.language-buttons button:hover{
  background-color: #F07883;
  color: #ffffff;
  transition: all 0.6s ease;
}

/****************************************** header ends ***************************************/


#blog{
    padding-top: 150px;
}


/* .blog {
    padding: 40px 0 20px 0;
  } */
  
  .blog .entry {
    padding: 30px;
    margin-bottom: 60px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  }
  .blog-images{
    width: 100%;
    height: 550px;
    /* object-fit: cover; */
  }
  
  
  .blog .entry .entry-title {
    font-size: 28px;
    font-weight: bold;
    padding: 0;
    margin: 0 0 20px 0;
  }
  
  .blog .entry .entry-title a {
    color: #556270;
    transition: 0.3s;
    text-decoration: none;
    font-size: 24px;
  }
  
  .blog .entry .entry-title a:hover {
    color: #F07883;
  }
  
  .blog .entry .entry-meta {
    margin-bottom: 15px;
  
  }
  
  .blog .entry .entry-meta ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    align-items: center;
    padding: 0;
    margin: 0;
  }
  
  
  
  .blog .entry .entry-meta svg {
    font-size: 16px;
    
    line-height: 0;
  }
  
  .blog .entry .entry-meta svg:hover{
    color: #F07883;
  }
  .blog .entry .entry-meta a {
    color: #777777;
    font-size: 14px;
    display: inline-block;
    line-height: 1;
    text-decoration: none;
    padding-left: 8px;
  }

  .blog .entry .entry-meta a:hover{
    color: #F07883;
  }
  
  .blog .entry .entry-content p {
    color: #000000;
   
  }

  .first-para{
    padding-top: 40px;
   
    color: #000000;
  }

  .para-3{
   
    color: #000000;
  }
  
  /* .blog .entry .entry-content .read-more {
    -moz-text-align-last: right;
    text-align-last: right;
  } */
  
  /* .blog .entry .entry-content .read-more a {
    display: inline-block;
    background: #d9232d;
    color: #fff;
    padding: 6px 20px;
    transition: 0.3s;
    font-size: 14px;
    border-radius: 4px;
  } */
  
  /* .blog .entry .entry-content .read-more a:hover {
    background: #df3740;
  } */
  
  .blog .entry .entry-content h3 {
    font-size: 22px;
    margin-top: 30px;
    font-weight: bold;
  }
  
  .blog .entry .entry-content blockquote {
    overflow: hidden;
    background-color: #fafafa;
    padding: 60px;
    position: relative;
    text-align: center;
    margin: 20px 0;
  }
  
  .blog .entry .entry-content blockquote p {
    color: #F07883;
    line-height: 1.6;
    margin-bottom: 0;
    font-style: italic;
   
    font-size: 22px;
  }
  
  .blog .entry .entry-content blockquote::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background-color: #F07883;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .author-img{
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 5px
  }
  
  
  
  
   .social-links a {
    color: rgba(85, 98, 112, 0.5);
    margin-right: 5px;
    text-decoration: none;
  }
  
  .social-links a:hover{
    color: #e9797f;
  }

  
  .blog .blog-comments {
    margin-bottom: 30px;
  }
  
  /* .blog .blog-comments .comments-count {
    font-weight: bold;
  } */
  
  /* .blog .blog-comments .comment {
    margin-top: 30px;
    position: relative;
  }
  
  .blog .blog-comments .comment .comment-img {
    margin-right: 14px;
  }
  
  .blog .blog-comments .comment .comment-img img {
    width: 60px;
  }
  
  .blog .blog-comments .comment h5 {
    font-size: 16px;
    margin-bottom: 2px;
  }
  
  .blog .blog-comments .comment h5 a {
    font-weight: bold;
    color: #444444;
    transition: 0.3s;
  }
  
  .blog .blog-comments .comment h5 a:hover {
    color: #d9232d;
  }
  
  .blog .blog-comments .comment h5 .reply {
    padding-left: 10px;
    color: #556270;
  }
  
  .blog .blog-comments .comment h5 .reply i {
    font-size: 20px;
  }
  
  .blog .blog-comments .comment time {
    display: block;
    font-size: 14px;
    color: #6b7b8d;
    margin-bottom: 5px;
  }
  
  .blog .blog-comments .comment.comment-reply {
    padding-left: 40px;
  } */
  
  .blog .blog-comments .reply-form {
    margin-top: 30px;
    padding: 30px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  }
  
  .blog .blog-comments .reply-form h4 {
    font-weight: bold;
    font-size: 22px;
  }
  
  .blog .blog-comments .reply-form p {
    font-size: 14px;
  }
  
  .blog .blog-comments .reply-form input {
    border-radius: 4px;
    padding: 10px 10px;
    font-size: 14px;
  }
  
  .blog .blog-comments .reply-form input:focus {
    box-shadow: none;
    border-color: #e9797f;
  }
  
  .blog .blog-comments .reply-form textarea {
    border-radius: 4px;
    padding: 10px 10px;
    font-size: 14px;
  }
  
  .blog .blog-comments .reply-form textarea:focus {
    box-shadow: none;
    border-color: #e9797f;
  }
  
  .blog .blog-comments .reply-form .form-group {
    margin-bottom: 25px;
  }
  
  .blog .blog-comments .reply-form .btn-primary {
    border-radius: 4px;
    padding: 10px 20px;
    border: 0;
    background-color: #556270;
  }
  
  .blog .blog-comments .reply-form .btn-primary:hover {
    background-color: #606f7e;
  }

  .recent-posts{
    padding-top: 30px;
  }

  .recent-posts a{
    text-decoration: 5px solid #e9797f underline ;
    color: #000000;
  }

  .blog-2{
    text-decoration: none;
  
    color: #000000;
  }

  .blog-2 p{
    font-size: 20px !important;
  }

  .blog-2 p:hover{
    color: #F07883;
  }


  /****************************************** footer starts ***********************************/
  #footer{
    background-color: #F07883;
    width: 100%;
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 40px;
  }
  
  #gray-image {
    width: 236px;
    height: 220px;
    filter: grayscale(100%);
    
  
  }
  
  .inquiries-icon img{
  width: 44px;
  height: 39px;
  }
  .company-heading {
   color: white;
  }
  
  .company-heading p{
  text-align: justify;
  font-family: museo100;
  font-size: 14px;
  }
  .inquiries{
  padding-left: 20px;
  
  }
  
  .for-inquiries a{
    margin: 0;
    text-decoration: underline;
    color: white;
    }
    .for-inquiries-heading{
      text-decoration: none;
    }
  

  /****************************************** footer ends ***********************************/

   /****************************************** sub-footer starts ***********************************/
   #sub-footer{
    background-color: white;
    width: 100%;
    height: auto;
    padding-top: 30px;
    padding-bottom: 50px;
  }
  
  .footer-description h4{
    font-family: museo700;
    font-size: 17px;
    color: #F07883;
  }
  
  .footer-description p{
    font-family: museo100;
    font-size: 14px;
    color: #F07883;
  }
  
  #copy{
  
    color: #F07883;
   
    margin-left: 10px;
} 
  .copyright {
    font-size: 12px !important;
    text-align: end;
  }
  .pv-policy a{
    color: #F07883;
    margin-right: 10px;
    }
  
  
  .end{
  background-color: #F07883;
  width: 100%;
  height: 65px;
  }

  .author h4{
    font-family: museo700;
  }
  .author p{
    color: #F07883;
  }



    /****************************************** footer ends ***********************************/
    .VIpgJd-ZVi9od-ORHb-OEVmcd{
      display: none;
  }

  .goog-te-gadget-simple {
      margin-top: 10px;
  }

  @media (min-width: 992px) and (max-width:1188px) {
    li{
        font-size: 10px;
    }
    .goog-te-gadget-simple{
        width: 122px;
    }
    .VIpgJd-ZVi9od-xl07Ob-lTBxed{
        font-size: 9px;
    }
  }