/*header section*/

.header-section .ast-row{
    display:flex;
    align-items:center;
    justify-content:center;
    margin:4rem auto 2rem auto;
 }
 .header-section h1{
     text-transform:uppercase;
     text-align:center;
     font-size:1.875rem;
     font-weight: 500;
     line-height: 2.6rem;
     letter-spacing: 0.35rem;
 }
 .header-section p{
     text-align:center;
 }
 
 
 /*Upcoming Webinar Section*/
 /* 
 
 
 .live-webinar {
     margin-bottom: 40px;
 }
 
 .live-webinar-image img {
     width: 100%;
 }
 
 .live-webinar-details {
     display: flex;
     background-color: #F2F2F2;
     padding: 40px;
     flex-wrap: wrap;
 }
 
 .webinar-title {
     width: 30%;
     flex: 2;
     text-align: left !important;
 }
 
 
 .live-webinar-details .register a
 {
     display:inline-flex;
     flex-direction:column;
     justify-content:center;
 }
 
 .fa {
     font-size:1.875rem;
 }
 
 
 .live-webinar-details>div:last-child {
     margin-right: 0;
 }
 
 .webinar-title h3 {
     font-size: 1.125rem;
     letter-spacing: 0.3rem;
     line-height: 1.6;
     text-transform:uppercase;
 }
 
 .live-webinar-details h4 {
     font-size: 1rem;
     text-transform: uppercase;
     letter-spacing: 0.2rem;
     padding-bottom: 20px;
     border-bottom: 1px solid #d6d6d6;
     margin-bottom: 20px;
 }
 
 .live-webinar-details p {
     font-size: 0.875rem;
     margin-bottom: 0;
     text-transform:capitalize;
 } */
 
 .upcoming-webinar .section-heading{
     text-align:center;
     text-transform:uppercase;
     margin:0;
     padding-bottom: 35px;
 }
 
 .live-webinar {
     margin-bottom: 40px;
     max-width: 600px;
     margin: auto;
 }
 
 .live-webinar-image img {
     width: 100%;
     height: 340px;
     object-fit: cover;
 }
 
 .live-webinar-details {
     display: flex;
     background-color: #F2F2F2;
     padding: 40px;
     flex-wrap: wrap;
 }
 
 .live-webinar-details .location,
 .live-webinar-details .date,
 .live-webinar-details .time,
 .live-webinar-details .register{
     text-align: center;
     margin: 0 0.25em;
     flex:1;
 }
 
 .live-webinar-details .register a
 {
     display:inline-flex;
     flex-direction:column;
     justify-content:center;
 }
 
 .fa {
     font-size:1.875rem;
 }
 
 .live-webinar-details .register .fa{
     transform:rotate(90deg);
 }
 .webinar-title {
     width: 25%;
     margin-right: 15px;
     text-align: left !important;
     justify-content: center;
     display: flex;
     align-items: center;
 }
 
 .live-webinar-details>div {
     text-align: center;
 }
 
 .live-webinar-details>div:last-child {
     margin-right: 0;
 }
 
 .webinar-title h3 {
     font-size: 1.1rem;
     letter-spacing: 2px;
     line-height: 1.6;
 }
 
 .live-webinar-details h4 {
     font-size: 1rem;
     text-transform: uppercase;
     letter-spacing: 0.2rem;
     padding-bottom: 20px;
     border-bottom: 1px solid #d6d6d6;
     margin-bottom: 20px;
 }
 
 .live-webinar-details p {
     font-size: 0.75rem;
     margin-bottom: 0;
     text-transform:
     capitalize;
 }
 
 @media(max-width: 768px) {
     .webinar-title h3{
         font-size: 1rem;
         text-align: center;
         width: 100%;
         margin-bottom: 20px;
     }
     .live-webinar-details {
         flex-direction: column;
     }
     .live-webinar-details>div {
         text-align: left;
     }
     .live-webinar-details .location,
 .live-webinar-details .date,
 .live-webinar-details .time{
     padding-bottom: 35px;
     margin:0;
 }
 }
 
 .btn-block-black {
     background-color: #000;
     color: #fff;
     min-height: 55px;
     display: flex;
     text-transform: uppercase;
     justify-content: center;
     align-items: center;
     letter-spacing: 5px;
     font-weight: 500;
     max-width: 600px;
     margin: auto;
 }
 
 .btn-block-black:hover{
     background-color:#fff;
     border:.5px solid #000;
     color: #000;
     max-width: 340px;
     margin: auto;
     display: block;
 }
 /*Responsive*/
 
 @media(max-width: 1024px) {
     .webinar-title {
         width: 100%;
         margin-bottom: 20px;
     }
     
     .live-webinar-details>div {
         text-align: left;
     }
     section.upcoming-webinars-section {
         padding: 0 40px;
     }
 }
 
 @media(max-width: 767px) {
     .live-webinar-details>div {
         width: 100%;
         margin-bottom: 15px;
         margin-bottom: 20px;
     }
     .live-webinar-details {
         padding: 25px;
     }
     .live-webinar-details h4 {
         padding-bottom: 8px;
         margin-bottom: 8px;
     }
     section.upcoming-webinars-section {
         padding: 0 20px;
     }
 }
 
 .english-test-div {
     padding-bottom: 60px;
 }
 
 /*Blogs Section*/
 
 .blogs-section{
     padding:0 !important;
 }
 
 .blogs-section .section-heading{
     text-transform:uppercase;
     margin:0;
 }
 
 .filter-tabs .tablinks {
     flex: 1;
     background-color: transparent;
     color: #000;
     font-size: 1rem;
     text-transform: uppercase;
     letter-spacing: 0.3rem;
     border-top: 11px solid #EDEDED;
     padding: 30px 40px;
     text-align: center;
     line-height: 1.8;
 }
 
 .filter-tabs .tabs {
     display: flex;
     justify-content: space-between;
 }
 
 .filter-tabs .tablinks.active {
     border-color: #000;
 }
 
 
 .bolg-content h3 {
     margin-bottom: 2rem;
     font-size: 1rem;
     font-weight: 500;
     letter-spacing: 0.2rem;
     line-height: 1.4;
 }
 
 .support-excerpt {
     color: #fff;
     font-size:.875rem;
     margin-bottom: 2rem;
 }
 
 .blogs-section .blog-item {
     background-color: #000;
     display: flex;
     min-height: 480px;
     flex-direction: column;
     align-items: center;
     justify-content:center;
 }
 
 .blogs-section .blog-item.white-bg::before{
     content: '';
     width: 100%;
     height: 100%;
     position: absolute;
     background: none !important;
     left: 0;
     top: 0;
 }
 .blogs-section .blog-item:before {
     content: '';
     width: 100%;
     height: 100%;
     position: absolute;
     background: linear-gradient(to bottom, rgba(8, 7, 7, 0.1), rgba(0, 0, 0, 0.8));
     left: 0;
     top: 0;
 }
 .blogs-section .blog-item .card-link{
   position: absolute;
     bottom: 5%;
     width: 66.66%;
     display: flex;
     align-items: center;
     justify-content: space-between;
     
 }
 
 
 
 .bolg-content h3 {
     text-transform:uppercase;
 }
 
 .blogs-section .ast-row {
     display: flex;
     flex-wrap: wrap;
 }
 
 .blogs-section .ast-row:nth-of-type(2) div {
     margin-bottom: 40px;
 }
 
 .take-the-test{
     padding:55px 0 !important;
 }
 
 .take-the-test-content h3{
     text-transform:uppercase;
 }
 
 .take-the-test-content p:empty{
     display:none;
 }
 
 .take-the-test-content p{
     width: 70%;
     margin: 0 auto;
 }
 
 .take-the-test-content a{
     text-transform:uppercase;
 }
 
 @media (max-width:900px){
     .blog-item {
         min-height:350px !important;
       
        }
 }
 
 @media (max-width:768px){
     .blogs-section .blog-item {
         max-height:100px !important;
             justify-content:space-evenly;
        }
 
        .blogs-section .blog-item .card-link{
            width:90%;
            justify-content:space-between;
        }
 }