@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;700&display=swap');
@font-face {
	font-family: 'lato';
	src: url('../fonts/lato-black-webfont.eot');
	src: url('../fonts/lato-black-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/lato-black-webfont.svg#latoblack') format('svg'), url('../fonts/lato-black-webfont.woff') format('woff'), url('../fonts/lato-black-webfont.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
}
 
@font-face {
	font-family: 'bebas';
	src: url('../fonts/BebasNeue-Bold.woff');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'signatura';
	src: url('../fonts/Signatura-Monoline.woff');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'fontawesome';
	src: url('../fonts/fa-light-300.woff');
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: 'fontawesome';
	src: url('../fonts/fa-regular-400.woff');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'helvetica';
	src: url('../fonts/helvetica.woff');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'lato';
	src: url('../fonts/lato-italic-webfont.eot');
	src: url('../fonts/lato-italic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/lato-italic-webfont.svg#latoitalic') format('svg'), url('../fonts/lato-italic-webfont.woff') format('woff'), url('../fonts/lato-italic-webfont.ttf') format('truetype');
	font-weight: 400;
	font-style: italic;
}

@font-face {
	font-family: 'lato';
	src: url('../fonts/lato-regular-webfont.eot');
	src: url('../fonts/lato-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/lato-regular-webfont.svg#latoregular') format('svg'), url('../fonts/lato-regular-webfont.woff') format('woff'), url('../fonts/lato-regular-webfont.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'lato';
	src: url('../fonts/lato-light-webfont.eot');
	src: url('../fonts/lato-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/lato-light-webfont.svg#latolight') format('svg'), url('../fonts/lato-light-webfont.woff') format('woff'), url('../fonts/lato-light-webfont.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
	select {
		font-family: sans-serif;
	}
}

.font-bebas {
	font-family: 'bebas', sans-serif;
	line-height: 100%;
}

.font-roboto {
	font-family: Roboto, sans-serif;
	line-height: 100%;
}
.font-size-14 {
	font-size: 16px !important;
	line-height: 28px !important;
}
.font-size-16 {
	font-size: 16px !important;
	line-height: 28px !important;
}
.font-size-18 {
	font-size: 18px !important;
	line-height: 29px !important;
}
.font-size-24 {
	font-size: 24px !important;
	line-height: 33px !important;
}
.font-size-36 {
	font-size: 36px !important;
	line-height: 43px !important;
}
.font-size-48 {
	font-size: 48px !important;
	line-height: 58px !important;
}
.font-size-54 {
	font-size: 54px !important;
	line-height: 100% !important;
}
.font-size-60 {
	font-size: 60px !important;
	line-height: 100% !important;
}
.font-size-74 {
	font-size: 74px !important;
	line-height: 95px !important;
}
.font-size-80 {
    font-size: 80px !important;
    line-height: 100% !important;
}
.font-size-100 {
    font-size: 100px !important;
}
.font-size-150 {
    font-size: 150px !important;
    line-height: 100% !important;
}
.font-size-160 {
    font-size: 160px !important;
}

html[lang='ko'] .font-size-80  {
    font-size: 100px !important;
    line-height: 120% !important;
}

html[lang='ko'] {
	word-break: keep-all;
}

.lh-100 {
    line-height:100% !important;    
}
.semi-width {
	padding: 5rem 2.5rem 0;
	max-width: 2000px;
	margin: 0 auto;
	width: 100%;
}

.w-20 {
	width: 20%;
}

.w-80 {
	width: 80%;
}

.mh-0 {
	min-height: 0px !important;
}

.z-9 {
	z-index: 9;
}

.pt-100 {
	padding-top: 100px;
}

.pb-75 {
	padding-bottom: 75px;
}

.pb-100 {
	padding-bottom: 100px;
}

.pb-80 {
	padding-bottom: 80px;
}

.pb-50 {
	padding-bottom: 50px;
}

.mt-100 {
	margin-top: 100px;
}

.mb-100 {
	margin-bottom: 100px;
}
.mw-300 {
    min-width:300px;
    }

.br-tr-20 {
	border-top-right-radius: 20px;
}

.br-tl-20 {
	border-top-left-radius: 20px;
}

.br-bl-20 {
	border-bottom-left-radius: 20px;
}

.br-br-20 {
	border-bottom-right-radius: 20px;
}
.br-0 {
    border-radius:0px !important;    
}
.bb {
    border-bottom:1px solid;
    }
.bb-1 {
    border-bottom:1.5px solid white !important;;
    }
.bb-5 {
    border-bottom:5px solid #F5F5F5 !important;;
    }
.wow {
	visibility: hidden;
}

.animate-ease * {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.full-height {
	min-height: 110vh;
}

.bg-black {
	background: #000000;
}
.bg-grey{
	background: #F7F8F9; 
}
.bg-grey-1{
  	background: #333333;   
    }
footer {
	position: relative;
	z-index: 99;
    margin-top: 30px;
}

div#footer {
	background: #000000;
	color: white;
	font-family: roboto;
}

footer span.separator {
	padding: 0 10px;
}

ul.footer-social a {
	color: white;
	padding-left: 5px;
}

ul.footer-social {
	text-align: right;
}

.footer-social li {
	list-style: none !important;
	display: inline-block;
}

.custom-collapse-wrap {
	position: relative;
}

.custom-collapse-full {
	position: absolute;
	bottom: 0;
	width: 100%;
	background: black;
}

.custom-collapse .links {
	max-height: 0px;
	overflow: hidden;
	display: grid;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.toggle-footer {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	cursor: pointer;
}

.toggle-footer.toggle-icon img {
	display: block;
	margin: 0 auto;
}

.custom-collapse .links li {
	list-style: none !important;
	margin-bottom: 3px;
}

.custom-collapse.active-display .links {
	max-height: 300px;
	padding-bottom: 25px;
	display: grid;
}

.custom-collapse .links a {
	float: left;
	color: white;
}

.toggle-icon {
	width: 50px;
	margin: 0 auto;
	padding: 10px 0 20px;
	transform: rotate(180deg);
}

.rotate-icon {
	transform: rotate(0deg);
}

.circle-play {
	width: 22px;
	height: 22px;
	border: 2.3px solid;
	color: #ffffff;
	border-radius: 50%;
	text-align: center;
	font-size: 10px;
	vertical-align: middle;
	line-height: 19px;
	display: inherit;
	margin-left: 5px;
}

.circle-play i {
	margin: 0px;
}

.collapse-title {
	padding-top: 20px;
	color: white;
	font-weight: bold;
	font-size: 120%;
	margin-bottom: 10px;
}

footer .links a {
	color: #ADADAD !important;
}

footer .links a:hover {
	color: white !important;
}

footer hr {
	margin-top: .7rem;
	margin-bottom: 1.5rem;
	border: 0;
	border-top: 1px solid rgb(255 255 255 / 82%);
}

#home-header-video {
	position: relative;
	background-color: black;
	height: 100vh;
	min-height: 25rem;
	width: 100%;
	overflow: hidden;
	margin-top: -85px;
}

#home-header-video video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: 0;
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.gif-logo {
    max-width: 500px;
}
#home-header-video .container {
	z-index: 2;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	max-width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.d-flex.h-100.text-center.align-items-center {
	justify-content: center;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	flex-shrink: 0;
}

#home-header-video .overlay, .overlay-full {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: black;
	opacity: 0.5;
	z-index: 1;
}

h1 {
	font-family: 'bebas', sans-serif;
	font-size: 7rem;
	font-weight: 300;
	text-align: center;
	line-height: 100%;
}

.header-inner h1 {
	font-size: 80px;
	line-height: 100%;
}

.header-sep {
	width: 130px;
	margin: 0 auto;
	display: block;
	border-top: 3px solid #AC864E;
}

section#layout-content {
	padding-top: 0px !important;
	padding-bottom: 0rem !important;
}

.header-sub {
	font-weight: bold;
	font-size: 18px;
	line-height: normal;
	max-width: 450px;
	margin: 20px 0;
}

.header-btn a {
	text-transform: uppercase;
	font-weight: bold;
	background: #AC864E;
	color: white;
	padding: 10px;
	margin-top: 20px !important;
}

.header-btn a:hover,
.header-btn a:focus {
	background: #906629;
}

.header-btn a i {
	font-size: 80%;
	padding-left: 5px;
}

.header-btn {
	margin-top: 45px;
	display: block;
}

.btn-play {
	font-size: 22px;
	padding: 10px 15px;
}

.collapse-title a {
	color: white;
}

.box {
	display: flex;
	flex-direction: column;
	background: transparent linear-gradient(180deg, var(--unnamed-color-c59650) 0%, #302878 100%) 0% 0% no-repeat padding-box;
	background: transparent linear-gradient(180deg, #AC864E 0%, #302878 100%) 0% 0% no-repeat padding-box;
	min-height: 290px;
	padding: 20px;
	justify-content: center;
}

.box img {
	display: block;
	margin: 0 auto;
	max-height: 120px;
	width: auto;
}

.box span {
	color: white;
	text-align: center;
	display: block;
	width: 100%;
	margin-top: 45px;
	font-size: 22px;
	font-family: 'helvetica', sans-serif;
	font-weight: 100;
}

.boxes .col-sm-6 {
	padding: 0 1.5rem 3rem;
}

.section-title {
	font-family: 'bebas', sans-serif;
	font-size: 84px;
	font-weight: 300;
	line-height: 100%;
	margin-top: 3rem;
	color: #333333;
}

.section-text {
	font-weight: 300 !important;
	font-size: 22px;
	line-height: normal;
	color: #777777;
	margin-top: 15px;
}

.section-link a {
    background: #AC864E;
    color: white;
    font-weight: 400 !important;
    font-size: 25px;
    text-align: center;
    width: 40px;
    display: block;
    padding: 2px 0px;
    margin-top: 20px;
    border-radius: 5px;
}

.section-link a:hover,
.section-link a:focus {
	background: #906629;
}

.section-link i {
	font-weight: 300 !important;
	-webkit-text-stroke: 1.1px;
}

.box.box-color {
	background: transparent linear-gradient(180deg, #314897 0%, #302878 100%) 0% 0% no-repeat padding-box;
}

#home-intro .section-content {
	padding-left: 1.5rem;
}

.video-section .full-height {
	background: rgb(0 0 0 / .7);
	height: 80vh;
	min-height: 500px;
}

.video-section {
	background-size: cover !important;
	background-position: center !important;
}

.video-section .full-height {
	background: rgb(0 0 0 / .7);
	height: 80vh;
	min-height: 500px;
	justify-content: center;
	display: flex;
	flex-direction: column;
	text-align: center;
}

.playbutton {
	width: 100px;
	height: 100px;
	display: block;
	margin: 0 auto;
	border: 2px solid;
	line-height: 100px;
	font-size: 45px;
	color: #AC864E;
	border-radius: 50%;
	text-align: center;
}

.playbutton.small {
    width: 45px;
    height: 45px;
    display: block;
    margin: 0 auto;
    border: 3px solid;
    line-height: 40px;
    font-size: 25px;
    color: #ffffff !important;
    border-radius: 50%;
    text-align: center;
}

.playbutton i {
	color: #AC864E !important;
	margin: 0 auto;
    padding-left: 5px;
}
.playbutton.small i {
	color: white !important;
}
.playbutton:hover {
	color: white !important;
}

.main-slider-wrap-sliders .slick-slide {
	margin-left: 15px;
	margin-right: 15px;
}

.main-slider-wrap-sliders .slick-list {
	margin-left: -15px;
	margin-right: -15px;
}

.main-slider-wrap-content {
	padding-right: 3rem;
}

.main-slider-wrap-content .section-title {
	margin: 0px;
	font-size: 55px;
	text-align: right;
}
html[lang='ko'] .main-slider-wrap-content .section-title {
    margin: 0px;
    font-size: 40px;
    text-align: right;
}

.slider-single.slick-slide {
	background-size: cover !important;
	background-position: center !important;
}

.slider-single-overlay {
	min-height: 570px;
	justify-content: flex-end;
	display: flex !important;
	flex-direction: column;
	padding: 1rem;
	min-width: 100% !important;
    background: rgba(0, 0, 0, 0.5);
	background: transparent linear-gradient(180deg, #00000000 0%, #0000007a 100%) 0% 0% no-repeat padding-box;
}

.slider-single-title {
    color: white;
    font-weight: bold;
    font-size: 24px;
    line-height: normal;
    margin-bottom: 10px;
    word-break: normal !Important;
    max-width: 99%;
}

.slider-single-subtitle {
	color: #C9C9C9;
	font-size: 19px;
	line-height: 100%;
}

.section-slider-arrows .prev {
	margin-right: 5px;
}

.section-slider-arrows {
	display: flex;
	flex-wrap: wrap;
	align-items: end;
	justify-content: flex-end;
}

#home-content-bottom .section-content div {
	text-align: right !important;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
}

#home-content-bottom .section-title {
	margin-top: 0px;
}

#home-content-bottom .section-image {
	padding-left: 5rem;
}

.navbar .container-fluid {
	align-items: flex-start;
}

nav .row {
	width: 100% !important;
}

nav.navbar {
    background:black;
	background: rgb(0, 0, 0, 80%);
}

.hide-after:after, img[src*="/storage/app/media/"] {
	display: none;
}

a#desktop-toggle {
	font-size: 20px;
	padding-left: 2rem !important;
	padding-right: 15px;
}

section#layout-content {

    min-height: 110vh;
}


.dropdown-link {
	padding: 0.4rem 1.5rem;
}

li.dropdown-submenu {
	position: relative;
}

nav select.form-control {
	margin-bottom: 0px;
}

.flex-center {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.dropdown-menu>li {
	border-bottom: 1px solid #ffffff30;
	padding-top: .5rem;
	padding-bottom: .5rem;
}

.dropdown-menu .dropdown-toggle:after {
	position: absolute;
	right: .0;
	top: 5px;
}

a.dropdown-item {
	padding-right: 0px !important;
	padding-left: 1rem !important;
}

.dropdown-item:hover,
.dropdown-item:focus {
	color: #AC864E !important;
	text-decoration: none;
	background-color: transparent;
}

.dropdown-item:hover:before,
.dropdown-item:focus:before {
	content: " ";
	display: block;
	height: 15px;
	border-left: 2px solid;
	position: absolute;
	top: 8px;
	left: 0;
}

li.dropdown-submenu:hover span,
li.dropdown-submenu:focus span,
li.dropdown-submenu:hover a,
li.dropdown-submenu:focus a {
	color: #AC864E;
}

.dropdown-submenu:hover .dropdown-toggle:after,
.dropdown-submenu:focus .dropdown-toggle:after {
	right: -25px !important;
	color: #AC864E;
}

.language-picker.main-nav select {
	background-color: rgb(0 0 0 / 0%) !important;
	color: white;
	border: 0px;
}

.nav-item.right-nav a {
	color: white;
	padding: 0 1rem;
}

a.navbar-brand {
	margin-left: 2rem;
}

.navbar-sticky-on .no-stick {
	display: none !important;
}

.navbar-sticky:not(.navbar-sticky-on) .stick {
	display: none !important;
}

.navbar-light a, .navbar-light .btn {
	color: #333333 !important;
}

.navbar-light nav.navbar {
	background: white;
}

.navbar-light .dropdown-menu {
    background-color:white;
	background-color: rgb(255 255 255 / 0.90);
}

.navbar-light .dropdown-submenu:hover .dropdown-toggle:after,
.navbar-light .dropdown-submenu:focus .dropdown-toggle:after,
.navbar-light li:hover>a,
li.dropdown-submenu:focus a {
	color: #0033A0 !important;
}

.nav-item.left-nav:before {
	content: " ";
	border-left: 1px solid #9F9F9F;
	position: absolute;
	top: 0;
	left: 2rem;
	height: 20px;
}

.nav-item.left-nav {
	padding-left: 3rem;
	position: relative;
}

.nav-item.left-nav a {
	padding: 0 1rem;
}

.navbar-light ul>li>ul .dropdown-menu {
	background-color: rgb(255 255 255 / 01);
}

.navbar-light .dropdown-menu>li {
	border-bottom: 1px solid #ACACAC;
}

.language-picker {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	justify-content: space-between;
	color: white;
	
    position: relative;
}
/*.language-picker form:after {
    content: '\f078';
    font: normal normal 100 11px/1 fontawesome;
    color: #ffffff;
    right: 5px;
    top: 6px;
    height: 34px;
    position: absolute;
    pointer-events: none;
}*/
.for-stick.language-picker form:after {
    color: #000000;
    right: 5px;
    top: 6px;
}
.language-picker select {
	background-color: rgb(0 0 0 / 0%) !important;
	color: white;
	border: 0px;
	padding: 0 10px 1px 10px;
	font-weight: bold;
	min-width: 85px;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
}

.language-picker.for-stick {
	color: #333333;
	padding: .5rem 0 .5rem 1rem;
}

.language-picker.for-stick select {
	color: #333333;
}

.navbar-light li.stick.border-0 {
	border-top: 1px solid #ACACAC !important;
}

span.dropdown-toggle {
	display: block;
	position: absolute;
	width: 50%;
	height: 50px;
	text-align: right;
	right: 0;
	top: 0;
}

.language-picker.main-nav .form-control option {
	background-color: black !important;
}

@media (pointer: coarse) and (hover: none) {
	#home-header-video {
		background: url("/themes/hyosung/assets/images/home-placeholder.jpg") black no-repeat center center scroll;
		background-size: cover !important;
	}
	#home-header-video video {
		display: none;
	}
}
@media only screen and (max-width: 1500px) {
         .main-slider-wrap-content .section-title {
        margin: 0px;
        font-size: 40px;
        text-align: right;
        min-width: 200px;
    } 
}
@media only screen and (max-width: 1370px) {
     .main-slider-wrap-content .section-title {
        margin: 0px;
        font-size: 40px;
        text-align: right;
        min-width: unset;
    }  
    html[lang='ko'] .main-slider-wrap-content .section-title {
    margin: 0px;
    font-size: 35px;
    text-align: right;
}
.main-slider-wrap-content {
    padding-right: 2rem;
}
}
@media only screen and (max-width: 1024px) {
	.main-slider-wrap-content {
		width: 30%;
	}
	.main-slider-wrap-container {
		width: 70%;
	}
}

@media only screen and (max-width: 991.98px) {
	.navbar-light .navbar-toggler-icon {
		margin-right: 0px;
	}
	.navbar-dark ul>li>ul .dropdown-menu {
		background-color: unset;
	}
	.navbar-dark li#language-selector-sticky .language-picker {
		color: #ffffff;
		padding: .5rem 0 .5rem 1rem;
	}
	.navbar-dark li#language-selector-sticky {
		color: #ffffff;
		display: block !important;
	}
	.navbar-dark li#language-selector-sticky select {
		color: #ffffff;
	}
	.navbar-dark .navbar-collapse {
		background: none !important;
	}
	a.navbar-brand {
		max-width: 150px;
	}
	li.nav-item.dropdown {
		padding: 0px;
	}
	.navbar .container-fluid {
		align-items: center;
		flex-direction: row-reverse;
	}
	.language-picker.main-nav.no-stick {
		display: none;
	}
	a.navbar-brand {
		margin-left: 0;
		position: absolute;
        top: -9px;
        left: 1rem;
	}
	a.navbar-brand-stick {
    margin-left: 0;
    position: absolute;
    left: 1rem;
    top: 8px;
}
	.slider-single.slick-slide {
		min-height: 450px;
	}
	.container #home-intro {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
	.video-section .full-height {
		height: 50vh;
		min-height: 300px;
	}
	.section-3 .section-image img {
		width: 100% !important;
		margin-bottom: 3rem;
	}
	.section-3 .section-image {
		padding-left: 1rem;
	}
	.main-slider-wrap-content {
		padding-right: 0;
		width: 100% !important;
		margin-bottom: 2rem;
	}
	.main-slider-wrap-container {
		width: 100%;
	}
	#home-slider {
		padding: 1rem;
	}
	h1 {
		font-size: 5rem;
	}
	.d-flex.h-100.text-center.align-items-center {
		width: 100%;
		line-height: normal;
	}
	p.credit {
		text-align: center;
	}
	ul.footer-social {
		text-align: center;
	}
	.custom-collapse.active-display .links {
		padding-bottom: 5px;
	}
	.collapse-title {
		padding-top: 10px;
		margin-bottom: 5px;
	}
	.custom-collapse-full {
		position: relative;
		padding-top: 10px;
	}
	.section-text {
		font-size: 18px;
	}
	.section-title {
		font-size: 55px !important;
	}
	.section-content {
		padding-bottom: 3rem;
	}
	.boxes .col-sm-6 {
		padding: 0 1rem 1.2rem;
	}
	#home-intro .section-content {
		padding-left: 1rem;
	}
	#home-content-bottom .section-image {
		padding-left: 1rem;
	}
	#home-content-bottom .section-image {
		padding-bottom: 3rem;
	}
	.pb-80 {
		padding-bottom: 2rem;
	}
	.pt-100 {
		padding-top: 2rem;
	}
	.pb-100 {
		padding-bottom: 2rem;
	}
	.semi-width {
		padding-left: 1rem;
		padding-right: 1rem;
	}
	.no-stick .header-logo {
    padding-top: 0px !important;
	}
}


/*header banner*/

.header-content {
	color: white;
}

.header-content p, .header-content .paragraph {
    font-size: 24px;
    font-weight: 300;
    line-height: normal;
    padding-top: 10px;
}

.header-inner {
	background-size: cover !important;
	background-color: black;
	background-position: center !important;
	overflow: hidden !important;
	position: relative;
}

.header-inner .container {
	position: relative;
	z-index: 9;
}

.header-inner .filter {
	width: 100%;
	height: 100%;
	position: absolute;
	background: -webkit-gradient(linear, 100% 0, 0 0, from(#00000000), to(#000000CC));
	background: -webkit-linear-gradient(180deg, #00000000 0%, #000000CC 100%);
	background: -moz-linear-gradient(180deg, #00000000 0%, #000000CC 100%);
	background: -o-linear-gradient(180deg, #00000000 0%, #000000CC 100%);
	background: transparent linear-gradient(180deg, #00000000 0%, #000000CC 100%) 0% 0% no-repeat padding-box;
	left: 0;
	right: 0;
	top: 0;
}

.header-2 .filter,
.header-4 .filter,
.header-5 .filter,
.header-8 .filter,
.header-9 .filter {
	height: 50%;
	position: absolute;
	top: unset;
	bottom: 0;
}

.header-2 p,
.header-7 p,
.header-8 p,
.header-inner .w-700,
.w-700{
	max-width: 700px;
	width: 100%;
}

.header-content .text-subtitle {
	font-size: 64px;
	line-height: 100%;
}

.header-2 .col-12,
.header-4 .col-12,
.header-5 .col-12,
.header-6 .col-12,
.header-9 .col-12 {
	height: 80%;
	min-height: 800px;
	max-height: 10000px;
}

.header-3 .col-12,
.header-7 .col-12 {
	height: 50%;
	min-height: 400px;
	max-height: 1000px;
}

.header-4 p,
.header-9 p,
.header-inner .w-400{
	max-width: 400px;
}
.w-500 {
    max-width: 500px;
}

.header-5 p,
.header-inner .w-525
{
	max-width: 525px;
}

.header-6 {
	background: #151515;
}

.header-6 h1 {
	font-size: 117px;
	font-weight: 900;
	text-transform: uppercase;
}

.header-6 p.header-6 .paragraph {
	color: #A5A5A5;
	max-width: 500px;
}

.header-6 .icon-title {
	font-size: 16px;
}

.header-6 .text-subtitle {
	font-size: 24px;
	font-weight: bold;
}
.header-6 .icon-img-wrap {
    height: 50px;
    display: grid !important;
}
.header-6 .icon-img {
	max-width: 35px;
	padding-bottom: 10px;
    vertical-align: middle;
}


a.arrow-down {
	color: #0079FF;
	font-size: 26px;
}

.header-8 .btn-white i {
	color: #742BF2 !important;
	font-size: 18px;
	padding-top: 13px !important;
}
.header-content {
    margin-bottom: 1.5rem;
}
@media only screen and (min-width: 770px) {
	.header-8 .col-md-1 {
		flex: 0 0 208px !important;
		max-width: 208px !important;
	}
	.header-8 .col-md-11 {
		flex: 0 0 89% !important;
		max-width: calc(100% - 208px) !important;
	}
}

@media only screen and (max-width: 600px) {
	.header-inner .col-12 {
		min-height: 500px;
	}
	.header-content p, .header-content .paragraph {
		font-size: 17px;
	}
	.header-inner h1 {
		font-size: 3rem;
	}
	.header-content .text-subtitle {
		font-size: 1.5rem;
	}
	.header-6 .col-12 {
		min-height: 0px !important;
	}
}
@media only screen and (max-width: 500px) {
    .header-7 {
        background-position: -1280px !important;
    }
    .header-4 *,
    .header-5 * {
        color: white !important;
    }
    .header-4 .filter,
    .header-5 .filter,
    .header-8-3 .filter{
        height: 100%;
    }
    section#atms-1glb.header-2, section#atms-1kr.header-2, section#atms-1ams.header-2 {
        background-position: -100px !important;
    } 
    section#global-customers-1glb.header-3, section#global-customers-1kr.header-3, section#global-customers-1ams.header-3 {
        background-position: -700px !important;
    }
    section#news-1glb.header-3, section#news-1kr.header-3, section#news-1ams.header-3 {
        background-position: -600px !important;
    }
}

/* Section Widgets */

.widget {
	overflow: hidden;
}

.widget-content .section-title {
	font-size: 80px;
	line-height: 100%;
}

.widget-bg-wrapper {
	background-repeat: no-repeat;
	background-size: cover;
}

.widget-content {
	padding-top: 130px;
	padding-bottom: 130px;
	max-width: 500px;
	width: 100%;
}

.widget-content .section-text {
	font-weight: 300 !important;
	font-size: 18px;
	line-height: 25px !important;
}
.widget .font-weight-normal{
    font-weight: 400 !important;
    }
.widget .font-weight-bold{
    font-weight: 600 !important;
    }
.widget .overlay {
	background: rgb(255, 255, 255);
	background: -moz-linear-gradient(270deg, rgba(255, 255, 255, 1) 11%, rgba(255, 255, 255, 0.282527977011117) 27%, rgba(246, 246, 246, 0) 50%);
	background: -webkit-linear-gradient(270deg, rgba(255, 255, 255, 1) 11%, rgba(255, 255, 255, 0.282527977011117) 27%, rgba(246, 246, 246, 0) 50%);
	background: linear-gradient(270deg, rgba(255, 255, 255, 1) 11%, rgba(255, 255, 255, 0.282527977011117) 27%, rgba(246, 246, 246, 0) 50%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#f6f6f6", GradientType=1);
	width: 100%;
	height: 100%;
}

.widget .overlay-reverse {
	background: rgb(255, 255, 255);
	background: -moz-linear-gradient(90deg, rgba(255, 255, 255, 1) 11%, rgba(255, 255, 255, 0.282527977011117) 27%, rgba(246, 246, 246, 0) 50%);
	background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 1) 11%, rgba(255, 255, 255, 0.282527977011117) 27%, rgba(246, 246, 246, 0) 50%);
	background: linear-gradient(90deg, rgba(255, 255, 255, 1) 11%, rgba(255, 255, 255, 0.282527977011117) 27%, rgba(246, 246, 246, 0) 50%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#f6f6f6", GradientType=1);
	width: 100%;
	height: 100%;
}

.widget .overlay.dark {
	background: rgb(0, 0, 0);
	background: -moz-linear-gradient(270deg, rgba(0, 0, 0, 1) 11%, rgba(0, 0, 0, 0.282527977011117) 27%, rgba(246, 246, 246, 0) 50%);
	background: -webkit-linear-gradient(270deg, rgba(0, 0, 0, 1) 11%, rgba(0, 0, 0, 0.282527977011117) 27%, rgba(246, 246, 246, 0) 50%);
	background: linear-gradient(270deg, rgba(0, 0, 0, 1) 11%, rgba(0, 0, 0, 0.282527977011117) 27%, rgba(246, 246, 246, 0) 50%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#f6f6f6", GradientType=1);
}
.widget .overlay-reverse.dark {
	background: rgb(0, 0, 0);
	background: -moz-linear-gradient(90deg, rgba(0, 0, 0, 1) 11%, rgba(0, 0, 0, 0.282527977011117) 27%, rgba(246, 246, 246, 0) 50%);
	background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 1) 11%, rgba(0, 0, 0, 0.282527977011117) 27%, rgba(246, 246, 246, 0) 50%);
	background: linear-gradient(90deg, rgba(0, 0, 0, 1) 11%, rgba(0, 0, 0, 0.282527977011117) 27%, rgba(246, 246, 246, 0) 50%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#f6f6f6", GradientType=1);
}

.widget .section-link a {
	width: 45px;
	height: 45px;
	line-height: 45px;
	padding: 0;
	font-size: 25px;
	border-radius: 4px;
}

.widget-4 .section-title,
.widget-5 .section-title,
.widget-6 .section-title,
.widget-10 .section-title,
.widget-12 .section-title,
.widget-18 .section-title,
.widget-20 .section-title,
.widget-22 .section-title,
.widget-23 .section-title,
.widget-24 .section-title,
.widget-25 .section-title,
.widget-27 .section-title,
.widget-28 .section-title{
	font-size: 48px;
}
.widget-19 .section-title{
	font-size: 36px;
}
.widget-19 .col-sm-12.col-md-3 img {
    max-height: 300px;
    margin: 0 auto;
    display: block;
}
.widget-4 .section-text,
.widget-5 .section-text,
.widget-6 .section-text,
.widget-8 .section-text,
.widget-9 .section-text,
.widget-12 .section-text,
.widget-15 .section-text,
.widget-19 .section-text,
.widget-20 .section-text,
.widget-21 .section-text,
.widget-22 .section-text,
.widget-24 .section-text,
.widget-25 .section-text,
.widget-26 .section-text,
.widget-28 .section-text{
	font-size: 16px;
	font-weight: normal !important;
}
.widget-4 img, .widget-5 img {
    width: 100% !important;
}
.widget-6 hr {
	background: #c7c7c7;
	height: 1.2px;
}
.widget-6 .cards{
justify-content: center !important;
    }
    .widget-13 .card, .widget-13 .card img{
display: block !important;
    }
.widget-7 .widget-content {
    max-width: 100% !important;
}
.widget-8 .btn-group .btn,
.widget-9 .btn-group .btn {
	color: #8E8E8E !important;
	padding: 0px 5px;
    height: 80px;
	border: 2px solid #EAEAEA;
	font-size: 19px;
	min-width: 190px;
	box-shadow: 0px 3px 6px rgb(0 0 0 / 5%);
}
.with-icon{
    position:relative;
    }
.with-icon .btn{
    padding-left:60px;
    }
.with-icon .image-icon {
    top: 10px;
    left: 15px;
    display: block;
    height: 60px;
    width: 60px;
    position: absolute;
    background-size: contain !important;
}
.btn .label {
    width: 100%;
}
.with-icon .label {
    width: 100px;
    display: block;
    text-align: center;
    position: absolute;
    right: 15px;
    white-space: pre-wrap;
}
.widget-10 .images img {
	filter: grayscale(1);
	-webkit-filter: grayscale(1);
	width: 100%;
}

.widget-10 .images img:hover {
	filter: grayscale(0);
	-webkit-filter: grayscale(0);
}
.widget-11 .widget-bg-wrapper {
    height: 300px;
    max-width: 500px;
}
.widget-11 .fa.fa-quote-left {
    font-size: 20px;
}
.video-link {
    font-size: 35px;
    text-align: center;
    height: 65px;
    width: 65px;
    border: 4px solid white;
    display: block;
    line-height: 60px;
    border-radius: 50%;
}
.widget-12 .widget-bg-wrapper {
    min-height: 500px;
}
.widget-12 .section-text {
    max-width: 330px;
}
.widget-12 .separator{
    position: absolute;
    width: 0.9px;
    height: 60%;
    background: #A5A5A5;
    right: 0;
    top: 20%;
}
.widget-12 .row {
    background: white;
    box-shadow: 1px 1px 8px 0px rgb(0 0 0 / 12%);
}
.widget-12 .row.bg-black .col-12 * {
    color: white;
}

.widget-12 .row.bg-black .col-12 {
    background: black !important;
}
.widget-12 .row.bg-black {
    background: black;
}

.widget-22 .separator {
    position: absolute;
    width: 2px;
    height: 70%;
    background: #A2A2A2;
    right: 0;
    top: 15%;
}

.widget-13 .timeline-line:before {
    width: 1px !important;
    background: #E6E6E6 !important;
}

.widget-14 .widget-content {
	max-width:800px;
}

.widget-15 .feature-box-desc {
    max-width: 230px;
}
.widget-15 .feature-box:hover {
    background: #191919 !important;
}
.widget-15 .feature-box:hover .feature-box-title {
    color:white !important;
}
.widget-15 .feature-box-icon {
    max-width: 100px;
    margin: 0 auto;
    height: 110px;
}
.widget-15 .feature-box-icon img {
    width: auto !important;
}
.widget-15 p {
    font-size: 16px;
}
.widget-19 .nav-tabs .nav-link.active {
    color: #333333 !important;
}
.widget-19 .nav-tabs.tab-line .nav-link {
    border-bottom: 2px solid #2E2E2E;
}
.widget-19 .nav-tabs.tab-line .nav-link.active {
    border-bottom: 2px solid #AC864E;
}
.widget-20 .section-text {
    max-width: 500px;
    line-height: 28px;
}
.widget-20 .section-text,
.widget-21 .section-text{
    font-weight: 300 !important;
}

.widget-21 .section-text {
    max-width: 580px;
    line-height: 24px;
}
.widget-21 .feature-box-desc.section-text {
    font-size: 16px !important;
    line-height: 22px;
}
.widget-21 .feature-box:hover {
    background: #191919 !important;
}
.widget-21 .feature-box-icon img {
    width: auto !important;
    max-height: 100% !important;
    max-width: 60px !important;
}
.widget-21 .feature-box .feature-box-icon {
    font-size: 50px;
    padding: 20px 0;
    line-height: 24px;
    height: 100px;
}
.widget-22 .widget-container {
    max-width: 580px;
}
.widget-22 .widget-hover:hover {
    background: #F5F5F5;
}
.widget-22 .dark-hover .text-grey {
    color: #1D1D1D !important;
}
.widget-22 .widget-hover.dark-hover:hover {
    background: #101010;
}
.widget-22 .widget-hover:hover .text-grey {
    color: #1D1D1D !important;
}
.widget-22 .widget-hover.dark-hover:hover .text-grey {
    color: #989898 !important;
}
.widget-23  a.video-link {
    font-size: 50px;
    text-align: center;
    height: 100px;
    width: 100px;
    border: 6px solid white;
    display: block;
    line-height: 90px;
    border-radius: 50%;
}
.widget-24 .bg-black, .widget-25 .bg-black {
    background: #343A40 !important;
}
.widget-26 .feature-box-title {
    font-size: 18px !important;
}
a.social-icons-link[href=""] {
    display: none;
}
.widget-27 a.social-icons-link {
    font-size: 35px;
    width: 45px;
    overflow: initial;
}
.widget-27  .feature-box.bg-blue {
    background: #4B4DD7 !important;
    border-radius: 10px !important;
}
.widget-27 .feature-box-icon {
    width: 50px;
    height: 80px;
}
.widget-28 .icon {
    font-size: 20px;
    text-align: center;
    height: 35px;
    width: 35px;
    border: 3px solid white;
    line-height: 35px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
}
.widget-28 .section-text{
    font-weight: normal !important;
    font-size:100% !important;
    }
.widget-28  .font-weight-bold {
    font-weight: 600 !important;
}

.widget-28  a:hover * {
    color:black !important;
}
.widget-7 .widget-bg-wrapper,.widget-29 .widget-bg-wrapper{
    background-size:cover !important;
    background-position:center !important;
    }
.widget-7 .icon i, .widget-29 .icon i {
    font-size: 18px;
    font-weight: 100;
    -webkit-text-stroke: 1px;
}
.widget-7 .icon, .widget-29 .icon {
    right: 0;
    top: 0.5rem;
}
.zoom:hover{
    z-index:9;
    transform: scale(1.11);
    -webkit-transform: scale(1.11);
    }
.widget-29 .col-sm-12:hover .widget-content, .widget-7 .col-sm-12:hover .widget-content {
    background-color: #4B4DD7 !important;
}
.widget-29 .col-sm-12:hover *, .widget-7 .col-sm-12:hover * {
    color: white;
}
ul.check-lists {
    list-style-type: none;
    padding-left: 1rem;
    font-weight:100 !important;
}
ul.check-lists li:before {
    content: "\f058";
    font-family: FontAwesome;
    position: absolute;
    left: .8rem;
    font-weight:400;
    font-size: 12px;
}
.text-primary .owl-nav * {
    color: #AC864E !important;
}
.text-primary .owl-nav *:hover {
    color: white !important;
}
.widget-30 input.search-bar {
    background: black !important;
}
.widget-30 button.btn {
    right: 0;
    height: calc(100% - 1.5px);
    top: 0;
    font-size: 45px;
    color:white !important;
}
.widget-30 button.btn i {
    font-weight: 100;
    -webkit-text-stroke: 1.8px;
}
.location-select select{
    background:none !important;
    }
.location-select select.bg-white{
    background:white !important;
    }
.location-select:after {
    content: '\f078';
    font: normal normal 100 11px/1 fontawesome;
    color: #707070;
    right: 12px;
    top: 18px;
    height: 50px;
    position: absolute;
    pointer-events: none;
    -webkit-text-stroke: 1px;
}
.widget-33 .widget *, .widget-33 .post-item-wrap  * {
    font-family: 'Roboto', sans-serif !important;
}
.counter-item-digit.dollars:before {
    content: "$";
}
hr.dashed {
    border-top: 2px dashed #999;    
}
hr.grey {
    border-top: 5px solid #F5F5F5 !important;
}
hr.violet {
    border-top: 4px solid #4B4DD7 !important;
    }
hr.gold {
    border-top: 5px solid #C59650;
}
.min-height-100 {
    min-height: 100vh;
    height: unset;
    max-width: 10000px;
}
.break-space{
    white-space: initial;
}
.widget.inspired .widget-content .section-title {
    display: flex;
    flex-wrap: wrap;
    max-width: 1000px;
    white-space: nowrap !important;
    width: 1000px;
}
.widget.inspired .widget-content .section-title span {
    font-family: signatura;
    font-size: 135%;
    padding: 0 0 0 10px;
    margin-left: 20px;
    position: relative;
    padding-top: 5px;
    text-transform: capitalize;
    
}
.widget.inspired .widget-content .section-title span:after {
    content: " ";
    border-bottom: 2px solid white;
    display: block;
    width: 105%;
    position: absolute;
    left: 0px;
    bottom: 21px;
}
a.arrow img {
    height: 45px;
    width: auto;
}
a.arrow:hover img {
    opacity:0.8;
}
.widget.inspired .widget-bg-wrapper {
    background-size: contain !important;
    min-height: 500px;
}
.widget.inspired .container-fluid {
    background-size: cover !important;
    background-repeat: no-repeat;
}
.overlay-timeline{
    position:absolute;
    height:500px;
    display:block;
    bottom:0px;
    width: 100%;
    background: rgb(0,0,0);
    background: -moz-linear-gradient(360deg, rgba(0,0,0,1) 10%, rgba(0,0,0,0.282527977011117) 40%, rgba(246,246,246,0) 65%);
    background: -webkit-linear-gradient(360deg, rgba(0,0,0,1) 10%, rgba(0,0,0,0.282527977011117) 40%, rgba(246,246,246,0) 65%);
    background: linear-gradient(360deg, rgba(0,0,0,1) 10%, rgba(0,0,0,0.282527977011117) 40%, rgba(246,246,246,0) 65%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#f6f6f6",GradientType=1);
    }
.widget-hover.dark-hover:hover img {
    filter: grayscale(0.9) brightness(5);
}

.widget-hover.dark-hover img {
    filter: grayscale(0.9) brightness(0);
}
.widget-23 .widget-container {
    max-width: 500px;
}
.widget-25 .bg-black {
    background: #F7F8F9 !important;
}
.widget-58 .section-text p {
    margin-bottom: 10px;
}
.widget-41 {
    background: black;
}
.text-center .section-text.w-700 {
    margin-left: auto !important;
    margin-right: auto !important;
}
.widget-18.bg-black .section-title {
    color: white;
}
.btn-group {
    position: relative;
}
.btn-group:after {
    content: " ";
    display: block;
    width: 200px !important;
    height: 1px;
}
.widget-49 .signature {
    font-family: signatura;
    font-size: 300%;
    text-transform: capitalize;
    color: #777777;
    padding: 0 0 1rem!important;
}
.widget-49 img {
    padding-right: 1rem;
}
.widget-49 .btn {
    display: inline-block;
    min-width: 250px;
}
.widget-14 p {
    margin-bottom: 0px;
}
.widget-15 .no-class img {
    margin: 0 auto;
}

.widget-15 .no-class {
    min-height: 100px;
    align-items: center !important;
    display: flex;
    flex-wrap: inherit;
    vertical-align: middle;
}
.widget-16 .section-secondary-title, .widget-17 .section-secondary-title {
    margin-bottom: 1rem !important;
}
.country-select {
    padding-right: 20px !important;
    padding-left: 0px !important;
}
nav form {
    position: relative;
}
@media only screen and (min-width: 770px) {
    
    #atms-6glb .section-title,
    #atms-6ams .section-title,
    #atms-6kr .section-title{
    max-width: 800px !important;
    margin: 0 auto !important;
    }
    #redefining-the-branch-5glb .section-title,
    #redefining-the-branch-5kr .section-title,
    #redefining-the-branch-5ams .section-title{
    max-width: 900px !important;
    margin: 0 auto !important;
    }
	.widget-6 .cards .col-md-2 {
		max-width: 20%;
		flex: 20%;
	}
	.widget- .widget-bg-wrapper{
    min-height:260px;
	}
    .widget-10 .col-lg-1 {
        max-width: 14.2% !important;
        flex: 14.2%;
        padding: .5rem 1rem !important;
    }
	.widget-11 .owl-carousel .owl-nav .owl-prev {
		left: -100px;
	}
	.widget-11 .owl-carousel .owl-nav .owl-next {
		right: -100px;
	}
	.widget-11 .owl-carousel.arrow-large .owl-nav [class*="owl-"] i {
		font-size: 30px;
	}
	.widget-11 .owl-dots {
		display: none;
	}
	.widget-12 .row {
    align-items: flex-start !important;
    }
    .widget-18 .section-text.w-700 {
    max-width: 750px !important;
    }
    .widget-21 .feature-box .feature-box-title {
    max-width: 145px;
    margin: 0 auto;
    min-height: 60px;
    }
    .widget-22 .widget-container img {
    height: 120px;
    }
	.widget-24 .widget-bg-wrapper, .widget-25 .widget-bg-wrapper {
		min-height: 500px;
	}
	.widget-28 .lists .col-12:nth-child(5n+5),
	.widget-28 .lists .col-12:last-child {
		border: 0px;
	}
	.widget-28 .lists .col-md-2 {
		max-width: 20%;
		flex: 20%;
		border-right: 1px solid #E6E6E6;
	}
    .widget-37 .feature-box-title {
    min-height: 55px;
    }
	.widget-7 .widget-bg-wrapper, .widget-29 .widget-bg-wrapper{
    min-height:260px;
	}
	#product-grid-1glb .w-700,
	#product-grid-1kr .w-700,
	#product-grid-1ams .w-700 {
    max-width: 750px !important;
}
}
@media only screen and (max-width: 1250px) {
.widget-28 .lists .col-md-2 {
    max-width: 30%;
    flex: 30%;
}
.slider-single.wow.fadeIn.slick-slide {
    visibility: visible !important;
}
}
@media only screen and (max-width: 900px) {
.widget-28 .lists .col-md-2 {
    max-width: 50%;
    flex: 50%;
    border-right: 0px;
}
	.widget-content {
		padding-top: 2rem;
		padding-bottom: 2rem;
		max-width: 100%;
	}
	.widget-bg-wrapper {
    min-height: 350px;
    background-size: cover !important;
}
.cards .col-sm-12.col-md-2 {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom:15px;
}
}
@media only screen and (max-width: 769px) {
    
	.widget-10 .images img {
		padding-bottom: 2rem;
	}
	.widget-content .section-title {
		font-size: 55px;
	}
    .font-size-80 {
    font-size: 55px !important;
    line-height: 100% !important;
}

	.widget .overlay ,.widget .overlay-reverse {
		display: none !important;
	}
	.widget-8 .btn,
	.widget-9 .btn {
		min-width: unset;
		padding: 20px 15px;
	}
    .widget-12 .col-12.col-md-6.p-5 {
    padding: 2rem 0px !important;
    }
	.widget-7 .widget-bg-wrapper, .widget-29 .widget-bg-wrapper{
        min-height:150px;
	}
	.widget-30 .input-group * {
        font-size: 1.5rem !important;
    }
    .with-icon .btn {
        min-width: 160px !important;
    }
    .with-icon .label {
        width: 80px;
        right: 5px;
        font-size: 15px;
    }
    .with-icon .image-icon {
        width: 60px;
    }
    .widget .min-height-100{
        min-height:auto;
        height:auto;
    }
    .widget-12 .widget-bg-wrapper.position-relative {
    min-height: 200px;
}
    .widget-1 .widget-bg-wrapper, 
    .widget-2 .widget-bg-wrapper,
    .widget-3 .widget-bg-wrapper {
        background: none !important;
        min-height: unset;
        padding: 0px;
    }
    .widget.inspired .widget-content .section-title {
        max-width: 100%;
    }
    .widget.inspired .widget-content .section-title span {
        margin: 0px;
        display: block;
    }
    .widget.inspired .widget-content .section-title span:after {
        bottom: 12px;
    }
    .widget-8 .btn.btn-primary, .widget-9 .btn.btn-primary {
        padding: .5rem 15px !important;
    }

}
@media only screen and (max-width: 767px) {
	.widget-bg-wrapper img {
		display: block !important;
	}
	.widget-8 .widget-bg-wrapper, .widget-9 .widget-bg-wrapper {
	    background:none !important;
	    min-height: unset !important;
        padding: 0px !important;
	    }
}
@media only screen and (max-width: 650px) {
    .cards .col-sm-12.col-md-2 {
    flex: 0 0 100%;
    max-width: 100%;
}
    ul.nav.nav-tabs.tab-line.nav-justified {
    display: block;
    }
    .nav-tabs.tab-line .nav-item:first-child .nav-link {
    padding-left: 1rem;
    }
    .widget-content.py-0.mw-100.text-left {
    padding: 0px 1.5rem;
    }
    .widget-18 .widget-content.py-0.mw-100.text-left {
    padding: 0px !important;
}
    .widget .container.py-5 {
    padding-bottom: 0px !important;
    }
    .widget-8 .btn-group .btn, .widget-9 .btn-group .btn {
    min-width: 160px;
    }
    .widget-16 .widget-bg-wrapper,
    .widget-17 .widget-bg-wrapper{
    background: none !important;
    padding: 0px;
    }
}

/* Section product */

.product-video .widget-bg-wrapper {
	height: 400px;
}

.product-content-one {
	background: #0A0A0A;
}

.product-content-one hr {
	border-top: 1px solid white;
	width: 70px;
}

.product-banner {
	background-size: cover !important;
	background-position: center !important;
}
.product-banner.background-right {
	background-position: right !important;
}
.product-banner.background-left {
	background-position: left !important;
}

.product-banner .paragraph {
	line-height: 21px !important;
}

.product-banner .banner-title {
	font-size: 80px;
	line-height: 100%;
}

.product-specifications .single-specification {
	border-bottom: 0.5px solid #707070;
}

.product-all .product-image {
	height: 300px;
}
.product-all .product-image {
    display: block !important;
}
.product-all .product-image img {
    width: auto !important;
    max-height: 100% !important;
}
.product-all .btn:hover {
	text-decoration: underline;
}
.underline {
	text-decoration: underline !important;
}

.product-filter select {
	background: white !important;
	border: 0px;
	padding: 10px;
	font-size: 16px;
	color: #777777 !important;
}

.product-filter .location-select:after {
	font-size: 15px;
	top: 14px;
}

.product-filter .close-icon i,
.product-filter .right-arrow-icon i {
	font-weight: 100 !important;
}

.product-filter .close-icon {
	right: -18px;
	top: 0px;
	font-size: 12px;
	cursor: pointer;
}

.product-filter .right-arrow-icon {
	right: -1.5rem;
	font-size: 15px;
	top: 35%;
}
@media only screen and (max-width: 1200px) {
.header-6 h1 {
    font-size: 600%;
}
}
@media only screen and (max-width: 1111px) {
    .product-banner .container:before {
    content: " ";
    display: block;
    width: 200%;
    height: 100%;
    background: rgba(14, 14, 14, 0.69) !important;
    position: absolute;
    z-index: 1 !important;
    left: -50%;
    color: white !important;
}
.product-banner .container * {
    color: white !important;
    background: none !important;
}
.header-6 img {
    margin: 0 auto;
}
}
@media only screen and (max-width: 991px) and (min-width: 768px){
.header-6 .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}
.header-6 .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
}
.header-6 h1 {
    font-size: 500%;
}
}
@media only screen and (max-width: 770px) {
    .header-6 h1 {
    font-size: 400%;
}
	.product-banner .banner-title {
		font-size: 3rem;
		line-height: 90%;
	}

	.product-banner .full-height {
		min-height: 50vh;
	}
	.product-filter .right-arrow-icon {
		display: none;
	}
    footer {
    margin-top: 0px;
    }
    section#layout-content {
    padding-bottom: 0px !important;
    }
    .product-filter .close-icon {
    right: -15px;
    }
}
@media only screen and (max-width: 1350px) and  (min-width: 771px)  {
    .slider-single-title {
        font-size: 25px;
    }
}
@media only screen and (max-width: 1200px) and  (min-width: 771px)  {
footer {
    margin-top: 80px;
}
section#layout-content {
    padding-top: 0px !important;
    padding-bottom: 0rem !important;
} 
}
/*resources*/
.widget-1 A[href=""], .widget-2 A[href=""], .widget-14 A[href=""], .widget-19 A[href=""]{
        display:none;
    }

.pdf-popup {
    z-index: 99999;
}
.pdf-popup .modal-dialog {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    padding: 0px !important;
}
.pdf-popup .modal-content {
    height: 100%;
    background: rgba(0,0,0, 0.90) !important;
    color: white;
}
.pdf-popup .modal-header .close {
    color: white !important;
    opacity: 1;
    font-weight: 100;
    font-size: 60px;
    padding: 0 .8rem;
}
.pdf-popup .modal-footer,.pdf-popup .modal-header {
    border: 0px;
}
.pdf-popup .download-single-pdf {
    margin-bottom: 5px;
    min-width: 280px;
}
.pdf-popup .download-pdf-icon {
    width: 230px;
    height: 220px;
    padding-right: 25px;
    margin: 1rem auto;
    background-size: contain !important;
    background-position: center !important;
}
.pdf-description a.text-violet {
    position: relative;
    padding-left: 21px;
    display: block;
}

.pdf-description a.text-violet:before {
    content: "\f1c1";
    font-family: 'fontawesome';
    position: absolute;
    top: 2px;
    left: 0;
    font-size: 110%;
}
.single-pdf {
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid;
}

.filterpopup hr.grey {
    border-top: 3px solid white !important;
    margin-top: .5rem;
}
.filter-options li {
    padding-bottom: .7rem;
}
.filter-options {
    list-style: none;
    padding-left: 1rem;
}
.filter-holder a.text-white:hover, .new-filter a.text-white:hover{
    color: #C59650 !important;
}
.switch-btn:hover{
opacity:0.7;
}
.filterpopup .modal-content{
    background: none !important;
    border: 0px;
}
.filterpopup {
    background: rgb(0 0 0 / 0.90);
}
.collapase-filter.bg-dark {
    background-color: #1C1C1C !important;
}
.filter-holder {
    overflow: hidden;
    max-height: 0;
}
.active-display .filter-holder {
    max-height: 5000px;
}
.switch-btn .switch-toggle.toggle-icon {
    position: absolute !important;
    right: 0px;
    top: 7px;
    width: 15px;
    padding: 0px;
}
.switch-btn {
    min-width: 180px;
}
.opacity-0{
    opacity: 0;
}

.single-specification p {
    margin-bottom: 0px;
}
.product-all a.btn {
    margin-bottom: 5rem;
}
@media only screen and (min-width: 768px) {
    .widget-5 .widget-content, .widget-4 .widget-content {
    padding: 3rem 0px !important;
}
    .dropdown-submenu ul.dropdown-menu {
    max-height: 500px;
    overflow-y: auto;
    }
    header {
        z-index: 99999 !IMPORTANT;
        position: relative;
    }
    body section:last-child,
    body .widget-56:last-child .col-sm-12 {
    padding-bottom: 75px !important;
    }
    body .widget-17:last-child,
    body .widget-22:last-child,
    body .widget-56:last-child,
    body .widget-48:last-child,
    body .widget-48:last-child img{
    padding-bottom:0px !important;
    }
    .filterpopup .banking-column {
        border-right: 1px solid #585858 !important;
    }
    .product-all .feature-box-desc {
    min-height: 150px;
    }
    .no-stick .header-logo {
    padding-top: 5px;
    max-width: 270px;
    }
    .product-count {
    min-width: 120px;
    }
    section.product-all.widget{
    min-height: 900px;
    }
}
hr.black {
    border-top: 1px solid black !important;
    margin-top: 0.5rem !important;
    box-shadow: 0 1px 2px 0px #454545;
}
.navbar-brand-stick img.header-logo {
    max-width: 175px;
}
.language-picker .dropdown-toggle::after {
    content: '\f078';
    font: normal normal 100 11px/1 fontawesome;
    color: #ffffff;
    right: 0px;
    top: 35%;
    position: absolute;
    pointer-events: none;
}
.language-picker .dropdown-menu {
    min-width: 100%;
}
nav .bg-none {
    background:none !important;
    }
.for-stick.language-picker form:after {
    top: 6px;
}
.for-stick.language-picker .dropdown-toggle::after {
    color: black;
}
.navbar-light .language-picker a:hover,.navbar-light .language-picker a:focus {
    color: #0033A0 !important;
}
.navbar-light .language-picker .btn {
    color: #333333;
}
.fancybox-container {
    z-index: 99999;
}
.classic-modal.modal {
    margin-top: 100px;
    z-index: 99999;
    max-height: calc(100vh - 100px);
    overflow-y: scroll;
    border-radius: 5px;
}
.slider-single.slick-slide {
    flex-direction: column;
    overflow: hidden;
}
html[lang='ko'] section#layout-content {
    font-family: 'Noto Sans KR' , sans-serif !important;
}
html[lang='ko'] .slider-single-subtitle {
    line-height: normal !important;
}
a.arrow:before {
    font-family: 'fontawesome';
    content: '\f054';
    font-weight: 300;
    font-size: 49px;
}
a.arrow:hover:before {
    color: #C59650;
}
a.arrow img{
opacity: 0 !Important;
}
@media only screen and  (min-width: 992px) {
    .slider-single-subtitle {
    max-width: 60%;
    line-height: 120%;
}
   .widget-35 .slider-single-subtitle {
    max-width: 100%;
    line-height: 120%;
}
    .no-stick .header-logo {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    }
    .widget-1 .widget-content .section-title, .widget-2 .widget-content .section-title {
    font-size: 50px;
    }
    .widget-4 .section-title, .widget-5 .section-title, .widget-12 .section-title{
    font-size: 38px;
        }
    }
@media only screen and  (max-width: 991.98px) {
    body .widget-48:last-child img{
    padding-bottom:0px !important;
    }
    .product-main-wrapper {
        display: block !important;
    }   
    .product-count {
        padding-left: 0px !important;
    }
    .text-white.all-products {
        padding-right: .5rem !important;
    }
     .widget.inspired .widget-bg-wrapper {
        background: none !important;
        min-height: unset;
    }
    .search-wrapper  {
        display: block !important;
        position: absolute;
        right: 60px;
        top: 12%;
    }
    .navbar-light .search-wrapper  {
        top: 0%;
    }
    li.border-0.last-li{
        border-bottom: 1px solid #ffffff !important;
    }
    .navbar-light li.border-0.last-li{
        border-bottom: 1px solid #ACACAC !important;
    }
    img.header-logo {
    max-width: 150px !important;
}
   .for-stick.language-picker .dropdown-toggle::after {
    top: 12.5px;
} 
    .navbar-dark .for-stick.language-picker .dropdown-toggle::after {
    color: #8f9397;
}
        .language .dropdown-menu {
    padding-right: 0px !important;
}
    .language a.dropdown-item {
    padding-right: 0px !important;
    text-align: right;
}
    .language .dropdown {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
    .language-picker.for-stick> div {
    width: 50%;
}
   .language-picker .dropdown-item:hover:before,.language-picker .dropdown-item:focus:before {
    display: none !important;
}
   .language-picker a.dropdown-item{
    padding: 0px !important;
   }
    
.img-background {
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        background-position: center !important;
        background-repeat: no-repeat !important;
        background-size: cover !important;
    }
    
    .product-all a.btn {
    margin-bottom: 3rem;
}
}
@media only screen and (max-width: 765px) {
    .widget-24 .widget-bg-wrapper {
    min-height: unset!important;
}

    	.row.reverse {
		flex-direction: column-reverse;
	}
    .pdf-top-label {
        display: none;
    } 
    .pdfs .before-text:before {
        margin-top: 10px;
        margin-bottom: 5px;
        display: block;
        color: #818181;
        font-weight: 500;
    }
    .pdfs .pdf-models:before {
    content: "ATM Model(s)";
    }
    .pdfs .pdf-parts:before {
    content: "Part Number(s)";
    }
    .all-products {
    width: 50% !important;
    text-align: left;
    }
    .switch-wrapper {
    justify-content: flex-start !important;
    padding-top: 1rem;
    }
    .switch-btn {
    width: 50%;
    }
    section.p-0.product-all.widget.position-relative.animate-ease.bg-black.pt-3.pb-5 {
    min-height: 500px;
    }
    .collapase-filter.bg-dark.position-absolute.w-100.active-display {
    max-height: 500px;
    overflow-y: scroll;
}
    .widget-28 .lists .col-md-2 {
    max-width: 100% !important;
    flex: 100% !important;
    }
    .font-size-74 {
    font-size: 55px !important;
    line-height: 100% !important;
}
}
/*overrides*/
.klaro .cookie-modal .cm-btn.cm-btn-success, .klaro .cookie-notice .cm-btn.cm-btn-success {
    background: #AC864E !important;
}
.klaro .cookie-modal a, .klaro .cookie-notice a {
    color: #AC864E  !important;
    text-decoration: none  !important;
}
.cookie-modal {
    z-index: 99999 !important;
}


#history-that-inspiresams, #history-that-inspires-2kr, #history-that-inspiresglb {
    padding-bottom: 30px !important;
}
.widget-36 .section-title.m-0.text-white.font-size-60 {
    border-bottom: 2px solid #9b9b9b;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 15px !important;
} 
.image-product {
    width: 100% !important;
    text-align: center;
}
.uppercase{
    text-transform:uppercase;
    }
.header-6 .col-lg-3 img {
    max-width: unset !important;
    width: 100%;
}
.section-link.next.float a {
    position: absolute;
    right: 0;
    top: 45%;
    background: none !important;
    color: #ac864e;
    font-weight: 300 !important;
    opacity: 1;
    font-size: 35px;
}
.section-link.next.float i {
    -webkit-text-stroke: 0px;
}
.breadcrumbs ul {
    max-width: 1200px;
    width: 100%;
    margin: auto;
    padding: 1rem;
}
.breadcrumbs ul li {
    display: inline-block;
    position: relative;
    padding-left: 20px;
}
.breadcrumbs ul li:before {
    content: "\f054";
    font-family: 'fontawesome';
    font-weight: 200;
    font-size: 10px;
    color: #C59650;
    position: absolute;
    top: 3px;
    left: 6px;
}
.breadcrumbs li:nth-child(2), .breadcrumbs li:first-child:before { 
    display:none; 
}
.breadcrumbs li:first-child{
    padding-left: 0px;
    }
.breadcrumbs .white a{
    color:white;
    }
.breadcrumbs .white a:hover{
    color:#C59650;
    }
.nav-tabs.tab-line {
    align-items: flex-end !important;
}
.header-6 .col-12.col-lg-3 img {
    max-height: 450px;
    width: auto;
    max-width: 100% !important;
    margin: 0 auto;
}
@media only screen and (max-width: 770px) {
    .section-link.next.float a{
        display:none;
        }
        .widget-36:before {
    font-size: 30px !important;
}

}
@media only screen and (min-width: 769px) {

        #atm-management-resourcesams .widget-content .section-title {
        font-size: 70px;
        }
        #atm-management-resourcesams .widget-content {     
        max-width: 100%;
            }
            #atm-management-resourcesams .col-sm-12.col-md-8 {
        flex: 100% !important;
        max-width: 100% !important;
    }
}
div#home-slider {
    position: relative;
}
.widget-29 .section-title.m-0 {
    max-width: 90%;
    line-height: 100% !important;
}
.product-all .feature-box-desc {
    min-height: 150px;
    max-height: 150px;
    position: relative;
    overflow: hidden;
}
.product-all .feature-box-desc:after {
    content: " ";
    width: 100%;
    display: block;
    height: 70px;
    position: absolute;
    z-index: 8;
    bottom: 0;
    left: 0;
    background: rgb(0,0,0);
    background: -moz-linear-gradient(360deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.6993172268907564) 35%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(360deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.6993172268907564) 35%, rgba(0,0,0,0) 100%);
    background: linear-gradient(360deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.6993172268907564) 35%, rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#f6f6f6",GradientType=1);
}
.success.flash-message {
z-index: 999999 !important;
}
.product-description p {
    font-size: 16px;
    line-height: 24px !important;
    padding: 0px;
    margin: 0px;
    color: #A5A5A5;
}
.pagination {
    font-size: 1.2rem !important;
}
nav ul.pagination li:hover a {
    color: #bf924e !important;
}
nav ul.pagination li {
    padding: 4px 8px;
}
section.product-all.similar-product {
    min-height: unset !important;
    padding-bottom: 0px !important;
}
a.playbutton{
    font-family: "Roboto", sans-serif;
}
.widget-49 .d-nloc.w-100.py-3 {
    max-width: 300px;
}
.order-last .widget.pb-2 {
    display: none;
}
.login .section-text a {
    color: #c59650;
}
@media only screen and (max-width: 1200px) {
.section-slider-arrows.d-flex.d-lg-none {
    display: flex !important;
}
.widget-29 .section-title {
    font-size: 24px !important;
}
 .font-size-160 {
    font-size: 68px !important;
}
.font-size-100 {
    font-size: 48px !important;
}
}
@media screen and (max-width: 500px) {
    .wow{
        visibility: visible !important;
        -webkit-animation-name: none !important;
        -o-animation-name: none !important;
        animation-name: none !important;
    }
}
.post-item-desc h1 {
    font-size: 200%;
    font-weight: 500;
    text-align: left;
}
/*forms and registration*/
.form-login input.form-control {
    text-align: center;
    color: white;
    border: 1px solid #3B3B3B;
    font-size: 21px;
    background: none !important;
    padding: .8rem;
}

.widget-2 .section-text.text-dark.font-weight-normal li, .widget-1 .section-text.text-dark.font-weight-normal li {
    font-size: 90%;
    margin-bottom: 10px;
}
p.w-700:empty {
    display: none;
}
.w-100 p {
    max-width: 100%;
}