html,
body,
a {
	color: #000;
	font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320))!important;
}

.fixed-header {
	background: #222D3A!important;
}

.d-none {
	display: none;
}

.container {
	width: calc(100% - 150px)!important;
}

.header-container .header-menu #main-menu>li>a {
	color: #FFF;
	padding-left: 25px!important;
	padding-right: 40px!important;
	text-transform: uppercase;
	font-size: 15px!important;
}

.header-container .header-menu #main-menu>li:not(:last-child)>a:after {
	content: ' | ';
	position: absolute;
	right: 0px;
	font-size: 14px;
	color: #FFF!important;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.header-container .header-menu #main-menu li:not(:first-child) {
	padding-left: 10px;
}

.header-container .header-menu #main-menu>li:last-child>a {
	padding-right: 35px!important;
}

.header-container .header-menu #main-menu>li>a:hover,
.header-container .header-menu #main-menu>li>a:focus {
	text-decoration: underline;
}

.header-container .header-menu #main-menu a {
	padding: 12px 11px!important;
}

.header-container .header-links>a>i.fa.fa-bars {
	color: #FFF;
}

.header-container {
	display: grid;
	display: -ms-grid;
	grid-template-columns: auto 1fr auto !important;
	-ms-grid-columns: auto 1fr;
	grid-template-rows: auto auto;
	-ms-grid-rows: auto auto;
	text-transform: uppercase;
	padding: 22px 45px;
}

.header-container .header-top {
	grid-column: 3 / 4 !important;
	grid-row: 1 / 3 !important;
	-ms-grid-column: 3 !important;
	-ms-grid-row: 1 !important;
	-ms-grid-column-span: 1 !important;
	-ms-grid-row-span: 1 !important;
	justify-content: flex-end;
}

.header-container .header-menu {
	grid-column: 2 / 3 !important;
	grid-row: 1 / 3 !important;
	-ms-grid-column: 2 !important;
	-ms-grid-row: 1 !important;
	-ms-grid-column-span: 1 !important;
	-ms-grid-row-span: 1 !important;
	justify-content: flex-end !important;
	display: flex;
	align-items: center !important;
	padding-right: 50px;
}

.header-logo-image {
	padding: 15px 0 !important;
}

.search_btns {
	background: transparent;
	border: 0;
}

.breadcrumb li::after {
	content: '\f105\f105'!important;
}

.breadcrumb {
	border: 0!important;
	background-color: transparent!important;
}

.breadcrumb a {
	color: #888888;
}

body:not(.cke_editable) h2:not(.swal2-title):not([style]) {
	font-size: 35px;
	font-weight: 600;
	color: #888888;
}

body:not(.cke_editable) h2:not(.swal2-title):not([style])::after {
	width: 30px!IMPORTANT;
	height: 3px!important;
	background: #1170B3!important;
}

.footer-upper-contet h5 {
	text-transform: uppercase;
	font-size: 15px;
}

.footer-upper-contet {
	line-height: 2;
}

.footer-contact-info {
	flex: 3!important;
}

.footer-contact-links {
	flex: 3!important;
}

.footer-accreditation {
	flex: 3!important;
}

.footer-upper-contet>*:last-child {
	flex: 3!important;
}

.afterFooter {
	background: #252525;
	color: #FFF;
	padding-top: 10px;
	font-weight: 600;
}

.afterFooter a {
	color: #FFF;
}

#footer-area .newsletter-section {
	padding: 0!important;
	border-top: none!important;
	position: relative;
}

#footer-area .newsletter-section .box-content {
	max-width: 450px!important;
}

#footer-area .newsletter-section .mi-button {
	left: 60%;
	position: absolute;
}

#footer-area .mailchimp-integration h3 {
	color: #FFF!important;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 600;
}

#footer-area .btn-mi {
	background-color: #154669;
	border-radius: 6px!important;
	padding: 7px 11px!important;
}

#footer-area input[name='email'] {
	width: 210px;
	background-color: transparent;
}

.breadcrumb a:hover {
	text-decoration: underline;
}

ul {
	list-style-type: none;
}

.btn-primary {
	text-transform: none;
	background-color: #154669;
	color: #FFF;
	border-radius: 30px!important;
	text-align: center;
	padding: 12px 30px;
}

.btn-default {
	border-radius: 30px!important;
}

.account-forgotten .form-horizontal .btn-default {
	padding: 12px 30px!important;
}

.btn-number,
#button-search {
	border-radius: 0!important;
}

.home_video {
	padding: 0px 0px!important;
	position: relative;
}

.home_video_btn_container {
	position: absolute;
	width: 100%;
	top: 52%;
	text-align: center;
}

.home_video_scroll_down {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 15px;
	letter-spacing: 1px;
	width: 100px;
	margin: 0 auto;
	margin-top: 60px;
}

.home_video_scroll_down:hover {
	cursor: pointer;
}

.home_video_scroll_down img {
	margin-bottom: 10px;
}

.home_video video {
	object-fit: cover;
	width: 100%;
}

.home_video_btn_container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-top: -300px;
	padding-bottom: 200px;
}

.home_video_btn_container h1 {
	color: #FFF;
	text-align: center;
	text-transform: uppercase;
	font-size: 70px;
	font-weight: 600;
}

.home_video_scroll_down {
	color: #fff;
	width: 36px;
	margin: 0 auto;
	margin-top: 80px;
	position: relative;
	line-height: 1;
}

.home_video_scroll_down:hover {
	cursor: pointer;
}

.home_video_scroll_down img {
	margin-bottom: 10px;
}

.flex-box {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.home_icon {
	overflow: visible!important;
}

.home_icon .container {
	/*width: 1170px!important;*/
	width: calc(100% - 550px)!important;
}

.home_icon .home_icon_container {
	width: 33%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.common-home .home_icon .home_icon_container {
	margin-top: -155px;
	z-index: 1;
}

.home_icon .home_icon_container .icon-sub {
	text-align: center;
	position: absolute;
}

.home_icon .home_icon_container p {
	color: #FFF;
	font-weight: 600;
	line-height: 2;
	margin-top: 10px;
}

.home_icon .home_icon_container img {
	max-width: 101%;
}

.home_categories {
	background: #EBEBEB;
}

.home_categories h2 {
	text-align: left!important;
}

.home_categories:not(.cke_editable) h2:not(.swal2-title):not([style])::after {
	margin: 22px 5px 0px;
}

.home_categories h4 {
	font-size: 17px;
	font-weight: 600;
	color: #000;
}

.rightnavs {
	z-index: 1;
	margin-left: 60px;
}

.descSlide {
	clear: both;
	margin-bottom: 20px;
}

.new-container {
	padding-top: 60px;
	left: 35px;
	position: absolute;
}

.home_globaltrack {
	position: relative;
}

.home_globaltrack {
	background: url("../png/globaltrack_new.png") no-repeat center right;
	background-size: cover;
	color: #FFF;
	padding: 200px 0!important;
}

.home_globaltrack .global-list {
    color: #154669!important;
}

.home_globaltrack .global-list li {
	line-height: 2;
	margin-left: -35px;
	margin-top: 5px;
}

.home_globaltrack .fa {
	font-size: 20px;
	padding-right: 5px;
}

.home_globaltrack h2 {
	color: #154669!important;
	text-align: left!important;
}

.home_globaltrack:not(.cke_editable) h2:not(.swal2-title):not([style])::after {
	margin: 22px 0px 0px;
	background: #888888!important;
}

.home_globaltrack .hr1 {
	border-top: 2px solid #ffffff;
	margin-left: 50px;
	width: 80%;
}

.home_globaltrack .hr2 {
	border-top: 10px solid #ffffff;
	width: 40%;
	margin-left: 50px;
}

.home_globaltrack .slogan {
	position: absolute;
	right: 0;
	bottom: 0;
}

.home_globaltrack h3 {
	color: #FFF;
	font-size: 45px;
	font-weight: 600;
}

.home_globaltrack .btn-primary {
	border-color: #ffffff!important;
}

.home_about {
	background: url("../jpg/about-bg-min.jpg") no-repeat center;
	background-size: cover;
	color: #000;
}

.home_about h4,
p {
	line-height: 1.5;
}

.home_about h2 {
	text-align: left!important;
}

.home_about h4 {
	font-size: 17px;
	font-weight: 600;
	color: #000;
}

.home_about:not(.cke_editable) h2:not(.swal2-title):not([style]) {
	margin-bottom: 50px;
}

.home_about:not(.cke_editable) h2:not(.swal2-title):not([style])::after {
	margin: 22px 1px 0px;
}

.home_categories .cat-img {
	margin-left: 46px;
	padding: 5px;
}

.home_categories h3 {
	color: #000;
	text-transform: uppercase;
	font-weight: 600;
	padding-left: 55px;
	margin-top: 10px;
	margin-bottom: 15px;
}

.home_categories .descSlide h3 {
	padding-left: 0;
}

#home-events-slider .home-article-slide img {
	width: 100%;
}

#home-events-slider .home-article-slide {
	background-color: #fff;
}

#home-events-slider .slick-slide {
	margin-left: 20px;
	padding: 15px;
}

#home-events-slider .slick-slide>div {
	box-shadow: 1px 1px 12px #7f7f7f;
}

#home-events-slider .slick-list {
	margin-left: -35px;
	padding: 10px 0;
}

#home-events-slider .home-article-slide .info {
	background-color: #fff;
	padding: 40px;
}

#home-events-slider .home-article-slide .info h4 {
	font-size: 22px;
	font-weight: 500;
	line-height: 30px;
	cursor: pointer;
	color: #000;
}

#home-events-slider .home-article-slide .info .date {
	font-size: 16px;
	color: #666;
	margin-bottom: 15px;
}

#home-events-slider .home-article-slide .info a {
	font-size: 17px;
	color: #154669;
	font-weight: 600;
	text-transform: uppercase;
}

#home-events-slider .home-article-slide .info a:hover {
	color: #999;
}

.home_btn_container {
	text-align: center;
	margin-top: 50px;
}


/* Home Events Page */

.home_events {
	background: url(../jpg/events-bg.jpg) no-repeat center;
	background-size: cover;
}

.news_homelist li {
	border-bottom: 1px dotted black;
}

.news_homelist li.active {
	background: #154669;
	color: #FFF;
}

.news_homelist2 .info {
	background-color: #fff;
	padding: 40px;
}

.news_homelist2 a {
	color: #154669;
}

.news_homelist,
.news_homelist2 {
	-moz-box-shadow: 1px 1px 6px 6px #efefef;
	-webkit-box-shadow: 1px 1px 6px 6px #efefef;
	box-shadow: 1px 1px 6px 6px #efefef;
}

.news_homelist2 {
	padding: 0;
	word-break: break-word;
}

.news_homelist2 a {
	text-transform: uppercase;
	font-weight: 600;
}

.news_homelist2 .info h4 {
	font-size: 22px;
	font-weight: 500;
	line-height: 30px;
	cursor: pointer;
	color: #000;
}

.news_homelist .hnews-name {
	font-size: 17px;
	padding-left: 85px;
	padding-right: 70px;
	height: 60px;
	position: absolute;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news_homelist img {
	object-fit: cover;
	width: 60px!important;
	height: 55px!important;
}

.news_homelist li {
	cursor: pointer;
}

.news_homelist ul {
	padding: 0;
}

.news_homelist ul {
	padding: 0;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.news_homelist {
	padding-left: 0;
	padding-right: 0;
	margin-right: 50px;
	overflow: auto;
	border-collapse: separate;
	border-spacing: 5px;
}


/* Contact Us Page */

.p-1em {
	padding: 1em;
}

.information-contact {
	background: url(../jpg/bg1.jpg) no-repeat calc(100% - 0%) calc(100% - 173%), url(../jpg/bg.jpg) left/2000px;
	background-position: calc(100% - 0px) calc(1em + 320px), 2000px!important;
}

.information-contact .panel {
	background-color: transparent!important;
}

.information-contact h3 {
	text-transform: uppercase;
	color: #000;
	font-weight: 600;
}

.information-information.iid-7 {
	background: url(../jpg/bg.jpg) no-repeat center;
	background-size: cover;
	background-attachment: fixed;
	background-position: 50px 150px;
}

.information-contact .contact-bottom a {
	color: #000;
}

.information-contact a:hover {
	text-decoration: underline;
}

.quickcheckout-checkout input {
	padding: 22px!important;
	border-right: 1px solid #ccc!important;
}

.checkout-cart .buttons .btn-default {
	padding: 12px!important;
}

.quickcheckout-checkout #button-confirm {
	padding: 12px!important;
}

.quickcheckout-checkout #quickcheckout-back {
	padding: 12px 30px!important;
	border-radius: 30px!important;
}

.investorpdf {
	padding: 30px 0;
}

.investorpdf .fa {
	font-size: 35px;
	color: red;
}


/* Product Page */

.product-category,
.product-product {
	background: url(../layer-745.html) no-repeat;
	background-size: cover;
	/*background-attachment: fixed;*/
}

.product-product .product-image-additional-container img {
	border: 0!important;
}

.product-product .has-error .text-danger {
	margin-top: 15px;
	padding-left: 25px;
}

#side-price .ui-slider-handle {
	background: #154569!important;
	width: 13px!important;
	height: 13px!important;
}

#side-price .ui-slider-range {
	background: #154569!important;
}

#side-price #slider-price {
	background: #000000!important;
}

#side-price .ui-slider-horizontal {
	height: 2px!important;
}

#side-price #price_max,
#side-price #price_min {
	text-align: left!important;
	color: #000;
	font-weight: 600;
}

#side-manufacturer {
	color: #000;
}

.product-category #side-categories .group .level-1 a {
	padding: 12px 17px!important;
	background: #A1A1A1;
	border-radius: 25px;
	color: #FFF;
}

.product-category #side-categories .group .level-2 a {
	padding-left: 40px;
	color: #000;
}

.product-category #side-categories .group .level-1.active a {
	background: #154569!important;
}

.product-category #side-categories .group .level-2.active a {
	text-decoration: underline;
	text-decoration-color: #154569;
}

.product-category #side-categories .group .item {
	padding-bottom: 10px;
}

.product-category #side-categories .group .level-2 a:hover {
	text-decoration: underline;
	background: transparent!important;
	color: #000!important;
}

.product-category select {
	background-color: white;
	display: inline-block;
	font: inherit;
	line-height: 1.5em;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: linear-gradient(45deg, transparent 50%, black 50%), linear-gradient(135deg, black 50%, transparent 50%), linear-gradient(to right, #15202500, #0e0e0e00);
	background-position: calc(100% - 12px) calc(1em + 1px), calc(100% - 7px) calc(1em + 1px), 53% 11px;
	background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
	background-repeat: no-repeat;
}

.product-product .slick-slide {
	opacity: 1!important;
}

.product-product .slick-track {
	padding-left: 10px;
}

.list-group-item.item-header {
	color: #000;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 600;
}

span.price-old {
	text-decoration: line-through;
}

.product-block .product-details .price {
	width: 80px;
}

.product-block:hover {
	-moz-box-shadow: 1px 1px 6px 6px #efefef;
	-webkit-box-shadow: 1px 1px 6px 6px #efefef;
	box-shadow: 1px 1px 6px 6px #efefef;
}

.product-category .input-group-prepend {
	margin-right: -35px!important;
}

.product-view>.product-gutter {
	width: 33%!important;
}

.product-block {
	border: 1px solid #efefef!important;
}

.product-block .product-name {
	padding: 14px 28px 7px!important;
	text-align: left;
}

.product-block .product-name a {
	color: #888888;
	font-size: 16px;
}

.product-block .product-details {
	color: #16466A;
	font-weight: 600;
}

.product-block .product-details {
	margin: 0;
	align-self: auto;
}

.product-category .btn-cart,
.product-category .btn-enquiry,
.product-search .btn-enquiry,
.product-search .btn-cart,
.product-product .btn-cart {
	background-color: transparent!important;
}

.product-gutter .cart-buttons {
	margin: 0!important;
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.product-gutter .product-inputs {
	padding: 5px;
	text-align: left;
}

.product-gutter .product-inputs>* {
	font-size: 12px;
}

.product-gutter .cart-buttons {
	margin: auto auto 0;
}

.product-gutter .product-option img {
	width: 50px;
}

#form-review #button-review {
	margin-top: 15px;
}

#button-coupon {
	border-top-left-radius: 0!important;
	border-bottom-left-radius: 0!important;
}

@media (max-width: 767px) {
	.product-gutter .product-inputs {
		flex-wrap: wrap;
	}
	.product-gutter .product-inputs>* {
		width: 100%;
	}
	.product-gutter .product-inputs>*:last-child {
		margin-left: 0px;
	}
}

.product-block .product-details .price .price-old {
	position: absolute;
	margin-left: 5px;
}

.product-product .product-block .product-details .price .price-old {
	position: relative;
	margin-left: 0;
}

.product-search .product-block .product-details .price {
	font-size: 18px;
	text-align: left;
	margin-left: 20px;
}

.product-product .rating {
	margin-top: 15px;
}

.cart-buttons>.product-details {
	width: calc(75% - 85px);
	padding: 0;
	margin-top: 0px;
	align-self: center;
}

.cart-buttons>div:last-child {
	width: 160px;
	padding-right: 30px;
	text-align: right;
}

.product-product .product-gutter .cart-buttons {
	margin-left: 25px!important;
}

.product-product .featured-module .slick-slide .product-block,
.product-product .related-products .slick-slide .product-block {
	min-height: 320px;
}

.featured-module .slick-slide>div,
.related-products .slick-slide>div {
	width: 97%!important;
}

#featured_slider_related_products_ .left-fas,
#featured_slider_related_products_ .right-fas {
	width: 25px;
}

#featured_slider_related_products_ .left-fas {
	margin-left: -15px;
}

#featured_slider_related_products_ .right-fas {
	margin-left: 15px;
}

.product-product label.control-label {
	font-weight: 600;
	color: #000;
	padding-top: 10px;
}

.input-group-addon {
	font-weight: 600;
	color: #000;
	margin-right: 30px;
	margin-left: -13px;
}

.product-product h3 {
	color: #888888!important;
}

.product-product .desc-labels {
	font-weight: 600;
}

#side-categories .group .item .toggle {
	border-left: none!important;
}

.toggle-caret {
	margin-left: -3em;
	top: 1.6em;
	position: absolute!important;
	color: white!important;
	border-left: none!important;
}

.toggle-caret:hover {
	background: transparent!important;
	color: #ccc!important;
}

#side-categories .group {
	border-bottom: none!important;
}

#side-categories .group .item.active+.sub {
	border-top: none!important;
}

.product-price.old-prices,
.product-special-price.new-prices {
	color: #154569!important;
	font-size: 25px!important;
	font-weight: 600!important;
	margin-bottom: 25px;
}

.sticker {
	top: 20px!important;
}

.sticker,
.special-sticker {
	left: -8px;
	width: 25%;
	text-transform: uppercase;
	transform-style: preserve-3d;
	padding: 8px 8px!important;
}

.product-product .product-image-main-container .special-sticker,
.product-product .product-image-main-container .sticker {
	width: 20%!important;
	left: -7px;
	top: 20px!important;
	padding-left: 20px;
}

.special-sticker:before,
.sticker:before {
	top: 34px;
	left: -5px;
	content: '';
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 7px solid black;
	border-bottom: 7px solid transparent;
	transform: translateZ(-1px);
	position: absolute;
}

.product-product #waiting_list {
	background: #F2F2F2;
}

.product-product input[name="email"] {
	border: none!important;
	padding: 15px;
}

.product-product #waiting_list_submit {
	position: absolute;
	right: 0!important;
	margin-right: 16px;
}

.product-product .prod-sel {
	display: inline-block;
	position: absolute;
	width: 35%;
	margin-left: 18px;
	height: 45px;
	background-color: white;
	font: inherit;
	line-height: 1.5em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: linear-gradient(45deg, transparent 50%, black 50%), linear-gradient(135deg, black 50%, transparent 50%), linear-gradient(to right, #15202500, #0e0e0e00);
	background-position: calc(100% - 12px) calc(1em + 5px), calc(100% - 7px) calc(1em + 5px), 53% 11px;
	background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
	background-repeat: no-repeat;
}

#product button.btn.btn-default.btn-number {
	height: 50px;
	width: 45px;
}

.qty-minus button.btn.btn-default.btn-number {
	background: #D6D6D6!important;
}

.qty-plus button.btn.btn-default.btn-number {
	background: #666666!important;
}

.qty-minus span.glyphicon.glyphicon-minus,
.qty-plus span.glyphicon.glyphicon-plus {
	color: white;
	font-size: 20px;
	font-family: none!important;
}

input#input-quantity {
	height: 50px;
}

.text-share {
	font-weight: 600;
	margin-right: 25px;
	color: #000;
}

.product-product .tab-content {
	background: #FFF;
	padding: 25px;
	border: 1px solid #e6e6e6;
	margin-bottom: 60px;
}

.product-product .nav-tabs>li.active>a,
.product-product .nav-tabs>li.active>a:focus,
.product-product .nav-tabs>li.active>a:hover {
	color: #FFF!important;
	background-color: #154569!important;
	border: 0!important;
}

.product-product .nav-tabs>li>a {
	margin-right: 12px;
	border: none!important;
	border-radius: 0!important;
	color: #FFF!important;
	background-color: #B1B1B1!important;
	text-transform: uppercase;
	padding: 15px 25px;
}

.product-product .nav-tabs {
	border-bottom: 0!important;
}


/*About Us*/

.information-contact .panel.panel-default {
	border: none!important;
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
}

.contact-bottom input[type="text"],
.contact-bottom input[type="tel"],
.contact-bottom textarea {
	padding: 25px;
}

.aboutus_info {
	background: url("../jpg/bg-2.jpg") no-repeat center;
	background-size: cover;
}

.aboutus_info p {
	color: #000;
	padding: 20px;
}

.iid-4 .breadcrumb {
	position: absolute;
	z-index: 1;
}


/*Careers Page*/

#cvfile,
#cvfile2 {
	pointer-events: none;
}

.iid-8 .modal-header .close {
	margin-top: -2px;
	opacity: 1;
	font-size: 30px;
}

.iid-8 .panel-default>.panel-heading {
	color: #FFF;
	background-color: #154569;
	border-color: transparent;
	text-transform: uppercase!important;
}

.iid-8 {
	background: url("../jpg/bg1-2.jpg") center;
	background-size: cover;
}

.careers_intro {
	margin-top: -120px;
	padding-bottom: 50px!important;
}

a.collapsed {
	background: #FFF!important;
	color: #000;
}

.iid-8 .panel-title>a {
	display: block;
	padding: 15px 15px!important;
	font-weight: 600;
	cursor: pointer;
}

.iid-8 h3 {
	color: #000!important;
	text-transform: uppercase;
	font-weight: 600;
}

.iid-8 #content {
	min-height: 100px;
}

.iid-8 .panel-group {
	margin-bottom: 120px!important;
}

.ii8-modal {
	color: #000;
}

.ii8-modal input[type="text"] {
	padding: 20px;
}

.ii8-modal h4 {
	font-weight: 600;
	color: #000;
	font-size: 20px;
}

.ii8-modal h5 {
	font-weight: 600;
	color: #000;
	font-size: 14px;
	text-transform: uppercase;
}

.btn-files {
	padding: 8px 40px!important;
	background: #CCCCCC!important;
	border: 0;
	color: #000;
	margin-bottom: 10px;
}

.ii8-modal .modal-header {
	padding: 25px!important;
	border-bottom: none!important;
}

.ii8-modal .modal-body {
	min-height: 250px;
}

.career-intro {
	margin-bottom: 50px;
}

.ii8-modal input[type=file] {
	display: none!important;
}

#cvfile,
#cvfile2 {
	width: 80%;
	display: inline-block;
}

.panel-group .panel {
	border-radius: 0;
}

.panel-heading {
	border-top-left-radius: 0!important;
	border-top-right-radius: 0!important;
}

.ii8-fa {
	float: right;
}

.flex-container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.flex-container img {
	width: 50%;
}


/*Services Page*/

.iid-9 .private_slide_container .slick-slide.slick-current.slick-active.slick-center {
	opacity: 1;
}

.iid-9 .private_slide_container .slick-slide {
	opacity: 0.3;
}

.iid-9 .section5 {
	padding: 10px 0 100px 0px!important;
}

.position-nexts-sright {
	right: 70px;
	top: 50%;
}

.position-prevs-sleft {
	top: 50%;
	left: 30px;
	z-index: 2;
}

.sec5-right {
	margin-left: 55px;
}

.sec5-left {
	margin-left: -40px;
}

.sec4-ii9 {
	padding: 120px 50px!important;
	background-size: cover!important;
}

.section-space.max-offset.services_button, .section-space.max-offset.solutions_button {
	padding: 10px 0px!important;
}

.iid-9, .iid-14 {
	padding-bottom: 160px!important;
}

.iid-9 .section1, .iid-14 .section1 {
	margin-top: -150px;
}

.iid-9 .section1 h3, .iid-14 .section1 h3 {
	color: #000!important;
	text-transform: uppercase;
	font-weight: 600;
}

.section2-slide-container {
	margin-top: 50px;
}

.iid-9 .section-space.max-offset.section3, .iid-14 .section-space.max-offset.section3 {
	padding: 0!important;
}

.iid-9 .section4 h2,
.iid-9 .section4 h4,
.iid-9 .section4 p,
.iid-14 .section4 h2,
.iid-14 .section4 h4,
.iid-14 .section4 p{
	color: #FFF!important;
}

.iid-9 .section4 h4, .iid-14 .section4 h4  {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 18px;
}

.iid-9 .section4 h2, .iid-14 .section4 h2 {
	text-align: left!important;
}

.iid-9 .section4:not(.cke_editable) h2:not(.swal2-title):not([style])::after, .iid-14 .section4:not(.cke_editable) h2:not(.swal2-title):not([style])::after {
	background: #7F8185!important;
	margin: 22px 10px 0px;
}

.iid-9 .section-space.max-offset.section5, .iid-14 .section-space.max-offset.section5 {
	padding: 0 0 50px 0!important;
}

.iid-9 .section6, .iid-9 .section6 {
	background: url("../jpg/bg3.jpg") no-repeat center;
	background-size: cover;
}

.iid-9 .section6 h2, .iid-14 .section6 h2 {
	text-align: left!important;
	margin-bottom: 30px!important;
}

.iid-9 .section6:not(.cke_editable) h2:not(.swal2-title):not([style])::after, .iid-14 .section6:not(.cke_editable) h2:not(.swal2-title):not([style])::after {
	margin: 22px 5px 0px;
}

.iid-9 .slick-slide, .iid-14 .slick-slide {
	margin: 30px!important;
}

.iid-9 .section-space.max-offset.section2 {
	padding: 0 0 50px 0!important;
}
.iid-14 .section-space.max-offset.section2{
    padding-top: 0 !important;
}

.iid-9 .nav-pills a.btn.btn-primary, .iid-14 .nav-pills a.btn.btn-primary {
	padding: 5px 30px!important;
	background-color: #848484;
	border: none!important;
}

.iid-9 .nav-pills>li.active>a,
.iid-9 .nav-pills>li.active>a:focus,
.iid-9 .nav-pills>li.active>a:hover, 
.iid-14 .nav-pills>li.active>a,
.iid-14 .nav-pills>li.active>a:focus,
.iid-14 .nav-pills>li.active>a:hover{
	background-color: #154569!important;
}

.iid-9 .nav-pills>li, .iid-14 .nav-pills>li {
	padding-left: 25px;
}

.first_slide_services .event-img {
	-moz-box-shadow: 0px 2px 10px #717171;
	-webkit-box-shadow: 0px 2px 10px #717171;
	box-shadow: 0px 2px 10px #717171;
	-moz-border-radius: 230px;
	-webkit-border-radius: 230px;
}

.nav-service {
	margin: 0 auto;
	width: 700px;
}


/*Reserved Page*/

.iid-10 .nav-pills>li.active>a,
.iid-10 .nav-pills>li.active>a:focus,
.iid-10 .nav-pills>li.active>a:hover {
	background-color: #154569!important;
}

.iid-10 .nav-pills a.btn.btn-primary {
	background-color: #848484;
	border: none!important;
}

.iid-10 .reserved-content {
	margin-top: 50px;
}

.iid-10 #content {
	min-height: 10px!important;
}


/*News Page*/

.news-ncategory {
	background: url(../jpg/layer-745.jpg) no-repeat;
	background-size: cover;
}

.searchnews {
	border-radius: 20px!important;
	margin-bottom: 25px;
}

.news-ncategory #button-search {
	position: absolute;
	right: 18px;
	top: 0px;
	background-color: transparent;
	background: transparent;
	box-shadow: none;
}

.news-ncategory #column-left h3 {
	color: #000;
	text-transform: uppercase;
	font-weight: 600;
}

#news_latest.bnews-list {
	display: flex;
	flex-direction: column!important;
	margin-bottom: 50px;
}

#news_latest.bnews-list .artblock {
	width: calc(100% - 25px)!important;
	margin-bottom: 18px!important;
	padding: 10px!important;
	border: none!important;
	border-bottom: 1px solid #000000!important;
}

#news_latest.bnews-list .artblock .name a {
	font-size: 14px!important;
	line-height: 25px!important;
	color: #000!important;
	font-weight: 300!important;
}

#news_latest.bnews-list .artblock .article-meta {
	color: #000!important;
	border-top: 0!important;
	border-bottom: 0!important;
}

#column-left .bnews-list .artblock .article-meta,
#column-right .bnews-list .artblock .article-meta,
#column-right .bnews-list .artblock .total-comments,
#column-left .bnews-list .artblock .total-comments,
#column-left .bnews-list .artblock .article-image,
#column-right .bnews-list .artblock .article-image {
	display: block!important;
}

.news-ncategory #column-left h4 {
	font-weight: 600;
	font-size: 20px;
	color: #000;
}

#articles-column-left .list-group-item a {
	border: none;
	background: #154569;
	color: #FFF;
	text-transform: uppercase;
	border-radius: 20px;
	padding-left: 25px;
}

#articles-column-left .list-group-item {
	padding: 5px 15px 10px 0!important;
}

.news-ncategory .bnews-list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 0 -20px;
}

.bnews-list .artblock {
	width: calc(50% - 40px);
	margin: 0 20px;
	margin-bottom: 60px;
	display: inline-block!important;
	background-color: #fff;
	padding: 0!important;
	border: 1px solid #efefef!important;
}

.bnews-list .artblock:hover {
	box-shadow: 1px 1px 10px #b8b8b8;
}

.bnews-list .artblock .blog-button {
	text-align: left!important;
	padding-top: 15px!important;
	text-transform: uppercase;
	font-weight: 600;
}

.bnews-list .artblock .name a {
	font-size: 22px!important;
	line-height: 30px;
	cursor: pointer;
	color: #000!important;
}

.bnews-list .artblock .info {
	padding: 30px;
}

.bnews-list .artblock .description {
	color: #444;
	padding-top: 6px;
	padding-bottom: 6px;
	border-top: 0px solid #eee;
	border-bottom: 0px solid #eee;
	margin-top: 2px;
	margin-bottom: 5px;
}

.btn-news-back {
	background-color: #909090;
	color: #FFF;
	border-radius: 30px!important;
	text-align: center;
	padding: 12px 50px;
	text-transform: uppercase;
}

.media-detail__btn-group {
	position: relative;
	display: block;
	vertical-align: middle;
	text-align: center;
}

.news-article .article-content h4 {
	font-size: 22px!important;
	line-height: 30px;
	font-weight: 500;
	color: #000!important;
}

.news-article .media-detail__btn--white {
	display: none;
}

.news-ncategory #articles-filter-trigger-open {
	border-radius: 0!important;
}

.product-category #filter_group_tigger_open {
	border-radius: 0!important;
	padding: 7.5px 25px;
	font-size: 12px!important;
}

.news-search .artblock {
	padding: 10px!important;
}

.news-ncategory .artblock a,
.news-search .artblock a {
	color: #154569;
}

.news-search .news-search-block .form-control {
	margin-bottom: 18px;
}

.news-search-block {
	margin-bottom: 50px;
}

.article-sm-right {
	position: absolute;
	font-size: 15px;
	right: 50px;
	font-weight: bold;
}

#column-left .bnews-list .artblock .name a,
#column-right .bnews-list .artblock .name a {
	font-size: 13px;
	width: 100%;
	overflow: hidden;
	position: relative;
	display: inline-block;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}


/*Pagination*/

.product-search .pagination>.active>a:focus,
.product-search .pagination>.active>a:hover,
.product-search .pagination>.active>span,
.product-search .pagination>.active>span:focus,
.product-search .pagination>.active>span:hover,
.product-category .pagination>.active>a,
.product-category .pagination>.active>a:focus,
.product-category .pagination>.active>a:hover,
.product-category .pagination>.active>span,
.product-category .pagination>.active>span:focus,
.product-category .pagination>.active>span:hover,
.news-ncategory .pagination>.active>a:focus,
.news-ncategory .pagination>.active>a:hover,
.news-ncategory .pagination>.active>span,
.news-ncategory .pagination>.active>span:focus,
.news-ncategory .pagination>.active>span:hover {
	z-index: 2;
	color: #ffffff;
	cursor: default;
	background-color: #154669;
}

.product-search .pagination>li>a,
.product-search .pagination>li>span,
.product-category .pagination>li>a,
.product-category .pagination>li>span,
.news-ncategory .pagination>li>a,
.news-ncategory .pagination>li>span {
	position: relative;
	float: left;
	padding: initial;
	margin-left: -1px;
	height: 35px;
	width: 35px;
	line-height: 1.42857143;
	color: #000;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 50%;
	margin-right: 5px;
	font-weight: 600;
	font-size: 15px;
}

.product-category .pagination>.active>span:hover,
.product-search .pagination>.active>span:hover {
	border-color: #FFF;
}

.product-category .pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
	z-index: 3;
	color: #154669;
	border-color: #154669;
}

.product-category .pagination>.page_next_last a:hover,
.product-category .pagination>.page_next a:hover,
.product-category .pagination>.page_prev a:hover,
.product-category .pagination>.page_prev_last a:hover {
	border-color: #fff!important;
	color: #fff;
}

.product-search .pagination>.page_next_last a:hover,
.product-search .pagination>.page_next a:hover,
.product-search .pagination>.page_prev a:hover,
.product-search .pagination>.page_prev_last a:hover {
	border-color: #fff!important;
	color: #fff;
}

.product-category .pagination>.page_next_last a,
.product-category .pagination>.page_prev_last a,
.product-search .pagination>.page_next_last a,
.product-search .pagination>.page_prev_last a {
	display: none;
}

.product-category .pagination>.page_next a,
.product-category .pagination>.page_next_last a,
.product-category .pagination>.page_prev a,
.product-category .pagination>.page_prev_last a {
	color: #fff;
}

.product-search .pagination>.page_next a,
.product-search .pagination>.page_next_last a,
.product-search .pagination>.page_prev a,
.product-search .pagination>.page_prev_last a {
	color: #fff;
}

.product-category .pagination>.page_next a:before,
.product-search .pagination>.page_next a:before {
	content: url("../next-arrow-black.html")
}

.product-category .pagination>.page_next_last a:before,
.product-search .pagination>.page_next_last a:before {
	content: url("../next-arrow-black.html")
}

.product-category .pagination>.page_prev a:before,
.product-search .pagination>.page_prev a:before {
	content: url("../prev-arrow-white-min.html")
}

.product-category .pagination>.page_prev_last a:before,
.product-search .pagination>.page_prev_last a:before {
	content: url("../prev-arrow-white-min.html")
}

.account-password .btn-default,
.account-edit .btn-default,
.account-address .btn-default {
	padding: 13px 45px;
}

.btn-proceed {
	margin-top: 12px;
	clear: none!important;
}

@media (min-width: 768px) and (max-width: 991px) {}

@media screen and (max-width:1920px) {
	.iid-8 {
		padding-bottom: 275px!important;
	}
	.information-contact {
		background-position: calc(100% - 0px) calc(1em + 500px), 2000px!important;
	}
	.home_categories .cat-img {
		margin-left: 50px;
	}
	#footer-area .newsletter-section .mi-button {
		left: 50%;
	}
}

@media screen and (max-width: 1600px) {
	.information-contact {
		background-position: calc(100% - 0px) calc(1em + 425px), 2000px!important;
	}
	.header-container .header-menu {
		padding-right: 0;
	}
	#footer-area .newsletter-section .mi-button {
		left: 60%;
	}
}

@media screen and (max-width: 1599px) {
	.information-contact {
		background-position: calc(100% - 0px) calc(1em + 380px), 2000px;
	}
	.header-container .header-menu #main-menu>li>a {
		padding-right: 20px!important;
		padding-left: 0px!important;
	}
	.contact-bottom {
		padding-top: 25px;
	}
}

@media screen and (max-width: 1536px) {
	#footer-area .newsletter-section .mi-button {
		left: 63%;
	}
}

@media screen and (max-width: 1367px) {
	.homecat_left {
		margin-top: calc(-25vw + calc(78% - 0px))!important;
	}
	.homecat_right {
		margin-top: calc(-25vw + calc(44% - 0px));
	}
	.information-contact {
		background-position: calc(100% - 0px) calc(1em + 370px), 2000px!important;
	}
	#footer-area .newsletter-section .mi-button {
		left: 72%;
	}
}

@media screen and (max-width: 1280px) {
	.information-contact {
		background-position: calc(100% - 0px) calc(1em + 335px), 2000px!important;
	}
	.header-container .header-menu #main-menu>li>a {
		padding-right: 15px!important;
		padding-left: 15px!important;
		font-size: 13px!important;
	}
	.header-container .header-menu #main-menu li:not(:first-child) {
		padding-left: 0;
	}
	#footer-area .newsletter-section .mi-button {
		left: 78%;
		position: absolute;
	}
}

@media (max-width: 1200px) and (min-width: 992px) {
	.product-category .product-view>.product-gutter {
		width: 50% !important;
		margin: 0;
		padding: 15px 15px 0;
	}
	.product-category #side-categories .group .level-1 a {
		padding: 8px 17px!important;
	}
	.special-sticker:before,
	.sticker:before {
		top: 33px;
	}
	.iid-9 .private_slide_container .slick-slide {
		opacity: 1;
	}
}

@media (max-width: 991px) and (min-width: 768px) {
	.ii8-modal .submits {
		clear: none!important;
		margin-top: 15px;
	}
}

@media (max-width: 768px) {
	.home_video_btn_container {
		top: 15%!important;
		margin-top: 0!important;
	}
	.home_video_btn_container h1 {
		font-size: 30px;
	}
	.home_video_scroll_down {
		margin-top: calc(-50vw + calc(55% - 0px));
	}
	.news-ncategory #column-left {
		width: 100%;
	}
	.product-view>.product-gutter {
		width: 50%!important;
	}
	.special-sticker:before,
	.sticker:before {
		top: 31px;
		left: -5px;
		border-left: 5px solid transparent;
		border-right: 10px solid black;
		border-bottom: 9px solid transparent;
	}
	.product-product .prod-sel {
		width: 48%;
	}
	.information-contact {
		background-position: calc(100% - 0px) calc(1em + 165px), 2000px!important;
	}
	
	.home_globaltrack {
    	background: url("../png/globaltrack_new_m.png") no-repeat center right;
    	background-size: auto;
    	color: #FFF;
    	padding: 75px 0!important;
    }

	.home_globaltrack h3 {
		font-size: 20px;
	}
	.home_globaltrack .hr2 {
		border-top: 7px solid #ffffff;
	}
	.header-container {
		padding: 22px 0px;
	}
	.header-logo-image img {
		width: 140px;
	}
	.news_homelist2 .info h4,
	#home-events-slider .home-article-slide .info h4,
	.news_homelist .hnews-name,
	.bnews-list .artblock .name a,
	.bnews-list .artblock .name a,
	.information-contact h3 {
		font-size: 15px!important;
		line-height: 17px;
	}
	#home-events-slider .home-article-slide .info .date,
	#home-events-slider .home-article-slide .info a,
	.bnews-list .artblock .description {
		font-size: 12px!important;
	}
	#home-events-slider .home-article-slide .info,
	.news_homelist2 .info {
		padding: 20px;
	}
	.bnews-list .artblock .name a {
		line-height: 20px;
	}
	.information-contact h3 {
		font-size: 15px!important;
		margin-top: 25px;
	}
	.contact-bottom input[type="text"],
	.contact-bottom input[type="tel"],
	.contact-bottom textarea {
		padding: 12px;
	}
	.ii8-modal input[type="text"] {
		padding: 12px;
	}
	.product-category #side-categories .group .level-1 a {
		padding: 8px 17px!important;
	}
	.article-sm-right {
		right: 0;
	}
	.news-article .article-content .flex {
		display: inline-block;
	}
	.article-sm-right {
		position: inherit;
	}
	.iid-9 .private_slide_container .slick-slide {
		opacity: 1;
	}
	.home_categories .cat-img {
		margin-left: 4px;
	}
	#footer-area .newsletter-section .mi-button {
		left: 68%;
	}
	.account-forgotten .form-horizontal .btn-default {
		padding: 10px 30px!important;
	}
}

@media screen and (max-width: 540px) {
	.careers_intro {
		margin-top: -50px;
	}
	.careers_list_manager h3,
	.careers_intro h3,
	.careers_list_manager h4,
	.panel-body {
		font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320))!important;
	}
	.flex-container {
		flex-direction: column;
	}
	.flex-container img {
		width: 100%;
	}
	.common-home .home_icon .home_icon_container {
		margin-top: 0;
		width: 100%;
	}
	.home_video_btn_container {
		margin-top: calc(-50vw + calc(15% - 0px));
	}
	.news_homelist {
		padding-right: 0;
	}
	.footer-upper-contet>*:last-child {
		flex: 0!important;
	}
	.home_icon .home_icon_container .icon-sub img {
		max-width: 65%;
	}
	.footer-bottom {
		text-align: center;
	}
	.nav-service {
		width: 250px;
		text-align: justify!important;
	}
	.iid-10 .nav-service {
		width: 200px;
		float: left;
		margin-left: -30px;
		text-align: justify!important;
	}
	.iid-9 .nav-pills>li {
		padding-bottom: 10px;
	}
	.iid-9 .nav-pills>li {
		float: none;
		padding-left: 0;
	}
	.sec4-ii9 {
		min-height: 600px;
	}
	.iid-9 .section4 .section4-desc {
		background: rgb(17 62 101 / 85%);
		padding: 30px;
	}
	iframe {
		width: 100% !important;
		/* height: auto !important; */
	}
	.bnews-list .artblock {
		width: calc(100% - 40px);
	}
	.product-block .product-details .price .price-old {
		position: initial;
		margin-left: 0;
	}
	.product-product .prod-sel {
		width: 35%;
	}
	.information-contact {
		background-position: calc(100% - 0px) calc(1em + 80px), 2000px!important;
	}
	.home_about {
		background: #e8e8e8;
	}
	.home_video_scroll_down {
		display: none;
	}
	body:not(.cke_editable) h2:not(.swal2-title):not([style]) {
		font-size: 27px;
	}
	.home_globaltrack h2 {
		margin-left: 0px;
		text-align: left!important;
	}
	.home_globaltrack:not(.cke_editable) h2:not(.swal2-title):not([style])::after {
		margin: 22px 0px 0px;
	}
	.submits {
		text-align: center;
	}
	.iid-8 {
		padding-bottom: 480px!important;
	}
	.iid-9 {
		padding-bottom: 410px!important;
	}
	.news_homelist {
		margin-right: 0;
	}
	.footer-contact-info,
	.footer-contact-links {
		display: none;
	}
	.news_homelist {
		margin-right: 0;
		display: block!important;
	}
	.news_homelist ul {
		display: block!important;
	}
	.news_homelist li {
		padding: 22px 30px!important;
	}
	#home-events-slider .slick-slide {
		margin-left: 35px;
	}
	#footer-area .newsletter-section .mi-button {
		left: 100%;
	}
	.career-intro {
		margin-bottom: 0;
	}
	.product-product #waiting_list_submit {
		margin-right: 19px;
		padding: 11px 25px!important;
	}
	.btn-proceed {
		text-align: center;
	}
}

@media screen and (max-width: 414px) {
	.home_icon .home_icon_container .icon-sub img {
		max-width: 50%;
	}
	.home_video_btn_container h1,
	h2 {
		font-size: 24px!important;
	}
	.home_video_scroll_down img {
		width: 20px;
	}
	.home_video_scroll_down {
		font-size: 10px;
	}
	.cart-buttons>.product-details {
		width: calc(180% - 85px);
	}
	.product-product .prod-sel {
		width: 45%;
	}
	.information-contact {
		background-position: calc(100% - 0px) calc(1em + 30px), 2000px!important;
	}
	.product-view>.product-gutter {
		width: 100%!important;
		padding: 15px 15px 0;
	}
}

@media screen and (max-width:375px) {
	.iid-8 {
		padding-bottom: 520px!important;
	}
	.iid-9 {
		padding-bottom: 545px!important;
	}
	.header-logo-image img {
		width: 90px;
	}
	.product-product #waiting_list_submit {
		padding: 10px 25px!important;
	}
}

@media screen and (max-width:360px) {
	.home_video_btn_container h1,
	h2 {
		font-size: 20px!important;
	}
	.home_video_btn_container h1,
	h2 {
		font-size: 16px;
	}
	.home_icon .home_icon_container .icon-sub img {
		max-width: 35%;
		margin-top: 15px;
	}
	.home_icon .home_icon_container p {
		font-size: 10px;
	}
	#filter_group_tigger_open {
		font-size: 14px!important;
	}
	.product-block .product-details .price {
		font-size: 12px!important;
	}
	.product-block .product-details .price .price-old {
		font-size: 11px!important;
	}
	.product-product .prod-sel {
		width: 52%;
	}
	.information-contact {
		background-position: calc(100% - 0px) calc(1em + 10px), 2000px!important;
	}
	.cart-dorpdown-footer .btn-primary {
		font-size: 13px!important;
	}
	.captcha-btm {
		margin-left: -12px;
	}
	.product-product #waiting_list_submit {
		padding: 14px 25px!important;
	}
	.sec4-ii9 {
		padding: 70px 50px!important;
	}
	#footer-area .btn-mi {
		padding: 9px 11px!important;
	}
}

@media (min-width: 769px) and (max-width: 1024px) {
	.information-contact {
		background-position: calc(100% - 0px) calc(1em + 265px), 2000px!important;
	}
	.home_icon .container {
		width: auto!important;
	}
	.header-container .header-menu #main-menu>li>a {
		padding-left: 15px!important;
	}
	.header-container .header-menu #main-menu li:not(:first-child) {
		padding-left: 0;
	}
	.fulltime_submit,
	.intern_submit {
		margin-top: 12px;
	}
	.information-contact .contact-footer input[type=submit] {
		margin-top: 12px;
	}
	#button-coupon {
		padding: 12px 14px;
	}
	#footer-area .newsletter-section .mi-button {
		left: 100%;
	}
	#footer-area .btn-mi {
		padding: 8px 11px!important;
	}
}

@media screen and (max-width:320px) {
	.home_video_btn_container h1,
	h2 {
		font-size: 18px!important;
	}
	.product-product .prod-sel {
		width: 60%;
	}
	.home_btn_container {
		margin-top: 0;
	}
	.iid-8 #google_recaptcha {
		margin-left: -14px;
	}
	.information-contact #google_recaptcha {
		margin-left: -18px;
	}
	.captcha-btm {
		margin-left: -27px;
	}
	.sec4-ii9 {
		padding: 50px 10px!important;
	}
}

.slick-initialized .slick-slide {
	outline: none!important;
}

input::-ms-clear,
input::-ms-reveal {
	display: none;
}

@media all and (-ms-high-contrast:none) {
	.home_icon .home_icon_container .icon-sub {
		text-align: center;
		position: absolute;
		top: 20%;
		z-index: 2;
		margin-left: -50px;
	}
	.header-container .header-menu {
		padding-left: 30px;
	}
	.ii8-modal input[type="text"],
	.ii8-modal select {
		height: 100%;
	}
	.ii8-modal select {
		padding: 18px;
	}
	.contact-bottom input[type="text"],
	.contact-bottom input[type="tel"],
	.contact-bottom textarea {
		height: 100%;
	}
	.iid-4 .home_icon .home_icon_container .icon-sub {
		top: 40%;
	}
}

.footer-list div {
	display: inline-block;
	width: 45%;
}

.footer-list img {
	max-height: 54px;
	margin: 0 auto;
}

.footer-list h3 {
	color: #fff;
	font-size: 15px;
	padding: 10px 0px;
}