.section-info {
    padding: 4em 0;
}

.section-content {
    background: #63c4e4;  
/*    background: -webkit-linear-gradient(to top, #0141a2, #63c4e4); 
    background: linear-gradient(to top, #0141a2, #63c4e4);*/
    padding: 5em 0;
    background-size: cover;
    background: url(../images/kv-bg.jpg);
    background-attachment: fixed;
}

.section-step7 {
    padding: 5rem 0 4rem;
    background: #ffffff;
}

.step-title {
    color: #63c4e4;
    line-height: 1.2;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    /* padding-bottom: 5px; */
}

.step-box {
    position: relative;
    z-index: 0;
    border: 14px solid;
    margin-bottom: 1rem;
    background-color: #fff;
    padding: 20px;
    min-height: 460px;
    border-radius: 10px;
}

.step-box .step-num {
    margin-right: 10px;
    display: inline-block;
    color:#0049bf;
    font-size: 80px;
    margin-top: -15px;
}
/* .step-box::after {
    content: '';
    position: absolute;
    background: -webkit-linear-gradient( 60deg,transparent 30%, #fff 30%, #fff 0%); 
    background: linear-gradient( 60deg,transparent 30%, #fff 30%, #fff 0%); 
    width: 30%;
    height: 100%;
    z-index: -1;
    top: 0;
    right: 0;
} */


.section-download {
    padding: 6em 0;
    background: -webkit-linear-gradient(to right, #EEE, #FFF); 
    background: linear-gradient(to right, #EEE, #FFF);
}

/* thanks.html */
/* .section-download .btn-more {
    display: block;
    margin: 2% 0;
} */

.section-gifts {
    background-color: #FFF;
    background: url('../images/kv-bg.jpg') no-repeat center bottom / cover;
    padding: 4em 0 6em;
    color: #fff;
}

.section-gifts .til {
    color: #24d4ff;
    text-shadow: 6px 6px 10px #a478ff;
}

#gotopBtn {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Fixed/sticky position */
    bottom: 20px;
    /* Place the button at the bottom of the page */
    right: 30px;
    /* Place the button 30px from the right */
    z-index: 99;
    /* Make sure it does not overlap */
    border: none;
    /* Remove borders */
    outline: none;
    /* Remove outline */
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    cursor: pointer;
    /* Add a mouse pointer on hover */
    padding: 15px 20px;
    border-radius: 10px;
    font-size: 18px;
}

#gotopBtn:hover {
    background-color: #999;
}

/*sidebar*/
#sidebarReg .register {
    background-color: #f11d9e;
    color: #fff;
    position: fixed;
    bottom: 15%;
    right: 0;
    border: none;
    display: block;
    font-weight: 500;
    font-size: 20px;
    writing-mode: vertical-lr;
    padding: 25px 10px;
    z-index: 10;
    border-radius: 10px 0 0 10px;
    box-shadow: 2px 3px 8px 0px rgba(58, 15, 228, 0.32);
    line-height: 1.8;
    letter-spacing: 5px;
}

#sidebarReg .register:hover {
    background-color: #ffaf02;
    color: #fff;
    font-weight: 500;
}

.btn-more {
    padding: 0.8em 2.5em;
    background-color: #ff9103;
    color: #fff;
    border-radius: 10px;
    box-shadow: 0px 5px 0px #cf5800;
    border: 0px;
}

.btn-more:hover {
    text-decoration: none;
    background-color: #cf5800;
    box-shadow: 0px 5px 0px #4e2100;
    color: #ffffff;
    border: 0px;
}


/********* nav *******/
.navbar {
    padding: 0px 5vw;
    margin: 0px;
    background-color: #290d47;
}

.navbar-brand img {
    max-width: 75%;
}

.navbar-nav {
    width: 100%;
}

.navbar-dark .navbar-toggler {
    color: #fff;
}

.hightlight {
    background-color: #24d4ff;
}

.txt-hight {
    color: #f21d9f;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
    padding: 20px;
}

.nav-link {
    padding: 20px;
}

.nav-link:hover {
    background-color: #000000;
    transition: 0.5s;
    color: #FFFFFF;
}

.navbar.solid {
    background: rgba(0, 0, 0, 0.7) !important;
    transition: background-color 1s ease 0s;
}

.nav-item {
    margin: 0;
}

.close-btn {
    background-color: #AAA;
}

._brb {
    border-bottom: 1px #FFFFFF dotted;
}

.shadow {
  box-shadow: 1px 0px 6px #153266;
  border-radius: 4px;
}

.txt-shadow {
    text-shadow: 1px 0px 8px #091935;
}

.show-pic {}

.show-pic:hover {

}

.icon-img img {
    width: 120px;
    margin: auto;
}

.lightbox {
  /* Default to hidden */
  display: none;

  /* Overlay entire screen */
  position: fixed;
  z-index: 999;
  top: 8%;
  left: 0;
  right: 0;
  bottom: 0;
  
  /* A bit of padding around image */
  padding: 1em;

  /* Translucent background */
  background: rgba(0, 0, 0, 0.6);
}

/* Unhide the lightbox when it's the target */
.lightbox:target {
  display: block;
}

.lightbox span {
  /* Full width and height */
  display: block;
  width: 100%;
  height: 100%;

  /* Size and position background image */
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.lightbox-img img{
    display: flex;
    align-items: center;
    min-height: 540px;
    margin-top: 30px;
}

/**********
    footer
  **********/
.section-footer {
    background-color: #0068b5;
    padding: 30px 0 0px 0;
    width: 100%;
}

.section-footer .footer-row {}
.footer-logo {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 3%;
    margin-left: 4%;
}
@media (max-width:768px) {
    .footer-logo {
        flex-wrap: wrap;
        flex-direction: column;
    }
}
.footer-logo .logo {
    width: 100%;
    max-width: 80px;
    padding-right: 2%;
    margin-bottom: 2%;
}
.footer-logo .text {
    font-size: 15px;
    color: #fff;
}
.copyright {
    background-color: #0068b5;
    border-top: 1px solid #c0c0c0;
    color: #fff;
    text-align: center;
    font-size: 15px;
    padding: 6px;
}



.social-link {
    width: 10px;
    margin-left: 10px;
    font-size: 24px;
    vertical-align: middle;
    color: #333;
}

.social-link:hover {
    color: #0068b5;
}

.form-group input {
    line-height: 2;
    font-weight: 300;
}

.form-group select {
    font-weight: 300;
    color: #0049bf;
}

.pic-hover:hover {
    opacity: 0.85;
}
