@-webkit-keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
#MyTicker {
  position: fixed;
  bottom: 0;
  width: 100%;
  overflow: hidden;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.9);
  padding-left: 100%;
	z-index: 1000;
}

.ticker {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  white-space: nowrap;
	vertical-align: middle;
  padding-right: 100%;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-name: ticker;
  animation-name: ticker;
  -webkit-animation-duration: 1200s;
  animation-duration: 1200s;
}
.ticker__item {
  display: inline-block;
	height: 40px;
  line-height: 40px;
  padding: 0 1rem;
  font-size: 12px;
  color: white;
	vertical-align: middle;
}

.ticker__item img {
	position: relative;
  display: inline-block;
	height: 12px;
	width: auto;
  line-height: 40px;
  padding: 4px 0;
  font-size: 12px;
  color: white;
	vertical-align: middle;
}

.ticker-head {
	position: fixed;
  	bottom: 0;
  	width: 120px;
  	overflow: hidden;
  	height: 40px;
  	background-color: rgba(255, 203, 5, 1);
	border: none;
	display: inline-block;
	z-index: 1001;
	color: aliceblue;
	line-height: 40px;
	font-size: 20px;
	text-align: center;
	font-weight: 700;
}


@keyframes FadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes TopFadeIn {
	0% {
		opacity: 0;
		top: 10px;
    }
	50% {
		opacity: 1;
		top: 100px;
    }
	100% {
		opacity: 1;
		top: 200px;
    }
}

body, html {
	height: 100%;
	margin: 0;

}

body {
	 font-size: 100%;
    font-family: 'Raleway', sans-serif;
    color: rgba(0, 0, 0, 1);
    background-color: white;
    animation-name: FadeIn;
    -webkit-animation-name: FadeIn;
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
	-webkit-font-smoothing: antialiased;
}

.serif {
	font-family: 'Playfair Display', serif;
}

p{
    font-size: 18px;
    font-weight: 400; 
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 0;
	padding-bottom: 20px;
}

h1{
    font-size: 60px; 
    font-weight: 700;
    -webkit-margin-before: 20px;
    -webkit-margin-after: 20px;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 0;
}

h2{
    font-size: 40px;
    font-weight: 700;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 0;
}

h3{
    font-size: 30px;
    font-weight: 700;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 0;
}

h4{
    font-size: 20px;
    font-weight: 700; 
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 0;
}

a {
	color: rgba(0, 116, 188, 1);
	text-decoration: none;
}

a:hover {
	color: rgba(0, 116, 188, 1);
	text-decoration: none;
}

img {
	max-width: 100%;
}

ul {
    list-style-image: url('../img/bullet.svg');
}

li {
    line-height: 20px;
}


.col1, .col2, .col3, .col3com, .col4, .col4com, .col5, .col5com{
	float: left;
	position: relative;
	height: auto;
	bottom: 0px;
}

.col1{
	width: 100%;
	clear: both;
}
.col2{
	width: 50%;
}
.col3{
	width: 33.33333%;
}
.col3com{
	width: 66.66667%;
}
.col4{
	width: 25%;
}
.col4com{
	width: 75%;
}
.col5{
	width: 20%;
}
.col5com{
	width: 80%;
}

.colpad{
	width: 80%;
	padding-left: 20px;
}

.rowpad{
	padding-bottom: 40px;
	height: auto;
}

.float_left{
	float: left;
}

.title_font {
	font-size: 36px;
    font-weight: 700;
	padding-bottom: 20px;
	padding-top: 30px;
}

.subtitle_font {
	font-size: 24px;
    font-weight: 700;
	padding-bottom: 20px;
}

.content_font {
	font-size: 16px;
    font-weight: 400;
	padding-bottom: 20px;
	line-height: 30px;
}

.fa{
	font-size: 40px;
}

.grad1{
    background: -webkit-linear-gradient(left top, rgba(53, 73, 94, 0.9), rgba(40, 37, 97, 1)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom right, rgba(53, 73, 94, 0.9), rgba(40, 37, 97, 1)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom right, rgba(53, 73, 94, 0.9), rgba(40, 37, 97, 1)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom right, rgba(53, 73, 94, 0.9), rgba(40, 37, 97, 1)); /* Standard syntax (must be last) */
}

.grad2{
     background: -webkit-radial-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 1)); /* For Safari 5.1 to 6.0 */
    background: -o-radial-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 1)); /* For Opera 11.1 to 12.0 */
    background: -moz-radial-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 1)); /* For Firefox 3.6 to 15 */
    background: radial-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 1)); /* Standard syntax (must be last) */
}

.grad3{
    background: -webkit-linear-gradient(bottom right, rgba(3, 116, 188, 0.9), rgba(40, 37, 97, 1)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(left top, rgba(3, 116, 188, 0.9), rgba(40, 37, 97, 1)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(left top, rgba(3, 116, 188, 0.9), rgba(40, 37, 97, 1)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to left top, rgba(3, 116, 188, 0.9), rgba(40, 37, 97, 1)); /* Standard syntax (must be last) */
}

/*header*/
.nav-header {
    background-color: rgba(255, 255, 255, 0);
    height: 80px;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 100;
}

#navbar {
    background-color: rgba(255, 255, 255, 0.95);
    position: fixed;
    top: -80px;
    width: 100%;
    display:block;
    transition: top 0.3s;
    z-index: 105;
}

.nav-logo {
	height: 60px;
	width: auto;
	position: absolute;
	top: 10px;
	float: left;
	left: 50px;
	z-index: 101;
}

.nav-logo img {
	display: block;
	height: 60px;
	width: auto;
}

.nav-primary {
    text-align: right;
	top: 80px;
	line-height: 80px;
	right: 50px;
}

.menu {
    margin: 0 50px 0 0;
}
.menu a {
    clear: right;
	text-decoration: none;
	color: white;
	line-height: 80px;
	padding: 10px;
	font-weight: 400;
	font-size: 18px;
}

.menu a:hover{
	color: rgba(0, 116, 188, 1);
	background-color: white;
	text-decoration: none;
}

.menu-w {
    margin: 0 50px 0 0;
}

.menu-w a {
	clear: right;
	text-decoration: none;
	color: rgba(0, 116, 188, 1);
	line-height: 80px;
	padding: 10px;
	font-weight: 400;
	font-size: 18px;
}

.menu-w a:hover{
    color: white;
    background-color: rgba(0, 116, 188, 1);
	text-decoration: none;
}

label[for="toggle"] {
    margin: 0 50px 0 0;
    font-size: 30px;
    line-height: 80px;
    display: none;
    width: 30px;
    float: right;
}

label[for="toggle-w"] {
    margin: 0 50px 0 0;
    font-size: 30px;
    line-height: 80px;
    display: none;
    width: 30px;
    float: right;
}

#toggle, #toggle-w {
    display: none;
}

.share {
    float: left;
    text-align: left;
    width: 300px;
	display: block;
	clear: both;
}

.share a {
    position: relative;
	display: inline-block;
	width: 30px;
	height: 30px;
	color: rgba(0, 116, 188, 1);
	text-align: center;
    margin-left: 3px;
	line-height: 30px;
}

.share a:hover{
    opacity: 1;
	background-color: rgba(0, 116, 188, 1);
	color: white;
}

/*footer*/

.footer{
    background: rgba(3, 116, 188, 1);
    height: auto;
    padding: 25px 50px;
    clear: both;
	overflow: hidden;
}

.footer-line{
     border-bottom: 1px solid white;
     width: 100%;
     padding: 50px 0;
}

.footer-menu {
    float: left;
    padding: 40px 0 60px 0;
    width: 400px;
}

.footer-menu a {
    clear: right;
    text-decoration: none;
    color: white;
    padding: 10px;
    line-height: 20px;
    font-weight: 400;
}

.footer-menu a:hover{
    color: rgba(0, 116, 188, 1);
    background-color: white;
}

.footer-social {
    float: right;
    text-align: right;
    padding: 40px 0 0 0;
    width: 250px;
}

.footer-social a {
    position: relative;
	display: inline-block;
	width: 30px;
	height: 30px;
	color: #ffffff;
	text-align: center;
    margin-left: 3px;
	line-height: 30px;
}

.footer-social a:hover{
    opacity: 1;
	color: rgba(0, 116, 188, 1);
	background-color: white;
	text-decoration: none;
}

.footer-copyright{
     color: white;
}

.footer-logo{
    position: absolute;
    height: 60px;
    width: auto;
    left: 50px;
    z-index: 101;
}

.footer-logo img {
    display: block;
    height: 60px;
    width: auto;
}

.footer-solution{
    float: left;
    padding: 30px 0 30px 90px;
}

.footer-solution a {
    clear: right;
    text-decoration: none;
    color: white;
    line-height: 20px;
    font-weight: 400;
    padding: 10px;
}

.footer-solution a:hover{
    color: rgba(0, 116, 188, 1);
    background-color: white;
	text-decoration: none;
}

.footer-contact {
    text-align: center;
    width: 100%;
    height: 150px;
    clear: both;
    line-height: 150px;
    background-color: rgba(242, 242, 242, 0);
	position: relative;
}


/*footer*/
.footer-contact p{
    vertical-align: middle;
	color: white;
}

.btn-footer {
    padding: 10px;
}

.btn-footer:hover{
    background-color: rgba(0, 116, 188, 1);
    color: white;
}

.btn-blue {
    padding: 10px;
}

.btn-blue:hover{
    color: rgba(0, 116, 188, 1);
    background-color: white;
}

.btn-action {
    padding: 10px;
	border-color: rgba(0, 116, 188, 1);
	border-width: 1px;
	border-style: solid;
	display: inline-block;
}

.btn-action:hover{
    color: white;
    background-color: rgba(0, 116, 188, 1);
}

.hero {
    margin: 0;
    height: 100%;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
}

.hero-small {
    margin: 0;
    height: 80px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
}

.hero-text {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50px;
	right: 50px;
    transform: translate(0%, -50%);
    color: white;
    width: auto;
    animation-name: FadeIn;
    -webkit-animation-name: FadeIn;
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
}

.hero-text h1{
	font-size: 60px;
	text-align: center;
	line-height: 80px;
	width: 100%;
}

.hero-text p {
    width: 100%;
	font-size: 30px;
    text-align: center;
    margin: 0;
}

.hero-text a{
    color: white;
}

.hero-text a:hover {
    color: rgba(0, 116, 188, 1);
	background-color: white;
	text-decoration: none;
}

.row{
	height: auto;
	display: inline-block;
	width: 100%;
}

.quote{
    margin: 0;  
    padding: 50px;
    height: auto; 
    background-color: rgba(53, 73, 94, 1);
    color: white; 
    clear: both;
}

.blog {
    text-align: center;
    line-height: 80px;
    color: black;
	clear: left;
}

.blog-list {
    margin: 0;
}

.blog-list a {
    clear: both;
    text-decoration: none;
    color: black;
    line-height: 40px 0;
    padding: 40px 50px;
    display: block;
}

.blog-list a:hover{
    background-color: rgba(0, 116, 188, 1);
    color: white;
	text-decoration: none;
}

.blog-list b {
    color: lightgray;
	font-weight: 700;
}

.blog-list p {
    line-height: 30px;
    padding: 0 50px;
    text-align: center;
}

.blog-line{
    border-bottom: 1px solid lightgray;
    width: 10%;
    margin: 0 45%;
}

#blog-type{
	color: lightgray;
	
}

.nav-secondary {
    text-align: center;
    line-height: 20px;
    display: inline-block;
}

.nav-secondary a{
    text-align: center;
}

.tablink {
    background-color: white;
    border: none;
    color: rgba(0, 0, 0, 1);
    padding: 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}

.tablink:hover {
    background-color: rgba(0, 116, 188, 1);
    border: none;
    color: white;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}

.tablink-blue {
    background-color: rgba(0, 116, 188, 1);
    border: none;
    color: white;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;

}

.banned {
    background-color: rgba(0, 116, 188, 1);
}


/* -------------------------------- 

xslide 

-------------------------------- */
.cd-headline {
	font-size: 70px; 
	font-weight: 700;
	-webkit-margin-before: 20px;
	-webkit-margin-after: 20px;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0;
	-webkit-padding-start: 0;
}

.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
	color: #0374BC;
}
.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}
.cd-words-wrapper b.is-visible {
  position: relative;
}
.no-js .cd-words-wrapper b {
  opacity: 0;
}
.no-js .cd-words-wrapper b.is-visible {
  opacity: 1;
}

.cd-headline.clip span {
  display: inline-block;
}
.cd-headline.clip .cd-words-wrapper {
  overflow: hidden;
  vertical-align: bottom;
}
.cd-headline.clip .cd-words-wrapper::after {
  /* line */
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background-color: #aebcb9;
}
.cd-headline.clip b {
  opacity: 0;
}
.cd-headline.clip b.is-visible {
  opacity: 1;
}

.contact {
	width: 100%;
	padding: 0 50px;
}

.contact_email {
	padding: 15px 0px;
}

.map-holder{
    left: 0px;
    right: 0px;
    clear: both;
    width: 100%;
    z-index: -1;
	overflow: hidden;
	display: flex;
}

.map{ 
    width: 66%;
    height: 400px;
    z-index: 2;
	right: 0px;
	float: right;
	flex: auto;
	overflow: hidden;
}

.contact_detail{
	height: 380px;
	padding-left: 50px;
	width: 100%;
}

.qc_detail{
	padding: 20px 50px;
}

.qc_image{
	height: 250px;
	width: auto;
	text-align: center;
	padding: 100px 50px;
}

.block{
	display: block;
	padding-bottom: 20px;
}

.main-content{
    margin: 30px 50px;   
    padding: 0 0 30px 0;
    height: auto; 
	clear: both;
}

.main-content h2{
    text-align: center;
    padding: 30px;
	height: auto;
	clear: both;
}

.credos {
	padding: 60px 50px;
	background-color: aliceblue;
	height: auto;
	overflow: hidden;
	clear: both;
}

.blue {
  color: #0374BC }
  .blue.link {
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s; }
    .blue.link:hover, .blue.link:focus {
      color: #27A9E1; }


.quote{
    margin: 0;  
    padding: auto;
    height: auto; 
    background-color: rgba(53, 73, 94, 1);
    color: white; 
    clear: both;
	text-align: center;
}

.col1-img {
    width: 50px;
    height: auto;
	margin: 0 0 20px 0;
	text-align: center;
}

.contact-sidebar{
	padding-top: 90px;
	padding-left: 20px;
}



@media only screen and (max-width: 769px) {
    
    p{
        font-size: 16px;
        font-weight: 400; 
    }
    
    h1{
        font-size: 30px; 
        font-weight: 700;
    }
    
    h2{
        font-size: 20px;
        font-weight: 700;
    }
    
    h3{
        font-size: 18px;
        font-weight: 700;
    }
    
    h4{
        font-size: 16px;
        font-weight: 700; 
    }

    /*header*/

    label[for="toggle"] {
        display: block;
        cursor: pointer;
        color: white
    }

    label[for="toggle-w"] {
        display: block;
        cursor: pointer;
        color: rgba(0, 116, 188, 0.9);
    }

    .menu {
        text-align: center;
        width: 100%;
        display: none;
        background-color: rgba(0, 116, 188, 0.9);
        line-height: 80px;
    }

    .menu a {
        width: 100%;
        line-height: 80px;
        display: block;
        margin: 0;
        color: white;
        font-size: 36px;
        animation-name: TopFadeIn;
        -webkit-animation-name: TopFadeIn;
        animation-duration: 2s;
        -webkit-animation-duration: 2s;
    }

    #toggle:checked + .menu{
        display: block;
        background-color: rgba(0, 116, 188, 0.95);
    }

    .menu-w {
        text-align: center;
        width: 100%;
        display: none;
        background-color: rgba(255, 255, 255, 0.97);
        line-height: 80px;
    }

    .menu-w a {
        width: 100%;
        line-height: 80px;
        display: block;
        margin: 0;
        color: rgba(0, 116, 188, 0.9);
        font-size: 36px;
        animation-name: TopFadeIn;
        -webkit-animation-name: TopFadeIn;
        animation-duration: 2s;
        -webkit-animation-duration: 2s;
    }


    #toggle-w:checked + .menu-w{
        display: block;
        background-color: rgba(255, 255, 255, 0.97);
    }
	
	.footer{
        background-color: rgba(0, 116, 188, 1);
        height: auto;
		display: block;
		clear: both;
    }

    .footer-line{
        display: none;
    }

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

    .footer-social a {
        position: relative;
        display: inline-block;
        width: 30px;
        height: 30px;
        color: #ffffff;
        text-align: center;
        margin-left: 3px;
    }

    .footer-menu {
        text-align: center;
        width: 100%;
        padding: 40px 0 60px 0;
    }

    .footer-logo{
        display: none;
    }

    .footer-solution {
        text-align: center;
        width: 100%;
        padding: 0px;
    }

    .footer-solution a {
        display: block;
        text-align: center;
        color: white;
        margin: 0px;
        line-height: 30px;
        font-weight: 400;
    }

    .footer-contact {
        text-align: center;
        padding: 0 5%;
        width: 90%;
        height: 100px;
		display: block;
    }
	
	.footer-contact {
        padding: 0 5%;
		top: 50%;
        line-height: 50px;
        height: 100px;
		display: block;
    }
	
	.title_font {
		width: auto;
		font-size: 24px;
		font-weight: 700;
		padding-bottom: 15px;
		padding-top: 10px;
	}
	
	.content_font {
		width: auto;
		font-size: 16px;
		font-weight: 400;
		padding-bottom: 10px;
		line-height: 20px;
	}
	
	.contact_email {
		padding: 0px;
	}
	
	.hero-text{
        width: 100%;
		left: 0px;
		 right: 0px;
    }  
	
	.hero-text h1{
		font-size: 30px;
		text-align: center;
		line-height: 50px;
		width: 100%;
	}

	.hero-text p {
		width: 100%;
		font-size: 20px;
		text-align: center;
		margin: 0;
	}
	
	.block{
		display: block;
	}
	
	.map{ 
		width: 100%;
		height: 400px;
		z-index: 2;
	}

	.contact_detail{
		padding: 20px 50px;
		height: auto;
	}
	
	.col1, .col2, .col3, .col3com, .col4, .col4com, .col5, .col5com{
		float: left;
		position: relative;
		bottom: 0px;
		left: 0px;
		right: 0px;
		width: 100%;
	}
	
	.contact-sidebar{
		display: none;
	}
}

