.inner-page-banner{
    padding: 150px 0px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


ul.filters .filter{
    list-style-type: none;
    display: inline-block;
    padding: 10px 20px;
    background-color: #e6e6e6;
    font-size: 16px;
    margin:2px;
    border-radius: 50px;
}

.filter-dropdown{
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 50px;
    margin-bottom: 40px;

}

.whitepaper-card{
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    position: relative;
    cursor: pointer;
}

.whitepaper-card h4{
    padding: 20px;
}
.whitepaper-card a{
    margin-left: 20px;
}
.play-icon{
    position: absolute;
    top: 22%;
    z-index: 9;
    left: 40%;
    transition: all 300ms ease-in-out;
}
.whitepaper-card:hover .play-icon{
    transform: scale(1.2);
}


.webinar-card{
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    position: relative;
    cursor: pointer;
}

.webinar-card h4{
    padding: 20px;
}
.webinar-card a{
    margin-left: 20px;
}
.play-icon{
    position: absolute;
    top: 22%;
    z-index: 9;
    left: 40%;
    transition: all 300ms ease-in-out;
}
.webinar-card:hover .play-icon{
    transform: scale(1.2);
}


.like{
    position: absolute;
    z-index: 9;
    filter: brightness(0) invert(1);
    right: 30px;
    top: 30px;
    width: 25px;
    cursor: pointer;
}
.like:hover{
    cursor: pointer;
    filter: brightness(1) invert(0);
    transform: scale(1.2);
}
.liked{
    filter: brightness(1) invert(0);
}



.featured-cards{
    background-color: #e6e6e6;
    padding: 100px 10px;
}
.featured-card{
    background-color: #fff;
    padding: 40px 15px;
    box-shadow: rgb(50 50 93 / 25%) 11px 4px 25px -5px, rgb(0 0 0 / 30%) 0px 8px 16px -8px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.link-btn{
    padding: 7px 20px;
    border: 1px solid #ed1b24;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
}
.link-btn:hover{
    background-color: #ed1b24;
    color: #fff;
    
    text-decoration: none;
}


.card-buttons li{
    display: inline-block;
    
    list-style-type: none;
    margin-bottom: 20px;

}
.card-buttons li a{
    padding: 10px;
    margin:5px;
    border:1px solid #333;
    margin-bottom: 20px;
}
a:hover{
    color: #ed1b24;
}

.about-heading3{
    margin-top: 30px;
}

.why-us{
    padding: 180px 0px;
    background-image: url(/images/why_image.png);
    background-position: center right;
    background-size: 35%;
    background-repeat: no-repeat;
}

.newsletter{
    padding: 100px 0px;
    background-image: url(/images/banner_newsletter.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.newsletter-form input{
    width: 65%;
    padding: 8px 20px;
    font-size: 18px;
    border: 0px;
    background-color: #fff;
    border-radius: 50px 0px 0px 50px;
}
.newsletter-form button{
    width: 30%;
    padding: 8px 20px;
    font-size: 18px;
    margin-left: -10px;
    border: 0px;
    background-color: #ed1b24;
    color: #fff;
    border-radius: 0px 50px 50px 0px;
}


.contact-info{
    background-color: #fff;
    padding: 40px 15px;
    box-shadow: rgb(50 50 93 / 25%) 11px 4px 25px -5px, rgb(0 0 0 / 30%) 0px 8px 16px -8px;
    border-radius: 10px;
   margin-bottom: -50px;
}
.contact-info a{
    font-size: 20px;
}



.contact-form-container{
    background-color: #fff;
    padding: 50px 100px;
    box-shadow: rgb(50 50 93 / 25%) 11px 4px 25px -5px, rgb(0 0 0 / 30%) 0px 8px 16px -8px;
    border-radius: 10px;
    margin-bottom: 100px;
}

.contact-form-heading{
    margin-top: -15px;
    margin-bottom: 30px;
}

.contact-form input, textarea, select{
    width: 100%;
    padding: 6px 10px;
    margin-bottom: 30px;
    font-size: 16px;
    border:1px solid #ccc !important;
    border-right: 0px !important;
    border-left: 0px !important;
    border-top: 0px !important;
    color: #000;
    resize: none;
}
.contact-form{
    text-align: center;
}
.contact-form button{
    width: 250px;
    height: 50px;
    background-color: #156a7e;
    color: #fff;
    border: 0px;
    border-radius: 10px;
    margin: auto;
    font-weight: 600;
}

input:focus, textarea:focus, select:focus{
    outline: none;
}






/* Responsive Media Queries */
@media only screen and (max-width:1200px){
    .about-content-2{
        margin-top:60px;
    }
    .footer-title{
        margin: 0px 0px 15px 0px;
    }
    .footer-text{
        margin-top: 0px;
    }
    
    
}
@media only screen and (max-width:1024px){
    
    p,a,spam,div{
        font-size: 16px;
    }
    
    h1{
        font-size: 36px;
    }
    h2{
        font-size: 26px;
    }
    h3{
        font-size: 20px;
    }
    h4{
        font-size: 18px;
    }
    h5{
        font-size: 16px;
    }
    .about-heading1, .about-heading3{
        margin-top: 20px;
    }
    .about-heading3{
        margin-top: 20px;
    }
    
}

@media only screen and (max-width:768px){
    
    p,a,spam,div{
        font-size: 16px;
    }
    
    h1{
        font-size: 32px;
    }
    h2{
        font-size: 24px;
    }
    h3{
        font-size: 20px;
    }
    h4{
        font-size: 18px;
    }
    h5{
        font-size: 16px;
    }
    .why-us{
        padding: 80px 0px;
        background-image: url(/images/why_image.png);
        background-position: center right;
        background-size: 0%;
        background-repeat: no-repeat;
    }
    p,h1,div,section,h2, h3{
        text-align: center;
    }
    .footer, h4, li{
        text-align: left;
    }
    .footer div{
        text-align: left;
    }
    .footer p{
        text-align: left;
    }
    .banner{
        padding-top: 40px;
    }
    .btn-container{
        width: 100%;
        float: left;
        margin-top: 20px;
        margin-bottom: 40px;
    }
    .btn-cta{
        float: none;
        margin-top: 40px;
    }
    .navbar-collapse{
        padding-top: 20px;
        border-top: 1px solid #dbdbdb;
        margin-top:  20px;
    }

    .contact-form-container{
        padding: 30px 10px;
        margin: 15px;
    }
}