.white_bg {
    padding: 60px 0;
    background: #ffffff;
}

.gray_bg {
    padding: 60px 0;
    background: #f7f7f7;
}

.fw-light {
    font-size: 18px;
    font-weight: 400;
    /*font-family: Montserrat;*/
    margin-top: 36px;
    line-height: 1.8;
}
.blk_light_bg {
    padding: 60px 0;
    background: #000000;
}

.text-white {
    color: #fff !important;
}

   .ads_overview_contant p {       
        font-family: 'Lato', sans-serif;

    }

.heading_commons,
span.small_heading_commons {
    font-size: 40px;
    font-weight: 800;
    font-family: Montserrat;
    padding-top: 15px;
    color: #000000;
    position: relative;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.banner_blk .banner_contant .heading_commons {
    color: #ffffff;
}

.heading_commons:after {
    content: "";
    position: absolute;
    width: 80px;
    height: 7px;
    top: 0px;
    left: 0;
    background: #00b2ff;
}

.banner_blk .banner_contant .heading_commons:after {
    background: #fff;
}

.banner_blk .banner_contant p {
    font-size: 22px;
    font-weight: 800;
    font-family: Montserrat;
    color: #ffffff;
    margin-bottom: 0px;
    line-height: 30px;
    text-transform: uppercase;
}


.aav_ndustries_box {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 40px;
}
.aavi_Text {
    background-color: #fff;
    padding: 12px;
    box-shadow: 0px 2px 5px 0px #dddbdb;
}

.fctp_services {
    display: grid;
    margin-top: 50px;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
}

.fctps_blog {
    position: relative;
    text-align: center;
}

.fctps_blog p {
    position: relative;
    z-index: 1;
    font-size: 16px;
    margin-top: 20px;
    /*font-family: Montserrat;*/
    margin-bottom: 0px;
	font-weight: 400;
}



.aavi_Text h5 {
    color: #3a3a3a;
    font-size: 18px;
    font-weight: 700;
    font-family: Montserrat;
    margin: 25px 0 10px;
}

.aavi_Text ul {
    padding-left: 0px;
}

.aavi_Text ul li {
    list-style: none;
    font-size: 15px;
    position: relative;
    color: #000000;   
    font-weight: 400;
    margin-left: 13px;
        
}
    .aavi_Text ul li:after {
        position: absolute;
        content: "";
        width: 8px;
        height: 8px;
        top: 7px;
        left: -14px;
        background: rgb(116, 116, 116);
        border-radius: 20px;
        border-width: 2px;
        border-style: solid;
        border-color: rgb(204, 204, 204);
    }

.product_engg_blk p {
    color: #f1f1f1;
	font-size: 18px;
}

.img-wrapper img {
    max-height: 100%;
    object-fit: contain;
}
.certifications-section .row.text-center {
    gap: 100px;
}

.cert-card h6 {
    font-size: 20px;
    font-weight: 700;
	font-family: Montserrat;
}

.cert-card p {
    font-weight:400;
    font-size: 18px;
	/*font-family: Montserrat;*/
}

.aav_Industries_Blk strong {
    font-weight: 600;
}

.aav_Industries_Blk p {
    max-width: 90%;
    font-size: 15px;
    font-family: Montserrat;
}
.certifications-section {
    margin-top: 60px;
}
.certifications-section h2 {
    font-weight: 600;
    color: #f1f1f1;
    font-size: 30px;	
    font-family: Montserrat;
}
.product_engg_blk p.lh-lg {
    color: #f1f1f1;
    font-size: 18px;
    line-height: 1.7;
    margin: 0;
}

@media (min-width: 1600px) {
    .custom_container,
    .container {
        max-width: 1500px;
        margin: 0 auto;
    }

    .ads_overview_contant p {
        font-size: 20px;
        margin-top: 5px;
        font-weight: 400;

    }
}

@media (max-width: 1599px) {

    .aavi_Text ul li {
        font-size: 17px;
    }

    .aavi_Text h5 {
        font-size: 16px;
    }
    .banner_blk .banner_contant p {
        font-size: 18px;
        line-height: inherit;
    }

	.ads_overview_contant p {
		font-size: 16px;
		line-height: 30px;
		font-weight: 400;   
	}
	.certifications-section .row.text-center {
		gap: 60px;
	}
	.cert-card h6 {
		font-size: 18px;
	}
	.cert-card p {
        font-size: 15px;
    }
	
	.product_engg_blk p.lh-lg {
		font-size: 16px;
		line-height: 1.6;
	}
	.fctp_services {
		gap: 16px;
	}
	.fctps_blog p {
        font-size: 14px;
    }
}

@media (max-width: 1440px) {
    .heading_commons {
        font-size: 32px;
    }
    .aav_ndustries_box {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 25px 25px;
    }
    .aavi_Text ul li {
        font-size: 14px;
    }
}

@media (max-width: 1199px) {
    .fctps_blog {
        min-width: 30%;
    }

    .fctp_services {
        flex-wrap: wrap;
    }

    .heading_commons {
        font-size: 28px;
    }
	.fctp_services {
		grid-template-columns: repeat(3, 1fr);
		gap: 40px 30px;
	}
}

@media (max-width: 991px) {

    .heading_commons {
        font-size: 24px;
    }

    .certifications-section h2 {
        font-size: 22px;
    }

    .cert-card p {
        font-size: 15px;
    }

    .fctps_blog p {
        font-size: 15px;
    }

    .ayahd_Blk p {
        font-size: 15px;
    }
}

@media (max-width: 768px) {
    .aavi_Text ul li {
        font-size: 14px;
    }

    .aav_Industries_Blk p {
        max-width: 100%;
    }
	.ads_overview_contant p {
        text-align: justify;
    }
	.certifications-section .row.text-center {
        gap: 44px;
    }

}

@media (max-width: 580px) {
    .fctps_blog {
        min-width: 50%;
    }

    .certifications-section .col {
        flex-basis: auto;
    }
	.certifications-section .row.text-center {
        gap: 30px;
    }
	.img-wrapper {
        max-width: 200px;
        margin: 0 auto;
    }

    .fctps_blog {
        min-width: 100%;
        margin-bottom: 15px;
    }
	
	.fctp_services {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 425px) {
	.fctp_services {
		grid-template-columns: repeat(1, 1fr);
	}
	.fctps_blog p {
        width: 70%;
        margin: 20px auto 0;
    }
}