@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');

* {
	margin:0;
	padding:0;
	border:0;
	outline:none;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

html {
	-webkit-text-size-adjust:none;
}

body {
	background-color:#fff;
	font-family: "Roboto", sans-serif;
	font-size:14px;
	line-height:1.4;
	color:#252b39;
	position:relative;
}

img {
	vertical-align:middle;
	max-width:100%;
	height:auto;
}

a {
	text-decoration:none;
}

a:hover {
	text-decoration:none;
}

.container {
	max-width:1200px;
	width:100%;
	padding:0 10px;
	margin:0px auto;
}

.clear:before,
.clear:after {
	content:"";
	display:table;
	clear:both;
}

.header-wrapper {
	background-color:#b7221b;
	padding:20px 0;
	width:100%;
}

.logo {
	float:left;
	width:20%;
}

.logo img {
	width:100%;
	max-width:200px;
}

.menu-area {
	float:right;
	width:80%;
	margin-top:25px;
}

.menu-bar {
	font-size:32px;
	color:#000;
	padding:6px;
	border-radius:5px;
	background-color:transparent;
	position:absolute;
	right:5px;
	top:35px;
	display:none;
	margin-bottom:0px;
	width:45px;
}

a.menu-bar:before {
	background:#fff;
	width:100%;
	height:4px;
	content:"";
	display:block;
}

a.menu-bar:after {
	content:"";
	margin-top:4px;
	display:block;
	border-top:solid 4px #fff;
	height:4px;
	border-bottom:solid 4px #fff;
}

.menu {
	padding:0;
	margin:0;
	list-style:none;
	text-align:right;
}

.menu li {
	display:inline-block;
	margin:0 15px;
}

.menu li a {
	display:inline-block;
	color:#fff;
	font-size:15px;
	padding:2px 5px;
	text-align:center;
	font-weight:400;
	text-transform:uppercase;
}

.menu li a:hover {
	color:#fff;
	border-bottom: solid 2px #fff;

}

.slider-wrapper {
	position:relative;
}

.slider-wrapper .flexslider {
	border:0;
	border-radius:0;
	margin:0;
}

.slider-wrapper .slides li {
	position:relative;
}

.slider-content {
	position:absolute;
	top:48%;
	left:10%;
}

.slider-content h2 {
	font-size:50px;
	color:#fff;
	font-weight:800;
	line-height:1.2;
	font-family: "Roboto", sans-serif;
}

.slider-content p {
	color:#fff;
	font-size:26px;
	padding:12px 0;
}


.slider-wrapper .flex-control-nav {
	bottom:20px;
}

.slider-wrapper .flex-control-paging li a {
	background-color:#fff;
	border:solid 2px #fff;
}

.slider-wrapper .flex-control-paging li a.flex-active, .slider-wrapper .flex-control-paging li a:hover {
	background-color:#ef4656;
}

.class-wrapper {
	padding:80px 0;
	background-color:#b7221b;
	text-align:center;
}

.class-wrapper .section-title {
	color:#fff;
	font-size:30px;
}

.class-wrapper ul {
	padding:0;
	margin:25px 0 0;
	list-style:none;
}

.class-wrapper ul li {
	display:inline-block;
	margin:0 5px;
}

.class-wrapper ul li a {
	display:block;
	padding:15px 25px;
	color:#b7221b;
	background-color:#fff;
	border-radius:25px;
	font-size:16px;
	font-weight:700;
	width:100%;
	border: solid 5px transparent;
	transition: all 0.8s;
}

.class-wrapper ul li a:hover {
	border-radius:2px;
	border-color:rgba(245,46,65,0.8);
}

.welcome-wrapper {
	padding:60px 0 80px;
}

.welcome-wrapper .container {
	max-width:1000px;
}


.welcome-content-area {
	width:100%;
	max-width: 750px;
	margin: 0 auto;
	padding-top:40px;
	text-align:center;
}

.section-title {
	color:#252b39;
	font-family: "Roboto", sans-serif;
	font-weight:700;
	font-size:34px;
	line-height:1.2;
	padding-bottom:15px;
}

.section-title span {
	color:#b7221b;
}

.welcome-text {
	color:#252b39;
	font-size:18px;
	line-height:1.6;
	padding-bottom:20px;
}


.contact-section {
	padding:100px 0;
	background-image: url('../images/contact-bg.jpg');
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	background-attachment: fixed;
}

.contact-section .section-title {
	color:#fff;
	text-align:center;
}

.contact-section .content-description {
	text-align:center;
	color:#fff;
	font-size:18px;
	max-width:450px;
	margin:0 auto;
}

.contact-form {
	max-width:550px;
	margin:25px auto 0;
}

.half-col {
	float:left;
	width:49%;
	margin-left:2%;
}

.half-col:nth-of-type(odd) {
	clear:left;
	margin-left:0;
}

.text-box {
	width:100%;
	background-color:transparent;
	height:40px;
	border:solid 1px #fff;
	border-radius:18px;
	color:#fff;
	padding:0 20px;
	font-size:15px;
	margin:8px 0;
	font-family: "Roboto", sans-serif;
}

.text-box::-webkit-input-placeholder {
	color:#fff;
	opacity:1;
}

.text-box::-moz-placeholder { 
	color:#fff;
	opacity:1;
}

.text-box:-ms-input-placeholder {
	color:#fff;
	opacity:1;
}

.text-box:-moz-placeholder {
	color:#fff;
	opacity:1;
}

.submit-btn {
	width:100%;
	background-color:#fff;
	height:42px;
	color:#252b39;
	font-size:16px;
	font-weight:700;
	text-transform:uppercase;
	margin:8px 0;
	border-radius:18px;
	font-family: "Roboto", sans-serif;
	cursor:pointer;
}

.submit-btn:hover {
	background-color:#ef4656;
	color:#fff;
}


.footer-wrapper {
	padding:40px 0;
	background-color:#252b39;
}

.footer-center {
	width:100%;
	text-align: center;
}

.footer {
	padding:0;
	margin:0;
	list-style:none;
	text-align:center;
}

.footer li {
	display:inline-block;
	position:relative;
	color:#fff;
	padding:0 2%;
}

.footer li:first-of-type:after {
	width:0;
}

.footer li:after {
	content:"";
	display:block;
	top:4px;
	left:0;
	position:absolute;
	width:2px;
	height:14px;
	background-color:#fff;
}

.footer li a {
	color:#fff;
	font-size:15px;
	font-family: "Roboto", sans-serif;
}

.map-wrapper {
	line-height: 0.5;

}

.mission-wrapper {
	padding:60px 0;
	background: linear-gradient(to right,#f52e41 50%, #b7221b 50%, #b7221b 100%);
	background: -moz-linear-gradient(to right,#f52e41 50%, #b7221b 50%, #b7221b 100%);
	background: -webkit-linear-gradient(to right,#f52e41 50%, #b7221b 50%, #b7221b 100%);
	background: -ms-linear-gradient(to right,#f52e41 50%, #b7221b 50%, #b7221b 100%);
	background: -o-linear-gradient(to right,#f52e41 50%, #b7221b 50%, #b7221b 100%);
}

.mission-col {
	float: left;
	width: 50%;
	padding: 20px 80px;
}

.mission-heading {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    color: #fff;
    font-size: 30px;
    line-height: 1.2;
    padding-bottom: 20px;
}

.mission-text {
	font-size: 18px;
    line-height: 1.6;
    padding-bottom: 20px;
    color: #fff;
}

.banner-content-area h1 {
    font-family: "Roboto", sans-serif;
    font-weight: 800;
    font-size: 60px;
    color: #fff;
    text-shadow: 1px 1px 10px rgba(0,0,0,0.5);
    position: relative;
}

.banner-wrapper {
	/*background-image: url('../images/about-banner.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-position: center center;*/
	padding: 90px 0;
	position: relative;
	background-image: linear-gradient(to right, #b7221b , #0585d0);
}
/*
.banner-wrapper:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	bottom: 0;
	background-color: rgba(0,0,0,0.4);
}
*/
.content-wrapper {
	padding: 60px 0;
}

.content-wrapper p {
	color: #252b39;
	font-size: 17px;
	line-height: 1.6;
	padding-bottom: 20px;
}

.sub-title {
	font-size: 26px;
	color: #252b39;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	line-height: 1.2;
	padding:5px 0 15px; 
}

.sub-title-two {
	font-size: 20px;
	padding-top: 15px;
}

.contact-left-area {
    float: left;
    width: 45%;
}

.contact-right-area {
    float: right;
    width: 48%;
}

.contact-right-area p {
    max-width: 380px;
    font-size: 16px;
}

.contact-form-area .text-box {
    border-color: #252b39;
    color: #252b39;
}

.contact-form-area .text-box::-webkit-input-placeholder {
	color:#252b39;
	opacity:1;
}

.contact-form-area .text-box::-moz-placeholder { 
	color:#252b39;
	opacity:1;
}

.contact-form-area .text-box:-ms-input-placeholder {
	color:#252b39;
	opacity:1;
}

.contact-form-area .text-box:-moz-placeholder {
	color:#252b39;
	opacity:1;
}

.contact-form-area .submit-btn {
    background-color: #ef4656;
    color: #fff;
}

.contact-left-area .section-title, .contact-right-area .section-title {
	font-size: 24px;
}

.contact-address {
    margin: 0 0 5px;
}

.location {
    position: relative;
    padding-left: 25px;
    margin-bottom: 8px;
}

.phone, .user, .email, .web, .mob, .fax {
    position: relative;
    padding-left: 25px;
    margin-bottom: 4px;
}

.fax::before {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 0;
    width: 15px;
    height: 15px;
    background-image: url('../images/fax.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.mob::before {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 0;
    width: 15px;
    height: 15px;
    background-image: url('../images/mobile.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.location::before {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 0;
    width: 15px;
    height: 15px;
    background-image: url('../images/location-icon.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.phone::before {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 0;
    width: 15px;
    height: 15px;
    background-image: url('../images/phone-icon.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.user::before {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 0;
    width: 15px;
    height: 15px;
    background-image: url('../images/user-icon.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.email::before {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 0;
    width: 15px;
    height: 15px;
    background-image: url('../images/mail-icon.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.web::before {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 0;
    width: 15px;
    height: 15px;
    background-image: url('../images/web-icon.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.associate-col {
	float: left;
	width: 48%;
	margin-left: 4%;
	margin-bottom: 40px;
}

.associate-col:nth-of-type(odd) {
	clear: left;
	margin-left: 0;
}

.associate-col p {
	padding-bottom: 5px;
}

.associate-col h2 {
	padding-bottom: 10px;
	text-transform: uppercase;
}

.contact-address {
	font-size: 17px;
	line-height: 1.6;
}

.product-listing {
	padding:0;
	margin:0;
	list-style:none;
}

.product-listing li:after {
	content: "";
	display: block;
	position: absolute;
	top: 14px;
	left: 0;
	width:9px;
	height:9px;
	border-radius: 50%;
	background-color: #b7221b;
}

.product-listing li {
	position: relative;
	padding:5px 5px 5px 25px;
	color: #252b39;
    font-size: 17px;
    line-height: 1.6;
}

.product-col {
	float:left;
	width:25%;
	transition: all 0.2s;
	background-color: #feca33;
	position: relative;
	border:solid 1px #fff;
}

.product-col a {
	display: block;
	min-height: 240px;
}

.product-col:nth-of-type(4n+1) {
	clear: left;
	margin-left: 0;
}
/*
.product-col:hover a:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(187,34,27,0.7);
}*/

.product-name {
	font-family: "Roboto", sans-serif;
	font-size: 28px;
	font-weight:800;
	position: absolute;
	left: 15px;
	right: 10px;
	bottom: 25px;
	color: #fff;
}

.product-col:hover .product-name {
	display: block;
}

.product-col:nth-of-type(2) {
	background-color: #f85939;
}

.product-col:nth-of-type(3) {
	background-color: #5cb5b5;
}

.product-col:nth-of-type(4) {
	background-color: #3cc772;
}

.product-col:nth-of-type(5) {
	background-color: #f43559;
}

.product-col:nth-of-type(6) {
	background-color: #8a47a4;
}

.product-col:nth-of-type(7) {
	background-color: #118f7a;
}


.product-col:nth-of-type(8) {
	background-color: #2d3e50;
}

.product-col:nth-of-type(9) {
	background-color: #4196cf;
}

.product-col:nth-of-type(10) {
	background-color: #ff9f00;
}

.product-col:nth-of-type(11) {
	background-color: #ccc;
}

.product-col:nth-of-type(12) {
	background-color: #b7221b;
}

.product-col:nth-of-type(13) {
	background-color: #f85939;
}

.product-col:nth-of-type(14) {
	background-color: #8a47a4;
}

.product-col:nth-of-type(15) {
	background-color: #f43559;
}

.product-col:hover {
	background-color: #111;
}

.product-right {
	float:right;
	width:35%;
}

.product-right img {
	box-shadow: -20px 20px 0 #b7221b;
}

.product-left {
	float:left;
	width:60%;
}

/*
.associate-row {
	display: grid;
	grid-template-columns: auto auto auto auto auto;
	align-items:center;
	text-align: center;
	grid-gap:5px;
}
*/

.associate-block {
	width:160px;
	height:160px;
	border-radius: 50%;
	font-family: "Roboto", sans-serif;
	font-size: 22px;
	font-weight: 800;
	display: inline-block;
	margin-left: 30px;
	margin-bottom: 30px;
	text-align: center;
	color: #fff;
	padding:5px;
	line-height: 150px; 
}

.associate-block:nth-of-type(1) {
	background-color:#b7221b;
}

.associate-block:nth-of-type(2) {
	background-color:#2d3e50;
}

.associate-block:nth-of-type(3) {
	background-color:#8a47a4;
}

.associate-block:nth-of-type(4) {
	background-color:#feca33;
}

.associate-block:nth-of-type(5) {
	background-color:#f85939;
}

.associate-block:nth-of-type(6) {
	background-color:#4196cf;
}

.associate-block:nth-of-type(7) {
	background-color:#f43559;
}

.associate-block:nth-of-type(8) {
	background-color:#5cb5b5;
}

.associate-block:nth-of-type(9) {
	background-color:#ccc;
}

.associate-block:nth-of-type(10) {
	background-color:#3cc772;
}

.associate-block:nth-of-type(11) {
	background-color:#8a47a4;
}

.associate-block:nth-of-type(12) {
	background-color:#118f7a;
}

.associate-block:nth-of-type(13) {
	background-color:#ff9f00;
}


@media screen and (max-width : 1200px) {
	.slider-content {
		top: 40%;
		left: 50px;
	}
	.class-wrapper ul li a {
		padding: 15px;
		font-size: 16px;
	}
	.banner-content-area h1 {
		font-size: 60px;
	}
	.banner-content-area {
		top: 130px;
	}
}

@media screen and (max-width : 1024px) {
	.menu li {
		margin:0 10px;
	}
	.menu li a {
		font-size: 14px;
	}	
	.menu-area {
		margin-top: 20px;
	}
	.slider-content {
		left: 30px;
	}
	.slider-content h2 {
		font-size: 40px;
	}
	.slider-content p {
		font-size: 22px;
	}
	.class-wrapper ul li a {
		margin: 10px 0;
	}
	.welcome-wrapper {
		padding: 50px 0;
	}
	.mission-col {
		padding: 20px 35px;
	}
	.banner-content-area h1 {
		font-size: 50px;
	}
	.banner-content-area {
		top: 100px;
	}
}

@media screen and (max-width : 768px) {
	.menu-bar {
		display:block;
	}
	.menu {
		position:absolute;
		top:70px;
		background-color:#2b2b2b;
		width:45%;
		right:10px;
		display:none;
		padding:10px 0;
		margin:0;
		z-index:99;
		text-align:left;
		border-radius:4px;
	}
	.menu li {
		width:100%;
		margin:0;
	}
	.menu li a {
		display:inline-block;
		width:100%;
		font-size:15px;
		padding:8px 15px 6px;
		color:#fff;
		text-align:left;
	}
	.menu li a:hover {
		color:#2b2b2b;
		background-color:#fff;
		border-bottom: 0;
	}
	.logo {
		width: 180px;
	}
	.menu-area {
		width: calc(100% - 180px);
		margin-top: 0;
	}
	.slider-content {
		top: 30%;
		padding-right:20px;
	}
	.slider-content h2 {
		font-size: 32px;
	}
	.slider-content p {
		font-size:20px;
	}
	.class-wrapper ul li a {
		padding: 10px 20px
	}
	.class-wrapper {
		padding: 50px 0;
	}
	.class-wrapper .section-title {
		font-size: 27px;
	}
	.welcome-content-area {
		padding-top: 0;
	}
	.section-title {
		font-size: 30px;
	}
	.welcome-text {
		font-size: 17px;
	}
	.mission-col {
		padding:15px 25px; 
	}
	.mission-heading {
		font-size: 26px;
	}
	.mission-text {
		font-size: 17px;
	}
	.banner-content-area {
		top:70px;
	}
	.banner-content-area h1 {
		font-size:40px;
	}
	.content-wrapper {
		padding: 40px 0;
	}
	.contact-left-area {
		float: none;
		width: 100%;
	}
	.contact-right-area {
		float: none;
		width: 100%;
		margin-top:40px; 
	}
	.banner-wrapper {
		padding: 120px 0;
	}
	.product-col {
		width: 33.333%;
	}
	.product-col:nth-of-type(4n+1) {
		clear: none;
	}
	.product-col:nth-of-type(3n+1) {
		clear:left;
		margin-left:0;
	}
	.product-col a {
		min-height: 200px;
	}
	.product-name {
		font-size: 24px;
	}
}

@media screen and (max-width : 600px) {
	.slider-content h2 {
		font-size: 26px;
	}
	.slider-content p {
		font-size: 17px;
	}
	.slider-wrapper .flex-control-nav {
		bottom: 0;
	}
	.class-wrapper .section-title {
		font-size: 24px;
	}
	.class-wrapper ul {
		margin:0; 
	}
	.class-wrapper ul li {
		display: block;
	}
	.section-title {
		font-size: 26px;
	}
	.welcome-text {
		font-size: 16px;
		line-height: 1.4;
	}
	.mission-wrapper {
		padding: 30px 0 0; 
		background: linear-gradient(to bottom,#f52e41 50%, #b7221b 50%, #b7221b 100%);
		background: -moz-linear-gradient(to bottom,#f52e41 50%, #b7221b 50%, #b7221b 100%);
		background: -webkit-linear-gradient(to bottom,#f52e41 50%, #b7221b 50%, #b7221b 100%);
		background: -ms-linear-gradient(to bottom,#f52e41 50%, #b7221b 50%, #b7221b 100%);
		background: -o-linear-gradient(to bottom,#f52e41 50%, #b7221b 50%, #b7221b 100%);
	}
	.mission-col {
		float: none;
		width: 100%;
		padding:10px 0 40px; 
	}
	.contact-section {
		padding:60px 0; 
	}
	.banner-content-area {
		top: 50px;
	}
	.banner-content-area h1 {
		font-size: 32px;
	}
	.sub-title {
		font-size: 21px;
		padding: 5px 0 10px;
	}
	.associate-col {
		float: none;
		width: 100%;
		margin-left: 0;
		margin-bottom: 20px;
	}
	.banner-wrapper {
		padding: 100px 0;
	}
	.product-name {
		font-size: 22px;
	}
	.product-right {
		float:none;
		width:50%;
		margin:40px auto 20px; 
	}

	.product-left {
		float:none;
		width:100%;
	}
	.associate-block {
		width:140px;
		height:140px;
		vertical-align:top;
		line-height:125px;
		font-size:19px;
		margin-left: 10px;
	}
}

@media screen and (max-width : 480px) {
	.logo {
		width: 150px;
	}
	.slider-content {
		top: 20%;
		left: 10px;
	}
	.slider-content h2 {
		font-size: 20px;
	}
	.slider-content p {
		 font-size: 16px;
		 line-height: 1.2;
	}
	.class-wrapper .section-title {
		font-size: 22px;
	}
	.class-wrapper {
		padding: 40px 0;
	}
	.class-wrapper ul li a {
		padding: 10px 8px;
		font-size: 15px;
	}
	.welcome-wrapper {
		padding: 35px 0;
	}
	.section-title {
		font-size: 22px;
	}
	.welcome-text {
		font-size: 15px;
		padding-bottom: 15px;
	}
	.mission-heading {
		padding-bottom: 10px;
		font-size: 22px;
	}
	.mission-text {
		font-size: 16px;
		line-height: 1.4;
	}
	.contact-section .content-description {
		font-size: 16px;
	}
	.half-col {
		float: none;
		width: 100%;
		margin-left: 0;
	}
	.contact-section {
		padding: 50px 0;
	}
	.footer li a {
		font-size: 13px;
	}
	.footer-wrapper {
		padding: 25px 0;
	}
	.logo {
		width: 125px;
	}
	.menu-bar {
		top: 20px;
	}
	.banner-content-area h1 {
		font-size: 28px;
	}
	.banner-content-area {
		top: 45px;
	}
	.header-wrapper {
		padding: 12px 0;
	}
	.content-wrapper {
		padding: 20px 0;
	}
	.content-wrapper p {
		font-size: 15px;
		line-height: 1.4;
		padding-bottom: 15px;
	}
	.sub-title {
		font-size: 19px;
	}
	.menu {
		width: 250px;
	}
	.menu {
		top: 60px;
	}
	.associate-col p {
		padding-bottom: 8px;
	}
	.banner-wrapper {
		padding: 80px 0;
	}
	.product-col {
		width: 50%;
	}
	.product-col:nth-of-type(3n+1) {
		clear:none;
		margin-left:0;
	}
	.product-col:nth-of-type(odd) {
		clear:left;
		margin-left:0;
	}
	.product-name {
		font-size: 20px;
	}
	.product-right img {
	    box-shadow: -15px 15px 0 #b7221b;
	}
	.product-listing li {
		line-height: 1.2;
	}
	.product-listing li {
		font-size: 15px;
		padding: 4px 4px 4px 25px;
	}
	.product-listing li:after {
		top:8px; 
	}
	.associate-block {
		width:125px;
		height:125px;
		line-height:110px;
		font-size:19px;
	}
}

@media screen and (max-width : 400px) {
	.class-wrapper .section-title {
		font-size:18px;: 
	}
	.class-wrapper ul li a {
		font-size:14px; 
	}
	.section-title {
		font-size: 20px;
	}
	.banner-content-area {
		top: 30px;
	}
	.banner-content-area h1 {
		font-size: 22px;
	}
	.sub-title {
		font-size: 18px;
	}
}
