.contact-container{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
    margin: 3% 0;
}
.contact-icons{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    border: 1px solid #a477ff;
    box-shadow: 11px 8px 20px 1px #d0caf0;
    border-radius: 15px;
    padding: 1.5em 1.8em;
    background-image: linear-gradient(135deg, #00326b, #c04ad3);
    color: white;
    margin: 3%;
    min-height: 477.08px ;
    
}
.contact-icons .icon-container {
    display: flex;
    flex-direction: column;
    align-items: left;
    justify-content: center;
    
}
.contact-icons .text-center{
   text-align: center !important;
    
}
.contact-icons .icon-container p {
    text-align: center;
    color: white !important;
    font-family: 'Jost', sans-serif;
}
.contact-icons .icon-container a {
    font-size: large;
    font-family: 'Jost', sans-serif;
}
.contact-icons .icon-container h3 {
    margin-top: 0;
    color: #fff;
    font-family: 'Jost', sans-serif;
}
.contact-container .form-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 1px solid #a477ff;
    box-shadow: 10px 10px 10px 10px #d0caf0;
    border-radius: 15px;
    padding: 1.5em 1.8em;
    margin: 3%;
}
.contact-container .form-container .contact-form-body .contact-form-group {
    margin: 8px 0;
}
.contact-container .form-container .contact-form-body .contact-form-group .contact-form-control {
    width: 100%;
    border-radius: 15px;
    border-style: groove;
    border-color: #f7f7f7;
    height: 30px;
    outline: none;
}
.text-justify{
    text-align: justify;
}
.page-pagination {
    margin-top: 70px;
    margin-bottom: 0;
    font-family: "Red Hat Display", sans-serif;
  }
  .page-pagination li {
    display: inline-block;
  }
  .page-pagination li a, .page-pagination li span {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    box-shadow: 6px 6px 13px 0px rgba(42, 67, 113, 0.15);
    -webkit-box-shadow: 6px 6px 13px 0px rgba(42, 67, 113, 0.15);
    -moz-box-shadow: 6px 6px 13px 0px rgba(42, 67, 113, 0.15);
    font-size: 18px;
    color: #1a1b1e;
    background: #fff;
    font-weight: 600;
    height: 40px;
    width: 40px;
    display: block;
    text-align: center;
    line-height: 40px;
    margin-right: 8px;
  }
  .page-pagination li span, .page-pagination li a:hover {
    box-shadow: 6px 6px 13px 0px rgba(0, 195, 255, 0.3);
    -webkit-box-shadow: 6px 6px 13px 0px rgba(0, 195, 255, 0.3);
    -moz-box-shadow: 6px 6px 13px 0px rgba(0, 195, 255, 0.3);
    background: #915fff;
    color: #fff;
  }
  .blog-grid-content .page-pagination {
    margin-top: 30px;
}
.entry-date{
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    color: #a5b7d2;
}
.widget-title {
    font-weight: 700;
    padding-left: 17px;
    position: relative;
    color:black;
}
.btn_blog {
    border: 2px  solid;
    border-color:#e66271;
   
    padding:5px 15px ;
    text-align: center;
    text-decoration: none;
    background-color:white;
    font-size: 16px;
    margin:2px 4px 10px 4px;
    cursor: pointer;
}
.btn_blog:hover {
    
    border-color:#f80420;
    
}
.post-image {
    width: 100%;
    float: left;
    margin-right: 26px;
    margin-bottom: 1% !important;
    width: 40vw;
}
.main-heading{
    font-size: 25px;
    font-weight: bold;
    padding: 10px 2px;
}
.sub-heading{
    font-size: 25px;
    padding: 10px 2px;
    color: #012e68;
}
.button-main{
    border: 1px solid #11204d;
    border-radius: 20px;
    padding: 7px 10px;
    background-color: #11204d;
    color: white;
}
.button-main:hover{
    border: 1px solid #cbc7c7;
    background-color:#fff ;
    color: #11204d;
}
.blog-social{
	margin-bottom: 10px;
}
.blog-social a {
    width: 34px;
    height: 32px;
    line-height: 34px;
    display: inline-block;
    margin-right: 13px;
    text-align: center;
    border-radius: 100%;
    color: #fff !important;
    background: #11204d;
    box-shadow: inset 0 0 0 1px #11204d;
    transition: all .5s ease;
}
.blog-social a:hover{
    width: 34px;
    height: 32px;
    line-height: 34px;
    display: inline-block;
    margin-right: 13px;
    text-align: center;
    border-radius: 100%;
    color: #fff !important;
    background: #d2c5f2;
    box-shadow: inset 0 0 0 1px #d2c5f2;
    transition: all .5s ease;
}
.tag-btn{
    border: 1px solid #11204d;
    border-radius: 20px;
    background: #11204d;
    color: white;
    padding: 7px 14px;
}
.tag-btn:hover{
border: 1px solid #d2c5f2;
    border-radius: 20px;
    background: #d2c5f2;
    padding: 7px 14px;
    color: white;
}

@media only screen and (max-width: 37.5em) { 
    .post-image {
        width: 100%;
        margin-bottom: 6% !important;
    }

 };
