

/*-------------------------------------
  Reset
---------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Poppins:400,600,700,800,900&display=swap');

* {
    margin: 0;
    padding: 0;

}

html {
    box-sizing: border-box;
    text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

img {
    border: 0px;
}

a {
    text-decoration: none;
}

body {
    font-family: 'Poppins', sans-serif;

}

.font-preloader {
    font-family: 'Poppins';
    visibility: hidden;
    width: 0;
    height: 0;
}

#frame_one, #frame_two,#frame_three {
    width: 100%;
    height: 100%;
    position: absolute;
}


/*-------------------------------------
  Layout
---------------------------------------*/

#ad {
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#banner {
    position: absolute;
    background: #FFFFFF;
    display: block;
    width: 300px;
    height: 250px;
    overflow: hidden;
    cursor: pointer;
    visibility: hidden;
    border: 1px solid #444444;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#clickTAG {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99999;
  top: 0;
  left: 0;
  cursor: pointer;
}
/*-------------------------------------
  Frame One frame duration: 3s
---------------------------------------*/

.blueBG {
    width: 100%;
    height: 100%;
    background: rgba(30, 49, 86, 1);
    position: absolute;
}

.backgroundBG {
    width: 100%;
    height: 100%;
    background: url(../images/background.png);
    position: absolute;
}

.logo {
    top: 0;
    left: 0;
    position: absolute;
}

.model {
    top: 0;
    left: 0;
    position: absolute;
}

.border_white {
    width: 190px;
    height: 190px;
    border: 10px solid #fff;
    top: 30px;
    left: 55px;
    box-sizing: border-box;
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
    padding: 12px 0px 0px 8px;
    position: absolute;
}

.border_white span {
    display: block;
    font-weight: 700;
    color: #FFFFFF;
}

/*-------------------------------------
  Frame Two frame duration: 3s
---------------------------------------*/
.whitebg {
    width:300px;
    height: 250px;
    border: 10px solid #1f3156;
    top: 0px;
    left: 0px;
    box-sizing: border-box;
    position: absolute;
    background: #ffffff;

}


#copy2nd {

    font-weight: 600;
    line-height: 20px;
    font-size: 18px;
    padding: 45px 0px 0px 20px;
    width: 100%;
    color: #1f3156;
    text-transform: uppercase;
}

#copy2nd span {
    display: block;
    width: 100%;
}

/*-------------------------------------
  Frame Three frame duration: 3s
---------------------------------------*/
.copy3rd {
    padding: 40px 0px 0px 20px;
    width: 100%;
    color: #1f3156;
    font-weight: 900;
    font-size: 36px;
    line-height: 30px;
}

.copy3rd span {
    display: block;
}

#copy4th {
    width: 100%;
    padding: 0px 0px 0px 50px;
    line-height: 18px;
    font-size: 18px;
    color: #444;
    font-weight: 600;
}

#copy4th span {
    display: inline-block;
}


#tagline {
    width: 100%;
    padding: 20px 0px 0px 20px;
    font-size: 12px;
    color: #444444;
    line-height: 12px;

}

#tagline span {
    display: block;
    width: 100%;
    font-size: 12px;
    color: #444444;
    line-height: 15px;
    font-weight: 400;

}

#cta {
    width: 100%;
    padding: 10px 20px;
    font-size: 12px;
    color: #1f3156;
}

#ctaArrow {
    position: relative;
    padding-left: 1px;
    top: 1px;
}