body {
	font-family: 'Changa', sans-serif;
	font-size: 13px;
	line-height: 1.46666667;
	background: #fff;
	font-weight: 300;
}

html {
	height: 100%;
}

body.canvas-slid,
body.canvas-sliding {
	overflow-x: hidden
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	line-height: 1.1;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: #333
}

h1 {
	font-size: 16px;
	padding: 5px 0;
	color: #000;
	margin: 0 0 15px 0;
	font-weight: bold;
}

h1.logo-font {
	text-transform: none;
	font-weight: 300;
	font-size: 50px
}

h5,
h6 {
	font-weight: 700
}

h2 {
	font-size: 24px;
}

h2.logo-font {
	text-transform: none
}

h3 {
	font-size: 22px
}

h4 {
	font-size: 19px
}

h5 {
	font-size: 15px;
}

h6 {
	font-size: 13px
}

p {
	margin-bottom: 14px;
	font-size: 14px;
	line-height: 17px;
}


.page-wrapper {
	background-color: #fff;
}

.promo-srch {
	width: 100%;
	display: block;
	float: left;
	background: #13143C;
	padding: 5px 0;
	margin: 0;
	border-bottom: 1px #fff solid;
}

.promo-srch h1 {
	width: 100%;
	margin: 8px 0 0 0;
	display: inline-block;
	float: left;
	color: #fff !important;
	font-size: 17px !important;
	text-transform: capitalize !important;
	font-weight: normal !important;
	padding-top: 0 !important;
	font-family: 'Poppins', sans-serif;
}

@media (max-width: 768px) {
	.promo-srch h1 {
		text-align: center;
	}
}

.promo-srch h1 span {
	color: #60C3FF;
}

.promo-srch p {
	width: 100%;
	display: block;
	float: left;
	margin: 5px 0 0 0;
	padding: 0;
	color: #fff;
	font-size: 13px;
	line-height: 13px;
}

@media (max-width: 480px) {
	.promo-srch p {
		text-align: center;
	}
}

.header-top {
	width: 100%;
	display: block;
	padding: 6px 0 4px 0;
	float: left;
	border-bottom: 1px #E4E9E9 solid;
	border-top: 5px #000 solid;
}

.goto-store {
	width: 100%;
	display: block;
	float: left;
}

.goto-store a {
	color: #764BB5;
	text-transform: none;
	outline: none;
	font-size: 15px;
}

.goto-store a:hover {
	text-decoration: none;
	outline: none;
	color: #13143C;
}

@media (max-width: 580px) {
	.goto-store {
		text-align: center;
		border-bottom: 1px #E4E9E9 solid;
		padding-bottom: 5px;
		margin-bottom: 5px;
	}
}

.e-links {
	width: 100%;
	display: block;
	float: left;
}

.e-links ul {
	margin: 0;
	padding: 0;
	float: right;
}

.e-links ul li {
	margin: 0;
	padding: 0 10px;
	list-style: none;
	outline: none;
	float: left;
	border-right: 1px #ccc solid;
}

.e-links ul li strong {
	font-weight: bold;
	color: #51268F;
}

.e-links ul li a {
	color: #0D4DB2;
	float: left;
	text-decoration: none;
	outline: none;
	font-size: 13px;
	padding: 0;
}

.e-links ul li a i {
	margin-right: 2px;
}

.e-links ul li:first-child {
	border-right: none;
	margin-right: 10px;
}

.e-links ul li:last-child {
	border-right: none;
}

.e-links ul li a:hover {
	color: #13143C;
	text-decoration: none;
	outline: none;
}

.header-bot {
	width: 100%;
	display: block;
	float: left;
	padding: 10px 0 5px 0;
}

.header-shadow {
	width: 100%;
	display: block;
	text-align: center;
	background: url('assets/images/header_shadow.png') no-repeat center;
	z-index: 999999;
	float: left;
}



.logo {
	width: 30%;
	display: inline-block;
	float: left;
	outline: none;
}

@media (max-width:990px) {
	.logo {
		width: 100%;
		display: block;
		float: left;
		outline: none;
		border-bottom: 1px #E4E9E9 solid;
		padding-bottom: 10px;
		/*	text-align: center;*/
	}
}

.header-menu {
	width: 60%;
	display: inline-block;
	float: left;
}

.srch-n-cart {
	width: 10%;
	display: inline-block;
	float: left;
}

@media (max-width:990px) {
	.header-menu {
		width: 100%;
		display: inline-block;
		float: left;
	}

	.srch-n-cart {
		width: 10%;
		display: inline-block;
		float: right;
		margin-top: 3px;
	}
}




.inner-head {
	width: 100%;
	display: block;
	float: left;
	padding: 0;
	border-bottom: 1px #ddd solid;
	margin-bottom: 10px;
}

.inner-area {
	width: 100%;
	display: block;
	float: left;
	margin-bottom: 0;
}

.inner-content h1 {
	font-size: 22px;
	margin: 0;
	float: left;
	color: #1E173D;
	padding-left: 0;
	font-family: 'Poppins', sans-serif;
	font-weight: bold;
	text-transform: capitalize;
	margin-top: 4px;
}

.breadcrumb {
	width: 100%;
	display: block;
	float: right;
	text-align: right;
}

@media (max-width:768px) {
	.breadcrumb {
		display: none;
	}

	.inner-content {
		padding: 10px 0;
	}

	.inner-content h1 {
		font-size: 20px;
		text-align: center;
		width: 100%;
	}
}

ul.breadcrumb {
	padding: 12px 0;
	list-style: none;
	background-color: transparent;
	color: #000 !important;
}

ul.breadcrumb li {
	display: inline;
}

ul.breadcrumb li:last-child {
	padding: 0;
}

ul.breadcrumb li+li:before {
	padding: 5px;
	color: #aaa;
	content: "/\00a0";
}

ul.breadcrumb li a {
	color: #51268F;
	text-decoration: none;
	font-size: 16px;
}

ul.breadcrumb li a:hover {
	color: #666;
	text-decoration: none;
	outline: none;
}


.inner-banner {
	width: 100%;
	display: block;
	margin-bottom: 30px;
	float: left;
}

.dd-inner {
	width: 100%;
	display: block;
	float: left;
	margin-bottom: 30px;
}

.dd-inner h2 {
	width: 100%;
	display: block;
	font-size: 22px;
	color: #1E173D;
	margin: 20px 0;
	/* letter-spacing: -1px; */
	font-family: 'Poppins', sans-serif;
	font-weight: bold;
}

.dd-inner h3 {
	width: 100%;
	display: block;
	font-size: 18px;
	font-weight: bold;
	color: #51268F;
	margin: 20px 0;
	padding: 0;
	/* letter-spacing: -1px; */
	font-family: 'Poppins', sans-serif;
}

.team {
	width: 21%;
	display: block;
	float: left;
	overflow: hidden;
	margin: 15px 2% 20px 2%;
	text-align: center;
}

.team span {
	display: block;
	float: left;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-webkit-transition: all 1s ease;
	padding: 20px;
	position: relative;
}

.team-linkedin {
	display: block;
	float: left;
	text-align: center;
	position: absolute;
	margin-top: 8px;
	z-index: 10;
	margin-left: 30px;
}

.team h2 {
	width: 100%;
	display: block;
	text-align: center;
	font-size: 15px;
	text-transform: uppercase;
	padding: 0;
	float: left;
	margin: 10px 0;
	color: #1E173D;
}

.team p {
	width: 100%;
	display: block;
	text-align: center !important;
	font-size: 16px;
	margin: 0 0 10px 0;
	text-transform: capitalize;
	padding: 5px 0;
	float: left;
	background: #51268F;
	color: #fff !important;
	letter-spacing: -0.3px;
	border-radius: 100px;
}

@media (max-width:768px) {
	.team {
		width: 48%;
		display: block;
		float: left;
		overflow: hidden;
		margin: 15px 1% 20px 1%;
		text-align: center;
	}
}

.ceo-dd {
	width: 100%;
	display: block;
	float: left;
	text-align: center;
	background: url(../images/worldmap.jpg) no-repeat center top;
	outline: none;
}

.ceo-dd h2 {
	width: 100%;
	display: block;
	text-align: center;
	font-size: 16px;
	text-transform: uppercase;
	padding: 0;
	float: left;
	margin: 10px 0;
	color: #1E173D;
}

.ceo-dd p {
	width: 100%;
	display: block;
	text-align: center !important;
	font-size: 16px;
	margin: 0 0 10px 0;
	text-transform: capitalize;
	padding: 5px 0;
	float: left;
	background: #51268F;
	color: #fff !important;
	letter-spacing: -0.3px;
	border-radius: 100px;
}




.form-control-dd {
	display: block;
	width: 100%;
	height: 46px;
	padding: 6px 12px;
	font-size: 14px;
	margin-bottom: 15px;
	line-height: 1.42857143;
	color: #000;
	background-color: #fff;
	background-image: none;
	border: 1px solid #000;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control-dd:focus {
	color: #000;
	background-color: transparent;
	border-color: #51268F;
	outline: 0;
}

.form-control-lg {
	display: block;
	width: 100%;
	height: calc(2.8em + .6rem + 2px);
	padding: .375rem .6rem;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	color: #000;
	background-color: #fff;
	background-clip: padding-box;
	border: 2px solid #d9d9d9;
	border-radius: 1.2px;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-control-lg:focus {
	color: #495057;
	background-color: transparent;
	border-color: #009687;
	outline: 0;
}

textarea.form-control-dd {
	height: 130px;
}

.send-message {
	padding: 10px 25px;
	background: #000;
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	border: none;
	outline: none;
	border-radius: 5px;
	margin-top: 20px;
}

.send-message:hover {
	background: #009688;
	transition: 0.4s all;
}





.dark-btn {
	height: 40px;
	line-height: 40px;
	margin: 5px 0 10px 0;
	color: #fff;
	padding: 0 25px;
	border: 1px #1E173D solid;
	outline: none;
	text-transform: uppercase;
	font-size: 16px;
	background: #1E173D;
	font-weight: normal;
	border-radius: 1000px;
	font-family: 'Poppins', sans-serif;
	letter-spacing: 1px;
}

.dark-btn:hover {
	transition: 0.9s all;
	outline: none;
	color: #1E173D;
	background: #fff;
	border: 1px #1E173D solid;
}


.purple-btn {
	padding: 11px 25px 10px 25px;
	margin: 5px 0 10px 0;
	background-color: #51268F;
	color: #fff;
	border-radius: 100px;
	border: 1px #51268F solid;
	outline: none;
	text-transform: uppercase;
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
	letter-spacing: 1px;
}

.purple-btn:hover {
	background-color: #fff;
	transition: 0.9s all;
	border: 1px #51268F solid;
	outline: none;
	color: #51268F;
}

.quoteform {
	width: 100%;
	display: block;
	float: left;
	text-align: center;
}

.quoteform p {
	width: 100%;
	display: block;
	float: left;
	text-align: center;
	font-size: 16px;
	margin-bottom: 30px;
}

.careers {
	width: 100%;
	display: block;
	float: left;
	text-align: center;
}

.careers p {
	width: 100%;
	display: block;
	float: left;
	text-align: center;
	margin-bottom: 10px;
}

.login-form {
	width: 100%;
	display: block;
	float: left;
	text-align: center;
	margin-bottom: 30px;
}

.login-form h2 {
	width: 100%;
	display: block;
	float: left;
	text-align: center;
	color: #51268F;
	font-size: 20px;
	margin: 10px 0 40px 0;
	font-family: 'Poppins', sans-serif;
}

.forgotpass {
	width: 100%;
	display: block;
	float: left;
	margin: 0;
	text-align: center;
	font-size: 12px;
}

.forgotpass a {
	color: #16958A;
	text-decoration: none;
	outline: none;
}

.creataccount {
	width: 100%;
	display: block;
	float: left;
	text-align: center;
	margin-bottom: 30px;
}

.creataccount h2 {
	width: 100%;
	display: block;
	float: left;
	text-align: center;
	color: #51268F;
	font-size: 20px;
	margin: 10px 0 40px 0;
	font-family: 'Poppins', sans-serif;
}

.contactform {
	width: 100%;
	display: block;
	float: left;
	text-align: center;
}

.contactform p {
	width: 100%;
	display: block;
	float: left;
	text-align: center;
	font-size: 14px;
	margin-bottom: 30px;
}

.contacts-info {
	width: 100%;
	display: block;
	float: left;
}

.dd-details {
	width: 100%;
	display: block;
	float: left;
	margin: 0 0 20px 0;
	padding-top: 15px;
}

.dd-details h2 {
	width: 100%;
	display: block;
	float: left;
	color: #51268F;
	font-size: 20px;
	margin: 10px 0 30px 0;
	font-family: 'Poppins', sans-serif;
	border-bottom: 1px #51268F solid;
	padding-bottom: 15px;
}

.dd-details ul {
	margin: 0;
	padding: 0;
	list-style: none;
	outline: none;
}

.dd-details ul li {
	width: 100%;
	display: block;
	float: left;
	margin: 0 0 7px 0;
	padding: 0;
	list-style: none;
	outline: none;
	font-size: 16px;
}

.dd-details ul li strong {
	width: 20px;
	margin-right: 5px;
	float: left;
	font-size: 15px;
	color: #1E173D !important;
}

.dd-details ul li span {
	float: left;
}


.marketplace {
	width: 100%;
	display: block;
	float: left;
	margin: 0 0 20px 0;
	padding-top: 15px;
}

.marketplace h2 {
	width: 100%;
	display: block;
	float: left;
	color: #1E173D;
	font-size: 22px;
	margin: 0 0 10px 0;
	font-family: 'Poppins', sans-serif;
	padding-bottom: 15px;
	text-align: center;
}

.marketplace p {
	width: 100%;
	display: block;
	float: left;
	text-align: center;
	font-size: 16px;
	margin-bottom: 30px;
}

.market-option {
	width: 100%;
	display: block;
	float: left;
	text-align: center;
}

.market-option h3 {
	width: 100%;
	display: block;
	float: left;
	color: #51268F;
	font-size: 22px;
	margin: 0 0 10px 0;
	font-family: 'Poppins', sans-serif;
	padding-bottom: 15px;
	letter-spacing: -0.5px;
	text-align: center;
}

.market-option span {
	width: 100%;
	display: block;
	float: left;
	text-align: center;
	margin-bottom: 20px;
}

.red {
	color: red;
}

.partner-logo {
	width: 18%;
	display: block;
	float: left;
	margin: 8px 1% 15px 1%;
	text-align: center !important;
	border-left: 1px #eee solid;
	border-right: 1px #eee solid;
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	transition: opacity 0.35s, transform 0.35s;
}

@media (max-width: 480px) {
	.partner-logo {
		width: 48%;
		display: block;
		float: left;
		margin: 8px 1% 15px 1%;
		text-align: center !important;
		border-left: 1px #eee solid;
		border-right: 1px #eee solid;
	}
}

@media (min-width: 481px) and (max-width: 768px) {
	.partner-logo {
		width: 30%;
		display: block;
		float: left;
		margin: 8px 1% 15px 1%;
		text-align: center !important;
		border-left: 1px #eee solid;
		border-right: 1px #eee solid;
	}
}

.partner-logo:hover {
	text-align: center;
	border-left: 1px #51268F solid;
	border-right: 1px #51268F solid;
}

.partner-logo img {
	display: block;
	text-align: center;
	margin: auto;
}

.partner-logo img:hover {
	transition: 1s ease;
	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
}

.partner-logo span {
	width: 100%;
	display: block;
	float: left;
	text-align: center;
	background: #F6F6F6;
	color: #333;
	font-size: 12px;
	height: 24px;
	line-height: 24px;
	margin: 0;
	padding: 0;
}

.credit-app {
	width: 100%;
	display: block;
	float: left;
}

.credit-app h2 {
	width: 100%;
	display: block;
	float: left;
	color: #1E173D;
	font-size: 22px;
	margin: 0 0 10px 0;
	font-family: 'Poppins', sans-serif;
	padding-bottom: 15px;
	letter-spacing: -0.5px;
	text-align: center;
}


.generic {
	width: 100%;
	font-size: 13px;
}

.generic table {
	width: 100%;
}

.generic table tr:nth-of-type(odd) {
	background: #f9f9f9;
}

.generic table tr {
	margin: 0;
	padding: 0;
}

.generic table tr,
td {
	padding: 10px;
	border-bottom: 1px #fff solid;
	border-right: 1px #fff solid;
}

/*.generic table tr, td:first-child {
	width: 22%;
	border-right: 1px #333 solid;
	border-bottom: 1px #333 solid;
}
.generic table tr, td:last-child {
	padding-left: 10px;
	border-bottom: 1px #333 solid;
}*/
.generic table tr,
th {
	padding: 6px 10px;
	text-align: left;
	background: #eee;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	color: #333;
}

.terms-m {
	max-height: 600px;
	overflow-y: scroll;
	margin-bottom: 15px;
	float: left;
}



.top-content {
	width: 100%;
	display: block;
	float: left;
	margin: 0;
}

.slider {
	width: 100%;
	float: left;
}

.carousel-item img {
	width: 100%;
}

#gototop {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 99;
	font-size: 18px;
	border: none;
	outline: none;
	background-color: #60C3FF;
	color: white;
	cursor: pointer;
	padding: 15px;
	border-radius: 4px;
}

#gototop:hover {
	background-color: #1873EE;
}



.ebuttons {
	width: 100%;
	display: block;
	float: left;
}

.ebuttons ul {
	margin: 0;
	padding: 0;
	float: right;
}

.ebuttons ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	outline: none;
	float: left;
}

@media (max-width:990px) {
	.ebuttons {
		display: none;
	}

	.ebuttons ul li:first-child {
		margin: 0;
	}

}

.whydd {
	width: 100%;
	display: block;
	float: left;
	background: #13143c;
	border-top: 1px #fff solid;
	border-bottom: 1px #fff solid;
	padding: 25px 0;
}

.whydd ul {
	width: 100%;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}

.whydd ul li {
	width: 21%;
	display: inline-block;
	float: left;
	margin: 0 2%;
	padding: 0;
	list-style: none;
	outline: none;
	text-align: center;
}

.whydd ul li span {
	width: 100%;
	float: left;
	text-align: center;
	margin-bottom: 15px;
	border: none;
	outline: none;
}

.whydd ul li strong {
	text-align: center;
	font-size: 18px;
	line-height: 15px;
	color: #fff;
	font-weight: normal;
	width: 100%;
	border: none;
	outline: none;
	font-family: 'Poppins', sans-serif;
}

.whydd ul li p {
	text-align: center;
	font-size: 13px;
	line-height: 14px;
	color: #fff;
	font-weight: normal;
	width: 100%;
	margin: 7px 0 0 0;
	border: none;
	outline: none;
}

.whydd ul li p a {
	color: #df04fc !important;
	text-decoration: none;
	outline: none;
	font-size: 13px !important;
	margin-bottom: 0;
}

@media (max-width:768px) {
	.whydd ul li {
		width: 48%;
		display: inline-block;
		float: left;
		margin: 0 1% 15px 1%;
		padding: 0;
		list-style: none;
		outline: none;
		text-align: center;
	}
}

.manufacturers {
	width: 100%;
	display: block;
	float: left;
	padding: 40px 0 20px 0;
	margin: 5px 0;

}

.manufacturers h1 {
	width: 100%;
	display: block;
	color: #000;
	font-size: 26px;
	margin: 5px 0 15px 0;
	text-align: center;
	font-weight: normal;
	font-family: 'Poppins', sans-serif;
}

.manufacturers h1 span {
	display: inline-block;
	color: #666;
}


.sectors {
	width: 100%;
	display: block;
	float: left;
	overflow: hidden;
	margin: 15px 0;
	text-align: center;
	padding: 0 20px;
}

.sectors img {
	width: 100%;
	display: block;
	float: left;
	border: #ddd solid 7px;
	transition: all .2s ease-in-out;
}

.sectors img:hover {
	width: 100%;
	display: block;
	float: left;
	border: #f6f6f6 solid 7px;

	-webkit-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
	transition: 1s ease;
}

.sectors h2 {
	width: 100%;
	display: block;
	text-align: center;
	font-size: 17px !important;
	text-transform: uppercase;
	padding: 0;
	float: left;
	margin: 20px 0 10px 0;
	color: #000;
}

.sectors h2 a {
	font-size: 16px;
}

@media (min-width: 481px) and (max-width: 768px) {
	.sectors {
		width: 48%;
		display: block;
		float: left;
		border-bottom: 2px #ddd solid;
		overflow: hidden;
		margin: 0 1% 15px 1%;
	}
}

.circle {
	border-radius: 1000px !important;
}


#search-main {
	width: 100%;
	float: left;
	margin: 0 0 1px 0;
}

@media (max-width:990px) {
	#search-main {
		width: 100%;
		float: left;
		margin: 10px 0;
	}
}

#custom-search-input {
	padding: 0;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	background: #fff;
	box-shadow: 0 1px 0 hsla(210, 65%, 9%, 0.02) inset, 0 0 2px hsla(210, 65%, 9%, 0.1) inset, 0 1px 0 hsla(0, 0%, 100%, 0.7);
	border-radius: 15px;
	overflow: hidden;
}

#custom-search-input input {
	border: 0;
	box-shadow: none;
	font-size: 13px !important;
	color: #000;
	height: 32px;
	border-radius: 15px;
}

#custom-search-input button {
	margin: 0 0 0 0;
	background: none;
	box-shadow: none;
	border: 0;
	color: #666666;
	padding: 0 12px 0 0;
	outline: none;
}

#custom-search-input button:hover {
	border: 0;
	color: #764BB5;
	box-shadow: none;
	outline: none;
}

#custom-search-input .glyphicon-search {
	font-size: 13px;
}

.blinking {
	animation: blinkingText 1s infinite;
}

@keyframes blinkingText {
	99% {
		color: transparent;
	}

	100% {
		color: #fff;
	}
}



.pro-filter {
	width: 100%;
	display: block;
	float: left;
	margin-top: 20px;
	background: #eee;
}


.collapse {
	display: block;
	height: auto !important;
	visibility: collapse;
}

@media (min-width: 768px) {
	.collapse {
		display: block;
		height: auto !important;
		visibility: inherit !important;
	}
}


.parallax-1 {
	width: 100%;
	display: block;
	background: url(../images/parallax/parallax1.jpg);
	background-attachment: fixed !important;
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: cover;
	float: left;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.parallax-2 {
	width: 100%;
	display: block;
	background: url(../images/parallax/parallax2.jpg);
	background-attachment: fixed !important;
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: cover;
	float: left;
	position: relative;
	z-index: 1;
	overflow: hidden;
}


.serving-sectors {
	width: 100%;
	display: block;
	float: left;
	padding: 30px 0;
}



.sector-main {
	width: 100%;
	padding: 30px 0 10px 0;
}

.sector-box {
	width: 161px;
	height: 161px;
	float: left;
	margin: 0 12px 24px 12px;
	background-color: rgba(19, 20, 60, 0.7);
	text-align: center;
	border-radius: 32% 0;
	overflow: hidden;
	box-shadow: 0 6px 4px -4px #fff;
}

@media (max-width: 480px) {
	.sector-box {
		width: 48%;
		height: 161px;
		float: left;
		margin: 0 1% 13px 1%;
		background-color: rgba(19, 20, 60, 0.7);
		border-top: #A4A4A4 2px solid;
		border-radius: 32% 0;
		overflow: hidden;
		box-shadow: 0 4px 2px -2px #000;
	}
}

@media (min-width: 481px) and (max-width: 768px) {
	.sector-box {
		width: 31%;
		height: 161px;
		float: left;
		margin: 0 1% 13px 1%;
		background-color: rgba(19, 20, 60, 0.7);
		border-top: #A4A4A4 2px solid;
		border-radius: 32% 0;
		overflow: hidden;
		box-shadow: 0 6px 4px -4px #000;
	}
}

@media (min-width: 769px) and (max-width:1200px) {
	.sector-box {
		width: 23%;
		height: 161px;
		float: left;
		margin: 0 1% 13px 1%;
		background-color: rgba(19, 20, 60, 0.7);
		border-top: #A4A4A4 2px solid;
		border-radius: 32% 0;
		overflow: hidden;
		box-shadow: 0 6px 4px -4px #000;
	}
}

.sector-box:hover {
	border-top: #fff 2px solid;
}

.sector-img {
	width: 100%;
	display: block;
	float: left;
	text-align: center;
}

.sector-box span {
	width: 100%;
	display: block;
	float: left;
	text-align: center;
	font-family: 'Changa', sans-serif !important;
}

.sector-box span a {
	color: #fff;
	font-size: 14.5px;
	text-transform: uppercase;
	font-weight: normal;
	font-family: 'Changa', sans-serif !important;
	outline: none;
}


.banner {
	min-height: 390px;
	padding: 30px 0;
	width: 100%;
	position: relative;
}

.banner__mod {
	min-height: 333px;
}

.bg-primary-variant-1 {
	background: rgba(93, 34, 178, 0.7);
	color: #fff;
}

.bg-primary-variant-2 {
	background: url(../images/parallax/parallax-2-small.jpg);
	color: #fff;
}

.banner_cnt {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	padding-left: 40px;
	padding-right: 30px;
}

.banner_cnt h2 {
	color: #fff;
	font-size: 32px;
	line-height: 34px;
	font-weight: normal !important;
	letter-spacing: -1px;
	font-family: 'Poppins', sans-serif;
	text-transform: capitalize;
	display: block !important;
	width: 100%;
}

.banner_cnt2 {
	position: absolute;
	left: 0;
	right: 0;
	top: 25%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	padding-left: 40px;
	padding-right: 30px;
}

.banner_cnt2 h2 {
	color: #fff;
	font-size: 26px;
	line-height: 30px;
	font-weight: bold !important;
	letter-spacing: 1px;
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	display: block !important;
	width: 100%;
	text-align: center;
}

.image-wrap-2 img {
	float: right;
	max-width: none;
}

.image-wrap-2::before,
.image-wrap-2::after {
	content: " ";
	display: table;
}

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

.intro-dd {
	width: 100%;
	display: block;
	float: left;
	margin-bottom: 70px;
}

.intro-img {
	width: 40.1%;
	display: block;
	float: left;
}

.intro-text {
	width: 59.9%;
	padding: 65px 50px;
	display: block;
	float: left;
	background: #13143C;
}

.intro-text h2 {
	color: #fff;
	font-size: 30px;
	line-height: 34px;
	font-weight: normal !important;
	letter-spacing: -1px;
	font-family: 'Poppins', sans-serif;
	text-transform: capitalize;
	display: block !important;
	width: 100%;
	margin-bottom: 30px;
}

.intro-text p {
	color: #fff;
	font-size: 16px;
	line-height: 18px;
	font-weight: normal !important;
	font-family: 'Changa', sans-serif;
	display: block !important;
	width: 100%;
}

@media (max-width:768px) {
	.intro-img {
		width: 100%;
		display: block;
		float: left;
		text-align: center;
	}

	.intro-text {
		width: 100%;
		padding: 74px 50px;
		display: block;
		float: left;
		background: #13143C;
	}
}

.owl-buttons {
	display: none;
}

.newsletter {
	width: 100%;
	display: block;
	float: left;
	background: #51268F;
	padding: 40px 0;
}

.newsletter-sub {
	width: 100%;
	display: block;
	background: none;
	float: left;
}

.newsletter-sub h3 {
	width: 100%;
	display: block;
	font-size: 20px;
	color: #fff !important;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 24px;
	font-family: 'Poppins', sans-serif;
}

.newsletter-sub p {
	width: 100%;
	display: block;
	font-size: 15px;
	color: #fff !important;
	font-weight: normal;
	margin: 0;
}

.newsletter-sub img {
	display: inline-block;
	float: left;
	margin-right: 15px;
}

.news-field {
	width: 100%;
	display: block;
	float: left;
	min-height: 50px;
	border-radius: 500px;
	background-color: transparent;
	border: 1px #fff solid;
	font-size: 16px;
	padding: 0 5%;
	color: #fff !important;
}

.news-field:focus {
	border: 1px #fff solid;
	color: #fff !important;
	box-shadow: 0 1px 1px #000;
	outline: none;
}

.submit-btn {
	width: 100%;
	display: block;
	float: left;
	min-height: 50px;
	border-radius: 500px;
	background-color: transparent;
	border: 1px #fff solid;
	font-size: 15px;
	padding: 0 4%;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
	outline: none;
}

.submit-btn:hover {
	border: 1px #fff solid;
	color: #fff;
	box-shadow: 0 1px 1px #000;
}



.news-col1 {
	width: 75%;
	float: left;
	margin: 10px 0 0 0;
}

.news-col2 {
	width: 23%;
	float: right;
	margin: 10px 0 0 0;
}


@media (max-width: 480px) {
	.news-col1 {
		width: 100%;
		float: left;
		margin: 15px 0 0 0;
	}

	.news-col2 {
		width: 100%;
		float: right;
		margin: 5px 0 0 0;
	}

	.submit-btn {
		width: 40%;
		display: block;
		float: left;
		min-height: 50px;
		border-radius: 500px;
		background-color: transparent;
		border: 1px #fff solid;
		font-size: 15px;
		padding: 0 4%;
		text-align: center;
		color: #fff;
		text-transform: uppercase;
	}
}




.footers {
	width: 100%;
	display: block;
	margin-top: 1px;
}

.footer-top {
	width: 100%;
	display: block;
	float: left;
	background: #1E173D;
	padding: 50px 0;
	text-align: center;
	margin: 0;
	border-top: 1px #fff solid;
}

.footer-top img {
	margin: 0 3px 30px;

}

.footer-top p {
	color: #fff;
	font-size: 16px;
	line-height: 20px;
	margin: 0;
}


.contacts {
	width: 100%;
	display: block;
	float: left;
	background: #fff;
	border-top: 1px #1E173D solid;
}

.contacts ul {
	margin: 0;
	padding: 0;
}

.contacts ul li {
	width: 33.33%;
	border-right: 1px #1E173D solid;
	border-left: none;
	margin: 0;
	list-style: none;
	outline: none;
	text-align: center;
	font-weight: normal;
	float: left;
	color: #1E173D;
	padding: 5px 0;
	font-size: 18px;
}

@media (max-width: 480px) {
	.contacts ul li {
		width: 100%;
		border-right: none;
		border-bottom: 1px #fff solid;
	}
}

@media (min-width: 481px) and (max-width:990px) {
	.contacts ul li {
		width: 50%;
		border-right: none;
		border-bottom: 1px #fff solid;
	}
}

.contacts ul li img {
	margin-right: 7px;
}

.contacts ul li a {
	color: #1E173D;
	font-size: 18px;
	font-weight: normal;
}

.contacts ul li:last-child {
	border-right: none;
}

.links-area {
	width: 100%;
	display: block;
	float: left;
	background: #1E173D;
	padding: 60px 0 50px 0;
}


.ft-col {
	width: 25%;
	float: left;
	padding: 0;
	margin: 0;
}

.ft-col h3 {
	width: 100%;
	display: block;
	float: left;
	font-size: 18px;
	color: #fff;
	line-height: 20px;
	margin-bottom: 24px;
	text-transform: capitalize;
	position: relative;
	padding-bottom: 15px;
	text-align: center;
	font-family: 'Poppins', sans-serif;
}

.ft-col-body {
	width: 100%;
	display: block;
}

.ft-col-body ul {
	margin: 0;
	padding: 0;
}

.ft-col-body ul li {
	list-style: none;
	outline: none;
	line-height: 26px;
	text-align: center;
}

.ft-col-body ul li a {
	color: #ddd;
	display: block;
	border: none;
	outline: none;
	font-size: 14px;
	text-decoration: none;
}

.ft-col-body ul li a:hover {
	color: #fff;
	border: none;
	outline: none;
	text-shadow: 0 1px 1px #000000;
}

@media screen and (max-width: 480px) {
	.ft-col {
		width: 96%;
		text-align: left;
		float: left;
		padding: 5px 2%;
		margin: 0 9px 10px;
	}
}

@media screen and (min-width: 481px) and (max-width:991px) {
	.ft-col {
		width: 46%;
		min-height: 265px;
		text-align: left;
		float: left;
		padding: 5px 2%;
		margin: 0 9px 10px;
	}
}

.footer-bot {
	width: 100%;
	display: block;
	float: left;
	text-align: center;
	padding: 20px 0;
	background: #fff;
}

.footer-bot p {
	width: 100%;
	font-size: 13px;
	text-align: center;
	margin: 0;
}


.mega-menu {
	width: 100%;
	display: block;
	float: left;
}

.nav-xbootstrap {
	display: block;
	margin-bottom: 15px 0;
	background: #fff;
}

.iconsize {
	font-size: 12px;
	top: 2px;
	left: 3px;
}

.nav-xbootstrap ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: block;
}

.nav-xbootstrap li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: inline-block;
	position: relative;
	font-size: 14;
	color: #def1f0;
	z-index: 999999;
}

.nav-xbootstrap li a {
	padding: 15px;
	font-size: 14;
	color: #000;
	display: inline-block;
	outline: 0;
	font-weight: 400;
	text-decoration: none;
}

.nav-xbootstrap li:hover ul.dropdown {
	display: block;
}

.nav-xbootstrap li ul.dropdown {
	position: absolute;
	display: none;
	width: 200px;
	background: #2980B9;
	-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
	-moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
	-ms-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
	-o-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
	padding-top: 0;
}

.nav-xbootstrap li ul.dropdown li {
	display: block;
	list-style-type: none;
}

.nav-xbootstrap li ul.dropdown li a {
	padding: 10px 20px;
	font-size: 13px;
	color: #fff;
	display: block;
	font-weight: 400;
}

.nav-xbootstrap li ul.dropdown li:last-child a {
	border-bottom: none;
}

.nav-xbootstrap li:hover a {
	background: #18103A;
	color: #fff !important;
}

.nav-xbootstrap li:first-child:hover a {
	border-radius: 0;
}

.nav-xbootstrap li ul.dropdown li:hover a {
	background: #51268F;
}

.nav-xbootstrap li ul.dropdown li:first-child:hover a {
	border-radius: 0;
}

.nav-xbootstrap li:hover .arrow-down {
	border-top: 0;
}

.arrow-down {
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #def1f0;
	position: relative;
	top: 15px;
	right: -5px;
	content: '';
}

.title-mobile {
	display: none;
}

@media only screen and (max-width:900px) {

	.nav-xbootstrap {
		background: #fff;
		width: 200px;
		height: 100%;
		display: block;
		position: fixed;
		left: -200px;
		top: 0px;
		-webkit-transition: left 0.25s ease;
		-moz-transition: left 0.25s ease;
		-ms-transition: left 0.25s ease;
		-o-transition: left 0.25s ease;
		transition: left 0.25s ease;
		margin: 0;
		border: 0;
		border-radius: 0;
		overflow-y: auto;
		overflow-x: hidden;
	}

	.title-mobile {
		position: fixed;
		display: block;
		top: 10px;
		font-size: 20px;
		left: 100px;
		right: 100px;
		text-align: center;
		color: #FFF;
	}

	.nav-xbootstrap.visible {
		left: 0px;
		z-index: 10;
		-webkit-transition: left 0.25s ease;
		-moz-transition: left 0.25s ease;
		-ms-transition: left 0.25s ease;
		-o-transition: left 0.25s ease;
		transition: left 0.25s ease;
	}

	.nav-bg-xbootstrap {
		display: inline-block;
		vertical-align: middle;
		width: 100%;
		height: 50px;
		margin: 0;
		position: absolute;
		/*top: 0px;*/
		left: 0px;
		background-color: transparent;
		z-index: 9;
		padding: 12px 0 0 10px;
		-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
		-moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
		-ms-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
		-o-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
		box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
	}

	.navbar-xbootstrap {
		display: inline-block;
		vertical-align: middle;
		height: 50px;
		cursor: pointer;
		margin: 0;
		position: absolute;
		top: -65px;
		padding: 12px;
		z-index: 9;
		right: 20px;
		background: #13143C;
		border-radius: 3px;
	}

	.navbar-xbootstrap span {
		height: 2px;
		background: #fff;
		margin: 5px;
		display: block;
		width: 20px;
	}

	.navbar-xbootstrap span:nth-child(2) {
		width: 20px;
	}

	.navbar-xbootstrap span:nth-child(3) {
		width: 20px;
	}

	.nav-xbootstrap ul {
		padding-top: 50px;
	}

	.nav-xbootstrap li {
		display: block;
	}

	.nav-xbootstrap li a {
		display: block;
		color: #505050;
		font-weight: 600;
		font-weight: normal;
	}

	.nav-xbootstrap li:first-child:hover a {
		border-radius: 0;
	}

	.nav-xbootstrap li ul.dropdown {
		position: relative;
	}

	.nav-xbootstrap li ul.dropdown li a {
		background: #51268F !important;
		border-bottom: none;
		color: #fff !important;
	}

	.nav-xbootstrap li:hover a {
		background: #13143C;
		color: #fff !important;
	}

	.nav-xbootstrap li ul.dropdown li:hover a {
		background: rgba(0, 0, 0, .1);
		 !important;
		color: #fff !important;
	}

	.nav-xbootstrap li ul.dropdown li a {
		padding: 10px 10px 10px 30px;
	}

	.nav-xbootstrap li:hover .arrow-down {
		border-top: 5px solid #fff;
	}

	.arrow-down {
		border-top: 5px solid #505050;
		position: absolute;
		top: 20px;
		right: 10px;
	}

	.cover-bg {
		background: rgba(0, 0, 0, 0.5);
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}

	@media only screen and (max-width:1199px) {

		.container {
			width: 96%;
		}

	}


	.g-recaptcha>div {
		display: block;
		margin: 0 auto;
		margin-bottom: 20px;
	}

	#custom-search-input {
		position: relative;
	}

	div#livesearch ul {
		position: absolute;
		width: 85%;
		left: 28px;
		font-size: 1rem;
		font-family: 'Changa', sans-serif;
		border: 1px solid #f8f8f8;
	}

	div#livesearch ul li {
		padding: 2px 2px 2px 8px;
		border-bottom: 1px solid #f8f8f8;
	}

	div#livesearch ul li:hover {
		background-color: #f4f4f4;
	}






