@charset "utf-8";
/* CSS Document */

/*custom styles*/
body {
	font-family: 'Montserrat', sans-serif;
	font-size: 11px;
	font-weight: inherit;
	padding: 0;
	margin: 0;
}
.logo_container {
	position: absolute;
	z-index: 2;
	left: 3%;
	top: 3%;
}
.logo {
	max-width: 60%;
}
.menu_top_container {
	top: 5%;
	right: 3%;
	position: absolute;
	z-index: 2;
}
.burger_menu {
	width: 70%;
	float: right;
}
.scrollBtn_container {
	bottom: 5%;
	right: 3%;
	position: absolute;
	z-index: 2;
}
.scrollBtn {
	width: 30%;
	float: right;
}
.video-container {
	width: 100%;
	object-fit: cover;
	background: #093D56;
}
.bg-container {
	background: #6262629e
}
.bg-container .uk-overlay-default {
	background: none;
}
video {
	object-fit: cover;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
}
.bg-cover img{
	object-fit: cover;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
}
.video-text-container {
	width: auto !important;
	background: #737373;
}
.video_title {
	font-family: 'Libre Baskerville', serif;
	font-size: 45px;
	line-height: 62px;
	font-weight: 400;
	margin: 0;
	padding: 0;
	color: #fff;
}
.video_title_text {
	width: 50%;
}
.video_title_divider {
	width: 120px;
	height: 4px;
	margin-top: 30px;
	margin-bottom: 20px;
	display: inline-block;
	background: #35BDF6;
}
.video_texts {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	line-height: 21px;
	font-weight: normal;
	color: #ffffff;
}
.readmoreBtn {
	width: 60px;
	padding: 0;
	margin: 0;
}
.readmoreBtn a {
	text-decoration: none;
	padding: 0;
	margin: 0;
}
.menu_container {
	max-width: 100%;
	background: #0E1826;
	min-height: 80px;
	padding: 0;
	margin: 0;
}
.menu_container .uk-card-default {
	background: none;
	color: #fff;
}

.menu_container ul {
	padding: 0;
	margin: 0;
	
}
.menu_container ul li {
	
}
.menu_container ul li a {
	text-decoration: none;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 80px;
	color: #FFFFFF;
	display: block;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out;
}
.menu_container ul li a:hover{
	color: #000;
	background: #35BDF6;
}
.menu_container .active{
	color: #FFF;
	background: #35BDF6;
}

.menu_container .uk-grid>* {
	padding-left: 0;
}
.menu_logo {
	width: 7%;
}
.menu_logo img {
	padding-top: 15px;
}

.text_containers {
	width: 92.2%;
	margin: 0 auto;
	background: #fff;
	padding-top: 50px;
	padding-bottom: 50px;
}
.grey_containers {
	width: 100%;
	background: #eaeaea;
	padding: 80px 0;
}
.client_slider_logo {
	width: 70%;
	margin: 0 auto;
	background: #fff;
}
.img-container {
	width: 92.2%;
	margin: 0 auto;
}
.text_containers h2 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 17px;
	color: #676767;
	text-transform: uppercase;
	padding-top: 0;
}
.text_containers h4 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 14px;
	color: #676767;
	text-transform: uppercase;
	padding-top: 0;
}
.text_containers h3 {
	font-family: 'Montserrat', sans-serif;
	font-size: 17px;
	font-weight: 600;
	color: #676767;
	text-transform: uppercase;
}
.text_container_divider {
	display: inline-block;
	background: #35BDF6;
	width: 50px;
	height: 3px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0;
}
.text_containers h1 {
	font-family: 'Libre Baskerville', serif;
	font-size: 65px;
	line-height: 68px;
	font-weight: 400;
}
.text_containers p {
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: 500;
	width: 80%;
}

/*branding page*/
.list_items {
	
}
.list_items .icons{
	width: 60px;
	margin-right: 20px;
}
.list_items .title{
	font-family: 'Libre Baskerville', serif;
	font-size: 38px;
	line-height: 38px;
	font-weight: 400;
	color: #000;
	text-transform: normal !important;
}
.list_items p {
	font-family: 'Raleway', sans-serif;
	font-size: 15px;
	line-height: 22px;
	font-weight: 500;
	width:  100%;
}

.showreel2  {
	
}
.showreel2 .uk-overlay-primary {
	opacity: 0.4;
}
.showreel2 .bg_overlay {
	background: black;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    opacity: 0.4;
	z-index: 20;
    -webkit-transition: all .25s ease-in;
    -moz-transition: all .25s ease-in;
    transition: all .25s ease-in;
}
.showreel2 .bigfonts {
	font-family: 'Libre Baskerville', serif;
	font-size: 28px;
	line-height: 0;
	font-weight: 600;
	text-align: left;
	color: #ffffff;
}
.showreel2 .smallfonts {
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	line-height: 28px;
	font-weight: 600;
	text-align: left;
	color: #ffffff;
	text-transform: uppercase;
}
.shorcut a{
	font-family: 'Montserrat', sans-serif;
	font-size: 10px;
	line-height: 0;
	font-weight: 600;
	text-align: center;
	color: #ffffff;
	background: #031e32;
	text-transform: uppercase;
	padding:15px 10px;
	display: inline-block;
	margin:  10px 0;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
	text-decoration:  none;
}
.shorcut a:hover{
	color: #ffffff;
	background: #35bdf6;
}
#list_panels a {
	text-decoration: none;
}
#list_panels p {
	width: 100%;
	font-family: 'Raleway', sans-serif;
	font-size: 15px;
	line-height: 17px;
	font-weight: 500;
	text-align: left;
}
.panel_title a{
	font-family: 'Libre Baskerville', serif;
	font-size: 28px;
	line-height: 30px;
	font-weight: 400;
	text-align: left;
	color: #000;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
	text-decoration:  none;
}
.panel_title a:hover{
	color: #35bdf6;
}
.lp_readmore a {
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	line-height: 0;
	font-weight: 600;
	text-align: center;
	color:#2F2F2F;
	border: 2px solid #2F2F2F;
	text-transform: uppercase;
	text-decoration:  none;
	padding:15px 20px;
	display: inline-block;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
.lp_readmore a:hover {
	color:#35bdf6;
	border: 2px solid #35bdf6;
}
/*Footer page*/
.footer_container {
	width: 100%;
	margin: 0;
	padding: 0;
	padding: 20px;
}
.c_thumbs {
	cursor: pointer;
}
.showreel {
	cursor: pointer;
}
.c_thumbs img {
	max-width: 50%;
	padding: 40px 10px;
}
#client .uk-card-default {
	box-shadow: 0 0 0 rgb(0 0 0 / 0%) !important;
}
#client .uk-card-body {
	padding: 0;
}
.uk-transition-active.uk-active .uk-transition-scale-up, .uk-transition-toggle:focus .uk-transition-scale-up, .uk-transition-toggle:hover .uk-transition-scale-up {
	opacity: 1;
	transform: scale(1.1, 1.1);
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
.testimonials {
	width: 100%;
}
.t_contents {
	width:70%;
	margin:  0 auto;
}
.t_contents blockquote{
	font-family: 'Raleway', sans-serif;
	font-size: 35px;
	line-height: 37px;
	font-weight: 300;
	font-style: normal;
	text-align: center;
	color:#35bdf6;
	text-transform: normal;
	text-decoration:  none;
	padding:15px 20px;
}
.t_contents .header{
	font-family: 'Libre Baskerville', serif;
	font-size: 65px;
	line-height: 68px;
	font-weight: 500;
	text-align: center;
	color:#FFF;
	text-transform: normal;
	text-decoration:  none;
	padding:15px 20px;
}

.t_clients {
	width: 60%;
	margin:  0 auto;
	font-family: 'Raleway', sans-serif;
	font-size: 15px;
	line-height: 17px;
	font-weight: 400;
	font-style: normal;
	text-align: center;
	color:#fff;
	text-transform: normal;
	text-decoration:  none;
	padding:15px 20px;
}
.t_clients img{
	width: 10%;
	margin-right: 10px;
}
.contact_btn a{
	font-family: 'Raleway', sans-serif;
	font-size: 15px;
	line-height: 17px;
	padding: 10px 20px;
	font-weight: 400;
	font-style: normal;
	text-align: center;
	color:#fff;
	background: #35BDF6;
	text-transform: uppercase;
	text-decoration:  none;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
.contact_btn a:hover{
	color:#fff;
	background:#121212;
}
/*
/* ----------- footer ----------- */
.dk_blue {
	background-color: #031e32;
	background-image:  linear-gradient(to top left, #123458, #071626);
}
.dk_blue1 {
	background-color: #031e32;
	background-image: 
    linear-gradient(
      rgba(18, 52, 88, 0.9), 
      rgba(18, 52, 88, 0.9)
    ),
    url("../images/service-photo-2.jpg");
}
.footer_container {
	width: 100%;
	margin: 0;
	padding: 0;
}
.footer_contents {
	width: 85%;
	margin: 0 auto;
	padding: 0;
	padding-top: 80px;
}
.footer_contents > div > div.uk-grid>* {
	padding-left: 0;
}
.footerFirstLink {
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	line-height: 15px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: normal;
}
.social_icons span {
	color: #fff;
}
.social_icons {
	max-width: 200px;
}
.social_icons ul li a {
	text-align: center;
	border: 2px solid #fff;
	padding: 12px 10px;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
.social_icons ul li a:hover {
	border: 2px solid #16C0FD;
	padding: 12px 10px;
}
.footer_submenu {
	padding-top: 5px;
}
.footer_submenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	padding-top: 10px !important;
}
.footer_submenu a {
	color: #fff;
	padding-bottom: 10px;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
	text-decoration: none;
}
.footer_submenu a:hover {
	color: #6EDDFF;
}
.footer_submenu ul li a {
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	line-height: 13px;
	color: #27BFFF;
	font-weight: 400;
	text-transform: uppercase;
	padding: 3px 0;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
	text-decoration: none;
}
.footer_submenu ul li a:hover {
	color: #fff;
}
.footer_bottom {
	width: 75%;
	margin: 0 auto;
	padding-top: 60px;
	padding-bottom: 60px;
}
.footer_bottom .uk-grid>* {
	padding-left: 0;
}
.footer_bottom .uk-grid {
	margin-left: 0;
}
.footer_bottom span {
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	font-size: 12px;
	line-height: 12px;
	padding-top: 44px;
	display: block;
}
.footer_logo {
	width: 60%;
	padding-right: 0;
}
.footer_logo img {
	max-width: 45%;
}
.footer_logo::after {
	content: '';
	height: 50px;
	width: 4px;
	background: #fff;
	display: block;
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	margin-right: 20px;
	margin-top: -30px;
}
.footer_bottom strong {
	padding-left: 20px;
}
/*Modal Menu Fullscreen*/
#main_menu .uk-modal-close-full {
	background: none !important;
}
.main_menu_contents {
	width: 68%;
	margin: 0 auto;
}
.main_menu_contents ul {
	list-style: none;
	text-align: right;
}
.main_menu_contents ul li a {
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	font-weight: 500;
	font-size: 20px;
	line-height: 50px;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
.main_menu_contents ul li a:hover {
	color: #0ABEFF;
}

/* ----------- Non-Retina laptop Screens ----------- */
@media screen and (min-device-width: 1456px) and (max-device-width: 1800px) and (-webkit-min-device-pixel-ratio: 1) {
.video_title {
	font-size: 75px;
	line-height: 76px;
}
.video_title_text {
	width: 100%;
}
.video_title_divider {
	width: 120px;
	height: 5px;
	margin-top: 40px;
	margin-bottom: 30px;
}
.video_texts {
	font-size: 30px;
	line-height: 31px;
	width: 80%;
}
.readmoreBtn {
	width: 100px;
}
.logo_container {
	left: 5%;
	top: 3%;
}
.logo {
	max-width: 70%;
}
.menu_top_container {
	top: 5%;
	right: 5%;
}
.burger_menu {
	width: 80%;
	float: right;
}
.scrollBtn_container {
	bottom: 5%;
	right: 5%;
}
.scrollBtn {
	width: 40%;
}
.menu_container {
/*display: none;*/
}
.menu_container ul {
	padding-right: 10px;
}
.menu_container ul li {
	font-size: 12px;
	line-height: 13px;
}
#menu_contents .uk-width-expand {
	padding-left: 10px;
}
.text_containers h1 {
	font-size: 55px;
	line-height: 55px;
}
.text_containers h2 {
	padding-top: 170px!important;
}
/* ----------- footer ----------- */
.footer_container {
	width: 100%;
	margin: 0;
	padding: 0;
}
.footer_contents {
	width: 85%;
	margin: 0 auto;
	padding: 0;
	padding-top: 80px;
}
.footer_contents > div > div.uk-grid>* {
	padding-left: 0;
}
.footerFirstLink {
	font-size: 15px;
	font-weight: 500;
}
.footerFirstLink a {
	text-align: center;
}
.social_icons span {
	color: #fff;
}
.social_icons {
}
.social_icons ul li a {
	border: 2px solid #fff;
	padding: 12px 10px;
}
.footer_submenu {
	padding-top: 5px;
}
.footer_submenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer_submenu ul li a {
	font-size: 13px;
	padding: 3px 0;
}
.footer_bottom {
	width: 50% !important;
	margin: 0 auto;
	padding-top: 60px;
	padding-bottom: 60px;
}
.footer_bottom .uk-grid>* {
	padding-left: 0;
}
.footer_bottom .uk-grid {
	margin-left: 0;
}
.footer_bottom span {
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	font-size: 12px;
	line-height: 12px;
	padding-top: 34px;
	display: block;
}
.footer_logo {
	width: 100%;
	padding-right: 0;
}
.footer_logo img {
	max-width: 40%;
}
.footer_logo::after {
	content: '';
	height: 50px;
	width: 4px;
	background: #fff;
	display: block;
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	margin-right: 20px;
	margin-top: -30px;
}
.footer_bottom strong {
	padding-left: 20px;
}
}

/* ----------- custom ----------- */
@media only screen and (min-device-width: 1025px) and (max-device-width: 1455px) and (-webkit-min-device-pixel-ratio: 1) {
.video_title {
	font-size: 60px;
	line-height: 61px;
	padding-top: 120px;
}
.video_texts {
	font-size: 25px;
	line-height: 26px;
	width: 70%;
}
.readmoreBtn {
	width: 80px;
}
.logo_container {
	left: 4%;
	top: 4%;
}
.logo {
	max-width: 50%;
}
.menu_top_container {
	top: 5%;
	right: 5%;
}
.menu_container ul li {
	font-size: 12px;
	line-height: 13px;
}
#menu_contents .uk-width-expand {
	padding-left: 10px;
}
.text_containers h1 {
	font-size: 55px;
	line-height: 55px;
}
.text_containers h2 {
	padding-top: 170px;
}
/* ----------- footer ----------- */
.footer_container {
	width: 100%;
	margin: 0;
	padding: 0;
}
.footer_contents {
	width: 85%;
	margin: 0 auto;
	padding: 0;
	padding-top: 80px;
}
.footer_contents > div > div.uk-grid>* {
	padding-left: 0;
}
.footerFirstLink {
	font-size: 15px;
	font-weight: 500;
}
.footerFirstLink a {
	text-align: center;
}
.social_icons span {
	color: #fff;
}
.social_icons {
}
.social_icons ul li a {
	border: 2px solid #fff;
	padding: 12px 10px;
}
.footer_submenu {
	padding-top: 5px;
}
.footer_submenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer_submenu a {
}
.footer_submenu ul li a {
	font-size: 13px;
	padding: 3px 0;
}
.footer_bottom {
	width: 60% !important;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 10px;
}
.footer_bottom .uk-grid>* {
	padding-left: 0;
}
.footer_bottom .uk-grid {
	margin-left: 0;
}
.footer_bottom span {
	font-size: 12px;
	padding-top: 45px !important;
	display: block;
}
.footer_logo {
	width: 100%;
	padding-right: 0;
}
.footer_logo img {
	max-width: 40%;
}
.footer_logo::after {
	content: '';
	height: 40px;
	width: 4px;
	margin-right: 20px;
	margin-top: -25px;
}
.footer_bottom strong {
	padding-left: 20px;
}
}

/* ----------- iPad Pro 12.9" ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px)and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
.video_title {
	font-size: 75px !important;
	line-height: 76px !important;
}
.video_title_text {
	width: 100%;
}
.video_title_divider {
	width: 120px !important;
	height: 5px !important;
	margin-top: 40px !important;
	margin-bottom: 30px !important;
}
.video_texts {
	font-size: 30px !important;
	line-height: 31px !important;
	width: 80% !important;
}
.readmoreBtn {
	width: 100px !important;
}
.logo_container {
	left: 5%;
	top: 3%;
}
.logo {
	max-width: 70% !important;
}
.menu_top_container {
	top: 5%;
	right: 5%;
}
.burger_menu {
	width: 80% !important;
	float: right;
}
.scrollBtn_container {
	bottom: 8% !important;
	right: 5%;
}
.scrollBtn {
	width: 40% !important;
}
.menu_container {
/*display: none;*/
}
.menu_container ul {
	padding-right: 10px;
}
.menu_container ul li {
	font-family: 'gothambold', sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 13px;
	color: #FFFFFF;
}
#menu_contents .uk-width-expand {
	padding-left: 10px;
}
.text_containers h1 {
	font-size: 55px;
	line-height: 55px;
}
.text_containers h2 {
	padding-top: 170px;
}
/* ----------- footer ----------- */
.footer_container {
	width: 100%;
	margin: 0;
	padding: 0;
}
.footer_contents {
	width: 85%;
	margin: 0 auto;
	padding: 0;
	padding-top: 80px;
}
.footer_contents > div > div.uk-grid>* {
	padding-left: 0;
}
.footerFirstLink {
	font-size: 15px;
	font-weight: 500;
}
.footerFirstLink a {
	text-align: center;
}
.social_icons span {
	color: #fff;
}
.social_icons {
}
.social_icons ul li a {
	border: 2px solid #fff;
	padding: 12px 10px;
}
.footer_submenu {
	padding-top: 5px;
}
.footer_submenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer_submenu a {
}
.footer_submenu ul li a {
	font-size: 13px;
	padding: 3px 0;
}
.footer_bottom {
	width: 70% !important;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 10px;
}
.footer_bottom .uk-grid>* {
	padding-left: 0;
}
.footer_bottom .uk-grid {
	margin-left: 0;
}
.footer_bottom span {
	font-size: 12px;
	padding-top: 28px !important;
	display: block;
}
.footer_logo {
	width: 100%;
	padding-right: 0;
}
.footer_logo img {
	max-width: 35% !important;
}
.footer_logo::after {
	content: '';
	height: 30px;
	width: 3px;
	margin-right: 20px;
	margin-top: -20px;
}
.footer_bottom strong {
	padding-left: 20px;
}
}

/* Landscape */
@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
.video_title {
	font-size: 60px;
	line-height: 61px;
	padding-top: 120px;
}
.video_texts {
	font-size: 25px;
	line-height: 26px;
	width: 70%;
}
.readmoreBtn {
	width: 80px;
}
.logo_container {
	left: 4%;
	top: 4%;
}
.logo {
	max-width: 50%;
}
.menu_top_container {
	top: 5%;
	right: 5%;
}
.menu_container ul li {
	font-size: 12px;
	line-height: 13px;
}
#menu_contents .uk-width-expand {
	padding-left: 10px;
}
.text_containers h1 {
	font-size: 55px;
	line-height: 55px;
}
.text_containers h2 {
	padding-top: 170px;
}
/* ----------- footer ----------- */
.footer_container {
	width: 100%;
	margin: 0;
	padding: 0;
}
.footer_contents {
	width: 70%;
	margin: 0 auto;
	padding: 0;
	padding-top: 80px;
}
.footer_contents > div > div.uk-grid>* {
	padding-left: 0;
}
.footerFirstLink {
	font-size: 15px;
	font-weight: 500;
}
.footerFirstLink a {
	text-align: center;
}
.social_icons span {
	color: #fff;
}
.social_icons {
}
.social_icons ul li a {
	border: 2px solid #fff;
	padding: 12px 10px;
}
.footer_submenu {
	padding-top: 5px;
}
.footer_submenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer_submenu a {
}
.footer_submenu ul li a {
	font-size: 13px;
	padding: 3px 0;
}
.footer_bottom {
	width: 55% !important;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 10px;
}
.footer_bottom .uk-grid>* {
	padding-left: 0;
}
.footer_bottom .uk-grid {
	margin-left: 0;
}
.footer_bottom span {
	font-size: 12px;
	padding-top: 20px;
	display: block;
}
.footer_logo {
	width: 100%;
	padding-right: 0;
}
.footer_logo img {
	max-width: 38%;
}
.footer_logo::after {
	content: '';
	height: 62px;
	width: 4px;
	margin-right: 20px;
	margin-top: -37px;
}
.footer_bottom span {
	font-size: 12px;
	padding-top: 37px !important;
	display: block;
}
.footer_bottom strong {
	padding-left: 20px;
}
}

/* ----------- iPad 1, 2, Mini and Air ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
.video_title {
	font-size: 55px;
	line-height: 56px;
}
.video_title_text {
	width: 100%;
}
.video_title_divider {
	width: 80px;
	height: 3px;
	margin-top: 20px;
	margin-bottom: 10px;
}
.video_texts {
	font-size: 20px;
	line-height: 21px;
	width: 80%;
}
.readmoreBtn {
	width: 80px;
}
.logo_container {
	left: 5%;
	top: 3%;
}
.logo {
	max-width: 50%;
}
.menu_top_container {
	top: 5%;
	right: 5%;
}
.burger_menu {
	width: 70%;
	float: right;
}
.scrollBtn_container {
	bottom: 5%;
	right: 5%;
}
.scrollBtn {
	width: 30%;
}
.menu_container {
/*display: none;*/
}
.menu_container ul {
	padding-right: 10px;
}
.menu_container ul li {
	font-family: 'gothambold', sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 13px;
	color: #FFFFFF;
}
#menu_contents .uk-width-expand {
	padding-left: 10px;
}
.text_containers h1 {
	font-size: 55px;
	line-height: 55px;
}
.text_containers h2 {
	padding-top: 10px;
	padding-bottom: 20px;
}
.client_slider_logo {
	width: 82%;
}
/* ----------- footer ----------- */
.footer_container {
	width: 100%;
	margin: 0;
	padding: 0;
}
.footer_contents {
	width: 85%;
	margin: 0 auto;
	padding: 0;
	padding-top: 80px;
}
.footer_contents > div > div.uk-grid>* {
	padding-left: 0;
}
.footerFirstLink {
	font-size: 15px;
	font-weight: 500;
}
.footerFirstLink a {
	text-align: center;
}
.social_icons span {
	color: #fff;
}
.social_icons {
}
.social_icons ul li a {
	border: 2px solid #fff;
	padding: 12px 10px;
}
.footer_submenu {
	padding-top: 5px;
}
.footer_submenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer_submenu a {
}
.footer_submenu ul li a {
	font-size: 13px;
	padding: 3px 0;
}
.footer_bottom {
	width: 85%;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 10px;
}
.footer_bottom .uk-grid>* {
	padding-left: 0;
}
.footer_bottom .uk-grid {
	margin-left: 0;
}
.footer_bottom span {
	font-size: 12px;
	padding-top: 20px;
	display: block;
}
.footer_logo {
	width: 100%;
	padding-right: 0;
}
.footer_logo img {
	max-width: 30%;
}
.footer_logo::after {
	content: '';
	height: 30px;
	width: 3px;
	margin-right: 20px;
	margin-top: -20px;
}
.footer_bottom strong {
	padding-left: 20px;
}
}

/* Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
.video_title {
	font-size: 60px;
	line-height: 61px;
	padding-top: 120px;
}
.video_texts {
	font-size: 25px;
	line-height: 26px;
	width: 70%;
}
.readmoreBtn {
	width: 80px;
}
.logo_container {
	left: 4%;
	top: 4%;
}
.logo {
	max-width: 50%;
}
.menu_top_container {
	top: 5%;
	right: 5%;
}
.menu_container ul li {
	font-size: 12px;
	line-height: 13px;
}
#menu_contents .uk-width-expand {
	padding-left: 10px;
}
.text_containers h1 {
	font-size: 55px;
	line-height: 55px;
}
.text_containers h2 {
	padding-top: 170px;
	padding-bottom: 0;
}
/* ----------- footer ----------- */
.footer_container {
	width: 100%;
	margin: 0;
	padding: 0;
}
.footer_contents {
	width: 85%;
	margin: 0 auto;
	padding: 0;
	padding-top: 80px;
}
.footer_contents > div > div.uk-grid>* {
	padding-left: 0;
}
.footerFirstLink {
	font-size: 15px;
	font-weight: 500;
}
.footerFirstLink a {
	text-align: center;
}
.social_icons span {
	color: #fff;
}
.social_icons {
}
.social_icons ul li a {
	border: 2px solid #fff;
	padding: 12px 10px;
}
.footer_submenu {
	padding-top: 5px;
}
.footer_submenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer_submenu ul li a {
	font-size: 13px;
	padding: 3px 0;
}
.footer_bottom {
	width: 80%;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
.footer_bottom .uk-grid>* {
	padding-left: 0;
}
.footer_bottom .uk-grid {
	margin-left: 0;
}
.footer_bottom span {
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	font-size: 12px;
	padding-top: 20px;
	display: block;
}
.footer_logo {
	width: 95%;
	padding-right: 0;
}
.footer_logo img {
	max-width: 32%;
}
.footer_logo [class*=uk-align] {
	margin-bottom: 0;
}
.footer_logo::after {
	content: '';
	height: 62px;
	width: 4px;
	margin-right: 20px;
	margin-top: -37px;
}
.footer_bottom strong {
	padding-left: 20px;
}
}

/* ----------- iPhone X ----------- */
@media only screen and (min-device-width: 813px) and (max-device-width: 959px) and (-webkit-min-device-pixel-ratio: 1) {
.video_title {
	font-size: 55px;
	line-height: 56px;
}
.video_title_text {
	width: 100%;
}
.video_title_divider {
	width: 80px;
	height: 3px;
	margin-top: 20px;
	margin-bottom: 10px;
}
.video_texts {
	font-size: 20px;
	line-height: 21px;
	width: 80%;
}
.readmoreBtn {
	width: 80px;
}
.logo_container {
	left: 5%;
	top: 3%;
}
.logo {
	max-width: 50%;
}
.menu_top_container {
	top: 5%;
	right: 5%;
}
.burger_menu {
	width: 70%;
	float: right;
}
.scrollBtn_container {
	bottom: 5%;
	right: 5%;
}
.scrollBtn {
	width: 30%;
}
.menu_container {
/*display: none;*/
}
.menu_container ul {
	padding-right: 10px;
}
.menu_container ul li {
	font-family: 'gothambold', sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 13px;
	color: #FFFFFF;
}
#menu_contents .uk-width-expand {
	padding-left: 10px;
}
.text_containers h1 {
	font-size: 55px;
	line-height: 55px;
}
.text_containers h2 {
	padding-top: 10px;
	padding-bottom: 20px;
}
.client_slider_logo {
	width: 82%;
}
/* ----------- footer ----------- */
.footer_container {
	width: 100%;
	margin: 0;
	padding: 0;
}
.footer_contents {
	width: 85%;
	margin: 0 auto;
	padding: 0;
	padding-top: 80px;
}
.footer_contents > div > div.uk-grid>* {
	padding-left: 0;
}
.footerFirstLink {
	font-size: 15px;
	font-weight: 500;
}
.footerFirstLink a {
	text-align: center;
}
.social_icons span {
	color: #fff;
}
.social_icons {
}
.social_icons ul li a {
	border: 2px solid #fff;
	padding: 12px 10px;
}
.footer_submenu {
	padding-top: 5px;
}
.footer_submenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer_submenu a {
}
.footer_submenu ul li a {
	font-size: 13px;
	padding: 3px 0;
}
.footer_bottom {
	width: 85%;
	margin: 0 auto;
	padding-top: 40px;
	padding-bottom: 10px;
}
.footer_bottom .uk-grid>* {
	padding-left: 0;
}
.footer_bottom .uk-grid {
	margin-left: 0;
}
.footer_bottom span {
	font-size: 12px;
	padding-top: 20px;
	display: block;
}
.footer_logo {
	width: 85%;
	padding-right: 0;
}
.footer_logo img {
	max-width: 30%;
}
}

@media only screen and (min-device-width: 540px) and (max-device-width: 767px) and (-webkit-min-device-pixel-ratio: 2) {
.video_title {
	font-size: 45px;
	line-height: 46px;
	padding-top: 80px;
}
.video_title_text {
	width: 100%;
}
.video_title_divider {
	width: 80px;
	height: 2px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.video_texts {
	font-size: 16px;
	line-height: 17px;
	width: 70%;
}
.readmoreBtn {
	width: 60px;
}
.logo_container {
	left: 5%;
	top: 3%;
}
.logo {
	max-width: 40%;
}
.menu_top_container {
	top: 5%;
	right: 5%;
}
.burger_menu {
	width: 50%;
	float: right;
}
.scrollBtn_container {
	bottom: 5%;
	right: 5%;
}
.scrollBtn {
	width: 20%;
}
.menu_container {
/*display: none;*/
}
.menu_container ul {
	padding-right: 10px;
}
.menu_container ul li {
	font-size: 11px;
	line-height: 12px;
}
#menu_contents .uk-width-expand {
	padding-left: 10px;
}
.text_containers h1 {
	font-size: 45px;
	line-height: 45px;
}
.text_containers h2 {
	padding-top: 10px;
	padding-bottom: 20px;
}
.client_slider_logo {
	width: 81%;
}
/* ----------- footer ----------- */
.footer_container {
	width: 100%;
	margin: 0;
	padding: 0;
}
.footer_contents {
	width: 85%;
	margin: 0 auto;
	padding: 0;
	padding-top: 80px;
}
.footer_contents > div > div.uk-grid>* {
	padding-left: 0;
}
.footerFirstLink {
	font-size: 15px;
	font-weight: 500;
}
.footerFirstLink a {
	text-align: center;
}
.social_icons span {
	color: #fff;
}
.social_icons {
}
.social_icons ul li a {
	border: 2px solid #fff;
	padding: 12px 10px;
}
.footer_submenu {
	padding-top: 5px;
}
.footer_submenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer_submenu a {
}
.footer_submenu ul li a {
	font-size: 13px;
	padding: 3px 0;
}
.footer_bottom {
	width: 85%;
	margin: 0 auto;
	padding-top: 40px;
	padding-bottom: 10px;
}
.footer_bottom .uk-grid>* {
	padding-left: 0;
}
.footer_bottom .uk-grid {
	margin-left: 0;
}
.footer_bottom span {
	font-size: 12px;
	padding-top: 10px;
	display: block;
}
.footer_logo {
	width: 90%;
	padding-right: 0;
}
.footer_logo img {
	max-width: 40%;
}
}

/* Portrait and Landscape */
@media only screen and (min-device-width: 414px) and (max-device-width: 734px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
.video_title {
	font-size: 25px;
	line-height: 26px;
}
.video_title_text {
	width: 100%;
}
.video_title_divider {
	width: 80px;
	height: 2px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.video_texts {
	font-size: 11px;
	line-height: 12px;
}
.readmoreBtn {
	width: 50px;
}
.logo_container {
	left: 5%;
	top: 3%;
}
.logo {
	max-width: 40%;
}
.menu_top_container {
	top: 5%;
	right: 5%;
}
.burger_menu {
	width: 50%;
	float: right;
}
.scrollBtn_container {
	bottom: 5%;
	right: 5%;
}
.scrollBtn {
	width: 20%;
}
.menu_container {
/*display: none;*/
}
.menu_container ul {
	padding-right: 10px;
}
.menu_container ul li {
	font-family: 'gothambold', sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 7px;
	line-height: 8px;
	color: #FFFFFF;
}
#menu_contents .uk-width-expand {
	padding-left: 10px;
}
.text_containers h1 {
	font-size: 35px;
	line-height: 35px;
}
.text_containers h2 {
	padding-top: 10px;
	padding-bottom: 20px;
}
/* ----------- footer ----------- */
.footer_container {
	width: 100%;
	margin: 0;
	padding: 0;
}
.footer_contents {
	width: 85%;
	margin: 0 auto;
	padding: 0;
	padding-top: 80px;
}
.footer_contents > div > div.uk-grid>* {
	padding-left: 0;
}
.footerFirstLink {
	font-size: 15px;
	font-weight: 500;
}
.footerFirstLink a {
	text-align: center;
}
.social_icons span {
	color: #fff;
}
.social_icons {
}
.social_icons ul li a {
	border: 2px solid #fff;
	padding: 12px 10px;
}
.footer_submenu {
	padding-top: 5px;
}
.footer_submenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer_submenu ul li a {
	font-size: 13px;
	padding: 3px 0;
}
.footer_bottom {
	width: 100%;
	margin: 0 auto;
	padding-top: 30px;
	padding-bottom: 20px;
}
.footer_bottom .uk-grid>* {
	padding-left: 0;
}
.footer_bottom .uk-grid {
	margin-left: 0;
}
.footer_bottom span {
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	font-size: 12px;
	padding-top: 13px;
	display: block;
}
.footer_logo {
	width: 85%;
	padding-right: 0;
}
.footer_logo img {
	max-width: 70%;
}
.footer_logo [class*=uk-align] {
	margin-bottom: 0;
}
}

/* Landscape */
@media only screen and (min-device-width: 414px) and (max-device-width: 734px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
.video_title {
	font-size: 25px;
	line-height: 26px;
	padding-top: 50px;
}
.video_texts {
	font-size: 11px;
	line-height: 12px;
}
.readmoreBtn {
	width: 50px;
}
.logo_container {
	left: 5%;
	top: 3%;
}
.logo {
	max-width: 30%;
}
.menu_top_container {
	top: 5%;
	right: 5%;
}
.menu_container ul li {
	font-size: 10px;
	line-height: 10px;
}
#menu_contents .uk-width-expand {
	padding-left: 10px;
}
.text_containers h1 {
	font-size: 35px;
	line-height: 35px;
}
.text_containers h2 {
	padding-top: 10px;
	padding-bottom: 20px;
}
/* ----------- footer ----------- */
.footer_container {
	width: 100%;
	margin: 0;
	padding: 0;
}
.footer_contents {
	width: 85%;
	margin: 0 auto;
	padding: 0;
	padding-top: 80px;
}
.footer_contents > div > div.uk-grid>* {
	padding-left: 0;
}
.footerFirstLink {
	font-size: 15px;
	font-weight: 500;
}
.footerFirstLink a {
	text-align: center;
}
.social_icons span {
	color: #fff;
}
.social_icons {
}
.social_icons ul li a {
	border: 2px solid #fff;
	padding: 12px 10px;
}
.footer_submenu {
	padding-top: 5px;
}
.footer_submenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer_submenu ul li a {
	font-size: 13px;
	padding: 3px 0;
}
.footer_bottom {
	width: 73% !important;
	margin: 0 auto;
	padding-top: 40px;
	padding-bottom: 8px;
}
.footer_bottom .uk-grid>* {
	padding-left: 0;
}
.footer_bottom .uk-grid {
	margin-left: 0;
}
.footer_bottom span {
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	font-size: 10px;
	padding-top: 20px;
	display: block;
}
.footer_logo {
	width: 100%;
	padding-right: 0;
}
.footer_logo img {
	max-width: 30%;
}
.footer_logo [class*=uk-align] {
	margin-bottom: 0;
}
.footer_logo::after {
	content: '';
	height: 32px;
	width: 4px;
	margin-right: 20px;
	margin-top: -20px;
}
.footer_bottom strong {
	padding-left: 20px;
}
}

/* Portrait and Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
.video_title {
	font-size: 25px !important;
	line-height: 26px;
}
.video_title_text {
	width: 100%;
}
.video_title_divider {
	width: 80px;
	height: 2px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.video_texts {
	font-size: 11px;
	line-height: 12px;
}
.readmoreBtn {
	width: 50px;
}
.logo_container {
	left: 5%;
	top: 3%;
}
.logo {
	max-width: 40%;
}
.menu_top_container {
	top: 5%;
	right: 5%;
}
.burger_menu {
	width: 50%;
	float: right;
}
.scrollBtn_container {
	bottom: 5%;
	right: 5%;
}
.scrollBtn {
	width: 20%;
}
.menu_container {
/*display: none;*/
}
.menu_container ul {
	padding-right: 10px;
}
.menu_container ul li {
	font-family: 'gothambold', sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 8px;
	line-height: 8px;
	color: #FFFFFF;
}
#menu_contents .uk-width-expand {
	padding-left: 10px;
}
.text_containers h1 {
	font-size: 35px;
	line-height: 35px;
}
.text_containers h2 {
	padding-top: 10px;
	padding-bottom: 20px;
}
/* ----------- footer ----------- */
.footer_container {
	width: 100%;
	margin: 0;
	padding: 0;
}
.footer_contents {
	width: 85%;
	margin: 0 auto;
	padding: 0;
	padding-top: 80px;
}
.footer_contents > div > div.uk-grid>* {
	padding-left: 0;
}
.footerFirstLink {
	font-size: 15px;
	font-weight: 500;
}
.footerFirstLink a {
	text-align: center;
}
.social_icons span {
	color: #fff;
}
.social_icons {
}
.social_icons ul li a {
	border: 2px solid #fff;
	padding: 12px 10px;
}
.footer_submenu {
	padding-top: 5px;
}
.footer_submenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer_submenu ul li a {
	font-size: 13px;
	padding: 3px 0;
}
.footer_bottom {
	width: 100%;
	margin: 0 auto;
	padding-top: 30px;
	padding-bottom: 20px;
}
.footer_bottom .uk-grid>* {
	padding-left: 0;
}
.footer_bottom .uk-grid {
	margin-left: 0;
}
.footer_bottom span {
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	font-size: 12px;
	padding-top: 13px;
	display: block;
}
.footer_logo {
	width: 85%;
	padding-right: 0;
}
.footer_logo img {
	max-width: 70%;
}
.footer_logo [class*=uk-align] {
	margin-bottom: 0;
}
}

/* Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
.video_title {
	font-size: 30px;
	line-height: 31px;
	padding-top: 50px;
}
.video_texts {
	font-size: 16px;
	line-height: 17px;
	width: 60%;
}
.readmoreBtn {
	width: 50px;
}
.logo_container {
	left: 4%;
	top: 4%;
}
.logo {
	max-width: 30%;
}
.menu_top_container {
	top: 5%;
	right: 5%;
}
.menu_container ul li {
	font-size: 10px;
	line-height: 10px;
}
#menu_contents .uk-width-expand {
	padding-left: 10px;
}
.text_containers h1 {
	font-size: 35px;
	line-height: 35px;
}
.text_containers h2 {
	padding-top: 10px;
	padding-bottom: 20px;
}
/* ----------- footer ----------- */
.footer_container {
	width: 100%;
	margin: 0;
	padding: 0;
}
.footer_contents {
	width: 85%;
	margin: 0 auto;
	padding: 0;
	padding-top: 80px;
}
.footer_contents > div > div.uk-grid>* {
	padding-left: 0;
}
.footerFirstLink {
	font-size: 15px;
	font-weight: 500;
}
.footerFirstLink a {
	text-align: center;
}
.social_icons span {
	color: #fff;
}
.social_icons {
}
.social_icons ul li a {
	border: 2px solid #fff;
	padding: 12px 10px;
}
.footer_submenu {
	padding-top: 5px;
}
.footer_submenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer_submenu a {
}
.footer_submenu ul li a {
	font-size: 13px;
	padding: 3px 0;
}
.footer_bottom {
	width: 100%;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
.footer_bottom .uk-grid>* {
	padding-left: 0;
}
.footer_bottom .uk-grid {
	margin-left: 0;
}
.footer_bottom span {
	font-size: 12px;
	padding-top: 20px;
	display: block;
}
.footer_logo {
	width: 86%;
	padding-right: 0;
}
.footer_logo img {
	max-width: 30%;
}
.footer_logo::after {
	content: '';
	height: 40px;
	width: 3px;
	margin-right: 20px;
	margin-top: -25px;
}
.footer_bottom span {
	font-size: 12px;
	padding-top: 25px !important;
	display: block;
}
.footer_bottom strong {
	padding-left: 20px;
}
}

/* ----------- iPhone 6, 6S, 7 and 8 ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
.video_title {
	font-size: 25px;
	line-height: 26px;
}
.video_title_text {
	width: 100%;
}
.video_title_divider {
	width: 80px;
	height: 2px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.video_texts {
	font-size: 11px;
	line-height: 12px;
}
.readmoreBtn {
	width: 50px;
}
.logo_container {
	left: 5%;
	top: 3%;
}
.logo {
	max-width: 40%;
}
.menu_top_container {
	top: 5%;
	right: 5%;
}
.burger_menu {
	width: 50%;
	float: right;
}
.scrollBtn_container {
	bottom: 5%;
	right: 5%;
}
.scrollBtn {
	width: 20%;
}
.menu_container {
/*display: none;*/
}
.menu_container ul {
	padding-right: 10px;
}
.menu_container ul li {
	font-family: 'gothambold', sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 7px;
	line-height: 8px;
	color: #FFFFFF;
}
#menu_contents .uk-width-expand {
	padding-left: 10px;
}
.text_containers h1 {
	font-size: 35px;
	line-height: 35px;
}
.text_containers h2 {
	padding-top: 10px;
	padding-bottom: 20px;
}
/* ----------- footer ----------- */
.footer_container {
	width: 100%;
	margin: 0;
	padding: 0;
}
.footer_contents {
	width: 85%;
	margin: 0 auto;
	padding: 0;
	padding-top: 80px;
}
.footer_contents > div > div.uk-grid>* {
	padding-left: 0;
}
.footerFirstLink {
	font-size: 15px;
	font-weight: 500;
}
.footerFirstLink a {
	text-align: center;
}
.social_icons span {
	color: #fff;
}
.social_icons {
}
.social_icons ul li a {
	border: 2px solid #fff;
	padding: 12px 10px;
}
.footer_submenu {
	padding-top: 5px;
}
.footer_submenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer_submenu ul li a {
	font-size: 13px;
	padding: 3px 0;
}
.footer_bottom {
	width: 100%;
	margin: 0 auto;
	padding-top: 30px;
	padding-bottom: 20px;
}
.footer_bottom .uk-grid>* {
	padding-left: 0;
}
.footer_bottom .uk-grid {
	margin-left: 0;
}
.footer_bottom span {
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	font-size: 12px;
	padding-top: 13px;
	display: block;
}
.footer_logo {
	width: 85%;
	padding-right: 0;
}
.footer_logo img {
	max-width: 70%;
}
.footer_logo [class*=uk-align] {
	margin-bottom: 0;
}
.footer_logo::after {
	content: '';
	height: 32px;
	width: 4px;
	margin-right: 20px;
	margin-top: -20px;
}
.footer_bottom strong {
	padding-left: 20px;
}
}

/* Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
.video_title {
	font-size: 25px;
	line-height: 26px;
	padding-top: 50px;
}
.video_texts {
	font-size: 11px;
	line-height: 12px;
}
.readmoreBtn {
	width: 50px;
}
.logo_container {
	left: 5%;
	top: 3%;
}
.logo {
	max-width: 30%;
}
.menu_top_container {
	top: 5%;
	right: 5%;
}
.menu_container ul li {
	font-size: 10px;
	line-height: 10px;
}
#menu_contents .uk-width-expand {
	padding-left: 10px;
}
.text_containers h1 {
	font-size: 35px;
	line-height: 35px;
}
.text_containers h2 {
	padding-top: 10px;
	padding-bottom: 20px;
}
/* ----------- footer ----------- */
.footer_container {
	width: 100%;
	margin: 0;
	padding: 0;
}
.footer_contents {
	width: 85%;
	margin: 0 auto;
	padding: 0;
	padding-top: 80px;
}
.footer_contents > div > div.uk-grid>* {
	padding-left: 0;
}
.footerFirstLink {
	font-size: 15px;
	font-weight: 500;
}
.footerFirstLink a {
	text-align: center;
}
.social_icons span {
	color: #fff;
}
.social_icons {
}
.social_icons ul li a {
	border: 2px solid #fff;
	padding: 12px 10px;
}
.footer_submenu {
	padding-top: 5px;
}
.footer_submenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer_submenu ul li a {
	font-size: 13px;
	padding: 3px 0;
}
.footer_bottom {
	width: 80%;
	margin: 0 auto;
	padding-top: 40px;
	padding-bottom: 8px;
}
.footer_bottom .uk-grid>* {
	padding-left: 0;
}
.footer_bottom .uk-grid {
	margin-left: 0;
}
.footer_bottom span {
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	font-size: 10px;
	padding-top: 20px;
	display: block;
}
.footer_logo {
	width: 100%;
	padding-right: 0;
}
.footer_logo img {
	max-width: 30%;
}
.footer_logo [class*=uk-align] {
	margin-bottom: 0;
}
.footer_logo::after {
	content: '';
	height: 32px;
	width: 4px;
	margin-right: 20px;
	margin-top: -20px;
}
.footer_bottom strong {
	padding-left: 20px;
}
}

/* ----------- iPhone 5, 5S, 5C and 5SE ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
.video_title {
	font-size: 25px;
	line-height: 26px;
}
.video_title_text {
	width: 100%;
}
.video_title_divider {
	width: 80px;
	height: 2px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.video_texts {
	font-size: 11px;
	line-height: 12px;
}
.readmoreBtn {
	width: 50px;
}
.logo_container {
	left: 5%;
	top: 3%;
}
.logo {
	max-width: 40%;
}
.menu_top_container {
	top: 5%;
	right: 5%;
}
.burger_menu {
	width: 50%;
	float: right;
}
.scrollBtn_container {
	bottom: 5%;
	right: 5%;
}
.scrollBtn {
	width: 20%;
}
.menu_container {
/*display: none;*/
}
.menu_container ul {
	padding-right: 10px;
}
.menu_container ul li {
	font-family: 'gothambold', sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 7px;
	line-height: 8px;
	color: #FFFFFF;
}
#menu_contents .uk-width-expand {
	padding-left: 10px;
}
.text_containers h1 {
	font-size: 35px;
	line-height: 35px;
}
.text_containers h2 {
	padding-top: 10px;
	padding-bottom: 20px;
}
/* ----------- footer ----------- */
.footer_container {
	width: 100%;
	margin: 0;
	padding: 0;
}
.footer_contents {
	width: 85%;
	margin: 0 auto;
	padding: 0;
	padding-top: 43px;
}
.footer_contents > div > div.uk-grid>* {
	padding-left: 0;
}
.footerFirstLink {
	font-size: 18px;
	font-weight: 500;
}
.footerFirstLink a {
	text-align: center;
}
.social_icons span {
	color: #fff;
}
.social_icons {
}
.social_icons ul li a {
	border: 2px solid #fff;
	padding: 12px 10px;
}
.footer_submenu {
	padding-top: 0;
}
.footer_submenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer_submenu ul li a {
	font-size: 16px;
	line-height: 20px;
	padding: 3px 0;
}
.footer_bottom {
	width: 100%;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
.footer_bottom .uk-grid>* {
	padding-left: 0;
}
.footer_bottom .uk-grid {
	margin-left: 0;
}
.footer_bottom span {
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	font-size: 12px;
	padding-top: 5px;
	display: inline-block;
}
.footer_logo {
	width: 85%;
	padding-right: 0;
}
.footer_logo img {
	max-width: 59%;
}
.footer_logo [class*=uk-align] {
	margin-bottom: 0;
}
.footer_logo::after {
	content: no;
	height: 0;
	width: 0;
	margin-right: 0;
	margin-top: 0;
}
.footer_bottom span {
	font-size: 12px;
	padding-top: 0 !important;
	display: inline-block;
}
.footer_bottom strong {
	padding-left: 0;
}
}

/* Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
.video_title {
	font-size: 25px;
	line-height: 26px;
	padding-top: 50px;
}
.video_texts {
	font-size: 11px;
	line-height: 12px;
}
.readmoreBtn {
	width: 50px;
}
.logo_container {
	left: 5%;
	top: 3%;
}
.logo {
	max-width: 30%;
}
.menu_top_container {
	top: 5%;
	right: 5%;
}
.menu_container ul li {
	font-size: 7px;
	line-height: 8px;
}
#menu_contents .uk-width-expand {
	padding-left: 10px;
}
.text_containers h1 {
	font-size: 35px;
	line-height: 35px;
}
.text_containers h2 {
	padding-top: 10px;
	padding-bottom: 20px;
}
/* ----------- footer ----------- */
.footer_container {
	width: 100%;
	margin: 0;
	padding: 0;
}
.footer_contents {
	width: 85%;
	margin: 0 auto;
	padding: 0;
	padding-top: 80px;
}
.footer_contents > div > div.uk-grid>* {
	padding-left: 0;
}
.footerFirstLink {
	font-size: 15px;
	font-weight: 500;
}
.footerFirstLink a {
	text-align: center;
}
.social_icons span {
	color: #fff;
}
.social_icons {
}
.social_icons ul li a {
	border: 2px solid #fff;
	padding: 12px 10px;
}
.footer_submenu {
	padding-top: 5px;
}
.footer_submenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer_submenu ul li a {
	font-size: 13px;
	padding: 3px 0;
}
.footer_bottom {
	width: 100%;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
.footer_bottom .uk-grid>* {
	padding-left: 0;
}
.footer_bottom .uk-grid {
	margin-left: 0;
}
.footer_bottom span {
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	font-size: 12px;
	padding-top: 13px !important;
	display: block;
}
.footer_logo {
	width: 85%;
	padding-right: 0;
}
.footer_logo img {
	max-width: 39%;
}
.footer_logo [class*=uk-align] {
	margin-bottom: 0;
}
}

@media only screen and (max-device-width: 540px) {
.video_title {
	font-size: 35px;
	line-height: 36px;
	padding-top: 80px;
}
.video_title_text {
	width: 100%;
}
.video_title_divider {
	width: 80px;
	height: 2px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.video_texts {
	font-size: 16px;
	line-height: 17px;
	width: 70%;
}
.readmoreBtn {
	width: 60px;
}
.logo_container {
	left: 5%;
	top: 3%;
}
.logo {
	max-width: 40%;
}
.menu_top_container {
	top: 5%;
	right: 5%;
}
.burger_menu {
	width: 50%;
	float: right;
}
.scrollBtn_container {
	bottom: 5%;
	right: 5%;
}
.scrollBtn {
	width: 20%;
}
.menu_container {
/*display: none;*/
}
.menu_container ul {
	padding-right: 10px;
}
.menu_container ul li {
	font-family: 'gothambold', sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 10px;
	line-height: 11px;
	color: #FFFFFF;
}
#menu_contents .uk-width-expand {
	padding-left: 10px;
}
.text_containers h1 {
	font-size: 35px;
	line-height: 35px;
}
.text_containers h2 {
	padding-top: 10px;
	padding-bottom: 20px;
}
}

/* ----------- iPhone 4 and 4S ----------- */
/* Portrait */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
.video_title {
	font-size: 35px;
	line-height: 36px;
	padding-top: 35px;
}
.video_title_text {
	width: 100%;
}
.video_title_divider {
	width: 80px;
	height: 2px;
	margin-top: 20px;
	margin-bottom: 10px;
}
.video_texts {
	font-size: 16px;
	line-height: 17px;
}
.readmoreBtn {
	width: 50px;
}
.logo_container {
	left: 5%;
	top: 3%;
}
.logo {
	max-width: 50%;
}
.menu_top_container {
	top: 5%;
	right: 5%;
}
.burger_menu {
	width: 50%;
	float: right;
}
.scrollBtn_container {
	bottom: 5%;
	right: 5%;
}
.scrollBtn {
	width: 20%;
}
.menu_container {
/*display: none;*/
}
.menu_container ul {
	padding-right: 10px;
}
.menu_container ul li {
	font-family: 'gothambold', sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 7px;
	line-height: 8px;
	color: #FFFFFF;
}
#menu_contents .uk-width-expand {
	padding-left: 10px;
}
.text_containers h1 {
	font-size: 35px;
	line-height: 35px;
}
.text_containers h2 {
	padding-top: 10px;
	padding-bottom: 20px;
}
.social_icons {
	width: 100%;
}
}

/* Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
.video_title {
	font-size: 25px;
	line-height: 26px;
	padding-top: 30px;
}
.video_texts {
	font-size: 11px;
	line-height: 12px;
}
.readmoreBtn {
	width: 30px;
}
.logo_container {
	left: 5%;
	top: 3%;
}
.logo {
	max-width: 30%;
}
.menu_top_container {
	top: 5%;
	right: 5%;
}
.menu_container ul li {
	font-size: 7px;
	line-height: 8px;
}
#menu_contents .uk-width-expand {
	padding-left: 10px;
}
.text_containers h1 {
	font-size: 35px;
	line-height: 35px;
}
.text_containers h2 {
	padding-top: 10px;
	padding-bottom: 20px;
}
}

/* Portrait and Landscape */
@media only screen and (min-device-width: 960px) and (max-device-width: 1365px)and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
.video_title {
	font-size: 75px !important;
	line-height: 76px !important;
}
.video_title_text {
	width: 100%;
}
.video_title_divider {
	width: 120px !important;
	height: 5px !important;
	margin-top: 40px !important;
	margin-bottom: 30px !important;
}
.video_texts {
	font-size: 30px !important;
	line-height: 31px !important;
	width: 80% !important;
}
.readmoreBtn {
	width: 100px !important;
}
.logo_container {
	left: 5%;
	top: 3%;
}
.logo {
	max-width: 70% !important;
}
.menu_top_container {
	top: 5%;
	right: 5%;
}
.burger_menu {
	width: 80% !important;
	float: right;
}
.scrollBtn_container {
	bottom: 8% !important;
	right: 5%;
}
.scrollBtn {
	width: 40% !important;
}
.menu_container {
/*display: none;*/
}
.menu_container ul {
	padding-right: 10px;
}
.menu_container ul li {
	font-family: 'gothambold', sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 13px;
	color: #FFFFFF;
}
#menu_contents .uk-width-expand {
	padding-left: 10px;
}
.text_containers h1 {
	font-size: 55px;
	line-height: 55px;
}
.text_containers h2 {
	padding-top: 170px;
}
/* ----------- footer ----------- */
.footer_container {
	width: 100%;
	margin: 0;
	padding: 0;
}
.footer_contents {
	width: 85%;
	margin: 0 auto;
	padding: 0;
	padding-top: 80px;
}
.footer_contents > div > div.uk-grid>* {
	padding-left: 0;
}
.footerFirstLink {
	font-size: 15px;
	font-weight: 500;
}
.footerFirstLink a {
	text-align: center;
}
.social_icons span {
	color: #fff;
}
.social_icons {
}
.social_icons ul li a {
	border: 2px solid #fff;
	padding: 12px 10px;
}
.footer_submenu {
	padding-top: 5px;
}
.footer_submenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer_submenu a {
}
.footer_submenu ul li a {
	font-size: 13px;
	padding: 3px 0;
}
.footer_bottom {
	width: 70% !important;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 10px;
}
.footer_bottom .uk-grid>* {
	padding-left: 0;
}
.footer_bottom .uk-grid {
	margin-left: 0;
}
.footer_bottom span {
	font-size: 12px;
	padding-top: 28px !important;
	display: block;
}
.footer_logo {
	width: 100%;
	padding-right: 0;
}
.footer_logo img {
	max-width: 35% !important;
}
.footer_logo::after {
	content: '';
	height: 30px;
	width: 3px;
	margin-right: 20px;
	margin-top: -20px;
}
.footer_bottom strong {
	padding-left: 20px;
}
}

@media only screen and (min-width: 303px) {
    .menu_container ul li a { 
        font-size: 3px; 
        
    }
    .menu_container .uk-card-body {
    	padding: 23px 6px;
    }
}

@media only screen and (min-width: 368px) {
    .menu_container ul li a { 
        font-size: 4px; 
        
    }
    .menu_container .uk-card-body {
    	padding: 23px 6px;
    }
}

@media only screen and (min-width: 412px) {
    .menu_container ul li a { 
        font-size: 5px; 
        
    }
    .menu_container .uk-card-body {
    	padding: 23px 6px;
    }
}
@media only screen and (min-width: 541px) {
    .menu_container ul li a { 
        font-size: 7px; 
        
    }
    .menu_container .uk-card-body {
    	padding: 23px 8px;
    }
}
@media only screen and (min-width: 670px) {
    .menu_container ul li a { 
        font-size: 9px; 
        
    }
    .menu_container .uk-card-body {
    	padding: 23px 10px;
    }
}
@media only screen and (min-width: 800px) {
    .menu_container ul li a { 
        font-size: 11px; 
        
    }
    .menu_container .uk-card-body {
    	padding: 23px 20px;
    }
}

@media only screen and (max-width: 639px) {
    .desktop-tech {display: none;}
}
