/********** common setting **********/
h2 {
    font-size: 2.8rem !important;
    font-weight: 700;
}

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

a,
button {
    cursor: pointer;
}

.jumbotron {
    margin-bottom: 0 !important;
    padding-top: .01em;
}

.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: #066fb1;
    color: #ffffff;
}

.cta-green:hover {
    background: #009dff;
    color: #192440;
    color: #ffffff;
}

.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;
}

/* 2021-08-21 @ 22:00 */
.cta-yellow {
    background: #ffcb82;
    color: #094990;
}

.cta-yellow:hover {
    background: #ffa11c;
    color: #031830;
}


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

#banner header {
    overflow: hidden;
}

#banner header img {
    max-width: 100px;
}
#banner h1 {
    margin-bottom: 0;
}
#banner h2 {
    color: white;
    color: #114d92;
    margin-top: 0;
}

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

#feature-first {
    background: linear-gradient(168deg, #ffffff 55%, #ABD3F0 0);
}

#feature-last {
    background: #ABD3F0;
    background: linear-gradient(168deg, #ABD3F0 55%, #ffffff 0);
}
#feature-last:after {
    content: "";
    background: url(/assets/images/roadway.jpg) 0 0 repeat;
    -webkit-transform: rotate(-12deg);
    -moz-transform: rotate(-12deg);
    -ms-transform: rotate(-12deg);
    -o-transform: rotate(-12deg);
    transform: rotate(-12deg);
}

/********** 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: #ffcb82;
}

#contact form input,
#contact form textarea {
    background: transparent;
    border: 1px solid #066fb1;
    border: 1px solid #ffcb82;
    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: #066fb1;
}

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

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

.email-protect { unicode-bidi:bidi-override; direction: rtl; user-select: none; }


#form-messages {}
.success {
    padding: 1em;
    color: #464788;
    background-color: #d8dff0;
    border: 1px solid  #c6d6e9;
    font-weight: bold;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    margin-bottom: 0.75rem;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
}

.error {
    padding: 1em;
    color: #b94a48;
    background-color: #f2dede;
    border: 1px solid rgba(185, 74, 72, 0.3);
    font-weight: bold;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    margin-bottom: 0.75rem;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
}

.pic {
    border: 3px solid #292b2c;
    border-radius: 35px;
}

div.test { 
    border: 3px solid #066fb1;
    border: 3px solid #292b2c;
    border-radius: 20px;
    /*
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    */
    margin: 0 1em 1em 0;
    /* background-image: linear-gradient(to bottom, rgba(30, 87, 153, 0.2) 0%, rgba(125, 185, 232, 0) 100%); 
    background-image: linear-gradient(to bottom, rgba(6, 111, 177, 0.3) 0%, rgba(252, 219, 165, 0) 100%);
    */
    background-repeat: repeat;
    background-color: transparent;
    padding: 5px;
}
div.test.alt {
    padding: 1em;
    background-color: #fed7a0;
}
div.test.tall {
    min-height: 330px;
}

.test ul li ul li { 
    background-color: #066fb1;
    color:white; 
    display: inline; 
    padding: .05em .25em; 
    border-radius: 10px; 
}

/* ----- CUSTOM ----- */
h1 {
    font-size: 2em;
}
h1 strong {
  color: #094990;
}
#logo {
  margin-bottom: .33em;
  margin-left: -10px;
}
#logo img {
    /* max-width: 65%; */
}
.jumbotron {
    padding: 2rem;
}
.jumbotron .flexed {
    display: flex;
    flex-wrap: wrap;
    row-gap: 2em;
}
.jumbotron .left {
    flex: 4;
    margin-right: 1em;
}
.jumbotron .right {
    flex: 1.1;
}
.jumbotron aside {
    background-color: white;
    background-color: #fff3e5;
    border: 1px solid #888;
    box-shadow: 0 0 20px #ac7b32;
    text-align: center;
    padding: .5em 1em;
    font-size: 125%;
}
.jumbotron aside p {
    line-height: 1.2em;
}
.jumbotron aside p.title {
    font-size: 110%;
    font-weight: bold;
}
   
