
 /*===================================
	5. banner section start
====================================*/	
.banner-section{
	background-image: url('../images/banner/faq.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 180px 0;
	position: relative;
	z-index: 0;
}
.banner-section:after{
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #002155;
	z-index: -1;
	opacity: 0.70;
}
.banner-content span {
    font-size: 22px;
    display: block;
    color: #ffffff;
    font-weight: 600;
    padding-top: 15px;
}
/*===================================
	banner section Ends
====================================*/
/*===================================
	9. case study section start
====================================*/
.faq-thumb img{
    width: 100%;
    height: auto;
}
.faq-tittle{
	background-color: #F2F3F6;
    transition: all 0.3s ease;
	padding:20px;
    cursor: pointer;
    position: relative;
    border-radius: 4px;
}
.about-faq h4 {
    font-size: 20px;
    font-weight: 800;
}
.faq-sidebar-content .accordion-button {
    color: #00265E;
    background-color: #F2F3F6;
   font-size: 20px;
   font-weight: 600;
}
.faq-sidebar-content .accordion-item {
    border: none;
    margin-bottom: 30px;
	box-shadow: rgba(0, 0, 0, 6%) 5px 10px 20px;
}
.faq-sidebar-content .accordion-button:not(.collapsed) {
    color: #1A202D;
    background-color: #F2F3F6;
}
/*===================================
	 case study section Ends
====================================*/
