
/*--------------------------------------------------
    Fonts
----------------------------------------------------*/
@font-face {
    font-family: "Montserrat";
    src: url('/font/Montserrat-Bold.ttf') format("truetype");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat";
    src: url('/font/Montserrat-ExtraBold.ttf') format("truetype");
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat";
    src: url('/font/Montserrat-Medium.ttf') format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat";
    src: url('/font/Montserrat-SemiBold.ttf') format("truetype");
    font-weight: 500;
    font-style: normal;
}

body {
    font-size: 14px !important;
    font-family: 'Montserrat' !important;
    background-color: #fff;
    overflow-y: overlay;
}

/*--------------------------------------------------
    ScrollBars
----------------------------------------------------*/
/*Main ScrollBar*/
body::-webkit-scrollbar {
    width: 10px;
}

body::-webkit-scrollbar-track {
    border-radius: 10px;
}

body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.4);
}


/*--------------------------------------------
    FlexBox
----------------------------------------------*/
.ai-center {
    align-items: center !important;
}

.ai-flex-end {
    align-items: flex-end !important;
}

.ac-center {
    align-content: center !important;
}

.jc-center {
    justify-content: center !important;
}

.jc-flex-end {
    justify-content: flex-end !important;
}

.jc-space-between {
    justify-content: space-between !important;
}

.jc-space-around {
    justify-content: space-around !important;
}

.fw-wrap {
    flex-wrap: wrap;
}
/*--------------------------------------------
    Cursors
----------------------------------------------*/
.c-pointer {
    cursor: pointer;
}
/*--------------------------------------------
    Borders
----------------------------------------------*/

.br-10 {
    border-radius: 10px !important;
}

.br-15 {
    border-radius: 15px !important;
}

.br-20 {
    border-radius: 20px !important;
}

.br-25 {
    border-radius: 25px !important;
}

.br-30 {
    border-radius: 30px !important;
}

.br-40 {
    border-radius: 40px !important;
}

.br-50 {
    border-radius: 50px !important;
}

.br-60 {
    border-radius: 60px !important;
}

.br-80 {
    border-radius: 80px !important;
}

.br-100 {
    border-radius: 100px !important;
}
/*--------------------------------------------
    Displays
----------------------------------------------*/
.d-flex {
    display: flex !important;
}

.d-block {
    display: block !important;
}

.d-none {
    display: none !important;
}

/*--------------------------------------------
    Width
----------------------------------------------*/
.w-5 {
    width: 5% !important;
}

.w-10 {
    width: 10% !important;
}

.w-15 {
    width: 15% !important;
}

.w-20 {
    width: 20% !important;
}

.w-30 {
    width: 30% !important;
}

.w-35 {
    width: 35% !important;
}

.w-40 {
    width: 40% !important;
}

.w-45 {
    width: 45% !important;
}

.w-55 {
    width: 55% !important;
}

.w-60 {
    width: 60% !important;
}

.w-70 {
    width: 70% !important;
}

.w-75 {
    width: 75% !important;
}

.w-80 {
    width: 80% !important;
}

.w-90 {
    width: 90% !important;
}

.mt-4 {
    margin-top: 4rem !important;
}

.mt-5 {
    margin-top: 5rem !important;
}

.mt-6 {
    margin-top: 6rem !important;
}

.mb-05 {
    margin-bottom: 0.5rem !important;
}

.mb-1 {
    margin-bottom: 1rem !important;
}

.mb-2 {
    margin-bottom: 2rem !important;
}

.mb-3 {
    margin-bottom: 3rem !important;
}

.mb-4 {
    margin-bottom: 4rem !important;
}

.mb-6 {
    margin-bottom: 6rem !important;
}

.mt-1 {
    margin-top: 1rem !important;
}

.mt-2 {
    margin-top: 2rem !important;
}

.px-05 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
}

.px-1 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

.px-2 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
}

.px-3 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
}

.px-4 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
}

.px-6 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
}

@media only screen and (max-width: 320px) {
    .w-5 {
        width: 20% !important;
    }

    .px-3 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }

    .px-4 {
        padding-left: 1.8rem !important;
        padding-right: 1.8rem !important;
    }

    .mt-4 {
        margin-top: 1.7rem !important;
    }

    .mt-5 {
        margin-top: 2.1rem !important;
    }

    .mt-6 {
        margin-top: 3rem !important;
    }

    .mb-2 {
        margin-bottom: 1.5rem !important;
    }
}

@media only screen and (min-width: 320.1px) and (max-width: 500px) {
    .px-3 {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .px-4 {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }

    .mt-6 {
        margin-top: 3rem !important;
    }

    .w-5 {
        width: 20% !important;
    }

    .mb-2 {
        margin-bottom: 1.5rem !important;
    }
}

@media only screen and (min-width: 500.1px) and (max-width: 769px) {
    .px-3 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }

    .mt-6 {
        margin-top: 4rem !important;
    }

    .mb-2 {
        margin-bottom: 1.5rem !important;
    }
}

@media only screen and (min-width: 769.1px) and (max-width: 1025px) {
    .px-3 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }
}

/*------------------------------------------------------
    Nav
--------------------------------------------------------*/
body.static {
    overflow-y: hidden;
    overflow-x: hidden;
}

nav ul a.btn {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

nav ul a:hover {
    background-color: transparent !important;
}

.navbar {
    right: 0;
    left: 0;
    top: 0;
    height: auto;
    background-color: transparent !important;
    border: none !important;
    z-index: 2;
    box-shadow: none;
    position: absolute
}

.navbar-dark {
    background-image: url(/img/main-bg.jpg);
}

.navbar .navbar-nav .nav-item.active a.nav-link {
    border-bottom: 2px solid #FFF;
}

.navbar .navbar-nav .nav-item .nav-link {
    color: #fff !important;
    transition: all ease-in 0.2s;
    line-height: 1.3 !important;
    text-transform: uppercase;
    font-size: 0.8em !important;
    font-weight: 500;
    letter-spacing: 3px;
    position: relative;
}

.navbar .navbar-nav .nav-item .nav-link:after {
    background: none repeat scroll 0 0 transparent;
    bottom: -1px;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    background: #FFF;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}

.navbar .navbar-nav .nav-item .nav-link:hover:after {
    width: 100%;
    left: 0;
}

.navbar .navbar-nav .nav-item.active .nav-link:hover:after {
    width: 0;
}

.navbar .custom-container {
    flex-wrap: nowrap;
    width: 100%;
    margin-left: 4%;
    margin-right: 4%;
    height: inherit;
    padding: 1.5rem 0;
}

.navbar .main-top-menu .dropdown-menu {
    background: #fff;
    width: max-content;
    transform: translate(-48%, 0);
    right: auto;
    left: 50%;
    top: 80% !important;
}

.navbar .dropdown-menu .nav-link {
    line-height: initial !important;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 1.5rem;
}

.navbar .main-top-menu .dropdown-menu a.nav-link {
    color: var(--main-purple) !important;
    font-size: 1em !important;
    font-weight: 500 !important;
}

.navbar .main-top-menu .dropdown-menu a.nav-link:hover {
    background-color: #a1a3ff !important;
}

.navbar .dropdown:hover > .dropdown-menu {
    display: block;
    overflow: hidden;
}

.navbar .dropdown:hover > .program-dropdown, .program-dropdown.show {
    display: flex;
}

.navbar .program-dropdown .program-menu {
    border-right: 2px solid var(--main-purple);
}

.navbar .program-dropdown .program-menu:last-child {
    border-right: none;
}

.navbar .program-dropdown .program-menu .nav-link:hover {
    background-color: #a1a3ff !important;
}

.navbar .program-dropdown {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.navbar .program-menu-title {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    color: var(--main-orange) !important;
    font-size: 1.5em !important;
    font-weight: 700;
    line-height: 1.5;
}

.navbar .navbar-toggler {
    border-color: transparent !important;
    background-color: var(--main-purple);
}

.navbar .navbar-toggler:focus {
    outline: none;
    background-color: var(--main-purple);
}

.navbar .navbar-collapse li.nav-item a {
    transition-property: color,background-color,border-color;
    transition-duration: .2s;
    transition-timing-function: linear;
}

.navbar .navbar-collapse .navbar-nav li.nav-item {
    padding: 0 .5em;
}

.navbar .navbar-collapse .navbar-nav li.nav-item a {
    font-size: 1.3em;
}

.navbar .navbar-brand img {
    width: 170px;
    height: auto;
}

.navbar.sticky-menu {
    position: fixed !important;
    background-color: #FFF !important;
    z-index: 99999999;
}

.navbar a.navbar-brand img {
    content: url("/img/logo-white.png");
}

#btn_up {
    position: fixed;
    z-index: 99999999;
    left: 3%;
    bottom: -100%;
    transition: all 0.4s ease-in-out;
}

#btn_up button {
    /*background-color: #969696c7;*/
    background-image: linear-gradient(to right, #16b9d7, #20a6e1, #2770e9, #6938fc);
    border: none;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#btn_up button i {
    font-size: 1.8rem;
    color: #FFF;
}


/*Mobil icon animation*/
#main-menu-toggle {
    width: 40px;
    height: 40px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    margin-right: 10px;
}

#main-menu-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 40%;
    background: #FFF;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#main-menu-toggle span:nth-child(even) {
    left: 50%;
    border-radius: 0 9px 9px 0;
}

#main-menu-toggle span:nth-child(odd) {
    left: 4px;
    border-radius: 9px 0 0 9px;
}

#main-menu-toggle span:nth-child(1), #main-menu-toggle span:nth-child(2) {
    top: 6px;
}

#main-menu-toggle span:nth-child(3) {
    top: 46%;
}

#main-menu-toggle span:nth-child(5), #main-menu-toggle span:nth-child(6) {
    bottom: 6px;
}

#main-menu-toggle span:nth-child(4) {
    display: none;
}

#main-menu-toggle.open span {
    width: 50%;
}

#main-menu-toggle.open span:nth-child(1), #main-menu-toggle.open span:nth-child(6) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#main-menu-toggle.open span:nth-child(2), #main-menu-toggle.open span:nth-child(5) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#main-menu-toggle.open span:nth-child(1) {
    left: 3px;
    top: 9px;
}

#main-menu-toggle.open span:nth-child(2) {
    left: calc(50% - 3px);
    top: 9px;
}

#main-menu-toggle.open span:nth-child(3) {
    left: -50%;
    opacity: 0;
}

#main-menu-toggle.open span:nth-child(4) {
    left: 100%;
    opacity: 0;
}

#main-menu-toggle.open span:nth-child(5) {
    left: 3px;
    top: 21px;
}

#main-menu-toggle.open span:nth-child(6) {
    left: calc(50% - 3px);
    top: 21px;
}

/*-------------Responsive Phones-----------------*/
@media only screen and (max-width: 320px) {
    .navbar a.navbar-brand.expanded img {
        content: url("/img/logo.png");
    }

    .navbar .custom-container {
        margin: 0 3% 0;
        padding: 0.9rem 0;
    }

    .navbar .navbar-brand img {
        width: 120px;
    }

    .navbar .navbar-toggler[aria-expanded="true"] {
        z-index: 99999;
    }

    .navbar .navbar-brand {
        z-index: 99999;
    }

    .navbar .navbar-collapse {
        position: fixed;
        background: #282828;
        z-index: 8;
        position: fixed;
        top: 120%;
        left: 0px;
        right: 0px;
        padding-top: 25%;
        bottom: 0px;
        display: flex;
        align-items: center;
        transition: all ease-in-out 0.3s;
        height: 100vh;
        flex-direction: column;
        color: #fFF;
        justify-content: space-evenly;
    }

    .navbar .navbar-collapse .flex-grow-1 {
        flex-grow: 0 !important;
    }

    .navbar .nav-item, .navbar .nav-item .nav-link {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .navbar .nav-item {
        margin-bottom: 10%;
        line-height: 1em;
    }

    .navbar .navbar-nav .nav-item .nav-link {
        color: var(--main-purple) !important;
    }

    .navbar .main-top-menu .dropdown-menu {
        position: relative;
        left: 0;
        transform: inherit;
        background: transparent;
        border-top: 1px solid #fff !important;
        width: 100%;
        border-radius: 0;
        border-width: 0px;
        padding-top: 5px;
        font-size: 1.3em;
        margin-top: 0px;
        padding-bottom: 0px;
    }

    .navbar .dropdown-menu:after {
        display: none !important;
    }

    .navbar .main-top-menu .dropdown-menu a {
        color: #fff !important;
        margin-bottom: 10px !important;
    }

    .navbar .nav_desk {
        display: none;
    }
}

@media only screen and (min-width: 320.1px) and (max-width: 500px) {
    .navbar a.navbar-brand.expanded img {
        content: url("/img/logo.png");
    }

    .navbar .custom-container {
        margin: 0 3%;
        padding: 1rem 0;
    }

    .navbar .navbar-brand img {
        width: 140px;
    }

    .navbar .navbar-toggler[aria-expanded="true"] {
        z-index: 99999;
    }

    .navbar .navbar-brand {
        z-index: 99999;
    }

    .navbar .navbar-collapse {
        position: fixed;
        background: #282828;
        z-index: 8;
        position: fixed;
        top: 120%;
        left: 0px;
        right: 0px;
        padding-top: 25%;
        bottom: 0px;
        display: flex;
        align-items: center;
        transition: all ease-in-out 0.3s;
        height: 100vh;
        flex-direction: column;
        color: #fFF;
        justify-content: space-evenly;
    }

    .navbar .navbar-collapse .flex-grow-1 {
        flex-grow: 0 !important;
    }

    .navbar .nav-item, .navbar .nav-item .nav-link {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .navbar .nav-item {
        margin-bottom: 10%;
        line-height: 1em;
    }

    .navbar .navbar-nav .nav-item .nav-link {
        color: var(--main-purple) !important;
    }

    .navbar .main-top-menu .dropdown-menu {
        position: relative;
        left: 0;
        transform: inherit;
        background: transparent;
        border-top: 1px solid #fff !important;
        width: 100%;
        border-radius: 0;
        border-width: 0px;
        padding-top: 5px;
        font-size: 1.3em;
        margin-top: 0px;
        padding-bottom: 0px;
    }

    .navbar .dropdown-menu:after {
        display: none !important;
    }

    .navbar .main-top-menu .dropdown-menu a {
        color: #fff !important;
        margin-bottom: 10px !important;
    }

    .navbar .nav_desk {
        display: none;
    }
}

/*---------------Responsive Tablet----------------*/
@media only screen and (min-width: 501px) and (max-width: 769px) {
    .navbar a.navbar-brand.expanded img {
        content: url("/img/logo.png");
    }

    .navbar .custom-container {
        margin: 0 5%;
        padding: 1.5rem 0;
    }

    .navbar .navbar-toggler[aria-expanded="true"] {
        z-index: 99999;
    }

    .navbar .navbar-brand {
        z-index: 99999;
    }

    .navbar .navbar-collapse {
        position: fixed;
        background: #282828;
        z-index: 8;
        position: fixed;
        top: 120%;
        left: 0px;
        right: 0px;
        padding-top: 25%;
        bottom: 0px;
        display: flex;
        align-items: center;
        transition: all ease-in-out 0.3s;
        height: 100vh;
        flex-direction: column;
        color: #fFF;
        justify-content: space-evenly;
    }

    .navbar .navbar-collapse .flex-grow-1 {
        flex-grow: 0 !important;
    }

    .navbar .nav-item, .navbar .nav-link {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .navbar .navbar-nav .nav-item .nav-link {
        color: var(--main-purple) !important;
    }

    .navbar .nav-item {
        margin-bottom: 8%;
        line-height: 1em;
    }

    .navbar .main-top-menu .dropdown-menu {
        position: relative;
        left: 0;
        transform: inherit;
        background: transparent;
        border-top: 1px solid #fff !important;
        width: 100%;
        border-radius: 0;
        border-width: 0px;
        padding-top: 5px;
        font-size: 1.3em;
        margin-top: 0px;
        padding-bottom: 0px;
    }

    .navbar .dropdown-menu:after {
        display: none !important;
    }

    .navbar .main-top-menu .dropdown-menu a {
        color: #fff !important;
        margin-bottom: 10px !important;
    }

    .navbar .nav_desk {
        display: none;
    }
}

/*-----------Responsive Large Tablets--------------*/
@media only screen and (min-width: 770px) and (max-width: 1025px) {
    .navbar a.navbar-brand.expanded img {
        content: url("/img/logo.png");
    }

    .navbar .navbar-toggler[aria-expanded="true"] {
        z-index: 99999;
    }

    .navbar .navbar-brand {
        z-index: 99999;
    }

    .navbar .navbar-collapse {
        position: fixed;
        background: #282828;
        z-index: 8;
        position: fixed;
        top: 120%;
        left: 0px;
        right: 0px;
        padding-top: 25%;
        bottom: 0px;
        display: flex;
        align-items: center;
        transition: all ease-in-out 0.3s;
        height: 100vh;
        flex-direction: column;
        color: #fFF;
        justify-content: space-evenly;
    }

    .navbar .navbar-collapse .flex-grow-1 {
        flex-grow: 0 !important;
    }

    .navbar .navbar-nav .nav-item .nav-link {
        color: var(--main-purple) !important;
    }

    .navbar .nav-item, .navbar .nav-link {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .navbar .nav-item {
        margin-bottom: 10px;
    }

    .navbar .main-top-menu .dropdown-menu {
        position: relative;
        left: 0;
        transform: inherit;
        background: transparent;
        border-top: 1px solid #fff !important;
        width: 100%;
        border-radius: 0;
        border-width: 0px;
        padding-top: 5px;
        font-size: 1.3em;
        margin-top: 0px;
        padding-bottom: 0px;
    }

    .navbar .dropdown-menu:after {
        display: none !important;
    }

    .navbar .main-top-menu .dropdown-menu a {
        color: #fff !important;
        margin-bottom: 10px !important;
    }

    .navbar .nav_desk {
        display: none;
    }

    .navbar .custom-container {
        margin: 0 5%;
    }
}

/*------------Responsive Small Screen --------------*/
@media only screen and (min-width: 1026px) and (max-width: 1365px) {
    .navbar .navbar-brand img {
        width: 150px;
    }

    .navbar .custom-container {
        margin-left: 5%;
        margin-right: 5%;
    }

    #btn_up {
        display: none;
    }
}

@media only screen and (min-width: 1366px) {
    #btn_up {
        display: none;
    }
}



/*------------------------------------------------------
    Titles / Texts
--------------------------------------------------------*/
.section-title h1 {
    color: #fff;
    text-transform: uppercase;
    font-size: 4rem;
    letter-spacing: 10px;
    font-weight: 700;
}

.section-title h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 2.4rem;
    letter-spacing: 7px;
    font-weight: 700;
}

.section-title h3 {
    text-transform: uppercase;
    font-size: 2rem;
    letter-spacing: 4px;
    font-weight: 800;
}

h5 {
    text-transform: uppercase;
    font-size: 1.3rem;
    letter-spacing: 5px;
    font-weight: 800;
}

h6 {
    color: #FFF;
    font-size: 1.6rem;
    line-height: 30px;
    letter-spacing: 4px;
    font-weight: 600;
}

.grey-text {
    color: #aee5f3;
    font-size: 1.5rem;
    line-height: 1;
    letter-spacing: 5px;
}

.paragraph-mini {
    font-size: 0.45rem;
    font-weight: 500;
}

.paragraph-small {
    font-size: 0.9rem;
    /*line-height: 15px;*/
    margin: 0;
    text-align: justify;
    letter-spacing: 1px;
    font-weight: 500;
}

.text-bold {
    font-weight: 600;
    font-size: 1.1rem;
}

.text-white {
    color: #FFF !important;
}

.p-title {
    text-transform: uppercase;
    font-size: 1.6rem;
    font-weight: 800;
    letter-spacing: 4px;
    margin-top: 1rem;
}

@media only screen and (max-width: 320px) {
    .section-title h1 {
        font-size: 1.6rem;
        letter-spacing: 5px;
    }

    .grey-text {
        font-size: 0.8rem;
    }

    .bg-img_container .section-title {
        margin-bottom: 0 !important;
    }

    .text-bold {
        font-size: 1rem;
    }

    .section-title h2 {
        font-size: 1.2rem;
        letter-spacing: 9px;
        margin-right: -10px;
        margin-top: 1rem;
    }

    .section-title h3 {
        font-size: 1.6rem;
    }

    .p-title {
        font-size: 1.4rem;
    }

    h5 {
        font-size: 0.9rem;
    }
}

@media only screen and (min-width: 320.1px) and (max-width: 500px) {
    .section-title h1 {
        font-size: 2rem;
        letter-spacing: 6px;
    }

    .grey-text {
        font-size: 1.2rem;
    }

    .text-bold {
        font-size: 1rem;
    }

    .section-title h2 {
        font-size: 1.5rem;
        letter-spacing: 9px;
        margin-right: -10px;
        margin-top: 1rem;
    }

    .section-title h3 {
        font-size: 1.8rem;
    }

    h5 {
        font-size: 1rem;
    }
}

@media only screen and (min-width: 500.1px) and (max-width: 769px) {
    .section-title h1 {
        font-size: 3.7rem;
        letter-spacing: 9px;
    }

    .grey-text {
        font-size: 1.5rem;
    }

    .text-bold {
        font-size: 1rem;
    }

    .section-title h2 {
        font-size: 2rem;
        letter-spacing: 9px;
    }

    h5 {
        font-size: 1.1rem;
    }
}

@media only screen and (min-width: 769.1px) and (max-width: 1025px) {
    .text-bold {
        font-size: 1rem;
    }
}

/*------------------------------------------------
    Buttons
--------------------------------------------------*/
.transparent-btn {
    background-color: transparent;
    color: #FFF !important;
    border: 2px solid #FFF;
    padding: 0.4rem 2rem;
    border-radius: 10px;
    font-weight: 500;
    letter-spacing: 2px;
    cursor: pointer;
    font-size: 0.9rem !important;
    transition: all ease-in 0.3s;
}

.transparent-btn:hover {
    text-decoration: none;
    background-color: #d2d2d24d !important;
}

a.transparent-btn{
    text-decoration: none;
}

.blue-btn {
    color: #FFF !important;
    border-radius: 10px;
    font-weight: 500;
    letter-spacing: 2px;
    padding: 0.3rem 0;
    border: none;
    cursor: pointer;
    transition: all ease-in 0.3s;
    background-size: 300% 100%;
    background-image: linear-gradient(to right, #16b9d7, #20a6e1, #2770e9, #6938fc);
}

.blue-btn:hover {
    text-decoration: none;
    background-position: 50% 0;
}

.black-btn {
    background-color: #000;
    color: #FFF !important;
    border: none;
    padding: 0.6rem 1rem;
    border-radius: 10px;
    font-weight: 500;
    letter-spacing: 2px;
    cursor: pointer;
    font-size: 0.9rem !important;
    transition: all ease-in 0.3s;
}

a.black-btn{
    text-decoration: none;
}

.black-btn:hover {
    text-decoration: none;
    background-color: #5d5d5d;
}

@media only screen and (max-width: 320px) {
    .black-btn {
        font-size: 0.8rem !important;
    }
}

/*------------------------------------------------
    Containers
--------------------------------------------------*/
.section-container {
    padding: 5rem 8%;
}

.bg-img_container {
    background-image: url(/img/main-bg.jpg);
    padding: 2rem 12% 0;
    height: 100vh;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.bg-img_container main {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container-grey {
    background-color: #f2f2f2;
}

.container-white {
    background-color: #FFF;
    padding: 4rem 6rem;
    border-radius: 15px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.border-black {
    border: 2px solid #9e9e9e;
}

@media only screen and (max-width: 320px) {
    .bg-img_container {
        height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding: 8rem 5% 4rem;
        background-position: top right;
    }

    .container-white {
        padding: 2rem 2rem;
        width: 100% !important;
    }

    .section-container {
        padding: 2rem 5%;
    }
}

@media only screen and (min-width: 320.1px) and (max-width: 500px) {
    .bg-img_container {
        height: 80vh;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding: 8rem 5% 4rem;
        background-position: top right;
    }

    .container-white {
        padding: 2rem 2rem;
        width: 100% !important;
    }

    .section-container {
        padding: 2rem 5%;
    }
}

@media only screen and (min-width: 500.1px) and (max-width: 769px) {
    .bg-img_container {
        height: 80vh;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding-bottom: 6rem;
        background-position: top right;
    }

    .container-white {
        width: 100% !important;
        padding: 3rem 4rem;
    }

    .section-container {
        padding: 4rem 7%;
    }
}

@media only screen and (min-width: 769.1px) and (max-width: 1025px) {
    .bg-img_container {
        height: 85vh;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding-bottom: 9rem;
        background-position: top right;
    }

    .container-white {
        padding: 3rem 4rem;
    }

    .section-container {
        padding: 5rem 0%;
    }
}

/*------------------------------------------------
    Sliders
--------------------------------------------------*/
.secondary-hero {
    z-index: 1;
    height: 58vh;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0;
    margin-top: 5rem;
    background-position: center;
    background-size: cover;
}

.secondary-hero .main-info {
    float: right;
}

.secondary-hero_description {
    color: #FFF;
    line-height: 16px;
    font-size: 0.85rem;
    letter-spacing: 2px;
    margin-bottom: 2rem;
    width: 30%;
}

.secondary-hero .carousel-item {
    background-size: cover;
    background-position: center;
}

.secondary-hero .carousel-item .carousel-item_card {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 7%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
}

.secondary-hero .button_container {
    width: 20%;
}

.secondary-hero .button_container .transparent-btn {
    width: 100%;
    display: flex;
    justify-content: center;
}

.secondary-hero .carousel-control-prev, .secondary-hero .carousel-control-next {
/*    display: none;*/
}

#carouselIndicators {
    height: 50vh;
}

@media only screen and (max-width: 320px) {
    .secondary-hero {
        height: 65vh;
        padding: 0rem;
        margin-top: 4.5rem;
    }

    .secondary-hero_description {
        width: 85%;
        font-size: 0.7rem;
    }

    .secondary-hero .button_container {
        width: 50%;
    }

    .secondary-hero .button_container .transparent-btn {
        font-size: 0.6rem !important;
    }
}

@media only screen and (min-width: 320.1px) and (max-width: 500px) {
    .secondary-hero {
        height: 50vh;
        padding: 0rem;
        margin-top: 5rem;
    }

    .secondary-hero_description {
        width: 85%;
        font-size: 0.7rem;
    }

    .secondary-hero .button_container {
        width: 50%;
    }
}

@media only screen and (min-width: 500.1px) and (max-width: 769px) {
    .secondary-hero {
        height: 35vh;
        padding: 0rem;
    }

    .secondary-hero_description {
        width: 60%;
    }
}

@media only screen and (min-width: 769.1px) and (max-width: 1025px) {
    .secondary-hero {
        height: 30vh;
        padding: 0;
    }

    .secondary-hero_description {
        width: 40%;
    }

    .secondary-hero .main-info{
        width: 30% !important;
    }
}
@media only screen and (min-width: 1026px)  {


    .secondary-hero .main-info {
        width: 35% !important;
    }
}




/*------------------------------------------------
    separator / inputs
--------------------------------------------------*/
.separator {
    width: 100px;
    height: 4px;
    background-color: #FFF;
    margin: 1.5rem 0;
}

.bc-black {
    background-color: #000;
}

.bc-white {
    background-color: #FFF;
}

.mainInput, .mainTextarea {
    width: 100%;
    margin: 1rem 0 0;
    border: none;
    outline: none !important;
    background-color: #d8d6d657;
    padding: 0.5rem 0.2rem;
    border-radius: 10px;
    color: #000;
    font-size: 1rem;
}

.mainInput::placeholder {
    font-size: 1rem;
    text-align: center;
    color: #98989857;
}

.mainTextarea::placeholder {
    font-size: 1rem;
    color: #afadad57;
}

@media only screen and (max-width: 320px) {
    .separator {
        margin: 1rem 0;
    }
}

/*------------------------------------------------
    About Us
--------------------------------------------------*/
.card_container img {
    width: auto;
    height: 100px;
}

.teamCard_container img {
    width: 100%;
    cursor: pointer;
}

.team_icons_container {
    display: flex;
    justify-content: center;
    margin-top: 0.4rem;
}

.team_icons_container i {
    color: #737373;
    margin: 0 0.6rem;
}

@media only screen and (max-width: 320px) {
    .card_container img {
        height: 85px;
    }

    .team_container {
        margin-top: 6rem !important;
    }
}

@media only screen and (min-width: 320.1px) and (max-width: 500px) {
    .card_container img {
        height: 85px;
    }

    .team_container {
        margin-top: 6rem !important;
    }
}

@media only screen and (min-width: 500.1px) and (max-width: 769px) {
    .card_container img {
        height: 85px;
    }
}

@media only screen and (min-width: 769.1px) and (max-width: 1025px) {
    .card_container img {
        height: 85px;
    }
}


/*------------------------------------------------
    Proyects
--------------------------------------------------*/
.proyects_container .proyect-img_container {
    height: 45px;
    width: 55%;
}

.proyects_container img {
    height: auto;
    width: 100%;
}

.proyects_container .proyect_card {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

/*------------------------------------------------
    Services
--------------------------------------------------*/
.servicesSection_container {
    padding-top: 12rem !important;
}

.services_container img {
    width: 130px;
}

@media only screen and (max-width: 320px) {
    .services_container {
        overflow: hidden;
    }

    .services_container img {
        width: 90px;
    }

    .servicesSection_container {
        padding-top: 6.5rem !important;
    }

    .appointment-container {
        padding: 2rem 7% !important;
    }

    .appointment-container .w-90 {
        width: 100% !important;
    }

    .appointment-container .appointment-left {
        width: 100% !important;
        margin-bottom: 1.5rem;
    }

    .appointment-container .appointment-left h6 {
        font-size: 1.2rem;
    }

    .appointment-container .appointment-right {
        width: 100% !important;
    }

    .appointment-container .transparent-btn {
        font-size: 0.7rem !important;
        padding: 0.4rem 0.5rem;
    }
}

@media only screen and (min-width: 320.1px) and (max-width: 500px) {
    .services_container {
        overflow: hidden;
    }

    .services_container img {
        width: 100px;
    }

    .servicesSection_container {
        padding-top: 8rem !important;
    }

    .appointment-container {
        padding: 2rem 7% !important;
    }

    .appointment-container .w-90 {
        width: 100% !important;
    }

    .appointment-container .appointment-left {
        width: 100% !important;
        margin-bottom: 1.5rem;
    }

    .appointment-container .appointment-left h6 {
        font-size: 1.2rem;
    }

    .appointment-container .appointment-right {
        width: 100% !important;
    }

    .appointment-container .transparent-btn {
        font-size: 0.8rem !important;
        padding: 0.4rem 1rem;
    }
}

@media only screen and (min-width: 500.1px) and (max-width: 769px) {
    .services_container img {
        width: 115px;
    }

    .appointment-container {
        padding: 2rem 7% !important;
    }

    .appointment-container .w-90 {
        width: 100% !important;
    }

    .appointment-container .appointment-left {
        width: 40% !important;
    }

    .appointment-container .appointment-left h6 {
        font-size: 1.2rem;
    }
}

@media only screen and (min-width: 769.1px) and (max-width: 1025px) {
}


/*------------------------------------------------
    Contact
--------------------------------------------------*/

.contact_container .container-white {
    padding: 3rem 4rem 3rem 2rem;
}

.contact_container .container-white .text-bold {
    font-size: 1.4em;
    letter-spacing: 2px;
    font-weight: 800;
    margin-bottom: 2rem;
}

.contact_container .container-white .contact_info {
    margin: 0.8rem 0 0;
}

.contact_container .container-white .contact_info .text-bold {
    font-size: 0.85rem;
    margin: 0;
    font-weight: 600;
    letter-spacing: 1px;
}

.contact_container .container-white .contact_info i {
    color: #1ab8dc;
    margin-right: 10px;
}

.contact_container .container-white .contact_info .align-items-center {
    margin-top: 0.3rem;
}

.contact_container .container-white .contact_info .align-items-center p {
    letter-spacing: 1px;
    font-size: 0.75rem;
}

.contact_container .contact-button_container {
    margin-top: 1.5rem;
    display: flex;
    justify-content: center;
}

.contact_container .contact-button_container a {
    width: 75%;
    text-align: center;
    font-size: 0.7rem !important;
}

.contact_container .container-white.contact_left {
    margin-right: 1.5rem;
}

.contact_container .container-white.contact_right {
    margin-left: 1.5rem;
}


@media only screen and (max-width: 320px) {
    .contact_container {
        flex-wrap: wrap;
    }

    .contact_container .contact_right, .contact_container .contact_left {
        width: 100% !important;
        margin: 0 !important;
    }

    .contact_container .contact_left {
        margin-bottom: 3rem !important;
        border-radius: 15px !important;
    }

    .contact_container .container-white {
        padding: 2rem;
    }

    .contact_container .contact-button_container a {
        width: 100%;
        font-size: 0.45rem !important;
    }

    .contact_container .contact_right .right_description {
        font-size: 0.6rem;
    }
}

@media only screen and (min-width: 320.1px) and (max-width: 500px) {
    .contact_container {
        flex-wrap: wrap;
    }

    .contact_container .contact_right, .contact_container .contact_left {
        width: 100% !important;
        margin: 0 !important;
    }

    .contact_container .contact_left {
        margin-bottom: 3rem !important;
        border-radius: 15px !important;
    }

    .contact_container .container-white {
        padding: 2rem;
    }

    .contact_container .contact-button_container a {
        width: 100%;
        font-size: 0.5rem !important;
    }

    .contact_container .contact_right .right_description {
        font-size: 0.7rem;
    }
}

@media only screen and (min-width: 500.1px) and (max-width: 769px) {
    .contact_container .container-white {
        padding: 2rem;
    }

    .contact_container .contact-button_container a {
        width: 100%;
        font-size: 0.5rem !important;
    }

    .contact_container .contact_right .right_description {
        font-size: 0.7rem;
    }
}

@media only screen and (min-width: 769.1px) and (max-width: 1025px) {
    .contact_container .container-white {
        padding: 3rem 2rem 3rem 2rem;
    }

    .contact_container .contact-button_container a {
        width: 90%;
    }
}

/*------------------------------------------------
    Footer
--------------------------------------------------*/
footer {
    background-color: #282828;
    height: 15vh;
}

footer .nav-link {
    text-transform: uppercase;
    font-size: 0.7em !important;
    font-weight: 500;
    letter-spacing: 2px;
    position: relative;
    color: #fff !important;
}

footer .nav-link:hover {
    color: #FFF;
}

footer img {
    width: 120px;
}

footer ul {
    margin: 0;
    padding: 0;
}

footer ul li {
    list-style: none;
    margin-right: 0.5rem;
}

footer ul li a {
    color: #FFF;
    padding: 0 !important;
}

footer .nav-item.active a.nav-link {
    border-bottom: 2px solid #FFF;
}

footer .footer-container {
    padding: 0 9rem;
    height: 100%
}

footer .footer-menu {
    border-bottom: 1px solid #6c757d;
    justify-content: space-between;
    padding-bottom: 0.9rem;
}

footer .social_container i {
    margin-left: 1rem;
    font-size: 1.1rem;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

footer .social_container i:hover {
    color: #FFF;
}

.footer-menuContainer .footer-copyright {
    padding-top: 0.9rem;
}

.footer-menuContainer .footer-copyright p {
    font-size: 0.6rem;
}

footer .aurora_link {
    color: #FFF;
}

footer .nav-item .nav-link:after {
    background: none repeat scroll 0 0 transparent;
    bottom: -1px;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    background: #FFF;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}

footer .nav-item .nav-link:hover:after {
    width: 100%;
    left: 0;
}

footer .nav-item.active .nav-link:hover:after {
    width: 0;
}


@media only screen and (max-width: 320px) {
    footer {
        height: 30vh;
    }

    footer img {
        width: 120px;
    }

    .footer-menu {
        display: none !important;
    }

    .footer-container {
        flex-direction: column;
    }

    .footer_mobil {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    .footer-menuContainer {
        width: 100% !important;
        margin-top: 0.6rem;
        border-top: 1px solid #6c757d;
        padding-top: 0.5rem;
    }

    .footer-menuContainer .footer-copyright p {
        font-size: 0.5rem;
    }

    .footer-menuContainer .footer-copyright p:nth-child(1) {
        border-right: 1px solid #6c757d;
        width: 65%;
    }

    .footer-menuContainer .footer-copyright p:nth-child(2) {
        text-align: end;
    }

    footer .footer-container {
        padding: 0 2rem;
    }

    footer .social_container i {
        margin-left: 0.6rem;
    }
}

@media only screen and (min-width: 320.1px) and (max-width: 500px) {
    footer {
        height: 20vh;
        padding-top: 20px;
        padding-bottom: 10px;
    }

    .footer-menu {
        display: none !important;
    }

    .footer-container {
        flex-direction: column;
    }

    .footer_mobil {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    .footer-menuContainer {
        width: 100% !important;
        margin-top: 0.6rem;
        border-top: 1px solid #6c757d;
        padding-top: 0.5rem;
    }

    .footer-menuContainer .footer-copyright p {
        font-size: 0.6rem;
    }

    .footer-menuContainer .footer-copyright p:nth-child(1) {
        border-right: 1px solid #6c757d;
        width: 65%;
    }

    .footer-menuContainer .footer-copyright p:nth-child(2) {
        text-align: end;
    }

    footer .footer-container {
        padding: 0 2rem;
    }

    footer .social_container i {
        margin-left: 0.6rem;
    }
}

@media only screen and (min-width: 500.1px) and (max-width: 769px) {
    .footer-menu {
        display: none !important;
    }

    .footer-container {
        flex-direction: column;
    }

    .footer_mobil {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    .footer-menuContainer {
        width: 100% !important;
        margin-top: 0.6rem;
        border-top: 1px solid #6c757d;
        padding-top: 0.5rem;
    }

    .footer-menuContainer .footer-copyright p {
        font-size: 0.7rem;
    }

    .footer-menuContainer .footer-copyright p:nth-child(1) {
        border-right: 1px solid #6c757d;
        width: 70%;
    }

    .footer-menuContainer .footer-copyright p:nth-child(2) {
        text-align: end;
    }

    footer .footer-container {
        padding: 0 6rem;
    }
}

@media only screen and (min-width: 769.1px) and (max-width: 1025px) {
    footer {
        height: 15vh;
    }

    .footer-menu {
        display: none !important;
    }

    .footer-container {
        flex-direction: column;
    }

    .footer_mobil {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    .footer-menuContainer {
        width: 100% !important;
        margin-top: 0.6rem;
        border-top: 1px solid #6c757d;
        padding-top: 0.5rem;
    }

    .footer-menuContainer .footer-copyright p:nth-child(1) {
        border-right: 1px solid #6c757d;
        width: 70%;
    }

    .footer-menuContainer .footer-copyright p:nth-child(2) {
        text-align: end;
    }

    footer .footer-container {
        padding: 0 8rem;
    }
}

@media only screen and (min-width: 1025.1px) {
    .footer_mobil .social_container {
        display: none !important;
    }
}


/*------------------------------------------------
    Css animation
--------------------------------------------------*/

.cssanimation, .cssanimation span {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.cssanimation span {
    display: inline-block
}

.leFadeInLeft span {
    animation-name: leFadeInLeft
}

@keyframes leFadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-60px);
    }

    to {
        opacity: 1
    }
}

/*Extras by AndyG*/

.carousel-indicators li {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: rgba(255,255,255,.5);
}
