*{
    margin: 0%;
}
.navbar {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    text-transform: capitalize;
    padding-top: 25px;
    letter-spacing: 1px;
    height: 80px;
}
.sec-1-img{ 
    width: 100% !important;
    /* height: 50%; */
    margin: 0%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.sec-1-img-1{ 
    /*width: 100% !important;*/
    /* height: 50%; */
    margin: 0%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.sec-1{
    color:#A1A1A1;
}
.sec-1-bg{
    background-color: rgb(231, 225, 225);
}
.sec-1-p{
    /* font-family: 'Oleo Script', cursive; */
    /* font-size: 20px; */
    width: 80%;
}
.flex-container{
    justify-content: center;
    display: flex;
}
.sce-1-h{
    font-family: 'Paytone One', sans-serif;
    
}
.sec-2{
    color: rgb(116, 111, 111);
}
.font{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    padding-bottom:30px
    
}
.bold{
    font-weight: bold;
}
.bottom-border {
    border-bottom: 2px solid red;
  }
  .font-1{
    font-size: 13px;
  }
  .box-shadow {
    border: 1px solid;
    /* padding: 10px; */
    box-shadow: 5px 10px #888888;
  }
  .shadow{
  
  box-shadow: 5px 5px 5px 5px rgb(199, 197, 197);
  /* background-color: #d1cbcb; */
  /* background-color: #142850; */
 
  }
  .background{
      background-color: #142850;
  }
  .foot-menu-color{ 
    color: red;
  }
  .back-1{
    background-color: #222;
}
.mt-5{
    margin-top: 30px;
    margin-bottom:30px;
}
.padding-p{
    padding-top: 30px;
    padding-bottom: 40px;
}
.padding-p-1{
    padding-top: 50px;
    padding-bottom: 30px;
}
.padding-p-1-p{
    padding-top: 30px;
    
}
.p-color{
    color:#A1A1A1;
} 
h3{
    font-size:24px;
    font-weight:bold;
}
.padding-bottom-1 {
    margin-bottom:20px;
}
.padding-bottom-1-1{
     margin-bottom:30px;
     padding-bottom:10px;
    
}
.pad-bottom-1 {
    padding-bottom:30px;
}
.padding-p1{
    padding-top: 50px;
    padding-bottom: 60px;
}
.padding-p11{
    /*padding-top: 50px;*/
    padding-bottom: 30px;
}
.pp-bottom{
    padding-bottom:90px;
}
 .margin-p{
     margin-top:30px;
 }
 
section {
    position: relative;
    display: block;
} 
.col-md-6.col-sm-12.BlogPageImgSet {
    overflow: hidden;
}
.blog_block div {
    padding: 0px;
}
.col-md-6.col-sm-12.BlogPageImgSet img {
    /*min-width: 314px;*/
    min-width: 100%;
    height: 300px;
    object-fit: cover;
    width: auto;
}
.makeCenter {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
   
    text-align: center;
}
 .blog_block div {
    padding: 0px;
}
.ctmPaddingBlog {
    padding: 69px !important;
}
.blog_block h5 {
    font-family: 'Domine', serif;
    font-weight: bold;
    color: #22224a;
}
.blog_block p {
    color: #80b7f7;
    font-size: 14px;
    font-weight: 600px;
}
.blog_block i {
    margin: 10px;
}
.blog_block div {
    padding: 0px;
}
.button_style {
    /*background: #80b7f7;*/
       /*background: red;*/
    padding: 20px 30px;
    border: none;
    border-radius: 0%;
    font-weight: bold;
    font-size: 14px;
    color: white;
    box-shadow: none;
}
@media only screen and (max-width: 600px) {
    .para{
        width: 100%;
    }
    
  }