@charset "UTF-8";

*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; outline: none !important; }
html, body { -webkit-font-smoothing: antialiased !important; -moz-osx-font-smoothing: grayscale !important; font-smooth: always !important; font-smoothing: antialiased !important; -moz-font-smoothing: antialiased !important; }

/* --- GENERAL --- */
body { font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif; color: #707070; font-size: 16px; font-weight: 400; background-color: #fff; line-height: 1.678; text-rendering: optimizeLegibility; overflow-y: scroll; }

/* --- Links */
a,
a:hover,
a:focus,
a:active,
a.active { color: #0098CD; outline: 0; text-decoration: none; outline: none !important; }
a:hover { color: #444; }
a[role="button"], button { cursor: pointer; }
a.underline { color: #444; text-decoration: underline; }
a.underline:hover { color: #0098CD; text-decoration: none; }

/* --- Typography */
h1, h2, h3, h4, h5, h6 { font-family: "Playfair Display", sans-serif; color: #555; font-weight: 600; line-height: 1.15; margin-bottom: 1rem; letter-spacing: normal; }
h1 { font-size: 52px; letter-spacing: -0.12rem; }
h2 { font-size: 36px; letter-spacing: -0.05rem; }
h3 { font-size: 24px; }
h4 { font-size: 20px; }
h5 { font-size: 13px; font-family: "Poppins"; }

.lead { font-size: 21px; font-weight: 300; line-height: 1.54; }
.light { font-weight: 300; }
.regular { font-weight: 400; }
.medium { font-weight: 500; }
.semibold, strong { font-weight: 600; }

.uppercase { text-transform: uppercase; letter-spacing: 0.06em; }
.text-muted { opacity: 0.6; }
ul, ol { padding-left: 1.5rem;  }
div p:last-child, div ul:last-child, div ol:last-child, div dl:last-child { margin-bottom: 0; }
.small { font-size: 14px; }
.poppins { font-family: "Poppins"; }
.playfair { font-family: "Playfair Display"; }
.blockquote { font-family: "Playfair Display"; }
address { font-size: 14px; }

/* --- Colors */
.white { color: #fff; }
.dark { color: #555; }
.gray { color: #707070; }
.fog { color: #999; }
.blue, .primary { color: #0098CD; }
.green { color: #B3DC2E; }
.pink { color: #E2428D; }

/* --- Lists */
.list-inline-item:not(:last-child) { margin-right: 18px; }
.list-tick li { padding: 2px 0 2px 30px; background: url(../img/icons/icon-tick.png) no-repeat 6px 10px; background-size: 14px 12px; }

/* --- Backgrounds */
.cover { background-size: cover !important; background-position: center center !important; background-repeat: no-repeat !important; }






/* ----------- NAVBAR ----------- */
#navbar-nav.navbar { padding-top: 0; padding-bottom: 0; background-color: #fff; z-index: 90; }
#navbar-nav.navbar.shrink { background-color: #fff; box-shadow: 0 2px 20px rgba(0,0,0,0.08); }

/* --- Navbar Toggler */
.navbar .navbar-toggler { border: none; }
.navbar .navbar-toggler:hover,
.navbar .navbar-toggler:focus,
.navbar .navbar-toggler:active,
.navbar .navbar-toggler.active { background-color: transparent; }





/* --------- COMMONS --------- */
/* --- Main Sections */
#main { overflow: hidden; position: relative; }
#main section { padding: 120px 0; position: relative; background-color: #fff; }
#main section .container { z-index: 4; position: relative; }
#main .section-gray { background-color: #f7f7f7; }
#main .section-blue { background-color: #0098CD; }
#main .section-green { background-color: #B3DC2E; }
#main .section-pink { background-color: #E2428D; }

/* --- Heading Section */
.heading-section { margin-bottom: 50px; top: -8px; position: relative; }
.heading-section h3 { color: #0098CD; margin-top: 0; }
.heading-section .lead { margin-top: 20px; margin-bottom: 0; padding: 0; }

/* --- Cards */
.card { margin-bottom: 30px; border-radius: 6px; border: none !important; position: relative; overflow: hidden; background: #fff; box-shadow: 0 2px 24px rgba(0,0,0,0.07); }
.card-hover { background: #fff; box-shadow: none; }
.card:hover,
.card-hover:hover { background: #fff; transform: translateY(-3px); box-shadow: 0 8px 40px rgba(0,0,0,0.15); }
.card .card-body { padding: 30px; }

/* --- Owl Carousel */
.owl-carousel .owl-item img { width: auto; display: inline-block; }
.owl-theme .owl-dots { padding-top: 30px; position: relative; }
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot.active:hover span { background: #E2428D; }
.owl-theme .owl-dots .owl-dot span { width: 12px; height: 12px; background: rgba(0,0,0,0.2); transition: all linear 0.25s; }
.owl-theme .owl-dots .owl-dot:hover span { background: rgba(0,0,0,0.4); }






/* ----------- HEADER ----------- */
#hero { overflow: hidden; background-color: #fff; position: relative; min-height: 100vh; }
#hero em { display: table; position: relative; text-decoration: none; white-space: nowrap; }
#hero em:after { content: ""; position: absolute;  width: calc(100% + 6px); height: .28em; bottom: -3px; left: -3px; display: inline-block; -webkit-box-decoration-break: clone; -webkit-box-decoration-break: clone; transform: skew(-14deg,0deg) rotate(-1deg); z-index: -1; opacity: 0.3; background-image: linear-gradient(180deg, #FCE798 0%, #F7CA5F 100%); }
#hero picture { position: absolute; top: 15%; right: 0; }
#hero picture img { height: 70vh; width: auto; }
#hero .container { z-index: 4; }
#hero .lead { line-height: 1.54; }






/* ---------- MAIN SECTIONS ---------- */
/* --- Logos */
#logos ul li { padding-left: 15px; padding-right: 15px; }

/* --- IEP */
#iep-01 { margin-top: 60px; }
#iep .iep-single { font-weight: 300; margin-bottom: 0; padding-bottom: 100px; }
#iep #iep-05 { padding-bottom: 100px; }
.iep-single .step { background: #B3DC2E; width: 44px; height: 44px; display: block; border-radius: 60px; line-height: 48px; font-size: 24px; text-align: center; font-weight: 700; color: #fff; margin-bottom: 20px; }

/* --- Validations */
#main section#validations { padding-bottom: 60px; }
#validations .container-fluid { margin: 0; padding: 0; }
#validations .owl-stage-outer { padding: 30px 15px 40px 15px; }
#validations .owl-theme .owl-dots { padding-top: 0; top: -30px; }
#validations .card { height: 360px; margin-bottom: 0; }
#validations .card .card-footer { position: absolute; bottom: 30px; left: 30px; border-radius: 0; padding: 0; background: transparent; border: none; }
#validations h4 { font-size: 15px; }

/* --- Projects */
#projects .card { border-radius: 10px; box-shadow: 0 2px 24px rgba(0,0,0,0.07); min-height: auto; font-size: 15px; margin-bottom: 50px; padding: 50px; }
#projects .card .row { position: relative; z-index: 5; margin: 0; padding: 0; }
#projects .card h2 { font-size: 32px; }
#projects .card .lead { font-size: 19px; }
#projects .card .blockquote { font-size: 22px; font-style: italic; }

#projects #project-01.card:after { content: ""; position: absolute; z-index: 1; top: 0; left: 0; bottom:0; right:50%; width: 50%; height: 100%; background-color: #E562A0; }

#projects .card .owl-theme .owl-dots { margin: 0; padding: 0; position: relative; bottom: -25px; }
#projects .card .owl-theme .owl-dots .owl-dot:hover span,
#projects .card .owl-theme .owl-dots .owl-dot.active span,
#projects .card .owl-theme .owl-dots .owl-dot.active:hover span { background: rgba(255,255,255,1); }
#projects .card .owl-theme .owl-dots .owl-dot span { background: rgba(255,255,255,0.4); }

/* --- About */
#about .blockquote { padding: 20px 30px 20px 60px; margin-left: 110px; border-radius: 4px; background-color: rgba(226,66,141,0.9); position: relative; width: 71%; margin-bottom: -70px; z-index: 9; }
#about .blockquote p { color: #fff; margin: 0; font-size: 21px; line-height: 1.4; letter-spacing: -0.1px; }
#about .blockquote:after { content: url("../img/icons/quotes.svg"); position: absolute; z-index: 4; top: 20px; left: -80px; width: 106px; height: 86px; }
#about picture img { border-radius: 8px 0 0 8px; }

/* --- CTA */
#cta { padding: 160px 0 !important; color: rgba(255,255,255,0.7); overflow: visible !important; }
#cta .container { position: relative; z-index: 9; }
#cta p a { color: #fff; }
#cta #cta-img { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); z-index: 2; }
#cta #cta-img img { width: auto; height: 567px; }

/* --- Contact */
#contact dt { font-size: 13px; top: 2px; font-weight: 500; }








/* --------- FOOTER --------- */
#footer { background-color: #fff; color: #aaa; padding: 40px 0; font-size: 14px; position: relative; z-index: 4; }
#footer #copyright a { color: #707070; }
#footer #copyright a:hover { color: #444; }

#footer .dropdown-menu a { color: #ddd !important; border-radius: 0; color: #707070 }
#footer .dropdown-menu a:hover { background-color: #FE8135 !important; color: #fff !important; }






/* --------- FORMS AND BUTTONS --------- */
/* --- Forms */
.form-group { display: flex; height: 54px; margin-bottom: 20px; position: relative; }

.control-label { font-size: 15px; font-weight: 400; color: #555; opacity: 0.7; pointer-events: none; position: absolute; transform: translate3d(0, 12px, 0) scale(1); transform-origin: left top; transition: 0.25s; }
.form-group.focused .control-label { opacity: 1; transform: scale(0.65); font-family: "Poppins"; letter-spacing: 1px; text-transform: uppercase; font-weight: 500; color: #0098CD; }

.form-control { align-self: flex-end; background: transparent; }
.form-control::-webkit-input-placeholder { color: transparent; transition: 240ms; }
.form-control:focus::-webkit-input-placeholder { transition: none; }
.form-group.focused .form-control::-webkit-input-placeholder { color: #999; }

.form-control,
.custom-select { border: none; border-radius: 0; border-bottom: 2px solid #ccc; padding-left: 0; background-color: transparent; position: relative; }
.form-control:focus,
.custom-select:focus { color: #4a4a4a; border-color: #0098CD; box-shadow: none !important; outline: 0 none !important; background-color: transparent; }

select.form-control { background-image: url(../img/icons/icon-caret.svg); background-repeat: no-repeat; background-position: right 6px; }
select { -webkit-appearance: textfield; -moz-appearance: none; }

.custom-control { margin: 3px 0; }
.custom-control-label { font-size: 15px; }

.forgot { position: absolute; bottom: 9px; right: 0; font-size: 14px !important; }

/*
.form-group-boxed { background-color: #fff;
    position: relative;
    border: 1px solid rgba(0,0,0,.07);
    border-radius: 2px;
    padding-top: 7px;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 4px;
    overflow: hidden;
    width: 100%;
    -webkit-transition: background-color .2s ease;
    transition: background-color .2s ease; }
*/

.form-group.form-textarea { height: 124px; }
.form-group.form-textarea .form-control { height: 104px !important; }

.custom-control-label:before{ background-color: #ddd; border: none; }
.custom-checkbox .custom-control-input:checked~.custom-control-label::before,
.custom-radio .custom-control-input:checked~.custom-control-label::before { background-color: #0098CD; }
.custom-control-input:active~.custom-control-label::before{ background-color: #0098CD; }
.custom-checkbox .custom-control-input:focus~.custom-control-label::before,
.custom-radio .custom-control-input:focus~.custom-control-label::before { box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 152, 205, 0.25); }

form #fix { display: none; }

/* --- Buttons */
.btn { border-radius: 100px; font-weight: 500; font-size: 16px; padding: 13px 42px 12px 42px; }
.btn-sm { font-size: 14px; padding: 8px 24px 7px 24px; }
.btn-lg { font-size: 18px; padding: 14px 54px 13px 54px; }

.btn-primary { color: #444; background-color: #B3DC2E; border: none !important; box-shadow: none; }
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active { color: #444; background-color: #B3DC2E; transform: translateY(-3px); box-shadow: 0 10px 28px rgba(179,220,46,0.35); }

.btn-outline-primary { border-color: #0098CD; color: #0098CD; }
.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active { border-color: #999 !important; color: #555 !important; background: transparent !important; box-shadow: none !important; }

.btn-outline-dark { border-color: #999; color: #555; }
.btn-outline-dark:hover,
.btn-outline-dark:focus,
.btn-outline-dark:active { border-color: #0098CD !important; color: #0098CD !important; background: transparent !important; box-shadow: none !important; }

.btn-outline-light { border-color: #ddd; color: #999; }
.btn-outline-light:hover,
.btn-outline-light:focus,
.btn-outline-light:active { border-color: #0098CD !important; color: #0098CD !important; background: transparent !important; box-shadow: none !important; }

.btn-light,
.section-pink .btn-light { color: #E2428D; border: none !important; }
.section-blue .btn-light { color: #0098CD; }
.section-green .btn-light { color: #92B61A; }
.btn-light:hover,
.btn-light:focus,
.btn-light:active { background: #fff !important; color: #333 !important; border: none !important; transform: translateY(-3px); box-shadow: 0 10px 28px rgba(0,0,0,0.15); }





/* --------- EXTRAS --------- */
/* Animations */
a, a img, input, textarea, button, .btn, .card, .navbar, .navbar-brand img, .btn-next ion-icon, *::after, *::before { -moz-transition: all ease-in-out .2s; -webkit-transition: all ease-in-out .2s; transition: all ease-in-out .2s; }

/* Text Selection */
::-moz-selection { text-shadow: none; background: #0098CD; color: #fff; }
::selection { text-shadow: none; background: #0098CD; color: #fff; }
img::selection { background: 0 0; }
img::-moz-selection { background: 0 0; }

/* Form Placeholder */
.form-control::placeholder { color: #777; opacity: 1; }
.form-control:-ms-input-placeholder { color: #777; }
.form-control::-ms-input-placeholder { color: #777; }

/* Modals */
.modal-video .modal-content { border: none !important; box-shadow: 0 10px 28px rgba(0,0,0,0.15) !important; }
.modal-video .modal-header { border: none; padding: 30px 30px 15px 30px; }
.modal-video .modal-body { padding: 0 50px 50px 50px; }
.modal-video .close { position: fixed; top: 30px; right: 30px; }
.modal-video .close svg path { fill: #fff; }
body.modal-open { overflow: hidden !important; }