* {
    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;
}

/* 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;
}
.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;
}

.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 Manufacturing Capabilities ==========*/
.manufacturing_capabilities {
    position: relative;
    padding-bottom: 40px;
}
.m_capabilities_service a:hover .m_capabilities_box {
    box-shadow: 0px 6px 10px #ccc;
}
.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;
}
.m_capabilities_service a:hover picture img {
    transform: scale(1.2);
}
.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_box {
    margin-bottom: 20px;
}
.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_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_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;
}

.five_engg_blk .pt_mlr0 {
    margin: 0;
    border-right: 1px solid #b9b9b9;
    position: relative;
}
.five_engg_blk .pt_mlr0:after {
    position: absolute;
    content: "";
    bottom: -60px;
    left: 0;
    right: 0;
    width: 100%;
    background: #b9b9b9;
    height: 1px;
}
.five_engg_blk .wth20 {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0;
}
.five_engg_blk .product_type {
    padding: 20px 0;
    border-left: 1px solid #b9b9b9;
    height: 100%;
    text-align: center;
}
.five_engg_blk .product_type h4 {
    font-size: 20px;
    color: #000000;
    margin-bottom: 20px;
    font-weight: 600;
    padding: 0 20px;
}
.five_engg_blk .product_type h3 {
    font-size: 24px;
    color: #03099e;
    margin-bottom: 20px;
    font-weight: 600;
    padding: 30px 20px 0;
    border-top: 1px solid #b9b9b9;
}




.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;
    min-height: 244px;
	transition: all 0.4s;
}
.odm_devices_icon {
    text-align: center;
}
.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;
}

.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;
    }
	.banner_blk img {
		width: 100% !important;
	}
}

@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;
	}
	.odm_devices_Box .odm_devices_icon h4 {
		font-size: 18px;
	}
	.odm_devices_Box p {
		font-size: 15px;
	}
	.m_capabilities_contant h4 {
		font-size: 18px;
	}
	.five_engg_blk .product_type h4 {
		font-size: 18px;
	}
	.five_engg_blk .product_type h3 {
		font-size: 20px;
	}
}

@media (max-width: 1199px) {
	.comman_heading {
		font-size: 28px;
	}
	.stl_blk .stl .stl_icon {
		padding-right: 20px;
	}
}


@media (min-width: 992px) and (max-width: 1199px){
	.stl_blk .stl .stl_btn a.know_more {
		padding: 5px 6px;
	}
}

@media (min-width: 768px) and (max-width: 1199px){
	.offerings_blk .offering p {
		width: 60%;
	}
}

@media (max-width: 991px){
	p.common_pg {
		font-size: 15px;
	}
	.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;
	}
	.five_engg_blk {
		padding-bottom: 0;
	}
	.five_engg_blk .wth20 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.manufacturing_capabilities {
		padding-bottom: 0;
	}
	.five_engg_blk .pt_mlr0 {
		border-top: 1px solid #ccc;
	}
	.five_engg_blk .product_type {
		padding: 20px 30px;
		border-bottom: 1px solid #b9b9b9;
	}
	.five_engg_blk .product_type h4 {
		font-size: 18px;
		margin-bottom: 15px;
		padding: 0;
	}
	.five_engg_blk .product_type h3 {
		font-size: 20px;
		margin-bottom: 0;
		padding: 0;
		border-top: 0px solid #b9b9b9;
	}
	.five_engg_blk .pt_mlr0:after {
		opacity:0;
	}

	
}

@media (max-width: 767px){
	.comman_heading {
		font-size: 24px;
	}
	.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;
	}
}

@media (min-width: 576px) and (max-width: 991px){
	.comman_heading {
		font-size: 20px;
	}
	p.common_pg {
		font-size: 12px;
	}
}
@media (max-width: 575px){
	.banner_blk .banner_contant {
		top: 20%;
		transform: translate(0px, 0%);
	}
	.stl_blk .stl .stl_btn a.know_more {
		min-width: 125px;
		max-width: 135px;
	}
}

@media (max-width: 480px){

}
@media (max-width: 425px){

}

@media (max-width: 360px){
	.banner_blk .banner_contant {
		top: 6%;
	}
}

@media (max-width: 320px){

}


