* {
    margin: 0px;
    padding: 0px;
    outline: none;
}
body {
    margin: 0 auto;
    padding: 0;
    background: #ffffff;
    font-size: 16px;
    font-family: Montserrat;
	color:#000000;
}
img {
    max-width: 100%;
}
button:focus {
    outline: 0px dotted;
    outline: 0px;
}
*:focus {
    outline: none;
}
.c-bread .breadcrumb {
    padding: 0;
}
/* .c-bread .breadcrumb a {
	 color: #000000;
} */

/* Start New Manufacturing Page css */
.gray_bg {
    padding: 60px 0;
    background: #f4f4f4;
}
.white_bg {
    padding: 60px 0;
    background: #ffffff;
}
.comman_heading {
    font-size: 40px;
    font-weight: 800;
    font-family: Montserrat;
    color: #03099e;
    position: relative;
    padding-top: 15px;
    margin-bottom: 0;
    text-transform: uppercase;
    text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
}
.comman_heading:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 4px;
    background: #005bff;
    width: 75px;
    height: 10px;
    transform: skew(-34deg);
}
.banner_blk {
    position: relative;
    margin-top: 60px;
}
.manufacturing_banners {
	display: flex;
	overflow: hidden;
}
.manufacturing_contant {
	max-width: 55%;
	flex: 0 0 55%;
	position: static;
    z-index: 9;
}
.manufacturing_contant img.img_fluid {
    display: none;
}
.manufacturing_slider {
	max-width: 45%;
	flex: 0 0 45%;
	position: relative;	
}
.manufacturing_banners:after {
    position: absolute;
    content: "";
    background-image: url(../image/manufacturing-contant-bg-banner.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    height: 100%;
    width: 60%;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}
.manufacturing_contant p.common_pg {
    color: #ffffff;
}
.banner_blk .banner_contant {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translate(0px, -50%);
}
.banner_contant .comman_heading{
    padding-top: 0px;
}
.banner_contant .comman_heading:after {
    opacity: 0;
}
.banner_blk .banner_carousel.owl-carousel .owl-item img {
    width: auto;
	margin-left: -1px;
    width: 104% !important;
}
.manufacturing_contant img {
    transform: scale(1.01);
}
.banner_blk .banner_carousel.owl-carousel .owl-dots {
    position: absolute;
    width: auto;
    bottom: 12px;
    left: 13%;
}
.banner_blk .banner_carousel.owl-carousel button.owl-dot {
    background: #ffffff;
    height: 12px;
    width: 12px;
    border-radius: 20px;
    cursor: pointer;
    margin: 0 3px;
    opacity: 1;
    transition: opacity .6s ease;
    display: inline-block;
}
.banner_blk .banner_carousel.owl-carousel button.owl-dot.active {
    opacity: 1;
    background: #03099e;
}

.overview_contants p:nth-child(1) {
    margin-top: 20px;
}
.overview_contants p{
    font-size: 16px;
}

.stl_blk {
    background: rgb(23,3,148);
    background: -moz-linear-gradient(left, rgba(23,3,148,1) 0%, rgba(40,112,250,1) 100%);
    background: -webkit-linear-gradient(left, rgba(23,3,148,1) 0%,rgba(40,112,250,1) 100%);
    background: linear-gradient(to right, rgba(23,3,148,1) 0%,rgba(40,112,250,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#170394', endColorstr='#2870fa',GradientType=1 );
}
.stl_blk .stl {
    padding: 25px 0px;
    display: flex;
    align-items: center;
}
.stl_blk .stl .stl_icon {
    padding-right: 30px;
    flex: 0 0 8%;
    max-width: 8%;
}
.stl_blk .stl .stl_text {
    font-weight: 500;
    font-family: Montserrat;
    font-size: 15px;
    color: #ffffff;
    flex: 0 0 80%;
    max-width: 80%;
    padding: 0 20px;
}
.stl_blk .stl .stl_btn {
    flex: 0 0 12%;
    max-width: 12%;
}
.stl_blk .stl .stl_btn a.know_more {
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 700;
    font-family: Montserrat;
    color: #ffffff;
    text-align: left;
    border: 1px solid #ccc;
    text-decoration: none;
    display: block;
    margin-left: auto;
    min-width: 120px;
    max-width: 130px;
}
.know_more .c_arrow {
    margin-left: 5px;
    transition: all 0.4s;
    margin-top: -2px;
}
.know_more:hover img.c_arrow {
    margin-left: 8px;
}

/*========== START FROM CONCEPT TO PRODUCTION SECTION ===========*/
.fctp_services {
    margin-top: 40px;
    padding-top: 160px;
    display: flex;
}
.fctps_blog {
    flex: 0 0 16.66%;
    max-width: 16.66%;
}
.fctps_blog.flex_direction {
    flex-direction: column-reverse;
    display: flex;
    position: relative;
    bottom: 180px;
}
.fctps_blog.flex_direction p {
    margin-bottom: 15px;
}
.fctps_blog .col {
    padding: 0;
	position: relative;
}
.fctps_blog .col:nth-child(1):after {
    position: absolute;
    content: "";
    background-image: url(../image/progress_dotted_icon.png);
    background-repeat: no-repeat;
	background-position: center;
    width: 90px;
    height: 6px;
    top: 50%;
    right: -40px;
    transform: translate(0px, -50%);
    z-index: 1;
}
.fctps_blog.flex_direction .col:nth-child(1):after {
    background-image: url(../image/progress_dotted_icon2.png);
}
.fctps_blog.flex_direction .col:nth-child(1):after {
    top: 60%;
}
.fctps_blog .col.none_after:after {
    opacity: 0;
}
.fctps_blog .col img {
    position: relative;
    right: -15px;
    min-width: 100%;
	padding: 0px 25px;
}
.fctps_blog h3 {
    font-size: 20px;
    font-weight: 600;
    color: #03099e;
    margin-bottom: 8px;
    margin-top: 12px;
    text-align: center;
}
.fctps_blog p {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 0;
    text-align: center;
}
/*========== END FROM CONCEPT TO PRODUCTION SECTION ===========*/

/*========== START Manufacturing Capabilities ==========*/
.manufacturing_capabilities {
    position: relative;
}
/* .manufacturing_capabilities:before {
    position: absolute;
    content: "";
    background: #f4f4f4;
    height: 25%;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
} */
.m_capabilities_service {
    margin-top: 40px;
}
.m_capabilities_service .row.padd_LR5 {
    margin-left: -8px;
    margin-right: -8px;
}
.m_capabilities_service .row.padd_LR5 .LR5 {
    padding-left: 8px;
    padding-right: 8px;
}
.m_capabilities_service a {
    display: block;
	text-decoration: none;
	margin-top:20px;
}
.m_capabilities_service a:hover .m_capabilities_box {
    box-shadow: 0px 6px 10px #ccc;
}
.m_capabilities_box picture {
    display: block;
    overflow: hidden;
    border: 1px solid #ccc;
    border-top: 0;
}
.m_capabilities_box picture img {
    transition: all 0.4s;
	width: 100%;
}
.m_capabilities_service a:hover picture img {
    transform: scale(1.2);
}
.m_capabilities_contant {
    background: #f4f4f4;
    padding: 12px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 90px;
	transition: all 0.4s;
	border: 1px solid #cccccc;
}
.m_capabilities_service a:hover .m_capabilities_contant {
    background: #03099e;
    border: 1px solid #03099e;
}
.m_capabilities_service a:hover .m_capabilities_contant.light_bluebg h4 {
	color: #ffffff;
    margin-bottom: 0;
    text-shadow: 2px 0 0 #03099e, -2px 0 0 #03099e, 0 2px 0 #03099e, 0 -2px 0 #03099e, 1px 1px #03099e, -1px -1px 0 #03099e, 1px -1px 0 #03099e, -1px 1px 0 #03099e;
}
.m_capabilities_service a:hover .m_capabilities_contant.light_bluebg {
    background: #00b2ff;
    border: 1px solid #00b2ff;
}
.m_capabilities_contant h4 {
    font-size: 22px;
    font-weight: 800;
    width: 90%;
    font-family: Montserrat;
    color: #ffffff;
    margin-bottom: 0;
    text-shadow: 2px 0 0 #00b2ff, -2px 0 0 #00b2ff, 0 2px 0 #00b2ff, 0 -2px 0 #00b2ff, 1px 1px #00b2ff, -1px -1px 0 #00b2ff, 1px -1px 0 #00b2ff, -1px 1px 0 #00b2ff;
	transition: all 0.4s;
}

/*======= Certification =======*/
.Caltes_heading {
    font-size: 40px;
    font-weight: 800;
    font-family: Montserrat;
    color: #03099e;
    position: relative;
    margin-bottom: 0;
    text-shadow: 3px 0 0 #fff, -3px 0 0 #fff, 0 3px 0 #fff, 0 -3px 0 #fff, 2px 2px #fff, -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff;
    text-align: center;
    margin-bottom: 10px;
}
.Caltes_heading.iso {
    margin: 60px 0 20px;
}
.certification_Blog {
    text-align: center;
    margin-top: 40px;
}
.certification_Blog span {
    display: block;
    font-size: 13px;
    color: #7c7c7c;
    font-family: Montserrat;
    margin-top: 10px;
}
.certification_Blog p {
    font-size: 14px;
    font-weight: 600;
    font-family: Montserrat;
    margin: 10px 0 0;
    color: #000000;
}
.certification_Blog p span {
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    color: #000000;
    display: block;
}

.Heading_box {
    border-top: 1px solid #bbbbbb;
    border-left: 0;
    border-bottom: 0;
    overflow-y: hidden;
    padding-bottom: 20px;
    margin-bottom: -20px;
}
.Heading_Contant {
    border-left: 1px solid #bbbbbb;
    border-bottom: 1px solid #bbbbbb;
    padding: 20px 10px;
    text-align: center;
    transition: all 0.3s;
    width: 25%;
    float: left;
    min-height: 120px;
}
.Heading_Contant:nth-child(4),
.Heading_Contant:nth-child(8) {
    border-right: 1px solid #bbbbbb;
}
.Heading_Contant h4 {
    font-size: 22px;
    font-weight: 800;
    font-family: Montserrat;
    color: #03099e;
    margin-bottom: 10px;
}
/* .Heading_Contant:hover {
    box-shadow: 0px 4px 10px 0px rgba(55, 55, 55, 0.17);
    position: relative;
	background: #ffffff;
} */
.Heading_Contant p {
    color: #3a3a3a;
    font-weight: 500;
    font-size: 16px;
    margin: 0;
    min-height: 52px;
}
.ribbon_banner {
    text-align: center;
    position: relative;
}
.ribbon_banner:before {
    position: absolute;
    content: "";
    border-top: 1px solid #b9b9b9;
    top: 0;
    left: 0;
    right: 0;
}
.ribbon_contant {
    padding: 20px 0;
    border-bottom: 1px solid #b9b9b9;
    display: inline-block;
}
.ribbon_contant ul li {
    position: relative;
    padding-left: 15px;
    margin: 0 12px;
    display: inline-block;
    font-size: 22px;
    font-weight: 500;
    color: #3a3a3a;
}
.ribbon_contant ul li:after {
    position: absolute;
    content: "";
    background: #03099e;
    width: 8px;
    height: 8px;
    border-radius: 20px;
    top: 50%;
    left: 0;
    transform: translate(0px, -50%);
}
/*======= End Certification =======*/

.odm_devices_section .mlr_0 {
    margin-left: 0;
    margin-right: 0;
	margin-top: 40px;
}
.odm_devices_section .plr_0 {
    padding-left: 0;
    padding-right: 0;
}
.odm_devices_Box {
    background: #f4f4f4;
    height: 100%;
    border: 1px solid #fff;
    padding: 20px 15px;
    min-height: 244px;
	transition: all 0.4s;
}
/* .odm_devices_Box:hover {
    background: #fff;
    box-shadow: 0px 4px 8px 0px #abc6f7;
    position: relative;
    z-index: 1;
} */
.odm_devices_icon {
    text-align: center;
}
.odm_devices_icon img {
    opacity: 0.6;
}
.odm_devices_Box .odm_devices_icon h4 {
    font-weight: 600;
    font-size: 22px;
    text-align: center;
    margin: 20px 0 0;
    color: #005bff;
    text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
}
.odm_devices_Box p {
    font-size: 16px;
    color: #000000;
    font-weight: 500;
    margin: 10px 0 0;
    text-align: center;
}

/*======== Strt form  =========*/
.virtualtour_blk .comman_heading_img {
    position: relative;
}
.virtualtour_blk .comman_heading_text {
    position: absolute;
    top: 40%;
    transform: translate(20px, -50%);
    width: 90%;
}
.virtualtour_blk .comman_heading_text h2.comman_heading {
    text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
    padding-left: 15px;
}
.virtualtour_blk h2.comman_heading:after {
    left: -20px;
    height: 75%;
    width: 12px;
    top: 15px;
    transform: skewY(34deg);
}
.virtualtour_form {
    margin-top: 15px;
}
.virtualtour_form input, .virtualtour_form select {
    background-color: #fff;
    border: 1px solid #d1d1d1;
    color: #292929;
    padding: 10px;
    width: 100%;
    margin-bottom: 15px;
    box-shadow: 0px 3px 5px #e7e7e7;
}
.virtualtour_form input:focus, .virtualtour_form select:focus {
    border: 1px solid #000000;
}
.virtualtour_form .btn_subscribe {
    float: left;
}
.btn_subscribe .btn button {
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    padding: 8px 15px;
    min-width: 141px;
    border: 1px solid #005bff;
    text-decoration: none;
    background: #005bff;
    margin: 0;
    min-height: 41px;
}
.white_bg.latest_news_section {
    background: #f4f4f4;
    margin-top: 0 !important;
    padding: 60px 0px !important;
}
.latest_news_services {
    border-bottom: 0px solid #cecece;
    padding-bottom: 0px;
}

/*======= Offerings ========*/
.offerings_blk {
    position: relative;
}
.offerings_blk .offering {
    overflow: hidden;
    display: flex;
    align-items: center;
    border-top: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
    padding: 30px 0;
}
.offerings_blk .offering p {
    float: left;
    margin-right: auto;
    margin-bottom: 0;
    width: 75%;
    color: #000000;
    font-weight: 800;
    font-family: Montserrat;
    font-size: 24px;
}
.offerings_blk .offering .btn_subscribe {
    max-width: 240px;
    padding-right: 15px;
}
.offerings_blk .offering .btn_subscribe .btn a {
    color: #005bff;
    font-size: 15px;
    font-weight: 700;
    padding: 8px 19px;
    min-width: 145px;
    display: inline-block;
    border: 1px solid #e1e1e1;
    text-decoration: none;
    background: #ffffff;
    box-shadow: 0px 0px 9px 0px #ccc;
}
.offerings_blk .offering .btn_subscribe svg {
    stroke: #005bff;
}
/*======= End Offerings ========*/


/*======= Start responsive css ========*/

@media (min-width: 1600px) {
    .container {
        max-width: 1500px;
        margin: 0 auto;
    }
}

@media (max-width: 1599px) {
	.comman_heading {
		font-size: 32px;
	}
	p.common_pg {
		font-size: 15px;
	}
	.manufacturing_slider:after {
		left: -65px;
	}
	.m_capabilities_contant h4 {
		font-size: 18px;
	}
	.Caltes_heading {
		font-size: 32px;
	}
	.Heading_Contant h4 {
		font-size: 18px;
	}
	.Heading_Contant p {
		font-size: 15px;
		min-height: 68px;
	}
	.ribbon_contant ul li {
		font-size: 18px;
	}
/* 	.fctp_services {
		padding-top: 190px;
	} */
	.fctps_blog.flex_direction {
		bottom: 176px;
	}
	.fctps_blog .col img {
		padding: 0px 15px;
	}
	.fctps_blog h3 {
		font-size: 15px;
	}
	.fctps_blog p {
		font-size: 14px;
	}
	.fctps_blog .col:nth-child(1):after {
		right: -30px;
		width: 60px;
	}
	.odm_devices_Box .odm_devices_icon h4 {
		font-size: 18px;
	}
	.odm_devices_Box p {
		font-size: 15px;
	}
    .certification_Blog img {
        width: 48%;
    }
    .certification_Blog.ansi img {
        width: 55%;
    }
    .certification_Blog.aeo img {
        width: 86%;
    }
}

@media (max-width: 1199px) {
	.comman_heading {
		font-size: 28px;
	}
	.fctps_blog.flex_direction {
		bottom: 160px;
	}
	.fctp_services {
		padding-top: 140px;
	}
	.stl_blk .stl .stl_icon {
		padding-right: 20px;
	}
	.fctps_blog .col:nth-child(1):after {
		right: -15px;
		width: 30px;
	}
}


@media (min-width: 992px) and (max-width: 1199px){
	.stl_blk .stl .stl_btn a.know_more {
		padding: 5px 6px;
	}
	.Heading_Contant h4 {
        font-size: 16px;
    }
	.fctps_blog h3 {
		font-size: 14px;
	}
	.fctps_blog p {
		font-size: 12px;
	}
	.fctps_blog .col img {
		padding: 0px 0px;
	}
}

@media (min-width: 768px) and (max-width: 1199px){
	.offerings_blk .offering p {
		width: 60%;
	}
}

@media (max-width: 991px){
	p.common_pg {
		font-size: 15px;
	}
	.manufacturing_contant img {
		height: 100%;
	}
	.stl_blk .stl {
		display: block;
		text-align: center;
	}
	.stl_blk .stl .stl_icon, .stl_blk .stl .stl_text, .stl_blk .stl .stl_btn {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.stl_blk .stl .stl_icon {
		padding-right: 0px;
		margin-bottom: 20px;
	}
	.stl_blk .stl .stl_icon>img {
		width: 80px;
	}
	.stl_blk .stl .stl_text {
		padding: 0;
	}
	.stl_blk .stl .stl_btn a.know_more {
		padding: 7px 12px;
		margin-left: inherit;
		margin: 20px auto 0;
	}
	.virtualtour_blk {
		background: url(../image/virtualtour_bg_img_991.png);
		height: 100%;
		width: 100%;
	}
	.comman_heading_img>img {
		display: none;
	}
	.virtualtour_form {
		margin-top: 40px;
	}
	.virtualtour_blk .comman_heading_text {
		position: inherit;
		top: 0;
		transform: inherit;
		width: 95%;
		margin-left: 20px;
	}
	.virtualtour_form input, .virtualtour_form select {
		border: 1px solid #ffffff;
		margin-bottom: 15px;
		box-shadow: 0px 3px 4px #4444441f;
	}
	.virtualtour_form .btn_subscribe {
		margin-left: 0;
	}
	.Heading_Contant p {
		min-height: 52px;
	}
	.fctp_services {
		width: 50%;
		margin: 0 auto;
		display: block;
		padding: 0;
	}
	.fctps_blog {
		flex: 0 0 100%;
		max-width: 100%;
		margin-top: 40px;
	}
	.fctps_blog .col img {
		min-width: 100%;
		right: -35px;
	}
	.fctps_blog .col:nth-child(1):after {
		opacity: 0;
	}
	.fctps_blog.flex_direction {
		display: block;
		position: inherit;
	}
	.fctps_blog.flex_direction p {
		margin-bottom: 0;
	}
	.Heading_Contant {
		width: 50%;
	}
	.Heading_Contant:nth-child(2), .Heading_Contant:nth-child(6) {
		border-right: 1px solid #bbbbbb;
	}
	.manufacturing_capabilities {
		padding-bottom: 0;
	}
	.m_capabilities_box {
		margin-bottom: 20px;
	}
	
}

@media (max-width: 767px){
	.comman_heading {
		font-size: 24px;
	}
	.manufacturing_capabilities {
		padding-bottom: 0;
	}
	.m_capabilities_service a {
		margin-bottom: 20px;
	}
	.m_capabilities_contant {
		background: #03099e;
		border: 1px solid #03099e;
	}
	.ribbon_contant ul li {
		display: block;
		text-align: left;
	}
	.offerings_blk .offering {
		display: block;
		border-top: 0px solid #cecece;
		border-bottom: 0px solid #cecece;
		padding: 0;
	}
	.offerings_blk .offering .btn_subscribe {
		float: left;
		padding-bottom: 10px;
		margin-top: 30px;
		margin-left: 0;
		padding-right: 0;
	}
	.offerings_blk .offering p {
		width: 100%;
		font-size: 18px;
	}
	.certification_Service_Blog .row .col-md-4 {
		flex: 0 0 50%;
		max-width: 50%;
	}
}

@media (min-width: 576px) and (max-width: 991px){
	.comman_heading {
		font-size: 20px;
	}
	p.common_pg {
		font-size: 12px;
	}
}
@media (max-width: 575px){
	.Heading_Contant {
		width: 100%;
	}
	.Heading_Contant {
		border-right: 1px solid #bbbbbb;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.Heading_Contant p {
		min-height: auto;
	}
	.manufacturing_banners {
		display: block;
	}
	.manufacturing_contant, .manufacturing_slider {
		max-width: 100%;
		flex: 0 0 100%;
	}
	.banner_blk .banner_contant {
		top: 20%;
		transform: translate(0px, 0%);
	}
	.manufacturing_slider:after {
		background-image: url(../image/manufacturing_contant_res_bg_after.png);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: contain;
		height: 90px;
		width: 100%;
		left: 0;
		right: 0;
		top: -30px;
	}
	.fctps_blog .col img {
		right: -28px;
	}
	.manufacturing_banners {
		display: block;
	}
	.manufacturing_contant {
		max-width: 100%;
		flex: 0 0 100%;
		position: relative;
		min-height: 280px;
	}
	.manufacturing_slider {
		max-width: 100%;
		flex: 0 0 100%;
	}
	.manufacturing_banners:after {
		position: absolute;
		content: "";
		background-image: url(../image/manufacturing-contant-bg-res-banner2.png);
		background-repeat: no-repeat;
		background-position: top center;
		background-size: contain;
		height: 50%;
		width: 100%;
		left: 0;
		top: 0;
		bottom: 0;
		z-index: 1;
	}
    .certification_Blog img {
        width: 60%;
    }
    .certification_Blog.ansi img {
        width: 70%;
    }
    .certification_Blog.aeo img {
        width: auto;
    }
    .certification_Blog p, .certification_Blog p span {
        font-size: 13px;
    }
}

@media (max-width: 480px){
	.manufacturing_contant {
		min-height: 250px;
	}
}
@media (max-width: 425px){
	.manufacturing_contant {
		min-height: 210px;
	}
	.manufacturing_banners:after {
		background-size: cover;
	}
	.fctp_services {
		width: 80%;
	}
}

@media (max-width: 375px){
    .certification_Blog p, .certification_Blog p span {
        font-size: 12px;
    }
}

@media (max-width: 360px){
	.manufacturing_contant img {
		min-height: 240px;
	}
	.banner_blk .banner_contant {
		top: 6%;
	}
	.manufacturing_contant {
		min-height: 160px;
	}
	.fctp_services {
		width: 85%;
	}
}

@media (max-width: 320px){
	.banner_blk .banner_contant {
		top: 10%;
	}
    .certification_Service_Blog .row .col-md-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .certification_Blog img {
        width: 40%;
    }
    .certification_Blog.ansi img {
        width: 50%;
    }
    .certification_Blog.aeo img {
        width: 70%;
    }
	.certification_Service_Blog .row .col-md-4 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.certification_Blog img {
		width: 40%;
	}
	.certification_Blog.ansi img {
		width: 50%;
	}
	.certification_Blog.aeo img {
		width: 70%;
	}
}


