/********** 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;
}

.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: #00FFAD;
    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;
}

.cta-red {
    background: #C10909;
    color: #ffffff;
}

.cta-red:hover {
    color: #C10909;
    background: #ffffff;
}

.cta-orange {
    background: #FF4500;
    color: #ffffff;
}

.cta-orange:hover {
    color: #FF4500;
    background: #ffffff;
    border: 2px solid #FF4500;
}

.feature-item {
    text-align: center;
}

.feature-media {
    text-align: center;
    margin-bottom: 20px;
}

.feature-item .fa-5x {
    font-size: 4em;
}

.icon-background-default {
    color: #03c4eb;
}
.feature-icon {
    color: #FFFFFF;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-circle::before {
    content: "\f111";
}
.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2.5em;
}

.fa-cogs::before, .fa-gears::before {
    content: "\f085";
}

.section-title-area {
    text-align: center;
}

.background-white {
    background: #ffffff !important;
}

.background-bleu {
    background: #C9EAEE !important;
}

.background-dark-blue {
    background: #16163F !important;
    color: #ffffff;
}
.background-dark-blue a,
.background-dark-blue h1{
    color: #ffffff !important;
}

.background-green-dark {
    background: #54A39F !important;
}

.background-orange {
    background: #FF4500 !important;
}

.white-text {
    color: #ffffff !important;
}

#banner {
    background-size: cover;
}

/********** banner **********/
#banner header {
    overflow: hidden;
}

#banner header img {
    max-width: 80px;
}

/********** feature (skew background) **********/
.feature img {
    width: 100%;
    max-width: 480px;
}

#feature-first {
    background: linear-gradient(168deg, #ffffff 55%, #00FFAD 0);
}

#feature-last {
    background: #00FFAD;
}

/********** 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: #000000;
}

#contact form input,
#contact form textarea {
    background: transparent;
    border: 1px solid #000000;
    color: #000000;
    border-radius: 5px;
}

/********** 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: #00FFAD;
}

#copyright #social-media a:hover i {
    color: #ffffff;
}

/********** RWD **********/
@media (max-width: 575px) {
    #banner h1 {
        font-size: 3.6rem;
    }
}

.lead {
    font-size: 18px !important;
    font-weight: 500 !important;
    padding-left: 5px;
    padding-right: 5px;
    text-decoration: none !important;
}

.lead.actions {
    font-size: 16px !important;
    font-weight: 500 !important;
    padding-left: 5px;
    padding-right: 5px;
    text-decoration: none !important;
    color: bisque !important;
}

h1 {
    color: #1E2629 !important;
}

.footer .lead {
    font-size: 0.95rem !important;
    font-weight: 400 !important;
    padding-left: 0px;
    padding-right: 5px;
    text-decoration: none !important;
}

.gotoTop {
    color: #000000;
    font-size: 60px;
    font-weight: bold;
    float: right;
    top: -25px;
    position: absolute;
    right: 0;
}

#banner {
    position: relative;
    width: 100%;
    background: #C9EAEE;
    z-index: 50;
}

#banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('/Resources/templates/Atlas/img/hero.jpg');
  background-size: cover;
  background-position: center;
  opacity: 0.15; /* Adjust the opacity here */
}

#banner header img.logo{
    max-width: unset !important;
}

.text-dark-gray {
    color: #000000 !important;
}

.navbar-inverse {
    background-color: #03A9E8;
    border-color: #fff;
}

.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a
{
    color: #fff;
}
/*
#services::before {
    content: "";
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 250px;
    background-image: url('/Resources/templates/Atlas/img/hero.jpg');
    background-size: cover;
    background-position: center;
    opacity: 0.05;
}
*/
@media (min-width: 769px) {
    .img-raw {
        width: unset !important;
        max-width: unset !important;
        display: unset !important;
        width: 500px !important;
        height: auto;
    }

        .img-raw.small {
            width: unset !important;
            max-width: unset !important;
            display: unset !important;
            width: 300px !important;
            height: auto;
        }
    .text-right {
        text-align: right !important;
    }
    .mobile-menu {
        text-align: right !important;
    }
}

@media (min-width: 577px) and (max-width: 768px) {
    .img-raw {
        width: unset !important;
        max-width: unset !important;
        display: unset !important;
        width: 500px !important;
        height: auto;
    }

    .img-raw.small {
        width: unset !important;
        max-width: unset !important;
        display: unset !important;
        width: 300px !important;
        height: auto;
    }
    .mobile-menu {
        display: grid;
        text-align: center !important;
    }
    .text-right {
        text-align: center !important;
    }
}

@media (max-width: 577px) {
    .img-raw {
        width: unset !important;
        max-width: unset !important;
        display: unset !important;
        width: 200px !important;
        height: auto;
    }

    .img-raw.small {
            width: unset !important;
            max-width: unset !important;
            display: unset !important;
            width: 100px !important;
            height: auto;
    }
    .mobile-menu {
        display: grid;
        text-align: center !important;
    }

    .text-right {
        text-align: center !important;
    }
}