@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600|Raleway:400,700,900&display=swap');
html {
    scroll-behavior: smooth;
}

@media screen and (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body{
	font-family: 'Open Sans',sans-serif;
	font-size: 15px;
	line-height: 28px;
    background: #f1f2fa;
    color: #82848f;
}
h1{
	font-family: 'Raleway', sans-serif;
	font-size: 64px;
    line-height: 70px;
    font-weight: 400;
}
h1 b {
    font-weight: 900;
}
h2{ 
     font-family: 'Raleway', sans-serif;
    font-size: 24px;
    color: #4b5463;
    font-weight: 900;
    line-height: 34px;
}
h2 a {
    color: #a7abb2 !important;
    text-decoration: none;
} 
h3 {
    font-size: 20px;
    line-height: 30px;
}
a{ color: #0030ff; font-weight: 700;}
b {font-weight: 600; color: #55575e; }
li { list-style: none; }
.position li { list-style-type: square; }
 
.color1{color: #18f4f7;}
.color2{color: #6978d7;}
.color3{color: #ee4d22;}
.p100{width: 100%;}
.p75{width: 75%;}
.p66{width: 66.333%;}
.p50{width: 50%;}
.p33{width: 33.333%;}
.p25{width: 25%;}
.fl{float: left;}
.fr{float: right;}
.clr{clear: both;}
.pd10{padding: 10px;}
.pd20{padding: 20px;}
.container {
    width: 85vw;
    padding-left: calc((85vw - 990px)/2);
    margin: auto;
    position: relative;
    padding-right: calc((85vw - 990px)/2);
    min-width: 1000px;
}
.shdw1 {
    -webkit-box-shadow: 0 1px 1px rgba(173,168,168,0.1); 
    box-shadow: 0 1px 1px rgba(173,168,168,0.1); 
    border-bottom: 1px solid rgba(0,0,0,0.1); 
}
.dly1 {
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.white {color: white;}
p{margin: 15px 0;}
blockquote {
    background: #f1f1ec url('../assets/site/quote.png') no-repeat center;
    background-size: contain;
    color: #ee4d22;
    margin: 25px -10px;
    padding: 30px 20px;
    text-align: center;
    font-family: 'Quicksand', sans-serif;
    font-size: 21px;
    line-height: 27px;
}
blockquote h2 {font-family: 'Open Sans', sans-serif; }
header {
    height: 70px;
    text-align: center;
    position: fixed;
    width: 100%;
    z-index: 667;
    top: 0;
    border-bottom: 1px solid rgba(255,255,255,.15);
    display: block;
}
header .container {
    padding: 0;
    background-color: #4c56ab;
    height: 100%;
    border-left: 1px solid rgba(255,255,255,.15);
    border-right: 1px solid rgba(255,255,255,.15);
}
a.color3 {
    text-decoration-color: #ee4d22;
}
.title1 {
    border-left: 3px solid #6978d7;
    margin-left: -10px;
    padding-left: 10px;
}

#menu {
    position: absolute;
    top: -75px;
    width: 100%;
    z-index: -1;
    color: white;
}
#menu .container {
    background: #3d4584;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: -1px;
}
#menu .container a {
    color: #9ea4d5;
    padding: 20px;
    text-decoration: none;
}
#menu .container a:hover {
    color: white;
}
header #menubtn {
    float: right;
    padding: 22px 40px;
    cursor: pointer;
    background: #6978d7;
}
header #menubtn:hover {
    background: #3e4790;
}

header #advertisement {
    background: #f2f2f2;
    text-align: center;
    height: 15px;
    border-bottom: 1px solid #ebebeb;
    font-size: 10px;
    letter-spacing: .5px;
    line-height: 15px;
    color: #757575;
    text-transform: uppercase;
}
header .logo {
    margin: 10px 0 0 40px;
    float: left;
}
header a.bigbtn b {
    color: white;
}
header a.bigbtn {
    margin: 0;
    height: 100%;
    border-radius: 0;
    border-bottom: 0px;
    border-top: 0px;
    float: right;
    padding: 20px 30px;
}
.r1 {
    color: white;
    height: 85vh;
}
.r1 .c1 {
    height: 100%;
    border-right: 1px solid rgba(255,255,255,.15);
    border-left: 1px solid rgba(255,255,255,.15);
}
.r1 .c1 .p50 {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 40px;
    bottom: 0;
    height: 210px;
    font-size: 19px;
} 

#bg-effect {
    position: absolute;
    width: 100%;
    height: 130vh;
    top: 0;
    z-index: -2;
    overflow: hidden;
    background: rgb(76,85,166);
    background: linear-gradient(90deg, rgba(76,85,166,1) 0%, rgba(81,99,222,1) 100%);
}
@-webkit-keyframes MOVE-BG {
    from {
        background-position: 0% 0%
    }
    to { 
        background-position: 0% 800%
    }
}
#bg-effect div {
    background: url(../assets/images/bg_effect.png) 0% 0% repeat;
    height: 110%;
    width: 218px;
    float: right;
    margin-right: 8px;
    opacity: .7;

    -webkit-transform: skewX(-47deg);
    -webkit-transform-origin: 0% 50%;
    -moz-transform: skewX(-47deg);
    -moz-transform-origin: 0% 50%;
    -o-transform: skewX(-47deg);
    -o-transform-origin: 0% 50%;
    -ms-transform: skewX(-47deg);
    -ms-transform-origin: 0% 50%;
    transform: skewX(-47deg);
    transform-origin: 0% 50%;

    -webkit-animation-name: MOVE-BG;
    -webkit-animation-duration: 100s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
}
#bg-effect .sld1 {   
    margin-right: -200px;
    -webkit-animation-duration: 100s;
}
#bg-effect .sld2 {
    background: url(../assets/images/bg_effect1.png) 0% 0% repeat;    
    -webkit-animation-duration: 200s;
}
#bg-effect .sld3 {
    background: url(../assets/images/bg_effect2.png) 0% 0% repeat;    
    -webkit-animation-duration: 80s;
}
#bg-effect .sld4 {
    background: url(../assets/images/bg_effect3.png) 0% 0% repeat;    
    -webkit-animation-duration: 140s;
}
#bg-effect .sld5 {
    background: url(../assets/images/bg_effect2.png) 0% 0% repeat;     
    -webkit-animation-duration: 50s;
}
#bg-effect .sld6 {    
    background: url(../assets/images/bg_effect.png) 0% 0% repeat;
    -webkit-animation-duration: 130s;
}
#bg-effect .sld7 {    
    background: url(../assets/images/bg_effect3.png) 0% 0% repeat;
    -webkit-animation-duration: 110s;
}
#bg-effect .sld8 {    
    background: url(../assets/images/bg_effect.png) 0% 0% repeat;
    -webkit-animation-duration: 70s;
}
a.bigbtn {
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 5px;
    padding: 16px 10px;
    color: white;
    text-decoration: none;
    font-size: 14px;
    margin: 20px 0px;
    display: inline-block;
}
a.bigbtn.color1 {
    background: #18f4f7;
    color: #4f59b8;
    border: 0px;
}
a.bigbtn img {
    margin: 0px 15px -2px 10px;
}
a.smlbtn {
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 5px;
    padding: 10px 30px;
    text-decoration: none;
    font-size: 14px;
    margin: 20px 0px;
    display: inline-block;
}
a.smlbtn.white {
    border: 1px solid rgba(255,255,255,.2);
}
.r1 .c1 a.bigbtn {
    width: 220px;
    text-align: left;
    box-shadow: 0px 11px 20px rgba(0, 0, 0, 0.1);
}

.r1 .c1 h1 {
    margin-bottom: 20px; 
    text-shadow: 0px 11px 20px rgba(0, 0, 0, 0.2);
}
.r2 {
    border-top: 1px solid rgba(255,255,255,.2);
    margin-bottom: 100px;
}
.r2 .c2 {
    padding-top: 100px;
    background: white;
    padding-bottom: 30px;
    box-shadow: -1px 25px 31px -36px rgba(0,0,0,0.2);
    -webkit-box-shadow: -1px 25px 31px -36px rgba(0,0,0,0.2);
    -moz-box-shadow: -1px 25px 31px -36px rgba(0,0,0,0.2);
}
.r2 .c2 .p100 { margin-bottom: 100px; }
.r2 .c2 .p50 { text-align: left; }
.r3 {
    background: url('../assets/images/bg3.jpg');
    background-position: center center;
    color: white;
    height: 70vh;
    background-size: cover;
}
.r3 .container {
    height: 100%;
    border-left: 1px solid rgba(255,255,255,.15);
    border-right: 1px solid rgba(255,255,255,.15);
    padding-top: 26vh;
    text-align: center;
}
.r4 .container{
    border-left: 1px solid rgba(0,0,0,.06);
    border-right: 1px solid rgba(0,0,0,.06);
    padding-top: 80px;
    padding-bottom: 80px;
}
.r4 .container img { width: 100%; }
footer .p100 {
    border-top: 1px solid rgba(0,0,0,.06);
    border-bottom: 1px solid rgba(0,0,0,.06);
}
footer .container {
        border-left: 1px solid rgba(0,0,0,.06);
        border-right: 1px solid rgba(0,0,0,.06);
}
footer .p50 {  margin-top: 5px; }
footer .p50 a {
    color: #a2a2a2;
    margin-right: 15px;
    text-decoration: none;
}
@media only screen and (min-width: 900px) {
    header:hover #menu {
        top: 69px;
    }
}

@media only screen and (max-width: 900px) {
    .container {
        width: 95%;
        padding-left: 30px;
        padding-right: 30px;
        min-width: auto;
    }
    header { height: 50px; }
    header .container { width: 100%; }
    header a.bigbtn { display: none; }
    header #menubtn { float: right; padding: 13px 30px 11px; }
    header .logo { margin: 5px; height: 40px; margin-left: 10px;}
    h1 {
        font-size: 43px;
        line-height: 50px;
    }
    .p50 { width: 100%; }
    .r1 {
        height: auto !important;
    }
    .r1 .c1 { height: auto; width: 100%; padding: 0 10px;}
    .r1 .c1 h1 { margin-top: 100px; margin-bottom: 10px; }
    .r1 .c1 .p50 {
        position: static;
        height: auto !important;
        margin-bottom: 50px;
    }
    .r1 .c1 a.bigbtn {
        width: 220px;
        margin: 5px;
    }
    .r2 { margin-top: 0; }
    #bg-effect {
        width: 100%;
        height: 100vh;
        right: 0;
    }
    .r2 .c2 { text-align: center; padding-top: 50px; }
    .r2 .c2 img { margin-bottom: 20px; }
    .r2 .c2 .p100 { margin-bottom: 70px; }
    .r3 { height: auto; }
    .r3 .container { 
        height: auto;
        padding-top: 80px;
        padding-bottom: 60px; 
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    footer .container {
        text-align: center;
    }
    footer .p50 {
        float: none;
        text-align: center;
    }
    body.openmenu #menu {
        top: 59px;
    }
    body.openmenu #menubtn {
        background: #3e4790;
    }
    #menu {
        top: -400px;
    }
    #menu .container {
        margin-left: 0;
    }
    #menu .container a {
        display: block;
        padding: 12px;
    }
    body.openmenu #menu {
        top: 49px;
    }
}

body.artical .r1 { height: 400px; }
body.artical .r1 .c1 .p50 { height: 110px; }
body.artical #bg-effect { height: 90vh; }
