body{
    margin: 0;
    padding: 0;
}

.text-main{
    display: flex;
    text-align: left;
  
   
}
.text-main h2{
    font-family: "Roboto",sans-serif;
    color: #1c1c1c;
    font-size: 2.5rem; 
    margin-left: 0;
    margin-bottom: 20px;
}.text-main{
    font-family: inherit ;
    color: #353535;
    font-weight: 400;
}

.col-inner-introduce.policy{
    display: flex;
    border: 0;
    
}
.text-next-icon{
    padding-left: 1em;
    color: #353535;
    line-height: 1.6;
    font-weight: 400;
}
.text-next-icon h3{
    color: #1C1C1C;
    font-weight: 700;
    font-size: 1.25em;
    font-family: "Roboto",sans-serif;
    margin-bottom: 10px;
}
.img-icon{
    color: #353535 !important;
    
}
.container-font{
    background-color: rgba(0, 0, 0, 0.7);
    position: relative;
}

.section-bg{
    
    width: 100%;
    min-height: 223px;
    background-size: cover !important;
    background-position: 0% 45%;
    opacity: 1  ;
    max-height: auto;
    max-height: 350px;
}

.relative {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;

}


.text-line{
    justify-content: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    
}
.text-under-line{
    color: #f1f1f1;
    font-size: 16px;
}
.comment-box{
    justify-content: center;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.comment-name{
    color: #1c1c1c;
    font-weight: 700;
    text-align: center;
    font-size: 20px ;
    font-style: italic;
    line-height: 1.4em;
    font-family: "Roboto",sans-serif;
}.comment-box-text{
    display: contents;
}
.comment-box-text p{
    font-style: italic;
    line-height: 1.4em;
    text-align: center;
    margin-top: 0;
}
@media (max-width:575px){
    .gap-element-clearfix{
        display: block;
    }
    .section-bg{
        height:540px ;
    }
}
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.blog-title{
    text-align: center;
    align-items: center;
    text-transform: uppercase;
    color: #1c1c1c;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    font-size: 18.5px ;
    
    margin-top: 30px;
}
.icon-box-ig{
  background: #C89979;
  padding: 5px 9px;
  height: 40px;
}
.icon-ig{
    color: rgb(255, 255, 255) !important;
    text-align: center;
    font-size: 16px;
}
.text-icon h3{
  font-weight: 700;
  font-family: "Roboto",sans-serif;
}
.text-icon a{
  color: #353535;
  font-size: 16px;
  font-family: sans-serif;
}
.text-icon a:hover{
  text-decoration: none;
  color: #c89979;
}
a.hotline{
  font-family: "Roboto",sans-serif;
  font-weight: bold;
}
.col-inner-blogs{
  display: flex;
  padding-bottom: 30px;
}
.text-icon{
  padding-left: 1em;
  line-height: 1.6;
  color: #1c1c1c;
}
.navbar-light{
  margin-bottom: 1.5em;
}
.map-address{
  padding-bottom: 30px;
}
.text-icon h3{
  color: #1c1c1c;
  font-size: 20px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}
.sceen-input{
  padding-bottom: 5px;
  padding-top: 5px;
  padding-right: 0 !important;
}
.box-screen{
    width: 100%;
    outline: none;
    background-color: #f1f1f1;
    border: 1px solid #eee;
    padding: 5px 
    
}
.box-screen:focus{
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(248, 183, 66, 0.6);

}
.screen-reader{
  padding-right: 100px;
  padding-left: 100px;
}
.send-nude{
  background-color: #c89979;
    width: 50%;
    height: 40px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 10px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    outline: none;
    border: 0;
    font-family: 'Roboto' ,sans-serif
}
.post-item{
  color: currentColor;
  border: 1px solid #ddd;
  margin-bottom: 30px;
  
}
.post-inner{
  padding-left: 1.2em;
  padding-right: 1.2em;
  padding-top: .7em;
  position: relative;
  width: 100%;
  font-size: .9em;


}
.post-inner h5{
  color: #1c1c1c;
  line-height: 1.3;
  margin-top: .1em;
  margin-bottom:.1em;
  font-size: 1.15em;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 2.6em;
}
.post-inner p{
  height: 3em;
  color: #353535; 
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
 
  
}
.post-item a:hover{
  text-decoration: none;
  color: currentColor;
  box-shadow: 0 3px 6px -4px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
@media (max-width:767px){
  .screen-reader{
    padding-right: 0;
    padding-left: 0;
  }
}
