/********** common setting **********/
.tlo {  background: url(tlobg.png) white 100% 0% no-repeat;
    opacity: 0.9;
    padding: 20px 10px;
}
.borderm {border-bottom:1px solid #008ac7 ; margin-bottom:20px;}
.my-4 {
    margin-top: 1.5rem!important;
    margin-bottom: 1.5rem!important;
    background-color: white;
    padding: 30px 10px;
    opacity: 0.8;
}

img {
    display: block;
    max-width: 100%;
}

a,
button {
    cursor: pointer;
}


.atlas-cta {
    border-radius: 22px !important;
    padding: 12px 30px !important;
    font-weight: 700;
    transition: .3s ease-in-out !important;
}

.atlas-cta:hover {
    text-decoration: none;
    transform: translateY(-5px);
}

.atlas-cta-wide {
    width: 100%;
}

.cta-green {
    background: #85ced4;
    color: #192440;
}

.cta-green:hover {
    color: #ffffff;
    background: #00e69c;
}

.cta-blue {
    background: #192440;
    color: #ffffff;
}

.cta-blue:hover {
    color: #ffffff;
    background: #121a2e;
}

.cta-ghost {
    border: 2px solid #192440 !important;
    color: #192440;
}

.cta-ghost:hover {
    color: #ffffff;
    background: #121a2e;
}

#banner {
    background-size: contain !important;
}

/********** banner **********/
#banner header {
    overflow: hidden;
    margin-bottom:30px;
  margin-top:30px;
}

.text-blue{color:#008ac7 !important; font-weight:bold;}

/********** feature (skew background) **********/
.feature img {
    width: 100%;
    max-width: 480px;
}

#feature-first {
 background: linear-gradient(to right, #ffffff , #2457a5 );
}
#feature-second {
 background: linear-gradient(to left, #ffffff , #bbd73f ); 
}
#feature-third {

 background: linear-gradient(to right, #ffffff , #ca4b8e );

}

#feature-last {
    background: #fff;
}

/********** price table **********/
#price-table {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}

#price-table__premium {
    background: #192440;
    color: #ffffff;
}

#price-table ul li {
    padding: 5px 0;
}

/********** contact **********/
#contact {
    background-size: cover;
}

#contact ul li {
    padding: 3px 0;
}

#contact form {
    color: #85ced4;
}

#contact form input,
#contact form textarea {
    background: transparent;
    border: 1px solid #85ced4;
    color: #ffffff;
}

/********** copyright **********/
#copyright {
    background: #192440;
    padding: 2rem 3rem;
}

#copyright #social-media a {
    width: 40px;
    height: 40px;
    border-radius: 99%;
    background: #ffffff;
    transition: .4s ease;
}

#copyright #social-media a i {
    color: #192440;
    font-size: 1.2rem;
    line-height: 40px;
}

#copyright #social-media a:hover {
    background: #85ced4;
}

#copyright #social-media a:hover i {
    color: #ffffff;
}

/********** RWD **********/
@media (max-width: 575px) {
    #banner h1 {
        font-size: 2.5 rem;
    }
}