html,body,div,span,
h1,h2,h3,h4,h5,h6,
p,blockquote,q,em,img,small,strong,
dl,dt,dd,ol,ul,li,fieldset,form,label,legend{border:0;outline:0;margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}
body{line-height:1}
ol,ul{list-style:none}
:focus{outline:0}
input,textarea{margin:0;outline:0;}
textarea{overflow:auto; resize:none;}
table{border-collapse:collapse;border-spacing:0}
/* End Reset */

/* html5 */
article, aside, details, figcaption, figure, footer, header, nav, section { display: block; }

*,
*::after,
*::before{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Default Font Styles
______________________*/
body, input, select, textarea{
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 18px;
	line-height: 1.3;
}

/* Headings
______________________*/
h1{
	margin: 0;
	color: #fff;
	font-size: 50px;
}
h2{
	margin: 0 0 15px;
	color: #4f81bc;
	font-size: 42px;
	text-transform: capitalize;
}
h3{
	color: #2b507d;
	font-size: 18px;
	margin-bottom: 25px;
	text-transform: capitalize;
}
h4{
	font-size: 25px;
	color: #336699;
}


/* Links
______________________*/
a{ text-decoration: none;}
a:hover { }

/* p, blockquote, address
______________________*/
p{
	color: #2b507d;
	margin-bottom: 30px;
}
img{
	height: auto;
	max-width: 100%;
}

/* Lists
______________________*/
ul{
	padding-left: 15px;
	list-style-type: square;
}
li{
 	color: #2b507d;
 	font-size: 22px;
 	padding-left: 25px;
 	margin-bottom: 5px;
}


/* Layout 
______________________*/
#container-fluid{
	
}
.content-width{
	width: 100%;
	margin:0 auto;
	padding: 0 15px;
	max-width: 1230px;
}
.theme-btn{
	color: #fff;
	text-align: center;
	padding: 12px 10px;
	background: #4f81bc;
	display: inline-block;
	text-decoration: none;
	border: 2px solid #2b507d;
	text-transform: capitalize;
}
.theme-btn:hover{
	background: #2b507d;
}

/* Header
______________________*/
#header-wrap{
	padding: 35px 0 20px;
}
.header{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 30px;
	justify-content: space-between;
}
.header-right h4{
	font-weight: normal;
	margin-bottom: 5px;
}
.header-right ul{
	padding: 0;
	list-style-type: none;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.header-right li{
	padding-left: 5px;	
}
.header-right a{
	font-size: 14px;
	color: grey;
	text-decoration: underline;
}
.main-menu ul{
	padding: 0;
	list-style-type: none;	
}
.main-nav{
	display: flex;
	align-items: center;
}
.main-menu li{
	padding: 0 20px;
	position: relative;
}
.main-menu a{
	color: #2b507d;
	text-transform: capitalize;
}
.main-menu .inner-menu{
	display: none;
	position: absolute;
	top: 100%;
	left: 20px;	
	padding: 10px 0;
	background: #2b507d;
}
.inner-menu li{
	padding: 0;
}
.main-menu li:hover > a{
	color: #4f81bc;
}
.inner-menu a{
	color: #fff;
	display: block;
	font-size: 18px;
	padding: 10px 15px;
	white-space: nowrap;
}
.inner-menu a:hover{
	color: #fff !important;
	background: #4f81bc;
}
.has-children::after{
	content: '';
	display: block;
	position: absolute;
	top: 9px;
	right: 0;
	border: 6px solid red;	
	border-color: transparent transparent transparent #2b507d;
}
.main-menu li:hover::after{
	top: 12px;
	right: 2px;
	border-color: #2b507d transparent transparent;
}

/* Navigation
-------------------------------------- */

/*  Banner Area
-------------------------------------- */
.banner-wrap{
	margin-bottom: 30px;
}
.banner-sec{
	display: flex;
	min-height: 388px;
	align-items: center;
	flex-direction: row-reverse;
	justify-content: space-between;
	background: url('../images/banner-bg.png') no-repeat center center / cover;
}
.banner-left{
	width: 100%;
	text-align: center;
	color: #fff;
	padding: 0 15px;
}
.banner-left h2{
	font-weight: normal;
}
.banner-right{
	width: 100%;
	max-width: 180px;
}

/*  Main Area
-------------------------------------- */
.featured-block{
	padding: 30px 0 30px 30px;
}
.featured-block img{
	width: 100%;
	display: block;
}
.main-title{
	padding: 0 30px;
}
.title-sec h2{
	margin-bottom: 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #f2f2f2;
}
.featured-info{
	float: left;
	width: 42%;
	padding-right: 50px;
}
.featured-info p{
	font-size: 22px;
}
.featured-img{
	float: right;
	width: 58%;	
}
.featured-bg{
	padding-right: 30px;
	background: #f2f2f2;
	margin-bottom: 30px;
}
.our-mission{
	position: relative;
	background: #1f487c;
	margin-bottom: 40px;
	padding: 50px 50px 50px 300px;
}
.our-mission img{
	position: absolute;
	top: 50%;
	left: 55px;
	width: 185px;
	transform: translateY(-50%);
}
.our-mission p{
	color: #fff;
	font-size: 24px;
	margin-bottom: 50px;
}
.our-mission p:last-child{
	margin-bottom: 0;
}
.our-mission em{
	color: #cdc7e5;
}
.manufacturing-sec{
	padding: 5px;
	margin-bottom: 50px;
	background: #558ed5;
}
.manufacturing-sec .featured-img{
	width: 50%;
}
.manufacturing-sec .featured-info{
	padding: 50px;
	width: 50%;
}
.manufacturing-sec li{
	color: #fff;
	margin-bottom: 40px;
}
.manufacturing-sec li:last-child{
	margin-bottom: 0;
}
.factory-img{
	float: left;
	margin-bottom: 20px;
}
.factory-img .theme-btn{
	display: block;
}
.col-60{
	width: 60%;
	padding-right: 15px;
}
.col-40{
	width: 40%;
	padding-left: 15px;
}
.img-sec{
	min-height: 305px;
	position: relative;
	margin-bottom: 30px;
}
.img-sec img{
	width: 100%;
	height: 100%;
	position: absolute;
	object-fit: cover;
}
.digital-thread,
.smarter-factory{
	padding: 0;
	margin-bottom: 50px;
}
.digital-thread .featured-img{
	float: left;
	width: 50%;
	padding-right: 40px;
}
.digital-thread .featured-info{
	width: 50%;
	padding: 60px 80px 0 20px;
}
.digital-thread li,
.smarter-factory li{
	margin-bottom: 30px;
}
.smarter-factory li:last-child,
.digital-thread li:last-child{
	margin-bottom: 0;
}
.smarter-factory .featured-img{
	width: 50%;
}
.smarter-factory .featured-info{
	width: 50%;
	padding: 40px 50px 0 30px;
}
.help-sec{
	overflow: hidden;
	position: relative;
	background: #4f81bc;
	margin-bottom: 50px;
	padding: 50px 50px 50px 500px;
}
.help-sec img{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 460px;
}
.help-sec li{
	color: #fff;
	margin-bottom: 40px;
}
.help-sec li:last-child{
	margin-bottom: 0;
}
.team-list{
	display: flex;
	margin-bottom: 50px;
}
.team-box{
	max-width: 20%;
	padding: 10px 15px;
	border-left: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
}
.team-box1{
	border-left: 1px solid transparent;
}
.team-box4{
	max-width: 40%;
}
.team-box img{
	display: block;
	margin-bottom: 10px;
}
.team-box4 img{
	height: 178px;
}
.team-info{
	margin: 0 -15px;
	padding: 20px 20px 15px 30px;
	border-top: 1px solid #f2f2f2;
}
.team-info p{
	font-size: 16px;
	margin-bottom: 20px;
}
.team-info p:last-child{
	margin-bottom: 0;
}
.team-info h3 span{
	color: #2b507d;
	display: block;
	font-size: 16px;
	font-weight: normal;
}
.core-skills{
	display: flex;
	margin-bottom: 50px;
	align-items: center;
	border: 2px solid #d4d4d4;
	padding: 20px 10px 20px 30px;
	justify-content: space-between;
}
.core-skills img{
	width: 280px;	
}
.core-skills-info{
	width: 100%;
	display: flex;
	padding: 30px;
	max-width: 70%;
	background: #c7d9f1;
	justify-content: space-between;
}
.core-skills li{
	font-size: 18px;
	margin-bottom: 10px;
}
.core-skills li:last-child{
	margin-bottom: 0;
}
.core-img{
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.logo-list{
	display: flex;
	flex-wrap: wrap;
	padding: 20px 50px;
	margin-bottom: 50px;
	align-items: center;
	border-top: 1px solid #d4d4d4;
	border-bottom: 1px solid #d4d4d4;
	justify-content: space-between;
}
.logo-img{
	padding: 20px;
}
.contact-us{
	margin-bottom: 50px;
	border-top: 1px solid #d4d4d4;
	border-bottom: 1px solid #d4d4d4;
}
.contact-us img{
	width: 100%;
	display: block;
}
.contact-img{
	width: 70%;
	float: right;
}
.address{
	width: 30%;
	float: left;
	padding: 30px 50px;
}
.address a{
	color: #2b507d;
}

/*  Footer 
-------------------------------------- */
#footer{
	display: flex;
	padding: 15px;
	background: #000;
	align-items: center;
	justify-content: center;
}
#footer p{
	color: #fff;
	margin-bottom: 0;
}
#footer ul{
	display: flex;
	align-items: center;
	list-style-type: none;
}
#footer li{
	margin-bottom: 0;
	padding-left: 10px;
}
#footer a,
#footer img{
	display: block;
}
.featured-block::after,
.clearfix::after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

@media (max-width: 1199px) {
	#header-wrap{
		padding-top: 20px;
	}
	.header{
		margin-bottom: 20px;
	}
    .banner-right{
    	max-width: 160px;
    }
    h1{
    	font-size: 40px;
    }
    h2{
    	font-size: 32px;
    }
    li,
    .featured-info p{
    	font-size: 18px;
    }
    .our-mission p{
    	font-size: 20px;
    }
    .manufacturing-sec li{
    	margin-bottom: 30px;
    }
    .team-info{
    	padding: 20px 10px 15px 15px;
    }
    .team-info p{
    	font-size: 15px;
    }
    .core-skills img{
		width: 220px;
	}
	.logo-list{
		padding: 20px 0;
	}
	.logo-img{
		padding: 15px;
	}
}

@media (max-width: 1023px) {
    .logo{
    	width: 250px;
    	display: inline-block;
    }
    h1{
    	font-size: 34px;
    }
    h2{
    	font-size: 28px;
    }
    h4{
    	font-size: 22px;
    }
    .header-right h4{
    	margin-bottom: 0;
    }
    .main-menu li{
    	padding: 0 15px;
    }
    .banner-sec{
    	min-height: 280px;
    }
    .banner-right{
    	max-width: 100px;
    	margin-right: 20px;
    }
    .main-title{
    	padding: 0 20px;
    }
    .featured-block{
    	padding: 20px 0 20px 20px;
    }
    .featured-info{
    	padding-right: 30px;
    }
    li{
    	padding-left: 10px;
    }
    .our-mission{
    	margin-bottom: 30px;
    	padding: 40px 20px 40px 190px;
    }
    li, .featured-info p{
    	font-size: 16px;
    }
    .our-mission img{
    	left: 30px;
    	width: 130px;
    }
    .our-mission p{
    	font-size: 18px;
    	margin-bottom: 30px;
    }
    .manufacturing-sec{
    	padding: 5px;
    	margin-bottom: 30px;
    }
    .manufacturing-sec .featured-info{
    	padding: 20px 15px;
    }
    .manufacturing-sec li{
    	margin-bottom: 20px;
    }
    .img-sec{
    	min-height: 230px;
    }
    .digital-thread, .smarter-factory{
    	padding: 0;
    	margin-bottom: 30px;
    }
    .digital-thread .featured-info{
    	padding: 30px 20px 0 20px;
    }
    .smarter-factory .featured-info{
    	padding: 30px 30px 0 20px;
    }
    .digital-thread li, .smarter-factory li{
    	margin-bottom: 25px;
    }
    .help-sec{
    	margin-bottom: 30px;
    	padding: 30px 30px 30px 330px;
    }
    .help-sec img{
    	width: 300px;
    }
    .help-sec li{
    	margin-bottom: 20px;
    }
    .team-list{
    	margin-bottom: 30px;
    }
    .team-box{
    	max-width: 22%;
    }
    .team-box4{
    	max-width: 34%;
    }
    .team-box4 img{
    	height: 114px;
    }
    h3{
    	font-size: 16px;
    	margin-bottom: 20px;
    }
    .team-info h3 span{
    	font-size: 15px;
    }
    .team-info{
    	padding: 15px 10px 10px 10px;
    }
    .team-info p{
    	font-size: 14px;
    	margin-bottom: 15px;
    }
    .core-skills-info{
    	padding: 20px;
    }
    .core-skills li{
    	font-size: 15px;
    	margin-bottom: 8px;
    }
    .core-skills{
    	padding-left: 20px;
    	margin-bottom: 30px;
    }
    .core-skills img {
		width: 170px;
	}
	.logo-list{
		margin-bottom: 30px;
	}
	.logo-img{
		max-width: 20%;
		padding: 15px 20px;
	}
	.address{
		font-size: 16px;
		padding: 20px;
	}
	p{
		margin-bottom: 20px;
	}
	.contact-us{
		margin-bottom: 30px;
	}
}
@media (min-width: 768px) {
	.toggleBtn{
		display: none;
	}
	.main-menu{
		display: block !important;
	}
}
@media (max-width: 767px) {
	#header-wrap{
		padding: 15px 0;
		position: relative;
	}
	.header-right{
		display: none;
	}
	.main-menu{
		display: none;
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		background: #2b507d;
	}
	.main-menu ul{
		display: block
	}
	.main-menu li{
		margin: 0;
		padding: 0;
		border-bottom: 1px solid #fff;
	}
	.main-menu a{
		color: #fff;
		display: block;
		padding: 15px;
	}
	.main-menu li:last-child{
		border-bottom: none;
	}
	.main-menu .inner-menu{
		padding: 0;
		position: static;
		background: #4f81bc;
	}
	.header{
		display: block;
		margin-bottom: 0;
	}
	.header-left{
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.burger {
	    width: 45px;
	    height: 45px;
	    border-radius: 4px;
	    background: #4f81bc;
	    box-shadow: rgb(136 165 191 / 48%) 6px 2px 16px 0px, rgb(255 255 255 / 80%) -6px -2px 16px 0px;
	    cursor: pointer;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    padding: 5px;
	    transition: all .3s ease;
	}
	.burger.active {
	    background: rgb(56 56 56);
	}
	.strip {
	    transition: all .3s ease;
	}
	.strip div {
	    height: 3px;
	    border-radius: 2px;
	    background: #fff;
	    margin: 7px 0;
	    transition: all .3s cubic-bezier(0.075, 0.82, 0.165, 1);
	    width: 30px;
	}
	.burger.active .strip div {
	    background: white;
	}
	/* BURGER 2 */
	.burger.active .strip div:first-child {
	    transform: translateY(10px) rotate(45deg);
	}
	.burger.active .strip div:nth-child(2) {
	    opacity: 0;
	}
	.burger.active .strip div:last-child {
	    transform: translateY(-10px) rotate(-45deg);
	}
	.main-menu li::after{
		top: 22px;
		right: 15px;
		border-color: #fff transparent transparent;
	}
    .banner-sec{
    	padding: 40px 0;
    	min-height: inherit;
    }
    h1{
    	font-size: 28px;
    }
    h2{
    	font-size: 24px;
    }
    .main-title{
    	padding: 0 15px;
    }
    .featured-info{
    	float: none;
    	width: auto;
    	padding: 30px 0 0;
    }
    .featured-img{
    	float: none;
    	width: auto;
    }
    .featured-block{
    	padding: 15px 0;
    }
    .featured-bg .featured-info{
    	padding-left: 20px;
    }
    .our-mission img{
    	width: 120px;
    	transform: none;
    	position: static;
    	margin-bottom: 20px;
    }
    .our-mission{
    	padding: 30px;
    }
    .our-mission p br{
    	display: none;
    }
    .manufacturing-sec .featured-img{
    	width: auto;
    }
    .manufacturing-sec{
    	padding: 15px;
    }
    .manufacturing-sec .featured-info{
    	width: auto;
    	padding: 30px 0 15px;
    }
    .factory-img{
    	float: none;
    	width: auto;
    }
    .img-sec{
    	min-height: inherit;
    }
    .img-sec img{
    	position: static;
    }
    .digital-thread, .smarter-factory{
    	padding: 15px 0;
    }
    .digital-thread .featured-img,
    .smarter-factory .featured-img{
    	width: auto;
    	float: none;
    	padding-right: 0;
    }
    .smarter-factory .featured-info,
    .digital-thread .featured-info{
    	padding: 30px 0 0;
    	width: auto;
    	float: none;
    }
    .help-sec{
    	padding: 0;
    }
    .help-sec img{
    	width: 100%;
    	display: block;
    	position: static;
    }
    .help-sec ul{
    	padding: 30px;
    }
    .team-list{
    	flex-wrap: wrap;
    }
    .team-box{
    	max-width: 33.33%;
    }
    .team-box4{
    	max-width: 100%;
    }
    .team-box4 img{
    	height: 150px;
    }
    .core-skills{
    	display: block;
    }
    .core-skills-info{
    	max-width: 100%;
    }
    .core-skills img {
		width: 200px;
		margin: 0 auto 30px;
	}
	.contact-img{
		float: none;
		width: auto;
	}
	.address{
		float: none;
		width: auto;
	}
}
@media (max-width: 575px) {
	.banner-sec{
		display: block;
		padding: 30px 0;
	}
	.banner-right{
		margin: 0 auto 20px;
	}
	h1{
		font-size: 24px;
	}
	h2{
		font-size: 22px;
	}
	.our-mission{
		padding: 30px 20px;
	}
	.our-mission p{
		font-size: 16px;
	}
	.team-box{
		max-width: 100%;
	}
	.core-skills-info{
		display: block;
		padding: 25px 20px 1px;
	}
	.core-skills-info ul{
		margin-bottom: 25px;
	}
	.logo-img{
		max-width: 33%;
	}
	.address{
		padding: 30px 0 10px;
	}
	#footer{
		display: block;
	}
	#footer p{
		font-size: 15px;
		margin-bottom: 20px;
	}
	#footer ul{
		padding-left: 0;
		margin-left: -10px;
	}
}